Shell command dialog: renamed window to document.
[nedit.git] / ChangeLog
blob543db1a8c12cb2d90d266bcf17e842dbc48cdc6a
1 2004-08-24 09:37  edg
3         * source/file.c (1.88): Fix for SF bug #999021 Using exit() in a
4         macro causes hang.
6 2004-08-20 19:33  n8gray
8         * doc/help.etx (1.76), source/help_data.h (1.73), source/menu.c
9         (1.112), source/nedit.c (1.82), source/nedit.h (1.58),
10         source/preferences.c (1.126), source/window.c (1.170),
11         source/window.h (1.25): Committing Tony Ballinski's fix for bug
12         #1005442: documentation for rangeset_set_mode( r, type ) not clear
14 2004-08-20 16:37  edg
16         * doc/help.etx (1.75), source/help_data.h (1.72),
17         source/help_topic.h (1.63), source/regularExp.c (1.25): Fix for SF
18         bug #1008656: word delimiters ignored.  Partially reverted the
19         implementation of '<', '>', and \B back to the pre-5.4 behaviour,
20         without giving up the fix for the problem that we wanted to solve
21         in 5.4.  Word boundaries are now again defined in terms of the
22         delimiter set (which makes things more consistent overall), but
23         word boundary operators still test both the previous and the next
24         character (the pre-5.4 version only tested one character, causing
25         surprising matches, eg., between to spaces).
27 2004-08-16 10:12  edg
29         * doc/help.etx (1.74), source/help_data.h (1.71),
30         source/help_topic.h (1.62): Documentation fix for regex boundary
31         expression semantics.
33 2004-08-15 02:09  tksoh
35         * Microline/XmL/: Folder.c (1.6), FolderP.h (1.5), XmL.h (1.6):
36         Added resource XmLFolder.minTabWidth to fix SF bug #1005064, where
37         tabs were getting wrong sizes when too many tabs were opened.
39 2004-08-12 16:51  edg
41         * source/window.c (1.169): Avoid replace dialog button sensitivity
42         updates when the dialog is not mapped and the selection is altered.
43         In this way many indirect status checks for all files are avoided
44         (triggered by updating the sensitivity of the "Multiple Files..."
45         button).
47 2004-08-12 13:43  edg
49         * source/window.c (1.168): Fix for SF bug #1006830: "Warn on Exit"
50         doesn't work sometimes.
52 2004-08-12 09:06  edg
54         * source/file.c (1.87): Avoid "File Modified Externally" dialogs
55         for tabs that are not visible (similar to minimized windows).
57 2004-08-10 22:28  yooden
59         * source/nedit.c (1.81): Adds limits.h.
61 2004-08-09 22:20  n8gray
63         * README (1.42), util/misc.c (1.69): It appears I never committed
64         the updated RC1 README file.  Here it is.  This also contains a
65         minor correction to the comment documentation for QueryDesktop. 
66         There have been no functional changes.
68 2004-08-09 16:48  edg
70         * source/: nedit.c (1.80), window.c (1.167): Restored the "invalid
71         default virtual key binding" workaround that had become effectively
72         disabled due to the shell widget hierarchy reorganization.  (Bug
73         report at discuss list by Timothy Paige: page-up,page-down on sun
74         keyboard.)
76 2004-08-04 17:43  n8gray
78         * source/preferences.c (1.125): Bump the prefs file version to
79         prevent repeated conversion.
81 2004-08-04 08:05  n8gray
83         * source/preferences.c (1.124): Notify user when prefs file gets
84         changed for 5.5.
86 2004-08-01 10:06  yooden
88         * source/file.c (1.86), source/help.c (1.102), source/highlight.c
89         (1.50), source/highlightData.c (1.68), source/macro.c (1.89),
90         source/menu.c (1.111), source/preferences.c (1.123),
91         source/search.c (1.71), source/selection.c (1.31), source/shell.c
92         (1.34), source/smartIndent.c (1.36), source/tags.c (1.59),
93         source/userCmds.c (1.49), util/DialogF.c (1.31), util/fontsel.c
94         (1.28), util/getfiles.c (1.30), util/misc.c (1.68), util/misc.h
95         (1.25), util/printUtils.c (1.25): Dialog OK's are getting less
96         blanks, more margin.
98 2004-08-01 07:55  yooden
100         * doc/help.etx (1.73), source/help_data.h (1.70),
101         source/help_topic.h (1.61): Fixes some leftovers of the licence
102         clarification.
104 2004-07-29 13:47  tringali
106         * util/DialogF.c (1.30): SF #999820 - spaces in dialog button
107         mnemonics
109 2004-07-28 18:02  n8gray
111         * source/: text.c (1.48), window.c (1.166): Fix for bug 996786:
112         Problems with Overtype mode.
114 2004-07-27 18:25  n8gray
116         * README (1.41): Minor grammatical fix.
118 2004-07-27 18:23  n8gray
120         * README (1.40): Updated feature list for 5.5.
122 2004-07-26 22:52  n8gray
124         * util/system.h (1.16): Fixes test for PowerPC architecture in OS
125         X.
127 2004-07-25 22:24  yooden
129         * Makefile (1.17): Increase Posixication level.
131 2004-07-24 17:41  yooden
133         * README (1.39), doc/help.etx (1.72): License change, step 4:
134         Mention of the Mozilla project.
136 2004-07-23 18:52  n8gray
138         * source/window.c (1.165, BETA-5-5): Fix for bug 996216: Detach
139         Tab/Move tab don't keep non-default word delimiters.
141 2004-07-23 18:40  n8gray
143         * source/window.c (1.164): Purely cosmetic.  Renamed cloneTextPane
144         to cloneTextPanes and moved functions around so that
145         cloneTextPanes, cloneDocument, cloneUndoItems, DetachDocument, and
146         MoveDocument are together.
148 2004-07-23 18:07  n8gray
150         * source/window.c (1.163): Applied TK Soh's patch to correct the
151         colors of detached multi-pane windows.
152         
153         Fixes bug #996248.
155 2004-07-21 20:57  yooden
157         * Microline/XmL/: Folder.c (1.5), FolderP.h (1.4), XmL.h (1.5)
158         (utags: BETA-5-5): License change, step 3: Reapply changes to
159         Mozilla widgets
161 2004-07-21 20:38  yooden
163         * Microline/Makefile (1.2, BETA-5-5), Microline/Makefile.in (1.2,
164         BETA-5-5), Microline/XmL/Folder.c (1.4), Microline/XmL/Folder.h
165         (1.2, BETA-5-5), Microline/XmL/FolderP.h (1.3),
166         Microline/XmL/Grid.c (1.2, BETA-5-5), Microline/XmL/Grid.h (1.2,
167         BETA-5-5), Microline/XmL/GridP.h (1.2, BETA-5-5),
168         Microline/XmL/GridUtil.c (1.2, BETA-5-5), Microline/XmL/Makefile
169         (1.2, BETA-5-5), Microline/XmL/Makefile.in (1.2, BETA-5-5),
170         Microline/XmL/Progress.c (1.2, BETA-5-5), Microline/XmL/Progress.h
171         (1.2, BETA-5-5), Microline/XmL/ProgressP.h (1.2, BETA-5-5),
172         Microline/XmL/Tree.c (1.2, BETA-5-5), Microline/XmL/Tree.h (1.2,
173         BETA-5-5), Microline/XmL/TreeP.h (1.2, BETA-5-5),
174         Microline/XmL/XmL.c (1.2, BETA-5-5), Microline/XmL/XmL.h (1.4),
175         Microline/XmL/XmL.uih (1.2, BETA-5-5), Microline/examples/Makefile
176         (1.2, BETA-5-5), Microline/examples/Makefile.in (1.2, BETA-5-5),
177         Microline/examples/demo.c (1.2, BETA-5-5),
178         Microline/examples/folder1.c (1.2, BETA-5-5),
179         Microline/examples/folder2.c (1.2, BETA-5-5),
180         Microline/examples/folder3.c (1.2, BETA-5-5),
181         Microline/examples/folder4.c (1.2, BETA-5-5),
182         Microline/examples/grid1.c (1.2, BETA-5-5),
183         Microline/examples/grid2.c (1.2, BETA-5-5),
184         Microline/examples/grid3.c (1.2, BETA-5-5),
185         Microline/examples/grid4.c (1.2, BETA-5-5),
186         Microline/examples/grid5.c (1.2, BETA-5-5),
187         Microline/examples/grid6.c (1.2, BETA-5-5),
188         Microline/examples/prog1.c (1.2, BETA-5-5),
189         Microline/examples/prog2.c (1.2, BETA-5-5),
190         Microline/examples/prog3.c (1.2, BETA-5-5),
191         Microline/examples/tree1.c (1.2, BETA-5-5),
192         Microline/examples/tree2.c (1.2, BETA-5-5),
193         Microline/examples/tree3.c (1.2, BETA-5-5),
194         Microline/examples/tree4.c (1.2, BETA-5-5),
195         Microline/examples/tree5.c (1.2, BETA-5-5),
196         Microline/examples/uil1.c (1.2, BETA-5-5),
197         Microline/examples/uil1.uil (1.2, BETA-5-5),
198         Microline/examples/util1.c (1.2, BETA-5-5),
199         Microline/man/XmLArrayAdd.3x (1.2, BETA-5-5),
200         Microline/man/XmLArrayDel.3x (1.2, BETA-5-5),
201         Microline/man/XmLArrayFree.3x (1.2, BETA-5-5),
202         Microline/man/XmLArrayGet.3x (1.2, BETA-5-5),
203         Microline/man/XmLArrayGetCount.3x (1.2, BETA-5-5),
204         Microline/man/XmLArrayMove.3x (1.2, BETA-5-5),
205         Microline/man/XmLArrayNew.3x (1.2, BETA-5-5),
206         Microline/man/XmLArrayReorder.3x (1.2, BETA-5-5),
207         Microline/man/XmLArraySet.3x (1.2, BETA-5-5),
208         Microline/man/XmLArraySort.3x (1.2, BETA-5-5),
209         Microline/man/XmLCreateFolder.3x (1.2, BETA-5-5),
210         Microline/man/XmLCreateGrid.3x (1.2, BETA-5-5),
211         Microline/man/XmLCreateProgress.3x (1.2, BETA-5-5),
212         Microline/man/XmLCreateTree.3x (1.2, BETA-5-5),
213         Microline/man/XmLCvtStringToUChar.3x (1.2, BETA-5-5),
214         Microline/man/XmLDateDaysInMonth.3x (1.2, BETA-5-5),
215         Microline/man/XmLDateWeekDay.3x (1.2, BETA-5-5),
216         Microline/man/XmLDrawnButtonSetType.3x (1.2, BETA-5-5),
217         Microline/man/XmLFolder.3x (1.2, BETA-5-5),
218         Microline/man/XmLFolderAddBitmapTab.3x (1.2, BETA-5-5),
219         Microline/man/XmLFolderAddBitmapTabForm.3x (1.2, BETA-5-5),
220         Microline/man/XmLFolderAddTab.3x (1.2, BETA-5-5),
221         Microline/man/XmLFolderAddTabForm.3x (1.2, BETA-5-5),
222         Microline/man/XmLFolderSetActiveTab.3x (1.2, BETA-5-5),
223         Microline/man/XmLFontListCopyDefault.3x (1.2, BETA-5-5),
224         Microline/man/XmLFontListGetDimensions.3x (1.2, BETA-5-5),
225         Microline/man/XmLGrid.3x (1.2, BETA-5-5),
226         Microline/man/XmLGridAddColumns.3x (1.2, BETA-5-5),
227         Microline/man/XmLGridAddRows.3x (1.2, BETA-5-5),
228         Microline/man/XmLGridColumnIsVisible.3x (1.2, BETA-5-5),
229         Microline/man/XmLGridCopyPos.3x (1.2, BETA-5-5),
230         Microline/man/XmLGridCopySelected.3x (1.2, BETA-5-5),
231         Microline/man/XmLGridDeleteAllColumns.3x (1.2, BETA-5-5),
232         Microline/man/XmLGridDeleteAllRows.3x (1.2, BETA-5-5),
233         Microline/man/XmLGridDeleteColumns.3x (1.2, BETA-5-5),
234         Microline/man/XmLGridDeleteRows.3x (1.2, BETA-5-5),
235         Microline/man/XmLGridDeselectAllCells.3x (1.2, BETA-5-5),
236         Microline/man/XmLGridDeselectAllColumns.3x (1.2, BETA-5-5),
237         Microline/man/XmLGridDeselectAllRows.3x (1.2, BETA-5-5),
238         Microline/man/XmLGridDeselectCell.3x (1.2, BETA-5-5),
239         Microline/man/XmLGridDeselectColumn.3x (1.2, BETA-5-5),
240         Microline/man/XmLGridDeselectRow.3x (1.2, BETA-5-5),
241         Microline/man/XmLGridEditBegin.3x (1.2, BETA-5-5),
242         Microline/man/XmLGridEditCancel.3x (1.2, BETA-5-5),
243         Microline/man/XmLGridEditComplete.3x (1.2, BETA-5-5),
244         Microline/man/XmLGridGetColumn.3x (1.2, BETA-5-5),
245         Microline/man/XmLGridGetFocus.3x (1.2, BETA-5-5),
246         Microline/man/XmLGridGetRow.3x (1.2, BETA-5-5),
247         Microline/man/XmLGridGetSelectedCellCount.3x (1.2, BETA-5-5),
248         Microline/man/XmLGridGetSelectedCells.3x (1.2, BETA-5-5),
249         Microline/man/XmLGridGetSelectedColumnCount.3x (1.2, BETA-5-5),
250         Microline/man/XmLGridGetSelectedColumns.3x (1.2, BETA-5-5),
251         Microline/man/XmLGridGetSelectedRow.3x (1.2, BETA-5-5),
252         Microline/man/XmLGridGetSelectedRowCount.3x (1.2, BETA-5-5),
253         Microline/man/XmLGridGetSelectedRows.3x (1.2, BETA-5-5),
254         Microline/man/XmLGridMoveColumns.3x (1.2, BETA-5-5),
255         Microline/man/XmLGridMoveRows.3x (1.2, BETA-5-5),
256         Microline/man/XmLGridPaste.3x (1.2, BETA-5-5),
257         Microline/man/XmLGridPastePos.3x (1.2, BETA-5-5),
258         Microline/man/XmLGridRead.3x (1.2, BETA-5-5),
259         Microline/man/XmLGridReadPos.3x (1.2, BETA-5-5),
260         Microline/man/XmLGridRedrawAll.3x (1.2, BETA-5-5),
261         Microline/man/XmLGridRedrawCell.3x (1.2, BETA-5-5),
262         Microline/man/XmLGridRedrawColumn.3x (1.2, BETA-5-5),
263         Microline/man/XmLGridRedrawRow.3x (1.2, BETA-5-5),
264         Microline/man/XmLGridReorderColumns.3x (1.2, BETA-5-5),
265         Microline/man/XmLGridReorderRows.3x (1.2, BETA-5-5),
266         Microline/man/XmLGridRowColumnToXY.3x (1.2, BETA-5-5),
267         Microline/man/XmLGridRowIsVisible.3x (1.2, BETA-5-5),
268         Microline/man/XmLGridSelectAllCells.3x (1.2, BETA-5-5),
269         Microline/man/XmLGridSelectAllColumns.3x (1.2, BETA-5-5),
270         Microline/man/XmLGridSelectAllRows.3x (1.2, BETA-5-5),
271         Microline/man/XmLGridSelectCell.3x (1.2, BETA-5-5),
272         Microline/man/XmLGridSelectColumn.3x (1.2, BETA-5-5),
273         Microline/man/XmLGridSelectRow.3x (1.2, BETA-5-5),
274         Microline/man/XmLGridSetFocus.3x (1.2, BETA-5-5),
275         Microline/man/XmLGridSetStrings.3x (1.2, BETA-5-5),
276         Microline/man/XmLGridSetStringsPos.3x (1.2, BETA-5-5),
277         Microline/man/XmLGridWrite.3x (1.2, BETA-5-5),
278         Microline/man/XmLGridWritePos.3x (1.2, BETA-5-5),
279         Microline/man/XmLGridXYToRowColumn.3x (1.2, BETA-5-5),
280         Microline/man/XmLMessageBox.3x (1.2, BETA-5-5),
281         Microline/man/XmLPixmapDraw.3x (1.2, BETA-5-5),
282         Microline/man/XmLProgress.3x (1.2, BETA-5-5),
283         Microline/man/XmLRectIntersect.3x (1.2, BETA-5-5),
284         Microline/man/XmLShellOfWidget.3x (1.2, BETA-5-5),
285         Microline/man/XmLSort.3x (1.2, BETA-5-5),
286         Microline/man/XmLStringDraw.3x (1.2, BETA-5-5),
287         Microline/man/XmLStringDrawDirection.3x (1.2, BETA-5-5),
288         Microline/man/XmLTree.3x (1.2, BETA-5-5),
289         Microline/man/XmLTreeAddRow.3x (1.2, BETA-5-5),
290         Microline/man/XmLTreeAddRows.3x (1.2, BETA-5-5),
291         Microline/man/XmLWarning.3x (1.2, BETA-5-5), util/vmsParam.h (1.5,
292         BETA-5-5): License change, step 2: Import of Mozilla files with new
293         license
295 2004-07-21 11:32  yooden
297         * README (1.38, BETA-5-5), doc/help.etx (1.71, BETA-5-5),
298         doc/nc.pod (1.6, BETA-5-5), doc/nedit.pod (1.7, BETA-5-5),
299         doc/setext (1.12, BETA-5-5), source/calltips.c (1.8, BETA-5-5),
300         source/calltips.h (1.3, BETA-5-5), source/file.c (1.85, BETA-5-5),
301         source/file.h (1.14, BETA-5-5), source/help.c (1.101, BETA-5-5),
302         source/help.h (1.12, BETA-5-5), source/help_data.h (1.69,
303         BETA-5-5), source/help_topic.h (1.60, BETA-5-5), source/highlight.c
304         (1.49, BETA-5-5), source/highlight.h (1.13, BETA-5-5),
305         source/highlightData.c (1.67, BETA-5-5), source/highlightData.h
306         (1.12, BETA-5-5), source/interpret.c (1.40, BETA-5-5),
307         source/interpret.h (1.16, BETA-5-5), source/linkdate.c (1.4,
308         BETA-5-5), source/macro.c (1.88, BETA-5-5), source/macro.h (1.7,
309         BETA-5-5), source/menu.c (1.110, BETA-5-5), source/menu.h (1.12,
310         BETA-5-5), source/nc.c (1.43, BETA-5-5), source/nedit.c (1.79,
311         BETA-5-5), source/nedit.h (1.57, BETA-5-5), source/parse.h (1.6,
312         BETA-5-5), source/preferences.c (1.122, BETA-5-5),
313         source/preferences.h (1.42, BETA-5-5), source/rangeset.c (1.11,
314         BETA-5-5), source/rangeset.h (1.6, BETA-5-5), source/rbTree.h (1.4,
315         BETA-5-5), source/regexConvert.c (1.10, BETA-5-5),
316         source/regexConvert.h (1.6, BETA-5-5), source/regularExp.c (1.24,
317         BETA-5-5), source/regularExp.h (1.11, BETA-5-5), source/search.c
318         (1.70, BETA-5-5), source/search.h (1.22, BETA-5-5),
319         source/selection.c (1.30, BETA-5-5), source/selection.h (1.6,
320         BETA-5-5), source/server.c (1.31, BETA-5-5), source/server.h (1.6,
321         BETA-5-5), source/server_common.c (1.5, BETA-5-5),
322         source/server_common.h (1.2, BETA-5-5), source/shell.c (1.33,
323         BETA-5-5), source/shell.h (1.8, BETA-5-5), source/shift.c (1.16,
324         BETA-5-5), source/shift.h (1.5, BETA-5-5), source/smartIndent.c
325         (1.35, BETA-5-5), source/smartIndent.h (1.7, BETA-5-5),
326         source/tags.c (1.58, BETA-5-5), source/tags.h (1.14, BETA-5-5),
327         source/text.c (1.47, BETA-5-5), source/text.h (1.19, BETA-5-5),
328         source/textBuf.c (1.32, BETA-5-5), source/textBuf.h (1.16,
329         BETA-5-5), source/textDisp.c (1.57, BETA-5-5), source/textDisp.h
330         (1.25, BETA-5-5), source/textDrag.c (1.10, BETA-5-5),
331         source/textDrag.h (1.4, BETA-5-5), source/textP.h (1.9, BETA-5-5),
332         source/textSel.c (1.14, BETA-5-5), source/textSel.h (1.5,
333         BETA-5-5), source/undo.c (1.17, BETA-5-5), source/undo.h (1.7,
334         BETA-5-5), source/userCmds.c (1.48, BETA-5-5), source/userCmds.h
335         (1.7, BETA-5-5), source/window.c (1.162), source/window.h (1.24,
336         BETA-5-5), source/windowTitle.c (1.13, BETA-5-5),
337         source/windowTitle.h (1.4, BETA-5-5), util/DialogF.c (1.29,
338         BETA-5-5), util/DialogF.h (1.10, BETA-5-5), util/check_lin_tif.c
339         (1.10, BETA-5-5), util/clearcase.c (1.5, BETA-5-5),
340         util/clearcase.h (1.4, BETA-5-5), util/fileUtils.c (1.32,
341         BETA-5-5), util/fileUtils.h (1.11, BETA-5-5), util/fontsel.c (1.27,
342         BETA-5-5), util/fontsel.h (1.10, BETA-5-5), util/getfiles.c (1.29,
343         BETA-5-5), util/getfiles.h (1.7, BETA-5-5), util/managedList.c
344         (1.14, BETA-5-5), util/managedList.h (1.6, BETA-5-5), util/misc.c
345         (1.67, BETA-5-5), util/misc.h (1.24, BETA-5-5), util/prefFile.c
346         (1.23, BETA-5-5), util/prefFile.h (1.7, BETA-5-5),
347         util/printUtils.c (1.24, BETA-5-5), util/printUtils.h (1.8,
348         BETA-5-5), util/system.h (1.15, BETA-5-5), util/utils.c (1.21,
349         BETA-5-5), util/utils.h (1.12, BETA-5-5), util/vmsUtils.c (1.6,
350         BETA-5-5), util/vmsUtils.h (1.6, BETA-5-5): License change, step 1:
351         Added Motif clause to a lot of files.
353 2004-07-20 01:40  n8gray
355         * source/window.c (1.161): The stats line copies its font from the
356         Row/Column widget.
358 2004-07-18 23:13  yooden
360         * source/shift.c (1.15): Fixes inconsistency between 'Fill
361         Paragraph' and wrap.
363 2004-07-18 22:30  yooden
365         * doc/help.etx (1.70), source/file.c (1.84), source/help.c (1.100),
366         source/help_data.h (1.68), source/help_topic.h (1.59),
367         source/highlight.c (1.48), source/highlightData.c (1.66),
368         source/macro.c (1.87), source/menu.c (1.109), source/nedit.c
369         (1.78), source/preferences.c (1.121), source/search.c (1.69),
370         source/selection.c (1.29), source/shell.c (1.32),
371         source/smartIndent.c (1.34), source/tags.c (1.57),
372         source/userCmds.c (1.47), source/windowTitle.c (1.12),
373         util/fontsel.c (1.26), util/getfiles.c (1.28), util/misc.c (1.66),
374         util/printUtils.c (1.23): Fixes some of the misnamed dialogs.
376 2004-07-15 21:17  n8gray
378         * source/: help.c (1.99), nedit.c (1.77): Fix for bug 873469: nedit
379         -V requires X server.  Fix due to T. Haude with slight
380         modification.  (argument scanning stops if it sees "--".)
382 2004-07-15 18:47  edg
384         * ReleaseNotes (1.25, BETA-5-5): Added bug #987102 to the list of
385         bugs fixed in 5.5.
387 2004-07-15 18:39  edg
389         * source/regularExp.c (1.23): Fix for SF bug #987102:  segmentation
390         fault on replace. Regex recursion is now limited to 10000. The API
391         could still be extended to handle errors more gracefully (error
392         messages are currently written to stderr).
394 2004-07-15 18:30  edg
396         * source/nedit.c (1.76): Added Lesstif-specific suppression of
397         harmless but annoying warnings generated by non-production versions
398         of the library.  Developers can see the suppressed messages by
399         adding -DDEBUG_LESSTIF_WARNINGS to their compile flags.  So far,
400         I've added 3 messages to the suppression list, but the list can
401         easily be extended if more of these messages show up.
403 2004-07-15 18:26  edg
405         * util/check_lin_tif.c (1.9): Added OpenMotif 2.2.3 and Lesstif
406         0.93.94 to the "known good" lists.  (I didn't add 0.93.95 since it
407         doesn't officially exist yet).
409 2004-07-15 17:08  edg
411         * source/calltips.c (1.7): Removed the custom fix for SF bug
412         #925951 again. It is covered by the fix for bug #991700.
414 2004-07-15 17:06  edg
416         * source/nedit.c (1.75): Fix for SF bug #991700: 5.5 crash. The
417         workaround to prevent this crash was executed too late due to the
418         reorganization of the shells.
420 2004-07-15 09:07  yooden
422         * source/file.c (1.83): Small optimization in backupFileName()
424 2004-07-15 02:03  yooden
426         * makefiles/Makefile.solarisx86 (1.1, BETA-5-5): Added Makefile for
427         Solaris x86.
429 2004-07-15 01:47  yooden
431         * source/: highlightData.c (1.65), preferences.c (1.120): Fixes two
432         small issues wrt C++.
434 2004-07-14 19:51  n8gray
436         * source/menu.c (1.108): There were two accelerators for 'T' in the
437         File menu.  I changed "Load Tags File" to use 'g' instead.
439 2004-07-14 19:48  n8gray
441         * makefiles/Makefile.macosx (1.7, BETA-5-5): Adding the
442         -mdynamic-no-pic gcc flag to get cleaner code on OS X.
444 2004-07-14 13:31  yooden
446         * source/file.c (1.82): Someone forgot to call stat() before
447         querying the statbuf.
449 2004-07-13 11:44  edg
451         * source/menu.c (1.107): Another crash fix: tab context popup menu
452         didn't inherit proper visual.
454 2004-07-13 11:35  edg
456         * Xlt/BubbleButton.c (1.6, BETA-5-5): Crash fix: bubblebutton
457         tooltips didn't inherit proper visual (Tk Soh).
459 2004-07-12 20:08  edg
461         * source/search.c (1.68): Fix for incremental search bar clear
462         button crash reported by Yury Burkatovsky. It wasn't as hard as I
463         thought it would be.
465 2004-07-09 12:20  edg
467         * ReleaseNotes (1.24): First stab at the release notes for 5.5.
469 2004-07-09 07:44  edg
471         * util/misc.c (1.65): Inserted some casts to suppress harmless
472         warnings on Solaris.
474 2004-07-08 13:07  edg
476         * source/help.c (1.98): More fundamental fix for SF bug #982589:
477         Help font inconsistent with window size. The help window size
478         calculation is now based on the actual fixed font used in the help
479         window.
481 2004-07-08 06:29  n8gray
483         * Makefile (1.16, BETA-5-5), README (1.37), source/help_data.h
484         (1.67), source/help_topic.h (1.58), source/nc.c (1.42): Man, that
485         was a quick beta!  Back to RC1.
487 2004-07-07 08:18  edg
489         * ChangeLog (1.38, BETA-5-5): Regenerated (cvs2cl.pl -b -r -t
490         --accum --gmt).
492 2004-07-07 01:39  n8gray
494         * README (1.36), makefiles/Makefile.macosx (1.6): Updating some OS
495         X documentation.
497 2004-07-07 03:14  n8gray
499         * Makefile (1.15), README (1.35), source/help_data.h (1.66),
500         source/nc.c (1.41): I guess we should go to BETA1 before RC1.
502 2004-07-07 02:51  n8gray
504         * Makefile (1.14), README (1.34), source/help_data.h (1.65),
505         source/help_topic.h (1.57), source/nc.c (1.40): Updating version
506         information for 5.5RC1.
508 2004-07-03 00:16  edg
510         * source/highlightData.c (1.64): Minor update to the Python
511         patterns: added new built-in functions, exceptions, warnings, ...
512         that were introduced in Python 2.3.
514 2004-06-30 13:56  edg
516         * source/help.c (1.97): Increased the help window size from 65 to
517         75 columns as a workaround for the window becoming smaller due to
518         changes in the font specifications.  (SF bug #982589: Help font
519         inconsistent with window size)
521 2004-06-28 10:23  edg
523         * source/menu.c (1.106): Fix for SF bug #933146: VMS Open Previous
524         DB file error.
526 2004-06-23 15:25  edg
528         * source/server.c (1.30): Race condition fix for SF bug #978104:
529         nedit -sync option.  The server missed the first property change in
530         synchronous mode.
532 2004-06-21 09:42  edg
534         * doc/help.etx (1.69), source/help_data.h (1.64),
535         source/help_topic.h (1.56): Cross-reference fixes (Yury
536         Burkatovsky).
538 2004-06-13 03:08  tksoh
540         * source/window.c (1.160): Fixed shrinking-window bug on some
541         window manager such as Metacity, where window would shrink when
542         switching between documents with different font size.
544 2004-06-11 12:33  edg
546         * Microline/XmL/XmL.h (1.3): Fixed a #define collision when
547         compiling with OM 2.2.3.
549 2004-06-11 12:16  edg
551         * source/: menu.c (1.105), nedit.h (1.56), window.c (1.159): Fixes
552         for SF bug #779454: SGI_CUSTOM & windows names.  Removed all
553         obsolete SGI_WINDOW_TITLE stuff.
555 2004-06-11 10:14  edg
557         * source/highlightData.c (1.63): Removed unused declaration.
559 2004-06-10 19:04  edg
561         * doc/help.etx (1.68), source/help_data.h (1.63),
562         source/help_topic.h (1.55): More help updates from Joerg Fischer.
564 2004-06-10 19:01  edg
566         * source/: highlight.c (1.47), highlightData.c (1.62), macro.c
567         (1.86): Commit SF patch #970491: Forbid deletion of the "Plain"
568         Text Drawing Style (Tony Balinski).
570 2004-06-09 19:52  edg
572         * source/: userCmds.c (1.46), window.c (1.158): Crash fix:
573         bgMenuUndo/RedoItem were memcopied when opening multiple tabs in a
574         window. This could eventually result in accesses to destroyed bg
575         menu items (and crashes), but only when the tabs use different
576         language modes.  That's why crashes were rather rare (and the
577         illegal accesses didn't always result in a crash).
579 2004-06-08 17:36  edg
581         * doc/help.etx (1.67), doc/nc.pod (1.5), doc/nedit.pod (1.6),
582         source/help_data.h (1.62), source/help_topic.h (1.54): Help
583         updates: tabbed editing and incremental search bar (Joerg Fischer).
585 2004-06-08 17:30  edg
587         * source/server.c (1.29), util/misc.c (1.64), util/misc.h (1.23):
588         Committed SF patch #963120: Open tab in window on current desktop. 
589         New files opened via nc no longer appear in a tab of some
590         pseudo-random window, possible on a different window manager
591         desktop, but on a window of the current desktop. If no window
592         exists on the current desktop, a new one is created.  Requires the
593         window manager to be EWMH compliant, but falls back to the old
594         behaviour for non-compliant wms.
596 2004-06-08 17:08  tringali
598         * source/shell.c (1.31): Fix from Tony Balinski: close unused fds
599         so that shell commands can be invoked asynchronously.  Otherwise,
600         we will wait for the command to end even if the input/output/error
601         streams were redirected to /dev/null.
603 2004-06-01 14:23  edg
605         * source/server_common.c (1.4): Memory leak and malloc/free
606         mismatch fixes.
608 2004-05-25 21:31  tringali
610         * source/nedit.c (1.74): Don't use labelFontList et al on
611         Cygwin/LessTif.
613 2004-05-16 14:02  tksoh
615         * source/window.c (1.157): Fixed coredump if offers to save file
616         were refused when closing window with several modified documents.
618 2004-05-12 11:21  edg
620         * source/interpret.c (1.39): Missed a spot in the debug code when I
621         applied the macro string changes.
623 2004-05-11 21:56  edg
625         * doc/help.etx (1.66), doc/nc.pod (1.4), doc/nedit.pod (1.5),
626         source/help_data.h (1.61), source/help_topic.h (1.53): Updated
627         rangeset documentation (SF bug #922282) and -do documentation
628         (Joerg, with remarks of Tony).
630 2004-05-06 10:39  jlous
632         * source/menu.c (1.104): Changed "Tabs..." to "Tab Stops..." in
633         menus.
635 2004-05-04 16:19  edg
637         * README (1.33), doc/help.etx (1.65), doc/nc.pod (1.3),
638         doc/nedit.pod (1.4), source/help_data.h (1.60), source/help_topic.h
639         (1.52): Added TK to the list of authors.
641 2004-05-04 09:41  edg
643         * Xlt/BubbleButton.c (1.5): Added declaration of
644         _XmStringCreateExternal (SF bug #923924).
646 2004-05-03 14:08  edg
648         * ChangeLog (1.37): Regenerated (cvs2cl.pl -b -r -t --accum --gmt).
650 2004-05-03 13:59  edg
652         * source/window.c (1.156): Bug fix: File->Close in the original
653         window was disabled after calling calling the detach_document()
654         macro subroutine.
656 2004-05-03 09:26  edg
658         * util/check_lin_tif.c (1.8): Classified OM 2.2.3 (the real one,
659         not the 2.2.2 version claiming to be 2.2.3) as being UNTESTED iso.
660         KNOWN BAD. If no show-stoppers are found, we can classify it as a
661         supported version.
663 2004-05-03 08:54  edg
665         * Xlt/BubbleButton.c (1.4): Fixed inconsistent linkage declaration
666         for _XmExportLabelString.
668 2004-05-03 08:53  edg
670         * util/misc.c (1.63): Disabled the sticky radiobutton workaround
671         for OM 2.2.3 and above. The bug appears to be fixed in 2.2.3.
673 2004-04-30 15:27  edg
675         * source/interpret.c (1.38): Added some comments to the new string
676         allocation routines.
678 2004-04-30 14:35  edg
680         * source/: interpret.c (1.37), interpret.h (1.15), macro.c (1.85),
681         smartIndent.c (1.33): Speed boost for macro string searching: keep
682         string length together with the string to avoid excessive amount of
683         strlen() calls in some cases.
685 2004-04-30 11:53  edg
687         * source/window.c (1.155): Bug fix: closing a tab via a macro
688         called from another tab resulted in a crash or an endless loop in
689         GetTopDocument().
691 2004-04-30 04:06  tksoh
693         * source/: nedit.c (1.73), window.c (1.154): Some GUI changes on
694         statsAreaForm: removed the separator below the tab-bar; removed
695         some hardcoded visual resources on tab and tab-bar; statsline's
696         text widget to inherit colors from it's immediate parent form, to
697         ease customization.
699 2004-04-29 02:34  tksoh
701         * source/: menu.c (1.103), nedit.c (1.72), text.c (1.46): Removed
702         tab navigation items from the Window menu, and handle them with
703         text widget's translation table.
705 2004-04-28 01:54  tksoh
707         * doc/help.etx (1.64), source/help_data.h (1.59),
708         source/help_topic.h (1.51), source/menu.c (1.102), source/nedit.c
709         (1.71), source/nedit.h (1.55), source/window.c (1.153),
710         source/window.h (1.23): Renamed "Split Window" to "Split Pane", and
711         split_window() is now split_pane().
713 2004-04-27 01:35  tksoh
715         * source/: file.c (1.81), menu.c (1.101), nedit.h (1.54),
716         preferences.c (1.119), window.c (1.152): Second (and hopefully
717         final) phase of Buffers-to-Documents conversion; Also added brief
718         description to struct WindowInfo on tabbed mode.
720 2004-04-26 03:01  tksoh
722         * source/window.c (1.151): Fix for SF bug #941888: Window shrinks
723         when switching between tabs on some window managers such as
724         metacity.
726 2004-04-24 04:53  tksoh
728         * source/window.c (1.150): Preserve document opening chain
729         (WindowList) when documents are detached or moved, so that macro
730         functions such focus_window("last") will traverse the documents
731         correctly.
733 2004-04-24 03:48  tksoh
735         * source/window.c (1.149): Honor pref setting of "Hide Tab Bar When
736         Only One Document is Open"; covering SF bug #939712: unexpected tab
737         bar on startup.
739 2004-04-24 03:12  tksoh
741         * source/window.c (1.148): Fixed coredump when closing top
742         document.
744 2004-04-23 16:35  tringali
746         * source/window.c (1.147): Fix for bug 940844 - flashing isearch
747         bar on startup
749 2004-04-23 00:43  tksoh
751         * source/window.c (1.146): Fixed bold-face on label of inactive
752         tabs.
754 2004-04-19 15:46  tringali
756         * source/: window.c (1.145), nedit.c (1.70): - Changed accelerators
757         for next/prev window to Ctrl+Pg Up (for Mozilla compat.) -
758         Bold-face the active tab for visibility, implemented with fontlist
759         tags.
761 2004-04-17 10:32  tksoh
763         * source/: nedit.c (1.69), window.c (1.144), window.h (1.22): Fixed
764         WM session management (WM_SAVE_YOURSELF) support for tabbed mode.
766 2004-04-17 03:51  n8gray
768         * doc/help.etx (1.63), source/help_data.h (1.58),
769         source/help_topic.h (1.50): Updated documentation for the
770         auto-scroll feature.  The resource for setting the number of lines
771         of padding has changed to nedit.autoScrollVPadding.
773 2004-04-16 08:15  edg
775         * source/calltips.c (1.6): Fix for SF bug #925951: nedit 5.4
776         crashes when dragging a calltip.  It appears to be a bug in SUN's
777         Motif. Dragging is now disabled.
779 2004-04-15 22:32  n8gray
781         * source/: menu.c (1.100), nedit.h (1.53), preferences.c (1.118),
782         preferences.h (1.41), window.c (1.143), window.h (1.21): Committing
783         the auto-scroll patch.  For now 4 seems like a reasonable default.
785 2004-04-14 20:33  n8gray
787         * source/: help_data.h (1.57), help_topic.h (1.49), window.c
788         (1.142): Applied TK's patch for putting the * on the correct side
789         of the tab's filename based on text alignment (with a minor
790         change).  I still don't understand why it didn't work for me
791         before, but what the heck.
792         
793         Also it looks like I regenerated the help files.  No changes there
794         other than the dates at the top.
796 2004-04-14 15:12  edg
798         * source/window.c (1.141): Warning fix (Andrew Stanaski).
800 2004-04-14 09:44  edg
802         * source/: nedit.c (1.68), server.c (1.28): Additional fixes for
803         potential crashes due to -do macro commands closing windows.
805 2004-04-14 05:45  tksoh
807         * source/: nedit.c (1.67), server.c (1.27): Fixed coredump when
808         running -do closed() or detach_document() with nc or nedit, or when
809         files fail to open.
810         
811         Also corrected the behavior on VMS so that -do will only apply onto
812         the first file globbed from the wildcard specified.
814 2004-04-14 00:49  n8gray
816         * source/: nedit.c (1.66), window.c (1.140): Changed so that
817         alignment of the filenames in tabs isn't hardwired.  I edit lots of
818         files that have the same prefix, e.g. mmc_ext_XXX.ml, and if too
819         many tabs get opened then I end up with 25 identical tabs.  This is
820         much less of a problem if the text is right-aligned, since the .ml
821         suffixes take up less space.
822         
823         You can try this out by setting the resource "*tab.alignment:
824         XmALIGNMENT_END".
825         
826         One improvement would be to also put the "*" that indicates a file
827         is modified on the right if the titles are right-aligned.  I tried
828         to implement that but for some reason couldn't read the setting of
829         the alignment resource successfully.
831 2004-04-14 00:14  n8gray
833         * source/window.c (1.139): Fixed the code to get the next tab on
834         tab close/detach so that the correct tab is chosen when tabs are
835         sorted.
837 2004-04-01 12:48  tksoh
839         * source/window.c (1.138): Re-enabled window auto-resizing on
840         (un)display of line numbers for multi-tab windows. Disabling
841         auto-resize on font change alone would be enough to fix the
842         growing-window bug.
844 2004-04-01 10:29  tksoh
846         * source/window.c (1.137): Fixed BadMatch error when linking to
847         various releases of Lesstif version 1.2 (no problem with v2.x), if
848         we use XCreateBitmapFromData() to created bitmaps for buttons.
850 2004-04-01 02:50  tksoh
852         * source/textDisp.c (1.56): Fixed BadWindow error when opening help
853         window, introduced by the recent window auto-resize patch.
855 2004-04-01 01:38  tksoh
857         * source/window.c (1.136): Fixed bug where the detached document
858         would get an incorrect number of rows, when the document contain
859         highlighting fonts with sizes differ from the primary font. For now
860         there'd be some flickers due to the resizing of the detached window
861         by syntax highlighting, etc - something that we are to address
862         later - but the rows will at least be correct.
864 2004-03-31 15:02  tksoh
866         * source/: highlight.c (1.46), textDisp.c (1.55), window.c (1.135):
867         Disabled window auto-resizing, triggered by font change or
868         (un)display of line numbers, for multi-tab windows.
870 2004-03-31 12:31  tksoh
872         * source/: nedit.h (1.52), search.c (1.67), window.c (1.134):
873         Applied SF patch #891884: Add Find and Clear buttons to i-search
875 2004-03-29 14:42  tksoh
877         * source/userCmds.c (1.45): Fixed coredump when invoking BG menu on
878         lower split-panes.
880 2004-03-28 12:15  yooden
882         * .cvsignore (1.3), doc/.cvsignore (1.5), source/.cvsignore (1.5),
883         util/.cvsignore (1.4): Moves *.bck to global ignore file.
885 2004-03-25 17:37  tksoh
887         * source/: menu.c (1.99), window.c (1.133): Removed unused
888         functions.
890 2004-03-25 07:12  n8gray
892         * .cvsignore (1.2), doc/.cvsignore (1.4), doc/help.etx (1.62),
893         source/.cvsignore (1.4), source/help_data.h (1.56),
894         source/help_topic.h (1.48), source/textDrag.c (1.9),
895         util/.cvsignore (1.3): Updated the help files to document action
896         routines for all menu items.  Also added *.bck to .cvsignore files.
898 2004-03-25 04:27  tksoh
900         * source/: file.c (1.80), file.h (1.13), macro.c (1.84), menu.c
901         (1.98), nedit.c (1.65), preferences.c (1.117), selection.c (1.28),
902         server.c (1.26), tags.c (1.56), window.c (1.132), window.h (1.20):
903         Speed up opening of multiple files, by opening the files in
904         background and deferring the syntax highlighting (SH) process. SH
905         may be triggered later when a document is raised, or accessed by
906         macro functions.
908 2004-03-21 14:25  tksoh
910         * source/: Makefile.common (1.17), window.c (1.131): Bugfix for
911         persistent tooltip of tabs, when dragged with middle button.
913 2004-03-19 15:17  tringali
915         * util/system.h (1.14): Fix bogus IA64 defintion; detect Intel when
916         masquerading as gcc; guess when compiling HP C.
918 2004-03-19 09:53  tksoh
920         * source/window.c (1.130): Make next/prev document actions
921         independent of tab sorting policy.
923 2004-03-11 12:42  edg
925         * source/: nedit.h (1.51), userCmds.c (1.44): Bug fixes for user
926         menu cache (Uwe Lehnert).
928 2004-03-06 22:44  n8gray
930         * source/: menu.c (1.97), nedit.h (1.50), preferences.c (1.116):
931         Added "Sort Tabs Alphabetically" menu item.
933 2004-03-06 02:24  n8gray
935         * source/window.c (1.129): Fixed SortTabBar -- it wasn't updating
936         the "next" pointers, which broke the next/previous tab actions.
938 2004-03-05 08:10  tksoh
940         * source/: menu.c (1.96), menu.h (1.11), userCmds.c (1.43),
941         window.c (1.128): Hide the BG tearoffs when switching doc, and
942         restore them when switched back later.
944 2004-03-04 09:44  tksoh
946         * source/: menu.c (1.95), menu.h (1.10), nedit.h (1.49),
947         preferences.c (1.115), userCmds.c (1.42), userCmds.h (1.6),
948         window.c (1.127): Applied SF patch #891126: user menu cache.
950 2004-03-04 00:49  tksoh
952         * source/: file.c (1.79), preferences.c (1.114), preferences.h
953         (1.40), window.c (1.126), window.h (1.19): If 'nedit.sortTab' is
954         True, sort the tabs on the tab bar by filenames alphabetically.
955         Sorting is disabled by default.
957 2004-03-03 13:28  edg
959         * source/textBuf.c (1.31): Bug fix in BufCountDispChars: don't
960         count terminating \0 of text buffer.
962 2004-03-03 07:06  tksoh
964         * source/: menu.c (1.94), window.h (1.18): Cleaned up residue of
965         "Attach Tab".
967 2004-03-02 12:47  tksoh
969         * source/undo.c (1.16): Removed flickers on text area that occured
970         when undoing/redoing with selection and
971         'nedit.undoModifiesSelection' set to false.
973 2004-03-02 08:15  tksoh
975         * source/: menu.c (1.93), nedit.h (1.48), window.c (1.125),
976         window.h (1.17): Changed Menu "Attach Tab..." to "Move Tab To...".
977         The corresponding AP attach_document_dialog() is changed to
978         move_document_dialog() too; Also revised preference menus under
979         "Tabbed Editing".
981 2004-02-27 00:53  tksoh
983         * source/window.c (1.124): Bugfix for shrunken upper split panes
984         when documents are detached or attached.
986 2004-02-26 09:54  edg
988         * source/window.c (1.123): Clone tab distance & emulation settings
989         when cloning a document.
991 2004-02-25 02:47  tksoh
993         * source/: menu.c (1.92), window.c (1.122): Made line number
994         display a shell-level item, like the i-search and stats lines. Also
995         fixed few associated bugs.
997 2004-02-23 02:51  n8gray
999         * source/textBuf.c (1.30): Eliminated unnecessary #include.
1001 2004-02-21 14:25  yooden
1003         * doc/help.etx (1.61), source/help_data.h (1.55),
1004         source/help_topic.h (1.47): Fiyes typos in help, adds args[] doc
1005         (Tony Balinski), changes mailing list information (Joor Loohuis).
1007 2004-02-21 05:45  tksoh
1009         * source/: file.c (1.78), macro.c (1.83), menu.c (1.91),
1010         preferences.c (1.113), search.c (1.66), shell.c (1.30),
1011         smartIndent.c (1.32), tags.c (1.55), undo.c (1.15), userCmds.c
1012         (1.41), window.c (1.121), window.h (1.16): Update button state or
1013         sensitivity of the main menus only if the document being worked on
1014         is on top. This prevent the macro operation from updating the menu
1015         buttons incorrectly, when acting on documents currently not on top.
1017 2004-02-20 09:27  tksoh
1019         * source/menu.c (1.90): Corrected mnemonic of 'Last Viewed Tab'
1020         menu.
1022 2004-02-19 06:33  tksoh
1024         * source/nedit.c (1.64): Added missing -group option in nedit
1025         command line help message.
1027 2004-02-19 06:23  tksoh
1029         * doc/help.etx (1.60), source/help_data.h (1.54),
1030         source/help_topic.h (1.46), source/nc.c (1.39), source/nedit.c
1031         (1.63): Added option -group to nc and nedit, to allow opening of
1032         group of files as tabs in a new window.
1034 2004-02-17 01:01  tksoh
1036         * source/window.c (1.120): Fixed coredump when loading tag files,
1037         caused by dangling pointer of mode messages.
1039 2004-02-16 01:02  tksoh
1041         * doc/help.etx (1.59), source/file.c (1.77), source/file.h (1.12),
1042         source/help_data.h (1.53), source/help_topic.h (1.45),
1043         source/macro.c (1.82), source/menu.c (1.89), source/nc.c (1.38),
1044         source/nedit.c (1.62), source/nedit.h (1.47), source/preferences.c
1045         (1.112), source/preferences.h (1.39), source/search.c (1.65),
1046         source/selection.c (1.27), source/server.c (1.25), source/tags.c
1047         (1.54), source/window.c (1.119): Applied SF patch #893177: modeless
1048         tabbed windows.
1050 2004-02-14 02:22  tksoh
1052         * source/window.c (1.118): Bugfix: top BG menu tearoffs were not
1053         closed before switching         tabbed document.
1055 2004-02-13 12:32  tksoh
1057         * source/window.c (1.117): Close all BG menu tearoffs before
1058         switching tabbed document.  BG menu is local to each document, so
1059         should not stay up when its parent doc isn't.
1061 2004-02-13 07:53  tksoh
1063         * source/window.c (1.116): Bugfix: banner not cleared after loading
1064         tag files, etc.
1066 2004-02-10 22:29  yooden
1068         * Microline/XmL/Folder.c (1.3), source/file.c (1.76),
1069         source/window.c (1.115): Removes some warnings.
1071 2004-02-10 14:25  tringali
1073         * source/nedit.c (1.61): Fix reversed tab accelerators in LessTif
1075 2004-02-10 02:00  tringali
1077         * source/nedit.c (1.60): Fix for tab accelerators in LessTif; avoid
1078         trapping Alt+Shift+arrow too.
1080 2004-02-09 11:02  edg
1082         * source/window.c (1.114): Added missing shell/macroMenuValid
1083         initializations.
1085 2004-02-09 09:45  tksoh
1087         * source/: rangeset.c (1.10), rangeset.h (1.5), window.c (1.113):
1088         Bugfix for: 1) coredump when detaching/attaching document
1089         containing    destroyed rangeset; 2) after being detached/attached,
1090         colors of subsequently    added rangesets were not refreshed
1091         immediately.
1093 2004-02-09 04:16  tksoh
1095         * source/window.c (1.112): Applied workaround for partially
1096         (bottom) obscured text area of new tabs on OM-2.1.30, and perhaps
1097         other Motifs also?
1099 2004-02-08 02:49  tksoh
1101         * source/window.c (1.111): Applied workaround for coredump when
1102         closing tabs in the middle of keystrokes learning, by clicking on
1103         the close-tab button. See comment of closeTabCB() for detail.
1105 2004-02-08 01:46  tksoh
1107         * source/window.c (1.110): Bugfix: stats or i-search line might
1108         come up concealed on new windows, if the tab bar was set to be
1109         always displayed.
1111 2004-02-07 15:44  tringali
1113         * source/: menu.c (1.88), menu.h (1.9), nedit.h (1.46), window.c
1114         (1.109): Tab context menu via TK Soh, from SF patch 891679
1116 2004-02-07 02:20  tringali
1118         * source/nedit.c (1.59): - Visual for inactive tabs: use a lighter
1119         grey foreground.  Ideally we'd make the   active tab boldface, but
1120         that requires mucking about with fonts.  - Non-emacs accelerators
1121         for tab navigation: Alt-Left,Alt-Right,Alt-Home
1123 2004-02-05 07:29  tksoh
1125         * source/window.c (1.108): Bugfix for missing BG menus in second
1126         and subsequent tabbed docs.
1128 2004-02-04 08:44  tksoh
1130         * source/: file.c (1.75), menu.c (1.87), nedit.h (1.45), window.c
1131         (1.107), window.h (1.15): Create tabbed document in background, to
1132         avoid unnecessary updates on the user menus. This reduces the
1133         flickers on the tearoffs of the user menus. It also speeds up the
1134         process of opening multiple files, particularly those of the same
1135         language modes.
1137 2004-02-03 14:26  edg
1139         * source/preferences.c (1.111): Fix for SF bug #887581: /*
1140         Uncomment */ macro problem.
1142 2004-02-03 08:25  edg
1144         * ChangeLog (1.36): Regenerated (cvs2cl.pl -b -r -t --accum --gmt).
1146 2004-02-03 08:18  edg
1148         * source/macro.c (1.81): Fix for SF bug #889444: rangeset_add(rs1,
1149         rs2) fails if rs1, rs2 is empty.
1151 2004-02-03 07:27  tksoh
1153         * source/preferences.c (1.110): Bugfix: nedit.tabbedMode was not
1154         saved to nedit.rc file.
1156 2004-02-03 07:27  tksoh
1158         * source/preferences.c (1.110): Bugfix: nedit.tabbedMode was not
1159         saved to nedit.rc file.
1161 2004-01-29 11:03  tksoh
1163         * source/smartIndent.c (1.31): Applied workaround for Motif
1164         crash-with-tearoffs bug to Smart Indent dialog. Any more?
1166 2004-01-29 10:53  tksoh
1168         * source/highlightData.c (1.61), source/window.c (1.106),
1169         util/misc.c (1.62), util/misc.h (1.22): Applied workaround for
1170         Motif crash-with-tearoffs bug to Syntax Highlighting Patterns
1171         dialog.
1173 2004-01-28 01:50  tksoh
1175         * doc/help.etx (1.58), source/help_data.h (1.52),
1176         source/help_topic.h (1.44), source/preferences.c (1.109): A sort of
1177         fix for SF Bug #883894: removed normal non-whitespace text
1178         characters from the default backlighting list, so that those
1179         characters will be displayed with the background color as defined
1180         by the nedit.textBgColor resource - unless overridden by syntax
1181         highlighting.
1183 2004-01-27 18:02  tksoh
1185         * source/: userCmds.c (1.40), window.c (1.105): When switching
1186         tabs, only update Macro/Shell/BG menus only if the language mode
1187         has changed, to reduce flickers on the tearoffs.
1189 2004-01-27 17:44  tksoh
1191         * source/preferences.c (1.108): Fix for SF bug #884862: typo in
1192         class names of preference resources.
1194 2004-01-26 09:23  tksoh
1196         * source/: macro.c (1.80), macro.h (1.6), nedit.h (1.44), shell.c
1197         (1.29), shell.h (1.7), window.c (1.104): Mode message display was
1198         not handled properly as we switch between documents.
1200 2004-01-20 03:31  tksoh
1202         * source/window.c (1.103): fixed compiling warning on use of
1203         undeclared function.
1205 2004-01-20 02:48  tksoh
1207         * source/: rangeset.c (1.9), rangeset.h (1.4), window.c (1.102):
1208         Transfer rangeset info when attaching/detaching tabs (Uwe Lehnert)
1210 2004-01-16 11:49  edg
1212         * source/file.c (1.74): Fix for SF bug #878183: File deleted. 
1213         Don't delete incremental backup files when incremental backups are
1214         off.
1216 2004-01-16 09:18  edg
1218         * source/highlightData.c (1.60), source/preferences.c (1.107),
1219         source/search.c (1.64), source/userCmds.c (1.39), util/misc.c
1220         (1.61), util/misc.h (1.21): Applied the "OpenMotif sticky radio
1221         button" workaround to all radio buttons.
1223 2004-01-16 02:59  tksoh
1225         * doc/help.etx (1.57), source/file.c (1.73), source/help_data.h
1226         (1.51), source/help_topic.h (1.43), source/macro.c (1.79),
1227         source/menu.c (1.86), source/nedit.c (1.58), source/nedit.h (1.43),
1228         source/preferences.c (1.106), source/preferences.h (1.38),
1229         source/search.c (1.63), source/server.c (1.24), source/userCmds.c
1230         (1.38), source/window.c (1.101), source/window.h (1.14): Phase one
1231         of Buffers-to-Documents conversion.
1233 2004-01-15 07:59  tksoh
1235         * source/window.c (1.100): Bugfix: always update Macro & Shell
1236         menus when raising a buffer,         so that the keyboard shortcuts
1237         are refreshed properly.
1238         
1239         We'll worry about the visual optimization later.
1241 2004-01-13 15:49  edg
1243         * source/window.c (1.99): Prevent some (harmless) uninitialized
1244         variable accesses when creating a geometry string.
1246 2004-01-13 14:46  tringali
1248         * source/window.c (1.98): Workaround for bug in OpenMotif 2.1 and
1249         2.2.  If you have an active tear-off menu from a TopLevelShell that
1250         is a child of an ApplicationShell, and then close the parent
1251         window, Motif crashes.  The problem doesn't happen if you close the
1252         tear-offs first, so, we programatically close them before
1253         destroying the shell widget.
1255 2004-01-13 02:45  tksoh
1257         * source/preferences.c (1.105): Fixed coredump when changing
1258         language mode via 'Language Mode' tearoff menu.
1260 2004-01-12 17:31  edg
1262         * makefiles/Makefile.cygwin (1.8): Added check_tif_rule for Cygwin.
1264 2004-01-12 17:09  edg
1266         * source/highlight.c (1.45): Bug fix for crash in highlighting
1267         dialog, reported by Joerg Fischer.  Error pattern of color-only
1268         patterns was copied erroneously.
1270 2004-01-10 06:12  tksoh
1272         * source/userCmds.c (1.37): Fixed coredump when invoking
1273         Macro/Shell/Background commands from tear-offs.
1275 2004-01-09 05:56  tksoh
1277         * source/userCmds.c (1.36): Bugfix: when invoked by keyboard
1278         shoft-cuts, macro and shell commands were always executed in the
1279         first buffer created, or coredumped if the first buffer had been
1280         closed.
1282 2004-01-08 06:19  tksoh
1284         * source/: macro.c (1.78), macro.h (1.5), shell.c (1.28), shell.h
1285         (1.6), window.c (1.97): Bugfix: cursor and statsline now reflect if
1286         macro/shell commands are in progress in each individual buffer.
1288 2004-01-06 06:25  n8gray
1290         * source/macro.c (1.77): Patch monkey see, patch monkey do.  Tony
1291         says fix rangeset bug, patch monkey fix rangeset bug.  Ook.  Fixes
1292         SF bug #871209
1294 2004-01-06 02:38  tksoh
1296         * source/: menu.c (1.85), userCmds.c (1.35), window.c (1.96):
1297         Improved handling of tear-off (Macro, Shell and Windows) menus:   
1298         i) fixed shrink-expand bugs;   ii) tear-offs stay up when buffers
1299         are closed.
1301 2004-01-02 10:32  tksoh
1303         * source/window.c (1.95): window manager's size hints should follow
1304         the top buffer.
1306 2003-12-31 02:25  tksoh
1308         * source/window.c (1.94): Bugfix: bookmarks were lost when
1309         detaching/attaching buffers. (Uwe Lehnert)
1311 2003-12-31 01:22  tksoh
1313         * source/window.c (1.93): Bugfix for crash when navigating through
1314         buffers.
1316 2003-12-30 15:32  tringali
1318         * source/nedit.c (1.57): Also put back XmLFolder resources.
1320 2003-12-30 15:19  tringali
1322         * source/nedit.c (1.56): Revert to fallback resources.  The merging
1323         didn't work as I expected.
1325 2003-12-29 10:58  tksoh
1327         * source/window.c (1.92): Applied temporary workaround for
1328         disappearing-text-window bug when linking to Lesstif (ver 0.93.18 &
1329         0.93.46 tested)
1331 2003-12-28 17:30  tringali
1333         * source/nedit.c (1.55): New default resource scheme.  We enter
1334         resources directly via Xrm calls, instead of fallback resources. 
1335         This should avoid version skew problems when an app-defaults file
1336         has been installed against our wishes.  In particular, when there
1337         is an app-defaults file out there, we should now merge all the
1338         built-in and external resources.  Fallback resources would simply
1339         discard the built-in resources in favor of the ones in the file,
1340         and this frequently would cause missing resources if the file was
1341         out of date.
1343 2003-12-28 17:25  yooden
1345         * source/: highlightData.c (1.59), preferences.c (1.104): Changes
1346         LaTeX patterns (Jörg Fischer) and adds comment macro (Sergei
1347         Haller).
1349 2003-12-28 17:25  tringali
1351         * source/window.c (1.91): Remove hardcoded visual resources for tab
1352         widget, in favor of resources that can be overridden.
1354 2003-12-28 16:26  yooden
1356         * source/: help_data.h (1.50), help_topic.h (1.42), highlightData.c
1357         (1.58): Adds $args[] to the NEdit Macro pattern.
1359 2003-12-26 10:14  tksoh
1361         * source/window.c (1.90): bugfix: text colors not correctly set for
1362         new tabs.
1364 2003-12-25 07:09  tksoh
1366         * Makefile (1.13): Committed patch #569287: tabbed buffers mode.
1368 2003-12-25 06:55  tksoh
1370         * Microline/XmL/Folder.c (1.2), Microline/XmL/FolderP.h (1.2),
1371         Microline/XmL/Makefile.common (1.1),
1372         Microline/XmL/Makefile.dependencies (1.1), Microline/XmL/XmL.h
1373         (1.2), Xlt/BubbleButton.c (1.3), Xlt/BubbleButton.h (1.2),
1374         Xlt/BubbleButtonP.h (1.2), Xlt/Makefile.common (1.1),
1375         Xlt/Makefile.dependencies (1.1), Xlt/SlideC.c (1.2), doc/help.etx
1376         (1.56), source/Makefile.common (1.16), source/file.c (1.72),
1377         source/file.h (1.11), source/highlight.c (1.44), source/highlight.h
1378         (1.12), source/interpret.c (1.36), source/macro.c (1.76),
1379         source/menu.c (1.84), source/menu.h (1.8), source/nc.c (1.37),
1380         source/nedit.c (1.54), source/nedit.h (1.42), source/preferences.c
1381         (1.103), source/preferences.h (1.37), source/search.c (1.62),
1382         source/search.h (1.21), source/selection.c (1.26), source/server.c
1383         (1.23), source/shell.c (1.27), source/smartIndent.c (1.30),
1384         source/tags.c (1.53), source/text.h (1.18), source/userCmds.c
1385         (1.34), source/window.c (1.89), source/window.h (1.13): Committed
1386         patch #569287: tabbed buffers mode.
1388 2003-12-24 07:41  tksoh
1390         * Xlt/BubbleButton.c (1.2): Bugfix: XltNbubbleString could not be
1391         changed after an XltBubbleButton         widget has been created.
1393 2003-12-23 21:54  slobasso
1395         * doc/help.etx (1.55): docs for new $args[] array and removed 9 arg
1396         limit for macros
1398 2003-12-23 10:53  yooden
1400         * source/file.c (1.71): Adds a warning to root if he wants to write
1401         read-only files.
1403 2003-12-23 08:34  tksoh
1405         * Xlt/: BubbleButton.c (1.1), BubbleButton.h (1.1), BubbleButtonP.h
1406         (1.1), SlideC.c (1.1), SlideC.h (1.1), SlideCP.h (1.1): Importing
1407         the original code for XltBubbleButton from the Xlt Widget Set
1408         version 9.2.9 (http://xlt.soureforge.net).
1410 2003-12-21 01:43  tksoh
1412         * Microline/: Makefile (1.1), Makefile.in (1.1), XmL/Folder.c
1413         (1.1), XmL/Folder.h (1.1), XmL/FolderP.h (1.1), XmL/Grid.c (1.1),
1414         XmL/Grid.h (1.1), XmL/GridP.h (1.1), XmL/GridUtil.c (1.1),
1415         XmL/Makefile (1.1), XmL/Makefile.in (1.1), XmL/Progress.c (1.1),
1416         XmL/Progress.h (1.1), XmL/ProgressP.h (1.1), XmL/Tree.c (1.1),
1417         XmL/Tree.h (1.1), XmL/TreeP.h (1.1), XmL/XmL.c (1.1), XmL/XmL.h
1418         (1.1), XmL/XmL.uih (1.1), examples/Makefile (1.1),
1419         examples/Makefile.in (1.1), examples/demo.c (1.1),
1420         examples/folder1.c (1.1), examples/folder2.c (1.1),
1421         examples/folder3.c (1.1), examples/folder4.c (1.1),
1422         examples/grid1.c (1.1), examples/grid2.c (1.1), examples/grid3.c
1423         (1.1), examples/grid4.c (1.1), examples/grid5.c (1.1),
1424         examples/grid6.c (1.1), examples/prog1.c (1.1), examples/prog2.c
1425         (1.1), examples/prog3.c (1.1), examples/tree1.c (1.1),
1426         examples/tree2.c (1.1), examples/tree3.c (1.1), examples/tree4.c
1427         (1.1), examples/tree5.c (1.1), examples/uil1.c (1.1),
1428         examples/uil1.uil (1.1), examples/util1.c (1.1), man/XmLArrayAdd.3x
1429         (1.1), man/XmLArrayDel.3x (1.1), man/XmLArrayFree.3x (1.1),
1430         man/XmLArrayGet.3x (1.1), man/XmLArrayGetCount.3x (1.1),
1431         man/XmLArrayMove.3x (1.1), man/XmLArrayNew.3x (1.1),
1432         man/XmLArrayReorder.3x (1.1), man/XmLArraySet.3x (1.1),
1433         man/XmLArraySort.3x (1.1), man/XmLCreateFolder.3x (1.1),
1434         man/XmLCreateGrid.3x (1.1), man/XmLCreateProgress.3x (1.1),
1435         man/XmLCreateTree.3x (1.1), man/XmLCvtStringToUChar.3x (1.1),
1436         man/XmLDateDaysInMonth.3x (1.1), man/XmLDateWeekDay.3x (1.1),
1437         man/XmLDrawnButtonSetType.3x (1.1), man/XmLFolder.3x (1.1),
1438         man/XmLFolderAddBitmapTab.3x (1.1),
1439         man/XmLFolderAddBitmapTabForm.3x (1.1), man/XmLFolderAddTab.3x
1440         (1.1), man/XmLFolderAddTabForm.3x (1.1),
1441         man/XmLFolderSetActiveTab.3x (1.1), man/XmLFontListCopyDefault.3x
1442         (1.1), man/XmLFontListGetDimensions.3x (1.1), man/XmLGrid.3x (1.1),
1443         man/XmLGridAddColumns.3x (1.1), man/XmLGridAddRows.3x (1.1),
1444         man/XmLGridColumnIsVisible.3x (1.1), man/XmLGridCopyPos.3x (1.1),
1445         man/XmLGridCopySelected.3x (1.1), man/XmLGridDeleteAllColumns.3x
1446         (1.1), man/XmLGridDeleteAllRows.3x (1.1),
1447         man/XmLGridDeleteColumns.3x (1.1), man/XmLGridDeleteRows.3x (1.1),
1448         man/XmLGridDeselectAllCells.3x (1.1),
1449         man/XmLGridDeselectAllColumns.3x (1.1),
1450         man/XmLGridDeselectAllRows.3x (1.1), man/XmLGridDeselectCell.3x
1451         (1.1), man/XmLGridDeselectColumn.3x (1.1),
1452         man/XmLGridDeselectRow.3x (1.1), man/XmLGridEditBegin.3x (1.1),
1453         man/XmLGridEditCancel.3x (1.1), man/XmLGridEditComplete.3x (1.1),
1454         man/XmLGridGetColumn.3x (1.1), man/XmLGridGetFocus.3x (1.1),
1455         man/XmLGridGetRow.3x (1.1), man/XmLGridGetSelectedCellCount.3x
1456         (1.1), man/XmLGridGetSelectedCells.3x (1.1),
1457         man/XmLGridGetSelectedColumnCount.3x (1.1),
1458         man/XmLGridGetSelectedColumns.3x (1.1),
1459         man/XmLGridGetSelectedRow.3x (1.1),
1460         man/XmLGridGetSelectedRowCount.3x (1.1),
1461         man/XmLGridGetSelectedRows.3x (1.1), man/XmLGridMoveColumns.3x
1462         (1.1), man/XmLGridMoveRows.3x (1.1), man/XmLGridPaste.3x (1.1),
1463         man/XmLGridPastePos.3x (1.1), man/XmLGridRead.3x (1.1),
1464         man/XmLGridReadPos.3x (1.1), man/XmLGridRedrawAll.3x (1.1),
1465         man/XmLGridRedrawCell.3x (1.1), man/XmLGridRedrawColumn.3x (1.1),
1466         man/XmLGridRedrawRow.3x (1.1), man/XmLGridReorderColumns.3x (1.1),
1467         man/XmLGridReorderRows.3x (1.1), man/XmLGridRowColumnToXY.3x (1.1),
1468         man/XmLGridRowIsVisible.3x (1.1), man/XmLGridSelectAllCells.3x
1469         (1.1), man/XmLGridSelectAllColumns.3x (1.1),
1470         man/XmLGridSelectAllRows.3x (1.1), man/XmLGridSelectCell.3x (1.1),
1471         man/XmLGridSelectColumn.3x (1.1), man/XmLGridSelectRow.3x (1.1),
1472         man/XmLGridSetFocus.3x (1.1), man/XmLGridSetStrings.3x (1.1),
1473         man/XmLGridSetStringsPos.3x (1.1), man/XmLGridWrite.3x (1.1),
1474         man/XmLGridWritePos.3x (1.1), man/XmLGridXYToRowColumn.3x (1.1),
1475         man/XmLMessageBox.3x (1.1), man/XmLPixmapDraw.3x (1.1),
1476         man/XmLProgress.3x (1.1), man/XmLRectIntersect.3x (1.1),
1477         man/XmLShellOfWidget.3x (1.1), man/XmLSort.3x (1.1),
1478         man/XmLStringDraw.3x (1.1), man/XmLStringDrawDirection.3x (1.1),
1479         man/XmLTree.3x (1.1), man/XmLTreeAddRow.3x (1.1),
1480         man/XmLTreeAddRows.3x (1.1), man/XmLWarning.3x (1.1): Importing
1481         Mozilla's Microline3.0 (XmL) library on the
1482         MozillaSourceClassic_19981026_BRANCH branch, which has been
1483         recently relicensed as MPL 1.1/GPL 2.0/LGPL 2.1.
1484         
1485         The original source tree for Microline3.0 can be obtained here:
1486         
1487            % cvs -d:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot \
1488              co -r MozillaSourceClassic_19981026_BRANCH \
1489              mozilla/cmd/xfe/Microline3.0/
1491 2003-12-19 23:23  slobasso
1493         * source/: interpret.c (1.35), interpret.h (1.14), macro.c (1.75),
1494         parse.y (1.27), parse_noyacc.c (1.8): added new $args[] array and
1495         removed 9 arg limit for macros
1497 2003-12-13 18:16  yooden
1499         * util/prefFile.c (1.22): Removes unneeded variable.
1501 2003-12-09 17:55  slobasso
1503         * doc/: .cvsignore (1.3), help.etx (1.54), nedit.pod (1.3): docs
1504         for -svrname change
1506 2003-12-09 12:57  edg
1508         * source/nedit.c (1.53): Adapted the nedit.helpForm.* resource spec
1509         to the changed widget hierarchy (now nedit.help.helpForm.*) to make
1510         mouse navigation in help windows operational again.
1512 2003-12-07 22:48  yooden
1514         * source/: highlightData.c (1.57), preferences.c (1.102): Adds a
1515         'recursion level' to shell pattern set (see SF bug #770855).
1517 2003-12-07 15:56  yooden
1519         * util/prefFile.c (1.21): Removes double file access to verify pref
1520         file read.
1522 2003-12-05 00:05  slobasso
1524         * source/nedit.c (1.52): default to server if server name is
1525         supplied
1527 2003-12-05 00:01  slobasso
1529         * source/nc.c (1.36): add missing trailing newline to usage
1531 2003-12-04 19:07  slobasso
1533         * source/menu.c (1.83): first pass at neditdb corruption cleanup
1535 2003-12-04 09:52  edg
1537         * source/window.c (1.88): Renamed the window shell from "text" to
1538         "textShell" to avoid resource matching ambiguities with the real
1539         text widget.
1541 2003-11-26 21:58  yooden
1543         * doc/help.etx (1.53): Added documentation for
1544         nedit.undoModifiesSelection
1546 2003-11-24 17:41  edg
1548         * doc/Makefile (1.6): Remove generated man pages when cleaning.
1550 2003-11-22 13:03  edg
1552         * ChangeLog (1.35), Makefile (1.12), README (1.32), ReleaseNotes
1553         (1.23), doc/Makefile (1.5), doc/NEdit.ad (1.4), doc/help.etx
1554         (1.52), doc/nc.pod (1.2), doc/nedit.pod (1.2), doc/setext (1.11),
1555         makefiles/Makefile.bsdi (1.6), makefiles/Makefile.ccur (1.6),
1556         makefiles/Makefile.freebsd (1.6), makefiles/Makefile.generic
1557         (1.11), makefiles/Makefile.macosx (1.5), makefiles/Makefile.netbsd
1558         (1.6), makefiles/Makefile.openbsd (1.4), makefiles/Makefile.solaris
1559         (1.10), source/file.c (1.70), source/help_data.h (1.49),
1560         source/help_topic.h (1.41), source/highlight.c (1.43),
1561         source/highlight.h (1.11), source/highlightData.c (1.56),
1562         source/interpret.c (1.34), source/macro.c (1.74), source/menu.c
1563         (1.82), source/nc.c (1.35), source/nedit.c (1.51), source/nedit.h
1564         (1.41), source/preferences.c (1.101), source/rangeset.c (1.8),
1565         source/rangeset.h (1.3), source/search.c (1.61), source/search.h
1566         (1.20), source/server.c (1.22), source/tags.c (1.52), source/text.c
1567         (1.45), source/textBuf.c (1.29), source/textBuf.h (1.15),
1568         source/textDisp.c (1.54), source/textDisp.h (1.24), source/window.c
1569         (1.87), util/check_lin_tif.c (1.7), util/getfiles.c (1.27),
1570         util/misc.c (1.60), util/prefFile.c (1.20), util/system.h (1.13):
1571         Merged 5.4 release branch with main trunk.
1573 2003-11-20 18:37  edg
1575         * ReleaseNotes, source/nc.c, source/server.c (BETA-5-4.[6,5,3])
1576         (utags: REL-5-4): Fix for nc -lm and -geometry command line options
1577         being dropped in some cases.
1579 2003-11-19 17:22  edg
1581         * Makefile (tags: REL-5-4) (BETA-5-4.5): 5.4RC2 -> 5.4.
1583 2003-11-19 13:50  edg
1585         * ChangeLog (tags: REL-5-4) (BETA-5-4.3): Regenerated (cvs2cl.pl -b
1586         -r -t --accum --gmt).
1588 2003-11-19 13:44  edg
1590         * README (tags: REL-5-4), ReleaseNotes, source/help_data.h (tags:
1591         REL-5-4), source/help_topic.h (tags: REL-5-4) (BETA-5-4.[7,5,9,6]):
1592         Bumped version number to 5.4.
1594 2003-11-18 15:11  edg
1596         * source/menu.c (1.81): Fix for SF bug #844395: SGI_CUSTOM overtype
1597         crash.
1599 2003-11-18 12:16  edg
1601         * util/fileUtils.c (1.31): Decreased the threshold for MAC file
1602         format detection to 1 carriage return instead of 2.
1604 2003-11-17 10:13  edg
1606         * util/prefFile.c (BETA-5-4.1): Fix for nc crash on VMS (Michael
1607         Smith).
1609 2003-11-16 13:50  yooden
1611         * doc/help.etx (1.51): Fixed wrong documentation of $sub_sep,
1612         pointed out by Jörg Fischer.
1614 2003-11-14 23:46  yooden
1616         * source/: file.c (1.69), smartIndent.c (1.29): Fixes two small
1617         bugs: Wrong block and wrong argc.
1619 2003-11-14 00:19  n8gray
1621         * README, makefiles/Makefile.macosx (BETA-5-4.[6,2]): Reworked the
1622         OS X makefile and added a note about building on OS X to the
1623         README.
1625 2003-11-13 07:09  n8gray
1627         * util/check_lin_tif.c (BETA-5-4.7): Changed error/warning messages
1628         to be non-Linux-centric.
1630 2003-11-08 00:15  yooden
1632         * source/file.c (1.68): Changes typo in resource name.
1634 2003-11-07 17:27  edg
1636         * doc/help.etx, source/help_data.h, source/macro.c
1637         (BETA-5-4.[9,8,4]): Removed the bogus rgb values from the array
1638         returned by get_pattern_by_name().  Prevented the special "top"
1639         pattern from showing up in the array returned by
1640         get_style_at_pos().  Various minor code cleanups and comment fixes.
1641          (Mostly contributed by Tony Balinski).
1643 2003-11-03 16:31  edg
1645         * doc/help.etx, source/help_data.h, source/highlight.c,
1646         source/highlight.h, source/macro.c (BETA-5-4.[8,7,1,1,3]): Changed
1647         the "extension" field returned by get_pattern_at_pos() to "extent"
1648         and added an "extent" field to the return value of
1649         get_style_at_pos().
1651 2003-10-24 15:29  edg
1653         * doc/help.etx (BETA-5-4.7): Typo fix (Yury).
1655 2003-10-24 10:51  edg
1657         * doc/help.etx (1.50), source/help_data.h (1.48), source/text.c
1658         (1.44): Extended scroll_down() and scroll_up() such that one can
1659         specify a scroll unit (lines or pages, default: lines) and
1660         corrected the behaviour for CTRL + mouse wheel (scrolling no longer
1661         moves the cursor nor destroys the selection).
1663 2003-10-22 20:05  tringali
1665         * source/help.c (1.96), source/highlightData.c (1.55),
1666         source/nedit.c (1.50), source/nedit.h (1.40), source/preferences.c
1667         (1.100), source/smartIndent.c (1.28), source/textSel.c (1.13),
1668         source/userCmds.c (1.33), source/window.c (1.86),
1669         util/check_lin_tif.c (1.6), util/misc.c (1.59), util/misc.h (1.20):
1670         Changed widget hierarchy so we have a single (hidden) top-level
1671         application shell.  All the top-level windows (editors, syntax,
1672         macros, etc.) are now TopLevelShell children of the application
1673         shell.  This is the standard way of structuring multiple-window
1674         applications, and we've been standing on our heads trying to work
1675         around problems the old approach causes (no visual propogation to
1676         children, no way to address types of top-level windows by name in
1677         resources, session management bugs, etc).  Some advanced X resource
1678         customizations may need to change, but for the better, I think.
1680 2003-10-20 16:38  tringali
1682         * source/interpret.c (tags: BETA-5-4-RC2) (BETA-5-4.1): Change
1683         #define to be in column 0; some compilers will not accept this
1684         indented.
1686 2003-10-20 13:59  edg
1688         * ChangeLog (tags: BETA-5-4-RC2) (BETA-5-4.2): Regenerated
1689         (cvs2cl.pl -b -r -t --accum  --gmt).
1691 2003-10-20 08:29  edg
1693         * doc/nc.man, doc/nedit.man, source/help_data.h,
1694         source/help_topic.h (BETA-5-4.[2,2,6,5]) (utags: BETA-5-4-RC2):
1695         Regenerated for 5.4RC2.
1697 2003-10-20 08:25  edg
1699         * doc/Makefile (tags: BETA-5-4-RC2) (BETA-5-4.2): Use double suffix
1700         rule for man page generation iso. GNU make extension.
1702 2003-10-15 23:08  yooden
1704         * doc/help.etx, source/help_data.h, source/help_topic.h,
1705         source/nc.c (BETA-5-4.[6,5,4,4]): New documentation for nc.
1707 2003-10-14 10:56  edg
1709         * doc/: nc.man, nedit.man (BETA-5-4.[1,1]): Regenerated.
1711 2003-10-14 10:54  edg
1713         * doc/nedit.pod (1.1): file nedit.pod was initially added on branch
1714         BETA-5-4.
1716 2003-10-14 10:54  edg
1718         * doc/nc.pod (1.1): file nc.pod was initially added on branch
1719         BETA-5-4.
1721 2003-10-14 10:54  edg
1723         * doc/: Makefile, nc.pod, nedit.pod (BETA-5-4.[1,1,1]): Added man
1724         pages in pod format and automatic pod to man page translation.
1726 2003-10-09 15:29  tringali
1728         * util/system.h (BETA-5-4.1): Recognize ia64, cygwin, x86-64,
1729         win32, unixware.
1731 2003-10-09 09:23  edg
1733         * source/nc.c (BETA-5-4.3): Fix for SF #820491: nc -ask hangs when
1734         the user cancels the server startup.
1736 2003-10-02 07:27  edg
1738         * doc/setext (BETA-5-4.2): More HTML generation improvements
1739         (Steven Haehn).
1741 2003-10-01 11:34  edg
1743         * doc/setext (BETA-5-4.1): Bug fixes in HTML generation (Andrew
1744         Hood).
1746 2003-09-28 15:05  edg
1748         * Makefile, README, ReleaseNotes (BETA-5-4.[4,5,4]): 5.4RC2
1749         updates.
1751 2003-09-28 15:03  edg
1753         * doc/NEdit.ad (BETA-5-4.2): Removed trailing whitespace.
1755 2003-09-28 15:03  edg
1757         * makefiles/: Makefile.bsdi, Makefile.freebsd, Makefile.netbsd,
1758         Makefile.openbsd (BETA-5-4.[1,1,1,1]): Added Motif/Lesstif version
1759         check.
1761 2003-09-28 14:18  edg
1763         * makefiles/Makefile.ccur, makefiles/Makefile.generic,
1764         makefiles/Makefile.solaris, source/file.c (BETA-5-4.[1,1,1,4]):
1765         Made USE_ACCESS the default (there's no security risk in the way we
1766         use access()). See also SF #782518.
1768 2003-09-28 14:11  edg
1770         * doc/NEdit.ad (BETA-5-4.1): Updated resources to 5.4.
1772 2003-09-28 14:10  edg
1774         * source/nc.c (BETA-5-4.2): Typo fix: noAsk -> noask.
1776 2003-09-26 19:45  yooden
1778         * source/menu.c (BETA-5-4.3): Removes some references to the old
1779         NEdit file history file name.
1781 2003-09-12 18:24  tringali
1783         * README (BETA-5-4.4): Updates for 5.4
1785 2003-09-08 17:08  edg
1787         * ChangeLog (BETA-5-4.1): Regenerated (cvs2cl.pl -b -r -t --accum
1788         --gmt).
1790 2003-09-08 17:03  edg
1792         * source/rangeset.c (BETA-5-4.5): Fixed integer overflow that
1793         caused infinite loops.
1795 2003-08-26 09:59  edg
1797         * source/rangeset.c (BETA-5-4.4): Crash fix: rangeset name field
1798         not initialized.  Other: rangeset table list field not initialized
1799         (unpredictable first label).
1801 2003-08-24 20:07  yooden
1803         * source/highlightData.c (1.54): Fixed small bug in Shell pattern
1804         set.
1806 2003-08-24 19:02  yooden
1808         * source/highlightData.c (BETA-5-4.3): Changed macro pattern from
1809         accomodate new highlighting information functions.
1811 2003-08-22 16:24  edg
1813         * source/file.c (BETA-5-4.3): Fix for SF bug #792447: "modified by
1814         external..." and directories.
1816 2003-08-21 10:50  edg
1818         * source/file.c (BETA-5-4.2): Moved some statements to avoid
1819         polluting errno before displaying an error dialog.
1821 2003-08-21 06:41  n8gray
1823         * doc/help.etx, source/help_data.h, source/help_topic.h
1824         (BETA-5-4.[5,4,3]): Fixed help lines WRT -foreground and -background 
1825         command-line options.  Also noticed that help text for new rangeset 
1826         API was never generated.
1828 2003-08-15 21:58  n8gray
1830         * source/preferences.c (BETA-5-4.5): Also migrate old colors if
1831         there's no config file.
1833 2003-08-14 22:06  slobasso
1835         * source/menu.c, util/check_lin_tif.c (BETA-5-4.[2,6]): fix
1836         warnings
1838 2003-08-13 23:34  slobasso
1840         * source/nedit.h (BETA-5-4.1): adjust constant for more menu items
1842 2003-08-13 16:22  edg
1844         * source/text.c (BETA-5-4.2): Make KP_Enter behave as Enter
1845         (Execute Command Line used to be bound to KP_Enter but is now bound
1846         to Ctrl+KP_Enter).  (I tried to abort my previous commit when I
1847         realized there was a potential problem, but I failed. Sorry.)
1849 2003-08-13 16:03  edg
1851         * source/text.c (BETA-5-4.1): [no log message]
1853 2003-08-13 16:01  edg
1855         * source/file.c (BETA-5-4.1): Fix for SF bugs #782513: Clicking in
1856         text area requires save and #784442: NEdit thinks unchanged windows
1857         need save.  Additionally: drop read-only attribute when file goes
1858         missing.
1860 2003-08-12 11:47  edg
1862         * source/server.c (BETA-5-4.2): Last commit was a fix for SF bug
1863         #785738: "nc -do ..." creates extra window.
1865 2003-08-12 11:43  edg
1867         * source/server.c (BETA-5-4.1): Avoid creating extra windows when
1868         using "nc -do ..." (Arne).
1870 2003-08-08 16:24  slobasso
1872         * source/rangeset.c (BETA-5-4.3): Only text changes where the text
1873         is actually changed result in ranges being adjusted. This includes
1874         changing hardware tab size.
1876 2003-08-08 16:20  slobasso
1878         * source/window.c (1.85): marks no longer get deleted when hardware
1879         tab size is changed.
1881 2003-08-07 04:42  slobasso
1883         * doc/help.etx, source/macro.c (BETA-5-4.[4,2]): split
1884         get_pattern() and get_style() into get_pattern_by_name(),
1885         get_pattern_at_pos(), get_style_by_name(), and get_style_at_pos()
1887 2003-08-04 22:32  slobasso
1889         * doc/help.etx (BETA-5-4.3): Fix mistake with
1890         rangeset_get_by_name() parameter list.
1892 2003-08-03 17:38  yooden
1894         * source/highlightData.c (1.53), source/menu.c (1.80),
1895         source/preferences.c (1.99), source/preferences.h (1.36),
1896         util/managedList.c (1.13): Removes some unsused functions, function
1897         parameters and fixes a typo.
1899 2003-08-02 21:03  yooden
1901         * source/highlightData.c (BETA-5-4.2): Adds new functions
1902         rangeset_get_by_name() and rangeset_set_name() to the NEdit Macro
1903         syntax highlighting pattern set.
1905 2003-08-01 01:26  n8gray
1907         * source/: textDisp.c, textDisp.h, window.c (BETA-5-4.[1,1,1]):
1908         This should fix the problem where new panes didn't get the correct
1909         colors.  It feels to me like there should be a better way to do
1910         this.
1912 2003-07-31 22:35  n8gray
1914         * source/tags.c (BETA-5-4.1): Fixed error parsing alias blocks in
1915         calltips files.
1917 2003-07-29 17:54  slobasso
1919         * doc/help.etx, source/macro.c, source/rangeset.c,
1920         source/rangeset.h (BETA-5-4.[2,1,2,1]): add name to rangesets and
1921         fix several int/string implicit conversions
1923 2003-07-27 21:37  edg
1925         * util/getfiles.c (BETA-5-4.1): Workaround for Lesstif's "frozen
1926         windows" bug (new windows opened via File->Open dialog are left
1927         without grabs).
1929 2003-07-27 10:03  edg
1931         * source/macro.c (1.73): Another Lesstif Escape key workaround
1932         (list dialog) by Oliver Schmidt.
1934 2003-07-25 14:12  tringali
1936         * source/preferences.c (BETA-5-4.4): Don't save
1937         undoModifiesSelection
1939 2003-07-25 06:50  tksoh
1941         * source/file.c (1.67), util/getfiles.c (1.26), util/misc.c (1.58):
1942         make file-selection dialog modeless when linking to Lesstif, as
1943         workaround for Lesstif bug #566315 - window opened with open-file
1944         dialog ingores all input.
1946 2003-07-24 06:07  n8gray
1948         * source/preferences.c (BETA-5-4.3): Added separator in Colors
1949         dialog and changed buttons so they resize as expected.
1951 2003-07-24 00:21  tringali
1953         * source/nc.c (BETA-5-4.1): update version to 5.4
1955 2003-07-18 15:14  edg
1957         * source/macro.c (1.72), source/shell.c (1.26), util/DialogF.c
1958         (1.28): Applied SF patch #771878: Escape cancels all dialogs.
1960 2003-07-17 11:24  edg
1962         * source/search.c (1.60): Minor Lesstif keyboard focus problem
1963         workaround (Oliver Schmidt).
1965 2003-07-11 10:39  edg
1967         * source/highlightData.c (tags: BETA-5-4-RC1) (BETA-5-4.1):
1968         Thorsten's latest revision of the NEdit Macro patterns (I'm only
1969         acting as an SF proxy).
1971 2003-07-10 18:21  n8gray
1973         * util/check_lin_tif.c (tags: BETA-5-4-RC1) (BETA-5-4.5): Added OM
1974         2.2.3 and LT 0.93.44 to known-bad versions.
1976 2003-06-27 19:55  n8gray
1978         * util/check_lin_tif.c (BETA-5-4.4): Removed the Motif 1.2 vs Motif
1979         2.1 detection in lesstif.  Also changed message that gets printed
1980         when non-lesstif motif is detected to include possibility of OSF
1981         Motif.
1983 2003-06-27 17:49  tringali
1985         * source/nedit.c (tags: BETA-5-4-RC1) (BETA-5-4.1): Stronger locale
1986         checking: handle setting of UTF8 by LC_CTYPE, LC_ALL, LANG and/or
1987         the language via the -xnllanguage switch.
1989 2003-06-27 07:24  edg
1991         * util/misc.c (tags: BETA-5-4-RC1) (BETA-5-4.1): Crash fix for
1992         OpenMotif radio button bug workaround.
1994 2003-06-23 19:44  n8gray
1996         * util/check_lin_tif.c (BETA-5-4.3): Adding all versions of Lesstif
1997         from 0.93.25 to 0.93.41 to known-bad list.
1999 2003-06-23 05:30  n8gray
2001         * util/check_lin_tif.c (BETA-5-4.2): Adding Lesstif 0.93.{36,40} to
2002         the known-bad versions list.
2004 2003-06-22 00:42  n8gray
2006         * doc/help.etx, source/help_data.h, source/help_topic.h
2007         (BETA-5-4.[1,3,2]) (utags: BETA-5-4-RC1): Put my name in the
2008         Written By credits.
2010 2003-06-21 03:02  tringali
2012         * README, ReleaseNotes (BETA-5-4.[3,3]) (utags: BETA-5-4-RC1):
2013         Closed out a pile of bugs.
2015 2003-06-20 21:43  slobasso
2017         * source/: menu.c, search.c, search.h (BETA-5-4.[1,1,1]) (utags:
2018         BETA-5-4-RC1): fixed bug introduced when patch #734202 was merged
2020 2003-06-18 09:54  edg
2022         * source/: rangeset.c, textBuf.c, textBuf.h (BETA-5-4.[1,1,1])
2023         (utags: BETA-5-4-RC1): Fix for rangeset display update bug.
2025 2003-06-16 09:38  edg
2027         * Makefile (tags: BETA-5-4-RC1) (BETA-5-4.3): Renegerating
2028         nedit.doc and nedit.html was a bad idea. Better put them in the
2029         source tarball.
2031 2003-06-16 09:12  edg
2033         * README, ReleaseNotes, source/help_data.h (BETA-5-4.[2,2,2]):
2034         5.4beta -> 5.4BETA
2036 2003-06-16 08:57  edg
2038         * Makefile (BETA-5-4.2): Make sure that nedit.doc and nedit.html
2039         are up-to-date for the dist-bin target.
2041 2003-06-16 08:56  edg
2043         * source/preferences.c (tags: BETA-5-4-RC1) (BETA-5-4.2): Made the
2044         5.4 preference migration conditional.
2046 2003-06-16 08:38  edg
2048         * README, ReleaseNotes (BETA-5-4.[1,1]): Updated time stamps.
2050 2003-06-16 08:38  edg
2052         * source/: help_data.h, help_topic.h (BETA-5-4.[1,1]): Regenerated
2053         to get proper time stamps and 5.4beta label.
2055 2003-06-16 08:36  edg
2057         * Makefile (BETA-5-4.1): Make the build stop when the verify_config
2058         test fails.
2060 2003-06-16 08:35  edg
2062         * util/check_lin_tif.c (BETA-5-4.1): Warning fixes.
2064 2003-06-12 17:35  edg
2066         * makefiles/Makefile.macosx (tags: BETA-5-4-RC1) (BETA-5-4.1):
2067         Added an alternative set of CFLAGS and LIBS for building with Fink
2068         (disabled by default) and added the check_tif rule (Joerg).
2070 2003-06-11 02:45  tksoh
2072         * source/preferences.c (BETA-5-4.1): fixed title in Save
2073         Preferences dialog.
2075 2003-06-08 21:05  edg
2077         * ChangeLog (1.34, BETA-5-4-RC1): Regenerated (cvs2cl.pl -b -r -t
2078         --accum --gmt).
2080 2003-06-06 18:04  edg
2082         * source/: rangeset.c (1.7), textBuf.c (1.28): Fixed a rangeset
2083         implementation flaw that caused all kinds of memory leaks in
2084         different places. Buffers should not have rangeset modification
2085         callbacks when there are no rangesets attached.
2087 2003-06-06 17:13  edg
2089         * util/misc.c (1.57): Window group hints leak fixes.
2091 2003-06-06 17:07  edg
2093         * source/nedit.c (1.49): Use proper resource class name to avoid
2094         uninitialized memory read.
2096 2003-06-06 17:06  edg
2098         * util/misc.h (1.19), ReleaseNotes (1.22), source/search.c (1.59),
2099         util/misc.c (1.56): Workaround for OpenMotif radio button bug (SF
2100         #678198).  (Tested with 6 different Motif flavours/versions).
2102 2003-06-05 22:01  n8gray
2104         * doc/help.etx (1.49), source/help_data.h (1.47),
2105         source/help_topic.h (1.40), source/macro.c (1.71): Changed
2106         calltip() so that "tipKey", "tagKey", and "tipText" are
2107         position-independent optional arguments.  .  WARNING: This WILL
2108         break any existing calltip calls with more than one argument!!!  A
2109         call like calltip(foo, "tipText", pos, bar, ...) needs to be
2110         changed to calltip(foo, pos, "tipText", bar, ...) and calltip(foo,
2111         "tipText") needs to be changed to calltip(foo, -1, "tipText").
2113 2003-06-04 15:34  slobasso
2115         * source/: preferences.c (1.98), window.c (1.84): remove unused
2116         variables
2118 2003-06-02 15:18  edg
2120         * source/menu.c (1.79): Fixed wrong title in Exit dialog.
2122 2003-05-29 21:07  tringali
2124         * util/fontsel.h (1.9): Match function declaration to definition
2126 2003-05-28 08:26  edg
2128         * source/preferences.c (1.97): Added an automatic upgrade routine
2129         for the changed "wc" shell command.
2131 2003-05-27 22:32  yooden
2133         * source/preferences.c (1.96): Replaces csh-specific scriptlet with
2134         awklet.
2136 2003-05-27 21:31  tringali
2138         * source/window.c (1.83): Propogate colors to new windows on
2139         opening (744294)
2141 2003-05-27 15:55  edg
2143         * source/preferences.c (1.95): Automatically add Identifier2 text
2144         drawing style when upgrading to 5.4.
2146 2003-05-26 09:10  edg
2148         * ChangeLog (1.33): Regenerated (cvs2cl.pl -b -r -t --accum --gmt).
2150 2003-05-26 09:07  edg
2152         * ReleaseNotes (1.21): Added bugs #559902, 561659, 526981, and
2153         582469.
2155 2003-05-26 08:16  edg
2157         * source/search.c (1.58): Committed SF patch #559902: Show Matching
2158         Range Bugfix (Tom Heathcote).
2160 2003-05-25 15:55  edg
2162         * doc/help.etx (1.48), source/help_data.h (1.46),
2163         source/help_topic.h (1.39), source/highlightData.c (1.52),
2164         source/macro.c (1.70), source/menu.c (1.78), source/preferences.c
2165         (1.94), source/preferences.h (1.35): Removed and disabled some of
2166         the backlighting functionality and marked it as being experimental
2167         (for the 5.4 release).
2169 2003-05-24 19:15  tringali
2171         * source/: menu.c (1.77), nedit.h (1.39), preferences.c (1.93),
2172         preferences.h (1.34), window.c (1.82): Simplified the color dialog
2173         box so that all colors are global.  Plug some leaks when parsing
2174         color names.  Table-drive color settings to reduce duplicate code.
2176 2003-05-24 18:36  tringali
2178         * util/check_lin_tif.c (1.5): Allow Motif 2.1.x instead of just
2179         update level 30.  We've delivered NEdit with these configurations
2180         and they work fine.
2182 2003-05-24 13:11  yooden
2184         * source/highlightData.c (1.51): Fixed missing escape in NEdit
2185         Macro highlighting pattern.
2187 2003-05-23 14:27  tringali
2189         * source/nedit.c (1.48): Avoid a crash when trying to drag widgets
2190         (not text) in non-default visual.  This appears to be a OSF Motif
2191         bug so we just disable dragging entirely.  Not a great solution.
2193 2003-05-23 10:58  edg
2195         * ReleaseNotes (1.20): Added bug #715767.
2197 2003-05-23 07:48  edg
2199         * source/preferences.c (1.92): Removed autoload.nm from NEdit macro
2200         recognition patterns again (covered by .nm) and made the upgrade
2201         routines also work for people who already upgraded to the post-5.3
2202         preference format.
2204 2003-05-22 22:12  yooden
2206         * source/: preferences.c (1.91), highlightData.c (1.50): New
2207         version of NEdit Macro syntax highlighting patterns.
2209 2003-05-22 22:00  edg
2211         * source/highlightData.c (1.49): Small update to the Python
2212         highlighting patterns (due to changed delimiters).
2214 2003-05-22 21:56  edg
2216         * source/preferences.c (1.90): Defined a non-default set of
2217         delimiters for Python mode.  Added autoload.nm to the recognition
2218         patterns for NEdit Macro mode.  Added nedit.rc to the recognition
2219         patterns for X Resources mode.  Added a 5.3 to 5.4 upgrade routine
2220         for the 3 changes above.
2222 2003-05-20 05:41  n8gray
2224         * source/macro.c (1.69): Committing Tom Heathcote's minor rangeset
2225         patch.  If it breaks everything blame him.  :-)
2227 2003-05-20 00:27  n8gray
2229         * Makefile (1.11), makefiles/Makefile.aix (1.7),
2230         makefiles/Makefile.bsdi (1.5), makefiles/Makefile.ccur (1.5),
2231         makefiles/Makefile.convex (1.5), makefiles/Makefile.cygwin (1.7),
2232         makefiles/Makefile.dcosx (1.5), makefiles/Makefile.dec (1.6),
2233         makefiles/Makefile.depend (1.5), makefiles/Makefile.freebsd (1.5),
2234         makefiles/Makefile.generic (1.10), makefiles/Makefile.hpux (1.5),
2235         makefiles/Makefile.linux (1.11), makefiles/Makefile.lynx (1.6),
2236         makefiles/Makefile.m88k.svr4 (1.5), makefiles/Makefile.macosx
2237         (1.4), makefiles/Makefile.netbsd (1.5), makefiles/Makefile.openbsd
2238         (1.3), makefiles/Makefile.os2 (1.14), makefiles/Makefile.osf (1.6),
2239         makefiles/Makefile.qnx (1.3), makefiles/Makefile.reliant (1.5),
2240         makefiles/Makefile.sco (1.6), makefiles/Makefile.sgi (1.5),
2241         makefiles/Makefile.solaris (1.9), makefiles/Makefile.sunos (1.5),
2242         makefiles/Makefile.superux (1.5), makefiles/Makefile.uhc (1.5),
2243         makefiles/Makefile.ultrix (1.5), makefiles/Makefile.unicos (1.7),
2244         makefiles/Makefile.unixware (1.6), util/Makefile.common (1.8),
2245         util/check_lin_tif.c (1.4): Added verify_config target to all
2246         Makefiles.  On most platforms it does nothing, but on Linux it
2247         triggers a check of the *tif version.  This should also probably be
2248         enabled on openbsd, freebsd, and any other platform where
2249         OpenMotif/Lesstif use is common, but I'll leave that to people more
2250         familiar with those platforms.
2252 2003-05-19 21:55  slobasso
2254         * source/highlightData.c (1.48): Adjusted Nedit Macro Language
2255         highlighting: removed delete from actions and added to keywords and
2256         added the following items Variables: calltip_ID Macro Routines:
2257         calltip, kill_calltip Actions: focus_pane, unload_tags_file,
2258         goto_matching, select_to_matching,    set_auto_indent,
2259         set_em_tab_dist, set_fonts, set_highlight_syntax,   
2260         set_incremental_backup, set_incremental_search_line, set_locked,   
2261         set_make_backup_copy, set_overtype_mode, set_show_line_numbers,   
2262         set_show_matching, set_match_syntax_based, set_statistics_line,   
2263         set_tab_dist, set_use_tabs, set_wrap_margin, set_wrap_text
2265 2003-05-19 08:03  edg
2267         * doc/help.etx (1.47), source/help_data.h (1.45),
2268         source/help_topic.h (1.38): Added missing replace_all()
2269         documentation (Tom Heathcote) and removed the "experimental"
2270         classification for smart indent.
2272 2003-05-18 20:05  edg
2274         * source/: nedit.c (1.47), nedit.h (1.38): Workaround for KDE's
2275         FONTLIST bug (and for the various BACKGROUND and FOREGROUND
2276         resource values).
2278 2003-05-16 17:15  n8gray
2280         * util/check_lin_tif.c (1.3): Added 92.32 to known-good LessTif.
2281         
2282         Feel free to do this yourselves!  :-)  It's pretty easy to do.
2284 2003-05-16 16:58  edg
2286         * source/highlightData.c (1.47): Updated Python patterns (no
2287         updated delimiters yet).
2289 2003-05-16 16:51  slobasso
2291         * util/.cvsignore (1.2): added check_lin_tif
2293 2003-05-16 16:50  slobasso
2295         * source/nedit.c (1.46): removed unused variable warning
2297 2003-05-16 16:47  slobasso
2299         * source/: text.c (1.43), text.h (1.17), textDisp.c (1.53),
2300         textDisp.h (1.23): re-commit graphics expose code and added window
2301         obscurred hack back in that was erroneously removed. This should
2302         put us back where we were without reintroducing a bug that was
2303         fixed.
2305 2003-05-16 15:11  tringali
2307         * source/: text.c (1.42), text.h (1.16), textDisp.c (1.52),
2308         textDisp.h (1.22): Removed explicit handling of GraphicsExpose
2309         events that was causing incomplete redraws, reverting to older
2310         algorithm.  (I've extracted the code into a patch and will post it
2311         back on SF to address the problem it was trying to fix.)
2313 2003-05-16 13:47  tringali
2315         * util/misc.c (1.55): Fix for missing icons (via C. Rasmussen)
2317 2003-05-16 05:23  tksoh
2319         * source/window.c (1.81): Fix for SF bug #715767: remaining panes
2320         resized incorrectly after closing a splitpane.
2322 2003-05-15 19:47  n8gray
2324         * util/check_lin_tif.c (1.2): Modified copyright notice to be more
2325         consistent with the rest of NEdit.
2327 2003-05-15 19:42  n8gray
2329         * Makefile (1.10), makefiles/Makefile.linux (1.10),
2330         source/Makefile.common (1.15), source/help.c (1.95),
2331         util/Makefile.common (1.7), util/check_lin_tif.c (1.1): Added code
2332         to detect the version of Motif/Lesstif being built against and
2333         complain if it's known-bad or unknown.  There's probably room for
2334         improvement in both the build and detection portions of this code.
2336 2003-05-15 07:36  edg
2338         * ChangeLog (1.32): Regenerated (please only update with cvs2cl.pl
2339         -b -r -t --accum --gmt).
2341 2003-05-15 07:33  edg
2343         * source/parse_noyacc.c (1.7): Copied the recent modifications of
2344         parse.y.
2346 2003-05-14 19:12  n8gray
2348         * ChangeLog (1.31): Isn't there a way to generate or update this
2349         automatically with CVS?
2351 2003-05-14 19:08  n8gray
2353         * source/parse.y (1.26): Comments don't eat backslash-escaped
2354         newlines, so this is legal:    t_print("Hello " # This is a common
2355         greeting \            "world"  # This is the recipient of the
2356         greeting \            "\n")    # This is a newline character
2358 2003-05-04 23:54  yooden
2360         * source/macro.c (1.67): Removed some second level leftovers from
2361         the old Highlighting API.
2363 2003-05-04 13:20  yooden
2365         * doc/help.etx (1.46), source/file.c (1.64), source/help_data.h
2366         (1.43), source/help_topic.h (1.36), source/menu.c (1.75): Fixes SF
2367         #617840: Append Line Feed on Save The buffer now reflects that a
2368         line is added on save.
2370 2003-05-03 22:45  yooden
2372         * doc/help.etx (1.45), source/help_data.h (1.42),
2373         source/help_topic.h (1.35), source/macro.c (1.66): Removes old
2374         Highlighting Information API; fixes some inconsistencies in the
2375         Highlighting Information API; adds deprecated section to macro
2376         section in online help.
2378 2003-05-03 09:15  edg
2380         * util/misc.c (1.54): Made translation table for mouse wheel
2381         static, as suggested by Scott.
2383 2003-05-02 19:19  edg
2385         * source/highlightData.c (1.45), source/nedit.c (1.45),
2386         source/search.c (1.56), source/shell.c (1.25), source/smartIndent.c
2387         (1.26), source/userCmds.c (1.32), util/fontsel.c (1.25),
2388         util/getfiles.c (1.25), util/managedList.c (1.12), util/misc.c
2389         (1.53), util/misc.h (1.18): Committed SF #715941: File dialog wheel
2390         support (generalized to all scrolled widgets, except main text
2391         area, which already had support).
2393 2003-05-02 18:25  edg
2395         * source/rangeset_fn.h (1.4): Obsolete due to new rangeset API.
2397 2003-05-02 18:18  edg
2399         * doc/help.etx (1.44), makefiles/Makefile.depend (1.4),
2400         source/Makefile.dependencies (1.21), source/help_data.h (1.41),
2401         source/help_topic.h (1.34), source/highlightData.c (1.44),
2402         source/macro.c (1.65), source/rangeset.c (1.4), source/rangeset.h
2403         (1.2), source/rangeset_fn.h (1.3), source/textBuf.c (1.27),
2404         source/textBuf.h (1.14), source/textDisp.c (1.50),
2405         util/Makefile.dependencies (1.7): Committed patch #628933: New
2406         rangeset API. (Including the fix of SF #728988: rangeset_add of
2407         empty range works - bad!) Users of range sets will have to update
2408         their macros.
2410 2003-04-24 17:20  edg
2412         * source/menu.c (1.74): Crash fix: setting NEDIT_HOME to /dev/null
2413         caused a coredump because the PrevOpen array never got initialized
2414         in that case.
2416 2003-04-24 11:47  edg
2418         * source/nedit.c (1.44), util/DialogF.c (1.27), util/DialogF.h
2419         (1.9), util/fileUtils.c (1.30): Various fixes related to SF
2420         #488412: doOpen() flaws.
2422 2003-04-24 08:57  edg
2424         * source/highlightData.c (1.43): Updated LaTeX highlight patterns
2425         provided by Joerg (SF #607072: Syntax highlight failure in LaTeX).
2427 2003-04-24 08:26  edg
2429         * source/menu.c (1.73): Fix for SF #726325: goto_line_number only
2430         accepts 1 arg
2432 2003-04-18 01:07  n8gray
2434         * source/calltips.c (1.5), source/calltips.h (1.2),
2435         source/help_data.h (1.40), source/help_topic.h (1.33),
2436         source/text.c (1.40), source/text.h (1.15), source/textDisp.c
2437         (1.49), source/textDisp.h (1.21), source/textP.h (1.8),
2438         doc/help.etx (1.43): Setting "nedit*background: blue" should not
2439         change the background of calltips.  This change makes calltips get
2440         their colors from nedit*calltipForeground and
2441         nedit*calltipBackground.
2443 2003-04-17 21:46  n8gray
2445         * source/: nedit.c (1.43), nedit.h (1.37), preferences.c (1.88),
2446         text.c (1.39): Applied color migration patch.  IMPORTANT:  Remember
2447         to move the call to migrateColorResources into the "convert to 5.4"
2448         area before releasing 5.4!!!
2450 2003-04-17 09:03  edg
2452         * source/: macro.c (1.64), smartIndent.c (1.25): Fix for SF
2453         #602336: Wrong Initialization Order and SF #628552: Startup
2454         sequence. Macro file is now loaded before smart indent macros are
2455         processed.
2457 2003-04-15 23:03  yooden
2459         * source/help.c (1.92): Whitespace only.
2461 2003-04-15 20:00  yooden
2463         * doc/help.etx (1.42), source/help_data.h (1.39),
2464         source/help_topic.h (1.32): Small documentation fixes.
2466 2003-04-10 20:28  edg
2468         * source/calltips.c (1.4), util/misc.c (1.52), util/misc.h (1.17):
2469         Fix for SF #602260: Calltips crashes. Calltip popup shells now
2470         inherit the proper visual and color depth.
2472 2003-04-10 20:08  tringali
2474         * source/help.c (1.91): Help text was allocating colors
2475         incorrectly, making help text invisible when running with a
2476         non-default Visual.  Don't assume "black" is help text color!
2478 2003-04-10 18:47  tringali
2480         * source/: text.c (1.38), text.h (1.14), textP.h (1.7), window.c
2481         (1.80): Fix upside-down GetPrefTypingHidesPointer dependency -- the
2482         window code should be setting into the text widget, instead of the
2483         text widget getting it directly from preferences.
2485 2003-04-10 18:39  tringali
2487         * source/parse.y (1.24): #include <stdlib.h> to avoid warnings on
2488         some systems about no malloc proto.
2490 2003-04-10 18:37  tringali
2492         * util/utils.c (1.20): Don't quit if getpwuid() fails.  It can fail
2493         if some nameservices are not responding through no fault of the
2494         user.
2496 2003-04-10 17:58  edg
2498         * source/Makefile.dependencies (1.20): Updated dependencies.
2500 2003-04-10 17:37  edg
2502         * util/DialogF.c (1.26): Warning fix.
2504 2003-04-10 09:39  edg
2506         * source/file.c (1.63): Added some missing fclose() calls in
2507         IncludeFile().
2509 2003-04-09 14:56  edg
2511         * source/file.c (1.62): Aaargh. Another few missing commas.
2513 2003-04-09 14:53  edg
2515         * source/file.c (1.61): Added another few missing commas in DialogF
2516         calls.
2518 2003-04-09 13:52  edg
2520         * source/file.c (1.60): Added missing comma in DialogF call.
2522 2003-04-08 23:47  yooden
2524         * source/help.c (1.90): Added one missing DialogF() title.
2526 2003-04-08 08:54  edg
2528         * source/: highlight.c (1.41), menu.c (1.72), preferences.c (1.87),
2529         smartIndent.c (1.24): Fixed indentation inconsistencies and dialog
2530         title typos.
2532 2003-04-07 22:51  yooden
2534         * source/file.c (1.59), source/highlight.c (1.40),
2535         source/highlightData.c (1.42), source/macro.c (1.63), source/menu.c
2536         (1.71), source/preferences.c (1.86), source/search.c (1.55),
2537         source/selection.c (1.24), source/shell.c (1.24), source/shift.c
2538         (1.14), source/smartIndent.c (1.23), source/tags.c (1.49),
2539         source/userCmds.c (1.31), util/DialogF.c (1.25), util/DialogF.h
2540         (1.8), util/fileUtils.c (1.29), util/fontsel.c (1.24), util/misc.c
2541         (1.51), util/printUtils.c (1.22): The Sore Hands Patch: Added
2542         dialog title to DialogF().
2544 2003-04-06 00:46  yooden
2546         * source/highlightData.c (1.41), source/macro.c (1.62),
2547         source/menu.c (1.70), source/preferences.c (1.85),
2548         source/smartIndent.c (1.22), source/userCmds.c (1.30),
2549         util/printUtils.c (1.21): Some changed dialog titles, error
2550         messages and general code beautification.
2552 2003-04-03 19:05  jlous
2554         * source/file.c (1.58), source/macro.c (1.61), source/nedit.h
2555         (1.36), source/preferences.c (1.84), source/window.c (1.79),
2556         util/fileUtils.c (1.28), util/fileUtils.h (1.10), util/prefFile.c
2557         (1.19): Committing patch 621211, accepting foreign linebreaks in
2558         prefs- and macro files.
2560 2003-04-03 15:45  edg
2562         * source/window.c (1.78): Fix for SF #713780: flickers during macro
2563         execution. (Uwe Lehnert)
2565 2003-03-26 16:36  edg
2567         * source/textDisp.c (1.48): Reverted some of the unnecessary (and
2568         seemingly invalid) changes related to the cursor GC introduced in
2569         version 1.46. (SF #710124).
2571 2003-03-26 10:40  edg
2573         * source/textDisp.c (1.47): Yesterday's clipping changes were not
2574         ok: the gutter between the line numbers and the text area could be
2575         filled with character fragments. Clipping ranges are now adjusted
2576         when line numbers are drawn.
2578 2003-03-25 18:31  n8gray
2580         * source/: textDisp.c (1.46), textDisp.h (1.20): Committing edg's
2581         patch to fix usage of shared GCs.
2583 2003-03-25 01:33  n8gray
2585         * source/textDisp.c (1.45): Fixed line number color problems. 
2586         Stupid cut & paste error...
2588 2003-03-24 23:56  yooden
2590         * source/nedit.c (1.42): Paranoid protection against pathological
2591         language settings.
2593 2003-03-24 17:05  edg
2595         * source/: menu.c (1.69), nedit.h (1.35), window.c (1.77): Fix for
2596         SF bug #564782: Show Path in Windows Menu
2598 2003-03-24 16:20  tringali
2600         * source/nedit.c (1.41): Account for LANG being unset.
2602 2003-03-21 18:51  n8gray
2604         * source/: textDisp.c (1.44), window.c (1.76): Fixing 2 color
2605         problems.  1: Changing line number GC properties affected *all*
2606         buffers.  2: New panes used default text area colors instead of
2607         their window's.
2609 2003-03-21 18:31  tringali
2611         * source/: nedit.c (1.40), help.c (1.89): Avoid crash when running
2612         under a UTF-8 locale, and display locale in help.
2614 2003-03-21 18:22  edg
2616         * source/: preferences.c (1.83), smartIndent.c (1.21),
2617         smartIndent.h (1.6): Fix for SF bug #439867: Language mode renaming
2618         bug.
2620 2003-03-20 13:23  edg
2622         * makefiles/Makefile.sco (1.5): Typo fix (SF #689808: SCO makefile
2623         error).
2625 2003-03-20 13:05  edg
2627         * util/fontsel.c (1.23): Removed some unused variables (gcc
2628         warnings).
2630 2003-03-20 13:02  edg
2632         * source/: help.c (1.88), highlight.c (1.39), highlight.h (1.10),
2633         textDisp.c (1.43): Fix for SF #700823: Nedit crash after highlight
2634         Perl-Syntax on OS/390.  Made the syntax highlighting style
2635         information independent of the character coding (ASCII or EBCDIC).
2637 2003-03-18 10:58  edg
2639         * util/managedList.c (1.11): Fix for SF #705495: Crash while
2640         Copying Pattern.
2642 2003-03-14 22:27  n8gray
2644         * doc/help.etx (1.41), source/help_data.h (1.38),
2645         source/help_topic.h (1.31), source/preferences.c (1.82): Added a
2646         warning label to the color dialog and changed help text to make it
2647         more clear that foreground colors only apply when syntax
2648         highlighting is disabled.
2650 2003-03-13 09:11  n8gray
2652         * util/fontsel.c (1.22): Hide the sample when the "Show
2653         Proportional Fonts" toggle is toggled and the font selection is
2654         cleared.  Also added a prototype for enableSample().
2656 2003-03-12 18:33  n8gray
2658         * util/fontsel.c (1.21): Tabs -> Spaces
2659         
2660         If you want a shock, turn on backlighting, set tabs to a slightly
2661         off-background color, and edit just about any file in the NEdit
2662         project.
2664 2003-03-12 18:03  n8gray
2666         * util/fontsel.c (1.20): Fixed clearing of sample field when "show
2667         proportional fonts" was toggled.  Hide sample text when font
2668         selection is invalid.
2670 2003-03-07 19:52  n8gray
2672         * source/preferences.c (1.81): Made helper function addColorGroup()
2673         static.
2675 2003-03-07 19:46  n8gray
2677         * source/preferences.c (1.80): Using XtSetMappedWhenManaged to
2678         show/hide the error labels in the color dialog.  Thanks Scott!
2680 2003-03-07 01:50  n8gray
2682         * doc/help.etx (1.40), source/help_data.h (1.37),
2683         source/help_topic.h (1.30), source/preferences.c (1.79): Duh. 
2684         Forgot to save before the last commit.  Also changed docs to
2685         reflect new labels in color dialog.
2687 2003-03-07 01:34  n8gray
2689         * source/preferences.c (1.78): Minor labelsmithing on color dialog.
2691 2003-03-07 01:07  n8gray
2693         * source/preferences.c (1.77): Using a more reliable hack for
2694         showing/hiding the (Invalid!) labels in the color dialog.  To hide
2695         it I set its fg color to its bg color.  To unhide it I restore the
2696         fg color from its parent.  This way the label's width doesn't
2697         change, solving the potential visual bug mentioned in my previous
2698         commit.
2699         
2700         I tried changing the label from a gadget to a widget but the
2701         XtMap/UnmapWidget functions still failed.  Oh well, this works ok.
2703 2003-03-05 23:50  n8gray
2705         * doc/help.etx (1.39), source/help_data.h (1.36),
2706         source/help_topic.h (1.29), source/menu.c (1.68), source/nedit.h
2707         (1.34), source/preferences.c (1.76), source/preferences.h (1.32),
2708         source/textDisp.c (1.42), source/textDisp.h (1.19), source/window.c
2709         (1.75), source/window.h (1.12), util/fontsel.c (1.19),
2710         util/fontsel.h (1.8): Adding the color dialog and documentation. 
2711         Also adds a colored, editable text field to the font browser
2712         dialog.
2713         
2714         There's a potential minor visual bug depending on the user's fonts.
2715          I've tried to fix it but can't seem to figure it out.  Search for
2716         XXX in preferences.c for details.
2718 2003-02-20 17:30  arnef
2720         * source/: file.c (1.57), nc.c (1.33), server.c (1.21): Fixed
2721         problem with processing of nc command line.
2723 2003-02-18 20:17  tringali
2725         * util/misc.c (1.50): Set group hint so that recent versions of
2726         Sawfish will group windows together.
2728 2003-02-17 01:51  n8gray
2730         * source/Makefile.common (1.14): Added parse.c target so that build
2731         falls back to parse_noyacc.c if neither bison nor yacc can be
2732         found. See:
2733         http://www.nedit.org/archives/develop/2002-Apr/0512.html for a
2734         discussion of this issue.
2736 2003-02-15 02:33  yooden
2738         * source/file.c (1.56), util/getfiles.c (1.24), util/misc.c (1.49),
2739         util/getfiles.h (1.6): Removed GetNewFilename()
2741 2003-02-15 01:06  yooden
2743         * source/preferences.h (1.31): Removed double function
2744         declarations.
2746 2003-01-14 22:36  n8gray
2748         * source/tags.c (1.48): Added a private lineEmpty function for use
2749         when loading calltips files.  Also fixed bug where calltip position
2750         modifiers weren't reset when tips were posted by means other than
2751         the calltip macro subroutine.
2753 2003-01-14 09:50  edg
2755         * source/regularExp.c (1.21): Fix for \S, \W, \L, and \D
2756         erroneously matching on \0.
2758 2003-01-10 15:33  tringali
2760         * source/: window.c (1.74), nedit.c (1.39), text.c (1.37): Apply
2761         the "frame around text area" patch and associated geometry fixes. 
2762         Looks right when the background is light-colored (default), less so
2763         if you use a dark background.  Can be disabled with resources if
2764         you don't like it.
2766 2003-01-10 15:32  tringali
2768         * source/file.c (1.55): Fix to prevent file dialog from growing
2769         wider than the screen.  This is needed for window managers that do
2770         not respect XmNmaxWidth (sawfish, twm, fvwm).
2772 2003-01-10 15:29  tringali
2774         * util/: getfiles.c (1.23), misc.c (1.48): Prevent the file dialog
2775         from getting bigger than screen.  This fix is for window managers
2776         that do not respect XmNmaxWidth (sawfish, twm, fvwm).
2778 2003-01-07 22:37  tringali
2780         * doc/: nedit.doc (1.37), nedit.html (1.31): Remove autogenerated
2781         files from CVS to reduce conflicts.  They are now automatically
2782         generated by the cron script for the website snapshot.
2784 2003-01-06 15:36  edg
2786         * source/smartIndent.c (1.20): Bug fix: garbage collection could be
2787         triggered during smart indent newline macro (very old copy & paste
2788         error).
2790 2003-01-02 02:02  yooden
2792         * doc/nedit.doc (1.36), doc/nedit.html (1.30), source/help_data.h
2793         (1.35), source/help_topic.h (1.28): Updated reference to regex book
2794         part two.
2796 2003-01-02 01:48  yooden
2798         * doc/help.etx (1.38): Updated Reference to Regex book.
2800 2003-01-01 15:57  edg
2802         * source/smartIndent.c (1.19): Fix for crash bug reported @develop:
2803         newline macro inserting a string caused a recursive loop when
2804         triggered through smart indent.
2806 2002-12-13 17:23  edg
2808         * doc/Makefile (1.4): Added targets to regenerate the FAQ and build
2809         the FAQ distribution.
2811 2002-12-13 17:20  edg
2813         * doc/: faq.txt (1.4), faq.xml (1.5): Added a Q&A about the changed
2814         binding of KP Enter (execute command line).
2816 2002-12-12 17:26  slobasso
2818         * source/text.h (1.13): Remove warnings on hpux 10.20 compiler.
2820 2002-12-12 17:26  slobasso
2822         * source/selection.c (1.23): Cleanup string to int conversion.
2824 2002-12-12 17:26  slobasso
2826         * source/: search.c (1.54), search.h (1.18): Centralize string to
2827         enum conversions for search_type.
2829 2002-12-12 17:26  slobasso
2831         * source/parse_noyacc.c (1.5): Match changes in parse.y
2833 2002-12-12 17:25  slobasso
2835         * source/parse.y (1.23): Move string constant code into function
2836         InstallStringConstSymbol.
2838 2002-12-12 17:25  slobasso
2840         * source/nedit.h (1.33): New macro TYPE_INT_STR_SIZE to determine a
2841         safe string size for integer-like types.
2843 2002-12-12 17:25  slobasso
2845         * source/macro.c (1.60): More macro failure macros and new macro
2846         call valid_number.  Use of new macro TYPE_INT_STR_SIZE and
2847         PERM_ALLOC_STR.  Add optional index to rangeset_defined.
2849 2002-12-12 17:25  slobasso
2851         * source/interpret.h (1.12): New macro PERM_ALLOC_STR for static
2852         strings that look allocated and move StringToNum global for
2853         verification code.  New call InstallStringConstSymbol and move
2854         DataValue.tag to an enum.
2856 2002-12-12 17:25  slobasso
2858         * source/interpret.c (1.32): Use of new macro PERM_ALLOC_STR for
2859         static strings that look allocated and move StringToNum global for
2860         verification code.  New call InstallStringConstSymbol cleanup of
2861         macro debug code with new stack dump. Rewrite SwapCode without
2862         allocations.  Use of TYPE_INT_STR_SIZE for int string size. Fixes
2863         to grabage collection to allow for PERM_ALLOC_STR and catch mod by
2864         0 errors.
2866 2002-12-12 17:25  slobasso
2868         * source/highlightData.c (1.40): New nedit macro call valid_number.
2870 2002-12-12 17:25  slobasso
2872         * doc/help.etx (1.37), doc/nedit.doc (1.35), doc/nedit.html (1.29),
2873         source/help_data.h (1.34): Add optional index to rangeset_defined
2874         and new function valid_number.
2876 2002-12-11 18:24  tringali
2878         * util/misc.c (1.47): Avoid a 5-second hang when posting a dialog
2879         with certain window managers (Sawfish)
2881 2002-12-10 13:16  edg
2883         * source/nc.c (1.32): Dropped support for reading preferences from
2884         a .nc file. It was entirely undocumented and probably never used by
2885         anyone (and it didn't work anymore since the introduction of the
2886         NEDIT_HOME patch).
2888 2002-12-10 12:29  edg
2890         * source/nc.c (1.31): Fixed a bug in yesterday's bug fix: macro
2891         commands could be executed twice when a new server was started.
2893 2002-12-09 17:55  edg
2895         * source/nedit.c (1.38): Fix for SF #649442: Dangerous shell
2896         command. Changed the shortcut for "Execute Command Line" from "KP
2897         Enter" to "Ctrl+KP Enter" to avoid accidental execution of
2898         arbitrary commands.
2900 2002-12-09 17:18  edg
2902         * source/nc.c (1.30): Fixed various command line argument passing
2903         bugs introduced by the nc -wait patch (-icon, -geometry, -lm, ...
2904         were dropped when a new file was opened and/or a new server was
2905         started).
2907 2002-12-08 09:29  yooden
2909         * source/: highlight.c (1.38), highlightData.c (1.39), macro.c
2910         (1.59), rangeset.c (1.3), search.c (1.53): Some code cleanup and
2911         removal of development artefacts.
2913 2002-12-04 12:30  edg
2915         * source/macro.c (1.58): Added boundary checks to searchStringMS()
2916         to avoid illegal memory accesses when passing a too large or
2917         negative starting position to the search_string() macro.
2919 2002-12-02 15:59  tringali
2921         * Makefile (1.9): Removed "doc" from default target so users
2922         without Perl can build.  (We need a "developer only" target or mode
2923         to do this right.)
2925 2002-11-28 23:22  yooden
2927         * source/macro.c (1.57), source/menu.c (1.67), source/preferences.c
2928         (1.75), util/prefFile.c (1.18), util/utils.c (1.19), util/utils.h
2929         (1.11): Fixes the bug in the preference file name algorithm
2930         reported by Scott in develop@.
2932 2002-11-22 18:18  tringali
2934         * util/misc.c (1.46): Constrain maximum size of dialogs so they
2935         aren't bigger than the screen.  (Slightly modified from Eddy's
2936         original version.)
2938 2002-11-22 17:51  edg
2940         * source/window.c (1.73): Minor improvement in the virtual key
2941         binding parsing: ignore comment lines.
2943 2002-11-19 18:05  edg
2945         * source/: highlight.c (1.37), regularExp.c (1.20), search.c
2946         (1.52), textBuf.c (1.26), textBuf.h (1.13): Fixes for SF bugs
2947         #515120 (changed behaviour of search?) and #429110 (RegEx search
2948         bugs at end of buffer) and a cleanup of the SearchWindow function.
2950 2002-11-15 12:21  edg
2952         * doc/setext (1.10): Minor backward compatibility fix for older
2953         Perl version (5.004).
2955 2002-11-13 21:59  tringali
2957         * source/: help_data.h (1.33), help_topic.h (1.27): - Change help
2958         version to 5.4DEV
2960 2002-11-13 21:58  tringali
2962         * source/: calltips.c (1.3), text.h (1.12), textDisp.c (1.41):
2963         Don't #include "textP.h" where we can get away with it.
2965 2002-11-13 21:58  tringali
2967         * source/help.c (1.87): Clean up #ifdef of HAVE__XMVERSIONSTRING
2968         and reorder visual info
2970 2002-11-13 21:58  tringali
2972         * source/highlightData.c (1.38): - Fix indentation, labels, and
2973         mnemonics in highlightData.c
2975 2002-11-13 21:57  tringali
2977         * source/: nedit.c (1.37), preferences.c (1.74): - Fix defaults
2978         fonts to specify iso8859-1, for RH7.3.
2980 2002-11-13 17:56  edg
2982         * source/: highlightData.c (1.37), regularExp.c (1.19): Implemented
2983         the more conventional word boundary semantics for regular
2984         expressions and adapted the built-in highlight patterns to the
2985         changed semantics (the latter is largely automated).
2987 2002-11-12 10:04  ajhood
2989         * doc/help.etx (1.36), doc/nedit.doc (1.34), doc/nedit.html (1.28),
2990         source/help.c (1.86), source/help_data.h (1.32),
2991         source/help_topic.h (1.26): Document default value of
2992         nedit.backlightCharTypes Stop *backlightCharTypes in .Xdefaults
2993         etc. affecting Help
2995 2002-11-08 20:22  edg
2997         * source/: comnedit.com (1.9), highlight.c (1.36), highlight.h
2998         (1.9), lnknedit.com (1.7), macro.c (1.56), menu.c (1.66), nedit.h
2999         (1.32), preferences.c (1.73), preferences.h (1.30), rangeset.c
3000         (1.2), rangeset_fn.h (1.2), server_common.c (1.3), text.h (1.11),
3001         textDisp.h (1.18): VMS compilation and linking fixes (Michael
3002         Smith).
3004 2002-11-08 16:53  slobasso
3006         * source/macro.c (1.55): Removed unused variables and fixed error
3007         macro.
3009 2002-10-31 16:08  edg
3011         * doc/help.etx (1.35), doc/nc.man (1.6), doc/nedit.doc (1.33),
3012         doc/nedit.html (1.27), source/help_data.h (1.31),
3013         source/help_topic.h (1.25), source/nc.c (1.29): Fix for invalid
3014         atom usage after time-out.  Made the nc time-out configurable
3015         (-timeout <seconds> command line option and nc.timeOut X resource)
3016         + documentation updates.
3018 2002-10-30 11:44  edg
3020         * ChangeLog (1.29): Minor correction.
3022 2002-10-30 11:42  edg
3024         * ChangeLog (1.28): Removed lots of duplicate entries and added
3025         lots of missing entries.  (Apparently, a merge has gone wrong a few
3026         months ago).
3028 2002-10-30 11:11  edg
3030         * ChangeLog (1.27): Update.
3032 2002-10-29 15:49  edg
3034         * source/server.c (1.20): Fix for crash when sending a macro
3035         command to the server through nc, while another command is still
3036         running. New commands for a window are now rejected when it is
3037         already running a macro (beeps).
3039 2002-10-26 00:06  yooden
3041         * util/: utils.c (1.18), utils.h (1.10): Fixes wrong declaration
3042         and documentation, adds missing Copyright line.
3044 2002-10-16 17:28  n8gray
3046         * source/: preferences.c (1.72), preferences.h (1.29), window.c
3047         (1.72): Don't switch to PLAIN mode before closing a window just to
3048         force unloading of calltips files -- it's slow!
3049         
3050         Also fixed a potentially erroneous error message in
3051         reapplyLanguageMode.
3053 2002-10-15 11:00  ajhood
3055         * doc/help.etx (1.34), doc/nedit.doc (1.32), doc/nedit.html (1.26),
3056         source/help_data.h (1.30), source/help_topic.h (1.24),
3057         source/highlight.c (1.35), source/highlight.h (1.8),
3058         source/highlightData.c (1.36), source/highlightData.h (1.10),
3059         source/interpret.c (1.31), source/interpret.h (1.11),
3060         source/macro.c (1.54), source/preferences.c (1.71),
3061         source/preferences.h (1.28), source/textDisp.c (1.40),
3062         source/textDisp.h (1.17): Tony's backlight/highlight and SF bug
3063         619234 fixes
3065 2002-10-14 18:41  n8gray
3067         * source/: text.c (1.36), textBuf.c (1.25), textBuf.h (1.12),
3068         textDisp.c (1.39), textSel.c (1.11): Committing patch for
3069         keyboard-based rectangular selection.
3071 2002-10-13 15:53  yooden
3073         * doc/help.etx (1.33), doc/nedit.doc (1.31), doc/nedit.html (1.25),
3074         source/help_data.h (1.29), source/help_topic.h (1.23): Another tiny
3075         doc patch. (Thanks Yury)
3077 2002-10-12 13:33  yooden
3079         * doc/help.etx (1.32), doc/nedit.doc (1.30), doc/nedit.html (1.24),
3080         source/help_data.h (1.28), source/help_topic.h (1.22): Fixes small
3081         documentation bug.
3083 2002-10-10 22:04  slobasso
3085         * source/macro.c (1.53): fix comment typo
3087 2002-10-07 19:39  arnef
3089         * source/nc.c (1.28): Fix for bug 619231 -  nc hangs after
3090         crash/kill Generate a property change event to break a deadlock.
3092 2002-10-07 16:19  edg
3094         * source/search.c (1.51): Fix for crash bug when search string is
3095         too long in search and replace dialogs (triggered when
3096         nedit.findReplaceUsesSelection was True and a long selection was
3097         made), reported through the discuss list.
3099 2002-10-04 23:21  slobasso
3101         * source/: macro.c (1.52), tags.c (1.47): remove compiler warnings
3103 2002-10-01 23:45  n8gray
3105         * doc/help.etx (1.31), doc/nedit.doc (1.29), doc/nedit.html (1.23),
3106         source/help_data.h (1.27), source/help_topic.h (1.21): Added
3107         documentation for column argument to goto_line_number and the goto
3108         line dialog.
3110 2002-09-27 12:19  ajhood
3112         * source/preferences.c (1.70): set default value for
3113         nedit.backlightCharTypes
3115 2002-09-26 12:37  ajhood
3117         * doc/NEdit.ad (1.3), doc/README.FAQ (1.3), doc/faq-txt-pass2.xsl
3118         (1.3), doc/faq-txt.awk (1.3), doc/faq-txt.dtd (1.3),
3119         doc/faq-txt.xsl (1.3), doc/faq.dtd (1.3), doc/faq.txt (1.3),
3120         doc/faq.xml (1.4), doc/faq.xsl (1.3), doc/help.etx (1.30),
3121         doc/nedit.doc (1.28), doc/nedit.html (1.22), doc/setext (1.9),
3122         doc/setext-info.txt (1.3), makefiles/Makefile.depend (1.3),
3123         source/Makefile.common (1.13), source/help.c (1.85),
3124         source/help_data.h (1.26), source/help_topic.h (1.20),
3125         source/highlight.c (1.34), source/highlight.h (1.7),
3126         source/highlightData.c (1.35), source/highlightData.h (1.9),
3127         source/macro.c (1.51), source/menu.c (1.65), source/nedit.h (1.31),
3128         source/parse.y (1.22), source/preferences.c (1.69),
3129         source/preferences.h (1.27), source/smartIndent.c (1.18),
3130         source/tags.c (1.46), source/text.c (1.35), source/text.h (1.10),
3131         source/textBuf.c (1.24), source/textBuf.h (1.11), source/textDisp.c
3132         (1.38), source/textDisp.h (1.16), source/textP.h (1.6),
3133         source/window.c (1.71), source/window.h (1.11),
3134         source/windowTitle.c (1.9), util/fileUtils.c (1.27), util/misc.c
3135         (1.45), util/printUtils.c (1.20): backlight/rangeset patch from
3136         Josef Maier and Tony Balinski, ported to CVS by Andy Hood.
3138 2002-09-26 12:04  ajhood
3140         * Makefile (1.8): auto-rebuild help.doc, help.html and help_*.h If
3141         someone can explain how CVS didn't accept the previous commit tell
3142         me.
3144 2002-09-26 11:45  ajhood
3146         * source/: rangeset.c (1.1), rangeset.h (1.1), rangeset_fn.h (1.1):
3147         New files for backlight/rangeset.
3149 2002-09-26 10:24  ajhood
3151         * doc/Makefile (1.3): auto-rebuild help.doc, help.html and help_*.h
3152         if any of the prerequisites change
3154 2002-09-26 10:22  ajhood
3156         * README (1.30): Add comments on -DHAVE__XMVERSIONSTRING compile
3157         option.
3159 2002-09-26 10:01  ajhood
3161         * makefiles/: Makefile.aix (1.6), Makefile.bsdi (1.4),
3162         Makefile.ccur (1.4), Makefile.convex (1.4), Makefile.cygwin (1.5),
3163         Makefile.dcosx (1.4), Makefile.dec (1.5), Makefile.freebsd (1.4),
3164         Makefile.generic (1.9), Makefile.hpux (1.4), Makefile.linux (1.9),
3165         Makefile.lynx (1.5), Makefile.m88k.svr4 (1.4), Makefile.macosx
3166         (1.3), Makefile.netbsd (1.4), Makefile.openbsd (1.2), Makefile.os2
3167         (1.13), Makefile.osf (1.5), Makefile.qnx (1.2), Makefile.reliant
3168         (1.4), Makefile.sco (1.4), Makefile.sgi (1.4), Makefile.solaris
3169         (1.8), Makefile.sunos (1.4), Makefile.superux (1.4), Makefile.uhc
3170         (1.4), Makefile.ultrix (1.4), Makefile.unicos (1.6),
3171         Makefile.unixware (1.5): Add comments on -DHAVE__XMVERSIONSTRING
3172         compile option.
3174 2002-09-25 10:56  edg
3176         * doc/help.etx (1.29), source/file.c (1.54), source/help_data.h
3177         (1.25), source/help_topic.h (1.19), source/menu.c (1.64),
3178         source/nedit.h (1.30), source/preferences.c (1.68),
3179         source/preferences.h (1.26), source/textBuf.c (1.23),
3180         source/textBuf.h (1.10), source/window.c (1.70): Committed SF patch
3181         #602426: Check for real changes of ext. mod files.  The additional
3182         check is on by default, and a mode message appears if comparison
3183         takes more than 1 second.
3185 2002-09-23 12:06  edg
3187         * source/userCmds.c (1.29), util/misc.c (1.44), util/misc.h (1.16):
3188         Fix for SF #612558: Macro shortcuts still NumLock sensitive.  Lock
3189         and NumLock are now ignored when entering an accelerator.
3191 2002-09-23 11:16  edg
3193         * util/getfiles.c (1.22): Fix for SF bug #613092: Open file
3194         browsing works incorrect.  Keystroke history is now reset after
3195         each list refresh.
3197 2002-09-18 20:17  arnef
3199         * source/search.c (1.50): Fixing error in initial commit of 'nc
3200         -wait' patch.  Removing a XtDispatchEvent() that shouldn't have
3201         been there.
3203 2002-09-17 09:01  edg
3205         * source/server_common.c (1.2): Fix for SF bug #610438: Committing
3206         patch 403647 causes link fail.  Replaced XGetAtomNames() by a loop
3207         using XGetAtomName().
3209 2002-09-13 08:28  edg
3211         * source/preferences.c (1.67): Fix for SF bug #608693: coredump
3212         with -tabs option.  The tab distance is now clipped within its
3213         valid range.
3215 2002-09-11 18:59  arnef
3217         * source/Makefile.common (1.12), source/Makefile.dependencies
3218         (1.19), source/file.c (1.53), source/macro.c (1.50), source/nc.c
3219         (1.27), source/nedit.h (1.29), source/preferences.c (1.66),
3220         source/search.c (1.49), source/selection.c (1.22), source/server.c
3221         (1.19), source/server.h (1.5), source/server_common.c (1.1),
3222         source/server_common.h (1.1), source/window.c (1.69),
3223         util/Makefile.dependencies (1.6): Committing the 'nc -wait' patch
3224         (SF #403647).
3226 2002-09-10 12:17  ajhood
3228         * doc/nedit.doc (1.27), doc/nedit.html (1.21), source/help_data.h
3229         (1.24), source/help_topic.h (1.18): I too can forget to do commit
3230         the generated files.
3232 2002-09-10 12:10  ajhood
3234         * doc/help.etx (1.28), source/help.c (1.84): Adds visual info to
3235         version [eg Visual: Id 0x23 TrueColor 24 bit (Default)] Allows use
3236         of _XmVersionString. Add -DHAVE__XMVERSIONSTRING compile option,
3237         and if it doesn't link, you don't have it. (This may be exported by
3238         Motif but there is no header to tell you if it is there or not.)
3240 2002-09-06 19:21  n8gray
3242         * source/calltips.c (1.2): Changing calltip label widget name from
3243         "calltipW" back to "calltip" so that resources work as advertised.
3245 2002-09-06 19:13  n8gray
3247         * doc/help.etx (1.27), doc/nedit.doc (1.26), doc/nedit.html (1.20),
3248         source/Makefile.common (1.11), source/Makefile.dependencies (1.18),
3249         source/calltips.c (1.1), source/calltips.h (1.1),
3250         source/help_data.h (1.23), source/help_topic.h (1.17),
3251         source/macro.c (1.49), source/tags.c (1.45), source/tags.h (1.13),
3252         source/text.c (1.34), source/textDisp.c (1.37), source/textDisp.h
3253         (1.15): New features:     Positioning of calltips can be controlled
3254         more precisely using optional     arguments to calltip().  These
3255         include "center", "right", "above", and     "strict".  Non-strict,
3256         non-anchored calltips will always show up *somewhere*     on-screen
3257         even if the cursor is not on-screen.
3258         
3259         Modifications:     Refactored calltip UI code into calltips.c/.h. 
3260         Updated help files,     makefiles, and dependencies.  Cleaned up
3261         tags.c/.h somewhat.
3263 2002-09-05 23:17  slobasso
3265         * source/: interpret.c (1.30), parse.y (1.21), parse_noyacc.c
3266         (1.4): made the following work when arrayaExpression is anything
3267         that returns an array as the result: for (x in arrayaExpression) {
3268         }
3270 2002-09-05 23:15  slobasso
3272         * source/nedit.c (1.36): fixed Cardinal vs int compare warning.
3274 2002-09-05 17:48  tringali
3276         * doc/help.etx (1.26), source/nedit.c (1.35), util/misc.c (1.43),
3277         util/misc.h (1.15): Acquire default colors and fonts from the
3278         environment if using the default visual.
3280 2002-09-04 08:40  n8gray
3282         * source/: tags.c (1.44), textDisp.c (1.36): Minor cleanup of
3283         tags.c (it could use a lot more).
3284         
3285         Also improved calltips so that they try not to go off the edges of
3286         the screen.  Thanks to TK, from whom I stole much code.  Since he
3287         stole his tooltip code from me, the circle is complete.  :^)
3289 2002-09-04 05:58  n8gray
3291         * source/: textDisp.c (1.35), textDisp.h (1.14): Calltips should
3292         finally update on any vertical cursor movement!  Plus, non-
3293         anchored calltips maintain their X positions on redrawing.  Also, I
3294         found out that textD->cursorX/cursorY are *not* a reliable way to
3295         get the X/Y positions of the insertion point, so other potential
3296         calltips bugs might be fixed.
3297         
3298         This is one of those nice commits where I've removed almost as many
3299         lines as I've added.  :^)
3301 2002-09-03 01:10  n8gray
3303         * source/: file.c (1.52), nedit.h (1.28), window.c (1.68): This
3304         should fix the worst of the problems in file.c.  There are still
3305         potential problems if you lose read permission on a file as you're
3306         editing it, but I wanted to commit what's done so far.
3308 2002-09-02 23:18  n8gray
3310         * source/textDisp.c (1.34): Fixing problem where scroll-wheel-down
3311         on empty files caused erroneous scrolling.  It was a problem with
3312         mixing Cardinal (unsigned) and signed values.  I took the approach
3313         of casting cursorVPadding to int before using it, since it's nice
3314         to have Xt reject negative values automatically.
3316 2002-09-02 08:55  edg
3318         * source/textDisp.c (1.33): Fix for crash bug reported through
3319         develop@: regex bug using ^.* BufCopyFromBuf() could be called with
3320         invalid paramaters in continous wrapping mode.
3322 2002-08-31 15:14  yooden
3324         * doc/help.etx (1.25), doc/nedit.doc (1.25), doc/nedit.html (1.19),
3325         doc/setext (1.8), doc/setext-info.txt (1.2), source/help_data.h
3326         (1.22): Another help update, some setext documentation and a minor
3327         setext change.
3329 2002-08-31 08:48  yooden
3331         * source/: help_data.h (1.21), help_topic.h (1.16): Corrected Help,
3332         second batch.
3334 2002-08-31 08:46  yooden
3336         * doc/: help.etx (1.24), nedit.doc (1.24), nedit.html (1.18):
3337         Slight correction in help.etx.
3339 2002-08-31 07:24  n8gray
3341         * doc/help.etx (1.23), doc/nedit.doc (1.23), doc/nedit.html (1.17),
3342         source/help_data.h (1.20), source/help_topic.h (1.15),
3343         source/text.c (1.33), source/text.h (1.9), source/textDisp.c
3344         (1.32), source/textP.h (1.5): Committing the edge-phobic cursor
3345         patch, with documentation and without tab-space mixing.  (The new
3346         resource is nedit*text.cursorVPadding by the way.)
3348 2002-08-31 00:52  slobasso
3350         * source/: interpret.c (1.29), interpret.h (1.10), parse.y (1.20):
3351         Lots of array code cleanup including fixes for the following
3352         formats: x[9][8] = 6 delete x[4][2][] ++x[4] x[3]-- x[4][5] += 7
3353         ... and many more.  Also fixed some cases in which array aliasing
3354         could occur. Arrays are supposed to have VALUE semantics.
3356 2002-08-28 14:14  tringali
3358         * source/preferences.c (1.65): Revive upgrade message to 5.4 file
3359         format
3361 2002-08-27 08:05  edg
3363         * source/textDisp.c (1.31): Fixes for SF #600175: Coredump when
3364         dismissing resized window Array bounds read & write fixes in
3365         calcLineStarts() when number of visible lines becomes zero (only
3366         possible in help windows).  Avoid scrollbar slider size < 1 warning
3367         (which was harmless but annoying).
3369 2002-08-27 05:39  n8gray
3371         * source/: file.c (1.51), undo.c (1.14), undo.h (1.6): Committing
3372         the file deletion notification patch.  I used a specialized message
3373         for ENOACCES but used strerror output along with a suggested cause
3374         (deletion or relocation by another program) in the other cases,
3375         since there are several possible causes of stat() failure.
3376         
3377         I'm committing the patch despite the minor controversy over the
3378         message text because it's better to have some message than none at
3379         all.
3380         
3381         There is still much bogosity in file.c, including another place
3382         where stat() failure causes no warning.
3384 2002-08-23 07:52  n8gray
3386         * source/textBuf.c (1.22): Fixed a miscalculation in
3387         overlayRectInLine that could cause extra letters to be deleted
3388         during rectangular drags over tabs.  See SF bug #557225 "rect. 
3389         selection drag buglet" for a description of the problem.
3391 2002-08-23 00:52  slobasso
3393         * source/interpret.c (1.28): Fixed bug that didn't allow built in
3394         array variables to be iterated with a for loop.
3396 2002-08-22 23:52  slobasso
3398         * source/window.c (1.67): Remove unused variables.
3400 2002-08-22 18:43  slobasso
3402         * source/userCmds.c (1.28): Fix size calculation and escape
3403         characters in menu item names.
3405 2002-08-22 08:40  n8gray
3407         * source/undo.c (1.13): Fixed SF bug #578551 "Scrolling to
3408         searched/altered selection" by adding MakeSelectionVisible() calls
3409         to Undo and Redo.
3411 2002-08-22 08:10  n8gray
3413         * source/window.c (1.66): Nuking trailing whitespace from my last
3414         commit.
3416 2002-08-22 08:05  n8gray
3418         * source/window.c (1.65): MakeSelectionVisible in window.c was not
3419         paying attention to wrapped lines.  To see the problem in an older
3420         version:
3421         
3422         1.  Open a large file and scroll to the center somewhere 2.  Enable
3423         continuous wrapping and resize window so lots of lines wrap 3. 
3424         Select a word and make a mark with Alt+M,a 4.  Page Up or Down for
3425         several screens 5.  Go to the mark with Alt+G,a
3426         
3427         If there are enough wrapped lines between your position and the
3428         mark then the selection and the cursor will be completely
3429         offscreen.
3430         
3431         Also restructured the function so that horizontal scrolling is not
3432         bypassed prematurely.
3434 2002-08-21 13:21  tringali
3436         * source/help.c (1.83): Remove duplicate widgets caused by a bum
3437         merge.
3439 2002-08-21 07:19  n8gray
3441         * source/file.c (1.50): Fixed bug where clicking on the WM's close
3442         button in an unsaved and untitled buffer, answering yes to the
3443         "Save before closing" dialog, then aborting the Save-As dialog led
3444         to the window being closed and the changes being lost.  The
3445         function CloseFileAndWindow wasn't returning FALSE when the Save-As
3446         failed.
3448 2002-08-19 21:41  tringali
3450         * source/preferences.c (1.64): Remove "alpha" versioning - it
3451         wasn't forwards compatabile, and there were no auto-upgrades done
3452         despite the message printed.
3454 2002-08-19 07:22  n8gray
3456         * source/textDisp.c (1.30): Calltips are now redrawn on TextDMoveUp
3457         and TextDMoveDown.  This should help those who end up with cursors
3458         behind calltips when entering multi-line function calls.
3460 2002-08-17 14:28  yooden
3462         * source/window.c (1.64): Removed unused variables.
3464 2002-08-16 14:43  tringali
3466         * source/file.c (1.49): Fix hang caused by posting the "reload"
3467         dialog box on a hidden window (during multi-file replace
3468         validation).
3470 2002-08-15 19:03  n8gray
3472         * source/: file.c (1.48), window.c (1.63): Fixed the flickering
3473         stats line problem (SF bugs 595106, 594838).  Also fixed "save-as
3474         doesn't update the stats line" bug.
3476 2002-08-14 19:20  n8gray
3478         * source/textDisp.c (1.29): Fixed off-by-one error in
3479         expandAllTabs.  Also added check for NULL on its return value in
3480         TextDShowCalltip.
3482 2002-08-14 08:42  n8gray
3484         * source/textDisp.c (1.28): Removed debugging cruft from
3485         TextDShowCalltip.
3487 2002-08-13 22:12  n8gray
3489         * doc/help.etx (1.22), doc/nedit.doc (1.22), doc/nedit.html (1.16),
3490         source/help_data.h (1.19), source/help_topic.h (1.14),
3491         source/text.c (1.32), source/textDisp.c (1.27), source/textDisp.h
3492         (1.13): Added "absolute" argument to line-oriented action routines,
3493         and "wrap" argument to delete_to_start_of_line.
3495 2002-08-12 21:21  tringali
3497         * source/tags.c (1.43), source/window.c (1.62), source/window.h
3498         (1.10), util/misc.c (1.42), util/misc.h (1.14): Post watch cursor
3499         keep screen drawn while loading large tags files.
3501 2002-08-12 15:37  tringali
3503         * source/window.c (1.61): Reimplement I-search button focus
3504         management, so it doesn't have an ugly flash
3506 2002-08-10 23:59  tringali
3508         * source/undo.c (1.12): Added preference for disbling selection
3509         modification during Undo.
3511 2002-08-10 23:58  tringali
3513         * source/text.c (1.31): - Fix bad hardware tab of 4 spaces.  Please
3514         set hardware tabs to 8 for NEdit! - Explicitly remove modifiers on
3515         some virtual bindings to account for system   that map different
3516         modified keys to different bindings (e.g., Ctrl-PgUp =  
3517         osfPageLeft, PgUp = osfPageUp) - Use unions in favor of casts in
3518         XEvents.
3520 2002-08-10 23:54  tringali
3522         * source/highlightData.c (1.34): Use non-capturing parenthesis in C
3523         and C++ patterns where appropriate.
3525 2002-08-10 23:53  tringali
3527         * source/preferences.h (1.25): Added preference to disable
3528         modifying selection on Undo.
3530 2002-08-10 23:52  tringali
3532         * source/preferences.c (1.63): Added preference to disable changing
3533         the selection to match Undo.
3535 2002-08-10 23:51  tringali
3537         * source/server.c (1.18): Use union for XEvents instead of casts.
3539 2002-08-10 23:48  tringali
3541         * source/: interpret.c (1.27), interpret.h (1.9), macro.c (1.48):
3542         Use unions in place of nonportable casts to avoid warnings
3544 2002-08-10 23:45  tringali
3546         * source/help_data.h (1.18): Regenerated from help.etx update (fix
3547         X resource names)
3549 2002-08-10 23:43  tringali
3551         * source/help.c (1.82): More detail for Motif version, and change
3552         button labels on help browser to be more like WinHelp
3554 2002-08-09 20:48  tringali
3556         * util/system.h (1.12): Support for Lynx, MacOS; better x86
3557         reporting
3559 2002-08-09 14:08  tringali
3561         * doc/: help.etx (1.21), nedit.doc (1.21), nedit.html (1.15): Fix
3562         typo in last commit (replace * with @*)
3564 2002-08-09 13:52  tringali
3566         * doc/: help.etx (1.20), nedit.doc (1.20), nedit.html (1.14):
3567         Update incorrect X resources (nedit*text.foo) and upgrade version.
3569 2002-08-09 13:11  tringali
3571         * source/window.c (1.60): Convert // style comment to /* */, so it
3572         compiles again. NEdit is C89, not C++ or C99!
3574 2002-08-08 21:00  n8gray
3576         * doc/help.etx (1.19), doc/nedit.doc (1.19), doc/nedit.html (1.13),
3577         source/help_data.h (1.17), source/help_topic.h (1.13),
3578         source/nedit.h (1.27), source/window.c (1.59): Fixing the
3579         "ever-growing stats line" bug seen under lesstif.  Also, the stats
3580         area code is generally much nicer now, IMHO.
3582 2002-08-02 08:36  n8gray
3584         * doc/help.etx (1.18), doc/nedit.doc (1.18), doc/nedit.html (1.12),
3585         source/help_data.h (1.16), source/help_topic.h (1.12), source/nc.c
3586         (1.26): nc.autoStart now defaults to True.  I've had to explain
3587         that warning message one too many times...
3588         
3589         If anybody finds this offensive, it's easy to revert.  ;^)
3591 2002-08-01 00:53  n8gray
3593         * doc/help.etx (1.17), doc/nedit.doc (1.17), doc/nedit.html (1.11),
3594         source/help_data.h (1.15), source/help_topic.h (1.11),
3595         source/macro.c (1.47): Added optional "copy" argument to
3596         replace_in_string to make it return a copy of the input string if
3597         no replacements were done.
3599 2002-07-31 23:34  slobasso
3601         * source/interpret.c (1.26): made comment more clear
3603 2002-07-31 20:08  edg
3605         * source/highlight.c (1.33): Fix for yesterday's "fix" (which
3606         wasn't entirely waterproof).
3608 2002-07-30 13:54  edg
3610         * source/highlight.c (1.32): Fix for pattern related crash reported
3611         by Joor: I've overlooked a special case in the recent speed
3612         improvements.
3614 2002-07-29 08:05  n8gray
3616         * doc/help.etx (1.16), doc/nedit.doc (1.16), doc/nedit.html (1.10),
3617         source/help_data.h (1.14), source/help_topic.h (1.10): Minor change
3618         to the documentation for nedit.typingHidesPointer X resource.  By
3619         the way, the X resources section of the documentation doesn't seem
3620         to be in any order whatsoever.  Maybe it should be sorted or
3621         grouped into functional groups.
3623 2002-07-29 03:51  n8gray
3625         * source/macro.c (1.46): Applying TK's autoflushing t_print patch
3626         (SF #552760).  I'm not adding a call to isatty, but if anybody
3627         cares enough about the issue they're welcome to do it.  I just want
3628         to make sure the patch isn't forgotten.
3630 2002-07-28 19:25  edg
3632         * source/preferences.c (1.62): Introduced alpha preference file
3633         version numbering (5.4a1, 5.4a2, ...) for development versions.
3635 2002-07-27 08:55  yooden
3637         * source/: highlightData.c (1.33), macro.c (1.45), preferences.c
3638         (1.61), preferences.h (1.24), smartIndent.c (1.17), userCmds.c
3639         (1.27): Removed obsolete function CopyAllocatedString()
3641 2002-07-26 22:19  n8gray
3643         * source/window.c (1.58): Fixed flickering under-shadow on stats
3644         line.  (Thanks to TK Soh for the fix.) Also fixed horrible
3645         tab-space mixing.
3647 2002-07-26 21:39  n8gray
3649         * ChangeLog (1.26), doc/help.etx (1.15), doc/nedit.doc (1.15),
3650         doc/nedit.html (1.9), source/file.c (1.47), source/help_data.h
3651         (1.13), source/help_topic.h (1.9), source/macro.c (1.44),
3652         source/menu.c (1.63), source/nedit.c (1.34), source/nedit.h (1.26),
3653         source/preferences.c (1.60), source/tags.c (1.42), source/tags.h
3654         (1.12), source/text.c (1.30), source/textDisp.c (1.26),
3655         source/textDisp.h (1.12), source/window.c (1.57): This is the big
3656         one.  NEdit is now calltips-enabled!  :-)
3658 2002-07-20 23:18  yooden
3660         * util/fileUtils.c (1.26): Cover different return value of
3661         readlink() for Lynx.
3663 2002-07-20 23:15  yooden
3665         * makefiles/Makefile.lynx (1.4): Avoid annoying warnings about
3666         include files.
3668 2002-07-20 09:37  amai
3670         * util/utils.c (1.17): Fix order of #includes
3672 2002-07-17 20:42  slobasso
3674         * source/menu.c (1.62): Lesstif was causing problems with
3675         accelerators kicking off actions on KeyRelease events rather than
3676         KeyPress events. This should fix key accelerated Mark and Goto Mark
3677         commands.
3679 2002-07-17 15:14  edg
3681         * source/: highlight.c (1.31), highlightData.c (1.32), regularExp.c
3682         (1.18), regularExp.h (1.10): Speed improvements in syntax
3683         highlighting and regex engines.
3685 2002-07-16 11:39  edg
3687         * source/window.c (1.56): Inserted a cast to suppress a warning
3688         with certain compilers.
3690 2002-07-15 14:11  edg
3692         * source/: help.c (1.81), macro.c (1.43), preferences.c (1.59),
3693         regularExp.c (1.17), regularExp.h (1.9), search.c (1.48), search.h
3694         (1.17), tags.c (1.41): Lookbehind regex fix: adding missing
3695         backward search extent information.
3697 2002-07-12 11:44  edg
3699         * source/window.c (1.55), util/misc.c (1.41): Presumed fix for SF
3700         #550870: Nedit quietly exits unexpectedly.  Missing X atoms were
3701         not created, but always used.
3703 2002-07-11 21:18  slobasso
3705         * source/file.c (1.46), source/file.h (1.10), source/help.c (1.80),
3706         source/help.h (1.10), source/highlight.c (1.30), util/DialogF.h
3707         (1.7), util/clearcase.h (1.3), util/fileUtils.h (1.9),
3708         util/fontsel.h (1.7), util/getfiles.h (1.5), util/managedList.h
3709         (1.5), util/misc.h (1.13), util/prefFile.h (1.6), util/printUtils.h
3710         (1.7), util/system.h (1.11), util/utils.c (1.16), util/utils.h
3711         (1.9), util/vmsParam.h (1.4), util/vmsUtils.h (1.5),
3712         source/highlight.h (1.6), source/highlightData.c (1.31),
3713         source/highlightData.h (1.8), source/interpret.c (1.25),
3714         source/interpret.h (1.8), source/macro.c (1.42), source/macro.h
3715         (1.4), source/menu.c (1.61), source/menu.h (1.7), source/nc.c
3716         (1.25), source/nedit.c (1.33), source/nedit.h (1.25),
3717         source/parse.h (1.5), source/parse.y (1.19), source/parse_noyacc.c
3718         (1.3), source/preferences.c (1.58), source/preferences.h (1.23),
3719         source/rbTree.c (1.7), source/rbTree.h (1.3), source/regexConvert.c
3720         (1.8), source/regexConvert.h (1.4), source/regularExp.c (1.16),
3721         source/regularExp.h (1.8), source/search.c (1.47), source/search.h
3722         (1.16), source/selection.c (1.21), source/selection.h (1.5),
3723         source/server.c (1.17), source/server.h (1.4), source/shell.c
3724         (1.23), source/shell.h (1.5), source/shift.c (1.13), source/shift.h
3725         (1.4), source/smartIndent.c (1.16), source/smartIndent.h (1.5),
3726         source/tags.c (1.40), source/tags.h (1.11), source/text.c (1.29),
3727         source/text.h (1.8), source/textBuf.c (1.21), source/textBuf.h
3728         (1.9), source/textDisp.c (1.25), source/textDisp.h (1.11),
3729         source/textDrag.c (1.8), source/textDrag.h (1.3), source/textP.h
3730         (1.4), source/textSel.c (1.10), source/textSel.h (1.3),
3731         source/undo.c (1.11), source/undo.h (1.5), source/userCmds.c
3732         (1.26), source/userCmds.h (1.5), source/window.c (1.54),
3733         source/window.h (1.9), source/windowTitle.c (1.8),
3734         source/windowTitle.h (1.2): more header file cleanup
3736 2002-07-09 14:15  edg
3738         * doc/help.etx (1.14), doc/nedit.doc (1.14), doc/nedit.html (1.8),
3739         source/help_data.h (1.12), source/help_topic.h (1.8),
3740         source/highlight.c (1.29), source/preferences.c (1.57),
3741         source/regularExp.c (1.15), source/regularExp.h (1.7),
3742         source/search.c (1.46): Committed SF patch #530308: look-behind
3743         regular expression matching.
3745 2002-07-05 22:28  uid71894
3747         * doc/help.etx (1.13), source/macro.c (1.41), source/menu.c (1.60),
3748         source/preferences.c (1.56), util/prefFile.c (1.17), util/utils.c
3749         (1.15), util/utils.h (1.8): Moves NEdit's config files in ~/.nedit/
3750         or $NEDIT_HOME.
3752 2002-06-29 13:56  yooden
3754         * source/preferences.c (1.55): Added some comment macros for
3755         default language modes.
3757 2002-06-26 23:39  slobasso
3759         * util/: DialogF.c (1.24), DialogF.h (1.6), clearcase.c (1.4),
3760         clearcase.h (1.2), fileUtils.c (1.25), fileUtils.h (1.8), fontsel.c
3761         (1.18), fontsel.h (1.6), getfiles.c (1.21), getfiles.h (1.4),
3762         managedList.c (1.10), managedList.h (1.4), misc.c (1.40), misc.h
3763         (1.12), prefFile.c (1.16), prefFile.h (1.5), printUtils.c (1.19),
3764         printUtils.h (1.6), system.h (1.10), utils.c (1.14), utils.h (1.7),
3765         vmsParam.h (1.3), vmsUtils.h (1.4): make .h files include their
3766         requirements and move local .h files to top of include list.
3768 2002-06-26 23:37  slobasso
3770         * source/: shell.c (1.22), textDisp.c (1.24): warnings cleanup
3772 2002-06-20 21:32  slobasso
3774         * source/: text.c (1.28), text.h (1.7), textDisp.c (1.23),
3775         textDisp.h (1.10): Added code to handle graphics expose events that
3776         can result from calls to XCopyArea(). Also added code to look for
3777         these events since they can get backlogged in some circumstances.
3778         Removed hack to determine if we were obscured, since this should no
3779         longer be needed.
3781 2002-06-10 16:56  slobasso
3783         * source/tags.c (1.39): fixed merge conflict.
3785 2002-06-08 13:56  tringali
3787         * ChangeLog (1.25), Makefile (1.7), README (1.29), ReleaseNotes
3788         (1.16), doc/help.etx (1.12), doc/nedit.doc (1.13), doc/nedit.html
3789         (1.7), makefiles/Makefile.macosx (1.2), makefiles/Makefile.os2
3790         (1.12), source/Makefile.dependencies (1.17), source/comnedit.com
3791         (1.8), source/file.c (1.45), source/help.c (1.79), source/help.h
3792         (1.9), source/help_data.h (1.11), source/help_topic.h (1.7),
3793         source/highlight.c (1.28), source/highlightData.c (1.30),
3794         source/highlightData.h (1.7), source/lnknedit.com (1.6),
3795         source/nc.c (1.24), source/nedit.c (1.32), source/preferences.c
3796         (1.54), source/preferences.h (1.22), source/server.c (1.16),
3797         source/shell.c (1.21), source/tags.c (1.38), source/window.c
3798         (1.53), source/windowTitle.c (1.7), util/DialogF.c (1.23),
3799         util/comutil.com (1.4), util/fileUtils.c (1.24), util/fontsel.c
3800         (1.17), util/misc.c (1.39), util/prefFile.c (1.15),
3801         util/printUtils.c (1.18), util/utils.c (1.13), util/utils.h (1.6):
3802         Merge 5.3 release branch fixes back to mainline development.
3804 2002-06-01 15:18  tringali
3806         * Makefile (tags: REL-5-3) (BETA-5-3.3): Final changes for 5.3
3808 2002-06-01 13:44  tringali
3810         * doc/nedit.doc, doc/nedit.html, source/help_data.h
3811         (BETA-5-3.[4,4,4]) (utags: REL-5-3): Update version to 5.3 for
3812         final release.
3814 2002-05-16 07:53  edg
3816         * source/preferences.c (tags: REL-5-3) (BETA-5-3.5): Fix for SF
3817         #555364: 5.3RC1 preferences update not complete (provided by Markus
3818         Schwarzenberg).
3820 2002-05-08 16:19  slobasso
3822         * source/menu.c (1.59): Removed many calls to
3823         HidePointerOnKeyedEvent() that shouldn't have been put there.
3825 2002-05-08 15:30  slobasso
3827         * source/menu.c (1.58): verify we have an event before checking the
3828         type
3830 2002-05-07 01:13  n8gray
3832         * source/preferences.c (1.53): nedit.typingHidesPointer resource is
3833         no longer saved in .nedit file, just like other optional X
3834         resources.  (e.g. nedit.shell, nedit.tagFile, etc.)
3836 2002-05-06 15:52  slobasso
3838         * source/menu.c (1.57): Removed a call to HidePointerOnKeyedEvent
3839         in unloadTagsFileMenuCB that caused a crash.
3841 2002-05-03 13:36  amai
3843         * ChangeLog (tags: REL-5-3) (BETA-5-3.2): Update
3845 2002-05-02 00:01  slobasso
3847         * source/shell.c (BETA-5-3.3): Added code to allow substituted
3848         command strings to be arbitrarily long.
3850 2002-05-01 06:36  n8gray
3852         * source/: nedit.h (1.24), window.c (1.52): Committed separate
3853         line/col patch.
3854         
3855         Commit Haiku:     Line and Col on Right     Not Customizable Yet   
3856          Hope There Are No Bugs
3858 2002-04-29 17:16  slobasso
3860         * doc/.cvsignore (1.2): added .version
3862 2002-04-29 08:39  edg
3864         * util/comutil.com (BETA-5-3.1): VMS "makefile" enhancements (Jack
3865         Patteeuw).
3867 2002-04-29 00:35  amai
3869         * .cvsignore (1.1), doc/.cvsignore (1.1), source/.cvsignore (1.3),
3870         util/.cvsignore (1.1): Add/enhance .cvsignore .cvsignore files
3872 2002-04-29 00:28  amai
3874         * source/window.c (1.51): Drop an unused #include
3876 2002-04-26 16:10  slobasso
3878         * source/tags.c (1.37): Removed unused variables and double free.
3880 2002-04-26 16:06  slobasso
3882         * source/tags.c (1.36): Cleanup FindDefinition and how globals are
3883         used. Changes were actually in previous revision, but I
3884         accidentally committed without comment.
3886 2002-04-26 16:04  slobasso
3888         * source/tags.c (1.35): [no log message]
3890 2002-04-24 20:40  edg
3892         * source/: comnedit.com, lnknedit.com (BETA-5-3.[1,1]): VMS
3893         compilation and linking fixes (Jack Patteeuw).
3895 2002-04-23 19:52  edg
3897         * source/nc.c, source/preferences.c, source/window.c,
3898         source/windowTitle.c, util/fileUtils.c (BETA-5-3.[2,4,4,9,1]):
3899         Various VMS compilation & linking fixes. 5.3 now compiles and runs
3900         at least on Alpha OpenVMS V7.2-1 (confirmed by Jack Patteeuw, who
3901         also reported the problems).
3903 2002-04-22 16:37  slobasso
3905         * source/text.c (1.27): fix compiler warning.
3907 2002-04-22 15:24  amai
3909         * ChangeLog (1.24): Update
3911 2002-04-22 15:22  amai
3913         * makefiles/Makefile.macosx (BETA-5-3.2): Fix line endings from
3914         "\\" to "\".  Correct linking order in alternative set of flags
3915         using XFree86 with LessTif
3917 2002-04-19 21:40  slobasso
3919         * doc/help.etx (1.11): Added new feature to hide mouse pointer
3920         while typing.
3922 2002-04-19 16:22  slobasso
3924         * source/: help_data.h (1.10), menu.c (1.56), menu.h (1.6),
3925         preferences.c (1.52), preferences.h (1.21), text.c (1.26), text.h
3926         (1.6), textDisp.c (1.22), textDisp.h (1.9): Added new feature to
3927         hide mouse pointer while typing.
3929 2002-04-16 17:29  edg
3931         * source/nc.c, source/server.c, source/windowTitle.c, util/utils.c,
3932         util/utils.h (BETA-5-3.[1,1,8,1,1]): Renamed GetHostName() to
3933         GetNameOfHost() to avoid linking problems on VMS (the VMS linker is
3934         case-insensitive; GetHostName() conflicts with standard
3935         gethostname()).
3937 2002-04-15 10:46  edg
3939         * source/: file.c, preferences.c, preferences.h (BETA-5-3.[1,3,1]):
3940         Fix for linking problem on VMS: function
3941         GetPrefAlwaysCheckRelativeTagsSpecs had more than 31 characters.
3942         Replaced it by GetPrefAlwaysCheckRelTagsSpecs.
3944 2002-04-13 20:24  edg
3946         * source/window.c (BETA-5-3.3): Minor fix: MakeSelectionVisible()
3947         did not take into account line numbers.  (SF #543178: Line numbers
3948         hide CTRL-M matches).
3950 2002-04-12 18:12  edg
3952         * doc/help.etx, doc/nedit.doc, doc/nedit.html, source/help_data.h
3953         (BETA-5-3.[1,3,3,3]): Documentation fixes (X-resource section).
3955 2002-04-12 18:09  edg
3957         * source/help.c (BETA-5-3.7): Backed out previous change because
3958         affects default width of help windows.  Will consult developers
3959         first.
3961 2002-04-12 17:50  edg
3963         * source/help.c (BETA-5-3.6): Small fix: nedit.helpFont was ignored
3964         when determining initial size of help windows (instead, the value
3965         of the now obsolete nedit*helpText.font resource was used
3966         implicitly).
3968 2002-04-10 09:41  edg
3970         * source/highlight.c (BETA-5-3.4): Crash fix for syntax
3971         highlighting pattern sets containing only pass-2 patterns.
3973 2002-03-28 14:21  edg
3975         * util/printUtils.c (tags: BETA-5-3-RC1) (BETA-5-3.1): Applied
3976         patch submitted with SF bug #536168: printing to KDE print
3977         framework.
3979 2002-03-26 22:32  amai
3981         * makefiles/Makefile.macosx (tags: BETA-5-3-RC1) (BETA-5-3.1): Add
3982         sample linker command using LessTif as posted on discuss@
3984 2002-03-26 13:43  edg
3986         * util/fontsel.c (tags: BETA-5-3-RC1) (BETA-5-3.1): Prevent
3987         possible crash when the Font dialog is destroyed while a modal Font
3988         Selection dialog is up.
3990 2002-03-25 10:02  edg
3992         * source/highlight.c (tags: BETA-5-3-RC1) (BETA-5-3.3): Prevent
3993         buffer overflow in DialogF when reporting a RE compilation error
3994         for a very large RE.
3996 2002-03-23 17:04  edg
3998         * source/shell.c (tags: BETA-5-3-RC1) (BETA-5-3.2): The line
3999         counting algorithm for shell command output dialog is still not
4000         fullproof (it would require emulating word wrapping). Now a
4001         scrollbar is created when there is a risk of underestimating the
4002         number of lines, to make sure that no line ever gets obscured.
4004 2002-03-22 15:54  edg
4006         * source/shell.c (BETA-5-3.1): Fix for shell command output dialog
4007         obscuring final lines under certain conditions (reported at discuss
4008         list).
4010 2002-03-21 08:41  edg
4012         * source/: window.c, tags.c (BETA-5-3.[2,2]) (utags: BETA-5-3-RC1):
4013         Got rid of strdup() call (+related comment in disabled code in
4014         tags.c).
4016 2002-03-21 00:19  amai
4018         * source/highlightData.c (tags: BETA-5-3-RC1) (BETA-5-3.4): SF
4019         Patch [ 531549 ] TCL highlight patterns updated.
4021 2002-03-21 00:15  amai
4023         * makefiles/Makefile.os2 (tags: BETA-5-3-RC1) (BETA-5-3.2): Correct
4024         linker flags for omf/debuggable build
4026 2002-03-20 18:30  edg
4028         * source/highlightData.c (BETA-5-3.3): Double bug fix in X
4029         Resources pattern: context distance violation and missing escapes
4030         and continuation highlights.
4032 2002-03-19 21:39  edg
4034         * source/help.c (tags: BETA-5-3-RC1) (BETA-5-3.5): Replaced
4035         (non-ANSI) snprintf() call by equivalent code.
4037 2002-03-19 18:29  edg
4039         * source/windowTitle.c (tags: BETA-5-3-RC1) (BETA-5-3.7): The
4040         background color copying code for the preview didn't work with all
4041         Motif versions (it even crashed). Now copied the color from the
4042         form iso. a label.  This should work also for Motif 1.2.
4044 2002-03-19 17:42  edg
4046         * Makefile (tags: BETA-5-3-RC1) (BETA-5-3.2): Include nedit.html in
4047         binary distributions.
4049 2002-03-19 17:39  edg
4051         * ChangeLog, doc/nedit.doc, doc/nedit.html, source/help_data.h,
4052         source/help_topic.h (BETA-5-3.[1,2,2,2,2]) (utags: BETA-5-3-RC1):
4053         Final update for 5.3RC1 (hopefully).
4055 2002-03-19 08:51  edg
4057         * source/windowTitle.c (BETA-5-3.6): Changed the preview field's
4058         background color to make it clear that it is read-only.
4060 2002-03-18 23:41  edg
4062         * source/highlight.c (BETA-5-3.2): Fix for SF #531577: Balance
4063         fails before text viewed.  Unparsed parens are parsed with pass-2
4064         patterns when necessary.
4066 2002-03-18 23:15  edg
4068         * source/: help.c, nedit.c (tags: BETA-5-3-RC1) (BETA-5-3.[4,2]):
4069         Committed Markus' latest enhancements (focus related).
4071 2002-03-17 11:21  yooden
4073         * source/windowTitle.c, util/prefFile.c (tags: BETA-5-3-RC1)
4074         (BETA-5-3.[5,1]): Makes the cursor in the Window Title Dialog's
4075         preview field invisible.
4077 2002-03-16 20:40  edg
4079         * source/window.c (BETA-5-3.1): Changed 2 free() calls into XFree
4080         calls().
4082 2002-03-15 14:36  amai
4084         * source/: Makefile.dependencies (tags: BETA-5-3-RC1) (BETA-5-3.1),
4085         Makefile.dependencies (1.16): Update
4087 2002-03-15 08:51  edg
4089         * source/: help.c, help.h (tags: BETA-5-3-RC1), nedit.c
4090         (BETA-5-3.[3,1,1]): Applied patch 526967: single window help with
4091         history (with a minor modification in the mnemonics: P for Previous
4092         iso. Print).
4094 2002-03-14 17:41  amai
4096         * source/textDisp.c (1.21), source/textDrag.c (1.7),
4097         source/textSel.c (1.9), source/undo.c (1.10), source/userCmds.c
4098         (1.25), source/window.c (1.50), source/windowTitle.c (1.6),
4099         util/DialogF.c (1.22), util/clearcase.c (1.3), util/fileUtils.c
4100         (1.23), util/fontsel.c (1.16), util/getfiles.c (1.20),
4101         util/managedList.c (1.9), util/misc.c (1.38), util/prefFile.c
4102         (1.14), util/printUtils.c (1.17), util/utils.c (1.12): Attempt to
4103         complete last commit (add trailing optional #include)
4105 2002-03-14 17:18  amai
4107         * source/: rbTree.c (1.6), regexConvert.c (1.7), regularExp.c
4108         (1.14), search.c (1.45), selection.c (1.20), server.c (1.15),
4109         shell.c (1.20), shift.c (1.12), smartIndent.c (1.15), tags.c
4110         (1.34), text.c (1.25), textBuf.c (1.20): Add an optional #include
4111         at the end of all #includes in each .c source file. Document that
4112         stuff in Makefile.generic
4114 2002-03-14 17:15  amai
4116         * makefiles/Makefile.generic (1.8), source/file.c (1.44),
4117         source/help.c (1.78), source/highlight.c (1.27),
4118         source/highlightData.c (1.29), source/interpret.c (1.24),
4119         source/linkdate.c (1.3), source/macro.c (1.40), source/menu.c
4120         (1.55), source/nc.c (1.23), source/nedit.c (1.31),
4121         source/preferences.c (1.51): Add an optional #include at the end of
4122         all #includes in each .c source file. Document that stuff in
4123         Makefile.generic
4125 2002-03-14 15:33  edg
4127         * source/windowTitle.c (BETA-5-3.4): Removed some toggle button
4128         margin height overrides that caused the mnemonic underscores to
4129         disappear with certain Motif versions.
4131 2002-03-14 01:25  amai
4133         * source/file.c (1.43), source/help.c (1.77), source/highlight.c
4134         (1.26), source/highlightData.c (1.28), source/interpret.c (1.23),
4135         source/linkdate.c (1.2), source/macro.c (1.39), source/menu.c
4136         (1.54), source/nc.c (1.22), source/preferences.c (1.50),
4137         source/rbTree.c (1.5), source/regexConvert.c (1.6),
4138         source/regularExp.c (1.13), source/search.c (1.44),
4139         source/selection.c (1.19), source/server.c (1.14), source/shell.c
4140         (1.19), source/shift.c (1.11), source/smartIndent.c (1.14),
4141         source/tags.c (1.33), source/text.c (1.24), source/textBuf.c
4142         (1.19), source/textDisp.c (1.20), source/textDrag.c (1.6),
4143         source/textSel.c (1.8), source/undo.c (1.9), source/userCmds.c
4144         (1.24), source/window.c (1.49), source/windowTitle.c (1.5),
4145         util/DialogF.c (1.21), util/clearcase.c (1.2), util/fileUtils.c
4146         (1.22), util/fontsel.c (1.15), util/getfiles.c (1.19),
4147         util/managedList.c (1.8), util/misc.c (1.37), util/prefFile.c
4148         (1.13), util/printUtils.c (1.16), util/utils.c (1.11): Optionally
4149         #include "../config.h" anywhere at first place in all(?) .c files
4151 2002-03-13 17:15  edg
4153         * source/help.c (BETA-5-3.2): Leak fix: style buffers were leaked
4154         when help windows were closed or dismissed.
4156 2002-03-13 13:19  edg
4158         * source/highlightData.c (BETA-5-3.2): Minor fix in Tcl patterns:
4159         newlines are allowed in double quoted strings.
4161 2002-03-13 12:05  edg
4163         * source/preferences.c, util/DialogF.c, util/misc.c
4164         (BETA-5-3.[2,1,1]) (utags: BETA-5-3-RC1): Various minor leak fixes.
4166 2002-03-13 12:04  edg
4168         * source/windowTitle.c (BETA-5-3.3): Made the preview field use a
4169         variable width font to avoid obscuring it too easily.
4171 2002-03-12 20:22  edg
4173         * source/preferences.c (BETA-5-3.1): Small leak fix in language
4174         mode detection.
4176 2002-03-12 20:20  edg
4178         * source/: highlight.c, highlightData.c, highlightData.h (tags:
4179         BETA-5-3-RC1) (BETA-5-3.[1,1,1]): Revised syntax-based paren
4180         matching algorithm: relaxes constraints on highlight patterns.
4181         Valid matches should no longer be missed.
4183 2002-03-12 16:59  edg
4185         * source/help.c (BETA-5-3.1): Leak fix: text was leaked when
4186         printed.
4188 2002-03-12 16:22  edg
4190         * source/windowTitle.c (BETA-5-3.2): Removed an XmStringFree() call
4191         that was left behind (and caused a crash).
4193 2002-03-12 16:16  amai
4195         * makefiles/Makefile.os2 (BETA-5-3.1): Reduce stack size of
4196         binaries.
4198 2002-03-12 14:52  edg
4200         * Makefile, README (tags: BETA-5-3-RC1), ReleaseNotes (tags:
4201         BETA-5-3-RC1), doc/nedit.doc, doc/nedit.html, source/help_data.h,
4202         source/help_topic.h (BETA-5-3.[1,2,2,1,1,1,1]): Set version to
4203         5.3RC1.
4205 2002-03-12 09:04  edg
4207         * ReleaseNotes, source/tags.c (BETA-5-3.[1,1]): Applied patch
4208         #520941: FindDefinition function incorrectly reads the X selection
4209         even when an argument has been provided for the find_definition()
4210         action routine.
4212 2002-03-12 00:46  amai
4214         * README (BETA-5-3.1): Small updates on LessTif info
4216 2002-03-11 23:09  tringali
4218         * source/windowTitle.c (BETA-5-3.1): Fix UI so dialog doesn't jump
4219         around.  Also prevent overflow bug in text field.
4221 2002-03-11 22:41  amai
4223         * source/windowTitle.c (1.4): Fix compiler warning
4225 2002-03-11 22:40  amai
4227         * README (1.28): Small updates on LessTif info
4229 2002-03-11 22:18  edg
4231         * doc/nedit.doc (1.12), doc/nedit.html (1.6), source/help_data.h
4232         (1.9), source/help_topic.h (1.6), README (1.27), ReleaseNotes
4233         (1.15): Last update before 5.3 branch.
4235 2002-03-11 22:05  edg
4237         * doc/help.etx (1.10, BETA-5-3-RC1), source/highlight.c (1.25),
4238         source/highlight.h (1.5, BETA-5-3-RC1), source/menu.c (1.53,
4239         BETA-5-3-RC1), source/nedit.h (1.23, BETA-5-3-RC1),
4240         source/preferences.c (1.49), source/preferences.h (1.20,
4241         BETA-5-3-RC1), source/search.c (1.43, BETA-5-3-RC1),
4242         source/window.c (1.48): Applied SF patch #513976: Syntax-based
4243         parenthesis matching.
4245 2002-03-11 18:17  edg
4247         * ChangeLog (1.23), README (1.26), ReleaseNotes (1.14): Update for
4248         5.3.
4250 2002-03-08 10:40  edg
4252         * source/window.c (1.47): Fix for #527319: segfault in
4253         virtKeyBindingsAreInvalid().
4255 2002-03-08 08:43  edg
4257         * source/tags.c (1.32): Fix for #527222: malloc bugs in tags.c
4258         (Nathan Gray).
4260 2002-03-07 20:49  edg
4262         * doc/nedit.doc (1.11), doc/nedit.html (1.5), source/help_data.h
4263         (1.8), source/help_topic.h (1.5): Regenerated.
4265 2002-03-07 20:36  edg
4267         * doc/help.etx (1.9), source/windowTitle.c (1.3): Applied patch
4268         #519092: Customizable window title UI redesign
4270 2002-03-07 17:40  edg
4272         * source/menu.c (1.52): Removed some (unnecessary) statements that
4273         could cause the X server to freeze when the background menu was
4274         popped up while any of the lock keys were on.
4276 2002-03-07 16:42  tringali
4278         * makefiles/Makefile.linux (1.8, BETA-5-3-RC1): Add -lXp.
4280 2002-03-06 22:04  edg
4282         * doc/help.etx (1.8), source/nedit.h (1.22), source/preferences.c
4283         (1.48), source/preferences.h (1.19), source/window.c (1.46): Added
4284         patch #525903: Workaround for invalid virtual key bindings attached
4285         to the root window: invalid bindings are detected and ignored
4286         (behavior can be controlled with a new X-resource).
4288 2002-03-06 14:42  tringali
4290         * makefiles/Makefile.linux (1.7): Force Motif to be pulled in
4291         statically by default.  Linux users tend to upgrade frequently or
4292         move binaries across systems, causing library version skew.
4294 2002-03-04 20:10  amai
4296         * source/tags.c (1.31): Remove unused statements/code lines as
4297         pointed out on develop@
4299 2002-03-02 17:02  yooden
4301         * doc/help.etx (1.7), source/file.c (1.42, BETA-5-3-RC1),
4302         source/menu.c (1.51), source/nedit.h (1.21), source/preferences.c
4303         (1.47), source/preferences.h (1.18): Makes the line feed NEdit
4304         appends on save optional. (SF Bug #495009)
4306 2002-03-01 22:44  slobasso
4308         * source/interpret.c (1.22, BETA-5-3-RC1): properly round pow()
4309         results
4311 2002-03-01 17:13  amai
4313         * ChangeLog (1.22), README (1.25): Update timestamp and ChangeLog
4315 2002-03-01 17:12  amai
4317         * util/fileUtils.c (1.21, BETA-5-3-RC1): Add a UNICOS-specific call
4318         to readlink()
4320 2002-03-01 17:04  amai
4322         * util/fontsel.c (1.14): Replace rint(x) by floor(x+0.5)
4324 2002-03-01 16:04  amai
4326         * makefiles/Makefile.unicos (1.5, BETA-5-3-RC1): Patch from Paolo
4327         Palazzi to compile on UNICOS 10.0.1.0
4329 2002-02-27 14:44  edg
4331         * source/window.c (1.45): Setfont: fixed a bug with the window
4332         getting the wrong width when changing the font size under fvwm (or
4333         any other ICCCM2 compliant window manager). Fix provided by Dominik
4334         Vogt of fvwm.
4336 2002-02-27 11:26  edg
4338         * source/text.c (1.23, BETA-5-3-RC1): Replaced the "None" modifiers
4339         by "~Alt ~Shift ~Ctrl ~Meta", because "None" also excludes lock
4340         keys and prevents PageUp/PageDown from responding when, for
4341         instance, the NumLock key is on (so I didn't mix up my binaries
4342         after all :-).
4344 2002-02-25 17:28  edg
4346         * source/text.c (1.22): Reverted the last change. I've probably
4347         mixed up my NEdit binaries.
4349 2002-02-25 14:29  edg
4351         * source/text.c (1.21): Removed the recently introduced None
4352         modifiers in default key bindings.  They don't seem to be
4353         recognized by all Motif versions, causing the PageUp/PageDown keys
4354         to stop working.
4356 2002-02-25 10:32  edg
4358         * source/textDisp.c (1.19, BETA-5-3-RC1): Fix for SF #522263:
4359         segfault fix (Nathaniel Gray).
4361 2002-02-24 21:16  edg
4363         * source/: textBuf.c (1.18), textBuf.h (1.8) (utags: BETA-5-3-RC1):
4364         Fix for #522038: Internal error when splitting window.  Allowed
4365         more than one pre-delete callback per window (I originally thought
4366         that only one was necessary).
4368 2002-02-23 20:01  edg
4370         * source/window.c (1.44): Avoid temporarily invalid WM size hints.
4371         They seem to amplify the effects of a bug in fvwm2 (SF #496526:
4372         Very wide nedit window with fvwm).
4374 2002-02-21 18:53  tringali
4376         * source/text.c (1.20): Fix broken PageUp and PageDown keys on
4377         systems that bind osfPageLeft to Ctrl-PageUp.
4379 2002-02-20 13:03  amai
4381         * source/help.c (1.76): Make getBuildInfo() to return a static
4382         string.
4384 2002-02-16 14:39  edg
4386         * source/help_data.h (1.7): Regenerated with fixed setext (fixes
4387         some style problems).
4389 2002-02-16 14:37  edg
4391         * doc/setext (1.7, BETA-5-3-RC1): Style transition fixes by Steven
4392         Haehn.
4394 2002-02-15 09:41  edg
4396         * doc/nedit.html (1.4), source/help_data.h (1.6),
4397         source/help_topic.h (1.4): Regenerated with fixed setext.
4399 2002-02-15 09:37  edg
4401         * doc/setext (1.6): Applied bug fixes in help and html generation
4402         (provided by Steven Haehn).
4404 2002-02-14 21:08  edg
4406         * source/preferences.c (1.46): Bumped .nedit file version to 5.3.
4408 2002-02-14 21:04  edg
4410         * README (1.24): Synchronized author list with help.etx.
4412 2002-02-14 20:24  amai
4414         * README (1.23), ReleaseNotes (1.13): Re-arrange some text
4416 2002-02-14 14:28  tringali
4418         * source/preferences.c (1.45): Oops, helvetica fonts aren't italic,
4419         they're oblique.
4421 2002-02-13 23:10  edg
4423         * README (1.22), ReleaseNotes (1.12): Preparation of 5.3 release.
4425 2002-02-13 23:07  edg
4427         * source/nc.c (1.21, BETA-5-3-RC1): Preparation of 5.3 release.
4429 2002-02-13 20:47  tringali
4431         * source/preferences.c (1.44): Change help fonts to be like the
4432         defaults we have in nedit.c to reduce the likelihood of them being
4433         missing or defective.
4435 2002-02-13 20:00  tringali
4437         * util/misc.c (1.36): Fix for [ #478234 ] nedit crash with Xwindows
4438         on 2nd screen
4440 2002-02-13 18:03  edg
4442         * ChangeLog (1.21): Update.
4444 2002-02-13 14:14  edg
4446         * source/textDisp.c (1.18): Fix for SF bug #516920: line numbering
4447         in continuous wrap mode.
4449 2002-02-13 12:30  edg
4451         * doc/nedit.doc (1.10), doc/nedit.html (1.3), source/help_data.h
4452         (1.5), source/help_topic.h (1.3): Regenerated documentation.
4454 2002-02-13 12:27  edg
4456         * doc/setext-info.txt (1.1, BETA-5-3-RC1): Added setext format
4457         documentation provided by Steven Haehn.
4459 2002-02-13 12:12  edg
4461         * doc/help.etx (1.6): Minor fixes.
4463 2002-02-11 21:23  arnef
4465         * source/windowTitle.c (1.2): Fixed reason for crash when window is
4466         destroyed.  Removing leading dashes and spaces Checking for array
4467         out of bounds when creating title.
4469 2002-02-11 10:45  edg
4471         * source/highlightData.c (1.27): Upgraded X Resources highlight
4472         patterns to improve highlighting performance.  SF bug #481290;
4473         patterns provided by Markus Schwarzenberg.
4475 2002-02-08 23:26  tringali
4477         * source/nedit.c (1.30): Yet another attempted fix for 434383:
4478         menus showing up as blocks.
4480 2002-02-07 10:23  edg
4482         * doc/help.etx (1.5): Updates for SF bug #489601: misprint in
4483         help.c.
4485 2002-02-07 10:00  edg
4487         * doc/help.etx (1.4): Fix for SF bug #432203: Error in regex help
4488         for \l and \L.
4490 2002-02-07 09:28  edg
4492         * doc/setext (1.5): Comment on #! interpreter line is not allowed
4493         for every shell.
4495 2002-02-05 22:01  edg
4497         * source/highlight.c (1.24): Fix for SF bug #512961: NEdit LOCKS
4498         UP, and also for a similar bug reported at the discuss mailing list
4499         (Philippe Poilbarbe: Infinite Loop).  Yet another char/unsigned
4500         char mixup problem.
4502 2002-02-05 20:55  edg
4504         * source/regularExp.c (1.12, BETA-5-3-RC1): Fixed a char/unsigned
4505         char comparison problem that caused crashes when patterns contained
4506         characters with ASCII code >= 128.
4508 2002-02-05 18:16  edg
4510         * source/: textBuf.c (1.17), textDisp.c (1.17), textDisp.h (1.8,
4511         BETA-5-3-RC1), window.c (1.43): Bug fix for SF bug #510631: 5.2
4512         segmentation fault on Linux/i386.  Modifying tab distance in
4513         continous wrap mode brought the text display widget in an illegal
4514         state.
4516 2002-02-05 13:15  edg
4518         * source/highlight.c (1.23): Bugfix in color allocation (Thomas
4519         Schuetzkowski).
4521 2002-02-03 16:41  edg
4523         * source/: textBuf.c (1.16), textBuf.h (1.7), textDisp.c (1.16),
4524         textDisp.h (1.7): Patches for SF bug #485415: Continuous wrap
4525         updating bugs.  Continuous wrap mode combined with variable font
4526         sizes resulted in wrong text display calculations.
4528 2002-02-01 15:03  edg
4530         * source/textDisp.c (1.15): Patch for SF bug #510765: Help>Version
4531         scrollbar can get corrupted.  The text display widget used wrong
4532         style information for wrapping calculations when using variable
4533         width fonts.
4535 2002-01-28 10:43  amai
4537         * ChangeLog (1.20), source/help.c (1.75), source/nedit.c (1.29),
4538         source/server.c (1.13, BETA-5-3-RC1), source/tags.c (1.30),
4539         source/textDisp.c (1.14), source/textDrag.c (1.5, BETA-5-3-RC1),
4540         source/undo.c (1.8, BETA-5-3-RC1): Add some explicit #include
4541         <string.h>
4543 2002-01-23 16:54  tringali
4545         * source/help.c (1.74): Change parenthesis style to match the rest
4546         of nedit source code.
4548 2002-01-23 16:53  tringali
4550         * source/textSel.c (1.7, BETA-5-3-RC1): Accept COMPOUND_TEXT
4551         selection requests for compatability with recent versions of
4552         gnome-terminal.
4554 2002-01-17 01:34  amai
4556         * makefiles/Makefile.os2 (1.11): Some small fixes/enhancements
4558 2002-01-15 17:05  tringali
4560         * source/: menu.c (1.50), window.c (1.42): Lower case, Upper case,
4561         and Find Def do not require an NEdit selection.  LC/UC can operate
4562         on the cursor, and Find Def can use an external selection.
4564 2002-01-13 16:01  yooden
4566         * source/: menu.c (1.49), window.c (1.41): Removed four
4567         XtSetSensitive calls that prevent use of 'Open Selected' and 'Find
4568         Selection' on selections that are not NEdit's.
4570 2002-01-12 00:59  amai
4572         * makefiles/Makefile.os2 (1.10), source/nc.c (1.20): Makefile.os2:
4573         update/correct some linker options nc.c: I think I previously
4574         messed up the commandline for EMX&VMS case.  Perhaps not a good
4575         idea to mess around in code which I can't test...
4577 2002-01-11 18:21  amai
4579         * source/nc.c (1.19): Fix for server startup command line on OS/2:
4580         missing flag for START command and fix memory leak.
4582 2002-01-11 13:10  amai
4584         * doc/setext (1.4), source/help_data.h (1.4): Patch from Steven
4585         Haehn to add some static/const to setext output
4587 2002-01-10 12:49  amai
4589         * source/help.c (1.73): Make some funcs/vars static
4591 2002-01-08 16:06  amai
4593         * README (1.21): New timestamp ...  (a test whether the commit
4594         messages get a different subject now)
4596 2002-01-08 14:33  amai
4598         * ChangeLog (1.19), source/menu.c (1.48), source/nedit.h (1.20),
4599         source/window.c (1.40): Make more menu Items sensitive WRT an
4600         existing selection: Cut, Upper, Lower
4602 2002-01-07 10:15  amai
4604         * source/tags.c (1.29): Jump to tags only referenced by line
4605         number.  Fix by M. Schwarzenberg.
4607 2002-01-05 16:52  amai
4609         * source/search.c (1.42): Only set *again menu Items on the first
4610         search ever (not on each)
4612 2002-01-05 16:45  amai
4614         * source/: Makefile.dependencies (1.15), menu.c (1.47), nedit.h
4615         (1.19), search.c (1.41), search.h (1.15, BETA-5-3-RC1), window.c
4616         (1.39): Toggle Menu Item sensitivity, including those from SF Bug [
4617         #486072 ] Selection commands sensitivity incorrect
4619 2002-01-05 02:19  edel
4621         * source/: help_data.h (1.3), help_topic.h (1.2): Regenerated
4622         help_topic.h and help_data.h for change in help.ext
4624 2002-01-05 02:09  edel
4626         * makefiles/Makefile.solaris (1.7, BETA-5-3-RC1): Reverting to 1.5
4627         (I accidentally committed my private mods, sorry).
4629 2002-01-05 01:48  edel
4631         * doc/help.etx (1.3), doc/setext (1.3), makefiles/Makefile.solaris
4632         (1.6), source/help.c (1.72), source/preferences.c (1.43),
4633         source/preferences.h (1.17): Help updates from Steve.  Remove
4634         unused title font resources, add back some missing help text.
4636 2002-01-04 16:39  amai
4638         * ChangeLog (1.18), source/textDisp.c (1.13): Fix ("wrong")
4639         compiler (gcc) warning about two uninitialized variables
4641 2001-12-31 14:34  amai
4643         * source/nc.c (1.18): Fix a problem with calling nedit from nc on
4644         OS/2 which I introduced recently.  Enlarge Preferences.serverCmd
4645         array.
4647 2001-12-24 11:50  amai
4649         * source/macro.c (1.38, BETA-5-3-RC1): Fix by Gilles J. Seguin for
4650         SF Bug [ #480966 ] Composed characters in learned sequence
4652 2001-12-24 09:46  amai
4654         * source/file.c (1.41), source/highlight.c (1.22), source/menu.c
4655         (1.46), util/getfiles.c (1.18, BETA-5-3-RC1): Fix for SF Bug [
4656         #480960 ] No titles in some dialog boxes as sent to develop@ from
4657         T. Haude
4659 2001-12-24 09:26  amai
4661         * ChangeLog (1.17), source/parse_noyacc.c (1.2, BETA-5-3-RC1),
4662         source/window.c (1.38): Update ChangeLog, parse_noyacc.c. Typo in
4663         window.c
4665 2001-12-24 09:18  amai
4667         * source/: interpret.c (1.21), interpret.h (1.7, BETA-5-3-RC1),
4668         parse.y (1.18, BETA-5-3-RC1): Apply SF Patch [ #496413 ]
4669         preliminary patch for #495293 from A. Hood which in turn fixes SF
4670         Bug [ #495293 ] continue outside of loop causes segfault
4672 2001-12-20 15:38  amai
4674         * source/: comnedit.com (1.7, BETA-5-3-RC1), parse.c_noyacc (1.8),
4675         parse_noyacc.c (1.1): Rename our fallback version of the parse.c
4676         code to have a reasonable file extension. Update VMS command file
4677         accordingly
4679 2001-12-19 17:08  tringali
4681         * source/help.c (1.71): Fix incorrect array size that crashes on
4682         platforms where sizeof(char*) != sizeof(int)
4684 2001-12-19 14:51  tringali
4686         * source/: window.c (1.37), nedit.c (1.28): Back out frame around
4687         text patch; doesn't work well with LessTif
4689 2001-12-18 18:53  tringali
4691         * source/: nedit.c (1.27), window.c (1.36): Put frame around text
4692         widget, for consistent look with XmScrolledText Patch courtesy of
4693         C. Rasmussen (If you don't like it, disable it with
4694         *pane*XmFrame.shadowThickness: 0)
4696 2001-12-17 16:28  amai
4698         * source/selection.c (1.18, BETA-5-3-RC1): Fix compilation problem
4700 2001-12-16 04:31  ajhood
4702         * source/selection.c (1.17):  Modified Files:
4703                 selection.c
4704         replacing sprintf lost the path name when opening files
4706 2001-12-14 14:35  edel
4708         * source/help_topic.h (1.1): Separated auto-generated part of
4709         help.h into different file, help_topic.h.
4711 2001-12-14 05:14  edel
4713         * doc/: Makefile (1.2, BETA-5-3-RC1), help.etx (1.2), nedit.doc
4714         (1.9), nedit.html (1.2), setext (1.2): Rearranged styles to put
4715         fixed fonts first, for sizing help text widget.
4717 2001-12-14 05:12  edel
4719         * source/: Makefile.dependencies (1.14), help.c (1.70), help.h
4720         (1.8), help_data.h (1.2): Rearanged help fonts so window is sized
4721         to match fixed-width formatting.  Fixed underlined fonts not
4722         working.
4724 2001-12-13 15:44  amai
4726         * source/tags.c (1.28): Drop // comments from last check-in
4728 2001-12-13 13:31  amai
4730         * ChangeLog (1.16), source/help.h (1.7): Add prototype to help.h to
4731         fix build warning
4733 2001-12-13 13:27  amai
4735         * source/tags.c (1.27), source/tags.h (1.10, BETA-5-3-RC1),
4736         util/fileUtils.c (1.20), util/utils.c (1.10, BETA-5-3-RC1),
4737         util/utils.h (1.5, BETA-5-3-RC1): Apply SF Patch [ #491109 ]
4738         recognize etags TAGS files added from M. Schwarzenberg
4740 2001-12-13 13:14  amai
4742         * source/interpret.c (1.20), source/macro.c (1.37), source/menu.c
4743         (1.45), source/parse.y (1.17), source/preferences.c (1.42),
4744         source/search.c (1.40), source/selection.c (1.16), source/tags.c
4745         (1.26), source/userCmds.c (1.23, BETA-5-3-RC1), util/printUtils.c
4746         (1.15): Fix for SF Bug [ #491943 ] missing (unsigned char) casts
4747         from M. Schwarzenberg
4749 2001-12-12 17:07  edel
4751         * source/help.c (1.69): Fixed hyperlink after search crash, search
4752         memory leak, cleaned up code, added more comments.
4754 2001-12-10 05:11  edel
4756         * source/help_data.h (1.1): Help data generated from
4757         ../doc/help.etx
4759 2001-12-10 05:07  edel
4761         * doc/nedit.html (1.1): Copy of html documentation generated by new
4762         help system
4764 2001-12-10 05:03  edel
4766         * doc/: Makefile (1.1), help.etx (1.1), nedit.doc (1.8), setext
4767         (1.1): New help system!
4769 2001-12-10 04:57  edel
4771         * source/: Makefile.dependencies (1.13), help.c (1.68), help.h
4772         (1.6), highlight.c (1.21), highlight.h (1.4), menu.c (1.44),
4773         preferences.c (1.41), preferences.h (1.16), textDisp.c (1.12): New
4774         help system!
4776 2001-12-07 10:50  amai
4778         * source/file.c (1.40): Close file handle upon various error
4779         conditions to leave the routine w/o success. Also reject block
4780         devices in addition to directories.
4782 2001-12-05 10:16  amai
4784         * source/: nc.c (1.17), nedit.c (1.26): nc: don't use XtWarning
4785         when report invalid commanline argument.  nedit: react properly if
4786         file name on commandline is too long. Now starts up GUI.
4788 2001-12-04 18:03  amai
4790         * ChangeLog (1.15), source/server.c (1.12), util/getfiles.c (1.17):
4791         More checks for ParseFilename()'s return value
4793 2001-12-04 17:50  amai
4795         * source/file.c (1.39), source/menu.c (1.43), source/nc.c (1.16),
4796         source/nedit.c (1.25), source/selection.c (1.15), source/tags.c
4797         (1.25), util/DialogF.c (1.20), util/fileUtils.c (1.19):
4798         ParseFilename() often gets called w/o the caller to ensure that the
4799         arguments are proper.  Let it do some checks and have an useful
4800         return value.
4802 2001-12-04 11:14  amai
4804         * makefiles/Makefile.macosx (1.1): Add Makefile for MacOS X, as
4805         found on our website
4807 2001-12-03 22:21  amai
4809         * source/: help.c (1.67), nedit.c (1.24): Update source timestamp
4810         and add -V to commandline help
4812 2001-12-03 22:18  amai
4814         * source/nc.c (1.15): Resolve a mess of #ifdefs in handling
4815         commandline args.  Implement -V|-version for nc
4817 2001-12-03 16:46  tringali
4819         * source/: Makefile.common (1.10, BETA-5-3-RC1), help.c (1.66),
4820         linkdate.c (1.1, BETA-5-3-RC1): Make build date more accurate by
4821         updating on actual link, not when help.c was last compiled.
4823 2001-12-02 17:58  edg
4825         * source/: textBuf.c (1.15), textSel.c (1.6): Applied SF patch
4826         #487945: Fix for rectangular overstrike paste.
4828 2001-11-30 15:41  tringali
4830         * source/: nedit.c (1.23), window.c (1.35): [487153] Let user
4831         override font of statistics line
4833 2001-11-27 22:53  edg
4835         * source/search.c (1.39): Enhancement to the (multi-file)
4836         replacement dialog: all files are first checked for changes to set
4837         correct sensitivity for the multi-file button and to generate an
4838         up-to-date list of writable files in the multi-file dialog.
4840 2001-11-27 10:47  amai
4842         * source/: help.c (1.65), menu.c (1.42), shell.c (1.18): Patch from
4843         A. Riese SF Patch [ #434451 ] line numbers in shell commands
4845 2001-11-27 09:09  amai
4847         * source/file.c (1.38), source/menu.c (1.41), util/prefFile.c
4848         (1.12), util/utils.c (1.9), util/utils.h (1.4): Introduce
4849         PrependHome() to create all paths of type $HOME/file without
4850         overflow.  Fixes some leaks, other remain ...
4852 2001-11-26 21:40  amai
4854         * util/: fileUtils.c (1.18), utils.c (1.8): Quit if a "safe"
4855         getpw*() call fails. GetUserName() returns a safe, cached result
4857 2001-11-26 17:17  amai
4859         * ChangeLog (1.14), README (1.20), source/help.c (1.64),
4860         source/nc.c (1.14), source/nedit.c (1.22): Apply Patch from M.
4861         Schwarzenberg: SF Patch [ #485610 ] -- open filenames starting with
4862         a dash
4864 2001-11-26 14:54  amai
4866         * util/fileUtils.c (1.17): Try to fix a potential memory
4867         (security?!?) leak in ExpandTile()
4869 2001-11-26 14:17  amai
4871         * util/utils.c (1.7): Cache return value of GetHomeDir() and return
4872         a private reference.  Earlier we did return a string that could be
4873         invalided before it was used!?
4875 2001-11-25 23:03  edg
4877         * source/file.c (1.37): Crash fix: avoid closing windows twice when
4878         user destroys the window of a file that could not be opened instead
4879         of closing the error dialog.
4881 2001-11-25 22:05  edg
4883         * source/textBuf.c (1.14): Small fix: tighter buffer boundary check
4884         when accessing characters.
4886 2001-11-24 11:57  amai
4888         * source/file.c (1.36): Patch from Thorsten Haude for SF Bug [
4889         #484870 ] Double Mnemonic
4891 2001-11-24 11:41  amai
4893         * makefiles/Makefile.qnx (1.1, BETA-5-3-RC1): Add Makefile for QNX
4894         as posted on develop@ mailinglist
4896 2001-11-22 21:01  amai
4898         * source/interpret.c (1.19), source/preferences.c (1.40),
4899         source/textBuf.c (1.13), source/textBuf.h (1.6), util/printUtils.c
4900         (1.14), util/printUtils.h (1.5, BETA-5-3-RC1): Another small const
4901         patch
4903 2001-11-21 16:36  amai
4905         * util/misc.c (1.35): Patch SF [#483505 ] Fix warning on DEC Not
4906         literally, I extended the comment a bit.
4908 2001-11-20 15:53  amai
4910         * README (1.19): Sorry, another "dummy" commit, to check for the
4911         commit messages :-)
4913 2001-11-20 15:36  amai
4915         * ReleaseNotes (1.11): Switch to "5.2+" ...
4917 2001-11-20 15:31  amai
4919         * README (1.18): Start list of 5.2+ features/changes
4921 2001-11-20 13:25  amai
4923         * source/selection.c (1.14), util/system.h (1.9, BETA-5-3-RC1): Add
4924         Intel's icc/ecc to our list of known compilers (and fix a compiler
4925         warning)
4927 2001-11-18 19:53  amai
4929         * ChangeLog (1.13): Update
4931 2001-11-18 19:02  arnef
4933         * source/Makefile.common (1.9), source/Makefile.dependencies
4934         (1.12), source/help.c (1.63), source/help.h (1.5), source/menu.c
4935         (1.40), source/nc.c (1.13), source/preferences.c (1.39),
4936         source/preferences.h (1.15), source/server.c (1.11),
4937         source/window.c (1.34), source/window.h (1.8, BETA-5-3-RC1),
4938         source/windowTitle.c (1.1), source/windowTitle.h (1.1,
4939         BETA-5-3-RC1), util/Makefile.common (1.6, BETA-5-3-RC1),
4940         util/Makefile.dependencies (1.5, BETA-5-3-RC1), util/clearcase.c
4941         (1.1, BETA-5-3-RC1), util/clearcase.h (1.1, BETA-5-3-RC1),
4942         util/fileUtils.c (1.16), util/fileUtils.h (1.7, BETA-5-3-RC1),
4943         util/utils.c (1.6), util/utils.h (1.3): Added Customise Window
4944         Title patch Ref.
4945         http://sourceforge.net/tracker/?func=detail&atid=311005&aid=477875&
4946         group_id=11005
4948 2001-11-16 16:06  tringali
4950         * util/misc.c (1.34): 482504: Bad CapsLock grab on certain keyboard
4951         configurations
4953 2001-11-16 12:47  amai
4955         * source/userCmds.c (1.22): "const patch"
4957 2001-11-16 11:13  amai
4959         * source/: selection.c (1.13), shift.c (1.10, BETA-5-3-RC1): Add
4960         two missing #includes
4962 2001-11-16 11:02  amai
4964         * source/: help.c (1.62), shell.c (1.17), userCmds.c (1.21): Apply
4965         patch SF [ #434451 ] line numbers in shell commands from Axel
4966         Riese.
4968 2001-11-16 10:06  amai
4970         * source/: help.c (1.61), menu.c (1.39), selection.c (1.12),
4971         selection.h (1.4, BETA-5-3-RC1), text.c (1.19), text.h (1.5,
4972         BETA-5-3-RC1), textDisp.c (1.11), textDisp.h (1.6): Apply patch for
4973          SF [ #403435 ] Go to column in "Goto Line Number" dialog (added
4974         some 'consts', missing #include, etc.)
4976 2001-11-16 09:39  amai
4978         * source/: tags.c (1.24), tags.h (1.9), textBuf.c (1.12), textBuf.h
4979         (1.5), userCmds.c (1.20): Another "const patch"
4981 2001-11-15 14:28  amai
4983         * makefiles/Makefile.openbsd (1.1, BETA-5-3-RC1): In principle the
4984         same as Makefile.netbsd, but I arbitrarily chose a Motif 2.1 setup
4985         and added -lXp already
4987 2001-11-13 21:07  amai
4989         * makefiles/Makefile.os2 (1.9): For now we don't have/use
4990         readlink(2) on OS/2
4992 2001-11-13 11:10  amai
4994         * source/: search.c (1.38), search.h (1.14): Add some more 'const's
4995         to public search routines
4997 2001-11-12 14:04  amai
4999         * util/: DialogF.c (1.19), DialogF.h (1.5, BETA-5-3-RC1), misc.c
5000         (1.33), misc.h (1.11, BETA-5-3-RC1): Another small 'const patch'
5002 2001-11-12 13:46  amai
5004         * makefiles/Makefile.generic (1.7, BETA-5-3-RC1), source/tags.c
5005         (1.23), util/fileUtils.c (1.15), util/fileUtils.h (1.6): Revised
5006         version of Patch from Markus Schwarzenberg: SF [ #479589 ] path for
5007         tags files should be resolved I added a catch for systems without
5008         links/readlink(2)
5010 2001-11-10 00:00  slobasso
5012         * source/help.c (1.60): fixed bad eol in string
5014 2001-11-09 23:58  slobasso
5016         * source/highlightData.c (1.26): added in to NEdit macro language
5017         keywords
5019 2001-11-08 16:05  amai
5021         * makefiles/Makefile.generic (1.6), makefiles/Makefile.os2 (1.8),
5022         source/file.c (1.35): Drop WRITES_DOS_TEXT catch finally!
5024 2001-11-08 13:49  amai
5026         * ChangeLog (1.12): Update
5028 2001-11-08 13:47  amai
5030         * README (1.17), source/help.c (1.59): Add timestamp again to
5031         version info. The build date is not necessarily an indicator for
5032         the date of the underlying sources ...
5034 2001-11-08 12:55  edg
5036         * source/search.c (1.37): Fixed a bug for replacements in
5037         rectangular selections: false matches could hide valid ones.
5039 2001-11-07 22:54  edg
5041         * source/preferences.c (1.38): Added a patch for the last remaining
5042         issue of SF bug #230912 (Postscript language mode definition on
5043         VMS), and added a post-5.2 preferences upgrading routine, to be
5044         extended when other preferences are upgraded.
5046 2001-11-05 15:17  tringali
5048         * source/highlightData.c (1.25): Update C/C++ preprocessor patterns
5049         with specific keywords (#include, #define, etc.)
5051 2001-11-02 12:17  edg
5053         * source/file.c (1.34): Changed misleading "Create" button label in
5054         dialogs to "New File" (Thorsten Haude, SF bug #449765).
5056 2001-11-02 12:13  edg
5058         * README (1.16), doc/nedit.doc (1.7), source/help.c (1.58): Minor
5059         documentation updates (Thorsten Haude).
5061 2001-11-01 20:22  edg
5063         * util/fontsel.c (1.13): Removed a debug print statement that was
5064         left behind accidentally.
5066 2001-10-31 17:25  edg
5068         * util/getfiles.c (1.16): Added a VMS-specific check for a Motif
5069         2.x bug workaround (one was added earlier, but it should have been
5070         done at two places).
5072 2001-10-31 16:36  edg
5074         * source/: nedit.c (1.21), preferences.c (1.37): Changed default
5075         font sizes from 12 pixels to 12 points. This should improve
5076         portability.
5078 2001-10-30 21:47  tringali
5080         * source/preferences.c (1.36): Merge post-RC1 changes to mainline
5082 2001-10-27 20:19  edg
5084         * source/: menu.c (1.38), userCmds.c (1.19): Added extra checks to
5085         prevent macro/background menu commands from being executed by the
5086         user while another command is already running (to prevent a crash).
5087         Also added beeps to notify the user in those cases that the
5088         commands are rejected.
5090 2001-10-26 20:17  amai
5092         * makefiles/: Makefile.generic (1.5), Makefile.os2 (1.7): Document
5093         -DWRITES_DOS_TEXT - at least it's used on OS/2!
5095 2001-10-25 15:51  tringali
5097         * source/preferences.c (tags: REL-5-2) (BETA-5-2.6): Compare file
5098         versions as integers to avoid bad float comparisonsCompare file
5099         versions as integers to avoid bad float comparisonsCompare file
5100         versions as integers to avoid bad float comparisonsCompare file
5101         versions as integers to avoid bad float comparisons
5103 2001-10-22 08:50  amai
5105         * source/: tags.c (1.22), tags.h (1.8): Patch for SF [ #473602 ] no
5106         mult. tags selection on 1st find def from Markus Schwarzenberg
5108 2001-10-21 15:13  tringali
5110         * README (1.15), ReleaseNotes (1.10), doc/faq-txt.awk (1.2,
5111         BETA-5-3-RC1), doc/faq-txt.dtd (1.2, BETA-5-3-RC1), doc/faq-txt.xsl
5112         (1.2, BETA-5-3-RC1), doc/faq.dtd (1.2, BETA-5-3-RC1), doc/faq.xml
5113         (1.3, BETA-5-3-RC1), doc/faq.xsl (1.2, BETA-5-3-RC1), doc/nc.man
5114         (1.5, BETA-5-3-RC1), doc/nedit.doc (1.6), doc/nedit.man (1.6,
5115         BETA-5-3-RC1), source/file.c (1.33), source/help.c (1.57),
5116         source/highlight.c (1.20), source/highlightData.c (1.24),
5117         source/nedit.c (1.20), source/preferences.c (1.35), source/search.c
5118         (1.36), source/shell.c (1.16), util/fontsel.c (1.12),
5119         util/fontsel.h (1.5, BETA-5-3-RC1), util/prefFile.c (1.11),
5120         util/system.h (1.8): Merge post-5.2RC1 changes into mainline
5122 2001-10-21 15:09  tringali
5124         * doc/NEdit.ad (1.2, BETA-5-3-RC1), doc/README.FAQ (1.2,
5125         BETA-5-3-RC1), doc/faq-txt-pass2.xsl (1.2, BETA-5-3-RC1),
5126         doc/faq.txt (1.2, BETA-5-3-RC1), makefiles/Makefile.depend (1.2,
5127         BETA-5-3-RC1), makefiles/Makefile.linux (1.6),
5128         makefiles/Makefile.os2 (1.6), makefiles/Makefile.solaris (1.5),
5129         makefiles/Makefile.unixware (1.4, BETA-5-3-RC1): Merge post-5.2RC1
5130         changes into mainline
5132 2001-10-16 14:41  edg
5134         * ChangeLog (tags: REL-5-2) (BETA-5-2.6): Final update for 5.2
5135         release.
5137 2001-10-15 20:10  amai
5139         * source/tags.c (1.21): Latest patch for SF [ #466742 ] Tag not
5140         found
5142 2001-10-15 17:33  slobasso
5144         * source/nc.c (1.12): Patch to allow for multi-line macros to be
5145         passed on nc command line when a nedit server is not already
5146         running.
5148 2001-10-15 17:28  slobasso
5150         * source/: file.c (1.32), file.h (1.9, BETA-5-3-RC1), nedit.c
5151         (1.19), nedit.h (1.18), server.c (1.10): Changed -read behavior to
5152         mimic the Read Only menu option.
5154 2001-10-15 17:24  slobasso
5156         * source/text.c (1.18): Fixes problem where triple clicking to
5157         select a word wrapped line was inconsistent with the subsequent
5158         dragging to extend the selection. The behavior now matches.
5160 2001-10-12 19:34  tringali
5162         * Makefile, source/help.c (BETA-5-2.[1,9]) (utags: REL-5-2): Prep
5163         work for final 5.2 release
5165 2001-10-12 11:54  edg
5167         * README (tags: REL-5-2) (BETA-5-2.5): Minor updates.
5169 2001-10-12 10:36  edg
5171         * README, ReleaseNotes (tags: REL-5-2) (BETA-5-2.[4,2]): Updates in
5172         preparation of the 5.2 release.
5174 2001-10-11 13:19  edg
5176         * source/preferences.c (BETA-5-2.5): Fixed a bug in the 5.2
5177         preferences upgrading routine: new language modes were added, but
5178         the corresponding highlight patterns were not enabled.
5180 2001-10-10 18:32  edg
5182         * source/shell.c (tags: REL-5-2) (BETA-5-2.1): Fixed a bug that
5183         could cause NEdit to crash or garble a file when the user modifies
5184         the buffer while the output of an external command is being
5185         inserted.
5187 2001-10-08 07:29  amai
5189         * ChangeLog (BETA-5-2.5), ChangeLog (1.11): Update
5191 2001-10-06 13:09  amai
5193         * ReleaseNotes (BETA-5-2.1): Some very minor changes towards the
5194         release
5196 2001-10-06 11:42  amai
5198         * README, source/help.c (BETA-5-2.[3,8]): "lame attempt" to enfore
5199         a release: drop "RC" and update timestamps!
5201 2001-10-04 11:02  amai
5203         * makefiles/Makefile.solaris (tags: REL-5-2) (BETA-5-2.2): Use
5204         CC=cc.  After all it's the most - since only - standard conforming
5205         setting
5207 2001-10-04 10:16  amai
5209         * source/tags.c (1.20): Patch for SF Bug [ #466742 ] Tag not found.
5210          This is tags-semicolon2.diff as submitted by Markus Schwarzenberg.
5212 2001-10-04 09:44  amai
5214         * README (1.14), source/help.c (1.56): Update timestamps
5216 2001-10-02 17:06  amai
5218         * source/help.c (BETA-5-2.7): Get PrintVersion() work again and
5219         update timestamp
5221 2001-10-02 07:16  amai
5223         * doc/README.FAQ (1.1): file README.FAQ was initially added on
5224         branch BETA-5-2.
5226 2001-10-02 07:16  amai
5228         * doc/faq-txt-pass2.xsl (1.1): file faq-txt-pass2.xsl was initially
5229         added on branch BETA-5-2.
5231 2001-10-02 07:16  amai
5233         * doc/: README.FAQ, faq-txt-pass2.xsl, faq.dtd, faq.txt, faq.xml
5234         (BETA-5-2.[1,1,1,3,5]) (utags: REL-5-2): FAQ updates from Florian
5235         Xhumari (20011001)
5237 2001-10-01 13:34  amai
5239         * source/highlightData.c (tags: REL-5-2) (BETA-5-2.1): minor
5240         pattern fix, bug 455877
5242 2001-10-01 12:42  edg
5244         * source/preferences.c (BETA-5-2.4): Changed the order in which new
5245         5.2 language modes were added to the list during upgrading (they
5246         are now simply appended instead of inserted).
5248 2001-10-01 08:30  edg
5250         * util/prefFile.c (tags: REL-5-2) (BETA-5-2.1): Fixed a bug in the
5251         preferences restoration mechanism (prefFileRead is now properly
5252         set, even if already present in the resource file).
5254 2001-09-30 19:49  edg
5256         * source/preferences.c (BETA-5-2.3): Added a 5.1 to 5.2 preferences
5257         upgrading routine (language modes and highlight styles).
5259 2001-09-27 12:41  edg
5261         * source/file.c (tags: REL-5-2) (BETA-5-2.1): Added comment about
5262         use of tmpnam (Thorsten Haude).
5264 2001-09-26 21:05  amai
5266         * makefiles/Makefile.unixware (tags: REL-5-2) (BETA-5-2.1): Add
5267         -lSM -lICE  to libs as reported on the list as for UnixWare 7.1.1
5269 2001-09-21 09:58  amai
5271         * source/: tags.c (1.19), tags.h (1.7): 'const' patch + fix small
5272         memory leak + protect against memory overflow in Add*TagFile
5274 2001-09-20 19:30  tringali
5276         * doc/nedit.doc (tags: REL-5-2), source/help.c (BETA-5-2.[3,6]): -
5277         Merge slobasso 5.2 doc fixes erronously applies to mainline here
5279 2001-09-20 14:24  tringali
5281         * source/nedit.c (tags: REL-5-2) (BETA-5-2.1): Remove "iso8859" as
5282         some servers do not have this encoding installed.
5284 2001-09-20 11:14  amai
5286         * ChangeLog (1.10): Update
5288 2001-09-20 11:13  amai
5290         * ChangeLog (BETA-5-2.4): Update. Remove info about recent main
5291         trunk
5293 2001-09-19 12:11  amai
5295         * makefiles/: Makefile.linux, Makefile.os2 (BETA-5-2.[1,1]) (utags:
5296         REL-5-2): Document -lXp flag (required when linking against a Motif
5297         2.1 compatible libXm)
5299 2001-09-17 14:06  amai
5301         * source/file.c (1.31), source/regularExp.c (1.11), source/search.h
5302         (1.13), util/printUtils.c (1.13): Still minor cleanup. Make
5303         compiler/lint even more happy
5305 2001-09-14 15:59  edg
5307         * source/highlight.c (tags: REL-5-2) (BETA-5-2.1): Fixes for SF
5308         bugs #459965 and #460859 (they are related), including patch
5309         #460229.
5311 2001-09-13 14:11  tringali
5313         * source/preferences.c (BETA-5-2.2): #458807: Automatically add 5.2
5314         styles if .nedit file is pre-5.2
5316 2001-09-12 20:14  amai
5318         * doc/: faq-txt.awk (tags: REL-5-2), faq-txt.dtd (tags: REL-5-2),
5319         faq-txt.xsl (tags: REL-5-2), faq.txt, faq.xml, faq.xsl (tags:
5320         REL-5-2) (BETA-5-2.[1,1,1,2,4,1]): Update as sent from Florian
5321         Xhumari
5323 2001-09-12 09:45  amai
5325         * ChangeLog (BETA-5-2.3): I forgot to update this file in this beta
5326         branch ...
5328 2001-09-12 09:18  amai
5330         * makefiles/Makefile.depend (tags: REL-5-2) (BETA-5-2.1): Add CVS
5331         info line to output. Makes life even more simple
5333 2001-09-11 11:24  amai
5335         * doc/faq.xml (BETA-5-2.3): Add a non-visible CVS stamp and update
5336         version/time stamp
5338 2001-09-11 10:17  edg
5340         * source/search.c (tags: REL-5-2) (BETA-5-2.1): Fixed a minor
5341         button sensitivity bug (Multiple Files... button was grayed out
5342         after canceling multi-file replace dialog and modifying search
5343         text).
5345 2001-09-10 15:28  amai
5347         * util/system.h (tags: REL-5-2) (BETA-5-2.2): Update/add/fix
5348         compiler info
5350 2001-09-10 13:42  amai
5352         * source/help.c (BETA-5-2.5): Update timestamp
5354 2001-09-10 13:41  amai
5356         * doc/faq.xml (BETA-5-2.2): Some updates WRT LessTif, mostly
5357         cosmetics.
5359 2001-09-07 14:16  amai
5361         * doc/NEdit.ad (1.1): file NEdit.ad was initially added on branch
5362         BETA-5-2.
5364 2001-09-07 14:16  amai
5366         * doc/NEdit.ad (tags: REL-5-2) (BETA-5-2.1): Add a 5.1 app defaults
5367         file - needs to be updated probably.  This contains only
5368         outcommented entries!
5370 2001-09-07 07:46  amai
5372         * doc/nc.man (tags: REL-5-2), doc/nedit.doc, source/help.c
5373         (BETA-5-2.[1,2,4]): Fix typos as reported on the list
5375 2001-09-07 07:39  amai
5377         * source/help.c (BETA-5-2.3): Don't call XmRegisterConverters() for
5378         Motif 2.1, add declaration for 2.0 and add a "helpful" comment on
5379         all that
5381 2001-09-06 09:39  amai
5383         * ChangeLog (1.9), source/help.c (1.55): ChangeLog update and a new
5384         timestamp
5386 2001-09-06 09:37  amai
5388         * source/: Makefile.dependencies (1.11), file.c (1.30), tags.c
5389         (1.18), tags.h (1.6): Add missing #include and add some 'const'. 
5390         Update dependencies
5392 2001-09-05 11:44  amai
5394         * source/: file.c (1.29), help.c (1.54), preferences.c (1.34),
5395         preferences.h (1.14), tags.c (1.17), tags.h (1.5): Patch for SF bug
5396         [ #451997 ] bugs in tags.c/normalizePathname from Markus
5397         Schwarzenberg
5399 2001-09-04 17:55  amai
5401         * doc/nedit.doc, source/help.c (BETA-5-2.[1,2]): Fix typo reported
5402         on the mailinglist
5404 2001-08-31 22:16  amai
5406         * doc/: faq.txt, faq.xml (BETA-5-2.[1,1]): Update FAQ as sent from
5407         Florian Xhumari.  Add plain text version of FAQ
5409 2001-08-31 22:16  amai
5411         * doc/faq.txt (1.1): file faq.txt was initially added on branch
5412         BETA-5-2.
5414 2001-08-30 21:04  tringali
5416         * util/system.h (BETA-5-2.1): Fix for Solaris x86 "unknown"
5418 2001-08-30 20:19  amai
5420         * ChangeLog (BETA-5-2.2): Update
5422 2001-08-30 20:17  amai
5424         * source/preferences.c (BETA-5-2.1): /bin/csh doesn't make sense on
5425         OS/2 - even as a default value only
5427 2001-08-29 15:56  slobasso
5429         * source/help.c (1.53): fixed mispellings
5431 2001-08-29 13:56  amai
5433         * source/regularExp.c (1.10): Fix lint warning: octal constants
5434         shouldn't carry a suffix like 'L'!?
5436 2001-08-29 08:27  amai
5438         * util/: misc.c (1.32), misc.h (1.10): Second attempt to fix a
5439         specific compiler warning and a 'const' addition
5441 2001-08-29 00:01  slobasso
5443         * source/file.c (1.28): moved braces so nedit goto matching works
5445 2001-08-28 23:18  slobasso
5447         * doc/nedit.doc (1.5), source/help.c (1.52): documentation cleanup
5449 2001-08-28 22:24  slobasso
5451         * source/help.c (1.51): Array documentation cleanup.
5453 2001-08-28 11:41  amai
5455         * source/tags.c (1.16): 'const' patch
5457 2001-08-28 11:29  amai
5459         * source/file.c (1.27), source/highlight.c (1.19),
5460         source/interpret.c (1.18), source/macro.c (1.36), source/menu.c
5461         (1.37), source/preferences.c (1.33), source/preferences.h (1.13),
5462         source/tags.c (1.15), source/text.c (1.17), util/misc.c (1.31): Fix
5463         some more lclint warnings: type casts, make some things static (no,
5464         not all unused ones, 'some'), etc.
5466 2001-08-27 18:45  slobasso
5468         * source/macro.c (1.35): fixed static linkage of actionToString to
5469         match declaration
5471 2001-08-27 09:08  amai
5473         * source/nc.c (1.11): startServer() changes: has a return type now;
5474         re-shuffle some code Also make another global var static and
5475         replace a printf() by puts()
5477 2001-08-26 02:28  slobasso
5479         * source/macro.c (1.34): removed unused variable
5481 2001-08-25 15:58  amai
5483         * source/: file.c (1.26), highlightData.c (1.23), highlightData.h
5484         (1.6), preferences.c (1.32), preferences.h (1.12), regexConvert.c
5485         (1.5, BETA-5-3-RC1), regexConvert.h (1.3, BETA-5-3-RC1), server.h
5486         (1.3, BETA-5-3-RC1), shell.c (1.15), shell.h (1.4, BETA-5-3-RC1),
5487         undo.c (1.7), undo.h (1.4, BETA-5-3-RC1): Another 'const' patch
5489 2001-08-25 15:24  amai
5491         * source/: file.c (1.25), file.h (1.8), highlightData.c (1.22),
5492         highlightData.h (1.5), macro.c (1.33), macro.h (1.3, BETA-5-3-RC1),
5493         regularExp.c (1.9), regularExp.h (1.6, BETA-5-3-RC1), search.c
5494         (1.35), search.h (1.12): Another 'const' patch
5496 2001-08-25 12:16  amai
5498         * util/printUtils.c (1.12): The very last signed vs. unsigned
5499         warning on my system ...
5501 2001-08-25 12:09  amai
5503         * source/: highlightData.c (1.21), menu.c (1.36), preferences.c
5504         (1.31), regularExp.c (1.8), shell.c (1.14), userCmds.c (1.18): Fix
5505         a couple of "unsigned vs. int" compiler warnings. Using gcc on OS/2
5506         this warning is now completly wiped out!
5508 2001-08-25 11:55  amai
5510         * util/: DialogF.c (1.18), misc.c (1.30), prefFile.c (1.10): Fix
5511         compiler warnings. Mostly unsigned vs. signed int issues
5513 2001-08-25 11:49  amai
5515         * README (BETA-5-2.2): A couple of fixes, enhancements (see report
5516         on mailinglist)
5518 2001-08-24 18:34  amai
5520         * makefiles/Makefile.solaris (BETA-5-2.1): No debug build by
5521         default. Patch from Thorsten Haude
5523 2001-08-24 08:33  amai
5525         * util/: fontsel.c, fontsel.h, misc.c (BETA-5-2.[2,2,2]) (utags:
5526         REL-5-2): Undo some changes which I erroneously checked in ...
5528 2001-08-24 08:28  amai
5530         * ChangeLog, util/fontsel.c, util/fontsel.h, util/misc.c
5531         (BETA-5-2.[1,1,1,1]): Updated Changelog.  Includes whole history,
5532         including new beta branch.  New options of cvs2cl used, listing
5533         contains now revision/branch info, timestamps are in GMT, etc.
5535 2001-08-24 08:19  amai
5537         * source/macro.c (1.32): Fix warnings, add 'const's, make func
5538         static
5540 2001-08-23 17:57  amai
5542         * source/selection.c (1.11): Try to fix two lint/compiler warnings
5544 2001-08-23 17:42  amai
5546         * source/search.c (1.34): Fix wrong return type in function (in a
5547         "dead" branch)
5549 2001-08-23 14:59  amai
5551         * source/: highlightData.c (1.20), interpret.c (1.17), shift.c
5552         (1.9), smartIndent.c (1.13, BETA-5-3-RC1): Make some more functions
5553         static
5555 2001-08-23 14:39  amai
5557         * util/: misc.c (1.29), misc.h (1.9): Drop 'wrong' prototype for
5558         standard function. Fix a function signature to avoid warnings
5560 2001-08-23 14:11  amai
5562         * util/: fontsel.c (1.11), fontsel.h (1.4): Fix lint warning about
5563         float to integer assignment and add some more 'const's
5565 2001-08-23 13:57  amai
5567         * util/misc.c (1.28): Drop unused #include
5569 2001-08-22 15:41  amai
5571         * README, source/help.c (BETA-5-2.[1,1]): First updates for "RC1"
5573 2001-08-22 15:39  amai
5575         * doc/nedit.man (tags: REL-5-2) (BETA-5-2.1): Update from Joor
5576         Loohuis.
5578 2001-08-21 14:29  tringali
5580         * source/: userCmds.c (1.17), window.c (1.33) (utags: REL-5-2):
5581         #449569: Ensure shell/macro accelerators also have accelerator fix
5583 2001-08-20 20:36  tringali
5585         * source/window.c (1.32): #449569: Avoid startup failure when
5586         window manager grabs the same key as an accelerator
5588 2001-08-18 12:35  amai
5590         * source/Makefile.dependencies (1.10, REL-5-2): Update
5592 2001-08-18 12:24  amai
5594         * source/: help.c (1.50), help.h (1.4, REL-5-2), nedit.c (1.18):
5595         Add a PrintVersion() call to nedit.  Some more 'const' patches :-)
5597 2001-08-18 11:48  jlous
5599         * README (1.13), doc/nedit.man (1.5), source/help.c (1.49): Moved
5600         Thorsten Haude credits from pattern contributor to developer.
5602 2001-08-17 23:02  edg
5604         * README (1.12), makefiles/Makefile.aix (1.5, BETA-5-3-RC1,
5605         REL-5-2), makefiles/Makefile.bsdi (1.3, BETA-5-3-RC1, REL-5-2),
5606         makefiles/Makefile.ccur (1.3, BETA-5-3-RC1, REL-5-2),
5607         makefiles/Makefile.convex (1.3, BETA-5-3-RC1, REL-5-2),
5608         makefiles/Makefile.cygwin (1.4, BETA-5-3-RC1, REL-5-2),
5609         makefiles/Makefile.dcosx (1.3, BETA-5-3-RC1, REL-5-2),
5610         makefiles/Makefile.dec (1.4, BETA-5-3-RC1, REL-5-2),
5611         makefiles/Makefile.freebsd (1.3, BETA-5-3-RC1, REL-5-2),
5612         makefiles/Makefile.generic (1.4, REL-5-2), makefiles/Makefile.hpux
5613         (1.3, BETA-5-3-RC1, REL-5-2), makefiles/Makefile.linux (1.5),
5614         makefiles/Makefile.lynx (1.3, BETA-5-3-RC1, REL-5-2),
5615         makefiles/Makefile.m88k.svr4 (1.3, BETA-5-3-RC1, REL-5-2),
5616         makefiles/Makefile.netbsd (1.3, BETA-5-3-RC1, REL-5-2),
5617         makefiles/Makefile.os2 (1.5), makefiles/Makefile.osf (1.4,
5618         BETA-5-3-RC1, REL-5-2), makefiles/Makefile.reliant (1.3,
5619         BETA-5-3-RC1, REL-5-2), makefiles/Makefile.sco (1.3, BETA-5-3-RC1,
5620         REL-5-2), makefiles/Makefile.sgi (1.3, BETA-5-3-RC1, REL-5-2),
5621         makefiles/Makefile.solaris (1.4), makefiles/Makefile.sunos (1.3,
5622         BETA-5-3-RC1, REL-5-2), makefiles/Makefile.superux (1.3,
5623         BETA-5-3-RC1, REL-5-2), makefiles/Makefile.uhc (1.3, BETA-5-3-RC1,
5624         REL-5-2), makefiles/Makefile.ultrix (1.3, BETA-5-3-RC1, REL-5-2),
5625         makefiles/Makefile.unicos (1.4, REL-5-2),
5626         makefiles/Makefile.unixware (1.3), source/help.c (1.48),
5627         source/preferences.c (1.30): Made the REPLACE_SCOPE compilation
5628         option more visible and changed the default replace scope selection
5629         preference to "Smart".
5631 2001-08-17 21:54  edg
5633         * source/highlight.c (1.18): Added a fix for SF bug #449828.
5635 2001-08-17 14:09  tringali
5637         * source/tags.c (1.14, REL-5-2): Fix for crash in shared tag
5638         allocation on Solaris (compiler bug?)
5640 2001-08-17 11:01  amai
5642         * source/: window.c (1.31), window.h (1.7, REL-5-2): Another
5643         'const' patch
5645 2001-08-17 10:56  amai
5647         * util/: fileUtils.c (1.14), fileUtils.h (1.5) (utags: REL-5-2):
5648         Export two more interfaces. Fix for CompressPathname() to avoid
5649         multiple slashes in path. (Markus Schwarzenberg)
5651 2001-08-16 18:33  slobasso
5653         * source/highlightData.c (1.19): Fixed NEdit macro language
5654         patterns to contain previously added items.
5656 2001-08-16 17:24  amai
5658         * source/highlight.c (1.17): Fix for [ nedit-Bugs-435384 ] circular
5659         patterns reference hangs NEdit
5661 2001-08-16 09:49  amai
5663         * source/highlightData.c (1.18): Patch [ #451485 ] updated Sh Ksh
5664         Bash patterns submitted from Joor Loohuis
5666 2001-08-15 09:16  amai
5668         * source/: Makefile.dependencies (1.9), regexConvert.c (1.4,
5669         REL-5-2): Another source was missing to #include it's own header
5670         for consistency checking!
5672 2001-08-15 09:08  amai
5674         * ChangeLog (1.8): Update (ok, not even a week has passed, but it's
5675         a nice overview ...)
5677 2001-08-15 09:00  amai
5679         * source/preferences.h (1.11, REL-5-2), util/misc.c (1.27),
5680         util/misc.h (1.8, REL-5-2): Have unique value for MAX_ACCEL_LEN
5682 2001-08-15 08:56  amai
5684         * source/Makefile.dependencies (1.8): Update
5686 2001-08-15 08:56  amai
5688         * source/: userCmds.c (1.16), userCmds.h (1.4, BETA-5-3-RC1,
5689         REL-5-2): Source should include it's own headers for consistency
5690         checking.  Add some const to signatures, drop an unused arg from a
5691         static interface.
5693 2001-08-14 15:05  slobasso
5695         * source/rbTree.c (1.4, BETA-5-3-RC1, REL-5-2): fixed comment
5696         spacing
5698 2001-08-14 14:40  slobasso
5700         * source/rbTree.c (1.3): added gnu license
5702 2001-08-14 08:50  jlous
5704         * README (1.11): README credits updated to reflect version dialog
5706 2001-08-14 08:37  jlous
5708         * source/file.c (1.24), source/help.c (1.47), source/highlight.c
5709         (1.16), source/highlightData.c (1.17), source/interpret.c (1.16,
5710         REL-5-2), source/macro.c (1.31, REL-5-2), source/menu.c (1.35,
5711         REL-5-2), source/nc.c (1.10, REL-5-2), source/nedit.c (1.17),
5712         source/preferences.c (1.29), source/search.c (1.33),
5713         source/selection.c (1.10, REL-5-2), source/server.c (1.9, REL-5-2),
5714         source/shell.c (1.13), source/shift.c (1.8, REL-5-2),
5715         source/smartIndent.c (1.12, REL-5-2), source/tags.c (1.13),
5716         source/text.c (1.16, REL-5-2), source/textBuf.c (1.11, REL-5-2),
5717         source/textDisp.c (1.10, REL-5-2), source/textDrag.c (1.4,
5718         REL-5-2), source/textSel.c (1.5, REL-5-2), source/undo.c (1.6,
5719         REL-5-2), source/userCmds.c (1.15), source/window.c (1.30),
5720         util/DialogF.c (1.17, REL-5-2), util/fileUtils.c (1.13),
5721         util/fontsel.c (1.10), util/getfiles.c (1.15, REL-5-2),
5722         util/managedList.c (1.7, BETA-5-3-RC1, REL-5-2), util/misc.c
5723         (1.26), util/prefFile.c (1.9), util/printUtils.c (1.11, REL-5-2),
5724         util/system.h (1.7), util/utils.c (1.5, REL-5-2), util/vmsUtils.c
5725         (1.5, BETA-5-3-RC1, REL-5-2): Fixed license statements to pure GPL
5727 2001-08-13 13:48  tringali
5729         * doc/: nc.man (1.4), nedit.man (1.4): manpage updates from Joor.
5731 2001-08-13 09:55  amai
5733         * doc/nedit.doc (1.4), source/help.c (1.46): Doc patch from
5734         Thorsten Haude posted on Fri Aug 10 2001
5736 2001-08-13 09:51  amai
5738         * doc/nedit.doc (1.3), source/help.c (1.45): Patch from Thorsten
5739         Haude: Document Arrays within nedit.doc and typo fix in help.c
5741 2001-08-12 15:45  amai
5743         * makefiles/Makefile.generic (1.3), source/comnedit.com (1.6,
5744         REL-5-2): Drop last references to NO_FCHMOD #define
5746 2001-08-11 19:51  edg
5748         * source/search.c (1.32): Fixed SF bug #448006: three beeps; one to
5749         many.
5751 2001-08-10 20:36  amai
5753         * source/highlightData.c (1.16): TeX pattern patch from Joerg
5754         Fischer <jf505@yahoo.de>
5756 2001-08-10 14:35  amai
5758         * source/Makefile.dependencies (1.7): Update dependency list
5760 2001-08-09 20:58  tringali
5762         * source/nedit.c (1.16): Fix for wrong menu font [#434383]
5764 2001-08-09 18:47  amai
5766         * util/system.h (1.6): Correct a comment :-)
5768 2001-08-09 18:46  amai
5770         * makefiles/Makefile.os2 (1.4): Drop -DNO_FCHMOD flag
5772 2001-08-09 18:41  slobasso
5774         * source/Makefile.common (1.8, REL-5-2): added parse.c to cleaned
5775         files for make clean
5777 2001-08-09 18:39  slobasso
5779         * source/userCmds.c (1.14): removed attachment possibly causing
5780         window manager loop
5782 2001-08-09 18:03  slobasso
5784         * source/: smartIndent.c (1.11), smartIndent.h (1.4, BETA-5-3-RC1,
5785         REL-5-2), macro.c (1.30): We now keep track if we are in smart
5786         indent macros so garbage collection won't remove things from under
5787         a macro.
5789 2001-08-09 13:34  amai
5791         * source/highlight.c (1.15), source/highlightData.c (1.15),
5792         source/interpret.c (1.15), source/search.c (1.31),
5793         source/selection.c (1.9), source/shell.c (1.12),
5794         source/smartIndent.c (1.10), source/textBuf.c (1.10),
5795         source/textSel.c (1.4), source/userCmds.c (1.13), source/window.c
5796         (1.29), util/managedList.c (1.6): Add lots of missing #include
5797         <string.h>
5799 2001-08-09 08:37  amai
5801         * source/help.c (1.44): Add hardcoded timestamp (month) again
5803 2001-08-09 07:37  amai
5805         * source/.cvsignore (1.2, BETA-5-3-RC1, REL-5-2): Add entry
5807 2001-08-08 22:31  slobasso
5809         * source/file.c (1.23): remove fchmod calls except when under VMS
5811 2001-08-08 18:29  amai
5813         * makefiles/Makefile.os2 (1.3): Update from my private working copy
5815 2001-08-08 08:39  amai
5817         * ChangeLog (1.7): Update (should be done weekly perhaps and could
5818         even be done automatically?)
5820 2001-08-08 08:37  amai
5822         * source/parse.c_noyacc (1.7, REL-5-2): Re-generate from parse.y. 
5823         BTW, yacc from Digital Unix 4.0x is being used
5825 2001-08-08 08:34  amai
5827         * source/parse.y (1.16, REL-5-2): Add an #include <string.h> (there
5828         was no error/warning; somehow we already got this probably)
5830 2001-08-07 23:46  slobasso
5832         * source/Makefile.common (1.7): changed highlightData.c to be
5833         compiled with BIGGER_STRINGS
5835 2001-08-07 01:53  tringali
5837         * ReleaseNotes (1.9), source/highlightData.c (1.14),
5838         source/preferences.c (1.28): #448420: Pattern updates from Joor
5840 2001-08-07 01:12  tringali
5842         * source/nedit.c (1.15): Fix for #448402: nedit quits if unable to
5843         resolve X locale
5845 2001-08-06 21:24  amai
5847         * README (1.10): correction to "Requirements" section
5849 2001-08-06 21:21  amai
5851         * README (1.9): Add "Requirements for building NEdit" section
5853 2001-08-06 20:38  tringali
5855         * doc/nedit.doc (1.2), source/help.c (1.43): Sync help with doc. 
5856         (Updates from Thorsten Haude)
5858 2001-08-04 20:49  tringali
5860         * source/file.c (1.22), source/menu.c (1.34), source/nc.c (1.9),
5861         source/nedit.c (1.14), source/server.c (1.8), source/shell.c
5862         (1.11), source/window.c (1.28), util/misc.c (1.25): Ensure exit
5863         returns a meaningful (succes/fail) status to the user
5865 2001-08-04 20:23  tringali
5867         * util/system.h (1.5): Add info for lots more compilers.
5869 2001-08-03 12:16  amai
5871         * ReleaseNotes (1.8): Small updates
5873 2001-08-02 23:45  tringali
5875         * util/system.h (1.4): Add definitions for MSVC, Sun Workshop, etc.
5877 2001-08-02 22:59  slobasso
5879         * source/macro.c (1.29): Fixed problem where error message is
5880         written if empty learned macro is executed. Also disallowed replay
5881         from executing if a macro is already in progress. This caused a
5882         crash by overflowing the interpreter stack.
5884 2001-08-02 22:54  slobasso
5886         * source/file.c (1.21): added symlink security patch and added mode
5887         parameter to open calls with O_CREAT
5889 2001-08-02 17:26  amai
5891         * source/interpret.c (1.14): Avoid crash when calling
5892         "self_insert()" from macro menu: fill in missing entries from our
5893         fakes key event
5895 2001-08-01 07:41  amai
5897         * ChangeLog (1.6): Update
5899 2001-08-01 07:40  amai
5901         * source/help.c (1.42): Again hardcode a string about the
5902         development version "August 2001".  Build time may be misleading
5903         ...
5905 2001-07-31 23:16  slobasso
5907         * source/macro.c (1.28): fixed problem where closing window while
5908         learning would make it impossible to finish or cancel learing.
5910 2001-07-31 11:58  amai
5912         * source/text.c (1.15): Fix minor warnings
5914 2001-07-31 07:46  amai
5916         * util/managedList.c (1.5): Don't name variables 'index', may be an
5917         interface in BSD-like libc
5919 2001-07-31 07:43  amai
5921         * util/getfiles.c (1.14): Fix lint warning: "getfiles.c", line 716:
5922         warning: args redefinition hides earlier one
5924 2001-07-31 07:40  amai
5926         * util/fontsel.c (1.9): Don't use 'index' as name for variable; may
5927         be a call in a BSD-like libc
5929 2001-07-29 17:51  amai
5931         * source/highlight.c (1.14): Experimental patch to fix "mismatched"
5932         memory handling calls as indicated by "purify". Probably not
5933         complete and should be checked again with purify _now_!
5935 2001-07-28 19:53  tringali
5937         * Makefile (1.6): #442517: add explanatory text how to use make
5939 2001-07-25 18:37  tringali
5941         * source/help.c (1.41): Add more detailed info about Motif (runtime
5942         version number)
5944 2001-07-25 18:36  tringali
5946         * util/system.h (1.3): Use "Digital/Tru64 Unix" in place of OSF/1
5948 2001-07-25 18:36  tringali
5950         * doc/: nc.man (1.3), nedit.man (1.3): Update authors for 5.2
5952 2001-07-25 18:05  slobasso
5954         * util/misc.c (1.24): made changes so that Num_Lock's mod mask is
5955         found rather than assuming Mod3
5957 2001-07-25 14:36  amai
5959         * source/textBuf.c (1.9): Attempt to fix memory leak reported by
5960         Thorsten Haude
5962 2001-07-25 13:03  amai
5964         * util/misc.c (1.23): Try to fix small memory leak reported by
5965         Thorsten Haude
5967 2001-07-25 07:49  amai
5969         * util/system.h (1.2): Add "EMX=OS/2"
5971 2001-07-25 07:39  amai
5973         * source/Makefile.dependencies (1.6), util/Makefile.dependencies
5974         (1.4, REL-5-2): Update dependency lists
5976 2001-07-24 21:55  tringali
5978         * util/system.h (1.1): Add host compliation information to help
5980 2001-07-24 21:54  tringali
5982         * source/: help.c (1.40), tags.c (1.12), tags.h (1.4, REL-5-2): -
5983         Use shared strings for lower memory use with large tags files.  -
5984         Add compilation host information to help, update authors
5986 2001-07-24 19:27  slobasso
5988         * util/misc.c (1.22): Fix array size define to match actual array
5989         size.  Incorrect size could result in infinite loop.
5991 2001-07-18 13:01  amai
5993         * ChangeLog (1.5): Update
5995 2001-07-18 13:00  amai
5997         * source/: search.c (1.30), search.h (1.11, REL-5-2), window.c
5998         (1.27): Shrink two function names to 31 characters length and below
5999         (seems to be a limit on some VMS systems)
6001 2001-07-17 08:19  amai
6003         * doc/faq.xml (1.2): Updated version from  Florian Xhumari as of
6004         http://galleries.free.fr/nedit-faq-01-07-16.tar.gz
6006 2001-07-17 07:31  amai
6008         * source/preferences.c (1.27), util/getfiles.c (1.13),
6009         util/vmsUtils.c (1.4): VMS patches from Blair Phillips
6010         <blair.phillips@airservices.gov.au>:  avoid rint() re-definition,
6011         fix for non-unix file root, case-insensitive match on filename
6012         extensions.
6014 2001-07-16 20:41  amai
6016         * source/lnknedit.com (1.5, BETA-5-3-RC1, REL-5-2): VMS patch from
6017         mark.geary@qwest.com
6019 2001-07-16 14:48  amai
6021         * doc/: nc.man (1.2), nedit.man (1.2): Man page updates from Joor
6022         Loohuis
6024 2001-07-16 11:49  amai
6026         * doc/: faq-txt.awk (1.1), faq-txt.dtd (1.1), faq-txt.xsl (1.1),
6027         faq.dtd (1.1), faq.xml (1.1), faq.xsl (1.1): faq*: add FAQ files
6028         found on our website
6030 2001-07-11 21:35  amai
6032         * source/: parse.c_noyacc (1.6), parse.h (1.4, BETA-5-3-RC1,
6033         REL-5-2), parse.y (1.15): Back out "const" patch for ParseMacro().
6034         Was incomplete, therefore broken
6036 2001-07-11 15:21  amai
6038         * source/: comnedit.com (1.5), file.c (1.20), lnknedit.com (1.4):
6039         VMS patches from  <Mark.Geary@qwest.com> (not literally as for
6040         file.c)
6042 2001-07-11 08:06  amai
6044         * source/parse.c_noyacc (1.5): Update from current parse.y
6046 2001-07-11 08:04  amai
6048         * source/: parse.h (1.3), parse.y (1.14): Add some 'const' to
6049         ParseMacro() signature
6051 2001-07-11 07:55  amai
6053         * util/: comutil.com (1.3, BETA-5-3-RC1, REL-5-2), utils.c (1.4):
6054         VMS patches from Mark.Geary@qwest.com
6056 2001-07-07 09:55  amai
6058         * ChangeLog (1.4): Update
6060 2001-07-07 09:54  amai
6062         * COPYRIGHT (1.1, BETA-5-3-RC1, REL-5-2), README (1.8): Have an
6063         external file for the license terms. README refers to it
6065 2001-07-07 09:48  amai
6067         * nc.man (1.4), nedit.doc (1.6), nedit.man (1.4), doc/nc.man (1.1),
6068         doc/nedit.doc (1.1), doc/nedit.man (1.1): Move doc files to
6069         separate subdirectory
6071 2001-07-04 09:42  uid30962
6073         * README (1.7): Update some references to LessTif
6075 2001-07-04 09:29  uid30962
6077         * ReleaseNotes (1.7): ReleaseNotes: Upddate
6079 2001-07-03 12:53  amai
6081         * source/Makefile.dependencies (1.5): Makefile.dependencies: update
6082         depedency list
6084 2001-07-03 12:13  amai
6086         * source/help.c (1.39): help.c: A new month has come ...
6088 2001-06-23 09:31  amai
6090         * ChangeLog (1.3): ChangeLog: update
6092 2001-06-22 18:27  tringali
6094         * source/: nedit.c (1.13), window.c (1.26): Allow stats line
6095         background color to be set by user [#431891]
6097 2001-06-22 18:25  tringali
6099         * source/macro.c (1.27): Incremental reading from files via J. Lous
6100         [Patch #434465]
6102 2001-06-22 14:32  amai
6104         * source/file.c (1.19): file.c: fail when trying to read in a
6105         directory as a file
6107 2001-06-21 14:54  edel
6109         * source/shell.c (1.10): Fixed shell dialog BadMatch crash on
6110         Solaris 2.5
6112 2001-06-20 15:48  amai
6114         * source/macro.c (1.26): macro.c: replace snprintf() by sprintf(). 
6115          Add #include <string.h>
6117 2001-06-20 08:24  amai
6119         * ChangeLog (1.2): ChangeLog: update
6121 2001-06-19 20:00  slobasso
6123         * source/macro.c (1.25): Added Thorsten's code to put correct key
6124         codes in status bar during recording and macro running.
6126 2001-06-09 18:48  amai
6128         * makefiles/: Makefile.dec (1.3), Makefile.osf (1.3),
6129         Makefile.superux (1.2): Makefile.superux: add CVS Id Makefile.dec
6130         Makefile.osf: briefly comment on the os versions they are supposed 
6131            to work with
6133 2001-06-08 08:14  amai
6135         * source/help.c (1.38): help.c: update timestamp to "June, 2001"
6137 2001-06-07 19:52  amai
6139         * ChangeLog (1.1): ChangeLog: finally add the output of "cvs2cl".  
6140          Needs to be updated regularly ...
6142 2001-06-06 19:24  tringali
6144         * makefiles/Makefile.linux (1.4): 
6145         Remove -DEDITRES, this causes link failure.
6147 2001-06-06 10:00  amai
6149         * util/: DialogF.c (1.16), fontsel.c (1.8), getfiles.c (1.12),
6150         misc.c (1.21), prefFile.c (1.8): *.c: add some explicit #include
6151         <string.h>. Previously  it was done implicitly ...
6153 2001-06-05 12:52  amai
6155         * makefiles/Makefile.linux (1.3): Makefile.linux: drop
6156         -I/-L/usr/lesstif/* flags and add a suitable comment  instead
6158 2001-06-05 08:01  amai
6160         * source/file.c (1.18): file.c: security fix for WriteBackupFile()
6162 2001-06-01 20:09  edel
6164         * makefiles/: Makefile.solaris (1.3), Makefile.superux (1.1): From:
6165         Ian Johnston" <Ian.Johnston@dlr.de>
6167 2001-05-31 08:49  amai
6169         * source/nedit.h (1.17, REL-5-2): nedit.h: add 'extern' to variable
6170         declaration in header    (to avoid problem with multiple
6171         definitions)
6173 2001-05-29 18:21  arnef
6175         * source/menu.c (1.33): Add separator in Preferences/Default
6176         Settings/Customize Menus
6178 2001-05-19 16:09  tringali
6180         * util/misc.c (1.20): Fix bug in mnemonic building- don't build
6181         mnemonics for XK_VoidSymbol.  Fixes various problems with XFree86
6182         servers.
6184 2001-05-17 11:42  arnef
6186         * source/: menu.c (1.32), nedit.h (1.16), preferences.c (1.26),
6187         preferences.h (1.10), window.c (1.25): Adding path to windows menu
6188         file entries
6190 2001-05-15 20:04  amai
6192         * makefiles/Makefile.depend (1.1): Makefile.depend: Makefile used
6193         to generate (internal) the dependency list.                   This
6194         file does not build anything!
6196 2001-05-12 00:48  tringali
6198         * ReleaseNotes (1.6), source/text.c (1.14): - Add support for mouse
6199         wheel scrolling in the main text area.
6201 2001-05-11 19:56  amai
6203         * util/fileUtils.c (1.12): fileUtils.c: really tiny patch for OS/2
6204         only (drive letters ;-)
6206 2001-05-11 08:05  amai
6208         * source/file.c (1.17): file.c: Corrected(!) version of SuSe
6209         security patch for temporary    file security problem within
6210         PrintString().     Tested once for compile/runtime ...
6212 2001-05-05 18:01  arnef
6214         * source/menu.c (1.31): Changing default for sortOpenPrevDefCB
6215         should invalidate all open window's OpenPrev menu
6217 2001-05-04 18:33  arnef
6219         * source/: nedit.h (1.15), search.c (1.29), search.h (1.10),
6220         window.c (1.24): Make the buttons in Find and Replace dialogs
6221         sensitive on the state of 'Search for' field.
6223 2001-05-03 09:42  amai
6225         * source/help.c (1.37): help.c: update timestamp to "May, 2001"
6227 2001-04-25 21:37  edg
6229         * util/DialogF.c (1.15): Added a fix to handle unexpected
6230         destruction of dialogs gracefully.
6232 2001-04-25 19:03  amai
6234         * nedit.doc (1.5): nedit.doc: fix some typos, convert some "nedit"
6235         to "NEdit", drop some comment about pre 1.2 Motif
6237 2001-04-25 17:01  amai
6239         * util/fileUtils.c (1.11): fileUtils.c: forgot one special case
6240         where the "//" patch might to a crash. Next time I should probably
6241         <think> first, <code> later
6243 2001-04-25 16:48  amai
6245         * util/fileUtils.c (1.10): fileUtils.c: fix typo in my
6246         "double-slash patch" from today
6248 2001-04-25 07:52  amai
6250         * util/fileUtils.c (1.9): fileUtils.c: avoid double "//" in path
6251         strings as this may not work out on              non-un*x systems
6253 2001-04-24 21:10  tringali
6255         * util/misc.c (1.19): Fix crash bug in OpenMotif, where asking for
6256         the the Display/Window of a gadget produces a NULL pointer.
6258 2001-04-18 19:12  slobasso
6260         * source/window.c (1.23): needed to save/restore horizontal and
6261         vertical scroll positions when changing hw tab size.
6263 2001-04-18 19:08  slobasso
6265         * util/DialogF.c (1.14): fixed use of int where Cardinal should be
6267 2001-04-18 17:10  slobasso
6269         * source/: help.c (1.36), macro.c (1.24): new $server_name
6270         variable.
6272 2001-04-18 17:02  slobasso
6274         * source/: file.c (1.16), file.h (1.7, REL-5-2), help.c (1.35),
6275         menu.c (1.30), window.c (1.22): added optional parameter to close()
6276         action for save option.
6278 2001-04-18 16:51  slobasso
6280         * util/DialogF.c (1.13): fixed a mistake I introduced while
6281         debugging
6283 2001-04-18 16:12  slobasso
6285         * util/DialogF.c (1.12): cleaned up createMnemonics in an effort to
6286         fix a crash bug. Bug still not fixed.
6288 2001-04-17 23:40  slobasso
6290         * source/help.c (1.34): cleaned up formatting and moved Windows
6291         Menu items into correct area
6293 2001-04-17 20:13  slobasso
6295         * source/window.c (1.21): save and restore insert positions when hw
6296         tab sizes are changed
6298 2001-04-17 18:47  slobasso
6300         * source/macro.c (1.23): cleaned up RedundantActions, adding some
6301         missing items
6303 2001-04-16 23:49  slobasso
6305         * source/: file.c (1.15), nedit.h (1.14): added bit to distinguish
6306         between too much binary data and -read
6308 2001-04-16 23:20  slobasso
6310         * source/: file.c (1.14), file.h (1.6), macro.c (1.22), menu.c
6311         (1.29), nedit.h (1.13), search.c (1.28), selection.c (1.8),
6312         window.c (1.20): readOnly vs lockWrite access fix, now handles the
6313         many other locked possibilities
6315 2001-04-16 16:36  edg
6317         * source/: help.c (1.33), window.c (1.19): Added workarounds for
6318         openmotif bugs [SF bug 231876].
6320 2001-04-16 14:04  amai
6322         * source/textBuf.c (1.8): texBuf.c: try to fix a bug introduced by
6323         a "const" patch.            Pointed out by <arne@forlie.com>
6325 2001-04-14 09:51  amai
6327         * makefiles/Makefile.unicos (1.3), source/preferences.c (1.25),
6328         source/text.c (1.13), source/userCmds.c (1.12): *: applied re-vised
6329         version of patches for UNICOS from    Bill Matson
6330         <wjm@sdc.cs.boeing.com>
6332 2001-04-13 22:58  slobasso
6334         * util/DialogF.c (1.11): fix build problem introduced in previous
6335         change UCHAR_MAX is in limits.h
6337 2001-04-13 17:50  tringali
6339         * ReleaseNotes (1.5), source/file.c (1.13), source/help.c (1.32),
6340         source/highlightData.c (1.13), source/macro.c (1.21),
6341         source/preferences.c (1.24), source/search.c (1.27),
6342         source/smartIndent.c (1.9), source/userCmds.c (1.11),
6343         util/DialogF.c (1.10), util/fontsel.c (1.7), util/getfiles.c
6344         (1.11), util/misc.c (1.18), util/misc.h (1.7), util/printUtils.c
6345         (1.10): - Updated release notes - Added unmodified mnemonics to
6346         confirmation dialogs.  - Fix bug in mnemonics where there could be
6347         two of the same menmonics   on one dialog.
6349 2001-04-13 15:02  slobasso
6351         * source/search.c (1.26): fixed regex search backwards bug if wrap
6352         turned off.
6354 2001-04-12 22:02  edg
6356         * source/: help.c (1.31), macro.c (1.20), menu.c (1.28), nedit.h
6357         (1.12), preferences.c (1.23), search.c (1.25), window.c (1.18),
6358         window.h (1.6): Extended the Show Matching (..) functionality: Off,
6359         Delimiter, and Range.  Original patch was submitted by Thorsten
6360         Haude.
6362 2001-04-12 15:09  amai
6364         * source/menu.c (1.27): menu.c: allow to specify control codes in
6365         hex/dec/oct format         also improve checking of input
6367 2001-04-09 22:12  amai
6369         * util/: misc.c (1.17), misc.h (1.6): misc.c misc.h: another
6370         "const" patch
6372 2001-04-09 21:43  edg
6374         * source/help.c (1.30): Added information about new search
6375         extensions and related stuff.
6377 2001-04-09 21:38  edg
6379         * source/: nedit.h (1.11), search.c (1.24): Minor fixes and
6380         improvements in isearch + beep on search wrap combination.
6382 2001-04-09 18:46  edg
6384         * util/misc.c (1.16): Typo fix in recent accelerator fix.
6386 2001-04-06 13:09  amai
6388         * source/: preferences.c (1.22), preferences.h (1.9):
6389         preferences.*: even more "const" additions
6391 2001-04-06 13:03  amai
6393         * source/: interpret.c (1.13), interpret.h (1.6, REL-5-2):
6394         interpret.*: another "const" patch
6396 2001-04-06 09:49  amai
6398         * source/file.c (1.12), source/file.h (1.5), source/help.c (1.29),
6399         source/highlightData.c (1.12), source/highlightData.h (1.4,
6400         REL-5-2), source/preferences.c (1.21), source/preferences.h (1.8),
6401         source/regularExp.c (1.7, REL-5-2), source/regularExp.h (1.5,
6402         REL-5-2), source/search.c (1.23), source/search.h (1.9),
6403         source/textBuf.c (1.7), source/textBuf.h (1.4, REL-5-2),
6404         util/fileUtils.c (1.8), util/fileUtils.h (1.4), util/printUtils.c
6405         (1.9), util/printUtils.h (1.4, REL-5-2): *.c *.h: big "const"
6406         patch.           Except in textBuf.c it's only a couple of const
6407         additions.           In textBuf.c I had to change a coupl of lines
6408         to get this done -           should be on the safe side of life ...
6410 2001-04-04 19:38  edg
6412         * source/: preferences.c (1.20), search.c (1.22): Minor bug fixes
6413         in search extensions related code.
6415 2001-04-03 22:59  edg
6417         * source/: menu.c (1.26), nedit.h (1.10), preferences.c (1.19),
6418         preferences.h (1.7), search.c (1.21), search.h (1.8): Added "smart"
6419         replace scope behaviour to the replace dialog radio button
6420         alternative, and made it configurable through a preference.
6422 2001-04-03 08:06  amai
6424         * source/help.c (1.28): help.c: the "April" patch ...
6426 2001-04-03 01:42  tringali
6428         * util/misc.c (1.15): Don't allow traversal to insensitive widgets.
6430 2001-04-02 20:52  edg
6432         * source/: highlight.c (1.13), macro.c (1.19), menu.c (1.25),
6433         nedit.h (1.9), preferences.c (1.18), preferences.h (1.6),
6434         regularExp.c (1.6), regularExp.h (1.4), search.c (1.20), search.h
6435         (1.7), window.c (1.17): Introduced additional search modes [Markus
6436         Schwarzenberg].  Added beep on search wrap option [Markus
6437         Schwarzenberg].  Added sticky case sensitivity search preference
6438         [Markus Schwarzenberg].  Replace and find dialog and incremental
6439         search bar layout changes (currently two layout alternatives for
6440         replace dialog, for evaluation purposes).
6442 2001-03-30 17:54  slobasso
6444         * source/highlightData.c (1.11): new global in nedit macro language
6445         $empty_array
6447 2001-03-30 17:48  slobasso
6449         * source/: help.c (1.27), macro.c (1.18): added a new empty array
6450         global
6452 2001-03-27 23:00  slobasso
6454         * source/help.c (1.26): minor formatting fix
6456 2001-03-27 15:37  tringali
6458         * makefiles/Makefile.aix (1.4): Add FUNCPROTO=15 for the IBM X
6459         headers, which require a bitmask in this #define in order to
6460         control function prototypes.
6462 2001-03-26 15:46  slobasso
6464         * source/: interpret.c (1.12), interpret.h (1.5), macro.c (1.17):
6465         minor array code cleanup
6467 2001-03-25 08:42  arnef
6469         * source/tags.c (1.11): Fixed bug #217022
6471 2001-03-23 23:11  slobasso
6473         * source/highlightData.c (1.10): added missing variables to NEdit
6474         macro highlighting data
6476 2001-03-23 14:41  slobasso
6478         * source/undo.c (1.5): undo/redo sets the selection to the changed
6479         text
6481 2001-03-21 21:25  edg
6483         * source/search.c (1.19): Changed the initial default selection for
6484         multi-file replacement dialog to all files instead of none. 
6485         Multi-file replacement dialog now makes sure that at least the
6486         first selected item is visible when displayed.  Removed the #ifdefs
6487         for conditional multi-file replacement functionality.  Minor layout
6488         change for the replace dialog.
6490 2001-03-21 21:20  edg
6492         * source/window.c (1.16): Removed #ifdef for conditional multi-file
6493         replacement functionality.
6495 2001-03-19 16:30  slobasso
6497         * source/: highlight.c (1.12), regexConvert.c (1.3), regularExp.c
6498         (1.5), search.c (1.18), text.c (1.12), textBuf.c (1.6), textDisp.c
6499         (1.9): removing warnings for RH7 linux compiler
6501 2001-03-19 14:43  tringali
6503         * source/: text.c (1.11), nedit.c (1.12): 
6504         
6505         Move toggle overstrike accelerator to Motif standard "Insert", free
6506         up Ctrl+B for other uses.
6508 2001-03-17 06:44  arnef
6510         * source/search.c (1.17): Fixed bug related to
6511         XtGetSelectionValue() and variables going out of scope.  Added
6512         mnemonic to Replace& Find Button.
6514 2001-03-16 22:24  slobasso
6516         * source/menu.c (1.24): fixed menu argument to set_wrap_text
6518 2001-03-16 20:28  amai
6520         * source/: nc.c (1.8), nedit.c (1.11): nc.c nedit.c: wildcard
6521         expansion for non-sh shells on OS/2 (EMX)
6523 2001-03-13 16:48  slobasso
6525         * source/help.c (1.25), source/macro.c (1.16), source/search.c
6526         (1.16), source/selection.c (1.7), source/shell.c (1.9),
6527         source/shift.c (1.7), source/textDisp.c (1.8), util/DialogF.c
6528         (1.9), util/fontsel.c (1.6), util/printUtils.c (1.8): cleanup
6529         warnings under linux compiler
6531 2001-03-12 15:24  slobasso
6533         * source/help.c (1.24): fixed a few minor mistakes.
6535 2001-03-12 15:15  slobasso
6537         * source/: help.c (1.23), macro.c (1.15), menu.c (1.23),
6538         preferences.c (1.17), window.c (1.15), window.h (1.5): added final
6539         window settable prefs through actions and verified all should be
6540         macro recordable.
6542 2001-03-11 02:31  slobasso
6544         * source/: help.c (1.22), menu.c (1.22), nedit.h (1.8): new macro
6545         access to many window settings
6547 2001-03-10 15:36  arnef
6549         * source/: help.c (1.21), menu.c (1.21), nedit.c (1.10), nedit.h
6550         (1.7), preferences.c (1.16), preferences.h (1.5), search.c (1.15),
6551         search.h (1.6): Implemented replace/find functionality, patch no
6552         403934
6554 2001-03-09 22:30  slobasso
6556         * source/help.c (1.20): changed delete() to delete_selection() in
6557         docs
6559 2001-03-09 22:27  slobasso
6561         * source/menu.c (1.20): changed Delete menu item to use
6562         delete_selection action
6564 2001-03-09 22:21  slobasso
6566         * source/parse.y (1.13): added lex hack for delete array[key] vs
6567         delete() abiguity
6569 2001-03-09 16:58  slobasso
6571         * source/: help.c (1.19), macro.c (1.14), menu.c (1.19), text.c
6572         (1.10), text.h (1.4, REL-5-2), textDisp.c (1.7), textDisp.h (1.5,
6573         REL-5-2), window.c (1.14), window.h (1.4): adding new variables for
6574         font width and pane index and size and focus_pane action
6576 2001-03-06 19:49  slobasso
6578         * source/: interpret.c (1.11), rbTree.c (1.2), rbTree.h (1.2,
6579         BETA-5-3-RC1, REL-5-2): added comments, cleaned up a few minor bugs
6580         and added cvs id's to new files
6582 2001-03-06 15:02  slobasso
6584         * source/macro.c (1.13): add comments
6586 2001-03-06 01:00  slobasso
6588         * source/: interpret.c (1.10), parse.y (1.12): code cleanup
6590 2001-03-05 21:39  slobasso
6592         * source/highlightData.c (1.9): bring syntax hilighting up to
6593         latest changes in nedit macro language
6595 2001-03-05 19:26  slobasso
6597         * source/: interpret.c (1.9), macro.c (1.12), parse.y (1.11): fixed
6598         a few warnings and made splitMS compatible with array sub-scripts
6599         end cases, which is what is was designed for
6601 2001-03-05 16:20  amai
6603         * source/: help.c (1.18), parse.y (1.10): help.c: It's "March" now
6604         ...  parse.y: add two yy*() prototypes to make compiler happy
6606 2001-03-05 15:00  slobasso
6608         * source/: Makefile.common (1.6), Makefile.dependencies (1.4),
6609         help.c (1.17), interpret.c (1.8), interpret.h (1.4), macro.c
6610         (1.11), menu.c (1.18), nedit.c (1.9), parse.y (1.9), rbTree.c
6611         (1.1), rbTree.h (1.1), shell.c (1.8), smartIndent.c (1.8),
6612         userCmds.c (1.10): array macro feature
6614 2001-02-26 23:38  edg
6616         * Makefile (1.5), README (1.6), ReleaseNotes (1.4), nc.man (1.3),
6617         nedit.doc (1.4), nedit.man (1.3), makefiles/Makefile.aix (1.3),
6618         makefiles/Makefile.bsdi (1.2), makefiles/Makefile.ccur (1.2),
6619         makefiles/Makefile.convex (1.2), makefiles/Makefile.cygwin (1.3),
6620         makefiles/Makefile.dcosx (1.2), makefiles/Makefile.dec (1.2),
6621         makefiles/Makefile.freebsd (1.2), makefiles/Makefile.generic (1.2),
6622         makefiles/Makefile.hpux (1.2), makefiles/Makefile.linux (1.2),
6623         makefiles/Makefile.lynx (1.2), makefiles/Makefile.m88k.svr4 (1.2),
6624         makefiles/Makefile.netbsd (1.2), makefiles/Makefile.os2 (1.2),
6625         makefiles/Makefile.osf (1.2), makefiles/Makefile.reliant (1.2),
6626         makefiles/Makefile.sco (1.2), makefiles/Makefile.sgi (1.2),
6627         makefiles/Makefile.solaris (1.2), makefiles/Makefile.sunos (1.2),
6628         makefiles/Makefile.uhc (1.2), makefiles/Makefile.ultrix (1.2),
6629         makefiles/Makefile.unicos (1.2), makefiles/Makefile.unixware (1.2),
6630         source/Makefile.common (1.5), source/Makefile.dependencies (1.3),
6631         source/comnedit.com (1.4), source/file.c (1.11), source/file.h
6632         (1.4), source/help.c (1.16), source/help.h (1.3),
6633         source/highlight.c (1.11), source/highlight.h (1.3, REL-5-2),
6634         source/highlightData.c (1.8), source/highlightData.h (1.3),
6635         source/interpret.c (1.7), source/interpret.h (1.3),
6636         source/lnknedit.com (1.3), source/macro.c (1.10), source/macro.h
6637         (1.2, REL-5-2), source/menu.c (1.17), source/menu.h (1.5,
6638         BETA-5-3-RC1, REL-5-2), source/n.bm (1.2, BETA-5-3-RC1, REL-5-2),
6639         source/nc.c (1.7), source/nedit.bm (1.2, BETA-5-3-RC1, REL-5-2),
6640         source/nedit.c (1.8), source/nedit.h (1.6),
6641         source/nedit_options_file.opt (1.2, BETA-5-3-RC1, REL-5-2),
6642         source/parse.c_noyacc (1.4), source/parse.h (1.2), source/parse.y
6643         (1.8), source/preferences.c (1.15), source/preferences.h (1.4),
6644         source/regexConvert.c (1.2), source/regexConvert.h (1.2, REL-5-2),
6645         source/regularExp.c (1.4), source/regularExp.h (1.3),
6646         source/search.c (1.14), source/search.h (1.5), source/selection.c
6647         (1.6), source/selection.h (1.3, REL-5-2), source/server.c (1.7),
6648         source/server.h (1.2, REL-5-2), source/shell.c (1.7),
6649         source/shell.h (1.3, REL-5-2), source/shift.c (1.6), source/shift.h
6650         (1.3, BETA-5-3-RC1, REL-5-2), source/smartIndent.c (1.7),
6651         source/smartIndent.h (1.3), source/tags.c (1.10), source/tags.h
6652         (1.3), source/text.c (1.9), source/text.h (1.3), source/textBuf.c
6653         (1.5), source/textBuf.h (1.3), source/textDisp.c (1.6),
6654         source/textDisp.h (1.4), source/textDrag.c (1.3), source/textDrag.h
6655         (1.2, BETA-5-3-RC1, REL-5-2), source/textP.h (1.3, BETA-5-3-RC1,
6656         REL-5-2), source/textSel.c (1.3), source/textSel.h (1.2,
6657         BETA-5-3-RC1, REL-5-2), source/undo.c (1.4), source/undo.h (1.3,
6658         REL-5-2), source/userCmds.c (1.9), source/userCmds.h (1.3),
6659         source/window.c (1.13), source/window.h (1.3), util/DialogF.c
6660         (1.8), util/DialogF.h (1.4, REL-5-2), util/Makefile.common (1.5,
6661         REL-5-2), util/Makefile.dependencies (1.3), util/comutil.com (1.2),
6662         util/fileUtils.c (1.7), util/fileUtils.h (1.3), util/fontsel.c
6663         (1.5), util/fontsel.h (1.3), util/getfiles.c (1.10),
6664         util/getfiles.h (1.3, BETA-5-3-RC1, REL-5-2), util/managedList.c
6665         (1.4), util/managedList.h (1.3, BETA-5-3-RC1, REL-5-2), util/misc.c
6666         (1.14), util/misc.h (1.5), util/prefFile.c (1.7), util/prefFile.h
6667         (1.4, BETA-5-3-RC1, REL-5-2), util/printUtils.c (1.7),
6668         util/printUtils.h (1.3), util/utils.c (1.3), util/utils.h (1.2,
6669         REL-5-2), util/vmsParam.h (1.2, BETA-5-3-RC1, REL-5-2),
6670         util/vmsUtils.c (1.3), util/vmsUtils.h (1.3, BETA-5-3-RC1,
6671         REL-5-2): Added CVS Ids.
6673 2001-02-25 02:13  edel
6675         * source/parse.y (1.7): Fix conflicts in yacc grammar!
6677 2001-02-22 20:27  edel
6679         * source/highlight.c (1.10): My previous highlighting patch didn't
6680         take in to account styles which fail lookup in the pass1pattern
6681         list (like pass 2 patterns).
6683 2001-02-21 21:39  tringali
6685         * source/highlight.c (1.9): [Patch #101473] Use nearest-color match
6686         when colormap exhausted.
6688 2001-02-21 16:49  edel
6690         * source/highlight.c (1.8): Abutting styles could fool incremental
6691         highlighting into using an unparsable pattern with parseString.
6693 2001-02-20 23:54  slobasso
6695         * source/: help.c (1.15), macro.c (1.9): new preference global
6696         variables added
6698 2001-02-20 15:37  slobasso
6700         * source/menu.c (1.16): fixed bug where forgot to deref nArgs
6701         pointer
6703 2001-02-20 09:58  amai
6705         * Makefile (1.4), README (1.5): README:   change a couple of
6706         "nedit" to "NEdit" Makefile: slightly change comment text (fix
6707         typo, etc.)
6709 2001-02-19 16:39  slobasso
6711         * source/: help.c (1.14), macro.c (1.8), menu.c (1.15): added a new
6712         macro command string_compare() and an action raise_window()
6714 2001-02-19 16:30  slobasso
6716         * source/file.c (1.10): fix issue where reused untitled window is
6717         not given focus when raised.
6719 2001-02-19 10:03  amai
6721         * source/help.c (1.13): help.c: fix some typos and change a couple
6722         of         "nedit" to "NEdit". Actually it is not always        
6723         straightforward to see whether a "nedit" refers to         the
6724         whole product called "NEdit" or to the "nedit" executable ...
6726 2001-02-19 02:02  slobasso
6728         * source/text.c (1.8): fix warnings
6730 2001-02-17 14:03  amai
6732         * source/Makefile.dependencies (1.2), util/Makefile.dependencies
6733         (1.2): */Makefile.dependencies: update WRT new utils.*
6735 2001-02-17 13:59  amai
6737         * source/file.c (1.9), util/utils.c (1.2): file.c utils.c: add
6738         missing #includes
6740 2001-02-17 13:56  amai
6742         * util/: utils.c (1.1), utils.h (1.1): utils.*: new sources for
6743         general purpose, non-GUI stuff like          GetHomeDir()
6745 2001-02-17 13:53  amai
6747         * source/file.c (1.8), source/macro.c (1.7), source/menu.c (1.14),
6748         source/nc.c (1.6), source/server.c (1.6), source/tags.c (1.9),
6749         util/Makefile.common (1.4), util/fileUtils.c (1.6), util/prefFile.c
6750         (1.6): nc.c server.c: move #include <sys/types.h> before other
6751         <sys/*> Makefile.common: prepare for util/utils.c to be checked in
6752         file.c macro.c menu.c tags.c fileUtils.c prefFile.c:    use new
6753         GetCurDir(), GetHomeDir() calls
6755 2001-02-17 01:47  edel
6757         * source/: highlight.c (1.7), parse.y (1.6): 
6758         Empty code blocks are rejected by the macro language.
6760 2001-02-17 00:09  slobasso
6762         * source/interpret.c (1.6): when strings are converted to numbers
6763         and the conversion fails, use 0 rather than junk
6765 2001-02-16 14:58  amai
6767         * ReleaseNotes (1.3), source/tags.c (1.8), util/fileUtils.c (1.5):
6768         ReleaseNotes: add some bugs being addressed *.c: supply fallback if
6769         getcwd() fails      (in one case we used uninitialized memory
6770         earlier!)
6772 2001-02-16 14:25  amai
6774         * source/: Makefile.common (1.4), help.c (1.12): Makefile.common:
6775         nc depends on libNUtil.a! help.c: switch to "February 2001" ...
6777 2001-02-15 16:08  tringali
6779         * ReleaseNotes (1.2): 
6780         Add info about 5.2 features and bugfixes.
6782 2001-02-15 16:07  tringali
6784         * util/misc.c (1.13): 
6785         Fix simulateButtonPress() so it works for gadgets.  (Needed for
6786         DialogF mnemonics.)
6788 2001-02-15 16:06  tringali
6790         * util/DialogF.h (1.3): 
6791         Change dialog_type parameter to int to avoid warnings.
6793 2001-02-15 16:06  tringali
6795         * util/DialogF.c (1.7): 
6796         Automatically create mnemonics for dialog buttons.  Change
6797         dialog_type parameter to int to avoid warnings (comparing unsingned
6798         int for negative isn't exactly useful).
6800 2001-02-15 16:04  tringali
6802         * source/preferences.c (1.14): Default syntax highlighting to on.
6804 2001-02-15 16:04  tringali
6806         * source/nc.c (1.5): 
6807         
6808         - Remove warnings for 64-bit systems.  Extend strlen results to
6809         long and use   %ld as a format specifier.  strlen returns a size_t
6810         which is typically   an unsigned long on 64-bit systems.
6812 2001-02-14 00:34  slobasso
6814         * source/: help.c (1.11), text.c (1.7), textDisp.c (1.5),
6815         textDisp.h (1.3): added extra options to many of the macro actions
6817 2001-02-12 22:37  amai
6819         * source/preferences.c (1.13): preferences.c: patch from Thorsten
6820         Haude to issue a warning                if -import can not find the
6821         specified file
6823 2001-02-12 21:08  slobasso
6825         * source/: help.c (1.10), menu.c (1.13), nedit.h (1.5),
6826         preferences.c (1.12), preferences.h (1.3), search.c (1.13),
6827         search.h (1.4): Added a search wrap option to prefs and made some
6828         more options available to macro actions.
6830 2001-02-09 22:35  tringali
6832         * source/help.c (1.9): Remove obsolete reference to Caps-Lock bug.
6834 2001-02-09 22:34  slobasso
6836         * source/: interpret.c (1.5), interpret.h (1.2), parse.c_noyacc
6837         (1.3), parse.y (1.5): fixed a leak with static strings in the macro
6838         interpreter.
6840 2001-02-09 22:19  slobasso
6842         * source/: menu.c (1.12), text.c (1.6): fixed strCaseCmp() bug
6843         where partial strings would match.
6845 2001-02-09 21:07  amai
6847         * source/userCmds.c (1.8): userCmds.c: try to fix compiler warnings
6849 2001-02-09 09:08  amai
6851         * source/: menu.c (1.11), menu.h (1.4): menu.*: fix a 'pointer vs.
6852         integer constant' problem, by adding a         cast to the
6853         constants #definition
6855 2001-02-08 09:08  amai
6857         * source/Makefile.common (1.3), source/Makefile.dependencies (1.1),
6858         util/Makefile.common (1.3), util/Makefile.dependencies (1.1):
6859         */Makefile.common: include new */Makefile.dependencies: simple
6860         files containing the dependencies for all     objects (i.e. *.o)
6862 2001-02-08 08:52  amai
6864         * source/: menu.c (1.10), menu.h (1.3): menu.c menu.h: - correct my
6865         previous patch: XmNuserData requires XtPointer* arg               
6866         - add some more 'const's
6868 2001-02-06 16:04  amai
6870         * source/search.c (1.12), util/DialogF.c (1.6), util/getfiles.c
6871         (1.9): search.c DialogF.c getfiles.c: Drop #ifdef MOTIF10 sections.
6873 2001-02-06 12:07  amai
6875         * source/menu.c (1.9): menu.c: Fix a 'major' 64bit bug: we were
6876         passing a pointer to int         instead of pointer to pointer.
6877         This fixes the crash with         NEdit/LessTif on alpha when
6878         selecting the Window menu item!!
6880 2001-02-06 10:19  amai
6882         * source/preferences.c (1.11): preferences.c: drop unused #include
6883         <errno.h>
6885 2001-02-06 10:03  amai
6887         * source/interpret.c (1.4), util/prefFile.c (1.5), util/prefFile.h
6888         (1.3): interpret.c prefFile.*: add 'const' to some more functions'
6889         signature
6891 2001-02-06 10:02  amai
6893         * source/: nc.c (1.4), server.c (1.5): server.c nc.c: add checks
6894         whether some system calls succeed (e.g. uname())               
6895         changed signature of getHostName() and getUserName
6897 2001-02-05 19:45  amai
6899         * util/: DialogF.c (1.5), misc.c (1.12), prefFile.c (1.4),
6900         printUtils.c (1.6): DialogF.c misc.c prefFile.c printUtils.c: add
6901         'const' to some     functions' signatures
6903 2001-02-05 17:13  amai
6905         * source/: file.c (1.7), help.c (1.8), highlight.c (1.6),
6906         highlightData.c (1.7): file.c help.c highlight.c highlightData.c:
6907         Replace improper <0> as last argument          in XtVa*() interface
6908         calls by <NULL>
6910 2001-02-02 18:10  tringali
6912         * source/highlight.c (1.5): Replace debugging code of divide by 0
6913         with a more proper assert.  Dividing by zero generated warnings on
6914         lots of compilers.
6916 2001-02-02 14:47  amai
6918         * source/window.c (1.12): window.c: drop declaration of
6919         _XEditResCheckMessages(); should be in           according header  
6920                 Fix compiler warning about boolean expression
6922 2001-02-02 14:00  amai
6924         * Makefile (1.3), README (1.4): Makefile: do not list CVS/ subdir
6925         when running 'make' without argument README:   cosmetics
6926         (re-formatting)           add pointer to makefiles/Makefile.generic
6927         which explains     our current -D compiler options
6929 2001-02-02 13:12  amai
6931         * util/getfiles.c (1.8): getfiles.c: - add 'cont' add some places  
6932                     (as I realized we are already using it, so we don't    
6933                   discuss systems w/o here)             - drop */errno.h
6934         #includes (I couldn't see any usage of it currently)
6936 2001-02-01 23:16  tringali
6938         * makefiles/Makefile.aix (1.2): 
6939         
6940         Fix for bug 130164: force X headers to include full prototype
6941         information.
6943 2001-01-26 22:42  amai
6945         * source/: help.c (1.7), window.c (1.11): help.c: switch to
6946         "January, 2001" window.c: ad cast; should fix SF [Bug #130164 ]
6947         Compiler warning on AIX4.3.2 in                window.c
6949 2001-01-24 15:54  amai
6951         * util/misc.c (1.11), source/highlightData.c (1.6), source/menu.c
6952         (1.8), source/preferences.c (1.10), source/userCmds.c (1.7): *.c:
6953         The XmNnumChildren resource if of type 'Cardinal', not 'int'
6955 2001-01-10 10:42  amai
6957         * source/textBuf.c (1.4): textBuf.c: fix for SF [Bug #115195 ]
6958         textBuf.c:862 warning: '/*' within comment
6960 2001-01-05 21:18  amai
6962         * source/shell.c (1.6): shell.c: change some "Nedit" strings to
6963         "NEdit".           properly end an execl() parameter list by (char
6964         *)0
6966 2000-12-20 14:05  amai
6968         * source/help.c (1.6), source/nedit.c (1.7), source/search.c
6969         (1.11), source/window.c (1.10), util/getfiles.c (1.7): Replace
6970         "Lesstif" by "LessTif" ...  Update timestamp in version info to
6971         "december, 2000"
6973 2000-12-20 13:56  amai
6975         * README (1.3), source/.cvsignore (1.1), source/tags.c (1.7),
6976         util/misc.c (1.10): Add two missing #includes Add a .cvsignore for
6977         the two binaries beign built Update the docs WRT LessTif issues
6979 2000-12-19 21:08  tringali
6981         * nedit.doc (1.3): 
6982         
6983         Removed obsolete references to fnal.gov FTP server.
6985 2000-12-19 21:06  edg
6987         * source/selection.c (1.5): Added a fix for SF bug 126285: segfault
6988         with goto line.
6990 2000-12-15 20:57  edg
6992         * source/text.c (1.5): Fixed a selection highlighting bug (removed
6993         an earlier bogus patch).
6995 2000-12-10 19:35  edg
6997         * source/search.c (1.10): Fixed some (harmless) compiler warnings. 
6998         Added an extra check in the multi-file replacement code to make
6999         sure that the user didn't invalidate the replacement strings when
7000         the dialog isn't modal (bug in several Lesstif versions).
7002 2000-11-30 21:33  edg
7004         * util/getfiles.c (1.6): Implemented a workaround for a Motif 2.x
7005         file selection box bug.
7007 2000-11-30 21:31  edg
7009         * makefiles/Makefile.cygwin (1.2): Minor changes requested by
7010         Christian Denat.
7012 2000-11-23 23:23  edg
7014         * source/: search.c (1.9), search.h (1.3), window.c (1.9): Fixed a
7015         critical bug in the multi-file replace functionality.  Closing
7016         windows while a multi-file replace dialog was up could result in a
7017         crash. The lists are now updated when a window closes.
7019 2000-11-22 23:08  edg
7021         * source/: nedit.h (1.4), search.c (1.8), window.c (1.8): Added
7022         multi-file replace-all functionality.
7024 2000-11-22 21:50  edg
7026         * source/: preferences.c (1.9), search.c (1.7): Added a missing
7027         #include <stdio.h>.
7029 2000-11-07 14:03  edel
7031         * util/misc.c (1.9): Fix glitches in Caps/Num Lock patch
7033 2000-11-06 21:52  edel
7035         * source/: macro.c (1.6), preferences.c (1.8), shift.c (1.5),
7036         text.c (1.4), userCmds.c (1.6), window.c (1.7): Patch for Caps/Num
7037         Lock bug + a few other minor fixes
7039 2000-11-06 21:50  edel
7041         * util/: misc.c (1.8), misc.h (1.4): Patch for Caps/Num Lock Motif
7042         bug
7044 2000-10-06 21:23  edel
7046         * util/misc.c (1.7): Bug fix: BG menu not working with new best
7047         visual code
7049 2000-10-04 03:09  edel
7051         * util/: DialogF.c (1.4), fontsel.c (1.4), getfiles.c (1.5),
7052         managedList.c (1.3), misc.c (1.6), printUtils.c (1.5): For IA-64,
7053         XtVa argument lists must be terminated with NULL rather than 0
7055 2000-10-04 03:07  edel
7057         * source/: macro.c (1.5), menu.c (1.7), preferences.c (1.7),
7058         search.c (1.6), selection.c (1.4), shell.c (1.5), shift.c (1.4),
7059         smartIndent.c (1.6), tags.c (1.6), textDisp.c (1.4), userCmds.c
7060         (1.5), window.c (1.6): For IA-64, XtVa calls must be terminated
7061         w/NULL, rather than 0
7063 2000-09-29 15:48  edel
7065         * util/: fileUtils.c (1.4), misc.c (1.5): Support ClearCase version
7066         extended pathnames (and fix some compiler warns)
7068 2000-09-29 15:38  edel
7070         * source/: file.c (1.6), file.h (1.3), menu.c (1.6), nedit.c (1.6),
7071         preferences.c (1.6), server.c (1.4), shell.c (1.4): Updates from
7072         Max (via Arne), and Arne Førlie: ClearCase version extended paths,
7073         Untitled windows inherit parent path, and avoid reuse of Untitled
7074         windows which are currently running a macro.
7076 2000-09-26 20:28  edel
7078         * source/: file.c (1.5), help.c (1.5), highlightData.c (1.5),
7079         macro.c (1.4), menu.c (1.5), nedit.c (1.5), preferences.c (1.5),
7080         search.c (1.5), smartIndent.c (1.5), tags.c (1.5), userCmds.c
7081         (1.4), window.c (1.5): Allow nedit to use non-default visuals
7083 2000-09-26 20:25  edel
7085         * util/: DialogF.c (1.3), fontsel.c (1.3), getfiles.c (1.4), misc.c
7086         (1.4), misc.h (1.3), printUtils.c (1.4): Allow NEdit to use
7087         non-default visual
7089 2000-09-22 19:41  edel
7091         * util/: fileUtils.c (1.3), getfiles.c (1.3), misc.c (1.3),
7092         prefFile.c (1.3), printUtils.c (1.3): Changes since last posted
7093         development release
7095 2000-09-22 19:34  edel
7097         * source/: file.c (1.4), help.c (1.4), highlight.c (1.4),
7098         highlightData.c (1.4), interpret.c (1.3), macro.c (1.3), menu.c
7099         (1.4), nc.c (1.3), nedit.c (1.4), parse.y (1.4), preferences.c
7100         (1.4), regularExp.c (1.3), search.c (1.4), selection.c (1.3),
7101         server.c (1.3), shell.c (1.3), shift.c (1.3), smartIndent.c (1.4),
7102         tags.c (1.4), text.c (1.3), textBuf.c (1.3), undo.c (1.3),
7103         userCmds.c (1.3), window.c (1.4): Changes since last posted
7104         development release
7106 2000-09-10 18:15  tringali
7108         * makefiles/: Makefile.aix (1.1), Makefile.bsdi (1.1),
7109         Makefile.ccur (1.1), Makefile.convex (1.1), Makefile.cygwin (1.1),
7110         Makefile.dcosx (1.1), Makefile.dec (1.1), Makefile.freebsd (1.1),
7111         Makefile.generic (1.1), Makefile.hpux (1.1), Makefile.linux (1.1),
7112         Makefile.lynx (1.1), Makefile.m88k.svr4 (1.1), Makefile.netbsd
7113         (1.1), Makefile.os2 (1.1), Makefile.osf (1.1), Makefile.reliant
7114         (1.1), Makefile.sco (1.1), Makefile.sgi (1.1), Makefile.solaris
7115         (1.1), Makefile.sunos (1.1), Makefile.uhc (1.1), Makefile.ultrix
7116         (1.1), Makefile.unicos (1.1), Makefile.unixware (1.1) (utags:
7117         REL-5-1-1): 5.1.1 baseline
7119 2000-09-09 22:22  tringali
7121         * source/: comnedit.com (1.3), file.c (1.3), help.c (1.3),
7122         highlight.c (1.3), highlightData.c (1.3), menu.c (1.3), nedit.c
7123         (1.3), nedit.h (1.3), parse.c_noyacc (1.2), parse.y (1.3),
7124         preferences.c (1.3), search.c (1.3), smartIndent.c (1.3), tags.c
7125         (1.3), textDisp.c (1.3), window.c (1.3): 5.2 Development snapshot
7126         as of 5/29/2000
7128 2000-09-09 22:18  tringali
7130         * Makefile (1.2, REL-5-1-1), README (1.2, REL-5-1-1), ReleaseNotes
7131         (1.1, REL-5-1-1), nc.man (1.2, REL-5-1-1), nedit.doc (1.2,
7132         REL-5-1-1), nedit.man (1.2, REL-5-1-1), source/Makefile.common
7133         (1.2, REL-5-1-1), source/Makefile.dec (1.2), source/Makefile.hp
7134         (1.2), source/Makefile.ibm (1.2), source/Makefile.linux (1.2),
7135         source/Makefile.osf (1.2), source/Makefile.sgi (1.2),
7136         source/Makefile.solaris (1.2), source/Makefile.sunos (1.2),
7137         source/Makefile.ultrix (1.2), source/comnedit.com (1.2, REL-5-1-1),
7138         source/file.c (1.2, REL-5-1-1), source/file.h (1.2, REL-5-1-1),
7139         source/help.c (1.2, REL-5-1-1), source/help.h (1.2, REL-5-1-1),
7140         source/highlight.c (1.2, REL-5-1-1), source/highlight.h (1.2,
7141         REL-5-1-1), source/highlightData.c (1.2, REL-5-1-1),
7142         source/highlightData.h (1.2, REL-5-1-1), source/interpret.c (1.2,
7143         REL-5-1-1), source/lnknedit.com (1.2, REL-5-1-1), source/macro.c
7144         (1.2, REL-5-1-1), source/menu.c (1.2, REL-5-1-1), source/menu.h
7145         (1.2, REL-5-1-1), source/nc.c (1.2, REL-5-1-1), source/nedit.c
7146         (1.2, REL-5-1-1), source/nedit.h (1.2, REL-5-1-1), source/parse.y
7147         (1.2, REL-5-1-1), source/preferences.c (1.2, REL-5-1-1),
7148         source/preferences.h (1.2, REL-5-1-1), source/regexConvert.c (1.1,
7149         REL-5-1-1), source/regexConvert.h (1.1, REL-5-1-1),
7150         source/regularExp.c (1.2, REL-5-1-1), source/regularExp.h (1.2,
7151         REL-5-1-1), source/search.c (1.2, REL-5-1-1), source/search.h (1.2,
7152         REL-5-1-1), source/selection.c (1.2, REL-5-1-1), source/selection.h
7153         (1.2, REL-5-1-1), source/server.c (1.2, REL-5-1-1), source/shell.c
7154         (1.2, REL-5-1-1), source/shell.h (1.2, REL-5-1-1), source/shift.c
7155         (1.2, REL-5-1-1), source/shift.h (1.2, REL-5-1-1),
7156         source/smartIndent.c (1.2, REL-5-1-1), source/smartIndent.h (1.2,
7157         REL-5-1-1), source/tags.c (1.2, REL-5-1-1), source/tags.h (1.2,
7158         REL-5-1-1), source/text.c (1.2, REL-5-1-1), source/text.h (1.2,
7159         REL-5-1-1), source/textBuf.c (1.2, REL-5-1-1), source/textBuf.h
7160         (1.2, REL-5-1-1), source/textDisp.c (1.2, REL-5-1-1),
7161         source/textDisp.h (1.2, REL-5-1-1), source/textDrag.c (1.2,
7162         REL-5-1-1), source/textP.h (1.2, REL-5-1-1), source/textSel.c (1.2,
7163         REL-5-1-1), source/undo.c (1.2, REL-5-1-1), source/undo.h (1.2,
7164         REL-5-1-1), source/userCmds.c (1.2, REL-5-1-1), source/userCmds.h
7165         (1.2, REL-5-1-1), source/window.c (1.2, REL-5-1-1), source/window.h
7166         (1.2, REL-5-1-1), util/DialogF.c (1.2, REL-5-1-1), util/DialogF.h
7167         (1.2, REL-5-1-1), util/Makefile.common (1.2, REL-5-1-1),
7168         util/Makefile.dec (1.2), util/Makefile.hp (1.2), util/Makefile.ibm
7169         (1.2), util/Makefile.linux (1.2), util/Makefile.sgi (1.2),
7170         util/Makefile.solaris (1.2), util/Makefile.sunos (1.2),
7171         util/Makefile.ultrix (1.2), util/fileUtils.c (1.2, REL-5-1-1),
7172         util/fileUtils.h (1.2, REL-5-1-1), util/fontsel.c (1.2, REL-5-1-1),
7173         util/fontsel.h (1.2, REL-5-1-1), util/getfiles.c (1.2, REL-5-1-1),
7174         util/getfiles.h (1.2, REL-5-1-1), util/managedList.c (1.2,
7175         REL-5-1-1), util/managedList.h (1.2, REL-5-1-1), util/misc.c (1.2,
7176         REL-5-1-1), util/misc.h (1.2, REL-5-1-1), util/prefFile.c (1.2,
7177         REL-5-1-1), util/prefFile.h (1.2, REL-5-1-1), util/printUtils.c
7178         (1.2, REL-5-1-1), util/printUtils.h (1.2, REL-5-1-1),
7179         util/vmsUtils.c (1.2, REL-5-1-1), util/vmsUtils.h (1.2, REL-5-1-1):
7180         5.1.1 baseline
7182 2000-09-09 22:12  tringali
7184         * Makefile (1.1), README (1.1), nc.man (1.1), nedit.doc (1.1),
7185         nedit.man (1.1), source/Makefile.common (1.1), source/Makefile.dec
7186         (1.1), source/Makefile.hp (1.1), source/Makefile.ibm (1.1),
7187         source/Makefile.linux (1.1), source/Makefile.osf (1.1),
7188         source/Makefile.sgi (1.1), source/Makefile.solaris (1.1),
7189         source/Makefile.sunos (1.1), source/Makefile.ultrix (1.1),
7190         source/comnedit.com (1.1), source/file.c (1.1), source/file.h
7191         (1.1), source/help.c (1.1), source/help.h (1.1), source/highlight.c
7192         (1.1), source/highlight.h (1.1), source/highlightData.c (1.1),
7193         source/highlightData.h (1.1), source/interpret.c (1.1),
7194         source/interpret.h (1.1, REL-5-1-1), source/lnknedit.com (1.1),
7195         source/macro.c (1.1), source/macro.h (1.1, REL-5-1-1),
7196         source/menu.c (1.1), source/menu.h (1.1), source/n.bm (1.1,
7197         REL-5-1-1), source/nc.c (1.1), source/nedit.bm (1.1, REL-5-1-1),
7198         source/nedit.c (1.1), source/nedit.h (1.1),
7199         source/nedit_options_file.opt (1.1, REL-5-1-1),
7200         source/parse.c_noyacc (1.1, REL-5-1-1), source/parse.h (1.1,
7201         REL-5-1-1), source/parse.y (1.1), source/preferences.c (1.1),
7202         source/preferences.h (1.1), source/regularExp.c (1.1),
7203         source/regularExp.h (1.1), source/search.c (1.1), source/search.h
7204         (1.1), source/selection.c (1.1), source/selection.h (1.1),
7205         source/server.c (1.1), source/server.h (1.1, REL-5-1-1),
7206         source/shell.c (1.1), source/shell.h (1.1), source/shift.c (1.1),
7207         source/shift.h (1.1), source/smartIndent.c (1.1),
7208         source/smartIndent.h (1.1), source/tags.c (1.1), source/tags.h
7209         (1.1), source/text.c (1.1), source/text.h (1.1), source/textBuf.c
7210         (1.1), source/textBuf.h (1.1), source/textDisp.c (1.1),
7211         source/textDisp.h (1.1), source/textDrag.c (1.1), source/textDrag.h
7212         (1.1, REL-5-1-1), source/textP.h (1.1), source/textSel.c (1.1),
7213         source/textSel.h (1.1, REL-5-1-1), source/undo.c (1.1),
7214         source/undo.h (1.1), source/userCmds.c (1.1), source/userCmds.h
7215         (1.1), source/window.c (1.1), source/window.h (1.1), util/DialogF.c
7216         (1.1), util/DialogF.h (1.1), util/Makefile.common (1.1),
7217         util/Makefile.dec (1.1), util/Makefile.hp (1.1), util/Makefile.ibm
7218         (1.1), util/Makefile.linux (1.1), util/Makefile.sgi (1.1),
7219         util/Makefile.solaris (1.1), util/Makefile.sunos (1.1),
7220         util/Makefile.ultrix (1.1), util/comutil.com (1.1, REL-5-1-1),
7221         util/fileUtils.c (1.1), util/fileUtils.h (1.1), util/fontsel.c
7222         (1.1), util/fontsel.h (1.1), util/getfiles.c (1.1), util/getfiles.h
7223         (1.1), util/managedList.c (1.1), util/managedList.h (1.1),
7224         util/misc.c (1.1), util/misc.h (1.1), util/prefFile.c (1.1),
7225         util/prefFile.h (1.1), util/printUtils.c (1.1), util/printUtils.h
7226         (1.1), util/vmsParam.h (1.1, REL-5-1-1), util/vmsUtils.c (1.1),
7227         util/vmsUtils.h (1.1) (utags: REL-5-0-2): 5.0.2 baseline