Force Motif to be pulled in statically by default. Linux users tend to upgrade
[nedit.git] / ChangeLog
blobc375f88dea8609f852395e457c0dc5db62cd11c2
1 2002-03-01 17:12  amai
3         * util/fileUtils.c (1.21): Add a UNICOS-specific call to readlink()
5 2002-03-01 17:04  amai
7         * util/fontsel.c (1.14): Replace rint(x) by floor(x+0.5)
9 2002-03-01 16:04  amai
11         * makefiles/Makefile.unicos (1.5): Patch from Paolo Palazzi to
12         compile on UNICOS 10.0.1.0
14 2002-02-27 14:44  edg
16         * source/window.c (1.45): Setfont: fixed a bug with the window
17         getting the wrong width when changing the font size under fvwm (or
18         any other ICCCM2 compliant window manager). Fix provided by Dominik
19         Vogt of fvwm.
21 2002-02-27 11:26  edg
23         * source/text.c (1.23): Replaced the "None" modifiers by "~Alt
24         ~Shift ~Ctrl ~Meta", because "None" also excludes lock keys and
25         prevents PageUp/PageDown from responding when, for instance, the
26         NumLock key is on (so I didn't mix up my binaries after all :-).
28 2002-02-25 17:28  edg
30         * source/text.c (1.22): Reverted the last change. I've probably
31         mixed up my NEdit binaries.
33 2002-02-25 14:29  edg
35         * source/text.c (1.21): Removed the recently introduced None
36         modifiers in default key bindings.  They don't seem to be
37         recognized by all Motif versions, causing the PageUp/PageDown keys
38         to stop working.
40 2002-02-25 10:32  edg
42         * source/textDisp.c (1.19): Fix for SF #522263: segfault fix
43         (Nathaniel Gray).
45 2002-02-24 21:16  edg
47         * source/: textBuf.c (1.18), textBuf.h (1.8): Fix for #522038:
48         Internal error when splitting window.  Allowed more than one
49         pre-delete callback per window (I originally thought that only one
50         was necessary).
52 2002-02-23 20:01  edg
54         * source/window.c (1.44): Avoid temporarily invalid WM size hints.
55         They seem to amplify the effects of a bug in fvwm2 (SF #496526:
56         Very wide nedit window with fvwm).
58 2002-02-21 18:53  tringali
60         * source/text.c (1.20): Fix broken PageUp and PageDown keys on
61         systems that bind osfPageLeft to Ctrl-PageUp.
63 2002-02-20 13:03  amai
65         * source/help.c (1.76): Make getBuildInfo() to return a static
66         string.
68 2002-02-16 14:39  edg
70         * source/help_data.h (1.7): Regenerated with fixed setext (fixes
71         some style problems).
73 2002-02-16 14:37  edg
75         * doc/setext (1.7): Style transition fixes by Steven Haehn.
77 2002-02-15 09:41  edg
79         * doc/nedit.html (1.4), source/help_data.h (1.6),
80         source/help_topic.h (1.4): Regenerated with fixed setext.
82 2002-02-15 09:37  edg
84         * doc/setext (1.6): Applied bug fixes in help and html generation
85         (provided by Steven Haehn).
87 2002-02-14 21:08  edg
89         * source/preferences.c (1.46): Bumped .nedit file version to 5.3.
91 2002-02-14 21:04  edg
93         * README (1.24): Synchronized author list with help.etx.
95 2002-02-14 20:24  amai
97         * README (1.23), ReleaseNotes (1.13): Re-arrange some text
99 2002-02-14 14:28  tringali
101         * source/preferences.c (1.45): Oops, helvetica fonts aren't italic,
102         they're oblique.
104 2002-02-13 23:10  edg
106         * README (1.22), ReleaseNotes (1.12): Preparation of 5.3 release.
108 2002-02-13 23:07  edg
110         * source/nc.c (1.21): Preparation of 5.3 release.
112 2002-02-13 20:47  tringali
114         * source/preferences.c (1.44): Change help fonts to be like the
115         defaults we have in nedit.c to reduce the likelihood of them being
116         missing or defective.
118 2002-02-13 20:00  tringali
120         * util/misc.c (1.36): Fix for [ #478234 ] nedit crash with Xwindows
121         on 2nd screen
123 2002-02-13 18:03  edg
125         * ChangeLog (1.21): Update.
127 2002-02-13 14:14  edg
129         * source/textDisp.c (1.18): Fix for SF bug #516920: line numbering
130         in continuous wrap mode.
132 2002-02-13 12:30  edg
134         * doc/nedit.doc (1.10), doc/nedit.html (1.3), source/help_data.h
135         (1.5), source/help_topic.h (1.3): Regenerated documentation.
137 2002-02-13 12:27  edg
139         * doc/setext-info.txt (1.1): Added setext format documentation
140         provided by Steven Haehn.
142 2002-02-13 12:12  edg
144         * doc/help.etx (1.6): Minor fixes.
146 2002-02-11 21:23  arnef
148         * source/windowTitle.c (1.2): Fixed reason for crash when window is
149         destroyed.  Removing leading dashes and spaces Checking for array
150         out of bounds when creating title.
152 2002-02-11 10:45  edg
154         * source/highlightData.c (1.27): Upgraded X Resources highlight
155         patterns to improve highlighting performance.  SF bug #481290;
156         patterns provided by Markus Schwarzenberg.
158 2002-02-08 23:26  tringali
160         * source/nedit.c (1.30): Yet another attempted fix for 434383:
161         menus showing up as blocks.
163 2002-02-07 10:23  edg
165         * doc/help.etx (1.5): Updates for SF bug #489601: misprint in
166         help.c.
168 2002-02-07 10:00  edg
170         * doc/help.etx (1.4): Fix for SF bug #432203: Error in regex help
171         for \l and \L.
173 2002-02-07 09:28  edg
175         * doc/setext (1.5): Comment on #! interpreter line is not allowed
176         for every shell.
178 2002-02-05 22:01  edg
180         * source/highlight.c (1.24): Fix for SF bug #512961: NEdit LOCKS
181         UP, and also for a similar bug reported at the discuss mailing list
182         (Philippe Poilbarbe: Infinite Loop).  Yet another char/unsigned
183         char mixup problem.
185 2002-02-05 20:55  edg
187         * source/regularExp.c (1.12): Fixed a char/unsigned char comparison
188         problem that caused crashes when patterns contained characters with
189         ASCII code >= 128.
191 2002-02-05 18:16  edg
193         * source/: textBuf.c (1.17), textDisp.c (1.17), textDisp.h (1.8),
194         window.c (1.43): Bug fix for SF bug #510631: 5.2 segmentation fault
195         on Linux/i386.  Modifying tab distance in continous wrap mode
196         brought the text display widget in an illegal state.
198 2002-02-05 13:15  edg
200         * source/highlight.c (1.23): Bugfix in color allocation (Thomas
201         Schuetzkowski).
203 2002-02-03 16:41  edg
205         * source/: textBuf.c (1.16), textBuf.h (1.7), textDisp.c (1.16),
206         textDisp.h (1.7): Patches for SF bug #485415: Continuous wrap
207         updating bugs.  Continuous wrap mode combined with variable font
208         sizes resulted in wrong text display calculations.
210 2002-02-01 15:03  edg
212         * source/textDisp.c (1.15): Patch for SF bug #510765: Help>Version
213         scrollbar can get corrupted.  The text display widget used wrong
214         style information for wrapping calculations when using variable
215         width fonts.
217 2002-01-28 10:43  amai
219         * ChangeLog (1.20), source/help.c (1.75), source/nedit.c (1.29),
220         source/server.c (1.13), source/tags.c (1.30), source/textDisp.c
221         (1.14), source/textDrag.c (1.5), source/undo.c (1.8): Add some
222         explicit #include <string.h>
224 2002-01-23 16:54  tringali
226         * source/help.c (1.74): Change parenthesis style to match the rest
227         of nedit source code.
229 2002-01-23 16:53  tringali
231         * source/textSel.c (1.7): Accept COMPOUND_TEXT selection requests
232         for compatability with recent versions of gnome-terminal.
234 2002-01-17 01:34  amai
236         * makefiles/Makefile.os2 (1.11): Some small fixes/enhancements
238 2002-01-15 17:05  tringali
240         * source/: menu.c (1.50), window.c (1.42): Lower case, Upper case,
241         and Find Def do not require an NEdit selection.  LC/UC can operate
242         on the cursor, and Find Def can use an external selection.
244 2002-01-13 16:01  yooden
246         * source/: menu.c (1.49), window.c (1.41): Removed four
247         XtSetSensitive calls that prevent use of 'Open Selected' and 'Find
248         Selection' on selections that are not NEdit's.
250 2002-01-12 00:59  amai
252         * makefiles/Makefile.os2 (1.10), source/nc.c (1.20): Makefile.os2:
253         update/correct some linker options nc.c: I think I previously
254         messed up the commandline for EMX&VMS case.  Perhaps not a good
255         idea to mess around in code which I can't test...
257 2002-01-11 18:21  amai
259         * source/nc.c (1.19): Fix for server startup command line on OS/2:
260         missing flag for START command and fix memory leak.
262 2002-01-11 13:10  amai
264         * doc/setext (1.4), source/help_data.h (1.4): Patch from Steven
265         Haehn to add some static/const to setext output
267 2002-01-10 12:49  amai
269         * source/help.c (1.73): Make some funcs/vars static
271 2002-01-08 16:06  amai
273         * README (1.21): New timestamp ...  (a test whether the commit
274         messages get a different subject now)
276 2002-01-08 14:33  amai
278         * ChangeLog (1.19), source/menu.c (1.48), source/nedit.h (1.20),
279         source/window.c (1.40): Make more menu Items sensitive WRT an
280         existing selection: Cut, Upper, Lower
282 2002-01-07 10:15  amai
284         * source/tags.c (1.29): Jump to tags only referenced by line
285         number.  Fix by M. Schwarzenberg.
287 2002-01-05 16:52  amai
289         * source/search.c (1.42): Only set *again menu Items on the first
290         search ever (not on each)
292 2002-01-05 16:45  amai
294         * source/: Makefile.dependencies (1.15), menu.c (1.47), nedit.h
295         (1.19), search.c (1.41), search.h (1.15), window.c (1.39): Toggle
296         Menu Item sensitivity, including those from SF Bug [ #486072 ]
297         Selection commands sensitivity incorrect
299 2002-01-05 02:19  edel
301         * source/: help_data.h (1.3), help_topic.h (1.2): Regenerated
302         help_topic.h and help_data.h for change in help.ext
304 2002-01-05 02:09  edel
306         * makefiles/Makefile.solaris (1.7): Reverting to 1.5 (I
307         accidentally committed my private mods, sorry).
309 2002-01-05 01:48  edel
311         * doc/help.etx (1.3), doc/setext (1.3), makefiles/Makefile.solaris
312         (1.6), source/help.c (1.72), source/preferences.c (1.43),
313         source/preferences.h (1.17): Help updates from Steve.  Remove
314         unused title font resources, add back some missing help text.
316 2002-01-04 16:39  amai
318         * ChangeLog (1.18), source/textDisp.c (1.13): Fix ("wrong")
319         compiler (gcc) warning about two uninitialized variables
321 2001-12-31 14:34  amai
323         * source/nc.c (1.18): Fix a problem with calling nedit from nc on
324         OS/2 which I introduced recently.  Enlarge Preferences.serverCmd
325         array.
327 2001-12-24 11:50  amai
329         * source/macro.c (1.38): Fix by Gilles J. Seguin for SF Bug [
330         #480966 ] Composed characters in learned sequence
332 2001-12-24 09:46  amai
334         * source/file.c (1.41), source/highlight.c (1.22), source/menu.c
335         (1.46), util/getfiles.c (1.18): Fix for SF Bug [ #480960 ] No
336         titles in some dialog boxes as sent to develop@ from T. Haude
338 2001-12-24 09:26  amai
340         * ChangeLog (1.17), source/parse_noyacc.c (1.2), source/window.c
341         (1.38): Update ChangeLog, parse_noyacc.c. Typo in window.c
343 2001-12-24 09:18  amai
345         * source/: interpret.c (1.21), interpret.h (1.7), parse.y (1.18):
346         Apply SF Patch [ #496413 ] preliminary patch for #495293 from A.
347         Hood which in turn fixes SF Bug [ #495293 ] continue outside of
348         loop causes segfault
350 2001-12-20 15:38  amai
352         * source/: comnedit.com (1.7), parse.c_noyacc (1.8), parse_noyacc.c
353         (1.1): Rename our fallback version of the parse.c code to have a
354         reasonable file extension. Update VMS command file accordingly
356 2001-12-19 17:08  tringali
358         * source/help.c (1.71): Fix incorrect array size that crashes on
359         platforms where sizeof(char*) != sizeof(int)
361 2001-12-19 14:51  tringali
363         * source/: window.c (1.37), nedit.c (1.28): Back out frame around
364         text patch; doesn't work well with LessTif
366 2001-12-18 18:53  tringali
368         * source/: nedit.c (1.27), window.c (1.36): Put frame around text
369         widget, for consistent look with XmScrolledText Patch courtesy of
370         C. Rasmussen (If you don't like it, disable it with
371         *pane*XmFrame.shadowThickness: 0)
373 2001-12-17 16:28  amai
375         * source/selection.c (1.18): Fix compilation problem
377 2001-12-16 04:31  ajhood
379         * source/selection.c (1.17):  Modified Files:
380                 selection.c
381         replacing sprintf lost the path name when opening files
383 2001-12-14 14:35  edel
385         * source/help_topic.h (1.1): Separated auto-generated part of
386         help.h into different file, help_topic.h.
388 2001-12-14 05:14  edel
390         * doc/: Makefile (1.2), help.etx (1.2), nedit.doc (1.9), nedit.html
391         (1.2), setext (1.2): Rearranged styles to put fixed fonts first,
392         for sizing help text widget.
394 2001-12-14 05:12  edel
396         * source/: Makefile.dependencies (1.14), help.c (1.70), help.h
397         (1.8), help_data.h (1.2): Rearanged help fonts so window is sized
398         to match fixed-width formatting.  Fixed underlined fonts not
399         working.
401 2001-12-13 15:44  amai
403         * source/tags.c (1.28): Drop // comments from last check-in
405 2001-12-13 13:31  amai
407         * ChangeLog (1.16), source/help.h (1.7): Add prototype to help.h to
408         fix build warning
410 2001-12-13 13:27  amai
412         * source/tags.c (1.27), source/tags.h (1.10), util/fileUtils.c
413         (1.20), util/utils.c (1.10), util/utils.h (1.5): Apply SF Patch [
414         #491109 ] recognize etags TAGS files added from M. Schwarzenberg
416 2001-12-13 13:14  amai
418         * source/interpret.c (1.20), source/macro.c (1.37), source/menu.c
419         (1.45), source/parse.y (1.17), source/preferences.c (1.42),
420         source/search.c (1.40), source/selection.c (1.16), source/tags.c
421         (1.26), source/userCmds.c (1.23), util/printUtils.c (1.15): Fix for
422         SF Bug [ #491943 ] missing (unsigned char) casts from M.
423         Schwarzenberg
425 2001-12-12 17:07  edel
427         * source/help.c (1.69): Fixed hyperlink after search crash, search
428         memory leak, cleaned up code, added more comments.
430 2001-12-10 05:11  edel
432         * source/help_data.h (1.1): Help data generated from
433         ../doc/help.etx
435 2001-12-10 05:07  edel
437         * doc/nedit.html (1.1): Copy of html documentation generated by new
438         help system
440 2001-12-10 05:03  edel
442         * doc/: Makefile (1.1), help.etx (1.1), nedit.doc (1.8), setext
443         (1.1): New help system!
445 2001-12-10 04:57  edel
447         * source/: Makefile.dependencies (1.13), help.c (1.68), help.h
448         (1.6), highlight.c (1.21), highlight.h (1.4), menu.c (1.44),
449         preferences.c (1.41), preferences.h (1.16), textDisp.c (1.12): New
450         help system!
452 2001-12-07 10:50  amai
454         * source/file.c (1.40): Close file handle upon various error
455         conditions to leave the routine w/o success. Also reject block
456         devices in addition to directories.
458 2001-12-05 10:16  amai
460         * source/: nc.c (1.17), nedit.c (1.26): nc: don't use XtWarning
461         when report invalid commanline argument.  nedit: react properly if
462         file name on commandline is too long. Now starts up GUI.
464 2001-12-04 18:03  amai
466         * ChangeLog (1.15), source/server.c (1.12), util/getfiles.c (1.17):
467         More checks for ParseFilename()'s return value
469 2001-12-04 17:50  amai
471         * source/file.c (1.39), source/menu.c (1.43), source/nc.c (1.16),
472         source/nedit.c (1.25), source/selection.c (1.15), source/tags.c
473         (1.25), util/DialogF.c (1.20), util/fileUtils.c (1.19):
474         ParseFilename() often gets called w/o the caller to ensure that the
475         arguments are proper.  Let it do some checks and have an useful
476         return value.
478 2001-12-04 11:14  amai
480         * makefiles/Makefile.macosx (1.1): Add Makefile for MacOS X, as
481         found on our website
483 2001-12-03 22:21  amai
485         * source/: help.c (1.67), nedit.c (1.24): Update source timestamp
486         and add -V to commandline help
488 2001-12-03 22:18  amai
490         * source/nc.c (1.15): Resolve a mess of #ifdefs in handling
491         commandline args.  Implement -V|-version for nc
493 2001-12-03 16:46  tringali
495         * source/: Makefile.common (1.10), help.c (1.66), linkdate.c (1.1):
496         Make build date more accurate by updating on actual link, not when
497         help.c was last compiled.
499 2001-12-02 17:58  edg
501         * source/: textBuf.c (1.15), textSel.c (1.6): Applied SF patch
502         #487945: Fix for rectangular overstrike paste.
504 2001-11-30 15:41  tringali
506         * source/: nedit.c (1.23), window.c (1.35): [487153] Let user
507         override font of statistics line
509 2001-11-27 22:53  edg
511         * source/search.c (1.39): Enhancement to the (multi-file)
512         replacement dialog: all files are first checked for changes to set
513         correct sensitivity for the multi-file button and to generate an
514         up-to-date list of writable files in the multi-file dialog.
516 2001-11-27 10:47  amai
518         * source/: help.c (1.65), menu.c (1.42), shell.c (1.18): Patch from
519         A. Riese SF Patch [ #434451 ] line numbers in shell commands
521 2001-11-27 09:09  amai
523         * source/file.c (1.38), source/menu.c (1.41), util/prefFile.c
524         (1.12), util/utils.c (1.9), util/utils.h (1.4): Introduce
525         PrependHome() to create all paths of type $HOME/file without
526         overflow.  Fixes some leaks, other remain ...
528 2001-11-26 21:40  amai
530         * util/: fileUtils.c (1.18), utils.c (1.8): Quit if a "safe"
531         getpw*() call fails. GetUserName() returns a safe, cached result
533 2001-11-26 17:17  amai
535         * ChangeLog (1.14), README (1.20), source/help.c (1.64),
536         source/nc.c (1.14), source/nedit.c (1.22): Apply Patch from M.
537         Schwarzenberg: SF Patch [ #485610 ] -- open filenames starting with
538         a dash
540 2001-11-26 14:54  amai
542         * util/fileUtils.c (1.17): Try to fix a potential memory
543         (security?!?) leak in ExpandTile()
545 2001-11-26 14:17  amai
547         * util/utils.c (1.7): Cache return value of GetHomeDir() and return
548         a private reference.  Earlier we did return a string that could be
549         invalided before it was used!?
551 2001-11-25 23:03  edg
553         * source/file.c (1.37): Crash fix: avoid closing windows twice when
554         user destroys the window of a file that could not be opened instead
555         of closing the error dialog.
557 2001-11-25 22:05  edg
559         * source/textBuf.c (1.14): Small fix: tighter buffer boundary check
560         when accessing characters.
562 2001-11-24 11:57  amai
564         * source/file.c (1.36): Patch from Thorsten Haude for SF Bug [
565         #484870 ] Double Mnemonic
567 2001-11-24 11:41  amai
569         * makefiles/Makefile.qnx (1.1): Add Makefile for QNX as posted on
570         develop@ mailinglist
572 2001-11-22 21:01  amai
574         * source/interpret.c (1.19), source/preferences.c (1.40),
575         source/textBuf.c (1.13), source/textBuf.h (1.6), util/printUtils.c
576         (1.14), util/printUtils.h (1.5): Another small const patch
578 2001-11-21 16:36  amai
580         * util/misc.c (1.35): Patch SF [#483505 ] Fix warning on DEC Not
581         literally, I extended the comment a bit.
583 2001-11-20 15:53  amai
585         * README (1.19): Sorry, another "dummy" commit, to check for the
586         commit messages :-)
588 2001-11-20 15:36  amai
590         * ReleaseNotes (1.11): Switch to "5.2+" ...
592 2001-11-20 15:31  amai
594         * README (1.18): Start list of 5.2+ features/changes
596 2001-11-20 13:25  amai
598         * source/selection.c (1.14), util/system.h (1.9): Add Intel's
599         icc/ecc to our list of known compilers (and fix a compiler warning)
601 2001-11-18 19:53  amai
603         * ChangeLog (1.13): Update
605 2001-11-18 19:02  arnef
607         * source/Makefile.common (1.9), source/Makefile.dependencies
608         (1.12), source/help.c (1.63), source/help.h (1.5), source/menu.c
609         (1.40), source/nc.c (1.13), source/preferences.c (1.39),
610         source/preferences.h (1.15), source/server.c (1.11),
611         source/window.c (1.34), source/window.h (1.8), source/windowTitle.c
612         (1.1), source/windowTitle.h (1.1), util/Makefile.common (1.6),
613         util/Makefile.dependencies (1.5), util/clearcase.c (1.1),
614         util/clearcase.h (1.1), util/fileUtils.c (1.16), util/fileUtils.h
615         (1.7), util/utils.c (1.6), util/utils.h (1.3): Added Customise
616         Window Title patch Ref.
617         http://sourceforge.net/tracker/?func=detail&atid=311005&aid=477875&
618         group_id=11005
620 2001-11-16 16:06  tringali
622         * util/misc.c (1.34): 482504: Bad CapsLock grab on certain keyboard
623         configurations
625 2001-11-16 12:47  amai
627         * source/userCmds.c (1.22): "const patch"
629 2001-11-16 11:13  amai
631         * source/: selection.c (1.13), shift.c (1.10): Add two missing
632         #includes
634 2001-11-16 11:02  amai
636         * source/: help.c (1.62), shell.c (1.17), userCmds.c (1.21): Apply
637         patch SF [ #434451 ] line numbers in shell commands from Axel
638         Riese.
640 2001-11-16 10:06  amai
642         * source/: help.c (1.61), menu.c (1.39), selection.c (1.12),
643         selection.h (1.4), text.c (1.19), text.h (1.5), textDisp.c (1.11),
644         textDisp.h (1.6): Apply patch for  SF [ #403435 ] Go to column in
645         "Goto Line Number" dialog (added some 'consts', missing #include,
646         etc.)
648 2001-11-16 09:39  amai
650         * source/: tags.c (1.24), tags.h (1.9), textBuf.c (1.12), textBuf.h
651         (1.5), userCmds.c (1.20): Another "const patch"
653 2001-11-15 14:28  amai
655         * makefiles/Makefile.openbsd (1.1): In principle the same as
656         Makefile.netbsd, but I arbitrarily chose a Motif 2.1 setup and
657         added -lXp already
659 2001-11-13 21:07  amai
661         * makefiles/Makefile.os2 (1.9): For now we don't have/use
662         readlink(2) on OS/2
664 2001-11-13 11:10  amai
666         * source/: search.c (1.38), search.h (1.14): Add some more 'const's
667         to public search routines
669 2001-11-12 14:04  amai
671         * util/: DialogF.c (1.19), DialogF.h (1.5), misc.c (1.33), misc.h
672         (1.11): Another small 'const patch'
674 2001-11-12 13:46  amai
676         * makefiles/Makefile.generic (1.7), source/tags.c (1.23),
677         util/fileUtils.c (1.15), util/fileUtils.h (1.6): Revised version of
678         Patch from Markus Schwarzenberg: SF [ #479589 ] path for tags files
679         should be resolved I added a catch for systems without
680         links/readlink(2)
682 2001-11-10 00:00  slobasso
684         * source/help.c (1.60): fixed bad eol in string
686 2001-11-09 23:58  slobasso
688         * source/highlightData.c (1.26): added in to NEdit macro language
689         keywords
691 2001-11-08 16:05  amai
693         * makefiles/Makefile.generic (1.6), makefiles/Makefile.os2 (1.8),
694         source/file.c (1.35): Drop WRITES_DOS_TEXT catch finally!
696 2001-11-08 13:49  amai
698         * ChangeLog (1.12): Update
700 2001-11-08 13:47  amai
702         * README (1.17), source/help.c (1.59): Add timestamp again to
703         version info. The build date is not necessarily an indicator for
704         the date of the underlying sources ...
706 2001-11-08 12:55  edg
708         * source/search.c (1.37): Fixed a bug for replacements in
709         rectangular selections: false matches could hide valid ones.
711 2001-11-07 22:54  edg
713         * source/preferences.c (1.38): Added a patch for the last remaining
714         issue of SF bug #230912 (Postscript language mode definition on
715         VMS), and added a post-5.2 preferences upgrading routine, to be
716         extended when other preferences are upgraded.
718 2001-11-05 15:17  tringali
720         * source/highlightData.c (1.25): Update C/C++ preprocessor patterns
721         with specific keywords (#include, #define, etc.)
723 2001-11-02 12:17  edg
725         * source/file.c (1.34): Changed misleading "Create" button label in
726         dialogs to "New File" (Thorsten Haude, SF bug #449765).
728 2001-11-02 12:13  edg
730         * README (1.16), doc/nedit.doc (1.7), source/help.c (1.58): Minor
731         documentation updates (Thorsten Haude).
733 2001-11-01 20:22  edg
735         * util/fontsel.c (1.13): Removed a debug print statement that was
736         left behind accidentally.
738 2001-10-31 17:25  edg
740         * util/getfiles.c (1.16): Added a VMS-specific check for a Motif
741         2.x bug workaround (one was added earlier, but it should have been
742         done at two places).
744 2001-10-31 16:36  edg
746         * source/: nedit.c (1.21), preferences.c (1.37): Changed default
747         font sizes from 12 pixels to 12 points. This should improve
748         portability.
750 2001-10-30 21:47  tringali
752         * source/preferences.c (1.36): Merge post-RC1 changes to mainline
754 2001-10-27 20:19  edg
756         * source/: menu.c (1.38), userCmds.c (1.19): Added extra checks to
757         prevent macro/background menu commands from being executed by the
758         user while another command is already running (to prevent a crash).
759         Also added beeps to notify the user in those cases that the
760         commands are rejected.
762 2001-10-26 20:17  amai
764         * makefiles/: Makefile.generic (1.5), Makefile.os2 (1.7): Document
765         -DWRITES_DOS_TEXT - at least it's used on OS/2!
767 2001-10-25 15:51  tringali
769         * source/preferences.c (tags: REL-5-2) (BETA-5-2.6): Compare file
770         versions as integers to avoid bad float comparisonsCompare file
771         versions as integers to avoid bad float comparisonsCompare file
772         versions as integers to avoid bad float comparisonsCompare file
773         versions as integers to avoid bad float comparisons
775 2001-10-22 08:50  amai
777         * source/: tags.c (1.22), tags.h (1.8): Patch for SF [ #473602 ] no
778         mult. tags selection on 1st find def from Markus Schwarzenberg
780 2001-10-21 15:13  tringali
782         * README (1.15), ReleaseNotes (1.10), doc/faq-txt.awk (1.2),
783         doc/faq-txt.dtd (1.2), doc/faq-txt.xsl (1.2), doc/faq.dtd (1.2),
784         doc/faq.xml (1.3), doc/faq.xsl (1.2), doc/nc.man (1.5),
785         doc/nedit.doc (1.6), doc/nedit.man (1.6), source/file.c (1.33),
786         source/help.c (1.57), source/highlight.c (1.20),
787         source/highlightData.c (1.24), source/nedit.c (1.20),
788         source/preferences.c (1.35), source/search.c (1.36), source/shell.c
789         (1.16), util/fontsel.c (1.12), util/fontsel.h (1.5),
790         util/prefFile.c (1.11), util/system.h (1.8): Merge post-5.2RC1
791         changes into mainline
793 2001-10-21 15:09  tringali
795         * doc/NEdit.ad (1.2), doc/README.FAQ (1.2), doc/faq-txt-pass2.xsl
796         (1.2), doc/faq.txt (1.2), makefiles/Makefile.depend (1.2),
797         makefiles/Makefile.linux (1.6), makefiles/Makefile.os2 (1.6),
798         makefiles/Makefile.solaris (1.5), makefiles/Makefile.unixware
799         (1.4): Merge post-5.2RC1 changes into mainline
801 2001-10-16 14:41  edg
803         * ChangeLog (tags: REL-5-2) (BETA-5-2.6): Final update for 5.2
804         release.
806 2001-10-15 20:10  amai
808         * source/tags.c (1.21): Latest patch for SF [ #466742 ] Tag not
809         found
811 2001-10-15 17:33  slobasso
813         * source/nc.c (1.12): Patch to allow for multi-line macros to be
814         passed on nc command line when a nedit server is not already
815         running.
817 2001-10-15 17:28  slobasso
819         * source/: file.c (1.32), file.h (1.9), nedit.c (1.19), nedit.h
820         (1.18), server.c (1.10): Changed -read behavior to mimic the Read
821         Only menu option.
823 2001-10-15 17:24  slobasso
825         * source/text.c (1.18): Fixes problem where triple clicking to
826         select a word wrapped line was inconsistent with the subsequent
827         dragging to extend the selection. The behavior now matches.
829 2001-10-12 19:34  tringali
831         * Makefile, source/help.c (BETA-5-2.[1,9]) (utags: REL-5-2): Prep
832         work for final 5.2 release
834 2001-10-12 11:54  edg
836         * README (tags: REL-5-2) (BETA-5-2.5): Minor updates.
838 2001-10-12 10:36  edg
840         * README, ReleaseNotes (tags: REL-5-2) (BETA-5-2.[4,2]): Updates in
841         preparation of the 5.2 release.
843 2001-10-11 13:19  edg
845         * source/preferences.c (BETA-5-2.5): Fixed a bug in the 5.2
846         preferences upgrading routine: new language modes were added, but
847         the corresponding highlight patterns were not enabled.
849 2001-10-10 18:32  edg
851         * source/shell.c (tags: REL-5-2) (BETA-5-2.1): Fixed a bug that
852         could cause NEdit to crash or garble a file when the user modifies
853         the buffer while the output of an external command is being
854         inserted.
856 2001-10-08 07:29  amai
858         * ChangeLog (BETA-5-2.5), ChangeLog (1.11): Update
860 2001-10-06 13:09  amai
862         * ReleaseNotes (BETA-5-2.1): Some very minor changes towards the
863         release
865 2001-10-06 11:42  amai
867         * README, source/help.c (BETA-5-2.[3,8]): "lame attempt" to enfore
868         a release: drop "RC" and update timestamps!
870 2001-10-04 11:02  amai
872         * makefiles/Makefile.solaris (tags: REL-5-2) (BETA-5-2.2): Use
873         CC=cc.  After all it's the most - since only - standard conforming
874         setting
876 2001-10-04 10:16  amai
878         * source/tags.c (1.20): Patch for SF Bug [ #466742 ] Tag not found.
879          This is tags-semicolon2.diff as submitted by Markus Schwarzenberg.
881 2001-10-04 09:44  amai
883         * README (1.14), source/help.c (1.56): Update timestamps
885 2001-10-02 17:06  amai
887         * source/help.c (BETA-5-2.7): Get PrintVersion() work again and
888         update timestamp
890 2001-10-02 07:16  amai
892         * doc/README.FAQ (1.1): file README.FAQ was initially added on
893         branch BETA-5-2.
895 2001-10-02 07:16  amai
897         * doc/faq-txt-pass2.xsl (1.1): file faq-txt-pass2.xsl was initially
898         added on branch BETA-5-2.
900 2001-10-02 07:16  amai
902         * doc/: README.FAQ, faq-txt-pass2.xsl, faq.dtd, faq.txt, faq.xml
903         (BETA-5-2.[1,1,1,3,5]) (utags: REL-5-2): FAQ updates from Florian
904         Xhumari (20011001)
906 2001-10-01 13:34  amai
908         * source/highlightData.c (tags: REL-5-2) (BETA-5-2.1): minor
909         pattern fix, bug 455877
911 2001-10-01 12:42  edg
913         * source/preferences.c (BETA-5-2.4): Changed the order in which new
914         5.2 language modes were added to the list during upgrading (they
915         are now simply appended instead of inserted).
917 2001-10-01 08:30  edg
919         * util/prefFile.c (tags: REL-5-2) (BETA-5-2.1): Fixed a bug in the
920         preferences restoration mechanism (prefFileRead is now properly
921         set, even if already present in the resource file).
923 2001-09-30 19:49  edg
925         * source/preferences.c (BETA-5-2.3): Added a 5.1 to 5.2 preferences
926         upgrading routine (language modes and highlight styles).
928 2001-09-27 12:41  edg
930         * source/file.c (tags: REL-5-2) (BETA-5-2.1): Added comment about
931         use of tmpnam (Thorsten Haude).
933 2001-09-26 21:05  amai
935         * makefiles/Makefile.unixware (tags: REL-5-2) (BETA-5-2.1): Add
936         -lSM -lICE  to libs as reported on the list as for UnixWare 7.1.1
938 2001-09-21 09:58  amai
940         * source/: tags.c (1.19), tags.h (1.7): 'const' patch + fix small
941         memory leak + protect against memory overflow in Add*TagFile
943 2001-09-20 19:30  tringali
945         * doc/nedit.doc (tags: REL-5-2), source/help.c (BETA-5-2.[3,6]): -
946         Merge slobasso 5.2 doc fixes erronously applies to mainline here
948 2001-09-20 14:24  tringali
950         * source/nedit.c (tags: REL-5-2) (BETA-5-2.1): Remove "iso8859" as
951         some servers do not have this encoding installed.
953 2001-09-20 11:14  amai
955         * ChangeLog (1.10): Update
957 2001-09-20 11:13  amai
959         * ChangeLog (BETA-5-2.4): Update. Remove info about recent main
960         trunk
962 2001-09-19 12:11  amai
964         * makefiles/: Makefile.linux, Makefile.os2 (BETA-5-2.[1,1]) (utags:
965         REL-5-2): Document -lXp flag (required when linking against a Motif
966         2.1 compatible libXm)
968 2001-09-17 14:06  amai
970         * source/file.c (1.31), source/regularExp.c (1.11), source/search.h
971         (1.13), util/printUtils.c (1.13): Still minor cleanup. Make
972         compiler/lint even more happy
974 2001-09-14 15:59  edg
976         * source/highlight.c (tags: REL-5-2) (BETA-5-2.1): Fixes for SF
977         bugs #459965 and #460859 (they are related), including patch
978         #460229.
980 2001-09-13 14:11  tringali
982         * source/preferences.c (BETA-5-2.2): #458807: Automatically add 5.2
983         styles if .nedit file is pre-5.2
985 2001-09-12 20:14  amai
987         * doc/: faq-txt.awk (tags: REL-5-2), faq-txt.dtd (tags: REL-5-2),
988         faq-txt.xsl (tags: REL-5-2), faq.txt, faq.xml, faq.xsl (tags:
989         REL-5-2) (BETA-5-2.[1,1,1,2,4,1]): Update as sent from Florian
990         Xhumari
992 2001-09-12 09:45  amai
994         * ChangeLog (BETA-5-2.3): I forgot to update this file in this beta
995         branch ...
997 2001-09-12 09:18  amai
999         * makefiles/Makefile.depend (tags: REL-5-2) (BETA-5-2.1): Add CVS
1000         info line to output. Makes life even more simple
1002 2001-09-11 11:24  amai
1004         * doc/faq.xml (BETA-5-2.3): Add a non-visible CVS stamp and update
1005         version/time stamp
1007 2001-09-11 10:17  edg
1009         * source/search.c (tags: REL-5-2) (BETA-5-2.1): Fixed a minor
1010         button sensitivity bug (Multiple Files... button was grayed out
1011         after canceling multi-file replace dialog and modifying search
1012         text).
1014 2001-09-10 15:28  amai
1016         * util/system.h (tags: REL-5-2) (BETA-5-2.2): Update/add/fix
1017         compiler info
1019 2001-09-10 13:42  amai
1021         * source/help.c (BETA-5-2.5): Update timestamp
1023 2001-09-10 13:41  amai
1025         * doc/faq.xml (BETA-5-2.2): Some updates WRT LessTif, mostly
1026         cosmetics.
1028 2001-09-07 14:16  amai
1030         * doc/NEdit.ad (1.1): file NEdit.ad was initially added on branch
1031         BETA-5-2.
1033 2001-09-07 14:16  amai
1035         * doc/NEdit.ad (tags: REL-5-2) (BETA-5-2.1): Add a 5.1 app defaults
1036         file - needs to be updated probably.  This contains only
1037         outcommented entries!
1039 2001-09-07 07:46  amai
1041         * doc/nc.man (tags: REL-5-2), doc/nedit.doc, source/help.c
1042         (BETA-5-2.[1,2,4]): Fix typos as reported on the list
1044 2001-09-07 07:39  amai
1046         * source/help.c (BETA-5-2.3): Don't call XmRegisterConverters() for
1047         Motif 2.1, add declaration for 2.0 and add a "helpful" comment on
1048         all that
1050 2001-09-06 09:39  amai
1052         * ChangeLog (1.9), source/help.c (1.55): ChangeLog update and a new
1053         timestamp
1055 2001-09-06 09:37  amai
1057         * source/: Makefile.dependencies (1.11), file.c (1.30), tags.c
1058         (1.18), tags.h (1.6): Add missing #include and add some 'const'. 
1059         Update dependencies
1061 2001-09-05 11:44  amai
1063         * source/: file.c (1.29), help.c (1.54), preferences.c (1.34),
1064         preferences.h (1.14), tags.c (1.17), tags.h (1.5): Patch for SF bug
1065         [ #451997 ] bugs in tags.c/normalizePathname from Markus
1066         Schwarzenberg
1068 2001-09-04 17:55  amai
1070         * doc/nedit.doc, source/help.c (BETA-5-2.[1,2]): Fix typo reported
1071         on the mailinglist
1073 2001-08-31 22:16  amai
1075         * doc/: faq.txt, faq.xml (BETA-5-2.[1,1]): Update FAQ as sent from
1076         Florian Xhumari.  Add plain text version of FAQ
1078 2001-08-31 22:16  amai
1080         * doc/faq.txt (1.1): file faq.txt was initially added on branch
1081         BETA-5-2.
1083 2001-08-30 21:04  tringali
1085         * util/system.h (BETA-5-2.1): Fix for Solaris x86 "unknown"
1087 2001-08-30 20:19  amai
1089         * ChangeLog (BETA-5-2.2): Update
1091 2001-08-30 20:17  amai
1093         * source/preferences.c (BETA-5-2.1): /bin/csh doesn't make sense on
1094         OS/2 - even as a default value only
1096 2001-08-29 15:56  slobasso
1098         * source/help.c (1.53): fixed mispellings
1100 2001-08-29 13:56  amai
1102         * source/regularExp.c (1.10): Fix lint warning: octal constants
1103         shouldn't carry a suffix like 'L'!?
1105 2001-08-29 08:27  amai
1107         * util/: misc.c (1.32), misc.h (1.10): Second attempt to fix a
1108         specific compiler warning and a 'const' addition
1110 2001-08-29 00:01  slobasso
1112         * source/file.c (1.28): moved braces so nedit goto matching works
1114 2001-08-28 23:18  slobasso
1116         * doc/nedit.doc (1.5), source/help.c (1.52): documentation cleanup
1118 2001-08-28 22:24  slobasso
1120         * source/help.c (1.51): Array documentation cleanup.
1122 2001-08-28 11:41  amai
1124         * source/tags.c (1.16): 'const' patch
1126 2001-08-28 11:29  amai
1128         * source/file.c (1.27), source/highlight.c (1.19),
1129         source/interpret.c (1.18), source/macro.c (1.36), source/menu.c
1130         (1.37), source/preferences.c (1.33), source/preferences.h (1.13),
1131         source/tags.c (1.15), source/text.c (1.17), util/misc.c (1.31): Fix
1132         some more lclint warnings: type casts, make some things static (no,
1133         not all unused ones, 'some'), etc.
1135 2001-08-27 18:45  slobasso
1137         * source/macro.c (1.35): fixed static linkage of actionToString to
1138         match declaration
1140 2001-08-27 09:08  amai
1142         * source/nc.c (1.11): startServer() changes: has a return type now;
1143         re-shuffle some code Also make another global var static and
1144         replace a printf() by puts()
1146 2001-08-26 02:28  slobasso
1148         * source/macro.c (1.34): removed unused variable
1150 2001-08-25 15:58  amai
1152         * source/: file.c (1.26), highlightData.c (1.23), highlightData.h
1153         (1.6), preferences.c (1.32), preferences.h (1.12), regexConvert.c
1154         (1.5), regexConvert.h (1.3), server.h (1.3), shell.c (1.15),
1155         shell.h (1.4), undo.c (1.7), undo.h (1.4): Another 'const' patch
1157 2001-08-25 15:24  amai
1159         * source/: file.c (1.25), file.h (1.8), highlightData.c (1.22),
1160         highlightData.h (1.5), macro.c (1.33), macro.h (1.3), regularExp.c
1161         (1.9), regularExp.h (1.6), search.c (1.35), search.h (1.12):
1162         Another 'const' patch
1164 2001-08-25 12:16  amai
1166         * util/printUtils.c (1.12): The very last signed vs. unsigned
1167         warning on my system ...
1169 2001-08-25 12:09  amai
1171         * source/: highlightData.c (1.21), menu.c (1.36), preferences.c
1172         (1.31), regularExp.c (1.8), shell.c (1.14), userCmds.c (1.18): Fix
1173         a couple of "unsigned vs. int" compiler warnings. Using gcc on OS/2
1174         this warning is now completly wiped out!
1176 2001-08-25 11:55  amai
1178         * util/: DialogF.c (1.18), misc.c (1.30), prefFile.c (1.10): Fix
1179         compiler warnings. Mostly unsigned vs. signed int issues
1181 2001-08-25 11:49  amai
1183         * README (BETA-5-2.2): A couple of fixes, enhancements (see report
1184         on mailinglist)
1186 2001-08-24 18:34  amai
1188         * makefiles/Makefile.solaris (BETA-5-2.1): No debug build by
1189         default. Patch from Thorsten Haude
1191 2001-08-24 08:33  amai
1193         * util/: fontsel.c, fontsel.h, misc.c (BETA-5-2.[2,2,2]) (utags:
1194         REL-5-2): Undo some changes which I erroneously checked in ...
1196 2001-08-24 08:28  amai
1198         * ChangeLog, util/fontsel.c, util/fontsel.h, util/misc.c
1199         (BETA-5-2.[1,1,1,1]): Updated Changelog.  Includes whole history,
1200         including new beta branch.  New options of cvs2cl used, listing
1201         contains now revision/branch info, timestamps are in GMT, etc.
1203 2001-08-24 08:19  amai
1205         * source/macro.c (1.32): Fix warnings, add 'const's, make func
1206         static
1208 2001-08-23 17:57  amai
1210         * source/selection.c (1.11): Try to fix two lint/compiler warnings
1212 2001-08-23 17:42  amai
1214         * source/search.c (1.34): Fix wrong return type in function (in a
1215         "dead" branch)
1217 2001-08-23 14:59  amai
1219         * source/: highlightData.c (1.20), interpret.c (1.17), shift.c
1220         (1.9), smartIndent.c (1.13): Make some more functions static
1222 2001-08-23 14:39  amai
1224         * util/: misc.c (1.29), misc.h (1.9): Drop 'wrong' prototype for
1225         standard function. Fix a function signature to avoid warnings
1227 2001-08-23 14:11  amai
1229         * util/: fontsel.c (1.11), fontsel.h (1.4): Fix lint warning about
1230         float to integer assignment and add some more 'const's
1232 2001-08-23 13:57  amai
1234         * util/misc.c (1.28): Drop unused #include
1236 2001-08-22 15:41  amai
1238         * README, source/help.c (BETA-5-2.[1,1]): First updates for "RC1"
1240 2001-08-22 15:39  amai
1242         * doc/nedit.man (tags: REL-5-2) (BETA-5-2.1): Update from Joor
1243         Loohuis.
1245 2001-08-21 14:29  tringali
1247         * source/: userCmds.c (1.17), window.c (1.33) (utags: REL-5-2):
1248         #449569: Ensure shell/macro accelerators also have accelerator fix
1250 2001-08-20 20:36  tringali
1252         * source/window.c (1.32): #449569: Avoid startup failure when
1253         window manager grabs the same key as an accelerator
1255 2001-08-18 12:35  amai
1257         * source/Makefile.dependencies (1.10, REL-5-2): Update
1259 2001-08-18 12:24  amai
1261         * source/: help.c (1.50), help.h (1.4, REL-5-2), nedit.c (1.18):
1262         Add a PrintVersion() call to nedit.  Some more 'const' patches :-)
1264 2001-08-18 11:48  jlous
1266         * README (1.13), doc/nedit.man (1.5), source/help.c (1.49): Moved
1267         Thorsten Haude credits from pattern contributor to developer.
1269 2001-08-17 23:02  edg
1271         * README (1.12), makefiles/Makefile.aix (1.5, REL-5-2),
1272         makefiles/Makefile.bsdi (1.3, REL-5-2), makefiles/Makefile.ccur
1273         (1.3, REL-5-2), makefiles/Makefile.convex (1.3, REL-5-2),
1274         makefiles/Makefile.cygwin (1.4, REL-5-2), makefiles/Makefile.dcosx
1275         (1.3, REL-5-2), makefiles/Makefile.dec (1.4, REL-5-2),
1276         makefiles/Makefile.freebsd (1.3, REL-5-2),
1277         makefiles/Makefile.generic (1.4, REL-5-2), makefiles/Makefile.hpux
1278         (1.3, REL-5-2), makefiles/Makefile.linux (1.5),
1279         makefiles/Makefile.lynx (1.3, REL-5-2),
1280         makefiles/Makefile.m88k.svr4 (1.3, REL-5-2),
1281         makefiles/Makefile.netbsd (1.3, REL-5-2), makefiles/Makefile.os2
1282         (1.5), makefiles/Makefile.osf (1.4, REL-5-2),
1283         makefiles/Makefile.reliant (1.3, REL-5-2), makefiles/Makefile.sco
1284         (1.3, REL-5-2), makefiles/Makefile.sgi (1.3, REL-5-2),
1285         makefiles/Makefile.solaris (1.4), makefiles/Makefile.sunos (1.3,
1286         REL-5-2), makefiles/Makefile.superux (1.3, REL-5-2),
1287         makefiles/Makefile.uhc (1.3, REL-5-2), makefiles/Makefile.ultrix
1288         (1.3, REL-5-2), makefiles/Makefile.unicos (1.4, REL-5-2),
1289         makefiles/Makefile.unixware (1.3), source/help.c (1.48),
1290         source/preferences.c (1.30): Made the REPLACE_SCOPE compilation
1291         option more visible and changed the default replace scope selection
1292         preference to "Smart".
1294 2001-08-17 21:54  edg
1296         * source/highlight.c (1.18): Added a fix for SF bug #449828.
1298 2001-08-17 14:09  tringali
1300         * source/tags.c (1.14, REL-5-2): Fix for crash in shared tag
1301         allocation on Solaris (compiler bug?)
1303 2001-08-17 11:01  amai
1305         * source/: window.c (1.31), window.h (1.7, REL-5-2): Another
1306         'const' patch
1308 2001-08-17 10:56  amai
1310         * util/: fileUtils.c (1.14), fileUtils.h (1.5) (utags: REL-5-2):
1311         Export two more interfaces. Fix for CompressPathname() to avoid
1312         multiple slashes in path. (Markus Schwarzenberg)
1314 2001-08-16 18:33  slobasso
1316         * source/highlightData.c (1.19): Fixed NEdit macro language
1317         patterns to contain previously added items.
1319 2001-08-16 17:24  amai
1321         * source/highlight.c (1.17): Fix for [ nedit-Bugs-435384 ] circular
1322         patterns reference hangs NEdit
1324 2001-08-16 09:49  amai
1326         * source/highlightData.c (1.18): Patch [ #451485 ] updated Sh Ksh
1327         Bash patterns submitted from Joor Loohuis
1329 2001-08-15 09:16  amai
1331         * source/: Makefile.dependencies (1.9), regexConvert.c (1.4,
1332         REL-5-2): Another source was missing to #include it's own header
1333         for consistency checking!
1335 2001-08-15 09:08  amai
1337         * ChangeLog (1.8): Update (ok, not even a week has passed, but it's
1338         a nice overview ...)
1340 2001-08-15 09:00  amai
1342         * source/preferences.h (1.11, REL-5-2), util/misc.c (1.27),
1343         util/misc.h (1.8, REL-5-2): Have unique value for MAX_ACCEL_LEN
1345 2001-08-15 08:56  amai
1347         * source/Makefile.dependencies (1.8): Update
1349 2001-08-15 08:56  amai
1351         * source/: userCmds.c (1.16), userCmds.h (1.4, REL-5-2): Source
1352         should include it's own headers for consistency checking.  Add some
1353         const to signatures, drop an unused arg from a static interface.
1355 2001-08-14 15:05  slobasso
1357         * source/rbTree.c (1.4, REL-5-2): fixed comment spacing
1359 2001-08-14 14:40  slobasso
1361         * source/rbTree.c (1.3): added gnu license
1363 2001-08-14 08:50  jlous
1365         * README (1.11): README credits updated to reflect version dialog
1367 2001-08-14 08:37  jlous
1369         * source/file.c (1.24), source/help.c (1.47), source/highlight.c
1370         (1.16), source/highlightData.c (1.17), source/interpret.c (1.16,
1371         REL-5-2), source/macro.c (1.31, REL-5-2), source/menu.c (1.35,
1372         REL-5-2), source/nc.c (1.10, REL-5-2), source/nedit.c (1.17),
1373         source/preferences.c (1.29), source/search.c (1.33),
1374         source/selection.c (1.10, REL-5-2), source/server.c (1.9, REL-5-2),
1375         source/shell.c (1.13), source/shift.c (1.8, REL-5-2),
1376         source/smartIndent.c (1.12, REL-5-2), source/tags.c (1.13),
1377         source/text.c (1.16, REL-5-2), source/textBuf.c (1.11, REL-5-2),
1378         source/textDisp.c (1.10, REL-5-2), source/textDrag.c (1.4,
1379         REL-5-2), source/textSel.c (1.5, REL-5-2), source/undo.c (1.6,
1380         REL-5-2), source/userCmds.c (1.15), source/window.c (1.30),
1381         util/DialogF.c (1.17, REL-5-2), util/fileUtils.c (1.13),
1382         util/fontsel.c (1.10), util/getfiles.c (1.15, REL-5-2),
1383         util/managedList.c (1.7, REL-5-2), util/misc.c (1.26),
1384         util/prefFile.c (1.9), util/printUtils.c (1.11, REL-5-2),
1385         util/system.h (1.7), util/utils.c (1.5, REL-5-2), util/vmsUtils.c
1386         (1.5, REL-5-2): Fixed license statements to pure GPL
1388 2001-08-13 13:48  tringali
1390         * doc/: nc.man (1.4), nedit.man (1.4): manpage updates from Joor.
1392 2001-08-13 09:55  amai
1394         * doc/nedit.doc (1.4), source/help.c (1.46): Doc patch from
1395         Thorsten Haude posted on Fri Aug 10 2001
1397 2001-08-13 09:51  amai
1399         * doc/nedit.doc (1.3), source/help.c (1.45): Patch from Thorsten
1400         Haude: Document Arrays within nedit.doc and typo fix in help.c
1402 2001-08-12 15:45  amai
1404         * makefiles/Makefile.generic (1.3), source/comnedit.com (1.6,
1405         REL-5-2): Drop last references to NO_FCHMOD #define
1407 2001-08-11 19:51  edg
1409         * source/search.c (1.32): Fixed SF bug #448006: three beeps; one to
1410         many.
1412 2001-08-10 20:36  amai
1414         * source/highlightData.c (1.16): TeX pattern patch from Joerg
1415         Fischer <jf505@yahoo.de>
1417 2001-08-10 14:35  amai
1419         * source/Makefile.dependencies (1.7): Update dependency list
1421 2001-08-09 20:58  tringali
1423         * source/nedit.c (1.16): Fix for wrong menu font [#434383]
1425 2001-08-09 18:47  amai
1427         * util/system.h (1.6): Correct a comment :-)
1429 2001-08-09 18:46  amai
1431         * makefiles/Makefile.os2 (1.4): Drop -DNO_FCHMOD flag
1433 2001-08-09 18:41  slobasso
1435         * source/Makefile.common (1.8, REL-5-2): added parse.c to cleaned
1436         files for make clean
1438 2001-08-09 18:39  slobasso
1440         * source/userCmds.c (1.14): removed attachment possibly causing
1441         window manager loop
1443 2001-08-09 18:03  slobasso
1445         * source/: smartIndent.c (1.11), smartIndent.h (1.4, REL-5-2),
1446         macro.c (1.30): We now keep track if we are in smart indent macros
1447         so garbage collection won't remove things from under a macro.
1449 2001-08-09 13:34  amai
1451         * source/highlight.c (1.15), source/highlightData.c (1.15),
1452         source/interpret.c (1.15), source/search.c (1.31),
1453         source/selection.c (1.9), source/shell.c (1.12),
1454         source/smartIndent.c (1.10), source/textBuf.c (1.10),
1455         source/textSel.c (1.4), source/userCmds.c (1.13), source/window.c
1456         (1.29), util/managedList.c (1.6): Add lots of missing #include
1457         <string.h>
1459 2001-08-09 08:37  amai
1461         * source/help.c (1.44): Add hardcoded timestamp (month) again
1463 2001-08-09 07:37  amai
1465         * source/.cvsignore (1.2, REL-5-2): Add entry
1467 2001-08-08 22:31  slobasso
1469         * source/file.c (1.23): remove fchmod calls except when under VMS
1471 2001-08-08 18:29  amai
1473         * makefiles/Makefile.os2 (1.3): Update from my private working copy
1475 2001-08-08 08:39  amai
1477         * ChangeLog (1.7): Update (should be done weekly perhaps and could
1478         even be done automatically?)
1480 2001-08-08 08:37  amai
1482         * source/parse.c_noyacc (1.7, REL-5-2): Re-generate from parse.y. 
1483         BTW, yacc from Digital Unix 4.0x is being used
1485 2001-08-08 08:34  amai
1487         * source/parse.y (1.16, REL-5-2): Add an #include <string.h> (there
1488         was no error/warning; somehow we already got this probably)
1490 2001-08-07 23:46  slobasso
1492         * source/Makefile.common (1.7): changed highlightData.c to be
1493         compiled with BIGGER_STRINGS
1495 2001-08-07 01:53  tringali
1497         * ReleaseNotes (1.9), source/highlightData.c (1.14),
1498         source/preferences.c (1.28): #448420: Pattern updates from Joor
1500 2001-08-07 01:12  tringali
1502         * source/nedit.c (1.15): Fix for #448402: nedit quits if unable to
1503         resolve X locale
1505 2001-08-06 21:24  amai
1507         * README (1.10): correction to "Requirements" section
1509 2001-08-06 21:21  amai
1511         * README (1.9): Add "Requirements for building NEdit" section
1513 2001-08-06 20:38  tringali
1515         * doc/nedit.doc (1.2), source/help.c (1.43): Sync help with doc. 
1516         (Updates from Thorsten Haude)
1518 2001-08-04 20:49  tringali
1520         * source/file.c (1.22), source/menu.c (1.34), source/nc.c (1.9),
1521         source/nedit.c (1.14), source/server.c (1.8), source/shell.c
1522         (1.11), source/window.c (1.28), util/misc.c (1.25): Ensure exit
1523         returns a meaningful (succes/fail) status to the user
1525 2001-08-04 20:23  tringali
1527         * util/system.h (1.5): Add info for lots more compilers.
1529 2001-08-03 12:16  amai
1531         * ReleaseNotes (1.8): Small updates
1533 2001-08-02 23:45  tringali
1535         * util/system.h (1.4): Add definitions for MSVC, Sun Workshop, etc.
1537 2001-08-02 22:59  slobasso
1539         * source/macro.c (1.29): Fixed problem where error message is
1540         written if empty learned macro is executed. Also disallowed replay
1541         from executing if a macro is already in progress. This caused a
1542         crash by overflowing the interpreter stack.
1544 2001-08-02 22:54  slobasso
1546         * source/file.c (1.21): added symlink security patch and added mode
1547         parameter to open calls with O_CREAT
1549 2001-08-02 17:26  amai
1551         * source/interpret.c (1.14): Avoid crash when calling
1552         "self_insert()" from macro menu: fill in missing entries from our
1553         fakes key event
1555 2001-08-01 07:41  amai
1557         * ChangeLog (1.6): Update
1559 2001-08-01 07:40  amai
1561         * source/help.c (1.42): Again hardcode a string about the
1562         development version "August 2001".  Build time may be misleading
1563         ...
1565 2001-07-31 23:16  slobasso
1567         * source/macro.c (1.28): fixed problem where closing window while
1568         learning would make it impossible to finish or cancel learing.
1570 2001-07-31 11:58  amai
1572         * source/text.c (1.15): Fix minor warnings
1574 2001-07-31 07:46  amai
1576         * util/managedList.c (1.5): Don't name variables 'index', may be an
1577         interface in BSD-like libc
1579 2001-07-31 07:43  amai
1581         * util/getfiles.c (1.14): Fix lint warning: "getfiles.c", line 716:
1582         warning: args redefinition hides earlier one
1584 2001-07-31 07:40  amai
1586         * util/fontsel.c (1.9): Don't use 'index' as name for variable; may
1587         be a call in a BSD-like libc
1589 2001-07-29 17:51  amai
1591         * source/highlight.c (1.14): Experimental patch to fix "mismatched"
1592         memory handling calls as indicated by "purify". Probably not
1593         complete and should be checked again with purify _now_!
1595 2001-07-28 19:53  tringali
1597         * Makefile (1.6): #442517: add explanatory text how to use make
1599 2001-07-25 18:37  tringali
1601         * source/help.c (1.41): Add more detailed info about Motif (runtime
1602         version number)
1604 2001-07-25 18:36  tringali
1606         * util/system.h (1.3): Use "Digital/Tru64 Unix" in place of OSF/1
1608 2001-07-25 18:36  tringali
1610         * doc/: nc.man (1.3), nedit.man (1.3): Update authors for 5.2
1612 2001-07-25 18:05  slobasso
1614         * util/misc.c (1.24): made changes so that Num_Lock's mod mask is
1615         found rather than assuming Mod3
1617 2001-07-25 14:36  amai
1619         * source/textBuf.c (1.9): Attempt to fix memory leak reported by
1620         Thorsten Haude
1622 2001-07-25 13:03  amai
1624         * util/misc.c (1.23): Try to fix small memory leak reported by
1625         Thorsten Haude
1627 2001-07-25 07:49  amai
1629         * util/system.h (1.2): Add "EMX=OS/2"
1631 2001-07-25 07:39  amai
1633         * source/Makefile.dependencies (1.6), util/Makefile.dependencies
1634         (1.4, REL-5-2): Update dependency lists
1636 2001-07-24 21:55  tringali
1638         * util/system.h (1.1): Add host compliation information to help
1640 2001-07-24 21:54  tringali
1642         * source/: help.c (1.40), tags.c (1.12), tags.h (1.4, REL-5-2): -
1643         Use shared strings for lower memory use with large tags files.  -
1644         Add compilation host information to help, update authors
1646 2001-07-24 19:27  slobasso
1648         * util/misc.c (1.22): Fix array size define to match actual array
1649         size.  Incorrect size could result in infinite loop.
1651 2001-07-18 13:01  amai
1653         * ChangeLog (1.5): Update
1655 2001-07-18 13:00  amai
1657         * source/: search.c (1.30), search.h (1.11, REL-5-2), window.c
1658         (1.27): Shrink two function names to 31 characters length and below
1659         (seems to be a limit on some VMS systems)
1661 2001-07-17 08:19  amai
1663         * doc/faq.xml (1.2): Updated version from  Florian Xhumari as of
1664         http://galleries.free.fr/nedit-faq-01-07-16.tar.gz
1666 2001-07-17 07:31  amai
1668         * source/preferences.c (1.27), util/getfiles.c (1.13),
1669         util/vmsUtils.c (1.4): VMS patches from Blair Phillips
1670         <blair.phillips@airservices.gov.au>:  avoid rint() re-definition,
1671         fix for non-unix file root, case-insensitive match on filename
1672         extensions.
1674 2001-07-16 20:41  amai
1676         * source/lnknedit.com (1.5, REL-5-2): VMS patch from
1677         mark.geary@qwest.com
1679 2001-07-16 14:48  amai
1681         * doc/: nc.man (1.2), nedit.man (1.2): Man page updates from Joor
1682         Loohuis
1684 2001-07-16 11:49  amai
1686         * doc/: faq-txt.awk (1.1), faq-txt.dtd (1.1), faq-txt.xsl (1.1),
1687         faq.dtd (1.1), faq.xml (1.1), faq.xsl (1.1): faq*: add FAQ files
1688         found on our website
1690 2001-07-11 21:35  amai
1692         * source/: parse.c_noyacc (1.6), parse.h (1.4, REL-5-2), parse.y
1693         (1.15): Back out "const" patch for ParseMacro(). Was incomplete,
1694         therefore broken
1696 2001-07-11 15:21  amai
1698         * source/: comnedit.com (1.5), file.c (1.20), lnknedit.com (1.4):
1699         VMS patches from  <Mark.Geary@qwest.com> (not literally as for
1700         file.c)
1702 2001-07-11 08:06  amai
1704         * source/parse.c_noyacc (1.5): Update from current parse.y
1706 2001-07-11 08:04  amai
1708         * source/: parse.h (1.3), parse.y (1.14): Add some 'const' to
1709         ParseMacro() signature
1711 2001-07-11 07:55  amai
1713         * util/: comutil.com (1.3, REL-5-2), utils.c (1.4): VMS patches
1714         from Mark.Geary@qwest.com
1716 2001-07-07 09:55  amai
1718         * ChangeLog (1.4): Update
1720 2001-07-07 09:54  amai
1722         * COPYRIGHT (1.1, REL-5-2), README (1.8): Have an external file for
1723         the license terms. README refers to it
1725 2001-07-07 09:48  amai
1727         * nc.man (1.4), nedit.doc (1.6), nedit.man (1.4), doc/nc.man (1.1),
1728         doc/nedit.doc (1.1), doc/nedit.man (1.1): Move doc files to
1729         separate subdirectory
1731 2001-07-04 09:42  uid30962
1733         * README (1.7): Update some references to LessTif
1735 2001-07-04 09:29  uid30962
1737         * ReleaseNotes (1.7): ReleaseNotes: Upddate
1739 2001-07-03 12:53  amai
1741         * source/Makefile.dependencies (1.5): Makefile.dependencies: update
1742         depedency list
1744 2001-07-03 12:13  amai
1746         * source/help.c (1.39): help.c: A new month has come ...
1748 2001-06-23 09:31  amai
1750         * ChangeLog (1.3): ChangeLog: update
1752 2001-06-22 18:27  tringali
1754         * source/: nedit.c (1.13), window.c (1.26): Allow stats line
1755         background color to be set by user [#431891]
1757 2001-06-22 18:25  tringali
1759         * source/macro.c (1.27): Incremental reading from files via J. Lous
1760         [Patch #434465]
1762 2001-06-22 14:32  amai
1764         * source/file.c (1.19): file.c: fail when trying to read in a
1765         directory as a file
1767 2001-06-21 14:54  edel
1769         * source/shell.c (1.10): Fixed shell dialog BadMatch crash on
1770         Solaris 2.5
1772 2001-06-20 15:48  amai
1774         * source/macro.c (1.26): macro.c: replace snprintf() by sprintf(). 
1775          Add #include <string.h>
1777 2001-06-20 08:24  amai
1779         * ChangeLog (1.2): ChangeLog: update
1781 2001-06-19 20:00  slobasso
1783         * source/macro.c (1.25): Added Thorsten's code to put correct key
1784         codes in status bar during recording and macro running.
1786 2001-06-09 18:48  amai
1788         * makefiles/: Makefile.dec (1.3), Makefile.osf (1.3),
1789         Makefile.superux (1.2): Makefile.superux: add CVS Id Makefile.dec
1790         Makefile.osf: briefly comment on the os versions they are supposed 
1791            to work with
1793 2001-06-08 08:14  amai
1795         * source/help.c (1.38): help.c: update timestamp to "June, 2001"
1797 2001-06-07 19:52  amai
1799         * ChangeLog (1.1): ChangeLog: finally add the output of "cvs2cl".  
1800          Needs to be updated regularly ...
1802 2001-06-06 19:24  tringali
1804         * makefiles/Makefile.linux (1.4): 
1805         Remove -DEDITRES, this causes link failure.
1807 2001-06-06 10:00  amai
1809         * util/: DialogF.c (1.16), fontsel.c (1.8), getfiles.c (1.12),
1810         misc.c (1.21), prefFile.c (1.8): *.c: add some explicit #include
1811         <string.h>. Previously  it was done implicitly ...
1813 2001-06-05 12:52  amai
1815         * makefiles/Makefile.linux (1.3): Makefile.linux: drop
1816         -I/-L/usr/lesstif/* flags and add a suitable comment  instead
1818 2001-06-05 08:01  amai
1820         * source/file.c (1.18): file.c: security fix for WriteBackupFile()
1822 2001-06-01 20:09  edel
1824         * makefiles/: Makefile.solaris (1.3), Makefile.superux (1.1): From:
1825         Ian Johnston" <Ian.Johnston@dlr.de>
1827 2001-05-31 08:49  amai
1829         * source/nedit.h (1.17, REL-5-2): nedit.h: add 'extern' to variable
1830         declaration in header    (to avoid problem with multiple
1831         definitions)
1833 2001-05-29 18:21  arnef
1835         * source/menu.c (1.33): Add separator in Preferences/Default
1836         Settings/Customize Menus
1838 2001-05-19 16:09  tringali
1840         * util/misc.c (1.20): Fix bug in mnemonic building- don't build
1841         mnemonics for XK_VoidSymbol.  Fixes various problems with XFree86
1842         servers.
1844 2001-05-17 11:42  arnef
1846         * source/: menu.c (1.32), nedit.h (1.16), preferences.c (1.26),
1847         preferences.h (1.10), window.c (1.25): Adding path to windows menu
1848         file entries
1850 2001-05-15 20:04  amai
1852         * makefiles/Makefile.depend (1.1): Makefile.depend: Makefile used
1853         to generate (internal) the dependency list.                   This
1854         file does not build anything!
1856 2001-05-12 00:48  tringali
1858         * ReleaseNotes (1.6), source/text.c (1.14): - Add support for mouse
1859         wheel scrolling in the main text area.
1861 2001-05-11 19:56  amai
1863         * util/fileUtils.c (1.12): fileUtils.c: really tiny patch for OS/2
1864         only (drive letters ;-)
1866 2001-05-11 08:05  amai
1868         * source/file.c (1.17): file.c: Corrected(!) version of SuSe
1869         security patch for temporary    file security problem within
1870         PrintString().     Tested once for compile/runtime ...
1872 2001-05-05 18:01  arnef
1874         * source/menu.c (1.31): Changing default for sortOpenPrevDefCB
1875         should invalidate all open window's OpenPrev menu
1877 2001-05-04 18:33  arnef
1879         * source/: nedit.h (1.15), search.c (1.29), search.h (1.10),
1880         window.c (1.24): Make the buttons in Find and Replace dialogs
1881         sensitive on the state of 'Search for' field.
1883 2001-05-03 09:42  amai
1885         * source/help.c (1.37): help.c: update timestamp to "May, 2001"
1887 2001-04-25 21:37  edg
1889         * util/DialogF.c (1.15): Added a fix to handle unexpected
1890         destruction of dialogs gracefully.
1892 2001-04-25 19:03  amai
1894         * nedit.doc (1.5): nedit.doc: fix some typos, convert some "nedit"
1895         to "NEdit", drop some comment about pre 1.2 Motif
1897 2001-04-25 17:01  amai
1899         * util/fileUtils.c (1.11): fileUtils.c: forgot one special case
1900         where the "//" patch might to a crash. Next time I should probably
1901         <think> first, <code> later
1903 2001-04-25 16:48  amai
1905         * util/fileUtils.c (1.10): fileUtils.c: fix typo in my
1906         "double-slash patch" from today
1908 2001-04-25 07:52  amai
1910         * util/fileUtils.c (1.9): fileUtils.c: avoid double "//" in path
1911         strings as this may not work out on              non-un*x systems
1913 2001-04-24 21:10  tringali
1915         * util/misc.c (1.19): Fix crash bug in OpenMotif, where asking for
1916         the the Display/Window of a gadget produces a NULL pointer.
1918 2001-04-18 19:12  slobasso
1920         * source/window.c (1.23): needed to save/restore horizontal and
1921         vertical scroll positions when changing hw tab size.
1923 2001-04-18 19:08  slobasso
1925         * util/DialogF.c (1.14): fixed use of int where Cardinal should be
1927 2001-04-18 17:10  slobasso
1929         * source/: help.c (1.36), macro.c (1.24): new $server_name
1930         variable.
1932 2001-04-18 17:02  slobasso
1934         * source/: file.c (1.16), file.h (1.7, REL-5-2), help.c (1.35),
1935         menu.c (1.30), window.c (1.22): added optional parameter to close()
1936         action for save option.
1938 2001-04-18 16:51  slobasso
1940         * util/DialogF.c (1.13): fixed a mistake I introduced while
1941         debugging
1943 2001-04-18 16:12  slobasso
1945         * util/DialogF.c (1.12): cleaned up createMnemonics in an effort to
1946         fix a crash bug. Bug still not fixed.
1948 2001-04-17 23:40  slobasso
1950         * source/help.c (1.34): cleaned up formatting and moved Windows
1951         Menu items into correct area
1953 2001-04-17 20:13  slobasso
1955         * source/window.c (1.21): save and restore insert positions when hw
1956         tab sizes are changed
1958 2001-04-17 18:47  slobasso
1960         * source/macro.c (1.23): cleaned up RedundantActions, adding some
1961         missing items
1963 2001-04-16 23:49  slobasso
1965         * source/: file.c (1.15), nedit.h (1.14): added bit to distinguish
1966         between too much binary data and -read
1968 2001-04-16 23:20  slobasso
1970         * source/: file.c (1.14), file.h (1.6), macro.c (1.22), menu.c
1971         (1.29), nedit.h (1.13), search.c (1.28), selection.c (1.8),
1972         window.c (1.20): readOnly vs lockWrite access fix, now handles the
1973         many other locked possibilities
1975 2001-04-16 16:36  edg
1977         * source/: help.c (1.33), window.c (1.19): Added workarounds for
1978         openmotif bugs [SF bug 231876].
1980 2001-04-16 14:04  amai
1982         * source/textBuf.c (1.8): texBuf.c: try to fix a bug introduced by
1983         a "const" patch.            Pointed out by <arne@forlie.com>
1985 2001-04-14 09:51  amai
1987         * makefiles/Makefile.unicos (1.3), source/preferences.c (1.25),
1988         source/text.c (1.13), source/userCmds.c (1.12): *: applied re-vised
1989         version of patches for UNICOS from    Bill Matson
1990         <wjm@sdc.cs.boeing.com>
1992 2001-04-13 22:58  slobasso
1994         * util/DialogF.c (1.11): fix build problem introduced in previous
1995         change UCHAR_MAX is in limits.h
1997 2001-04-13 17:50  tringali
1999         * ReleaseNotes (1.5), source/file.c (1.13), source/help.c (1.32),
2000         source/highlightData.c (1.13), source/macro.c (1.21),
2001         source/preferences.c (1.24), source/search.c (1.27),
2002         source/smartIndent.c (1.9), source/userCmds.c (1.11),
2003         util/DialogF.c (1.10), util/fontsel.c (1.7), util/getfiles.c
2004         (1.11), util/misc.c (1.18), util/misc.h (1.7), util/printUtils.c
2005         (1.10): - Updated release notes - Added unmodified mnemonics to
2006         confirmation dialogs.  - Fix bug in mnemonics where there could be
2007         two of the same menmonics   on one dialog.
2009 2001-04-13 15:02  slobasso
2011         * source/search.c (1.26): fixed regex search backwards bug if wrap
2012         turned off.
2014 2001-04-12 22:02  edg
2016         * source/: help.c (1.31), macro.c (1.20), menu.c (1.28), nedit.h
2017         (1.12), preferences.c (1.23), search.c (1.25), window.c (1.18),
2018         window.h (1.6): Extended the Show Matching (..) functionality: Off,
2019         Delimiter, and Range.  Original patch was submitted by Thorsten
2020         Haude.
2022 2001-04-12 15:09  amai
2024         * source/menu.c (1.27): menu.c: allow to specify control codes in
2025         hex/dec/oct format         also improve checking of input
2027 2001-04-09 22:12  amai
2029         * util/: misc.c (1.17), misc.h (1.6): misc.c misc.h: another
2030         "const" patch
2032 2001-04-09 21:43  edg
2034         * source/help.c (1.30): Added information about new search
2035         extensions and related stuff.
2037 2001-04-09 21:38  edg
2039         * source/: nedit.h (1.11), search.c (1.24): Minor fixes and
2040         improvements in isearch + beep on search wrap combination.
2042 2001-04-09 18:46  edg
2044         * util/misc.c (1.16): Typo fix in recent accelerator fix.
2046 2001-04-06 13:09  amai
2048         * source/: preferences.c (1.22), preferences.h (1.9):
2049         preferences.*: even more "const" additions
2051 2001-04-06 13:03  amai
2053         * source/: interpret.c (1.13), interpret.h (1.6, REL-5-2):
2054         interpret.*: another "const" patch
2056 2001-04-06 09:49  amai
2058         * source/file.c (1.12), source/file.h (1.5), source/help.c (1.29),
2059         source/highlightData.c (1.12), source/highlightData.h (1.4,
2060         REL-5-2), source/preferences.c (1.21), source/preferences.h (1.8),
2061         source/regularExp.c (1.7, REL-5-2), source/regularExp.h (1.5,
2062         REL-5-2), source/search.c (1.23), source/search.h (1.9),
2063         source/textBuf.c (1.7), source/textBuf.h (1.4, REL-5-2),
2064         util/fileUtils.c (1.8), util/fileUtils.h (1.4), util/printUtils.c
2065         (1.9), util/printUtils.h (1.4, REL-5-2): *.c *.h: big "const"
2066         patch.           Except in textBuf.c it's only a couple of const
2067         additions.           In textBuf.c I had to change a coupl of lines
2068         to get this done -           should be on the safe side of life ...
2070 2001-04-04 19:38  edg
2072         * source/: preferences.c (1.20), search.c (1.22): Minor bug fixes
2073         in search extensions related code.
2075 2001-04-03 22:59  edg
2077         * source/: menu.c (1.26), nedit.h (1.10), preferences.c (1.19),
2078         preferences.h (1.7), search.c (1.21), search.h (1.8): Added "smart"
2079         replace scope behaviour to the replace dialog radio button
2080         alternative, and made it configurable through a preference.
2082 2001-04-03 08:06  amai
2084         * source/help.c (1.28): help.c: the "April" patch ...
2086 2001-04-03 01:42  tringali
2088         * util/misc.c (1.15): Don't allow traversal to insensitive widgets.
2090 2001-04-02 20:52  edg
2092         * source/: highlight.c (1.13), macro.c (1.19), menu.c (1.25),
2093         nedit.h (1.9), preferences.c (1.18), preferences.h (1.6),
2094         regularExp.c (1.6), regularExp.h (1.4), search.c (1.20), search.h
2095         (1.7), window.c (1.17): Introduced additional search modes [Markus
2096         Schwarzenberg].  Added beep on search wrap option [Markus
2097         Schwarzenberg].  Added sticky case sensitivity search preference
2098         [Markus Schwarzenberg].  Replace and find dialog and incremental
2099         search bar layout changes (currently two layout alternatives for
2100         replace dialog, for evaluation purposes).
2102 2001-03-30 17:54  slobasso
2104         * source/highlightData.c (1.11): new global in nedit macro language
2105         $empty_array
2107 2001-03-30 17:48  slobasso
2109         * source/: help.c (1.27), macro.c (1.18): added a new empty array
2110         global
2112 2001-03-27 23:00  slobasso
2114         * source/help.c (1.26): minor formatting fix
2116 2001-03-27 15:37  tringali
2118         * makefiles/Makefile.aix (1.4): Add FUNCPROTO=15 for the IBM X
2119         headers, which require a bitmask in this #define in order to
2120         control function prototypes.
2122 2001-03-26 15:46  slobasso
2124         * source/: interpret.c (1.12), interpret.h (1.5), macro.c (1.17):
2125         minor array code cleanup
2127 2001-03-25 08:42  arnef
2129         * source/tags.c (1.11): Fixed bug #217022
2131 2001-03-23 23:11  slobasso
2133         * source/highlightData.c (1.10): added missing variables to NEdit
2134         macro highlighting data
2136 2001-03-23 14:41  slobasso
2138         * source/undo.c (1.5): undo/redo sets the selection to the changed
2139         text
2141 2001-03-21 21:25  edg
2143         * source/search.c (1.19): Changed the initial default selection for
2144         multi-file replacement dialog to all files instead of none. 
2145         Multi-file replacement dialog now makes sure that at least the
2146         first selected item is visible when displayed.  Removed the #ifdefs
2147         for conditional multi-file replacement functionality.  Minor layout
2148         change for the replace dialog.
2150 2001-03-21 21:20  edg
2152         * source/window.c (1.16): Removed #ifdef for conditional multi-file
2153         replacement functionality.
2155 2001-03-19 16:30  slobasso
2157         * source/: highlight.c (1.12), regexConvert.c (1.3), regularExp.c
2158         (1.5), search.c (1.18), text.c (1.12), textBuf.c (1.6), textDisp.c
2159         (1.9): removing warnings for RH7 linux compiler
2161 2001-03-19 14:43  tringali
2163         * source/: text.c (1.11), nedit.c (1.12): 
2164         
2165         Move toggle overstrike accelerator to Motif standard "Insert", free
2166         up Ctrl+B for other uses.
2168 2001-03-17 06:44  arnef
2170         * source/search.c (1.17): Fixed bug related to
2171         XtGetSelectionValue() and variables going out of scope.  Added
2172         mnemonic to Replace& Find Button.
2174 2001-03-16 22:24  slobasso
2176         * source/menu.c (1.24): fixed menu argument to set_wrap_text
2178 2001-03-16 20:28  amai
2180         * source/: nc.c (1.8), nedit.c (1.11): nc.c nedit.c: wildcard
2181         expansion for non-sh shells on OS/2 (EMX)
2183 2001-03-13 16:48  slobasso
2185         * source/help.c (1.25), source/macro.c (1.16), source/search.c
2186         (1.16), source/selection.c (1.7), source/shell.c (1.9),
2187         source/shift.c (1.7), source/textDisp.c (1.8), util/DialogF.c
2188         (1.9), util/fontsel.c (1.6), util/printUtils.c (1.8): cleanup
2189         warnings under linux compiler
2191 2001-03-12 15:24  slobasso
2193         * source/help.c (1.24): fixed a few minor mistakes.
2195 2001-03-12 15:15  slobasso
2197         * source/: help.c (1.23), macro.c (1.15), menu.c (1.23),
2198         preferences.c (1.17), window.c (1.15), window.h (1.5): added final
2199         window settable prefs through actions and verified all should be
2200         macro recordable.
2202 2001-03-11 02:31  slobasso
2204         * source/: help.c (1.22), menu.c (1.22), nedit.h (1.8): new macro
2205         access to many window settings
2207 2001-03-10 15:36  arnef
2209         * source/: help.c (1.21), menu.c (1.21), nedit.c (1.10), nedit.h
2210         (1.7), preferences.c (1.16), preferences.h (1.5), search.c (1.15),
2211         search.h (1.6): Implemented replace/find functionality, patch no
2212         403934
2214 2001-03-09 22:30  slobasso
2216         * source/help.c (1.20): changed delete() to delete_selection() in
2217         docs
2219 2001-03-09 22:27  slobasso
2221         * source/menu.c (1.20): changed Delete menu item to use
2222         delete_selection action
2224 2001-03-09 22:21  slobasso
2226         * source/parse.y (1.13): added lex hack for delete array[key] vs
2227         delete() abiguity
2229 2001-03-09 16:58  slobasso
2231         * source/: help.c (1.19), macro.c (1.14), menu.c (1.19), text.c
2232         (1.10), text.h (1.4, REL-5-2), textDisp.c (1.7), textDisp.h (1.5,
2233         REL-5-2), window.c (1.14), window.h (1.4): adding new variables for
2234         font width and pane index and size and focus_pane action
2236 2001-03-06 19:49  slobasso
2238         * source/: interpret.c (1.11), rbTree.c (1.2), rbTree.h (1.2,
2239         REL-5-2): added comments, cleaned up a few minor bugs and added cvs
2240         id's to new files
2242 2001-03-06 15:02  slobasso
2244         * source/macro.c (1.13): add comments
2246 2001-03-06 01:00  slobasso
2248         * source/: interpret.c (1.10), parse.y (1.12): code cleanup
2250 2001-03-05 21:39  slobasso
2252         * source/highlightData.c (1.9): bring syntax hilighting up to
2253         latest changes in nedit macro language
2255 2001-03-05 19:26  slobasso
2257         * source/: interpret.c (1.9), macro.c (1.12), parse.y (1.11): fixed
2258         a few warnings and made splitMS compatible with array sub-scripts
2259         end cases, which is what is was designed for
2261 2001-03-05 16:20  amai
2263         * source/: help.c (1.18), parse.y (1.10): help.c: It's "March" now
2264         ...  parse.y: add two yy*() prototypes to make compiler happy
2266 2001-03-05 15:00  slobasso
2268         * source/: Makefile.common (1.6), Makefile.dependencies (1.4),
2269         help.c (1.17), interpret.c (1.8), interpret.h (1.4), macro.c
2270         (1.11), menu.c (1.18), nedit.c (1.9), parse.y (1.9), rbTree.c
2271         (1.1), rbTree.h (1.1), shell.c (1.8), smartIndent.c (1.8),
2272         userCmds.c (1.10): array macro feature
2274 2001-02-26 23:38  edg
2276         * Makefile (1.5), README (1.6), ReleaseNotes (1.4), nc.man (1.3),
2277         nedit.doc (1.4), nedit.man (1.3), makefiles/Makefile.aix (1.3),
2278         makefiles/Makefile.bsdi (1.2), makefiles/Makefile.ccur (1.2),
2279         makefiles/Makefile.convex (1.2), makefiles/Makefile.cygwin (1.3),
2280         makefiles/Makefile.dcosx (1.2), makefiles/Makefile.dec (1.2),
2281         makefiles/Makefile.freebsd (1.2), makefiles/Makefile.generic (1.2),
2282         makefiles/Makefile.hpux (1.2), makefiles/Makefile.linux (1.2),
2283         makefiles/Makefile.lynx (1.2), makefiles/Makefile.m88k.svr4 (1.2),
2284         makefiles/Makefile.netbsd (1.2), makefiles/Makefile.os2 (1.2),
2285         makefiles/Makefile.osf (1.2), makefiles/Makefile.reliant (1.2),
2286         makefiles/Makefile.sco (1.2), makefiles/Makefile.sgi (1.2),
2287         makefiles/Makefile.solaris (1.2), makefiles/Makefile.sunos (1.2),
2288         makefiles/Makefile.uhc (1.2), makefiles/Makefile.ultrix (1.2),
2289         makefiles/Makefile.unicos (1.2), makefiles/Makefile.unixware (1.2),
2290         source/Makefile.common (1.5), source/Makefile.dependencies (1.3),
2291         source/comnedit.com (1.4), source/file.c (1.11), source/file.h
2292         (1.4), source/help.c (1.16), source/help.h (1.3),
2293         source/highlight.c (1.11), source/highlight.h (1.3, REL-5-2),
2294         source/highlightData.c (1.8), source/highlightData.h (1.3),
2295         source/interpret.c (1.7), source/interpret.h (1.3),
2296         source/lnknedit.com (1.3), source/macro.c (1.10), source/macro.h
2297         (1.2, REL-5-2), source/menu.c (1.17), source/menu.h (1.5, REL-5-2),
2298         source/n.bm (1.2, REL-5-2), source/nc.c (1.7), source/nedit.bm
2299         (1.2, REL-5-2), source/nedit.c (1.8), source/nedit.h (1.6),
2300         source/nedit_options_file.opt (1.2, REL-5-2), source/parse.c_noyacc
2301         (1.4), source/parse.h (1.2), source/parse.y (1.8),
2302         source/preferences.c (1.15), source/preferences.h (1.4),
2303         source/regexConvert.c (1.2), source/regexConvert.h (1.2, REL-5-2),
2304         source/regularExp.c (1.4), source/regularExp.h (1.3),
2305         source/search.c (1.14), source/search.h (1.5), source/selection.c
2306         (1.6), source/selection.h (1.3, REL-5-2), source/server.c (1.7),
2307         source/server.h (1.2, REL-5-2), source/shell.c (1.7),
2308         source/shell.h (1.3, REL-5-2), source/shift.c (1.6), source/shift.h
2309         (1.3, REL-5-2), source/smartIndent.c (1.7), source/smartIndent.h
2310         (1.3), source/tags.c (1.10), source/tags.h (1.3), source/text.c
2311         (1.9), source/text.h (1.3), source/textBuf.c (1.5),
2312         source/textBuf.h (1.3), source/textDisp.c (1.6), source/textDisp.h
2313         (1.4), source/textDrag.c (1.3), source/textDrag.h (1.2, REL-5-2),
2314         source/textP.h (1.3, REL-5-2), source/textSel.c (1.3),
2315         source/textSel.h (1.2, REL-5-2), source/undo.c (1.4), source/undo.h
2316         (1.3, REL-5-2), source/userCmds.c (1.9), source/userCmds.h (1.3),
2317         source/window.c (1.13), source/window.h (1.3), util/DialogF.c
2318         (1.8), util/DialogF.h (1.4, REL-5-2), util/Makefile.common (1.5,
2319         REL-5-2), util/Makefile.dependencies (1.3), util/comutil.com (1.2),
2320         util/fileUtils.c (1.7), util/fileUtils.h (1.3), util/fontsel.c
2321         (1.5), util/fontsel.h (1.3), util/getfiles.c (1.10),
2322         util/getfiles.h (1.3, REL-5-2), util/managedList.c (1.4),
2323         util/managedList.h (1.3, REL-5-2), util/misc.c (1.14), util/misc.h
2324         (1.5), util/prefFile.c (1.7), util/prefFile.h (1.4, REL-5-2),
2325         util/printUtils.c (1.7), util/printUtils.h (1.3), util/utils.c
2326         (1.3), util/utils.h (1.2, REL-5-2), util/vmsParam.h (1.2, REL-5-2),
2327         util/vmsUtils.c (1.3), util/vmsUtils.h (1.3, REL-5-2): Added CVS
2328         Ids.
2330 2001-02-25 02:13  edel
2332         * source/parse.y (1.7): Fix conflicts in yacc grammar!
2334 2001-02-22 20:27  edel
2336         * source/highlight.c (1.10): My previous highlighting patch didn't
2337         take in to account styles which fail lookup in the pass1pattern
2338         list (like pass 2 patterns).
2340 2001-02-21 21:39  tringali
2342         * source/highlight.c (1.9): [Patch #101473] Use nearest-color match
2343         when colormap exhausted.
2345 2001-02-21 16:49  edel
2347         * source/highlight.c (1.8): Abutting styles could fool incremental
2348         highlighting into using an unparsable pattern with parseString.
2350 2001-02-20 23:54  slobasso
2352         * source/: help.c (1.15), macro.c (1.9): new preference global
2353         variables added
2355 2001-02-20 15:37  slobasso
2357         * source/menu.c (1.16): fixed bug where forgot to deref nArgs
2358         pointer
2360 2001-02-20 09:58  amai
2362         * Makefile (1.4), README (1.5): README:   change a couple of
2363         "nedit" to "NEdit" Makefile: slightly change comment text (fix
2364         typo, etc.)
2366 2001-02-19 16:39  slobasso
2368         * source/: help.c (1.14), macro.c (1.8), menu.c (1.15): added a new
2369         macro command string_compare() and an action raise_window()
2371 2001-02-19 16:30  slobasso
2373         * source/file.c (1.10): fix issue where reused untitled window is
2374         not given focus when raised.
2376 2001-02-19 10:03  amai
2378         * source/help.c (1.13): help.c: fix some typos and change a couple
2379         of         "nedit" to "NEdit". Actually it is not always        
2380         straightforward to see whether a "nedit" refers to         the
2381         whole product called "NEdit" or to the "nedit" executable ...
2383 2001-02-19 02:02  slobasso
2385         * source/text.c (1.8): fix warnings
2387 2001-02-17 14:03  amai
2389         * source/Makefile.dependencies (1.2), util/Makefile.dependencies
2390         (1.2): */Makefile.dependencies: update WRT new utils.*
2392 2001-02-17 13:59  amai
2394         * source/file.c (1.9), util/utils.c (1.2): file.c utils.c: add
2395         missing #includes
2397 2001-02-17 13:56  amai
2399         * util/: utils.c (1.1), utils.h (1.1): utils.*: new sources for
2400         general purpose, non-GUI stuff like          GetHomeDir()
2402 2001-02-17 13:53  amai
2404         * source/file.c (1.8), source/macro.c (1.7), source/menu.c (1.14),
2405         source/nc.c (1.6), source/server.c (1.6), source/tags.c (1.9),
2406         util/Makefile.common (1.4), util/fileUtils.c (1.6), util/prefFile.c
2407         (1.6): nc.c server.c: move #include <sys/types.h> before other
2408         <sys/*> Makefile.common: prepare for util/utils.c to be checked in
2409         file.c macro.c menu.c tags.c fileUtils.c prefFile.c:    use new
2410         GetCurDir(), GetHomeDir() calls
2412 2001-02-17 01:47  edel
2414         * source/: highlight.c (1.7), parse.y (1.6): 
2415         Empty code blocks are rejected by the macro language.
2417 2001-02-17 00:09  slobasso
2419         * source/interpret.c (1.6): when strings are converted to numbers
2420         and the conversion fails, use 0 rather than junk
2422 2001-02-16 14:58  amai
2424         * ReleaseNotes (1.3), source/tags.c (1.8), util/fileUtils.c (1.5):
2425         ReleaseNotes: add some bugs being addressed *.c: supply fallback if
2426         getcwd() fails      (in one case we used uninitialized memory
2427         earlier!)
2429 2001-02-16 14:25  amai
2431         * source/: Makefile.common (1.4), help.c (1.12): Makefile.common:
2432         nc depends on libNUtil.a! help.c: switch to "February 2001" ...
2434 2001-02-15 16:08  tringali
2436         * ReleaseNotes (1.2): 
2437         Add info about 5.2 features and bugfixes.
2439 2001-02-15 16:07  tringali
2441         * util/misc.c (1.13): 
2442         Fix simulateButtonPress() so it works for gadgets.  (Needed for
2443         DialogF mnemonics.)
2445 2001-02-15 16:06  tringali
2447         * util/DialogF.h (1.3): 
2448         Change dialog_type parameter to int to avoid warnings.
2450 2001-02-15 16:06  tringali
2452         * util/DialogF.c (1.7): 
2453         Automatically create mnemonics for dialog buttons.  Change
2454         dialog_type parameter to int to avoid warnings (comparing unsingned
2455         int for negative isn't exactly useful).
2457 2001-02-15 16:04  tringali
2459         * source/preferences.c (1.14): Default syntax highlighting to on.
2461 2001-02-15 16:04  tringali
2463         * source/nc.c (1.5): 
2464         
2465         - Remove warnings for 64-bit systems.  Extend strlen results to
2466         long and use   %ld as a format specifier.  strlen returns a size_t
2467         which is typically   an unsigned long on 64-bit systems.
2469 2001-02-14 00:34  slobasso
2471         * source/: help.c (1.11), text.c (1.7), textDisp.c (1.5),
2472         textDisp.h (1.3): added extra options to many of the macro actions
2474 2001-02-12 22:37  amai
2476         * source/preferences.c (1.13): preferences.c: patch from Thorsten
2477         Haude to issue a warning                if -import can not find the
2478         specified file
2480 2001-02-12 21:08  slobasso
2482         * source/: help.c (1.10), menu.c (1.13), nedit.h (1.5),
2483         preferences.c (1.12), preferences.h (1.3), search.c (1.13),
2484         search.h (1.4): Added a search wrap option to prefs and made some
2485         more options available to macro actions.
2487 2001-02-09 22:35  tringali
2489         * source/help.c (1.9): Remove obsolete reference to Caps-Lock bug.
2491 2001-02-09 22:34  slobasso
2493         * source/: interpret.c (1.5), interpret.h (1.2), parse.c_noyacc
2494         (1.3), parse.y (1.5): fixed a leak with static strings in the macro
2495         interpreter.
2497 2001-02-09 22:19  slobasso
2499         * source/: menu.c (1.12), text.c (1.6): fixed strCaseCmp() bug
2500         where partial strings would match.
2502 2001-02-09 21:07  amai
2504         * source/userCmds.c (1.8): userCmds.c: try to fix compiler warnings
2506 2001-02-09 09:08  amai
2508         * source/: menu.c (1.11), menu.h (1.4): menu.*: fix a 'pointer vs.
2509         integer constant' problem, by adding a         cast to the
2510         constants #definition
2512 2001-02-08 09:08  amai
2514         * source/Makefile.common (1.3), source/Makefile.dependencies (1.1),
2515         util/Makefile.common (1.3), util/Makefile.dependencies (1.1):
2516         */Makefile.common: include new */Makefile.dependencies: simple
2517         files containing the dependencies for all     objects (i.e. *.o)
2519 2001-02-08 08:52  amai
2521         * source/: menu.c (1.10), menu.h (1.3): menu.c menu.h: - correct my
2522         previous patch: XmNuserData requires XtPointer* arg               
2523         - add some more 'const's
2525 2001-02-06 16:04  amai
2527         * source/search.c (1.12), util/DialogF.c (1.6), util/getfiles.c
2528         (1.9): search.c DialogF.c getfiles.c: Drop #ifdef MOTIF10 sections.
2530 2001-02-06 12:07  amai
2532         * source/menu.c (1.9): menu.c: Fix a 'major' 64bit bug: we were
2533         passing a pointer to int         instead of pointer to pointer.
2534         This fixes the crash with         NEdit/LessTif on alpha when
2535         selecting the Window menu item!!
2537 2001-02-06 10:19  amai
2539         * source/preferences.c (1.11): preferences.c: drop unused #include
2540         <errno.h>
2542 2001-02-06 10:03  amai
2544         * source/interpret.c (1.4), util/prefFile.c (1.5), util/prefFile.h
2545         (1.3): interpret.c prefFile.*: add 'const' to some more functions'
2546         signature
2548 2001-02-06 10:02  amai
2550         * source/: nc.c (1.4), server.c (1.5): server.c nc.c: add checks
2551         whether some system calls succeed (e.g. uname())               
2552         changed signature of getHostName() and getUserName
2554 2001-02-05 19:45  amai
2556         * util/: DialogF.c (1.5), misc.c (1.12), prefFile.c (1.4),
2557         printUtils.c (1.6): DialogF.c misc.c prefFile.c printUtils.c: add
2558         'const' to some     functions' signatures
2560 2001-02-05 17:13  amai
2562         * source/: file.c (1.7), help.c (1.8), highlight.c (1.6),
2563         highlightData.c (1.7): file.c help.c highlight.c highlightData.c:
2564         Replace improper <0> as last argument          in XtVa*() interface
2565         calls by <NULL>
2567 2001-02-02 18:10  tringali
2569         * source/highlight.c (1.5): Replace debugging code of divide by 0
2570         with a more proper assert.  Dividing by zero generated warnings on
2571         lots of compilers.
2573 2001-02-02 14:47  amai
2575         * source/window.c (1.12): window.c: drop declaration of
2576         _XEditResCheckMessages(); should be in           according header  
2577                 Fix compiler warning about boolean expression
2579 2001-02-02 14:00  amai
2581         * Makefile (1.3), README (1.4): Makefile: do not list CVS/ subdir
2582         when running 'make' without argument README:   cosmetics
2583         (re-formatting)           add pointer to makefiles/Makefile.generic
2584         which explains     our current -D compiler options
2586 2001-02-02 13:12  amai
2588         * util/getfiles.c (1.8): getfiles.c: - add 'cont' add some places  
2589                     (as I realized we are already using it, so we don't    
2590                   discuss systems w/o here)             - drop */errno.h
2591         #includes (I couldn't see any usage of it currently)
2593 2001-02-01 23:16  tringali
2595         * makefiles/Makefile.aix (1.2): 
2596         
2597         Fix for bug 130164: force X headers to include full prototype
2598         information.
2600 2001-01-26 22:42  amai
2602         * source/: help.c (1.7), window.c (1.11): help.c: switch to
2603         "January, 2001" window.c: ad cast; should fix SF [Bug #130164 ]
2604         Compiler warning on AIX4.3.2 in                window.c
2606 2001-01-24 15:54  amai
2608         * util/misc.c (1.11), source/highlightData.c (1.6), source/menu.c
2609         (1.8), source/preferences.c (1.10), source/userCmds.c (1.7): *.c:
2610         The XmNnumChildren resource if of type 'Cardinal', not 'int'
2612 2001-01-10 10:42  amai
2614         * source/textBuf.c (1.4): textBuf.c: fix for SF [Bug #115195 ]
2615         textBuf.c:862 warning: '/*' within comment
2617 2001-01-05 21:18  amai
2619         * source/shell.c (1.6): shell.c: change some "Nedit" strings to
2620         "NEdit".           properly end an execl() parameter list by (char
2621         *)0
2623 2000-12-20 14:05  amai
2625         * source/help.c (1.6), source/nedit.c (1.7), source/search.c
2626         (1.11), source/window.c (1.10), util/getfiles.c (1.7): Replace
2627         "Lesstif" by "LessTif" ...  Update timestamp in version info to
2628         "december, 2000"
2630 2000-12-20 13:56  amai
2632         * README (1.3), source/.cvsignore (1.1), source/tags.c (1.7),
2633         util/misc.c (1.10): Add two missing #includes Add a .cvsignore for
2634         the two binaries beign built Update the docs WRT LessTif issues
2636 2000-12-19 21:08  tringali
2638         * nedit.doc (1.3): 
2639         
2640         Removed obsolete references to fnal.gov FTP server.
2642 2000-12-19 21:06  edg
2644         * source/selection.c (1.5): Added a fix for SF bug 126285: segfault
2645         with goto line.
2647 2000-12-15 20:57  edg
2649         * source/text.c (1.5): Fixed a selection highlighting bug (removed
2650         an earlier bogus patch).
2652 2000-12-10 19:35  edg
2654         * source/search.c (1.10): Fixed some (harmless) compiler warnings. 
2655         Added an extra check in the multi-file replacement code to make
2656         sure that the user didn't invalidate the replacement strings when
2657         the dialog isn't modal (bug in several Lesstif versions).
2659 2000-11-30 21:33  edg
2661         * util/getfiles.c (1.6): Implemented a workaround for a Motif 2.x
2662         file selection box bug.
2664 2000-11-30 21:31  edg
2666         * makefiles/Makefile.cygwin (1.2): Minor changes requested by
2667         Christian Denat.
2669 2000-11-23 23:23  edg
2671         * source/: search.c (1.9), search.h (1.3), window.c (1.9): Fixed a
2672         critical bug in the multi-file replace functionality.  Closing
2673         windows while a multi-file replace dialog was up could result in a
2674         crash. The lists are now updated when a window closes.
2676 2000-11-22 23:08  edg
2678         * source/: nedit.h (1.4), search.c (1.8), window.c (1.8): Added
2679         multi-file replace-all functionality.
2681 2000-11-22 21:50  edg
2683         * source/: preferences.c (1.9), search.c (1.7): Added a missing
2684         #include <stdio.h>.
2686 2000-11-07 14:03  edel
2688         * util/misc.c (1.9): Fix glitches in Caps/Num Lock patch
2690 2000-11-06 21:52  edel
2692         * source/: macro.c (1.6), preferences.c (1.8), shift.c (1.5),
2693         text.c (1.4), userCmds.c (1.6), window.c (1.7): Patch for Caps/Num
2694         Lock bug + a few other minor fixes
2696 2000-11-06 21:50  edel
2698         * util/: misc.c (1.8), misc.h (1.4): Patch for Caps/Num Lock Motif
2699         bug
2701 2000-10-06 21:23  edel
2703         * util/misc.c (1.7): Bug fix: BG menu not working with new best
2704         visual code
2706 2000-10-04 03:09  edel
2708         * util/: DialogF.c (1.4), fontsel.c (1.4), getfiles.c (1.5),
2709         managedList.c (1.3), misc.c (1.6), printUtils.c (1.5): For IA-64,
2710         XtVa argument lists must be terminated with NULL rather than 0
2712 2000-10-04 03:07  edel
2714         * source/: macro.c (1.5), menu.c (1.7), preferences.c (1.7),
2715         search.c (1.6), selection.c (1.4), shell.c (1.5), shift.c (1.4),
2716         smartIndent.c (1.6), tags.c (1.6), textDisp.c (1.4), userCmds.c
2717         (1.5), window.c (1.6): For IA-64, XtVa calls must be terminated
2718         w/NULL, rather than 0
2720 2000-09-29 15:48  edel
2722         * util/: fileUtils.c (1.4), misc.c (1.5): Support ClearCase version
2723         extended pathnames (and fix some compiler warns)
2725 2000-09-29 15:38  edel
2727         * source/: file.c (1.6), file.h (1.3), menu.c (1.6), nedit.c (1.6),
2728         preferences.c (1.6), server.c (1.4), shell.c (1.4): Updates from
2729         Max (via Arne), and Arne Førlie: ClearCase version extended paths,
2730         Untitled windows inherit parent path, and avoid reuse of Untitled
2731         windows which are currently running a macro.
2733 2000-09-26 20:28  edel
2735         * source/: file.c (1.5), help.c (1.5), highlightData.c (1.5),
2736         macro.c (1.4), menu.c (1.5), nedit.c (1.5), preferences.c (1.5),
2737         search.c (1.5), smartIndent.c (1.5), tags.c (1.5), userCmds.c
2738         (1.4), window.c (1.5): Allow nedit to use non-default visuals
2740 2000-09-26 20:25  edel
2742         * util/: DialogF.c (1.3), fontsel.c (1.3), getfiles.c (1.4), misc.c
2743         (1.4), misc.h (1.3), printUtils.c (1.4): Allow NEdit to use
2744         non-default visual
2746 2000-09-22 19:41  edel
2748         * util/: fileUtils.c (1.3), getfiles.c (1.3), misc.c (1.3),
2749         prefFile.c (1.3), printUtils.c (1.3): Changes since last posted
2750         development release
2752 2000-09-22 19:34  edel
2754         * source/: file.c (1.4), help.c (1.4), highlight.c (1.4),
2755         highlightData.c (1.4), interpret.c (1.3), macro.c (1.3), menu.c
2756         (1.4), nc.c (1.3), nedit.c (1.4), parse.y (1.4), preferences.c
2757         (1.4), regularExp.c (1.3), search.c (1.4), selection.c (1.3),
2758         server.c (1.3), shell.c (1.3), shift.c (1.3), smartIndent.c (1.4),
2759         tags.c (1.4), text.c (1.3), textBuf.c (1.3), undo.c (1.3),
2760         userCmds.c (1.3), window.c (1.4): Changes since last posted
2761         development release
2763 2000-09-10 18:15  tringali
2765         * makefiles/: Makefile.aix (1.1), Makefile.bsdi (1.1),
2766         Makefile.ccur (1.1), Makefile.convex (1.1), Makefile.cygwin (1.1),
2767         Makefile.dcosx (1.1), Makefile.dec (1.1), Makefile.freebsd (1.1),
2768         Makefile.generic (1.1), Makefile.hpux (1.1), Makefile.linux (1.1),
2769         Makefile.lynx (1.1), Makefile.m88k.svr4 (1.1), Makefile.netbsd
2770         (1.1), Makefile.os2 (1.1), Makefile.osf (1.1), Makefile.reliant
2771         (1.1), Makefile.sco (1.1), Makefile.sgi (1.1), Makefile.solaris
2772         (1.1), Makefile.sunos (1.1), Makefile.uhc (1.1), Makefile.ultrix
2773         (1.1), Makefile.unicos (1.1), Makefile.unixware (1.1) (utags:
2774         REL-5-1-1): 5.1.1 baseline
2776 2000-09-09 22:22  tringali
2778         * source/: comnedit.com (1.3), file.c (1.3), help.c (1.3),
2779         highlight.c (1.3), highlightData.c (1.3), menu.c (1.3), nedit.c
2780         (1.3), nedit.h (1.3), parse.c_noyacc (1.2), parse.y (1.3),
2781         preferences.c (1.3), search.c (1.3), smartIndent.c (1.3), tags.c
2782         (1.3), textDisp.c (1.3), window.c (1.3): 5.2 Development snapshot
2783         as of 5/29/2000
2785 2000-09-09 22:18  tringali
2787         * Makefile (1.2, REL-5-1-1), README (1.2, REL-5-1-1), ReleaseNotes
2788         (1.1, REL-5-1-1), nc.man (1.2, REL-5-1-1), nedit.doc (1.2,
2789         REL-5-1-1), nedit.man (1.2, REL-5-1-1), source/Makefile.common
2790         (1.2, REL-5-1-1), source/Makefile.dec (1.2), source/Makefile.hp
2791         (1.2), source/Makefile.ibm (1.2), source/Makefile.linux (1.2),
2792         source/Makefile.osf (1.2), source/Makefile.sgi (1.2),
2793         source/Makefile.solaris (1.2), source/Makefile.sunos (1.2),
2794         source/Makefile.ultrix (1.2), source/comnedit.com (1.2, REL-5-1-1),
2795         source/file.c (1.2, REL-5-1-1), source/file.h (1.2, REL-5-1-1),
2796         source/help.c (1.2, REL-5-1-1), source/help.h (1.2, REL-5-1-1),
2797         source/highlight.c (1.2, REL-5-1-1), source/highlight.h (1.2,
2798         REL-5-1-1), source/highlightData.c (1.2, REL-5-1-1),
2799         source/highlightData.h (1.2, REL-5-1-1), source/interpret.c (1.2,
2800         REL-5-1-1), source/lnknedit.com (1.2, REL-5-1-1), source/macro.c
2801         (1.2, REL-5-1-1), source/menu.c (1.2, REL-5-1-1), source/menu.h
2802         (1.2, REL-5-1-1), source/nc.c (1.2, REL-5-1-1), source/nedit.c
2803         (1.2, REL-5-1-1), source/nedit.h (1.2, REL-5-1-1), source/parse.y
2804         (1.2, REL-5-1-1), source/preferences.c (1.2, REL-5-1-1),
2805         source/preferences.h (1.2, REL-5-1-1), source/regexConvert.c (1.1,
2806         REL-5-1-1), source/regexConvert.h (1.1, REL-5-1-1),
2807         source/regularExp.c (1.2, REL-5-1-1), source/regularExp.h (1.2,
2808         REL-5-1-1), source/search.c (1.2, REL-5-1-1), source/search.h (1.2,
2809         REL-5-1-1), source/selection.c (1.2, REL-5-1-1), source/selection.h
2810         (1.2, REL-5-1-1), source/server.c (1.2, REL-5-1-1), source/shell.c
2811         (1.2, REL-5-1-1), source/shell.h (1.2, REL-5-1-1), source/shift.c
2812         (1.2, REL-5-1-1), source/shift.h (1.2, REL-5-1-1),
2813         source/smartIndent.c (1.2, REL-5-1-1), source/smartIndent.h (1.2,
2814         REL-5-1-1), source/tags.c (1.2, REL-5-1-1), source/tags.h (1.2,
2815         REL-5-1-1), source/text.c (1.2, REL-5-1-1), source/text.h (1.2,
2816         REL-5-1-1), source/textBuf.c (1.2, REL-5-1-1), source/textBuf.h
2817         (1.2, REL-5-1-1), source/textDisp.c (1.2, REL-5-1-1),
2818         source/textDisp.h (1.2, REL-5-1-1), source/textDrag.c (1.2,
2819         REL-5-1-1), source/textP.h (1.2, REL-5-1-1), source/textSel.c (1.2,
2820         REL-5-1-1), source/undo.c (1.2, REL-5-1-1), source/undo.h (1.2,
2821         REL-5-1-1), source/userCmds.c (1.2, REL-5-1-1), source/userCmds.h
2822         (1.2, REL-5-1-1), source/window.c (1.2, REL-5-1-1), source/window.h
2823         (1.2, REL-5-1-1), util/DialogF.c (1.2, REL-5-1-1), util/DialogF.h
2824         (1.2, REL-5-1-1), util/Makefile.common (1.2, REL-5-1-1),
2825         util/Makefile.dec (1.2), util/Makefile.hp (1.2), util/Makefile.ibm
2826         (1.2), util/Makefile.linux (1.2), util/Makefile.sgi (1.2),
2827         util/Makefile.solaris (1.2), util/Makefile.sunos (1.2),
2828         util/Makefile.ultrix (1.2), util/fileUtils.c (1.2, REL-5-1-1),
2829         util/fileUtils.h (1.2, REL-5-1-1), util/fontsel.c (1.2, REL-5-1-1),
2830         util/fontsel.h (1.2, REL-5-1-1), util/getfiles.c (1.2, REL-5-1-1),
2831         util/getfiles.h (1.2, REL-5-1-1), util/managedList.c (1.2,
2832         REL-5-1-1), util/managedList.h (1.2, REL-5-1-1), util/misc.c (1.2,
2833         REL-5-1-1), util/misc.h (1.2, REL-5-1-1), util/prefFile.c (1.2,
2834         REL-5-1-1), util/prefFile.h (1.2, REL-5-1-1), util/printUtils.c
2835         (1.2, REL-5-1-1), util/printUtils.h (1.2, REL-5-1-1),
2836         util/vmsUtils.c (1.2, REL-5-1-1), util/vmsUtils.h (1.2, REL-5-1-1):
2837         5.1.1 baseline
2839 2000-09-09 22:12  tringali
2841         * Makefile (1.1), README (1.1), nc.man (1.1), nedit.doc (1.1),
2842         nedit.man (1.1), source/Makefile.common (1.1), source/Makefile.dec
2843         (1.1), source/Makefile.hp (1.1), source/Makefile.ibm (1.1),
2844         source/Makefile.linux (1.1), source/Makefile.osf (1.1),
2845         source/Makefile.sgi (1.1), source/Makefile.solaris (1.1),
2846         source/Makefile.sunos (1.1), source/Makefile.ultrix (1.1),
2847         source/comnedit.com (1.1), source/file.c (1.1), source/file.h
2848         (1.1), source/help.c (1.1), source/help.h (1.1), source/highlight.c
2849         (1.1), source/highlight.h (1.1), source/highlightData.c (1.1),
2850         source/highlightData.h (1.1), source/interpret.c (1.1),
2851         source/interpret.h (1.1, REL-5-1-1), source/lnknedit.com (1.1),
2852         source/macro.c (1.1), source/macro.h (1.1, REL-5-1-1),
2853         source/menu.c (1.1), source/menu.h (1.1), source/n.bm (1.1,
2854         REL-5-1-1), source/nc.c (1.1), source/nedit.bm (1.1, REL-5-1-1),
2855         source/nedit.c (1.1), source/nedit.h (1.1),
2856         source/nedit_options_file.opt (1.1, REL-5-1-1),
2857         source/parse.c_noyacc (1.1, REL-5-1-1), source/parse.h (1.1,
2858         REL-5-1-1), source/parse.y (1.1), source/preferences.c (1.1),
2859         source/preferences.h (1.1), source/regularExp.c (1.1),
2860         source/regularExp.h (1.1), source/search.c (1.1), source/search.h
2861         (1.1), source/selection.c (1.1), source/selection.h (1.1),
2862         source/server.c (1.1), source/server.h (1.1, REL-5-1-1),
2863         source/shell.c (1.1), source/shell.h (1.1), source/shift.c (1.1),
2864         source/shift.h (1.1), source/smartIndent.c (1.1),
2865         source/smartIndent.h (1.1), source/tags.c (1.1), source/tags.h
2866         (1.1), source/text.c (1.1), source/text.h (1.1), source/textBuf.c
2867         (1.1), source/textBuf.h (1.1), source/textDisp.c (1.1),
2868         source/textDisp.h (1.1), source/textDrag.c (1.1), source/textDrag.h
2869         (1.1, REL-5-1-1), source/textP.h (1.1), source/textSel.c (1.1),
2870         source/textSel.h (1.1, REL-5-1-1), source/undo.c (1.1),
2871         source/undo.h (1.1), source/userCmds.c (1.1), source/userCmds.h
2872         (1.1), source/window.c (1.1), source/window.h (1.1), util/DialogF.c
2873         (1.1), util/DialogF.h (1.1), util/Makefile.common (1.1),
2874         util/Makefile.dec (1.1), util/Makefile.hp (1.1), util/Makefile.ibm
2875         (1.1), util/Makefile.linux (1.1), util/Makefile.sgi (1.1),
2876         util/Makefile.solaris (1.1), util/Makefile.sunos (1.1),
2877         util/Makefile.ultrix (1.1), util/comutil.com (1.1, REL-5-1-1),
2878         util/fileUtils.c (1.1), util/fileUtils.h (1.1), util/fontsel.c
2879         (1.1), util/fontsel.h (1.1), util/getfiles.c (1.1), util/getfiles.h
2880         (1.1), util/managedList.c (1.1), util/managedList.h (1.1),
2881         util/misc.c (1.1), util/misc.h (1.1), util/prefFile.c (1.1),
2882         util/prefFile.h (1.1), util/printUtils.c (1.1), util/printUtils.h
2883         (1.1), util/vmsParam.h (1.1, REL-5-1-1), util/vmsUtils.c (1.1),
2884         util/vmsUtils.h (1.1) (utags: REL-5-0-2): 5.0.2 baseline