Add definitions for MSVC, Sun Workshop, etc.
[nedit.git] / ChangeLog
blob156251b1e660d426ad13be4ee9c82dd79cdae9b1
1 2001-08-01 09:40  amai
3         * source/help.c: Again hardcode a string about the development
4         version "August 2001".  Build time may be misleading ...
6 2001-08-01 01:16  slobasso
8         * source/macro.c: fixed problem where closing window while learning
9         would make it impossible to finish or cancel learing.
11 2001-07-31 13:58  amai
13         * source/text.c: Fix minor warnings
15 2001-07-31 09:46  amai
17         * util/managedList.c: Don't name variables 'index', may be an
18         interface in BSD-like libc
20 2001-07-31 09:43  amai
22         * util/getfiles.c: Fix lint warning: "getfiles.c", line 716:
23         warning: args redefinition hides earlier one
25 2001-07-31 09:40  amai
27         * util/fontsel.c: Don't use 'index' as name for variable; may be a
28         call in a BSD-like libc
30 2001-07-29 19:51  amai
32         * source/highlight.c: Experimental patch to fix "mismatched" memory
33         handling calls as indicated by "purify". Probably not complete and
34         should be checked again with purify _now_!
36 2001-07-28 21:53  tringali
38         * Makefile: #442517: add explanatory text how to use make
40 2001-07-25 20:37  tringali
42         * source/help.c: Add more detailed info about Motif (runtime
43         version number)
45 2001-07-25 20:36  tringali
47         * util/system.h: Use "Digital/Tru64 Unix" in place of OSF/1
49 2001-07-25 20:36  tringali
51         * doc/: nc.man, nedit.man: Update authors for 5.2
53 2001-07-25 20:05  slobasso
55         * util/misc.c: made changes so that Num_Lock's mod mask is found
56         rather than assuming Mod3
58 2001-07-25 16:36  amai
60         * source/textBuf.c: Attempt to fix memory leak reported by Thorsten
61         Haude
63 2001-07-25 15:03  amai
65         * util/misc.c: Try to fix small memory leak reported by Thorsten
66         Haude
68 2001-07-25 09:49  amai
70         * util/system.h: Add "EMX=OS/2"
72 2001-07-25 09:39  amai
74         * source/Makefile.dependencies, util/Makefile.dependencies: Update
75         dependency lists
77 2001-07-24 23:55  tringali
79         * util/system.h: Add host compliation information to help
81 2001-07-24 23:54  tringali
83         * source/: help.c, tags.c, tags.h: - Use shared strings for lower
84         memory use with large tags files.  - Add compilation host
85         information to help, update authors
87 2001-07-24 21:27  slobasso
89         * util/misc.c: Fix array size define to match actual array size.
90         Incorrect size could result in infinite loop.
92 2001-07-18 15:01  amai
94         * ChangeLog: Update
96 2001-07-18 15:00  amai
98         * source/: search.c, search.h, window.c: Shrink two function names
99         to 31 characters length and below (seems to be a limit on some VMS
100         systems)
102 2001-07-17 10:19  amai
104         * doc/faq.xml: Updated version from  Florian Xhumari as of
105         http://galleries.free.fr/nedit-faq-01-07-16.tar.gz
107 2001-07-17 09:31  amai
109         * source/preferences.c, util/getfiles.c, util/vmsUtils.c: VMS
110         patches from Blair Phillips <blair.phillips@airservices.gov.au>:
111         avoid rint() re-definition, fix for non-unix file root,
112         case-insensitive match on filename extensions.
114 2001-07-16 22:41  amai
116         * source/lnknedit.com: VMS patch from mark.geary@qwest.com
118 2001-07-16 16:48  amai
120         * doc/: nc.man, nedit.man: Man page updates from Joor Loohuis
122 2001-07-16 13:49  amai
124         * doc/: faq-txt.awk, faq-txt.dtd, faq-txt.xsl, faq.dtd, faq.xml,
125         faq.xsl: faq*: add FAQ files found on our website
127 2001-07-11 23:35  amai
129         * source/: parse.c_noyacc, parse.h, parse.y: Back out "const" patch
130         for ParseMacro(). Was incomplete, therefore broken
132 2001-07-11 17:21  amai
134         * source/: comnedit.com, file.c, lnknedit.com: VMS patches from
135         <Mark.Geary@qwest.com> (not literally as for file.c)
137 2001-07-11 10:06  amai
139         * source/parse.c_noyacc: Update from current parse.y
141 2001-07-11 10:04  amai
143         * source/: parse.h, parse.y: Add some 'const' to ParseMacro()
144         signature
146 2001-07-11 09:55  amai
148         * util/: comutil.com, utils.c: VMS patches from
149         Mark.Geary@qwest.com
151 2001-07-07 11:55  amai
153         * ChangeLog: Update
155 2001-07-07 11:54  amai
157         * COPYRIGHT, README: Have an external file for the license terms.
158         README refers to it
160 2001-07-07 11:48  amai
162         * nc.man, nedit.doc, nedit.man, doc/nc.man, doc/nedit.doc,
163         doc/nedit.man: Move doc files to separate subdirectory
165 2001-07-04 11:42  uid30962
167         * README: Update some references to LessTif
169 2001-07-04 11:29  uid30962
171         * ReleaseNotes: ReleaseNotes: Upddate
173 2001-07-03 14:53  amai
175         * source/Makefile.dependencies: Makefile.dependencies: update
176         depedency list
178 2001-07-03 14:13  amai
180         * source/help.c: help.c: A new month has come ...
182 2001-06-23 11:31  amai
184         * ChangeLog: ChangeLog: update
186 2001-06-22 20:27  tringali
188         * source/: nedit.c, window.c: Allow stats line background color to
189         be set by user [#431891]
191 2001-06-22 20:25  tringali
193         * source/macro.c: Incremental reading from files via J. Lous [Patch
194         #434465]
196 2001-06-22 16:32  amai
198         * source/file.c: file.c: fail when trying to read in a directory as
199         a file
201 2001-06-21 16:54  edel
203         * source/shell.c: Fixed shell dialog BadMatch crash on Solaris 2.5
205 2001-06-20 17:48  amai
207         * source/macro.c: macro.c: replace snprintf() by sprintf().   Add
208         #include <string.h>
210 2001-06-20 10:24  amai
212         * ChangeLog: ChangeLog: update
214 2001-06-19 22:00  slobasso
216         * source/macro.c: Added Thorsten's code to put correct key codes in
217         status bar during recording and macro running.
219 2001-06-09 20:48  amai
221         * makefiles/: Makefile.dec, Makefile.osf, Makefile.superux:
222         Makefile.superux: add CVS Id Makefile.dec Makefile.osf: briefly
223         comment on the os versions they are supposed     to work with
225 2001-06-08 10:14  amai
227         * source/help.c: help.c: update timestamp to "June, 2001"
229 2001-06-07 21:52  amai
231         * ChangeLog: ChangeLog: finally add the output of "cvs2cl".
232         Needs to be updated regularly ...
234 2001-06-06 21:24  tringali
236         * makefiles/Makefile.linux:
237         Remove -DEDITRES, this causes link failure.
239 2001-06-06 12:00  amai
241         * util/: DialogF.c, fontsel.c, getfiles.c, misc.c, prefFile.c: *.c:
242         add some explicit #include <string.h>. Previously  it was done
243         implicitly ...
245 2001-06-05 14:52  amai
247         * makefiles/Makefile.linux: Makefile.linux: drop
248         -I/-L/usr/lesstif/* flags and add a suitable comment  instead
250 2001-06-05 10:01  amai
252         * source/file.c: file.c: security fix for WriteBackupFile()
254 2001-06-01 22:09  edel
256         * makefiles/: Makefile.solaris, Makefile.superux: From: Ian
257         Johnston" <Ian.Johnston@dlr.de>
259 2001-05-31 10:49  amai
261         * source/nedit.h: nedit.h: add 'extern' to variable declaration in
262         header    (to avoid problem with multiple definitions)
264 2001-05-29 20:21  arnef
266         * source/menu.c: Add separator in Preferences/Default
267         Settings/Customize Menus
269 2001-05-19 18:09  tringali
271         * util/misc.c: Fix bug in mnemonic building- don't build mnemonics
272         for XK_VoidSymbol.  Fixes various problems with XFree86 servers.
274 2001-05-17 13:42  arnef
276         * source/: menu.c, nedit.h, preferences.c, preferences.h, window.c:
277         Adding path to windows menu file entries
279 2001-05-15 22:04  amai
281         * makefiles/Makefile.depend: Makefile.depend: Makefile used to
282         generate (internal) the dependency list.                   This
283         file does not build anything!
285 2001-05-12 02:48  tringali
287         * ReleaseNotes, source/text.c: - Add support for mouse wheel
288         scrolling in the main text area.
290 2001-05-11 21:56  amai
292         * util/fileUtils.c: fileUtils.c: really tiny patch for OS/2 only
293         (drive letters ;-)
295 2001-05-11 10:05  amai
297         * source/file.c: file.c: Corrected(!) version of SuSe security
298         patch for temporary    file security problem within PrintString().
299         Tested once for compile/runtime ...
301 2001-05-05 20:01  arnef
303         * source/menu.c: Changing default for sortOpenPrevDefCB should
304         invalidate all open window's OpenPrev menu
306 2001-05-04 20:33  arnef
308         * source/: nedit.h, search.c, search.h, window.c: Make the buttons
309         in Find and Replace dialogs sensitive on the state of 'Search for'
310         field.
312 2001-05-03 11:42  amai
314         * source/help.c: help.c: update timestamp to "May, 2001"
316 2001-04-25 23:37  edg
318         * util/DialogF.c: Added a fix to handle unexpected destruction of
319         dialogs gracefully.
321 2001-04-25 21:03  amai
323         * nedit.doc: nedit.doc: fix some typos, convert some "nedit" to
324         "NEdit", drop some comment about pre 1.2 Motif
326 2001-04-25 19:01  amai
328         * util/fileUtils.c: fileUtils.c: forgot one special case where the
329         "//" patch might to a crash. Next time I should probably <think>
330         first, <code> later
332 2001-04-25 18:48  amai
334         * util/fileUtils.c: fileUtils.c: fix typo in my "double-slash
335         patch" from today
337 2001-04-25 09:52  amai
339         * util/fileUtils.c: fileUtils.c: avoid double "//" in path strings
340         as this may not work out on              non-un*x systems
342 2001-04-24 23:10  tringali
344         * util/misc.c: Fix crash bug in OpenMotif, where asking for the the
345         Display/Window of a gadget produces a NULL pointer.
347 2001-04-18 21:12  slobasso
349         * source/window.c: needed to save/restore horizontal and vertical
350         scroll positions when changing hw tab size.
352 2001-04-18 21:08  slobasso
354         * util/DialogF.c: fixed use of int where Cardinal should be
356 2001-04-18 19:10  slobasso
358         * source/: help.c, macro.c: new $server_name variable.
360 2001-04-18 19:02  slobasso
362         * source/: file.c, file.h, help.c, menu.c, window.c: added optional
363         parameter to close() action for save option.
365 2001-04-18 18:51  slobasso
367         * util/DialogF.c: fixed a mistake I introduced while debugging
369 2001-04-18 18:12  slobasso
371         * util/DialogF.c: cleaned up createMnemonics in an effort to fix a
372         crash bug. Bug still not fixed.
374 2001-04-18 01:40  slobasso
376         * source/help.c: cleaned up formatting and moved Windows Menu items
377         into correct area
379 2001-04-17 22:13  slobasso
381         * source/window.c: save and restore insert positions when hw tab
382         sizes are changed
384 2001-04-17 20:47  slobasso
386         * source/macro.c: cleaned up RedundantActions, adding some missing
387         items
389 2001-04-17 01:49  slobasso
391         * source/: file.c, nedit.h: added bit to distinguish between too
392         much binary data and -read
394 2001-04-17 01:20  slobasso
396         * source/: file.c, file.h, macro.c, menu.c, nedit.h, search.c,
397         selection.c, window.c: readOnly vs lockWrite access fix, now
398         handles the many other locked possibilities
400 2001-04-16 18:36  edg
402         * source/: help.c, window.c: Added workarounds for openmotif bugs
403         [SF bug 231876].
405 2001-04-16 16:04  amai
407         * source/textBuf.c: texBuf.c: try to fix a bug introduced by a
408         "const" patch.            Pointed out by <arne@forlie.com>
410 2001-04-14 11:51  amai
412         * makefiles/Makefile.unicos, source/preferences.c, source/text.c,
413         source/userCmds.c: *: applied re-vised version of patches for
414         UNICOS from    Bill Matson <wjm@sdc.cs.boeing.com>
416 2001-04-14 00:58  slobasso
418         * util/DialogF.c: fix build problem introduced in previous change
419         UCHAR_MAX is in limits.h
421 2001-04-13 19:50  tringali
423         * ReleaseNotes, source/file.c, source/help.c,
424         source/highlightData.c, source/macro.c, source/preferences.c,
425         source/search.c, source/smartIndent.c, source/userCmds.c,
426         util/DialogF.c, util/fontsel.c, util/getfiles.c, util/misc.c,
427         util/misc.h, util/printUtils.c: - Updated release notes - Added
428         unmodified mnemonics to confirmation dialogs.  - Fix bug in
429         mnemonics where there could be two of the same menmonics   on one
430         dialog.
432 2001-04-13 17:02  slobasso
434         * source/search.c: fixed regex search backwards bug if wrap turned
435         off.
437 2001-04-13 00:02  edg
439         * source/: help.c, macro.c, menu.c, nedit.h, preferences.c,
440         search.c, window.c, window.h: Extended the Show Matching (..)
441         functionality: Off, Delimiter, and Range.  Original patch was
442         submitted by Thorsten Haude.
444 2001-04-12 17:09  amai
446         * source/menu.c: menu.c: allow to specify control codes in
447         hex/dec/oct format         also improve checking of input
449 2001-04-10 00:12  amai
451         * util/: misc.c, misc.h: misc.c misc.h: another "const" patch
453 2001-04-09 23:43  edg
455         * source/help.c: Added information about new search extensions and
456         related stuff.
458 2001-04-09 23:38  edg
460         * source/: nedit.h, search.c: Minor fixes and improvements in
461         isearch + beep on search wrap combination.
463 2001-04-09 20:46  edg
465         * util/misc.c: Typo fix in recent accelerator fix.
467 2001-04-06 15:09  amai
469         * source/: preferences.c, preferences.h: preferences.*: even more
470         "const" additions
472 2001-04-06 15:03  amai
474         * source/: interpret.c, interpret.h: interpret.*: another "const"
475         patch
477 2001-04-06 11:49  amai
479         * source/file.c, source/file.h, source/help.c,
480         source/highlightData.c, source/highlightData.h,
481         source/preferences.c, source/preferences.h, source/regularExp.c,
482         source/regularExp.h, source/search.c, source/search.h,
483         source/textBuf.c, source/textBuf.h, util/fileUtils.c,
484         util/fileUtils.h, util/printUtils.c, util/printUtils.h: *.c *.h:
485         big "const" patch.           Except in textBuf.c it's only a couple
486         of const additions.           In textBuf.c I had to change a coupl
487         of lines to get this done -           should be on the safe side of
488         life ...
490 2001-04-04 21:38  edg
492         * source/: preferences.c, search.c: Minor bug fixes in search
493         extensions related code.
495 2001-04-04 00:59  edg
497         * source/: menu.c, nedit.h, preferences.c, preferences.h, search.c,
498         search.h: Added "smart" replace scope behaviour to the replace
499         dialog radio button alternative, and made it configurable through a
500         preference.
502 2001-04-03 10:06  amai
504         * source/help.c: help.c: the "April" patch ...
506 2001-04-03 03:42  tringali
508         * util/misc.c: Don't allow traversal to insensitive widgets.
510 2001-04-02 22:52  edg
512         * source/: highlight.c, macro.c, menu.c, nedit.h, preferences.c,
513         preferences.h, regularExp.c, regularExp.h, search.c, search.h,
514         window.c: Introduced additional search modes [Markus
515         Schwarzenberg].  Added beep on search wrap option [Markus
516         Schwarzenberg].  Added sticky case sensitivity search preference
517         [Markus Schwarzenberg].  Replace and find dialog and incremental
518         search bar layout changes (currently two layout alternatives for
519         replace dialog, for evaluation purposes).
521 2001-03-30 19:54  slobasso
523         * source/highlightData.c: new global in nedit macro language
524         $empty_array
526 2001-03-30 19:48  slobasso
528         * source/: help.c, macro.c: added a new empty array global
530 2001-03-28 01:00  slobasso
532         * source/help.c: minor formatting fix
534 2001-03-27 17:37  tringali
536         * makefiles/Makefile.aix: Add FUNCPROTO=15 for the IBM X headers,
537         which require a bitmask in this #define in order to control
538         function prototypes.
540 2001-03-26 17:46  slobasso
542         * source/: interpret.c, interpret.h, macro.c: minor array code
543         cleanup
545 2001-03-25 10:42  arnef
547         * source/tags.c: Fixed bug #217022
549 2001-03-24 00:11  slobasso
551         * source/highlightData.c: added missing variables to NEdit macro
552         highlighting data
554 2001-03-23 15:41  slobasso
556         * source/undo.c: undo/redo sets the selection to the changed text
558 2001-03-21 22:25  edg
560         * source/search.c: Changed the initial default selection for
561         multi-file replacement dialog to all files instead of none.
562         Multi-file replacement dialog now makes sure that at least the
563         first selected item is visible when displayed.  Removed the #ifdefs
564         for conditional multi-file replacement functionality.  Minor layout
565         change for the replace dialog.
567 2001-03-21 22:20  edg
569         * source/window.c: Removed #ifdef for conditional multi-file
570         replacement functionality.
572 2001-03-19 17:30  slobasso
574         * source/: highlight.c, regexConvert.c, regularExp.c, search.c,
575         text.c, textBuf.c, textDisp.c: removing warnings for RH7 linux
576         compiler
578 2001-03-19 15:43  tringali
580         * source/: text.c, nedit.c:
581         Move toggle overstrike accelerator to Motif standard "Insert", free
582         up Ctrl+B for other uses.
584 2001-03-17 07:44  arnef
586         * source/search.c: Fixed bug related to XtGetSelectionValue() and
587         variables going out of scope.  Added mnemonic to Replace& Find
588         Button.
590 2001-03-16 23:24  slobasso
592         * source/menu.c: fixed menu argument to set_wrap_text
594 2001-03-16 21:28  amai
596         * source/: nc.c, nedit.c: nc.c nedit.c: wildcard expansion for
597         non-sh shells on OS/2 (EMX)
599 2001-03-13 17:48  slobasso
601         * source/help.c, source/macro.c, source/search.c,
602         source/selection.c, source/shell.c, source/shift.c,
603         source/textDisp.c, util/DialogF.c, util/fontsel.c,
604         util/printUtils.c: cleanup warnings under linux compiler
606 2001-03-12 16:24  slobasso
608         * source/help.c: fixed a few minor mistakes.
610 2001-03-12 16:15  slobasso
612         * source/: help.c, macro.c, menu.c, preferences.c, window.c,
613         window.h: added final window settable prefs through actions and
614         verified all should be macro recordable.
616 2001-03-11 03:31  slobasso
618         * source/: help.c, menu.c, nedit.h: new macro access to many window
619         settings
621 2001-03-10 16:36  arnef
623         * source/: help.c, menu.c, nedit.c, nedit.h, preferences.c,
624         preferences.h, search.c, search.h: Implemented replace/find
625         functionality, patch no 403934
627 2001-03-09 23:30  slobasso
629         * source/help.c: changed delete() to delete_selection() in docs
631 2001-03-09 23:27  slobasso
633         * source/menu.c: changed Delete menu item to use delete_selection
634         action
636 2001-03-09 23:21  slobasso
638         * source/parse.y: added lex hack for delete array[key] vs delete()
639         abiguity
641 2001-03-09 17:58  slobasso
643         * source/: help.c, macro.c, menu.c, text.c, text.h, textDisp.c,
644         textDisp.h, window.c, window.h: adding new variables for font width
645         and pane index and size and focus_pane action
647 2001-03-06 20:49  slobasso
649         * source/: interpret.c, rbTree.c, rbTree.h: added comments, cleaned
650         up a few minor bugs and added cvs id's to new files
652 2001-03-06 16:02  slobasso
654         * source/macro.c: add comments
656 2001-03-06 02:00  slobasso
658         * source/: interpret.c, parse.y: code cleanup
660 2001-03-05 22:39  slobasso
662         * source/highlightData.c: bring syntax hilighting up to latest
663         changes in nedit macro language
665 2001-03-05 20:26  slobasso
667         * source/: interpret.c, macro.c, parse.y: fixed a few warnings and
668         made splitMS compatible with array sub-scripts end cases, which is
669         what is was designed for
671 2001-03-05 17:20  amai
673         * source/: help.c, parse.y: help.c: It's "March" now ...  parse.y:
674         add two yy*() prototypes to make compiler happy
676 2001-03-05 16:00  slobasso
678         * source/: Makefile.common, Makefile.dependencies, help.c,
679         interpret.c, interpret.h, macro.c, menu.c, nedit.c, parse.y,
680         rbTree.c, rbTree.h, shell.c, smartIndent.c, userCmds.c: array macro
681         feature
683 2001-02-27 00:38  edg
685         * Makefile, README, ReleaseNotes, nc.man, nedit.doc, nedit.man,
686         makefiles/Makefile.aix, makefiles/Makefile.bsdi,
687         makefiles/Makefile.ccur, makefiles/Makefile.convex,
688         makefiles/Makefile.cygwin, makefiles/Makefile.dcosx,
689         makefiles/Makefile.dec, makefiles/Makefile.freebsd,
690         makefiles/Makefile.generic, makefiles/Makefile.hpux,
691         makefiles/Makefile.linux, makefiles/Makefile.lynx,
692         makefiles/Makefile.m88k.svr4, makefiles/Makefile.netbsd,
693         makefiles/Makefile.os2, makefiles/Makefile.osf,
694         makefiles/Makefile.reliant, makefiles/Makefile.sco,
695         makefiles/Makefile.sgi, makefiles/Makefile.solaris,
696         makefiles/Makefile.sunos, makefiles/Makefile.uhc,
697         makefiles/Makefile.ultrix, makefiles/Makefile.unicos,
698         makefiles/Makefile.unixware, source/Makefile.common,
699         source/Makefile.dependencies, source/comnedit.com, source/file.c,
700         source/file.h, source/help.c, source/help.h, source/highlight.c,
701         source/highlight.h, source/highlightData.c, source/highlightData.h,
702         source/interpret.c, source/interpret.h, source/lnknedit.com,
703         source/macro.c, source/macro.h, source/menu.c, source/menu.h,
704         source/n.bm, source/nc.c, source/nedit.bm, source/nedit.c,
705         source/nedit.h, source/nedit_options_file.opt,
706         source/parse.c_noyacc, source/parse.h, source/parse.y,
707         source/preferences.c, source/preferences.h, source/regexConvert.c,
708         source/regexConvert.h, source/regularExp.c, source/regularExp.h,
709         source/search.c, source/search.h, source/selection.c,
710         source/selection.h, source/server.c, source/server.h,
711         source/shell.c, source/shell.h, source/shift.c, source/shift.h,
712         source/smartIndent.c, source/smartIndent.h, source/tags.c,
713         source/tags.h, source/text.c, source/text.h, source/textBuf.c,
714         source/textBuf.h, source/textDisp.c, source/textDisp.h,
715         source/textDrag.c, source/textDrag.h, source/textP.h,
716         source/textSel.c, source/textSel.h, source/undo.c, source/undo.h,
717         source/userCmds.c, source/userCmds.h, source/window.c,
718         source/window.h, util/DialogF.c, util/DialogF.h,
719         util/Makefile.common, util/Makefile.dependencies, util/comutil.com,
720         util/fileUtils.c, util/fileUtils.h, util/fontsel.c, util/fontsel.h,
721         util/getfiles.c, util/getfiles.h, util/managedList.c,
722         util/managedList.h, util/misc.c, util/misc.h, util/prefFile.c,
723         util/prefFile.h, util/printUtils.c, util/printUtils.h,
724         util/utils.c, util/utils.h, util/vmsParam.h, util/vmsUtils.c,
725         util/vmsUtils.h: Added CVS Ids.
727 2001-02-25 03:13  edel
729         * source/parse.y: Fix conflicts in yacc grammar!
731 2001-02-22 21:27  edel
733         * source/highlight.c: My previous highlighting patch didn't take in
734         to account styles which fail lookup in the pass1pattern list (like
735         pass 2 patterns).
737 2001-02-21 22:39  tringali
739         * source/highlight.c: [Patch #101473] Use nearest-color match when
740         colormap exhausted.
742 2001-02-21 17:49  edel
744         * source/highlight.c: Abutting styles could fool incremental
745         highlighting into using an unparsable pattern with parseString.
747 2001-02-21 00:54  slobasso
749         * source/: help.c, macro.c: new preference global variables added
751 2001-02-20 16:37  slobasso
753         * source/menu.c: fixed bug where forgot to deref nArgs pointer
755 2001-02-20 10:58  amai
757         * Makefile, README: README:   change a couple of "nedit" to "NEdit"
758         Makefile: slightly change comment text (fix typo, etc.)
760 2001-02-19 17:39  slobasso
762         * source/: help.c, macro.c, menu.c: added a new macro command
763         string_compare() and an action raise_window()
765 2001-02-19 17:30  slobasso
767         * source/file.c: fix issue where reused untitled window is not
768         given focus when raised.
770 2001-02-19 11:03  amai
772         * source/help.c: help.c: fix some typos and change a couple of
773         "nedit" to "NEdit". Actually it is not always
774         straightforward to see whether a "nedit" refers to         the
775         whole product called "NEdit" or to the "nedit" executable ...
777 2001-02-19 03:02  slobasso
779         * source/text.c: fix warnings
781 2001-02-17 15:03  amai
783         * source/Makefile.dependencies, util/Makefile.dependencies:
784         */Makefile.dependencies: update WRT new utils.*
786 2001-02-17 14:59  amai
788         * source/file.c, util/utils.c: file.c utils.c: add missing
789         #includes
791 2001-02-17 14:56  amai
793         * util/: utils.c, utils.h: utils.*: new sources for general
794         purpose, non-GUI stuff like          GetHomeDir()
796 2001-02-17 14:53  amai
798         * source/file.c, source/macro.c, source/menu.c, source/nc.c,
799         source/server.c, source/tags.c, util/Makefile.common,
800         util/fileUtils.c, util/prefFile.c: nc.c server.c: move #include
801         <sys/types.h> before other <sys/*> Makefile.common: prepare for
802         util/utils.c to be checked in file.c macro.c menu.c tags.c
803         fileUtils.c prefFile.c:    use new GetCurDir(), GetHomeDir() calls
805 2001-02-17 02:47  edel
807         * source/: highlight.c, parse.y:
808         Empty code blocks are rejected by the macro language.
810 2001-02-17 01:09  slobasso
812         * source/interpret.c: when strings are converted to numbers and the
813         conversion fails, use 0 rather than junk
815 2001-02-16 15:58  amai
817         * ReleaseNotes, source/tags.c, util/fileUtils.c: ReleaseNotes: add
818         some bugs being addressed *.c: supply fallback if getcwd() fails
819         (in one case we used uninitialized memory earlier!)
821 2001-02-16 15:25  amai
823         * source/: Makefile.common, help.c: Makefile.common: nc depends on
824         libNUtil.a! help.c: switch to "February 2001" ...
826 2001-02-15 17:08  tringali
828         * ReleaseNotes: 
829 Add info about 5.2 features and bugfixes.
831 2001-02-15 17:07  tringali
833         * util/misc.c:
834         Fix simulateButtonPress() so it works for gadgets.  (Needed for
835         DialogF mnemonics.)
837 2001-02-15 17:06  tringali
839         * util/DialogF.h:
840         Change dialog_type parameter to int to avoid warnings.
842 2001-02-15 17:06  tringali
844         * util/DialogF.c:
845         Automatically create mnemonics for dialog buttons.  Change
846         dialog_type parameter to int to avoid warnings (comparing unsingned
847         int for negative isn't exactly useful).
849 2001-02-15 17:04  tringali
851         * source/preferences.c: Default syntax highlighting to on.
853 2001-02-15 17:04  tringali
855         * source/nc.c:
856         - Remove warnings for 64-bit systems.  Extend strlen results to
857         long and use   %ld as a format specifier.  strlen returns a size_t
858         which is typically   an unsigned long on 64-bit systems.
860 2001-02-14 01:34  slobasso
862         * source/: help.c, text.c, textDisp.c, textDisp.h: added extra
863         options to many of the macro actions
865 2001-02-12 23:37  amai
867         * source/preferences.c: preferences.c: patch from Thorsten Haude to
868         issue a warning                if -import can not find the
869         specified file
871 2001-02-12 22:08  slobasso
873         * source/: help.c, menu.c, nedit.h, preferences.c, preferences.h,
874         search.c, search.h: Added a search wrap option to prefs and made
875         some more options available to macro actions.
877 2001-02-09 23:35  tringali
879         * source/help.c: Remove obsolete reference to Caps-Lock bug.
881 2001-02-09 23:34  slobasso
883         * source/: interpret.c, interpret.h, parse.c_noyacc, parse.y: fixed
884         a leak with static strings in the macro interpreter.
886 2001-02-09 23:19  slobasso
888         * source/: menu.c, text.c: fixed strCaseCmp() bug where partial
889         strings would match.
891 2001-02-09 22:07  amai
893         * source/userCmds.c: userCmds.c: try to fix compiler warnings
895 2001-02-09 10:08  amai
897         * source/: menu.c, menu.h: menu.*: fix a 'pointer vs. integer
898         constant' problem, by adding a         cast to the constants
899         #definition
901 2001-02-08 10:08  amai
903         * source/Makefile.common, source/Makefile.dependencies,
904         util/Makefile.common, util/Makefile.dependencies:
905         */Makefile.common: include new */Makefile.dependencies: simple
906         files containing the dependencies for all     objects (i.e. *.o)
908 2001-02-08 09:52  amai
910         * source/: menu.c, menu.h: menu.c menu.h: - correct my previous
911         patch: XmNuserData requires XtPointer* arg                - add
912         some more 'const's
914 2001-02-06 17:04  amai
916         * source/search.c, util/DialogF.c, util/getfiles.c: search.c
917         DialogF.c getfiles.c: Drop #ifdef MOTIF10 sections.
919 2001-02-06 13:07  amai
921         * source/menu.c: menu.c: Fix a 'major' 64bit bug: we were passing a
922         pointer to int         instead of pointer to pointer. This fixes
923         the crash with         NEdit/LessTif on alpha when selecting the
924         Window menu item!!
926 2001-02-06 11:19  amai
928         * source/preferences.c: preferences.c: drop unused #include
929         <errno.h>
931 2001-02-06 11:03  amai
933         * source/interpret.c, util/prefFile.c, util/prefFile.h: interpret.c
934         prefFile.*: add 'const' to some more functions' signature
936 2001-02-06 11:02  amai
938         * source/: nc.c, server.c: server.c nc.c: add checks whether some
939         system calls succeed (e.g. uname())                changed
940         signature of getHostName() and getUserName
942 2001-02-05 20:45  amai
944         * util/: DialogF.c, misc.c, prefFile.c, printUtils.c: DialogF.c
945         misc.c prefFile.c printUtils.c: add 'const' to some     functions'
946         signatures
948 2001-02-05 18:13  amai
950         * source/: file.c, help.c, highlight.c, highlightData.c: file.c
951         help.c highlight.c highlightData.c: Replace improper <0> as last
952         argument          in XtVa*() interface calls by <NULL>
954 2001-02-02 19:10  tringali
956         * source/highlight.c: Replace debugging code of divide by 0 with a
957         more proper assert.  Dividing by zero generated warnings on lots of
958         compilers.
960 2001-02-02 15:47  amai
962         * source/window.c: window.c: drop declaration of
963         _XEditResCheckMessages(); should be in           according header
964         Fix compiler warning about boolean expression
966 2001-02-02 15:00  amai
968         * Makefile, README: Makefile: do not list CVS/ subdir when running
969         'make' without argument README:   cosmetics (re-formatting)
970         add pointer to makefiles/Makefile.generic which explains
971         our current -D compiler options
973 2001-02-02 14:12  amai
975         * util/getfiles.c: getfiles.c: - add 'cont' add some places
976         (as I realized we are already using it, so we don't
977         discuss systems w/o here)             - drop */errno.h #includes (I
978         couldn't see any usage of it currently)
980 2001-02-02 00:16  tringali
982         * makefiles/Makefile.aix:
983         Fix for bug 130164: force X headers to include full prototype
984         information.
986 2001-01-26 23:42  amai
988         * source/: help.c, window.c: help.c: switch to "January, 2001"
989         window.c: ad cast; should fix SF [Bug #130164 ] Compiler warning on
990         AIX4.3.2 in                window.c
992 2001-01-24 16:54  amai
994         * util/misc.c, source/highlightData.c, source/menu.c,
995         source/preferences.c, source/userCmds.c: *.c: The XmNnumChildren
996         resource if of type 'Cardinal', not 'int'
998 2001-01-10 11:42  amai
1000         * source/textBuf.c: textBuf.c: fix for SF [Bug #115195 ]
1001         textBuf.c:862 warning: '/*' within comment
1003 2001-01-05 22:18  amai
1005         * source/shell.c: shell.c: change some "Nedit" strings to "NEdit".
1006         properly end an execl() parameter list by (char *)0
1008 2000-12-20 15:05  amai
1010         * source/help.c, source/nedit.c, source/search.c, source/window.c,
1011         util/getfiles.c: Replace "Lesstif" by "LessTif" ...  Update
1012         timestamp in version info to "december, 2000"
1014 2000-12-20 14:56  amai
1016         * README, source/.cvsignore, source/tags.c, util/misc.c: Add two
1017         missing #includes Add a .cvsignore for the two binaries beign built
1018         Update the docs WRT LessTif issues
1020 2000-12-19 22:08  tringali
1022         * nedit.doc: 
1024 Removed obsolete references to fnal.gov FTP server.
1026 2000-12-19 22:06  edg
1028         * source/selection.c: Added a fix for SF bug 126285: segfault with
1029         goto line.
1031 2000-12-15 21:57  edg
1033         * source/text.c: Fixed a selection highlighting bug (removed an
1034         earlier bogus patch).
1036 2000-12-10 20:35  edg
1038         * source/search.c: Fixed some (harmless) compiler warnings.  Added
1039         an extra check in the multi-file replacement code to make sure that
1040         the user didn't invalidate the replacement strings when the dialog
1041         isn't modal (bug in several Lesstif versions).
1043 2000-11-30 22:33  edg
1045         * util/getfiles.c: Implemented a workaround for a Motif 2.x file
1046         selection box bug.
1048 2000-11-30 22:31  edg
1050         * makefiles/Makefile.cygwin: Minor changes requested by Christian
1051         Denat.
1053 2000-11-24 00:23  edg
1055         * source/: search.c, search.h, window.c: Fixed a critical bug in
1056         the multi-file replace functionality.  Closing windows while a
1057         multi-file replace dialog was up could result in a crash. The lists
1058         are now updated when a window closes.
1060 2000-11-23 00:08  edg
1062         * source/: nedit.h, search.c, window.c: Added multi-file
1063         replace-all functionality.
1065 2000-11-22 22:50  edg
1067         * source/: preferences.c, search.c: Added a missing #include
1068         <stdio.h>.
1070 2000-11-07 15:03  edel
1072         * util/misc.c: Fix glitches in Caps/Num Lock patch
1074 2000-11-06 22:52  edel
1076         * source/: macro.c, preferences.c, shift.c, text.c, userCmds.c,
1077         window.c: Patch for Caps/Num Lock bug + a few other minor fixes
1079 2000-11-06 22:50  edel
1081         * util/: misc.c, misc.h: Patch for Caps/Num Lock Motif bug
1083 2000-10-06 23:23  edel
1085         * util/misc.c: Bug fix: BG menu not working with new best visual
1086         code
1088 2000-10-04 05:09  edel
1090         * util/: DialogF.c, fontsel.c, getfiles.c, managedList.c, misc.c,
1091         printUtils.c: For IA-64, XtVa argument lists must be terminated
1092         with NULL rather than 0
1094 2000-10-04 05:07  edel
1096         * source/: macro.c, menu.c, preferences.c, search.c, selection.c,
1097         shell.c, shift.c, smartIndent.c, tags.c, textDisp.c, userCmds.c,
1098         window.c: For IA-64, XtVa calls must be terminated w/NULL, rather
1099         than 0
1101 2000-09-29 17:48  edel
1103         * util/: fileUtils.c, misc.c: Support ClearCase version extended
1104         pathnames (and fix some compiler warns)
1106 2000-09-29 17:38  edel
1108         * source/: file.c, file.h, menu.c, nedit.c, preferences.c,
1109         server.c, shell.c: Updates from Max (via Arne), and Arne Førlie:
1110         ClearCase version extended paths, Untitled windows inherit parent
1111         path, and avoid reuse of Untitled windows which are currently
1112         running a macro.
1114 2000-09-26 22:28  edel
1116         * source/: file.c, help.c, highlightData.c, macro.c, menu.c,
1117         nedit.c, preferences.c, search.c, smartIndent.c, tags.c,
1118         userCmds.c, window.c: Allow nedit to use non-default visuals
1120 2000-09-26 22:25  edel
1122         * util/: DialogF.c, fontsel.c, getfiles.c, misc.c, misc.h,
1123         printUtils.c: Allow NEdit to use non-default visual
1125 2000-09-22 21:41  edel
1127         * util/: fileUtils.c, getfiles.c, misc.c, prefFile.c, printUtils.c:
1128         Changes since last posted development release
1130 2000-09-22 21:34  edel
1132         * source/: file.c, help.c, highlight.c, highlightData.c,
1133         interpret.c, macro.c, menu.c, nc.c, nedit.c, parse.y,
1134         preferences.c, regularExp.c, search.c, selection.c, server.c,
1135         shell.c, shift.c, smartIndent.c, tags.c, text.c, textBuf.c, undo.c,
1136         userCmds.c, window.c: Changes since last posted development release
1138 2000-09-10 20:15  tringali
1140         * makefiles/: Makefile.aix, Makefile.bsdi, Makefile.ccur,
1141         Makefile.convex, Makefile.cygwin, Makefile.dcosx, Makefile.dec,
1142         Makefile.freebsd, Makefile.generic, Makefile.hpux, Makefile.linux,
1143         Makefile.lynx, Makefile.m88k.svr4, Makefile.netbsd, Makefile.os2,
1144         Makefile.osf, Makefile.reliant, Makefile.sco, Makefile.sgi,
1145         Makefile.solaris, Makefile.sunos, Makefile.uhc, Makefile.ultrix,
1146         Makefile.unicos, Makefile.unixware: 5.1.1 baseline
1148 2000-09-10 00:22  tringali
1150         * source/: comnedit.com, file.c, help.c, highlight.c,
1151         highlightData.c, menu.c, nedit.c, nedit.h, parse.c_noyacc, parse.y,
1152         preferences.c, search.c, smartIndent.c, tags.c, textDisp.c,
1153         window.c: 5.2 Development snapshot as of 5/29/2000
1155 2000-09-10 00:18  tringali
1157         * Makefile, README, ReleaseNotes, nc.man, nedit.doc, nedit.man,
1158         source/Makefile.common, source/Makefile.dec, source/Makefile.hp,
1159         source/Makefile.ibm, source/Makefile.linux, source/Makefile.osf,
1160         source/Makefile.sgi, source/Makefile.solaris,
1161         source/Makefile.sunos, source/Makefile.ultrix, source/comnedit.com,
1162         source/file.c, source/file.h, source/help.c, source/help.h,
1163         source/highlight.c, source/highlight.h, source/highlightData.c,
1164         source/highlightData.h, source/interpret.c, source/lnknedit.com,
1165         source/macro.c, source/menu.c, source/menu.h, source/nc.c,
1166         source/nedit.c, source/nedit.h, source/parse.y,
1167         source/preferences.c, source/preferences.h, source/regexConvert.c,
1168         source/regexConvert.h, source/regularExp.c, source/regularExp.h,
1169         source/search.c, source/search.h, source/selection.c,
1170         source/selection.h, source/server.c, source/shell.c,
1171         source/shell.h, source/shift.c, source/shift.h,
1172         source/smartIndent.c, source/smartIndent.h, source/tags.c,
1173         source/tags.h, source/text.c, source/text.h, source/textBuf.c,
1174         source/textBuf.h, source/textDisp.c, source/textDisp.h,
1175         source/textDrag.c, source/textP.h, source/textSel.c, source/undo.c,
1176         source/undo.h, source/userCmds.c, source/userCmds.h,
1177         source/window.c, source/window.h, util/DialogF.c, util/DialogF.h,
1178         util/Makefile.common, util/Makefile.dec, util/Makefile.hp,
1179         util/Makefile.ibm, util/Makefile.linux, util/Makefile.sgi,
1180         util/Makefile.solaris, util/Makefile.sunos, util/Makefile.ultrix,
1181         util/fileUtils.c, util/fileUtils.h, util/fontsel.c, util/fontsel.h,
1182         util/getfiles.c, util/getfiles.h, util/managedList.c,
1183         util/managedList.h, util/misc.c, util/misc.h, util/prefFile.c,
1184         util/prefFile.h, util/printUtils.c, util/printUtils.h,
1185         util/vmsUtils.c, util/vmsUtils.h: 5.1.1 baseline
1187 2000-09-10 00:12  tringali
1189         * Makefile, README, nc.man, nedit.doc, nedit.man,
1190         source/Makefile.common, source/Makefile.dec, source/Makefile.hp,
1191         source/Makefile.ibm, source/Makefile.linux, source/Makefile.osf,
1192         source/Makefile.sgi, source/Makefile.solaris,
1193         source/Makefile.sunos, source/Makefile.ultrix, source/comnedit.com,
1194         source/file.c, source/file.h, source/help.c, source/help.h,
1195         source/highlight.c, source/highlight.h, source/highlightData.c,
1196         source/highlightData.h, source/interpret.c, source/interpret.h,
1197         source/lnknedit.com, source/macro.c, source/macro.h, source/menu.c,
1198         source/menu.h, source/n.bm, source/nc.c, source/nedit.bm,
1199         source/nedit.c, source/nedit.h, source/nedit_options_file.opt,
1200         source/parse.c_noyacc, source/parse.h, source/parse.y,
1201         source/preferences.c, source/preferences.h, source/regularExp.c,
1202         source/regularExp.h, source/search.c, source/search.h,
1203         source/selection.c, source/selection.h, source/server.c,
1204         source/server.h, source/shell.c, source/shell.h, source/shift.c,
1205         source/shift.h, source/smartIndent.c, source/smartIndent.h,
1206         source/tags.c, source/tags.h, source/text.c, source/text.h,
1207         source/textBuf.c, source/textBuf.h, source/textDisp.c,
1208         source/textDisp.h, source/textDrag.c, source/textDrag.h,
1209         source/textP.h, source/textSel.c, source/textSel.h, source/undo.c,
1210         source/undo.h, source/userCmds.c, source/userCmds.h,
1211         source/window.c, source/window.h, util/DialogF.c, util/DialogF.h,
1212         util/Makefile.common, util/Makefile.dec, util/Makefile.hp,
1213         util/Makefile.ibm, util/Makefile.linux, util/Makefile.sgi,
1214         util/Makefile.solaris, util/Makefile.sunos, util/Makefile.ultrix,
1215         util/comutil.com, util/fileUtils.c, util/fileUtils.h,
1216         util/fontsel.c, util/fontsel.h, util/getfiles.c, util/getfiles.h,
1217         util/managedList.c, util/managedList.h, util/misc.c, util/misc.h,
1218         util/prefFile.c, util/prefFile.h, util/printUtils.c,
1219         util/printUtils.h, util/vmsParam.h, util/vmsUtils.c,
1220         util/vmsUtils.h: 5.0.2 baseline