Update authors for 5.2
[nedit.git] / ChangeLog
blob33c15a5619408656c922b2face133d28eabb13d6
1 2001-07-18 15:00  amai
3         * source/: search.c, search.h, window.c: Shrink two function names
4         to 31 characters length and below (seems to be a limit on some VMS
5         systems)
7 2001-07-17 10:19  amai
9         * doc/faq.xml: Updated version from  Florian Xhumari as of
10         http://galleries.free.fr/nedit-faq-01-07-16.tar.gz
12 2001-07-17 09:31  amai
14         * source/preferences.c, util/getfiles.c, util/vmsUtils.c: VMS
15         patches from Blair Phillips <blair.phillips@airservices.gov.au>:
16         avoid rint() re-definition, fix for non-unix file root,
17         case-insensitive match on filename extensions.
19 2001-07-16 22:41  amai
21         * source/lnknedit.com: VMS patch from mark.geary@qwest.com
23 2001-07-16 16:48  amai
25         * doc/: nc.man, nedit.man: Man page updates from Joor Loohuis
27 2001-07-16 13:49  amai
29         * doc/: faq-txt.awk, faq-txt.dtd, faq-txt.xsl, faq.dtd, faq.xml,
30         faq.xsl: faq*: add FAQ files found on our website
32 2001-07-11 23:35  amai
34         * source/: parse.c_noyacc, parse.h, parse.y: Back out "const" patch
35         for ParseMacro(). Was incomplete, therefore broken
37 2001-07-11 17:21  amai
39         * source/: comnedit.com, file.c, lnknedit.com: VMS patches from
40         <Mark.Geary@qwest.com> (not literally as for file.c)
42 2001-07-11 10:06  amai
44         * source/parse.c_noyacc: Update from current parse.y
46 2001-07-11 10:04  amai
48         * source/: parse.h, parse.y: Add some 'const' to ParseMacro()
49         signature
51 2001-07-11 09:55  amai
53         * util/: comutil.com, utils.c: VMS patches from
54         Mark.Geary@qwest.com
56 2001-07-07 11:55  amai
58         * ChangeLog: Update
60 2001-07-07 11:54  amai
62         * COPYRIGHT, README: Have an external file for the license terms.
63         README refers to it
65 2001-07-07 11:48  amai
67         * nc.man, nedit.doc, nedit.man, doc/nc.man, doc/nedit.doc,
68         doc/nedit.man: Move doc files to separate subdirectory
70 2001-07-04 11:42  uid30962
72         * README: Update some references to LessTif
74 2001-07-04 11:29  uid30962
76         * ReleaseNotes: ReleaseNotes: Upddate
78 2001-07-03 14:53  amai
80         * source/Makefile.dependencies: Makefile.dependencies: update
81         depedency list
83 2001-07-03 14:13  amai
85         * source/help.c: help.c: A new month has come ...
87 2001-06-23 11:31  amai
89         * ChangeLog: ChangeLog: update
91 2001-06-22 20:27  tringali
93         * source/: nedit.c, window.c: Allow stats line background color to
94         be set by user [#431891]
96 2001-06-22 20:25  tringali
98         * source/macro.c: Incremental reading from files via J. Lous [Patch
99         #434465]
101 2001-06-22 16:32  amai
103         * source/file.c: file.c: fail when trying to read in a directory as
104         a file
106 2001-06-21 16:54  edel
108         * source/shell.c: Fixed shell dialog BadMatch crash on Solaris 2.5
110 2001-06-20 17:48  amai
112         * source/macro.c: macro.c: replace snprintf() by sprintf().   Add
113         #include <string.h>
115 2001-06-20 10:24  amai
117         * ChangeLog: ChangeLog: update
119 2001-06-19 22:00  slobasso
121         * source/macro.c: Added Thorsten's code to put correct key codes in
122         status bar during recording and macro running.
124 2001-06-09 20:48  amai
126         * makefiles/: Makefile.dec, Makefile.osf, Makefile.superux:
127         Makefile.superux: add CVS Id Makefile.dec Makefile.osf: briefly
128         comment on the os versions they are supposed     to work with
130 2001-06-08 10:14  amai
132         * source/help.c: help.c: update timestamp to "June, 2001"
134 2001-06-07 21:52  amai
136         * ChangeLog: ChangeLog: finally add the output of "cvs2cl".
137         Needs to be updated regularly ...
139 2001-06-06 21:24  tringali
141         * makefiles/Makefile.linux:
142         Remove -DEDITRES, this causes link failure.
144 2001-06-06 12:00  amai
146         * util/: DialogF.c, fontsel.c, getfiles.c, misc.c, prefFile.c: *.c:
147         add some explicit #include <string.h>. Previously  it was done
148         implicitly ...
150 2001-06-05 14:52  amai
152         * makefiles/Makefile.linux: Makefile.linux: drop
153         -I/-L/usr/lesstif/* flags and add a suitable comment  instead
155 2001-06-05 10:01  amai
157         * source/file.c: file.c: security fix for WriteBackupFile()
159 2001-06-01 22:09  edel
161         * makefiles/: Makefile.solaris, Makefile.superux: From: Ian
162         Johnston" <Ian.Johnston@dlr.de>
164 2001-05-31 10:49  amai
166         * source/nedit.h: nedit.h: add 'extern' to variable declaration in
167         header    (to avoid problem with multiple definitions)
169 2001-05-29 20:21  arnef
171         * source/menu.c: Add separator in Preferences/Default
172         Settings/Customize Menus
174 2001-05-19 18:09  tringali
176         * util/misc.c: Fix bug in mnemonic building- don't build mnemonics
177         for XK_VoidSymbol.  Fixes various problems with XFree86 servers.
179 2001-05-17 13:42  arnef
181         * source/: menu.c, nedit.h, preferences.c, preferences.h, window.c:
182         Adding path to windows menu file entries
184 2001-05-15 22:04  amai
186         * makefiles/Makefile.depend: Makefile.depend: Makefile used to
187         generate (internal) the dependency list.                   This
188         file does not build anything!
190 2001-05-12 02:48  tringali
192         * ReleaseNotes, source/text.c: - Add support for mouse wheel
193         scrolling in the main text area.
195 2001-05-11 21:56  amai
197         * util/fileUtils.c: fileUtils.c: really tiny patch for OS/2 only
198         (drive letters ;-)
200 2001-05-11 10:05  amai
202         * source/file.c: file.c: Corrected(!) version of SuSe security
203         patch for temporary    file security problem within PrintString().
204         Tested once for compile/runtime ...
206 2001-05-05 20:01  arnef
208         * source/menu.c: Changing default for sortOpenPrevDefCB should
209         invalidate all open window's OpenPrev menu
211 2001-05-04 20:33  arnef
213         * source/: nedit.h, search.c, search.h, window.c: Make the buttons
214         in Find and Replace dialogs sensitive on the state of 'Search for'
215         field.
217 2001-05-03 11:42  amai
219         * source/help.c: help.c: update timestamp to "May, 2001"
221 2001-04-25 23:37  edg
223         * util/DialogF.c: Added a fix to handle unexpected destruction of
224         dialogs gracefully.
226 2001-04-25 21:03  amai
228         * nedit.doc: nedit.doc: fix some typos, convert some "nedit" to
229         "NEdit", drop some comment about pre 1.2 Motif
231 2001-04-25 19:01  amai
233         * util/fileUtils.c: fileUtils.c: forgot one special case where the
234         "//" patch might to a crash. Next time I should probably <think>
235         first, <code> later
237 2001-04-25 18:48  amai
239         * util/fileUtils.c: fileUtils.c: fix typo in my "double-slash
240         patch" from today
242 2001-04-25 09:52  amai
244         * util/fileUtils.c: fileUtils.c: avoid double "//" in path strings
245         as this may not work out on              non-un*x systems
247 2001-04-24 23:10  tringali
249         * util/misc.c: Fix crash bug in OpenMotif, where asking for the the
250         Display/Window of a gadget produces a NULL pointer.
252 2001-04-18 21:12  slobasso
254         * source/window.c: needed to save/restore horizontal and vertical
255         scroll positions when changing hw tab size.
257 2001-04-18 21:08  slobasso
259         * util/DialogF.c: fixed use of int where Cardinal should be
261 2001-04-18 19:10  slobasso
263         * source/: help.c, macro.c: new $server_name variable.
265 2001-04-18 19:02  slobasso
267         * source/: file.c, file.h, help.c, menu.c, window.c: added optional
268         parameter to close() action for save option.
270 2001-04-18 18:51  slobasso
272         * util/DialogF.c: fixed a mistake I introduced while debugging
274 2001-04-18 18:12  slobasso
276         * util/DialogF.c: cleaned up createMnemonics in an effort to fix a
277         crash bug. Bug still not fixed.
279 2001-04-18 01:40  slobasso
281         * source/help.c: cleaned up formatting and moved Windows Menu items
282         into correct area
284 2001-04-17 22:13  slobasso
286         * source/window.c: save and restore insert positions when hw tab
287         sizes are changed
289 2001-04-17 20:47  slobasso
291         * source/macro.c: cleaned up RedundantActions, adding some missing
292         items
294 2001-04-17 01:49  slobasso
296         * source/: file.c, nedit.h: added bit to distinguish between too
297         much binary data and -read
299 2001-04-17 01:20  slobasso
301         * source/: file.c, file.h, macro.c, menu.c, nedit.h, search.c,
302         selection.c, window.c: readOnly vs lockWrite access fix, now
303         handles the many other locked possibilities
305 2001-04-16 18:36  edg
307         * source/: help.c, window.c: Added workarounds for openmotif bugs
308         [SF bug 231876].
310 2001-04-16 16:04  amai
312         * source/textBuf.c: texBuf.c: try to fix a bug introduced by a
313         "const" patch.            Pointed out by <arne@forlie.com>
315 2001-04-14 11:51  amai
317         * makefiles/Makefile.unicos, source/preferences.c, source/text.c,
318         source/userCmds.c: *: applied re-vised version of patches for
319         UNICOS from    Bill Matson <wjm@sdc.cs.boeing.com>
321 2001-04-14 00:58  slobasso
323         * util/DialogF.c: fix build problem introduced in previous change
324         UCHAR_MAX is in limits.h
326 2001-04-13 19:50  tringali
328         * ReleaseNotes, source/file.c, source/help.c,
329         source/highlightData.c, source/macro.c, source/preferences.c,
330         source/search.c, source/smartIndent.c, source/userCmds.c,
331         util/DialogF.c, util/fontsel.c, util/getfiles.c, util/misc.c,
332         util/misc.h, util/printUtils.c: - Updated release notes - Added
333         unmodified mnemonics to confirmation dialogs.  - Fix bug in
334         mnemonics where there could be two of the same menmonics   on one
335         dialog.
337 2001-04-13 17:02  slobasso
339         * source/search.c: fixed regex search backwards bug if wrap turned
340         off.
342 2001-04-13 00:02  edg
344         * source/: help.c, macro.c, menu.c, nedit.h, preferences.c,
345         search.c, window.c, window.h: Extended the Show Matching (..)
346         functionality: Off, Delimiter, and Range.  Original patch was
347         submitted by Thorsten Haude.
349 2001-04-12 17:09  amai
351         * source/menu.c: menu.c: allow to specify control codes in
352         hex/dec/oct format         also improve checking of input
354 2001-04-10 00:12  amai
356         * util/: misc.c, misc.h: misc.c misc.h: another "const" patch
358 2001-04-09 23:43  edg
360         * source/help.c: Added information about new search extensions and
361         related stuff.
363 2001-04-09 23:38  edg
365         * source/: nedit.h, search.c: Minor fixes and improvements in
366         isearch + beep on search wrap combination.
368 2001-04-09 20:46  edg
370         * util/misc.c: Typo fix in recent accelerator fix.
372 2001-04-06 15:09  amai
374         * source/: preferences.c, preferences.h: preferences.*: even more
375         "const" additions
377 2001-04-06 15:03  amai
379         * source/: interpret.c, interpret.h: interpret.*: another "const"
380         patch
382 2001-04-06 11:49  amai
384         * source/file.c, source/file.h, source/help.c,
385         source/highlightData.c, source/highlightData.h,
386         source/preferences.c, source/preferences.h, source/regularExp.c,
387         source/regularExp.h, source/search.c, source/search.h,
388         source/textBuf.c, source/textBuf.h, util/fileUtils.c,
389         util/fileUtils.h, util/printUtils.c, util/printUtils.h: *.c *.h:
390         big "const" patch.           Except in textBuf.c it's only a couple
391         of const additions.           In textBuf.c I had to change a coupl
392         of lines to get this done -           should be on the safe side of
393         life ...
395 2001-04-04 21:38  edg
397         * source/: preferences.c, search.c: Minor bug fixes in search
398         extensions related code.
400 2001-04-04 00:59  edg
402         * source/: menu.c, nedit.h, preferences.c, preferences.h, search.c,
403         search.h: Added "smart" replace scope behaviour to the replace
404         dialog radio button alternative, and made it configurable through a
405         preference.
407 2001-04-03 10:06  amai
409         * source/help.c: help.c: the "April" patch ...
411 2001-04-03 03:42  tringali
413         * util/misc.c: Don't allow traversal to insensitive widgets.
415 2001-04-02 22:52  edg
417         * source/: highlight.c, macro.c, menu.c, nedit.h, preferences.c,
418         preferences.h, regularExp.c, regularExp.h, search.c, search.h,
419         window.c: Introduced additional search modes [Markus
420         Schwarzenberg].  Added beep on search wrap option [Markus
421         Schwarzenberg].  Added sticky case sensitivity search preference
422         [Markus Schwarzenberg].  Replace and find dialog and incremental
423         search bar layout changes (currently two layout alternatives for
424         replace dialog, for evaluation purposes).
426 2001-03-30 19:54  slobasso
428         * source/highlightData.c: new global in nedit macro language
429         $empty_array
431 2001-03-30 19:48  slobasso
433         * source/: help.c, macro.c: added a new empty array global
435 2001-03-28 01:00  slobasso
437         * source/help.c: minor formatting fix
439 2001-03-27 17:37  tringali
441         * makefiles/Makefile.aix: Add FUNCPROTO=15 for the IBM X headers,
442         which require a bitmask in this #define in order to control
443         function prototypes.
445 2001-03-26 17:46  slobasso
447         * source/: interpret.c, interpret.h, macro.c: minor array code
448         cleanup
450 2001-03-25 10:42  arnef
452         * source/tags.c: Fixed bug #217022
454 2001-03-24 00:11  slobasso
456         * source/highlightData.c: added missing variables to NEdit macro
457         highlighting data
459 2001-03-23 15:41  slobasso
461         * source/undo.c: undo/redo sets the selection to the changed text
463 2001-03-21 22:25  edg
465         * source/search.c: Changed the initial default selection for
466         multi-file replacement dialog to all files instead of none.
467         Multi-file replacement dialog now makes sure that at least the
468         first selected item is visible when displayed.  Removed the #ifdefs
469         for conditional multi-file replacement functionality.  Minor layout
470         change for the replace dialog.
472 2001-03-21 22:20  edg
474         * source/window.c: Removed #ifdef for conditional multi-file
475         replacement functionality.
477 2001-03-19 17:30  slobasso
479         * source/: highlight.c, regexConvert.c, regularExp.c, search.c,
480         text.c, textBuf.c, textDisp.c: removing warnings for RH7 linux
481         compiler
483 2001-03-19 15:43  tringali
485         * source/: text.c, nedit.c:
486         Move toggle overstrike accelerator to Motif standard "Insert", free
487         up Ctrl+B for other uses.
489 2001-03-17 07:44  arnef
491         * source/search.c: Fixed bug related to XtGetSelectionValue() and
492         variables going out of scope.  Added mnemonic to Replace& Find
493         Button.
495 2001-03-16 23:24  slobasso
497         * source/menu.c: fixed menu argument to set_wrap_text
499 2001-03-16 21:28  amai
501         * source/: nc.c, nedit.c: nc.c nedit.c: wildcard expansion for
502         non-sh shells on OS/2 (EMX)
504 2001-03-13 17:48  slobasso
506         * source/help.c, source/macro.c, source/search.c,
507         source/selection.c, source/shell.c, source/shift.c,
508         source/textDisp.c, util/DialogF.c, util/fontsel.c,
509         util/printUtils.c: cleanup warnings under linux compiler
511 2001-03-12 16:24  slobasso
513         * source/help.c: fixed a few minor mistakes.
515 2001-03-12 16:15  slobasso
517         * source/: help.c, macro.c, menu.c, preferences.c, window.c,
518         window.h: added final window settable prefs through actions and
519         verified all should be macro recordable.
521 2001-03-11 03:31  slobasso
523         * source/: help.c, menu.c, nedit.h: new macro access to many window
524         settings
526 2001-03-10 16:36  arnef
528         * source/: help.c, menu.c, nedit.c, nedit.h, preferences.c,
529         preferences.h, search.c, search.h: Implemented replace/find
530         functionality, patch no 403934
532 2001-03-09 23:30  slobasso
534         * source/help.c: changed delete() to delete_selection() in docs
536 2001-03-09 23:27  slobasso
538         * source/menu.c: changed Delete menu item to use delete_selection
539         action
541 2001-03-09 23:21  slobasso
543         * source/parse.y: added lex hack for delete array[key] vs delete()
544         abiguity
546 2001-03-09 17:58  slobasso
548         * source/: help.c, macro.c, menu.c, text.c, text.h, textDisp.c,
549         textDisp.h, window.c, window.h: adding new variables for font width
550         and pane index and size and focus_pane action
552 2001-03-06 20:49  slobasso
554         * source/: interpret.c, rbTree.c, rbTree.h: added comments, cleaned
555         up a few minor bugs and added cvs id's to new files
557 2001-03-06 16:02  slobasso
559         * source/macro.c: add comments
561 2001-03-06 02:00  slobasso
563         * source/: interpret.c, parse.y: code cleanup
565 2001-03-05 22:39  slobasso
567         * source/highlightData.c: bring syntax hilighting up to latest
568         changes in nedit macro language
570 2001-03-05 20:26  slobasso
572         * source/: interpret.c, macro.c, parse.y: fixed a few warnings and
573         made splitMS compatible with array sub-scripts end cases, which is
574         what is was designed for
576 2001-03-05 17:20  amai
578         * source/: help.c, parse.y: help.c: It's "March" now ...  parse.y:
579         add two yy*() prototypes to make compiler happy
581 2001-03-05 16:00  slobasso
583         * source/: Makefile.common, Makefile.dependencies, help.c,
584         interpret.c, interpret.h, macro.c, menu.c, nedit.c, parse.y,
585         rbTree.c, rbTree.h, shell.c, smartIndent.c, userCmds.c: array macro
586         feature
588 2001-02-27 00:38  edg
590         * Makefile, README, ReleaseNotes, nc.man, nedit.doc, nedit.man,
591         makefiles/Makefile.aix, makefiles/Makefile.bsdi,
592         makefiles/Makefile.ccur, makefiles/Makefile.convex,
593         makefiles/Makefile.cygwin, makefiles/Makefile.dcosx,
594         makefiles/Makefile.dec, makefiles/Makefile.freebsd,
595         makefiles/Makefile.generic, makefiles/Makefile.hpux,
596         makefiles/Makefile.linux, makefiles/Makefile.lynx,
597         makefiles/Makefile.m88k.svr4, makefiles/Makefile.netbsd,
598         makefiles/Makefile.os2, makefiles/Makefile.osf,
599         makefiles/Makefile.reliant, makefiles/Makefile.sco,
600         makefiles/Makefile.sgi, makefiles/Makefile.solaris,
601         makefiles/Makefile.sunos, makefiles/Makefile.uhc,
602         makefiles/Makefile.ultrix, makefiles/Makefile.unicos,
603         makefiles/Makefile.unixware, source/Makefile.common,
604         source/Makefile.dependencies, source/comnedit.com, source/file.c,
605         source/file.h, source/help.c, source/help.h, source/highlight.c,
606         source/highlight.h, source/highlightData.c, source/highlightData.h,
607         source/interpret.c, source/interpret.h, source/lnknedit.com,
608         source/macro.c, source/macro.h, source/menu.c, source/menu.h,
609         source/n.bm, source/nc.c, source/nedit.bm, source/nedit.c,
610         source/nedit.h, source/nedit_options_file.opt,
611         source/parse.c_noyacc, source/parse.h, source/parse.y,
612         source/preferences.c, source/preferences.h, source/regexConvert.c,
613         source/regexConvert.h, source/regularExp.c, source/regularExp.h,
614         source/search.c, source/search.h, source/selection.c,
615         source/selection.h, source/server.c, source/server.h,
616         source/shell.c, source/shell.h, source/shift.c, source/shift.h,
617         source/smartIndent.c, source/smartIndent.h, source/tags.c,
618         source/tags.h, source/text.c, source/text.h, source/textBuf.c,
619         source/textBuf.h, source/textDisp.c, source/textDisp.h,
620         source/textDrag.c, source/textDrag.h, source/textP.h,
621         source/textSel.c, source/textSel.h, source/undo.c, source/undo.h,
622         source/userCmds.c, source/userCmds.h, source/window.c,
623         source/window.h, util/DialogF.c, util/DialogF.h,
624         util/Makefile.common, util/Makefile.dependencies, util/comutil.com,
625         util/fileUtils.c, util/fileUtils.h, util/fontsel.c, util/fontsel.h,
626         util/getfiles.c, util/getfiles.h, util/managedList.c,
627         util/managedList.h, util/misc.c, util/misc.h, util/prefFile.c,
628         util/prefFile.h, util/printUtils.c, util/printUtils.h,
629         util/utils.c, util/utils.h, util/vmsParam.h, util/vmsUtils.c,
630         util/vmsUtils.h: Added CVS Ids.
632 2001-02-25 03:13  edel
634         * source/parse.y: Fix conflicts in yacc grammar!
636 2001-02-22 21:27  edel
638         * source/highlight.c: My previous highlighting patch didn't take in
639         to account styles which fail lookup in the pass1pattern list (like
640         pass 2 patterns).
642 2001-02-21 22:39  tringali
644         * source/highlight.c: [Patch #101473] Use nearest-color match when
645         colormap exhausted.
647 2001-02-21 17:49  edel
649         * source/highlight.c: Abutting styles could fool incremental
650         highlighting into using an unparsable pattern with parseString.
652 2001-02-21 00:54  slobasso
654         * source/: help.c, macro.c: new preference global variables added
656 2001-02-20 16:37  slobasso
658         * source/menu.c: fixed bug where forgot to deref nArgs pointer
660 2001-02-20 10:58  amai
662         * Makefile, README: README:   change a couple of "nedit" to "NEdit"
663         Makefile: slightly change comment text (fix typo, etc.)
665 2001-02-19 17:39  slobasso
667         * source/: help.c, macro.c, menu.c: added a new macro command
668         string_compare() and an action raise_window()
670 2001-02-19 17:30  slobasso
672         * source/file.c: fix issue where reused untitled window is not
673         given focus when raised.
675 2001-02-19 11:03  amai
677         * source/help.c: help.c: fix some typos and change a couple of
678         "nedit" to "NEdit". Actually it is not always
679         straightforward to see whether a "nedit" refers to         the
680         whole product called "NEdit" or to the "nedit" executable ...
682 2001-02-19 03:02  slobasso
684         * source/text.c: fix warnings
686 2001-02-17 15:03  amai
688         * source/Makefile.dependencies, util/Makefile.dependencies:
689         */Makefile.dependencies: update WRT new utils.*
691 2001-02-17 14:59  amai
693         * source/file.c, util/utils.c: file.c utils.c: add missing
694         #includes
696 2001-02-17 14:56  amai
698         * util/: utils.c, utils.h: utils.*: new sources for general
699         purpose, non-GUI stuff like          GetHomeDir()
701 2001-02-17 14:53  amai
703         * source/file.c, source/macro.c, source/menu.c, source/nc.c,
704         source/server.c, source/tags.c, util/Makefile.common,
705         util/fileUtils.c, util/prefFile.c: nc.c server.c: move #include
706         <sys/types.h> before other <sys/*> Makefile.common: prepare for
707         util/utils.c to be checked in file.c macro.c menu.c tags.c
708         fileUtils.c prefFile.c:    use new GetCurDir(), GetHomeDir() calls
710 2001-02-17 02:47  edel
712         * source/: highlight.c, parse.y:
713         Empty code blocks are rejected by the macro language.
715 2001-02-17 01:09  slobasso
717         * source/interpret.c: when strings are converted to numbers and the
718         conversion fails, use 0 rather than junk
720 2001-02-16 15:58  amai
722         * ReleaseNotes, source/tags.c, util/fileUtils.c: ReleaseNotes: add
723         some bugs being addressed *.c: supply fallback if getcwd() fails
724         (in one case we used uninitialized memory earlier!)
726 2001-02-16 15:25  amai
728         * source/: Makefile.common, help.c: Makefile.common: nc depends on
729         libNUtil.a! help.c: switch to "February 2001" ...
731 2001-02-15 17:08  tringali
733         * ReleaseNotes: 
734 Add info about 5.2 features and bugfixes.
736 2001-02-15 17:07  tringali
738         * util/misc.c:
739         Fix simulateButtonPress() so it works for gadgets.  (Needed for
740         DialogF mnemonics.)
742 2001-02-15 17:06  tringali
744         * util/DialogF.h:
745         Change dialog_type parameter to int to avoid warnings.
747 2001-02-15 17:06  tringali
749         * util/DialogF.c:
750         Automatically create mnemonics for dialog buttons.  Change
751         dialog_type parameter to int to avoid warnings (comparing unsingned
752         int for negative isn't exactly useful).
754 2001-02-15 17:04  tringali
756         * source/preferences.c: Default syntax highlighting to on.
758 2001-02-15 17:04  tringali
760         * source/nc.c:
761         - Remove warnings for 64-bit systems.  Extend strlen results to
762         long and use   %ld as a format specifier.  strlen returns a size_t
763         which is typically   an unsigned long on 64-bit systems.
765 2001-02-14 01:34  slobasso
767         * source/: help.c, text.c, textDisp.c, textDisp.h: added extra
768         options to many of the macro actions
770 2001-02-12 23:37  amai
772         * source/preferences.c: preferences.c: patch from Thorsten Haude to
773         issue a warning                if -import can not find the
774         specified file
776 2001-02-12 22:08  slobasso
778         * source/: help.c, menu.c, nedit.h, preferences.c, preferences.h,
779         search.c, search.h: Added a search wrap option to prefs and made
780         some more options available to macro actions.
782 2001-02-09 23:35  tringali
784         * source/help.c: Remove obsolete reference to Caps-Lock bug.
786 2001-02-09 23:34  slobasso
788         * source/: interpret.c, interpret.h, parse.c_noyacc, parse.y: fixed
789         a leak with static strings in the macro interpreter.
791 2001-02-09 23:19  slobasso
793         * source/: menu.c, text.c: fixed strCaseCmp() bug where partial
794         strings would match.
796 2001-02-09 22:07  amai
798         * source/userCmds.c: userCmds.c: try to fix compiler warnings
800 2001-02-09 10:08  amai
802         * source/: menu.c, menu.h: menu.*: fix a 'pointer vs. integer
803         constant' problem, by adding a         cast to the constants
804         #definition
806 2001-02-08 10:08  amai
808         * source/Makefile.common, source/Makefile.dependencies,
809         util/Makefile.common, util/Makefile.dependencies:
810         */Makefile.common: include new */Makefile.dependencies: simple
811         files containing the dependencies for all     objects (i.e. *.o)
813 2001-02-08 09:52  amai
815         * source/: menu.c, menu.h: menu.c menu.h: - correct my previous
816         patch: XmNuserData requires XtPointer* arg                - add
817         some more 'const's
819 2001-02-06 17:04  amai
821         * source/search.c, util/DialogF.c, util/getfiles.c: search.c
822         DialogF.c getfiles.c: Drop #ifdef MOTIF10 sections.
824 2001-02-06 13:07  amai
826         * source/menu.c: menu.c: Fix a 'major' 64bit bug: we were passing a
827         pointer to int         instead of pointer to pointer. This fixes
828         the crash with         NEdit/LessTif on alpha when selecting the
829         Window menu item!!
831 2001-02-06 11:19  amai
833         * source/preferences.c: preferences.c: drop unused #include
834         <errno.h>
836 2001-02-06 11:03  amai
838         * source/interpret.c, util/prefFile.c, util/prefFile.h: interpret.c
839         prefFile.*: add 'const' to some more functions' signature
841 2001-02-06 11:02  amai
843         * source/: nc.c, server.c: server.c nc.c: add checks whether some
844         system calls succeed (e.g. uname())                changed
845         signature of getHostName() and getUserName
847 2001-02-05 20:45  amai
849         * util/: DialogF.c, misc.c, prefFile.c, printUtils.c: DialogF.c
850         misc.c prefFile.c printUtils.c: add 'const' to some     functions'
851         signatures
853 2001-02-05 18:13  amai
855         * source/: file.c, help.c, highlight.c, highlightData.c: file.c
856         help.c highlight.c highlightData.c: Replace improper <0> as last
857         argument          in XtVa*() interface calls by <NULL>
859 2001-02-02 19:10  tringali
861         * source/highlight.c: Replace debugging code of divide by 0 with a
862         more proper assert.  Dividing by zero generated warnings on lots of
863         compilers.
865 2001-02-02 15:47  amai
867         * source/window.c: window.c: drop declaration of
868         _XEditResCheckMessages(); should be in           according header
869         Fix compiler warning about boolean expression
871 2001-02-02 15:00  amai
873         * Makefile, README: Makefile: do not list CVS/ subdir when running
874         'make' without argument README:   cosmetics (re-formatting)
875         add pointer to makefiles/Makefile.generic which explains
876         our current -D compiler options
878 2001-02-02 14:12  amai
880         * util/getfiles.c: getfiles.c: - add 'cont' add some places
881         (as I realized we are already using it, so we don't
882         discuss systems w/o here)             - drop */errno.h #includes (I
883         couldn't see any usage of it currently)
885 2001-02-02 00:16  tringali
887         * makefiles/Makefile.aix:
888         Fix for bug 130164: force X headers to include full prototype
889         information.
891 2001-01-26 23:42  amai
893         * source/: help.c, window.c: help.c: switch to "January, 2001"
894         window.c: ad cast; should fix SF [Bug #130164 ] Compiler warning on
895         AIX4.3.2 in                window.c
897 2001-01-24 16:54  amai
899         * util/misc.c, source/highlightData.c, source/menu.c,
900         source/preferences.c, source/userCmds.c: *.c: The XmNnumChildren
901         resource if of type 'Cardinal', not 'int'
903 2001-01-10 11:42  amai
905         * source/textBuf.c: textBuf.c: fix for SF [Bug #115195 ]
906         textBuf.c:862 warning: '/*' within comment
908 2001-01-05 22:18  amai
910         * source/shell.c: shell.c: change some "Nedit" strings to "NEdit".
911         properly end an execl() parameter list by (char *)0
913 2000-12-20 15:05  amai
915         * source/help.c, source/nedit.c, source/search.c, source/window.c,
916         util/getfiles.c: Replace "Lesstif" by "LessTif" ...  Update
917         timestamp in version info to "december, 2000"
919 2000-12-20 14:56  amai
921         * README, source/.cvsignore, source/tags.c, util/misc.c: Add two
922         missing #includes Add a .cvsignore for the two binaries beign built
923         Update the docs WRT LessTif issues
925 2000-12-19 22:08  tringali
927         * nedit.doc: 
929 Removed obsolete references to fnal.gov FTP server.
931 2000-12-19 22:06  edg
933         * source/selection.c: Added a fix for SF bug 126285: segfault with
934         goto line.
936 2000-12-15 21:57  edg
938         * source/text.c: Fixed a selection highlighting bug (removed an
939         earlier bogus patch).
941 2000-12-10 20:35  edg
943         * source/search.c: Fixed some (harmless) compiler warnings.  Added
944         an extra check in the multi-file replacement code to make sure that
945         the user didn't invalidate the replacement strings when the dialog
946         isn't modal (bug in several Lesstif versions).
948 2000-11-30 22:33  edg
950         * util/getfiles.c: Implemented a workaround for a Motif 2.x file
951         selection box bug.
953 2000-11-30 22:31  edg
955         * makefiles/Makefile.cygwin: Minor changes requested by Christian
956         Denat.
958 2000-11-24 00:23  edg
960         * source/: search.c, search.h, window.c: Fixed a critical bug in
961         the multi-file replace functionality.  Closing windows while a
962         multi-file replace dialog was up could result in a crash. The lists
963         are now updated when a window closes.
965 2000-11-23 00:08  edg
967         * source/: nedit.h, search.c, window.c: Added multi-file
968         replace-all functionality.
970 2000-11-22 22:50  edg
972         * source/: preferences.c, search.c: Added a missing #include
973         <stdio.h>.
975 2000-11-07 15:03  edel
977         * util/misc.c: Fix glitches in Caps/Num Lock patch
979 2000-11-06 22:52  edel
981         * source/: macro.c, preferences.c, shift.c, text.c, userCmds.c,
982         window.c: Patch for Caps/Num Lock bug + a few other minor fixes
984 2000-11-06 22:50  edel
986         * util/: misc.c, misc.h: Patch for Caps/Num Lock Motif bug
988 2000-10-06 23:23  edel
990         * util/misc.c: Bug fix: BG menu not working with new best visual
991         code
993 2000-10-04 05:09  edel
995         * util/: DialogF.c, fontsel.c, getfiles.c, managedList.c, misc.c,
996         printUtils.c: For IA-64, XtVa argument lists must be terminated
997         with NULL rather than 0
999 2000-10-04 05:07  edel
1001         * source/: macro.c, menu.c, preferences.c, search.c, selection.c,
1002         shell.c, shift.c, smartIndent.c, tags.c, textDisp.c, userCmds.c,
1003         window.c: For IA-64, XtVa calls must be terminated w/NULL, rather
1004         than 0
1006 2000-09-29 17:48  edel
1008         * util/: fileUtils.c, misc.c: Support ClearCase version extended
1009         pathnames (and fix some compiler warns)
1011 2000-09-29 17:38  edel
1013         * source/: file.c, file.h, menu.c, nedit.c, preferences.c,
1014         server.c, shell.c: Updates from Max (via Arne), and Arne Førlie:
1015         ClearCase version extended paths, Untitled windows inherit parent
1016         path, and avoid reuse of Untitled windows which are currently
1017         running a macro.
1019 2000-09-26 22:28  edel
1021         * source/: file.c, help.c, highlightData.c, macro.c, menu.c,
1022         nedit.c, preferences.c, search.c, smartIndent.c, tags.c,
1023         userCmds.c, window.c: Allow nedit to use non-default visuals
1025 2000-09-26 22:25  edel
1027         * util/: DialogF.c, fontsel.c, getfiles.c, misc.c, misc.h,
1028         printUtils.c: Allow NEdit to use non-default visual
1030 2000-09-22 21:41  edel
1032         * util/: fileUtils.c, getfiles.c, misc.c, prefFile.c, printUtils.c:
1033         Changes since last posted development release
1035 2000-09-22 21:34  edel
1037         * source/: file.c, help.c, highlight.c, highlightData.c,
1038         interpret.c, macro.c, menu.c, nc.c, nedit.c, parse.y,
1039         preferences.c, regularExp.c, search.c, selection.c, server.c,
1040         shell.c, shift.c, smartIndent.c, tags.c, text.c, textBuf.c, undo.c,
1041         userCmds.c, window.c: Changes since last posted development release
1043 2000-09-10 20:15  tringali
1045         * makefiles/: Makefile.aix, Makefile.bsdi, Makefile.ccur,
1046         Makefile.convex, Makefile.cygwin, Makefile.dcosx, Makefile.dec,
1047         Makefile.freebsd, Makefile.generic, Makefile.hpux, Makefile.linux,
1048         Makefile.lynx, Makefile.m88k.svr4, Makefile.netbsd, Makefile.os2,
1049         Makefile.osf, Makefile.reliant, Makefile.sco, Makefile.sgi,
1050         Makefile.solaris, Makefile.sunos, Makefile.uhc, Makefile.ultrix,
1051         Makefile.unicos, Makefile.unixware: 5.1.1 baseline
1053 2000-09-10 00:22  tringali
1055         * source/: comnedit.com, file.c, help.c, highlight.c,
1056         highlightData.c, menu.c, nedit.c, nedit.h, parse.c_noyacc, parse.y,
1057         preferences.c, search.c, smartIndent.c, tags.c, textDisp.c,
1058         window.c: 5.2 Development snapshot as of 5/29/2000
1060 2000-09-10 00:18  tringali
1062         * Makefile, README, ReleaseNotes, nc.man, nedit.doc, nedit.man,
1063         source/Makefile.common, source/Makefile.dec, source/Makefile.hp,
1064         source/Makefile.ibm, source/Makefile.linux, source/Makefile.osf,
1065         source/Makefile.sgi, source/Makefile.solaris,
1066         source/Makefile.sunos, source/Makefile.ultrix, source/comnedit.com,
1067         source/file.c, source/file.h, source/help.c, source/help.h,
1068         source/highlight.c, source/highlight.h, source/highlightData.c,
1069         source/highlightData.h, source/interpret.c, source/lnknedit.com,
1070         source/macro.c, source/menu.c, source/menu.h, source/nc.c,
1071         source/nedit.c, source/nedit.h, source/parse.y,
1072         source/preferences.c, source/preferences.h, source/regexConvert.c,
1073         source/regexConvert.h, source/regularExp.c, source/regularExp.h,
1074         source/search.c, source/search.h, source/selection.c,
1075         source/selection.h, source/server.c, source/shell.c,
1076         source/shell.h, source/shift.c, source/shift.h,
1077         source/smartIndent.c, source/smartIndent.h, source/tags.c,
1078         source/tags.h, source/text.c, source/text.h, source/textBuf.c,
1079         source/textBuf.h, source/textDisp.c, source/textDisp.h,
1080         source/textDrag.c, source/textP.h, source/textSel.c, source/undo.c,
1081         source/undo.h, source/userCmds.c, source/userCmds.h,
1082         source/window.c, source/window.h, util/DialogF.c, util/DialogF.h,
1083         util/Makefile.common, util/Makefile.dec, util/Makefile.hp,
1084         util/Makefile.ibm, util/Makefile.linux, util/Makefile.sgi,
1085         util/Makefile.solaris, util/Makefile.sunos, util/Makefile.ultrix,
1086         util/fileUtils.c, util/fileUtils.h, util/fontsel.c, util/fontsel.h,
1087         util/getfiles.c, util/getfiles.h, util/managedList.c,
1088         util/managedList.h, util/misc.c, util/misc.h, util/prefFile.c,
1089         util/prefFile.h, util/printUtils.c, util/printUtils.h,
1090         util/vmsUtils.c, util/vmsUtils.h: 5.1.1 baseline
1092 2000-09-10 00:12  tringali
1094         * Makefile, README, nc.man, nedit.doc, nedit.man,
1095         source/Makefile.common, source/Makefile.dec, source/Makefile.hp,
1096         source/Makefile.ibm, source/Makefile.linux, source/Makefile.osf,
1097         source/Makefile.sgi, source/Makefile.solaris,
1098         source/Makefile.sunos, source/Makefile.ultrix, source/comnedit.com,
1099         source/file.c, source/file.h, source/help.c, source/help.h,
1100         source/highlight.c, source/highlight.h, source/highlightData.c,
1101         source/highlightData.h, source/interpret.c, source/interpret.h,
1102         source/lnknedit.com, source/macro.c, source/macro.h, source/menu.c,
1103         source/menu.h, source/n.bm, source/nc.c, source/nedit.bm,
1104         source/nedit.c, source/nedit.h, source/nedit_options_file.opt,
1105         source/parse.c_noyacc, source/parse.h, source/parse.y,
1106         source/preferences.c, source/preferences.h, source/regularExp.c,
1107         source/regularExp.h, source/search.c, source/search.h,
1108         source/selection.c, source/selection.h, source/server.c,
1109         source/server.h, source/shell.c, source/shell.h, source/shift.c,
1110         source/shift.h, source/smartIndent.c, source/smartIndent.h,
1111         source/tags.c, source/tags.h, source/text.c, source/text.h,
1112         source/textBuf.c, source/textBuf.h, source/textDisp.c,
1113         source/textDisp.h, source/textDrag.c, source/textDrag.h,
1114         source/textP.h, source/textSel.c, source/textSel.h, source/undo.c,
1115         source/undo.h, source/userCmds.c, source/userCmds.h,
1116         source/window.c, source/window.h, util/DialogF.c, util/DialogF.h,
1117         util/Makefile.common, util/Makefile.dec, util/Makefile.hp,
1118         util/Makefile.ibm, util/Makefile.linux, util/Makefile.sgi,
1119         util/Makefile.solaris, util/Makefile.sunos, util/Makefile.ultrix,
1120         util/comutil.com, util/fileUtils.c, util/fileUtils.h,
1121         util/fontsel.c, util/fontsel.h, util/getfiles.c, util/getfiles.h,
1122         util/managedList.c, util/managedList.h, util/misc.c, util/misc.h,
1123         util/prefFile.c, util/prefFile.h, util/printUtils.c,
1124         util/printUtils.h, util/vmsParam.h, util/vmsUtils.c,
1125         util/vmsUtils.h: 5.0.2 baseline