Committed SF patch #963120: Open tab in window on current desktop.
[nedit.git] / ChangeLog
blobc6b6266b65e346630684443d9c349e547cdf083a
1 2004-05-03 11:59  edg
3         * source/window.c (1.156): Bug fix: File->Close in the original
4         window was disabled after calling calling the detach_document()
5         macro subroutine.
7 2004-05-03 09:26  edg
9         * util/check_lin_tif.c (1.8): Classified OM 2.2.3 (the real one,
10         not the 2.2.2 version claiming to be 2.2.3) as being UNTESTED iso.
11         KNOWN BAD. If no show-stoppers are found, we can classify it as a
12         supported version.
14 2004-05-03 08:54  edg
16         * Xlt/BubbleButton.c (1.4): Fixed inconsistent linkage declaration
17         for _XmExportLabelString.
19 2004-05-03 08:53  edg
21         * util/misc.c (1.63): Disabled the sticky radiobutton workaround
22         for OM 2.2.3 and above. The bug appears to be fixed in 2.2.3.
24 2004-04-30 15:27  edg
26         * source/interpret.c (1.38): Added some comments to the new string
27         allocation routines.
29 2004-04-30 14:35  edg
31         * source/: interpret.c (1.37), interpret.h (1.15), macro.c (1.85),
32         smartIndent.c (1.33): Speed boost for macro string searching: keep
33         string length together with the string to avoid excessive amount of
34         strlen() calls in some cases.
36 2004-04-30 11:53  edg
38         * source/window.c (1.155): Bug fix: closing a tab via a macro
39         called from another tab resulted in a crash or an endless loop in
40         GetTopDocument().
42 2004-04-30 04:06  tksoh
44         * source/: nedit.c (1.73), window.c (1.154): Some GUI changes on
45         statsAreaForm: removed the separator below the tab-bar; removed
46         some hardcoded visual resources on tab and tab-bar; statsline's
47         text widget to inherit colors from it's immediate parent form, to
48         ease customization.
50 2004-04-29 02:34  tksoh
52         * source/: menu.c (1.103), nedit.c (1.72), text.c (1.46): Removed
53         tab navigation items from the Window menu, and handle them with
54         text widget's translation table.
56 2004-04-28 01:54  tksoh
58         * doc/help.etx (1.64), source/help_data.h (1.59),
59         source/help_topic.h (1.51), source/menu.c (1.102), source/nedit.c
60         (1.71), source/nedit.h (1.55), source/window.c (1.153),
61         source/window.h (1.23): Renamed "Split Window" to "Split Pane", and
62         split_window() is now split_pane().
64 2004-04-27 01:35  tksoh
66         * source/: file.c (1.81), menu.c (1.101), nedit.h (1.54),
67         preferences.c (1.119), window.c (1.152): Second (and hopefully
68         final) phase of Buffers-to-Documents conversion; Also added brief
69         description to struct WindowInfo on tabbed mode.
71 2004-04-26 03:01  tksoh
73         * source/window.c (1.151): Fix for SF bug #941888: Window shrinks
74         when switching between tabs on some window managers such as
75         metacity.
77 2004-04-24 04:53  tksoh
79         * source/window.c (1.150): Preserve document opening chain
80         (WindowList) when documents are detached or moved, so that macro
81         functions such focus_window("last") will traverse the documents
82         correctly.
84 2004-04-24 03:48  tksoh
86         * source/window.c (1.149): Honor pref setting of "Hide Tab Bar When
87         Only One Document is Open"; covering SF bug #939712: unexpected tab
88         bar on startup.
90 2004-04-24 03:12  tksoh
92         * source/window.c (1.148): Fixed coredump when closing top
93         document.
95 2004-04-23 16:35  tringali
97         * source/window.c (1.147): Fix for bug 940844 - flashing isearch
98         bar on startup
100 2004-04-23 00:43  tksoh
102         * source/window.c (1.146): Fixed bold-face on label of inactive
103         tabs.
105 2004-04-19 15:46  tringali
107         * source/: window.c (1.145), nedit.c (1.70): - Changed accelerators
108         for next/prev window to Ctrl+Pg Up (for Mozilla compat.) -
109         Bold-face the active tab for visibility, implemented with fontlist
110         tags.
112 2004-04-17 10:32  tksoh
114         * source/: nedit.c (1.69), window.c (1.144), window.h (1.22): Fixed
115         WM session management (WM_SAVE_YOURSELF) support for tabbed mode.
117 2004-04-17 03:51  n8gray
119         * doc/help.etx (1.63), source/help_data.h (1.58),
120         source/help_topic.h (1.50): Updated documentation for the
121         auto-scroll feature.  The resource for setting the number of lines
122         of padding has changed to nedit.autoScrollVPadding.
124 2004-04-16 08:15  edg
126         * source/calltips.c (1.6): Fix for SF bug #925951: nedit 5.4
127         crashes when dragging a calltip.  It appears to be a bug in SUN's
128         Motif. Dragging is now disabled.
130 2004-04-15 22:32  n8gray
132         * source/: menu.c (1.100), nedit.h (1.53), preferences.c (1.118),
133         preferences.h (1.41), window.c (1.143), window.h (1.21): Committing
134         the auto-scroll patch.  For now 4 seems like a reasonable default.
136 2004-04-14 20:33  n8gray
138         * source/: help_data.h (1.57), help_topic.h (1.49), window.c
139         (1.142): Applied TK's patch for putting the * on the correct side
140         of the tab's filename based on text alignment (with a minor
141         change).  I still don't understand why it didn't work for me
142         before, but what the heck.
143         
144         Also it looks like I regenerated the help files.  No changes there
145         other than the dates at the top.
147 2004-04-14 15:12  edg
149         * source/window.c (1.141): Warning fix (Andrew Stanaski).
151 2004-04-14 09:44  edg
153         * source/: nedit.c (1.68), server.c (1.28): Additional fixes for
154         potential crashes due to -do macro commands closing windows.
156 2004-04-14 05:45  tksoh
158         * source/: nedit.c (1.67), server.c (1.27): Fixed coredump when
159         running -do closed() or detach_document() with nc or nedit, or when
160         files fail to open.
161         
162         Also corrected the behavior on VMS so that -do will only apply onto
163         the first file globbed from the wildcard specified.
165 2004-04-14 00:49  n8gray
167         * source/: nedit.c (1.66), window.c (1.140): Changed so that
168         alignment of the filenames in tabs isn't hardwired.  I edit lots of
169         files that have the same prefix, e.g. mmc_ext_XXX.ml, and if too
170         many tabs get opened then I end up with 25 identical tabs.  This is
171         much less of a problem if the text is right-aligned, since the .ml
172         suffixes take up less space.
173         
174         You can try this out by setting the resource "*tab.alignment:
175         XmALIGNMENT_END".
176         
177         One improvement would be to also put the "*" that indicates a file
178         is modified on the right if the titles are right-aligned.  I tried
179         to implement that but for some reason couldn't read the setting of
180         the alignment resource successfully.
182 2004-04-14 00:14  n8gray
184         * source/window.c (1.139): Fixed the code to get the next tab on
185         tab close/detach so that the correct tab is chosen when tabs are
186         sorted.
188 2004-04-01 12:48  tksoh
190         * source/window.c (1.138): Re-enabled window auto-resizing on
191         (un)display of line numbers for multi-tab windows. Disabling
192         auto-resize on font change alone would be enough to fix the
193         growing-window bug.
195 2004-04-01 10:29  tksoh
197         * source/window.c (1.137): Fixed BadMatch error when linking to
198         various releases of Lesstif version 1.2 (no problem with v2.x), if
199         we use XCreateBitmapFromData() to created bitmaps for buttons.
201 2004-04-01 02:50  tksoh
203         * source/textDisp.c (1.56): Fixed BadWindow error when opening help
204         window, introduced by the recent window auto-resize patch.
206 2004-04-01 01:38  tksoh
208         * source/window.c (1.136): Fixed bug where the detached document
209         would get an incorrect number of rows, when the document contain
210         highlighting fonts with sizes differ from the primary font. For now
211         there'd be some flickers due to the resizing of the detached window
212         by syntax highlighting, etc - something that we are to address
213         later - but the rows will at least be correct.
215 2004-03-31 15:02  tksoh
217         * source/: highlight.c (1.46), textDisp.c (1.55), window.c (1.135):
218         Disabled window auto-resizing, triggered by font change or
219         (un)display of line numbers, for multi-tab windows.
221 2004-03-31 12:31  tksoh
223         * source/: nedit.h (1.52), search.c (1.67), window.c (1.134):
224         Applied SF patch #891884: Add Find and Clear buttons to i-search
226 2004-03-29 14:42  tksoh
228         * source/userCmds.c (1.45): Fixed coredump when invoking BG menu on
229         lower split-panes.
231 2004-03-28 12:15  yooden
233         * .cvsignore (1.3), doc/.cvsignore (1.5), source/.cvsignore (1.5),
234         util/.cvsignore (1.4): Moves *.bck to global ignore file.
236 2004-03-25 17:37  tksoh
238         * source/: menu.c (1.99), window.c (1.133): Removed unused
239         functions.
241 2004-03-25 07:12  n8gray
243         * .cvsignore (1.2), doc/.cvsignore (1.4), doc/help.etx (1.62),
244         source/.cvsignore (1.4), source/help_data.h (1.56),
245         source/help_topic.h (1.48), source/textDrag.c (1.9),
246         util/.cvsignore (1.3): Updated the help files to document action
247         routines for all menu items.  Also added *.bck to .cvsignore files.
249 2004-03-25 04:27  tksoh
251         * source/: file.c (1.80), file.h (1.13), macro.c (1.84), menu.c
252         (1.98), nedit.c (1.65), preferences.c (1.117), selection.c (1.28),
253         server.c (1.26), tags.c (1.56), window.c (1.132), window.h (1.20):
254         Speed up opening of multiple files, by opening the files in
255         background and deferring the syntax highlighting (SH) process. SH
256         may be triggered later when a document is raised, or accessed by
257         macro functions.
259 2004-03-21 14:25  tksoh
261         * source/: Makefile.common (1.17), window.c (1.131): Bugfix for
262         persistent tooltip of tabs, when dragged with middle button.
264 2004-03-19 15:17  tringali
266         * util/system.h (1.14): Fix bogus IA64 defintion; detect Intel when
267         masquerading as gcc; guess when compiling HP C.
269 2004-03-19 09:53  tksoh
271         * source/window.c (1.130): Make next/prev document actions
272         independent of tab sorting policy.
274 2004-03-11 12:42  edg
276         * source/: nedit.h (1.51), userCmds.c (1.44): Bug fixes for user
277         menu cache (Uwe Lehnert).
279 2004-03-06 22:44  n8gray
281         * source/: menu.c (1.97), nedit.h (1.50), preferences.c (1.116):
282         Added "Sort Tabs Alphabetically" menu item.
284 2004-03-06 02:24  n8gray
286         * source/window.c (1.129): Fixed SortTabBar -- it wasn't updating
287         the "next" pointers, which broke the next/previous tab actions.
289 2004-03-05 08:10  tksoh
291         * source/: menu.c (1.96), menu.h (1.11), userCmds.c (1.43),
292         window.c (1.128): Hide the BG tearoffs when switching doc, and
293         restore them when switched back later.
295 2004-03-04 09:44  tksoh
297         * source/: menu.c (1.95), menu.h (1.10), nedit.h (1.49),
298         preferences.c (1.115), userCmds.c (1.42), userCmds.h (1.6),
299         window.c (1.127): Applied SF patch #891126: user menu cache.
301 2004-03-04 00:49  tksoh
303         * source/: file.c (1.79), preferences.c (1.114), preferences.h
304         (1.40), window.c (1.126), window.h (1.19): If 'nedit.sortTab' is
305         True, sort the tabs on the tab bar by filenames alphabetically.
306         Sorting is disabled by default.
308 2004-03-03 13:28  edg
310         * source/textBuf.c (1.31): Bug fix in BufCountDispChars: don't
311         count terminating \0 of text buffer.
313 2004-03-03 07:06  tksoh
315         * source/: menu.c (1.94), window.h (1.18): Cleaned up residue of
316         "Attach Tab".
318 2004-03-02 12:47  tksoh
320         * source/undo.c (1.16): Removed flickers on text area that occured
321         when undoing/redoing with selection and
322         'nedit.undoModifiesSelection' set to false.
324 2004-03-02 08:15  tksoh
326         * source/: menu.c (1.93), nedit.h (1.48), window.c (1.125),
327         window.h (1.17): Changed Menu "Attach Tab..." to "Move Tab To...".
328         The corresponding AP attach_document_dialog() is changed to
329         move_document_dialog() too; Also revised preference menus under
330         "Tabbed Editing".
332 2004-02-27 00:53  tksoh
334         * source/window.c (1.124): Bugfix for shrunken upper split panes
335         when documents are detached or attached.
337 2004-02-26 09:54  edg
339         * source/window.c (1.123): Clone tab distance & emulation settings
340         when cloning a document.
342 2004-02-25 02:47  tksoh
344         * source/: menu.c (1.92), window.c (1.122): Made line number
345         display a shell-level item, like the i-search and stats lines. Also
346         fixed few associated bugs.
348 2004-02-23 02:51  n8gray
350         * source/textBuf.c (1.30): Eliminated unnecessary #include.
352 2004-02-21 14:25  yooden
354         * doc/help.etx (1.61), source/help_data.h (1.55),
355         source/help_topic.h (1.47): Fiyes typos in help, adds args[] doc
356         (Tony Balinski), changes mailing list information (Joor Loohuis).
358 2004-02-21 05:45  tksoh
360         * source/: file.c (1.78), macro.c (1.83), menu.c (1.91),
361         preferences.c (1.113), search.c (1.66), shell.c (1.30),
362         smartIndent.c (1.32), tags.c (1.55), undo.c (1.15), userCmds.c
363         (1.41), window.c (1.121), window.h (1.16): Update button state or
364         sensitivity of the main menus only if the document being worked on
365         is on top. This prevent the macro operation from updating the menu
366         buttons incorrectly, when acting on documents currently not on top.
368 2004-02-20 09:27  tksoh
370         * source/menu.c (1.90): Corrected mnemonic of 'Last Viewed Tab'
371         menu.
373 2004-02-19 06:33  tksoh
375         * source/nedit.c (1.64): Added missing -group option in nedit
376         command line help message.
378 2004-02-19 06:23  tksoh
380         * doc/help.etx (1.60), source/help_data.h (1.54),
381         source/help_topic.h (1.46), source/nc.c (1.39), source/nedit.c
382         (1.63): Added option -group to nc and nedit, to allow opening of
383         group of files as tabs in a new window.
385 2004-02-17 01:01  tksoh
387         * source/window.c (1.120): Fixed coredump when loading tag files,
388         caused by dangling pointer of mode messages.
390 2004-02-16 01:02  tksoh
392         * doc/help.etx (1.59), source/file.c (1.77), source/file.h (1.12),
393         source/help_data.h (1.53), source/help_topic.h (1.45),
394         source/macro.c (1.82), source/menu.c (1.89), source/nc.c (1.38),
395         source/nedit.c (1.62), source/nedit.h (1.47), source/preferences.c
396         (1.112), source/preferences.h (1.39), source/search.c (1.65),
397         source/selection.c (1.27), source/server.c (1.25), source/tags.c
398         (1.54), source/window.c (1.119): Applied SF patch #893177: modeless
399         tabbed windows.
401 2004-02-14 02:22  tksoh
403         * source/window.c (1.118): Bugfix: top BG menu tearoffs were not
404         closed before switching         tabbed document.
406 2004-02-13 12:32  tksoh
408         * source/window.c (1.117): Close all BG menu tearoffs before
409         switching tabbed document.  BG menu is local to each document, so
410         should not stay up when its parent doc isn't.
412 2004-02-13 07:53  tksoh
414         * source/window.c (1.116): Bugfix: banner not cleared after loading
415         tag files, etc.
417 2004-02-10 22:29  yooden
419         * Microline/XmL/Folder.c (1.3), source/file.c (1.76),
420         source/window.c (1.115): Removes some warnings.
422 2004-02-10 14:25  tringali
424         * source/nedit.c (1.61): Fix reversed tab accelerators in LessTif
426 2004-02-10 02:00  tringali
428         * source/nedit.c (1.60): Fix for tab accelerators in LessTif; avoid
429         trapping Alt+Shift+arrow too.
431 2004-02-09 11:02  edg
433         * source/window.c (1.114): Added missing shell/macroMenuValid
434         initializations.
436 2004-02-09 09:45  tksoh
438         * source/: rangeset.c (1.10), rangeset.h (1.5), window.c (1.113):
439         Bugfix for: 1) coredump when detaching/attaching document
440         containing    destroyed rangeset; 2) after being detached/attached,
441         colors of subsequently    added rangesets were not refreshed
442         immediately.
444 2004-02-09 04:16  tksoh
446         * source/window.c (1.112): Applied workaround for partially
447         (bottom) obscured text area of new tabs on OM-2.1.30, and perhaps
448         other Motifs also?
450 2004-02-08 02:49  tksoh
452         * source/window.c (1.111): Applied workaround for coredump when
453         closing tabs in the middle of keystrokes learning, by clicking on
454         the close-tab button. See comment of closeTabCB() for detail.
456 2004-02-08 01:46  tksoh
458         * source/window.c (1.110): Bugfix: stats or i-search line might
459         come up concealed on new windows, if the tab bar was set to be
460         always displayed.
462 2004-02-07 15:44  tringali
464         * source/: menu.c (1.88), menu.h (1.9), nedit.h (1.46), window.c
465         (1.109): Tab context menu via TK Soh, from SF patch 891679
467 2004-02-07 02:20  tringali
469         * source/nedit.c (1.59): - Visual for inactive tabs: use a lighter
470         grey foreground.  Ideally we'd make the   active tab boldface, but
471         that requires mucking about with fonts.  - Non-emacs accelerators
472         for tab navigation: Alt-Left,Alt-Right,Alt-Home
474 2004-02-05 07:29  tksoh
476         * source/window.c (1.108): Bugfix for missing BG menus in second
477         and subsequent tabbed docs.
479 2004-02-04 08:44  tksoh
481         * source/: file.c (1.75), menu.c (1.87), nedit.h (1.45), window.c
482         (1.107), window.h (1.15): Create tabbed document in background, to
483         avoid unnecessary updates on the user menus. This reduces the
484         flickers on the tearoffs of the user menus. It also speeds up the
485         process of opening multiple files, particularly those of the same
486         language modes.
488 2004-02-03 14:26  edg
490         * source/preferences.c (1.111): Fix for SF bug #887581: /*
491         Uncomment */ macro problem.
493 2004-02-03 08:25  edg
495         * ChangeLog (1.36): Regenerated (cvs2cl.pl -b -r -t --accum --gmt).
497 2004-02-03 08:18  edg
499         * source/macro.c (1.81): Fix for SF bug #889444: rangeset_add(rs1,
500         rs2) fails if rs1, rs2 is empty.
502 2004-02-03 07:27  tksoh
504         * source/preferences.c (1.110): Bugfix: nedit.tabbedMode was not
505         saved to nedit.rc file.
507 2004-02-03 07:27  tksoh
509         * source/preferences.c (1.110): Bugfix: nedit.tabbedMode was not
510         saved to nedit.rc file.
512 2004-01-29 11:03  tksoh
514         * source/smartIndent.c (1.31): Applied workaround for Motif
515         crash-with-tearoffs bug to Smart Indent dialog. Any more?
517 2004-01-29 10:53  tksoh
519         * source/highlightData.c (1.61), source/window.c (1.106),
520         util/misc.c (1.62), util/misc.h (1.22): Applied workaround for
521         Motif crash-with-tearoffs bug to Syntax Highlighting Patterns
522         dialog.
524 2004-01-28 01:50  tksoh
526         * doc/help.etx (1.58), source/help_data.h (1.52),
527         source/help_topic.h (1.44), source/preferences.c (1.109): A sort of
528         fix for SF Bug #883894: removed normal non-whitespace text
529         characters from the default backlighting list, so that those
530         characters will be displayed with the background color as defined
531         by the nedit.textBgColor resource - unless overridden by syntax
532         highlighting.
534 2004-01-27 18:02  tksoh
536         * source/: userCmds.c (1.40), window.c (1.105): When switching
537         tabs, only update Macro/Shell/BG menus only if the language mode
538         has changed, to reduce flickers on the tearoffs.
540 2004-01-27 17:44  tksoh
542         * source/preferences.c (1.108): Fix for SF bug #884862: typo in
543         class names of preference resources.
545 2004-01-26 09:23  tksoh
547         * source/: macro.c (1.80), macro.h (1.6), nedit.h (1.44), shell.c
548         (1.29), shell.h (1.7), window.c (1.104): Mode message display was
549         not handled properly as we switch between documents.
551 2004-01-20 03:31  tksoh
553         * source/window.c (1.103): fixed compiling warning on use of
554         undeclared function.
556 2004-01-20 02:48  tksoh
558         * source/: rangeset.c (1.9), rangeset.h (1.4), window.c (1.102):
559         Transfer rangeset info when attaching/detaching tabs (Uwe Lehnert)
561 2004-01-16 11:49  edg
563         * source/file.c (1.74): Fix for SF bug #878183: File deleted. 
564         Don't delete incremental backup files when incremental backups are
565         off.
567 2004-01-16 09:18  edg
569         * source/highlightData.c (1.60), source/preferences.c (1.107),
570         source/search.c (1.64), source/userCmds.c (1.39), util/misc.c
571         (1.61), util/misc.h (1.21): Applied the "OpenMotif sticky radio
572         button" workaround to all radio buttons.
574 2004-01-16 02:59  tksoh
576         * doc/help.etx (1.57), source/file.c (1.73), source/help_data.h
577         (1.51), source/help_topic.h (1.43), source/macro.c (1.79),
578         source/menu.c (1.86), source/nedit.c (1.58), source/nedit.h (1.43),
579         source/preferences.c (1.106), source/preferences.h (1.38),
580         source/search.c (1.63), source/server.c (1.24), source/userCmds.c
581         (1.38), source/window.c (1.101), source/window.h (1.14): Phase one
582         of Buffers-to-Documents conversion.
584 2004-01-15 07:59  tksoh
586         * source/window.c (1.100): Bugfix: always update Macro & Shell
587         menus when raising a buffer,         so that the keyboard shortcuts
588         are refreshed properly.
589         
590         We'll worry about the visual optimization later.
592 2004-01-13 15:49  edg
594         * source/window.c (1.99): Prevent some (harmless) uninitialized
595         variable accesses when creating a geometry string.
597 2004-01-13 14:46  tringali
599         * source/window.c (1.98): Workaround for bug in OpenMotif 2.1 and
600         2.2.  If you have an active tear-off menu from a TopLevelShell that
601         is a child of an ApplicationShell, and then close the parent
602         window, Motif crashes.  The problem doesn't happen if you close the
603         tear-offs first, so, we programatically close them before
604         destroying the shell widget.
606 2004-01-13 02:45  tksoh
608         * source/preferences.c (1.105): Fixed coredump when changing
609         language mode via 'Language Mode' tearoff menu.
611 2004-01-12 17:31  edg
613         * makefiles/Makefile.cygwin (1.8): Added check_tif_rule for Cygwin.
615 2004-01-12 17:09  edg
617         * source/highlight.c (1.45): Bug fix for crash in highlighting
618         dialog, reported by Joerg Fischer.  Error pattern of color-only
619         patterns was copied erroneously.
621 2004-01-10 06:12  tksoh
623         * source/userCmds.c (1.37): Fixed coredump when invoking
624         Macro/Shell/Background commands from tear-offs.
626 2004-01-09 05:56  tksoh
628         * source/userCmds.c (1.36): Bugfix: when invoked by keyboard
629         shoft-cuts, macro and shell commands were always executed in the
630         first buffer created, or coredumped if the first buffer had been
631         closed.
633 2004-01-08 06:19  tksoh
635         * source/: macro.c (1.78), macro.h (1.5), shell.c (1.28), shell.h
636         (1.6), window.c (1.97): Bugfix: cursor and statsline now reflect if
637         macro/shell commands are in progress in each individual buffer.
639 2004-01-06 06:25  n8gray
641         * source/macro.c (1.77): Patch monkey see, patch monkey do.  Tony
642         says fix rangeset bug, patch monkey fix rangeset bug.  Ook.  Fixes
643         SF bug #871209
645 2004-01-06 02:38  tksoh
647         * source/: menu.c (1.85), userCmds.c (1.35), window.c (1.96):
648         Improved handling of tear-off (Macro, Shell and Windows) menus:   
649         i) fixed shrink-expand bugs;   ii) tear-offs stay up when buffers
650         are closed.
652 2004-01-02 10:32  tksoh
654         * source/window.c (1.95): window manager's size hints should follow
655         the top buffer.
657 2003-12-31 02:25  tksoh
659         * source/window.c (1.94): Bugfix: bookmarks were lost when
660         detaching/attaching buffers. (Uwe Lehnert)
662 2003-12-31 01:22  tksoh
664         * source/window.c (1.93): Bugfix for crash when navigating through
665         buffers.
667 2003-12-30 15:32  tringali
669         * source/nedit.c (1.57): Also put back XmLFolder resources.
671 2003-12-30 15:19  tringali
673         * source/nedit.c (1.56): Revert to fallback resources.  The merging
674         didn't work as I expected.
676 2003-12-29 10:58  tksoh
678         * source/window.c (1.92): Applied temporary workaround for
679         disappearing-text-window bug when linking to Lesstif (ver 0.93.18 &
680         0.93.46 tested)
682 2003-12-28 17:30  tringali
684         * source/nedit.c (1.55): New default resource scheme.  We enter
685         resources directly via Xrm calls, instead of fallback resources. 
686         This should avoid version skew problems when an app-defaults file
687         has been installed against our wishes.  In particular, when there
688         is an app-defaults file out there, we should now merge all the
689         built-in and external resources.  Fallback resources would simply
690         discard the built-in resources in favor of the ones in the file,
691         and this frequently would cause missing resources if the file was
692         out of date.
694 2003-12-28 17:25  yooden
696         * source/: highlightData.c (1.59), preferences.c (1.104): Changes
697         LaTeX patterns (Jörg Fischer) and adds comment macro (Sergei
698         Haller).
700 2003-12-28 17:25  tringali
702         * source/window.c (1.91): Remove hardcoded visual resources for tab
703         widget, in favor of resources that can be overridden.
705 2003-12-28 16:26  yooden
707         * source/: help_data.h (1.50), help_topic.h (1.42), highlightData.c
708         (1.58): Adds $args[] to the NEdit Macro pattern.
710 2003-12-26 10:14  tksoh
712         * source/window.c (1.90): bugfix: text colors not correctly set for
713         new tabs.
715 2003-12-25 07:09  tksoh
717         * Makefile (1.13): Committed patch #569287: tabbed buffers mode.
719 2003-12-25 06:55  tksoh
721         * Microline/XmL/Folder.c (1.2), Microline/XmL/FolderP.h (1.2),
722         Microline/XmL/Makefile.common (1.1),
723         Microline/XmL/Makefile.dependencies (1.1), Microline/XmL/XmL.h
724         (1.2), Xlt/BubbleButton.c (1.3), Xlt/BubbleButton.h (1.2),
725         Xlt/BubbleButtonP.h (1.2), Xlt/Makefile.common (1.1),
726         Xlt/Makefile.dependencies (1.1), Xlt/SlideC.c (1.2), doc/help.etx
727         (1.56), source/Makefile.common (1.16), source/file.c (1.72),
728         source/file.h (1.11), source/highlight.c (1.44), source/highlight.h
729         (1.12), source/interpret.c (1.36), source/macro.c (1.76),
730         source/menu.c (1.84), source/menu.h (1.8), source/nc.c (1.37),
731         source/nedit.c (1.54), source/nedit.h (1.42), source/preferences.c
732         (1.103), source/preferences.h (1.37), source/search.c (1.62),
733         source/search.h (1.21), source/selection.c (1.26), source/server.c
734         (1.23), source/shell.c (1.27), source/smartIndent.c (1.30),
735         source/tags.c (1.53), source/text.h (1.18), source/userCmds.c
736         (1.34), source/window.c (1.89), source/window.h (1.13): Committed
737         patch #569287: tabbed buffers mode.
739 2003-12-24 07:41  tksoh
741         * Xlt/BubbleButton.c (1.2): Bugfix: XltNbubbleString could not be
742         changed after an XltBubbleButton         widget has been created.
744 2003-12-23 21:54  slobasso
746         * doc/help.etx (1.55): docs for new $args[] array and removed 9 arg
747         limit for macros
749 2003-12-23 10:53  yooden
751         * source/file.c (1.71): Adds a warning to root if he wants to write
752         read-only files.
754 2003-12-23 08:34  tksoh
756         * Xlt/: BubbleButton.c (1.1), BubbleButton.h (1.1), BubbleButtonP.h
757         (1.1), SlideC.c (1.1), SlideC.h (1.1), SlideCP.h (1.1): Importing
758         the original code for XltBubbleButton from the Xlt Widget Set
759         version 9.2.9 (http://xlt.soureforge.net).
761 2003-12-21 01:43  tksoh
763         * Microline/: Makefile (1.1), Makefile.in (1.1), XmL/Folder.c
764         (1.1), XmL/Folder.h (1.1), XmL/FolderP.h (1.1), XmL/Grid.c (1.1),
765         XmL/Grid.h (1.1), XmL/GridP.h (1.1), XmL/GridUtil.c (1.1),
766         XmL/Makefile (1.1), XmL/Makefile.in (1.1), XmL/Progress.c (1.1),
767         XmL/Progress.h (1.1), XmL/ProgressP.h (1.1), XmL/Tree.c (1.1),
768         XmL/Tree.h (1.1), XmL/TreeP.h (1.1), XmL/XmL.c (1.1), XmL/XmL.h
769         (1.1), XmL/XmL.uih (1.1), examples/Makefile (1.1),
770         examples/Makefile.in (1.1), examples/demo.c (1.1),
771         examples/folder1.c (1.1), examples/folder2.c (1.1),
772         examples/folder3.c (1.1), examples/folder4.c (1.1),
773         examples/grid1.c (1.1), examples/grid2.c (1.1), examples/grid3.c
774         (1.1), examples/grid4.c (1.1), examples/grid5.c (1.1),
775         examples/grid6.c (1.1), examples/prog1.c (1.1), examples/prog2.c
776         (1.1), examples/prog3.c (1.1), examples/tree1.c (1.1),
777         examples/tree2.c (1.1), examples/tree3.c (1.1), examples/tree4.c
778         (1.1), examples/tree5.c (1.1), examples/uil1.c (1.1),
779         examples/uil1.uil (1.1), examples/util1.c (1.1), man/XmLArrayAdd.3x
780         (1.1), man/XmLArrayDel.3x (1.1), man/XmLArrayFree.3x (1.1),
781         man/XmLArrayGet.3x (1.1), man/XmLArrayGetCount.3x (1.1),
782         man/XmLArrayMove.3x (1.1), man/XmLArrayNew.3x (1.1),
783         man/XmLArrayReorder.3x (1.1), man/XmLArraySet.3x (1.1),
784         man/XmLArraySort.3x (1.1), man/XmLCreateFolder.3x (1.1),
785         man/XmLCreateGrid.3x (1.1), man/XmLCreateProgress.3x (1.1),
786         man/XmLCreateTree.3x (1.1), man/XmLCvtStringToUChar.3x (1.1),
787         man/XmLDateDaysInMonth.3x (1.1), man/XmLDateWeekDay.3x (1.1),
788         man/XmLDrawnButtonSetType.3x (1.1), man/XmLFolder.3x (1.1),
789         man/XmLFolderAddBitmapTab.3x (1.1),
790         man/XmLFolderAddBitmapTabForm.3x (1.1), man/XmLFolderAddTab.3x
791         (1.1), man/XmLFolderAddTabForm.3x (1.1),
792         man/XmLFolderSetActiveTab.3x (1.1), man/XmLFontListCopyDefault.3x
793         (1.1), man/XmLFontListGetDimensions.3x (1.1), man/XmLGrid.3x (1.1),
794         man/XmLGridAddColumns.3x (1.1), man/XmLGridAddRows.3x (1.1),
795         man/XmLGridColumnIsVisible.3x (1.1), man/XmLGridCopyPos.3x (1.1),
796         man/XmLGridCopySelected.3x (1.1), man/XmLGridDeleteAllColumns.3x
797         (1.1), man/XmLGridDeleteAllRows.3x (1.1),
798         man/XmLGridDeleteColumns.3x (1.1), man/XmLGridDeleteRows.3x (1.1),
799         man/XmLGridDeselectAllCells.3x (1.1),
800         man/XmLGridDeselectAllColumns.3x (1.1),
801         man/XmLGridDeselectAllRows.3x (1.1), man/XmLGridDeselectCell.3x
802         (1.1), man/XmLGridDeselectColumn.3x (1.1),
803         man/XmLGridDeselectRow.3x (1.1), man/XmLGridEditBegin.3x (1.1),
804         man/XmLGridEditCancel.3x (1.1), man/XmLGridEditComplete.3x (1.1),
805         man/XmLGridGetColumn.3x (1.1), man/XmLGridGetFocus.3x (1.1),
806         man/XmLGridGetRow.3x (1.1), man/XmLGridGetSelectedCellCount.3x
807         (1.1), man/XmLGridGetSelectedCells.3x (1.1),
808         man/XmLGridGetSelectedColumnCount.3x (1.1),
809         man/XmLGridGetSelectedColumns.3x (1.1),
810         man/XmLGridGetSelectedRow.3x (1.1),
811         man/XmLGridGetSelectedRowCount.3x (1.1),
812         man/XmLGridGetSelectedRows.3x (1.1), man/XmLGridMoveColumns.3x
813         (1.1), man/XmLGridMoveRows.3x (1.1), man/XmLGridPaste.3x (1.1),
814         man/XmLGridPastePos.3x (1.1), man/XmLGridRead.3x (1.1),
815         man/XmLGridReadPos.3x (1.1), man/XmLGridRedrawAll.3x (1.1),
816         man/XmLGridRedrawCell.3x (1.1), man/XmLGridRedrawColumn.3x (1.1),
817         man/XmLGridRedrawRow.3x (1.1), man/XmLGridReorderColumns.3x (1.1),
818         man/XmLGridReorderRows.3x (1.1), man/XmLGridRowColumnToXY.3x (1.1),
819         man/XmLGridRowIsVisible.3x (1.1), man/XmLGridSelectAllCells.3x
820         (1.1), man/XmLGridSelectAllColumns.3x (1.1),
821         man/XmLGridSelectAllRows.3x (1.1), man/XmLGridSelectCell.3x (1.1),
822         man/XmLGridSelectColumn.3x (1.1), man/XmLGridSelectRow.3x (1.1),
823         man/XmLGridSetFocus.3x (1.1), man/XmLGridSetStrings.3x (1.1),
824         man/XmLGridSetStringsPos.3x (1.1), man/XmLGridWrite.3x (1.1),
825         man/XmLGridWritePos.3x (1.1), man/XmLGridXYToRowColumn.3x (1.1),
826         man/XmLMessageBox.3x (1.1), man/XmLPixmapDraw.3x (1.1),
827         man/XmLProgress.3x (1.1), man/XmLRectIntersect.3x (1.1),
828         man/XmLShellOfWidget.3x (1.1), man/XmLSort.3x (1.1),
829         man/XmLStringDraw.3x (1.1), man/XmLStringDrawDirection.3x (1.1),
830         man/XmLTree.3x (1.1), man/XmLTreeAddRow.3x (1.1),
831         man/XmLTreeAddRows.3x (1.1), man/XmLWarning.3x (1.1): Importing
832         Mozilla's Microline3.0 (XmL) library on the
833         MozillaSourceClassic_19981026_BRANCH branch, which has been
834         recently relicensed as MPL 1.1/GPL 2.0/LGPL 2.1.
835         
836         The original source tree for Microline3.0 can be obtained here:
837         
838            % cvs -d:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot \
839              co -r MozillaSourceClassic_19981026_BRANCH \
840              mozilla/cmd/xfe/Microline3.0/
842 2003-12-19 23:23  slobasso
844         * source/: interpret.c (1.35), interpret.h (1.14), macro.c (1.75),
845         parse.y (1.27), parse_noyacc.c (1.8): added new $args[] array and
846         removed 9 arg limit for macros
848 2003-12-13 18:16  yooden
850         * util/prefFile.c (1.22): Removes unneeded variable.
852 2003-12-09 17:55  slobasso
854         * doc/: .cvsignore (1.3), help.etx (1.54), nedit.pod (1.3): docs
855         for -svrname change
857 2003-12-09 12:57  edg
859         * source/nedit.c (1.53): Adapted the nedit.helpForm.* resource spec
860         to the changed widget hierarchy (now nedit.help.helpForm.*) to make
861         mouse navigation in help windows operational again.
863 2003-12-07 22:48  yooden
865         * source/: highlightData.c (1.57), preferences.c (1.102): Adds a
866         'recursion level' to shell pattern set (see SF bug #770855).
868 2003-12-07 15:56  yooden
870         * util/prefFile.c (1.21): Removes double file access to verify pref
871         file read.
873 2003-12-05 00:05  slobasso
875         * source/nedit.c (1.52): default to server if server name is
876         supplied
878 2003-12-05 00:01  slobasso
880         * source/nc.c (1.36): add missing trailing newline to usage
882 2003-12-04 19:07  slobasso
884         * source/menu.c (1.83): first pass at neditdb corruption cleanup
886 2003-12-04 09:52  edg
888         * source/window.c (1.88): Renamed the window shell from "text" to
889         "textShell" to avoid resource matching ambiguities with the real
890         text widget.
892 2003-11-26 21:58  yooden
894         * doc/help.etx (1.53): Added documentation for
895         nedit.undoModifiesSelection
897 2003-11-24 17:41  edg
899         * doc/Makefile (1.6): Remove generated man pages when cleaning.
901 2003-11-22 13:03  edg
903         * ChangeLog (1.35), Makefile (1.12), README (1.32), ReleaseNotes
904         (1.23), doc/Makefile (1.5), doc/NEdit.ad (1.4), doc/help.etx
905         (1.52), doc/nc.pod (1.2), doc/nedit.pod (1.2), doc/setext (1.11),
906         makefiles/Makefile.bsdi (1.6), makefiles/Makefile.ccur (1.6),
907         makefiles/Makefile.freebsd (1.6), makefiles/Makefile.generic
908         (1.11), makefiles/Makefile.macosx (1.5), makefiles/Makefile.netbsd
909         (1.6), makefiles/Makefile.openbsd (1.4), makefiles/Makefile.solaris
910         (1.10), source/file.c (1.70), source/help_data.h (1.49),
911         source/help_topic.h (1.41), source/highlight.c (1.43),
912         source/highlight.h (1.11), source/highlightData.c (1.56),
913         source/interpret.c (1.34), source/macro.c (1.74), source/menu.c
914         (1.82), source/nc.c (1.35), source/nedit.c (1.51), source/nedit.h
915         (1.41), source/preferences.c (1.101), source/rangeset.c (1.8),
916         source/rangeset.h (1.3), source/search.c (1.61), source/search.h
917         (1.20), source/server.c (1.22), source/tags.c (1.52), source/text.c
918         (1.45), source/textBuf.c (1.29), source/textBuf.h (1.15),
919         source/textDisp.c (1.54), source/textDisp.h (1.24), source/window.c
920         (1.87), util/check_lin_tif.c (1.7), util/getfiles.c (1.27),
921         util/misc.c (1.60), util/prefFile.c (1.20), util/system.h (1.13):
922         Merged 5.4 release branch with main trunk.
924 2003-11-20 18:37  edg
926         * ReleaseNotes, source/nc.c, source/server.c (BETA-5-4.[6,5,3])
927         (utags: REL-5-4): Fix for nc -lm and -geometry command line options
928         being dropped in some cases.
930 2003-11-19 17:22  edg
932         * Makefile (tags: REL-5-4) (BETA-5-4.5): 5.4RC2 -> 5.4.
934 2003-11-19 13:50  edg
936         * ChangeLog (tags: REL-5-4) (BETA-5-4.3): Regenerated (cvs2cl.pl -b
937         -r -t --accum --gmt).
939 2003-11-19 13:44  edg
941         * README (tags: REL-5-4), ReleaseNotes, source/help_data.h (tags:
942         REL-5-4), source/help_topic.h (tags: REL-5-4) (BETA-5-4.[7,5,9,6]):
943         Bumped version number to 5.4.
945 2003-11-18 15:11  edg
947         * source/menu.c (1.81): Fix for SF bug #844395: SGI_CUSTOM overtype
948         crash.
950 2003-11-18 12:16  edg
952         * util/fileUtils.c (1.31): Decreased the threshold for MAC file
953         format detection to 1 carriage return instead of 2.
955 2003-11-17 10:13  edg
957         * util/prefFile.c (BETA-5-4.1): Fix for nc crash on VMS (Michael
958         Smith).
960 2003-11-16 13:50  yooden
962         * doc/help.etx (1.51): Fixed wrong documentation of $sub_sep,
963         pointed out by Jörg Fischer.
965 2003-11-14 23:46  yooden
967         * source/: file.c (1.69), smartIndent.c (1.29): Fixes two small
968         bugs: Wrong block and wrong argc.
970 2003-11-14 00:19  n8gray
972         * README, makefiles/Makefile.macosx (BETA-5-4.[6,2]): Reworked the
973         OS X makefile and added a note about building on OS X to the
974         README.
976 2003-11-13 07:09  n8gray
978         * util/check_lin_tif.c (BETA-5-4.7): Changed error/warning messages
979         to be non-Linux-centric.
981 2003-11-08 00:15  yooden
983         * source/file.c (1.68): Changes typo in resource name.
985 2003-11-07 17:27  edg
987         * doc/help.etx, source/help_data.h, source/macro.c
988         (BETA-5-4.[9,8,4]): Removed the bogus rgb values from the array
989         returned by get_pattern_by_name().  Prevented the special "top"
990         pattern from showing up in the array returned by
991         get_style_at_pos().  Various minor code cleanups and comment fixes.
992          (Mostly contributed by Tony Balinski).
994 2003-11-03 16:31  edg
996         * doc/help.etx, source/help_data.h, source/highlight.c,
997         source/highlight.h, source/macro.c (BETA-5-4.[8,7,1,1,3]): Changed
998         the "extension" field returned by get_pattern_at_pos() to "extent"
999         and added an "extent" field to the return value of
1000         get_style_at_pos().
1002 2003-10-24 15:29  edg
1004         * doc/help.etx (BETA-5-4.7): Typo fix (Yury).
1006 2003-10-24 10:51  edg
1008         * doc/help.etx (1.50), source/help_data.h (1.48), source/text.c
1009         (1.44): Extended scroll_down() and scroll_up() such that one can
1010         specify a scroll unit (lines or pages, default: lines) and
1011         corrected the behaviour for CTRL + mouse wheel (scrolling no longer
1012         moves the cursor nor destroys the selection).
1014 2003-10-22 20:05  tringali
1016         * source/help.c (1.96), source/highlightData.c (1.55),
1017         source/nedit.c (1.50), source/nedit.h (1.40), source/preferences.c
1018         (1.100), source/smartIndent.c (1.28), source/textSel.c (1.13),
1019         source/userCmds.c (1.33), source/window.c (1.86),
1020         util/check_lin_tif.c (1.6), util/misc.c (1.59), util/misc.h (1.20):
1021         Changed widget hierarchy so we have a single (hidden) top-level
1022         application shell.  All the top-level windows (editors, syntax,
1023         macros, etc.) are now TopLevelShell children of the application
1024         shell.  This is the standard way of structuring multiple-window
1025         applications, and we've been standing on our heads trying to work
1026         around problems the old approach causes (no visual propogation to
1027         children, no way to address types of top-level windows by name in
1028         resources, session management bugs, etc).  Some advanced X resource
1029         customizations may need to change, but for the better, I think.
1031 2003-10-20 16:38  tringali
1033         * source/interpret.c (tags: BETA-5-4-RC2) (BETA-5-4.1): Change
1034         #define to be in column 0; some compilers will not accept this
1035         indented.
1037 2003-10-20 13:59  edg
1039         * ChangeLog (tags: BETA-5-4-RC2) (BETA-5-4.2): Regenerated
1040         (cvs2cl.pl -b -r -t --accum  --gmt).
1042 2003-10-20 08:29  edg
1044         * doc/nc.man, doc/nedit.man, source/help_data.h,
1045         source/help_topic.h (BETA-5-4.[2,2,6,5]) (utags: BETA-5-4-RC2):
1046         Regenerated for 5.4RC2.
1048 2003-10-20 08:25  edg
1050         * doc/Makefile (tags: BETA-5-4-RC2) (BETA-5-4.2): Use double suffix
1051         rule for man page generation iso. GNU make extension.
1053 2003-10-15 23:08  yooden
1055         * doc/help.etx, source/help_data.h, source/help_topic.h,
1056         source/nc.c (BETA-5-4.[6,5,4,4]): New documentation for nc.
1058 2003-10-14 10:56  edg
1060         * doc/: nc.man, nedit.man (BETA-5-4.[1,1]): Regenerated.
1062 2003-10-14 10:54  edg
1064         * doc/nedit.pod (1.1): file nedit.pod was initially added on branch
1065         BETA-5-4.
1067 2003-10-14 10:54  edg
1069         * doc/nc.pod (1.1): file nc.pod was initially added on branch
1070         BETA-5-4.
1072 2003-10-14 10:54  edg
1074         * doc/: Makefile, nc.pod, nedit.pod (BETA-5-4.[1,1,1]): Added man
1075         pages in pod format and automatic pod to man page translation.
1077 2003-10-09 15:29  tringali
1079         * util/system.h (BETA-5-4.1): Recognize ia64, cygwin, x86-64,
1080         win32, unixware.
1082 2003-10-09 09:23  edg
1084         * source/nc.c (BETA-5-4.3): Fix for SF #820491: nc -ask hangs when
1085         the user cancels the server startup.
1087 2003-10-02 07:27  edg
1089         * doc/setext (BETA-5-4.2): More HTML generation improvements
1090         (Steven Haehn).
1092 2003-10-01 11:34  edg
1094         * doc/setext (BETA-5-4.1): Bug fixes in HTML generation (Andrew
1095         Hood).
1097 2003-09-28 15:05  edg
1099         * Makefile, README, ReleaseNotes (BETA-5-4.[4,5,4]): 5.4RC2
1100         updates.
1102 2003-09-28 15:03  edg
1104         * doc/NEdit.ad (BETA-5-4.2): Removed trailing whitespace.
1106 2003-09-28 15:03  edg
1108         * makefiles/: Makefile.bsdi, Makefile.freebsd, Makefile.netbsd,
1109         Makefile.openbsd (BETA-5-4.[1,1,1,1]): Added Motif/Lesstif version
1110         check.
1112 2003-09-28 14:18  edg
1114         * makefiles/Makefile.ccur, makefiles/Makefile.generic,
1115         makefiles/Makefile.solaris, source/file.c (BETA-5-4.[1,1,1,4]):
1116         Made USE_ACCESS the default (there's no security risk in the way we
1117         use access()). See also SF #782518.
1119 2003-09-28 14:11  edg
1121         * doc/NEdit.ad (BETA-5-4.1): Updated resources to 5.4.
1123 2003-09-28 14:10  edg
1125         * source/nc.c (BETA-5-4.2): Typo fix: noAsk -> noask.
1127 2003-09-26 19:45  yooden
1129         * source/menu.c (BETA-5-4.3): Removes some references to the old
1130         NEdit file history file name.
1132 2003-09-12 18:24  tringali
1134         * README (BETA-5-4.4): Updates for 5.4
1136 2003-09-08 17:08  edg
1138         * ChangeLog (BETA-5-4.1): Regenerated (cvs2cl.pl -b -r -t --accum
1139         --gmt).
1141 2003-09-08 17:03  edg
1143         * source/rangeset.c (BETA-5-4.5): Fixed integer overflow that
1144         caused infinite loops.
1146 2003-08-26 09:59  edg
1148         * source/rangeset.c (BETA-5-4.4): Crash fix: rangeset name field
1149         not initialized.  Other: rangeset table list field not initialized
1150         (unpredictable first label).
1152 2003-08-24 20:07  yooden
1154         * source/highlightData.c (1.54): Fixed small bug in Shell pattern
1155         set.
1157 2003-08-24 19:02  yooden
1159         * source/highlightData.c (BETA-5-4.3): Changed macro pattern from
1160         accomodate new highlighting information functions.
1162 2003-08-22 16:24  edg
1164         * source/file.c (BETA-5-4.3): Fix for SF bug #792447: "modified by
1165         external..." and directories.
1167 2003-08-21 10:50  edg
1169         * source/file.c (BETA-5-4.2): Moved some statements to avoid
1170         polluting errno before displaying an error dialog.
1172 2003-08-21 06:41  n8gray
1174         * doc/help.etx, source/help_data.h, source/help_topic.h
1175         (BETA-5-4.[5,4,3]): Fixed help lines WRT -foreground and -background 
1176         command-line options.  Also noticed that help text for new rangeset 
1177         API was never generated.
1179 2003-08-15 21:58  n8gray
1181         * source/preferences.c (BETA-5-4.5): Also migrate old colors if
1182         there's no config file.
1184 2003-08-14 22:06  slobasso
1186         * source/menu.c, util/check_lin_tif.c (BETA-5-4.[2,6]): fix
1187         warnings
1189 2003-08-13 23:34  slobasso
1191         * source/nedit.h (BETA-5-4.1): adjust constant for more menu items
1193 2003-08-13 16:22  edg
1195         * source/text.c (BETA-5-4.2): Make KP_Enter behave as Enter
1196         (Execute Command Line used to be bound to KP_Enter but is now bound
1197         to Ctrl+KP_Enter).  (I tried to abort my previous commit when I
1198         realized there was a potential problem, but I failed. Sorry.)
1200 2003-08-13 16:03  edg
1202         * source/text.c (BETA-5-4.1): [no log message]
1204 2003-08-13 16:01  edg
1206         * source/file.c (BETA-5-4.1): Fix for SF bugs #782513: Clicking in
1207         text area requires save and #784442: NEdit thinks unchanged windows
1208         need save.  Additionally: drop read-only attribute when file goes
1209         missing.
1211 2003-08-12 11:47  edg
1213         * source/server.c (BETA-5-4.2): Last commit was a fix for SF bug
1214         #785738: "nc -do ..." creates extra window.
1216 2003-08-12 11:43  edg
1218         * source/server.c (BETA-5-4.1): Avoid creating extra windows when
1219         using "nc -do ..." (Arne).
1221 2003-08-08 16:24  slobasso
1223         * source/rangeset.c (BETA-5-4.3): Only text changes where the text
1224         is actually changed result in ranges being adjusted. This includes
1225         changing hardware tab size.
1227 2003-08-08 16:20  slobasso
1229         * source/window.c (1.85): marks no longer get deleted when hardware
1230         tab size is changed.
1232 2003-08-07 04:42  slobasso
1234         * doc/help.etx, source/macro.c (BETA-5-4.[4,2]): split
1235         get_pattern() and get_style() into get_pattern_by_name(),
1236         get_pattern_at_pos(), get_style_by_name(), and get_style_at_pos()
1238 2003-08-04 22:32  slobasso
1240         * doc/help.etx (BETA-5-4.3): Fix mistake with
1241         rangeset_get_by_name() parameter list.
1243 2003-08-03 17:38  yooden
1245         * source/highlightData.c (1.53), source/menu.c (1.80),
1246         source/preferences.c (1.99), source/preferences.h (1.36),
1247         util/managedList.c (1.13): Removes some unsused functions, function
1248         parameters and fixes a typo.
1250 2003-08-02 21:03  yooden
1252         * source/highlightData.c (BETA-5-4.2): Adds new functions
1253         rangeset_get_by_name() and rangeset_set_name() to the NEdit Macro
1254         syntax highlighting pattern set.
1256 2003-08-01 01:26  n8gray
1258         * source/: textDisp.c, textDisp.h, window.c (BETA-5-4.[1,1,1]):
1259         This should fix the problem where new panes didn't get the correct
1260         colors.  It feels to me like there should be a better way to do
1261         this.
1263 2003-07-31 22:35  n8gray
1265         * source/tags.c (BETA-5-4.1): Fixed error parsing alias blocks in
1266         calltips files.
1268 2003-07-29 17:54  slobasso
1270         * doc/help.etx, source/macro.c, source/rangeset.c,
1271         source/rangeset.h (BETA-5-4.[2,1,2,1]): add name to rangesets and
1272         fix several int/string implicit conversions
1274 2003-07-27 21:37  edg
1276         * util/getfiles.c (BETA-5-4.1): Workaround for Lesstif's "frozen
1277         windows" bug (new windows opened via File->Open dialog are left
1278         without grabs).
1280 2003-07-27 10:03  edg
1282         * source/macro.c (1.73): Another Lesstif Escape key workaround
1283         (list dialog) by Oliver Schmidt.
1285 2003-07-25 14:12  tringali
1287         * source/preferences.c (BETA-5-4.4): Don't save
1288         undoModifiesSelection
1290 2003-07-25 06:50  tksoh
1292         * source/file.c (1.67), util/getfiles.c (1.26), util/misc.c (1.58):
1293         make file-selection dialog modeless when linking to Lesstif, as
1294         workaround for Lesstif bug #566315 - window opened with open-file
1295         dialog ingores all input.
1297 2003-07-24 06:07  n8gray
1299         * source/preferences.c (BETA-5-4.3): Added separator in Colors
1300         dialog and changed buttons so they resize as expected.
1302 2003-07-24 00:21  tringali
1304         * source/nc.c (BETA-5-4.1): update version to 5.4
1306 2003-07-18 15:14  edg
1308         * source/macro.c (1.72), source/shell.c (1.26), util/DialogF.c
1309         (1.28): Applied SF patch #771878: Escape cancels all dialogs.
1311 2003-07-17 11:24  edg
1313         * source/search.c (1.60): Minor Lesstif keyboard focus problem
1314         workaround (Oliver Schmidt).
1316 2003-07-11 10:39  edg
1318         * source/highlightData.c (tags: BETA-5-4-RC1) (BETA-5-4.1):
1319         Thorsten's latest revision of the NEdit Macro patterns (I'm only
1320         acting as an SF proxy).
1322 2003-07-10 18:21  n8gray
1324         * util/check_lin_tif.c (tags: BETA-5-4-RC1) (BETA-5-4.5): Added OM
1325         2.2.3 and LT 0.93.44 to known-bad versions.
1327 2003-06-27 19:55  n8gray
1329         * util/check_lin_tif.c (BETA-5-4.4): Removed the Motif 1.2 vs Motif
1330         2.1 detection in lesstif.  Also changed message that gets printed
1331         when non-lesstif motif is detected to include possibility of OSF
1332         Motif.
1334 2003-06-27 17:49  tringali
1336         * source/nedit.c (tags: BETA-5-4-RC1) (BETA-5-4.1): Stronger locale
1337         checking: handle setting of UTF8 by LC_CTYPE, LC_ALL, LANG and/or
1338         the language via the -xnllanguage switch.
1340 2003-06-27 07:24  edg
1342         * util/misc.c (tags: BETA-5-4-RC1) (BETA-5-4.1): Crash fix for
1343         OpenMotif radio button bug workaround.
1345 2003-06-23 19:44  n8gray
1347         * util/check_lin_tif.c (BETA-5-4.3): Adding all versions of Lesstif
1348         from 0.93.25 to 0.93.41 to known-bad list.
1350 2003-06-23 05:30  n8gray
1352         * util/check_lin_tif.c (BETA-5-4.2): Adding Lesstif 0.93.{36,40} to
1353         the known-bad versions list.
1355 2003-06-22 00:42  n8gray
1357         * doc/help.etx, source/help_data.h, source/help_topic.h
1358         (BETA-5-4.[1,3,2]) (utags: BETA-5-4-RC1): Put my name in the
1359         Written By credits.
1361 2003-06-21 03:02  tringali
1363         * README, ReleaseNotes (BETA-5-4.[3,3]) (utags: BETA-5-4-RC1):
1364         Closed out a pile of bugs.
1366 2003-06-20 21:43  slobasso
1368         * source/: menu.c, search.c, search.h (BETA-5-4.[1,1,1]) (utags:
1369         BETA-5-4-RC1): fixed bug introduced when patch #734202 was merged
1371 2003-06-18 09:54  edg
1373         * source/: rangeset.c, textBuf.c, textBuf.h (BETA-5-4.[1,1,1])
1374         (utags: BETA-5-4-RC1): Fix for rangeset display update bug.
1376 2003-06-16 09:38  edg
1378         * Makefile (tags: BETA-5-4-RC1) (BETA-5-4.3): Renegerating
1379         nedit.doc and nedit.html was a bad idea. Better put them in the
1380         source tarball.
1382 2003-06-16 09:12  edg
1384         * README, ReleaseNotes, source/help_data.h (BETA-5-4.[2,2,2]):
1385         5.4beta -> 5.4BETA
1387 2003-06-16 08:57  edg
1389         * Makefile (BETA-5-4.2): Make sure that nedit.doc and nedit.html
1390         are up-to-date for the dist-bin target.
1392 2003-06-16 08:56  edg
1394         * source/preferences.c (tags: BETA-5-4-RC1) (BETA-5-4.2): Made the
1395         5.4 preference migration conditional.
1397 2003-06-16 08:38  edg
1399         * README, ReleaseNotes (BETA-5-4.[1,1]): Updated time stamps.
1401 2003-06-16 08:38  edg
1403         * source/: help_data.h, help_topic.h (BETA-5-4.[1,1]): Regenerated
1404         to get proper time stamps and 5.4beta label.
1406 2003-06-16 08:36  edg
1408         * Makefile (BETA-5-4.1): Make the build stop when the verify_config
1409         test fails.
1411 2003-06-16 08:35  edg
1413         * util/check_lin_tif.c (BETA-5-4.1): Warning fixes.
1415 2003-06-12 17:35  edg
1417         * makefiles/Makefile.macosx (tags: BETA-5-4-RC1) (BETA-5-4.1):
1418         Added an alternative set of CFLAGS and LIBS for building with Fink
1419         (disabled by default) and added the check_tif rule (Joerg).
1421 2003-06-11 02:45  tksoh
1423         * source/preferences.c (BETA-5-4.1): fixed title in Save
1424         Preferences dialog.
1426 2003-06-08 21:05  edg
1428         * ChangeLog (1.34, BETA-5-4-RC1): Regenerated (cvs2cl.pl -b -r -t
1429         --accum --gmt).
1431 2003-06-06 18:04  edg
1433         * source/: rangeset.c (1.7), textBuf.c (1.28): Fixed a rangeset
1434         implementation flaw that caused all kinds of memory leaks in
1435         different places. Buffers should not have rangeset modification
1436         callbacks when there are no rangesets attached.
1438 2003-06-06 17:13  edg
1440         * util/misc.c (1.57): Window group hints leak fixes.
1442 2003-06-06 17:07  edg
1444         * source/nedit.c (1.49): Use proper resource class name to avoid
1445         uninitialized memory read.
1447 2003-06-06 17:06  edg
1449         * util/misc.h (1.19), ReleaseNotes (1.22), source/search.c (1.59),
1450         util/misc.c (1.56): Workaround for OpenMotif radio button bug (SF
1451         #678198).  (Tested with 6 different Motif flavours/versions).
1453 2003-06-05 22:01  n8gray
1455         * doc/help.etx (1.49), source/help_data.h (1.47),
1456         source/help_topic.h (1.40), source/macro.c (1.71): Changed
1457         calltip() so that "tipKey", "tagKey", and "tipText" are
1458         position-independent optional arguments.  .  WARNING: This WILL
1459         break any existing calltip calls with more than one argument!!!  A
1460         call like calltip(foo, "tipText", pos, bar, ...) needs to be
1461         changed to calltip(foo, pos, "tipText", bar, ...) and calltip(foo,
1462         "tipText") needs to be changed to calltip(foo, -1, "tipText").
1464 2003-06-04 15:34  slobasso
1466         * source/: preferences.c (1.98), window.c (1.84): remove unused
1467         variables
1469 2003-06-02 15:18  edg
1471         * source/menu.c (1.79): Fixed wrong title in Exit dialog.
1473 2003-05-29 21:07  tringali
1475         * util/fontsel.h (1.9): Match function declaration to definition
1477 2003-05-28 08:26  edg
1479         * source/preferences.c (1.97): Added an automatic upgrade routine
1480         for the changed "wc" shell command.
1482 2003-05-27 22:32  yooden
1484         * source/preferences.c (1.96): Replaces csh-specific scriptlet with
1485         awklet.
1487 2003-05-27 21:31  tringali
1489         * source/window.c (1.83): Propogate colors to new windows on
1490         opening (744294)
1492 2003-05-27 15:55  edg
1494         * source/preferences.c (1.95): Automatically add Identifier2 text
1495         drawing style when upgrading to 5.4.
1497 2003-05-26 09:10  edg
1499         * ChangeLog (1.33): Regenerated (cvs2cl.pl -b -r -t --accum --gmt).
1501 2003-05-26 09:07  edg
1503         * ReleaseNotes (1.21): Added bugs #559902, 561659, 526981, and
1504         582469.
1506 2003-05-26 08:16  edg
1508         * source/search.c (1.58): Committed SF patch #559902: Show Matching
1509         Range Bugfix (Tom Heathcote).
1511 2003-05-25 15:55  edg
1513         * doc/help.etx (1.48), source/help_data.h (1.46),
1514         source/help_topic.h (1.39), source/highlightData.c (1.52),
1515         source/macro.c (1.70), source/menu.c (1.78), source/preferences.c
1516         (1.94), source/preferences.h (1.35): Removed and disabled some of
1517         the backlighting functionality and marked it as being experimental
1518         (for the 5.4 release).
1520 2003-05-24 19:15  tringali
1522         * source/: menu.c (1.77), nedit.h (1.39), preferences.c (1.93),
1523         preferences.h (1.34), window.c (1.82): Simplified the color dialog
1524         box so that all colors are global.  Plug some leaks when parsing
1525         color names.  Table-drive color settings to reduce duplicate code.
1527 2003-05-24 18:36  tringali
1529         * util/check_lin_tif.c (1.5): Allow Motif 2.1.x instead of just
1530         update level 30.  We've delivered NEdit with these configurations
1531         and they work fine.
1533 2003-05-24 13:11  yooden
1535         * source/highlightData.c (1.51): Fixed missing escape in NEdit
1536         Macro highlighting pattern.
1538 2003-05-23 14:27  tringali
1540         * source/nedit.c (1.48): Avoid a crash when trying to drag widgets
1541         (not text) in non-default visual.  This appears to be a OSF Motif
1542         bug so we just disable dragging entirely.  Not a great solution.
1544 2003-05-23 10:58  edg
1546         * ReleaseNotes (1.20): Added bug #715767.
1548 2003-05-23 07:48  edg
1550         * source/preferences.c (1.92): Removed autoload.nm from NEdit macro
1551         recognition patterns again (covered by .nm) and made the upgrade
1552         routines also work for people who already upgraded to the post-5.3
1553         preference format.
1555 2003-05-22 22:12  yooden
1557         * source/: preferences.c (1.91), highlightData.c (1.50): New
1558         version of NEdit Macro syntax highlighting patterns.
1560 2003-05-22 22:00  edg
1562         * source/highlightData.c (1.49): Small update to the Python
1563         highlighting patterns (due to changed delimiters).
1565 2003-05-22 21:56  edg
1567         * source/preferences.c (1.90): Defined a non-default set of
1568         delimiters for Python mode.  Added autoload.nm to the recognition
1569         patterns for NEdit Macro mode.  Added nedit.rc to the recognition
1570         patterns for X Resources mode.  Added a 5.3 to 5.4 upgrade routine
1571         for the 3 changes above.
1573 2003-05-20 05:41  n8gray
1575         * source/macro.c (1.69): Committing Tom Heathcote's minor rangeset
1576         patch.  If it breaks everything blame him.  :-)
1578 2003-05-20 00:27  n8gray
1580         * Makefile (1.11), makefiles/Makefile.aix (1.7),
1581         makefiles/Makefile.bsdi (1.5), makefiles/Makefile.ccur (1.5),
1582         makefiles/Makefile.convex (1.5), makefiles/Makefile.cygwin (1.7),
1583         makefiles/Makefile.dcosx (1.5), makefiles/Makefile.dec (1.6),
1584         makefiles/Makefile.depend (1.5), makefiles/Makefile.freebsd (1.5),
1585         makefiles/Makefile.generic (1.10), makefiles/Makefile.hpux (1.5),
1586         makefiles/Makefile.linux (1.11), makefiles/Makefile.lynx (1.6),
1587         makefiles/Makefile.m88k.svr4 (1.5), makefiles/Makefile.macosx
1588         (1.4), makefiles/Makefile.netbsd (1.5), makefiles/Makefile.openbsd
1589         (1.3), makefiles/Makefile.os2 (1.14), makefiles/Makefile.osf (1.6),
1590         makefiles/Makefile.qnx (1.3), makefiles/Makefile.reliant (1.5),
1591         makefiles/Makefile.sco (1.6), makefiles/Makefile.sgi (1.5),
1592         makefiles/Makefile.solaris (1.9), makefiles/Makefile.sunos (1.5),
1593         makefiles/Makefile.superux (1.5), makefiles/Makefile.uhc (1.5),
1594         makefiles/Makefile.ultrix (1.5), makefiles/Makefile.unicos (1.7),
1595         makefiles/Makefile.unixware (1.6), util/Makefile.common (1.8),
1596         util/check_lin_tif.c (1.4): Added verify_config target to all
1597         Makefiles.  On most platforms it does nothing, but on Linux it
1598         triggers a check of the *tif version.  This should also probably be
1599         enabled on openbsd, freebsd, and any other platform where
1600         OpenMotif/Lesstif use is common, but I'll leave that to people more
1601         familiar with those platforms.
1603 2003-05-19 21:55  slobasso
1605         * source/highlightData.c (1.48): Adjusted Nedit Macro Language
1606         highlighting: removed delete from actions and added to keywords and
1607         added the following items Variables: calltip_ID Macro Routines:
1608         calltip, kill_calltip Actions: focus_pane, unload_tags_file,
1609         goto_matching, select_to_matching,    set_auto_indent,
1610         set_em_tab_dist, set_fonts, set_highlight_syntax,   
1611         set_incremental_backup, set_incremental_search_line, set_locked,   
1612         set_make_backup_copy, set_overtype_mode, set_show_line_numbers,   
1613         set_show_matching, set_match_syntax_based, set_statistics_line,   
1614         set_tab_dist, set_use_tabs, set_wrap_margin, set_wrap_text
1616 2003-05-19 08:03  edg
1618         * doc/help.etx (1.47), source/help_data.h (1.45),
1619         source/help_topic.h (1.38): Added missing replace_all()
1620         documentation (Tom Heathcote) and removed the "experimental"
1621         classification for smart indent.
1623 2003-05-18 20:05  edg
1625         * source/: nedit.c (1.47), nedit.h (1.38): Workaround for KDE's
1626         FONTLIST bug (and for the various BACKGROUND and FOREGROUND
1627         resource values).
1629 2003-05-16 17:15  n8gray
1631         * util/check_lin_tif.c (1.3): Added 92.32 to known-good LessTif.
1632         
1633         Feel free to do this yourselves!  :-)  It's pretty easy to do.
1635 2003-05-16 16:58  edg
1637         * source/highlightData.c (1.47): Updated Python patterns (no
1638         updated delimiters yet).
1640 2003-05-16 16:51  slobasso
1642         * util/.cvsignore (1.2): added check_lin_tif
1644 2003-05-16 16:50  slobasso
1646         * source/nedit.c (1.46): removed unused variable warning
1648 2003-05-16 16:47  slobasso
1650         * source/: text.c (1.43), text.h (1.17), textDisp.c (1.53),
1651         textDisp.h (1.23): re-commit graphics expose code and added window
1652         obscurred hack back in that was erroneously removed. This should
1653         put us back where we were without reintroducing a bug that was
1654         fixed.
1656 2003-05-16 15:11  tringali
1658         * source/: text.c (1.42), text.h (1.16), textDisp.c (1.52),
1659         textDisp.h (1.22): Removed explicit handling of GraphicsExpose
1660         events that was causing incomplete redraws, reverting to older
1661         algorithm.  (I've extracted the code into a patch and will post it
1662         back on SF to address the problem it was trying to fix.)
1664 2003-05-16 13:47  tringali
1666         * util/misc.c (1.55): Fix for missing icons (via C. Rasmussen)
1668 2003-05-16 05:23  tksoh
1670         * source/window.c (1.81): Fix for SF bug #715767: remaining panes
1671         resized incorrectly after closing a splitpane.
1673 2003-05-15 19:47  n8gray
1675         * util/check_lin_tif.c (1.2): Modified copyright notice to be more
1676         consistent with the rest of NEdit.
1678 2003-05-15 19:42  n8gray
1680         * Makefile (1.10), makefiles/Makefile.linux (1.10),
1681         source/Makefile.common (1.15), source/help.c (1.95),
1682         util/Makefile.common (1.7), util/check_lin_tif.c (1.1): Added code
1683         to detect the version of Motif/Lesstif being built against and
1684         complain if it's known-bad or unknown.  There's probably room for
1685         improvement in both the build and detection portions of this code.
1687 2003-05-15 07:36  edg
1689         * ChangeLog (1.32): Regenerated (please only update with cvs2cl.pl
1690         -b -r -t --accum --gmt).
1692 2003-05-15 07:33  edg
1694         * source/parse_noyacc.c (1.7): Copied the recent modifications of
1695         parse.y.
1697 2003-05-14 19:12  n8gray
1699         * ChangeLog (1.31): Isn't there a way to generate or update this
1700         automatically with CVS?
1702 2003-05-14 19:08  n8gray
1704         * source/parse.y (1.26): Comments don't eat backslash-escaped
1705         newlines, so this is legal:    t_print("Hello " # This is a common
1706         greeting \            "world"  # This is the recipient of the
1707         greeting \            "\n")    # This is a newline character
1709 2003-05-04 23:54  yooden
1711         * source/macro.c (1.67): Removed some second level leftovers from
1712         the old Highlighting API.
1714 2003-05-04 13:20  yooden
1716         * doc/help.etx (1.46), source/file.c (1.64), source/help_data.h
1717         (1.43), source/help_topic.h (1.36), source/menu.c (1.75): Fixes SF
1718         #617840: Append Line Feed on Save The buffer now reflects that a
1719         line is added on save.
1721 2003-05-03 22:45  yooden
1723         * doc/help.etx (1.45), source/help_data.h (1.42),
1724         source/help_topic.h (1.35), source/macro.c (1.66): Removes old
1725         Highlighting Information API; fixes some inconsistencies in the
1726         Highlighting Information API; adds deprecated section to macro
1727         section in online help.
1729 2003-05-03 09:15  edg
1731         * util/misc.c (1.54): Made translation table for mouse wheel
1732         static, as suggested by Scott.
1734 2003-05-02 19:19  edg
1736         * source/highlightData.c (1.45), source/nedit.c (1.45),
1737         source/search.c (1.56), source/shell.c (1.25), source/smartIndent.c
1738         (1.26), source/userCmds.c (1.32), util/fontsel.c (1.25),
1739         util/getfiles.c (1.25), util/managedList.c (1.12), util/misc.c
1740         (1.53), util/misc.h (1.18): Committed SF #715941: File dialog wheel
1741         support (generalized to all scrolled widgets, except main text
1742         area, which already had support).
1744 2003-05-02 18:25  edg
1746         * source/rangeset_fn.h (1.4): Obsolete due to new rangeset API.
1748 2003-05-02 18:18  edg
1750         * doc/help.etx (1.44), makefiles/Makefile.depend (1.4),
1751         source/Makefile.dependencies (1.21), source/help_data.h (1.41),
1752         source/help_topic.h (1.34), source/highlightData.c (1.44),
1753         source/macro.c (1.65), source/rangeset.c (1.4), source/rangeset.h
1754         (1.2), source/rangeset_fn.h (1.3), source/textBuf.c (1.27),
1755         source/textBuf.h (1.14), source/textDisp.c (1.50),
1756         util/Makefile.dependencies (1.7): Committed patch #628933: New
1757         rangeset API. (Including the fix of SF #728988: rangeset_add of
1758         empty range works - bad!) Users of range sets will have to update
1759         their macros.
1761 2003-04-24 17:20  edg
1763         * source/menu.c (1.74): Crash fix: setting NEDIT_HOME to /dev/null
1764         caused a coredump because the PrevOpen array never got initialized
1765         in that case.
1767 2003-04-24 11:47  edg
1769         * source/nedit.c (1.44), util/DialogF.c (1.27), util/DialogF.h
1770         (1.9), util/fileUtils.c (1.30): Various fixes related to SF
1771         #488412: doOpen() flaws.
1773 2003-04-24 08:57  edg
1775         * source/highlightData.c (1.43): Updated LaTeX highlight patterns
1776         provided by Joerg (SF #607072: Syntax highlight failure in LaTeX).
1778 2003-04-24 08:26  edg
1780         * source/menu.c (1.73): Fix for SF #726325: goto_line_number only
1781         accepts 1 arg
1783 2003-04-18 01:07  n8gray
1785         * source/calltips.c (1.5), source/calltips.h (1.2),
1786         source/help_data.h (1.40), source/help_topic.h (1.33),
1787         source/text.c (1.40), source/text.h (1.15), source/textDisp.c
1788         (1.49), source/textDisp.h (1.21), source/textP.h (1.8),
1789         doc/help.etx (1.43): Setting "nedit*background: blue" should not
1790         change the background of calltips.  This change makes calltips get
1791         their colors from nedit*calltipForeground and
1792         nedit*calltipBackground.
1794 2003-04-17 21:46  n8gray
1796         * source/: nedit.c (1.43), nedit.h (1.37), preferences.c (1.88),
1797         text.c (1.39): Applied color migration patch.  IMPORTANT:  Remember
1798         to move the call to migrateColorResources into the "convert to 5.4"
1799         area before releasing 5.4!!!
1801 2003-04-17 09:03  edg
1803         * source/: macro.c (1.64), smartIndent.c (1.25): Fix for SF
1804         #602336: Wrong Initialization Order and SF #628552: Startup
1805         sequence. Macro file is now loaded before smart indent macros are
1806         processed.
1808 2003-04-15 23:03  yooden
1810         * source/help.c (1.92): Whitespace only.
1812 2003-04-15 20:00  yooden
1814         * doc/help.etx (1.42), source/help_data.h (1.39),
1815         source/help_topic.h (1.32): Small documentation fixes.
1817 2003-04-10 20:28  edg
1819         * source/calltips.c (1.4), util/misc.c (1.52), util/misc.h (1.17):
1820         Fix for SF #602260: Calltips crashes. Calltip popup shells now
1821         inherit the proper visual and color depth.
1823 2003-04-10 20:08  tringali
1825         * source/help.c (1.91): Help text was allocating colors
1826         incorrectly, making help text invisible when running with a
1827         non-default Visual.  Don't assume "black" is help text color!
1829 2003-04-10 18:47  tringali
1831         * source/: text.c (1.38), text.h (1.14), textP.h (1.7), window.c
1832         (1.80): Fix upside-down GetPrefTypingHidesPointer dependency -- the
1833         window code should be setting into the text widget, instead of the
1834         text widget getting it directly from preferences.
1836 2003-04-10 18:39  tringali
1838         * source/parse.y (1.24): #include <stdlib.h> to avoid warnings on
1839         some systems about no malloc proto.
1841 2003-04-10 18:37  tringali
1843         * util/utils.c (1.20): Don't quit if getpwuid() fails.  It can fail
1844         if some nameservices are not responding through no fault of the
1845         user.
1847 2003-04-10 17:58  edg
1849         * source/Makefile.dependencies (1.20): Updated dependencies.
1851 2003-04-10 17:37  edg
1853         * util/DialogF.c (1.26): Warning fix.
1855 2003-04-10 09:39  edg
1857         * source/file.c (1.63): Added some missing fclose() calls in
1858         IncludeFile().
1860 2003-04-09 14:56  edg
1862         * source/file.c (1.62): Aaargh. Another few missing commas.
1864 2003-04-09 14:53  edg
1866         * source/file.c (1.61): Added another few missing commas in DialogF
1867         calls.
1869 2003-04-09 13:52  edg
1871         * source/file.c (1.60): Added missing comma in DialogF call.
1873 2003-04-08 23:47  yooden
1875         * source/help.c (1.90): Added one missing DialogF() title.
1877 2003-04-08 08:54  edg
1879         * source/: highlight.c (1.41), menu.c (1.72), preferences.c (1.87),
1880         smartIndent.c (1.24): Fixed indentation inconsistencies and dialog
1881         title typos.
1883 2003-04-07 22:51  yooden
1885         * source/file.c (1.59), source/highlight.c (1.40),
1886         source/highlightData.c (1.42), source/macro.c (1.63), source/menu.c
1887         (1.71), source/preferences.c (1.86), source/search.c (1.55),
1888         source/selection.c (1.24), source/shell.c (1.24), source/shift.c
1889         (1.14), source/smartIndent.c (1.23), source/tags.c (1.49),
1890         source/userCmds.c (1.31), util/DialogF.c (1.25), util/DialogF.h
1891         (1.8), util/fileUtils.c (1.29), util/fontsel.c (1.24), util/misc.c
1892         (1.51), util/printUtils.c (1.22): The Sore Hands Patch: Added
1893         dialog title to DialogF().
1895 2003-04-06 00:46  yooden
1897         * source/highlightData.c (1.41), source/macro.c (1.62),
1898         source/menu.c (1.70), source/preferences.c (1.85),
1899         source/smartIndent.c (1.22), source/userCmds.c (1.30),
1900         util/printUtils.c (1.21): Some changed dialog titles, error
1901         messages and general code beautification.
1903 2003-04-03 19:05  jlous
1905         * source/file.c (1.58), source/macro.c (1.61), source/nedit.h
1906         (1.36), source/preferences.c (1.84), source/window.c (1.79),
1907         util/fileUtils.c (1.28), util/fileUtils.h (1.10), util/prefFile.c
1908         (1.19): Committing patch 621211, accepting foreign linebreaks in
1909         prefs- and macro files.
1911 2003-04-03 15:45  edg
1913         * source/window.c (1.78): Fix for SF #713780: flickers during macro
1914         execution. (Uwe Lehnert)
1916 2003-03-26 16:36  edg
1918         * source/textDisp.c (1.48): Reverted some of the unnecessary (and
1919         seemingly invalid) changes related to the cursor GC introduced in
1920         version 1.46. (SF #710124).
1922 2003-03-26 10:40  edg
1924         * source/textDisp.c (1.47): Yesterday's clipping changes were not
1925         ok: the gutter between the line numbers and the text area could be
1926         filled with character fragments. Clipping ranges are now adjusted
1927         when line numbers are drawn.
1929 2003-03-25 18:31  n8gray
1931         * source/: textDisp.c (1.46), textDisp.h (1.20): Committing edg's
1932         patch to fix usage of shared GCs.
1934 2003-03-25 01:33  n8gray
1936         * source/textDisp.c (1.45): Fixed line number color problems. 
1937         Stupid cut & paste error...
1939 2003-03-24 23:56  yooden
1941         * source/nedit.c (1.42): Paranoid protection against pathological
1942         language settings.
1944 2003-03-24 17:05  edg
1946         * source/: menu.c (1.69), nedit.h (1.35), window.c (1.77): Fix for
1947         SF bug #564782: Show Path in Windows Menu
1949 2003-03-24 16:20  tringali
1951         * source/nedit.c (1.41): Account for LANG being unset.
1953 2003-03-21 18:51  n8gray
1955         * source/: textDisp.c (1.44), window.c (1.76): Fixing 2 color
1956         problems.  1: Changing line number GC properties affected *all*
1957         buffers.  2: New panes used default text area colors instead of
1958         their window's.
1960 2003-03-21 18:31  tringali
1962         * source/: nedit.c (1.40), help.c (1.89): Avoid crash when running
1963         under a UTF-8 locale, and display locale in help.
1965 2003-03-21 18:22  edg
1967         * source/: preferences.c (1.83), smartIndent.c (1.21),
1968         smartIndent.h (1.6): Fix for SF bug #439867: Language mode renaming
1969         bug.
1971 2003-03-20 13:23  edg
1973         * makefiles/Makefile.sco (1.5): Typo fix (SF #689808: SCO makefile
1974         error).
1976 2003-03-20 13:05  edg
1978         * util/fontsel.c (1.23): Removed some unused variables (gcc
1979         warnings).
1981 2003-03-20 13:02  edg
1983         * source/: help.c (1.88), highlight.c (1.39), highlight.h (1.10),
1984         textDisp.c (1.43): Fix for SF #700823: Nedit crash after highlight
1985         Perl-Syntax on OS/390.  Made the syntax highlighting style
1986         information independent of the character coding (ASCII or EBCDIC).
1988 2003-03-18 10:58  edg
1990         * util/managedList.c (1.11): Fix for SF #705495: Crash while
1991         Copying Pattern.
1993 2003-03-14 22:27  n8gray
1995         * doc/help.etx (1.41), source/help_data.h (1.38),
1996         source/help_topic.h (1.31), source/preferences.c (1.82): Added a
1997         warning label to the color dialog and changed help text to make it
1998         more clear that foreground colors only apply when syntax
1999         highlighting is disabled.
2001 2003-03-13 09:11  n8gray
2003         * util/fontsel.c (1.22): Hide the sample when the "Show
2004         Proportional Fonts" toggle is toggled and the font selection is
2005         cleared.  Also added a prototype for enableSample().
2007 2003-03-12 18:33  n8gray
2009         * util/fontsel.c (1.21): Tabs -> Spaces
2010         
2011         If you want a shock, turn on backlighting, set tabs to a slightly
2012         off-background color, and edit just about any file in the NEdit
2013         project.
2015 2003-03-12 18:03  n8gray
2017         * util/fontsel.c (1.20): Fixed clearing of sample field when "show
2018         proportional fonts" was toggled.  Hide sample text when font
2019         selection is invalid.
2021 2003-03-07 19:52  n8gray
2023         * source/preferences.c (1.81): Made helper function addColorGroup()
2024         static.
2026 2003-03-07 19:46  n8gray
2028         * source/preferences.c (1.80): Using XtSetMappedWhenManaged to
2029         show/hide the error labels in the color dialog.  Thanks Scott!
2031 2003-03-07 01:50  n8gray
2033         * doc/help.etx (1.40), source/help_data.h (1.37),
2034         source/help_topic.h (1.30), source/preferences.c (1.79): Duh. 
2035         Forgot to save before the last commit.  Also changed docs to
2036         reflect new labels in color dialog.
2038 2003-03-07 01:34  n8gray
2040         * source/preferences.c (1.78): Minor labelsmithing on color dialog.
2042 2003-03-07 01:07  n8gray
2044         * source/preferences.c (1.77): Using a more reliable hack for
2045         showing/hiding the (Invalid!) labels in the color dialog.  To hide
2046         it I set its fg color to its bg color.  To unhide it I restore the
2047         fg color from its parent.  This way the label's width doesn't
2048         change, solving the potential visual bug mentioned in my previous
2049         commit.
2050         
2051         I tried changing the label from a gadget to a widget but the
2052         XtMap/UnmapWidget functions still failed.  Oh well, this works ok.
2054 2003-03-05 23:50  n8gray
2056         * doc/help.etx (1.39), source/help_data.h (1.36),
2057         source/help_topic.h (1.29), source/menu.c (1.68), source/nedit.h
2058         (1.34), source/preferences.c (1.76), source/preferences.h (1.32),
2059         source/textDisp.c (1.42), source/textDisp.h (1.19), source/window.c
2060         (1.75), source/window.h (1.12), util/fontsel.c (1.19),
2061         util/fontsel.h (1.8): Adding the color dialog and documentation. 
2062         Also adds a colored, editable text field to the font browser
2063         dialog.
2064         
2065         There's a potential minor visual bug depending on the user's fonts.
2066          I've tried to fix it but can't seem to figure it out.  Search for
2067         XXX in preferences.c for details.
2069 2003-02-20 17:30  arnef
2071         * source/: file.c (1.57), nc.c (1.33), server.c (1.21): Fixed
2072         problem with processing of nc command line.
2074 2003-02-18 20:17  tringali
2076         * util/misc.c (1.50): Set group hint so that recent versions of
2077         Sawfish will group windows together.
2079 2003-02-17 01:51  n8gray
2081         * source/Makefile.common (1.14): Added parse.c target so that build
2082         falls back to parse_noyacc.c if neither bison nor yacc can be
2083         found. See:
2084         http://www.nedit.org/archives/develop/2002-Apr/0512.html for a
2085         discussion of this issue.
2087 2003-02-15 02:33  yooden
2089         * source/file.c (1.56), util/getfiles.c (1.24), util/misc.c (1.49),
2090         util/getfiles.h (1.6): Removed GetNewFilename()
2092 2003-02-15 01:06  yooden
2094         * source/preferences.h (1.31): Removed double function
2095         declarations.
2097 2003-01-14 22:36  n8gray
2099         * source/tags.c (1.48): Added a private lineEmpty function for use
2100         when loading calltips files.  Also fixed bug where calltip position
2101         modifiers weren't reset when tips were posted by means other than
2102         the calltip macro subroutine.
2104 2003-01-14 09:50  edg
2106         * source/regularExp.c (1.21): Fix for \S, \W, \L, and \D
2107         erroneously matching on \0.
2109 2003-01-10 15:33  tringali
2111         * source/: window.c (1.74), nedit.c (1.39), text.c (1.37): Apply
2112         the "frame around text area" patch and associated geometry fixes. 
2113         Looks right when the background is light-colored (default), less so
2114         if you use a dark background.  Can be disabled with resources if
2115         you don't like it.
2117 2003-01-10 15:32  tringali
2119         * source/file.c (1.55): Fix to prevent file dialog from growing
2120         wider than the screen.  This is needed for window managers that do
2121         not respect XmNmaxWidth (sawfish, twm, fvwm).
2123 2003-01-10 15:29  tringali
2125         * util/: getfiles.c (1.23), misc.c (1.48): Prevent the file dialog
2126         from getting bigger than screen.  This fix is for window managers
2127         that do not respect XmNmaxWidth (sawfish, twm, fvwm).
2129 2003-01-07 22:37  tringali
2131         * doc/: nedit.doc (1.37), nedit.html (1.31): Remove autogenerated
2132         files from CVS to reduce conflicts.  They are now automatically
2133         generated by the cron script for the website snapshot.
2135 2003-01-06 15:36  edg
2137         * source/smartIndent.c (1.20): Bug fix: garbage collection could be
2138         triggered during smart indent newline macro (very old copy & paste
2139         error).
2141 2003-01-02 02:02  yooden
2143         * doc/nedit.doc (1.36), doc/nedit.html (1.30), source/help_data.h
2144         (1.35), source/help_topic.h (1.28): Updated reference to regex book
2145         part two.
2147 2003-01-02 01:48  yooden
2149         * doc/help.etx (1.38): Updated Reference to Regex book.
2151 2003-01-01 15:57  edg
2153         * source/smartIndent.c (1.19): Fix for crash bug reported @develop:
2154         newline macro inserting a string caused a recursive loop when
2155         triggered through smart indent.
2157 2002-12-13 17:23  edg
2159         * doc/Makefile (1.4): Added targets to regenerate the FAQ and build
2160         the FAQ distribution.
2162 2002-12-13 17:20  edg
2164         * doc/: faq.txt (1.4), faq.xml (1.5): Added a Q&A about the changed
2165         binding of KP Enter (execute command line).
2167 2002-12-12 17:26  slobasso
2169         * source/text.h (1.13): Remove warnings on hpux 10.20 compiler.
2171 2002-12-12 17:26  slobasso
2173         * source/selection.c (1.23): Cleanup string to int conversion.
2175 2002-12-12 17:26  slobasso
2177         * source/: search.c (1.54), search.h (1.18): Centralize string to
2178         enum conversions for search_type.
2180 2002-12-12 17:26  slobasso
2182         * source/parse_noyacc.c (1.5): Match changes in parse.y
2184 2002-12-12 17:25  slobasso
2186         * source/parse.y (1.23): Move string constant code into function
2187         InstallStringConstSymbol.
2189 2002-12-12 17:25  slobasso
2191         * source/nedit.h (1.33): New macro TYPE_INT_STR_SIZE to determine a
2192         safe string size for integer-like types.
2194 2002-12-12 17:25  slobasso
2196         * source/macro.c (1.60): More macro failure macros and new macro
2197         call valid_number.  Use of new macro TYPE_INT_STR_SIZE and
2198         PERM_ALLOC_STR.  Add optional index to rangeset_defined.
2200 2002-12-12 17:25  slobasso
2202         * source/interpret.h (1.12): New macro PERM_ALLOC_STR for static
2203         strings that look allocated and move StringToNum global for
2204         verification code.  New call InstallStringConstSymbol and move
2205         DataValue.tag to an enum.
2207 2002-12-12 17:25  slobasso
2209         * source/interpret.c (1.32): Use of new macro PERM_ALLOC_STR for
2210         static strings that look allocated and move StringToNum global for
2211         verification code.  New call InstallStringConstSymbol cleanup of
2212         macro debug code with new stack dump. Rewrite SwapCode without
2213         allocations.  Use of TYPE_INT_STR_SIZE for int string size. Fixes
2214         to grabage collection to allow for PERM_ALLOC_STR and catch mod by
2215         0 errors.
2217 2002-12-12 17:25  slobasso
2219         * source/highlightData.c (1.40): New nedit macro call valid_number.
2221 2002-12-12 17:25  slobasso
2223         * doc/help.etx (1.37), doc/nedit.doc (1.35), doc/nedit.html (1.29),
2224         source/help_data.h (1.34): Add optional index to rangeset_defined
2225         and new function valid_number.
2227 2002-12-11 18:24  tringali
2229         * util/misc.c (1.47): Avoid a 5-second hang when posting a dialog
2230         with certain window managers (Sawfish)
2232 2002-12-10 13:16  edg
2234         * source/nc.c (1.32): Dropped support for reading preferences from
2235         a .nc file. It was entirely undocumented and probably never used by
2236         anyone (and it didn't work anymore since the introduction of the
2237         NEDIT_HOME patch).
2239 2002-12-10 12:29  edg
2241         * source/nc.c (1.31): Fixed a bug in yesterday's bug fix: macro
2242         commands could be executed twice when a new server was started.
2244 2002-12-09 17:55  edg
2246         * source/nedit.c (1.38): Fix for SF #649442: Dangerous shell
2247         command. Changed the shortcut for "Execute Command Line" from "KP
2248         Enter" to "Ctrl+KP Enter" to avoid accidental execution of
2249         arbitrary commands.
2251 2002-12-09 17:18  edg
2253         * source/nc.c (1.30): Fixed various command line argument passing
2254         bugs introduced by the nc -wait patch (-icon, -geometry, -lm, ...
2255         were dropped when a new file was opened and/or a new server was
2256         started).
2258 2002-12-08 09:29  yooden
2260         * source/: highlight.c (1.38), highlightData.c (1.39), macro.c
2261         (1.59), rangeset.c (1.3), search.c (1.53): Some code cleanup and
2262         removal of development artefacts.
2264 2002-12-04 12:30  edg
2266         * source/macro.c (1.58): Added boundary checks to searchStringMS()
2267         to avoid illegal memory accesses when passing a too large or
2268         negative starting position to the search_string() macro.
2270 2002-12-02 15:59  tringali
2272         * Makefile (1.9): Removed "doc" from default target so users
2273         without Perl can build.  (We need a "developer only" target or mode
2274         to do this right.)
2276 2002-11-28 23:22  yooden
2278         * source/macro.c (1.57), source/menu.c (1.67), source/preferences.c
2279         (1.75), util/prefFile.c (1.18), util/utils.c (1.19), util/utils.h
2280         (1.11): Fixes the bug in the preference file name algorithm
2281         reported by Scott in develop@.
2283 2002-11-22 18:18  tringali
2285         * util/misc.c (1.46): Constrain maximum size of dialogs so they
2286         aren't bigger than the screen.  (Slightly modified from Eddy's
2287         original version.)
2289 2002-11-22 17:51  edg
2291         * source/window.c (1.73): Minor improvement in the virtual key
2292         binding parsing: ignore comment lines.
2294 2002-11-19 18:05  edg
2296         * source/: highlight.c (1.37), regularExp.c (1.20), search.c
2297         (1.52), textBuf.c (1.26), textBuf.h (1.13): Fixes for SF bugs
2298         #515120 (changed behaviour of search?) and #429110 (RegEx search
2299         bugs at end of buffer) and a cleanup of the SearchWindow function.
2301 2002-11-15 12:21  edg
2303         * doc/setext (1.10): Minor backward compatibility fix for older
2304         Perl version (5.004).
2306 2002-11-13 21:59  tringali
2308         * source/: help_data.h (1.33), help_topic.h (1.27): - Change help
2309         version to 5.4DEV
2311 2002-11-13 21:58  tringali
2313         * source/: calltips.c (1.3), text.h (1.12), textDisp.c (1.41):
2314         Don't #include "textP.h" where we can get away with it.
2316 2002-11-13 21:58  tringali
2318         * source/help.c (1.87): Clean up #ifdef of HAVE__XMVERSIONSTRING
2319         and reorder visual info
2321 2002-11-13 21:58  tringali
2323         * source/highlightData.c (1.38): - Fix indentation, labels, and
2324         mnemonics in highlightData.c
2326 2002-11-13 21:57  tringali
2328         * source/: nedit.c (1.37), preferences.c (1.74): - Fix defaults
2329         fonts to specify iso8859-1, for RH7.3.
2331 2002-11-13 17:56  edg
2333         * source/: highlightData.c (1.37), regularExp.c (1.19): Implemented
2334         the more conventional word boundary semantics for regular
2335         expressions and adapted the built-in highlight patterns to the
2336         changed semantics (the latter is largely automated).
2338 2002-11-12 10:04  ajhood
2340         * doc/help.etx (1.36), doc/nedit.doc (1.34), doc/nedit.html (1.28),
2341         source/help.c (1.86), source/help_data.h (1.32),
2342         source/help_topic.h (1.26): Document default value of
2343         nedit.backlightCharTypes Stop *backlightCharTypes in .Xdefaults
2344         etc. affecting Help
2346 2002-11-08 20:22  edg
2348         * source/: comnedit.com (1.9), highlight.c (1.36), highlight.h
2349         (1.9), lnknedit.com (1.7), macro.c (1.56), menu.c (1.66), nedit.h
2350         (1.32), preferences.c (1.73), preferences.h (1.30), rangeset.c
2351         (1.2), rangeset_fn.h (1.2), server_common.c (1.3), text.h (1.11),
2352         textDisp.h (1.18): VMS compilation and linking fixes (Michael
2353         Smith).
2355 2002-11-08 16:53  slobasso
2357         * source/macro.c (1.55): Removed unused variables and fixed error
2358         macro.
2360 2002-10-31 16:08  edg
2362         * doc/help.etx (1.35), doc/nc.man (1.6), doc/nedit.doc (1.33),
2363         doc/nedit.html (1.27), source/help_data.h (1.31),
2364         source/help_topic.h (1.25), source/nc.c (1.29): Fix for invalid
2365         atom usage after time-out.  Made the nc time-out configurable
2366         (-timeout <seconds> command line option and nc.timeOut X resource)
2367         + documentation updates.
2369 2002-10-30 11:44  edg
2371         * ChangeLog (1.29): Minor correction.
2373 2002-10-30 11:42  edg
2375         * ChangeLog (1.28): Removed lots of duplicate entries and added
2376         lots of missing entries.  (Apparently, a merge has gone wrong a few
2377         months ago).
2379 2002-10-30 11:11  edg
2381         * ChangeLog (1.27): Update.
2383 2002-10-29 15:49  edg
2385         * source/server.c (1.20): Fix for crash when sending a macro
2386         command to the server through nc, while another command is still
2387         running. New commands for a window are now rejected when it is
2388         already running a macro (beeps).
2390 2002-10-26 00:06  yooden
2392         * util/: utils.c (1.18), utils.h (1.10): Fixes wrong declaration
2393         and documentation, adds missing Copyright line.
2395 2002-10-16 17:28  n8gray
2397         * source/: preferences.c (1.72), preferences.h (1.29), window.c
2398         (1.72): Don't switch to PLAIN mode before closing a window just to
2399         force unloading of calltips files -- it's slow!
2400         
2401         Also fixed a potentially erroneous error message in
2402         reapplyLanguageMode.
2404 2002-10-15 11:00  ajhood
2406         * doc/help.etx (1.34), doc/nedit.doc (1.32), doc/nedit.html (1.26),
2407         source/help_data.h (1.30), source/help_topic.h (1.24),
2408         source/highlight.c (1.35), source/highlight.h (1.8),
2409         source/highlightData.c (1.36), source/highlightData.h (1.10),
2410         source/interpret.c (1.31), source/interpret.h (1.11),
2411         source/macro.c (1.54), source/preferences.c (1.71),
2412         source/preferences.h (1.28), source/textDisp.c (1.40),
2413         source/textDisp.h (1.17): Tony's backlight/highlight and SF bug
2414         619234 fixes
2416 2002-10-14 18:41  n8gray
2418         * source/: text.c (1.36), textBuf.c (1.25), textBuf.h (1.12),
2419         textDisp.c (1.39), textSel.c (1.11): Committing patch for
2420         keyboard-based rectangular selection.
2422 2002-10-13 15:53  yooden
2424         * doc/help.etx (1.33), doc/nedit.doc (1.31), doc/nedit.html (1.25),
2425         source/help_data.h (1.29), source/help_topic.h (1.23): Another tiny
2426         doc patch. (Thanks Yury)
2428 2002-10-12 13:33  yooden
2430         * doc/help.etx (1.32), doc/nedit.doc (1.30), doc/nedit.html (1.24),
2431         source/help_data.h (1.28), source/help_topic.h (1.22): Fixes small
2432         documentation bug.
2434 2002-10-10 22:04  slobasso
2436         * source/macro.c (1.53): fix comment typo
2438 2002-10-07 19:39  arnef
2440         * source/nc.c (1.28): Fix for bug 619231 -  nc hangs after
2441         crash/kill Generate a property change event to break a deadlock.
2443 2002-10-07 16:19  edg
2445         * source/search.c (1.51): Fix for crash bug when search string is
2446         too long in search and replace dialogs (triggered when
2447         nedit.findReplaceUsesSelection was True and a long selection was
2448         made), reported through the discuss list.
2450 2002-10-04 23:21  slobasso
2452         * source/: macro.c (1.52), tags.c (1.47): remove compiler warnings
2454 2002-10-01 23:45  n8gray
2456         * doc/help.etx (1.31), doc/nedit.doc (1.29), doc/nedit.html (1.23),
2457         source/help_data.h (1.27), source/help_topic.h (1.21): Added
2458         documentation for column argument to goto_line_number and the goto
2459         line dialog.
2461 2002-09-27 12:19  ajhood
2463         * source/preferences.c (1.70): set default value for
2464         nedit.backlightCharTypes
2466 2002-09-26 12:37  ajhood
2468         * doc/NEdit.ad (1.3), doc/README.FAQ (1.3), doc/faq-txt-pass2.xsl
2469         (1.3), doc/faq-txt.awk (1.3), doc/faq-txt.dtd (1.3),
2470         doc/faq-txt.xsl (1.3), doc/faq.dtd (1.3), doc/faq.txt (1.3),
2471         doc/faq.xml (1.4), doc/faq.xsl (1.3), doc/help.etx (1.30),
2472         doc/nedit.doc (1.28), doc/nedit.html (1.22), doc/setext (1.9),
2473         doc/setext-info.txt (1.3), makefiles/Makefile.depend (1.3),
2474         source/Makefile.common (1.13), source/help.c (1.85),
2475         source/help_data.h (1.26), source/help_topic.h (1.20),
2476         source/highlight.c (1.34), source/highlight.h (1.7),
2477         source/highlightData.c (1.35), source/highlightData.h (1.9),
2478         source/macro.c (1.51), source/menu.c (1.65), source/nedit.h (1.31),
2479         source/parse.y (1.22), source/preferences.c (1.69),
2480         source/preferences.h (1.27), source/smartIndent.c (1.18),
2481         source/tags.c (1.46), source/text.c (1.35), source/text.h (1.10),
2482         source/textBuf.c (1.24), source/textBuf.h (1.11), source/textDisp.c
2483         (1.38), source/textDisp.h (1.16), source/textP.h (1.6),
2484         source/window.c (1.71), source/window.h (1.11),
2485         source/windowTitle.c (1.9), util/fileUtils.c (1.27), util/misc.c
2486         (1.45), util/printUtils.c (1.20): backlight/rangeset patch from
2487         Josef Maier and Tony Balinski, ported to CVS by Andy Hood.
2489 2002-09-26 12:04  ajhood
2491         * Makefile (1.8): auto-rebuild help.doc, help.html and help_*.h If
2492         someone can explain how CVS didn't accept the previous commit tell
2493         me.
2495 2002-09-26 11:45  ajhood
2497         * source/: rangeset.c (1.1), rangeset.h (1.1), rangeset_fn.h (1.1):
2498         New files for backlight/rangeset.
2500 2002-09-26 10:24  ajhood
2502         * doc/Makefile (1.3): auto-rebuild help.doc, help.html and help_*.h
2503         if any of the prerequisites change
2505 2002-09-26 10:22  ajhood
2507         * README (1.30): Add comments on -DHAVE__XMVERSIONSTRING compile
2508         option.
2510 2002-09-26 10:01  ajhood
2512         * makefiles/: Makefile.aix (1.6), Makefile.bsdi (1.4),
2513         Makefile.ccur (1.4), Makefile.convex (1.4), Makefile.cygwin (1.5),
2514         Makefile.dcosx (1.4), Makefile.dec (1.5), Makefile.freebsd (1.4),
2515         Makefile.generic (1.9), Makefile.hpux (1.4), Makefile.linux (1.9),
2516         Makefile.lynx (1.5), Makefile.m88k.svr4 (1.4), Makefile.macosx
2517         (1.3), Makefile.netbsd (1.4), Makefile.openbsd (1.2), Makefile.os2
2518         (1.13), Makefile.osf (1.5), Makefile.qnx (1.2), Makefile.reliant
2519         (1.4), Makefile.sco (1.4), Makefile.sgi (1.4), Makefile.solaris
2520         (1.8), Makefile.sunos (1.4), Makefile.superux (1.4), Makefile.uhc
2521         (1.4), Makefile.ultrix (1.4), Makefile.unicos (1.6),
2522         Makefile.unixware (1.5): Add comments on -DHAVE__XMVERSIONSTRING
2523         compile option.
2525 2002-09-25 10:56  edg
2527         * doc/help.etx (1.29), source/file.c (1.54), source/help_data.h
2528         (1.25), source/help_topic.h (1.19), source/menu.c (1.64),
2529         source/nedit.h (1.30), source/preferences.c (1.68),
2530         source/preferences.h (1.26), source/textBuf.c (1.23),
2531         source/textBuf.h (1.10), source/window.c (1.70): Committed SF patch
2532         #602426: Check for real changes of ext. mod files.  The additional
2533         check is on by default, and a mode message appears if comparison
2534         takes more than 1 second.
2536 2002-09-23 12:06  edg
2538         * source/userCmds.c (1.29), util/misc.c (1.44), util/misc.h (1.16):
2539         Fix for SF #612558: Macro shortcuts still NumLock sensitive.  Lock
2540         and NumLock are now ignored when entering an accelerator.
2542 2002-09-23 11:16  edg
2544         * util/getfiles.c (1.22): Fix for SF bug #613092: Open file
2545         browsing works incorrect.  Keystroke history is now reset after
2546         each list refresh.
2548 2002-09-18 20:17  arnef
2550         * source/search.c (1.50): Fixing error in initial commit of 'nc
2551         -wait' patch.  Removing a XtDispatchEvent() that shouldn't have
2552         been there.
2554 2002-09-17 09:01  edg
2556         * source/server_common.c (1.2): Fix for SF bug #610438: Committing
2557         patch 403647 causes link fail.  Replaced XGetAtomNames() by a loop
2558         using XGetAtomName().
2560 2002-09-13 08:28  edg
2562         * source/preferences.c (1.67): Fix for SF bug #608693: coredump
2563         with -tabs option.  The tab distance is now clipped within its
2564         valid range.
2566 2002-09-11 18:59  arnef
2568         * source/Makefile.common (1.12), source/Makefile.dependencies
2569         (1.19), source/file.c (1.53), source/macro.c (1.50), source/nc.c
2570         (1.27), source/nedit.h (1.29), source/preferences.c (1.66),
2571         source/search.c (1.49), source/selection.c (1.22), source/server.c
2572         (1.19), source/server.h (1.5), source/server_common.c (1.1),
2573         source/server_common.h (1.1), source/window.c (1.69),
2574         util/Makefile.dependencies (1.6): Committing the 'nc -wait' patch
2575         (SF #403647).
2577 2002-09-10 12:17  ajhood
2579         * doc/nedit.doc (1.27), doc/nedit.html (1.21), source/help_data.h
2580         (1.24), source/help_topic.h (1.18): I too can forget to do commit
2581         the generated files.
2583 2002-09-10 12:10  ajhood
2585         * doc/help.etx (1.28), source/help.c (1.84): Adds visual info to
2586         version [eg Visual: Id 0x23 TrueColor 24 bit (Default)] Allows use
2587         of _XmVersionString. Add -DHAVE__XMVERSIONSTRING compile option,
2588         and if it doesn't link, you don't have it. (This may be exported by
2589         Motif but there is no header to tell you if it is there or not.)
2591 2002-09-06 19:21  n8gray
2593         * source/calltips.c (1.2): Changing calltip label widget name from
2594         "calltipW" back to "calltip" so that resources work as advertised.
2596 2002-09-06 19:13  n8gray
2598         * doc/help.etx (1.27), doc/nedit.doc (1.26), doc/nedit.html (1.20),
2599         source/Makefile.common (1.11), source/Makefile.dependencies (1.18),
2600         source/calltips.c (1.1), source/calltips.h (1.1),
2601         source/help_data.h (1.23), source/help_topic.h (1.17),
2602         source/macro.c (1.49), source/tags.c (1.45), source/tags.h (1.13),
2603         source/text.c (1.34), source/textDisp.c (1.37), source/textDisp.h
2604         (1.15): New features:     Positioning of calltips can be controlled
2605         more precisely using optional     arguments to calltip().  These
2606         include "center", "right", "above", and     "strict".  Non-strict,
2607         non-anchored calltips will always show up *somewhere*     on-screen
2608         even if the cursor is not on-screen.
2609         
2610         Modifications:     Refactored calltip UI code into calltips.c/.h. 
2611         Updated help files,     makefiles, and dependencies.  Cleaned up
2612         tags.c/.h somewhat.
2614 2002-09-05 23:17  slobasso
2616         * source/: interpret.c (1.30), parse.y (1.21), parse_noyacc.c
2617         (1.4): made the following work when arrayaExpression is anything
2618         that returns an array as the result: for (x in arrayaExpression) {
2619         }
2621 2002-09-05 23:15  slobasso
2623         * source/nedit.c (1.36): fixed Cardinal vs int compare warning.
2625 2002-09-05 17:48  tringali
2627         * doc/help.etx (1.26), source/nedit.c (1.35), util/misc.c (1.43),
2628         util/misc.h (1.15): Acquire default colors and fonts from the
2629         environment if using the default visual.
2631 2002-09-04 08:40  n8gray
2633         * source/: tags.c (1.44), textDisp.c (1.36): Minor cleanup of
2634         tags.c (it could use a lot more).
2635         
2636         Also improved calltips so that they try not to go off the edges of
2637         the screen.  Thanks to TK, from whom I stole much code.  Since he
2638         stole his tooltip code from me, the circle is complete.  :^)
2640 2002-09-04 05:58  n8gray
2642         * source/: textDisp.c (1.35), textDisp.h (1.14): Calltips should
2643         finally update on any vertical cursor movement!  Plus, non-
2644         anchored calltips maintain their X positions on redrawing.  Also, I
2645         found out that textD->cursorX/cursorY are *not* a reliable way to
2646         get the X/Y positions of the insertion point, so other potential
2647         calltips bugs might be fixed.
2648         
2649         This is one of those nice commits where I've removed almost as many
2650         lines as I've added.  :^)
2652 2002-09-03 01:10  n8gray
2654         * source/: file.c (1.52), nedit.h (1.28), window.c (1.68): This
2655         should fix the worst of the problems in file.c.  There are still
2656         potential problems if you lose read permission on a file as you're
2657         editing it, but I wanted to commit what's done so far.
2659 2002-09-02 23:18  n8gray
2661         * source/textDisp.c (1.34): Fixing problem where scroll-wheel-down
2662         on empty files caused erroneous scrolling.  It was a problem with
2663         mixing Cardinal (unsigned) and signed values.  I took the approach
2664         of casting cursorVPadding to int before using it, since it's nice
2665         to have Xt reject negative values automatically.
2667 2002-09-02 08:55  edg
2669         * source/textDisp.c (1.33): Fix for crash bug reported through
2670         develop@: regex bug using ^.* BufCopyFromBuf() could be called with
2671         invalid paramaters in continous wrapping mode.
2673 2002-08-31 15:14  yooden
2675         * doc/help.etx (1.25), doc/nedit.doc (1.25), doc/nedit.html (1.19),
2676         doc/setext (1.8), doc/setext-info.txt (1.2), source/help_data.h
2677         (1.22): Another help update, some setext documentation and a minor
2678         setext change.
2680 2002-08-31 08:48  yooden
2682         * source/: help_data.h (1.21), help_topic.h (1.16): Corrected Help,
2683         second batch.
2685 2002-08-31 08:46  yooden
2687         * doc/: help.etx (1.24), nedit.doc (1.24), nedit.html (1.18):
2688         Slight correction in help.etx.
2690 2002-08-31 07:24  n8gray
2692         * doc/help.etx (1.23), doc/nedit.doc (1.23), doc/nedit.html (1.17),
2693         source/help_data.h (1.20), source/help_topic.h (1.15),
2694         source/text.c (1.33), source/text.h (1.9), source/textDisp.c
2695         (1.32), source/textP.h (1.5): Committing the edge-phobic cursor
2696         patch, with documentation and without tab-space mixing.  (The new
2697         resource is nedit*text.cursorVPadding by the way.)
2699 2002-08-31 00:52  slobasso
2701         * source/: interpret.c (1.29), interpret.h (1.10), parse.y (1.20):
2702         Lots of array code cleanup including fixes for the following
2703         formats: x[9][8] = 6 delete x[4][2][] ++x[4] x[3]-- x[4][5] += 7
2704         ... and many more.  Also fixed some cases in which array aliasing
2705         could occur. Arrays are supposed to have VALUE semantics.
2707 2002-08-28 14:14  tringali
2709         * source/preferences.c (1.65): Revive upgrade message to 5.4 file
2710         format
2712 2002-08-27 08:05  edg
2714         * source/textDisp.c (1.31): Fixes for SF #600175: Coredump when
2715         dismissing resized window Array bounds read & write fixes in
2716         calcLineStarts() when number of visible lines becomes zero (only
2717         possible in help windows).  Avoid scrollbar slider size < 1 warning
2718         (which was harmless but annoying).
2720 2002-08-27 05:39  n8gray
2722         * source/: file.c (1.51), undo.c (1.14), undo.h (1.6): Committing
2723         the file deletion notification patch.  I used a specialized message
2724         for ENOACCES but used strerror output along with a suggested cause
2725         (deletion or relocation by another program) in the other cases,
2726         since there are several possible causes of stat() failure.
2727         
2728         I'm committing the patch despite the minor controversy over the
2729         message text because it's better to have some message than none at
2730         all.
2731         
2732         There is still much bogosity in file.c, including another place
2733         where stat() failure causes no warning.
2735 2002-08-23 07:52  n8gray
2737         * source/textBuf.c (1.22): Fixed a miscalculation in
2738         overlayRectInLine that could cause extra letters to be deleted
2739         during rectangular drags over tabs.  See SF bug #557225 "rect. 
2740         selection drag buglet" for a description of the problem.
2742 2002-08-23 00:52  slobasso
2744         * source/interpret.c (1.28): Fixed bug that didn't allow built in
2745         array variables to be iterated with a for loop.
2747 2002-08-22 23:52  slobasso
2749         * source/window.c (1.67): Remove unused variables.
2751 2002-08-22 18:43  slobasso
2753         * source/userCmds.c (1.28): Fix size calculation and escape
2754         characters in menu item names.
2756 2002-08-22 08:40  n8gray
2758         * source/undo.c (1.13): Fixed SF bug #578551 "Scrolling to
2759         searched/altered selection" by adding MakeSelectionVisible() calls
2760         to Undo and Redo.
2762 2002-08-22 08:10  n8gray
2764         * source/window.c (1.66): Nuking trailing whitespace from my last
2765         commit.
2767 2002-08-22 08:05  n8gray
2769         * source/window.c (1.65): MakeSelectionVisible in window.c was not
2770         paying attention to wrapped lines.  To see the problem in an older
2771         version:
2772         
2773         1.  Open a large file and scroll to the center somewhere 2.  Enable
2774         continuous wrapping and resize window so lots of lines wrap 3. 
2775         Select a word and make a mark with Alt+M,a 4.  Page Up or Down for
2776         several screens 5.  Go to the mark with Alt+G,a
2777         
2778         If there are enough wrapped lines between your position and the
2779         mark then the selection and the cursor will be completely
2780         offscreen.
2781         
2782         Also restructured the function so that horizontal scrolling is not
2783         bypassed prematurely.
2785 2002-08-21 13:21  tringali
2787         * source/help.c (1.83): Remove duplicate widgets caused by a bum
2788         merge.
2790 2002-08-21 07:19  n8gray
2792         * source/file.c (1.50): Fixed bug where clicking on the WM's close
2793         button in an unsaved and untitled buffer, answering yes to the
2794         "Save before closing" dialog, then aborting the Save-As dialog led
2795         to the window being closed and the changes being lost.  The
2796         function CloseFileAndWindow wasn't returning FALSE when the Save-As
2797         failed.
2799 2002-08-19 21:41  tringali
2801         * source/preferences.c (1.64): Remove "alpha" versioning - it
2802         wasn't forwards compatabile, and there were no auto-upgrades done
2803         despite the message printed.
2805 2002-08-19 07:22  n8gray
2807         * source/textDisp.c (1.30): Calltips are now redrawn on TextDMoveUp
2808         and TextDMoveDown.  This should help those who end up with cursors
2809         behind calltips when entering multi-line function calls.
2811 2002-08-17 14:28  yooden
2813         * source/window.c (1.64): Removed unused variables.
2815 2002-08-16 14:43  tringali
2817         * source/file.c (1.49): Fix hang caused by posting the "reload"
2818         dialog box on a hidden window (during multi-file replace
2819         validation).
2821 2002-08-15 19:03  n8gray
2823         * source/: file.c (1.48), window.c (1.63): Fixed the flickering
2824         stats line problem (SF bugs 595106, 594838).  Also fixed "save-as
2825         doesn't update the stats line" bug.
2827 2002-08-14 19:20  n8gray
2829         * source/textDisp.c (1.29): Fixed off-by-one error in
2830         expandAllTabs.  Also added check for NULL on its return value in
2831         TextDShowCalltip.
2833 2002-08-14 08:42  n8gray
2835         * source/textDisp.c (1.28): Removed debugging cruft from
2836         TextDShowCalltip.
2838 2002-08-13 22:12  n8gray
2840         * doc/help.etx (1.22), doc/nedit.doc (1.22), doc/nedit.html (1.16),
2841         source/help_data.h (1.19), source/help_topic.h (1.14),
2842         source/text.c (1.32), source/textDisp.c (1.27), source/textDisp.h
2843         (1.13): Added "absolute" argument to line-oriented action routines,
2844         and "wrap" argument to delete_to_start_of_line.
2846 2002-08-12 21:21  tringali
2848         * source/tags.c (1.43), source/window.c (1.62), source/window.h
2849         (1.10), util/misc.c (1.42), util/misc.h (1.14): Post watch cursor
2850         keep screen drawn while loading large tags files.
2852 2002-08-12 15:37  tringali
2854         * source/window.c (1.61): Reimplement I-search button focus
2855         management, so it doesn't have an ugly flash
2857 2002-08-10 23:59  tringali
2859         * source/undo.c (1.12): Added preference for disbling selection
2860         modification during Undo.
2862 2002-08-10 23:58  tringali
2864         * source/text.c (1.31): - Fix bad hardware tab of 4 spaces.  Please
2865         set hardware tabs to 8 for NEdit! - Explicitly remove modifiers on
2866         some virtual bindings to account for system   that map different
2867         modified keys to different bindings (e.g., Ctrl-PgUp =  
2868         osfPageLeft, PgUp = osfPageUp) - Use unions in favor of casts in
2869         XEvents.
2871 2002-08-10 23:54  tringali
2873         * source/highlightData.c (1.34): Use non-capturing parenthesis in C
2874         and C++ patterns where appropriate.
2876 2002-08-10 23:53  tringali
2878         * source/preferences.h (1.25): Added preference to disable
2879         modifying selection on Undo.
2881 2002-08-10 23:52  tringali
2883         * source/preferences.c (1.63): Added preference to disable changing
2884         the selection to match Undo.
2886 2002-08-10 23:51  tringali
2888         * source/server.c (1.18): Use union for XEvents instead of casts.
2890 2002-08-10 23:48  tringali
2892         * source/: interpret.c (1.27), interpret.h (1.9), macro.c (1.48):
2893         Use unions in place of nonportable casts to avoid warnings
2895 2002-08-10 23:45  tringali
2897         * source/help_data.h (1.18): Regenerated from help.etx update (fix
2898         X resource names)
2900 2002-08-10 23:43  tringali
2902         * source/help.c (1.82): More detail for Motif version, and change
2903         button labels on help browser to be more like WinHelp
2905 2002-08-09 20:48  tringali
2907         * util/system.h (1.12): Support for Lynx, MacOS; better x86
2908         reporting
2910 2002-08-09 14:08  tringali
2912         * doc/: help.etx (1.21), nedit.doc (1.21), nedit.html (1.15): Fix
2913         typo in last commit (replace * with @*)
2915 2002-08-09 13:52  tringali
2917         * doc/: help.etx (1.20), nedit.doc (1.20), nedit.html (1.14):
2918         Update incorrect X resources (nedit*text.foo) and upgrade version.
2920 2002-08-09 13:11  tringali
2922         * source/window.c (1.60): Convert // style comment to /* */, so it
2923         compiles again. NEdit is C89, not C++ or C99!
2925 2002-08-08 21:00  n8gray
2927         * doc/help.etx (1.19), doc/nedit.doc (1.19), doc/nedit.html (1.13),
2928         source/help_data.h (1.17), source/help_topic.h (1.13),
2929         source/nedit.h (1.27), source/window.c (1.59): Fixing the
2930         "ever-growing stats line" bug seen under lesstif.  Also, the stats
2931         area code is generally much nicer now, IMHO.
2933 2002-08-02 08:36  n8gray
2935         * doc/help.etx (1.18), doc/nedit.doc (1.18), doc/nedit.html (1.12),
2936         source/help_data.h (1.16), source/help_topic.h (1.12), source/nc.c
2937         (1.26): nc.autoStart now defaults to True.  I've had to explain
2938         that warning message one too many times...
2939         
2940         If anybody finds this offensive, it's easy to revert.  ;^)
2942 2002-08-01 00:53  n8gray
2944         * doc/help.etx (1.17), doc/nedit.doc (1.17), doc/nedit.html (1.11),
2945         source/help_data.h (1.15), source/help_topic.h (1.11),
2946         source/macro.c (1.47): Added optional "copy" argument to
2947         replace_in_string to make it return a copy of the input string if
2948         no replacements were done.
2950 2002-07-31 23:34  slobasso
2952         * source/interpret.c (1.26): made comment more clear
2954 2002-07-31 20:08  edg
2956         * source/highlight.c (1.33): Fix for yesterday's "fix" (which
2957         wasn't entirely waterproof).
2959 2002-07-30 13:54  edg
2961         * source/highlight.c (1.32): Fix for pattern related crash reported
2962         by Joor: I've overlooked a special case in the recent speed
2963         improvements.
2965 2002-07-29 08:05  n8gray
2967         * doc/help.etx (1.16), doc/nedit.doc (1.16), doc/nedit.html (1.10),
2968         source/help_data.h (1.14), source/help_topic.h (1.10): Minor change
2969         to the documentation for nedit.typingHidesPointer X resource.  By
2970         the way, the X resources section of the documentation doesn't seem
2971         to be in any order whatsoever.  Maybe it should be sorted or
2972         grouped into functional groups.
2974 2002-07-29 03:51  n8gray
2976         * source/macro.c (1.46): Applying TK's autoflushing t_print patch
2977         (SF #552760).  I'm not adding a call to isatty, but if anybody
2978         cares enough about the issue they're welcome to do it.  I just want
2979         to make sure the patch isn't forgotten.
2981 2002-07-28 19:25  edg
2983         * source/preferences.c (1.62): Introduced alpha preference file
2984         version numbering (5.4a1, 5.4a2, ...) for development versions.
2986 2002-07-27 08:55  yooden
2988         * source/: highlightData.c (1.33), macro.c (1.45), preferences.c
2989         (1.61), preferences.h (1.24), smartIndent.c (1.17), userCmds.c
2990         (1.27): Removed obsolete function CopyAllocatedString()
2992 2002-07-26 22:19  n8gray
2994         * source/window.c (1.58): Fixed flickering under-shadow on stats
2995         line.  (Thanks to TK Soh for the fix.) Also fixed horrible
2996         tab-space mixing.
2998 2002-07-26 21:39  n8gray
3000         * ChangeLog (1.26), doc/help.etx (1.15), doc/nedit.doc (1.15),
3001         doc/nedit.html (1.9), source/file.c (1.47), source/help_data.h
3002         (1.13), source/help_topic.h (1.9), source/macro.c (1.44),
3003         source/menu.c (1.63), source/nedit.c (1.34), source/nedit.h (1.26),
3004         source/preferences.c (1.60), source/tags.c (1.42), source/tags.h
3005         (1.12), source/text.c (1.30), source/textDisp.c (1.26),
3006         source/textDisp.h (1.12), source/window.c (1.57): This is the big
3007         one.  NEdit is now calltips-enabled!  :-)
3009 2002-07-20 23:18  yooden
3011         * util/fileUtils.c (1.26): Cover different return value of
3012         readlink() for Lynx.
3014 2002-07-20 23:15  yooden
3016         * makefiles/Makefile.lynx (1.4): Avoid annoying warnings about
3017         include files.
3019 2002-07-20 09:37  amai
3021         * util/utils.c (1.17): Fix order of #includes
3023 2002-07-17 20:42  slobasso
3025         * source/menu.c (1.62): Lesstif was causing problems with
3026         accelerators kicking off actions on KeyRelease events rather than
3027         KeyPress events. This should fix key accelerated Mark and Goto Mark
3028         commands.
3030 2002-07-17 15:14  edg
3032         * source/: highlight.c (1.31), highlightData.c (1.32), regularExp.c
3033         (1.18), regularExp.h (1.10): Speed improvements in syntax
3034         highlighting and regex engines.
3036 2002-07-16 11:39  edg
3038         * source/window.c (1.56): Inserted a cast to suppress a warning
3039         with certain compilers.
3041 2002-07-15 14:11  edg
3043         * source/: help.c (1.81), macro.c (1.43), preferences.c (1.59),
3044         regularExp.c (1.17), regularExp.h (1.9), search.c (1.48), search.h
3045         (1.17), tags.c (1.41): Lookbehind regex fix: adding missing
3046         backward search extent information.
3048 2002-07-12 11:44  edg
3050         * source/window.c (1.55), util/misc.c (1.41): Presumed fix for SF
3051         #550870: Nedit quietly exits unexpectedly.  Missing X atoms were
3052         not created, but always used.
3054 2002-07-11 21:18  slobasso
3056         * source/file.c (1.46), source/file.h (1.10), source/help.c (1.80),
3057         source/help.h (1.10), source/highlight.c (1.30), util/DialogF.h
3058         (1.7), util/clearcase.h (1.3), util/fileUtils.h (1.9),
3059         util/fontsel.h (1.7), util/getfiles.h (1.5), util/managedList.h
3060         (1.5), util/misc.h (1.13), util/prefFile.h (1.6), util/printUtils.h
3061         (1.7), util/system.h (1.11), util/utils.c (1.16), util/utils.h
3062         (1.9), util/vmsParam.h (1.4), util/vmsUtils.h (1.5),
3063         source/highlight.h (1.6), source/highlightData.c (1.31),
3064         source/highlightData.h (1.8), source/interpret.c (1.25),
3065         source/interpret.h (1.8), source/macro.c (1.42), source/macro.h
3066         (1.4), source/menu.c (1.61), source/menu.h (1.7), source/nc.c
3067         (1.25), source/nedit.c (1.33), source/nedit.h (1.25),
3068         source/parse.h (1.5), source/parse.y (1.19), source/parse_noyacc.c
3069         (1.3), source/preferences.c (1.58), source/preferences.h (1.23),
3070         source/rbTree.c (1.7), source/rbTree.h (1.3), source/regexConvert.c
3071         (1.8), source/regexConvert.h (1.4), source/regularExp.c (1.16),
3072         source/regularExp.h (1.8), source/search.c (1.47), source/search.h
3073         (1.16), source/selection.c (1.21), source/selection.h (1.5),
3074         source/server.c (1.17), source/server.h (1.4), source/shell.c
3075         (1.23), source/shell.h (1.5), source/shift.c (1.13), source/shift.h
3076         (1.4), source/smartIndent.c (1.16), source/smartIndent.h (1.5),
3077         source/tags.c (1.40), source/tags.h (1.11), source/text.c (1.29),
3078         source/text.h (1.8), source/textBuf.c (1.21), source/textBuf.h
3079         (1.9), source/textDisp.c (1.25), source/textDisp.h (1.11),
3080         source/textDrag.c (1.8), source/textDrag.h (1.3), source/textP.h
3081         (1.4), source/textSel.c (1.10), source/textSel.h (1.3),
3082         source/undo.c (1.11), source/undo.h (1.5), source/userCmds.c
3083         (1.26), source/userCmds.h (1.5), source/window.c (1.54),
3084         source/window.h (1.9), source/windowTitle.c (1.8),
3085         source/windowTitle.h (1.2): more header file cleanup
3087 2002-07-09 14:15  edg
3089         * doc/help.etx (1.14), doc/nedit.doc (1.14), doc/nedit.html (1.8),
3090         source/help_data.h (1.12), source/help_topic.h (1.8),
3091         source/highlight.c (1.29), source/preferences.c (1.57),
3092         source/regularExp.c (1.15), source/regularExp.h (1.7),
3093         source/search.c (1.46): Committed SF patch #530308: look-behind
3094         regular expression matching.
3096 2002-07-05 22:28  uid71894
3098         * doc/help.etx (1.13), source/macro.c (1.41), source/menu.c (1.60),
3099         source/preferences.c (1.56), util/prefFile.c (1.17), util/utils.c
3100         (1.15), util/utils.h (1.8): Moves NEdit's config files in ~/.nedit/
3101         or $NEDIT_HOME.
3103 2002-06-29 13:56  yooden
3105         * source/preferences.c (1.55): Added some comment macros for
3106         default language modes.
3108 2002-06-26 23:39  slobasso
3110         * util/: DialogF.c (1.24), DialogF.h (1.6), clearcase.c (1.4),
3111         clearcase.h (1.2), fileUtils.c (1.25), fileUtils.h (1.8), fontsel.c
3112         (1.18), fontsel.h (1.6), getfiles.c (1.21), getfiles.h (1.4),
3113         managedList.c (1.10), managedList.h (1.4), misc.c (1.40), misc.h
3114         (1.12), prefFile.c (1.16), prefFile.h (1.5), printUtils.c (1.19),
3115         printUtils.h (1.6), system.h (1.10), utils.c (1.14), utils.h (1.7),
3116         vmsParam.h (1.3), vmsUtils.h (1.4): make .h files include their
3117         requirements and move local .h files to top of include list.
3119 2002-06-26 23:37  slobasso
3121         * source/: shell.c (1.22), textDisp.c (1.24): warnings cleanup
3123 2002-06-20 21:32  slobasso
3125         * source/: text.c (1.28), text.h (1.7), textDisp.c (1.23),
3126         textDisp.h (1.10): Added code to handle graphics expose events that
3127         can result from calls to XCopyArea(). Also added code to look for
3128         these events since they can get backlogged in some circumstances.
3129         Removed hack to determine if we were obscured, since this should no
3130         longer be needed.
3132 2002-06-10 16:56  slobasso
3134         * source/tags.c (1.39): fixed merge conflict.
3136 2002-06-08 13:56  tringali
3138         * ChangeLog (1.25), Makefile (1.7), README (1.29), ReleaseNotes
3139         (1.16), doc/help.etx (1.12), doc/nedit.doc (1.13), doc/nedit.html
3140         (1.7), makefiles/Makefile.macosx (1.2), makefiles/Makefile.os2
3141         (1.12), source/Makefile.dependencies (1.17), source/comnedit.com
3142         (1.8), source/file.c (1.45), source/help.c (1.79), source/help.h
3143         (1.9), source/help_data.h (1.11), source/help_topic.h (1.7),
3144         source/highlight.c (1.28), source/highlightData.c (1.30),
3145         source/highlightData.h (1.7), source/lnknedit.com (1.6),
3146         source/nc.c (1.24), source/nedit.c (1.32), source/preferences.c
3147         (1.54), source/preferences.h (1.22), source/server.c (1.16),
3148         source/shell.c (1.21), source/tags.c (1.38), source/window.c
3149         (1.53), source/windowTitle.c (1.7), util/DialogF.c (1.23),
3150         util/comutil.com (1.4), util/fileUtils.c (1.24), util/fontsel.c
3151         (1.17), util/misc.c (1.39), util/prefFile.c (1.15),
3152         util/printUtils.c (1.18), util/utils.c (1.13), util/utils.h (1.6):
3153         Merge 5.3 release branch fixes back to mainline development.
3155 2002-06-01 15:18  tringali
3157         * Makefile (tags: REL-5-3) (BETA-5-3.3): Final changes for 5.3
3159 2002-06-01 13:44  tringali
3161         * doc/nedit.doc, doc/nedit.html, source/help_data.h
3162         (BETA-5-3.[4,4,4]) (utags: REL-5-3): Update version to 5.3 for
3163         final release.
3165 2002-05-16 07:53  edg
3167         * source/preferences.c (tags: REL-5-3) (BETA-5-3.5): Fix for SF
3168         #555364: 5.3RC1 preferences update not complete (provided by Markus
3169         Schwarzenberg).
3171 2002-05-08 16:19  slobasso
3173         * source/menu.c (1.59): Removed many calls to
3174         HidePointerOnKeyedEvent() that shouldn't have been put there.
3176 2002-05-08 15:30  slobasso
3178         * source/menu.c (1.58): verify we have an event before checking the
3179         type
3181 2002-05-07 01:13  n8gray
3183         * source/preferences.c (1.53): nedit.typingHidesPointer resource is
3184         no longer saved in .nedit file, just like other optional X
3185         resources.  (e.g. nedit.shell, nedit.tagFile, etc.)
3187 2002-05-06 15:52  slobasso
3189         * source/menu.c (1.57): Removed a call to HidePointerOnKeyedEvent
3190         in unloadTagsFileMenuCB that caused a crash.
3192 2002-05-03 13:36  amai
3194         * ChangeLog (tags: REL-5-3) (BETA-5-3.2): Update
3196 2002-05-02 00:01  slobasso
3198         * source/shell.c (BETA-5-3.3): Added code to allow substituted
3199         command strings to be arbitrarily long.
3201 2002-05-01 06:36  n8gray
3203         * source/: nedit.h (1.24), window.c (1.52): Committed separate
3204         line/col patch.
3205         
3206         Commit Haiku:     Line and Col on Right     Not Customizable Yet   
3207          Hope There Are No Bugs
3209 2002-04-29 17:16  slobasso
3211         * doc/.cvsignore (1.2): added .version
3213 2002-04-29 08:39  edg
3215         * util/comutil.com (BETA-5-3.1): VMS "makefile" enhancements (Jack
3216         Patteeuw).
3218 2002-04-29 00:35  amai
3220         * .cvsignore (1.1), doc/.cvsignore (1.1), source/.cvsignore (1.3),
3221         util/.cvsignore (1.1): Add/enhance .cvsignore .cvsignore files
3223 2002-04-29 00:28  amai
3225         * source/window.c (1.51): Drop an unused #include
3227 2002-04-26 16:10  slobasso
3229         * source/tags.c (1.37): Removed unused variables and double free.
3231 2002-04-26 16:06  slobasso
3233         * source/tags.c (1.36): Cleanup FindDefinition and how globals are
3234         used. Changes were actually in previous revision, but I
3235         accidentally committed without comment.
3237 2002-04-26 16:04  slobasso
3239         * source/tags.c (1.35): [no log message]
3241 2002-04-24 20:40  edg
3243         * source/: comnedit.com, lnknedit.com (BETA-5-3.[1,1]): VMS
3244         compilation and linking fixes (Jack Patteeuw).
3246 2002-04-23 19:52  edg
3248         * source/nc.c, source/preferences.c, source/window.c,
3249         source/windowTitle.c, util/fileUtils.c (BETA-5-3.[2,4,4,9,1]):
3250         Various VMS compilation & linking fixes. 5.3 now compiles and runs
3251         at least on Alpha OpenVMS V7.2-1 (confirmed by Jack Patteeuw, who
3252         also reported the problems).
3254 2002-04-22 16:37  slobasso
3256         * source/text.c (1.27): fix compiler warning.
3258 2002-04-22 15:24  amai
3260         * ChangeLog (1.24): Update
3262 2002-04-22 15:22  amai
3264         * makefiles/Makefile.macosx (BETA-5-3.2): Fix line endings from
3265         "\\" to "\".  Correct linking order in alternative set of flags
3266         using XFree86 with LessTif
3268 2002-04-19 21:40  slobasso
3270         * doc/help.etx (1.11): Added new feature to hide mouse pointer
3271         while typing.
3273 2002-04-19 16:22  slobasso
3275         * source/: help_data.h (1.10), menu.c (1.56), menu.h (1.6),
3276         preferences.c (1.52), preferences.h (1.21), text.c (1.26), text.h
3277         (1.6), textDisp.c (1.22), textDisp.h (1.9): Added new feature to
3278         hide mouse pointer while typing.
3280 2002-04-16 17:29  edg
3282         * source/nc.c, source/server.c, source/windowTitle.c, util/utils.c,
3283         util/utils.h (BETA-5-3.[1,1,8,1,1]): Renamed GetHostName() to
3284         GetNameOfHost() to avoid linking problems on VMS (the VMS linker is
3285         case-insensitive; GetHostName() conflicts with standard
3286         gethostname()).
3288 2002-04-15 10:46  edg
3290         * source/: file.c, preferences.c, preferences.h (BETA-5-3.[1,3,1]):
3291         Fix for linking problem on VMS: function
3292         GetPrefAlwaysCheckRelativeTagsSpecs had more than 31 characters.
3293         Replaced it by GetPrefAlwaysCheckRelTagsSpecs.
3295 2002-04-13 20:24  edg
3297         * source/window.c (BETA-5-3.3): Minor fix: MakeSelectionVisible()
3298         did not take into account line numbers.  (SF #543178: Line numbers
3299         hide CTRL-M matches).
3301 2002-04-12 18:12  edg
3303         * doc/help.etx, doc/nedit.doc, doc/nedit.html, source/help_data.h
3304         (BETA-5-3.[1,3,3,3]): Documentation fixes (X-resource section).
3306 2002-04-12 18:09  edg
3308         * source/help.c (BETA-5-3.7): Backed out previous change because
3309         affects default width of help windows.  Will consult developers
3310         first.
3312 2002-04-12 17:50  edg
3314         * source/help.c (BETA-5-3.6): Small fix: nedit.helpFont was ignored
3315         when determining initial size of help windows (instead, the value
3316         of the now obsolete nedit*helpText.font resource was used
3317         implicitly).
3319 2002-04-10 09:41  edg
3321         * source/highlight.c (BETA-5-3.4): Crash fix for syntax
3322         highlighting pattern sets containing only pass-2 patterns.
3324 2002-03-28 14:21  edg
3326         * util/printUtils.c (tags: BETA-5-3-RC1) (BETA-5-3.1): Applied
3327         patch submitted with SF bug #536168: printing to KDE print
3328         framework.
3330 2002-03-26 22:32  amai
3332         * makefiles/Makefile.macosx (tags: BETA-5-3-RC1) (BETA-5-3.1): Add
3333         sample linker command using LessTif as posted on discuss@
3335 2002-03-26 13:43  edg
3337         * util/fontsel.c (tags: BETA-5-3-RC1) (BETA-5-3.1): Prevent
3338         possible crash when the Font dialog is destroyed while a modal Font
3339         Selection dialog is up.
3341 2002-03-25 10:02  edg
3343         * source/highlight.c (tags: BETA-5-3-RC1) (BETA-5-3.3): Prevent
3344         buffer overflow in DialogF when reporting a RE compilation error
3345         for a very large RE.
3347 2002-03-23 17:04  edg
3349         * source/shell.c (tags: BETA-5-3-RC1) (BETA-5-3.2): The line
3350         counting algorithm for shell command output dialog is still not
3351         fullproof (it would require emulating word wrapping). Now a
3352         scrollbar is created when there is a risk of underestimating the
3353         number of lines, to make sure that no line ever gets obscured.
3355 2002-03-22 15:54  edg
3357         * source/shell.c (BETA-5-3.1): Fix for shell command output dialog
3358         obscuring final lines under certain conditions (reported at discuss
3359         list).
3361 2002-03-21 08:41  edg
3363         * source/: window.c, tags.c (BETA-5-3.[2,2]) (utags: BETA-5-3-RC1):
3364         Got rid of strdup() call (+related comment in disabled code in
3365         tags.c).
3367 2002-03-21 00:19  amai
3369         * source/highlightData.c (tags: BETA-5-3-RC1) (BETA-5-3.4): SF
3370         Patch [ 531549 ] TCL highlight patterns updated.
3372 2002-03-21 00:15  amai
3374         * makefiles/Makefile.os2 (tags: BETA-5-3-RC1) (BETA-5-3.2): Correct
3375         linker flags for omf/debuggable build
3377 2002-03-20 18:30  edg
3379         * source/highlightData.c (BETA-5-3.3): Double bug fix in X
3380         Resources pattern: context distance violation and missing escapes
3381         and continuation highlights.
3383 2002-03-19 21:39  edg
3385         * source/help.c (tags: BETA-5-3-RC1) (BETA-5-3.5): Replaced
3386         (non-ANSI) snprintf() call by equivalent code.
3388 2002-03-19 18:29  edg
3390         * source/windowTitle.c (tags: BETA-5-3-RC1) (BETA-5-3.7): The
3391         background color copying code for the preview didn't work with all
3392         Motif versions (it even crashed). Now copied the color from the
3393         form iso. a label.  This should work also for Motif 1.2.
3395 2002-03-19 17:42  edg
3397         * Makefile (tags: BETA-5-3-RC1) (BETA-5-3.2): Include nedit.html in
3398         binary distributions.
3400 2002-03-19 17:39  edg
3402         * ChangeLog, doc/nedit.doc, doc/nedit.html, source/help_data.h,
3403         source/help_topic.h (BETA-5-3.[1,2,2,2,2]) (utags: BETA-5-3-RC1):
3404         Final update for 5.3RC1 (hopefully).
3406 2002-03-19 08:51  edg
3408         * source/windowTitle.c (BETA-5-3.6): Changed the preview field's
3409         background color to make it clear that it is read-only.
3411 2002-03-18 23:41  edg
3413         * source/highlight.c (BETA-5-3.2): Fix for SF #531577: Balance
3414         fails before text viewed.  Unparsed parens are parsed with pass-2
3415         patterns when necessary.
3417 2002-03-18 23:15  edg
3419         * source/: help.c, nedit.c (tags: BETA-5-3-RC1) (BETA-5-3.[4,2]):
3420         Committed Markus' latest enhancements (focus related).
3422 2002-03-17 11:21  yooden
3424         * source/windowTitle.c, util/prefFile.c (tags: BETA-5-3-RC1)
3425         (BETA-5-3.[5,1]): Makes the cursor in the Window Title Dialog's
3426         preview field invisible.
3428 2002-03-16 20:40  edg
3430         * source/window.c (BETA-5-3.1): Changed 2 free() calls into XFree
3431         calls().
3433 2002-03-15 14:36  amai
3435         * source/: Makefile.dependencies (tags: BETA-5-3-RC1) (BETA-5-3.1),
3436         Makefile.dependencies (1.16): Update
3438 2002-03-15 08:51  edg
3440         * source/: help.c, help.h (tags: BETA-5-3-RC1), nedit.c
3441         (BETA-5-3.[3,1,1]): Applied patch 526967: single window help with
3442         history (with a minor modification in the mnemonics: P for Previous
3443         iso. Print).
3445 2002-03-14 17:41  amai
3447         * source/textDisp.c (1.21), source/textDrag.c (1.7),
3448         source/textSel.c (1.9), source/undo.c (1.10), source/userCmds.c
3449         (1.25), source/window.c (1.50), source/windowTitle.c (1.6),
3450         util/DialogF.c (1.22), util/clearcase.c (1.3), util/fileUtils.c
3451         (1.23), util/fontsel.c (1.16), util/getfiles.c (1.20),
3452         util/managedList.c (1.9), util/misc.c (1.38), util/prefFile.c
3453         (1.14), util/printUtils.c (1.17), util/utils.c (1.12): Attempt to
3454         complete last commit (add trailing optional #include)
3456 2002-03-14 17:18  amai
3458         * source/: rbTree.c (1.6), regexConvert.c (1.7), regularExp.c
3459         (1.14), search.c (1.45), selection.c (1.20), server.c (1.15),
3460         shell.c (1.20), shift.c (1.12), smartIndent.c (1.15), tags.c
3461         (1.34), text.c (1.25), textBuf.c (1.20): Add an optional #include
3462         at the end of all #includes in each .c source file. Document that
3463         stuff in Makefile.generic
3465 2002-03-14 17:15  amai
3467         * makefiles/Makefile.generic (1.8), source/file.c (1.44),
3468         source/help.c (1.78), source/highlight.c (1.27),
3469         source/highlightData.c (1.29), source/interpret.c (1.24),
3470         source/linkdate.c (1.3), source/macro.c (1.40), source/menu.c
3471         (1.55), source/nc.c (1.23), source/nedit.c (1.31),
3472         source/preferences.c (1.51): Add an optional #include at the end of
3473         all #includes in each .c source file. Document that stuff in
3474         Makefile.generic
3476 2002-03-14 15:33  edg
3478         * source/windowTitle.c (BETA-5-3.4): Removed some toggle button
3479         margin height overrides that caused the mnemonic underscores to
3480         disappear with certain Motif versions.
3482 2002-03-14 01:25  amai
3484         * source/file.c (1.43), source/help.c (1.77), source/highlight.c
3485         (1.26), source/highlightData.c (1.28), source/interpret.c (1.23),
3486         source/linkdate.c (1.2), source/macro.c (1.39), source/menu.c
3487         (1.54), source/nc.c (1.22), source/preferences.c (1.50),
3488         source/rbTree.c (1.5), source/regexConvert.c (1.6),
3489         source/regularExp.c (1.13), source/search.c (1.44),
3490         source/selection.c (1.19), source/server.c (1.14), source/shell.c
3491         (1.19), source/shift.c (1.11), source/smartIndent.c (1.14),
3492         source/tags.c (1.33), source/text.c (1.24), source/textBuf.c
3493         (1.19), source/textDisp.c (1.20), source/textDrag.c (1.6),
3494         source/textSel.c (1.8), source/undo.c (1.9), source/userCmds.c
3495         (1.24), source/window.c (1.49), source/windowTitle.c (1.5),
3496         util/DialogF.c (1.21), util/clearcase.c (1.2), util/fileUtils.c
3497         (1.22), util/fontsel.c (1.15), util/getfiles.c (1.19),
3498         util/managedList.c (1.8), util/misc.c (1.37), util/prefFile.c
3499         (1.13), util/printUtils.c (1.16), util/utils.c (1.11): Optionally
3500         #include "../config.h" anywhere at first place in all(?) .c files
3502 2002-03-13 17:15  edg
3504         * source/help.c (BETA-5-3.2): Leak fix: style buffers were leaked
3505         when help windows were closed or dismissed.
3507 2002-03-13 13:19  edg
3509         * source/highlightData.c (BETA-5-3.2): Minor fix in Tcl patterns:
3510         newlines are allowed in double quoted strings.
3512 2002-03-13 12:05  edg
3514         * source/preferences.c, util/DialogF.c, util/misc.c
3515         (BETA-5-3.[2,1,1]) (utags: BETA-5-3-RC1): Various minor leak fixes.
3517 2002-03-13 12:04  edg
3519         * source/windowTitle.c (BETA-5-3.3): Made the preview field use a
3520         variable width font to avoid obscuring it too easily.
3522 2002-03-12 20:22  edg
3524         * source/preferences.c (BETA-5-3.1): Small leak fix in language
3525         mode detection.
3527 2002-03-12 20:20  edg
3529         * source/: highlight.c, highlightData.c, highlightData.h (tags:
3530         BETA-5-3-RC1) (BETA-5-3.[1,1,1]): Revised syntax-based paren
3531         matching algorithm: relaxes constraints on highlight patterns.
3532         Valid matches should no longer be missed.
3534 2002-03-12 16:59  edg
3536         * source/help.c (BETA-5-3.1): Leak fix: text was leaked when
3537         printed.
3539 2002-03-12 16:22  edg
3541         * source/windowTitle.c (BETA-5-3.2): Removed an XmStringFree() call
3542         that was left behind (and caused a crash).
3544 2002-03-12 16:16  amai
3546         * makefiles/Makefile.os2 (BETA-5-3.1): Reduce stack size of
3547         binaries.
3549 2002-03-12 14:52  edg
3551         * Makefile, README (tags: BETA-5-3-RC1), ReleaseNotes (tags:
3552         BETA-5-3-RC1), doc/nedit.doc, doc/nedit.html, source/help_data.h,
3553         source/help_topic.h (BETA-5-3.[1,2,2,1,1,1,1]): Set version to
3554         5.3RC1.
3556 2002-03-12 09:04  edg
3558         * ReleaseNotes, source/tags.c (BETA-5-3.[1,1]): Applied patch
3559         #520941: FindDefinition function incorrectly reads the X selection
3560         even when an argument has been provided for the find_definition()
3561         action routine.
3563 2002-03-12 00:46  amai
3565         * README (BETA-5-3.1): Small updates on LessTif info
3567 2002-03-11 23:09  tringali
3569         * source/windowTitle.c (BETA-5-3.1): Fix UI so dialog doesn't jump
3570         around.  Also prevent overflow bug in text field.
3572 2002-03-11 22:41  amai
3574         * source/windowTitle.c (1.4): Fix compiler warning
3576 2002-03-11 22:40  amai
3578         * README (1.28): Small updates on LessTif info
3580 2002-03-11 22:18  edg
3582         * doc/nedit.doc (1.12), doc/nedit.html (1.6), source/help_data.h
3583         (1.9), source/help_topic.h (1.6), README (1.27), ReleaseNotes
3584         (1.15): Last update before 5.3 branch.
3586 2002-03-11 22:05  edg
3588         * doc/help.etx (1.10, BETA-5-3-RC1), source/highlight.c (1.25),
3589         source/highlight.h (1.5, BETA-5-3-RC1), source/menu.c (1.53,
3590         BETA-5-3-RC1), source/nedit.h (1.23, BETA-5-3-RC1),
3591         source/preferences.c (1.49), source/preferences.h (1.20,
3592         BETA-5-3-RC1), source/search.c (1.43, BETA-5-3-RC1),
3593         source/window.c (1.48): Applied SF patch #513976: Syntax-based
3594         parenthesis matching.
3596 2002-03-11 18:17  edg
3598         * ChangeLog (1.23), README (1.26), ReleaseNotes (1.14): Update for
3599         5.3.
3601 2002-03-08 10:40  edg
3603         * source/window.c (1.47): Fix for #527319: segfault in
3604         virtKeyBindingsAreInvalid().
3606 2002-03-08 08:43  edg
3608         * source/tags.c (1.32): Fix for #527222: malloc bugs in tags.c
3609         (Nathan Gray).
3611 2002-03-07 20:49  edg
3613         * doc/nedit.doc (1.11), doc/nedit.html (1.5), source/help_data.h
3614         (1.8), source/help_topic.h (1.5): Regenerated.
3616 2002-03-07 20:36  edg
3618         * doc/help.etx (1.9), source/windowTitle.c (1.3): Applied patch
3619         #519092: Customizable window title UI redesign
3621 2002-03-07 17:40  edg
3623         * source/menu.c (1.52): Removed some (unnecessary) statements that
3624         could cause the X server to freeze when the background menu was
3625         popped up while any of the lock keys were on.
3627 2002-03-07 16:42  tringali
3629         * makefiles/Makefile.linux (1.8, BETA-5-3-RC1): Add -lXp.
3631 2002-03-06 22:04  edg
3633         * doc/help.etx (1.8), source/nedit.h (1.22), source/preferences.c
3634         (1.48), source/preferences.h (1.19), source/window.c (1.46): Added
3635         patch #525903: Workaround for invalid virtual key bindings attached
3636         to the root window: invalid bindings are detected and ignored
3637         (behavior can be controlled with a new X-resource).
3639 2002-03-06 14:42  tringali
3641         * makefiles/Makefile.linux (1.7): Force Motif to be pulled in
3642         statically by default.  Linux users tend to upgrade frequently or
3643         move binaries across systems, causing library version skew.
3645 2002-03-04 20:10  amai
3647         * source/tags.c (1.31): Remove unused statements/code lines as
3648         pointed out on develop@
3650 2002-03-02 17:02  yooden
3652         * doc/help.etx (1.7), source/file.c (1.42, BETA-5-3-RC1),
3653         source/menu.c (1.51), source/nedit.h (1.21), source/preferences.c
3654         (1.47), source/preferences.h (1.18): Makes the line feed NEdit
3655         appends on save optional. (SF Bug #495009)
3657 2002-03-01 22:44  slobasso
3659         * source/interpret.c (1.22, BETA-5-3-RC1): properly round pow()
3660         results
3662 2002-03-01 17:13  amai
3664         * ChangeLog (1.22), README (1.25): Update timestamp and ChangeLog
3666 2002-03-01 17:12  amai
3668         * util/fileUtils.c (1.21, BETA-5-3-RC1): Add a UNICOS-specific call
3669         to readlink()
3671 2002-03-01 17:04  amai
3673         * util/fontsel.c (1.14): Replace rint(x) by floor(x+0.5)
3675 2002-03-01 16:04  amai
3677         * makefiles/Makefile.unicos (1.5, BETA-5-3-RC1): Patch from Paolo
3678         Palazzi to compile on UNICOS 10.0.1.0
3680 2002-02-27 14:44  edg
3682         * source/window.c (1.45): Setfont: fixed a bug with the window
3683         getting the wrong width when changing the font size under fvwm (or
3684         any other ICCCM2 compliant window manager). Fix provided by Dominik
3685         Vogt of fvwm.
3687 2002-02-27 11:26  edg
3689         * source/text.c (1.23, BETA-5-3-RC1): Replaced the "None" modifiers
3690         by "~Alt ~Shift ~Ctrl ~Meta", because "None" also excludes lock
3691         keys and prevents PageUp/PageDown from responding when, for
3692         instance, the NumLock key is on (so I didn't mix up my binaries
3693         after all :-).
3695 2002-02-25 17:28  edg
3697         * source/text.c (1.22): Reverted the last change. I've probably
3698         mixed up my NEdit binaries.
3700 2002-02-25 14:29  edg
3702         * source/text.c (1.21): Removed the recently introduced None
3703         modifiers in default key bindings.  They don't seem to be
3704         recognized by all Motif versions, causing the PageUp/PageDown keys
3705         to stop working.
3707 2002-02-25 10:32  edg
3709         * source/textDisp.c (1.19, BETA-5-3-RC1): Fix for SF #522263:
3710         segfault fix (Nathaniel Gray).
3712 2002-02-24 21:16  edg
3714         * source/: textBuf.c (1.18), textBuf.h (1.8) (utags: BETA-5-3-RC1):
3715         Fix for #522038: Internal error when splitting window.  Allowed
3716         more than one pre-delete callback per window (I originally thought
3717         that only one was necessary).
3719 2002-02-23 20:01  edg
3721         * source/window.c (1.44): Avoid temporarily invalid WM size hints.
3722         They seem to amplify the effects of a bug in fvwm2 (SF #496526:
3723         Very wide nedit window with fvwm).
3725 2002-02-21 18:53  tringali
3727         * source/text.c (1.20): Fix broken PageUp and PageDown keys on
3728         systems that bind osfPageLeft to Ctrl-PageUp.
3730 2002-02-20 13:03  amai
3732         * source/help.c (1.76): Make getBuildInfo() to return a static
3733         string.
3735 2002-02-16 14:39  edg
3737         * source/help_data.h (1.7): Regenerated with fixed setext (fixes
3738         some style problems).
3740 2002-02-16 14:37  edg
3742         * doc/setext (1.7, BETA-5-3-RC1): Style transition fixes by Steven
3743         Haehn.
3745 2002-02-15 09:41  edg
3747         * doc/nedit.html (1.4), source/help_data.h (1.6),
3748         source/help_topic.h (1.4): Regenerated with fixed setext.
3750 2002-02-15 09:37  edg
3752         * doc/setext (1.6): Applied bug fixes in help and html generation
3753         (provided by Steven Haehn).
3755 2002-02-14 21:08  edg
3757         * source/preferences.c (1.46): Bumped .nedit file version to 5.3.
3759 2002-02-14 21:04  edg
3761         * README (1.24): Synchronized author list with help.etx.
3763 2002-02-14 20:24  amai
3765         * README (1.23), ReleaseNotes (1.13): Re-arrange some text
3767 2002-02-14 14:28  tringali
3769         * source/preferences.c (1.45): Oops, helvetica fonts aren't italic,
3770         they're oblique.
3772 2002-02-13 23:10  edg
3774         * README (1.22), ReleaseNotes (1.12): Preparation of 5.3 release.
3776 2002-02-13 23:07  edg
3778         * source/nc.c (1.21, BETA-5-3-RC1): Preparation of 5.3 release.
3780 2002-02-13 20:47  tringali
3782         * source/preferences.c (1.44): Change help fonts to be like the
3783         defaults we have in nedit.c to reduce the likelihood of them being
3784         missing or defective.
3786 2002-02-13 20:00  tringali
3788         * util/misc.c (1.36): Fix for [ #478234 ] nedit crash with Xwindows
3789         on 2nd screen
3791 2002-02-13 18:03  edg
3793         * ChangeLog (1.21): Update.
3795 2002-02-13 14:14  edg
3797         * source/textDisp.c (1.18): Fix for SF bug #516920: line numbering
3798         in continuous wrap mode.
3800 2002-02-13 12:30  edg
3802         * doc/nedit.doc (1.10), doc/nedit.html (1.3), source/help_data.h
3803         (1.5), source/help_topic.h (1.3): Regenerated documentation.
3805 2002-02-13 12:27  edg
3807         * doc/setext-info.txt (1.1, BETA-5-3-RC1): Added setext format
3808         documentation provided by Steven Haehn.
3810 2002-02-13 12:12  edg
3812         * doc/help.etx (1.6): Minor fixes.
3814 2002-02-11 21:23  arnef
3816         * source/windowTitle.c (1.2): Fixed reason for crash when window is
3817         destroyed.  Removing leading dashes and spaces Checking for array
3818         out of bounds when creating title.
3820 2002-02-11 10:45  edg
3822         * source/highlightData.c (1.27): Upgraded X Resources highlight
3823         patterns to improve highlighting performance.  SF bug #481290;
3824         patterns provided by Markus Schwarzenberg.
3826 2002-02-08 23:26  tringali
3828         * source/nedit.c (1.30): Yet another attempted fix for 434383:
3829         menus showing up as blocks.
3831 2002-02-07 10:23  edg
3833         * doc/help.etx (1.5): Updates for SF bug #489601: misprint in
3834         help.c.
3836 2002-02-07 10:00  edg
3838         * doc/help.etx (1.4): Fix for SF bug #432203: Error in regex help
3839         for \l and \L.
3841 2002-02-07 09:28  edg
3843         * doc/setext (1.5): Comment on #! interpreter line is not allowed
3844         for every shell.
3846 2002-02-05 22:01  edg
3848         * source/highlight.c (1.24): Fix for SF bug #512961: NEdit LOCKS
3849         UP, and also for a similar bug reported at the discuss mailing list
3850         (Philippe Poilbarbe: Infinite Loop).  Yet another char/unsigned
3851         char mixup problem.
3853 2002-02-05 20:55  edg
3855         * source/regularExp.c (1.12, BETA-5-3-RC1): Fixed a char/unsigned
3856         char comparison problem that caused crashes when patterns contained
3857         characters with ASCII code >= 128.
3859 2002-02-05 18:16  edg
3861         * source/: textBuf.c (1.17), textDisp.c (1.17), textDisp.h (1.8,
3862         BETA-5-3-RC1), window.c (1.43): Bug fix for SF bug #510631: 5.2
3863         segmentation fault on Linux/i386.  Modifying tab distance in
3864         continous wrap mode brought the text display widget in an illegal
3865         state.
3867 2002-02-05 13:15  edg
3869         * source/highlight.c (1.23): Bugfix in color allocation (Thomas
3870         Schuetzkowski).
3872 2002-02-03 16:41  edg
3874         * source/: textBuf.c (1.16), textBuf.h (1.7), textDisp.c (1.16),
3875         textDisp.h (1.7): Patches for SF bug #485415: Continuous wrap
3876         updating bugs.  Continuous wrap mode combined with variable font
3877         sizes resulted in wrong text display calculations.
3879 2002-02-01 15:03  edg
3881         * source/textDisp.c (1.15): Patch for SF bug #510765: Help>Version
3882         scrollbar can get corrupted.  The text display widget used wrong
3883         style information for wrapping calculations when using variable
3884         width fonts.
3886 2002-01-28 10:43  amai
3888         * ChangeLog (1.20), source/help.c (1.75), source/nedit.c (1.29),
3889         source/server.c (1.13, BETA-5-3-RC1), source/tags.c (1.30),
3890         source/textDisp.c (1.14), source/textDrag.c (1.5, BETA-5-3-RC1),
3891         source/undo.c (1.8, BETA-5-3-RC1): Add some explicit #include
3892         <string.h>
3894 2002-01-23 16:54  tringali
3896         * source/help.c (1.74): Change parenthesis style to match the rest
3897         of nedit source code.
3899 2002-01-23 16:53  tringali
3901         * source/textSel.c (1.7, BETA-5-3-RC1): Accept COMPOUND_TEXT
3902         selection requests for compatability with recent versions of
3903         gnome-terminal.
3905 2002-01-17 01:34  amai
3907         * makefiles/Makefile.os2 (1.11): Some small fixes/enhancements
3909 2002-01-15 17:05  tringali
3911         * source/: menu.c (1.50), window.c (1.42): Lower case, Upper case,
3912         and Find Def do not require an NEdit selection.  LC/UC can operate
3913         on the cursor, and Find Def can use an external selection.
3915 2002-01-13 16:01  yooden
3917         * source/: menu.c (1.49), window.c (1.41): Removed four
3918         XtSetSensitive calls that prevent use of 'Open Selected' and 'Find
3919         Selection' on selections that are not NEdit's.
3921 2002-01-12 00:59  amai
3923         * makefiles/Makefile.os2 (1.10), source/nc.c (1.20): Makefile.os2:
3924         update/correct some linker options nc.c: I think I previously
3925         messed up the commandline for EMX&VMS case.  Perhaps not a good
3926         idea to mess around in code which I can't test...
3928 2002-01-11 18:21  amai
3930         * source/nc.c (1.19): Fix for server startup command line on OS/2:
3931         missing flag for START command and fix memory leak.
3933 2002-01-11 13:10  amai
3935         * doc/setext (1.4), source/help_data.h (1.4): Patch from Steven
3936         Haehn to add some static/const to setext output
3938 2002-01-10 12:49  amai
3940         * source/help.c (1.73): Make some funcs/vars static
3942 2002-01-08 16:06  amai
3944         * README (1.21): New timestamp ...  (a test whether the commit
3945         messages get a different subject now)
3947 2002-01-08 14:33  amai
3949         * ChangeLog (1.19), source/menu.c (1.48), source/nedit.h (1.20),
3950         source/window.c (1.40): Make more menu Items sensitive WRT an
3951         existing selection: Cut, Upper, Lower
3953 2002-01-07 10:15  amai
3955         * source/tags.c (1.29): Jump to tags only referenced by line
3956         number.  Fix by M. Schwarzenberg.
3958 2002-01-05 16:52  amai
3960         * source/search.c (1.42): Only set *again menu Items on the first
3961         search ever (not on each)
3963 2002-01-05 16:45  amai
3965         * source/: Makefile.dependencies (1.15), menu.c (1.47), nedit.h
3966         (1.19), search.c (1.41), search.h (1.15, BETA-5-3-RC1), window.c
3967         (1.39): Toggle Menu Item sensitivity, including those from SF Bug [
3968         #486072 ] Selection commands sensitivity incorrect
3970 2002-01-05 02:19  edel
3972         * source/: help_data.h (1.3), help_topic.h (1.2): Regenerated
3973         help_topic.h and help_data.h for change in help.ext
3975 2002-01-05 02:09  edel
3977         * makefiles/Makefile.solaris (1.7, BETA-5-3-RC1): Reverting to 1.5
3978         (I accidentally committed my private mods, sorry).
3980 2002-01-05 01:48  edel
3982         * doc/help.etx (1.3), doc/setext (1.3), makefiles/Makefile.solaris
3983         (1.6), source/help.c (1.72), source/preferences.c (1.43),
3984         source/preferences.h (1.17): Help updates from Steve.  Remove
3985         unused title font resources, add back some missing help text.
3987 2002-01-04 16:39  amai
3989         * ChangeLog (1.18), source/textDisp.c (1.13): Fix ("wrong")
3990         compiler (gcc) warning about two uninitialized variables
3992 2001-12-31 14:34  amai
3994         * source/nc.c (1.18): Fix a problem with calling nedit from nc on
3995         OS/2 which I introduced recently.  Enlarge Preferences.serverCmd
3996         array.
3998 2001-12-24 11:50  amai
4000         * source/macro.c (1.38, BETA-5-3-RC1): Fix by Gilles J. Seguin for
4001         SF Bug [ #480966 ] Composed characters in learned sequence
4003 2001-12-24 09:46  amai
4005         * source/file.c (1.41), source/highlight.c (1.22), source/menu.c
4006         (1.46), util/getfiles.c (1.18, BETA-5-3-RC1): Fix for SF Bug [
4007         #480960 ] No titles in some dialog boxes as sent to develop@ from
4008         T. Haude
4010 2001-12-24 09:26  amai
4012         * ChangeLog (1.17), source/parse_noyacc.c (1.2, BETA-5-3-RC1),
4013         source/window.c (1.38): Update ChangeLog, parse_noyacc.c. Typo in
4014         window.c
4016 2001-12-24 09:18  amai
4018         * source/: interpret.c (1.21), interpret.h (1.7, BETA-5-3-RC1),
4019         parse.y (1.18, BETA-5-3-RC1): Apply SF Patch [ #496413 ]
4020         preliminary patch for #495293 from A. Hood which in turn fixes SF
4021         Bug [ #495293 ] continue outside of loop causes segfault
4023 2001-12-20 15:38  amai
4025         * source/: comnedit.com (1.7, BETA-5-3-RC1), parse.c_noyacc (1.8),
4026         parse_noyacc.c (1.1): Rename our fallback version of the parse.c
4027         code to have a reasonable file extension. Update VMS command file
4028         accordingly
4030 2001-12-19 17:08  tringali
4032         * source/help.c (1.71): Fix incorrect array size that crashes on
4033         platforms where sizeof(char*) != sizeof(int)
4035 2001-12-19 14:51  tringali
4037         * source/: window.c (1.37), nedit.c (1.28): Back out frame around
4038         text patch; doesn't work well with LessTif
4040 2001-12-18 18:53  tringali
4042         * source/: nedit.c (1.27), window.c (1.36): Put frame around text
4043         widget, for consistent look with XmScrolledText Patch courtesy of
4044         C. Rasmussen (If you don't like it, disable it with
4045         *pane*XmFrame.shadowThickness: 0)
4047 2001-12-17 16:28  amai
4049         * source/selection.c (1.18, BETA-5-3-RC1): Fix compilation problem
4051 2001-12-16 04:31  ajhood
4053         * source/selection.c (1.17):  Modified Files:
4054                 selection.c
4055         replacing sprintf lost the path name when opening files
4057 2001-12-14 14:35  edel
4059         * source/help_topic.h (1.1): Separated auto-generated part of
4060         help.h into different file, help_topic.h.
4062 2001-12-14 05:14  edel
4064         * doc/: Makefile (1.2, BETA-5-3-RC1), help.etx (1.2), nedit.doc
4065         (1.9), nedit.html (1.2), setext (1.2): Rearranged styles to put
4066         fixed fonts first, for sizing help text widget.
4068 2001-12-14 05:12  edel
4070         * source/: Makefile.dependencies (1.14), help.c (1.70), help.h
4071         (1.8), help_data.h (1.2): Rearanged help fonts so window is sized
4072         to match fixed-width formatting.  Fixed underlined fonts not
4073         working.
4075 2001-12-13 15:44  amai
4077         * source/tags.c (1.28): Drop // comments from last check-in
4079 2001-12-13 13:31  amai
4081         * ChangeLog (1.16), source/help.h (1.7): Add prototype to help.h to
4082         fix build warning
4084 2001-12-13 13:27  amai
4086         * source/tags.c (1.27), source/tags.h (1.10, BETA-5-3-RC1),
4087         util/fileUtils.c (1.20), util/utils.c (1.10, BETA-5-3-RC1),
4088         util/utils.h (1.5, BETA-5-3-RC1): Apply SF Patch [ #491109 ]
4089         recognize etags TAGS files added from M. Schwarzenberg
4091 2001-12-13 13:14  amai
4093         * source/interpret.c (1.20), source/macro.c (1.37), source/menu.c
4094         (1.45), source/parse.y (1.17), source/preferences.c (1.42),
4095         source/search.c (1.40), source/selection.c (1.16), source/tags.c
4096         (1.26), source/userCmds.c (1.23, BETA-5-3-RC1), util/printUtils.c
4097         (1.15): Fix for SF Bug [ #491943 ] missing (unsigned char) casts
4098         from M. Schwarzenberg
4100 2001-12-12 17:07  edel
4102         * source/help.c (1.69): Fixed hyperlink after search crash, search
4103         memory leak, cleaned up code, added more comments.
4105 2001-12-10 05:11  edel
4107         * source/help_data.h (1.1): Help data generated from
4108         ../doc/help.etx
4110 2001-12-10 05:07  edel
4112         * doc/nedit.html (1.1): Copy of html documentation generated by new
4113         help system
4115 2001-12-10 05:03  edel
4117         * doc/: Makefile (1.1), help.etx (1.1), nedit.doc (1.8), setext
4118         (1.1): New help system!
4120 2001-12-10 04:57  edel
4122         * source/: Makefile.dependencies (1.13), help.c (1.68), help.h
4123         (1.6), highlight.c (1.21), highlight.h (1.4), menu.c (1.44),
4124         preferences.c (1.41), preferences.h (1.16), textDisp.c (1.12): New
4125         help system!
4127 2001-12-07 10:50  amai
4129         * source/file.c (1.40): Close file handle upon various error
4130         conditions to leave the routine w/o success. Also reject block
4131         devices in addition to directories.
4133 2001-12-05 10:16  amai
4135         * source/: nc.c (1.17), nedit.c (1.26): nc: don't use XtWarning
4136         when report invalid commanline argument.  nedit: react properly if
4137         file name on commandline is too long. Now starts up GUI.
4139 2001-12-04 18:03  amai
4141         * ChangeLog (1.15), source/server.c (1.12), util/getfiles.c (1.17):
4142         More checks for ParseFilename()'s return value
4144 2001-12-04 17:50  amai
4146         * source/file.c (1.39), source/menu.c (1.43), source/nc.c (1.16),
4147         source/nedit.c (1.25), source/selection.c (1.15), source/tags.c
4148         (1.25), util/DialogF.c (1.20), util/fileUtils.c (1.19):
4149         ParseFilename() often gets called w/o the caller to ensure that the
4150         arguments are proper.  Let it do some checks and have an useful
4151         return value.
4153 2001-12-04 11:14  amai
4155         * makefiles/Makefile.macosx (1.1): Add Makefile for MacOS X, as
4156         found on our website
4158 2001-12-03 22:21  amai
4160         * source/: help.c (1.67), nedit.c (1.24): Update source timestamp
4161         and add -V to commandline help
4163 2001-12-03 22:18  amai
4165         * source/nc.c (1.15): Resolve a mess of #ifdefs in handling
4166         commandline args.  Implement -V|-version for nc
4168 2001-12-03 16:46  tringali
4170         * source/: Makefile.common (1.10, BETA-5-3-RC1), help.c (1.66),
4171         linkdate.c (1.1, BETA-5-3-RC1): Make build date more accurate by
4172         updating on actual link, not when help.c was last compiled.
4174 2001-12-02 17:58  edg
4176         * source/: textBuf.c (1.15), textSel.c (1.6): Applied SF patch
4177         #487945: Fix for rectangular overstrike paste.
4179 2001-11-30 15:41  tringali
4181         * source/: nedit.c (1.23), window.c (1.35): [487153] Let user
4182         override font of statistics line
4184 2001-11-27 22:53  edg
4186         * source/search.c (1.39): Enhancement to the (multi-file)
4187         replacement dialog: all files are first checked for changes to set
4188         correct sensitivity for the multi-file button and to generate an
4189         up-to-date list of writable files in the multi-file dialog.
4191 2001-11-27 10:47  amai
4193         * source/: help.c (1.65), menu.c (1.42), shell.c (1.18): Patch from
4194         A. Riese SF Patch [ #434451 ] line numbers in shell commands
4196 2001-11-27 09:09  amai
4198         * source/file.c (1.38), source/menu.c (1.41), util/prefFile.c
4199         (1.12), util/utils.c (1.9), util/utils.h (1.4): Introduce
4200         PrependHome() to create all paths of type $HOME/file without
4201         overflow.  Fixes some leaks, other remain ...
4203 2001-11-26 21:40  amai
4205         * util/: fileUtils.c (1.18), utils.c (1.8): Quit if a "safe"
4206         getpw*() call fails. GetUserName() returns a safe, cached result
4208 2001-11-26 17:17  amai
4210         * ChangeLog (1.14), README (1.20), source/help.c (1.64),
4211         source/nc.c (1.14), source/nedit.c (1.22): Apply Patch from M.
4212         Schwarzenberg: SF Patch [ #485610 ] -- open filenames starting with
4213         a dash
4215 2001-11-26 14:54  amai
4217         * util/fileUtils.c (1.17): Try to fix a potential memory
4218         (security?!?) leak in ExpandTile()
4220 2001-11-26 14:17  amai
4222         * util/utils.c (1.7): Cache return value of GetHomeDir() and return
4223         a private reference.  Earlier we did return a string that could be
4224         invalided before it was used!?
4226 2001-11-25 23:03  edg
4228         * source/file.c (1.37): Crash fix: avoid closing windows twice when
4229         user destroys the window of a file that could not be opened instead
4230         of closing the error dialog.
4232 2001-11-25 22:05  edg
4234         * source/textBuf.c (1.14): Small fix: tighter buffer boundary check
4235         when accessing characters.
4237 2001-11-24 11:57  amai
4239         * source/file.c (1.36): Patch from Thorsten Haude for SF Bug [
4240         #484870 ] Double Mnemonic
4242 2001-11-24 11:41  amai
4244         * makefiles/Makefile.qnx (1.1, BETA-5-3-RC1): Add Makefile for QNX
4245         as posted on develop@ mailinglist
4247 2001-11-22 21:01  amai
4249         * source/interpret.c (1.19), source/preferences.c (1.40),
4250         source/textBuf.c (1.13), source/textBuf.h (1.6), util/printUtils.c
4251         (1.14), util/printUtils.h (1.5, BETA-5-3-RC1): Another small const
4252         patch
4254 2001-11-21 16:36  amai
4256         * util/misc.c (1.35): Patch SF [#483505 ] Fix warning on DEC Not
4257         literally, I extended the comment a bit.
4259 2001-11-20 15:53  amai
4261         * README (1.19): Sorry, another "dummy" commit, to check for the
4262         commit messages :-)
4264 2001-11-20 15:36  amai
4266         * ReleaseNotes (1.11): Switch to "5.2+" ...
4268 2001-11-20 15:31  amai
4270         * README (1.18): Start list of 5.2+ features/changes
4272 2001-11-20 13:25  amai
4274         * source/selection.c (1.14), util/system.h (1.9, BETA-5-3-RC1): Add
4275         Intel's icc/ecc to our list of known compilers (and fix a compiler
4276         warning)
4278 2001-11-18 19:53  amai
4280         * ChangeLog (1.13): Update
4282 2001-11-18 19:02  arnef
4284         * source/Makefile.common (1.9), source/Makefile.dependencies
4285         (1.12), source/help.c (1.63), source/help.h (1.5), source/menu.c
4286         (1.40), source/nc.c (1.13), source/preferences.c (1.39),
4287         source/preferences.h (1.15), source/server.c (1.11),
4288         source/window.c (1.34), source/window.h (1.8, BETA-5-3-RC1),
4289         source/windowTitle.c (1.1), source/windowTitle.h (1.1,
4290         BETA-5-3-RC1), util/Makefile.common (1.6, BETA-5-3-RC1),
4291         util/Makefile.dependencies (1.5, BETA-5-3-RC1), util/clearcase.c
4292         (1.1, BETA-5-3-RC1), util/clearcase.h (1.1, BETA-5-3-RC1),
4293         util/fileUtils.c (1.16), util/fileUtils.h (1.7, BETA-5-3-RC1),
4294         util/utils.c (1.6), util/utils.h (1.3): Added Customise Window
4295         Title patch Ref.
4296         http://sourceforge.net/tracker/?func=detail&atid=311005&aid=477875&
4297         group_id=11005
4299 2001-11-16 16:06  tringali
4301         * util/misc.c (1.34): 482504: Bad CapsLock grab on certain keyboard
4302         configurations
4304 2001-11-16 12:47  amai
4306         * source/userCmds.c (1.22): "const patch"
4308 2001-11-16 11:13  amai
4310         * source/: selection.c (1.13), shift.c (1.10, BETA-5-3-RC1): Add
4311         two missing #includes
4313 2001-11-16 11:02  amai
4315         * source/: help.c (1.62), shell.c (1.17), userCmds.c (1.21): Apply
4316         patch SF [ #434451 ] line numbers in shell commands from Axel
4317         Riese.
4319 2001-11-16 10:06  amai
4321         * source/: help.c (1.61), menu.c (1.39), selection.c (1.12),
4322         selection.h (1.4, BETA-5-3-RC1), text.c (1.19), text.h (1.5,
4323         BETA-5-3-RC1), textDisp.c (1.11), textDisp.h (1.6): Apply patch for
4324          SF [ #403435 ] Go to column in "Goto Line Number" dialog (added
4325         some 'consts', missing #include, etc.)
4327 2001-11-16 09:39  amai
4329         * source/: tags.c (1.24), tags.h (1.9), textBuf.c (1.12), textBuf.h
4330         (1.5), userCmds.c (1.20): Another "const patch"
4332 2001-11-15 14:28  amai
4334         * makefiles/Makefile.openbsd (1.1, BETA-5-3-RC1): In principle the
4335         same as Makefile.netbsd, but I arbitrarily chose a Motif 2.1 setup
4336         and added -lXp already
4338 2001-11-13 21:07  amai
4340         * makefiles/Makefile.os2 (1.9): For now we don't have/use
4341         readlink(2) on OS/2
4343 2001-11-13 11:10  amai
4345         * source/: search.c (1.38), search.h (1.14): Add some more 'const's
4346         to public search routines
4348 2001-11-12 14:04  amai
4350         * util/: DialogF.c (1.19), DialogF.h (1.5, BETA-5-3-RC1), misc.c
4351         (1.33), misc.h (1.11, BETA-5-3-RC1): Another small 'const patch'
4353 2001-11-12 13:46  amai
4355         * makefiles/Makefile.generic (1.7, BETA-5-3-RC1), source/tags.c
4356         (1.23), util/fileUtils.c (1.15), util/fileUtils.h (1.6): Revised
4357         version of Patch from Markus Schwarzenberg: SF [ #479589 ] path for
4358         tags files should be resolved I added a catch for systems without
4359         links/readlink(2)
4361 2001-11-10 00:00  slobasso
4363         * source/help.c (1.60): fixed bad eol in string
4365 2001-11-09 23:58  slobasso
4367         * source/highlightData.c (1.26): added in to NEdit macro language
4368         keywords
4370 2001-11-08 16:05  amai
4372         * makefiles/Makefile.generic (1.6), makefiles/Makefile.os2 (1.8),
4373         source/file.c (1.35): Drop WRITES_DOS_TEXT catch finally!
4375 2001-11-08 13:49  amai
4377         * ChangeLog (1.12): Update
4379 2001-11-08 13:47  amai
4381         * README (1.17), source/help.c (1.59): Add timestamp again to
4382         version info. The build date is not necessarily an indicator for
4383         the date of the underlying sources ...
4385 2001-11-08 12:55  edg
4387         * source/search.c (1.37): Fixed a bug for replacements in
4388         rectangular selections: false matches could hide valid ones.
4390 2001-11-07 22:54  edg
4392         * source/preferences.c (1.38): Added a patch for the last remaining
4393         issue of SF bug #230912 (Postscript language mode definition on
4394         VMS), and added a post-5.2 preferences upgrading routine, to be
4395         extended when other preferences are upgraded.
4397 2001-11-05 15:17  tringali
4399         * source/highlightData.c (1.25): Update C/C++ preprocessor patterns
4400         with specific keywords (#include, #define, etc.)
4402 2001-11-02 12:17  edg
4404         * source/file.c (1.34): Changed misleading "Create" button label in
4405         dialogs to "New File" (Thorsten Haude, SF bug #449765).
4407 2001-11-02 12:13  edg
4409         * README (1.16), doc/nedit.doc (1.7), source/help.c (1.58): Minor
4410         documentation updates (Thorsten Haude).
4412 2001-11-01 20:22  edg
4414         * util/fontsel.c (1.13): Removed a debug print statement that was
4415         left behind accidentally.
4417 2001-10-31 17:25  edg
4419         * util/getfiles.c (1.16): Added a VMS-specific check for a Motif
4420         2.x bug workaround (one was added earlier, but it should have been
4421         done at two places).
4423 2001-10-31 16:36  edg
4425         * source/: nedit.c (1.21), preferences.c (1.37): Changed default
4426         font sizes from 12 pixels to 12 points. This should improve
4427         portability.
4429 2001-10-30 21:47  tringali
4431         * source/preferences.c (1.36): Merge post-RC1 changes to mainline
4433 2001-10-27 20:19  edg
4435         * source/: menu.c (1.38), userCmds.c (1.19): Added extra checks to
4436         prevent macro/background menu commands from being executed by the
4437         user while another command is already running (to prevent a crash).
4438         Also added beeps to notify the user in those cases that the
4439         commands are rejected.
4441 2001-10-26 20:17  amai
4443         * makefiles/: Makefile.generic (1.5), Makefile.os2 (1.7): Document
4444         -DWRITES_DOS_TEXT - at least it's used on OS/2!
4446 2001-10-25 15:51  tringali
4448         * source/preferences.c (tags: REL-5-2) (BETA-5-2.6): Compare file
4449         versions as integers to avoid bad float comparisonsCompare file
4450         versions as integers to avoid bad float comparisonsCompare file
4451         versions as integers to avoid bad float comparisonsCompare file
4452         versions as integers to avoid bad float comparisons
4454 2001-10-22 08:50  amai
4456         * source/: tags.c (1.22), tags.h (1.8): Patch for SF [ #473602 ] no
4457         mult. tags selection on 1st find def from Markus Schwarzenberg
4459 2001-10-21 15:13  tringali
4461         * README (1.15), ReleaseNotes (1.10), doc/faq-txt.awk (1.2,
4462         BETA-5-3-RC1), doc/faq-txt.dtd (1.2, BETA-5-3-RC1), doc/faq-txt.xsl
4463         (1.2, BETA-5-3-RC1), doc/faq.dtd (1.2, BETA-5-3-RC1), doc/faq.xml
4464         (1.3, BETA-5-3-RC1), doc/faq.xsl (1.2, BETA-5-3-RC1), doc/nc.man
4465         (1.5, BETA-5-3-RC1), doc/nedit.doc (1.6), doc/nedit.man (1.6,
4466         BETA-5-3-RC1), source/file.c (1.33), source/help.c (1.57),
4467         source/highlight.c (1.20), source/highlightData.c (1.24),
4468         source/nedit.c (1.20), source/preferences.c (1.35), source/search.c
4469         (1.36), source/shell.c (1.16), util/fontsel.c (1.12),
4470         util/fontsel.h (1.5, BETA-5-3-RC1), util/prefFile.c (1.11),
4471         util/system.h (1.8): Merge post-5.2RC1 changes into mainline
4473 2001-10-21 15:09  tringali
4475         * doc/NEdit.ad (1.2, BETA-5-3-RC1), doc/README.FAQ (1.2,
4476         BETA-5-3-RC1), doc/faq-txt-pass2.xsl (1.2, BETA-5-3-RC1),
4477         doc/faq.txt (1.2, BETA-5-3-RC1), makefiles/Makefile.depend (1.2,
4478         BETA-5-3-RC1), makefiles/Makefile.linux (1.6),
4479         makefiles/Makefile.os2 (1.6), makefiles/Makefile.solaris (1.5),
4480         makefiles/Makefile.unixware (1.4, BETA-5-3-RC1): Merge post-5.2RC1
4481         changes into mainline
4483 2001-10-16 14:41  edg
4485         * ChangeLog (tags: REL-5-2) (BETA-5-2.6): Final update for 5.2
4486         release.
4488 2001-10-15 20:10  amai
4490         * source/tags.c (1.21): Latest patch for SF [ #466742 ] Tag not
4491         found
4493 2001-10-15 17:33  slobasso
4495         * source/nc.c (1.12): Patch to allow for multi-line macros to be
4496         passed on nc command line when a nedit server is not already
4497         running.
4499 2001-10-15 17:28  slobasso
4501         * source/: file.c (1.32), file.h (1.9, BETA-5-3-RC1), nedit.c
4502         (1.19), nedit.h (1.18), server.c (1.10): Changed -read behavior to
4503         mimic the Read Only menu option.
4505 2001-10-15 17:24  slobasso
4507         * source/text.c (1.18): Fixes problem where triple clicking to
4508         select a word wrapped line was inconsistent with the subsequent
4509         dragging to extend the selection. The behavior now matches.
4511 2001-10-12 19:34  tringali
4513         * Makefile, source/help.c (BETA-5-2.[1,9]) (utags: REL-5-2): Prep
4514         work for final 5.2 release
4516 2001-10-12 11:54  edg
4518         * README (tags: REL-5-2) (BETA-5-2.5): Minor updates.
4520 2001-10-12 10:36  edg
4522         * README, ReleaseNotes (tags: REL-5-2) (BETA-5-2.[4,2]): Updates in
4523         preparation of the 5.2 release.
4525 2001-10-11 13:19  edg
4527         * source/preferences.c (BETA-5-2.5): Fixed a bug in the 5.2
4528         preferences upgrading routine: new language modes were added, but
4529         the corresponding highlight patterns were not enabled.
4531 2001-10-10 18:32  edg
4533         * source/shell.c (tags: REL-5-2) (BETA-5-2.1): Fixed a bug that
4534         could cause NEdit to crash or garble a file when the user modifies
4535         the buffer while the output of an external command is being
4536         inserted.
4538 2001-10-08 07:29  amai
4540         * ChangeLog (BETA-5-2.5), ChangeLog (1.11): Update
4542 2001-10-06 13:09  amai
4544         * ReleaseNotes (BETA-5-2.1): Some very minor changes towards the
4545         release
4547 2001-10-06 11:42  amai
4549         * README, source/help.c (BETA-5-2.[3,8]): "lame attempt" to enfore
4550         a release: drop "RC" and update timestamps!
4552 2001-10-04 11:02  amai
4554         * makefiles/Makefile.solaris (tags: REL-5-2) (BETA-5-2.2): Use
4555         CC=cc.  After all it's the most - since only - standard conforming
4556         setting
4558 2001-10-04 10:16  amai
4560         * source/tags.c (1.20): Patch for SF Bug [ #466742 ] Tag not found.
4561          This is tags-semicolon2.diff as submitted by Markus Schwarzenberg.
4563 2001-10-04 09:44  amai
4565         * README (1.14), source/help.c (1.56): Update timestamps
4567 2001-10-02 17:06  amai
4569         * source/help.c (BETA-5-2.7): Get PrintVersion() work again and
4570         update timestamp
4572 2001-10-02 07:16  amai
4574         * doc/README.FAQ (1.1): file README.FAQ was initially added on
4575         branch BETA-5-2.
4577 2001-10-02 07:16  amai
4579         * doc/faq-txt-pass2.xsl (1.1): file faq-txt-pass2.xsl was initially
4580         added on branch BETA-5-2.
4582 2001-10-02 07:16  amai
4584         * doc/: README.FAQ, faq-txt-pass2.xsl, faq.dtd, faq.txt, faq.xml
4585         (BETA-5-2.[1,1,1,3,5]) (utags: REL-5-2): FAQ updates from Florian
4586         Xhumari (20011001)
4588 2001-10-01 13:34  amai
4590         * source/highlightData.c (tags: REL-5-2) (BETA-5-2.1): minor
4591         pattern fix, bug 455877
4593 2001-10-01 12:42  edg
4595         * source/preferences.c (BETA-5-2.4): Changed the order in which new
4596         5.2 language modes were added to the list during upgrading (they
4597         are now simply appended instead of inserted).
4599 2001-10-01 08:30  edg
4601         * util/prefFile.c (tags: REL-5-2) (BETA-5-2.1): Fixed a bug in the
4602         preferences restoration mechanism (prefFileRead is now properly
4603         set, even if already present in the resource file).
4605 2001-09-30 19:49  edg
4607         * source/preferences.c (BETA-5-2.3): Added a 5.1 to 5.2 preferences
4608         upgrading routine (language modes and highlight styles).
4610 2001-09-27 12:41  edg
4612         * source/file.c (tags: REL-5-2) (BETA-5-2.1): Added comment about
4613         use of tmpnam (Thorsten Haude).
4615 2001-09-26 21:05  amai
4617         * makefiles/Makefile.unixware (tags: REL-5-2) (BETA-5-2.1): Add
4618         -lSM -lICE  to libs as reported on the list as for UnixWare 7.1.1
4620 2001-09-21 09:58  amai
4622         * source/: tags.c (1.19), tags.h (1.7): 'const' patch + fix small
4623         memory leak + protect against memory overflow in Add*TagFile
4625 2001-09-20 19:30  tringali
4627         * doc/nedit.doc (tags: REL-5-2), source/help.c (BETA-5-2.[3,6]): -
4628         Merge slobasso 5.2 doc fixes erronously applies to mainline here
4630 2001-09-20 14:24  tringali
4632         * source/nedit.c (tags: REL-5-2) (BETA-5-2.1): Remove "iso8859" as
4633         some servers do not have this encoding installed.
4635 2001-09-20 11:14  amai
4637         * ChangeLog (1.10): Update
4639 2001-09-20 11:13  amai
4641         * ChangeLog (BETA-5-2.4): Update. Remove info about recent main
4642         trunk
4644 2001-09-19 12:11  amai
4646         * makefiles/: Makefile.linux, Makefile.os2 (BETA-5-2.[1,1]) (utags:
4647         REL-5-2): Document -lXp flag (required when linking against a Motif
4648         2.1 compatible libXm)
4650 2001-09-17 14:06  amai
4652         * source/file.c (1.31), source/regularExp.c (1.11), source/search.h
4653         (1.13), util/printUtils.c (1.13): Still minor cleanup. Make
4654         compiler/lint even more happy
4656 2001-09-14 15:59  edg
4658         * source/highlight.c (tags: REL-5-2) (BETA-5-2.1): Fixes for SF
4659         bugs #459965 and #460859 (they are related), including patch
4660         #460229.
4662 2001-09-13 14:11  tringali
4664         * source/preferences.c (BETA-5-2.2): #458807: Automatically add 5.2
4665         styles if .nedit file is pre-5.2
4667 2001-09-12 20:14  amai
4669         * doc/: faq-txt.awk (tags: REL-5-2), faq-txt.dtd (tags: REL-5-2),
4670         faq-txt.xsl (tags: REL-5-2), faq.txt, faq.xml, faq.xsl (tags:
4671         REL-5-2) (BETA-5-2.[1,1,1,2,4,1]): Update as sent from Florian
4672         Xhumari
4674 2001-09-12 09:45  amai
4676         * ChangeLog (BETA-5-2.3): I forgot to update this file in this beta
4677         branch ...
4679 2001-09-12 09:18  amai
4681         * makefiles/Makefile.depend (tags: REL-5-2) (BETA-5-2.1): Add CVS
4682         info line to output. Makes life even more simple
4684 2001-09-11 11:24  amai
4686         * doc/faq.xml (BETA-5-2.3): Add a non-visible CVS stamp and update
4687         version/time stamp
4689 2001-09-11 10:17  edg
4691         * source/search.c (tags: REL-5-2) (BETA-5-2.1): Fixed a minor
4692         button sensitivity bug (Multiple Files... button was grayed out
4693         after canceling multi-file replace dialog and modifying search
4694         text).
4696 2001-09-10 15:28  amai
4698         * util/system.h (tags: REL-5-2) (BETA-5-2.2): Update/add/fix
4699         compiler info
4701 2001-09-10 13:42  amai
4703         * source/help.c (BETA-5-2.5): Update timestamp
4705 2001-09-10 13:41  amai
4707         * doc/faq.xml (BETA-5-2.2): Some updates WRT LessTif, mostly
4708         cosmetics.
4710 2001-09-07 14:16  amai
4712         * doc/NEdit.ad (1.1): file NEdit.ad was initially added on branch
4713         BETA-5-2.
4715 2001-09-07 14:16  amai
4717         * doc/NEdit.ad (tags: REL-5-2) (BETA-5-2.1): Add a 5.1 app defaults
4718         file - needs to be updated probably.  This contains only
4719         outcommented entries!
4721 2001-09-07 07:46  amai
4723         * doc/nc.man (tags: REL-5-2), doc/nedit.doc, source/help.c
4724         (BETA-5-2.[1,2,4]): Fix typos as reported on the list
4726 2001-09-07 07:39  amai
4728         * source/help.c (BETA-5-2.3): Don't call XmRegisterConverters() for
4729         Motif 2.1, add declaration for 2.0 and add a "helpful" comment on
4730         all that
4732 2001-09-06 09:39  amai
4734         * ChangeLog (1.9), source/help.c (1.55): ChangeLog update and a new
4735         timestamp
4737 2001-09-06 09:37  amai
4739         * source/: Makefile.dependencies (1.11), file.c (1.30), tags.c
4740         (1.18), tags.h (1.6): Add missing #include and add some 'const'. 
4741         Update dependencies
4743 2001-09-05 11:44  amai
4745         * source/: file.c (1.29), help.c (1.54), preferences.c (1.34),
4746         preferences.h (1.14), tags.c (1.17), tags.h (1.5): Patch for SF bug
4747         [ #451997 ] bugs in tags.c/normalizePathname from Markus
4748         Schwarzenberg
4750 2001-09-04 17:55  amai
4752         * doc/nedit.doc, source/help.c (BETA-5-2.[1,2]): Fix typo reported
4753         on the mailinglist
4755 2001-08-31 22:16  amai
4757         * doc/: faq.txt, faq.xml (BETA-5-2.[1,1]): Update FAQ as sent from
4758         Florian Xhumari.  Add plain text version of FAQ
4760 2001-08-31 22:16  amai
4762         * doc/faq.txt (1.1): file faq.txt was initially added on branch
4763         BETA-5-2.
4765 2001-08-30 21:04  tringali
4767         * util/system.h (BETA-5-2.1): Fix for Solaris x86 "unknown"
4769 2001-08-30 20:19  amai
4771         * ChangeLog (BETA-5-2.2): Update
4773 2001-08-30 20:17  amai
4775         * source/preferences.c (BETA-5-2.1): /bin/csh doesn't make sense on
4776         OS/2 - even as a default value only
4778 2001-08-29 15:56  slobasso
4780         * source/help.c (1.53): fixed mispellings
4782 2001-08-29 13:56  amai
4784         * source/regularExp.c (1.10): Fix lint warning: octal constants
4785         shouldn't carry a suffix like 'L'!?
4787 2001-08-29 08:27  amai
4789         * util/: misc.c (1.32), misc.h (1.10): Second attempt to fix a
4790         specific compiler warning and a 'const' addition
4792 2001-08-29 00:01  slobasso
4794         * source/file.c (1.28): moved braces so nedit goto matching works
4796 2001-08-28 23:18  slobasso
4798         * doc/nedit.doc (1.5), source/help.c (1.52): documentation cleanup
4800 2001-08-28 22:24  slobasso
4802         * source/help.c (1.51): Array documentation cleanup.
4804 2001-08-28 11:41  amai
4806         * source/tags.c (1.16): 'const' patch
4808 2001-08-28 11:29  amai
4810         * source/file.c (1.27), source/highlight.c (1.19),
4811         source/interpret.c (1.18), source/macro.c (1.36), source/menu.c
4812         (1.37), source/preferences.c (1.33), source/preferences.h (1.13),
4813         source/tags.c (1.15), source/text.c (1.17), util/misc.c (1.31): Fix
4814         some more lclint warnings: type casts, make some things static (no,
4815         not all unused ones, 'some'), etc.
4817 2001-08-27 18:45  slobasso
4819         * source/macro.c (1.35): fixed static linkage of actionToString to
4820         match declaration
4822 2001-08-27 09:08  amai
4824         * source/nc.c (1.11): startServer() changes: has a return type now;
4825         re-shuffle some code Also make another global var static and
4826         replace a printf() by puts()
4828 2001-08-26 02:28  slobasso
4830         * source/macro.c (1.34): removed unused variable
4832 2001-08-25 15:58  amai
4834         * source/: file.c (1.26), highlightData.c (1.23), highlightData.h
4835         (1.6), preferences.c (1.32), preferences.h (1.12), regexConvert.c
4836         (1.5, BETA-5-3-RC1), regexConvert.h (1.3, BETA-5-3-RC1), server.h
4837         (1.3, BETA-5-3-RC1), shell.c (1.15), shell.h (1.4, BETA-5-3-RC1),
4838         undo.c (1.7), undo.h (1.4, BETA-5-3-RC1): Another 'const' patch
4840 2001-08-25 15:24  amai
4842         * source/: file.c (1.25), file.h (1.8), highlightData.c (1.22),
4843         highlightData.h (1.5), macro.c (1.33), macro.h (1.3, BETA-5-3-RC1),
4844         regularExp.c (1.9), regularExp.h (1.6, BETA-5-3-RC1), search.c
4845         (1.35), search.h (1.12): Another 'const' patch
4847 2001-08-25 12:16  amai
4849         * util/printUtils.c (1.12): The very last signed vs. unsigned
4850         warning on my system ...
4852 2001-08-25 12:09  amai
4854         * source/: highlightData.c (1.21), menu.c (1.36), preferences.c
4855         (1.31), regularExp.c (1.8), shell.c (1.14), userCmds.c (1.18): Fix
4856         a couple of "unsigned vs. int" compiler warnings. Using gcc on OS/2
4857         this warning is now completly wiped out!
4859 2001-08-25 11:55  amai
4861         * util/: DialogF.c (1.18), misc.c (1.30), prefFile.c (1.10): Fix
4862         compiler warnings. Mostly unsigned vs. signed int issues
4864 2001-08-25 11:49  amai
4866         * README (BETA-5-2.2): A couple of fixes, enhancements (see report
4867         on mailinglist)
4869 2001-08-24 18:34  amai
4871         * makefiles/Makefile.solaris (BETA-5-2.1): No debug build by
4872         default. Patch from Thorsten Haude
4874 2001-08-24 08:33  amai
4876         * util/: fontsel.c, fontsel.h, misc.c (BETA-5-2.[2,2,2]) (utags:
4877         REL-5-2): Undo some changes which I erroneously checked in ...
4879 2001-08-24 08:28  amai
4881         * ChangeLog, util/fontsel.c, util/fontsel.h, util/misc.c
4882         (BETA-5-2.[1,1,1,1]): Updated Changelog.  Includes whole history,
4883         including new beta branch.  New options of cvs2cl used, listing
4884         contains now revision/branch info, timestamps are in GMT, etc.
4886 2001-08-24 08:19  amai
4888         * source/macro.c (1.32): Fix warnings, add 'const's, make func
4889         static
4891 2001-08-23 17:57  amai
4893         * source/selection.c (1.11): Try to fix two lint/compiler warnings
4895 2001-08-23 17:42  amai
4897         * source/search.c (1.34): Fix wrong return type in function (in a
4898         "dead" branch)
4900 2001-08-23 14:59  amai
4902         * source/: highlightData.c (1.20), interpret.c (1.17), shift.c
4903         (1.9), smartIndent.c (1.13, BETA-5-3-RC1): Make some more functions
4904         static
4906 2001-08-23 14:39  amai
4908         * util/: misc.c (1.29), misc.h (1.9): Drop 'wrong' prototype for
4909         standard function. Fix a function signature to avoid warnings
4911 2001-08-23 14:11  amai
4913         * util/: fontsel.c (1.11), fontsel.h (1.4): Fix lint warning about
4914         float to integer assignment and add some more 'const's
4916 2001-08-23 13:57  amai
4918         * util/misc.c (1.28): Drop unused #include
4920 2001-08-22 15:41  amai
4922         * README, source/help.c (BETA-5-2.[1,1]): First updates for "RC1"
4924 2001-08-22 15:39  amai
4926         * doc/nedit.man (tags: REL-5-2) (BETA-5-2.1): Update from Joor
4927         Loohuis.
4929 2001-08-21 14:29  tringali
4931         * source/: userCmds.c (1.17), window.c (1.33) (utags: REL-5-2):
4932         #449569: Ensure shell/macro accelerators also have accelerator fix
4934 2001-08-20 20:36  tringali
4936         * source/window.c (1.32): #449569: Avoid startup failure when
4937         window manager grabs the same key as an accelerator
4939 2001-08-18 12:35  amai
4941         * source/Makefile.dependencies (1.10, REL-5-2): Update
4943 2001-08-18 12:24  amai
4945         * source/: help.c (1.50), help.h (1.4, REL-5-2), nedit.c (1.18):
4946         Add a PrintVersion() call to nedit.  Some more 'const' patches :-)
4948 2001-08-18 11:48  jlous
4950         * README (1.13), doc/nedit.man (1.5), source/help.c (1.49): Moved
4951         Thorsten Haude credits from pattern contributor to developer.
4953 2001-08-17 23:02  edg
4955         * README (1.12), makefiles/Makefile.aix (1.5, BETA-5-3-RC1,
4956         REL-5-2), makefiles/Makefile.bsdi (1.3, BETA-5-3-RC1, REL-5-2),
4957         makefiles/Makefile.ccur (1.3, BETA-5-3-RC1, REL-5-2),
4958         makefiles/Makefile.convex (1.3, BETA-5-3-RC1, REL-5-2),
4959         makefiles/Makefile.cygwin (1.4, BETA-5-3-RC1, REL-5-2),
4960         makefiles/Makefile.dcosx (1.3, BETA-5-3-RC1, REL-5-2),
4961         makefiles/Makefile.dec (1.4, BETA-5-3-RC1, REL-5-2),
4962         makefiles/Makefile.freebsd (1.3, BETA-5-3-RC1, REL-5-2),
4963         makefiles/Makefile.generic (1.4, REL-5-2), makefiles/Makefile.hpux
4964         (1.3, BETA-5-3-RC1, REL-5-2), makefiles/Makefile.linux (1.5),
4965         makefiles/Makefile.lynx (1.3, BETA-5-3-RC1, REL-5-2),
4966         makefiles/Makefile.m88k.svr4 (1.3, BETA-5-3-RC1, REL-5-2),
4967         makefiles/Makefile.netbsd (1.3, BETA-5-3-RC1, REL-5-2),
4968         makefiles/Makefile.os2 (1.5), makefiles/Makefile.osf (1.4,
4969         BETA-5-3-RC1, REL-5-2), makefiles/Makefile.reliant (1.3,
4970         BETA-5-3-RC1, REL-5-2), makefiles/Makefile.sco (1.3, BETA-5-3-RC1,
4971         REL-5-2), makefiles/Makefile.sgi (1.3, BETA-5-3-RC1, REL-5-2),
4972         makefiles/Makefile.solaris (1.4), makefiles/Makefile.sunos (1.3,
4973         BETA-5-3-RC1, REL-5-2), makefiles/Makefile.superux (1.3,
4974         BETA-5-3-RC1, REL-5-2), makefiles/Makefile.uhc (1.3, BETA-5-3-RC1,
4975         REL-5-2), makefiles/Makefile.ultrix (1.3, BETA-5-3-RC1, REL-5-2),
4976         makefiles/Makefile.unicos (1.4, REL-5-2),
4977         makefiles/Makefile.unixware (1.3), source/help.c (1.48),
4978         source/preferences.c (1.30): Made the REPLACE_SCOPE compilation
4979         option more visible and changed the default replace scope selection
4980         preference to "Smart".
4982 2001-08-17 21:54  edg
4984         * source/highlight.c (1.18): Added a fix for SF bug #449828.
4986 2001-08-17 14:09  tringali
4988         * source/tags.c (1.14, REL-5-2): Fix for crash in shared tag
4989         allocation on Solaris (compiler bug?)
4991 2001-08-17 11:01  amai
4993         * source/: window.c (1.31), window.h (1.7, REL-5-2): Another
4994         'const' patch
4996 2001-08-17 10:56  amai
4998         * util/: fileUtils.c (1.14), fileUtils.h (1.5) (utags: REL-5-2):
4999         Export two more interfaces. Fix for CompressPathname() to avoid
5000         multiple slashes in path. (Markus Schwarzenberg)
5002 2001-08-16 18:33  slobasso
5004         * source/highlightData.c (1.19): Fixed NEdit macro language
5005         patterns to contain previously added items.
5007 2001-08-16 17:24  amai
5009         * source/highlight.c (1.17): Fix for [ nedit-Bugs-435384 ] circular
5010         patterns reference hangs NEdit
5012 2001-08-16 09:49  amai
5014         * source/highlightData.c (1.18): Patch [ #451485 ] updated Sh Ksh
5015         Bash patterns submitted from Joor Loohuis
5017 2001-08-15 09:16  amai
5019         * source/: Makefile.dependencies (1.9), regexConvert.c (1.4,
5020         REL-5-2): Another source was missing to #include it's own header
5021         for consistency checking!
5023 2001-08-15 09:08  amai
5025         * ChangeLog (1.8): Update (ok, not even a week has passed, but it's
5026         a nice overview ...)
5028 2001-08-15 09:00  amai
5030         * source/preferences.h (1.11, REL-5-2), util/misc.c (1.27),
5031         util/misc.h (1.8, REL-5-2): Have unique value for MAX_ACCEL_LEN
5033 2001-08-15 08:56  amai
5035         * source/Makefile.dependencies (1.8): Update
5037 2001-08-15 08:56  amai
5039         * source/: userCmds.c (1.16), userCmds.h (1.4, BETA-5-3-RC1,
5040         REL-5-2): Source should include it's own headers for consistency
5041         checking.  Add some const to signatures, drop an unused arg from a
5042         static interface.
5044 2001-08-14 15:05  slobasso
5046         * source/rbTree.c (1.4, BETA-5-3-RC1, REL-5-2): fixed comment
5047         spacing
5049 2001-08-14 14:40  slobasso
5051         * source/rbTree.c (1.3): added gnu license
5053 2001-08-14 08:50  jlous
5055         * README (1.11): README credits updated to reflect version dialog
5057 2001-08-14 08:37  jlous
5059         * source/file.c (1.24), source/help.c (1.47), source/highlight.c
5060         (1.16), source/highlightData.c (1.17), source/interpret.c (1.16,
5061         REL-5-2), source/macro.c (1.31, REL-5-2), source/menu.c (1.35,
5062         REL-5-2), source/nc.c (1.10, REL-5-2), source/nedit.c (1.17),
5063         source/preferences.c (1.29), source/search.c (1.33),
5064         source/selection.c (1.10, REL-5-2), source/server.c (1.9, REL-5-2),
5065         source/shell.c (1.13), source/shift.c (1.8, REL-5-2),
5066         source/smartIndent.c (1.12, REL-5-2), source/tags.c (1.13),
5067         source/text.c (1.16, REL-5-2), source/textBuf.c (1.11, REL-5-2),
5068         source/textDisp.c (1.10, REL-5-2), source/textDrag.c (1.4,
5069         REL-5-2), source/textSel.c (1.5, REL-5-2), source/undo.c (1.6,
5070         REL-5-2), source/userCmds.c (1.15), source/window.c (1.30),
5071         util/DialogF.c (1.17, REL-5-2), util/fileUtils.c (1.13),
5072         util/fontsel.c (1.10), util/getfiles.c (1.15, REL-5-2),
5073         util/managedList.c (1.7, BETA-5-3-RC1, REL-5-2), util/misc.c
5074         (1.26), util/prefFile.c (1.9), util/printUtils.c (1.11, REL-5-2),
5075         util/system.h (1.7), util/utils.c (1.5, REL-5-2), util/vmsUtils.c
5076         (1.5, BETA-5-3-RC1, REL-5-2): Fixed license statements to pure GPL
5078 2001-08-13 13:48  tringali
5080         * doc/: nc.man (1.4), nedit.man (1.4): manpage updates from Joor.
5082 2001-08-13 09:55  amai
5084         * doc/nedit.doc (1.4), source/help.c (1.46): Doc patch from
5085         Thorsten Haude posted on Fri Aug 10 2001
5087 2001-08-13 09:51  amai
5089         * doc/nedit.doc (1.3), source/help.c (1.45): Patch from Thorsten
5090         Haude: Document Arrays within nedit.doc and typo fix in help.c
5092 2001-08-12 15:45  amai
5094         * makefiles/Makefile.generic (1.3), source/comnedit.com (1.6,
5095         REL-5-2): Drop last references to NO_FCHMOD #define
5097 2001-08-11 19:51  edg
5099         * source/search.c (1.32): Fixed SF bug #448006: three beeps; one to
5100         many.
5102 2001-08-10 20:36  amai
5104         * source/highlightData.c (1.16): TeX pattern patch from Joerg
5105         Fischer <jf505@yahoo.de>
5107 2001-08-10 14:35  amai
5109         * source/Makefile.dependencies (1.7): Update dependency list
5111 2001-08-09 20:58  tringali
5113         * source/nedit.c (1.16): Fix for wrong menu font [#434383]
5115 2001-08-09 18:47  amai
5117         * util/system.h (1.6): Correct a comment :-)
5119 2001-08-09 18:46  amai
5121         * makefiles/Makefile.os2 (1.4): Drop -DNO_FCHMOD flag
5123 2001-08-09 18:41  slobasso
5125         * source/Makefile.common (1.8, REL-5-2): added parse.c to cleaned
5126         files for make clean
5128 2001-08-09 18:39  slobasso
5130         * source/userCmds.c (1.14): removed attachment possibly causing
5131         window manager loop
5133 2001-08-09 18:03  slobasso
5135         * source/: smartIndent.c (1.11), smartIndent.h (1.4, BETA-5-3-RC1,
5136         REL-5-2), macro.c (1.30): We now keep track if we are in smart
5137         indent macros so garbage collection won't remove things from under
5138         a macro.
5140 2001-08-09 13:34  amai
5142         * source/highlight.c (1.15), source/highlightData.c (1.15),
5143         source/interpret.c (1.15), source/search.c (1.31),
5144         source/selection.c (1.9), source/shell.c (1.12),
5145         source/smartIndent.c (1.10), source/textBuf.c (1.10),
5146         source/textSel.c (1.4), source/userCmds.c (1.13), source/window.c
5147         (1.29), util/managedList.c (1.6): Add lots of missing #include
5148         <string.h>
5150 2001-08-09 08:37  amai
5152         * source/help.c (1.44): Add hardcoded timestamp (month) again
5154 2001-08-09 07:37  amai
5156         * source/.cvsignore (1.2, BETA-5-3-RC1, REL-5-2): Add entry
5158 2001-08-08 22:31  slobasso
5160         * source/file.c (1.23): remove fchmod calls except when under VMS
5162 2001-08-08 18:29  amai
5164         * makefiles/Makefile.os2 (1.3): Update from my private working copy
5166 2001-08-08 08:39  amai
5168         * ChangeLog (1.7): Update (should be done weekly perhaps and could
5169         even be done automatically?)
5171 2001-08-08 08:37  amai
5173         * source/parse.c_noyacc (1.7, REL-5-2): Re-generate from parse.y. 
5174         BTW, yacc from Digital Unix 4.0x is being used
5176 2001-08-08 08:34  amai
5178         * source/parse.y (1.16, REL-5-2): Add an #include <string.h> (there
5179         was no error/warning; somehow we already got this probably)
5181 2001-08-07 23:46  slobasso
5183         * source/Makefile.common (1.7): changed highlightData.c to be
5184         compiled with BIGGER_STRINGS
5186 2001-08-07 01:53  tringali
5188         * ReleaseNotes (1.9), source/highlightData.c (1.14),
5189         source/preferences.c (1.28): #448420: Pattern updates from Joor
5191 2001-08-07 01:12  tringali
5193         * source/nedit.c (1.15): Fix for #448402: nedit quits if unable to
5194         resolve X locale
5196 2001-08-06 21:24  amai
5198         * README (1.10): correction to "Requirements" section
5200 2001-08-06 21:21  amai
5202         * README (1.9): Add "Requirements for building NEdit" section
5204 2001-08-06 20:38  tringali
5206         * doc/nedit.doc (1.2), source/help.c (1.43): Sync help with doc. 
5207         (Updates from Thorsten Haude)
5209 2001-08-04 20:49  tringali
5211         * source/file.c (1.22), source/menu.c (1.34), source/nc.c (1.9),
5212         source/nedit.c (1.14), source/server.c (1.8), source/shell.c
5213         (1.11), source/window.c (1.28), util/misc.c (1.25): Ensure exit
5214         returns a meaningful (succes/fail) status to the user
5216 2001-08-04 20:23  tringali
5218         * util/system.h (1.5): Add info for lots more compilers.
5220 2001-08-03 12:16  amai
5222         * ReleaseNotes (1.8): Small updates
5224 2001-08-02 23:45  tringali
5226         * util/system.h (1.4): Add definitions for MSVC, Sun Workshop, etc.
5228 2001-08-02 22:59  slobasso
5230         * source/macro.c (1.29): Fixed problem where error message is
5231         written if empty learned macro is executed. Also disallowed replay
5232         from executing if a macro is already in progress. This caused a
5233         crash by overflowing the interpreter stack.
5235 2001-08-02 22:54  slobasso
5237         * source/file.c (1.21): added symlink security patch and added mode
5238         parameter to open calls with O_CREAT
5240 2001-08-02 17:26  amai
5242         * source/interpret.c (1.14): Avoid crash when calling
5243         "self_insert()" from macro menu: fill in missing entries from our
5244         fakes key event
5246 2001-08-01 07:41  amai
5248         * ChangeLog (1.6): Update
5250 2001-08-01 07:40  amai
5252         * source/help.c (1.42): Again hardcode a string about the
5253         development version "August 2001".  Build time may be misleading
5254         ...
5256 2001-07-31 23:16  slobasso
5258         * source/macro.c (1.28): fixed problem where closing window while
5259         learning would make it impossible to finish or cancel learing.
5261 2001-07-31 11:58  amai
5263         * source/text.c (1.15): Fix minor warnings
5265 2001-07-31 07:46  amai
5267         * util/managedList.c (1.5): Don't name variables 'index', may be an
5268         interface in BSD-like libc
5270 2001-07-31 07:43  amai
5272         * util/getfiles.c (1.14): Fix lint warning: "getfiles.c", line 716:
5273         warning: args redefinition hides earlier one
5275 2001-07-31 07:40  amai
5277         * util/fontsel.c (1.9): Don't use 'index' as name for variable; may
5278         be a call in a BSD-like libc
5280 2001-07-29 17:51  amai
5282         * source/highlight.c (1.14): Experimental patch to fix "mismatched"
5283         memory handling calls as indicated by "purify". Probably not
5284         complete and should be checked again with purify _now_!
5286 2001-07-28 19:53  tringali
5288         * Makefile (1.6): #442517: add explanatory text how to use make
5290 2001-07-25 18:37  tringali
5292         * source/help.c (1.41): Add more detailed info about Motif (runtime
5293         version number)
5295 2001-07-25 18:36  tringali
5297         * util/system.h (1.3): Use "Digital/Tru64 Unix" in place of OSF/1
5299 2001-07-25 18:36  tringali
5301         * doc/: nc.man (1.3), nedit.man (1.3): Update authors for 5.2
5303 2001-07-25 18:05  slobasso
5305         * util/misc.c (1.24): made changes so that Num_Lock's mod mask is
5306         found rather than assuming Mod3
5308 2001-07-25 14:36  amai
5310         * source/textBuf.c (1.9): Attempt to fix memory leak reported by
5311         Thorsten Haude
5313 2001-07-25 13:03  amai
5315         * util/misc.c (1.23): Try to fix small memory leak reported by
5316         Thorsten Haude
5318 2001-07-25 07:49  amai
5320         * util/system.h (1.2): Add "EMX=OS/2"
5322 2001-07-25 07:39  amai
5324         * source/Makefile.dependencies (1.6), util/Makefile.dependencies
5325         (1.4, REL-5-2): Update dependency lists
5327 2001-07-24 21:55  tringali
5329         * util/system.h (1.1): Add host compliation information to help
5331 2001-07-24 21:54  tringali
5333         * source/: help.c (1.40), tags.c (1.12), tags.h (1.4, REL-5-2): -
5334         Use shared strings for lower memory use with large tags files.  -
5335         Add compilation host information to help, update authors
5337 2001-07-24 19:27  slobasso
5339         * util/misc.c (1.22): Fix array size define to match actual array
5340         size.  Incorrect size could result in infinite loop.
5342 2001-07-18 13:01  amai
5344         * ChangeLog (1.5): Update
5346 2001-07-18 13:00  amai
5348         * source/: search.c (1.30), search.h (1.11, REL-5-2), window.c
5349         (1.27): Shrink two function names to 31 characters length and below
5350         (seems to be a limit on some VMS systems)
5352 2001-07-17 08:19  amai
5354         * doc/faq.xml (1.2): Updated version from  Florian Xhumari as of
5355         http://galleries.free.fr/nedit-faq-01-07-16.tar.gz
5357 2001-07-17 07:31  amai
5359         * source/preferences.c (1.27), util/getfiles.c (1.13),
5360         util/vmsUtils.c (1.4): VMS patches from Blair Phillips
5361         <blair.phillips@airservices.gov.au>:  avoid rint() re-definition,
5362         fix for non-unix file root, case-insensitive match on filename
5363         extensions.
5365 2001-07-16 20:41  amai
5367         * source/lnknedit.com (1.5, BETA-5-3-RC1, REL-5-2): VMS patch from
5368         mark.geary@qwest.com
5370 2001-07-16 14:48  amai
5372         * doc/: nc.man (1.2), nedit.man (1.2): Man page updates from Joor
5373         Loohuis
5375 2001-07-16 11:49  amai
5377         * doc/: faq-txt.awk (1.1), faq-txt.dtd (1.1), faq-txt.xsl (1.1),
5378         faq.dtd (1.1), faq.xml (1.1), faq.xsl (1.1): faq*: add FAQ files
5379         found on our website
5381 2001-07-11 21:35  amai
5383         * source/: parse.c_noyacc (1.6), parse.h (1.4, BETA-5-3-RC1,
5384         REL-5-2), parse.y (1.15): Back out "const" patch for ParseMacro().
5385         Was incomplete, therefore broken
5387 2001-07-11 15:21  amai
5389         * source/: comnedit.com (1.5), file.c (1.20), lnknedit.com (1.4):
5390         VMS patches from  <Mark.Geary@qwest.com> (not literally as for
5391         file.c)
5393 2001-07-11 08:06  amai
5395         * source/parse.c_noyacc (1.5): Update from current parse.y
5397 2001-07-11 08:04  amai
5399         * source/: parse.h (1.3), parse.y (1.14): Add some 'const' to
5400         ParseMacro() signature
5402 2001-07-11 07:55  amai
5404         * util/: comutil.com (1.3, BETA-5-3-RC1, REL-5-2), utils.c (1.4):
5405         VMS patches from Mark.Geary@qwest.com
5407 2001-07-07 09:55  amai
5409         * ChangeLog (1.4): Update
5411 2001-07-07 09:54  amai
5413         * COPYRIGHT (1.1, BETA-5-3-RC1, REL-5-2), README (1.8): Have an
5414         external file for the license terms. README refers to it
5416 2001-07-07 09:48  amai
5418         * nc.man (1.4), nedit.doc (1.6), nedit.man (1.4), doc/nc.man (1.1),
5419         doc/nedit.doc (1.1), doc/nedit.man (1.1): Move doc files to
5420         separate subdirectory
5422 2001-07-04 09:42  uid30962
5424         * README (1.7): Update some references to LessTif
5426 2001-07-04 09:29  uid30962
5428         * ReleaseNotes (1.7): ReleaseNotes: Upddate
5430 2001-07-03 12:53  amai
5432         * source/Makefile.dependencies (1.5): Makefile.dependencies: update
5433         depedency list
5435 2001-07-03 12:13  amai
5437         * source/help.c (1.39): help.c: A new month has come ...
5439 2001-06-23 09:31  amai
5441         * ChangeLog (1.3): ChangeLog: update
5443 2001-06-22 18:27  tringali
5445         * source/: nedit.c (1.13), window.c (1.26): Allow stats line
5446         background color to be set by user [#431891]
5448 2001-06-22 18:25  tringali
5450         * source/macro.c (1.27): Incremental reading from files via J. Lous
5451         [Patch #434465]
5453 2001-06-22 14:32  amai
5455         * source/file.c (1.19): file.c: fail when trying to read in a
5456         directory as a file
5458 2001-06-21 14:54  edel
5460         * source/shell.c (1.10): Fixed shell dialog BadMatch crash on
5461         Solaris 2.5
5463 2001-06-20 15:48  amai
5465         * source/macro.c (1.26): macro.c: replace snprintf() by sprintf(). 
5466          Add #include <string.h>
5468 2001-06-20 08:24  amai
5470         * ChangeLog (1.2): ChangeLog: update
5472 2001-06-19 20:00  slobasso
5474         * source/macro.c (1.25): Added Thorsten's code to put correct key
5475         codes in status bar during recording and macro running.
5477 2001-06-09 18:48  amai
5479         * makefiles/: Makefile.dec (1.3), Makefile.osf (1.3),
5480         Makefile.superux (1.2): Makefile.superux: add CVS Id Makefile.dec
5481         Makefile.osf: briefly comment on the os versions they are supposed 
5482            to work with
5484 2001-06-08 08:14  amai
5486         * source/help.c (1.38): help.c: update timestamp to "June, 2001"
5488 2001-06-07 19:52  amai
5490         * ChangeLog (1.1): ChangeLog: finally add the output of "cvs2cl".  
5491          Needs to be updated regularly ...
5493 2001-06-06 19:24  tringali
5495         * makefiles/Makefile.linux (1.4): 
5496         Remove -DEDITRES, this causes link failure.
5498 2001-06-06 10:00  amai
5500         * util/: DialogF.c (1.16), fontsel.c (1.8), getfiles.c (1.12),
5501         misc.c (1.21), prefFile.c (1.8): *.c: add some explicit #include
5502         <string.h>. Previously  it was done implicitly ...
5504 2001-06-05 12:52  amai
5506         * makefiles/Makefile.linux (1.3): Makefile.linux: drop
5507         -I/-L/usr/lesstif/* flags and add a suitable comment  instead
5509 2001-06-05 08:01  amai
5511         * source/file.c (1.18): file.c: security fix for WriteBackupFile()
5513 2001-06-01 20:09  edel
5515         * makefiles/: Makefile.solaris (1.3), Makefile.superux (1.1): From:
5516         Ian Johnston" <Ian.Johnston@dlr.de>
5518 2001-05-31 08:49  amai
5520         * source/nedit.h (1.17, REL-5-2): nedit.h: add 'extern' to variable
5521         declaration in header    (to avoid problem with multiple
5522         definitions)
5524 2001-05-29 18:21  arnef
5526         * source/menu.c (1.33): Add separator in Preferences/Default
5527         Settings/Customize Menus
5529 2001-05-19 16:09  tringali
5531         * util/misc.c (1.20): Fix bug in mnemonic building- don't build
5532         mnemonics for XK_VoidSymbol.  Fixes various problems with XFree86
5533         servers.
5535 2001-05-17 11:42  arnef
5537         * source/: menu.c (1.32), nedit.h (1.16), preferences.c (1.26),
5538         preferences.h (1.10), window.c (1.25): Adding path to windows menu
5539         file entries
5541 2001-05-15 20:04  amai
5543         * makefiles/Makefile.depend (1.1): Makefile.depend: Makefile used
5544         to generate (internal) the dependency list.                   This
5545         file does not build anything!
5547 2001-05-12 00:48  tringali
5549         * ReleaseNotes (1.6), source/text.c (1.14): - Add support for mouse
5550         wheel scrolling in the main text area.
5552 2001-05-11 19:56  amai
5554         * util/fileUtils.c (1.12): fileUtils.c: really tiny patch for OS/2
5555         only (drive letters ;-)
5557 2001-05-11 08:05  amai
5559         * source/file.c (1.17): file.c: Corrected(!) version of SuSe
5560         security patch for temporary    file security problem within
5561         PrintString().     Tested once for compile/runtime ...
5563 2001-05-05 18:01  arnef
5565         * source/menu.c (1.31): Changing default for sortOpenPrevDefCB
5566         should invalidate all open window's OpenPrev menu
5568 2001-05-04 18:33  arnef
5570         * source/: nedit.h (1.15), search.c (1.29), search.h (1.10),
5571         window.c (1.24): Make the buttons in Find and Replace dialogs
5572         sensitive on the state of 'Search for' field.
5574 2001-05-03 09:42  amai
5576         * source/help.c (1.37): help.c: update timestamp to "May, 2001"
5578 2001-04-25 21:37  edg
5580         * util/DialogF.c (1.15): Added a fix to handle unexpected
5581         destruction of dialogs gracefully.
5583 2001-04-25 19:03  amai
5585         * nedit.doc (1.5): nedit.doc: fix some typos, convert some "nedit"
5586         to "NEdit", drop some comment about pre 1.2 Motif
5588 2001-04-25 17:01  amai
5590         * util/fileUtils.c (1.11): fileUtils.c: forgot one special case
5591         where the "//" patch might to a crash. Next time I should probably
5592         <think> first, <code> later
5594 2001-04-25 16:48  amai
5596         * util/fileUtils.c (1.10): fileUtils.c: fix typo in my
5597         "double-slash patch" from today
5599 2001-04-25 07:52  amai
5601         * util/fileUtils.c (1.9): fileUtils.c: avoid double "//" in path
5602         strings as this may not work out on              non-un*x systems
5604 2001-04-24 21:10  tringali
5606         * util/misc.c (1.19): Fix crash bug in OpenMotif, where asking for
5607         the the Display/Window of a gadget produces a NULL pointer.
5609 2001-04-18 19:12  slobasso
5611         * source/window.c (1.23): needed to save/restore horizontal and
5612         vertical scroll positions when changing hw tab size.
5614 2001-04-18 19:08  slobasso
5616         * util/DialogF.c (1.14): fixed use of int where Cardinal should be
5618 2001-04-18 17:10  slobasso
5620         * source/: help.c (1.36), macro.c (1.24): new $server_name
5621         variable.
5623 2001-04-18 17:02  slobasso
5625         * source/: file.c (1.16), file.h (1.7, REL-5-2), help.c (1.35),
5626         menu.c (1.30), window.c (1.22): added optional parameter to close()
5627         action for save option.
5629 2001-04-18 16:51  slobasso
5631         * util/DialogF.c (1.13): fixed a mistake I introduced while
5632         debugging
5634 2001-04-18 16:12  slobasso
5636         * util/DialogF.c (1.12): cleaned up createMnemonics in an effort to
5637         fix a crash bug. Bug still not fixed.
5639 2001-04-17 23:40  slobasso
5641         * source/help.c (1.34): cleaned up formatting and moved Windows
5642         Menu items into correct area
5644 2001-04-17 20:13  slobasso
5646         * source/window.c (1.21): save and restore insert positions when hw
5647         tab sizes are changed
5649 2001-04-17 18:47  slobasso
5651         * source/macro.c (1.23): cleaned up RedundantActions, adding some
5652         missing items
5654 2001-04-16 23:49  slobasso
5656         * source/: file.c (1.15), nedit.h (1.14): added bit to distinguish
5657         between too much binary data and -read
5659 2001-04-16 23:20  slobasso
5661         * source/: file.c (1.14), file.h (1.6), macro.c (1.22), menu.c
5662         (1.29), nedit.h (1.13), search.c (1.28), selection.c (1.8),
5663         window.c (1.20): readOnly vs lockWrite access fix, now handles the
5664         many other locked possibilities
5666 2001-04-16 16:36  edg
5668         * source/: help.c (1.33), window.c (1.19): Added workarounds for
5669         openmotif bugs [SF bug 231876].
5671 2001-04-16 14:04  amai
5673         * source/textBuf.c (1.8): texBuf.c: try to fix a bug introduced by
5674         a "const" patch.            Pointed out by <arne@forlie.com>
5676 2001-04-14 09:51  amai
5678         * makefiles/Makefile.unicos (1.3), source/preferences.c (1.25),
5679         source/text.c (1.13), source/userCmds.c (1.12): *: applied re-vised
5680         version of patches for UNICOS from    Bill Matson
5681         <wjm@sdc.cs.boeing.com>
5683 2001-04-13 22:58  slobasso
5685         * util/DialogF.c (1.11): fix build problem introduced in previous
5686         change UCHAR_MAX is in limits.h
5688 2001-04-13 17:50  tringali
5690         * ReleaseNotes (1.5), source/file.c (1.13), source/help.c (1.32),
5691         source/highlightData.c (1.13), source/macro.c (1.21),
5692         source/preferences.c (1.24), source/search.c (1.27),
5693         source/smartIndent.c (1.9), source/userCmds.c (1.11),
5694         util/DialogF.c (1.10), util/fontsel.c (1.7), util/getfiles.c
5695         (1.11), util/misc.c (1.18), util/misc.h (1.7), util/printUtils.c
5696         (1.10): - Updated release notes - Added unmodified mnemonics to
5697         confirmation dialogs.  - Fix bug in mnemonics where there could be
5698         two of the same menmonics   on one dialog.
5700 2001-04-13 15:02  slobasso
5702         * source/search.c (1.26): fixed regex search backwards bug if wrap
5703         turned off.
5705 2001-04-12 22:02  edg
5707         * source/: help.c (1.31), macro.c (1.20), menu.c (1.28), nedit.h
5708         (1.12), preferences.c (1.23), search.c (1.25), window.c (1.18),
5709         window.h (1.6): Extended the Show Matching (..) functionality: Off,
5710         Delimiter, and Range.  Original patch was submitted by Thorsten
5711         Haude.
5713 2001-04-12 15:09  amai
5715         * source/menu.c (1.27): menu.c: allow to specify control codes in
5716         hex/dec/oct format         also improve checking of input
5718 2001-04-09 22:12  amai
5720         * util/: misc.c (1.17), misc.h (1.6): misc.c misc.h: another
5721         "const" patch
5723 2001-04-09 21:43  edg
5725         * source/help.c (1.30): Added information about new search
5726         extensions and related stuff.
5728 2001-04-09 21:38  edg
5730         * source/: nedit.h (1.11), search.c (1.24): Minor fixes and
5731         improvements in isearch + beep on search wrap combination.
5733 2001-04-09 18:46  edg
5735         * util/misc.c (1.16): Typo fix in recent accelerator fix.
5737 2001-04-06 13:09  amai
5739         * source/: preferences.c (1.22), preferences.h (1.9):
5740         preferences.*: even more "const" additions
5742 2001-04-06 13:03  amai
5744         * source/: interpret.c (1.13), interpret.h (1.6, REL-5-2):
5745         interpret.*: another "const" patch
5747 2001-04-06 09:49  amai
5749         * source/file.c (1.12), source/file.h (1.5), source/help.c (1.29),
5750         source/highlightData.c (1.12), source/highlightData.h (1.4,
5751         REL-5-2), source/preferences.c (1.21), source/preferences.h (1.8),
5752         source/regularExp.c (1.7, REL-5-2), source/regularExp.h (1.5,
5753         REL-5-2), source/search.c (1.23), source/search.h (1.9),
5754         source/textBuf.c (1.7), source/textBuf.h (1.4, REL-5-2),
5755         util/fileUtils.c (1.8), util/fileUtils.h (1.4), util/printUtils.c
5756         (1.9), util/printUtils.h (1.4, REL-5-2): *.c *.h: big "const"
5757         patch.           Except in textBuf.c it's only a couple of const
5758         additions.           In textBuf.c I had to change a coupl of lines
5759         to get this done -           should be on the safe side of life ...
5761 2001-04-04 19:38  edg
5763         * source/: preferences.c (1.20), search.c (1.22): Minor bug fixes
5764         in search extensions related code.
5766 2001-04-03 22:59  edg
5768         * source/: menu.c (1.26), nedit.h (1.10), preferences.c (1.19),
5769         preferences.h (1.7), search.c (1.21), search.h (1.8): Added "smart"
5770         replace scope behaviour to the replace dialog radio button
5771         alternative, and made it configurable through a preference.
5773 2001-04-03 08:06  amai
5775         * source/help.c (1.28): help.c: the "April" patch ...
5777 2001-04-03 01:42  tringali
5779         * util/misc.c (1.15): Don't allow traversal to insensitive widgets.
5781 2001-04-02 20:52  edg
5783         * source/: highlight.c (1.13), macro.c (1.19), menu.c (1.25),
5784         nedit.h (1.9), preferences.c (1.18), preferences.h (1.6),
5785         regularExp.c (1.6), regularExp.h (1.4), search.c (1.20), search.h
5786         (1.7), window.c (1.17): Introduced additional search modes [Markus
5787         Schwarzenberg].  Added beep on search wrap option [Markus
5788         Schwarzenberg].  Added sticky case sensitivity search preference
5789         [Markus Schwarzenberg].  Replace and find dialog and incremental
5790         search bar layout changes (currently two layout alternatives for
5791         replace dialog, for evaluation purposes).
5793 2001-03-30 17:54  slobasso
5795         * source/highlightData.c (1.11): new global in nedit macro language
5796         $empty_array
5798 2001-03-30 17:48  slobasso
5800         * source/: help.c (1.27), macro.c (1.18): added a new empty array
5801         global
5803 2001-03-27 23:00  slobasso
5805         * source/help.c (1.26): minor formatting fix
5807 2001-03-27 15:37  tringali
5809         * makefiles/Makefile.aix (1.4): Add FUNCPROTO=15 for the IBM X
5810         headers, which require a bitmask in this #define in order to
5811         control function prototypes.
5813 2001-03-26 15:46  slobasso
5815         * source/: interpret.c (1.12), interpret.h (1.5), macro.c (1.17):
5816         minor array code cleanup
5818 2001-03-25 08:42  arnef
5820         * source/tags.c (1.11): Fixed bug #217022
5822 2001-03-23 23:11  slobasso
5824         * source/highlightData.c (1.10): added missing variables to NEdit
5825         macro highlighting data
5827 2001-03-23 14:41  slobasso
5829         * source/undo.c (1.5): undo/redo sets the selection to the changed
5830         text
5832 2001-03-21 21:25  edg
5834         * source/search.c (1.19): Changed the initial default selection for
5835         multi-file replacement dialog to all files instead of none. 
5836         Multi-file replacement dialog now makes sure that at least the
5837         first selected item is visible when displayed.  Removed the #ifdefs
5838         for conditional multi-file replacement functionality.  Minor layout
5839         change for the replace dialog.
5841 2001-03-21 21:20  edg
5843         * source/window.c (1.16): Removed #ifdef for conditional multi-file
5844         replacement functionality.
5846 2001-03-19 16:30  slobasso
5848         * source/: highlight.c (1.12), regexConvert.c (1.3), regularExp.c
5849         (1.5), search.c (1.18), text.c (1.12), textBuf.c (1.6), textDisp.c
5850         (1.9): removing warnings for RH7 linux compiler
5852 2001-03-19 14:43  tringali
5854         * source/: text.c (1.11), nedit.c (1.12): 
5855         
5856         Move toggle overstrike accelerator to Motif standard "Insert", free
5857         up Ctrl+B for other uses.
5859 2001-03-17 06:44  arnef
5861         * source/search.c (1.17): Fixed bug related to
5862         XtGetSelectionValue() and variables going out of scope.  Added
5863         mnemonic to Replace& Find Button.
5865 2001-03-16 22:24  slobasso
5867         * source/menu.c (1.24): fixed menu argument to set_wrap_text
5869 2001-03-16 20:28  amai
5871         * source/: nc.c (1.8), nedit.c (1.11): nc.c nedit.c: wildcard
5872         expansion for non-sh shells on OS/2 (EMX)
5874 2001-03-13 16:48  slobasso
5876         * source/help.c (1.25), source/macro.c (1.16), source/search.c
5877         (1.16), source/selection.c (1.7), source/shell.c (1.9),
5878         source/shift.c (1.7), source/textDisp.c (1.8), util/DialogF.c
5879         (1.9), util/fontsel.c (1.6), util/printUtils.c (1.8): cleanup
5880         warnings under linux compiler
5882 2001-03-12 15:24  slobasso
5884         * source/help.c (1.24): fixed a few minor mistakes.
5886 2001-03-12 15:15  slobasso
5888         * source/: help.c (1.23), macro.c (1.15), menu.c (1.23),
5889         preferences.c (1.17), window.c (1.15), window.h (1.5): added final
5890         window settable prefs through actions and verified all should be
5891         macro recordable.
5893 2001-03-11 02:31  slobasso
5895         * source/: help.c (1.22), menu.c (1.22), nedit.h (1.8): new macro
5896         access to many window settings
5898 2001-03-10 15:36  arnef
5900         * source/: help.c (1.21), menu.c (1.21), nedit.c (1.10), nedit.h
5901         (1.7), preferences.c (1.16), preferences.h (1.5), search.c (1.15),
5902         search.h (1.6): Implemented replace/find functionality, patch no
5903         403934
5905 2001-03-09 22:30  slobasso
5907         * source/help.c (1.20): changed delete() to delete_selection() in
5908         docs
5910 2001-03-09 22:27  slobasso
5912         * source/menu.c (1.20): changed Delete menu item to use
5913         delete_selection action
5915 2001-03-09 22:21  slobasso
5917         * source/parse.y (1.13): added lex hack for delete array[key] vs
5918         delete() abiguity
5920 2001-03-09 16:58  slobasso
5922         * source/: help.c (1.19), macro.c (1.14), menu.c (1.19), text.c
5923         (1.10), text.h (1.4, REL-5-2), textDisp.c (1.7), textDisp.h (1.5,
5924         REL-5-2), window.c (1.14), window.h (1.4): adding new variables for
5925         font width and pane index and size and focus_pane action
5927 2001-03-06 19:49  slobasso
5929         * source/: interpret.c (1.11), rbTree.c (1.2), rbTree.h (1.2,
5930         BETA-5-3-RC1, REL-5-2): added comments, cleaned up a few minor bugs
5931         and added cvs id's to new files
5933 2001-03-06 15:02  slobasso
5935         * source/macro.c (1.13): add comments
5937 2001-03-06 01:00  slobasso
5939         * source/: interpret.c (1.10), parse.y (1.12): code cleanup
5941 2001-03-05 21:39  slobasso
5943         * source/highlightData.c (1.9): bring syntax hilighting up to
5944         latest changes in nedit macro language
5946 2001-03-05 19:26  slobasso
5948         * source/: interpret.c (1.9), macro.c (1.12), parse.y (1.11): fixed
5949         a few warnings and made splitMS compatible with array sub-scripts
5950         end cases, which is what is was designed for
5952 2001-03-05 16:20  amai
5954         * source/: help.c (1.18), parse.y (1.10): help.c: It's "March" now
5955         ...  parse.y: add two yy*() prototypes to make compiler happy
5957 2001-03-05 15:00  slobasso
5959         * source/: Makefile.common (1.6), Makefile.dependencies (1.4),
5960         help.c (1.17), interpret.c (1.8), interpret.h (1.4), macro.c
5961         (1.11), menu.c (1.18), nedit.c (1.9), parse.y (1.9), rbTree.c
5962         (1.1), rbTree.h (1.1), shell.c (1.8), smartIndent.c (1.8),
5963         userCmds.c (1.10): array macro feature
5965 2001-02-26 23:38  edg
5967         * Makefile (1.5), README (1.6), ReleaseNotes (1.4), nc.man (1.3),
5968         nedit.doc (1.4), nedit.man (1.3), makefiles/Makefile.aix (1.3),
5969         makefiles/Makefile.bsdi (1.2), makefiles/Makefile.ccur (1.2),
5970         makefiles/Makefile.convex (1.2), makefiles/Makefile.cygwin (1.3),
5971         makefiles/Makefile.dcosx (1.2), makefiles/Makefile.dec (1.2),
5972         makefiles/Makefile.freebsd (1.2), makefiles/Makefile.generic (1.2),
5973         makefiles/Makefile.hpux (1.2), makefiles/Makefile.linux (1.2),
5974         makefiles/Makefile.lynx (1.2), makefiles/Makefile.m88k.svr4 (1.2),
5975         makefiles/Makefile.netbsd (1.2), makefiles/Makefile.os2 (1.2),
5976         makefiles/Makefile.osf (1.2), makefiles/Makefile.reliant (1.2),
5977         makefiles/Makefile.sco (1.2), makefiles/Makefile.sgi (1.2),
5978         makefiles/Makefile.solaris (1.2), makefiles/Makefile.sunos (1.2),
5979         makefiles/Makefile.uhc (1.2), makefiles/Makefile.ultrix (1.2),
5980         makefiles/Makefile.unicos (1.2), makefiles/Makefile.unixware (1.2),
5981         source/Makefile.common (1.5), source/Makefile.dependencies (1.3),
5982         source/comnedit.com (1.4), source/file.c (1.11), source/file.h
5983         (1.4), source/help.c (1.16), source/help.h (1.3),
5984         source/highlight.c (1.11), source/highlight.h (1.3, REL-5-2),
5985         source/highlightData.c (1.8), source/highlightData.h (1.3),
5986         source/interpret.c (1.7), source/interpret.h (1.3),
5987         source/lnknedit.com (1.3), source/macro.c (1.10), source/macro.h
5988         (1.2, REL-5-2), source/menu.c (1.17), source/menu.h (1.5,
5989         BETA-5-3-RC1, REL-5-2), source/n.bm (1.2, BETA-5-3-RC1, REL-5-2),
5990         source/nc.c (1.7), source/nedit.bm (1.2, BETA-5-3-RC1, REL-5-2),
5991         source/nedit.c (1.8), source/nedit.h (1.6),
5992         source/nedit_options_file.opt (1.2, BETA-5-3-RC1, REL-5-2),
5993         source/parse.c_noyacc (1.4), source/parse.h (1.2), source/parse.y
5994         (1.8), source/preferences.c (1.15), source/preferences.h (1.4),
5995         source/regexConvert.c (1.2), source/regexConvert.h (1.2, REL-5-2),
5996         source/regularExp.c (1.4), source/regularExp.h (1.3),
5997         source/search.c (1.14), source/search.h (1.5), source/selection.c
5998         (1.6), source/selection.h (1.3, REL-5-2), source/server.c (1.7),
5999         source/server.h (1.2, REL-5-2), source/shell.c (1.7),
6000         source/shell.h (1.3, REL-5-2), source/shift.c (1.6), source/shift.h
6001         (1.3, BETA-5-3-RC1, REL-5-2), source/smartIndent.c (1.7),
6002         source/smartIndent.h (1.3), source/tags.c (1.10), source/tags.h
6003         (1.3), source/text.c (1.9), source/text.h (1.3), source/textBuf.c
6004         (1.5), source/textBuf.h (1.3), source/textDisp.c (1.6),
6005         source/textDisp.h (1.4), source/textDrag.c (1.3), source/textDrag.h
6006         (1.2, BETA-5-3-RC1, REL-5-2), source/textP.h (1.3, BETA-5-3-RC1,
6007         REL-5-2), source/textSel.c (1.3), source/textSel.h (1.2,
6008         BETA-5-3-RC1, REL-5-2), source/undo.c (1.4), source/undo.h (1.3,
6009         REL-5-2), source/userCmds.c (1.9), source/userCmds.h (1.3),
6010         source/window.c (1.13), source/window.h (1.3), util/DialogF.c
6011         (1.8), util/DialogF.h (1.4, REL-5-2), util/Makefile.common (1.5,
6012         REL-5-2), util/Makefile.dependencies (1.3), util/comutil.com (1.2),
6013         util/fileUtils.c (1.7), util/fileUtils.h (1.3), util/fontsel.c
6014         (1.5), util/fontsel.h (1.3), util/getfiles.c (1.10),
6015         util/getfiles.h (1.3, BETA-5-3-RC1, REL-5-2), util/managedList.c
6016         (1.4), util/managedList.h (1.3, BETA-5-3-RC1, REL-5-2), util/misc.c
6017         (1.14), util/misc.h (1.5), util/prefFile.c (1.7), util/prefFile.h
6018         (1.4, BETA-5-3-RC1, REL-5-2), util/printUtils.c (1.7),
6019         util/printUtils.h (1.3), util/utils.c (1.3), util/utils.h (1.2,
6020         REL-5-2), util/vmsParam.h (1.2, BETA-5-3-RC1, REL-5-2),
6021         util/vmsUtils.c (1.3), util/vmsUtils.h (1.3, BETA-5-3-RC1,
6022         REL-5-2): Added CVS Ids.
6024 2001-02-25 02:13  edel
6026         * source/parse.y (1.7): Fix conflicts in yacc grammar!
6028 2001-02-22 20:27  edel
6030         * source/highlight.c (1.10): My previous highlighting patch didn't
6031         take in to account styles which fail lookup in the pass1pattern
6032         list (like pass 2 patterns).
6034 2001-02-21 21:39  tringali
6036         * source/highlight.c (1.9): [Patch #101473] Use nearest-color match
6037         when colormap exhausted.
6039 2001-02-21 16:49  edel
6041         * source/highlight.c (1.8): Abutting styles could fool incremental
6042         highlighting into using an unparsable pattern with parseString.
6044 2001-02-20 23:54  slobasso
6046         * source/: help.c (1.15), macro.c (1.9): new preference global
6047         variables added
6049 2001-02-20 15:37  slobasso
6051         * source/menu.c (1.16): fixed bug where forgot to deref nArgs
6052         pointer
6054 2001-02-20 09:58  amai
6056         * Makefile (1.4), README (1.5): README:   change a couple of
6057         "nedit" to "NEdit" Makefile: slightly change comment text (fix
6058         typo, etc.)
6060 2001-02-19 16:39  slobasso
6062         * source/: help.c (1.14), macro.c (1.8), menu.c (1.15): added a new
6063         macro command string_compare() and an action raise_window()
6065 2001-02-19 16:30  slobasso
6067         * source/file.c (1.10): fix issue where reused untitled window is
6068         not given focus when raised.
6070 2001-02-19 10:03  amai
6072         * source/help.c (1.13): help.c: fix some typos and change a couple
6073         of         "nedit" to "NEdit". Actually it is not always        
6074         straightforward to see whether a "nedit" refers to         the
6075         whole product called "NEdit" or to the "nedit" executable ...
6077 2001-02-19 02:02  slobasso
6079         * source/text.c (1.8): fix warnings
6081 2001-02-17 14:03  amai
6083         * source/Makefile.dependencies (1.2), util/Makefile.dependencies
6084         (1.2): */Makefile.dependencies: update WRT new utils.*
6086 2001-02-17 13:59  amai
6088         * source/file.c (1.9), util/utils.c (1.2): file.c utils.c: add
6089         missing #includes
6091 2001-02-17 13:56  amai
6093         * util/: utils.c (1.1), utils.h (1.1): utils.*: new sources for
6094         general purpose, non-GUI stuff like          GetHomeDir()
6096 2001-02-17 13:53  amai
6098         * source/file.c (1.8), source/macro.c (1.7), source/menu.c (1.14),
6099         source/nc.c (1.6), source/server.c (1.6), source/tags.c (1.9),
6100         util/Makefile.common (1.4), util/fileUtils.c (1.6), util/prefFile.c
6101         (1.6): nc.c server.c: move #include <sys/types.h> before other
6102         <sys/*> Makefile.common: prepare for util/utils.c to be checked in
6103         file.c macro.c menu.c tags.c fileUtils.c prefFile.c:    use new
6104         GetCurDir(), GetHomeDir() calls
6106 2001-02-17 01:47  edel
6108         * source/: highlight.c (1.7), parse.y (1.6): 
6109         Empty code blocks are rejected by the macro language.
6111 2001-02-17 00:09  slobasso
6113         * source/interpret.c (1.6): when strings are converted to numbers
6114         and the conversion fails, use 0 rather than junk
6116 2001-02-16 14:58  amai
6118         * ReleaseNotes (1.3), source/tags.c (1.8), util/fileUtils.c (1.5):
6119         ReleaseNotes: add some bugs being addressed *.c: supply fallback if
6120         getcwd() fails      (in one case we used uninitialized memory
6121         earlier!)
6123 2001-02-16 14:25  amai
6125         * source/: Makefile.common (1.4), help.c (1.12): Makefile.common:
6126         nc depends on libNUtil.a! help.c: switch to "February 2001" ...
6128 2001-02-15 16:08  tringali
6130         * ReleaseNotes (1.2): 
6131         Add info about 5.2 features and bugfixes.
6133 2001-02-15 16:07  tringali
6135         * util/misc.c (1.13): 
6136         Fix simulateButtonPress() so it works for gadgets.  (Needed for
6137         DialogF mnemonics.)
6139 2001-02-15 16:06  tringali
6141         * util/DialogF.h (1.3): 
6142         Change dialog_type parameter to int to avoid warnings.
6144 2001-02-15 16:06  tringali
6146         * util/DialogF.c (1.7): 
6147         Automatically create mnemonics for dialog buttons.  Change
6148         dialog_type parameter to int to avoid warnings (comparing unsingned
6149         int for negative isn't exactly useful).
6151 2001-02-15 16:04  tringali
6153         * source/preferences.c (1.14): Default syntax highlighting to on.
6155 2001-02-15 16:04  tringali
6157         * source/nc.c (1.5): 
6158         
6159         - Remove warnings for 64-bit systems.  Extend strlen results to
6160         long and use   %ld as a format specifier.  strlen returns a size_t
6161         which is typically   an unsigned long on 64-bit systems.
6163 2001-02-14 00:34  slobasso
6165         * source/: help.c (1.11), text.c (1.7), textDisp.c (1.5),
6166         textDisp.h (1.3): added extra options to many of the macro actions
6168 2001-02-12 22:37  amai
6170         * source/preferences.c (1.13): preferences.c: patch from Thorsten
6171         Haude to issue a warning                if -import can not find the
6172         specified file
6174 2001-02-12 21:08  slobasso
6176         * source/: help.c (1.10), menu.c (1.13), nedit.h (1.5),
6177         preferences.c (1.12), preferences.h (1.3), search.c (1.13),
6178         search.h (1.4): Added a search wrap option to prefs and made some
6179         more options available to macro actions.
6181 2001-02-09 22:35  tringali
6183         * source/help.c (1.9): Remove obsolete reference to Caps-Lock bug.
6185 2001-02-09 22:34  slobasso
6187         * source/: interpret.c (1.5), interpret.h (1.2), parse.c_noyacc
6188         (1.3), parse.y (1.5): fixed a leak with static strings in the macro
6189         interpreter.
6191 2001-02-09 22:19  slobasso
6193         * source/: menu.c (1.12), text.c (1.6): fixed strCaseCmp() bug
6194         where partial strings would match.
6196 2001-02-09 21:07  amai
6198         * source/userCmds.c (1.8): userCmds.c: try to fix compiler warnings
6200 2001-02-09 09:08  amai
6202         * source/: menu.c (1.11), menu.h (1.4): menu.*: fix a 'pointer vs.
6203         integer constant' problem, by adding a         cast to the
6204         constants #definition
6206 2001-02-08 09:08  amai
6208         * source/Makefile.common (1.3), source/Makefile.dependencies (1.1),
6209         util/Makefile.common (1.3), util/Makefile.dependencies (1.1):
6210         */Makefile.common: include new */Makefile.dependencies: simple
6211         files containing the dependencies for all     objects (i.e. *.o)
6213 2001-02-08 08:52  amai
6215         * source/: menu.c (1.10), menu.h (1.3): menu.c menu.h: - correct my
6216         previous patch: XmNuserData requires XtPointer* arg               
6217         - add some more 'const's
6219 2001-02-06 16:04  amai
6221         * source/search.c (1.12), util/DialogF.c (1.6), util/getfiles.c
6222         (1.9): search.c DialogF.c getfiles.c: Drop #ifdef MOTIF10 sections.
6224 2001-02-06 12:07  amai
6226         * source/menu.c (1.9): menu.c: Fix a 'major' 64bit bug: we were
6227         passing a pointer to int         instead of pointer to pointer.
6228         This fixes the crash with         NEdit/LessTif on alpha when
6229         selecting the Window menu item!!
6231 2001-02-06 10:19  amai
6233         * source/preferences.c (1.11): preferences.c: drop unused #include
6234         <errno.h>
6236 2001-02-06 10:03  amai
6238         * source/interpret.c (1.4), util/prefFile.c (1.5), util/prefFile.h
6239         (1.3): interpret.c prefFile.*: add 'const' to some more functions'
6240         signature
6242 2001-02-06 10:02  amai
6244         * source/: nc.c (1.4), server.c (1.5): server.c nc.c: add checks
6245         whether some system calls succeed (e.g. uname())               
6246         changed signature of getHostName() and getUserName
6248 2001-02-05 19:45  amai
6250         * util/: DialogF.c (1.5), misc.c (1.12), prefFile.c (1.4),
6251         printUtils.c (1.6): DialogF.c misc.c prefFile.c printUtils.c: add
6252         'const' to some     functions' signatures
6254 2001-02-05 17:13  amai
6256         * source/: file.c (1.7), help.c (1.8), highlight.c (1.6),
6257         highlightData.c (1.7): file.c help.c highlight.c highlightData.c:
6258         Replace improper <0> as last argument          in XtVa*() interface
6259         calls by <NULL>
6261 2001-02-02 18:10  tringali
6263         * source/highlight.c (1.5): Replace debugging code of divide by 0
6264         with a more proper assert.  Dividing by zero generated warnings on
6265         lots of compilers.
6267 2001-02-02 14:47  amai
6269         * source/window.c (1.12): window.c: drop declaration of
6270         _XEditResCheckMessages(); should be in           according header  
6271                 Fix compiler warning about boolean expression
6273 2001-02-02 14:00  amai
6275         * Makefile (1.3), README (1.4): Makefile: do not list CVS/ subdir
6276         when running 'make' without argument README:   cosmetics
6277         (re-formatting)           add pointer to makefiles/Makefile.generic
6278         which explains     our current -D compiler options
6280 2001-02-02 13:12  amai
6282         * util/getfiles.c (1.8): getfiles.c: - add 'cont' add some places  
6283                     (as I realized we are already using it, so we don't    
6284                   discuss systems w/o here)             - drop */errno.h
6285         #includes (I couldn't see any usage of it currently)
6287 2001-02-01 23:16  tringali
6289         * makefiles/Makefile.aix (1.2): 
6290         
6291         Fix for bug 130164: force X headers to include full prototype
6292         information.
6294 2001-01-26 22:42  amai
6296         * source/: help.c (1.7), window.c (1.11): help.c: switch to
6297         "January, 2001" window.c: ad cast; should fix SF [Bug #130164 ]
6298         Compiler warning on AIX4.3.2 in                window.c
6300 2001-01-24 15:54  amai
6302         * util/misc.c (1.11), source/highlightData.c (1.6), source/menu.c
6303         (1.8), source/preferences.c (1.10), source/userCmds.c (1.7): *.c:
6304         The XmNnumChildren resource if of type 'Cardinal', not 'int'
6306 2001-01-10 10:42  amai
6308         * source/textBuf.c (1.4): textBuf.c: fix for SF [Bug #115195 ]
6309         textBuf.c:862 warning: '/*' within comment
6311 2001-01-05 21:18  amai
6313         * source/shell.c (1.6): shell.c: change some "Nedit" strings to
6314         "NEdit".           properly end an execl() parameter list by (char
6315         *)0
6317 2000-12-20 14:05  amai
6319         * source/help.c (1.6), source/nedit.c (1.7), source/search.c
6320         (1.11), source/window.c (1.10), util/getfiles.c (1.7): Replace
6321         "Lesstif" by "LessTif" ...  Update timestamp in version info to
6322         "december, 2000"
6324 2000-12-20 13:56  amai
6326         * README (1.3), source/.cvsignore (1.1), source/tags.c (1.7),
6327         util/misc.c (1.10): Add two missing #includes Add a .cvsignore for
6328         the two binaries beign built Update the docs WRT LessTif issues
6330 2000-12-19 21:08  tringali
6332         * nedit.doc (1.3): 
6333         
6334         Removed obsolete references to fnal.gov FTP server.
6336 2000-12-19 21:06  edg
6338         * source/selection.c (1.5): Added a fix for SF bug 126285: segfault
6339         with goto line.
6341 2000-12-15 20:57  edg
6343         * source/text.c (1.5): Fixed a selection highlighting bug (removed
6344         an earlier bogus patch).
6346 2000-12-10 19:35  edg
6348         * source/search.c (1.10): Fixed some (harmless) compiler warnings. 
6349         Added an extra check in the multi-file replacement code to make
6350         sure that the user didn't invalidate the replacement strings when
6351         the dialog isn't modal (bug in several Lesstif versions).
6353 2000-11-30 21:33  edg
6355         * util/getfiles.c (1.6): Implemented a workaround for a Motif 2.x
6356         file selection box bug.
6358 2000-11-30 21:31  edg
6360         * makefiles/Makefile.cygwin (1.2): Minor changes requested by
6361         Christian Denat.
6363 2000-11-23 23:23  edg
6365         * source/: search.c (1.9), search.h (1.3), window.c (1.9): Fixed a
6366         critical bug in the multi-file replace functionality.  Closing
6367         windows while a multi-file replace dialog was up could result in a
6368         crash. The lists are now updated when a window closes.
6370 2000-11-22 23:08  edg
6372         * source/: nedit.h (1.4), search.c (1.8), window.c (1.8): Added
6373         multi-file replace-all functionality.
6375 2000-11-22 21:50  edg
6377         * source/: preferences.c (1.9), search.c (1.7): Added a missing
6378         #include <stdio.h>.
6380 2000-11-07 14:03  edel
6382         * util/misc.c (1.9): Fix glitches in Caps/Num Lock patch
6384 2000-11-06 21:52  edel
6386         * source/: macro.c (1.6), preferences.c (1.8), shift.c (1.5),
6387         text.c (1.4), userCmds.c (1.6), window.c (1.7): Patch for Caps/Num
6388         Lock bug + a few other minor fixes
6390 2000-11-06 21:50  edel
6392         * util/: misc.c (1.8), misc.h (1.4): Patch for Caps/Num Lock Motif
6393         bug
6395 2000-10-06 21:23  edel
6397         * util/misc.c (1.7): Bug fix: BG menu not working with new best
6398         visual code
6400 2000-10-04 03:09  edel
6402         * util/: DialogF.c (1.4), fontsel.c (1.4), getfiles.c (1.5),
6403         managedList.c (1.3), misc.c (1.6), printUtils.c (1.5): For IA-64,
6404         XtVa argument lists must be terminated with NULL rather than 0
6406 2000-10-04 03:07  edel
6408         * source/: macro.c (1.5), menu.c (1.7), preferences.c (1.7),
6409         search.c (1.6), selection.c (1.4), shell.c (1.5), shift.c (1.4),
6410         smartIndent.c (1.6), tags.c (1.6), textDisp.c (1.4), userCmds.c
6411         (1.5), window.c (1.6): For IA-64, XtVa calls must be terminated
6412         w/NULL, rather than 0
6414 2000-09-29 15:48  edel
6416         * util/: fileUtils.c (1.4), misc.c (1.5): Support ClearCase version
6417         extended pathnames (and fix some compiler warns)
6419 2000-09-29 15:38  edel
6421         * source/: file.c (1.6), file.h (1.3), menu.c (1.6), nedit.c (1.6),
6422         preferences.c (1.6), server.c (1.4), shell.c (1.4): Updates from
6423         Max (via Arne), and Arne Førlie: ClearCase version extended paths,
6424         Untitled windows inherit parent path, and avoid reuse of Untitled
6425         windows which are currently running a macro.
6427 2000-09-26 20:28  edel
6429         * source/: file.c (1.5), help.c (1.5), highlightData.c (1.5),
6430         macro.c (1.4), menu.c (1.5), nedit.c (1.5), preferences.c (1.5),
6431         search.c (1.5), smartIndent.c (1.5), tags.c (1.5), userCmds.c
6432         (1.4), window.c (1.5): Allow nedit to use non-default visuals
6434 2000-09-26 20:25  edel
6436         * util/: DialogF.c (1.3), fontsel.c (1.3), getfiles.c (1.4), misc.c
6437         (1.4), misc.h (1.3), printUtils.c (1.4): Allow NEdit to use
6438         non-default visual
6440 2000-09-22 19:41  edel
6442         * util/: fileUtils.c (1.3), getfiles.c (1.3), misc.c (1.3),
6443         prefFile.c (1.3), printUtils.c (1.3): Changes since last posted
6444         development release
6446 2000-09-22 19:34  edel
6448         * source/: file.c (1.4), help.c (1.4), highlight.c (1.4),
6449         highlightData.c (1.4), interpret.c (1.3), macro.c (1.3), menu.c
6450         (1.4), nc.c (1.3), nedit.c (1.4), parse.y (1.4), preferences.c
6451         (1.4), regularExp.c (1.3), search.c (1.4), selection.c (1.3),
6452         server.c (1.3), shell.c (1.3), shift.c (1.3), smartIndent.c (1.4),
6453         tags.c (1.4), text.c (1.3), textBuf.c (1.3), undo.c (1.3),
6454         userCmds.c (1.3), window.c (1.4): Changes since last posted
6455         development release
6457 2000-09-10 18:15  tringali
6459         * makefiles/: Makefile.aix (1.1), Makefile.bsdi (1.1),
6460         Makefile.ccur (1.1), Makefile.convex (1.1), Makefile.cygwin (1.1),
6461         Makefile.dcosx (1.1), Makefile.dec (1.1), Makefile.freebsd (1.1),
6462         Makefile.generic (1.1), Makefile.hpux (1.1), Makefile.linux (1.1),
6463         Makefile.lynx (1.1), Makefile.m88k.svr4 (1.1), Makefile.netbsd
6464         (1.1), Makefile.os2 (1.1), Makefile.osf (1.1), Makefile.reliant
6465         (1.1), Makefile.sco (1.1), Makefile.sgi (1.1), Makefile.solaris
6466         (1.1), Makefile.sunos (1.1), Makefile.uhc (1.1), Makefile.ultrix
6467         (1.1), Makefile.unicos (1.1), Makefile.unixware (1.1) (utags:
6468         REL-5-1-1): 5.1.1 baseline
6470 2000-09-09 22:22  tringali
6472         * source/: comnedit.com (1.3), file.c (1.3), help.c (1.3),
6473         highlight.c (1.3), highlightData.c (1.3), menu.c (1.3), nedit.c
6474         (1.3), nedit.h (1.3), parse.c_noyacc (1.2), parse.y (1.3),
6475         preferences.c (1.3), search.c (1.3), smartIndent.c (1.3), tags.c
6476         (1.3), textDisp.c (1.3), window.c (1.3): 5.2 Development snapshot
6477         as of 5/29/2000
6479 2000-09-09 22:18  tringali
6481         * Makefile (1.2, REL-5-1-1), README (1.2, REL-5-1-1), ReleaseNotes
6482         (1.1, REL-5-1-1), nc.man (1.2, REL-5-1-1), nedit.doc (1.2,
6483         REL-5-1-1), nedit.man (1.2, REL-5-1-1), source/Makefile.common
6484         (1.2, REL-5-1-1), source/Makefile.dec (1.2), source/Makefile.hp
6485         (1.2), source/Makefile.ibm (1.2), source/Makefile.linux (1.2),
6486         source/Makefile.osf (1.2), source/Makefile.sgi (1.2),
6487         source/Makefile.solaris (1.2), source/Makefile.sunos (1.2),
6488         source/Makefile.ultrix (1.2), source/comnedit.com (1.2, REL-5-1-1),
6489         source/file.c (1.2, REL-5-1-1), source/file.h (1.2, REL-5-1-1),
6490         source/help.c (1.2, REL-5-1-1), source/help.h (1.2, REL-5-1-1),
6491         source/highlight.c (1.2, REL-5-1-1), source/highlight.h (1.2,
6492         REL-5-1-1), source/highlightData.c (1.2, REL-5-1-1),
6493         source/highlightData.h (1.2, REL-5-1-1), source/interpret.c (1.2,
6494         REL-5-1-1), source/lnknedit.com (1.2, REL-5-1-1), source/macro.c
6495         (1.2, REL-5-1-1), source/menu.c (1.2, REL-5-1-1), source/menu.h
6496         (1.2, REL-5-1-1), source/nc.c (1.2, REL-5-1-1), source/nedit.c
6497         (1.2, REL-5-1-1), source/nedit.h (1.2, REL-5-1-1), source/parse.y
6498         (1.2, REL-5-1-1), source/preferences.c (1.2, REL-5-1-1),
6499         source/preferences.h (1.2, REL-5-1-1), source/regexConvert.c (1.1,
6500         REL-5-1-1), source/regexConvert.h (1.1, REL-5-1-1),
6501         source/regularExp.c (1.2, REL-5-1-1), source/regularExp.h (1.2,
6502         REL-5-1-1), source/search.c (1.2, REL-5-1-1), source/search.h (1.2,
6503         REL-5-1-1), source/selection.c (1.2, REL-5-1-1), source/selection.h
6504         (1.2, REL-5-1-1), source/server.c (1.2, REL-5-1-1), source/shell.c
6505         (1.2, REL-5-1-1), source/shell.h (1.2, REL-5-1-1), source/shift.c
6506         (1.2, REL-5-1-1), source/shift.h (1.2, REL-5-1-1),
6507         source/smartIndent.c (1.2, REL-5-1-1), source/smartIndent.h (1.2,
6508         REL-5-1-1), source/tags.c (1.2, REL-5-1-1), source/tags.h (1.2,
6509         REL-5-1-1), source/text.c (1.2, REL-5-1-1), source/text.h (1.2,
6510         REL-5-1-1), source/textBuf.c (1.2, REL-5-1-1), source/textBuf.h
6511         (1.2, REL-5-1-1), source/textDisp.c (1.2, REL-5-1-1),
6512         source/textDisp.h (1.2, REL-5-1-1), source/textDrag.c (1.2,
6513         REL-5-1-1), source/textP.h (1.2, REL-5-1-1), source/textSel.c (1.2,
6514         REL-5-1-1), source/undo.c (1.2, REL-5-1-1), source/undo.h (1.2,
6515         REL-5-1-1), source/userCmds.c (1.2, REL-5-1-1), source/userCmds.h
6516         (1.2, REL-5-1-1), source/window.c (1.2, REL-5-1-1), source/window.h
6517         (1.2, REL-5-1-1), util/DialogF.c (1.2, REL-5-1-1), util/DialogF.h
6518         (1.2, REL-5-1-1), util/Makefile.common (1.2, REL-5-1-1),
6519         util/Makefile.dec (1.2), util/Makefile.hp (1.2), util/Makefile.ibm
6520         (1.2), util/Makefile.linux (1.2), util/Makefile.sgi (1.2),
6521         util/Makefile.solaris (1.2), util/Makefile.sunos (1.2),
6522         util/Makefile.ultrix (1.2), util/fileUtils.c (1.2, REL-5-1-1),
6523         util/fileUtils.h (1.2, REL-5-1-1), util/fontsel.c (1.2, REL-5-1-1),
6524         util/fontsel.h (1.2, REL-5-1-1), util/getfiles.c (1.2, REL-5-1-1),
6525         util/getfiles.h (1.2, REL-5-1-1), util/managedList.c (1.2,
6526         REL-5-1-1), util/managedList.h (1.2, REL-5-1-1), util/misc.c (1.2,
6527         REL-5-1-1), util/misc.h (1.2, REL-5-1-1), util/prefFile.c (1.2,
6528         REL-5-1-1), util/prefFile.h (1.2, REL-5-1-1), util/printUtils.c
6529         (1.2, REL-5-1-1), util/printUtils.h (1.2, REL-5-1-1),
6530         util/vmsUtils.c (1.2, REL-5-1-1), util/vmsUtils.h (1.2, REL-5-1-1):
6531         5.1.1 baseline
6533 2000-09-09 22:12  tringali
6535         * Makefile (1.1), README (1.1), nc.man (1.1), nedit.doc (1.1),
6536         nedit.man (1.1), source/Makefile.common (1.1), source/Makefile.dec
6537         (1.1), source/Makefile.hp (1.1), source/Makefile.ibm (1.1),
6538         source/Makefile.linux (1.1), source/Makefile.osf (1.1),
6539         source/Makefile.sgi (1.1), source/Makefile.solaris (1.1),
6540         source/Makefile.sunos (1.1), source/Makefile.ultrix (1.1),
6541         source/comnedit.com (1.1), source/file.c (1.1), source/file.h
6542         (1.1), source/help.c (1.1), source/help.h (1.1), source/highlight.c
6543         (1.1), source/highlight.h (1.1), source/highlightData.c (1.1),
6544         source/highlightData.h (1.1), source/interpret.c (1.1),
6545         source/interpret.h (1.1, REL-5-1-1), source/lnknedit.com (1.1),
6546         source/macro.c (1.1), source/macro.h (1.1, REL-5-1-1),
6547         source/menu.c (1.1), source/menu.h (1.1), source/n.bm (1.1,
6548         REL-5-1-1), source/nc.c (1.1), source/nedit.bm (1.1, REL-5-1-1),
6549         source/nedit.c (1.1), source/nedit.h (1.1),
6550         source/nedit_options_file.opt (1.1, REL-5-1-1),
6551         source/parse.c_noyacc (1.1, REL-5-1-1), source/parse.h (1.1,
6552         REL-5-1-1), source/parse.y (1.1), source/preferences.c (1.1),
6553         source/preferences.h (1.1), source/regularExp.c (1.1),
6554         source/regularExp.h (1.1), source/search.c (1.1), source/search.h
6555         (1.1), source/selection.c (1.1), source/selection.h (1.1),
6556         source/server.c (1.1), source/server.h (1.1, REL-5-1-1),
6557         source/shell.c (1.1), source/shell.h (1.1), source/shift.c (1.1),
6558         source/shift.h (1.1), source/smartIndent.c (1.1),
6559         source/smartIndent.h (1.1), source/tags.c (1.1), source/tags.h
6560         (1.1), source/text.c (1.1), source/text.h (1.1), source/textBuf.c
6561         (1.1), source/textBuf.h (1.1), source/textDisp.c (1.1),
6562         source/textDisp.h (1.1), source/textDrag.c (1.1), source/textDrag.h
6563         (1.1, REL-5-1-1), source/textP.h (1.1), source/textSel.c (1.1),
6564         source/textSel.h (1.1, REL-5-1-1), source/undo.c (1.1),
6565         source/undo.h (1.1), source/userCmds.c (1.1), source/userCmds.h
6566         (1.1), source/window.c (1.1), source/window.h (1.1), util/DialogF.c
6567         (1.1), util/DialogF.h (1.1), util/Makefile.common (1.1),
6568         util/Makefile.dec (1.1), util/Makefile.hp (1.1), util/Makefile.ibm
6569         (1.1), util/Makefile.linux (1.1), util/Makefile.sgi (1.1),
6570         util/Makefile.solaris (1.1), util/Makefile.sunos (1.1),
6571         util/Makefile.ultrix (1.1), util/comutil.com (1.1, REL-5-1-1),
6572         util/fileUtils.c (1.1), util/fileUtils.h (1.1), util/fontsel.c
6573         (1.1), util/fontsel.h (1.1), util/getfiles.c (1.1), util/getfiles.h
6574         (1.1), util/managedList.c (1.1), util/managedList.h (1.1),
6575         util/misc.c (1.1), util/misc.h (1.1), util/prefFile.c (1.1),
6576         util/prefFile.h (1.1), util/printUtils.c (1.1), util/printUtils.h
6577         (1.1), util/vmsParam.h (1.1, REL-5-1-1), util/vmsUtils.c (1.1),
6578         util/vmsUtils.h (1.1) (utags: REL-5-0-2): 5.0.2 baseline