Regenerated (cvs2cl.pl -b -r -t --accum --gmt).
[nedit.git] / ChangeLog
blob103c44fadb68f341924283ae2713617f96978a88
1 2004-09-30 11:30  edg
3         * README (1.44), ReleaseNotes (1.27): Updates for 5.5
5 2004-09-16 00:50  n8gray
7         * source/: menu.c (1.115), window.c (1.174): Addressing Bug
8         1023089: can't open new tab.  Let's see if this phrasing is more
9         clear.  The File menu now has either:     New     New Window or:   
10          New     New Tab depending on the user's "open new files in..."
11         preference.
13 2004-09-07 06:19  n8gray
15         * source/menu.c (1.114): Fixed spelling of incrementalSearchLine
16         resource as reported by Arne Forlie.
18 2004-09-02 10:50  edg
20         * source/userCmds.c (1.50): Shell command dialog: renamed window to
21         document.
23 2004-09-02 10:49  edg
25         * source/: nedit.c (1.83), shell.c (1.35): Fixes for the state of
26         the File->Close menu item (bug reported by Arne Førlie).  Also made
27         the output of a shell command go to a new window or a new tab,
28         depending on the user preference wrt. tabbed editing.
30 2004-09-01 20:42  n8gray
32         * source/menu.c (1.113): Fix the "New Tab" menu item in the tab
33         context menu.
35 2004-09-01 20:19  n8gray
37         * source/window.c (1.173): Clean out dead variables in
38         DetachDocument.
40 2004-09-01 15:50  tksoh
42         * source/window.c (1.172): Fix for SF Bug #1020035:
43         Detaching/Moving non-top tab should not change top tab.
45 2004-08-31 23:37  n8gray
47         * source/window.c (1.171): This should fix bug 1011233 - Openning
48         new window from a tabbed window diminishes size.  The comment says
49         that the previous version was supposed to reduce flickering but it
50         caused these size problems and I didn't notice any appreciable
51         difference in the flickering without it.
53 2004-08-26 06:51  n8gray
55         * Makefile (1.18), README (1.43), ReleaseNotes (1.26), source/nc.c
56         (1.44) (utags: BETA-5-5-RC2): Updating version info for RC2.
58 2004-08-24 12:12  edg
60         * ChangeLog (1.39, BETA-5-5-RC2): Regenerated (cvs2cl.pl -b -r -t
61         --accum --gmt).
63 2004-08-24 11:37  edg
65         * source/file.c (1.88, BETA-5-5-RC2): Fix for SF bug #999021 Using
66         exit() in a macro causes hang.
68 2004-08-20 19:33  n8gray
70         * doc/help.etx (1.76), source/help_data.h (1.73), source/menu.c
71         (1.112), source/nedit.c (1.82), source/nedit.h (1.58),
72         source/preferences.c (1.126), source/window.c (1.170),
73         source/window.h (1.25): Committing Tony Ballinski's fix for bug
74         #1005442: documentation for rangeset_set_mode( r, type ) not clear
76 2004-08-20 16:37  edg
78         * doc/help.etx (1.75), source/help_data.h (1.72),
79         source/help_topic.h (1.63), source/regularExp.c (1.25): Fix for SF
80         bug #1008656: word delimiters ignored.  Partially reverted the
81         implementation of '<', '>', and \B back to the pre-5.4 behaviour,
82         without giving up the fix for the problem that we wanted to solve
83         in 5.4.  Word boundaries are now again defined in terms of the
84         delimiter set (which makes things more consistent overall), but
85         word boundary operators still test both the previous and the next
86         character (the pre-5.4 version only tested one character, causing
87         surprising matches, eg., between to spaces).
89 2004-08-16 10:12  edg
91         * doc/help.etx (1.74), source/help_data.h (1.71),
92         source/help_topic.h (1.62): Documentation fix for regex boundary
93         expression semantics.
95 2004-08-15 02:09  tksoh
97         * Microline/XmL/: Folder.c (1.6), FolderP.h (1.5), XmL.h (1.6):
98         Added resource XmLFolder.minTabWidth to fix SF bug #1005064, where
99         tabs were getting wrong sizes when too many tabs were opened.
101 2004-08-12 16:51  edg
103         * source/window.c (1.169): Avoid replace dialog button sensitivity
104         updates when the dialog is not mapped and the selection is altered.
105         In this way many indirect status checks for all files are avoided
106         (triggered by updating the sensitivity of the "Multiple Files..."
107         button).
109 2004-08-12 13:43  edg
111         * source/window.c (1.168): Fix for SF bug #1006830: "Warn on Exit"
112         doesn't work sometimes.
114 2004-08-12 09:06  edg
116         * source/file.c (1.87): Avoid "File Modified Externally" dialogs
117         for tabs that are not visible (similar to minimized windows).
119 2004-08-10 22:28  yooden
121         * source/nedit.c (1.81): Adds limits.h.
123 2004-08-09 22:20  n8gray
125         * README (1.42), util/misc.c (1.69): It appears I never committed
126         the updated RC1 README file.  Here it is.  This also contains a
127         minor correction to the comment documentation for QueryDesktop. 
128         There have been no functional changes.
130 2004-08-09 16:48  edg
132         * source/: nedit.c (1.80), window.c (1.167): Restored the "invalid
133         default virtual key binding" workaround that had become effectively
134         disabled due to the shell widget hierarchy reorganization.  (Bug
135         report at discuss list by Timothy Paige: page-up,page-down on sun
136         keyboard.)
138 2004-08-04 17:43  n8gray
140         * source/preferences.c (1.125): Bump the prefs file version to
141         prevent repeated conversion.
143 2004-08-04 08:05  n8gray
145         * source/preferences.c (1.124): Notify user when prefs file gets
146         changed for 5.5.
148 2004-08-01 10:06  yooden
150         * source/file.c (1.86), source/help.c (1.102), source/highlight.c
151         (1.50), source/highlightData.c (1.68), source/macro.c (1.89),
152         source/menu.c (1.111), source/preferences.c (1.123),
153         source/search.c (1.71), source/selection.c (1.31), source/shell.c
154         (1.34), source/smartIndent.c (1.36), source/tags.c (1.59),
155         source/userCmds.c (1.49), util/DialogF.c (1.31), util/fontsel.c
156         (1.28), util/getfiles.c (1.30), util/misc.c (1.68), util/misc.h
157         (1.25), util/printUtils.c (1.25): Dialog OK's are getting less
158         blanks, more margin.
160 2004-08-01 07:55  yooden
162         * doc/help.etx (1.73), source/help_data.h (1.70),
163         source/help_topic.h (1.61): Fixes some leftovers of the licence
164         clarification.
166 2004-07-29 13:47  tringali
168         * util/DialogF.c (1.30): SF #999820 - spaces in dialog button
169         mnemonics
171 2004-07-28 18:02  n8gray
173         * source/: text.c (1.48), window.c (1.166): Fix for bug 996786:
174         Problems with Overtype mode.
176 2004-07-27 18:25  n8gray
178         * README (1.41): Minor grammatical fix.
180 2004-07-27 18:23  n8gray
182         * README (1.40): Updated feature list for 5.5.
184 2004-07-26 22:52  n8gray
186         * util/system.h (1.16): Fixes test for PowerPC architecture in OS
187         X.
189 2004-07-25 22:24  yooden
191         * Makefile (1.17): Increase Posixication level.
193 2004-07-24 17:41  yooden
195         * README (1.39), doc/help.etx (1.72): License change, step 4:
196         Mention of the Mozilla project.
198 2004-07-23 18:52  n8gray
200         * source/window.c (1.165, BETA-5-5): Fix for bug 996216: Detach
201         Tab/Move tab don't keep non-default word delimiters.
203 2004-07-23 18:40  n8gray
205         * source/window.c (1.164): Purely cosmetic.  Renamed cloneTextPane
206         to cloneTextPanes and moved functions around so that
207         cloneTextPanes, cloneDocument, cloneUndoItems, DetachDocument, and
208         MoveDocument are together.
210 2004-07-23 18:07  n8gray
212         * source/window.c (1.163): Applied TK Soh's patch to correct the
213         colors of detached multi-pane windows.
214         
215         Fixes bug #996248.
217 2004-07-21 20:57  yooden
219         * Microline/XmL/: Folder.c (1.5), FolderP.h (1.4), XmL.h (1.5)
220         (utags: BETA-5-5): License change, step 3: Reapply changes to
221         Mozilla widgets
223 2004-07-21 20:38  yooden
225         * Microline/Makefile (1.2, BETA-5-5), Microline/Makefile.in (1.2,
226         BETA-5-5), Microline/XmL/Folder.c (1.4), Microline/XmL/Folder.h
227         (1.2, BETA-5-5), Microline/XmL/FolderP.h (1.3),
228         Microline/XmL/Grid.c (1.2, BETA-5-5), Microline/XmL/Grid.h (1.2,
229         BETA-5-5), Microline/XmL/GridP.h (1.2, BETA-5-5),
230         Microline/XmL/GridUtil.c (1.2, BETA-5-5), Microline/XmL/Makefile
231         (1.2, BETA-5-5), Microline/XmL/Makefile.in (1.2, BETA-5-5),
232         Microline/XmL/Progress.c (1.2, BETA-5-5), Microline/XmL/Progress.h
233         (1.2, BETA-5-5), Microline/XmL/ProgressP.h (1.2, BETA-5-5),
234         Microline/XmL/Tree.c (1.2, BETA-5-5), Microline/XmL/Tree.h (1.2,
235         BETA-5-5), Microline/XmL/TreeP.h (1.2, BETA-5-5),
236         Microline/XmL/XmL.c (1.2, BETA-5-5), Microline/XmL/XmL.h (1.4),
237         Microline/XmL/XmL.uih (1.2, BETA-5-5), Microline/examples/Makefile
238         (1.2, BETA-5-5), Microline/examples/Makefile.in (1.2, BETA-5-5),
239         Microline/examples/demo.c (1.2, BETA-5-5),
240         Microline/examples/folder1.c (1.2, BETA-5-5),
241         Microline/examples/folder2.c (1.2, BETA-5-5),
242         Microline/examples/folder3.c (1.2, BETA-5-5),
243         Microline/examples/folder4.c (1.2, BETA-5-5),
244         Microline/examples/grid1.c (1.2, BETA-5-5),
245         Microline/examples/grid2.c (1.2, BETA-5-5),
246         Microline/examples/grid3.c (1.2, BETA-5-5),
247         Microline/examples/grid4.c (1.2, BETA-5-5),
248         Microline/examples/grid5.c (1.2, BETA-5-5),
249         Microline/examples/grid6.c (1.2, BETA-5-5),
250         Microline/examples/prog1.c (1.2, BETA-5-5),
251         Microline/examples/prog2.c (1.2, BETA-5-5),
252         Microline/examples/prog3.c (1.2, BETA-5-5),
253         Microline/examples/tree1.c (1.2, BETA-5-5),
254         Microline/examples/tree2.c (1.2, BETA-5-5),
255         Microline/examples/tree3.c (1.2, BETA-5-5),
256         Microline/examples/tree4.c (1.2, BETA-5-5),
257         Microline/examples/tree5.c (1.2, BETA-5-5),
258         Microline/examples/uil1.c (1.2, BETA-5-5),
259         Microline/examples/uil1.uil (1.2, BETA-5-5),
260         Microline/examples/util1.c (1.2, BETA-5-5),
261         Microline/man/XmLArrayAdd.3x (1.2, BETA-5-5),
262         Microline/man/XmLArrayDel.3x (1.2, BETA-5-5),
263         Microline/man/XmLArrayFree.3x (1.2, BETA-5-5),
264         Microline/man/XmLArrayGet.3x (1.2, BETA-5-5),
265         Microline/man/XmLArrayGetCount.3x (1.2, BETA-5-5),
266         Microline/man/XmLArrayMove.3x (1.2, BETA-5-5),
267         Microline/man/XmLArrayNew.3x (1.2, BETA-5-5),
268         Microline/man/XmLArrayReorder.3x (1.2, BETA-5-5),
269         Microline/man/XmLArraySet.3x (1.2, BETA-5-5),
270         Microline/man/XmLArraySort.3x (1.2, BETA-5-5),
271         Microline/man/XmLCreateFolder.3x (1.2, BETA-5-5),
272         Microline/man/XmLCreateGrid.3x (1.2, BETA-5-5),
273         Microline/man/XmLCreateProgress.3x (1.2, BETA-5-5),
274         Microline/man/XmLCreateTree.3x (1.2, BETA-5-5),
275         Microline/man/XmLCvtStringToUChar.3x (1.2, BETA-5-5),
276         Microline/man/XmLDateDaysInMonth.3x (1.2, BETA-5-5),
277         Microline/man/XmLDateWeekDay.3x (1.2, BETA-5-5),
278         Microline/man/XmLDrawnButtonSetType.3x (1.2, BETA-5-5),
279         Microline/man/XmLFolder.3x (1.2, BETA-5-5),
280         Microline/man/XmLFolderAddBitmapTab.3x (1.2, BETA-5-5),
281         Microline/man/XmLFolderAddBitmapTabForm.3x (1.2, BETA-5-5),
282         Microline/man/XmLFolderAddTab.3x (1.2, BETA-5-5),
283         Microline/man/XmLFolderAddTabForm.3x (1.2, BETA-5-5),
284         Microline/man/XmLFolderSetActiveTab.3x (1.2, BETA-5-5),
285         Microline/man/XmLFontListCopyDefault.3x (1.2, BETA-5-5),
286         Microline/man/XmLFontListGetDimensions.3x (1.2, BETA-5-5),
287         Microline/man/XmLGrid.3x (1.2, BETA-5-5),
288         Microline/man/XmLGridAddColumns.3x (1.2, BETA-5-5),
289         Microline/man/XmLGridAddRows.3x (1.2, BETA-5-5),
290         Microline/man/XmLGridColumnIsVisible.3x (1.2, BETA-5-5),
291         Microline/man/XmLGridCopyPos.3x (1.2, BETA-5-5),
292         Microline/man/XmLGridCopySelected.3x (1.2, BETA-5-5),
293         Microline/man/XmLGridDeleteAllColumns.3x (1.2, BETA-5-5),
294         Microline/man/XmLGridDeleteAllRows.3x (1.2, BETA-5-5),
295         Microline/man/XmLGridDeleteColumns.3x (1.2, BETA-5-5),
296         Microline/man/XmLGridDeleteRows.3x (1.2, BETA-5-5),
297         Microline/man/XmLGridDeselectAllCells.3x (1.2, BETA-5-5),
298         Microline/man/XmLGridDeselectAllColumns.3x (1.2, BETA-5-5),
299         Microline/man/XmLGridDeselectAllRows.3x (1.2, BETA-5-5),
300         Microline/man/XmLGridDeselectCell.3x (1.2, BETA-5-5),
301         Microline/man/XmLGridDeselectColumn.3x (1.2, BETA-5-5),
302         Microline/man/XmLGridDeselectRow.3x (1.2, BETA-5-5),
303         Microline/man/XmLGridEditBegin.3x (1.2, BETA-5-5),
304         Microline/man/XmLGridEditCancel.3x (1.2, BETA-5-5),
305         Microline/man/XmLGridEditComplete.3x (1.2, BETA-5-5),
306         Microline/man/XmLGridGetColumn.3x (1.2, BETA-5-5),
307         Microline/man/XmLGridGetFocus.3x (1.2, BETA-5-5),
308         Microline/man/XmLGridGetRow.3x (1.2, BETA-5-5),
309         Microline/man/XmLGridGetSelectedCellCount.3x (1.2, BETA-5-5),
310         Microline/man/XmLGridGetSelectedCells.3x (1.2, BETA-5-5),
311         Microline/man/XmLGridGetSelectedColumnCount.3x (1.2, BETA-5-5),
312         Microline/man/XmLGridGetSelectedColumns.3x (1.2, BETA-5-5),
313         Microline/man/XmLGridGetSelectedRow.3x (1.2, BETA-5-5),
314         Microline/man/XmLGridGetSelectedRowCount.3x (1.2, BETA-5-5),
315         Microline/man/XmLGridGetSelectedRows.3x (1.2, BETA-5-5),
316         Microline/man/XmLGridMoveColumns.3x (1.2, BETA-5-5),
317         Microline/man/XmLGridMoveRows.3x (1.2, BETA-5-5),
318         Microline/man/XmLGridPaste.3x (1.2, BETA-5-5),
319         Microline/man/XmLGridPastePos.3x (1.2, BETA-5-5),
320         Microline/man/XmLGridRead.3x (1.2, BETA-5-5),
321         Microline/man/XmLGridReadPos.3x (1.2, BETA-5-5),
322         Microline/man/XmLGridRedrawAll.3x (1.2, BETA-5-5),
323         Microline/man/XmLGridRedrawCell.3x (1.2, BETA-5-5),
324         Microline/man/XmLGridRedrawColumn.3x (1.2, BETA-5-5),
325         Microline/man/XmLGridRedrawRow.3x (1.2, BETA-5-5),
326         Microline/man/XmLGridReorderColumns.3x (1.2, BETA-5-5),
327         Microline/man/XmLGridReorderRows.3x (1.2, BETA-5-5),
328         Microline/man/XmLGridRowColumnToXY.3x (1.2, BETA-5-5),
329         Microline/man/XmLGridRowIsVisible.3x (1.2, BETA-5-5),
330         Microline/man/XmLGridSelectAllCells.3x (1.2, BETA-5-5),
331         Microline/man/XmLGridSelectAllColumns.3x (1.2, BETA-5-5),
332         Microline/man/XmLGridSelectAllRows.3x (1.2, BETA-5-5),
333         Microline/man/XmLGridSelectCell.3x (1.2, BETA-5-5),
334         Microline/man/XmLGridSelectColumn.3x (1.2, BETA-5-5),
335         Microline/man/XmLGridSelectRow.3x (1.2, BETA-5-5),
336         Microline/man/XmLGridSetFocus.3x (1.2, BETA-5-5),
337         Microline/man/XmLGridSetStrings.3x (1.2, BETA-5-5),
338         Microline/man/XmLGridSetStringsPos.3x (1.2, BETA-5-5),
339         Microline/man/XmLGridWrite.3x (1.2, BETA-5-5),
340         Microline/man/XmLGridWritePos.3x (1.2, BETA-5-5),
341         Microline/man/XmLGridXYToRowColumn.3x (1.2, BETA-5-5),
342         Microline/man/XmLMessageBox.3x (1.2, BETA-5-5),
343         Microline/man/XmLPixmapDraw.3x (1.2, BETA-5-5),
344         Microline/man/XmLProgress.3x (1.2, BETA-5-5),
345         Microline/man/XmLRectIntersect.3x (1.2, BETA-5-5),
346         Microline/man/XmLShellOfWidget.3x (1.2, BETA-5-5),
347         Microline/man/XmLSort.3x (1.2, BETA-5-5),
348         Microline/man/XmLStringDraw.3x (1.2, BETA-5-5),
349         Microline/man/XmLStringDrawDirection.3x (1.2, BETA-5-5),
350         Microline/man/XmLTree.3x (1.2, BETA-5-5),
351         Microline/man/XmLTreeAddRow.3x (1.2, BETA-5-5),
352         Microline/man/XmLTreeAddRows.3x (1.2, BETA-5-5),
353         Microline/man/XmLWarning.3x (1.2, BETA-5-5), util/vmsParam.h (1.5,
354         BETA-5-5): License change, step 2: Import of Mozilla files with new
355         license
357 2004-07-21 11:32  yooden
359         * README (1.38, BETA-5-5), doc/help.etx (1.71, BETA-5-5),
360         doc/nc.pod (1.6, BETA-5-5), doc/nedit.pod (1.7, BETA-5-5),
361         doc/setext (1.12, BETA-5-5), source/calltips.c (1.8, BETA-5-5),
362         source/calltips.h (1.3, BETA-5-5), source/file.c (1.85, BETA-5-5),
363         source/file.h (1.14, BETA-5-5), source/help.c (1.101, BETA-5-5),
364         source/help.h (1.12, BETA-5-5), source/help_data.h (1.69,
365         BETA-5-5), source/help_topic.h (1.60, BETA-5-5), source/highlight.c
366         (1.49, BETA-5-5), source/highlight.h (1.13, BETA-5-5),
367         source/highlightData.c (1.67, BETA-5-5), source/highlightData.h
368         (1.12, BETA-5-5), source/interpret.c (1.40, BETA-5-5),
369         source/interpret.h (1.16, BETA-5-5), source/linkdate.c (1.4,
370         BETA-5-5), source/macro.c (1.88, BETA-5-5), source/macro.h (1.7,
371         BETA-5-5), source/menu.c (1.110, BETA-5-5), source/menu.h (1.12,
372         BETA-5-5), source/nc.c (1.43, BETA-5-5), source/nedit.c (1.79,
373         BETA-5-5), source/nedit.h (1.57, BETA-5-5), source/parse.h (1.6,
374         BETA-5-5), source/preferences.c (1.122, BETA-5-5),
375         source/preferences.h (1.42, BETA-5-5), source/rangeset.c (1.11,
376         BETA-5-5), source/rangeset.h (1.6, BETA-5-5), source/rbTree.h (1.4,
377         BETA-5-5), source/regexConvert.c (1.10, BETA-5-5),
378         source/regexConvert.h (1.6, BETA-5-5), source/regularExp.c (1.24,
379         BETA-5-5), source/regularExp.h (1.11, BETA-5-5), source/search.c
380         (1.70, BETA-5-5), source/search.h (1.22, BETA-5-5),
381         source/selection.c (1.30, BETA-5-5), source/selection.h (1.6,
382         BETA-5-5), source/server.c (1.31, BETA-5-5), source/server.h (1.6,
383         BETA-5-5), source/server_common.c (1.5, BETA-5-5),
384         source/server_common.h (1.2, BETA-5-5), source/shell.c (1.33,
385         BETA-5-5), source/shell.h (1.8, BETA-5-5), source/shift.c (1.16,
386         BETA-5-5), source/shift.h (1.5, BETA-5-5), source/smartIndent.c
387         (1.35, BETA-5-5), source/smartIndent.h (1.7, BETA-5-5),
388         source/tags.c (1.58, BETA-5-5), source/tags.h (1.14, BETA-5-5),
389         source/text.c (1.47, BETA-5-5), source/text.h (1.19, BETA-5-5),
390         source/textBuf.c (1.32, BETA-5-5), source/textBuf.h (1.16,
391         BETA-5-5), source/textDisp.c (1.57, BETA-5-5), source/textDisp.h
392         (1.25, BETA-5-5), source/textDrag.c (1.10, BETA-5-5),
393         source/textDrag.h (1.4, BETA-5-5), source/textP.h (1.9, BETA-5-5),
394         source/textSel.c (1.14, BETA-5-5), source/textSel.h (1.5,
395         BETA-5-5), source/undo.c (1.17, BETA-5-5), source/undo.h (1.7,
396         BETA-5-5), source/userCmds.c (1.48, BETA-5-5), source/userCmds.h
397         (1.7, BETA-5-5), source/window.c (1.162), source/window.h (1.24,
398         BETA-5-5), source/windowTitle.c (1.13, BETA-5-5),
399         source/windowTitle.h (1.4, BETA-5-5), util/DialogF.c (1.29,
400         BETA-5-5), util/DialogF.h (1.10, BETA-5-5), util/check_lin_tif.c
401         (1.10, BETA-5-5), util/clearcase.c (1.5, BETA-5-5),
402         util/clearcase.h (1.4, BETA-5-5), util/fileUtils.c (1.32,
403         BETA-5-5), util/fileUtils.h (1.11, BETA-5-5), util/fontsel.c (1.27,
404         BETA-5-5), util/fontsel.h (1.10, BETA-5-5), util/getfiles.c (1.29,
405         BETA-5-5), util/getfiles.h (1.7, BETA-5-5), util/managedList.c
406         (1.14, BETA-5-5), util/managedList.h (1.6, BETA-5-5), util/misc.c
407         (1.67, BETA-5-5), util/misc.h (1.24, BETA-5-5), util/prefFile.c
408         (1.23, BETA-5-5), util/prefFile.h (1.7, BETA-5-5),
409         util/printUtils.c (1.24, BETA-5-5), util/printUtils.h (1.8,
410         BETA-5-5), util/system.h (1.15, BETA-5-5), util/utils.c (1.21,
411         BETA-5-5), util/utils.h (1.12, BETA-5-5), util/vmsUtils.c (1.6,
412         BETA-5-5), util/vmsUtils.h (1.6, BETA-5-5): License change, step 1:
413         Added Motif clause to a lot of files.
415 2004-07-20 01:40  n8gray
417         * source/window.c (1.161): The stats line copies its font from the
418         Row/Column widget.
420 2004-07-18 23:13  yooden
422         * source/shift.c (1.15): Fixes inconsistency between 'Fill
423         Paragraph' and wrap.
425 2004-07-18 22:30  yooden
427         * doc/help.etx (1.70), source/file.c (1.84), source/help.c (1.100),
428         source/help_data.h (1.68), source/help_topic.h (1.59),
429         source/highlight.c (1.48), source/highlightData.c (1.66),
430         source/macro.c (1.87), source/menu.c (1.109), source/nedit.c
431         (1.78), source/preferences.c (1.121), source/search.c (1.69),
432         source/selection.c (1.29), source/shell.c (1.32),
433         source/smartIndent.c (1.34), source/tags.c (1.57),
434         source/userCmds.c (1.47), source/windowTitle.c (1.12),
435         util/fontsel.c (1.26), util/getfiles.c (1.28), util/misc.c (1.66),
436         util/printUtils.c (1.23): Fixes some of the misnamed dialogs.
438 2004-07-15 21:17  n8gray
440         * source/: help.c (1.99), nedit.c (1.77): Fix for bug 873469: nedit
441         -V requires X server.  Fix due to T. Haude with slight
442         modification.  (argument scanning stops if it sees "--".)
444 2004-07-15 18:47  edg
446         * ReleaseNotes (1.25, BETA-5-5): Added bug #987102 to the list of
447         bugs fixed in 5.5.
449 2004-07-15 18:39  edg
451         * source/regularExp.c (1.23): Fix for SF bug #987102:  segmentation
452         fault on replace. Regex recursion is now limited to 10000. The API
453         could still be extended to handle errors more gracefully (error
454         messages are currently written to stderr).
456 2004-07-15 18:30  edg
458         * source/nedit.c (1.76): Added Lesstif-specific suppression of
459         harmless but annoying warnings generated by non-production versions
460         of the library.  Developers can see the suppressed messages by
461         adding -DDEBUG_LESSTIF_WARNINGS to their compile flags.  So far,
462         I've added 3 messages to the suppression list, but the list can
463         easily be extended if more of these messages show up.
465 2004-07-15 18:26  edg
467         * util/check_lin_tif.c (1.9): Added OpenMotif 2.2.3 and Lesstif
468         0.93.94 to the "known good" lists.  (I didn't add 0.93.95 since it
469         doesn't officially exist yet).
471 2004-07-15 17:08  edg
473         * source/calltips.c (1.7): Removed the custom fix for SF bug
474         #925951 again. It is covered by the fix for bug #991700.
476 2004-07-15 17:06  edg
478         * source/nedit.c (1.75): Fix for SF bug #991700: 5.5 crash. The
479         workaround to prevent this crash was executed too late due to the
480         reorganization of the shells.
482 2004-07-15 09:07  yooden
484         * source/file.c (1.83): Small optimization in backupFileName()
486 2004-07-15 02:03  yooden
488         * makefiles/Makefile.solarisx86 (1.1, BETA-5-5): Added Makefile for
489         Solaris x86.
491 2004-07-15 01:47  yooden
493         * source/: highlightData.c (1.65), preferences.c (1.120): Fixes two
494         small issues wrt C++.
496 2004-07-14 19:51  n8gray
498         * source/menu.c (1.108): There were two accelerators for 'T' in the
499         File menu.  I changed "Load Tags File" to use 'g' instead.
501 2004-07-14 19:48  n8gray
503         * makefiles/Makefile.macosx (1.7, BETA-5-5): Adding the
504         -mdynamic-no-pic gcc flag to get cleaner code on OS X.
506 2004-07-14 13:31  yooden
508         * source/file.c (1.82): Someone forgot to call stat() before
509         querying the statbuf.
511 2004-07-13 11:44  edg
513         * source/menu.c (1.107): Another crash fix: tab context popup menu
514         didn't inherit proper visual.
516 2004-07-13 11:35  edg
518         * Xlt/BubbleButton.c (1.6, BETA-5-5): Crash fix: bubblebutton
519         tooltips didn't inherit proper visual (Tk Soh).
521 2004-07-12 20:08  edg
523         * source/search.c (1.68): Fix for incremental search bar clear
524         button crash reported by Yury Burkatovsky. It wasn't as hard as I
525         thought it would be.
527 2004-07-09 12:20  edg
529         * ReleaseNotes (1.24): First stab at the release notes for 5.5.
531 2004-07-09 07:44  edg
533         * util/misc.c (1.65): Inserted some casts to suppress harmless
534         warnings on Solaris.
536 2004-07-08 13:07  edg
538         * source/help.c (1.98): More fundamental fix for SF bug #982589:
539         Help font inconsistent with window size. The help window size
540         calculation is now based on the actual fixed font used in the help
541         window.
543 2004-07-08 06:29  n8gray
545         * Makefile (1.16, BETA-5-5), README (1.37), source/help_data.h
546         (1.67), source/help_topic.h (1.58), source/nc.c (1.42): Man, that
547         was a quick beta!  Back to RC1.
549 2004-07-07 08:18  edg
551         * ChangeLog (1.38, BETA-5-5): Regenerated (cvs2cl.pl -b -r -t
552         --accum --gmt).
554 2004-07-07 01:39  n8gray
556         * README (1.36), makefiles/Makefile.macosx (1.6): Updating some OS
557         X documentation.
559 2004-07-07 03:14  n8gray
561         * Makefile (1.15), README (1.35), source/help_data.h (1.66),
562         source/nc.c (1.41): I guess we should go to BETA1 before RC1.
564 2004-07-07 02:51  n8gray
566         * Makefile (1.14), README (1.34), source/help_data.h (1.65),
567         source/help_topic.h (1.57), source/nc.c (1.40): Updating version
568         information for 5.5RC1.
570 2004-07-03 00:16  edg
572         * source/highlightData.c (1.64): Minor update to the Python
573         patterns: added new built-in functions, exceptions, warnings, ...
574         that were introduced in Python 2.3.
576 2004-06-30 13:56  edg
578         * source/help.c (1.97): Increased the help window size from 65 to
579         75 columns as a workaround for the window becoming smaller due to
580         changes in the font specifications.  (SF bug #982589: Help font
581         inconsistent with window size)
583 2004-06-28 10:23  edg
585         * source/menu.c (1.106): Fix for SF bug #933146: VMS Open Previous
586         DB file error.
588 2004-06-23 15:25  edg
590         * source/server.c (1.30): Race condition fix for SF bug #978104:
591         nedit -sync option.  The server missed the first property change in
592         synchronous mode.
594 2004-06-21 09:42  edg
596         * doc/help.etx (1.69), source/help_data.h (1.64),
597         source/help_topic.h (1.56): Cross-reference fixes (Yury
598         Burkatovsky).
600 2004-06-13 03:08  tksoh
602         * source/window.c (1.160): Fixed shrinking-window bug on some
603         window manager such as Metacity, where window would shrink when
604         switching between documents with different font size.
606 2004-06-11 12:33  edg
608         * Microline/XmL/XmL.h (1.3): Fixed a #define collision when
609         compiling with OM 2.2.3.
611 2004-06-11 12:16  edg
613         * source/: menu.c (1.105), nedit.h (1.56), window.c (1.159): Fixes
614         for SF bug #779454: SGI_CUSTOM & windows names.  Removed all
615         obsolete SGI_WINDOW_TITLE stuff.
617 2004-06-11 10:14  edg
619         * source/highlightData.c (1.63): Removed unused declaration.
621 2004-06-10 19:04  edg
623         * doc/help.etx (1.68), source/help_data.h (1.63),
624         source/help_topic.h (1.55): More help updates from Joerg Fischer.
626 2004-06-10 19:01  edg
628         * source/: highlight.c (1.47), highlightData.c (1.62), macro.c
629         (1.86): Commit SF patch #970491: Forbid deletion of the "Plain"
630         Text Drawing Style (Tony Balinski).
632 2004-06-09 19:52  edg
634         * source/: userCmds.c (1.46), window.c (1.158): Crash fix:
635         bgMenuUndo/RedoItem were memcopied when opening multiple tabs in a
636         window. This could eventually result in accesses to destroyed bg
637         menu items (and crashes), but only when the tabs use different
638         language modes.  That's why crashes were rather rare (and the
639         illegal accesses didn't always result in a crash).
641 2004-06-08 17:36  edg
643         * doc/help.etx (1.67), doc/nc.pod (1.5), doc/nedit.pod (1.6),
644         source/help_data.h (1.62), source/help_topic.h (1.54): Help
645         updates: tabbed editing and incremental search bar (Joerg Fischer).
647 2004-06-08 17:30  edg
649         * source/server.c (1.29), util/misc.c (1.64), util/misc.h (1.23):
650         Committed SF patch #963120: Open tab in window on current desktop. 
651         New files opened via nc no longer appear in a tab of some
652         pseudo-random window, possible on a different window manager
653         desktop, but on a window of the current desktop. If no window
654         exists on the current desktop, a new one is created.  Requires the
655         window manager to be EWMH compliant, but falls back to the old
656         behaviour for non-compliant wms.
658 2004-06-08 17:08  tringali
660         * source/shell.c (1.31): Fix from Tony Balinski: close unused fds
661         so that shell commands can be invoked asynchronously.  Otherwise,
662         we will wait for the command to end even if the input/output/error
663         streams were redirected to /dev/null.
665 2004-06-01 14:23  edg
667         * source/server_common.c (1.4): Memory leak and malloc/free
668         mismatch fixes.
670 2004-05-25 21:31  tringali
672         * source/nedit.c (1.74): Don't use labelFontList et al on
673         Cygwin/LessTif.
675 2004-05-16 14:02  tksoh
677         * source/window.c (1.157): Fixed coredump if offers to save file
678         were refused when closing window with several modified documents.
680 2004-05-12 11:21  edg
682         * source/interpret.c (1.39): Missed a spot in the debug code when I
683         applied the macro string changes.
685 2004-05-11 21:56  edg
687         * doc/help.etx (1.66), doc/nc.pod (1.4), doc/nedit.pod (1.5),
688         source/help_data.h (1.61), source/help_topic.h (1.53): Updated
689         rangeset documentation (SF bug #922282) and -do documentation
690         (Joerg, with remarks of Tony).
692 2004-05-06 10:39  jlous
694         * source/menu.c (1.104): Changed "Tabs..." to "Tab Stops..." in
695         menus.
697 2004-05-04 16:19  edg
699         * README (1.33), doc/help.etx (1.65), doc/nc.pod (1.3),
700         doc/nedit.pod (1.4), source/help_data.h (1.60), source/help_topic.h
701         (1.52): Added TK to the list of authors.
703 2004-05-04 09:41  edg
705         * Xlt/BubbleButton.c (1.5): Added declaration of
706         _XmStringCreateExternal (SF bug #923924).
708 2004-05-03 14:08  edg
710         * ChangeLog (1.37): Regenerated (cvs2cl.pl -b -r -t --accum --gmt).
712 2004-05-03 13:59  edg
714         * source/window.c (1.156): Bug fix: File->Close in the original
715         window was disabled after calling calling the detach_document()
716         macro subroutine.
718 2004-05-03 09:26  edg
720         * util/check_lin_tif.c (1.8): Classified OM 2.2.3 (the real one,
721         not the 2.2.2 version claiming to be 2.2.3) as being UNTESTED iso.
722         KNOWN BAD. If no show-stoppers are found, we can classify it as a
723         supported version.
725 2004-05-03 08:54  edg
727         * Xlt/BubbleButton.c (1.4): Fixed inconsistent linkage declaration
728         for _XmExportLabelString.
730 2004-05-03 08:53  edg
732         * util/misc.c (1.63): Disabled the sticky radiobutton workaround
733         for OM 2.2.3 and above. The bug appears to be fixed in 2.2.3.
735 2004-04-30 15:27  edg
737         * source/interpret.c (1.38): Added some comments to the new string
738         allocation routines.
740 2004-04-30 14:35  edg
742         * source/: interpret.c (1.37), interpret.h (1.15), macro.c (1.85),
743         smartIndent.c (1.33): Speed boost for macro string searching: keep
744         string length together with the string to avoid excessive amount of
745         strlen() calls in some cases.
747 2004-04-30 11:53  edg
749         * source/window.c (1.155): Bug fix: closing a tab via a macro
750         called from another tab resulted in a crash or an endless loop in
751         GetTopDocument().
753 2004-04-30 04:06  tksoh
755         * source/: nedit.c (1.73), window.c (1.154): Some GUI changes on
756         statsAreaForm: removed the separator below the tab-bar; removed
757         some hardcoded visual resources on tab and tab-bar; statsline's
758         text widget to inherit colors from it's immediate parent form, to
759         ease customization.
761 2004-04-29 02:34  tksoh
763         * source/: menu.c (1.103), nedit.c (1.72), text.c (1.46): Removed
764         tab navigation items from the Window menu, and handle them with
765         text widget's translation table.
767 2004-04-28 01:54  tksoh
769         * doc/help.etx (1.64), source/help_data.h (1.59),
770         source/help_topic.h (1.51), source/menu.c (1.102), source/nedit.c
771         (1.71), source/nedit.h (1.55), source/window.c (1.153),
772         source/window.h (1.23): Renamed "Split Window" to "Split Pane", and
773         split_window() is now split_pane().
775 2004-04-27 01:35  tksoh
777         * source/: file.c (1.81), menu.c (1.101), nedit.h (1.54),
778         preferences.c (1.119), window.c (1.152): Second (and hopefully
779         final) phase of Buffers-to-Documents conversion; Also added brief
780         description to struct WindowInfo on tabbed mode.
782 2004-04-26 03:01  tksoh
784         * source/window.c (1.151): Fix for SF bug #941888: Window shrinks
785         when switching between tabs on some window managers such as
786         metacity.
788 2004-04-24 04:53  tksoh
790         * source/window.c (1.150): Preserve document opening chain
791         (WindowList) when documents are detached or moved, so that macro
792         functions such focus_window("last") will traverse the documents
793         correctly.
795 2004-04-24 03:48  tksoh
797         * source/window.c (1.149): Honor pref setting of "Hide Tab Bar When
798         Only One Document is Open"; covering SF bug #939712: unexpected tab
799         bar on startup.
801 2004-04-24 03:12  tksoh
803         * source/window.c (1.148): Fixed coredump when closing top
804         document.
806 2004-04-23 16:35  tringali
808         * source/window.c (1.147): Fix for bug 940844 - flashing isearch
809         bar on startup
811 2004-04-23 00:43  tksoh
813         * source/window.c (1.146): Fixed bold-face on label of inactive
814         tabs.
816 2004-04-19 15:46  tringali
818         * source/: window.c (1.145), nedit.c (1.70): - Changed accelerators
819         for next/prev window to Ctrl+Pg Up (for Mozilla compat.) -
820         Bold-face the active tab for visibility, implemented with fontlist
821         tags.
823 2004-04-17 10:32  tksoh
825         * source/: nedit.c (1.69), window.c (1.144), window.h (1.22): Fixed
826         WM session management (WM_SAVE_YOURSELF) support for tabbed mode.
828 2004-04-17 03:51  n8gray
830         * doc/help.etx (1.63), source/help_data.h (1.58),
831         source/help_topic.h (1.50): Updated documentation for the
832         auto-scroll feature.  The resource for setting the number of lines
833         of padding has changed to nedit.autoScrollVPadding.
835 2004-04-16 08:15  edg
837         * source/calltips.c (1.6): Fix for SF bug #925951: nedit 5.4
838         crashes when dragging a calltip.  It appears to be a bug in SUN's
839         Motif. Dragging is now disabled.
841 2004-04-15 22:32  n8gray
843         * source/: menu.c (1.100), nedit.h (1.53), preferences.c (1.118),
844         preferences.h (1.41), window.c (1.143), window.h (1.21): Committing
845         the auto-scroll patch.  For now 4 seems like a reasonable default.
847 2004-04-14 20:33  n8gray
849         * source/: help_data.h (1.57), help_topic.h (1.49), window.c
850         (1.142): Applied TK's patch for putting the * on the correct side
851         of the tab's filename based on text alignment (with a minor
852         change).  I still don't understand why it didn't work for me
853         before, but what the heck.
854         
855         Also it looks like I regenerated the help files.  No changes there
856         other than the dates at the top.
858 2004-04-14 15:12  edg
860         * source/window.c (1.141): Warning fix (Andrew Stanaski).
862 2004-04-14 09:44  edg
864         * source/: nedit.c (1.68), server.c (1.28): Additional fixes for
865         potential crashes due to -do macro commands closing windows.
867 2004-04-14 05:45  tksoh
869         * source/: nedit.c (1.67), server.c (1.27): Fixed coredump when
870         running -do closed() or detach_document() with nc or nedit, or when
871         files fail to open.
872         
873         Also corrected the behavior on VMS so that -do will only apply onto
874         the first file globbed from the wildcard specified.
876 2004-04-14 00:49  n8gray
878         * source/: nedit.c (1.66), window.c (1.140): Changed so that
879         alignment of the filenames in tabs isn't hardwired.  I edit lots of
880         files that have the same prefix, e.g. mmc_ext_XXX.ml, and if too
881         many tabs get opened then I end up with 25 identical tabs.  This is
882         much less of a problem if the text is right-aligned, since the .ml
883         suffixes take up less space.
884         
885         You can try this out by setting the resource "*tab.alignment:
886         XmALIGNMENT_END".
887         
888         One improvement would be to also put the "*" that indicates a file
889         is modified on the right if the titles are right-aligned.  I tried
890         to implement that but for some reason couldn't read the setting of
891         the alignment resource successfully.
893 2004-04-14 00:14  n8gray
895         * source/window.c (1.139): Fixed the code to get the next tab on
896         tab close/detach so that the correct tab is chosen when tabs are
897         sorted.
899 2004-04-01 12:48  tksoh
901         * source/window.c (1.138): Re-enabled window auto-resizing on
902         (un)display of line numbers for multi-tab windows. Disabling
903         auto-resize on font change alone would be enough to fix the
904         growing-window bug.
906 2004-04-01 10:29  tksoh
908         * source/window.c (1.137): Fixed BadMatch error when linking to
909         various releases of Lesstif version 1.2 (no problem with v2.x), if
910         we use XCreateBitmapFromData() to created bitmaps for buttons.
912 2004-04-01 02:50  tksoh
914         * source/textDisp.c (1.56): Fixed BadWindow error when opening help
915         window, introduced by the recent window auto-resize patch.
917 2004-04-01 01:38  tksoh
919         * source/window.c (1.136): Fixed bug where the detached document
920         would get an incorrect number of rows, when the document contain
921         highlighting fonts with sizes differ from the primary font. For now
922         there'd be some flickers due to the resizing of the detached window
923         by syntax highlighting, etc - something that we are to address
924         later - but the rows will at least be correct.
926 2004-03-31 15:02  tksoh
928         * source/: highlight.c (1.46), textDisp.c (1.55), window.c (1.135):
929         Disabled window auto-resizing, triggered by font change or
930         (un)display of line numbers, for multi-tab windows.
932 2004-03-31 12:31  tksoh
934         * source/: nedit.h (1.52), search.c (1.67), window.c (1.134):
935         Applied SF patch #891884: Add Find and Clear buttons to i-search
937 2004-03-29 14:42  tksoh
939         * source/userCmds.c (1.45): Fixed coredump when invoking BG menu on
940         lower split-panes.
942 2004-03-28 12:15  yooden
944         * .cvsignore (1.3), doc/.cvsignore (1.5), source/.cvsignore (1.5),
945         util/.cvsignore (1.4): Moves *.bck to global ignore file.
947 2004-03-25 17:37  tksoh
949         * source/: menu.c (1.99), window.c (1.133): Removed unused
950         functions.
952 2004-03-25 07:12  n8gray
954         * .cvsignore (1.2), doc/.cvsignore (1.4), doc/help.etx (1.62),
955         source/.cvsignore (1.4), source/help_data.h (1.56),
956         source/help_topic.h (1.48), source/textDrag.c (1.9),
957         util/.cvsignore (1.3): Updated the help files to document action
958         routines for all menu items.  Also added *.bck to .cvsignore files.
960 2004-03-25 04:27  tksoh
962         * source/: file.c (1.80), file.h (1.13), macro.c (1.84), menu.c
963         (1.98), nedit.c (1.65), preferences.c (1.117), selection.c (1.28),
964         server.c (1.26), tags.c (1.56), window.c (1.132), window.h (1.20):
965         Speed up opening of multiple files, by opening the files in
966         background and deferring the syntax highlighting (SH) process. SH
967         may be triggered later when a document is raised, or accessed by
968         macro functions.
970 2004-03-21 14:25  tksoh
972         * source/: Makefile.common (1.17), window.c (1.131): Bugfix for
973         persistent tooltip of tabs, when dragged with middle button.
975 2004-03-19 15:17  tringali
977         * util/system.h (1.14): Fix bogus IA64 defintion; detect Intel when
978         masquerading as gcc; guess when compiling HP C.
980 2004-03-19 09:53  tksoh
982         * source/window.c (1.130): Make next/prev document actions
983         independent of tab sorting policy.
985 2004-03-11 12:42  edg
987         * source/: nedit.h (1.51), userCmds.c (1.44): Bug fixes for user
988         menu cache (Uwe Lehnert).
990 2004-03-06 22:44  n8gray
992         * source/: menu.c (1.97), nedit.h (1.50), preferences.c (1.116):
993         Added "Sort Tabs Alphabetically" menu item.
995 2004-03-06 02:24  n8gray
997         * source/window.c (1.129): Fixed SortTabBar -- it wasn't updating
998         the "next" pointers, which broke the next/previous tab actions.
1000 2004-03-05 08:10  tksoh
1002         * source/: menu.c (1.96), menu.h (1.11), userCmds.c (1.43),
1003         window.c (1.128): Hide the BG tearoffs when switching doc, and
1004         restore them when switched back later.
1006 2004-03-04 09:44  tksoh
1008         * source/: menu.c (1.95), menu.h (1.10), nedit.h (1.49),
1009         preferences.c (1.115), userCmds.c (1.42), userCmds.h (1.6),
1010         window.c (1.127): Applied SF patch #891126: user menu cache.
1012 2004-03-04 00:49  tksoh
1014         * source/: file.c (1.79), preferences.c (1.114), preferences.h
1015         (1.40), window.c (1.126), window.h (1.19): If 'nedit.sortTab' is
1016         True, sort the tabs on the tab bar by filenames alphabetically.
1017         Sorting is disabled by default.
1019 2004-03-03 13:28  edg
1021         * source/textBuf.c (1.31): Bug fix in BufCountDispChars: don't
1022         count terminating \0 of text buffer.
1024 2004-03-03 07:06  tksoh
1026         * source/: menu.c (1.94), window.h (1.18): Cleaned up residue of
1027         "Attach Tab".
1029 2004-03-02 12:47  tksoh
1031         * source/undo.c (1.16): Removed flickers on text area that occured
1032         when undoing/redoing with selection and
1033         'nedit.undoModifiesSelection' set to false.
1035 2004-03-02 08:15  tksoh
1037         * source/: menu.c (1.93), nedit.h (1.48), window.c (1.125),
1038         window.h (1.17): Changed Menu "Attach Tab..." to "Move Tab To...".
1039         The corresponding AP attach_document_dialog() is changed to
1040         move_document_dialog() too; Also revised preference menus under
1041         "Tabbed Editing".
1043 2004-02-27 00:53  tksoh
1045         * source/window.c (1.124): Bugfix for shrunken upper split panes
1046         when documents are detached or attached.
1048 2004-02-26 09:54  edg
1050         * source/window.c (1.123): Clone tab distance & emulation settings
1051         when cloning a document.
1053 2004-02-25 02:47  tksoh
1055         * source/: menu.c (1.92), window.c (1.122): Made line number
1056         display a shell-level item, like the i-search and stats lines. Also
1057         fixed few associated bugs.
1059 2004-02-23 02:51  n8gray
1061         * source/textBuf.c (1.30): Eliminated unnecessary #include.
1063 2004-02-21 14:25  yooden
1065         * doc/help.etx (1.61), source/help_data.h (1.55),
1066         source/help_topic.h (1.47): Fiyes typos in help, adds args[] doc
1067         (Tony Balinski), changes mailing list information (Joor Loohuis).
1069 2004-02-21 05:45  tksoh
1071         * source/: file.c (1.78), macro.c (1.83), menu.c (1.91),
1072         preferences.c (1.113), search.c (1.66), shell.c (1.30),
1073         smartIndent.c (1.32), tags.c (1.55), undo.c (1.15), userCmds.c
1074         (1.41), window.c (1.121), window.h (1.16): Update button state or
1075         sensitivity of the main menus only if the document being worked on
1076         is on top. This prevent the macro operation from updating the menu
1077         buttons incorrectly, when acting on documents currently not on top.
1079 2004-02-20 09:27  tksoh
1081         * source/menu.c (1.90): Corrected mnemonic of 'Last Viewed Tab'
1082         menu.
1084 2004-02-19 06:33  tksoh
1086         * source/nedit.c (1.64): Added missing -group option in nedit
1087         command line help message.
1089 2004-02-19 06:23  tksoh
1091         * doc/help.etx (1.60), source/help_data.h (1.54),
1092         source/help_topic.h (1.46), source/nc.c (1.39), source/nedit.c
1093         (1.63): Added option -group to nc and nedit, to allow opening of
1094         group of files as tabs in a new window.
1096 2004-02-17 01:01  tksoh
1098         * source/window.c (1.120): Fixed coredump when loading tag files,
1099         caused by dangling pointer of mode messages.
1101 2004-02-16 01:02  tksoh
1103         * doc/help.etx (1.59), source/file.c (1.77), source/file.h (1.12),
1104         source/help_data.h (1.53), source/help_topic.h (1.45),
1105         source/macro.c (1.82), source/menu.c (1.89), source/nc.c (1.38),
1106         source/nedit.c (1.62), source/nedit.h (1.47), source/preferences.c
1107         (1.112), source/preferences.h (1.39), source/search.c (1.65),
1108         source/selection.c (1.27), source/server.c (1.25), source/tags.c
1109         (1.54), source/window.c (1.119): Applied SF patch #893177: modeless
1110         tabbed windows.
1112 2004-02-14 02:22  tksoh
1114         * source/window.c (1.118): Bugfix: top BG menu tearoffs were not
1115         closed before switching         tabbed document.
1117 2004-02-13 12:32  tksoh
1119         * source/window.c (1.117): Close all BG menu tearoffs before
1120         switching tabbed document.  BG menu is local to each document, so
1121         should not stay up when its parent doc isn't.
1123 2004-02-13 07:53  tksoh
1125         * source/window.c (1.116): Bugfix: banner not cleared after loading
1126         tag files, etc.
1128 2004-02-10 22:29  yooden
1130         * Microline/XmL/Folder.c (1.3), source/file.c (1.76),
1131         source/window.c (1.115): Removes some warnings.
1133 2004-02-10 14:25  tringali
1135         * source/nedit.c (1.61): Fix reversed tab accelerators in LessTif
1137 2004-02-10 02:00  tringali
1139         * source/nedit.c (1.60): Fix for tab accelerators in LessTif; avoid
1140         trapping Alt+Shift+arrow too.
1142 2004-02-09 11:02  edg
1144         * source/window.c (1.114): Added missing shell/macroMenuValid
1145         initializations.
1147 2004-02-09 09:45  tksoh
1149         * source/: rangeset.c (1.10), rangeset.h (1.5), window.c (1.113):
1150         Bugfix for: 1) coredump when detaching/attaching document
1151         containing    destroyed rangeset; 2) after being detached/attached,
1152         colors of subsequently    added rangesets were not refreshed
1153         immediately.
1155 2004-02-09 04:16  tksoh
1157         * source/window.c (1.112): Applied workaround for partially
1158         (bottom) obscured text area of new tabs on OM-2.1.30, and perhaps
1159         other Motifs also?
1161 2004-02-08 02:49  tksoh
1163         * source/window.c (1.111): Applied workaround for coredump when
1164         closing tabs in the middle of keystrokes learning, by clicking on
1165         the close-tab button. See comment of closeTabCB() for detail.
1167 2004-02-08 01:46  tksoh
1169         * source/window.c (1.110): Bugfix: stats or i-search line might
1170         come up concealed on new windows, if the tab bar was set to be
1171         always displayed.
1173 2004-02-07 15:44  tringali
1175         * source/: menu.c (1.88), menu.h (1.9), nedit.h (1.46), window.c
1176         (1.109): Tab context menu via TK Soh, from SF patch 891679
1178 2004-02-07 02:20  tringali
1180         * source/nedit.c (1.59): - Visual for inactive tabs: use a lighter
1181         grey foreground.  Ideally we'd make the   active tab boldface, but
1182         that requires mucking about with fonts.  - Non-emacs accelerators
1183         for tab navigation: Alt-Left,Alt-Right,Alt-Home
1185 2004-02-05 07:29  tksoh
1187         * source/window.c (1.108): Bugfix for missing BG menus in second
1188         and subsequent tabbed docs.
1190 2004-02-04 08:44  tksoh
1192         * source/: file.c (1.75), menu.c (1.87), nedit.h (1.45), window.c
1193         (1.107), window.h (1.15): Create tabbed document in background, to
1194         avoid unnecessary updates on the user menus. This reduces the
1195         flickers on the tearoffs of the user menus. It also speeds up the
1196         process of opening multiple files, particularly those of the same
1197         language modes.
1199 2004-02-03 14:26  edg
1201         * source/preferences.c (1.111): Fix for SF bug #887581: /*
1202         Uncomment */ macro problem.
1204 2004-02-03 08:25  edg
1206         * ChangeLog (1.36): Regenerated (cvs2cl.pl -b -r -t --accum --gmt).
1208 2004-02-03 08:18  edg
1210         * source/macro.c (1.81): Fix for SF bug #889444: rangeset_add(rs1,
1211         rs2) fails if rs1, rs2 is empty.
1213 2004-02-03 07:27  tksoh
1215         * source/preferences.c (1.110): Bugfix: nedit.tabbedMode was not
1216         saved to nedit.rc file.
1218 2004-02-03 07:27  tksoh
1220         * source/preferences.c (1.110): Bugfix: nedit.tabbedMode was not
1221         saved to nedit.rc file.
1223 2004-01-29 11:03  tksoh
1225         * source/smartIndent.c (1.31): Applied workaround for Motif
1226         crash-with-tearoffs bug to Smart Indent dialog. Any more?
1228 2004-01-29 10:53  tksoh
1230         * source/highlightData.c (1.61), source/window.c (1.106),
1231         util/misc.c (1.62), util/misc.h (1.22): Applied workaround for
1232         Motif crash-with-tearoffs bug to Syntax Highlighting Patterns
1233         dialog.
1235 2004-01-28 01:50  tksoh
1237         * doc/help.etx (1.58), source/help_data.h (1.52),
1238         source/help_topic.h (1.44), source/preferences.c (1.109): A sort of
1239         fix for SF Bug #883894: removed normal non-whitespace text
1240         characters from the default backlighting list, so that those
1241         characters will be displayed with the background color as defined
1242         by the nedit.textBgColor resource - unless overridden by syntax
1243         highlighting.
1245 2004-01-27 18:02  tksoh
1247         * source/: userCmds.c (1.40), window.c (1.105): When switching
1248         tabs, only update Macro/Shell/BG menus only if the language mode
1249         has changed, to reduce flickers on the tearoffs.
1251 2004-01-27 17:44  tksoh
1253         * source/preferences.c (1.108): Fix for SF bug #884862: typo in
1254         class names of preference resources.
1256 2004-01-26 09:23  tksoh
1258         * source/: macro.c (1.80), macro.h (1.6), nedit.h (1.44), shell.c
1259         (1.29), shell.h (1.7), window.c (1.104): Mode message display was
1260         not handled properly as we switch between documents.
1262 2004-01-20 03:31  tksoh
1264         * source/window.c (1.103): fixed compiling warning on use of
1265         undeclared function.
1267 2004-01-20 02:48  tksoh
1269         * source/: rangeset.c (1.9), rangeset.h (1.4), window.c (1.102):
1270         Transfer rangeset info when attaching/detaching tabs (Uwe Lehnert)
1272 2004-01-16 11:49  edg
1274         * source/file.c (1.74): Fix for SF bug #878183: File deleted. 
1275         Don't delete incremental backup files when incremental backups are
1276         off.
1278 2004-01-16 09:18  edg
1280         * source/highlightData.c (1.60), source/preferences.c (1.107),
1281         source/search.c (1.64), source/userCmds.c (1.39), util/misc.c
1282         (1.61), util/misc.h (1.21): Applied the "OpenMotif sticky radio
1283         button" workaround to all radio buttons.
1285 2004-01-16 02:59  tksoh
1287         * doc/help.etx (1.57), source/file.c (1.73), source/help_data.h
1288         (1.51), source/help_topic.h (1.43), source/macro.c (1.79),
1289         source/menu.c (1.86), source/nedit.c (1.58), source/nedit.h (1.43),
1290         source/preferences.c (1.106), source/preferences.h (1.38),
1291         source/search.c (1.63), source/server.c (1.24), source/userCmds.c
1292         (1.38), source/window.c (1.101), source/window.h (1.14): Phase one
1293         of Buffers-to-Documents conversion.
1295 2004-01-15 07:59  tksoh
1297         * source/window.c (1.100): Bugfix: always update Macro & Shell
1298         menus when raising a buffer,         so that the keyboard shortcuts
1299         are refreshed properly.
1300         
1301         We'll worry about the visual optimization later.
1303 2004-01-13 15:49  edg
1305         * source/window.c (1.99): Prevent some (harmless) uninitialized
1306         variable accesses when creating a geometry string.
1308 2004-01-13 14:46  tringali
1310         * source/window.c (1.98): Workaround for bug in OpenMotif 2.1 and
1311         2.2.  If you have an active tear-off menu from a TopLevelShell that
1312         is a child of an ApplicationShell, and then close the parent
1313         window, Motif crashes.  The problem doesn't happen if you close the
1314         tear-offs first, so, we programatically close them before
1315         destroying the shell widget.
1317 2004-01-13 02:45  tksoh
1319         * source/preferences.c (1.105): Fixed coredump when changing
1320         language mode via 'Language Mode' tearoff menu.
1322 2004-01-12 17:31  edg
1324         * makefiles/Makefile.cygwin (1.8): Added check_tif_rule for Cygwin.
1326 2004-01-12 17:09  edg
1328         * source/highlight.c (1.45): Bug fix for crash in highlighting
1329         dialog, reported by Joerg Fischer.  Error pattern of color-only
1330         patterns was copied erroneously.
1332 2004-01-10 06:12  tksoh
1334         * source/userCmds.c (1.37): Fixed coredump when invoking
1335         Macro/Shell/Background commands from tear-offs.
1337 2004-01-09 05:56  tksoh
1339         * source/userCmds.c (1.36): Bugfix: when invoked by keyboard
1340         shoft-cuts, macro and shell commands were always executed in the
1341         first buffer created, or coredumped if the first buffer had been
1342         closed.
1344 2004-01-08 06:19  tksoh
1346         * source/: macro.c (1.78), macro.h (1.5), shell.c (1.28), shell.h
1347         (1.6), window.c (1.97): Bugfix: cursor and statsline now reflect if
1348         macro/shell commands are in progress in each individual buffer.
1350 2004-01-06 06:25  n8gray
1352         * source/macro.c (1.77): Patch monkey see, patch monkey do.  Tony
1353         says fix rangeset bug, patch monkey fix rangeset bug.  Ook.  Fixes
1354         SF bug #871209
1356 2004-01-06 02:38  tksoh
1358         * source/: menu.c (1.85), userCmds.c (1.35), window.c (1.96):
1359         Improved handling of tear-off (Macro, Shell and Windows) menus:   
1360         i) fixed shrink-expand bugs;   ii) tear-offs stay up when buffers
1361         are closed.
1363 2004-01-02 10:32  tksoh
1365         * source/window.c (1.95): window manager's size hints should follow
1366         the top buffer.
1368 2003-12-31 02:25  tksoh
1370         * source/window.c (1.94): Bugfix: bookmarks were lost when
1371         detaching/attaching buffers. (Uwe Lehnert)
1373 2003-12-31 01:22  tksoh
1375         * source/window.c (1.93): Bugfix for crash when navigating through
1376         buffers.
1378 2003-12-30 15:32  tringali
1380         * source/nedit.c (1.57): Also put back XmLFolder resources.
1382 2003-12-30 15:19  tringali
1384         * source/nedit.c (1.56): Revert to fallback resources.  The merging
1385         didn't work as I expected.
1387 2003-12-29 10:58  tksoh
1389         * source/window.c (1.92): Applied temporary workaround for
1390         disappearing-text-window bug when linking to Lesstif (ver 0.93.18 &
1391         0.93.46 tested)
1393 2003-12-28 17:30  tringali
1395         * source/nedit.c (1.55): New default resource scheme.  We enter
1396         resources directly via Xrm calls, instead of fallback resources. 
1397         This should avoid version skew problems when an app-defaults file
1398         has been installed against our wishes.  In particular, when there
1399         is an app-defaults file out there, we should now merge all the
1400         built-in and external resources.  Fallback resources would simply
1401         discard the built-in resources in favor of the ones in the file,
1402         and this frequently would cause missing resources if the file was
1403         out of date.
1405 2003-12-28 17:25  yooden
1407         * source/: highlightData.c (1.59), preferences.c (1.104): Changes
1408         LaTeX patterns (Jörg Fischer) and adds comment macro (Sergei
1409         Haller).
1411 2003-12-28 17:25  tringali
1413         * source/window.c (1.91): Remove hardcoded visual resources for tab
1414         widget, in favor of resources that can be overridden.
1416 2003-12-28 16:26  yooden
1418         * source/: help_data.h (1.50), help_topic.h (1.42), highlightData.c
1419         (1.58): Adds $args[] to the NEdit Macro pattern.
1421 2003-12-26 10:14  tksoh
1423         * source/window.c (1.90): bugfix: text colors not correctly set for
1424         new tabs.
1426 2003-12-25 07:09  tksoh
1428         * Makefile (1.13): Committed patch #569287: tabbed buffers mode.
1430 2003-12-25 06:55  tksoh
1432         * Microline/XmL/Folder.c (1.2), Microline/XmL/FolderP.h (1.2),
1433         Microline/XmL/Makefile.common (1.1),
1434         Microline/XmL/Makefile.dependencies (1.1), Microline/XmL/XmL.h
1435         (1.2), Xlt/BubbleButton.c (1.3), Xlt/BubbleButton.h (1.2),
1436         Xlt/BubbleButtonP.h (1.2), Xlt/Makefile.common (1.1),
1437         Xlt/Makefile.dependencies (1.1), Xlt/SlideC.c (1.2), doc/help.etx
1438         (1.56), source/Makefile.common (1.16), source/file.c (1.72),
1439         source/file.h (1.11), source/highlight.c (1.44), source/highlight.h
1440         (1.12), source/interpret.c (1.36), source/macro.c (1.76),
1441         source/menu.c (1.84), source/menu.h (1.8), source/nc.c (1.37),
1442         source/nedit.c (1.54), source/nedit.h (1.42), source/preferences.c
1443         (1.103), source/preferences.h (1.37), source/search.c (1.62),
1444         source/search.h (1.21), source/selection.c (1.26), source/server.c
1445         (1.23), source/shell.c (1.27), source/smartIndent.c (1.30),
1446         source/tags.c (1.53), source/text.h (1.18), source/userCmds.c
1447         (1.34), source/window.c (1.89), source/window.h (1.13): Committed
1448         patch #569287: tabbed buffers mode.
1450 2003-12-24 07:41  tksoh
1452         * Xlt/BubbleButton.c (1.2): Bugfix: XltNbubbleString could not be
1453         changed after an XltBubbleButton         widget has been created.
1455 2003-12-23 21:54  slobasso
1457         * doc/help.etx (1.55): docs for new $args[] array and removed 9 arg
1458         limit for macros
1460 2003-12-23 10:53  yooden
1462         * source/file.c (1.71): Adds a warning to root if he wants to write
1463         read-only files.
1465 2003-12-23 08:34  tksoh
1467         * Xlt/: BubbleButton.c (1.1), BubbleButton.h (1.1), BubbleButtonP.h
1468         (1.1), SlideC.c (1.1), SlideC.h (1.1), SlideCP.h (1.1): Importing
1469         the original code for XltBubbleButton from the Xlt Widget Set
1470         version 9.2.9 (http://xlt.soureforge.net).
1472 2003-12-21 01:43  tksoh
1474         * Microline/: Makefile (1.1), Makefile.in (1.1), XmL/Folder.c
1475         (1.1), XmL/Folder.h (1.1), XmL/FolderP.h (1.1), XmL/Grid.c (1.1),
1476         XmL/Grid.h (1.1), XmL/GridP.h (1.1), XmL/GridUtil.c (1.1),
1477         XmL/Makefile (1.1), XmL/Makefile.in (1.1), XmL/Progress.c (1.1),
1478         XmL/Progress.h (1.1), XmL/ProgressP.h (1.1), XmL/Tree.c (1.1),
1479         XmL/Tree.h (1.1), XmL/TreeP.h (1.1), XmL/XmL.c (1.1), XmL/XmL.h
1480         (1.1), XmL/XmL.uih (1.1), examples/Makefile (1.1),
1481         examples/Makefile.in (1.1), examples/demo.c (1.1),
1482         examples/folder1.c (1.1), examples/folder2.c (1.1),
1483         examples/folder3.c (1.1), examples/folder4.c (1.1),
1484         examples/grid1.c (1.1), examples/grid2.c (1.1), examples/grid3.c
1485         (1.1), examples/grid4.c (1.1), examples/grid5.c (1.1),
1486         examples/grid6.c (1.1), examples/prog1.c (1.1), examples/prog2.c
1487         (1.1), examples/prog3.c (1.1), examples/tree1.c (1.1),
1488         examples/tree2.c (1.1), examples/tree3.c (1.1), examples/tree4.c
1489         (1.1), examples/tree5.c (1.1), examples/uil1.c (1.1),
1490         examples/uil1.uil (1.1), examples/util1.c (1.1), man/XmLArrayAdd.3x
1491         (1.1), man/XmLArrayDel.3x (1.1), man/XmLArrayFree.3x (1.1),
1492         man/XmLArrayGet.3x (1.1), man/XmLArrayGetCount.3x (1.1),
1493         man/XmLArrayMove.3x (1.1), man/XmLArrayNew.3x (1.1),
1494         man/XmLArrayReorder.3x (1.1), man/XmLArraySet.3x (1.1),
1495         man/XmLArraySort.3x (1.1), man/XmLCreateFolder.3x (1.1),
1496         man/XmLCreateGrid.3x (1.1), man/XmLCreateProgress.3x (1.1),
1497         man/XmLCreateTree.3x (1.1), man/XmLCvtStringToUChar.3x (1.1),
1498         man/XmLDateDaysInMonth.3x (1.1), man/XmLDateWeekDay.3x (1.1),
1499         man/XmLDrawnButtonSetType.3x (1.1), man/XmLFolder.3x (1.1),
1500         man/XmLFolderAddBitmapTab.3x (1.1),
1501         man/XmLFolderAddBitmapTabForm.3x (1.1), man/XmLFolderAddTab.3x
1502         (1.1), man/XmLFolderAddTabForm.3x (1.1),
1503         man/XmLFolderSetActiveTab.3x (1.1), man/XmLFontListCopyDefault.3x
1504         (1.1), man/XmLFontListGetDimensions.3x (1.1), man/XmLGrid.3x (1.1),
1505         man/XmLGridAddColumns.3x (1.1), man/XmLGridAddRows.3x (1.1),
1506         man/XmLGridColumnIsVisible.3x (1.1), man/XmLGridCopyPos.3x (1.1),
1507         man/XmLGridCopySelected.3x (1.1), man/XmLGridDeleteAllColumns.3x
1508         (1.1), man/XmLGridDeleteAllRows.3x (1.1),
1509         man/XmLGridDeleteColumns.3x (1.1), man/XmLGridDeleteRows.3x (1.1),
1510         man/XmLGridDeselectAllCells.3x (1.1),
1511         man/XmLGridDeselectAllColumns.3x (1.1),
1512         man/XmLGridDeselectAllRows.3x (1.1), man/XmLGridDeselectCell.3x
1513         (1.1), man/XmLGridDeselectColumn.3x (1.1),
1514         man/XmLGridDeselectRow.3x (1.1), man/XmLGridEditBegin.3x (1.1),
1515         man/XmLGridEditCancel.3x (1.1), man/XmLGridEditComplete.3x (1.1),
1516         man/XmLGridGetColumn.3x (1.1), man/XmLGridGetFocus.3x (1.1),
1517         man/XmLGridGetRow.3x (1.1), man/XmLGridGetSelectedCellCount.3x
1518         (1.1), man/XmLGridGetSelectedCells.3x (1.1),
1519         man/XmLGridGetSelectedColumnCount.3x (1.1),
1520         man/XmLGridGetSelectedColumns.3x (1.1),
1521         man/XmLGridGetSelectedRow.3x (1.1),
1522         man/XmLGridGetSelectedRowCount.3x (1.1),
1523         man/XmLGridGetSelectedRows.3x (1.1), man/XmLGridMoveColumns.3x
1524         (1.1), man/XmLGridMoveRows.3x (1.1), man/XmLGridPaste.3x (1.1),
1525         man/XmLGridPastePos.3x (1.1), man/XmLGridRead.3x (1.1),
1526         man/XmLGridReadPos.3x (1.1), man/XmLGridRedrawAll.3x (1.1),
1527         man/XmLGridRedrawCell.3x (1.1), man/XmLGridRedrawColumn.3x (1.1),
1528         man/XmLGridRedrawRow.3x (1.1), man/XmLGridReorderColumns.3x (1.1),
1529         man/XmLGridReorderRows.3x (1.1), man/XmLGridRowColumnToXY.3x (1.1),
1530         man/XmLGridRowIsVisible.3x (1.1), man/XmLGridSelectAllCells.3x
1531         (1.1), man/XmLGridSelectAllColumns.3x (1.1),
1532         man/XmLGridSelectAllRows.3x (1.1), man/XmLGridSelectCell.3x (1.1),
1533         man/XmLGridSelectColumn.3x (1.1), man/XmLGridSelectRow.3x (1.1),
1534         man/XmLGridSetFocus.3x (1.1), man/XmLGridSetStrings.3x (1.1),
1535         man/XmLGridSetStringsPos.3x (1.1), man/XmLGridWrite.3x (1.1),
1536         man/XmLGridWritePos.3x (1.1), man/XmLGridXYToRowColumn.3x (1.1),
1537         man/XmLMessageBox.3x (1.1), man/XmLPixmapDraw.3x (1.1),
1538         man/XmLProgress.3x (1.1), man/XmLRectIntersect.3x (1.1),
1539         man/XmLShellOfWidget.3x (1.1), man/XmLSort.3x (1.1),
1540         man/XmLStringDraw.3x (1.1), man/XmLStringDrawDirection.3x (1.1),
1541         man/XmLTree.3x (1.1), man/XmLTreeAddRow.3x (1.1),
1542         man/XmLTreeAddRows.3x (1.1), man/XmLWarning.3x (1.1): Importing
1543         Mozilla's Microline3.0 (XmL) library on the
1544         MozillaSourceClassic_19981026_BRANCH branch, which has been
1545         recently relicensed as MPL 1.1/GPL 2.0/LGPL 2.1.
1546         
1547         The original source tree for Microline3.0 can be obtained here:
1548         
1549            % cvs -d:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot \
1550              co -r MozillaSourceClassic_19981026_BRANCH \
1551              mozilla/cmd/xfe/Microline3.0/
1553 2003-12-19 23:23  slobasso
1555         * source/: interpret.c (1.35), interpret.h (1.14), macro.c (1.75),
1556         parse.y (1.27), parse_noyacc.c (1.8): added new $args[] array and
1557         removed 9 arg limit for macros
1559 2003-12-13 18:16  yooden
1561         * util/prefFile.c (1.22): Removes unneeded variable.
1563 2003-12-09 17:55  slobasso
1565         * doc/: .cvsignore (1.3), help.etx (1.54), nedit.pod (1.3): docs
1566         for -svrname change
1568 2003-12-09 12:57  edg
1570         * source/nedit.c (1.53): Adapted the nedit.helpForm.* resource spec
1571         to the changed widget hierarchy (now nedit.help.helpForm.*) to make
1572         mouse navigation in help windows operational again.
1574 2003-12-07 22:48  yooden
1576         * source/: highlightData.c (1.57), preferences.c (1.102): Adds a
1577         'recursion level' to shell pattern set (see SF bug #770855).
1579 2003-12-07 15:56  yooden
1581         * util/prefFile.c (1.21): Removes double file access to verify pref
1582         file read.
1584 2003-12-05 00:05  slobasso
1586         * source/nedit.c (1.52): default to server if server name is
1587         supplied
1589 2003-12-05 00:01  slobasso
1591         * source/nc.c (1.36): add missing trailing newline to usage
1593 2003-12-04 19:07  slobasso
1595         * source/menu.c (1.83): first pass at neditdb corruption cleanup
1597 2003-12-04 09:52  edg
1599         * source/window.c (1.88): Renamed the window shell from "text" to
1600         "textShell" to avoid resource matching ambiguities with the real
1601         text widget.
1603 2003-11-26 21:58  yooden
1605         * doc/help.etx (1.53): Added documentation for
1606         nedit.undoModifiesSelection
1608 2003-11-24 17:41  edg
1610         * doc/Makefile (1.6): Remove generated man pages when cleaning.
1612 2003-11-22 13:03  edg
1614         * ChangeLog (1.35), Makefile (1.12), README (1.32), ReleaseNotes
1615         (1.23), doc/Makefile (1.5), doc/NEdit.ad (1.4), doc/help.etx
1616         (1.52), doc/nc.pod (1.2), doc/nedit.pod (1.2), doc/setext (1.11),
1617         makefiles/Makefile.bsdi (1.6), makefiles/Makefile.ccur (1.6),
1618         makefiles/Makefile.freebsd (1.6), makefiles/Makefile.generic
1619         (1.11), makefiles/Makefile.macosx (1.5), makefiles/Makefile.netbsd
1620         (1.6), makefiles/Makefile.openbsd (1.4), makefiles/Makefile.solaris
1621         (1.10), source/file.c (1.70), source/help_data.h (1.49),
1622         source/help_topic.h (1.41), source/highlight.c (1.43),
1623         source/highlight.h (1.11), source/highlightData.c (1.56),
1624         source/interpret.c (1.34), source/macro.c (1.74), source/menu.c
1625         (1.82), source/nc.c (1.35), source/nedit.c (1.51), source/nedit.h
1626         (1.41), source/preferences.c (1.101), source/rangeset.c (1.8),
1627         source/rangeset.h (1.3), source/search.c (1.61), source/search.h
1628         (1.20), source/server.c (1.22), source/tags.c (1.52), source/text.c
1629         (1.45), source/textBuf.c (1.29), source/textBuf.h (1.15),
1630         source/textDisp.c (1.54), source/textDisp.h (1.24), source/window.c
1631         (1.87), util/check_lin_tif.c (1.7), util/getfiles.c (1.27),
1632         util/misc.c (1.60), util/prefFile.c (1.20), util/system.h (1.13):
1633         Merged 5.4 release branch with main trunk.
1635 2003-11-20 18:37  edg
1637         * ReleaseNotes, source/nc.c, source/server.c (BETA-5-4.[6,5,3])
1638         (utags: REL-5-4): Fix for nc -lm and -geometry command line options
1639         being dropped in some cases.
1641 2003-11-19 17:22  edg
1643         * Makefile (tags: REL-5-4) (BETA-5-4.5): 5.4RC2 -> 5.4.
1645 2003-11-19 13:50  edg
1647         * ChangeLog (tags: REL-5-4) (BETA-5-4.3): Regenerated (cvs2cl.pl -b
1648         -r -t --accum --gmt).
1650 2003-11-19 13:44  edg
1652         * README (tags: REL-5-4), ReleaseNotes, source/help_data.h (tags:
1653         REL-5-4), source/help_topic.h (tags: REL-5-4) (BETA-5-4.[7,5,9,6]):
1654         Bumped version number to 5.4.
1656 2003-11-18 15:11  edg
1658         * source/menu.c (1.81): Fix for SF bug #844395: SGI_CUSTOM overtype
1659         crash.
1661 2003-11-18 12:16  edg
1663         * util/fileUtils.c (1.31): Decreased the threshold for MAC file
1664         format detection to 1 carriage return instead of 2.
1666 2003-11-17 10:13  edg
1668         * util/prefFile.c (BETA-5-4.1): Fix for nc crash on VMS (Michael
1669         Smith).
1671 2003-11-16 13:50  yooden
1673         * doc/help.etx (1.51): Fixed wrong documentation of $sub_sep,
1674         pointed out by Jörg Fischer.
1676 2003-11-14 23:46  yooden
1678         * source/: file.c (1.69), smartIndent.c (1.29): Fixes two small
1679         bugs: Wrong block and wrong argc.
1681 2003-11-14 00:19  n8gray
1683         * README, makefiles/Makefile.macosx (BETA-5-4.[6,2]): Reworked the
1684         OS X makefile and added a note about building on OS X to the
1685         README.
1687 2003-11-13 07:09  n8gray
1689         * util/check_lin_tif.c (BETA-5-4.7): Changed error/warning messages
1690         to be non-Linux-centric.
1692 2003-11-08 00:15  yooden
1694         * source/file.c (1.68): Changes typo in resource name.
1696 2003-11-07 17:27  edg
1698         * doc/help.etx, source/help_data.h, source/macro.c
1699         (BETA-5-4.[9,8,4]): Removed the bogus rgb values from the array
1700         returned by get_pattern_by_name().  Prevented the special "top"
1701         pattern from showing up in the array returned by
1702         get_style_at_pos().  Various minor code cleanups and comment fixes.
1703          (Mostly contributed by Tony Balinski).
1705 2003-11-03 16:31  edg
1707         * doc/help.etx, source/help_data.h, source/highlight.c,
1708         source/highlight.h, source/macro.c (BETA-5-4.[8,7,1,1,3]): Changed
1709         the "extension" field returned by get_pattern_at_pos() to "extent"
1710         and added an "extent" field to the return value of
1711         get_style_at_pos().
1713 2003-10-24 15:29  edg
1715         * doc/help.etx (BETA-5-4.7): Typo fix (Yury).
1717 2003-10-24 10:51  edg
1719         * doc/help.etx (1.50), source/help_data.h (1.48), source/text.c
1720         (1.44): Extended scroll_down() and scroll_up() such that one can
1721         specify a scroll unit (lines or pages, default: lines) and
1722         corrected the behaviour for CTRL + mouse wheel (scrolling no longer
1723         moves the cursor nor destroys the selection).
1725 2003-10-22 20:05  tringali
1727         * source/help.c (1.96), source/highlightData.c (1.55),
1728         source/nedit.c (1.50), source/nedit.h (1.40), source/preferences.c
1729         (1.100), source/smartIndent.c (1.28), source/textSel.c (1.13),
1730         source/userCmds.c (1.33), source/window.c (1.86),
1731         util/check_lin_tif.c (1.6), util/misc.c (1.59), util/misc.h (1.20):
1732         Changed widget hierarchy so we have a single (hidden) top-level
1733         application shell.  All the top-level windows (editors, syntax,
1734         macros, etc.) are now TopLevelShell children of the application
1735         shell.  This is the standard way of structuring multiple-window
1736         applications, and we've been standing on our heads trying to work
1737         around problems the old approach causes (no visual propogation to
1738         children, no way to address types of top-level windows by name in
1739         resources, session management bugs, etc).  Some advanced X resource
1740         customizations may need to change, but for the better, I think.
1742 2003-10-20 16:38  tringali
1744         * source/interpret.c (tags: BETA-5-4-RC2) (BETA-5-4.1): Change
1745         #define to be in column 0; some compilers will not accept this
1746         indented.
1748 2003-10-20 13:59  edg
1750         * ChangeLog (tags: BETA-5-4-RC2) (BETA-5-4.2): Regenerated
1751         (cvs2cl.pl -b -r -t --accum  --gmt).
1753 2003-10-20 08:29  edg
1755         * doc/nc.man, doc/nedit.man, source/help_data.h,
1756         source/help_topic.h (BETA-5-4.[2,2,6,5]) (utags: BETA-5-4-RC2):
1757         Regenerated for 5.4RC2.
1759 2003-10-20 08:25  edg
1761         * doc/Makefile (tags: BETA-5-4-RC2) (BETA-5-4.2): Use double suffix
1762         rule for man page generation iso. GNU make extension.
1764 2003-10-15 23:08  yooden
1766         * doc/help.etx, source/help_data.h, source/help_topic.h,
1767         source/nc.c (BETA-5-4.[6,5,4,4]): New documentation for nc.
1769 2003-10-14 10:56  edg
1771         * doc/: nc.man, nedit.man (BETA-5-4.[1,1]): Regenerated.
1773 2003-10-14 10:54  edg
1775         * doc/nedit.pod (1.1): file nedit.pod was initially added on branch
1776         BETA-5-4.
1778 2003-10-14 10:54  edg
1780         * doc/nc.pod (1.1): file nc.pod was initially added on branch
1781         BETA-5-4.
1783 2003-10-14 10:54  edg
1785         * doc/: Makefile, nc.pod, nedit.pod (BETA-5-4.[1,1,1]): Added man
1786         pages in pod format and automatic pod to man page translation.
1788 2003-10-09 15:29  tringali
1790         * util/system.h (BETA-5-4.1): Recognize ia64, cygwin, x86-64,
1791         win32, unixware.
1793 2003-10-09 09:23  edg
1795         * source/nc.c (BETA-5-4.3): Fix for SF #820491: nc -ask hangs when
1796         the user cancels the server startup.
1798 2003-10-02 07:27  edg
1800         * doc/setext (BETA-5-4.2): More HTML generation improvements
1801         (Steven Haehn).
1803 2003-10-01 11:34  edg
1805         * doc/setext (BETA-5-4.1): Bug fixes in HTML generation (Andrew
1806         Hood).
1808 2003-09-28 15:05  edg
1810         * Makefile, README, ReleaseNotes (BETA-5-4.[4,5,4]): 5.4RC2
1811         updates.
1813 2003-09-28 15:03  edg
1815         * doc/NEdit.ad (BETA-5-4.2): Removed trailing whitespace.
1817 2003-09-28 15:03  edg
1819         * makefiles/: Makefile.bsdi, Makefile.freebsd, Makefile.netbsd,
1820         Makefile.openbsd (BETA-5-4.[1,1,1,1]): Added Motif/Lesstif version
1821         check.
1823 2003-09-28 14:18  edg
1825         * makefiles/Makefile.ccur, makefiles/Makefile.generic,
1826         makefiles/Makefile.solaris, source/file.c (BETA-5-4.[1,1,1,4]):
1827         Made USE_ACCESS the default (there's no security risk in the way we
1828         use access()). See also SF #782518.
1830 2003-09-28 14:11  edg
1832         * doc/NEdit.ad (BETA-5-4.1): Updated resources to 5.4.
1834 2003-09-28 14:10  edg
1836         * source/nc.c (BETA-5-4.2): Typo fix: noAsk -> noask.
1838 2003-09-26 19:45  yooden
1840         * source/menu.c (BETA-5-4.3): Removes some references to the old
1841         NEdit file history file name.
1843 2003-09-12 18:24  tringali
1845         * README (BETA-5-4.4): Updates for 5.4
1847 2003-09-08 17:08  edg
1849         * ChangeLog (BETA-5-4.1): Regenerated (cvs2cl.pl -b -r -t --accum
1850         --gmt).
1852 2003-09-08 17:03  edg
1854         * source/rangeset.c (BETA-5-4.5): Fixed integer overflow that
1855         caused infinite loops.
1857 2003-08-26 09:59  edg
1859         * source/rangeset.c (BETA-5-4.4): Crash fix: rangeset name field
1860         not initialized.  Other: rangeset table list field not initialized
1861         (unpredictable first label).
1863 2003-08-24 20:07  yooden
1865         * source/highlightData.c (1.54): Fixed small bug in Shell pattern
1866         set.
1868 2003-08-24 19:02  yooden
1870         * source/highlightData.c (BETA-5-4.3): Changed macro pattern from
1871         accomodate new highlighting information functions.
1873 2003-08-22 16:24  edg
1875         * source/file.c (BETA-5-4.3): Fix for SF bug #792447: "modified by
1876         external..." and directories.
1878 2003-08-21 10:50  edg
1880         * source/file.c (BETA-5-4.2): Moved some statements to avoid
1881         polluting errno before displaying an error dialog.
1883 2003-08-21 06:41  n8gray
1885         * doc/help.etx, source/help_data.h, source/help_topic.h
1886         (BETA-5-4.[5,4,3]): Fixed help lines WRT -foreground and -background 
1887         command-line options.  Also noticed that help text for new rangeset 
1888         API was never generated.
1890 2003-08-15 21:58  n8gray
1892         * source/preferences.c (BETA-5-4.5): Also migrate old colors if
1893         there's no config file.
1895 2003-08-14 22:06  slobasso
1897         * source/menu.c, util/check_lin_tif.c (BETA-5-4.[2,6]): fix
1898         warnings
1900 2003-08-13 23:34  slobasso
1902         * source/nedit.h (BETA-5-4.1): adjust constant for more menu items
1904 2003-08-13 16:22  edg
1906         * source/text.c (BETA-5-4.2): Make KP_Enter behave as Enter
1907         (Execute Command Line used to be bound to KP_Enter but is now bound
1908         to Ctrl+KP_Enter).  (I tried to abort my previous commit when I
1909         realized there was a potential problem, but I failed. Sorry.)
1911 2003-08-13 16:03  edg
1913         * source/text.c (BETA-5-4.1): [no log message]
1915 2003-08-13 16:01  edg
1917         * source/file.c (BETA-5-4.1): Fix for SF bugs #782513: Clicking in
1918         text area requires save and #784442: NEdit thinks unchanged windows
1919         need save.  Additionally: drop read-only attribute when file goes
1920         missing.
1922 2003-08-12 11:47  edg
1924         * source/server.c (BETA-5-4.2): Last commit was a fix for SF bug
1925         #785738: "nc -do ..." creates extra window.
1927 2003-08-12 11:43  edg
1929         * source/server.c (BETA-5-4.1): Avoid creating extra windows when
1930         using "nc -do ..." (Arne).
1932 2003-08-08 16:24  slobasso
1934         * source/rangeset.c (BETA-5-4.3): Only text changes where the text
1935         is actually changed result in ranges being adjusted. This includes
1936         changing hardware tab size.
1938 2003-08-08 16:20  slobasso
1940         * source/window.c (1.85): marks no longer get deleted when hardware
1941         tab size is changed.
1943 2003-08-07 04:42  slobasso
1945         * doc/help.etx, source/macro.c (BETA-5-4.[4,2]): split
1946         get_pattern() and get_style() into get_pattern_by_name(),
1947         get_pattern_at_pos(), get_style_by_name(), and get_style_at_pos()
1949 2003-08-04 22:32  slobasso
1951         * doc/help.etx (BETA-5-4.3): Fix mistake with
1952         rangeset_get_by_name() parameter list.
1954 2003-08-03 17:38  yooden
1956         * source/highlightData.c (1.53), source/menu.c (1.80),
1957         source/preferences.c (1.99), source/preferences.h (1.36),
1958         util/managedList.c (1.13): Removes some unsused functions, function
1959         parameters and fixes a typo.
1961 2003-08-02 21:03  yooden
1963         * source/highlightData.c (BETA-5-4.2): Adds new functions
1964         rangeset_get_by_name() and rangeset_set_name() to the NEdit Macro
1965         syntax highlighting pattern set.
1967 2003-08-01 01:26  n8gray
1969         * source/: textDisp.c, textDisp.h, window.c (BETA-5-4.[1,1,1]):
1970         This should fix the problem where new panes didn't get the correct
1971         colors.  It feels to me like there should be a better way to do
1972         this.
1974 2003-07-31 22:35  n8gray
1976         * source/tags.c (BETA-5-4.1): Fixed error parsing alias blocks in
1977         calltips files.
1979 2003-07-29 17:54  slobasso
1981         * doc/help.etx, source/macro.c, source/rangeset.c,
1982         source/rangeset.h (BETA-5-4.[2,1,2,1]): add name to rangesets and
1983         fix several int/string implicit conversions
1985 2003-07-27 21:37  edg
1987         * util/getfiles.c (BETA-5-4.1): Workaround for Lesstif's "frozen
1988         windows" bug (new windows opened via File->Open dialog are left
1989         without grabs).
1991 2003-07-27 10:03  edg
1993         * source/macro.c (1.73): Another Lesstif Escape key workaround
1994         (list dialog) by Oliver Schmidt.
1996 2003-07-25 14:12  tringali
1998         * source/preferences.c (BETA-5-4.4): Don't save
1999         undoModifiesSelection
2001 2003-07-25 06:50  tksoh
2003         * source/file.c (1.67), util/getfiles.c (1.26), util/misc.c (1.58):
2004         make file-selection dialog modeless when linking to Lesstif, as
2005         workaround for Lesstif bug #566315 - window opened with open-file
2006         dialog ingores all input.
2008 2003-07-24 06:07  n8gray
2010         * source/preferences.c (BETA-5-4.3): Added separator in Colors
2011         dialog and changed buttons so they resize as expected.
2013 2003-07-24 00:21  tringali
2015         * source/nc.c (BETA-5-4.1): update version to 5.4
2017 2003-07-18 15:14  edg
2019         * source/macro.c (1.72), source/shell.c (1.26), util/DialogF.c
2020         (1.28): Applied SF patch #771878: Escape cancels all dialogs.
2022 2003-07-17 11:24  edg
2024         * source/search.c (1.60): Minor Lesstif keyboard focus problem
2025         workaround (Oliver Schmidt).
2027 2003-07-11 10:39  edg
2029         * source/highlightData.c (tags: BETA-5-4-RC1) (BETA-5-4.1):
2030         Thorsten's latest revision of the NEdit Macro patterns (I'm only
2031         acting as an SF proxy).
2033 2003-07-10 18:21  n8gray
2035         * util/check_lin_tif.c (tags: BETA-5-4-RC1) (BETA-5-4.5): Added OM
2036         2.2.3 and LT 0.93.44 to known-bad versions.
2038 2003-06-27 19:55  n8gray
2040         * util/check_lin_tif.c (BETA-5-4.4): Removed the Motif 1.2 vs Motif
2041         2.1 detection in lesstif.  Also changed message that gets printed
2042         when non-lesstif motif is detected to include possibility of OSF
2043         Motif.
2045 2003-06-27 17:49  tringali
2047         * source/nedit.c (tags: BETA-5-4-RC1) (BETA-5-4.1): Stronger locale
2048         checking: handle setting of UTF8 by LC_CTYPE, LC_ALL, LANG and/or
2049         the language via the -xnllanguage switch.
2051 2003-06-27 07:24  edg
2053         * util/misc.c (tags: BETA-5-4-RC1) (BETA-5-4.1): Crash fix for
2054         OpenMotif radio button bug workaround.
2056 2003-06-23 19:44  n8gray
2058         * util/check_lin_tif.c (BETA-5-4.3): Adding all versions of Lesstif
2059         from 0.93.25 to 0.93.41 to known-bad list.
2061 2003-06-23 05:30  n8gray
2063         * util/check_lin_tif.c (BETA-5-4.2): Adding Lesstif 0.93.{36,40} to
2064         the known-bad versions list.
2066 2003-06-22 00:42  n8gray
2068         * doc/help.etx, source/help_data.h, source/help_topic.h
2069         (BETA-5-4.[1,3,2]) (utags: BETA-5-4-RC1): Put my name in the
2070         Written By credits.
2072 2003-06-21 03:02  tringali
2074         * README, ReleaseNotes (BETA-5-4.[3,3]) (utags: BETA-5-4-RC1):
2075         Closed out a pile of bugs.
2077 2003-06-20 21:43  slobasso
2079         * source/: menu.c, search.c, search.h (BETA-5-4.[1,1,1]) (utags:
2080         BETA-5-4-RC1): fixed bug introduced when patch #734202 was merged
2082 2003-06-18 09:54  edg
2084         * source/: rangeset.c, textBuf.c, textBuf.h (BETA-5-4.[1,1,1])
2085         (utags: BETA-5-4-RC1): Fix for rangeset display update bug.
2087 2003-06-16 09:38  edg
2089         * Makefile (tags: BETA-5-4-RC1) (BETA-5-4.3): Renegerating
2090         nedit.doc and nedit.html was a bad idea. Better put them in the
2091         source tarball.
2093 2003-06-16 09:12  edg
2095         * README, ReleaseNotes, source/help_data.h (BETA-5-4.[2,2,2]):
2096         5.4beta -> 5.4BETA
2098 2003-06-16 08:57  edg
2100         * Makefile (BETA-5-4.2): Make sure that nedit.doc and nedit.html
2101         are up-to-date for the dist-bin target.
2103 2003-06-16 08:56  edg
2105         * source/preferences.c (tags: BETA-5-4-RC1) (BETA-5-4.2): Made the
2106         5.4 preference migration conditional.
2108 2003-06-16 08:38  edg
2110         * README, ReleaseNotes (BETA-5-4.[1,1]): Updated time stamps.
2112 2003-06-16 08:38  edg
2114         * source/: help_data.h, help_topic.h (BETA-5-4.[1,1]): Regenerated
2115         to get proper time stamps and 5.4beta label.
2117 2003-06-16 08:36  edg
2119         * Makefile (BETA-5-4.1): Make the build stop when the verify_config
2120         test fails.
2122 2003-06-16 08:35  edg
2124         * util/check_lin_tif.c (BETA-5-4.1): Warning fixes.
2126 2003-06-12 17:35  edg
2128         * makefiles/Makefile.macosx (tags: BETA-5-4-RC1) (BETA-5-4.1):
2129         Added an alternative set of CFLAGS and LIBS for building with Fink
2130         (disabled by default) and added the check_tif rule (Joerg).
2132 2003-06-11 02:45  tksoh
2134         * source/preferences.c (BETA-5-4.1): fixed title in Save
2135         Preferences dialog.
2137 2003-06-08 21:05  edg
2139         * ChangeLog (1.34, BETA-5-4-RC1): Regenerated (cvs2cl.pl -b -r -t
2140         --accum --gmt).
2142 2003-06-06 18:04  edg
2144         * source/: rangeset.c (1.7), textBuf.c (1.28): Fixed a rangeset
2145         implementation flaw that caused all kinds of memory leaks in
2146         different places. Buffers should not have rangeset modification
2147         callbacks when there are no rangesets attached.
2149 2003-06-06 17:13  edg
2151         * util/misc.c (1.57): Window group hints leak fixes.
2153 2003-06-06 17:07  edg
2155         * source/nedit.c (1.49): Use proper resource class name to avoid
2156         uninitialized memory read.
2158 2003-06-06 17:06  edg
2160         * util/misc.h (1.19), ReleaseNotes (1.22), source/search.c (1.59),
2161         util/misc.c (1.56): Workaround for OpenMotif radio button bug (SF
2162         #678198).  (Tested with 6 different Motif flavours/versions).
2164 2003-06-05 22:01  n8gray
2166         * doc/help.etx (1.49), source/help_data.h (1.47),
2167         source/help_topic.h (1.40), source/macro.c (1.71): Changed
2168         calltip() so that "tipKey", "tagKey", and "tipText" are
2169         position-independent optional arguments.  .  WARNING: This WILL
2170         break any existing calltip calls with more than one argument!!!  A
2171         call like calltip(foo, "tipText", pos, bar, ...) needs to be
2172         changed to calltip(foo, pos, "tipText", bar, ...) and calltip(foo,
2173         "tipText") needs to be changed to calltip(foo, -1, "tipText").
2175 2003-06-04 15:34  slobasso
2177         * source/: preferences.c (1.98), window.c (1.84): remove unused
2178         variables
2180 2003-06-02 15:18  edg
2182         * source/menu.c (1.79): Fixed wrong title in Exit dialog.
2184 2003-05-29 21:07  tringali
2186         * util/fontsel.h (1.9): Match function declaration to definition
2188 2003-05-28 08:26  edg
2190         * source/preferences.c (1.97): Added an automatic upgrade routine
2191         for the changed "wc" shell command.
2193 2003-05-27 22:32  yooden
2195         * source/preferences.c (1.96): Replaces csh-specific scriptlet with
2196         awklet.
2198 2003-05-27 21:31  tringali
2200         * source/window.c (1.83): Propogate colors to new windows on
2201         opening (744294)
2203 2003-05-27 15:55  edg
2205         * source/preferences.c (1.95): Automatically add Identifier2 text
2206         drawing style when upgrading to 5.4.
2208 2003-05-26 09:10  edg
2210         * ChangeLog (1.33): Regenerated (cvs2cl.pl -b -r -t --accum --gmt).
2212 2003-05-26 09:07  edg
2214         * ReleaseNotes (1.21): Added bugs #559902, 561659, 526981, and
2215         582469.
2217 2003-05-26 08:16  edg
2219         * source/search.c (1.58): Committed SF patch #559902: Show Matching
2220         Range Bugfix (Tom Heathcote).
2222 2003-05-25 15:55  edg
2224         * doc/help.etx (1.48), source/help_data.h (1.46),
2225         source/help_topic.h (1.39), source/highlightData.c (1.52),
2226         source/macro.c (1.70), source/menu.c (1.78), source/preferences.c
2227         (1.94), source/preferences.h (1.35): Removed and disabled some of
2228         the backlighting functionality and marked it as being experimental
2229         (for the 5.4 release).
2231 2003-05-24 19:15  tringali
2233         * source/: menu.c (1.77), nedit.h (1.39), preferences.c (1.93),
2234         preferences.h (1.34), window.c (1.82): Simplified the color dialog
2235         box so that all colors are global.  Plug some leaks when parsing
2236         color names.  Table-drive color settings to reduce duplicate code.
2238 2003-05-24 18:36  tringali
2240         * util/check_lin_tif.c (1.5): Allow Motif 2.1.x instead of just
2241         update level 30.  We've delivered NEdit with these configurations
2242         and they work fine.
2244 2003-05-24 13:11  yooden
2246         * source/highlightData.c (1.51): Fixed missing escape in NEdit
2247         Macro highlighting pattern.
2249 2003-05-23 14:27  tringali
2251         * source/nedit.c (1.48): Avoid a crash when trying to drag widgets
2252         (not text) in non-default visual.  This appears to be a OSF Motif
2253         bug so we just disable dragging entirely.  Not a great solution.
2255 2003-05-23 10:58  edg
2257         * ReleaseNotes (1.20): Added bug #715767.
2259 2003-05-23 07:48  edg
2261         * source/preferences.c (1.92): Removed autoload.nm from NEdit macro
2262         recognition patterns again (covered by .nm) and made the upgrade
2263         routines also work for people who already upgraded to the post-5.3
2264         preference format.
2266 2003-05-22 22:12  yooden
2268         * source/: preferences.c (1.91), highlightData.c (1.50): New
2269         version of NEdit Macro syntax highlighting patterns.
2271 2003-05-22 22:00  edg
2273         * source/highlightData.c (1.49): Small update to the Python
2274         highlighting patterns (due to changed delimiters).
2276 2003-05-22 21:56  edg
2278         * source/preferences.c (1.90): Defined a non-default set of
2279         delimiters for Python mode.  Added autoload.nm to the recognition
2280         patterns for NEdit Macro mode.  Added nedit.rc to the recognition
2281         patterns for X Resources mode.  Added a 5.3 to 5.4 upgrade routine
2282         for the 3 changes above.
2284 2003-05-20 05:41  n8gray
2286         * source/macro.c (1.69): Committing Tom Heathcote's minor rangeset
2287         patch.  If it breaks everything blame him.  :-)
2289 2003-05-20 00:27  n8gray
2291         * Makefile (1.11), makefiles/Makefile.aix (1.7),
2292         makefiles/Makefile.bsdi (1.5), makefiles/Makefile.ccur (1.5),
2293         makefiles/Makefile.convex (1.5), makefiles/Makefile.cygwin (1.7),
2294         makefiles/Makefile.dcosx (1.5), makefiles/Makefile.dec (1.6),
2295         makefiles/Makefile.depend (1.5), makefiles/Makefile.freebsd (1.5),
2296         makefiles/Makefile.generic (1.10), makefiles/Makefile.hpux (1.5),
2297         makefiles/Makefile.linux (1.11), makefiles/Makefile.lynx (1.6),
2298         makefiles/Makefile.m88k.svr4 (1.5), makefiles/Makefile.macosx
2299         (1.4), makefiles/Makefile.netbsd (1.5), makefiles/Makefile.openbsd
2300         (1.3), makefiles/Makefile.os2 (1.14), makefiles/Makefile.osf (1.6),
2301         makefiles/Makefile.qnx (1.3), makefiles/Makefile.reliant (1.5),
2302         makefiles/Makefile.sco (1.6), makefiles/Makefile.sgi (1.5),
2303         makefiles/Makefile.solaris (1.9), makefiles/Makefile.sunos (1.5),
2304         makefiles/Makefile.superux (1.5), makefiles/Makefile.uhc (1.5),
2305         makefiles/Makefile.ultrix (1.5), makefiles/Makefile.unicos (1.7),
2306         makefiles/Makefile.unixware (1.6), util/Makefile.common (1.8),
2307         util/check_lin_tif.c (1.4): Added verify_config target to all
2308         Makefiles.  On most platforms it does nothing, but on Linux it
2309         triggers a check of the *tif version.  This should also probably be
2310         enabled on openbsd, freebsd, and any other platform where
2311         OpenMotif/Lesstif use is common, but I'll leave that to people more
2312         familiar with those platforms.
2314 2003-05-19 21:55  slobasso
2316         * source/highlightData.c (1.48): Adjusted Nedit Macro Language
2317         highlighting: removed delete from actions and added to keywords and
2318         added the following items Variables: calltip_ID Macro Routines:
2319         calltip, kill_calltip Actions: focus_pane, unload_tags_file,
2320         goto_matching, select_to_matching,    set_auto_indent,
2321         set_em_tab_dist, set_fonts, set_highlight_syntax,   
2322         set_incremental_backup, set_incremental_search_line, set_locked,   
2323         set_make_backup_copy, set_overtype_mode, set_show_line_numbers,   
2324         set_show_matching, set_match_syntax_based, set_statistics_line,   
2325         set_tab_dist, set_use_tabs, set_wrap_margin, set_wrap_text
2327 2003-05-19 08:03  edg
2329         * doc/help.etx (1.47), source/help_data.h (1.45),
2330         source/help_topic.h (1.38): Added missing replace_all()
2331         documentation (Tom Heathcote) and removed the "experimental"
2332         classification for smart indent.
2334 2003-05-18 20:05  edg
2336         * source/: nedit.c (1.47), nedit.h (1.38): Workaround for KDE's
2337         FONTLIST bug (and for the various BACKGROUND and FOREGROUND
2338         resource values).
2340 2003-05-16 17:15  n8gray
2342         * util/check_lin_tif.c (1.3): Added 92.32 to known-good LessTif.
2343         
2344         Feel free to do this yourselves!  :-)  It's pretty easy to do.
2346 2003-05-16 16:58  edg
2348         * source/highlightData.c (1.47): Updated Python patterns (no
2349         updated delimiters yet).
2351 2003-05-16 16:51  slobasso
2353         * util/.cvsignore (1.2): added check_lin_tif
2355 2003-05-16 16:50  slobasso
2357         * source/nedit.c (1.46): removed unused variable warning
2359 2003-05-16 16:47  slobasso
2361         * source/: text.c (1.43), text.h (1.17), textDisp.c (1.53),
2362         textDisp.h (1.23): re-commit graphics expose code and added window
2363         obscurred hack back in that was erroneously removed. This should
2364         put us back where we were without reintroducing a bug that was
2365         fixed.
2367 2003-05-16 15:11  tringali
2369         * source/: text.c (1.42), text.h (1.16), textDisp.c (1.52),
2370         textDisp.h (1.22): Removed explicit handling of GraphicsExpose
2371         events that was causing incomplete redraws, reverting to older
2372         algorithm.  (I've extracted the code into a patch and will post it
2373         back on SF to address the problem it was trying to fix.)
2375 2003-05-16 13:47  tringali
2377         * util/misc.c (1.55): Fix for missing icons (via C. Rasmussen)
2379 2003-05-16 05:23  tksoh
2381         * source/window.c (1.81): Fix for SF bug #715767: remaining panes
2382         resized incorrectly after closing a splitpane.
2384 2003-05-15 19:47  n8gray
2386         * util/check_lin_tif.c (1.2): Modified copyright notice to be more
2387         consistent with the rest of NEdit.
2389 2003-05-15 19:42  n8gray
2391         * Makefile (1.10), makefiles/Makefile.linux (1.10),
2392         source/Makefile.common (1.15), source/help.c (1.95),
2393         util/Makefile.common (1.7), util/check_lin_tif.c (1.1): Added code
2394         to detect the version of Motif/Lesstif being built against and
2395         complain if it's known-bad or unknown.  There's probably room for
2396         improvement in both the build and detection portions of this code.
2398 2003-05-15 07:36  edg
2400         * ChangeLog (1.32): Regenerated (please only update with cvs2cl.pl
2401         -b -r -t --accum --gmt).
2403 2003-05-15 07:33  edg
2405         * source/parse_noyacc.c (1.7): Copied the recent modifications of
2406         parse.y.
2408 2003-05-14 19:12  n8gray
2410         * ChangeLog (1.31): Isn't there a way to generate or update this
2411         automatically with CVS?
2413 2003-05-14 19:08  n8gray
2415         * source/parse.y (1.26): Comments don't eat backslash-escaped
2416         newlines, so this is legal:    t_print("Hello " # This is a common
2417         greeting \            "world"  # This is the recipient of the
2418         greeting \            "\n")    # This is a newline character
2420 2003-05-04 23:54  yooden
2422         * source/macro.c (1.67): Removed some second level leftovers from
2423         the old Highlighting API.
2425 2003-05-04 13:20  yooden
2427         * doc/help.etx (1.46), source/file.c (1.64), source/help_data.h
2428         (1.43), source/help_topic.h (1.36), source/menu.c (1.75): Fixes SF
2429         #617840: Append Line Feed on Save The buffer now reflects that a
2430         line is added on save.
2432 2003-05-03 22:45  yooden
2434         * doc/help.etx (1.45), source/help_data.h (1.42),
2435         source/help_topic.h (1.35), source/macro.c (1.66): Removes old
2436         Highlighting Information API; fixes some inconsistencies in the
2437         Highlighting Information API; adds deprecated section to macro
2438         section in online help.
2440 2003-05-03 09:15  edg
2442         * util/misc.c (1.54): Made translation table for mouse wheel
2443         static, as suggested by Scott.
2445 2003-05-02 19:19  edg
2447         * source/highlightData.c (1.45), source/nedit.c (1.45),
2448         source/search.c (1.56), source/shell.c (1.25), source/smartIndent.c
2449         (1.26), source/userCmds.c (1.32), util/fontsel.c (1.25),
2450         util/getfiles.c (1.25), util/managedList.c (1.12), util/misc.c
2451         (1.53), util/misc.h (1.18): Committed SF #715941: File dialog wheel
2452         support (generalized to all scrolled widgets, except main text
2453         area, which already had support).
2455 2003-05-02 18:25  edg
2457         * source/rangeset_fn.h (1.4): Obsolete due to new rangeset API.
2459 2003-05-02 18:18  edg
2461         * doc/help.etx (1.44), makefiles/Makefile.depend (1.4),
2462         source/Makefile.dependencies (1.21), source/help_data.h (1.41),
2463         source/help_topic.h (1.34), source/highlightData.c (1.44),
2464         source/macro.c (1.65), source/rangeset.c (1.4), source/rangeset.h
2465         (1.2), source/rangeset_fn.h (1.3), source/textBuf.c (1.27),
2466         source/textBuf.h (1.14), source/textDisp.c (1.50),
2467         util/Makefile.dependencies (1.7): Committed patch #628933: New
2468         rangeset API. (Including the fix of SF #728988: rangeset_add of
2469         empty range works - bad!) Users of range sets will have to update
2470         their macros.
2472 2003-04-24 17:20  edg
2474         * source/menu.c (1.74): Crash fix: setting NEDIT_HOME to /dev/null
2475         caused a coredump because the PrevOpen array never got initialized
2476         in that case.
2478 2003-04-24 11:47  edg
2480         * source/nedit.c (1.44), util/DialogF.c (1.27), util/DialogF.h
2481         (1.9), util/fileUtils.c (1.30): Various fixes related to SF
2482         #488412: doOpen() flaws.
2484 2003-04-24 08:57  edg
2486         * source/highlightData.c (1.43): Updated LaTeX highlight patterns
2487         provided by Joerg (SF #607072: Syntax highlight failure in LaTeX).
2489 2003-04-24 08:26  edg
2491         * source/menu.c (1.73): Fix for SF #726325: goto_line_number only
2492         accepts 1 arg
2494 2003-04-18 01:07  n8gray
2496         * source/calltips.c (1.5), source/calltips.h (1.2),
2497         source/help_data.h (1.40), source/help_topic.h (1.33),
2498         source/text.c (1.40), source/text.h (1.15), source/textDisp.c
2499         (1.49), source/textDisp.h (1.21), source/textP.h (1.8),
2500         doc/help.etx (1.43): Setting "nedit*background: blue" should not
2501         change the background of calltips.  This change makes calltips get
2502         their colors from nedit*calltipForeground and
2503         nedit*calltipBackground.
2505 2003-04-17 21:46  n8gray
2507         * source/: nedit.c (1.43), nedit.h (1.37), preferences.c (1.88),
2508         text.c (1.39): Applied color migration patch.  IMPORTANT:  Remember
2509         to move the call to migrateColorResources into the "convert to 5.4"
2510         area before releasing 5.4!!!
2512 2003-04-17 09:03  edg
2514         * source/: macro.c (1.64), smartIndent.c (1.25): Fix for SF
2515         #602336: Wrong Initialization Order and SF #628552: Startup
2516         sequence. Macro file is now loaded before smart indent macros are
2517         processed.
2519 2003-04-15 23:03  yooden
2521         * source/help.c (1.92): Whitespace only.
2523 2003-04-15 20:00  yooden
2525         * doc/help.etx (1.42), source/help_data.h (1.39),
2526         source/help_topic.h (1.32): Small documentation fixes.
2528 2003-04-10 20:28  edg
2530         * source/calltips.c (1.4), util/misc.c (1.52), util/misc.h (1.17):
2531         Fix for SF #602260: Calltips crashes. Calltip popup shells now
2532         inherit the proper visual and color depth.
2534 2003-04-10 20:08  tringali
2536         * source/help.c (1.91): Help text was allocating colors
2537         incorrectly, making help text invisible when running with a
2538         non-default Visual.  Don't assume "black" is help text color!
2540 2003-04-10 18:47  tringali
2542         * source/: text.c (1.38), text.h (1.14), textP.h (1.7), window.c
2543         (1.80): Fix upside-down GetPrefTypingHidesPointer dependency -- the
2544         window code should be setting into the text widget, instead of the
2545         text widget getting it directly from preferences.
2547 2003-04-10 18:39  tringali
2549         * source/parse.y (1.24): #include <stdlib.h> to avoid warnings on
2550         some systems about no malloc proto.
2552 2003-04-10 18:37  tringali
2554         * util/utils.c (1.20): Don't quit if getpwuid() fails.  It can fail
2555         if some nameservices are not responding through no fault of the
2556         user.
2558 2003-04-10 17:58  edg
2560         * source/Makefile.dependencies (1.20): Updated dependencies.
2562 2003-04-10 17:37  edg
2564         * util/DialogF.c (1.26): Warning fix.
2566 2003-04-10 09:39  edg
2568         * source/file.c (1.63): Added some missing fclose() calls in
2569         IncludeFile().
2571 2003-04-09 14:56  edg
2573         * source/file.c (1.62): Aaargh. Another few missing commas.
2575 2003-04-09 14:53  edg
2577         * source/file.c (1.61): Added another few missing commas in DialogF
2578         calls.
2580 2003-04-09 13:52  edg
2582         * source/file.c (1.60): Added missing comma in DialogF call.
2584 2003-04-08 23:47  yooden
2586         * source/help.c (1.90): Added one missing DialogF() title.
2588 2003-04-08 08:54  edg
2590         * source/: highlight.c (1.41), menu.c (1.72), preferences.c (1.87),
2591         smartIndent.c (1.24): Fixed indentation inconsistencies and dialog
2592         title typos.
2594 2003-04-07 22:51  yooden
2596         * source/file.c (1.59), source/highlight.c (1.40),
2597         source/highlightData.c (1.42), source/macro.c (1.63), source/menu.c
2598         (1.71), source/preferences.c (1.86), source/search.c (1.55),
2599         source/selection.c (1.24), source/shell.c (1.24), source/shift.c
2600         (1.14), source/smartIndent.c (1.23), source/tags.c (1.49),
2601         source/userCmds.c (1.31), util/DialogF.c (1.25), util/DialogF.h
2602         (1.8), util/fileUtils.c (1.29), util/fontsel.c (1.24), util/misc.c
2603         (1.51), util/printUtils.c (1.22): The Sore Hands Patch: Added
2604         dialog title to DialogF().
2606 2003-04-06 00:46  yooden
2608         * source/highlightData.c (1.41), source/macro.c (1.62),
2609         source/menu.c (1.70), source/preferences.c (1.85),
2610         source/smartIndent.c (1.22), source/userCmds.c (1.30),
2611         util/printUtils.c (1.21): Some changed dialog titles, error
2612         messages and general code beautification.
2614 2003-04-03 19:05  jlous
2616         * source/file.c (1.58), source/macro.c (1.61), source/nedit.h
2617         (1.36), source/preferences.c (1.84), source/window.c (1.79),
2618         util/fileUtils.c (1.28), util/fileUtils.h (1.10), util/prefFile.c
2619         (1.19): Committing patch 621211, accepting foreign linebreaks in
2620         prefs- and macro files.
2622 2003-04-03 15:45  edg
2624         * source/window.c (1.78): Fix for SF #713780: flickers during macro
2625         execution. (Uwe Lehnert)
2627 2003-03-26 16:36  edg
2629         * source/textDisp.c (1.48): Reverted some of the unnecessary (and
2630         seemingly invalid) changes related to the cursor GC introduced in
2631         version 1.46. (SF #710124).
2633 2003-03-26 10:40  edg
2635         * source/textDisp.c (1.47): Yesterday's clipping changes were not
2636         ok: the gutter between the line numbers and the text area could be
2637         filled with character fragments. Clipping ranges are now adjusted
2638         when line numbers are drawn.
2640 2003-03-25 18:31  n8gray
2642         * source/: textDisp.c (1.46), textDisp.h (1.20): Committing edg's
2643         patch to fix usage of shared GCs.
2645 2003-03-25 01:33  n8gray
2647         * source/textDisp.c (1.45): Fixed line number color problems. 
2648         Stupid cut & paste error...
2650 2003-03-24 23:56  yooden
2652         * source/nedit.c (1.42): Paranoid protection against pathological
2653         language settings.
2655 2003-03-24 17:05  edg
2657         * source/: menu.c (1.69), nedit.h (1.35), window.c (1.77): Fix for
2658         SF bug #564782: Show Path in Windows Menu
2660 2003-03-24 16:20  tringali
2662         * source/nedit.c (1.41): Account for LANG being unset.
2664 2003-03-21 18:51  n8gray
2666         * source/: textDisp.c (1.44), window.c (1.76): Fixing 2 color
2667         problems.  1: Changing line number GC properties affected *all*
2668         buffers.  2: New panes used default text area colors instead of
2669         their window's.
2671 2003-03-21 18:31  tringali
2673         * source/: nedit.c (1.40), help.c (1.89): Avoid crash when running
2674         under a UTF-8 locale, and display locale in help.
2676 2003-03-21 18:22  edg
2678         * source/: preferences.c (1.83), smartIndent.c (1.21),
2679         smartIndent.h (1.6): Fix for SF bug #439867: Language mode renaming
2680         bug.
2682 2003-03-20 13:23  edg
2684         * makefiles/Makefile.sco (1.5): Typo fix (SF #689808: SCO makefile
2685         error).
2687 2003-03-20 13:05  edg
2689         * util/fontsel.c (1.23): Removed some unused variables (gcc
2690         warnings).
2692 2003-03-20 13:02  edg
2694         * source/: help.c (1.88), highlight.c (1.39), highlight.h (1.10),
2695         textDisp.c (1.43): Fix for SF #700823: Nedit crash after highlight
2696         Perl-Syntax on OS/390.  Made the syntax highlighting style
2697         information independent of the character coding (ASCII or EBCDIC).
2699 2003-03-18 10:58  edg
2701         * util/managedList.c (1.11): Fix for SF #705495: Crash while
2702         Copying Pattern.
2704 2003-03-14 22:27  n8gray
2706         * doc/help.etx (1.41), source/help_data.h (1.38),
2707         source/help_topic.h (1.31), source/preferences.c (1.82): Added a
2708         warning label to the color dialog and changed help text to make it
2709         more clear that foreground colors only apply when syntax
2710         highlighting is disabled.
2712 2003-03-13 09:11  n8gray
2714         * util/fontsel.c (1.22): Hide the sample when the "Show
2715         Proportional Fonts" toggle is toggled and the font selection is
2716         cleared.  Also added a prototype for enableSample().
2718 2003-03-12 18:33  n8gray
2720         * util/fontsel.c (1.21): Tabs -> Spaces
2721         
2722         If you want a shock, turn on backlighting, set tabs to a slightly
2723         off-background color, and edit just about any file in the NEdit
2724         project.
2726 2003-03-12 18:03  n8gray
2728         * util/fontsel.c (1.20): Fixed clearing of sample field when "show
2729         proportional fonts" was toggled.  Hide sample text when font
2730         selection is invalid.
2732 2003-03-07 19:52  n8gray
2734         * source/preferences.c (1.81): Made helper function addColorGroup()
2735         static.
2737 2003-03-07 19:46  n8gray
2739         * source/preferences.c (1.80): Using XtSetMappedWhenManaged to
2740         show/hide the error labels in the color dialog.  Thanks Scott!
2742 2003-03-07 01:50  n8gray
2744         * doc/help.etx (1.40), source/help_data.h (1.37),
2745         source/help_topic.h (1.30), source/preferences.c (1.79): Duh. 
2746         Forgot to save before the last commit.  Also changed docs to
2747         reflect new labels in color dialog.
2749 2003-03-07 01:34  n8gray
2751         * source/preferences.c (1.78): Minor labelsmithing on color dialog.
2753 2003-03-07 01:07  n8gray
2755         * source/preferences.c (1.77): Using a more reliable hack for
2756         showing/hiding the (Invalid!) labels in the color dialog.  To hide
2757         it I set its fg color to its bg color.  To unhide it I restore the
2758         fg color from its parent.  This way the label's width doesn't
2759         change, solving the potential visual bug mentioned in my previous
2760         commit.
2761         
2762         I tried changing the label from a gadget to a widget but the
2763         XtMap/UnmapWidget functions still failed.  Oh well, this works ok.
2765 2003-03-05 23:50  n8gray
2767         * doc/help.etx (1.39), source/help_data.h (1.36),
2768         source/help_topic.h (1.29), source/menu.c (1.68), source/nedit.h
2769         (1.34), source/preferences.c (1.76), source/preferences.h (1.32),
2770         source/textDisp.c (1.42), source/textDisp.h (1.19), source/window.c
2771         (1.75), source/window.h (1.12), util/fontsel.c (1.19),
2772         util/fontsel.h (1.8): Adding the color dialog and documentation. 
2773         Also adds a colored, editable text field to the font browser
2774         dialog.
2775         
2776         There's a potential minor visual bug depending on the user's fonts.
2777          I've tried to fix it but can't seem to figure it out.  Search for
2778         XXX in preferences.c for details.
2780 2003-02-20 17:30  arnef
2782         * source/: file.c (1.57), nc.c (1.33), server.c (1.21): Fixed
2783         problem with processing of nc command line.
2785 2003-02-18 20:17  tringali
2787         * util/misc.c (1.50): Set group hint so that recent versions of
2788         Sawfish will group windows together.
2790 2003-02-17 01:51  n8gray
2792         * source/Makefile.common (1.14): Added parse.c target so that build
2793         falls back to parse_noyacc.c if neither bison nor yacc can be
2794         found. See:
2795         http://www.nedit.org/archives/develop/2002-Apr/0512.html for a
2796         discussion of this issue.
2798 2003-02-15 02:33  yooden
2800         * source/file.c (1.56), util/getfiles.c (1.24), util/misc.c (1.49),
2801         util/getfiles.h (1.6): Removed GetNewFilename()
2803 2003-02-15 01:06  yooden
2805         * source/preferences.h (1.31): Removed double function
2806         declarations.
2808 2003-01-14 22:36  n8gray
2810         * source/tags.c (1.48): Added a private lineEmpty function for use
2811         when loading calltips files.  Also fixed bug where calltip position
2812         modifiers weren't reset when tips were posted by means other than
2813         the calltip macro subroutine.
2815 2003-01-14 09:50  edg
2817         * source/regularExp.c (1.21): Fix for \S, \W, \L, and \D
2818         erroneously matching on \0.
2820 2003-01-10 15:33  tringali
2822         * source/: window.c (1.74), nedit.c (1.39), text.c (1.37): Apply
2823         the "frame around text area" patch and associated geometry fixes. 
2824         Looks right when the background is light-colored (default), less so
2825         if you use a dark background.  Can be disabled with resources if
2826         you don't like it.
2828 2003-01-10 15:32  tringali
2830         * source/file.c (1.55): Fix to prevent file dialog from growing
2831         wider than the screen.  This is needed for window managers that do
2832         not respect XmNmaxWidth (sawfish, twm, fvwm).
2834 2003-01-10 15:29  tringali
2836         * util/: getfiles.c (1.23), misc.c (1.48): Prevent the file dialog
2837         from getting bigger than screen.  This fix is for window managers
2838         that do not respect XmNmaxWidth (sawfish, twm, fvwm).
2840 2003-01-07 22:37  tringali
2842         * doc/: nedit.doc (1.37), nedit.html (1.31): Remove autogenerated
2843         files from CVS to reduce conflicts.  They are now automatically
2844         generated by the cron script for the website snapshot.
2846 2003-01-06 15:36  edg
2848         * source/smartIndent.c (1.20): Bug fix: garbage collection could be
2849         triggered during smart indent newline macro (very old copy & paste
2850         error).
2852 2003-01-02 02:02  yooden
2854         * doc/nedit.doc (1.36), doc/nedit.html (1.30), source/help_data.h
2855         (1.35), source/help_topic.h (1.28): Updated reference to regex book
2856         part two.
2858 2003-01-02 01:48  yooden
2860         * doc/help.etx (1.38): Updated Reference to Regex book.
2862 2003-01-01 15:57  edg
2864         * source/smartIndent.c (1.19): Fix for crash bug reported @develop:
2865         newline macro inserting a string caused a recursive loop when
2866         triggered through smart indent.
2868 2002-12-13 17:23  edg
2870         * doc/Makefile (1.4): Added targets to regenerate the FAQ and build
2871         the FAQ distribution.
2873 2002-12-13 17:20  edg
2875         * doc/: faq.txt (1.4), faq.xml (1.5): Added a Q&A about the changed
2876         binding of KP Enter (execute command line).
2878 2002-12-12 17:26  slobasso
2880         * source/text.h (1.13): Remove warnings on hpux 10.20 compiler.
2882 2002-12-12 17:26  slobasso
2884         * source/selection.c (1.23): Cleanup string to int conversion.
2886 2002-12-12 17:26  slobasso
2888         * source/: search.c (1.54), search.h (1.18): Centralize string to
2889         enum conversions for search_type.
2891 2002-12-12 17:26  slobasso
2893         * source/parse_noyacc.c (1.5): Match changes in parse.y
2895 2002-12-12 17:25  slobasso
2897         * source/parse.y (1.23): Move string constant code into function
2898         InstallStringConstSymbol.
2900 2002-12-12 17:25  slobasso
2902         * source/nedit.h (1.33): New macro TYPE_INT_STR_SIZE to determine a
2903         safe string size for integer-like types.
2905 2002-12-12 17:25  slobasso
2907         * source/macro.c (1.60): More macro failure macros and new macro
2908         call valid_number.  Use of new macro TYPE_INT_STR_SIZE and
2909         PERM_ALLOC_STR.  Add optional index to rangeset_defined.
2911 2002-12-12 17:25  slobasso
2913         * source/interpret.h (1.12): New macro PERM_ALLOC_STR for static
2914         strings that look allocated and move StringToNum global for
2915         verification code.  New call InstallStringConstSymbol and move
2916         DataValue.tag to an enum.
2918 2002-12-12 17:25  slobasso
2920         * source/interpret.c (1.32): Use of new macro PERM_ALLOC_STR for
2921         static strings that look allocated and move StringToNum global for
2922         verification code.  New call InstallStringConstSymbol cleanup of
2923         macro debug code with new stack dump. Rewrite SwapCode without
2924         allocations.  Use of TYPE_INT_STR_SIZE for int string size. Fixes
2925         to grabage collection to allow for PERM_ALLOC_STR and catch mod by
2926         0 errors.
2928 2002-12-12 17:25  slobasso
2930         * source/highlightData.c (1.40): New nedit macro call valid_number.
2932 2002-12-12 17:25  slobasso
2934         * doc/help.etx (1.37), doc/nedit.doc (1.35), doc/nedit.html (1.29),
2935         source/help_data.h (1.34): Add optional index to rangeset_defined
2936         and new function valid_number.
2938 2002-12-11 18:24  tringali
2940         * util/misc.c (1.47): Avoid a 5-second hang when posting a dialog
2941         with certain window managers (Sawfish)
2943 2002-12-10 13:16  edg
2945         * source/nc.c (1.32): Dropped support for reading preferences from
2946         a .nc file. It was entirely undocumented and probably never used by
2947         anyone (and it didn't work anymore since the introduction of the
2948         NEDIT_HOME patch).
2950 2002-12-10 12:29  edg
2952         * source/nc.c (1.31): Fixed a bug in yesterday's bug fix: macro
2953         commands could be executed twice when a new server was started.
2955 2002-12-09 17:55  edg
2957         * source/nedit.c (1.38): Fix for SF #649442: Dangerous shell
2958         command. Changed the shortcut for "Execute Command Line" from "KP
2959         Enter" to "Ctrl+KP Enter" to avoid accidental execution of
2960         arbitrary commands.
2962 2002-12-09 17:18  edg
2964         * source/nc.c (1.30): Fixed various command line argument passing
2965         bugs introduced by the nc -wait patch (-icon, -geometry, -lm, ...
2966         were dropped when a new file was opened and/or a new server was
2967         started).
2969 2002-12-08 09:29  yooden
2971         * source/: highlight.c (1.38), highlightData.c (1.39), macro.c
2972         (1.59), rangeset.c (1.3), search.c (1.53): Some code cleanup and
2973         removal of development artefacts.
2975 2002-12-04 12:30  edg
2977         * source/macro.c (1.58): Added boundary checks to searchStringMS()
2978         to avoid illegal memory accesses when passing a too large or
2979         negative starting position to the search_string() macro.
2981 2002-12-02 15:59  tringali
2983         * Makefile (1.9): Removed "doc" from default target so users
2984         without Perl can build.  (We need a "developer only" target or mode
2985         to do this right.)
2987 2002-11-28 23:22  yooden
2989         * source/macro.c (1.57), source/menu.c (1.67), source/preferences.c
2990         (1.75), util/prefFile.c (1.18), util/utils.c (1.19), util/utils.h
2991         (1.11): Fixes the bug in the preference file name algorithm
2992         reported by Scott in develop@.
2994 2002-11-22 18:18  tringali
2996         * util/misc.c (1.46): Constrain maximum size of dialogs so they
2997         aren't bigger than the screen.  (Slightly modified from Eddy's
2998         original version.)
3000 2002-11-22 17:51  edg
3002         * source/window.c (1.73): Minor improvement in the virtual key
3003         binding parsing: ignore comment lines.
3005 2002-11-19 18:05  edg
3007         * source/: highlight.c (1.37), regularExp.c (1.20), search.c
3008         (1.52), textBuf.c (1.26), textBuf.h (1.13): Fixes for SF bugs
3009         #515120 (changed behaviour of search?) and #429110 (RegEx search
3010         bugs at end of buffer) and a cleanup of the SearchWindow function.
3012 2002-11-15 12:21  edg
3014         * doc/setext (1.10): Minor backward compatibility fix for older
3015         Perl version (5.004).
3017 2002-11-13 21:59  tringali
3019         * source/: help_data.h (1.33), help_topic.h (1.27): - Change help
3020         version to 5.4DEV
3022 2002-11-13 21:58  tringali
3024         * source/: calltips.c (1.3), text.h (1.12), textDisp.c (1.41):
3025         Don't #include "textP.h" where we can get away with it.
3027 2002-11-13 21:58  tringali
3029         * source/help.c (1.87): Clean up #ifdef of HAVE__XMVERSIONSTRING
3030         and reorder visual info
3032 2002-11-13 21:58  tringali
3034         * source/highlightData.c (1.38): - Fix indentation, labels, and
3035         mnemonics in highlightData.c
3037 2002-11-13 21:57  tringali
3039         * source/: nedit.c (1.37), preferences.c (1.74): - Fix defaults
3040         fonts to specify iso8859-1, for RH7.3.
3042 2002-11-13 17:56  edg
3044         * source/: highlightData.c (1.37), regularExp.c (1.19): Implemented
3045         the more conventional word boundary semantics for regular
3046         expressions and adapted the built-in highlight patterns to the
3047         changed semantics (the latter is largely automated).
3049 2002-11-12 10:04  ajhood
3051         * doc/help.etx (1.36), doc/nedit.doc (1.34), doc/nedit.html (1.28),
3052         source/help.c (1.86), source/help_data.h (1.32),
3053         source/help_topic.h (1.26): Document default value of
3054         nedit.backlightCharTypes Stop *backlightCharTypes in .Xdefaults
3055         etc. affecting Help
3057 2002-11-08 20:22  edg
3059         * source/: comnedit.com (1.9), highlight.c (1.36), highlight.h
3060         (1.9), lnknedit.com (1.7), macro.c (1.56), menu.c (1.66), nedit.h
3061         (1.32), preferences.c (1.73), preferences.h (1.30), rangeset.c
3062         (1.2), rangeset_fn.h (1.2), server_common.c (1.3), text.h (1.11),
3063         textDisp.h (1.18): VMS compilation and linking fixes (Michael
3064         Smith).
3066 2002-11-08 16:53  slobasso
3068         * source/macro.c (1.55): Removed unused variables and fixed error
3069         macro.
3071 2002-10-31 16:08  edg
3073         * doc/help.etx (1.35), doc/nc.man (1.6), doc/nedit.doc (1.33),
3074         doc/nedit.html (1.27), source/help_data.h (1.31),
3075         source/help_topic.h (1.25), source/nc.c (1.29): Fix for invalid
3076         atom usage after time-out.  Made the nc time-out configurable
3077         (-timeout <seconds> command line option and nc.timeOut X resource)
3078         + documentation updates.
3080 2002-10-30 11:44  edg
3082         * ChangeLog (1.29): Minor correction.
3084 2002-10-30 11:42  edg
3086         * ChangeLog (1.28): Removed lots of duplicate entries and added
3087         lots of missing entries.  (Apparently, a merge has gone wrong a few
3088         months ago).
3090 2002-10-30 11:11  edg
3092         * ChangeLog (1.27): Update.
3094 2002-10-29 15:49  edg
3096         * source/server.c (1.20): Fix for crash when sending a macro
3097         command to the server through nc, while another command is still
3098         running. New commands for a window are now rejected when it is
3099         already running a macro (beeps).
3101 2002-10-26 00:06  yooden
3103         * util/: utils.c (1.18), utils.h (1.10): Fixes wrong declaration
3104         and documentation, adds missing Copyright line.
3106 2002-10-16 17:28  n8gray
3108         * source/: preferences.c (1.72), preferences.h (1.29), window.c
3109         (1.72): Don't switch to PLAIN mode before closing a window just to
3110         force unloading of calltips files -- it's slow!
3111         
3112         Also fixed a potentially erroneous error message in
3113         reapplyLanguageMode.
3115 2002-10-15 11:00  ajhood
3117         * doc/help.etx (1.34), doc/nedit.doc (1.32), doc/nedit.html (1.26),
3118         source/help_data.h (1.30), source/help_topic.h (1.24),
3119         source/highlight.c (1.35), source/highlight.h (1.8),
3120         source/highlightData.c (1.36), source/highlightData.h (1.10),
3121         source/interpret.c (1.31), source/interpret.h (1.11),
3122         source/macro.c (1.54), source/preferences.c (1.71),
3123         source/preferences.h (1.28), source/textDisp.c (1.40),
3124         source/textDisp.h (1.17): Tony's backlight/highlight and SF bug
3125         619234 fixes
3127 2002-10-14 18:41  n8gray
3129         * source/: text.c (1.36), textBuf.c (1.25), textBuf.h (1.12),
3130         textDisp.c (1.39), textSel.c (1.11): Committing patch for
3131         keyboard-based rectangular selection.
3133 2002-10-13 15:53  yooden
3135         * doc/help.etx (1.33), doc/nedit.doc (1.31), doc/nedit.html (1.25),
3136         source/help_data.h (1.29), source/help_topic.h (1.23): Another tiny
3137         doc patch. (Thanks Yury)
3139 2002-10-12 13:33  yooden
3141         * doc/help.etx (1.32), doc/nedit.doc (1.30), doc/nedit.html (1.24),
3142         source/help_data.h (1.28), source/help_topic.h (1.22): Fixes small
3143         documentation bug.
3145 2002-10-10 22:04  slobasso
3147         * source/macro.c (1.53): fix comment typo
3149 2002-10-07 19:39  arnef
3151         * source/nc.c (1.28): Fix for bug 619231 -  nc hangs after
3152         crash/kill Generate a property change event to break a deadlock.
3154 2002-10-07 16:19  edg
3156         * source/search.c (1.51): Fix for crash bug when search string is
3157         too long in search and replace dialogs (triggered when
3158         nedit.findReplaceUsesSelection was True and a long selection was
3159         made), reported through the discuss list.
3161 2002-10-04 23:21  slobasso
3163         * source/: macro.c (1.52), tags.c (1.47): remove compiler warnings
3165 2002-10-01 23:45  n8gray
3167         * doc/help.etx (1.31), doc/nedit.doc (1.29), doc/nedit.html (1.23),
3168         source/help_data.h (1.27), source/help_topic.h (1.21): Added
3169         documentation for column argument to goto_line_number and the goto
3170         line dialog.
3172 2002-09-27 12:19  ajhood
3174         * source/preferences.c (1.70): set default value for
3175         nedit.backlightCharTypes
3177 2002-09-26 12:37  ajhood
3179         * doc/NEdit.ad (1.3), doc/README.FAQ (1.3), doc/faq-txt-pass2.xsl
3180         (1.3), doc/faq-txt.awk (1.3), doc/faq-txt.dtd (1.3),
3181         doc/faq-txt.xsl (1.3), doc/faq.dtd (1.3), doc/faq.txt (1.3),
3182         doc/faq.xml (1.4), doc/faq.xsl (1.3), doc/help.etx (1.30),
3183         doc/nedit.doc (1.28), doc/nedit.html (1.22), doc/setext (1.9),
3184         doc/setext-info.txt (1.3), makefiles/Makefile.depend (1.3),
3185         source/Makefile.common (1.13), source/help.c (1.85),
3186         source/help_data.h (1.26), source/help_topic.h (1.20),
3187         source/highlight.c (1.34), source/highlight.h (1.7),
3188         source/highlightData.c (1.35), source/highlightData.h (1.9),
3189         source/macro.c (1.51), source/menu.c (1.65), source/nedit.h (1.31),
3190         source/parse.y (1.22), source/preferences.c (1.69),
3191         source/preferences.h (1.27), source/smartIndent.c (1.18),
3192         source/tags.c (1.46), source/text.c (1.35), source/text.h (1.10),
3193         source/textBuf.c (1.24), source/textBuf.h (1.11), source/textDisp.c
3194         (1.38), source/textDisp.h (1.16), source/textP.h (1.6),
3195         source/window.c (1.71), source/window.h (1.11),
3196         source/windowTitle.c (1.9), util/fileUtils.c (1.27), util/misc.c
3197         (1.45), util/printUtils.c (1.20): backlight/rangeset patch from
3198         Josef Maier and Tony Balinski, ported to CVS by Andy Hood.
3200 2002-09-26 12:04  ajhood
3202         * Makefile (1.8): auto-rebuild help.doc, help.html and help_*.h If
3203         someone can explain how CVS didn't accept the previous commit tell
3204         me.
3206 2002-09-26 11:45  ajhood
3208         * source/: rangeset.c (1.1), rangeset.h (1.1), rangeset_fn.h (1.1):
3209         New files for backlight/rangeset.
3211 2002-09-26 10:24  ajhood
3213         * doc/Makefile (1.3): auto-rebuild help.doc, help.html and help_*.h
3214         if any of the prerequisites change
3216 2002-09-26 10:22  ajhood
3218         * README (1.30): Add comments on -DHAVE__XMVERSIONSTRING compile
3219         option.
3221 2002-09-26 10:01  ajhood
3223         * makefiles/: Makefile.aix (1.6), Makefile.bsdi (1.4),
3224         Makefile.ccur (1.4), Makefile.convex (1.4), Makefile.cygwin (1.5),
3225         Makefile.dcosx (1.4), Makefile.dec (1.5), Makefile.freebsd (1.4),
3226         Makefile.generic (1.9), Makefile.hpux (1.4), Makefile.linux (1.9),
3227         Makefile.lynx (1.5), Makefile.m88k.svr4 (1.4), Makefile.macosx
3228         (1.3), Makefile.netbsd (1.4), Makefile.openbsd (1.2), Makefile.os2
3229         (1.13), Makefile.osf (1.5), Makefile.qnx (1.2), Makefile.reliant
3230         (1.4), Makefile.sco (1.4), Makefile.sgi (1.4), Makefile.solaris
3231         (1.8), Makefile.sunos (1.4), Makefile.superux (1.4), Makefile.uhc
3232         (1.4), Makefile.ultrix (1.4), Makefile.unicos (1.6),
3233         Makefile.unixware (1.5): Add comments on -DHAVE__XMVERSIONSTRING
3234         compile option.
3236 2002-09-25 10:56  edg
3238         * doc/help.etx (1.29), source/file.c (1.54), source/help_data.h
3239         (1.25), source/help_topic.h (1.19), source/menu.c (1.64),
3240         source/nedit.h (1.30), source/preferences.c (1.68),
3241         source/preferences.h (1.26), source/textBuf.c (1.23),
3242         source/textBuf.h (1.10), source/window.c (1.70): Committed SF patch
3243         #602426: Check for real changes of ext. mod files.  The additional
3244         check is on by default, and a mode message appears if comparison
3245         takes more than 1 second.
3247 2002-09-23 12:06  edg
3249         * source/userCmds.c (1.29), util/misc.c (1.44), util/misc.h (1.16):
3250         Fix for SF #612558: Macro shortcuts still NumLock sensitive.  Lock
3251         and NumLock are now ignored when entering an accelerator.
3253 2002-09-23 11:16  edg
3255         * util/getfiles.c (1.22): Fix for SF bug #613092: Open file
3256         browsing works incorrect.  Keystroke history is now reset after
3257         each list refresh.
3259 2002-09-18 20:17  arnef
3261         * source/search.c (1.50): Fixing error in initial commit of 'nc
3262         -wait' patch.  Removing a XtDispatchEvent() that shouldn't have
3263         been there.
3265 2002-09-17 09:01  edg
3267         * source/server_common.c (1.2): Fix for SF bug #610438: Committing
3268         patch 403647 causes link fail.  Replaced XGetAtomNames() by a loop
3269         using XGetAtomName().
3271 2002-09-13 08:28  edg
3273         * source/preferences.c (1.67): Fix for SF bug #608693: coredump
3274         with -tabs option.  The tab distance is now clipped within its
3275         valid range.
3277 2002-09-11 18:59  arnef
3279         * source/Makefile.common (1.12), source/Makefile.dependencies
3280         (1.19), source/file.c (1.53), source/macro.c (1.50), source/nc.c
3281         (1.27), source/nedit.h (1.29), source/preferences.c (1.66),
3282         source/search.c (1.49), source/selection.c (1.22), source/server.c
3283         (1.19), source/server.h (1.5), source/server_common.c (1.1),
3284         source/server_common.h (1.1), source/window.c (1.69),
3285         util/Makefile.dependencies (1.6): Committing the 'nc -wait' patch
3286         (SF #403647).
3288 2002-09-10 12:17  ajhood
3290         * doc/nedit.doc (1.27), doc/nedit.html (1.21), source/help_data.h
3291         (1.24), source/help_topic.h (1.18): I too can forget to do commit
3292         the generated files.
3294 2002-09-10 12:10  ajhood
3296         * doc/help.etx (1.28), source/help.c (1.84): Adds visual info to
3297         version [eg Visual: Id 0x23 TrueColor 24 bit (Default)] Allows use
3298         of _XmVersionString. Add -DHAVE__XMVERSIONSTRING compile option,
3299         and if it doesn't link, you don't have it. (This may be exported by
3300         Motif but there is no header to tell you if it is there or not.)
3302 2002-09-06 19:21  n8gray
3304         * source/calltips.c (1.2): Changing calltip label widget name from
3305         "calltipW" back to "calltip" so that resources work as advertised.
3307 2002-09-06 19:13  n8gray
3309         * doc/help.etx (1.27), doc/nedit.doc (1.26), doc/nedit.html (1.20),
3310         source/Makefile.common (1.11), source/Makefile.dependencies (1.18),
3311         source/calltips.c (1.1), source/calltips.h (1.1),
3312         source/help_data.h (1.23), source/help_topic.h (1.17),
3313         source/macro.c (1.49), source/tags.c (1.45), source/tags.h (1.13),
3314         source/text.c (1.34), source/textDisp.c (1.37), source/textDisp.h
3315         (1.15): New features:     Positioning of calltips can be controlled
3316         more precisely using optional     arguments to calltip().  These
3317         include "center", "right", "above", and     "strict".  Non-strict,
3318         non-anchored calltips will always show up *somewhere*     on-screen
3319         even if the cursor is not on-screen.
3320         
3321         Modifications:     Refactored calltip UI code into calltips.c/.h. 
3322         Updated help files,     makefiles, and dependencies.  Cleaned up
3323         tags.c/.h somewhat.
3325 2002-09-05 23:17  slobasso
3327         * source/: interpret.c (1.30), parse.y (1.21), parse_noyacc.c
3328         (1.4): made the following work when arrayaExpression is anything
3329         that returns an array as the result: for (x in arrayaExpression) {
3330         }
3332 2002-09-05 23:15  slobasso
3334         * source/nedit.c (1.36): fixed Cardinal vs int compare warning.
3336 2002-09-05 17:48  tringali
3338         * doc/help.etx (1.26), source/nedit.c (1.35), util/misc.c (1.43),
3339         util/misc.h (1.15): Acquire default colors and fonts from the
3340         environment if using the default visual.
3342 2002-09-04 08:40  n8gray
3344         * source/: tags.c (1.44), textDisp.c (1.36): Minor cleanup of
3345         tags.c (it could use a lot more).
3346         
3347         Also improved calltips so that they try not to go off the edges of
3348         the screen.  Thanks to TK, from whom I stole much code.  Since he
3349         stole his tooltip code from me, the circle is complete.  :^)
3351 2002-09-04 05:58  n8gray
3353         * source/: textDisp.c (1.35), textDisp.h (1.14): Calltips should
3354         finally update on any vertical cursor movement!  Plus, non-
3355         anchored calltips maintain their X positions on redrawing.  Also, I
3356         found out that textD->cursorX/cursorY are *not* a reliable way to
3357         get the X/Y positions of the insertion point, so other potential
3358         calltips bugs might be fixed.
3359         
3360         This is one of those nice commits where I've removed almost as many
3361         lines as I've added.  :^)
3363 2002-09-03 01:10  n8gray
3365         * source/: file.c (1.52), nedit.h (1.28), window.c (1.68): This
3366         should fix the worst of the problems in file.c.  There are still
3367         potential problems if you lose read permission on a file as you're
3368         editing it, but I wanted to commit what's done so far.
3370 2002-09-02 23:18  n8gray
3372         * source/textDisp.c (1.34): Fixing problem where scroll-wheel-down
3373         on empty files caused erroneous scrolling.  It was a problem with
3374         mixing Cardinal (unsigned) and signed values.  I took the approach
3375         of casting cursorVPadding to int before using it, since it's nice
3376         to have Xt reject negative values automatically.
3378 2002-09-02 08:55  edg
3380         * source/textDisp.c (1.33): Fix for crash bug reported through
3381         develop@: regex bug using ^.* BufCopyFromBuf() could be called with
3382         invalid paramaters in continous wrapping mode.
3384 2002-08-31 15:14  yooden
3386         * doc/help.etx (1.25), doc/nedit.doc (1.25), doc/nedit.html (1.19),
3387         doc/setext (1.8), doc/setext-info.txt (1.2), source/help_data.h
3388         (1.22): Another help update, some setext documentation and a minor
3389         setext change.
3391 2002-08-31 08:48  yooden
3393         * source/: help_data.h (1.21), help_topic.h (1.16): Corrected Help,
3394         second batch.
3396 2002-08-31 08:46  yooden
3398         * doc/: help.etx (1.24), nedit.doc (1.24), nedit.html (1.18):
3399         Slight correction in help.etx.
3401 2002-08-31 07:24  n8gray
3403         * doc/help.etx (1.23), doc/nedit.doc (1.23), doc/nedit.html (1.17),
3404         source/help_data.h (1.20), source/help_topic.h (1.15),
3405         source/text.c (1.33), source/text.h (1.9), source/textDisp.c
3406         (1.32), source/textP.h (1.5): Committing the edge-phobic cursor
3407         patch, with documentation and without tab-space mixing.  (The new
3408         resource is nedit*text.cursorVPadding by the way.)
3410 2002-08-31 00:52  slobasso
3412         * source/: interpret.c (1.29), interpret.h (1.10), parse.y (1.20):
3413         Lots of array code cleanup including fixes for the following
3414         formats: x[9][8] = 6 delete x[4][2][] ++x[4] x[3]-- x[4][5] += 7
3415         ... and many more.  Also fixed some cases in which array aliasing
3416         could occur. Arrays are supposed to have VALUE semantics.
3418 2002-08-28 14:14  tringali
3420         * source/preferences.c (1.65): Revive upgrade message to 5.4 file
3421         format
3423 2002-08-27 08:05  edg
3425         * source/textDisp.c (1.31): Fixes for SF #600175: Coredump when
3426         dismissing resized window Array bounds read & write fixes in
3427         calcLineStarts() when number of visible lines becomes zero (only
3428         possible in help windows).  Avoid scrollbar slider size < 1 warning
3429         (which was harmless but annoying).
3431 2002-08-27 05:39  n8gray
3433         * source/: file.c (1.51), undo.c (1.14), undo.h (1.6): Committing
3434         the file deletion notification patch.  I used a specialized message
3435         for ENOACCES but used strerror output along with a suggested cause
3436         (deletion or relocation by another program) in the other cases,
3437         since there are several possible causes of stat() failure.
3438         
3439         I'm committing the patch despite the minor controversy over the
3440         message text because it's better to have some message than none at
3441         all.
3442         
3443         There is still much bogosity in file.c, including another place
3444         where stat() failure causes no warning.
3446 2002-08-23 07:52  n8gray
3448         * source/textBuf.c (1.22): Fixed a miscalculation in
3449         overlayRectInLine that could cause extra letters to be deleted
3450         during rectangular drags over tabs.  See SF bug #557225 "rect. 
3451         selection drag buglet" for a description of the problem.
3453 2002-08-23 00:52  slobasso
3455         * source/interpret.c (1.28): Fixed bug that didn't allow built in
3456         array variables to be iterated with a for loop.
3458 2002-08-22 23:52  slobasso
3460         * source/window.c (1.67): Remove unused variables.
3462 2002-08-22 18:43  slobasso
3464         * source/userCmds.c (1.28): Fix size calculation and escape
3465         characters in menu item names.
3467 2002-08-22 08:40  n8gray
3469         * source/undo.c (1.13): Fixed SF bug #578551 "Scrolling to
3470         searched/altered selection" by adding MakeSelectionVisible() calls
3471         to Undo and Redo.
3473 2002-08-22 08:10  n8gray
3475         * source/window.c (1.66): Nuking trailing whitespace from my last
3476         commit.
3478 2002-08-22 08:05  n8gray
3480         * source/window.c (1.65): MakeSelectionVisible in window.c was not
3481         paying attention to wrapped lines.  To see the problem in an older
3482         version:
3483         
3484         1.  Open a large file and scroll to the center somewhere 2.  Enable
3485         continuous wrapping and resize window so lots of lines wrap 3. 
3486         Select a word and make a mark with Alt+M,a 4.  Page Up or Down for
3487         several screens 5.  Go to the mark with Alt+G,a
3488         
3489         If there are enough wrapped lines between your position and the
3490         mark then the selection and the cursor will be completely
3491         offscreen.
3492         
3493         Also restructured the function so that horizontal scrolling is not
3494         bypassed prematurely.
3496 2002-08-21 13:21  tringali
3498         * source/help.c (1.83): Remove duplicate widgets caused by a bum
3499         merge.
3501 2002-08-21 07:19  n8gray
3503         * source/file.c (1.50): Fixed bug where clicking on the WM's close
3504         button in an unsaved and untitled buffer, answering yes to the
3505         "Save before closing" dialog, then aborting the Save-As dialog led
3506         to the window being closed and the changes being lost.  The
3507         function CloseFileAndWindow wasn't returning FALSE when the Save-As
3508         failed.
3510 2002-08-19 21:41  tringali
3512         * source/preferences.c (1.64): Remove "alpha" versioning - it
3513         wasn't forwards compatabile, and there were no auto-upgrades done
3514         despite the message printed.
3516 2002-08-19 07:22  n8gray
3518         * source/textDisp.c (1.30): Calltips are now redrawn on TextDMoveUp
3519         and TextDMoveDown.  This should help those who end up with cursors
3520         behind calltips when entering multi-line function calls.
3522 2002-08-17 14:28  yooden
3524         * source/window.c (1.64): Removed unused variables.
3526 2002-08-16 14:43  tringali
3528         * source/file.c (1.49): Fix hang caused by posting the "reload"
3529         dialog box on a hidden window (during multi-file replace
3530         validation).
3532 2002-08-15 19:03  n8gray
3534         * source/: file.c (1.48), window.c (1.63): Fixed the flickering
3535         stats line problem (SF bugs 595106, 594838).  Also fixed "save-as
3536         doesn't update the stats line" bug.
3538 2002-08-14 19:20  n8gray
3540         * source/textDisp.c (1.29): Fixed off-by-one error in
3541         expandAllTabs.  Also added check for NULL on its return value in
3542         TextDShowCalltip.
3544 2002-08-14 08:42  n8gray
3546         * source/textDisp.c (1.28): Removed debugging cruft from
3547         TextDShowCalltip.
3549 2002-08-13 22:12  n8gray
3551         * doc/help.etx (1.22), doc/nedit.doc (1.22), doc/nedit.html (1.16),
3552         source/help_data.h (1.19), source/help_topic.h (1.14),
3553         source/text.c (1.32), source/textDisp.c (1.27), source/textDisp.h
3554         (1.13): Added "absolute" argument to line-oriented action routines,
3555         and "wrap" argument to delete_to_start_of_line.
3557 2002-08-12 21:21  tringali
3559         * source/tags.c (1.43), source/window.c (1.62), source/window.h
3560         (1.10), util/misc.c (1.42), util/misc.h (1.14): Post watch cursor
3561         keep screen drawn while loading large tags files.
3563 2002-08-12 15:37  tringali
3565         * source/window.c (1.61): Reimplement I-search button focus
3566         management, so it doesn't have an ugly flash
3568 2002-08-10 23:59  tringali
3570         * source/undo.c (1.12): Added preference for disbling selection
3571         modification during Undo.
3573 2002-08-10 23:58  tringali
3575         * source/text.c (1.31): - Fix bad hardware tab of 4 spaces.  Please
3576         set hardware tabs to 8 for NEdit! - Explicitly remove modifiers on
3577         some virtual bindings to account for system   that map different
3578         modified keys to different bindings (e.g., Ctrl-PgUp =  
3579         osfPageLeft, PgUp = osfPageUp) - Use unions in favor of casts in
3580         XEvents.
3582 2002-08-10 23:54  tringali
3584         * source/highlightData.c (1.34): Use non-capturing parenthesis in C
3585         and C++ patterns where appropriate.
3587 2002-08-10 23:53  tringali
3589         * source/preferences.h (1.25): Added preference to disable
3590         modifying selection on Undo.
3592 2002-08-10 23:52  tringali
3594         * source/preferences.c (1.63): Added preference to disable changing
3595         the selection to match Undo.
3597 2002-08-10 23:51  tringali
3599         * source/server.c (1.18): Use union for XEvents instead of casts.
3601 2002-08-10 23:48  tringali
3603         * source/: interpret.c (1.27), interpret.h (1.9), macro.c (1.48):
3604         Use unions in place of nonportable casts to avoid warnings
3606 2002-08-10 23:45  tringali
3608         * source/help_data.h (1.18): Regenerated from help.etx update (fix
3609         X resource names)
3611 2002-08-10 23:43  tringali
3613         * source/help.c (1.82): More detail for Motif version, and change
3614         button labels on help browser to be more like WinHelp
3616 2002-08-09 20:48  tringali
3618         * util/system.h (1.12): Support for Lynx, MacOS; better x86
3619         reporting
3621 2002-08-09 14:08  tringali
3623         * doc/: help.etx (1.21), nedit.doc (1.21), nedit.html (1.15): Fix
3624         typo in last commit (replace * with @*)
3626 2002-08-09 13:52  tringali
3628         * doc/: help.etx (1.20), nedit.doc (1.20), nedit.html (1.14):
3629         Update incorrect X resources (nedit*text.foo) and upgrade version.
3631 2002-08-09 13:11  tringali
3633         * source/window.c (1.60): Convert // style comment to /* */, so it
3634         compiles again. NEdit is C89, not C++ or C99!
3636 2002-08-08 21:00  n8gray
3638         * doc/help.etx (1.19), doc/nedit.doc (1.19), doc/nedit.html (1.13),
3639         source/help_data.h (1.17), source/help_topic.h (1.13),
3640         source/nedit.h (1.27), source/window.c (1.59): Fixing the
3641         "ever-growing stats line" bug seen under lesstif.  Also, the stats
3642         area code is generally much nicer now, IMHO.
3644 2002-08-02 08:36  n8gray
3646         * doc/help.etx (1.18), doc/nedit.doc (1.18), doc/nedit.html (1.12),
3647         source/help_data.h (1.16), source/help_topic.h (1.12), source/nc.c
3648         (1.26): nc.autoStart now defaults to True.  I've had to explain
3649         that warning message one too many times...
3650         
3651         If anybody finds this offensive, it's easy to revert.  ;^)
3653 2002-08-01 00:53  n8gray
3655         * doc/help.etx (1.17), doc/nedit.doc (1.17), doc/nedit.html (1.11),
3656         source/help_data.h (1.15), source/help_topic.h (1.11),
3657         source/macro.c (1.47): Added optional "copy" argument to
3658         replace_in_string to make it return a copy of the input string if
3659         no replacements were done.
3661 2002-07-31 23:34  slobasso
3663         * source/interpret.c (1.26): made comment more clear
3665 2002-07-31 20:08  edg
3667         * source/highlight.c (1.33): Fix for yesterday's "fix" (which
3668         wasn't entirely waterproof).
3670 2002-07-30 13:54  edg
3672         * source/highlight.c (1.32): Fix for pattern related crash reported
3673         by Joor: I've overlooked a special case in the recent speed
3674         improvements.
3676 2002-07-29 08:05  n8gray
3678         * doc/help.etx (1.16), doc/nedit.doc (1.16), doc/nedit.html (1.10),
3679         source/help_data.h (1.14), source/help_topic.h (1.10): Minor change
3680         to the documentation for nedit.typingHidesPointer X resource.  By
3681         the way, the X resources section of the documentation doesn't seem
3682         to be in any order whatsoever.  Maybe it should be sorted or
3683         grouped into functional groups.
3685 2002-07-29 03:51  n8gray
3687         * source/macro.c (1.46): Applying TK's autoflushing t_print patch
3688         (SF #552760).  I'm not adding a call to isatty, but if anybody
3689         cares enough about the issue they're welcome to do it.  I just want
3690         to make sure the patch isn't forgotten.
3692 2002-07-28 19:25  edg
3694         * source/preferences.c (1.62): Introduced alpha preference file
3695         version numbering (5.4a1, 5.4a2, ...) for development versions.
3697 2002-07-27 08:55  yooden
3699         * source/: highlightData.c (1.33), macro.c (1.45), preferences.c
3700         (1.61), preferences.h (1.24), smartIndent.c (1.17), userCmds.c
3701         (1.27): Removed obsolete function CopyAllocatedString()
3703 2002-07-26 22:19  n8gray
3705         * source/window.c (1.58): Fixed flickering under-shadow on stats
3706         line.  (Thanks to TK Soh for the fix.) Also fixed horrible
3707         tab-space mixing.
3709 2002-07-26 21:39  n8gray
3711         * ChangeLog (1.26), doc/help.etx (1.15), doc/nedit.doc (1.15),
3712         doc/nedit.html (1.9), source/file.c (1.47), source/help_data.h
3713         (1.13), source/help_topic.h (1.9), source/macro.c (1.44),
3714         source/menu.c (1.63), source/nedit.c (1.34), source/nedit.h (1.26),
3715         source/preferences.c (1.60), source/tags.c (1.42), source/tags.h
3716         (1.12), source/text.c (1.30), source/textDisp.c (1.26),
3717         source/textDisp.h (1.12), source/window.c (1.57): This is the big
3718         one.  NEdit is now calltips-enabled!  :-)
3720 2002-07-20 23:18  yooden
3722         * util/fileUtils.c (1.26): Cover different return value of
3723         readlink() for Lynx.
3725 2002-07-20 23:15  yooden
3727         * makefiles/Makefile.lynx (1.4): Avoid annoying warnings about
3728         include files.
3730 2002-07-20 09:37  amai
3732         * util/utils.c (1.17): Fix order of #includes
3734 2002-07-17 20:42  slobasso
3736         * source/menu.c (1.62): Lesstif was causing problems with
3737         accelerators kicking off actions on KeyRelease events rather than
3738         KeyPress events. This should fix key accelerated Mark and Goto Mark
3739         commands.
3741 2002-07-17 15:14  edg
3743         * source/: highlight.c (1.31), highlightData.c (1.32), regularExp.c
3744         (1.18), regularExp.h (1.10): Speed improvements in syntax
3745         highlighting and regex engines.
3747 2002-07-16 11:39  edg
3749         * source/window.c (1.56): Inserted a cast to suppress a warning
3750         with certain compilers.
3752 2002-07-15 14:11  edg
3754         * source/: help.c (1.81), macro.c (1.43), preferences.c (1.59),
3755         regularExp.c (1.17), regularExp.h (1.9), search.c (1.48), search.h
3756         (1.17), tags.c (1.41): Lookbehind regex fix: adding missing
3757         backward search extent information.
3759 2002-07-12 11:44  edg
3761         * source/window.c (1.55), util/misc.c (1.41): Presumed fix for SF
3762         #550870: Nedit quietly exits unexpectedly.  Missing X atoms were
3763         not created, but always used.
3765 2002-07-11 21:18  slobasso
3767         * source/file.c (1.46), source/file.h (1.10), source/help.c (1.80),
3768         source/help.h (1.10), source/highlight.c (1.30), util/DialogF.h
3769         (1.7), util/clearcase.h (1.3), util/fileUtils.h (1.9),
3770         util/fontsel.h (1.7), util/getfiles.h (1.5), util/managedList.h
3771         (1.5), util/misc.h (1.13), util/prefFile.h (1.6), util/printUtils.h
3772         (1.7), util/system.h (1.11), util/utils.c (1.16), util/utils.h
3773         (1.9), util/vmsParam.h (1.4), util/vmsUtils.h (1.5),
3774         source/highlight.h (1.6), source/highlightData.c (1.31),
3775         source/highlightData.h (1.8), source/interpret.c (1.25),
3776         source/interpret.h (1.8), source/macro.c (1.42), source/macro.h
3777         (1.4), source/menu.c (1.61), source/menu.h (1.7), source/nc.c
3778         (1.25), source/nedit.c (1.33), source/nedit.h (1.25),
3779         source/parse.h (1.5), source/parse.y (1.19), source/parse_noyacc.c
3780         (1.3), source/preferences.c (1.58), source/preferences.h (1.23),
3781         source/rbTree.c (1.7), source/rbTree.h (1.3), source/regexConvert.c
3782         (1.8), source/regexConvert.h (1.4), source/regularExp.c (1.16),
3783         source/regularExp.h (1.8), source/search.c (1.47), source/search.h
3784         (1.16), source/selection.c (1.21), source/selection.h (1.5),
3785         source/server.c (1.17), source/server.h (1.4), source/shell.c
3786         (1.23), source/shell.h (1.5), source/shift.c (1.13), source/shift.h
3787         (1.4), source/smartIndent.c (1.16), source/smartIndent.h (1.5),
3788         source/tags.c (1.40), source/tags.h (1.11), source/text.c (1.29),
3789         source/text.h (1.8), source/textBuf.c (1.21), source/textBuf.h
3790         (1.9), source/textDisp.c (1.25), source/textDisp.h (1.11),
3791         source/textDrag.c (1.8), source/textDrag.h (1.3), source/textP.h
3792         (1.4), source/textSel.c (1.10), source/textSel.h (1.3),
3793         source/undo.c (1.11), source/undo.h (1.5), source/userCmds.c
3794         (1.26), source/userCmds.h (1.5), source/window.c (1.54),
3795         source/window.h (1.9), source/windowTitle.c (1.8),
3796         source/windowTitle.h (1.2): more header file cleanup
3798 2002-07-09 14:15  edg
3800         * doc/help.etx (1.14), doc/nedit.doc (1.14), doc/nedit.html (1.8),
3801         source/help_data.h (1.12), source/help_topic.h (1.8),
3802         source/highlight.c (1.29), source/preferences.c (1.57),
3803         source/regularExp.c (1.15), source/regularExp.h (1.7),
3804         source/search.c (1.46): Committed SF patch #530308: look-behind
3805         regular expression matching.
3807 2002-07-05 22:28  uid71894
3809         * doc/help.etx (1.13), source/macro.c (1.41), source/menu.c (1.60),
3810         source/preferences.c (1.56), util/prefFile.c (1.17), util/utils.c
3811         (1.15), util/utils.h (1.8): Moves NEdit's config files in ~/.nedit/
3812         or $NEDIT_HOME.
3814 2002-06-29 13:56  yooden
3816         * source/preferences.c (1.55): Added some comment macros for
3817         default language modes.
3819 2002-06-26 23:39  slobasso
3821         * util/: DialogF.c (1.24), DialogF.h (1.6), clearcase.c (1.4),
3822         clearcase.h (1.2), fileUtils.c (1.25), fileUtils.h (1.8), fontsel.c
3823         (1.18), fontsel.h (1.6), getfiles.c (1.21), getfiles.h (1.4),
3824         managedList.c (1.10), managedList.h (1.4), misc.c (1.40), misc.h
3825         (1.12), prefFile.c (1.16), prefFile.h (1.5), printUtils.c (1.19),
3826         printUtils.h (1.6), system.h (1.10), utils.c (1.14), utils.h (1.7),
3827         vmsParam.h (1.3), vmsUtils.h (1.4): make .h files include their
3828         requirements and move local .h files to top of include list.
3830 2002-06-26 23:37  slobasso
3832         * source/: shell.c (1.22), textDisp.c (1.24): warnings cleanup
3834 2002-06-20 21:32  slobasso
3836         * source/: text.c (1.28), text.h (1.7), textDisp.c (1.23),
3837         textDisp.h (1.10): Added code to handle graphics expose events that
3838         can result from calls to XCopyArea(). Also added code to look for
3839         these events since they can get backlogged in some circumstances.
3840         Removed hack to determine if we were obscured, since this should no
3841         longer be needed.
3843 2002-06-10 16:56  slobasso
3845         * source/tags.c (1.39): fixed merge conflict.
3847 2002-06-08 13:56  tringali
3849         * ChangeLog (1.25), Makefile (1.7), README (1.29), ReleaseNotes
3850         (1.16), doc/help.etx (1.12), doc/nedit.doc (1.13), doc/nedit.html
3851         (1.7), makefiles/Makefile.macosx (1.2), makefiles/Makefile.os2
3852         (1.12), source/Makefile.dependencies (1.17), source/comnedit.com
3853         (1.8), source/file.c (1.45), source/help.c (1.79), source/help.h
3854         (1.9), source/help_data.h (1.11), source/help_topic.h (1.7),
3855         source/highlight.c (1.28), source/highlightData.c (1.30),
3856         source/highlightData.h (1.7), source/lnknedit.com (1.6),
3857         source/nc.c (1.24), source/nedit.c (1.32), source/preferences.c
3858         (1.54), source/preferences.h (1.22), source/server.c (1.16),
3859         source/shell.c (1.21), source/tags.c (1.38), source/window.c
3860         (1.53), source/windowTitle.c (1.7), util/DialogF.c (1.23),
3861         util/comutil.com (1.4), util/fileUtils.c (1.24), util/fontsel.c
3862         (1.17), util/misc.c (1.39), util/prefFile.c (1.15),
3863         util/printUtils.c (1.18), util/utils.c (1.13), util/utils.h (1.6):
3864         Merge 5.3 release branch fixes back to mainline development.
3866 2002-06-01 15:18  tringali
3868         * Makefile (tags: REL-5-3) (BETA-5-3.3): Final changes for 5.3
3870 2002-06-01 13:44  tringali
3872         * doc/nedit.doc, doc/nedit.html, source/help_data.h
3873         (BETA-5-3.[4,4,4]) (utags: REL-5-3): Update version to 5.3 for
3874         final release.
3876 2002-05-16 07:53  edg
3878         * source/preferences.c (tags: REL-5-3) (BETA-5-3.5): Fix for SF
3879         #555364: 5.3RC1 preferences update not complete (provided by Markus
3880         Schwarzenberg).
3882 2002-05-08 16:19  slobasso
3884         * source/menu.c (1.59): Removed many calls to
3885         HidePointerOnKeyedEvent() that shouldn't have been put there.
3887 2002-05-08 15:30  slobasso
3889         * source/menu.c (1.58): verify we have an event before checking the
3890         type
3892 2002-05-07 01:13  n8gray
3894         * source/preferences.c (1.53): nedit.typingHidesPointer resource is
3895         no longer saved in .nedit file, just like other optional X
3896         resources.  (e.g. nedit.shell, nedit.tagFile, etc.)
3898 2002-05-06 15:52  slobasso
3900         * source/menu.c (1.57): Removed a call to HidePointerOnKeyedEvent
3901         in unloadTagsFileMenuCB that caused a crash.
3903 2002-05-03 13:36  amai
3905         * ChangeLog (tags: REL-5-3) (BETA-5-3.2): Update
3907 2002-05-02 00:01  slobasso
3909         * source/shell.c (BETA-5-3.3): Added code to allow substituted
3910         command strings to be arbitrarily long.
3912 2002-05-01 06:36  n8gray
3914         * source/: nedit.h (1.24), window.c (1.52): Committed separate
3915         line/col patch.
3916         
3917         Commit Haiku:     Line and Col on Right     Not Customizable Yet   
3918          Hope There Are No Bugs
3920 2002-04-29 17:16  slobasso
3922         * doc/.cvsignore (1.2): added .version
3924 2002-04-29 08:39  edg
3926         * util/comutil.com (BETA-5-3.1): VMS "makefile" enhancements (Jack
3927         Patteeuw).
3929 2002-04-29 00:35  amai
3931         * .cvsignore (1.1), doc/.cvsignore (1.1), source/.cvsignore (1.3),
3932         util/.cvsignore (1.1): Add/enhance .cvsignore .cvsignore files
3934 2002-04-29 00:28  amai
3936         * source/window.c (1.51): Drop an unused #include
3938 2002-04-26 16:10  slobasso
3940         * source/tags.c (1.37): Removed unused variables and double free.
3942 2002-04-26 16:06  slobasso
3944         * source/tags.c (1.36): Cleanup FindDefinition and how globals are
3945         used. Changes were actually in previous revision, but I
3946         accidentally committed without comment.
3948 2002-04-26 16:04  slobasso
3950         * source/tags.c (1.35): [no log message]
3952 2002-04-24 20:40  edg
3954         * source/: comnedit.com, lnknedit.com (BETA-5-3.[1,1]): VMS
3955         compilation and linking fixes (Jack Patteeuw).
3957 2002-04-23 19:52  edg
3959         * source/nc.c, source/preferences.c, source/window.c,
3960         source/windowTitle.c, util/fileUtils.c (BETA-5-3.[2,4,4,9,1]):
3961         Various VMS compilation & linking fixes. 5.3 now compiles and runs
3962         at least on Alpha OpenVMS V7.2-1 (confirmed by Jack Patteeuw, who
3963         also reported the problems).
3965 2002-04-22 16:37  slobasso
3967         * source/text.c (1.27): fix compiler warning.
3969 2002-04-22 15:24  amai
3971         * ChangeLog (1.24): Update
3973 2002-04-22 15:22  amai
3975         * makefiles/Makefile.macosx (BETA-5-3.2): Fix line endings from
3976         "\\" to "\".  Correct linking order in alternative set of flags
3977         using XFree86 with LessTif
3979 2002-04-19 21:40  slobasso
3981         * doc/help.etx (1.11): Added new feature to hide mouse pointer
3982         while typing.
3984 2002-04-19 16:22  slobasso
3986         * source/: help_data.h (1.10), menu.c (1.56), menu.h (1.6),
3987         preferences.c (1.52), preferences.h (1.21), text.c (1.26), text.h
3988         (1.6), textDisp.c (1.22), textDisp.h (1.9): Added new feature to
3989         hide mouse pointer while typing.
3991 2002-04-16 17:29  edg
3993         * source/nc.c, source/server.c, source/windowTitle.c, util/utils.c,
3994         util/utils.h (BETA-5-3.[1,1,8,1,1]): Renamed GetHostName() to
3995         GetNameOfHost() to avoid linking problems on VMS (the VMS linker is
3996         case-insensitive; GetHostName() conflicts with standard
3997         gethostname()).
3999 2002-04-15 10:46  edg
4001         * source/: file.c, preferences.c, preferences.h (BETA-5-3.[1,3,1]):
4002         Fix for linking problem on VMS: function
4003         GetPrefAlwaysCheckRelativeTagsSpecs had more than 31 characters.
4004         Replaced it by GetPrefAlwaysCheckRelTagsSpecs.
4006 2002-04-13 20:24  edg
4008         * source/window.c (BETA-5-3.3): Minor fix: MakeSelectionVisible()
4009         did not take into account line numbers.  (SF #543178: Line numbers
4010         hide CTRL-M matches).
4012 2002-04-12 18:12  edg
4014         * doc/help.etx, doc/nedit.doc, doc/nedit.html, source/help_data.h
4015         (BETA-5-3.[1,3,3,3]): Documentation fixes (X-resource section).
4017 2002-04-12 18:09  edg
4019         * source/help.c (BETA-5-3.7): Backed out previous change because
4020         affects default width of help windows.  Will consult developers
4021         first.
4023 2002-04-12 17:50  edg
4025         * source/help.c (BETA-5-3.6): Small fix: nedit.helpFont was ignored
4026         when determining initial size of help windows (instead, the value
4027         of the now obsolete nedit*helpText.font resource was used
4028         implicitly).
4030 2002-04-10 09:41  edg
4032         * source/highlight.c (BETA-5-3.4): Crash fix for syntax
4033         highlighting pattern sets containing only pass-2 patterns.
4035 2002-03-28 14:21  edg
4037         * util/printUtils.c (tags: BETA-5-3-RC1) (BETA-5-3.1): Applied
4038         patch submitted with SF bug #536168: printing to KDE print
4039         framework.
4041 2002-03-26 22:32  amai
4043         * makefiles/Makefile.macosx (tags: BETA-5-3-RC1) (BETA-5-3.1): Add
4044         sample linker command using LessTif as posted on discuss@
4046 2002-03-26 13:43  edg
4048         * util/fontsel.c (tags: BETA-5-3-RC1) (BETA-5-3.1): Prevent
4049         possible crash when the Font dialog is destroyed while a modal Font
4050         Selection dialog is up.
4052 2002-03-25 10:02  edg
4054         * source/highlight.c (tags: BETA-5-3-RC1) (BETA-5-3.3): Prevent
4055         buffer overflow in DialogF when reporting a RE compilation error
4056         for a very large RE.
4058 2002-03-23 17:04  edg
4060         * source/shell.c (tags: BETA-5-3-RC1) (BETA-5-3.2): The line
4061         counting algorithm for shell command output dialog is still not
4062         fullproof (it would require emulating word wrapping). Now a
4063         scrollbar is created when there is a risk of underestimating the
4064         number of lines, to make sure that no line ever gets obscured.
4066 2002-03-22 15:54  edg
4068         * source/shell.c (BETA-5-3.1): Fix for shell command output dialog
4069         obscuring final lines under certain conditions (reported at discuss
4070         list).
4072 2002-03-21 08:41  edg
4074         * source/: window.c, tags.c (BETA-5-3.[2,2]) (utags: BETA-5-3-RC1):
4075         Got rid of strdup() call (+related comment in disabled code in
4076         tags.c).
4078 2002-03-21 00:19  amai
4080         * source/highlightData.c (tags: BETA-5-3-RC1) (BETA-5-3.4): SF
4081         Patch [ 531549 ] TCL highlight patterns updated.
4083 2002-03-21 00:15  amai
4085         * makefiles/Makefile.os2 (tags: BETA-5-3-RC1) (BETA-5-3.2): Correct
4086         linker flags for omf/debuggable build
4088 2002-03-20 18:30  edg
4090         * source/highlightData.c (BETA-5-3.3): Double bug fix in X
4091         Resources pattern: context distance violation and missing escapes
4092         and continuation highlights.
4094 2002-03-19 21:39  edg
4096         * source/help.c (tags: BETA-5-3-RC1) (BETA-5-3.5): Replaced
4097         (non-ANSI) snprintf() call by equivalent code.
4099 2002-03-19 18:29  edg
4101         * source/windowTitle.c (tags: BETA-5-3-RC1) (BETA-5-3.7): The
4102         background color copying code for the preview didn't work with all
4103         Motif versions (it even crashed). Now copied the color from the
4104         form iso. a label.  This should work also for Motif 1.2.
4106 2002-03-19 17:42  edg
4108         * Makefile (tags: BETA-5-3-RC1) (BETA-5-3.2): Include nedit.html in
4109         binary distributions.
4111 2002-03-19 17:39  edg
4113         * ChangeLog, doc/nedit.doc, doc/nedit.html, source/help_data.h,
4114         source/help_topic.h (BETA-5-3.[1,2,2,2,2]) (utags: BETA-5-3-RC1):
4115         Final update for 5.3RC1 (hopefully).
4117 2002-03-19 08:51  edg
4119         * source/windowTitle.c (BETA-5-3.6): Changed the preview field's
4120         background color to make it clear that it is read-only.
4122 2002-03-18 23:41  edg
4124         * source/highlight.c (BETA-5-3.2): Fix for SF #531577: Balance
4125         fails before text viewed.  Unparsed parens are parsed with pass-2
4126         patterns when necessary.
4128 2002-03-18 23:15  edg
4130         * source/: help.c, nedit.c (tags: BETA-5-3-RC1) (BETA-5-3.[4,2]):
4131         Committed Markus' latest enhancements (focus related).
4133 2002-03-17 11:21  yooden
4135         * source/windowTitle.c, util/prefFile.c (tags: BETA-5-3-RC1)
4136         (BETA-5-3.[5,1]): Makes the cursor in the Window Title Dialog's
4137         preview field invisible.
4139 2002-03-16 20:40  edg
4141         * source/window.c (BETA-5-3.1): Changed 2 free() calls into XFree
4142         calls().
4144 2002-03-15 14:36  amai
4146         * source/: Makefile.dependencies (tags: BETA-5-3-RC1) (BETA-5-3.1),
4147         Makefile.dependencies (1.16): Update
4149 2002-03-15 08:51  edg
4151         * source/: help.c, help.h (tags: BETA-5-3-RC1), nedit.c
4152         (BETA-5-3.[3,1,1]): Applied patch 526967: single window help with
4153         history (with a minor modification in the mnemonics: P for Previous
4154         iso. Print).
4156 2002-03-14 17:41  amai
4158         * source/textDisp.c (1.21), source/textDrag.c (1.7),
4159         source/textSel.c (1.9), source/undo.c (1.10), source/userCmds.c
4160         (1.25), source/window.c (1.50), source/windowTitle.c (1.6),
4161         util/DialogF.c (1.22), util/clearcase.c (1.3), util/fileUtils.c
4162         (1.23), util/fontsel.c (1.16), util/getfiles.c (1.20),
4163         util/managedList.c (1.9), util/misc.c (1.38), util/prefFile.c
4164         (1.14), util/printUtils.c (1.17), util/utils.c (1.12): Attempt to
4165         complete last commit (add trailing optional #include)
4167 2002-03-14 17:18  amai
4169         * source/: rbTree.c (1.6), regexConvert.c (1.7), regularExp.c
4170         (1.14), search.c (1.45), selection.c (1.20), server.c (1.15),
4171         shell.c (1.20), shift.c (1.12), smartIndent.c (1.15), tags.c
4172         (1.34), text.c (1.25), textBuf.c (1.20): Add an optional #include
4173         at the end of all #includes in each .c source file. Document that
4174         stuff in Makefile.generic
4176 2002-03-14 17:15  amai
4178         * makefiles/Makefile.generic (1.8), source/file.c (1.44),
4179         source/help.c (1.78), source/highlight.c (1.27),
4180         source/highlightData.c (1.29), source/interpret.c (1.24),
4181         source/linkdate.c (1.3), source/macro.c (1.40), source/menu.c
4182         (1.55), source/nc.c (1.23), source/nedit.c (1.31),
4183         source/preferences.c (1.51): Add an optional #include at the end of
4184         all #includes in each .c source file. Document that stuff in
4185         Makefile.generic
4187 2002-03-14 15:33  edg
4189         * source/windowTitle.c (BETA-5-3.4): Removed some toggle button
4190         margin height overrides that caused the mnemonic underscores to
4191         disappear with certain Motif versions.
4193 2002-03-14 01:25  amai
4195         * source/file.c (1.43), source/help.c (1.77), source/highlight.c
4196         (1.26), source/highlightData.c (1.28), source/interpret.c (1.23),
4197         source/linkdate.c (1.2), source/macro.c (1.39), source/menu.c
4198         (1.54), source/nc.c (1.22), source/preferences.c (1.50),
4199         source/rbTree.c (1.5), source/regexConvert.c (1.6),
4200         source/regularExp.c (1.13), source/search.c (1.44),
4201         source/selection.c (1.19), source/server.c (1.14), source/shell.c
4202         (1.19), source/shift.c (1.11), source/smartIndent.c (1.14),
4203         source/tags.c (1.33), source/text.c (1.24), source/textBuf.c
4204         (1.19), source/textDisp.c (1.20), source/textDrag.c (1.6),
4205         source/textSel.c (1.8), source/undo.c (1.9), source/userCmds.c
4206         (1.24), source/window.c (1.49), source/windowTitle.c (1.5),
4207         util/DialogF.c (1.21), util/clearcase.c (1.2), util/fileUtils.c
4208         (1.22), util/fontsel.c (1.15), util/getfiles.c (1.19),
4209         util/managedList.c (1.8), util/misc.c (1.37), util/prefFile.c
4210         (1.13), util/printUtils.c (1.16), util/utils.c (1.11): Optionally
4211         #include "../config.h" anywhere at first place in all(?) .c files
4213 2002-03-13 17:15  edg
4215         * source/help.c (BETA-5-3.2): Leak fix: style buffers were leaked
4216         when help windows were closed or dismissed.
4218 2002-03-13 13:19  edg
4220         * source/highlightData.c (BETA-5-3.2): Minor fix in Tcl patterns:
4221         newlines are allowed in double quoted strings.
4223 2002-03-13 12:05  edg
4225         * source/preferences.c, util/DialogF.c, util/misc.c
4226         (BETA-5-3.[2,1,1]) (utags: BETA-5-3-RC1): Various minor leak fixes.
4228 2002-03-13 12:04  edg
4230         * source/windowTitle.c (BETA-5-3.3): Made the preview field use a
4231         variable width font to avoid obscuring it too easily.
4233 2002-03-12 20:22  edg
4235         * source/preferences.c (BETA-5-3.1): Small leak fix in language
4236         mode detection.
4238 2002-03-12 20:20  edg
4240         * source/: highlight.c, highlightData.c, highlightData.h (tags:
4241         BETA-5-3-RC1) (BETA-5-3.[1,1,1]): Revised syntax-based paren
4242         matching algorithm: relaxes constraints on highlight patterns.
4243         Valid matches should no longer be missed.
4245 2002-03-12 16:59  edg
4247         * source/help.c (BETA-5-3.1): Leak fix: text was leaked when
4248         printed.
4250 2002-03-12 16:22  edg
4252         * source/windowTitle.c (BETA-5-3.2): Removed an XmStringFree() call
4253         that was left behind (and caused a crash).
4255 2002-03-12 16:16  amai
4257         * makefiles/Makefile.os2 (BETA-5-3.1): Reduce stack size of
4258         binaries.
4260 2002-03-12 14:52  edg
4262         * Makefile, README (tags: BETA-5-3-RC1), ReleaseNotes (tags:
4263         BETA-5-3-RC1), doc/nedit.doc, doc/nedit.html, source/help_data.h,
4264         source/help_topic.h (BETA-5-3.[1,2,2,1,1,1,1]): Set version to
4265         5.3RC1.
4267 2002-03-12 09:04  edg
4269         * ReleaseNotes, source/tags.c (BETA-5-3.[1,1]): Applied patch
4270         #520941: FindDefinition function incorrectly reads the X selection
4271         even when an argument has been provided for the find_definition()
4272         action routine.
4274 2002-03-12 00:46  amai
4276         * README (BETA-5-3.1): Small updates on LessTif info
4278 2002-03-11 23:09  tringali
4280         * source/windowTitle.c (BETA-5-3.1): Fix UI so dialog doesn't jump
4281         around.  Also prevent overflow bug in text field.
4283 2002-03-11 22:41  amai
4285         * source/windowTitle.c (1.4): Fix compiler warning
4287 2002-03-11 22:40  amai
4289         * README (1.28): Small updates on LessTif info
4291 2002-03-11 22:18  edg
4293         * doc/nedit.doc (1.12), doc/nedit.html (1.6), source/help_data.h
4294         (1.9), source/help_topic.h (1.6), README (1.27), ReleaseNotes
4295         (1.15): Last update before 5.3 branch.
4297 2002-03-11 22:05  edg
4299         * doc/help.etx (1.10, BETA-5-3-RC1), source/highlight.c (1.25),
4300         source/highlight.h (1.5, BETA-5-3-RC1), source/menu.c (1.53,
4301         BETA-5-3-RC1), source/nedit.h (1.23, BETA-5-3-RC1),
4302         source/preferences.c (1.49), source/preferences.h (1.20,
4303         BETA-5-3-RC1), source/search.c (1.43, BETA-5-3-RC1),
4304         source/window.c (1.48): Applied SF patch #513976: Syntax-based
4305         parenthesis matching.
4307 2002-03-11 18:17  edg
4309         * ChangeLog (1.23), README (1.26), ReleaseNotes (1.14): Update for
4310         5.3.
4312 2002-03-08 10:40  edg
4314         * source/window.c (1.47): Fix for #527319: segfault in
4315         virtKeyBindingsAreInvalid().
4317 2002-03-08 08:43  edg
4319         * source/tags.c (1.32): Fix for #527222: malloc bugs in tags.c
4320         (Nathan Gray).
4322 2002-03-07 20:49  edg
4324         * doc/nedit.doc (1.11), doc/nedit.html (1.5), source/help_data.h
4325         (1.8), source/help_topic.h (1.5): Regenerated.
4327 2002-03-07 20:36  edg
4329         * doc/help.etx (1.9), source/windowTitle.c (1.3): Applied patch
4330         #519092: Customizable window title UI redesign
4332 2002-03-07 17:40  edg
4334         * source/menu.c (1.52): Removed some (unnecessary) statements that
4335         could cause the X server to freeze when the background menu was
4336         popped up while any of the lock keys were on.
4338 2002-03-07 16:42  tringali
4340         * makefiles/Makefile.linux (1.8, BETA-5-3-RC1): Add -lXp.
4342 2002-03-06 22:04  edg
4344         * doc/help.etx (1.8), source/nedit.h (1.22), source/preferences.c
4345         (1.48), source/preferences.h (1.19), source/window.c (1.46): Added
4346         patch #525903: Workaround for invalid virtual key bindings attached
4347         to the root window: invalid bindings are detected and ignored
4348         (behavior can be controlled with a new X-resource).
4350 2002-03-06 14:42  tringali
4352         * makefiles/Makefile.linux (1.7): Force Motif to be pulled in
4353         statically by default.  Linux users tend to upgrade frequently or
4354         move binaries across systems, causing library version skew.
4356 2002-03-04 20:10  amai
4358         * source/tags.c (1.31): Remove unused statements/code lines as
4359         pointed out on develop@
4361 2002-03-02 17:02  yooden
4363         * doc/help.etx (1.7), source/file.c (1.42, BETA-5-3-RC1),
4364         source/menu.c (1.51), source/nedit.h (1.21), source/preferences.c
4365         (1.47), source/preferences.h (1.18): Makes the line feed NEdit
4366         appends on save optional. (SF Bug #495009)
4368 2002-03-01 22:44  slobasso
4370         * source/interpret.c (1.22, BETA-5-3-RC1): properly round pow()
4371         results
4373 2002-03-01 17:13  amai
4375         * ChangeLog (1.22), README (1.25): Update timestamp and ChangeLog
4377 2002-03-01 17:12  amai
4379         * util/fileUtils.c (1.21, BETA-5-3-RC1): Add a UNICOS-specific call
4380         to readlink()
4382 2002-03-01 17:04  amai
4384         * util/fontsel.c (1.14): Replace rint(x) by floor(x+0.5)
4386 2002-03-01 16:04  amai
4388         * makefiles/Makefile.unicos (1.5, BETA-5-3-RC1): Patch from Paolo
4389         Palazzi to compile on UNICOS 10.0.1.0
4391 2002-02-27 14:44  edg
4393         * source/window.c (1.45): Setfont: fixed a bug with the window
4394         getting the wrong width when changing the font size under fvwm (or
4395         any other ICCCM2 compliant window manager). Fix provided by Dominik
4396         Vogt of fvwm.
4398 2002-02-27 11:26  edg
4400         * source/text.c (1.23, BETA-5-3-RC1): Replaced the "None" modifiers
4401         by "~Alt ~Shift ~Ctrl ~Meta", because "None" also excludes lock
4402         keys and prevents PageUp/PageDown from responding when, for
4403         instance, the NumLock key is on (so I didn't mix up my binaries
4404         after all :-).
4406 2002-02-25 17:28  edg
4408         * source/text.c (1.22): Reverted the last change. I've probably
4409         mixed up my NEdit binaries.
4411 2002-02-25 14:29  edg
4413         * source/text.c (1.21): Removed the recently introduced None
4414         modifiers in default key bindings.  They don't seem to be
4415         recognized by all Motif versions, causing the PageUp/PageDown keys
4416         to stop working.
4418 2002-02-25 10:32  edg
4420         * source/textDisp.c (1.19, BETA-5-3-RC1): Fix for SF #522263:
4421         segfault fix (Nathaniel Gray).
4423 2002-02-24 21:16  edg
4425         * source/: textBuf.c (1.18), textBuf.h (1.8) (utags: BETA-5-3-RC1):
4426         Fix for #522038: Internal error when splitting window.  Allowed
4427         more than one pre-delete callback per window (I originally thought
4428         that only one was necessary).
4430 2002-02-23 20:01  edg
4432         * source/window.c (1.44): Avoid temporarily invalid WM size hints.
4433         They seem to amplify the effects of a bug in fvwm2 (SF #496526:
4434         Very wide nedit window with fvwm).
4436 2002-02-21 18:53  tringali
4438         * source/text.c (1.20): Fix broken PageUp and PageDown keys on
4439         systems that bind osfPageLeft to Ctrl-PageUp.
4441 2002-02-20 13:03  amai
4443         * source/help.c (1.76): Make getBuildInfo() to return a static
4444         string.
4446 2002-02-16 14:39  edg
4448         * source/help_data.h (1.7): Regenerated with fixed setext (fixes
4449         some style problems).
4451 2002-02-16 14:37  edg
4453         * doc/setext (1.7, BETA-5-3-RC1): Style transition fixes by Steven
4454         Haehn.
4456 2002-02-15 09:41  edg
4458         * doc/nedit.html (1.4), source/help_data.h (1.6),
4459         source/help_topic.h (1.4): Regenerated with fixed setext.
4461 2002-02-15 09:37  edg
4463         * doc/setext (1.6): Applied bug fixes in help and html generation
4464         (provided by Steven Haehn).
4466 2002-02-14 21:08  edg
4468         * source/preferences.c (1.46): Bumped .nedit file version to 5.3.
4470 2002-02-14 21:04  edg
4472         * README (1.24): Synchronized author list with help.etx.
4474 2002-02-14 20:24  amai
4476         * README (1.23), ReleaseNotes (1.13): Re-arrange some text
4478 2002-02-14 14:28  tringali
4480         * source/preferences.c (1.45): Oops, helvetica fonts aren't italic,
4481         they're oblique.
4483 2002-02-13 23:10  edg
4485         * README (1.22), ReleaseNotes (1.12): Preparation of 5.3 release.
4487 2002-02-13 23:07  edg
4489         * source/nc.c (1.21, BETA-5-3-RC1): Preparation of 5.3 release.
4491 2002-02-13 20:47  tringali
4493         * source/preferences.c (1.44): Change help fonts to be like the
4494         defaults we have in nedit.c to reduce the likelihood of them being
4495         missing or defective.
4497 2002-02-13 20:00  tringali
4499         * util/misc.c (1.36): Fix for [ #478234 ] nedit crash with Xwindows
4500         on 2nd screen
4502 2002-02-13 18:03  edg
4504         * ChangeLog (1.21): Update.
4506 2002-02-13 14:14  edg
4508         * source/textDisp.c (1.18): Fix for SF bug #516920: line numbering
4509         in continuous wrap mode.
4511 2002-02-13 12:30  edg
4513         * doc/nedit.doc (1.10), doc/nedit.html (1.3), source/help_data.h
4514         (1.5), source/help_topic.h (1.3): Regenerated documentation.
4516 2002-02-13 12:27  edg
4518         * doc/setext-info.txt (1.1, BETA-5-3-RC1): Added setext format
4519         documentation provided by Steven Haehn.
4521 2002-02-13 12:12  edg
4523         * doc/help.etx (1.6): Minor fixes.
4525 2002-02-11 21:23  arnef
4527         * source/windowTitle.c (1.2): Fixed reason for crash when window is
4528         destroyed.  Removing leading dashes and spaces Checking for array
4529         out of bounds when creating title.
4531 2002-02-11 10:45  edg
4533         * source/highlightData.c (1.27): Upgraded X Resources highlight
4534         patterns to improve highlighting performance.  SF bug #481290;
4535         patterns provided by Markus Schwarzenberg.
4537 2002-02-08 23:26  tringali
4539         * source/nedit.c (1.30): Yet another attempted fix for 434383:
4540         menus showing up as blocks.
4542 2002-02-07 10:23  edg
4544         * doc/help.etx (1.5): Updates for SF bug #489601: misprint in
4545         help.c.
4547 2002-02-07 10:00  edg
4549         * doc/help.etx (1.4): Fix for SF bug #432203: Error in regex help
4550         for \l and \L.
4552 2002-02-07 09:28  edg
4554         * doc/setext (1.5): Comment on #! interpreter line is not allowed
4555         for every shell.
4557 2002-02-05 22:01  edg
4559         * source/highlight.c (1.24): Fix for SF bug #512961: NEdit LOCKS
4560         UP, and also for a similar bug reported at the discuss mailing list
4561         (Philippe Poilbarbe: Infinite Loop).  Yet another char/unsigned
4562         char mixup problem.
4564 2002-02-05 20:55  edg
4566         * source/regularExp.c (1.12, BETA-5-3-RC1): Fixed a char/unsigned
4567         char comparison problem that caused crashes when patterns contained
4568         characters with ASCII code >= 128.
4570 2002-02-05 18:16  edg
4572         * source/: textBuf.c (1.17), textDisp.c (1.17), textDisp.h (1.8,
4573         BETA-5-3-RC1), window.c (1.43): Bug fix for SF bug #510631: 5.2
4574         segmentation fault on Linux/i386.  Modifying tab distance in
4575         continous wrap mode brought the text display widget in an illegal
4576         state.
4578 2002-02-05 13:15  edg
4580         * source/highlight.c (1.23): Bugfix in color allocation (Thomas
4581         Schuetzkowski).
4583 2002-02-03 16:41  edg
4585         * source/: textBuf.c (1.16), textBuf.h (1.7), textDisp.c (1.16),
4586         textDisp.h (1.7): Patches for SF bug #485415: Continuous wrap
4587         updating bugs.  Continuous wrap mode combined with variable font
4588         sizes resulted in wrong text display calculations.
4590 2002-02-01 15:03  edg
4592         * source/textDisp.c (1.15): Patch for SF bug #510765: Help>Version
4593         scrollbar can get corrupted.  The text display widget used wrong
4594         style information for wrapping calculations when using variable
4595         width fonts.
4597 2002-01-28 10:43  amai
4599         * ChangeLog (1.20), source/help.c (1.75), source/nedit.c (1.29),
4600         source/server.c (1.13, BETA-5-3-RC1), source/tags.c (1.30),
4601         source/textDisp.c (1.14), source/textDrag.c (1.5, BETA-5-3-RC1),
4602         source/undo.c (1.8, BETA-5-3-RC1): Add some explicit #include
4603         <string.h>
4605 2002-01-23 16:54  tringali
4607         * source/help.c (1.74): Change parenthesis style to match the rest
4608         of nedit source code.
4610 2002-01-23 16:53  tringali
4612         * source/textSel.c (1.7, BETA-5-3-RC1): Accept COMPOUND_TEXT
4613         selection requests for compatability with recent versions of
4614         gnome-terminal.
4616 2002-01-17 01:34  amai
4618         * makefiles/Makefile.os2 (1.11): Some small fixes/enhancements
4620 2002-01-15 17:05  tringali
4622         * source/: menu.c (1.50), window.c (1.42): Lower case, Upper case,
4623         and Find Def do not require an NEdit selection.  LC/UC can operate
4624         on the cursor, and Find Def can use an external selection.
4626 2002-01-13 16:01  yooden
4628         * source/: menu.c (1.49), window.c (1.41): Removed four
4629         XtSetSensitive calls that prevent use of 'Open Selected' and 'Find
4630         Selection' on selections that are not NEdit's.
4632 2002-01-12 00:59  amai
4634         * makefiles/Makefile.os2 (1.10), source/nc.c (1.20): Makefile.os2:
4635         update/correct some linker options nc.c: I think I previously
4636         messed up the commandline for EMX&VMS case.  Perhaps not a good
4637         idea to mess around in code which I can't test...
4639 2002-01-11 18:21  amai
4641         * source/nc.c (1.19): Fix for server startup command line on OS/2:
4642         missing flag for START command and fix memory leak.
4644 2002-01-11 13:10  amai
4646         * doc/setext (1.4), source/help_data.h (1.4): Patch from Steven
4647         Haehn to add some static/const to setext output
4649 2002-01-10 12:49  amai
4651         * source/help.c (1.73): Make some funcs/vars static
4653 2002-01-08 16:06  amai
4655         * README (1.21): New timestamp ...  (a test whether the commit
4656         messages get a different subject now)
4658 2002-01-08 14:33  amai
4660         * ChangeLog (1.19), source/menu.c (1.48), source/nedit.h (1.20),
4661         source/window.c (1.40): Make more menu Items sensitive WRT an
4662         existing selection: Cut, Upper, Lower
4664 2002-01-07 10:15  amai
4666         * source/tags.c (1.29): Jump to tags only referenced by line
4667         number.  Fix by M. Schwarzenberg.
4669 2002-01-05 16:52  amai
4671         * source/search.c (1.42): Only set *again menu Items on the first
4672         search ever (not on each)
4674 2002-01-05 16:45  amai
4676         * source/: Makefile.dependencies (1.15), menu.c (1.47), nedit.h
4677         (1.19), search.c (1.41), search.h (1.15, BETA-5-3-RC1), window.c
4678         (1.39): Toggle Menu Item sensitivity, including those from SF Bug [
4679         #486072 ] Selection commands sensitivity incorrect
4681 2002-01-05 02:19  edel
4683         * source/: help_data.h (1.3), help_topic.h (1.2): Regenerated
4684         help_topic.h and help_data.h for change in help.ext
4686 2002-01-05 02:09  edel
4688         * makefiles/Makefile.solaris (1.7, BETA-5-3-RC1): Reverting to 1.5
4689         (I accidentally committed my private mods, sorry).
4691 2002-01-05 01:48  edel
4693         * doc/help.etx (1.3), doc/setext (1.3), makefiles/Makefile.solaris
4694         (1.6), source/help.c (1.72), source/preferences.c (1.43),
4695         source/preferences.h (1.17): Help updates from Steve.  Remove
4696         unused title font resources, add back some missing help text.
4698 2002-01-04 16:39  amai
4700         * ChangeLog (1.18), source/textDisp.c (1.13): Fix ("wrong")
4701         compiler (gcc) warning about two uninitialized variables
4703 2001-12-31 14:34  amai
4705         * source/nc.c (1.18): Fix a problem with calling nedit from nc on
4706         OS/2 which I introduced recently.  Enlarge Preferences.serverCmd
4707         array.
4709 2001-12-24 11:50  amai
4711         * source/macro.c (1.38, BETA-5-3-RC1): Fix by Gilles J. Seguin for
4712         SF Bug [ #480966 ] Composed characters in learned sequence
4714 2001-12-24 09:46  amai
4716         * source/file.c (1.41), source/highlight.c (1.22), source/menu.c
4717         (1.46), util/getfiles.c (1.18, BETA-5-3-RC1): Fix for SF Bug [
4718         #480960 ] No titles in some dialog boxes as sent to develop@ from
4719         T. Haude
4721 2001-12-24 09:26  amai
4723         * ChangeLog (1.17), source/parse_noyacc.c (1.2, BETA-5-3-RC1),
4724         source/window.c (1.38): Update ChangeLog, parse_noyacc.c. Typo in
4725         window.c
4727 2001-12-24 09:18  amai
4729         * source/: interpret.c (1.21), interpret.h (1.7, BETA-5-3-RC1),
4730         parse.y (1.18, BETA-5-3-RC1): Apply SF Patch [ #496413 ]
4731         preliminary patch for #495293 from A. Hood which in turn fixes SF
4732         Bug [ #495293 ] continue outside of loop causes segfault
4734 2001-12-20 15:38  amai
4736         * source/: comnedit.com (1.7, BETA-5-3-RC1), parse.c_noyacc (1.8),
4737         parse_noyacc.c (1.1): Rename our fallback version of the parse.c
4738         code to have a reasonable file extension. Update VMS command file
4739         accordingly
4741 2001-12-19 17:08  tringali
4743         * source/help.c (1.71): Fix incorrect array size that crashes on
4744         platforms where sizeof(char*) != sizeof(int)
4746 2001-12-19 14:51  tringali
4748         * source/: window.c (1.37), nedit.c (1.28): Back out frame around
4749         text patch; doesn't work well with LessTif
4751 2001-12-18 18:53  tringali
4753         * source/: nedit.c (1.27), window.c (1.36): Put frame around text
4754         widget, for consistent look with XmScrolledText Patch courtesy of
4755         C. Rasmussen (If you don't like it, disable it with
4756         *pane*XmFrame.shadowThickness: 0)
4758 2001-12-17 16:28  amai
4760         * source/selection.c (1.18, BETA-5-3-RC1): Fix compilation problem
4762 2001-12-16 04:31  ajhood
4764         * source/selection.c (1.17):  Modified Files:
4765                 selection.c
4766         replacing sprintf lost the path name when opening files
4768 2001-12-14 14:35  edel
4770         * source/help_topic.h (1.1): Separated auto-generated part of
4771         help.h into different file, help_topic.h.
4773 2001-12-14 05:14  edel
4775         * doc/: Makefile (1.2, BETA-5-3-RC1), help.etx (1.2), nedit.doc
4776         (1.9), nedit.html (1.2), setext (1.2): Rearranged styles to put
4777         fixed fonts first, for sizing help text widget.
4779 2001-12-14 05:12  edel
4781         * source/: Makefile.dependencies (1.14), help.c (1.70), help.h
4782         (1.8), help_data.h (1.2): Rearanged help fonts so window is sized
4783         to match fixed-width formatting.  Fixed underlined fonts not
4784         working.
4786 2001-12-13 15:44  amai
4788         * source/tags.c (1.28): Drop // comments from last check-in
4790 2001-12-13 13:31  amai
4792         * ChangeLog (1.16), source/help.h (1.7): Add prototype to help.h to
4793         fix build warning
4795 2001-12-13 13:27  amai
4797         * source/tags.c (1.27), source/tags.h (1.10, BETA-5-3-RC1),
4798         util/fileUtils.c (1.20), util/utils.c (1.10, BETA-5-3-RC1),
4799         util/utils.h (1.5, BETA-5-3-RC1): Apply SF Patch [ #491109 ]
4800         recognize etags TAGS files added from M. Schwarzenberg
4802 2001-12-13 13:14  amai
4804         * source/interpret.c (1.20), source/macro.c (1.37), source/menu.c
4805         (1.45), source/parse.y (1.17), source/preferences.c (1.42),
4806         source/search.c (1.40), source/selection.c (1.16), source/tags.c
4807         (1.26), source/userCmds.c (1.23, BETA-5-3-RC1), util/printUtils.c
4808         (1.15): Fix for SF Bug [ #491943 ] missing (unsigned char) casts
4809         from M. Schwarzenberg
4811 2001-12-12 17:07  edel
4813         * source/help.c (1.69): Fixed hyperlink after search crash, search
4814         memory leak, cleaned up code, added more comments.
4816 2001-12-10 05:11  edel
4818         * source/help_data.h (1.1): Help data generated from
4819         ../doc/help.etx
4821 2001-12-10 05:07  edel
4823         * doc/nedit.html (1.1): Copy of html documentation generated by new
4824         help system
4826 2001-12-10 05:03  edel
4828         * doc/: Makefile (1.1), help.etx (1.1), nedit.doc (1.8), setext
4829         (1.1): New help system!
4831 2001-12-10 04:57  edel
4833         * source/: Makefile.dependencies (1.13), help.c (1.68), help.h
4834         (1.6), highlight.c (1.21), highlight.h (1.4), menu.c (1.44),
4835         preferences.c (1.41), preferences.h (1.16), textDisp.c (1.12): New
4836         help system!
4838 2001-12-07 10:50  amai
4840         * source/file.c (1.40): Close file handle upon various error
4841         conditions to leave the routine w/o success. Also reject block
4842         devices in addition to directories.
4844 2001-12-05 10:16  amai
4846         * source/: nc.c (1.17), nedit.c (1.26): nc: don't use XtWarning
4847         when report invalid commanline argument.  nedit: react properly if
4848         file name on commandline is too long. Now starts up GUI.
4850 2001-12-04 18:03  amai
4852         * ChangeLog (1.15), source/server.c (1.12), util/getfiles.c (1.17):
4853         More checks for ParseFilename()'s return value
4855 2001-12-04 17:50  amai
4857         * source/file.c (1.39), source/menu.c (1.43), source/nc.c (1.16),
4858         source/nedit.c (1.25), source/selection.c (1.15), source/tags.c
4859         (1.25), util/DialogF.c (1.20), util/fileUtils.c (1.19):
4860         ParseFilename() often gets called w/o the caller to ensure that the
4861         arguments are proper.  Let it do some checks and have an useful
4862         return value.
4864 2001-12-04 11:14  amai
4866         * makefiles/Makefile.macosx (1.1): Add Makefile for MacOS X, as
4867         found on our website
4869 2001-12-03 22:21  amai
4871         * source/: help.c (1.67), nedit.c (1.24): Update source timestamp
4872         and add -V to commandline help
4874 2001-12-03 22:18  amai
4876         * source/nc.c (1.15): Resolve a mess of #ifdefs in handling
4877         commandline args.  Implement -V|-version for nc
4879 2001-12-03 16:46  tringali
4881         * source/: Makefile.common (1.10, BETA-5-3-RC1), help.c (1.66),
4882         linkdate.c (1.1, BETA-5-3-RC1): Make build date more accurate by
4883         updating on actual link, not when help.c was last compiled.
4885 2001-12-02 17:58  edg
4887         * source/: textBuf.c (1.15), textSel.c (1.6): Applied SF patch
4888         #487945: Fix for rectangular overstrike paste.
4890 2001-11-30 15:41  tringali
4892         * source/: nedit.c (1.23), window.c (1.35): [487153] Let user
4893         override font of statistics line
4895 2001-11-27 22:53  edg
4897         * source/search.c (1.39): Enhancement to the (multi-file)
4898         replacement dialog: all files are first checked for changes to set
4899         correct sensitivity for the multi-file button and to generate an
4900         up-to-date list of writable files in the multi-file dialog.
4902 2001-11-27 10:47  amai
4904         * source/: help.c (1.65), menu.c (1.42), shell.c (1.18): Patch from
4905         A. Riese SF Patch [ #434451 ] line numbers in shell commands
4907 2001-11-27 09:09  amai
4909         * source/file.c (1.38), source/menu.c (1.41), util/prefFile.c
4910         (1.12), util/utils.c (1.9), util/utils.h (1.4): Introduce
4911         PrependHome() to create all paths of type $HOME/file without
4912         overflow.  Fixes some leaks, other remain ...
4914 2001-11-26 21:40  amai
4916         * util/: fileUtils.c (1.18), utils.c (1.8): Quit if a "safe"
4917         getpw*() call fails. GetUserName() returns a safe, cached result
4919 2001-11-26 17:17  amai
4921         * ChangeLog (1.14), README (1.20), source/help.c (1.64),
4922         source/nc.c (1.14), source/nedit.c (1.22): Apply Patch from M.
4923         Schwarzenberg: SF Patch [ #485610 ] -- open filenames starting with
4924         a dash
4926 2001-11-26 14:54  amai
4928         * util/fileUtils.c (1.17): Try to fix a potential memory
4929         (security?!?) leak in ExpandTile()
4931 2001-11-26 14:17  amai
4933         * util/utils.c (1.7): Cache return value of GetHomeDir() and return
4934         a private reference.  Earlier we did return a string that could be
4935         invalided before it was used!?
4937 2001-11-25 23:03  edg
4939         * source/file.c (1.37): Crash fix: avoid closing windows twice when
4940         user destroys the window of a file that could not be opened instead
4941         of closing the error dialog.
4943 2001-11-25 22:05  edg
4945         * source/textBuf.c (1.14): Small fix: tighter buffer boundary check
4946         when accessing characters.
4948 2001-11-24 11:57  amai
4950         * source/file.c (1.36): Patch from Thorsten Haude for SF Bug [
4951         #484870 ] Double Mnemonic
4953 2001-11-24 11:41  amai
4955         * makefiles/Makefile.qnx (1.1, BETA-5-3-RC1): Add Makefile for QNX
4956         as posted on develop@ mailinglist
4958 2001-11-22 21:01  amai
4960         * source/interpret.c (1.19), source/preferences.c (1.40),
4961         source/textBuf.c (1.13), source/textBuf.h (1.6), util/printUtils.c
4962         (1.14), util/printUtils.h (1.5, BETA-5-3-RC1): Another small const
4963         patch
4965 2001-11-21 16:36  amai
4967         * util/misc.c (1.35): Patch SF [#483505 ] Fix warning on DEC Not
4968         literally, I extended the comment a bit.
4970 2001-11-20 15:53  amai
4972         * README (1.19): Sorry, another "dummy" commit, to check for the
4973         commit messages :-)
4975 2001-11-20 15:36  amai
4977         * ReleaseNotes (1.11): Switch to "5.2+" ...
4979 2001-11-20 15:31  amai
4981         * README (1.18): Start list of 5.2+ features/changes
4983 2001-11-20 13:25  amai
4985         * source/selection.c (1.14), util/system.h (1.9, BETA-5-3-RC1): Add
4986         Intel's icc/ecc to our list of known compilers (and fix a compiler
4987         warning)
4989 2001-11-18 19:53  amai
4991         * ChangeLog (1.13): Update
4993 2001-11-18 19:02  arnef
4995         * source/Makefile.common (1.9), source/Makefile.dependencies
4996         (1.12), source/help.c (1.63), source/help.h (1.5), source/menu.c
4997         (1.40), source/nc.c (1.13), source/preferences.c (1.39),
4998         source/preferences.h (1.15), source/server.c (1.11),
4999         source/window.c (1.34), source/window.h (1.8, BETA-5-3-RC1),
5000         source/windowTitle.c (1.1), source/windowTitle.h (1.1,
5001         BETA-5-3-RC1), util/Makefile.common (1.6, BETA-5-3-RC1),
5002         util/Makefile.dependencies (1.5, BETA-5-3-RC1), util/clearcase.c
5003         (1.1, BETA-5-3-RC1), util/clearcase.h (1.1, BETA-5-3-RC1),
5004         util/fileUtils.c (1.16), util/fileUtils.h (1.7, BETA-5-3-RC1),
5005         util/utils.c (1.6), util/utils.h (1.3): Added Customise Window
5006         Title patch Ref.
5007         http://sourceforge.net/tracker/?func=detail&atid=311005&aid=477875&
5008         group_id=11005
5010 2001-11-16 16:06  tringali
5012         * util/misc.c (1.34): 482504: Bad CapsLock grab on certain keyboard
5013         configurations
5015 2001-11-16 12:47  amai
5017         * source/userCmds.c (1.22): "const patch"
5019 2001-11-16 11:13  amai
5021         * source/: selection.c (1.13), shift.c (1.10, BETA-5-3-RC1): Add
5022         two missing #includes
5024 2001-11-16 11:02  amai
5026         * source/: help.c (1.62), shell.c (1.17), userCmds.c (1.21): Apply
5027         patch SF [ #434451 ] line numbers in shell commands from Axel
5028         Riese.
5030 2001-11-16 10:06  amai
5032         * source/: help.c (1.61), menu.c (1.39), selection.c (1.12),
5033         selection.h (1.4, BETA-5-3-RC1), text.c (1.19), text.h (1.5,
5034         BETA-5-3-RC1), textDisp.c (1.11), textDisp.h (1.6): Apply patch for
5035          SF [ #403435 ] Go to column in "Goto Line Number" dialog (added
5036         some 'consts', missing #include, etc.)
5038 2001-11-16 09:39  amai
5040         * source/: tags.c (1.24), tags.h (1.9), textBuf.c (1.12), textBuf.h
5041         (1.5), userCmds.c (1.20): Another "const patch"
5043 2001-11-15 14:28  amai
5045         * makefiles/Makefile.openbsd (1.1, BETA-5-3-RC1): In principle the
5046         same as Makefile.netbsd, but I arbitrarily chose a Motif 2.1 setup
5047         and added -lXp already
5049 2001-11-13 21:07  amai
5051         * makefiles/Makefile.os2 (1.9): For now we don't have/use
5052         readlink(2) on OS/2
5054 2001-11-13 11:10  amai
5056         * source/: search.c (1.38), search.h (1.14): Add some more 'const's
5057         to public search routines
5059 2001-11-12 14:04  amai
5061         * util/: DialogF.c (1.19), DialogF.h (1.5, BETA-5-3-RC1), misc.c
5062         (1.33), misc.h (1.11, BETA-5-3-RC1): Another small 'const patch'
5064 2001-11-12 13:46  amai
5066         * makefiles/Makefile.generic (1.7, BETA-5-3-RC1), source/tags.c
5067         (1.23), util/fileUtils.c (1.15), util/fileUtils.h (1.6): Revised
5068         version of Patch from Markus Schwarzenberg: SF [ #479589 ] path for
5069         tags files should be resolved I added a catch for systems without
5070         links/readlink(2)
5072 2001-11-10 00:00  slobasso
5074         * source/help.c (1.60): fixed bad eol in string
5076 2001-11-09 23:58  slobasso
5078         * source/highlightData.c (1.26): added in to NEdit macro language
5079         keywords
5081 2001-11-08 16:05  amai
5083         * makefiles/Makefile.generic (1.6), makefiles/Makefile.os2 (1.8),
5084         source/file.c (1.35): Drop WRITES_DOS_TEXT catch finally!
5086 2001-11-08 13:49  amai
5088         * ChangeLog (1.12): Update
5090 2001-11-08 13:47  amai
5092         * README (1.17), source/help.c (1.59): Add timestamp again to
5093         version info. The build date is not necessarily an indicator for
5094         the date of the underlying sources ...
5096 2001-11-08 12:55  edg
5098         * source/search.c (1.37): Fixed a bug for replacements in
5099         rectangular selections: false matches could hide valid ones.
5101 2001-11-07 22:54  edg
5103         * source/preferences.c (1.38): Added a patch for the last remaining
5104         issue of SF bug #230912 (Postscript language mode definition on
5105         VMS), and added a post-5.2 preferences upgrading routine, to be
5106         extended when other preferences are upgraded.
5108 2001-11-05 15:17  tringali
5110         * source/highlightData.c (1.25): Update C/C++ preprocessor patterns
5111         with specific keywords (#include, #define, etc.)
5113 2001-11-02 12:17  edg
5115         * source/file.c (1.34): Changed misleading "Create" button label in
5116         dialogs to "New File" (Thorsten Haude, SF bug #449765).
5118 2001-11-02 12:13  edg
5120         * README (1.16), doc/nedit.doc (1.7), source/help.c (1.58): Minor
5121         documentation updates (Thorsten Haude).
5123 2001-11-01 20:22  edg
5125         * util/fontsel.c (1.13): Removed a debug print statement that was
5126         left behind accidentally.
5128 2001-10-31 17:25  edg
5130         * util/getfiles.c (1.16): Added a VMS-specific check for a Motif
5131         2.x bug workaround (one was added earlier, but it should have been
5132         done at two places).
5134 2001-10-31 16:36  edg
5136         * source/: nedit.c (1.21), preferences.c (1.37): Changed default
5137         font sizes from 12 pixels to 12 points. This should improve
5138         portability.
5140 2001-10-30 21:47  tringali
5142         * source/preferences.c (1.36): Merge post-RC1 changes to mainline
5144 2001-10-27 20:19  edg
5146         * source/: menu.c (1.38), userCmds.c (1.19): Added extra checks to
5147         prevent macro/background menu commands from being executed by the
5148         user while another command is already running (to prevent a crash).
5149         Also added beeps to notify the user in those cases that the
5150         commands are rejected.
5152 2001-10-26 20:17  amai
5154         * makefiles/: Makefile.generic (1.5), Makefile.os2 (1.7): Document
5155         -DWRITES_DOS_TEXT - at least it's used on OS/2!
5157 2001-10-25 15:51  tringali
5159         * source/preferences.c (tags: REL-5-2) (BETA-5-2.6): Compare file
5160         versions as integers to avoid bad float comparisonsCompare file
5161         versions as integers to avoid bad float comparisonsCompare file
5162         versions as integers to avoid bad float comparisonsCompare file
5163         versions as integers to avoid bad float comparisons
5165 2001-10-22 08:50  amai
5167         * source/: tags.c (1.22), tags.h (1.8): Patch for SF [ #473602 ] no
5168         mult. tags selection on 1st find def from Markus Schwarzenberg
5170 2001-10-21 15:13  tringali
5172         * README (1.15), ReleaseNotes (1.10), doc/faq-txt.awk (1.2,
5173         BETA-5-3-RC1), doc/faq-txt.dtd (1.2, BETA-5-3-RC1), doc/faq-txt.xsl
5174         (1.2, BETA-5-3-RC1), doc/faq.dtd (1.2, BETA-5-3-RC1), doc/faq.xml
5175         (1.3, BETA-5-3-RC1), doc/faq.xsl (1.2, BETA-5-3-RC1), doc/nc.man
5176         (1.5, BETA-5-3-RC1), doc/nedit.doc (1.6), doc/nedit.man (1.6,
5177         BETA-5-3-RC1), source/file.c (1.33), source/help.c (1.57),
5178         source/highlight.c (1.20), source/highlightData.c (1.24),
5179         source/nedit.c (1.20), source/preferences.c (1.35), source/search.c
5180         (1.36), source/shell.c (1.16), util/fontsel.c (1.12),
5181         util/fontsel.h (1.5, BETA-5-3-RC1), util/prefFile.c (1.11),
5182         util/system.h (1.8): Merge post-5.2RC1 changes into mainline
5184 2001-10-21 15:09  tringali
5186         * doc/NEdit.ad (1.2, BETA-5-3-RC1), doc/README.FAQ (1.2,
5187         BETA-5-3-RC1), doc/faq-txt-pass2.xsl (1.2, BETA-5-3-RC1),
5188         doc/faq.txt (1.2, BETA-5-3-RC1), makefiles/Makefile.depend (1.2,
5189         BETA-5-3-RC1), makefiles/Makefile.linux (1.6),
5190         makefiles/Makefile.os2 (1.6), makefiles/Makefile.solaris (1.5),
5191         makefiles/Makefile.unixware (1.4, BETA-5-3-RC1): Merge post-5.2RC1
5192         changes into mainline
5194 2001-10-16 14:41  edg
5196         * ChangeLog (tags: REL-5-2) (BETA-5-2.6): Final update for 5.2
5197         release.
5199 2001-10-15 20:10  amai
5201         * source/tags.c (1.21): Latest patch for SF [ #466742 ] Tag not
5202         found
5204 2001-10-15 17:33  slobasso
5206         * source/nc.c (1.12): Patch to allow for multi-line macros to be
5207         passed on nc command line when a nedit server is not already
5208         running.
5210 2001-10-15 17:28  slobasso
5212         * source/: file.c (1.32), file.h (1.9, BETA-5-3-RC1), nedit.c
5213         (1.19), nedit.h (1.18), server.c (1.10): Changed -read behavior to
5214         mimic the Read Only menu option.
5216 2001-10-15 17:24  slobasso
5218         * source/text.c (1.18): Fixes problem where triple clicking to
5219         select a word wrapped line was inconsistent with the subsequent
5220         dragging to extend the selection. The behavior now matches.
5222 2001-10-12 19:34  tringali
5224         * Makefile, source/help.c (BETA-5-2.[1,9]) (utags: REL-5-2): Prep
5225         work for final 5.2 release
5227 2001-10-12 11:54  edg
5229         * README (tags: REL-5-2) (BETA-5-2.5): Minor updates.
5231 2001-10-12 10:36  edg
5233         * README, ReleaseNotes (tags: REL-5-2) (BETA-5-2.[4,2]): Updates in
5234         preparation of the 5.2 release.
5236 2001-10-11 13:19  edg
5238         * source/preferences.c (BETA-5-2.5): Fixed a bug in the 5.2
5239         preferences upgrading routine: new language modes were added, but
5240         the corresponding highlight patterns were not enabled.
5242 2001-10-10 18:32  edg
5244         * source/shell.c (tags: REL-5-2) (BETA-5-2.1): Fixed a bug that
5245         could cause NEdit to crash or garble a file when the user modifies
5246         the buffer while the output of an external command is being
5247         inserted.
5249 2001-10-08 07:29  amai
5251         * ChangeLog (BETA-5-2.5), ChangeLog (1.11): Update
5253 2001-10-06 13:09  amai
5255         * ReleaseNotes (BETA-5-2.1): Some very minor changes towards the
5256         release
5258 2001-10-06 11:42  amai
5260         * README, source/help.c (BETA-5-2.[3,8]): "lame attempt" to enfore
5261         a release: drop "RC" and update timestamps!
5263 2001-10-04 11:02  amai
5265         * makefiles/Makefile.solaris (tags: REL-5-2) (BETA-5-2.2): Use
5266         CC=cc.  After all it's the most - since only - standard conforming
5267         setting
5269 2001-10-04 10:16  amai
5271         * source/tags.c (1.20): Patch for SF Bug [ #466742 ] Tag not found.
5272          This is tags-semicolon2.diff as submitted by Markus Schwarzenberg.
5274 2001-10-04 09:44  amai
5276         * README (1.14), source/help.c (1.56): Update timestamps
5278 2001-10-02 17:06  amai
5280         * source/help.c (BETA-5-2.7): Get PrintVersion() work again and
5281         update timestamp
5283 2001-10-02 07:16  amai
5285         * doc/README.FAQ (1.1): file README.FAQ was initially added on
5286         branch BETA-5-2.
5288 2001-10-02 07:16  amai
5290         * doc/faq-txt-pass2.xsl (1.1): file faq-txt-pass2.xsl was initially
5291         added on branch BETA-5-2.
5293 2001-10-02 07:16  amai
5295         * doc/: README.FAQ, faq-txt-pass2.xsl, faq.dtd, faq.txt, faq.xml
5296         (BETA-5-2.[1,1,1,3,5]) (utags: REL-5-2): FAQ updates from Florian
5297         Xhumari (20011001)
5299 2001-10-01 13:34  amai
5301         * source/highlightData.c (tags: REL-5-2) (BETA-5-2.1): minor
5302         pattern fix, bug 455877
5304 2001-10-01 12:42  edg
5306         * source/preferences.c (BETA-5-2.4): Changed the order in which new
5307         5.2 language modes were added to the list during upgrading (they
5308         are now simply appended instead of inserted).
5310 2001-10-01 08:30  edg
5312         * util/prefFile.c (tags: REL-5-2) (BETA-5-2.1): Fixed a bug in the
5313         preferences restoration mechanism (prefFileRead is now properly
5314         set, even if already present in the resource file).
5316 2001-09-30 19:49  edg
5318         * source/preferences.c (BETA-5-2.3): Added a 5.1 to 5.2 preferences
5319         upgrading routine (language modes and highlight styles).
5321 2001-09-27 12:41  edg
5323         * source/file.c (tags: REL-5-2) (BETA-5-2.1): Added comment about
5324         use of tmpnam (Thorsten Haude).
5326 2001-09-26 21:05  amai
5328         * makefiles/Makefile.unixware (tags: REL-5-2) (BETA-5-2.1): Add
5329         -lSM -lICE  to libs as reported on the list as for UnixWare 7.1.1
5331 2001-09-21 09:58  amai
5333         * source/: tags.c (1.19), tags.h (1.7): 'const' patch + fix small
5334         memory leak + protect against memory overflow in Add*TagFile
5336 2001-09-20 19:30  tringali
5338         * doc/nedit.doc (tags: REL-5-2), source/help.c (BETA-5-2.[3,6]): -
5339         Merge slobasso 5.2 doc fixes erronously applies to mainline here
5341 2001-09-20 14:24  tringali
5343         * source/nedit.c (tags: REL-5-2) (BETA-5-2.1): Remove "iso8859" as
5344         some servers do not have this encoding installed.
5346 2001-09-20 11:14  amai
5348         * ChangeLog (1.10): Update
5350 2001-09-20 11:13  amai
5352         * ChangeLog (BETA-5-2.4): Update. Remove info about recent main
5353         trunk
5355 2001-09-19 12:11  amai
5357         * makefiles/: Makefile.linux, Makefile.os2 (BETA-5-2.[1,1]) (utags:
5358         REL-5-2): Document -lXp flag (required when linking against a Motif
5359         2.1 compatible libXm)
5361 2001-09-17 14:06  amai
5363         * source/file.c (1.31), source/regularExp.c (1.11), source/search.h
5364         (1.13), util/printUtils.c (1.13): Still minor cleanup. Make
5365         compiler/lint even more happy
5367 2001-09-14 15:59  edg
5369         * source/highlight.c (tags: REL-5-2) (BETA-5-2.1): Fixes for SF
5370         bugs #459965 and #460859 (they are related), including patch
5371         #460229.
5373 2001-09-13 14:11  tringali
5375         * source/preferences.c (BETA-5-2.2): #458807: Automatically add 5.2
5376         styles if .nedit file is pre-5.2
5378 2001-09-12 20:14  amai
5380         * doc/: faq-txt.awk (tags: REL-5-2), faq-txt.dtd (tags: REL-5-2),
5381         faq-txt.xsl (tags: REL-5-2), faq.txt, faq.xml, faq.xsl (tags:
5382         REL-5-2) (BETA-5-2.[1,1,1,2,4,1]): Update as sent from Florian
5383         Xhumari
5385 2001-09-12 09:45  amai
5387         * ChangeLog (BETA-5-2.3): I forgot to update this file in this beta
5388         branch ...
5390 2001-09-12 09:18  amai
5392         * makefiles/Makefile.depend (tags: REL-5-2) (BETA-5-2.1): Add CVS
5393         info line to output. Makes life even more simple
5395 2001-09-11 11:24  amai
5397         * doc/faq.xml (BETA-5-2.3): Add a non-visible CVS stamp and update
5398         version/time stamp
5400 2001-09-11 10:17  edg
5402         * source/search.c (tags: REL-5-2) (BETA-5-2.1): Fixed a minor
5403         button sensitivity bug (Multiple Files... button was grayed out
5404         after canceling multi-file replace dialog and modifying search
5405         text).
5407 2001-09-10 15:28  amai
5409         * util/system.h (tags: REL-5-2) (BETA-5-2.2): Update/add/fix
5410         compiler info
5412 2001-09-10 13:42  amai
5414         * source/help.c (BETA-5-2.5): Update timestamp
5416 2001-09-10 13:41  amai
5418         * doc/faq.xml (BETA-5-2.2): Some updates WRT LessTif, mostly
5419         cosmetics.
5421 2001-09-07 14:16  amai
5423         * doc/NEdit.ad (1.1): file NEdit.ad was initially added on branch
5424         BETA-5-2.
5426 2001-09-07 14:16  amai
5428         * doc/NEdit.ad (tags: REL-5-2) (BETA-5-2.1): Add a 5.1 app defaults
5429         file - needs to be updated probably.  This contains only
5430         outcommented entries!
5432 2001-09-07 07:46  amai
5434         * doc/nc.man (tags: REL-5-2), doc/nedit.doc, source/help.c
5435         (BETA-5-2.[1,2,4]): Fix typos as reported on the list
5437 2001-09-07 07:39  amai
5439         * source/help.c (BETA-5-2.3): Don't call XmRegisterConverters() for
5440         Motif 2.1, add declaration for 2.0 and add a "helpful" comment on
5441         all that
5443 2001-09-06 09:39  amai
5445         * ChangeLog (1.9), source/help.c (1.55): ChangeLog update and a new
5446         timestamp
5448 2001-09-06 09:37  amai
5450         * source/: Makefile.dependencies (1.11), file.c (1.30), tags.c
5451         (1.18), tags.h (1.6): Add missing #include and add some 'const'. 
5452         Update dependencies
5454 2001-09-05 11:44  amai
5456         * source/: file.c (1.29), help.c (1.54), preferences.c (1.34),
5457         preferences.h (1.14), tags.c (1.17), tags.h (1.5): Patch for SF bug
5458         [ #451997 ] bugs in tags.c/normalizePathname from Markus
5459         Schwarzenberg
5461 2001-09-04 17:55  amai
5463         * doc/nedit.doc, source/help.c (BETA-5-2.[1,2]): Fix typo reported
5464         on the mailinglist
5466 2001-08-31 22:16  amai
5468         * doc/: faq.txt, faq.xml (BETA-5-2.[1,1]): Update FAQ as sent from
5469         Florian Xhumari.  Add plain text version of FAQ
5471 2001-08-31 22:16  amai
5473         * doc/faq.txt (1.1): file faq.txt was initially added on branch
5474         BETA-5-2.
5476 2001-08-30 21:04  tringali
5478         * util/system.h (BETA-5-2.1): Fix for Solaris x86 "unknown"
5480 2001-08-30 20:19  amai
5482         * ChangeLog (BETA-5-2.2): Update
5484 2001-08-30 20:17  amai
5486         * source/preferences.c (BETA-5-2.1): /bin/csh doesn't make sense on
5487         OS/2 - even as a default value only
5489 2001-08-29 15:56  slobasso
5491         * source/help.c (1.53): fixed mispellings
5493 2001-08-29 13:56  amai
5495         * source/regularExp.c (1.10): Fix lint warning: octal constants
5496         shouldn't carry a suffix like 'L'!?
5498 2001-08-29 08:27  amai
5500         * util/: misc.c (1.32), misc.h (1.10): Second attempt to fix a
5501         specific compiler warning and a 'const' addition
5503 2001-08-29 00:01  slobasso
5505         * source/file.c (1.28): moved braces so nedit goto matching works
5507 2001-08-28 23:18  slobasso
5509         * doc/nedit.doc (1.5), source/help.c (1.52): documentation cleanup
5511 2001-08-28 22:24  slobasso
5513         * source/help.c (1.51): Array documentation cleanup.
5515 2001-08-28 11:41  amai
5517         * source/tags.c (1.16): 'const' patch
5519 2001-08-28 11:29  amai
5521         * source/file.c (1.27), source/highlight.c (1.19),
5522         source/interpret.c (1.18), source/macro.c (1.36), source/menu.c
5523         (1.37), source/preferences.c (1.33), source/preferences.h (1.13),
5524         source/tags.c (1.15), source/text.c (1.17), util/misc.c (1.31): Fix
5525         some more lclint warnings: type casts, make some things static (no,
5526         not all unused ones, 'some'), etc.
5528 2001-08-27 18:45  slobasso
5530         * source/macro.c (1.35): fixed static linkage of actionToString to
5531         match declaration
5533 2001-08-27 09:08  amai
5535         * source/nc.c (1.11): startServer() changes: has a return type now;
5536         re-shuffle some code Also make another global var static and
5537         replace a printf() by puts()
5539 2001-08-26 02:28  slobasso
5541         * source/macro.c (1.34): removed unused variable
5543 2001-08-25 15:58  amai
5545         * source/: file.c (1.26), highlightData.c (1.23), highlightData.h
5546         (1.6), preferences.c (1.32), preferences.h (1.12), regexConvert.c
5547         (1.5, BETA-5-3-RC1), regexConvert.h (1.3, BETA-5-3-RC1), server.h
5548         (1.3, BETA-5-3-RC1), shell.c (1.15), shell.h (1.4, BETA-5-3-RC1),
5549         undo.c (1.7), undo.h (1.4, BETA-5-3-RC1): Another 'const' patch
5551 2001-08-25 15:24  amai
5553         * source/: file.c (1.25), file.h (1.8), highlightData.c (1.22),
5554         highlightData.h (1.5), macro.c (1.33), macro.h (1.3, BETA-5-3-RC1),
5555         regularExp.c (1.9), regularExp.h (1.6, BETA-5-3-RC1), search.c
5556         (1.35), search.h (1.12): Another 'const' patch
5558 2001-08-25 12:16  amai
5560         * util/printUtils.c (1.12): The very last signed vs. unsigned
5561         warning on my system ...
5563 2001-08-25 12:09  amai
5565         * source/: highlightData.c (1.21), menu.c (1.36), preferences.c
5566         (1.31), regularExp.c (1.8), shell.c (1.14), userCmds.c (1.18): Fix
5567         a couple of "unsigned vs. int" compiler warnings. Using gcc on OS/2
5568         this warning is now completly wiped out!
5570 2001-08-25 11:55  amai
5572         * util/: DialogF.c (1.18), misc.c (1.30), prefFile.c (1.10): Fix
5573         compiler warnings. Mostly unsigned vs. signed int issues
5575 2001-08-25 11:49  amai
5577         * README (BETA-5-2.2): A couple of fixes, enhancements (see report
5578         on mailinglist)
5580 2001-08-24 18:34  amai
5582         * makefiles/Makefile.solaris (BETA-5-2.1): No debug build by
5583         default. Patch from Thorsten Haude
5585 2001-08-24 08:33  amai
5587         * util/: fontsel.c, fontsel.h, misc.c (BETA-5-2.[2,2,2]) (utags:
5588         REL-5-2): Undo some changes which I erroneously checked in ...
5590 2001-08-24 08:28  amai
5592         * ChangeLog, util/fontsel.c, util/fontsel.h, util/misc.c
5593         (BETA-5-2.[1,1,1,1]): Updated Changelog.  Includes whole history,
5594         including new beta branch.  New options of cvs2cl used, listing
5595         contains now revision/branch info, timestamps are in GMT, etc.
5597 2001-08-24 08:19  amai
5599         * source/macro.c (1.32): Fix warnings, add 'const's, make func
5600         static
5602 2001-08-23 17:57  amai
5604         * source/selection.c (1.11): Try to fix two lint/compiler warnings
5606 2001-08-23 17:42  amai
5608         * source/search.c (1.34): Fix wrong return type in function (in a
5609         "dead" branch)
5611 2001-08-23 14:59  amai
5613         * source/: highlightData.c (1.20), interpret.c (1.17), shift.c
5614         (1.9), smartIndent.c (1.13, BETA-5-3-RC1): Make some more functions
5615         static
5617 2001-08-23 14:39  amai
5619         * util/: misc.c (1.29), misc.h (1.9): Drop 'wrong' prototype for
5620         standard function. Fix a function signature to avoid warnings
5622 2001-08-23 14:11  amai
5624         * util/: fontsel.c (1.11), fontsel.h (1.4): Fix lint warning about
5625         float to integer assignment and add some more 'const's
5627 2001-08-23 13:57  amai
5629         * util/misc.c (1.28): Drop unused #include
5631 2001-08-22 15:41  amai
5633         * README, source/help.c (BETA-5-2.[1,1]): First updates for "RC1"
5635 2001-08-22 15:39  amai
5637         * doc/nedit.man (tags: REL-5-2) (BETA-5-2.1): Update from Joor
5638         Loohuis.
5640 2001-08-21 14:29  tringali
5642         * source/: userCmds.c (1.17), window.c (1.33) (utags: REL-5-2):
5643         #449569: Ensure shell/macro accelerators also have accelerator fix
5645 2001-08-20 20:36  tringali
5647         * source/window.c (1.32): #449569: Avoid startup failure when
5648         window manager grabs the same key as an accelerator
5650 2001-08-18 12:35  amai
5652         * source/Makefile.dependencies (1.10, REL-5-2): Update
5654 2001-08-18 12:24  amai
5656         * source/: help.c (1.50), help.h (1.4, REL-5-2), nedit.c (1.18):
5657         Add a PrintVersion() call to nedit.  Some more 'const' patches :-)
5659 2001-08-18 11:48  jlous
5661         * README (1.13), doc/nedit.man (1.5), source/help.c (1.49): Moved
5662         Thorsten Haude credits from pattern contributor to developer.
5664 2001-08-17 23:02  edg
5666         * README (1.12), makefiles/Makefile.aix (1.5, BETA-5-3-RC1,
5667         REL-5-2), makefiles/Makefile.bsdi (1.3, BETA-5-3-RC1, REL-5-2),
5668         makefiles/Makefile.ccur (1.3, BETA-5-3-RC1, REL-5-2),
5669         makefiles/Makefile.convex (1.3, BETA-5-3-RC1, REL-5-2),
5670         makefiles/Makefile.cygwin (1.4, BETA-5-3-RC1, REL-5-2),
5671         makefiles/Makefile.dcosx (1.3, BETA-5-3-RC1, REL-5-2),
5672         makefiles/Makefile.dec (1.4, BETA-5-3-RC1, REL-5-2),
5673         makefiles/Makefile.freebsd (1.3, BETA-5-3-RC1, REL-5-2),
5674         makefiles/Makefile.generic (1.4, REL-5-2), makefiles/Makefile.hpux
5675         (1.3, BETA-5-3-RC1, REL-5-2), makefiles/Makefile.linux (1.5),
5676         makefiles/Makefile.lynx (1.3, BETA-5-3-RC1, REL-5-2),
5677         makefiles/Makefile.m88k.svr4 (1.3, BETA-5-3-RC1, REL-5-2),
5678         makefiles/Makefile.netbsd (1.3, BETA-5-3-RC1, REL-5-2),
5679         makefiles/Makefile.os2 (1.5), makefiles/Makefile.osf (1.4,
5680         BETA-5-3-RC1, REL-5-2), makefiles/Makefile.reliant (1.3,
5681         BETA-5-3-RC1, REL-5-2), makefiles/Makefile.sco (1.3, BETA-5-3-RC1,
5682         REL-5-2), makefiles/Makefile.sgi (1.3, BETA-5-3-RC1, REL-5-2),
5683         makefiles/Makefile.solaris (1.4), makefiles/Makefile.sunos (1.3,
5684         BETA-5-3-RC1, REL-5-2), makefiles/Makefile.superux (1.3,
5685         BETA-5-3-RC1, REL-5-2), makefiles/Makefile.uhc (1.3, BETA-5-3-RC1,
5686         REL-5-2), makefiles/Makefile.ultrix (1.3, BETA-5-3-RC1, REL-5-2),
5687         makefiles/Makefile.unicos (1.4, REL-5-2),
5688         makefiles/Makefile.unixware (1.3), source/help.c (1.48),
5689         source/preferences.c (1.30): Made the REPLACE_SCOPE compilation
5690         option more visible and changed the default replace scope selection
5691         preference to "Smart".
5693 2001-08-17 21:54  edg
5695         * source/highlight.c (1.18): Added a fix for SF bug #449828.
5697 2001-08-17 14:09  tringali
5699         * source/tags.c (1.14, REL-5-2): Fix for crash in shared tag
5700         allocation on Solaris (compiler bug?)
5702 2001-08-17 11:01  amai
5704         * source/: window.c (1.31), window.h (1.7, REL-5-2): Another
5705         'const' patch
5707 2001-08-17 10:56  amai
5709         * util/: fileUtils.c (1.14), fileUtils.h (1.5) (utags: REL-5-2):
5710         Export two more interfaces. Fix for CompressPathname() to avoid
5711         multiple slashes in path. (Markus Schwarzenberg)
5713 2001-08-16 18:33  slobasso
5715         * source/highlightData.c (1.19): Fixed NEdit macro language
5716         patterns to contain previously added items.
5718 2001-08-16 17:24  amai
5720         * source/highlight.c (1.17): Fix for [ nedit-Bugs-435384 ] circular
5721         patterns reference hangs NEdit
5723 2001-08-16 09:49  amai
5725         * source/highlightData.c (1.18): Patch [ #451485 ] updated Sh Ksh
5726         Bash patterns submitted from Joor Loohuis
5728 2001-08-15 09:16  amai
5730         * source/: Makefile.dependencies (1.9), regexConvert.c (1.4,
5731         REL-5-2): Another source was missing to #include it's own header
5732         for consistency checking!
5734 2001-08-15 09:08  amai
5736         * ChangeLog (1.8): Update (ok, not even a week has passed, but it's
5737         a nice overview ...)
5739 2001-08-15 09:00  amai
5741         * source/preferences.h (1.11, REL-5-2), util/misc.c (1.27),
5742         util/misc.h (1.8, REL-5-2): Have unique value for MAX_ACCEL_LEN
5744 2001-08-15 08:56  amai
5746         * source/Makefile.dependencies (1.8): Update
5748 2001-08-15 08:56  amai
5750         * source/: userCmds.c (1.16), userCmds.h (1.4, BETA-5-3-RC1,
5751         REL-5-2): Source should include it's own headers for consistency
5752         checking.  Add some const to signatures, drop an unused arg from a
5753         static interface.
5755 2001-08-14 15:05  slobasso
5757         * source/rbTree.c (1.4, BETA-5-3-RC1, REL-5-2): fixed comment
5758         spacing
5760 2001-08-14 14:40  slobasso
5762         * source/rbTree.c (1.3): added gnu license
5764 2001-08-14 08:50  jlous
5766         * README (1.11): README credits updated to reflect version dialog
5768 2001-08-14 08:37  jlous
5770         * source/file.c (1.24), source/help.c (1.47), source/highlight.c
5771         (1.16), source/highlightData.c (1.17), source/interpret.c (1.16,
5772         REL-5-2), source/macro.c (1.31, REL-5-2), source/menu.c (1.35,
5773         REL-5-2), source/nc.c (1.10, REL-5-2), source/nedit.c (1.17),
5774         source/preferences.c (1.29), source/search.c (1.33),
5775         source/selection.c (1.10, REL-5-2), source/server.c (1.9, REL-5-2),
5776         source/shell.c (1.13), source/shift.c (1.8, REL-5-2),
5777         source/smartIndent.c (1.12, REL-5-2), source/tags.c (1.13),
5778         source/text.c (1.16, REL-5-2), source/textBuf.c (1.11, REL-5-2),
5779         source/textDisp.c (1.10, REL-5-2), source/textDrag.c (1.4,
5780         REL-5-2), source/textSel.c (1.5, REL-5-2), source/undo.c (1.6,
5781         REL-5-2), source/userCmds.c (1.15), source/window.c (1.30),
5782         util/DialogF.c (1.17, REL-5-2), util/fileUtils.c (1.13),
5783         util/fontsel.c (1.10), util/getfiles.c (1.15, REL-5-2),
5784         util/managedList.c (1.7, BETA-5-3-RC1, REL-5-2), util/misc.c
5785         (1.26), util/prefFile.c (1.9), util/printUtils.c (1.11, REL-5-2),
5786         util/system.h (1.7), util/utils.c (1.5, REL-5-2), util/vmsUtils.c
5787         (1.5, BETA-5-3-RC1, REL-5-2): Fixed license statements to pure GPL
5789 2001-08-13 13:48  tringali
5791         * doc/: nc.man (1.4), nedit.man (1.4): manpage updates from Joor.
5793 2001-08-13 09:55  amai
5795         * doc/nedit.doc (1.4), source/help.c (1.46): Doc patch from
5796         Thorsten Haude posted on Fri Aug 10 2001
5798 2001-08-13 09:51  amai
5800         * doc/nedit.doc (1.3), source/help.c (1.45): Patch from Thorsten
5801         Haude: Document Arrays within nedit.doc and typo fix in help.c
5803 2001-08-12 15:45  amai
5805         * makefiles/Makefile.generic (1.3), source/comnedit.com (1.6,
5806         REL-5-2): Drop last references to NO_FCHMOD #define
5808 2001-08-11 19:51  edg
5810         * source/search.c (1.32): Fixed SF bug #448006: three beeps; one to
5811         many.
5813 2001-08-10 20:36  amai
5815         * source/highlightData.c (1.16): TeX pattern patch from Joerg
5816         Fischer <jf505@yahoo.de>
5818 2001-08-10 14:35  amai
5820         * source/Makefile.dependencies (1.7): Update dependency list
5822 2001-08-09 20:58  tringali
5824         * source/nedit.c (1.16): Fix for wrong menu font [#434383]
5826 2001-08-09 18:47  amai
5828         * util/system.h (1.6): Correct a comment :-)
5830 2001-08-09 18:46  amai
5832         * makefiles/Makefile.os2 (1.4): Drop -DNO_FCHMOD flag
5834 2001-08-09 18:41  slobasso
5836         * source/Makefile.common (1.8, REL-5-2): added parse.c to cleaned
5837         files for make clean
5839 2001-08-09 18:39  slobasso
5841         * source/userCmds.c (1.14): removed attachment possibly causing
5842         window manager loop
5844 2001-08-09 18:03  slobasso
5846         * source/: smartIndent.c (1.11), smartIndent.h (1.4, BETA-5-3-RC1,
5847         REL-5-2), macro.c (1.30): We now keep track if we are in smart
5848         indent macros so garbage collection won't remove things from under
5849         a macro.
5851 2001-08-09 13:34  amai
5853         * source/highlight.c (1.15), source/highlightData.c (1.15),
5854         source/interpret.c (1.15), source/search.c (1.31),
5855         source/selection.c (1.9), source/shell.c (1.12),
5856         source/smartIndent.c (1.10), source/textBuf.c (1.10),
5857         source/textSel.c (1.4), source/userCmds.c (1.13), source/window.c
5858         (1.29), util/managedList.c (1.6): Add lots of missing #include
5859         <string.h>
5861 2001-08-09 08:37  amai
5863         * source/help.c (1.44): Add hardcoded timestamp (month) again
5865 2001-08-09 07:37  amai
5867         * source/.cvsignore (1.2, BETA-5-3-RC1, REL-5-2): Add entry
5869 2001-08-08 22:31  slobasso
5871         * source/file.c (1.23): remove fchmod calls except when under VMS
5873 2001-08-08 18:29  amai
5875         * makefiles/Makefile.os2 (1.3): Update from my private working copy
5877 2001-08-08 08:39  amai
5879         * ChangeLog (1.7): Update (should be done weekly perhaps and could
5880         even be done automatically?)
5882 2001-08-08 08:37  amai
5884         * source/parse.c_noyacc (1.7, REL-5-2): Re-generate from parse.y. 
5885         BTW, yacc from Digital Unix 4.0x is being used
5887 2001-08-08 08:34  amai
5889         * source/parse.y (1.16, REL-5-2): Add an #include <string.h> (there
5890         was no error/warning; somehow we already got this probably)
5892 2001-08-07 23:46  slobasso
5894         * source/Makefile.common (1.7): changed highlightData.c to be
5895         compiled with BIGGER_STRINGS
5897 2001-08-07 01:53  tringali
5899         * ReleaseNotes (1.9), source/highlightData.c (1.14),
5900         source/preferences.c (1.28): #448420: Pattern updates from Joor
5902 2001-08-07 01:12  tringali
5904         * source/nedit.c (1.15): Fix for #448402: nedit quits if unable to
5905         resolve X locale
5907 2001-08-06 21:24  amai
5909         * README (1.10): correction to "Requirements" section
5911 2001-08-06 21:21  amai
5913         * README (1.9): Add "Requirements for building NEdit" section
5915 2001-08-06 20:38  tringali
5917         * doc/nedit.doc (1.2), source/help.c (1.43): Sync help with doc. 
5918         (Updates from Thorsten Haude)
5920 2001-08-04 20:49  tringali
5922         * source/file.c (1.22), source/menu.c (1.34), source/nc.c (1.9),
5923         source/nedit.c (1.14), source/server.c (1.8), source/shell.c
5924         (1.11), source/window.c (1.28), util/misc.c (1.25): Ensure exit
5925         returns a meaningful (succes/fail) status to the user
5927 2001-08-04 20:23  tringali
5929         * util/system.h (1.5): Add info for lots more compilers.
5931 2001-08-03 12:16  amai
5933         * ReleaseNotes (1.8): Small updates
5935 2001-08-02 23:45  tringali
5937         * util/system.h (1.4): Add definitions for MSVC, Sun Workshop, etc.
5939 2001-08-02 22:59  slobasso
5941         * source/macro.c (1.29): Fixed problem where error message is
5942         written if empty learned macro is executed. Also disallowed replay
5943         from executing if a macro is already in progress. This caused a
5944         crash by overflowing the interpreter stack.
5946 2001-08-02 22:54  slobasso
5948         * source/file.c (1.21): added symlink security patch and added mode
5949         parameter to open calls with O_CREAT
5951 2001-08-02 17:26  amai
5953         * source/interpret.c (1.14): Avoid crash when calling
5954         "self_insert()" from macro menu: fill in missing entries from our
5955         fakes key event
5957 2001-08-01 07:41  amai
5959         * ChangeLog (1.6): Update
5961 2001-08-01 07:40  amai
5963         * source/help.c (1.42): Again hardcode a string about the
5964         development version "August 2001".  Build time may be misleading
5965         ...
5967 2001-07-31 23:16  slobasso
5969         * source/macro.c (1.28): fixed problem where closing window while
5970         learning would make it impossible to finish or cancel learing.
5972 2001-07-31 11:58  amai
5974         * source/text.c (1.15): Fix minor warnings
5976 2001-07-31 07:46  amai
5978         * util/managedList.c (1.5): Don't name variables 'index', may be an
5979         interface in BSD-like libc
5981 2001-07-31 07:43  amai
5983         * util/getfiles.c (1.14): Fix lint warning: "getfiles.c", line 716:
5984         warning: args redefinition hides earlier one
5986 2001-07-31 07:40  amai
5988         * util/fontsel.c (1.9): Don't use 'index' as name for variable; may
5989         be a call in a BSD-like libc
5991 2001-07-29 17:51  amai
5993         * source/highlight.c (1.14): Experimental patch to fix "mismatched"
5994         memory handling calls as indicated by "purify". Probably not
5995         complete and should be checked again with purify _now_!
5997 2001-07-28 19:53  tringali
5999         * Makefile (1.6): #442517: add explanatory text how to use make
6001 2001-07-25 18:37  tringali
6003         * source/help.c (1.41): Add more detailed info about Motif (runtime
6004         version number)
6006 2001-07-25 18:36  tringali
6008         * util/system.h (1.3): Use "Digital/Tru64 Unix" in place of OSF/1
6010 2001-07-25 18:36  tringali
6012         * doc/: nc.man (1.3), nedit.man (1.3): Update authors for 5.2
6014 2001-07-25 18:05  slobasso
6016         * util/misc.c (1.24): made changes so that Num_Lock's mod mask is
6017         found rather than assuming Mod3
6019 2001-07-25 14:36  amai
6021         * source/textBuf.c (1.9): Attempt to fix memory leak reported by
6022         Thorsten Haude
6024 2001-07-25 13:03  amai
6026         * util/misc.c (1.23): Try to fix small memory leak reported by
6027         Thorsten Haude
6029 2001-07-25 07:49  amai
6031         * util/system.h (1.2): Add "EMX=OS/2"
6033 2001-07-25 07:39  amai
6035         * source/Makefile.dependencies (1.6), util/Makefile.dependencies
6036         (1.4, REL-5-2): Update dependency lists
6038 2001-07-24 21:55  tringali
6040         * util/system.h (1.1): Add host compliation information to help
6042 2001-07-24 21:54  tringali
6044         * source/: help.c (1.40), tags.c (1.12), tags.h (1.4, REL-5-2): -
6045         Use shared strings for lower memory use with large tags files.  -
6046         Add compilation host information to help, update authors
6048 2001-07-24 19:27  slobasso
6050         * util/misc.c (1.22): Fix array size define to match actual array
6051         size.  Incorrect size could result in infinite loop.
6053 2001-07-18 13:01  amai
6055         * ChangeLog (1.5): Update
6057 2001-07-18 13:00  amai
6059         * source/: search.c (1.30), search.h (1.11, REL-5-2), window.c
6060         (1.27): Shrink two function names to 31 characters length and below
6061         (seems to be a limit on some VMS systems)
6063 2001-07-17 08:19  amai
6065         * doc/faq.xml (1.2): Updated version from  Florian Xhumari as of
6066         http://galleries.free.fr/nedit-faq-01-07-16.tar.gz
6068 2001-07-17 07:31  amai
6070         * source/preferences.c (1.27), util/getfiles.c (1.13),
6071         util/vmsUtils.c (1.4): VMS patches from Blair Phillips
6072         <blair.phillips@airservices.gov.au>:  avoid rint() re-definition,
6073         fix for non-unix file root, case-insensitive match on filename
6074         extensions.
6076 2001-07-16 20:41  amai
6078         * source/lnknedit.com (1.5, BETA-5-3-RC1, REL-5-2): VMS patch from
6079         mark.geary@qwest.com
6081 2001-07-16 14:48  amai
6083         * doc/: nc.man (1.2), nedit.man (1.2): Man page updates from Joor
6084         Loohuis
6086 2001-07-16 11:49  amai
6088         * doc/: faq-txt.awk (1.1), faq-txt.dtd (1.1), faq-txt.xsl (1.1),
6089         faq.dtd (1.1), faq.xml (1.1), faq.xsl (1.1): faq*: add FAQ files
6090         found on our website
6092 2001-07-11 21:35  amai
6094         * source/: parse.c_noyacc (1.6), parse.h (1.4, BETA-5-3-RC1,
6095         REL-5-2), parse.y (1.15): Back out "const" patch for ParseMacro().
6096         Was incomplete, therefore broken
6098 2001-07-11 15:21  amai
6100         * source/: comnedit.com (1.5), file.c (1.20), lnknedit.com (1.4):
6101         VMS patches from  <Mark.Geary@qwest.com> (not literally as for
6102         file.c)
6104 2001-07-11 08:06  amai
6106         * source/parse.c_noyacc (1.5): Update from current parse.y
6108 2001-07-11 08:04  amai
6110         * source/: parse.h (1.3), parse.y (1.14): Add some 'const' to
6111         ParseMacro() signature
6113 2001-07-11 07:55  amai
6115         * util/: comutil.com (1.3, BETA-5-3-RC1, REL-5-2), utils.c (1.4):
6116         VMS patches from Mark.Geary@qwest.com
6118 2001-07-07 09:55  amai
6120         * ChangeLog (1.4): Update
6122 2001-07-07 09:54  amai
6124         * COPYRIGHT (1.1, BETA-5-3-RC1, REL-5-2), README (1.8): Have an
6125         external file for the license terms. README refers to it
6127 2001-07-07 09:48  amai
6129         * nc.man (1.4), nedit.doc (1.6), nedit.man (1.4), doc/nc.man (1.1),
6130         doc/nedit.doc (1.1), doc/nedit.man (1.1): Move doc files to
6131         separate subdirectory
6133 2001-07-04 09:42  uid30962
6135         * README (1.7): Update some references to LessTif
6137 2001-07-04 09:29  uid30962
6139         * ReleaseNotes (1.7): ReleaseNotes: Upddate
6141 2001-07-03 12:53  amai
6143         * source/Makefile.dependencies (1.5): Makefile.dependencies: update
6144         depedency list
6146 2001-07-03 12:13  amai
6148         * source/help.c (1.39): help.c: A new month has come ...
6150 2001-06-23 09:31  amai
6152         * ChangeLog (1.3): ChangeLog: update
6154 2001-06-22 18:27  tringali
6156         * source/: nedit.c (1.13), window.c (1.26): Allow stats line
6157         background color to be set by user [#431891]
6159 2001-06-22 18:25  tringali
6161         * source/macro.c (1.27): Incremental reading from files via J. Lous
6162         [Patch #434465]
6164 2001-06-22 14:32  amai
6166         * source/file.c (1.19): file.c: fail when trying to read in a
6167         directory as a file
6169 2001-06-21 14:54  edel
6171         * source/shell.c (1.10): Fixed shell dialog BadMatch crash on
6172         Solaris 2.5
6174 2001-06-20 15:48  amai
6176         * source/macro.c (1.26): macro.c: replace snprintf() by sprintf(). 
6177          Add #include <string.h>
6179 2001-06-20 08:24  amai
6181         * ChangeLog (1.2): ChangeLog: update
6183 2001-06-19 20:00  slobasso
6185         * source/macro.c (1.25): Added Thorsten's code to put correct key
6186         codes in status bar during recording and macro running.
6188 2001-06-09 18:48  amai
6190         * makefiles/: Makefile.dec (1.3), Makefile.osf (1.3),
6191         Makefile.superux (1.2): Makefile.superux: add CVS Id Makefile.dec
6192         Makefile.osf: briefly comment on the os versions they are supposed 
6193            to work with
6195 2001-06-08 08:14  amai
6197         * source/help.c (1.38): help.c: update timestamp to "June, 2001"
6199 2001-06-07 19:52  amai
6201         * ChangeLog (1.1): ChangeLog: finally add the output of "cvs2cl".  
6202          Needs to be updated regularly ...
6204 2001-06-06 19:24  tringali
6206         * makefiles/Makefile.linux (1.4): 
6207         Remove -DEDITRES, this causes link failure.
6209 2001-06-06 10:00  amai
6211         * util/: DialogF.c (1.16), fontsel.c (1.8), getfiles.c (1.12),
6212         misc.c (1.21), prefFile.c (1.8): *.c: add some explicit #include
6213         <string.h>. Previously  it was done implicitly ...
6215 2001-06-05 12:52  amai
6217         * makefiles/Makefile.linux (1.3): Makefile.linux: drop
6218         -I/-L/usr/lesstif/* flags and add a suitable comment  instead
6220 2001-06-05 08:01  amai
6222         * source/file.c (1.18): file.c: security fix for WriteBackupFile()
6224 2001-06-01 20:09  edel
6226         * makefiles/: Makefile.solaris (1.3), Makefile.superux (1.1): From:
6227         Ian Johnston" <Ian.Johnston@dlr.de>
6229 2001-05-31 08:49  amai
6231         * source/nedit.h (1.17, REL-5-2): nedit.h: add 'extern' to variable
6232         declaration in header    (to avoid problem with multiple
6233         definitions)
6235 2001-05-29 18:21  arnef
6237         * source/menu.c (1.33): Add separator in Preferences/Default
6238         Settings/Customize Menus
6240 2001-05-19 16:09  tringali
6242         * util/misc.c (1.20): Fix bug in mnemonic building- don't build
6243         mnemonics for XK_VoidSymbol.  Fixes various problems with XFree86
6244         servers.
6246 2001-05-17 11:42  arnef
6248         * source/: menu.c (1.32), nedit.h (1.16), preferences.c (1.26),
6249         preferences.h (1.10), window.c (1.25): Adding path to windows menu
6250         file entries
6252 2001-05-15 20:04  amai
6254         * makefiles/Makefile.depend (1.1): Makefile.depend: Makefile used
6255         to generate (internal) the dependency list.                   This
6256         file does not build anything!
6258 2001-05-12 00:48  tringali
6260         * ReleaseNotes (1.6), source/text.c (1.14): - Add support for mouse
6261         wheel scrolling in the main text area.
6263 2001-05-11 19:56  amai
6265         * util/fileUtils.c (1.12): fileUtils.c: really tiny patch for OS/2
6266         only (drive letters ;-)
6268 2001-05-11 08:05  amai
6270         * source/file.c (1.17): file.c: Corrected(!) version of SuSe
6271         security patch for temporary    file security problem within
6272         PrintString().     Tested once for compile/runtime ...
6274 2001-05-05 18:01  arnef
6276         * source/menu.c (1.31): Changing default for sortOpenPrevDefCB
6277         should invalidate all open window's OpenPrev menu
6279 2001-05-04 18:33  arnef
6281         * source/: nedit.h (1.15), search.c (1.29), search.h (1.10),
6282         window.c (1.24): Make the buttons in Find and Replace dialogs
6283         sensitive on the state of 'Search for' field.
6285 2001-05-03 09:42  amai
6287         * source/help.c (1.37): help.c: update timestamp to "May, 2001"
6289 2001-04-25 21:37  edg
6291         * util/DialogF.c (1.15): Added a fix to handle unexpected
6292         destruction of dialogs gracefully.
6294 2001-04-25 19:03  amai
6296         * nedit.doc (1.5): nedit.doc: fix some typos, convert some "nedit"
6297         to "NEdit", drop some comment about pre 1.2 Motif
6299 2001-04-25 17:01  amai
6301         * util/fileUtils.c (1.11): fileUtils.c: forgot one special case
6302         where the "//" patch might to a crash. Next time I should probably
6303         <think> first, <code> later
6305 2001-04-25 16:48  amai
6307         * util/fileUtils.c (1.10): fileUtils.c: fix typo in my
6308         "double-slash patch" from today
6310 2001-04-25 07:52  amai
6312         * util/fileUtils.c (1.9): fileUtils.c: avoid double "//" in path
6313         strings as this may not work out on              non-un*x systems
6315 2001-04-24 21:10  tringali
6317         * util/misc.c (1.19): Fix crash bug in OpenMotif, where asking for
6318         the the Display/Window of a gadget produces a NULL pointer.
6320 2001-04-18 19:12  slobasso
6322         * source/window.c (1.23): needed to save/restore horizontal and
6323         vertical scroll positions when changing hw tab size.
6325 2001-04-18 19:08  slobasso
6327         * util/DialogF.c (1.14): fixed use of int where Cardinal should be
6329 2001-04-18 17:10  slobasso
6331         * source/: help.c (1.36), macro.c (1.24): new $server_name
6332         variable.
6334 2001-04-18 17:02  slobasso
6336         * source/: file.c (1.16), file.h (1.7, REL-5-2), help.c (1.35),
6337         menu.c (1.30), window.c (1.22): added optional parameter to close()
6338         action for save option.
6340 2001-04-18 16:51  slobasso
6342         * util/DialogF.c (1.13): fixed a mistake I introduced while
6343         debugging
6345 2001-04-18 16:12  slobasso
6347         * util/DialogF.c (1.12): cleaned up createMnemonics in an effort to
6348         fix a crash bug. Bug still not fixed.
6350 2001-04-17 23:40  slobasso
6352         * source/help.c (1.34): cleaned up formatting and moved Windows
6353         Menu items into correct area
6355 2001-04-17 20:13  slobasso
6357         * source/window.c (1.21): save and restore insert positions when hw
6358         tab sizes are changed
6360 2001-04-17 18:47  slobasso
6362         * source/macro.c (1.23): cleaned up RedundantActions, adding some
6363         missing items
6365 2001-04-16 23:49  slobasso
6367         * source/: file.c (1.15), nedit.h (1.14): added bit to distinguish
6368         between too much binary data and -read
6370 2001-04-16 23:20  slobasso
6372         * source/: file.c (1.14), file.h (1.6), macro.c (1.22), menu.c
6373         (1.29), nedit.h (1.13), search.c (1.28), selection.c (1.8),
6374         window.c (1.20): readOnly vs lockWrite access fix, now handles the
6375         many other locked possibilities
6377 2001-04-16 16:36  edg
6379         * source/: help.c (1.33), window.c (1.19): Added workarounds for
6380         openmotif bugs [SF bug 231876].
6382 2001-04-16 14:04  amai
6384         * source/textBuf.c (1.8): texBuf.c: try to fix a bug introduced by
6385         a "const" patch.            Pointed out by <arne@forlie.com>
6387 2001-04-14 09:51  amai
6389         * makefiles/Makefile.unicos (1.3), source/preferences.c (1.25),
6390         source/text.c (1.13), source/userCmds.c (1.12): *: applied re-vised
6391         version of patches for UNICOS from    Bill Matson
6392         <wjm@sdc.cs.boeing.com>
6394 2001-04-13 22:58  slobasso
6396         * util/DialogF.c (1.11): fix build problem introduced in previous
6397         change UCHAR_MAX is in limits.h
6399 2001-04-13 17:50  tringali
6401         * ReleaseNotes (1.5), source/file.c (1.13), source/help.c (1.32),
6402         source/highlightData.c (1.13), source/macro.c (1.21),
6403         source/preferences.c (1.24), source/search.c (1.27),
6404         source/smartIndent.c (1.9), source/userCmds.c (1.11),
6405         util/DialogF.c (1.10), util/fontsel.c (1.7), util/getfiles.c
6406         (1.11), util/misc.c (1.18), util/misc.h (1.7), util/printUtils.c
6407         (1.10): - Updated release notes - Added unmodified mnemonics to
6408         confirmation dialogs.  - Fix bug in mnemonics where there could be
6409         two of the same menmonics   on one dialog.
6411 2001-04-13 15:02  slobasso
6413         * source/search.c (1.26): fixed regex search backwards bug if wrap
6414         turned off.
6416 2001-04-12 22:02  edg
6418         * source/: help.c (1.31), macro.c (1.20), menu.c (1.28), nedit.h
6419         (1.12), preferences.c (1.23), search.c (1.25), window.c (1.18),
6420         window.h (1.6): Extended the Show Matching (..) functionality: Off,
6421         Delimiter, and Range.  Original patch was submitted by Thorsten
6422         Haude.
6424 2001-04-12 15:09  amai
6426         * source/menu.c (1.27): menu.c: allow to specify control codes in
6427         hex/dec/oct format         also improve checking of input
6429 2001-04-09 22:12  amai
6431         * util/: misc.c (1.17), misc.h (1.6): misc.c misc.h: another
6432         "const" patch
6434 2001-04-09 21:43  edg
6436         * source/help.c (1.30): Added information about new search
6437         extensions and related stuff.
6439 2001-04-09 21:38  edg
6441         * source/: nedit.h (1.11), search.c (1.24): Minor fixes and
6442         improvements in isearch + beep on search wrap combination.
6444 2001-04-09 18:46  edg
6446         * util/misc.c (1.16): Typo fix in recent accelerator fix.
6448 2001-04-06 13:09  amai
6450         * source/: preferences.c (1.22), preferences.h (1.9):
6451         preferences.*: even more "const" additions
6453 2001-04-06 13:03  amai
6455         * source/: interpret.c (1.13), interpret.h (1.6, REL-5-2):
6456         interpret.*: another "const" patch
6458 2001-04-06 09:49  amai
6460         * source/file.c (1.12), source/file.h (1.5), source/help.c (1.29),
6461         source/highlightData.c (1.12), source/highlightData.h (1.4,
6462         REL-5-2), source/preferences.c (1.21), source/preferences.h (1.8),
6463         source/regularExp.c (1.7, REL-5-2), source/regularExp.h (1.5,
6464         REL-5-2), source/search.c (1.23), source/search.h (1.9),
6465         source/textBuf.c (1.7), source/textBuf.h (1.4, REL-5-2),
6466         util/fileUtils.c (1.8), util/fileUtils.h (1.4), util/printUtils.c
6467         (1.9), util/printUtils.h (1.4, REL-5-2): *.c *.h: big "const"
6468         patch.           Except in textBuf.c it's only a couple of const
6469         additions.           In textBuf.c I had to change a coupl of lines
6470         to get this done -           should be on the safe side of life ...
6472 2001-04-04 19:38  edg
6474         * source/: preferences.c (1.20), search.c (1.22): Minor bug fixes
6475         in search extensions related code.
6477 2001-04-03 22:59  edg
6479         * source/: menu.c (1.26), nedit.h (1.10), preferences.c (1.19),
6480         preferences.h (1.7), search.c (1.21), search.h (1.8): Added "smart"
6481         replace scope behaviour to the replace dialog radio button
6482         alternative, and made it configurable through a preference.
6484 2001-04-03 08:06  amai
6486         * source/help.c (1.28): help.c: the "April" patch ...
6488 2001-04-03 01:42  tringali
6490         * util/misc.c (1.15): Don't allow traversal to insensitive widgets.
6492 2001-04-02 20:52  edg
6494         * source/: highlight.c (1.13), macro.c (1.19), menu.c (1.25),
6495         nedit.h (1.9), preferences.c (1.18), preferences.h (1.6),
6496         regularExp.c (1.6), regularExp.h (1.4), search.c (1.20), search.h
6497         (1.7), window.c (1.17): Introduced additional search modes [Markus
6498         Schwarzenberg].  Added beep on search wrap option [Markus
6499         Schwarzenberg].  Added sticky case sensitivity search preference
6500         [Markus Schwarzenberg].  Replace and find dialog and incremental
6501         search bar layout changes (currently two layout alternatives for
6502         replace dialog, for evaluation purposes).
6504 2001-03-30 17:54  slobasso
6506         * source/highlightData.c (1.11): new global in nedit macro language
6507         $empty_array
6509 2001-03-30 17:48  slobasso
6511         * source/: help.c (1.27), macro.c (1.18): added a new empty array
6512         global
6514 2001-03-27 23:00  slobasso
6516         * source/help.c (1.26): minor formatting fix
6518 2001-03-27 15:37  tringali
6520         * makefiles/Makefile.aix (1.4): Add FUNCPROTO=15 for the IBM X
6521         headers, which require a bitmask in this #define in order to
6522         control function prototypes.
6524 2001-03-26 15:46  slobasso
6526         * source/: interpret.c (1.12), interpret.h (1.5), macro.c (1.17):
6527         minor array code cleanup
6529 2001-03-25 08:42  arnef
6531         * source/tags.c (1.11): Fixed bug #217022
6533 2001-03-23 23:11  slobasso
6535         * source/highlightData.c (1.10): added missing variables to NEdit
6536         macro highlighting data
6538 2001-03-23 14:41  slobasso
6540         * source/undo.c (1.5): undo/redo sets the selection to the changed
6541         text
6543 2001-03-21 21:25  edg
6545         * source/search.c (1.19): Changed the initial default selection for
6546         multi-file replacement dialog to all files instead of none. 
6547         Multi-file replacement dialog now makes sure that at least the
6548         first selected item is visible when displayed.  Removed the #ifdefs
6549         for conditional multi-file replacement functionality.  Minor layout
6550         change for the replace dialog.
6552 2001-03-21 21:20  edg
6554         * source/window.c (1.16): Removed #ifdef for conditional multi-file
6555         replacement functionality.
6557 2001-03-19 16:30  slobasso
6559         * source/: highlight.c (1.12), regexConvert.c (1.3), regularExp.c
6560         (1.5), search.c (1.18), text.c (1.12), textBuf.c (1.6), textDisp.c
6561         (1.9): removing warnings for RH7 linux compiler
6563 2001-03-19 14:43  tringali
6565         * source/: text.c (1.11), nedit.c (1.12): 
6566         
6567         Move toggle overstrike accelerator to Motif standard "Insert", free
6568         up Ctrl+B for other uses.
6570 2001-03-17 06:44  arnef
6572         * source/search.c (1.17): Fixed bug related to
6573         XtGetSelectionValue() and variables going out of scope.  Added
6574         mnemonic to Replace& Find Button.
6576 2001-03-16 22:24  slobasso
6578         * source/menu.c (1.24): fixed menu argument to set_wrap_text
6580 2001-03-16 20:28  amai
6582         * source/: nc.c (1.8), nedit.c (1.11): nc.c nedit.c: wildcard
6583         expansion for non-sh shells on OS/2 (EMX)
6585 2001-03-13 16:48  slobasso
6587         * source/help.c (1.25), source/macro.c (1.16), source/search.c
6588         (1.16), source/selection.c (1.7), source/shell.c (1.9),
6589         source/shift.c (1.7), source/textDisp.c (1.8), util/DialogF.c
6590         (1.9), util/fontsel.c (1.6), util/printUtils.c (1.8): cleanup
6591         warnings under linux compiler
6593 2001-03-12 15:24  slobasso
6595         * source/help.c (1.24): fixed a few minor mistakes.
6597 2001-03-12 15:15  slobasso
6599         * source/: help.c (1.23), macro.c (1.15), menu.c (1.23),
6600         preferences.c (1.17), window.c (1.15), window.h (1.5): added final
6601         window settable prefs through actions and verified all should be
6602         macro recordable.
6604 2001-03-11 02:31  slobasso
6606         * source/: help.c (1.22), menu.c (1.22), nedit.h (1.8): new macro
6607         access to many window settings
6609 2001-03-10 15:36  arnef
6611         * source/: help.c (1.21), menu.c (1.21), nedit.c (1.10), nedit.h
6612         (1.7), preferences.c (1.16), preferences.h (1.5), search.c (1.15),
6613         search.h (1.6): Implemented replace/find functionality, patch no
6614         403934
6616 2001-03-09 22:30  slobasso
6618         * source/help.c (1.20): changed delete() to delete_selection() in
6619         docs
6621 2001-03-09 22:27  slobasso
6623         * source/menu.c (1.20): changed Delete menu item to use
6624         delete_selection action
6626 2001-03-09 22:21  slobasso
6628         * source/parse.y (1.13): added lex hack for delete array[key] vs
6629         delete() abiguity
6631 2001-03-09 16:58  slobasso
6633         * source/: help.c (1.19), macro.c (1.14), menu.c (1.19), text.c
6634         (1.10), text.h (1.4, REL-5-2), textDisp.c (1.7), textDisp.h (1.5,
6635         REL-5-2), window.c (1.14), window.h (1.4): adding new variables for
6636         font width and pane index and size and focus_pane action
6638 2001-03-06 19:49  slobasso
6640         * source/: interpret.c (1.11), rbTree.c (1.2), rbTree.h (1.2,
6641         BETA-5-3-RC1, REL-5-2): added comments, cleaned up a few minor bugs
6642         and added cvs id's to new files
6644 2001-03-06 15:02  slobasso
6646         * source/macro.c (1.13): add comments
6648 2001-03-06 01:00  slobasso
6650         * source/: interpret.c (1.10), parse.y (1.12): code cleanup
6652 2001-03-05 21:39  slobasso
6654         * source/highlightData.c (1.9): bring syntax hilighting up to
6655         latest changes in nedit macro language
6657 2001-03-05 19:26  slobasso
6659         * source/: interpret.c (1.9), macro.c (1.12), parse.y (1.11): fixed
6660         a few warnings and made splitMS compatible with array sub-scripts
6661         end cases, which is what is was designed for
6663 2001-03-05 16:20  amai
6665         * source/: help.c (1.18), parse.y (1.10): help.c: It's "March" now
6666         ...  parse.y: add two yy*() prototypes to make compiler happy
6668 2001-03-05 15:00  slobasso
6670         * source/: Makefile.common (1.6), Makefile.dependencies (1.4),
6671         help.c (1.17), interpret.c (1.8), interpret.h (1.4), macro.c
6672         (1.11), menu.c (1.18), nedit.c (1.9), parse.y (1.9), rbTree.c
6673         (1.1), rbTree.h (1.1), shell.c (1.8), smartIndent.c (1.8),
6674         userCmds.c (1.10): array macro feature
6676 2001-02-26 23:38  edg
6678         * Makefile (1.5), README (1.6), ReleaseNotes (1.4), nc.man (1.3),
6679         nedit.doc (1.4), nedit.man (1.3), makefiles/Makefile.aix (1.3),
6680         makefiles/Makefile.bsdi (1.2), makefiles/Makefile.ccur (1.2),
6681         makefiles/Makefile.convex (1.2), makefiles/Makefile.cygwin (1.3),
6682         makefiles/Makefile.dcosx (1.2), makefiles/Makefile.dec (1.2),
6683         makefiles/Makefile.freebsd (1.2), makefiles/Makefile.generic (1.2),
6684         makefiles/Makefile.hpux (1.2), makefiles/Makefile.linux (1.2),
6685         makefiles/Makefile.lynx (1.2), makefiles/Makefile.m88k.svr4 (1.2),
6686         makefiles/Makefile.netbsd (1.2), makefiles/Makefile.os2 (1.2),
6687         makefiles/Makefile.osf (1.2), makefiles/Makefile.reliant (1.2),
6688         makefiles/Makefile.sco (1.2), makefiles/Makefile.sgi (1.2),
6689         makefiles/Makefile.solaris (1.2), makefiles/Makefile.sunos (1.2),
6690         makefiles/Makefile.uhc (1.2), makefiles/Makefile.ultrix (1.2),
6691         makefiles/Makefile.unicos (1.2), makefiles/Makefile.unixware (1.2),
6692         source/Makefile.common (1.5), source/Makefile.dependencies (1.3),
6693         source/comnedit.com (1.4), source/file.c (1.11), source/file.h
6694         (1.4), source/help.c (1.16), source/help.h (1.3),
6695         source/highlight.c (1.11), source/highlight.h (1.3, REL-5-2),
6696         source/highlightData.c (1.8), source/highlightData.h (1.3),
6697         source/interpret.c (1.7), source/interpret.h (1.3),
6698         source/lnknedit.com (1.3), source/macro.c (1.10), source/macro.h
6699         (1.2, REL-5-2), source/menu.c (1.17), source/menu.h (1.5,
6700         BETA-5-3-RC1, REL-5-2), source/n.bm (1.2, BETA-5-3-RC1, REL-5-2),
6701         source/nc.c (1.7), source/nedit.bm (1.2, BETA-5-3-RC1, REL-5-2),
6702         source/nedit.c (1.8), source/nedit.h (1.6),
6703         source/nedit_options_file.opt (1.2, BETA-5-3-RC1, REL-5-2),
6704         source/parse.c_noyacc (1.4), source/parse.h (1.2), source/parse.y
6705         (1.8), source/preferences.c (1.15), source/preferences.h (1.4),
6706         source/regexConvert.c (1.2), source/regexConvert.h (1.2, REL-5-2),
6707         source/regularExp.c (1.4), source/regularExp.h (1.3),
6708         source/search.c (1.14), source/search.h (1.5), source/selection.c
6709         (1.6), source/selection.h (1.3, REL-5-2), source/server.c (1.7),
6710         source/server.h (1.2, REL-5-2), source/shell.c (1.7),
6711         source/shell.h (1.3, REL-5-2), source/shift.c (1.6), source/shift.h
6712         (1.3, BETA-5-3-RC1, REL-5-2), source/smartIndent.c (1.7),
6713         source/smartIndent.h (1.3), source/tags.c (1.10), source/tags.h
6714         (1.3), source/text.c (1.9), source/text.h (1.3), source/textBuf.c
6715         (1.5), source/textBuf.h (1.3), source/textDisp.c (1.6),
6716         source/textDisp.h (1.4), source/textDrag.c (1.3), source/textDrag.h
6717         (1.2, BETA-5-3-RC1, REL-5-2), source/textP.h (1.3, BETA-5-3-RC1,
6718         REL-5-2), source/textSel.c (1.3), source/textSel.h (1.2,
6719         BETA-5-3-RC1, REL-5-2), source/undo.c (1.4), source/undo.h (1.3,
6720         REL-5-2), source/userCmds.c (1.9), source/userCmds.h (1.3),
6721         source/window.c (1.13), source/window.h (1.3), util/DialogF.c
6722         (1.8), util/DialogF.h (1.4, REL-5-2), util/Makefile.common (1.5,
6723         REL-5-2), util/Makefile.dependencies (1.3), util/comutil.com (1.2),
6724         util/fileUtils.c (1.7), util/fileUtils.h (1.3), util/fontsel.c
6725         (1.5), util/fontsel.h (1.3), util/getfiles.c (1.10),
6726         util/getfiles.h (1.3, BETA-5-3-RC1, REL-5-2), util/managedList.c
6727         (1.4), util/managedList.h (1.3, BETA-5-3-RC1, REL-5-2), util/misc.c
6728         (1.14), util/misc.h (1.5), util/prefFile.c (1.7), util/prefFile.h
6729         (1.4, BETA-5-3-RC1, REL-5-2), util/printUtils.c (1.7),
6730         util/printUtils.h (1.3), util/utils.c (1.3), util/utils.h (1.2,
6731         REL-5-2), util/vmsParam.h (1.2, BETA-5-3-RC1, REL-5-2),
6732         util/vmsUtils.c (1.3), util/vmsUtils.h (1.3, BETA-5-3-RC1,
6733         REL-5-2): Added CVS Ids.
6735 2001-02-25 02:13  edel
6737         * source/parse.y (1.7): Fix conflicts in yacc grammar!
6739 2001-02-22 20:27  edel
6741         * source/highlight.c (1.10): My previous highlighting patch didn't
6742         take in to account styles which fail lookup in the pass1pattern
6743         list (like pass 2 patterns).
6745 2001-02-21 21:39  tringali
6747         * source/highlight.c (1.9): [Patch #101473] Use nearest-color match
6748         when colormap exhausted.
6750 2001-02-21 16:49  edel
6752         * source/highlight.c (1.8): Abutting styles could fool incremental
6753         highlighting into using an unparsable pattern with parseString.
6755 2001-02-20 23:54  slobasso
6757         * source/: help.c (1.15), macro.c (1.9): new preference global
6758         variables added
6760 2001-02-20 15:37  slobasso
6762         * source/menu.c (1.16): fixed bug where forgot to deref nArgs
6763         pointer
6765 2001-02-20 09:58  amai
6767         * Makefile (1.4), README (1.5): README:   change a couple of
6768         "nedit" to "NEdit" Makefile: slightly change comment text (fix
6769         typo, etc.)
6771 2001-02-19 16:39  slobasso
6773         * source/: help.c (1.14), macro.c (1.8), menu.c (1.15): added a new
6774         macro command string_compare() and an action raise_window()
6776 2001-02-19 16:30  slobasso
6778         * source/file.c (1.10): fix issue where reused untitled window is
6779         not given focus when raised.
6781 2001-02-19 10:03  amai
6783         * source/help.c (1.13): help.c: fix some typos and change a couple
6784         of         "nedit" to "NEdit". Actually it is not always        
6785         straightforward to see whether a "nedit" refers to         the
6786         whole product called "NEdit" or to the "nedit" executable ...
6788 2001-02-19 02:02  slobasso
6790         * source/text.c (1.8): fix warnings
6792 2001-02-17 14:03  amai
6794         * source/Makefile.dependencies (1.2), util/Makefile.dependencies
6795         (1.2): */Makefile.dependencies: update WRT new utils.*
6797 2001-02-17 13:59  amai
6799         * source/file.c (1.9), util/utils.c (1.2): file.c utils.c: add
6800         missing #includes
6802 2001-02-17 13:56  amai
6804         * util/: utils.c (1.1), utils.h (1.1): utils.*: new sources for
6805         general purpose, non-GUI stuff like          GetHomeDir()
6807 2001-02-17 13:53  amai
6809         * source/file.c (1.8), source/macro.c (1.7), source/menu.c (1.14),
6810         source/nc.c (1.6), source/server.c (1.6), source/tags.c (1.9),
6811         util/Makefile.common (1.4), util/fileUtils.c (1.6), util/prefFile.c
6812         (1.6): nc.c server.c: move #include <sys/types.h> before other
6813         <sys/*> Makefile.common: prepare for util/utils.c to be checked in
6814         file.c macro.c menu.c tags.c fileUtils.c prefFile.c:    use new
6815         GetCurDir(), GetHomeDir() calls
6817 2001-02-17 01:47  edel
6819         * source/: highlight.c (1.7), parse.y (1.6): 
6820         Empty code blocks are rejected by the macro language.
6822 2001-02-17 00:09  slobasso
6824         * source/interpret.c (1.6): when strings are converted to numbers
6825         and the conversion fails, use 0 rather than junk
6827 2001-02-16 14:58  amai
6829         * ReleaseNotes (1.3), source/tags.c (1.8), util/fileUtils.c (1.5):
6830         ReleaseNotes: add some bugs being addressed *.c: supply fallback if
6831         getcwd() fails      (in one case we used uninitialized memory
6832         earlier!)
6834 2001-02-16 14:25  amai
6836         * source/: Makefile.common (1.4), help.c (1.12): Makefile.common:
6837         nc depends on libNUtil.a! help.c: switch to "February 2001" ...
6839 2001-02-15 16:08  tringali
6841         * ReleaseNotes (1.2): 
6842         Add info about 5.2 features and bugfixes.
6844 2001-02-15 16:07  tringali
6846         * util/misc.c (1.13): 
6847         Fix simulateButtonPress() so it works for gadgets.  (Needed for
6848         DialogF mnemonics.)
6850 2001-02-15 16:06  tringali
6852         * util/DialogF.h (1.3): 
6853         Change dialog_type parameter to int to avoid warnings.
6855 2001-02-15 16:06  tringali
6857         * util/DialogF.c (1.7): 
6858         Automatically create mnemonics for dialog buttons.  Change
6859         dialog_type parameter to int to avoid warnings (comparing unsingned
6860         int for negative isn't exactly useful).
6862 2001-02-15 16:04  tringali
6864         * source/preferences.c (1.14): Default syntax highlighting to on.
6866 2001-02-15 16:04  tringali
6868         * source/nc.c (1.5): 
6869         
6870         - Remove warnings for 64-bit systems.  Extend strlen results to
6871         long and use   %ld as a format specifier.  strlen returns a size_t
6872         which is typically   an unsigned long on 64-bit systems.
6874 2001-02-14 00:34  slobasso
6876         * source/: help.c (1.11), text.c (1.7), textDisp.c (1.5),
6877         textDisp.h (1.3): added extra options to many of the macro actions
6879 2001-02-12 22:37  amai
6881         * source/preferences.c (1.13): preferences.c: patch from Thorsten
6882         Haude to issue a warning                if -import can not find the
6883         specified file
6885 2001-02-12 21:08  slobasso
6887         * source/: help.c (1.10), menu.c (1.13), nedit.h (1.5),
6888         preferences.c (1.12), preferences.h (1.3), search.c (1.13),
6889         search.h (1.4): Added a search wrap option to prefs and made some
6890         more options available to macro actions.
6892 2001-02-09 22:35  tringali
6894         * source/help.c (1.9): Remove obsolete reference to Caps-Lock bug.
6896 2001-02-09 22:34  slobasso
6898         * source/: interpret.c (1.5), interpret.h (1.2), parse.c_noyacc
6899         (1.3), parse.y (1.5): fixed a leak with static strings in the macro
6900         interpreter.
6902 2001-02-09 22:19  slobasso
6904         * source/: menu.c (1.12), text.c (1.6): fixed strCaseCmp() bug
6905         where partial strings would match.
6907 2001-02-09 21:07  amai
6909         * source/userCmds.c (1.8): userCmds.c: try to fix compiler warnings
6911 2001-02-09 09:08  amai
6913         * source/: menu.c (1.11), menu.h (1.4): menu.*: fix a 'pointer vs.
6914         integer constant' problem, by adding a         cast to the
6915         constants #definition
6917 2001-02-08 09:08  amai
6919         * source/Makefile.common (1.3), source/Makefile.dependencies (1.1),
6920         util/Makefile.common (1.3), util/Makefile.dependencies (1.1):
6921         */Makefile.common: include new */Makefile.dependencies: simple
6922         files containing the dependencies for all     objects (i.e. *.o)
6924 2001-02-08 08:52  amai
6926         * source/: menu.c (1.10), menu.h (1.3): menu.c menu.h: - correct my
6927         previous patch: XmNuserData requires XtPointer* arg               
6928         - add some more 'const's
6930 2001-02-06 16:04  amai
6932         * source/search.c (1.12), util/DialogF.c (1.6), util/getfiles.c
6933         (1.9): search.c DialogF.c getfiles.c: Drop #ifdef MOTIF10 sections.
6935 2001-02-06 12:07  amai
6937         * source/menu.c (1.9): menu.c: Fix a 'major' 64bit bug: we were
6938         passing a pointer to int         instead of pointer to pointer.
6939         This fixes the crash with         NEdit/LessTif on alpha when
6940         selecting the Window menu item!!
6942 2001-02-06 10:19  amai
6944         * source/preferences.c (1.11): preferences.c: drop unused #include
6945         <errno.h>
6947 2001-02-06 10:03  amai
6949         * source/interpret.c (1.4), util/prefFile.c (1.5), util/prefFile.h
6950         (1.3): interpret.c prefFile.*: add 'const' to some more functions'
6951         signature
6953 2001-02-06 10:02  amai
6955         * source/: nc.c (1.4), server.c (1.5): server.c nc.c: add checks
6956         whether some system calls succeed (e.g. uname())               
6957         changed signature of getHostName() and getUserName
6959 2001-02-05 19:45  amai
6961         * util/: DialogF.c (1.5), misc.c (1.12), prefFile.c (1.4),
6962         printUtils.c (1.6): DialogF.c misc.c prefFile.c printUtils.c: add
6963         'const' to some     functions' signatures
6965 2001-02-05 17:13  amai
6967         * source/: file.c (1.7), help.c (1.8), highlight.c (1.6),
6968         highlightData.c (1.7): file.c help.c highlight.c highlightData.c:
6969         Replace improper <0> as last argument          in XtVa*() interface
6970         calls by <NULL>
6972 2001-02-02 18:10  tringali
6974         * source/highlight.c (1.5): Replace debugging code of divide by 0
6975         with a more proper assert.  Dividing by zero generated warnings on
6976         lots of compilers.
6978 2001-02-02 14:47  amai
6980         * source/window.c (1.12): window.c: drop declaration of
6981         _XEditResCheckMessages(); should be in           according header  
6982                 Fix compiler warning about boolean expression
6984 2001-02-02 14:00  amai
6986         * Makefile (1.3), README (1.4): Makefile: do not list CVS/ subdir
6987         when running 'make' without argument README:   cosmetics
6988         (re-formatting)           add pointer to makefiles/Makefile.generic
6989         which explains     our current -D compiler options
6991 2001-02-02 13:12  amai
6993         * util/getfiles.c (1.8): getfiles.c: - add 'cont' add some places  
6994                     (as I realized we are already using it, so we don't    
6995                   discuss systems w/o here)             - drop */errno.h
6996         #includes (I couldn't see any usage of it currently)
6998 2001-02-01 23:16  tringali
7000         * makefiles/Makefile.aix (1.2): 
7001         
7002         Fix for bug 130164: force X headers to include full prototype
7003         information.
7005 2001-01-26 22:42  amai
7007         * source/: help.c (1.7), window.c (1.11): help.c: switch to
7008         "January, 2001" window.c: ad cast; should fix SF [Bug #130164 ]
7009         Compiler warning on AIX4.3.2 in                window.c
7011 2001-01-24 15:54  amai
7013         * util/misc.c (1.11), source/highlightData.c (1.6), source/menu.c
7014         (1.8), source/preferences.c (1.10), source/userCmds.c (1.7): *.c:
7015         The XmNnumChildren resource if of type 'Cardinal', not 'int'
7017 2001-01-10 10:42  amai
7019         * source/textBuf.c (1.4): textBuf.c: fix for SF [Bug #115195 ]
7020         textBuf.c:862 warning: '/*' within comment
7022 2001-01-05 21:18  amai
7024         * source/shell.c (1.6): shell.c: change some "Nedit" strings to
7025         "NEdit".           properly end an execl() parameter list by (char
7026         *)0
7028 2000-12-20 14:05  amai
7030         * source/help.c (1.6), source/nedit.c (1.7), source/search.c
7031         (1.11), source/window.c (1.10), util/getfiles.c (1.7): Replace
7032         "Lesstif" by "LessTif" ...  Update timestamp in version info to
7033         "december, 2000"
7035 2000-12-20 13:56  amai
7037         * README (1.3), source/.cvsignore (1.1), source/tags.c (1.7),
7038         util/misc.c (1.10): Add two missing #includes Add a .cvsignore for
7039         the two binaries beign built Update the docs WRT LessTif issues
7041 2000-12-19 21:08  tringali
7043         * nedit.doc (1.3): 
7044         
7045         Removed obsolete references to fnal.gov FTP server.
7047 2000-12-19 21:06  edg
7049         * source/selection.c (1.5): Added a fix for SF bug 126285: segfault
7050         with goto line.
7052 2000-12-15 20:57  edg
7054         * source/text.c (1.5): Fixed a selection highlighting bug (removed
7055         an earlier bogus patch).
7057 2000-12-10 19:35  edg
7059         * source/search.c (1.10): Fixed some (harmless) compiler warnings. 
7060         Added an extra check in the multi-file replacement code to make
7061         sure that the user didn't invalidate the replacement strings when
7062         the dialog isn't modal (bug in several Lesstif versions).
7064 2000-11-30 21:33  edg
7066         * util/getfiles.c (1.6): Implemented a workaround for a Motif 2.x
7067         file selection box bug.
7069 2000-11-30 21:31  edg
7071         * makefiles/Makefile.cygwin (1.2): Minor changes requested by
7072         Christian Denat.
7074 2000-11-23 23:23  edg
7076         * source/: search.c (1.9), search.h (1.3), window.c (1.9): Fixed a
7077         critical bug in the multi-file replace functionality.  Closing
7078         windows while a multi-file replace dialog was up could result in a
7079         crash. The lists are now updated when a window closes.
7081 2000-11-22 23:08  edg
7083         * source/: nedit.h (1.4), search.c (1.8), window.c (1.8): Added
7084         multi-file replace-all functionality.
7086 2000-11-22 21:50  edg
7088         * source/: preferences.c (1.9), search.c (1.7): Added a missing
7089         #include <stdio.h>.
7091 2000-11-07 14:03  edel
7093         * util/misc.c (1.9): Fix glitches in Caps/Num Lock patch
7095 2000-11-06 21:52  edel
7097         * source/: macro.c (1.6), preferences.c (1.8), shift.c (1.5),
7098         text.c (1.4), userCmds.c (1.6), window.c (1.7): Patch for Caps/Num
7099         Lock bug + a few other minor fixes
7101 2000-11-06 21:50  edel
7103         * util/: misc.c (1.8), misc.h (1.4): Patch for Caps/Num Lock Motif
7104         bug
7106 2000-10-06 21:23  edel
7108         * util/misc.c (1.7): Bug fix: BG menu not working with new best
7109         visual code
7111 2000-10-04 03:09  edel
7113         * util/: DialogF.c (1.4), fontsel.c (1.4), getfiles.c (1.5),
7114         managedList.c (1.3), misc.c (1.6), printUtils.c (1.5): For IA-64,
7115         XtVa argument lists must be terminated with NULL rather than 0
7117 2000-10-04 03:07  edel
7119         * source/: macro.c (1.5), menu.c (1.7), preferences.c (1.7),
7120         search.c (1.6), selection.c (1.4), shell.c (1.5), shift.c (1.4),
7121         smartIndent.c (1.6), tags.c (1.6), textDisp.c (1.4), userCmds.c
7122         (1.5), window.c (1.6): For IA-64, XtVa calls must be terminated
7123         w/NULL, rather than 0
7125 2000-09-29 15:48  edel
7127         * util/: fileUtils.c (1.4), misc.c (1.5): Support ClearCase version
7128         extended pathnames (and fix some compiler warns)
7130 2000-09-29 15:38  edel
7132         * source/: file.c (1.6), file.h (1.3), menu.c (1.6), nedit.c (1.6),
7133         preferences.c (1.6), server.c (1.4), shell.c (1.4): Updates from
7134         Max (via Arne), and Arne Førlie: ClearCase version extended paths,
7135         Untitled windows inherit parent path, and avoid reuse of Untitled
7136         windows which are currently running a macro.
7138 2000-09-26 20:28  edel
7140         * source/: file.c (1.5), help.c (1.5), highlightData.c (1.5),
7141         macro.c (1.4), menu.c (1.5), nedit.c (1.5), preferences.c (1.5),
7142         search.c (1.5), smartIndent.c (1.5), tags.c (1.5), userCmds.c
7143         (1.4), window.c (1.5): Allow nedit to use non-default visuals
7145 2000-09-26 20:25  edel
7147         * util/: DialogF.c (1.3), fontsel.c (1.3), getfiles.c (1.4), misc.c
7148         (1.4), misc.h (1.3), printUtils.c (1.4): Allow NEdit to use
7149         non-default visual
7151 2000-09-22 19:41  edel
7153         * util/: fileUtils.c (1.3), getfiles.c (1.3), misc.c (1.3),
7154         prefFile.c (1.3), printUtils.c (1.3): Changes since last posted
7155         development release
7157 2000-09-22 19:34  edel
7159         * source/: file.c (1.4), help.c (1.4), highlight.c (1.4),
7160         highlightData.c (1.4), interpret.c (1.3), macro.c (1.3), menu.c
7161         (1.4), nc.c (1.3), nedit.c (1.4), parse.y (1.4), preferences.c
7162         (1.4), regularExp.c (1.3), search.c (1.4), selection.c (1.3),
7163         server.c (1.3), shell.c (1.3), shift.c (1.3), smartIndent.c (1.4),
7164         tags.c (1.4), text.c (1.3), textBuf.c (1.3), undo.c (1.3),
7165         userCmds.c (1.3), window.c (1.4): Changes since last posted
7166         development release
7168 2000-09-10 18:15  tringali
7170         * makefiles/: Makefile.aix (1.1), Makefile.bsdi (1.1),
7171         Makefile.ccur (1.1), Makefile.convex (1.1), Makefile.cygwin (1.1),
7172         Makefile.dcosx (1.1), Makefile.dec (1.1), Makefile.freebsd (1.1),
7173         Makefile.generic (1.1), Makefile.hpux (1.1), Makefile.linux (1.1),
7174         Makefile.lynx (1.1), Makefile.m88k.svr4 (1.1), Makefile.netbsd
7175         (1.1), Makefile.os2 (1.1), Makefile.osf (1.1), Makefile.reliant
7176         (1.1), Makefile.sco (1.1), Makefile.sgi (1.1), Makefile.solaris
7177         (1.1), Makefile.sunos (1.1), Makefile.uhc (1.1), Makefile.ultrix
7178         (1.1), Makefile.unicos (1.1), Makefile.unixware (1.1) (utags:
7179         REL-5-1-1): 5.1.1 baseline
7181 2000-09-09 22:22  tringali
7183         * source/: comnedit.com (1.3), file.c (1.3), help.c (1.3),
7184         highlight.c (1.3), highlightData.c (1.3), menu.c (1.3), nedit.c
7185         (1.3), nedit.h (1.3), parse.c_noyacc (1.2), parse.y (1.3),
7186         preferences.c (1.3), search.c (1.3), smartIndent.c (1.3), tags.c
7187         (1.3), textDisp.c (1.3), window.c (1.3): 5.2 Development snapshot
7188         as of 5/29/2000
7190 2000-09-09 22:18  tringali
7192         * Makefile (1.2, REL-5-1-1), README (1.2, REL-5-1-1), ReleaseNotes
7193         (1.1, REL-5-1-1), nc.man (1.2, REL-5-1-1), nedit.doc (1.2,
7194         REL-5-1-1), nedit.man (1.2, REL-5-1-1), source/Makefile.common
7195         (1.2, REL-5-1-1), source/Makefile.dec (1.2), source/Makefile.hp
7196         (1.2), source/Makefile.ibm (1.2), source/Makefile.linux (1.2),
7197         source/Makefile.osf (1.2), source/Makefile.sgi (1.2),
7198         source/Makefile.solaris (1.2), source/Makefile.sunos (1.2),
7199         source/Makefile.ultrix (1.2), source/comnedit.com (1.2, REL-5-1-1),
7200         source/file.c (1.2, REL-5-1-1), source/file.h (1.2, REL-5-1-1),
7201         source/help.c (1.2, REL-5-1-1), source/help.h (1.2, REL-5-1-1),
7202         source/highlight.c (1.2, REL-5-1-1), source/highlight.h (1.2,
7203         REL-5-1-1), source/highlightData.c (1.2, REL-5-1-1),
7204         source/highlightData.h (1.2, REL-5-1-1), source/interpret.c (1.2,
7205         REL-5-1-1), source/lnknedit.com (1.2, REL-5-1-1), source/macro.c
7206         (1.2, REL-5-1-1), source/menu.c (1.2, REL-5-1-1), source/menu.h
7207         (1.2, REL-5-1-1), source/nc.c (1.2, REL-5-1-1), source/nedit.c
7208         (1.2, REL-5-1-1), source/nedit.h (1.2, REL-5-1-1), source/parse.y
7209         (1.2, REL-5-1-1), source/preferences.c (1.2, REL-5-1-1),
7210         source/preferences.h (1.2, REL-5-1-1), source/regexConvert.c (1.1,
7211         REL-5-1-1), source/regexConvert.h (1.1, REL-5-1-1),
7212         source/regularExp.c (1.2, REL-5-1-1), source/regularExp.h (1.2,
7213         REL-5-1-1), source/search.c (1.2, REL-5-1-1), source/search.h (1.2,
7214         REL-5-1-1), source/selection.c (1.2, REL-5-1-1), source/selection.h
7215         (1.2, REL-5-1-1), source/server.c (1.2, REL-5-1-1), source/shell.c
7216         (1.2, REL-5-1-1), source/shell.h (1.2, REL-5-1-1), source/shift.c
7217         (1.2, REL-5-1-1), source/shift.h (1.2, REL-5-1-1),
7218         source/smartIndent.c (1.2, REL-5-1-1), source/smartIndent.h (1.2,
7219         REL-5-1-1), source/tags.c (1.2, REL-5-1-1), source/tags.h (1.2,
7220         REL-5-1-1), source/text.c (1.2, REL-5-1-1), source/text.h (1.2,
7221         REL-5-1-1), source/textBuf.c (1.2, REL-5-1-1), source/textBuf.h
7222         (1.2, REL-5-1-1), source/textDisp.c (1.2, REL-5-1-1),
7223         source/textDisp.h (1.2, REL-5-1-1), source/textDrag.c (1.2,
7224         REL-5-1-1), source/textP.h (1.2, REL-5-1-1), source/textSel.c (1.2,
7225         REL-5-1-1), source/undo.c (1.2, REL-5-1-1), source/undo.h (1.2,
7226         REL-5-1-1), source/userCmds.c (1.2, REL-5-1-1), source/userCmds.h
7227         (1.2, REL-5-1-1), source/window.c (1.2, REL-5-1-1), source/window.h
7228         (1.2, REL-5-1-1), util/DialogF.c (1.2, REL-5-1-1), util/DialogF.h
7229         (1.2, REL-5-1-1), util/Makefile.common (1.2, REL-5-1-1),
7230         util/Makefile.dec (1.2), util/Makefile.hp (1.2), util/Makefile.ibm
7231         (1.2), util/Makefile.linux (1.2), util/Makefile.sgi (1.2),
7232         util/Makefile.solaris (1.2), util/Makefile.sunos (1.2),
7233         util/Makefile.ultrix (1.2), util/fileUtils.c (1.2, REL-5-1-1),
7234         util/fileUtils.h (1.2, REL-5-1-1), util/fontsel.c (1.2, REL-5-1-1),
7235         util/fontsel.h (1.2, REL-5-1-1), util/getfiles.c (1.2, REL-5-1-1),
7236         util/getfiles.h (1.2, REL-5-1-1), util/managedList.c (1.2,
7237         REL-5-1-1), util/managedList.h (1.2, REL-5-1-1), util/misc.c (1.2,
7238         REL-5-1-1), util/misc.h (1.2, REL-5-1-1), util/prefFile.c (1.2,
7239         REL-5-1-1), util/prefFile.h (1.2, REL-5-1-1), util/printUtils.c
7240         (1.2, REL-5-1-1), util/printUtils.h (1.2, REL-5-1-1),
7241         util/vmsUtils.c (1.2, REL-5-1-1), util/vmsUtils.h (1.2, REL-5-1-1):
7242         5.1.1 baseline
7244 2000-09-09 22:12  tringali
7246         * Makefile (1.1), README (1.1), nc.man (1.1), nedit.doc (1.1),
7247         nedit.man (1.1), source/Makefile.common (1.1), source/Makefile.dec
7248         (1.1), source/Makefile.hp (1.1), source/Makefile.ibm (1.1),
7249         source/Makefile.linux (1.1), source/Makefile.osf (1.1),
7250         source/Makefile.sgi (1.1), source/Makefile.solaris (1.1),
7251         source/Makefile.sunos (1.1), source/Makefile.ultrix (1.1),
7252         source/comnedit.com (1.1), source/file.c (1.1), source/file.h
7253         (1.1), source/help.c (1.1), source/help.h (1.1), source/highlight.c
7254         (1.1), source/highlight.h (1.1), source/highlightData.c (1.1),
7255         source/highlightData.h (1.1), source/interpret.c (1.1),
7256         source/interpret.h (1.1, REL-5-1-1), source/lnknedit.com (1.1),
7257         source/macro.c (1.1), source/macro.h (1.1, REL-5-1-1),
7258         source/menu.c (1.1), source/menu.h (1.1), source/n.bm (1.1,
7259         REL-5-1-1), source/nc.c (1.1), source/nedit.bm (1.1, REL-5-1-1),
7260         source/nedit.c (1.1), source/nedit.h (1.1),
7261         source/nedit_options_file.opt (1.1, REL-5-1-1),
7262         source/parse.c_noyacc (1.1, REL-5-1-1), source/parse.h (1.1,
7263         REL-5-1-1), source/parse.y (1.1), source/preferences.c (1.1),
7264         source/preferences.h (1.1), source/regularExp.c (1.1),
7265         source/regularExp.h (1.1), source/search.c (1.1), source/search.h
7266         (1.1), source/selection.c (1.1), source/selection.h (1.1),
7267         source/server.c (1.1), source/server.h (1.1, REL-5-1-1),
7268         source/shell.c (1.1), source/shell.h (1.1), source/shift.c (1.1),
7269         source/shift.h (1.1), source/smartIndent.c (1.1),
7270         source/smartIndent.h (1.1), source/tags.c (1.1), source/tags.h
7271         (1.1), source/text.c (1.1), source/text.h (1.1), source/textBuf.c
7272         (1.1), source/textBuf.h (1.1), source/textDisp.c (1.1),
7273         source/textDisp.h (1.1), source/textDrag.c (1.1), source/textDrag.h
7274         (1.1, REL-5-1-1), source/textP.h (1.1), source/textSel.c (1.1),
7275         source/textSel.h (1.1, REL-5-1-1), source/undo.c (1.1),
7276         source/undo.h (1.1), source/userCmds.c (1.1), source/userCmds.h
7277         (1.1), source/window.c (1.1), source/window.h (1.1), util/DialogF.c
7278         (1.1), util/DialogF.h (1.1), util/Makefile.common (1.1),
7279         util/Makefile.dec (1.1), util/Makefile.hp (1.1), util/Makefile.ibm
7280         (1.1), util/Makefile.linux (1.1), util/Makefile.sgi (1.1),
7281         util/Makefile.solaris (1.1), util/Makefile.sunos (1.1),
7282         util/Makefile.ultrix (1.1), util/comutil.com (1.1, REL-5-1-1),
7283         util/fileUtils.c (1.1), util/fileUtils.h (1.1), util/fontsel.c
7284         (1.1), util/fontsel.h (1.1), util/getfiles.c (1.1), util/getfiles.h
7285         (1.1), util/managedList.c (1.1), util/managedList.h (1.1),
7286         util/misc.c (1.1), util/misc.h (1.1), util/prefFile.c (1.1),
7287         util/prefFile.h (1.1), util/printUtils.c (1.1), util/printUtils.h
7288         (1.1), util/vmsParam.h (1.1, REL-5-1-1), util/vmsUtils.c (1.1),
7289         util/vmsUtils.h (1.1) (utags: REL-5-0-2): 5.0.2 baseline