Fix for SF bug #999021 Using exit() in a macro causes hang.
[nedit.git] / ChangeLog
blob16880c3d5056c12120c6d34b16c958251491d73b
1 2004-07-07 03:39  n8gray
3         * README (1.36), makefiles/Makefile.macosx (1.6): Updating some OS
4         X documentation.
6 2004-07-07 03:14  n8gray
8         * Makefile (1.15), README (1.35), source/help_data.h (1.66),
9         source/nc.c (1.41): I guess we should go to BETA1 before RC1.
11 2004-07-07 02:51  n8gray
13         * Makefile (1.14), README (1.34), source/help_data.h (1.65),
14         source/help_topic.h (1.57), source/nc.c (1.40): Updating version
15         information for 5.5RC1.
17 2004-07-03 00:16  edg
19         * source/highlightData.c (1.64): Minor update to the Python
20         patterns: added new built-in functions, exceptions, warnings, ...
21         that were introduced in Python 2.3.
23 2004-06-30 13:56  edg
25         * source/help.c (1.97): Increased the help window size from 65 to
26         75 columns as a workaround for the window becoming smaller due to
27         changes in the font specifications.  (SF bug #982589: Help font
28         inconsistent with window size)
30 2004-06-28 10:23  edg
32         * source/menu.c (1.106): Fix for SF bug #933146: VMS Open Previous
33         DB file error.
35 2004-06-23 15:25  edg
37         * source/server.c (1.30): Race condition fix for SF bug #978104:
38         nedit -sync option.  The server missed the first property change in
39         synchronous mode.
41 2004-06-21 09:42  edg
43         * doc/help.etx (1.69), source/help_data.h (1.64),
44         source/help_topic.h (1.56): Cross-reference fixes (Yury
45         Burkatovsky).
47 2004-06-13 03:08  tksoh
49         * source/window.c (1.160): Fixed shrinking-window bug on some
50         window manager such as Metacity, where window would shrink when
51         switching between documents with different font size.
53 2004-06-11 12:33  edg
55         * Microline/XmL/XmL.h (1.3): Fixed a #define collision when
56         compiling with OM 2.2.3.
58 2004-06-11 12:16  edg
60         * source/: menu.c (1.105), nedit.h (1.56), window.c (1.159): Fixes
61         for SF bug #779454: SGI_CUSTOM & windows names.  Removed all
62         obsolete SGI_WINDOW_TITLE stuff.
64 2004-06-11 10:14  edg
66         * source/highlightData.c (1.63): Removed unused declaration.
68 2004-06-10 19:04  edg
70         * doc/help.etx (1.68), source/help_data.h (1.63),
71         source/help_topic.h (1.55): More help updates from Joerg Fischer.
73 2004-06-10 19:01  edg
75         * source/: highlight.c (1.47), highlightData.c (1.62), macro.c
76         (1.86): Commit SF patch #970491: Forbid deletion of the "Plain"
77         Text Drawing Style (Tony Balinski).
79 2004-06-09 19:52  edg
81         * source/: userCmds.c (1.46), window.c (1.158): Crash fix:
82         bgMenuUndo/RedoItem were memcopied when opening multiple tabs in a
83         window. This could eventually result in accesses to destroyed bg
84         menu items (and crashes), but only when the tabs use different
85         language modes.  That's why crashes were rather rare (and the
86         illegal accesses didn't always result in a crash).
88 2004-06-08 17:36  edg
90         * doc/help.etx (1.67), doc/nc.pod (1.5), doc/nedit.pod (1.6),
91         source/help_data.h (1.62), source/help_topic.h (1.54): Help
92         updates: tabbed editing and incremental search bar (Joerg Fischer).
94 2004-06-08 17:30  edg
96         * source/server.c (1.29), util/misc.c (1.64), util/misc.h (1.23):
97         Committed SF patch #963120: Open tab in window on current desktop. 
98         New files opened via nc no longer appear in a tab of some
99         pseudo-random window, possible on a different window manager
100         desktop, but on a window of the current desktop. If no window
101         exists on the current desktop, a new one is created.  Requires the
102         window manager to be EWMH compliant, but falls back to the old
103         behaviour for non-compliant wms.
105 2004-06-08 17:08  tringali
107         * source/shell.c (1.31): Fix from Tony Balinski: close unused fds
108         so that shell commands can be invoked asynchronously.  Otherwise,
109         we will wait for the command to end even if the input/output/error
110         streams were redirected to /dev/null.
112 2004-06-01 14:23  edg
114         * source/server_common.c (1.4): Memory leak and malloc/free
115         mismatch fixes.
117 2004-05-25 21:31  tringali
119         * source/nedit.c (1.74): Don't use labelFontList et al on
120         Cygwin/LessTif.
122 2004-05-16 14:02  tksoh
124         * source/window.c (1.157): Fixed coredump if offers to save file
125         were refused when closing window with several modified documents.
127 2004-05-12 11:21  edg
129         * source/interpret.c (1.39): Missed a spot in the debug code when I
130         applied the macro string changes.
132 2004-05-11 21:56  edg
134         * doc/help.etx (1.66), doc/nc.pod (1.4), doc/nedit.pod (1.5),
135         source/help_data.h (1.61), source/help_topic.h (1.53): Updated
136         rangeset documentation (SF bug #922282) and -do documentation
137         (Joerg, with remarks of Tony).
139 2004-05-06 10:39  jlous
141         * source/menu.c (1.104): Changed "Tabs..." to "Tab Stops..." in
142         menus.
144 2004-05-04 16:19  edg
146         * README (1.33), doc/help.etx (1.65), doc/nc.pod (1.3),
147         doc/nedit.pod (1.4), source/help_data.h (1.60), source/help_topic.h
148         (1.52): Added TK to the list of authors.
150 2004-05-04 09:41  edg
152         * Xlt/BubbleButton.c (1.5): Added declaration of
153         _XmStringCreateExternal (SF bug #923924).
155 2004-05-03 14:08  edg
157         * ChangeLog (1.37): Regenerated (cvs2cl.pl -b -r -t --accum --gmt).
159 2004-05-03 13:59  edg
161         * source/window.c (1.156): Bug fix: File->Close in the original
162         window was disabled after calling calling the detach_document()
163         macro subroutine.
165 2004-05-03 09:26  edg
167         * util/check_lin_tif.c (1.8): Classified OM 2.2.3 (the real one,
168         not the 2.2.2 version claiming to be 2.2.3) as being UNTESTED iso.
169         KNOWN BAD. If no show-stoppers are found, we can classify it as a
170         supported version.
172 2004-05-03 08:54  edg
174         * Xlt/BubbleButton.c (1.4): Fixed inconsistent linkage declaration
175         for _XmExportLabelString.
177 2004-05-03 08:53  edg
179         * util/misc.c (1.63): Disabled the sticky radiobutton workaround
180         for OM 2.2.3 and above. The bug appears to be fixed in 2.2.3.
182 2004-04-30 15:27  edg
184         * source/interpret.c (1.38): Added some comments to the new string
185         allocation routines.
187 2004-04-30 14:35  edg
189         * source/: interpret.c (1.37), interpret.h (1.15), macro.c (1.85),
190         smartIndent.c (1.33): Speed boost for macro string searching: keep
191         string length together with the string to avoid excessive amount of
192         strlen() calls in some cases.
194 2004-04-30 11:53  edg
196         * source/window.c (1.155): Bug fix: closing a tab via a macro
197         called from another tab resulted in a crash or an endless loop in
198         GetTopDocument().
200 2004-04-30 04:06  tksoh
202         * source/: nedit.c (1.73), window.c (1.154): Some GUI changes on
203         statsAreaForm: removed the separator below the tab-bar; removed
204         some hardcoded visual resources on tab and tab-bar; statsline's
205         text widget to inherit colors from it's immediate parent form, to
206         ease customization.
208 2004-04-29 02:34  tksoh
210         * source/: menu.c (1.103), nedit.c (1.72), text.c (1.46): Removed
211         tab navigation items from the Window menu, and handle them with
212         text widget's translation table.
214 2004-04-28 01:54  tksoh
216         * doc/help.etx (1.64), source/help_data.h (1.59),
217         source/help_topic.h (1.51), source/menu.c (1.102), source/nedit.c
218         (1.71), source/nedit.h (1.55), source/window.c (1.153),
219         source/window.h (1.23): Renamed "Split Window" to "Split Pane", and
220         split_window() is now split_pane().
222 2004-04-27 01:35  tksoh
224         * source/: file.c (1.81), menu.c (1.101), nedit.h (1.54),
225         preferences.c (1.119), window.c (1.152): Second (and hopefully
226         final) phase of Buffers-to-Documents conversion; Also added brief
227         description to struct WindowInfo on tabbed mode.
229 2004-04-26 03:01  tksoh
231         * source/window.c (1.151): Fix for SF bug #941888: Window shrinks
232         when switching between tabs on some window managers such as
233         metacity.
235 2004-04-24 04:53  tksoh
237         * source/window.c (1.150): Preserve document opening chain
238         (WindowList) when documents are detached or moved, so that macro
239         functions such focus_window("last") will traverse the documents
240         correctly.
242 2004-04-24 03:48  tksoh
244         * source/window.c (1.149): Honor pref setting of "Hide Tab Bar When
245         Only One Document is Open"; covering SF bug #939712: unexpected tab
246         bar on startup.
248 2004-04-24 03:12  tksoh
250         * source/window.c (1.148): Fixed coredump when closing top
251         document.
253 2004-04-23 16:35  tringali
255         * source/window.c (1.147): Fix for bug 940844 - flashing isearch
256         bar on startup
258 2004-04-23 00:43  tksoh
260         * source/window.c (1.146): Fixed bold-face on label of inactive
261         tabs.
263 2004-04-19 15:46  tringali
265         * source/: window.c (1.145), nedit.c (1.70): - Changed accelerators
266         for next/prev window to Ctrl+Pg Up (for Mozilla compat.) -
267         Bold-face the active tab for visibility, implemented with fontlist
268         tags.
270 2004-04-17 10:32  tksoh
272         * source/: nedit.c (1.69), window.c (1.144), window.h (1.22): Fixed
273         WM session management (WM_SAVE_YOURSELF) support for tabbed mode.
275 2004-04-17 03:51  n8gray
277         * doc/help.etx (1.63), source/help_data.h (1.58),
278         source/help_topic.h (1.50): Updated documentation for the
279         auto-scroll feature.  The resource for setting the number of lines
280         of padding has changed to nedit.autoScrollVPadding.
282 2004-04-16 08:15  edg
284         * source/calltips.c (1.6): Fix for SF bug #925951: nedit 5.4
285         crashes when dragging a calltip.  It appears to be a bug in SUN's
286         Motif. Dragging is now disabled.
288 2004-04-15 22:32  n8gray
290         * source/: menu.c (1.100), nedit.h (1.53), preferences.c (1.118),
291         preferences.h (1.41), window.c (1.143), window.h (1.21): Committing
292         the auto-scroll patch.  For now 4 seems like a reasonable default.
294 2004-04-14 20:33  n8gray
296         * source/: help_data.h (1.57), help_topic.h (1.49), window.c
297         (1.142): Applied TK's patch for putting the * on the correct side
298         of the tab's filename based on text alignment (with a minor
299         change).  I still don't understand why it didn't work for me
300         before, but what the heck.
301         
302         Also it looks like I regenerated the help files.  No changes there
303         other than the dates at the top.
305 2004-04-14 15:12  edg
307         * source/window.c (1.141): Warning fix (Andrew Stanaski).
309 2004-04-14 09:44  edg
311         * source/: nedit.c (1.68), server.c (1.28): Additional fixes for
312         potential crashes due to -do macro commands closing windows.
314 2004-04-14 05:45  tksoh
316         * source/: nedit.c (1.67), server.c (1.27): Fixed coredump when
317         running -do closed() or detach_document() with nc or nedit, or when
318         files fail to open.
319         
320         Also corrected the behavior on VMS so that -do will only apply onto
321         the first file globbed from the wildcard specified.
323 2004-04-14 00:49  n8gray
325         * source/: nedit.c (1.66), window.c (1.140): Changed so that
326         alignment of the filenames in tabs isn't hardwired.  I edit lots of
327         files that have the same prefix, e.g. mmc_ext_XXX.ml, and if too
328         many tabs get opened then I end up with 25 identical tabs.  This is
329         much less of a problem if the text is right-aligned, since the .ml
330         suffixes take up less space.
331         
332         You can try this out by setting the resource "*tab.alignment:
333         XmALIGNMENT_END".
334         
335         One improvement would be to also put the "*" that indicates a file
336         is modified on the right if the titles are right-aligned.  I tried
337         to implement that but for some reason couldn't read the setting of
338         the alignment resource successfully.
340 2004-04-14 00:14  n8gray
342         * source/window.c (1.139): Fixed the code to get the next tab on
343         tab close/detach so that the correct tab is chosen when tabs are
344         sorted.
346 2004-04-01 12:48  tksoh
348         * source/window.c (1.138): Re-enabled window auto-resizing on
349         (un)display of line numbers for multi-tab windows. Disabling
350         auto-resize on font change alone would be enough to fix the
351         growing-window bug.
353 2004-04-01 10:29  tksoh
355         * source/window.c (1.137): Fixed BadMatch error when linking to
356         various releases of Lesstif version 1.2 (no problem with v2.x), if
357         we use XCreateBitmapFromData() to created bitmaps for buttons.
359 2004-04-01 02:50  tksoh
361         * source/textDisp.c (1.56): Fixed BadWindow error when opening help
362         window, introduced by the recent window auto-resize patch.
364 2004-04-01 01:38  tksoh
366         * source/window.c (1.136): Fixed bug where the detached document
367         would get an incorrect number of rows, when the document contain
368         highlighting fonts with sizes differ from the primary font. For now
369         there'd be some flickers due to the resizing of the detached window
370         by syntax highlighting, etc - something that we are to address
371         later - but the rows will at least be correct.
373 2004-03-31 15:02  tksoh
375         * source/: highlight.c (1.46), textDisp.c (1.55), window.c (1.135):
376         Disabled window auto-resizing, triggered by font change or
377         (un)display of line numbers, for multi-tab windows.
379 2004-03-31 12:31  tksoh
381         * source/: nedit.h (1.52), search.c (1.67), window.c (1.134):
382         Applied SF patch #891884: Add Find and Clear buttons to i-search
384 2004-03-29 14:42  tksoh
386         * source/userCmds.c (1.45): Fixed coredump when invoking BG menu on
387         lower split-panes.
389 2004-03-28 12:15  yooden
391         * .cvsignore (1.3), doc/.cvsignore (1.5), source/.cvsignore (1.5),
392         util/.cvsignore (1.4): Moves *.bck to global ignore file.
394 2004-03-25 17:37  tksoh
396         * source/: menu.c (1.99), window.c (1.133): Removed unused
397         functions.
399 2004-03-25 07:12  n8gray
401         * .cvsignore (1.2), doc/.cvsignore (1.4), doc/help.etx (1.62),
402         source/.cvsignore (1.4), source/help_data.h (1.56),
403         source/help_topic.h (1.48), source/textDrag.c (1.9),
404         util/.cvsignore (1.3): Updated the help files to document action
405         routines for all menu items.  Also added *.bck to .cvsignore files.
407 2004-03-25 04:27  tksoh
409         * source/: file.c (1.80), file.h (1.13), macro.c (1.84), menu.c
410         (1.98), nedit.c (1.65), preferences.c (1.117), selection.c (1.28),
411         server.c (1.26), tags.c (1.56), window.c (1.132), window.h (1.20):
412         Speed up opening of multiple files, by opening the files in
413         background and deferring the syntax highlighting (SH) process. SH
414         may be triggered later when a document is raised, or accessed by
415         macro functions.
417 2004-03-21 14:25  tksoh
419         * source/: Makefile.common (1.17), window.c (1.131): Bugfix for
420         persistent tooltip of tabs, when dragged with middle button.
422 2004-03-19 15:17  tringali
424         * util/system.h (1.14): Fix bogus IA64 defintion; detect Intel when
425         masquerading as gcc; guess when compiling HP C.
427 2004-03-19 09:53  tksoh
429         * source/window.c (1.130): Make next/prev document actions
430         independent of tab sorting policy.
432 2004-03-11 12:42  edg
434         * source/: nedit.h (1.51), userCmds.c (1.44): Bug fixes for user
435         menu cache (Uwe Lehnert).
437 2004-03-06 22:44  n8gray
439         * source/: menu.c (1.97), nedit.h (1.50), preferences.c (1.116):
440         Added "Sort Tabs Alphabetically" menu item.
442 2004-03-06 02:24  n8gray
444         * source/window.c (1.129): Fixed SortTabBar -- it wasn't updating
445         the "next" pointers, which broke the next/previous tab actions.
447 2004-03-05 08:10  tksoh
449         * source/: menu.c (1.96), menu.h (1.11), userCmds.c (1.43),
450         window.c (1.128): Hide the BG tearoffs when switching doc, and
451         restore them when switched back later.
453 2004-03-04 09:44  tksoh
455         * source/: menu.c (1.95), menu.h (1.10), nedit.h (1.49),
456         preferences.c (1.115), userCmds.c (1.42), userCmds.h (1.6),
457         window.c (1.127): Applied SF patch #891126: user menu cache.
459 2004-03-04 00:49  tksoh
461         * source/: file.c (1.79), preferences.c (1.114), preferences.h
462         (1.40), window.c (1.126), window.h (1.19): If 'nedit.sortTab' is
463         True, sort the tabs on the tab bar by filenames alphabetically.
464         Sorting is disabled by default.
466 2004-03-03 13:28  edg
468         * source/textBuf.c (1.31): Bug fix in BufCountDispChars: don't
469         count terminating \0 of text buffer.
471 2004-03-03 07:06  tksoh
473         * source/: menu.c (1.94), window.h (1.18): Cleaned up residue of
474         "Attach Tab".
476 2004-03-02 12:47  tksoh
478         * source/undo.c (1.16): Removed flickers on text area that occured
479         when undoing/redoing with selection and
480         'nedit.undoModifiesSelection' set to false.
482 2004-03-02 08:15  tksoh
484         * source/: menu.c (1.93), nedit.h (1.48), window.c (1.125),
485         window.h (1.17): Changed Menu "Attach Tab..." to "Move Tab To...".
486         The corresponding AP attach_document_dialog() is changed to
487         move_document_dialog() too; Also revised preference menus under
488         "Tabbed Editing".
490 2004-02-27 00:53  tksoh
492         * source/window.c (1.124): Bugfix for shrunken upper split panes
493         when documents are detached or attached.
495 2004-02-26 09:54  edg
497         * source/window.c (1.123): Clone tab distance & emulation settings
498         when cloning a document.
500 2004-02-25 02:47  tksoh
502         * source/: menu.c (1.92), window.c (1.122): Made line number
503         display a shell-level item, like the i-search and stats lines. Also
504         fixed few associated bugs.
506 2004-02-23 02:51  n8gray
508         * source/textBuf.c (1.30): Eliminated unnecessary #include.
510 2004-02-21 14:25  yooden
512         * doc/help.etx (1.61), source/help_data.h (1.55),
513         source/help_topic.h (1.47): Fiyes typos in help, adds args[] doc
514         (Tony Balinski), changes mailing list information (Joor Loohuis).
516 2004-02-21 05:45  tksoh
518         * source/: file.c (1.78), macro.c (1.83), menu.c (1.91),
519         preferences.c (1.113), search.c (1.66), shell.c (1.30),
520         smartIndent.c (1.32), tags.c (1.55), undo.c (1.15), userCmds.c
521         (1.41), window.c (1.121), window.h (1.16): Update button state or
522         sensitivity of the main menus only if the document being worked on
523         is on top. This prevent the macro operation from updating the menu
524         buttons incorrectly, when acting on documents currently not on top.
526 2004-02-20 09:27  tksoh
528         * source/menu.c (1.90): Corrected mnemonic of 'Last Viewed Tab'
529         menu.
531 2004-02-19 06:33  tksoh
533         * source/nedit.c (1.64): Added missing -group option in nedit
534         command line help message.
536 2004-02-19 06:23  tksoh
538         * doc/help.etx (1.60), source/help_data.h (1.54),
539         source/help_topic.h (1.46), source/nc.c (1.39), source/nedit.c
540         (1.63): Added option -group to nc and nedit, to allow opening of
541         group of files as tabs in a new window.
543 2004-02-17 01:01  tksoh
545         * source/window.c (1.120): Fixed coredump when loading tag files,
546         caused by dangling pointer of mode messages.
548 2004-02-16 01:02  tksoh
550         * doc/help.etx (1.59), source/file.c (1.77), source/file.h (1.12),
551         source/help_data.h (1.53), source/help_topic.h (1.45),
552         source/macro.c (1.82), source/menu.c (1.89), source/nc.c (1.38),
553         source/nedit.c (1.62), source/nedit.h (1.47), source/preferences.c
554         (1.112), source/preferences.h (1.39), source/search.c (1.65),
555         source/selection.c (1.27), source/server.c (1.25), source/tags.c
556         (1.54), source/window.c (1.119): Applied SF patch #893177: modeless
557         tabbed windows.
559 2004-02-14 02:22  tksoh
561         * source/window.c (1.118): Bugfix: top BG menu tearoffs were not
562         closed before switching         tabbed document.
564 2004-02-13 12:32  tksoh
566         * source/window.c (1.117): Close all BG menu tearoffs before
567         switching tabbed document.  BG menu is local to each document, so
568         should not stay up when its parent doc isn't.
570 2004-02-13 07:53  tksoh
572         * source/window.c (1.116): Bugfix: banner not cleared after loading
573         tag files, etc.
575 2004-02-10 22:29  yooden
577         * Microline/XmL/Folder.c (1.3), source/file.c (1.76),
578         source/window.c (1.115): Removes some warnings.
580 2004-02-10 14:25  tringali
582         * source/nedit.c (1.61): Fix reversed tab accelerators in LessTif
584 2004-02-10 02:00  tringali
586         * source/nedit.c (1.60): Fix for tab accelerators in LessTif; avoid
587         trapping Alt+Shift+arrow too.
589 2004-02-09 11:02  edg
591         * source/window.c (1.114): Added missing shell/macroMenuValid
592         initializations.
594 2004-02-09 09:45  tksoh
596         * source/: rangeset.c (1.10), rangeset.h (1.5), window.c (1.113):
597         Bugfix for: 1) coredump when detaching/attaching document
598         containing    destroyed rangeset; 2) after being detached/attached,
599         colors of subsequently    added rangesets were not refreshed
600         immediately.
602 2004-02-09 04:16  tksoh
604         * source/window.c (1.112): Applied workaround for partially
605         (bottom) obscured text area of new tabs on OM-2.1.30, and perhaps
606         other Motifs also?
608 2004-02-08 02:49  tksoh
610         * source/window.c (1.111): Applied workaround for coredump when
611         closing tabs in the middle of keystrokes learning, by clicking on
612         the close-tab button. See comment of closeTabCB() for detail.
614 2004-02-08 01:46  tksoh
616         * source/window.c (1.110): Bugfix: stats or i-search line might
617         come up concealed on new windows, if the tab bar was set to be
618         always displayed.
620 2004-02-07 15:44  tringali
622         * source/: menu.c (1.88), menu.h (1.9), nedit.h (1.46), window.c
623         (1.109): Tab context menu via TK Soh, from SF patch 891679
625 2004-02-07 02:20  tringali
627         * source/nedit.c (1.59): - Visual for inactive tabs: use a lighter
628         grey foreground.  Ideally we'd make the   active tab boldface, but
629         that requires mucking about with fonts.  - Non-emacs accelerators
630         for tab navigation: Alt-Left,Alt-Right,Alt-Home
632 2004-02-05 07:29  tksoh
634         * source/window.c (1.108): Bugfix for missing BG menus in second
635         and subsequent tabbed docs.
637 2004-02-04 08:44  tksoh
639         * source/: file.c (1.75), menu.c (1.87), nedit.h (1.45), window.c
640         (1.107), window.h (1.15): Create tabbed document in background, to
641         avoid unnecessary updates on the user menus. This reduces the
642         flickers on the tearoffs of the user menus. It also speeds up the
643         process of opening multiple files, particularly those of the same
644         language modes.
646 2004-02-03 14:26  edg
648         * source/preferences.c (1.111): Fix for SF bug #887581: /*
649         Uncomment */ macro problem.
651 2004-02-03 08:25  edg
653         * ChangeLog (1.36): Regenerated (cvs2cl.pl -b -r -t --accum --gmt).
655 2004-02-03 08:18  edg
657         * source/macro.c (1.81): Fix for SF bug #889444: rangeset_add(rs1,
658         rs2) fails if rs1, rs2 is empty.
660 2004-02-03 07:27  tksoh
662         * source/preferences.c (1.110): Bugfix: nedit.tabbedMode was not
663         saved to nedit.rc file.
665 2004-02-03 07:27  tksoh
667         * source/preferences.c (1.110): Bugfix: nedit.tabbedMode was not
668         saved to nedit.rc file.
670 2004-01-29 11:03  tksoh
672         * source/smartIndent.c (1.31): Applied workaround for Motif
673         crash-with-tearoffs bug to Smart Indent dialog. Any more?
675 2004-01-29 10:53  tksoh
677         * source/highlightData.c (1.61), source/window.c (1.106),
678         util/misc.c (1.62), util/misc.h (1.22): Applied workaround for
679         Motif crash-with-tearoffs bug to Syntax Highlighting Patterns
680         dialog.
682 2004-01-28 01:50  tksoh
684         * doc/help.etx (1.58), source/help_data.h (1.52),
685         source/help_topic.h (1.44), source/preferences.c (1.109): A sort of
686         fix for SF Bug #883894: removed normal non-whitespace text
687         characters from the default backlighting list, so that those
688         characters will be displayed with the background color as defined
689         by the nedit.textBgColor resource - unless overridden by syntax
690         highlighting.
692 2004-01-27 18:02  tksoh
694         * source/: userCmds.c (1.40), window.c (1.105): When switching
695         tabs, only update Macro/Shell/BG menus only if the language mode
696         has changed, to reduce flickers on the tearoffs.
698 2004-01-27 17:44  tksoh
700         * source/preferences.c (1.108): Fix for SF bug #884862: typo in
701         class names of preference resources.
703 2004-01-26 09:23  tksoh
705         * source/: macro.c (1.80), macro.h (1.6), nedit.h (1.44), shell.c
706         (1.29), shell.h (1.7), window.c (1.104): Mode message display was
707         not handled properly as we switch between documents.
709 2004-01-20 03:31  tksoh
711         * source/window.c (1.103): fixed compiling warning on use of
712         undeclared function.
714 2004-01-20 02:48  tksoh
716         * source/: rangeset.c (1.9), rangeset.h (1.4), window.c (1.102):
717         Transfer rangeset info when attaching/detaching tabs (Uwe Lehnert)
719 2004-01-16 11:49  edg
721         * source/file.c (1.74): Fix for SF bug #878183: File deleted. 
722         Don't delete incremental backup files when incremental backups are
723         off.
725 2004-01-16 09:18  edg
727         * source/highlightData.c (1.60), source/preferences.c (1.107),
728         source/search.c (1.64), source/userCmds.c (1.39), util/misc.c
729         (1.61), util/misc.h (1.21): Applied the "OpenMotif sticky radio
730         button" workaround to all radio buttons.
732 2004-01-16 02:59  tksoh
734         * doc/help.etx (1.57), source/file.c (1.73), source/help_data.h
735         (1.51), source/help_topic.h (1.43), source/macro.c (1.79),
736         source/menu.c (1.86), source/nedit.c (1.58), source/nedit.h (1.43),
737         source/preferences.c (1.106), source/preferences.h (1.38),
738         source/search.c (1.63), source/server.c (1.24), source/userCmds.c
739         (1.38), source/window.c (1.101), source/window.h (1.14): Phase one
740         of Buffers-to-Documents conversion.
742 2004-01-15 07:59  tksoh
744         * source/window.c (1.100): Bugfix: always update Macro & Shell
745         menus when raising a buffer,         so that the keyboard shortcuts
746         are refreshed properly.
747         
748         We'll worry about the visual optimization later.
750 2004-01-13 15:49  edg
752         * source/window.c (1.99): Prevent some (harmless) uninitialized
753         variable accesses when creating a geometry string.
755 2004-01-13 14:46  tringali
757         * source/window.c (1.98): Workaround for bug in OpenMotif 2.1 and
758         2.2.  If you have an active tear-off menu from a TopLevelShell that
759         is a child of an ApplicationShell, and then close the parent
760         window, Motif crashes.  The problem doesn't happen if you close the
761         tear-offs first, so, we programatically close them before
762         destroying the shell widget.
764 2004-01-13 02:45  tksoh
766         * source/preferences.c (1.105): Fixed coredump when changing
767         language mode via 'Language Mode' tearoff menu.
769 2004-01-12 17:31  edg
771         * makefiles/Makefile.cygwin (1.8): Added check_tif_rule for Cygwin.
773 2004-01-12 17:09  edg
775         * source/highlight.c (1.45): Bug fix for crash in highlighting
776         dialog, reported by Joerg Fischer.  Error pattern of color-only
777         patterns was copied erroneously.
779 2004-01-10 06:12  tksoh
781         * source/userCmds.c (1.37): Fixed coredump when invoking
782         Macro/Shell/Background commands from tear-offs.
784 2004-01-09 05:56  tksoh
786         * source/userCmds.c (1.36): Bugfix: when invoked by keyboard
787         shoft-cuts, macro and shell commands were always executed in the
788         first buffer created, or coredumped if the first buffer had been
789         closed.
791 2004-01-08 06:19  tksoh
793         * source/: macro.c (1.78), macro.h (1.5), shell.c (1.28), shell.h
794         (1.6), window.c (1.97): Bugfix: cursor and statsline now reflect if
795         macro/shell commands are in progress in each individual buffer.
797 2004-01-06 06:25  n8gray
799         * source/macro.c (1.77): Patch monkey see, patch monkey do.  Tony
800         says fix rangeset bug, patch monkey fix rangeset bug.  Ook.  Fixes
801         SF bug #871209
803 2004-01-06 02:38  tksoh
805         * source/: menu.c (1.85), userCmds.c (1.35), window.c (1.96):
806         Improved handling of tear-off (Macro, Shell and Windows) menus:   
807         i) fixed shrink-expand bugs;   ii) tear-offs stay up when buffers
808         are closed.
810 2004-01-02 10:32  tksoh
812         * source/window.c (1.95): window manager's size hints should follow
813         the top buffer.
815 2003-12-31 02:25  tksoh
817         * source/window.c (1.94): Bugfix: bookmarks were lost when
818         detaching/attaching buffers. (Uwe Lehnert)
820 2003-12-31 01:22  tksoh
822         * source/window.c (1.93): Bugfix for crash when navigating through
823         buffers.
825 2003-12-30 15:32  tringali
827         * source/nedit.c (1.57): Also put back XmLFolder resources.
829 2003-12-30 15:19  tringali
831         * source/nedit.c (1.56): Revert to fallback resources.  The merging
832         didn't work as I expected.
834 2003-12-29 10:58  tksoh
836         * source/window.c (1.92): Applied temporary workaround for
837         disappearing-text-window bug when linking to Lesstif (ver 0.93.18 &
838         0.93.46 tested)
840 2003-12-28 17:30  tringali
842         * source/nedit.c (1.55): New default resource scheme.  We enter
843         resources directly via Xrm calls, instead of fallback resources. 
844         This should avoid version skew problems when an app-defaults file
845         has been installed against our wishes.  In particular, when there
846         is an app-defaults file out there, we should now merge all the
847         built-in and external resources.  Fallback resources would simply
848         discard the built-in resources in favor of the ones in the file,
849         and this frequently would cause missing resources if the file was
850         out of date.
852 2003-12-28 17:25  yooden
854         * source/: highlightData.c (1.59), preferences.c (1.104): Changes
855         LaTeX patterns (Jörg Fischer) and adds comment macro (Sergei
856         Haller).
858 2003-12-28 17:25  tringali
860         * source/window.c (1.91): Remove hardcoded visual resources for tab
861         widget, in favor of resources that can be overridden.
863 2003-12-28 16:26  yooden
865         * source/: help_data.h (1.50), help_topic.h (1.42), highlightData.c
866         (1.58): Adds $args[] to the NEdit Macro pattern.
868 2003-12-26 10:14  tksoh
870         * source/window.c (1.90): bugfix: text colors not correctly set for
871         new tabs.
873 2003-12-25 07:09  tksoh
875         * Makefile (1.13): Committed patch #569287: tabbed buffers mode.
877 2003-12-25 06:55  tksoh
879         * Microline/XmL/Folder.c (1.2), Microline/XmL/FolderP.h (1.2),
880         Microline/XmL/Makefile.common (1.1),
881         Microline/XmL/Makefile.dependencies (1.1), Microline/XmL/XmL.h
882         (1.2), Xlt/BubbleButton.c (1.3), Xlt/BubbleButton.h (1.2),
883         Xlt/BubbleButtonP.h (1.2), Xlt/Makefile.common (1.1),
884         Xlt/Makefile.dependencies (1.1), Xlt/SlideC.c (1.2), doc/help.etx
885         (1.56), source/Makefile.common (1.16), source/file.c (1.72),
886         source/file.h (1.11), source/highlight.c (1.44), source/highlight.h
887         (1.12), source/interpret.c (1.36), source/macro.c (1.76),
888         source/menu.c (1.84), source/menu.h (1.8), source/nc.c (1.37),
889         source/nedit.c (1.54), source/nedit.h (1.42), source/preferences.c
890         (1.103), source/preferences.h (1.37), source/search.c (1.62),
891         source/search.h (1.21), source/selection.c (1.26), source/server.c
892         (1.23), source/shell.c (1.27), source/smartIndent.c (1.30),
893         source/tags.c (1.53), source/text.h (1.18), source/userCmds.c
894         (1.34), source/window.c (1.89), source/window.h (1.13): Committed
895         patch #569287: tabbed buffers mode.
897 2003-12-24 07:41  tksoh
899         * Xlt/BubbleButton.c (1.2): Bugfix: XltNbubbleString could not be
900         changed after an XltBubbleButton         widget has been created.
902 2003-12-23 21:54  slobasso
904         * doc/help.etx (1.55): docs for new $args[] array and removed 9 arg
905         limit for macros
907 2003-12-23 10:53  yooden
909         * source/file.c (1.71): Adds a warning to root if he wants to write
910         read-only files.
912 2003-12-23 08:34  tksoh
914         * Xlt/: BubbleButton.c (1.1), BubbleButton.h (1.1), BubbleButtonP.h
915         (1.1), SlideC.c (1.1), SlideC.h (1.1), SlideCP.h (1.1): Importing
916         the original code for XltBubbleButton from the Xlt Widget Set
917         version 9.2.9 (http://xlt.soureforge.net).
919 2003-12-21 01:43  tksoh
921         * Microline/: Makefile (1.1), Makefile.in (1.1), XmL/Folder.c
922         (1.1), XmL/Folder.h (1.1), XmL/FolderP.h (1.1), XmL/Grid.c (1.1),
923         XmL/Grid.h (1.1), XmL/GridP.h (1.1), XmL/GridUtil.c (1.1),
924         XmL/Makefile (1.1), XmL/Makefile.in (1.1), XmL/Progress.c (1.1),
925         XmL/Progress.h (1.1), XmL/ProgressP.h (1.1), XmL/Tree.c (1.1),
926         XmL/Tree.h (1.1), XmL/TreeP.h (1.1), XmL/XmL.c (1.1), XmL/XmL.h
927         (1.1), XmL/XmL.uih (1.1), examples/Makefile (1.1),
928         examples/Makefile.in (1.1), examples/demo.c (1.1),
929         examples/folder1.c (1.1), examples/folder2.c (1.1),
930         examples/folder3.c (1.1), examples/folder4.c (1.1),
931         examples/grid1.c (1.1), examples/grid2.c (1.1), examples/grid3.c
932         (1.1), examples/grid4.c (1.1), examples/grid5.c (1.1),
933         examples/grid6.c (1.1), examples/prog1.c (1.1), examples/prog2.c
934         (1.1), examples/prog3.c (1.1), examples/tree1.c (1.1),
935         examples/tree2.c (1.1), examples/tree3.c (1.1), examples/tree4.c
936         (1.1), examples/tree5.c (1.1), examples/uil1.c (1.1),
937         examples/uil1.uil (1.1), examples/util1.c (1.1), man/XmLArrayAdd.3x
938         (1.1), man/XmLArrayDel.3x (1.1), man/XmLArrayFree.3x (1.1),
939         man/XmLArrayGet.3x (1.1), man/XmLArrayGetCount.3x (1.1),
940         man/XmLArrayMove.3x (1.1), man/XmLArrayNew.3x (1.1),
941         man/XmLArrayReorder.3x (1.1), man/XmLArraySet.3x (1.1),
942         man/XmLArraySort.3x (1.1), man/XmLCreateFolder.3x (1.1),
943         man/XmLCreateGrid.3x (1.1), man/XmLCreateProgress.3x (1.1),
944         man/XmLCreateTree.3x (1.1), man/XmLCvtStringToUChar.3x (1.1),
945         man/XmLDateDaysInMonth.3x (1.1), man/XmLDateWeekDay.3x (1.1),
946         man/XmLDrawnButtonSetType.3x (1.1), man/XmLFolder.3x (1.1),
947         man/XmLFolderAddBitmapTab.3x (1.1),
948         man/XmLFolderAddBitmapTabForm.3x (1.1), man/XmLFolderAddTab.3x
949         (1.1), man/XmLFolderAddTabForm.3x (1.1),
950         man/XmLFolderSetActiveTab.3x (1.1), man/XmLFontListCopyDefault.3x
951         (1.1), man/XmLFontListGetDimensions.3x (1.1), man/XmLGrid.3x (1.1),
952         man/XmLGridAddColumns.3x (1.1), man/XmLGridAddRows.3x (1.1),
953         man/XmLGridColumnIsVisible.3x (1.1), man/XmLGridCopyPos.3x (1.1),
954         man/XmLGridCopySelected.3x (1.1), man/XmLGridDeleteAllColumns.3x
955         (1.1), man/XmLGridDeleteAllRows.3x (1.1),
956         man/XmLGridDeleteColumns.3x (1.1), man/XmLGridDeleteRows.3x (1.1),
957         man/XmLGridDeselectAllCells.3x (1.1),
958         man/XmLGridDeselectAllColumns.3x (1.1),
959         man/XmLGridDeselectAllRows.3x (1.1), man/XmLGridDeselectCell.3x
960         (1.1), man/XmLGridDeselectColumn.3x (1.1),
961         man/XmLGridDeselectRow.3x (1.1), man/XmLGridEditBegin.3x (1.1),
962         man/XmLGridEditCancel.3x (1.1), man/XmLGridEditComplete.3x (1.1),
963         man/XmLGridGetColumn.3x (1.1), man/XmLGridGetFocus.3x (1.1),
964         man/XmLGridGetRow.3x (1.1), man/XmLGridGetSelectedCellCount.3x
965         (1.1), man/XmLGridGetSelectedCells.3x (1.1),
966         man/XmLGridGetSelectedColumnCount.3x (1.1),
967         man/XmLGridGetSelectedColumns.3x (1.1),
968         man/XmLGridGetSelectedRow.3x (1.1),
969         man/XmLGridGetSelectedRowCount.3x (1.1),
970         man/XmLGridGetSelectedRows.3x (1.1), man/XmLGridMoveColumns.3x
971         (1.1), man/XmLGridMoveRows.3x (1.1), man/XmLGridPaste.3x (1.1),
972         man/XmLGridPastePos.3x (1.1), man/XmLGridRead.3x (1.1),
973         man/XmLGridReadPos.3x (1.1), man/XmLGridRedrawAll.3x (1.1),
974         man/XmLGridRedrawCell.3x (1.1), man/XmLGridRedrawColumn.3x (1.1),
975         man/XmLGridRedrawRow.3x (1.1), man/XmLGridReorderColumns.3x (1.1),
976         man/XmLGridReorderRows.3x (1.1), man/XmLGridRowColumnToXY.3x (1.1),
977         man/XmLGridRowIsVisible.3x (1.1), man/XmLGridSelectAllCells.3x
978         (1.1), man/XmLGridSelectAllColumns.3x (1.1),
979         man/XmLGridSelectAllRows.3x (1.1), man/XmLGridSelectCell.3x (1.1),
980         man/XmLGridSelectColumn.3x (1.1), man/XmLGridSelectRow.3x (1.1),
981         man/XmLGridSetFocus.3x (1.1), man/XmLGridSetStrings.3x (1.1),
982         man/XmLGridSetStringsPos.3x (1.1), man/XmLGridWrite.3x (1.1),
983         man/XmLGridWritePos.3x (1.1), man/XmLGridXYToRowColumn.3x (1.1),
984         man/XmLMessageBox.3x (1.1), man/XmLPixmapDraw.3x (1.1),
985         man/XmLProgress.3x (1.1), man/XmLRectIntersect.3x (1.1),
986         man/XmLShellOfWidget.3x (1.1), man/XmLSort.3x (1.1),
987         man/XmLStringDraw.3x (1.1), man/XmLStringDrawDirection.3x (1.1),
988         man/XmLTree.3x (1.1), man/XmLTreeAddRow.3x (1.1),
989         man/XmLTreeAddRows.3x (1.1), man/XmLWarning.3x (1.1): Importing
990         Mozilla's Microline3.0 (XmL) library on the
991         MozillaSourceClassic_19981026_BRANCH branch, which has been
992         recently relicensed as MPL 1.1/GPL 2.0/LGPL 2.1.
993         
994         The original source tree for Microline3.0 can be obtained here:
995         
996            % cvs -d:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot \
997              co -r MozillaSourceClassic_19981026_BRANCH \
998              mozilla/cmd/xfe/Microline3.0/
1000 2003-12-19 23:23  slobasso
1002         * source/: interpret.c (1.35), interpret.h (1.14), macro.c (1.75),
1003         parse.y (1.27), parse_noyacc.c (1.8): added new $args[] array and
1004         removed 9 arg limit for macros
1006 2003-12-13 18:16  yooden
1008         * util/prefFile.c (1.22): Removes unneeded variable.
1010 2003-12-09 17:55  slobasso
1012         * doc/: .cvsignore (1.3), help.etx (1.54), nedit.pod (1.3): docs
1013         for -svrname change
1015 2003-12-09 12:57  edg
1017         * source/nedit.c (1.53): Adapted the nedit.helpForm.* resource spec
1018         to the changed widget hierarchy (now nedit.help.helpForm.*) to make
1019         mouse navigation in help windows operational again.
1021 2003-12-07 22:48  yooden
1023         * source/: highlightData.c (1.57), preferences.c (1.102): Adds a
1024         'recursion level' to shell pattern set (see SF bug #770855).
1026 2003-12-07 15:56  yooden
1028         * util/prefFile.c (1.21): Removes double file access to verify pref
1029         file read.
1031 2003-12-05 00:05  slobasso
1033         * source/nedit.c (1.52): default to server if server name is
1034         supplied
1036 2003-12-05 00:01  slobasso
1038         * source/nc.c (1.36): add missing trailing newline to usage
1040 2003-12-04 19:07  slobasso
1042         * source/menu.c (1.83): first pass at neditdb corruption cleanup
1044 2003-12-04 09:52  edg
1046         * source/window.c (1.88): Renamed the window shell from "text" to
1047         "textShell" to avoid resource matching ambiguities with the real
1048         text widget.
1050 2003-11-26 21:58  yooden
1052         * doc/help.etx (1.53): Added documentation for
1053         nedit.undoModifiesSelection
1055 2003-11-24 17:41  edg
1057         * doc/Makefile (1.6): Remove generated man pages when cleaning.
1059 2003-11-22 13:03  edg
1061         * ChangeLog (1.35), Makefile (1.12), README (1.32), ReleaseNotes
1062         (1.23), doc/Makefile (1.5), doc/NEdit.ad (1.4), doc/help.etx
1063         (1.52), doc/nc.pod (1.2), doc/nedit.pod (1.2), doc/setext (1.11),
1064         makefiles/Makefile.bsdi (1.6), makefiles/Makefile.ccur (1.6),
1065         makefiles/Makefile.freebsd (1.6), makefiles/Makefile.generic
1066         (1.11), makefiles/Makefile.macosx (1.5), makefiles/Makefile.netbsd
1067         (1.6), makefiles/Makefile.openbsd (1.4), makefiles/Makefile.solaris
1068         (1.10), source/file.c (1.70), source/help_data.h (1.49),
1069         source/help_topic.h (1.41), source/highlight.c (1.43),
1070         source/highlight.h (1.11), source/highlightData.c (1.56),
1071         source/interpret.c (1.34), source/macro.c (1.74), source/menu.c
1072         (1.82), source/nc.c (1.35), source/nedit.c (1.51), source/nedit.h
1073         (1.41), source/preferences.c (1.101), source/rangeset.c (1.8),
1074         source/rangeset.h (1.3), source/search.c (1.61), source/search.h
1075         (1.20), source/server.c (1.22), source/tags.c (1.52), source/text.c
1076         (1.45), source/textBuf.c (1.29), source/textBuf.h (1.15),
1077         source/textDisp.c (1.54), source/textDisp.h (1.24), source/window.c
1078         (1.87), util/check_lin_tif.c (1.7), util/getfiles.c (1.27),
1079         util/misc.c (1.60), util/prefFile.c (1.20), util/system.h (1.13):
1080         Merged 5.4 release branch with main trunk.
1082 2003-11-20 18:37  edg
1084         * ReleaseNotes, source/nc.c, source/server.c (BETA-5-4.[6,5,3])
1085         (utags: REL-5-4): Fix for nc -lm and -geometry command line options
1086         being dropped in some cases.
1088 2003-11-19 17:22  edg
1090         * Makefile (tags: REL-5-4) (BETA-5-4.5): 5.4RC2 -> 5.4.
1092 2003-11-19 13:50  edg
1094         * ChangeLog (tags: REL-5-4) (BETA-5-4.3): Regenerated (cvs2cl.pl -b
1095         -r -t --accum --gmt).
1097 2003-11-19 13:44  edg
1099         * README (tags: REL-5-4), ReleaseNotes, source/help_data.h (tags:
1100         REL-5-4), source/help_topic.h (tags: REL-5-4) (BETA-5-4.[7,5,9,6]):
1101         Bumped version number to 5.4.
1103 2003-11-18 15:11  edg
1105         * source/menu.c (1.81): Fix for SF bug #844395: SGI_CUSTOM overtype
1106         crash.
1108 2003-11-18 12:16  edg
1110         * util/fileUtils.c (1.31): Decreased the threshold for MAC file
1111         format detection to 1 carriage return instead of 2.
1113 2003-11-17 10:13  edg
1115         * util/prefFile.c (BETA-5-4.1): Fix for nc crash on VMS (Michael
1116         Smith).
1118 2003-11-16 13:50  yooden
1120         * doc/help.etx (1.51): Fixed wrong documentation of $sub_sep,
1121         pointed out by Jörg Fischer.
1123 2003-11-14 23:46  yooden
1125         * source/: file.c (1.69), smartIndent.c (1.29): Fixes two small
1126         bugs: Wrong block and wrong argc.
1128 2003-11-14 00:19  n8gray
1130         * README, makefiles/Makefile.macosx (BETA-5-4.[6,2]): Reworked the
1131         OS X makefile and added a note about building on OS X to the
1132         README.
1134 2003-11-13 07:09  n8gray
1136         * util/check_lin_tif.c (BETA-5-4.7): Changed error/warning messages
1137         to be non-Linux-centric.
1139 2003-11-08 00:15  yooden
1141         * source/file.c (1.68): Changes typo in resource name.
1143 2003-11-07 17:27  edg
1145         * doc/help.etx, source/help_data.h, source/macro.c
1146         (BETA-5-4.[9,8,4]): Removed the bogus rgb values from the array
1147         returned by get_pattern_by_name().  Prevented the special "top"
1148         pattern from showing up in the array returned by
1149         get_style_at_pos().  Various minor code cleanups and comment fixes.
1150          (Mostly contributed by Tony Balinski).
1152 2003-11-03 16:31  edg
1154         * doc/help.etx, source/help_data.h, source/highlight.c,
1155         source/highlight.h, source/macro.c (BETA-5-4.[8,7,1,1,3]): Changed
1156         the "extension" field returned by get_pattern_at_pos() to "extent"
1157         and added an "extent" field to the return value of
1158         get_style_at_pos().
1160 2003-10-24 15:29  edg
1162         * doc/help.etx (BETA-5-4.7): Typo fix (Yury).
1164 2003-10-24 10:51  edg
1166         * doc/help.etx (1.50), source/help_data.h (1.48), source/text.c
1167         (1.44): Extended scroll_down() and scroll_up() such that one can
1168         specify a scroll unit (lines or pages, default: lines) and
1169         corrected the behaviour for CTRL + mouse wheel (scrolling no longer
1170         moves the cursor nor destroys the selection).
1172 2003-10-22 20:05  tringali
1174         * source/help.c (1.96), source/highlightData.c (1.55),
1175         source/nedit.c (1.50), source/nedit.h (1.40), source/preferences.c
1176         (1.100), source/smartIndent.c (1.28), source/textSel.c (1.13),
1177         source/userCmds.c (1.33), source/window.c (1.86),
1178         util/check_lin_tif.c (1.6), util/misc.c (1.59), util/misc.h (1.20):
1179         Changed widget hierarchy so we have a single (hidden) top-level
1180         application shell.  All the top-level windows (editors, syntax,
1181         macros, etc.) are now TopLevelShell children of the application
1182         shell.  This is the standard way of structuring multiple-window
1183         applications, and we've been standing on our heads trying to work
1184         around problems the old approach causes (no visual propogation to
1185         children, no way to address types of top-level windows by name in
1186         resources, session management bugs, etc).  Some advanced X resource
1187         customizations may need to change, but for the better, I think.
1189 2003-10-20 16:38  tringali
1191         * source/interpret.c (tags: BETA-5-4-RC2) (BETA-5-4.1): Change
1192         #define to be in column 0; some compilers will not accept this
1193         indented.
1195 2003-10-20 13:59  edg
1197         * ChangeLog (tags: BETA-5-4-RC2) (BETA-5-4.2): Regenerated
1198         (cvs2cl.pl -b -r -t --accum  --gmt).
1200 2003-10-20 08:29  edg
1202         * doc/nc.man, doc/nedit.man, source/help_data.h,
1203         source/help_topic.h (BETA-5-4.[2,2,6,5]) (utags: BETA-5-4-RC2):
1204         Regenerated for 5.4RC2.
1206 2003-10-20 08:25  edg
1208         * doc/Makefile (tags: BETA-5-4-RC2) (BETA-5-4.2): Use double suffix
1209         rule for man page generation iso. GNU make extension.
1211 2003-10-15 23:08  yooden
1213         * doc/help.etx, source/help_data.h, source/help_topic.h,
1214         source/nc.c (BETA-5-4.[6,5,4,4]): New documentation for nc.
1216 2003-10-14 10:56  edg
1218         * doc/: nc.man, nedit.man (BETA-5-4.[1,1]): Regenerated.
1220 2003-10-14 10:54  edg
1222         * doc/nedit.pod (1.1): file nedit.pod was initially added on branch
1223         BETA-5-4.
1225 2003-10-14 10:54  edg
1227         * doc/nc.pod (1.1): file nc.pod was initially added on branch
1228         BETA-5-4.
1230 2003-10-14 10:54  edg
1232         * doc/: Makefile, nc.pod, nedit.pod (BETA-5-4.[1,1,1]): Added man
1233         pages in pod format and automatic pod to man page translation.
1235 2003-10-09 15:29  tringali
1237         * util/system.h (BETA-5-4.1): Recognize ia64, cygwin, x86-64,
1238         win32, unixware.
1240 2003-10-09 09:23  edg
1242         * source/nc.c (BETA-5-4.3): Fix for SF #820491: nc -ask hangs when
1243         the user cancels the server startup.
1245 2003-10-02 07:27  edg
1247         * doc/setext (BETA-5-4.2): More HTML generation improvements
1248         (Steven Haehn).
1250 2003-10-01 11:34  edg
1252         * doc/setext (BETA-5-4.1): Bug fixes in HTML generation (Andrew
1253         Hood).
1255 2003-09-28 15:05  edg
1257         * Makefile, README, ReleaseNotes (BETA-5-4.[4,5,4]): 5.4RC2
1258         updates.
1260 2003-09-28 15:03  edg
1262         * doc/NEdit.ad (BETA-5-4.2): Removed trailing whitespace.
1264 2003-09-28 15:03  edg
1266         * makefiles/: Makefile.bsdi, Makefile.freebsd, Makefile.netbsd,
1267         Makefile.openbsd (BETA-5-4.[1,1,1,1]): Added Motif/Lesstif version
1268         check.
1270 2003-09-28 14:18  edg
1272         * makefiles/Makefile.ccur, makefiles/Makefile.generic,
1273         makefiles/Makefile.solaris, source/file.c (BETA-5-4.[1,1,1,4]):
1274         Made USE_ACCESS the default (there's no security risk in the way we
1275         use access()). See also SF #782518.
1277 2003-09-28 14:11  edg
1279         * doc/NEdit.ad (BETA-5-4.1): Updated resources to 5.4.
1281 2003-09-28 14:10  edg
1283         * source/nc.c (BETA-5-4.2): Typo fix: noAsk -> noask.
1285 2003-09-26 19:45  yooden
1287         * source/menu.c (BETA-5-4.3): Removes some references to the old
1288         NEdit file history file name.
1290 2003-09-12 18:24  tringali
1292         * README (BETA-5-4.4): Updates for 5.4
1294 2003-09-08 17:08  edg
1296         * ChangeLog (BETA-5-4.1): Regenerated (cvs2cl.pl -b -r -t --accum
1297         --gmt).
1299 2003-09-08 17:03  edg
1301         * source/rangeset.c (BETA-5-4.5): Fixed integer overflow that
1302         caused infinite loops.
1304 2003-08-26 09:59  edg
1306         * source/rangeset.c (BETA-5-4.4): Crash fix: rangeset name field
1307         not initialized.  Other: rangeset table list field not initialized
1308         (unpredictable first label).
1310 2003-08-24 20:07  yooden
1312         * source/highlightData.c (1.54): Fixed small bug in Shell pattern
1313         set.
1315 2003-08-24 19:02  yooden
1317         * source/highlightData.c (BETA-5-4.3): Changed macro pattern from
1318         accomodate new highlighting information functions.
1320 2003-08-22 16:24  edg
1322         * source/file.c (BETA-5-4.3): Fix for SF bug #792447: "modified by
1323         external..." and directories.
1325 2003-08-21 10:50  edg
1327         * source/file.c (BETA-5-4.2): Moved some statements to avoid
1328         polluting errno before displaying an error dialog.
1330 2003-08-21 06:41  n8gray
1332         * doc/help.etx, source/help_data.h, source/help_topic.h
1333         (BETA-5-4.[5,4,3]): Fixed help lines WRT -foreground and -background 
1334         command-line options.  Also noticed that help text for new rangeset 
1335         API was never generated.
1337 2003-08-15 21:58  n8gray
1339         * source/preferences.c (BETA-5-4.5): Also migrate old colors if
1340         there's no config file.
1342 2003-08-14 22:06  slobasso
1344         * source/menu.c, util/check_lin_tif.c (BETA-5-4.[2,6]): fix
1345         warnings
1347 2003-08-13 23:34  slobasso
1349         * source/nedit.h (BETA-5-4.1): adjust constant for more menu items
1351 2003-08-13 16:22  edg
1353         * source/text.c (BETA-5-4.2): Make KP_Enter behave as Enter
1354         (Execute Command Line used to be bound to KP_Enter but is now bound
1355         to Ctrl+KP_Enter).  (I tried to abort my previous commit when I
1356         realized there was a potential problem, but I failed. Sorry.)
1358 2003-08-13 16:03  edg
1360         * source/text.c (BETA-5-4.1): [no log message]
1362 2003-08-13 16:01  edg
1364         * source/file.c (BETA-5-4.1): Fix for SF bugs #782513: Clicking in
1365         text area requires save and #784442: NEdit thinks unchanged windows
1366         need save.  Additionally: drop read-only attribute when file goes
1367         missing.
1369 2003-08-12 11:47  edg
1371         * source/server.c (BETA-5-4.2): Last commit was a fix for SF bug
1372         #785738: "nc -do ..." creates extra window.
1374 2003-08-12 11:43  edg
1376         * source/server.c (BETA-5-4.1): Avoid creating extra windows when
1377         using "nc -do ..." (Arne).
1379 2003-08-08 16:24  slobasso
1381         * source/rangeset.c (BETA-5-4.3): Only text changes where the text
1382         is actually changed result in ranges being adjusted. This includes
1383         changing hardware tab size.
1385 2003-08-08 16:20  slobasso
1387         * source/window.c (1.85): marks no longer get deleted when hardware
1388         tab size is changed.
1390 2003-08-07 04:42  slobasso
1392         * doc/help.etx, source/macro.c (BETA-5-4.[4,2]): split
1393         get_pattern() and get_style() into get_pattern_by_name(),
1394         get_pattern_at_pos(), get_style_by_name(), and get_style_at_pos()
1396 2003-08-04 22:32  slobasso
1398         * doc/help.etx (BETA-5-4.3): Fix mistake with
1399         rangeset_get_by_name() parameter list.
1401 2003-08-03 17:38  yooden
1403         * source/highlightData.c (1.53), source/menu.c (1.80),
1404         source/preferences.c (1.99), source/preferences.h (1.36),
1405         util/managedList.c (1.13): Removes some unsused functions, function
1406         parameters and fixes a typo.
1408 2003-08-02 21:03  yooden
1410         * source/highlightData.c (BETA-5-4.2): Adds new functions
1411         rangeset_get_by_name() and rangeset_set_name() to the NEdit Macro
1412         syntax highlighting pattern set.
1414 2003-08-01 01:26  n8gray
1416         * source/: textDisp.c, textDisp.h, window.c (BETA-5-4.[1,1,1]):
1417         This should fix the problem where new panes didn't get the correct
1418         colors.  It feels to me like there should be a better way to do
1419         this.
1421 2003-07-31 22:35  n8gray
1423         * source/tags.c (BETA-5-4.1): Fixed error parsing alias blocks in
1424         calltips files.
1426 2003-07-29 17:54  slobasso
1428         * doc/help.etx, source/macro.c, source/rangeset.c,
1429         source/rangeset.h (BETA-5-4.[2,1,2,1]): add name to rangesets and
1430         fix several int/string implicit conversions
1432 2003-07-27 21:37  edg
1434         * util/getfiles.c (BETA-5-4.1): Workaround for Lesstif's "frozen
1435         windows" bug (new windows opened via File->Open dialog are left
1436         without grabs).
1438 2003-07-27 10:03  edg
1440         * source/macro.c (1.73): Another Lesstif Escape key workaround
1441         (list dialog) by Oliver Schmidt.
1443 2003-07-25 14:12  tringali
1445         * source/preferences.c (BETA-5-4.4): Don't save
1446         undoModifiesSelection
1448 2003-07-25 06:50  tksoh
1450         * source/file.c (1.67), util/getfiles.c (1.26), util/misc.c (1.58):
1451         make file-selection dialog modeless when linking to Lesstif, as
1452         workaround for Lesstif bug #566315 - window opened with open-file
1453         dialog ingores all input.
1455 2003-07-24 06:07  n8gray
1457         * source/preferences.c (BETA-5-4.3): Added separator in Colors
1458         dialog and changed buttons so they resize as expected.
1460 2003-07-24 00:21  tringali
1462         * source/nc.c (BETA-5-4.1): update version to 5.4
1464 2003-07-18 15:14  edg
1466         * source/macro.c (1.72), source/shell.c (1.26), util/DialogF.c
1467         (1.28): Applied SF patch #771878: Escape cancels all dialogs.
1469 2003-07-17 11:24  edg
1471         * source/search.c (1.60): Minor Lesstif keyboard focus problem
1472         workaround (Oliver Schmidt).
1474 2003-07-11 10:39  edg
1476         * source/highlightData.c (tags: BETA-5-4-RC1) (BETA-5-4.1):
1477         Thorsten's latest revision of the NEdit Macro patterns (I'm only
1478         acting as an SF proxy).
1480 2003-07-10 18:21  n8gray
1482         * util/check_lin_tif.c (tags: BETA-5-4-RC1) (BETA-5-4.5): Added OM
1483         2.2.3 and LT 0.93.44 to known-bad versions.
1485 2003-06-27 19:55  n8gray
1487         * util/check_lin_tif.c (BETA-5-4.4): Removed the Motif 1.2 vs Motif
1488         2.1 detection in lesstif.  Also changed message that gets printed
1489         when non-lesstif motif is detected to include possibility of OSF
1490         Motif.
1492 2003-06-27 17:49  tringali
1494         * source/nedit.c (tags: BETA-5-4-RC1) (BETA-5-4.1): Stronger locale
1495         checking: handle setting of UTF8 by LC_CTYPE, LC_ALL, LANG and/or
1496         the language via the -xnllanguage switch.
1498 2003-06-27 07:24  edg
1500         * util/misc.c (tags: BETA-5-4-RC1) (BETA-5-4.1): Crash fix for
1501         OpenMotif radio button bug workaround.
1503 2003-06-23 19:44  n8gray
1505         * util/check_lin_tif.c (BETA-5-4.3): Adding all versions of Lesstif
1506         from 0.93.25 to 0.93.41 to known-bad list.
1508 2003-06-23 05:30  n8gray
1510         * util/check_lin_tif.c (BETA-5-4.2): Adding Lesstif 0.93.{36,40} to
1511         the known-bad versions list.
1513 2003-06-22 00:42  n8gray
1515         * doc/help.etx, source/help_data.h, source/help_topic.h
1516         (BETA-5-4.[1,3,2]) (utags: BETA-5-4-RC1): Put my name in the
1517         Written By credits.
1519 2003-06-21 03:02  tringali
1521         * README, ReleaseNotes (BETA-5-4.[3,3]) (utags: BETA-5-4-RC1):
1522         Closed out a pile of bugs.
1524 2003-06-20 21:43  slobasso
1526         * source/: menu.c, search.c, search.h (BETA-5-4.[1,1,1]) (utags:
1527         BETA-5-4-RC1): fixed bug introduced when patch #734202 was merged
1529 2003-06-18 09:54  edg
1531         * source/: rangeset.c, textBuf.c, textBuf.h (BETA-5-4.[1,1,1])
1532         (utags: BETA-5-4-RC1): Fix for rangeset display update bug.
1534 2003-06-16 09:38  edg
1536         * Makefile (tags: BETA-5-4-RC1) (BETA-5-4.3): Renegerating
1537         nedit.doc and nedit.html was a bad idea. Better put them in the
1538         source tarball.
1540 2003-06-16 09:12  edg
1542         * README, ReleaseNotes, source/help_data.h (BETA-5-4.[2,2,2]):
1543         5.4beta -> 5.4BETA
1545 2003-06-16 08:57  edg
1547         * Makefile (BETA-5-4.2): Make sure that nedit.doc and nedit.html
1548         are up-to-date for the dist-bin target.
1550 2003-06-16 08:56  edg
1552         * source/preferences.c (tags: BETA-5-4-RC1) (BETA-5-4.2): Made the
1553         5.4 preference migration conditional.
1555 2003-06-16 08:38  edg
1557         * README, ReleaseNotes (BETA-5-4.[1,1]): Updated time stamps.
1559 2003-06-16 08:38  edg
1561         * source/: help_data.h, help_topic.h (BETA-5-4.[1,1]): Regenerated
1562         to get proper time stamps and 5.4beta label.
1564 2003-06-16 08:36  edg
1566         * Makefile (BETA-5-4.1): Make the build stop when the verify_config
1567         test fails.
1569 2003-06-16 08:35  edg
1571         * util/check_lin_tif.c (BETA-5-4.1): Warning fixes.
1573 2003-06-12 17:35  edg
1575         * makefiles/Makefile.macosx (tags: BETA-5-4-RC1) (BETA-5-4.1):
1576         Added an alternative set of CFLAGS and LIBS for building with Fink
1577         (disabled by default) and added the check_tif rule (Joerg).
1579 2003-06-11 02:45  tksoh
1581         * source/preferences.c (BETA-5-4.1): fixed title in Save
1582         Preferences dialog.
1584 2003-06-08 21:05  edg
1586         * ChangeLog (1.34, BETA-5-4-RC1): Regenerated (cvs2cl.pl -b -r -t
1587         --accum --gmt).
1589 2003-06-06 18:04  edg
1591         * source/: rangeset.c (1.7), textBuf.c (1.28): Fixed a rangeset
1592         implementation flaw that caused all kinds of memory leaks in
1593         different places. Buffers should not have rangeset modification
1594         callbacks when there are no rangesets attached.
1596 2003-06-06 17:13  edg
1598         * util/misc.c (1.57): Window group hints leak fixes.
1600 2003-06-06 17:07  edg
1602         * source/nedit.c (1.49): Use proper resource class name to avoid
1603         uninitialized memory read.
1605 2003-06-06 17:06  edg
1607         * util/misc.h (1.19), ReleaseNotes (1.22), source/search.c (1.59),
1608         util/misc.c (1.56): Workaround for OpenMotif radio button bug (SF
1609         #678198).  (Tested with 6 different Motif flavours/versions).
1611 2003-06-05 22:01  n8gray
1613         * doc/help.etx (1.49), source/help_data.h (1.47),
1614         source/help_topic.h (1.40), source/macro.c (1.71): Changed
1615         calltip() so that "tipKey", "tagKey", and "tipText" are
1616         position-independent optional arguments.  .  WARNING: This WILL
1617         break any existing calltip calls with more than one argument!!!  A
1618         call like calltip(foo, "tipText", pos, bar, ...) needs to be
1619         changed to calltip(foo, pos, "tipText", bar, ...) and calltip(foo,
1620         "tipText") needs to be changed to calltip(foo, -1, "tipText").
1622 2003-06-04 15:34  slobasso
1624         * source/: preferences.c (1.98), window.c (1.84): remove unused
1625         variables
1627 2003-06-02 15:18  edg
1629         * source/menu.c (1.79): Fixed wrong title in Exit dialog.
1631 2003-05-29 21:07  tringali
1633         * util/fontsel.h (1.9): Match function declaration to definition
1635 2003-05-28 08:26  edg
1637         * source/preferences.c (1.97): Added an automatic upgrade routine
1638         for the changed "wc" shell command.
1640 2003-05-27 22:32  yooden
1642         * source/preferences.c (1.96): Replaces csh-specific scriptlet with
1643         awklet.
1645 2003-05-27 21:31  tringali
1647         * source/window.c (1.83): Propogate colors to new windows on
1648         opening (744294)
1650 2003-05-27 15:55  edg
1652         * source/preferences.c (1.95): Automatically add Identifier2 text
1653         drawing style when upgrading to 5.4.
1655 2003-05-26 09:10  edg
1657         * ChangeLog (1.33): Regenerated (cvs2cl.pl -b -r -t --accum --gmt).
1659 2003-05-26 09:07  edg
1661         * ReleaseNotes (1.21): Added bugs #559902, 561659, 526981, and
1662         582469.
1664 2003-05-26 08:16  edg
1666         * source/search.c (1.58): Committed SF patch #559902: Show Matching
1667         Range Bugfix (Tom Heathcote).
1669 2003-05-25 15:55  edg
1671         * doc/help.etx (1.48), source/help_data.h (1.46),
1672         source/help_topic.h (1.39), source/highlightData.c (1.52),
1673         source/macro.c (1.70), source/menu.c (1.78), source/preferences.c
1674         (1.94), source/preferences.h (1.35): Removed and disabled some of
1675         the backlighting functionality and marked it as being experimental
1676         (for the 5.4 release).
1678 2003-05-24 19:15  tringali
1680         * source/: menu.c (1.77), nedit.h (1.39), preferences.c (1.93),
1681         preferences.h (1.34), window.c (1.82): Simplified the color dialog
1682         box so that all colors are global.  Plug some leaks when parsing
1683         color names.  Table-drive color settings to reduce duplicate code.
1685 2003-05-24 18:36  tringali
1687         * util/check_lin_tif.c (1.5): Allow Motif 2.1.x instead of just
1688         update level 30.  We've delivered NEdit with these configurations
1689         and they work fine.
1691 2003-05-24 13:11  yooden
1693         * source/highlightData.c (1.51): Fixed missing escape in NEdit
1694         Macro highlighting pattern.
1696 2003-05-23 14:27  tringali
1698         * source/nedit.c (1.48): Avoid a crash when trying to drag widgets
1699         (not text) in non-default visual.  This appears to be a OSF Motif
1700         bug so we just disable dragging entirely.  Not a great solution.
1702 2003-05-23 10:58  edg
1704         * ReleaseNotes (1.20): Added bug #715767.
1706 2003-05-23 07:48  edg
1708         * source/preferences.c (1.92): Removed autoload.nm from NEdit macro
1709         recognition patterns again (covered by .nm) and made the upgrade
1710         routines also work for people who already upgraded to the post-5.3
1711         preference format.
1713 2003-05-22 22:12  yooden
1715         * source/: preferences.c (1.91), highlightData.c (1.50): New
1716         version of NEdit Macro syntax highlighting patterns.
1718 2003-05-22 22:00  edg
1720         * source/highlightData.c (1.49): Small update to the Python
1721         highlighting patterns (due to changed delimiters).
1723 2003-05-22 21:56  edg
1725         * source/preferences.c (1.90): Defined a non-default set of
1726         delimiters for Python mode.  Added autoload.nm to the recognition
1727         patterns for NEdit Macro mode.  Added nedit.rc to the recognition
1728         patterns for X Resources mode.  Added a 5.3 to 5.4 upgrade routine
1729         for the 3 changes above.
1731 2003-05-20 05:41  n8gray
1733         * source/macro.c (1.69): Committing Tom Heathcote's minor rangeset
1734         patch.  If it breaks everything blame him.  :-)
1736 2003-05-20 00:27  n8gray
1738         * Makefile (1.11), makefiles/Makefile.aix (1.7),
1739         makefiles/Makefile.bsdi (1.5), makefiles/Makefile.ccur (1.5),
1740         makefiles/Makefile.convex (1.5), makefiles/Makefile.cygwin (1.7),
1741         makefiles/Makefile.dcosx (1.5), makefiles/Makefile.dec (1.6),
1742         makefiles/Makefile.depend (1.5), makefiles/Makefile.freebsd (1.5),
1743         makefiles/Makefile.generic (1.10), makefiles/Makefile.hpux (1.5),
1744         makefiles/Makefile.linux (1.11), makefiles/Makefile.lynx (1.6),
1745         makefiles/Makefile.m88k.svr4 (1.5), makefiles/Makefile.macosx
1746         (1.4), makefiles/Makefile.netbsd (1.5), makefiles/Makefile.openbsd
1747         (1.3), makefiles/Makefile.os2 (1.14), makefiles/Makefile.osf (1.6),
1748         makefiles/Makefile.qnx (1.3), makefiles/Makefile.reliant (1.5),
1749         makefiles/Makefile.sco (1.6), makefiles/Makefile.sgi (1.5),
1750         makefiles/Makefile.solaris (1.9), makefiles/Makefile.sunos (1.5),
1751         makefiles/Makefile.superux (1.5), makefiles/Makefile.uhc (1.5),
1752         makefiles/Makefile.ultrix (1.5), makefiles/Makefile.unicos (1.7),
1753         makefiles/Makefile.unixware (1.6), util/Makefile.common (1.8),
1754         util/check_lin_tif.c (1.4): Added verify_config target to all
1755         Makefiles.  On most platforms it does nothing, but on Linux it
1756         triggers a check of the *tif version.  This should also probably be
1757         enabled on openbsd, freebsd, and any other platform where
1758         OpenMotif/Lesstif use is common, but I'll leave that to people more
1759         familiar with those platforms.
1761 2003-05-19 21:55  slobasso
1763         * source/highlightData.c (1.48): Adjusted Nedit Macro Language
1764         highlighting: removed delete from actions and added to keywords and
1765         added the following items Variables: calltip_ID Macro Routines:
1766         calltip, kill_calltip Actions: focus_pane, unload_tags_file,
1767         goto_matching, select_to_matching,    set_auto_indent,
1768         set_em_tab_dist, set_fonts, set_highlight_syntax,   
1769         set_incremental_backup, set_incremental_search_line, set_locked,   
1770         set_make_backup_copy, set_overtype_mode, set_show_line_numbers,   
1771         set_show_matching, set_match_syntax_based, set_statistics_line,   
1772         set_tab_dist, set_use_tabs, set_wrap_margin, set_wrap_text
1774 2003-05-19 08:03  edg
1776         * doc/help.etx (1.47), source/help_data.h (1.45),
1777         source/help_topic.h (1.38): Added missing replace_all()
1778         documentation (Tom Heathcote) and removed the "experimental"
1779         classification for smart indent.
1781 2003-05-18 20:05  edg
1783         * source/: nedit.c (1.47), nedit.h (1.38): Workaround for KDE's
1784         FONTLIST bug (and for the various BACKGROUND and FOREGROUND
1785         resource values).
1787 2003-05-16 17:15  n8gray
1789         * util/check_lin_tif.c (1.3): Added 92.32 to known-good LessTif.
1790         
1791         Feel free to do this yourselves!  :-)  It's pretty easy to do.
1793 2003-05-16 16:58  edg
1795         * source/highlightData.c (1.47): Updated Python patterns (no
1796         updated delimiters yet).
1798 2003-05-16 16:51  slobasso
1800         * util/.cvsignore (1.2): added check_lin_tif
1802 2003-05-16 16:50  slobasso
1804         * source/nedit.c (1.46): removed unused variable warning
1806 2003-05-16 16:47  slobasso
1808         * source/: text.c (1.43), text.h (1.17), textDisp.c (1.53),
1809         textDisp.h (1.23): re-commit graphics expose code and added window
1810         obscurred hack back in that was erroneously removed. This should
1811         put us back where we were without reintroducing a bug that was
1812         fixed.
1814 2003-05-16 15:11  tringali
1816         * source/: text.c (1.42), text.h (1.16), textDisp.c (1.52),
1817         textDisp.h (1.22): Removed explicit handling of GraphicsExpose
1818         events that was causing incomplete redraws, reverting to older
1819         algorithm.  (I've extracted the code into a patch and will post it
1820         back on SF to address the problem it was trying to fix.)
1822 2003-05-16 13:47  tringali
1824         * util/misc.c (1.55): Fix for missing icons (via C. Rasmussen)
1826 2003-05-16 05:23  tksoh
1828         * source/window.c (1.81): Fix for SF bug #715767: remaining panes
1829         resized incorrectly after closing a splitpane.
1831 2003-05-15 19:47  n8gray
1833         * util/check_lin_tif.c (1.2): Modified copyright notice to be more
1834         consistent with the rest of NEdit.
1836 2003-05-15 19:42  n8gray
1838         * Makefile (1.10), makefiles/Makefile.linux (1.10),
1839         source/Makefile.common (1.15), source/help.c (1.95),
1840         util/Makefile.common (1.7), util/check_lin_tif.c (1.1): Added code
1841         to detect the version of Motif/Lesstif being built against and
1842         complain if it's known-bad or unknown.  There's probably room for
1843         improvement in both the build and detection portions of this code.
1845 2003-05-15 07:36  edg
1847         * ChangeLog (1.32): Regenerated (please only update with cvs2cl.pl
1848         -b -r -t --accum --gmt).
1850 2003-05-15 07:33  edg
1852         * source/parse_noyacc.c (1.7): Copied the recent modifications of
1853         parse.y.
1855 2003-05-14 19:12  n8gray
1857         * ChangeLog (1.31): Isn't there a way to generate or update this
1858         automatically with CVS?
1860 2003-05-14 19:08  n8gray
1862         * source/parse.y (1.26): Comments don't eat backslash-escaped
1863         newlines, so this is legal:    t_print("Hello " # This is a common
1864         greeting \            "world"  # This is the recipient of the
1865         greeting \            "\n")    # This is a newline character
1867 2003-05-04 23:54  yooden
1869         * source/macro.c (1.67): Removed some second level leftovers from
1870         the old Highlighting API.
1872 2003-05-04 13:20  yooden
1874         * doc/help.etx (1.46), source/file.c (1.64), source/help_data.h
1875         (1.43), source/help_topic.h (1.36), source/menu.c (1.75): Fixes SF
1876         #617840: Append Line Feed on Save The buffer now reflects that a
1877         line is added on save.
1879 2003-05-03 22:45  yooden
1881         * doc/help.etx (1.45), source/help_data.h (1.42),
1882         source/help_topic.h (1.35), source/macro.c (1.66): Removes old
1883         Highlighting Information API; fixes some inconsistencies in the
1884         Highlighting Information API; adds deprecated section to macro
1885         section in online help.
1887 2003-05-03 09:15  edg
1889         * util/misc.c (1.54): Made translation table for mouse wheel
1890         static, as suggested by Scott.
1892 2003-05-02 19:19  edg
1894         * source/highlightData.c (1.45), source/nedit.c (1.45),
1895         source/search.c (1.56), source/shell.c (1.25), source/smartIndent.c
1896         (1.26), source/userCmds.c (1.32), util/fontsel.c (1.25),
1897         util/getfiles.c (1.25), util/managedList.c (1.12), util/misc.c
1898         (1.53), util/misc.h (1.18): Committed SF #715941: File dialog wheel
1899         support (generalized to all scrolled widgets, except main text
1900         area, which already had support).
1902 2003-05-02 18:25  edg
1904         * source/rangeset_fn.h (1.4): Obsolete due to new rangeset API.
1906 2003-05-02 18:18  edg
1908         * doc/help.etx (1.44), makefiles/Makefile.depend (1.4),
1909         source/Makefile.dependencies (1.21), source/help_data.h (1.41),
1910         source/help_topic.h (1.34), source/highlightData.c (1.44),
1911         source/macro.c (1.65), source/rangeset.c (1.4), source/rangeset.h
1912         (1.2), source/rangeset_fn.h (1.3), source/textBuf.c (1.27),
1913         source/textBuf.h (1.14), source/textDisp.c (1.50),
1914         util/Makefile.dependencies (1.7): Committed patch #628933: New
1915         rangeset API. (Including the fix of SF #728988: rangeset_add of
1916         empty range works - bad!) Users of range sets will have to update
1917         their macros.
1919 2003-04-24 17:20  edg
1921         * source/menu.c (1.74): Crash fix: setting NEDIT_HOME to /dev/null
1922         caused a coredump because the PrevOpen array never got initialized
1923         in that case.
1925 2003-04-24 11:47  edg
1927         * source/nedit.c (1.44), util/DialogF.c (1.27), util/DialogF.h
1928         (1.9), util/fileUtils.c (1.30): Various fixes related to SF
1929         #488412: doOpen() flaws.
1931 2003-04-24 08:57  edg
1933         * source/highlightData.c (1.43): Updated LaTeX highlight patterns
1934         provided by Joerg (SF #607072: Syntax highlight failure in LaTeX).
1936 2003-04-24 08:26  edg
1938         * source/menu.c (1.73): Fix for SF #726325: goto_line_number only
1939         accepts 1 arg
1941 2003-04-18 01:07  n8gray
1943         * source/calltips.c (1.5), source/calltips.h (1.2),
1944         source/help_data.h (1.40), source/help_topic.h (1.33),
1945         source/text.c (1.40), source/text.h (1.15), source/textDisp.c
1946         (1.49), source/textDisp.h (1.21), source/textP.h (1.8),
1947         doc/help.etx (1.43): Setting "nedit*background: blue" should not
1948         change the background of calltips.  This change makes calltips get
1949         their colors from nedit*calltipForeground and
1950         nedit*calltipBackground.
1952 2003-04-17 21:46  n8gray
1954         * source/: nedit.c (1.43), nedit.h (1.37), preferences.c (1.88),
1955         text.c (1.39): Applied color migration patch.  IMPORTANT:  Remember
1956         to move the call to migrateColorResources into the "convert to 5.4"
1957         area before releasing 5.4!!!
1959 2003-04-17 09:03  edg
1961         * source/: macro.c (1.64), smartIndent.c (1.25): Fix for SF
1962         #602336: Wrong Initialization Order and SF #628552: Startup
1963         sequence. Macro file is now loaded before smart indent macros are
1964         processed.
1966 2003-04-15 23:03  yooden
1968         * source/help.c (1.92): Whitespace only.
1970 2003-04-15 20:00  yooden
1972         * doc/help.etx (1.42), source/help_data.h (1.39),
1973         source/help_topic.h (1.32): Small documentation fixes.
1975 2003-04-10 20:28  edg
1977         * source/calltips.c (1.4), util/misc.c (1.52), util/misc.h (1.17):
1978         Fix for SF #602260: Calltips crashes. Calltip popup shells now
1979         inherit the proper visual and color depth.
1981 2003-04-10 20:08  tringali
1983         * source/help.c (1.91): Help text was allocating colors
1984         incorrectly, making help text invisible when running with a
1985         non-default Visual.  Don't assume "black" is help text color!
1987 2003-04-10 18:47  tringali
1989         * source/: text.c (1.38), text.h (1.14), textP.h (1.7), window.c
1990         (1.80): Fix upside-down GetPrefTypingHidesPointer dependency -- the
1991         window code should be setting into the text widget, instead of the
1992         text widget getting it directly from preferences.
1994 2003-04-10 18:39  tringali
1996         * source/parse.y (1.24): #include <stdlib.h> to avoid warnings on
1997         some systems about no malloc proto.
1999 2003-04-10 18:37  tringali
2001         * util/utils.c (1.20): Don't quit if getpwuid() fails.  It can fail
2002         if some nameservices are not responding through no fault of the
2003         user.
2005 2003-04-10 17:58  edg
2007         * source/Makefile.dependencies (1.20): Updated dependencies.
2009 2003-04-10 17:37  edg
2011         * util/DialogF.c (1.26): Warning fix.
2013 2003-04-10 09:39  edg
2015         * source/file.c (1.63): Added some missing fclose() calls in
2016         IncludeFile().
2018 2003-04-09 14:56  edg
2020         * source/file.c (1.62): Aaargh. Another few missing commas.
2022 2003-04-09 14:53  edg
2024         * source/file.c (1.61): Added another few missing commas in DialogF
2025         calls.
2027 2003-04-09 13:52  edg
2029         * source/file.c (1.60): Added missing comma in DialogF call.
2031 2003-04-08 23:47  yooden
2033         * source/help.c (1.90): Added one missing DialogF() title.
2035 2003-04-08 08:54  edg
2037         * source/: highlight.c (1.41), menu.c (1.72), preferences.c (1.87),
2038         smartIndent.c (1.24): Fixed indentation inconsistencies and dialog
2039         title typos.
2041 2003-04-07 22:51  yooden
2043         * source/file.c (1.59), source/highlight.c (1.40),
2044         source/highlightData.c (1.42), source/macro.c (1.63), source/menu.c
2045         (1.71), source/preferences.c (1.86), source/search.c (1.55),
2046         source/selection.c (1.24), source/shell.c (1.24), source/shift.c
2047         (1.14), source/smartIndent.c (1.23), source/tags.c (1.49),
2048         source/userCmds.c (1.31), util/DialogF.c (1.25), util/DialogF.h
2049         (1.8), util/fileUtils.c (1.29), util/fontsel.c (1.24), util/misc.c
2050         (1.51), util/printUtils.c (1.22): The Sore Hands Patch: Added
2051         dialog title to DialogF().
2053 2003-04-06 00:46  yooden
2055         * source/highlightData.c (1.41), source/macro.c (1.62),
2056         source/menu.c (1.70), source/preferences.c (1.85),
2057         source/smartIndent.c (1.22), source/userCmds.c (1.30),
2058         util/printUtils.c (1.21): Some changed dialog titles, error
2059         messages and general code beautification.
2061 2003-04-03 19:05  jlous
2063         * source/file.c (1.58), source/macro.c (1.61), source/nedit.h
2064         (1.36), source/preferences.c (1.84), source/window.c (1.79),
2065         util/fileUtils.c (1.28), util/fileUtils.h (1.10), util/prefFile.c
2066         (1.19): Committing patch 621211, accepting foreign linebreaks in
2067         prefs- and macro files.
2069 2003-04-03 15:45  edg
2071         * source/window.c (1.78): Fix for SF #713780: flickers during macro
2072         execution. (Uwe Lehnert)
2074 2003-03-26 16:36  edg
2076         * source/textDisp.c (1.48): Reverted some of the unnecessary (and
2077         seemingly invalid) changes related to the cursor GC introduced in
2078         version 1.46. (SF #710124).
2080 2003-03-26 10:40  edg
2082         * source/textDisp.c (1.47): Yesterday's clipping changes were not
2083         ok: the gutter between the line numbers and the text area could be
2084         filled with character fragments. Clipping ranges are now adjusted
2085         when line numbers are drawn.
2087 2003-03-25 18:31  n8gray
2089         * source/: textDisp.c (1.46), textDisp.h (1.20): Committing edg's
2090         patch to fix usage of shared GCs.
2092 2003-03-25 01:33  n8gray
2094         * source/textDisp.c (1.45): Fixed line number color problems. 
2095         Stupid cut & paste error...
2097 2003-03-24 23:56  yooden
2099         * source/nedit.c (1.42): Paranoid protection against pathological
2100         language settings.
2102 2003-03-24 17:05  edg
2104         * source/: menu.c (1.69), nedit.h (1.35), window.c (1.77): Fix for
2105         SF bug #564782: Show Path in Windows Menu
2107 2003-03-24 16:20  tringali
2109         * source/nedit.c (1.41): Account for LANG being unset.
2111 2003-03-21 18:51  n8gray
2113         * source/: textDisp.c (1.44), window.c (1.76): Fixing 2 color
2114         problems.  1: Changing line number GC properties affected *all*
2115         buffers.  2: New panes used default text area colors instead of
2116         their window's.
2118 2003-03-21 18:31  tringali
2120         * source/: nedit.c (1.40), help.c (1.89): Avoid crash when running
2121         under a UTF-8 locale, and display locale in help.
2123 2003-03-21 18:22  edg
2125         * source/: preferences.c (1.83), smartIndent.c (1.21),
2126         smartIndent.h (1.6): Fix for SF bug #439867: Language mode renaming
2127         bug.
2129 2003-03-20 13:23  edg
2131         * makefiles/Makefile.sco (1.5): Typo fix (SF #689808: SCO makefile
2132         error).
2134 2003-03-20 13:05  edg
2136         * util/fontsel.c (1.23): Removed some unused variables (gcc
2137         warnings).
2139 2003-03-20 13:02  edg
2141         * source/: help.c (1.88), highlight.c (1.39), highlight.h (1.10),
2142         textDisp.c (1.43): Fix for SF #700823: Nedit crash after highlight
2143         Perl-Syntax on OS/390.  Made the syntax highlighting style
2144         information independent of the character coding (ASCII or EBCDIC).
2146 2003-03-18 10:58  edg
2148         * util/managedList.c (1.11): Fix for SF #705495: Crash while
2149         Copying Pattern.
2151 2003-03-14 22:27  n8gray
2153         * doc/help.etx (1.41), source/help_data.h (1.38),
2154         source/help_topic.h (1.31), source/preferences.c (1.82): Added a
2155         warning label to the color dialog and changed help text to make it
2156         more clear that foreground colors only apply when syntax
2157         highlighting is disabled.
2159 2003-03-13 09:11  n8gray
2161         * util/fontsel.c (1.22): Hide the sample when the "Show
2162         Proportional Fonts" toggle is toggled and the font selection is
2163         cleared.  Also added a prototype for enableSample().
2165 2003-03-12 18:33  n8gray
2167         * util/fontsel.c (1.21): Tabs -> Spaces
2168         
2169         If you want a shock, turn on backlighting, set tabs to a slightly
2170         off-background color, and edit just about any file in the NEdit
2171         project.
2173 2003-03-12 18:03  n8gray
2175         * util/fontsel.c (1.20): Fixed clearing of sample field when "show
2176         proportional fonts" was toggled.  Hide sample text when font
2177         selection is invalid.
2179 2003-03-07 19:52  n8gray
2181         * source/preferences.c (1.81): Made helper function addColorGroup()
2182         static.
2184 2003-03-07 19:46  n8gray
2186         * source/preferences.c (1.80): Using XtSetMappedWhenManaged to
2187         show/hide the error labels in the color dialog.  Thanks Scott!
2189 2003-03-07 01:50  n8gray
2191         * doc/help.etx (1.40), source/help_data.h (1.37),
2192         source/help_topic.h (1.30), source/preferences.c (1.79): Duh. 
2193         Forgot to save before the last commit.  Also changed docs to
2194         reflect new labels in color dialog.
2196 2003-03-07 01:34  n8gray
2198         * source/preferences.c (1.78): Minor labelsmithing on color dialog.
2200 2003-03-07 01:07  n8gray
2202         * source/preferences.c (1.77): Using a more reliable hack for
2203         showing/hiding the (Invalid!) labels in the color dialog.  To hide
2204         it I set its fg color to its bg color.  To unhide it I restore the
2205         fg color from its parent.  This way the label's width doesn't
2206         change, solving the potential visual bug mentioned in my previous
2207         commit.
2208         
2209         I tried changing the label from a gadget to a widget but the
2210         XtMap/UnmapWidget functions still failed.  Oh well, this works ok.
2212 2003-03-05 23:50  n8gray
2214         * doc/help.etx (1.39), source/help_data.h (1.36),
2215         source/help_topic.h (1.29), source/menu.c (1.68), source/nedit.h
2216         (1.34), source/preferences.c (1.76), source/preferences.h (1.32),
2217         source/textDisp.c (1.42), source/textDisp.h (1.19), source/window.c
2218         (1.75), source/window.h (1.12), util/fontsel.c (1.19),
2219         util/fontsel.h (1.8): Adding the color dialog and documentation. 
2220         Also adds a colored, editable text field to the font browser
2221         dialog.
2222         
2223         There's a potential minor visual bug depending on the user's fonts.
2224          I've tried to fix it but can't seem to figure it out.  Search for
2225         XXX in preferences.c for details.
2227 2003-02-20 17:30  arnef
2229         * source/: file.c (1.57), nc.c (1.33), server.c (1.21): Fixed
2230         problem with processing of nc command line.
2232 2003-02-18 20:17  tringali
2234         * util/misc.c (1.50): Set group hint so that recent versions of
2235         Sawfish will group windows together.
2237 2003-02-17 01:51  n8gray
2239         * source/Makefile.common (1.14): Added parse.c target so that build
2240         falls back to parse_noyacc.c if neither bison nor yacc can be
2241         found. See:
2242         http://www.nedit.org/archives/develop/2002-Apr/0512.html for a
2243         discussion of this issue.
2245 2003-02-15 02:33  yooden
2247         * source/file.c (1.56), util/getfiles.c (1.24), util/misc.c (1.49),
2248         util/getfiles.h (1.6): Removed GetNewFilename()
2250 2003-02-15 01:06  yooden
2252         * source/preferences.h (1.31): Removed double function
2253         declarations.
2255 2003-01-14 22:36  n8gray
2257         * source/tags.c (1.48): Added a private lineEmpty function for use
2258         when loading calltips files.  Also fixed bug where calltip position
2259         modifiers weren't reset when tips were posted by means other than
2260         the calltip macro subroutine.
2262 2003-01-14 09:50  edg
2264         * source/regularExp.c (1.21): Fix for \S, \W, \L, and \D
2265         erroneously matching on \0.
2267 2003-01-10 15:33  tringali
2269         * source/: window.c (1.74), nedit.c (1.39), text.c (1.37): Apply
2270         the "frame around text area" patch and associated geometry fixes. 
2271         Looks right when the background is light-colored (default), less so
2272         if you use a dark background.  Can be disabled with resources if
2273         you don't like it.
2275 2003-01-10 15:32  tringali
2277         * source/file.c (1.55): Fix to prevent file dialog from growing
2278         wider than the screen.  This is needed for window managers that do
2279         not respect XmNmaxWidth (sawfish, twm, fvwm).
2281 2003-01-10 15:29  tringali
2283         * util/: getfiles.c (1.23), misc.c (1.48): Prevent the file dialog
2284         from getting bigger than screen.  This fix is for window managers
2285         that do not respect XmNmaxWidth (sawfish, twm, fvwm).
2287 2003-01-07 22:37  tringali
2289         * doc/: nedit.doc (1.37), nedit.html (1.31): Remove autogenerated
2290         files from CVS to reduce conflicts.  They are now automatically
2291         generated by the cron script for the website snapshot.
2293 2003-01-06 15:36  edg
2295         * source/smartIndent.c (1.20): Bug fix: garbage collection could be
2296         triggered during smart indent newline macro (very old copy & paste
2297         error).
2299 2003-01-02 02:02  yooden
2301         * doc/nedit.doc (1.36), doc/nedit.html (1.30), source/help_data.h
2302         (1.35), source/help_topic.h (1.28): Updated reference to regex book
2303         part two.
2305 2003-01-02 01:48  yooden
2307         * doc/help.etx (1.38): Updated Reference to Regex book.
2309 2003-01-01 15:57  edg
2311         * source/smartIndent.c (1.19): Fix for crash bug reported @develop:
2312         newline macro inserting a string caused a recursive loop when
2313         triggered through smart indent.
2315 2002-12-13 17:23  edg
2317         * doc/Makefile (1.4): Added targets to regenerate the FAQ and build
2318         the FAQ distribution.
2320 2002-12-13 17:20  edg
2322         * doc/: faq.txt (1.4), faq.xml (1.5): Added a Q&A about the changed
2323         binding of KP Enter (execute command line).
2325 2002-12-12 17:26  slobasso
2327         * source/text.h (1.13): Remove warnings on hpux 10.20 compiler.
2329 2002-12-12 17:26  slobasso
2331         * source/selection.c (1.23): Cleanup string to int conversion.
2333 2002-12-12 17:26  slobasso
2335         * source/: search.c (1.54), search.h (1.18): Centralize string to
2336         enum conversions for search_type.
2338 2002-12-12 17:26  slobasso
2340         * source/parse_noyacc.c (1.5): Match changes in parse.y
2342 2002-12-12 17:25  slobasso
2344         * source/parse.y (1.23): Move string constant code into function
2345         InstallStringConstSymbol.
2347 2002-12-12 17:25  slobasso
2349         * source/nedit.h (1.33): New macro TYPE_INT_STR_SIZE to determine a
2350         safe string size for integer-like types.
2352 2002-12-12 17:25  slobasso
2354         * source/macro.c (1.60): More macro failure macros and new macro
2355         call valid_number.  Use of new macro TYPE_INT_STR_SIZE and
2356         PERM_ALLOC_STR.  Add optional index to rangeset_defined.
2358 2002-12-12 17:25  slobasso
2360         * source/interpret.h (1.12): New macro PERM_ALLOC_STR for static
2361         strings that look allocated and move StringToNum global for
2362         verification code.  New call InstallStringConstSymbol and move
2363         DataValue.tag to an enum.
2365 2002-12-12 17:25  slobasso
2367         * source/interpret.c (1.32): Use of new macro PERM_ALLOC_STR for
2368         static strings that look allocated and move StringToNum global for
2369         verification code.  New call InstallStringConstSymbol cleanup of
2370         macro debug code with new stack dump. Rewrite SwapCode without
2371         allocations.  Use of TYPE_INT_STR_SIZE for int string size. Fixes
2372         to grabage collection to allow for PERM_ALLOC_STR and catch mod by
2373         0 errors.
2375 2002-12-12 17:25  slobasso
2377         * source/highlightData.c (1.40): New nedit macro call valid_number.
2379 2002-12-12 17:25  slobasso
2381         * doc/help.etx (1.37), doc/nedit.doc (1.35), doc/nedit.html (1.29),
2382         source/help_data.h (1.34): Add optional index to rangeset_defined
2383         and new function valid_number.
2385 2002-12-11 18:24  tringali
2387         * util/misc.c (1.47): Avoid a 5-second hang when posting a dialog
2388         with certain window managers (Sawfish)
2390 2002-12-10 13:16  edg
2392         * source/nc.c (1.32): Dropped support for reading preferences from
2393         a .nc file. It was entirely undocumented and probably never used by
2394         anyone (and it didn't work anymore since the introduction of the
2395         NEDIT_HOME patch).
2397 2002-12-10 12:29  edg
2399         * source/nc.c (1.31): Fixed a bug in yesterday's bug fix: macro
2400         commands could be executed twice when a new server was started.
2402 2002-12-09 17:55  edg
2404         * source/nedit.c (1.38): Fix for SF #649442: Dangerous shell
2405         command. Changed the shortcut for "Execute Command Line" from "KP
2406         Enter" to "Ctrl+KP Enter" to avoid accidental execution of
2407         arbitrary commands.
2409 2002-12-09 17:18  edg
2411         * source/nc.c (1.30): Fixed various command line argument passing
2412         bugs introduced by the nc -wait patch (-icon, -geometry, -lm, ...
2413         were dropped when a new file was opened and/or a new server was
2414         started).
2416 2002-12-08 09:29  yooden
2418         * source/: highlight.c (1.38), highlightData.c (1.39), macro.c
2419         (1.59), rangeset.c (1.3), search.c (1.53): Some code cleanup and
2420         removal of development artefacts.
2422 2002-12-04 12:30  edg
2424         * source/macro.c (1.58): Added boundary checks to searchStringMS()
2425         to avoid illegal memory accesses when passing a too large or
2426         negative starting position to the search_string() macro.
2428 2002-12-02 15:59  tringali
2430         * Makefile (1.9): Removed "doc" from default target so users
2431         without Perl can build.  (We need a "developer only" target or mode
2432         to do this right.)
2434 2002-11-28 23:22  yooden
2436         * source/macro.c (1.57), source/menu.c (1.67), source/preferences.c
2437         (1.75), util/prefFile.c (1.18), util/utils.c (1.19), util/utils.h
2438         (1.11): Fixes the bug in the preference file name algorithm
2439         reported by Scott in develop@.
2441 2002-11-22 18:18  tringali
2443         * util/misc.c (1.46): Constrain maximum size of dialogs so they
2444         aren't bigger than the screen.  (Slightly modified from Eddy's
2445         original version.)
2447 2002-11-22 17:51  edg
2449         * source/window.c (1.73): Minor improvement in the virtual key
2450         binding parsing: ignore comment lines.
2452 2002-11-19 18:05  edg
2454         * source/: highlight.c (1.37), regularExp.c (1.20), search.c
2455         (1.52), textBuf.c (1.26), textBuf.h (1.13): Fixes for SF bugs
2456         #515120 (changed behaviour of search?) and #429110 (RegEx search
2457         bugs at end of buffer) and a cleanup of the SearchWindow function.
2459 2002-11-15 12:21  edg
2461         * doc/setext (1.10): Minor backward compatibility fix for older
2462         Perl version (5.004).
2464 2002-11-13 21:59  tringali
2466         * source/: help_data.h (1.33), help_topic.h (1.27): - Change help
2467         version to 5.4DEV
2469 2002-11-13 21:58  tringali
2471         * source/: calltips.c (1.3), text.h (1.12), textDisp.c (1.41):
2472         Don't #include "textP.h" where we can get away with it.
2474 2002-11-13 21:58  tringali
2476         * source/help.c (1.87): Clean up #ifdef of HAVE__XMVERSIONSTRING
2477         and reorder visual info
2479 2002-11-13 21:58  tringali
2481         * source/highlightData.c (1.38): - Fix indentation, labels, and
2482         mnemonics in highlightData.c
2484 2002-11-13 21:57  tringali
2486         * source/: nedit.c (1.37), preferences.c (1.74): - Fix defaults
2487         fonts to specify iso8859-1, for RH7.3.
2489 2002-11-13 17:56  edg
2491         * source/: highlightData.c (1.37), regularExp.c (1.19): Implemented
2492         the more conventional word boundary semantics for regular
2493         expressions and adapted the built-in highlight patterns to the
2494         changed semantics (the latter is largely automated).
2496 2002-11-12 10:04  ajhood
2498         * doc/help.etx (1.36), doc/nedit.doc (1.34), doc/nedit.html (1.28),
2499         source/help.c (1.86), source/help_data.h (1.32),
2500         source/help_topic.h (1.26): Document default value of
2501         nedit.backlightCharTypes Stop *backlightCharTypes in .Xdefaults
2502         etc. affecting Help
2504 2002-11-08 20:22  edg
2506         * source/: comnedit.com (1.9), highlight.c (1.36), highlight.h
2507         (1.9), lnknedit.com (1.7), macro.c (1.56), menu.c (1.66), nedit.h
2508         (1.32), preferences.c (1.73), preferences.h (1.30), rangeset.c
2509         (1.2), rangeset_fn.h (1.2), server_common.c (1.3), text.h (1.11),
2510         textDisp.h (1.18): VMS compilation and linking fixes (Michael
2511         Smith).
2513 2002-11-08 16:53  slobasso
2515         * source/macro.c (1.55): Removed unused variables and fixed error
2516         macro.
2518 2002-10-31 16:08  edg
2520         * doc/help.etx (1.35), doc/nc.man (1.6), doc/nedit.doc (1.33),
2521         doc/nedit.html (1.27), source/help_data.h (1.31),
2522         source/help_topic.h (1.25), source/nc.c (1.29): Fix for invalid
2523         atom usage after time-out.  Made the nc time-out configurable
2524         (-timeout <seconds> command line option and nc.timeOut X resource)
2525         + documentation updates.
2527 2002-10-30 11:44  edg
2529         * ChangeLog (1.29): Minor correction.
2531 2002-10-30 11:42  edg
2533         * ChangeLog (1.28): Removed lots of duplicate entries and added
2534         lots of missing entries.  (Apparently, a merge has gone wrong a few
2535         months ago).
2537 2002-10-30 11:11  edg
2539         * ChangeLog (1.27): Update.
2541 2002-10-29 15:49  edg
2543         * source/server.c (1.20): Fix for crash when sending a macro
2544         command to the server through nc, while another command is still
2545         running. New commands for a window are now rejected when it is
2546         already running a macro (beeps).
2548 2002-10-26 00:06  yooden
2550         * util/: utils.c (1.18), utils.h (1.10): Fixes wrong declaration
2551         and documentation, adds missing Copyright line.
2553 2002-10-16 17:28  n8gray
2555         * source/: preferences.c (1.72), preferences.h (1.29), window.c
2556         (1.72): Don't switch to PLAIN mode before closing a window just to
2557         force unloading of calltips files -- it's slow!
2558         
2559         Also fixed a potentially erroneous error message in
2560         reapplyLanguageMode.
2562 2002-10-15 11:00  ajhood
2564         * doc/help.etx (1.34), doc/nedit.doc (1.32), doc/nedit.html (1.26),
2565         source/help_data.h (1.30), source/help_topic.h (1.24),
2566         source/highlight.c (1.35), source/highlight.h (1.8),
2567         source/highlightData.c (1.36), source/highlightData.h (1.10),
2568         source/interpret.c (1.31), source/interpret.h (1.11),
2569         source/macro.c (1.54), source/preferences.c (1.71),
2570         source/preferences.h (1.28), source/textDisp.c (1.40),
2571         source/textDisp.h (1.17): Tony's backlight/highlight and SF bug
2572         619234 fixes
2574 2002-10-14 18:41  n8gray
2576         * source/: text.c (1.36), textBuf.c (1.25), textBuf.h (1.12),
2577         textDisp.c (1.39), textSel.c (1.11): Committing patch for
2578         keyboard-based rectangular selection.
2580 2002-10-13 15:53  yooden
2582         * doc/help.etx (1.33), doc/nedit.doc (1.31), doc/nedit.html (1.25),
2583         source/help_data.h (1.29), source/help_topic.h (1.23): Another tiny
2584         doc patch. (Thanks Yury)
2586 2002-10-12 13:33  yooden
2588         * doc/help.etx (1.32), doc/nedit.doc (1.30), doc/nedit.html (1.24),
2589         source/help_data.h (1.28), source/help_topic.h (1.22): Fixes small
2590         documentation bug.
2592 2002-10-10 22:04  slobasso
2594         * source/macro.c (1.53): fix comment typo
2596 2002-10-07 19:39  arnef
2598         * source/nc.c (1.28): Fix for bug 619231 -  nc hangs after
2599         crash/kill Generate a property change event to break a deadlock.
2601 2002-10-07 16:19  edg
2603         * source/search.c (1.51): Fix for crash bug when search string is
2604         too long in search and replace dialogs (triggered when
2605         nedit.findReplaceUsesSelection was True and a long selection was
2606         made), reported through the discuss list.
2608 2002-10-04 23:21  slobasso
2610         * source/: macro.c (1.52), tags.c (1.47): remove compiler warnings
2612 2002-10-01 23:45  n8gray
2614         * doc/help.etx (1.31), doc/nedit.doc (1.29), doc/nedit.html (1.23),
2615         source/help_data.h (1.27), source/help_topic.h (1.21): Added
2616         documentation for column argument to goto_line_number and the goto
2617         line dialog.
2619 2002-09-27 12:19  ajhood
2621         * source/preferences.c (1.70): set default value for
2622         nedit.backlightCharTypes
2624 2002-09-26 12:37  ajhood
2626         * doc/NEdit.ad (1.3), doc/README.FAQ (1.3), doc/faq-txt-pass2.xsl
2627         (1.3), doc/faq-txt.awk (1.3), doc/faq-txt.dtd (1.3),
2628         doc/faq-txt.xsl (1.3), doc/faq.dtd (1.3), doc/faq.txt (1.3),
2629         doc/faq.xml (1.4), doc/faq.xsl (1.3), doc/help.etx (1.30),
2630         doc/nedit.doc (1.28), doc/nedit.html (1.22), doc/setext (1.9),
2631         doc/setext-info.txt (1.3), makefiles/Makefile.depend (1.3),
2632         source/Makefile.common (1.13), source/help.c (1.85),
2633         source/help_data.h (1.26), source/help_topic.h (1.20),
2634         source/highlight.c (1.34), source/highlight.h (1.7),
2635         source/highlightData.c (1.35), source/highlightData.h (1.9),
2636         source/macro.c (1.51), source/menu.c (1.65), source/nedit.h (1.31),
2637         source/parse.y (1.22), source/preferences.c (1.69),
2638         source/preferences.h (1.27), source/smartIndent.c (1.18),
2639         source/tags.c (1.46), source/text.c (1.35), source/text.h (1.10),
2640         source/textBuf.c (1.24), source/textBuf.h (1.11), source/textDisp.c
2641         (1.38), source/textDisp.h (1.16), source/textP.h (1.6),
2642         source/window.c (1.71), source/window.h (1.11),
2643         source/windowTitle.c (1.9), util/fileUtils.c (1.27), util/misc.c
2644         (1.45), util/printUtils.c (1.20): backlight/rangeset patch from
2645         Josef Maier and Tony Balinski, ported to CVS by Andy Hood.
2647 2002-09-26 12:04  ajhood
2649         * Makefile (1.8): auto-rebuild help.doc, help.html and help_*.h If
2650         someone can explain how CVS didn't accept the previous commit tell
2651         me.
2653 2002-09-26 11:45  ajhood
2655         * source/: rangeset.c (1.1), rangeset.h (1.1), rangeset_fn.h (1.1):
2656         New files for backlight/rangeset.
2658 2002-09-26 10:24  ajhood
2660         * doc/Makefile (1.3): auto-rebuild help.doc, help.html and help_*.h
2661         if any of the prerequisites change
2663 2002-09-26 10:22  ajhood
2665         * README (1.30): Add comments on -DHAVE__XMVERSIONSTRING compile
2666         option.
2668 2002-09-26 10:01  ajhood
2670         * makefiles/: Makefile.aix (1.6), Makefile.bsdi (1.4),
2671         Makefile.ccur (1.4), Makefile.convex (1.4), Makefile.cygwin (1.5),
2672         Makefile.dcosx (1.4), Makefile.dec (1.5), Makefile.freebsd (1.4),
2673         Makefile.generic (1.9), Makefile.hpux (1.4), Makefile.linux (1.9),
2674         Makefile.lynx (1.5), Makefile.m88k.svr4 (1.4), Makefile.macosx
2675         (1.3), Makefile.netbsd (1.4), Makefile.openbsd (1.2), Makefile.os2
2676         (1.13), Makefile.osf (1.5), Makefile.qnx (1.2), Makefile.reliant
2677         (1.4), Makefile.sco (1.4), Makefile.sgi (1.4), Makefile.solaris
2678         (1.8), Makefile.sunos (1.4), Makefile.superux (1.4), Makefile.uhc
2679         (1.4), Makefile.ultrix (1.4), Makefile.unicos (1.6),
2680         Makefile.unixware (1.5): Add comments on -DHAVE__XMVERSIONSTRING
2681         compile option.
2683 2002-09-25 10:56  edg
2685         * doc/help.etx (1.29), source/file.c (1.54), source/help_data.h
2686         (1.25), source/help_topic.h (1.19), source/menu.c (1.64),
2687         source/nedit.h (1.30), source/preferences.c (1.68),
2688         source/preferences.h (1.26), source/textBuf.c (1.23),
2689         source/textBuf.h (1.10), source/window.c (1.70): Committed SF patch
2690         #602426: Check for real changes of ext. mod files.  The additional
2691         check is on by default, and a mode message appears if comparison
2692         takes more than 1 second.
2694 2002-09-23 12:06  edg
2696         * source/userCmds.c (1.29), util/misc.c (1.44), util/misc.h (1.16):
2697         Fix for SF #612558: Macro shortcuts still NumLock sensitive.  Lock
2698         and NumLock are now ignored when entering an accelerator.
2700 2002-09-23 11:16  edg
2702         * util/getfiles.c (1.22): Fix for SF bug #613092: Open file
2703         browsing works incorrect.  Keystroke history is now reset after
2704         each list refresh.
2706 2002-09-18 20:17  arnef
2708         * source/search.c (1.50): Fixing error in initial commit of 'nc
2709         -wait' patch.  Removing a XtDispatchEvent() that shouldn't have
2710         been there.
2712 2002-09-17 09:01  edg
2714         * source/server_common.c (1.2): Fix for SF bug #610438: Committing
2715         patch 403647 causes link fail.  Replaced XGetAtomNames() by a loop
2716         using XGetAtomName().
2718 2002-09-13 08:28  edg
2720         * source/preferences.c (1.67): Fix for SF bug #608693: coredump
2721         with -tabs option.  The tab distance is now clipped within its
2722         valid range.
2724 2002-09-11 18:59  arnef
2726         * source/Makefile.common (1.12), source/Makefile.dependencies
2727         (1.19), source/file.c (1.53), source/macro.c (1.50), source/nc.c
2728         (1.27), source/nedit.h (1.29), source/preferences.c (1.66),
2729         source/search.c (1.49), source/selection.c (1.22), source/server.c
2730         (1.19), source/server.h (1.5), source/server_common.c (1.1),
2731         source/server_common.h (1.1), source/window.c (1.69),
2732         util/Makefile.dependencies (1.6): Committing the 'nc -wait' patch
2733         (SF #403647).
2735 2002-09-10 12:17  ajhood
2737         * doc/nedit.doc (1.27), doc/nedit.html (1.21), source/help_data.h
2738         (1.24), source/help_topic.h (1.18): I too can forget to do commit
2739         the generated files.
2741 2002-09-10 12:10  ajhood
2743         * doc/help.etx (1.28), source/help.c (1.84): Adds visual info to
2744         version [eg Visual: Id 0x23 TrueColor 24 bit (Default)] Allows use
2745         of _XmVersionString. Add -DHAVE__XMVERSIONSTRING compile option,
2746         and if it doesn't link, you don't have it. (This may be exported by
2747         Motif but there is no header to tell you if it is there or not.)
2749 2002-09-06 19:21  n8gray
2751         * source/calltips.c (1.2): Changing calltip label widget name from
2752         "calltipW" back to "calltip" so that resources work as advertised.
2754 2002-09-06 19:13  n8gray
2756         * doc/help.etx (1.27), doc/nedit.doc (1.26), doc/nedit.html (1.20),
2757         source/Makefile.common (1.11), source/Makefile.dependencies (1.18),
2758         source/calltips.c (1.1), source/calltips.h (1.1),
2759         source/help_data.h (1.23), source/help_topic.h (1.17),
2760         source/macro.c (1.49), source/tags.c (1.45), source/tags.h (1.13),
2761         source/text.c (1.34), source/textDisp.c (1.37), source/textDisp.h
2762         (1.15): New features:     Positioning of calltips can be controlled
2763         more precisely using optional     arguments to calltip().  These
2764         include "center", "right", "above", and     "strict".  Non-strict,
2765         non-anchored calltips will always show up *somewhere*     on-screen
2766         even if the cursor is not on-screen.
2767         
2768         Modifications:     Refactored calltip UI code into calltips.c/.h. 
2769         Updated help files,     makefiles, and dependencies.  Cleaned up
2770         tags.c/.h somewhat.
2772 2002-09-05 23:17  slobasso
2774         * source/: interpret.c (1.30), parse.y (1.21), parse_noyacc.c
2775         (1.4): made the following work when arrayaExpression is anything
2776         that returns an array as the result: for (x in arrayaExpression) {
2777         }
2779 2002-09-05 23:15  slobasso
2781         * source/nedit.c (1.36): fixed Cardinal vs int compare warning.
2783 2002-09-05 17:48  tringali
2785         * doc/help.etx (1.26), source/nedit.c (1.35), util/misc.c (1.43),
2786         util/misc.h (1.15): Acquire default colors and fonts from the
2787         environment if using the default visual.
2789 2002-09-04 08:40  n8gray
2791         * source/: tags.c (1.44), textDisp.c (1.36): Minor cleanup of
2792         tags.c (it could use a lot more).
2793         
2794         Also improved calltips so that they try not to go off the edges of
2795         the screen.  Thanks to TK, from whom I stole much code.  Since he
2796         stole his tooltip code from me, the circle is complete.  :^)
2798 2002-09-04 05:58  n8gray
2800         * source/: textDisp.c (1.35), textDisp.h (1.14): Calltips should
2801         finally update on any vertical cursor movement!  Plus, non-
2802         anchored calltips maintain their X positions on redrawing.  Also, I
2803         found out that textD->cursorX/cursorY are *not* a reliable way to
2804         get the X/Y positions of the insertion point, so other potential
2805         calltips bugs might be fixed.
2806         
2807         This is one of those nice commits where I've removed almost as many
2808         lines as I've added.  :^)
2810 2002-09-03 01:10  n8gray
2812         * source/: file.c (1.52), nedit.h (1.28), window.c (1.68): This
2813         should fix the worst of the problems in file.c.  There are still
2814         potential problems if you lose read permission on a file as you're
2815         editing it, but I wanted to commit what's done so far.
2817 2002-09-02 23:18  n8gray
2819         * source/textDisp.c (1.34): Fixing problem where scroll-wheel-down
2820         on empty files caused erroneous scrolling.  It was a problem with
2821         mixing Cardinal (unsigned) and signed values.  I took the approach
2822         of casting cursorVPadding to int before using it, since it's nice
2823         to have Xt reject negative values automatically.
2825 2002-09-02 08:55  edg
2827         * source/textDisp.c (1.33): Fix for crash bug reported through
2828         develop@: regex bug using ^.* BufCopyFromBuf() could be called with
2829         invalid paramaters in continous wrapping mode.
2831 2002-08-31 15:14  yooden
2833         * doc/help.etx (1.25), doc/nedit.doc (1.25), doc/nedit.html (1.19),
2834         doc/setext (1.8), doc/setext-info.txt (1.2), source/help_data.h
2835         (1.22): Another help update, some setext documentation and a minor
2836         setext change.
2838 2002-08-31 08:48  yooden
2840         * source/: help_data.h (1.21), help_topic.h (1.16): Corrected Help,
2841         second batch.
2843 2002-08-31 08:46  yooden
2845         * doc/: help.etx (1.24), nedit.doc (1.24), nedit.html (1.18):
2846         Slight correction in help.etx.
2848 2002-08-31 07:24  n8gray
2850         * doc/help.etx (1.23), doc/nedit.doc (1.23), doc/nedit.html (1.17),
2851         source/help_data.h (1.20), source/help_topic.h (1.15),
2852         source/text.c (1.33), source/text.h (1.9), source/textDisp.c
2853         (1.32), source/textP.h (1.5): Committing the edge-phobic cursor
2854         patch, with documentation and without tab-space mixing.  (The new
2855         resource is nedit*text.cursorVPadding by the way.)
2857 2002-08-31 00:52  slobasso
2859         * source/: interpret.c (1.29), interpret.h (1.10), parse.y (1.20):
2860         Lots of array code cleanup including fixes for the following
2861         formats: x[9][8] = 6 delete x[4][2][] ++x[4] x[3]-- x[4][5] += 7
2862         ... and many more.  Also fixed some cases in which array aliasing
2863         could occur. Arrays are supposed to have VALUE semantics.
2865 2002-08-28 14:14  tringali
2867         * source/preferences.c (1.65): Revive upgrade message to 5.4 file
2868         format
2870 2002-08-27 08:05  edg
2872         * source/textDisp.c (1.31): Fixes for SF #600175: Coredump when
2873         dismissing resized window Array bounds read & write fixes in
2874         calcLineStarts() when number of visible lines becomes zero (only
2875         possible in help windows).  Avoid scrollbar slider size < 1 warning
2876         (which was harmless but annoying).
2878 2002-08-27 05:39  n8gray
2880         * source/: file.c (1.51), undo.c (1.14), undo.h (1.6): Committing
2881         the file deletion notification patch.  I used a specialized message
2882         for ENOACCES but used strerror output along with a suggested cause
2883         (deletion or relocation by another program) in the other cases,
2884         since there are several possible causes of stat() failure.
2885         
2886         I'm committing the patch despite the minor controversy over the
2887         message text because it's better to have some message than none at
2888         all.
2889         
2890         There is still much bogosity in file.c, including another place
2891         where stat() failure causes no warning.
2893 2002-08-23 07:52  n8gray
2895         * source/textBuf.c (1.22): Fixed a miscalculation in
2896         overlayRectInLine that could cause extra letters to be deleted
2897         during rectangular drags over tabs.  See SF bug #557225 "rect. 
2898         selection drag buglet" for a description of the problem.
2900 2002-08-23 00:52  slobasso
2902         * source/interpret.c (1.28): Fixed bug that didn't allow built in
2903         array variables to be iterated with a for loop.
2905 2002-08-22 23:52  slobasso
2907         * source/window.c (1.67): Remove unused variables.
2909 2002-08-22 18:43  slobasso
2911         * source/userCmds.c (1.28): Fix size calculation and escape
2912         characters in menu item names.
2914 2002-08-22 08:40  n8gray
2916         * source/undo.c (1.13): Fixed SF bug #578551 "Scrolling to
2917         searched/altered selection" by adding MakeSelectionVisible() calls
2918         to Undo and Redo.
2920 2002-08-22 08:10  n8gray
2922         * source/window.c (1.66): Nuking trailing whitespace from my last
2923         commit.
2925 2002-08-22 08:05  n8gray
2927         * source/window.c (1.65): MakeSelectionVisible in window.c was not
2928         paying attention to wrapped lines.  To see the problem in an older
2929         version:
2930         
2931         1.  Open a large file and scroll to the center somewhere 2.  Enable
2932         continuous wrapping and resize window so lots of lines wrap 3. 
2933         Select a word and make a mark with Alt+M,a 4.  Page Up or Down for
2934         several screens 5.  Go to the mark with Alt+G,a
2935         
2936         If there are enough wrapped lines between your position and the
2937         mark then the selection and the cursor will be completely
2938         offscreen.
2939         
2940         Also restructured the function so that horizontal scrolling is not
2941         bypassed prematurely.
2943 2002-08-21 13:21  tringali
2945         * source/help.c (1.83): Remove duplicate widgets caused by a bum
2946         merge.
2948 2002-08-21 07:19  n8gray
2950         * source/file.c (1.50): Fixed bug where clicking on the WM's close
2951         button in an unsaved and untitled buffer, answering yes to the
2952         "Save before closing" dialog, then aborting the Save-As dialog led
2953         to the window being closed and the changes being lost.  The
2954         function CloseFileAndWindow wasn't returning FALSE when the Save-As
2955         failed.
2957 2002-08-19 21:41  tringali
2959         * source/preferences.c (1.64): Remove "alpha" versioning - it
2960         wasn't forwards compatabile, and there were no auto-upgrades done
2961         despite the message printed.
2963 2002-08-19 07:22  n8gray
2965         * source/textDisp.c (1.30): Calltips are now redrawn on TextDMoveUp
2966         and TextDMoveDown.  This should help those who end up with cursors
2967         behind calltips when entering multi-line function calls.
2969 2002-08-17 14:28  yooden
2971         * source/window.c (1.64): Removed unused variables.
2973 2002-08-16 14:43  tringali
2975         * source/file.c (1.49): Fix hang caused by posting the "reload"
2976         dialog box on a hidden window (during multi-file replace
2977         validation).
2979 2002-08-15 19:03  n8gray
2981         * source/: file.c (1.48), window.c (1.63): Fixed the flickering
2982         stats line problem (SF bugs 595106, 594838).  Also fixed "save-as
2983         doesn't update the stats line" bug.
2985 2002-08-14 19:20  n8gray
2987         * source/textDisp.c (1.29): Fixed off-by-one error in
2988         expandAllTabs.  Also added check for NULL on its return value in
2989         TextDShowCalltip.
2991 2002-08-14 08:42  n8gray
2993         * source/textDisp.c (1.28): Removed debugging cruft from
2994         TextDShowCalltip.
2996 2002-08-13 22:12  n8gray
2998         * doc/help.etx (1.22), doc/nedit.doc (1.22), doc/nedit.html (1.16),
2999         source/help_data.h (1.19), source/help_topic.h (1.14),
3000         source/text.c (1.32), source/textDisp.c (1.27), source/textDisp.h
3001         (1.13): Added "absolute" argument to line-oriented action routines,
3002         and "wrap" argument to delete_to_start_of_line.
3004 2002-08-12 21:21  tringali
3006         * source/tags.c (1.43), source/window.c (1.62), source/window.h
3007         (1.10), util/misc.c (1.42), util/misc.h (1.14): Post watch cursor
3008         keep screen drawn while loading large tags files.
3010 2002-08-12 15:37  tringali
3012         * source/window.c (1.61): Reimplement I-search button focus
3013         management, so it doesn't have an ugly flash
3015 2002-08-10 23:59  tringali
3017         * source/undo.c (1.12): Added preference for disbling selection
3018         modification during Undo.
3020 2002-08-10 23:58  tringali
3022         * source/text.c (1.31): - Fix bad hardware tab of 4 spaces.  Please
3023         set hardware tabs to 8 for NEdit! - Explicitly remove modifiers on
3024         some virtual bindings to account for system   that map different
3025         modified keys to different bindings (e.g., Ctrl-PgUp =  
3026         osfPageLeft, PgUp = osfPageUp) - Use unions in favor of casts in
3027         XEvents.
3029 2002-08-10 23:54  tringali
3031         * source/highlightData.c (1.34): Use non-capturing parenthesis in C
3032         and C++ patterns where appropriate.
3034 2002-08-10 23:53  tringali
3036         * source/preferences.h (1.25): Added preference to disable
3037         modifying selection on Undo.
3039 2002-08-10 23:52  tringali
3041         * source/preferences.c (1.63): Added preference to disable changing
3042         the selection to match Undo.
3044 2002-08-10 23:51  tringali
3046         * source/server.c (1.18): Use union for XEvents instead of casts.
3048 2002-08-10 23:48  tringali
3050         * source/: interpret.c (1.27), interpret.h (1.9), macro.c (1.48):
3051         Use unions in place of nonportable casts to avoid warnings
3053 2002-08-10 23:45  tringali
3055         * source/help_data.h (1.18): Regenerated from help.etx update (fix
3056         X resource names)
3058 2002-08-10 23:43  tringali
3060         * source/help.c (1.82): More detail for Motif version, and change
3061         button labels on help browser to be more like WinHelp
3063 2002-08-09 20:48  tringali
3065         * util/system.h (1.12): Support for Lynx, MacOS; better x86
3066         reporting
3068 2002-08-09 14:08  tringali
3070         * doc/: help.etx (1.21), nedit.doc (1.21), nedit.html (1.15): Fix
3071         typo in last commit (replace * with @*)
3073 2002-08-09 13:52  tringali
3075         * doc/: help.etx (1.20), nedit.doc (1.20), nedit.html (1.14):
3076         Update incorrect X resources (nedit*text.foo) and upgrade version.
3078 2002-08-09 13:11  tringali
3080         * source/window.c (1.60): Convert // style comment to /* */, so it
3081         compiles again. NEdit is C89, not C++ or C99!
3083 2002-08-08 21:00  n8gray
3085         * doc/help.etx (1.19), doc/nedit.doc (1.19), doc/nedit.html (1.13),
3086         source/help_data.h (1.17), source/help_topic.h (1.13),
3087         source/nedit.h (1.27), source/window.c (1.59): Fixing the
3088         "ever-growing stats line" bug seen under lesstif.  Also, the stats
3089         area code is generally much nicer now, IMHO.
3091 2002-08-02 08:36  n8gray
3093         * doc/help.etx (1.18), doc/nedit.doc (1.18), doc/nedit.html (1.12),
3094         source/help_data.h (1.16), source/help_topic.h (1.12), source/nc.c
3095         (1.26): nc.autoStart now defaults to True.  I've had to explain
3096         that warning message one too many times...
3097         
3098         If anybody finds this offensive, it's easy to revert.  ;^)
3100 2002-08-01 00:53  n8gray
3102         * doc/help.etx (1.17), doc/nedit.doc (1.17), doc/nedit.html (1.11),
3103         source/help_data.h (1.15), source/help_topic.h (1.11),
3104         source/macro.c (1.47): Added optional "copy" argument to
3105         replace_in_string to make it return a copy of the input string if
3106         no replacements were done.
3108 2002-07-31 23:34  slobasso
3110         * source/interpret.c (1.26): made comment more clear
3112 2002-07-31 20:08  edg
3114         * source/highlight.c (1.33): Fix for yesterday's "fix" (which
3115         wasn't entirely waterproof).
3117 2002-07-30 13:54  edg
3119         * source/highlight.c (1.32): Fix for pattern related crash reported
3120         by Joor: I've overlooked a special case in the recent speed
3121         improvements.
3123 2002-07-29 08:05  n8gray
3125         * doc/help.etx (1.16), doc/nedit.doc (1.16), doc/nedit.html (1.10),
3126         source/help_data.h (1.14), source/help_topic.h (1.10): Minor change
3127         to the documentation for nedit.typingHidesPointer X resource.  By
3128         the way, the X resources section of the documentation doesn't seem
3129         to be in any order whatsoever.  Maybe it should be sorted or
3130         grouped into functional groups.
3132 2002-07-29 03:51  n8gray
3134         * source/macro.c (1.46): Applying TK's autoflushing t_print patch
3135         (SF #552760).  I'm not adding a call to isatty, but if anybody
3136         cares enough about the issue they're welcome to do it.  I just want
3137         to make sure the patch isn't forgotten.
3139 2002-07-28 19:25  edg
3141         * source/preferences.c (1.62): Introduced alpha preference file
3142         version numbering (5.4a1, 5.4a2, ...) for development versions.
3144 2002-07-27 08:55  yooden
3146         * source/: highlightData.c (1.33), macro.c (1.45), preferences.c
3147         (1.61), preferences.h (1.24), smartIndent.c (1.17), userCmds.c
3148         (1.27): Removed obsolete function CopyAllocatedString()
3150 2002-07-26 22:19  n8gray
3152         * source/window.c (1.58): Fixed flickering under-shadow on stats
3153         line.  (Thanks to TK Soh for the fix.) Also fixed horrible
3154         tab-space mixing.
3156 2002-07-26 21:39  n8gray
3158         * ChangeLog (1.26), doc/help.etx (1.15), doc/nedit.doc (1.15),
3159         doc/nedit.html (1.9), source/file.c (1.47), source/help_data.h
3160         (1.13), source/help_topic.h (1.9), source/macro.c (1.44),
3161         source/menu.c (1.63), source/nedit.c (1.34), source/nedit.h (1.26),
3162         source/preferences.c (1.60), source/tags.c (1.42), source/tags.h
3163         (1.12), source/text.c (1.30), source/textDisp.c (1.26),
3164         source/textDisp.h (1.12), source/window.c (1.57): This is the big
3165         one.  NEdit is now calltips-enabled!  :-)
3167 2002-07-20 23:18  yooden
3169         * util/fileUtils.c (1.26): Cover different return value of
3170         readlink() for Lynx.
3172 2002-07-20 23:15  yooden
3174         * makefiles/Makefile.lynx (1.4): Avoid annoying warnings about
3175         include files.
3177 2002-07-20 09:37  amai
3179         * util/utils.c (1.17): Fix order of #includes
3181 2002-07-17 20:42  slobasso
3183         * source/menu.c (1.62): Lesstif was causing problems with
3184         accelerators kicking off actions on KeyRelease events rather than
3185         KeyPress events. This should fix key accelerated Mark and Goto Mark
3186         commands.
3188 2002-07-17 15:14  edg
3190         * source/: highlight.c (1.31), highlightData.c (1.32), regularExp.c
3191         (1.18), regularExp.h (1.10): Speed improvements in syntax
3192         highlighting and regex engines.
3194 2002-07-16 11:39  edg
3196         * source/window.c (1.56): Inserted a cast to suppress a warning
3197         with certain compilers.
3199 2002-07-15 14:11  edg
3201         * source/: help.c (1.81), macro.c (1.43), preferences.c (1.59),
3202         regularExp.c (1.17), regularExp.h (1.9), search.c (1.48), search.h
3203         (1.17), tags.c (1.41): Lookbehind regex fix: adding missing
3204         backward search extent information.
3206 2002-07-12 11:44  edg
3208         * source/window.c (1.55), util/misc.c (1.41): Presumed fix for SF
3209         #550870: Nedit quietly exits unexpectedly.  Missing X atoms were
3210         not created, but always used.
3212 2002-07-11 21:18  slobasso
3214         * source/file.c (1.46), source/file.h (1.10), source/help.c (1.80),
3215         source/help.h (1.10), source/highlight.c (1.30), util/DialogF.h
3216         (1.7), util/clearcase.h (1.3), util/fileUtils.h (1.9),
3217         util/fontsel.h (1.7), util/getfiles.h (1.5), util/managedList.h
3218         (1.5), util/misc.h (1.13), util/prefFile.h (1.6), util/printUtils.h
3219         (1.7), util/system.h (1.11), util/utils.c (1.16), util/utils.h
3220         (1.9), util/vmsParam.h (1.4), util/vmsUtils.h (1.5),
3221         source/highlight.h (1.6), source/highlightData.c (1.31),
3222         source/highlightData.h (1.8), source/interpret.c (1.25),
3223         source/interpret.h (1.8), source/macro.c (1.42), source/macro.h
3224         (1.4), source/menu.c (1.61), source/menu.h (1.7), source/nc.c
3225         (1.25), source/nedit.c (1.33), source/nedit.h (1.25),
3226         source/parse.h (1.5), source/parse.y (1.19), source/parse_noyacc.c
3227         (1.3), source/preferences.c (1.58), source/preferences.h (1.23),
3228         source/rbTree.c (1.7), source/rbTree.h (1.3), source/regexConvert.c
3229         (1.8), source/regexConvert.h (1.4), source/regularExp.c (1.16),
3230         source/regularExp.h (1.8), source/search.c (1.47), source/search.h
3231         (1.16), source/selection.c (1.21), source/selection.h (1.5),
3232         source/server.c (1.17), source/server.h (1.4), source/shell.c
3233         (1.23), source/shell.h (1.5), source/shift.c (1.13), source/shift.h
3234         (1.4), source/smartIndent.c (1.16), source/smartIndent.h (1.5),
3235         source/tags.c (1.40), source/tags.h (1.11), source/text.c (1.29),
3236         source/text.h (1.8), source/textBuf.c (1.21), source/textBuf.h
3237         (1.9), source/textDisp.c (1.25), source/textDisp.h (1.11),
3238         source/textDrag.c (1.8), source/textDrag.h (1.3), source/textP.h
3239         (1.4), source/textSel.c (1.10), source/textSel.h (1.3),
3240         source/undo.c (1.11), source/undo.h (1.5), source/userCmds.c
3241         (1.26), source/userCmds.h (1.5), source/window.c (1.54),
3242         source/window.h (1.9), source/windowTitle.c (1.8),
3243         source/windowTitle.h (1.2): more header file cleanup
3245 2002-07-09 14:15  edg
3247         * doc/help.etx (1.14), doc/nedit.doc (1.14), doc/nedit.html (1.8),
3248         source/help_data.h (1.12), source/help_topic.h (1.8),
3249         source/highlight.c (1.29), source/preferences.c (1.57),
3250         source/regularExp.c (1.15), source/regularExp.h (1.7),
3251         source/search.c (1.46): Committed SF patch #530308: look-behind
3252         regular expression matching.
3254 2002-07-05 22:28  uid71894
3256         * doc/help.etx (1.13), source/macro.c (1.41), source/menu.c (1.60),
3257         source/preferences.c (1.56), util/prefFile.c (1.17), util/utils.c
3258         (1.15), util/utils.h (1.8): Moves NEdit's config files in ~/.nedit/
3259         or $NEDIT_HOME.
3261 2002-06-29 13:56  yooden
3263         * source/preferences.c (1.55): Added some comment macros for
3264         default language modes.
3266 2002-06-26 23:39  slobasso
3268         * util/: DialogF.c (1.24), DialogF.h (1.6), clearcase.c (1.4),
3269         clearcase.h (1.2), fileUtils.c (1.25), fileUtils.h (1.8), fontsel.c
3270         (1.18), fontsel.h (1.6), getfiles.c (1.21), getfiles.h (1.4),
3271         managedList.c (1.10), managedList.h (1.4), misc.c (1.40), misc.h
3272         (1.12), prefFile.c (1.16), prefFile.h (1.5), printUtils.c (1.19),
3273         printUtils.h (1.6), system.h (1.10), utils.c (1.14), utils.h (1.7),
3274         vmsParam.h (1.3), vmsUtils.h (1.4): make .h files include their
3275         requirements and move local .h files to top of include list.
3277 2002-06-26 23:37  slobasso
3279         * source/: shell.c (1.22), textDisp.c (1.24): warnings cleanup
3281 2002-06-20 21:32  slobasso
3283         * source/: text.c (1.28), text.h (1.7), textDisp.c (1.23),
3284         textDisp.h (1.10): Added code to handle graphics expose events that
3285         can result from calls to XCopyArea(). Also added code to look for
3286         these events since they can get backlogged in some circumstances.
3287         Removed hack to determine if we were obscured, since this should no
3288         longer be needed.
3290 2002-06-10 16:56  slobasso
3292         * source/tags.c (1.39): fixed merge conflict.
3294 2002-06-08 13:56  tringali
3296         * ChangeLog (1.25), Makefile (1.7), README (1.29), ReleaseNotes
3297         (1.16), doc/help.etx (1.12), doc/nedit.doc (1.13), doc/nedit.html
3298         (1.7), makefiles/Makefile.macosx (1.2), makefiles/Makefile.os2
3299         (1.12), source/Makefile.dependencies (1.17), source/comnedit.com
3300         (1.8), source/file.c (1.45), source/help.c (1.79), source/help.h
3301         (1.9), source/help_data.h (1.11), source/help_topic.h (1.7),
3302         source/highlight.c (1.28), source/highlightData.c (1.30),
3303         source/highlightData.h (1.7), source/lnknedit.com (1.6),
3304         source/nc.c (1.24), source/nedit.c (1.32), source/preferences.c
3305         (1.54), source/preferences.h (1.22), source/server.c (1.16),
3306         source/shell.c (1.21), source/tags.c (1.38), source/window.c
3307         (1.53), source/windowTitle.c (1.7), util/DialogF.c (1.23),
3308         util/comutil.com (1.4), util/fileUtils.c (1.24), util/fontsel.c
3309         (1.17), util/misc.c (1.39), util/prefFile.c (1.15),
3310         util/printUtils.c (1.18), util/utils.c (1.13), util/utils.h (1.6):
3311         Merge 5.3 release branch fixes back to mainline development.
3313 2002-06-01 15:18  tringali
3315         * Makefile (tags: REL-5-3) (BETA-5-3.3): Final changes for 5.3
3317 2002-06-01 13:44  tringali
3319         * doc/nedit.doc, doc/nedit.html, source/help_data.h
3320         (BETA-5-3.[4,4,4]) (utags: REL-5-3): Update version to 5.3 for
3321         final release.
3323 2002-05-16 07:53  edg
3325         * source/preferences.c (tags: REL-5-3) (BETA-5-3.5): Fix for SF
3326         #555364: 5.3RC1 preferences update not complete (provided by Markus
3327         Schwarzenberg).
3329 2002-05-08 16:19  slobasso
3331         * source/menu.c (1.59): Removed many calls to
3332         HidePointerOnKeyedEvent() that shouldn't have been put there.
3334 2002-05-08 15:30  slobasso
3336         * source/menu.c (1.58): verify we have an event before checking the
3337         type
3339 2002-05-07 01:13  n8gray
3341         * source/preferences.c (1.53): nedit.typingHidesPointer resource is
3342         no longer saved in .nedit file, just like other optional X
3343         resources.  (e.g. nedit.shell, nedit.tagFile, etc.)
3345 2002-05-06 15:52  slobasso
3347         * source/menu.c (1.57): Removed a call to HidePointerOnKeyedEvent
3348         in unloadTagsFileMenuCB that caused a crash.
3350 2002-05-03 13:36  amai
3352         * ChangeLog (tags: REL-5-3) (BETA-5-3.2): Update
3354 2002-05-02 00:01  slobasso
3356         * source/shell.c (BETA-5-3.3): Added code to allow substituted
3357         command strings to be arbitrarily long.
3359 2002-05-01 06:36  n8gray
3361         * source/: nedit.h (1.24), window.c (1.52): Committed separate
3362         line/col patch.
3363         
3364         Commit Haiku:     Line and Col on Right     Not Customizable Yet   
3365          Hope There Are No Bugs
3367 2002-04-29 17:16  slobasso
3369         * doc/.cvsignore (1.2): added .version
3371 2002-04-29 08:39  edg
3373         * util/comutil.com (BETA-5-3.1): VMS "makefile" enhancements (Jack
3374         Patteeuw).
3376 2002-04-29 00:35  amai
3378         * .cvsignore (1.1), doc/.cvsignore (1.1), source/.cvsignore (1.3),
3379         util/.cvsignore (1.1): Add/enhance .cvsignore .cvsignore files
3381 2002-04-29 00:28  amai
3383         * source/window.c (1.51): Drop an unused #include
3385 2002-04-26 16:10  slobasso
3387         * source/tags.c (1.37): Removed unused variables and double free.
3389 2002-04-26 16:06  slobasso
3391         * source/tags.c (1.36): Cleanup FindDefinition and how globals are
3392         used. Changes were actually in previous revision, but I
3393         accidentally committed without comment.
3395 2002-04-26 16:04  slobasso
3397         * source/tags.c (1.35): [no log message]
3399 2002-04-24 20:40  edg
3401         * source/: comnedit.com, lnknedit.com (BETA-5-3.[1,1]): VMS
3402         compilation and linking fixes (Jack Patteeuw).
3404 2002-04-23 19:52  edg
3406         * source/nc.c, source/preferences.c, source/window.c,
3407         source/windowTitle.c, util/fileUtils.c (BETA-5-3.[2,4,4,9,1]):
3408         Various VMS compilation & linking fixes. 5.3 now compiles and runs
3409         at least on Alpha OpenVMS V7.2-1 (confirmed by Jack Patteeuw, who
3410         also reported the problems).
3412 2002-04-22 16:37  slobasso
3414         * source/text.c (1.27): fix compiler warning.
3416 2002-04-22 15:24  amai
3418         * ChangeLog (1.24): Update
3420 2002-04-22 15:22  amai
3422         * makefiles/Makefile.macosx (BETA-5-3.2): Fix line endings from
3423         "\\" to "\".  Correct linking order in alternative set of flags
3424         using XFree86 with LessTif
3426 2002-04-19 21:40  slobasso
3428         * doc/help.etx (1.11): Added new feature to hide mouse pointer
3429         while typing.
3431 2002-04-19 16:22  slobasso
3433         * source/: help_data.h (1.10), menu.c (1.56), menu.h (1.6),
3434         preferences.c (1.52), preferences.h (1.21), text.c (1.26), text.h
3435         (1.6), textDisp.c (1.22), textDisp.h (1.9): Added new feature to
3436         hide mouse pointer while typing.
3438 2002-04-16 17:29  edg
3440         * source/nc.c, source/server.c, source/windowTitle.c, util/utils.c,
3441         util/utils.h (BETA-5-3.[1,1,8,1,1]): Renamed GetHostName() to
3442         GetNameOfHost() to avoid linking problems on VMS (the VMS linker is
3443         case-insensitive; GetHostName() conflicts with standard
3444         gethostname()).
3446 2002-04-15 10:46  edg
3448         * source/: file.c, preferences.c, preferences.h (BETA-5-3.[1,3,1]):
3449         Fix for linking problem on VMS: function
3450         GetPrefAlwaysCheckRelativeTagsSpecs had more than 31 characters.
3451         Replaced it by GetPrefAlwaysCheckRelTagsSpecs.
3453 2002-04-13 20:24  edg
3455         * source/window.c (BETA-5-3.3): Minor fix: MakeSelectionVisible()
3456         did not take into account line numbers.  (SF #543178: Line numbers
3457         hide CTRL-M matches).
3459 2002-04-12 18:12  edg
3461         * doc/help.etx, doc/nedit.doc, doc/nedit.html, source/help_data.h
3462         (BETA-5-3.[1,3,3,3]): Documentation fixes (X-resource section).
3464 2002-04-12 18:09  edg
3466         * source/help.c (BETA-5-3.7): Backed out previous change because
3467         affects default width of help windows.  Will consult developers
3468         first.
3470 2002-04-12 17:50  edg
3472         * source/help.c (BETA-5-3.6): Small fix: nedit.helpFont was ignored
3473         when determining initial size of help windows (instead, the value
3474         of the now obsolete nedit*helpText.font resource was used
3475         implicitly).
3477 2002-04-10 09:41  edg
3479         * source/highlight.c (BETA-5-3.4): Crash fix for syntax
3480         highlighting pattern sets containing only pass-2 patterns.
3482 2002-03-28 14:21  edg
3484         * util/printUtils.c (tags: BETA-5-3-RC1) (BETA-5-3.1): Applied
3485         patch submitted with SF bug #536168: printing to KDE print
3486         framework.
3488 2002-03-26 22:32  amai
3490         * makefiles/Makefile.macosx (tags: BETA-5-3-RC1) (BETA-5-3.1): Add
3491         sample linker command using LessTif as posted on discuss@
3493 2002-03-26 13:43  edg
3495         * util/fontsel.c (tags: BETA-5-3-RC1) (BETA-5-3.1): Prevent
3496         possible crash when the Font dialog is destroyed while a modal Font
3497         Selection dialog is up.
3499 2002-03-25 10:02  edg
3501         * source/highlight.c (tags: BETA-5-3-RC1) (BETA-5-3.3): Prevent
3502         buffer overflow in DialogF when reporting a RE compilation error
3503         for a very large RE.
3505 2002-03-23 17:04  edg
3507         * source/shell.c (tags: BETA-5-3-RC1) (BETA-5-3.2): The line
3508         counting algorithm for shell command output dialog is still not
3509         fullproof (it would require emulating word wrapping). Now a
3510         scrollbar is created when there is a risk of underestimating the
3511         number of lines, to make sure that no line ever gets obscured.
3513 2002-03-22 15:54  edg
3515         * source/shell.c (BETA-5-3.1): Fix for shell command output dialog
3516         obscuring final lines under certain conditions (reported at discuss
3517         list).
3519 2002-03-21 08:41  edg
3521         * source/: window.c, tags.c (BETA-5-3.[2,2]) (utags: BETA-5-3-RC1):
3522         Got rid of strdup() call (+related comment in disabled code in
3523         tags.c).
3525 2002-03-21 00:19  amai
3527         * source/highlightData.c (tags: BETA-5-3-RC1) (BETA-5-3.4): SF
3528         Patch [ 531549 ] TCL highlight patterns updated.
3530 2002-03-21 00:15  amai
3532         * makefiles/Makefile.os2 (tags: BETA-5-3-RC1) (BETA-5-3.2): Correct
3533         linker flags for omf/debuggable build
3535 2002-03-20 18:30  edg
3537         * source/highlightData.c (BETA-5-3.3): Double bug fix in X
3538         Resources pattern: context distance violation and missing escapes
3539         and continuation highlights.
3541 2002-03-19 21:39  edg
3543         * source/help.c (tags: BETA-5-3-RC1) (BETA-5-3.5): Replaced
3544         (non-ANSI) snprintf() call by equivalent code.
3546 2002-03-19 18:29  edg
3548         * source/windowTitle.c (tags: BETA-5-3-RC1) (BETA-5-3.7): The
3549         background color copying code for the preview didn't work with all
3550         Motif versions (it even crashed). Now copied the color from the
3551         form iso. a label.  This should work also for Motif 1.2.
3553 2002-03-19 17:42  edg
3555         * Makefile (tags: BETA-5-3-RC1) (BETA-5-3.2): Include nedit.html in
3556         binary distributions.
3558 2002-03-19 17:39  edg
3560         * ChangeLog, doc/nedit.doc, doc/nedit.html, source/help_data.h,
3561         source/help_topic.h (BETA-5-3.[1,2,2,2,2]) (utags: BETA-5-3-RC1):
3562         Final update for 5.3RC1 (hopefully).
3564 2002-03-19 08:51  edg
3566         * source/windowTitle.c (BETA-5-3.6): Changed the preview field's
3567         background color to make it clear that it is read-only.
3569 2002-03-18 23:41  edg
3571         * source/highlight.c (BETA-5-3.2): Fix for SF #531577: Balance
3572         fails before text viewed.  Unparsed parens are parsed with pass-2
3573         patterns when necessary.
3575 2002-03-18 23:15  edg
3577         * source/: help.c, nedit.c (tags: BETA-5-3-RC1) (BETA-5-3.[4,2]):
3578         Committed Markus' latest enhancements (focus related).
3580 2002-03-17 11:21  yooden
3582         * source/windowTitle.c, util/prefFile.c (tags: BETA-5-3-RC1)
3583         (BETA-5-3.[5,1]): Makes the cursor in the Window Title Dialog's
3584         preview field invisible.
3586 2002-03-16 20:40  edg
3588         * source/window.c (BETA-5-3.1): Changed 2 free() calls into XFree
3589         calls().
3591 2002-03-15 14:36  amai
3593         * source/: Makefile.dependencies (tags: BETA-5-3-RC1) (BETA-5-3.1),
3594         Makefile.dependencies (1.16): Update
3596 2002-03-15 08:51  edg
3598         * source/: help.c, help.h (tags: BETA-5-3-RC1), nedit.c
3599         (BETA-5-3.[3,1,1]): Applied patch 526967: single window help with
3600         history (with a minor modification in the mnemonics: P for Previous
3601         iso. Print).
3603 2002-03-14 17:41  amai
3605         * source/textDisp.c (1.21), source/textDrag.c (1.7),
3606         source/textSel.c (1.9), source/undo.c (1.10), source/userCmds.c
3607         (1.25), source/window.c (1.50), source/windowTitle.c (1.6),
3608         util/DialogF.c (1.22), util/clearcase.c (1.3), util/fileUtils.c
3609         (1.23), util/fontsel.c (1.16), util/getfiles.c (1.20),
3610         util/managedList.c (1.9), util/misc.c (1.38), util/prefFile.c
3611         (1.14), util/printUtils.c (1.17), util/utils.c (1.12): Attempt to
3612         complete last commit (add trailing optional #include)
3614 2002-03-14 17:18  amai
3616         * source/: rbTree.c (1.6), regexConvert.c (1.7), regularExp.c
3617         (1.14), search.c (1.45), selection.c (1.20), server.c (1.15),
3618         shell.c (1.20), shift.c (1.12), smartIndent.c (1.15), tags.c
3619         (1.34), text.c (1.25), textBuf.c (1.20): Add an optional #include
3620         at the end of all #includes in each .c source file. Document that
3621         stuff in Makefile.generic
3623 2002-03-14 17:15  amai
3625         * makefiles/Makefile.generic (1.8), source/file.c (1.44),
3626         source/help.c (1.78), source/highlight.c (1.27),
3627         source/highlightData.c (1.29), source/interpret.c (1.24),
3628         source/linkdate.c (1.3), source/macro.c (1.40), source/menu.c
3629         (1.55), source/nc.c (1.23), source/nedit.c (1.31),
3630         source/preferences.c (1.51): Add an optional #include at the end of
3631         all #includes in each .c source file. Document that stuff in
3632         Makefile.generic
3634 2002-03-14 15:33  edg
3636         * source/windowTitle.c (BETA-5-3.4): Removed some toggle button
3637         margin height overrides that caused the mnemonic underscores to
3638         disappear with certain Motif versions.
3640 2002-03-14 01:25  amai
3642         * source/file.c (1.43), source/help.c (1.77), source/highlight.c
3643         (1.26), source/highlightData.c (1.28), source/interpret.c (1.23),
3644         source/linkdate.c (1.2), source/macro.c (1.39), source/menu.c
3645         (1.54), source/nc.c (1.22), source/preferences.c (1.50),
3646         source/rbTree.c (1.5), source/regexConvert.c (1.6),
3647         source/regularExp.c (1.13), source/search.c (1.44),
3648         source/selection.c (1.19), source/server.c (1.14), source/shell.c
3649         (1.19), source/shift.c (1.11), source/smartIndent.c (1.14),
3650         source/tags.c (1.33), source/text.c (1.24), source/textBuf.c
3651         (1.19), source/textDisp.c (1.20), source/textDrag.c (1.6),
3652         source/textSel.c (1.8), source/undo.c (1.9), source/userCmds.c
3653         (1.24), source/window.c (1.49), source/windowTitle.c (1.5),
3654         util/DialogF.c (1.21), util/clearcase.c (1.2), util/fileUtils.c
3655         (1.22), util/fontsel.c (1.15), util/getfiles.c (1.19),
3656         util/managedList.c (1.8), util/misc.c (1.37), util/prefFile.c
3657         (1.13), util/printUtils.c (1.16), util/utils.c (1.11): Optionally
3658         #include "../config.h" anywhere at first place in all(?) .c files
3660 2002-03-13 17:15  edg
3662         * source/help.c (BETA-5-3.2): Leak fix: style buffers were leaked
3663         when help windows were closed or dismissed.
3665 2002-03-13 13:19  edg
3667         * source/highlightData.c (BETA-5-3.2): Minor fix in Tcl patterns:
3668         newlines are allowed in double quoted strings.
3670 2002-03-13 12:05  edg
3672         * source/preferences.c, util/DialogF.c, util/misc.c
3673         (BETA-5-3.[2,1,1]) (utags: BETA-5-3-RC1): Various minor leak fixes.
3675 2002-03-13 12:04  edg
3677         * source/windowTitle.c (BETA-5-3.3): Made the preview field use a
3678         variable width font to avoid obscuring it too easily.
3680 2002-03-12 20:22  edg
3682         * source/preferences.c (BETA-5-3.1): Small leak fix in language
3683         mode detection.
3685 2002-03-12 20:20  edg
3687         * source/: highlight.c, highlightData.c, highlightData.h (tags:
3688         BETA-5-3-RC1) (BETA-5-3.[1,1,1]): Revised syntax-based paren
3689         matching algorithm: relaxes constraints on highlight patterns.
3690         Valid matches should no longer be missed.
3692 2002-03-12 16:59  edg
3694         * source/help.c (BETA-5-3.1): Leak fix: text was leaked when
3695         printed.
3697 2002-03-12 16:22  edg
3699         * source/windowTitle.c (BETA-5-3.2): Removed an XmStringFree() call
3700         that was left behind (and caused a crash).
3702 2002-03-12 16:16  amai
3704         * makefiles/Makefile.os2 (BETA-5-3.1): Reduce stack size of
3705         binaries.
3707 2002-03-12 14:52  edg
3709         * Makefile, README (tags: BETA-5-3-RC1), ReleaseNotes (tags:
3710         BETA-5-3-RC1), doc/nedit.doc, doc/nedit.html, source/help_data.h,
3711         source/help_topic.h (BETA-5-3.[1,2,2,1,1,1,1]): Set version to
3712         5.3RC1.
3714 2002-03-12 09:04  edg
3716         * ReleaseNotes, source/tags.c (BETA-5-3.[1,1]): Applied patch
3717         #520941: FindDefinition function incorrectly reads the X selection
3718         even when an argument has been provided for the find_definition()
3719         action routine.
3721 2002-03-12 00:46  amai
3723         * README (BETA-5-3.1): Small updates on LessTif info
3725 2002-03-11 23:09  tringali
3727         * source/windowTitle.c (BETA-5-3.1): Fix UI so dialog doesn't jump
3728         around.  Also prevent overflow bug in text field.
3730 2002-03-11 22:41  amai
3732         * source/windowTitle.c (1.4): Fix compiler warning
3734 2002-03-11 22:40  amai
3736         * README (1.28): Small updates on LessTif info
3738 2002-03-11 22:18  edg
3740         * doc/nedit.doc (1.12), doc/nedit.html (1.6), source/help_data.h
3741         (1.9), source/help_topic.h (1.6), README (1.27), ReleaseNotes
3742         (1.15): Last update before 5.3 branch.
3744 2002-03-11 22:05  edg
3746         * doc/help.etx (1.10, BETA-5-3-RC1), source/highlight.c (1.25),
3747         source/highlight.h (1.5, BETA-5-3-RC1), source/menu.c (1.53,
3748         BETA-5-3-RC1), source/nedit.h (1.23, BETA-5-3-RC1),
3749         source/preferences.c (1.49), source/preferences.h (1.20,
3750         BETA-5-3-RC1), source/search.c (1.43, BETA-5-3-RC1),
3751         source/window.c (1.48): Applied SF patch #513976: Syntax-based
3752         parenthesis matching.
3754 2002-03-11 18:17  edg
3756         * ChangeLog (1.23), README (1.26), ReleaseNotes (1.14): Update for
3757         5.3.
3759 2002-03-08 10:40  edg
3761         * source/window.c (1.47): Fix for #527319: segfault in
3762         virtKeyBindingsAreInvalid().
3764 2002-03-08 08:43  edg
3766         * source/tags.c (1.32): Fix for #527222: malloc bugs in tags.c
3767         (Nathan Gray).
3769 2002-03-07 20:49  edg
3771         * doc/nedit.doc (1.11), doc/nedit.html (1.5), source/help_data.h
3772         (1.8), source/help_topic.h (1.5): Regenerated.
3774 2002-03-07 20:36  edg
3776         * doc/help.etx (1.9), source/windowTitle.c (1.3): Applied patch
3777         #519092: Customizable window title UI redesign
3779 2002-03-07 17:40  edg
3781         * source/menu.c (1.52): Removed some (unnecessary) statements that
3782         could cause the X server to freeze when the background menu was
3783         popped up while any of the lock keys were on.
3785 2002-03-07 16:42  tringali
3787         * makefiles/Makefile.linux (1.8, BETA-5-3-RC1): Add -lXp.
3789 2002-03-06 22:04  edg
3791         * doc/help.etx (1.8), source/nedit.h (1.22), source/preferences.c
3792         (1.48), source/preferences.h (1.19), source/window.c (1.46): Added
3793         patch #525903: Workaround for invalid virtual key bindings attached
3794         to the root window: invalid bindings are detected and ignored
3795         (behavior can be controlled with a new X-resource).
3797 2002-03-06 14:42  tringali
3799         * makefiles/Makefile.linux (1.7): Force Motif to be pulled in
3800         statically by default.  Linux users tend to upgrade frequently or
3801         move binaries across systems, causing library version skew.
3803 2002-03-04 20:10  amai
3805         * source/tags.c (1.31): Remove unused statements/code lines as
3806         pointed out on develop@
3808 2002-03-02 17:02  yooden
3810         * doc/help.etx (1.7), source/file.c (1.42, BETA-5-3-RC1),
3811         source/menu.c (1.51), source/nedit.h (1.21), source/preferences.c
3812         (1.47), source/preferences.h (1.18): Makes the line feed NEdit
3813         appends on save optional. (SF Bug #495009)
3815 2002-03-01 22:44  slobasso
3817         * source/interpret.c (1.22, BETA-5-3-RC1): properly round pow()
3818         results
3820 2002-03-01 17:13  amai
3822         * ChangeLog (1.22), README (1.25): Update timestamp and ChangeLog
3824 2002-03-01 17:12  amai
3826         * util/fileUtils.c (1.21, BETA-5-3-RC1): Add a UNICOS-specific call
3827         to readlink()
3829 2002-03-01 17:04  amai
3831         * util/fontsel.c (1.14): Replace rint(x) by floor(x+0.5)
3833 2002-03-01 16:04  amai
3835         * makefiles/Makefile.unicos (1.5, BETA-5-3-RC1): Patch from Paolo
3836         Palazzi to compile on UNICOS 10.0.1.0
3838 2002-02-27 14:44  edg
3840         * source/window.c (1.45): Setfont: fixed a bug with the window
3841         getting the wrong width when changing the font size under fvwm (or
3842         any other ICCCM2 compliant window manager). Fix provided by Dominik
3843         Vogt of fvwm.
3845 2002-02-27 11:26  edg
3847         * source/text.c (1.23, BETA-5-3-RC1): Replaced the "None" modifiers
3848         by "~Alt ~Shift ~Ctrl ~Meta", because "None" also excludes lock
3849         keys and prevents PageUp/PageDown from responding when, for
3850         instance, the NumLock key is on (so I didn't mix up my binaries
3851         after all :-).
3853 2002-02-25 17:28  edg
3855         * source/text.c (1.22): Reverted the last change. I've probably
3856         mixed up my NEdit binaries.
3858 2002-02-25 14:29  edg
3860         * source/text.c (1.21): Removed the recently introduced None
3861         modifiers in default key bindings.  They don't seem to be
3862         recognized by all Motif versions, causing the PageUp/PageDown keys
3863         to stop working.
3865 2002-02-25 10:32  edg
3867         * source/textDisp.c (1.19, BETA-5-3-RC1): Fix for SF #522263:
3868         segfault fix (Nathaniel Gray).
3870 2002-02-24 21:16  edg
3872         * source/: textBuf.c (1.18), textBuf.h (1.8) (utags: BETA-5-3-RC1):
3873         Fix for #522038: Internal error when splitting window.  Allowed
3874         more than one pre-delete callback per window (I originally thought
3875         that only one was necessary).
3877 2002-02-23 20:01  edg
3879         * source/window.c (1.44): Avoid temporarily invalid WM size hints.
3880         They seem to amplify the effects of a bug in fvwm2 (SF #496526:
3881         Very wide nedit window with fvwm).
3883 2002-02-21 18:53  tringali
3885         * source/text.c (1.20): Fix broken PageUp and PageDown keys on
3886         systems that bind osfPageLeft to Ctrl-PageUp.
3888 2002-02-20 13:03  amai
3890         * source/help.c (1.76): Make getBuildInfo() to return a static
3891         string.
3893 2002-02-16 14:39  edg
3895         * source/help_data.h (1.7): Regenerated with fixed setext (fixes
3896         some style problems).
3898 2002-02-16 14:37  edg
3900         * doc/setext (1.7, BETA-5-3-RC1): Style transition fixes by Steven
3901         Haehn.
3903 2002-02-15 09:41  edg
3905         * doc/nedit.html (1.4), source/help_data.h (1.6),
3906         source/help_topic.h (1.4): Regenerated with fixed setext.
3908 2002-02-15 09:37  edg
3910         * doc/setext (1.6): Applied bug fixes in help and html generation
3911         (provided by Steven Haehn).
3913 2002-02-14 21:08  edg
3915         * source/preferences.c (1.46): Bumped .nedit file version to 5.3.
3917 2002-02-14 21:04  edg
3919         * README (1.24): Synchronized author list with help.etx.
3921 2002-02-14 20:24  amai
3923         * README (1.23), ReleaseNotes (1.13): Re-arrange some text
3925 2002-02-14 14:28  tringali
3927         * source/preferences.c (1.45): Oops, helvetica fonts aren't italic,
3928         they're oblique.
3930 2002-02-13 23:10  edg
3932         * README (1.22), ReleaseNotes (1.12): Preparation of 5.3 release.
3934 2002-02-13 23:07  edg
3936         * source/nc.c (1.21, BETA-5-3-RC1): Preparation of 5.3 release.
3938 2002-02-13 20:47  tringali
3940         * source/preferences.c (1.44): Change help fonts to be like the
3941         defaults we have in nedit.c to reduce the likelihood of them being
3942         missing or defective.
3944 2002-02-13 20:00  tringali
3946         * util/misc.c (1.36): Fix for [ #478234 ] nedit crash with Xwindows
3947         on 2nd screen
3949 2002-02-13 18:03  edg
3951         * ChangeLog (1.21): Update.
3953 2002-02-13 14:14  edg
3955         * source/textDisp.c (1.18): Fix for SF bug #516920: line numbering
3956         in continuous wrap mode.
3958 2002-02-13 12:30  edg
3960         * doc/nedit.doc (1.10), doc/nedit.html (1.3), source/help_data.h
3961         (1.5), source/help_topic.h (1.3): Regenerated documentation.
3963 2002-02-13 12:27  edg
3965         * doc/setext-info.txt (1.1, BETA-5-3-RC1): Added setext format
3966         documentation provided by Steven Haehn.
3968 2002-02-13 12:12  edg
3970         * doc/help.etx (1.6): Minor fixes.
3972 2002-02-11 21:23  arnef
3974         * source/windowTitle.c (1.2): Fixed reason for crash when window is
3975         destroyed.  Removing leading dashes and spaces Checking for array
3976         out of bounds when creating title.
3978 2002-02-11 10:45  edg
3980         * source/highlightData.c (1.27): Upgraded X Resources highlight
3981         patterns to improve highlighting performance.  SF bug #481290;
3982         patterns provided by Markus Schwarzenberg.
3984 2002-02-08 23:26  tringali
3986         * source/nedit.c (1.30): Yet another attempted fix for 434383:
3987         menus showing up as blocks.
3989 2002-02-07 10:23  edg
3991         * doc/help.etx (1.5): Updates for SF bug #489601: misprint in
3992         help.c.
3994 2002-02-07 10:00  edg
3996         * doc/help.etx (1.4): Fix for SF bug #432203: Error in regex help
3997         for \l and \L.
3999 2002-02-07 09:28  edg
4001         * doc/setext (1.5): Comment on #! interpreter line is not allowed
4002         for every shell.
4004 2002-02-05 22:01  edg
4006         * source/highlight.c (1.24): Fix for SF bug #512961: NEdit LOCKS
4007         UP, and also for a similar bug reported at the discuss mailing list
4008         (Philippe Poilbarbe: Infinite Loop).  Yet another char/unsigned
4009         char mixup problem.
4011 2002-02-05 20:55  edg
4013         * source/regularExp.c (1.12, BETA-5-3-RC1): Fixed a char/unsigned
4014         char comparison problem that caused crashes when patterns contained
4015         characters with ASCII code >= 128.
4017 2002-02-05 18:16  edg
4019         * source/: textBuf.c (1.17), textDisp.c (1.17), textDisp.h (1.8,
4020         BETA-5-3-RC1), window.c (1.43): Bug fix for SF bug #510631: 5.2
4021         segmentation fault on Linux/i386.  Modifying tab distance in
4022         continous wrap mode brought the text display widget in an illegal
4023         state.
4025 2002-02-05 13:15  edg
4027         * source/highlight.c (1.23): Bugfix in color allocation (Thomas
4028         Schuetzkowski).
4030 2002-02-03 16:41  edg
4032         * source/: textBuf.c (1.16), textBuf.h (1.7), textDisp.c (1.16),
4033         textDisp.h (1.7): Patches for SF bug #485415: Continuous wrap
4034         updating bugs.  Continuous wrap mode combined with variable font
4035         sizes resulted in wrong text display calculations.
4037 2002-02-01 15:03  edg
4039         * source/textDisp.c (1.15): Patch for SF bug #510765: Help>Version
4040         scrollbar can get corrupted.  The text display widget used wrong
4041         style information for wrapping calculations when using variable
4042         width fonts.
4044 2002-01-28 10:43  amai
4046         * ChangeLog (1.20), source/help.c (1.75), source/nedit.c (1.29),
4047         source/server.c (1.13, BETA-5-3-RC1), source/tags.c (1.30),
4048         source/textDisp.c (1.14), source/textDrag.c (1.5, BETA-5-3-RC1),
4049         source/undo.c (1.8, BETA-5-3-RC1): Add some explicit #include
4050         <string.h>
4052 2002-01-23 16:54  tringali
4054         * source/help.c (1.74): Change parenthesis style to match the rest
4055         of nedit source code.
4057 2002-01-23 16:53  tringali
4059         * source/textSel.c (1.7, BETA-5-3-RC1): Accept COMPOUND_TEXT
4060         selection requests for compatability with recent versions of
4061         gnome-terminal.
4063 2002-01-17 01:34  amai
4065         * makefiles/Makefile.os2 (1.11): Some small fixes/enhancements
4067 2002-01-15 17:05  tringali
4069         * source/: menu.c (1.50), window.c (1.42): Lower case, Upper case,
4070         and Find Def do not require an NEdit selection.  LC/UC can operate
4071         on the cursor, and Find Def can use an external selection.
4073 2002-01-13 16:01  yooden
4075         * source/: menu.c (1.49), window.c (1.41): Removed four
4076         XtSetSensitive calls that prevent use of 'Open Selected' and 'Find
4077         Selection' on selections that are not NEdit's.
4079 2002-01-12 00:59  amai
4081         * makefiles/Makefile.os2 (1.10), source/nc.c (1.20): Makefile.os2:
4082         update/correct some linker options nc.c: I think I previously
4083         messed up the commandline for EMX&VMS case.  Perhaps not a good
4084         idea to mess around in code which I can't test...
4086 2002-01-11 18:21  amai
4088         * source/nc.c (1.19): Fix for server startup command line on OS/2:
4089         missing flag for START command and fix memory leak.
4091 2002-01-11 13:10  amai
4093         * doc/setext (1.4), source/help_data.h (1.4): Patch from Steven
4094         Haehn to add some static/const to setext output
4096 2002-01-10 12:49  amai
4098         * source/help.c (1.73): Make some funcs/vars static
4100 2002-01-08 16:06  amai
4102         * README (1.21): New timestamp ...  (a test whether the commit
4103         messages get a different subject now)
4105 2002-01-08 14:33  amai
4107         * ChangeLog (1.19), source/menu.c (1.48), source/nedit.h (1.20),
4108         source/window.c (1.40): Make more menu Items sensitive WRT an
4109         existing selection: Cut, Upper, Lower
4111 2002-01-07 10:15  amai
4113         * source/tags.c (1.29): Jump to tags only referenced by line
4114         number.  Fix by M. Schwarzenberg.
4116 2002-01-05 16:52  amai
4118         * source/search.c (1.42): Only set *again menu Items on the first
4119         search ever (not on each)
4121 2002-01-05 16:45  amai
4123         * source/: Makefile.dependencies (1.15), menu.c (1.47), nedit.h
4124         (1.19), search.c (1.41), search.h (1.15, BETA-5-3-RC1), window.c
4125         (1.39): Toggle Menu Item sensitivity, including those from SF Bug [
4126         #486072 ] Selection commands sensitivity incorrect
4128 2002-01-05 02:19  edel
4130         * source/: help_data.h (1.3), help_topic.h (1.2): Regenerated
4131         help_topic.h and help_data.h for change in help.ext
4133 2002-01-05 02:09  edel
4135         * makefiles/Makefile.solaris (1.7, BETA-5-3-RC1): Reverting to 1.5
4136         (I accidentally committed my private mods, sorry).
4138 2002-01-05 01:48  edel
4140         * doc/help.etx (1.3), doc/setext (1.3), makefiles/Makefile.solaris
4141         (1.6), source/help.c (1.72), source/preferences.c (1.43),
4142         source/preferences.h (1.17): Help updates from Steve.  Remove
4143         unused title font resources, add back some missing help text.
4145 2002-01-04 16:39  amai
4147         * ChangeLog (1.18), source/textDisp.c (1.13): Fix ("wrong")
4148         compiler (gcc) warning about two uninitialized variables
4150 2001-12-31 14:34  amai
4152         * source/nc.c (1.18): Fix a problem with calling nedit from nc on
4153         OS/2 which I introduced recently.  Enlarge Preferences.serverCmd
4154         array.
4156 2001-12-24 11:50  amai
4158         * source/macro.c (1.38, BETA-5-3-RC1): Fix by Gilles J. Seguin for
4159         SF Bug [ #480966 ] Composed characters in learned sequence
4161 2001-12-24 09:46  amai
4163         * source/file.c (1.41), source/highlight.c (1.22), source/menu.c
4164         (1.46), util/getfiles.c (1.18, BETA-5-3-RC1): Fix for SF Bug [
4165         #480960 ] No titles in some dialog boxes as sent to develop@ from
4166         T. Haude
4168 2001-12-24 09:26  amai
4170         * ChangeLog (1.17), source/parse_noyacc.c (1.2, BETA-5-3-RC1),
4171         source/window.c (1.38): Update ChangeLog, parse_noyacc.c. Typo in
4172         window.c
4174 2001-12-24 09:18  amai
4176         * source/: interpret.c (1.21), interpret.h (1.7, BETA-5-3-RC1),
4177         parse.y (1.18, BETA-5-3-RC1): Apply SF Patch [ #496413 ]
4178         preliminary patch for #495293 from A. Hood which in turn fixes SF
4179         Bug [ #495293 ] continue outside of loop causes segfault
4181 2001-12-20 15:38  amai
4183         * source/: comnedit.com (1.7, BETA-5-3-RC1), parse.c_noyacc (1.8),
4184         parse_noyacc.c (1.1): Rename our fallback version of the parse.c
4185         code to have a reasonable file extension. Update VMS command file
4186         accordingly
4188 2001-12-19 17:08  tringali
4190         * source/help.c (1.71): Fix incorrect array size that crashes on
4191         platforms where sizeof(char*) != sizeof(int)
4193 2001-12-19 14:51  tringali
4195         * source/: window.c (1.37), nedit.c (1.28): Back out frame around
4196         text patch; doesn't work well with LessTif
4198 2001-12-18 18:53  tringali
4200         * source/: nedit.c (1.27), window.c (1.36): Put frame around text
4201         widget, for consistent look with XmScrolledText Patch courtesy of
4202         C. Rasmussen (If you don't like it, disable it with
4203         *pane*XmFrame.shadowThickness: 0)
4205 2001-12-17 16:28  amai
4207         * source/selection.c (1.18, BETA-5-3-RC1): Fix compilation problem
4209 2001-12-16 04:31  ajhood
4211         * source/selection.c (1.17):  Modified Files:
4212                 selection.c
4213         replacing sprintf lost the path name when opening files
4215 2001-12-14 14:35  edel
4217         * source/help_topic.h (1.1): Separated auto-generated part of
4218         help.h into different file, help_topic.h.
4220 2001-12-14 05:14  edel
4222         * doc/: Makefile (1.2, BETA-5-3-RC1), help.etx (1.2), nedit.doc
4223         (1.9), nedit.html (1.2), setext (1.2): Rearranged styles to put
4224         fixed fonts first, for sizing help text widget.
4226 2001-12-14 05:12  edel
4228         * source/: Makefile.dependencies (1.14), help.c (1.70), help.h
4229         (1.8), help_data.h (1.2): Rearanged help fonts so window is sized
4230         to match fixed-width formatting.  Fixed underlined fonts not
4231         working.
4233 2001-12-13 15:44  amai
4235         * source/tags.c (1.28): Drop // comments from last check-in
4237 2001-12-13 13:31  amai
4239         * ChangeLog (1.16), source/help.h (1.7): Add prototype to help.h to
4240         fix build warning
4242 2001-12-13 13:27  amai
4244         * source/tags.c (1.27), source/tags.h (1.10, BETA-5-3-RC1),
4245         util/fileUtils.c (1.20), util/utils.c (1.10, BETA-5-3-RC1),
4246         util/utils.h (1.5, BETA-5-3-RC1): Apply SF Patch [ #491109 ]
4247         recognize etags TAGS files added from M. Schwarzenberg
4249 2001-12-13 13:14  amai
4251         * source/interpret.c (1.20), source/macro.c (1.37), source/menu.c
4252         (1.45), source/parse.y (1.17), source/preferences.c (1.42),
4253         source/search.c (1.40), source/selection.c (1.16), source/tags.c
4254         (1.26), source/userCmds.c (1.23, BETA-5-3-RC1), util/printUtils.c
4255         (1.15): Fix for SF Bug [ #491943 ] missing (unsigned char) casts
4256         from M. Schwarzenberg
4258 2001-12-12 17:07  edel
4260         * source/help.c (1.69): Fixed hyperlink after search crash, search
4261         memory leak, cleaned up code, added more comments.
4263 2001-12-10 05:11  edel
4265         * source/help_data.h (1.1): Help data generated from
4266         ../doc/help.etx
4268 2001-12-10 05:07  edel
4270         * doc/nedit.html (1.1): Copy of html documentation generated by new
4271         help system
4273 2001-12-10 05:03  edel
4275         * doc/: Makefile (1.1), help.etx (1.1), nedit.doc (1.8), setext
4276         (1.1): New help system!
4278 2001-12-10 04:57  edel
4280         * source/: Makefile.dependencies (1.13), help.c (1.68), help.h
4281         (1.6), highlight.c (1.21), highlight.h (1.4), menu.c (1.44),
4282         preferences.c (1.41), preferences.h (1.16), textDisp.c (1.12): New
4283         help system!
4285 2001-12-07 10:50  amai
4287         * source/file.c (1.40): Close file handle upon various error
4288         conditions to leave the routine w/o success. Also reject block
4289         devices in addition to directories.
4291 2001-12-05 10:16  amai
4293         * source/: nc.c (1.17), nedit.c (1.26): nc: don't use XtWarning
4294         when report invalid commanline argument.  nedit: react properly if
4295         file name on commandline is too long. Now starts up GUI.
4297 2001-12-04 18:03  amai
4299         * ChangeLog (1.15), source/server.c (1.12), util/getfiles.c (1.17):
4300         More checks for ParseFilename()'s return value
4302 2001-12-04 17:50  amai
4304         * source/file.c (1.39), source/menu.c (1.43), source/nc.c (1.16),
4305         source/nedit.c (1.25), source/selection.c (1.15), source/tags.c
4306         (1.25), util/DialogF.c (1.20), util/fileUtils.c (1.19):
4307         ParseFilename() often gets called w/o the caller to ensure that the
4308         arguments are proper.  Let it do some checks and have an useful
4309         return value.
4311 2001-12-04 11:14  amai
4313         * makefiles/Makefile.macosx (1.1): Add Makefile for MacOS X, as
4314         found on our website
4316 2001-12-03 22:21  amai
4318         * source/: help.c (1.67), nedit.c (1.24): Update source timestamp
4319         and add -V to commandline help
4321 2001-12-03 22:18  amai
4323         * source/nc.c (1.15): Resolve a mess of #ifdefs in handling
4324         commandline args.  Implement -V|-version for nc
4326 2001-12-03 16:46  tringali
4328         * source/: Makefile.common (1.10, BETA-5-3-RC1), help.c (1.66),
4329         linkdate.c (1.1, BETA-5-3-RC1): Make build date more accurate by
4330         updating on actual link, not when help.c was last compiled.
4332 2001-12-02 17:58  edg
4334         * source/: textBuf.c (1.15), textSel.c (1.6): Applied SF patch
4335         #487945: Fix for rectangular overstrike paste.
4337 2001-11-30 15:41  tringali
4339         * source/: nedit.c (1.23), window.c (1.35): [487153] Let user
4340         override font of statistics line
4342 2001-11-27 22:53  edg
4344         * source/search.c (1.39): Enhancement to the (multi-file)
4345         replacement dialog: all files are first checked for changes to set
4346         correct sensitivity for the multi-file button and to generate an
4347         up-to-date list of writable files in the multi-file dialog.
4349 2001-11-27 10:47  amai
4351         * source/: help.c (1.65), menu.c (1.42), shell.c (1.18): Patch from
4352         A. Riese SF Patch [ #434451 ] line numbers in shell commands
4354 2001-11-27 09:09  amai
4356         * source/file.c (1.38), source/menu.c (1.41), util/prefFile.c
4357         (1.12), util/utils.c (1.9), util/utils.h (1.4): Introduce
4358         PrependHome() to create all paths of type $HOME/file without
4359         overflow.  Fixes some leaks, other remain ...
4361 2001-11-26 21:40  amai
4363         * util/: fileUtils.c (1.18), utils.c (1.8): Quit if a "safe"
4364         getpw*() call fails. GetUserName() returns a safe, cached result
4366 2001-11-26 17:17  amai
4368         * ChangeLog (1.14), README (1.20), source/help.c (1.64),
4369         source/nc.c (1.14), source/nedit.c (1.22): Apply Patch from M.
4370         Schwarzenberg: SF Patch [ #485610 ] -- open filenames starting with
4371         a dash
4373 2001-11-26 14:54  amai
4375         * util/fileUtils.c (1.17): Try to fix a potential memory
4376         (security?!?) leak in ExpandTile()
4378 2001-11-26 14:17  amai
4380         * util/utils.c (1.7): Cache return value of GetHomeDir() and return
4381         a private reference.  Earlier we did return a string that could be
4382         invalided before it was used!?
4384 2001-11-25 23:03  edg
4386         * source/file.c (1.37): Crash fix: avoid closing windows twice when
4387         user destroys the window of a file that could not be opened instead
4388         of closing the error dialog.
4390 2001-11-25 22:05  edg
4392         * source/textBuf.c (1.14): Small fix: tighter buffer boundary check
4393         when accessing characters.
4395 2001-11-24 11:57  amai
4397         * source/file.c (1.36): Patch from Thorsten Haude for SF Bug [
4398         #484870 ] Double Mnemonic
4400 2001-11-24 11:41  amai
4402         * makefiles/Makefile.qnx (1.1, BETA-5-3-RC1): Add Makefile for QNX
4403         as posted on develop@ mailinglist
4405 2001-11-22 21:01  amai
4407         * source/interpret.c (1.19), source/preferences.c (1.40),
4408         source/textBuf.c (1.13), source/textBuf.h (1.6), util/printUtils.c
4409         (1.14), util/printUtils.h (1.5, BETA-5-3-RC1): Another small const
4410         patch
4412 2001-11-21 16:36  amai
4414         * util/misc.c (1.35): Patch SF [#483505 ] Fix warning on DEC Not
4415         literally, I extended the comment a bit.
4417 2001-11-20 15:53  amai
4419         * README (1.19): Sorry, another "dummy" commit, to check for the
4420         commit messages :-)
4422 2001-11-20 15:36  amai
4424         * ReleaseNotes (1.11): Switch to "5.2+" ...
4426 2001-11-20 15:31  amai
4428         * README (1.18): Start list of 5.2+ features/changes
4430 2001-11-20 13:25  amai
4432         * source/selection.c (1.14), util/system.h (1.9, BETA-5-3-RC1): Add
4433         Intel's icc/ecc to our list of known compilers (and fix a compiler
4434         warning)
4436 2001-11-18 19:53  amai
4438         * ChangeLog (1.13): Update
4440 2001-11-18 19:02  arnef
4442         * source/Makefile.common (1.9), source/Makefile.dependencies
4443         (1.12), source/help.c (1.63), source/help.h (1.5), source/menu.c
4444         (1.40), source/nc.c (1.13), source/preferences.c (1.39),
4445         source/preferences.h (1.15), source/server.c (1.11),
4446         source/window.c (1.34), source/window.h (1.8, BETA-5-3-RC1),
4447         source/windowTitle.c (1.1), source/windowTitle.h (1.1,
4448         BETA-5-3-RC1), util/Makefile.common (1.6, BETA-5-3-RC1),
4449         util/Makefile.dependencies (1.5, BETA-5-3-RC1), util/clearcase.c
4450         (1.1, BETA-5-3-RC1), util/clearcase.h (1.1, BETA-5-3-RC1),
4451         util/fileUtils.c (1.16), util/fileUtils.h (1.7, BETA-5-3-RC1),
4452         util/utils.c (1.6), util/utils.h (1.3): Added Customise Window
4453         Title patch Ref.
4454         http://sourceforge.net/tracker/?func=detail&atid=311005&aid=477875&
4455         group_id=11005
4457 2001-11-16 16:06  tringali
4459         * util/misc.c (1.34): 482504: Bad CapsLock grab on certain keyboard
4460         configurations
4462 2001-11-16 12:47  amai
4464         * source/userCmds.c (1.22): "const patch"
4466 2001-11-16 11:13  amai
4468         * source/: selection.c (1.13), shift.c (1.10, BETA-5-3-RC1): Add
4469         two missing #includes
4471 2001-11-16 11:02  amai
4473         * source/: help.c (1.62), shell.c (1.17), userCmds.c (1.21): Apply
4474         patch SF [ #434451 ] line numbers in shell commands from Axel
4475         Riese.
4477 2001-11-16 10:06  amai
4479         * source/: help.c (1.61), menu.c (1.39), selection.c (1.12),
4480         selection.h (1.4, BETA-5-3-RC1), text.c (1.19), text.h (1.5,
4481         BETA-5-3-RC1), textDisp.c (1.11), textDisp.h (1.6): Apply patch for
4482          SF [ #403435 ] Go to column in "Goto Line Number" dialog (added
4483         some 'consts', missing #include, etc.)
4485 2001-11-16 09:39  amai
4487         * source/: tags.c (1.24), tags.h (1.9), textBuf.c (1.12), textBuf.h
4488         (1.5), userCmds.c (1.20): Another "const patch"
4490 2001-11-15 14:28  amai
4492         * makefiles/Makefile.openbsd (1.1, BETA-5-3-RC1): In principle the
4493         same as Makefile.netbsd, but I arbitrarily chose a Motif 2.1 setup
4494         and added -lXp already
4496 2001-11-13 21:07  amai
4498         * makefiles/Makefile.os2 (1.9): For now we don't have/use
4499         readlink(2) on OS/2
4501 2001-11-13 11:10  amai
4503         * source/: search.c (1.38), search.h (1.14): Add some more 'const's
4504         to public search routines
4506 2001-11-12 14:04  amai
4508         * util/: DialogF.c (1.19), DialogF.h (1.5, BETA-5-3-RC1), misc.c
4509         (1.33), misc.h (1.11, BETA-5-3-RC1): Another small 'const patch'
4511 2001-11-12 13:46  amai
4513         * makefiles/Makefile.generic (1.7, BETA-5-3-RC1), source/tags.c
4514         (1.23), util/fileUtils.c (1.15), util/fileUtils.h (1.6): Revised
4515         version of Patch from Markus Schwarzenberg: SF [ #479589 ] path for
4516         tags files should be resolved I added a catch for systems without
4517         links/readlink(2)
4519 2001-11-10 00:00  slobasso
4521         * source/help.c (1.60): fixed bad eol in string
4523 2001-11-09 23:58  slobasso
4525         * source/highlightData.c (1.26): added in to NEdit macro language
4526         keywords
4528 2001-11-08 16:05  amai
4530         * makefiles/Makefile.generic (1.6), makefiles/Makefile.os2 (1.8),
4531         source/file.c (1.35): Drop WRITES_DOS_TEXT catch finally!
4533 2001-11-08 13:49  amai
4535         * ChangeLog (1.12): Update
4537 2001-11-08 13:47  amai
4539         * README (1.17), source/help.c (1.59): Add timestamp again to
4540         version info. The build date is not necessarily an indicator for
4541         the date of the underlying sources ...
4543 2001-11-08 12:55  edg
4545         * source/search.c (1.37): Fixed a bug for replacements in
4546         rectangular selections: false matches could hide valid ones.
4548 2001-11-07 22:54  edg
4550         * source/preferences.c (1.38): Added a patch for the last remaining
4551         issue of SF bug #230912 (Postscript language mode definition on
4552         VMS), and added a post-5.2 preferences upgrading routine, to be
4553         extended when other preferences are upgraded.
4555 2001-11-05 15:17  tringali
4557         * source/highlightData.c (1.25): Update C/C++ preprocessor patterns
4558         with specific keywords (#include, #define, etc.)
4560 2001-11-02 12:17  edg
4562         * source/file.c (1.34): Changed misleading "Create" button label in
4563         dialogs to "New File" (Thorsten Haude, SF bug #449765).
4565 2001-11-02 12:13  edg
4567         * README (1.16), doc/nedit.doc (1.7), source/help.c (1.58): Minor
4568         documentation updates (Thorsten Haude).
4570 2001-11-01 20:22  edg
4572         * util/fontsel.c (1.13): Removed a debug print statement that was
4573         left behind accidentally.
4575 2001-10-31 17:25  edg
4577         * util/getfiles.c (1.16): Added a VMS-specific check for a Motif
4578         2.x bug workaround (one was added earlier, but it should have been
4579         done at two places).
4581 2001-10-31 16:36  edg
4583         * source/: nedit.c (1.21), preferences.c (1.37): Changed default
4584         font sizes from 12 pixels to 12 points. This should improve
4585         portability.
4587 2001-10-30 21:47  tringali
4589         * source/preferences.c (1.36): Merge post-RC1 changes to mainline
4591 2001-10-27 20:19  edg
4593         * source/: menu.c (1.38), userCmds.c (1.19): Added extra checks to
4594         prevent macro/background menu commands from being executed by the
4595         user while another command is already running (to prevent a crash).
4596         Also added beeps to notify the user in those cases that the
4597         commands are rejected.
4599 2001-10-26 20:17  amai
4601         * makefiles/: Makefile.generic (1.5), Makefile.os2 (1.7): Document
4602         -DWRITES_DOS_TEXT - at least it's used on OS/2!
4604 2001-10-25 15:51  tringali
4606         * source/preferences.c (tags: REL-5-2) (BETA-5-2.6): Compare file
4607         versions as integers to avoid bad float comparisonsCompare file
4608         versions as integers to avoid bad float comparisonsCompare file
4609         versions as integers to avoid bad float comparisonsCompare file
4610         versions as integers to avoid bad float comparisons
4612 2001-10-22 08:50  amai
4614         * source/: tags.c (1.22), tags.h (1.8): Patch for SF [ #473602 ] no
4615         mult. tags selection on 1st find def from Markus Schwarzenberg
4617 2001-10-21 15:13  tringali
4619         * README (1.15), ReleaseNotes (1.10), doc/faq-txt.awk (1.2,
4620         BETA-5-3-RC1), doc/faq-txt.dtd (1.2, BETA-5-3-RC1), doc/faq-txt.xsl
4621         (1.2, BETA-5-3-RC1), doc/faq.dtd (1.2, BETA-5-3-RC1), doc/faq.xml
4622         (1.3, BETA-5-3-RC1), doc/faq.xsl (1.2, BETA-5-3-RC1), doc/nc.man
4623         (1.5, BETA-5-3-RC1), doc/nedit.doc (1.6), doc/nedit.man (1.6,
4624         BETA-5-3-RC1), source/file.c (1.33), source/help.c (1.57),
4625         source/highlight.c (1.20), source/highlightData.c (1.24),
4626         source/nedit.c (1.20), source/preferences.c (1.35), source/search.c
4627         (1.36), source/shell.c (1.16), util/fontsel.c (1.12),
4628         util/fontsel.h (1.5, BETA-5-3-RC1), util/prefFile.c (1.11),
4629         util/system.h (1.8): Merge post-5.2RC1 changes into mainline
4631 2001-10-21 15:09  tringali
4633         * doc/NEdit.ad (1.2, BETA-5-3-RC1), doc/README.FAQ (1.2,
4634         BETA-5-3-RC1), doc/faq-txt-pass2.xsl (1.2, BETA-5-3-RC1),
4635         doc/faq.txt (1.2, BETA-5-3-RC1), makefiles/Makefile.depend (1.2,
4636         BETA-5-3-RC1), makefiles/Makefile.linux (1.6),
4637         makefiles/Makefile.os2 (1.6), makefiles/Makefile.solaris (1.5),
4638         makefiles/Makefile.unixware (1.4, BETA-5-3-RC1): Merge post-5.2RC1
4639         changes into mainline
4641 2001-10-16 14:41  edg
4643         * ChangeLog (tags: REL-5-2) (BETA-5-2.6): Final update for 5.2
4644         release.
4646 2001-10-15 20:10  amai
4648         * source/tags.c (1.21): Latest patch for SF [ #466742 ] Tag not
4649         found
4651 2001-10-15 17:33  slobasso
4653         * source/nc.c (1.12): Patch to allow for multi-line macros to be
4654         passed on nc command line when a nedit server is not already
4655         running.
4657 2001-10-15 17:28  slobasso
4659         * source/: file.c (1.32), file.h (1.9, BETA-5-3-RC1), nedit.c
4660         (1.19), nedit.h (1.18), server.c (1.10): Changed -read behavior to
4661         mimic the Read Only menu option.
4663 2001-10-15 17:24  slobasso
4665         * source/text.c (1.18): Fixes problem where triple clicking to
4666         select a word wrapped line was inconsistent with the subsequent
4667         dragging to extend the selection. The behavior now matches.
4669 2001-10-12 19:34  tringali
4671         * Makefile, source/help.c (BETA-5-2.[1,9]) (utags: REL-5-2): Prep
4672         work for final 5.2 release
4674 2001-10-12 11:54  edg
4676         * README (tags: REL-5-2) (BETA-5-2.5): Minor updates.
4678 2001-10-12 10:36  edg
4680         * README, ReleaseNotes (tags: REL-5-2) (BETA-5-2.[4,2]): Updates in
4681         preparation of the 5.2 release.
4683 2001-10-11 13:19  edg
4685         * source/preferences.c (BETA-5-2.5): Fixed a bug in the 5.2
4686         preferences upgrading routine: new language modes were added, but
4687         the corresponding highlight patterns were not enabled.
4689 2001-10-10 18:32  edg
4691         * source/shell.c (tags: REL-5-2) (BETA-5-2.1): Fixed a bug that
4692         could cause NEdit to crash or garble a file when the user modifies
4693         the buffer while the output of an external command is being
4694         inserted.
4696 2001-10-08 07:29  amai
4698         * ChangeLog (BETA-5-2.5), ChangeLog (1.11): Update
4700 2001-10-06 13:09  amai
4702         * ReleaseNotes (BETA-5-2.1): Some very minor changes towards the
4703         release
4705 2001-10-06 11:42  amai
4707         * README, source/help.c (BETA-5-2.[3,8]): "lame attempt" to enfore
4708         a release: drop "RC" and update timestamps!
4710 2001-10-04 11:02  amai
4712         * makefiles/Makefile.solaris (tags: REL-5-2) (BETA-5-2.2): Use
4713         CC=cc.  After all it's the most - since only - standard conforming
4714         setting
4716 2001-10-04 10:16  amai
4718         * source/tags.c (1.20): Patch for SF Bug [ #466742 ] Tag not found.
4719          This is tags-semicolon2.diff as submitted by Markus Schwarzenberg.
4721 2001-10-04 09:44  amai
4723         * README (1.14), source/help.c (1.56): Update timestamps
4725 2001-10-02 17:06  amai
4727         * source/help.c (BETA-5-2.7): Get PrintVersion() work again and
4728         update timestamp
4730 2001-10-02 07:16  amai
4732         * doc/README.FAQ (1.1): file README.FAQ was initially added on
4733         branch BETA-5-2.
4735 2001-10-02 07:16  amai
4737         * doc/faq-txt-pass2.xsl (1.1): file faq-txt-pass2.xsl was initially
4738         added on branch BETA-5-2.
4740 2001-10-02 07:16  amai
4742         * doc/: README.FAQ, faq-txt-pass2.xsl, faq.dtd, faq.txt, faq.xml
4743         (BETA-5-2.[1,1,1,3,5]) (utags: REL-5-2): FAQ updates from Florian
4744         Xhumari (20011001)
4746 2001-10-01 13:34  amai
4748         * source/highlightData.c (tags: REL-5-2) (BETA-5-2.1): minor
4749         pattern fix, bug 455877
4751 2001-10-01 12:42  edg
4753         * source/preferences.c (BETA-5-2.4): Changed the order in which new
4754         5.2 language modes were added to the list during upgrading (they
4755         are now simply appended instead of inserted).
4757 2001-10-01 08:30  edg
4759         * util/prefFile.c (tags: REL-5-2) (BETA-5-2.1): Fixed a bug in the
4760         preferences restoration mechanism (prefFileRead is now properly
4761         set, even if already present in the resource file).
4763 2001-09-30 19:49  edg
4765         * source/preferences.c (BETA-5-2.3): Added a 5.1 to 5.2 preferences
4766         upgrading routine (language modes and highlight styles).
4768 2001-09-27 12:41  edg
4770         * source/file.c (tags: REL-5-2) (BETA-5-2.1): Added comment about
4771         use of tmpnam (Thorsten Haude).
4773 2001-09-26 21:05  amai
4775         * makefiles/Makefile.unixware (tags: REL-5-2) (BETA-5-2.1): Add
4776         -lSM -lICE  to libs as reported on the list as for UnixWare 7.1.1
4778 2001-09-21 09:58  amai
4780         * source/: tags.c (1.19), tags.h (1.7): 'const' patch + fix small
4781         memory leak + protect against memory overflow in Add*TagFile
4783 2001-09-20 19:30  tringali
4785         * doc/nedit.doc (tags: REL-5-2), source/help.c (BETA-5-2.[3,6]): -
4786         Merge slobasso 5.2 doc fixes erronously applies to mainline here
4788 2001-09-20 14:24  tringali
4790         * source/nedit.c (tags: REL-5-2) (BETA-5-2.1): Remove "iso8859" as
4791         some servers do not have this encoding installed.
4793 2001-09-20 11:14  amai
4795         * ChangeLog (1.10): Update
4797 2001-09-20 11:13  amai
4799         * ChangeLog (BETA-5-2.4): Update. Remove info about recent main
4800         trunk
4802 2001-09-19 12:11  amai
4804         * makefiles/: Makefile.linux, Makefile.os2 (BETA-5-2.[1,1]) (utags:
4805         REL-5-2): Document -lXp flag (required when linking against a Motif
4806         2.1 compatible libXm)
4808 2001-09-17 14:06  amai
4810         * source/file.c (1.31), source/regularExp.c (1.11), source/search.h
4811         (1.13), util/printUtils.c (1.13): Still minor cleanup. Make
4812         compiler/lint even more happy
4814 2001-09-14 15:59  edg
4816         * source/highlight.c (tags: REL-5-2) (BETA-5-2.1): Fixes for SF
4817         bugs #459965 and #460859 (they are related), including patch
4818         #460229.
4820 2001-09-13 14:11  tringali
4822         * source/preferences.c (BETA-5-2.2): #458807: Automatically add 5.2
4823         styles if .nedit file is pre-5.2
4825 2001-09-12 20:14  amai
4827         * doc/: faq-txt.awk (tags: REL-5-2), faq-txt.dtd (tags: REL-5-2),
4828         faq-txt.xsl (tags: REL-5-2), faq.txt, faq.xml, faq.xsl (tags:
4829         REL-5-2) (BETA-5-2.[1,1,1,2,4,1]): Update as sent from Florian
4830         Xhumari
4832 2001-09-12 09:45  amai
4834         * ChangeLog (BETA-5-2.3): I forgot to update this file in this beta
4835         branch ...
4837 2001-09-12 09:18  amai
4839         * makefiles/Makefile.depend (tags: REL-5-2) (BETA-5-2.1): Add CVS
4840         info line to output. Makes life even more simple
4842 2001-09-11 11:24  amai
4844         * doc/faq.xml (BETA-5-2.3): Add a non-visible CVS stamp and update
4845         version/time stamp
4847 2001-09-11 10:17  edg
4849         * source/search.c (tags: REL-5-2) (BETA-5-2.1): Fixed a minor
4850         button sensitivity bug (Multiple Files... button was grayed out
4851         after canceling multi-file replace dialog and modifying search
4852         text).
4854 2001-09-10 15:28  amai
4856         * util/system.h (tags: REL-5-2) (BETA-5-2.2): Update/add/fix
4857         compiler info
4859 2001-09-10 13:42  amai
4861         * source/help.c (BETA-5-2.5): Update timestamp
4863 2001-09-10 13:41  amai
4865         * doc/faq.xml (BETA-5-2.2): Some updates WRT LessTif, mostly
4866         cosmetics.
4868 2001-09-07 14:16  amai
4870         * doc/NEdit.ad (1.1): file NEdit.ad was initially added on branch
4871         BETA-5-2.
4873 2001-09-07 14:16  amai
4875         * doc/NEdit.ad (tags: REL-5-2) (BETA-5-2.1): Add a 5.1 app defaults
4876         file - needs to be updated probably.  This contains only
4877         outcommented entries!
4879 2001-09-07 07:46  amai
4881         * doc/nc.man (tags: REL-5-2), doc/nedit.doc, source/help.c
4882         (BETA-5-2.[1,2,4]): Fix typos as reported on the list
4884 2001-09-07 07:39  amai
4886         * source/help.c (BETA-5-2.3): Don't call XmRegisterConverters() for
4887         Motif 2.1, add declaration for 2.0 and add a "helpful" comment on
4888         all that
4890 2001-09-06 09:39  amai
4892         * ChangeLog (1.9), source/help.c (1.55): ChangeLog update and a new
4893         timestamp
4895 2001-09-06 09:37  amai
4897         * source/: Makefile.dependencies (1.11), file.c (1.30), tags.c
4898         (1.18), tags.h (1.6): Add missing #include and add some 'const'. 
4899         Update dependencies
4901 2001-09-05 11:44  amai
4903         * source/: file.c (1.29), help.c (1.54), preferences.c (1.34),
4904         preferences.h (1.14), tags.c (1.17), tags.h (1.5): Patch for SF bug
4905         [ #451997 ] bugs in tags.c/normalizePathname from Markus
4906         Schwarzenberg
4908 2001-09-04 17:55  amai
4910         * doc/nedit.doc, source/help.c (BETA-5-2.[1,2]): Fix typo reported
4911         on the mailinglist
4913 2001-08-31 22:16  amai
4915         * doc/: faq.txt, faq.xml (BETA-5-2.[1,1]): Update FAQ as sent from
4916         Florian Xhumari.  Add plain text version of FAQ
4918 2001-08-31 22:16  amai
4920         * doc/faq.txt (1.1): file faq.txt was initially added on branch
4921         BETA-5-2.
4923 2001-08-30 21:04  tringali
4925         * util/system.h (BETA-5-2.1): Fix for Solaris x86 "unknown"
4927 2001-08-30 20:19  amai
4929         * ChangeLog (BETA-5-2.2): Update
4931 2001-08-30 20:17  amai
4933         * source/preferences.c (BETA-5-2.1): /bin/csh doesn't make sense on
4934         OS/2 - even as a default value only
4936 2001-08-29 15:56  slobasso
4938         * source/help.c (1.53): fixed mispellings
4940 2001-08-29 13:56  amai
4942         * source/regularExp.c (1.10): Fix lint warning: octal constants
4943         shouldn't carry a suffix like 'L'!?
4945 2001-08-29 08:27  amai
4947         * util/: misc.c (1.32), misc.h (1.10): Second attempt to fix a
4948         specific compiler warning and a 'const' addition
4950 2001-08-29 00:01  slobasso
4952         * source/file.c (1.28): moved braces so nedit goto matching works
4954 2001-08-28 23:18  slobasso
4956         * doc/nedit.doc (1.5), source/help.c (1.52): documentation cleanup
4958 2001-08-28 22:24  slobasso
4960         * source/help.c (1.51): Array documentation cleanup.
4962 2001-08-28 11:41  amai
4964         * source/tags.c (1.16): 'const' patch
4966 2001-08-28 11:29  amai
4968         * source/file.c (1.27), source/highlight.c (1.19),
4969         source/interpret.c (1.18), source/macro.c (1.36), source/menu.c
4970         (1.37), source/preferences.c (1.33), source/preferences.h (1.13),
4971         source/tags.c (1.15), source/text.c (1.17), util/misc.c (1.31): Fix
4972         some more lclint warnings: type casts, make some things static (no,
4973         not all unused ones, 'some'), etc.
4975 2001-08-27 18:45  slobasso
4977         * source/macro.c (1.35): fixed static linkage of actionToString to
4978         match declaration
4980 2001-08-27 09:08  amai
4982         * source/nc.c (1.11): startServer() changes: has a return type now;
4983         re-shuffle some code Also make another global var static and
4984         replace a printf() by puts()
4986 2001-08-26 02:28  slobasso
4988         * source/macro.c (1.34): removed unused variable
4990 2001-08-25 15:58  amai
4992         * source/: file.c (1.26), highlightData.c (1.23), highlightData.h
4993         (1.6), preferences.c (1.32), preferences.h (1.12), regexConvert.c
4994         (1.5, BETA-5-3-RC1), regexConvert.h (1.3, BETA-5-3-RC1), server.h
4995         (1.3, BETA-5-3-RC1), shell.c (1.15), shell.h (1.4, BETA-5-3-RC1),
4996         undo.c (1.7), undo.h (1.4, BETA-5-3-RC1): Another 'const' patch
4998 2001-08-25 15:24  amai
5000         * source/: file.c (1.25), file.h (1.8), highlightData.c (1.22),
5001         highlightData.h (1.5), macro.c (1.33), macro.h (1.3, BETA-5-3-RC1),
5002         regularExp.c (1.9), regularExp.h (1.6, BETA-5-3-RC1), search.c
5003         (1.35), search.h (1.12): Another 'const' patch
5005 2001-08-25 12:16  amai
5007         * util/printUtils.c (1.12): The very last signed vs. unsigned
5008         warning on my system ...
5010 2001-08-25 12:09  amai
5012         * source/: highlightData.c (1.21), menu.c (1.36), preferences.c
5013         (1.31), regularExp.c (1.8), shell.c (1.14), userCmds.c (1.18): Fix
5014         a couple of "unsigned vs. int" compiler warnings. Using gcc on OS/2
5015         this warning is now completly wiped out!
5017 2001-08-25 11:55  amai
5019         * util/: DialogF.c (1.18), misc.c (1.30), prefFile.c (1.10): Fix
5020         compiler warnings. Mostly unsigned vs. signed int issues
5022 2001-08-25 11:49  amai
5024         * README (BETA-5-2.2): A couple of fixes, enhancements (see report
5025         on mailinglist)
5027 2001-08-24 18:34  amai
5029         * makefiles/Makefile.solaris (BETA-5-2.1): No debug build by
5030         default. Patch from Thorsten Haude
5032 2001-08-24 08:33  amai
5034         * util/: fontsel.c, fontsel.h, misc.c (BETA-5-2.[2,2,2]) (utags:
5035         REL-5-2): Undo some changes which I erroneously checked in ...
5037 2001-08-24 08:28  amai
5039         * ChangeLog, util/fontsel.c, util/fontsel.h, util/misc.c
5040         (BETA-5-2.[1,1,1,1]): Updated Changelog.  Includes whole history,
5041         including new beta branch.  New options of cvs2cl used, listing
5042         contains now revision/branch info, timestamps are in GMT, etc.
5044 2001-08-24 08:19  amai
5046         * source/macro.c (1.32): Fix warnings, add 'const's, make func
5047         static
5049 2001-08-23 17:57  amai
5051         * source/selection.c (1.11): Try to fix two lint/compiler warnings
5053 2001-08-23 17:42  amai
5055         * source/search.c (1.34): Fix wrong return type in function (in a
5056         "dead" branch)
5058 2001-08-23 14:59  amai
5060         * source/: highlightData.c (1.20), interpret.c (1.17), shift.c
5061         (1.9), smartIndent.c (1.13, BETA-5-3-RC1): Make some more functions
5062         static
5064 2001-08-23 14:39  amai
5066         * util/: misc.c (1.29), misc.h (1.9): Drop 'wrong' prototype for
5067         standard function. Fix a function signature to avoid warnings
5069 2001-08-23 14:11  amai
5071         * util/: fontsel.c (1.11), fontsel.h (1.4): Fix lint warning about
5072         float to integer assignment and add some more 'const's
5074 2001-08-23 13:57  amai
5076         * util/misc.c (1.28): Drop unused #include
5078 2001-08-22 15:41  amai
5080         * README, source/help.c (BETA-5-2.[1,1]): First updates for "RC1"
5082 2001-08-22 15:39  amai
5084         * doc/nedit.man (tags: REL-5-2) (BETA-5-2.1): Update from Joor
5085         Loohuis.
5087 2001-08-21 14:29  tringali
5089         * source/: userCmds.c (1.17), window.c (1.33) (utags: REL-5-2):
5090         #449569: Ensure shell/macro accelerators also have accelerator fix
5092 2001-08-20 20:36  tringali
5094         * source/window.c (1.32): #449569: Avoid startup failure when
5095         window manager grabs the same key as an accelerator
5097 2001-08-18 12:35  amai
5099         * source/Makefile.dependencies (1.10, REL-5-2): Update
5101 2001-08-18 12:24  amai
5103         * source/: help.c (1.50), help.h (1.4, REL-5-2), nedit.c (1.18):
5104         Add a PrintVersion() call to nedit.  Some more 'const' patches :-)
5106 2001-08-18 11:48  jlous
5108         * README (1.13), doc/nedit.man (1.5), source/help.c (1.49): Moved
5109         Thorsten Haude credits from pattern contributor to developer.
5111 2001-08-17 23:02  edg
5113         * README (1.12), makefiles/Makefile.aix (1.5, BETA-5-3-RC1,
5114         REL-5-2), makefiles/Makefile.bsdi (1.3, BETA-5-3-RC1, REL-5-2),
5115         makefiles/Makefile.ccur (1.3, BETA-5-3-RC1, REL-5-2),
5116         makefiles/Makefile.convex (1.3, BETA-5-3-RC1, REL-5-2),
5117         makefiles/Makefile.cygwin (1.4, BETA-5-3-RC1, REL-5-2),
5118         makefiles/Makefile.dcosx (1.3, BETA-5-3-RC1, REL-5-2),
5119         makefiles/Makefile.dec (1.4, BETA-5-3-RC1, REL-5-2),
5120         makefiles/Makefile.freebsd (1.3, BETA-5-3-RC1, REL-5-2),
5121         makefiles/Makefile.generic (1.4, REL-5-2), makefiles/Makefile.hpux
5122         (1.3, BETA-5-3-RC1, REL-5-2), makefiles/Makefile.linux (1.5),
5123         makefiles/Makefile.lynx (1.3, BETA-5-3-RC1, REL-5-2),
5124         makefiles/Makefile.m88k.svr4 (1.3, BETA-5-3-RC1, REL-5-2),
5125         makefiles/Makefile.netbsd (1.3, BETA-5-3-RC1, REL-5-2),
5126         makefiles/Makefile.os2 (1.5), makefiles/Makefile.osf (1.4,
5127         BETA-5-3-RC1, REL-5-2), makefiles/Makefile.reliant (1.3,
5128         BETA-5-3-RC1, REL-5-2), makefiles/Makefile.sco (1.3, BETA-5-3-RC1,
5129         REL-5-2), makefiles/Makefile.sgi (1.3, BETA-5-3-RC1, REL-5-2),
5130         makefiles/Makefile.solaris (1.4), makefiles/Makefile.sunos (1.3,
5131         BETA-5-3-RC1, REL-5-2), makefiles/Makefile.superux (1.3,
5132         BETA-5-3-RC1, REL-5-2), makefiles/Makefile.uhc (1.3, BETA-5-3-RC1,
5133         REL-5-2), makefiles/Makefile.ultrix (1.3, BETA-5-3-RC1, REL-5-2),
5134         makefiles/Makefile.unicos (1.4, REL-5-2),
5135         makefiles/Makefile.unixware (1.3), source/help.c (1.48),
5136         source/preferences.c (1.30): Made the REPLACE_SCOPE compilation
5137         option more visible and changed the default replace scope selection
5138         preference to "Smart".
5140 2001-08-17 21:54  edg
5142         * source/highlight.c (1.18): Added a fix for SF bug #449828.
5144 2001-08-17 14:09  tringali
5146         * source/tags.c (1.14, REL-5-2): Fix for crash in shared tag
5147         allocation on Solaris (compiler bug?)
5149 2001-08-17 11:01  amai
5151         * source/: window.c (1.31), window.h (1.7, REL-5-2): Another
5152         'const' patch
5154 2001-08-17 10:56  amai
5156         * util/: fileUtils.c (1.14), fileUtils.h (1.5) (utags: REL-5-2):
5157         Export two more interfaces. Fix for CompressPathname() to avoid
5158         multiple slashes in path. (Markus Schwarzenberg)
5160 2001-08-16 18:33  slobasso
5162         * source/highlightData.c (1.19): Fixed NEdit macro language
5163         patterns to contain previously added items.
5165 2001-08-16 17:24  amai
5167         * source/highlight.c (1.17): Fix for [ nedit-Bugs-435384 ] circular
5168         patterns reference hangs NEdit
5170 2001-08-16 09:49  amai
5172         * source/highlightData.c (1.18): Patch [ #451485 ] updated Sh Ksh
5173         Bash patterns submitted from Joor Loohuis
5175 2001-08-15 09:16  amai
5177         * source/: Makefile.dependencies (1.9), regexConvert.c (1.4,
5178         REL-5-2): Another source was missing to #include it's own header
5179         for consistency checking!
5181 2001-08-15 09:08  amai
5183         * ChangeLog (1.8): Update (ok, not even a week has passed, but it's
5184         a nice overview ...)
5186 2001-08-15 09:00  amai
5188         * source/preferences.h (1.11, REL-5-2), util/misc.c (1.27),
5189         util/misc.h (1.8, REL-5-2): Have unique value for MAX_ACCEL_LEN
5191 2001-08-15 08:56  amai
5193         * source/Makefile.dependencies (1.8): Update
5195 2001-08-15 08:56  amai
5197         * source/: userCmds.c (1.16), userCmds.h (1.4, BETA-5-3-RC1,
5198         REL-5-2): Source should include it's own headers for consistency
5199         checking.  Add some const to signatures, drop an unused arg from a
5200         static interface.
5202 2001-08-14 15:05  slobasso
5204         * source/rbTree.c (1.4, BETA-5-3-RC1, REL-5-2): fixed comment
5205         spacing
5207 2001-08-14 14:40  slobasso
5209         * source/rbTree.c (1.3): added gnu license
5211 2001-08-14 08:50  jlous
5213         * README (1.11): README credits updated to reflect version dialog
5215 2001-08-14 08:37  jlous
5217         * source/file.c (1.24), source/help.c (1.47), source/highlight.c
5218         (1.16), source/highlightData.c (1.17), source/interpret.c (1.16,
5219         REL-5-2), source/macro.c (1.31, REL-5-2), source/menu.c (1.35,
5220         REL-5-2), source/nc.c (1.10, REL-5-2), source/nedit.c (1.17),
5221         source/preferences.c (1.29), source/search.c (1.33),
5222         source/selection.c (1.10, REL-5-2), source/server.c (1.9, REL-5-2),
5223         source/shell.c (1.13), source/shift.c (1.8, REL-5-2),
5224         source/smartIndent.c (1.12, REL-5-2), source/tags.c (1.13),
5225         source/text.c (1.16, REL-5-2), source/textBuf.c (1.11, REL-5-2),
5226         source/textDisp.c (1.10, REL-5-2), source/textDrag.c (1.4,
5227         REL-5-2), source/textSel.c (1.5, REL-5-2), source/undo.c (1.6,
5228         REL-5-2), source/userCmds.c (1.15), source/window.c (1.30),
5229         util/DialogF.c (1.17, REL-5-2), util/fileUtils.c (1.13),
5230         util/fontsel.c (1.10), util/getfiles.c (1.15, REL-5-2),
5231         util/managedList.c (1.7, BETA-5-3-RC1, REL-5-2), util/misc.c
5232         (1.26), util/prefFile.c (1.9), util/printUtils.c (1.11, REL-5-2),
5233         util/system.h (1.7), util/utils.c (1.5, REL-5-2), util/vmsUtils.c
5234         (1.5, BETA-5-3-RC1, REL-5-2): Fixed license statements to pure GPL
5236 2001-08-13 13:48  tringali
5238         * doc/: nc.man (1.4), nedit.man (1.4): manpage updates from Joor.
5240 2001-08-13 09:55  amai
5242         * doc/nedit.doc (1.4), source/help.c (1.46): Doc patch from
5243         Thorsten Haude posted on Fri Aug 10 2001
5245 2001-08-13 09:51  amai
5247         * doc/nedit.doc (1.3), source/help.c (1.45): Patch from Thorsten
5248         Haude: Document Arrays within nedit.doc and typo fix in help.c
5250 2001-08-12 15:45  amai
5252         * makefiles/Makefile.generic (1.3), source/comnedit.com (1.6,
5253         REL-5-2): Drop last references to NO_FCHMOD #define
5255 2001-08-11 19:51  edg
5257         * source/search.c (1.32): Fixed SF bug #448006: three beeps; one to
5258         many.
5260 2001-08-10 20:36  amai
5262         * source/highlightData.c (1.16): TeX pattern patch from Joerg
5263         Fischer <jf505@yahoo.de>
5265 2001-08-10 14:35  amai
5267         * source/Makefile.dependencies (1.7): Update dependency list
5269 2001-08-09 20:58  tringali
5271         * source/nedit.c (1.16): Fix for wrong menu font [#434383]
5273 2001-08-09 18:47  amai
5275         * util/system.h (1.6): Correct a comment :-)
5277 2001-08-09 18:46  amai
5279         * makefiles/Makefile.os2 (1.4): Drop -DNO_FCHMOD flag
5281 2001-08-09 18:41  slobasso
5283         * source/Makefile.common (1.8, REL-5-2): added parse.c to cleaned
5284         files for make clean
5286 2001-08-09 18:39  slobasso
5288         * source/userCmds.c (1.14): removed attachment possibly causing
5289         window manager loop
5291 2001-08-09 18:03  slobasso
5293         * source/: smartIndent.c (1.11), smartIndent.h (1.4, BETA-5-3-RC1,
5294         REL-5-2), macro.c (1.30): We now keep track if we are in smart
5295         indent macros so garbage collection won't remove things from under
5296         a macro.
5298 2001-08-09 13:34  amai
5300         * source/highlight.c (1.15), source/highlightData.c (1.15),
5301         source/interpret.c (1.15), source/search.c (1.31),
5302         source/selection.c (1.9), source/shell.c (1.12),
5303         source/smartIndent.c (1.10), source/textBuf.c (1.10),
5304         source/textSel.c (1.4), source/userCmds.c (1.13), source/window.c
5305         (1.29), util/managedList.c (1.6): Add lots of missing #include
5306         <string.h>
5308 2001-08-09 08:37  amai
5310         * source/help.c (1.44): Add hardcoded timestamp (month) again
5312 2001-08-09 07:37  amai
5314         * source/.cvsignore (1.2, BETA-5-3-RC1, REL-5-2): Add entry
5316 2001-08-08 22:31  slobasso
5318         * source/file.c (1.23): remove fchmod calls except when under VMS
5320 2001-08-08 18:29  amai
5322         * makefiles/Makefile.os2 (1.3): Update from my private working copy
5324 2001-08-08 08:39  amai
5326         * ChangeLog (1.7): Update (should be done weekly perhaps and could
5327         even be done automatically?)
5329 2001-08-08 08:37  amai
5331         * source/parse.c_noyacc (1.7, REL-5-2): Re-generate from parse.y. 
5332         BTW, yacc from Digital Unix 4.0x is being used
5334 2001-08-08 08:34  amai
5336         * source/parse.y (1.16, REL-5-2): Add an #include <string.h> (there
5337         was no error/warning; somehow we already got this probably)
5339 2001-08-07 23:46  slobasso
5341         * source/Makefile.common (1.7): changed highlightData.c to be
5342         compiled with BIGGER_STRINGS
5344 2001-08-07 01:53  tringali
5346         * ReleaseNotes (1.9), source/highlightData.c (1.14),
5347         source/preferences.c (1.28): #448420: Pattern updates from Joor
5349 2001-08-07 01:12  tringali
5351         * source/nedit.c (1.15): Fix for #448402: nedit quits if unable to
5352         resolve X locale
5354 2001-08-06 21:24  amai
5356         * README (1.10): correction to "Requirements" section
5358 2001-08-06 21:21  amai
5360         * README (1.9): Add "Requirements for building NEdit" section
5362 2001-08-06 20:38  tringali
5364         * doc/nedit.doc (1.2), source/help.c (1.43): Sync help with doc. 
5365         (Updates from Thorsten Haude)
5367 2001-08-04 20:49  tringali
5369         * source/file.c (1.22), source/menu.c (1.34), source/nc.c (1.9),
5370         source/nedit.c (1.14), source/server.c (1.8), source/shell.c
5371         (1.11), source/window.c (1.28), util/misc.c (1.25): Ensure exit
5372         returns a meaningful (succes/fail) status to the user
5374 2001-08-04 20:23  tringali
5376         * util/system.h (1.5): Add info for lots more compilers.
5378 2001-08-03 12:16  amai
5380         * ReleaseNotes (1.8): Small updates
5382 2001-08-02 23:45  tringali
5384         * util/system.h (1.4): Add definitions for MSVC, Sun Workshop, etc.
5386 2001-08-02 22:59  slobasso
5388         * source/macro.c (1.29): Fixed problem where error message is
5389         written if empty learned macro is executed. Also disallowed replay
5390         from executing if a macro is already in progress. This caused a
5391         crash by overflowing the interpreter stack.
5393 2001-08-02 22:54  slobasso
5395         * source/file.c (1.21): added symlink security patch and added mode
5396         parameter to open calls with O_CREAT
5398 2001-08-02 17:26  amai
5400         * source/interpret.c (1.14): Avoid crash when calling
5401         "self_insert()" from macro menu: fill in missing entries from our
5402         fakes key event
5404 2001-08-01 07:41  amai
5406         * ChangeLog (1.6): Update
5408 2001-08-01 07:40  amai
5410         * source/help.c (1.42): Again hardcode a string about the
5411         development version "August 2001".  Build time may be misleading
5412         ...
5414 2001-07-31 23:16  slobasso
5416         * source/macro.c (1.28): fixed problem where closing window while
5417         learning would make it impossible to finish or cancel learing.
5419 2001-07-31 11:58  amai
5421         * source/text.c (1.15): Fix minor warnings
5423 2001-07-31 07:46  amai
5425         * util/managedList.c (1.5): Don't name variables 'index', may be an
5426         interface in BSD-like libc
5428 2001-07-31 07:43  amai
5430         * util/getfiles.c (1.14): Fix lint warning: "getfiles.c", line 716:
5431         warning: args redefinition hides earlier one
5433 2001-07-31 07:40  amai
5435         * util/fontsel.c (1.9): Don't use 'index' as name for variable; may
5436         be a call in a BSD-like libc
5438 2001-07-29 17:51  amai
5440         * source/highlight.c (1.14): Experimental patch to fix "mismatched"
5441         memory handling calls as indicated by "purify". Probably not
5442         complete and should be checked again with purify _now_!
5444 2001-07-28 19:53  tringali
5446         * Makefile (1.6): #442517: add explanatory text how to use make
5448 2001-07-25 18:37  tringali
5450         * source/help.c (1.41): Add more detailed info about Motif (runtime
5451         version number)
5453 2001-07-25 18:36  tringali
5455         * util/system.h (1.3): Use "Digital/Tru64 Unix" in place of OSF/1
5457 2001-07-25 18:36  tringali
5459         * doc/: nc.man (1.3), nedit.man (1.3): Update authors for 5.2
5461 2001-07-25 18:05  slobasso
5463         * util/misc.c (1.24): made changes so that Num_Lock's mod mask is
5464         found rather than assuming Mod3
5466 2001-07-25 14:36  amai
5468         * source/textBuf.c (1.9): Attempt to fix memory leak reported by
5469         Thorsten Haude
5471 2001-07-25 13:03  amai
5473         * util/misc.c (1.23): Try to fix small memory leak reported by
5474         Thorsten Haude
5476 2001-07-25 07:49  amai
5478         * util/system.h (1.2): Add "EMX=OS/2"
5480 2001-07-25 07:39  amai
5482         * source/Makefile.dependencies (1.6), util/Makefile.dependencies
5483         (1.4, REL-5-2): Update dependency lists
5485 2001-07-24 21:55  tringali
5487         * util/system.h (1.1): Add host compliation information to help
5489 2001-07-24 21:54  tringali
5491         * source/: help.c (1.40), tags.c (1.12), tags.h (1.4, REL-5-2): -
5492         Use shared strings for lower memory use with large tags files.  -
5493         Add compilation host information to help, update authors
5495 2001-07-24 19:27  slobasso
5497         * util/misc.c (1.22): Fix array size define to match actual array
5498         size.  Incorrect size could result in infinite loop.
5500 2001-07-18 13:01  amai
5502         * ChangeLog (1.5): Update
5504 2001-07-18 13:00  amai
5506         * source/: search.c (1.30), search.h (1.11, REL-5-2), window.c
5507         (1.27): Shrink two function names to 31 characters length and below
5508         (seems to be a limit on some VMS systems)
5510 2001-07-17 08:19  amai
5512         * doc/faq.xml (1.2): Updated version from  Florian Xhumari as of
5513         http://galleries.free.fr/nedit-faq-01-07-16.tar.gz
5515 2001-07-17 07:31  amai
5517         * source/preferences.c (1.27), util/getfiles.c (1.13),
5518         util/vmsUtils.c (1.4): VMS patches from Blair Phillips
5519         <blair.phillips@airservices.gov.au>:  avoid rint() re-definition,
5520         fix for non-unix file root, case-insensitive match on filename
5521         extensions.
5523 2001-07-16 20:41  amai
5525         * source/lnknedit.com (1.5, BETA-5-3-RC1, REL-5-2): VMS patch from
5526         mark.geary@qwest.com
5528 2001-07-16 14:48  amai
5530         * doc/: nc.man (1.2), nedit.man (1.2): Man page updates from Joor
5531         Loohuis
5533 2001-07-16 11:49  amai
5535         * doc/: faq-txt.awk (1.1), faq-txt.dtd (1.1), faq-txt.xsl (1.1),
5536         faq.dtd (1.1), faq.xml (1.1), faq.xsl (1.1): faq*: add FAQ files
5537         found on our website
5539 2001-07-11 21:35  amai
5541         * source/: parse.c_noyacc (1.6), parse.h (1.4, BETA-5-3-RC1,
5542         REL-5-2), parse.y (1.15): Back out "const" patch for ParseMacro().
5543         Was incomplete, therefore broken
5545 2001-07-11 15:21  amai
5547         * source/: comnedit.com (1.5), file.c (1.20), lnknedit.com (1.4):
5548         VMS patches from  <Mark.Geary@qwest.com> (not literally as for
5549         file.c)
5551 2001-07-11 08:06  amai
5553         * source/parse.c_noyacc (1.5): Update from current parse.y
5555 2001-07-11 08:04  amai
5557         * source/: parse.h (1.3), parse.y (1.14): Add some 'const' to
5558         ParseMacro() signature
5560 2001-07-11 07:55  amai
5562         * util/: comutil.com (1.3, BETA-5-3-RC1, REL-5-2), utils.c (1.4):
5563         VMS patches from Mark.Geary@qwest.com
5565 2001-07-07 09:55  amai
5567         * ChangeLog (1.4): Update
5569 2001-07-07 09:54  amai
5571         * COPYRIGHT (1.1, BETA-5-3-RC1, REL-5-2), README (1.8): Have an
5572         external file for the license terms. README refers to it
5574 2001-07-07 09:48  amai
5576         * nc.man (1.4), nedit.doc (1.6), nedit.man (1.4), doc/nc.man (1.1),
5577         doc/nedit.doc (1.1), doc/nedit.man (1.1): Move doc files to
5578         separate subdirectory
5580 2001-07-04 09:42  uid30962
5582         * README (1.7): Update some references to LessTif
5584 2001-07-04 09:29  uid30962
5586         * ReleaseNotes (1.7): ReleaseNotes: Upddate
5588 2001-07-03 12:53  amai
5590         * source/Makefile.dependencies (1.5): Makefile.dependencies: update
5591         depedency list
5593 2001-07-03 12:13  amai
5595         * source/help.c (1.39): help.c: A new month has come ...
5597 2001-06-23 09:31  amai
5599         * ChangeLog (1.3): ChangeLog: update
5601 2001-06-22 18:27  tringali
5603         * source/: nedit.c (1.13), window.c (1.26): Allow stats line
5604         background color to be set by user [#431891]
5606 2001-06-22 18:25  tringali
5608         * source/macro.c (1.27): Incremental reading from files via J. Lous
5609         [Patch #434465]
5611 2001-06-22 14:32  amai
5613         * source/file.c (1.19): file.c: fail when trying to read in a
5614         directory as a file
5616 2001-06-21 14:54  edel
5618         * source/shell.c (1.10): Fixed shell dialog BadMatch crash on
5619         Solaris 2.5
5621 2001-06-20 15:48  amai
5623         * source/macro.c (1.26): macro.c: replace snprintf() by sprintf(). 
5624          Add #include <string.h>
5626 2001-06-20 08:24  amai
5628         * ChangeLog (1.2): ChangeLog: update
5630 2001-06-19 20:00  slobasso
5632         * source/macro.c (1.25): Added Thorsten's code to put correct key
5633         codes in status bar during recording and macro running.
5635 2001-06-09 18:48  amai
5637         * makefiles/: Makefile.dec (1.3), Makefile.osf (1.3),
5638         Makefile.superux (1.2): Makefile.superux: add CVS Id Makefile.dec
5639         Makefile.osf: briefly comment on the os versions they are supposed 
5640            to work with
5642 2001-06-08 08:14  amai
5644         * source/help.c (1.38): help.c: update timestamp to "June, 2001"
5646 2001-06-07 19:52  amai
5648         * ChangeLog (1.1): ChangeLog: finally add the output of "cvs2cl".  
5649          Needs to be updated regularly ...
5651 2001-06-06 19:24  tringali
5653         * makefiles/Makefile.linux (1.4): 
5654         Remove -DEDITRES, this causes link failure.
5656 2001-06-06 10:00  amai
5658         * util/: DialogF.c (1.16), fontsel.c (1.8), getfiles.c (1.12),
5659         misc.c (1.21), prefFile.c (1.8): *.c: add some explicit #include
5660         <string.h>. Previously  it was done implicitly ...
5662 2001-06-05 12:52  amai
5664         * makefiles/Makefile.linux (1.3): Makefile.linux: drop
5665         -I/-L/usr/lesstif/* flags and add a suitable comment  instead
5667 2001-06-05 08:01  amai
5669         * source/file.c (1.18): file.c: security fix for WriteBackupFile()
5671 2001-06-01 20:09  edel
5673         * makefiles/: Makefile.solaris (1.3), Makefile.superux (1.1): From:
5674         Ian Johnston" <Ian.Johnston@dlr.de>
5676 2001-05-31 08:49  amai
5678         * source/nedit.h (1.17, REL-5-2): nedit.h: add 'extern' to variable
5679         declaration in header    (to avoid problem with multiple
5680         definitions)
5682 2001-05-29 18:21  arnef
5684         * source/menu.c (1.33): Add separator in Preferences/Default
5685         Settings/Customize Menus
5687 2001-05-19 16:09  tringali
5689         * util/misc.c (1.20): Fix bug in mnemonic building- don't build
5690         mnemonics for XK_VoidSymbol.  Fixes various problems with XFree86
5691         servers.
5693 2001-05-17 11:42  arnef
5695         * source/: menu.c (1.32), nedit.h (1.16), preferences.c (1.26),
5696         preferences.h (1.10), window.c (1.25): Adding path to windows menu
5697         file entries
5699 2001-05-15 20:04  amai
5701         * makefiles/Makefile.depend (1.1): Makefile.depend: Makefile used
5702         to generate (internal) the dependency list.                   This
5703         file does not build anything!
5705 2001-05-12 00:48  tringali
5707         * ReleaseNotes (1.6), source/text.c (1.14): - Add support for mouse
5708         wheel scrolling in the main text area.
5710 2001-05-11 19:56  amai
5712         * util/fileUtils.c (1.12): fileUtils.c: really tiny patch for OS/2
5713         only (drive letters ;-)
5715 2001-05-11 08:05  amai
5717         * source/file.c (1.17): file.c: Corrected(!) version of SuSe
5718         security patch for temporary    file security problem within
5719         PrintString().     Tested once for compile/runtime ...
5721 2001-05-05 18:01  arnef
5723         * source/menu.c (1.31): Changing default for sortOpenPrevDefCB
5724         should invalidate all open window's OpenPrev menu
5726 2001-05-04 18:33  arnef
5728         * source/: nedit.h (1.15), search.c (1.29), search.h (1.10),
5729         window.c (1.24): Make the buttons in Find and Replace dialogs
5730         sensitive on the state of 'Search for' field.
5732 2001-05-03 09:42  amai
5734         * source/help.c (1.37): help.c: update timestamp to "May, 2001"
5736 2001-04-25 21:37  edg
5738         * util/DialogF.c (1.15): Added a fix to handle unexpected
5739         destruction of dialogs gracefully.
5741 2001-04-25 19:03  amai
5743         * nedit.doc (1.5): nedit.doc: fix some typos, convert some "nedit"
5744         to "NEdit", drop some comment about pre 1.2 Motif
5746 2001-04-25 17:01  amai
5748         * util/fileUtils.c (1.11): fileUtils.c: forgot one special case
5749         where the "//" patch might to a crash. Next time I should probably
5750         <think> first, <code> later
5752 2001-04-25 16:48  amai
5754         * util/fileUtils.c (1.10): fileUtils.c: fix typo in my
5755         "double-slash patch" from today
5757 2001-04-25 07:52  amai
5759         * util/fileUtils.c (1.9): fileUtils.c: avoid double "//" in path
5760         strings as this may not work out on              non-un*x systems
5762 2001-04-24 21:10  tringali
5764         * util/misc.c (1.19): Fix crash bug in OpenMotif, where asking for
5765         the the Display/Window of a gadget produces a NULL pointer.
5767 2001-04-18 19:12  slobasso
5769         * source/window.c (1.23): needed to save/restore horizontal and
5770         vertical scroll positions when changing hw tab size.
5772 2001-04-18 19:08  slobasso
5774         * util/DialogF.c (1.14): fixed use of int where Cardinal should be
5776 2001-04-18 17:10  slobasso
5778         * source/: help.c (1.36), macro.c (1.24): new $server_name
5779         variable.
5781 2001-04-18 17:02  slobasso
5783         * source/: file.c (1.16), file.h (1.7, REL-5-2), help.c (1.35),
5784         menu.c (1.30), window.c (1.22): added optional parameter to close()
5785         action for save option.
5787 2001-04-18 16:51  slobasso
5789         * util/DialogF.c (1.13): fixed a mistake I introduced while
5790         debugging
5792 2001-04-18 16:12  slobasso
5794         * util/DialogF.c (1.12): cleaned up createMnemonics in an effort to
5795         fix a crash bug. Bug still not fixed.
5797 2001-04-17 23:40  slobasso
5799         * source/help.c (1.34): cleaned up formatting and moved Windows
5800         Menu items into correct area
5802 2001-04-17 20:13  slobasso
5804         * source/window.c (1.21): save and restore insert positions when hw
5805         tab sizes are changed
5807 2001-04-17 18:47  slobasso
5809         * source/macro.c (1.23): cleaned up RedundantActions, adding some
5810         missing items
5812 2001-04-16 23:49  slobasso
5814         * source/: file.c (1.15), nedit.h (1.14): added bit to distinguish
5815         between too much binary data and -read
5817 2001-04-16 23:20  slobasso
5819         * source/: file.c (1.14), file.h (1.6), macro.c (1.22), menu.c
5820         (1.29), nedit.h (1.13), search.c (1.28), selection.c (1.8),
5821         window.c (1.20): readOnly vs lockWrite access fix, now handles the
5822         many other locked possibilities
5824 2001-04-16 16:36  edg
5826         * source/: help.c (1.33), window.c (1.19): Added workarounds for
5827         openmotif bugs [SF bug 231876].
5829 2001-04-16 14:04  amai
5831         * source/textBuf.c (1.8): texBuf.c: try to fix a bug introduced by
5832         a "const" patch.            Pointed out by <arne@forlie.com>
5834 2001-04-14 09:51  amai
5836         * makefiles/Makefile.unicos (1.3), source/preferences.c (1.25),
5837         source/text.c (1.13), source/userCmds.c (1.12): *: applied re-vised
5838         version of patches for UNICOS from    Bill Matson
5839         <wjm@sdc.cs.boeing.com>
5841 2001-04-13 22:58  slobasso
5843         * util/DialogF.c (1.11): fix build problem introduced in previous
5844         change UCHAR_MAX is in limits.h
5846 2001-04-13 17:50  tringali
5848         * ReleaseNotes (1.5), source/file.c (1.13), source/help.c (1.32),
5849         source/highlightData.c (1.13), source/macro.c (1.21),
5850         source/preferences.c (1.24), source/search.c (1.27),
5851         source/smartIndent.c (1.9), source/userCmds.c (1.11),
5852         util/DialogF.c (1.10), util/fontsel.c (1.7), util/getfiles.c
5853         (1.11), util/misc.c (1.18), util/misc.h (1.7), util/printUtils.c
5854         (1.10): - Updated release notes - Added unmodified mnemonics to
5855         confirmation dialogs.  - Fix bug in mnemonics where there could be
5856         two of the same menmonics   on one dialog.
5858 2001-04-13 15:02  slobasso
5860         * source/search.c (1.26): fixed regex search backwards bug if wrap
5861         turned off.
5863 2001-04-12 22:02  edg
5865         * source/: help.c (1.31), macro.c (1.20), menu.c (1.28), nedit.h
5866         (1.12), preferences.c (1.23), search.c (1.25), window.c (1.18),
5867         window.h (1.6): Extended the Show Matching (..) functionality: Off,
5868         Delimiter, and Range.  Original patch was submitted by Thorsten
5869         Haude.
5871 2001-04-12 15:09  amai
5873         * source/menu.c (1.27): menu.c: allow to specify control codes in
5874         hex/dec/oct format         also improve checking of input
5876 2001-04-09 22:12  amai
5878         * util/: misc.c (1.17), misc.h (1.6): misc.c misc.h: another
5879         "const" patch
5881 2001-04-09 21:43  edg
5883         * source/help.c (1.30): Added information about new search
5884         extensions and related stuff.
5886 2001-04-09 21:38  edg
5888         * source/: nedit.h (1.11), search.c (1.24): Minor fixes and
5889         improvements in isearch + beep on search wrap combination.
5891 2001-04-09 18:46  edg
5893         * util/misc.c (1.16): Typo fix in recent accelerator fix.
5895 2001-04-06 13:09  amai
5897         * source/: preferences.c (1.22), preferences.h (1.9):
5898         preferences.*: even more "const" additions
5900 2001-04-06 13:03  amai
5902         * source/: interpret.c (1.13), interpret.h (1.6, REL-5-2):
5903         interpret.*: another "const" patch
5905 2001-04-06 09:49  amai
5907         * source/file.c (1.12), source/file.h (1.5), source/help.c (1.29),
5908         source/highlightData.c (1.12), source/highlightData.h (1.4,
5909         REL-5-2), source/preferences.c (1.21), source/preferences.h (1.8),
5910         source/regularExp.c (1.7, REL-5-2), source/regularExp.h (1.5,
5911         REL-5-2), source/search.c (1.23), source/search.h (1.9),
5912         source/textBuf.c (1.7), source/textBuf.h (1.4, REL-5-2),
5913         util/fileUtils.c (1.8), util/fileUtils.h (1.4), util/printUtils.c
5914         (1.9), util/printUtils.h (1.4, REL-5-2): *.c *.h: big "const"
5915         patch.           Except in textBuf.c it's only a couple of const
5916         additions.           In textBuf.c I had to change a coupl of lines
5917         to get this done -           should be on the safe side of life ...
5919 2001-04-04 19:38  edg
5921         * source/: preferences.c (1.20), search.c (1.22): Minor bug fixes
5922         in search extensions related code.
5924 2001-04-03 22:59  edg
5926         * source/: menu.c (1.26), nedit.h (1.10), preferences.c (1.19),
5927         preferences.h (1.7), search.c (1.21), search.h (1.8): Added "smart"
5928         replace scope behaviour to the replace dialog radio button
5929         alternative, and made it configurable through a preference.
5931 2001-04-03 08:06  amai
5933         * source/help.c (1.28): help.c: the "April" patch ...
5935 2001-04-03 01:42  tringali
5937         * util/misc.c (1.15): Don't allow traversal to insensitive widgets.
5939 2001-04-02 20:52  edg
5941         * source/: highlight.c (1.13), macro.c (1.19), menu.c (1.25),
5942         nedit.h (1.9), preferences.c (1.18), preferences.h (1.6),
5943         regularExp.c (1.6), regularExp.h (1.4), search.c (1.20), search.h
5944         (1.7), window.c (1.17): Introduced additional search modes [Markus
5945         Schwarzenberg].  Added beep on search wrap option [Markus
5946         Schwarzenberg].  Added sticky case sensitivity search preference
5947         [Markus Schwarzenberg].  Replace and find dialog and incremental
5948         search bar layout changes (currently two layout alternatives for
5949         replace dialog, for evaluation purposes).
5951 2001-03-30 17:54  slobasso
5953         * source/highlightData.c (1.11): new global in nedit macro language
5954         $empty_array
5956 2001-03-30 17:48  slobasso
5958         * source/: help.c (1.27), macro.c (1.18): added a new empty array
5959         global
5961 2001-03-27 23:00  slobasso
5963         * source/help.c (1.26): minor formatting fix
5965 2001-03-27 15:37  tringali
5967         * makefiles/Makefile.aix (1.4): Add FUNCPROTO=15 for the IBM X
5968         headers, which require a bitmask in this #define in order to
5969         control function prototypes.
5971 2001-03-26 15:46  slobasso
5973         * source/: interpret.c (1.12), interpret.h (1.5), macro.c (1.17):
5974         minor array code cleanup
5976 2001-03-25 08:42  arnef
5978         * source/tags.c (1.11): Fixed bug #217022
5980 2001-03-23 23:11  slobasso
5982         * source/highlightData.c (1.10): added missing variables to NEdit
5983         macro highlighting data
5985 2001-03-23 14:41  slobasso
5987         * source/undo.c (1.5): undo/redo sets the selection to the changed
5988         text
5990 2001-03-21 21:25  edg
5992         * source/search.c (1.19): Changed the initial default selection for
5993         multi-file replacement dialog to all files instead of none. 
5994         Multi-file replacement dialog now makes sure that at least the
5995         first selected item is visible when displayed.  Removed the #ifdefs
5996         for conditional multi-file replacement functionality.  Minor layout
5997         change for the replace dialog.
5999 2001-03-21 21:20  edg
6001         * source/window.c (1.16): Removed #ifdef for conditional multi-file
6002         replacement functionality.
6004 2001-03-19 16:30  slobasso
6006         * source/: highlight.c (1.12), regexConvert.c (1.3), regularExp.c
6007         (1.5), search.c (1.18), text.c (1.12), textBuf.c (1.6), textDisp.c
6008         (1.9): removing warnings for RH7 linux compiler
6010 2001-03-19 14:43  tringali
6012         * source/: text.c (1.11), nedit.c (1.12): 
6013         
6014         Move toggle overstrike accelerator to Motif standard "Insert", free
6015         up Ctrl+B for other uses.
6017 2001-03-17 06:44  arnef
6019         * source/search.c (1.17): Fixed bug related to
6020         XtGetSelectionValue() and variables going out of scope.  Added
6021         mnemonic to Replace& Find Button.
6023 2001-03-16 22:24  slobasso
6025         * source/menu.c (1.24): fixed menu argument to set_wrap_text
6027 2001-03-16 20:28  amai
6029         * source/: nc.c (1.8), nedit.c (1.11): nc.c nedit.c: wildcard
6030         expansion for non-sh shells on OS/2 (EMX)
6032 2001-03-13 16:48  slobasso
6034         * source/help.c (1.25), source/macro.c (1.16), source/search.c
6035         (1.16), source/selection.c (1.7), source/shell.c (1.9),
6036         source/shift.c (1.7), source/textDisp.c (1.8), util/DialogF.c
6037         (1.9), util/fontsel.c (1.6), util/printUtils.c (1.8): cleanup
6038         warnings under linux compiler
6040 2001-03-12 15:24  slobasso
6042         * source/help.c (1.24): fixed a few minor mistakes.
6044 2001-03-12 15:15  slobasso
6046         * source/: help.c (1.23), macro.c (1.15), menu.c (1.23),
6047         preferences.c (1.17), window.c (1.15), window.h (1.5): added final
6048         window settable prefs through actions and verified all should be
6049         macro recordable.
6051 2001-03-11 02:31  slobasso
6053         * source/: help.c (1.22), menu.c (1.22), nedit.h (1.8): new macro
6054         access to many window settings
6056 2001-03-10 15:36  arnef
6058         * source/: help.c (1.21), menu.c (1.21), nedit.c (1.10), nedit.h
6059         (1.7), preferences.c (1.16), preferences.h (1.5), search.c (1.15),
6060         search.h (1.6): Implemented replace/find functionality, patch no
6061         403934
6063 2001-03-09 22:30  slobasso
6065         * source/help.c (1.20): changed delete() to delete_selection() in
6066         docs
6068 2001-03-09 22:27  slobasso
6070         * source/menu.c (1.20): changed Delete menu item to use
6071         delete_selection action
6073 2001-03-09 22:21  slobasso
6075         * source/parse.y (1.13): added lex hack for delete array[key] vs
6076         delete() abiguity
6078 2001-03-09 16:58  slobasso
6080         * source/: help.c (1.19), macro.c (1.14), menu.c (1.19), text.c
6081         (1.10), text.h (1.4, REL-5-2), textDisp.c (1.7), textDisp.h (1.5,
6082         REL-5-2), window.c (1.14), window.h (1.4): adding new variables for
6083         font width and pane index and size and focus_pane action
6085 2001-03-06 19:49  slobasso
6087         * source/: interpret.c (1.11), rbTree.c (1.2), rbTree.h (1.2,
6088         BETA-5-3-RC1, REL-5-2): added comments, cleaned up a few minor bugs
6089         and added cvs id's to new files
6091 2001-03-06 15:02  slobasso
6093         * source/macro.c (1.13): add comments
6095 2001-03-06 01:00  slobasso
6097         * source/: interpret.c (1.10), parse.y (1.12): code cleanup
6099 2001-03-05 21:39  slobasso
6101         * source/highlightData.c (1.9): bring syntax hilighting up to
6102         latest changes in nedit macro language
6104 2001-03-05 19:26  slobasso
6106         * source/: interpret.c (1.9), macro.c (1.12), parse.y (1.11): fixed
6107         a few warnings and made splitMS compatible with array sub-scripts
6108         end cases, which is what is was designed for
6110 2001-03-05 16:20  amai
6112         * source/: help.c (1.18), parse.y (1.10): help.c: It's "March" now
6113         ...  parse.y: add two yy*() prototypes to make compiler happy
6115 2001-03-05 15:00  slobasso
6117         * source/: Makefile.common (1.6), Makefile.dependencies (1.4),
6118         help.c (1.17), interpret.c (1.8), interpret.h (1.4), macro.c
6119         (1.11), menu.c (1.18), nedit.c (1.9), parse.y (1.9), rbTree.c
6120         (1.1), rbTree.h (1.1), shell.c (1.8), smartIndent.c (1.8),
6121         userCmds.c (1.10): array macro feature
6123 2001-02-26 23:38  edg
6125         * Makefile (1.5), README (1.6), ReleaseNotes (1.4), nc.man (1.3),
6126         nedit.doc (1.4), nedit.man (1.3), makefiles/Makefile.aix (1.3),
6127         makefiles/Makefile.bsdi (1.2), makefiles/Makefile.ccur (1.2),
6128         makefiles/Makefile.convex (1.2), makefiles/Makefile.cygwin (1.3),
6129         makefiles/Makefile.dcosx (1.2), makefiles/Makefile.dec (1.2),
6130         makefiles/Makefile.freebsd (1.2), makefiles/Makefile.generic (1.2),
6131         makefiles/Makefile.hpux (1.2), makefiles/Makefile.linux (1.2),
6132         makefiles/Makefile.lynx (1.2), makefiles/Makefile.m88k.svr4 (1.2),
6133         makefiles/Makefile.netbsd (1.2), makefiles/Makefile.os2 (1.2),
6134         makefiles/Makefile.osf (1.2), makefiles/Makefile.reliant (1.2),
6135         makefiles/Makefile.sco (1.2), makefiles/Makefile.sgi (1.2),
6136         makefiles/Makefile.solaris (1.2), makefiles/Makefile.sunos (1.2),
6137         makefiles/Makefile.uhc (1.2), makefiles/Makefile.ultrix (1.2),
6138         makefiles/Makefile.unicos (1.2), makefiles/Makefile.unixware (1.2),
6139         source/Makefile.common (1.5), source/Makefile.dependencies (1.3),
6140         source/comnedit.com (1.4), source/file.c (1.11), source/file.h
6141         (1.4), source/help.c (1.16), source/help.h (1.3),
6142         source/highlight.c (1.11), source/highlight.h (1.3, REL-5-2),
6143         source/highlightData.c (1.8), source/highlightData.h (1.3),
6144         source/interpret.c (1.7), source/interpret.h (1.3),
6145         source/lnknedit.com (1.3), source/macro.c (1.10), source/macro.h
6146         (1.2, REL-5-2), source/menu.c (1.17), source/menu.h (1.5,
6147         BETA-5-3-RC1, REL-5-2), source/n.bm (1.2, BETA-5-3-RC1, REL-5-2),
6148         source/nc.c (1.7), source/nedit.bm (1.2, BETA-5-3-RC1, REL-5-2),
6149         source/nedit.c (1.8), source/nedit.h (1.6),
6150         source/nedit_options_file.opt (1.2, BETA-5-3-RC1, REL-5-2),
6151         source/parse.c_noyacc (1.4), source/parse.h (1.2), source/parse.y
6152         (1.8), source/preferences.c (1.15), source/preferences.h (1.4),
6153         source/regexConvert.c (1.2), source/regexConvert.h (1.2, REL-5-2),
6154         source/regularExp.c (1.4), source/regularExp.h (1.3),
6155         source/search.c (1.14), source/search.h (1.5), source/selection.c
6156         (1.6), source/selection.h (1.3, REL-5-2), source/server.c (1.7),
6157         source/server.h (1.2, REL-5-2), source/shell.c (1.7),
6158         source/shell.h (1.3, REL-5-2), source/shift.c (1.6), source/shift.h
6159         (1.3, BETA-5-3-RC1, REL-5-2), source/smartIndent.c (1.7),
6160         source/smartIndent.h (1.3), source/tags.c (1.10), source/tags.h
6161         (1.3), source/text.c (1.9), source/text.h (1.3), source/textBuf.c
6162         (1.5), source/textBuf.h (1.3), source/textDisp.c (1.6),
6163         source/textDisp.h (1.4), source/textDrag.c (1.3), source/textDrag.h
6164         (1.2, BETA-5-3-RC1, REL-5-2), source/textP.h (1.3, BETA-5-3-RC1,
6165         REL-5-2), source/textSel.c (1.3), source/textSel.h (1.2,
6166         BETA-5-3-RC1, REL-5-2), source/undo.c (1.4), source/undo.h (1.3,
6167         REL-5-2), source/userCmds.c (1.9), source/userCmds.h (1.3),
6168         source/window.c (1.13), source/window.h (1.3), util/DialogF.c
6169         (1.8), util/DialogF.h (1.4, REL-5-2), util/Makefile.common (1.5,
6170         REL-5-2), util/Makefile.dependencies (1.3), util/comutil.com (1.2),
6171         util/fileUtils.c (1.7), util/fileUtils.h (1.3), util/fontsel.c
6172         (1.5), util/fontsel.h (1.3), util/getfiles.c (1.10),
6173         util/getfiles.h (1.3, BETA-5-3-RC1, REL-5-2), util/managedList.c
6174         (1.4), util/managedList.h (1.3, BETA-5-3-RC1, REL-5-2), util/misc.c
6175         (1.14), util/misc.h (1.5), util/prefFile.c (1.7), util/prefFile.h
6176         (1.4, BETA-5-3-RC1, REL-5-2), util/printUtils.c (1.7),
6177         util/printUtils.h (1.3), util/utils.c (1.3), util/utils.h (1.2,
6178         REL-5-2), util/vmsParam.h (1.2, BETA-5-3-RC1, REL-5-2),
6179         util/vmsUtils.c (1.3), util/vmsUtils.h (1.3, BETA-5-3-RC1,
6180         REL-5-2): Added CVS Ids.
6182 2001-02-25 02:13  edel
6184         * source/parse.y (1.7): Fix conflicts in yacc grammar!
6186 2001-02-22 20:27  edel
6188         * source/highlight.c (1.10): My previous highlighting patch didn't
6189         take in to account styles which fail lookup in the pass1pattern
6190         list (like pass 2 patterns).
6192 2001-02-21 21:39  tringali
6194         * source/highlight.c (1.9): [Patch #101473] Use nearest-color match
6195         when colormap exhausted.
6197 2001-02-21 16:49  edel
6199         * source/highlight.c (1.8): Abutting styles could fool incremental
6200         highlighting into using an unparsable pattern with parseString.
6202 2001-02-20 23:54  slobasso
6204         * source/: help.c (1.15), macro.c (1.9): new preference global
6205         variables added
6207 2001-02-20 15:37  slobasso
6209         * source/menu.c (1.16): fixed bug where forgot to deref nArgs
6210         pointer
6212 2001-02-20 09:58  amai
6214         * Makefile (1.4), README (1.5): README:   change a couple of
6215         "nedit" to "NEdit" Makefile: slightly change comment text (fix
6216         typo, etc.)
6218 2001-02-19 16:39  slobasso
6220         * source/: help.c (1.14), macro.c (1.8), menu.c (1.15): added a new
6221         macro command string_compare() and an action raise_window()
6223 2001-02-19 16:30  slobasso
6225         * source/file.c (1.10): fix issue where reused untitled window is
6226         not given focus when raised.
6228 2001-02-19 10:03  amai
6230         * source/help.c (1.13): help.c: fix some typos and change a couple
6231         of         "nedit" to "NEdit". Actually it is not always        
6232         straightforward to see whether a "nedit" refers to         the
6233         whole product called "NEdit" or to the "nedit" executable ...
6235 2001-02-19 02:02  slobasso
6237         * source/text.c (1.8): fix warnings
6239 2001-02-17 14:03  amai
6241         * source/Makefile.dependencies (1.2), util/Makefile.dependencies
6242         (1.2): */Makefile.dependencies: update WRT new utils.*
6244 2001-02-17 13:59  amai
6246         * source/file.c (1.9), util/utils.c (1.2): file.c utils.c: add
6247         missing #includes
6249 2001-02-17 13:56  amai
6251         * util/: utils.c (1.1), utils.h (1.1): utils.*: new sources for
6252         general purpose, non-GUI stuff like          GetHomeDir()
6254 2001-02-17 13:53  amai
6256         * source/file.c (1.8), source/macro.c (1.7), source/menu.c (1.14),
6257         source/nc.c (1.6), source/server.c (1.6), source/tags.c (1.9),
6258         util/Makefile.common (1.4), util/fileUtils.c (1.6), util/prefFile.c
6259         (1.6): nc.c server.c: move #include <sys/types.h> before other
6260         <sys/*> Makefile.common: prepare for util/utils.c to be checked in
6261         file.c macro.c menu.c tags.c fileUtils.c prefFile.c:    use new
6262         GetCurDir(), GetHomeDir() calls
6264 2001-02-17 01:47  edel
6266         * source/: highlight.c (1.7), parse.y (1.6): 
6267         Empty code blocks are rejected by the macro language.
6269 2001-02-17 00:09  slobasso
6271         * source/interpret.c (1.6): when strings are converted to numbers
6272         and the conversion fails, use 0 rather than junk
6274 2001-02-16 14:58  amai
6276         * ReleaseNotes (1.3), source/tags.c (1.8), util/fileUtils.c (1.5):
6277         ReleaseNotes: add some bugs being addressed *.c: supply fallback if
6278         getcwd() fails      (in one case we used uninitialized memory
6279         earlier!)
6281 2001-02-16 14:25  amai
6283         * source/: Makefile.common (1.4), help.c (1.12): Makefile.common:
6284         nc depends on libNUtil.a! help.c: switch to "February 2001" ...
6286 2001-02-15 16:08  tringali
6288         * ReleaseNotes (1.2): 
6289         Add info about 5.2 features and bugfixes.
6291 2001-02-15 16:07  tringali
6293         * util/misc.c (1.13): 
6294         Fix simulateButtonPress() so it works for gadgets.  (Needed for
6295         DialogF mnemonics.)
6297 2001-02-15 16:06  tringali
6299         * util/DialogF.h (1.3): 
6300         Change dialog_type parameter to int to avoid warnings.
6302 2001-02-15 16:06  tringali
6304         * util/DialogF.c (1.7): 
6305         Automatically create mnemonics for dialog buttons.  Change
6306         dialog_type parameter to int to avoid warnings (comparing unsingned
6307         int for negative isn't exactly useful).
6309 2001-02-15 16:04  tringali
6311         * source/preferences.c (1.14): Default syntax highlighting to on.
6313 2001-02-15 16:04  tringali
6315         * source/nc.c (1.5): 
6316         
6317         - Remove warnings for 64-bit systems.  Extend strlen results to
6318         long and use   %ld as a format specifier.  strlen returns a size_t
6319         which is typically   an unsigned long on 64-bit systems.
6321 2001-02-14 00:34  slobasso
6323         * source/: help.c (1.11), text.c (1.7), textDisp.c (1.5),
6324         textDisp.h (1.3): added extra options to many of the macro actions
6326 2001-02-12 22:37  amai
6328         * source/preferences.c (1.13): preferences.c: patch from Thorsten
6329         Haude to issue a warning                if -import can not find the
6330         specified file
6332 2001-02-12 21:08  slobasso
6334         * source/: help.c (1.10), menu.c (1.13), nedit.h (1.5),
6335         preferences.c (1.12), preferences.h (1.3), search.c (1.13),
6336         search.h (1.4): Added a search wrap option to prefs and made some
6337         more options available to macro actions.
6339 2001-02-09 22:35  tringali
6341         * source/help.c (1.9): Remove obsolete reference to Caps-Lock bug.
6343 2001-02-09 22:34  slobasso
6345         * source/: interpret.c (1.5), interpret.h (1.2), parse.c_noyacc
6346         (1.3), parse.y (1.5): fixed a leak with static strings in the macro
6347         interpreter.
6349 2001-02-09 22:19  slobasso
6351         * source/: menu.c (1.12), text.c (1.6): fixed strCaseCmp() bug
6352         where partial strings would match.
6354 2001-02-09 21:07  amai
6356         * source/userCmds.c (1.8): userCmds.c: try to fix compiler warnings
6358 2001-02-09 09:08  amai
6360         * source/: menu.c (1.11), menu.h (1.4): menu.*: fix a 'pointer vs.
6361         integer constant' problem, by adding a         cast to the
6362         constants #definition
6364 2001-02-08 09:08  amai
6366         * source/Makefile.common (1.3), source/Makefile.dependencies (1.1),
6367         util/Makefile.common (1.3), util/Makefile.dependencies (1.1):
6368         */Makefile.common: include new */Makefile.dependencies: simple
6369         files containing the dependencies for all     objects (i.e. *.o)
6371 2001-02-08 08:52  amai
6373         * source/: menu.c (1.10), menu.h (1.3): menu.c menu.h: - correct my
6374         previous patch: XmNuserData requires XtPointer* arg               
6375         - add some more 'const's
6377 2001-02-06 16:04  amai
6379         * source/search.c (1.12), util/DialogF.c (1.6), util/getfiles.c
6380         (1.9): search.c DialogF.c getfiles.c: Drop #ifdef MOTIF10 sections.
6382 2001-02-06 12:07  amai
6384         * source/menu.c (1.9): menu.c: Fix a 'major' 64bit bug: we were
6385         passing a pointer to int         instead of pointer to pointer.
6386         This fixes the crash with         NEdit/LessTif on alpha when
6387         selecting the Window menu item!!
6389 2001-02-06 10:19  amai
6391         * source/preferences.c (1.11): preferences.c: drop unused #include
6392         <errno.h>
6394 2001-02-06 10:03  amai
6396         * source/interpret.c (1.4), util/prefFile.c (1.5), util/prefFile.h
6397         (1.3): interpret.c prefFile.*: add 'const' to some more functions'
6398         signature
6400 2001-02-06 10:02  amai
6402         * source/: nc.c (1.4), server.c (1.5): server.c nc.c: add checks
6403         whether some system calls succeed (e.g. uname())               
6404         changed signature of getHostName() and getUserName
6406 2001-02-05 19:45  amai
6408         * util/: DialogF.c (1.5), misc.c (1.12), prefFile.c (1.4),
6409         printUtils.c (1.6): DialogF.c misc.c prefFile.c printUtils.c: add
6410         'const' to some     functions' signatures
6412 2001-02-05 17:13  amai
6414         * source/: file.c (1.7), help.c (1.8), highlight.c (1.6),
6415         highlightData.c (1.7): file.c help.c highlight.c highlightData.c:
6416         Replace improper <0> as last argument          in XtVa*() interface
6417         calls by <NULL>
6419 2001-02-02 18:10  tringali
6421         * source/highlight.c (1.5): Replace debugging code of divide by 0
6422         with a more proper assert.  Dividing by zero generated warnings on
6423         lots of compilers.
6425 2001-02-02 14:47  amai
6427         * source/window.c (1.12): window.c: drop declaration of
6428         _XEditResCheckMessages(); should be in           according header  
6429                 Fix compiler warning about boolean expression
6431 2001-02-02 14:00  amai
6433         * Makefile (1.3), README (1.4): Makefile: do not list CVS/ subdir
6434         when running 'make' without argument README:   cosmetics
6435         (re-formatting)           add pointer to makefiles/Makefile.generic
6436         which explains     our current -D compiler options
6438 2001-02-02 13:12  amai
6440         * util/getfiles.c (1.8): getfiles.c: - add 'cont' add some places  
6441                     (as I realized we are already using it, so we don't    
6442                   discuss systems w/o here)             - drop */errno.h
6443         #includes (I couldn't see any usage of it currently)
6445 2001-02-01 23:16  tringali
6447         * makefiles/Makefile.aix (1.2): 
6448         
6449         Fix for bug 130164: force X headers to include full prototype
6450         information.
6452 2001-01-26 22:42  amai
6454         * source/: help.c (1.7), window.c (1.11): help.c: switch to
6455         "January, 2001" window.c: ad cast; should fix SF [Bug #130164 ]
6456         Compiler warning on AIX4.3.2 in                window.c
6458 2001-01-24 15:54  amai
6460         * util/misc.c (1.11), source/highlightData.c (1.6), source/menu.c
6461         (1.8), source/preferences.c (1.10), source/userCmds.c (1.7): *.c:
6462         The XmNnumChildren resource if of type 'Cardinal', not 'int'
6464 2001-01-10 10:42  amai
6466         * source/textBuf.c (1.4): textBuf.c: fix for SF [Bug #115195 ]
6467         textBuf.c:862 warning: '/*' within comment
6469 2001-01-05 21:18  amai
6471         * source/shell.c (1.6): shell.c: change some "Nedit" strings to
6472         "NEdit".           properly end an execl() parameter list by (char
6473         *)0
6475 2000-12-20 14:05  amai
6477         * source/help.c (1.6), source/nedit.c (1.7), source/search.c
6478         (1.11), source/window.c (1.10), util/getfiles.c (1.7): Replace
6479         "Lesstif" by "LessTif" ...  Update timestamp in version info to
6480         "december, 2000"
6482 2000-12-20 13:56  amai
6484         * README (1.3), source/.cvsignore (1.1), source/tags.c (1.7),
6485         util/misc.c (1.10): Add two missing #includes Add a .cvsignore for
6486         the two binaries beign built Update the docs WRT LessTif issues
6488 2000-12-19 21:08  tringali
6490         * nedit.doc (1.3): 
6491         
6492         Removed obsolete references to fnal.gov FTP server.
6494 2000-12-19 21:06  edg
6496         * source/selection.c (1.5): Added a fix for SF bug 126285: segfault
6497         with goto line.
6499 2000-12-15 20:57  edg
6501         * source/text.c (1.5): Fixed a selection highlighting bug (removed
6502         an earlier bogus patch).
6504 2000-12-10 19:35  edg
6506         * source/search.c (1.10): Fixed some (harmless) compiler warnings. 
6507         Added an extra check in the multi-file replacement code to make
6508         sure that the user didn't invalidate the replacement strings when
6509         the dialog isn't modal (bug in several Lesstif versions).
6511 2000-11-30 21:33  edg
6513         * util/getfiles.c (1.6): Implemented a workaround for a Motif 2.x
6514         file selection box bug.
6516 2000-11-30 21:31  edg
6518         * makefiles/Makefile.cygwin (1.2): Minor changes requested by
6519         Christian Denat.
6521 2000-11-23 23:23  edg
6523         * source/: search.c (1.9), search.h (1.3), window.c (1.9): Fixed a
6524         critical bug in the multi-file replace functionality.  Closing
6525         windows while a multi-file replace dialog was up could result in a
6526         crash. The lists are now updated when a window closes.
6528 2000-11-22 23:08  edg
6530         * source/: nedit.h (1.4), search.c (1.8), window.c (1.8): Added
6531         multi-file replace-all functionality.
6533 2000-11-22 21:50  edg
6535         * source/: preferences.c (1.9), search.c (1.7): Added a missing
6536         #include <stdio.h>.
6538 2000-11-07 14:03  edel
6540         * util/misc.c (1.9): Fix glitches in Caps/Num Lock patch
6542 2000-11-06 21:52  edel
6544         * source/: macro.c (1.6), preferences.c (1.8), shift.c (1.5),
6545         text.c (1.4), userCmds.c (1.6), window.c (1.7): Patch for Caps/Num
6546         Lock bug + a few other minor fixes
6548 2000-11-06 21:50  edel
6550         * util/: misc.c (1.8), misc.h (1.4): Patch for Caps/Num Lock Motif
6551         bug
6553 2000-10-06 21:23  edel
6555         * util/misc.c (1.7): Bug fix: BG menu not working with new best
6556         visual code
6558 2000-10-04 03:09  edel
6560         * util/: DialogF.c (1.4), fontsel.c (1.4), getfiles.c (1.5),
6561         managedList.c (1.3), misc.c (1.6), printUtils.c (1.5): For IA-64,
6562         XtVa argument lists must be terminated with NULL rather than 0
6564 2000-10-04 03:07  edel
6566         * source/: macro.c (1.5), menu.c (1.7), preferences.c (1.7),
6567         search.c (1.6), selection.c (1.4), shell.c (1.5), shift.c (1.4),
6568         smartIndent.c (1.6), tags.c (1.6), textDisp.c (1.4), userCmds.c
6569         (1.5), window.c (1.6): For IA-64, XtVa calls must be terminated
6570         w/NULL, rather than 0
6572 2000-09-29 15:48  edel
6574         * util/: fileUtils.c (1.4), misc.c (1.5): Support ClearCase version
6575         extended pathnames (and fix some compiler warns)
6577 2000-09-29 15:38  edel
6579         * source/: file.c (1.6), file.h (1.3), menu.c (1.6), nedit.c (1.6),
6580         preferences.c (1.6), server.c (1.4), shell.c (1.4): Updates from
6581         Max (via Arne), and Arne Førlie: ClearCase version extended paths,
6582         Untitled windows inherit parent path, and avoid reuse of Untitled
6583         windows which are currently running a macro.
6585 2000-09-26 20:28  edel
6587         * source/: file.c (1.5), help.c (1.5), highlightData.c (1.5),
6588         macro.c (1.4), menu.c (1.5), nedit.c (1.5), preferences.c (1.5),
6589         search.c (1.5), smartIndent.c (1.5), tags.c (1.5), userCmds.c
6590         (1.4), window.c (1.5): Allow nedit to use non-default visuals
6592 2000-09-26 20:25  edel
6594         * util/: DialogF.c (1.3), fontsel.c (1.3), getfiles.c (1.4), misc.c
6595         (1.4), misc.h (1.3), printUtils.c (1.4): Allow NEdit to use
6596         non-default visual
6598 2000-09-22 19:41  edel
6600         * util/: fileUtils.c (1.3), getfiles.c (1.3), misc.c (1.3),
6601         prefFile.c (1.3), printUtils.c (1.3): Changes since last posted
6602         development release
6604 2000-09-22 19:34  edel
6606         * source/: file.c (1.4), help.c (1.4), highlight.c (1.4),
6607         highlightData.c (1.4), interpret.c (1.3), macro.c (1.3), menu.c
6608         (1.4), nc.c (1.3), nedit.c (1.4), parse.y (1.4), preferences.c
6609         (1.4), regularExp.c (1.3), search.c (1.4), selection.c (1.3),
6610         server.c (1.3), shell.c (1.3), shift.c (1.3), smartIndent.c (1.4),
6611         tags.c (1.4), text.c (1.3), textBuf.c (1.3), undo.c (1.3),
6612         userCmds.c (1.3), window.c (1.4): Changes since last posted
6613         development release
6615 2000-09-10 18:15  tringali
6617         * makefiles/: Makefile.aix (1.1), Makefile.bsdi (1.1),
6618         Makefile.ccur (1.1), Makefile.convex (1.1), Makefile.cygwin (1.1),
6619         Makefile.dcosx (1.1), Makefile.dec (1.1), Makefile.freebsd (1.1),
6620         Makefile.generic (1.1), Makefile.hpux (1.1), Makefile.linux (1.1),
6621         Makefile.lynx (1.1), Makefile.m88k.svr4 (1.1), Makefile.netbsd
6622         (1.1), Makefile.os2 (1.1), Makefile.osf (1.1), Makefile.reliant
6623         (1.1), Makefile.sco (1.1), Makefile.sgi (1.1), Makefile.solaris
6624         (1.1), Makefile.sunos (1.1), Makefile.uhc (1.1), Makefile.ultrix
6625         (1.1), Makefile.unicos (1.1), Makefile.unixware (1.1) (utags:
6626         REL-5-1-1): 5.1.1 baseline
6628 2000-09-09 22:22  tringali
6630         * source/: comnedit.com (1.3), file.c (1.3), help.c (1.3),
6631         highlight.c (1.3), highlightData.c (1.3), menu.c (1.3), nedit.c
6632         (1.3), nedit.h (1.3), parse.c_noyacc (1.2), parse.y (1.3),
6633         preferences.c (1.3), search.c (1.3), smartIndent.c (1.3), tags.c
6634         (1.3), textDisp.c (1.3), window.c (1.3): 5.2 Development snapshot
6635         as of 5/29/2000
6637 2000-09-09 22:18  tringali
6639         * Makefile (1.2, REL-5-1-1), README (1.2, REL-5-1-1), ReleaseNotes
6640         (1.1, REL-5-1-1), nc.man (1.2, REL-5-1-1), nedit.doc (1.2,
6641         REL-5-1-1), nedit.man (1.2, REL-5-1-1), source/Makefile.common
6642         (1.2, REL-5-1-1), source/Makefile.dec (1.2), source/Makefile.hp
6643         (1.2), source/Makefile.ibm (1.2), source/Makefile.linux (1.2),
6644         source/Makefile.osf (1.2), source/Makefile.sgi (1.2),
6645         source/Makefile.solaris (1.2), source/Makefile.sunos (1.2),
6646         source/Makefile.ultrix (1.2), source/comnedit.com (1.2, REL-5-1-1),
6647         source/file.c (1.2, REL-5-1-1), source/file.h (1.2, REL-5-1-1),
6648         source/help.c (1.2, REL-5-1-1), source/help.h (1.2, REL-5-1-1),
6649         source/highlight.c (1.2, REL-5-1-1), source/highlight.h (1.2,
6650         REL-5-1-1), source/highlightData.c (1.2, REL-5-1-1),
6651         source/highlightData.h (1.2, REL-5-1-1), source/interpret.c (1.2,
6652         REL-5-1-1), source/lnknedit.com (1.2, REL-5-1-1), source/macro.c
6653         (1.2, REL-5-1-1), source/menu.c (1.2, REL-5-1-1), source/menu.h
6654         (1.2, REL-5-1-1), source/nc.c (1.2, REL-5-1-1), source/nedit.c
6655         (1.2, REL-5-1-1), source/nedit.h (1.2, REL-5-1-1), source/parse.y
6656         (1.2, REL-5-1-1), source/preferences.c (1.2, REL-5-1-1),
6657         source/preferences.h (1.2, REL-5-1-1), source/regexConvert.c (1.1,
6658         REL-5-1-1), source/regexConvert.h (1.1, REL-5-1-1),
6659         source/regularExp.c (1.2, REL-5-1-1), source/regularExp.h (1.2,
6660         REL-5-1-1), source/search.c (1.2, REL-5-1-1), source/search.h (1.2,
6661         REL-5-1-1), source/selection.c (1.2, REL-5-1-1), source/selection.h
6662         (1.2, REL-5-1-1), source/server.c (1.2, REL-5-1-1), source/shell.c
6663         (1.2, REL-5-1-1), source/shell.h (1.2, REL-5-1-1), source/shift.c
6664         (1.2, REL-5-1-1), source/shift.h (1.2, REL-5-1-1),
6665         source/smartIndent.c (1.2, REL-5-1-1), source/smartIndent.h (1.2,
6666         REL-5-1-1), source/tags.c (1.2, REL-5-1-1), source/tags.h (1.2,
6667         REL-5-1-1), source/text.c (1.2, REL-5-1-1), source/text.h (1.2,
6668         REL-5-1-1), source/textBuf.c (1.2, REL-5-1-1), source/textBuf.h
6669         (1.2, REL-5-1-1), source/textDisp.c (1.2, REL-5-1-1),
6670         source/textDisp.h (1.2, REL-5-1-1), source/textDrag.c (1.2,
6671         REL-5-1-1), source/textP.h (1.2, REL-5-1-1), source/textSel.c (1.2,
6672         REL-5-1-1), source/undo.c (1.2, REL-5-1-1), source/undo.h (1.2,
6673         REL-5-1-1), source/userCmds.c (1.2, REL-5-1-1), source/userCmds.h
6674         (1.2, REL-5-1-1), source/window.c (1.2, REL-5-1-1), source/window.h
6675         (1.2, REL-5-1-1), util/DialogF.c (1.2, REL-5-1-1), util/DialogF.h
6676         (1.2, REL-5-1-1), util/Makefile.common (1.2, REL-5-1-1),
6677         util/Makefile.dec (1.2), util/Makefile.hp (1.2), util/Makefile.ibm
6678         (1.2), util/Makefile.linux (1.2), util/Makefile.sgi (1.2),
6679         util/Makefile.solaris (1.2), util/Makefile.sunos (1.2),
6680         util/Makefile.ultrix (1.2), util/fileUtils.c (1.2, REL-5-1-1),
6681         util/fileUtils.h (1.2, REL-5-1-1), util/fontsel.c (1.2, REL-5-1-1),
6682         util/fontsel.h (1.2, REL-5-1-1), util/getfiles.c (1.2, REL-5-1-1),
6683         util/getfiles.h (1.2, REL-5-1-1), util/managedList.c (1.2,
6684         REL-5-1-1), util/managedList.h (1.2, REL-5-1-1), util/misc.c (1.2,
6685         REL-5-1-1), util/misc.h (1.2, REL-5-1-1), util/prefFile.c (1.2,
6686         REL-5-1-1), util/prefFile.h (1.2, REL-5-1-1), util/printUtils.c
6687         (1.2, REL-5-1-1), util/printUtils.h (1.2, REL-5-1-1),
6688         util/vmsUtils.c (1.2, REL-5-1-1), util/vmsUtils.h (1.2, REL-5-1-1):
6689         5.1.1 baseline
6691 2000-09-09 22:12  tringali
6693         * Makefile (1.1), README (1.1), nc.man (1.1), nedit.doc (1.1),
6694         nedit.man (1.1), source/Makefile.common (1.1), source/Makefile.dec
6695         (1.1), source/Makefile.hp (1.1), source/Makefile.ibm (1.1),
6696         source/Makefile.linux (1.1), source/Makefile.osf (1.1),
6697         source/Makefile.sgi (1.1), source/Makefile.solaris (1.1),
6698         source/Makefile.sunos (1.1), source/Makefile.ultrix (1.1),
6699         source/comnedit.com (1.1), source/file.c (1.1), source/file.h
6700         (1.1), source/help.c (1.1), source/help.h (1.1), source/highlight.c
6701         (1.1), source/highlight.h (1.1), source/highlightData.c (1.1),
6702         source/highlightData.h (1.1), source/interpret.c (1.1),
6703         source/interpret.h (1.1, REL-5-1-1), source/lnknedit.com (1.1),
6704         source/macro.c (1.1), source/macro.h (1.1, REL-5-1-1),
6705         source/menu.c (1.1), source/menu.h (1.1), source/n.bm (1.1,
6706         REL-5-1-1), source/nc.c (1.1), source/nedit.bm (1.1, REL-5-1-1),
6707         source/nedit.c (1.1), source/nedit.h (1.1),
6708         source/nedit_options_file.opt (1.1, REL-5-1-1),
6709         source/parse.c_noyacc (1.1, REL-5-1-1), source/parse.h (1.1,
6710         REL-5-1-1), source/parse.y (1.1), source/preferences.c (1.1),
6711         source/preferences.h (1.1), source/regularExp.c (1.1),
6712         source/regularExp.h (1.1), source/search.c (1.1), source/search.h
6713         (1.1), source/selection.c (1.1), source/selection.h (1.1),
6714         source/server.c (1.1), source/server.h (1.1, REL-5-1-1),
6715         source/shell.c (1.1), source/shell.h (1.1), source/shift.c (1.1),
6716         source/shift.h (1.1), source/smartIndent.c (1.1),
6717         source/smartIndent.h (1.1), source/tags.c (1.1), source/tags.h
6718         (1.1), source/text.c (1.1), source/text.h (1.1), source/textBuf.c
6719         (1.1), source/textBuf.h (1.1), source/textDisp.c (1.1),
6720         source/textDisp.h (1.1), source/textDrag.c (1.1), source/textDrag.h
6721         (1.1, REL-5-1-1), source/textP.h (1.1), source/textSel.c (1.1),
6722         source/textSel.h (1.1, REL-5-1-1), source/undo.c (1.1),
6723         source/undo.h (1.1), source/userCmds.c (1.1), source/userCmds.h
6724         (1.1), source/window.c (1.1), source/window.h (1.1), util/DialogF.c
6725         (1.1), util/DialogF.h (1.1), util/Makefile.common (1.1),
6726         util/Makefile.dec (1.1), util/Makefile.hp (1.1), util/Makefile.ibm
6727         (1.1), util/Makefile.linux (1.1), util/Makefile.sgi (1.1),
6728         util/Makefile.solaris (1.1), util/Makefile.sunos (1.1),
6729         util/Makefile.ultrix (1.1), util/comutil.com (1.1, REL-5-1-1),
6730         util/fileUtils.c (1.1), util/fileUtils.h (1.1), util/fontsel.c
6731         (1.1), util/fontsel.h (1.1), util/getfiles.c (1.1), util/getfiles.h
6732         (1.1), util/managedList.c (1.1), util/managedList.h (1.1),
6733         util/misc.c (1.1), util/misc.h (1.1), util/prefFile.c (1.1),
6734         util/prefFile.h (1.1), util/printUtils.c (1.1), util/printUtils.h
6735         (1.1), util/vmsParam.h (1.1, REL-5-1-1), util/vmsUtils.c (1.1),
6736         util/vmsUtils.h (1.1) (utags: REL-5-0-2): 5.0.2 baseline