Fix for SF bug #1060749: focusWindowMS (macro.c) causes crash.
[nedit.git] / ChangeLog
blob1b4193b664ed94961108e0a7830618b0b97f057c
1 2004-10-08 13:24  edg
3         * source/window.c (1.178): Fix for replace dialog buttons not being
4         updated when switching tabs, possibly resulting in temporarily
5         inconsistent button states.  Candidate fix for 5.5.1.
7 2004-10-08 00:34  yooden
9         * doc/help.etx (1.80), source/file.c (1.90), source/menu.c (1.120),
10         source/nedit.h (1.62), source/preferences.c (1.130),
11         source/preferences.h (1.45), source/search.c (1.73),
12         source/search.h (1.24), source/text.c (1.50), source/text.h (1.21),
13         source/textDisp.c (1.60), source/textDisp.h (1.27), source/textP.h
14         (1.11), source/window.c (1.177), source/window.h (1.27),
15         util/getfiles.c (1.32), util/getfiles.h (1.9), util/prefFile.c
16         (1.25): /*            */
18 2004-10-07 10:27  edg
20         * source/undo.c (1.18): Fix for SF bug #988220: backup file?.  The
21         backup file was not removed when a redo operation returned the
22         document to the state where it matches the saved file. Closing the
23         document then left behind the backup file.
25 2004-10-02 13:31  yooden
27         * source/: menu.c (1.119), textDisp.c (1.59): Fixes a wrong
28         assumption about the hairline code.
30 2004-10-01 10:13  yooden
32         * doc/help.etx (1.79), source/menu.c (1.118), source/nedit.h
33         (1.61), source/preferences.c (1.129), source/preferences.h (1.44),
34         source/text.c (1.49), source/text.h (1.20), source/textDisp.c
35         (1.58), source/textDisp.h (1.26), source/textP.h (1.10),
36         source/window.c (1.176), source/window.h (1.26), util/prefFile.c
37         (1.24): Adds an optional hairline at the wrap column.
39 2004-10-01 10:06  yooden
41         * doc/help.etx (1.78), source/file.c (1.89), source/help_data.h
42         (1.74), source/menu.c (1.117), source/nedit.h (1.60),
43         source/preferences.c (1.128), source/preferences.h (1.43),
44         util/getfiles.c (1.31), util/getfiles.h (1.8): Adds a widget to
45         (un)display hidden files in the FSB.
47 2004-10-01 09:50  yooden
49         * doc/help.etx (1.77), source/menu.c (1.116), source/nedit.h
50         (1.59), source/preferences.c (1.127), source/search.c (1.72),
51         source/search.h (1.23), source/window.c (1.175): Adds a smart
52         search mode, which toggles caseness in regex searches.
53         
54 ============================================================================
55 2004-09-30  REL-5-5 branch created
56 ============================================================================
58 2004-09-30 22:52  n8gray
60         * README (1.47): Oops -- missed a bit of CVS conflict detrius.
62 2004-09-30 22:51  n8gray
64         * Makefile (1.19), README (1.46), ReleaseNotes (1.28), source/nc.c
65         (1.45): Updating version information in preparation for 5.5
66         release.
68 2004-09-30 21:35  edg
70         * README (1.45): Removed obsolete "KNOWN DEFECTS" section.
72 2004-09-30 11:31  edg
74         * ChangeLog (1.40): Regenerated (cvs2cl.pl -b -r -t --accum --gmt).
76 2004-09-30 11:30  edg
78         * README (1.44), ReleaseNotes (1.27): Updates for 5.5
80 2004-09-16 00:50  n8gray
82         * source/: menu.c (1.115), window.c (1.174): Addressing Bug
83         1023089: can't open new tab.  Let's see if this phrasing is more
84         clear.  The File menu now has either:     New     New Window or:   
85          New     New Tab depending on the user's "open new files in..."
86         preference.
88 2004-09-07 06:19  n8gray
90         * source/menu.c (1.114): Fixed spelling of incrementalSearchLine
91         resource as reported by Arne Forlie.
93 2004-09-02 10:50  edg
95         * source/userCmds.c (1.50): Shell command dialog: renamed window to
96         document.
98 2004-09-02 10:49  edg
100         * source/: nedit.c (1.83), shell.c (1.35): Fixes for the state of
101         the File->Close menu item (bug reported by Arne Førlie).  Also made
102         the output of a shell command go to a new window or a new tab,
103         depending on the user preference wrt. tabbed editing.
105 2004-09-01 20:42  n8gray
107         * source/menu.c (1.113): Fix the "New Tab" menu item in the tab
108         context menu.
110 2004-09-01 20:19  n8gray
112         * source/window.c (1.173): Clean out dead variables in
113         DetachDocument.
115 2004-09-01 15:50  tksoh
117         * source/window.c (1.172): Fix for SF Bug #1020035:
118         Detaching/Moving non-top tab should not change top tab.
120 2004-08-31 23:37  n8gray
122         * source/window.c (1.171): This should fix bug 1011233 - Openning
123         new window from a tabbed window diminishes size.  The comment says
124         that the previous version was supposed to reduce flickering but it
125         caused these size problems and I didn't notice any appreciable
126         difference in the flickering without it.
128 2004-08-26 06:51  n8gray
130         * Makefile (1.18), README (1.43), ReleaseNotes (1.26), source/nc.c
131         (1.44) (utags: BETA-5-5-RC2): Updating version info for RC2.
133 2004-08-24 12:12  edg
135         * ChangeLog (1.39, BETA-5-5-RC2): Regenerated (cvs2cl.pl -b -r -t
136         --accum --gmt).
138 2004-08-24 11:37  edg
140         * source/file.c (1.88, BETA-5-5-RC2): Fix for SF bug #999021 Using
141         exit() in a macro causes hang.
143 2004-08-20 19:33  n8gray
145         * doc/help.etx (1.76), source/help_data.h (1.73), source/menu.c
146         (1.112), source/nedit.c (1.82), source/nedit.h (1.58),
147         source/preferences.c (1.126), source/window.c (1.170),
148         source/window.h (1.25): Committing Tony Ballinski's fix for bug
149         #1005442: documentation for rangeset_set_mode( r, type ) not clear
151 2004-08-20 16:37  edg
153         * doc/help.etx (1.75), source/help_data.h (1.72),
154         source/help_topic.h (1.63), source/regularExp.c (1.25): Fix for SF
155         bug #1008656: word delimiters ignored.  Partially reverted the
156         implementation of '<', '>', and \B back to the pre-5.4 behaviour,
157         without giving up the fix for the problem that we wanted to solve
158         in 5.4.  Word boundaries are now again defined in terms of the
159         delimiter set (which makes things more consistent overall), but
160         word boundary operators still test both the previous and the next
161         character (the pre-5.4 version only tested one character, causing
162         surprising matches, eg., between to spaces).
164 2004-08-16 10:12  edg
166         * doc/help.etx (1.74), source/help_data.h (1.71),
167         source/help_topic.h (1.62): Documentation fix for regex boundary
168         expression semantics.
170 2004-08-15 02:09  tksoh
172         * Microline/XmL/: Folder.c (1.6), FolderP.h (1.5), XmL.h (1.6):
173         Added resource XmLFolder.minTabWidth to fix SF bug #1005064, where
174         tabs were getting wrong sizes when too many tabs were opened.
176 2004-08-12 16:51  edg
178         * source/window.c (1.169): Avoid replace dialog button sensitivity
179         updates when the dialog is not mapped and the selection is altered.
180         In this way many indirect status checks for all files are avoided
181         (triggered by updating the sensitivity of the "Multiple Files..."
182         button).
184 2004-08-12 13:43  edg
186         * source/window.c (1.168): Fix for SF bug #1006830: "Warn on Exit"
187         doesn't work sometimes.
189 2004-08-12 09:06  edg
191         * source/file.c (1.87): Avoid "File Modified Externally" dialogs
192         for tabs that are not visible (similar to minimized windows).
194 2004-08-10 22:28  yooden
196         * source/nedit.c (1.81): Adds limits.h.
198 2004-08-09 22:20  n8gray
200         * README (1.42), util/misc.c (1.69): It appears I never committed
201         the updated RC1 README file.  Here it is.  This also contains a
202         minor correction to the comment documentation for QueryDesktop. 
203         There have been no functional changes.
205 2004-08-09 16:48  edg
207         * source/: nedit.c (1.80), window.c (1.167): Restored the "invalid
208         default virtual key binding" workaround that had become effectively
209         disabled due to the shell widget hierarchy reorganization.  (Bug
210         report at discuss list by Timothy Paige: page-up,page-down on sun
211         keyboard.)
213 2004-08-04 17:43  n8gray
215         * source/preferences.c (1.125): Bump the prefs file version to
216         prevent repeated conversion.
218 2004-08-04 08:05  n8gray
220         * source/preferences.c (1.124): Notify user when prefs file gets
221         changed for 5.5.
223 2004-08-01 10:06  yooden
225         * source/file.c (1.86), source/help.c (1.102), source/highlight.c
226         (1.50), source/highlightData.c (1.68), source/macro.c (1.89),
227         source/menu.c (1.111), source/preferences.c (1.123),
228         source/search.c (1.71), source/selection.c (1.31), source/shell.c
229         (1.34), source/smartIndent.c (1.36), source/tags.c (1.59),
230         source/userCmds.c (1.49), util/DialogF.c (1.31), util/fontsel.c
231         (1.28), util/getfiles.c (1.30), util/misc.c (1.68), util/misc.h
232         (1.25), util/printUtils.c (1.25): Dialog OK's are getting less
233         blanks, more margin.
235 2004-08-01 07:55  yooden
237         * doc/help.etx (1.73), source/help_data.h (1.70),
238         source/help_topic.h (1.61): Fixes some leftovers of the licence
239         clarification.
241 2004-07-29 13:47  tringali
243         * util/DialogF.c (1.30): SF #999820 - spaces in dialog button
244         mnemonics
246 2004-07-28 18:02  n8gray
248         * source/: text.c (1.48), window.c (1.166): Fix for bug 996786:
249         Problems with Overtype mode.
251 2004-07-27 18:25  n8gray
253         * README (1.41): Minor grammatical fix.
255 2004-07-27 18:23  n8gray
257         * README (1.40): Updated feature list for 5.5.
259 2004-07-26 22:52  n8gray
261         * util/system.h (1.16): Fixes test for PowerPC architecture in OS
262         X.
264 2004-07-25 22:24  yooden
266         * Makefile (1.17): Increase Posixication level.
268 2004-07-24 17:41  yooden
270         * README (1.39), doc/help.etx (1.72): License change, step 4:
271         Mention of the Mozilla project.
273 2004-07-23 18:52  n8gray
275         * source/window.c (1.165, BETA-5-5): Fix for bug 996216: Detach
276         Tab/Move tab don't keep non-default word delimiters.
278 2004-07-23 18:40  n8gray
280         * source/window.c (1.164): Purely cosmetic.  Renamed cloneTextPane
281         to cloneTextPanes and moved functions around so that
282         cloneTextPanes, cloneDocument, cloneUndoItems, DetachDocument, and
283         MoveDocument are together.
285 2004-07-23 18:07  n8gray
287         * source/window.c (1.163): Applied TK Soh's patch to correct the
288         colors of detached multi-pane windows.
289         
290         Fixes bug #996248.
292 2004-07-21 20:57  yooden
294         * Microline/XmL/: Folder.c (1.5), FolderP.h (1.4), XmL.h (1.5)
295         (utags: BETA-5-5): License change, step 3: Reapply changes to
296         Mozilla widgets
298 2004-07-21 20:38  yooden
300         * Microline/Makefile (1.2, BETA-5-5), Microline/Makefile.in (1.2,
301         BETA-5-5), Microline/XmL/Folder.c (1.4), Microline/XmL/Folder.h
302         (1.2, BETA-5-5), Microline/XmL/FolderP.h (1.3),
303         Microline/XmL/Grid.c (1.2, BETA-5-5), Microline/XmL/Grid.h (1.2,
304         BETA-5-5), Microline/XmL/GridP.h (1.2, BETA-5-5),
305         Microline/XmL/GridUtil.c (1.2, BETA-5-5), Microline/XmL/Makefile
306         (1.2, BETA-5-5), Microline/XmL/Makefile.in (1.2, BETA-5-5),
307         Microline/XmL/Progress.c (1.2, BETA-5-5), Microline/XmL/Progress.h
308         (1.2, BETA-5-5), Microline/XmL/ProgressP.h (1.2, BETA-5-5),
309         Microline/XmL/Tree.c (1.2, BETA-5-5), Microline/XmL/Tree.h (1.2,
310         BETA-5-5), Microline/XmL/TreeP.h (1.2, BETA-5-5),
311         Microline/XmL/XmL.c (1.2, BETA-5-5), Microline/XmL/XmL.h (1.4),
312         Microline/XmL/XmL.uih (1.2, BETA-5-5), Microline/examples/Makefile
313         (1.2, BETA-5-5), Microline/examples/Makefile.in (1.2, BETA-5-5),
314         Microline/examples/demo.c (1.2, BETA-5-5),
315         Microline/examples/folder1.c (1.2, BETA-5-5),
316         Microline/examples/folder2.c (1.2, BETA-5-5),
317         Microline/examples/folder3.c (1.2, BETA-5-5),
318         Microline/examples/folder4.c (1.2, BETA-5-5),
319         Microline/examples/grid1.c (1.2, BETA-5-5),
320         Microline/examples/grid2.c (1.2, BETA-5-5),
321         Microline/examples/grid3.c (1.2, BETA-5-5),
322         Microline/examples/grid4.c (1.2, BETA-5-5),
323         Microline/examples/grid5.c (1.2, BETA-5-5),
324         Microline/examples/grid6.c (1.2, BETA-5-5),
325         Microline/examples/prog1.c (1.2, BETA-5-5),
326         Microline/examples/prog2.c (1.2, BETA-5-5),
327         Microline/examples/prog3.c (1.2, BETA-5-5),
328         Microline/examples/tree1.c (1.2, BETA-5-5),
329         Microline/examples/tree2.c (1.2, BETA-5-5),
330         Microline/examples/tree3.c (1.2, BETA-5-5),
331         Microline/examples/tree4.c (1.2, BETA-5-5),
332         Microline/examples/tree5.c (1.2, BETA-5-5),
333         Microline/examples/uil1.c (1.2, BETA-5-5),
334         Microline/examples/uil1.uil (1.2, BETA-5-5),
335         Microline/examples/util1.c (1.2, BETA-5-5),
336         Microline/man/XmLArrayAdd.3x (1.2, BETA-5-5),
337         Microline/man/XmLArrayDel.3x (1.2, BETA-5-5),
338         Microline/man/XmLArrayFree.3x (1.2, BETA-5-5),
339         Microline/man/XmLArrayGet.3x (1.2, BETA-5-5),
340         Microline/man/XmLArrayGetCount.3x (1.2, BETA-5-5),
341         Microline/man/XmLArrayMove.3x (1.2, BETA-5-5),
342         Microline/man/XmLArrayNew.3x (1.2, BETA-5-5),
343         Microline/man/XmLArrayReorder.3x (1.2, BETA-5-5),
344         Microline/man/XmLArraySet.3x (1.2, BETA-5-5),
345         Microline/man/XmLArraySort.3x (1.2, BETA-5-5),
346         Microline/man/XmLCreateFolder.3x (1.2, BETA-5-5),
347         Microline/man/XmLCreateGrid.3x (1.2, BETA-5-5),
348         Microline/man/XmLCreateProgress.3x (1.2, BETA-5-5),
349         Microline/man/XmLCreateTree.3x (1.2, BETA-5-5),
350         Microline/man/XmLCvtStringToUChar.3x (1.2, BETA-5-5),
351         Microline/man/XmLDateDaysInMonth.3x (1.2, BETA-5-5),
352         Microline/man/XmLDateWeekDay.3x (1.2, BETA-5-5),
353         Microline/man/XmLDrawnButtonSetType.3x (1.2, BETA-5-5),
354         Microline/man/XmLFolder.3x (1.2, BETA-5-5),
355         Microline/man/XmLFolderAddBitmapTab.3x (1.2, BETA-5-5),
356         Microline/man/XmLFolderAddBitmapTabForm.3x (1.2, BETA-5-5),
357         Microline/man/XmLFolderAddTab.3x (1.2, BETA-5-5),
358         Microline/man/XmLFolderAddTabForm.3x (1.2, BETA-5-5),
359         Microline/man/XmLFolderSetActiveTab.3x (1.2, BETA-5-5),
360         Microline/man/XmLFontListCopyDefault.3x (1.2, BETA-5-5),
361         Microline/man/XmLFontListGetDimensions.3x (1.2, BETA-5-5),
362         Microline/man/XmLGrid.3x (1.2, BETA-5-5),
363         Microline/man/XmLGridAddColumns.3x (1.2, BETA-5-5),
364         Microline/man/XmLGridAddRows.3x (1.2, BETA-5-5),
365         Microline/man/XmLGridColumnIsVisible.3x (1.2, BETA-5-5),
366         Microline/man/XmLGridCopyPos.3x (1.2, BETA-5-5),
367         Microline/man/XmLGridCopySelected.3x (1.2, BETA-5-5),
368         Microline/man/XmLGridDeleteAllColumns.3x (1.2, BETA-5-5),
369         Microline/man/XmLGridDeleteAllRows.3x (1.2, BETA-5-5),
370         Microline/man/XmLGridDeleteColumns.3x (1.2, BETA-5-5),
371         Microline/man/XmLGridDeleteRows.3x (1.2, BETA-5-5),
372         Microline/man/XmLGridDeselectAllCells.3x (1.2, BETA-5-5),
373         Microline/man/XmLGridDeselectAllColumns.3x (1.2, BETA-5-5),
374         Microline/man/XmLGridDeselectAllRows.3x (1.2, BETA-5-5),
375         Microline/man/XmLGridDeselectCell.3x (1.2, BETA-5-5),
376         Microline/man/XmLGridDeselectColumn.3x (1.2, BETA-5-5),
377         Microline/man/XmLGridDeselectRow.3x (1.2, BETA-5-5),
378         Microline/man/XmLGridEditBegin.3x (1.2, BETA-5-5),
379         Microline/man/XmLGridEditCancel.3x (1.2, BETA-5-5),
380         Microline/man/XmLGridEditComplete.3x (1.2, BETA-5-5),
381         Microline/man/XmLGridGetColumn.3x (1.2, BETA-5-5),
382         Microline/man/XmLGridGetFocus.3x (1.2, BETA-5-5),
383         Microline/man/XmLGridGetRow.3x (1.2, BETA-5-5),
384         Microline/man/XmLGridGetSelectedCellCount.3x (1.2, BETA-5-5),
385         Microline/man/XmLGridGetSelectedCells.3x (1.2, BETA-5-5),
386         Microline/man/XmLGridGetSelectedColumnCount.3x (1.2, BETA-5-5),
387         Microline/man/XmLGridGetSelectedColumns.3x (1.2, BETA-5-5),
388         Microline/man/XmLGridGetSelectedRow.3x (1.2, BETA-5-5),
389         Microline/man/XmLGridGetSelectedRowCount.3x (1.2, BETA-5-5),
390         Microline/man/XmLGridGetSelectedRows.3x (1.2, BETA-5-5),
391         Microline/man/XmLGridMoveColumns.3x (1.2, BETA-5-5),
392         Microline/man/XmLGridMoveRows.3x (1.2, BETA-5-5),
393         Microline/man/XmLGridPaste.3x (1.2, BETA-5-5),
394         Microline/man/XmLGridPastePos.3x (1.2, BETA-5-5),
395         Microline/man/XmLGridRead.3x (1.2, BETA-5-5),
396         Microline/man/XmLGridReadPos.3x (1.2, BETA-5-5),
397         Microline/man/XmLGridRedrawAll.3x (1.2, BETA-5-5),
398         Microline/man/XmLGridRedrawCell.3x (1.2, BETA-5-5),
399         Microline/man/XmLGridRedrawColumn.3x (1.2, BETA-5-5),
400         Microline/man/XmLGridRedrawRow.3x (1.2, BETA-5-5),
401         Microline/man/XmLGridReorderColumns.3x (1.2, BETA-5-5),
402         Microline/man/XmLGridReorderRows.3x (1.2, BETA-5-5),
403         Microline/man/XmLGridRowColumnToXY.3x (1.2, BETA-5-5),
404         Microline/man/XmLGridRowIsVisible.3x (1.2, BETA-5-5),
405         Microline/man/XmLGridSelectAllCells.3x (1.2, BETA-5-5),
406         Microline/man/XmLGridSelectAllColumns.3x (1.2, BETA-5-5),
407         Microline/man/XmLGridSelectAllRows.3x (1.2, BETA-5-5),
408         Microline/man/XmLGridSelectCell.3x (1.2, BETA-5-5),
409         Microline/man/XmLGridSelectColumn.3x (1.2, BETA-5-5),
410         Microline/man/XmLGridSelectRow.3x (1.2, BETA-5-5),
411         Microline/man/XmLGridSetFocus.3x (1.2, BETA-5-5),
412         Microline/man/XmLGridSetStrings.3x (1.2, BETA-5-5),
413         Microline/man/XmLGridSetStringsPos.3x (1.2, BETA-5-5),
414         Microline/man/XmLGridWrite.3x (1.2, BETA-5-5),
415         Microline/man/XmLGridWritePos.3x (1.2, BETA-5-5),
416         Microline/man/XmLGridXYToRowColumn.3x (1.2, BETA-5-5),
417         Microline/man/XmLMessageBox.3x (1.2, BETA-5-5),
418         Microline/man/XmLPixmapDraw.3x (1.2, BETA-5-5),
419         Microline/man/XmLProgress.3x (1.2, BETA-5-5),
420         Microline/man/XmLRectIntersect.3x (1.2, BETA-5-5),
421         Microline/man/XmLShellOfWidget.3x (1.2, BETA-5-5),
422         Microline/man/XmLSort.3x (1.2, BETA-5-5),
423         Microline/man/XmLStringDraw.3x (1.2, BETA-5-5),
424         Microline/man/XmLStringDrawDirection.3x (1.2, BETA-5-5),
425         Microline/man/XmLTree.3x (1.2, BETA-5-5),
426         Microline/man/XmLTreeAddRow.3x (1.2, BETA-5-5),
427         Microline/man/XmLTreeAddRows.3x (1.2, BETA-5-5),
428         Microline/man/XmLWarning.3x (1.2, BETA-5-5), util/vmsParam.h (1.5,
429         BETA-5-5): License change, step 2: Import of Mozilla files with new
430         license
432 2004-07-21 11:32  yooden
434         * README (1.38, BETA-5-5), doc/help.etx (1.71, BETA-5-5),
435         doc/nc.pod (1.6, BETA-5-5), doc/nedit.pod (1.7, BETA-5-5),
436         doc/setext (1.12, BETA-5-5), source/calltips.c (1.8, BETA-5-5),
437         source/calltips.h (1.3, BETA-5-5), source/file.c (1.85, BETA-5-5),
438         source/file.h (1.14, BETA-5-5), source/help.c (1.101, BETA-5-5),
439         source/help.h (1.12, BETA-5-5), source/help_data.h (1.69,
440         BETA-5-5), source/help_topic.h (1.60, BETA-5-5), source/highlight.c
441         (1.49, BETA-5-5), source/highlight.h (1.13, BETA-5-5),
442         source/highlightData.c (1.67, BETA-5-5), source/highlightData.h
443         (1.12, BETA-5-5), source/interpret.c (1.40, BETA-5-5),
444         source/interpret.h (1.16, BETA-5-5), source/linkdate.c (1.4,
445         BETA-5-5), source/macro.c (1.88, BETA-5-5), source/macro.h (1.7,
446         BETA-5-5), source/menu.c (1.110, BETA-5-5), source/menu.h (1.12,
447         BETA-5-5), source/nc.c (1.43, BETA-5-5), source/nedit.c (1.79,
448         BETA-5-5), source/nedit.h (1.57, BETA-5-5), source/parse.h (1.6,
449         BETA-5-5), source/preferences.c (1.122, BETA-5-5),
450         source/preferences.h (1.42, BETA-5-5), source/rangeset.c (1.11,
451         BETA-5-5), source/rangeset.h (1.6, BETA-5-5), source/rbTree.h (1.4,
452         BETA-5-5), source/regexConvert.c (1.10, BETA-5-5),
453         source/regexConvert.h (1.6, BETA-5-5), source/regularExp.c (1.24,
454         BETA-5-5), source/regularExp.h (1.11, BETA-5-5), source/search.c
455         (1.70, BETA-5-5), source/search.h (1.22, BETA-5-5),
456         source/selection.c (1.30, BETA-5-5), source/selection.h (1.6,
457         BETA-5-5), source/server.c (1.31, BETA-5-5), source/server.h (1.6,
458         BETA-5-5), source/server_common.c (1.5, BETA-5-5),
459         source/server_common.h (1.2, BETA-5-5), source/shell.c (1.33,
460         BETA-5-5), source/shell.h (1.8, BETA-5-5), source/shift.c (1.16,
461         BETA-5-5), source/shift.h (1.5, BETA-5-5), source/smartIndent.c
462         (1.35, BETA-5-5), source/smartIndent.h (1.7, BETA-5-5),
463         source/tags.c (1.58, BETA-5-5), source/tags.h (1.14, BETA-5-5),
464         source/text.c (1.47, BETA-5-5), source/text.h (1.19, BETA-5-5),
465         source/textBuf.c (1.32, BETA-5-5), source/textBuf.h (1.16,
466         BETA-5-5), source/textDisp.c (1.57, BETA-5-5), source/textDisp.h
467         (1.25, BETA-5-5), source/textDrag.c (1.10, BETA-5-5),
468         source/textDrag.h (1.4, BETA-5-5), source/textP.h (1.9, BETA-5-5),
469         source/textSel.c (1.14, BETA-5-5), source/textSel.h (1.5,
470         BETA-5-5), source/undo.c (1.17, BETA-5-5), source/undo.h (1.7,
471         BETA-5-5), source/userCmds.c (1.48, BETA-5-5), source/userCmds.h
472         (1.7, BETA-5-5), source/window.c (1.162), source/window.h (1.24,
473         BETA-5-5), source/windowTitle.c (1.13, BETA-5-5),
474         source/windowTitle.h (1.4, BETA-5-5), util/DialogF.c (1.29,
475         BETA-5-5), util/DialogF.h (1.10, BETA-5-5), util/check_lin_tif.c
476         (1.10, BETA-5-5), util/clearcase.c (1.5, BETA-5-5),
477         util/clearcase.h (1.4, BETA-5-5), util/fileUtils.c (1.32,
478         BETA-5-5), util/fileUtils.h (1.11, BETA-5-5), util/fontsel.c (1.27,
479         BETA-5-5), util/fontsel.h (1.10, BETA-5-5), util/getfiles.c (1.29,
480         BETA-5-5), util/getfiles.h (1.7, BETA-5-5), util/managedList.c
481         (1.14, BETA-5-5), util/managedList.h (1.6, BETA-5-5), util/misc.c
482         (1.67, BETA-5-5), util/misc.h (1.24, BETA-5-5), util/prefFile.c
483         (1.23, BETA-5-5), util/prefFile.h (1.7, BETA-5-5),
484         util/printUtils.c (1.24, BETA-5-5), util/printUtils.h (1.8,
485         BETA-5-5), util/system.h (1.15, BETA-5-5), util/utils.c (1.21,
486         BETA-5-5), util/utils.h (1.12, BETA-5-5), util/vmsUtils.c (1.6,
487         BETA-5-5), util/vmsUtils.h (1.6, BETA-5-5): License change, step 1:
488         Added Motif clause to a lot of files.
490 2004-07-20 01:40  n8gray
492         * source/window.c (1.161): The stats line copies its font from the
493         Row/Column widget.
495 2004-07-18 23:13  yooden
497         * source/shift.c (1.15): Fixes inconsistency between 'Fill
498         Paragraph' and wrap.
500 2004-07-18 22:30  yooden
502         * doc/help.etx (1.70), source/file.c (1.84), source/help.c (1.100),
503         source/help_data.h (1.68), source/help_topic.h (1.59),
504         source/highlight.c (1.48), source/highlightData.c (1.66),
505         source/macro.c (1.87), source/menu.c (1.109), source/nedit.c
506         (1.78), source/preferences.c (1.121), source/search.c (1.69),
507         source/selection.c (1.29), source/shell.c (1.32),
508         source/smartIndent.c (1.34), source/tags.c (1.57),
509         source/userCmds.c (1.47), source/windowTitle.c (1.12),
510         util/fontsel.c (1.26), util/getfiles.c (1.28), util/misc.c (1.66),
511         util/printUtils.c (1.23): Fixes some of the misnamed dialogs.
513 2004-07-15 21:17  n8gray
515         * source/: help.c (1.99), nedit.c (1.77): Fix for bug 873469: nedit
516         -V requires X server.  Fix due to T. Haude with slight
517         modification.  (argument scanning stops if it sees "--".)
519 2004-07-15 18:47  edg
521         * ReleaseNotes (1.25, BETA-5-5): Added bug #987102 to the list of
522         bugs fixed in 5.5.
524 2004-07-15 18:39  edg
526         * source/regularExp.c (1.23): Fix for SF bug #987102:  segmentation
527         fault on replace. Regex recursion is now limited to 10000. The API
528         could still be extended to handle errors more gracefully (error
529         messages are currently written to stderr).
531 2004-07-15 18:30  edg
533         * source/nedit.c (1.76): Added Lesstif-specific suppression of
534         harmless but annoying warnings generated by non-production versions
535         of the library.  Developers can see the suppressed messages by
536         adding -DDEBUG_LESSTIF_WARNINGS to their compile flags.  So far,
537         I've added 3 messages to the suppression list, but the list can
538         easily be extended if more of these messages show up.
540 2004-07-15 18:26  edg
542         * util/check_lin_tif.c (1.9): Added OpenMotif 2.2.3 and Lesstif
543         0.93.94 to the "known good" lists.  (I didn't add 0.93.95 since it
544         doesn't officially exist yet).
546 2004-07-15 17:08  edg
548         * source/calltips.c (1.7): Removed the custom fix for SF bug
549         #925951 again. It is covered by the fix for bug #991700.
551 2004-07-15 17:06  edg
553         * source/nedit.c (1.75): Fix for SF bug #991700: 5.5 crash. The
554         workaround to prevent this crash was executed too late due to the
555         reorganization of the shells.
557 2004-07-15 09:07  yooden
559         * source/file.c (1.83): Small optimization in backupFileName()
561 2004-07-15 02:03  yooden
563         * makefiles/Makefile.solarisx86 (1.1, BETA-5-5): Added Makefile for
564         Solaris x86.
566 2004-07-15 01:47  yooden
568         * source/: highlightData.c (1.65), preferences.c (1.120): Fixes two
569         small issues wrt C++.
571 2004-07-14 19:51  n8gray
573         * source/menu.c (1.108): There were two accelerators for 'T' in the
574         File menu.  I changed "Load Tags File" to use 'g' instead.
576 2004-07-14 19:48  n8gray
578         * makefiles/Makefile.macosx (1.7, BETA-5-5): Adding the
579         -mdynamic-no-pic gcc flag to get cleaner code on OS X.
581 2004-07-14 13:31  yooden
583         * source/file.c (1.82): Someone forgot to call stat() before
584         querying the statbuf.
586 2004-07-13 11:44  edg
588         * source/menu.c (1.107): Another crash fix: tab context popup menu
589         didn't inherit proper visual.
591 2004-07-13 11:35  edg
593         * Xlt/BubbleButton.c (1.6, BETA-5-5): Crash fix: bubblebutton
594         tooltips didn't inherit proper visual (Tk Soh).
596 2004-07-12 20:08  edg
598         * source/search.c (1.68): Fix for incremental search bar clear
599         button crash reported by Yury Burkatovsky. It wasn't as hard as I
600         thought it would be.
602 2004-07-09 12:20  edg
604         * ReleaseNotes (1.24): First stab at the release notes for 5.5.
606 2004-07-09 07:44  edg
608         * util/misc.c (1.65): Inserted some casts to suppress harmless
609         warnings on Solaris.
611 2004-07-08 13:07  edg
613         * source/help.c (1.98): More fundamental fix for SF bug #982589:
614         Help font inconsistent with window size. The help window size
615         calculation is now based on the actual fixed font used in the help
616         window.
618 2004-07-08 06:29  n8gray
620         * Makefile (1.16, BETA-5-5), README (1.37), source/help_data.h
621         (1.67), source/help_topic.h (1.58), source/nc.c (1.42): Man, that
622         was a quick beta!  Back to RC1.
624 2004-07-07 08:18  edg
626         * ChangeLog (1.38, BETA-5-5): Regenerated (cvs2cl.pl -b -r -t
627         --accum --gmt).
629 2004-07-07 01:39  n8gray
631         * README (1.36), makefiles/Makefile.macosx (1.6): Updating some OS
632         X documentation.
634 2004-07-07 03:14  n8gray
636         * Makefile (1.15), README (1.35), source/help_data.h (1.66),
637         source/nc.c (1.41): I guess we should go to BETA1 before RC1.
639 2004-07-07 02:51  n8gray
641         * Makefile (1.14), README (1.34), source/help_data.h (1.65),
642         source/help_topic.h (1.57), source/nc.c (1.40): Updating version
643         information for 5.5RC1.
645 2004-07-03 00:16  edg
647         * source/highlightData.c (1.64): Minor update to the Python
648         patterns: added new built-in functions, exceptions, warnings, ...
649         that were introduced in Python 2.3.
651 2004-06-30 13:56  edg
653         * source/help.c (1.97): Increased the help window size from 65 to
654         75 columns as a workaround for the window becoming smaller due to
655         changes in the font specifications.  (SF bug #982589: Help font
656         inconsistent with window size)
658 2004-06-28 10:23  edg
660         * source/menu.c (1.106): Fix for SF bug #933146: VMS Open Previous
661         DB file error.
663 2004-06-23 15:25  edg
665         * source/server.c (1.30): Race condition fix for SF bug #978104:
666         nedit -sync option.  The server missed the first property change in
667         synchronous mode.
669 2004-06-21 09:42  edg
671         * doc/help.etx (1.69), source/help_data.h (1.64),
672         source/help_topic.h (1.56): Cross-reference fixes (Yury
673         Burkatovsky).
675 2004-06-13 03:08  tksoh
677         * source/window.c (1.160): Fixed shrinking-window bug on some
678         window manager such as Metacity, where window would shrink when
679         switching between documents with different font size.
681 2004-06-11 12:33  edg
683         * Microline/XmL/XmL.h (1.3): Fixed a #define collision when
684         compiling with OM 2.2.3.
686 2004-06-11 12:16  edg
688         * source/: menu.c (1.105), nedit.h (1.56), window.c (1.159): Fixes
689         for SF bug #779454: SGI_CUSTOM & windows names.  Removed all
690         obsolete SGI_WINDOW_TITLE stuff.
692 2004-06-11 10:14  edg
694         * source/highlightData.c (1.63): Removed unused declaration.
696 2004-06-10 19:04  edg
698         * doc/help.etx (1.68), source/help_data.h (1.63),
699         source/help_topic.h (1.55): More help updates from Joerg Fischer.
701 2004-06-10 19:01  edg
703         * source/: highlight.c (1.47), highlightData.c (1.62), macro.c
704         (1.86): Commit SF patch #970491: Forbid deletion of the "Plain"
705         Text Drawing Style (Tony Balinski).
707 2004-06-09 19:52  edg
709         * source/: userCmds.c (1.46), window.c (1.158): Crash fix:
710         bgMenuUndo/RedoItem were memcopied when opening multiple tabs in a
711         window. This could eventually result in accesses to destroyed bg
712         menu items (and crashes), but only when the tabs use different
713         language modes.  That's why crashes were rather rare (and the
714         illegal accesses didn't always result in a crash).
716 2004-06-08 17:36  edg
718         * doc/help.etx (1.67), doc/nc.pod (1.5), doc/nedit.pod (1.6),
719         source/help_data.h (1.62), source/help_topic.h (1.54): Help
720         updates: tabbed editing and incremental search bar (Joerg Fischer).
722 2004-06-08 17:30  edg
724         * source/server.c (1.29), util/misc.c (1.64), util/misc.h (1.23):
725         Committed SF patch #963120: Open tab in window on current desktop. 
726         New files opened via nc no longer appear in a tab of some
727         pseudo-random window, possible on a different window manager
728         desktop, but on a window of the current desktop. If no window
729         exists on the current desktop, a new one is created.  Requires the
730         window manager to be EWMH compliant, but falls back to the old
731         behaviour for non-compliant wms.
733 2004-06-08 17:08  tringali
735         * source/shell.c (1.31): Fix from Tony Balinski: close unused fds
736         so that shell commands can be invoked asynchronously.  Otherwise,
737         we will wait for the command to end even if the input/output/error
738         streams were redirected to /dev/null.
740 2004-06-01 14:23  edg
742         * source/server_common.c (1.4): Memory leak and malloc/free
743         mismatch fixes.
745 2004-05-25 21:31  tringali
747         * source/nedit.c (1.74): Don't use labelFontList et al on
748         Cygwin/LessTif.
750 2004-05-16 14:02  tksoh
752         * source/window.c (1.157): Fixed coredump if offers to save file
753         were refused when closing window with several modified documents.
755 2004-05-12 11:21  edg
757         * source/interpret.c (1.39): Missed a spot in the debug code when I
758         applied the macro string changes.
760 2004-05-11 21:56  edg
762         * doc/help.etx (1.66), doc/nc.pod (1.4), doc/nedit.pod (1.5),
763         source/help_data.h (1.61), source/help_topic.h (1.53): Updated
764         rangeset documentation (SF bug #922282) and -do documentation
765         (Joerg, with remarks of Tony).
767 2004-05-06 10:39  jlous
769         * source/menu.c (1.104): Changed "Tabs..." to "Tab Stops..." in
770         menus.
772 2004-05-04 16:19  edg
774         * README (1.33), doc/help.etx (1.65), doc/nc.pod (1.3),
775         doc/nedit.pod (1.4), source/help_data.h (1.60), source/help_topic.h
776         (1.52): Added TK to the list of authors.
778 2004-05-04 09:41  edg
780         * Xlt/BubbleButton.c (1.5): Added declaration of
781         _XmStringCreateExternal (SF bug #923924).
783 2004-05-03 14:08  edg
785         * ChangeLog (1.37): Regenerated (cvs2cl.pl -b -r -t --accum --gmt).
787 2004-05-03 13:59  edg
789         * source/window.c (1.156): Bug fix: File->Close in the original
790         window was disabled after calling calling the detach_document()
791         macro subroutine.
793 2004-05-03 09:26  edg
795         * util/check_lin_tif.c (1.8): Classified OM 2.2.3 (the real one,
796         not the 2.2.2 version claiming to be 2.2.3) as being UNTESTED iso.
797         KNOWN BAD. If no show-stoppers are found, we can classify it as a
798         supported version.
800 2004-05-03 08:54  edg
802         * Xlt/BubbleButton.c (1.4): Fixed inconsistent linkage declaration
803         for _XmExportLabelString.
805 2004-05-03 08:53  edg
807         * util/misc.c (1.63): Disabled the sticky radiobutton workaround
808         for OM 2.2.3 and above. The bug appears to be fixed in 2.2.3.
810 2004-04-30 15:27  edg
812         * source/interpret.c (1.38): Added some comments to the new string
813         allocation routines.
815 2004-04-30 14:35  edg
817         * source/: interpret.c (1.37), interpret.h (1.15), macro.c (1.85),
818         smartIndent.c (1.33): Speed boost for macro string searching: keep
819         string length together with the string to avoid excessive amount of
820         strlen() calls in some cases.
822 2004-04-30 11:53  edg
824         * source/window.c (1.155): Bug fix: closing a tab via a macro
825         called from another tab resulted in a crash or an endless loop in
826         GetTopDocument().
828 2004-04-30 04:06  tksoh
830         * source/: nedit.c (1.73), window.c (1.154): Some GUI changes on
831         statsAreaForm: removed the separator below the tab-bar; removed
832         some hardcoded visual resources on tab and tab-bar; statsline's
833         text widget to inherit colors from it's immediate parent form, to
834         ease customization.
836 2004-04-29 02:34  tksoh
838         * source/: menu.c (1.103), nedit.c (1.72), text.c (1.46): Removed
839         tab navigation items from the Window menu, and handle them with
840         text widget's translation table.
842 2004-04-28 01:54  tksoh
844         * doc/help.etx (1.64), source/help_data.h (1.59),
845         source/help_topic.h (1.51), source/menu.c (1.102), source/nedit.c
846         (1.71), source/nedit.h (1.55), source/window.c (1.153),
847         source/window.h (1.23): Renamed "Split Window" to "Split Pane", and
848         split_window() is now split_pane().
850 2004-04-27 01:35  tksoh
852         * source/: file.c (1.81), menu.c (1.101), nedit.h (1.54),
853         preferences.c (1.119), window.c (1.152): Second (and hopefully
854         final) phase of Buffers-to-Documents conversion; Also added brief
855         description to struct WindowInfo on tabbed mode.
857 2004-04-26 03:01  tksoh
859         * source/window.c (1.151): Fix for SF bug #941888: Window shrinks
860         when switching between tabs on some window managers such as
861         metacity.
863 2004-04-24 04:53  tksoh
865         * source/window.c (1.150): Preserve document opening chain
866         (WindowList) when documents are detached or moved, so that macro
867         functions such focus_window("last") will traverse the documents
868         correctly.
870 2004-04-24 03:48  tksoh
872         * source/window.c (1.149): Honor pref setting of "Hide Tab Bar When
873         Only One Document is Open"; covering SF bug #939712: unexpected tab
874         bar on startup.
876 2004-04-24 03:12  tksoh
878         * source/window.c (1.148): Fixed coredump when closing top
879         document.
881 2004-04-23 16:35  tringali
883         * source/window.c (1.147): Fix for bug 940844 - flashing isearch
884         bar on startup
886 2004-04-23 00:43  tksoh
888         * source/window.c (1.146): Fixed bold-face on label of inactive
889         tabs.
891 2004-04-19 15:46  tringali
893         * source/: window.c (1.145), nedit.c (1.70): - Changed accelerators
894         for next/prev window to Ctrl+Pg Up (for Mozilla compat.) -
895         Bold-face the active tab for visibility, implemented with fontlist
896         tags.
898 2004-04-17 10:32  tksoh
900         * source/: nedit.c (1.69), window.c (1.144), window.h (1.22): Fixed
901         WM session management (WM_SAVE_YOURSELF) support for tabbed mode.
903 2004-04-17 03:51  n8gray
905         * doc/help.etx (1.63), source/help_data.h (1.58),
906         source/help_topic.h (1.50): Updated documentation for the
907         auto-scroll feature.  The resource for setting the number of lines
908         of padding has changed to nedit.autoScrollVPadding.
910 2004-04-16 08:15  edg
912         * source/calltips.c (1.6): Fix for SF bug #925951: nedit 5.4
913         crashes when dragging a calltip.  It appears to be a bug in SUN's
914         Motif. Dragging is now disabled.
916 2004-04-15 22:32  n8gray
918         * source/: menu.c (1.100), nedit.h (1.53), preferences.c (1.118),
919         preferences.h (1.41), window.c (1.143), window.h (1.21): Committing
920         the auto-scroll patch.  For now 4 seems like a reasonable default.
922 2004-04-14 20:33  n8gray
924         * source/: help_data.h (1.57), help_topic.h (1.49), window.c
925         (1.142): Applied TK's patch for putting the * on the correct side
926         of the tab's filename based on text alignment (with a minor
927         change).  I still don't understand why it didn't work for me
928         before, but what the heck.
929         
930         Also it looks like I regenerated the help files.  No changes there
931         other than the dates at the top.
933 2004-04-14 15:12  edg
935         * source/window.c (1.141): Warning fix (Andrew Stanaski).
937 2004-04-14 09:44  edg
939         * source/: nedit.c (1.68), server.c (1.28): Additional fixes for
940         potential crashes due to -do macro commands closing windows.
942 2004-04-14 05:45  tksoh
944         * source/: nedit.c (1.67), server.c (1.27): Fixed coredump when
945         running -do closed() or detach_document() with nc or nedit, or when
946         files fail to open.
947         
948         Also corrected the behavior on VMS so that -do will only apply onto
949         the first file globbed from the wildcard specified.
951 2004-04-14 00:49  n8gray
953         * source/: nedit.c (1.66), window.c (1.140): Changed so that
954         alignment of the filenames in tabs isn't hardwired.  I edit lots of
955         files that have the same prefix, e.g. mmc_ext_XXX.ml, and if too
956         many tabs get opened then I end up with 25 identical tabs.  This is
957         much less of a problem if the text is right-aligned, since the .ml
958         suffixes take up less space.
959         
960         You can try this out by setting the resource "*tab.alignment:
961         XmALIGNMENT_END".
962         
963         One improvement would be to also put the "*" that indicates a file
964         is modified on the right if the titles are right-aligned.  I tried
965         to implement that but for some reason couldn't read the setting of
966         the alignment resource successfully.
968 2004-04-14 00:14  n8gray
970         * source/window.c (1.139): Fixed the code to get the next tab on
971         tab close/detach so that the correct tab is chosen when tabs are
972         sorted.
974 2004-04-01 12:48  tksoh
976         * source/window.c (1.138): Re-enabled window auto-resizing on
977         (un)display of line numbers for multi-tab windows. Disabling
978         auto-resize on font change alone would be enough to fix the
979         growing-window bug.
981 2004-04-01 10:29  tksoh
983         * source/window.c (1.137): Fixed BadMatch error when linking to
984         various releases of Lesstif version 1.2 (no problem with v2.x), if
985         we use XCreateBitmapFromData() to created bitmaps for buttons.
987 2004-04-01 02:50  tksoh
989         * source/textDisp.c (1.56): Fixed BadWindow error when opening help
990         window, introduced by the recent window auto-resize patch.
992 2004-04-01 01:38  tksoh
994         * source/window.c (1.136): Fixed bug where the detached document
995         would get an incorrect number of rows, when the document contain
996         highlighting fonts with sizes differ from the primary font. For now
997         there'd be some flickers due to the resizing of the detached window
998         by syntax highlighting, etc - something that we are to address
999         later - but the rows will at least be correct.
1001 2004-03-31 15:02  tksoh
1003         * source/: highlight.c (1.46), textDisp.c (1.55), window.c (1.135):
1004         Disabled window auto-resizing, triggered by font change or
1005         (un)display of line numbers, for multi-tab windows.
1007 2004-03-31 12:31  tksoh
1009         * source/: nedit.h (1.52), search.c (1.67), window.c (1.134):
1010         Applied SF patch #891884: Add Find and Clear buttons to i-search
1012 2004-03-29 14:42  tksoh
1014         * source/userCmds.c (1.45): Fixed coredump when invoking BG menu on
1015         lower split-panes.
1017 2004-03-28 12:15  yooden
1019         * .cvsignore (1.3), doc/.cvsignore (1.5), source/.cvsignore (1.5),
1020         util/.cvsignore (1.4): Moves *.bck to global ignore file.
1022 2004-03-25 17:37  tksoh
1024         * source/: menu.c (1.99), window.c (1.133): Removed unused
1025         functions.
1027 2004-03-25 07:12  n8gray
1029         * .cvsignore (1.2), doc/.cvsignore (1.4), doc/help.etx (1.62),
1030         source/.cvsignore (1.4), source/help_data.h (1.56),
1031         source/help_topic.h (1.48), source/textDrag.c (1.9),
1032         util/.cvsignore (1.3): Updated the help files to document action
1033         routines for all menu items.  Also added *.bck to .cvsignore files.
1035 2004-03-25 04:27  tksoh
1037         * source/: file.c (1.80), file.h (1.13), macro.c (1.84), menu.c
1038         (1.98), nedit.c (1.65), preferences.c (1.117), selection.c (1.28),
1039         server.c (1.26), tags.c (1.56), window.c (1.132), window.h (1.20):
1040         Speed up opening of multiple files, by opening the files in
1041         background and deferring the syntax highlighting (SH) process. SH
1042         may be triggered later when a document is raised, or accessed by
1043         macro functions.
1045 2004-03-21 14:25  tksoh
1047         * source/: Makefile.common (1.17), window.c (1.131): Bugfix for
1048         persistent tooltip of tabs, when dragged with middle button.
1050 2004-03-19 15:17  tringali
1052         * util/system.h (1.14): Fix bogus IA64 defintion; detect Intel when
1053         masquerading as gcc; guess when compiling HP C.
1055 2004-03-19 09:53  tksoh
1057         * source/window.c (1.130): Make next/prev document actions
1058         independent of tab sorting policy.
1060 2004-03-11 12:42  edg
1062         * source/: nedit.h (1.51), userCmds.c (1.44): Bug fixes for user
1063         menu cache (Uwe Lehnert).
1065 2004-03-06 22:44  n8gray
1067         * source/: menu.c (1.97), nedit.h (1.50), preferences.c (1.116):
1068         Added "Sort Tabs Alphabetically" menu item.
1070 2004-03-06 02:24  n8gray
1072         * source/window.c (1.129): Fixed SortTabBar -- it wasn't updating
1073         the "next" pointers, which broke the next/previous tab actions.
1075 2004-03-05 08:10  tksoh
1077         * source/: menu.c (1.96), menu.h (1.11), userCmds.c (1.43),
1078         window.c (1.128): Hide the BG tearoffs when switching doc, and
1079         restore them when switched back later.
1081 2004-03-04 09:44  tksoh
1083         * source/: menu.c (1.95), menu.h (1.10), nedit.h (1.49),
1084         preferences.c (1.115), userCmds.c (1.42), userCmds.h (1.6),
1085         window.c (1.127): Applied SF patch #891126: user menu cache.
1087 2004-03-04 00:49  tksoh
1089         * source/: file.c (1.79), preferences.c (1.114), preferences.h
1090         (1.40), window.c (1.126), window.h (1.19): If 'nedit.sortTab' is
1091         True, sort the tabs on the tab bar by filenames alphabetically.
1092         Sorting is disabled by default.
1094 2004-03-03 13:28  edg
1096         * source/textBuf.c (1.31): Bug fix in BufCountDispChars: don't
1097         count terminating \0 of text buffer.
1099 2004-03-03 07:06  tksoh
1101         * source/: menu.c (1.94), window.h (1.18): Cleaned up residue of
1102         "Attach Tab".
1104 2004-03-02 12:47  tksoh
1106         * source/undo.c (1.16): Removed flickers on text area that occured
1107         when undoing/redoing with selection and
1108         'nedit.undoModifiesSelection' set to false.
1110 2004-03-02 08:15  tksoh
1112         * source/: menu.c (1.93), nedit.h (1.48), window.c (1.125),
1113         window.h (1.17): Changed Menu "Attach Tab..." to "Move Tab To...".
1114         The corresponding AP attach_document_dialog() is changed to
1115         move_document_dialog() too; Also revised preference menus under
1116         "Tabbed Editing".
1118 2004-02-27 00:53  tksoh
1120         * source/window.c (1.124): Bugfix for shrunken upper split panes
1121         when documents are detached or attached.
1123 2004-02-26 09:54  edg
1125         * source/window.c (1.123): Clone tab distance & emulation settings
1126         when cloning a document.
1128 2004-02-25 02:47  tksoh
1130         * source/: menu.c (1.92), window.c (1.122): Made line number
1131         display a shell-level item, like the i-search and stats lines. Also
1132         fixed few associated bugs.
1134 2004-02-23 02:51  n8gray
1136         * source/textBuf.c (1.30): Eliminated unnecessary #include.
1138 2004-02-21 14:25  yooden
1140         * doc/help.etx (1.61), source/help_data.h (1.55),
1141         source/help_topic.h (1.47): Fiyes typos in help, adds args[] doc
1142         (Tony Balinski), changes mailing list information (Joor Loohuis).
1144 2004-02-21 05:45  tksoh
1146         * source/: file.c (1.78), macro.c (1.83), menu.c (1.91),
1147         preferences.c (1.113), search.c (1.66), shell.c (1.30),
1148         smartIndent.c (1.32), tags.c (1.55), undo.c (1.15), userCmds.c
1149         (1.41), window.c (1.121), window.h (1.16): Update button state or
1150         sensitivity of the main menus only if the document being worked on
1151         is on top. This prevent the macro operation from updating the menu
1152         buttons incorrectly, when acting on documents currently not on top.
1154 2004-02-20 09:27  tksoh
1156         * source/menu.c (1.90): Corrected mnemonic of 'Last Viewed Tab'
1157         menu.
1159 2004-02-19 06:33  tksoh
1161         * source/nedit.c (1.64): Added missing -group option in nedit
1162         command line help message.
1164 2004-02-19 06:23  tksoh
1166         * doc/help.etx (1.60), source/help_data.h (1.54),
1167         source/help_topic.h (1.46), source/nc.c (1.39), source/nedit.c
1168         (1.63): Added option -group to nc and nedit, to allow opening of
1169         group of files as tabs in a new window.
1171 2004-02-17 01:01  tksoh
1173         * source/window.c (1.120): Fixed coredump when loading tag files,
1174         caused by dangling pointer of mode messages.
1176 2004-02-16 01:02  tksoh
1178         * doc/help.etx (1.59), source/file.c (1.77), source/file.h (1.12),
1179         source/help_data.h (1.53), source/help_topic.h (1.45),
1180         source/macro.c (1.82), source/menu.c (1.89), source/nc.c (1.38),
1181         source/nedit.c (1.62), source/nedit.h (1.47), source/preferences.c
1182         (1.112), source/preferences.h (1.39), source/search.c (1.65),
1183         source/selection.c (1.27), source/server.c (1.25), source/tags.c
1184         (1.54), source/window.c (1.119): Applied SF patch #893177: modeless
1185         tabbed windows.
1187 2004-02-14 02:22  tksoh
1189         * source/window.c (1.118): Bugfix: top BG menu tearoffs were not
1190         closed before switching         tabbed document.
1192 2004-02-13 12:32  tksoh
1194         * source/window.c (1.117): Close all BG menu tearoffs before
1195         switching tabbed document.  BG menu is local to each document, so
1196         should not stay up when its parent doc isn't.
1198 2004-02-13 07:53  tksoh
1200         * source/window.c (1.116): Bugfix: banner not cleared after loading
1201         tag files, etc.
1203 2004-02-10 22:29  yooden
1205         * Microline/XmL/Folder.c (1.3), source/file.c (1.76),
1206         source/window.c (1.115): Removes some warnings.
1208 2004-02-10 14:25  tringali
1210         * source/nedit.c (1.61): Fix reversed tab accelerators in LessTif
1212 2004-02-10 02:00  tringali
1214         * source/nedit.c (1.60): Fix for tab accelerators in LessTif; avoid
1215         trapping Alt+Shift+arrow too.
1217 2004-02-09 11:02  edg
1219         * source/window.c (1.114): Added missing shell/macroMenuValid
1220         initializations.
1222 2004-02-09 09:45  tksoh
1224         * source/: rangeset.c (1.10), rangeset.h (1.5), window.c (1.113):
1225         Bugfix for: 1) coredump when detaching/attaching document
1226         containing    destroyed rangeset; 2) after being detached/attached,
1227         colors of subsequently    added rangesets were not refreshed
1228         immediately.
1230 2004-02-09 04:16  tksoh
1232         * source/window.c (1.112): Applied workaround for partially
1233         (bottom) obscured text area of new tabs on OM-2.1.30, and perhaps
1234         other Motifs also?
1236 2004-02-08 02:49  tksoh
1238         * source/window.c (1.111): Applied workaround for coredump when
1239         closing tabs in the middle of keystrokes learning, by clicking on
1240         the close-tab button. See comment of closeTabCB() for detail.
1242 2004-02-08 01:46  tksoh
1244         * source/window.c (1.110): Bugfix: stats or i-search line might
1245         come up concealed on new windows, if the tab bar was set to be
1246         always displayed.
1248 2004-02-07 15:44  tringali
1250         * source/: menu.c (1.88), menu.h (1.9), nedit.h (1.46), window.c
1251         (1.109): Tab context menu via TK Soh, from SF patch 891679
1253 2004-02-07 02:20  tringali
1255         * source/nedit.c (1.59): - Visual for inactive tabs: use a lighter
1256         grey foreground.  Ideally we'd make the   active tab boldface, but
1257         that requires mucking about with fonts.  - Non-emacs accelerators
1258         for tab navigation: Alt-Left,Alt-Right,Alt-Home
1260 2004-02-05 07:29  tksoh
1262         * source/window.c (1.108): Bugfix for missing BG menus in second
1263         and subsequent tabbed docs.
1265 2004-02-04 08:44  tksoh
1267         * source/: file.c (1.75), menu.c (1.87), nedit.h (1.45), window.c
1268         (1.107), window.h (1.15): Create tabbed document in background, to
1269         avoid unnecessary updates on the user menus. This reduces the
1270         flickers on the tearoffs of the user menus. It also speeds up the
1271         process of opening multiple files, particularly those of the same
1272         language modes.
1274 2004-02-03 14:26  edg
1276         * source/preferences.c (1.111): Fix for SF bug #887581: /*
1277         Uncomment */ macro problem.
1279 2004-02-03 08:25  edg
1281         * ChangeLog (1.36): Regenerated (cvs2cl.pl -b -r -t --accum --gmt).
1283 2004-02-03 08:18  edg
1285         * source/macro.c (1.81): Fix for SF bug #889444: rangeset_add(rs1,
1286         rs2) fails if rs1, rs2 is empty.
1288 2004-02-03 07:27  tksoh
1290         * source/preferences.c (1.110): Bugfix: nedit.tabbedMode was not
1291         saved to nedit.rc file.
1293 2004-02-03 07:27  tksoh
1295         * source/preferences.c (1.110): Bugfix: nedit.tabbedMode was not
1296         saved to nedit.rc file.
1298 2004-01-29 11:03  tksoh
1300         * source/smartIndent.c (1.31): Applied workaround for Motif
1301         crash-with-tearoffs bug to Smart Indent dialog. Any more?
1303 2004-01-29 10:53  tksoh
1305         * source/highlightData.c (1.61), source/window.c (1.106),
1306         util/misc.c (1.62), util/misc.h (1.22): Applied workaround for
1307         Motif crash-with-tearoffs bug to Syntax Highlighting Patterns
1308         dialog.
1310 2004-01-28 01:50  tksoh
1312         * doc/help.etx (1.58), source/help_data.h (1.52),
1313         source/help_topic.h (1.44), source/preferences.c (1.109): A sort of
1314         fix for SF Bug #883894: removed normal non-whitespace text
1315         characters from the default backlighting list, so that those
1316         characters will be displayed with the background color as defined
1317         by the nedit.textBgColor resource - unless overridden by syntax
1318         highlighting.
1320 2004-01-27 18:02  tksoh
1322         * source/: userCmds.c (1.40), window.c (1.105): When switching
1323         tabs, only update Macro/Shell/BG menus only if the language mode
1324         has changed, to reduce flickers on the tearoffs.
1326 2004-01-27 17:44  tksoh
1328         * source/preferences.c (1.108): Fix for SF bug #884862: typo in
1329         class names of preference resources.
1331 2004-01-26 09:23  tksoh
1333         * source/: macro.c (1.80), macro.h (1.6), nedit.h (1.44), shell.c
1334         (1.29), shell.h (1.7), window.c (1.104): Mode message display was
1335         not handled properly as we switch between documents.
1337 2004-01-20 03:31  tksoh
1339         * source/window.c (1.103): fixed compiling warning on use of
1340         undeclared function.
1342 2004-01-20 02:48  tksoh
1344         * source/: rangeset.c (1.9), rangeset.h (1.4), window.c (1.102):
1345         Transfer rangeset info when attaching/detaching tabs (Uwe Lehnert)
1347 2004-01-16 11:49  edg
1349         * source/file.c (1.74): Fix for SF bug #878183: File deleted. 
1350         Don't delete incremental backup files when incremental backups are
1351         off.
1353 2004-01-16 09:18  edg
1355         * source/highlightData.c (1.60), source/preferences.c (1.107),
1356         source/search.c (1.64), source/userCmds.c (1.39), util/misc.c
1357         (1.61), util/misc.h (1.21): Applied the "OpenMotif sticky radio
1358         button" workaround to all radio buttons.
1360 2004-01-16 02:59  tksoh
1362         * doc/help.etx (1.57), source/file.c (1.73), source/help_data.h
1363         (1.51), source/help_topic.h (1.43), source/macro.c (1.79),
1364         source/menu.c (1.86), source/nedit.c (1.58), source/nedit.h (1.43),
1365         source/preferences.c (1.106), source/preferences.h (1.38),
1366         source/search.c (1.63), source/server.c (1.24), source/userCmds.c
1367         (1.38), source/window.c (1.101), source/window.h (1.14): Phase one
1368         of Buffers-to-Documents conversion.
1370 2004-01-15 07:59  tksoh
1372         * source/window.c (1.100): Bugfix: always update Macro & Shell
1373         menus when raising a buffer,         so that the keyboard shortcuts
1374         are refreshed properly.
1375         
1376         We'll worry about the visual optimization later.
1378 2004-01-13 15:49  edg
1380         * source/window.c (1.99): Prevent some (harmless) uninitialized
1381         variable accesses when creating a geometry string.
1383 2004-01-13 14:46  tringali
1385         * source/window.c (1.98): Workaround for bug in OpenMotif 2.1 and
1386         2.2.  If you have an active tear-off menu from a TopLevelShell that
1387         is a child of an ApplicationShell, and then close the parent
1388         window, Motif crashes.  The problem doesn't happen if you close the
1389         tear-offs first, so, we programatically close them before
1390         destroying the shell widget.
1392 2004-01-13 02:45  tksoh
1394         * source/preferences.c (1.105): Fixed coredump when changing
1395         language mode via 'Language Mode' tearoff menu.
1397 2004-01-12 17:31  edg
1399         * makefiles/Makefile.cygwin (1.8): Added check_tif_rule for Cygwin.
1401 2004-01-12 17:09  edg
1403         * source/highlight.c (1.45): Bug fix for crash in highlighting
1404         dialog, reported by Joerg Fischer.  Error pattern of color-only
1405         patterns was copied erroneously.
1407 2004-01-10 06:12  tksoh
1409         * source/userCmds.c (1.37): Fixed coredump when invoking
1410         Macro/Shell/Background commands from tear-offs.
1412 2004-01-09 05:56  tksoh
1414         * source/userCmds.c (1.36): Bugfix: when invoked by keyboard
1415         shoft-cuts, macro and shell commands were always executed in the
1416         first buffer created, or coredumped if the first buffer had been
1417         closed.
1419 2004-01-08 06:19  tksoh
1421         * source/: macro.c (1.78), macro.h (1.5), shell.c (1.28), shell.h
1422         (1.6), window.c (1.97): Bugfix: cursor and statsline now reflect if
1423         macro/shell commands are in progress in each individual buffer.
1425 2004-01-06 06:25  n8gray
1427         * source/macro.c (1.77): Patch monkey see, patch monkey do.  Tony
1428         says fix rangeset bug, patch monkey fix rangeset bug.  Ook.  Fixes
1429         SF bug #871209
1431 2004-01-06 02:38  tksoh
1433         * source/: menu.c (1.85), userCmds.c (1.35), window.c (1.96):
1434         Improved handling of tear-off (Macro, Shell and Windows) menus:   
1435         i) fixed shrink-expand bugs;   ii) tear-offs stay up when buffers
1436         are closed.
1438 2004-01-02 10:32  tksoh
1440         * source/window.c (1.95): window manager's size hints should follow
1441         the top buffer.
1443 2003-12-31 02:25  tksoh
1445         * source/window.c (1.94): Bugfix: bookmarks were lost when
1446         detaching/attaching buffers. (Uwe Lehnert)
1448 2003-12-31 01:22  tksoh
1450         * source/window.c (1.93): Bugfix for crash when navigating through
1451         buffers.
1453 2003-12-30 15:32  tringali
1455         * source/nedit.c (1.57): Also put back XmLFolder resources.
1457 2003-12-30 15:19  tringali
1459         * source/nedit.c (1.56): Revert to fallback resources.  The merging
1460         didn't work as I expected.
1462 2003-12-29 10:58  tksoh
1464         * source/window.c (1.92): Applied temporary workaround for
1465         disappearing-text-window bug when linking to Lesstif (ver 0.93.18 &
1466         0.93.46 tested)
1468 2003-12-28 17:30  tringali
1470         * source/nedit.c (1.55): New default resource scheme.  We enter
1471         resources directly via Xrm calls, instead of fallback resources. 
1472         This should avoid version skew problems when an app-defaults file
1473         has been installed against our wishes.  In particular, when there
1474         is an app-defaults file out there, we should now merge all the
1475         built-in and external resources.  Fallback resources would simply
1476         discard the built-in resources in favor of the ones in the file,
1477         and this frequently would cause missing resources if the file was
1478         out of date.
1480 2003-12-28 17:25  yooden
1482         * source/: highlightData.c (1.59), preferences.c (1.104): Changes
1483         LaTeX patterns (Jörg Fischer) and adds comment macro (Sergei
1484         Haller).
1486 2003-12-28 17:25  tringali
1488         * source/window.c (1.91): Remove hardcoded visual resources for tab
1489         widget, in favor of resources that can be overridden.
1491 2003-12-28 16:26  yooden
1493         * source/: help_data.h (1.50), help_topic.h (1.42), highlightData.c
1494         (1.58): Adds $args[] to the NEdit Macro pattern.
1496 2003-12-26 10:14  tksoh
1498         * source/window.c (1.90): bugfix: text colors not correctly set for
1499         new tabs.
1501 2003-12-25 07:09  tksoh
1503         * Makefile (1.13): Committed patch #569287: tabbed buffers mode.
1505 2003-12-25 06:55  tksoh
1507         * Microline/XmL/Folder.c (1.2), Microline/XmL/FolderP.h (1.2),
1508         Microline/XmL/Makefile.common (1.1),
1509         Microline/XmL/Makefile.dependencies (1.1), Microline/XmL/XmL.h
1510         (1.2), Xlt/BubbleButton.c (1.3), Xlt/BubbleButton.h (1.2),
1511         Xlt/BubbleButtonP.h (1.2), Xlt/Makefile.common (1.1),
1512         Xlt/Makefile.dependencies (1.1), Xlt/SlideC.c (1.2), doc/help.etx
1513         (1.56), source/Makefile.common (1.16), source/file.c (1.72),
1514         source/file.h (1.11), source/highlight.c (1.44), source/highlight.h
1515         (1.12), source/interpret.c (1.36), source/macro.c (1.76),
1516         source/menu.c (1.84), source/menu.h (1.8), source/nc.c (1.37),
1517         source/nedit.c (1.54), source/nedit.h (1.42), source/preferences.c
1518         (1.103), source/preferences.h (1.37), source/search.c (1.62),
1519         source/search.h (1.21), source/selection.c (1.26), source/server.c
1520         (1.23), source/shell.c (1.27), source/smartIndent.c (1.30),
1521         source/tags.c (1.53), source/text.h (1.18), source/userCmds.c
1522         (1.34), source/window.c (1.89), source/window.h (1.13): Committed
1523         patch #569287: tabbed buffers mode.
1525 2003-12-24 07:41  tksoh
1527         * Xlt/BubbleButton.c (1.2): Bugfix: XltNbubbleString could not be
1528         changed after an XltBubbleButton         widget has been created.
1530 2003-12-23 21:54  slobasso
1532         * doc/help.etx (1.55): docs for new $args[] array and removed 9 arg
1533         limit for macros
1535 2003-12-23 10:53  yooden
1537         * source/file.c (1.71): Adds a warning to root if he wants to write
1538         read-only files.
1540 2003-12-23 08:34  tksoh
1542         * Xlt/: BubbleButton.c (1.1), BubbleButton.h (1.1), BubbleButtonP.h
1543         (1.1), SlideC.c (1.1), SlideC.h (1.1), SlideCP.h (1.1): Importing
1544         the original code for XltBubbleButton from the Xlt Widget Set
1545         version 9.2.9 (http://xlt.soureforge.net).
1547 2003-12-21 01:43  tksoh
1549         * Microline/: Makefile (1.1), Makefile.in (1.1), XmL/Folder.c
1550         (1.1), XmL/Folder.h (1.1), XmL/FolderP.h (1.1), XmL/Grid.c (1.1),
1551         XmL/Grid.h (1.1), XmL/GridP.h (1.1), XmL/GridUtil.c (1.1),
1552         XmL/Makefile (1.1), XmL/Makefile.in (1.1), XmL/Progress.c (1.1),
1553         XmL/Progress.h (1.1), XmL/ProgressP.h (1.1), XmL/Tree.c (1.1),
1554         XmL/Tree.h (1.1), XmL/TreeP.h (1.1), XmL/XmL.c (1.1), XmL/XmL.h
1555         (1.1), XmL/XmL.uih (1.1), examples/Makefile (1.1),
1556         examples/Makefile.in (1.1), examples/demo.c (1.1),
1557         examples/folder1.c (1.1), examples/folder2.c (1.1),
1558         examples/folder3.c (1.1), examples/folder4.c (1.1),
1559         examples/grid1.c (1.1), examples/grid2.c (1.1), examples/grid3.c
1560         (1.1), examples/grid4.c (1.1), examples/grid5.c (1.1),
1561         examples/grid6.c (1.1), examples/prog1.c (1.1), examples/prog2.c
1562         (1.1), examples/prog3.c (1.1), examples/tree1.c (1.1),
1563         examples/tree2.c (1.1), examples/tree3.c (1.1), examples/tree4.c
1564         (1.1), examples/tree5.c (1.1), examples/uil1.c (1.1),
1565         examples/uil1.uil (1.1), examples/util1.c (1.1), man/XmLArrayAdd.3x
1566         (1.1), man/XmLArrayDel.3x (1.1), man/XmLArrayFree.3x (1.1),
1567         man/XmLArrayGet.3x (1.1), man/XmLArrayGetCount.3x (1.1),
1568         man/XmLArrayMove.3x (1.1), man/XmLArrayNew.3x (1.1),
1569         man/XmLArrayReorder.3x (1.1), man/XmLArraySet.3x (1.1),
1570         man/XmLArraySort.3x (1.1), man/XmLCreateFolder.3x (1.1),
1571         man/XmLCreateGrid.3x (1.1), man/XmLCreateProgress.3x (1.1),
1572         man/XmLCreateTree.3x (1.1), man/XmLCvtStringToUChar.3x (1.1),
1573         man/XmLDateDaysInMonth.3x (1.1), man/XmLDateWeekDay.3x (1.1),
1574         man/XmLDrawnButtonSetType.3x (1.1), man/XmLFolder.3x (1.1),
1575         man/XmLFolderAddBitmapTab.3x (1.1),
1576         man/XmLFolderAddBitmapTabForm.3x (1.1), man/XmLFolderAddTab.3x
1577         (1.1), man/XmLFolderAddTabForm.3x (1.1),
1578         man/XmLFolderSetActiveTab.3x (1.1), man/XmLFontListCopyDefault.3x
1579         (1.1), man/XmLFontListGetDimensions.3x (1.1), man/XmLGrid.3x (1.1),
1580         man/XmLGridAddColumns.3x (1.1), man/XmLGridAddRows.3x (1.1),
1581         man/XmLGridColumnIsVisible.3x (1.1), man/XmLGridCopyPos.3x (1.1),
1582         man/XmLGridCopySelected.3x (1.1), man/XmLGridDeleteAllColumns.3x
1583         (1.1), man/XmLGridDeleteAllRows.3x (1.1),
1584         man/XmLGridDeleteColumns.3x (1.1), man/XmLGridDeleteRows.3x (1.1),
1585         man/XmLGridDeselectAllCells.3x (1.1),
1586         man/XmLGridDeselectAllColumns.3x (1.1),
1587         man/XmLGridDeselectAllRows.3x (1.1), man/XmLGridDeselectCell.3x
1588         (1.1), man/XmLGridDeselectColumn.3x (1.1),
1589         man/XmLGridDeselectRow.3x (1.1), man/XmLGridEditBegin.3x (1.1),
1590         man/XmLGridEditCancel.3x (1.1), man/XmLGridEditComplete.3x (1.1),
1591         man/XmLGridGetColumn.3x (1.1), man/XmLGridGetFocus.3x (1.1),
1592         man/XmLGridGetRow.3x (1.1), man/XmLGridGetSelectedCellCount.3x
1593         (1.1), man/XmLGridGetSelectedCells.3x (1.1),
1594         man/XmLGridGetSelectedColumnCount.3x (1.1),
1595         man/XmLGridGetSelectedColumns.3x (1.1),
1596         man/XmLGridGetSelectedRow.3x (1.1),
1597         man/XmLGridGetSelectedRowCount.3x (1.1),
1598         man/XmLGridGetSelectedRows.3x (1.1), man/XmLGridMoveColumns.3x
1599         (1.1), man/XmLGridMoveRows.3x (1.1), man/XmLGridPaste.3x (1.1),
1600         man/XmLGridPastePos.3x (1.1), man/XmLGridRead.3x (1.1),
1601         man/XmLGridReadPos.3x (1.1), man/XmLGridRedrawAll.3x (1.1),
1602         man/XmLGridRedrawCell.3x (1.1), man/XmLGridRedrawColumn.3x (1.1),
1603         man/XmLGridRedrawRow.3x (1.1), man/XmLGridReorderColumns.3x (1.1),
1604         man/XmLGridReorderRows.3x (1.1), man/XmLGridRowColumnToXY.3x (1.1),
1605         man/XmLGridRowIsVisible.3x (1.1), man/XmLGridSelectAllCells.3x
1606         (1.1), man/XmLGridSelectAllColumns.3x (1.1),
1607         man/XmLGridSelectAllRows.3x (1.1), man/XmLGridSelectCell.3x (1.1),
1608         man/XmLGridSelectColumn.3x (1.1), man/XmLGridSelectRow.3x (1.1),
1609         man/XmLGridSetFocus.3x (1.1), man/XmLGridSetStrings.3x (1.1),
1610         man/XmLGridSetStringsPos.3x (1.1), man/XmLGridWrite.3x (1.1),
1611         man/XmLGridWritePos.3x (1.1), man/XmLGridXYToRowColumn.3x (1.1),
1612         man/XmLMessageBox.3x (1.1), man/XmLPixmapDraw.3x (1.1),
1613         man/XmLProgress.3x (1.1), man/XmLRectIntersect.3x (1.1),
1614         man/XmLShellOfWidget.3x (1.1), man/XmLSort.3x (1.1),
1615         man/XmLStringDraw.3x (1.1), man/XmLStringDrawDirection.3x (1.1),
1616         man/XmLTree.3x (1.1), man/XmLTreeAddRow.3x (1.1),
1617         man/XmLTreeAddRows.3x (1.1), man/XmLWarning.3x (1.1): Importing
1618         Mozilla's Microline3.0 (XmL) library on the
1619         MozillaSourceClassic_19981026_BRANCH branch, which has been
1620         recently relicensed as MPL 1.1/GPL 2.0/LGPL 2.1.
1621         
1622         The original source tree for Microline3.0 can be obtained here:
1623         
1624            % cvs -d:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot \
1625              co -r MozillaSourceClassic_19981026_BRANCH \
1626              mozilla/cmd/xfe/Microline3.0/
1628 2003-12-19 23:23  slobasso
1630         * source/: interpret.c (1.35), interpret.h (1.14), macro.c (1.75),
1631         parse.y (1.27), parse_noyacc.c (1.8): added new $args[] array and
1632         removed 9 arg limit for macros
1634 2003-12-13 18:16  yooden
1636         * util/prefFile.c (1.22): Removes unneeded variable.
1638 2003-12-09 17:55  slobasso
1640         * doc/: .cvsignore (1.3), help.etx (1.54), nedit.pod (1.3): docs
1641         for -svrname change
1643 2003-12-09 12:57  edg
1645         * source/nedit.c (1.53): Adapted the nedit.helpForm.* resource spec
1646         to the changed widget hierarchy (now nedit.help.helpForm.*) to make
1647         mouse navigation in help windows operational again.
1649 2003-12-07 22:48  yooden
1651         * source/: highlightData.c (1.57), preferences.c (1.102): Adds a
1652         'recursion level' to shell pattern set (see SF bug #770855).
1654 2003-12-07 15:56  yooden
1656         * util/prefFile.c (1.21): Removes double file access to verify pref
1657         file read.
1659 2003-12-05 00:05  slobasso
1661         * source/nedit.c (1.52): default to server if server name is
1662         supplied
1664 2003-12-05 00:01  slobasso
1666         * source/nc.c (1.36): add missing trailing newline to usage
1668 2003-12-04 19:07  slobasso
1670         * source/menu.c (1.83): first pass at neditdb corruption cleanup
1672 2003-12-04 09:52  edg
1674         * source/window.c (1.88): Renamed the window shell from "text" to
1675         "textShell" to avoid resource matching ambiguities with the real
1676         text widget.
1678 2003-11-26 21:58  yooden
1680         * doc/help.etx (1.53): Added documentation for
1681         nedit.undoModifiesSelection
1683 2003-11-24 17:41  edg
1685         * doc/Makefile (1.6): Remove generated man pages when cleaning.
1687 2003-11-22 13:03  edg
1689         * ChangeLog (1.35), Makefile (1.12), README (1.32), ReleaseNotes
1690         (1.23), doc/Makefile (1.5), doc/NEdit.ad (1.4), doc/help.etx
1691         (1.52), doc/nc.pod (1.2), doc/nedit.pod (1.2), doc/setext (1.11),
1692         makefiles/Makefile.bsdi (1.6), makefiles/Makefile.ccur (1.6),
1693         makefiles/Makefile.freebsd (1.6), makefiles/Makefile.generic
1694         (1.11), makefiles/Makefile.macosx (1.5), makefiles/Makefile.netbsd
1695         (1.6), makefiles/Makefile.openbsd (1.4), makefiles/Makefile.solaris
1696         (1.10), source/file.c (1.70), source/help_data.h (1.49),
1697         source/help_topic.h (1.41), source/highlight.c (1.43),
1698         source/highlight.h (1.11), source/highlightData.c (1.56),
1699         source/interpret.c (1.34), source/macro.c (1.74), source/menu.c
1700         (1.82), source/nc.c (1.35), source/nedit.c (1.51), source/nedit.h
1701         (1.41), source/preferences.c (1.101), source/rangeset.c (1.8),
1702         source/rangeset.h (1.3), source/search.c (1.61), source/search.h
1703         (1.20), source/server.c (1.22), source/tags.c (1.52), source/text.c
1704         (1.45), source/textBuf.c (1.29), source/textBuf.h (1.15),
1705         source/textDisp.c (1.54), source/textDisp.h (1.24), source/window.c
1706         (1.87), util/check_lin_tif.c (1.7), util/getfiles.c (1.27),
1707         util/misc.c (1.60), util/prefFile.c (1.20), util/system.h (1.13):
1708         Merged 5.4 release branch with main trunk.
1710 2003-11-20 18:37  edg
1712         * ReleaseNotes, source/nc.c, source/server.c (BETA-5-4.[6,5,3])
1713         (utags: REL-5-4): Fix for nc -lm and -geometry command line options
1714         being dropped in some cases.
1716 2003-11-19 17:22  edg
1718         * Makefile (tags: REL-5-4) (BETA-5-4.5): 5.4RC2 -> 5.4.
1720 2003-11-19 13:50  edg
1722         * ChangeLog (tags: REL-5-4) (BETA-5-4.3): Regenerated (cvs2cl.pl -b
1723         -r -t --accum --gmt).
1725 2003-11-19 13:44  edg
1727         * README (tags: REL-5-4), ReleaseNotes, source/help_data.h (tags:
1728         REL-5-4), source/help_topic.h (tags: REL-5-4) (BETA-5-4.[7,5,9,6]):
1729         Bumped version number to 5.4.
1731 2003-11-18 15:11  edg
1733         * source/menu.c (1.81): Fix for SF bug #844395: SGI_CUSTOM overtype
1734         crash.
1736 2003-11-18 12:16  edg
1738         * util/fileUtils.c (1.31): Decreased the threshold for MAC file
1739         format detection to 1 carriage return instead of 2.
1741 2003-11-17 10:13  edg
1743         * util/prefFile.c (BETA-5-4.1): Fix for nc crash on VMS (Michael
1744         Smith).
1746 2003-11-16 13:50  yooden
1748         * doc/help.etx (1.51): Fixed wrong documentation of $sub_sep,
1749         pointed out by Jörg Fischer.
1751 2003-11-14 23:46  yooden
1753         * source/: file.c (1.69), smartIndent.c (1.29): Fixes two small
1754         bugs: Wrong block and wrong argc.
1756 2003-11-14 00:19  n8gray
1758         * README, makefiles/Makefile.macosx (BETA-5-4.[6,2]): Reworked the
1759         OS X makefile and added a note about building on OS X to the
1760         README.
1762 2003-11-13 07:09  n8gray
1764         * util/check_lin_tif.c (BETA-5-4.7): Changed error/warning messages
1765         to be non-Linux-centric.
1767 2003-11-08 00:15  yooden
1769         * source/file.c (1.68): Changes typo in resource name.
1771 2003-11-07 17:27  edg
1773         * doc/help.etx, source/help_data.h, source/macro.c
1774         (BETA-5-4.[9,8,4]): Removed the bogus rgb values from the array
1775         returned by get_pattern_by_name().  Prevented the special "top"
1776         pattern from showing up in the array returned by
1777         get_style_at_pos().  Various minor code cleanups and comment fixes.
1778          (Mostly contributed by Tony Balinski).
1780 2003-11-03 16:31  edg
1782         * doc/help.etx, source/help_data.h, source/highlight.c,
1783         source/highlight.h, source/macro.c (BETA-5-4.[8,7,1,1,3]): Changed
1784         the "extension" field returned by get_pattern_at_pos() to "extent"
1785         and added an "extent" field to the return value of
1786         get_style_at_pos().
1788 2003-10-24 15:29  edg
1790         * doc/help.etx (BETA-5-4.7): Typo fix (Yury).
1792 2003-10-24 10:51  edg
1794         * doc/help.etx (1.50), source/help_data.h (1.48), source/text.c
1795         (1.44): Extended scroll_down() and scroll_up() such that one can
1796         specify a scroll unit (lines or pages, default: lines) and
1797         corrected the behaviour for CTRL + mouse wheel (scrolling no longer
1798         moves the cursor nor destroys the selection).
1800 2003-10-22 20:05  tringali
1802         * source/help.c (1.96), source/highlightData.c (1.55),
1803         source/nedit.c (1.50), source/nedit.h (1.40), source/preferences.c
1804         (1.100), source/smartIndent.c (1.28), source/textSel.c (1.13),
1805         source/userCmds.c (1.33), source/window.c (1.86),
1806         util/check_lin_tif.c (1.6), util/misc.c (1.59), util/misc.h (1.20):
1807         Changed widget hierarchy so we have a single (hidden) top-level
1808         application shell.  All the top-level windows (editors, syntax,
1809         macros, etc.) are now TopLevelShell children of the application
1810         shell.  This is the standard way of structuring multiple-window
1811         applications, and we've been standing on our heads trying to work
1812         around problems the old approach causes (no visual propogation to
1813         children, no way to address types of top-level windows by name in
1814         resources, session management bugs, etc).  Some advanced X resource
1815         customizations may need to change, but for the better, I think.
1817 2003-10-20 16:38  tringali
1819         * source/interpret.c (tags: BETA-5-4-RC2) (BETA-5-4.1): Change
1820         #define to be in column 0; some compilers will not accept this
1821         indented.
1823 2003-10-20 13:59  edg
1825         * ChangeLog (tags: BETA-5-4-RC2) (BETA-5-4.2): Regenerated
1826         (cvs2cl.pl -b -r -t --accum  --gmt).
1828 2003-10-20 08:29  edg
1830         * doc/nc.man, doc/nedit.man, source/help_data.h,
1831         source/help_topic.h (BETA-5-4.[2,2,6,5]) (utags: BETA-5-4-RC2):
1832         Regenerated for 5.4RC2.
1834 2003-10-20 08:25  edg
1836         * doc/Makefile (tags: BETA-5-4-RC2) (BETA-5-4.2): Use double suffix
1837         rule for man page generation iso. GNU make extension.
1839 2003-10-15 23:08  yooden
1841         * doc/help.etx, source/help_data.h, source/help_topic.h,
1842         source/nc.c (BETA-5-4.[6,5,4,4]): New documentation for nc.
1844 2003-10-14 10:56  edg
1846         * doc/: nc.man, nedit.man (BETA-5-4.[1,1]): Regenerated.
1848 2003-10-14 10:54  edg
1850         * doc/nedit.pod (1.1): file nedit.pod was initially added on branch
1851         BETA-5-4.
1853 2003-10-14 10:54  edg
1855         * doc/nc.pod (1.1): file nc.pod was initially added on branch
1856         BETA-5-4.
1858 2003-10-14 10:54  edg
1860         * doc/: Makefile, nc.pod, nedit.pod (BETA-5-4.[1,1,1]): Added man
1861         pages in pod format and automatic pod to man page translation.
1863 2003-10-09 15:29  tringali
1865         * util/system.h (BETA-5-4.1): Recognize ia64, cygwin, x86-64,
1866         win32, unixware.
1868 2003-10-09 09:23  edg
1870         * source/nc.c (BETA-5-4.3): Fix for SF #820491: nc -ask hangs when
1871         the user cancels the server startup.
1873 2003-10-02 07:27  edg
1875         * doc/setext (BETA-5-4.2): More HTML generation improvements
1876         (Steven Haehn).
1878 2003-10-01 11:34  edg
1880         * doc/setext (BETA-5-4.1): Bug fixes in HTML generation (Andrew
1881         Hood).
1883 2003-09-28 15:05  edg
1885         * Makefile, README, ReleaseNotes (BETA-5-4.[4,5,4]): 5.4RC2
1886         updates.
1888 2003-09-28 15:03  edg
1890         * doc/NEdit.ad (BETA-5-4.2): Removed trailing whitespace.
1892 2003-09-28 15:03  edg
1894         * makefiles/: Makefile.bsdi, Makefile.freebsd, Makefile.netbsd,
1895         Makefile.openbsd (BETA-5-4.[1,1,1,1]): Added Motif/Lesstif version
1896         check.
1898 2003-09-28 14:18  edg
1900         * makefiles/Makefile.ccur, makefiles/Makefile.generic,
1901         makefiles/Makefile.solaris, source/file.c (BETA-5-4.[1,1,1,4]):
1902         Made USE_ACCESS the default (there's no security risk in the way we
1903         use access()). See also SF #782518.
1905 2003-09-28 14:11  edg
1907         * doc/NEdit.ad (BETA-5-4.1): Updated resources to 5.4.
1909 2003-09-28 14:10  edg
1911         * source/nc.c (BETA-5-4.2): Typo fix: noAsk -> noask.
1913 2003-09-26 19:45  yooden
1915         * source/menu.c (BETA-5-4.3): Removes some references to the old
1916         NEdit file history file name.
1918 2003-09-12 18:24  tringali
1920         * README (BETA-5-4.4): Updates for 5.4
1922 2003-09-08 17:08  edg
1924         * ChangeLog (BETA-5-4.1): Regenerated (cvs2cl.pl -b -r -t --accum
1925         --gmt).
1927 2003-09-08 17:03  edg
1929         * source/rangeset.c (BETA-5-4.5): Fixed integer overflow that
1930         caused infinite loops.
1932 2003-08-26 09:59  edg
1934         * source/rangeset.c (BETA-5-4.4): Crash fix: rangeset name field
1935         not initialized.  Other: rangeset table list field not initialized
1936         (unpredictable first label).
1938 2003-08-24 20:07  yooden
1940         * source/highlightData.c (1.54): Fixed small bug in Shell pattern
1941         set.
1943 2003-08-24 19:02  yooden
1945         * source/highlightData.c (BETA-5-4.3): Changed macro pattern from
1946         accomodate new highlighting information functions.
1948 2003-08-22 16:24  edg
1950         * source/file.c (BETA-5-4.3): Fix for SF bug #792447: "modified by
1951         external..." and directories.
1953 2003-08-21 10:50  edg
1955         * source/file.c (BETA-5-4.2): Moved some statements to avoid
1956         polluting errno before displaying an error dialog.
1958 2003-08-21 06:41  n8gray
1960         * doc/help.etx, source/help_data.h, source/help_topic.h
1961         (BETA-5-4.[5,4,3]): Fixed help lines WRT -foreground and -background 
1962         command-line options.  Also noticed that help text for new rangeset 
1963         API was never generated.
1965 2003-08-15 21:58  n8gray
1967         * source/preferences.c (BETA-5-4.5): Also migrate old colors if
1968         there's no config file.
1970 2003-08-14 22:06  slobasso
1972         * source/menu.c, util/check_lin_tif.c (BETA-5-4.[2,6]): fix
1973         warnings
1975 2003-08-13 23:34  slobasso
1977         * source/nedit.h (BETA-5-4.1): adjust constant for more menu items
1979 2003-08-13 16:22  edg
1981         * source/text.c (BETA-5-4.2): Make KP_Enter behave as Enter
1982         (Execute Command Line used to be bound to KP_Enter but is now bound
1983         to Ctrl+KP_Enter).  (I tried to abort my previous commit when I
1984         realized there was a potential problem, but I failed. Sorry.)
1986 2003-08-13 16:03  edg
1988         * source/text.c (BETA-5-4.1): [no log message]
1990 2003-08-13 16:01  edg
1992         * source/file.c (BETA-5-4.1): Fix for SF bugs #782513: Clicking in
1993         text area requires save and #784442: NEdit thinks unchanged windows
1994         need save.  Additionally: drop read-only attribute when file goes
1995         missing.
1997 2003-08-12 11:47  edg
1999         * source/server.c (BETA-5-4.2): Last commit was a fix for SF bug
2000         #785738: "nc -do ..." creates extra window.
2002 2003-08-12 11:43  edg
2004         * source/server.c (BETA-5-4.1): Avoid creating extra windows when
2005         using "nc -do ..." (Arne).
2007 2003-08-08 16:24  slobasso
2009         * source/rangeset.c (BETA-5-4.3): Only text changes where the text
2010         is actually changed result in ranges being adjusted. This includes
2011         changing hardware tab size.
2013 2003-08-08 16:20  slobasso
2015         * source/window.c (1.85): marks no longer get deleted when hardware
2016         tab size is changed.
2018 2003-08-07 04:42  slobasso
2020         * doc/help.etx, source/macro.c (BETA-5-4.[4,2]): split
2021         get_pattern() and get_style() into get_pattern_by_name(),
2022         get_pattern_at_pos(), get_style_by_name(), and get_style_at_pos()
2024 2003-08-04 22:32  slobasso
2026         * doc/help.etx (BETA-5-4.3): Fix mistake with
2027         rangeset_get_by_name() parameter list.
2029 2003-08-03 17:38  yooden
2031         * source/highlightData.c (1.53), source/menu.c (1.80),
2032         source/preferences.c (1.99), source/preferences.h (1.36),
2033         util/managedList.c (1.13): Removes some unsused functions, function
2034         parameters and fixes a typo.
2036 2003-08-02 21:03  yooden
2038         * source/highlightData.c (BETA-5-4.2): Adds new functions
2039         rangeset_get_by_name() and rangeset_set_name() to the NEdit Macro
2040         syntax highlighting pattern set.
2042 2003-08-01 01:26  n8gray
2044         * source/: textDisp.c, textDisp.h, window.c (BETA-5-4.[1,1,1]):
2045         This should fix the problem where new panes didn't get the correct
2046         colors.  It feels to me like there should be a better way to do
2047         this.
2049 2003-07-31 22:35  n8gray
2051         * source/tags.c (BETA-5-4.1): Fixed error parsing alias blocks in
2052         calltips files.
2054 2003-07-29 17:54  slobasso
2056         * doc/help.etx, source/macro.c, source/rangeset.c,
2057         source/rangeset.h (BETA-5-4.[2,1,2,1]): add name to rangesets and
2058         fix several int/string implicit conversions
2060 2003-07-27 21:37  edg
2062         * util/getfiles.c (BETA-5-4.1): Workaround for Lesstif's "frozen
2063         windows" bug (new windows opened via File->Open dialog are left
2064         without grabs).
2066 2003-07-27 10:03  edg
2068         * source/macro.c (1.73): Another Lesstif Escape key workaround
2069         (list dialog) by Oliver Schmidt.
2071 2003-07-25 14:12  tringali
2073         * source/preferences.c (BETA-5-4.4): Don't save
2074         undoModifiesSelection
2076 2003-07-25 06:50  tksoh
2078         * source/file.c (1.67), util/getfiles.c (1.26), util/misc.c (1.58):
2079         make file-selection dialog modeless when linking to Lesstif, as
2080         workaround for Lesstif bug #566315 - window opened with open-file
2081         dialog ingores all input.
2083 2003-07-24 06:07  n8gray
2085         * source/preferences.c (BETA-5-4.3): Added separator in Colors
2086         dialog and changed buttons so they resize as expected.
2088 2003-07-24 00:21  tringali
2090         * source/nc.c (BETA-5-4.1): update version to 5.4
2092 2003-07-18 15:14  edg
2094         * source/macro.c (1.72), source/shell.c (1.26), util/DialogF.c
2095         (1.28): Applied SF patch #771878: Escape cancels all dialogs.
2097 2003-07-17 11:24  edg
2099         * source/search.c (1.60): Minor Lesstif keyboard focus problem
2100         workaround (Oliver Schmidt).
2102 2003-07-11 10:39  edg
2104         * source/highlightData.c (tags: BETA-5-4-RC1) (BETA-5-4.1):
2105         Thorsten's latest revision of the NEdit Macro patterns (I'm only
2106         acting as an SF proxy).
2108 2003-07-10 18:21  n8gray
2110         * util/check_lin_tif.c (tags: BETA-5-4-RC1) (BETA-5-4.5): Added OM
2111         2.2.3 and LT 0.93.44 to known-bad versions.
2113 2003-06-27 19:55  n8gray
2115         * util/check_lin_tif.c (BETA-5-4.4): Removed the Motif 1.2 vs Motif
2116         2.1 detection in lesstif.  Also changed message that gets printed
2117         when non-lesstif motif is detected to include possibility of OSF
2118         Motif.
2120 2003-06-27 17:49  tringali
2122         * source/nedit.c (tags: BETA-5-4-RC1) (BETA-5-4.1): Stronger locale
2123         checking: handle setting of UTF8 by LC_CTYPE, LC_ALL, LANG and/or
2124         the language via the -xnllanguage switch.
2126 2003-06-27 07:24  edg
2128         * util/misc.c (tags: BETA-5-4-RC1) (BETA-5-4.1): Crash fix for
2129         OpenMotif radio button bug workaround.
2131 2003-06-23 19:44  n8gray
2133         * util/check_lin_tif.c (BETA-5-4.3): Adding all versions of Lesstif
2134         from 0.93.25 to 0.93.41 to known-bad list.
2136 2003-06-23 05:30  n8gray
2138         * util/check_lin_tif.c (BETA-5-4.2): Adding Lesstif 0.93.{36,40} to
2139         the known-bad versions list.
2141 2003-06-22 00:42  n8gray
2143         * doc/help.etx, source/help_data.h, source/help_topic.h
2144         (BETA-5-4.[1,3,2]) (utags: BETA-5-4-RC1): Put my name in the
2145         Written By credits.
2147 2003-06-21 03:02  tringali
2149         * README, ReleaseNotes (BETA-5-4.[3,3]) (utags: BETA-5-4-RC1):
2150         Closed out a pile of bugs.
2152 2003-06-20 21:43  slobasso
2154         * source/: menu.c, search.c, search.h (BETA-5-4.[1,1,1]) (utags:
2155         BETA-5-4-RC1): fixed bug introduced when patch #734202 was merged
2157 2003-06-18 09:54  edg
2159         * source/: rangeset.c, textBuf.c, textBuf.h (BETA-5-4.[1,1,1])
2160         (utags: BETA-5-4-RC1): Fix for rangeset display update bug.
2162 2003-06-16 09:38  edg
2164         * Makefile (tags: BETA-5-4-RC1) (BETA-5-4.3): Renegerating
2165         nedit.doc and nedit.html was a bad idea. Better put them in the
2166         source tarball.
2168 2003-06-16 09:12  edg
2170         * README, ReleaseNotes, source/help_data.h (BETA-5-4.[2,2,2]):
2171         5.4beta -> 5.4BETA
2173 2003-06-16 08:57  edg
2175         * Makefile (BETA-5-4.2): Make sure that nedit.doc and nedit.html
2176         are up-to-date for the dist-bin target.
2178 2003-06-16 08:56  edg
2180         * source/preferences.c (tags: BETA-5-4-RC1) (BETA-5-4.2): Made the
2181         5.4 preference migration conditional.
2183 2003-06-16 08:38  edg
2185         * README, ReleaseNotes (BETA-5-4.[1,1]): Updated time stamps.
2187 2003-06-16 08:38  edg
2189         * source/: help_data.h, help_topic.h (BETA-5-4.[1,1]): Regenerated
2190         to get proper time stamps and 5.4beta label.
2192 2003-06-16 08:36  edg
2194         * Makefile (BETA-5-4.1): Make the build stop when the verify_config
2195         test fails.
2197 2003-06-16 08:35  edg
2199         * util/check_lin_tif.c (BETA-5-4.1): Warning fixes.
2201 2003-06-12 17:35  edg
2203         * makefiles/Makefile.macosx (tags: BETA-5-4-RC1) (BETA-5-4.1):
2204         Added an alternative set of CFLAGS and LIBS for building with Fink
2205         (disabled by default) and added the check_tif rule (Joerg).
2207 2003-06-11 02:45  tksoh
2209         * source/preferences.c (BETA-5-4.1): fixed title in Save
2210         Preferences dialog.
2212 2003-06-08 21:05  edg
2214         * ChangeLog (1.34, BETA-5-4-RC1): Regenerated (cvs2cl.pl -b -r -t
2215         --accum --gmt).
2217 2003-06-06 18:04  edg
2219         * source/: rangeset.c (1.7), textBuf.c (1.28): Fixed a rangeset
2220         implementation flaw that caused all kinds of memory leaks in
2221         different places. Buffers should not have rangeset modification
2222         callbacks when there are no rangesets attached.
2224 2003-06-06 17:13  edg
2226         * util/misc.c (1.57): Window group hints leak fixes.
2228 2003-06-06 17:07  edg
2230         * source/nedit.c (1.49): Use proper resource class name to avoid
2231         uninitialized memory read.
2233 2003-06-06 17:06  edg
2235         * util/misc.h (1.19), ReleaseNotes (1.22), source/search.c (1.59),
2236         util/misc.c (1.56): Workaround for OpenMotif radio button bug (SF
2237         #678198).  (Tested with 6 different Motif flavours/versions).
2239 2003-06-05 22:01  n8gray
2241         * doc/help.etx (1.49), source/help_data.h (1.47),
2242         source/help_topic.h (1.40), source/macro.c (1.71): Changed
2243         calltip() so that "tipKey", "tagKey", and "tipText" are
2244         position-independent optional arguments.  .  WARNING: This WILL
2245         break any existing calltip calls with more than one argument!!!  A
2246         call like calltip(foo, "tipText", pos, bar, ...) needs to be
2247         changed to calltip(foo, pos, "tipText", bar, ...) and calltip(foo,
2248         "tipText") needs to be changed to calltip(foo, -1, "tipText").
2250 2003-06-04 15:34  slobasso
2252         * source/: preferences.c (1.98), window.c (1.84): remove unused
2253         variables
2255 2003-06-02 15:18  edg
2257         * source/menu.c (1.79): Fixed wrong title in Exit dialog.
2259 2003-05-29 21:07  tringali
2261         * util/fontsel.h (1.9): Match function declaration to definition
2263 2003-05-28 08:26  edg
2265         * source/preferences.c (1.97): Added an automatic upgrade routine
2266         for the changed "wc" shell command.
2268 2003-05-27 22:32  yooden
2270         * source/preferences.c (1.96): Replaces csh-specific scriptlet with
2271         awklet.
2273 2003-05-27 21:31  tringali
2275         * source/window.c (1.83): Propogate colors to new windows on
2276         opening (744294)
2278 2003-05-27 15:55  edg
2280         * source/preferences.c (1.95): Automatically add Identifier2 text
2281         drawing style when upgrading to 5.4.
2283 2003-05-26 09:10  edg
2285         * ChangeLog (1.33): Regenerated (cvs2cl.pl -b -r -t --accum --gmt).
2287 2003-05-26 09:07  edg
2289         * ReleaseNotes (1.21): Added bugs #559902, 561659, 526981, and
2290         582469.
2292 2003-05-26 08:16  edg
2294         * source/search.c (1.58): Committed SF patch #559902: Show Matching
2295         Range Bugfix (Tom Heathcote).
2297 2003-05-25 15:55  edg
2299         * doc/help.etx (1.48), source/help_data.h (1.46),
2300         source/help_topic.h (1.39), source/highlightData.c (1.52),
2301         source/macro.c (1.70), source/menu.c (1.78), source/preferences.c
2302         (1.94), source/preferences.h (1.35): Removed and disabled some of
2303         the backlighting functionality and marked it as being experimental
2304         (for the 5.4 release).
2306 2003-05-24 19:15  tringali
2308         * source/: menu.c (1.77), nedit.h (1.39), preferences.c (1.93),
2309         preferences.h (1.34), window.c (1.82): Simplified the color dialog
2310         box so that all colors are global.  Plug some leaks when parsing
2311         color names.  Table-drive color settings to reduce duplicate code.
2313 2003-05-24 18:36  tringali
2315         * util/check_lin_tif.c (1.5): Allow Motif 2.1.x instead of just
2316         update level 30.  We've delivered NEdit with these configurations
2317         and they work fine.
2319 2003-05-24 13:11  yooden
2321         * source/highlightData.c (1.51): Fixed missing escape in NEdit
2322         Macro highlighting pattern.
2324 2003-05-23 14:27  tringali
2326         * source/nedit.c (1.48): Avoid a crash when trying to drag widgets
2327         (not text) in non-default visual.  This appears to be a OSF Motif
2328         bug so we just disable dragging entirely.  Not a great solution.
2330 2003-05-23 10:58  edg
2332         * ReleaseNotes (1.20): Added bug #715767.
2334 2003-05-23 07:48  edg
2336         * source/preferences.c (1.92): Removed autoload.nm from NEdit macro
2337         recognition patterns again (covered by .nm) and made the upgrade
2338         routines also work for people who already upgraded to the post-5.3
2339         preference format.
2341 2003-05-22 22:12  yooden
2343         * source/: preferences.c (1.91), highlightData.c (1.50): New
2344         version of NEdit Macro syntax highlighting patterns.
2346 2003-05-22 22:00  edg
2348         * source/highlightData.c (1.49): Small update to the Python
2349         highlighting patterns (due to changed delimiters).
2351 2003-05-22 21:56  edg
2353         * source/preferences.c (1.90): Defined a non-default set of
2354         delimiters for Python mode.  Added autoload.nm to the recognition
2355         patterns for NEdit Macro mode.  Added nedit.rc to the recognition
2356         patterns for X Resources mode.  Added a 5.3 to 5.4 upgrade routine
2357         for the 3 changes above.
2359 2003-05-20 05:41  n8gray
2361         * source/macro.c (1.69): Committing Tom Heathcote's minor rangeset
2362         patch.  If it breaks everything blame him.  :-)
2364 2003-05-20 00:27  n8gray
2366         * Makefile (1.11), makefiles/Makefile.aix (1.7),
2367         makefiles/Makefile.bsdi (1.5), makefiles/Makefile.ccur (1.5),
2368         makefiles/Makefile.convex (1.5), makefiles/Makefile.cygwin (1.7),
2369         makefiles/Makefile.dcosx (1.5), makefiles/Makefile.dec (1.6),
2370         makefiles/Makefile.depend (1.5), makefiles/Makefile.freebsd (1.5),
2371         makefiles/Makefile.generic (1.10), makefiles/Makefile.hpux (1.5),
2372         makefiles/Makefile.linux (1.11), makefiles/Makefile.lynx (1.6),
2373         makefiles/Makefile.m88k.svr4 (1.5), makefiles/Makefile.macosx
2374         (1.4), makefiles/Makefile.netbsd (1.5), makefiles/Makefile.openbsd
2375         (1.3), makefiles/Makefile.os2 (1.14), makefiles/Makefile.osf (1.6),
2376         makefiles/Makefile.qnx (1.3), makefiles/Makefile.reliant (1.5),
2377         makefiles/Makefile.sco (1.6), makefiles/Makefile.sgi (1.5),
2378         makefiles/Makefile.solaris (1.9), makefiles/Makefile.sunos (1.5),
2379         makefiles/Makefile.superux (1.5), makefiles/Makefile.uhc (1.5),
2380         makefiles/Makefile.ultrix (1.5), makefiles/Makefile.unicos (1.7),
2381         makefiles/Makefile.unixware (1.6), util/Makefile.common (1.8),
2382         util/check_lin_tif.c (1.4): Added verify_config target to all
2383         Makefiles.  On most platforms it does nothing, but on Linux it
2384         triggers a check of the *tif version.  This should also probably be
2385         enabled on openbsd, freebsd, and any other platform where
2386         OpenMotif/Lesstif use is common, but I'll leave that to people more
2387         familiar with those platforms.
2389 2003-05-19 21:55  slobasso
2391         * source/highlightData.c (1.48): Adjusted Nedit Macro Language
2392         highlighting: removed delete from actions and added to keywords and
2393         added the following items Variables: calltip_ID Macro Routines:
2394         calltip, kill_calltip Actions: focus_pane, unload_tags_file,
2395         goto_matching, select_to_matching,    set_auto_indent,
2396         set_em_tab_dist, set_fonts, set_highlight_syntax,   
2397         set_incremental_backup, set_incremental_search_line, set_locked,   
2398         set_make_backup_copy, set_overtype_mode, set_show_line_numbers,   
2399         set_show_matching, set_match_syntax_based, set_statistics_line,   
2400         set_tab_dist, set_use_tabs, set_wrap_margin, set_wrap_text
2402 2003-05-19 08:03  edg
2404         * doc/help.etx (1.47), source/help_data.h (1.45),
2405         source/help_topic.h (1.38): Added missing replace_all()
2406         documentation (Tom Heathcote) and removed the "experimental"
2407         classification for smart indent.
2409 2003-05-18 20:05  edg
2411         * source/: nedit.c (1.47), nedit.h (1.38): Workaround for KDE's
2412         FONTLIST bug (and for the various BACKGROUND and FOREGROUND
2413         resource values).
2415 2003-05-16 17:15  n8gray
2417         * util/check_lin_tif.c (1.3): Added 92.32 to known-good LessTif.
2418         
2419         Feel free to do this yourselves!  :-)  It's pretty easy to do.
2421 2003-05-16 16:58  edg
2423         * source/highlightData.c (1.47): Updated Python patterns (no
2424         updated delimiters yet).
2426 2003-05-16 16:51  slobasso
2428         * util/.cvsignore (1.2): added check_lin_tif
2430 2003-05-16 16:50  slobasso
2432         * source/nedit.c (1.46): removed unused variable warning
2434 2003-05-16 16:47  slobasso
2436         * source/: text.c (1.43), text.h (1.17), textDisp.c (1.53),
2437         textDisp.h (1.23): re-commit graphics expose code and added window
2438         obscurred hack back in that was erroneously removed. This should
2439         put us back where we were without reintroducing a bug that was
2440         fixed.
2442 2003-05-16 15:11  tringali
2444         * source/: text.c (1.42), text.h (1.16), textDisp.c (1.52),
2445         textDisp.h (1.22): Removed explicit handling of GraphicsExpose
2446         events that was causing incomplete redraws, reverting to older
2447         algorithm.  (I've extracted the code into a patch and will post it
2448         back on SF to address the problem it was trying to fix.)
2450 2003-05-16 13:47  tringali
2452         * util/misc.c (1.55): Fix for missing icons (via C. Rasmussen)
2454 2003-05-16 05:23  tksoh
2456         * source/window.c (1.81): Fix for SF bug #715767: remaining panes
2457         resized incorrectly after closing a splitpane.
2459 2003-05-15 19:47  n8gray
2461         * util/check_lin_tif.c (1.2): Modified copyright notice to be more
2462         consistent with the rest of NEdit.
2464 2003-05-15 19:42  n8gray
2466         * Makefile (1.10), makefiles/Makefile.linux (1.10),
2467         source/Makefile.common (1.15), source/help.c (1.95),
2468         util/Makefile.common (1.7), util/check_lin_tif.c (1.1): Added code
2469         to detect the version of Motif/Lesstif being built against and
2470         complain if it's known-bad or unknown.  There's probably room for
2471         improvement in both the build and detection portions of this code.
2473 2003-05-15 07:36  edg
2475         * ChangeLog (1.32): Regenerated (please only update with cvs2cl.pl
2476         -b -r -t --accum --gmt).
2478 2003-05-15 07:33  edg
2480         * source/parse_noyacc.c (1.7): Copied the recent modifications of
2481         parse.y.
2483 2003-05-14 19:12  n8gray
2485         * ChangeLog (1.31): Isn't there a way to generate or update this
2486         automatically with CVS?
2488 2003-05-14 19:08  n8gray
2490         * source/parse.y (1.26): Comments don't eat backslash-escaped
2491         newlines, so this is legal:    t_print("Hello " # This is a common
2492         greeting \            "world"  # This is the recipient of the
2493         greeting \            "\n")    # This is a newline character
2495 2003-05-04 23:54  yooden
2497         * source/macro.c (1.67): Removed some second level leftovers from
2498         the old Highlighting API.
2500 2003-05-04 13:20  yooden
2502         * doc/help.etx (1.46), source/file.c (1.64), source/help_data.h
2503         (1.43), source/help_topic.h (1.36), source/menu.c (1.75): Fixes SF
2504         #617840: Append Line Feed on Save The buffer now reflects that a
2505         line is added on save.
2507 2003-05-03 22:45  yooden
2509         * doc/help.etx (1.45), source/help_data.h (1.42),
2510         source/help_topic.h (1.35), source/macro.c (1.66): Removes old
2511         Highlighting Information API; fixes some inconsistencies in the
2512         Highlighting Information API; adds deprecated section to macro
2513         section in online help.
2515 2003-05-03 09:15  edg
2517         * util/misc.c (1.54): Made translation table for mouse wheel
2518         static, as suggested by Scott.
2520 2003-05-02 19:19  edg
2522         * source/highlightData.c (1.45), source/nedit.c (1.45),
2523         source/search.c (1.56), source/shell.c (1.25), source/smartIndent.c
2524         (1.26), source/userCmds.c (1.32), util/fontsel.c (1.25),
2525         util/getfiles.c (1.25), util/managedList.c (1.12), util/misc.c
2526         (1.53), util/misc.h (1.18): Committed SF #715941: File dialog wheel
2527         support (generalized to all scrolled widgets, except main text
2528         area, which already had support).
2530 2003-05-02 18:25  edg
2532         * source/rangeset_fn.h (1.4): Obsolete due to new rangeset API.
2534 2003-05-02 18:18  edg
2536         * doc/help.etx (1.44), makefiles/Makefile.depend (1.4),
2537         source/Makefile.dependencies (1.21), source/help_data.h (1.41),
2538         source/help_topic.h (1.34), source/highlightData.c (1.44),
2539         source/macro.c (1.65), source/rangeset.c (1.4), source/rangeset.h
2540         (1.2), source/rangeset_fn.h (1.3), source/textBuf.c (1.27),
2541         source/textBuf.h (1.14), source/textDisp.c (1.50),
2542         util/Makefile.dependencies (1.7): Committed patch #628933: New
2543         rangeset API. (Including the fix of SF #728988: rangeset_add of
2544         empty range works - bad!) Users of range sets will have to update
2545         their macros.
2547 2003-04-24 17:20  edg
2549         * source/menu.c (1.74): Crash fix: setting NEDIT_HOME to /dev/null
2550         caused a coredump because the PrevOpen array never got initialized
2551         in that case.
2553 2003-04-24 11:47  edg
2555         * source/nedit.c (1.44), util/DialogF.c (1.27), util/DialogF.h
2556         (1.9), util/fileUtils.c (1.30): Various fixes related to SF
2557         #488412: doOpen() flaws.
2559 2003-04-24 08:57  edg
2561         * source/highlightData.c (1.43): Updated LaTeX highlight patterns
2562         provided by Joerg (SF #607072: Syntax highlight failure in LaTeX).
2564 2003-04-24 08:26  edg
2566         * source/menu.c (1.73): Fix for SF #726325: goto_line_number only
2567         accepts 1 arg
2569 2003-04-18 01:07  n8gray
2571         * source/calltips.c (1.5), source/calltips.h (1.2),
2572         source/help_data.h (1.40), source/help_topic.h (1.33),
2573         source/text.c (1.40), source/text.h (1.15), source/textDisp.c
2574         (1.49), source/textDisp.h (1.21), source/textP.h (1.8),
2575         doc/help.etx (1.43): Setting "nedit*background: blue" should not
2576         change the background of calltips.  This change makes calltips get
2577         their colors from nedit*calltipForeground and
2578         nedit*calltipBackground.
2580 2003-04-17 21:46  n8gray
2582         * source/: nedit.c (1.43), nedit.h (1.37), preferences.c (1.88),
2583         text.c (1.39): Applied color migration patch.  IMPORTANT:  Remember
2584         to move the call to migrateColorResources into the "convert to 5.4"
2585         area before releasing 5.4!!!
2587 2003-04-17 09:03  edg
2589         * source/: macro.c (1.64), smartIndent.c (1.25): Fix for SF
2590         #602336: Wrong Initialization Order and SF #628552: Startup
2591         sequence. Macro file is now loaded before smart indent macros are
2592         processed.
2594 2003-04-15 23:03  yooden
2596         * source/help.c (1.92): Whitespace only.
2598 2003-04-15 20:00  yooden
2600         * doc/help.etx (1.42), source/help_data.h (1.39),
2601         source/help_topic.h (1.32): Small documentation fixes.
2603 2003-04-10 20:28  edg
2605         * source/calltips.c (1.4), util/misc.c (1.52), util/misc.h (1.17):
2606         Fix for SF #602260: Calltips crashes. Calltip popup shells now
2607         inherit the proper visual and color depth.
2609 2003-04-10 20:08  tringali
2611         * source/help.c (1.91): Help text was allocating colors
2612         incorrectly, making help text invisible when running with a
2613         non-default Visual.  Don't assume "black" is help text color!
2615 2003-04-10 18:47  tringali
2617         * source/: text.c (1.38), text.h (1.14), textP.h (1.7), window.c
2618         (1.80): Fix upside-down GetPrefTypingHidesPointer dependency -- the
2619         window code should be setting into the text widget, instead of the
2620         text widget getting it directly from preferences.
2622 2003-04-10 18:39  tringali
2624         * source/parse.y (1.24): #include <stdlib.h> to avoid warnings on
2625         some systems about no malloc proto.
2627 2003-04-10 18:37  tringali
2629         * util/utils.c (1.20): Don't quit if getpwuid() fails.  It can fail
2630         if some nameservices are not responding through no fault of the
2631         user.
2633 2003-04-10 17:58  edg
2635         * source/Makefile.dependencies (1.20): Updated dependencies.
2637 2003-04-10 17:37  edg
2639         * util/DialogF.c (1.26): Warning fix.
2641 2003-04-10 09:39  edg
2643         * source/file.c (1.63): Added some missing fclose() calls in
2644         IncludeFile().
2646 2003-04-09 14:56  edg
2648         * source/file.c (1.62): Aaargh. Another few missing commas.
2650 2003-04-09 14:53  edg
2652         * source/file.c (1.61): Added another few missing commas in DialogF
2653         calls.
2655 2003-04-09 13:52  edg
2657         * source/file.c (1.60): Added missing comma in DialogF call.
2659 2003-04-08 23:47  yooden
2661         * source/help.c (1.90): Added one missing DialogF() title.
2663 2003-04-08 08:54  edg
2665         * source/: highlight.c (1.41), menu.c (1.72), preferences.c (1.87),
2666         smartIndent.c (1.24): Fixed indentation inconsistencies and dialog
2667         title typos.
2669 2003-04-07 22:51  yooden
2671         * source/file.c (1.59), source/highlight.c (1.40),
2672         source/highlightData.c (1.42), source/macro.c (1.63), source/menu.c
2673         (1.71), source/preferences.c (1.86), source/search.c (1.55),
2674         source/selection.c (1.24), source/shell.c (1.24), source/shift.c
2675         (1.14), source/smartIndent.c (1.23), source/tags.c (1.49),
2676         source/userCmds.c (1.31), util/DialogF.c (1.25), util/DialogF.h
2677         (1.8), util/fileUtils.c (1.29), util/fontsel.c (1.24), util/misc.c
2678         (1.51), util/printUtils.c (1.22): The Sore Hands Patch: Added
2679         dialog title to DialogF().
2681 2003-04-06 00:46  yooden
2683         * source/highlightData.c (1.41), source/macro.c (1.62),
2684         source/menu.c (1.70), source/preferences.c (1.85),
2685         source/smartIndent.c (1.22), source/userCmds.c (1.30),
2686         util/printUtils.c (1.21): Some changed dialog titles, error
2687         messages and general code beautification.
2689 2003-04-03 19:05  jlous
2691         * source/file.c (1.58), source/macro.c (1.61), source/nedit.h
2692         (1.36), source/preferences.c (1.84), source/window.c (1.79),
2693         util/fileUtils.c (1.28), util/fileUtils.h (1.10), util/prefFile.c
2694         (1.19): Committing patch 621211, accepting foreign linebreaks in
2695         prefs- and macro files.
2697 2003-04-03 15:45  edg
2699         * source/window.c (1.78): Fix for SF #713780: flickers during macro
2700         execution. (Uwe Lehnert)
2702 2003-03-26 16:36  edg
2704         * source/textDisp.c (1.48): Reverted some of the unnecessary (and
2705         seemingly invalid) changes related to the cursor GC introduced in
2706         version 1.46. (SF #710124).
2708 2003-03-26 10:40  edg
2710         * source/textDisp.c (1.47): Yesterday's clipping changes were not
2711         ok: the gutter between the line numbers and the text area could be
2712         filled with character fragments. Clipping ranges are now adjusted
2713         when line numbers are drawn.
2715 2003-03-25 18:31  n8gray
2717         * source/: textDisp.c (1.46), textDisp.h (1.20): Committing edg's
2718         patch to fix usage of shared GCs.
2720 2003-03-25 01:33  n8gray
2722         * source/textDisp.c (1.45): Fixed line number color problems. 
2723         Stupid cut & paste error...
2725 2003-03-24 23:56  yooden
2727         * source/nedit.c (1.42): Paranoid protection against pathological
2728         language settings.
2730 2003-03-24 17:05  edg
2732         * source/: menu.c (1.69), nedit.h (1.35), window.c (1.77): Fix for
2733         SF bug #564782: Show Path in Windows Menu
2735 2003-03-24 16:20  tringali
2737         * source/nedit.c (1.41): Account for LANG being unset.
2739 2003-03-21 18:51  n8gray
2741         * source/: textDisp.c (1.44), window.c (1.76): Fixing 2 color
2742         problems.  1: Changing line number GC properties affected *all*
2743         buffers.  2: New panes used default text area colors instead of
2744         their window's.
2746 2003-03-21 18:31  tringali
2748         * source/: nedit.c (1.40), help.c (1.89): Avoid crash when running
2749         under a UTF-8 locale, and display locale in help.
2751 2003-03-21 18:22  edg
2753         * source/: preferences.c (1.83), smartIndent.c (1.21),
2754         smartIndent.h (1.6): Fix for SF bug #439867: Language mode renaming
2755         bug.
2757 2003-03-20 13:23  edg
2759         * makefiles/Makefile.sco (1.5): Typo fix (SF #689808: SCO makefile
2760         error).
2762 2003-03-20 13:05  edg
2764         * util/fontsel.c (1.23): Removed some unused variables (gcc
2765         warnings).
2767 2003-03-20 13:02  edg
2769         * source/: help.c (1.88), highlight.c (1.39), highlight.h (1.10),
2770         textDisp.c (1.43): Fix for SF #700823: Nedit crash after highlight
2771         Perl-Syntax on OS/390.  Made the syntax highlighting style
2772         information independent of the character coding (ASCII or EBCDIC).
2774 2003-03-18 10:58  edg
2776         * util/managedList.c (1.11): Fix for SF #705495: Crash while
2777         Copying Pattern.
2779 2003-03-14 22:27  n8gray
2781         * doc/help.etx (1.41), source/help_data.h (1.38),
2782         source/help_topic.h (1.31), source/preferences.c (1.82): Added a
2783         warning label to the color dialog and changed help text to make it
2784         more clear that foreground colors only apply when syntax
2785         highlighting is disabled.
2787 2003-03-13 09:11  n8gray
2789         * util/fontsel.c (1.22): Hide the sample when the "Show
2790         Proportional Fonts" toggle is toggled and the font selection is
2791         cleared.  Also added a prototype for enableSample().
2793 2003-03-12 18:33  n8gray
2795         * util/fontsel.c (1.21): Tabs -> Spaces
2796         
2797         If you want a shock, turn on backlighting, set tabs to a slightly
2798         off-background color, and edit just about any file in the NEdit
2799         project.
2801 2003-03-12 18:03  n8gray
2803         * util/fontsel.c (1.20): Fixed clearing of sample field when "show
2804         proportional fonts" was toggled.  Hide sample text when font
2805         selection is invalid.
2807 2003-03-07 19:52  n8gray
2809         * source/preferences.c (1.81): Made helper function addColorGroup()
2810         static.
2812 2003-03-07 19:46  n8gray
2814         * source/preferences.c (1.80): Using XtSetMappedWhenManaged to
2815         show/hide the error labels in the color dialog.  Thanks Scott!
2817 2003-03-07 01:50  n8gray
2819         * doc/help.etx (1.40), source/help_data.h (1.37),
2820         source/help_topic.h (1.30), source/preferences.c (1.79): Duh. 
2821         Forgot to save before the last commit.  Also changed docs to
2822         reflect new labels in color dialog.
2824 2003-03-07 01:34  n8gray
2826         * source/preferences.c (1.78): Minor labelsmithing on color dialog.
2828 2003-03-07 01:07  n8gray
2830         * source/preferences.c (1.77): Using a more reliable hack for
2831         showing/hiding the (Invalid!) labels in the color dialog.  To hide
2832         it I set its fg color to its bg color.  To unhide it I restore the
2833         fg color from its parent.  This way the label's width doesn't
2834         change, solving the potential visual bug mentioned in my previous
2835         commit.
2836         
2837         I tried changing the label from a gadget to a widget but the
2838         XtMap/UnmapWidget functions still failed.  Oh well, this works ok.
2840 2003-03-05 23:50  n8gray
2842         * doc/help.etx (1.39), source/help_data.h (1.36),
2843         source/help_topic.h (1.29), source/menu.c (1.68), source/nedit.h
2844         (1.34), source/preferences.c (1.76), source/preferences.h (1.32),
2845         source/textDisp.c (1.42), source/textDisp.h (1.19), source/window.c
2846         (1.75), source/window.h (1.12), util/fontsel.c (1.19),
2847         util/fontsel.h (1.8): Adding the color dialog and documentation. 
2848         Also adds a colored, editable text field to the font browser
2849         dialog.
2850         
2851         There's a potential minor visual bug depending on the user's fonts.
2852          I've tried to fix it but can't seem to figure it out.  Search for
2853         XXX in preferences.c for details.
2855 2003-02-20 17:30  arnef
2857         * source/: file.c (1.57), nc.c (1.33), server.c (1.21): Fixed
2858         problem with processing of nc command line.
2860 2003-02-18 20:17  tringali
2862         * util/misc.c (1.50): Set group hint so that recent versions of
2863         Sawfish will group windows together.
2865 2003-02-17 01:51  n8gray
2867         * source/Makefile.common (1.14): Added parse.c target so that build
2868         falls back to parse_noyacc.c if neither bison nor yacc can be
2869         found. See:
2870         http://www.nedit.org/archives/develop/2002-Apr/0512.html for a
2871         discussion of this issue.
2873 2003-02-15 02:33  yooden
2875         * source/file.c (1.56), util/getfiles.c (1.24), util/misc.c (1.49),
2876         util/getfiles.h (1.6): Removed GetNewFilename()
2878 2003-02-15 01:06  yooden
2880         * source/preferences.h (1.31): Removed double function
2881         declarations.
2883 2003-01-14 22:36  n8gray
2885         * source/tags.c (1.48): Added a private lineEmpty function for use
2886         when loading calltips files.  Also fixed bug where calltip position
2887         modifiers weren't reset when tips were posted by means other than
2888         the calltip macro subroutine.
2890 2003-01-14 09:50  edg
2892         * source/regularExp.c (1.21): Fix for \S, \W, \L, and \D
2893         erroneously matching on \0.
2895 2003-01-10 15:33  tringali
2897         * source/: window.c (1.74), nedit.c (1.39), text.c (1.37): Apply
2898         the "frame around text area" patch and associated geometry fixes. 
2899         Looks right when the background is light-colored (default), less so
2900         if you use a dark background.  Can be disabled with resources if
2901         you don't like it.
2903 2003-01-10 15:32  tringali
2905         * source/file.c (1.55): Fix to prevent file dialog from growing
2906         wider than the screen.  This is needed for window managers that do
2907         not respect XmNmaxWidth (sawfish, twm, fvwm).
2909 2003-01-10 15:29  tringali
2911         * util/: getfiles.c (1.23), misc.c (1.48): Prevent the file dialog
2912         from getting bigger than screen.  This fix is for window managers
2913         that do not respect XmNmaxWidth (sawfish, twm, fvwm).
2915 2003-01-07 22:37  tringali
2917         * doc/: nedit.doc (1.37), nedit.html (1.31): Remove autogenerated
2918         files from CVS to reduce conflicts.  They are now automatically
2919         generated by the cron script for the website snapshot.
2921 2003-01-06 15:36  edg
2923         * source/smartIndent.c (1.20): Bug fix: garbage collection could be
2924         triggered during smart indent newline macro (very old copy & paste
2925         error).
2927 2003-01-02 02:02  yooden
2929         * doc/nedit.doc (1.36), doc/nedit.html (1.30), source/help_data.h
2930         (1.35), source/help_topic.h (1.28): Updated reference to regex book
2931         part two.
2933 2003-01-02 01:48  yooden
2935         * doc/help.etx (1.38): Updated Reference to Regex book.
2937 2003-01-01 15:57  edg
2939         * source/smartIndent.c (1.19): Fix for crash bug reported @develop:
2940         newline macro inserting a string caused a recursive loop when
2941         triggered through smart indent.
2943 2002-12-13 17:23  edg
2945         * doc/Makefile (1.4): Added targets to regenerate the FAQ and build
2946         the FAQ distribution.
2948 2002-12-13 17:20  edg
2950         * doc/: faq.txt (1.4), faq.xml (1.5): Added a Q&A about the changed
2951         binding of KP Enter (execute command line).
2953 2002-12-12 17:26  slobasso
2955         * source/text.h (1.13): Remove warnings on hpux 10.20 compiler.
2957 2002-12-12 17:26  slobasso
2959         * source/selection.c (1.23): Cleanup string to int conversion.
2961 2002-12-12 17:26  slobasso
2963         * source/: search.c (1.54), search.h (1.18): Centralize string to
2964         enum conversions for search_type.
2966 2002-12-12 17:26  slobasso
2968         * source/parse_noyacc.c (1.5): Match changes in parse.y
2970 2002-12-12 17:25  slobasso
2972         * source/parse.y (1.23): Move string constant code into function
2973         InstallStringConstSymbol.
2975 2002-12-12 17:25  slobasso
2977         * source/nedit.h (1.33): New macro TYPE_INT_STR_SIZE to determine a
2978         safe string size for integer-like types.
2980 2002-12-12 17:25  slobasso
2982         * source/macro.c (1.60): More macro failure macros and new macro
2983         call valid_number.  Use of new macro TYPE_INT_STR_SIZE and
2984         PERM_ALLOC_STR.  Add optional index to rangeset_defined.
2986 2002-12-12 17:25  slobasso
2988         * source/interpret.h (1.12): New macro PERM_ALLOC_STR for static
2989         strings that look allocated and move StringToNum global for
2990         verification code.  New call InstallStringConstSymbol and move
2991         DataValue.tag to an enum.
2993 2002-12-12 17:25  slobasso
2995         * source/interpret.c (1.32): Use of new macro PERM_ALLOC_STR for
2996         static strings that look allocated and move StringToNum global for
2997         verification code.  New call InstallStringConstSymbol cleanup of
2998         macro debug code with new stack dump. Rewrite SwapCode without
2999         allocations.  Use of TYPE_INT_STR_SIZE for int string size. Fixes
3000         to grabage collection to allow for PERM_ALLOC_STR and catch mod by
3001         0 errors.
3003 2002-12-12 17:25  slobasso
3005         * source/highlightData.c (1.40): New nedit macro call valid_number.
3007 2002-12-12 17:25  slobasso
3009         * doc/help.etx (1.37), doc/nedit.doc (1.35), doc/nedit.html (1.29),
3010         source/help_data.h (1.34): Add optional index to rangeset_defined
3011         and new function valid_number.
3013 2002-12-11 18:24  tringali
3015         * util/misc.c (1.47): Avoid a 5-second hang when posting a dialog
3016         with certain window managers (Sawfish)
3018 2002-12-10 13:16  edg
3020         * source/nc.c (1.32): Dropped support for reading preferences from
3021         a .nc file. It was entirely undocumented and probably never used by
3022         anyone (and it didn't work anymore since the introduction of the
3023         NEDIT_HOME patch).
3025 2002-12-10 12:29  edg
3027         * source/nc.c (1.31): Fixed a bug in yesterday's bug fix: macro
3028         commands could be executed twice when a new server was started.
3030 2002-12-09 17:55  edg
3032         * source/nedit.c (1.38): Fix for SF #649442: Dangerous shell
3033         command. Changed the shortcut for "Execute Command Line" from "KP
3034         Enter" to "Ctrl+KP Enter" to avoid accidental execution of
3035         arbitrary commands.
3037 2002-12-09 17:18  edg
3039         * source/nc.c (1.30): Fixed various command line argument passing
3040         bugs introduced by the nc -wait patch (-icon, -geometry, -lm, ...
3041         were dropped when a new file was opened and/or a new server was
3042         started).
3044 2002-12-08 09:29  yooden
3046         * source/: highlight.c (1.38), highlightData.c (1.39), macro.c
3047         (1.59), rangeset.c (1.3), search.c (1.53): Some code cleanup and
3048         removal of development artefacts.
3050 2002-12-04 12:30  edg
3052         * source/macro.c (1.58): Added boundary checks to searchStringMS()
3053         to avoid illegal memory accesses when passing a too large or
3054         negative starting position to the search_string() macro.
3056 2002-12-02 15:59  tringali
3058         * Makefile (1.9): Removed "doc" from default target so users
3059         without Perl can build.  (We need a "developer only" target or mode
3060         to do this right.)
3062 2002-11-28 23:22  yooden
3064         * source/macro.c (1.57), source/menu.c (1.67), source/preferences.c
3065         (1.75), util/prefFile.c (1.18), util/utils.c (1.19), util/utils.h
3066         (1.11): Fixes the bug in the preference file name algorithm
3067         reported by Scott in develop@.
3069 2002-11-22 18:18  tringali
3071         * util/misc.c (1.46): Constrain maximum size of dialogs so they
3072         aren't bigger than the screen.  (Slightly modified from Eddy's
3073         original version.)
3075 2002-11-22 17:51  edg
3077         * source/window.c (1.73): Minor improvement in the virtual key
3078         binding parsing: ignore comment lines.
3080 2002-11-19 18:05  edg
3082         * source/: highlight.c (1.37), regularExp.c (1.20), search.c
3083         (1.52), textBuf.c (1.26), textBuf.h (1.13): Fixes for SF bugs
3084         #515120 (changed behaviour of search?) and #429110 (RegEx search
3085         bugs at end of buffer) and a cleanup of the SearchWindow function.
3087 2002-11-15 12:21  edg
3089         * doc/setext (1.10): Minor backward compatibility fix for older
3090         Perl version (5.004).
3092 2002-11-13 21:59  tringali
3094         * source/: help_data.h (1.33), help_topic.h (1.27): - Change help
3095         version to 5.4DEV
3097 2002-11-13 21:58  tringali
3099         * source/: calltips.c (1.3), text.h (1.12), textDisp.c (1.41):
3100         Don't #include "textP.h" where we can get away with it.
3102 2002-11-13 21:58  tringali
3104         * source/help.c (1.87): Clean up #ifdef of HAVE__XMVERSIONSTRING
3105         and reorder visual info
3107 2002-11-13 21:58  tringali
3109         * source/highlightData.c (1.38): - Fix indentation, labels, and
3110         mnemonics in highlightData.c
3112 2002-11-13 21:57  tringali
3114         * source/: nedit.c (1.37), preferences.c (1.74): - Fix defaults
3115         fonts to specify iso8859-1, for RH7.3.
3117 2002-11-13 17:56  edg
3119         * source/: highlightData.c (1.37), regularExp.c (1.19): Implemented
3120         the more conventional word boundary semantics for regular
3121         expressions and adapted the built-in highlight patterns to the
3122         changed semantics (the latter is largely automated).
3124 2002-11-12 10:04  ajhood
3126         * doc/help.etx (1.36), doc/nedit.doc (1.34), doc/nedit.html (1.28),
3127         source/help.c (1.86), source/help_data.h (1.32),
3128         source/help_topic.h (1.26): Document default value of
3129         nedit.backlightCharTypes Stop *backlightCharTypes in .Xdefaults
3130         etc. affecting Help
3132 2002-11-08 20:22  edg
3134         * source/: comnedit.com (1.9), highlight.c (1.36), highlight.h
3135         (1.9), lnknedit.com (1.7), macro.c (1.56), menu.c (1.66), nedit.h
3136         (1.32), preferences.c (1.73), preferences.h (1.30), rangeset.c
3137         (1.2), rangeset_fn.h (1.2), server_common.c (1.3), text.h (1.11),
3138         textDisp.h (1.18): VMS compilation and linking fixes (Michael
3139         Smith).
3141 2002-11-08 16:53  slobasso
3143         * source/macro.c (1.55): Removed unused variables and fixed error
3144         macro.
3146 2002-10-31 16:08  edg
3148         * doc/help.etx (1.35), doc/nc.man (1.6), doc/nedit.doc (1.33),
3149         doc/nedit.html (1.27), source/help_data.h (1.31),
3150         source/help_topic.h (1.25), source/nc.c (1.29): Fix for invalid
3151         atom usage after time-out.  Made the nc time-out configurable
3152         (-timeout <seconds> command line option and nc.timeOut X resource)
3153         + documentation updates.
3155 2002-10-30 11:44  edg
3157         * ChangeLog (1.29): Minor correction.
3159 2002-10-30 11:42  edg
3161         * ChangeLog (1.28): Removed lots of duplicate entries and added
3162         lots of missing entries.  (Apparently, a merge has gone wrong a few
3163         months ago).
3165 2002-10-30 11:11  edg
3167         * ChangeLog (1.27): Update.
3169 2002-10-29 15:49  edg
3171         * source/server.c (1.20): Fix for crash when sending a macro
3172         command to the server through nc, while another command is still
3173         running. New commands for a window are now rejected when it is
3174         already running a macro (beeps).
3176 2002-10-26 00:06  yooden
3178         * util/: utils.c (1.18), utils.h (1.10): Fixes wrong declaration
3179         and documentation, adds missing Copyright line.
3181 2002-10-16 17:28  n8gray
3183         * source/: preferences.c (1.72), preferences.h (1.29), window.c
3184         (1.72): Don't switch to PLAIN mode before closing a window just to
3185         force unloading of calltips files -- it's slow!
3186         
3187         Also fixed a potentially erroneous error message in
3188         reapplyLanguageMode.
3190 2002-10-15 11:00  ajhood
3192         * doc/help.etx (1.34), doc/nedit.doc (1.32), doc/nedit.html (1.26),
3193         source/help_data.h (1.30), source/help_topic.h (1.24),
3194         source/highlight.c (1.35), source/highlight.h (1.8),
3195         source/highlightData.c (1.36), source/highlightData.h (1.10),
3196         source/interpret.c (1.31), source/interpret.h (1.11),
3197         source/macro.c (1.54), source/preferences.c (1.71),
3198         source/preferences.h (1.28), source/textDisp.c (1.40),
3199         source/textDisp.h (1.17): Tony's backlight/highlight and SF bug
3200         619234 fixes
3202 2002-10-14 18:41  n8gray
3204         * source/: text.c (1.36), textBuf.c (1.25), textBuf.h (1.12),
3205         textDisp.c (1.39), textSel.c (1.11): Committing patch for
3206         keyboard-based rectangular selection.
3208 2002-10-13 15:53  yooden
3210         * doc/help.etx (1.33), doc/nedit.doc (1.31), doc/nedit.html (1.25),
3211         source/help_data.h (1.29), source/help_topic.h (1.23): Another tiny
3212         doc patch. (Thanks Yury)
3214 2002-10-12 13:33  yooden
3216         * doc/help.etx (1.32), doc/nedit.doc (1.30), doc/nedit.html (1.24),
3217         source/help_data.h (1.28), source/help_topic.h (1.22): Fixes small
3218         documentation bug.
3220 2002-10-10 22:04  slobasso
3222         * source/macro.c (1.53): fix comment typo
3224 2002-10-07 19:39  arnef
3226         * source/nc.c (1.28): Fix for bug 619231 -  nc hangs after
3227         crash/kill Generate a property change event to break a deadlock.
3229 2002-10-07 16:19  edg
3231         * source/search.c (1.51): Fix for crash bug when search string is
3232         too long in search and replace dialogs (triggered when
3233         nedit.findReplaceUsesSelection was True and a long selection was
3234         made), reported through the discuss list.
3236 2002-10-04 23:21  slobasso
3238         * source/: macro.c (1.52), tags.c (1.47): remove compiler warnings
3240 2002-10-01 23:45  n8gray
3242         * doc/help.etx (1.31), doc/nedit.doc (1.29), doc/nedit.html (1.23),
3243         source/help_data.h (1.27), source/help_topic.h (1.21): Added
3244         documentation for column argument to goto_line_number and the goto
3245         line dialog.
3247 2002-09-27 12:19  ajhood
3249         * source/preferences.c (1.70): set default value for
3250         nedit.backlightCharTypes
3252 2002-09-26 12:37  ajhood
3254         * doc/NEdit.ad (1.3), doc/README.FAQ (1.3), doc/faq-txt-pass2.xsl
3255         (1.3), doc/faq-txt.awk (1.3), doc/faq-txt.dtd (1.3),
3256         doc/faq-txt.xsl (1.3), doc/faq.dtd (1.3), doc/faq.txt (1.3),
3257         doc/faq.xml (1.4), doc/faq.xsl (1.3), doc/help.etx (1.30),
3258         doc/nedit.doc (1.28), doc/nedit.html (1.22), doc/setext (1.9),
3259         doc/setext-info.txt (1.3), makefiles/Makefile.depend (1.3),
3260         source/Makefile.common (1.13), source/help.c (1.85),
3261         source/help_data.h (1.26), source/help_topic.h (1.20),
3262         source/highlight.c (1.34), source/highlight.h (1.7),
3263         source/highlightData.c (1.35), source/highlightData.h (1.9),
3264         source/macro.c (1.51), source/menu.c (1.65), source/nedit.h (1.31),
3265         source/parse.y (1.22), source/preferences.c (1.69),
3266         source/preferences.h (1.27), source/smartIndent.c (1.18),
3267         source/tags.c (1.46), source/text.c (1.35), source/text.h (1.10),
3268         source/textBuf.c (1.24), source/textBuf.h (1.11), source/textDisp.c
3269         (1.38), source/textDisp.h (1.16), source/textP.h (1.6),
3270         source/window.c (1.71), source/window.h (1.11),
3271         source/windowTitle.c (1.9), util/fileUtils.c (1.27), util/misc.c
3272         (1.45), util/printUtils.c (1.20): backlight/rangeset patch from
3273         Josef Maier and Tony Balinski, ported to CVS by Andy Hood.
3275 2002-09-26 12:04  ajhood
3277         * Makefile (1.8): auto-rebuild help.doc, help.html and help_*.h If
3278         someone can explain how CVS didn't accept the previous commit tell
3279         me.
3281 2002-09-26 11:45  ajhood
3283         * source/: rangeset.c (1.1), rangeset.h (1.1), rangeset_fn.h (1.1):
3284         New files for backlight/rangeset.
3286 2002-09-26 10:24  ajhood
3288         * doc/Makefile (1.3): auto-rebuild help.doc, help.html and help_*.h
3289         if any of the prerequisites change
3291 2002-09-26 10:22  ajhood
3293         * README (1.30): Add comments on -DHAVE__XMVERSIONSTRING compile
3294         option.
3296 2002-09-26 10:01  ajhood
3298         * makefiles/: Makefile.aix (1.6), Makefile.bsdi (1.4),
3299         Makefile.ccur (1.4), Makefile.convex (1.4), Makefile.cygwin (1.5),
3300         Makefile.dcosx (1.4), Makefile.dec (1.5), Makefile.freebsd (1.4),
3301         Makefile.generic (1.9), Makefile.hpux (1.4), Makefile.linux (1.9),
3302         Makefile.lynx (1.5), Makefile.m88k.svr4 (1.4), Makefile.macosx
3303         (1.3), Makefile.netbsd (1.4), Makefile.openbsd (1.2), Makefile.os2
3304         (1.13), Makefile.osf (1.5), Makefile.qnx (1.2), Makefile.reliant
3305         (1.4), Makefile.sco (1.4), Makefile.sgi (1.4), Makefile.solaris
3306         (1.8), Makefile.sunos (1.4), Makefile.superux (1.4), Makefile.uhc
3307         (1.4), Makefile.ultrix (1.4), Makefile.unicos (1.6),
3308         Makefile.unixware (1.5): Add comments on -DHAVE__XMVERSIONSTRING
3309         compile option.
3311 2002-09-25 10:56  edg
3313         * doc/help.etx (1.29), source/file.c (1.54), source/help_data.h
3314         (1.25), source/help_topic.h (1.19), source/menu.c (1.64),
3315         source/nedit.h (1.30), source/preferences.c (1.68),
3316         source/preferences.h (1.26), source/textBuf.c (1.23),
3317         source/textBuf.h (1.10), source/window.c (1.70): Committed SF patch
3318         #602426: Check for real changes of ext. mod files.  The additional
3319         check is on by default, and a mode message appears if comparison
3320         takes more than 1 second.
3322 2002-09-23 12:06  edg
3324         * source/userCmds.c (1.29), util/misc.c (1.44), util/misc.h (1.16):
3325         Fix for SF #612558: Macro shortcuts still NumLock sensitive.  Lock
3326         and NumLock are now ignored when entering an accelerator.
3328 2002-09-23 11:16  edg
3330         * util/getfiles.c (1.22): Fix for SF bug #613092: Open file
3331         browsing works incorrect.  Keystroke history is now reset after
3332         each list refresh.
3334 2002-09-18 20:17  arnef
3336         * source/search.c (1.50): Fixing error in initial commit of 'nc
3337         -wait' patch.  Removing a XtDispatchEvent() that shouldn't have
3338         been there.
3340 2002-09-17 09:01  edg
3342         * source/server_common.c (1.2): Fix for SF bug #610438: Committing
3343         patch 403647 causes link fail.  Replaced XGetAtomNames() by a loop
3344         using XGetAtomName().
3346 2002-09-13 08:28  edg
3348         * source/preferences.c (1.67): Fix for SF bug #608693: coredump
3349         with -tabs option.  The tab distance is now clipped within its
3350         valid range.
3352 2002-09-11 18:59  arnef
3354         * source/Makefile.common (1.12), source/Makefile.dependencies
3355         (1.19), source/file.c (1.53), source/macro.c (1.50), source/nc.c
3356         (1.27), source/nedit.h (1.29), source/preferences.c (1.66),
3357         source/search.c (1.49), source/selection.c (1.22), source/server.c
3358         (1.19), source/server.h (1.5), source/server_common.c (1.1),
3359         source/server_common.h (1.1), source/window.c (1.69),
3360         util/Makefile.dependencies (1.6): Committing the 'nc -wait' patch
3361         (SF #403647).
3363 2002-09-10 12:17  ajhood
3365         * doc/nedit.doc (1.27), doc/nedit.html (1.21), source/help_data.h
3366         (1.24), source/help_topic.h (1.18): I too can forget to do commit
3367         the generated files.
3369 2002-09-10 12:10  ajhood
3371         * doc/help.etx (1.28), source/help.c (1.84): Adds visual info to
3372         version [eg Visual: Id 0x23 TrueColor 24 bit (Default)] Allows use
3373         of _XmVersionString. Add -DHAVE__XMVERSIONSTRING compile option,
3374         and if it doesn't link, you don't have it. (This may be exported by
3375         Motif but there is no header to tell you if it is there or not.)
3377 2002-09-06 19:21  n8gray
3379         * source/calltips.c (1.2): Changing calltip label widget name from
3380         "calltipW" back to "calltip" so that resources work as advertised.
3382 2002-09-06 19:13  n8gray
3384         * doc/help.etx (1.27), doc/nedit.doc (1.26), doc/nedit.html (1.20),
3385         source/Makefile.common (1.11), source/Makefile.dependencies (1.18),
3386         source/calltips.c (1.1), source/calltips.h (1.1),
3387         source/help_data.h (1.23), source/help_topic.h (1.17),
3388         source/macro.c (1.49), source/tags.c (1.45), source/tags.h (1.13),
3389         source/text.c (1.34), source/textDisp.c (1.37), source/textDisp.h
3390         (1.15): New features:     Positioning of calltips can be controlled
3391         more precisely using optional     arguments to calltip().  These
3392         include "center", "right", "above", and     "strict".  Non-strict,
3393         non-anchored calltips will always show up *somewhere*     on-screen
3394         even if the cursor is not on-screen.
3395         
3396         Modifications:     Refactored calltip UI code into calltips.c/.h. 
3397         Updated help files,     makefiles, and dependencies.  Cleaned up
3398         tags.c/.h somewhat.
3400 2002-09-05 23:17  slobasso
3402         * source/: interpret.c (1.30), parse.y (1.21), parse_noyacc.c
3403         (1.4): made the following work when arrayaExpression is anything
3404         that returns an array as the result: for (x in arrayaExpression) {
3405         }
3407 2002-09-05 23:15  slobasso
3409         * source/nedit.c (1.36): fixed Cardinal vs int compare warning.
3411 2002-09-05 17:48  tringali
3413         * doc/help.etx (1.26), source/nedit.c (1.35), util/misc.c (1.43),
3414         util/misc.h (1.15): Acquire default colors and fonts from the
3415         environment if using the default visual.
3417 2002-09-04 08:40  n8gray
3419         * source/: tags.c (1.44), textDisp.c (1.36): Minor cleanup of
3420         tags.c (it could use a lot more).
3421         
3422         Also improved calltips so that they try not to go off the edges of
3423         the screen.  Thanks to TK, from whom I stole much code.  Since he
3424         stole his tooltip code from me, the circle is complete.  :^)
3426 2002-09-04 05:58  n8gray
3428         * source/: textDisp.c (1.35), textDisp.h (1.14): Calltips should
3429         finally update on any vertical cursor movement!  Plus, non-
3430         anchored calltips maintain their X positions on redrawing.  Also, I
3431         found out that textD->cursorX/cursorY are *not* a reliable way to
3432         get the X/Y positions of the insertion point, so other potential
3433         calltips bugs might be fixed.
3434         
3435         This is one of those nice commits where I've removed almost as many
3436         lines as I've added.  :^)
3438 2002-09-03 01:10  n8gray
3440         * source/: file.c (1.52), nedit.h (1.28), window.c (1.68): This
3441         should fix the worst of the problems in file.c.  There are still
3442         potential problems if you lose read permission on a file as you're
3443         editing it, but I wanted to commit what's done so far.
3445 2002-09-02 23:18  n8gray
3447         * source/textDisp.c (1.34): Fixing problem where scroll-wheel-down
3448         on empty files caused erroneous scrolling.  It was a problem with
3449         mixing Cardinal (unsigned) and signed values.  I took the approach
3450         of casting cursorVPadding to int before using it, since it's nice
3451         to have Xt reject negative values automatically.
3453 2002-09-02 08:55  edg
3455         * source/textDisp.c (1.33): Fix for crash bug reported through
3456         develop@: regex bug using ^.* BufCopyFromBuf() could be called with
3457         invalid paramaters in continous wrapping mode.
3459 2002-08-31 15:14  yooden
3461         * doc/help.etx (1.25), doc/nedit.doc (1.25), doc/nedit.html (1.19),
3462         doc/setext (1.8), doc/setext-info.txt (1.2), source/help_data.h
3463         (1.22): Another help update, some setext documentation and a minor
3464         setext change.
3466 2002-08-31 08:48  yooden
3468         * source/: help_data.h (1.21), help_topic.h (1.16): Corrected Help,
3469         second batch.
3471 2002-08-31 08:46  yooden
3473         * doc/: help.etx (1.24), nedit.doc (1.24), nedit.html (1.18):
3474         Slight correction in help.etx.
3476 2002-08-31 07:24  n8gray
3478         * doc/help.etx (1.23), doc/nedit.doc (1.23), doc/nedit.html (1.17),
3479         source/help_data.h (1.20), source/help_topic.h (1.15),
3480         source/text.c (1.33), source/text.h (1.9), source/textDisp.c
3481         (1.32), source/textP.h (1.5): Committing the edge-phobic cursor
3482         patch, with documentation and without tab-space mixing.  (The new
3483         resource is nedit*text.cursorVPadding by the way.)
3485 2002-08-31 00:52  slobasso
3487         * source/: interpret.c (1.29), interpret.h (1.10), parse.y (1.20):
3488         Lots of array code cleanup including fixes for the following
3489         formats: x[9][8] = 6 delete x[4][2][] ++x[4] x[3]-- x[4][5] += 7
3490         ... and many more.  Also fixed some cases in which array aliasing
3491         could occur. Arrays are supposed to have VALUE semantics.
3493 2002-08-28 14:14  tringali
3495         * source/preferences.c (1.65): Revive upgrade message to 5.4 file
3496         format
3498 2002-08-27 08:05  edg
3500         * source/textDisp.c (1.31): Fixes for SF #600175: Coredump when
3501         dismissing resized window Array bounds read & write fixes in
3502         calcLineStarts() when number of visible lines becomes zero (only
3503         possible in help windows).  Avoid scrollbar slider size < 1 warning
3504         (which was harmless but annoying).
3506 2002-08-27 05:39  n8gray
3508         * source/: file.c (1.51), undo.c (1.14), undo.h (1.6): Committing
3509         the file deletion notification patch.  I used a specialized message
3510         for ENOACCES but used strerror output along with a suggested cause
3511         (deletion or relocation by another program) in the other cases,
3512         since there are several possible causes of stat() failure.
3513         
3514         I'm committing the patch despite the minor controversy over the
3515         message text because it's better to have some message than none at
3516         all.
3517         
3518         There is still much bogosity in file.c, including another place
3519         where stat() failure causes no warning.
3521 2002-08-23 07:52  n8gray
3523         * source/textBuf.c (1.22): Fixed a miscalculation in
3524         overlayRectInLine that could cause extra letters to be deleted
3525         during rectangular drags over tabs.  See SF bug #557225 "rect. 
3526         selection drag buglet" for a description of the problem.
3528 2002-08-23 00:52  slobasso
3530         * source/interpret.c (1.28): Fixed bug that didn't allow built in
3531         array variables to be iterated with a for loop.
3533 2002-08-22 23:52  slobasso
3535         * source/window.c (1.67): Remove unused variables.
3537 2002-08-22 18:43  slobasso
3539         * source/userCmds.c (1.28): Fix size calculation and escape
3540         characters in menu item names.
3542 2002-08-22 08:40  n8gray
3544         * source/undo.c (1.13): Fixed SF bug #578551 "Scrolling to
3545         searched/altered selection" by adding MakeSelectionVisible() calls
3546         to Undo and Redo.
3548 2002-08-22 08:10  n8gray
3550         * source/window.c (1.66): Nuking trailing whitespace from my last
3551         commit.
3553 2002-08-22 08:05  n8gray
3555         * source/window.c (1.65): MakeSelectionVisible in window.c was not
3556         paying attention to wrapped lines.  To see the problem in an older
3557         version:
3558         
3559         1.  Open a large file and scroll to the center somewhere 2.  Enable
3560         continuous wrapping and resize window so lots of lines wrap 3. 
3561         Select a word and make a mark with Alt+M,a 4.  Page Up or Down for
3562         several screens 5.  Go to the mark with Alt+G,a
3563         
3564         If there are enough wrapped lines between your position and the
3565         mark then the selection and the cursor will be completely
3566         offscreen.
3567         
3568         Also restructured the function so that horizontal scrolling is not
3569         bypassed prematurely.
3571 2002-08-21 13:21  tringali
3573         * source/help.c (1.83): Remove duplicate widgets caused by a bum
3574         merge.
3576 2002-08-21 07:19  n8gray
3578         * source/file.c (1.50): Fixed bug where clicking on the WM's close
3579         button in an unsaved and untitled buffer, answering yes to the
3580         "Save before closing" dialog, then aborting the Save-As dialog led
3581         to the window being closed and the changes being lost.  The
3582         function CloseFileAndWindow wasn't returning FALSE when the Save-As
3583         failed.
3585 2002-08-19 21:41  tringali
3587         * source/preferences.c (1.64): Remove "alpha" versioning - it
3588         wasn't forwards compatabile, and there were no auto-upgrades done
3589         despite the message printed.
3591 2002-08-19 07:22  n8gray
3593         * source/textDisp.c (1.30): Calltips are now redrawn on TextDMoveUp
3594         and TextDMoveDown.  This should help those who end up with cursors
3595         behind calltips when entering multi-line function calls.
3597 2002-08-17 14:28  yooden
3599         * source/window.c (1.64): Removed unused variables.
3601 2002-08-16 14:43  tringali
3603         * source/file.c (1.49): Fix hang caused by posting the "reload"
3604         dialog box on a hidden window (during multi-file replace
3605         validation).
3607 2002-08-15 19:03  n8gray
3609         * source/: file.c (1.48), window.c (1.63): Fixed the flickering
3610         stats line problem (SF bugs 595106, 594838).  Also fixed "save-as
3611         doesn't update the stats line" bug.
3613 2002-08-14 19:20  n8gray
3615         * source/textDisp.c (1.29): Fixed off-by-one error in
3616         expandAllTabs.  Also added check for NULL on its return value in
3617         TextDShowCalltip.
3619 2002-08-14 08:42  n8gray
3621         * source/textDisp.c (1.28): Removed debugging cruft from
3622         TextDShowCalltip.
3624 2002-08-13 22:12  n8gray
3626         * doc/help.etx (1.22), doc/nedit.doc (1.22), doc/nedit.html (1.16),
3627         source/help_data.h (1.19), source/help_topic.h (1.14),
3628         source/text.c (1.32), source/textDisp.c (1.27), source/textDisp.h
3629         (1.13): Added "absolute" argument to line-oriented action routines,
3630         and "wrap" argument to delete_to_start_of_line.
3632 2002-08-12 21:21  tringali
3634         * source/tags.c (1.43), source/window.c (1.62), source/window.h
3635         (1.10), util/misc.c (1.42), util/misc.h (1.14): Post watch cursor
3636         keep screen drawn while loading large tags files.
3638 2002-08-12 15:37  tringali
3640         * source/window.c (1.61): Reimplement I-search button focus
3641         management, so it doesn't have an ugly flash
3643 2002-08-10 23:59  tringali
3645         * source/undo.c (1.12): Added preference for disbling selection
3646         modification during Undo.
3648 2002-08-10 23:58  tringali
3650         * source/text.c (1.31): - Fix bad hardware tab of 4 spaces.  Please
3651         set hardware tabs to 8 for NEdit! - Explicitly remove modifiers on
3652         some virtual bindings to account for system   that map different
3653         modified keys to different bindings (e.g., Ctrl-PgUp =  
3654         osfPageLeft, PgUp = osfPageUp) - Use unions in favor of casts in
3655         XEvents.
3657 2002-08-10 23:54  tringali
3659         * source/highlightData.c (1.34): Use non-capturing parenthesis in C
3660         and C++ patterns where appropriate.
3662 2002-08-10 23:53  tringali
3664         * source/preferences.h (1.25): Added preference to disable
3665         modifying selection on Undo.
3667 2002-08-10 23:52  tringali
3669         * source/preferences.c (1.63): Added preference to disable changing
3670         the selection to match Undo.
3672 2002-08-10 23:51  tringali
3674         * source/server.c (1.18): Use union for XEvents instead of casts.
3676 2002-08-10 23:48  tringali
3678         * source/: interpret.c (1.27), interpret.h (1.9), macro.c (1.48):
3679         Use unions in place of nonportable casts to avoid warnings
3681 2002-08-10 23:45  tringali
3683         * source/help_data.h (1.18): Regenerated from help.etx update (fix
3684         X resource names)
3686 2002-08-10 23:43  tringali
3688         * source/help.c (1.82): More detail for Motif version, and change
3689         button labels on help browser to be more like WinHelp
3691 2002-08-09 20:48  tringali
3693         * util/system.h (1.12): Support for Lynx, MacOS; better x86
3694         reporting
3696 2002-08-09 14:08  tringali
3698         * doc/: help.etx (1.21), nedit.doc (1.21), nedit.html (1.15): Fix
3699         typo in last commit (replace * with @*)
3701 2002-08-09 13:52  tringali
3703         * doc/: help.etx (1.20), nedit.doc (1.20), nedit.html (1.14):
3704         Update incorrect X resources (nedit*text.foo) and upgrade version.
3706 2002-08-09 13:11  tringali
3708         * source/window.c (1.60): Convert // style comment to /* */, so it
3709         compiles again. NEdit is C89, not C++ or C99!
3711 2002-08-08 21:00  n8gray
3713         * doc/help.etx (1.19), doc/nedit.doc (1.19), doc/nedit.html (1.13),
3714         source/help_data.h (1.17), source/help_topic.h (1.13),
3715         source/nedit.h (1.27), source/window.c (1.59): Fixing the
3716         "ever-growing stats line" bug seen under lesstif.  Also, the stats
3717         area code is generally much nicer now, IMHO.
3719 2002-08-02 08:36  n8gray
3721         * doc/help.etx (1.18), doc/nedit.doc (1.18), doc/nedit.html (1.12),
3722         source/help_data.h (1.16), source/help_topic.h (1.12), source/nc.c
3723         (1.26): nc.autoStart now defaults to True.  I've had to explain
3724         that warning message one too many times...
3725         
3726         If anybody finds this offensive, it's easy to revert.  ;^)
3728 2002-08-01 00:53  n8gray
3730         * doc/help.etx (1.17), doc/nedit.doc (1.17), doc/nedit.html (1.11),
3731         source/help_data.h (1.15), source/help_topic.h (1.11),
3732         source/macro.c (1.47): Added optional "copy" argument to
3733         replace_in_string to make it return a copy of the input string if
3734         no replacements were done.
3736 2002-07-31 23:34  slobasso
3738         * source/interpret.c (1.26): made comment more clear
3740 2002-07-31 20:08  edg
3742         * source/highlight.c (1.33): Fix for yesterday's "fix" (which
3743         wasn't entirely waterproof).
3745 2002-07-30 13:54  edg
3747         * source/highlight.c (1.32): Fix for pattern related crash reported
3748         by Joor: I've overlooked a special case in the recent speed
3749         improvements.
3751 2002-07-29 08:05  n8gray
3753         * doc/help.etx (1.16), doc/nedit.doc (1.16), doc/nedit.html (1.10),
3754         source/help_data.h (1.14), source/help_topic.h (1.10): Minor change
3755         to the documentation for nedit.typingHidesPointer X resource.  By
3756         the way, the X resources section of the documentation doesn't seem
3757         to be in any order whatsoever.  Maybe it should be sorted or
3758         grouped into functional groups.
3760 2002-07-29 03:51  n8gray
3762         * source/macro.c (1.46): Applying TK's autoflushing t_print patch
3763         (SF #552760).  I'm not adding a call to isatty, but if anybody
3764         cares enough about the issue they're welcome to do it.  I just want
3765         to make sure the patch isn't forgotten.
3767 2002-07-28 19:25  edg
3769         * source/preferences.c (1.62): Introduced alpha preference file
3770         version numbering (5.4a1, 5.4a2, ...) for development versions.
3772 2002-07-27 08:55  yooden
3774         * source/: highlightData.c (1.33), macro.c (1.45), preferences.c
3775         (1.61), preferences.h (1.24), smartIndent.c (1.17), userCmds.c
3776         (1.27): Removed obsolete function CopyAllocatedString()
3778 2002-07-26 22:19  n8gray
3780         * source/window.c (1.58): Fixed flickering under-shadow on stats
3781         line.  (Thanks to TK Soh for the fix.) Also fixed horrible
3782         tab-space mixing.
3784 2002-07-26 21:39  n8gray
3786         * ChangeLog (1.26), doc/help.etx (1.15), doc/nedit.doc (1.15),
3787         doc/nedit.html (1.9), source/file.c (1.47), source/help_data.h
3788         (1.13), source/help_topic.h (1.9), source/macro.c (1.44),
3789         source/menu.c (1.63), source/nedit.c (1.34), source/nedit.h (1.26),
3790         source/preferences.c (1.60), source/tags.c (1.42), source/tags.h
3791         (1.12), source/text.c (1.30), source/textDisp.c (1.26),
3792         source/textDisp.h (1.12), source/window.c (1.57): This is the big
3793         one.  NEdit is now calltips-enabled!  :-)
3795 2002-07-20 23:18  yooden
3797         * util/fileUtils.c (1.26): Cover different return value of
3798         readlink() for Lynx.
3800 2002-07-20 23:15  yooden
3802         * makefiles/Makefile.lynx (1.4): Avoid annoying warnings about
3803         include files.
3805 2002-07-20 09:37  amai
3807         * util/utils.c (1.17): Fix order of #includes
3809 2002-07-17 20:42  slobasso
3811         * source/menu.c (1.62): Lesstif was causing problems with
3812         accelerators kicking off actions on KeyRelease events rather than
3813         KeyPress events. This should fix key accelerated Mark and Goto Mark
3814         commands.
3816 2002-07-17 15:14  edg
3818         * source/: highlight.c (1.31), highlightData.c (1.32), regularExp.c
3819         (1.18), regularExp.h (1.10): Speed improvements in syntax
3820         highlighting and regex engines.
3822 2002-07-16 11:39  edg
3824         * source/window.c (1.56): Inserted a cast to suppress a warning
3825         with certain compilers.
3827 2002-07-15 14:11  edg
3829         * source/: help.c (1.81), macro.c (1.43), preferences.c (1.59),
3830         regularExp.c (1.17), regularExp.h (1.9), search.c (1.48), search.h
3831         (1.17), tags.c (1.41): Lookbehind regex fix: adding missing
3832         backward search extent information.
3834 2002-07-12 11:44  edg
3836         * source/window.c (1.55), util/misc.c (1.41): Presumed fix for SF
3837         #550870: Nedit quietly exits unexpectedly.  Missing X atoms were
3838         not created, but always used.
3840 2002-07-11 21:18  slobasso
3842         * source/file.c (1.46), source/file.h (1.10), source/help.c (1.80),
3843         source/help.h (1.10), source/highlight.c (1.30), util/DialogF.h
3844         (1.7), util/clearcase.h (1.3), util/fileUtils.h (1.9),
3845         util/fontsel.h (1.7), util/getfiles.h (1.5), util/managedList.h
3846         (1.5), util/misc.h (1.13), util/prefFile.h (1.6), util/printUtils.h
3847         (1.7), util/system.h (1.11), util/utils.c (1.16), util/utils.h
3848         (1.9), util/vmsParam.h (1.4), util/vmsUtils.h (1.5),
3849         source/highlight.h (1.6), source/highlightData.c (1.31),
3850         source/highlightData.h (1.8), source/interpret.c (1.25),
3851         source/interpret.h (1.8), source/macro.c (1.42), source/macro.h
3852         (1.4), source/menu.c (1.61), source/menu.h (1.7), source/nc.c
3853         (1.25), source/nedit.c (1.33), source/nedit.h (1.25),
3854         source/parse.h (1.5), source/parse.y (1.19), source/parse_noyacc.c
3855         (1.3), source/preferences.c (1.58), source/preferences.h (1.23),
3856         source/rbTree.c (1.7), source/rbTree.h (1.3), source/regexConvert.c
3857         (1.8), source/regexConvert.h (1.4), source/regularExp.c (1.16),
3858         source/regularExp.h (1.8), source/search.c (1.47), source/search.h
3859         (1.16), source/selection.c (1.21), source/selection.h (1.5),
3860         source/server.c (1.17), source/server.h (1.4), source/shell.c
3861         (1.23), source/shell.h (1.5), source/shift.c (1.13), source/shift.h
3862         (1.4), source/smartIndent.c (1.16), source/smartIndent.h (1.5),
3863         source/tags.c (1.40), source/tags.h (1.11), source/text.c (1.29),
3864         source/text.h (1.8), source/textBuf.c (1.21), source/textBuf.h
3865         (1.9), source/textDisp.c (1.25), source/textDisp.h (1.11),
3866         source/textDrag.c (1.8), source/textDrag.h (1.3), source/textP.h
3867         (1.4), source/textSel.c (1.10), source/textSel.h (1.3),
3868         source/undo.c (1.11), source/undo.h (1.5), source/userCmds.c
3869         (1.26), source/userCmds.h (1.5), source/window.c (1.54),
3870         source/window.h (1.9), source/windowTitle.c (1.8),
3871         source/windowTitle.h (1.2): more header file cleanup
3873 2002-07-09 14:15  edg
3875         * doc/help.etx (1.14), doc/nedit.doc (1.14), doc/nedit.html (1.8),
3876         source/help_data.h (1.12), source/help_topic.h (1.8),
3877         source/highlight.c (1.29), source/preferences.c (1.57),
3878         source/regularExp.c (1.15), source/regularExp.h (1.7),
3879         source/search.c (1.46): Committed SF patch #530308: look-behind
3880         regular expression matching.
3882 2002-07-05 22:28  uid71894
3884         * doc/help.etx (1.13), source/macro.c (1.41), source/menu.c (1.60),
3885         source/preferences.c (1.56), util/prefFile.c (1.17), util/utils.c
3886         (1.15), util/utils.h (1.8): Moves NEdit's config files in ~/.nedit/
3887         or $NEDIT_HOME.
3889 2002-06-29 13:56  yooden
3891         * source/preferences.c (1.55): Added some comment macros for
3892         default language modes.
3894 2002-06-26 23:39  slobasso
3896         * util/: DialogF.c (1.24), DialogF.h (1.6), clearcase.c (1.4),
3897         clearcase.h (1.2), fileUtils.c (1.25), fileUtils.h (1.8), fontsel.c
3898         (1.18), fontsel.h (1.6), getfiles.c (1.21), getfiles.h (1.4),
3899         managedList.c (1.10), managedList.h (1.4), misc.c (1.40), misc.h
3900         (1.12), prefFile.c (1.16), prefFile.h (1.5), printUtils.c (1.19),
3901         printUtils.h (1.6), system.h (1.10), utils.c (1.14), utils.h (1.7),
3902         vmsParam.h (1.3), vmsUtils.h (1.4): make .h files include their
3903         requirements and move local .h files to top of include list.
3905 2002-06-26 23:37  slobasso
3907         * source/: shell.c (1.22), textDisp.c (1.24): warnings cleanup
3909 2002-06-20 21:32  slobasso
3911         * source/: text.c (1.28), text.h (1.7), textDisp.c (1.23),
3912         textDisp.h (1.10): Added code to handle graphics expose events that
3913         can result from calls to XCopyArea(). Also added code to look for
3914         these events since they can get backlogged in some circumstances.
3915         Removed hack to determine if we were obscured, since this should no
3916         longer be needed.
3918 2002-06-10 16:56  slobasso
3920         * source/tags.c (1.39): fixed merge conflict.
3922 2002-06-08 13:56  tringali
3924         * ChangeLog (1.25), Makefile (1.7), README (1.29), ReleaseNotes
3925         (1.16), doc/help.etx (1.12), doc/nedit.doc (1.13), doc/nedit.html
3926         (1.7), makefiles/Makefile.macosx (1.2), makefiles/Makefile.os2
3927         (1.12), source/Makefile.dependencies (1.17), source/comnedit.com
3928         (1.8), source/file.c (1.45), source/help.c (1.79), source/help.h
3929         (1.9), source/help_data.h (1.11), source/help_topic.h (1.7),
3930         source/highlight.c (1.28), source/highlightData.c (1.30),
3931         source/highlightData.h (1.7), source/lnknedit.com (1.6),
3932         source/nc.c (1.24), source/nedit.c (1.32), source/preferences.c
3933         (1.54), source/preferences.h (1.22), source/server.c (1.16),
3934         source/shell.c (1.21), source/tags.c (1.38), source/window.c
3935         (1.53), source/windowTitle.c (1.7), util/DialogF.c (1.23),
3936         util/comutil.com (1.4), util/fileUtils.c (1.24), util/fontsel.c
3937         (1.17), util/misc.c (1.39), util/prefFile.c (1.15),
3938         util/printUtils.c (1.18), util/utils.c (1.13), util/utils.h (1.6):
3939         Merge 5.3 release branch fixes back to mainline development.
3941 2002-06-01 15:18  tringali
3943         * Makefile (tags: REL-5-3) (BETA-5-3.3): Final changes for 5.3
3945 2002-06-01 13:44  tringali
3947         * doc/nedit.doc, doc/nedit.html, source/help_data.h
3948         (BETA-5-3.[4,4,4]) (utags: REL-5-3): Update version to 5.3 for
3949         final release.
3951 2002-05-16 07:53  edg
3953         * source/preferences.c (tags: REL-5-3) (BETA-5-3.5): Fix for SF
3954         #555364: 5.3RC1 preferences update not complete (provided by Markus
3955         Schwarzenberg).
3957 2002-05-08 16:19  slobasso
3959         * source/menu.c (1.59): Removed many calls to
3960         HidePointerOnKeyedEvent() that shouldn't have been put there.
3962 2002-05-08 15:30  slobasso
3964         * source/menu.c (1.58): verify we have an event before checking the
3965         type
3967 2002-05-07 01:13  n8gray
3969         * source/preferences.c (1.53): nedit.typingHidesPointer resource is
3970         no longer saved in .nedit file, just like other optional X
3971         resources.  (e.g. nedit.shell, nedit.tagFile, etc.)
3973 2002-05-06 15:52  slobasso
3975         * source/menu.c (1.57): Removed a call to HidePointerOnKeyedEvent
3976         in unloadTagsFileMenuCB that caused a crash.
3978 2002-05-03 13:36  amai
3980         * ChangeLog (tags: REL-5-3) (BETA-5-3.2): Update
3982 2002-05-02 00:01  slobasso
3984         * source/shell.c (BETA-5-3.3): Added code to allow substituted
3985         command strings to be arbitrarily long.
3987 2002-05-01 06:36  n8gray
3989         * source/: nedit.h (1.24), window.c (1.52): Committed separate
3990         line/col patch.
3991         
3992         Commit Haiku:     Line and Col on Right     Not Customizable Yet   
3993          Hope There Are No Bugs
3995 2002-04-29 17:16  slobasso
3997         * doc/.cvsignore (1.2): added .version
3999 2002-04-29 08:39  edg
4001         * util/comutil.com (BETA-5-3.1): VMS "makefile" enhancements (Jack
4002         Patteeuw).
4004 2002-04-29 00:35  amai
4006         * .cvsignore (1.1), doc/.cvsignore (1.1), source/.cvsignore (1.3),
4007         util/.cvsignore (1.1): Add/enhance .cvsignore .cvsignore files
4009 2002-04-29 00:28  amai
4011         * source/window.c (1.51): Drop an unused #include
4013 2002-04-26 16:10  slobasso
4015         * source/tags.c (1.37): Removed unused variables and double free.
4017 2002-04-26 16:06  slobasso
4019         * source/tags.c (1.36): Cleanup FindDefinition and how globals are
4020         used. Changes were actually in previous revision, but I
4021         accidentally committed without comment.
4023 2002-04-26 16:04  slobasso
4025         * source/tags.c (1.35): [no log message]
4027 2002-04-24 20:40  edg
4029         * source/: comnedit.com, lnknedit.com (BETA-5-3.[1,1]): VMS
4030         compilation and linking fixes (Jack Patteeuw).
4032 2002-04-23 19:52  edg
4034         * source/nc.c, source/preferences.c, source/window.c,
4035         source/windowTitle.c, util/fileUtils.c (BETA-5-3.[2,4,4,9,1]):
4036         Various VMS compilation & linking fixes. 5.3 now compiles and runs
4037         at least on Alpha OpenVMS V7.2-1 (confirmed by Jack Patteeuw, who
4038         also reported the problems).
4040 2002-04-22 16:37  slobasso
4042         * source/text.c (1.27): fix compiler warning.
4044 2002-04-22 15:24  amai
4046         * ChangeLog (1.24): Update
4048 2002-04-22 15:22  amai
4050         * makefiles/Makefile.macosx (BETA-5-3.2): Fix line endings from
4051         "\\" to "\".  Correct linking order in alternative set of flags
4052         using XFree86 with LessTif
4054 2002-04-19 21:40  slobasso
4056         * doc/help.etx (1.11): Added new feature to hide mouse pointer
4057         while typing.
4059 2002-04-19 16:22  slobasso
4061         * source/: help_data.h (1.10), menu.c (1.56), menu.h (1.6),
4062         preferences.c (1.52), preferences.h (1.21), text.c (1.26), text.h
4063         (1.6), textDisp.c (1.22), textDisp.h (1.9): Added new feature to
4064         hide mouse pointer while typing.
4066 2002-04-16 17:29  edg
4068         * source/nc.c, source/server.c, source/windowTitle.c, util/utils.c,
4069         util/utils.h (BETA-5-3.[1,1,8,1,1]): Renamed GetHostName() to
4070         GetNameOfHost() to avoid linking problems on VMS (the VMS linker is
4071         case-insensitive; GetHostName() conflicts with standard
4072         gethostname()).
4074 2002-04-15 10:46  edg
4076         * source/: file.c, preferences.c, preferences.h (BETA-5-3.[1,3,1]):
4077         Fix for linking problem on VMS: function
4078         GetPrefAlwaysCheckRelativeTagsSpecs had more than 31 characters.
4079         Replaced it by GetPrefAlwaysCheckRelTagsSpecs.
4081 2002-04-13 20:24  edg
4083         * source/window.c (BETA-5-3.3): Minor fix: MakeSelectionVisible()
4084         did not take into account line numbers.  (SF #543178: Line numbers
4085         hide CTRL-M matches).
4087 2002-04-12 18:12  edg
4089         * doc/help.etx, doc/nedit.doc, doc/nedit.html, source/help_data.h
4090         (BETA-5-3.[1,3,3,3]): Documentation fixes (X-resource section).
4092 2002-04-12 18:09  edg
4094         * source/help.c (BETA-5-3.7): Backed out previous change because
4095         affects default width of help windows.  Will consult developers
4096         first.
4098 2002-04-12 17:50  edg
4100         * source/help.c (BETA-5-3.6): Small fix: nedit.helpFont was ignored
4101         when determining initial size of help windows (instead, the value
4102         of the now obsolete nedit*helpText.font resource was used
4103         implicitly).
4105 2002-04-10 09:41  edg
4107         * source/highlight.c (BETA-5-3.4): Crash fix for syntax
4108         highlighting pattern sets containing only pass-2 patterns.
4110 2002-03-28 14:21  edg
4112         * util/printUtils.c (tags: BETA-5-3-RC1) (BETA-5-3.1): Applied
4113         patch submitted with SF bug #536168: printing to KDE print
4114         framework.
4116 2002-03-26 22:32  amai
4118         * makefiles/Makefile.macosx (tags: BETA-5-3-RC1) (BETA-5-3.1): Add
4119         sample linker command using LessTif as posted on discuss@
4121 2002-03-26 13:43  edg
4123         * util/fontsel.c (tags: BETA-5-3-RC1) (BETA-5-3.1): Prevent
4124         possible crash when the Font dialog is destroyed while a modal Font
4125         Selection dialog is up.
4127 2002-03-25 10:02  edg
4129         * source/highlight.c (tags: BETA-5-3-RC1) (BETA-5-3.3): Prevent
4130         buffer overflow in DialogF when reporting a RE compilation error
4131         for a very large RE.
4133 2002-03-23 17:04  edg
4135         * source/shell.c (tags: BETA-5-3-RC1) (BETA-5-3.2): The line
4136         counting algorithm for shell command output dialog is still not
4137         fullproof (it would require emulating word wrapping). Now a
4138         scrollbar is created when there is a risk of underestimating the
4139         number of lines, to make sure that no line ever gets obscured.
4141 2002-03-22 15:54  edg
4143         * source/shell.c (BETA-5-3.1): Fix for shell command output dialog
4144         obscuring final lines under certain conditions (reported at discuss
4145         list).
4147 2002-03-21 08:41  edg
4149         * source/: window.c, tags.c (BETA-5-3.[2,2]) (utags: BETA-5-3-RC1):
4150         Got rid of strdup() call (+related comment in disabled code in
4151         tags.c).
4153 2002-03-21 00:19  amai
4155         * source/highlightData.c (tags: BETA-5-3-RC1) (BETA-5-3.4): SF
4156         Patch [ 531549 ] TCL highlight patterns updated.
4158 2002-03-21 00:15  amai
4160         * makefiles/Makefile.os2 (tags: BETA-5-3-RC1) (BETA-5-3.2): Correct
4161         linker flags for omf/debuggable build
4163 2002-03-20 18:30  edg
4165         * source/highlightData.c (BETA-5-3.3): Double bug fix in X
4166         Resources pattern: context distance violation and missing escapes
4167         and continuation highlights.
4169 2002-03-19 21:39  edg
4171         * source/help.c (tags: BETA-5-3-RC1) (BETA-5-3.5): Replaced
4172         (non-ANSI) snprintf() call by equivalent code.
4174 2002-03-19 18:29  edg
4176         * source/windowTitle.c (tags: BETA-5-3-RC1) (BETA-5-3.7): The
4177         background color copying code for the preview didn't work with all
4178         Motif versions (it even crashed). Now copied the color from the
4179         form iso. a label.  This should work also for Motif 1.2.
4181 2002-03-19 17:42  edg
4183         * Makefile (tags: BETA-5-3-RC1) (BETA-5-3.2): Include nedit.html in
4184         binary distributions.
4186 2002-03-19 17:39  edg
4188         * ChangeLog, doc/nedit.doc, doc/nedit.html, source/help_data.h,
4189         source/help_topic.h (BETA-5-3.[1,2,2,2,2]) (utags: BETA-5-3-RC1):
4190         Final update for 5.3RC1 (hopefully).
4192 2002-03-19 08:51  edg
4194         * source/windowTitle.c (BETA-5-3.6): Changed the preview field's
4195         background color to make it clear that it is read-only.
4197 2002-03-18 23:41  edg
4199         * source/highlight.c (BETA-5-3.2): Fix for SF #531577: Balance
4200         fails before text viewed.  Unparsed parens are parsed with pass-2
4201         patterns when necessary.
4203 2002-03-18 23:15  edg
4205         * source/: help.c, nedit.c (tags: BETA-5-3-RC1) (BETA-5-3.[4,2]):
4206         Committed Markus' latest enhancements (focus related).
4208 2002-03-17 11:21  yooden
4210         * source/windowTitle.c, util/prefFile.c (tags: BETA-5-3-RC1)
4211         (BETA-5-3.[5,1]): Makes the cursor in the Window Title Dialog's
4212         preview field invisible.
4214 2002-03-16 20:40  edg
4216         * source/window.c (BETA-5-3.1): Changed 2 free() calls into XFree
4217         calls().
4219 2002-03-15 14:36  amai
4221         * source/: Makefile.dependencies (tags: BETA-5-3-RC1) (BETA-5-3.1),
4222         Makefile.dependencies (1.16): Update
4224 2002-03-15 08:51  edg
4226         * source/: help.c, help.h (tags: BETA-5-3-RC1), nedit.c
4227         (BETA-5-3.[3,1,1]): Applied patch 526967: single window help with
4228         history (with a minor modification in the mnemonics: P for Previous
4229         iso. Print).
4231 2002-03-14 17:41  amai
4233         * source/textDisp.c (1.21), source/textDrag.c (1.7),
4234         source/textSel.c (1.9), source/undo.c (1.10), source/userCmds.c
4235         (1.25), source/window.c (1.50), source/windowTitle.c (1.6),
4236         util/DialogF.c (1.22), util/clearcase.c (1.3), util/fileUtils.c
4237         (1.23), util/fontsel.c (1.16), util/getfiles.c (1.20),
4238         util/managedList.c (1.9), util/misc.c (1.38), util/prefFile.c
4239         (1.14), util/printUtils.c (1.17), util/utils.c (1.12): Attempt to
4240         complete last commit (add trailing optional #include)
4242 2002-03-14 17:18  amai
4244         * source/: rbTree.c (1.6), regexConvert.c (1.7), regularExp.c
4245         (1.14), search.c (1.45), selection.c (1.20), server.c (1.15),
4246         shell.c (1.20), shift.c (1.12), smartIndent.c (1.15), tags.c
4247         (1.34), text.c (1.25), textBuf.c (1.20): Add an optional #include
4248         at the end of all #includes in each .c source file. Document that
4249         stuff in Makefile.generic
4251 2002-03-14 17:15  amai
4253         * makefiles/Makefile.generic (1.8), source/file.c (1.44),
4254         source/help.c (1.78), source/highlight.c (1.27),
4255         source/highlightData.c (1.29), source/interpret.c (1.24),
4256         source/linkdate.c (1.3), source/macro.c (1.40), source/menu.c
4257         (1.55), source/nc.c (1.23), source/nedit.c (1.31),
4258         source/preferences.c (1.51): Add an optional #include at the end of
4259         all #includes in each .c source file. Document that stuff in
4260         Makefile.generic
4262 2002-03-14 15:33  edg
4264         * source/windowTitle.c (BETA-5-3.4): Removed some toggle button
4265         margin height overrides that caused the mnemonic underscores to
4266         disappear with certain Motif versions.
4268 2002-03-14 01:25  amai
4270         * source/file.c (1.43), source/help.c (1.77), source/highlight.c
4271         (1.26), source/highlightData.c (1.28), source/interpret.c (1.23),
4272         source/linkdate.c (1.2), source/macro.c (1.39), source/menu.c
4273         (1.54), source/nc.c (1.22), source/preferences.c (1.50),
4274         source/rbTree.c (1.5), source/regexConvert.c (1.6),
4275         source/regularExp.c (1.13), source/search.c (1.44),
4276         source/selection.c (1.19), source/server.c (1.14), source/shell.c
4277         (1.19), source/shift.c (1.11), source/smartIndent.c (1.14),
4278         source/tags.c (1.33), source/text.c (1.24), source/textBuf.c
4279         (1.19), source/textDisp.c (1.20), source/textDrag.c (1.6),
4280         source/textSel.c (1.8), source/undo.c (1.9), source/userCmds.c
4281         (1.24), source/window.c (1.49), source/windowTitle.c (1.5),
4282         util/DialogF.c (1.21), util/clearcase.c (1.2), util/fileUtils.c
4283         (1.22), util/fontsel.c (1.15), util/getfiles.c (1.19),
4284         util/managedList.c (1.8), util/misc.c (1.37), util/prefFile.c
4285         (1.13), util/printUtils.c (1.16), util/utils.c (1.11): Optionally
4286         #include "../config.h" anywhere at first place in all(?) .c files
4288 2002-03-13 17:15  edg
4290         * source/help.c (BETA-5-3.2): Leak fix: style buffers were leaked
4291         when help windows were closed or dismissed.
4293 2002-03-13 13:19  edg
4295         * source/highlightData.c (BETA-5-3.2): Minor fix in Tcl patterns:
4296         newlines are allowed in double quoted strings.
4298 2002-03-13 12:05  edg
4300         * source/preferences.c, util/DialogF.c, util/misc.c
4301         (BETA-5-3.[2,1,1]) (utags: BETA-5-3-RC1): Various minor leak fixes.
4303 2002-03-13 12:04  edg
4305         * source/windowTitle.c (BETA-5-3.3): Made the preview field use a
4306         variable width font to avoid obscuring it too easily.
4308 2002-03-12 20:22  edg
4310         * source/preferences.c (BETA-5-3.1): Small leak fix in language
4311         mode detection.
4313 2002-03-12 20:20  edg
4315         * source/: highlight.c, highlightData.c, highlightData.h (tags:
4316         BETA-5-3-RC1) (BETA-5-3.[1,1,1]): Revised syntax-based paren
4317         matching algorithm: relaxes constraints on highlight patterns.
4318         Valid matches should no longer be missed.
4320 2002-03-12 16:59  edg
4322         * source/help.c (BETA-5-3.1): Leak fix: text was leaked when
4323         printed.
4325 2002-03-12 16:22  edg
4327         * source/windowTitle.c (BETA-5-3.2): Removed an XmStringFree() call
4328         that was left behind (and caused a crash).
4330 2002-03-12 16:16  amai
4332         * makefiles/Makefile.os2 (BETA-5-3.1): Reduce stack size of
4333         binaries.
4335 2002-03-12 14:52  edg
4337         * Makefile, README (tags: BETA-5-3-RC1), ReleaseNotes (tags:
4338         BETA-5-3-RC1), doc/nedit.doc, doc/nedit.html, source/help_data.h,
4339         source/help_topic.h (BETA-5-3.[1,2,2,1,1,1,1]): Set version to
4340         5.3RC1.
4342 2002-03-12 09:04  edg
4344         * ReleaseNotes, source/tags.c (BETA-5-3.[1,1]): Applied patch
4345         #520941: FindDefinition function incorrectly reads the X selection
4346         even when an argument has been provided for the find_definition()
4347         action routine.
4349 2002-03-12 00:46  amai
4351         * README (BETA-5-3.1): Small updates on LessTif info
4353 2002-03-11 23:09  tringali
4355         * source/windowTitle.c (BETA-5-3.1): Fix UI so dialog doesn't jump
4356         around.  Also prevent overflow bug in text field.
4358 2002-03-11 22:41  amai
4360         * source/windowTitle.c (1.4): Fix compiler warning
4362 2002-03-11 22:40  amai
4364         * README (1.28): Small updates on LessTif info
4366 2002-03-11 22:18  edg
4368         * doc/nedit.doc (1.12), doc/nedit.html (1.6), source/help_data.h
4369         (1.9), source/help_topic.h (1.6), README (1.27), ReleaseNotes
4370         (1.15): Last update before 5.3 branch.
4372 2002-03-11 22:05  edg
4374         * doc/help.etx (1.10, BETA-5-3-RC1), source/highlight.c (1.25),
4375         source/highlight.h (1.5, BETA-5-3-RC1), source/menu.c (1.53,
4376         BETA-5-3-RC1), source/nedit.h (1.23, BETA-5-3-RC1),
4377         source/preferences.c (1.49), source/preferences.h (1.20,
4378         BETA-5-3-RC1), source/search.c (1.43, BETA-5-3-RC1),
4379         source/window.c (1.48): Applied SF patch #513976: Syntax-based
4380         parenthesis matching.
4382 2002-03-11 18:17  edg
4384         * ChangeLog (1.23), README (1.26), ReleaseNotes (1.14): Update for
4385         5.3.
4387 2002-03-08 10:40  edg
4389         * source/window.c (1.47): Fix for #527319: segfault in
4390         virtKeyBindingsAreInvalid().
4392 2002-03-08 08:43  edg
4394         * source/tags.c (1.32): Fix for #527222: malloc bugs in tags.c
4395         (Nathan Gray).
4397 2002-03-07 20:49  edg
4399         * doc/nedit.doc (1.11), doc/nedit.html (1.5), source/help_data.h
4400         (1.8), source/help_topic.h (1.5): Regenerated.
4402 2002-03-07 20:36  edg
4404         * doc/help.etx (1.9), source/windowTitle.c (1.3): Applied patch
4405         #519092: Customizable window title UI redesign
4407 2002-03-07 17:40  edg
4409         * source/menu.c (1.52): Removed some (unnecessary) statements that
4410         could cause the X server to freeze when the background menu was
4411         popped up while any of the lock keys were on.
4413 2002-03-07 16:42  tringali
4415         * makefiles/Makefile.linux (1.8, BETA-5-3-RC1): Add -lXp.
4417 2002-03-06 22:04  edg
4419         * doc/help.etx (1.8), source/nedit.h (1.22), source/preferences.c
4420         (1.48), source/preferences.h (1.19), source/window.c (1.46): Added
4421         patch #525903: Workaround for invalid virtual key bindings attached
4422         to the root window: invalid bindings are detected and ignored
4423         (behavior can be controlled with a new X-resource).
4425 2002-03-06 14:42  tringali
4427         * makefiles/Makefile.linux (1.7): Force Motif to be pulled in
4428         statically by default.  Linux users tend to upgrade frequently or
4429         move binaries across systems, causing library version skew.
4431 2002-03-04 20:10  amai
4433         * source/tags.c (1.31): Remove unused statements/code lines as
4434         pointed out on develop@
4436 2002-03-02 17:02  yooden
4438         * doc/help.etx (1.7), source/file.c (1.42, BETA-5-3-RC1),
4439         source/menu.c (1.51), source/nedit.h (1.21), source/preferences.c
4440         (1.47), source/preferences.h (1.18): Makes the line feed NEdit
4441         appends on save optional. (SF Bug #495009)
4443 2002-03-01 22:44  slobasso
4445         * source/interpret.c (1.22, BETA-5-3-RC1): properly round pow()
4446         results
4448 2002-03-01 17:13  amai
4450         * ChangeLog (1.22), README (1.25): Update timestamp and ChangeLog
4452 2002-03-01 17:12  amai
4454         * util/fileUtils.c (1.21, BETA-5-3-RC1): Add a UNICOS-specific call
4455         to readlink()
4457 2002-03-01 17:04  amai
4459         * util/fontsel.c (1.14): Replace rint(x) by floor(x+0.5)
4461 2002-03-01 16:04  amai
4463         * makefiles/Makefile.unicos (1.5, BETA-5-3-RC1): Patch from Paolo
4464         Palazzi to compile on UNICOS 10.0.1.0
4466 2002-02-27 14:44  edg
4468         * source/window.c (1.45): Setfont: fixed a bug with the window
4469         getting the wrong width when changing the font size under fvwm (or
4470         any other ICCCM2 compliant window manager). Fix provided by Dominik
4471         Vogt of fvwm.
4473 2002-02-27 11:26  edg
4475         * source/text.c (1.23, BETA-5-3-RC1): Replaced the "None" modifiers
4476         by "~Alt ~Shift ~Ctrl ~Meta", because "None" also excludes lock
4477         keys and prevents PageUp/PageDown from responding when, for
4478         instance, the NumLock key is on (so I didn't mix up my binaries
4479         after all :-).
4481 2002-02-25 17:28  edg
4483         * source/text.c (1.22): Reverted the last change. I've probably
4484         mixed up my NEdit binaries.
4486 2002-02-25 14:29  edg
4488         * source/text.c (1.21): Removed the recently introduced None
4489         modifiers in default key bindings.  They don't seem to be
4490         recognized by all Motif versions, causing the PageUp/PageDown keys
4491         to stop working.
4493 2002-02-25 10:32  edg
4495         * source/textDisp.c (1.19, BETA-5-3-RC1): Fix for SF #522263:
4496         segfault fix (Nathaniel Gray).
4498 2002-02-24 21:16  edg
4500         * source/: textBuf.c (1.18), textBuf.h (1.8) (utags: BETA-5-3-RC1):
4501         Fix for #522038: Internal error when splitting window.  Allowed
4502         more than one pre-delete callback per window (I originally thought
4503         that only one was necessary).
4505 2002-02-23 20:01  edg
4507         * source/window.c (1.44): Avoid temporarily invalid WM size hints.
4508         They seem to amplify the effects of a bug in fvwm2 (SF #496526:
4509         Very wide nedit window with fvwm).
4511 2002-02-21 18:53  tringali
4513         * source/text.c (1.20): Fix broken PageUp and PageDown keys on
4514         systems that bind osfPageLeft to Ctrl-PageUp.
4516 2002-02-20 13:03  amai
4518         * source/help.c (1.76): Make getBuildInfo() to return a static
4519         string.
4521 2002-02-16 14:39  edg
4523         * source/help_data.h (1.7): Regenerated with fixed setext (fixes
4524         some style problems).
4526 2002-02-16 14:37  edg
4528         * doc/setext (1.7, BETA-5-3-RC1): Style transition fixes by Steven
4529         Haehn.
4531 2002-02-15 09:41  edg
4533         * doc/nedit.html (1.4), source/help_data.h (1.6),
4534         source/help_topic.h (1.4): Regenerated with fixed setext.
4536 2002-02-15 09:37  edg
4538         * doc/setext (1.6): Applied bug fixes in help and html generation
4539         (provided by Steven Haehn).
4541 2002-02-14 21:08  edg
4543         * source/preferences.c (1.46): Bumped .nedit file version to 5.3.
4545 2002-02-14 21:04  edg
4547         * README (1.24): Synchronized author list with help.etx.
4549 2002-02-14 20:24  amai
4551         * README (1.23), ReleaseNotes (1.13): Re-arrange some text
4553 2002-02-14 14:28  tringali
4555         * source/preferences.c (1.45): Oops, helvetica fonts aren't italic,
4556         they're oblique.
4558 2002-02-13 23:10  edg
4560         * README (1.22), ReleaseNotes (1.12): Preparation of 5.3 release.
4562 2002-02-13 23:07  edg
4564         * source/nc.c (1.21, BETA-5-3-RC1): Preparation of 5.3 release.
4566 2002-02-13 20:47  tringali
4568         * source/preferences.c (1.44): Change help fonts to be like the
4569         defaults we have in nedit.c to reduce the likelihood of them being
4570         missing or defective.
4572 2002-02-13 20:00  tringali
4574         * util/misc.c (1.36): Fix for [ #478234 ] nedit crash with Xwindows
4575         on 2nd screen
4577 2002-02-13 18:03  edg
4579         * ChangeLog (1.21): Update.
4581 2002-02-13 14:14  edg
4583         * source/textDisp.c (1.18): Fix for SF bug #516920: line numbering
4584         in continuous wrap mode.
4586 2002-02-13 12:30  edg
4588         * doc/nedit.doc (1.10), doc/nedit.html (1.3), source/help_data.h
4589         (1.5), source/help_topic.h (1.3): Regenerated documentation.
4591 2002-02-13 12:27  edg
4593         * doc/setext-info.txt (1.1, BETA-5-3-RC1): Added setext format
4594         documentation provided by Steven Haehn.
4596 2002-02-13 12:12  edg
4598         * doc/help.etx (1.6): Minor fixes.
4600 2002-02-11 21:23  arnef
4602         * source/windowTitle.c (1.2): Fixed reason for crash when window is
4603         destroyed.  Removing leading dashes and spaces Checking for array
4604         out of bounds when creating title.
4606 2002-02-11 10:45  edg
4608         * source/highlightData.c (1.27): Upgraded X Resources highlight
4609         patterns to improve highlighting performance.  SF bug #481290;
4610         patterns provided by Markus Schwarzenberg.
4612 2002-02-08 23:26  tringali
4614         * source/nedit.c (1.30): Yet another attempted fix for 434383:
4615         menus showing up as blocks.
4617 2002-02-07 10:23  edg
4619         * doc/help.etx (1.5): Updates for SF bug #489601: misprint in
4620         help.c.
4622 2002-02-07 10:00  edg
4624         * doc/help.etx (1.4): Fix for SF bug #432203: Error in regex help
4625         for \l and \L.
4627 2002-02-07 09:28  edg
4629         * doc/setext (1.5): Comment on #! interpreter line is not allowed
4630         for every shell.
4632 2002-02-05 22:01  edg
4634         * source/highlight.c (1.24): Fix for SF bug #512961: NEdit LOCKS
4635         UP, and also for a similar bug reported at the discuss mailing list
4636         (Philippe Poilbarbe: Infinite Loop).  Yet another char/unsigned
4637         char mixup problem.
4639 2002-02-05 20:55  edg
4641         * source/regularExp.c (1.12, BETA-5-3-RC1): Fixed a char/unsigned
4642         char comparison problem that caused crashes when patterns contained
4643         characters with ASCII code >= 128.
4645 2002-02-05 18:16  edg
4647         * source/: textBuf.c (1.17), textDisp.c (1.17), textDisp.h (1.8,
4648         BETA-5-3-RC1), window.c (1.43): Bug fix for SF bug #510631: 5.2
4649         segmentation fault on Linux/i386.  Modifying tab distance in
4650         continous wrap mode brought the text display widget in an illegal
4651         state.
4653 2002-02-05 13:15  edg
4655         * source/highlight.c (1.23): Bugfix in color allocation (Thomas
4656         Schuetzkowski).
4658 2002-02-03 16:41  edg
4660         * source/: textBuf.c (1.16), textBuf.h (1.7), textDisp.c (1.16),
4661         textDisp.h (1.7): Patches for SF bug #485415: Continuous wrap
4662         updating bugs.  Continuous wrap mode combined with variable font
4663         sizes resulted in wrong text display calculations.
4665 2002-02-01 15:03  edg
4667         * source/textDisp.c (1.15): Patch for SF bug #510765: Help>Version
4668         scrollbar can get corrupted.  The text display widget used wrong
4669         style information for wrapping calculations when using variable
4670         width fonts.
4672 2002-01-28 10:43  amai
4674         * ChangeLog (1.20), source/help.c (1.75), source/nedit.c (1.29),
4675         source/server.c (1.13, BETA-5-3-RC1), source/tags.c (1.30),
4676         source/textDisp.c (1.14), source/textDrag.c (1.5, BETA-5-3-RC1),
4677         source/undo.c (1.8, BETA-5-3-RC1): Add some explicit #include
4678         <string.h>
4680 2002-01-23 16:54  tringali
4682         * source/help.c (1.74): Change parenthesis style to match the rest
4683         of nedit source code.
4685 2002-01-23 16:53  tringali
4687         * source/textSel.c (1.7, BETA-5-3-RC1): Accept COMPOUND_TEXT
4688         selection requests for compatability with recent versions of
4689         gnome-terminal.
4691 2002-01-17 01:34  amai
4693         * makefiles/Makefile.os2 (1.11): Some small fixes/enhancements
4695 2002-01-15 17:05  tringali
4697         * source/: menu.c (1.50), window.c (1.42): Lower case, Upper case,
4698         and Find Def do not require an NEdit selection.  LC/UC can operate
4699         on the cursor, and Find Def can use an external selection.
4701 2002-01-13 16:01  yooden
4703         * source/: menu.c (1.49), window.c (1.41): Removed four
4704         XtSetSensitive calls that prevent use of 'Open Selected' and 'Find
4705         Selection' on selections that are not NEdit's.
4707 2002-01-12 00:59  amai
4709         * makefiles/Makefile.os2 (1.10), source/nc.c (1.20): Makefile.os2:
4710         update/correct some linker options nc.c: I think I previously
4711         messed up the commandline for EMX&VMS case.  Perhaps not a good
4712         idea to mess around in code which I can't test...
4714 2002-01-11 18:21  amai
4716         * source/nc.c (1.19): Fix for server startup command line on OS/2:
4717         missing flag for START command and fix memory leak.
4719 2002-01-11 13:10  amai
4721         * doc/setext (1.4), source/help_data.h (1.4): Patch from Steven
4722         Haehn to add some static/const to setext output
4724 2002-01-10 12:49  amai
4726         * source/help.c (1.73): Make some funcs/vars static
4728 2002-01-08 16:06  amai
4730         * README (1.21): New timestamp ...  (a test whether the commit
4731         messages get a different subject now)
4733 2002-01-08 14:33  amai
4735         * ChangeLog (1.19), source/menu.c (1.48), source/nedit.h (1.20),
4736         source/window.c (1.40): Make more menu Items sensitive WRT an
4737         existing selection: Cut, Upper, Lower
4739 2002-01-07 10:15  amai
4741         * source/tags.c (1.29): Jump to tags only referenced by line
4742         number.  Fix by M. Schwarzenberg.
4744 2002-01-05 16:52  amai
4746         * source/search.c (1.42): Only set *again menu Items on the first
4747         search ever (not on each)
4749 2002-01-05 16:45  amai
4751         * source/: Makefile.dependencies (1.15), menu.c (1.47), nedit.h
4752         (1.19), search.c (1.41), search.h (1.15, BETA-5-3-RC1), window.c
4753         (1.39): Toggle Menu Item sensitivity, including those from SF Bug [
4754         #486072 ] Selection commands sensitivity incorrect
4756 2002-01-05 02:19  edel
4758         * source/: help_data.h (1.3), help_topic.h (1.2): Regenerated
4759         help_topic.h and help_data.h for change in help.ext
4761 2002-01-05 02:09  edel
4763         * makefiles/Makefile.solaris (1.7, BETA-5-3-RC1): Reverting to 1.5
4764         (I accidentally committed my private mods, sorry).
4766 2002-01-05 01:48  edel
4768         * doc/help.etx (1.3), doc/setext (1.3), makefiles/Makefile.solaris
4769         (1.6), source/help.c (1.72), source/preferences.c (1.43),
4770         source/preferences.h (1.17): Help updates from Steve.  Remove
4771         unused title font resources, add back some missing help text.
4773 2002-01-04 16:39  amai
4775         * ChangeLog (1.18), source/textDisp.c (1.13): Fix ("wrong")
4776         compiler (gcc) warning about two uninitialized variables
4778 2001-12-31 14:34  amai
4780         * source/nc.c (1.18): Fix a problem with calling nedit from nc on
4781         OS/2 which I introduced recently.  Enlarge Preferences.serverCmd
4782         array.
4784 2001-12-24 11:50  amai
4786         * source/macro.c (1.38, BETA-5-3-RC1): Fix by Gilles J. Seguin for
4787         SF Bug [ #480966 ] Composed characters in learned sequence
4789 2001-12-24 09:46  amai
4791         * source/file.c (1.41), source/highlight.c (1.22), source/menu.c
4792         (1.46), util/getfiles.c (1.18, BETA-5-3-RC1): Fix for SF Bug [
4793         #480960 ] No titles in some dialog boxes as sent to develop@ from
4794         T. Haude
4796 2001-12-24 09:26  amai
4798         * ChangeLog (1.17), source/parse_noyacc.c (1.2, BETA-5-3-RC1),
4799         source/window.c (1.38): Update ChangeLog, parse_noyacc.c. Typo in
4800         window.c
4802 2001-12-24 09:18  amai
4804         * source/: interpret.c (1.21), interpret.h (1.7, BETA-5-3-RC1),
4805         parse.y (1.18, BETA-5-3-RC1): Apply SF Patch [ #496413 ]
4806         preliminary patch for #495293 from A. Hood which in turn fixes SF
4807         Bug [ #495293 ] continue outside of loop causes segfault
4809 2001-12-20 15:38  amai
4811         * source/: comnedit.com (1.7, BETA-5-3-RC1), parse.c_noyacc (1.8),
4812         parse_noyacc.c (1.1): Rename our fallback version of the parse.c
4813         code to have a reasonable file extension. Update VMS command file
4814         accordingly
4816 2001-12-19 17:08  tringali
4818         * source/help.c (1.71): Fix incorrect array size that crashes on
4819         platforms where sizeof(char*) != sizeof(int)
4821 2001-12-19 14:51  tringali
4823         * source/: window.c (1.37), nedit.c (1.28): Back out frame around
4824         text patch; doesn't work well with LessTif
4826 2001-12-18 18:53  tringali
4828         * source/: nedit.c (1.27), window.c (1.36): Put frame around text
4829         widget, for consistent look with XmScrolledText Patch courtesy of
4830         C. Rasmussen (If you don't like it, disable it with
4831         *pane*XmFrame.shadowThickness: 0)
4833 2001-12-17 16:28  amai
4835         * source/selection.c (1.18, BETA-5-3-RC1): Fix compilation problem
4837 2001-12-16 04:31  ajhood
4839         * source/selection.c (1.17):  Modified Files:
4840                 selection.c
4841         replacing sprintf lost the path name when opening files
4843 2001-12-14 14:35  edel
4845         * source/help_topic.h (1.1): Separated auto-generated part of
4846         help.h into different file, help_topic.h.
4848 2001-12-14 05:14  edel
4850         * doc/: Makefile (1.2, BETA-5-3-RC1), help.etx (1.2), nedit.doc
4851         (1.9), nedit.html (1.2), setext (1.2): Rearranged styles to put
4852         fixed fonts first, for sizing help text widget.
4854 2001-12-14 05:12  edel
4856         * source/: Makefile.dependencies (1.14), help.c (1.70), help.h
4857         (1.8), help_data.h (1.2): Rearanged help fonts so window is sized
4858         to match fixed-width formatting.  Fixed underlined fonts not
4859         working.
4861 2001-12-13 15:44  amai
4863         * source/tags.c (1.28): Drop // comments from last check-in
4865 2001-12-13 13:31  amai
4867         * ChangeLog (1.16), source/help.h (1.7): Add prototype to help.h to
4868         fix build warning
4870 2001-12-13 13:27  amai
4872         * source/tags.c (1.27), source/tags.h (1.10, BETA-5-3-RC1),
4873         util/fileUtils.c (1.20), util/utils.c (1.10, BETA-5-3-RC1),
4874         util/utils.h (1.5, BETA-5-3-RC1): Apply SF Patch [ #491109 ]
4875         recognize etags TAGS files added from M. Schwarzenberg
4877 2001-12-13 13:14  amai
4879         * source/interpret.c (1.20), source/macro.c (1.37), source/menu.c
4880         (1.45), source/parse.y (1.17), source/preferences.c (1.42),
4881         source/search.c (1.40), source/selection.c (1.16), source/tags.c
4882         (1.26), source/userCmds.c (1.23, BETA-5-3-RC1), util/printUtils.c
4883         (1.15): Fix for SF Bug [ #491943 ] missing (unsigned char) casts
4884         from M. Schwarzenberg
4886 2001-12-12 17:07  edel
4888         * source/help.c (1.69): Fixed hyperlink after search crash, search
4889         memory leak, cleaned up code, added more comments.
4891 2001-12-10 05:11  edel
4893         * source/help_data.h (1.1): Help data generated from
4894         ../doc/help.etx
4896 2001-12-10 05:07  edel
4898         * doc/nedit.html (1.1): Copy of html documentation generated by new
4899         help system
4901 2001-12-10 05:03  edel
4903         * doc/: Makefile (1.1), help.etx (1.1), nedit.doc (1.8), setext
4904         (1.1): New help system!
4906 2001-12-10 04:57  edel
4908         * source/: Makefile.dependencies (1.13), help.c (1.68), help.h
4909         (1.6), highlight.c (1.21), highlight.h (1.4), menu.c (1.44),
4910         preferences.c (1.41), preferences.h (1.16), textDisp.c (1.12): New
4911         help system!
4913 2001-12-07 10:50  amai
4915         * source/file.c (1.40): Close file handle upon various error
4916         conditions to leave the routine w/o success. Also reject block
4917         devices in addition to directories.
4919 2001-12-05 10:16  amai
4921         * source/: nc.c (1.17), nedit.c (1.26): nc: don't use XtWarning
4922         when report invalid commanline argument.  nedit: react properly if
4923         file name on commandline is too long. Now starts up GUI.
4925 2001-12-04 18:03  amai
4927         * ChangeLog (1.15), source/server.c (1.12), util/getfiles.c (1.17):
4928         More checks for ParseFilename()'s return value
4930 2001-12-04 17:50  amai
4932         * source/file.c (1.39), source/menu.c (1.43), source/nc.c (1.16),
4933         source/nedit.c (1.25), source/selection.c (1.15), source/tags.c
4934         (1.25), util/DialogF.c (1.20), util/fileUtils.c (1.19):
4935         ParseFilename() often gets called w/o the caller to ensure that the
4936         arguments are proper.  Let it do some checks and have an useful
4937         return value.
4939 2001-12-04 11:14  amai
4941         * makefiles/Makefile.macosx (1.1): Add Makefile for MacOS X, as
4942         found on our website
4944 2001-12-03 22:21  amai
4946         * source/: help.c (1.67), nedit.c (1.24): Update source timestamp
4947         and add -V to commandline help
4949 2001-12-03 22:18  amai
4951         * source/nc.c (1.15): Resolve a mess of #ifdefs in handling
4952         commandline args.  Implement -V|-version for nc
4954 2001-12-03 16:46  tringali
4956         * source/: Makefile.common (1.10, BETA-5-3-RC1), help.c (1.66),
4957         linkdate.c (1.1, BETA-5-3-RC1): Make build date more accurate by
4958         updating on actual link, not when help.c was last compiled.
4960 2001-12-02 17:58  edg
4962         * source/: textBuf.c (1.15), textSel.c (1.6): Applied SF patch
4963         #487945: Fix for rectangular overstrike paste.
4965 2001-11-30 15:41  tringali
4967         * source/: nedit.c (1.23), window.c (1.35): [487153] Let user
4968         override font of statistics line
4970 2001-11-27 22:53  edg
4972         * source/search.c (1.39): Enhancement to the (multi-file)
4973         replacement dialog: all files are first checked for changes to set
4974         correct sensitivity for the multi-file button and to generate an
4975         up-to-date list of writable files in the multi-file dialog.
4977 2001-11-27 10:47  amai
4979         * source/: help.c (1.65), menu.c (1.42), shell.c (1.18): Patch from
4980         A. Riese SF Patch [ #434451 ] line numbers in shell commands
4982 2001-11-27 09:09  amai
4984         * source/file.c (1.38), source/menu.c (1.41), util/prefFile.c
4985         (1.12), util/utils.c (1.9), util/utils.h (1.4): Introduce
4986         PrependHome() to create all paths of type $HOME/file without
4987         overflow.  Fixes some leaks, other remain ...
4989 2001-11-26 21:40  amai
4991         * util/: fileUtils.c (1.18), utils.c (1.8): Quit if a "safe"
4992         getpw*() call fails. GetUserName() returns a safe, cached result
4994 2001-11-26 17:17  amai
4996         * ChangeLog (1.14), README (1.20), source/help.c (1.64),
4997         source/nc.c (1.14), source/nedit.c (1.22): Apply Patch from M.
4998         Schwarzenberg: SF Patch [ #485610 ] -- open filenames starting with
4999         a dash
5001 2001-11-26 14:54  amai
5003         * util/fileUtils.c (1.17): Try to fix a potential memory
5004         (security?!?) leak in ExpandTile()
5006 2001-11-26 14:17  amai
5008         * util/utils.c (1.7): Cache return value of GetHomeDir() and return
5009         a private reference.  Earlier we did return a string that could be
5010         invalided before it was used!?
5012 2001-11-25 23:03  edg
5014         * source/file.c (1.37): Crash fix: avoid closing windows twice when
5015         user destroys the window of a file that could not be opened instead
5016         of closing the error dialog.
5018 2001-11-25 22:05  edg
5020         * source/textBuf.c (1.14): Small fix: tighter buffer boundary check
5021         when accessing characters.
5023 2001-11-24 11:57  amai
5025         * source/file.c (1.36): Patch from Thorsten Haude for SF Bug [
5026         #484870 ] Double Mnemonic
5028 2001-11-24 11:41  amai
5030         * makefiles/Makefile.qnx (1.1, BETA-5-3-RC1): Add Makefile for QNX
5031         as posted on develop@ mailinglist
5033 2001-11-22 21:01  amai
5035         * source/interpret.c (1.19), source/preferences.c (1.40),
5036         source/textBuf.c (1.13), source/textBuf.h (1.6), util/printUtils.c
5037         (1.14), util/printUtils.h (1.5, BETA-5-3-RC1): Another small const
5038         patch
5040 2001-11-21 16:36  amai
5042         * util/misc.c (1.35): Patch SF [#483505 ] Fix warning on DEC Not
5043         literally, I extended the comment a bit.
5045 2001-11-20 15:53  amai
5047         * README (1.19): Sorry, another "dummy" commit, to check for the
5048         commit messages :-)
5050 2001-11-20 15:36  amai
5052         * ReleaseNotes (1.11): Switch to "5.2+" ...
5054 2001-11-20 15:31  amai
5056         * README (1.18): Start list of 5.2+ features/changes
5058 2001-11-20 13:25  amai
5060         * source/selection.c (1.14), util/system.h (1.9, BETA-5-3-RC1): Add
5061         Intel's icc/ecc to our list of known compilers (and fix a compiler
5062         warning)
5064 2001-11-18 19:53  amai
5066         * ChangeLog (1.13): Update
5068 2001-11-18 19:02  arnef
5070         * source/Makefile.common (1.9), source/Makefile.dependencies
5071         (1.12), source/help.c (1.63), source/help.h (1.5), source/menu.c
5072         (1.40), source/nc.c (1.13), source/preferences.c (1.39),
5073         source/preferences.h (1.15), source/server.c (1.11),
5074         source/window.c (1.34), source/window.h (1.8, BETA-5-3-RC1),
5075         source/windowTitle.c (1.1), source/windowTitle.h (1.1,
5076         BETA-5-3-RC1), util/Makefile.common (1.6, BETA-5-3-RC1),
5077         util/Makefile.dependencies (1.5, BETA-5-3-RC1), util/clearcase.c
5078         (1.1, BETA-5-3-RC1), util/clearcase.h (1.1, BETA-5-3-RC1),
5079         util/fileUtils.c (1.16), util/fileUtils.h (1.7, BETA-5-3-RC1),
5080         util/utils.c (1.6), util/utils.h (1.3): Added Customise Window
5081         Title patch Ref.
5082         http://sourceforge.net/tracker/?func=detail&atid=311005&aid=477875&
5083         group_id=11005
5085 2001-11-16 16:06  tringali
5087         * util/misc.c (1.34): 482504: Bad CapsLock grab on certain keyboard
5088         configurations
5090 2001-11-16 12:47  amai
5092         * source/userCmds.c (1.22): "const patch"
5094 2001-11-16 11:13  amai
5096         * source/: selection.c (1.13), shift.c (1.10, BETA-5-3-RC1): Add
5097         two missing #includes
5099 2001-11-16 11:02  amai
5101         * source/: help.c (1.62), shell.c (1.17), userCmds.c (1.21): Apply
5102         patch SF [ #434451 ] line numbers in shell commands from Axel
5103         Riese.
5105 2001-11-16 10:06  amai
5107         * source/: help.c (1.61), menu.c (1.39), selection.c (1.12),
5108         selection.h (1.4, BETA-5-3-RC1), text.c (1.19), text.h (1.5,
5109         BETA-5-3-RC1), textDisp.c (1.11), textDisp.h (1.6): Apply patch for
5110          SF [ #403435 ] Go to column in "Goto Line Number" dialog (added
5111         some 'consts', missing #include, etc.)
5113 2001-11-16 09:39  amai
5115         * source/: tags.c (1.24), tags.h (1.9), textBuf.c (1.12), textBuf.h
5116         (1.5), userCmds.c (1.20): Another "const patch"
5118 2001-11-15 14:28  amai
5120         * makefiles/Makefile.openbsd (1.1, BETA-5-3-RC1): In principle the
5121         same as Makefile.netbsd, but I arbitrarily chose a Motif 2.1 setup
5122         and added -lXp already
5124 2001-11-13 21:07  amai
5126         * makefiles/Makefile.os2 (1.9): For now we don't have/use
5127         readlink(2) on OS/2
5129 2001-11-13 11:10  amai
5131         * source/: search.c (1.38), search.h (1.14): Add some more 'const's
5132         to public search routines
5134 2001-11-12 14:04  amai
5136         * util/: DialogF.c (1.19), DialogF.h (1.5, BETA-5-3-RC1), misc.c
5137         (1.33), misc.h (1.11, BETA-5-3-RC1): Another small 'const patch'
5139 2001-11-12 13:46  amai
5141         * makefiles/Makefile.generic (1.7, BETA-5-3-RC1), source/tags.c
5142         (1.23), util/fileUtils.c (1.15), util/fileUtils.h (1.6): Revised
5143         version of Patch from Markus Schwarzenberg: SF [ #479589 ] path for
5144         tags files should be resolved I added a catch for systems without
5145         links/readlink(2)
5147 2001-11-10 00:00  slobasso
5149         * source/help.c (1.60): fixed bad eol in string
5151 2001-11-09 23:58  slobasso
5153         * source/highlightData.c (1.26): added in to NEdit macro language
5154         keywords
5156 2001-11-08 16:05  amai
5158         * makefiles/Makefile.generic (1.6), makefiles/Makefile.os2 (1.8),
5159         source/file.c (1.35): Drop WRITES_DOS_TEXT catch finally!
5161 2001-11-08 13:49  amai
5163         * ChangeLog (1.12): Update
5165 2001-11-08 13:47  amai
5167         * README (1.17), source/help.c (1.59): Add timestamp again to
5168         version info. The build date is not necessarily an indicator for
5169         the date of the underlying sources ...
5171 2001-11-08 12:55  edg
5173         * source/search.c (1.37): Fixed a bug for replacements in
5174         rectangular selections: false matches could hide valid ones.
5176 2001-11-07 22:54  edg
5178         * source/preferences.c (1.38): Added a patch for the last remaining
5179         issue of SF bug #230912 (Postscript language mode definition on
5180         VMS), and added a post-5.2 preferences upgrading routine, to be
5181         extended when other preferences are upgraded.
5183 2001-11-05 15:17  tringali
5185         * source/highlightData.c (1.25): Update C/C++ preprocessor patterns
5186         with specific keywords (#include, #define, etc.)
5188 2001-11-02 12:17  edg
5190         * source/file.c (1.34): Changed misleading "Create" button label in
5191         dialogs to "New File" (Thorsten Haude, SF bug #449765).
5193 2001-11-02 12:13  edg
5195         * README (1.16), doc/nedit.doc (1.7), source/help.c (1.58): Minor
5196         documentation updates (Thorsten Haude).
5198 2001-11-01 20:22  edg
5200         * util/fontsel.c (1.13): Removed a debug print statement that was
5201         left behind accidentally.
5203 2001-10-31 17:25  edg
5205         * util/getfiles.c (1.16): Added a VMS-specific check for a Motif
5206         2.x bug workaround (one was added earlier, but it should have been
5207         done at two places).
5209 2001-10-31 16:36  edg
5211         * source/: nedit.c (1.21), preferences.c (1.37): Changed default
5212         font sizes from 12 pixels to 12 points. This should improve
5213         portability.
5215 2001-10-30 21:47  tringali
5217         * source/preferences.c (1.36): Merge post-RC1 changes to mainline
5219 2001-10-27 20:19  edg
5221         * source/: menu.c (1.38), userCmds.c (1.19): Added extra checks to
5222         prevent macro/background menu commands from being executed by the
5223         user while another command is already running (to prevent a crash).
5224         Also added beeps to notify the user in those cases that the
5225         commands are rejected.
5227 2001-10-26 20:17  amai
5229         * makefiles/: Makefile.generic (1.5), Makefile.os2 (1.7): Document
5230         -DWRITES_DOS_TEXT - at least it's used on OS/2!
5232 2001-10-25 15:51  tringali
5234         * source/preferences.c (tags: REL-5-2) (BETA-5-2.6): Compare file
5235         versions as integers to avoid bad float comparisonsCompare file
5236         versions as integers to avoid bad float comparisonsCompare file
5237         versions as integers to avoid bad float comparisonsCompare file
5238         versions as integers to avoid bad float comparisons
5240 2001-10-22 08:50  amai
5242         * source/: tags.c (1.22), tags.h (1.8): Patch for SF [ #473602 ] no
5243         mult. tags selection on 1st find def from Markus Schwarzenberg
5245 2001-10-21 15:13  tringali
5247         * README (1.15), ReleaseNotes (1.10), doc/faq-txt.awk (1.2,
5248         BETA-5-3-RC1), doc/faq-txt.dtd (1.2, BETA-5-3-RC1), doc/faq-txt.xsl
5249         (1.2, BETA-5-3-RC1), doc/faq.dtd (1.2, BETA-5-3-RC1), doc/faq.xml
5250         (1.3, BETA-5-3-RC1), doc/faq.xsl (1.2, BETA-5-3-RC1), doc/nc.man
5251         (1.5, BETA-5-3-RC1), doc/nedit.doc (1.6), doc/nedit.man (1.6,
5252         BETA-5-3-RC1), source/file.c (1.33), source/help.c (1.57),
5253         source/highlight.c (1.20), source/highlightData.c (1.24),
5254         source/nedit.c (1.20), source/preferences.c (1.35), source/search.c
5255         (1.36), source/shell.c (1.16), util/fontsel.c (1.12),
5256         util/fontsel.h (1.5, BETA-5-3-RC1), util/prefFile.c (1.11),
5257         util/system.h (1.8): Merge post-5.2RC1 changes into mainline
5259 2001-10-21 15:09  tringali
5261         * doc/NEdit.ad (1.2, BETA-5-3-RC1), doc/README.FAQ (1.2,
5262         BETA-5-3-RC1), doc/faq-txt-pass2.xsl (1.2, BETA-5-3-RC1),
5263         doc/faq.txt (1.2, BETA-5-3-RC1), makefiles/Makefile.depend (1.2,
5264         BETA-5-3-RC1), makefiles/Makefile.linux (1.6),
5265         makefiles/Makefile.os2 (1.6), makefiles/Makefile.solaris (1.5),
5266         makefiles/Makefile.unixware (1.4, BETA-5-3-RC1): Merge post-5.2RC1
5267         changes into mainline
5269 2001-10-16 14:41  edg
5271         * ChangeLog (tags: REL-5-2) (BETA-5-2.6): Final update for 5.2
5272         release.
5274 2001-10-15 20:10  amai
5276         * source/tags.c (1.21): Latest patch for SF [ #466742 ] Tag not
5277         found
5279 2001-10-15 17:33  slobasso
5281         * source/nc.c (1.12): Patch to allow for multi-line macros to be
5282         passed on nc command line when a nedit server is not already
5283         running.
5285 2001-10-15 17:28  slobasso
5287         * source/: file.c (1.32), file.h (1.9, BETA-5-3-RC1), nedit.c
5288         (1.19), nedit.h (1.18), server.c (1.10): Changed -read behavior to
5289         mimic the Read Only menu option.
5291 2001-10-15 17:24  slobasso
5293         * source/text.c (1.18): Fixes problem where triple clicking to
5294         select a word wrapped line was inconsistent with the subsequent
5295         dragging to extend the selection. The behavior now matches.
5297 2001-10-12 19:34  tringali
5299         * Makefile, source/help.c (BETA-5-2.[1,9]) (utags: REL-5-2): Prep
5300         work for final 5.2 release
5302 2001-10-12 11:54  edg
5304         * README (tags: REL-5-2) (BETA-5-2.5): Minor updates.
5306 2001-10-12 10:36  edg
5308         * README, ReleaseNotes (tags: REL-5-2) (BETA-5-2.[4,2]): Updates in
5309         preparation of the 5.2 release.
5311 2001-10-11 13:19  edg
5313         * source/preferences.c (BETA-5-2.5): Fixed a bug in the 5.2
5314         preferences upgrading routine: new language modes were added, but
5315         the corresponding highlight patterns were not enabled.
5317 2001-10-10 18:32  edg
5319         * source/shell.c (tags: REL-5-2) (BETA-5-2.1): Fixed a bug that
5320         could cause NEdit to crash or garble a file when the user modifies
5321         the buffer while the output of an external command is being
5322         inserted.
5324 2001-10-08 07:29  amai
5326         * ChangeLog (BETA-5-2.5), ChangeLog (1.11): Update
5328 2001-10-06 13:09  amai
5330         * ReleaseNotes (BETA-5-2.1): Some very minor changes towards the
5331         release
5333 2001-10-06 11:42  amai
5335         * README, source/help.c (BETA-5-2.[3,8]): "lame attempt" to enfore
5336         a release: drop "RC" and update timestamps!
5338 2001-10-04 11:02  amai
5340         * makefiles/Makefile.solaris (tags: REL-5-2) (BETA-5-2.2): Use
5341         CC=cc.  After all it's the most - since only - standard conforming
5342         setting
5344 2001-10-04 10:16  amai
5346         * source/tags.c (1.20): Patch for SF Bug [ #466742 ] Tag not found.
5347          This is tags-semicolon2.diff as submitted by Markus Schwarzenberg.
5349 2001-10-04 09:44  amai
5351         * README (1.14), source/help.c (1.56): Update timestamps
5353 2001-10-02 17:06  amai
5355         * source/help.c (BETA-5-2.7): Get PrintVersion() work again and
5356         update timestamp
5358 2001-10-02 07:16  amai
5360         * doc/README.FAQ (1.1): file README.FAQ was initially added on
5361         branch BETA-5-2.
5363 2001-10-02 07:16  amai
5365         * doc/faq-txt-pass2.xsl (1.1): file faq-txt-pass2.xsl was initially
5366         added on branch BETA-5-2.
5368 2001-10-02 07:16  amai
5370         * doc/: README.FAQ, faq-txt-pass2.xsl, faq.dtd, faq.txt, faq.xml
5371         (BETA-5-2.[1,1,1,3,5]) (utags: REL-5-2): FAQ updates from Florian
5372         Xhumari (20011001)
5374 2001-10-01 13:34  amai
5376         * source/highlightData.c (tags: REL-5-2) (BETA-5-2.1): minor
5377         pattern fix, bug 455877
5379 2001-10-01 12:42  edg
5381         * source/preferences.c (BETA-5-2.4): Changed the order in which new
5382         5.2 language modes were added to the list during upgrading (they
5383         are now simply appended instead of inserted).
5385 2001-10-01 08:30  edg
5387         * util/prefFile.c (tags: REL-5-2) (BETA-5-2.1): Fixed a bug in the
5388         preferences restoration mechanism (prefFileRead is now properly
5389         set, even if already present in the resource file).
5391 2001-09-30 19:49  edg
5393         * source/preferences.c (BETA-5-2.3): Added a 5.1 to 5.2 preferences
5394         upgrading routine (language modes and highlight styles).
5396 2001-09-27 12:41  edg
5398         * source/file.c (tags: REL-5-2) (BETA-5-2.1): Added comment about
5399         use of tmpnam (Thorsten Haude).
5401 2001-09-26 21:05  amai
5403         * makefiles/Makefile.unixware (tags: REL-5-2) (BETA-5-2.1): Add
5404         -lSM -lICE  to libs as reported on the list as for UnixWare 7.1.1
5406 2001-09-21 09:58  amai
5408         * source/: tags.c (1.19), tags.h (1.7): 'const' patch + fix small
5409         memory leak + protect against memory overflow in Add*TagFile
5411 2001-09-20 19:30  tringali
5413         * doc/nedit.doc (tags: REL-5-2), source/help.c (BETA-5-2.[3,6]): -
5414         Merge slobasso 5.2 doc fixes erronously applies to mainline here
5416 2001-09-20 14:24  tringali
5418         * source/nedit.c (tags: REL-5-2) (BETA-5-2.1): Remove "iso8859" as
5419         some servers do not have this encoding installed.
5421 2001-09-20 11:14  amai
5423         * ChangeLog (1.10): Update
5425 2001-09-20 11:13  amai
5427         * ChangeLog (BETA-5-2.4): Update. Remove info about recent main
5428         trunk
5430 2001-09-19 12:11  amai
5432         * makefiles/: Makefile.linux, Makefile.os2 (BETA-5-2.[1,1]) (utags:
5433         REL-5-2): Document -lXp flag (required when linking against a Motif
5434         2.1 compatible libXm)
5436 2001-09-17 14:06  amai
5438         * source/file.c (1.31), source/regularExp.c (1.11), source/search.h
5439         (1.13), util/printUtils.c (1.13): Still minor cleanup. Make
5440         compiler/lint even more happy
5442 2001-09-14 15:59  edg
5444         * source/highlight.c (tags: REL-5-2) (BETA-5-2.1): Fixes for SF
5445         bugs #459965 and #460859 (they are related), including patch
5446         #460229.
5448 2001-09-13 14:11  tringali
5450         * source/preferences.c (BETA-5-2.2): #458807: Automatically add 5.2
5451         styles if .nedit file is pre-5.2
5453 2001-09-12 20:14  amai
5455         * doc/: faq-txt.awk (tags: REL-5-2), faq-txt.dtd (tags: REL-5-2),
5456         faq-txt.xsl (tags: REL-5-2), faq.txt, faq.xml, faq.xsl (tags:
5457         REL-5-2) (BETA-5-2.[1,1,1,2,4,1]): Update as sent from Florian
5458         Xhumari
5460 2001-09-12 09:45  amai
5462         * ChangeLog (BETA-5-2.3): I forgot to update this file in this beta
5463         branch ...
5465 2001-09-12 09:18  amai
5467         * makefiles/Makefile.depend (tags: REL-5-2) (BETA-5-2.1): Add CVS
5468         info line to output. Makes life even more simple
5470 2001-09-11 11:24  amai
5472         * doc/faq.xml (BETA-5-2.3): Add a non-visible CVS stamp and update
5473         version/time stamp
5475 2001-09-11 10:17  edg
5477         * source/search.c (tags: REL-5-2) (BETA-5-2.1): Fixed a minor
5478         button sensitivity bug (Multiple Files... button was grayed out
5479         after canceling multi-file replace dialog and modifying search
5480         text).
5482 2001-09-10 15:28  amai
5484         * util/system.h (tags: REL-5-2) (BETA-5-2.2): Update/add/fix
5485         compiler info
5487 2001-09-10 13:42  amai
5489         * source/help.c (BETA-5-2.5): Update timestamp
5491 2001-09-10 13:41  amai
5493         * doc/faq.xml (BETA-5-2.2): Some updates WRT LessTif, mostly
5494         cosmetics.
5496 2001-09-07 14:16  amai
5498         * doc/NEdit.ad (1.1): file NEdit.ad was initially added on branch
5499         BETA-5-2.
5501 2001-09-07 14:16  amai
5503         * doc/NEdit.ad (tags: REL-5-2) (BETA-5-2.1): Add a 5.1 app defaults
5504         file - needs to be updated probably.  This contains only
5505         outcommented entries!
5507 2001-09-07 07:46  amai
5509         * doc/nc.man (tags: REL-5-2), doc/nedit.doc, source/help.c
5510         (BETA-5-2.[1,2,4]): Fix typos as reported on the list
5512 2001-09-07 07:39  amai
5514         * source/help.c (BETA-5-2.3): Don't call XmRegisterConverters() for
5515         Motif 2.1, add declaration for 2.0 and add a "helpful" comment on
5516         all that
5518 2001-09-06 09:39  amai
5520         * ChangeLog (1.9), source/help.c (1.55): ChangeLog update and a new
5521         timestamp
5523 2001-09-06 09:37  amai
5525         * source/: Makefile.dependencies (1.11), file.c (1.30), tags.c
5526         (1.18), tags.h (1.6): Add missing #include and add some 'const'. 
5527         Update dependencies
5529 2001-09-05 11:44  amai
5531         * source/: file.c (1.29), help.c (1.54), preferences.c (1.34),
5532         preferences.h (1.14), tags.c (1.17), tags.h (1.5): Patch for SF bug
5533         [ #451997 ] bugs in tags.c/normalizePathname from Markus
5534         Schwarzenberg
5536 2001-09-04 17:55  amai
5538         * doc/nedit.doc, source/help.c (BETA-5-2.[1,2]): Fix typo reported
5539         on the mailinglist
5541 2001-08-31 22:16  amai
5543         * doc/: faq.txt, faq.xml (BETA-5-2.[1,1]): Update FAQ as sent from
5544         Florian Xhumari.  Add plain text version of FAQ
5546 2001-08-31 22:16  amai
5548         * doc/faq.txt (1.1): file faq.txt was initially added on branch
5549         BETA-5-2.
5551 2001-08-30 21:04  tringali
5553         * util/system.h (BETA-5-2.1): Fix for Solaris x86 "unknown"
5555 2001-08-30 20:19  amai
5557         * ChangeLog (BETA-5-2.2): Update
5559 2001-08-30 20:17  amai
5561         * source/preferences.c (BETA-5-2.1): /bin/csh doesn't make sense on
5562         OS/2 - even as a default value only
5564 2001-08-29 15:56  slobasso
5566         * source/help.c (1.53): fixed mispellings
5568 2001-08-29 13:56  amai
5570         * source/regularExp.c (1.10): Fix lint warning: octal constants
5571         shouldn't carry a suffix like 'L'!?
5573 2001-08-29 08:27  amai
5575         * util/: misc.c (1.32), misc.h (1.10): Second attempt to fix a
5576         specific compiler warning and a 'const' addition
5578 2001-08-29 00:01  slobasso
5580         * source/file.c (1.28): moved braces so nedit goto matching works
5582 2001-08-28 23:18  slobasso
5584         * doc/nedit.doc (1.5), source/help.c (1.52): documentation cleanup
5586 2001-08-28 22:24  slobasso
5588         * source/help.c (1.51): Array documentation cleanup.
5590 2001-08-28 11:41  amai
5592         * source/tags.c (1.16): 'const' patch
5594 2001-08-28 11:29  amai
5596         * source/file.c (1.27), source/highlight.c (1.19),
5597         source/interpret.c (1.18), source/macro.c (1.36), source/menu.c
5598         (1.37), source/preferences.c (1.33), source/preferences.h (1.13),
5599         source/tags.c (1.15), source/text.c (1.17), util/misc.c (1.31): Fix
5600         some more lclint warnings: type casts, make some things static (no,
5601         not all unused ones, 'some'), etc.
5603 2001-08-27 18:45  slobasso
5605         * source/macro.c (1.35): fixed static linkage of actionToString to
5606         match declaration
5608 2001-08-27 09:08  amai
5610         * source/nc.c (1.11): startServer() changes: has a return type now;
5611         re-shuffle some code Also make another global var static and
5612         replace a printf() by puts()
5614 2001-08-26 02:28  slobasso
5616         * source/macro.c (1.34): removed unused variable
5618 2001-08-25 15:58  amai
5620         * source/: file.c (1.26), highlightData.c (1.23), highlightData.h
5621         (1.6), preferences.c (1.32), preferences.h (1.12), regexConvert.c
5622         (1.5, BETA-5-3-RC1), regexConvert.h (1.3, BETA-5-3-RC1), server.h
5623         (1.3, BETA-5-3-RC1), shell.c (1.15), shell.h (1.4, BETA-5-3-RC1),
5624         undo.c (1.7), undo.h (1.4, BETA-5-3-RC1): Another 'const' patch
5626 2001-08-25 15:24  amai
5628         * source/: file.c (1.25), file.h (1.8), highlightData.c (1.22),
5629         highlightData.h (1.5), macro.c (1.33), macro.h (1.3, BETA-5-3-RC1),
5630         regularExp.c (1.9), regularExp.h (1.6, BETA-5-3-RC1), search.c
5631         (1.35), search.h (1.12): Another 'const' patch
5633 2001-08-25 12:16  amai
5635         * util/printUtils.c (1.12): The very last signed vs. unsigned
5636         warning on my system ...
5638 2001-08-25 12:09  amai
5640         * source/: highlightData.c (1.21), menu.c (1.36), preferences.c
5641         (1.31), regularExp.c (1.8), shell.c (1.14), userCmds.c (1.18): Fix
5642         a couple of "unsigned vs. int" compiler warnings. Using gcc on OS/2
5643         this warning is now completly wiped out!
5645 2001-08-25 11:55  amai
5647         * util/: DialogF.c (1.18), misc.c (1.30), prefFile.c (1.10): Fix
5648         compiler warnings. Mostly unsigned vs. signed int issues
5650 2001-08-25 11:49  amai
5652         * README (BETA-5-2.2): A couple of fixes, enhancements (see report
5653         on mailinglist)
5655 2001-08-24 18:34  amai
5657         * makefiles/Makefile.solaris (BETA-5-2.1): No debug build by
5658         default. Patch from Thorsten Haude
5660 2001-08-24 08:33  amai
5662         * util/: fontsel.c, fontsel.h, misc.c (BETA-5-2.[2,2,2]) (utags:
5663         REL-5-2): Undo some changes which I erroneously checked in ...
5665 2001-08-24 08:28  amai
5667         * ChangeLog, util/fontsel.c, util/fontsel.h, util/misc.c
5668         (BETA-5-2.[1,1,1,1]): Updated Changelog.  Includes whole history,
5669         including new beta branch.  New options of cvs2cl used, listing
5670         contains now revision/branch info, timestamps are in GMT, etc.
5672 2001-08-24 08:19  amai
5674         * source/macro.c (1.32): Fix warnings, add 'const's, make func
5675         static
5677 2001-08-23 17:57  amai
5679         * source/selection.c (1.11): Try to fix two lint/compiler warnings
5681 2001-08-23 17:42  amai
5683         * source/search.c (1.34): Fix wrong return type in function (in a
5684         "dead" branch)
5686 2001-08-23 14:59  amai
5688         * source/: highlightData.c (1.20), interpret.c (1.17), shift.c
5689         (1.9), smartIndent.c (1.13, BETA-5-3-RC1): Make some more functions
5690         static
5692 2001-08-23 14:39  amai
5694         * util/: misc.c (1.29), misc.h (1.9): Drop 'wrong' prototype for
5695         standard function. Fix a function signature to avoid warnings
5697 2001-08-23 14:11  amai
5699         * util/: fontsel.c (1.11), fontsel.h (1.4): Fix lint warning about
5700         float to integer assignment and add some more 'const's
5702 2001-08-23 13:57  amai
5704         * util/misc.c (1.28): Drop unused #include
5706 2001-08-22 15:41  amai
5708         * README, source/help.c (BETA-5-2.[1,1]): First updates for "RC1"
5710 2001-08-22 15:39  amai
5712         * doc/nedit.man (tags: REL-5-2) (BETA-5-2.1): Update from Joor
5713         Loohuis.
5715 2001-08-21 14:29  tringali
5717         * source/: userCmds.c (1.17), window.c (1.33) (utags: REL-5-2):
5718         #449569: Ensure shell/macro accelerators also have accelerator fix
5720 2001-08-20 20:36  tringali
5722         * source/window.c (1.32): #449569: Avoid startup failure when
5723         window manager grabs the same key as an accelerator
5725 2001-08-18 12:35  amai
5727         * source/Makefile.dependencies (1.10, REL-5-2): Update
5729 2001-08-18 12:24  amai
5731         * source/: help.c (1.50), help.h (1.4, REL-5-2), nedit.c (1.18):
5732         Add a PrintVersion() call to nedit.  Some more 'const' patches :-)
5734 2001-08-18 11:48  jlous
5736         * README (1.13), doc/nedit.man (1.5), source/help.c (1.49): Moved
5737         Thorsten Haude credits from pattern contributor to developer.
5739 2001-08-17 23:02  edg
5741         * README (1.12), makefiles/Makefile.aix (1.5, BETA-5-3-RC1,
5742         REL-5-2), makefiles/Makefile.bsdi (1.3, BETA-5-3-RC1, REL-5-2),
5743         makefiles/Makefile.ccur (1.3, BETA-5-3-RC1, REL-5-2),
5744         makefiles/Makefile.convex (1.3, BETA-5-3-RC1, REL-5-2),
5745         makefiles/Makefile.cygwin (1.4, BETA-5-3-RC1, REL-5-2),
5746         makefiles/Makefile.dcosx (1.3, BETA-5-3-RC1, REL-5-2),
5747         makefiles/Makefile.dec (1.4, BETA-5-3-RC1, REL-5-2),
5748         makefiles/Makefile.freebsd (1.3, BETA-5-3-RC1, REL-5-2),
5749         makefiles/Makefile.generic (1.4, REL-5-2), makefiles/Makefile.hpux
5750         (1.3, BETA-5-3-RC1, REL-5-2), makefiles/Makefile.linux (1.5),
5751         makefiles/Makefile.lynx (1.3, BETA-5-3-RC1, REL-5-2),
5752         makefiles/Makefile.m88k.svr4 (1.3, BETA-5-3-RC1, REL-5-2),
5753         makefiles/Makefile.netbsd (1.3, BETA-5-3-RC1, REL-5-2),
5754         makefiles/Makefile.os2 (1.5), makefiles/Makefile.osf (1.4,
5755         BETA-5-3-RC1, REL-5-2), makefiles/Makefile.reliant (1.3,
5756         BETA-5-3-RC1, REL-5-2), makefiles/Makefile.sco (1.3, BETA-5-3-RC1,
5757         REL-5-2), makefiles/Makefile.sgi (1.3, BETA-5-3-RC1, REL-5-2),
5758         makefiles/Makefile.solaris (1.4), makefiles/Makefile.sunos (1.3,
5759         BETA-5-3-RC1, REL-5-2), makefiles/Makefile.superux (1.3,
5760         BETA-5-3-RC1, REL-5-2), makefiles/Makefile.uhc (1.3, BETA-5-3-RC1,
5761         REL-5-2), makefiles/Makefile.ultrix (1.3, BETA-5-3-RC1, REL-5-2),
5762         makefiles/Makefile.unicos (1.4, REL-5-2),
5763         makefiles/Makefile.unixware (1.3), source/help.c (1.48),
5764         source/preferences.c (1.30): Made the REPLACE_SCOPE compilation
5765         option more visible and changed the default replace scope selection
5766         preference to "Smart".
5768 2001-08-17 21:54  edg
5770         * source/highlight.c (1.18): Added a fix for SF bug #449828.
5772 2001-08-17 14:09  tringali
5774         * source/tags.c (1.14, REL-5-2): Fix for crash in shared tag
5775         allocation on Solaris (compiler bug?)
5777 2001-08-17 11:01  amai
5779         * source/: window.c (1.31), window.h (1.7, REL-5-2): Another
5780         'const' patch
5782 2001-08-17 10:56  amai
5784         * util/: fileUtils.c (1.14), fileUtils.h (1.5) (utags: REL-5-2):
5785         Export two more interfaces. Fix for CompressPathname() to avoid
5786         multiple slashes in path. (Markus Schwarzenberg)
5788 2001-08-16 18:33  slobasso
5790         * source/highlightData.c (1.19): Fixed NEdit macro language
5791         patterns to contain previously added items.
5793 2001-08-16 17:24  amai
5795         * source/highlight.c (1.17): Fix for [ nedit-Bugs-435384 ] circular
5796         patterns reference hangs NEdit
5798 2001-08-16 09:49  amai
5800         * source/highlightData.c (1.18): Patch [ #451485 ] updated Sh Ksh
5801         Bash patterns submitted from Joor Loohuis
5803 2001-08-15 09:16  amai
5805         * source/: Makefile.dependencies (1.9), regexConvert.c (1.4,
5806         REL-5-2): Another source was missing to #include it's own header
5807         for consistency checking!
5809 2001-08-15 09:08  amai
5811         * ChangeLog (1.8): Update (ok, not even a week has passed, but it's
5812         a nice overview ...)
5814 2001-08-15 09:00  amai
5816         * source/preferences.h (1.11, REL-5-2), util/misc.c (1.27),
5817         util/misc.h (1.8, REL-5-2): Have unique value for MAX_ACCEL_LEN
5819 2001-08-15 08:56  amai
5821         * source/Makefile.dependencies (1.8): Update
5823 2001-08-15 08:56  amai
5825         * source/: userCmds.c (1.16), userCmds.h (1.4, BETA-5-3-RC1,
5826         REL-5-2): Source should include it's own headers for consistency
5827         checking.  Add some const to signatures, drop an unused arg from a
5828         static interface.
5830 2001-08-14 15:05  slobasso
5832         * source/rbTree.c (1.4, BETA-5-3-RC1, REL-5-2): fixed comment
5833         spacing
5835 2001-08-14 14:40  slobasso
5837         * source/rbTree.c (1.3): added gnu license
5839 2001-08-14 08:50  jlous
5841         * README (1.11): README credits updated to reflect version dialog
5843 2001-08-14 08:37  jlous
5845         * source/file.c (1.24), source/help.c (1.47), source/highlight.c
5846         (1.16), source/highlightData.c (1.17), source/interpret.c (1.16,
5847         REL-5-2), source/macro.c (1.31, REL-5-2), source/menu.c (1.35,
5848         REL-5-2), source/nc.c (1.10, REL-5-2), source/nedit.c (1.17),
5849         source/preferences.c (1.29), source/search.c (1.33),
5850         source/selection.c (1.10, REL-5-2), source/server.c (1.9, REL-5-2),
5851         source/shell.c (1.13), source/shift.c (1.8, REL-5-2),
5852         source/smartIndent.c (1.12, REL-5-2), source/tags.c (1.13),
5853         source/text.c (1.16, REL-5-2), source/textBuf.c (1.11, REL-5-2),
5854         source/textDisp.c (1.10, REL-5-2), source/textDrag.c (1.4,
5855         REL-5-2), source/textSel.c (1.5, REL-5-2), source/undo.c (1.6,
5856         REL-5-2), source/userCmds.c (1.15), source/window.c (1.30),
5857         util/DialogF.c (1.17, REL-5-2), util/fileUtils.c (1.13),
5858         util/fontsel.c (1.10), util/getfiles.c (1.15, REL-5-2),
5859         util/managedList.c (1.7, BETA-5-3-RC1, REL-5-2), util/misc.c
5860         (1.26), util/prefFile.c (1.9), util/printUtils.c (1.11, REL-5-2),
5861         util/system.h (1.7), util/utils.c (1.5, REL-5-2), util/vmsUtils.c
5862         (1.5, BETA-5-3-RC1, REL-5-2): Fixed license statements to pure GPL
5864 2001-08-13 13:48  tringali
5866         * doc/: nc.man (1.4), nedit.man (1.4): manpage updates from Joor.
5868 2001-08-13 09:55  amai
5870         * doc/nedit.doc (1.4), source/help.c (1.46): Doc patch from
5871         Thorsten Haude posted on Fri Aug 10 2001
5873 2001-08-13 09:51  amai
5875         * doc/nedit.doc (1.3), source/help.c (1.45): Patch from Thorsten
5876         Haude: Document Arrays within nedit.doc and typo fix in help.c
5878 2001-08-12 15:45  amai
5880         * makefiles/Makefile.generic (1.3), source/comnedit.com (1.6,
5881         REL-5-2): Drop last references to NO_FCHMOD #define
5883 2001-08-11 19:51  edg
5885         * source/search.c (1.32): Fixed SF bug #448006: three beeps; one to
5886         many.
5888 2001-08-10 20:36  amai
5890         * source/highlightData.c (1.16): TeX pattern patch from Joerg
5891         Fischer <jf505@yahoo.de>
5893 2001-08-10 14:35  amai
5895         * source/Makefile.dependencies (1.7): Update dependency list
5897 2001-08-09 20:58  tringali
5899         * source/nedit.c (1.16): Fix for wrong menu font [#434383]
5901 2001-08-09 18:47  amai
5903         * util/system.h (1.6): Correct a comment :-)
5905 2001-08-09 18:46  amai
5907         * makefiles/Makefile.os2 (1.4): Drop -DNO_FCHMOD flag
5909 2001-08-09 18:41  slobasso
5911         * source/Makefile.common (1.8, REL-5-2): added parse.c to cleaned
5912         files for make clean
5914 2001-08-09 18:39  slobasso
5916         * source/userCmds.c (1.14): removed attachment possibly causing
5917         window manager loop
5919 2001-08-09 18:03  slobasso
5921         * source/: smartIndent.c (1.11), smartIndent.h (1.4, BETA-5-3-RC1,
5922         REL-5-2), macro.c (1.30): We now keep track if we are in smart
5923         indent macros so garbage collection won't remove things from under
5924         a macro.
5926 2001-08-09 13:34  amai
5928         * source/highlight.c (1.15), source/highlightData.c (1.15),
5929         source/interpret.c (1.15), source/search.c (1.31),
5930         source/selection.c (1.9), source/shell.c (1.12),
5931         source/smartIndent.c (1.10), source/textBuf.c (1.10),
5932         source/textSel.c (1.4), source/userCmds.c (1.13), source/window.c
5933         (1.29), util/managedList.c (1.6): Add lots of missing #include
5934         <string.h>
5936 2001-08-09 08:37  amai
5938         * source/help.c (1.44): Add hardcoded timestamp (month) again
5940 2001-08-09 07:37  amai
5942         * source/.cvsignore (1.2, BETA-5-3-RC1, REL-5-2): Add entry
5944 2001-08-08 22:31  slobasso
5946         * source/file.c (1.23): remove fchmod calls except when under VMS
5948 2001-08-08 18:29  amai
5950         * makefiles/Makefile.os2 (1.3): Update from my private working copy
5952 2001-08-08 08:39  amai
5954         * ChangeLog (1.7): Update (should be done weekly perhaps and could
5955         even be done automatically?)
5957 2001-08-08 08:37  amai
5959         * source/parse.c_noyacc (1.7, REL-5-2): Re-generate from parse.y. 
5960         BTW, yacc from Digital Unix 4.0x is being used
5962 2001-08-08 08:34  amai
5964         * source/parse.y (1.16, REL-5-2): Add an #include <string.h> (there
5965         was no error/warning; somehow we already got this probably)
5967 2001-08-07 23:46  slobasso
5969         * source/Makefile.common (1.7): changed highlightData.c to be
5970         compiled with BIGGER_STRINGS
5972 2001-08-07 01:53  tringali
5974         * ReleaseNotes (1.9), source/highlightData.c (1.14),
5975         source/preferences.c (1.28): #448420: Pattern updates from Joor
5977 2001-08-07 01:12  tringali
5979         * source/nedit.c (1.15): Fix for #448402: nedit quits if unable to
5980         resolve X locale
5982 2001-08-06 21:24  amai
5984         * README (1.10): correction to "Requirements" section
5986 2001-08-06 21:21  amai
5988         * README (1.9): Add "Requirements for building NEdit" section
5990 2001-08-06 20:38  tringali
5992         * doc/nedit.doc (1.2), source/help.c (1.43): Sync help with doc. 
5993         (Updates from Thorsten Haude)
5995 2001-08-04 20:49  tringali
5997         * source/file.c (1.22), source/menu.c (1.34), source/nc.c (1.9),
5998         source/nedit.c (1.14), source/server.c (1.8), source/shell.c
5999         (1.11), source/window.c (1.28), util/misc.c (1.25): Ensure exit
6000         returns a meaningful (succes/fail) status to the user
6002 2001-08-04 20:23  tringali
6004         * util/system.h (1.5): Add info for lots more compilers.
6006 2001-08-03 12:16  amai
6008         * ReleaseNotes (1.8): Small updates
6010 2001-08-02 23:45  tringali
6012         * util/system.h (1.4): Add definitions for MSVC, Sun Workshop, etc.
6014 2001-08-02 22:59  slobasso
6016         * source/macro.c (1.29): Fixed problem where error message is
6017         written if empty learned macro is executed. Also disallowed replay
6018         from executing if a macro is already in progress. This caused a
6019         crash by overflowing the interpreter stack.
6021 2001-08-02 22:54  slobasso
6023         * source/file.c (1.21): added symlink security patch and added mode
6024         parameter to open calls with O_CREAT
6026 2001-08-02 17:26  amai
6028         * source/interpret.c (1.14): Avoid crash when calling
6029         "self_insert()" from macro menu: fill in missing entries from our
6030         fakes key event
6032 2001-08-01 07:41  amai
6034         * ChangeLog (1.6): Update
6036 2001-08-01 07:40  amai
6038         * source/help.c (1.42): Again hardcode a string about the
6039         development version "August 2001".  Build time may be misleading
6040         ...
6042 2001-07-31 23:16  slobasso
6044         * source/macro.c (1.28): fixed problem where closing window while
6045         learning would make it impossible to finish or cancel learing.
6047 2001-07-31 11:58  amai
6049         * source/text.c (1.15): Fix minor warnings
6051 2001-07-31 07:46  amai
6053         * util/managedList.c (1.5): Don't name variables 'index', may be an
6054         interface in BSD-like libc
6056 2001-07-31 07:43  amai
6058         * util/getfiles.c (1.14): Fix lint warning: "getfiles.c", line 716:
6059         warning: args redefinition hides earlier one
6061 2001-07-31 07:40  amai
6063         * util/fontsel.c (1.9): Don't use 'index' as name for variable; may
6064         be a call in a BSD-like libc
6066 2001-07-29 17:51  amai
6068         * source/highlight.c (1.14): Experimental patch to fix "mismatched"
6069         memory handling calls as indicated by "purify". Probably not
6070         complete and should be checked again with purify _now_!
6072 2001-07-28 19:53  tringali
6074         * Makefile (1.6): #442517: add explanatory text how to use make
6076 2001-07-25 18:37  tringali
6078         * source/help.c (1.41): Add more detailed info about Motif (runtime
6079         version number)
6081 2001-07-25 18:36  tringali
6083         * util/system.h (1.3): Use "Digital/Tru64 Unix" in place of OSF/1
6085 2001-07-25 18:36  tringali
6087         * doc/: nc.man (1.3), nedit.man (1.3): Update authors for 5.2
6089 2001-07-25 18:05  slobasso
6091         * util/misc.c (1.24): made changes so that Num_Lock's mod mask is
6092         found rather than assuming Mod3
6094 2001-07-25 14:36  amai
6096         * source/textBuf.c (1.9): Attempt to fix memory leak reported by
6097         Thorsten Haude
6099 2001-07-25 13:03  amai
6101         * util/misc.c (1.23): Try to fix small memory leak reported by
6102         Thorsten Haude
6104 2001-07-25 07:49  amai
6106         * util/system.h (1.2): Add "EMX=OS/2"
6108 2001-07-25 07:39  amai
6110         * source/Makefile.dependencies (1.6), util/Makefile.dependencies
6111         (1.4, REL-5-2): Update dependency lists
6113 2001-07-24 21:55  tringali
6115         * util/system.h (1.1): Add host compliation information to help
6117 2001-07-24 21:54  tringali
6119         * source/: help.c (1.40), tags.c (1.12), tags.h (1.4, REL-5-2): -
6120         Use shared strings for lower memory use with large tags files.  -
6121         Add compilation host information to help, update authors
6123 2001-07-24 19:27  slobasso
6125         * util/misc.c (1.22): Fix array size define to match actual array
6126         size.  Incorrect size could result in infinite loop.
6128 2001-07-18 13:01  amai
6130         * ChangeLog (1.5): Update
6132 2001-07-18 13:00  amai
6134         * source/: search.c (1.30), search.h (1.11, REL-5-2), window.c
6135         (1.27): Shrink two function names to 31 characters length and below
6136         (seems to be a limit on some VMS systems)
6138 2001-07-17 08:19  amai
6140         * doc/faq.xml (1.2): Updated version from  Florian Xhumari as of
6141         http://galleries.free.fr/nedit-faq-01-07-16.tar.gz
6143 2001-07-17 07:31  amai
6145         * source/preferences.c (1.27), util/getfiles.c (1.13),
6146         util/vmsUtils.c (1.4): VMS patches from Blair Phillips
6147         <blair.phillips@airservices.gov.au>:  avoid rint() re-definition,
6148         fix for non-unix file root, case-insensitive match on filename
6149         extensions.
6151 2001-07-16 20:41  amai
6153         * source/lnknedit.com (1.5, BETA-5-3-RC1, REL-5-2): VMS patch from
6154         mark.geary@qwest.com
6156 2001-07-16 14:48  amai
6158         * doc/: nc.man (1.2), nedit.man (1.2): Man page updates from Joor
6159         Loohuis
6161 2001-07-16 11:49  amai
6163         * doc/: faq-txt.awk (1.1), faq-txt.dtd (1.1), faq-txt.xsl (1.1),
6164         faq.dtd (1.1), faq.xml (1.1), faq.xsl (1.1): faq*: add FAQ files
6165         found on our website
6167 2001-07-11 21:35  amai
6169         * source/: parse.c_noyacc (1.6), parse.h (1.4, BETA-5-3-RC1,
6170         REL-5-2), parse.y (1.15): Back out "const" patch for ParseMacro().
6171         Was incomplete, therefore broken
6173 2001-07-11 15:21  amai
6175         * source/: comnedit.com (1.5), file.c (1.20), lnknedit.com (1.4):
6176         VMS patches from  <Mark.Geary@qwest.com> (not literally as for
6177         file.c)
6179 2001-07-11 08:06  amai
6181         * source/parse.c_noyacc (1.5): Update from current parse.y
6183 2001-07-11 08:04  amai
6185         * source/: parse.h (1.3), parse.y (1.14): Add some 'const' to
6186         ParseMacro() signature
6188 2001-07-11 07:55  amai
6190         * util/: comutil.com (1.3, BETA-5-3-RC1, REL-5-2), utils.c (1.4):
6191         VMS patches from Mark.Geary@qwest.com
6193 2001-07-07 09:55  amai
6195         * ChangeLog (1.4): Update
6197 2001-07-07 09:54  amai
6199         * COPYRIGHT (1.1, BETA-5-3-RC1, REL-5-2), README (1.8): Have an
6200         external file for the license terms. README refers to it
6202 2001-07-07 09:48  amai
6204         * nc.man (1.4), nedit.doc (1.6), nedit.man (1.4), doc/nc.man (1.1),
6205         doc/nedit.doc (1.1), doc/nedit.man (1.1): Move doc files to
6206         separate subdirectory
6208 2001-07-04 09:42  uid30962
6210         * README (1.7): Update some references to LessTif
6212 2001-07-04 09:29  uid30962
6214         * ReleaseNotes (1.7): ReleaseNotes: Upddate
6216 2001-07-03 12:53  amai
6218         * source/Makefile.dependencies (1.5): Makefile.dependencies: update
6219         depedency list
6221 2001-07-03 12:13  amai
6223         * source/help.c (1.39): help.c: A new month has come ...
6225 2001-06-23 09:31  amai
6227         * ChangeLog (1.3): ChangeLog: update
6229 2001-06-22 18:27  tringali
6231         * source/: nedit.c (1.13), window.c (1.26): Allow stats line
6232         background color to be set by user [#431891]
6234 2001-06-22 18:25  tringali
6236         * source/macro.c (1.27): Incremental reading from files via J. Lous
6237         [Patch #434465]
6239 2001-06-22 14:32  amai
6241         * source/file.c (1.19): file.c: fail when trying to read in a
6242         directory as a file
6244 2001-06-21 14:54  edel
6246         * source/shell.c (1.10): Fixed shell dialog BadMatch crash on
6247         Solaris 2.5
6249 2001-06-20 15:48  amai
6251         * source/macro.c (1.26): macro.c: replace snprintf() by sprintf(). 
6252          Add #include <string.h>
6254 2001-06-20 08:24  amai
6256         * ChangeLog (1.2): ChangeLog: update
6258 2001-06-19 20:00  slobasso
6260         * source/macro.c (1.25): Added Thorsten's code to put correct key
6261         codes in status bar during recording and macro running.
6263 2001-06-09 18:48  amai
6265         * makefiles/: Makefile.dec (1.3), Makefile.osf (1.3),
6266         Makefile.superux (1.2): Makefile.superux: add CVS Id Makefile.dec
6267         Makefile.osf: briefly comment on the os versions they are supposed 
6268            to work with
6270 2001-06-08 08:14  amai
6272         * source/help.c (1.38): help.c: update timestamp to "June, 2001"
6274 2001-06-07 19:52  amai
6276         * ChangeLog (1.1): ChangeLog: finally add the output of "cvs2cl".  
6277          Needs to be updated regularly ...
6279 2001-06-06 19:24  tringali
6281         * makefiles/Makefile.linux (1.4): 
6282         Remove -DEDITRES, this causes link failure.
6284 2001-06-06 10:00  amai
6286         * util/: DialogF.c (1.16), fontsel.c (1.8), getfiles.c (1.12),
6287         misc.c (1.21), prefFile.c (1.8): *.c: add some explicit #include
6288         <string.h>. Previously  it was done implicitly ...
6290 2001-06-05 12:52  amai
6292         * makefiles/Makefile.linux (1.3): Makefile.linux: drop
6293         -I/-L/usr/lesstif/* flags and add a suitable comment  instead
6295 2001-06-05 08:01  amai
6297         * source/file.c (1.18): file.c: security fix for WriteBackupFile()
6299 2001-06-01 20:09  edel
6301         * makefiles/: Makefile.solaris (1.3), Makefile.superux (1.1): From:
6302         Ian Johnston" <Ian.Johnston@dlr.de>
6304 2001-05-31 08:49  amai
6306         * source/nedit.h (1.17, REL-5-2): nedit.h: add 'extern' to variable
6307         declaration in header    (to avoid problem with multiple
6308         definitions)
6310 2001-05-29 18:21  arnef
6312         * source/menu.c (1.33): Add separator in Preferences/Default
6313         Settings/Customize Menus
6315 2001-05-19 16:09  tringali
6317         * util/misc.c (1.20): Fix bug in mnemonic building- don't build
6318         mnemonics for XK_VoidSymbol.  Fixes various problems with XFree86
6319         servers.
6321 2001-05-17 11:42  arnef
6323         * source/: menu.c (1.32), nedit.h (1.16), preferences.c (1.26),
6324         preferences.h (1.10), window.c (1.25): Adding path to windows menu
6325         file entries
6327 2001-05-15 20:04  amai
6329         * makefiles/Makefile.depend (1.1): Makefile.depend: Makefile used
6330         to generate (internal) the dependency list.                   This
6331         file does not build anything!
6333 2001-05-12 00:48  tringali
6335         * ReleaseNotes (1.6), source/text.c (1.14): - Add support for mouse
6336         wheel scrolling in the main text area.
6338 2001-05-11 19:56  amai
6340         * util/fileUtils.c (1.12): fileUtils.c: really tiny patch for OS/2
6341         only (drive letters ;-)
6343 2001-05-11 08:05  amai
6345         * source/file.c (1.17): file.c: Corrected(!) version of SuSe
6346         security patch for temporary    file security problem within
6347         PrintString().     Tested once for compile/runtime ...
6349 2001-05-05 18:01  arnef
6351         * source/menu.c (1.31): Changing default for sortOpenPrevDefCB
6352         should invalidate all open window's OpenPrev menu
6354 2001-05-04 18:33  arnef
6356         * source/: nedit.h (1.15), search.c (1.29), search.h (1.10),
6357         window.c (1.24): Make the buttons in Find and Replace dialogs
6358         sensitive on the state of 'Search for' field.
6360 2001-05-03 09:42  amai
6362         * source/help.c (1.37): help.c: update timestamp to "May, 2001"
6364 2001-04-25 21:37  edg
6366         * util/DialogF.c (1.15): Added a fix to handle unexpected
6367         destruction of dialogs gracefully.
6369 2001-04-25 19:03  amai
6371         * nedit.doc (1.5): nedit.doc: fix some typos, convert some "nedit"
6372         to "NEdit", drop some comment about pre 1.2 Motif
6374 2001-04-25 17:01  amai
6376         * util/fileUtils.c (1.11): fileUtils.c: forgot one special case
6377         where the "//" patch might to a crash. Next time I should probably
6378         <think> first, <code> later
6380 2001-04-25 16:48  amai
6382         * util/fileUtils.c (1.10): fileUtils.c: fix typo in my
6383         "double-slash patch" from today
6385 2001-04-25 07:52  amai
6387         * util/fileUtils.c (1.9): fileUtils.c: avoid double "//" in path
6388         strings as this may not work out on              non-un*x systems
6390 2001-04-24 21:10  tringali
6392         * util/misc.c (1.19): Fix crash bug in OpenMotif, where asking for
6393         the the Display/Window of a gadget produces a NULL pointer.
6395 2001-04-18 19:12  slobasso
6397         * source/window.c (1.23): needed to save/restore horizontal and
6398         vertical scroll positions when changing hw tab size.
6400 2001-04-18 19:08  slobasso
6402         * util/DialogF.c (1.14): fixed use of int where Cardinal should be
6404 2001-04-18 17:10  slobasso
6406         * source/: help.c (1.36), macro.c (1.24): new $server_name
6407         variable.
6409 2001-04-18 17:02  slobasso
6411         * source/: file.c (1.16), file.h (1.7, REL-5-2), help.c (1.35),
6412         menu.c (1.30), window.c (1.22): added optional parameter to close()
6413         action for save option.
6415 2001-04-18 16:51  slobasso
6417         * util/DialogF.c (1.13): fixed a mistake I introduced while
6418         debugging
6420 2001-04-18 16:12  slobasso
6422         * util/DialogF.c (1.12): cleaned up createMnemonics in an effort to
6423         fix a crash bug. Bug still not fixed.
6425 2001-04-17 23:40  slobasso
6427         * source/help.c (1.34): cleaned up formatting and moved Windows
6428         Menu items into correct area
6430 2001-04-17 20:13  slobasso
6432         * source/window.c (1.21): save and restore insert positions when hw
6433         tab sizes are changed
6435 2001-04-17 18:47  slobasso
6437         * source/macro.c (1.23): cleaned up RedundantActions, adding some
6438         missing items
6440 2001-04-16 23:49  slobasso
6442         * source/: file.c (1.15), nedit.h (1.14): added bit to distinguish
6443         between too much binary data and -read
6445 2001-04-16 23:20  slobasso
6447         * source/: file.c (1.14), file.h (1.6), macro.c (1.22), menu.c
6448         (1.29), nedit.h (1.13), search.c (1.28), selection.c (1.8),
6449         window.c (1.20): readOnly vs lockWrite access fix, now handles the
6450         many other locked possibilities
6452 2001-04-16 16:36  edg
6454         * source/: help.c (1.33), window.c (1.19): Added workarounds for
6455         openmotif bugs [SF bug 231876].
6457 2001-04-16 14:04  amai
6459         * source/textBuf.c (1.8): texBuf.c: try to fix a bug introduced by
6460         a "const" patch.            Pointed out by <arne@forlie.com>
6462 2001-04-14 09:51  amai
6464         * makefiles/Makefile.unicos (1.3), source/preferences.c (1.25),
6465         source/text.c (1.13), source/userCmds.c (1.12): *: applied re-vised
6466         version of patches for UNICOS from    Bill Matson
6467         <wjm@sdc.cs.boeing.com>
6469 2001-04-13 22:58  slobasso
6471         * util/DialogF.c (1.11): fix build problem introduced in previous
6472         change UCHAR_MAX is in limits.h
6474 2001-04-13 17:50  tringali
6476         * ReleaseNotes (1.5), source/file.c (1.13), source/help.c (1.32),
6477         source/highlightData.c (1.13), source/macro.c (1.21),
6478         source/preferences.c (1.24), source/search.c (1.27),
6479         source/smartIndent.c (1.9), source/userCmds.c (1.11),
6480         util/DialogF.c (1.10), util/fontsel.c (1.7), util/getfiles.c
6481         (1.11), util/misc.c (1.18), util/misc.h (1.7), util/printUtils.c
6482         (1.10): - Updated release notes - Added unmodified mnemonics to
6483         confirmation dialogs.  - Fix bug in mnemonics where there could be
6484         two of the same menmonics   on one dialog.
6486 2001-04-13 15:02  slobasso
6488         * source/search.c (1.26): fixed regex search backwards bug if wrap
6489         turned off.
6491 2001-04-12 22:02  edg
6493         * source/: help.c (1.31), macro.c (1.20), menu.c (1.28), nedit.h
6494         (1.12), preferences.c (1.23), search.c (1.25), window.c (1.18),
6495         window.h (1.6): Extended the Show Matching (..) functionality: Off,
6496         Delimiter, and Range.  Original patch was submitted by Thorsten
6497         Haude.
6499 2001-04-12 15:09  amai
6501         * source/menu.c (1.27): menu.c: allow to specify control codes in
6502         hex/dec/oct format         also improve checking of input
6504 2001-04-09 22:12  amai
6506         * util/: misc.c (1.17), misc.h (1.6): misc.c misc.h: another
6507         "const" patch
6509 2001-04-09 21:43  edg
6511         * source/help.c (1.30): Added information about new search
6512         extensions and related stuff.
6514 2001-04-09 21:38  edg
6516         * source/: nedit.h (1.11), search.c (1.24): Minor fixes and
6517         improvements in isearch + beep on search wrap combination.
6519 2001-04-09 18:46  edg
6521         * util/misc.c (1.16): Typo fix in recent accelerator fix.
6523 2001-04-06 13:09  amai
6525         * source/: preferences.c (1.22), preferences.h (1.9):
6526         preferences.*: even more "const" additions
6528 2001-04-06 13:03  amai
6530         * source/: interpret.c (1.13), interpret.h (1.6, REL-5-2):
6531         interpret.*: another "const" patch
6533 2001-04-06 09:49  amai
6535         * source/file.c (1.12), source/file.h (1.5), source/help.c (1.29),
6536         source/highlightData.c (1.12), source/highlightData.h (1.4,
6537         REL-5-2), source/preferences.c (1.21), source/preferences.h (1.8),
6538         source/regularExp.c (1.7, REL-5-2), source/regularExp.h (1.5,
6539         REL-5-2), source/search.c (1.23), source/search.h (1.9),
6540         source/textBuf.c (1.7), source/textBuf.h (1.4, REL-5-2),
6541         util/fileUtils.c (1.8), util/fileUtils.h (1.4), util/printUtils.c
6542         (1.9), util/printUtils.h (1.4, REL-5-2): *.c *.h: big "const"
6543         patch.           Except in textBuf.c it's only a couple of const
6544         additions.           In textBuf.c I had to change a coupl of lines
6545         to get this done -           should be on the safe side of life ...
6547 2001-04-04 19:38  edg
6549         * source/: preferences.c (1.20), search.c (1.22): Minor bug fixes
6550         in search extensions related code.
6552 2001-04-03 22:59  edg
6554         * source/: menu.c (1.26), nedit.h (1.10), preferences.c (1.19),
6555         preferences.h (1.7), search.c (1.21), search.h (1.8): Added "smart"
6556         replace scope behaviour to the replace dialog radio button
6557         alternative, and made it configurable through a preference.
6559 2001-04-03 08:06  amai
6561         * source/help.c (1.28): help.c: the "April" patch ...
6563 2001-04-03 01:42  tringali
6565         * util/misc.c (1.15): Don't allow traversal to insensitive widgets.
6567 2001-04-02 20:52  edg
6569         * source/: highlight.c (1.13), macro.c (1.19), menu.c (1.25),
6570         nedit.h (1.9), preferences.c (1.18), preferences.h (1.6),
6571         regularExp.c (1.6), regularExp.h (1.4), search.c (1.20), search.h
6572         (1.7), window.c (1.17): Introduced additional search modes [Markus
6573         Schwarzenberg].  Added beep on search wrap option [Markus
6574         Schwarzenberg].  Added sticky case sensitivity search preference
6575         [Markus Schwarzenberg].  Replace and find dialog and incremental
6576         search bar layout changes (currently two layout alternatives for
6577         replace dialog, for evaluation purposes).
6579 2001-03-30 17:54  slobasso
6581         * source/highlightData.c (1.11): new global in nedit macro language
6582         $empty_array
6584 2001-03-30 17:48  slobasso
6586         * source/: help.c (1.27), macro.c (1.18): added a new empty array
6587         global
6589 2001-03-27 23:00  slobasso
6591         * source/help.c (1.26): minor formatting fix
6593 2001-03-27 15:37  tringali
6595         * makefiles/Makefile.aix (1.4): Add FUNCPROTO=15 for the IBM X
6596         headers, which require a bitmask in this #define in order to
6597         control function prototypes.
6599 2001-03-26 15:46  slobasso
6601         * source/: interpret.c (1.12), interpret.h (1.5), macro.c (1.17):
6602         minor array code cleanup
6604 2001-03-25 08:42  arnef
6606         * source/tags.c (1.11): Fixed bug #217022
6608 2001-03-23 23:11  slobasso
6610         * source/highlightData.c (1.10): added missing variables to NEdit
6611         macro highlighting data
6613 2001-03-23 14:41  slobasso
6615         * source/undo.c (1.5): undo/redo sets the selection to the changed
6616         text
6618 2001-03-21 21:25  edg
6620         * source/search.c (1.19): Changed the initial default selection for
6621         multi-file replacement dialog to all files instead of none. 
6622         Multi-file replacement dialog now makes sure that at least the
6623         first selected item is visible when displayed.  Removed the #ifdefs
6624         for conditional multi-file replacement functionality.  Minor layout
6625         change for the replace dialog.
6627 2001-03-21 21:20  edg
6629         * source/window.c (1.16): Removed #ifdef for conditional multi-file
6630         replacement functionality.
6632 2001-03-19 16:30  slobasso
6634         * source/: highlight.c (1.12), regexConvert.c (1.3), regularExp.c
6635         (1.5), search.c (1.18), text.c (1.12), textBuf.c (1.6), textDisp.c
6636         (1.9): removing warnings for RH7 linux compiler
6638 2001-03-19 14:43  tringali
6640         * source/: text.c (1.11), nedit.c (1.12): 
6641         
6642         Move toggle overstrike accelerator to Motif standard "Insert", free
6643         up Ctrl+B for other uses.
6645 2001-03-17 06:44  arnef
6647         * source/search.c (1.17): Fixed bug related to
6648         XtGetSelectionValue() and variables going out of scope.  Added
6649         mnemonic to Replace& Find Button.
6651 2001-03-16 22:24  slobasso
6653         * source/menu.c (1.24): fixed menu argument to set_wrap_text
6655 2001-03-16 20:28  amai
6657         * source/: nc.c (1.8), nedit.c (1.11): nc.c nedit.c: wildcard
6658         expansion for non-sh shells on OS/2 (EMX)
6660 2001-03-13 16:48  slobasso
6662         * source/help.c (1.25), source/macro.c (1.16), source/search.c
6663         (1.16), source/selection.c (1.7), source/shell.c (1.9),
6664         source/shift.c (1.7), source/textDisp.c (1.8), util/DialogF.c
6665         (1.9), util/fontsel.c (1.6), util/printUtils.c (1.8): cleanup
6666         warnings under linux compiler
6668 2001-03-12 15:24  slobasso
6670         * source/help.c (1.24): fixed a few minor mistakes.
6672 2001-03-12 15:15  slobasso
6674         * source/: help.c (1.23), macro.c (1.15), menu.c (1.23),
6675         preferences.c (1.17), window.c (1.15), window.h (1.5): added final
6676         window settable prefs through actions and verified all should be
6677         macro recordable.
6679 2001-03-11 02:31  slobasso
6681         * source/: help.c (1.22), menu.c (1.22), nedit.h (1.8): new macro
6682         access to many window settings
6684 2001-03-10 15:36  arnef
6686         * source/: help.c (1.21), menu.c (1.21), nedit.c (1.10), nedit.h
6687         (1.7), preferences.c (1.16), preferences.h (1.5), search.c (1.15),
6688         search.h (1.6): Implemented replace/find functionality, patch no
6689         403934
6691 2001-03-09 22:30  slobasso
6693         * source/help.c (1.20): changed delete() to delete_selection() in
6694         docs
6696 2001-03-09 22:27  slobasso
6698         * source/menu.c (1.20): changed Delete menu item to use
6699         delete_selection action
6701 2001-03-09 22:21  slobasso
6703         * source/parse.y (1.13): added lex hack for delete array[key] vs
6704         delete() abiguity
6706 2001-03-09 16:58  slobasso
6708         * source/: help.c (1.19), macro.c (1.14), menu.c (1.19), text.c
6709         (1.10), text.h (1.4, REL-5-2), textDisp.c (1.7), textDisp.h (1.5,
6710         REL-5-2), window.c (1.14), window.h (1.4): adding new variables for
6711         font width and pane index and size and focus_pane action
6713 2001-03-06 19:49  slobasso
6715         * source/: interpret.c (1.11), rbTree.c (1.2), rbTree.h (1.2,
6716         BETA-5-3-RC1, REL-5-2): added comments, cleaned up a few minor bugs
6717         and added cvs id's to new files
6719 2001-03-06 15:02  slobasso
6721         * source/macro.c (1.13): add comments
6723 2001-03-06 01:00  slobasso
6725         * source/: interpret.c (1.10), parse.y (1.12): code cleanup
6727 2001-03-05 21:39  slobasso
6729         * source/highlightData.c (1.9): bring syntax hilighting up to
6730         latest changes in nedit macro language
6732 2001-03-05 19:26  slobasso
6734         * source/: interpret.c (1.9), macro.c (1.12), parse.y (1.11): fixed
6735         a few warnings and made splitMS compatible with array sub-scripts
6736         end cases, which is what is was designed for
6738 2001-03-05 16:20  amai
6740         * source/: help.c (1.18), parse.y (1.10): help.c: It's "March" now
6741         ...  parse.y: add two yy*() prototypes to make compiler happy
6743 2001-03-05 15:00  slobasso
6745         * source/: Makefile.common (1.6), Makefile.dependencies (1.4),
6746         help.c (1.17), interpret.c (1.8), interpret.h (1.4), macro.c
6747         (1.11), menu.c (1.18), nedit.c (1.9), parse.y (1.9), rbTree.c
6748         (1.1), rbTree.h (1.1), shell.c (1.8), smartIndent.c (1.8),
6749         userCmds.c (1.10): array macro feature
6751 2001-02-26 23:38  edg
6753         * Makefile (1.5), README (1.6), ReleaseNotes (1.4), nc.man (1.3),
6754         nedit.doc (1.4), nedit.man (1.3), makefiles/Makefile.aix (1.3),
6755         makefiles/Makefile.bsdi (1.2), makefiles/Makefile.ccur (1.2),
6756         makefiles/Makefile.convex (1.2), makefiles/Makefile.cygwin (1.3),
6757         makefiles/Makefile.dcosx (1.2), makefiles/Makefile.dec (1.2),
6758         makefiles/Makefile.freebsd (1.2), makefiles/Makefile.generic (1.2),
6759         makefiles/Makefile.hpux (1.2), makefiles/Makefile.linux (1.2),
6760         makefiles/Makefile.lynx (1.2), makefiles/Makefile.m88k.svr4 (1.2),
6761         makefiles/Makefile.netbsd (1.2), makefiles/Makefile.os2 (1.2),
6762         makefiles/Makefile.osf (1.2), makefiles/Makefile.reliant (1.2),
6763         makefiles/Makefile.sco (1.2), makefiles/Makefile.sgi (1.2),
6764         makefiles/Makefile.solaris (1.2), makefiles/Makefile.sunos (1.2),
6765         makefiles/Makefile.uhc (1.2), makefiles/Makefile.ultrix (1.2),
6766         makefiles/Makefile.unicos (1.2), makefiles/Makefile.unixware (1.2),
6767         source/Makefile.common (1.5), source/Makefile.dependencies (1.3),
6768         source/comnedit.com (1.4), source/file.c (1.11), source/file.h
6769         (1.4), source/help.c (1.16), source/help.h (1.3),
6770         source/highlight.c (1.11), source/highlight.h (1.3, REL-5-2),
6771         source/highlightData.c (1.8), source/highlightData.h (1.3),
6772         source/interpret.c (1.7), source/interpret.h (1.3),
6773         source/lnknedit.com (1.3), source/macro.c (1.10), source/macro.h
6774         (1.2, REL-5-2), source/menu.c (1.17), source/menu.h (1.5,
6775         BETA-5-3-RC1, REL-5-2), source/n.bm (1.2, BETA-5-3-RC1, REL-5-2),
6776         source/nc.c (1.7), source/nedit.bm (1.2, BETA-5-3-RC1, REL-5-2),
6777         source/nedit.c (1.8), source/nedit.h (1.6),
6778         source/nedit_options_file.opt (1.2, BETA-5-3-RC1, REL-5-2),
6779         source/parse.c_noyacc (1.4), source/parse.h (1.2), source/parse.y
6780         (1.8), source/preferences.c (1.15), source/preferences.h (1.4),
6781         source/regexConvert.c (1.2), source/regexConvert.h (1.2, REL-5-2),
6782         source/regularExp.c (1.4), source/regularExp.h (1.3),
6783         source/search.c (1.14), source/search.h (1.5), source/selection.c
6784         (1.6), source/selection.h (1.3, REL-5-2), source/server.c (1.7),
6785         source/server.h (1.2, REL-5-2), source/shell.c (1.7),
6786         source/shell.h (1.3, REL-5-2), source/shift.c (1.6), source/shift.h
6787         (1.3, BETA-5-3-RC1, REL-5-2), source/smartIndent.c (1.7),
6788         source/smartIndent.h (1.3), source/tags.c (1.10), source/tags.h
6789         (1.3), source/text.c (1.9), source/text.h (1.3), source/textBuf.c
6790         (1.5), source/textBuf.h (1.3), source/textDisp.c (1.6),
6791         source/textDisp.h (1.4), source/textDrag.c (1.3), source/textDrag.h
6792         (1.2, BETA-5-3-RC1, REL-5-2), source/textP.h (1.3, BETA-5-3-RC1,
6793         REL-5-2), source/textSel.c (1.3), source/textSel.h (1.2,
6794         BETA-5-3-RC1, REL-5-2), source/undo.c (1.4), source/undo.h (1.3,
6795         REL-5-2), source/userCmds.c (1.9), source/userCmds.h (1.3),
6796         source/window.c (1.13), source/window.h (1.3), util/DialogF.c
6797         (1.8), util/DialogF.h (1.4, REL-5-2), util/Makefile.common (1.5,
6798         REL-5-2), util/Makefile.dependencies (1.3), util/comutil.com (1.2),
6799         util/fileUtils.c (1.7), util/fileUtils.h (1.3), util/fontsel.c
6800         (1.5), util/fontsel.h (1.3), util/getfiles.c (1.10),
6801         util/getfiles.h (1.3, BETA-5-3-RC1, REL-5-2), util/managedList.c
6802         (1.4), util/managedList.h (1.3, BETA-5-3-RC1, REL-5-2), util/misc.c
6803         (1.14), util/misc.h (1.5), util/prefFile.c (1.7), util/prefFile.h
6804         (1.4, BETA-5-3-RC1, REL-5-2), util/printUtils.c (1.7),
6805         util/printUtils.h (1.3), util/utils.c (1.3), util/utils.h (1.2,
6806         REL-5-2), util/vmsParam.h (1.2, BETA-5-3-RC1, REL-5-2),
6807         util/vmsUtils.c (1.3), util/vmsUtils.h (1.3, BETA-5-3-RC1,
6808         REL-5-2): Added CVS Ids.
6810 2001-02-25 02:13  edel
6812         * source/parse.y (1.7): Fix conflicts in yacc grammar!
6814 2001-02-22 20:27  edel
6816         * source/highlight.c (1.10): My previous highlighting patch didn't
6817         take in to account styles which fail lookup in the pass1pattern
6818         list (like pass 2 patterns).
6820 2001-02-21 21:39  tringali
6822         * source/highlight.c (1.9): [Patch #101473] Use nearest-color match
6823         when colormap exhausted.
6825 2001-02-21 16:49  edel
6827         * source/highlight.c (1.8): Abutting styles could fool incremental
6828         highlighting into using an unparsable pattern with parseString.
6830 2001-02-20 23:54  slobasso
6832         * source/: help.c (1.15), macro.c (1.9): new preference global
6833         variables added
6835 2001-02-20 15:37  slobasso
6837         * source/menu.c (1.16): fixed bug where forgot to deref nArgs
6838         pointer
6840 2001-02-20 09:58  amai
6842         * Makefile (1.4), README (1.5): README:   change a couple of
6843         "nedit" to "NEdit" Makefile: slightly change comment text (fix
6844         typo, etc.)
6846 2001-02-19 16:39  slobasso
6848         * source/: help.c (1.14), macro.c (1.8), menu.c (1.15): added a new
6849         macro command string_compare() and an action raise_window()
6851 2001-02-19 16:30  slobasso
6853         * source/file.c (1.10): fix issue where reused untitled window is
6854         not given focus when raised.
6856 2001-02-19 10:03  amai
6858         * source/help.c (1.13): help.c: fix some typos and change a couple
6859         of         "nedit" to "NEdit". Actually it is not always        
6860         straightforward to see whether a "nedit" refers to         the
6861         whole product called "NEdit" or to the "nedit" executable ...
6863 2001-02-19 02:02  slobasso
6865         * source/text.c (1.8): fix warnings
6867 2001-02-17 14:03  amai
6869         * source/Makefile.dependencies (1.2), util/Makefile.dependencies
6870         (1.2): */Makefile.dependencies: update WRT new utils.*
6872 2001-02-17 13:59  amai
6874         * source/file.c (1.9), util/utils.c (1.2): file.c utils.c: add
6875         missing #includes
6877 2001-02-17 13:56  amai
6879         * util/: utils.c (1.1), utils.h (1.1): utils.*: new sources for
6880         general purpose, non-GUI stuff like          GetHomeDir()
6882 2001-02-17 13:53  amai
6884         * source/file.c (1.8), source/macro.c (1.7), source/menu.c (1.14),
6885         source/nc.c (1.6), source/server.c (1.6), source/tags.c (1.9),
6886         util/Makefile.common (1.4), util/fileUtils.c (1.6), util/prefFile.c
6887         (1.6): nc.c server.c: move #include <sys/types.h> before other
6888         <sys/*> Makefile.common: prepare for util/utils.c to be checked in
6889         file.c macro.c menu.c tags.c fileUtils.c prefFile.c:    use new
6890         GetCurDir(), GetHomeDir() calls
6892 2001-02-17 01:47  edel
6894         * source/: highlight.c (1.7), parse.y (1.6): 
6895         Empty code blocks are rejected by the macro language.
6897 2001-02-17 00:09  slobasso
6899         * source/interpret.c (1.6): when strings are converted to numbers
6900         and the conversion fails, use 0 rather than junk
6902 2001-02-16 14:58  amai
6904         * ReleaseNotes (1.3), source/tags.c (1.8), util/fileUtils.c (1.5):
6905         ReleaseNotes: add some bugs being addressed *.c: supply fallback if
6906         getcwd() fails      (in one case we used uninitialized memory
6907         earlier!)
6909 2001-02-16 14:25  amai
6911         * source/: Makefile.common (1.4), help.c (1.12): Makefile.common:
6912         nc depends on libNUtil.a! help.c: switch to "February 2001" ...
6914 2001-02-15 16:08  tringali
6916         * ReleaseNotes (1.2): 
6917         Add info about 5.2 features and bugfixes.
6919 2001-02-15 16:07  tringali
6921         * util/misc.c (1.13): 
6922         Fix simulateButtonPress() so it works for gadgets.  (Needed for
6923         DialogF mnemonics.)
6925 2001-02-15 16:06  tringali
6927         * util/DialogF.h (1.3): 
6928         Change dialog_type parameter to int to avoid warnings.
6930 2001-02-15 16:06  tringali
6932         * util/DialogF.c (1.7): 
6933         Automatically create mnemonics for dialog buttons.  Change
6934         dialog_type parameter to int to avoid warnings (comparing unsingned
6935         int for negative isn't exactly useful).
6937 2001-02-15 16:04  tringali
6939         * source/preferences.c (1.14): Default syntax highlighting to on.
6941 2001-02-15 16:04  tringali
6943         * source/nc.c (1.5): 
6944         
6945         - Remove warnings for 64-bit systems.  Extend strlen results to
6946         long and use   %ld as a format specifier.  strlen returns a size_t
6947         which is typically   an unsigned long on 64-bit systems.
6949 2001-02-14 00:34  slobasso
6951         * source/: help.c (1.11), text.c (1.7), textDisp.c (1.5),
6952         textDisp.h (1.3): added extra options to many of the macro actions
6954 2001-02-12 22:37  amai
6956         * source/preferences.c (1.13): preferences.c: patch from Thorsten
6957         Haude to issue a warning                if -import can not find the
6958         specified file
6960 2001-02-12 21:08  slobasso
6962         * source/: help.c (1.10), menu.c (1.13), nedit.h (1.5),
6963         preferences.c (1.12), preferences.h (1.3), search.c (1.13),
6964         search.h (1.4): Added a search wrap option to prefs and made some
6965         more options available to macro actions.
6967 2001-02-09 22:35  tringali
6969         * source/help.c (1.9): Remove obsolete reference to Caps-Lock bug.
6971 2001-02-09 22:34  slobasso
6973         * source/: interpret.c (1.5), interpret.h (1.2), parse.c_noyacc
6974         (1.3), parse.y (1.5): fixed a leak with static strings in the macro
6975         interpreter.
6977 2001-02-09 22:19  slobasso
6979         * source/: menu.c (1.12), text.c (1.6): fixed strCaseCmp() bug
6980         where partial strings would match.
6982 2001-02-09 21:07  amai
6984         * source/userCmds.c (1.8): userCmds.c: try to fix compiler warnings
6986 2001-02-09 09:08  amai
6988         * source/: menu.c (1.11), menu.h (1.4): menu.*: fix a 'pointer vs.
6989         integer constant' problem, by adding a         cast to the
6990         constants #definition
6992 2001-02-08 09:08  amai
6994         * source/Makefile.common (1.3), source/Makefile.dependencies (1.1),
6995         util/Makefile.common (1.3), util/Makefile.dependencies (1.1):
6996         */Makefile.common: include new */Makefile.dependencies: simple
6997         files containing the dependencies for all     objects (i.e. *.o)
6999 2001-02-08 08:52  amai
7001         * source/: menu.c (1.10), menu.h (1.3): menu.c menu.h: - correct my
7002         previous patch: XmNuserData requires XtPointer* arg               
7003         - add some more 'const's
7005 2001-02-06 16:04  amai
7007         * source/search.c (1.12), util/DialogF.c (1.6), util/getfiles.c
7008         (1.9): search.c DialogF.c getfiles.c: Drop #ifdef MOTIF10 sections.
7010 2001-02-06 12:07  amai
7012         * source/menu.c (1.9): menu.c: Fix a 'major' 64bit bug: we were
7013         passing a pointer to int         instead of pointer to pointer.
7014         This fixes the crash with         NEdit/LessTif on alpha when
7015         selecting the Window menu item!!
7017 2001-02-06 10:19  amai
7019         * source/preferences.c (1.11): preferences.c: drop unused #include
7020         <errno.h>
7022 2001-02-06 10:03  amai
7024         * source/interpret.c (1.4), util/prefFile.c (1.5), util/prefFile.h
7025         (1.3): interpret.c prefFile.*: add 'const' to some more functions'
7026         signature
7028 2001-02-06 10:02  amai
7030         * source/: nc.c (1.4), server.c (1.5): server.c nc.c: add checks
7031         whether some system calls succeed (e.g. uname())               
7032         changed signature of getHostName() and getUserName
7034 2001-02-05 19:45  amai
7036         * util/: DialogF.c (1.5), misc.c (1.12), prefFile.c (1.4),
7037         printUtils.c (1.6): DialogF.c misc.c prefFile.c printUtils.c: add
7038         'const' to some     functions' signatures
7040 2001-02-05 17:13  amai
7042         * source/: file.c (1.7), help.c (1.8), highlight.c (1.6),
7043         highlightData.c (1.7): file.c help.c highlight.c highlightData.c:
7044         Replace improper <0> as last argument          in XtVa*() interface
7045         calls by <NULL>
7047 2001-02-02 18:10  tringali
7049         * source/highlight.c (1.5): Replace debugging code of divide by 0
7050         with a more proper assert.  Dividing by zero generated warnings on
7051         lots of compilers.
7053 2001-02-02 14:47  amai
7055         * source/window.c (1.12): window.c: drop declaration of
7056         _XEditResCheckMessages(); should be in           according header  
7057                 Fix compiler warning about boolean expression
7059 2001-02-02 14:00  amai
7061         * Makefile (1.3), README (1.4): Makefile: do not list CVS/ subdir
7062         when running 'make' without argument README:   cosmetics
7063         (re-formatting)           add pointer to makefiles/Makefile.generic
7064         which explains     our current -D compiler options
7066 2001-02-02 13:12  amai
7068         * util/getfiles.c (1.8): getfiles.c: - add 'cont' add some places  
7069                     (as I realized we are already using it, so we don't    
7070                   discuss systems w/o here)             - drop */errno.h
7071         #includes (I couldn't see any usage of it currently)
7073 2001-02-01 23:16  tringali
7075         * makefiles/Makefile.aix (1.2): 
7076         
7077         Fix for bug 130164: force X headers to include full prototype
7078         information.
7080 2001-01-26 22:42  amai
7082         * source/: help.c (1.7), window.c (1.11): help.c: switch to
7083         "January, 2001" window.c: ad cast; should fix SF [Bug #130164 ]
7084         Compiler warning on AIX4.3.2 in                window.c
7086 2001-01-24 15:54  amai
7088         * util/misc.c (1.11), source/highlightData.c (1.6), source/menu.c
7089         (1.8), source/preferences.c (1.10), source/userCmds.c (1.7): *.c:
7090         The XmNnumChildren resource if of type 'Cardinal', not 'int'
7092 2001-01-10 10:42  amai
7094         * source/textBuf.c (1.4): textBuf.c: fix for SF [Bug #115195 ]
7095         textBuf.c:862 warning: '/*' within comment
7097 2001-01-05 21:18  amai
7099         * source/shell.c (1.6): shell.c: change some "Nedit" strings to
7100         "NEdit".           properly end an execl() parameter list by (char
7101         *)0
7103 2000-12-20 14:05  amai
7105         * source/help.c (1.6), source/nedit.c (1.7), source/search.c
7106         (1.11), source/window.c (1.10), util/getfiles.c (1.7): Replace
7107         "Lesstif" by "LessTif" ...  Update timestamp in version info to
7108         "december, 2000"
7110 2000-12-20 13:56  amai
7112         * README (1.3), source/.cvsignore (1.1), source/tags.c (1.7),
7113         util/misc.c (1.10): Add two missing #includes Add a .cvsignore for
7114         the two binaries beign built Update the docs WRT LessTif issues
7116 2000-12-19 21:08  tringali
7118         * nedit.doc (1.3): 
7119         
7120         Removed obsolete references to fnal.gov FTP server.
7122 2000-12-19 21:06  edg
7124         * source/selection.c (1.5): Added a fix for SF bug 126285: segfault
7125         with goto line.
7127 2000-12-15 20:57  edg
7129         * source/text.c (1.5): Fixed a selection highlighting bug (removed
7130         an earlier bogus patch).
7132 2000-12-10 19:35  edg
7134         * source/search.c (1.10): Fixed some (harmless) compiler warnings. 
7135         Added an extra check in the multi-file replacement code to make
7136         sure that the user didn't invalidate the replacement strings when
7137         the dialog isn't modal (bug in several Lesstif versions).
7139 2000-11-30 21:33  edg
7141         * util/getfiles.c (1.6): Implemented a workaround for a Motif 2.x
7142         file selection box bug.
7144 2000-11-30 21:31  edg
7146         * makefiles/Makefile.cygwin (1.2): Minor changes requested by
7147         Christian Denat.
7149 2000-11-23 23:23  edg
7151         * source/: search.c (1.9), search.h (1.3), window.c (1.9): Fixed a
7152         critical bug in the multi-file replace functionality.  Closing
7153         windows while a multi-file replace dialog was up could result in a
7154         crash. The lists are now updated when a window closes.
7156 2000-11-22 23:08  edg
7158         * source/: nedit.h (1.4), search.c (1.8), window.c (1.8): Added
7159         multi-file replace-all functionality.
7161 2000-11-22 21:50  edg
7163         * source/: preferences.c (1.9), search.c (1.7): Added a missing
7164         #include <stdio.h>.
7166 2000-11-07 14:03  edel
7168         * util/misc.c (1.9): Fix glitches in Caps/Num Lock patch
7170 2000-11-06 21:52  edel
7172         * source/: macro.c (1.6), preferences.c (1.8), shift.c (1.5),
7173         text.c (1.4), userCmds.c (1.6), window.c (1.7): Patch for Caps/Num
7174         Lock bug + a few other minor fixes
7176 2000-11-06 21:50  edel
7178         * util/: misc.c (1.8), misc.h (1.4): Patch for Caps/Num Lock Motif
7179         bug
7181 2000-10-06 21:23  edel
7183         * util/misc.c (1.7): Bug fix: BG menu not working with new best
7184         visual code
7186 2000-10-04 03:09  edel
7188         * util/: DialogF.c (1.4), fontsel.c (1.4), getfiles.c (1.5),
7189         managedList.c (1.3), misc.c (1.6), printUtils.c (1.5): For IA-64,
7190         XtVa argument lists must be terminated with NULL rather than 0
7192 2000-10-04 03:07  edel
7194         * source/: macro.c (1.5), menu.c (1.7), preferences.c (1.7),
7195         search.c (1.6), selection.c (1.4), shell.c (1.5), shift.c (1.4),
7196         smartIndent.c (1.6), tags.c (1.6), textDisp.c (1.4), userCmds.c
7197         (1.5), window.c (1.6): For IA-64, XtVa calls must be terminated
7198         w/NULL, rather than 0
7200 2000-09-29 15:48  edel
7202         * util/: fileUtils.c (1.4), misc.c (1.5): Support ClearCase version
7203         extended pathnames (and fix some compiler warns)
7205 2000-09-29 15:38  edel
7207         * source/: file.c (1.6), file.h (1.3), menu.c (1.6), nedit.c (1.6),
7208         preferences.c (1.6), server.c (1.4), shell.c (1.4): Updates from
7209         Max (via Arne), and Arne Førlie: ClearCase version extended paths,
7210         Untitled windows inherit parent path, and avoid reuse of Untitled
7211         windows which are currently running a macro.
7213 2000-09-26 20:28  edel
7215         * source/: file.c (1.5), help.c (1.5), highlightData.c (1.5),
7216         macro.c (1.4), menu.c (1.5), nedit.c (1.5), preferences.c (1.5),
7217         search.c (1.5), smartIndent.c (1.5), tags.c (1.5), userCmds.c
7218         (1.4), window.c (1.5): Allow nedit to use non-default visuals
7220 2000-09-26 20:25  edel
7222         * util/: DialogF.c (1.3), fontsel.c (1.3), getfiles.c (1.4), misc.c
7223         (1.4), misc.h (1.3), printUtils.c (1.4): Allow NEdit to use
7224         non-default visual
7226 2000-09-22 19:41  edel
7228         * util/: fileUtils.c (1.3), getfiles.c (1.3), misc.c (1.3),
7229         prefFile.c (1.3), printUtils.c (1.3): Changes since last posted
7230         development release
7232 2000-09-22 19:34  edel
7234         * source/: file.c (1.4), help.c (1.4), highlight.c (1.4),
7235         highlightData.c (1.4), interpret.c (1.3), macro.c (1.3), menu.c
7236         (1.4), nc.c (1.3), nedit.c (1.4), parse.y (1.4), preferences.c
7237         (1.4), regularExp.c (1.3), search.c (1.4), selection.c (1.3),
7238         server.c (1.3), shell.c (1.3), shift.c (1.3), smartIndent.c (1.4),
7239         tags.c (1.4), text.c (1.3), textBuf.c (1.3), undo.c (1.3),
7240         userCmds.c (1.3), window.c (1.4): Changes since last posted
7241         development release
7243 2000-09-10 18:15  tringali
7245         * makefiles/: Makefile.aix (1.1), Makefile.bsdi (1.1),
7246         Makefile.ccur (1.1), Makefile.convex (1.1), Makefile.cygwin (1.1),
7247         Makefile.dcosx (1.1), Makefile.dec (1.1), Makefile.freebsd (1.1),
7248         Makefile.generic (1.1), Makefile.hpux (1.1), Makefile.linux (1.1),
7249         Makefile.lynx (1.1), Makefile.m88k.svr4 (1.1), Makefile.netbsd
7250         (1.1), Makefile.os2 (1.1), Makefile.osf (1.1), Makefile.reliant
7251         (1.1), Makefile.sco (1.1), Makefile.sgi (1.1), Makefile.solaris
7252         (1.1), Makefile.sunos (1.1), Makefile.uhc (1.1), Makefile.ultrix
7253         (1.1), Makefile.unicos (1.1), Makefile.unixware (1.1) (utags:
7254         REL-5-1-1): 5.1.1 baseline
7256 2000-09-09 22:22  tringali
7258         * source/: comnedit.com (1.3), file.c (1.3), help.c (1.3),
7259         highlight.c (1.3), highlightData.c (1.3), menu.c (1.3), nedit.c
7260         (1.3), nedit.h (1.3), parse.c_noyacc (1.2), parse.y (1.3),
7261         preferences.c (1.3), search.c (1.3), smartIndent.c (1.3), tags.c
7262         (1.3), textDisp.c (1.3), window.c (1.3): 5.2 Development snapshot
7263         as of 5/29/2000
7265 2000-09-09 22:18  tringali
7267         * Makefile (1.2, REL-5-1-1), README (1.2, REL-5-1-1), ReleaseNotes
7268         (1.1, REL-5-1-1), nc.man (1.2, REL-5-1-1), nedit.doc (1.2,
7269         REL-5-1-1), nedit.man (1.2, REL-5-1-1), source/Makefile.common
7270         (1.2, REL-5-1-1), source/Makefile.dec (1.2), source/Makefile.hp
7271         (1.2), source/Makefile.ibm (1.2), source/Makefile.linux (1.2),
7272         source/Makefile.osf (1.2), source/Makefile.sgi (1.2),
7273         source/Makefile.solaris (1.2), source/Makefile.sunos (1.2),
7274         source/Makefile.ultrix (1.2), source/comnedit.com (1.2, REL-5-1-1),
7275         source/file.c (1.2, REL-5-1-1), source/file.h (1.2, REL-5-1-1),
7276         source/help.c (1.2, REL-5-1-1), source/help.h (1.2, REL-5-1-1),
7277         source/highlight.c (1.2, REL-5-1-1), source/highlight.h (1.2,
7278         REL-5-1-1), source/highlightData.c (1.2, REL-5-1-1),
7279         source/highlightData.h (1.2, REL-5-1-1), source/interpret.c (1.2,
7280         REL-5-1-1), source/lnknedit.com (1.2, REL-5-1-1), source/macro.c
7281         (1.2, REL-5-1-1), source/menu.c (1.2, REL-5-1-1), source/menu.h
7282         (1.2, REL-5-1-1), source/nc.c (1.2, REL-5-1-1), source/nedit.c
7283         (1.2, REL-5-1-1), source/nedit.h (1.2, REL-5-1-1), source/parse.y
7284         (1.2, REL-5-1-1), source/preferences.c (1.2, REL-5-1-1),
7285         source/preferences.h (1.2, REL-5-1-1), source/regexConvert.c (1.1,
7286         REL-5-1-1), source/regexConvert.h (1.1, REL-5-1-1),
7287         source/regularExp.c (1.2, REL-5-1-1), source/regularExp.h (1.2,
7288         REL-5-1-1), source/search.c (1.2, REL-5-1-1), source/search.h (1.2,
7289         REL-5-1-1), source/selection.c (1.2, REL-5-1-1), source/selection.h
7290         (1.2, REL-5-1-1), source/server.c (1.2, REL-5-1-1), source/shell.c
7291         (1.2, REL-5-1-1), source/shell.h (1.2, REL-5-1-1), source/shift.c
7292         (1.2, REL-5-1-1), source/shift.h (1.2, REL-5-1-1),
7293         source/smartIndent.c (1.2, REL-5-1-1), source/smartIndent.h (1.2,
7294         REL-5-1-1), source/tags.c (1.2, REL-5-1-1), source/tags.h (1.2,
7295         REL-5-1-1), source/text.c (1.2, REL-5-1-1), source/text.h (1.2,
7296         REL-5-1-1), source/textBuf.c (1.2, REL-5-1-1), source/textBuf.h
7297         (1.2, REL-5-1-1), source/textDisp.c (1.2, REL-5-1-1),
7298         source/textDisp.h (1.2, REL-5-1-1), source/textDrag.c (1.2,
7299         REL-5-1-1), source/textP.h (1.2, REL-5-1-1), source/textSel.c (1.2,
7300         REL-5-1-1), source/undo.c (1.2, REL-5-1-1), source/undo.h (1.2,
7301         REL-5-1-1), source/userCmds.c (1.2, REL-5-1-1), source/userCmds.h
7302         (1.2, REL-5-1-1), source/window.c (1.2, REL-5-1-1), source/window.h
7303         (1.2, REL-5-1-1), util/DialogF.c (1.2, REL-5-1-1), util/DialogF.h
7304         (1.2, REL-5-1-1), util/Makefile.common (1.2, REL-5-1-1),
7305         util/Makefile.dec (1.2), util/Makefile.hp (1.2), util/Makefile.ibm
7306         (1.2), util/Makefile.linux (1.2), util/Makefile.sgi (1.2),
7307         util/Makefile.solaris (1.2), util/Makefile.sunos (1.2),
7308         util/Makefile.ultrix (1.2), util/fileUtils.c (1.2, REL-5-1-1),
7309         util/fileUtils.h (1.2, REL-5-1-1), util/fontsel.c (1.2, REL-5-1-1),
7310         util/fontsel.h (1.2, REL-5-1-1), util/getfiles.c (1.2, REL-5-1-1),
7311         util/getfiles.h (1.2, REL-5-1-1), util/managedList.c (1.2,
7312         REL-5-1-1), util/managedList.h (1.2, REL-5-1-1), util/misc.c (1.2,
7313         REL-5-1-1), util/misc.h (1.2, REL-5-1-1), util/prefFile.c (1.2,
7314         REL-5-1-1), util/prefFile.h (1.2, REL-5-1-1), util/printUtils.c
7315         (1.2, REL-5-1-1), util/printUtils.h (1.2, REL-5-1-1),
7316         util/vmsUtils.c (1.2, REL-5-1-1), util/vmsUtils.h (1.2, REL-5-1-1):
7317         5.1.1 baseline
7319 2000-09-09 22:12  tringali
7321         * Makefile (1.1), README (1.1), nc.man (1.1), nedit.doc (1.1),
7322         nedit.man (1.1), source/Makefile.common (1.1), source/Makefile.dec
7323         (1.1), source/Makefile.hp (1.1), source/Makefile.ibm (1.1),
7324         source/Makefile.linux (1.1), source/Makefile.osf (1.1),
7325         source/Makefile.sgi (1.1), source/Makefile.solaris (1.1),
7326         source/Makefile.sunos (1.1), source/Makefile.ultrix (1.1),
7327         source/comnedit.com (1.1), source/file.c (1.1), source/file.h
7328         (1.1), source/help.c (1.1), source/help.h (1.1), source/highlight.c
7329         (1.1), source/highlight.h (1.1), source/highlightData.c (1.1),
7330         source/highlightData.h (1.1), source/interpret.c (1.1),
7331         source/interpret.h (1.1, REL-5-1-1), source/lnknedit.com (1.1),
7332         source/macro.c (1.1), source/macro.h (1.1, REL-5-1-1),
7333         source/menu.c (1.1), source/menu.h (1.1), source/n.bm (1.1,
7334         REL-5-1-1), source/nc.c (1.1), source/nedit.bm (1.1, REL-5-1-1),
7335         source/nedit.c (1.1), source/nedit.h (1.1),
7336         source/nedit_options_file.opt (1.1, REL-5-1-1),
7337         source/parse.c_noyacc (1.1, REL-5-1-1), source/parse.h (1.1,
7338         REL-5-1-1), source/parse.y (1.1), source/preferences.c (1.1),
7339         source/preferences.h (1.1), source/regularExp.c (1.1),
7340         source/regularExp.h (1.1), source/search.c (1.1), source/search.h
7341         (1.1), source/selection.c (1.1), source/selection.h (1.1),
7342         source/server.c (1.1), source/server.h (1.1, REL-5-1-1),
7343         source/shell.c (1.1), source/shell.h (1.1), source/shift.c (1.1),
7344         source/shift.h (1.1), source/smartIndent.c (1.1),
7345         source/smartIndent.h (1.1), source/tags.c (1.1), source/tags.h
7346         (1.1), source/text.c (1.1), source/text.h (1.1), source/textBuf.c
7347         (1.1), source/textBuf.h (1.1), source/textDisp.c (1.1),
7348         source/textDisp.h (1.1), source/textDrag.c (1.1), source/textDrag.h
7349         (1.1, REL-5-1-1), source/textP.h (1.1), source/textSel.c (1.1),
7350         source/textSel.h (1.1, REL-5-1-1), source/undo.c (1.1),
7351         source/undo.h (1.1), source/userCmds.c (1.1), source/userCmds.h
7352         (1.1), source/window.c (1.1), source/window.h (1.1), util/DialogF.c
7353         (1.1), util/DialogF.h (1.1), util/Makefile.common (1.1),
7354         util/Makefile.dec (1.1), util/Makefile.hp (1.1), util/Makefile.ibm
7355         (1.1), util/Makefile.linux (1.1), util/Makefile.sgi (1.1),
7356         util/Makefile.solaris (1.1), util/Makefile.sunos (1.1),
7357         util/Makefile.ultrix (1.1), util/comutil.com (1.1, REL-5-1-1),
7358         util/fileUtils.c (1.1), util/fileUtils.h (1.1), util/fontsel.c
7359         (1.1), util/fontsel.h (1.1), util/getfiles.c (1.1), util/getfiles.h
7360         (1.1), util/managedList.c (1.1), util/managedList.h (1.1),
7361         util/misc.c (1.1), util/misc.h (1.1), util/prefFile.c (1.1),
7362         util/prefFile.h (1.1), util/printUtils.c (1.1), util/printUtils.h
7363         (1.1), util/vmsParam.h (1.1, REL-5-1-1), util/vmsUtils.c (1.1),
7364         util/vmsUtils.h (1.1) (utags: REL-5-0-2): 5.0.2 baseline