3 * source/macro.c (1.81): Fix for SF bug #889444: rangeset_add(rs1,
4 rs2) fails if rs1, rs2 is empty.
8 * source/preferences.c (1.110): Bugfix: nedit.tabbedMode was not
9 saved to nedit.rc file.
11 2004-01-29 11:03 tksoh
13 * source/smartIndent.c (1.31): Applied workaround for Motif
14 crash-with-tearoffs bug to Smart Indent dialog. Any more?
16 2004-01-29 10:53 tksoh
18 * source/highlightData.c (1.61), source/window.c (1.106),
19 util/misc.c (1.62), util/misc.h (1.22): Applied workaround for
20 Motif crash-with-tearoffs bug to Syntax Highlighting Patterns
23 2004-01-28 01:50 tksoh
25 * doc/help.etx (1.58), source/help_data.h (1.52),
26 source/help_topic.h (1.44), source/preferences.c (1.109): A sort of
27 fix for SF Bug #883894: removed normal non-whitespace text
28 characters from the default backlighting list, so that those
29 characters will be displayed with the background color as defined
30 by the nedit.textBgColor resource - unless overridden by syntax
33 2004-01-27 18:02 tksoh
35 * source/: userCmds.c (1.40), window.c (1.105): When switching
36 tabs, only update Macro/Shell/BG menus only if the language mode
37 has changed, to reduce flickers on the tearoffs.
39 2004-01-27 17:44 tksoh
41 * source/preferences.c (1.108): Fix for SF bug #884862: typo in
42 class names of preference resources.
44 2004-01-26 09:23 tksoh
46 * source/: macro.c (1.80), macro.h (1.6), nedit.h (1.44), shell.c
47 (1.29), shell.h (1.7), window.c (1.104): Mode message display was
48 not handled properly as we switch between documents.
50 2004-01-20 03:31 tksoh
52 * source/window.c (1.103): fixed compiling warning on use of
55 2004-01-20 02:48 tksoh
57 * source/: rangeset.c (1.9), rangeset.h (1.4), window.c (1.102):
58 Transfer rangeset info when attaching/detaching tabs (Uwe Lehnert)
62 * source/file.c (1.74): Fix for SF bug #878183: File deleted.
63 Don't delete incremental backup files when incremental backups are
68 * source/highlightData.c (1.60), source/preferences.c (1.107),
69 source/search.c (1.64), source/userCmds.c (1.39), util/misc.c
70 (1.61), util/misc.h (1.21): Applied the "OpenMotif sticky radio
71 button" workaround to all radio buttons.
73 2004-01-16 02:59 tksoh
75 * doc/help.etx (1.57), source/file.c (1.73), source/help_data.h
76 (1.51), source/help_topic.h (1.43), source/macro.c (1.79),
77 source/menu.c (1.86), source/nedit.c (1.58), source/nedit.h (1.43),
78 source/preferences.c (1.106), source/preferences.h (1.38),
79 source/search.c (1.63), source/server.c (1.24), source/userCmds.c
80 (1.38), source/window.c (1.101), source/window.h (1.14): Phase one
81 of Buffers-to-Documents conversion.
83 2004-01-15 07:59 tksoh
85 * source/window.c (1.100): Bugfix: always update Macro & Shell
86 menus when raising a buffer, so that the keyboard shortcuts
87 are refreshed properly.
89 We'll worry about the visual optimization later.
93 * source/window.c (1.99): Prevent some (harmless) uninitialized
94 variable accesses when creating a geometry string.
96 2004-01-13 14:46 tringali
98 * source/window.c (1.98): Workaround for bug in OpenMotif 2.1 and
99 2.2. If you have an active tear-off menu from a TopLevelShell that
100 is a child of an ApplicationShell, and then close the parent
101 window, Motif crashes. The problem doesn't happen if you close the
102 tear-offs first, so, we programatically close them before
103 destroying the shell widget.
105 2004-01-13 02:45 tksoh
107 * source/preferences.c (1.105): Fixed coredump when changing
108 language mode via 'Language Mode' tearoff menu.
112 * makefiles/Makefile.cygwin (1.8): Added check_tif_rule for Cygwin.
116 * source/highlight.c (1.45): Bug fix for crash in highlighting
117 dialog, reported by Joerg Fischer. Error pattern of color-only
118 patterns was copied erroneously.
120 2004-01-10 06:12 tksoh
122 * source/userCmds.c (1.37): Fixed coredump when invoking
123 Macro/Shell/Background commands from tear-offs.
125 2004-01-09 05:56 tksoh
127 * source/userCmds.c (1.36): Bugfix: when invoked by keyboard
128 shoft-cuts, macro and shell commands were always executed in the
129 first buffer created, or coredumped if the first buffer had been
132 2004-01-08 06:19 tksoh
134 * source/: macro.c (1.78), macro.h (1.5), shell.c (1.28), shell.h
135 (1.6), window.c (1.97): Bugfix: cursor and statsline now reflect if
136 macro/shell commands are in progress in each individual buffer.
138 2004-01-06 06:25 n8gray
140 * source/macro.c (1.77): Patch monkey see, patch monkey do. Tony
141 says fix rangeset bug, patch monkey fix rangeset bug. Ook. Fixes
144 2004-01-06 02:38 tksoh
146 * source/: menu.c (1.85), userCmds.c (1.35), window.c (1.96):
147 Improved handling of tear-off (Macro, Shell and Windows) menus:
148 i) fixed shrink-expand bugs; ii) tear-offs stay up when buffers
151 2004-01-02 10:32 tksoh
153 * source/window.c (1.95): window manager's size hints should follow
156 2003-12-31 02:25 tksoh
158 * source/window.c (1.94): Bugfix: bookmarks were lost when
159 detaching/attaching buffers. (Uwe Lehnert)
161 2003-12-31 01:22 tksoh
163 * source/window.c (1.93): Bugfix for crash when navigating through
166 2003-12-30 15:32 tringali
168 * source/nedit.c (1.57): Also put back XmLFolder resources.
170 2003-12-30 15:19 tringali
172 * source/nedit.c (1.56): Revert to fallback resources. The merging
173 didn't work as I expected.
175 2003-12-29 10:58 tksoh
177 * source/window.c (1.92): Applied temporary workaround for
178 disappearing-text-window bug when linking to Lesstif (ver 0.93.18 &
181 2003-12-28 17:30 tringali
183 * source/nedit.c (1.55): New default resource scheme. We enter
184 resources directly via Xrm calls, instead of fallback resources.
185 This should avoid version skew problems when an app-defaults file
186 has been installed against our wishes. In particular, when there
187 is an app-defaults file out there, we should now merge all the
188 built-in and external resources. Fallback resources would simply
189 discard the built-in resources in favor of the ones in the file,
190 and this frequently would cause missing resources if the file was
193 2003-12-28 17:25 yooden
195 * source/: highlightData.c (1.59), preferences.c (1.104): Changes
196 LaTeX patterns (Jörg Fischer) and adds comment macro (Sergei
199 2003-12-28 17:25 tringali
201 * source/window.c (1.91): Remove hardcoded visual resources for tab
202 widget, in favor of resources that can be overridden.
204 2003-12-28 16:26 yooden
206 * source/: help_data.h (1.50), help_topic.h (1.42), highlightData.c
207 (1.58): Adds $args[] to the NEdit Macro pattern.
209 2003-12-26 10:14 tksoh
211 * source/window.c (1.90): bugfix: text colors not correctly set for
214 2003-12-25 07:09 tksoh
216 * Makefile (1.13): Committed patch #569287: tabbed buffers mode.
218 2003-12-25 06:55 tksoh
220 * Microline/XmL/Folder.c (1.2), Microline/XmL/FolderP.h (1.2),
221 Microline/XmL/Makefile.common (1.1),
222 Microline/XmL/Makefile.dependencies (1.1), Microline/XmL/XmL.h
223 (1.2), Xlt/BubbleButton.c (1.3), Xlt/BubbleButton.h (1.2),
224 Xlt/BubbleButtonP.h (1.2), Xlt/Makefile.common (1.1),
225 Xlt/Makefile.dependencies (1.1), Xlt/SlideC.c (1.2), doc/help.etx
226 (1.56), source/Makefile.common (1.16), source/file.c (1.72),
227 source/file.h (1.11), source/highlight.c (1.44), source/highlight.h
228 (1.12), source/interpret.c (1.36), source/macro.c (1.76),
229 source/menu.c (1.84), source/menu.h (1.8), source/nc.c (1.37),
230 source/nedit.c (1.54), source/nedit.h (1.42), source/preferences.c
231 (1.103), source/preferences.h (1.37), source/search.c (1.62),
232 source/search.h (1.21), source/selection.c (1.26), source/server.c
233 (1.23), source/shell.c (1.27), source/smartIndent.c (1.30),
234 source/tags.c (1.53), source/text.h (1.18), source/userCmds.c
235 (1.34), source/window.c (1.89), source/window.h (1.13): Committed
236 patch #569287: tabbed buffers mode.
238 2003-12-24 07:41 tksoh
240 * Xlt/BubbleButton.c (1.2): Bugfix: XltNbubbleString could not be
241 changed after an XltBubbleButton widget has been created.
243 2003-12-23 21:54 slobasso
245 * doc/help.etx (1.55): docs for new $args[] array and removed 9 arg
248 2003-12-23 10:53 yooden
250 * source/file.c (1.71): Adds a warning to root if he wants to write
253 2003-12-23 08:34 tksoh
255 * Xlt/: BubbleButton.c (1.1), BubbleButton.h (1.1), BubbleButtonP.h
256 (1.1), SlideC.c (1.1), SlideC.h (1.1), SlideCP.h (1.1): Importing
257 the original code for XltBubbleButton from the Xlt Widget Set
258 version 9.2.9 (http://xlt.soureforge.net).
260 2003-12-21 01:43 tksoh
262 * Microline/: Makefile (1.1), Makefile.in (1.1), XmL/Folder.c
263 (1.1), XmL/Folder.h (1.1), XmL/FolderP.h (1.1), XmL/Grid.c (1.1),
264 XmL/Grid.h (1.1), XmL/GridP.h (1.1), XmL/GridUtil.c (1.1),
265 XmL/Makefile (1.1), XmL/Makefile.in (1.1), XmL/Progress.c (1.1),
266 XmL/Progress.h (1.1), XmL/ProgressP.h (1.1), XmL/Tree.c (1.1),
267 XmL/Tree.h (1.1), XmL/TreeP.h (1.1), XmL/XmL.c (1.1), XmL/XmL.h
268 (1.1), XmL/XmL.uih (1.1), examples/Makefile (1.1),
269 examples/Makefile.in (1.1), examples/demo.c (1.1),
270 examples/folder1.c (1.1), examples/folder2.c (1.1),
271 examples/folder3.c (1.1), examples/folder4.c (1.1),
272 examples/grid1.c (1.1), examples/grid2.c (1.1), examples/grid3.c
273 (1.1), examples/grid4.c (1.1), examples/grid5.c (1.1),
274 examples/grid6.c (1.1), examples/prog1.c (1.1), examples/prog2.c
275 (1.1), examples/prog3.c (1.1), examples/tree1.c (1.1),
276 examples/tree2.c (1.1), examples/tree3.c (1.1), examples/tree4.c
277 (1.1), examples/tree5.c (1.1), examples/uil1.c (1.1),
278 examples/uil1.uil (1.1), examples/util1.c (1.1), man/XmLArrayAdd.3x
279 (1.1), man/XmLArrayDel.3x (1.1), man/XmLArrayFree.3x (1.1),
280 man/XmLArrayGet.3x (1.1), man/XmLArrayGetCount.3x (1.1),
281 man/XmLArrayMove.3x (1.1), man/XmLArrayNew.3x (1.1),
282 man/XmLArrayReorder.3x (1.1), man/XmLArraySet.3x (1.1),
283 man/XmLArraySort.3x (1.1), man/XmLCreateFolder.3x (1.1),
284 man/XmLCreateGrid.3x (1.1), man/XmLCreateProgress.3x (1.1),
285 man/XmLCreateTree.3x (1.1), man/XmLCvtStringToUChar.3x (1.1),
286 man/XmLDateDaysInMonth.3x (1.1), man/XmLDateWeekDay.3x (1.1),
287 man/XmLDrawnButtonSetType.3x (1.1), man/XmLFolder.3x (1.1),
288 man/XmLFolderAddBitmapTab.3x (1.1),
289 man/XmLFolderAddBitmapTabForm.3x (1.1), man/XmLFolderAddTab.3x
290 (1.1), man/XmLFolderAddTabForm.3x (1.1),
291 man/XmLFolderSetActiveTab.3x (1.1), man/XmLFontListCopyDefault.3x
292 (1.1), man/XmLFontListGetDimensions.3x (1.1), man/XmLGrid.3x (1.1),
293 man/XmLGridAddColumns.3x (1.1), man/XmLGridAddRows.3x (1.1),
294 man/XmLGridColumnIsVisible.3x (1.1), man/XmLGridCopyPos.3x (1.1),
295 man/XmLGridCopySelected.3x (1.1), man/XmLGridDeleteAllColumns.3x
296 (1.1), man/XmLGridDeleteAllRows.3x (1.1),
297 man/XmLGridDeleteColumns.3x (1.1), man/XmLGridDeleteRows.3x (1.1),
298 man/XmLGridDeselectAllCells.3x (1.1),
299 man/XmLGridDeselectAllColumns.3x (1.1),
300 man/XmLGridDeselectAllRows.3x (1.1), man/XmLGridDeselectCell.3x
301 (1.1), man/XmLGridDeselectColumn.3x (1.1),
302 man/XmLGridDeselectRow.3x (1.1), man/XmLGridEditBegin.3x (1.1),
303 man/XmLGridEditCancel.3x (1.1), man/XmLGridEditComplete.3x (1.1),
304 man/XmLGridGetColumn.3x (1.1), man/XmLGridGetFocus.3x (1.1),
305 man/XmLGridGetRow.3x (1.1), man/XmLGridGetSelectedCellCount.3x
306 (1.1), man/XmLGridGetSelectedCells.3x (1.1),
307 man/XmLGridGetSelectedColumnCount.3x (1.1),
308 man/XmLGridGetSelectedColumns.3x (1.1),
309 man/XmLGridGetSelectedRow.3x (1.1),
310 man/XmLGridGetSelectedRowCount.3x (1.1),
311 man/XmLGridGetSelectedRows.3x (1.1), man/XmLGridMoveColumns.3x
312 (1.1), man/XmLGridMoveRows.3x (1.1), man/XmLGridPaste.3x (1.1),
313 man/XmLGridPastePos.3x (1.1), man/XmLGridRead.3x (1.1),
314 man/XmLGridReadPos.3x (1.1), man/XmLGridRedrawAll.3x (1.1),
315 man/XmLGridRedrawCell.3x (1.1), man/XmLGridRedrawColumn.3x (1.1),
316 man/XmLGridRedrawRow.3x (1.1), man/XmLGridReorderColumns.3x (1.1),
317 man/XmLGridReorderRows.3x (1.1), man/XmLGridRowColumnToXY.3x (1.1),
318 man/XmLGridRowIsVisible.3x (1.1), man/XmLGridSelectAllCells.3x
319 (1.1), man/XmLGridSelectAllColumns.3x (1.1),
320 man/XmLGridSelectAllRows.3x (1.1), man/XmLGridSelectCell.3x (1.1),
321 man/XmLGridSelectColumn.3x (1.1), man/XmLGridSelectRow.3x (1.1),
322 man/XmLGridSetFocus.3x (1.1), man/XmLGridSetStrings.3x (1.1),
323 man/XmLGridSetStringsPos.3x (1.1), man/XmLGridWrite.3x (1.1),
324 man/XmLGridWritePos.3x (1.1), man/XmLGridXYToRowColumn.3x (1.1),
325 man/XmLMessageBox.3x (1.1), man/XmLPixmapDraw.3x (1.1),
326 man/XmLProgress.3x (1.1), man/XmLRectIntersect.3x (1.1),
327 man/XmLShellOfWidget.3x (1.1), man/XmLSort.3x (1.1),
328 man/XmLStringDraw.3x (1.1), man/XmLStringDrawDirection.3x (1.1),
329 man/XmLTree.3x (1.1), man/XmLTreeAddRow.3x (1.1),
330 man/XmLTreeAddRows.3x (1.1), man/XmLWarning.3x (1.1): Importing
331 Mozilla's Microline3.0 (XmL) library on the
332 MozillaSourceClassic_19981026_BRANCH branch, which has been
333 recently relicensed as MPL 1.1/GPL 2.0/LGPL 2.1.
335 The original source tree for Microline3.0 can be obtained here:
337 % cvs -d:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot \
338 co -r MozillaSourceClassic_19981026_BRANCH \
339 mozilla/cmd/xfe/Microline3.0/
341 2003-12-19 23:23 slobasso
343 * source/: interpret.c (1.35), interpret.h (1.14), macro.c (1.75),
344 parse.y (1.27), parse_noyacc.c (1.8): added new $args[] array and
345 removed 9 arg limit for macros
347 2003-12-13 18:16 yooden
349 * util/prefFile.c (1.22): Removes unneeded variable.
351 2003-12-09 17:55 slobasso
353 * doc/: .cvsignore (1.3), help.etx (1.54), nedit.pod (1.3): docs
358 * source/nedit.c (1.53): Adapted the nedit.helpForm.* resource spec
359 to the changed widget hierarchy (now nedit.help.helpForm.*) to make
360 mouse navigation in help windows operational again.
362 2003-12-07 22:48 yooden
364 * source/: highlightData.c (1.57), preferences.c (1.102): Adds a
365 'recursion level' to shell pattern set (see SF bug #770855).
367 2003-12-07 15:56 yooden
369 * util/prefFile.c (1.21): Removes double file access to verify pref
372 2003-12-05 00:05 slobasso
374 * source/nedit.c (1.52): default to server if server name is
377 2003-12-05 00:01 slobasso
379 * source/nc.c (1.36): add missing trailing newline to usage
381 2003-12-04 19:07 slobasso
383 * source/menu.c (1.83): first pass at neditdb corruption cleanup
387 * source/window.c (1.88): Renamed the window shell from "text" to
388 "textShell" to avoid resource matching ambiguities with the real
391 2003-11-26 21:58 yooden
393 * doc/help.etx (1.53): Added documentation for
394 nedit.undoModifiesSelection
398 * doc/Makefile (1.6): Remove generated man pages when cleaning.
402 * ChangeLog (1.35), Makefile (1.12), README (1.32), ReleaseNotes
403 (1.23), doc/Makefile (1.5), doc/NEdit.ad (1.4), doc/help.etx
404 (1.52), doc/nc.pod (1.2), doc/nedit.pod (1.2), doc/setext (1.11),
405 makefiles/Makefile.bsdi (1.6), makefiles/Makefile.ccur (1.6),
406 makefiles/Makefile.freebsd (1.6), makefiles/Makefile.generic
407 (1.11), makefiles/Makefile.macosx (1.5), makefiles/Makefile.netbsd
408 (1.6), makefiles/Makefile.openbsd (1.4), makefiles/Makefile.solaris
409 (1.10), source/file.c (1.70), source/help_data.h (1.49),
410 source/help_topic.h (1.41), source/highlight.c (1.43),
411 source/highlight.h (1.11), source/highlightData.c (1.56),
412 source/interpret.c (1.34), source/macro.c (1.74), source/menu.c
413 (1.82), source/nc.c (1.35), source/nedit.c (1.51), source/nedit.h
414 (1.41), source/preferences.c (1.101), source/rangeset.c (1.8),
415 source/rangeset.h (1.3), source/search.c (1.61), source/search.h
416 (1.20), source/server.c (1.22), source/tags.c (1.52), source/text.c
417 (1.45), source/textBuf.c (1.29), source/textBuf.h (1.15),
418 source/textDisp.c (1.54), source/textDisp.h (1.24), source/window.c
419 (1.87), util/check_lin_tif.c (1.7), util/getfiles.c (1.27),
420 util/misc.c (1.60), util/prefFile.c (1.20), util/system.h (1.13):
421 Merged 5.4 release branch with main trunk.
425 * ReleaseNotes, source/nc.c, source/server.c (BETA-5-4.[6,5,3])
426 (utags: REL-5-4): Fix for nc -lm and -geometry command line options
427 being dropped in some cases.
431 * Makefile (tags: REL-5-4) (BETA-5-4.5): 5.4RC2 -> 5.4.
435 * ChangeLog (tags: REL-5-4) (BETA-5-4.3): Regenerated (cvs2cl.pl -b
436 -r -t --accum --gmt).
440 * README (tags: REL-5-4), ReleaseNotes, source/help_data.h (tags:
441 REL-5-4), source/help_topic.h (tags: REL-5-4) (BETA-5-4.[7,5,9,6]):
442 Bumped version number to 5.4.
446 * source/menu.c (1.81): Fix for SF bug #844395: SGI_CUSTOM overtype
451 * util/fileUtils.c (1.31): Decreased the threshold for MAC file
452 format detection to 1 carriage return instead of 2.
456 * util/prefFile.c (BETA-5-4.1): Fix for nc crash on VMS (Michael
459 2003-11-16 13:50 yooden
461 * doc/help.etx (1.51): Fixed wrong documentation of $sub_sep,
462 pointed out by Jörg Fischer.
464 2003-11-14 23:46 yooden
466 * source/: file.c (1.69), smartIndent.c (1.29): Fixes two small
467 bugs: Wrong block and wrong argc.
469 2003-11-14 00:19 n8gray
471 * README, makefiles/Makefile.macosx (BETA-5-4.[6,2]): Reworked the
472 OS X makefile and added a note about building on OS X to the
475 2003-11-13 07:09 n8gray
477 * util/check_lin_tif.c (BETA-5-4.7): Changed error/warning messages
478 to be non-Linux-centric.
480 2003-11-08 00:15 yooden
482 * source/file.c (1.68): Changes typo in resource name.
486 * doc/help.etx, source/help_data.h, source/macro.c
487 (BETA-5-4.[9,8,4]): Removed the bogus rgb values from the array
488 returned by get_pattern_by_name(). Prevented the special "top"
489 pattern from showing up in the array returned by
490 get_style_at_pos(). Various minor code cleanups and comment fixes.
491 (Mostly contributed by Tony Balinski).
495 * doc/help.etx, source/help_data.h, source/highlight.c,
496 source/highlight.h, source/macro.c (BETA-5-4.[8,7,1,1,3]): Changed
497 the "extension" field returned by get_pattern_at_pos() to "extent"
498 and added an "extent" field to the return value of
503 * doc/help.etx (BETA-5-4.7): Typo fix (Yury).
507 * doc/help.etx (1.50), source/help_data.h (1.48), source/text.c
508 (1.44): Extended scroll_down() and scroll_up() such that one can
509 specify a scroll unit (lines or pages, default: lines) and
510 corrected the behaviour for CTRL + mouse wheel (scrolling no longer
511 moves the cursor nor destroys the selection).
513 2003-10-22 20:05 tringali
515 * source/help.c (1.96), source/highlightData.c (1.55),
516 source/nedit.c (1.50), source/nedit.h (1.40), source/preferences.c
517 (1.100), source/smartIndent.c (1.28), source/textSel.c (1.13),
518 source/userCmds.c (1.33), source/window.c (1.86),
519 util/check_lin_tif.c (1.6), util/misc.c (1.59), util/misc.h (1.20):
520 Changed widget hierarchy so we have a single (hidden) top-level
521 application shell. All the top-level windows (editors, syntax,
522 macros, etc.) are now TopLevelShell children of the application
523 shell. This is the standard way of structuring multiple-window
524 applications, and we've been standing on our heads trying to work
525 around problems the old approach causes (no visual propogation to
526 children, no way to address types of top-level windows by name in
527 resources, session management bugs, etc). Some advanced X resource
528 customizations may need to change, but for the better, I think.
530 2003-10-20 16:38 tringali
532 * source/interpret.c (tags: BETA-5-4-RC2) (BETA-5-4.1): Change
533 #define to be in column 0; some compilers will not accept this
538 * ChangeLog (tags: BETA-5-4-RC2) (BETA-5-4.2): Regenerated
539 (cvs2cl.pl -b -r -t --accum --gmt).
543 * doc/nc.man, doc/nedit.man, source/help_data.h,
544 source/help_topic.h (BETA-5-4.[2,2,6,5]) (utags: BETA-5-4-RC2):
545 Regenerated for 5.4RC2.
549 * doc/Makefile (tags: BETA-5-4-RC2) (BETA-5-4.2): Use double suffix
550 rule for man page generation iso. GNU make extension.
552 2003-10-15 23:08 yooden
554 * doc/help.etx, source/help_data.h, source/help_topic.h,
555 source/nc.c (BETA-5-4.[6,5,4,4]): New documentation for nc.
559 * doc/: nc.man, nedit.man (BETA-5-4.[1,1]): Regenerated.
563 * doc/nedit.pod (1.1): file nedit.pod was initially added on branch
568 * doc/nc.pod (1.1): file nc.pod was initially added on branch
573 * doc/: Makefile, nc.pod, nedit.pod (BETA-5-4.[1,1,1]): Added man
574 pages in pod format and automatic pod to man page translation.
576 2003-10-09 15:29 tringali
578 * util/system.h (BETA-5-4.1): Recognize ia64, cygwin, x86-64,
583 * source/nc.c (BETA-5-4.3): Fix for SF #820491: nc -ask hangs when
584 the user cancels the server startup.
588 * doc/setext (BETA-5-4.2): More HTML generation improvements
593 * doc/setext (BETA-5-4.1): Bug fixes in HTML generation (Andrew
598 * Makefile, README, ReleaseNotes (BETA-5-4.[4,5,4]): 5.4RC2
603 * doc/NEdit.ad (BETA-5-4.2): Removed trailing whitespace.
607 * makefiles/: Makefile.bsdi, Makefile.freebsd, Makefile.netbsd,
608 Makefile.openbsd (BETA-5-4.[1,1,1,1]): Added Motif/Lesstif version
613 * makefiles/Makefile.ccur, makefiles/Makefile.generic,
614 makefiles/Makefile.solaris, source/file.c (BETA-5-4.[1,1,1,4]):
615 Made USE_ACCESS the default (there's no security risk in the way we
616 use access()). See also SF #782518.
620 * doc/NEdit.ad (BETA-5-4.1): Updated resources to 5.4.
624 * source/nc.c (BETA-5-4.2): Typo fix: noAsk -> noask.
626 2003-09-26 19:45 yooden
628 * source/menu.c (BETA-5-4.3): Removes some references to the old
629 NEdit file history file name.
631 2003-09-12 18:24 tringali
633 * README (BETA-5-4.4): Updates for 5.4
637 * ChangeLog (BETA-5-4.1): Regenerated (cvs2cl.pl -b -r -t --accum
642 * source/rangeset.c (BETA-5-4.5): Fixed integer overflow that
643 caused infinite loops.
647 * source/rangeset.c (BETA-5-4.4): Crash fix: rangeset name field
648 not initialized. Other: rangeset table list field not initialized
649 (unpredictable first label).
651 2003-08-24 20:07 yooden
653 * source/highlightData.c (1.54): Fixed small bug in Shell pattern
656 2003-08-24 19:02 yooden
658 * source/highlightData.c (BETA-5-4.3): Changed macro pattern from
659 accomodate new highlighting information functions.
663 * source/file.c (BETA-5-4.3): Fix for SF bug #792447: "modified by
664 external..." and directories.
668 * source/file.c (BETA-5-4.2): Moved some statements to avoid
669 polluting errno before displaying an error dialog.
671 2003-08-21 06:41 n8gray
673 * doc/help.etx, source/help_data.h, source/help_topic.h
674 (BETA-5-4.[5,4,3]): Fixed help lines WRT -foreground and -background
675 command-line options. Also noticed that help text for new rangeset
676 API was never generated.
678 2003-08-15 21:58 n8gray
680 * source/preferences.c (BETA-5-4.5): Also migrate old colors if
681 there's no config file.
683 2003-08-14 22:06 slobasso
685 * source/menu.c, util/check_lin_tif.c (BETA-5-4.[2,6]): fix
688 2003-08-13 23:34 slobasso
690 * source/nedit.h (BETA-5-4.1): adjust constant for more menu items
694 * source/text.c (BETA-5-4.2): Make KP_Enter behave as Enter
695 (Execute Command Line used to be bound to KP_Enter but is now bound
696 to Ctrl+KP_Enter). (I tried to abort my previous commit when I
697 realized there was a potential problem, but I failed. Sorry.)
701 * source/text.c (BETA-5-4.1): [no log message]
705 * source/file.c (BETA-5-4.1): Fix for SF bugs #782513: Clicking in
706 text area requires save and #784442: NEdit thinks unchanged windows
707 need save. Additionally: drop read-only attribute when file goes
712 * source/server.c (BETA-5-4.2): Last commit was a fix for SF bug
713 #785738: "nc -do ..." creates extra window.
717 * source/server.c (BETA-5-4.1): Avoid creating extra windows when
718 using "nc -do ..." (Arne).
720 2003-08-08 16:24 slobasso
722 * source/rangeset.c (BETA-5-4.3): Only text changes where the text
723 is actually changed result in ranges being adjusted. This includes
724 changing hardware tab size.
726 2003-08-08 16:20 slobasso
728 * source/window.c (1.85): marks no longer get deleted when hardware
731 2003-08-07 04:42 slobasso
733 * doc/help.etx, source/macro.c (BETA-5-4.[4,2]): split
734 get_pattern() and get_style() into get_pattern_by_name(),
735 get_pattern_at_pos(), get_style_by_name(), and get_style_at_pos()
737 2003-08-04 22:32 slobasso
739 * doc/help.etx (BETA-5-4.3): Fix mistake with
740 rangeset_get_by_name() parameter list.
742 2003-08-03 17:38 yooden
744 * source/highlightData.c (1.53), source/menu.c (1.80),
745 source/preferences.c (1.99), source/preferences.h (1.36),
746 util/managedList.c (1.13): Removes some unsused functions, function
747 parameters and fixes a typo.
749 2003-08-02 21:03 yooden
751 * source/highlightData.c (BETA-5-4.2): Adds new functions
752 rangeset_get_by_name() and rangeset_set_name() to the NEdit Macro
753 syntax highlighting pattern set.
755 2003-08-01 01:26 n8gray
757 * source/: textDisp.c, textDisp.h, window.c (BETA-5-4.[1,1,1]):
758 This should fix the problem where new panes didn't get the correct
759 colors. It feels to me like there should be a better way to do
762 2003-07-31 22:35 n8gray
764 * source/tags.c (BETA-5-4.1): Fixed error parsing alias blocks in
767 2003-07-29 17:54 slobasso
769 * doc/help.etx, source/macro.c, source/rangeset.c,
770 source/rangeset.h (BETA-5-4.[2,1,2,1]): add name to rangesets and
771 fix several int/string implicit conversions
775 * util/getfiles.c (BETA-5-4.1): Workaround for Lesstif's "frozen
776 windows" bug (new windows opened via File->Open dialog are left
781 * source/macro.c (1.73): Another Lesstif Escape key workaround
782 (list dialog) by Oliver Schmidt.
784 2003-07-25 14:12 tringali
786 * source/preferences.c (BETA-5-4.4): Don't save
787 undoModifiesSelection
789 2003-07-25 06:50 tksoh
791 * source/file.c (1.67), util/getfiles.c (1.26), util/misc.c (1.58):
792 make file-selection dialog modeless when linking to Lesstif, as
793 workaround for Lesstif bug #566315 - window opened with open-file
794 dialog ingores all input.
796 2003-07-24 06:07 n8gray
798 * source/preferences.c (BETA-5-4.3): Added separator in Colors
799 dialog and changed buttons so they resize as expected.
801 2003-07-24 00:21 tringali
803 * source/nc.c (BETA-5-4.1): update version to 5.4
807 * source/macro.c (1.72), source/shell.c (1.26), util/DialogF.c
808 (1.28): Applied SF patch #771878: Escape cancels all dialogs.
812 * source/search.c (1.60): Minor Lesstif keyboard focus problem
813 workaround (Oliver Schmidt).
817 * source/highlightData.c (tags: BETA-5-4-RC1) (BETA-5-4.1):
818 Thorsten's latest revision of the NEdit Macro patterns (I'm only
819 acting as an SF proxy).
821 2003-07-10 18:21 n8gray
823 * util/check_lin_tif.c (tags: BETA-5-4-RC1) (BETA-5-4.5): Added OM
824 2.2.3 and LT 0.93.44 to known-bad versions.
826 2003-06-27 19:55 n8gray
828 * util/check_lin_tif.c (BETA-5-4.4): Removed the Motif 1.2 vs Motif
829 2.1 detection in lesstif. Also changed message that gets printed
830 when non-lesstif motif is detected to include possibility of OSF
833 2003-06-27 17:49 tringali
835 * source/nedit.c (tags: BETA-5-4-RC1) (BETA-5-4.1): Stronger locale
836 checking: handle setting of UTF8 by LC_CTYPE, LC_ALL, LANG and/or
837 the language via the -xnllanguage switch.
841 * util/misc.c (tags: BETA-5-4-RC1) (BETA-5-4.1): Crash fix for
842 OpenMotif radio button bug workaround.
844 2003-06-23 19:44 n8gray
846 * util/check_lin_tif.c (BETA-5-4.3): Adding all versions of Lesstif
847 from 0.93.25 to 0.93.41 to known-bad list.
849 2003-06-23 05:30 n8gray
851 * util/check_lin_tif.c (BETA-5-4.2): Adding Lesstif 0.93.{36,40} to
852 the known-bad versions list.
854 2003-06-22 00:42 n8gray
856 * doc/help.etx, source/help_data.h, source/help_topic.h
857 (BETA-5-4.[1,3,2]) (utags: BETA-5-4-RC1): Put my name in the
860 2003-06-21 03:02 tringali
862 * README, ReleaseNotes (BETA-5-4.[3,3]) (utags: BETA-5-4-RC1):
863 Closed out a pile of bugs.
865 2003-06-20 21:43 slobasso
867 * source/: menu.c, search.c, search.h (BETA-5-4.[1,1,1]) (utags:
868 BETA-5-4-RC1): fixed bug introduced when patch #734202 was merged
872 * source/: rangeset.c, textBuf.c, textBuf.h (BETA-5-4.[1,1,1])
873 (utags: BETA-5-4-RC1): Fix for rangeset display update bug.
877 * Makefile (tags: BETA-5-4-RC1) (BETA-5-4.3): Renegerating
878 nedit.doc and nedit.html was a bad idea. Better put them in the
883 * README, ReleaseNotes, source/help_data.h (BETA-5-4.[2,2,2]):
888 * Makefile (BETA-5-4.2): Make sure that nedit.doc and nedit.html
889 are up-to-date for the dist-bin target.
893 * source/preferences.c (tags: BETA-5-4-RC1) (BETA-5-4.2): Made the
894 5.4 preference migration conditional.
898 * README, ReleaseNotes (BETA-5-4.[1,1]): Updated time stamps.
902 * source/: help_data.h, help_topic.h (BETA-5-4.[1,1]): Regenerated
903 to get proper time stamps and 5.4beta label.
907 * Makefile (BETA-5-4.1): Make the build stop when the verify_config
912 * util/check_lin_tif.c (BETA-5-4.1): Warning fixes.
916 * makefiles/Makefile.macosx (tags: BETA-5-4-RC1) (BETA-5-4.1):
917 Added an alternative set of CFLAGS and LIBS for building with Fink
918 (disabled by default) and added the check_tif rule (Joerg).
920 2003-06-11 02:45 tksoh
922 * source/preferences.c (BETA-5-4.1): fixed title in Save
927 * ChangeLog (1.34, BETA-5-4-RC1): Regenerated (cvs2cl.pl -b -r -t
932 * source/: rangeset.c (1.7), textBuf.c (1.28): Fixed a rangeset
933 implementation flaw that caused all kinds of memory leaks in
934 different places. Buffers should not have rangeset modification
935 callbacks when there are no rangesets attached.
939 * util/misc.c (1.57): Window group hints leak fixes.
943 * source/nedit.c (1.49): Use proper resource class name to avoid
944 uninitialized memory read.
948 * util/misc.h (1.19), ReleaseNotes (1.22), source/search.c (1.59),
949 util/misc.c (1.56): Workaround for OpenMotif radio button bug (SF
950 #678198). (Tested with 6 different Motif flavours/versions).
952 2003-06-05 22:01 n8gray
954 * doc/help.etx (1.49), source/help_data.h (1.47),
955 source/help_topic.h (1.40), source/macro.c (1.71): Changed
956 calltip() so that "tipKey", "tagKey", and "tipText" are
957 position-independent optional arguments. . WARNING: This WILL
958 break any existing calltip calls with more than one argument!!! A
959 call like calltip(foo, "tipText", pos, bar, ...) needs to be
960 changed to calltip(foo, pos, "tipText", bar, ...) and calltip(foo,
961 "tipText") needs to be changed to calltip(foo, -1, "tipText").
963 2003-06-04 15:34 slobasso
965 * source/: preferences.c (1.98), window.c (1.84): remove unused
970 * source/menu.c (1.79): Fixed wrong title in Exit dialog.
972 2003-05-29 21:07 tringali
974 * util/fontsel.h (1.9): Match function declaration to definition
978 * source/preferences.c (1.97): Added an automatic upgrade routine
979 for the changed "wc" shell command.
981 2003-05-27 22:32 yooden
983 * source/preferences.c (1.96): Replaces csh-specific scriptlet with
986 2003-05-27 21:31 tringali
988 * source/window.c (1.83): Propogate colors to new windows on
993 * source/preferences.c (1.95): Automatically add Identifier2 text
994 drawing style when upgrading to 5.4.
998 * ChangeLog (1.33): Regenerated (cvs2cl.pl -b -r -t --accum --gmt).
1000 2003-05-26 09:07 edg
1002 * ReleaseNotes (1.21): Added bugs #559902, 561659, 526981, and
1005 2003-05-26 08:16 edg
1007 * source/search.c (1.58): Committed SF patch #559902: Show Matching
1008 Range Bugfix (Tom Heathcote).
1010 2003-05-25 15:55 edg
1012 * doc/help.etx (1.48), source/help_data.h (1.46),
1013 source/help_topic.h (1.39), source/highlightData.c (1.52),
1014 source/macro.c (1.70), source/menu.c (1.78), source/preferences.c
1015 (1.94), source/preferences.h (1.35): Removed and disabled some of
1016 the backlighting functionality and marked it as being experimental
1017 (for the 5.4 release).
1019 2003-05-24 19:15 tringali
1021 * source/: menu.c (1.77), nedit.h (1.39), preferences.c (1.93),
1022 preferences.h (1.34), window.c (1.82): Simplified the color dialog
1023 box so that all colors are global. Plug some leaks when parsing
1024 color names. Table-drive color settings to reduce duplicate code.
1026 2003-05-24 18:36 tringali
1028 * util/check_lin_tif.c (1.5): Allow Motif 2.1.x instead of just
1029 update level 30. We've delivered NEdit with these configurations
1032 2003-05-24 13:11 yooden
1034 * source/highlightData.c (1.51): Fixed missing escape in NEdit
1035 Macro highlighting pattern.
1037 2003-05-23 14:27 tringali
1039 * source/nedit.c (1.48): Avoid a crash when trying to drag widgets
1040 (not text) in non-default visual. This appears to be a OSF Motif
1041 bug so we just disable dragging entirely. Not a great solution.
1043 2003-05-23 10:58 edg
1045 * ReleaseNotes (1.20): Added bug #715767.
1047 2003-05-23 07:48 edg
1049 * source/preferences.c (1.92): Removed autoload.nm from NEdit macro
1050 recognition patterns again (covered by .nm) and made the upgrade
1051 routines also work for people who already upgraded to the post-5.3
1054 2003-05-22 22:12 yooden
1056 * source/: preferences.c (1.91), highlightData.c (1.50): New
1057 version of NEdit Macro syntax highlighting patterns.
1059 2003-05-22 22:00 edg
1061 * source/highlightData.c (1.49): Small update to the Python
1062 highlighting patterns (due to changed delimiters).
1064 2003-05-22 21:56 edg
1066 * source/preferences.c (1.90): Defined a non-default set of
1067 delimiters for Python mode. Added autoload.nm to the recognition
1068 patterns for NEdit Macro mode. Added nedit.rc to the recognition
1069 patterns for X Resources mode. Added a 5.3 to 5.4 upgrade routine
1070 for the 3 changes above.
1072 2003-05-20 05:41 n8gray
1074 * source/macro.c (1.69): Committing Tom Heathcote's minor rangeset
1075 patch. If it breaks everything blame him. :-)
1077 2003-05-20 00:27 n8gray
1079 * Makefile (1.11), makefiles/Makefile.aix (1.7),
1080 makefiles/Makefile.bsdi (1.5), makefiles/Makefile.ccur (1.5),
1081 makefiles/Makefile.convex (1.5), makefiles/Makefile.cygwin (1.7),
1082 makefiles/Makefile.dcosx (1.5), makefiles/Makefile.dec (1.6),
1083 makefiles/Makefile.depend (1.5), makefiles/Makefile.freebsd (1.5),
1084 makefiles/Makefile.generic (1.10), makefiles/Makefile.hpux (1.5),
1085 makefiles/Makefile.linux (1.11), makefiles/Makefile.lynx (1.6),
1086 makefiles/Makefile.m88k.svr4 (1.5), makefiles/Makefile.macosx
1087 (1.4), makefiles/Makefile.netbsd (1.5), makefiles/Makefile.openbsd
1088 (1.3), makefiles/Makefile.os2 (1.14), makefiles/Makefile.osf (1.6),
1089 makefiles/Makefile.qnx (1.3), makefiles/Makefile.reliant (1.5),
1090 makefiles/Makefile.sco (1.6), makefiles/Makefile.sgi (1.5),
1091 makefiles/Makefile.solaris (1.9), makefiles/Makefile.sunos (1.5),
1092 makefiles/Makefile.superux (1.5), makefiles/Makefile.uhc (1.5),
1093 makefiles/Makefile.ultrix (1.5), makefiles/Makefile.unicos (1.7),
1094 makefiles/Makefile.unixware (1.6), util/Makefile.common (1.8),
1095 util/check_lin_tif.c (1.4): Added verify_config target to all
1096 Makefiles. On most platforms it does nothing, but on Linux it
1097 triggers a check of the *tif version. This should also probably be
1098 enabled on openbsd, freebsd, and any other platform where
1099 OpenMotif/Lesstif use is common, but I'll leave that to people more
1100 familiar with those platforms.
1102 2003-05-19 21:55 slobasso
1104 * source/highlightData.c (1.48): Adjusted Nedit Macro Language
1105 highlighting: removed delete from actions and added to keywords and
1106 added the following items Variables: calltip_ID Macro Routines:
1107 calltip, kill_calltip Actions: focus_pane, unload_tags_file,
1108 goto_matching, select_to_matching, set_auto_indent,
1109 set_em_tab_dist, set_fonts, set_highlight_syntax,
1110 set_incremental_backup, set_incremental_search_line, set_locked,
1111 set_make_backup_copy, set_overtype_mode, set_show_line_numbers,
1112 set_show_matching, set_match_syntax_based, set_statistics_line,
1113 set_tab_dist, set_use_tabs, set_wrap_margin, set_wrap_text
1115 2003-05-19 08:03 edg
1117 * doc/help.etx (1.47), source/help_data.h (1.45),
1118 source/help_topic.h (1.38): Added missing replace_all()
1119 documentation (Tom Heathcote) and removed the "experimental"
1120 classification for smart indent.
1122 2003-05-18 20:05 edg
1124 * source/: nedit.c (1.47), nedit.h (1.38): Workaround for KDE's
1125 FONTLIST bug (and for the various BACKGROUND and FOREGROUND
1128 2003-05-16 17:15 n8gray
1130 * util/check_lin_tif.c (1.3): Added 92.32 to known-good LessTif.
1132 Feel free to do this yourselves! :-) It's pretty easy to do.
1134 2003-05-16 16:58 edg
1136 * source/highlightData.c (1.47): Updated Python patterns (no
1137 updated delimiters yet).
1139 2003-05-16 16:51 slobasso
1141 * util/.cvsignore (1.2): added check_lin_tif
1143 2003-05-16 16:50 slobasso
1145 * source/nedit.c (1.46): removed unused variable warning
1147 2003-05-16 16:47 slobasso
1149 * source/: text.c (1.43), text.h (1.17), textDisp.c (1.53),
1150 textDisp.h (1.23): re-commit graphics expose code and added window
1151 obscurred hack back in that was erroneously removed. This should
1152 put us back where we were without reintroducing a bug that was
1155 2003-05-16 15:11 tringali
1157 * source/: text.c (1.42), text.h (1.16), textDisp.c (1.52),
1158 textDisp.h (1.22): Removed explicit handling of GraphicsExpose
1159 events that was causing incomplete redraws, reverting to older
1160 algorithm. (I've extracted the code into a patch and will post it
1161 back on SF to address the problem it was trying to fix.)
1163 2003-05-16 13:47 tringali
1165 * util/misc.c (1.55): Fix for missing icons (via C. Rasmussen)
1167 2003-05-16 05:23 tksoh
1169 * source/window.c (1.81): Fix for SF bug #715767: remaining panes
1170 resized incorrectly after closing a splitpane.
1172 2003-05-15 19:47 n8gray
1174 * util/check_lin_tif.c (1.2): Modified copyright notice to be more
1175 consistent with the rest of NEdit.
1177 2003-05-15 19:42 n8gray
1179 * Makefile (1.10), makefiles/Makefile.linux (1.10),
1180 source/Makefile.common (1.15), source/help.c (1.95),
1181 util/Makefile.common (1.7), util/check_lin_tif.c (1.1): Added code
1182 to detect the version of Motif/Lesstif being built against and
1183 complain if it's known-bad or unknown. There's probably room for
1184 improvement in both the build and detection portions of this code.
1186 2003-05-15 07:36 edg
1188 * ChangeLog (1.32): Regenerated (please only update with cvs2cl.pl
1189 -b -r -t --accum --gmt).
1191 2003-05-15 07:33 edg
1193 * source/parse_noyacc.c (1.7): Copied the recent modifications of
1196 2003-05-14 19:12 n8gray
1198 * ChangeLog (1.31): Isn't there a way to generate or update this
1199 automatically with CVS?
1201 2003-05-14 19:08 n8gray
1203 * source/parse.y (1.26): Comments don't eat backslash-escaped
1204 newlines, so this is legal: t_print("Hello " # This is a common
1205 greeting \ "world" # This is the recipient of the
1206 greeting \ "\n") # This is a newline character
1208 2003-05-04 23:54 yooden
1210 * source/macro.c (1.67): Removed some second level leftovers from
1211 the old Highlighting API.
1213 2003-05-04 13:20 yooden
1215 * doc/help.etx (1.46), source/file.c (1.64), source/help_data.h
1216 (1.43), source/help_topic.h (1.36), source/menu.c (1.75): Fixes SF
1217 #617840: Append Line Feed on Save The buffer now reflects that a
1218 line is added on save.
1220 2003-05-03 22:45 yooden
1222 * doc/help.etx (1.45), source/help_data.h (1.42),
1223 source/help_topic.h (1.35), source/macro.c (1.66): Removes old
1224 Highlighting Information API; fixes some inconsistencies in the
1225 Highlighting Information API; adds deprecated section to macro
1226 section in online help.
1228 2003-05-03 09:15 edg
1230 * util/misc.c (1.54): Made translation table for mouse wheel
1231 static, as suggested by Scott.
1233 2003-05-02 19:19 edg
1235 * source/highlightData.c (1.45), source/nedit.c (1.45),
1236 source/search.c (1.56), source/shell.c (1.25), source/smartIndent.c
1237 (1.26), source/userCmds.c (1.32), util/fontsel.c (1.25),
1238 util/getfiles.c (1.25), util/managedList.c (1.12), util/misc.c
1239 (1.53), util/misc.h (1.18): Committed SF #715941: File dialog wheel
1240 support (generalized to all scrolled widgets, except main text
1241 area, which already had support).
1243 2003-05-02 18:25 edg
1245 * source/rangeset_fn.h (1.4): Obsolete due to new rangeset API.
1247 2003-05-02 18:18 edg
1249 * doc/help.etx (1.44), makefiles/Makefile.depend (1.4),
1250 source/Makefile.dependencies (1.21), source/help_data.h (1.41),
1251 source/help_topic.h (1.34), source/highlightData.c (1.44),
1252 source/macro.c (1.65), source/rangeset.c (1.4), source/rangeset.h
1253 (1.2), source/rangeset_fn.h (1.3), source/textBuf.c (1.27),
1254 source/textBuf.h (1.14), source/textDisp.c (1.50),
1255 util/Makefile.dependencies (1.7): Committed patch #628933: New
1256 rangeset API. (Including the fix of SF #728988: rangeset_add of
1257 empty range works - bad!) Users of range sets will have to update
1260 2003-04-24 17:20 edg
1262 * source/menu.c (1.74): Crash fix: setting NEDIT_HOME to /dev/null
1263 caused a coredump because the PrevOpen array never got initialized
1266 2003-04-24 11:47 edg
1268 * source/nedit.c (1.44), util/DialogF.c (1.27), util/DialogF.h
1269 (1.9), util/fileUtils.c (1.30): Various fixes related to SF
1270 #488412: doOpen() flaws.
1272 2003-04-24 08:57 edg
1274 * source/highlightData.c (1.43): Updated LaTeX highlight patterns
1275 provided by Joerg (SF #607072: Syntax highlight failure in LaTeX).
1277 2003-04-24 08:26 edg
1279 * source/menu.c (1.73): Fix for SF #726325: goto_line_number only
1282 2003-04-18 01:07 n8gray
1284 * source/calltips.c (1.5), source/calltips.h (1.2),
1285 source/help_data.h (1.40), source/help_topic.h (1.33),
1286 source/text.c (1.40), source/text.h (1.15), source/textDisp.c
1287 (1.49), source/textDisp.h (1.21), source/textP.h (1.8),
1288 doc/help.etx (1.43): Setting "nedit*background: blue" should not
1289 change the background of calltips. This change makes calltips get
1290 their colors from nedit*calltipForeground and
1291 nedit*calltipBackground.
1293 2003-04-17 21:46 n8gray
1295 * source/: nedit.c (1.43), nedit.h (1.37), preferences.c (1.88),
1296 text.c (1.39): Applied color migration patch. IMPORTANT: Remember
1297 to move the call to migrateColorResources into the "convert to 5.4"
1298 area before releasing 5.4!!!
1300 2003-04-17 09:03 edg
1302 * source/: macro.c (1.64), smartIndent.c (1.25): Fix for SF
1303 #602336: Wrong Initialization Order and SF #628552: Startup
1304 sequence. Macro file is now loaded before smart indent macros are
1307 2003-04-15 23:03 yooden
1309 * source/help.c (1.92): Whitespace only.
1311 2003-04-15 20:00 yooden
1313 * doc/help.etx (1.42), source/help_data.h (1.39),
1314 source/help_topic.h (1.32): Small documentation fixes.
1316 2003-04-10 20:28 edg
1318 * source/calltips.c (1.4), util/misc.c (1.52), util/misc.h (1.17):
1319 Fix for SF #602260: Calltips crashes. Calltip popup shells now
1320 inherit the proper visual and color depth.
1322 2003-04-10 20:08 tringali
1324 * source/help.c (1.91): Help text was allocating colors
1325 incorrectly, making help text invisible when running with a
1326 non-default Visual. Don't assume "black" is help text color!
1328 2003-04-10 18:47 tringali
1330 * source/: text.c (1.38), text.h (1.14), textP.h (1.7), window.c
1331 (1.80): Fix upside-down GetPrefTypingHidesPointer dependency -- the
1332 window code should be setting into the text widget, instead of the
1333 text widget getting it directly from preferences.
1335 2003-04-10 18:39 tringali
1337 * source/parse.y (1.24): #include <stdlib.h> to avoid warnings on
1338 some systems about no malloc proto.
1340 2003-04-10 18:37 tringali
1342 * util/utils.c (1.20): Don't quit if getpwuid() fails. It can fail
1343 if some nameservices are not responding through no fault of the
1346 2003-04-10 17:58 edg
1348 * source/Makefile.dependencies (1.20): Updated dependencies.
1350 2003-04-10 17:37 edg
1352 * util/DialogF.c (1.26): Warning fix.
1354 2003-04-10 09:39 edg
1356 * source/file.c (1.63): Added some missing fclose() calls in
1359 2003-04-09 14:56 edg
1361 * source/file.c (1.62): Aaargh. Another few missing commas.
1363 2003-04-09 14:53 edg
1365 * source/file.c (1.61): Added another few missing commas in DialogF
1368 2003-04-09 13:52 edg
1370 * source/file.c (1.60): Added missing comma in DialogF call.
1372 2003-04-08 23:47 yooden
1374 * source/help.c (1.90): Added one missing DialogF() title.
1376 2003-04-08 08:54 edg
1378 * source/: highlight.c (1.41), menu.c (1.72), preferences.c (1.87),
1379 smartIndent.c (1.24): Fixed indentation inconsistencies and dialog
1382 2003-04-07 22:51 yooden
1384 * source/file.c (1.59), source/highlight.c (1.40),
1385 source/highlightData.c (1.42), source/macro.c (1.63), source/menu.c
1386 (1.71), source/preferences.c (1.86), source/search.c (1.55),
1387 source/selection.c (1.24), source/shell.c (1.24), source/shift.c
1388 (1.14), source/smartIndent.c (1.23), source/tags.c (1.49),
1389 source/userCmds.c (1.31), util/DialogF.c (1.25), util/DialogF.h
1390 (1.8), util/fileUtils.c (1.29), util/fontsel.c (1.24), util/misc.c
1391 (1.51), util/printUtils.c (1.22): The Sore Hands Patch: Added
1392 dialog title to DialogF().
1394 2003-04-06 00:46 yooden
1396 * source/highlightData.c (1.41), source/macro.c (1.62),
1397 source/menu.c (1.70), source/preferences.c (1.85),
1398 source/smartIndent.c (1.22), source/userCmds.c (1.30),
1399 util/printUtils.c (1.21): Some changed dialog titles, error
1400 messages and general code beautification.
1402 2003-04-03 19:05 jlous
1404 * source/file.c (1.58), source/macro.c (1.61), source/nedit.h
1405 (1.36), source/preferences.c (1.84), source/window.c (1.79),
1406 util/fileUtils.c (1.28), util/fileUtils.h (1.10), util/prefFile.c
1407 (1.19): Committing patch 621211, accepting foreign linebreaks in
1408 prefs- and macro files.
1410 2003-04-03 15:45 edg
1412 * source/window.c (1.78): Fix for SF #713780: flickers during macro
1413 execution. (Uwe Lehnert)
1415 2003-03-26 16:36 edg
1417 * source/textDisp.c (1.48): Reverted some of the unnecessary (and
1418 seemingly invalid) changes related to the cursor GC introduced in
1419 version 1.46. (SF #710124).
1421 2003-03-26 10:40 edg
1423 * source/textDisp.c (1.47): Yesterday's clipping changes were not
1424 ok: the gutter between the line numbers and the text area could be
1425 filled with character fragments. Clipping ranges are now adjusted
1426 when line numbers are drawn.
1428 2003-03-25 18:31 n8gray
1430 * source/: textDisp.c (1.46), textDisp.h (1.20): Committing edg's
1431 patch to fix usage of shared GCs.
1433 2003-03-25 01:33 n8gray
1435 * source/textDisp.c (1.45): Fixed line number color problems.
1436 Stupid cut & paste error...
1438 2003-03-24 23:56 yooden
1440 * source/nedit.c (1.42): Paranoid protection against pathological
1443 2003-03-24 17:05 edg
1445 * source/: menu.c (1.69), nedit.h (1.35), window.c (1.77): Fix for
1446 SF bug #564782: Show Path in Windows Menu
1448 2003-03-24 16:20 tringali
1450 * source/nedit.c (1.41): Account for LANG being unset.
1452 2003-03-21 18:51 n8gray
1454 * source/: textDisp.c (1.44), window.c (1.76): Fixing 2 color
1455 problems. 1: Changing line number GC properties affected *all*
1456 buffers. 2: New panes used default text area colors instead of
1459 2003-03-21 18:31 tringali
1461 * source/: nedit.c (1.40), help.c (1.89): Avoid crash when running
1462 under a UTF-8 locale, and display locale in help.
1464 2003-03-21 18:22 edg
1466 * source/: preferences.c (1.83), smartIndent.c (1.21),
1467 smartIndent.h (1.6): Fix for SF bug #439867: Language mode renaming
1470 2003-03-20 13:23 edg
1472 * makefiles/Makefile.sco (1.5): Typo fix (SF #689808: SCO makefile
1475 2003-03-20 13:05 edg
1477 * util/fontsel.c (1.23): Removed some unused variables (gcc
1480 2003-03-20 13:02 edg
1482 * source/: help.c (1.88), highlight.c (1.39), highlight.h (1.10),
1483 textDisp.c (1.43): Fix for SF #700823: Nedit crash after highlight
1484 Perl-Syntax on OS/390. Made the syntax highlighting style
1485 information independent of the character coding (ASCII or EBCDIC).
1487 2003-03-18 10:58 edg
1489 * util/managedList.c (1.11): Fix for SF #705495: Crash while
1492 2003-03-14 22:27 n8gray
1494 * doc/help.etx (1.41), source/help_data.h (1.38),
1495 source/help_topic.h (1.31), source/preferences.c (1.82): Added a
1496 warning label to the color dialog and changed help text to make it
1497 more clear that foreground colors only apply when syntax
1498 highlighting is disabled.
1500 2003-03-13 09:11 n8gray
1502 * util/fontsel.c (1.22): Hide the sample when the "Show
1503 Proportional Fonts" toggle is toggled and the font selection is
1504 cleared. Also added a prototype for enableSample().
1506 2003-03-12 18:33 n8gray
1508 * util/fontsel.c (1.21): Tabs -> Spaces
1510 If you want a shock, turn on backlighting, set tabs to a slightly
1511 off-background color, and edit just about any file in the NEdit
1514 2003-03-12 18:03 n8gray
1516 * util/fontsel.c (1.20): Fixed clearing of sample field when "show
1517 proportional fonts" was toggled. Hide sample text when font
1518 selection is invalid.
1520 2003-03-07 19:52 n8gray
1522 * source/preferences.c (1.81): Made helper function addColorGroup()
1525 2003-03-07 19:46 n8gray
1527 * source/preferences.c (1.80): Using XtSetMappedWhenManaged to
1528 show/hide the error labels in the color dialog. Thanks Scott!
1530 2003-03-07 01:50 n8gray
1532 * doc/help.etx (1.40), source/help_data.h (1.37),
1533 source/help_topic.h (1.30), source/preferences.c (1.79): Duh.
1534 Forgot to save before the last commit. Also changed docs to
1535 reflect new labels in color dialog.
1537 2003-03-07 01:34 n8gray
1539 * source/preferences.c (1.78): Minor labelsmithing on color dialog.
1541 2003-03-07 01:07 n8gray
1543 * source/preferences.c (1.77): Using a more reliable hack for
1544 showing/hiding the (Invalid!) labels in the color dialog. To hide
1545 it I set its fg color to its bg color. To unhide it I restore the
1546 fg color from its parent. This way the label's width doesn't
1547 change, solving the potential visual bug mentioned in my previous
1550 I tried changing the label from a gadget to a widget but the
1551 XtMap/UnmapWidget functions still failed. Oh well, this works ok.
1553 2003-03-05 23:50 n8gray
1555 * doc/help.etx (1.39), source/help_data.h (1.36),
1556 source/help_topic.h (1.29), source/menu.c (1.68), source/nedit.h
1557 (1.34), source/preferences.c (1.76), source/preferences.h (1.32),
1558 source/textDisp.c (1.42), source/textDisp.h (1.19), source/window.c
1559 (1.75), source/window.h (1.12), util/fontsel.c (1.19),
1560 util/fontsel.h (1.8): Adding the color dialog and documentation.
1561 Also adds a colored, editable text field to the font browser
1564 There's a potential minor visual bug depending on the user's fonts.
1565 I've tried to fix it but can't seem to figure it out. Search for
1566 XXX in preferences.c for details.
1568 2003-02-20 17:30 arnef
1570 * source/: file.c (1.57), nc.c (1.33), server.c (1.21): Fixed
1571 problem with processing of nc command line.
1573 2003-02-18 20:17 tringali
1575 * util/misc.c (1.50): Set group hint so that recent versions of
1576 Sawfish will group windows together.
1578 2003-02-17 01:51 n8gray
1580 * source/Makefile.common (1.14): Added parse.c target so that build
1581 falls back to parse_noyacc.c if neither bison nor yacc can be
1583 http://www.nedit.org/archives/develop/2002-Apr/0512.html for a
1584 discussion of this issue.
1586 2003-02-15 02:33 yooden
1588 * source/file.c (1.56), util/getfiles.c (1.24), util/misc.c (1.49),
1589 util/getfiles.h (1.6): Removed GetNewFilename()
1591 2003-02-15 01:06 yooden
1593 * source/preferences.h (1.31): Removed double function
1596 2003-01-14 22:36 n8gray
1598 * source/tags.c (1.48): Added a private lineEmpty function for use
1599 when loading calltips files. Also fixed bug where calltip position
1600 modifiers weren't reset when tips were posted by means other than
1601 the calltip macro subroutine.
1603 2003-01-14 09:50 edg
1605 * source/regularExp.c (1.21): Fix for \S, \W, \L, and \D
1606 erroneously matching on \0.
1608 2003-01-10 15:33 tringali
1610 * source/: window.c (1.74), nedit.c (1.39), text.c (1.37): Apply
1611 the "frame around text area" patch and associated geometry fixes.
1612 Looks right when the background is light-colored (default), less so
1613 if you use a dark background. Can be disabled with resources if
1616 2003-01-10 15:32 tringali
1618 * source/file.c (1.55): Fix to prevent file dialog from growing
1619 wider than the screen. This is needed for window managers that do
1620 not respect XmNmaxWidth (sawfish, twm, fvwm).
1622 2003-01-10 15:29 tringali
1624 * util/: getfiles.c (1.23), misc.c (1.48): Prevent the file dialog
1625 from getting bigger than screen. This fix is for window managers
1626 that do not respect XmNmaxWidth (sawfish, twm, fvwm).
1628 2003-01-07 22:37 tringali
1630 * doc/: nedit.doc (1.37), nedit.html (1.31): Remove autogenerated
1631 files from CVS to reduce conflicts. They are now automatically
1632 generated by the cron script for the website snapshot.
1634 2003-01-06 15:36 edg
1636 * source/smartIndent.c (1.20): Bug fix: garbage collection could be
1637 triggered during smart indent newline macro (very old copy & paste
1640 2003-01-02 02:02 yooden
1642 * doc/nedit.doc (1.36), doc/nedit.html (1.30), source/help_data.h
1643 (1.35), source/help_topic.h (1.28): Updated reference to regex book
1646 2003-01-02 01:48 yooden
1648 * doc/help.etx (1.38): Updated Reference to Regex book.
1650 2003-01-01 15:57 edg
1652 * source/smartIndent.c (1.19): Fix for crash bug reported @develop:
1653 newline macro inserting a string caused a recursive loop when
1654 triggered through smart indent.
1656 2002-12-13 17:23 edg
1658 * doc/Makefile (1.4): Added targets to regenerate the FAQ and build
1659 the FAQ distribution.
1661 2002-12-13 17:20 edg
1663 * doc/: faq.txt (1.4), faq.xml (1.5): Added a Q&A about the changed
1664 binding of KP Enter (execute command line).
1666 2002-12-12 17:26 slobasso
1668 * source/text.h (1.13): Remove warnings on hpux 10.20 compiler.
1670 2002-12-12 17:26 slobasso
1672 * source/selection.c (1.23): Cleanup string to int conversion.
1674 2002-12-12 17:26 slobasso
1676 * source/: search.c (1.54), search.h (1.18): Centralize string to
1677 enum conversions for search_type.
1679 2002-12-12 17:26 slobasso
1681 * source/parse_noyacc.c (1.5): Match changes in parse.y
1683 2002-12-12 17:25 slobasso
1685 * source/parse.y (1.23): Move string constant code into function
1686 InstallStringConstSymbol.
1688 2002-12-12 17:25 slobasso
1690 * source/nedit.h (1.33): New macro TYPE_INT_STR_SIZE to determine a
1691 safe string size for integer-like types.
1693 2002-12-12 17:25 slobasso
1695 * source/macro.c (1.60): More macro failure macros and new macro
1696 call valid_number. Use of new macro TYPE_INT_STR_SIZE and
1697 PERM_ALLOC_STR. Add optional index to rangeset_defined.
1699 2002-12-12 17:25 slobasso
1701 * source/interpret.h (1.12): New macro PERM_ALLOC_STR for static
1702 strings that look allocated and move StringToNum global for
1703 verification code. New call InstallStringConstSymbol and move
1704 DataValue.tag to an enum.
1706 2002-12-12 17:25 slobasso
1708 * source/interpret.c (1.32): Use of new macro PERM_ALLOC_STR for
1709 static strings that look allocated and move StringToNum global for
1710 verification code. New call InstallStringConstSymbol cleanup of
1711 macro debug code with new stack dump. Rewrite SwapCode without
1712 allocations. Use of TYPE_INT_STR_SIZE for int string size. Fixes
1713 to grabage collection to allow for PERM_ALLOC_STR and catch mod by
1716 2002-12-12 17:25 slobasso
1718 * source/highlightData.c (1.40): New nedit macro call valid_number.
1720 2002-12-12 17:25 slobasso
1722 * doc/help.etx (1.37), doc/nedit.doc (1.35), doc/nedit.html (1.29),
1723 source/help_data.h (1.34): Add optional index to rangeset_defined
1724 and new function valid_number.
1726 2002-12-11 18:24 tringali
1728 * util/misc.c (1.47): Avoid a 5-second hang when posting a dialog
1729 with certain window managers (Sawfish)
1731 2002-12-10 13:16 edg
1733 * source/nc.c (1.32): Dropped support for reading preferences from
1734 a .nc file. It was entirely undocumented and probably never used by
1735 anyone (and it didn't work anymore since the introduction of the
1738 2002-12-10 12:29 edg
1740 * source/nc.c (1.31): Fixed a bug in yesterday's bug fix: macro
1741 commands could be executed twice when a new server was started.
1743 2002-12-09 17:55 edg
1745 * source/nedit.c (1.38): Fix for SF #649442: Dangerous shell
1746 command. Changed the shortcut for "Execute Command Line" from "KP
1747 Enter" to "Ctrl+KP Enter" to avoid accidental execution of
1750 2002-12-09 17:18 edg
1752 * source/nc.c (1.30): Fixed various command line argument passing
1753 bugs introduced by the nc -wait patch (-icon, -geometry, -lm, ...
1754 were dropped when a new file was opened and/or a new server was
1757 2002-12-08 09:29 yooden
1759 * source/: highlight.c (1.38), highlightData.c (1.39), macro.c
1760 (1.59), rangeset.c (1.3), search.c (1.53): Some code cleanup and
1761 removal of development artefacts.
1763 2002-12-04 12:30 edg
1765 * source/macro.c (1.58): Added boundary checks to searchStringMS()
1766 to avoid illegal memory accesses when passing a too large or
1767 negative starting position to the search_string() macro.
1769 2002-12-02 15:59 tringali
1771 * Makefile (1.9): Removed "doc" from default target so users
1772 without Perl can build. (We need a "developer only" target or mode
1775 2002-11-28 23:22 yooden
1777 * source/macro.c (1.57), source/menu.c (1.67), source/preferences.c
1778 (1.75), util/prefFile.c (1.18), util/utils.c (1.19), util/utils.h
1779 (1.11): Fixes the bug in the preference file name algorithm
1780 reported by Scott in develop@.
1782 2002-11-22 18:18 tringali
1784 * util/misc.c (1.46): Constrain maximum size of dialogs so they
1785 aren't bigger than the screen. (Slightly modified from Eddy's
1788 2002-11-22 17:51 edg
1790 * source/window.c (1.73): Minor improvement in the virtual key
1791 binding parsing: ignore comment lines.
1793 2002-11-19 18:05 edg
1795 * source/: highlight.c (1.37), regularExp.c (1.20), search.c
1796 (1.52), textBuf.c (1.26), textBuf.h (1.13): Fixes for SF bugs
1797 #515120 (changed behaviour of search?) and #429110 (RegEx search
1798 bugs at end of buffer) and a cleanup of the SearchWindow function.
1800 2002-11-15 12:21 edg
1802 * doc/setext (1.10): Minor backward compatibility fix for older
1803 Perl version (5.004).
1805 2002-11-13 21:59 tringali
1807 * source/: help_data.h (1.33), help_topic.h (1.27): - Change help
1810 2002-11-13 21:58 tringali
1812 * source/: calltips.c (1.3), text.h (1.12), textDisp.c (1.41):
1813 Don't #include "textP.h" where we can get away with it.
1815 2002-11-13 21:58 tringali
1817 * source/help.c (1.87): Clean up #ifdef of HAVE__XMVERSIONSTRING
1818 and reorder visual info
1820 2002-11-13 21:58 tringali
1822 * source/highlightData.c (1.38): - Fix indentation, labels, and
1823 mnemonics in highlightData.c
1825 2002-11-13 21:57 tringali
1827 * source/: nedit.c (1.37), preferences.c (1.74): - Fix defaults
1828 fonts to specify iso8859-1, for RH7.3.
1830 2002-11-13 17:56 edg
1832 * source/: highlightData.c (1.37), regularExp.c (1.19): Implemented
1833 the more conventional word boundary semantics for regular
1834 expressions and adapted the built-in highlight patterns to the
1835 changed semantics (the latter is largely automated).
1837 2002-11-12 10:04 ajhood
1839 * doc/help.etx (1.36), doc/nedit.doc (1.34), doc/nedit.html (1.28),
1840 source/help.c (1.86), source/help_data.h (1.32),
1841 source/help_topic.h (1.26): Document default value of
1842 nedit.backlightCharTypes Stop *backlightCharTypes in .Xdefaults
1845 2002-11-08 20:22 edg
1847 * source/: comnedit.com (1.9), highlight.c (1.36), highlight.h
1848 (1.9), lnknedit.com (1.7), macro.c (1.56), menu.c (1.66), nedit.h
1849 (1.32), preferences.c (1.73), preferences.h (1.30), rangeset.c
1850 (1.2), rangeset_fn.h (1.2), server_common.c (1.3), text.h (1.11),
1851 textDisp.h (1.18): VMS compilation and linking fixes (Michael
1854 2002-11-08 16:53 slobasso
1856 * source/macro.c (1.55): Removed unused variables and fixed error
1859 2002-10-31 16:08 edg
1861 * doc/help.etx (1.35), doc/nc.man (1.6), doc/nedit.doc (1.33),
1862 doc/nedit.html (1.27), source/help_data.h (1.31),
1863 source/help_topic.h (1.25), source/nc.c (1.29): Fix for invalid
1864 atom usage after time-out. Made the nc time-out configurable
1865 (-timeout <seconds> command line option and nc.timeOut X resource)
1866 + documentation updates.
1868 2002-10-30 11:44 edg
1870 * ChangeLog (1.29): Minor correction.
1872 2002-10-30 11:42 edg
1874 * ChangeLog (1.28): Removed lots of duplicate entries and added
1875 lots of missing entries. (Apparently, a merge has gone wrong a few
1878 2002-10-30 11:11 edg
1880 * ChangeLog (1.27): Update.
1882 2002-10-29 15:49 edg
1884 * source/server.c (1.20): Fix for crash when sending a macro
1885 command to the server through nc, while another command is still
1886 running. New commands for a window are now rejected when it is
1887 already running a macro (beeps).
1889 2002-10-26 00:06 yooden
1891 * util/: utils.c (1.18), utils.h (1.10): Fixes wrong declaration
1892 and documentation, adds missing Copyright line.
1894 2002-10-16 17:28 n8gray
1896 * source/: preferences.c (1.72), preferences.h (1.29), window.c
1897 (1.72): Don't switch to PLAIN mode before closing a window just to
1898 force unloading of calltips files -- it's slow!
1900 Also fixed a potentially erroneous error message in
1901 reapplyLanguageMode.
1903 2002-10-15 11:00 ajhood
1905 * doc/help.etx (1.34), doc/nedit.doc (1.32), doc/nedit.html (1.26),
1906 source/help_data.h (1.30), source/help_topic.h (1.24),
1907 source/highlight.c (1.35), source/highlight.h (1.8),
1908 source/highlightData.c (1.36), source/highlightData.h (1.10),
1909 source/interpret.c (1.31), source/interpret.h (1.11),
1910 source/macro.c (1.54), source/preferences.c (1.71),
1911 source/preferences.h (1.28), source/textDisp.c (1.40),
1912 source/textDisp.h (1.17): Tony's backlight/highlight and SF bug
1915 2002-10-14 18:41 n8gray
1917 * source/: text.c (1.36), textBuf.c (1.25), textBuf.h (1.12),
1918 textDisp.c (1.39), textSel.c (1.11): Committing patch for
1919 keyboard-based rectangular selection.
1921 2002-10-13 15:53 yooden
1923 * doc/help.etx (1.33), doc/nedit.doc (1.31), doc/nedit.html (1.25),
1924 source/help_data.h (1.29), source/help_topic.h (1.23): Another tiny
1925 doc patch. (Thanks Yury)
1927 2002-10-12 13:33 yooden
1929 * doc/help.etx (1.32), doc/nedit.doc (1.30), doc/nedit.html (1.24),
1930 source/help_data.h (1.28), source/help_topic.h (1.22): Fixes small
1933 2002-10-10 22:04 slobasso
1935 * source/macro.c (1.53): fix comment typo
1937 2002-10-07 19:39 arnef
1939 * source/nc.c (1.28): Fix for bug 619231 - nc hangs after
1940 crash/kill Generate a property change event to break a deadlock.
1942 2002-10-07 16:19 edg
1944 * source/search.c (1.51): Fix for crash bug when search string is
1945 too long in search and replace dialogs (triggered when
1946 nedit.findReplaceUsesSelection was True and a long selection was
1947 made), reported through the discuss list.
1949 2002-10-04 23:21 slobasso
1951 * source/: macro.c (1.52), tags.c (1.47): remove compiler warnings
1953 2002-10-01 23:45 n8gray
1955 * doc/help.etx (1.31), doc/nedit.doc (1.29), doc/nedit.html (1.23),
1956 source/help_data.h (1.27), source/help_topic.h (1.21): Added
1957 documentation for column argument to goto_line_number and the goto
1960 2002-09-27 12:19 ajhood
1962 * source/preferences.c (1.70): set default value for
1963 nedit.backlightCharTypes
1965 2002-09-26 12:37 ajhood
1967 * doc/NEdit.ad (1.3), doc/README.FAQ (1.3), doc/faq-txt-pass2.xsl
1968 (1.3), doc/faq-txt.awk (1.3), doc/faq-txt.dtd (1.3),
1969 doc/faq-txt.xsl (1.3), doc/faq.dtd (1.3), doc/faq.txt (1.3),
1970 doc/faq.xml (1.4), doc/faq.xsl (1.3), doc/help.etx (1.30),
1971 doc/nedit.doc (1.28), doc/nedit.html (1.22), doc/setext (1.9),
1972 doc/setext-info.txt (1.3), makefiles/Makefile.depend (1.3),
1973 source/Makefile.common (1.13), source/help.c (1.85),
1974 source/help_data.h (1.26), source/help_topic.h (1.20),
1975 source/highlight.c (1.34), source/highlight.h (1.7),
1976 source/highlightData.c (1.35), source/highlightData.h (1.9),
1977 source/macro.c (1.51), source/menu.c (1.65), source/nedit.h (1.31),
1978 source/parse.y (1.22), source/preferences.c (1.69),
1979 source/preferences.h (1.27), source/smartIndent.c (1.18),
1980 source/tags.c (1.46), source/text.c (1.35), source/text.h (1.10),
1981 source/textBuf.c (1.24), source/textBuf.h (1.11), source/textDisp.c
1982 (1.38), source/textDisp.h (1.16), source/textP.h (1.6),
1983 source/window.c (1.71), source/window.h (1.11),
1984 source/windowTitle.c (1.9), util/fileUtils.c (1.27), util/misc.c
1985 (1.45), util/printUtils.c (1.20): backlight/rangeset patch from
1986 Josef Maier and Tony Balinski, ported to CVS by Andy Hood.
1988 2002-09-26 12:04 ajhood
1990 * Makefile (1.8): auto-rebuild help.doc, help.html and help_*.h If
1991 someone can explain how CVS didn't accept the previous commit tell
1994 2002-09-26 11:45 ajhood
1996 * source/: rangeset.c (1.1), rangeset.h (1.1), rangeset_fn.h (1.1):
1997 New files for backlight/rangeset.
1999 2002-09-26 10:24 ajhood
2001 * doc/Makefile (1.3): auto-rebuild help.doc, help.html and help_*.h
2002 if any of the prerequisites change
2004 2002-09-26 10:22 ajhood
2006 * README (1.30): Add comments on -DHAVE__XMVERSIONSTRING compile
2009 2002-09-26 10:01 ajhood
2011 * makefiles/: Makefile.aix (1.6), Makefile.bsdi (1.4),
2012 Makefile.ccur (1.4), Makefile.convex (1.4), Makefile.cygwin (1.5),
2013 Makefile.dcosx (1.4), Makefile.dec (1.5), Makefile.freebsd (1.4),
2014 Makefile.generic (1.9), Makefile.hpux (1.4), Makefile.linux (1.9),
2015 Makefile.lynx (1.5), Makefile.m88k.svr4 (1.4), Makefile.macosx
2016 (1.3), Makefile.netbsd (1.4), Makefile.openbsd (1.2), Makefile.os2
2017 (1.13), Makefile.osf (1.5), Makefile.qnx (1.2), Makefile.reliant
2018 (1.4), Makefile.sco (1.4), Makefile.sgi (1.4), Makefile.solaris
2019 (1.8), Makefile.sunos (1.4), Makefile.superux (1.4), Makefile.uhc
2020 (1.4), Makefile.ultrix (1.4), Makefile.unicos (1.6),
2021 Makefile.unixware (1.5): Add comments on -DHAVE__XMVERSIONSTRING
2024 2002-09-25 10:56 edg
2026 * doc/help.etx (1.29), source/file.c (1.54), source/help_data.h
2027 (1.25), source/help_topic.h (1.19), source/menu.c (1.64),
2028 source/nedit.h (1.30), source/preferences.c (1.68),
2029 source/preferences.h (1.26), source/textBuf.c (1.23),
2030 source/textBuf.h (1.10), source/window.c (1.70): Committed SF patch
2031 #602426: Check for real changes of ext. mod files. The additional
2032 check is on by default, and a mode message appears if comparison
2033 takes more than 1 second.
2035 2002-09-23 12:06 edg
2037 * source/userCmds.c (1.29), util/misc.c (1.44), util/misc.h (1.16):
2038 Fix for SF #612558: Macro shortcuts still NumLock sensitive. Lock
2039 and NumLock are now ignored when entering an accelerator.
2041 2002-09-23 11:16 edg
2043 * util/getfiles.c (1.22): Fix for SF bug #613092: Open file
2044 browsing works incorrect. Keystroke history is now reset after
2047 2002-09-18 20:17 arnef
2049 * source/search.c (1.50): Fixing error in initial commit of 'nc
2050 -wait' patch. Removing a XtDispatchEvent() that shouldn't have
2053 2002-09-17 09:01 edg
2055 * source/server_common.c (1.2): Fix for SF bug #610438: Committing
2056 patch 403647 causes link fail. Replaced XGetAtomNames() by a loop
2057 using XGetAtomName().
2059 2002-09-13 08:28 edg
2061 * source/preferences.c (1.67): Fix for SF bug #608693: coredump
2062 with -tabs option. The tab distance is now clipped within its
2065 2002-09-11 18:59 arnef
2067 * source/Makefile.common (1.12), source/Makefile.dependencies
2068 (1.19), source/file.c (1.53), source/macro.c (1.50), source/nc.c
2069 (1.27), source/nedit.h (1.29), source/preferences.c (1.66),
2070 source/search.c (1.49), source/selection.c (1.22), source/server.c
2071 (1.19), source/server.h (1.5), source/server_common.c (1.1),
2072 source/server_common.h (1.1), source/window.c (1.69),
2073 util/Makefile.dependencies (1.6): Committing the 'nc -wait' patch
2076 2002-09-10 12:17 ajhood
2078 * doc/nedit.doc (1.27), doc/nedit.html (1.21), source/help_data.h
2079 (1.24), source/help_topic.h (1.18): I too can forget to do commit
2080 the generated files.
2082 2002-09-10 12:10 ajhood
2084 * doc/help.etx (1.28), source/help.c (1.84): Adds visual info to
2085 version [eg Visual: Id 0x23 TrueColor 24 bit (Default)] Allows use
2086 of _XmVersionString. Add -DHAVE__XMVERSIONSTRING compile option,
2087 and if it doesn't link, you don't have it. (This may be exported by
2088 Motif but there is no header to tell you if it is there or not.)
2090 2002-09-06 19:21 n8gray
2092 * source/calltips.c (1.2): Changing calltip label widget name from
2093 "calltipW" back to "calltip" so that resources work as advertised.
2095 2002-09-06 19:13 n8gray
2097 * doc/help.etx (1.27), doc/nedit.doc (1.26), doc/nedit.html (1.20),
2098 source/Makefile.common (1.11), source/Makefile.dependencies (1.18),
2099 source/calltips.c (1.1), source/calltips.h (1.1),
2100 source/help_data.h (1.23), source/help_topic.h (1.17),
2101 source/macro.c (1.49), source/tags.c (1.45), source/tags.h (1.13),
2102 source/text.c (1.34), source/textDisp.c (1.37), source/textDisp.h
2103 (1.15): New features: Positioning of calltips can be controlled
2104 more precisely using optional arguments to calltip(). These
2105 include "center", "right", "above", and "strict". Non-strict,
2106 non-anchored calltips will always show up *somewhere* on-screen
2107 even if the cursor is not on-screen.
2109 Modifications: Refactored calltip UI code into calltips.c/.h.
2110 Updated help files, makefiles, and dependencies. Cleaned up
2113 2002-09-05 23:17 slobasso
2115 * source/: interpret.c (1.30), parse.y (1.21), parse_noyacc.c
2116 (1.4): made the following work when arrayaExpression is anything
2117 that returns an array as the result: for (x in arrayaExpression) {
2120 2002-09-05 23:15 slobasso
2122 * source/nedit.c (1.36): fixed Cardinal vs int compare warning.
2124 2002-09-05 17:48 tringali
2126 * doc/help.etx (1.26), source/nedit.c (1.35), util/misc.c (1.43),
2127 util/misc.h (1.15): Acquire default colors and fonts from the
2128 environment if using the default visual.
2130 2002-09-04 08:40 n8gray
2132 * source/: tags.c (1.44), textDisp.c (1.36): Minor cleanup of
2133 tags.c (it could use a lot more).
2135 Also improved calltips so that they try not to go off the edges of
2136 the screen. Thanks to TK, from whom I stole much code. Since he
2137 stole his tooltip code from me, the circle is complete. :^)
2139 2002-09-04 05:58 n8gray
2141 * source/: textDisp.c (1.35), textDisp.h (1.14): Calltips should
2142 finally update on any vertical cursor movement! Plus, non-
2143 anchored calltips maintain their X positions on redrawing. Also, I
2144 found out that textD->cursorX/cursorY are *not* a reliable way to
2145 get the X/Y positions of the insertion point, so other potential
2146 calltips bugs might be fixed.
2148 This is one of those nice commits where I've removed almost as many
2149 lines as I've added. :^)
2151 2002-09-03 01:10 n8gray
2153 * source/: file.c (1.52), nedit.h (1.28), window.c (1.68): This
2154 should fix the worst of the problems in file.c. There are still
2155 potential problems if you lose read permission on a file as you're
2156 editing it, but I wanted to commit what's done so far.
2158 2002-09-02 23:18 n8gray
2160 * source/textDisp.c (1.34): Fixing problem where scroll-wheel-down
2161 on empty files caused erroneous scrolling. It was a problem with
2162 mixing Cardinal (unsigned) and signed values. I took the approach
2163 of casting cursorVPadding to int before using it, since it's nice
2164 to have Xt reject negative values automatically.
2166 2002-09-02 08:55 edg
2168 * source/textDisp.c (1.33): Fix for crash bug reported through
2169 develop@: regex bug using ^.* BufCopyFromBuf() could be called with
2170 invalid paramaters in continous wrapping mode.
2172 2002-08-31 15:14 yooden
2174 * doc/help.etx (1.25), doc/nedit.doc (1.25), doc/nedit.html (1.19),
2175 doc/setext (1.8), doc/setext-info.txt (1.2), source/help_data.h
2176 (1.22): Another help update, some setext documentation and a minor
2179 2002-08-31 08:48 yooden
2181 * source/: help_data.h (1.21), help_topic.h (1.16): Corrected Help,
2184 2002-08-31 08:46 yooden
2186 * doc/: help.etx (1.24), nedit.doc (1.24), nedit.html (1.18):
2187 Slight correction in help.etx.
2189 2002-08-31 07:24 n8gray
2191 * doc/help.etx (1.23), doc/nedit.doc (1.23), doc/nedit.html (1.17),
2192 source/help_data.h (1.20), source/help_topic.h (1.15),
2193 source/text.c (1.33), source/text.h (1.9), source/textDisp.c
2194 (1.32), source/textP.h (1.5): Committing the edge-phobic cursor
2195 patch, with documentation and without tab-space mixing. (The new
2196 resource is nedit*text.cursorVPadding by the way.)
2198 2002-08-31 00:52 slobasso
2200 * source/: interpret.c (1.29), interpret.h (1.10), parse.y (1.20):
2201 Lots of array code cleanup including fixes for the following
2202 formats: x[9][8] = 6 delete x[4][2][] ++x[4] x[3]-- x[4][5] += 7
2203 ... and many more. Also fixed some cases in which array aliasing
2204 could occur. Arrays are supposed to have VALUE semantics.
2206 2002-08-28 14:14 tringali
2208 * source/preferences.c (1.65): Revive upgrade message to 5.4 file
2211 2002-08-27 08:05 edg
2213 * source/textDisp.c (1.31): Fixes for SF #600175: Coredump when
2214 dismissing resized window Array bounds read & write fixes in
2215 calcLineStarts() when number of visible lines becomes zero (only
2216 possible in help windows). Avoid scrollbar slider size < 1 warning
2217 (which was harmless but annoying).
2219 2002-08-27 05:39 n8gray
2221 * source/: file.c (1.51), undo.c (1.14), undo.h (1.6): Committing
2222 the file deletion notification patch. I used a specialized message
2223 for ENOACCES but used strerror output along with a suggested cause
2224 (deletion or relocation by another program) in the other cases,
2225 since there are several possible causes of stat() failure.
2227 I'm committing the patch despite the minor controversy over the
2228 message text because it's better to have some message than none at
2231 There is still much bogosity in file.c, including another place
2232 where stat() failure causes no warning.
2234 2002-08-23 07:52 n8gray
2236 * source/textBuf.c (1.22): Fixed a miscalculation in
2237 overlayRectInLine that could cause extra letters to be deleted
2238 during rectangular drags over tabs. See SF bug #557225 "rect.
2239 selection drag buglet" for a description of the problem.
2241 2002-08-23 00:52 slobasso
2243 * source/interpret.c (1.28): Fixed bug that didn't allow built in
2244 array variables to be iterated with a for loop.
2246 2002-08-22 23:52 slobasso
2248 * source/window.c (1.67): Remove unused variables.
2250 2002-08-22 18:43 slobasso
2252 * source/userCmds.c (1.28): Fix size calculation and escape
2253 characters in menu item names.
2255 2002-08-22 08:40 n8gray
2257 * source/undo.c (1.13): Fixed SF bug #578551 "Scrolling to
2258 searched/altered selection" by adding MakeSelectionVisible() calls
2261 2002-08-22 08:10 n8gray
2263 * source/window.c (1.66): Nuking trailing whitespace from my last
2266 2002-08-22 08:05 n8gray
2268 * source/window.c (1.65): MakeSelectionVisible in window.c was not
2269 paying attention to wrapped lines. To see the problem in an older
2272 1. Open a large file and scroll to the center somewhere 2. Enable
2273 continuous wrapping and resize window so lots of lines wrap 3.
2274 Select a word and make a mark with Alt+M,a 4. Page Up or Down for
2275 several screens 5. Go to the mark with Alt+G,a
2277 If there are enough wrapped lines between your position and the
2278 mark then the selection and the cursor will be completely
2281 Also restructured the function so that horizontal scrolling is not
2282 bypassed prematurely.
2284 2002-08-21 13:21 tringali
2286 * source/help.c (1.83): Remove duplicate widgets caused by a bum
2289 2002-08-21 07:19 n8gray
2291 * source/file.c (1.50): Fixed bug where clicking on the WM's close
2292 button in an unsaved and untitled buffer, answering yes to the
2293 "Save before closing" dialog, then aborting the Save-As dialog led
2294 to the window being closed and the changes being lost. The
2295 function CloseFileAndWindow wasn't returning FALSE when the Save-As
2298 2002-08-19 21:41 tringali
2300 * source/preferences.c (1.64): Remove "alpha" versioning - it
2301 wasn't forwards compatabile, and there were no auto-upgrades done
2302 despite the message printed.
2304 2002-08-19 07:22 n8gray
2306 * source/textDisp.c (1.30): Calltips are now redrawn on TextDMoveUp
2307 and TextDMoveDown. This should help those who end up with cursors
2308 behind calltips when entering multi-line function calls.
2310 2002-08-17 14:28 yooden
2312 * source/window.c (1.64): Removed unused variables.
2314 2002-08-16 14:43 tringali
2316 * source/file.c (1.49): Fix hang caused by posting the "reload"
2317 dialog box on a hidden window (during multi-file replace
2320 2002-08-15 19:03 n8gray
2322 * source/: file.c (1.48), window.c (1.63): Fixed the flickering
2323 stats line problem (SF bugs 595106, 594838). Also fixed "save-as
2324 doesn't update the stats line" bug.
2326 2002-08-14 19:20 n8gray
2328 * source/textDisp.c (1.29): Fixed off-by-one error in
2329 expandAllTabs. Also added check for NULL on its return value in
2332 2002-08-14 08:42 n8gray
2334 * source/textDisp.c (1.28): Removed debugging cruft from
2337 2002-08-13 22:12 n8gray
2339 * doc/help.etx (1.22), doc/nedit.doc (1.22), doc/nedit.html (1.16),
2340 source/help_data.h (1.19), source/help_topic.h (1.14),
2341 source/text.c (1.32), source/textDisp.c (1.27), source/textDisp.h
2342 (1.13): Added "absolute" argument to line-oriented action routines,
2343 and "wrap" argument to delete_to_start_of_line.
2345 2002-08-12 21:21 tringali
2347 * source/tags.c (1.43), source/window.c (1.62), source/window.h
2348 (1.10), util/misc.c (1.42), util/misc.h (1.14): Post watch cursor
2349 keep screen drawn while loading large tags files.
2351 2002-08-12 15:37 tringali
2353 * source/window.c (1.61): Reimplement I-search button focus
2354 management, so it doesn't have an ugly flash
2356 2002-08-10 23:59 tringali
2358 * source/undo.c (1.12): Added preference for disbling selection
2359 modification during Undo.
2361 2002-08-10 23:58 tringali
2363 * source/text.c (1.31): - Fix bad hardware tab of 4 spaces. Please
2364 set hardware tabs to 8 for NEdit! - Explicitly remove modifiers on
2365 some virtual bindings to account for system that map different
2366 modified keys to different bindings (e.g., Ctrl-PgUp =
2367 osfPageLeft, PgUp = osfPageUp) - Use unions in favor of casts in
2370 2002-08-10 23:54 tringali
2372 * source/highlightData.c (1.34): Use non-capturing parenthesis in C
2373 and C++ patterns where appropriate.
2375 2002-08-10 23:53 tringali
2377 * source/preferences.h (1.25): Added preference to disable
2378 modifying selection on Undo.
2380 2002-08-10 23:52 tringali
2382 * source/preferences.c (1.63): Added preference to disable changing
2383 the selection to match Undo.
2385 2002-08-10 23:51 tringali
2387 * source/server.c (1.18): Use union for XEvents instead of casts.
2389 2002-08-10 23:48 tringali
2391 * source/: interpret.c (1.27), interpret.h (1.9), macro.c (1.48):
2392 Use unions in place of nonportable casts to avoid warnings
2394 2002-08-10 23:45 tringali
2396 * source/help_data.h (1.18): Regenerated from help.etx update (fix
2399 2002-08-10 23:43 tringali
2401 * source/help.c (1.82): More detail for Motif version, and change
2402 button labels on help browser to be more like WinHelp
2404 2002-08-09 20:48 tringali
2406 * util/system.h (1.12): Support for Lynx, MacOS; better x86
2409 2002-08-09 14:08 tringali
2411 * doc/: help.etx (1.21), nedit.doc (1.21), nedit.html (1.15): Fix
2412 typo in last commit (replace * with @*)
2414 2002-08-09 13:52 tringali
2416 * doc/: help.etx (1.20), nedit.doc (1.20), nedit.html (1.14):
2417 Update incorrect X resources (nedit*text.foo) and upgrade version.
2419 2002-08-09 13:11 tringali
2421 * source/window.c (1.60): Convert // style comment to /* */, so it
2422 compiles again. NEdit is C89, not C++ or C99!
2424 2002-08-08 21:00 n8gray
2426 * doc/help.etx (1.19), doc/nedit.doc (1.19), doc/nedit.html (1.13),
2427 source/help_data.h (1.17), source/help_topic.h (1.13),
2428 source/nedit.h (1.27), source/window.c (1.59): Fixing the
2429 "ever-growing stats line" bug seen under lesstif. Also, the stats
2430 area code is generally much nicer now, IMHO.
2432 2002-08-02 08:36 n8gray
2434 * doc/help.etx (1.18), doc/nedit.doc (1.18), doc/nedit.html (1.12),
2435 source/help_data.h (1.16), source/help_topic.h (1.12), source/nc.c
2436 (1.26): nc.autoStart now defaults to True. I've had to explain
2437 that warning message one too many times...
2439 If anybody finds this offensive, it's easy to revert. ;^)
2441 2002-08-01 00:53 n8gray
2443 * doc/help.etx (1.17), doc/nedit.doc (1.17), doc/nedit.html (1.11),
2444 source/help_data.h (1.15), source/help_topic.h (1.11),
2445 source/macro.c (1.47): Added optional "copy" argument to
2446 replace_in_string to make it return a copy of the input string if
2447 no replacements were done.
2449 2002-07-31 23:34 slobasso
2451 * source/interpret.c (1.26): made comment more clear
2453 2002-07-31 20:08 edg
2455 * source/highlight.c (1.33): Fix for yesterday's "fix" (which
2456 wasn't entirely waterproof).
2458 2002-07-30 13:54 edg
2460 * source/highlight.c (1.32): Fix for pattern related crash reported
2461 by Joor: I've overlooked a special case in the recent speed
2464 2002-07-29 08:05 n8gray
2466 * doc/help.etx (1.16), doc/nedit.doc (1.16), doc/nedit.html (1.10),
2467 source/help_data.h (1.14), source/help_topic.h (1.10): Minor change
2468 to the documentation for nedit.typingHidesPointer X resource. By
2469 the way, the X resources section of the documentation doesn't seem
2470 to be in any order whatsoever. Maybe it should be sorted or
2471 grouped into functional groups.
2473 2002-07-29 03:51 n8gray
2475 * source/macro.c (1.46): Applying TK's autoflushing t_print patch
2476 (SF #552760). I'm not adding a call to isatty, but if anybody
2477 cares enough about the issue they're welcome to do it. I just want
2478 to make sure the patch isn't forgotten.
2480 2002-07-28 19:25 edg
2482 * source/preferences.c (1.62): Introduced alpha preference file
2483 version numbering (5.4a1, 5.4a2, ...) for development versions.
2485 2002-07-27 08:55 yooden
2487 * source/: highlightData.c (1.33), macro.c (1.45), preferences.c
2488 (1.61), preferences.h (1.24), smartIndent.c (1.17), userCmds.c
2489 (1.27): Removed obsolete function CopyAllocatedString()
2491 2002-07-26 22:19 n8gray
2493 * source/window.c (1.58): Fixed flickering under-shadow on stats
2494 line. (Thanks to TK Soh for the fix.) Also fixed horrible
2497 2002-07-26 21:39 n8gray
2499 * ChangeLog (1.26), doc/help.etx (1.15), doc/nedit.doc (1.15),
2500 doc/nedit.html (1.9), source/file.c (1.47), source/help_data.h
2501 (1.13), source/help_topic.h (1.9), source/macro.c (1.44),
2502 source/menu.c (1.63), source/nedit.c (1.34), source/nedit.h (1.26),
2503 source/preferences.c (1.60), source/tags.c (1.42), source/tags.h
2504 (1.12), source/text.c (1.30), source/textDisp.c (1.26),
2505 source/textDisp.h (1.12), source/window.c (1.57): This is the big
2506 one. NEdit is now calltips-enabled! :-)
2508 2002-07-20 23:18 yooden
2510 * util/fileUtils.c (1.26): Cover different return value of
2511 readlink() for Lynx.
2513 2002-07-20 23:15 yooden
2515 * makefiles/Makefile.lynx (1.4): Avoid annoying warnings about
2518 2002-07-20 09:37 amai
2520 * util/utils.c (1.17): Fix order of #includes
2522 2002-07-17 20:42 slobasso
2524 * source/menu.c (1.62): Lesstif was causing problems with
2525 accelerators kicking off actions on KeyRelease events rather than
2526 KeyPress events. This should fix key accelerated Mark and Goto Mark
2529 2002-07-17 15:14 edg
2531 * source/: highlight.c (1.31), highlightData.c (1.32), regularExp.c
2532 (1.18), regularExp.h (1.10): Speed improvements in syntax
2533 highlighting and regex engines.
2535 2002-07-16 11:39 edg
2537 * source/window.c (1.56): Inserted a cast to suppress a warning
2538 with certain compilers.
2540 2002-07-15 14:11 edg
2542 * source/: help.c (1.81), macro.c (1.43), preferences.c (1.59),
2543 regularExp.c (1.17), regularExp.h (1.9), search.c (1.48), search.h
2544 (1.17), tags.c (1.41): Lookbehind regex fix: adding missing
2545 backward search extent information.
2547 2002-07-12 11:44 edg
2549 * source/window.c (1.55), util/misc.c (1.41): Presumed fix for SF
2550 #550870: Nedit quietly exits unexpectedly. Missing X atoms were
2551 not created, but always used.
2553 2002-07-11 21:18 slobasso
2555 * source/file.c (1.46), source/file.h (1.10), source/help.c (1.80),
2556 source/help.h (1.10), source/highlight.c (1.30), util/DialogF.h
2557 (1.7), util/clearcase.h (1.3), util/fileUtils.h (1.9),
2558 util/fontsel.h (1.7), util/getfiles.h (1.5), util/managedList.h
2559 (1.5), util/misc.h (1.13), util/prefFile.h (1.6), util/printUtils.h
2560 (1.7), util/system.h (1.11), util/utils.c (1.16), util/utils.h
2561 (1.9), util/vmsParam.h (1.4), util/vmsUtils.h (1.5),
2562 source/highlight.h (1.6), source/highlightData.c (1.31),
2563 source/highlightData.h (1.8), source/interpret.c (1.25),
2564 source/interpret.h (1.8), source/macro.c (1.42), source/macro.h
2565 (1.4), source/menu.c (1.61), source/menu.h (1.7), source/nc.c
2566 (1.25), source/nedit.c (1.33), source/nedit.h (1.25),
2567 source/parse.h (1.5), source/parse.y (1.19), source/parse_noyacc.c
2568 (1.3), source/preferences.c (1.58), source/preferences.h (1.23),
2569 source/rbTree.c (1.7), source/rbTree.h (1.3), source/regexConvert.c
2570 (1.8), source/regexConvert.h (1.4), source/regularExp.c (1.16),
2571 source/regularExp.h (1.8), source/search.c (1.47), source/search.h
2572 (1.16), source/selection.c (1.21), source/selection.h (1.5),
2573 source/server.c (1.17), source/server.h (1.4), source/shell.c
2574 (1.23), source/shell.h (1.5), source/shift.c (1.13), source/shift.h
2575 (1.4), source/smartIndent.c (1.16), source/smartIndent.h (1.5),
2576 source/tags.c (1.40), source/tags.h (1.11), source/text.c (1.29),
2577 source/text.h (1.8), source/textBuf.c (1.21), source/textBuf.h
2578 (1.9), source/textDisp.c (1.25), source/textDisp.h (1.11),
2579 source/textDrag.c (1.8), source/textDrag.h (1.3), source/textP.h
2580 (1.4), source/textSel.c (1.10), source/textSel.h (1.3),
2581 source/undo.c (1.11), source/undo.h (1.5), source/userCmds.c
2582 (1.26), source/userCmds.h (1.5), source/window.c (1.54),
2583 source/window.h (1.9), source/windowTitle.c (1.8),
2584 source/windowTitle.h (1.2): more header file cleanup
2586 2002-07-09 14:15 edg
2588 * doc/help.etx (1.14), doc/nedit.doc (1.14), doc/nedit.html (1.8),
2589 source/help_data.h (1.12), source/help_topic.h (1.8),
2590 source/highlight.c (1.29), source/preferences.c (1.57),
2591 source/regularExp.c (1.15), source/regularExp.h (1.7),
2592 source/search.c (1.46): Committed SF patch #530308: look-behind
2593 regular expression matching.
2595 2002-07-05 22:28 uid71894
2597 * doc/help.etx (1.13), source/macro.c (1.41), source/menu.c (1.60),
2598 source/preferences.c (1.56), util/prefFile.c (1.17), util/utils.c
2599 (1.15), util/utils.h (1.8): Moves NEdit's config files in ~/.nedit/
2602 2002-06-29 13:56 yooden
2604 * source/preferences.c (1.55): Added some comment macros for
2605 default language modes.
2607 2002-06-26 23:39 slobasso
2609 * util/: DialogF.c (1.24), DialogF.h (1.6), clearcase.c (1.4),
2610 clearcase.h (1.2), fileUtils.c (1.25), fileUtils.h (1.8), fontsel.c
2611 (1.18), fontsel.h (1.6), getfiles.c (1.21), getfiles.h (1.4),
2612 managedList.c (1.10), managedList.h (1.4), misc.c (1.40), misc.h
2613 (1.12), prefFile.c (1.16), prefFile.h (1.5), printUtils.c (1.19),
2614 printUtils.h (1.6), system.h (1.10), utils.c (1.14), utils.h (1.7),
2615 vmsParam.h (1.3), vmsUtils.h (1.4): make .h files include their
2616 requirements and move local .h files to top of include list.
2618 2002-06-26 23:37 slobasso
2620 * source/: shell.c (1.22), textDisp.c (1.24): warnings cleanup
2622 2002-06-20 21:32 slobasso
2624 * source/: text.c (1.28), text.h (1.7), textDisp.c (1.23),
2625 textDisp.h (1.10): Added code to handle graphics expose events that
2626 can result from calls to XCopyArea(). Also added code to look for
2627 these events since they can get backlogged in some circumstances.
2628 Removed hack to determine if we were obscured, since this should no
2631 2002-06-10 16:56 slobasso
2633 * source/tags.c (1.39): fixed merge conflict.
2635 2002-06-08 13:56 tringali
2637 * ChangeLog (1.25), Makefile (1.7), README (1.29), ReleaseNotes
2638 (1.16), doc/help.etx (1.12), doc/nedit.doc (1.13), doc/nedit.html
2639 (1.7), makefiles/Makefile.macosx (1.2), makefiles/Makefile.os2
2640 (1.12), source/Makefile.dependencies (1.17), source/comnedit.com
2641 (1.8), source/file.c (1.45), source/help.c (1.79), source/help.h
2642 (1.9), source/help_data.h (1.11), source/help_topic.h (1.7),
2643 source/highlight.c (1.28), source/highlightData.c (1.30),
2644 source/highlightData.h (1.7), source/lnknedit.com (1.6),
2645 source/nc.c (1.24), source/nedit.c (1.32), source/preferences.c
2646 (1.54), source/preferences.h (1.22), source/server.c (1.16),
2647 source/shell.c (1.21), source/tags.c (1.38), source/window.c
2648 (1.53), source/windowTitle.c (1.7), util/DialogF.c (1.23),
2649 util/comutil.com (1.4), util/fileUtils.c (1.24), util/fontsel.c
2650 (1.17), util/misc.c (1.39), util/prefFile.c (1.15),
2651 util/printUtils.c (1.18), util/utils.c (1.13), util/utils.h (1.6):
2652 Merge 5.3 release branch fixes back to mainline development.
2654 2002-06-01 15:18 tringali
2656 * Makefile (tags: REL-5-3) (BETA-5-3.3): Final changes for 5.3
2658 2002-06-01 13:44 tringali
2660 * doc/nedit.doc, doc/nedit.html, source/help_data.h
2661 (BETA-5-3.[4,4,4]) (utags: REL-5-3): Update version to 5.3 for
2664 2002-05-16 07:53 edg
2666 * source/preferences.c (tags: REL-5-3) (BETA-5-3.5): Fix for SF
2667 #555364: 5.3RC1 preferences update not complete (provided by Markus
2670 2002-05-08 16:19 slobasso
2672 * source/menu.c (1.59): Removed many calls to
2673 HidePointerOnKeyedEvent() that shouldn't have been put there.
2675 2002-05-08 15:30 slobasso
2677 * source/menu.c (1.58): verify we have an event before checking the
2680 2002-05-07 01:13 n8gray
2682 * source/preferences.c (1.53): nedit.typingHidesPointer resource is
2683 no longer saved in .nedit file, just like other optional X
2684 resources. (e.g. nedit.shell, nedit.tagFile, etc.)
2686 2002-05-06 15:52 slobasso
2688 * source/menu.c (1.57): Removed a call to HidePointerOnKeyedEvent
2689 in unloadTagsFileMenuCB that caused a crash.
2691 2002-05-03 13:36 amai
2693 * ChangeLog (tags: REL-5-3) (BETA-5-3.2): Update
2695 2002-05-02 00:01 slobasso
2697 * source/shell.c (BETA-5-3.3): Added code to allow substituted
2698 command strings to be arbitrarily long.
2700 2002-05-01 06:36 n8gray
2702 * source/: nedit.h (1.24), window.c (1.52): Committed separate
2705 Commit Haiku: Line and Col on Right Not Customizable Yet
2706 Hope There Are No Bugs
2708 2002-04-29 17:16 slobasso
2710 * doc/.cvsignore (1.2): added .version
2712 2002-04-29 08:39 edg
2714 * util/comutil.com (BETA-5-3.1): VMS "makefile" enhancements (Jack
2717 2002-04-29 00:35 amai
2719 * .cvsignore (1.1), doc/.cvsignore (1.1), source/.cvsignore (1.3),
2720 util/.cvsignore (1.1): Add/enhance .cvsignore .cvsignore files
2722 2002-04-29 00:28 amai
2724 * source/window.c (1.51): Drop an unused #include
2726 2002-04-26 16:10 slobasso
2728 * source/tags.c (1.37): Removed unused variables and double free.
2730 2002-04-26 16:06 slobasso
2732 * source/tags.c (1.36): Cleanup FindDefinition and how globals are
2733 used. Changes were actually in previous revision, but I
2734 accidentally committed without comment.
2736 2002-04-26 16:04 slobasso
2738 * source/tags.c (1.35): [no log message]
2740 2002-04-24 20:40 edg
2742 * source/: comnedit.com, lnknedit.com (BETA-5-3.[1,1]): VMS
2743 compilation and linking fixes (Jack Patteeuw).
2745 2002-04-23 19:52 edg
2747 * source/nc.c, source/preferences.c, source/window.c,
2748 source/windowTitle.c, util/fileUtils.c (BETA-5-3.[2,4,4,9,1]):
2749 Various VMS compilation & linking fixes. 5.3 now compiles and runs
2750 at least on Alpha OpenVMS V7.2-1 (confirmed by Jack Patteeuw, who
2751 also reported the problems).
2753 2002-04-22 16:37 slobasso
2755 * source/text.c (1.27): fix compiler warning.
2757 2002-04-22 15:24 amai
2759 * ChangeLog (1.24): Update
2761 2002-04-22 15:22 amai
2763 * makefiles/Makefile.macosx (BETA-5-3.2): Fix line endings from
2764 "\\" to "\". Correct linking order in alternative set of flags
2765 using XFree86 with LessTif
2767 2002-04-19 21:40 slobasso
2769 * doc/help.etx (1.11): Added new feature to hide mouse pointer
2772 2002-04-19 16:22 slobasso
2774 * source/: help_data.h (1.10), menu.c (1.56), menu.h (1.6),
2775 preferences.c (1.52), preferences.h (1.21), text.c (1.26), text.h
2776 (1.6), textDisp.c (1.22), textDisp.h (1.9): Added new feature to
2777 hide mouse pointer while typing.
2779 2002-04-16 17:29 edg
2781 * source/nc.c, source/server.c, source/windowTitle.c, util/utils.c,
2782 util/utils.h (BETA-5-3.[1,1,8,1,1]): Renamed GetHostName() to
2783 GetNameOfHost() to avoid linking problems on VMS (the VMS linker is
2784 case-insensitive; GetHostName() conflicts with standard
2787 2002-04-15 10:46 edg
2789 * source/: file.c, preferences.c, preferences.h (BETA-5-3.[1,3,1]):
2790 Fix for linking problem on VMS: function
2791 GetPrefAlwaysCheckRelativeTagsSpecs had more than 31 characters.
2792 Replaced it by GetPrefAlwaysCheckRelTagsSpecs.
2794 2002-04-13 20:24 edg
2796 * source/window.c (BETA-5-3.3): Minor fix: MakeSelectionVisible()
2797 did not take into account line numbers. (SF #543178: Line numbers
2798 hide CTRL-M matches).
2800 2002-04-12 18:12 edg
2802 * doc/help.etx, doc/nedit.doc, doc/nedit.html, source/help_data.h
2803 (BETA-5-3.[1,3,3,3]): Documentation fixes (X-resource section).
2805 2002-04-12 18:09 edg
2807 * source/help.c (BETA-5-3.7): Backed out previous change because
2808 affects default width of help windows. Will consult developers
2811 2002-04-12 17:50 edg
2813 * source/help.c (BETA-5-3.6): Small fix: nedit.helpFont was ignored
2814 when determining initial size of help windows (instead, the value
2815 of the now obsolete nedit*helpText.font resource was used
2818 2002-04-10 09:41 edg
2820 * source/highlight.c (BETA-5-3.4): Crash fix for syntax
2821 highlighting pattern sets containing only pass-2 patterns.
2823 2002-03-28 14:21 edg
2825 * util/printUtils.c (tags: BETA-5-3-RC1) (BETA-5-3.1): Applied
2826 patch submitted with SF bug #536168: printing to KDE print
2829 2002-03-26 22:32 amai
2831 * makefiles/Makefile.macosx (tags: BETA-5-3-RC1) (BETA-5-3.1): Add
2832 sample linker command using LessTif as posted on discuss@
2834 2002-03-26 13:43 edg
2836 * util/fontsel.c (tags: BETA-5-3-RC1) (BETA-5-3.1): Prevent
2837 possible crash when the Font dialog is destroyed while a modal Font
2838 Selection dialog is up.
2840 2002-03-25 10:02 edg
2842 * source/highlight.c (tags: BETA-5-3-RC1) (BETA-5-3.3): Prevent
2843 buffer overflow in DialogF when reporting a RE compilation error
2844 for a very large RE.
2846 2002-03-23 17:04 edg
2848 * source/shell.c (tags: BETA-5-3-RC1) (BETA-5-3.2): The line
2849 counting algorithm for shell command output dialog is still not
2850 fullproof (it would require emulating word wrapping). Now a
2851 scrollbar is created when there is a risk of underestimating the
2852 number of lines, to make sure that no line ever gets obscured.
2854 2002-03-22 15:54 edg
2856 * source/shell.c (BETA-5-3.1): Fix for shell command output dialog
2857 obscuring final lines under certain conditions (reported at discuss
2860 2002-03-21 08:41 edg
2862 * source/: window.c, tags.c (BETA-5-3.[2,2]) (utags: BETA-5-3-RC1):
2863 Got rid of strdup() call (+related comment in disabled code in
2866 2002-03-21 00:19 amai
2868 * source/highlightData.c (tags: BETA-5-3-RC1) (BETA-5-3.4): SF
2869 Patch [ 531549 ] TCL highlight patterns updated.
2871 2002-03-21 00:15 amai
2873 * makefiles/Makefile.os2 (tags: BETA-5-3-RC1) (BETA-5-3.2): Correct
2874 linker flags for omf/debuggable build
2876 2002-03-20 18:30 edg
2878 * source/highlightData.c (BETA-5-3.3): Double bug fix in X
2879 Resources pattern: context distance violation and missing escapes
2880 and continuation highlights.
2882 2002-03-19 21:39 edg
2884 * source/help.c (tags: BETA-5-3-RC1) (BETA-5-3.5): Replaced
2885 (non-ANSI) snprintf() call by equivalent code.
2887 2002-03-19 18:29 edg
2889 * source/windowTitle.c (tags: BETA-5-3-RC1) (BETA-5-3.7): The
2890 background color copying code for the preview didn't work with all
2891 Motif versions (it even crashed). Now copied the color from the
2892 form iso. a label. This should work also for Motif 1.2.
2894 2002-03-19 17:42 edg
2896 * Makefile (tags: BETA-5-3-RC1) (BETA-5-3.2): Include nedit.html in
2897 binary distributions.
2899 2002-03-19 17:39 edg
2901 * ChangeLog, doc/nedit.doc, doc/nedit.html, source/help_data.h,
2902 source/help_topic.h (BETA-5-3.[1,2,2,2,2]) (utags: BETA-5-3-RC1):
2903 Final update for 5.3RC1 (hopefully).
2905 2002-03-19 08:51 edg
2907 * source/windowTitle.c (BETA-5-3.6): Changed the preview field's
2908 background color to make it clear that it is read-only.
2910 2002-03-18 23:41 edg
2912 * source/highlight.c (BETA-5-3.2): Fix for SF #531577: Balance
2913 fails before text viewed. Unparsed parens are parsed with pass-2
2914 patterns when necessary.
2916 2002-03-18 23:15 edg
2918 * source/: help.c, nedit.c (tags: BETA-5-3-RC1) (BETA-5-3.[4,2]):
2919 Committed Markus' latest enhancements (focus related).
2921 2002-03-17 11:21 yooden
2923 * source/windowTitle.c, util/prefFile.c (tags: BETA-5-3-RC1)
2924 (BETA-5-3.[5,1]): Makes the cursor in the Window Title Dialog's
2925 preview field invisible.
2927 2002-03-16 20:40 edg
2929 * source/window.c (BETA-5-3.1): Changed 2 free() calls into XFree
2932 2002-03-15 14:36 amai
2934 * source/: Makefile.dependencies (tags: BETA-5-3-RC1) (BETA-5-3.1),
2935 Makefile.dependencies (1.16): Update
2937 2002-03-15 08:51 edg
2939 * source/: help.c, help.h (tags: BETA-5-3-RC1), nedit.c
2940 (BETA-5-3.[3,1,1]): Applied patch 526967: single window help with
2941 history (with a minor modification in the mnemonics: P for Previous
2944 2002-03-14 17:41 amai
2946 * source/textDisp.c (1.21), source/textDrag.c (1.7),
2947 source/textSel.c (1.9), source/undo.c (1.10), source/userCmds.c
2948 (1.25), source/window.c (1.50), source/windowTitle.c (1.6),
2949 util/DialogF.c (1.22), util/clearcase.c (1.3), util/fileUtils.c
2950 (1.23), util/fontsel.c (1.16), util/getfiles.c (1.20),
2951 util/managedList.c (1.9), util/misc.c (1.38), util/prefFile.c
2952 (1.14), util/printUtils.c (1.17), util/utils.c (1.12): Attempt to
2953 complete last commit (add trailing optional #include)
2955 2002-03-14 17:18 amai
2957 * source/: rbTree.c (1.6), regexConvert.c (1.7), regularExp.c
2958 (1.14), search.c (1.45), selection.c (1.20), server.c (1.15),
2959 shell.c (1.20), shift.c (1.12), smartIndent.c (1.15), tags.c
2960 (1.34), text.c (1.25), textBuf.c (1.20): Add an optional #include
2961 at the end of all #includes in each .c source file. Document that
2962 stuff in Makefile.generic
2964 2002-03-14 17:15 amai
2966 * makefiles/Makefile.generic (1.8), source/file.c (1.44),
2967 source/help.c (1.78), source/highlight.c (1.27),
2968 source/highlightData.c (1.29), source/interpret.c (1.24),
2969 source/linkdate.c (1.3), source/macro.c (1.40), source/menu.c
2970 (1.55), source/nc.c (1.23), source/nedit.c (1.31),
2971 source/preferences.c (1.51): Add an optional #include at the end of
2972 all #includes in each .c source file. Document that stuff in
2975 2002-03-14 15:33 edg
2977 * source/windowTitle.c (BETA-5-3.4): Removed some toggle button
2978 margin height overrides that caused the mnemonic underscores to
2979 disappear with certain Motif versions.
2981 2002-03-14 01:25 amai
2983 * source/file.c (1.43), source/help.c (1.77), source/highlight.c
2984 (1.26), source/highlightData.c (1.28), source/interpret.c (1.23),
2985 source/linkdate.c (1.2), source/macro.c (1.39), source/menu.c
2986 (1.54), source/nc.c (1.22), source/preferences.c (1.50),
2987 source/rbTree.c (1.5), source/regexConvert.c (1.6),
2988 source/regularExp.c (1.13), source/search.c (1.44),
2989 source/selection.c (1.19), source/server.c (1.14), source/shell.c
2990 (1.19), source/shift.c (1.11), source/smartIndent.c (1.14),
2991 source/tags.c (1.33), source/text.c (1.24), source/textBuf.c
2992 (1.19), source/textDisp.c (1.20), source/textDrag.c (1.6),
2993 source/textSel.c (1.8), source/undo.c (1.9), source/userCmds.c
2994 (1.24), source/window.c (1.49), source/windowTitle.c (1.5),
2995 util/DialogF.c (1.21), util/clearcase.c (1.2), util/fileUtils.c
2996 (1.22), util/fontsel.c (1.15), util/getfiles.c (1.19),
2997 util/managedList.c (1.8), util/misc.c (1.37), util/prefFile.c
2998 (1.13), util/printUtils.c (1.16), util/utils.c (1.11): Optionally
2999 #include "../config.h" anywhere at first place in all(?) .c files
3001 2002-03-13 17:15 edg
3003 * source/help.c (BETA-5-3.2): Leak fix: style buffers were leaked
3004 when help windows were closed or dismissed.
3006 2002-03-13 13:19 edg
3008 * source/highlightData.c (BETA-5-3.2): Minor fix in Tcl patterns:
3009 newlines are allowed in double quoted strings.
3011 2002-03-13 12:05 edg
3013 * source/preferences.c, util/DialogF.c, util/misc.c
3014 (BETA-5-3.[2,1,1]) (utags: BETA-5-3-RC1): Various minor leak fixes.
3016 2002-03-13 12:04 edg
3018 * source/windowTitle.c (BETA-5-3.3): Made the preview field use a
3019 variable width font to avoid obscuring it too easily.
3021 2002-03-12 20:22 edg
3023 * source/preferences.c (BETA-5-3.1): Small leak fix in language
3026 2002-03-12 20:20 edg
3028 * source/: highlight.c, highlightData.c, highlightData.h (tags:
3029 BETA-5-3-RC1) (BETA-5-3.[1,1,1]): Revised syntax-based paren
3030 matching algorithm: relaxes constraints on highlight patterns.
3031 Valid matches should no longer be missed.
3033 2002-03-12 16:59 edg
3035 * source/help.c (BETA-5-3.1): Leak fix: text was leaked when
3038 2002-03-12 16:22 edg
3040 * source/windowTitle.c (BETA-5-3.2): Removed an XmStringFree() call
3041 that was left behind (and caused a crash).
3043 2002-03-12 16:16 amai
3045 * makefiles/Makefile.os2 (BETA-5-3.1): Reduce stack size of
3048 2002-03-12 14:52 edg
3050 * Makefile, README (tags: BETA-5-3-RC1), ReleaseNotes (tags:
3051 BETA-5-3-RC1), doc/nedit.doc, doc/nedit.html, source/help_data.h,
3052 source/help_topic.h (BETA-5-3.[1,2,2,1,1,1,1]): Set version to
3055 2002-03-12 09:04 edg
3057 * ReleaseNotes, source/tags.c (BETA-5-3.[1,1]): Applied patch
3058 #520941: FindDefinition function incorrectly reads the X selection
3059 even when an argument has been provided for the find_definition()
3062 2002-03-12 00:46 amai
3064 * README (BETA-5-3.1): Small updates on LessTif info
3066 2002-03-11 23:09 tringali
3068 * source/windowTitle.c (BETA-5-3.1): Fix UI so dialog doesn't jump
3069 around. Also prevent overflow bug in text field.
3071 2002-03-11 22:41 amai
3073 * source/windowTitle.c (1.4): Fix compiler warning
3075 2002-03-11 22:40 amai
3077 * README (1.28): Small updates on LessTif info
3079 2002-03-11 22:18 edg
3081 * doc/nedit.doc (1.12), doc/nedit.html (1.6), source/help_data.h
3082 (1.9), source/help_topic.h (1.6), README (1.27), ReleaseNotes
3083 (1.15): Last update before 5.3 branch.
3085 2002-03-11 22:05 edg
3087 * doc/help.etx (1.10, BETA-5-3-RC1), source/highlight.c (1.25),
3088 source/highlight.h (1.5, BETA-5-3-RC1), source/menu.c (1.53,
3089 BETA-5-3-RC1), source/nedit.h (1.23, BETA-5-3-RC1),
3090 source/preferences.c (1.49), source/preferences.h (1.20,
3091 BETA-5-3-RC1), source/search.c (1.43, BETA-5-3-RC1),
3092 source/window.c (1.48): Applied SF patch #513976: Syntax-based
3093 parenthesis matching.
3095 2002-03-11 18:17 edg
3097 * ChangeLog (1.23), README (1.26), ReleaseNotes (1.14): Update for
3100 2002-03-08 10:40 edg
3102 * source/window.c (1.47): Fix for #527319: segfault in
3103 virtKeyBindingsAreInvalid().
3105 2002-03-08 08:43 edg
3107 * source/tags.c (1.32): Fix for #527222: malloc bugs in tags.c
3110 2002-03-07 20:49 edg
3112 * doc/nedit.doc (1.11), doc/nedit.html (1.5), source/help_data.h
3113 (1.8), source/help_topic.h (1.5): Regenerated.
3115 2002-03-07 20:36 edg
3117 * doc/help.etx (1.9), source/windowTitle.c (1.3): Applied patch
3118 #519092: Customizable window title UI redesign
3120 2002-03-07 17:40 edg
3122 * source/menu.c (1.52): Removed some (unnecessary) statements that
3123 could cause the X server to freeze when the background menu was
3124 popped up while any of the lock keys were on.
3126 2002-03-07 16:42 tringali
3128 * makefiles/Makefile.linux (1.8, BETA-5-3-RC1): Add -lXp.
3130 2002-03-06 22:04 edg
3132 * doc/help.etx (1.8), source/nedit.h (1.22), source/preferences.c
3133 (1.48), source/preferences.h (1.19), source/window.c (1.46): Added
3134 patch #525903: Workaround for invalid virtual key bindings attached
3135 to the root window: invalid bindings are detected and ignored
3136 (behavior can be controlled with a new X-resource).
3138 2002-03-06 14:42 tringali
3140 * makefiles/Makefile.linux (1.7): Force Motif to be pulled in
3141 statically by default. Linux users tend to upgrade frequently or
3142 move binaries across systems, causing library version skew.
3144 2002-03-04 20:10 amai
3146 * source/tags.c (1.31): Remove unused statements/code lines as
3147 pointed out on develop@
3149 2002-03-02 17:02 yooden
3151 * doc/help.etx (1.7), source/file.c (1.42, BETA-5-3-RC1),
3152 source/menu.c (1.51), source/nedit.h (1.21), source/preferences.c
3153 (1.47), source/preferences.h (1.18): Makes the line feed NEdit
3154 appends on save optional. (SF Bug #495009)
3156 2002-03-01 22:44 slobasso
3158 * source/interpret.c (1.22, BETA-5-3-RC1): properly round pow()
3161 2002-03-01 17:13 amai
3163 * ChangeLog (1.22), README (1.25): Update timestamp and ChangeLog
3165 2002-03-01 17:12 amai
3167 * util/fileUtils.c (1.21, BETA-5-3-RC1): Add a UNICOS-specific call
3170 2002-03-01 17:04 amai
3172 * util/fontsel.c (1.14): Replace rint(x) by floor(x+0.5)
3174 2002-03-01 16:04 amai
3176 * makefiles/Makefile.unicos (1.5, BETA-5-3-RC1): Patch from Paolo
3177 Palazzi to compile on UNICOS 10.0.1.0
3179 2002-02-27 14:44 edg
3181 * source/window.c (1.45): Setfont: fixed a bug with the window
3182 getting the wrong width when changing the font size under fvwm (or
3183 any other ICCCM2 compliant window manager). Fix provided by Dominik
3186 2002-02-27 11:26 edg
3188 * source/text.c (1.23, BETA-5-3-RC1): Replaced the "None" modifiers
3189 by "~Alt ~Shift ~Ctrl ~Meta", because "None" also excludes lock
3190 keys and prevents PageUp/PageDown from responding when, for
3191 instance, the NumLock key is on (so I didn't mix up my binaries
3194 2002-02-25 17:28 edg
3196 * source/text.c (1.22): Reverted the last change. I've probably
3197 mixed up my NEdit binaries.
3199 2002-02-25 14:29 edg
3201 * source/text.c (1.21): Removed the recently introduced None
3202 modifiers in default key bindings. They don't seem to be
3203 recognized by all Motif versions, causing the PageUp/PageDown keys
3206 2002-02-25 10:32 edg
3208 * source/textDisp.c (1.19, BETA-5-3-RC1): Fix for SF #522263:
3209 segfault fix (Nathaniel Gray).
3211 2002-02-24 21:16 edg
3213 * source/: textBuf.c (1.18), textBuf.h (1.8) (utags: BETA-5-3-RC1):
3214 Fix for #522038: Internal error when splitting window. Allowed
3215 more than one pre-delete callback per window (I originally thought
3216 that only one was necessary).
3218 2002-02-23 20:01 edg
3220 * source/window.c (1.44): Avoid temporarily invalid WM size hints.
3221 They seem to amplify the effects of a bug in fvwm2 (SF #496526:
3222 Very wide nedit window with fvwm).
3224 2002-02-21 18:53 tringali
3226 * source/text.c (1.20): Fix broken PageUp and PageDown keys on
3227 systems that bind osfPageLeft to Ctrl-PageUp.
3229 2002-02-20 13:03 amai
3231 * source/help.c (1.76): Make getBuildInfo() to return a static
3234 2002-02-16 14:39 edg
3236 * source/help_data.h (1.7): Regenerated with fixed setext (fixes
3237 some style problems).
3239 2002-02-16 14:37 edg
3241 * doc/setext (1.7, BETA-5-3-RC1): Style transition fixes by Steven
3244 2002-02-15 09:41 edg
3246 * doc/nedit.html (1.4), source/help_data.h (1.6),
3247 source/help_topic.h (1.4): Regenerated with fixed setext.
3249 2002-02-15 09:37 edg
3251 * doc/setext (1.6): Applied bug fixes in help and html generation
3252 (provided by Steven Haehn).
3254 2002-02-14 21:08 edg
3256 * source/preferences.c (1.46): Bumped .nedit file version to 5.3.
3258 2002-02-14 21:04 edg
3260 * README (1.24): Synchronized author list with help.etx.
3262 2002-02-14 20:24 amai
3264 * README (1.23), ReleaseNotes (1.13): Re-arrange some text
3266 2002-02-14 14:28 tringali
3268 * source/preferences.c (1.45): Oops, helvetica fonts aren't italic,
3271 2002-02-13 23:10 edg
3273 * README (1.22), ReleaseNotes (1.12): Preparation of 5.3 release.
3275 2002-02-13 23:07 edg
3277 * source/nc.c (1.21, BETA-5-3-RC1): Preparation of 5.3 release.
3279 2002-02-13 20:47 tringali
3281 * source/preferences.c (1.44): Change help fonts to be like the
3282 defaults we have in nedit.c to reduce the likelihood of them being
3283 missing or defective.
3285 2002-02-13 20:00 tringali
3287 * util/misc.c (1.36): Fix for [ #478234 ] nedit crash with Xwindows
3290 2002-02-13 18:03 edg
3292 * ChangeLog (1.21): Update.
3294 2002-02-13 14:14 edg
3296 * source/textDisp.c (1.18): Fix for SF bug #516920: line numbering
3297 in continuous wrap mode.
3299 2002-02-13 12:30 edg
3301 * doc/nedit.doc (1.10), doc/nedit.html (1.3), source/help_data.h
3302 (1.5), source/help_topic.h (1.3): Regenerated documentation.
3304 2002-02-13 12:27 edg
3306 * doc/setext-info.txt (1.1, BETA-5-3-RC1): Added setext format
3307 documentation provided by Steven Haehn.
3309 2002-02-13 12:12 edg
3311 * doc/help.etx (1.6): Minor fixes.
3313 2002-02-11 21:23 arnef
3315 * source/windowTitle.c (1.2): Fixed reason for crash when window is
3316 destroyed. Removing leading dashes and spaces Checking for array
3317 out of bounds when creating title.
3319 2002-02-11 10:45 edg
3321 * source/highlightData.c (1.27): Upgraded X Resources highlight
3322 patterns to improve highlighting performance. SF bug #481290;
3323 patterns provided by Markus Schwarzenberg.
3325 2002-02-08 23:26 tringali
3327 * source/nedit.c (1.30): Yet another attempted fix for 434383:
3328 menus showing up as blocks.
3330 2002-02-07 10:23 edg
3332 * doc/help.etx (1.5): Updates for SF bug #489601: misprint in
3335 2002-02-07 10:00 edg
3337 * doc/help.etx (1.4): Fix for SF bug #432203: Error in regex help
3340 2002-02-07 09:28 edg
3342 * doc/setext (1.5): Comment on #! interpreter line is not allowed
3345 2002-02-05 22:01 edg
3347 * source/highlight.c (1.24): Fix for SF bug #512961: NEdit LOCKS
3348 UP, and also for a similar bug reported at the discuss mailing list
3349 (Philippe Poilbarbe: Infinite Loop). Yet another char/unsigned
3352 2002-02-05 20:55 edg
3354 * source/regularExp.c (1.12, BETA-5-3-RC1): Fixed a char/unsigned
3355 char comparison problem that caused crashes when patterns contained
3356 characters with ASCII code >= 128.
3358 2002-02-05 18:16 edg
3360 * source/: textBuf.c (1.17), textDisp.c (1.17), textDisp.h (1.8,
3361 BETA-5-3-RC1), window.c (1.43): Bug fix for SF bug #510631: 5.2
3362 segmentation fault on Linux/i386. Modifying tab distance in
3363 continous wrap mode brought the text display widget in an illegal
3366 2002-02-05 13:15 edg
3368 * source/highlight.c (1.23): Bugfix in color allocation (Thomas
3371 2002-02-03 16:41 edg
3373 * source/: textBuf.c (1.16), textBuf.h (1.7), textDisp.c (1.16),
3374 textDisp.h (1.7): Patches for SF bug #485415: Continuous wrap
3375 updating bugs. Continuous wrap mode combined with variable font
3376 sizes resulted in wrong text display calculations.
3378 2002-02-01 15:03 edg
3380 * source/textDisp.c (1.15): Patch for SF bug #510765: Help>Version
3381 scrollbar can get corrupted. The text display widget used wrong
3382 style information for wrapping calculations when using variable
3385 2002-01-28 10:43 amai
3387 * ChangeLog (1.20), source/help.c (1.75), source/nedit.c (1.29),
3388 source/server.c (1.13, BETA-5-3-RC1), source/tags.c (1.30),
3389 source/textDisp.c (1.14), source/textDrag.c (1.5, BETA-5-3-RC1),
3390 source/undo.c (1.8, BETA-5-3-RC1): Add some explicit #include
3393 2002-01-23 16:54 tringali
3395 * source/help.c (1.74): Change parenthesis style to match the rest
3396 of nedit source code.
3398 2002-01-23 16:53 tringali
3400 * source/textSel.c (1.7, BETA-5-3-RC1): Accept COMPOUND_TEXT
3401 selection requests for compatability with recent versions of
3404 2002-01-17 01:34 amai
3406 * makefiles/Makefile.os2 (1.11): Some small fixes/enhancements
3408 2002-01-15 17:05 tringali
3410 * source/: menu.c (1.50), window.c (1.42): Lower case, Upper case,
3411 and Find Def do not require an NEdit selection. LC/UC can operate
3412 on the cursor, and Find Def can use an external selection.
3414 2002-01-13 16:01 yooden
3416 * source/: menu.c (1.49), window.c (1.41): Removed four
3417 XtSetSensitive calls that prevent use of 'Open Selected' and 'Find
3418 Selection' on selections that are not NEdit's.
3420 2002-01-12 00:59 amai
3422 * makefiles/Makefile.os2 (1.10), source/nc.c (1.20): Makefile.os2:
3423 update/correct some linker options nc.c: I think I previously
3424 messed up the commandline for EMX&VMS case. Perhaps not a good
3425 idea to mess around in code which I can't test...
3427 2002-01-11 18:21 amai
3429 * source/nc.c (1.19): Fix for server startup command line on OS/2:
3430 missing flag for START command and fix memory leak.
3432 2002-01-11 13:10 amai
3434 * doc/setext (1.4), source/help_data.h (1.4): Patch from Steven
3435 Haehn to add some static/const to setext output
3437 2002-01-10 12:49 amai
3439 * source/help.c (1.73): Make some funcs/vars static
3441 2002-01-08 16:06 amai
3443 * README (1.21): New timestamp ... (a test whether the commit
3444 messages get a different subject now)
3446 2002-01-08 14:33 amai
3448 * ChangeLog (1.19), source/menu.c (1.48), source/nedit.h (1.20),
3449 source/window.c (1.40): Make more menu Items sensitive WRT an
3450 existing selection: Cut, Upper, Lower
3452 2002-01-07 10:15 amai
3454 * source/tags.c (1.29): Jump to tags only referenced by line
3455 number. Fix by M. Schwarzenberg.
3457 2002-01-05 16:52 amai
3459 * source/search.c (1.42): Only set *again menu Items on the first
3460 search ever (not on each)
3462 2002-01-05 16:45 amai
3464 * source/: Makefile.dependencies (1.15), menu.c (1.47), nedit.h
3465 (1.19), search.c (1.41), search.h (1.15, BETA-5-3-RC1), window.c
3466 (1.39): Toggle Menu Item sensitivity, including those from SF Bug [
3467 #486072 ] Selection commands sensitivity incorrect
3469 2002-01-05 02:19 edel
3471 * source/: help_data.h (1.3), help_topic.h (1.2): Regenerated
3472 help_topic.h and help_data.h for change in help.ext
3474 2002-01-05 02:09 edel
3476 * makefiles/Makefile.solaris (1.7, BETA-5-3-RC1): Reverting to 1.5
3477 (I accidentally committed my private mods, sorry).
3479 2002-01-05 01:48 edel
3481 * doc/help.etx (1.3), doc/setext (1.3), makefiles/Makefile.solaris
3482 (1.6), source/help.c (1.72), source/preferences.c (1.43),
3483 source/preferences.h (1.17): Help updates from Steve. Remove
3484 unused title font resources, add back some missing help text.
3486 2002-01-04 16:39 amai
3488 * ChangeLog (1.18), source/textDisp.c (1.13): Fix ("wrong")
3489 compiler (gcc) warning about two uninitialized variables
3491 2001-12-31 14:34 amai
3493 * source/nc.c (1.18): Fix a problem with calling nedit from nc on
3494 OS/2 which I introduced recently. Enlarge Preferences.serverCmd
3497 2001-12-24 11:50 amai
3499 * source/macro.c (1.38, BETA-5-3-RC1): Fix by Gilles J. Seguin for
3500 SF Bug [ #480966 ] Composed characters in learned sequence
3502 2001-12-24 09:46 amai
3504 * source/file.c (1.41), source/highlight.c (1.22), source/menu.c
3505 (1.46), util/getfiles.c (1.18, BETA-5-3-RC1): Fix for SF Bug [
3506 #480960 ] No titles in some dialog boxes as sent to develop@ from
3509 2001-12-24 09:26 amai
3511 * ChangeLog (1.17), source/parse_noyacc.c (1.2, BETA-5-3-RC1),
3512 source/window.c (1.38): Update ChangeLog, parse_noyacc.c. Typo in
3515 2001-12-24 09:18 amai
3517 * source/: interpret.c (1.21), interpret.h (1.7, BETA-5-3-RC1),
3518 parse.y (1.18, BETA-5-3-RC1): Apply SF Patch [ #496413 ]
3519 preliminary patch for #495293 from A. Hood which in turn fixes SF
3520 Bug [ #495293 ] continue outside of loop causes segfault
3522 2001-12-20 15:38 amai
3524 * source/: comnedit.com (1.7, BETA-5-3-RC1), parse.c_noyacc (1.8),
3525 parse_noyacc.c (1.1): Rename our fallback version of the parse.c
3526 code to have a reasonable file extension. Update VMS command file
3529 2001-12-19 17:08 tringali
3531 * source/help.c (1.71): Fix incorrect array size that crashes on
3532 platforms where sizeof(char*) != sizeof(int)
3534 2001-12-19 14:51 tringali
3536 * source/: window.c (1.37), nedit.c (1.28): Back out frame around
3537 text patch; doesn't work well with LessTif
3539 2001-12-18 18:53 tringali
3541 * source/: nedit.c (1.27), window.c (1.36): Put frame around text
3542 widget, for consistent look with XmScrolledText Patch courtesy of
3543 C. Rasmussen (If you don't like it, disable it with
3544 *pane*XmFrame.shadowThickness: 0)
3546 2001-12-17 16:28 amai
3548 * source/selection.c (1.18, BETA-5-3-RC1): Fix compilation problem
3550 2001-12-16 04:31 ajhood
3552 * source/selection.c (1.17): Modified Files:
3554 replacing sprintf lost the path name when opening files
3556 2001-12-14 14:35 edel
3558 * source/help_topic.h (1.1): Separated auto-generated part of
3559 help.h into different file, help_topic.h.
3561 2001-12-14 05:14 edel
3563 * doc/: Makefile (1.2, BETA-5-3-RC1), help.etx (1.2), nedit.doc
3564 (1.9), nedit.html (1.2), setext (1.2): Rearranged styles to put
3565 fixed fonts first, for sizing help text widget.
3567 2001-12-14 05:12 edel
3569 * source/: Makefile.dependencies (1.14), help.c (1.70), help.h
3570 (1.8), help_data.h (1.2): Rearanged help fonts so window is sized
3571 to match fixed-width formatting. Fixed underlined fonts not
3574 2001-12-13 15:44 amai
3576 * source/tags.c (1.28): Drop // comments from last check-in
3578 2001-12-13 13:31 amai
3580 * ChangeLog (1.16), source/help.h (1.7): Add prototype to help.h to
3583 2001-12-13 13:27 amai
3585 * source/tags.c (1.27), source/tags.h (1.10, BETA-5-3-RC1),
3586 util/fileUtils.c (1.20), util/utils.c (1.10, BETA-5-3-RC1),
3587 util/utils.h (1.5, BETA-5-3-RC1): Apply SF Patch [ #491109 ]
3588 recognize etags TAGS files added from M. Schwarzenberg
3590 2001-12-13 13:14 amai
3592 * source/interpret.c (1.20), source/macro.c (1.37), source/menu.c
3593 (1.45), source/parse.y (1.17), source/preferences.c (1.42),
3594 source/search.c (1.40), source/selection.c (1.16), source/tags.c
3595 (1.26), source/userCmds.c (1.23, BETA-5-3-RC1), util/printUtils.c
3596 (1.15): Fix for SF Bug [ #491943 ] missing (unsigned char) casts
3597 from M. Schwarzenberg
3599 2001-12-12 17:07 edel
3601 * source/help.c (1.69): Fixed hyperlink after search crash, search
3602 memory leak, cleaned up code, added more comments.
3604 2001-12-10 05:11 edel
3606 * source/help_data.h (1.1): Help data generated from
3609 2001-12-10 05:07 edel
3611 * doc/nedit.html (1.1): Copy of html documentation generated by new
3614 2001-12-10 05:03 edel
3616 * doc/: Makefile (1.1), help.etx (1.1), nedit.doc (1.8), setext
3617 (1.1): New help system!
3619 2001-12-10 04:57 edel
3621 * source/: Makefile.dependencies (1.13), help.c (1.68), help.h
3622 (1.6), highlight.c (1.21), highlight.h (1.4), menu.c (1.44),
3623 preferences.c (1.41), preferences.h (1.16), textDisp.c (1.12): New
3626 2001-12-07 10:50 amai
3628 * source/file.c (1.40): Close file handle upon various error
3629 conditions to leave the routine w/o success. Also reject block
3630 devices in addition to directories.
3632 2001-12-05 10:16 amai
3634 * source/: nc.c (1.17), nedit.c (1.26): nc: don't use XtWarning
3635 when report invalid commanline argument. nedit: react properly if
3636 file name on commandline is too long. Now starts up GUI.
3638 2001-12-04 18:03 amai
3640 * ChangeLog (1.15), source/server.c (1.12), util/getfiles.c (1.17):
3641 More checks for ParseFilename()'s return value
3643 2001-12-04 17:50 amai
3645 * source/file.c (1.39), source/menu.c (1.43), source/nc.c (1.16),
3646 source/nedit.c (1.25), source/selection.c (1.15), source/tags.c
3647 (1.25), util/DialogF.c (1.20), util/fileUtils.c (1.19):
3648 ParseFilename() often gets called w/o the caller to ensure that the
3649 arguments are proper. Let it do some checks and have an useful
3652 2001-12-04 11:14 amai
3654 * makefiles/Makefile.macosx (1.1): Add Makefile for MacOS X, as
3655 found on our website
3657 2001-12-03 22:21 amai
3659 * source/: help.c (1.67), nedit.c (1.24): Update source timestamp
3660 and add -V to commandline help
3662 2001-12-03 22:18 amai
3664 * source/nc.c (1.15): Resolve a mess of #ifdefs in handling
3665 commandline args. Implement -V|-version for nc
3667 2001-12-03 16:46 tringali
3669 * source/: Makefile.common (1.10, BETA-5-3-RC1), help.c (1.66),
3670 linkdate.c (1.1, BETA-5-3-RC1): Make build date more accurate by
3671 updating on actual link, not when help.c was last compiled.
3673 2001-12-02 17:58 edg
3675 * source/: textBuf.c (1.15), textSel.c (1.6): Applied SF patch
3676 #487945: Fix for rectangular overstrike paste.
3678 2001-11-30 15:41 tringali
3680 * source/: nedit.c (1.23), window.c (1.35): [487153] Let user
3681 override font of statistics line
3683 2001-11-27 22:53 edg
3685 * source/search.c (1.39): Enhancement to the (multi-file)
3686 replacement dialog: all files are first checked for changes to set
3687 correct sensitivity for the multi-file button and to generate an
3688 up-to-date list of writable files in the multi-file dialog.
3690 2001-11-27 10:47 amai
3692 * source/: help.c (1.65), menu.c (1.42), shell.c (1.18): Patch from
3693 A. Riese SF Patch [ #434451 ] line numbers in shell commands
3695 2001-11-27 09:09 amai
3697 * source/file.c (1.38), source/menu.c (1.41), util/prefFile.c
3698 (1.12), util/utils.c (1.9), util/utils.h (1.4): Introduce
3699 PrependHome() to create all paths of type $HOME/file without
3700 overflow. Fixes some leaks, other remain ...
3702 2001-11-26 21:40 amai
3704 * util/: fileUtils.c (1.18), utils.c (1.8): Quit if a "safe"
3705 getpw*() call fails. GetUserName() returns a safe, cached result
3707 2001-11-26 17:17 amai
3709 * ChangeLog (1.14), README (1.20), source/help.c (1.64),
3710 source/nc.c (1.14), source/nedit.c (1.22): Apply Patch from M.
3711 Schwarzenberg: SF Patch [ #485610 ] -- open filenames starting with
3714 2001-11-26 14:54 amai
3716 * util/fileUtils.c (1.17): Try to fix a potential memory
3717 (security?!?) leak in ExpandTile()
3719 2001-11-26 14:17 amai
3721 * util/utils.c (1.7): Cache return value of GetHomeDir() and return
3722 a private reference. Earlier we did return a string that could be
3723 invalided before it was used!?
3725 2001-11-25 23:03 edg
3727 * source/file.c (1.37): Crash fix: avoid closing windows twice when
3728 user destroys the window of a file that could not be opened instead
3729 of closing the error dialog.
3731 2001-11-25 22:05 edg
3733 * source/textBuf.c (1.14): Small fix: tighter buffer boundary check
3734 when accessing characters.
3736 2001-11-24 11:57 amai
3738 * source/file.c (1.36): Patch from Thorsten Haude for SF Bug [
3739 #484870 ] Double Mnemonic
3741 2001-11-24 11:41 amai
3743 * makefiles/Makefile.qnx (1.1, BETA-5-3-RC1): Add Makefile for QNX
3744 as posted on develop@ mailinglist
3746 2001-11-22 21:01 amai
3748 * source/interpret.c (1.19), source/preferences.c (1.40),
3749 source/textBuf.c (1.13), source/textBuf.h (1.6), util/printUtils.c
3750 (1.14), util/printUtils.h (1.5, BETA-5-3-RC1): Another small const
3753 2001-11-21 16:36 amai
3755 * util/misc.c (1.35): Patch SF [#483505 ] Fix warning on DEC Not
3756 literally, I extended the comment a bit.
3758 2001-11-20 15:53 amai
3760 * README (1.19): Sorry, another "dummy" commit, to check for the
3763 2001-11-20 15:36 amai
3765 * ReleaseNotes (1.11): Switch to "5.2+" ...
3767 2001-11-20 15:31 amai
3769 * README (1.18): Start list of 5.2+ features/changes
3771 2001-11-20 13:25 amai
3773 * source/selection.c (1.14), util/system.h (1.9, BETA-5-3-RC1): Add
3774 Intel's icc/ecc to our list of known compilers (and fix a compiler
3777 2001-11-18 19:53 amai
3779 * ChangeLog (1.13): Update
3781 2001-11-18 19:02 arnef
3783 * source/Makefile.common (1.9), source/Makefile.dependencies
3784 (1.12), source/help.c (1.63), source/help.h (1.5), source/menu.c
3785 (1.40), source/nc.c (1.13), source/preferences.c (1.39),
3786 source/preferences.h (1.15), source/server.c (1.11),
3787 source/window.c (1.34), source/window.h (1.8, BETA-5-3-RC1),
3788 source/windowTitle.c (1.1), source/windowTitle.h (1.1,
3789 BETA-5-3-RC1), util/Makefile.common (1.6, BETA-5-3-RC1),
3790 util/Makefile.dependencies (1.5, BETA-5-3-RC1), util/clearcase.c
3791 (1.1, BETA-5-3-RC1), util/clearcase.h (1.1, BETA-5-3-RC1),
3792 util/fileUtils.c (1.16), util/fileUtils.h (1.7, BETA-5-3-RC1),
3793 util/utils.c (1.6), util/utils.h (1.3): Added Customise Window
3795 http://sourceforge.net/tracker/?func=detail&atid=311005&aid=477875&
3798 2001-11-16 16:06 tringali
3800 * util/misc.c (1.34): 482504: Bad CapsLock grab on certain keyboard
3803 2001-11-16 12:47 amai
3805 * source/userCmds.c (1.22): "const patch"
3807 2001-11-16 11:13 amai
3809 * source/: selection.c (1.13), shift.c (1.10, BETA-5-3-RC1): Add
3810 two missing #includes
3812 2001-11-16 11:02 amai
3814 * source/: help.c (1.62), shell.c (1.17), userCmds.c (1.21): Apply
3815 patch SF [ #434451 ] line numbers in shell commands from Axel
3818 2001-11-16 10:06 amai
3820 * source/: help.c (1.61), menu.c (1.39), selection.c (1.12),
3821 selection.h (1.4, BETA-5-3-RC1), text.c (1.19), text.h (1.5,
3822 BETA-5-3-RC1), textDisp.c (1.11), textDisp.h (1.6): Apply patch for
3823 SF [ #403435 ] Go to column in "Goto Line Number" dialog (added
3824 some 'consts', missing #include, etc.)
3826 2001-11-16 09:39 amai
3828 * source/: tags.c (1.24), tags.h (1.9), textBuf.c (1.12), textBuf.h
3829 (1.5), userCmds.c (1.20): Another "const patch"
3831 2001-11-15 14:28 amai
3833 * makefiles/Makefile.openbsd (1.1, BETA-5-3-RC1): In principle the
3834 same as Makefile.netbsd, but I arbitrarily chose a Motif 2.1 setup
3835 and added -lXp already
3837 2001-11-13 21:07 amai
3839 * makefiles/Makefile.os2 (1.9): For now we don't have/use
3842 2001-11-13 11:10 amai
3844 * source/: search.c (1.38), search.h (1.14): Add some more 'const's
3845 to public search routines
3847 2001-11-12 14:04 amai
3849 * util/: DialogF.c (1.19), DialogF.h (1.5, BETA-5-3-RC1), misc.c
3850 (1.33), misc.h (1.11, BETA-5-3-RC1): Another small 'const patch'
3852 2001-11-12 13:46 amai
3854 * makefiles/Makefile.generic (1.7, BETA-5-3-RC1), source/tags.c
3855 (1.23), util/fileUtils.c (1.15), util/fileUtils.h (1.6): Revised
3856 version of Patch from Markus Schwarzenberg: SF [ #479589 ] path for
3857 tags files should be resolved I added a catch for systems without
3860 2001-11-10 00:00 slobasso
3862 * source/help.c (1.60): fixed bad eol in string
3864 2001-11-09 23:58 slobasso
3866 * source/highlightData.c (1.26): added in to NEdit macro language
3869 2001-11-08 16:05 amai
3871 * makefiles/Makefile.generic (1.6), makefiles/Makefile.os2 (1.8),
3872 source/file.c (1.35): Drop WRITES_DOS_TEXT catch finally!
3874 2001-11-08 13:49 amai
3876 * ChangeLog (1.12): Update
3878 2001-11-08 13:47 amai
3880 * README (1.17), source/help.c (1.59): Add timestamp again to
3881 version info. The build date is not necessarily an indicator for
3882 the date of the underlying sources ...
3884 2001-11-08 12:55 edg
3886 * source/search.c (1.37): Fixed a bug for replacements in
3887 rectangular selections: false matches could hide valid ones.
3889 2001-11-07 22:54 edg
3891 * source/preferences.c (1.38): Added a patch for the last remaining
3892 issue of SF bug #230912 (Postscript language mode definition on
3893 VMS), and added a post-5.2 preferences upgrading routine, to be
3894 extended when other preferences are upgraded.
3896 2001-11-05 15:17 tringali
3898 * source/highlightData.c (1.25): Update C/C++ preprocessor patterns
3899 with specific keywords (#include, #define, etc.)
3901 2001-11-02 12:17 edg
3903 * source/file.c (1.34): Changed misleading "Create" button label in
3904 dialogs to "New File" (Thorsten Haude, SF bug #449765).
3906 2001-11-02 12:13 edg
3908 * README (1.16), doc/nedit.doc (1.7), source/help.c (1.58): Minor
3909 documentation updates (Thorsten Haude).
3911 2001-11-01 20:22 edg
3913 * util/fontsel.c (1.13): Removed a debug print statement that was
3914 left behind accidentally.
3916 2001-10-31 17:25 edg
3918 * util/getfiles.c (1.16): Added a VMS-specific check for a Motif
3919 2.x bug workaround (one was added earlier, but it should have been
3920 done at two places).
3922 2001-10-31 16:36 edg
3924 * source/: nedit.c (1.21), preferences.c (1.37): Changed default
3925 font sizes from 12 pixels to 12 points. This should improve
3928 2001-10-30 21:47 tringali
3930 * source/preferences.c (1.36): Merge post-RC1 changes to mainline
3932 2001-10-27 20:19 edg
3934 * source/: menu.c (1.38), userCmds.c (1.19): Added extra checks to
3935 prevent macro/background menu commands from being executed by the
3936 user while another command is already running (to prevent a crash).
3937 Also added beeps to notify the user in those cases that the
3938 commands are rejected.
3940 2001-10-26 20:17 amai
3942 * makefiles/: Makefile.generic (1.5), Makefile.os2 (1.7): Document
3943 -DWRITES_DOS_TEXT - at least it's used on OS/2!
3945 2001-10-25 15:51 tringali
3947 * source/preferences.c (tags: REL-5-2) (BETA-5-2.6): Compare file
3948 versions as integers to avoid bad float comparisonsCompare file
3949 versions as integers to avoid bad float comparisonsCompare file
3950 versions as integers to avoid bad float comparisonsCompare file
3951 versions as integers to avoid bad float comparisons
3953 2001-10-22 08:50 amai
3955 * source/: tags.c (1.22), tags.h (1.8): Patch for SF [ #473602 ] no
3956 mult. tags selection on 1st find def from Markus Schwarzenberg
3958 2001-10-21 15:13 tringali
3960 * README (1.15), ReleaseNotes (1.10), doc/faq-txt.awk (1.2,
3961 BETA-5-3-RC1), doc/faq-txt.dtd (1.2, BETA-5-3-RC1), doc/faq-txt.xsl
3962 (1.2, BETA-5-3-RC1), doc/faq.dtd (1.2, BETA-5-3-RC1), doc/faq.xml
3963 (1.3, BETA-5-3-RC1), doc/faq.xsl (1.2, BETA-5-3-RC1), doc/nc.man
3964 (1.5, BETA-5-3-RC1), doc/nedit.doc (1.6), doc/nedit.man (1.6,
3965 BETA-5-3-RC1), source/file.c (1.33), source/help.c (1.57),
3966 source/highlight.c (1.20), source/highlightData.c (1.24),
3967 source/nedit.c (1.20), source/preferences.c (1.35), source/search.c
3968 (1.36), source/shell.c (1.16), util/fontsel.c (1.12),
3969 util/fontsel.h (1.5, BETA-5-3-RC1), util/prefFile.c (1.11),
3970 util/system.h (1.8): Merge post-5.2RC1 changes into mainline
3972 2001-10-21 15:09 tringali
3974 * doc/NEdit.ad (1.2, BETA-5-3-RC1), doc/README.FAQ (1.2,
3975 BETA-5-3-RC1), doc/faq-txt-pass2.xsl (1.2, BETA-5-3-RC1),
3976 doc/faq.txt (1.2, BETA-5-3-RC1), makefiles/Makefile.depend (1.2,
3977 BETA-5-3-RC1), makefiles/Makefile.linux (1.6),
3978 makefiles/Makefile.os2 (1.6), makefiles/Makefile.solaris (1.5),
3979 makefiles/Makefile.unixware (1.4, BETA-5-3-RC1): Merge post-5.2RC1
3980 changes into mainline
3982 2001-10-16 14:41 edg
3984 * ChangeLog (tags: REL-5-2) (BETA-5-2.6): Final update for 5.2
3987 2001-10-15 20:10 amai
3989 * source/tags.c (1.21): Latest patch for SF [ #466742 ] Tag not
3992 2001-10-15 17:33 slobasso
3994 * source/nc.c (1.12): Patch to allow for multi-line macros to be
3995 passed on nc command line when a nedit server is not already
3998 2001-10-15 17:28 slobasso
4000 * source/: file.c (1.32), file.h (1.9, BETA-5-3-RC1), nedit.c
4001 (1.19), nedit.h (1.18), server.c (1.10): Changed -read behavior to
4002 mimic the Read Only menu option.
4004 2001-10-15 17:24 slobasso
4006 * source/text.c (1.18): Fixes problem where triple clicking to
4007 select a word wrapped line was inconsistent with the subsequent
4008 dragging to extend the selection. The behavior now matches.
4010 2001-10-12 19:34 tringali
4012 * Makefile, source/help.c (BETA-5-2.[1,9]) (utags: REL-5-2): Prep
4013 work for final 5.2 release
4015 2001-10-12 11:54 edg
4017 * README (tags: REL-5-2) (BETA-5-2.5): Minor updates.
4019 2001-10-12 10:36 edg
4021 * README, ReleaseNotes (tags: REL-5-2) (BETA-5-2.[4,2]): Updates in
4022 preparation of the 5.2 release.
4024 2001-10-11 13:19 edg
4026 * source/preferences.c (BETA-5-2.5): Fixed a bug in the 5.2
4027 preferences upgrading routine: new language modes were added, but
4028 the corresponding highlight patterns were not enabled.
4030 2001-10-10 18:32 edg
4032 * source/shell.c (tags: REL-5-2) (BETA-5-2.1): Fixed a bug that
4033 could cause NEdit to crash or garble a file when the user modifies
4034 the buffer while the output of an external command is being
4037 2001-10-08 07:29 amai
4039 * ChangeLog (BETA-5-2.5), ChangeLog (1.11): Update
4041 2001-10-06 13:09 amai
4043 * ReleaseNotes (BETA-5-2.1): Some very minor changes towards the
4046 2001-10-06 11:42 amai
4048 * README, source/help.c (BETA-5-2.[3,8]): "lame attempt" to enfore
4049 a release: drop "RC" and update timestamps!
4051 2001-10-04 11:02 amai
4053 * makefiles/Makefile.solaris (tags: REL-5-2) (BETA-5-2.2): Use
4054 CC=cc. After all it's the most - since only - standard conforming
4057 2001-10-04 10:16 amai
4059 * source/tags.c (1.20): Patch for SF Bug [ #466742 ] Tag not found.
4060 This is tags-semicolon2.diff as submitted by Markus Schwarzenberg.
4062 2001-10-04 09:44 amai
4064 * README (1.14), source/help.c (1.56): Update timestamps
4066 2001-10-02 17:06 amai
4068 * source/help.c (BETA-5-2.7): Get PrintVersion() work again and
4071 2001-10-02 07:16 amai
4073 * doc/README.FAQ (1.1): file README.FAQ was initially added on
4076 2001-10-02 07:16 amai
4078 * doc/faq-txt-pass2.xsl (1.1): file faq-txt-pass2.xsl was initially
4079 added on branch BETA-5-2.
4081 2001-10-02 07:16 amai
4083 * doc/: README.FAQ, faq-txt-pass2.xsl, faq.dtd, faq.txt, faq.xml
4084 (BETA-5-2.[1,1,1,3,5]) (utags: REL-5-2): FAQ updates from Florian
4087 2001-10-01 13:34 amai
4089 * source/highlightData.c (tags: REL-5-2) (BETA-5-2.1): minor
4090 pattern fix, bug 455877
4092 2001-10-01 12:42 edg
4094 * source/preferences.c (BETA-5-2.4): Changed the order in which new
4095 5.2 language modes were added to the list during upgrading (they
4096 are now simply appended instead of inserted).
4098 2001-10-01 08:30 edg
4100 * util/prefFile.c (tags: REL-5-2) (BETA-5-2.1): Fixed a bug in the
4101 preferences restoration mechanism (prefFileRead is now properly
4102 set, even if already present in the resource file).
4104 2001-09-30 19:49 edg
4106 * source/preferences.c (BETA-5-2.3): Added a 5.1 to 5.2 preferences
4107 upgrading routine (language modes and highlight styles).
4109 2001-09-27 12:41 edg
4111 * source/file.c (tags: REL-5-2) (BETA-5-2.1): Added comment about
4112 use of tmpnam (Thorsten Haude).
4114 2001-09-26 21:05 amai
4116 * makefiles/Makefile.unixware (tags: REL-5-2) (BETA-5-2.1): Add
4117 -lSM -lICE to libs as reported on the list as for UnixWare 7.1.1
4119 2001-09-21 09:58 amai
4121 * source/: tags.c (1.19), tags.h (1.7): 'const' patch + fix small
4122 memory leak + protect against memory overflow in Add*TagFile
4124 2001-09-20 19:30 tringali
4126 * doc/nedit.doc (tags: REL-5-2), source/help.c (BETA-5-2.[3,6]): -
4127 Merge slobasso 5.2 doc fixes erronously applies to mainline here
4129 2001-09-20 14:24 tringali
4131 * source/nedit.c (tags: REL-5-2) (BETA-5-2.1): Remove "iso8859" as
4132 some servers do not have this encoding installed.
4134 2001-09-20 11:14 amai
4136 * ChangeLog (1.10): Update
4138 2001-09-20 11:13 amai
4140 * ChangeLog (BETA-5-2.4): Update. Remove info about recent main
4143 2001-09-19 12:11 amai
4145 * makefiles/: Makefile.linux, Makefile.os2 (BETA-5-2.[1,1]) (utags:
4146 REL-5-2): Document -lXp flag (required when linking against a Motif
4147 2.1 compatible libXm)
4149 2001-09-17 14:06 amai
4151 * source/file.c (1.31), source/regularExp.c (1.11), source/search.h
4152 (1.13), util/printUtils.c (1.13): Still minor cleanup. Make
4153 compiler/lint even more happy
4155 2001-09-14 15:59 edg
4157 * source/highlight.c (tags: REL-5-2) (BETA-5-2.1): Fixes for SF
4158 bugs #459965 and #460859 (they are related), including patch
4161 2001-09-13 14:11 tringali
4163 * source/preferences.c (BETA-5-2.2): #458807: Automatically add 5.2
4164 styles if .nedit file is pre-5.2
4166 2001-09-12 20:14 amai
4168 * doc/: faq-txt.awk (tags: REL-5-2), faq-txt.dtd (tags: REL-5-2),
4169 faq-txt.xsl (tags: REL-5-2), faq.txt, faq.xml, faq.xsl (tags:
4170 REL-5-2) (BETA-5-2.[1,1,1,2,4,1]): Update as sent from Florian
4173 2001-09-12 09:45 amai
4175 * ChangeLog (BETA-5-2.3): I forgot to update this file in this beta
4178 2001-09-12 09:18 amai
4180 * makefiles/Makefile.depend (tags: REL-5-2) (BETA-5-2.1): Add CVS
4181 info line to output. Makes life even more simple
4183 2001-09-11 11:24 amai
4185 * doc/faq.xml (BETA-5-2.3): Add a non-visible CVS stamp and update
4188 2001-09-11 10:17 edg
4190 * source/search.c (tags: REL-5-2) (BETA-5-2.1): Fixed a minor
4191 button sensitivity bug (Multiple Files... button was grayed out
4192 after canceling multi-file replace dialog and modifying search
4195 2001-09-10 15:28 amai
4197 * util/system.h (tags: REL-5-2) (BETA-5-2.2): Update/add/fix
4200 2001-09-10 13:42 amai
4202 * source/help.c (BETA-5-2.5): Update timestamp
4204 2001-09-10 13:41 amai
4206 * doc/faq.xml (BETA-5-2.2): Some updates WRT LessTif, mostly
4209 2001-09-07 14:16 amai
4211 * doc/NEdit.ad (1.1): file NEdit.ad was initially added on branch
4214 2001-09-07 14:16 amai
4216 * doc/NEdit.ad (tags: REL-5-2) (BETA-5-2.1): Add a 5.1 app defaults
4217 file - needs to be updated probably. This contains only
4218 outcommented entries!
4220 2001-09-07 07:46 amai
4222 * doc/nc.man (tags: REL-5-2), doc/nedit.doc, source/help.c
4223 (BETA-5-2.[1,2,4]): Fix typos as reported on the list
4225 2001-09-07 07:39 amai
4227 * source/help.c (BETA-5-2.3): Don't call XmRegisterConverters() for
4228 Motif 2.1, add declaration for 2.0 and add a "helpful" comment on
4231 2001-09-06 09:39 amai
4233 * ChangeLog (1.9), source/help.c (1.55): ChangeLog update and a new
4236 2001-09-06 09:37 amai
4238 * source/: Makefile.dependencies (1.11), file.c (1.30), tags.c
4239 (1.18), tags.h (1.6): Add missing #include and add some 'const'.
4242 2001-09-05 11:44 amai
4244 * source/: file.c (1.29), help.c (1.54), preferences.c (1.34),
4245 preferences.h (1.14), tags.c (1.17), tags.h (1.5): Patch for SF bug
4246 [ #451997 ] bugs in tags.c/normalizePathname from Markus
4249 2001-09-04 17:55 amai
4251 * doc/nedit.doc, source/help.c (BETA-5-2.[1,2]): Fix typo reported
4254 2001-08-31 22:16 amai
4256 * doc/: faq.txt, faq.xml (BETA-5-2.[1,1]): Update FAQ as sent from
4257 Florian Xhumari. Add plain text version of FAQ
4259 2001-08-31 22:16 amai
4261 * doc/faq.txt (1.1): file faq.txt was initially added on branch
4264 2001-08-30 21:04 tringali
4266 * util/system.h (BETA-5-2.1): Fix for Solaris x86 "unknown"
4268 2001-08-30 20:19 amai
4270 * ChangeLog (BETA-5-2.2): Update
4272 2001-08-30 20:17 amai
4274 * source/preferences.c (BETA-5-2.1): /bin/csh doesn't make sense on
4275 OS/2 - even as a default value only
4277 2001-08-29 15:56 slobasso
4279 * source/help.c (1.53): fixed mispellings
4281 2001-08-29 13:56 amai
4283 * source/regularExp.c (1.10): Fix lint warning: octal constants
4284 shouldn't carry a suffix like 'L'!?
4286 2001-08-29 08:27 amai
4288 * util/: misc.c (1.32), misc.h (1.10): Second attempt to fix a
4289 specific compiler warning and a 'const' addition
4291 2001-08-29 00:01 slobasso
4293 * source/file.c (1.28): moved braces so nedit goto matching works
4295 2001-08-28 23:18 slobasso
4297 * doc/nedit.doc (1.5), source/help.c (1.52): documentation cleanup
4299 2001-08-28 22:24 slobasso
4301 * source/help.c (1.51): Array documentation cleanup.
4303 2001-08-28 11:41 amai
4305 * source/tags.c (1.16): 'const' patch
4307 2001-08-28 11:29 amai
4309 * source/file.c (1.27), source/highlight.c (1.19),
4310 source/interpret.c (1.18), source/macro.c (1.36), source/menu.c
4311 (1.37), source/preferences.c (1.33), source/preferences.h (1.13),
4312 source/tags.c (1.15), source/text.c (1.17), util/misc.c (1.31): Fix
4313 some more lclint warnings: type casts, make some things static (no,
4314 not all unused ones, 'some'), etc.
4316 2001-08-27 18:45 slobasso
4318 * source/macro.c (1.35): fixed static linkage of actionToString to
4321 2001-08-27 09:08 amai
4323 * source/nc.c (1.11): startServer() changes: has a return type now;
4324 re-shuffle some code Also make another global var static and
4325 replace a printf() by puts()
4327 2001-08-26 02:28 slobasso
4329 * source/macro.c (1.34): removed unused variable
4331 2001-08-25 15:58 amai
4333 * source/: file.c (1.26), highlightData.c (1.23), highlightData.h
4334 (1.6), preferences.c (1.32), preferences.h (1.12), regexConvert.c
4335 (1.5, BETA-5-3-RC1), regexConvert.h (1.3, BETA-5-3-RC1), server.h
4336 (1.3, BETA-5-3-RC1), shell.c (1.15), shell.h (1.4, BETA-5-3-RC1),
4337 undo.c (1.7), undo.h (1.4, BETA-5-3-RC1): Another 'const' patch
4339 2001-08-25 15:24 amai
4341 * source/: file.c (1.25), file.h (1.8), highlightData.c (1.22),
4342 highlightData.h (1.5), macro.c (1.33), macro.h (1.3, BETA-5-3-RC1),
4343 regularExp.c (1.9), regularExp.h (1.6, BETA-5-3-RC1), search.c
4344 (1.35), search.h (1.12): Another 'const' patch
4346 2001-08-25 12:16 amai
4348 * util/printUtils.c (1.12): The very last signed vs. unsigned
4349 warning on my system ...
4351 2001-08-25 12:09 amai
4353 * source/: highlightData.c (1.21), menu.c (1.36), preferences.c
4354 (1.31), regularExp.c (1.8), shell.c (1.14), userCmds.c (1.18): Fix
4355 a couple of "unsigned vs. int" compiler warnings. Using gcc on OS/2
4356 this warning is now completly wiped out!
4358 2001-08-25 11:55 amai
4360 * util/: DialogF.c (1.18), misc.c (1.30), prefFile.c (1.10): Fix
4361 compiler warnings. Mostly unsigned vs. signed int issues
4363 2001-08-25 11:49 amai
4365 * README (BETA-5-2.2): A couple of fixes, enhancements (see report
4368 2001-08-24 18:34 amai
4370 * makefiles/Makefile.solaris (BETA-5-2.1): No debug build by
4371 default. Patch from Thorsten Haude
4373 2001-08-24 08:33 amai
4375 * util/: fontsel.c, fontsel.h, misc.c (BETA-5-2.[2,2,2]) (utags:
4376 REL-5-2): Undo some changes which I erroneously checked in ...
4378 2001-08-24 08:28 amai
4380 * ChangeLog, util/fontsel.c, util/fontsel.h, util/misc.c
4381 (BETA-5-2.[1,1,1,1]): Updated Changelog. Includes whole history,
4382 including new beta branch. New options of cvs2cl used, listing
4383 contains now revision/branch info, timestamps are in GMT, etc.
4385 2001-08-24 08:19 amai
4387 * source/macro.c (1.32): Fix warnings, add 'const's, make func
4390 2001-08-23 17:57 amai
4392 * source/selection.c (1.11): Try to fix two lint/compiler warnings
4394 2001-08-23 17:42 amai
4396 * source/search.c (1.34): Fix wrong return type in function (in a
4399 2001-08-23 14:59 amai
4401 * source/: highlightData.c (1.20), interpret.c (1.17), shift.c
4402 (1.9), smartIndent.c (1.13, BETA-5-3-RC1): Make some more functions
4405 2001-08-23 14:39 amai
4407 * util/: misc.c (1.29), misc.h (1.9): Drop 'wrong' prototype for
4408 standard function. Fix a function signature to avoid warnings
4410 2001-08-23 14:11 amai
4412 * util/: fontsel.c (1.11), fontsel.h (1.4): Fix lint warning about
4413 float to integer assignment and add some more 'const's
4415 2001-08-23 13:57 amai
4417 * util/misc.c (1.28): Drop unused #include
4419 2001-08-22 15:41 amai
4421 * README, source/help.c (BETA-5-2.[1,1]): First updates for "RC1"
4423 2001-08-22 15:39 amai
4425 * doc/nedit.man (tags: REL-5-2) (BETA-5-2.1): Update from Joor
4428 2001-08-21 14:29 tringali
4430 * source/: userCmds.c (1.17), window.c (1.33) (utags: REL-5-2):
4431 #449569: Ensure shell/macro accelerators also have accelerator fix
4433 2001-08-20 20:36 tringali
4435 * source/window.c (1.32): #449569: Avoid startup failure when
4436 window manager grabs the same key as an accelerator
4438 2001-08-18 12:35 amai
4440 * source/Makefile.dependencies (1.10, REL-5-2): Update
4442 2001-08-18 12:24 amai
4444 * source/: help.c (1.50), help.h (1.4, REL-5-2), nedit.c (1.18):
4445 Add a PrintVersion() call to nedit. Some more 'const' patches :-)
4447 2001-08-18 11:48 jlous
4449 * README (1.13), doc/nedit.man (1.5), source/help.c (1.49): Moved
4450 Thorsten Haude credits from pattern contributor to developer.
4452 2001-08-17 23:02 edg
4454 * README (1.12), makefiles/Makefile.aix (1.5, BETA-5-3-RC1,
4455 REL-5-2), makefiles/Makefile.bsdi (1.3, BETA-5-3-RC1, REL-5-2),
4456 makefiles/Makefile.ccur (1.3, BETA-5-3-RC1, REL-5-2),
4457 makefiles/Makefile.convex (1.3, BETA-5-3-RC1, REL-5-2),
4458 makefiles/Makefile.cygwin (1.4, BETA-5-3-RC1, REL-5-2),
4459 makefiles/Makefile.dcosx (1.3, BETA-5-3-RC1, REL-5-2),
4460 makefiles/Makefile.dec (1.4, BETA-5-3-RC1, REL-5-2),
4461 makefiles/Makefile.freebsd (1.3, BETA-5-3-RC1, REL-5-2),
4462 makefiles/Makefile.generic (1.4, REL-5-2), makefiles/Makefile.hpux
4463 (1.3, BETA-5-3-RC1, REL-5-2), makefiles/Makefile.linux (1.5),
4464 makefiles/Makefile.lynx (1.3, BETA-5-3-RC1, REL-5-2),
4465 makefiles/Makefile.m88k.svr4 (1.3, BETA-5-3-RC1, REL-5-2),
4466 makefiles/Makefile.netbsd (1.3, BETA-5-3-RC1, REL-5-2),
4467 makefiles/Makefile.os2 (1.5), makefiles/Makefile.osf (1.4,
4468 BETA-5-3-RC1, REL-5-2), makefiles/Makefile.reliant (1.3,
4469 BETA-5-3-RC1, REL-5-2), makefiles/Makefile.sco (1.3, BETA-5-3-RC1,
4470 REL-5-2), makefiles/Makefile.sgi (1.3, BETA-5-3-RC1, REL-5-2),
4471 makefiles/Makefile.solaris (1.4), makefiles/Makefile.sunos (1.3,
4472 BETA-5-3-RC1, REL-5-2), makefiles/Makefile.superux (1.3,
4473 BETA-5-3-RC1, REL-5-2), makefiles/Makefile.uhc (1.3, BETA-5-3-RC1,
4474 REL-5-2), makefiles/Makefile.ultrix (1.3, BETA-5-3-RC1, REL-5-2),
4475 makefiles/Makefile.unicos (1.4, REL-5-2),
4476 makefiles/Makefile.unixware (1.3), source/help.c (1.48),
4477 source/preferences.c (1.30): Made the REPLACE_SCOPE compilation
4478 option more visible and changed the default replace scope selection
4479 preference to "Smart".
4481 2001-08-17 21:54 edg
4483 * source/highlight.c (1.18): Added a fix for SF bug #449828.
4485 2001-08-17 14:09 tringali
4487 * source/tags.c (1.14, REL-5-2): Fix for crash in shared tag
4488 allocation on Solaris (compiler bug?)
4490 2001-08-17 11:01 amai
4492 * source/: window.c (1.31), window.h (1.7, REL-5-2): Another
4495 2001-08-17 10:56 amai
4497 * util/: fileUtils.c (1.14), fileUtils.h (1.5) (utags: REL-5-2):
4498 Export two more interfaces. Fix for CompressPathname() to avoid
4499 multiple slashes in path. (Markus Schwarzenberg)
4501 2001-08-16 18:33 slobasso
4503 * source/highlightData.c (1.19): Fixed NEdit macro language
4504 patterns to contain previously added items.
4506 2001-08-16 17:24 amai
4508 * source/highlight.c (1.17): Fix for [ nedit-Bugs-435384 ] circular
4509 patterns reference hangs NEdit
4511 2001-08-16 09:49 amai
4513 * source/highlightData.c (1.18): Patch [ #451485 ] updated Sh Ksh
4514 Bash patterns submitted from Joor Loohuis
4516 2001-08-15 09:16 amai
4518 * source/: Makefile.dependencies (1.9), regexConvert.c (1.4,
4519 REL-5-2): Another source was missing to #include it's own header
4520 for consistency checking!
4522 2001-08-15 09:08 amai
4524 * ChangeLog (1.8): Update (ok, not even a week has passed, but it's
4525 a nice overview ...)
4527 2001-08-15 09:00 amai
4529 * source/preferences.h (1.11, REL-5-2), util/misc.c (1.27),
4530 util/misc.h (1.8, REL-5-2): Have unique value for MAX_ACCEL_LEN
4532 2001-08-15 08:56 amai
4534 * source/Makefile.dependencies (1.8): Update
4536 2001-08-15 08:56 amai
4538 * source/: userCmds.c (1.16), userCmds.h (1.4, BETA-5-3-RC1,
4539 REL-5-2): Source should include it's own headers for consistency
4540 checking. Add some const to signatures, drop an unused arg from a
4543 2001-08-14 15:05 slobasso
4545 * source/rbTree.c (1.4, BETA-5-3-RC1, REL-5-2): fixed comment
4548 2001-08-14 14:40 slobasso
4550 * source/rbTree.c (1.3): added gnu license
4552 2001-08-14 08:50 jlous
4554 * README (1.11): README credits updated to reflect version dialog
4556 2001-08-14 08:37 jlous
4558 * source/file.c (1.24), source/help.c (1.47), source/highlight.c
4559 (1.16), source/highlightData.c (1.17), source/interpret.c (1.16,
4560 REL-5-2), source/macro.c (1.31, REL-5-2), source/menu.c (1.35,
4561 REL-5-2), source/nc.c (1.10, REL-5-2), source/nedit.c (1.17),
4562 source/preferences.c (1.29), source/search.c (1.33),
4563 source/selection.c (1.10, REL-5-2), source/server.c (1.9, REL-5-2),
4564 source/shell.c (1.13), source/shift.c (1.8, REL-5-2),
4565 source/smartIndent.c (1.12, REL-5-2), source/tags.c (1.13),
4566 source/text.c (1.16, REL-5-2), source/textBuf.c (1.11, REL-5-2),
4567 source/textDisp.c (1.10, REL-5-2), source/textDrag.c (1.4,
4568 REL-5-2), source/textSel.c (1.5, REL-5-2), source/undo.c (1.6,
4569 REL-5-2), source/userCmds.c (1.15), source/window.c (1.30),
4570 util/DialogF.c (1.17, REL-5-2), util/fileUtils.c (1.13),
4571 util/fontsel.c (1.10), util/getfiles.c (1.15, REL-5-2),
4572 util/managedList.c (1.7, BETA-5-3-RC1, REL-5-2), util/misc.c
4573 (1.26), util/prefFile.c (1.9), util/printUtils.c (1.11, REL-5-2),
4574 util/system.h (1.7), util/utils.c (1.5, REL-5-2), util/vmsUtils.c
4575 (1.5, BETA-5-3-RC1, REL-5-2): Fixed license statements to pure GPL
4577 2001-08-13 13:48 tringali
4579 * doc/: nc.man (1.4), nedit.man (1.4): manpage updates from Joor.
4581 2001-08-13 09:55 amai
4583 * doc/nedit.doc (1.4), source/help.c (1.46): Doc patch from
4584 Thorsten Haude posted on Fri Aug 10 2001
4586 2001-08-13 09:51 amai
4588 * doc/nedit.doc (1.3), source/help.c (1.45): Patch from Thorsten
4589 Haude: Document Arrays within nedit.doc and typo fix in help.c
4591 2001-08-12 15:45 amai
4593 * makefiles/Makefile.generic (1.3), source/comnedit.com (1.6,
4594 REL-5-2): Drop last references to NO_FCHMOD #define
4596 2001-08-11 19:51 edg
4598 * source/search.c (1.32): Fixed SF bug #448006: three beeps; one to
4601 2001-08-10 20:36 amai
4603 * source/highlightData.c (1.16): TeX pattern patch from Joerg
4604 Fischer <jf505@yahoo.de>
4606 2001-08-10 14:35 amai
4608 * source/Makefile.dependencies (1.7): Update dependency list
4610 2001-08-09 20:58 tringali
4612 * source/nedit.c (1.16): Fix for wrong menu font [#434383]
4614 2001-08-09 18:47 amai
4616 * util/system.h (1.6): Correct a comment :-)
4618 2001-08-09 18:46 amai
4620 * makefiles/Makefile.os2 (1.4): Drop -DNO_FCHMOD flag
4622 2001-08-09 18:41 slobasso
4624 * source/Makefile.common (1.8, REL-5-2): added parse.c to cleaned
4625 files for make clean
4627 2001-08-09 18:39 slobasso
4629 * source/userCmds.c (1.14): removed attachment possibly causing
4632 2001-08-09 18:03 slobasso
4634 * source/: smartIndent.c (1.11), smartIndent.h (1.4, BETA-5-3-RC1,
4635 REL-5-2), macro.c (1.30): We now keep track if we are in smart
4636 indent macros so garbage collection won't remove things from under
4639 2001-08-09 13:34 amai
4641 * source/highlight.c (1.15), source/highlightData.c (1.15),
4642 source/interpret.c (1.15), source/search.c (1.31),
4643 source/selection.c (1.9), source/shell.c (1.12),
4644 source/smartIndent.c (1.10), source/textBuf.c (1.10),
4645 source/textSel.c (1.4), source/userCmds.c (1.13), source/window.c
4646 (1.29), util/managedList.c (1.6): Add lots of missing #include
4649 2001-08-09 08:37 amai
4651 * source/help.c (1.44): Add hardcoded timestamp (month) again
4653 2001-08-09 07:37 amai
4655 * source/.cvsignore (1.2, BETA-5-3-RC1, REL-5-2): Add entry
4657 2001-08-08 22:31 slobasso
4659 * source/file.c (1.23): remove fchmod calls except when under VMS
4661 2001-08-08 18:29 amai
4663 * makefiles/Makefile.os2 (1.3): Update from my private working copy
4665 2001-08-08 08:39 amai
4667 * ChangeLog (1.7): Update (should be done weekly perhaps and could
4668 even be done automatically?)
4670 2001-08-08 08:37 amai
4672 * source/parse.c_noyacc (1.7, REL-5-2): Re-generate from parse.y.
4673 BTW, yacc from Digital Unix 4.0x is being used
4675 2001-08-08 08:34 amai
4677 * source/parse.y (1.16, REL-5-2): Add an #include <string.h> (there
4678 was no error/warning; somehow we already got this probably)
4680 2001-08-07 23:46 slobasso
4682 * source/Makefile.common (1.7): changed highlightData.c to be
4683 compiled with BIGGER_STRINGS
4685 2001-08-07 01:53 tringali
4687 * ReleaseNotes (1.9), source/highlightData.c (1.14),
4688 source/preferences.c (1.28): #448420: Pattern updates from Joor
4690 2001-08-07 01:12 tringali
4692 * source/nedit.c (1.15): Fix for #448402: nedit quits if unable to
4695 2001-08-06 21:24 amai
4697 * README (1.10): correction to "Requirements" section
4699 2001-08-06 21:21 amai
4701 * README (1.9): Add "Requirements for building NEdit" section
4703 2001-08-06 20:38 tringali
4705 * doc/nedit.doc (1.2), source/help.c (1.43): Sync help with doc.
4706 (Updates from Thorsten Haude)
4708 2001-08-04 20:49 tringali
4710 * source/file.c (1.22), source/menu.c (1.34), source/nc.c (1.9),
4711 source/nedit.c (1.14), source/server.c (1.8), source/shell.c
4712 (1.11), source/window.c (1.28), util/misc.c (1.25): Ensure exit
4713 returns a meaningful (succes/fail) status to the user
4715 2001-08-04 20:23 tringali
4717 * util/system.h (1.5): Add info for lots more compilers.
4719 2001-08-03 12:16 amai
4721 * ReleaseNotes (1.8): Small updates
4723 2001-08-02 23:45 tringali
4725 * util/system.h (1.4): Add definitions for MSVC, Sun Workshop, etc.
4727 2001-08-02 22:59 slobasso
4729 * source/macro.c (1.29): Fixed problem where error message is
4730 written if empty learned macro is executed. Also disallowed replay
4731 from executing if a macro is already in progress. This caused a
4732 crash by overflowing the interpreter stack.
4734 2001-08-02 22:54 slobasso
4736 * source/file.c (1.21): added symlink security patch and added mode
4737 parameter to open calls with O_CREAT
4739 2001-08-02 17:26 amai
4741 * source/interpret.c (1.14): Avoid crash when calling
4742 "self_insert()" from macro menu: fill in missing entries from our
4745 2001-08-01 07:41 amai
4747 * ChangeLog (1.6): Update
4749 2001-08-01 07:40 amai
4751 * source/help.c (1.42): Again hardcode a string about the
4752 development version "August 2001". Build time may be misleading
4755 2001-07-31 23:16 slobasso
4757 * source/macro.c (1.28): fixed problem where closing window while
4758 learning would make it impossible to finish or cancel learing.
4760 2001-07-31 11:58 amai
4762 * source/text.c (1.15): Fix minor warnings
4764 2001-07-31 07:46 amai
4766 * util/managedList.c (1.5): Don't name variables 'index', may be an
4767 interface in BSD-like libc
4769 2001-07-31 07:43 amai
4771 * util/getfiles.c (1.14): Fix lint warning: "getfiles.c", line 716:
4772 warning: args redefinition hides earlier one
4774 2001-07-31 07:40 amai
4776 * util/fontsel.c (1.9): Don't use 'index' as name for variable; may
4777 be a call in a BSD-like libc
4779 2001-07-29 17:51 amai
4781 * source/highlight.c (1.14): Experimental patch to fix "mismatched"
4782 memory handling calls as indicated by "purify". Probably not
4783 complete and should be checked again with purify _now_!
4785 2001-07-28 19:53 tringali
4787 * Makefile (1.6): #442517: add explanatory text how to use make
4789 2001-07-25 18:37 tringali
4791 * source/help.c (1.41): Add more detailed info about Motif (runtime
4794 2001-07-25 18:36 tringali
4796 * util/system.h (1.3): Use "Digital/Tru64 Unix" in place of OSF/1
4798 2001-07-25 18:36 tringali
4800 * doc/: nc.man (1.3), nedit.man (1.3): Update authors for 5.2
4802 2001-07-25 18:05 slobasso
4804 * util/misc.c (1.24): made changes so that Num_Lock's mod mask is
4805 found rather than assuming Mod3
4807 2001-07-25 14:36 amai
4809 * source/textBuf.c (1.9): Attempt to fix memory leak reported by
4812 2001-07-25 13:03 amai
4814 * util/misc.c (1.23): Try to fix small memory leak reported by
4817 2001-07-25 07:49 amai
4819 * util/system.h (1.2): Add "EMX=OS/2"
4821 2001-07-25 07:39 amai
4823 * source/Makefile.dependencies (1.6), util/Makefile.dependencies
4824 (1.4, REL-5-2): Update dependency lists
4826 2001-07-24 21:55 tringali
4828 * util/system.h (1.1): Add host compliation information to help
4830 2001-07-24 21:54 tringali
4832 * source/: help.c (1.40), tags.c (1.12), tags.h (1.4, REL-5-2): -
4833 Use shared strings for lower memory use with large tags files. -
4834 Add compilation host information to help, update authors
4836 2001-07-24 19:27 slobasso
4838 * util/misc.c (1.22): Fix array size define to match actual array
4839 size. Incorrect size could result in infinite loop.
4841 2001-07-18 13:01 amai
4843 * ChangeLog (1.5): Update
4845 2001-07-18 13:00 amai
4847 * source/: search.c (1.30), search.h (1.11, REL-5-2), window.c
4848 (1.27): Shrink two function names to 31 characters length and below
4849 (seems to be a limit on some VMS systems)
4851 2001-07-17 08:19 amai
4853 * doc/faq.xml (1.2): Updated version from Florian Xhumari as of
4854 http://galleries.free.fr/nedit-faq-01-07-16.tar.gz
4856 2001-07-17 07:31 amai
4858 * source/preferences.c (1.27), util/getfiles.c (1.13),
4859 util/vmsUtils.c (1.4): VMS patches from Blair Phillips
4860 <blair.phillips@airservices.gov.au>: avoid rint() re-definition,
4861 fix for non-unix file root, case-insensitive match on filename
4864 2001-07-16 20:41 amai
4866 * source/lnknedit.com (1.5, BETA-5-3-RC1, REL-5-2): VMS patch from
4867 mark.geary@qwest.com
4869 2001-07-16 14:48 amai
4871 * doc/: nc.man (1.2), nedit.man (1.2): Man page updates from Joor
4874 2001-07-16 11:49 amai
4876 * doc/: faq-txt.awk (1.1), faq-txt.dtd (1.1), faq-txt.xsl (1.1),
4877 faq.dtd (1.1), faq.xml (1.1), faq.xsl (1.1): faq*: add FAQ files
4878 found on our website
4880 2001-07-11 21:35 amai
4882 * source/: parse.c_noyacc (1.6), parse.h (1.4, BETA-5-3-RC1,
4883 REL-5-2), parse.y (1.15): Back out "const" patch for ParseMacro().
4884 Was incomplete, therefore broken
4886 2001-07-11 15:21 amai
4888 * source/: comnedit.com (1.5), file.c (1.20), lnknedit.com (1.4):
4889 VMS patches from <Mark.Geary@qwest.com> (not literally as for
4892 2001-07-11 08:06 amai
4894 * source/parse.c_noyacc (1.5): Update from current parse.y
4896 2001-07-11 08:04 amai
4898 * source/: parse.h (1.3), parse.y (1.14): Add some 'const' to
4899 ParseMacro() signature
4901 2001-07-11 07:55 amai
4903 * util/: comutil.com (1.3, BETA-5-3-RC1, REL-5-2), utils.c (1.4):
4904 VMS patches from Mark.Geary@qwest.com
4906 2001-07-07 09:55 amai
4908 * ChangeLog (1.4): Update
4910 2001-07-07 09:54 amai
4912 * COPYRIGHT (1.1, BETA-5-3-RC1, REL-5-2), README (1.8): Have an
4913 external file for the license terms. README refers to it
4915 2001-07-07 09:48 amai
4917 * nc.man (1.4), nedit.doc (1.6), nedit.man (1.4), doc/nc.man (1.1),
4918 doc/nedit.doc (1.1), doc/nedit.man (1.1): Move doc files to
4919 separate subdirectory
4921 2001-07-04 09:42 uid30962
4923 * README (1.7): Update some references to LessTif
4925 2001-07-04 09:29 uid30962
4927 * ReleaseNotes (1.7): ReleaseNotes: Upddate
4929 2001-07-03 12:53 amai
4931 * source/Makefile.dependencies (1.5): Makefile.dependencies: update
4934 2001-07-03 12:13 amai
4936 * source/help.c (1.39): help.c: A new month has come ...
4938 2001-06-23 09:31 amai
4940 * ChangeLog (1.3): ChangeLog: update
4942 2001-06-22 18:27 tringali
4944 * source/: nedit.c (1.13), window.c (1.26): Allow stats line
4945 background color to be set by user [#431891]
4947 2001-06-22 18:25 tringali
4949 * source/macro.c (1.27): Incremental reading from files via J. Lous
4952 2001-06-22 14:32 amai
4954 * source/file.c (1.19): file.c: fail when trying to read in a
4957 2001-06-21 14:54 edel
4959 * source/shell.c (1.10): Fixed shell dialog BadMatch crash on
4962 2001-06-20 15:48 amai
4964 * source/macro.c (1.26): macro.c: replace snprintf() by sprintf().
4965 Add #include <string.h>
4967 2001-06-20 08:24 amai
4969 * ChangeLog (1.2): ChangeLog: update
4971 2001-06-19 20:00 slobasso
4973 * source/macro.c (1.25): Added Thorsten's code to put correct key
4974 codes in status bar during recording and macro running.
4976 2001-06-09 18:48 amai
4978 * makefiles/: Makefile.dec (1.3), Makefile.osf (1.3),
4979 Makefile.superux (1.2): Makefile.superux: add CVS Id Makefile.dec
4980 Makefile.osf: briefly comment on the os versions they are supposed
4983 2001-06-08 08:14 amai
4985 * source/help.c (1.38): help.c: update timestamp to "June, 2001"
4987 2001-06-07 19:52 amai
4989 * ChangeLog (1.1): ChangeLog: finally add the output of "cvs2cl".
4990 Needs to be updated regularly ...
4992 2001-06-06 19:24 tringali
4994 * makefiles/Makefile.linux (1.4):
4995 Remove -DEDITRES, this causes link failure.
4997 2001-06-06 10:00 amai
4999 * util/: DialogF.c (1.16), fontsel.c (1.8), getfiles.c (1.12),
5000 misc.c (1.21), prefFile.c (1.8): *.c: add some explicit #include
5001 <string.h>. Previously it was done implicitly ...
5003 2001-06-05 12:52 amai
5005 * makefiles/Makefile.linux (1.3): Makefile.linux: drop
5006 -I/-L/usr/lesstif/* flags and add a suitable comment instead
5008 2001-06-05 08:01 amai
5010 * source/file.c (1.18): file.c: security fix for WriteBackupFile()
5012 2001-06-01 20:09 edel
5014 * makefiles/: Makefile.solaris (1.3), Makefile.superux (1.1): From:
5015 Ian Johnston" <Ian.Johnston@dlr.de>
5017 2001-05-31 08:49 amai
5019 * source/nedit.h (1.17, REL-5-2): nedit.h: add 'extern' to variable
5020 declaration in header (to avoid problem with multiple
5023 2001-05-29 18:21 arnef
5025 * source/menu.c (1.33): Add separator in Preferences/Default
5026 Settings/Customize Menus
5028 2001-05-19 16:09 tringali
5030 * util/misc.c (1.20): Fix bug in mnemonic building- don't build
5031 mnemonics for XK_VoidSymbol. Fixes various problems with XFree86
5034 2001-05-17 11:42 arnef
5036 * source/: menu.c (1.32), nedit.h (1.16), preferences.c (1.26),
5037 preferences.h (1.10), window.c (1.25): Adding path to windows menu
5040 2001-05-15 20:04 amai
5042 * makefiles/Makefile.depend (1.1): Makefile.depend: Makefile used
5043 to generate (internal) the dependency list. This
5044 file does not build anything!
5046 2001-05-12 00:48 tringali
5048 * ReleaseNotes (1.6), source/text.c (1.14): - Add support for mouse
5049 wheel scrolling in the main text area.
5051 2001-05-11 19:56 amai
5053 * util/fileUtils.c (1.12): fileUtils.c: really tiny patch for OS/2
5054 only (drive letters ;-)
5056 2001-05-11 08:05 amai
5058 * source/file.c (1.17): file.c: Corrected(!) version of SuSe
5059 security patch for temporary file security problem within
5060 PrintString(). Tested once for compile/runtime ...
5062 2001-05-05 18:01 arnef
5064 * source/menu.c (1.31): Changing default for sortOpenPrevDefCB
5065 should invalidate all open window's OpenPrev menu
5067 2001-05-04 18:33 arnef
5069 * source/: nedit.h (1.15), search.c (1.29), search.h (1.10),
5070 window.c (1.24): Make the buttons in Find and Replace dialogs
5071 sensitive on the state of 'Search for' field.
5073 2001-05-03 09:42 amai
5075 * source/help.c (1.37): help.c: update timestamp to "May, 2001"
5077 2001-04-25 21:37 edg
5079 * util/DialogF.c (1.15): Added a fix to handle unexpected
5080 destruction of dialogs gracefully.
5082 2001-04-25 19:03 amai
5084 * nedit.doc (1.5): nedit.doc: fix some typos, convert some "nedit"
5085 to "NEdit", drop some comment about pre 1.2 Motif
5087 2001-04-25 17:01 amai
5089 * util/fileUtils.c (1.11): fileUtils.c: forgot one special case
5090 where the "//" patch might to a crash. Next time I should probably
5091 <think> first, <code> later
5093 2001-04-25 16:48 amai
5095 * util/fileUtils.c (1.10): fileUtils.c: fix typo in my
5096 "double-slash patch" from today
5098 2001-04-25 07:52 amai
5100 * util/fileUtils.c (1.9): fileUtils.c: avoid double "//" in path
5101 strings as this may not work out on non-un*x systems
5103 2001-04-24 21:10 tringali
5105 * util/misc.c (1.19): Fix crash bug in OpenMotif, where asking for
5106 the the Display/Window of a gadget produces a NULL pointer.
5108 2001-04-18 19:12 slobasso
5110 * source/window.c (1.23): needed to save/restore horizontal and
5111 vertical scroll positions when changing hw tab size.
5113 2001-04-18 19:08 slobasso
5115 * util/DialogF.c (1.14): fixed use of int where Cardinal should be
5117 2001-04-18 17:10 slobasso
5119 * source/: help.c (1.36), macro.c (1.24): new $server_name
5122 2001-04-18 17:02 slobasso
5124 * source/: file.c (1.16), file.h (1.7, REL-5-2), help.c (1.35),
5125 menu.c (1.30), window.c (1.22): added optional parameter to close()
5126 action for save option.
5128 2001-04-18 16:51 slobasso
5130 * util/DialogF.c (1.13): fixed a mistake I introduced while
5133 2001-04-18 16:12 slobasso
5135 * util/DialogF.c (1.12): cleaned up createMnemonics in an effort to
5136 fix a crash bug. Bug still not fixed.
5138 2001-04-17 23:40 slobasso
5140 * source/help.c (1.34): cleaned up formatting and moved Windows
5141 Menu items into correct area
5143 2001-04-17 20:13 slobasso
5145 * source/window.c (1.21): save and restore insert positions when hw
5146 tab sizes are changed
5148 2001-04-17 18:47 slobasso
5150 * source/macro.c (1.23): cleaned up RedundantActions, adding some
5153 2001-04-16 23:49 slobasso
5155 * source/: file.c (1.15), nedit.h (1.14): added bit to distinguish
5156 between too much binary data and -read
5158 2001-04-16 23:20 slobasso
5160 * source/: file.c (1.14), file.h (1.6), macro.c (1.22), menu.c
5161 (1.29), nedit.h (1.13), search.c (1.28), selection.c (1.8),
5162 window.c (1.20): readOnly vs lockWrite access fix, now handles the
5163 many other locked possibilities
5165 2001-04-16 16:36 edg
5167 * source/: help.c (1.33), window.c (1.19): Added workarounds for
5168 openmotif bugs [SF bug 231876].
5170 2001-04-16 14:04 amai
5172 * source/textBuf.c (1.8): texBuf.c: try to fix a bug introduced by
5173 a "const" patch. Pointed out by <arne@forlie.com>
5175 2001-04-14 09:51 amai
5177 * makefiles/Makefile.unicos (1.3), source/preferences.c (1.25),
5178 source/text.c (1.13), source/userCmds.c (1.12): *: applied re-vised
5179 version of patches for UNICOS from Bill Matson
5180 <wjm@sdc.cs.boeing.com>
5182 2001-04-13 22:58 slobasso
5184 * util/DialogF.c (1.11): fix build problem introduced in previous
5185 change UCHAR_MAX is in limits.h
5187 2001-04-13 17:50 tringali
5189 * ReleaseNotes (1.5), source/file.c (1.13), source/help.c (1.32),
5190 source/highlightData.c (1.13), source/macro.c (1.21),
5191 source/preferences.c (1.24), source/search.c (1.27),
5192 source/smartIndent.c (1.9), source/userCmds.c (1.11),
5193 util/DialogF.c (1.10), util/fontsel.c (1.7), util/getfiles.c
5194 (1.11), util/misc.c (1.18), util/misc.h (1.7), util/printUtils.c
5195 (1.10): - Updated release notes - Added unmodified mnemonics to
5196 confirmation dialogs. - Fix bug in mnemonics where there could be
5197 two of the same menmonics on one dialog.
5199 2001-04-13 15:02 slobasso
5201 * source/search.c (1.26): fixed regex search backwards bug if wrap
5204 2001-04-12 22:02 edg
5206 * source/: help.c (1.31), macro.c (1.20), menu.c (1.28), nedit.h
5207 (1.12), preferences.c (1.23), search.c (1.25), window.c (1.18),
5208 window.h (1.6): Extended the Show Matching (..) functionality: Off,
5209 Delimiter, and Range. Original patch was submitted by Thorsten
5212 2001-04-12 15:09 amai
5214 * source/menu.c (1.27): menu.c: allow to specify control codes in
5215 hex/dec/oct format also improve checking of input
5217 2001-04-09 22:12 amai
5219 * util/: misc.c (1.17), misc.h (1.6): misc.c misc.h: another
5222 2001-04-09 21:43 edg
5224 * source/help.c (1.30): Added information about new search
5225 extensions and related stuff.
5227 2001-04-09 21:38 edg
5229 * source/: nedit.h (1.11), search.c (1.24): Minor fixes and
5230 improvements in isearch + beep on search wrap combination.
5232 2001-04-09 18:46 edg
5234 * util/misc.c (1.16): Typo fix in recent accelerator fix.
5236 2001-04-06 13:09 amai
5238 * source/: preferences.c (1.22), preferences.h (1.9):
5239 preferences.*: even more "const" additions
5241 2001-04-06 13:03 amai
5243 * source/: interpret.c (1.13), interpret.h (1.6, REL-5-2):
5244 interpret.*: another "const" patch
5246 2001-04-06 09:49 amai
5248 * source/file.c (1.12), source/file.h (1.5), source/help.c (1.29),
5249 source/highlightData.c (1.12), source/highlightData.h (1.4,
5250 REL-5-2), source/preferences.c (1.21), source/preferences.h (1.8),
5251 source/regularExp.c (1.7, REL-5-2), source/regularExp.h (1.5,
5252 REL-5-2), source/search.c (1.23), source/search.h (1.9),
5253 source/textBuf.c (1.7), source/textBuf.h (1.4, REL-5-2),
5254 util/fileUtils.c (1.8), util/fileUtils.h (1.4), util/printUtils.c
5255 (1.9), util/printUtils.h (1.4, REL-5-2): *.c *.h: big "const"
5256 patch. Except in textBuf.c it's only a couple of const
5257 additions. In textBuf.c I had to change a coupl of lines
5258 to get this done - should be on the safe side of life ...
5260 2001-04-04 19:38 edg
5262 * source/: preferences.c (1.20), search.c (1.22): Minor bug fixes
5263 in search extensions related code.
5265 2001-04-03 22:59 edg
5267 * source/: menu.c (1.26), nedit.h (1.10), preferences.c (1.19),
5268 preferences.h (1.7), search.c (1.21), search.h (1.8): Added "smart"
5269 replace scope behaviour to the replace dialog radio button
5270 alternative, and made it configurable through a preference.
5272 2001-04-03 08:06 amai
5274 * source/help.c (1.28): help.c: the "April" patch ...
5276 2001-04-03 01:42 tringali
5278 * util/misc.c (1.15): Don't allow traversal to insensitive widgets.
5280 2001-04-02 20:52 edg
5282 * source/: highlight.c (1.13), macro.c (1.19), menu.c (1.25),
5283 nedit.h (1.9), preferences.c (1.18), preferences.h (1.6),
5284 regularExp.c (1.6), regularExp.h (1.4), search.c (1.20), search.h
5285 (1.7), window.c (1.17): Introduced additional search modes [Markus
5286 Schwarzenberg]. Added beep on search wrap option [Markus
5287 Schwarzenberg]. Added sticky case sensitivity search preference
5288 [Markus Schwarzenberg]. Replace and find dialog and incremental
5289 search bar layout changes (currently two layout alternatives for
5290 replace dialog, for evaluation purposes).
5292 2001-03-30 17:54 slobasso
5294 * source/highlightData.c (1.11): new global in nedit macro language
5297 2001-03-30 17:48 slobasso
5299 * source/: help.c (1.27), macro.c (1.18): added a new empty array
5302 2001-03-27 23:00 slobasso
5304 * source/help.c (1.26): minor formatting fix
5306 2001-03-27 15:37 tringali
5308 * makefiles/Makefile.aix (1.4): Add FUNCPROTO=15 for the IBM X
5309 headers, which require a bitmask in this #define in order to
5310 control function prototypes.
5312 2001-03-26 15:46 slobasso
5314 * source/: interpret.c (1.12), interpret.h (1.5), macro.c (1.17):
5315 minor array code cleanup
5317 2001-03-25 08:42 arnef
5319 * source/tags.c (1.11): Fixed bug #217022
5321 2001-03-23 23:11 slobasso
5323 * source/highlightData.c (1.10): added missing variables to NEdit
5324 macro highlighting data
5326 2001-03-23 14:41 slobasso
5328 * source/undo.c (1.5): undo/redo sets the selection to the changed
5331 2001-03-21 21:25 edg
5333 * source/search.c (1.19): Changed the initial default selection for
5334 multi-file replacement dialog to all files instead of none.
5335 Multi-file replacement dialog now makes sure that at least the
5336 first selected item is visible when displayed. Removed the #ifdefs
5337 for conditional multi-file replacement functionality. Minor layout
5338 change for the replace dialog.
5340 2001-03-21 21:20 edg
5342 * source/window.c (1.16): Removed #ifdef for conditional multi-file
5343 replacement functionality.
5345 2001-03-19 16:30 slobasso
5347 * source/: highlight.c (1.12), regexConvert.c (1.3), regularExp.c
5348 (1.5), search.c (1.18), text.c (1.12), textBuf.c (1.6), textDisp.c
5349 (1.9): removing warnings for RH7 linux compiler
5351 2001-03-19 14:43 tringali
5353 * source/: text.c (1.11), nedit.c (1.12):
5355 Move toggle overstrike accelerator to Motif standard "Insert", free
5356 up Ctrl+B for other uses.
5358 2001-03-17 06:44 arnef
5360 * source/search.c (1.17): Fixed bug related to
5361 XtGetSelectionValue() and variables going out of scope. Added
5362 mnemonic to Replace& Find Button.
5364 2001-03-16 22:24 slobasso
5366 * source/menu.c (1.24): fixed menu argument to set_wrap_text
5368 2001-03-16 20:28 amai
5370 * source/: nc.c (1.8), nedit.c (1.11): nc.c nedit.c: wildcard
5371 expansion for non-sh shells on OS/2 (EMX)
5373 2001-03-13 16:48 slobasso
5375 * source/help.c (1.25), source/macro.c (1.16), source/search.c
5376 (1.16), source/selection.c (1.7), source/shell.c (1.9),
5377 source/shift.c (1.7), source/textDisp.c (1.8), util/DialogF.c
5378 (1.9), util/fontsel.c (1.6), util/printUtils.c (1.8): cleanup
5379 warnings under linux compiler
5381 2001-03-12 15:24 slobasso
5383 * source/help.c (1.24): fixed a few minor mistakes.
5385 2001-03-12 15:15 slobasso
5387 * source/: help.c (1.23), macro.c (1.15), menu.c (1.23),
5388 preferences.c (1.17), window.c (1.15), window.h (1.5): added final
5389 window settable prefs through actions and verified all should be
5392 2001-03-11 02:31 slobasso
5394 * source/: help.c (1.22), menu.c (1.22), nedit.h (1.8): new macro
5395 access to many window settings
5397 2001-03-10 15:36 arnef
5399 * source/: help.c (1.21), menu.c (1.21), nedit.c (1.10), nedit.h
5400 (1.7), preferences.c (1.16), preferences.h (1.5), search.c (1.15),
5401 search.h (1.6): Implemented replace/find functionality, patch no
5404 2001-03-09 22:30 slobasso
5406 * source/help.c (1.20): changed delete() to delete_selection() in
5409 2001-03-09 22:27 slobasso
5411 * source/menu.c (1.20): changed Delete menu item to use
5412 delete_selection action
5414 2001-03-09 22:21 slobasso
5416 * source/parse.y (1.13): added lex hack for delete array[key] vs
5419 2001-03-09 16:58 slobasso
5421 * source/: help.c (1.19), macro.c (1.14), menu.c (1.19), text.c
5422 (1.10), text.h (1.4, REL-5-2), textDisp.c (1.7), textDisp.h (1.5,
5423 REL-5-2), window.c (1.14), window.h (1.4): adding new variables for
5424 font width and pane index and size and focus_pane action
5426 2001-03-06 19:49 slobasso
5428 * source/: interpret.c (1.11), rbTree.c (1.2), rbTree.h (1.2,
5429 BETA-5-3-RC1, REL-5-2): added comments, cleaned up a few minor bugs
5430 and added cvs id's to new files
5432 2001-03-06 15:02 slobasso
5434 * source/macro.c (1.13): add comments
5436 2001-03-06 01:00 slobasso
5438 * source/: interpret.c (1.10), parse.y (1.12): code cleanup
5440 2001-03-05 21:39 slobasso
5442 * source/highlightData.c (1.9): bring syntax hilighting up to
5443 latest changes in nedit macro language
5445 2001-03-05 19:26 slobasso
5447 * source/: interpret.c (1.9), macro.c (1.12), parse.y (1.11): fixed
5448 a few warnings and made splitMS compatible with array sub-scripts
5449 end cases, which is what is was designed for
5451 2001-03-05 16:20 amai
5453 * source/: help.c (1.18), parse.y (1.10): help.c: It's "March" now
5454 ... parse.y: add two yy*() prototypes to make compiler happy
5456 2001-03-05 15:00 slobasso
5458 * source/: Makefile.common (1.6), Makefile.dependencies (1.4),
5459 help.c (1.17), interpret.c (1.8), interpret.h (1.4), macro.c
5460 (1.11), menu.c (1.18), nedit.c (1.9), parse.y (1.9), rbTree.c
5461 (1.1), rbTree.h (1.1), shell.c (1.8), smartIndent.c (1.8),
5462 userCmds.c (1.10): array macro feature
5464 2001-02-26 23:38 edg
5466 * Makefile (1.5), README (1.6), ReleaseNotes (1.4), nc.man (1.3),
5467 nedit.doc (1.4), nedit.man (1.3), makefiles/Makefile.aix (1.3),
5468 makefiles/Makefile.bsdi (1.2), makefiles/Makefile.ccur (1.2),
5469 makefiles/Makefile.convex (1.2), makefiles/Makefile.cygwin (1.3),
5470 makefiles/Makefile.dcosx (1.2), makefiles/Makefile.dec (1.2),
5471 makefiles/Makefile.freebsd (1.2), makefiles/Makefile.generic (1.2),
5472 makefiles/Makefile.hpux (1.2), makefiles/Makefile.linux (1.2),
5473 makefiles/Makefile.lynx (1.2), makefiles/Makefile.m88k.svr4 (1.2),
5474 makefiles/Makefile.netbsd (1.2), makefiles/Makefile.os2 (1.2),
5475 makefiles/Makefile.osf (1.2), makefiles/Makefile.reliant (1.2),
5476 makefiles/Makefile.sco (1.2), makefiles/Makefile.sgi (1.2),
5477 makefiles/Makefile.solaris (1.2), makefiles/Makefile.sunos (1.2),
5478 makefiles/Makefile.uhc (1.2), makefiles/Makefile.ultrix (1.2),
5479 makefiles/Makefile.unicos (1.2), makefiles/Makefile.unixware (1.2),
5480 source/Makefile.common (1.5), source/Makefile.dependencies (1.3),
5481 source/comnedit.com (1.4), source/file.c (1.11), source/file.h
5482 (1.4), source/help.c (1.16), source/help.h (1.3),
5483 source/highlight.c (1.11), source/highlight.h (1.3, REL-5-2),
5484 source/highlightData.c (1.8), source/highlightData.h (1.3),
5485 source/interpret.c (1.7), source/interpret.h (1.3),
5486 source/lnknedit.com (1.3), source/macro.c (1.10), source/macro.h
5487 (1.2, REL-5-2), source/menu.c (1.17), source/menu.h (1.5,
5488 BETA-5-3-RC1, REL-5-2), source/n.bm (1.2, BETA-5-3-RC1, REL-5-2),
5489 source/nc.c (1.7), source/nedit.bm (1.2, BETA-5-3-RC1, REL-5-2),
5490 source/nedit.c (1.8), source/nedit.h (1.6),
5491 source/nedit_options_file.opt (1.2, BETA-5-3-RC1, REL-5-2),
5492 source/parse.c_noyacc (1.4), source/parse.h (1.2), source/parse.y
5493 (1.8), source/preferences.c (1.15), source/preferences.h (1.4),
5494 source/regexConvert.c (1.2), source/regexConvert.h (1.2, REL-5-2),
5495 source/regularExp.c (1.4), source/regularExp.h (1.3),
5496 source/search.c (1.14), source/search.h (1.5), source/selection.c
5497 (1.6), source/selection.h (1.3, REL-5-2), source/server.c (1.7),
5498 source/server.h (1.2, REL-5-2), source/shell.c (1.7),
5499 source/shell.h (1.3, REL-5-2), source/shift.c (1.6), source/shift.h
5500 (1.3, BETA-5-3-RC1, REL-5-2), source/smartIndent.c (1.7),
5501 source/smartIndent.h (1.3), source/tags.c (1.10), source/tags.h
5502 (1.3), source/text.c (1.9), source/text.h (1.3), source/textBuf.c
5503 (1.5), source/textBuf.h (1.3), source/textDisp.c (1.6),
5504 source/textDisp.h (1.4), source/textDrag.c (1.3), source/textDrag.h
5505 (1.2, BETA-5-3-RC1, REL-5-2), source/textP.h (1.3, BETA-5-3-RC1,
5506 REL-5-2), source/textSel.c (1.3), source/textSel.h (1.2,
5507 BETA-5-3-RC1, REL-5-2), source/undo.c (1.4), source/undo.h (1.3,
5508 REL-5-2), source/userCmds.c (1.9), source/userCmds.h (1.3),
5509 source/window.c (1.13), source/window.h (1.3), util/DialogF.c
5510 (1.8), util/DialogF.h (1.4, REL-5-2), util/Makefile.common (1.5,
5511 REL-5-2), util/Makefile.dependencies (1.3), util/comutil.com (1.2),
5512 util/fileUtils.c (1.7), util/fileUtils.h (1.3), util/fontsel.c
5513 (1.5), util/fontsel.h (1.3), util/getfiles.c (1.10),
5514 util/getfiles.h (1.3, BETA-5-3-RC1, REL-5-2), util/managedList.c
5515 (1.4), util/managedList.h (1.3, BETA-5-3-RC1, REL-5-2), util/misc.c
5516 (1.14), util/misc.h (1.5), util/prefFile.c (1.7), util/prefFile.h
5517 (1.4, BETA-5-3-RC1, REL-5-2), util/printUtils.c (1.7),
5518 util/printUtils.h (1.3), util/utils.c (1.3), util/utils.h (1.2,
5519 REL-5-2), util/vmsParam.h (1.2, BETA-5-3-RC1, REL-5-2),
5520 util/vmsUtils.c (1.3), util/vmsUtils.h (1.3, BETA-5-3-RC1,
5521 REL-5-2): Added CVS Ids.
5523 2001-02-25 02:13 edel
5525 * source/parse.y (1.7): Fix conflicts in yacc grammar!
5527 2001-02-22 20:27 edel
5529 * source/highlight.c (1.10): My previous highlighting patch didn't
5530 take in to account styles which fail lookup in the pass1pattern
5531 list (like pass 2 patterns).
5533 2001-02-21 21:39 tringali
5535 * source/highlight.c (1.9): [Patch #101473] Use nearest-color match
5536 when colormap exhausted.
5538 2001-02-21 16:49 edel
5540 * source/highlight.c (1.8): Abutting styles could fool incremental
5541 highlighting into using an unparsable pattern with parseString.
5543 2001-02-20 23:54 slobasso
5545 * source/: help.c (1.15), macro.c (1.9): new preference global
5548 2001-02-20 15:37 slobasso
5550 * source/menu.c (1.16): fixed bug where forgot to deref nArgs
5553 2001-02-20 09:58 amai
5555 * Makefile (1.4), README (1.5): README: change a couple of
5556 "nedit" to "NEdit" Makefile: slightly change comment text (fix
5559 2001-02-19 16:39 slobasso
5561 * source/: help.c (1.14), macro.c (1.8), menu.c (1.15): added a new
5562 macro command string_compare() and an action raise_window()
5564 2001-02-19 16:30 slobasso
5566 * source/file.c (1.10): fix issue where reused untitled window is
5567 not given focus when raised.
5569 2001-02-19 10:03 amai
5571 * source/help.c (1.13): help.c: fix some typos and change a couple
5572 of "nedit" to "NEdit". Actually it is not always
5573 straightforward to see whether a "nedit" refers to the
5574 whole product called "NEdit" or to the "nedit" executable ...
5576 2001-02-19 02:02 slobasso
5578 * source/text.c (1.8): fix warnings
5580 2001-02-17 14:03 amai
5582 * source/Makefile.dependencies (1.2), util/Makefile.dependencies
5583 (1.2): */Makefile.dependencies: update WRT new utils.*
5585 2001-02-17 13:59 amai
5587 * source/file.c (1.9), util/utils.c (1.2): file.c utils.c: add
5590 2001-02-17 13:56 amai
5592 * util/: utils.c (1.1), utils.h (1.1): utils.*: new sources for
5593 general purpose, non-GUI stuff like GetHomeDir()
5595 2001-02-17 13:53 amai
5597 * source/file.c (1.8), source/macro.c (1.7), source/menu.c (1.14),
5598 source/nc.c (1.6), source/server.c (1.6), source/tags.c (1.9),
5599 util/Makefile.common (1.4), util/fileUtils.c (1.6), util/prefFile.c
5600 (1.6): nc.c server.c: move #include <sys/types.h> before other
5601 <sys/*> Makefile.common: prepare for util/utils.c to be checked in
5602 file.c macro.c menu.c tags.c fileUtils.c prefFile.c: use new
5603 GetCurDir(), GetHomeDir() calls
5605 2001-02-17 01:47 edel
5607 * source/: highlight.c (1.7), parse.y (1.6):
5608 Empty code blocks are rejected by the macro language.
5610 2001-02-17 00:09 slobasso
5612 * source/interpret.c (1.6): when strings are converted to numbers
5613 and the conversion fails, use 0 rather than junk
5615 2001-02-16 14:58 amai
5617 * ReleaseNotes (1.3), source/tags.c (1.8), util/fileUtils.c (1.5):
5618 ReleaseNotes: add some bugs being addressed *.c: supply fallback if
5619 getcwd() fails (in one case we used uninitialized memory
5622 2001-02-16 14:25 amai
5624 * source/: Makefile.common (1.4), help.c (1.12): Makefile.common:
5625 nc depends on libNUtil.a! help.c: switch to "February 2001" ...
5627 2001-02-15 16:08 tringali
5629 * ReleaseNotes (1.2):
5630 Add info about 5.2 features and bugfixes.
5632 2001-02-15 16:07 tringali
5634 * util/misc.c (1.13):
5635 Fix simulateButtonPress() so it works for gadgets. (Needed for
5638 2001-02-15 16:06 tringali
5640 * util/DialogF.h (1.3):
5641 Change dialog_type parameter to int to avoid warnings.
5643 2001-02-15 16:06 tringali
5645 * util/DialogF.c (1.7):
5646 Automatically create mnemonics for dialog buttons. Change
5647 dialog_type parameter to int to avoid warnings (comparing unsingned
5648 int for negative isn't exactly useful).
5650 2001-02-15 16:04 tringali
5652 * source/preferences.c (1.14): Default syntax highlighting to on.
5654 2001-02-15 16:04 tringali
5656 * source/nc.c (1.5):
5658 - Remove warnings for 64-bit systems. Extend strlen results to
5659 long and use %ld as a format specifier. strlen returns a size_t
5660 which is typically an unsigned long on 64-bit systems.
5662 2001-02-14 00:34 slobasso
5664 * source/: help.c (1.11), text.c (1.7), textDisp.c (1.5),
5665 textDisp.h (1.3): added extra options to many of the macro actions
5667 2001-02-12 22:37 amai
5669 * source/preferences.c (1.13): preferences.c: patch from Thorsten
5670 Haude to issue a warning if -import can not find the
5673 2001-02-12 21:08 slobasso
5675 * source/: help.c (1.10), menu.c (1.13), nedit.h (1.5),
5676 preferences.c (1.12), preferences.h (1.3), search.c (1.13),
5677 search.h (1.4): Added a search wrap option to prefs and made some
5678 more options available to macro actions.
5680 2001-02-09 22:35 tringali
5682 * source/help.c (1.9): Remove obsolete reference to Caps-Lock bug.
5684 2001-02-09 22:34 slobasso
5686 * source/: interpret.c (1.5), interpret.h (1.2), parse.c_noyacc
5687 (1.3), parse.y (1.5): fixed a leak with static strings in the macro
5690 2001-02-09 22:19 slobasso
5692 * source/: menu.c (1.12), text.c (1.6): fixed strCaseCmp() bug
5693 where partial strings would match.
5695 2001-02-09 21:07 amai
5697 * source/userCmds.c (1.8): userCmds.c: try to fix compiler warnings
5699 2001-02-09 09:08 amai
5701 * source/: menu.c (1.11), menu.h (1.4): menu.*: fix a 'pointer vs.
5702 integer constant' problem, by adding a cast to the
5703 constants #definition
5705 2001-02-08 09:08 amai
5707 * source/Makefile.common (1.3), source/Makefile.dependencies (1.1),
5708 util/Makefile.common (1.3), util/Makefile.dependencies (1.1):
5709 */Makefile.common: include new */Makefile.dependencies: simple
5710 files containing the dependencies for all objects (i.e. *.o)
5712 2001-02-08 08:52 amai
5714 * source/: menu.c (1.10), menu.h (1.3): menu.c menu.h: - correct my
5715 previous patch: XmNuserData requires XtPointer* arg
5716 - add some more 'const's
5718 2001-02-06 16:04 amai
5720 * source/search.c (1.12), util/DialogF.c (1.6), util/getfiles.c
5721 (1.9): search.c DialogF.c getfiles.c: Drop #ifdef MOTIF10 sections.
5723 2001-02-06 12:07 amai
5725 * source/menu.c (1.9): menu.c: Fix a 'major' 64bit bug: we were
5726 passing a pointer to int instead of pointer to pointer.
5727 This fixes the crash with NEdit/LessTif on alpha when
5728 selecting the Window menu item!!
5730 2001-02-06 10:19 amai
5732 * source/preferences.c (1.11): preferences.c: drop unused #include
5735 2001-02-06 10:03 amai
5737 * source/interpret.c (1.4), util/prefFile.c (1.5), util/prefFile.h
5738 (1.3): interpret.c prefFile.*: add 'const' to some more functions'
5741 2001-02-06 10:02 amai
5743 * source/: nc.c (1.4), server.c (1.5): server.c nc.c: add checks
5744 whether some system calls succeed (e.g. uname())
5745 changed signature of getHostName() and getUserName
5747 2001-02-05 19:45 amai
5749 * util/: DialogF.c (1.5), misc.c (1.12), prefFile.c (1.4),
5750 printUtils.c (1.6): DialogF.c misc.c prefFile.c printUtils.c: add
5751 'const' to some functions' signatures
5753 2001-02-05 17:13 amai
5755 * source/: file.c (1.7), help.c (1.8), highlight.c (1.6),
5756 highlightData.c (1.7): file.c help.c highlight.c highlightData.c:
5757 Replace improper <0> as last argument in XtVa*() interface
5760 2001-02-02 18:10 tringali
5762 * source/highlight.c (1.5): Replace debugging code of divide by 0
5763 with a more proper assert. Dividing by zero generated warnings on
5766 2001-02-02 14:47 amai
5768 * source/window.c (1.12): window.c: drop declaration of
5769 _XEditResCheckMessages(); should be in according header
5770 Fix compiler warning about boolean expression
5772 2001-02-02 14:00 amai
5774 * Makefile (1.3), README (1.4): Makefile: do not list CVS/ subdir
5775 when running 'make' without argument README: cosmetics
5776 (re-formatting) add pointer to makefiles/Makefile.generic
5777 which explains our current -D compiler options
5779 2001-02-02 13:12 amai
5781 * util/getfiles.c (1.8): getfiles.c: - add 'cont' add some places
5782 (as I realized we are already using it, so we don't
5783 discuss systems w/o here) - drop */errno.h
5784 #includes (I couldn't see any usage of it currently)
5786 2001-02-01 23:16 tringali
5788 * makefiles/Makefile.aix (1.2):
5790 Fix for bug 130164: force X headers to include full prototype
5793 2001-01-26 22:42 amai
5795 * source/: help.c (1.7), window.c (1.11): help.c: switch to
5796 "January, 2001" window.c: ad cast; should fix SF [Bug #130164 ]
5797 Compiler warning on AIX4.3.2 in window.c
5799 2001-01-24 15:54 amai
5801 * util/misc.c (1.11), source/highlightData.c (1.6), source/menu.c
5802 (1.8), source/preferences.c (1.10), source/userCmds.c (1.7): *.c:
5803 The XmNnumChildren resource if of type 'Cardinal', not 'int'
5805 2001-01-10 10:42 amai
5807 * source/textBuf.c (1.4): textBuf.c: fix for SF [Bug #115195 ]
5808 textBuf.c:862 warning: '/*' within comment
5810 2001-01-05 21:18 amai
5812 * source/shell.c (1.6): shell.c: change some "Nedit" strings to
5813 "NEdit". properly end an execl() parameter list by (char
5816 2000-12-20 14:05 amai
5818 * source/help.c (1.6), source/nedit.c (1.7), source/search.c
5819 (1.11), source/window.c (1.10), util/getfiles.c (1.7): Replace
5820 "Lesstif" by "LessTif" ... Update timestamp in version info to
5823 2000-12-20 13:56 amai
5825 * README (1.3), source/.cvsignore (1.1), source/tags.c (1.7),
5826 util/misc.c (1.10): Add two missing #includes Add a .cvsignore for
5827 the two binaries beign built Update the docs WRT LessTif issues
5829 2000-12-19 21:08 tringali
5833 Removed obsolete references to fnal.gov FTP server.
5835 2000-12-19 21:06 edg
5837 * source/selection.c (1.5): Added a fix for SF bug 126285: segfault
5840 2000-12-15 20:57 edg
5842 * source/text.c (1.5): Fixed a selection highlighting bug (removed
5843 an earlier bogus patch).
5845 2000-12-10 19:35 edg
5847 * source/search.c (1.10): Fixed some (harmless) compiler warnings.
5848 Added an extra check in the multi-file replacement code to make
5849 sure that the user didn't invalidate the replacement strings when
5850 the dialog isn't modal (bug in several Lesstif versions).
5852 2000-11-30 21:33 edg
5854 * util/getfiles.c (1.6): Implemented a workaround for a Motif 2.x
5855 file selection box bug.
5857 2000-11-30 21:31 edg
5859 * makefiles/Makefile.cygwin (1.2): Minor changes requested by
5862 2000-11-23 23:23 edg
5864 * source/: search.c (1.9), search.h (1.3), window.c (1.9): Fixed a
5865 critical bug in the multi-file replace functionality. Closing
5866 windows while a multi-file replace dialog was up could result in a
5867 crash. The lists are now updated when a window closes.
5869 2000-11-22 23:08 edg
5871 * source/: nedit.h (1.4), search.c (1.8), window.c (1.8): Added
5872 multi-file replace-all functionality.
5874 2000-11-22 21:50 edg
5876 * source/: preferences.c (1.9), search.c (1.7): Added a missing
5879 2000-11-07 14:03 edel
5881 * util/misc.c (1.9): Fix glitches in Caps/Num Lock patch
5883 2000-11-06 21:52 edel
5885 * source/: macro.c (1.6), preferences.c (1.8), shift.c (1.5),
5886 text.c (1.4), userCmds.c (1.6), window.c (1.7): Patch for Caps/Num
5887 Lock bug + a few other minor fixes
5889 2000-11-06 21:50 edel
5891 * util/: misc.c (1.8), misc.h (1.4): Patch for Caps/Num Lock Motif
5894 2000-10-06 21:23 edel
5896 * util/misc.c (1.7): Bug fix: BG menu not working with new best
5899 2000-10-04 03:09 edel
5901 * util/: DialogF.c (1.4), fontsel.c (1.4), getfiles.c (1.5),
5902 managedList.c (1.3), misc.c (1.6), printUtils.c (1.5): For IA-64,
5903 XtVa argument lists must be terminated with NULL rather than 0
5905 2000-10-04 03:07 edel
5907 * source/: macro.c (1.5), menu.c (1.7), preferences.c (1.7),
5908 search.c (1.6), selection.c (1.4), shell.c (1.5), shift.c (1.4),
5909 smartIndent.c (1.6), tags.c (1.6), textDisp.c (1.4), userCmds.c
5910 (1.5), window.c (1.6): For IA-64, XtVa calls must be terminated
5911 w/NULL, rather than 0
5913 2000-09-29 15:48 edel
5915 * util/: fileUtils.c (1.4), misc.c (1.5): Support ClearCase version
5916 extended pathnames (and fix some compiler warns)
5918 2000-09-29 15:38 edel
5920 * source/: file.c (1.6), file.h (1.3), menu.c (1.6), nedit.c (1.6),
5921 preferences.c (1.6), server.c (1.4), shell.c (1.4): Updates from
5922 Max (via Arne), and Arne Førlie: ClearCase version extended paths,
5923 Untitled windows inherit parent path, and avoid reuse of Untitled
5924 windows which are currently running a macro.
5926 2000-09-26 20:28 edel
5928 * source/: file.c (1.5), help.c (1.5), highlightData.c (1.5),
5929 macro.c (1.4), menu.c (1.5), nedit.c (1.5), preferences.c (1.5),
5930 search.c (1.5), smartIndent.c (1.5), tags.c (1.5), userCmds.c
5931 (1.4), window.c (1.5): Allow nedit to use non-default visuals
5933 2000-09-26 20:25 edel
5935 * util/: DialogF.c (1.3), fontsel.c (1.3), getfiles.c (1.4), misc.c
5936 (1.4), misc.h (1.3), printUtils.c (1.4): Allow NEdit to use
5939 2000-09-22 19:41 edel
5941 * util/: fileUtils.c (1.3), getfiles.c (1.3), misc.c (1.3),
5942 prefFile.c (1.3), printUtils.c (1.3): Changes since last posted
5945 2000-09-22 19:34 edel
5947 * source/: file.c (1.4), help.c (1.4), highlight.c (1.4),
5948 highlightData.c (1.4), interpret.c (1.3), macro.c (1.3), menu.c
5949 (1.4), nc.c (1.3), nedit.c (1.4), parse.y (1.4), preferences.c
5950 (1.4), regularExp.c (1.3), search.c (1.4), selection.c (1.3),
5951 server.c (1.3), shell.c (1.3), shift.c (1.3), smartIndent.c (1.4),
5952 tags.c (1.4), text.c (1.3), textBuf.c (1.3), undo.c (1.3),
5953 userCmds.c (1.3), window.c (1.4): Changes since last posted
5956 2000-09-10 18:15 tringali
5958 * makefiles/: Makefile.aix (1.1), Makefile.bsdi (1.1),
5959 Makefile.ccur (1.1), Makefile.convex (1.1), Makefile.cygwin (1.1),
5960 Makefile.dcosx (1.1), Makefile.dec (1.1), Makefile.freebsd (1.1),
5961 Makefile.generic (1.1), Makefile.hpux (1.1), Makefile.linux (1.1),
5962 Makefile.lynx (1.1), Makefile.m88k.svr4 (1.1), Makefile.netbsd
5963 (1.1), Makefile.os2 (1.1), Makefile.osf (1.1), Makefile.reliant
5964 (1.1), Makefile.sco (1.1), Makefile.sgi (1.1), Makefile.solaris
5965 (1.1), Makefile.sunos (1.1), Makefile.uhc (1.1), Makefile.ultrix
5966 (1.1), Makefile.unicos (1.1), Makefile.unixware (1.1) (utags:
5967 REL-5-1-1): 5.1.1 baseline
5969 2000-09-09 22:22 tringali
5971 * source/: comnedit.com (1.3), file.c (1.3), help.c (1.3),
5972 highlight.c (1.3), highlightData.c (1.3), menu.c (1.3), nedit.c
5973 (1.3), nedit.h (1.3), parse.c_noyacc (1.2), parse.y (1.3),
5974 preferences.c (1.3), search.c (1.3), smartIndent.c (1.3), tags.c
5975 (1.3), textDisp.c (1.3), window.c (1.3): 5.2 Development snapshot
5978 2000-09-09 22:18 tringali
5980 * Makefile (1.2, REL-5-1-1), README (1.2, REL-5-1-1), ReleaseNotes
5981 (1.1, REL-5-1-1), nc.man (1.2, REL-5-1-1), nedit.doc (1.2,
5982 REL-5-1-1), nedit.man (1.2, REL-5-1-1), source/Makefile.common
5983 (1.2, REL-5-1-1), source/Makefile.dec (1.2), source/Makefile.hp
5984 (1.2), source/Makefile.ibm (1.2), source/Makefile.linux (1.2),
5985 source/Makefile.osf (1.2), source/Makefile.sgi (1.2),
5986 source/Makefile.solaris (1.2), source/Makefile.sunos (1.2),
5987 source/Makefile.ultrix (1.2), source/comnedit.com (1.2, REL-5-1-1),
5988 source/file.c (1.2, REL-5-1-1), source/file.h (1.2, REL-5-1-1),
5989 source/help.c (1.2, REL-5-1-1), source/help.h (1.2, REL-5-1-1),
5990 source/highlight.c (1.2, REL-5-1-1), source/highlight.h (1.2,
5991 REL-5-1-1), source/highlightData.c (1.2, REL-5-1-1),
5992 source/highlightData.h (1.2, REL-5-1-1), source/interpret.c (1.2,
5993 REL-5-1-1), source/lnknedit.com (1.2, REL-5-1-1), source/macro.c
5994 (1.2, REL-5-1-1), source/menu.c (1.2, REL-5-1-1), source/menu.h
5995 (1.2, REL-5-1-1), source/nc.c (1.2, REL-5-1-1), source/nedit.c
5996 (1.2, REL-5-1-1), source/nedit.h (1.2, REL-5-1-1), source/parse.y
5997 (1.2, REL-5-1-1), source/preferences.c (1.2, REL-5-1-1),
5998 source/preferences.h (1.2, REL-5-1-1), source/regexConvert.c (1.1,
5999 REL-5-1-1), source/regexConvert.h (1.1, REL-5-1-1),
6000 source/regularExp.c (1.2, REL-5-1-1), source/regularExp.h (1.2,
6001 REL-5-1-1), source/search.c (1.2, REL-5-1-1), source/search.h (1.2,
6002 REL-5-1-1), source/selection.c (1.2, REL-5-1-1), source/selection.h
6003 (1.2, REL-5-1-1), source/server.c (1.2, REL-5-1-1), source/shell.c
6004 (1.2, REL-5-1-1), source/shell.h (1.2, REL-5-1-1), source/shift.c
6005 (1.2, REL-5-1-1), source/shift.h (1.2, REL-5-1-1),
6006 source/smartIndent.c (1.2, REL-5-1-1), source/smartIndent.h (1.2,
6007 REL-5-1-1), source/tags.c (1.2, REL-5-1-1), source/tags.h (1.2,
6008 REL-5-1-1), source/text.c (1.2, REL-5-1-1), source/text.h (1.2,
6009 REL-5-1-1), source/textBuf.c (1.2, REL-5-1-1), source/textBuf.h
6010 (1.2, REL-5-1-1), source/textDisp.c (1.2, REL-5-1-1),
6011 source/textDisp.h (1.2, REL-5-1-1), source/textDrag.c (1.2,
6012 REL-5-1-1), source/textP.h (1.2, REL-5-1-1), source/textSel.c (1.2,
6013 REL-5-1-1), source/undo.c (1.2, REL-5-1-1), source/undo.h (1.2,
6014 REL-5-1-1), source/userCmds.c (1.2, REL-5-1-1), source/userCmds.h
6015 (1.2, REL-5-1-1), source/window.c (1.2, REL-5-1-1), source/window.h
6016 (1.2, REL-5-1-1), util/DialogF.c (1.2, REL-5-1-1), util/DialogF.h
6017 (1.2, REL-5-1-1), util/Makefile.common (1.2, REL-5-1-1),
6018 util/Makefile.dec (1.2), util/Makefile.hp (1.2), util/Makefile.ibm
6019 (1.2), util/Makefile.linux (1.2), util/Makefile.sgi (1.2),
6020 util/Makefile.solaris (1.2), util/Makefile.sunos (1.2),
6021 util/Makefile.ultrix (1.2), util/fileUtils.c (1.2, REL-5-1-1),
6022 util/fileUtils.h (1.2, REL-5-1-1), util/fontsel.c (1.2, REL-5-1-1),
6023 util/fontsel.h (1.2, REL-5-1-1), util/getfiles.c (1.2, REL-5-1-1),
6024 util/getfiles.h (1.2, REL-5-1-1), util/managedList.c (1.2,
6025 REL-5-1-1), util/managedList.h (1.2, REL-5-1-1), util/misc.c (1.2,
6026 REL-5-1-1), util/misc.h (1.2, REL-5-1-1), util/prefFile.c (1.2,
6027 REL-5-1-1), util/prefFile.h (1.2, REL-5-1-1), util/printUtils.c
6028 (1.2, REL-5-1-1), util/printUtils.h (1.2, REL-5-1-1),
6029 util/vmsUtils.c (1.2, REL-5-1-1), util/vmsUtils.h (1.2, REL-5-1-1):
6032 2000-09-09 22:12 tringali
6034 * Makefile (1.1), README (1.1), nc.man (1.1), nedit.doc (1.1),
6035 nedit.man (1.1), source/Makefile.common (1.1), source/Makefile.dec
6036 (1.1), source/Makefile.hp (1.1), source/Makefile.ibm (1.1),
6037 source/Makefile.linux (1.1), source/Makefile.osf (1.1),
6038 source/Makefile.sgi (1.1), source/Makefile.solaris (1.1),
6039 source/Makefile.sunos (1.1), source/Makefile.ultrix (1.1),
6040 source/comnedit.com (1.1), source/file.c (1.1), source/file.h
6041 (1.1), source/help.c (1.1), source/help.h (1.1), source/highlight.c
6042 (1.1), source/highlight.h (1.1), source/highlightData.c (1.1),
6043 source/highlightData.h (1.1), source/interpret.c (1.1),
6044 source/interpret.h (1.1, REL-5-1-1), source/lnknedit.com (1.1),
6045 source/macro.c (1.1), source/macro.h (1.1, REL-5-1-1),
6046 source/menu.c (1.1), source/menu.h (1.1), source/n.bm (1.1,
6047 REL-5-1-1), source/nc.c (1.1), source/nedit.bm (1.1, REL-5-1-1),
6048 source/nedit.c (1.1), source/nedit.h (1.1),
6049 source/nedit_options_file.opt (1.1, REL-5-1-1),
6050 source/parse.c_noyacc (1.1, REL-5-1-1), source/parse.h (1.1,
6051 REL-5-1-1), source/parse.y (1.1), source/preferences.c (1.1),
6052 source/preferences.h (1.1), source/regularExp.c (1.1),
6053 source/regularExp.h (1.1), source/search.c (1.1), source/search.h
6054 (1.1), source/selection.c (1.1), source/selection.h (1.1),
6055 source/server.c (1.1), source/server.h (1.1, REL-5-1-1),
6056 source/shell.c (1.1), source/shell.h (1.1), source/shift.c (1.1),
6057 source/shift.h (1.1), source/smartIndent.c (1.1),
6058 source/smartIndent.h (1.1), source/tags.c (1.1), source/tags.h
6059 (1.1), source/text.c (1.1), source/text.h (1.1), source/textBuf.c
6060 (1.1), source/textBuf.h (1.1), source/textDisp.c (1.1),
6061 source/textDisp.h (1.1), source/textDrag.c (1.1), source/textDrag.h
6062 (1.1, REL-5-1-1), source/textP.h (1.1), source/textSel.c (1.1),
6063 source/textSel.h (1.1, REL-5-1-1), source/undo.c (1.1),
6064 source/undo.h (1.1), source/userCmds.c (1.1), source/userCmds.h
6065 (1.1), source/window.c (1.1), source/window.h (1.1), util/DialogF.c
6066 (1.1), util/DialogF.h (1.1), util/Makefile.common (1.1),
6067 util/Makefile.dec (1.1), util/Makefile.hp (1.1), util/Makefile.ibm
6068 (1.1), util/Makefile.linux (1.1), util/Makefile.sgi (1.1),
6069 util/Makefile.solaris (1.1), util/Makefile.sunos (1.1),
6070 util/Makefile.ultrix (1.1), util/comutil.com (1.1, REL-5-1-1),
6071 util/fileUtils.c (1.1), util/fileUtils.h (1.1), util/fontsel.c
6072 (1.1), util/fontsel.h (1.1), util/getfiles.c (1.1), util/getfiles.h
6073 (1.1), util/managedList.c (1.1), util/managedList.h (1.1),
6074 util/misc.c (1.1), util/misc.h (1.1), util/prefFile.c (1.1),
6075 util/prefFile.h (1.1), util/printUtils.c (1.1), util/printUtils.h
6076 (1.1), util/vmsParam.h (1.1, REL-5-1-1), util/vmsUtils.c (1.1),
6077 util/vmsUtils.h (1.1) (utags: REL-5-0-2): 5.0.2 baseline