Removed the apparently unreliable detection of problematic ARGB visuals
[nedit.git] / ChangeLog
blob470fb6795007c991fa933f2471e3bcc310fb9242
1 2006-02-11 10:37  yooden
3         * ReleaseNotes (1.35), source/macro.c (1.101), util/utils.c (1.25),
4           util/utils.h (1.15): Fix for SF#622291
6           If a macro file is loaded with load_macro_file() (ie. from
7           another macro) and code segments alternate with function
8           definitions, the code segments were executed in reverse order.
9           This is fixed by adding a stack to store and reverse the plain
10           code segments.
12 2006-02-10 22:10  ajbj
14         * source/rangeset.c (1.14): Fixed broken "optimisation" - noticed
15           by TK Soh
17 2006-02-05 18:29  yooden
19         * makefiles/Makefile.solaris (1.11): Fix for SF#860249
21           Some reports indicate that setting NO_XMIM is the more useful
22           option on Solaris.
24 2006-02-05 16:31  yooden
26         * util/: utils.c (1.24), utils.h (1.14): This removes some bogus
27           'extern' declarations from util/utils.[ch].
29 2006-02-02 20:24  yooden
31         * source/: menu.c (1.136), preferences.c (1.138), preferences.h
32           (1.50), search.c (1.77): Fix for SF#1406894
34           I removed the shell setting from TempStringPrefs. While
35           PrefData.shell is touched in translatePrefFormats() (putting in
36           the default shell), there is no need to use the more complicated
37           storage.
39           Also included are some related small changes: - The menu entry
40           'Select Shell' is renamed to 'Command Shell'.  - I removed the
41           arbitray restriction found in MAX_SH_LEN and replaced all
42           references with MAXPATHLEN.
44 2006-01-14 11:42  yooden
46         * source/file.c (1.97): Reorders the #include directives, as
47           pointed out by Martin Zinser.
49 2006-01-14 10:26  yooden
51         * source/menu.c (1.135): This moves the "Sort Open Prev. Menu"
52           entry into the "Customize Menus" submenu, as suggested by Dimitar
53           Zhekov on discuss@.
55 2006-01-02 23:10  yooden
57         * source/menu.c (1.134): Doh. For some reason it worked without
58           #include before.
60 2006-01-02 22:35  yooden
62         * ReleaseNotes (1.34), doc/help.etx (1.95), source/menu.c (1.133),
63           source/preferences.c (1.137), source/preferences.h (1.49),
64           source/shell.c (1.41): Fix for SF#403738 and SF#880607
66           This cleans up the shell problems by - bringing the shell setting
67           into NEdit's normal settings, removing it from   the X server's
68           setting.  - Changing the default shell to the user's login shell,
69           falling back on sh.
71           I also smuggled in a change to ReleaseNotes about SF#557032 I
72           forgot then.
74 2006-01-02 22:18  yooden
76         * source/file.c (1.96): Removes redundand #ifdefs within eponymous
77           #ifndefs.
79 2006-01-02 22:07  yooden
81         * source/menu.c (1.132): Cleanup for the recent changes on the
82           history database handling. This pulls together the file check on
83           the existing file on disk.
85 2005-12-28 22:19  tringali
87         * source/help.c (1.105): Fix incorrect reporting of bad vs.
88           unknown.
90 2005-12-27 20:55  yooden
92         * doc/help.etx (1.94): This cuts a long paragraph in the help into
93           multiple smaller paragraphs.
95 2005-12-18 03:46  tksoh
97         * source/menu.c (1.131): Fix premature setting of mtime tracking
98           variable on nedit.history file.
100 2005-12-17 19:23  yooden
102         * source/: menu.c (1.130), nedit.h (1.65), window.c (1.187): Fix
103           for SF#1381893
105           As TK pointed out in the original bug report (SF#557032),
106           internal state is not adequate to keep the file history
107           consistent if more than one session is running. Once you accept
108           that external state must be checked you don't need to keep
109           internal state at all.
111           So this patch removes the prevOpenMenuValid flag from WindowInfo
112           and the rest of the code. Validity of the menu is determined
113           using only the directory entry of the history file.
115 2005-12-14 23:08  yooden
117         * source/menu.c (1.129): Fix for SF#557032, based on TK's fix
118           attached there.
120           NEdit's file history is now read not only once at startup, but
121           also every time a file the history is written and before the menu
122           is refreshed. This catches files written by other instances of
123           NEdit.
125 2005-12-10 23:21  yooden
127         * source/textDisp.c (1.63): Fix for SF#1368576
129           The fix for SF#464967 increased the area processed by
130           redisplayLine() by one to let it know that the cursor should be
131           redrawn. This was done by increasing the endIndex given to
132           redisplayLine() by one. Sadly, endIndex is INT_MAX in some cases,
133           which prevented redisplays completely in certain cases. This fix
134           moves the incrementation to a saner place.
136           Neither the bugs fixed with SF#464967 nor any of the examples
137           given in SF#1368576's description are visible. Again, I notice no
138           drawbacks.
140 2005-12-01 14:31  tringali
142         * Xlt/: BubbleButton.c (1.9), BubbleButtonP.h (1.5), SlideC.c
143           (1.5), SlideCP.h (1.4): Revert out partoffset stuff - it's Motif
144           2 only.  Need to rewrite so it's conditional
146 2005-11-30 17:52  tringali
148         * source/macro.c (1.100): Avoid crash if cancel accelerator is
149           unset.
151 2005-11-30 17:48  tringali
153         * Xlt/: BubbleButton.c (1.8), BubbleButtonP.h (1.4), SlideC.c
154           (1.4), SlideCP.h (1.3): Patch from ICS to do proper subclassing -
155           this will make it more immune to binary incompatible changes in
156           OpenMotif.
158 2005-11-29 20:37  n8gray
160         * source/smartIndent.c (1.38): Fix for bug #1369091.  Matlab
161           autoindent init macro should end with a newline.
163 2005-11-28 22:43  yooden
165         * ReleaseNotes (1.33), source/highlightData.c (1.72): Fix for
166           SF#858874
168           There was a tiny typo in Ada's syntax highlighting pattern.
170 2005-11-28 21:51  yooden
172         * util/check_lin_tif.c (1.13): Removes a warning from GCC:
173           warning: ISO C89 forbids mixed declarations and code
175           This is simply done by wrapping blocks around the declarations.
177 2005-11-28 21:35  yooden
179         * ReleaseNotes (1.32): Adds comment about fix to SF#464967 and
180           SF#1041077 to ReleaseNotes.
182 2005-11-26 00:17  yooden
184         * source/textDisp.c (1.62): Fix for SF#464967.
186           The area redisplayed from within TextDRedisplayRange() is
187           appended by one character. This is necessary to let the logic in
188           redisplayLine() know that the caret should be redrawn (hasCursor
189           = true) which in turn triggers the redraw by calling drawCursor()
190           later in the function.
192           Both representations of the bug described in the bug report plus
193           two more for multi-line redraws are fixed. I noticed no
194           drawbacks.
196 2005-11-25 19:58  yooden
198         * util/misc.c (1.81):
199           MaCke sure we get no compile errors.VS: Committing in .
201 2005-11-20 06:48  n8gray
203         * util/misc.c (1.80): Make sure we get the prototype for select on
204           OS X systems.
206 2005-11-18 10:40  edg
208         * util/misc.c (1.79): Removed another unnecessary warning:
209           XmClipboardInquireLength() can legally fail when the clipboard is
210           empty.
212 2005-11-08 22:22  edg
214         * source/: file.c (1.95), nedit.h (1.64), window.c (1.186): Fix for
215           SF bug #1345424: externally changed file status not recognised.
216           The file's uid and gid are now recorded too to detect any
217           changes.
219 2005-09-23 14:23  edg
221         * util/misc.c (1.78): Partially reverted my previous checkin: the
222           empty clipboard check should not have been removed; only the
223           warning.
225 2005-09-23 14:18  edg
227         * util/misc.c (1.77): Removed an unnecessary warning:
228           XmClipboardRetrieve can legally fail when the clipboard is empty.
230 2005-09-23 14:08  tringali
232         * source/nedit.c (1.92): Disable UTF8 stomping where it's not a
233           problem (OM2.2.3+)
235 2005-08-13 19:29  edg
237         * source/macro.c (1.99), source/textSel.c (1.15), util/misc.c
238           (1.76), util/misc.h (1.28): Added clipboard spinlocks to make
239           clipboard manipulations more robust, especially in the presence
240           of other applications accessing the clipboard.
242 2005-08-06 04:56  tksoh
244         * source/window.c (1.185): Fixed bug where line number panel didn't
245           adjust to fully display the last line number (10000) when newline
246           was added, with 9999 lines in the tab before addition.
248 2005-08-06 04:31  tksoh
250         * source/nc.c (1.47): Fixed nc's prompt on -ask.
252 2005-07-30 18:05  edg
254         * source/server.c (1.33): Presumable fix for SF bug #1078786:
255           "-untabbed" option of nc sometimes ignored.  The option now works
256           as intended with (older) window managers that are not _NET_WM
257           compliant.
259 2005-06-22 07:34  edg
261         * doc/help.etx (1.93), source/help_data.h (1.85),
262           source/help_topic.h (1.74): More documentation updates by Joerg
263           Fischer.
265 2005-06-20 10:54  edg
267         * doc/help.etx (1.92), doc/nedit.pod (1.9), source/help_data.h
268           (1.84), source/help_topic.h (1.73): More documentation updates by
269           Joerg Fisher.
271 2005-06-09 16:44  edg
273         * doc/help.etx (1.91), source/help_data.h (1.83),
274           source/help_topic.h (1.72): Typo fixes (Joerg Fischer).
276 2005-05-30 07:44  edg
278         * doc/help.etx (1.90), source/help_data.h (1.82),
279           source/help_topic.h (1.71): Typo fix (Joerg Fischer).
281 2005-05-27 16:58  edg
283         * source/regularExp.c (1.27): Fix for SF bug #1204893: regular
284           expressen cuts replaced textparts.  A warning is now written to
285           stderr when truncation occurs. (Ideally, all errors and warnings
286           should be signaled via dialogs, but that requires architectural
287           changes).
289 2005-05-27 16:50  edg
291         * source/shell.c (1.40): Minor fix.
293 2005-05-27 16:49  edg
295         * README (1.48), Microline/XmL/Folder.h (1.3), Microline/XmL/Grid.h
296           (1.3), Microline/XmL/Progress.h (1.3), Microline/XmL/Tree.h
297           (1.3), Microline/XmL/XmL.c (1.3), Xlt/BubbleButton.c (1.7),
298           Xlt/BubbleButtonP.h (1.3), Xlt/SlideC.c (1.3), Xlt/SlideCP.h
299           (1.2), makefiles/buildvms.com (1.1), source/comnedit.com (1.10),
300           source/file.c (1.94), source/lnknedit.com (1.8), source/menu.c
301           (1.128), source/shell.c (1.39), source/window.c (1.184),
302           util/comutil.com (1.5): VMS porting fixes contributed by Michael
303           Smith.
305 2005-04-15 14:16  edg
307         * source/shell.c (1.38): Fix for SF bug#1183759: HP compiler
308           uninitialized variable.  The variable isn't actually used when it
309           isn't initialized.
311 2005-03-23 12:34  edg
313         * Microline/Makefile (1.3), Microline/Makefile.in (1.3),
314           Xlt/Makefile (1.1): Fix for SF bug #1066152: Microline Widget
315           Library does not Compile Added a working makefile for the
316           Microline and Xlt subdirectories.
318 2005-03-06 15:38  tringali
320         * util/motif.c (1.4): Bug 1087192: avoid LessTif 0.93.95b
322 2005-03-03 14:49  edg
324         * doc/help.etx (1.89), doc/nc.pod (1.7), doc/nedit.pod (1.8),
325           source/help_data.h (1.81), source/help_topic.h (1.70),
326           source/nc.c (1.46), source/nedit.c (1.91): Added -h/-help command
327           line options and clarified warn-on-exit.
329 2005-02-24 18:23  edg
331         * source/highlightData.c (1.71): Extended C, C++, Yacc, and Lex
332           patterns to recognize strings inside preprocessor lines to avoid
333           erroneous matching of comment pattern on strings.
335 2005-02-23 03:00  ajbj
337         * source/preferences.c (1.136): Changed default line wrap mode to
338           continuous (SF bug 1124850, rfe 1087257).
340 2005-02-18 11:10  edg
342         * doc/help.etx (1.88), source/help_data.h (1.80),
343           source/help_topic.h (1.69): Minor clarification in regex help.
345 2005-02-16 07:18  n8gray
347         * source/menu.c (1.127): Makes unloadTipsAP refresh any existing
348           tear-offs.
350 2005-02-16 05:09  ajbj
352         * doc/help.etx (1.87), source/help_data.h (1.79),
353           source/help_topic.h (1.68): Added help information on the new
354           macro string escape sequences.
356 2005-02-16 03:44  ajbj
358         * source/: parse.y (1.28), parse_noyacc.c (1.9): Adds Patch 970487:
359           \xXX and \0ooo style escaped characters to macro strings.
360           Nothing in the help about this (yet).
362 2005-02-15 09:13  edg
364         * source/menu.c (1.126): Fix for SF bug #1122813: Tab-related crash
365           on posting unload calltips file menu.
367 2005-02-15 03:44  tringali
369         * util/: motif.c (1.3), motif.h (1.2): Added Motif exception to
370           license
372 2005-02-15 01:10  n8gray
374         * source/: menu.c (1.125), preferences.c (1.135), tags.c (1.64),
375           tags.h (1.16): Calltips files are now reference-counted.  This
376           should address bug #1025123 - Error loading default calltips
377           file.
379           Fixing this uncovered another bug, however, that I haven't been
380           able to fix.  I'll file a bug on it later.
382           Also, can somebody look at menu.c, compare unloadTagsAP with
383           unloadTipsAP, and address my comment on the latter?
385 2005-02-14 23:45  yooden
387         * util/motif.c (1.2): Removes warning.
389 2005-02-14 22:18  yooden
391         * source/nedit.c (1.90), util/prefFile.c (1.26): This sets the
392           maximum tab width to 150. This prevents some resizing of the
393           tabs, making the UI less jumpy. It is also what most users
394           probably expect from the tabs, since most apps work with tabs of
395           limited size.
397           This also slightly changes some error messages.
399 2005-02-14 14:40  tringali
401         * util/: motif.c (1.1), motif.h (1.1): Minor cleanup of Motif
402           checker to keep #ifdef's all in one place (part 2)
404 2005-02-12 12:04  edg
406         * util/misc.c (1.75): Fix for   SF bug #1030467: "Enabling
407           Composite Extension in Xorg 6.8 breaks Nedit", presumably also
408           for   SF bug #1048304: "Very slow resizing of Nedit window on
409           Xorg 6.8", and possibly also for   SF bug #1070918: "new tab ->
410           Segmentation fault", and   SF bug #1030192: "X_PolyFillRectange
411           error with X 6.8 and xcompmgr"
413 2005-02-12 01:53  tringali
415         * source/help.c (1.104), source/nedit.c (1.89),
416           util/Makefile.common (1.9), util/check_lin_tif.c (1.12): Minor
417           cleanup of Motif checker to keep #ifdef's all in one place.
419 2005-02-11 02:42  ajbj
421         * doc/help.etx (1.86), source/help_data.h (1.78),
422           source/help_topic.h (1.67), source/macro.c (1.98): Integrated
423           patch 1003088 allowing substring to drop the end position
424           argument.  It also uses negative positions as measurements from
425           the end of the string.
427 2005-02-11 01:46  ajbj
429         * doc/help.etx (1.85), source/help_data.h (1.77),
430           source/help_topic.h (1.66), source/macro.c (1.97): Integrated
431           patch 991602, removing limits on the number of buttons in
432           dialogs.
434 2005-02-10 03:35  ajbj
436         * source/macro.c (1.96): Buffer length fixes to rangeset functions
437           I forgot when changing rangeset.c.
439 2005-02-06 12:31  yooden
441         * doc/help.etx (1.84): Changes documentation for the
442           replace_range() macro function. This function moves the cursor
443           when it is in the replaced range. In these cases, the cursor has
444           no clear best position, so a documentation is all we can do.
446 2005-02-02 09:15  edg
448         * source/textDrag.c (1.11): Added dummy initializations to suppress
449           bogus compiler warnings.
451 2005-02-02 09:08  edg
453         * source/nedit.c (1.88): Minor leak fix.
455 2005-02-02 09:07  edg
457         * source/macro.c (1.95): Fix for the critical split() macro bug
458           reported by Joerg Fischer: using a zero-width assertion pattern
459           as the split pattern (regex mode) resulted in a seemingly endless
460           loop (ended by a crash). Zero-width assertion patterns now work
461           as expected.  Eg: split("abcdef", "(?=c)", "regex") -> "ab",
462           "cdef".
464 2005-01-31 14:39  edg
466         * ChangeLog (1.42): Regenerated (cvs2cl.pl -b -r -t --accum --gmt).
468 2005-01-31 14:34  edg
470         * source/: preferences.c (1.134), userCmds.c (1.53), userCmds.h
471           (1.11): Fix for SF bug #1113183: lang. mode seq. change - user
472           menu LM dependency not update. (Patch by Uwe Lehnert)
474 2005-01-29 01:57  ajbj
476         * source/rangeset.c (1.13): Fix for SF bug 1111849: the calculation
477           of maxpos in rangesets should give the valid text length in the
478           text buffer. It doesn't, since it adds in the size of the
479           buffer's gap!
481 2005-01-18 20:58  n8gray
483         * source/nedit.c (1.87): Adds bindings for Ctrl-f/g to the help
484           system.
486 2005-01-06 06:23  ajbj
488         * source/macro.c (1.94): The previous focus window filename fixes
489           did not cope with pathless documents such as the initial Untitled
490           window. This patch does a simple name search before attempting a
491           search using normalized names.
493 2005-01-06 06:09  ajbj
495         * util/misc.c (1.74): Fix for bug 1096970: the patch fixes focus
496           change problems in RadioButtonChangeState() by saving the widget
497           with focus then restoring focus after the button has been
498           properly set (only required for some buggy Motifs).
500 2004-12-24 13:05  tksoh
502         * source/window.c (1.183): Fixed a bug where rangesets do not get
503           highlighted (colored) properly when the host document is
504           detached/attached, if syntax highlighting is on.
506 2004-12-23 22:25  edg
508         * doc/help.etx (1.83), source/file.c (1.93), source/help.c (1.103),
509           source/help_data.h (1.76), source/help_topic.h (1.65),
510           source/highlightData.c (1.70), source/menu.c (1.124),
511           source/preferences.c (1.133), source/preferences.h (1.48),
512           source/search.c (1.76), source/smartIndent.c (1.37),
513           source/tags.c (1.63), source/userCmds.c (1.52), source/window.c
514           (1.182), source/window.h (1.29), source/windowTitle.c (1.15),
515           util/misc.c (1.73), util/misc.h (1.27): Fix for SF bug #1067619:
516           focus on raise. By default, NEdit no longer requests the input
517           focus when a window is raised. This default can be overridden by
518           setting the X-resource "nedit.focusOnRaise" to True.  The
519           raise_window() action routine also accepts an optional extra
520           argument: 'focus' or 'nofocus', which can be used to override the
521           focus behaviour determined by the resource.
523 2004-12-17 11:54  edg
525         * source/: search.c (1.75), search.h (1.26), window.c (1.181): Fix
526           for SF bug #1086664: Repeatable crash closing window.  Closing a
527           window while a modal dialog is up, triggered from a find or
528           replace dialog button action routine, is virtually impossible.
529           We can prevent illegal accesses to destroyed windows (which is
530           the reason for the crash), but we cannot avoid that Motif
531           accesses structures that get destroyed in the process.
532           Therefore, it is now no longer possible to close a window via the
533           window manager during the execution of a search dialog button
534           action routine in that window.
536 2004-12-05 01:23  tksoh
538         * source/file.c (1.92): Fix for SF Bug #1063542: On some systems,
539           such as Solaris 2.6, the "New File" dialog does not appear when
540           trying to open a non-existing file with nc, while the NEdit
541           window is iconized.
543 2004-12-05 01:15  tksoh
545         * source/menu.c (1.123): Fix for SF Bug #1076412: "Unload Tags
546           File" menu tear-offs not refreshed after unloading tags files.
548           Tear-offs will be closed when all tags files are unloaded.
550 2004-11-26 18:25  edg
552         * doc/help.etx (1.82), source/help_data.h (1.75),
553           source/help_topic.h (1.64), source/highlight.c (1.51),
554           source/preferences.c (1.132), source/regularExp.c (1.26),
555           source/regularExp.h (1.13), source/search.c (1.74): Fix for SF
556           bug #1067402: Error in syntax highlighting with sub-pattern.  For
557           this, the regular expression needed to be extended such that it
558           allows imposing a boundary on the matching (instead of letting
559           matches extend till the terminating \0). This also enabled me to
560           lift a minor limitation of the look-behind matching. Also fixed 5
561           probably very old bugs in the regex engine that could easily
562           result in crashes (try replacing \y+ with abc in an empty
563           document for an instant crash).
565 2004-11-26 17:54  edg
567         * util/misc.c (1.72): Minor leak fix.
569 2004-11-23 14:37  tringali
571         * source/interpret.c (1.43): Remove sprintf call - this won't
572           compile on many platforms.
574 2004-11-21 16:53  yooden
576         * source/interpret.c (1.42): Makes error message construction a
577           little more robust by replacing sprintf() with snprintf(). There
578           is a constant already in use for this (MAX_ERR_MSG_LEN), so we
579           should use it to prevent mishaps.
581 2004-11-09 21:58  yooden
583         * doc/setext (1.13), source/calltips.h (1.4), source/file.h (1.15),
584           source/highlight.h (1.14), source/highlightData.h (1.13),
585           source/interpret.h (1.18), source/macro.h (1.8), source/menu.h
586           (1.13), source/nedit.h (1.63), source/parse.h (1.7),
587           source/preferences.h (1.47), source/rbTree.h (1.5),
588           source/regexConvert.h (1.7), source/regularExp.h (1.12),
589           source/search.h (1.25), source/selection.h (1.7), source/server.h
590           (1.7), source/server_common.c (1.6), source/server_common.h
591           (1.3), source/shell.h (1.9), source/shift.h (1.6),
592           source/smartIndent.h (1.8), source/tags.h (1.15), source/text.h
593           (1.23), source/textBuf.h (1.17), source/textDisp.h (1.28),
594           source/textDrag.h (1.5), source/textP.h (1.12), source/textSel.h
595           (1.6), source/undo.h (1.8), source/userCmds.h (1.10),
596           source/window.h (1.28), source/windowTitle.c (1.14),
597           source/windowTitle.h (1.5), util/DialogF.h (1.11),
598           util/clearcase.c (1.6), util/clearcase.h (1.5), util/fileUtils.h
599           (1.12), util/fontsel.h (1.11), util/getfiles.h (1.10),
600           util/managedList.h (1.7), util/misc.h (1.26), util/prefFile.h
601           (1.8), util/printUtils.h (1.9), util/utils.h (1.13),
602           util/vmsParam.h (1.6), util/vmsUtils.h (1.7): A large number of
603           files carried a pointer to the wrong licence (LGPL), probably
604           introduced by a pasting error during the licence clarification.
605           This was changed to point to the GPL.
607 2004-11-09 19:37  yooden
609         * source/: macro.c (1.93), menu.c (1.122): Two problems with
610           potentially too long pathnames are fixed: 1. The open() action
611           procedure handled the results of ParseFilename wrong:    It was
612           only checked for each single component whether it's > MAXPATHLEN,
613           not for the combination. This is fixed now.  2. If the
614           pathname given to focus_window() is > MAXPATHLEN, the function
615           returns with an error now.
617 2004-11-07 20:03  edg
619         * source/macro.c (1.92): Fix for my "fix" for SF bug #1060749:
620           truncate the string to MAXPATHLEN + other improvements suggested
621           by Tony.
623 2004-11-05 08:44  edg
625         * source/macro.c (1.91): Fix for SF bug #1060749: focusWindowMS
626           (macro.c) causes crash.
628 2004-11-02 12:55  edg
630         * source/shell.c (1.37): Enabled the navigation keys (arrows,
631           page-up/down, ...) for shell output dialogs.
633 2004-10-18 19:27  arnef
635         * source/calltips.c (1.9), source/rangeset.c (1.12), source/tags.c
636           (1.62), source/textDisp.c (1.61), source/window.c (1.180),
637           util/check_lin_tif.c (1.11), util/misc.c (1.71), util/utils.c
638           (1.23): Added missing 'static'.  Changed to initial lower case
639           letter on two static functions.
641 2004-10-18 16:05  yooden
643         * makefiles/Makefile.linux (1.13): Reverts accidental checkin of
644           Linux makefile.
646 2004-10-18 15:54  yooden
648         * doc/help.etx (1.81), makefiles/Makefile.linux (1.12),
649           source/file.c (1.91), source/macro.c (1.90), source/menu.c
650           (1.121), source/nedit.c (1.86), source/tags.c (1.61),
651           util/fileUtils.c (1.33), util/utils.c (1.22): This fixes two
652           bugs: 1. SF#873188 2. focus_window() didn't work if the pathname
653           had extra slashes.
655           Both items were affected by pathname creation quirks in
656           source/file.c and util/fileUtils.c and there is the
657           straightforward focus_window change in macro.c. Changes in other
658           files are documentation or cleanups.
660           I don't have access to OS/2 or Cygwin systems, so please have a
661           close look on these two. VMS should not be affected.
663 2004-10-15 18:04  arnef
665         * source/: interpret.c (1.41), interpret.h (1.17), nedit.c (1.85),
666           preferences.c (1.131), preferences.h (1.46), tags.c (1.60),
667           userCmds.c (1.51), userCmds.h (1.9): Added missing void in
668           declarations and definitions (continuation of work done by edg
669           04/10/14 14:53:25)
671 2004-10-15 13:57  edg
673         * source/nedit.c (1.84), util/misc.c (1.70): This should fix the
674           problems that we have with drag icons when using non-default
675           visuals (especially on Solaris). All shells that Motif creates
676           beyond our control should now inherit the proper (non-default)
677           visual etc.  via the resource database. An exception is made for
678           Lesstif, which seems to be able to deal with non-default visuals
679           on its own (and which doesn't like us to impose visuals).
680           Drag-and-drop operations are now enabled under all circumstances
681           as they should no longer result in crashes (opening the path for
682           patches that rely on d&d).
684 2004-10-14 21:55  edg
686         * source/server.c (1.32): Added missing initialization (Arne
687           Førlie).
689 2004-10-14 21:53  edg
691         * source/userCmds.h (1.8): Added missing void in declaration (Arne
692           Førlie)
694 2004-10-13 17:38  tringali
696         * util/system.h (1.17): Guess compiler for older SGI boxes.
698 2004-10-08 22:58  yooden
700         * ReleaseNotes (1.31), source/highlightData.c (1.69): Adds a
701           pattern for nested command substitution in the shell pattern set.
703 2004-10-08 22:26  yooden
705         * ReleaseNotes (1.30), source/shell.c (1.36): The status bar
706           reflects a changed keybinding in the shell command banner. This
707           is brought over from the similar code for macros.
709 2004-10-08 21:55  yooden
711         * ReleaseNotes (1.29), source/text.c (1.51), source/text.h (1.22),
712           source/window.c (1.179): Fixes SF#906878 (Cursor blinks while
713           typing) by introducing the new function ResetCursorBlink() which
714           can be used to reset the caret blink timer.
716 2004-10-08 11:35  edg
718         * ChangeLog (1.41): Regenerated (cvs2cl.pl -b -r -t --accum --gmt).
720 2004-10-08 11:24  edg
722         * source/window.c (1.178): Fix for replace dialog buttons not being
723         updated when switching tabs, possibly resulting in temporarily
724         inconsistent button states.  Candidate fix for 5.5.1.
726 2004-10-07 22:34  yooden
728         * doc/help.etx (1.80), source/file.c (1.90), source/menu.c (1.120),
729           source/nedit.h (1.62), source/preferences.c (1.130),
730           source/preferences.h (1.45), source/search.c (1.73),
731           source/search.h (1.24), source/text.c (1.50), source/text.h
732           (1.21), source/textDisp.c (1.60), source/textDisp.h (1.27),
733           source/textP.h (1.11), source/window.c (1.177), source/window.h
734           (1.27), util/getfiles.c (1.32), util/getfiles.h (1.9),
735           util/prefFile.c (1.25): I was asked to elaborate on this commit.
736           So here goes:
738           This commit is a mistake because the codebase is made worse by
739           it. The code removed is of higher quality than the average
740           commit, is of use to many users of NEdit and would have been the
741           basis for even more improvements in code quality and usability.
743           Ironically, this commit is the result of all the things it
744           claimed to heal: That one developer considers the repository his
745           personal playground and forces his view onto others. While there
746           is no basis for the original complaint, the aggressive tone,
747           stubborn insistence and insulting nature of the comeback makes it
748           clear that this something much different than honest care about
749           the community process. What could have been a minor nuisance was
750           blown out of all proportation and made to a personal vendetta.
752           At the same time, any attempts to get to a closure were not
753           ignored, but actively impeded, any calming voice was shouted
754           down.
756           Despite all this, I figured the commit would put an end to the
757           unpleasant situation and would offer the opportunity to restart.
758           Despite the attempts to prevent this, I'd still rather work on
759           NEdit than defend against personal attacks.
761           So with this commit I take back the added features Hidden Files
762           (SF#502840), Wrap Hairline (SF#701337 variant) and Smart Case
763           Search (SF#685618) committed on 2004-10-01.
765 2004-10-07 10:27  edg
767         * source/undo.c (1.18): Fix for SF bug #988220: backup file?.  The
768         backup file was not removed when a redo operation returned the
769         document to the state where it matches the saved file. Closing the
770         document then left behind the backup file.
772 2004-10-02 13:31  yooden
774         * source/: menu.c (1.119), textDisp.c (1.59): Fixes a wrong
775         assumption about the hairline code.
777 2004-10-01 10:13  yooden
779         * doc/help.etx (1.79), source/menu.c (1.118), source/nedit.h
780         (1.61), source/preferences.c (1.129), source/preferences.h (1.44),
781         source/text.c (1.49), source/text.h (1.20), source/textDisp.c
782         (1.58), source/textDisp.h (1.26), source/textP.h (1.10),
783         source/window.c (1.176), source/window.h (1.26), util/prefFile.c
784         (1.24): Adds an optional hairline at the wrap column.
786 2004-10-01 10:06  yooden
788         * doc/help.etx (1.78), source/file.c (1.89), source/help_data.h
789         (1.74), source/menu.c (1.117), source/nedit.h (1.60),
790         source/preferences.c (1.128), source/preferences.h (1.43),
791         util/getfiles.c (1.31), util/getfiles.h (1.8): Adds a widget to
792         (un)display hidden files in the FSB.
794 2004-10-01 09:50  yooden
796         * doc/help.etx (1.77), source/menu.c (1.116), source/nedit.h
797         (1.59), source/preferences.c (1.127), source/search.c (1.72),
798         source/search.h (1.23), source/window.c (1.175): Adds a smart
799         search mode, which toggles caseness in regex searches.
800         
801 ============================================================================
802 2004-09-30  REL-5-5 branch created
803 ============================================================================
805 2004-09-30 22:52  n8gray
807         * README (1.47): Oops -- missed a bit of CVS conflict detrius.
809 2004-09-30 22:51  n8gray
811         * Makefile (1.19), README (1.46), ReleaseNotes (1.28), source/nc.c
812         (1.45): Updating version information in preparation for 5.5
813         release.
815 2004-09-30 21:35  edg
817         * README (1.45): Removed obsolete "KNOWN DEFECTS" section.
819 2004-09-30 11:31  edg
821         * ChangeLog (1.40): Regenerated (cvs2cl.pl -b -r -t --accum --gmt).
823 2004-09-30 11:30  edg
825         * README (1.44), ReleaseNotes (1.27): Updates for 5.5
827 2004-09-16 00:50  n8gray
829         * source/: menu.c (1.115), window.c (1.174): Addressing Bug
830         1023089: can't open new tab.  Let's see if this phrasing is more
831         clear.  The File menu now has either:     New     New Window or:   
832          New     New Tab depending on the user's "open new files in..."
833         preference.
835 2004-09-07 06:19  n8gray
837         * source/menu.c (1.114): Fixed spelling of incrementalSearchLine
838         resource as reported by Arne Forlie.
840 2004-09-02 10:50  edg
842         * source/userCmds.c (1.50): Shell command dialog: renamed window to
843         document.
845 2004-09-02 10:49  edg
847         * source/: nedit.c (1.83), shell.c (1.35): Fixes for the state of
848         the File->Close menu item (bug reported by Arne Førlie).  Also made
849         the output of a shell command go to a new window or a new tab,
850         depending on the user preference wrt. tabbed editing.
852 2004-09-01 20:42  n8gray
854         * source/menu.c (1.113): Fix the "New Tab" menu item in the tab
855         context menu.
857 2004-09-01 20:19  n8gray
859         * source/window.c (1.173): Clean out dead variables in
860         DetachDocument.
862 2004-09-01 15:50  tksoh
864         * source/window.c (1.172): Fix for SF Bug #1020035:
865         Detaching/Moving non-top tab should not change top tab.
867 2004-08-31 23:37  n8gray
869         * source/window.c (1.171): This should fix bug 1011233 - Openning
870         new window from a tabbed window diminishes size.  The comment says
871         that the previous version was supposed to reduce flickering but it
872         caused these size problems and I didn't notice any appreciable
873         difference in the flickering without it.
875 2004-08-26 06:51  n8gray
877         * Makefile (1.18), README (1.43), ReleaseNotes (1.26), source/nc.c
878         (1.44) (utags: BETA-5-5-RC2): Updating version info for RC2.
880 2004-08-24 12:12  edg
882         * ChangeLog (1.39, BETA-5-5-RC2): Regenerated (cvs2cl.pl -b -r -t
883         --accum --gmt).
885 2004-08-24 11:37  edg
887         * source/file.c (1.88, BETA-5-5-RC2): Fix for SF bug #999021 Using
888         exit() in a macro causes hang.
890 2004-08-20 19:33  n8gray
892         * doc/help.etx (1.76), source/help_data.h (1.73), source/menu.c
893         (1.112), source/nedit.c (1.82), source/nedit.h (1.58),
894         source/preferences.c (1.126), source/window.c (1.170),
895         source/window.h (1.25): Committing Tony Ballinski's fix for bug
896         #1005442: documentation for rangeset_set_mode( r, type ) not clear
898 2004-08-20 16:37  edg
900         * doc/help.etx (1.75), source/help_data.h (1.72),
901         source/help_topic.h (1.63), source/regularExp.c (1.25): Fix for SF
902         bug #1008656: word delimiters ignored.  Partially reverted the
903         implementation of '<', '>', and \B back to the pre-5.4 behaviour,
904         without giving up the fix for the problem that we wanted to solve
905         in 5.4.  Word boundaries are now again defined in terms of the
906         delimiter set (which makes things more consistent overall), but
907         word boundary operators still test both the previous and the next
908         character (the pre-5.4 version only tested one character, causing
909         surprising matches, eg., between to spaces).
911 2004-08-16 10:12  edg
913         * doc/help.etx (1.74), source/help_data.h (1.71),
914         source/help_topic.h (1.62): Documentation fix for regex boundary
915         expression semantics.
917 2004-08-15 02:09  tksoh
919         * Microline/XmL/: Folder.c (1.6), FolderP.h (1.5), XmL.h (1.6):
920         Added resource XmLFolder.minTabWidth to fix SF bug #1005064, where
921         tabs were getting wrong sizes when too many tabs were opened.
923 2004-08-12 16:51  edg
925         * source/window.c (1.169): Avoid replace dialog button sensitivity
926         updates when the dialog is not mapped and the selection is altered.
927         In this way many indirect status checks for all files are avoided
928         (triggered by updating the sensitivity of the "Multiple Files..."
929         button).
931 2004-08-12 13:43  edg
933         * source/window.c (1.168): Fix for SF bug #1006830: "Warn on Exit"
934         doesn't work sometimes.
936 2004-08-12 09:06  edg
938         * source/file.c (1.87): Avoid "File Modified Externally" dialogs
939         for tabs that are not visible (similar to minimized windows).
941 2004-08-10 22:28  yooden
943         * source/nedit.c (1.81): Adds limits.h.
945 2004-08-09 22:20  n8gray
947         * README (1.42), util/misc.c (1.69): It appears I never committed
948         the updated RC1 README file.  Here it is.  This also contains a
949         minor correction to the comment documentation for QueryDesktop. 
950         There have been no functional changes.
952 2004-08-09 16:48  edg
954         * source/: nedit.c (1.80), window.c (1.167): Restored the "invalid
955         default virtual key binding" workaround that had become effectively
956         disabled due to the shell widget hierarchy reorganization.  (Bug
957         report at discuss list by Timothy Paige: page-up,page-down on sun
958         keyboard.)
960 2004-08-04 17:43  n8gray
962         * source/preferences.c (1.125): Bump the prefs file version to
963         prevent repeated conversion.
965 2004-08-04 08:05  n8gray
967         * source/preferences.c (1.124): Notify user when prefs file gets
968         changed for 5.5.
970 2004-08-01 10:06  yooden
972         * source/file.c (1.86), source/help.c (1.102), source/highlight.c
973         (1.50), source/highlightData.c (1.68), source/macro.c (1.89),
974         source/menu.c (1.111), source/preferences.c (1.123),
975         source/search.c (1.71), source/selection.c (1.31), source/shell.c
976         (1.34), source/smartIndent.c (1.36), source/tags.c (1.59),
977         source/userCmds.c (1.49), util/DialogF.c (1.31), util/fontsel.c
978         (1.28), util/getfiles.c (1.30), util/misc.c (1.68), util/misc.h
979         (1.25), util/printUtils.c (1.25): Dialog OK's are getting less
980         blanks, more margin.
982 2004-08-01 07:55  yooden
984         * doc/help.etx (1.73), source/help_data.h (1.70),
985         source/help_topic.h (1.61): Fixes some leftovers of the licence
986         clarification.
988 2004-07-29 13:47  tringali
990         * util/DialogF.c (1.30): SF #999820 - spaces in dialog button
991         mnemonics
993 2004-07-28 18:02  n8gray
995         * source/: text.c (1.48), window.c (1.166): Fix for bug 996786:
996         Problems with Overtype mode.
998 2004-07-27 18:25  n8gray
1000         * README (1.41): Minor grammatical fix.
1002 2004-07-27 18:23  n8gray
1004         * README (1.40): Updated feature list for 5.5.
1006 2004-07-26 22:52  n8gray
1008         * util/system.h (1.16): Fixes test for PowerPC architecture in OS
1009         X.
1011 2004-07-25 22:24  yooden
1013         * Makefile (1.17): Increase Posixication level.
1015 2004-07-24 17:41  yooden
1017         * README (1.39), doc/help.etx (1.72): License change, step 4:
1018         Mention of the Mozilla project.
1020 2004-07-23 18:52  n8gray
1022         * source/window.c (1.165, BETA-5-5): Fix for bug 996216: Detach
1023         Tab/Move tab don't keep non-default word delimiters.
1025 2004-07-23 18:40  n8gray
1027         * source/window.c (1.164): Purely cosmetic.  Renamed cloneTextPane
1028         to cloneTextPanes and moved functions around so that
1029         cloneTextPanes, cloneDocument, cloneUndoItems, DetachDocument, and
1030         MoveDocument are together.
1032 2004-07-23 18:07  n8gray
1034         * source/window.c (1.163): Applied TK Soh's patch to correct the
1035         colors of detached multi-pane windows.
1036         
1037         Fixes bug #996248.
1039 2004-07-21 20:57  yooden
1041         * Microline/XmL/: Folder.c (1.5), FolderP.h (1.4), XmL.h (1.5)
1042         (utags: BETA-5-5): License change, step 3: Reapply changes to
1043         Mozilla widgets
1045 2004-07-21 20:38  yooden
1047         * Microline/Makefile (1.2, BETA-5-5), Microline/Makefile.in (1.2,
1048         BETA-5-5), Microline/XmL/Folder.c (1.4), Microline/XmL/Folder.h
1049         (1.2, BETA-5-5), Microline/XmL/FolderP.h (1.3),
1050         Microline/XmL/Grid.c (1.2, BETA-5-5), Microline/XmL/Grid.h (1.2,
1051         BETA-5-5), Microline/XmL/GridP.h (1.2, BETA-5-5),
1052         Microline/XmL/GridUtil.c (1.2, BETA-5-5), Microline/XmL/Makefile
1053         (1.2, BETA-5-5), Microline/XmL/Makefile.in (1.2, BETA-5-5),
1054         Microline/XmL/Progress.c (1.2, BETA-5-5), Microline/XmL/Progress.h
1055         (1.2, BETA-5-5), Microline/XmL/ProgressP.h (1.2, BETA-5-5),
1056         Microline/XmL/Tree.c (1.2, BETA-5-5), Microline/XmL/Tree.h (1.2,
1057         BETA-5-5), Microline/XmL/TreeP.h (1.2, BETA-5-5),
1058         Microline/XmL/XmL.c (1.2, BETA-5-5), Microline/XmL/XmL.h (1.4),
1059         Microline/XmL/XmL.uih (1.2, BETA-5-5), Microline/examples/Makefile
1060         (1.2, BETA-5-5), Microline/examples/Makefile.in (1.2, BETA-5-5),
1061         Microline/examples/demo.c (1.2, BETA-5-5),
1062         Microline/examples/folder1.c (1.2, BETA-5-5),
1063         Microline/examples/folder2.c (1.2, BETA-5-5),
1064         Microline/examples/folder3.c (1.2, BETA-5-5),
1065         Microline/examples/folder4.c (1.2, BETA-5-5),
1066         Microline/examples/grid1.c (1.2, BETA-5-5),
1067         Microline/examples/grid2.c (1.2, BETA-5-5),
1068         Microline/examples/grid3.c (1.2, BETA-5-5),
1069         Microline/examples/grid4.c (1.2, BETA-5-5),
1070         Microline/examples/grid5.c (1.2, BETA-5-5),
1071         Microline/examples/grid6.c (1.2, BETA-5-5),
1072         Microline/examples/prog1.c (1.2, BETA-5-5),
1073         Microline/examples/prog2.c (1.2, BETA-5-5),
1074         Microline/examples/prog3.c (1.2, BETA-5-5),
1075         Microline/examples/tree1.c (1.2, BETA-5-5),
1076         Microline/examples/tree2.c (1.2, BETA-5-5),
1077         Microline/examples/tree3.c (1.2, BETA-5-5),
1078         Microline/examples/tree4.c (1.2, BETA-5-5),
1079         Microline/examples/tree5.c (1.2, BETA-5-5),
1080         Microline/examples/uil1.c (1.2, BETA-5-5),
1081         Microline/examples/uil1.uil (1.2, BETA-5-5),
1082         Microline/examples/util1.c (1.2, BETA-5-5),
1083         Microline/man/XmLArrayAdd.3x (1.2, BETA-5-5),
1084         Microline/man/XmLArrayDel.3x (1.2, BETA-5-5),
1085         Microline/man/XmLArrayFree.3x (1.2, BETA-5-5),
1086         Microline/man/XmLArrayGet.3x (1.2, BETA-5-5),
1087         Microline/man/XmLArrayGetCount.3x (1.2, BETA-5-5),
1088         Microline/man/XmLArrayMove.3x (1.2, BETA-5-5),
1089         Microline/man/XmLArrayNew.3x (1.2, BETA-5-5),
1090         Microline/man/XmLArrayReorder.3x (1.2, BETA-5-5),
1091         Microline/man/XmLArraySet.3x (1.2, BETA-5-5),
1092         Microline/man/XmLArraySort.3x (1.2, BETA-5-5),
1093         Microline/man/XmLCreateFolder.3x (1.2, BETA-5-5),
1094         Microline/man/XmLCreateGrid.3x (1.2, BETA-5-5),
1095         Microline/man/XmLCreateProgress.3x (1.2, BETA-5-5),
1096         Microline/man/XmLCreateTree.3x (1.2, BETA-5-5),
1097         Microline/man/XmLCvtStringToUChar.3x (1.2, BETA-5-5),
1098         Microline/man/XmLDateDaysInMonth.3x (1.2, BETA-5-5),
1099         Microline/man/XmLDateWeekDay.3x (1.2, BETA-5-5),
1100         Microline/man/XmLDrawnButtonSetType.3x (1.2, BETA-5-5),
1101         Microline/man/XmLFolder.3x (1.2, BETA-5-5),
1102         Microline/man/XmLFolderAddBitmapTab.3x (1.2, BETA-5-5),
1103         Microline/man/XmLFolderAddBitmapTabForm.3x (1.2, BETA-5-5),
1104         Microline/man/XmLFolderAddTab.3x (1.2, BETA-5-5),
1105         Microline/man/XmLFolderAddTabForm.3x (1.2, BETA-5-5),
1106         Microline/man/XmLFolderSetActiveTab.3x (1.2, BETA-5-5),
1107         Microline/man/XmLFontListCopyDefault.3x (1.2, BETA-5-5),
1108         Microline/man/XmLFontListGetDimensions.3x (1.2, BETA-5-5),
1109         Microline/man/XmLGrid.3x (1.2, BETA-5-5),
1110         Microline/man/XmLGridAddColumns.3x (1.2, BETA-5-5),
1111         Microline/man/XmLGridAddRows.3x (1.2, BETA-5-5),
1112         Microline/man/XmLGridColumnIsVisible.3x (1.2, BETA-5-5),
1113         Microline/man/XmLGridCopyPos.3x (1.2, BETA-5-5),
1114         Microline/man/XmLGridCopySelected.3x (1.2, BETA-5-5),
1115         Microline/man/XmLGridDeleteAllColumns.3x (1.2, BETA-5-5),
1116         Microline/man/XmLGridDeleteAllRows.3x (1.2, BETA-5-5),
1117         Microline/man/XmLGridDeleteColumns.3x (1.2, BETA-5-5),
1118         Microline/man/XmLGridDeleteRows.3x (1.2, BETA-5-5),
1119         Microline/man/XmLGridDeselectAllCells.3x (1.2, BETA-5-5),
1120         Microline/man/XmLGridDeselectAllColumns.3x (1.2, BETA-5-5),
1121         Microline/man/XmLGridDeselectAllRows.3x (1.2, BETA-5-5),
1122         Microline/man/XmLGridDeselectCell.3x (1.2, BETA-5-5),
1123         Microline/man/XmLGridDeselectColumn.3x (1.2, BETA-5-5),
1124         Microline/man/XmLGridDeselectRow.3x (1.2, BETA-5-5),
1125         Microline/man/XmLGridEditBegin.3x (1.2, BETA-5-5),
1126         Microline/man/XmLGridEditCancel.3x (1.2, BETA-5-5),
1127         Microline/man/XmLGridEditComplete.3x (1.2, BETA-5-5),
1128         Microline/man/XmLGridGetColumn.3x (1.2, BETA-5-5),
1129         Microline/man/XmLGridGetFocus.3x (1.2, BETA-5-5),
1130         Microline/man/XmLGridGetRow.3x (1.2, BETA-5-5),
1131         Microline/man/XmLGridGetSelectedCellCount.3x (1.2, BETA-5-5),
1132         Microline/man/XmLGridGetSelectedCells.3x (1.2, BETA-5-5),
1133         Microline/man/XmLGridGetSelectedColumnCount.3x (1.2, BETA-5-5),
1134         Microline/man/XmLGridGetSelectedColumns.3x (1.2, BETA-5-5),
1135         Microline/man/XmLGridGetSelectedRow.3x (1.2, BETA-5-5),
1136         Microline/man/XmLGridGetSelectedRowCount.3x (1.2, BETA-5-5),
1137         Microline/man/XmLGridGetSelectedRows.3x (1.2, BETA-5-5),
1138         Microline/man/XmLGridMoveColumns.3x (1.2, BETA-5-5),
1139         Microline/man/XmLGridMoveRows.3x (1.2, BETA-5-5),
1140         Microline/man/XmLGridPaste.3x (1.2, BETA-5-5),
1141         Microline/man/XmLGridPastePos.3x (1.2, BETA-5-5),
1142         Microline/man/XmLGridRead.3x (1.2, BETA-5-5),
1143         Microline/man/XmLGridReadPos.3x (1.2, BETA-5-5),
1144         Microline/man/XmLGridRedrawAll.3x (1.2, BETA-5-5),
1145         Microline/man/XmLGridRedrawCell.3x (1.2, BETA-5-5),
1146         Microline/man/XmLGridRedrawColumn.3x (1.2, BETA-5-5),
1147         Microline/man/XmLGridRedrawRow.3x (1.2, BETA-5-5),
1148         Microline/man/XmLGridReorderColumns.3x (1.2, BETA-5-5),
1149         Microline/man/XmLGridReorderRows.3x (1.2, BETA-5-5),
1150         Microline/man/XmLGridRowColumnToXY.3x (1.2, BETA-5-5),
1151         Microline/man/XmLGridRowIsVisible.3x (1.2, BETA-5-5),
1152         Microline/man/XmLGridSelectAllCells.3x (1.2, BETA-5-5),
1153         Microline/man/XmLGridSelectAllColumns.3x (1.2, BETA-5-5),
1154         Microline/man/XmLGridSelectAllRows.3x (1.2, BETA-5-5),
1155         Microline/man/XmLGridSelectCell.3x (1.2, BETA-5-5),
1156         Microline/man/XmLGridSelectColumn.3x (1.2, BETA-5-5),
1157         Microline/man/XmLGridSelectRow.3x (1.2, BETA-5-5),
1158         Microline/man/XmLGridSetFocus.3x (1.2, BETA-5-5),
1159         Microline/man/XmLGridSetStrings.3x (1.2, BETA-5-5),
1160         Microline/man/XmLGridSetStringsPos.3x (1.2, BETA-5-5),
1161         Microline/man/XmLGridWrite.3x (1.2, BETA-5-5),
1162         Microline/man/XmLGridWritePos.3x (1.2, BETA-5-5),
1163         Microline/man/XmLGridXYToRowColumn.3x (1.2, BETA-5-5),
1164         Microline/man/XmLMessageBox.3x (1.2, BETA-5-5),
1165         Microline/man/XmLPixmapDraw.3x (1.2, BETA-5-5),
1166         Microline/man/XmLProgress.3x (1.2, BETA-5-5),
1167         Microline/man/XmLRectIntersect.3x (1.2, BETA-5-5),
1168         Microline/man/XmLShellOfWidget.3x (1.2, BETA-5-5),
1169         Microline/man/XmLSort.3x (1.2, BETA-5-5),
1170         Microline/man/XmLStringDraw.3x (1.2, BETA-5-5),
1171         Microline/man/XmLStringDrawDirection.3x (1.2, BETA-5-5),
1172         Microline/man/XmLTree.3x (1.2, BETA-5-5),
1173         Microline/man/XmLTreeAddRow.3x (1.2, BETA-5-5),
1174         Microline/man/XmLTreeAddRows.3x (1.2, BETA-5-5),
1175         Microline/man/XmLWarning.3x (1.2, BETA-5-5), util/vmsParam.h (1.5,
1176         BETA-5-5): License change, step 2: Import of Mozilla files with new
1177         license
1179 2004-07-21 11:32  yooden
1181         * README (1.38, BETA-5-5), doc/help.etx (1.71, BETA-5-5),
1182         doc/nc.pod (1.6, BETA-5-5), doc/nedit.pod (1.7, BETA-5-5),
1183         doc/setext (1.12, BETA-5-5), source/calltips.c (1.8, BETA-5-5),
1184         source/calltips.h (1.3, BETA-5-5), source/file.c (1.85, BETA-5-5),
1185         source/file.h (1.14, BETA-5-5), source/help.c (1.101, BETA-5-5),
1186         source/help.h (1.12, BETA-5-5), source/help_data.h (1.69,
1187         BETA-5-5), source/help_topic.h (1.60, BETA-5-5), source/highlight.c
1188         (1.49, BETA-5-5), source/highlight.h (1.13, BETA-5-5),
1189         source/highlightData.c (1.67, BETA-5-5), source/highlightData.h
1190         (1.12, BETA-5-5), source/interpret.c (1.40, BETA-5-5),
1191         source/interpret.h (1.16, BETA-5-5), source/linkdate.c (1.4,
1192         BETA-5-5), source/macro.c (1.88, BETA-5-5), source/macro.h (1.7,
1193         BETA-5-5), source/menu.c (1.110, BETA-5-5), source/menu.h (1.12,
1194         BETA-5-5), source/nc.c (1.43, BETA-5-5), source/nedit.c (1.79,
1195         BETA-5-5), source/nedit.h (1.57, BETA-5-5), source/parse.h (1.6,
1196         BETA-5-5), source/preferences.c (1.122, BETA-5-5),
1197         source/preferences.h (1.42, BETA-5-5), source/rangeset.c (1.11,
1198         BETA-5-5), source/rangeset.h (1.6, BETA-5-5), source/rbTree.h (1.4,
1199         BETA-5-5), source/regexConvert.c (1.10, BETA-5-5),
1200         source/regexConvert.h (1.6, BETA-5-5), source/regularExp.c (1.24,
1201         BETA-5-5), source/regularExp.h (1.11, BETA-5-5), source/search.c
1202         (1.70, BETA-5-5), source/search.h (1.22, BETA-5-5),
1203         source/selection.c (1.30, BETA-5-5), source/selection.h (1.6,
1204         BETA-5-5), source/server.c (1.31, BETA-5-5), source/server.h (1.6,
1205         BETA-5-5), source/server_common.c (1.5, BETA-5-5),
1206         source/server_common.h (1.2, BETA-5-5), source/shell.c (1.33,
1207         BETA-5-5), source/shell.h (1.8, BETA-5-5), source/shift.c (1.16,
1208         BETA-5-5), source/shift.h (1.5, BETA-5-5), source/smartIndent.c
1209         (1.35, BETA-5-5), source/smartIndent.h (1.7, BETA-5-5),
1210         source/tags.c (1.58, BETA-5-5), source/tags.h (1.14, BETA-5-5),
1211         source/text.c (1.47, BETA-5-5), source/text.h (1.19, BETA-5-5),
1212         source/textBuf.c (1.32, BETA-5-5), source/textBuf.h (1.16,
1213         BETA-5-5), source/textDisp.c (1.57, BETA-5-5), source/textDisp.h
1214         (1.25, BETA-5-5), source/textDrag.c (1.10, BETA-5-5),
1215         source/textDrag.h (1.4, BETA-5-5), source/textP.h (1.9, BETA-5-5),
1216         source/textSel.c (1.14, BETA-5-5), source/textSel.h (1.5,
1217         BETA-5-5), source/undo.c (1.17, BETA-5-5), source/undo.h (1.7,
1218         BETA-5-5), source/userCmds.c (1.48, BETA-5-5), source/userCmds.h
1219         (1.7, BETA-5-5), source/window.c (1.162), source/window.h (1.24,
1220         BETA-5-5), source/windowTitle.c (1.13, BETA-5-5),
1221         source/windowTitle.h (1.4, BETA-5-5), util/DialogF.c (1.29,
1222         BETA-5-5), util/DialogF.h (1.10, BETA-5-5), util/check_lin_tif.c
1223         (1.10, BETA-5-5), util/clearcase.c (1.5, BETA-5-5),
1224         util/clearcase.h (1.4, BETA-5-5), util/fileUtils.c (1.32,
1225         BETA-5-5), util/fileUtils.h (1.11, BETA-5-5), util/fontsel.c (1.27,
1226         BETA-5-5), util/fontsel.h (1.10, BETA-5-5), util/getfiles.c (1.29,
1227         BETA-5-5), util/getfiles.h (1.7, BETA-5-5), util/managedList.c
1228         (1.14, BETA-5-5), util/managedList.h (1.6, BETA-5-5), util/misc.c
1229         (1.67, BETA-5-5), util/misc.h (1.24, BETA-5-5), util/prefFile.c
1230         (1.23, BETA-5-5), util/prefFile.h (1.7, BETA-5-5),
1231         util/printUtils.c (1.24, BETA-5-5), util/printUtils.h (1.8,
1232         BETA-5-5), util/system.h (1.15, BETA-5-5), util/utils.c (1.21,
1233         BETA-5-5), util/utils.h (1.12, BETA-5-5), util/vmsUtils.c (1.6,
1234         BETA-5-5), util/vmsUtils.h (1.6, BETA-5-5): License change, step 1:
1235         Added Motif clause to a lot of files.
1237 2004-07-20 01:40  n8gray
1239         * source/window.c (1.161): The stats line copies its font from the
1240         Row/Column widget.
1242 2004-07-18 23:13  yooden
1244         * source/shift.c (1.15): Fixes inconsistency between 'Fill
1245         Paragraph' and wrap.
1247 2004-07-18 22:30  yooden
1249         * doc/help.etx (1.70), source/file.c (1.84), source/help.c (1.100),
1250         source/help_data.h (1.68), source/help_topic.h (1.59),
1251         source/highlight.c (1.48), source/highlightData.c (1.66),
1252         source/macro.c (1.87), source/menu.c (1.109), source/nedit.c
1253         (1.78), source/preferences.c (1.121), source/search.c (1.69),
1254         source/selection.c (1.29), source/shell.c (1.32),
1255         source/smartIndent.c (1.34), source/tags.c (1.57),
1256         source/userCmds.c (1.47), source/windowTitle.c (1.12),
1257         util/fontsel.c (1.26), util/getfiles.c (1.28), util/misc.c (1.66),
1258         util/printUtils.c (1.23): Fixes some of the misnamed dialogs.
1260 2004-07-15 21:17  n8gray
1262         * source/: help.c (1.99), nedit.c (1.77): Fix for bug 873469: nedit
1263         -V requires X server.  Fix due to T. Haude with slight
1264         modification.  (argument scanning stops if it sees "--".)
1266 2004-07-15 18:47  edg
1268         * ReleaseNotes (1.25, BETA-5-5): Added bug #987102 to the list of
1269         bugs fixed in 5.5.
1271 2004-07-15 18:39  edg
1273         * source/regularExp.c (1.23): Fix for SF bug #987102:  segmentation
1274         fault on replace. Regex recursion is now limited to 10000. The API
1275         could still be extended to handle errors more gracefully (error
1276         messages are currently written to stderr).
1278 2004-07-15 18:30  edg
1280         * source/nedit.c (1.76): Added Lesstif-specific suppression of
1281         harmless but annoying warnings generated by non-production versions
1282         of the library.  Developers can see the suppressed messages by
1283         adding -DDEBUG_LESSTIF_WARNINGS to their compile flags.  So far,
1284         I've added 3 messages to the suppression list, but the list can
1285         easily be extended if more of these messages show up.
1287 2004-07-15 18:26  edg
1289         * util/check_lin_tif.c (1.9): Added OpenMotif 2.2.3 and Lesstif
1290         0.93.94 to the "known good" lists.  (I didn't add 0.93.95 since it
1291         doesn't officially exist yet).
1293 2004-07-15 17:08  edg
1295         * source/calltips.c (1.7): Removed the custom fix for SF bug
1296         #925951 again. It is covered by the fix for bug #991700.
1298 2004-07-15 17:06  edg
1300         * source/nedit.c (1.75): Fix for SF bug #991700: 5.5 crash. The
1301         workaround to prevent this crash was executed too late due to the
1302         reorganization of the shells.
1304 2004-07-15 09:07  yooden
1306         * source/file.c (1.83): Small optimization in backupFileName()
1308 2004-07-15 02:03  yooden
1310         * makefiles/Makefile.solarisx86 (1.1, BETA-5-5): Added Makefile for
1311         Solaris x86.
1313 2004-07-15 01:47  yooden
1315         * source/: highlightData.c (1.65), preferences.c (1.120): Fixes two
1316         small issues wrt C++.
1318 2004-07-14 19:51  n8gray
1320         * source/menu.c (1.108): There were two accelerators for 'T' in the
1321         File menu.  I changed "Load Tags File" to use 'g' instead.
1323 2004-07-14 19:48  n8gray
1325         * makefiles/Makefile.macosx (1.7, BETA-5-5): Adding the
1326         -mdynamic-no-pic gcc flag to get cleaner code on OS X.
1328 2004-07-14 13:31  yooden
1330         * source/file.c (1.82): Someone forgot to call stat() before
1331         querying the statbuf.
1333 2004-07-13 11:44  edg
1335         * source/menu.c (1.107): Another crash fix: tab context popup menu
1336         didn't inherit proper visual.
1338 2004-07-13 11:35  edg
1340         * Xlt/BubbleButton.c (1.6, BETA-5-5): Crash fix: bubblebutton
1341         tooltips didn't inherit proper visual (Tk Soh).
1343 2004-07-12 20:08  edg
1345         * source/search.c (1.68): Fix for incremental search bar clear
1346         button crash reported by Yury Burkatovsky. It wasn't as hard as I
1347         thought it would be.
1349 2004-07-09 12:20  edg
1351         * ReleaseNotes (1.24): First stab at the release notes for 5.5.
1353 2004-07-09 07:44  edg
1355         * util/misc.c (1.65): Inserted some casts to suppress harmless
1356         warnings on Solaris.
1358 2004-07-08 13:07  edg
1360         * source/help.c (1.98): More fundamental fix for SF bug #982589:
1361         Help font inconsistent with window size. The help window size
1362         calculation is now based on the actual fixed font used in the help
1363         window.
1365 2004-07-08 06:29  n8gray
1367         * Makefile (1.16, BETA-5-5), README (1.37), source/help_data.h
1368         (1.67), source/help_topic.h (1.58), source/nc.c (1.42): Man, that
1369         was a quick beta!  Back to RC1.
1371 2004-07-07 08:18  edg
1373         * ChangeLog (1.38, BETA-5-5): Regenerated (cvs2cl.pl -b -r -t
1374         --accum --gmt).
1376 2004-07-07 01:39  n8gray
1378         * README (1.36), makefiles/Makefile.macosx (1.6): Updating some OS
1379         X documentation.
1381 2004-07-07 03:14  n8gray
1383         * Makefile (1.15), README (1.35), source/help_data.h (1.66),
1384         source/nc.c (1.41): I guess we should go to BETA1 before RC1.
1386 2004-07-07 02:51  n8gray
1388         * Makefile (1.14), README (1.34), source/help_data.h (1.65),
1389         source/help_topic.h (1.57), source/nc.c (1.40): Updating version
1390         information for 5.5RC1.
1392 2004-07-03 00:16  edg
1394         * source/highlightData.c (1.64): Minor update to the Python
1395         patterns: added new built-in functions, exceptions, warnings, ...
1396         that were introduced in Python 2.3.
1398 2004-06-30 13:56  edg
1400         * source/help.c (1.97): Increased the help window size from 65 to
1401         75 columns as a workaround for the window becoming smaller due to
1402         changes in the font specifications.  (SF bug #982589: Help font
1403         inconsistent with window size)
1405 2004-06-28 10:23  edg
1407         * source/menu.c (1.106): Fix for SF bug #933146: VMS Open Previous
1408         DB file error.
1410 2004-06-23 15:25  edg
1412         * source/server.c (1.30): Race condition fix for SF bug #978104:
1413         nedit -sync option.  The server missed the first property change in
1414         synchronous mode.
1416 2004-06-21 09:42  edg
1418         * doc/help.etx (1.69), source/help_data.h (1.64),
1419         source/help_topic.h (1.56): Cross-reference fixes (Yury
1420         Burkatovsky).
1422 2004-06-13 03:08  tksoh
1424         * source/window.c (1.160): Fixed shrinking-window bug on some
1425         window manager such as Metacity, where window would shrink when
1426         switching between documents with different font size.
1428 2004-06-11 12:33  edg
1430         * Microline/XmL/XmL.h (1.3): Fixed a #define collision when
1431         compiling with OM 2.2.3.
1433 2004-06-11 12:16  edg
1435         * source/: menu.c (1.105), nedit.h (1.56), window.c (1.159): Fixes
1436         for SF bug #779454: SGI_CUSTOM & windows names.  Removed all
1437         obsolete SGI_WINDOW_TITLE stuff.
1439 2004-06-11 10:14  edg
1441         * source/highlightData.c (1.63): Removed unused declaration.
1443 2004-06-10 19:04  edg
1445         * doc/help.etx (1.68), source/help_data.h (1.63),
1446         source/help_topic.h (1.55): More help updates from Joerg Fischer.
1448 2004-06-10 19:01  edg
1450         * source/: highlight.c (1.47), highlightData.c (1.62), macro.c
1451         (1.86): Commit SF patch #970491: Forbid deletion of the "Plain"
1452         Text Drawing Style (Tony Balinski).
1454 2004-06-09 19:52  edg
1456         * source/: userCmds.c (1.46), window.c (1.158): Crash fix:
1457         bgMenuUndo/RedoItem were memcopied when opening multiple tabs in a
1458         window. This could eventually result in accesses to destroyed bg
1459         menu items (and crashes), but only when the tabs use different
1460         language modes.  That's why crashes were rather rare (and the
1461         illegal accesses didn't always result in a crash).
1463 2004-06-08 17:36  edg
1465         * doc/help.etx (1.67), doc/nc.pod (1.5), doc/nedit.pod (1.6),
1466         source/help_data.h (1.62), source/help_topic.h (1.54): Help
1467         updates: tabbed editing and incremental search bar (Joerg Fischer).
1469 2004-06-08 17:30  edg
1471         * source/server.c (1.29), util/misc.c (1.64), util/misc.h (1.23):
1472         Committed SF patch #963120: Open tab in window on current desktop. 
1473         New files opened via nc no longer appear in a tab of some
1474         pseudo-random window, possible on a different window manager
1475         desktop, but on a window of the current desktop. If no window
1476         exists on the current desktop, a new one is created.  Requires the
1477         window manager to be EWMH compliant, but falls back to the old
1478         behaviour for non-compliant wms.
1480 2004-06-08 17:08  tringali
1482         * source/shell.c (1.31): Fix from Tony Balinski: close unused fds
1483         so that shell commands can be invoked asynchronously.  Otherwise,
1484         we will wait for the command to end even if the input/output/error
1485         streams were redirected to /dev/null.
1487 2004-06-01 14:23  edg
1489         * source/server_common.c (1.4): Memory leak and malloc/free
1490         mismatch fixes.
1492 2004-05-25 21:31  tringali
1494         * source/nedit.c (1.74): Don't use labelFontList et al on
1495         Cygwin/LessTif.
1497 2004-05-16 14:02  tksoh
1499         * source/window.c (1.157): Fixed coredump if offers to save file
1500         were refused when closing window with several modified documents.
1502 2004-05-12 11:21  edg
1504         * source/interpret.c (1.39): Missed a spot in the debug code when I
1505         applied the macro string changes.
1507 2004-05-11 21:56  edg
1509         * doc/help.etx (1.66), doc/nc.pod (1.4), doc/nedit.pod (1.5),
1510         source/help_data.h (1.61), source/help_topic.h (1.53): Updated
1511         rangeset documentation (SF bug #922282) and -do documentation
1512         (Joerg, with remarks of Tony).
1514 2004-05-06 10:39  jlous
1516         * source/menu.c (1.104): Changed "Tabs..." to "Tab Stops..." in
1517         menus.
1519 2004-05-04 16:19  edg
1521         * README (1.33), doc/help.etx (1.65), doc/nc.pod (1.3),
1522         doc/nedit.pod (1.4), source/help_data.h (1.60), source/help_topic.h
1523         (1.52): Added TK to the list of authors.
1525 2004-05-04 09:41  edg
1527         * Xlt/BubbleButton.c (1.5): Added declaration of
1528         _XmStringCreateExternal (SF bug #923924).
1530 2004-05-03 14:08  edg
1532         * ChangeLog (1.37): Regenerated (cvs2cl.pl -b -r -t --accum --gmt).
1534 2004-05-03 13:59  edg
1536         * source/window.c (1.156): Bug fix: File->Close in the original
1537         window was disabled after calling calling the detach_document()
1538         macro subroutine.
1540 2004-05-03 09:26  edg
1542         * util/check_lin_tif.c (1.8): Classified OM 2.2.3 (the real one,
1543         not the 2.2.2 version claiming to be 2.2.3) as being UNTESTED iso.
1544         KNOWN BAD. If no show-stoppers are found, we can classify it as a
1545         supported version.
1547 2004-05-03 08:54  edg
1549         * Xlt/BubbleButton.c (1.4): Fixed inconsistent linkage declaration
1550         for _XmExportLabelString.
1552 2004-05-03 08:53  edg
1554         * util/misc.c (1.63): Disabled the sticky radiobutton workaround
1555         for OM 2.2.3 and above. The bug appears to be fixed in 2.2.3.
1557 2004-04-30 15:27  edg
1559         * source/interpret.c (1.38): Added some comments to the new string
1560         allocation routines.
1562 2004-04-30 14:35  edg
1564         * source/: interpret.c (1.37), interpret.h (1.15), macro.c (1.85),
1565         smartIndent.c (1.33): Speed boost for macro string searching: keep
1566         string length together with the string to avoid excessive amount of
1567         strlen() calls in some cases.
1569 2004-04-30 11:53  edg
1571         * source/window.c (1.155): Bug fix: closing a tab via a macro
1572         called from another tab resulted in a crash or an endless loop in
1573         GetTopDocument().
1575 2004-04-30 04:06  tksoh
1577         * source/: nedit.c (1.73), window.c (1.154): Some GUI changes on
1578         statsAreaForm: removed the separator below the tab-bar; removed
1579         some hardcoded visual resources on tab and tab-bar; statsline's
1580         text widget to inherit colors from it's immediate parent form, to
1581         ease customization.
1583 2004-04-29 02:34  tksoh
1585         * source/: menu.c (1.103), nedit.c (1.72), text.c (1.46): Removed
1586         tab navigation items from the Window menu, and handle them with
1587         text widget's translation table.
1589 2004-04-28 01:54  tksoh
1591         * doc/help.etx (1.64), source/help_data.h (1.59),
1592         source/help_topic.h (1.51), source/menu.c (1.102), source/nedit.c
1593         (1.71), source/nedit.h (1.55), source/window.c (1.153),
1594         source/window.h (1.23): Renamed "Split Window" to "Split Pane", and
1595         split_window() is now split_pane().
1597 2004-04-27 01:35  tksoh
1599         * source/: file.c (1.81), menu.c (1.101), nedit.h (1.54),
1600         preferences.c (1.119), window.c (1.152): Second (and hopefully
1601         final) phase of Buffers-to-Documents conversion; Also added brief
1602         description to struct WindowInfo on tabbed mode.
1604 2004-04-26 03:01  tksoh
1606         * source/window.c (1.151): Fix for SF bug #941888: Window shrinks
1607         when switching between tabs on some window managers such as
1608         metacity.
1610 2004-04-24 04:53  tksoh
1612         * source/window.c (1.150): Preserve document opening chain
1613         (WindowList) when documents are detached or moved, so that macro
1614         functions such focus_window("last") will traverse the documents
1615         correctly.
1617 2004-04-24 03:48  tksoh
1619         * source/window.c (1.149): Honor pref setting of "Hide Tab Bar When
1620         Only One Document is Open"; covering SF bug #939712: unexpected tab
1621         bar on startup.
1623 2004-04-24 03:12  tksoh
1625         * source/window.c (1.148): Fixed coredump when closing top
1626         document.
1628 2004-04-23 16:35  tringali
1630         * source/window.c (1.147): Fix for bug 940844 - flashing isearch
1631         bar on startup
1633 2004-04-23 00:43  tksoh
1635         * source/window.c (1.146): Fixed bold-face on label of inactive
1636         tabs.
1638 2004-04-19 15:46  tringali
1640         * source/: window.c (1.145), nedit.c (1.70): - Changed accelerators
1641         for next/prev window to Ctrl+Pg Up (for Mozilla compat.) -
1642         Bold-face the active tab for visibility, implemented with fontlist
1643         tags.
1645 2004-04-17 10:32  tksoh
1647         * source/: nedit.c (1.69), window.c (1.144), window.h (1.22): Fixed
1648         WM session management (WM_SAVE_YOURSELF) support for tabbed mode.
1650 2004-04-17 03:51  n8gray
1652         * doc/help.etx (1.63), source/help_data.h (1.58),
1653         source/help_topic.h (1.50): Updated documentation for the
1654         auto-scroll feature.  The resource for setting the number of lines
1655         of padding has changed to nedit.autoScrollVPadding.
1657 2004-04-16 08:15  edg
1659         * source/calltips.c (1.6): Fix for SF bug #925951: nedit 5.4
1660         crashes when dragging a calltip.  It appears to be a bug in SUN's
1661         Motif. Dragging is now disabled.
1663 2004-04-15 22:32  n8gray
1665         * source/: menu.c (1.100), nedit.h (1.53), preferences.c (1.118),
1666         preferences.h (1.41), window.c (1.143), window.h (1.21): Committing
1667         the auto-scroll patch.  For now 4 seems like a reasonable default.
1669 2004-04-14 20:33  n8gray
1671         * source/: help_data.h (1.57), help_topic.h (1.49), window.c
1672         (1.142): Applied TK's patch for putting the * on the correct side
1673         of the tab's filename based on text alignment (with a minor
1674         change).  I still don't understand why it didn't work for me
1675         before, but what the heck.
1676         
1677         Also it looks like I regenerated the help files.  No changes there
1678         other than the dates at the top.
1680 2004-04-14 15:12  edg
1682         * source/window.c (1.141): Warning fix (Andrew Stanaski).
1684 2004-04-14 09:44  edg
1686         * source/: nedit.c (1.68), server.c (1.28): Additional fixes for
1687         potential crashes due to -do macro commands closing windows.
1689 2004-04-14 05:45  tksoh
1691         * source/: nedit.c (1.67), server.c (1.27): Fixed coredump when
1692         running -do closed() or detach_document() with nc or nedit, or when
1693         files fail to open.
1694         
1695         Also corrected the behavior on VMS so that -do will only apply onto
1696         the first file globbed from the wildcard specified.
1698 2004-04-14 00:49  n8gray
1700         * source/: nedit.c (1.66), window.c (1.140): Changed so that
1701         alignment of the filenames in tabs isn't hardwired.  I edit lots of
1702         files that have the same prefix, e.g. mmc_ext_XXX.ml, and if too
1703         many tabs get opened then I end up with 25 identical tabs.  This is
1704         much less of a problem if the text is right-aligned, since the .ml
1705         suffixes take up less space.
1706         
1707         You can try this out by setting the resource "*tab.alignment:
1708         XmALIGNMENT_END".
1709         
1710         One improvement would be to also put the "*" that indicates a file
1711         is modified on the right if the titles are right-aligned.  I tried
1712         to implement that but for some reason couldn't read the setting of
1713         the alignment resource successfully.
1715 2004-04-14 00:14  n8gray
1717         * source/window.c (1.139): Fixed the code to get the next tab on
1718         tab close/detach so that the correct tab is chosen when tabs are
1719         sorted.
1721 2004-04-01 12:48  tksoh
1723         * source/window.c (1.138): Re-enabled window auto-resizing on
1724         (un)display of line numbers for multi-tab windows. Disabling
1725         auto-resize on font change alone would be enough to fix the
1726         growing-window bug.
1728 2004-04-01 10:29  tksoh
1730         * source/window.c (1.137): Fixed BadMatch error when linking to
1731         various releases of Lesstif version 1.2 (no problem with v2.x), if
1732         we use XCreateBitmapFromData() to created bitmaps for buttons.
1734 2004-04-01 02:50  tksoh
1736         * source/textDisp.c (1.56): Fixed BadWindow error when opening help
1737         window, introduced by the recent window auto-resize patch.
1739 2004-04-01 01:38  tksoh
1741         * source/window.c (1.136): Fixed bug where the detached document
1742         would get an incorrect number of rows, when the document contain
1743         highlighting fonts with sizes differ from the primary font. For now
1744         there'd be some flickers due to the resizing of the detached window
1745         by syntax highlighting, etc - something that we are to address
1746         later - but the rows will at least be correct.
1748 2004-03-31 15:02  tksoh
1750         * source/: highlight.c (1.46), textDisp.c (1.55), window.c (1.135):
1751         Disabled window auto-resizing, triggered by font change or
1752         (un)display of line numbers, for multi-tab windows.
1754 2004-03-31 12:31  tksoh
1756         * source/: nedit.h (1.52), search.c (1.67), window.c (1.134):
1757         Applied SF patch #891884: Add Find and Clear buttons to i-search
1759 2004-03-29 14:42  tksoh
1761         * source/userCmds.c (1.45): Fixed coredump when invoking BG menu on
1762         lower split-panes.
1764 2004-03-28 12:15  yooden
1766         * .cvsignore (1.3), doc/.cvsignore (1.5), source/.cvsignore (1.5),
1767         util/.cvsignore (1.4): Moves *.bck to global ignore file.
1769 2004-03-25 17:37  tksoh
1771         * source/: menu.c (1.99), window.c (1.133): Removed unused
1772         functions.
1774 2004-03-25 07:12  n8gray
1776         * .cvsignore (1.2), doc/.cvsignore (1.4), doc/help.etx (1.62),
1777         source/.cvsignore (1.4), source/help_data.h (1.56),
1778         source/help_topic.h (1.48), source/textDrag.c (1.9),
1779         util/.cvsignore (1.3): Updated the help files to document action
1780         routines for all menu items.  Also added *.bck to .cvsignore files.
1782 2004-03-25 04:27  tksoh
1784         * source/: file.c (1.80), file.h (1.13), macro.c (1.84), menu.c
1785         (1.98), nedit.c (1.65), preferences.c (1.117), selection.c (1.28),
1786         server.c (1.26), tags.c (1.56), window.c (1.132), window.h (1.20):
1787         Speed up opening of multiple files, by opening the files in
1788         background and deferring the syntax highlighting (SH) process. SH
1789         may be triggered later when a document is raised, or accessed by
1790         macro functions.
1792 2004-03-21 14:25  tksoh
1794         * source/: Makefile.common (1.17), window.c (1.131): Bugfix for
1795         persistent tooltip of tabs, when dragged with middle button.
1797 2004-03-19 15:17  tringali
1799         * util/system.h (1.14): Fix bogus IA64 defintion; detect Intel when
1800         masquerading as gcc; guess when compiling HP C.
1802 2004-03-19 09:53  tksoh
1804         * source/window.c (1.130): Make next/prev document actions
1805         independent of tab sorting policy.
1807 2004-03-11 12:42  edg
1809         * source/: nedit.h (1.51), userCmds.c (1.44): Bug fixes for user
1810         menu cache (Uwe Lehnert).
1812 2004-03-06 22:44  n8gray
1814         * source/: menu.c (1.97), nedit.h (1.50), preferences.c (1.116):
1815         Added "Sort Tabs Alphabetically" menu item.
1817 2004-03-06 02:24  n8gray
1819         * source/window.c (1.129): Fixed SortTabBar -- it wasn't updating
1820         the "next" pointers, which broke the next/previous tab actions.
1822 2004-03-05 08:10  tksoh
1824         * source/: menu.c (1.96), menu.h (1.11), userCmds.c (1.43),
1825         window.c (1.128): Hide the BG tearoffs when switching doc, and
1826         restore them when switched back later.
1828 2004-03-04 09:44  tksoh
1830         * source/: menu.c (1.95), menu.h (1.10), nedit.h (1.49),
1831         preferences.c (1.115), userCmds.c (1.42), userCmds.h (1.6),
1832         window.c (1.127): Applied SF patch #891126: user menu cache.
1834 2004-03-04 00:49  tksoh
1836         * source/: file.c (1.79), preferences.c (1.114), preferences.h
1837         (1.40), window.c (1.126), window.h (1.19): If 'nedit.sortTab' is
1838         True, sort the tabs on the tab bar by filenames alphabetically.
1839         Sorting is disabled by default.
1841 2004-03-03 13:28  edg
1843         * source/textBuf.c (1.31): Bug fix in BufCountDispChars: don't
1844         count terminating \0 of text buffer.
1846 2004-03-03 07:06  tksoh
1848         * source/: menu.c (1.94), window.h (1.18): Cleaned up residue of
1849         "Attach Tab".
1851 2004-03-02 12:47  tksoh
1853         * source/undo.c (1.16): Removed flickers on text area that occured
1854         when undoing/redoing with selection and
1855         'nedit.undoModifiesSelection' set to false.
1857 2004-03-02 08:15  tksoh
1859         * source/: menu.c (1.93), nedit.h (1.48), window.c (1.125),
1860         window.h (1.17): Changed Menu "Attach Tab..." to "Move Tab To...".
1861         The corresponding AP attach_document_dialog() is changed to
1862         move_document_dialog() too; Also revised preference menus under
1863         "Tabbed Editing".
1865 2004-02-27 00:53  tksoh
1867         * source/window.c (1.124): Bugfix for shrunken upper split panes
1868         when documents are detached or attached.
1870 2004-02-26 09:54  edg
1872         * source/window.c (1.123): Clone tab distance & emulation settings
1873         when cloning a document.
1875 2004-02-25 02:47  tksoh
1877         * source/: menu.c (1.92), window.c (1.122): Made line number
1878         display a shell-level item, like the i-search and stats lines. Also
1879         fixed few associated bugs.
1881 2004-02-23 02:51  n8gray
1883         * source/textBuf.c (1.30): Eliminated unnecessary #include.
1885 2004-02-21 14:25  yooden
1887         * doc/help.etx (1.61), source/help_data.h (1.55),
1888         source/help_topic.h (1.47): Fiyes typos in help, adds args[] doc
1889         (Tony Balinski), changes mailing list information (Joor Loohuis).
1891 2004-02-21 05:45  tksoh
1893         * source/: file.c (1.78), macro.c (1.83), menu.c (1.91),
1894         preferences.c (1.113), search.c (1.66), shell.c (1.30),
1895         smartIndent.c (1.32), tags.c (1.55), undo.c (1.15), userCmds.c
1896         (1.41), window.c (1.121), window.h (1.16): Update button state or
1897         sensitivity of the main menus only if the document being worked on
1898         is on top. This prevent the macro operation from updating the menu
1899         buttons incorrectly, when acting on documents currently not on top.
1901 2004-02-20 09:27  tksoh
1903         * source/menu.c (1.90): Corrected mnemonic of 'Last Viewed Tab'
1904         menu.
1906 2004-02-19 06:33  tksoh
1908         * source/nedit.c (1.64): Added missing -group option in nedit
1909         command line help message.
1911 2004-02-19 06:23  tksoh
1913         * doc/help.etx (1.60), source/help_data.h (1.54),
1914         source/help_topic.h (1.46), source/nc.c (1.39), source/nedit.c
1915         (1.63): Added option -group to nc and nedit, to allow opening of
1916         group of files as tabs in a new window.
1918 2004-02-17 01:01  tksoh
1920         * source/window.c (1.120): Fixed coredump when loading tag files,
1921         caused by dangling pointer of mode messages.
1923 2004-02-16 01:02  tksoh
1925         * doc/help.etx (1.59), source/file.c (1.77), source/file.h (1.12),
1926         source/help_data.h (1.53), source/help_topic.h (1.45),
1927         source/macro.c (1.82), source/menu.c (1.89), source/nc.c (1.38),
1928         source/nedit.c (1.62), source/nedit.h (1.47), source/preferences.c
1929         (1.112), source/preferences.h (1.39), source/search.c (1.65),
1930         source/selection.c (1.27), source/server.c (1.25), source/tags.c
1931         (1.54), source/window.c (1.119): Applied SF patch #893177: modeless
1932         tabbed windows.
1934 2004-02-14 02:22  tksoh
1936         * source/window.c (1.118): Bugfix: top BG menu tearoffs were not
1937         closed before switching         tabbed document.
1939 2004-02-13 12:32  tksoh
1941         * source/window.c (1.117): Close all BG menu tearoffs before
1942         switching tabbed document.  BG menu is local to each document, so
1943         should not stay up when its parent doc isn't.
1945 2004-02-13 07:53  tksoh
1947         * source/window.c (1.116): Bugfix: banner not cleared after loading
1948         tag files, etc.
1950 2004-02-10 22:29  yooden
1952         * Microline/XmL/Folder.c (1.3), source/file.c (1.76),
1953         source/window.c (1.115): Removes some warnings.
1955 2004-02-10 14:25  tringali
1957         * source/nedit.c (1.61): Fix reversed tab accelerators in LessTif
1959 2004-02-10 02:00  tringali
1961         * source/nedit.c (1.60): Fix for tab accelerators in LessTif; avoid
1962         trapping Alt+Shift+arrow too.
1964 2004-02-09 11:02  edg
1966         * source/window.c (1.114): Added missing shell/macroMenuValid
1967         initializations.
1969 2004-02-09 09:45  tksoh
1971         * source/: rangeset.c (1.10), rangeset.h (1.5), window.c (1.113):
1972         Bugfix for: 1) coredump when detaching/attaching document
1973         containing    destroyed rangeset; 2) after being detached/attached,
1974         colors of subsequently    added rangesets were not refreshed
1975         immediately.
1977 2004-02-09 04:16  tksoh
1979         * source/window.c (1.112): Applied workaround for partially
1980         (bottom) obscured text area of new tabs on OM-2.1.30, and perhaps
1981         other Motifs also?
1983 2004-02-08 02:49  tksoh
1985         * source/window.c (1.111): Applied workaround for coredump when
1986         closing tabs in the middle of keystrokes learning, by clicking on
1987         the close-tab button. See comment of closeTabCB() for detail.
1989 2004-02-08 01:46  tksoh
1991         * source/window.c (1.110): Bugfix: stats or i-search line might
1992         come up concealed on new windows, if the tab bar was set to be
1993         always displayed.
1995 2004-02-07 15:44  tringali
1997         * source/: menu.c (1.88), menu.h (1.9), nedit.h (1.46), window.c
1998         (1.109): Tab context menu via TK Soh, from SF patch 891679
2000 2004-02-07 02:20  tringali
2002         * source/nedit.c (1.59): - Visual for inactive tabs: use a lighter
2003         grey foreground.  Ideally we'd make the   active tab boldface, but
2004         that requires mucking about with fonts.  - Non-emacs accelerators
2005         for tab navigation: Alt-Left,Alt-Right,Alt-Home
2007 2004-02-05 07:29  tksoh
2009         * source/window.c (1.108): Bugfix for missing BG menus in second
2010         and subsequent tabbed docs.
2012 2004-02-04 08:44  tksoh
2014         * source/: file.c (1.75), menu.c (1.87), nedit.h (1.45), window.c
2015         (1.107), window.h (1.15): Create tabbed document in background, to
2016         avoid unnecessary updates on the user menus. This reduces the
2017         flickers on the tearoffs of the user menus. It also speeds up the
2018         process of opening multiple files, particularly those of the same
2019         language modes.
2021 2004-02-03 14:26  edg
2023         * source/preferences.c (1.111): Fix for SF bug #887581: /*
2024         Uncomment */ macro problem.
2026 2004-02-03 08:25  edg
2028         * ChangeLog (1.36): Regenerated (cvs2cl.pl -b -r -t --accum --gmt).
2030 2004-02-03 08:18  edg
2032         * source/macro.c (1.81): Fix for SF bug #889444: rangeset_add(rs1,
2033         rs2) fails if rs1, rs2 is empty.
2035 2004-02-03 07:27  tksoh
2037         * source/preferences.c (1.110): Bugfix: nedit.tabbedMode was not
2038         saved to nedit.rc file.
2040 2004-02-03 07:27  tksoh
2042         * source/preferences.c (1.110): Bugfix: nedit.tabbedMode was not
2043         saved to nedit.rc file.
2045 2004-01-29 11:03  tksoh
2047         * source/smartIndent.c (1.31): Applied workaround for Motif
2048         crash-with-tearoffs bug to Smart Indent dialog. Any more?
2050 2004-01-29 10:53  tksoh
2052         * source/highlightData.c (1.61), source/window.c (1.106),
2053         util/misc.c (1.62), util/misc.h (1.22): Applied workaround for
2054         Motif crash-with-tearoffs bug to Syntax Highlighting Patterns
2055         dialog.
2057 2004-01-28 01:50  tksoh
2059         * doc/help.etx (1.58), source/help_data.h (1.52),
2060         source/help_topic.h (1.44), source/preferences.c (1.109): A sort of
2061         fix for SF Bug #883894: removed normal non-whitespace text
2062         characters from the default backlighting list, so that those
2063         characters will be displayed with the background color as defined
2064         by the nedit.textBgColor resource - unless overridden by syntax
2065         highlighting.
2067 2004-01-27 18:02  tksoh
2069         * source/: userCmds.c (1.40), window.c (1.105): When switching
2070         tabs, only update Macro/Shell/BG menus only if the language mode
2071         has changed, to reduce flickers on the tearoffs.
2073 2004-01-27 17:44  tksoh
2075         * source/preferences.c (1.108): Fix for SF bug #884862: typo in
2076         class names of preference resources.
2078 2004-01-26 09:23  tksoh
2080         * source/: macro.c (1.80), macro.h (1.6), nedit.h (1.44), shell.c
2081         (1.29), shell.h (1.7), window.c (1.104): Mode message display was
2082         not handled properly as we switch between documents.
2084 2004-01-20 03:31  tksoh
2086         * source/window.c (1.103): fixed compiling warning on use of
2087         undeclared function.
2089 2004-01-20 02:48  tksoh
2091         * source/: rangeset.c (1.9), rangeset.h (1.4), window.c (1.102):
2092         Transfer rangeset info when attaching/detaching tabs (Uwe Lehnert)
2094 2004-01-16 11:49  edg
2096         * source/file.c (1.74): Fix for SF bug #878183: File deleted. 
2097         Don't delete incremental backup files when incremental backups are
2098         off.
2100 2004-01-16 09:18  edg
2102         * source/highlightData.c (1.60), source/preferences.c (1.107),
2103         source/search.c (1.64), source/userCmds.c (1.39), util/misc.c
2104         (1.61), util/misc.h (1.21): Applied the "OpenMotif sticky radio
2105         button" workaround to all radio buttons.
2107 2004-01-16 02:59  tksoh
2109         * doc/help.etx (1.57), source/file.c (1.73), source/help_data.h
2110         (1.51), source/help_topic.h (1.43), source/macro.c (1.79),
2111         source/menu.c (1.86), source/nedit.c (1.58), source/nedit.h (1.43),
2112         source/preferences.c (1.106), source/preferences.h (1.38),
2113         source/search.c (1.63), source/server.c (1.24), source/userCmds.c
2114         (1.38), source/window.c (1.101), source/window.h (1.14): Phase one
2115         of Buffers-to-Documents conversion.
2117 2004-01-15 07:59  tksoh
2119         * source/window.c (1.100): Bugfix: always update Macro & Shell
2120         menus when raising a buffer,         so that the keyboard shortcuts
2121         are refreshed properly.
2122         
2123         We'll worry about the visual optimization later.
2125 2004-01-13 15:49  edg
2127         * source/window.c (1.99): Prevent some (harmless) uninitialized
2128         variable accesses when creating a geometry string.
2130 2004-01-13 14:46  tringali
2132         * source/window.c (1.98): Workaround for bug in OpenMotif 2.1 and
2133         2.2.  If you have an active tear-off menu from a TopLevelShell that
2134         is a child of an ApplicationShell, and then close the parent
2135         window, Motif crashes.  The problem doesn't happen if you close the
2136         tear-offs first, so, we programatically close them before
2137         destroying the shell widget.
2139 2004-01-13 02:45  tksoh
2141         * source/preferences.c (1.105): Fixed coredump when changing
2142         language mode via 'Language Mode' tearoff menu.
2144 2004-01-12 17:31  edg
2146         * makefiles/Makefile.cygwin (1.8): Added check_tif_rule for Cygwin.
2148 2004-01-12 17:09  edg
2150         * source/highlight.c (1.45): Bug fix for crash in highlighting
2151         dialog, reported by Joerg Fischer.  Error pattern of color-only
2152         patterns was copied erroneously.
2154 2004-01-10 06:12  tksoh
2156         * source/userCmds.c (1.37): Fixed coredump when invoking
2157         Macro/Shell/Background commands from tear-offs.
2159 2004-01-09 05:56  tksoh
2161         * source/userCmds.c (1.36): Bugfix: when invoked by keyboard
2162         shoft-cuts, macro and shell commands were always executed in the
2163         first buffer created, or coredumped if the first buffer had been
2164         closed.
2166 2004-01-08 06:19  tksoh
2168         * source/: macro.c (1.78), macro.h (1.5), shell.c (1.28), shell.h
2169         (1.6), window.c (1.97): Bugfix: cursor and statsline now reflect if
2170         macro/shell commands are in progress in each individual buffer.
2172 2004-01-06 06:25  n8gray
2174         * source/macro.c (1.77): Patch monkey see, patch monkey do.  Tony
2175         says fix rangeset bug, patch monkey fix rangeset bug.  Ook.  Fixes
2176         SF bug #871209
2178 2004-01-06 02:38  tksoh
2180         * source/: menu.c (1.85), userCmds.c (1.35), window.c (1.96):
2181         Improved handling of tear-off (Macro, Shell and Windows) menus:   
2182         i) fixed shrink-expand bugs;   ii) tear-offs stay up when buffers
2183         are closed.
2185 2004-01-02 10:32  tksoh
2187         * source/window.c (1.95): window manager's size hints should follow
2188         the top buffer.
2190 2003-12-31 02:25  tksoh
2192         * source/window.c (1.94): Bugfix: bookmarks were lost when
2193         detaching/attaching buffers. (Uwe Lehnert)
2195 2003-12-31 01:22  tksoh
2197         * source/window.c (1.93): Bugfix for crash when navigating through
2198         buffers.
2200 2003-12-30 15:32  tringali
2202         * source/nedit.c (1.57): Also put back XmLFolder resources.
2204 2003-12-30 15:19  tringali
2206         * source/nedit.c (1.56): Revert to fallback resources.  The merging
2207         didn't work as I expected.
2209 2003-12-29 10:58  tksoh
2211         * source/window.c (1.92): Applied temporary workaround for
2212         disappearing-text-window bug when linking to Lesstif (ver 0.93.18 &
2213         0.93.46 tested)
2215 2003-12-28 17:30  tringali
2217         * source/nedit.c (1.55): New default resource scheme.  We enter
2218         resources directly via Xrm calls, instead of fallback resources. 
2219         This should avoid version skew problems when an app-defaults file
2220         has been installed against our wishes.  In particular, when there
2221         is an app-defaults file out there, we should now merge all the
2222         built-in and external resources.  Fallback resources would simply
2223         discard the built-in resources in favor of the ones in the file,
2224         and this frequently would cause missing resources if the file was
2225         out of date.
2227 2003-12-28 17:25  yooden
2229         * source/: highlightData.c (1.59), preferences.c (1.104): Changes
2230         LaTeX patterns (Jörg Fischer) and adds comment macro (Sergei
2231         Haller).
2233 2003-12-28 17:25  tringali
2235         * source/window.c (1.91): Remove hardcoded visual resources for tab
2236         widget, in favor of resources that can be overridden.
2238 2003-12-28 16:26  yooden
2240         * source/: help_data.h (1.50), help_topic.h (1.42), highlightData.c
2241         (1.58): Adds $args[] to the NEdit Macro pattern.
2243 2003-12-26 10:14  tksoh
2245         * source/window.c (1.90): bugfix: text colors not correctly set for
2246         new tabs.
2248 2003-12-25 07:09  tksoh
2250         * Makefile (1.13): Committed patch #569287: tabbed buffers mode.
2252 2003-12-25 06:55  tksoh
2254         * Microline/XmL/Folder.c (1.2), Microline/XmL/FolderP.h (1.2),
2255         Microline/XmL/Makefile.common (1.1),
2256         Microline/XmL/Makefile.dependencies (1.1), Microline/XmL/XmL.h
2257         (1.2), Xlt/BubbleButton.c (1.3), Xlt/BubbleButton.h (1.2),
2258         Xlt/BubbleButtonP.h (1.2), Xlt/Makefile.common (1.1),
2259         Xlt/Makefile.dependencies (1.1), Xlt/SlideC.c (1.2), doc/help.etx
2260         (1.56), source/Makefile.common (1.16), source/file.c (1.72),
2261         source/file.h (1.11), source/highlight.c (1.44), source/highlight.h
2262         (1.12), source/interpret.c (1.36), source/macro.c (1.76),
2263         source/menu.c (1.84), source/menu.h (1.8), source/nc.c (1.37),
2264         source/nedit.c (1.54), source/nedit.h (1.42), source/preferences.c
2265         (1.103), source/preferences.h (1.37), source/search.c (1.62),
2266         source/search.h (1.21), source/selection.c (1.26), source/server.c
2267         (1.23), source/shell.c (1.27), source/smartIndent.c (1.30),
2268         source/tags.c (1.53), source/text.h (1.18), source/userCmds.c
2269         (1.34), source/window.c (1.89), source/window.h (1.13): Committed
2270         patch #569287: tabbed buffers mode.
2272 2003-12-24 07:41  tksoh
2274         * Xlt/BubbleButton.c (1.2): Bugfix: XltNbubbleString could not be
2275         changed after an XltBubbleButton         widget has been created.
2277 2003-12-23 21:54  slobasso
2279         * doc/help.etx (1.55): docs for new $args[] array and removed 9 arg
2280         limit for macros
2282 2003-12-23 10:53  yooden
2284         * source/file.c (1.71): Adds a warning to root if he wants to write
2285         read-only files.
2287 2003-12-23 08:34  tksoh
2289         * Xlt/: BubbleButton.c (1.1), BubbleButton.h (1.1), BubbleButtonP.h
2290         (1.1), SlideC.c (1.1), SlideC.h (1.1), SlideCP.h (1.1): Importing
2291         the original code for XltBubbleButton from the Xlt Widget Set
2292         version 9.2.9 (http://xlt.soureforge.net).
2294 2003-12-21 01:43  tksoh
2296         * Microline/: Makefile (1.1), Makefile.in (1.1), XmL/Folder.c
2297         (1.1), XmL/Folder.h (1.1), XmL/FolderP.h (1.1), XmL/Grid.c (1.1),
2298         XmL/Grid.h (1.1), XmL/GridP.h (1.1), XmL/GridUtil.c (1.1),
2299         XmL/Makefile (1.1), XmL/Makefile.in (1.1), XmL/Progress.c (1.1),
2300         XmL/Progress.h (1.1), XmL/ProgressP.h (1.1), XmL/Tree.c (1.1),
2301         XmL/Tree.h (1.1), XmL/TreeP.h (1.1), XmL/XmL.c (1.1), XmL/XmL.h
2302         (1.1), XmL/XmL.uih (1.1), examples/Makefile (1.1),
2303         examples/Makefile.in (1.1), examples/demo.c (1.1),
2304         examples/folder1.c (1.1), examples/folder2.c (1.1),
2305         examples/folder3.c (1.1), examples/folder4.c (1.1),
2306         examples/grid1.c (1.1), examples/grid2.c (1.1), examples/grid3.c
2307         (1.1), examples/grid4.c (1.1), examples/grid5.c (1.1),
2308         examples/grid6.c (1.1), examples/prog1.c (1.1), examples/prog2.c
2309         (1.1), examples/prog3.c (1.1), examples/tree1.c (1.1),
2310         examples/tree2.c (1.1), examples/tree3.c (1.1), examples/tree4.c
2311         (1.1), examples/tree5.c (1.1), examples/uil1.c (1.1),
2312         examples/uil1.uil (1.1), examples/util1.c (1.1), man/XmLArrayAdd.3x
2313         (1.1), man/XmLArrayDel.3x (1.1), man/XmLArrayFree.3x (1.1),
2314         man/XmLArrayGet.3x (1.1), man/XmLArrayGetCount.3x (1.1),
2315         man/XmLArrayMove.3x (1.1), man/XmLArrayNew.3x (1.1),
2316         man/XmLArrayReorder.3x (1.1), man/XmLArraySet.3x (1.1),
2317         man/XmLArraySort.3x (1.1), man/XmLCreateFolder.3x (1.1),
2318         man/XmLCreateGrid.3x (1.1), man/XmLCreateProgress.3x (1.1),
2319         man/XmLCreateTree.3x (1.1), man/XmLCvtStringToUChar.3x (1.1),
2320         man/XmLDateDaysInMonth.3x (1.1), man/XmLDateWeekDay.3x (1.1),
2321         man/XmLDrawnButtonSetType.3x (1.1), man/XmLFolder.3x (1.1),
2322         man/XmLFolderAddBitmapTab.3x (1.1),
2323         man/XmLFolderAddBitmapTabForm.3x (1.1), man/XmLFolderAddTab.3x
2324         (1.1), man/XmLFolderAddTabForm.3x (1.1),
2325         man/XmLFolderSetActiveTab.3x (1.1), man/XmLFontListCopyDefault.3x
2326         (1.1), man/XmLFontListGetDimensions.3x (1.1), man/XmLGrid.3x (1.1),
2327         man/XmLGridAddColumns.3x (1.1), man/XmLGridAddRows.3x (1.1),
2328         man/XmLGridColumnIsVisible.3x (1.1), man/XmLGridCopyPos.3x (1.1),
2329         man/XmLGridCopySelected.3x (1.1), man/XmLGridDeleteAllColumns.3x
2330         (1.1), man/XmLGridDeleteAllRows.3x (1.1),
2331         man/XmLGridDeleteColumns.3x (1.1), man/XmLGridDeleteRows.3x (1.1),
2332         man/XmLGridDeselectAllCells.3x (1.1),
2333         man/XmLGridDeselectAllColumns.3x (1.1),
2334         man/XmLGridDeselectAllRows.3x (1.1), man/XmLGridDeselectCell.3x
2335         (1.1), man/XmLGridDeselectColumn.3x (1.1),
2336         man/XmLGridDeselectRow.3x (1.1), man/XmLGridEditBegin.3x (1.1),
2337         man/XmLGridEditCancel.3x (1.1), man/XmLGridEditComplete.3x (1.1),
2338         man/XmLGridGetColumn.3x (1.1), man/XmLGridGetFocus.3x (1.1),
2339         man/XmLGridGetRow.3x (1.1), man/XmLGridGetSelectedCellCount.3x
2340         (1.1), man/XmLGridGetSelectedCells.3x (1.1),
2341         man/XmLGridGetSelectedColumnCount.3x (1.1),
2342         man/XmLGridGetSelectedColumns.3x (1.1),
2343         man/XmLGridGetSelectedRow.3x (1.1),
2344         man/XmLGridGetSelectedRowCount.3x (1.1),
2345         man/XmLGridGetSelectedRows.3x (1.1), man/XmLGridMoveColumns.3x
2346         (1.1), man/XmLGridMoveRows.3x (1.1), man/XmLGridPaste.3x (1.1),
2347         man/XmLGridPastePos.3x (1.1), man/XmLGridRead.3x (1.1),
2348         man/XmLGridReadPos.3x (1.1), man/XmLGridRedrawAll.3x (1.1),
2349         man/XmLGridRedrawCell.3x (1.1), man/XmLGridRedrawColumn.3x (1.1),
2350         man/XmLGridRedrawRow.3x (1.1), man/XmLGridReorderColumns.3x (1.1),
2351         man/XmLGridReorderRows.3x (1.1), man/XmLGridRowColumnToXY.3x (1.1),
2352         man/XmLGridRowIsVisible.3x (1.1), man/XmLGridSelectAllCells.3x
2353         (1.1), man/XmLGridSelectAllColumns.3x (1.1),
2354         man/XmLGridSelectAllRows.3x (1.1), man/XmLGridSelectCell.3x (1.1),
2355         man/XmLGridSelectColumn.3x (1.1), man/XmLGridSelectRow.3x (1.1),
2356         man/XmLGridSetFocus.3x (1.1), man/XmLGridSetStrings.3x (1.1),
2357         man/XmLGridSetStringsPos.3x (1.1), man/XmLGridWrite.3x (1.1),
2358         man/XmLGridWritePos.3x (1.1), man/XmLGridXYToRowColumn.3x (1.1),
2359         man/XmLMessageBox.3x (1.1), man/XmLPixmapDraw.3x (1.1),
2360         man/XmLProgress.3x (1.1), man/XmLRectIntersect.3x (1.1),
2361         man/XmLShellOfWidget.3x (1.1), man/XmLSort.3x (1.1),
2362         man/XmLStringDraw.3x (1.1), man/XmLStringDrawDirection.3x (1.1),
2363         man/XmLTree.3x (1.1), man/XmLTreeAddRow.3x (1.1),
2364         man/XmLTreeAddRows.3x (1.1), man/XmLWarning.3x (1.1): Importing
2365         Mozilla's Microline3.0 (XmL) library on the
2366         MozillaSourceClassic_19981026_BRANCH branch, which has been
2367         recently relicensed as MPL 1.1/GPL 2.0/LGPL 2.1.
2368         
2369         The original source tree for Microline3.0 can be obtained here:
2370         
2371            % cvs -d:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot \
2372              co -r MozillaSourceClassic_19981026_BRANCH \
2373              mozilla/cmd/xfe/Microline3.0/
2375 2003-12-19 23:23  slobasso
2377         * source/: interpret.c (1.35), interpret.h (1.14), macro.c (1.75),
2378         parse.y (1.27), parse_noyacc.c (1.8): added new $args[] array and
2379         removed 9 arg limit for macros
2381 2003-12-13 18:16  yooden
2383         * util/prefFile.c (1.22): Removes unneeded variable.
2385 2003-12-09 17:55  slobasso
2387         * doc/: .cvsignore (1.3), help.etx (1.54), nedit.pod (1.3): docs
2388         for -svrname change
2390 2003-12-09 12:57  edg
2392         * source/nedit.c (1.53): Adapted the nedit.helpForm.* resource spec
2393         to the changed widget hierarchy (now nedit.help.helpForm.*) to make
2394         mouse navigation in help windows operational again.
2396 2003-12-07 22:48  yooden
2398         * source/: highlightData.c (1.57), preferences.c (1.102): Adds a
2399         'recursion level' to shell pattern set (see SF bug #770855).
2401 2003-12-07 15:56  yooden
2403         * util/prefFile.c (1.21): Removes double file access to verify pref
2404         file read.
2406 2003-12-05 00:05  slobasso
2408         * source/nedit.c (1.52): default to server if server name is
2409         supplied
2411 2003-12-05 00:01  slobasso
2413         * source/nc.c (1.36): add missing trailing newline to usage
2415 2003-12-04 19:07  slobasso
2417         * source/menu.c (1.83): first pass at neditdb corruption cleanup
2419 2003-12-04 09:52  edg
2421         * source/window.c (1.88): Renamed the window shell from "text" to
2422         "textShell" to avoid resource matching ambiguities with the real
2423         text widget.
2425 2003-11-26 21:58  yooden
2427         * doc/help.etx (1.53): Added documentation for
2428         nedit.undoModifiesSelection
2430 2003-11-24 17:41  edg
2432         * doc/Makefile (1.6): Remove generated man pages when cleaning.
2434 2003-11-22 13:03  edg
2436         * ChangeLog (1.35), Makefile (1.12), README (1.32), ReleaseNotes
2437         (1.23), doc/Makefile (1.5), doc/NEdit.ad (1.4), doc/help.etx
2438         (1.52), doc/nc.pod (1.2), doc/nedit.pod (1.2), doc/setext (1.11),
2439         makefiles/Makefile.bsdi (1.6), makefiles/Makefile.ccur (1.6),
2440         makefiles/Makefile.freebsd (1.6), makefiles/Makefile.generic
2441         (1.11), makefiles/Makefile.macosx (1.5), makefiles/Makefile.netbsd
2442         (1.6), makefiles/Makefile.openbsd (1.4), makefiles/Makefile.solaris
2443         (1.10), source/file.c (1.70), source/help_data.h (1.49),
2444         source/help_topic.h (1.41), source/highlight.c (1.43),
2445         source/highlight.h (1.11), source/highlightData.c (1.56),
2446         source/interpret.c (1.34), source/macro.c (1.74), source/menu.c
2447         (1.82), source/nc.c (1.35), source/nedit.c (1.51), source/nedit.h
2448         (1.41), source/preferences.c (1.101), source/rangeset.c (1.8),
2449         source/rangeset.h (1.3), source/search.c (1.61), source/search.h
2450         (1.20), source/server.c (1.22), source/tags.c (1.52), source/text.c
2451         (1.45), source/textBuf.c (1.29), source/textBuf.h (1.15),
2452         source/textDisp.c (1.54), source/textDisp.h (1.24), source/window.c
2453         (1.87), util/check_lin_tif.c (1.7), util/getfiles.c (1.27),
2454         util/misc.c (1.60), util/prefFile.c (1.20), util/system.h (1.13):
2455         Merged 5.4 release branch with main trunk.
2457 2003-11-20 18:37  edg
2459         * ReleaseNotes, source/nc.c, source/server.c (BETA-5-4.[6,5,3])
2460         (utags: REL-5-4): Fix for nc -lm and -geometry command line options
2461         being dropped in some cases.
2463 2003-11-19 17:22  edg
2465         * Makefile (tags: REL-5-4) (BETA-5-4.5): 5.4RC2 -> 5.4.
2467 2003-11-19 13:50  edg
2469         * ChangeLog (tags: REL-5-4) (BETA-5-4.3): Regenerated (cvs2cl.pl -b
2470         -r -t --accum --gmt).
2472 2003-11-19 13:44  edg
2474         * README (tags: REL-5-4), ReleaseNotes, source/help_data.h (tags:
2475         REL-5-4), source/help_topic.h (tags: REL-5-4) (BETA-5-4.[7,5,9,6]):
2476         Bumped version number to 5.4.
2478 2003-11-18 15:11  edg
2480         * source/menu.c (1.81): Fix for SF bug #844395: SGI_CUSTOM overtype
2481         crash.
2483 2003-11-18 12:16  edg
2485         * util/fileUtils.c (1.31): Decreased the threshold for MAC file
2486         format detection to 1 carriage return instead of 2.
2488 2003-11-17 10:13  edg
2490         * util/prefFile.c (BETA-5-4.1): Fix for nc crash on VMS (Michael
2491         Smith).
2493 2003-11-16 13:50  yooden
2495         * doc/help.etx (1.51): Fixed wrong documentation of $sub_sep,
2496         pointed out by Jörg Fischer.
2498 2003-11-14 23:46  yooden
2500         * source/: file.c (1.69), smartIndent.c (1.29): Fixes two small
2501         bugs: Wrong block and wrong argc.
2503 2003-11-14 00:19  n8gray
2505         * README, makefiles/Makefile.macosx (BETA-5-4.[6,2]): Reworked the
2506         OS X makefile and added a note about building on OS X to the
2507         README.
2509 2003-11-13 07:09  n8gray
2511         * util/check_lin_tif.c (BETA-5-4.7): Changed error/warning messages
2512         to be non-Linux-centric.
2514 2003-11-08 00:15  yooden
2516         * source/file.c (1.68): Changes typo in resource name.
2518 2003-11-07 17:27  edg
2520         * doc/help.etx, source/help_data.h, source/macro.c
2521         (BETA-5-4.[9,8,4]): Removed the bogus rgb values from the array
2522         returned by get_pattern_by_name().  Prevented the special "top"
2523         pattern from showing up in the array returned by
2524         get_style_at_pos().  Various minor code cleanups and comment fixes.
2525          (Mostly contributed by Tony Balinski).
2527 2003-11-03 16:31  edg
2529         * doc/help.etx, source/help_data.h, source/highlight.c,
2530         source/highlight.h, source/macro.c (BETA-5-4.[8,7,1,1,3]): Changed
2531         the "extension" field returned by get_pattern_at_pos() to "extent"
2532         and added an "extent" field to the return value of
2533         get_style_at_pos().
2535 2003-10-24 15:29  edg
2537         * doc/help.etx (BETA-5-4.7): Typo fix (Yury).
2539 2003-10-24 10:51  edg
2541         * doc/help.etx (1.50), source/help_data.h (1.48), source/text.c
2542         (1.44): Extended scroll_down() and scroll_up() such that one can
2543         specify a scroll unit (lines or pages, default: lines) and
2544         corrected the behaviour for CTRL + mouse wheel (scrolling no longer
2545         moves the cursor nor destroys the selection).
2547 2003-10-22 20:05  tringali
2549         * source/help.c (1.96), source/highlightData.c (1.55),
2550         source/nedit.c (1.50), source/nedit.h (1.40), source/preferences.c
2551         (1.100), source/smartIndent.c (1.28), source/textSel.c (1.13),
2552         source/userCmds.c (1.33), source/window.c (1.86),
2553         util/check_lin_tif.c (1.6), util/misc.c (1.59), util/misc.h (1.20):
2554         Changed widget hierarchy so we have a single (hidden) top-level
2555         application shell.  All the top-level windows (editors, syntax,
2556         macros, etc.) are now TopLevelShell children of the application
2557         shell.  This is the standard way of structuring multiple-window
2558         applications, and we've been standing on our heads trying to work
2559         around problems the old approach causes (no visual propogation to
2560         children, no way to address types of top-level windows by name in
2561         resources, session management bugs, etc).  Some advanced X resource
2562         customizations may need to change, but for the better, I think.
2564 2003-10-20 16:38  tringali
2566         * source/interpret.c (tags: BETA-5-4-RC2) (BETA-5-4.1): Change
2567         #define to be in column 0; some compilers will not accept this
2568         indented.
2570 2003-10-20 13:59  edg
2572         * ChangeLog (tags: BETA-5-4-RC2) (BETA-5-4.2): Regenerated
2573         (cvs2cl.pl -b -r -t --accum  --gmt).
2575 2003-10-20 08:29  edg
2577         * doc/nc.man, doc/nedit.man, source/help_data.h,
2578         source/help_topic.h (BETA-5-4.[2,2,6,5]) (utags: BETA-5-4-RC2):
2579         Regenerated for 5.4RC2.
2581 2003-10-20 08:25  edg
2583         * doc/Makefile (tags: BETA-5-4-RC2) (BETA-5-4.2): Use double suffix
2584         rule for man page generation iso. GNU make extension.
2586 2003-10-15 23:08  yooden
2588         * doc/help.etx, source/help_data.h, source/help_topic.h,
2589         source/nc.c (BETA-5-4.[6,5,4,4]): New documentation for nc.
2591 2003-10-14 10:56  edg
2593         * doc/: nc.man, nedit.man (BETA-5-4.[1,1]): Regenerated.
2595 2003-10-14 10:54  edg
2597         * doc/nedit.pod (1.1): file nedit.pod was initially added on branch
2598         BETA-5-4.
2600 2003-10-14 10:54  edg
2602         * doc/nc.pod (1.1): file nc.pod was initially added on branch
2603         BETA-5-4.
2605 2003-10-14 10:54  edg
2607         * doc/: Makefile, nc.pod, nedit.pod (BETA-5-4.[1,1,1]): Added man
2608         pages in pod format and automatic pod to man page translation.
2610 2003-10-09 15:29  tringali
2612         * util/system.h (BETA-5-4.1): Recognize ia64, cygwin, x86-64,
2613         win32, unixware.
2615 2003-10-09 09:23  edg
2617         * source/nc.c (BETA-5-4.3): Fix for SF #820491: nc -ask hangs when
2618         the user cancels the server startup.
2620 2003-10-02 07:27  edg
2622         * doc/setext (BETA-5-4.2): More HTML generation improvements
2623         (Steven Haehn).
2625 2003-10-01 11:34  edg
2627         * doc/setext (BETA-5-4.1): Bug fixes in HTML generation (Andrew
2628         Hood).
2630 2003-09-28 15:05  edg
2632         * Makefile, README, ReleaseNotes (BETA-5-4.[4,5,4]): 5.4RC2
2633         updates.
2635 2003-09-28 15:03  edg
2637         * doc/NEdit.ad (BETA-5-4.2): Removed trailing whitespace.
2639 2003-09-28 15:03  edg
2641         * makefiles/: Makefile.bsdi, Makefile.freebsd, Makefile.netbsd,
2642         Makefile.openbsd (BETA-5-4.[1,1,1,1]): Added Motif/Lesstif version
2643         check.
2645 2003-09-28 14:18  edg
2647         * makefiles/Makefile.ccur, makefiles/Makefile.generic,
2648         makefiles/Makefile.solaris, source/file.c (BETA-5-4.[1,1,1,4]):
2649         Made USE_ACCESS the default (there's no security risk in the way we
2650         use access()). See also SF #782518.
2652 2003-09-28 14:11  edg
2654         * doc/NEdit.ad (BETA-5-4.1): Updated resources to 5.4.
2656 2003-09-28 14:10  edg
2658         * source/nc.c (BETA-5-4.2): Typo fix: noAsk -> noask.
2660 2003-09-26 19:45  yooden
2662         * source/menu.c (BETA-5-4.3): Removes some references to the old
2663         NEdit file history file name.
2665 2003-09-12 18:24  tringali
2667         * README (BETA-5-4.4): Updates for 5.4
2669 2003-09-08 17:08  edg
2671         * ChangeLog (BETA-5-4.1): Regenerated (cvs2cl.pl -b -r -t --accum
2672         --gmt).
2674 2003-09-08 17:03  edg
2676         * source/rangeset.c (BETA-5-4.5): Fixed integer overflow that
2677         caused infinite loops.
2679 2003-08-26 09:59  edg
2681         * source/rangeset.c (BETA-5-4.4): Crash fix: rangeset name field
2682         not initialized.  Other: rangeset table list field not initialized
2683         (unpredictable first label).
2685 2003-08-24 20:07  yooden
2687         * source/highlightData.c (1.54): Fixed small bug in Shell pattern
2688         set.
2690 2003-08-24 19:02  yooden
2692         * source/highlightData.c (BETA-5-4.3): Changed macro pattern from
2693         accomodate new highlighting information functions.
2695 2003-08-22 16:24  edg
2697         * source/file.c (BETA-5-4.3): Fix for SF bug #792447: "modified by
2698         external..." and directories.
2700 2003-08-21 10:50  edg
2702         * source/file.c (BETA-5-4.2): Moved some statements to avoid
2703         polluting errno before displaying an error dialog.
2705 2003-08-21 06:41  n8gray
2707         * doc/help.etx, source/help_data.h, source/help_topic.h
2708         (BETA-5-4.[5,4,3]): Fixed help lines WRT -foreground and -background 
2709         command-line options.  Also noticed that help text for new rangeset 
2710         API was never generated.
2712 2003-08-15 21:58  n8gray
2714         * source/preferences.c (BETA-5-4.5): Also migrate old colors if
2715         there's no config file.
2717 2003-08-14 22:06  slobasso
2719         * source/menu.c, util/check_lin_tif.c (BETA-5-4.[2,6]): fix
2720         warnings
2722 2003-08-13 23:34  slobasso
2724         * source/nedit.h (BETA-5-4.1): adjust constant for more menu items
2726 2003-08-13 16:22  edg
2728         * source/text.c (BETA-5-4.2): Make KP_Enter behave as Enter
2729         (Execute Command Line used to be bound to KP_Enter but is now bound
2730         to Ctrl+KP_Enter).  (I tried to abort my previous commit when I
2731         realized there was a potential problem, but I failed. Sorry.)
2733 2003-08-13 16:03  edg
2735         * source/text.c (BETA-5-4.1): [no log message]
2737 2003-08-13 16:01  edg
2739         * source/file.c (BETA-5-4.1): Fix for SF bugs #782513: Clicking in
2740         text area requires save and #784442: NEdit thinks unchanged windows
2741         need save.  Additionally: drop read-only attribute when file goes
2742         missing.
2744 2003-08-12 11:47  edg
2746         * source/server.c (BETA-5-4.2): Last commit was a fix for SF bug
2747         #785738: "nc -do ..." creates extra window.
2749 2003-08-12 11:43  edg
2751         * source/server.c (BETA-5-4.1): Avoid creating extra windows when
2752         using "nc -do ..." (Arne).
2754 2003-08-08 16:24  slobasso
2756         * source/rangeset.c (BETA-5-4.3): Only text changes where the text
2757         is actually changed result in ranges being adjusted. This includes
2758         changing hardware tab size.
2760 2003-08-08 16:20  slobasso
2762         * source/window.c (1.85): marks no longer get deleted when hardware
2763         tab size is changed.
2765 2003-08-07 04:42  slobasso
2767         * doc/help.etx, source/macro.c (BETA-5-4.[4,2]): split
2768         get_pattern() and get_style() into get_pattern_by_name(),
2769         get_pattern_at_pos(), get_style_by_name(), and get_style_at_pos()
2771 2003-08-04 22:32  slobasso
2773         * doc/help.etx (BETA-5-4.3): Fix mistake with
2774         rangeset_get_by_name() parameter list.
2776 2003-08-03 17:38  yooden
2778         * source/highlightData.c (1.53), source/menu.c (1.80),
2779         source/preferences.c (1.99), source/preferences.h (1.36),
2780         util/managedList.c (1.13): Removes some unsused functions, function
2781         parameters and fixes a typo.
2783 2003-08-02 21:03  yooden
2785         * source/highlightData.c (BETA-5-4.2): Adds new functions
2786         rangeset_get_by_name() and rangeset_set_name() to the NEdit Macro
2787         syntax highlighting pattern set.
2789 2003-08-01 01:26  n8gray
2791         * source/: textDisp.c, textDisp.h, window.c (BETA-5-4.[1,1,1]):
2792         This should fix the problem where new panes didn't get the correct
2793         colors.  It feels to me like there should be a better way to do
2794         this.
2796 2003-07-31 22:35  n8gray
2798         * source/tags.c (BETA-5-4.1): Fixed error parsing alias blocks in
2799         calltips files.
2801 2003-07-29 17:54  slobasso
2803         * doc/help.etx, source/macro.c, source/rangeset.c,
2804         source/rangeset.h (BETA-5-4.[2,1,2,1]): add name to rangesets and
2805         fix several int/string implicit conversions
2807 2003-07-27 21:37  edg
2809         * util/getfiles.c (BETA-5-4.1): Workaround for Lesstif's "frozen
2810         windows" bug (new windows opened via File->Open dialog are left
2811         without grabs).
2813 2003-07-27 10:03  edg
2815         * source/macro.c (1.73): Another Lesstif Escape key workaround
2816         (list dialog) by Oliver Schmidt.
2818 2003-07-25 14:12  tringali
2820         * source/preferences.c (BETA-5-4.4): Don't save
2821         undoModifiesSelection
2823 2003-07-25 06:50  tksoh
2825         * source/file.c (1.67), util/getfiles.c (1.26), util/misc.c (1.58):
2826         make file-selection dialog modeless when linking to Lesstif, as
2827         workaround for Lesstif bug #566315 - window opened with open-file
2828         dialog ingores all input.
2830 2003-07-24 06:07  n8gray
2832         * source/preferences.c (BETA-5-4.3): Added separator in Colors
2833         dialog and changed buttons so they resize as expected.
2835 2003-07-24 00:21  tringali
2837         * source/nc.c (BETA-5-4.1): update version to 5.4
2839 2003-07-18 15:14  edg
2841         * source/macro.c (1.72), source/shell.c (1.26), util/DialogF.c
2842         (1.28): Applied SF patch #771878: Escape cancels all dialogs.
2844 2003-07-17 11:24  edg
2846         * source/search.c (1.60): Minor Lesstif keyboard focus problem
2847         workaround (Oliver Schmidt).
2849 2003-07-11 10:39  edg
2851         * source/highlightData.c (tags: BETA-5-4-RC1) (BETA-5-4.1):
2852         Thorsten's latest revision of the NEdit Macro patterns (I'm only
2853         acting as an SF proxy).
2855 2003-07-10 18:21  n8gray
2857         * util/check_lin_tif.c (tags: BETA-5-4-RC1) (BETA-5-4.5): Added OM
2858         2.2.3 and LT 0.93.44 to known-bad versions.
2860 2003-06-27 19:55  n8gray
2862         * util/check_lin_tif.c (BETA-5-4.4): Removed the Motif 1.2 vs Motif
2863         2.1 detection in lesstif.  Also changed message that gets printed
2864         when non-lesstif motif is detected to include possibility of OSF
2865         Motif.
2867 2003-06-27 17:49  tringali
2869         * source/nedit.c (tags: BETA-5-4-RC1) (BETA-5-4.1): Stronger locale
2870         checking: handle setting of UTF8 by LC_CTYPE, LC_ALL, LANG and/or
2871         the language via the -xnllanguage switch.
2873 2003-06-27 07:24  edg
2875         * util/misc.c (tags: BETA-5-4-RC1) (BETA-5-4.1): Crash fix for
2876         OpenMotif radio button bug workaround.
2878 2003-06-23 19:44  n8gray
2880         * util/check_lin_tif.c (BETA-5-4.3): Adding all versions of Lesstif
2881         from 0.93.25 to 0.93.41 to known-bad list.
2883 2003-06-23 05:30  n8gray
2885         * util/check_lin_tif.c (BETA-5-4.2): Adding Lesstif 0.93.{36,40} to
2886         the known-bad versions list.
2888 2003-06-22 00:42  n8gray
2890         * doc/help.etx, source/help_data.h, source/help_topic.h
2891         (BETA-5-4.[1,3,2]) (utags: BETA-5-4-RC1): Put my name in the
2892         Written By credits.
2894 2003-06-21 03:02  tringali
2896         * README, ReleaseNotes (BETA-5-4.[3,3]) (utags: BETA-5-4-RC1):
2897         Closed out a pile of bugs.
2899 2003-06-20 21:43  slobasso
2901         * source/: menu.c, search.c, search.h (BETA-5-4.[1,1,1]) (utags:
2902         BETA-5-4-RC1): fixed bug introduced when patch #734202 was merged
2904 2003-06-18 09:54  edg
2906         * source/: rangeset.c, textBuf.c, textBuf.h (BETA-5-4.[1,1,1])
2907         (utags: BETA-5-4-RC1): Fix for rangeset display update bug.
2909 2003-06-16 09:38  edg
2911         * Makefile (tags: BETA-5-4-RC1) (BETA-5-4.3): Renegerating
2912         nedit.doc and nedit.html was a bad idea. Better put them in the
2913         source tarball.
2915 2003-06-16 09:12  edg
2917         * README, ReleaseNotes, source/help_data.h (BETA-5-4.[2,2,2]):
2918         5.4beta -> 5.4BETA
2920 2003-06-16 08:57  edg
2922         * Makefile (BETA-5-4.2): Make sure that nedit.doc and nedit.html
2923         are up-to-date for the dist-bin target.
2925 2003-06-16 08:56  edg
2927         * source/preferences.c (tags: BETA-5-4-RC1) (BETA-5-4.2): Made the
2928         5.4 preference migration conditional.
2930 2003-06-16 08:38  edg
2932         * README, ReleaseNotes (BETA-5-4.[1,1]): Updated time stamps.
2934 2003-06-16 08:38  edg
2936         * source/: help_data.h, help_topic.h (BETA-5-4.[1,1]): Regenerated
2937         to get proper time stamps and 5.4beta label.
2939 2003-06-16 08:36  edg
2941         * Makefile (BETA-5-4.1): Make the build stop when the verify_config
2942         test fails.
2944 2003-06-16 08:35  edg
2946         * util/check_lin_tif.c (BETA-5-4.1): Warning fixes.
2948 2003-06-12 17:35  edg
2950         * makefiles/Makefile.macosx (tags: BETA-5-4-RC1) (BETA-5-4.1):
2951         Added an alternative set of CFLAGS and LIBS for building with Fink
2952         (disabled by default) and added the check_tif rule (Joerg).
2954 2003-06-11 02:45  tksoh
2956         * source/preferences.c (BETA-5-4.1): fixed title in Save
2957         Preferences dialog.
2959 2003-06-08 21:05  edg
2961         * ChangeLog (1.34, BETA-5-4-RC1): Regenerated (cvs2cl.pl -b -r -t
2962         --accum --gmt).
2964 2003-06-06 18:04  edg
2966         * source/: rangeset.c (1.7), textBuf.c (1.28): Fixed a rangeset
2967         implementation flaw that caused all kinds of memory leaks in
2968         different places. Buffers should not have rangeset modification
2969         callbacks when there are no rangesets attached.
2971 2003-06-06 17:13  edg
2973         * util/misc.c (1.57): Window group hints leak fixes.
2975 2003-06-06 17:07  edg
2977         * source/nedit.c (1.49): Use proper resource class name to avoid
2978         uninitialized memory read.
2980 2003-06-06 17:06  edg
2982         * util/misc.h (1.19), ReleaseNotes (1.22), source/search.c (1.59),
2983         util/misc.c (1.56): Workaround for OpenMotif radio button bug (SF
2984         #678198).  (Tested with 6 different Motif flavours/versions).
2986 2003-06-05 22:01  n8gray
2988         * doc/help.etx (1.49), source/help_data.h (1.47),
2989         source/help_topic.h (1.40), source/macro.c (1.71): Changed
2990         calltip() so that "tipKey", "tagKey", and "tipText" are
2991         position-independent optional arguments.  .  WARNING: This WILL
2992         break any existing calltip calls with more than one argument!!!  A
2993         call like calltip(foo, "tipText", pos, bar, ...) needs to be
2994         changed to calltip(foo, pos, "tipText", bar, ...) and calltip(foo,
2995         "tipText") needs to be changed to calltip(foo, -1, "tipText").
2997 2003-06-04 15:34  slobasso
2999         * source/: preferences.c (1.98), window.c (1.84): remove unused
3000         variables
3002 2003-06-02 15:18  edg
3004         * source/menu.c (1.79): Fixed wrong title in Exit dialog.
3006 2003-05-29 21:07  tringali
3008         * util/fontsel.h (1.9): Match function declaration to definition
3010 2003-05-28 08:26  edg
3012         * source/preferences.c (1.97): Added an automatic upgrade routine
3013         for the changed "wc" shell command.
3015 2003-05-27 22:32  yooden
3017         * source/preferences.c (1.96): Replaces csh-specific scriptlet with
3018         awklet.
3020 2003-05-27 21:31  tringali
3022         * source/window.c (1.83): Propogate colors to new windows on
3023         opening (744294)
3025 2003-05-27 15:55  edg
3027         * source/preferences.c (1.95): Automatically add Identifier2 text
3028         drawing style when upgrading to 5.4.
3030 2003-05-26 09:10  edg
3032         * ChangeLog (1.33): Regenerated (cvs2cl.pl -b -r -t --accum --gmt).
3034 2003-05-26 09:07  edg
3036         * ReleaseNotes (1.21): Added bugs #559902, 561659, 526981, and
3037         582469.
3039 2003-05-26 08:16  edg
3041         * source/search.c (1.58): Committed SF patch #559902: Show Matching
3042         Range Bugfix (Tom Heathcote).
3044 2003-05-25 15:55  edg
3046         * doc/help.etx (1.48), source/help_data.h (1.46),
3047         source/help_topic.h (1.39), source/highlightData.c (1.52),
3048         source/macro.c (1.70), source/menu.c (1.78), source/preferences.c
3049         (1.94), source/preferences.h (1.35): Removed and disabled some of
3050         the backlighting functionality and marked it as being experimental
3051         (for the 5.4 release).
3053 2003-05-24 19:15  tringali
3055         * source/: menu.c (1.77), nedit.h (1.39), preferences.c (1.93),
3056         preferences.h (1.34), window.c (1.82): Simplified the color dialog
3057         box so that all colors are global.  Plug some leaks when parsing
3058         color names.  Table-drive color settings to reduce duplicate code.
3060 2003-05-24 18:36  tringali
3062         * util/check_lin_tif.c (1.5): Allow Motif 2.1.x instead of just
3063         update level 30.  We've delivered NEdit with these configurations
3064         and they work fine.
3066 2003-05-24 13:11  yooden
3068         * source/highlightData.c (1.51): Fixed missing escape in NEdit
3069         Macro highlighting pattern.
3071 2003-05-23 14:27  tringali
3073         * source/nedit.c (1.48): Avoid a crash when trying to drag widgets
3074         (not text) in non-default visual.  This appears to be a OSF Motif
3075         bug so we just disable dragging entirely.  Not a great solution.
3077 2003-05-23 10:58  edg
3079         * ReleaseNotes (1.20): Added bug #715767.
3081 2003-05-23 07:48  edg
3083         * source/preferences.c (1.92): Removed autoload.nm from NEdit macro
3084         recognition patterns again (covered by .nm) and made the upgrade
3085         routines also work for people who already upgraded to the post-5.3
3086         preference format.
3088 2003-05-22 22:12  yooden
3090         * source/: preferences.c (1.91), highlightData.c (1.50): New
3091         version of NEdit Macro syntax highlighting patterns.
3093 2003-05-22 22:00  edg
3095         * source/highlightData.c (1.49): Small update to the Python
3096         highlighting patterns (due to changed delimiters).
3098 2003-05-22 21:56  edg
3100         * source/preferences.c (1.90): Defined a non-default set of
3101         delimiters for Python mode.  Added autoload.nm to the recognition
3102         patterns for NEdit Macro mode.  Added nedit.rc to the recognition
3103         patterns for X Resources mode.  Added a 5.3 to 5.4 upgrade routine
3104         for the 3 changes above.
3106 2003-05-20 05:41  n8gray
3108         * source/macro.c (1.69): Committing Tom Heathcote's minor rangeset
3109         patch.  If it breaks everything blame him.  :-)
3111 2003-05-20 00:27  n8gray
3113         * Makefile (1.11), makefiles/Makefile.aix (1.7),
3114         makefiles/Makefile.bsdi (1.5), makefiles/Makefile.ccur (1.5),
3115         makefiles/Makefile.convex (1.5), makefiles/Makefile.cygwin (1.7),
3116         makefiles/Makefile.dcosx (1.5), makefiles/Makefile.dec (1.6),
3117         makefiles/Makefile.depend (1.5), makefiles/Makefile.freebsd (1.5),
3118         makefiles/Makefile.generic (1.10), makefiles/Makefile.hpux (1.5),
3119         makefiles/Makefile.linux (1.11), makefiles/Makefile.lynx (1.6),
3120         makefiles/Makefile.m88k.svr4 (1.5), makefiles/Makefile.macosx
3121         (1.4), makefiles/Makefile.netbsd (1.5), makefiles/Makefile.openbsd
3122         (1.3), makefiles/Makefile.os2 (1.14), makefiles/Makefile.osf (1.6),
3123         makefiles/Makefile.qnx (1.3), makefiles/Makefile.reliant (1.5),
3124         makefiles/Makefile.sco (1.6), makefiles/Makefile.sgi (1.5),
3125         makefiles/Makefile.solaris (1.9), makefiles/Makefile.sunos (1.5),
3126         makefiles/Makefile.superux (1.5), makefiles/Makefile.uhc (1.5),
3127         makefiles/Makefile.ultrix (1.5), makefiles/Makefile.unicos (1.7),
3128         makefiles/Makefile.unixware (1.6), util/Makefile.common (1.8),
3129         util/check_lin_tif.c (1.4): Added verify_config target to all
3130         Makefiles.  On most platforms it does nothing, but on Linux it
3131         triggers a check of the *tif version.  This should also probably be
3132         enabled on openbsd, freebsd, and any other platform where
3133         OpenMotif/Lesstif use is common, but I'll leave that to people more
3134         familiar with those platforms.
3136 2003-05-19 21:55  slobasso
3138         * source/highlightData.c (1.48): Adjusted Nedit Macro Language
3139         highlighting: removed delete from actions and added to keywords and
3140         added the following items Variables: calltip_ID Macro Routines:
3141         calltip, kill_calltip Actions: focus_pane, unload_tags_file,
3142         goto_matching, select_to_matching,    set_auto_indent,
3143         set_em_tab_dist, set_fonts, set_highlight_syntax,   
3144         set_incremental_backup, set_incremental_search_line, set_locked,   
3145         set_make_backup_copy, set_overtype_mode, set_show_line_numbers,   
3146         set_show_matching, set_match_syntax_based, set_statistics_line,   
3147         set_tab_dist, set_use_tabs, set_wrap_margin, set_wrap_text
3149 2003-05-19 08:03  edg
3151         * doc/help.etx (1.47), source/help_data.h (1.45),
3152         source/help_topic.h (1.38): Added missing replace_all()
3153         documentation (Tom Heathcote) and removed the "experimental"
3154         classification for smart indent.
3156 2003-05-18 20:05  edg
3158         * source/: nedit.c (1.47), nedit.h (1.38): Workaround for KDE's
3159         FONTLIST bug (and for the various BACKGROUND and FOREGROUND
3160         resource values).
3162 2003-05-16 17:15  n8gray
3164         * util/check_lin_tif.c (1.3): Added 92.32 to known-good LessTif.
3165         
3166         Feel free to do this yourselves!  :-)  It's pretty easy to do.
3168 2003-05-16 16:58  edg
3170         * source/highlightData.c (1.47): Updated Python patterns (no
3171         updated delimiters yet).
3173 2003-05-16 16:51  slobasso
3175         * util/.cvsignore (1.2): added check_lin_tif
3177 2003-05-16 16:50  slobasso
3179         * source/nedit.c (1.46): removed unused variable warning
3181 2003-05-16 16:47  slobasso
3183         * source/: text.c (1.43), text.h (1.17), textDisp.c (1.53),
3184         textDisp.h (1.23): re-commit graphics expose code and added window
3185         obscurred hack back in that was erroneously removed. This should
3186         put us back where we were without reintroducing a bug that was
3187         fixed.
3189 2003-05-16 15:11  tringali
3191         * source/: text.c (1.42), text.h (1.16), textDisp.c (1.52),
3192         textDisp.h (1.22): Removed explicit handling of GraphicsExpose
3193         events that was causing incomplete redraws, reverting to older
3194         algorithm.  (I've extracted the code into a patch and will post it
3195         back on SF to address the problem it was trying to fix.)
3197 2003-05-16 13:47  tringali
3199         * util/misc.c (1.55): Fix for missing icons (via C. Rasmussen)
3201 2003-05-16 05:23  tksoh
3203         * source/window.c (1.81): Fix for SF bug #715767: remaining panes
3204         resized incorrectly after closing a splitpane.
3206 2003-05-15 19:47  n8gray
3208         * util/check_lin_tif.c (1.2): Modified copyright notice to be more
3209         consistent with the rest of NEdit.
3211 2003-05-15 19:42  n8gray
3213         * Makefile (1.10), makefiles/Makefile.linux (1.10),
3214         source/Makefile.common (1.15), source/help.c (1.95),
3215         util/Makefile.common (1.7), util/check_lin_tif.c (1.1): Added code
3216         to detect the version of Motif/Lesstif being built against and
3217         complain if it's known-bad or unknown.  There's probably room for
3218         improvement in both the build and detection portions of this code.
3220 2003-05-15 07:36  edg
3222         * ChangeLog (1.32): Regenerated (please only update with cvs2cl.pl
3223         -b -r -t --accum --gmt).
3225 2003-05-15 07:33  edg
3227         * source/parse_noyacc.c (1.7): Copied the recent modifications of
3228         parse.y.
3230 2003-05-14 19:12  n8gray
3232         * ChangeLog (1.31): Isn't there a way to generate or update this
3233         automatically with CVS?
3235 2003-05-14 19:08  n8gray
3237         * source/parse.y (1.26): Comments don't eat backslash-escaped
3238         newlines, so this is legal:    t_print("Hello " # This is a common
3239         greeting \            "world"  # This is the recipient of the
3240         greeting \            "\n")    # This is a newline character
3242 2003-05-04 23:54  yooden
3244         * source/macro.c (1.67): Removed some second level leftovers from
3245         the old Highlighting API.
3247 2003-05-04 13:20  yooden
3249         * doc/help.etx (1.46), source/file.c (1.64), source/help_data.h
3250         (1.43), source/help_topic.h (1.36), source/menu.c (1.75): Fixes SF
3251         #617840: Append Line Feed on Save The buffer now reflects that a
3252         line is added on save.
3254 2003-05-03 22:45  yooden
3256         * doc/help.etx (1.45), source/help_data.h (1.42),
3257         source/help_topic.h (1.35), source/macro.c (1.66): Removes old
3258         Highlighting Information API; fixes some inconsistencies in the
3259         Highlighting Information API; adds deprecated section to macro
3260         section in online help.
3262 2003-05-03 09:15  edg
3264         * util/misc.c (1.54): Made translation table for mouse wheel
3265         static, as suggested by Scott.
3267 2003-05-02 19:19  edg
3269         * source/highlightData.c (1.45), source/nedit.c (1.45),
3270         source/search.c (1.56), source/shell.c (1.25), source/smartIndent.c
3271         (1.26), source/userCmds.c (1.32), util/fontsel.c (1.25),
3272         util/getfiles.c (1.25), util/managedList.c (1.12), util/misc.c
3273         (1.53), util/misc.h (1.18): Committed SF #715941: File dialog wheel
3274         support (generalized to all scrolled widgets, except main text
3275         area, which already had support).
3277 2003-05-02 18:25  edg
3279         * source/rangeset_fn.h (1.4): Obsolete due to new rangeset API.
3281 2003-05-02 18:18  edg
3283         * doc/help.etx (1.44), makefiles/Makefile.depend (1.4),
3284         source/Makefile.dependencies (1.21), source/help_data.h (1.41),
3285         source/help_topic.h (1.34), source/highlightData.c (1.44),
3286         source/macro.c (1.65), source/rangeset.c (1.4), source/rangeset.h
3287         (1.2), source/rangeset_fn.h (1.3), source/textBuf.c (1.27),
3288         source/textBuf.h (1.14), source/textDisp.c (1.50),
3289         util/Makefile.dependencies (1.7): Committed patch #628933: New
3290         rangeset API. (Including the fix of SF #728988: rangeset_add of
3291         empty range works - bad!) Users of range sets will have to update
3292         their macros.
3294 2003-04-24 17:20  edg
3296         * source/menu.c (1.74): Crash fix: setting NEDIT_HOME to /dev/null
3297         caused a coredump because the PrevOpen array never got initialized
3298         in that case.
3300 2003-04-24 11:47  edg
3302         * source/nedit.c (1.44), util/DialogF.c (1.27), util/DialogF.h
3303         (1.9), util/fileUtils.c (1.30): Various fixes related to SF
3304         #488412: doOpen() flaws.
3306 2003-04-24 08:57  edg
3308         * source/highlightData.c (1.43): Updated LaTeX highlight patterns
3309         provided by Joerg (SF #607072: Syntax highlight failure in LaTeX).
3311 2003-04-24 08:26  edg
3313         * source/menu.c (1.73): Fix for SF #726325: goto_line_number only
3314         accepts 1 arg
3316 2003-04-18 01:07  n8gray
3318         * source/calltips.c (1.5), source/calltips.h (1.2),
3319         source/help_data.h (1.40), source/help_topic.h (1.33),
3320         source/text.c (1.40), source/text.h (1.15), source/textDisp.c
3321         (1.49), source/textDisp.h (1.21), source/textP.h (1.8),
3322         doc/help.etx (1.43): Setting "nedit*background: blue" should not
3323         change the background of calltips.  This change makes calltips get
3324         their colors from nedit*calltipForeground and
3325         nedit*calltipBackground.
3327 2003-04-17 21:46  n8gray
3329         * source/: nedit.c (1.43), nedit.h (1.37), preferences.c (1.88),
3330         text.c (1.39): Applied color migration patch.  IMPORTANT:  Remember
3331         to move the call to migrateColorResources into the "convert to 5.4"
3332         area before releasing 5.4!!!
3334 2003-04-17 09:03  edg
3336         * source/: macro.c (1.64), smartIndent.c (1.25): Fix for SF
3337         #602336: Wrong Initialization Order and SF #628552: Startup
3338         sequence. Macro file is now loaded before smart indent macros are
3339         processed.
3341 2003-04-15 23:03  yooden
3343         * source/help.c (1.92): Whitespace only.
3345 2003-04-15 20:00  yooden
3347         * doc/help.etx (1.42), source/help_data.h (1.39),
3348         source/help_topic.h (1.32): Small documentation fixes.
3350 2003-04-10 20:28  edg
3352         * source/calltips.c (1.4), util/misc.c (1.52), util/misc.h (1.17):
3353         Fix for SF #602260: Calltips crashes. Calltip popup shells now
3354         inherit the proper visual and color depth.
3356 2003-04-10 20:08  tringali
3358         * source/help.c (1.91): Help text was allocating colors
3359         incorrectly, making help text invisible when running with a
3360         non-default Visual.  Don't assume "black" is help text color!
3362 2003-04-10 18:47  tringali
3364         * source/: text.c (1.38), text.h (1.14), textP.h (1.7), window.c
3365         (1.80): Fix upside-down GetPrefTypingHidesPointer dependency -- the
3366         window code should be setting into the text widget, instead of the
3367         text widget getting it directly from preferences.
3369 2003-04-10 18:39  tringali
3371         * source/parse.y (1.24): #include <stdlib.h> to avoid warnings on
3372         some systems about no malloc proto.
3374 2003-04-10 18:37  tringali
3376         * util/utils.c (1.20): Don't quit if getpwuid() fails.  It can fail
3377         if some nameservices are not responding through no fault of the
3378         user.
3380 2003-04-10 17:58  edg
3382         * source/Makefile.dependencies (1.20): Updated dependencies.
3384 2003-04-10 17:37  edg
3386         * util/DialogF.c (1.26): Warning fix.
3388 2003-04-10 09:39  edg
3390         * source/file.c (1.63): Added some missing fclose() calls in
3391         IncludeFile().
3393 2003-04-09 14:56  edg
3395         * source/file.c (1.62): Aaargh. Another few missing commas.
3397 2003-04-09 14:53  edg
3399         * source/file.c (1.61): Added another few missing commas in DialogF
3400         calls.
3402 2003-04-09 13:52  edg
3404         * source/file.c (1.60): Added missing comma in DialogF call.
3406 2003-04-08 23:47  yooden
3408         * source/help.c (1.90): Added one missing DialogF() title.
3410 2003-04-08 08:54  edg
3412         * source/: highlight.c (1.41), menu.c (1.72), preferences.c (1.87),
3413         smartIndent.c (1.24): Fixed indentation inconsistencies and dialog
3414         title typos.
3416 2003-04-07 22:51  yooden
3418         * source/file.c (1.59), source/highlight.c (1.40),
3419         source/highlightData.c (1.42), source/macro.c (1.63), source/menu.c
3420         (1.71), source/preferences.c (1.86), source/search.c (1.55),
3421         source/selection.c (1.24), source/shell.c (1.24), source/shift.c
3422         (1.14), source/smartIndent.c (1.23), source/tags.c (1.49),
3423         source/userCmds.c (1.31), util/DialogF.c (1.25), util/DialogF.h
3424         (1.8), util/fileUtils.c (1.29), util/fontsel.c (1.24), util/misc.c
3425         (1.51), util/printUtils.c (1.22): The Sore Hands Patch: Added
3426         dialog title to DialogF().
3428 2003-04-06 00:46  yooden
3430         * source/highlightData.c (1.41), source/macro.c (1.62),
3431         source/menu.c (1.70), source/preferences.c (1.85),
3432         source/smartIndent.c (1.22), source/userCmds.c (1.30),
3433         util/printUtils.c (1.21): Some changed dialog titles, error
3434         messages and general code beautification.
3436 2003-04-03 19:05  jlous
3438         * source/file.c (1.58), source/macro.c (1.61), source/nedit.h
3439         (1.36), source/preferences.c (1.84), source/window.c (1.79),
3440         util/fileUtils.c (1.28), util/fileUtils.h (1.10), util/prefFile.c
3441         (1.19): Committing patch 621211, accepting foreign linebreaks in
3442         prefs- and macro files.
3444 2003-04-03 15:45  edg
3446         * source/window.c (1.78): Fix for SF #713780: flickers during macro
3447         execution. (Uwe Lehnert)
3449 2003-03-26 16:36  edg
3451         * source/textDisp.c (1.48): Reverted some of the unnecessary (and
3452         seemingly invalid) changes related to the cursor GC introduced in
3453         version 1.46. (SF #710124).
3455 2003-03-26 10:40  edg
3457         * source/textDisp.c (1.47): Yesterday's clipping changes were not
3458         ok: the gutter between the line numbers and the text area could be
3459         filled with character fragments. Clipping ranges are now adjusted
3460         when line numbers are drawn.
3462 2003-03-25 18:31  n8gray
3464         * source/: textDisp.c (1.46), textDisp.h (1.20): Committing edg's
3465         patch to fix usage of shared GCs.
3467 2003-03-25 01:33  n8gray
3469         * source/textDisp.c (1.45): Fixed line number color problems. 
3470         Stupid cut & paste error...
3472 2003-03-24 23:56  yooden
3474         * source/nedit.c (1.42): Paranoid protection against pathological
3475         language settings.
3477 2003-03-24 17:05  edg
3479         * source/: menu.c (1.69), nedit.h (1.35), window.c (1.77): Fix for
3480         SF bug #564782: Show Path in Windows Menu
3482 2003-03-24 16:20  tringali
3484         * source/nedit.c (1.41): Account for LANG being unset.
3486 2003-03-21 18:51  n8gray
3488         * source/: textDisp.c (1.44), window.c (1.76): Fixing 2 color
3489         problems.  1: Changing line number GC properties affected *all*
3490         buffers.  2: New panes used default text area colors instead of
3491         their window's.
3493 2003-03-21 18:31  tringali
3495         * source/: nedit.c (1.40), help.c (1.89): Avoid crash when running
3496         under a UTF-8 locale, and display locale in help.
3498 2003-03-21 18:22  edg
3500         * source/: preferences.c (1.83), smartIndent.c (1.21),
3501         smartIndent.h (1.6): Fix for SF bug #439867: Language mode renaming
3502         bug.
3504 2003-03-20 13:23  edg
3506         * makefiles/Makefile.sco (1.5): Typo fix (SF #689808: SCO makefile
3507         error).
3509 2003-03-20 13:05  edg
3511         * util/fontsel.c (1.23): Removed some unused variables (gcc
3512         warnings).
3514 2003-03-20 13:02  edg
3516         * source/: help.c (1.88), highlight.c (1.39), highlight.h (1.10),
3517         textDisp.c (1.43): Fix for SF #700823: Nedit crash after highlight
3518         Perl-Syntax on OS/390.  Made the syntax highlighting style
3519         information independent of the character coding (ASCII or EBCDIC).
3521 2003-03-18 10:58  edg
3523         * util/managedList.c (1.11): Fix for SF #705495: Crash while
3524         Copying Pattern.
3526 2003-03-14 22:27  n8gray
3528         * doc/help.etx (1.41), source/help_data.h (1.38),
3529         source/help_topic.h (1.31), source/preferences.c (1.82): Added a
3530         warning label to the color dialog and changed help text to make it
3531         more clear that foreground colors only apply when syntax
3532         highlighting is disabled.
3534 2003-03-13 09:11  n8gray
3536         * util/fontsel.c (1.22): Hide the sample when the "Show
3537         Proportional Fonts" toggle is toggled and the font selection is
3538         cleared.  Also added a prototype for enableSample().
3540 2003-03-12 18:33  n8gray
3542         * util/fontsel.c (1.21): Tabs -> Spaces
3543         
3544         If you want a shock, turn on backlighting, set tabs to a slightly
3545         off-background color, and edit just about any file in the NEdit
3546         project.
3548 2003-03-12 18:03  n8gray
3550         * util/fontsel.c (1.20): Fixed clearing of sample field when "show
3551         proportional fonts" was toggled.  Hide sample text when font
3552         selection is invalid.
3554 2003-03-07 19:52  n8gray
3556         * source/preferences.c (1.81): Made helper function addColorGroup()
3557         static.
3559 2003-03-07 19:46  n8gray
3561         * source/preferences.c (1.80): Using XtSetMappedWhenManaged to
3562         show/hide the error labels in the color dialog.  Thanks Scott!
3564 2003-03-07 01:50  n8gray
3566         * doc/help.etx (1.40), source/help_data.h (1.37),
3567         source/help_topic.h (1.30), source/preferences.c (1.79): Duh. 
3568         Forgot to save before the last commit.  Also changed docs to
3569         reflect new labels in color dialog.
3571 2003-03-07 01:34  n8gray
3573         * source/preferences.c (1.78): Minor labelsmithing on color dialog.
3575 2003-03-07 01:07  n8gray
3577         * source/preferences.c (1.77): Using a more reliable hack for
3578         showing/hiding the (Invalid!) labels in the color dialog.  To hide
3579         it I set its fg color to its bg color.  To unhide it I restore the
3580         fg color from its parent.  This way the label's width doesn't
3581         change, solving the potential visual bug mentioned in my previous
3582         commit.
3583         
3584         I tried changing the label from a gadget to a widget but the
3585         XtMap/UnmapWidget functions still failed.  Oh well, this works ok.
3587 2003-03-05 23:50  n8gray
3589         * doc/help.etx (1.39), source/help_data.h (1.36),
3590         source/help_topic.h (1.29), source/menu.c (1.68), source/nedit.h
3591         (1.34), source/preferences.c (1.76), source/preferences.h (1.32),
3592         source/textDisp.c (1.42), source/textDisp.h (1.19), source/window.c
3593         (1.75), source/window.h (1.12), util/fontsel.c (1.19),
3594         util/fontsel.h (1.8): Adding the color dialog and documentation. 
3595         Also adds a colored, editable text field to the font browser
3596         dialog.
3597         
3598         There's a potential minor visual bug depending on the user's fonts.
3599          I've tried to fix it but can't seem to figure it out.  Search for
3600         XXX in preferences.c for details.
3602 2003-02-20 17:30  arnef
3604         * source/: file.c (1.57), nc.c (1.33), server.c (1.21): Fixed
3605         problem with processing of nc command line.
3607 2003-02-18 20:17  tringali
3609         * util/misc.c (1.50): Set group hint so that recent versions of
3610         Sawfish will group windows together.
3612 2003-02-17 01:51  n8gray
3614         * source/Makefile.common (1.14): Added parse.c target so that build
3615         falls back to parse_noyacc.c if neither bison nor yacc can be
3616         found. See:
3617         http://www.nedit.org/archives/develop/2002-Apr/0512.html for a
3618         discussion of this issue.
3620 2003-02-15 02:33  yooden
3622         * source/file.c (1.56), util/getfiles.c (1.24), util/misc.c (1.49),
3623         util/getfiles.h (1.6): Removed GetNewFilename()
3625 2003-02-15 01:06  yooden
3627         * source/preferences.h (1.31): Removed double function
3628         declarations.
3630 2003-01-14 22:36  n8gray
3632         * source/tags.c (1.48): Added a private lineEmpty function for use
3633         when loading calltips files.  Also fixed bug where calltip position
3634         modifiers weren't reset when tips were posted by means other than
3635         the calltip macro subroutine.
3637 2003-01-14 09:50  edg
3639         * source/regularExp.c (1.21): Fix for \S, \W, \L, and \D
3640         erroneously matching on \0.
3642 2003-01-10 15:33  tringali
3644         * source/: window.c (1.74), nedit.c (1.39), text.c (1.37): Apply
3645         the "frame around text area" patch and associated geometry fixes. 
3646         Looks right when the background is light-colored (default), less so
3647         if you use a dark background.  Can be disabled with resources if
3648         you don't like it.
3650 2003-01-10 15:32  tringali
3652         * source/file.c (1.55): Fix to prevent file dialog from growing
3653         wider than the screen.  This is needed for window managers that do
3654         not respect XmNmaxWidth (sawfish, twm, fvwm).
3656 2003-01-10 15:29  tringali
3658         * util/: getfiles.c (1.23), misc.c (1.48): Prevent the file dialog
3659         from getting bigger than screen.  This fix is for window managers
3660         that do not respect XmNmaxWidth (sawfish, twm, fvwm).
3662 2003-01-07 22:37  tringali
3664         * doc/: nedit.doc (1.37), nedit.html (1.31): Remove autogenerated
3665         files from CVS to reduce conflicts.  They are now automatically
3666         generated by the cron script for the website snapshot.
3668 2003-01-06 15:36  edg
3670         * source/smartIndent.c (1.20): Bug fix: garbage collection could be
3671         triggered during smart indent newline macro (very old copy & paste
3672         error).
3674 2003-01-02 02:02  yooden
3676         * doc/nedit.doc (1.36), doc/nedit.html (1.30), source/help_data.h
3677         (1.35), source/help_topic.h (1.28): Updated reference to regex book
3678         part two.
3680 2003-01-02 01:48  yooden
3682         * doc/help.etx (1.38): Updated Reference to Regex book.
3684 2003-01-01 15:57  edg
3686         * source/smartIndent.c (1.19): Fix for crash bug reported @develop:
3687         newline macro inserting a string caused a recursive loop when
3688         triggered through smart indent.
3690 2002-12-13 17:23  edg
3692         * doc/Makefile (1.4): Added targets to regenerate the FAQ and build
3693         the FAQ distribution.
3695 2002-12-13 17:20  edg
3697         * doc/: faq.txt (1.4), faq.xml (1.5): Added a Q&A about the changed
3698         binding of KP Enter (execute command line).
3700 2002-12-12 17:26  slobasso
3702         * source/text.h (1.13): Remove warnings on hpux 10.20 compiler.
3704 2002-12-12 17:26  slobasso
3706         * source/selection.c (1.23): Cleanup string to int conversion.
3708 2002-12-12 17:26  slobasso
3710         * source/: search.c (1.54), search.h (1.18): Centralize string to
3711         enum conversions for search_type.
3713 2002-12-12 17:26  slobasso
3715         * source/parse_noyacc.c (1.5): Match changes in parse.y
3717 2002-12-12 17:25  slobasso
3719         * source/parse.y (1.23): Move string constant code into function
3720         InstallStringConstSymbol.
3722 2002-12-12 17:25  slobasso
3724         * source/nedit.h (1.33): New macro TYPE_INT_STR_SIZE to determine a
3725         safe string size for integer-like types.
3727 2002-12-12 17:25  slobasso
3729         * source/macro.c (1.60): More macro failure macros and new macro
3730         call valid_number.  Use of new macro TYPE_INT_STR_SIZE and
3731         PERM_ALLOC_STR.  Add optional index to rangeset_defined.
3733 2002-12-12 17:25  slobasso
3735         * source/interpret.h (1.12): New macro PERM_ALLOC_STR for static
3736         strings that look allocated and move StringToNum global for
3737         verification code.  New call InstallStringConstSymbol and move
3738         DataValue.tag to an enum.
3740 2002-12-12 17:25  slobasso
3742         * source/interpret.c (1.32): Use of new macro PERM_ALLOC_STR for
3743         static strings that look allocated and move StringToNum global for
3744         verification code.  New call InstallStringConstSymbol cleanup of
3745         macro debug code with new stack dump. Rewrite SwapCode without
3746         allocations.  Use of TYPE_INT_STR_SIZE for int string size. Fixes
3747         to grabage collection to allow for PERM_ALLOC_STR and catch mod by
3748         0 errors.
3750 2002-12-12 17:25  slobasso
3752         * source/highlightData.c (1.40): New nedit macro call valid_number.
3754 2002-12-12 17:25  slobasso
3756         * doc/help.etx (1.37), doc/nedit.doc (1.35), doc/nedit.html (1.29),
3757         source/help_data.h (1.34): Add optional index to rangeset_defined
3758         and new function valid_number.
3760 2002-12-11 18:24  tringali
3762         * util/misc.c (1.47): Avoid a 5-second hang when posting a dialog
3763         with certain window managers (Sawfish)
3765 2002-12-10 13:16  edg
3767         * source/nc.c (1.32): Dropped support for reading preferences from
3768         a .nc file. It was entirely undocumented and probably never used by
3769         anyone (and it didn't work anymore since the introduction of the
3770         NEDIT_HOME patch).
3772 2002-12-10 12:29  edg
3774         * source/nc.c (1.31): Fixed a bug in yesterday's bug fix: macro
3775         commands could be executed twice when a new server was started.
3777 2002-12-09 17:55  edg
3779         * source/nedit.c (1.38): Fix for SF #649442: Dangerous shell
3780         command. Changed the shortcut for "Execute Command Line" from "KP
3781         Enter" to "Ctrl+KP Enter" to avoid accidental execution of
3782         arbitrary commands.
3784 2002-12-09 17:18  edg
3786         * source/nc.c (1.30): Fixed various command line argument passing
3787         bugs introduced by the nc -wait patch (-icon, -geometry, -lm, ...
3788         were dropped when a new file was opened and/or a new server was
3789         started).
3791 2002-12-08 09:29  yooden
3793         * source/: highlight.c (1.38), highlightData.c (1.39), macro.c
3794         (1.59), rangeset.c (1.3), search.c (1.53): Some code cleanup and
3795         removal of development artefacts.
3797 2002-12-04 12:30  edg
3799         * source/macro.c (1.58): Added boundary checks to searchStringMS()
3800         to avoid illegal memory accesses when passing a too large or
3801         negative starting position to the search_string() macro.
3803 2002-12-02 15:59  tringali
3805         * Makefile (1.9): Removed "doc" from default target so users
3806         without Perl can build.  (We need a "developer only" target or mode
3807         to do this right.)
3809 2002-11-28 23:22  yooden
3811         * source/macro.c (1.57), source/menu.c (1.67), source/preferences.c
3812         (1.75), util/prefFile.c (1.18), util/utils.c (1.19), util/utils.h
3813         (1.11): Fixes the bug in the preference file name algorithm
3814         reported by Scott in develop@.
3816 2002-11-22 18:18  tringali
3818         * util/misc.c (1.46): Constrain maximum size of dialogs so they
3819         aren't bigger than the screen.  (Slightly modified from Eddy's
3820         original version.)
3822 2002-11-22 17:51  edg
3824         * source/window.c (1.73): Minor improvement in the virtual key
3825         binding parsing: ignore comment lines.
3827 2002-11-19 18:05  edg
3829         * source/: highlight.c (1.37), regularExp.c (1.20), search.c
3830         (1.52), textBuf.c (1.26), textBuf.h (1.13): Fixes for SF bugs
3831         #515120 (changed behaviour of search?) and #429110 (RegEx search
3832         bugs at end of buffer) and a cleanup of the SearchWindow function.
3834 2002-11-15 12:21  edg
3836         * doc/setext (1.10): Minor backward compatibility fix for older
3837         Perl version (5.004).
3839 2002-11-13 21:59  tringali
3841         * source/: help_data.h (1.33), help_topic.h (1.27): - Change help
3842         version to 5.4DEV
3844 2002-11-13 21:58  tringali
3846         * source/: calltips.c (1.3), text.h (1.12), textDisp.c (1.41):
3847         Don't #include "textP.h" where we can get away with it.
3849 2002-11-13 21:58  tringali
3851         * source/help.c (1.87): Clean up #ifdef of HAVE__XMVERSIONSTRING
3852         and reorder visual info
3854 2002-11-13 21:58  tringali
3856         * source/highlightData.c (1.38): - Fix indentation, labels, and
3857         mnemonics in highlightData.c
3859 2002-11-13 21:57  tringali
3861         * source/: nedit.c (1.37), preferences.c (1.74): - Fix defaults
3862         fonts to specify iso8859-1, for RH7.3.
3864 2002-11-13 17:56  edg
3866         * source/: highlightData.c (1.37), regularExp.c (1.19): Implemented
3867         the more conventional word boundary semantics for regular
3868         expressions and adapted the built-in highlight patterns to the
3869         changed semantics (the latter is largely automated).
3871 2002-11-12 10:04  ajhood
3873         * doc/help.etx (1.36), doc/nedit.doc (1.34), doc/nedit.html (1.28),
3874         source/help.c (1.86), source/help_data.h (1.32),
3875         source/help_topic.h (1.26): Document default value of
3876         nedit.backlightCharTypes Stop *backlightCharTypes in .Xdefaults
3877         etc. affecting Help
3879 2002-11-08 20:22  edg
3881         * source/: comnedit.com (1.9), highlight.c (1.36), highlight.h
3882         (1.9), lnknedit.com (1.7), macro.c (1.56), menu.c (1.66), nedit.h
3883         (1.32), preferences.c (1.73), preferences.h (1.30), rangeset.c
3884         (1.2), rangeset_fn.h (1.2), server_common.c (1.3), text.h (1.11),
3885         textDisp.h (1.18): VMS compilation and linking fixes (Michael
3886         Smith).
3888 2002-11-08 16:53  slobasso
3890         * source/macro.c (1.55): Removed unused variables and fixed error
3891         macro.
3893 2002-10-31 16:08  edg
3895         * doc/help.etx (1.35), doc/nc.man (1.6), doc/nedit.doc (1.33),
3896         doc/nedit.html (1.27), source/help_data.h (1.31),
3897         source/help_topic.h (1.25), source/nc.c (1.29): Fix for invalid
3898         atom usage after time-out.  Made the nc time-out configurable
3899         (-timeout <seconds> command line option and nc.timeOut X resource)
3900         + documentation updates.
3902 2002-10-30 11:44  edg
3904         * ChangeLog (1.29): Minor correction.
3906 2002-10-30 11:42  edg
3908         * ChangeLog (1.28): Removed lots of duplicate entries and added
3909         lots of missing entries.  (Apparently, a merge has gone wrong a few
3910         months ago).
3912 2002-10-30 11:11  edg
3914         * ChangeLog (1.27): Update.
3916 2002-10-29 15:49  edg
3918         * source/server.c (1.20): Fix for crash when sending a macro
3919         command to the server through nc, while another command is still
3920         running. New commands for a window are now rejected when it is
3921         already running a macro (beeps).
3923 2002-10-26 00:06  yooden
3925         * util/: utils.c (1.18), utils.h (1.10): Fixes wrong declaration
3926         and documentation, adds missing Copyright line.
3928 2002-10-16 17:28  n8gray
3930         * source/: preferences.c (1.72), preferences.h (1.29), window.c
3931         (1.72): Don't switch to PLAIN mode before closing a window just to
3932         force unloading of calltips files -- it's slow!
3933         
3934         Also fixed a potentially erroneous error message in
3935         reapplyLanguageMode.
3937 2002-10-15 11:00  ajhood
3939         * doc/help.etx (1.34), doc/nedit.doc (1.32), doc/nedit.html (1.26),
3940         source/help_data.h (1.30), source/help_topic.h (1.24),
3941         source/highlight.c (1.35), source/highlight.h (1.8),
3942         source/highlightData.c (1.36), source/highlightData.h (1.10),
3943         source/interpret.c (1.31), source/interpret.h (1.11),
3944         source/macro.c (1.54), source/preferences.c (1.71),
3945         source/preferences.h (1.28), source/textDisp.c (1.40),
3946         source/textDisp.h (1.17): Tony's backlight/highlight and SF bug
3947         619234 fixes
3949 2002-10-14 18:41  n8gray
3951         * source/: text.c (1.36), textBuf.c (1.25), textBuf.h (1.12),
3952         textDisp.c (1.39), textSel.c (1.11): Committing patch for
3953         keyboard-based rectangular selection.
3955 2002-10-13 15:53  yooden
3957         * doc/help.etx (1.33), doc/nedit.doc (1.31), doc/nedit.html (1.25),
3958         source/help_data.h (1.29), source/help_topic.h (1.23): Another tiny
3959         doc patch. (Thanks Yury)
3961 2002-10-12 13:33  yooden
3963         * doc/help.etx (1.32), doc/nedit.doc (1.30), doc/nedit.html (1.24),
3964         source/help_data.h (1.28), source/help_topic.h (1.22): Fixes small
3965         documentation bug.
3967 2002-10-10 22:04  slobasso
3969         * source/macro.c (1.53): fix comment typo
3971 2002-10-07 19:39  arnef
3973         * source/nc.c (1.28): Fix for bug 619231 -  nc hangs after
3974         crash/kill Generate a property change event to break a deadlock.
3976 2002-10-07 16:19  edg
3978         * source/search.c (1.51): Fix for crash bug when search string is
3979         too long in search and replace dialogs (triggered when
3980         nedit.findReplaceUsesSelection was True and a long selection was
3981         made), reported through the discuss list.
3983 2002-10-04 23:21  slobasso
3985         * source/: macro.c (1.52), tags.c (1.47): remove compiler warnings
3987 2002-10-01 23:45  n8gray
3989         * doc/help.etx (1.31), doc/nedit.doc (1.29), doc/nedit.html (1.23),
3990         source/help_data.h (1.27), source/help_topic.h (1.21): Added
3991         documentation for column argument to goto_line_number and the goto
3992         line dialog.
3994 2002-09-27 12:19  ajhood
3996         * source/preferences.c (1.70): set default value for
3997         nedit.backlightCharTypes
3999 2002-09-26 12:37  ajhood
4001         * doc/NEdit.ad (1.3), doc/README.FAQ (1.3), doc/faq-txt-pass2.xsl
4002         (1.3), doc/faq-txt.awk (1.3), doc/faq-txt.dtd (1.3),
4003         doc/faq-txt.xsl (1.3), doc/faq.dtd (1.3), doc/faq.txt (1.3),
4004         doc/faq.xml (1.4), doc/faq.xsl (1.3), doc/help.etx (1.30),
4005         doc/nedit.doc (1.28), doc/nedit.html (1.22), doc/setext (1.9),
4006         doc/setext-info.txt (1.3), makefiles/Makefile.depend (1.3),
4007         source/Makefile.common (1.13), source/help.c (1.85),
4008         source/help_data.h (1.26), source/help_topic.h (1.20),
4009         source/highlight.c (1.34), source/highlight.h (1.7),
4010         source/highlightData.c (1.35), source/highlightData.h (1.9),
4011         source/macro.c (1.51), source/menu.c (1.65), source/nedit.h (1.31),
4012         source/parse.y (1.22), source/preferences.c (1.69),
4013         source/preferences.h (1.27), source/smartIndent.c (1.18),
4014         source/tags.c (1.46), source/text.c (1.35), source/text.h (1.10),
4015         source/textBuf.c (1.24), source/textBuf.h (1.11), source/textDisp.c
4016         (1.38), source/textDisp.h (1.16), source/textP.h (1.6),
4017         source/window.c (1.71), source/window.h (1.11),
4018         source/windowTitle.c (1.9), util/fileUtils.c (1.27), util/misc.c
4019         (1.45), util/printUtils.c (1.20): backlight/rangeset patch from
4020         Josef Maier and Tony Balinski, ported to CVS by Andy Hood.
4022 2002-09-26 12:04  ajhood
4024         * Makefile (1.8): auto-rebuild help.doc, help.html and help_*.h If
4025         someone can explain how CVS didn't accept the previous commit tell
4026         me.
4028 2002-09-26 11:45  ajhood
4030         * source/: rangeset.c (1.1), rangeset.h (1.1), rangeset_fn.h (1.1):
4031         New files for backlight/rangeset.
4033 2002-09-26 10:24  ajhood
4035         * doc/Makefile (1.3): auto-rebuild help.doc, help.html and help_*.h
4036         if any of the prerequisites change
4038 2002-09-26 10:22  ajhood
4040         * README (1.30): Add comments on -DHAVE__XMVERSIONSTRING compile
4041         option.
4043 2002-09-26 10:01  ajhood
4045         * makefiles/: Makefile.aix (1.6), Makefile.bsdi (1.4),
4046         Makefile.ccur (1.4), Makefile.convex (1.4), Makefile.cygwin (1.5),
4047         Makefile.dcosx (1.4), Makefile.dec (1.5), Makefile.freebsd (1.4),
4048         Makefile.generic (1.9), Makefile.hpux (1.4), Makefile.linux (1.9),
4049         Makefile.lynx (1.5), Makefile.m88k.svr4 (1.4), Makefile.macosx
4050         (1.3), Makefile.netbsd (1.4), Makefile.openbsd (1.2), Makefile.os2
4051         (1.13), Makefile.osf (1.5), Makefile.qnx (1.2), Makefile.reliant
4052         (1.4), Makefile.sco (1.4), Makefile.sgi (1.4), Makefile.solaris
4053         (1.8), Makefile.sunos (1.4), Makefile.superux (1.4), Makefile.uhc
4054         (1.4), Makefile.ultrix (1.4), Makefile.unicos (1.6),
4055         Makefile.unixware (1.5): Add comments on -DHAVE__XMVERSIONSTRING
4056         compile option.
4058 2002-09-25 10:56  edg
4060         * doc/help.etx (1.29), source/file.c (1.54), source/help_data.h
4061         (1.25), source/help_topic.h (1.19), source/menu.c (1.64),
4062         source/nedit.h (1.30), source/preferences.c (1.68),
4063         source/preferences.h (1.26), source/textBuf.c (1.23),
4064         source/textBuf.h (1.10), source/window.c (1.70): Committed SF patch
4065         #602426: Check for real changes of ext. mod files.  The additional
4066         check is on by default, and a mode message appears if comparison
4067         takes more than 1 second.
4069 2002-09-23 12:06  edg
4071         * source/userCmds.c (1.29), util/misc.c (1.44), util/misc.h (1.16):
4072         Fix for SF #612558: Macro shortcuts still NumLock sensitive.  Lock
4073         and NumLock are now ignored when entering an accelerator.
4075 2002-09-23 11:16  edg
4077         * util/getfiles.c (1.22): Fix for SF bug #613092: Open file
4078         browsing works incorrect.  Keystroke history is now reset after
4079         each list refresh.
4081 2002-09-18 20:17  arnef
4083         * source/search.c (1.50): Fixing error in initial commit of 'nc
4084         -wait' patch.  Removing a XtDispatchEvent() that shouldn't have
4085         been there.
4087 2002-09-17 09:01  edg
4089         * source/server_common.c (1.2): Fix for SF bug #610438: Committing
4090         patch 403647 causes link fail.  Replaced XGetAtomNames() by a loop
4091         using XGetAtomName().
4093 2002-09-13 08:28  edg
4095         * source/preferences.c (1.67): Fix for SF bug #608693: coredump
4096         with -tabs option.  The tab distance is now clipped within its
4097         valid range.
4099 2002-09-11 18:59  arnef
4101         * source/Makefile.common (1.12), source/Makefile.dependencies
4102         (1.19), source/file.c (1.53), source/macro.c (1.50), source/nc.c
4103         (1.27), source/nedit.h (1.29), source/preferences.c (1.66),
4104         source/search.c (1.49), source/selection.c (1.22), source/server.c
4105         (1.19), source/server.h (1.5), source/server_common.c (1.1),
4106         source/server_common.h (1.1), source/window.c (1.69),
4107         util/Makefile.dependencies (1.6): Committing the 'nc -wait' patch
4108         (SF #403647).
4110 2002-09-10 12:17  ajhood
4112         * doc/nedit.doc (1.27), doc/nedit.html (1.21), source/help_data.h
4113         (1.24), source/help_topic.h (1.18): I too can forget to do commit
4114         the generated files.
4116 2002-09-10 12:10  ajhood
4118         * doc/help.etx (1.28), source/help.c (1.84): Adds visual info to
4119         version [eg Visual: Id 0x23 TrueColor 24 bit (Default)] Allows use
4120         of _XmVersionString. Add -DHAVE__XMVERSIONSTRING compile option,
4121         and if it doesn't link, you don't have it. (This may be exported by
4122         Motif but there is no header to tell you if it is there or not.)
4124 2002-09-06 19:21  n8gray
4126         * source/calltips.c (1.2): Changing calltip label widget name from
4127         "calltipW" back to "calltip" so that resources work as advertised.
4129 2002-09-06 19:13  n8gray
4131         * doc/help.etx (1.27), doc/nedit.doc (1.26), doc/nedit.html (1.20),
4132         source/Makefile.common (1.11), source/Makefile.dependencies (1.18),
4133         source/calltips.c (1.1), source/calltips.h (1.1),
4134         source/help_data.h (1.23), source/help_topic.h (1.17),
4135         source/macro.c (1.49), source/tags.c (1.45), source/tags.h (1.13),
4136         source/text.c (1.34), source/textDisp.c (1.37), source/textDisp.h
4137         (1.15): New features:     Positioning of calltips can be controlled
4138         more precisely using optional     arguments to calltip().  These
4139         include "center", "right", "above", and     "strict".  Non-strict,
4140         non-anchored calltips will always show up *somewhere*     on-screen
4141         even if the cursor is not on-screen.
4142         
4143         Modifications:     Refactored calltip UI code into calltips.c/.h. 
4144         Updated help files,     makefiles, and dependencies.  Cleaned up
4145         tags.c/.h somewhat.
4147 2002-09-05 23:17  slobasso
4149         * source/: interpret.c (1.30), parse.y (1.21), parse_noyacc.c
4150         (1.4): made the following work when arrayaExpression is anything
4151         that returns an array as the result: for (x in arrayaExpression) {
4152         }
4154 2002-09-05 23:15  slobasso
4156         * source/nedit.c (1.36): fixed Cardinal vs int compare warning.
4158 2002-09-05 17:48  tringali
4160         * doc/help.etx (1.26), source/nedit.c (1.35), util/misc.c (1.43),
4161         util/misc.h (1.15): Acquire default colors and fonts from the
4162         environment if using the default visual.
4164 2002-09-04 08:40  n8gray
4166         * source/: tags.c (1.44), textDisp.c (1.36): Minor cleanup of
4167         tags.c (it could use a lot more).
4168         
4169         Also improved calltips so that they try not to go off the edges of
4170         the screen.  Thanks to TK, from whom I stole much code.  Since he
4171         stole his tooltip code from me, the circle is complete.  :^)
4173 2002-09-04 05:58  n8gray
4175         * source/: textDisp.c (1.35), textDisp.h (1.14): Calltips should
4176         finally update on any vertical cursor movement!  Plus, non-
4177         anchored calltips maintain their X positions on redrawing.  Also, I
4178         found out that textD->cursorX/cursorY are *not* a reliable way to
4179         get the X/Y positions of the insertion point, so other potential
4180         calltips bugs might be fixed.
4181         
4182         This is one of those nice commits where I've removed almost as many
4183         lines as I've added.  :^)
4185 2002-09-03 01:10  n8gray
4187         * source/: file.c (1.52), nedit.h (1.28), window.c (1.68): This
4188         should fix the worst of the problems in file.c.  There are still
4189         potential problems if you lose read permission on a file as you're
4190         editing it, but I wanted to commit what's done so far.
4192 2002-09-02 23:18  n8gray
4194         * source/textDisp.c (1.34): Fixing problem where scroll-wheel-down
4195         on empty files caused erroneous scrolling.  It was a problem with
4196         mixing Cardinal (unsigned) and signed values.  I took the approach
4197         of casting cursorVPadding to int before using it, since it's nice
4198         to have Xt reject negative values automatically.
4200 2002-09-02 08:55  edg
4202         * source/textDisp.c (1.33): Fix for crash bug reported through
4203         develop@: regex bug using ^.* BufCopyFromBuf() could be called with
4204         invalid paramaters in continous wrapping mode.
4206 2002-08-31 15:14  yooden
4208         * doc/help.etx (1.25), doc/nedit.doc (1.25), doc/nedit.html (1.19),
4209         doc/setext (1.8), doc/setext-info.txt (1.2), source/help_data.h
4210         (1.22): Another help update, some setext documentation and a minor
4211         setext change.
4213 2002-08-31 08:48  yooden
4215         * source/: help_data.h (1.21), help_topic.h (1.16): Corrected Help,
4216         second batch.
4218 2002-08-31 08:46  yooden
4220         * doc/: help.etx (1.24), nedit.doc (1.24), nedit.html (1.18):
4221         Slight correction in help.etx.
4223 2002-08-31 07:24  n8gray
4225         * doc/help.etx (1.23), doc/nedit.doc (1.23), doc/nedit.html (1.17),
4226         source/help_data.h (1.20), source/help_topic.h (1.15),
4227         source/text.c (1.33), source/text.h (1.9), source/textDisp.c
4228         (1.32), source/textP.h (1.5): Committing the edge-phobic cursor
4229         patch, with documentation and without tab-space mixing.  (The new
4230         resource is nedit*text.cursorVPadding by the way.)
4232 2002-08-31 00:52  slobasso
4234         * source/: interpret.c (1.29), interpret.h (1.10), parse.y (1.20):
4235         Lots of array code cleanup including fixes for the following
4236         formats: x[9][8] = 6 delete x[4][2][] ++x[4] x[3]-- x[4][5] += 7
4237         ... and many more.  Also fixed some cases in which array aliasing
4238         could occur. Arrays are supposed to have VALUE semantics.
4240 2002-08-28 14:14  tringali
4242         * source/preferences.c (1.65): Revive upgrade message to 5.4 file
4243         format
4245 2002-08-27 08:05  edg
4247         * source/textDisp.c (1.31): Fixes for SF #600175: Coredump when
4248         dismissing resized window Array bounds read & write fixes in
4249         calcLineStarts() when number of visible lines becomes zero (only
4250         possible in help windows).  Avoid scrollbar slider size < 1 warning
4251         (which was harmless but annoying).
4253 2002-08-27 05:39  n8gray
4255         * source/: file.c (1.51), undo.c (1.14), undo.h (1.6): Committing
4256         the file deletion notification patch.  I used a specialized message
4257         for ENOACCES but used strerror output along with a suggested cause
4258         (deletion or relocation by another program) in the other cases,
4259         since there are several possible causes of stat() failure.
4260         
4261         I'm committing the patch despite the minor controversy over the
4262         message text because it's better to have some message than none at
4263         all.
4264         
4265         There is still much bogosity in file.c, including another place
4266         where stat() failure causes no warning.
4268 2002-08-23 07:52  n8gray
4270         * source/textBuf.c (1.22): Fixed a miscalculation in
4271         overlayRectInLine that could cause extra letters to be deleted
4272         during rectangular drags over tabs.  See SF bug #557225 "rect. 
4273         selection drag buglet" for a description of the problem.
4275 2002-08-23 00:52  slobasso
4277         * source/interpret.c (1.28): Fixed bug that didn't allow built in
4278         array variables to be iterated with a for loop.
4280 2002-08-22 23:52  slobasso
4282         * source/window.c (1.67): Remove unused variables.
4284 2002-08-22 18:43  slobasso
4286         * source/userCmds.c (1.28): Fix size calculation and escape
4287         characters in menu item names.
4289 2002-08-22 08:40  n8gray
4291         * source/undo.c (1.13): Fixed SF bug #578551 "Scrolling to
4292         searched/altered selection" by adding MakeSelectionVisible() calls
4293         to Undo and Redo.
4295 2002-08-22 08:10  n8gray
4297         * source/window.c (1.66): Nuking trailing whitespace from my last
4298         commit.
4300 2002-08-22 08:05  n8gray
4302         * source/window.c (1.65): MakeSelectionVisible in window.c was not
4303         paying attention to wrapped lines.  To see the problem in an older
4304         version:
4305         
4306         1.  Open a large file and scroll to the center somewhere 2.  Enable
4307         continuous wrapping and resize window so lots of lines wrap 3. 
4308         Select a word and make a mark with Alt+M,a 4.  Page Up or Down for
4309         several screens 5.  Go to the mark with Alt+G,a
4310         
4311         If there are enough wrapped lines between your position and the
4312         mark then the selection and the cursor will be completely
4313         offscreen.
4314         
4315         Also restructured the function so that horizontal scrolling is not
4316         bypassed prematurely.
4318 2002-08-21 13:21  tringali
4320         * source/help.c (1.83): Remove duplicate widgets caused by a bum
4321         merge.
4323 2002-08-21 07:19  n8gray
4325         * source/file.c (1.50): Fixed bug where clicking on the WM's close
4326         button in an unsaved and untitled buffer, answering yes to the
4327         "Save before closing" dialog, then aborting the Save-As dialog led
4328         to the window being closed and the changes being lost.  The
4329         function CloseFileAndWindow wasn't returning FALSE when the Save-As
4330         failed.
4332 2002-08-19 21:41  tringali
4334         * source/preferences.c (1.64): Remove "alpha" versioning - it
4335         wasn't forwards compatabile, and there were no auto-upgrades done
4336         despite the message printed.
4338 2002-08-19 07:22  n8gray
4340         * source/textDisp.c (1.30): Calltips are now redrawn on TextDMoveUp
4341         and TextDMoveDown.  This should help those who end up with cursors
4342         behind calltips when entering multi-line function calls.
4344 2002-08-17 14:28  yooden
4346         * source/window.c (1.64): Removed unused variables.
4348 2002-08-16 14:43  tringali
4350         * source/file.c (1.49): Fix hang caused by posting the "reload"
4351         dialog box on a hidden window (during multi-file replace
4352         validation).
4354 2002-08-15 19:03  n8gray
4356         * source/: file.c (1.48), window.c (1.63): Fixed the flickering
4357         stats line problem (SF bugs 595106, 594838).  Also fixed "save-as
4358         doesn't update the stats line" bug.
4360 2002-08-14 19:20  n8gray
4362         * source/textDisp.c (1.29): Fixed off-by-one error in
4363         expandAllTabs.  Also added check for NULL on its return value in
4364         TextDShowCalltip.
4366 2002-08-14 08:42  n8gray
4368         * source/textDisp.c (1.28): Removed debugging cruft from
4369         TextDShowCalltip.
4371 2002-08-13 22:12  n8gray
4373         * doc/help.etx (1.22), doc/nedit.doc (1.22), doc/nedit.html (1.16),
4374         source/help_data.h (1.19), source/help_topic.h (1.14),
4375         source/text.c (1.32), source/textDisp.c (1.27), source/textDisp.h
4376         (1.13): Added "absolute" argument to line-oriented action routines,
4377         and "wrap" argument to delete_to_start_of_line.
4379 2002-08-12 21:21  tringali
4381         * source/tags.c (1.43), source/window.c (1.62), source/window.h
4382         (1.10), util/misc.c (1.42), util/misc.h (1.14): Post watch cursor
4383         keep screen drawn while loading large tags files.
4385 2002-08-12 15:37  tringali
4387         * source/window.c (1.61): Reimplement I-search button focus
4388         management, so it doesn't have an ugly flash
4390 2002-08-10 23:59  tringali
4392         * source/undo.c (1.12): Added preference for disbling selection
4393         modification during Undo.
4395 2002-08-10 23:58  tringali
4397         * source/text.c (1.31): - Fix bad hardware tab of 4 spaces.  Please
4398         set hardware tabs to 8 for NEdit! - Explicitly remove modifiers on
4399         some virtual bindings to account for system   that map different
4400         modified keys to different bindings (e.g., Ctrl-PgUp =  
4401         osfPageLeft, PgUp = osfPageUp) - Use unions in favor of casts in
4402         XEvents.
4404 2002-08-10 23:54  tringali
4406         * source/highlightData.c (1.34): Use non-capturing parenthesis in C
4407         and C++ patterns where appropriate.
4409 2002-08-10 23:53  tringali
4411         * source/preferences.h (1.25): Added preference to disable
4412         modifying selection on Undo.
4414 2002-08-10 23:52  tringali
4416         * source/preferences.c (1.63): Added preference to disable changing
4417         the selection to match Undo.
4419 2002-08-10 23:51  tringali
4421         * source/server.c (1.18): Use union for XEvents instead of casts.
4423 2002-08-10 23:48  tringali
4425         * source/: interpret.c (1.27), interpret.h (1.9), macro.c (1.48):
4426         Use unions in place of nonportable casts to avoid warnings
4428 2002-08-10 23:45  tringali
4430         * source/help_data.h (1.18): Regenerated from help.etx update (fix
4431         X resource names)
4433 2002-08-10 23:43  tringali
4435         * source/help.c (1.82): More detail for Motif version, and change
4436         button labels on help browser to be more like WinHelp
4438 2002-08-09 20:48  tringali
4440         * util/system.h (1.12): Support for Lynx, MacOS; better x86
4441         reporting
4443 2002-08-09 14:08  tringali
4445         * doc/: help.etx (1.21), nedit.doc (1.21), nedit.html (1.15): Fix
4446         typo in last commit (replace * with @*)
4448 2002-08-09 13:52  tringali
4450         * doc/: help.etx (1.20), nedit.doc (1.20), nedit.html (1.14):
4451         Update incorrect X resources (nedit*text.foo) and upgrade version.
4453 2002-08-09 13:11  tringali
4455         * source/window.c (1.60): Convert // style comment to /* */, so it
4456         compiles again. NEdit is C89, not C++ or C99!
4458 2002-08-08 21:00  n8gray
4460         * doc/help.etx (1.19), doc/nedit.doc (1.19), doc/nedit.html (1.13),
4461         source/help_data.h (1.17), source/help_topic.h (1.13),
4462         source/nedit.h (1.27), source/window.c (1.59): Fixing the
4463         "ever-growing stats line" bug seen under lesstif.  Also, the stats
4464         area code is generally much nicer now, IMHO.
4466 2002-08-02 08:36  n8gray
4468         * doc/help.etx (1.18), doc/nedit.doc (1.18), doc/nedit.html (1.12),
4469         source/help_data.h (1.16), source/help_topic.h (1.12), source/nc.c
4470         (1.26): nc.autoStart now defaults to True.  I've had to explain
4471         that warning message one too many times...
4472         
4473         If anybody finds this offensive, it's easy to revert.  ;^)
4475 2002-08-01 00:53  n8gray
4477         * doc/help.etx (1.17), doc/nedit.doc (1.17), doc/nedit.html (1.11),
4478         source/help_data.h (1.15), source/help_topic.h (1.11),
4479         source/macro.c (1.47): Added optional "copy" argument to
4480         replace_in_string to make it return a copy of the input string if
4481         no replacements were done.
4483 2002-07-31 23:34  slobasso
4485         * source/interpret.c (1.26): made comment more clear
4487 2002-07-31 20:08  edg
4489         * source/highlight.c (1.33): Fix for yesterday's "fix" (which
4490         wasn't entirely waterproof).
4492 2002-07-30 13:54  edg
4494         * source/highlight.c (1.32): Fix for pattern related crash reported
4495         by Joor: I've overlooked a special case in the recent speed
4496         improvements.
4498 2002-07-29 08:05  n8gray
4500         * doc/help.etx (1.16), doc/nedit.doc (1.16), doc/nedit.html (1.10),
4501         source/help_data.h (1.14), source/help_topic.h (1.10): Minor change
4502         to the documentation for nedit.typingHidesPointer X resource.  By
4503         the way, the X resources section of the documentation doesn't seem
4504         to be in any order whatsoever.  Maybe it should be sorted or
4505         grouped into functional groups.
4507 2002-07-29 03:51  n8gray
4509         * source/macro.c (1.46): Applying TK's autoflushing t_print patch
4510         (SF #552760).  I'm not adding a call to isatty, but if anybody
4511         cares enough about the issue they're welcome to do it.  I just want
4512         to make sure the patch isn't forgotten.
4514 2002-07-28 19:25  edg
4516         * source/preferences.c (1.62): Introduced alpha preference file
4517         version numbering (5.4a1, 5.4a2, ...) for development versions.
4519 2002-07-27 08:55  yooden
4521         * source/: highlightData.c (1.33), macro.c (1.45), preferences.c
4522         (1.61), preferences.h (1.24), smartIndent.c (1.17), userCmds.c
4523         (1.27): Removed obsolete function CopyAllocatedString()
4525 2002-07-26 22:19  n8gray
4527         * source/window.c (1.58): Fixed flickering under-shadow on stats
4528         line.  (Thanks to TK Soh for the fix.) Also fixed horrible
4529         tab-space mixing.
4531 2002-07-26 21:39  n8gray
4533         * ChangeLog (1.26), doc/help.etx (1.15), doc/nedit.doc (1.15),
4534         doc/nedit.html (1.9), source/file.c (1.47), source/help_data.h
4535         (1.13), source/help_topic.h (1.9), source/macro.c (1.44),
4536         source/menu.c (1.63), source/nedit.c (1.34), source/nedit.h (1.26),
4537         source/preferences.c (1.60), source/tags.c (1.42), source/tags.h
4538         (1.12), source/text.c (1.30), source/textDisp.c (1.26),
4539         source/textDisp.h (1.12), source/window.c (1.57): This is the big
4540         one.  NEdit is now calltips-enabled!  :-)
4542 2002-07-20 23:18  yooden
4544         * util/fileUtils.c (1.26): Cover different return value of
4545         readlink() for Lynx.
4547 2002-07-20 23:15  yooden
4549         * makefiles/Makefile.lynx (1.4): Avoid annoying warnings about
4550         include files.
4552 2002-07-20 09:37  amai
4554         * util/utils.c (1.17): Fix order of #includes
4556 2002-07-17 20:42  slobasso
4558         * source/menu.c (1.62): Lesstif was causing problems with
4559         accelerators kicking off actions on KeyRelease events rather than
4560         KeyPress events. This should fix key accelerated Mark and Goto Mark
4561         commands.
4563 2002-07-17 15:14  edg
4565         * source/: highlight.c (1.31), highlightData.c (1.32), regularExp.c
4566         (1.18), regularExp.h (1.10): Speed improvements in syntax
4567         highlighting and regex engines.
4569 2002-07-16 11:39  edg
4571         * source/window.c (1.56): Inserted a cast to suppress a warning
4572         with certain compilers.
4574 2002-07-15 14:11  edg
4576         * source/: help.c (1.81), macro.c (1.43), preferences.c (1.59),
4577         regularExp.c (1.17), regularExp.h (1.9), search.c (1.48), search.h
4578         (1.17), tags.c (1.41): Lookbehind regex fix: adding missing
4579         backward search extent information.
4581 2002-07-12 11:44  edg
4583         * source/window.c (1.55), util/misc.c (1.41): Presumed fix for SF
4584         #550870: Nedit quietly exits unexpectedly.  Missing X atoms were
4585         not created, but always used.
4587 2002-07-11 21:18  slobasso
4589         * source/file.c (1.46), source/file.h (1.10), source/help.c (1.80),
4590         source/help.h (1.10), source/highlight.c (1.30), util/DialogF.h
4591         (1.7), util/clearcase.h (1.3), util/fileUtils.h (1.9),
4592         util/fontsel.h (1.7), util/getfiles.h (1.5), util/managedList.h
4593         (1.5), util/misc.h (1.13), util/prefFile.h (1.6), util/printUtils.h
4594         (1.7), util/system.h (1.11), util/utils.c (1.16), util/utils.h
4595         (1.9), util/vmsParam.h (1.4), util/vmsUtils.h (1.5),
4596         source/highlight.h (1.6), source/highlightData.c (1.31),
4597         source/highlightData.h (1.8), source/interpret.c (1.25),
4598         source/interpret.h (1.8), source/macro.c (1.42), source/macro.h
4599         (1.4), source/menu.c (1.61), source/menu.h (1.7), source/nc.c
4600         (1.25), source/nedit.c (1.33), source/nedit.h (1.25),
4601         source/parse.h (1.5), source/parse.y (1.19), source/parse_noyacc.c
4602         (1.3), source/preferences.c (1.58), source/preferences.h (1.23),
4603         source/rbTree.c (1.7), source/rbTree.h (1.3), source/regexConvert.c
4604         (1.8), source/regexConvert.h (1.4), source/regularExp.c (1.16),
4605         source/regularExp.h (1.8), source/search.c (1.47), source/search.h
4606         (1.16), source/selection.c (1.21), source/selection.h (1.5),
4607         source/server.c (1.17), source/server.h (1.4), source/shell.c
4608         (1.23), source/shell.h (1.5), source/shift.c (1.13), source/shift.h
4609         (1.4), source/smartIndent.c (1.16), source/smartIndent.h (1.5),
4610         source/tags.c (1.40), source/tags.h (1.11), source/text.c (1.29),
4611         source/text.h (1.8), source/textBuf.c (1.21), source/textBuf.h
4612         (1.9), source/textDisp.c (1.25), source/textDisp.h (1.11),
4613         source/textDrag.c (1.8), source/textDrag.h (1.3), source/textP.h
4614         (1.4), source/textSel.c (1.10), source/textSel.h (1.3),
4615         source/undo.c (1.11), source/undo.h (1.5), source/userCmds.c
4616         (1.26), source/userCmds.h (1.5), source/window.c (1.54),
4617         source/window.h (1.9), source/windowTitle.c (1.8),
4618         source/windowTitle.h (1.2): more header file cleanup
4620 2002-07-09 14:15  edg
4622         * doc/help.etx (1.14), doc/nedit.doc (1.14), doc/nedit.html (1.8),
4623         source/help_data.h (1.12), source/help_topic.h (1.8),
4624         source/highlight.c (1.29), source/preferences.c (1.57),
4625         source/regularExp.c (1.15), source/regularExp.h (1.7),
4626         source/search.c (1.46): Committed SF patch #530308: look-behind
4627         regular expression matching.
4629 2002-07-05 22:28  uid71894
4631         * doc/help.etx (1.13), source/macro.c (1.41), source/menu.c (1.60),
4632         source/preferences.c (1.56), util/prefFile.c (1.17), util/utils.c
4633         (1.15), util/utils.h (1.8): Moves NEdit's config files in ~/.nedit/
4634         or $NEDIT_HOME.
4636 2002-06-29 13:56  yooden
4638         * source/preferences.c (1.55): Added some comment macros for
4639         default language modes.
4641 2002-06-26 23:39  slobasso
4643         * util/: DialogF.c (1.24), DialogF.h (1.6), clearcase.c (1.4),
4644         clearcase.h (1.2), fileUtils.c (1.25), fileUtils.h (1.8), fontsel.c
4645         (1.18), fontsel.h (1.6), getfiles.c (1.21), getfiles.h (1.4),
4646         managedList.c (1.10), managedList.h (1.4), misc.c (1.40), misc.h
4647         (1.12), prefFile.c (1.16), prefFile.h (1.5), printUtils.c (1.19),
4648         printUtils.h (1.6), system.h (1.10), utils.c (1.14), utils.h (1.7),
4649         vmsParam.h (1.3), vmsUtils.h (1.4): make .h files include their
4650         requirements and move local .h files to top of include list.
4652 2002-06-26 23:37  slobasso
4654         * source/: shell.c (1.22), textDisp.c (1.24): warnings cleanup
4656 2002-06-20 21:32  slobasso
4658         * source/: text.c (1.28), text.h (1.7), textDisp.c (1.23),
4659         textDisp.h (1.10): Added code to handle graphics expose events that
4660         can result from calls to XCopyArea(). Also added code to look for
4661         these events since they can get backlogged in some circumstances.
4662         Removed hack to determine if we were obscured, since this should no
4663         longer be needed.
4665 2002-06-10 16:56  slobasso
4667         * source/tags.c (1.39): fixed merge conflict.
4669 2002-06-08 13:56  tringali
4671         * ChangeLog (1.25), Makefile (1.7), README (1.29), ReleaseNotes
4672         (1.16), doc/help.etx (1.12), doc/nedit.doc (1.13), doc/nedit.html
4673         (1.7), makefiles/Makefile.macosx (1.2), makefiles/Makefile.os2
4674         (1.12), source/Makefile.dependencies (1.17), source/comnedit.com
4675         (1.8), source/file.c (1.45), source/help.c (1.79), source/help.h
4676         (1.9), source/help_data.h (1.11), source/help_topic.h (1.7),
4677         source/highlight.c (1.28), source/highlightData.c (1.30),
4678         source/highlightData.h (1.7), source/lnknedit.com (1.6),
4679         source/nc.c (1.24), source/nedit.c (1.32), source/preferences.c
4680         (1.54), source/preferences.h (1.22), source/server.c (1.16),
4681         source/shell.c (1.21), source/tags.c (1.38), source/window.c
4682         (1.53), source/windowTitle.c (1.7), util/DialogF.c (1.23),
4683         util/comutil.com (1.4), util/fileUtils.c (1.24), util/fontsel.c
4684         (1.17), util/misc.c (1.39), util/prefFile.c (1.15),
4685         util/printUtils.c (1.18), util/utils.c (1.13), util/utils.h (1.6):
4686         Merge 5.3 release branch fixes back to mainline development.
4688 2002-06-01 15:18  tringali
4690         * Makefile (tags: REL-5-3) (BETA-5-3.3): Final changes for 5.3
4692 2002-06-01 13:44  tringali
4694         * doc/nedit.doc, doc/nedit.html, source/help_data.h
4695         (BETA-5-3.[4,4,4]) (utags: REL-5-3): Update version to 5.3 for
4696         final release.
4698 2002-05-16 07:53  edg
4700         * source/preferences.c (tags: REL-5-3) (BETA-5-3.5): Fix for SF
4701         #555364: 5.3RC1 preferences update not complete (provided by Markus
4702         Schwarzenberg).
4704 2002-05-08 16:19  slobasso
4706         * source/menu.c (1.59): Removed many calls to
4707         HidePointerOnKeyedEvent() that shouldn't have been put there.
4709 2002-05-08 15:30  slobasso
4711         * source/menu.c (1.58): verify we have an event before checking the
4712         type
4714 2002-05-07 01:13  n8gray
4716         * source/preferences.c (1.53): nedit.typingHidesPointer resource is
4717         no longer saved in .nedit file, just like other optional X
4718         resources.  (e.g. nedit.shell, nedit.tagFile, etc.)
4720 2002-05-06 15:52  slobasso
4722         * source/menu.c (1.57): Removed a call to HidePointerOnKeyedEvent
4723         in unloadTagsFileMenuCB that caused a crash.
4725 2002-05-03 13:36  amai
4727         * ChangeLog (tags: REL-5-3) (BETA-5-3.2): Update
4729 2002-05-02 00:01  slobasso
4731         * source/shell.c (BETA-5-3.3): Added code to allow substituted
4732         command strings to be arbitrarily long.
4734 2002-05-01 06:36  n8gray
4736         * source/: nedit.h (1.24), window.c (1.52): Committed separate
4737         line/col patch.
4738         
4739         Commit Haiku:     Line and Col on Right     Not Customizable Yet   
4740          Hope There Are No Bugs
4742 2002-04-29 17:16  slobasso
4744         * doc/.cvsignore (1.2): added .version
4746 2002-04-29 08:39  edg
4748         * util/comutil.com (BETA-5-3.1): VMS "makefile" enhancements (Jack
4749         Patteeuw).
4751 2002-04-29 00:35  amai
4753         * .cvsignore (1.1), doc/.cvsignore (1.1), source/.cvsignore (1.3),
4754         util/.cvsignore (1.1): Add/enhance .cvsignore .cvsignore files
4756 2002-04-29 00:28  amai
4758         * source/window.c (1.51): Drop an unused #include
4760 2002-04-26 16:10  slobasso
4762         * source/tags.c (1.37): Removed unused variables and double free.
4764 2002-04-26 16:06  slobasso
4766         * source/tags.c (1.36): Cleanup FindDefinition and how globals are
4767         used. Changes were actually in previous revision, but I
4768         accidentally committed without comment.
4770 2002-04-26 16:04  slobasso
4772         * source/tags.c (1.35): [no log message]
4774 2002-04-24 20:40  edg
4776         * source/: comnedit.com, lnknedit.com (BETA-5-3.[1,1]): VMS
4777         compilation and linking fixes (Jack Patteeuw).
4779 2002-04-23 19:52  edg
4781         * source/nc.c, source/preferences.c, source/window.c,
4782         source/windowTitle.c, util/fileUtils.c (BETA-5-3.[2,4,4,9,1]):
4783         Various VMS compilation & linking fixes. 5.3 now compiles and runs
4784         at least on Alpha OpenVMS V7.2-1 (confirmed by Jack Patteeuw, who
4785         also reported the problems).
4787 2002-04-22 16:37  slobasso
4789         * source/text.c (1.27): fix compiler warning.
4791 2002-04-22 15:24  amai
4793         * ChangeLog (1.24): Update
4795 2002-04-22 15:22  amai
4797         * makefiles/Makefile.macosx (BETA-5-3.2): Fix line endings from
4798         "\\" to "\".  Correct linking order in alternative set of flags
4799         using XFree86 with LessTif
4801 2002-04-19 21:40  slobasso
4803         * doc/help.etx (1.11): Added new feature to hide mouse pointer
4804         while typing.
4806 2002-04-19 16:22  slobasso
4808         * source/: help_data.h (1.10), menu.c (1.56), menu.h (1.6),
4809         preferences.c (1.52), preferences.h (1.21), text.c (1.26), text.h
4810         (1.6), textDisp.c (1.22), textDisp.h (1.9): Added new feature to
4811         hide mouse pointer while typing.
4813 2002-04-16 17:29  edg
4815         * source/nc.c, source/server.c, source/windowTitle.c, util/utils.c,
4816         util/utils.h (BETA-5-3.[1,1,8,1,1]): Renamed GetHostName() to
4817         GetNameOfHost() to avoid linking problems on VMS (the VMS linker is
4818         case-insensitive; GetHostName() conflicts with standard
4819         gethostname()).
4821 2002-04-15 10:46  edg
4823         * source/: file.c, preferences.c, preferences.h (BETA-5-3.[1,3,1]):
4824         Fix for linking problem on VMS: function
4825         GetPrefAlwaysCheckRelativeTagsSpecs had more than 31 characters.
4826         Replaced it by GetPrefAlwaysCheckRelTagsSpecs.
4828 2002-04-13 20:24  edg
4830         * source/window.c (BETA-5-3.3): Minor fix: MakeSelectionVisible()
4831         did not take into account line numbers.  (SF #543178: Line numbers
4832         hide CTRL-M matches).
4834 2002-04-12 18:12  edg
4836         * doc/help.etx, doc/nedit.doc, doc/nedit.html, source/help_data.h
4837         (BETA-5-3.[1,3,3,3]): Documentation fixes (X-resource section).
4839 2002-04-12 18:09  edg
4841         * source/help.c (BETA-5-3.7): Backed out previous change because
4842         affects default width of help windows.  Will consult developers
4843         first.
4845 2002-04-12 17:50  edg
4847         * source/help.c (BETA-5-3.6): Small fix: nedit.helpFont was ignored
4848         when determining initial size of help windows (instead, the value
4849         of the now obsolete nedit*helpText.font resource was used
4850         implicitly).
4852 2002-04-10 09:41  edg
4854         * source/highlight.c (BETA-5-3.4): Crash fix for syntax
4855         highlighting pattern sets containing only pass-2 patterns.
4857 2002-03-28 14:21  edg
4859         * util/printUtils.c (tags: BETA-5-3-RC1) (BETA-5-3.1): Applied
4860         patch submitted with SF bug #536168: printing to KDE print
4861         framework.
4863 2002-03-26 22:32  amai
4865         * makefiles/Makefile.macosx (tags: BETA-5-3-RC1) (BETA-5-3.1): Add
4866         sample linker command using LessTif as posted on discuss@
4868 2002-03-26 13:43  edg
4870         * util/fontsel.c (tags: BETA-5-3-RC1) (BETA-5-3.1): Prevent
4871         possible crash when the Font dialog is destroyed while a modal Font
4872         Selection dialog is up.
4874 2002-03-25 10:02  edg
4876         * source/highlight.c (tags: BETA-5-3-RC1) (BETA-5-3.3): Prevent
4877         buffer overflow in DialogF when reporting a RE compilation error
4878         for a very large RE.
4880 2002-03-23 17:04  edg
4882         * source/shell.c (tags: BETA-5-3-RC1) (BETA-5-3.2): The line
4883         counting algorithm for shell command output dialog is still not
4884         fullproof (it would require emulating word wrapping). Now a
4885         scrollbar is created when there is a risk of underestimating the
4886         number of lines, to make sure that no line ever gets obscured.
4888 2002-03-22 15:54  edg
4890         * source/shell.c (BETA-5-3.1): Fix for shell command output dialog
4891         obscuring final lines under certain conditions (reported at discuss
4892         list).
4894 2002-03-21 08:41  edg
4896         * source/: window.c, tags.c (BETA-5-3.[2,2]) (utags: BETA-5-3-RC1):
4897         Got rid of strdup() call (+related comment in disabled code in
4898         tags.c).
4900 2002-03-21 00:19  amai
4902         * source/highlightData.c (tags: BETA-5-3-RC1) (BETA-5-3.4): SF
4903         Patch [ 531549 ] TCL highlight patterns updated.
4905 2002-03-21 00:15  amai
4907         * makefiles/Makefile.os2 (tags: BETA-5-3-RC1) (BETA-5-3.2): Correct
4908         linker flags for omf/debuggable build
4910 2002-03-20 18:30  edg
4912         * source/highlightData.c (BETA-5-3.3): Double bug fix in X
4913         Resources pattern: context distance violation and missing escapes
4914         and continuation highlights.
4916 2002-03-19 21:39  edg
4918         * source/help.c (tags: BETA-5-3-RC1) (BETA-5-3.5): Replaced
4919         (non-ANSI) snprintf() call by equivalent code.
4921 2002-03-19 18:29  edg
4923         * source/windowTitle.c (tags: BETA-5-3-RC1) (BETA-5-3.7): The
4924         background color copying code for the preview didn't work with all
4925         Motif versions (it even crashed). Now copied the color from the
4926         form iso. a label.  This should work also for Motif 1.2.
4928 2002-03-19 17:42  edg
4930         * Makefile (tags: BETA-5-3-RC1) (BETA-5-3.2): Include nedit.html in
4931         binary distributions.
4933 2002-03-19 17:39  edg
4935         * ChangeLog, doc/nedit.doc, doc/nedit.html, source/help_data.h,
4936         source/help_topic.h (BETA-5-3.[1,2,2,2,2]) (utags: BETA-5-3-RC1):
4937         Final update for 5.3RC1 (hopefully).
4939 2002-03-19 08:51  edg
4941         * source/windowTitle.c (BETA-5-3.6): Changed the preview field's
4942         background color to make it clear that it is read-only.
4944 2002-03-18 23:41  edg
4946         * source/highlight.c (BETA-5-3.2): Fix for SF #531577: Balance
4947         fails before text viewed.  Unparsed parens are parsed with pass-2
4948         patterns when necessary.
4950 2002-03-18 23:15  edg
4952         * source/: help.c, nedit.c (tags: BETA-5-3-RC1) (BETA-5-3.[4,2]):
4953         Committed Markus' latest enhancements (focus related).
4955 2002-03-17 11:21  yooden
4957         * source/windowTitle.c, util/prefFile.c (tags: BETA-5-3-RC1)
4958         (BETA-5-3.[5,1]): Makes the cursor in the Window Title Dialog's
4959         preview field invisible.
4961 2002-03-16 20:40  edg
4963         * source/window.c (BETA-5-3.1): Changed 2 free() calls into XFree
4964         calls().
4966 2002-03-15 14:36  amai
4968         * source/: Makefile.dependencies (tags: BETA-5-3-RC1) (BETA-5-3.1),
4969         Makefile.dependencies (1.16): Update
4971 2002-03-15 08:51  edg
4973         * source/: help.c, help.h (tags: BETA-5-3-RC1), nedit.c
4974         (BETA-5-3.[3,1,1]): Applied patch 526967: single window help with
4975         history (with a minor modification in the mnemonics: P for Previous
4976         iso. Print).
4978 2002-03-14 17:41  amai
4980         * source/textDisp.c (1.21), source/textDrag.c (1.7),
4981         source/textSel.c (1.9), source/undo.c (1.10), source/userCmds.c
4982         (1.25), source/window.c (1.50), source/windowTitle.c (1.6),
4983         util/DialogF.c (1.22), util/clearcase.c (1.3), util/fileUtils.c
4984         (1.23), util/fontsel.c (1.16), util/getfiles.c (1.20),
4985         util/managedList.c (1.9), util/misc.c (1.38), util/prefFile.c
4986         (1.14), util/printUtils.c (1.17), util/utils.c (1.12): Attempt to
4987         complete last commit (add trailing optional #include)
4989 2002-03-14 17:18  amai
4991         * source/: rbTree.c (1.6), regexConvert.c (1.7), regularExp.c
4992         (1.14), search.c (1.45), selection.c (1.20), server.c (1.15),
4993         shell.c (1.20), shift.c (1.12), smartIndent.c (1.15), tags.c
4994         (1.34), text.c (1.25), textBuf.c (1.20): Add an optional #include
4995         at the end of all #includes in each .c source file. Document that
4996         stuff in Makefile.generic
4998 2002-03-14 17:15  amai
5000         * makefiles/Makefile.generic (1.8), source/file.c (1.44),
5001         source/help.c (1.78), source/highlight.c (1.27),
5002         source/highlightData.c (1.29), source/interpret.c (1.24),
5003         source/linkdate.c (1.3), source/macro.c (1.40), source/menu.c
5004         (1.55), source/nc.c (1.23), source/nedit.c (1.31),
5005         source/preferences.c (1.51): Add an optional #include at the end of
5006         all #includes in each .c source file. Document that stuff in
5007         Makefile.generic
5009 2002-03-14 15:33  edg
5011         * source/windowTitle.c (BETA-5-3.4): Removed some toggle button
5012         margin height overrides that caused the mnemonic underscores to
5013         disappear with certain Motif versions.
5015 2002-03-14 01:25  amai
5017         * source/file.c (1.43), source/help.c (1.77), source/highlight.c
5018         (1.26), source/highlightData.c (1.28), source/interpret.c (1.23),
5019         source/linkdate.c (1.2), source/macro.c (1.39), source/menu.c
5020         (1.54), source/nc.c (1.22), source/preferences.c (1.50),
5021         source/rbTree.c (1.5), source/regexConvert.c (1.6),
5022         source/regularExp.c (1.13), source/search.c (1.44),
5023         source/selection.c (1.19), source/server.c (1.14), source/shell.c
5024         (1.19), source/shift.c (1.11), source/smartIndent.c (1.14),
5025         source/tags.c (1.33), source/text.c (1.24), source/textBuf.c
5026         (1.19), source/textDisp.c (1.20), source/textDrag.c (1.6),
5027         source/textSel.c (1.8), source/undo.c (1.9), source/userCmds.c
5028         (1.24), source/window.c (1.49), source/windowTitle.c (1.5),
5029         util/DialogF.c (1.21), util/clearcase.c (1.2), util/fileUtils.c
5030         (1.22), util/fontsel.c (1.15), util/getfiles.c (1.19),
5031         util/managedList.c (1.8), util/misc.c (1.37), util/prefFile.c
5032         (1.13), util/printUtils.c (1.16), util/utils.c (1.11): Optionally
5033         #include "../config.h" anywhere at first place in all(?) .c files
5035 2002-03-13 17:15  edg
5037         * source/help.c (BETA-5-3.2): Leak fix: style buffers were leaked
5038         when help windows were closed or dismissed.
5040 2002-03-13 13:19  edg
5042         * source/highlightData.c (BETA-5-3.2): Minor fix in Tcl patterns:
5043         newlines are allowed in double quoted strings.
5045 2002-03-13 12:05  edg
5047         * source/preferences.c, util/DialogF.c, util/misc.c
5048         (BETA-5-3.[2,1,1]) (utags: BETA-5-3-RC1): Various minor leak fixes.
5050 2002-03-13 12:04  edg
5052         * source/windowTitle.c (BETA-5-3.3): Made the preview field use a
5053         variable width font to avoid obscuring it too easily.
5055 2002-03-12 20:22  edg
5057         * source/preferences.c (BETA-5-3.1): Small leak fix in language
5058         mode detection.
5060 2002-03-12 20:20  edg
5062         * source/: highlight.c, highlightData.c, highlightData.h (tags:
5063         BETA-5-3-RC1) (BETA-5-3.[1,1,1]): Revised syntax-based paren
5064         matching algorithm: relaxes constraints on highlight patterns.
5065         Valid matches should no longer be missed.
5067 2002-03-12 16:59  edg
5069         * source/help.c (BETA-5-3.1): Leak fix: text was leaked when
5070         printed.
5072 2002-03-12 16:22  edg
5074         * source/windowTitle.c (BETA-5-3.2): Removed an XmStringFree() call
5075         that was left behind (and caused a crash).
5077 2002-03-12 16:16  amai
5079         * makefiles/Makefile.os2 (BETA-5-3.1): Reduce stack size of
5080         binaries.
5082 2002-03-12 14:52  edg
5084         * Makefile, README (tags: BETA-5-3-RC1), ReleaseNotes (tags:
5085         BETA-5-3-RC1), doc/nedit.doc, doc/nedit.html, source/help_data.h,
5086         source/help_topic.h (BETA-5-3.[1,2,2,1,1,1,1]): Set version to
5087         5.3RC1.
5089 2002-03-12 09:04  edg
5091         * ReleaseNotes, source/tags.c (BETA-5-3.[1,1]): Applied patch
5092         #520941: FindDefinition function incorrectly reads the X selection
5093         even when an argument has been provided for the find_definition()
5094         action routine.
5096 2002-03-12 00:46  amai
5098         * README (BETA-5-3.1): Small updates on LessTif info
5100 2002-03-11 23:09  tringali
5102         * source/windowTitle.c (BETA-5-3.1): Fix UI so dialog doesn't jump
5103         around.  Also prevent overflow bug in text field.
5105 2002-03-11 22:41  amai
5107         * source/windowTitle.c (1.4): Fix compiler warning
5109 2002-03-11 22:40  amai
5111         * README (1.28): Small updates on LessTif info
5113 2002-03-11 22:18  edg
5115         * doc/nedit.doc (1.12), doc/nedit.html (1.6), source/help_data.h
5116         (1.9), source/help_topic.h (1.6), README (1.27), ReleaseNotes
5117         (1.15): Last update before 5.3 branch.
5119 2002-03-11 22:05  edg
5121         * doc/help.etx (1.10, BETA-5-3-RC1), source/highlight.c (1.25),
5122         source/highlight.h (1.5, BETA-5-3-RC1), source/menu.c (1.53,
5123         BETA-5-3-RC1), source/nedit.h (1.23, BETA-5-3-RC1),
5124         source/preferences.c (1.49), source/preferences.h (1.20,
5125         BETA-5-3-RC1), source/search.c (1.43, BETA-5-3-RC1),
5126         source/window.c (1.48): Applied SF patch #513976: Syntax-based
5127         parenthesis matching.
5129 2002-03-11 18:17  edg
5131         * ChangeLog (1.23), README (1.26), ReleaseNotes (1.14): Update for
5132         5.3.
5134 2002-03-08 10:40  edg
5136         * source/window.c (1.47): Fix for #527319: segfault in
5137         virtKeyBindingsAreInvalid().
5139 2002-03-08 08:43  edg
5141         * source/tags.c (1.32): Fix for #527222: malloc bugs in tags.c
5142         (Nathan Gray).
5144 2002-03-07 20:49  edg
5146         * doc/nedit.doc (1.11), doc/nedit.html (1.5), source/help_data.h
5147         (1.8), source/help_topic.h (1.5): Regenerated.
5149 2002-03-07 20:36  edg
5151         * doc/help.etx (1.9), source/windowTitle.c (1.3): Applied patch
5152         #519092: Customizable window title UI redesign
5154 2002-03-07 17:40  edg
5156         * source/menu.c (1.52): Removed some (unnecessary) statements that
5157         could cause the X server to freeze when the background menu was
5158         popped up while any of the lock keys were on.
5160 2002-03-07 16:42  tringali
5162         * makefiles/Makefile.linux (1.8, BETA-5-3-RC1): Add -lXp.
5164 2002-03-06 22:04  edg
5166         * doc/help.etx (1.8), source/nedit.h (1.22), source/preferences.c
5167         (1.48), source/preferences.h (1.19), source/window.c (1.46): Added
5168         patch #525903: Workaround for invalid virtual key bindings attached
5169         to the root window: invalid bindings are detected and ignored
5170         (behavior can be controlled with a new X-resource).
5172 2002-03-06 14:42  tringali
5174         * makefiles/Makefile.linux (1.7): Force Motif to be pulled in
5175         statically by default.  Linux users tend to upgrade frequently or
5176         move binaries across systems, causing library version skew.
5178 2002-03-04 20:10  amai
5180         * source/tags.c (1.31): Remove unused statements/code lines as
5181         pointed out on develop@
5183 2002-03-02 17:02  yooden
5185         * doc/help.etx (1.7), source/file.c (1.42, BETA-5-3-RC1),
5186         source/menu.c (1.51), source/nedit.h (1.21), source/preferences.c
5187         (1.47), source/preferences.h (1.18): Makes the line feed NEdit
5188         appends on save optional. (SF Bug #495009)
5190 2002-03-01 22:44  slobasso
5192         * source/interpret.c (1.22, BETA-5-3-RC1): properly round pow()
5193         results
5195 2002-03-01 17:13  amai
5197         * ChangeLog (1.22), README (1.25): Update timestamp and ChangeLog
5199 2002-03-01 17:12  amai
5201         * util/fileUtils.c (1.21, BETA-5-3-RC1): Add a UNICOS-specific call
5202         to readlink()
5204 2002-03-01 17:04  amai
5206         * util/fontsel.c (1.14): Replace rint(x) by floor(x+0.5)
5208 2002-03-01 16:04  amai
5210         * makefiles/Makefile.unicos (1.5, BETA-5-3-RC1): Patch from Paolo
5211         Palazzi to compile on UNICOS 10.0.1.0
5213 2002-02-27 14:44  edg
5215         * source/window.c (1.45): Setfont: fixed a bug with the window
5216         getting the wrong width when changing the font size under fvwm (or
5217         any other ICCCM2 compliant window manager). Fix provided by Dominik
5218         Vogt of fvwm.
5220 2002-02-27 11:26  edg
5222         * source/text.c (1.23, BETA-5-3-RC1): Replaced the "None" modifiers
5223         by "~Alt ~Shift ~Ctrl ~Meta", because "None" also excludes lock
5224         keys and prevents PageUp/PageDown from responding when, for
5225         instance, the NumLock key is on (so I didn't mix up my binaries
5226         after all :-).
5228 2002-02-25 17:28  edg
5230         * source/text.c (1.22): Reverted the last change. I've probably
5231         mixed up my NEdit binaries.
5233 2002-02-25 14:29  edg
5235         * source/text.c (1.21): Removed the recently introduced None
5236         modifiers in default key bindings.  They don't seem to be
5237         recognized by all Motif versions, causing the PageUp/PageDown keys
5238         to stop working.
5240 2002-02-25 10:32  edg
5242         * source/textDisp.c (1.19, BETA-5-3-RC1): Fix for SF #522263:
5243         segfault fix (Nathaniel Gray).
5245 2002-02-24 21:16  edg
5247         * source/: textBuf.c (1.18), textBuf.h (1.8) (utags: BETA-5-3-RC1):
5248         Fix for #522038: Internal error when splitting window.  Allowed
5249         more than one pre-delete callback per window (I originally thought
5250         that only one was necessary).
5252 2002-02-23 20:01  edg
5254         * source/window.c (1.44): Avoid temporarily invalid WM size hints.
5255         They seem to amplify the effects of a bug in fvwm2 (SF #496526:
5256         Very wide nedit window with fvwm).
5258 2002-02-21 18:53  tringali
5260         * source/text.c (1.20): Fix broken PageUp and PageDown keys on
5261         systems that bind osfPageLeft to Ctrl-PageUp.
5263 2002-02-20 13:03  amai
5265         * source/help.c (1.76): Make getBuildInfo() to return a static
5266         string.
5268 2002-02-16 14:39  edg
5270         * source/help_data.h (1.7): Regenerated with fixed setext (fixes
5271         some style problems).
5273 2002-02-16 14:37  edg
5275         * doc/setext (1.7, BETA-5-3-RC1): Style transition fixes by Steven
5276         Haehn.
5278 2002-02-15 09:41  edg
5280         * doc/nedit.html (1.4), source/help_data.h (1.6),
5281         source/help_topic.h (1.4): Regenerated with fixed setext.
5283 2002-02-15 09:37  edg
5285         * doc/setext (1.6): Applied bug fixes in help and html generation
5286         (provided by Steven Haehn).
5288 2002-02-14 21:08  edg
5290         * source/preferences.c (1.46): Bumped .nedit file version to 5.3.
5292 2002-02-14 21:04  edg
5294         * README (1.24): Synchronized author list with help.etx.
5296 2002-02-14 20:24  amai
5298         * README (1.23), ReleaseNotes (1.13): Re-arrange some text
5300 2002-02-14 14:28  tringali
5302         * source/preferences.c (1.45): Oops, helvetica fonts aren't italic,
5303         they're oblique.
5305 2002-02-13 23:10  edg
5307         * README (1.22), ReleaseNotes (1.12): Preparation of 5.3 release.
5309 2002-02-13 23:07  edg
5311         * source/nc.c (1.21, BETA-5-3-RC1): Preparation of 5.3 release.
5313 2002-02-13 20:47  tringali
5315         * source/preferences.c (1.44): Change help fonts to be like the
5316         defaults we have in nedit.c to reduce the likelihood of them being
5317         missing or defective.
5319 2002-02-13 20:00  tringali
5321         * util/misc.c (1.36): Fix for [ #478234 ] nedit crash with Xwindows
5322         on 2nd screen
5324 2002-02-13 18:03  edg
5326         * ChangeLog (1.21): Update.
5328 2002-02-13 14:14  edg
5330         * source/textDisp.c (1.18): Fix for SF bug #516920: line numbering
5331         in continuous wrap mode.
5333 2002-02-13 12:30  edg
5335         * doc/nedit.doc (1.10), doc/nedit.html (1.3), source/help_data.h
5336         (1.5), source/help_topic.h (1.3): Regenerated documentation.
5338 2002-02-13 12:27  edg
5340         * doc/setext-info.txt (1.1, BETA-5-3-RC1): Added setext format
5341         documentation provided by Steven Haehn.
5343 2002-02-13 12:12  edg
5345         * doc/help.etx (1.6): Minor fixes.
5347 2002-02-11 21:23  arnef
5349         * source/windowTitle.c (1.2): Fixed reason for crash when window is
5350         destroyed.  Removing leading dashes and spaces Checking for array
5351         out of bounds when creating title.
5353 2002-02-11 10:45  edg
5355         * source/highlightData.c (1.27): Upgraded X Resources highlight
5356         patterns to improve highlighting performance.  SF bug #481290;
5357         patterns provided by Markus Schwarzenberg.
5359 2002-02-08 23:26  tringali
5361         * source/nedit.c (1.30): Yet another attempted fix for 434383:
5362         menus showing up as blocks.
5364 2002-02-07 10:23  edg
5366         * doc/help.etx (1.5): Updates for SF bug #489601: misprint in
5367         help.c.
5369 2002-02-07 10:00  edg
5371         * doc/help.etx (1.4): Fix for SF bug #432203: Error in regex help
5372         for \l and \L.
5374 2002-02-07 09:28  edg
5376         * doc/setext (1.5): Comment on #! interpreter line is not allowed
5377         for every shell.
5379 2002-02-05 22:01  edg
5381         * source/highlight.c (1.24): Fix for SF bug #512961: NEdit LOCKS
5382         UP, and also for a similar bug reported at the discuss mailing list
5383         (Philippe Poilbarbe: Infinite Loop).  Yet another char/unsigned
5384         char mixup problem.
5386 2002-02-05 20:55  edg
5388         * source/regularExp.c (1.12, BETA-5-3-RC1): Fixed a char/unsigned
5389         char comparison problem that caused crashes when patterns contained
5390         characters with ASCII code >= 128.
5392 2002-02-05 18:16  edg
5394         * source/: textBuf.c (1.17), textDisp.c (1.17), textDisp.h (1.8,
5395         BETA-5-3-RC1), window.c (1.43): Bug fix for SF bug #510631: 5.2
5396         segmentation fault on Linux/i386.  Modifying tab distance in
5397         continous wrap mode brought the text display widget in an illegal
5398         state.
5400 2002-02-05 13:15  edg
5402         * source/highlight.c (1.23): Bugfix in color allocation (Thomas
5403         Schuetzkowski).
5405 2002-02-03 16:41  edg
5407         * source/: textBuf.c (1.16), textBuf.h (1.7), textDisp.c (1.16),
5408         textDisp.h (1.7): Patches for SF bug #485415: Continuous wrap
5409         updating bugs.  Continuous wrap mode combined with variable font
5410         sizes resulted in wrong text display calculations.
5412 2002-02-01 15:03  edg
5414         * source/textDisp.c (1.15): Patch for SF bug #510765: Help>Version
5415         scrollbar can get corrupted.  The text display widget used wrong
5416         style information for wrapping calculations when using variable
5417         width fonts.
5419 2002-01-28 10:43  amai
5421         * ChangeLog (1.20), source/help.c (1.75), source/nedit.c (1.29),
5422         source/server.c (1.13, BETA-5-3-RC1), source/tags.c (1.30),
5423         source/textDisp.c (1.14), source/textDrag.c (1.5, BETA-5-3-RC1),
5424         source/undo.c (1.8, BETA-5-3-RC1): Add some explicit #include
5425         <string.h>
5427 2002-01-23 16:54  tringali
5429         * source/help.c (1.74): Change parenthesis style to match the rest
5430         of nedit source code.
5432 2002-01-23 16:53  tringali
5434         * source/textSel.c (1.7, BETA-5-3-RC1): Accept COMPOUND_TEXT
5435         selection requests for compatability with recent versions of
5436         gnome-terminal.
5438 2002-01-17 01:34  amai
5440         * makefiles/Makefile.os2 (1.11): Some small fixes/enhancements
5442 2002-01-15 17:05  tringali
5444         * source/: menu.c (1.50), window.c (1.42): Lower case, Upper case,
5445         and Find Def do not require an NEdit selection.  LC/UC can operate
5446         on the cursor, and Find Def can use an external selection.
5448 2002-01-13 16:01  yooden
5450         * source/: menu.c (1.49), window.c (1.41): Removed four
5451         XtSetSensitive calls that prevent use of 'Open Selected' and 'Find
5452         Selection' on selections that are not NEdit's.
5454 2002-01-12 00:59  amai
5456         * makefiles/Makefile.os2 (1.10), source/nc.c (1.20): Makefile.os2:
5457         update/correct some linker options nc.c: I think I previously
5458         messed up the commandline for EMX&VMS case.  Perhaps not a good
5459         idea to mess around in code which I can't test...
5461 2002-01-11 18:21  amai
5463         * source/nc.c (1.19): Fix for server startup command line on OS/2:
5464         missing flag for START command and fix memory leak.
5466 2002-01-11 13:10  amai
5468         * doc/setext (1.4), source/help_data.h (1.4): Patch from Steven
5469         Haehn to add some static/const to setext output
5471 2002-01-10 12:49  amai
5473         * source/help.c (1.73): Make some funcs/vars static
5475 2002-01-08 16:06  amai
5477         * README (1.21): New timestamp ...  (a test whether the commit
5478         messages get a different subject now)
5480 2002-01-08 14:33  amai
5482         * ChangeLog (1.19), source/menu.c (1.48), source/nedit.h (1.20),
5483         source/window.c (1.40): Make more menu Items sensitive WRT an
5484         existing selection: Cut, Upper, Lower
5486 2002-01-07 10:15  amai
5488         * source/tags.c (1.29): Jump to tags only referenced by line
5489         number.  Fix by M. Schwarzenberg.
5491 2002-01-05 16:52  amai
5493         * source/search.c (1.42): Only set *again menu Items on the first
5494         search ever (not on each)
5496 2002-01-05 16:45  amai
5498         * source/: Makefile.dependencies (1.15), menu.c (1.47), nedit.h
5499         (1.19), search.c (1.41), search.h (1.15, BETA-5-3-RC1), window.c
5500         (1.39): Toggle Menu Item sensitivity, including those from SF Bug [
5501         #486072 ] Selection commands sensitivity incorrect
5503 2002-01-05 02:19  edel
5505         * source/: help_data.h (1.3), help_topic.h (1.2): Regenerated
5506         help_topic.h and help_data.h for change in help.ext
5508 2002-01-05 02:09  edel
5510         * makefiles/Makefile.solaris (1.7, BETA-5-3-RC1): Reverting to 1.5
5511         (I accidentally committed my private mods, sorry).
5513 2002-01-05 01:48  edel
5515         * doc/help.etx (1.3), doc/setext (1.3), makefiles/Makefile.solaris
5516         (1.6), source/help.c (1.72), source/preferences.c (1.43),
5517         source/preferences.h (1.17): Help updates from Steve.  Remove
5518         unused title font resources, add back some missing help text.
5520 2002-01-04 16:39  amai
5522         * ChangeLog (1.18), source/textDisp.c (1.13): Fix ("wrong")
5523         compiler (gcc) warning about two uninitialized variables
5525 2001-12-31 14:34  amai
5527         * source/nc.c (1.18): Fix a problem with calling nedit from nc on
5528         OS/2 which I introduced recently.  Enlarge Preferences.serverCmd
5529         array.
5531 2001-12-24 11:50  amai
5533         * source/macro.c (1.38, BETA-5-3-RC1): Fix by Gilles J. Seguin for
5534         SF Bug [ #480966 ] Composed characters in learned sequence
5536 2001-12-24 09:46  amai
5538         * source/file.c (1.41), source/highlight.c (1.22), source/menu.c
5539         (1.46), util/getfiles.c (1.18, BETA-5-3-RC1): Fix for SF Bug [
5540         #480960 ] No titles in some dialog boxes as sent to develop@ from
5541         T. Haude
5543 2001-12-24 09:26  amai
5545         * ChangeLog (1.17), source/parse_noyacc.c (1.2, BETA-5-3-RC1),
5546         source/window.c (1.38): Update ChangeLog, parse_noyacc.c. Typo in
5547         window.c
5549 2001-12-24 09:18  amai
5551         * source/: interpret.c (1.21), interpret.h (1.7, BETA-5-3-RC1),
5552         parse.y (1.18, BETA-5-3-RC1): Apply SF Patch [ #496413 ]
5553         preliminary patch for #495293 from A. Hood which in turn fixes SF
5554         Bug [ #495293 ] continue outside of loop causes segfault
5556 2001-12-20 15:38  amai
5558         * source/: comnedit.com (1.7, BETA-5-3-RC1), parse.c_noyacc (1.8),
5559         parse_noyacc.c (1.1): Rename our fallback version of the parse.c
5560         code to have a reasonable file extension. Update VMS command file
5561         accordingly
5563 2001-12-19 17:08  tringali
5565         * source/help.c (1.71): Fix incorrect array size that crashes on
5566         platforms where sizeof(char*) != sizeof(int)
5568 2001-12-19 14:51  tringali
5570         * source/: window.c (1.37), nedit.c (1.28): Back out frame around
5571         text patch; doesn't work well with LessTif
5573 2001-12-18 18:53  tringali
5575         * source/: nedit.c (1.27), window.c (1.36): Put frame around text
5576         widget, for consistent look with XmScrolledText Patch courtesy of
5577         C. Rasmussen (If you don't like it, disable it with
5578         *pane*XmFrame.shadowThickness: 0)
5580 2001-12-17 16:28  amai
5582         * source/selection.c (1.18, BETA-5-3-RC1): Fix compilation problem
5584 2001-12-16 04:31  ajhood
5586         * source/selection.c (1.17):  Modified Files:
5587                 selection.c
5588         replacing sprintf lost the path name when opening files
5590 2001-12-14 14:35  edel
5592         * source/help_topic.h (1.1): Separated auto-generated part of
5593         help.h into different file, help_topic.h.
5595 2001-12-14 05:14  edel
5597         * doc/: Makefile (1.2, BETA-5-3-RC1), help.etx (1.2), nedit.doc
5598         (1.9), nedit.html (1.2), setext (1.2): Rearranged styles to put
5599         fixed fonts first, for sizing help text widget.
5601 2001-12-14 05:12  edel
5603         * source/: Makefile.dependencies (1.14), help.c (1.70), help.h
5604         (1.8), help_data.h (1.2): Rearanged help fonts so window is sized
5605         to match fixed-width formatting.  Fixed underlined fonts not
5606         working.
5608 2001-12-13 15:44  amai
5610         * source/tags.c (1.28): Drop // comments from last check-in
5612 2001-12-13 13:31  amai
5614         * ChangeLog (1.16), source/help.h (1.7): Add prototype to help.h to
5615         fix build warning
5617 2001-12-13 13:27  amai
5619         * source/tags.c (1.27), source/tags.h (1.10, BETA-5-3-RC1),
5620         util/fileUtils.c (1.20), util/utils.c (1.10, BETA-5-3-RC1),
5621         util/utils.h (1.5, BETA-5-3-RC1): Apply SF Patch [ #491109 ]
5622         recognize etags TAGS files added from M. Schwarzenberg
5624 2001-12-13 13:14  amai
5626         * source/interpret.c (1.20), source/macro.c (1.37), source/menu.c
5627         (1.45), source/parse.y (1.17), source/preferences.c (1.42),
5628         source/search.c (1.40), source/selection.c (1.16), source/tags.c
5629         (1.26), source/userCmds.c (1.23, BETA-5-3-RC1), util/printUtils.c
5630         (1.15): Fix for SF Bug [ #491943 ] missing (unsigned char) casts
5631         from M. Schwarzenberg
5633 2001-12-12 17:07  edel
5635         * source/help.c (1.69): Fixed hyperlink after search crash, search
5636         memory leak, cleaned up code, added more comments.
5638 2001-12-10 05:11  edel
5640         * source/help_data.h (1.1): Help data generated from
5641         ../doc/help.etx
5643 2001-12-10 05:07  edel
5645         * doc/nedit.html (1.1): Copy of html documentation generated by new
5646         help system
5648 2001-12-10 05:03  edel
5650         * doc/: Makefile (1.1), help.etx (1.1), nedit.doc (1.8), setext
5651         (1.1): New help system!
5653 2001-12-10 04:57  edel
5655         * source/: Makefile.dependencies (1.13), help.c (1.68), help.h
5656         (1.6), highlight.c (1.21), highlight.h (1.4), menu.c (1.44),
5657         preferences.c (1.41), preferences.h (1.16), textDisp.c (1.12): New
5658         help system!
5660 2001-12-07 10:50  amai
5662         * source/file.c (1.40): Close file handle upon various error
5663         conditions to leave the routine w/o success. Also reject block
5664         devices in addition to directories.
5666 2001-12-05 10:16  amai
5668         * source/: nc.c (1.17), nedit.c (1.26): nc: don't use XtWarning
5669         when report invalid commanline argument.  nedit: react properly if
5670         file name on commandline is too long. Now starts up GUI.
5672 2001-12-04 18:03  amai
5674         * ChangeLog (1.15), source/server.c (1.12), util/getfiles.c (1.17):
5675         More checks for ParseFilename()'s return value
5677 2001-12-04 17:50  amai
5679         * source/file.c (1.39), source/menu.c (1.43), source/nc.c (1.16),
5680         source/nedit.c (1.25), source/selection.c (1.15), source/tags.c
5681         (1.25), util/DialogF.c (1.20), util/fileUtils.c (1.19):
5682         ParseFilename() often gets called w/o the caller to ensure that the
5683         arguments are proper.  Let it do some checks and have an useful
5684         return value.
5686 2001-12-04 11:14  amai
5688         * makefiles/Makefile.macosx (1.1): Add Makefile for MacOS X, as
5689         found on our website
5691 2001-12-03 22:21  amai
5693         * source/: help.c (1.67), nedit.c (1.24): Update source timestamp
5694         and add -V to commandline help
5696 2001-12-03 22:18  amai
5698         * source/nc.c (1.15): Resolve a mess of #ifdefs in handling
5699         commandline args.  Implement -V|-version for nc
5701 2001-12-03 16:46  tringali
5703         * source/: Makefile.common (1.10, BETA-5-3-RC1), help.c (1.66),
5704         linkdate.c (1.1, BETA-5-3-RC1): Make build date more accurate by
5705         updating on actual link, not when help.c was last compiled.
5707 2001-12-02 17:58  edg
5709         * source/: textBuf.c (1.15), textSel.c (1.6): Applied SF patch
5710         #487945: Fix for rectangular overstrike paste.
5712 2001-11-30 15:41  tringali
5714         * source/: nedit.c (1.23), window.c (1.35): [487153] Let user
5715         override font of statistics line
5717 2001-11-27 22:53  edg
5719         * source/search.c (1.39): Enhancement to the (multi-file)
5720         replacement dialog: all files are first checked for changes to set
5721         correct sensitivity for the multi-file button and to generate an
5722         up-to-date list of writable files in the multi-file dialog.
5724 2001-11-27 10:47  amai
5726         * source/: help.c (1.65), menu.c (1.42), shell.c (1.18): Patch from
5727         A. Riese SF Patch [ #434451 ] line numbers in shell commands
5729 2001-11-27 09:09  amai
5731         * source/file.c (1.38), source/menu.c (1.41), util/prefFile.c
5732         (1.12), util/utils.c (1.9), util/utils.h (1.4): Introduce
5733         PrependHome() to create all paths of type $HOME/file without
5734         overflow.  Fixes some leaks, other remain ...
5736 2001-11-26 21:40  amai
5738         * util/: fileUtils.c (1.18), utils.c (1.8): Quit if a "safe"
5739         getpw*() call fails. GetUserName() returns a safe, cached result
5741 2001-11-26 17:17  amai
5743         * ChangeLog (1.14), README (1.20), source/help.c (1.64),
5744         source/nc.c (1.14), source/nedit.c (1.22): Apply Patch from M.
5745         Schwarzenberg: SF Patch [ #485610 ] -- open filenames starting with
5746         a dash
5748 2001-11-26 14:54  amai
5750         * util/fileUtils.c (1.17): Try to fix a potential memory
5751         (security?!?) leak in ExpandTile()
5753 2001-11-26 14:17  amai
5755         * util/utils.c (1.7): Cache return value of GetHomeDir() and return
5756         a private reference.  Earlier we did return a string that could be
5757         invalided before it was used!?
5759 2001-11-25 23:03  edg
5761         * source/file.c (1.37): Crash fix: avoid closing windows twice when
5762         user destroys the window of a file that could not be opened instead
5763         of closing the error dialog.
5765 2001-11-25 22:05  edg
5767         * source/textBuf.c (1.14): Small fix: tighter buffer boundary check
5768         when accessing characters.
5770 2001-11-24 11:57  amai
5772         * source/file.c (1.36): Patch from Thorsten Haude for SF Bug [
5773         #484870 ] Double Mnemonic
5775 2001-11-24 11:41  amai
5777         * makefiles/Makefile.qnx (1.1, BETA-5-3-RC1): Add Makefile for QNX
5778         as posted on develop@ mailinglist
5780 2001-11-22 21:01  amai
5782         * source/interpret.c (1.19), source/preferences.c (1.40),
5783         source/textBuf.c (1.13), source/textBuf.h (1.6), util/printUtils.c
5784         (1.14), util/printUtils.h (1.5, BETA-5-3-RC1): Another small const
5785         patch
5787 2001-11-21 16:36  amai
5789         * util/misc.c (1.35): Patch SF [#483505 ] Fix warning on DEC Not
5790         literally, I extended the comment a bit.
5792 2001-11-20 15:53  amai
5794         * README (1.19): Sorry, another "dummy" commit, to check for the
5795         commit messages :-)
5797 2001-11-20 15:36  amai
5799         * ReleaseNotes (1.11): Switch to "5.2+" ...
5801 2001-11-20 15:31  amai
5803         * README (1.18): Start list of 5.2+ features/changes
5805 2001-11-20 13:25  amai
5807         * source/selection.c (1.14), util/system.h (1.9, BETA-5-3-RC1): Add
5808         Intel's icc/ecc to our list of known compilers (and fix a compiler
5809         warning)
5811 2001-11-18 19:53  amai
5813         * ChangeLog (1.13): Update
5815 2001-11-18 19:02  arnef
5817         * source/Makefile.common (1.9), source/Makefile.dependencies
5818         (1.12), source/help.c (1.63), source/help.h (1.5), source/menu.c
5819         (1.40), source/nc.c (1.13), source/preferences.c (1.39),
5820         source/preferences.h (1.15), source/server.c (1.11),
5821         source/window.c (1.34), source/window.h (1.8, BETA-5-3-RC1),
5822         source/windowTitle.c (1.1), source/windowTitle.h (1.1,
5823         BETA-5-3-RC1), util/Makefile.common (1.6, BETA-5-3-RC1),
5824         util/Makefile.dependencies (1.5, BETA-5-3-RC1), util/clearcase.c
5825         (1.1, BETA-5-3-RC1), util/clearcase.h (1.1, BETA-5-3-RC1),
5826         util/fileUtils.c (1.16), util/fileUtils.h (1.7, BETA-5-3-RC1),
5827         util/utils.c (1.6), util/utils.h (1.3): Added Customise Window
5828         Title patch Ref.
5829         http://sourceforge.net/tracker/?func=detail&atid=311005&aid=477875&
5830         group_id=11005
5832 2001-11-16 16:06  tringali
5834         * util/misc.c (1.34): 482504: Bad CapsLock grab on certain keyboard
5835         configurations
5837 2001-11-16 12:47  amai
5839         * source/userCmds.c (1.22): "const patch"
5841 2001-11-16 11:13  amai
5843         * source/: selection.c (1.13), shift.c (1.10, BETA-5-3-RC1): Add
5844         two missing #includes
5846 2001-11-16 11:02  amai
5848         * source/: help.c (1.62), shell.c (1.17), userCmds.c (1.21): Apply
5849         patch SF [ #434451 ] line numbers in shell commands from Axel
5850         Riese.
5852 2001-11-16 10:06  amai
5854         * source/: help.c (1.61), menu.c (1.39), selection.c (1.12),
5855         selection.h (1.4, BETA-5-3-RC1), text.c (1.19), text.h (1.5,
5856         BETA-5-3-RC1), textDisp.c (1.11), textDisp.h (1.6): Apply patch for
5857          SF [ #403435 ] Go to column in "Goto Line Number" dialog (added
5858         some 'consts', missing #include, etc.)
5860 2001-11-16 09:39  amai
5862         * source/: tags.c (1.24), tags.h (1.9), textBuf.c (1.12), textBuf.h
5863         (1.5), userCmds.c (1.20): Another "const patch"
5865 2001-11-15 14:28  amai
5867         * makefiles/Makefile.openbsd (1.1, BETA-5-3-RC1): In principle the
5868         same as Makefile.netbsd, but I arbitrarily chose a Motif 2.1 setup
5869         and added -lXp already
5871 2001-11-13 21:07  amai
5873         * makefiles/Makefile.os2 (1.9): For now we don't have/use
5874         readlink(2) on OS/2
5876 2001-11-13 11:10  amai
5878         * source/: search.c (1.38), search.h (1.14): Add some more 'const's
5879         to public search routines
5881 2001-11-12 14:04  amai
5883         * util/: DialogF.c (1.19), DialogF.h (1.5, BETA-5-3-RC1), misc.c
5884         (1.33), misc.h (1.11, BETA-5-3-RC1): Another small 'const patch'
5886 2001-11-12 13:46  amai
5888         * makefiles/Makefile.generic (1.7, BETA-5-3-RC1), source/tags.c
5889         (1.23), util/fileUtils.c (1.15), util/fileUtils.h (1.6): Revised
5890         version of Patch from Markus Schwarzenberg: SF [ #479589 ] path for
5891         tags files should be resolved I added a catch for systems without
5892         links/readlink(2)
5894 2001-11-10 00:00  slobasso
5896         * source/help.c (1.60): fixed bad eol in string
5898 2001-11-09 23:58  slobasso
5900         * source/highlightData.c (1.26): added in to NEdit macro language
5901         keywords
5903 2001-11-08 16:05  amai
5905         * makefiles/Makefile.generic (1.6), makefiles/Makefile.os2 (1.8),
5906         source/file.c (1.35): Drop WRITES_DOS_TEXT catch finally!
5908 2001-11-08 13:49  amai
5910         * ChangeLog (1.12): Update
5912 2001-11-08 13:47  amai
5914         * README (1.17), source/help.c (1.59): Add timestamp again to
5915         version info. The build date is not necessarily an indicator for
5916         the date of the underlying sources ...
5918 2001-11-08 12:55  edg
5920         * source/search.c (1.37): Fixed a bug for replacements in
5921         rectangular selections: false matches could hide valid ones.
5923 2001-11-07 22:54  edg
5925         * source/preferences.c (1.38): Added a patch for the last remaining
5926         issue of SF bug #230912 (Postscript language mode definition on
5927         VMS), and added a post-5.2 preferences upgrading routine, to be
5928         extended when other preferences are upgraded.
5930 2001-11-05 15:17  tringali
5932         * source/highlightData.c (1.25): Update C/C++ preprocessor patterns
5933         with specific keywords (#include, #define, etc.)
5935 2001-11-02 12:17  edg
5937         * source/file.c (1.34): Changed misleading "Create" button label in
5938         dialogs to "New File" (Thorsten Haude, SF bug #449765).
5940 2001-11-02 12:13  edg
5942         * README (1.16), doc/nedit.doc (1.7), source/help.c (1.58): Minor
5943         documentation updates (Thorsten Haude).
5945 2001-11-01 20:22  edg
5947         * util/fontsel.c (1.13): Removed a debug print statement that was
5948         left behind accidentally.
5950 2001-10-31 17:25  edg
5952         * util/getfiles.c (1.16): Added a VMS-specific check for a Motif
5953         2.x bug workaround (one was added earlier, but it should have been
5954         done at two places).
5956 2001-10-31 16:36  edg
5958         * source/: nedit.c (1.21), preferences.c (1.37): Changed default
5959         font sizes from 12 pixels to 12 points. This should improve
5960         portability.
5962 2001-10-30 21:47  tringali
5964         * source/preferences.c (1.36): Merge post-RC1 changes to mainline
5966 2001-10-27 20:19  edg
5968         * source/: menu.c (1.38), userCmds.c (1.19): Added extra checks to
5969         prevent macro/background menu commands from being executed by the
5970         user while another command is already running (to prevent a crash).
5971         Also added beeps to notify the user in those cases that the
5972         commands are rejected.
5974 2001-10-26 20:17  amai
5976         * makefiles/: Makefile.generic (1.5), Makefile.os2 (1.7): Document
5977         -DWRITES_DOS_TEXT - at least it's used on OS/2!
5979 2001-10-25 15:51  tringali
5981         * source/preferences.c (tags: REL-5-2) (BETA-5-2.6): Compare file
5982         versions as integers to avoid bad float comparisonsCompare file
5983         versions as integers to avoid bad float comparisonsCompare file
5984         versions as integers to avoid bad float comparisonsCompare file
5985         versions as integers to avoid bad float comparisons
5987 2001-10-22 08:50  amai
5989         * source/: tags.c (1.22), tags.h (1.8): Patch for SF [ #473602 ] no
5990         mult. tags selection on 1st find def from Markus Schwarzenberg
5992 2001-10-21 15:13  tringali
5994         * README (1.15), ReleaseNotes (1.10), doc/faq-txt.awk (1.2,
5995         BETA-5-3-RC1), doc/faq-txt.dtd (1.2, BETA-5-3-RC1), doc/faq-txt.xsl
5996         (1.2, BETA-5-3-RC1), doc/faq.dtd (1.2, BETA-5-3-RC1), doc/faq.xml
5997         (1.3, BETA-5-3-RC1), doc/faq.xsl (1.2, BETA-5-3-RC1), doc/nc.man
5998         (1.5, BETA-5-3-RC1), doc/nedit.doc (1.6), doc/nedit.man (1.6,
5999         BETA-5-3-RC1), source/file.c (1.33), source/help.c (1.57),
6000         source/highlight.c (1.20), source/highlightData.c (1.24),
6001         source/nedit.c (1.20), source/preferences.c (1.35), source/search.c
6002         (1.36), source/shell.c (1.16), util/fontsel.c (1.12),
6003         util/fontsel.h (1.5, BETA-5-3-RC1), util/prefFile.c (1.11),
6004         util/system.h (1.8): Merge post-5.2RC1 changes into mainline
6006 2001-10-21 15:09  tringali
6008         * doc/NEdit.ad (1.2, BETA-5-3-RC1), doc/README.FAQ (1.2,
6009         BETA-5-3-RC1), doc/faq-txt-pass2.xsl (1.2, BETA-5-3-RC1),
6010         doc/faq.txt (1.2, BETA-5-3-RC1), makefiles/Makefile.depend (1.2,
6011         BETA-5-3-RC1), makefiles/Makefile.linux (1.6),
6012         makefiles/Makefile.os2 (1.6), makefiles/Makefile.solaris (1.5),
6013         makefiles/Makefile.unixware (1.4, BETA-5-3-RC1): Merge post-5.2RC1
6014         changes into mainline
6016 2001-10-16 14:41  edg
6018         * ChangeLog (tags: REL-5-2) (BETA-5-2.6): Final update for 5.2
6019         release.
6021 2001-10-15 20:10  amai
6023         * source/tags.c (1.21): Latest patch for SF [ #466742 ] Tag not
6024         found
6026 2001-10-15 17:33  slobasso
6028         * source/nc.c (1.12): Patch to allow for multi-line macros to be
6029         passed on nc command line when a nedit server is not already
6030         running.
6032 2001-10-15 17:28  slobasso
6034         * source/: file.c (1.32), file.h (1.9, BETA-5-3-RC1), nedit.c
6035         (1.19), nedit.h (1.18), server.c (1.10): Changed -read behavior to
6036         mimic the Read Only menu option.
6038 2001-10-15 17:24  slobasso
6040         * source/text.c (1.18): Fixes problem where triple clicking to
6041         select a word wrapped line was inconsistent with the subsequent
6042         dragging to extend the selection. The behavior now matches.
6044 2001-10-12 19:34  tringali
6046         * Makefile, source/help.c (BETA-5-2.[1,9]) (utags: REL-5-2): Prep
6047         work for final 5.2 release
6049 2001-10-12 11:54  edg
6051         * README (tags: REL-5-2) (BETA-5-2.5): Minor updates.
6053 2001-10-12 10:36  edg
6055         * README, ReleaseNotes (tags: REL-5-2) (BETA-5-2.[4,2]): Updates in
6056         preparation of the 5.2 release.
6058 2001-10-11 13:19  edg
6060         * source/preferences.c (BETA-5-2.5): Fixed a bug in the 5.2
6061         preferences upgrading routine: new language modes were added, but
6062         the corresponding highlight patterns were not enabled.
6064 2001-10-10 18:32  edg
6066         * source/shell.c (tags: REL-5-2) (BETA-5-2.1): Fixed a bug that
6067         could cause NEdit to crash or garble a file when the user modifies
6068         the buffer while the output of an external command is being
6069         inserted.
6071 2001-10-08 07:29  amai
6073         * ChangeLog (BETA-5-2.5), ChangeLog (1.11): Update
6075 2001-10-06 13:09  amai
6077         * ReleaseNotes (BETA-5-2.1): Some very minor changes towards the
6078         release
6080 2001-10-06 11:42  amai
6082         * README, source/help.c (BETA-5-2.[3,8]): "lame attempt" to enfore
6083         a release: drop "RC" and update timestamps!
6085 2001-10-04 11:02  amai
6087         * makefiles/Makefile.solaris (tags: REL-5-2) (BETA-5-2.2): Use
6088         CC=cc.  After all it's the most - since only - standard conforming
6089         setting
6091 2001-10-04 10:16  amai
6093         * source/tags.c (1.20): Patch for SF Bug [ #466742 ] Tag not found.
6094          This is tags-semicolon2.diff as submitted by Markus Schwarzenberg.
6096 2001-10-04 09:44  amai
6098         * README (1.14), source/help.c (1.56): Update timestamps
6100 2001-10-02 17:06  amai
6102         * source/help.c (BETA-5-2.7): Get PrintVersion() work again and
6103         update timestamp
6105 2001-10-02 07:16  amai
6107         * doc/README.FAQ (1.1): file README.FAQ was initially added on
6108         branch BETA-5-2.
6110 2001-10-02 07:16  amai
6112         * doc/faq-txt-pass2.xsl (1.1): file faq-txt-pass2.xsl was initially
6113         added on branch BETA-5-2.
6115 2001-10-02 07:16  amai
6117         * doc/: README.FAQ, faq-txt-pass2.xsl, faq.dtd, faq.txt, faq.xml
6118         (BETA-5-2.[1,1,1,3,5]) (utags: REL-5-2): FAQ updates from Florian
6119         Xhumari (20011001)
6121 2001-10-01 13:34  amai
6123         * source/highlightData.c (tags: REL-5-2) (BETA-5-2.1): minor
6124         pattern fix, bug 455877
6126 2001-10-01 12:42  edg
6128         * source/preferences.c (BETA-5-2.4): Changed the order in which new
6129         5.2 language modes were added to the list during upgrading (they
6130         are now simply appended instead of inserted).
6132 2001-10-01 08:30  edg
6134         * util/prefFile.c (tags: REL-5-2) (BETA-5-2.1): Fixed a bug in the
6135         preferences restoration mechanism (prefFileRead is now properly
6136         set, even if already present in the resource file).
6138 2001-09-30 19:49  edg
6140         * source/preferences.c (BETA-5-2.3): Added a 5.1 to 5.2 preferences
6141         upgrading routine (language modes and highlight styles).
6143 2001-09-27 12:41  edg
6145         * source/file.c (tags: REL-5-2) (BETA-5-2.1): Added comment about
6146         use of tmpnam (Thorsten Haude).
6148 2001-09-26 21:05  amai
6150         * makefiles/Makefile.unixware (tags: REL-5-2) (BETA-5-2.1): Add
6151         -lSM -lICE  to libs as reported on the list as for UnixWare 7.1.1
6153 2001-09-21 09:58  amai
6155         * source/: tags.c (1.19), tags.h (1.7): 'const' patch + fix small
6156         memory leak + protect against memory overflow in Add*TagFile
6158 2001-09-20 19:30  tringali
6160         * doc/nedit.doc (tags: REL-5-2), source/help.c (BETA-5-2.[3,6]): -
6161         Merge slobasso 5.2 doc fixes erronously applies to mainline here
6163 2001-09-20 14:24  tringali
6165         * source/nedit.c (tags: REL-5-2) (BETA-5-2.1): Remove "iso8859" as
6166         some servers do not have this encoding installed.
6168 2001-09-20 11:14  amai
6170         * ChangeLog (1.10): Update
6172 2001-09-20 11:13  amai
6174         * ChangeLog (BETA-5-2.4): Update. Remove info about recent main
6175         trunk
6177 2001-09-19 12:11  amai
6179         * makefiles/: Makefile.linux, Makefile.os2 (BETA-5-2.[1,1]) (utags:
6180         REL-5-2): Document -lXp flag (required when linking against a Motif
6181         2.1 compatible libXm)
6183 2001-09-17 14:06  amai
6185         * source/file.c (1.31), source/regularExp.c (1.11), source/search.h
6186         (1.13), util/printUtils.c (1.13): Still minor cleanup. Make
6187         compiler/lint even more happy
6189 2001-09-14 15:59  edg
6191         * source/highlight.c (tags: REL-5-2) (BETA-5-2.1): Fixes for SF
6192         bugs #459965 and #460859 (they are related), including patch
6193         #460229.
6195 2001-09-13 14:11  tringali
6197         * source/preferences.c (BETA-5-2.2): #458807: Automatically add 5.2
6198         styles if .nedit file is pre-5.2
6200 2001-09-12 20:14  amai
6202         * doc/: faq-txt.awk (tags: REL-5-2), faq-txt.dtd (tags: REL-5-2),
6203         faq-txt.xsl (tags: REL-5-2), faq.txt, faq.xml, faq.xsl (tags:
6204         REL-5-2) (BETA-5-2.[1,1,1,2,4,1]): Update as sent from Florian
6205         Xhumari
6207 2001-09-12 09:45  amai
6209         * ChangeLog (BETA-5-2.3): I forgot to update this file in this beta
6210         branch ...
6212 2001-09-12 09:18  amai
6214         * makefiles/Makefile.depend (tags: REL-5-2) (BETA-5-2.1): Add CVS
6215         info line to output. Makes life even more simple
6217 2001-09-11 11:24  amai
6219         * doc/faq.xml (BETA-5-2.3): Add a non-visible CVS stamp and update
6220         version/time stamp
6222 2001-09-11 10:17  edg
6224         * source/search.c (tags: REL-5-2) (BETA-5-2.1): Fixed a minor
6225         button sensitivity bug (Multiple Files... button was grayed out
6226         after canceling multi-file replace dialog and modifying search
6227         text).
6229 2001-09-10 15:28  amai
6231         * util/system.h (tags: REL-5-2) (BETA-5-2.2): Update/add/fix
6232         compiler info
6234 2001-09-10 13:42  amai
6236         * source/help.c (BETA-5-2.5): Update timestamp
6238 2001-09-10 13:41  amai
6240         * doc/faq.xml (BETA-5-2.2): Some updates WRT LessTif, mostly
6241         cosmetics.
6243 2001-09-07 14:16  amai
6245         * doc/NEdit.ad (1.1): file NEdit.ad was initially added on branch
6246         BETA-5-2.
6248 2001-09-07 14:16  amai
6250         * doc/NEdit.ad (tags: REL-5-2) (BETA-5-2.1): Add a 5.1 app defaults
6251         file - needs to be updated probably.  This contains only
6252         outcommented entries!
6254 2001-09-07 07:46  amai
6256         * doc/nc.man (tags: REL-5-2), doc/nedit.doc, source/help.c
6257         (BETA-5-2.[1,2,4]): Fix typos as reported on the list
6259 2001-09-07 07:39  amai
6261         * source/help.c (BETA-5-2.3): Don't call XmRegisterConverters() for
6262         Motif 2.1, add declaration for 2.0 and add a "helpful" comment on
6263         all that
6265 2001-09-06 09:39  amai
6267         * ChangeLog (1.9), source/help.c (1.55): ChangeLog update and a new
6268         timestamp
6270 2001-09-06 09:37  amai
6272         * source/: Makefile.dependencies (1.11), file.c (1.30), tags.c
6273         (1.18), tags.h (1.6): Add missing #include and add some 'const'. 
6274         Update dependencies
6276 2001-09-05 11:44  amai
6278         * source/: file.c (1.29), help.c (1.54), preferences.c (1.34),
6279         preferences.h (1.14), tags.c (1.17), tags.h (1.5): Patch for SF bug
6280         [ #451997 ] bugs in tags.c/normalizePathname from Markus
6281         Schwarzenberg
6283 2001-09-04 17:55  amai
6285         * doc/nedit.doc, source/help.c (BETA-5-2.[1,2]): Fix typo reported
6286         on the mailinglist
6288 2001-08-31 22:16  amai
6290         * doc/: faq.txt, faq.xml (BETA-5-2.[1,1]): Update FAQ as sent from
6291         Florian Xhumari.  Add plain text version of FAQ
6293 2001-08-31 22:16  amai
6295         * doc/faq.txt (1.1): file faq.txt was initially added on branch
6296         BETA-5-2.
6298 2001-08-30 21:04  tringali
6300         * util/system.h (BETA-5-2.1): Fix for Solaris x86 "unknown"
6302 2001-08-30 20:19  amai
6304         * ChangeLog (BETA-5-2.2): Update
6306 2001-08-30 20:17  amai
6308         * source/preferences.c (BETA-5-2.1): /bin/csh doesn't make sense on
6309         OS/2 - even as a default value only
6311 2001-08-29 15:56  slobasso
6313         * source/help.c (1.53): fixed mispellings
6315 2001-08-29 13:56  amai
6317         * source/regularExp.c (1.10): Fix lint warning: octal constants
6318         shouldn't carry a suffix like 'L'!?
6320 2001-08-29 08:27  amai
6322         * util/: misc.c (1.32), misc.h (1.10): Second attempt to fix a
6323         specific compiler warning and a 'const' addition
6325 2001-08-29 00:01  slobasso
6327         * source/file.c (1.28): moved braces so nedit goto matching works
6329 2001-08-28 23:18  slobasso
6331         * doc/nedit.doc (1.5), source/help.c (1.52): documentation cleanup
6333 2001-08-28 22:24  slobasso
6335         * source/help.c (1.51): Array documentation cleanup.
6337 2001-08-28 11:41  amai
6339         * source/tags.c (1.16): 'const' patch
6341 2001-08-28 11:29  amai
6343         * source/file.c (1.27), source/highlight.c (1.19),
6344         source/interpret.c (1.18), source/macro.c (1.36), source/menu.c
6345         (1.37), source/preferences.c (1.33), source/preferences.h (1.13),
6346         source/tags.c (1.15), source/text.c (1.17), util/misc.c (1.31): Fix
6347         some more lclint warnings: type casts, make some things static (no,
6348         not all unused ones, 'some'), etc.
6350 2001-08-27 18:45  slobasso
6352         * source/macro.c (1.35): fixed static linkage of actionToString to
6353         match declaration
6355 2001-08-27 09:08  amai
6357         * source/nc.c (1.11): startServer() changes: has a return type now;
6358         re-shuffle some code Also make another global var static and
6359         replace a printf() by puts()
6361 2001-08-26 02:28  slobasso
6363         * source/macro.c (1.34): removed unused variable
6365 2001-08-25 15:58  amai
6367         * source/: file.c (1.26), highlightData.c (1.23), highlightData.h
6368         (1.6), preferences.c (1.32), preferences.h (1.12), regexConvert.c
6369         (1.5, BETA-5-3-RC1), regexConvert.h (1.3, BETA-5-3-RC1), server.h
6370         (1.3, BETA-5-3-RC1), shell.c (1.15), shell.h (1.4, BETA-5-3-RC1),
6371         undo.c (1.7), undo.h (1.4, BETA-5-3-RC1): Another 'const' patch
6373 2001-08-25 15:24  amai
6375         * source/: file.c (1.25), file.h (1.8), highlightData.c (1.22),
6376         highlightData.h (1.5), macro.c (1.33), macro.h (1.3, BETA-5-3-RC1),
6377         regularExp.c (1.9), regularExp.h (1.6, BETA-5-3-RC1), search.c
6378         (1.35), search.h (1.12): Another 'const' patch
6380 2001-08-25 12:16  amai
6382         * util/printUtils.c (1.12): The very last signed vs. unsigned
6383         warning on my system ...
6385 2001-08-25 12:09  amai
6387         * source/: highlightData.c (1.21), menu.c (1.36), preferences.c
6388         (1.31), regularExp.c (1.8), shell.c (1.14), userCmds.c (1.18): Fix
6389         a couple of "unsigned vs. int" compiler warnings. Using gcc on OS/2
6390         this warning is now completly wiped out!
6392 2001-08-25 11:55  amai
6394         * util/: DialogF.c (1.18), misc.c (1.30), prefFile.c (1.10): Fix
6395         compiler warnings. Mostly unsigned vs. signed int issues
6397 2001-08-25 11:49  amai
6399         * README (BETA-5-2.2): A couple of fixes, enhancements (see report
6400         on mailinglist)
6402 2001-08-24 18:34  amai
6404         * makefiles/Makefile.solaris (BETA-5-2.1): No debug build by
6405         default. Patch from Thorsten Haude
6407 2001-08-24 08:33  amai
6409         * util/: fontsel.c, fontsel.h, misc.c (BETA-5-2.[2,2,2]) (utags:
6410         REL-5-2): Undo some changes which I erroneously checked in ...
6412 2001-08-24 08:28  amai
6414         * ChangeLog, util/fontsel.c, util/fontsel.h, util/misc.c
6415         (BETA-5-2.[1,1,1,1]): Updated Changelog.  Includes whole history,
6416         including new beta branch.  New options of cvs2cl used, listing
6417         contains now revision/branch info, timestamps are in GMT, etc.
6419 2001-08-24 08:19  amai
6421         * source/macro.c (1.32): Fix warnings, add 'const's, make func
6422         static
6424 2001-08-23 17:57  amai
6426         * source/selection.c (1.11): Try to fix two lint/compiler warnings
6428 2001-08-23 17:42  amai
6430         * source/search.c (1.34): Fix wrong return type in function (in a
6431         "dead" branch)
6433 2001-08-23 14:59  amai
6435         * source/: highlightData.c (1.20), interpret.c (1.17), shift.c
6436         (1.9), smartIndent.c (1.13, BETA-5-3-RC1): Make some more functions
6437         static
6439 2001-08-23 14:39  amai
6441         * util/: misc.c (1.29), misc.h (1.9): Drop 'wrong' prototype for
6442         standard function. Fix a function signature to avoid warnings
6444 2001-08-23 14:11  amai
6446         * util/: fontsel.c (1.11), fontsel.h (1.4): Fix lint warning about
6447         float to integer assignment and add some more 'const's
6449 2001-08-23 13:57  amai
6451         * util/misc.c (1.28): Drop unused #include
6453 2001-08-22 15:41  amai
6455         * README, source/help.c (BETA-5-2.[1,1]): First updates for "RC1"
6457 2001-08-22 15:39  amai
6459         * doc/nedit.man (tags: REL-5-2) (BETA-5-2.1): Update from Joor
6460         Loohuis.
6462 2001-08-21 14:29  tringali
6464         * source/: userCmds.c (1.17), window.c (1.33) (utags: REL-5-2):
6465         #449569: Ensure shell/macro accelerators also have accelerator fix
6467 2001-08-20 20:36  tringali
6469         * source/window.c (1.32): #449569: Avoid startup failure when
6470         window manager grabs the same key as an accelerator
6472 2001-08-18 12:35  amai
6474         * source/Makefile.dependencies (1.10, REL-5-2): Update
6476 2001-08-18 12:24  amai
6478         * source/: help.c (1.50), help.h (1.4, REL-5-2), nedit.c (1.18):
6479         Add a PrintVersion() call to nedit.  Some more 'const' patches :-)
6481 2001-08-18 11:48  jlous
6483         * README (1.13), doc/nedit.man (1.5), source/help.c (1.49): Moved
6484         Thorsten Haude credits from pattern contributor to developer.
6486 2001-08-17 23:02  edg
6488         * README (1.12), makefiles/Makefile.aix (1.5, BETA-5-3-RC1,
6489         REL-5-2), makefiles/Makefile.bsdi (1.3, BETA-5-3-RC1, REL-5-2),
6490         makefiles/Makefile.ccur (1.3, BETA-5-3-RC1, REL-5-2),
6491         makefiles/Makefile.convex (1.3, BETA-5-3-RC1, REL-5-2),
6492         makefiles/Makefile.cygwin (1.4, BETA-5-3-RC1, REL-5-2),
6493         makefiles/Makefile.dcosx (1.3, BETA-5-3-RC1, REL-5-2),
6494         makefiles/Makefile.dec (1.4, BETA-5-3-RC1, REL-5-2),
6495         makefiles/Makefile.freebsd (1.3, BETA-5-3-RC1, REL-5-2),
6496         makefiles/Makefile.generic (1.4, REL-5-2), makefiles/Makefile.hpux
6497         (1.3, BETA-5-3-RC1, REL-5-2), makefiles/Makefile.linux (1.5),
6498         makefiles/Makefile.lynx (1.3, BETA-5-3-RC1, REL-5-2),
6499         makefiles/Makefile.m88k.svr4 (1.3, BETA-5-3-RC1, REL-5-2),
6500         makefiles/Makefile.netbsd (1.3, BETA-5-3-RC1, REL-5-2),
6501         makefiles/Makefile.os2 (1.5), makefiles/Makefile.osf (1.4,
6502         BETA-5-3-RC1, REL-5-2), makefiles/Makefile.reliant (1.3,
6503         BETA-5-3-RC1, REL-5-2), makefiles/Makefile.sco (1.3, BETA-5-3-RC1,
6504         REL-5-2), makefiles/Makefile.sgi (1.3, BETA-5-3-RC1, REL-5-2),
6505         makefiles/Makefile.solaris (1.4), makefiles/Makefile.sunos (1.3,
6506         BETA-5-3-RC1, REL-5-2), makefiles/Makefile.superux (1.3,
6507         BETA-5-3-RC1, REL-5-2), makefiles/Makefile.uhc (1.3, BETA-5-3-RC1,
6508         REL-5-2), makefiles/Makefile.ultrix (1.3, BETA-5-3-RC1, REL-5-2),
6509         makefiles/Makefile.unicos (1.4, REL-5-2),
6510         makefiles/Makefile.unixware (1.3), source/help.c (1.48),
6511         source/preferences.c (1.30): Made the REPLACE_SCOPE compilation
6512         option more visible and changed the default replace scope selection
6513         preference to "Smart".
6515 2001-08-17 21:54  edg
6517         * source/highlight.c (1.18): Added a fix for SF bug #449828.
6519 2001-08-17 14:09  tringali
6521         * source/tags.c (1.14, REL-5-2): Fix for crash in shared tag
6522         allocation on Solaris (compiler bug?)
6524 2001-08-17 11:01  amai
6526         * source/: window.c (1.31), window.h (1.7, REL-5-2): Another
6527         'const' patch
6529 2001-08-17 10:56  amai
6531         * util/: fileUtils.c (1.14), fileUtils.h (1.5) (utags: REL-5-2):
6532         Export two more interfaces. Fix for CompressPathname() to avoid
6533         multiple slashes in path. (Markus Schwarzenberg)
6535 2001-08-16 18:33  slobasso
6537         * source/highlightData.c (1.19): Fixed NEdit macro language
6538         patterns to contain previously added items.
6540 2001-08-16 17:24  amai
6542         * source/highlight.c (1.17): Fix for [ nedit-Bugs-435384 ] circular
6543         patterns reference hangs NEdit
6545 2001-08-16 09:49  amai
6547         * source/highlightData.c (1.18): Patch [ #451485 ] updated Sh Ksh
6548         Bash patterns submitted from Joor Loohuis
6550 2001-08-15 09:16  amai
6552         * source/: Makefile.dependencies (1.9), regexConvert.c (1.4,
6553         REL-5-2): Another source was missing to #include it's own header
6554         for consistency checking!
6556 2001-08-15 09:08  amai
6558         * ChangeLog (1.8): Update (ok, not even a week has passed, but it's
6559         a nice overview ...)
6561 2001-08-15 09:00  amai
6563         * source/preferences.h (1.11, REL-5-2), util/misc.c (1.27),
6564         util/misc.h (1.8, REL-5-2): Have unique value for MAX_ACCEL_LEN
6566 2001-08-15 08:56  amai
6568         * source/Makefile.dependencies (1.8): Update
6570 2001-08-15 08:56  amai
6572         * source/: userCmds.c (1.16), userCmds.h (1.4, BETA-5-3-RC1,
6573         REL-5-2): Source should include it's own headers for consistency
6574         checking.  Add some const to signatures, drop an unused arg from a
6575         static interface.
6577 2001-08-14 15:05  slobasso
6579         * source/rbTree.c (1.4, BETA-5-3-RC1, REL-5-2): fixed comment
6580         spacing
6582 2001-08-14 14:40  slobasso
6584         * source/rbTree.c (1.3): added gnu license
6586 2001-08-14 08:50  jlous
6588         * README (1.11): README credits updated to reflect version dialog
6590 2001-08-14 08:37  jlous
6592         * source/file.c (1.24), source/help.c (1.47), source/highlight.c
6593         (1.16), source/highlightData.c (1.17), source/interpret.c (1.16,
6594         REL-5-2), source/macro.c (1.31, REL-5-2), source/menu.c (1.35,
6595         REL-5-2), source/nc.c (1.10, REL-5-2), source/nedit.c (1.17),
6596         source/preferences.c (1.29), source/search.c (1.33),
6597         source/selection.c (1.10, REL-5-2), source/server.c (1.9, REL-5-2),
6598         source/shell.c (1.13), source/shift.c (1.8, REL-5-2),
6599         source/smartIndent.c (1.12, REL-5-2), source/tags.c (1.13),
6600         source/text.c (1.16, REL-5-2), source/textBuf.c (1.11, REL-5-2),
6601         source/textDisp.c (1.10, REL-5-2), source/textDrag.c (1.4,
6602         REL-5-2), source/textSel.c (1.5, REL-5-2), source/undo.c (1.6,
6603         REL-5-2), source/userCmds.c (1.15), source/window.c (1.30),
6604         util/DialogF.c (1.17, REL-5-2), util/fileUtils.c (1.13),
6605         util/fontsel.c (1.10), util/getfiles.c (1.15, REL-5-2),
6606         util/managedList.c (1.7, BETA-5-3-RC1, REL-5-2), util/misc.c
6607         (1.26), util/prefFile.c (1.9), util/printUtils.c (1.11, REL-5-2),
6608         util/system.h (1.7), util/utils.c (1.5, REL-5-2), util/vmsUtils.c
6609         (1.5, BETA-5-3-RC1, REL-5-2): Fixed license statements to pure GPL
6611 2001-08-13 13:48  tringali
6613         * doc/: nc.man (1.4), nedit.man (1.4): manpage updates from Joor.
6615 2001-08-13 09:55  amai
6617         * doc/nedit.doc (1.4), source/help.c (1.46): Doc patch from
6618         Thorsten Haude posted on Fri Aug 10 2001
6620 2001-08-13 09:51  amai
6622         * doc/nedit.doc (1.3), source/help.c (1.45): Patch from Thorsten
6623         Haude: Document Arrays within nedit.doc and typo fix in help.c
6625 2001-08-12 15:45  amai
6627         * makefiles/Makefile.generic (1.3), source/comnedit.com (1.6,
6628         REL-5-2): Drop last references to NO_FCHMOD #define
6630 2001-08-11 19:51  edg
6632         * source/search.c (1.32): Fixed SF bug #448006: three beeps; one to
6633         many.
6635 2001-08-10 20:36  amai
6637         * source/highlightData.c (1.16): TeX pattern patch from Joerg
6638         Fischer <jf505@yahoo.de>
6640 2001-08-10 14:35  amai
6642         * source/Makefile.dependencies (1.7): Update dependency list
6644 2001-08-09 20:58  tringali
6646         * source/nedit.c (1.16): Fix for wrong menu font [#434383]
6648 2001-08-09 18:47  amai
6650         * util/system.h (1.6): Correct a comment :-)
6652 2001-08-09 18:46  amai
6654         * makefiles/Makefile.os2 (1.4): Drop -DNO_FCHMOD flag
6656 2001-08-09 18:41  slobasso
6658         * source/Makefile.common (1.8, REL-5-2): added parse.c to cleaned
6659         files for make clean
6661 2001-08-09 18:39  slobasso
6663         * source/userCmds.c (1.14): removed attachment possibly causing
6664         window manager loop
6666 2001-08-09 18:03  slobasso
6668         * source/: smartIndent.c (1.11), smartIndent.h (1.4, BETA-5-3-RC1,
6669         REL-5-2), macro.c (1.30): We now keep track if we are in smart
6670         indent macros so garbage collection won't remove things from under
6671         a macro.
6673 2001-08-09 13:34  amai
6675         * source/highlight.c (1.15), source/highlightData.c (1.15),
6676         source/interpret.c (1.15), source/search.c (1.31),
6677         source/selection.c (1.9), source/shell.c (1.12),
6678         source/smartIndent.c (1.10), source/textBuf.c (1.10),
6679         source/textSel.c (1.4), source/userCmds.c (1.13), source/window.c
6680         (1.29), util/managedList.c (1.6): Add lots of missing #include
6681         <string.h>
6683 2001-08-09 08:37  amai
6685         * source/help.c (1.44): Add hardcoded timestamp (month) again
6687 2001-08-09 07:37  amai
6689         * source/.cvsignore (1.2, BETA-5-3-RC1, REL-5-2): Add entry
6691 2001-08-08 22:31  slobasso
6693         * source/file.c (1.23): remove fchmod calls except when under VMS
6695 2001-08-08 18:29  amai
6697         * makefiles/Makefile.os2 (1.3): Update from my private working copy
6699 2001-08-08 08:39  amai
6701         * ChangeLog (1.7): Update (should be done weekly perhaps and could
6702         even be done automatically?)
6704 2001-08-08 08:37  amai
6706         * source/parse.c_noyacc (1.7, REL-5-2): Re-generate from parse.y. 
6707         BTW, yacc from Digital Unix 4.0x is being used
6709 2001-08-08 08:34  amai
6711         * source/parse.y (1.16, REL-5-2): Add an #include <string.h> (there
6712         was no error/warning; somehow we already got this probably)
6714 2001-08-07 23:46  slobasso
6716         * source/Makefile.common (1.7): changed highlightData.c to be
6717         compiled with BIGGER_STRINGS
6719 2001-08-07 01:53  tringali
6721         * ReleaseNotes (1.9), source/highlightData.c (1.14),
6722         source/preferences.c (1.28): #448420: Pattern updates from Joor
6724 2001-08-07 01:12  tringali
6726         * source/nedit.c (1.15): Fix for #448402: nedit quits if unable to
6727         resolve X locale
6729 2001-08-06 21:24  amai
6731         * README (1.10): correction to "Requirements" section
6733 2001-08-06 21:21  amai
6735         * README (1.9): Add "Requirements for building NEdit" section
6737 2001-08-06 20:38  tringali
6739         * doc/nedit.doc (1.2), source/help.c (1.43): Sync help with doc. 
6740         (Updates from Thorsten Haude)
6742 2001-08-04 20:49  tringali
6744         * source/file.c (1.22), source/menu.c (1.34), source/nc.c (1.9),
6745         source/nedit.c (1.14), source/server.c (1.8), source/shell.c
6746         (1.11), source/window.c (1.28), util/misc.c (1.25): Ensure exit
6747         returns a meaningful (succes/fail) status to the user
6749 2001-08-04 20:23  tringali
6751         * util/system.h (1.5): Add info for lots more compilers.
6753 2001-08-03 12:16  amai
6755         * ReleaseNotes (1.8): Small updates
6757 2001-08-02 23:45  tringali
6759         * util/system.h (1.4): Add definitions for MSVC, Sun Workshop, etc.
6761 2001-08-02 22:59  slobasso
6763         * source/macro.c (1.29): Fixed problem where error message is
6764         written if empty learned macro is executed. Also disallowed replay
6765         from executing if a macro is already in progress. This caused a
6766         crash by overflowing the interpreter stack.
6768 2001-08-02 22:54  slobasso
6770         * source/file.c (1.21): added symlink security patch and added mode
6771         parameter to open calls with O_CREAT
6773 2001-08-02 17:26  amai
6775         * source/interpret.c (1.14): Avoid crash when calling
6776         "self_insert()" from macro menu: fill in missing entries from our
6777         fakes key event
6779 2001-08-01 07:41  amai
6781         * ChangeLog (1.6): Update
6783 2001-08-01 07:40  amai
6785         * source/help.c (1.42): Again hardcode a string about the
6786         development version "August 2001".  Build time may be misleading
6787         ...
6789 2001-07-31 23:16  slobasso
6791         * source/macro.c (1.28): fixed problem where closing window while
6792         learning would make it impossible to finish or cancel learing.
6794 2001-07-31 11:58  amai
6796         * source/text.c (1.15): Fix minor warnings
6798 2001-07-31 07:46  amai
6800         * util/managedList.c (1.5): Don't name variables 'index', may be an
6801         interface in BSD-like libc
6803 2001-07-31 07:43  amai
6805         * util/getfiles.c (1.14): Fix lint warning: "getfiles.c", line 716:
6806         warning: args redefinition hides earlier one
6808 2001-07-31 07:40  amai
6810         * util/fontsel.c (1.9): Don't use 'index' as name for variable; may
6811         be a call in a BSD-like libc
6813 2001-07-29 17:51  amai
6815         * source/highlight.c (1.14): Experimental patch to fix "mismatched"
6816         memory handling calls as indicated by "purify". Probably not
6817         complete and should be checked again with purify _now_!
6819 2001-07-28 19:53  tringali
6821         * Makefile (1.6): #442517: add explanatory text how to use make
6823 2001-07-25 18:37  tringali
6825         * source/help.c (1.41): Add more detailed info about Motif (runtime
6826         version number)
6828 2001-07-25 18:36  tringali
6830         * util/system.h (1.3): Use "Digital/Tru64 Unix" in place of OSF/1
6832 2001-07-25 18:36  tringali
6834         * doc/: nc.man (1.3), nedit.man (1.3): Update authors for 5.2
6836 2001-07-25 18:05  slobasso
6838         * util/misc.c (1.24): made changes so that Num_Lock's mod mask is
6839         found rather than assuming Mod3
6841 2001-07-25 14:36  amai
6843         * source/textBuf.c (1.9): Attempt to fix memory leak reported by
6844         Thorsten Haude
6846 2001-07-25 13:03  amai
6848         * util/misc.c (1.23): Try to fix small memory leak reported by
6849         Thorsten Haude
6851 2001-07-25 07:49  amai
6853         * util/system.h (1.2): Add "EMX=OS/2"
6855 2001-07-25 07:39  amai
6857         * source/Makefile.dependencies (1.6), util/Makefile.dependencies
6858         (1.4, REL-5-2): Update dependency lists
6860 2001-07-24 21:55  tringali
6862         * util/system.h (1.1): Add host compliation information to help
6864 2001-07-24 21:54  tringali
6866         * source/: help.c (1.40), tags.c (1.12), tags.h (1.4, REL-5-2): -
6867         Use shared strings for lower memory use with large tags files.  -
6868         Add compilation host information to help, update authors
6870 2001-07-24 19:27  slobasso
6872         * util/misc.c (1.22): Fix array size define to match actual array
6873         size.  Incorrect size could result in infinite loop.
6875 2001-07-18 13:01  amai
6877         * ChangeLog (1.5): Update
6879 2001-07-18 13:00  amai
6881         * source/: search.c (1.30), search.h (1.11, REL-5-2), window.c
6882         (1.27): Shrink two function names to 31 characters length and below
6883         (seems to be a limit on some VMS systems)
6885 2001-07-17 08:19  amai
6887         * doc/faq.xml (1.2): Updated version from  Florian Xhumari as of
6888         http://galleries.free.fr/nedit-faq-01-07-16.tar.gz
6890 2001-07-17 07:31  amai
6892         * source/preferences.c (1.27), util/getfiles.c (1.13),
6893         util/vmsUtils.c (1.4): VMS patches from Blair Phillips
6894         <blair.phillips@airservices.gov.au>:  avoid rint() re-definition,
6895         fix for non-unix file root, case-insensitive match on filename
6896         extensions.
6898 2001-07-16 20:41  amai
6900         * source/lnknedit.com (1.5, BETA-5-3-RC1, REL-5-2): VMS patch from
6901         mark.geary@qwest.com
6903 2001-07-16 14:48  amai
6905         * doc/: nc.man (1.2), nedit.man (1.2): Man page updates from Joor
6906         Loohuis
6908 2001-07-16 11:49  amai
6910         * doc/: faq-txt.awk (1.1), faq-txt.dtd (1.1), faq-txt.xsl (1.1),
6911         faq.dtd (1.1), faq.xml (1.1), faq.xsl (1.1): faq*: add FAQ files
6912         found on our website
6914 2001-07-11 21:35  amai
6916         * source/: parse.c_noyacc (1.6), parse.h (1.4, BETA-5-3-RC1,
6917         REL-5-2), parse.y (1.15): Back out "const" patch for ParseMacro().
6918         Was incomplete, therefore broken
6920 2001-07-11 15:21  amai
6922         * source/: comnedit.com (1.5), file.c (1.20), lnknedit.com (1.4):
6923         VMS patches from  <Mark.Geary@qwest.com> (not literally as for
6924         file.c)
6926 2001-07-11 08:06  amai
6928         * source/parse.c_noyacc (1.5): Update from current parse.y
6930 2001-07-11 08:04  amai
6932         * source/: parse.h (1.3), parse.y (1.14): Add some 'const' to
6933         ParseMacro() signature
6935 2001-07-11 07:55  amai
6937         * util/: comutil.com (1.3, BETA-5-3-RC1, REL-5-2), utils.c (1.4):
6938         VMS patches from Mark.Geary@qwest.com
6940 2001-07-07 09:55  amai
6942         * ChangeLog (1.4): Update
6944 2001-07-07 09:54  amai
6946         * COPYRIGHT (1.1, BETA-5-3-RC1, REL-5-2), README (1.8): Have an
6947         external file for the license terms. README refers to it
6949 2001-07-07 09:48  amai
6951         * nc.man (1.4), nedit.doc (1.6), nedit.man (1.4), doc/nc.man (1.1),
6952         doc/nedit.doc (1.1), doc/nedit.man (1.1): Move doc files to
6953         separate subdirectory
6955 2001-07-04 09:42  uid30962
6957         * README (1.7): Update some references to LessTif
6959 2001-07-04 09:29  uid30962
6961         * ReleaseNotes (1.7): ReleaseNotes: Upddate
6963 2001-07-03 12:53  amai
6965         * source/Makefile.dependencies (1.5): Makefile.dependencies: update
6966         depedency list
6968 2001-07-03 12:13  amai
6970         * source/help.c (1.39): help.c: A new month has come ...
6972 2001-06-23 09:31  amai
6974         * ChangeLog (1.3): ChangeLog: update
6976 2001-06-22 18:27  tringali
6978         * source/: nedit.c (1.13), window.c (1.26): Allow stats line
6979         background color to be set by user [#431891]
6981 2001-06-22 18:25  tringali
6983         * source/macro.c (1.27): Incremental reading from files via J. Lous
6984         [Patch #434465]
6986 2001-06-22 14:32  amai
6988         * source/file.c (1.19): file.c: fail when trying to read in a
6989         directory as a file
6991 2001-06-21 14:54  edel
6993         * source/shell.c (1.10): Fixed shell dialog BadMatch crash on
6994         Solaris 2.5
6996 2001-06-20 15:48  amai
6998         * source/macro.c (1.26): macro.c: replace snprintf() by sprintf(). 
6999          Add #include <string.h>
7001 2001-06-20 08:24  amai
7003         * ChangeLog (1.2): ChangeLog: update
7005 2001-06-19 20:00  slobasso
7007         * source/macro.c (1.25): Added Thorsten's code to put correct key
7008         codes in status bar during recording and macro running.
7010 2001-06-09 18:48  amai
7012         * makefiles/: Makefile.dec (1.3), Makefile.osf (1.3),
7013         Makefile.superux (1.2): Makefile.superux: add CVS Id Makefile.dec
7014         Makefile.osf: briefly comment on the os versions they are supposed 
7015            to work with
7017 2001-06-08 08:14  amai
7019         * source/help.c (1.38): help.c: update timestamp to "June, 2001"
7021 2001-06-07 19:52  amai
7023         * ChangeLog (1.1): ChangeLog: finally add the output of "cvs2cl".  
7024          Needs to be updated regularly ...
7026 2001-06-06 19:24  tringali
7028         * makefiles/Makefile.linux (1.4): 
7029         Remove -DEDITRES, this causes link failure.
7031 2001-06-06 10:00  amai
7033         * util/: DialogF.c (1.16), fontsel.c (1.8), getfiles.c (1.12),
7034         misc.c (1.21), prefFile.c (1.8): *.c: add some explicit #include
7035         <string.h>. Previously  it was done implicitly ...
7037 2001-06-05 12:52  amai
7039         * makefiles/Makefile.linux (1.3): Makefile.linux: drop
7040         -I/-L/usr/lesstif/* flags and add a suitable comment  instead
7042 2001-06-05 08:01  amai
7044         * source/file.c (1.18): file.c: security fix for WriteBackupFile()
7046 2001-06-01 20:09  edel
7048         * makefiles/: Makefile.solaris (1.3), Makefile.superux (1.1): From:
7049         Ian Johnston" <Ian.Johnston@dlr.de>
7051 2001-05-31 08:49  amai
7053         * source/nedit.h (1.17, REL-5-2): nedit.h: add 'extern' to variable
7054         declaration in header    (to avoid problem with multiple
7055         definitions)
7057 2001-05-29 18:21  arnef
7059         * source/menu.c (1.33): Add separator in Preferences/Default
7060         Settings/Customize Menus
7062 2001-05-19 16:09  tringali
7064         * util/misc.c (1.20): Fix bug in mnemonic building- don't build
7065         mnemonics for XK_VoidSymbol.  Fixes various problems with XFree86
7066         servers.
7068 2001-05-17 11:42  arnef
7070         * source/: menu.c (1.32), nedit.h (1.16), preferences.c (1.26),
7071         preferences.h (1.10), window.c (1.25): Adding path to windows menu
7072         file entries
7074 2001-05-15 20:04  amai
7076         * makefiles/Makefile.depend (1.1): Makefile.depend: Makefile used
7077         to generate (internal) the dependency list.                   This
7078         file does not build anything!
7080 2001-05-12 00:48  tringali
7082         * ReleaseNotes (1.6), source/text.c (1.14): - Add support for mouse
7083         wheel scrolling in the main text area.
7085 2001-05-11 19:56  amai
7087         * util/fileUtils.c (1.12): fileUtils.c: really tiny patch for OS/2
7088         only (drive letters ;-)
7090 2001-05-11 08:05  amai
7092         * source/file.c (1.17): file.c: Corrected(!) version of SuSe
7093         security patch for temporary    file security problem within
7094         PrintString().     Tested once for compile/runtime ...
7096 2001-05-05 18:01  arnef
7098         * source/menu.c (1.31): Changing default for sortOpenPrevDefCB
7099         should invalidate all open window's OpenPrev menu
7101 2001-05-04 18:33  arnef
7103         * source/: nedit.h (1.15), search.c (1.29), search.h (1.10),
7104         window.c (1.24): Make the buttons in Find and Replace dialogs
7105         sensitive on the state of 'Search for' field.
7107 2001-05-03 09:42  amai
7109         * source/help.c (1.37): help.c: update timestamp to "May, 2001"
7111 2001-04-25 21:37  edg
7113         * util/DialogF.c (1.15): Added a fix to handle unexpected
7114         destruction of dialogs gracefully.
7116 2001-04-25 19:03  amai
7118         * nedit.doc (1.5): nedit.doc: fix some typos, convert some "nedit"
7119         to "NEdit", drop some comment about pre 1.2 Motif
7121 2001-04-25 17:01  amai
7123         * util/fileUtils.c (1.11): fileUtils.c: forgot one special case
7124         where the "//" patch might to a crash. Next time I should probably
7125         <think> first, <code> later
7127 2001-04-25 16:48  amai
7129         * util/fileUtils.c (1.10): fileUtils.c: fix typo in my
7130         "double-slash patch" from today
7132 2001-04-25 07:52  amai
7134         * util/fileUtils.c (1.9): fileUtils.c: avoid double "//" in path
7135         strings as this may not work out on              non-un*x systems
7137 2001-04-24 21:10  tringali
7139         * util/misc.c (1.19): Fix crash bug in OpenMotif, where asking for
7140         the the Display/Window of a gadget produces a NULL pointer.
7142 2001-04-18 19:12  slobasso
7144         * source/window.c (1.23): needed to save/restore horizontal and
7145         vertical scroll positions when changing hw tab size.
7147 2001-04-18 19:08  slobasso
7149         * util/DialogF.c (1.14): fixed use of int where Cardinal should be
7151 2001-04-18 17:10  slobasso
7153         * source/: help.c (1.36), macro.c (1.24): new $server_name
7154         variable.
7156 2001-04-18 17:02  slobasso
7158         * source/: file.c (1.16), file.h (1.7, REL-5-2), help.c (1.35),
7159         menu.c (1.30), window.c (1.22): added optional parameter to close()
7160         action for save option.
7162 2001-04-18 16:51  slobasso
7164         * util/DialogF.c (1.13): fixed a mistake I introduced while
7165         debugging
7167 2001-04-18 16:12  slobasso
7169         * util/DialogF.c (1.12): cleaned up createMnemonics in an effort to
7170         fix a crash bug. Bug still not fixed.
7172 2001-04-17 23:40  slobasso
7174         * source/help.c (1.34): cleaned up formatting and moved Windows
7175         Menu items into correct area
7177 2001-04-17 20:13  slobasso
7179         * source/window.c (1.21): save and restore insert positions when hw
7180         tab sizes are changed
7182 2001-04-17 18:47  slobasso
7184         * source/macro.c (1.23): cleaned up RedundantActions, adding some
7185         missing items
7187 2001-04-16 23:49  slobasso
7189         * source/: file.c (1.15), nedit.h (1.14): added bit to distinguish
7190         between too much binary data and -read
7192 2001-04-16 23:20  slobasso
7194         * source/: file.c (1.14), file.h (1.6), macro.c (1.22), menu.c
7195         (1.29), nedit.h (1.13), search.c (1.28), selection.c (1.8),
7196         window.c (1.20): readOnly vs lockWrite access fix, now handles the
7197         many other locked possibilities
7199 2001-04-16 16:36  edg
7201         * source/: help.c (1.33), window.c (1.19): Added workarounds for
7202         openmotif bugs [SF bug 231876].
7204 2001-04-16 14:04  amai
7206         * source/textBuf.c (1.8): texBuf.c: try to fix a bug introduced by
7207         a "const" patch.            Pointed out by <arne@forlie.com>
7209 2001-04-14 09:51  amai
7211         * makefiles/Makefile.unicos (1.3), source/preferences.c (1.25),
7212         source/text.c (1.13), source/userCmds.c (1.12): *: applied re-vised
7213         version of patches for UNICOS from    Bill Matson
7214         <wjm@sdc.cs.boeing.com>
7216 2001-04-13 22:58  slobasso
7218         * util/DialogF.c (1.11): fix build problem introduced in previous
7219         change UCHAR_MAX is in limits.h
7221 2001-04-13 17:50  tringali
7223         * ReleaseNotes (1.5), source/file.c (1.13), source/help.c (1.32),
7224         source/highlightData.c (1.13), source/macro.c (1.21),
7225         source/preferences.c (1.24), source/search.c (1.27),
7226         source/smartIndent.c (1.9), source/userCmds.c (1.11),
7227         util/DialogF.c (1.10), util/fontsel.c (1.7), util/getfiles.c
7228         (1.11), util/misc.c (1.18), util/misc.h (1.7), util/printUtils.c
7229         (1.10): - Updated release notes - Added unmodified mnemonics to
7230         confirmation dialogs.  - Fix bug in mnemonics where there could be
7231         two of the same menmonics   on one dialog.
7233 2001-04-13 15:02  slobasso
7235         * source/search.c (1.26): fixed regex search backwards bug if wrap
7236         turned off.
7238 2001-04-12 22:02  edg
7240         * source/: help.c (1.31), macro.c (1.20), menu.c (1.28), nedit.h
7241         (1.12), preferences.c (1.23), search.c (1.25), window.c (1.18),
7242         window.h (1.6): Extended the Show Matching (..) functionality: Off,
7243         Delimiter, and Range.  Original patch was submitted by Thorsten
7244         Haude.
7246 2001-04-12 15:09  amai
7248         * source/menu.c (1.27): menu.c: allow to specify control codes in
7249         hex/dec/oct format         also improve checking of input
7251 2001-04-09 22:12  amai
7253         * util/: misc.c (1.17), misc.h (1.6): misc.c misc.h: another
7254         "const" patch
7256 2001-04-09 21:43  edg
7258         * source/help.c (1.30): Added information about new search
7259         extensions and related stuff.
7261 2001-04-09 21:38  edg
7263         * source/: nedit.h (1.11), search.c (1.24): Minor fixes and
7264         improvements in isearch + beep on search wrap combination.
7266 2001-04-09 18:46  edg
7268         * util/misc.c (1.16): Typo fix in recent accelerator fix.
7270 2001-04-06 13:09  amai
7272         * source/: preferences.c (1.22), preferences.h (1.9):
7273         preferences.*: even more "const" additions
7275 2001-04-06 13:03  amai
7277         * source/: interpret.c (1.13), interpret.h (1.6, REL-5-2):
7278         interpret.*: another "const" patch
7280 2001-04-06 09:49  amai
7282         * source/file.c (1.12), source/file.h (1.5), source/help.c (1.29),
7283         source/highlightData.c (1.12), source/highlightData.h (1.4,
7284         REL-5-2), source/preferences.c (1.21), source/preferences.h (1.8),
7285         source/regularExp.c (1.7, REL-5-2), source/regularExp.h (1.5,
7286         REL-5-2), source/search.c (1.23), source/search.h (1.9),
7287         source/textBuf.c (1.7), source/textBuf.h (1.4, REL-5-2),
7288         util/fileUtils.c (1.8), util/fileUtils.h (1.4), util/printUtils.c
7289         (1.9), util/printUtils.h (1.4, REL-5-2): *.c *.h: big "const"
7290         patch.           Except in textBuf.c it's only a couple of const
7291         additions.           In textBuf.c I had to change a coupl of lines
7292         to get this done -           should be on the safe side of life ...
7294 2001-04-04 19:38  edg
7296         * source/: preferences.c (1.20), search.c (1.22): Minor bug fixes
7297         in search extensions related code.
7299 2001-04-03 22:59  edg
7301         * source/: menu.c (1.26), nedit.h (1.10), preferences.c (1.19),
7302         preferences.h (1.7), search.c (1.21), search.h (1.8): Added "smart"
7303         replace scope behaviour to the replace dialog radio button
7304         alternative, and made it configurable through a preference.
7306 2001-04-03 08:06  amai
7308         * source/help.c (1.28): help.c: the "April" patch ...
7310 2001-04-03 01:42  tringali
7312         * util/misc.c (1.15): Don't allow traversal to insensitive widgets.
7314 2001-04-02 20:52  edg
7316         * source/: highlight.c (1.13), macro.c (1.19), menu.c (1.25),
7317         nedit.h (1.9), preferences.c (1.18), preferences.h (1.6),
7318         regularExp.c (1.6), regularExp.h (1.4), search.c (1.20), search.h
7319         (1.7), window.c (1.17): Introduced additional search modes [Markus
7320         Schwarzenberg].  Added beep on search wrap option [Markus
7321         Schwarzenberg].  Added sticky case sensitivity search preference
7322         [Markus Schwarzenberg].  Replace and find dialog and incremental
7323         search bar layout changes (currently two layout alternatives for
7324         replace dialog, for evaluation purposes).
7326 2001-03-30 17:54  slobasso
7328         * source/highlightData.c (1.11): new global in nedit macro language
7329         $empty_array
7331 2001-03-30 17:48  slobasso
7333         * source/: help.c (1.27), macro.c (1.18): added a new empty array
7334         global
7336 2001-03-27 23:00  slobasso
7338         * source/help.c (1.26): minor formatting fix
7340 2001-03-27 15:37  tringali
7342         * makefiles/Makefile.aix (1.4): Add FUNCPROTO=15 for the IBM X
7343         headers, which require a bitmask in this #define in order to
7344         control function prototypes.
7346 2001-03-26 15:46  slobasso
7348         * source/: interpret.c (1.12), interpret.h (1.5), macro.c (1.17):
7349         minor array code cleanup
7351 2001-03-25 08:42  arnef
7353         * source/tags.c (1.11): Fixed bug #217022
7355 2001-03-23 23:11  slobasso
7357         * source/highlightData.c (1.10): added missing variables to NEdit
7358         macro highlighting data
7360 2001-03-23 14:41  slobasso
7362         * source/undo.c (1.5): undo/redo sets the selection to the changed
7363         text
7365 2001-03-21 21:25  edg
7367         * source/search.c (1.19): Changed the initial default selection for
7368         multi-file replacement dialog to all files instead of none. 
7369         Multi-file replacement dialog now makes sure that at least the
7370         first selected item is visible when displayed.  Removed the #ifdefs
7371         for conditional multi-file replacement functionality.  Minor layout
7372         change for the replace dialog.
7374 2001-03-21 21:20  edg
7376         * source/window.c (1.16): Removed #ifdef for conditional multi-file
7377         replacement functionality.
7379 2001-03-19 16:30  slobasso
7381         * source/: highlight.c (1.12), regexConvert.c (1.3), regularExp.c
7382         (1.5), search.c (1.18), text.c (1.12), textBuf.c (1.6), textDisp.c
7383         (1.9): removing warnings for RH7 linux compiler
7385 2001-03-19 14:43  tringali
7387         * source/: text.c (1.11), nedit.c (1.12): 
7388         
7389         Move toggle overstrike accelerator to Motif standard "Insert", free
7390         up Ctrl+B for other uses.
7392 2001-03-17 06:44  arnef
7394         * source/search.c (1.17): Fixed bug related to
7395         XtGetSelectionValue() and variables going out of scope.  Added
7396         mnemonic to Replace& Find Button.
7398 2001-03-16 22:24  slobasso
7400         * source/menu.c (1.24): fixed menu argument to set_wrap_text
7402 2001-03-16 20:28  amai
7404         * source/: nc.c (1.8), nedit.c (1.11): nc.c nedit.c: wildcard
7405         expansion for non-sh shells on OS/2 (EMX)
7407 2001-03-13 16:48  slobasso
7409         * source/help.c (1.25), source/macro.c (1.16), source/search.c
7410         (1.16), source/selection.c (1.7), source/shell.c (1.9),
7411         source/shift.c (1.7), source/textDisp.c (1.8), util/DialogF.c
7412         (1.9), util/fontsel.c (1.6), util/printUtils.c (1.8): cleanup
7413         warnings under linux compiler
7415 2001-03-12 15:24  slobasso
7417         * source/help.c (1.24): fixed a few minor mistakes.
7419 2001-03-12 15:15  slobasso
7421         * source/: help.c (1.23), macro.c (1.15), menu.c (1.23),
7422         preferences.c (1.17), window.c (1.15), window.h (1.5): added final
7423         window settable prefs through actions and verified all should be
7424         macro recordable.
7426 2001-03-11 02:31  slobasso
7428         * source/: help.c (1.22), menu.c (1.22), nedit.h (1.8): new macro
7429         access to many window settings
7431 2001-03-10 15:36  arnef
7433         * source/: help.c (1.21), menu.c (1.21), nedit.c (1.10), nedit.h
7434         (1.7), preferences.c (1.16), preferences.h (1.5), search.c (1.15),
7435         search.h (1.6): Implemented replace/find functionality, patch no
7436         403934
7438 2001-03-09 22:30  slobasso
7440         * source/help.c (1.20): changed delete() to delete_selection() in
7441         docs
7443 2001-03-09 22:27  slobasso
7445         * source/menu.c (1.20): changed Delete menu item to use
7446         delete_selection action
7448 2001-03-09 22:21  slobasso
7450         * source/parse.y (1.13): added lex hack for delete array[key] vs
7451         delete() abiguity
7453 2001-03-09 16:58  slobasso
7455         * source/: help.c (1.19), macro.c (1.14), menu.c (1.19), text.c
7456         (1.10), text.h (1.4, REL-5-2), textDisp.c (1.7), textDisp.h (1.5,
7457         REL-5-2), window.c (1.14), window.h (1.4): adding new variables for
7458         font width and pane index and size and focus_pane action
7460 2001-03-06 19:49  slobasso
7462         * source/: interpret.c (1.11), rbTree.c (1.2), rbTree.h (1.2,
7463         BETA-5-3-RC1, REL-5-2): added comments, cleaned up a few minor bugs
7464         and added cvs id's to new files
7466 2001-03-06 15:02  slobasso
7468         * source/macro.c (1.13): add comments
7470 2001-03-06 01:00  slobasso
7472         * source/: interpret.c (1.10), parse.y (1.12): code cleanup
7474 2001-03-05 21:39  slobasso
7476         * source/highlightData.c (1.9): bring syntax hilighting up to
7477         latest changes in nedit macro language
7479 2001-03-05 19:26  slobasso
7481         * source/: interpret.c (1.9), macro.c (1.12), parse.y (1.11): fixed
7482         a few warnings and made splitMS compatible with array sub-scripts
7483         end cases, which is what is was designed for
7485 2001-03-05 16:20  amai
7487         * source/: help.c (1.18), parse.y (1.10): help.c: It's "March" now
7488         ...  parse.y: add two yy*() prototypes to make compiler happy
7490 2001-03-05 15:00  slobasso
7492         * source/: Makefile.common (1.6), Makefile.dependencies (1.4),
7493         help.c (1.17), interpret.c (1.8), interpret.h (1.4), macro.c
7494         (1.11), menu.c (1.18), nedit.c (1.9), parse.y (1.9), rbTree.c
7495         (1.1), rbTree.h (1.1), shell.c (1.8), smartIndent.c (1.8),
7496         userCmds.c (1.10): array macro feature
7498 2001-02-26 23:38  edg
7500         * Makefile (1.5), README (1.6), ReleaseNotes (1.4), nc.man (1.3),
7501         nedit.doc (1.4), nedit.man (1.3), makefiles/Makefile.aix (1.3),
7502         makefiles/Makefile.bsdi (1.2), makefiles/Makefile.ccur (1.2),
7503         makefiles/Makefile.convex (1.2), makefiles/Makefile.cygwin (1.3),
7504         makefiles/Makefile.dcosx (1.2), makefiles/Makefile.dec (1.2),
7505         makefiles/Makefile.freebsd (1.2), makefiles/Makefile.generic (1.2),
7506         makefiles/Makefile.hpux (1.2), makefiles/Makefile.linux (1.2),
7507         makefiles/Makefile.lynx (1.2), makefiles/Makefile.m88k.svr4 (1.2),
7508         makefiles/Makefile.netbsd (1.2), makefiles/Makefile.os2 (1.2),
7509         makefiles/Makefile.osf (1.2), makefiles/Makefile.reliant (1.2),
7510         makefiles/Makefile.sco (1.2), makefiles/Makefile.sgi (1.2),
7511         makefiles/Makefile.solaris (1.2), makefiles/Makefile.sunos (1.2),
7512         makefiles/Makefile.uhc (1.2), makefiles/Makefile.ultrix (1.2),
7513         makefiles/Makefile.unicos (1.2), makefiles/Makefile.unixware (1.2),
7514         source/Makefile.common (1.5), source/Makefile.dependencies (1.3),
7515         source/comnedit.com (1.4), source/file.c (1.11), source/file.h
7516         (1.4), source/help.c (1.16), source/help.h (1.3),
7517         source/highlight.c (1.11), source/highlight.h (1.3, REL-5-2),
7518         source/highlightData.c (1.8), source/highlightData.h (1.3),
7519         source/interpret.c (1.7), source/interpret.h (1.3),
7520         source/lnknedit.com (1.3), source/macro.c (1.10), source/macro.h
7521         (1.2, REL-5-2), source/menu.c (1.17), source/menu.h (1.5,
7522         BETA-5-3-RC1, REL-5-2), source/n.bm (1.2, BETA-5-3-RC1, REL-5-2),
7523         source/nc.c (1.7), source/nedit.bm (1.2, BETA-5-3-RC1, REL-5-2),
7524         source/nedit.c (1.8), source/nedit.h (1.6),
7525         source/nedit_options_file.opt (1.2, BETA-5-3-RC1, REL-5-2),
7526         source/parse.c_noyacc (1.4), source/parse.h (1.2), source/parse.y
7527         (1.8), source/preferences.c (1.15), source/preferences.h (1.4),
7528         source/regexConvert.c (1.2), source/regexConvert.h (1.2, REL-5-2),
7529         source/regularExp.c (1.4), source/regularExp.h (1.3),
7530         source/search.c (1.14), source/search.h (1.5), source/selection.c
7531         (1.6), source/selection.h (1.3, REL-5-2), source/server.c (1.7),
7532         source/server.h (1.2, REL-5-2), source/shell.c (1.7),
7533         source/shell.h (1.3, REL-5-2), source/shift.c (1.6), source/shift.h
7534         (1.3, BETA-5-3-RC1, REL-5-2), source/smartIndent.c (1.7),
7535         source/smartIndent.h (1.3), source/tags.c (1.10), source/tags.h
7536         (1.3), source/text.c (1.9), source/text.h (1.3), source/textBuf.c
7537         (1.5), source/textBuf.h (1.3), source/textDisp.c (1.6),
7538         source/textDisp.h (1.4), source/textDrag.c (1.3), source/textDrag.h
7539         (1.2, BETA-5-3-RC1, REL-5-2), source/textP.h (1.3, BETA-5-3-RC1,
7540         REL-5-2), source/textSel.c (1.3), source/textSel.h (1.2,
7541         BETA-5-3-RC1, REL-5-2), source/undo.c (1.4), source/undo.h (1.3,
7542         REL-5-2), source/userCmds.c (1.9), source/userCmds.h (1.3),
7543         source/window.c (1.13), source/window.h (1.3), util/DialogF.c
7544         (1.8), util/DialogF.h (1.4, REL-5-2), util/Makefile.common (1.5,
7545         REL-5-2), util/Makefile.dependencies (1.3), util/comutil.com (1.2),
7546         util/fileUtils.c (1.7), util/fileUtils.h (1.3), util/fontsel.c
7547         (1.5), util/fontsel.h (1.3), util/getfiles.c (1.10),
7548         util/getfiles.h (1.3, BETA-5-3-RC1, REL-5-2), util/managedList.c
7549         (1.4), util/managedList.h (1.3, BETA-5-3-RC1, REL-5-2), util/misc.c
7550         (1.14), util/misc.h (1.5), util/prefFile.c (1.7), util/prefFile.h
7551         (1.4, BETA-5-3-RC1, REL-5-2), util/printUtils.c (1.7),
7552         util/printUtils.h (1.3), util/utils.c (1.3), util/utils.h (1.2,
7553         REL-5-2), util/vmsParam.h (1.2, BETA-5-3-RC1, REL-5-2),
7554         util/vmsUtils.c (1.3), util/vmsUtils.h (1.3, BETA-5-3-RC1,
7555         REL-5-2): Added CVS Ids.
7557 2001-02-25 02:13  edel
7559         * source/parse.y (1.7): Fix conflicts in yacc grammar!
7561 2001-02-22 20:27  edel
7563         * source/highlight.c (1.10): My previous highlighting patch didn't
7564         take in to account styles which fail lookup in the pass1pattern
7565         list (like pass 2 patterns).
7567 2001-02-21 21:39  tringali
7569         * source/highlight.c (1.9): [Patch #101473] Use nearest-color match
7570         when colormap exhausted.
7572 2001-02-21 16:49  edel
7574         * source/highlight.c (1.8): Abutting styles could fool incremental
7575         highlighting into using an unparsable pattern with parseString.
7577 2001-02-20 23:54  slobasso
7579         * source/: help.c (1.15), macro.c (1.9): new preference global
7580         variables added
7582 2001-02-20 15:37  slobasso
7584         * source/menu.c (1.16): fixed bug where forgot to deref nArgs
7585         pointer
7587 2001-02-20 09:58  amai
7589         * Makefile (1.4), README (1.5): README:   change a couple of
7590         "nedit" to "NEdit" Makefile: slightly change comment text (fix
7591         typo, etc.)
7593 2001-02-19 16:39  slobasso
7595         * source/: help.c (1.14), macro.c (1.8), menu.c (1.15): added a new
7596         macro command string_compare() and an action raise_window()
7598 2001-02-19 16:30  slobasso
7600         * source/file.c (1.10): fix issue where reused untitled window is
7601         not given focus when raised.
7603 2001-02-19 10:03  amai
7605         * source/help.c (1.13): help.c: fix some typos and change a couple
7606         of         "nedit" to "NEdit". Actually it is not always        
7607         straightforward to see whether a "nedit" refers to         the
7608         whole product called "NEdit" or to the "nedit" executable ...
7610 2001-02-19 02:02  slobasso
7612         * source/text.c (1.8): fix warnings
7614 2001-02-17 14:03  amai
7616         * source/Makefile.dependencies (1.2), util/Makefile.dependencies
7617         (1.2): */Makefile.dependencies: update WRT new utils.*
7619 2001-02-17 13:59  amai
7621         * source/file.c (1.9), util/utils.c (1.2): file.c utils.c: add
7622         missing #includes
7624 2001-02-17 13:56  amai
7626         * util/: utils.c (1.1), utils.h (1.1): utils.*: new sources for
7627         general purpose, non-GUI stuff like          GetHomeDir()
7629 2001-02-17 13:53  amai
7631         * source/file.c (1.8), source/macro.c (1.7), source/menu.c (1.14),
7632         source/nc.c (1.6), source/server.c (1.6), source/tags.c (1.9),
7633         util/Makefile.common (1.4), util/fileUtils.c (1.6), util/prefFile.c
7634         (1.6): nc.c server.c: move #include <sys/types.h> before other
7635         <sys/*> Makefile.common: prepare for util/utils.c to be checked in
7636         file.c macro.c menu.c tags.c fileUtils.c prefFile.c:    use new
7637         GetCurDir(), GetHomeDir() calls
7639 2001-02-17 01:47  edel
7641         * source/: highlight.c (1.7), parse.y (1.6): 
7642         Empty code blocks are rejected by the macro language.
7644 2001-02-17 00:09  slobasso
7646         * source/interpret.c (1.6): when strings are converted to numbers
7647         and the conversion fails, use 0 rather than junk
7649 2001-02-16 14:58  amai
7651         * ReleaseNotes (1.3), source/tags.c (1.8), util/fileUtils.c (1.5):
7652         ReleaseNotes: add some bugs being addressed *.c: supply fallback if
7653         getcwd() fails      (in one case we used uninitialized memory
7654         earlier!)
7656 2001-02-16 14:25  amai
7658         * source/: Makefile.common (1.4), help.c (1.12): Makefile.common:
7659         nc depends on libNUtil.a! help.c: switch to "February 2001" ...
7661 2001-02-15 16:08  tringali
7663         * ReleaseNotes (1.2): 
7664         Add info about 5.2 features and bugfixes.
7666 2001-02-15 16:07  tringali
7668         * util/misc.c (1.13): 
7669         Fix simulateButtonPress() so it works for gadgets.  (Needed for
7670         DialogF mnemonics.)
7672 2001-02-15 16:06  tringali
7674         * util/DialogF.h (1.3): 
7675         Change dialog_type parameter to int to avoid warnings.
7677 2001-02-15 16:06  tringali
7679         * util/DialogF.c (1.7): 
7680         Automatically create mnemonics for dialog buttons.  Change
7681         dialog_type parameter to int to avoid warnings (comparing unsingned
7682         int for negative isn't exactly useful).
7684 2001-02-15 16:04  tringali
7686         * source/preferences.c (1.14): Default syntax highlighting to on.
7688 2001-02-15 16:04  tringali
7690         * source/nc.c (1.5): 
7691         
7692         - Remove warnings for 64-bit systems.  Extend strlen results to
7693         long and use   %ld as a format specifier.  strlen returns a size_t
7694         which is typically   an unsigned long on 64-bit systems.
7696 2001-02-14 00:34  slobasso
7698         * source/: help.c (1.11), text.c (1.7), textDisp.c (1.5),
7699         textDisp.h (1.3): added extra options to many of the macro actions
7701 2001-02-12 22:37  amai
7703         * source/preferences.c (1.13): preferences.c: patch from Thorsten
7704         Haude to issue a warning                if -import can not find the
7705         specified file
7707 2001-02-12 21:08  slobasso
7709         * source/: help.c (1.10), menu.c (1.13), nedit.h (1.5),
7710         preferences.c (1.12), preferences.h (1.3), search.c (1.13),
7711         search.h (1.4): Added a search wrap option to prefs and made some
7712         more options available to macro actions.
7714 2001-02-09 22:35  tringali
7716         * source/help.c (1.9): Remove obsolete reference to Caps-Lock bug.
7718 2001-02-09 22:34  slobasso
7720         * source/: interpret.c (1.5), interpret.h (1.2), parse.c_noyacc
7721         (1.3), parse.y (1.5): fixed a leak with static strings in the macro
7722         interpreter.
7724 2001-02-09 22:19  slobasso
7726         * source/: menu.c (1.12), text.c (1.6): fixed strCaseCmp() bug
7727         where partial strings would match.
7729 2001-02-09 21:07  amai
7731         * source/userCmds.c (1.8): userCmds.c: try to fix compiler warnings
7733 2001-02-09 09:08  amai
7735         * source/: menu.c (1.11), menu.h (1.4): menu.*: fix a 'pointer vs.
7736         integer constant' problem, by adding a         cast to the
7737         constants #definition
7739 2001-02-08 09:08  amai
7741         * source/Makefile.common (1.3), source/Makefile.dependencies (1.1),
7742         util/Makefile.common (1.3), util/Makefile.dependencies (1.1):
7743         */Makefile.common: include new */Makefile.dependencies: simple
7744         files containing the dependencies for all     objects (i.e. *.o)
7746 2001-02-08 08:52  amai
7748         * source/: menu.c (1.10), menu.h (1.3): menu.c menu.h: - correct my
7749         previous patch: XmNuserData requires XtPointer* arg               
7750         - add some more 'const's
7752 2001-02-06 16:04  amai
7754         * source/search.c (1.12), util/DialogF.c (1.6), util/getfiles.c
7755         (1.9): search.c DialogF.c getfiles.c: Drop #ifdef MOTIF10 sections.
7757 2001-02-06 12:07  amai
7759         * source/menu.c (1.9): menu.c: Fix a 'major' 64bit bug: we were
7760         passing a pointer to int         instead of pointer to pointer.
7761         This fixes the crash with         NEdit/LessTif on alpha when
7762         selecting the Window menu item!!
7764 2001-02-06 10:19  amai
7766         * source/preferences.c (1.11): preferences.c: drop unused #include
7767         <errno.h>
7769 2001-02-06 10:03  amai
7771         * source/interpret.c (1.4), util/prefFile.c (1.5), util/prefFile.h
7772         (1.3): interpret.c prefFile.*: add 'const' to some more functions'
7773         signature
7775 2001-02-06 10:02  amai
7777         * source/: nc.c (1.4), server.c (1.5): server.c nc.c: add checks
7778         whether some system calls succeed (e.g. uname())               
7779         changed signature of getHostName() and getUserName
7781 2001-02-05 19:45  amai
7783         * util/: DialogF.c (1.5), misc.c (1.12), prefFile.c (1.4),
7784         printUtils.c (1.6): DialogF.c misc.c prefFile.c printUtils.c: add
7785         'const' to some     functions' signatures
7787 2001-02-05 17:13  amai
7789         * source/: file.c (1.7), help.c (1.8), highlight.c (1.6),
7790         highlightData.c (1.7): file.c help.c highlight.c highlightData.c:
7791         Replace improper <0> as last argument          in XtVa*() interface
7792         calls by <NULL>
7794 2001-02-02 18:10  tringali
7796         * source/highlight.c (1.5): Replace debugging code of divide by 0
7797         with a more proper assert.  Dividing by zero generated warnings on
7798         lots of compilers.
7800 2001-02-02 14:47  amai
7802         * source/window.c (1.12): window.c: drop declaration of
7803         _XEditResCheckMessages(); should be in           according header  
7804                 Fix compiler warning about boolean expression
7806 2001-02-02 14:00  amai
7808         * Makefile (1.3), README (1.4): Makefile: do not list CVS/ subdir
7809         when running 'make' without argument README:   cosmetics
7810         (re-formatting)           add pointer to makefiles/Makefile.generic
7811         which explains     our current -D compiler options
7813 2001-02-02 13:12  amai
7815         * util/getfiles.c (1.8): getfiles.c: - add 'cont' add some places  
7816                     (as I realized we are already using it, so we don't    
7817                   discuss systems w/o here)             - drop */errno.h
7818         #includes (I couldn't see any usage of it currently)
7820 2001-02-01 23:16  tringali
7822         * makefiles/Makefile.aix (1.2): 
7823         
7824         Fix for bug 130164: force X headers to include full prototype
7825         information.
7827 2001-01-26 22:42  amai
7829         * source/: help.c (1.7), window.c (1.11): help.c: switch to
7830         "January, 2001" window.c: ad cast; should fix SF [Bug #130164 ]
7831         Compiler warning on AIX4.3.2 in                window.c
7833 2001-01-24 15:54  amai
7835         * util/misc.c (1.11), source/highlightData.c (1.6), source/menu.c
7836         (1.8), source/preferences.c (1.10), source/userCmds.c (1.7): *.c:
7837         The XmNnumChildren resource if of type 'Cardinal', not 'int'
7839 2001-01-10 10:42  amai
7841         * source/textBuf.c (1.4): textBuf.c: fix for SF [Bug #115195 ]
7842         textBuf.c:862 warning: '/*' within comment
7844 2001-01-05 21:18  amai
7846         * source/shell.c (1.6): shell.c: change some "Nedit" strings to
7847         "NEdit".           properly end an execl() parameter list by (char
7848         *)0
7850 2000-12-20 14:05  amai
7852         * source/help.c (1.6), source/nedit.c (1.7), source/search.c
7853         (1.11), source/window.c (1.10), util/getfiles.c (1.7): Replace
7854         "Lesstif" by "LessTif" ...  Update timestamp in version info to
7855         "december, 2000"
7857 2000-12-20 13:56  amai
7859         * README (1.3), source/.cvsignore (1.1), source/tags.c (1.7),
7860         util/misc.c (1.10): Add two missing #includes Add a .cvsignore for
7861         the two binaries beign built Update the docs WRT LessTif issues
7863 2000-12-19 21:08  tringali
7865         * nedit.doc (1.3): 
7866         
7867         Removed obsolete references to fnal.gov FTP server.
7869 2000-12-19 21:06  edg
7871         * source/selection.c (1.5): Added a fix for SF bug 126285: segfault
7872         with goto line.
7874 2000-12-15 20:57  edg
7876         * source/text.c (1.5): Fixed a selection highlighting bug (removed
7877         an earlier bogus patch).
7879 2000-12-10 19:35  edg
7881         * source/search.c (1.10): Fixed some (harmless) compiler warnings. 
7882         Added an extra check in the multi-file replacement code to make
7883         sure that the user didn't invalidate the replacement strings when
7884         the dialog isn't modal (bug in several Lesstif versions).
7886 2000-11-30 21:33  edg
7888         * util/getfiles.c (1.6): Implemented a workaround for a Motif 2.x
7889         file selection box bug.
7891 2000-11-30 21:31  edg
7893         * makefiles/Makefile.cygwin (1.2): Minor changes requested by
7894         Christian Denat.
7896 2000-11-23 23:23  edg
7898         * source/: search.c (1.9), search.h (1.3), window.c (1.9): Fixed a
7899         critical bug in the multi-file replace functionality.  Closing
7900         windows while a multi-file replace dialog was up could result in a
7901         crash. The lists are now updated when a window closes.
7903 2000-11-22 23:08  edg
7905         * source/: nedit.h (1.4), search.c (1.8), window.c (1.8): Added
7906         multi-file replace-all functionality.
7908 2000-11-22 21:50  edg
7910         * source/: preferences.c (1.9), search.c (1.7): Added a missing
7911         #include <stdio.h>.
7913 2000-11-07 14:03  edel
7915         * util/misc.c (1.9): Fix glitches in Caps/Num Lock patch
7917 2000-11-06 21:52  edel
7919         * source/: macro.c (1.6), preferences.c (1.8), shift.c (1.5),
7920         text.c (1.4), userCmds.c (1.6), window.c (1.7): Patch for Caps/Num
7921         Lock bug + a few other minor fixes
7923 2000-11-06 21:50  edel
7925         * util/: misc.c (1.8), misc.h (1.4): Patch for Caps/Num Lock Motif
7926         bug
7928 2000-10-06 21:23  edel
7930         * util/misc.c (1.7): Bug fix: BG menu not working with new best
7931         visual code
7933 2000-10-04 03:09  edel
7935         * util/: DialogF.c (1.4), fontsel.c (1.4), getfiles.c (1.5),
7936         managedList.c (1.3), misc.c (1.6), printUtils.c (1.5): For IA-64,
7937         XtVa argument lists must be terminated with NULL rather than 0
7939 2000-10-04 03:07  edel
7941         * source/: macro.c (1.5), menu.c (1.7), preferences.c (1.7),
7942         search.c (1.6), selection.c (1.4), shell.c (1.5), shift.c (1.4),
7943         smartIndent.c (1.6), tags.c (1.6), textDisp.c (1.4), userCmds.c
7944         (1.5), window.c (1.6): For IA-64, XtVa calls must be terminated
7945         w/NULL, rather than 0
7947 2000-09-29 15:48  edel
7949         * util/: fileUtils.c (1.4), misc.c (1.5): Support ClearCase version
7950         extended pathnames (and fix some compiler warns)
7952 2000-09-29 15:38  edel
7954         * source/: file.c (1.6), file.h (1.3), menu.c (1.6), nedit.c (1.6),
7955         preferences.c (1.6), server.c (1.4), shell.c (1.4): Updates from
7956         Max (via Arne), and Arne Førlie: ClearCase version extended paths,
7957         Untitled windows inherit parent path, and avoid reuse of Untitled
7958         windows which are currently running a macro.
7960 2000-09-26 20:28  edel
7962         * source/: file.c (1.5), help.c (1.5), highlightData.c (1.5),
7963         macro.c (1.4), menu.c (1.5), nedit.c (1.5), preferences.c (1.5),
7964         search.c (1.5), smartIndent.c (1.5), tags.c (1.5), userCmds.c
7965         (1.4), window.c (1.5): Allow nedit to use non-default visuals
7967 2000-09-26 20:25  edel
7969         * util/: DialogF.c (1.3), fontsel.c (1.3), getfiles.c (1.4), misc.c
7970         (1.4), misc.h (1.3), printUtils.c (1.4): Allow NEdit to use
7971         non-default visual
7973 2000-09-22 19:41  edel
7975         * util/: fileUtils.c (1.3), getfiles.c (1.3), misc.c (1.3),
7976         prefFile.c (1.3), printUtils.c (1.3): Changes since last posted
7977         development release
7979 2000-09-22 19:34  edel
7981         * source/: file.c (1.4), help.c (1.4), highlight.c (1.4),
7982         highlightData.c (1.4), interpret.c (1.3), macro.c (1.3), menu.c
7983         (1.4), nc.c (1.3), nedit.c (1.4), parse.y (1.4), preferences.c
7984         (1.4), regularExp.c (1.3), search.c (1.4), selection.c (1.3),
7985         server.c (1.3), shell.c (1.3), shift.c (1.3), smartIndent.c (1.4),
7986         tags.c (1.4), text.c (1.3), textBuf.c (1.3), undo.c (1.3),
7987         userCmds.c (1.3), window.c (1.4): Changes since last posted
7988         development release
7990 2000-09-10 18:15  tringali
7992         * makefiles/: Makefile.aix (1.1), Makefile.bsdi (1.1),
7993         Makefile.ccur (1.1), Makefile.convex (1.1), Makefile.cygwin (1.1),
7994         Makefile.dcosx (1.1), Makefile.dec (1.1), Makefile.freebsd (1.1),
7995         Makefile.generic (1.1), Makefile.hpux (1.1), Makefile.linux (1.1),
7996         Makefile.lynx (1.1), Makefile.m88k.svr4 (1.1), Makefile.netbsd
7997         (1.1), Makefile.os2 (1.1), Makefile.osf (1.1), Makefile.reliant
7998         (1.1), Makefile.sco (1.1), Makefile.sgi (1.1), Makefile.solaris
7999         (1.1), Makefile.sunos (1.1), Makefile.uhc (1.1), Makefile.ultrix
8000         (1.1), Makefile.unicos (1.1), Makefile.unixware (1.1) (utags:
8001         REL-5-1-1): 5.1.1 baseline
8003 2000-09-09 22:22  tringali
8005         * source/: comnedit.com (1.3), file.c (1.3), help.c (1.3),
8006         highlight.c (1.3), highlightData.c (1.3), menu.c (1.3), nedit.c
8007         (1.3), nedit.h (1.3), parse.c_noyacc (1.2), parse.y (1.3),
8008         preferences.c (1.3), search.c (1.3), smartIndent.c (1.3), tags.c
8009         (1.3), textDisp.c (1.3), window.c (1.3): 5.2 Development snapshot
8010         as of 5/29/2000
8012 2000-09-09 22:18  tringali
8014         * Makefile (1.2, REL-5-1-1), README (1.2, REL-5-1-1), ReleaseNotes
8015         (1.1, REL-5-1-1), nc.man (1.2, REL-5-1-1), nedit.doc (1.2,
8016         REL-5-1-1), nedit.man (1.2, REL-5-1-1), source/Makefile.common
8017         (1.2, REL-5-1-1), source/Makefile.dec (1.2), source/Makefile.hp
8018         (1.2), source/Makefile.ibm (1.2), source/Makefile.linux (1.2),
8019         source/Makefile.osf (1.2), source/Makefile.sgi (1.2),
8020         source/Makefile.solaris (1.2), source/Makefile.sunos (1.2),
8021         source/Makefile.ultrix (1.2), source/comnedit.com (1.2, REL-5-1-1),
8022         source/file.c (1.2, REL-5-1-1), source/file.h (1.2, REL-5-1-1),
8023         source/help.c (1.2, REL-5-1-1), source/help.h (1.2, REL-5-1-1),
8024         source/highlight.c (1.2, REL-5-1-1), source/highlight.h (1.2,
8025         REL-5-1-1), source/highlightData.c (1.2, REL-5-1-1),
8026         source/highlightData.h (1.2, REL-5-1-1), source/interpret.c (1.2,
8027         REL-5-1-1), source/lnknedit.com (1.2, REL-5-1-1), source/macro.c
8028         (1.2, REL-5-1-1), source/menu.c (1.2, REL-5-1-1), source/menu.h
8029         (1.2, REL-5-1-1), source/nc.c (1.2, REL-5-1-1), source/nedit.c
8030         (1.2, REL-5-1-1), source/nedit.h (1.2, REL-5-1-1), source/parse.y
8031         (1.2, REL-5-1-1), source/preferences.c (1.2, REL-5-1-1),
8032         source/preferences.h (1.2, REL-5-1-1), source/regexConvert.c (1.1,
8033         REL-5-1-1), source/regexConvert.h (1.1, REL-5-1-1),
8034         source/regularExp.c (1.2, REL-5-1-1), source/regularExp.h (1.2,
8035         REL-5-1-1), source/search.c (1.2, REL-5-1-1), source/search.h (1.2,
8036         REL-5-1-1), source/selection.c (1.2, REL-5-1-1), source/selection.h
8037         (1.2, REL-5-1-1), source/server.c (1.2, REL-5-1-1), source/shell.c
8038         (1.2, REL-5-1-1), source/shell.h (1.2, REL-5-1-1), source/shift.c
8039         (1.2, REL-5-1-1), source/shift.h (1.2, REL-5-1-1),
8040         source/smartIndent.c (1.2, REL-5-1-1), source/smartIndent.h (1.2,
8041         REL-5-1-1), source/tags.c (1.2, REL-5-1-1), source/tags.h (1.2,
8042         REL-5-1-1), source/text.c (1.2, REL-5-1-1), source/text.h (1.2,
8043         REL-5-1-1), source/textBuf.c (1.2, REL-5-1-1), source/textBuf.h
8044         (1.2, REL-5-1-1), source/textDisp.c (1.2, REL-5-1-1),
8045         source/textDisp.h (1.2, REL-5-1-1), source/textDrag.c (1.2,
8046         REL-5-1-1), source/textP.h (1.2, REL-5-1-1), source/textSel.c (1.2,
8047         REL-5-1-1), source/undo.c (1.2, REL-5-1-1), source/undo.h (1.2,
8048         REL-5-1-1), source/userCmds.c (1.2, REL-5-1-1), source/userCmds.h
8049         (1.2, REL-5-1-1), source/window.c (1.2, REL-5-1-1), source/window.h
8050         (1.2, REL-5-1-1), util/DialogF.c (1.2, REL-5-1-1), util/DialogF.h
8051         (1.2, REL-5-1-1), util/Makefile.common (1.2, REL-5-1-1),
8052         util/Makefile.dec (1.2), util/Makefile.hp (1.2), util/Makefile.ibm
8053         (1.2), util/Makefile.linux (1.2), util/Makefile.sgi (1.2),
8054         util/Makefile.solaris (1.2), util/Makefile.sunos (1.2),
8055         util/Makefile.ultrix (1.2), util/fileUtils.c (1.2, REL-5-1-1),
8056         util/fileUtils.h (1.2, REL-5-1-1), util/fontsel.c (1.2, REL-5-1-1),
8057         util/fontsel.h (1.2, REL-5-1-1), util/getfiles.c (1.2, REL-5-1-1),
8058         util/getfiles.h (1.2, REL-5-1-1), util/managedList.c (1.2,
8059         REL-5-1-1), util/managedList.h (1.2, REL-5-1-1), util/misc.c (1.2,
8060         REL-5-1-1), util/misc.h (1.2, REL-5-1-1), util/prefFile.c (1.2,
8061         REL-5-1-1), util/prefFile.h (1.2, REL-5-1-1), util/printUtils.c
8062         (1.2, REL-5-1-1), util/printUtils.h (1.2, REL-5-1-1),
8063         util/vmsUtils.c (1.2, REL-5-1-1), util/vmsUtils.h (1.2, REL-5-1-1):
8064         5.1.1 baseline
8066 2000-09-09 22:12  tringali
8068         * Makefile (1.1), README (1.1), nc.man (1.1), nedit.doc (1.1),
8069         nedit.man (1.1), source/Makefile.common (1.1), source/Makefile.dec
8070         (1.1), source/Makefile.hp (1.1), source/Makefile.ibm (1.1),
8071         source/Makefile.linux (1.1), source/Makefile.osf (1.1),
8072         source/Makefile.sgi (1.1), source/Makefile.solaris (1.1),
8073         source/Makefile.sunos (1.1), source/Makefile.ultrix (1.1),
8074         source/comnedit.com (1.1), source/file.c (1.1), source/file.h
8075         (1.1), source/help.c (1.1), source/help.h (1.1), source/highlight.c
8076         (1.1), source/highlight.h (1.1), source/highlightData.c (1.1),
8077         source/highlightData.h (1.1), source/interpret.c (1.1),
8078         source/interpret.h (1.1, REL-5-1-1), source/lnknedit.com (1.1),
8079         source/macro.c (1.1), source/macro.h (1.1, REL-5-1-1),
8080         source/menu.c (1.1), source/menu.h (1.1), source/n.bm (1.1,
8081         REL-5-1-1), source/nc.c (1.1), source/nedit.bm (1.1, REL-5-1-1),
8082         source/nedit.c (1.1), source/nedit.h (1.1),
8083         source/nedit_options_file.opt (1.1, REL-5-1-1),
8084         source/parse.c_noyacc (1.1, REL-5-1-1), source/parse.h (1.1,
8085         REL-5-1-1), source/parse.y (1.1), source/preferences.c (1.1),
8086         source/preferences.h (1.1), source/regularExp.c (1.1),
8087         source/regularExp.h (1.1), source/search.c (1.1), source/search.h
8088         (1.1), source/selection.c (1.1), source/selection.h (1.1),
8089         source/server.c (1.1), source/server.h (1.1, REL-5-1-1),
8090         source/shell.c (1.1), source/shell.h (1.1), source/shift.c (1.1),
8091         source/shift.h (1.1), source/smartIndent.c (1.1),
8092         source/smartIndent.h (1.1), source/tags.c (1.1), source/tags.h
8093         (1.1), source/text.c (1.1), source/text.h (1.1), source/textBuf.c
8094         (1.1), source/textBuf.h (1.1), source/textDisp.c (1.1),
8095         source/textDisp.h (1.1), source/textDrag.c (1.1), source/textDrag.h
8096         (1.1, REL-5-1-1), source/textP.h (1.1), source/textSel.c (1.1),
8097         source/textSel.h (1.1, REL-5-1-1), source/undo.c (1.1),
8098         source/undo.h (1.1), source/userCmds.c (1.1), source/userCmds.h
8099         (1.1), source/window.c (1.1), source/window.h (1.1), util/DialogF.c
8100         (1.1), util/DialogF.h (1.1), util/Makefile.common (1.1),
8101         util/Makefile.dec (1.1), util/Makefile.hp (1.1), util/Makefile.ibm
8102         (1.1), util/Makefile.linux (1.1), util/Makefile.sgi (1.1),
8103         util/Makefile.solaris (1.1), util/Makefile.sunos (1.1),
8104         util/Makefile.ultrix (1.1), util/comutil.com (1.1, REL-5-1-1),
8105         util/fileUtils.c (1.1), util/fileUtils.h (1.1), util/fontsel.c
8106         (1.1), util/fontsel.h (1.1), util/getfiles.c (1.1), util/getfiles.h
8107         (1.1), util/managedList.c (1.1), util/managedList.h (1.1),
8108         util/misc.c (1.1), util/misc.h (1.1), util/prefFile.c (1.1),
8109         util/prefFile.h (1.1), util/printUtils.c (1.1), util/printUtils.h
8110         (1.1), util/vmsParam.h (1.1, REL-5-1-1), util/vmsUtils.c (1.1),
8111         util/vmsUtils.h (1.1) (utags: REL-5-0-2): 5.0.2 baseline