3 * source/: preferences.c (1.134), userCmds.c (1.53), userCmds.h
4 (1.11): Fix for SF bug #1113183: lang. mode seq. change - user
5 menu LM dependency not update. (Patch by Uwe Lehnert)
9 * source/rangeset.c (1.13): Fix for SF bug 1111849: the calculation
10 of maxpos in rangesets should give the valid text length in the
11 text buffer. It doesn't, since it adds in the size of the
14 2005-01-18 20:58 n8gray
16 * source/nedit.c (1.87): Adds bindings for Ctrl-f/g to the help
21 * source/macro.c (1.94): The previous focus window filename fixes
22 did not cope with pathless documents such as the initial Untitled
23 window. This patch does a simple name search before attempting a
24 search using normalized names.
28 * util/misc.c (1.74): Fix for bug 1096970: the patch fixes focus
29 change problems in RadioButtonChangeState() by saving the widget
30 with focus then restoring focus after the button has been
31 properly set (only required for some buggy Motifs).
33 2004-12-24 13:05 tksoh
35 * source/window.c (1.183): Fixed a bug where rangesets do not get
36 highlighted (colored) properly when the host document is
37 detached/attached, if syntax highlighting is on.
41 * doc/help.etx (1.83), source/file.c (1.93), source/help.c (1.103),
42 source/help_data.h (1.76), source/help_topic.h (1.65),
43 source/highlightData.c (1.70), source/menu.c (1.124),
44 source/preferences.c (1.133), source/preferences.h (1.48),
45 source/search.c (1.76), source/smartIndent.c (1.37),
46 source/tags.c (1.63), source/userCmds.c (1.52), source/window.c
47 (1.182), source/window.h (1.29), source/windowTitle.c (1.15),
48 util/misc.c (1.73), util/misc.h (1.27): Fix for SF bug #1067619:
49 focus on raise. By default, NEdit no longer requests the input
50 focus when a window is raised. This default can be overridden by
51 setting the X-resource "nedit.focusOnRaise" to True. The
52 raise_window() action routine also accepts an optional extra
53 argument: 'focus' or 'nofocus', which can be used to override the
54 focus behaviour determined by the resource.
58 * source/: search.c (1.75), search.h (1.26), window.c (1.181): Fix
59 for SF bug #1086664: Repeatable crash closing window. Closing a
60 window while a modal dialog is up, triggered from a find or
61 replace dialog button action routine, is virtually impossible.
62 We can prevent illegal accesses to destroyed windows (which is
63 the reason for the crash), but we cannot avoid that Motif
64 accesses structures that get destroyed in the process.
65 Therefore, it is now no longer possible to close a window via the
66 window manager during the execution of a search dialog button
67 action routine in that window.
69 2004-12-05 01:23 tksoh
71 * source/file.c (1.92): Fix for SF Bug #1063542: On some systems,
72 such as Solaris 2.6, the "New File" dialog does not appear when
73 trying to open a non-existing file with nc, while the NEdit
76 2004-12-05 01:15 tksoh
78 * source/menu.c (1.123): Fix for SF Bug #1076412: "Unload Tags
79 File" menu tear-offs not refreshed after unloading tags files.
81 Tear-offs will be closed when all tags files are unloaded.
85 * doc/help.etx (1.82), source/help_data.h (1.75),
86 source/help_topic.h (1.64), source/highlight.c (1.51),
87 source/preferences.c (1.132), source/regularExp.c (1.26),
88 source/regularExp.h (1.13), source/search.c (1.74): Fix for SF
89 bug #1067402: Error in syntax highlighting with sub-pattern. For
90 this, the regular expression needed to be extended such that it
91 allows imposing a boundary on the matching (instead of letting
92 matches extend till the terminating \0). This also enabled me to
93 lift a minor limitation of the look-behind matching. Also fixed 5
94 probably very old bugs in the regex engine that could easily
95 result in crashes (try replacing \y+ with abc in an empty
96 document for an instant crash).
100 * util/misc.c (1.72): Minor leak fix.
102 2004-11-23 14:37 tringali
104 * source/interpret.c (1.43): Remove sprintf call - this won't
105 compile on many platforms.
107 2004-11-21 16:53 yooden
109 * source/interpret.c (1.42): Makes error message construction a
110 little more robust by replacing sprintf() with snprintf(). There
111 is a constant already in use for this (MAX_ERR_MSG_LEN), so we
112 should use it to prevent mishaps.
114 2004-11-09 21:58 yooden
116 * doc/setext (1.13), source/calltips.h (1.4), source/file.h (1.15),
117 source/highlight.h (1.14), source/highlightData.h (1.13),
118 source/interpret.h (1.18), source/macro.h (1.8), source/menu.h
119 (1.13), source/nedit.h (1.63), source/parse.h (1.7),
120 source/preferences.h (1.47), source/rbTree.h (1.5),
121 source/regexConvert.h (1.7), source/regularExp.h (1.12),
122 source/search.h (1.25), source/selection.h (1.7), source/server.h
123 (1.7), source/server_common.c (1.6), source/server_common.h
124 (1.3), source/shell.h (1.9), source/shift.h (1.6),
125 source/smartIndent.h (1.8), source/tags.h (1.15), source/text.h
126 (1.23), source/textBuf.h (1.17), source/textDisp.h (1.28),
127 source/textDrag.h (1.5), source/textP.h (1.12), source/textSel.h
128 (1.6), source/undo.h (1.8), source/userCmds.h (1.10),
129 source/window.h (1.28), source/windowTitle.c (1.14),
130 source/windowTitle.h (1.5), util/DialogF.h (1.11),
131 util/clearcase.c (1.6), util/clearcase.h (1.5), util/fileUtils.h
132 (1.12), util/fontsel.h (1.11), util/getfiles.h (1.10),
133 util/managedList.h (1.7), util/misc.h (1.26), util/prefFile.h
134 (1.8), util/printUtils.h (1.9), util/utils.h (1.13),
135 util/vmsParam.h (1.6), util/vmsUtils.h (1.7): A large number of
136 files carried a pointer to the wrong licence (LGPL), probably
137 introduced by a pasting error during the licence clarification.
138 This was changed to point to the GPL.
140 2004-11-09 19:37 yooden
142 * source/: macro.c (1.93), menu.c (1.122): Two problems with
143 potentially too long pathnames are fixed: 1. The open() action
144 procedure handled the results of ParseFilename wrong: It was
145 only checked for each single component whether it's > MAXPATHLEN,
146 not for the combination. This is fixed now. 2. If the
147 pathname given to focus_window() is > MAXPATHLEN, the function
148 returns with an error now.
152 * source/macro.c (1.92): Fix for my "fix" for SF bug #1060749:
153 truncate the string to MAXPATHLEN + other improvements suggested
158 * source/macro.c (1.91): Fix for SF bug #1060749: focusWindowMS
159 (macro.c) causes crash.
163 * source/shell.c (1.37): Enabled the navigation keys (arrows,
164 page-up/down, ...) for shell output dialogs.
166 2004-10-18 19:27 arnef
168 * source/calltips.c (1.9), source/rangeset.c (1.12), source/tags.c
169 (1.62), source/textDisp.c (1.61), source/window.c (1.180),
170 util/check_lin_tif.c (1.11), util/misc.c (1.71), util/utils.c
171 (1.23): Added missing 'static'. Changed to initial lower case
172 letter on two static functions.
174 2004-10-18 16:05 yooden
176 * makefiles/Makefile.linux (1.13): Reverts accidental checkin of
179 2004-10-18 15:54 yooden
181 * doc/help.etx (1.81), makefiles/Makefile.linux (1.12),
182 source/file.c (1.91), source/macro.c (1.90), source/menu.c
183 (1.121), source/nedit.c (1.86), source/tags.c (1.61),
184 util/fileUtils.c (1.33), util/utils.c (1.22): This fixes two
185 bugs: 1. SF#873188 2. focus_window() didn't work if the pathname
188 Both items were affected by pathname creation quirks in
189 source/file.c and util/fileUtils.c and there is the
190 straightforward focus_window change in macro.c. Changes in other
191 files are documentation or cleanups.
193 I don't have access to OS/2 or Cygwin systems, so please have a
194 close look on these two. VMS should not be affected.
196 2004-10-15 18:04 arnef
198 * source/: interpret.c (1.41), interpret.h (1.17), nedit.c (1.85),
199 preferences.c (1.131), preferences.h (1.46), tags.c (1.60),
200 userCmds.c (1.51), userCmds.h (1.9): Added missing void in
201 declarations and definitions (continuation of work done by edg
206 * source/nedit.c (1.84), util/misc.c (1.70): This should fix the
207 problems that we have with drag icons when using non-default
208 visuals (especially on Solaris). All shells that Motif creates
209 beyond our control should now inherit the proper (non-default)
210 visual etc. via the resource database. An exception is made for
211 Lesstif, which seems to be able to deal with non-default visuals
212 on its own (and which doesn't like us to impose visuals).
213 Drag-and-drop operations are now enabled under all circumstances
214 as they should no longer result in crashes (opening the path for
215 patches that rely on d&d).
219 * source/server.c (1.32): Added missing initialization (Arne
224 * source/userCmds.h (1.8): Added missing void in declaration (Arne
227 2004-10-13 17:38 tringali
229 * util/system.h (1.17): Guess compiler for older SGI boxes.
231 2004-10-08 22:58 yooden
233 * ReleaseNotes (1.31), source/highlightData.c (1.69): Adds a
234 pattern for nested command substitution in the shell pattern set.
236 2004-10-08 22:26 yooden
238 * ReleaseNotes (1.30), source/shell.c (1.36): The status bar
239 reflects a changed keybinding in the shell command banner. This
240 is brought over from the similar code for macros.
242 2004-10-08 21:55 yooden
244 * ReleaseNotes (1.29), source/text.c (1.51), source/text.h (1.22),
245 source/window.c (1.179): Fixes SF#906878 (Cursor blinks while
246 typing) by introducing the new function ResetCursorBlink() which
247 can be used to reset the caret blink timer.
251 * ChangeLog (1.41): Regenerated (cvs2cl.pl -b -r -t --accum --gmt).
255 * source/window.c (1.178): Fix for replace dialog buttons not being
256 updated when switching tabs, possibly resulting in temporarily
257 inconsistent button states. Candidate fix for 5.5.1.
259 2004-10-07 22:34 yooden
261 * doc/help.etx (1.80), source/file.c (1.90), source/menu.c (1.120),
262 source/nedit.h (1.62), source/preferences.c (1.130),
263 source/preferences.h (1.45), source/search.c (1.73),
264 source/search.h (1.24), source/text.c (1.50), source/text.h
265 (1.21), source/textDisp.c (1.60), source/textDisp.h (1.27),
266 source/textP.h (1.11), source/window.c (1.177), source/window.h
267 (1.27), util/getfiles.c (1.32), util/getfiles.h (1.9),
268 util/prefFile.c (1.25): I was asked to elaborate on this commit.
271 This commit is a mistake because the codebase is made worse by
272 it. The code removed is of higher quality than the average
273 commit, is of use to many users of NEdit and would have been the
274 basis for even more improvements in code quality and usability.
276 Ironically, this commit is the result of all the things it
277 claimed to heal: That one developer considers the repository his
278 personal playground and forces his view onto others. While there
279 is no basis for the original complaint, the aggressive tone,
280 stubborn insistence and insulting nature of the comeback makes it
281 clear that this something much different than honest care about
282 the community process. What could have been a minor nuisance was
283 blown out of all proportation and made to a personal vendetta.
285 At the same time, any attempts to get to a closure were not
286 ignored, but actively impeded, any calming voice was shouted
289 Despite all this, I figured the commit would put an end to the
290 unpleasant situation and would offer the opportunity to restart.
291 Despite the attempts to prevent this, I'd still rather work on
292 NEdit than defend against personal attacks.
294 So with this commit I take back the added features Hidden Files
295 (SF#502840), Wrap Hairline (SF#701337 variant) and Smart Case
296 Search (SF#685618) committed on 2004-10-01.
300 * source/undo.c (1.18): Fix for SF bug #988220: backup file?. The
301 backup file was not removed when a redo operation returned the
302 document to the state where it matches the saved file. Closing the
303 document then left behind the backup file.
305 2004-10-02 13:31 yooden
307 * source/: menu.c (1.119), textDisp.c (1.59): Fixes a wrong
308 assumption about the hairline code.
310 2004-10-01 10:13 yooden
312 * doc/help.etx (1.79), source/menu.c (1.118), source/nedit.h
313 (1.61), source/preferences.c (1.129), source/preferences.h (1.44),
314 source/text.c (1.49), source/text.h (1.20), source/textDisp.c
315 (1.58), source/textDisp.h (1.26), source/textP.h (1.10),
316 source/window.c (1.176), source/window.h (1.26), util/prefFile.c
317 (1.24): Adds an optional hairline at the wrap column.
319 2004-10-01 10:06 yooden
321 * doc/help.etx (1.78), source/file.c (1.89), source/help_data.h
322 (1.74), source/menu.c (1.117), source/nedit.h (1.60),
323 source/preferences.c (1.128), source/preferences.h (1.43),
324 util/getfiles.c (1.31), util/getfiles.h (1.8): Adds a widget to
325 (un)display hidden files in the FSB.
327 2004-10-01 09:50 yooden
329 * doc/help.etx (1.77), source/menu.c (1.116), source/nedit.h
330 (1.59), source/preferences.c (1.127), source/search.c (1.72),
331 source/search.h (1.23), source/window.c (1.175): Adds a smart
332 search mode, which toggles caseness in regex searches.
334 ============================================================================
335 2004-09-30 REL-5-5 branch created
336 ============================================================================
338 2004-09-30 22:52 n8gray
340 * README (1.47): Oops -- missed a bit of CVS conflict detrius.
342 2004-09-30 22:51 n8gray
344 * Makefile (1.19), README (1.46), ReleaseNotes (1.28), source/nc.c
345 (1.45): Updating version information in preparation for 5.5
350 * README (1.45): Removed obsolete "KNOWN DEFECTS" section.
354 * ChangeLog (1.40): Regenerated (cvs2cl.pl -b -r -t --accum --gmt).
358 * README (1.44), ReleaseNotes (1.27): Updates for 5.5
360 2004-09-16 00:50 n8gray
362 * source/: menu.c (1.115), window.c (1.174): Addressing Bug
363 1023089: can't open new tab. Let's see if this phrasing is more
364 clear. The File menu now has either: New New Window or:
365 New New Tab depending on the user's "open new files in..."
368 2004-09-07 06:19 n8gray
370 * source/menu.c (1.114): Fixed spelling of incrementalSearchLine
371 resource as reported by Arne Forlie.
375 * source/userCmds.c (1.50): Shell command dialog: renamed window to
380 * source/: nedit.c (1.83), shell.c (1.35): Fixes for the state of
381 the File->Close menu item (bug reported by Arne Førlie). Also made
382 the output of a shell command go to a new window or a new tab,
383 depending on the user preference wrt. tabbed editing.
385 2004-09-01 20:42 n8gray
387 * source/menu.c (1.113): Fix the "New Tab" menu item in the tab
390 2004-09-01 20:19 n8gray
392 * source/window.c (1.173): Clean out dead variables in
395 2004-09-01 15:50 tksoh
397 * source/window.c (1.172): Fix for SF Bug #1020035:
398 Detaching/Moving non-top tab should not change top tab.
400 2004-08-31 23:37 n8gray
402 * source/window.c (1.171): This should fix bug 1011233 - Openning
403 new window from a tabbed window diminishes size. The comment says
404 that the previous version was supposed to reduce flickering but it
405 caused these size problems and I didn't notice any appreciable
406 difference in the flickering without it.
408 2004-08-26 06:51 n8gray
410 * Makefile (1.18), README (1.43), ReleaseNotes (1.26), source/nc.c
411 (1.44) (utags: BETA-5-5-RC2): Updating version info for RC2.
415 * ChangeLog (1.39, BETA-5-5-RC2): Regenerated (cvs2cl.pl -b -r -t
420 * source/file.c (1.88, BETA-5-5-RC2): Fix for SF bug #999021 Using
421 exit() in a macro causes hang.
423 2004-08-20 19:33 n8gray
425 * doc/help.etx (1.76), source/help_data.h (1.73), source/menu.c
426 (1.112), source/nedit.c (1.82), source/nedit.h (1.58),
427 source/preferences.c (1.126), source/window.c (1.170),
428 source/window.h (1.25): Committing Tony Ballinski's fix for bug
429 #1005442: documentation for rangeset_set_mode( r, type ) not clear
433 * doc/help.etx (1.75), source/help_data.h (1.72),
434 source/help_topic.h (1.63), source/regularExp.c (1.25): Fix for SF
435 bug #1008656: word delimiters ignored. Partially reverted the
436 implementation of '<', '>', and \B back to the pre-5.4 behaviour,
437 without giving up the fix for the problem that we wanted to solve
438 in 5.4. Word boundaries are now again defined in terms of the
439 delimiter set (which makes things more consistent overall), but
440 word boundary operators still test both the previous and the next
441 character (the pre-5.4 version only tested one character, causing
442 surprising matches, eg., between to spaces).
446 * doc/help.etx (1.74), source/help_data.h (1.71),
447 source/help_topic.h (1.62): Documentation fix for regex boundary
448 expression semantics.
450 2004-08-15 02:09 tksoh
452 * Microline/XmL/: Folder.c (1.6), FolderP.h (1.5), XmL.h (1.6):
453 Added resource XmLFolder.minTabWidth to fix SF bug #1005064, where
454 tabs were getting wrong sizes when too many tabs were opened.
458 * source/window.c (1.169): Avoid replace dialog button sensitivity
459 updates when the dialog is not mapped and the selection is altered.
460 In this way many indirect status checks for all files are avoided
461 (triggered by updating the sensitivity of the "Multiple Files..."
466 * source/window.c (1.168): Fix for SF bug #1006830: "Warn on Exit"
467 doesn't work sometimes.
471 * source/file.c (1.87): Avoid "File Modified Externally" dialogs
472 for tabs that are not visible (similar to minimized windows).
474 2004-08-10 22:28 yooden
476 * source/nedit.c (1.81): Adds limits.h.
478 2004-08-09 22:20 n8gray
480 * README (1.42), util/misc.c (1.69): It appears I never committed
481 the updated RC1 README file. Here it is. This also contains a
482 minor correction to the comment documentation for QueryDesktop.
483 There have been no functional changes.
487 * source/: nedit.c (1.80), window.c (1.167): Restored the "invalid
488 default virtual key binding" workaround that had become effectively
489 disabled due to the shell widget hierarchy reorganization. (Bug
490 report at discuss list by Timothy Paige: page-up,page-down on sun
493 2004-08-04 17:43 n8gray
495 * source/preferences.c (1.125): Bump the prefs file version to
496 prevent repeated conversion.
498 2004-08-04 08:05 n8gray
500 * source/preferences.c (1.124): Notify user when prefs file gets
503 2004-08-01 10:06 yooden
505 * source/file.c (1.86), source/help.c (1.102), source/highlight.c
506 (1.50), source/highlightData.c (1.68), source/macro.c (1.89),
507 source/menu.c (1.111), source/preferences.c (1.123),
508 source/search.c (1.71), source/selection.c (1.31), source/shell.c
509 (1.34), source/smartIndent.c (1.36), source/tags.c (1.59),
510 source/userCmds.c (1.49), util/DialogF.c (1.31), util/fontsel.c
511 (1.28), util/getfiles.c (1.30), util/misc.c (1.68), util/misc.h
512 (1.25), util/printUtils.c (1.25): Dialog OK's are getting less
515 2004-08-01 07:55 yooden
517 * doc/help.etx (1.73), source/help_data.h (1.70),
518 source/help_topic.h (1.61): Fixes some leftovers of the licence
521 2004-07-29 13:47 tringali
523 * util/DialogF.c (1.30): SF #999820 - spaces in dialog button
526 2004-07-28 18:02 n8gray
528 * source/: text.c (1.48), window.c (1.166): Fix for bug 996786:
529 Problems with Overtype mode.
531 2004-07-27 18:25 n8gray
533 * README (1.41): Minor grammatical fix.
535 2004-07-27 18:23 n8gray
537 * README (1.40): Updated feature list for 5.5.
539 2004-07-26 22:52 n8gray
541 * util/system.h (1.16): Fixes test for PowerPC architecture in OS
544 2004-07-25 22:24 yooden
546 * Makefile (1.17): Increase Posixication level.
548 2004-07-24 17:41 yooden
550 * README (1.39), doc/help.etx (1.72): License change, step 4:
551 Mention of the Mozilla project.
553 2004-07-23 18:52 n8gray
555 * source/window.c (1.165, BETA-5-5): Fix for bug 996216: Detach
556 Tab/Move tab don't keep non-default word delimiters.
558 2004-07-23 18:40 n8gray
560 * source/window.c (1.164): Purely cosmetic. Renamed cloneTextPane
561 to cloneTextPanes and moved functions around so that
562 cloneTextPanes, cloneDocument, cloneUndoItems, DetachDocument, and
563 MoveDocument are together.
565 2004-07-23 18:07 n8gray
567 * source/window.c (1.163): Applied TK Soh's patch to correct the
568 colors of detached multi-pane windows.
572 2004-07-21 20:57 yooden
574 * Microline/XmL/: Folder.c (1.5), FolderP.h (1.4), XmL.h (1.5)
575 (utags: BETA-5-5): License change, step 3: Reapply changes to
578 2004-07-21 20:38 yooden
580 * Microline/Makefile (1.2, BETA-5-5), Microline/Makefile.in (1.2,
581 BETA-5-5), Microline/XmL/Folder.c (1.4), Microline/XmL/Folder.h
582 (1.2, BETA-5-5), Microline/XmL/FolderP.h (1.3),
583 Microline/XmL/Grid.c (1.2, BETA-5-5), Microline/XmL/Grid.h (1.2,
584 BETA-5-5), Microline/XmL/GridP.h (1.2, BETA-5-5),
585 Microline/XmL/GridUtil.c (1.2, BETA-5-5), Microline/XmL/Makefile
586 (1.2, BETA-5-5), Microline/XmL/Makefile.in (1.2, BETA-5-5),
587 Microline/XmL/Progress.c (1.2, BETA-5-5), Microline/XmL/Progress.h
588 (1.2, BETA-5-5), Microline/XmL/ProgressP.h (1.2, BETA-5-5),
589 Microline/XmL/Tree.c (1.2, BETA-5-5), Microline/XmL/Tree.h (1.2,
590 BETA-5-5), Microline/XmL/TreeP.h (1.2, BETA-5-5),
591 Microline/XmL/XmL.c (1.2, BETA-5-5), Microline/XmL/XmL.h (1.4),
592 Microline/XmL/XmL.uih (1.2, BETA-5-5), Microline/examples/Makefile
593 (1.2, BETA-5-5), Microline/examples/Makefile.in (1.2, BETA-5-5),
594 Microline/examples/demo.c (1.2, BETA-5-5),
595 Microline/examples/folder1.c (1.2, BETA-5-5),
596 Microline/examples/folder2.c (1.2, BETA-5-5),
597 Microline/examples/folder3.c (1.2, BETA-5-5),
598 Microline/examples/folder4.c (1.2, BETA-5-5),
599 Microline/examples/grid1.c (1.2, BETA-5-5),
600 Microline/examples/grid2.c (1.2, BETA-5-5),
601 Microline/examples/grid3.c (1.2, BETA-5-5),
602 Microline/examples/grid4.c (1.2, BETA-5-5),
603 Microline/examples/grid5.c (1.2, BETA-5-5),
604 Microline/examples/grid6.c (1.2, BETA-5-5),
605 Microline/examples/prog1.c (1.2, BETA-5-5),
606 Microline/examples/prog2.c (1.2, BETA-5-5),
607 Microline/examples/prog3.c (1.2, BETA-5-5),
608 Microline/examples/tree1.c (1.2, BETA-5-5),
609 Microline/examples/tree2.c (1.2, BETA-5-5),
610 Microline/examples/tree3.c (1.2, BETA-5-5),
611 Microline/examples/tree4.c (1.2, BETA-5-5),
612 Microline/examples/tree5.c (1.2, BETA-5-5),
613 Microline/examples/uil1.c (1.2, BETA-5-5),
614 Microline/examples/uil1.uil (1.2, BETA-5-5),
615 Microline/examples/util1.c (1.2, BETA-5-5),
616 Microline/man/XmLArrayAdd.3x (1.2, BETA-5-5),
617 Microline/man/XmLArrayDel.3x (1.2, BETA-5-5),
618 Microline/man/XmLArrayFree.3x (1.2, BETA-5-5),
619 Microline/man/XmLArrayGet.3x (1.2, BETA-5-5),
620 Microline/man/XmLArrayGetCount.3x (1.2, BETA-5-5),
621 Microline/man/XmLArrayMove.3x (1.2, BETA-5-5),
622 Microline/man/XmLArrayNew.3x (1.2, BETA-5-5),
623 Microline/man/XmLArrayReorder.3x (1.2, BETA-5-5),
624 Microline/man/XmLArraySet.3x (1.2, BETA-5-5),
625 Microline/man/XmLArraySort.3x (1.2, BETA-5-5),
626 Microline/man/XmLCreateFolder.3x (1.2, BETA-5-5),
627 Microline/man/XmLCreateGrid.3x (1.2, BETA-5-5),
628 Microline/man/XmLCreateProgress.3x (1.2, BETA-5-5),
629 Microline/man/XmLCreateTree.3x (1.2, BETA-5-5),
630 Microline/man/XmLCvtStringToUChar.3x (1.2, BETA-5-5),
631 Microline/man/XmLDateDaysInMonth.3x (1.2, BETA-5-5),
632 Microline/man/XmLDateWeekDay.3x (1.2, BETA-5-5),
633 Microline/man/XmLDrawnButtonSetType.3x (1.2, BETA-5-5),
634 Microline/man/XmLFolder.3x (1.2, BETA-5-5),
635 Microline/man/XmLFolderAddBitmapTab.3x (1.2, BETA-5-5),
636 Microline/man/XmLFolderAddBitmapTabForm.3x (1.2, BETA-5-5),
637 Microline/man/XmLFolderAddTab.3x (1.2, BETA-5-5),
638 Microline/man/XmLFolderAddTabForm.3x (1.2, BETA-5-5),
639 Microline/man/XmLFolderSetActiveTab.3x (1.2, BETA-5-5),
640 Microline/man/XmLFontListCopyDefault.3x (1.2, BETA-5-5),
641 Microline/man/XmLFontListGetDimensions.3x (1.2, BETA-5-5),
642 Microline/man/XmLGrid.3x (1.2, BETA-5-5),
643 Microline/man/XmLGridAddColumns.3x (1.2, BETA-5-5),
644 Microline/man/XmLGridAddRows.3x (1.2, BETA-5-5),
645 Microline/man/XmLGridColumnIsVisible.3x (1.2, BETA-5-5),
646 Microline/man/XmLGridCopyPos.3x (1.2, BETA-5-5),
647 Microline/man/XmLGridCopySelected.3x (1.2, BETA-5-5),
648 Microline/man/XmLGridDeleteAllColumns.3x (1.2, BETA-5-5),
649 Microline/man/XmLGridDeleteAllRows.3x (1.2, BETA-5-5),
650 Microline/man/XmLGridDeleteColumns.3x (1.2, BETA-5-5),
651 Microline/man/XmLGridDeleteRows.3x (1.2, BETA-5-5),
652 Microline/man/XmLGridDeselectAllCells.3x (1.2, BETA-5-5),
653 Microline/man/XmLGridDeselectAllColumns.3x (1.2, BETA-5-5),
654 Microline/man/XmLGridDeselectAllRows.3x (1.2, BETA-5-5),
655 Microline/man/XmLGridDeselectCell.3x (1.2, BETA-5-5),
656 Microline/man/XmLGridDeselectColumn.3x (1.2, BETA-5-5),
657 Microline/man/XmLGridDeselectRow.3x (1.2, BETA-5-5),
658 Microline/man/XmLGridEditBegin.3x (1.2, BETA-5-5),
659 Microline/man/XmLGridEditCancel.3x (1.2, BETA-5-5),
660 Microline/man/XmLGridEditComplete.3x (1.2, BETA-5-5),
661 Microline/man/XmLGridGetColumn.3x (1.2, BETA-5-5),
662 Microline/man/XmLGridGetFocus.3x (1.2, BETA-5-5),
663 Microline/man/XmLGridGetRow.3x (1.2, BETA-5-5),
664 Microline/man/XmLGridGetSelectedCellCount.3x (1.2, BETA-5-5),
665 Microline/man/XmLGridGetSelectedCells.3x (1.2, BETA-5-5),
666 Microline/man/XmLGridGetSelectedColumnCount.3x (1.2, BETA-5-5),
667 Microline/man/XmLGridGetSelectedColumns.3x (1.2, BETA-5-5),
668 Microline/man/XmLGridGetSelectedRow.3x (1.2, BETA-5-5),
669 Microline/man/XmLGridGetSelectedRowCount.3x (1.2, BETA-5-5),
670 Microline/man/XmLGridGetSelectedRows.3x (1.2, BETA-5-5),
671 Microline/man/XmLGridMoveColumns.3x (1.2, BETA-5-5),
672 Microline/man/XmLGridMoveRows.3x (1.2, BETA-5-5),
673 Microline/man/XmLGridPaste.3x (1.2, BETA-5-5),
674 Microline/man/XmLGridPastePos.3x (1.2, BETA-5-5),
675 Microline/man/XmLGridRead.3x (1.2, BETA-5-5),
676 Microline/man/XmLGridReadPos.3x (1.2, BETA-5-5),
677 Microline/man/XmLGridRedrawAll.3x (1.2, BETA-5-5),
678 Microline/man/XmLGridRedrawCell.3x (1.2, BETA-5-5),
679 Microline/man/XmLGridRedrawColumn.3x (1.2, BETA-5-5),
680 Microline/man/XmLGridRedrawRow.3x (1.2, BETA-5-5),
681 Microline/man/XmLGridReorderColumns.3x (1.2, BETA-5-5),
682 Microline/man/XmLGridReorderRows.3x (1.2, BETA-5-5),
683 Microline/man/XmLGridRowColumnToXY.3x (1.2, BETA-5-5),
684 Microline/man/XmLGridRowIsVisible.3x (1.2, BETA-5-5),
685 Microline/man/XmLGridSelectAllCells.3x (1.2, BETA-5-5),
686 Microline/man/XmLGridSelectAllColumns.3x (1.2, BETA-5-5),
687 Microline/man/XmLGridSelectAllRows.3x (1.2, BETA-5-5),
688 Microline/man/XmLGridSelectCell.3x (1.2, BETA-5-5),
689 Microline/man/XmLGridSelectColumn.3x (1.2, BETA-5-5),
690 Microline/man/XmLGridSelectRow.3x (1.2, BETA-5-5),
691 Microline/man/XmLGridSetFocus.3x (1.2, BETA-5-5),
692 Microline/man/XmLGridSetStrings.3x (1.2, BETA-5-5),
693 Microline/man/XmLGridSetStringsPos.3x (1.2, BETA-5-5),
694 Microline/man/XmLGridWrite.3x (1.2, BETA-5-5),
695 Microline/man/XmLGridWritePos.3x (1.2, BETA-5-5),
696 Microline/man/XmLGridXYToRowColumn.3x (1.2, BETA-5-5),
697 Microline/man/XmLMessageBox.3x (1.2, BETA-5-5),
698 Microline/man/XmLPixmapDraw.3x (1.2, BETA-5-5),
699 Microline/man/XmLProgress.3x (1.2, BETA-5-5),
700 Microline/man/XmLRectIntersect.3x (1.2, BETA-5-5),
701 Microline/man/XmLShellOfWidget.3x (1.2, BETA-5-5),
702 Microline/man/XmLSort.3x (1.2, BETA-5-5),
703 Microline/man/XmLStringDraw.3x (1.2, BETA-5-5),
704 Microline/man/XmLStringDrawDirection.3x (1.2, BETA-5-5),
705 Microline/man/XmLTree.3x (1.2, BETA-5-5),
706 Microline/man/XmLTreeAddRow.3x (1.2, BETA-5-5),
707 Microline/man/XmLTreeAddRows.3x (1.2, BETA-5-5),
708 Microline/man/XmLWarning.3x (1.2, BETA-5-5), util/vmsParam.h (1.5,
709 BETA-5-5): License change, step 2: Import of Mozilla files with new
712 2004-07-21 11:32 yooden
714 * README (1.38, BETA-5-5), doc/help.etx (1.71, BETA-5-5),
715 doc/nc.pod (1.6, BETA-5-5), doc/nedit.pod (1.7, BETA-5-5),
716 doc/setext (1.12, BETA-5-5), source/calltips.c (1.8, BETA-5-5),
717 source/calltips.h (1.3, BETA-5-5), source/file.c (1.85, BETA-5-5),
718 source/file.h (1.14, BETA-5-5), source/help.c (1.101, BETA-5-5),
719 source/help.h (1.12, BETA-5-5), source/help_data.h (1.69,
720 BETA-5-5), source/help_topic.h (1.60, BETA-5-5), source/highlight.c
721 (1.49, BETA-5-5), source/highlight.h (1.13, BETA-5-5),
722 source/highlightData.c (1.67, BETA-5-5), source/highlightData.h
723 (1.12, BETA-5-5), source/interpret.c (1.40, BETA-5-5),
724 source/interpret.h (1.16, BETA-5-5), source/linkdate.c (1.4,
725 BETA-5-5), source/macro.c (1.88, BETA-5-5), source/macro.h (1.7,
726 BETA-5-5), source/menu.c (1.110, BETA-5-5), source/menu.h (1.12,
727 BETA-5-5), source/nc.c (1.43, BETA-5-5), source/nedit.c (1.79,
728 BETA-5-5), source/nedit.h (1.57, BETA-5-5), source/parse.h (1.6,
729 BETA-5-5), source/preferences.c (1.122, BETA-5-5),
730 source/preferences.h (1.42, BETA-5-5), source/rangeset.c (1.11,
731 BETA-5-5), source/rangeset.h (1.6, BETA-5-5), source/rbTree.h (1.4,
732 BETA-5-5), source/regexConvert.c (1.10, BETA-5-5),
733 source/regexConvert.h (1.6, BETA-5-5), source/regularExp.c (1.24,
734 BETA-5-5), source/regularExp.h (1.11, BETA-5-5), source/search.c
735 (1.70, BETA-5-5), source/search.h (1.22, BETA-5-5),
736 source/selection.c (1.30, BETA-5-5), source/selection.h (1.6,
737 BETA-5-5), source/server.c (1.31, BETA-5-5), source/server.h (1.6,
738 BETA-5-5), source/server_common.c (1.5, BETA-5-5),
739 source/server_common.h (1.2, BETA-5-5), source/shell.c (1.33,
740 BETA-5-5), source/shell.h (1.8, BETA-5-5), source/shift.c (1.16,
741 BETA-5-5), source/shift.h (1.5, BETA-5-5), source/smartIndent.c
742 (1.35, BETA-5-5), source/smartIndent.h (1.7, BETA-5-5),
743 source/tags.c (1.58, BETA-5-5), source/tags.h (1.14, BETA-5-5),
744 source/text.c (1.47, BETA-5-5), source/text.h (1.19, BETA-5-5),
745 source/textBuf.c (1.32, BETA-5-5), source/textBuf.h (1.16,
746 BETA-5-5), source/textDisp.c (1.57, BETA-5-5), source/textDisp.h
747 (1.25, BETA-5-5), source/textDrag.c (1.10, BETA-5-5),
748 source/textDrag.h (1.4, BETA-5-5), source/textP.h (1.9, BETA-5-5),
749 source/textSel.c (1.14, BETA-5-5), source/textSel.h (1.5,
750 BETA-5-5), source/undo.c (1.17, BETA-5-5), source/undo.h (1.7,
751 BETA-5-5), source/userCmds.c (1.48, BETA-5-5), source/userCmds.h
752 (1.7, BETA-5-5), source/window.c (1.162), source/window.h (1.24,
753 BETA-5-5), source/windowTitle.c (1.13, BETA-5-5),
754 source/windowTitle.h (1.4, BETA-5-5), util/DialogF.c (1.29,
755 BETA-5-5), util/DialogF.h (1.10, BETA-5-5), util/check_lin_tif.c
756 (1.10, BETA-5-5), util/clearcase.c (1.5, BETA-5-5),
757 util/clearcase.h (1.4, BETA-5-5), util/fileUtils.c (1.32,
758 BETA-5-5), util/fileUtils.h (1.11, BETA-5-5), util/fontsel.c (1.27,
759 BETA-5-5), util/fontsel.h (1.10, BETA-5-5), util/getfiles.c (1.29,
760 BETA-5-5), util/getfiles.h (1.7, BETA-5-5), util/managedList.c
761 (1.14, BETA-5-5), util/managedList.h (1.6, BETA-5-5), util/misc.c
762 (1.67, BETA-5-5), util/misc.h (1.24, BETA-5-5), util/prefFile.c
763 (1.23, BETA-5-5), util/prefFile.h (1.7, BETA-5-5),
764 util/printUtils.c (1.24, BETA-5-5), util/printUtils.h (1.8,
765 BETA-5-5), util/system.h (1.15, BETA-5-5), util/utils.c (1.21,
766 BETA-5-5), util/utils.h (1.12, BETA-5-5), util/vmsUtils.c (1.6,
767 BETA-5-5), util/vmsUtils.h (1.6, BETA-5-5): License change, step 1:
768 Added Motif clause to a lot of files.
770 2004-07-20 01:40 n8gray
772 * source/window.c (1.161): The stats line copies its font from the
775 2004-07-18 23:13 yooden
777 * source/shift.c (1.15): Fixes inconsistency between 'Fill
780 2004-07-18 22:30 yooden
782 * doc/help.etx (1.70), source/file.c (1.84), source/help.c (1.100),
783 source/help_data.h (1.68), source/help_topic.h (1.59),
784 source/highlight.c (1.48), source/highlightData.c (1.66),
785 source/macro.c (1.87), source/menu.c (1.109), source/nedit.c
786 (1.78), source/preferences.c (1.121), source/search.c (1.69),
787 source/selection.c (1.29), source/shell.c (1.32),
788 source/smartIndent.c (1.34), source/tags.c (1.57),
789 source/userCmds.c (1.47), source/windowTitle.c (1.12),
790 util/fontsel.c (1.26), util/getfiles.c (1.28), util/misc.c (1.66),
791 util/printUtils.c (1.23): Fixes some of the misnamed dialogs.
793 2004-07-15 21:17 n8gray
795 * source/: help.c (1.99), nedit.c (1.77): Fix for bug 873469: nedit
796 -V requires X server. Fix due to T. Haude with slight
797 modification. (argument scanning stops if it sees "--".)
801 * ReleaseNotes (1.25, BETA-5-5): Added bug #987102 to the list of
806 * source/regularExp.c (1.23): Fix for SF bug #987102: segmentation
807 fault on replace. Regex recursion is now limited to 10000. The API
808 could still be extended to handle errors more gracefully (error
809 messages are currently written to stderr).
813 * source/nedit.c (1.76): Added Lesstif-specific suppression of
814 harmless but annoying warnings generated by non-production versions
815 of the library. Developers can see the suppressed messages by
816 adding -DDEBUG_LESSTIF_WARNINGS to their compile flags. So far,
817 I've added 3 messages to the suppression list, but the list can
818 easily be extended if more of these messages show up.
822 * util/check_lin_tif.c (1.9): Added OpenMotif 2.2.3 and Lesstif
823 0.93.94 to the "known good" lists. (I didn't add 0.93.95 since it
824 doesn't officially exist yet).
828 * source/calltips.c (1.7): Removed the custom fix for SF bug
829 #925951 again. It is covered by the fix for bug #991700.
833 * source/nedit.c (1.75): Fix for SF bug #991700: 5.5 crash. The
834 workaround to prevent this crash was executed too late due to the
835 reorganization of the shells.
837 2004-07-15 09:07 yooden
839 * source/file.c (1.83): Small optimization in backupFileName()
841 2004-07-15 02:03 yooden
843 * makefiles/Makefile.solarisx86 (1.1, BETA-5-5): Added Makefile for
846 2004-07-15 01:47 yooden
848 * source/: highlightData.c (1.65), preferences.c (1.120): Fixes two
849 small issues wrt C++.
851 2004-07-14 19:51 n8gray
853 * source/menu.c (1.108): There were two accelerators for 'T' in the
854 File menu. I changed "Load Tags File" to use 'g' instead.
856 2004-07-14 19:48 n8gray
858 * makefiles/Makefile.macosx (1.7, BETA-5-5): Adding the
859 -mdynamic-no-pic gcc flag to get cleaner code on OS X.
861 2004-07-14 13:31 yooden
863 * source/file.c (1.82): Someone forgot to call stat() before
864 querying the statbuf.
868 * source/menu.c (1.107): Another crash fix: tab context popup menu
869 didn't inherit proper visual.
873 * Xlt/BubbleButton.c (1.6, BETA-5-5): Crash fix: bubblebutton
874 tooltips didn't inherit proper visual (Tk Soh).
878 * source/search.c (1.68): Fix for incremental search bar clear
879 button crash reported by Yury Burkatovsky. It wasn't as hard as I
884 * ReleaseNotes (1.24): First stab at the release notes for 5.5.
888 * util/misc.c (1.65): Inserted some casts to suppress harmless
893 * source/help.c (1.98): More fundamental fix for SF bug #982589:
894 Help font inconsistent with window size. The help window size
895 calculation is now based on the actual fixed font used in the help
898 2004-07-08 06:29 n8gray
900 * Makefile (1.16, BETA-5-5), README (1.37), source/help_data.h
901 (1.67), source/help_topic.h (1.58), source/nc.c (1.42): Man, that
902 was a quick beta! Back to RC1.
906 * ChangeLog (1.38, BETA-5-5): Regenerated (cvs2cl.pl -b -r -t
909 2004-07-07 01:39 n8gray
911 * README (1.36), makefiles/Makefile.macosx (1.6): Updating some OS
914 2004-07-07 03:14 n8gray
916 * Makefile (1.15), README (1.35), source/help_data.h (1.66),
917 source/nc.c (1.41): I guess we should go to BETA1 before RC1.
919 2004-07-07 02:51 n8gray
921 * Makefile (1.14), README (1.34), source/help_data.h (1.65),
922 source/help_topic.h (1.57), source/nc.c (1.40): Updating version
923 information for 5.5RC1.
927 * source/highlightData.c (1.64): Minor update to the Python
928 patterns: added new built-in functions, exceptions, warnings, ...
929 that were introduced in Python 2.3.
933 * source/help.c (1.97): Increased the help window size from 65 to
934 75 columns as a workaround for the window becoming smaller due to
935 changes in the font specifications. (SF bug #982589: Help font
936 inconsistent with window size)
940 * source/menu.c (1.106): Fix for SF bug #933146: VMS Open Previous
945 * source/server.c (1.30): Race condition fix for SF bug #978104:
946 nedit -sync option. The server missed the first property change in
951 * doc/help.etx (1.69), source/help_data.h (1.64),
952 source/help_topic.h (1.56): Cross-reference fixes (Yury
955 2004-06-13 03:08 tksoh
957 * source/window.c (1.160): Fixed shrinking-window bug on some
958 window manager such as Metacity, where window would shrink when
959 switching between documents with different font size.
963 * Microline/XmL/XmL.h (1.3): Fixed a #define collision when
964 compiling with OM 2.2.3.
968 * source/: menu.c (1.105), nedit.h (1.56), window.c (1.159): Fixes
969 for SF bug #779454: SGI_CUSTOM & windows names. Removed all
970 obsolete SGI_WINDOW_TITLE stuff.
974 * source/highlightData.c (1.63): Removed unused declaration.
978 * doc/help.etx (1.68), source/help_data.h (1.63),
979 source/help_topic.h (1.55): More help updates from Joerg Fischer.
983 * source/: highlight.c (1.47), highlightData.c (1.62), macro.c
984 (1.86): Commit SF patch #970491: Forbid deletion of the "Plain"
985 Text Drawing Style (Tony Balinski).
989 * source/: userCmds.c (1.46), window.c (1.158): Crash fix:
990 bgMenuUndo/RedoItem were memcopied when opening multiple tabs in a
991 window. This could eventually result in accesses to destroyed bg
992 menu items (and crashes), but only when the tabs use different
993 language modes. That's why crashes were rather rare (and the
994 illegal accesses didn't always result in a crash).
998 * doc/help.etx (1.67), doc/nc.pod (1.5), doc/nedit.pod (1.6),
999 source/help_data.h (1.62), source/help_topic.h (1.54): Help
1000 updates: tabbed editing and incremental search bar (Joerg Fischer).
1002 2004-06-08 17:30 edg
1004 * source/server.c (1.29), util/misc.c (1.64), util/misc.h (1.23):
1005 Committed SF patch #963120: Open tab in window on current desktop.
1006 New files opened via nc no longer appear in a tab of some
1007 pseudo-random window, possible on a different window manager
1008 desktop, but on a window of the current desktop. If no window
1009 exists on the current desktop, a new one is created. Requires the
1010 window manager to be EWMH compliant, but falls back to the old
1011 behaviour for non-compliant wms.
1013 2004-06-08 17:08 tringali
1015 * source/shell.c (1.31): Fix from Tony Balinski: close unused fds
1016 so that shell commands can be invoked asynchronously. Otherwise,
1017 we will wait for the command to end even if the input/output/error
1018 streams were redirected to /dev/null.
1020 2004-06-01 14:23 edg
1022 * source/server_common.c (1.4): Memory leak and malloc/free
1025 2004-05-25 21:31 tringali
1027 * source/nedit.c (1.74): Don't use labelFontList et al on
1030 2004-05-16 14:02 tksoh
1032 * source/window.c (1.157): Fixed coredump if offers to save file
1033 were refused when closing window with several modified documents.
1035 2004-05-12 11:21 edg
1037 * source/interpret.c (1.39): Missed a spot in the debug code when I
1038 applied the macro string changes.
1040 2004-05-11 21:56 edg
1042 * doc/help.etx (1.66), doc/nc.pod (1.4), doc/nedit.pod (1.5),
1043 source/help_data.h (1.61), source/help_topic.h (1.53): Updated
1044 rangeset documentation (SF bug #922282) and -do documentation
1045 (Joerg, with remarks of Tony).
1047 2004-05-06 10:39 jlous
1049 * source/menu.c (1.104): Changed "Tabs..." to "Tab Stops..." in
1052 2004-05-04 16:19 edg
1054 * README (1.33), doc/help.etx (1.65), doc/nc.pod (1.3),
1055 doc/nedit.pod (1.4), source/help_data.h (1.60), source/help_topic.h
1056 (1.52): Added TK to the list of authors.
1058 2004-05-04 09:41 edg
1060 * Xlt/BubbleButton.c (1.5): Added declaration of
1061 _XmStringCreateExternal (SF bug #923924).
1063 2004-05-03 14:08 edg
1065 * ChangeLog (1.37): Regenerated (cvs2cl.pl -b -r -t --accum --gmt).
1067 2004-05-03 13:59 edg
1069 * source/window.c (1.156): Bug fix: File->Close in the original
1070 window was disabled after calling calling the detach_document()
1073 2004-05-03 09:26 edg
1075 * util/check_lin_tif.c (1.8): Classified OM 2.2.3 (the real one,
1076 not the 2.2.2 version claiming to be 2.2.3) as being UNTESTED iso.
1077 KNOWN BAD. If no show-stoppers are found, we can classify it as a
1080 2004-05-03 08:54 edg
1082 * Xlt/BubbleButton.c (1.4): Fixed inconsistent linkage declaration
1083 for _XmExportLabelString.
1085 2004-05-03 08:53 edg
1087 * util/misc.c (1.63): Disabled the sticky radiobutton workaround
1088 for OM 2.2.3 and above. The bug appears to be fixed in 2.2.3.
1090 2004-04-30 15:27 edg
1092 * source/interpret.c (1.38): Added some comments to the new string
1093 allocation routines.
1095 2004-04-30 14:35 edg
1097 * source/: interpret.c (1.37), interpret.h (1.15), macro.c (1.85),
1098 smartIndent.c (1.33): Speed boost for macro string searching: keep
1099 string length together with the string to avoid excessive amount of
1100 strlen() calls in some cases.
1102 2004-04-30 11:53 edg
1104 * source/window.c (1.155): Bug fix: closing a tab via a macro
1105 called from another tab resulted in a crash or an endless loop in
1108 2004-04-30 04:06 tksoh
1110 * source/: nedit.c (1.73), window.c (1.154): Some GUI changes on
1111 statsAreaForm: removed the separator below the tab-bar; removed
1112 some hardcoded visual resources on tab and tab-bar; statsline's
1113 text widget to inherit colors from it's immediate parent form, to
1116 2004-04-29 02:34 tksoh
1118 * source/: menu.c (1.103), nedit.c (1.72), text.c (1.46): Removed
1119 tab navigation items from the Window menu, and handle them with
1120 text widget's translation table.
1122 2004-04-28 01:54 tksoh
1124 * doc/help.etx (1.64), source/help_data.h (1.59),
1125 source/help_topic.h (1.51), source/menu.c (1.102), source/nedit.c
1126 (1.71), source/nedit.h (1.55), source/window.c (1.153),
1127 source/window.h (1.23): Renamed "Split Window" to "Split Pane", and
1128 split_window() is now split_pane().
1130 2004-04-27 01:35 tksoh
1132 * source/: file.c (1.81), menu.c (1.101), nedit.h (1.54),
1133 preferences.c (1.119), window.c (1.152): Second (and hopefully
1134 final) phase of Buffers-to-Documents conversion; Also added brief
1135 description to struct WindowInfo on tabbed mode.
1137 2004-04-26 03:01 tksoh
1139 * source/window.c (1.151): Fix for SF bug #941888: Window shrinks
1140 when switching between tabs on some window managers such as
1143 2004-04-24 04:53 tksoh
1145 * source/window.c (1.150): Preserve document opening chain
1146 (WindowList) when documents are detached or moved, so that macro
1147 functions such focus_window("last") will traverse the documents
1150 2004-04-24 03:48 tksoh
1152 * source/window.c (1.149): Honor pref setting of "Hide Tab Bar When
1153 Only One Document is Open"; covering SF bug #939712: unexpected tab
1156 2004-04-24 03:12 tksoh
1158 * source/window.c (1.148): Fixed coredump when closing top
1161 2004-04-23 16:35 tringali
1163 * source/window.c (1.147): Fix for bug 940844 - flashing isearch
1166 2004-04-23 00:43 tksoh
1168 * source/window.c (1.146): Fixed bold-face on label of inactive
1171 2004-04-19 15:46 tringali
1173 * source/: window.c (1.145), nedit.c (1.70): - Changed accelerators
1174 for next/prev window to Ctrl+Pg Up (for Mozilla compat.) -
1175 Bold-face the active tab for visibility, implemented with fontlist
1178 2004-04-17 10:32 tksoh
1180 * source/: nedit.c (1.69), window.c (1.144), window.h (1.22): Fixed
1181 WM session management (WM_SAVE_YOURSELF) support for tabbed mode.
1183 2004-04-17 03:51 n8gray
1185 * doc/help.etx (1.63), source/help_data.h (1.58),
1186 source/help_topic.h (1.50): Updated documentation for the
1187 auto-scroll feature. The resource for setting the number of lines
1188 of padding has changed to nedit.autoScrollVPadding.
1190 2004-04-16 08:15 edg
1192 * source/calltips.c (1.6): Fix for SF bug #925951: nedit 5.4
1193 crashes when dragging a calltip. It appears to be a bug in SUN's
1194 Motif. Dragging is now disabled.
1196 2004-04-15 22:32 n8gray
1198 * source/: menu.c (1.100), nedit.h (1.53), preferences.c (1.118),
1199 preferences.h (1.41), window.c (1.143), window.h (1.21): Committing
1200 the auto-scroll patch. For now 4 seems like a reasonable default.
1202 2004-04-14 20:33 n8gray
1204 * source/: help_data.h (1.57), help_topic.h (1.49), window.c
1205 (1.142): Applied TK's patch for putting the * on the correct side
1206 of the tab's filename based on text alignment (with a minor
1207 change). I still don't understand why it didn't work for me
1208 before, but what the heck.
1210 Also it looks like I regenerated the help files. No changes there
1211 other than the dates at the top.
1213 2004-04-14 15:12 edg
1215 * source/window.c (1.141): Warning fix (Andrew Stanaski).
1217 2004-04-14 09:44 edg
1219 * source/: nedit.c (1.68), server.c (1.28): Additional fixes for
1220 potential crashes due to -do macro commands closing windows.
1222 2004-04-14 05:45 tksoh
1224 * source/: nedit.c (1.67), server.c (1.27): Fixed coredump when
1225 running -do closed() or detach_document() with nc or nedit, or when
1228 Also corrected the behavior on VMS so that -do will only apply onto
1229 the first file globbed from the wildcard specified.
1231 2004-04-14 00:49 n8gray
1233 * source/: nedit.c (1.66), window.c (1.140): Changed so that
1234 alignment of the filenames in tabs isn't hardwired. I edit lots of
1235 files that have the same prefix, e.g. mmc_ext_XXX.ml, and if too
1236 many tabs get opened then I end up with 25 identical tabs. This is
1237 much less of a problem if the text is right-aligned, since the .ml
1238 suffixes take up less space.
1240 You can try this out by setting the resource "*tab.alignment:
1243 One improvement would be to also put the "*" that indicates a file
1244 is modified on the right if the titles are right-aligned. I tried
1245 to implement that but for some reason couldn't read the setting of
1246 the alignment resource successfully.
1248 2004-04-14 00:14 n8gray
1250 * source/window.c (1.139): Fixed the code to get the next tab on
1251 tab close/detach so that the correct tab is chosen when tabs are
1254 2004-04-01 12:48 tksoh
1256 * source/window.c (1.138): Re-enabled window auto-resizing on
1257 (un)display of line numbers for multi-tab windows. Disabling
1258 auto-resize on font change alone would be enough to fix the
1261 2004-04-01 10:29 tksoh
1263 * source/window.c (1.137): Fixed BadMatch error when linking to
1264 various releases of Lesstif version 1.2 (no problem with v2.x), if
1265 we use XCreateBitmapFromData() to created bitmaps for buttons.
1267 2004-04-01 02:50 tksoh
1269 * source/textDisp.c (1.56): Fixed BadWindow error when opening help
1270 window, introduced by the recent window auto-resize patch.
1272 2004-04-01 01:38 tksoh
1274 * source/window.c (1.136): Fixed bug where the detached document
1275 would get an incorrect number of rows, when the document contain
1276 highlighting fonts with sizes differ from the primary font. For now
1277 there'd be some flickers due to the resizing of the detached window
1278 by syntax highlighting, etc - something that we are to address
1279 later - but the rows will at least be correct.
1281 2004-03-31 15:02 tksoh
1283 * source/: highlight.c (1.46), textDisp.c (1.55), window.c (1.135):
1284 Disabled window auto-resizing, triggered by font change or
1285 (un)display of line numbers, for multi-tab windows.
1287 2004-03-31 12:31 tksoh
1289 * source/: nedit.h (1.52), search.c (1.67), window.c (1.134):
1290 Applied SF patch #891884: Add Find and Clear buttons to i-search
1292 2004-03-29 14:42 tksoh
1294 * source/userCmds.c (1.45): Fixed coredump when invoking BG menu on
1297 2004-03-28 12:15 yooden
1299 * .cvsignore (1.3), doc/.cvsignore (1.5), source/.cvsignore (1.5),
1300 util/.cvsignore (1.4): Moves *.bck to global ignore file.
1302 2004-03-25 17:37 tksoh
1304 * source/: menu.c (1.99), window.c (1.133): Removed unused
1307 2004-03-25 07:12 n8gray
1309 * .cvsignore (1.2), doc/.cvsignore (1.4), doc/help.etx (1.62),
1310 source/.cvsignore (1.4), source/help_data.h (1.56),
1311 source/help_topic.h (1.48), source/textDrag.c (1.9),
1312 util/.cvsignore (1.3): Updated the help files to document action
1313 routines for all menu items. Also added *.bck to .cvsignore files.
1315 2004-03-25 04:27 tksoh
1317 * source/: file.c (1.80), file.h (1.13), macro.c (1.84), menu.c
1318 (1.98), nedit.c (1.65), preferences.c (1.117), selection.c (1.28),
1319 server.c (1.26), tags.c (1.56), window.c (1.132), window.h (1.20):
1320 Speed up opening of multiple files, by opening the files in
1321 background and deferring the syntax highlighting (SH) process. SH
1322 may be triggered later when a document is raised, or accessed by
1325 2004-03-21 14:25 tksoh
1327 * source/: Makefile.common (1.17), window.c (1.131): Bugfix for
1328 persistent tooltip of tabs, when dragged with middle button.
1330 2004-03-19 15:17 tringali
1332 * util/system.h (1.14): Fix bogus IA64 defintion; detect Intel when
1333 masquerading as gcc; guess when compiling HP C.
1335 2004-03-19 09:53 tksoh
1337 * source/window.c (1.130): Make next/prev document actions
1338 independent of tab sorting policy.
1340 2004-03-11 12:42 edg
1342 * source/: nedit.h (1.51), userCmds.c (1.44): Bug fixes for user
1343 menu cache (Uwe Lehnert).
1345 2004-03-06 22:44 n8gray
1347 * source/: menu.c (1.97), nedit.h (1.50), preferences.c (1.116):
1348 Added "Sort Tabs Alphabetically" menu item.
1350 2004-03-06 02:24 n8gray
1352 * source/window.c (1.129): Fixed SortTabBar -- it wasn't updating
1353 the "next" pointers, which broke the next/previous tab actions.
1355 2004-03-05 08:10 tksoh
1357 * source/: menu.c (1.96), menu.h (1.11), userCmds.c (1.43),
1358 window.c (1.128): Hide the BG tearoffs when switching doc, and
1359 restore them when switched back later.
1361 2004-03-04 09:44 tksoh
1363 * source/: menu.c (1.95), menu.h (1.10), nedit.h (1.49),
1364 preferences.c (1.115), userCmds.c (1.42), userCmds.h (1.6),
1365 window.c (1.127): Applied SF patch #891126: user menu cache.
1367 2004-03-04 00:49 tksoh
1369 * source/: file.c (1.79), preferences.c (1.114), preferences.h
1370 (1.40), window.c (1.126), window.h (1.19): If 'nedit.sortTab' is
1371 True, sort the tabs on the tab bar by filenames alphabetically.
1372 Sorting is disabled by default.
1374 2004-03-03 13:28 edg
1376 * source/textBuf.c (1.31): Bug fix in BufCountDispChars: don't
1377 count terminating \0 of text buffer.
1379 2004-03-03 07:06 tksoh
1381 * source/: menu.c (1.94), window.h (1.18): Cleaned up residue of
1384 2004-03-02 12:47 tksoh
1386 * source/undo.c (1.16): Removed flickers on text area that occured
1387 when undoing/redoing with selection and
1388 'nedit.undoModifiesSelection' set to false.
1390 2004-03-02 08:15 tksoh
1392 * source/: menu.c (1.93), nedit.h (1.48), window.c (1.125),
1393 window.h (1.17): Changed Menu "Attach Tab..." to "Move Tab To...".
1394 The corresponding AP attach_document_dialog() is changed to
1395 move_document_dialog() too; Also revised preference menus under
1398 2004-02-27 00:53 tksoh
1400 * source/window.c (1.124): Bugfix for shrunken upper split panes
1401 when documents are detached or attached.
1403 2004-02-26 09:54 edg
1405 * source/window.c (1.123): Clone tab distance & emulation settings
1406 when cloning a document.
1408 2004-02-25 02:47 tksoh
1410 * source/: menu.c (1.92), window.c (1.122): Made line number
1411 display a shell-level item, like the i-search and stats lines. Also
1412 fixed few associated bugs.
1414 2004-02-23 02:51 n8gray
1416 * source/textBuf.c (1.30): Eliminated unnecessary #include.
1418 2004-02-21 14:25 yooden
1420 * doc/help.etx (1.61), source/help_data.h (1.55),
1421 source/help_topic.h (1.47): Fiyes typos in help, adds args[] doc
1422 (Tony Balinski), changes mailing list information (Joor Loohuis).
1424 2004-02-21 05:45 tksoh
1426 * source/: file.c (1.78), macro.c (1.83), menu.c (1.91),
1427 preferences.c (1.113), search.c (1.66), shell.c (1.30),
1428 smartIndent.c (1.32), tags.c (1.55), undo.c (1.15), userCmds.c
1429 (1.41), window.c (1.121), window.h (1.16): Update button state or
1430 sensitivity of the main menus only if the document being worked on
1431 is on top. This prevent the macro operation from updating the menu
1432 buttons incorrectly, when acting on documents currently not on top.
1434 2004-02-20 09:27 tksoh
1436 * source/menu.c (1.90): Corrected mnemonic of 'Last Viewed Tab'
1439 2004-02-19 06:33 tksoh
1441 * source/nedit.c (1.64): Added missing -group option in nedit
1442 command line help message.
1444 2004-02-19 06:23 tksoh
1446 * doc/help.etx (1.60), source/help_data.h (1.54),
1447 source/help_topic.h (1.46), source/nc.c (1.39), source/nedit.c
1448 (1.63): Added option -group to nc and nedit, to allow opening of
1449 group of files as tabs in a new window.
1451 2004-02-17 01:01 tksoh
1453 * source/window.c (1.120): Fixed coredump when loading tag files,
1454 caused by dangling pointer of mode messages.
1456 2004-02-16 01:02 tksoh
1458 * doc/help.etx (1.59), source/file.c (1.77), source/file.h (1.12),
1459 source/help_data.h (1.53), source/help_topic.h (1.45),
1460 source/macro.c (1.82), source/menu.c (1.89), source/nc.c (1.38),
1461 source/nedit.c (1.62), source/nedit.h (1.47), source/preferences.c
1462 (1.112), source/preferences.h (1.39), source/search.c (1.65),
1463 source/selection.c (1.27), source/server.c (1.25), source/tags.c
1464 (1.54), source/window.c (1.119): Applied SF patch #893177: modeless
1467 2004-02-14 02:22 tksoh
1469 * source/window.c (1.118): Bugfix: top BG menu tearoffs were not
1470 closed before switching tabbed document.
1472 2004-02-13 12:32 tksoh
1474 * source/window.c (1.117): Close all BG menu tearoffs before
1475 switching tabbed document. BG menu is local to each document, so
1476 should not stay up when its parent doc isn't.
1478 2004-02-13 07:53 tksoh
1480 * source/window.c (1.116): Bugfix: banner not cleared after loading
1483 2004-02-10 22:29 yooden
1485 * Microline/XmL/Folder.c (1.3), source/file.c (1.76),
1486 source/window.c (1.115): Removes some warnings.
1488 2004-02-10 14:25 tringali
1490 * source/nedit.c (1.61): Fix reversed tab accelerators in LessTif
1492 2004-02-10 02:00 tringali
1494 * source/nedit.c (1.60): Fix for tab accelerators in LessTif; avoid
1495 trapping Alt+Shift+arrow too.
1497 2004-02-09 11:02 edg
1499 * source/window.c (1.114): Added missing shell/macroMenuValid
1502 2004-02-09 09:45 tksoh
1504 * source/: rangeset.c (1.10), rangeset.h (1.5), window.c (1.113):
1505 Bugfix for: 1) coredump when detaching/attaching document
1506 containing destroyed rangeset; 2) after being detached/attached,
1507 colors of subsequently added rangesets were not refreshed
1510 2004-02-09 04:16 tksoh
1512 * source/window.c (1.112): Applied workaround for partially
1513 (bottom) obscured text area of new tabs on OM-2.1.30, and perhaps
1516 2004-02-08 02:49 tksoh
1518 * source/window.c (1.111): Applied workaround for coredump when
1519 closing tabs in the middle of keystrokes learning, by clicking on
1520 the close-tab button. See comment of closeTabCB() for detail.
1522 2004-02-08 01:46 tksoh
1524 * source/window.c (1.110): Bugfix: stats or i-search line might
1525 come up concealed on new windows, if the tab bar was set to be
1528 2004-02-07 15:44 tringali
1530 * source/: menu.c (1.88), menu.h (1.9), nedit.h (1.46), window.c
1531 (1.109): Tab context menu via TK Soh, from SF patch 891679
1533 2004-02-07 02:20 tringali
1535 * source/nedit.c (1.59): - Visual for inactive tabs: use a lighter
1536 grey foreground. Ideally we'd make the active tab boldface, but
1537 that requires mucking about with fonts. - Non-emacs accelerators
1538 for tab navigation: Alt-Left,Alt-Right,Alt-Home
1540 2004-02-05 07:29 tksoh
1542 * source/window.c (1.108): Bugfix for missing BG menus in second
1543 and subsequent tabbed docs.
1545 2004-02-04 08:44 tksoh
1547 * source/: file.c (1.75), menu.c (1.87), nedit.h (1.45), window.c
1548 (1.107), window.h (1.15): Create tabbed document in background, to
1549 avoid unnecessary updates on the user menus. This reduces the
1550 flickers on the tearoffs of the user menus. It also speeds up the
1551 process of opening multiple files, particularly those of the same
1554 2004-02-03 14:26 edg
1556 * source/preferences.c (1.111): Fix for SF bug #887581: /*
1557 Uncomment */ macro problem.
1559 2004-02-03 08:25 edg
1561 * ChangeLog (1.36): Regenerated (cvs2cl.pl -b -r -t --accum --gmt).
1563 2004-02-03 08:18 edg
1565 * source/macro.c (1.81): Fix for SF bug #889444: rangeset_add(rs1,
1566 rs2) fails if rs1, rs2 is empty.
1568 2004-02-03 07:27 tksoh
1570 * source/preferences.c (1.110): Bugfix: nedit.tabbedMode was not
1571 saved to nedit.rc file.
1573 2004-02-03 07:27 tksoh
1575 * source/preferences.c (1.110): Bugfix: nedit.tabbedMode was not
1576 saved to nedit.rc file.
1578 2004-01-29 11:03 tksoh
1580 * source/smartIndent.c (1.31): Applied workaround for Motif
1581 crash-with-tearoffs bug to Smart Indent dialog. Any more?
1583 2004-01-29 10:53 tksoh
1585 * source/highlightData.c (1.61), source/window.c (1.106),
1586 util/misc.c (1.62), util/misc.h (1.22): Applied workaround for
1587 Motif crash-with-tearoffs bug to Syntax Highlighting Patterns
1590 2004-01-28 01:50 tksoh
1592 * doc/help.etx (1.58), source/help_data.h (1.52),
1593 source/help_topic.h (1.44), source/preferences.c (1.109): A sort of
1594 fix for SF Bug #883894: removed normal non-whitespace text
1595 characters from the default backlighting list, so that those
1596 characters will be displayed with the background color as defined
1597 by the nedit.textBgColor resource - unless overridden by syntax
1600 2004-01-27 18:02 tksoh
1602 * source/: userCmds.c (1.40), window.c (1.105): When switching
1603 tabs, only update Macro/Shell/BG menus only if the language mode
1604 has changed, to reduce flickers on the tearoffs.
1606 2004-01-27 17:44 tksoh
1608 * source/preferences.c (1.108): Fix for SF bug #884862: typo in
1609 class names of preference resources.
1611 2004-01-26 09:23 tksoh
1613 * source/: macro.c (1.80), macro.h (1.6), nedit.h (1.44), shell.c
1614 (1.29), shell.h (1.7), window.c (1.104): Mode message display was
1615 not handled properly as we switch between documents.
1617 2004-01-20 03:31 tksoh
1619 * source/window.c (1.103): fixed compiling warning on use of
1620 undeclared function.
1622 2004-01-20 02:48 tksoh
1624 * source/: rangeset.c (1.9), rangeset.h (1.4), window.c (1.102):
1625 Transfer rangeset info when attaching/detaching tabs (Uwe Lehnert)
1627 2004-01-16 11:49 edg
1629 * source/file.c (1.74): Fix for SF bug #878183: File deleted.
1630 Don't delete incremental backup files when incremental backups are
1633 2004-01-16 09:18 edg
1635 * source/highlightData.c (1.60), source/preferences.c (1.107),
1636 source/search.c (1.64), source/userCmds.c (1.39), util/misc.c
1637 (1.61), util/misc.h (1.21): Applied the "OpenMotif sticky radio
1638 button" workaround to all radio buttons.
1640 2004-01-16 02:59 tksoh
1642 * doc/help.etx (1.57), source/file.c (1.73), source/help_data.h
1643 (1.51), source/help_topic.h (1.43), source/macro.c (1.79),
1644 source/menu.c (1.86), source/nedit.c (1.58), source/nedit.h (1.43),
1645 source/preferences.c (1.106), source/preferences.h (1.38),
1646 source/search.c (1.63), source/server.c (1.24), source/userCmds.c
1647 (1.38), source/window.c (1.101), source/window.h (1.14): Phase one
1648 of Buffers-to-Documents conversion.
1650 2004-01-15 07:59 tksoh
1652 * source/window.c (1.100): Bugfix: always update Macro & Shell
1653 menus when raising a buffer, so that the keyboard shortcuts
1654 are refreshed properly.
1656 We'll worry about the visual optimization later.
1658 2004-01-13 15:49 edg
1660 * source/window.c (1.99): Prevent some (harmless) uninitialized
1661 variable accesses when creating a geometry string.
1663 2004-01-13 14:46 tringali
1665 * source/window.c (1.98): Workaround for bug in OpenMotif 2.1 and
1666 2.2. If you have an active tear-off menu from a TopLevelShell that
1667 is a child of an ApplicationShell, and then close the parent
1668 window, Motif crashes. The problem doesn't happen if you close the
1669 tear-offs first, so, we programatically close them before
1670 destroying the shell widget.
1672 2004-01-13 02:45 tksoh
1674 * source/preferences.c (1.105): Fixed coredump when changing
1675 language mode via 'Language Mode' tearoff menu.
1677 2004-01-12 17:31 edg
1679 * makefiles/Makefile.cygwin (1.8): Added check_tif_rule for Cygwin.
1681 2004-01-12 17:09 edg
1683 * source/highlight.c (1.45): Bug fix for crash in highlighting
1684 dialog, reported by Joerg Fischer. Error pattern of color-only
1685 patterns was copied erroneously.
1687 2004-01-10 06:12 tksoh
1689 * source/userCmds.c (1.37): Fixed coredump when invoking
1690 Macro/Shell/Background commands from tear-offs.
1692 2004-01-09 05:56 tksoh
1694 * source/userCmds.c (1.36): Bugfix: when invoked by keyboard
1695 shoft-cuts, macro and shell commands were always executed in the
1696 first buffer created, or coredumped if the first buffer had been
1699 2004-01-08 06:19 tksoh
1701 * source/: macro.c (1.78), macro.h (1.5), shell.c (1.28), shell.h
1702 (1.6), window.c (1.97): Bugfix: cursor and statsline now reflect if
1703 macro/shell commands are in progress in each individual buffer.
1705 2004-01-06 06:25 n8gray
1707 * source/macro.c (1.77): Patch monkey see, patch monkey do. Tony
1708 says fix rangeset bug, patch monkey fix rangeset bug. Ook. Fixes
1711 2004-01-06 02:38 tksoh
1713 * source/: menu.c (1.85), userCmds.c (1.35), window.c (1.96):
1714 Improved handling of tear-off (Macro, Shell and Windows) menus:
1715 i) fixed shrink-expand bugs; ii) tear-offs stay up when buffers
1718 2004-01-02 10:32 tksoh
1720 * source/window.c (1.95): window manager's size hints should follow
1723 2003-12-31 02:25 tksoh
1725 * source/window.c (1.94): Bugfix: bookmarks were lost when
1726 detaching/attaching buffers. (Uwe Lehnert)
1728 2003-12-31 01:22 tksoh
1730 * source/window.c (1.93): Bugfix for crash when navigating through
1733 2003-12-30 15:32 tringali
1735 * source/nedit.c (1.57): Also put back XmLFolder resources.
1737 2003-12-30 15:19 tringali
1739 * source/nedit.c (1.56): Revert to fallback resources. The merging
1740 didn't work as I expected.
1742 2003-12-29 10:58 tksoh
1744 * source/window.c (1.92): Applied temporary workaround for
1745 disappearing-text-window bug when linking to Lesstif (ver 0.93.18 &
1748 2003-12-28 17:30 tringali
1750 * source/nedit.c (1.55): New default resource scheme. We enter
1751 resources directly via Xrm calls, instead of fallback resources.
1752 This should avoid version skew problems when an app-defaults file
1753 has been installed against our wishes. In particular, when there
1754 is an app-defaults file out there, we should now merge all the
1755 built-in and external resources. Fallback resources would simply
1756 discard the built-in resources in favor of the ones in the file,
1757 and this frequently would cause missing resources if the file was
1760 2003-12-28 17:25 yooden
1762 * source/: highlightData.c (1.59), preferences.c (1.104): Changes
1763 LaTeX patterns (Jörg Fischer) and adds comment macro (Sergei
1766 2003-12-28 17:25 tringali
1768 * source/window.c (1.91): Remove hardcoded visual resources for tab
1769 widget, in favor of resources that can be overridden.
1771 2003-12-28 16:26 yooden
1773 * source/: help_data.h (1.50), help_topic.h (1.42), highlightData.c
1774 (1.58): Adds $args[] to the NEdit Macro pattern.
1776 2003-12-26 10:14 tksoh
1778 * source/window.c (1.90): bugfix: text colors not correctly set for
1781 2003-12-25 07:09 tksoh
1783 * Makefile (1.13): Committed patch #569287: tabbed buffers mode.
1785 2003-12-25 06:55 tksoh
1787 * Microline/XmL/Folder.c (1.2), Microline/XmL/FolderP.h (1.2),
1788 Microline/XmL/Makefile.common (1.1),
1789 Microline/XmL/Makefile.dependencies (1.1), Microline/XmL/XmL.h
1790 (1.2), Xlt/BubbleButton.c (1.3), Xlt/BubbleButton.h (1.2),
1791 Xlt/BubbleButtonP.h (1.2), Xlt/Makefile.common (1.1),
1792 Xlt/Makefile.dependencies (1.1), Xlt/SlideC.c (1.2), doc/help.etx
1793 (1.56), source/Makefile.common (1.16), source/file.c (1.72),
1794 source/file.h (1.11), source/highlight.c (1.44), source/highlight.h
1795 (1.12), source/interpret.c (1.36), source/macro.c (1.76),
1796 source/menu.c (1.84), source/menu.h (1.8), source/nc.c (1.37),
1797 source/nedit.c (1.54), source/nedit.h (1.42), source/preferences.c
1798 (1.103), source/preferences.h (1.37), source/search.c (1.62),
1799 source/search.h (1.21), source/selection.c (1.26), source/server.c
1800 (1.23), source/shell.c (1.27), source/smartIndent.c (1.30),
1801 source/tags.c (1.53), source/text.h (1.18), source/userCmds.c
1802 (1.34), source/window.c (1.89), source/window.h (1.13): Committed
1803 patch #569287: tabbed buffers mode.
1805 2003-12-24 07:41 tksoh
1807 * Xlt/BubbleButton.c (1.2): Bugfix: XltNbubbleString could not be
1808 changed after an XltBubbleButton widget has been created.
1810 2003-12-23 21:54 slobasso
1812 * doc/help.etx (1.55): docs for new $args[] array and removed 9 arg
1815 2003-12-23 10:53 yooden
1817 * source/file.c (1.71): Adds a warning to root if he wants to write
1820 2003-12-23 08:34 tksoh
1822 * Xlt/: BubbleButton.c (1.1), BubbleButton.h (1.1), BubbleButtonP.h
1823 (1.1), SlideC.c (1.1), SlideC.h (1.1), SlideCP.h (1.1): Importing
1824 the original code for XltBubbleButton from the Xlt Widget Set
1825 version 9.2.9 (http://xlt.soureforge.net).
1827 2003-12-21 01:43 tksoh
1829 * Microline/: Makefile (1.1), Makefile.in (1.1), XmL/Folder.c
1830 (1.1), XmL/Folder.h (1.1), XmL/FolderP.h (1.1), XmL/Grid.c (1.1),
1831 XmL/Grid.h (1.1), XmL/GridP.h (1.1), XmL/GridUtil.c (1.1),
1832 XmL/Makefile (1.1), XmL/Makefile.in (1.1), XmL/Progress.c (1.1),
1833 XmL/Progress.h (1.1), XmL/ProgressP.h (1.1), XmL/Tree.c (1.1),
1834 XmL/Tree.h (1.1), XmL/TreeP.h (1.1), XmL/XmL.c (1.1), XmL/XmL.h
1835 (1.1), XmL/XmL.uih (1.1), examples/Makefile (1.1),
1836 examples/Makefile.in (1.1), examples/demo.c (1.1),
1837 examples/folder1.c (1.1), examples/folder2.c (1.1),
1838 examples/folder3.c (1.1), examples/folder4.c (1.1),
1839 examples/grid1.c (1.1), examples/grid2.c (1.1), examples/grid3.c
1840 (1.1), examples/grid4.c (1.1), examples/grid5.c (1.1),
1841 examples/grid6.c (1.1), examples/prog1.c (1.1), examples/prog2.c
1842 (1.1), examples/prog3.c (1.1), examples/tree1.c (1.1),
1843 examples/tree2.c (1.1), examples/tree3.c (1.1), examples/tree4.c
1844 (1.1), examples/tree5.c (1.1), examples/uil1.c (1.1),
1845 examples/uil1.uil (1.1), examples/util1.c (1.1), man/XmLArrayAdd.3x
1846 (1.1), man/XmLArrayDel.3x (1.1), man/XmLArrayFree.3x (1.1),
1847 man/XmLArrayGet.3x (1.1), man/XmLArrayGetCount.3x (1.1),
1848 man/XmLArrayMove.3x (1.1), man/XmLArrayNew.3x (1.1),
1849 man/XmLArrayReorder.3x (1.1), man/XmLArraySet.3x (1.1),
1850 man/XmLArraySort.3x (1.1), man/XmLCreateFolder.3x (1.1),
1851 man/XmLCreateGrid.3x (1.1), man/XmLCreateProgress.3x (1.1),
1852 man/XmLCreateTree.3x (1.1), man/XmLCvtStringToUChar.3x (1.1),
1853 man/XmLDateDaysInMonth.3x (1.1), man/XmLDateWeekDay.3x (1.1),
1854 man/XmLDrawnButtonSetType.3x (1.1), man/XmLFolder.3x (1.1),
1855 man/XmLFolderAddBitmapTab.3x (1.1),
1856 man/XmLFolderAddBitmapTabForm.3x (1.1), man/XmLFolderAddTab.3x
1857 (1.1), man/XmLFolderAddTabForm.3x (1.1),
1858 man/XmLFolderSetActiveTab.3x (1.1), man/XmLFontListCopyDefault.3x
1859 (1.1), man/XmLFontListGetDimensions.3x (1.1), man/XmLGrid.3x (1.1),
1860 man/XmLGridAddColumns.3x (1.1), man/XmLGridAddRows.3x (1.1),
1861 man/XmLGridColumnIsVisible.3x (1.1), man/XmLGridCopyPos.3x (1.1),
1862 man/XmLGridCopySelected.3x (1.1), man/XmLGridDeleteAllColumns.3x
1863 (1.1), man/XmLGridDeleteAllRows.3x (1.1),
1864 man/XmLGridDeleteColumns.3x (1.1), man/XmLGridDeleteRows.3x (1.1),
1865 man/XmLGridDeselectAllCells.3x (1.1),
1866 man/XmLGridDeselectAllColumns.3x (1.1),
1867 man/XmLGridDeselectAllRows.3x (1.1), man/XmLGridDeselectCell.3x
1868 (1.1), man/XmLGridDeselectColumn.3x (1.1),
1869 man/XmLGridDeselectRow.3x (1.1), man/XmLGridEditBegin.3x (1.1),
1870 man/XmLGridEditCancel.3x (1.1), man/XmLGridEditComplete.3x (1.1),
1871 man/XmLGridGetColumn.3x (1.1), man/XmLGridGetFocus.3x (1.1),
1872 man/XmLGridGetRow.3x (1.1), man/XmLGridGetSelectedCellCount.3x
1873 (1.1), man/XmLGridGetSelectedCells.3x (1.1),
1874 man/XmLGridGetSelectedColumnCount.3x (1.1),
1875 man/XmLGridGetSelectedColumns.3x (1.1),
1876 man/XmLGridGetSelectedRow.3x (1.1),
1877 man/XmLGridGetSelectedRowCount.3x (1.1),
1878 man/XmLGridGetSelectedRows.3x (1.1), man/XmLGridMoveColumns.3x
1879 (1.1), man/XmLGridMoveRows.3x (1.1), man/XmLGridPaste.3x (1.1),
1880 man/XmLGridPastePos.3x (1.1), man/XmLGridRead.3x (1.1),
1881 man/XmLGridReadPos.3x (1.1), man/XmLGridRedrawAll.3x (1.1),
1882 man/XmLGridRedrawCell.3x (1.1), man/XmLGridRedrawColumn.3x (1.1),
1883 man/XmLGridRedrawRow.3x (1.1), man/XmLGridReorderColumns.3x (1.1),
1884 man/XmLGridReorderRows.3x (1.1), man/XmLGridRowColumnToXY.3x (1.1),
1885 man/XmLGridRowIsVisible.3x (1.1), man/XmLGridSelectAllCells.3x
1886 (1.1), man/XmLGridSelectAllColumns.3x (1.1),
1887 man/XmLGridSelectAllRows.3x (1.1), man/XmLGridSelectCell.3x (1.1),
1888 man/XmLGridSelectColumn.3x (1.1), man/XmLGridSelectRow.3x (1.1),
1889 man/XmLGridSetFocus.3x (1.1), man/XmLGridSetStrings.3x (1.1),
1890 man/XmLGridSetStringsPos.3x (1.1), man/XmLGridWrite.3x (1.1),
1891 man/XmLGridWritePos.3x (1.1), man/XmLGridXYToRowColumn.3x (1.1),
1892 man/XmLMessageBox.3x (1.1), man/XmLPixmapDraw.3x (1.1),
1893 man/XmLProgress.3x (1.1), man/XmLRectIntersect.3x (1.1),
1894 man/XmLShellOfWidget.3x (1.1), man/XmLSort.3x (1.1),
1895 man/XmLStringDraw.3x (1.1), man/XmLStringDrawDirection.3x (1.1),
1896 man/XmLTree.3x (1.1), man/XmLTreeAddRow.3x (1.1),
1897 man/XmLTreeAddRows.3x (1.1), man/XmLWarning.3x (1.1): Importing
1898 Mozilla's Microline3.0 (XmL) library on the
1899 MozillaSourceClassic_19981026_BRANCH branch, which has been
1900 recently relicensed as MPL 1.1/GPL 2.0/LGPL 2.1.
1902 The original source tree for Microline3.0 can be obtained here:
1904 % cvs -d:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot \
1905 co -r MozillaSourceClassic_19981026_BRANCH \
1906 mozilla/cmd/xfe/Microline3.0/
1908 2003-12-19 23:23 slobasso
1910 * source/: interpret.c (1.35), interpret.h (1.14), macro.c (1.75),
1911 parse.y (1.27), parse_noyacc.c (1.8): added new $args[] array and
1912 removed 9 arg limit for macros
1914 2003-12-13 18:16 yooden
1916 * util/prefFile.c (1.22): Removes unneeded variable.
1918 2003-12-09 17:55 slobasso
1920 * doc/: .cvsignore (1.3), help.etx (1.54), nedit.pod (1.3): docs
1923 2003-12-09 12:57 edg
1925 * source/nedit.c (1.53): Adapted the nedit.helpForm.* resource spec
1926 to the changed widget hierarchy (now nedit.help.helpForm.*) to make
1927 mouse navigation in help windows operational again.
1929 2003-12-07 22:48 yooden
1931 * source/: highlightData.c (1.57), preferences.c (1.102): Adds a
1932 'recursion level' to shell pattern set (see SF bug #770855).
1934 2003-12-07 15:56 yooden
1936 * util/prefFile.c (1.21): Removes double file access to verify pref
1939 2003-12-05 00:05 slobasso
1941 * source/nedit.c (1.52): default to server if server name is
1944 2003-12-05 00:01 slobasso
1946 * source/nc.c (1.36): add missing trailing newline to usage
1948 2003-12-04 19:07 slobasso
1950 * source/menu.c (1.83): first pass at neditdb corruption cleanup
1952 2003-12-04 09:52 edg
1954 * source/window.c (1.88): Renamed the window shell from "text" to
1955 "textShell" to avoid resource matching ambiguities with the real
1958 2003-11-26 21:58 yooden
1960 * doc/help.etx (1.53): Added documentation for
1961 nedit.undoModifiesSelection
1963 2003-11-24 17:41 edg
1965 * doc/Makefile (1.6): Remove generated man pages when cleaning.
1967 2003-11-22 13:03 edg
1969 * ChangeLog (1.35), Makefile (1.12), README (1.32), ReleaseNotes
1970 (1.23), doc/Makefile (1.5), doc/NEdit.ad (1.4), doc/help.etx
1971 (1.52), doc/nc.pod (1.2), doc/nedit.pod (1.2), doc/setext (1.11),
1972 makefiles/Makefile.bsdi (1.6), makefiles/Makefile.ccur (1.6),
1973 makefiles/Makefile.freebsd (1.6), makefiles/Makefile.generic
1974 (1.11), makefiles/Makefile.macosx (1.5), makefiles/Makefile.netbsd
1975 (1.6), makefiles/Makefile.openbsd (1.4), makefiles/Makefile.solaris
1976 (1.10), source/file.c (1.70), source/help_data.h (1.49),
1977 source/help_topic.h (1.41), source/highlight.c (1.43),
1978 source/highlight.h (1.11), source/highlightData.c (1.56),
1979 source/interpret.c (1.34), source/macro.c (1.74), source/menu.c
1980 (1.82), source/nc.c (1.35), source/nedit.c (1.51), source/nedit.h
1981 (1.41), source/preferences.c (1.101), source/rangeset.c (1.8),
1982 source/rangeset.h (1.3), source/search.c (1.61), source/search.h
1983 (1.20), source/server.c (1.22), source/tags.c (1.52), source/text.c
1984 (1.45), source/textBuf.c (1.29), source/textBuf.h (1.15),
1985 source/textDisp.c (1.54), source/textDisp.h (1.24), source/window.c
1986 (1.87), util/check_lin_tif.c (1.7), util/getfiles.c (1.27),
1987 util/misc.c (1.60), util/prefFile.c (1.20), util/system.h (1.13):
1988 Merged 5.4 release branch with main trunk.
1990 2003-11-20 18:37 edg
1992 * ReleaseNotes, source/nc.c, source/server.c (BETA-5-4.[6,5,3])
1993 (utags: REL-5-4): Fix for nc -lm and -geometry command line options
1994 being dropped in some cases.
1996 2003-11-19 17:22 edg
1998 * Makefile (tags: REL-5-4) (BETA-5-4.5): 5.4RC2 -> 5.4.
2000 2003-11-19 13:50 edg
2002 * ChangeLog (tags: REL-5-4) (BETA-5-4.3): Regenerated (cvs2cl.pl -b
2003 -r -t --accum --gmt).
2005 2003-11-19 13:44 edg
2007 * README (tags: REL-5-4), ReleaseNotes, source/help_data.h (tags:
2008 REL-5-4), source/help_topic.h (tags: REL-5-4) (BETA-5-4.[7,5,9,6]):
2009 Bumped version number to 5.4.
2011 2003-11-18 15:11 edg
2013 * source/menu.c (1.81): Fix for SF bug #844395: SGI_CUSTOM overtype
2016 2003-11-18 12:16 edg
2018 * util/fileUtils.c (1.31): Decreased the threshold for MAC file
2019 format detection to 1 carriage return instead of 2.
2021 2003-11-17 10:13 edg
2023 * util/prefFile.c (BETA-5-4.1): Fix for nc crash on VMS (Michael
2026 2003-11-16 13:50 yooden
2028 * doc/help.etx (1.51): Fixed wrong documentation of $sub_sep,
2029 pointed out by Jörg Fischer.
2031 2003-11-14 23:46 yooden
2033 * source/: file.c (1.69), smartIndent.c (1.29): Fixes two small
2034 bugs: Wrong block and wrong argc.
2036 2003-11-14 00:19 n8gray
2038 * README, makefiles/Makefile.macosx (BETA-5-4.[6,2]): Reworked the
2039 OS X makefile and added a note about building on OS X to the
2042 2003-11-13 07:09 n8gray
2044 * util/check_lin_tif.c (BETA-5-4.7): Changed error/warning messages
2045 to be non-Linux-centric.
2047 2003-11-08 00:15 yooden
2049 * source/file.c (1.68): Changes typo in resource name.
2051 2003-11-07 17:27 edg
2053 * doc/help.etx, source/help_data.h, source/macro.c
2054 (BETA-5-4.[9,8,4]): Removed the bogus rgb values from the array
2055 returned by get_pattern_by_name(). Prevented the special "top"
2056 pattern from showing up in the array returned by
2057 get_style_at_pos(). Various minor code cleanups and comment fixes.
2058 (Mostly contributed by Tony Balinski).
2060 2003-11-03 16:31 edg
2062 * doc/help.etx, source/help_data.h, source/highlight.c,
2063 source/highlight.h, source/macro.c (BETA-5-4.[8,7,1,1,3]): Changed
2064 the "extension" field returned by get_pattern_at_pos() to "extent"
2065 and added an "extent" field to the return value of
2068 2003-10-24 15:29 edg
2070 * doc/help.etx (BETA-5-4.7): Typo fix (Yury).
2072 2003-10-24 10:51 edg
2074 * doc/help.etx (1.50), source/help_data.h (1.48), source/text.c
2075 (1.44): Extended scroll_down() and scroll_up() such that one can
2076 specify a scroll unit (lines or pages, default: lines) and
2077 corrected the behaviour for CTRL + mouse wheel (scrolling no longer
2078 moves the cursor nor destroys the selection).
2080 2003-10-22 20:05 tringali
2082 * source/help.c (1.96), source/highlightData.c (1.55),
2083 source/nedit.c (1.50), source/nedit.h (1.40), source/preferences.c
2084 (1.100), source/smartIndent.c (1.28), source/textSel.c (1.13),
2085 source/userCmds.c (1.33), source/window.c (1.86),
2086 util/check_lin_tif.c (1.6), util/misc.c (1.59), util/misc.h (1.20):
2087 Changed widget hierarchy so we have a single (hidden) top-level
2088 application shell. All the top-level windows (editors, syntax,
2089 macros, etc.) are now TopLevelShell children of the application
2090 shell. This is the standard way of structuring multiple-window
2091 applications, and we've been standing on our heads trying to work
2092 around problems the old approach causes (no visual propogation to
2093 children, no way to address types of top-level windows by name in
2094 resources, session management bugs, etc). Some advanced X resource
2095 customizations may need to change, but for the better, I think.
2097 2003-10-20 16:38 tringali
2099 * source/interpret.c (tags: BETA-5-4-RC2) (BETA-5-4.1): Change
2100 #define to be in column 0; some compilers will not accept this
2103 2003-10-20 13:59 edg
2105 * ChangeLog (tags: BETA-5-4-RC2) (BETA-5-4.2): Regenerated
2106 (cvs2cl.pl -b -r -t --accum --gmt).
2108 2003-10-20 08:29 edg
2110 * doc/nc.man, doc/nedit.man, source/help_data.h,
2111 source/help_topic.h (BETA-5-4.[2,2,6,5]) (utags: BETA-5-4-RC2):
2112 Regenerated for 5.4RC2.
2114 2003-10-20 08:25 edg
2116 * doc/Makefile (tags: BETA-5-4-RC2) (BETA-5-4.2): Use double suffix
2117 rule for man page generation iso. GNU make extension.
2119 2003-10-15 23:08 yooden
2121 * doc/help.etx, source/help_data.h, source/help_topic.h,
2122 source/nc.c (BETA-5-4.[6,5,4,4]): New documentation for nc.
2124 2003-10-14 10:56 edg
2126 * doc/: nc.man, nedit.man (BETA-5-4.[1,1]): Regenerated.
2128 2003-10-14 10:54 edg
2130 * doc/nedit.pod (1.1): file nedit.pod was initially added on branch
2133 2003-10-14 10:54 edg
2135 * doc/nc.pod (1.1): file nc.pod was initially added on branch
2138 2003-10-14 10:54 edg
2140 * doc/: Makefile, nc.pod, nedit.pod (BETA-5-4.[1,1,1]): Added man
2141 pages in pod format and automatic pod to man page translation.
2143 2003-10-09 15:29 tringali
2145 * util/system.h (BETA-5-4.1): Recognize ia64, cygwin, x86-64,
2148 2003-10-09 09:23 edg
2150 * source/nc.c (BETA-5-4.3): Fix for SF #820491: nc -ask hangs when
2151 the user cancels the server startup.
2153 2003-10-02 07:27 edg
2155 * doc/setext (BETA-5-4.2): More HTML generation improvements
2158 2003-10-01 11:34 edg
2160 * doc/setext (BETA-5-4.1): Bug fixes in HTML generation (Andrew
2163 2003-09-28 15:05 edg
2165 * Makefile, README, ReleaseNotes (BETA-5-4.[4,5,4]): 5.4RC2
2168 2003-09-28 15:03 edg
2170 * doc/NEdit.ad (BETA-5-4.2): Removed trailing whitespace.
2172 2003-09-28 15:03 edg
2174 * makefiles/: Makefile.bsdi, Makefile.freebsd, Makefile.netbsd,
2175 Makefile.openbsd (BETA-5-4.[1,1,1,1]): Added Motif/Lesstif version
2178 2003-09-28 14:18 edg
2180 * makefiles/Makefile.ccur, makefiles/Makefile.generic,
2181 makefiles/Makefile.solaris, source/file.c (BETA-5-4.[1,1,1,4]):
2182 Made USE_ACCESS the default (there's no security risk in the way we
2183 use access()). See also SF #782518.
2185 2003-09-28 14:11 edg
2187 * doc/NEdit.ad (BETA-5-4.1): Updated resources to 5.4.
2189 2003-09-28 14:10 edg
2191 * source/nc.c (BETA-5-4.2): Typo fix: noAsk -> noask.
2193 2003-09-26 19:45 yooden
2195 * source/menu.c (BETA-5-4.3): Removes some references to the old
2196 NEdit file history file name.
2198 2003-09-12 18:24 tringali
2200 * README (BETA-5-4.4): Updates for 5.4
2202 2003-09-08 17:08 edg
2204 * ChangeLog (BETA-5-4.1): Regenerated (cvs2cl.pl -b -r -t --accum
2207 2003-09-08 17:03 edg
2209 * source/rangeset.c (BETA-5-4.5): Fixed integer overflow that
2210 caused infinite loops.
2212 2003-08-26 09:59 edg
2214 * source/rangeset.c (BETA-5-4.4): Crash fix: rangeset name field
2215 not initialized. Other: rangeset table list field not initialized
2216 (unpredictable first label).
2218 2003-08-24 20:07 yooden
2220 * source/highlightData.c (1.54): Fixed small bug in Shell pattern
2223 2003-08-24 19:02 yooden
2225 * source/highlightData.c (BETA-5-4.3): Changed macro pattern from
2226 accomodate new highlighting information functions.
2228 2003-08-22 16:24 edg
2230 * source/file.c (BETA-5-4.3): Fix for SF bug #792447: "modified by
2231 external..." and directories.
2233 2003-08-21 10:50 edg
2235 * source/file.c (BETA-5-4.2): Moved some statements to avoid
2236 polluting errno before displaying an error dialog.
2238 2003-08-21 06:41 n8gray
2240 * doc/help.etx, source/help_data.h, source/help_topic.h
2241 (BETA-5-4.[5,4,3]): Fixed help lines WRT -foreground and -background
2242 command-line options. Also noticed that help text for new rangeset
2243 API was never generated.
2245 2003-08-15 21:58 n8gray
2247 * source/preferences.c (BETA-5-4.5): Also migrate old colors if
2248 there's no config file.
2250 2003-08-14 22:06 slobasso
2252 * source/menu.c, util/check_lin_tif.c (BETA-5-4.[2,6]): fix
2255 2003-08-13 23:34 slobasso
2257 * source/nedit.h (BETA-5-4.1): adjust constant for more menu items
2259 2003-08-13 16:22 edg
2261 * source/text.c (BETA-5-4.2): Make KP_Enter behave as Enter
2262 (Execute Command Line used to be bound to KP_Enter but is now bound
2263 to Ctrl+KP_Enter). (I tried to abort my previous commit when I
2264 realized there was a potential problem, but I failed. Sorry.)
2266 2003-08-13 16:03 edg
2268 * source/text.c (BETA-5-4.1): [no log message]
2270 2003-08-13 16:01 edg
2272 * source/file.c (BETA-5-4.1): Fix for SF bugs #782513: Clicking in
2273 text area requires save and #784442: NEdit thinks unchanged windows
2274 need save. Additionally: drop read-only attribute when file goes
2277 2003-08-12 11:47 edg
2279 * source/server.c (BETA-5-4.2): Last commit was a fix for SF bug
2280 #785738: "nc -do ..." creates extra window.
2282 2003-08-12 11:43 edg
2284 * source/server.c (BETA-5-4.1): Avoid creating extra windows when
2285 using "nc -do ..." (Arne).
2287 2003-08-08 16:24 slobasso
2289 * source/rangeset.c (BETA-5-4.3): Only text changes where the text
2290 is actually changed result in ranges being adjusted. This includes
2291 changing hardware tab size.
2293 2003-08-08 16:20 slobasso
2295 * source/window.c (1.85): marks no longer get deleted when hardware
2296 tab size is changed.
2298 2003-08-07 04:42 slobasso
2300 * doc/help.etx, source/macro.c (BETA-5-4.[4,2]): split
2301 get_pattern() and get_style() into get_pattern_by_name(),
2302 get_pattern_at_pos(), get_style_by_name(), and get_style_at_pos()
2304 2003-08-04 22:32 slobasso
2306 * doc/help.etx (BETA-5-4.3): Fix mistake with
2307 rangeset_get_by_name() parameter list.
2309 2003-08-03 17:38 yooden
2311 * source/highlightData.c (1.53), source/menu.c (1.80),
2312 source/preferences.c (1.99), source/preferences.h (1.36),
2313 util/managedList.c (1.13): Removes some unsused functions, function
2314 parameters and fixes a typo.
2316 2003-08-02 21:03 yooden
2318 * source/highlightData.c (BETA-5-4.2): Adds new functions
2319 rangeset_get_by_name() and rangeset_set_name() to the NEdit Macro
2320 syntax highlighting pattern set.
2322 2003-08-01 01:26 n8gray
2324 * source/: textDisp.c, textDisp.h, window.c (BETA-5-4.[1,1,1]):
2325 This should fix the problem where new panes didn't get the correct
2326 colors. It feels to me like there should be a better way to do
2329 2003-07-31 22:35 n8gray
2331 * source/tags.c (BETA-5-4.1): Fixed error parsing alias blocks in
2334 2003-07-29 17:54 slobasso
2336 * doc/help.etx, source/macro.c, source/rangeset.c,
2337 source/rangeset.h (BETA-5-4.[2,1,2,1]): add name to rangesets and
2338 fix several int/string implicit conversions
2340 2003-07-27 21:37 edg
2342 * util/getfiles.c (BETA-5-4.1): Workaround for Lesstif's "frozen
2343 windows" bug (new windows opened via File->Open dialog are left
2346 2003-07-27 10:03 edg
2348 * source/macro.c (1.73): Another Lesstif Escape key workaround
2349 (list dialog) by Oliver Schmidt.
2351 2003-07-25 14:12 tringali
2353 * source/preferences.c (BETA-5-4.4): Don't save
2354 undoModifiesSelection
2356 2003-07-25 06:50 tksoh
2358 * source/file.c (1.67), util/getfiles.c (1.26), util/misc.c (1.58):
2359 make file-selection dialog modeless when linking to Lesstif, as
2360 workaround for Lesstif bug #566315 - window opened with open-file
2361 dialog ingores all input.
2363 2003-07-24 06:07 n8gray
2365 * source/preferences.c (BETA-5-4.3): Added separator in Colors
2366 dialog and changed buttons so they resize as expected.
2368 2003-07-24 00:21 tringali
2370 * source/nc.c (BETA-5-4.1): update version to 5.4
2372 2003-07-18 15:14 edg
2374 * source/macro.c (1.72), source/shell.c (1.26), util/DialogF.c
2375 (1.28): Applied SF patch #771878: Escape cancels all dialogs.
2377 2003-07-17 11:24 edg
2379 * source/search.c (1.60): Minor Lesstif keyboard focus problem
2380 workaround (Oliver Schmidt).
2382 2003-07-11 10:39 edg
2384 * source/highlightData.c (tags: BETA-5-4-RC1) (BETA-5-4.1):
2385 Thorsten's latest revision of the NEdit Macro patterns (I'm only
2386 acting as an SF proxy).
2388 2003-07-10 18:21 n8gray
2390 * util/check_lin_tif.c (tags: BETA-5-4-RC1) (BETA-5-4.5): Added OM
2391 2.2.3 and LT 0.93.44 to known-bad versions.
2393 2003-06-27 19:55 n8gray
2395 * util/check_lin_tif.c (BETA-5-4.4): Removed the Motif 1.2 vs Motif
2396 2.1 detection in lesstif. Also changed message that gets printed
2397 when non-lesstif motif is detected to include possibility of OSF
2400 2003-06-27 17:49 tringali
2402 * source/nedit.c (tags: BETA-5-4-RC1) (BETA-5-4.1): Stronger locale
2403 checking: handle setting of UTF8 by LC_CTYPE, LC_ALL, LANG and/or
2404 the language via the -xnllanguage switch.
2406 2003-06-27 07:24 edg
2408 * util/misc.c (tags: BETA-5-4-RC1) (BETA-5-4.1): Crash fix for
2409 OpenMotif radio button bug workaround.
2411 2003-06-23 19:44 n8gray
2413 * util/check_lin_tif.c (BETA-5-4.3): Adding all versions of Lesstif
2414 from 0.93.25 to 0.93.41 to known-bad list.
2416 2003-06-23 05:30 n8gray
2418 * util/check_lin_tif.c (BETA-5-4.2): Adding Lesstif 0.93.{36,40} to
2419 the known-bad versions list.
2421 2003-06-22 00:42 n8gray
2423 * doc/help.etx, source/help_data.h, source/help_topic.h
2424 (BETA-5-4.[1,3,2]) (utags: BETA-5-4-RC1): Put my name in the
2427 2003-06-21 03:02 tringali
2429 * README, ReleaseNotes (BETA-5-4.[3,3]) (utags: BETA-5-4-RC1):
2430 Closed out a pile of bugs.
2432 2003-06-20 21:43 slobasso
2434 * source/: menu.c, search.c, search.h (BETA-5-4.[1,1,1]) (utags:
2435 BETA-5-4-RC1): fixed bug introduced when patch #734202 was merged
2437 2003-06-18 09:54 edg
2439 * source/: rangeset.c, textBuf.c, textBuf.h (BETA-5-4.[1,1,1])
2440 (utags: BETA-5-4-RC1): Fix for rangeset display update bug.
2442 2003-06-16 09:38 edg
2444 * Makefile (tags: BETA-5-4-RC1) (BETA-5-4.3): Renegerating
2445 nedit.doc and nedit.html was a bad idea. Better put them in the
2448 2003-06-16 09:12 edg
2450 * README, ReleaseNotes, source/help_data.h (BETA-5-4.[2,2,2]):
2453 2003-06-16 08:57 edg
2455 * Makefile (BETA-5-4.2): Make sure that nedit.doc and nedit.html
2456 are up-to-date for the dist-bin target.
2458 2003-06-16 08:56 edg
2460 * source/preferences.c (tags: BETA-5-4-RC1) (BETA-5-4.2): Made the
2461 5.4 preference migration conditional.
2463 2003-06-16 08:38 edg
2465 * README, ReleaseNotes (BETA-5-4.[1,1]): Updated time stamps.
2467 2003-06-16 08:38 edg
2469 * source/: help_data.h, help_topic.h (BETA-5-4.[1,1]): Regenerated
2470 to get proper time stamps and 5.4beta label.
2472 2003-06-16 08:36 edg
2474 * Makefile (BETA-5-4.1): Make the build stop when the verify_config
2477 2003-06-16 08:35 edg
2479 * util/check_lin_tif.c (BETA-5-4.1): Warning fixes.
2481 2003-06-12 17:35 edg
2483 * makefiles/Makefile.macosx (tags: BETA-5-4-RC1) (BETA-5-4.1):
2484 Added an alternative set of CFLAGS and LIBS for building with Fink
2485 (disabled by default) and added the check_tif rule (Joerg).
2487 2003-06-11 02:45 tksoh
2489 * source/preferences.c (BETA-5-4.1): fixed title in Save
2492 2003-06-08 21:05 edg
2494 * ChangeLog (1.34, BETA-5-4-RC1): Regenerated (cvs2cl.pl -b -r -t
2497 2003-06-06 18:04 edg
2499 * source/: rangeset.c (1.7), textBuf.c (1.28): Fixed a rangeset
2500 implementation flaw that caused all kinds of memory leaks in
2501 different places. Buffers should not have rangeset modification
2502 callbacks when there are no rangesets attached.
2504 2003-06-06 17:13 edg
2506 * util/misc.c (1.57): Window group hints leak fixes.
2508 2003-06-06 17:07 edg
2510 * source/nedit.c (1.49): Use proper resource class name to avoid
2511 uninitialized memory read.
2513 2003-06-06 17:06 edg
2515 * util/misc.h (1.19), ReleaseNotes (1.22), source/search.c (1.59),
2516 util/misc.c (1.56): Workaround for OpenMotif radio button bug (SF
2517 #678198). (Tested with 6 different Motif flavours/versions).
2519 2003-06-05 22:01 n8gray
2521 * doc/help.etx (1.49), source/help_data.h (1.47),
2522 source/help_topic.h (1.40), source/macro.c (1.71): Changed
2523 calltip() so that "tipKey", "tagKey", and "tipText" are
2524 position-independent optional arguments. . WARNING: This WILL
2525 break any existing calltip calls with more than one argument!!! A
2526 call like calltip(foo, "tipText", pos, bar, ...) needs to be
2527 changed to calltip(foo, pos, "tipText", bar, ...) and calltip(foo,
2528 "tipText") needs to be changed to calltip(foo, -1, "tipText").
2530 2003-06-04 15:34 slobasso
2532 * source/: preferences.c (1.98), window.c (1.84): remove unused
2535 2003-06-02 15:18 edg
2537 * source/menu.c (1.79): Fixed wrong title in Exit dialog.
2539 2003-05-29 21:07 tringali
2541 * util/fontsel.h (1.9): Match function declaration to definition
2543 2003-05-28 08:26 edg
2545 * source/preferences.c (1.97): Added an automatic upgrade routine
2546 for the changed "wc" shell command.
2548 2003-05-27 22:32 yooden
2550 * source/preferences.c (1.96): Replaces csh-specific scriptlet with
2553 2003-05-27 21:31 tringali
2555 * source/window.c (1.83): Propogate colors to new windows on
2558 2003-05-27 15:55 edg
2560 * source/preferences.c (1.95): Automatically add Identifier2 text
2561 drawing style when upgrading to 5.4.
2563 2003-05-26 09:10 edg
2565 * ChangeLog (1.33): Regenerated (cvs2cl.pl -b -r -t --accum --gmt).
2567 2003-05-26 09:07 edg
2569 * ReleaseNotes (1.21): Added bugs #559902, 561659, 526981, and
2572 2003-05-26 08:16 edg
2574 * source/search.c (1.58): Committed SF patch #559902: Show Matching
2575 Range Bugfix (Tom Heathcote).
2577 2003-05-25 15:55 edg
2579 * doc/help.etx (1.48), source/help_data.h (1.46),
2580 source/help_topic.h (1.39), source/highlightData.c (1.52),
2581 source/macro.c (1.70), source/menu.c (1.78), source/preferences.c
2582 (1.94), source/preferences.h (1.35): Removed and disabled some of
2583 the backlighting functionality and marked it as being experimental
2584 (for the 5.4 release).
2586 2003-05-24 19:15 tringali
2588 * source/: menu.c (1.77), nedit.h (1.39), preferences.c (1.93),
2589 preferences.h (1.34), window.c (1.82): Simplified the color dialog
2590 box so that all colors are global. Plug some leaks when parsing
2591 color names. Table-drive color settings to reduce duplicate code.
2593 2003-05-24 18:36 tringali
2595 * util/check_lin_tif.c (1.5): Allow Motif 2.1.x instead of just
2596 update level 30. We've delivered NEdit with these configurations
2599 2003-05-24 13:11 yooden
2601 * source/highlightData.c (1.51): Fixed missing escape in NEdit
2602 Macro highlighting pattern.
2604 2003-05-23 14:27 tringali
2606 * source/nedit.c (1.48): Avoid a crash when trying to drag widgets
2607 (not text) in non-default visual. This appears to be a OSF Motif
2608 bug so we just disable dragging entirely. Not a great solution.
2610 2003-05-23 10:58 edg
2612 * ReleaseNotes (1.20): Added bug #715767.
2614 2003-05-23 07:48 edg
2616 * source/preferences.c (1.92): Removed autoload.nm from NEdit macro
2617 recognition patterns again (covered by .nm) and made the upgrade
2618 routines also work for people who already upgraded to the post-5.3
2621 2003-05-22 22:12 yooden
2623 * source/: preferences.c (1.91), highlightData.c (1.50): New
2624 version of NEdit Macro syntax highlighting patterns.
2626 2003-05-22 22:00 edg
2628 * source/highlightData.c (1.49): Small update to the Python
2629 highlighting patterns (due to changed delimiters).
2631 2003-05-22 21:56 edg
2633 * source/preferences.c (1.90): Defined a non-default set of
2634 delimiters for Python mode. Added autoload.nm to the recognition
2635 patterns for NEdit Macro mode. Added nedit.rc to the recognition
2636 patterns for X Resources mode. Added a 5.3 to 5.4 upgrade routine
2637 for the 3 changes above.
2639 2003-05-20 05:41 n8gray
2641 * source/macro.c (1.69): Committing Tom Heathcote's minor rangeset
2642 patch. If it breaks everything blame him. :-)
2644 2003-05-20 00:27 n8gray
2646 * Makefile (1.11), makefiles/Makefile.aix (1.7),
2647 makefiles/Makefile.bsdi (1.5), makefiles/Makefile.ccur (1.5),
2648 makefiles/Makefile.convex (1.5), makefiles/Makefile.cygwin (1.7),
2649 makefiles/Makefile.dcosx (1.5), makefiles/Makefile.dec (1.6),
2650 makefiles/Makefile.depend (1.5), makefiles/Makefile.freebsd (1.5),
2651 makefiles/Makefile.generic (1.10), makefiles/Makefile.hpux (1.5),
2652 makefiles/Makefile.linux (1.11), makefiles/Makefile.lynx (1.6),
2653 makefiles/Makefile.m88k.svr4 (1.5), makefiles/Makefile.macosx
2654 (1.4), makefiles/Makefile.netbsd (1.5), makefiles/Makefile.openbsd
2655 (1.3), makefiles/Makefile.os2 (1.14), makefiles/Makefile.osf (1.6),
2656 makefiles/Makefile.qnx (1.3), makefiles/Makefile.reliant (1.5),
2657 makefiles/Makefile.sco (1.6), makefiles/Makefile.sgi (1.5),
2658 makefiles/Makefile.solaris (1.9), makefiles/Makefile.sunos (1.5),
2659 makefiles/Makefile.superux (1.5), makefiles/Makefile.uhc (1.5),
2660 makefiles/Makefile.ultrix (1.5), makefiles/Makefile.unicos (1.7),
2661 makefiles/Makefile.unixware (1.6), util/Makefile.common (1.8),
2662 util/check_lin_tif.c (1.4): Added verify_config target to all
2663 Makefiles. On most platforms it does nothing, but on Linux it
2664 triggers a check of the *tif version. This should also probably be
2665 enabled on openbsd, freebsd, and any other platform where
2666 OpenMotif/Lesstif use is common, but I'll leave that to people more
2667 familiar with those platforms.
2669 2003-05-19 21:55 slobasso
2671 * source/highlightData.c (1.48): Adjusted Nedit Macro Language
2672 highlighting: removed delete from actions and added to keywords and
2673 added the following items Variables: calltip_ID Macro Routines:
2674 calltip, kill_calltip Actions: focus_pane, unload_tags_file,
2675 goto_matching, select_to_matching, set_auto_indent,
2676 set_em_tab_dist, set_fonts, set_highlight_syntax,
2677 set_incremental_backup, set_incremental_search_line, set_locked,
2678 set_make_backup_copy, set_overtype_mode, set_show_line_numbers,
2679 set_show_matching, set_match_syntax_based, set_statistics_line,
2680 set_tab_dist, set_use_tabs, set_wrap_margin, set_wrap_text
2682 2003-05-19 08:03 edg
2684 * doc/help.etx (1.47), source/help_data.h (1.45),
2685 source/help_topic.h (1.38): Added missing replace_all()
2686 documentation (Tom Heathcote) and removed the "experimental"
2687 classification for smart indent.
2689 2003-05-18 20:05 edg
2691 * source/: nedit.c (1.47), nedit.h (1.38): Workaround for KDE's
2692 FONTLIST bug (and for the various BACKGROUND and FOREGROUND
2695 2003-05-16 17:15 n8gray
2697 * util/check_lin_tif.c (1.3): Added 92.32 to known-good LessTif.
2699 Feel free to do this yourselves! :-) It's pretty easy to do.
2701 2003-05-16 16:58 edg
2703 * source/highlightData.c (1.47): Updated Python patterns (no
2704 updated delimiters yet).
2706 2003-05-16 16:51 slobasso
2708 * util/.cvsignore (1.2): added check_lin_tif
2710 2003-05-16 16:50 slobasso
2712 * source/nedit.c (1.46): removed unused variable warning
2714 2003-05-16 16:47 slobasso
2716 * source/: text.c (1.43), text.h (1.17), textDisp.c (1.53),
2717 textDisp.h (1.23): re-commit graphics expose code and added window
2718 obscurred hack back in that was erroneously removed. This should
2719 put us back where we were without reintroducing a bug that was
2722 2003-05-16 15:11 tringali
2724 * source/: text.c (1.42), text.h (1.16), textDisp.c (1.52),
2725 textDisp.h (1.22): Removed explicit handling of GraphicsExpose
2726 events that was causing incomplete redraws, reverting to older
2727 algorithm. (I've extracted the code into a patch and will post it
2728 back on SF to address the problem it was trying to fix.)
2730 2003-05-16 13:47 tringali
2732 * util/misc.c (1.55): Fix for missing icons (via C. Rasmussen)
2734 2003-05-16 05:23 tksoh
2736 * source/window.c (1.81): Fix for SF bug #715767: remaining panes
2737 resized incorrectly after closing a splitpane.
2739 2003-05-15 19:47 n8gray
2741 * util/check_lin_tif.c (1.2): Modified copyright notice to be more
2742 consistent with the rest of NEdit.
2744 2003-05-15 19:42 n8gray
2746 * Makefile (1.10), makefiles/Makefile.linux (1.10),
2747 source/Makefile.common (1.15), source/help.c (1.95),
2748 util/Makefile.common (1.7), util/check_lin_tif.c (1.1): Added code
2749 to detect the version of Motif/Lesstif being built against and
2750 complain if it's known-bad or unknown. There's probably room for
2751 improvement in both the build and detection portions of this code.
2753 2003-05-15 07:36 edg
2755 * ChangeLog (1.32): Regenerated (please only update with cvs2cl.pl
2756 -b -r -t --accum --gmt).
2758 2003-05-15 07:33 edg
2760 * source/parse_noyacc.c (1.7): Copied the recent modifications of
2763 2003-05-14 19:12 n8gray
2765 * ChangeLog (1.31): Isn't there a way to generate or update this
2766 automatically with CVS?
2768 2003-05-14 19:08 n8gray
2770 * source/parse.y (1.26): Comments don't eat backslash-escaped
2771 newlines, so this is legal: t_print("Hello " # This is a common
2772 greeting \ "world" # This is the recipient of the
2773 greeting \ "\n") # This is a newline character
2775 2003-05-04 23:54 yooden
2777 * source/macro.c (1.67): Removed some second level leftovers from
2778 the old Highlighting API.
2780 2003-05-04 13:20 yooden
2782 * doc/help.etx (1.46), source/file.c (1.64), source/help_data.h
2783 (1.43), source/help_topic.h (1.36), source/menu.c (1.75): Fixes SF
2784 #617840: Append Line Feed on Save The buffer now reflects that a
2785 line is added on save.
2787 2003-05-03 22:45 yooden
2789 * doc/help.etx (1.45), source/help_data.h (1.42),
2790 source/help_topic.h (1.35), source/macro.c (1.66): Removes old
2791 Highlighting Information API; fixes some inconsistencies in the
2792 Highlighting Information API; adds deprecated section to macro
2793 section in online help.
2795 2003-05-03 09:15 edg
2797 * util/misc.c (1.54): Made translation table for mouse wheel
2798 static, as suggested by Scott.
2800 2003-05-02 19:19 edg
2802 * source/highlightData.c (1.45), source/nedit.c (1.45),
2803 source/search.c (1.56), source/shell.c (1.25), source/smartIndent.c
2804 (1.26), source/userCmds.c (1.32), util/fontsel.c (1.25),
2805 util/getfiles.c (1.25), util/managedList.c (1.12), util/misc.c
2806 (1.53), util/misc.h (1.18): Committed SF #715941: File dialog wheel
2807 support (generalized to all scrolled widgets, except main text
2808 area, which already had support).
2810 2003-05-02 18:25 edg
2812 * source/rangeset_fn.h (1.4): Obsolete due to new rangeset API.
2814 2003-05-02 18:18 edg
2816 * doc/help.etx (1.44), makefiles/Makefile.depend (1.4),
2817 source/Makefile.dependencies (1.21), source/help_data.h (1.41),
2818 source/help_topic.h (1.34), source/highlightData.c (1.44),
2819 source/macro.c (1.65), source/rangeset.c (1.4), source/rangeset.h
2820 (1.2), source/rangeset_fn.h (1.3), source/textBuf.c (1.27),
2821 source/textBuf.h (1.14), source/textDisp.c (1.50),
2822 util/Makefile.dependencies (1.7): Committed patch #628933: New
2823 rangeset API. (Including the fix of SF #728988: rangeset_add of
2824 empty range works - bad!) Users of range sets will have to update
2827 2003-04-24 17:20 edg
2829 * source/menu.c (1.74): Crash fix: setting NEDIT_HOME to /dev/null
2830 caused a coredump because the PrevOpen array never got initialized
2833 2003-04-24 11:47 edg
2835 * source/nedit.c (1.44), util/DialogF.c (1.27), util/DialogF.h
2836 (1.9), util/fileUtils.c (1.30): Various fixes related to SF
2837 #488412: doOpen() flaws.
2839 2003-04-24 08:57 edg
2841 * source/highlightData.c (1.43): Updated LaTeX highlight patterns
2842 provided by Joerg (SF #607072: Syntax highlight failure in LaTeX).
2844 2003-04-24 08:26 edg
2846 * source/menu.c (1.73): Fix for SF #726325: goto_line_number only
2849 2003-04-18 01:07 n8gray
2851 * source/calltips.c (1.5), source/calltips.h (1.2),
2852 source/help_data.h (1.40), source/help_topic.h (1.33),
2853 source/text.c (1.40), source/text.h (1.15), source/textDisp.c
2854 (1.49), source/textDisp.h (1.21), source/textP.h (1.8),
2855 doc/help.etx (1.43): Setting "nedit*background: blue" should not
2856 change the background of calltips. This change makes calltips get
2857 their colors from nedit*calltipForeground and
2858 nedit*calltipBackground.
2860 2003-04-17 21:46 n8gray
2862 * source/: nedit.c (1.43), nedit.h (1.37), preferences.c (1.88),
2863 text.c (1.39): Applied color migration patch. IMPORTANT: Remember
2864 to move the call to migrateColorResources into the "convert to 5.4"
2865 area before releasing 5.4!!!
2867 2003-04-17 09:03 edg
2869 * source/: macro.c (1.64), smartIndent.c (1.25): Fix for SF
2870 #602336: Wrong Initialization Order and SF #628552: Startup
2871 sequence. Macro file is now loaded before smart indent macros are
2874 2003-04-15 23:03 yooden
2876 * source/help.c (1.92): Whitespace only.
2878 2003-04-15 20:00 yooden
2880 * doc/help.etx (1.42), source/help_data.h (1.39),
2881 source/help_topic.h (1.32): Small documentation fixes.
2883 2003-04-10 20:28 edg
2885 * source/calltips.c (1.4), util/misc.c (1.52), util/misc.h (1.17):
2886 Fix for SF #602260: Calltips crashes. Calltip popup shells now
2887 inherit the proper visual and color depth.
2889 2003-04-10 20:08 tringali
2891 * source/help.c (1.91): Help text was allocating colors
2892 incorrectly, making help text invisible when running with a
2893 non-default Visual. Don't assume "black" is help text color!
2895 2003-04-10 18:47 tringali
2897 * source/: text.c (1.38), text.h (1.14), textP.h (1.7), window.c
2898 (1.80): Fix upside-down GetPrefTypingHidesPointer dependency -- the
2899 window code should be setting into the text widget, instead of the
2900 text widget getting it directly from preferences.
2902 2003-04-10 18:39 tringali
2904 * source/parse.y (1.24): #include <stdlib.h> to avoid warnings on
2905 some systems about no malloc proto.
2907 2003-04-10 18:37 tringali
2909 * util/utils.c (1.20): Don't quit if getpwuid() fails. It can fail
2910 if some nameservices are not responding through no fault of the
2913 2003-04-10 17:58 edg
2915 * source/Makefile.dependencies (1.20): Updated dependencies.
2917 2003-04-10 17:37 edg
2919 * util/DialogF.c (1.26): Warning fix.
2921 2003-04-10 09:39 edg
2923 * source/file.c (1.63): Added some missing fclose() calls in
2926 2003-04-09 14:56 edg
2928 * source/file.c (1.62): Aaargh. Another few missing commas.
2930 2003-04-09 14:53 edg
2932 * source/file.c (1.61): Added another few missing commas in DialogF
2935 2003-04-09 13:52 edg
2937 * source/file.c (1.60): Added missing comma in DialogF call.
2939 2003-04-08 23:47 yooden
2941 * source/help.c (1.90): Added one missing DialogF() title.
2943 2003-04-08 08:54 edg
2945 * source/: highlight.c (1.41), menu.c (1.72), preferences.c (1.87),
2946 smartIndent.c (1.24): Fixed indentation inconsistencies and dialog
2949 2003-04-07 22:51 yooden
2951 * source/file.c (1.59), source/highlight.c (1.40),
2952 source/highlightData.c (1.42), source/macro.c (1.63), source/menu.c
2953 (1.71), source/preferences.c (1.86), source/search.c (1.55),
2954 source/selection.c (1.24), source/shell.c (1.24), source/shift.c
2955 (1.14), source/smartIndent.c (1.23), source/tags.c (1.49),
2956 source/userCmds.c (1.31), util/DialogF.c (1.25), util/DialogF.h
2957 (1.8), util/fileUtils.c (1.29), util/fontsel.c (1.24), util/misc.c
2958 (1.51), util/printUtils.c (1.22): The Sore Hands Patch: Added
2959 dialog title to DialogF().
2961 2003-04-06 00:46 yooden
2963 * source/highlightData.c (1.41), source/macro.c (1.62),
2964 source/menu.c (1.70), source/preferences.c (1.85),
2965 source/smartIndent.c (1.22), source/userCmds.c (1.30),
2966 util/printUtils.c (1.21): Some changed dialog titles, error
2967 messages and general code beautification.
2969 2003-04-03 19:05 jlous
2971 * source/file.c (1.58), source/macro.c (1.61), source/nedit.h
2972 (1.36), source/preferences.c (1.84), source/window.c (1.79),
2973 util/fileUtils.c (1.28), util/fileUtils.h (1.10), util/prefFile.c
2974 (1.19): Committing patch 621211, accepting foreign linebreaks in
2975 prefs- and macro files.
2977 2003-04-03 15:45 edg
2979 * source/window.c (1.78): Fix for SF #713780: flickers during macro
2980 execution. (Uwe Lehnert)
2982 2003-03-26 16:36 edg
2984 * source/textDisp.c (1.48): Reverted some of the unnecessary (and
2985 seemingly invalid) changes related to the cursor GC introduced in
2986 version 1.46. (SF #710124).
2988 2003-03-26 10:40 edg
2990 * source/textDisp.c (1.47): Yesterday's clipping changes were not
2991 ok: the gutter between the line numbers and the text area could be
2992 filled with character fragments. Clipping ranges are now adjusted
2993 when line numbers are drawn.
2995 2003-03-25 18:31 n8gray
2997 * source/: textDisp.c (1.46), textDisp.h (1.20): Committing edg's
2998 patch to fix usage of shared GCs.
3000 2003-03-25 01:33 n8gray
3002 * source/textDisp.c (1.45): Fixed line number color problems.
3003 Stupid cut & paste error...
3005 2003-03-24 23:56 yooden
3007 * source/nedit.c (1.42): Paranoid protection against pathological
3010 2003-03-24 17:05 edg
3012 * source/: menu.c (1.69), nedit.h (1.35), window.c (1.77): Fix for
3013 SF bug #564782: Show Path in Windows Menu
3015 2003-03-24 16:20 tringali
3017 * source/nedit.c (1.41): Account for LANG being unset.
3019 2003-03-21 18:51 n8gray
3021 * source/: textDisp.c (1.44), window.c (1.76): Fixing 2 color
3022 problems. 1: Changing line number GC properties affected *all*
3023 buffers. 2: New panes used default text area colors instead of
3026 2003-03-21 18:31 tringali
3028 * source/: nedit.c (1.40), help.c (1.89): Avoid crash when running
3029 under a UTF-8 locale, and display locale in help.
3031 2003-03-21 18:22 edg
3033 * source/: preferences.c (1.83), smartIndent.c (1.21),
3034 smartIndent.h (1.6): Fix for SF bug #439867: Language mode renaming
3037 2003-03-20 13:23 edg
3039 * makefiles/Makefile.sco (1.5): Typo fix (SF #689808: SCO makefile
3042 2003-03-20 13:05 edg
3044 * util/fontsel.c (1.23): Removed some unused variables (gcc
3047 2003-03-20 13:02 edg
3049 * source/: help.c (1.88), highlight.c (1.39), highlight.h (1.10),
3050 textDisp.c (1.43): Fix for SF #700823: Nedit crash after highlight
3051 Perl-Syntax on OS/390. Made the syntax highlighting style
3052 information independent of the character coding (ASCII or EBCDIC).
3054 2003-03-18 10:58 edg
3056 * util/managedList.c (1.11): Fix for SF #705495: Crash while
3059 2003-03-14 22:27 n8gray
3061 * doc/help.etx (1.41), source/help_data.h (1.38),
3062 source/help_topic.h (1.31), source/preferences.c (1.82): Added a
3063 warning label to the color dialog and changed help text to make it
3064 more clear that foreground colors only apply when syntax
3065 highlighting is disabled.
3067 2003-03-13 09:11 n8gray
3069 * util/fontsel.c (1.22): Hide the sample when the "Show
3070 Proportional Fonts" toggle is toggled and the font selection is
3071 cleared. Also added a prototype for enableSample().
3073 2003-03-12 18:33 n8gray
3075 * util/fontsel.c (1.21): Tabs -> Spaces
3077 If you want a shock, turn on backlighting, set tabs to a slightly
3078 off-background color, and edit just about any file in the NEdit
3081 2003-03-12 18:03 n8gray
3083 * util/fontsel.c (1.20): Fixed clearing of sample field when "show
3084 proportional fonts" was toggled. Hide sample text when font
3085 selection is invalid.
3087 2003-03-07 19:52 n8gray
3089 * source/preferences.c (1.81): Made helper function addColorGroup()
3092 2003-03-07 19:46 n8gray
3094 * source/preferences.c (1.80): Using XtSetMappedWhenManaged to
3095 show/hide the error labels in the color dialog. Thanks Scott!
3097 2003-03-07 01:50 n8gray
3099 * doc/help.etx (1.40), source/help_data.h (1.37),
3100 source/help_topic.h (1.30), source/preferences.c (1.79): Duh.
3101 Forgot to save before the last commit. Also changed docs to
3102 reflect new labels in color dialog.
3104 2003-03-07 01:34 n8gray
3106 * source/preferences.c (1.78): Minor labelsmithing on color dialog.
3108 2003-03-07 01:07 n8gray
3110 * source/preferences.c (1.77): Using a more reliable hack for
3111 showing/hiding the (Invalid!) labels in the color dialog. To hide
3112 it I set its fg color to its bg color. To unhide it I restore the
3113 fg color from its parent. This way the label's width doesn't
3114 change, solving the potential visual bug mentioned in my previous
3117 I tried changing the label from a gadget to a widget but the
3118 XtMap/UnmapWidget functions still failed. Oh well, this works ok.
3120 2003-03-05 23:50 n8gray
3122 * doc/help.etx (1.39), source/help_data.h (1.36),
3123 source/help_topic.h (1.29), source/menu.c (1.68), source/nedit.h
3124 (1.34), source/preferences.c (1.76), source/preferences.h (1.32),
3125 source/textDisp.c (1.42), source/textDisp.h (1.19), source/window.c
3126 (1.75), source/window.h (1.12), util/fontsel.c (1.19),
3127 util/fontsel.h (1.8): Adding the color dialog and documentation.
3128 Also adds a colored, editable text field to the font browser
3131 There's a potential minor visual bug depending on the user's fonts.
3132 I've tried to fix it but can't seem to figure it out. Search for
3133 XXX in preferences.c for details.
3135 2003-02-20 17:30 arnef
3137 * source/: file.c (1.57), nc.c (1.33), server.c (1.21): Fixed
3138 problem with processing of nc command line.
3140 2003-02-18 20:17 tringali
3142 * util/misc.c (1.50): Set group hint so that recent versions of
3143 Sawfish will group windows together.
3145 2003-02-17 01:51 n8gray
3147 * source/Makefile.common (1.14): Added parse.c target so that build
3148 falls back to parse_noyacc.c if neither bison nor yacc can be
3150 http://www.nedit.org/archives/develop/2002-Apr/0512.html for a
3151 discussion of this issue.
3153 2003-02-15 02:33 yooden
3155 * source/file.c (1.56), util/getfiles.c (1.24), util/misc.c (1.49),
3156 util/getfiles.h (1.6): Removed GetNewFilename()
3158 2003-02-15 01:06 yooden
3160 * source/preferences.h (1.31): Removed double function
3163 2003-01-14 22:36 n8gray
3165 * source/tags.c (1.48): Added a private lineEmpty function for use
3166 when loading calltips files. Also fixed bug where calltip position
3167 modifiers weren't reset when tips were posted by means other than
3168 the calltip macro subroutine.
3170 2003-01-14 09:50 edg
3172 * source/regularExp.c (1.21): Fix for \S, \W, \L, and \D
3173 erroneously matching on \0.
3175 2003-01-10 15:33 tringali
3177 * source/: window.c (1.74), nedit.c (1.39), text.c (1.37): Apply
3178 the "frame around text area" patch and associated geometry fixes.
3179 Looks right when the background is light-colored (default), less so
3180 if you use a dark background. Can be disabled with resources if
3183 2003-01-10 15:32 tringali
3185 * source/file.c (1.55): Fix to prevent file dialog from growing
3186 wider than the screen. This is needed for window managers that do
3187 not respect XmNmaxWidth (sawfish, twm, fvwm).
3189 2003-01-10 15:29 tringali
3191 * util/: getfiles.c (1.23), misc.c (1.48): Prevent the file dialog
3192 from getting bigger than screen. This fix is for window managers
3193 that do not respect XmNmaxWidth (sawfish, twm, fvwm).
3195 2003-01-07 22:37 tringali
3197 * doc/: nedit.doc (1.37), nedit.html (1.31): Remove autogenerated
3198 files from CVS to reduce conflicts. They are now automatically
3199 generated by the cron script for the website snapshot.
3201 2003-01-06 15:36 edg
3203 * source/smartIndent.c (1.20): Bug fix: garbage collection could be
3204 triggered during smart indent newline macro (very old copy & paste
3207 2003-01-02 02:02 yooden
3209 * doc/nedit.doc (1.36), doc/nedit.html (1.30), source/help_data.h
3210 (1.35), source/help_topic.h (1.28): Updated reference to regex book
3213 2003-01-02 01:48 yooden
3215 * doc/help.etx (1.38): Updated Reference to Regex book.
3217 2003-01-01 15:57 edg
3219 * source/smartIndent.c (1.19): Fix for crash bug reported @develop:
3220 newline macro inserting a string caused a recursive loop when
3221 triggered through smart indent.
3223 2002-12-13 17:23 edg
3225 * doc/Makefile (1.4): Added targets to regenerate the FAQ and build
3226 the FAQ distribution.
3228 2002-12-13 17:20 edg
3230 * doc/: faq.txt (1.4), faq.xml (1.5): Added a Q&A about the changed
3231 binding of KP Enter (execute command line).
3233 2002-12-12 17:26 slobasso
3235 * source/text.h (1.13): Remove warnings on hpux 10.20 compiler.
3237 2002-12-12 17:26 slobasso
3239 * source/selection.c (1.23): Cleanup string to int conversion.
3241 2002-12-12 17:26 slobasso
3243 * source/: search.c (1.54), search.h (1.18): Centralize string to
3244 enum conversions for search_type.
3246 2002-12-12 17:26 slobasso
3248 * source/parse_noyacc.c (1.5): Match changes in parse.y
3250 2002-12-12 17:25 slobasso
3252 * source/parse.y (1.23): Move string constant code into function
3253 InstallStringConstSymbol.
3255 2002-12-12 17:25 slobasso
3257 * source/nedit.h (1.33): New macro TYPE_INT_STR_SIZE to determine a
3258 safe string size for integer-like types.
3260 2002-12-12 17:25 slobasso
3262 * source/macro.c (1.60): More macro failure macros and new macro
3263 call valid_number. Use of new macro TYPE_INT_STR_SIZE and
3264 PERM_ALLOC_STR. Add optional index to rangeset_defined.
3266 2002-12-12 17:25 slobasso
3268 * source/interpret.h (1.12): New macro PERM_ALLOC_STR for static
3269 strings that look allocated and move StringToNum global for
3270 verification code. New call InstallStringConstSymbol and move
3271 DataValue.tag to an enum.
3273 2002-12-12 17:25 slobasso
3275 * source/interpret.c (1.32): Use of new macro PERM_ALLOC_STR for
3276 static strings that look allocated and move StringToNum global for
3277 verification code. New call InstallStringConstSymbol cleanup of
3278 macro debug code with new stack dump. Rewrite SwapCode without
3279 allocations. Use of TYPE_INT_STR_SIZE for int string size. Fixes
3280 to grabage collection to allow for PERM_ALLOC_STR and catch mod by
3283 2002-12-12 17:25 slobasso
3285 * source/highlightData.c (1.40): New nedit macro call valid_number.
3287 2002-12-12 17:25 slobasso
3289 * doc/help.etx (1.37), doc/nedit.doc (1.35), doc/nedit.html (1.29),
3290 source/help_data.h (1.34): Add optional index to rangeset_defined
3291 and new function valid_number.
3293 2002-12-11 18:24 tringali
3295 * util/misc.c (1.47): Avoid a 5-second hang when posting a dialog
3296 with certain window managers (Sawfish)
3298 2002-12-10 13:16 edg
3300 * source/nc.c (1.32): Dropped support for reading preferences from
3301 a .nc file. It was entirely undocumented and probably never used by
3302 anyone (and it didn't work anymore since the introduction of the
3305 2002-12-10 12:29 edg
3307 * source/nc.c (1.31): Fixed a bug in yesterday's bug fix: macro
3308 commands could be executed twice when a new server was started.
3310 2002-12-09 17:55 edg
3312 * source/nedit.c (1.38): Fix for SF #649442: Dangerous shell
3313 command. Changed the shortcut for "Execute Command Line" from "KP
3314 Enter" to "Ctrl+KP Enter" to avoid accidental execution of
3317 2002-12-09 17:18 edg
3319 * source/nc.c (1.30): Fixed various command line argument passing
3320 bugs introduced by the nc -wait patch (-icon, -geometry, -lm, ...
3321 were dropped when a new file was opened and/or a new server was
3324 2002-12-08 09:29 yooden
3326 * source/: highlight.c (1.38), highlightData.c (1.39), macro.c
3327 (1.59), rangeset.c (1.3), search.c (1.53): Some code cleanup and
3328 removal of development artefacts.
3330 2002-12-04 12:30 edg
3332 * source/macro.c (1.58): Added boundary checks to searchStringMS()
3333 to avoid illegal memory accesses when passing a too large or
3334 negative starting position to the search_string() macro.
3336 2002-12-02 15:59 tringali
3338 * Makefile (1.9): Removed "doc" from default target so users
3339 without Perl can build. (We need a "developer only" target or mode
3342 2002-11-28 23:22 yooden
3344 * source/macro.c (1.57), source/menu.c (1.67), source/preferences.c
3345 (1.75), util/prefFile.c (1.18), util/utils.c (1.19), util/utils.h
3346 (1.11): Fixes the bug in the preference file name algorithm
3347 reported by Scott in develop@.
3349 2002-11-22 18:18 tringali
3351 * util/misc.c (1.46): Constrain maximum size of dialogs so they
3352 aren't bigger than the screen. (Slightly modified from Eddy's
3355 2002-11-22 17:51 edg
3357 * source/window.c (1.73): Minor improvement in the virtual key
3358 binding parsing: ignore comment lines.
3360 2002-11-19 18:05 edg
3362 * source/: highlight.c (1.37), regularExp.c (1.20), search.c
3363 (1.52), textBuf.c (1.26), textBuf.h (1.13): Fixes for SF bugs
3364 #515120 (changed behaviour of search?) and #429110 (RegEx search
3365 bugs at end of buffer) and a cleanup of the SearchWindow function.
3367 2002-11-15 12:21 edg
3369 * doc/setext (1.10): Minor backward compatibility fix for older
3370 Perl version (5.004).
3372 2002-11-13 21:59 tringali
3374 * source/: help_data.h (1.33), help_topic.h (1.27): - Change help
3377 2002-11-13 21:58 tringali
3379 * source/: calltips.c (1.3), text.h (1.12), textDisp.c (1.41):
3380 Don't #include "textP.h" where we can get away with it.
3382 2002-11-13 21:58 tringali
3384 * source/help.c (1.87): Clean up #ifdef of HAVE__XMVERSIONSTRING
3385 and reorder visual info
3387 2002-11-13 21:58 tringali
3389 * source/highlightData.c (1.38): - Fix indentation, labels, and
3390 mnemonics in highlightData.c
3392 2002-11-13 21:57 tringali
3394 * source/: nedit.c (1.37), preferences.c (1.74): - Fix defaults
3395 fonts to specify iso8859-1, for RH7.3.
3397 2002-11-13 17:56 edg
3399 * source/: highlightData.c (1.37), regularExp.c (1.19): Implemented
3400 the more conventional word boundary semantics for regular
3401 expressions and adapted the built-in highlight patterns to the
3402 changed semantics (the latter is largely automated).
3404 2002-11-12 10:04 ajhood
3406 * doc/help.etx (1.36), doc/nedit.doc (1.34), doc/nedit.html (1.28),
3407 source/help.c (1.86), source/help_data.h (1.32),
3408 source/help_topic.h (1.26): Document default value of
3409 nedit.backlightCharTypes Stop *backlightCharTypes in .Xdefaults
3412 2002-11-08 20:22 edg
3414 * source/: comnedit.com (1.9), highlight.c (1.36), highlight.h
3415 (1.9), lnknedit.com (1.7), macro.c (1.56), menu.c (1.66), nedit.h
3416 (1.32), preferences.c (1.73), preferences.h (1.30), rangeset.c
3417 (1.2), rangeset_fn.h (1.2), server_common.c (1.3), text.h (1.11),
3418 textDisp.h (1.18): VMS compilation and linking fixes (Michael
3421 2002-11-08 16:53 slobasso
3423 * source/macro.c (1.55): Removed unused variables and fixed error
3426 2002-10-31 16:08 edg
3428 * doc/help.etx (1.35), doc/nc.man (1.6), doc/nedit.doc (1.33),
3429 doc/nedit.html (1.27), source/help_data.h (1.31),
3430 source/help_topic.h (1.25), source/nc.c (1.29): Fix for invalid
3431 atom usage after time-out. Made the nc time-out configurable
3432 (-timeout <seconds> command line option and nc.timeOut X resource)
3433 + documentation updates.
3435 2002-10-30 11:44 edg
3437 * ChangeLog (1.29): Minor correction.
3439 2002-10-30 11:42 edg
3441 * ChangeLog (1.28): Removed lots of duplicate entries and added
3442 lots of missing entries. (Apparently, a merge has gone wrong a few
3445 2002-10-30 11:11 edg
3447 * ChangeLog (1.27): Update.
3449 2002-10-29 15:49 edg
3451 * source/server.c (1.20): Fix for crash when sending a macro
3452 command to the server through nc, while another command is still
3453 running. New commands for a window are now rejected when it is
3454 already running a macro (beeps).
3456 2002-10-26 00:06 yooden
3458 * util/: utils.c (1.18), utils.h (1.10): Fixes wrong declaration
3459 and documentation, adds missing Copyright line.
3461 2002-10-16 17:28 n8gray
3463 * source/: preferences.c (1.72), preferences.h (1.29), window.c
3464 (1.72): Don't switch to PLAIN mode before closing a window just to
3465 force unloading of calltips files -- it's slow!
3467 Also fixed a potentially erroneous error message in
3468 reapplyLanguageMode.
3470 2002-10-15 11:00 ajhood
3472 * doc/help.etx (1.34), doc/nedit.doc (1.32), doc/nedit.html (1.26),
3473 source/help_data.h (1.30), source/help_topic.h (1.24),
3474 source/highlight.c (1.35), source/highlight.h (1.8),
3475 source/highlightData.c (1.36), source/highlightData.h (1.10),
3476 source/interpret.c (1.31), source/interpret.h (1.11),
3477 source/macro.c (1.54), source/preferences.c (1.71),
3478 source/preferences.h (1.28), source/textDisp.c (1.40),
3479 source/textDisp.h (1.17): Tony's backlight/highlight and SF bug
3482 2002-10-14 18:41 n8gray
3484 * source/: text.c (1.36), textBuf.c (1.25), textBuf.h (1.12),
3485 textDisp.c (1.39), textSel.c (1.11): Committing patch for
3486 keyboard-based rectangular selection.
3488 2002-10-13 15:53 yooden
3490 * doc/help.etx (1.33), doc/nedit.doc (1.31), doc/nedit.html (1.25),
3491 source/help_data.h (1.29), source/help_topic.h (1.23): Another tiny
3492 doc patch. (Thanks Yury)
3494 2002-10-12 13:33 yooden
3496 * doc/help.etx (1.32), doc/nedit.doc (1.30), doc/nedit.html (1.24),
3497 source/help_data.h (1.28), source/help_topic.h (1.22): Fixes small
3500 2002-10-10 22:04 slobasso
3502 * source/macro.c (1.53): fix comment typo
3504 2002-10-07 19:39 arnef
3506 * source/nc.c (1.28): Fix for bug 619231 - nc hangs after
3507 crash/kill Generate a property change event to break a deadlock.
3509 2002-10-07 16:19 edg
3511 * source/search.c (1.51): Fix for crash bug when search string is
3512 too long in search and replace dialogs (triggered when
3513 nedit.findReplaceUsesSelection was True and a long selection was
3514 made), reported through the discuss list.
3516 2002-10-04 23:21 slobasso
3518 * source/: macro.c (1.52), tags.c (1.47): remove compiler warnings
3520 2002-10-01 23:45 n8gray
3522 * doc/help.etx (1.31), doc/nedit.doc (1.29), doc/nedit.html (1.23),
3523 source/help_data.h (1.27), source/help_topic.h (1.21): Added
3524 documentation for column argument to goto_line_number and the goto
3527 2002-09-27 12:19 ajhood
3529 * source/preferences.c (1.70): set default value for
3530 nedit.backlightCharTypes
3532 2002-09-26 12:37 ajhood
3534 * doc/NEdit.ad (1.3), doc/README.FAQ (1.3), doc/faq-txt-pass2.xsl
3535 (1.3), doc/faq-txt.awk (1.3), doc/faq-txt.dtd (1.3),
3536 doc/faq-txt.xsl (1.3), doc/faq.dtd (1.3), doc/faq.txt (1.3),
3537 doc/faq.xml (1.4), doc/faq.xsl (1.3), doc/help.etx (1.30),
3538 doc/nedit.doc (1.28), doc/nedit.html (1.22), doc/setext (1.9),
3539 doc/setext-info.txt (1.3), makefiles/Makefile.depend (1.3),
3540 source/Makefile.common (1.13), source/help.c (1.85),
3541 source/help_data.h (1.26), source/help_topic.h (1.20),
3542 source/highlight.c (1.34), source/highlight.h (1.7),
3543 source/highlightData.c (1.35), source/highlightData.h (1.9),
3544 source/macro.c (1.51), source/menu.c (1.65), source/nedit.h (1.31),
3545 source/parse.y (1.22), source/preferences.c (1.69),
3546 source/preferences.h (1.27), source/smartIndent.c (1.18),
3547 source/tags.c (1.46), source/text.c (1.35), source/text.h (1.10),
3548 source/textBuf.c (1.24), source/textBuf.h (1.11), source/textDisp.c
3549 (1.38), source/textDisp.h (1.16), source/textP.h (1.6),
3550 source/window.c (1.71), source/window.h (1.11),
3551 source/windowTitle.c (1.9), util/fileUtils.c (1.27), util/misc.c
3552 (1.45), util/printUtils.c (1.20): backlight/rangeset patch from
3553 Josef Maier and Tony Balinski, ported to CVS by Andy Hood.
3555 2002-09-26 12:04 ajhood
3557 * Makefile (1.8): auto-rebuild help.doc, help.html and help_*.h If
3558 someone can explain how CVS didn't accept the previous commit tell
3561 2002-09-26 11:45 ajhood
3563 * source/: rangeset.c (1.1), rangeset.h (1.1), rangeset_fn.h (1.1):
3564 New files for backlight/rangeset.
3566 2002-09-26 10:24 ajhood
3568 * doc/Makefile (1.3): auto-rebuild help.doc, help.html and help_*.h
3569 if any of the prerequisites change
3571 2002-09-26 10:22 ajhood
3573 * README (1.30): Add comments on -DHAVE__XMVERSIONSTRING compile
3576 2002-09-26 10:01 ajhood
3578 * makefiles/: Makefile.aix (1.6), Makefile.bsdi (1.4),
3579 Makefile.ccur (1.4), Makefile.convex (1.4), Makefile.cygwin (1.5),
3580 Makefile.dcosx (1.4), Makefile.dec (1.5), Makefile.freebsd (1.4),
3581 Makefile.generic (1.9), Makefile.hpux (1.4), Makefile.linux (1.9),
3582 Makefile.lynx (1.5), Makefile.m88k.svr4 (1.4), Makefile.macosx
3583 (1.3), Makefile.netbsd (1.4), Makefile.openbsd (1.2), Makefile.os2
3584 (1.13), Makefile.osf (1.5), Makefile.qnx (1.2), Makefile.reliant
3585 (1.4), Makefile.sco (1.4), Makefile.sgi (1.4), Makefile.solaris
3586 (1.8), Makefile.sunos (1.4), Makefile.superux (1.4), Makefile.uhc
3587 (1.4), Makefile.ultrix (1.4), Makefile.unicos (1.6),
3588 Makefile.unixware (1.5): Add comments on -DHAVE__XMVERSIONSTRING
3591 2002-09-25 10:56 edg
3593 * doc/help.etx (1.29), source/file.c (1.54), source/help_data.h
3594 (1.25), source/help_topic.h (1.19), source/menu.c (1.64),
3595 source/nedit.h (1.30), source/preferences.c (1.68),
3596 source/preferences.h (1.26), source/textBuf.c (1.23),
3597 source/textBuf.h (1.10), source/window.c (1.70): Committed SF patch
3598 #602426: Check for real changes of ext. mod files. The additional
3599 check is on by default, and a mode message appears if comparison
3600 takes more than 1 second.
3602 2002-09-23 12:06 edg
3604 * source/userCmds.c (1.29), util/misc.c (1.44), util/misc.h (1.16):
3605 Fix for SF #612558: Macro shortcuts still NumLock sensitive. Lock
3606 and NumLock are now ignored when entering an accelerator.
3608 2002-09-23 11:16 edg
3610 * util/getfiles.c (1.22): Fix for SF bug #613092: Open file
3611 browsing works incorrect. Keystroke history is now reset after
3614 2002-09-18 20:17 arnef
3616 * source/search.c (1.50): Fixing error in initial commit of 'nc
3617 -wait' patch. Removing a XtDispatchEvent() that shouldn't have
3620 2002-09-17 09:01 edg
3622 * source/server_common.c (1.2): Fix for SF bug #610438: Committing
3623 patch 403647 causes link fail. Replaced XGetAtomNames() by a loop
3624 using XGetAtomName().
3626 2002-09-13 08:28 edg
3628 * source/preferences.c (1.67): Fix for SF bug #608693: coredump
3629 with -tabs option. The tab distance is now clipped within its
3632 2002-09-11 18:59 arnef
3634 * source/Makefile.common (1.12), source/Makefile.dependencies
3635 (1.19), source/file.c (1.53), source/macro.c (1.50), source/nc.c
3636 (1.27), source/nedit.h (1.29), source/preferences.c (1.66),
3637 source/search.c (1.49), source/selection.c (1.22), source/server.c
3638 (1.19), source/server.h (1.5), source/server_common.c (1.1),
3639 source/server_common.h (1.1), source/window.c (1.69),
3640 util/Makefile.dependencies (1.6): Committing the 'nc -wait' patch
3643 2002-09-10 12:17 ajhood
3645 * doc/nedit.doc (1.27), doc/nedit.html (1.21), source/help_data.h
3646 (1.24), source/help_topic.h (1.18): I too can forget to do commit
3647 the generated files.
3649 2002-09-10 12:10 ajhood
3651 * doc/help.etx (1.28), source/help.c (1.84): Adds visual info to
3652 version [eg Visual: Id 0x23 TrueColor 24 bit (Default)] Allows use
3653 of _XmVersionString. Add -DHAVE__XMVERSIONSTRING compile option,
3654 and if it doesn't link, you don't have it. (This may be exported by
3655 Motif but there is no header to tell you if it is there or not.)
3657 2002-09-06 19:21 n8gray
3659 * source/calltips.c (1.2): Changing calltip label widget name from
3660 "calltipW" back to "calltip" so that resources work as advertised.
3662 2002-09-06 19:13 n8gray
3664 * doc/help.etx (1.27), doc/nedit.doc (1.26), doc/nedit.html (1.20),
3665 source/Makefile.common (1.11), source/Makefile.dependencies (1.18),
3666 source/calltips.c (1.1), source/calltips.h (1.1),
3667 source/help_data.h (1.23), source/help_topic.h (1.17),
3668 source/macro.c (1.49), source/tags.c (1.45), source/tags.h (1.13),
3669 source/text.c (1.34), source/textDisp.c (1.37), source/textDisp.h
3670 (1.15): New features: Positioning of calltips can be controlled
3671 more precisely using optional arguments to calltip(). These
3672 include "center", "right", "above", and "strict". Non-strict,
3673 non-anchored calltips will always show up *somewhere* on-screen
3674 even if the cursor is not on-screen.
3676 Modifications: Refactored calltip UI code into calltips.c/.h.
3677 Updated help files, makefiles, and dependencies. Cleaned up
3680 2002-09-05 23:17 slobasso
3682 * source/: interpret.c (1.30), parse.y (1.21), parse_noyacc.c
3683 (1.4): made the following work when arrayaExpression is anything
3684 that returns an array as the result: for (x in arrayaExpression) {
3687 2002-09-05 23:15 slobasso
3689 * source/nedit.c (1.36): fixed Cardinal vs int compare warning.
3691 2002-09-05 17:48 tringali
3693 * doc/help.etx (1.26), source/nedit.c (1.35), util/misc.c (1.43),
3694 util/misc.h (1.15): Acquire default colors and fonts from the
3695 environment if using the default visual.
3697 2002-09-04 08:40 n8gray
3699 * source/: tags.c (1.44), textDisp.c (1.36): Minor cleanup of
3700 tags.c (it could use a lot more).
3702 Also improved calltips so that they try not to go off the edges of
3703 the screen. Thanks to TK, from whom I stole much code. Since he
3704 stole his tooltip code from me, the circle is complete. :^)
3706 2002-09-04 05:58 n8gray
3708 * source/: textDisp.c (1.35), textDisp.h (1.14): Calltips should
3709 finally update on any vertical cursor movement! Plus, non-
3710 anchored calltips maintain their X positions on redrawing. Also, I
3711 found out that textD->cursorX/cursorY are *not* a reliable way to
3712 get the X/Y positions of the insertion point, so other potential
3713 calltips bugs might be fixed.
3715 This is one of those nice commits where I've removed almost as many
3716 lines as I've added. :^)
3718 2002-09-03 01:10 n8gray
3720 * source/: file.c (1.52), nedit.h (1.28), window.c (1.68): This
3721 should fix the worst of the problems in file.c. There are still
3722 potential problems if you lose read permission on a file as you're
3723 editing it, but I wanted to commit what's done so far.
3725 2002-09-02 23:18 n8gray
3727 * source/textDisp.c (1.34): Fixing problem where scroll-wheel-down
3728 on empty files caused erroneous scrolling. It was a problem with
3729 mixing Cardinal (unsigned) and signed values. I took the approach
3730 of casting cursorVPadding to int before using it, since it's nice
3731 to have Xt reject negative values automatically.
3733 2002-09-02 08:55 edg
3735 * source/textDisp.c (1.33): Fix for crash bug reported through
3736 develop@: regex bug using ^.* BufCopyFromBuf() could be called with
3737 invalid paramaters in continous wrapping mode.
3739 2002-08-31 15:14 yooden
3741 * doc/help.etx (1.25), doc/nedit.doc (1.25), doc/nedit.html (1.19),
3742 doc/setext (1.8), doc/setext-info.txt (1.2), source/help_data.h
3743 (1.22): Another help update, some setext documentation and a minor
3746 2002-08-31 08:48 yooden
3748 * source/: help_data.h (1.21), help_topic.h (1.16): Corrected Help,
3751 2002-08-31 08:46 yooden
3753 * doc/: help.etx (1.24), nedit.doc (1.24), nedit.html (1.18):
3754 Slight correction in help.etx.
3756 2002-08-31 07:24 n8gray
3758 * doc/help.etx (1.23), doc/nedit.doc (1.23), doc/nedit.html (1.17),
3759 source/help_data.h (1.20), source/help_topic.h (1.15),
3760 source/text.c (1.33), source/text.h (1.9), source/textDisp.c
3761 (1.32), source/textP.h (1.5): Committing the edge-phobic cursor
3762 patch, with documentation and without tab-space mixing. (The new
3763 resource is nedit*text.cursorVPadding by the way.)
3765 2002-08-31 00:52 slobasso
3767 * source/: interpret.c (1.29), interpret.h (1.10), parse.y (1.20):
3768 Lots of array code cleanup including fixes for the following
3769 formats: x[9][8] = 6 delete x[4][2][] ++x[4] x[3]-- x[4][5] += 7
3770 ... and many more. Also fixed some cases in which array aliasing
3771 could occur. Arrays are supposed to have VALUE semantics.
3773 2002-08-28 14:14 tringali
3775 * source/preferences.c (1.65): Revive upgrade message to 5.4 file
3778 2002-08-27 08:05 edg
3780 * source/textDisp.c (1.31): Fixes for SF #600175: Coredump when
3781 dismissing resized window Array bounds read & write fixes in
3782 calcLineStarts() when number of visible lines becomes zero (only
3783 possible in help windows). Avoid scrollbar slider size < 1 warning
3784 (which was harmless but annoying).
3786 2002-08-27 05:39 n8gray
3788 * source/: file.c (1.51), undo.c (1.14), undo.h (1.6): Committing
3789 the file deletion notification patch. I used a specialized message
3790 for ENOACCES but used strerror output along with a suggested cause
3791 (deletion or relocation by another program) in the other cases,
3792 since there are several possible causes of stat() failure.
3794 I'm committing the patch despite the minor controversy over the
3795 message text because it's better to have some message than none at
3798 There is still much bogosity in file.c, including another place
3799 where stat() failure causes no warning.
3801 2002-08-23 07:52 n8gray
3803 * source/textBuf.c (1.22): Fixed a miscalculation in
3804 overlayRectInLine that could cause extra letters to be deleted
3805 during rectangular drags over tabs. See SF bug #557225 "rect.
3806 selection drag buglet" for a description of the problem.
3808 2002-08-23 00:52 slobasso
3810 * source/interpret.c (1.28): Fixed bug that didn't allow built in
3811 array variables to be iterated with a for loop.
3813 2002-08-22 23:52 slobasso
3815 * source/window.c (1.67): Remove unused variables.
3817 2002-08-22 18:43 slobasso
3819 * source/userCmds.c (1.28): Fix size calculation and escape
3820 characters in menu item names.
3822 2002-08-22 08:40 n8gray
3824 * source/undo.c (1.13): Fixed SF bug #578551 "Scrolling to
3825 searched/altered selection" by adding MakeSelectionVisible() calls
3828 2002-08-22 08:10 n8gray
3830 * source/window.c (1.66): Nuking trailing whitespace from my last
3833 2002-08-22 08:05 n8gray
3835 * source/window.c (1.65): MakeSelectionVisible in window.c was not
3836 paying attention to wrapped lines. To see the problem in an older
3839 1. Open a large file and scroll to the center somewhere 2. Enable
3840 continuous wrapping and resize window so lots of lines wrap 3.
3841 Select a word and make a mark with Alt+M,a 4. Page Up or Down for
3842 several screens 5. Go to the mark with Alt+G,a
3844 If there are enough wrapped lines between your position and the
3845 mark then the selection and the cursor will be completely
3848 Also restructured the function so that horizontal scrolling is not
3849 bypassed prematurely.
3851 2002-08-21 13:21 tringali
3853 * source/help.c (1.83): Remove duplicate widgets caused by a bum
3856 2002-08-21 07:19 n8gray
3858 * source/file.c (1.50): Fixed bug where clicking on the WM's close
3859 button in an unsaved and untitled buffer, answering yes to the
3860 "Save before closing" dialog, then aborting the Save-As dialog led
3861 to the window being closed and the changes being lost. The
3862 function CloseFileAndWindow wasn't returning FALSE when the Save-As
3865 2002-08-19 21:41 tringali
3867 * source/preferences.c (1.64): Remove "alpha" versioning - it
3868 wasn't forwards compatabile, and there were no auto-upgrades done
3869 despite the message printed.
3871 2002-08-19 07:22 n8gray
3873 * source/textDisp.c (1.30): Calltips are now redrawn on TextDMoveUp
3874 and TextDMoveDown. This should help those who end up with cursors
3875 behind calltips when entering multi-line function calls.
3877 2002-08-17 14:28 yooden
3879 * source/window.c (1.64): Removed unused variables.
3881 2002-08-16 14:43 tringali
3883 * source/file.c (1.49): Fix hang caused by posting the "reload"
3884 dialog box on a hidden window (during multi-file replace
3887 2002-08-15 19:03 n8gray
3889 * source/: file.c (1.48), window.c (1.63): Fixed the flickering
3890 stats line problem (SF bugs 595106, 594838). Also fixed "save-as
3891 doesn't update the stats line" bug.
3893 2002-08-14 19:20 n8gray
3895 * source/textDisp.c (1.29): Fixed off-by-one error in
3896 expandAllTabs. Also added check for NULL on its return value in
3899 2002-08-14 08:42 n8gray
3901 * source/textDisp.c (1.28): Removed debugging cruft from
3904 2002-08-13 22:12 n8gray
3906 * doc/help.etx (1.22), doc/nedit.doc (1.22), doc/nedit.html (1.16),
3907 source/help_data.h (1.19), source/help_topic.h (1.14),
3908 source/text.c (1.32), source/textDisp.c (1.27), source/textDisp.h
3909 (1.13): Added "absolute" argument to line-oriented action routines,
3910 and "wrap" argument to delete_to_start_of_line.
3912 2002-08-12 21:21 tringali
3914 * source/tags.c (1.43), source/window.c (1.62), source/window.h
3915 (1.10), util/misc.c (1.42), util/misc.h (1.14): Post watch cursor
3916 keep screen drawn while loading large tags files.
3918 2002-08-12 15:37 tringali
3920 * source/window.c (1.61): Reimplement I-search button focus
3921 management, so it doesn't have an ugly flash
3923 2002-08-10 23:59 tringali
3925 * source/undo.c (1.12): Added preference for disbling selection
3926 modification during Undo.
3928 2002-08-10 23:58 tringali
3930 * source/text.c (1.31): - Fix bad hardware tab of 4 spaces. Please
3931 set hardware tabs to 8 for NEdit! - Explicitly remove modifiers on
3932 some virtual bindings to account for system that map different
3933 modified keys to different bindings (e.g., Ctrl-PgUp =
3934 osfPageLeft, PgUp = osfPageUp) - Use unions in favor of casts in
3937 2002-08-10 23:54 tringali
3939 * source/highlightData.c (1.34): Use non-capturing parenthesis in C
3940 and C++ patterns where appropriate.
3942 2002-08-10 23:53 tringali
3944 * source/preferences.h (1.25): Added preference to disable
3945 modifying selection on Undo.
3947 2002-08-10 23:52 tringali
3949 * source/preferences.c (1.63): Added preference to disable changing
3950 the selection to match Undo.
3952 2002-08-10 23:51 tringali
3954 * source/server.c (1.18): Use union for XEvents instead of casts.
3956 2002-08-10 23:48 tringali
3958 * source/: interpret.c (1.27), interpret.h (1.9), macro.c (1.48):
3959 Use unions in place of nonportable casts to avoid warnings
3961 2002-08-10 23:45 tringali
3963 * source/help_data.h (1.18): Regenerated from help.etx update (fix
3966 2002-08-10 23:43 tringali
3968 * source/help.c (1.82): More detail for Motif version, and change
3969 button labels on help browser to be more like WinHelp
3971 2002-08-09 20:48 tringali
3973 * util/system.h (1.12): Support for Lynx, MacOS; better x86
3976 2002-08-09 14:08 tringali
3978 * doc/: help.etx (1.21), nedit.doc (1.21), nedit.html (1.15): Fix
3979 typo in last commit (replace * with @*)
3981 2002-08-09 13:52 tringali
3983 * doc/: help.etx (1.20), nedit.doc (1.20), nedit.html (1.14):
3984 Update incorrect X resources (nedit*text.foo) and upgrade version.
3986 2002-08-09 13:11 tringali
3988 * source/window.c (1.60): Convert // style comment to /* */, so it
3989 compiles again. NEdit is C89, not C++ or C99!
3991 2002-08-08 21:00 n8gray
3993 * doc/help.etx (1.19), doc/nedit.doc (1.19), doc/nedit.html (1.13),
3994 source/help_data.h (1.17), source/help_topic.h (1.13),
3995 source/nedit.h (1.27), source/window.c (1.59): Fixing the
3996 "ever-growing stats line" bug seen under lesstif. Also, the stats
3997 area code is generally much nicer now, IMHO.
3999 2002-08-02 08:36 n8gray
4001 * doc/help.etx (1.18), doc/nedit.doc (1.18), doc/nedit.html (1.12),
4002 source/help_data.h (1.16), source/help_topic.h (1.12), source/nc.c
4003 (1.26): nc.autoStart now defaults to True. I've had to explain
4004 that warning message one too many times...
4006 If anybody finds this offensive, it's easy to revert. ;^)
4008 2002-08-01 00:53 n8gray
4010 * doc/help.etx (1.17), doc/nedit.doc (1.17), doc/nedit.html (1.11),
4011 source/help_data.h (1.15), source/help_topic.h (1.11),
4012 source/macro.c (1.47): Added optional "copy" argument to
4013 replace_in_string to make it return a copy of the input string if
4014 no replacements were done.
4016 2002-07-31 23:34 slobasso
4018 * source/interpret.c (1.26): made comment more clear
4020 2002-07-31 20:08 edg
4022 * source/highlight.c (1.33): Fix for yesterday's "fix" (which
4023 wasn't entirely waterproof).
4025 2002-07-30 13:54 edg
4027 * source/highlight.c (1.32): Fix for pattern related crash reported
4028 by Joor: I've overlooked a special case in the recent speed
4031 2002-07-29 08:05 n8gray
4033 * doc/help.etx (1.16), doc/nedit.doc (1.16), doc/nedit.html (1.10),
4034 source/help_data.h (1.14), source/help_topic.h (1.10): Minor change
4035 to the documentation for nedit.typingHidesPointer X resource. By
4036 the way, the X resources section of the documentation doesn't seem
4037 to be in any order whatsoever. Maybe it should be sorted or
4038 grouped into functional groups.
4040 2002-07-29 03:51 n8gray
4042 * source/macro.c (1.46): Applying TK's autoflushing t_print patch
4043 (SF #552760). I'm not adding a call to isatty, but if anybody
4044 cares enough about the issue they're welcome to do it. I just want
4045 to make sure the patch isn't forgotten.
4047 2002-07-28 19:25 edg
4049 * source/preferences.c (1.62): Introduced alpha preference file
4050 version numbering (5.4a1, 5.4a2, ...) for development versions.
4052 2002-07-27 08:55 yooden
4054 * source/: highlightData.c (1.33), macro.c (1.45), preferences.c
4055 (1.61), preferences.h (1.24), smartIndent.c (1.17), userCmds.c
4056 (1.27): Removed obsolete function CopyAllocatedString()
4058 2002-07-26 22:19 n8gray
4060 * source/window.c (1.58): Fixed flickering under-shadow on stats
4061 line. (Thanks to TK Soh for the fix.) Also fixed horrible
4064 2002-07-26 21:39 n8gray
4066 * ChangeLog (1.26), doc/help.etx (1.15), doc/nedit.doc (1.15),
4067 doc/nedit.html (1.9), source/file.c (1.47), source/help_data.h
4068 (1.13), source/help_topic.h (1.9), source/macro.c (1.44),
4069 source/menu.c (1.63), source/nedit.c (1.34), source/nedit.h (1.26),
4070 source/preferences.c (1.60), source/tags.c (1.42), source/tags.h
4071 (1.12), source/text.c (1.30), source/textDisp.c (1.26),
4072 source/textDisp.h (1.12), source/window.c (1.57): This is the big
4073 one. NEdit is now calltips-enabled! :-)
4075 2002-07-20 23:18 yooden
4077 * util/fileUtils.c (1.26): Cover different return value of
4078 readlink() for Lynx.
4080 2002-07-20 23:15 yooden
4082 * makefiles/Makefile.lynx (1.4): Avoid annoying warnings about
4085 2002-07-20 09:37 amai
4087 * util/utils.c (1.17): Fix order of #includes
4089 2002-07-17 20:42 slobasso
4091 * source/menu.c (1.62): Lesstif was causing problems with
4092 accelerators kicking off actions on KeyRelease events rather than
4093 KeyPress events. This should fix key accelerated Mark and Goto Mark
4096 2002-07-17 15:14 edg
4098 * source/: highlight.c (1.31), highlightData.c (1.32), regularExp.c
4099 (1.18), regularExp.h (1.10): Speed improvements in syntax
4100 highlighting and regex engines.
4102 2002-07-16 11:39 edg
4104 * source/window.c (1.56): Inserted a cast to suppress a warning
4105 with certain compilers.
4107 2002-07-15 14:11 edg
4109 * source/: help.c (1.81), macro.c (1.43), preferences.c (1.59),
4110 regularExp.c (1.17), regularExp.h (1.9), search.c (1.48), search.h
4111 (1.17), tags.c (1.41): Lookbehind regex fix: adding missing
4112 backward search extent information.
4114 2002-07-12 11:44 edg
4116 * source/window.c (1.55), util/misc.c (1.41): Presumed fix for SF
4117 #550870: Nedit quietly exits unexpectedly. Missing X atoms were
4118 not created, but always used.
4120 2002-07-11 21:18 slobasso
4122 * source/file.c (1.46), source/file.h (1.10), source/help.c (1.80),
4123 source/help.h (1.10), source/highlight.c (1.30), util/DialogF.h
4124 (1.7), util/clearcase.h (1.3), util/fileUtils.h (1.9),
4125 util/fontsel.h (1.7), util/getfiles.h (1.5), util/managedList.h
4126 (1.5), util/misc.h (1.13), util/prefFile.h (1.6), util/printUtils.h
4127 (1.7), util/system.h (1.11), util/utils.c (1.16), util/utils.h
4128 (1.9), util/vmsParam.h (1.4), util/vmsUtils.h (1.5),
4129 source/highlight.h (1.6), source/highlightData.c (1.31),
4130 source/highlightData.h (1.8), source/interpret.c (1.25),
4131 source/interpret.h (1.8), source/macro.c (1.42), source/macro.h
4132 (1.4), source/menu.c (1.61), source/menu.h (1.7), source/nc.c
4133 (1.25), source/nedit.c (1.33), source/nedit.h (1.25),
4134 source/parse.h (1.5), source/parse.y (1.19), source/parse_noyacc.c
4135 (1.3), source/preferences.c (1.58), source/preferences.h (1.23),
4136 source/rbTree.c (1.7), source/rbTree.h (1.3), source/regexConvert.c
4137 (1.8), source/regexConvert.h (1.4), source/regularExp.c (1.16),
4138 source/regularExp.h (1.8), source/search.c (1.47), source/search.h
4139 (1.16), source/selection.c (1.21), source/selection.h (1.5),
4140 source/server.c (1.17), source/server.h (1.4), source/shell.c
4141 (1.23), source/shell.h (1.5), source/shift.c (1.13), source/shift.h
4142 (1.4), source/smartIndent.c (1.16), source/smartIndent.h (1.5),
4143 source/tags.c (1.40), source/tags.h (1.11), source/text.c (1.29),
4144 source/text.h (1.8), source/textBuf.c (1.21), source/textBuf.h
4145 (1.9), source/textDisp.c (1.25), source/textDisp.h (1.11),
4146 source/textDrag.c (1.8), source/textDrag.h (1.3), source/textP.h
4147 (1.4), source/textSel.c (1.10), source/textSel.h (1.3),
4148 source/undo.c (1.11), source/undo.h (1.5), source/userCmds.c
4149 (1.26), source/userCmds.h (1.5), source/window.c (1.54),
4150 source/window.h (1.9), source/windowTitle.c (1.8),
4151 source/windowTitle.h (1.2): more header file cleanup
4153 2002-07-09 14:15 edg
4155 * doc/help.etx (1.14), doc/nedit.doc (1.14), doc/nedit.html (1.8),
4156 source/help_data.h (1.12), source/help_topic.h (1.8),
4157 source/highlight.c (1.29), source/preferences.c (1.57),
4158 source/regularExp.c (1.15), source/regularExp.h (1.7),
4159 source/search.c (1.46): Committed SF patch #530308: look-behind
4160 regular expression matching.
4162 2002-07-05 22:28 uid71894
4164 * doc/help.etx (1.13), source/macro.c (1.41), source/menu.c (1.60),
4165 source/preferences.c (1.56), util/prefFile.c (1.17), util/utils.c
4166 (1.15), util/utils.h (1.8): Moves NEdit's config files in ~/.nedit/
4169 2002-06-29 13:56 yooden
4171 * source/preferences.c (1.55): Added some comment macros for
4172 default language modes.
4174 2002-06-26 23:39 slobasso
4176 * util/: DialogF.c (1.24), DialogF.h (1.6), clearcase.c (1.4),
4177 clearcase.h (1.2), fileUtils.c (1.25), fileUtils.h (1.8), fontsel.c
4178 (1.18), fontsel.h (1.6), getfiles.c (1.21), getfiles.h (1.4),
4179 managedList.c (1.10), managedList.h (1.4), misc.c (1.40), misc.h
4180 (1.12), prefFile.c (1.16), prefFile.h (1.5), printUtils.c (1.19),
4181 printUtils.h (1.6), system.h (1.10), utils.c (1.14), utils.h (1.7),
4182 vmsParam.h (1.3), vmsUtils.h (1.4): make .h files include their
4183 requirements and move local .h files to top of include list.
4185 2002-06-26 23:37 slobasso
4187 * source/: shell.c (1.22), textDisp.c (1.24): warnings cleanup
4189 2002-06-20 21:32 slobasso
4191 * source/: text.c (1.28), text.h (1.7), textDisp.c (1.23),
4192 textDisp.h (1.10): Added code to handle graphics expose events that
4193 can result from calls to XCopyArea(). Also added code to look for
4194 these events since they can get backlogged in some circumstances.
4195 Removed hack to determine if we were obscured, since this should no
4198 2002-06-10 16:56 slobasso
4200 * source/tags.c (1.39): fixed merge conflict.
4202 2002-06-08 13:56 tringali
4204 * ChangeLog (1.25), Makefile (1.7), README (1.29), ReleaseNotes
4205 (1.16), doc/help.etx (1.12), doc/nedit.doc (1.13), doc/nedit.html
4206 (1.7), makefiles/Makefile.macosx (1.2), makefiles/Makefile.os2
4207 (1.12), source/Makefile.dependencies (1.17), source/comnedit.com
4208 (1.8), source/file.c (1.45), source/help.c (1.79), source/help.h
4209 (1.9), source/help_data.h (1.11), source/help_topic.h (1.7),
4210 source/highlight.c (1.28), source/highlightData.c (1.30),
4211 source/highlightData.h (1.7), source/lnknedit.com (1.6),
4212 source/nc.c (1.24), source/nedit.c (1.32), source/preferences.c
4213 (1.54), source/preferences.h (1.22), source/server.c (1.16),
4214 source/shell.c (1.21), source/tags.c (1.38), source/window.c
4215 (1.53), source/windowTitle.c (1.7), util/DialogF.c (1.23),
4216 util/comutil.com (1.4), util/fileUtils.c (1.24), util/fontsel.c
4217 (1.17), util/misc.c (1.39), util/prefFile.c (1.15),
4218 util/printUtils.c (1.18), util/utils.c (1.13), util/utils.h (1.6):
4219 Merge 5.3 release branch fixes back to mainline development.
4221 2002-06-01 15:18 tringali
4223 * Makefile (tags: REL-5-3) (BETA-5-3.3): Final changes for 5.3
4225 2002-06-01 13:44 tringali
4227 * doc/nedit.doc, doc/nedit.html, source/help_data.h
4228 (BETA-5-3.[4,4,4]) (utags: REL-5-3): Update version to 5.3 for
4231 2002-05-16 07:53 edg
4233 * source/preferences.c (tags: REL-5-3) (BETA-5-3.5): Fix for SF
4234 #555364: 5.3RC1 preferences update not complete (provided by Markus
4237 2002-05-08 16:19 slobasso
4239 * source/menu.c (1.59): Removed many calls to
4240 HidePointerOnKeyedEvent() that shouldn't have been put there.
4242 2002-05-08 15:30 slobasso
4244 * source/menu.c (1.58): verify we have an event before checking the
4247 2002-05-07 01:13 n8gray
4249 * source/preferences.c (1.53): nedit.typingHidesPointer resource is
4250 no longer saved in .nedit file, just like other optional X
4251 resources. (e.g. nedit.shell, nedit.tagFile, etc.)
4253 2002-05-06 15:52 slobasso
4255 * source/menu.c (1.57): Removed a call to HidePointerOnKeyedEvent
4256 in unloadTagsFileMenuCB that caused a crash.
4258 2002-05-03 13:36 amai
4260 * ChangeLog (tags: REL-5-3) (BETA-5-3.2): Update
4262 2002-05-02 00:01 slobasso
4264 * source/shell.c (BETA-5-3.3): Added code to allow substituted
4265 command strings to be arbitrarily long.
4267 2002-05-01 06:36 n8gray
4269 * source/: nedit.h (1.24), window.c (1.52): Committed separate
4272 Commit Haiku: Line and Col on Right Not Customizable Yet
4273 Hope There Are No Bugs
4275 2002-04-29 17:16 slobasso
4277 * doc/.cvsignore (1.2): added .version
4279 2002-04-29 08:39 edg
4281 * util/comutil.com (BETA-5-3.1): VMS "makefile" enhancements (Jack
4284 2002-04-29 00:35 amai
4286 * .cvsignore (1.1), doc/.cvsignore (1.1), source/.cvsignore (1.3),
4287 util/.cvsignore (1.1): Add/enhance .cvsignore .cvsignore files
4289 2002-04-29 00:28 amai
4291 * source/window.c (1.51): Drop an unused #include
4293 2002-04-26 16:10 slobasso
4295 * source/tags.c (1.37): Removed unused variables and double free.
4297 2002-04-26 16:06 slobasso
4299 * source/tags.c (1.36): Cleanup FindDefinition and how globals are
4300 used. Changes were actually in previous revision, but I
4301 accidentally committed without comment.
4303 2002-04-26 16:04 slobasso
4305 * source/tags.c (1.35): [no log message]
4307 2002-04-24 20:40 edg
4309 * source/: comnedit.com, lnknedit.com (BETA-5-3.[1,1]): VMS
4310 compilation and linking fixes (Jack Patteeuw).
4312 2002-04-23 19:52 edg
4314 * source/nc.c, source/preferences.c, source/window.c,
4315 source/windowTitle.c, util/fileUtils.c (BETA-5-3.[2,4,4,9,1]):
4316 Various VMS compilation & linking fixes. 5.3 now compiles and runs
4317 at least on Alpha OpenVMS V7.2-1 (confirmed by Jack Patteeuw, who
4318 also reported the problems).
4320 2002-04-22 16:37 slobasso
4322 * source/text.c (1.27): fix compiler warning.
4324 2002-04-22 15:24 amai
4326 * ChangeLog (1.24): Update
4328 2002-04-22 15:22 amai
4330 * makefiles/Makefile.macosx (BETA-5-3.2): Fix line endings from
4331 "\\" to "\". Correct linking order in alternative set of flags
4332 using XFree86 with LessTif
4334 2002-04-19 21:40 slobasso
4336 * doc/help.etx (1.11): Added new feature to hide mouse pointer
4339 2002-04-19 16:22 slobasso
4341 * source/: help_data.h (1.10), menu.c (1.56), menu.h (1.6),
4342 preferences.c (1.52), preferences.h (1.21), text.c (1.26), text.h
4343 (1.6), textDisp.c (1.22), textDisp.h (1.9): Added new feature to
4344 hide mouse pointer while typing.
4346 2002-04-16 17:29 edg
4348 * source/nc.c, source/server.c, source/windowTitle.c, util/utils.c,
4349 util/utils.h (BETA-5-3.[1,1,8,1,1]): Renamed GetHostName() to
4350 GetNameOfHost() to avoid linking problems on VMS (the VMS linker is
4351 case-insensitive; GetHostName() conflicts with standard
4354 2002-04-15 10:46 edg
4356 * source/: file.c, preferences.c, preferences.h (BETA-5-3.[1,3,1]):
4357 Fix for linking problem on VMS: function
4358 GetPrefAlwaysCheckRelativeTagsSpecs had more than 31 characters.
4359 Replaced it by GetPrefAlwaysCheckRelTagsSpecs.
4361 2002-04-13 20:24 edg
4363 * source/window.c (BETA-5-3.3): Minor fix: MakeSelectionVisible()
4364 did not take into account line numbers. (SF #543178: Line numbers
4365 hide CTRL-M matches).
4367 2002-04-12 18:12 edg
4369 * doc/help.etx, doc/nedit.doc, doc/nedit.html, source/help_data.h
4370 (BETA-5-3.[1,3,3,3]): Documentation fixes (X-resource section).
4372 2002-04-12 18:09 edg
4374 * source/help.c (BETA-5-3.7): Backed out previous change because
4375 affects default width of help windows. Will consult developers
4378 2002-04-12 17:50 edg
4380 * source/help.c (BETA-5-3.6): Small fix: nedit.helpFont was ignored
4381 when determining initial size of help windows (instead, the value
4382 of the now obsolete nedit*helpText.font resource was used
4385 2002-04-10 09:41 edg
4387 * source/highlight.c (BETA-5-3.4): Crash fix for syntax
4388 highlighting pattern sets containing only pass-2 patterns.
4390 2002-03-28 14:21 edg
4392 * util/printUtils.c (tags: BETA-5-3-RC1) (BETA-5-3.1): Applied
4393 patch submitted with SF bug #536168: printing to KDE print
4396 2002-03-26 22:32 amai
4398 * makefiles/Makefile.macosx (tags: BETA-5-3-RC1) (BETA-5-3.1): Add
4399 sample linker command using LessTif as posted on discuss@
4401 2002-03-26 13:43 edg
4403 * util/fontsel.c (tags: BETA-5-3-RC1) (BETA-5-3.1): Prevent
4404 possible crash when the Font dialog is destroyed while a modal Font
4405 Selection dialog is up.
4407 2002-03-25 10:02 edg
4409 * source/highlight.c (tags: BETA-5-3-RC1) (BETA-5-3.3): Prevent
4410 buffer overflow in DialogF when reporting a RE compilation error
4411 for a very large RE.
4413 2002-03-23 17:04 edg
4415 * source/shell.c (tags: BETA-5-3-RC1) (BETA-5-3.2): The line
4416 counting algorithm for shell command output dialog is still not
4417 fullproof (it would require emulating word wrapping). Now a
4418 scrollbar is created when there is a risk of underestimating the
4419 number of lines, to make sure that no line ever gets obscured.
4421 2002-03-22 15:54 edg
4423 * source/shell.c (BETA-5-3.1): Fix for shell command output dialog
4424 obscuring final lines under certain conditions (reported at discuss
4427 2002-03-21 08:41 edg
4429 * source/: window.c, tags.c (BETA-5-3.[2,2]) (utags: BETA-5-3-RC1):
4430 Got rid of strdup() call (+related comment in disabled code in
4433 2002-03-21 00:19 amai
4435 * source/highlightData.c (tags: BETA-5-3-RC1) (BETA-5-3.4): SF
4436 Patch [ 531549 ] TCL highlight patterns updated.
4438 2002-03-21 00:15 amai
4440 * makefiles/Makefile.os2 (tags: BETA-5-3-RC1) (BETA-5-3.2): Correct
4441 linker flags for omf/debuggable build
4443 2002-03-20 18:30 edg
4445 * source/highlightData.c (BETA-5-3.3): Double bug fix in X
4446 Resources pattern: context distance violation and missing escapes
4447 and continuation highlights.
4449 2002-03-19 21:39 edg
4451 * source/help.c (tags: BETA-5-3-RC1) (BETA-5-3.5): Replaced
4452 (non-ANSI) snprintf() call by equivalent code.
4454 2002-03-19 18:29 edg
4456 * source/windowTitle.c (tags: BETA-5-3-RC1) (BETA-5-3.7): The
4457 background color copying code for the preview didn't work with all
4458 Motif versions (it even crashed). Now copied the color from the
4459 form iso. a label. This should work also for Motif 1.2.
4461 2002-03-19 17:42 edg
4463 * Makefile (tags: BETA-5-3-RC1) (BETA-5-3.2): Include nedit.html in
4464 binary distributions.
4466 2002-03-19 17:39 edg
4468 * ChangeLog, doc/nedit.doc, doc/nedit.html, source/help_data.h,
4469 source/help_topic.h (BETA-5-3.[1,2,2,2,2]) (utags: BETA-5-3-RC1):
4470 Final update for 5.3RC1 (hopefully).
4472 2002-03-19 08:51 edg
4474 * source/windowTitle.c (BETA-5-3.6): Changed the preview field's
4475 background color to make it clear that it is read-only.
4477 2002-03-18 23:41 edg
4479 * source/highlight.c (BETA-5-3.2): Fix for SF #531577: Balance
4480 fails before text viewed. Unparsed parens are parsed with pass-2
4481 patterns when necessary.
4483 2002-03-18 23:15 edg
4485 * source/: help.c, nedit.c (tags: BETA-5-3-RC1) (BETA-5-3.[4,2]):
4486 Committed Markus' latest enhancements (focus related).
4488 2002-03-17 11:21 yooden
4490 * source/windowTitle.c, util/prefFile.c (tags: BETA-5-3-RC1)
4491 (BETA-5-3.[5,1]): Makes the cursor in the Window Title Dialog's
4492 preview field invisible.
4494 2002-03-16 20:40 edg
4496 * source/window.c (BETA-5-3.1): Changed 2 free() calls into XFree
4499 2002-03-15 14:36 amai
4501 * source/: Makefile.dependencies (tags: BETA-5-3-RC1) (BETA-5-3.1),
4502 Makefile.dependencies (1.16): Update
4504 2002-03-15 08:51 edg
4506 * source/: help.c, help.h (tags: BETA-5-3-RC1), nedit.c
4507 (BETA-5-3.[3,1,1]): Applied patch 526967: single window help with
4508 history (with a minor modification in the mnemonics: P for Previous
4511 2002-03-14 17:41 amai
4513 * source/textDisp.c (1.21), source/textDrag.c (1.7),
4514 source/textSel.c (1.9), source/undo.c (1.10), source/userCmds.c
4515 (1.25), source/window.c (1.50), source/windowTitle.c (1.6),
4516 util/DialogF.c (1.22), util/clearcase.c (1.3), util/fileUtils.c
4517 (1.23), util/fontsel.c (1.16), util/getfiles.c (1.20),
4518 util/managedList.c (1.9), util/misc.c (1.38), util/prefFile.c
4519 (1.14), util/printUtils.c (1.17), util/utils.c (1.12): Attempt to
4520 complete last commit (add trailing optional #include)
4522 2002-03-14 17:18 amai
4524 * source/: rbTree.c (1.6), regexConvert.c (1.7), regularExp.c
4525 (1.14), search.c (1.45), selection.c (1.20), server.c (1.15),
4526 shell.c (1.20), shift.c (1.12), smartIndent.c (1.15), tags.c
4527 (1.34), text.c (1.25), textBuf.c (1.20): Add an optional #include
4528 at the end of all #includes in each .c source file. Document that
4529 stuff in Makefile.generic
4531 2002-03-14 17:15 amai
4533 * makefiles/Makefile.generic (1.8), source/file.c (1.44),
4534 source/help.c (1.78), source/highlight.c (1.27),
4535 source/highlightData.c (1.29), source/interpret.c (1.24),
4536 source/linkdate.c (1.3), source/macro.c (1.40), source/menu.c
4537 (1.55), source/nc.c (1.23), source/nedit.c (1.31),
4538 source/preferences.c (1.51): Add an optional #include at the end of
4539 all #includes in each .c source file. Document that stuff in
4542 2002-03-14 15:33 edg
4544 * source/windowTitle.c (BETA-5-3.4): Removed some toggle button
4545 margin height overrides that caused the mnemonic underscores to
4546 disappear with certain Motif versions.
4548 2002-03-14 01:25 amai
4550 * source/file.c (1.43), source/help.c (1.77), source/highlight.c
4551 (1.26), source/highlightData.c (1.28), source/interpret.c (1.23),
4552 source/linkdate.c (1.2), source/macro.c (1.39), source/menu.c
4553 (1.54), source/nc.c (1.22), source/preferences.c (1.50),
4554 source/rbTree.c (1.5), source/regexConvert.c (1.6),
4555 source/regularExp.c (1.13), source/search.c (1.44),
4556 source/selection.c (1.19), source/server.c (1.14), source/shell.c
4557 (1.19), source/shift.c (1.11), source/smartIndent.c (1.14),
4558 source/tags.c (1.33), source/text.c (1.24), source/textBuf.c
4559 (1.19), source/textDisp.c (1.20), source/textDrag.c (1.6),
4560 source/textSel.c (1.8), source/undo.c (1.9), source/userCmds.c
4561 (1.24), source/window.c (1.49), source/windowTitle.c (1.5),
4562 util/DialogF.c (1.21), util/clearcase.c (1.2), util/fileUtils.c
4563 (1.22), util/fontsel.c (1.15), util/getfiles.c (1.19),
4564 util/managedList.c (1.8), util/misc.c (1.37), util/prefFile.c
4565 (1.13), util/printUtils.c (1.16), util/utils.c (1.11): Optionally
4566 #include "../config.h" anywhere at first place in all(?) .c files
4568 2002-03-13 17:15 edg
4570 * source/help.c (BETA-5-3.2): Leak fix: style buffers were leaked
4571 when help windows were closed or dismissed.
4573 2002-03-13 13:19 edg
4575 * source/highlightData.c (BETA-5-3.2): Minor fix in Tcl patterns:
4576 newlines are allowed in double quoted strings.
4578 2002-03-13 12:05 edg
4580 * source/preferences.c, util/DialogF.c, util/misc.c
4581 (BETA-5-3.[2,1,1]) (utags: BETA-5-3-RC1): Various minor leak fixes.
4583 2002-03-13 12:04 edg
4585 * source/windowTitle.c (BETA-5-3.3): Made the preview field use a
4586 variable width font to avoid obscuring it too easily.
4588 2002-03-12 20:22 edg
4590 * source/preferences.c (BETA-5-3.1): Small leak fix in language
4593 2002-03-12 20:20 edg
4595 * source/: highlight.c, highlightData.c, highlightData.h (tags:
4596 BETA-5-3-RC1) (BETA-5-3.[1,1,1]): Revised syntax-based paren
4597 matching algorithm: relaxes constraints on highlight patterns.
4598 Valid matches should no longer be missed.
4600 2002-03-12 16:59 edg
4602 * source/help.c (BETA-5-3.1): Leak fix: text was leaked when
4605 2002-03-12 16:22 edg
4607 * source/windowTitle.c (BETA-5-3.2): Removed an XmStringFree() call
4608 that was left behind (and caused a crash).
4610 2002-03-12 16:16 amai
4612 * makefiles/Makefile.os2 (BETA-5-3.1): Reduce stack size of
4615 2002-03-12 14:52 edg
4617 * Makefile, README (tags: BETA-5-3-RC1), ReleaseNotes (tags:
4618 BETA-5-3-RC1), doc/nedit.doc, doc/nedit.html, source/help_data.h,
4619 source/help_topic.h (BETA-5-3.[1,2,2,1,1,1,1]): Set version to
4622 2002-03-12 09:04 edg
4624 * ReleaseNotes, source/tags.c (BETA-5-3.[1,1]): Applied patch
4625 #520941: FindDefinition function incorrectly reads the X selection
4626 even when an argument has been provided for the find_definition()
4629 2002-03-12 00:46 amai
4631 * README (BETA-5-3.1): Small updates on LessTif info
4633 2002-03-11 23:09 tringali
4635 * source/windowTitle.c (BETA-5-3.1): Fix UI so dialog doesn't jump
4636 around. Also prevent overflow bug in text field.
4638 2002-03-11 22:41 amai
4640 * source/windowTitle.c (1.4): Fix compiler warning
4642 2002-03-11 22:40 amai
4644 * README (1.28): Small updates on LessTif info
4646 2002-03-11 22:18 edg
4648 * doc/nedit.doc (1.12), doc/nedit.html (1.6), source/help_data.h
4649 (1.9), source/help_topic.h (1.6), README (1.27), ReleaseNotes
4650 (1.15): Last update before 5.3 branch.
4652 2002-03-11 22:05 edg
4654 * doc/help.etx (1.10, BETA-5-3-RC1), source/highlight.c (1.25),
4655 source/highlight.h (1.5, BETA-5-3-RC1), source/menu.c (1.53,
4656 BETA-5-3-RC1), source/nedit.h (1.23, BETA-5-3-RC1),
4657 source/preferences.c (1.49), source/preferences.h (1.20,
4658 BETA-5-3-RC1), source/search.c (1.43, BETA-5-3-RC1),
4659 source/window.c (1.48): Applied SF patch #513976: Syntax-based
4660 parenthesis matching.
4662 2002-03-11 18:17 edg
4664 * ChangeLog (1.23), README (1.26), ReleaseNotes (1.14): Update for
4667 2002-03-08 10:40 edg
4669 * source/window.c (1.47): Fix for #527319: segfault in
4670 virtKeyBindingsAreInvalid().
4672 2002-03-08 08:43 edg
4674 * source/tags.c (1.32): Fix for #527222: malloc bugs in tags.c
4677 2002-03-07 20:49 edg
4679 * doc/nedit.doc (1.11), doc/nedit.html (1.5), source/help_data.h
4680 (1.8), source/help_topic.h (1.5): Regenerated.
4682 2002-03-07 20:36 edg
4684 * doc/help.etx (1.9), source/windowTitle.c (1.3): Applied patch
4685 #519092: Customizable window title UI redesign
4687 2002-03-07 17:40 edg
4689 * source/menu.c (1.52): Removed some (unnecessary) statements that
4690 could cause the X server to freeze when the background menu was
4691 popped up while any of the lock keys were on.
4693 2002-03-07 16:42 tringali
4695 * makefiles/Makefile.linux (1.8, BETA-5-3-RC1): Add -lXp.
4697 2002-03-06 22:04 edg
4699 * doc/help.etx (1.8), source/nedit.h (1.22), source/preferences.c
4700 (1.48), source/preferences.h (1.19), source/window.c (1.46): Added
4701 patch #525903: Workaround for invalid virtual key bindings attached
4702 to the root window: invalid bindings are detected and ignored
4703 (behavior can be controlled with a new X-resource).
4705 2002-03-06 14:42 tringali
4707 * makefiles/Makefile.linux (1.7): Force Motif to be pulled in
4708 statically by default. Linux users tend to upgrade frequently or
4709 move binaries across systems, causing library version skew.
4711 2002-03-04 20:10 amai
4713 * source/tags.c (1.31): Remove unused statements/code lines as
4714 pointed out on develop@
4716 2002-03-02 17:02 yooden
4718 * doc/help.etx (1.7), source/file.c (1.42, BETA-5-3-RC1),
4719 source/menu.c (1.51), source/nedit.h (1.21), source/preferences.c
4720 (1.47), source/preferences.h (1.18): Makes the line feed NEdit
4721 appends on save optional. (SF Bug #495009)
4723 2002-03-01 22:44 slobasso
4725 * source/interpret.c (1.22, BETA-5-3-RC1): properly round pow()
4728 2002-03-01 17:13 amai
4730 * ChangeLog (1.22), README (1.25): Update timestamp and ChangeLog
4732 2002-03-01 17:12 amai
4734 * util/fileUtils.c (1.21, BETA-5-3-RC1): Add a UNICOS-specific call
4737 2002-03-01 17:04 amai
4739 * util/fontsel.c (1.14): Replace rint(x) by floor(x+0.5)
4741 2002-03-01 16:04 amai
4743 * makefiles/Makefile.unicos (1.5, BETA-5-3-RC1): Patch from Paolo
4744 Palazzi to compile on UNICOS 10.0.1.0
4746 2002-02-27 14:44 edg
4748 * source/window.c (1.45): Setfont: fixed a bug with the window
4749 getting the wrong width when changing the font size under fvwm (or
4750 any other ICCCM2 compliant window manager). Fix provided by Dominik
4753 2002-02-27 11:26 edg
4755 * source/text.c (1.23, BETA-5-3-RC1): Replaced the "None" modifiers
4756 by "~Alt ~Shift ~Ctrl ~Meta", because "None" also excludes lock
4757 keys and prevents PageUp/PageDown from responding when, for
4758 instance, the NumLock key is on (so I didn't mix up my binaries
4761 2002-02-25 17:28 edg
4763 * source/text.c (1.22): Reverted the last change. I've probably
4764 mixed up my NEdit binaries.
4766 2002-02-25 14:29 edg
4768 * source/text.c (1.21): Removed the recently introduced None
4769 modifiers in default key bindings. They don't seem to be
4770 recognized by all Motif versions, causing the PageUp/PageDown keys
4773 2002-02-25 10:32 edg
4775 * source/textDisp.c (1.19, BETA-5-3-RC1): Fix for SF #522263:
4776 segfault fix (Nathaniel Gray).
4778 2002-02-24 21:16 edg
4780 * source/: textBuf.c (1.18), textBuf.h (1.8) (utags: BETA-5-3-RC1):
4781 Fix for #522038: Internal error when splitting window. Allowed
4782 more than one pre-delete callback per window (I originally thought
4783 that only one was necessary).
4785 2002-02-23 20:01 edg
4787 * source/window.c (1.44): Avoid temporarily invalid WM size hints.
4788 They seem to amplify the effects of a bug in fvwm2 (SF #496526:
4789 Very wide nedit window with fvwm).
4791 2002-02-21 18:53 tringali
4793 * source/text.c (1.20): Fix broken PageUp and PageDown keys on
4794 systems that bind osfPageLeft to Ctrl-PageUp.
4796 2002-02-20 13:03 amai
4798 * source/help.c (1.76): Make getBuildInfo() to return a static
4801 2002-02-16 14:39 edg
4803 * source/help_data.h (1.7): Regenerated with fixed setext (fixes
4804 some style problems).
4806 2002-02-16 14:37 edg
4808 * doc/setext (1.7, BETA-5-3-RC1): Style transition fixes by Steven
4811 2002-02-15 09:41 edg
4813 * doc/nedit.html (1.4), source/help_data.h (1.6),
4814 source/help_topic.h (1.4): Regenerated with fixed setext.
4816 2002-02-15 09:37 edg
4818 * doc/setext (1.6): Applied bug fixes in help and html generation
4819 (provided by Steven Haehn).
4821 2002-02-14 21:08 edg
4823 * source/preferences.c (1.46): Bumped .nedit file version to 5.3.
4825 2002-02-14 21:04 edg
4827 * README (1.24): Synchronized author list with help.etx.
4829 2002-02-14 20:24 amai
4831 * README (1.23), ReleaseNotes (1.13): Re-arrange some text
4833 2002-02-14 14:28 tringali
4835 * source/preferences.c (1.45): Oops, helvetica fonts aren't italic,
4838 2002-02-13 23:10 edg
4840 * README (1.22), ReleaseNotes (1.12): Preparation of 5.3 release.
4842 2002-02-13 23:07 edg
4844 * source/nc.c (1.21, BETA-5-3-RC1): Preparation of 5.3 release.
4846 2002-02-13 20:47 tringali
4848 * source/preferences.c (1.44): Change help fonts to be like the
4849 defaults we have in nedit.c to reduce the likelihood of them being
4850 missing or defective.
4852 2002-02-13 20:00 tringali
4854 * util/misc.c (1.36): Fix for [ #478234 ] nedit crash with Xwindows
4857 2002-02-13 18:03 edg
4859 * ChangeLog (1.21): Update.
4861 2002-02-13 14:14 edg
4863 * source/textDisp.c (1.18): Fix for SF bug #516920: line numbering
4864 in continuous wrap mode.
4866 2002-02-13 12:30 edg
4868 * doc/nedit.doc (1.10), doc/nedit.html (1.3), source/help_data.h
4869 (1.5), source/help_topic.h (1.3): Regenerated documentation.
4871 2002-02-13 12:27 edg
4873 * doc/setext-info.txt (1.1, BETA-5-3-RC1): Added setext format
4874 documentation provided by Steven Haehn.
4876 2002-02-13 12:12 edg
4878 * doc/help.etx (1.6): Minor fixes.
4880 2002-02-11 21:23 arnef
4882 * source/windowTitle.c (1.2): Fixed reason for crash when window is
4883 destroyed. Removing leading dashes and spaces Checking for array
4884 out of bounds when creating title.
4886 2002-02-11 10:45 edg
4888 * source/highlightData.c (1.27): Upgraded X Resources highlight
4889 patterns to improve highlighting performance. SF bug #481290;
4890 patterns provided by Markus Schwarzenberg.
4892 2002-02-08 23:26 tringali
4894 * source/nedit.c (1.30): Yet another attempted fix for 434383:
4895 menus showing up as blocks.
4897 2002-02-07 10:23 edg
4899 * doc/help.etx (1.5): Updates for SF bug #489601: misprint in
4902 2002-02-07 10:00 edg
4904 * doc/help.etx (1.4): Fix for SF bug #432203: Error in regex help
4907 2002-02-07 09:28 edg
4909 * doc/setext (1.5): Comment on #! interpreter line is not allowed
4912 2002-02-05 22:01 edg
4914 * source/highlight.c (1.24): Fix for SF bug #512961: NEdit LOCKS
4915 UP, and also for a similar bug reported at the discuss mailing list
4916 (Philippe Poilbarbe: Infinite Loop). Yet another char/unsigned
4919 2002-02-05 20:55 edg
4921 * source/regularExp.c (1.12, BETA-5-3-RC1): Fixed a char/unsigned
4922 char comparison problem that caused crashes when patterns contained
4923 characters with ASCII code >= 128.
4925 2002-02-05 18:16 edg
4927 * source/: textBuf.c (1.17), textDisp.c (1.17), textDisp.h (1.8,
4928 BETA-5-3-RC1), window.c (1.43): Bug fix for SF bug #510631: 5.2
4929 segmentation fault on Linux/i386. Modifying tab distance in
4930 continous wrap mode brought the text display widget in an illegal
4933 2002-02-05 13:15 edg
4935 * source/highlight.c (1.23): Bugfix in color allocation (Thomas
4938 2002-02-03 16:41 edg
4940 * source/: textBuf.c (1.16), textBuf.h (1.7), textDisp.c (1.16),
4941 textDisp.h (1.7): Patches for SF bug #485415: Continuous wrap
4942 updating bugs. Continuous wrap mode combined with variable font
4943 sizes resulted in wrong text display calculations.
4945 2002-02-01 15:03 edg
4947 * source/textDisp.c (1.15): Patch for SF bug #510765: Help>Version
4948 scrollbar can get corrupted. The text display widget used wrong
4949 style information for wrapping calculations when using variable
4952 2002-01-28 10:43 amai
4954 * ChangeLog (1.20), source/help.c (1.75), source/nedit.c (1.29),
4955 source/server.c (1.13, BETA-5-3-RC1), source/tags.c (1.30),
4956 source/textDisp.c (1.14), source/textDrag.c (1.5, BETA-5-3-RC1),
4957 source/undo.c (1.8, BETA-5-3-RC1): Add some explicit #include
4960 2002-01-23 16:54 tringali
4962 * source/help.c (1.74): Change parenthesis style to match the rest
4963 of nedit source code.
4965 2002-01-23 16:53 tringali
4967 * source/textSel.c (1.7, BETA-5-3-RC1): Accept COMPOUND_TEXT
4968 selection requests for compatability with recent versions of
4971 2002-01-17 01:34 amai
4973 * makefiles/Makefile.os2 (1.11): Some small fixes/enhancements
4975 2002-01-15 17:05 tringali
4977 * source/: menu.c (1.50), window.c (1.42): Lower case, Upper case,
4978 and Find Def do not require an NEdit selection. LC/UC can operate
4979 on the cursor, and Find Def can use an external selection.
4981 2002-01-13 16:01 yooden
4983 * source/: menu.c (1.49), window.c (1.41): Removed four
4984 XtSetSensitive calls that prevent use of 'Open Selected' and 'Find
4985 Selection' on selections that are not NEdit's.
4987 2002-01-12 00:59 amai
4989 * makefiles/Makefile.os2 (1.10), source/nc.c (1.20): Makefile.os2:
4990 update/correct some linker options nc.c: I think I previously
4991 messed up the commandline for EMX&VMS case. Perhaps not a good
4992 idea to mess around in code which I can't test...
4994 2002-01-11 18:21 amai
4996 * source/nc.c (1.19): Fix for server startup command line on OS/2:
4997 missing flag for START command and fix memory leak.
4999 2002-01-11 13:10 amai
5001 * doc/setext (1.4), source/help_data.h (1.4): Patch from Steven
5002 Haehn to add some static/const to setext output
5004 2002-01-10 12:49 amai
5006 * source/help.c (1.73): Make some funcs/vars static
5008 2002-01-08 16:06 amai
5010 * README (1.21): New timestamp ... (a test whether the commit
5011 messages get a different subject now)
5013 2002-01-08 14:33 amai
5015 * ChangeLog (1.19), source/menu.c (1.48), source/nedit.h (1.20),
5016 source/window.c (1.40): Make more menu Items sensitive WRT an
5017 existing selection: Cut, Upper, Lower
5019 2002-01-07 10:15 amai
5021 * source/tags.c (1.29): Jump to tags only referenced by line
5022 number. Fix by M. Schwarzenberg.
5024 2002-01-05 16:52 amai
5026 * source/search.c (1.42): Only set *again menu Items on the first
5027 search ever (not on each)
5029 2002-01-05 16:45 amai
5031 * source/: Makefile.dependencies (1.15), menu.c (1.47), nedit.h
5032 (1.19), search.c (1.41), search.h (1.15, BETA-5-3-RC1), window.c
5033 (1.39): Toggle Menu Item sensitivity, including those from SF Bug [
5034 #486072 ] Selection commands sensitivity incorrect
5036 2002-01-05 02:19 edel
5038 * source/: help_data.h (1.3), help_topic.h (1.2): Regenerated
5039 help_topic.h and help_data.h for change in help.ext
5041 2002-01-05 02:09 edel
5043 * makefiles/Makefile.solaris (1.7, BETA-5-3-RC1): Reverting to 1.5
5044 (I accidentally committed my private mods, sorry).
5046 2002-01-05 01:48 edel
5048 * doc/help.etx (1.3), doc/setext (1.3), makefiles/Makefile.solaris
5049 (1.6), source/help.c (1.72), source/preferences.c (1.43),
5050 source/preferences.h (1.17): Help updates from Steve. Remove
5051 unused title font resources, add back some missing help text.
5053 2002-01-04 16:39 amai
5055 * ChangeLog (1.18), source/textDisp.c (1.13): Fix ("wrong")
5056 compiler (gcc) warning about two uninitialized variables
5058 2001-12-31 14:34 amai
5060 * source/nc.c (1.18): Fix a problem with calling nedit from nc on
5061 OS/2 which I introduced recently. Enlarge Preferences.serverCmd
5064 2001-12-24 11:50 amai
5066 * source/macro.c (1.38, BETA-5-3-RC1): Fix by Gilles J. Seguin for
5067 SF Bug [ #480966 ] Composed characters in learned sequence
5069 2001-12-24 09:46 amai
5071 * source/file.c (1.41), source/highlight.c (1.22), source/menu.c
5072 (1.46), util/getfiles.c (1.18, BETA-5-3-RC1): Fix for SF Bug [
5073 #480960 ] No titles in some dialog boxes as sent to develop@ from
5076 2001-12-24 09:26 amai
5078 * ChangeLog (1.17), source/parse_noyacc.c (1.2, BETA-5-3-RC1),
5079 source/window.c (1.38): Update ChangeLog, parse_noyacc.c. Typo in
5082 2001-12-24 09:18 amai
5084 * source/: interpret.c (1.21), interpret.h (1.7, BETA-5-3-RC1),
5085 parse.y (1.18, BETA-5-3-RC1): Apply SF Patch [ #496413 ]
5086 preliminary patch for #495293 from A. Hood which in turn fixes SF
5087 Bug [ #495293 ] continue outside of loop causes segfault
5089 2001-12-20 15:38 amai
5091 * source/: comnedit.com (1.7, BETA-5-3-RC1), parse.c_noyacc (1.8),
5092 parse_noyacc.c (1.1): Rename our fallback version of the parse.c
5093 code to have a reasonable file extension. Update VMS command file
5096 2001-12-19 17:08 tringali
5098 * source/help.c (1.71): Fix incorrect array size that crashes on
5099 platforms where sizeof(char*) != sizeof(int)
5101 2001-12-19 14:51 tringali
5103 * source/: window.c (1.37), nedit.c (1.28): Back out frame around
5104 text patch; doesn't work well with LessTif
5106 2001-12-18 18:53 tringali
5108 * source/: nedit.c (1.27), window.c (1.36): Put frame around text
5109 widget, for consistent look with XmScrolledText Patch courtesy of
5110 C. Rasmussen (If you don't like it, disable it with
5111 *pane*XmFrame.shadowThickness: 0)
5113 2001-12-17 16:28 amai
5115 * source/selection.c (1.18, BETA-5-3-RC1): Fix compilation problem
5117 2001-12-16 04:31 ajhood
5119 * source/selection.c (1.17): Modified Files:
5121 replacing sprintf lost the path name when opening files
5123 2001-12-14 14:35 edel
5125 * source/help_topic.h (1.1): Separated auto-generated part of
5126 help.h into different file, help_topic.h.
5128 2001-12-14 05:14 edel
5130 * doc/: Makefile (1.2, BETA-5-3-RC1), help.etx (1.2), nedit.doc
5131 (1.9), nedit.html (1.2), setext (1.2): Rearranged styles to put
5132 fixed fonts first, for sizing help text widget.
5134 2001-12-14 05:12 edel
5136 * source/: Makefile.dependencies (1.14), help.c (1.70), help.h
5137 (1.8), help_data.h (1.2): Rearanged help fonts so window is sized
5138 to match fixed-width formatting. Fixed underlined fonts not
5141 2001-12-13 15:44 amai
5143 * source/tags.c (1.28): Drop // comments from last check-in
5145 2001-12-13 13:31 amai
5147 * ChangeLog (1.16), source/help.h (1.7): Add prototype to help.h to
5150 2001-12-13 13:27 amai
5152 * source/tags.c (1.27), source/tags.h (1.10, BETA-5-3-RC1),
5153 util/fileUtils.c (1.20), util/utils.c (1.10, BETA-5-3-RC1),
5154 util/utils.h (1.5, BETA-5-3-RC1): Apply SF Patch [ #491109 ]
5155 recognize etags TAGS files added from M. Schwarzenberg
5157 2001-12-13 13:14 amai
5159 * source/interpret.c (1.20), source/macro.c (1.37), source/menu.c
5160 (1.45), source/parse.y (1.17), source/preferences.c (1.42),
5161 source/search.c (1.40), source/selection.c (1.16), source/tags.c
5162 (1.26), source/userCmds.c (1.23, BETA-5-3-RC1), util/printUtils.c
5163 (1.15): Fix for SF Bug [ #491943 ] missing (unsigned char) casts
5164 from M. Schwarzenberg
5166 2001-12-12 17:07 edel
5168 * source/help.c (1.69): Fixed hyperlink after search crash, search
5169 memory leak, cleaned up code, added more comments.
5171 2001-12-10 05:11 edel
5173 * source/help_data.h (1.1): Help data generated from
5176 2001-12-10 05:07 edel
5178 * doc/nedit.html (1.1): Copy of html documentation generated by new
5181 2001-12-10 05:03 edel
5183 * doc/: Makefile (1.1), help.etx (1.1), nedit.doc (1.8), setext
5184 (1.1): New help system!
5186 2001-12-10 04:57 edel
5188 * source/: Makefile.dependencies (1.13), help.c (1.68), help.h
5189 (1.6), highlight.c (1.21), highlight.h (1.4), menu.c (1.44),
5190 preferences.c (1.41), preferences.h (1.16), textDisp.c (1.12): New
5193 2001-12-07 10:50 amai
5195 * source/file.c (1.40): Close file handle upon various error
5196 conditions to leave the routine w/o success. Also reject block
5197 devices in addition to directories.
5199 2001-12-05 10:16 amai
5201 * source/: nc.c (1.17), nedit.c (1.26): nc: don't use XtWarning
5202 when report invalid commanline argument. nedit: react properly if
5203 file name on commandline is too long. Now starts up GUI.
5205 2001-12-04 18:03 amai
5207 * ChangeLog (1.15), source/server.c (1.12), util/getfiles.c (1.17):
5208 More checks for ParseFilename()'s return value
5210 2001-12-04 17:50 amai
5212 * source/file.c (1.39), source/menu.c (1.43), source/nc.c (1.16),
5213 source/nedit.c (1.25), source/selection.c (1.15), source/tags.c
5214 (1.25), util/DialogF.c (1.20), util/fileUtils.c (1.19):
5215 ParseFilename() often gets called w/o the caller to ensure that the
5216 arguments are proper. Let it do some checks and have an useful
5219 2001-12-04 11:14 amai
5221 * makefiles/Makefile.macosx (1.1): Add Makefile for MacOS X, as
5222 found on our website
5224 2001-12-03 22:21 amai
5226 * source/: help.c (1.67), nedit.c (1.24): Update source timestamp
5227 and add -V to commandline help
5229 2001-12-03 22:18 amai
5231 * source/nc.c (1.15): Resolve a mess of #ifdefs in handling
5232 commandline args. Implement -V|-version for nc
5234 2001-12-03 16:46 tringali
5236 * source/: Makefile.common (1.10, BETA-5-3-RC1), help.c (1.66),
5237 linkdate.c (1.1, BETA-5-3-RC1): Make build date more accurate by
5238 updating on actual link, not when help.c was last compiled.
5240 2001-12-02 17:58 edg
5242 * source/: textBuf.c (1.15), textSel.c (1.6): Applied SF patch
5243 #487945: Fix for rectangular overstrike paste.
5245 2001-11-30 15:41 tringali
5247 * source/: nedit.c (1.23), window.c (1.35): [487153] Let user
5248 override font of statistics line
5250 2001-11-27 22:53 edg
5252 * source/search.c (1.39): Enhancement to the (multi-file)
5253 replacement dialog: all files are first checked for changes to set
5254 correct sensitivity for the multi-file button and to generate an
5255 up-to-date list of writable files in the multi-file dialog.
5257 2001-11-27 10:47 amai
5259 * source/: help.c (1.65), menu.c (1.42), shell.c (1.18): Patch from
5260 A. Riese SF Patch [ #434451 ] line numbers in shell commands
5262 2001-11-27 09:09 amai
5264 * source/file.c (1.38), source/menu.c (1.41), util/prefFile.c
5265 (1.12), util/utils.c (1.9), util/utils.h (1.4): Introduce
5266 PrependHome() to create all paths of type $HOME/file without
5267 overflow. Fixes some leaks, other remain ...
5269 2001-11-26 21:40 amai
5271 * util/: fileUtils.c (1.18), utils.c (1.8): Quit if a "safe"
5272 getpw*() call fails. GetUserName() returns a safe, cached result
5274 2001-11-26 17:17 amai
5276 * ChangeLog (1.14), README (1.20), source/help.c (1.64),
5277 source/nc.c (1.14), source/nedit.c (1.22): Apply Patch from M.
5278 Schwarzenberg: SF Patch [ #485610 ] -- open filenames starting with
5281 2001-11-26 14:54 amai
5283 * util/fileUtils.c (1.17): Try to fix a potential memory
5284 (security?!?) leak in ExpandTile()
5286 2001-11-26 14:17 amai
5288 * util/utils.c (1.7): Cache return value of GetHomeDir() and return
5289 a private reference. Earlier we did return a string that could be
5290 invalided before it was used!?
5292 2001-11-25 23:03 edg
5294 * source/file.c (1.37): Crash fix: avoid closing windows twice when
5295 user destroys the window of a file that could not be opened instead
5296 of closing the error dialog.
5298 2001-11-25 22:05 edg
5300 * source/textBuf.c (1.14): Small fix: tighter buffer boundary check
5301 when accessing characters.
5303 2001-11-24 11:57 amai
5305 * source/file.c (1.36): Patch from Thorsten Haude for SF Bug [
5306 #484870 ] Double Mnemonic
5308 2001-11-24 11:41 amai
5310 * makefiles/Makefile.qnx (1.1, BETA-5-3-RC1): Add Makefile for QNX
5311 as posted on develop@ mailinglist
5313 2001-11-22 21:01 amai
5315 * source/interpret.c (1.19), source/preferences.c (1.40),
5316 source/textBuf.c (1.13), source/textBuf.h (1.6), util/printUtils.c
5317 (1.14), util/printUtils.h (1.5, BETA-5-3-RC1): Another small const
5320 2001-11-21 16:36 amai
5322 * util/misc.c (1.35): Patch SF [#483505 ] Fix warning on DEC Not
5323 literally, I extended the comment a bit.
5325 2001-11-20 15:53 amai
5327 * README (1.19): Sorry, another "dummy" commit, to check for the
5330 2001-11-20 15:36 amai
5332 * ReleaseNotes (1.11): Switch to "5.2+" ...
5334 2001-11-20 15:31 amai
5336 * README (1.18): Start list of 5.2+ features/changes
5338 2001-11-20 13:25 amai
5340 * source/selection.c (1.14), util/system.h (1.9, BETA-5-3-RC1): Add
5341 Intel's icc/ecc to our list of known compilers (and fix a compiler
5344 2001-11-18 19:53 amai
5346 * ChangeLog (1.13): Update
5348 2001-11-18 19:02 arnef
5350 * source/Makefile.common (1.9), source/Makefile.dependencies
5351 (1.12), source/help.c (1.63), source/help.h (1.5), source/menu.c
5352 (1.40), source/nc.c (1.13), source/preferences.c (1.39),
5353 source/preferences.h (1.15), source/server.c (1.11),
5354 source/window.c (1.34), source/window.h (1.8, BETA-5-3-RC1),
5355 source/windowTitle.c (1.1), source/windowTitle.h (1.1,
5356 BETA-5-3-RC1), util/Makefile.common (1.6, BETA-5-3-RC1),
5357 util/Makefile.dependencies (1.5, BETA-5-3-RC1), util/clearcase.c
5358 (1.1, BETA-5-3-RC1), util/clearcase.h (1.1, BETA-5-3-RC1),
5359 util/fileUtils.c (1.16), util/fileUtils.h (1.7, BETA-5-3-RC1),
5360 util/utils.c (1.6), util/utils.h (1.3): Added Customise Window
5362 http://sourceforge.net/tracker/?func=detail&atid=311005&aid=477875&
5365 2001-11-16 16:06 tringali
5367 * util/misc.c (1.34): 482504: Bad CapsLock grab on certain keyboard
5370 2001-11-16 12:47 amai
5372 * source/userCmds.c (1.22): "const patch"
5374 2001-11-16 11:13 amai
5376 * source/: selection.c (1.13), shift.c (1.10, BETA-5-3-RC1): Add
5377 two missing #includes
5379 2001-11-16 11:02 amai
5381 * source/: help.c (1.62), shell.c (1.17), userCmds.c (1.21): Apply
5382 patch SF [ #434451 ] line numbers in shell commands from Axel
5385 2001-11-16 10:06 amai
5387 * source/: help.c (1.61), menu.c (1.39), selection.c (1.12),
5388 selection.h (1.4, BETA-5-3-RC1), text.c (1.19), text.h (1.5,
5389 BETA-5-3-RC1), textDisp.c (1.11), textDisp.h (1.6): Apply patch for
5390 SF [ #403435 ] Go to column in "Goto Line Number" dialog (added
5391 some 'consts', missing #include, etc.)
5393 2001-11-16 09:39 amai
5395 * source/: tags.c (1.24), tags.h (1.9), textBuf.c (1.12), textBuf.h
5396 (1.5), userCmds.c (1.20): Another "const patch"
5398 2001-11-15 14:28 amai
5400 * makefiles/Makefile.openbsd (1.1, BETA-5-3-RC1): In principle the
5401 same as Makefile.netbsd, but I arbitrarily chose a Motif 2.1 setup
5402 and added -lXp already
5404 2001-11-13 21:07 amai
5406 * makefiles/Makefile.os2 (1.9): For now we don't have/use
5409 2001-11-13 11:10 amai
5411 * source/: search.c (1.38), search.h (1.14): Add some more 'const's
5412 to public search routines
5414 2001-11-12 14:04 amai
5416 * util/: DialogF.c (1.19), DialogF.h (1.5, BETA-5-3-RC1), misc.c
5417 (1.33), misc.h (1.11, BETA-5-3-RC1): Another small 'const patch'
5419 2001-11-12 13:46 amai
5421 * makefiles/Makefile.generic (1.7, BETA-5-3-RC1), source/tags.c
5422 (1.23), util/fileUtils.c (1.15), util/fileUtils.h (1.6): Revised
5423 version of Patch from Markus Schwarzenberg: SF [ #479589 ] path for
5424 tags files should be resolved I added a catch for systems without
5427 2001-11-10 00:00 slobasso
5429 * source/help.c (1.60): fixed bad eol in string
5431 2001-11-09 23:58 slobasso
5433 * source/highlightData.c (1.26): added in to NEdit macro language
5436 2001-11-08 16:05 amai
5438 * makefiles/Makefile.generic (1.6), makefiles/Makefile.os2 (1.8),
5439 source/file.c (1.35): Drop WRITES_DOS_TEXT catch finally!
5441 2001-11-08 13:49 amai
5443 * ChangeLog (1.12): Update
5445 2001-11-08 13:47 amai
5447 * README (1.17), source/help.c (1.59): Add timestamp again to
5448 version info. The build date is not necessarily an indicator for
5449 the date of the underlying sources ...
5451 2001-11-08 12:55 edg
5453 * source/search.c (1.37): Fixed a bug for replacements in
5454 rectangular selections: false matches could hide valid ones.
5456 2001-11-07 22:54 edg
5458 * source/preferences.c (1.38): Added a patch for the last remaining
5459 issue of SF bug #230912 (Postscript language mode definition on
5460 VMS), and added a post-5.2 preferences upgrading routine, to be
5461 extended when other preferences are upgraded.
5463 2001-11-05 15:17 tringali
5465 * source/highlightData.c (1.25): Update C/C++ preprocessor patterns
5466 with specific keywords (#include, #define, etc.)
5468 2001-11-02 12:17 edg
5470 * source/file.c (1.34): Changed misleading "Create" button label in
5471 dialogs to "New File" (Thorsten Haude, SF bug #449765).
5473 2001-11-02 12:13 edg
5475 * README (1.16), doc/nedit.doc (1.7), source/help.c (1.58): Minor
5476 documentation updates (Thorsten Haude).
5478 2001-11-01 20:22 edg
5480 * util/fontsel.c (1.13): Removed a debug print statement that was
5481 left behind accidentally.
5483 2001-10-31 17:25 edg
5485 * util/getfiles.c (1.16): Added a VMS-specific check for a Motif
5486 2.x bug workaround (one was added earlier, but it should have been
5487 done at two places).
5489 2001-10-31 16:36 edg
5491 * source/: nedit.c (1.21), preferences.c (1.37): Changed default
5492 font sizes from 12 pixels to 12 points. This should improve
5495 2001-10-30 21:47 tringali
5497 * source/preferences.c (1.36): Merge post-RC1 changes to mainline
5499 2001-10-27 20:19 edg
5501 * source/: menu.c (1.38), userCmds.c (1.19): Added extra checks to
5502 prevent macro/background menu commands from being executed by the
5503 user while another command is already running (to prevent a crash).
5504 Also added beeps to notify the user in those cases that the
5505 commands are rejected.
5507 2001-10-26 20:17 amai
5509 * makefiles/: Makefile.generic (1.5), Makefile.os2 (1.7): Document
5510 -DWRITES_DOS_TEXT - at least it's used on OS/2!
5512 2001-10-25 15:51 tringali
5514 * source/preferences.c (tags: REL-5-2) (BETA-5-2.6): Compare file
5515 versions as integers to avoid bad float comparisonsCompare file
5516 versions as integers to avoid bad float comparisonsCompare file
5517 versions as integers to avoid bad float comparisonsCompare file
5518 versions as integers to avoid bad float comparisons
5520 2001-10-22 08:50 amai
5522 * source/: tags.c (1.22), tags.h (1.8): Patch for SF [ #473602 ] no
5523 mult. tags selection on 1st find def from Markus Schwarzenberg
5525 2001-10-21 15:13 tringali
5527 * README (1.15), ReleaseNotes (1.10), doc/faq-txt.awk (1.2,
5528 BETA-5-3-RC1), doc/faq-txt.dtd (1.2, BETA-5-3-RC1), doc/faq-txt.xsl
5529 (1.2, BETA-5-3-RC1), doc/faq.dtd (1.2, BETA-5-3-RC1), doc/faq.xml
5530 (1.3, BETA-5-3-RC1), doc/faq.xsl (1.2, BETA-5-3-RC1), doc/nc.man
5531 (1.5, BETA-5-3-RC1), doc/nedit.doc (1.6), doc/nedit.man (1.6,
5532 BETA-5-3-RC1), source/file.c (1.33), source/help.c (1.57),
5533 source/highlight.c (1.20), source/highlightData.c (1.24),
5534 source/nedit.c (1.20), source/preferences.c (1.35), source/search.c
5535 (1.36), source/shell.c (1.16), util/fontsel.c (1.12),
5536 util/fontsel.h (1.5, BETA-5-3-RC1), util/prefFile.c (1.11),
5537 util/system.h (1.8): Merge post-5.2RC1 changes into mainline
5539 2001-10-21 15:09 tringali
5541 * doc/NEdit.ad (1.2, BETA-5-3-RC1), doc/README.FAQ (1.2,
5542 BETA-5-3-RC1), doc/faq-txt-pass2.xsl (1.2, BETA-5-3-RC1),
5543 doc/faq.txt (1.2, BETA-5-3-RC1), makefiles/Makefile.depend (1.2,
5544 BETA-5-3-RC1), makefiles/Makefile.linux (1.6),
5545 makefiles/Makefile.os2 (1.6), makefiles/Makefile.solaris (1.5),
5546 makefiles/Makefile.unixware (1.4, BETA-5-3-RC1): Merge post-5.2RC1
5547 changes into mainline
5549 2001-10-16 14:41 edg
5551 * ChangeLog (tags: REL-5-2) (BETA-5-2.6): Final update for 5.2
5554 2001-10-15 20:10 amai
5556 * source/tags.c (1.21): Latest patch for SF [ #466742 ] Tag not
5559 2001-10-15 17:33 slobasso
5561 * source/nc.c (1.12): Patch to allow for multi-line macros to be
5562 passed on nc command line when a nedit server is not already
5565 2001-10-15 17:28 slobasso
5567 * source/: file.c (1.32), file.h (1.9, BETA-5-3-RC1), nedit.c
5568 (1.19), nedit.h (1.18), server.c (1.10): Changed -read behavior to
5569 mimic the Read Only menu option.
5571 2001-10-15 17:24 slobasso
5573 * source/text.c (1.18): Fixes problem where triple clicking to
5574 select a word wrapped line was inconsistent with the subsequent
5575 dragging to extend the selection. The behavior now matches.
5577 2001-10-12 19:34 tringali
5579 * Makefile, source/help.c (BETA-5-2.[1,9]) (utags: REL-5-2): Prep
5580 work for final 5.2 release
5582 2001-10-12 11:54 edg
5584 * README (tags: REL-5-2) (BETA-5-2.5): Minor updates.
5586 2001-10-12 10:36 edg
5588 * README, ReleaseNotes (tags: REL-5-2) (BETA-5-2.[4,2]): Updates in
5589 preparation of the 5.2 release.
5591 2001-10-11 13:19 edg
5593 * source/preferences.c (BETA-5-2.5): Fixed a bug in the 5.2
5594 preferences upgrading routine: new language modes were added, but
5595 the corresponding highlight patterns were not enabled.
5597 2001-10-10 18:32 edg
5599 * source/shell.c (tags: REL-5-2) (BETA-5-2.1): Fixed a bug that
5600 could cause NEdit to crash or garble a file when the user modifies
5601 the buffer while the output of an external command is being
5604 2001-10-08 07:29 amai
5606 * ChangeLog (BETA-5-2.5), ChangeLog (1.11): Update
5608 2001-10-06 13:09 amai
5610 * ReleaseNotes (BETA-5-2.1): Some very minor changes towards the
5613 2001-10-06 11:42 amai
5615 * README, source/help.c (BETA-5-2.[3,8]): "lame attempt" to enfore
5616 a release: drop "RC" and update timestamps!
5618 2001-10-04 11:02 amai
5620 * makefiles/Makefile.solaris (tags: REL-5-2) (BETA-5-2.2): Use
5621 CC=cc. After all it's the most - since only - standard conforming
5624 2001-10-04 10:16 amai
5626 * source/tags.c (1.20): Patch for SF Bug [ #466742 ] Tag not found.
5627 This is tags-semicolon2.diff as submitted by Markus Schwarzenberg.
5629 2001-10-04 09:44 amai
5631 * README (1.14), source/help.c (1.56): Update timestamps
5633 2001-10-02 17:06 amai
5635 * source/help.c (BETA-5-2.7): Get PrintVersion() work again and
5638 2001-10-02 07:16 amai
5640 * doc/README.FAQ (1.1): file README.FAQ was initially added on
5643 2001-10-02 07:16 amai
5645 * doc/faq-txt-pass2.xsl (1.1): file faq-txt-pass2.xsl was initially
5646 added on branch BETA-5-2.
5648 2001-10-02 07:16 amai
5650 * doc/: README.FAQ, faq-txt-pass2.xsl, faq.dtd, faq.txt, faq.xml
5651 (BETA-5-2.[1,1,1,3,5]) (utags: REL-5-2): FAQ updates from Florian
5654 2001-10-01 13:34 amai
5656 * source/highlightData.c (tags: REL-5-2) (BETA-5-2.1): minor
5657 pattern fix, bug 455877
5659 2001-10-01 12:42 edg
5661 * source/preferences.c (BETA-5-2.4): Changed the order in which new
5662 5.2 language modes were added to the list during upgrading (they
5663 are now simply appended instead of inserted).
5665 2001-10-01 08:30 edg
5667 * util/prefFile.c (tags: REL-5-2) (BETA-5-2.1): Fixed a bug in the
5668 preferences restoration mechanism (prefFileRead is now properly
5669 set, even if already present in the resource file).
5671 2001-09-30 19:49 edg
5673 * source/preferences.c (BETA-5-2.3): Added a 5.1 to 5.2 preferences
5674 upgrading routine (language modes and highlight styles).
5676 2001-09-27 12:41 edg
5678 * source/file.c (tags: REL-5-2) (BETA-5-2.1): Added comment about
5679 use of tmpnam (Thorsten Haude).
5681 2001-09-26 21:05 amai
5683 * makefiles/Makefile.unixware (tags: REL-5-2) (BETA-5-2.1): Add
5684 -lSM -lICE to libs as reported on the list as for UnixWare 7.1.1
5686 2001-09-21 09:58 amai
5688 * source/: tags.c (1.19), tags.h (1.7): 'const' patch + fix small
5689 memory leak + protect against memory overflow in Add*TagFile
5691 2001-09-20 19:30 tringali
5693 * doc/nedit.doc (tags: REL-5-2), source/help.c (BETA-5-2.[3,6]): -
5694 Merge slobasso 5.2 doc fixes erronously applies to mainline here
5696 2001-09-20 14:24 tringali
5698 * source/nedit.c (tags: REL-5-2) (BETA-5-2.1): Remove "iso8859" as
5699 some servers do not have this encoding installed.
5701 2001-09-20 11:14 amai
5703 * ChangeLog (1.10): Update
5705 2001-09-20 11:13 amai
5707 * ChangeLog (BETA-5-2.4): Update. Remove info about recent main
5710 2001-09-19 12:11 amai
5712 * makefiles/: Makefile.linux, Makefile.os2 (BETA-5-2.[1,1]) (utags:
5713 REL-5-2): Document -lXp flag (required when linking against a Motif
5714 2.1 compatible libXm)
5716 2001-09-17 14:06 amai
5718 * source/file.c (1.31), source/regularExp.c (1.11), source/search.h
5719 (1.13), util/printUtils.c (1.13): Still minor cleanup. Make
5720 compiler/lint even more happy
5722 2001-09-14 15:59 edg
5724 * source/highlight.c (tags: REL-5-2) (BETA-5-2.1): Fixes for SF
5725 bugs #459965 and #460859 (they are related), including patch
5728 2001-09-13 14:11 tringali
5730 * source/preferences.c (BETA-5-2.2): #458807: Automatically add 5.2
5731 styles if .nedit file is pre-5.2
5733 2001-09-12 20:14 amai
5735 * doc/: faq-txt.awk (tags: REL-5-2), faq-txt.dtd (tags: REL-5-2),
5736 faq-txt.xsl (tags: REL-5-2), faq.txt, faq.xml, faq.xsl (tags:
5737 REL-5-2) (BETA-5-2.[1,1,1,2,4,1]): Update as sent from Florian
5740 2001-09-12 09:45 amai
5742 * ChangeLog (BETA-5-2.3): I forgot to update this file in this beta
5745 2001-09-12 09:18 amai
5747 * makefiles/Makefile.depend (tags: REL-5-2) (BETA-5-2.1): Add CVS
5748 info line to output. Makes life even more simple
5750 2001-09-11 11:24 amai
5752 * doc/faq.xml (BETA-5-2.3): Add a non-visible CVS stamp and update
5755 2001-09-11 10:17 edg
5757 * source/search.c (tags: REL-5-2) (BETA-5-2.1): Fixed a minor
5758 button sensitivity bug (Multiple Files... button was grayed out
5759 after canceling multi-file replace dialog and modifying search
5762 2001-09-10 15:28 amai
5764 * util/system.h (tags: REL-5-2) (BETA-5-2.2): Update/add/fix
5767 2001-09-10 13:42 amai
5769 * source/help.c (BETA-5-2.5): Update timestamp
5771 2001-09-10 13:41 amai
5773 * doc/faq.xml (BETA-5-2.2): Some updates WRT LessTif, mostly
5776 2001-09-07 14:16 amai
5778 * doc/NEdit.ad (1.1): file NEdit.ad was initially added on branch
5781 2001-09-07 14:16 amai
5783 * doc/NEdit.ad (tags: REL-5-2) (BETA-5-2.1): Add a 5.1 app defaults
5784 file - needs to be updated probably. This contains only
5785 outcommented entries!
5787 2001-09-07 07:46 amai
5789 * doc/nc.man (tags: REL-5-2), doc/nedit.doc, source/help.c
5790 (BETA-5-2.[1,2,4]): Fix typos as reported on the list
5792 2001-09-07 07:39 amai
5794 * source/help.c (BETA-5-2.3): Don't call XmRegisterConverters() for
5795 Motif 2.1, add declaration for 2.0 and add a "helpful" comment on
5798 2001-09-06 09:39 amai
5800 * ChangeLog (1.9), source/help.c (1.55): ChangeLog update and a new
5803 2001-09-06 09:37 amai
5805 * source/: Makefile.dependencies (1.11), file.c (1.30), tags.c
5806 (1.18), tags.h (1.6): Add missing #include and add some 'const'.
5809 2001-09-05 11:44 amai
5811 * source/: file.c (1.29), help.c (1.54), preferences.c (1.34),
5812 preferences.h (1.14), tags.c (1.17), tags.h (1.5): Patch for SF bug
5813 [ #451997 ] bugs in tags.c/normalizePathname from Markus
5816 2001-09-04 17:55 amai
5818 * doc/nedit.doc, source/help.c (BETA-5-2.[1,2]): Fix typo reported
5821 2001-08-31 22:16 amai
5823 * doc/: faq.txt, faq.xml (BETA-5-2.[1,1]): Update FAQ as sent from
5824 Florian Xhumari. Add plain text version of FAQ
5826 2001-08-31 22:16 amai
5828 * doc/faq.txt (1.1): file faq.txt was initially added on branch
5831 2001-08-30 21:04 tringali
5833 * util/system.h (BETA-5-2.1): Fix for Solaris x86 "unknown"
5835 2001-08-30 20:19 amai
5837 * ChangeLog (BETA-5-2.2): Update
5839 2001-08-30 20:17 amai
5841 * source/preferences.c (BETA-5-2.1): /bin/csh doesn't make sense on
5842 OS/2 - even as a default value only
5844 2001-08-29 15:56 slobasso
5846 * source/help.c (1.53): fixed mispellings
5848 2001-08-29 13:56 amai
5850 * source/regularExp.c (1.10): Fix lint warning: octal constants
5851 shouldn't carry a suffix like 'L'!?
5853 2001-08-29 08:27 amai
5855 * util/: misc.c (1.32), misc.h (1.10): Second attempt to fix a
5856 specific compiler warning and a 'const' addition
5858 2001-08-29 00:01 slobasso
5860 * source/file.c (1.28): moved braces so nedit goto matching works
5862 2001-08-28 23:18 slobasso
5864 * doc/nedit.doc (1.5), source/help.c (1.52): documentation cleanup
5866 2001-08-28 22:24 slobasso
5868 * source/help.c (1.51): Array documentation cleanup.
5870 2001-08-28 11:41 amai
5872 * source/tags.c (1.16): 'const' patch
5874 2001-08-28 11:29 amai
5876 * source/file.c (1.27), source/highlight.c (1.19),
5877 source/interpret.c (1.18), source/macro.c (1.36), source/menu.c
5878 (1.37), source/preferences.c (1.33), source/preferences.h (1.13),
5879 source/tags.c (1.15), source/text.c (1.17), util/misc.c (1.31): Fix
5880 some more lclint warnings: type casts, make some things static (no,
5881 not all unused ones, 'some'), etc.
5883 2001-08-27 18:45 slobasso
5885 * source/macro.c (1.35): fixed static linkage of actionToString to
5888 2001-08-27 09:08 amai
5890 * source/nc.c (1.11): startServer() changes: has a return type now;
5891 re-shuffle some code Also make another global var static and
5892 replace a printf() by puts()
5894 2001-08-26 02:28 slobasso
5896 * source/macro.c (1.34): removed unused variable
5898 2001-08-25 15:58 amai
5900 * source/: file.c (1.26), highlightData.c (1.23), highlightData.h
5901 (1.6), preferences.c (1.32), preferences.h (1.12), regexConvert.c
5902 (1.5, BETA-5-3-RC1), regexConvert.h (1.3, BETA-5-3-RC1), server.h
5903 (1.3, BETA-5-3-RC1), shell.c (1.15), shell.h (1.4, BETA-5-3-RC1),
5904 undo.c (1.7), undo.h (1.4, BETA-5-3-RC1): Another 'const' patch
5906 2001-08-25 15:24 amai
5908 * source/: file.c (1.25), file.h (1.8), highlightData.c (1.22),
5909 highlightData.h (1.5), macro.c (1.33), macro.h (1.3, BETA-5-3-RC1),
5910 regularExp.c (1.9), regularExp.h (1.6, BETA-5-3-RC1), search.c
5911 (1.35), search.h (1.12): Another 'const' patch
5913 2001-08-25 12:16 amai
5915 * util/printUtils.c (1.12): The very last signed vs. unsigned
5916 warning on my system ...
5918 2001-08-25 12:09 amai
5920 * source/: highlightData.c (1.21), menu.c (1.36), preferences.c
5921 (1.31), regularExp.c (1.8), shell.c (1.14), userCmds.c (1.18): Fix
5922 a couple of "unsigned vs. int" compiler warnings. Using gcc on OS/2
5923 this warning is now completly wiped out!
5925 2001-08-25 11:55 amai
5927 * util/: DialogF.c (1.18), misc.c (1.30), prefFile.c (1.10): Fix
5928 compiler warnings. Mostly unsigned vs. signed int issues
5930 2001-08-25 11:49 amai
5932 * README (BETA-5-2.2): A couple of fixes, enhancements (see report
5935 2001-08-24 18:34 amai
5937 * makefiles/Makefile.solaris (BETA-5-2.1): No debug build by
5938 default. Patch from Thorsten Haude
5940 2001-08-24 08:33 amai
5942 * util/: fontsel.c, fontsel.h, misc.c (BETA-5-2.[2,2,2]) (utags:
5943 REL-5-2): Undo some changes which I erroneously checked in ...
5945 2001-08-24 08:28 amai
5947 * ChangeLog, util/fontsel.c, util/fontsel.h, util/misc.c
5948 (BETA-5-2.[1,1,1,1]): Updated Changelog. Includes whole history,
5949 including new beta branch. New options of cvs2cl used, listing
5950 contains now revision/branch info, timestamps are in GMT, etc.
5952 2001-08-24 08:19 amai
5954 * source/macro.c (1.32): Fix warnings, add 'const's, make func
5957 2001-08-23 17:57 amai
5959 * source/selection.c (1.11): Try to fix two lint/compiler warnings
5961 2001-08-23 17:42 amai
5963 * source/search.c (1.34): Fix wrong return type in function (in a
5966 2001-08-23 14:59 amai
5968 * source/: highlightData.c (1.20), interpret.c (1.17), shift.c
5969 (1.9), smartIndent.c (1.13, BETA-5-3-RC1): Make some more functions
5972 2001-08-23 14:39 amai
5974 * util/: misc.c (1.29), misc.h (1.9): Drop 'wrong' prototype for
5975 standard function. Fix a function signature to avoid warnings
5977 2001-08-23 14:11 amai
5979 * util/: fontsel.c (1.11), fontsel.h (1.4): Fix lint warning about
5980 float to integer assignment and add some more 'const's
5982 2001-08-23 13:57 amai
5984 * util/misc.c (1.28): Drop unused #include
5986 2001-08-22 15:41 amai
5988 * README, source/help.c (BETA-5-2.[1,1]): First updates for "RC1"
5990 2001-08-22 15:39 amai
5992 * doc/nedit.man (tags: REL-5-2) (BETA-5-2.1): Update from Joor
5995 2001-08-21 14:29 tringali
5997 * source/: userCmds.c (1.17), window.c (1.33) (utags: REL-5-2):
5998 #449569: Ensure shell/macro accelerators also have accelerator fix
6000 2001-08-20 20:36 tringali
6002 * source/window.c (1.32): #449569: Avoid startup failure when
6003 window manager grabs the same key as an accelerator
6005 2001-08-18 12:35 amai
6007 * source/Makefile.dependencies (1.10, REL-5-2): Update
6009 2001-08-18 12:24 amai
6011 * source/: help.c (1.50), help.h (1.4, REL-5-2), nedit.c (1.18):
6012 Add a PrintVersion() call to nedit. Some more 'const' patches :-)
6014 2001-08-18 11:48 jlous
6016 * README (1.13), doc/nedit.man (1.5), source/help.c (1.49): Moved
6017 Thorsten Haude credits from pattern contributor to developer.
6019 2001-08-17 23:02 edg
6021 * README (1.12), makefiles/Makefile.aix (1.5, BETA-5-3-RC1,
6022 REL-5-2), makefiles/Makefile.bsdi (1.3, BETA-5-3-RC1, REL-5-2),
6023 makefiles/Makefile.ccur (1.3, BETA-5-3-RC1, REL-5-2),
6024 makefiles/Makefile.convex (1.3, BETA-5-3-RC1, REL-5-2),
6025 makefiles/Makefile.cygwin (1.4, BETA-5-3-RC1, REL-5-2),
6026 makefiles/Makefile.dcosx (1.3, BETA-5-3-RC1, REL-5-2),
6027 makefiles/Makefile.dec (1.4, BETA-5-3-RC1, REL-5-2),
6028 makefiles/Makefile.freebsd (1.3, BETA-5-3-RC1, REL-5-2),
6029 makefiles/Makefile.generic (1.4, REL-5-2), makefiles/Makefile.hpux
6030 (1.3, BETA-5-3-RC1, REL-5-2), makefiles/Makefile.linux (1.5),
6031 makefiles/Makefile.lynx (1.3, BETA-5-3-RC1, REL-5-2),
6032 makefiles/Makefile.m88k.svr4 (1.3, BETA-5-3-RC1, REL-5-2),
6033 makefiles/Makefile.netbsd (1.3, BETA-5-3-RC1, REL-5-2),
6034 makefiles/Makefile.os2 (1.5), makefiles/Makefile.osf (1.4,
6035 BETA-5-3-RC1, REL-5-2), makefiles/Makefile.reliant (1.3,
6036 BETA-5-3-RC1, REL-5-2), makefiles/Makefile.sco (1.3, BETA-5-3-RC1,
6037 REL-5-2), makefiles/Makefile.sgi (1.3, BETA-5-3-RC1, REL-5-2),
6038 makefiles/Makefile.solaris (1.4), makefiles/Makefile.sunos (1.3,
6039 BETA-5-3-RC1, REL-5-2), makefiles/Makefile.superux (1.3,
6040 BETA-5-3-RC1, REL-5-2), makefiles/Makefile.uhc (1.3, BETA-5-3-RC1,
6041 REL-5-2), makefiles/Makefile.ultrix (1.3, BETA-5-3-RC1, REL-5-2),
6042 makefiles/Makefile.unicos (1.4, REL-5-2),
6043 makefiles/Makefile.unixware (1.3), source/help.c (1.48),
6044 source/preferences.c (1.30): Made the REPLACE_SCOPE compilation
6045 option more visible and changed the default replace scope selection
6046 preference to "Smart".
6048 2001-08-17 21:54 edg
6050 * source/highlight.c (1.18): Added a fix for SF bug #449828.
6052 2001-08-17 14:09 tringali
6054 * source/tags.c (1.14, REL-5-2): Fix for crash in shared tag
6055 allocation on Solaris (compiler bug?)
6057 2001-08-17 11:01 amai
6059 * source/: window.c (1.31), window.h (1.7, REL-5-2): Another
6062 2001-08-17 10:56 amai
6064 * util/: fileUtils.c (1.14), fileUtils.h (1.5) (utags: REL-5-2):
6065 Export two more interfaces. Fix for CompressPathname() to avoid
6066 multiple slashes in path. (Markus Schwarzenberg)
6068 2001-08-16 18:33 slobasso
6070 * source/highlightData.c (1.19): Fixed NEdit macro language
6071 patterns to contain previously added items.
6073 2001-08-16 17:24 amai
6075 * source/highlight.c (1.17): Fix for [ nedit-Bugs-435384 ] circular
6076 patterns reference hangs NEdit
6078 2001-08-16 09:49 amai
6080 * source/highlightData.c (1.18): Patch [ #451485 ] updated Sh Ksh
6081 Bash patterns submitted from Joor Loohuis
6083 2001-08-15 09:16 amai
6085 * source/: Makefile.dependencies (1.9), regexConvert.c (1.4,
6086 REL-5-2): Another source was missing to #include it's own header
6087 for consistency checking!
6089 2001-08-15 09:08 amai
6091 * ChangeLog (1.8): Update (ok, not even a week has passed, but it's
6092 a nice overview ...)
6094 2001-08-15 09:00 amai
6096 * source/preferences.h (1.11, REL-5-2), util/misc.c (1.27),
6097 util/misc.h (1.8, REL-5-2): Have unique value for MAX_ACCEL_LEN
6099 2001-08-15 08:56 amai
6101 * source/Makefile.dependencies (1.8): Update
6103 2001-08-15 08:56 amai
6105 * source/: userCmds.c (1.16), userCmds.h (1.4, BETA-5-3-RC1,
6106 REL-5-2): Source should include it's own headers for consistency
6107 checking. Add some const to signatures, drop an unused arg from a
6110 2001-08-14 15:05 slobasso
6112 * source/rbTree.c (1.4, BETA-5-3-RC1, REL-5-2): fixed comment
6115 2001-08-14 14:40 slobasso
6117 * source/rbTree.c (1.3): added gnu license
6119 2001-08-14 08:50 jlous
6121 * README (1.11): README credits updated to reflect version dialog
6123 2001-08-14 08:37 jlous
6125 * source/file.c (1.24), source/help.c (1.47), source/highlight.c
6126 (1.16), source/highlightData.c (1.17), source/interpret.c (1.16,
6127 REL-5-2), source/macro.c (1.31, REL-5-2), source/menu.c (1.35,
6128 REL-5-2), source/nc.c (1.10, REL-5-2), source/nedit.c (1.17),
6129 source/preferences.c (1.29), source/search.c (1.33),
6130 source/selection.c (1.10, REL-5-2), source/server.c (1.9, REL-5-2),
6131 source/shell.c (1.13), source/shift.c (1.8, REL-5-2),
6132 source/smartIndent.c (1.12, REL-5-2), source/tags.c (1.13),
6133 source/text.c (1.16, REL-5-2), source/textBuf.c (1.11, REL-5-2),
6134 source/textDisp.c (1.10, REL-5-2), source/textDrag.c (1.4,
6135 REL-5-2), source/textSel.c (1.5, REL-5-2), source/undo.c (1.6,
6136 REL-5-2), source/userCmds.c (1.15), source/window.c (1.30),
6137 util/DialogF.c (1.17, REL-5-2), util/fileUtils.c (1.13),
6138 util/fontsel.c (1.10), util/getfiles.c (1.15, REL-5-2),
6139 util/managedList.c (1.7, BETA-5-3-RC1, REL-5-2), util/misc.c
6140 (1.26), util/prefFile.c (1.9), util/printUtils.c (1.11, REL-5-2),
6141 util/system.h (1.7), util/utils.c (1.5, REL-5-2), util/vmsUtils.c
6142 (1.5, BETA-5-3-RC1, REL-5-2): Fixed license statements to pure GPL
6144 2001-08-13 13:48 tringali
6146 * doc/: nc.man (1.4), nedit.man (1.4): manpage updates from Joor.
6148 2001-08-13 09:55 amai
6150 * doc/nedit.doc (1.4), source/help.c (1.46): Doc patch from
6151 Thorsten Haude posted on Fri Aug 10 2001
6153 2001-08-13 09:51 amai
6155 * doc/nedit.doc (1.3), source/help.c (1.45): Patch from Thorsten
6156 Haude: Document Arrays within nedit.doc and typo fix in help.c
6158 2001-08-12 15:45 amai
6160 * makefiles/Makefile.generic (1.3), source/comnedit.com (1.6,
6161 REL-5-2): Drop last references to NO_FCHMOD #define
6163 2001-08-11 19:51 edg
6165 * source/search.c (1.32): Fixed SF bug #448006: three beeps; one to
6168 2001-08-10 20:36 amai
6170 * source/highlightData.c (1.16): TeX pattern patch from Joerg
6171 Fischer <jf505@yahoo.de>
6173 2001-08-10 14:35 amai
6175 * source/Makefile.dependencies (1.7): Update dependency list
6177 2001-08-09 20:58 tringali
6179 * source/nedit.c (1.16): Fix for wrong menu font [#434383]
6181 2001-08-09 18:47 amai
6183 * util/system.h (1.6): Correct a comment :-)
6185 2001-08-09 18:46 amai
6187 * makefiles/Makefile.os2 (1.4): Drop -DNO_FCHMOD flag
6189 2001-08-09 18:41 slobasso
6191 * source/Makefile.common (1.8, REL-5-2): added parse.c to cleaned
6192 files for make clean
6194 2001-08-09 18:39 slobasso
6196 * source/userCmds.c (1.14): removed attachment possibly causing
6199 2001-08-09 18:03 slobasso
6201 * source/: smartIndent.c (1.11), smartIndent.h (1.4, BETA-5-3-RC1,
6202 REL-5-2), macro.c (1.30): We now keep track if we are in smart
6203 indent macros so garbage collection won't remove things from under
6206 2001-08-09 13:34 amai
6208 * source/highlight.c (1.15), source/highlightData.c (1.15),
6209 source/interpret.c (1.15), source/search.c (1.31),
6210 source/selection.c (1.9), source/shell.c (1.12),
6211 source/smartIndent.c (1.10), source/textBuf.c (1.10),
6212 source/textSel.c (1.4), source/userCmds.c (1.13), source/window.c
6213 (1.29), util/managedList.c (1.6): Add lots of missing #include
6216 2001-08-09 08:37 amai
6218 * source/help.c (1.44): Add hardcoded timestamp (month) again
6220 2001-08-09 07:37 amai
6222 * source/.cvsignore (1.2, BETA-5-3-RC1, REL-5-2): Add entry
6224 2001-08-08 22:31 slobasso
6226 * source/file.c (1.23): remove fchmod calls except when under VMS
6228 2001-08-08 18:29 amai
6230 * makefiles/Makefile.os2 (1.3): Update from my private working copy
6232 2001-08-08 08:39 amai
6234 * ChangeLog (1.7): Update (should be done weekly perhaps and could
6235 even be done automatically?)
6237 2001-08-08 08:37 amai
6239 * source/parse.c_noyacc (1.7, REL-5-2): Re-generate from parse.y.
6240 BTW, yacc from Digital Unix 4.0x is being used
6242 2001-08-08 08:34 amai
6244 * source/parse.y (1.16, REL-5-2): Add an #include <string.h> (there
6245 was no error/warning; somehow we already got this probably)
6247 2001-08-07 23:46 slobasso
6249 * source/Makefile.common (1.7): changed highlightData.c to be
6250 compiled with BIGGER_STRINGS
6252 2001-08-07 01:53 tringali
6254 * ReleaseNotes (1.9), source/highlightData.c (1.14),
6255 source/preferences.c (1.28): #448420: Pattern updates from Joor
6257 2001-08-07 01:12 tringali
6259 * source/nedit.c (1.15): Fix for #448402: nedit quits if unable to
6262 2001-08-06 21:24 amai
6264 * README (1.10): correction to "Requirements" section
6266 2001-08-06 21:21 amai
6268 * README (1.9): Add "Requirements for building NEdit" section
6270 2001-08-06 20:38 tringali
6272 * doc/nedit.doc (1.2), source/help.c (1.43): Sync help with doc.
6273 (Updates from Thorsten Haude)
6275 2001-08-04 20:49 tringali
6277 * source/file.c (1.22), source/menu.c (1.34), source/nc.c (1.9),
6278 source/nedit.c (1.14), source/server.c (1.8), source/shell.c
6279 (1.11), source/window.c (1.28), util/misc.c (1.25): Ensure exit
6280 returns a meaningful (succes/fail) status to the user
6282 2001-08-04 20:23 tringali
6284 * util/system.h (1.5): Add info for lots more compilers.
6286 2001-08-03 12:16 amai
6288 * ReleaseNotes (1.8): Small updates
6290 2001-08-02 23:45 tringali
6292 * util/system.h (1.4): Add definitions for MSVC, Sun Workshop, etc.
6294 2001-08-02 22:59 slobasso
6296 * source/macro.c (1.29): Fixed problem where error message is
6297 written if empty learned macro is executed. Also disallowed replay
6298 from executing if a macro is already in progress. This caused a
6299 crash by overflowing the interpreter stack.
6301 2001-08-02 22:54 slobasso
6303 * source/file.c (1.21): added symlink security patch and added mode
6304 parameter to open calls with O_CREAT
6306 2001-08-02 17:26 amai
6308 * source/interpret.c (1.14): Avoid crash when calling
6309 "self_insert()" from macro menu: fill in missing entries from our
6312 2001-08-01 07:41 amai
6314 * ChangeLog (1.6): Update
6316 2001-08-01 07:40 amai
6318 * source/help.c (1.42): Again hardcode a string about the
6319 development version "August 2001". Build time may be misleading
6322 2001-07-31 23:16 slobasso
6324 * source/macro.c (1.28): fixed problem where closing window while
6325 learning would make it impossible to finish or cancel learing.
6327 2001-07-31 11:58 amai
6329 * source/text.c (1.15): Fix minor warnings
6331 2001-07-31 07:46 amai
6333 * util/managedList.c (1.5): Don't name variables 'index', may be an
6334 interface in BSD-like libc
6336 2001-07-31 07:43 amai
6338 * util/getfiles.c (1.14): Fix lint warning: "getfiles.c", line 716:
6339 warning: args redefinition hides earlier one
6341 2001-07-31 07:40 amai
6343 * util/fontsel.c (1.9): Don't use 'index' as name for variable; may
6344 be a call in a BSD-like libc
6346 2001-07-29 17:51 amai
6348 * source/highlight.c (1.14): Experimental patch to fix "mismatched"
6349 memory handling calls as indicated by "purify". Probably not
6350 complete and should be checked again with purify _now_!
6352 2001-07-28 19:53 tringali
6354 * Makefile (1.6): #442517: add explanatory text how to use make
6356 2001-07-25 18:37 tringali
6358 * source/help.c (1.41): Add more detailed info about Motif (runtime
6361 2001-07-25 18:36 tringali
6363 * util/system.h (1.3): Use "Digital/Tru64 Unix" in place of OSF/1
6365 2001-07-25 18:36 tringali
6367 * doc/: nc.man (1.3), nedit.man (1.3): Update authors for 5.2
6369 2001-07-25 18:05 slobasso
6371 * util/misc.c (1.24): made changes so that Num_Lock's mod mask is
6372 found rather than assuming Mod3
6374 2001-07-25 14:36 amai
6376 * source/textBuf.c (1.9): Attempt to fix memory leak reported by
6379 2001-07-25 13:03 amai
6381 * util/misc.c (1.23): Try to fix small memory leak reported by
6384 2001-07-25 07:49 amai
6386 * util/system.h (1.2): Add "EMX=OS/2"
6388 2001-07-25 07:39 amai
6390 * source/Makefile.dependencies (1.6), util/Makefile.dependencies
6391 (1.4, REL-5-2): Update dependency lists
6393 2001-07-24 21:55 tringali
6395 * util/system.h (1.1): Add host compliation information to help
6397 2001-07-24 21:54 tringali
6399 * source/: help.c (1.40), tags.c (1.12), tags.h (1.4, REL-5-2): -
6400 Use shared strings for lower memory use with large tags files. -
6401 Add compilation host information to help, update authors
6403 2001-07-24 19:27 slobasso
6405 * util/misc.c (1.22): Fix array size define to match actual array
6406 size. Incorrect size could result in infinite loop.
6408 2001-07-18 13:01 amai
6410 * ChangeLog (1.5): Update
6412 2001-07-18 13:00 amai
6414 * source/: search.c (1.30), search.h (1.11, REL-5-2), window.c
6415 (1.27): Shrink two function names to 31 characters length and below
6416 (seems to be a limit on some VMS systems)
6418 2001-07-17 08:19 amai
6420 * doc/faq.xml (1.2): Updated version from Florian Xhumari as of
6421 http://galleries.free.fr/nedit-faq-01-07-16.tar.gz
6423 2001-07-17 07:31 amai
6425 * source/preferences.c (1.27), util/getfiles.c (1.13),
6426 util/vmsUtils.c (1.4): VMS patches from Blair Phillips
6427 <blair.phillips@airservices.gov.au>: avoid rint() re-definition,
6428 fix for non-unix file root, case-insensitive match on filename
6431 2001-07-16 20:41 amai
6433 * source/lnknedit.com (1.5, BETA-5-3-RC1, REL-5-2): VMS patch from
6434 mark.geary@qwest.com
6436 2001-07-16 14:48 amai
6438 * doc/: nc.man (1.2), nedit.man (1.2): Man page updates from Joor
6441 2001-07-16 11:49 amai
6443 * doc/: faq-txt.awk (1.1), faq-txt.dtd (1.1), faq-txt.xsl (1.1),
6444 faq.dtd (1.1), faq.xml (1.1), faq.xsl (1.1): faq*: add FAQ files
6445 found on our website
6447 2001-07-11 21:35 amai
6449 * source/: parse.c_noyacc (1.6), parse.h (1.4, BETA-5-3-RC1,
6450 REL-5-2), parse.y (1.15): Back out "const" patch for ParseMacro().
6451 Was incomplete, therefore broken
6453 2001-07-11 15:21 amai
6455 * source/: comnedit.com (1.5), file.c (1.20), lnknedit.com (1.4):
6456 VMS patches from <Mark.Geary@qwest.com> (not literally as for
6459 2001-07-11 08:06 amai
6461 * source/parse.c_noyacc (1.5): Update from current parse.y
6463 2001-07-11 08:04 amai
6465 * source/: parse.h (1.3), parse.y (1.14): Add some 'const' to
6466 ParseMacro() signature
6468 2001-07-11 07:55 amai
6470 * util/: comutil.com (1.3, BETA-5-3-RC1, REL-5-2), utils.c (1.4):
6471 VMS patches from Mark.Geary@qwest.com
6473 2001-07-07 09:55 amai
6475 * ChangeLog (1.4): Update
6477 2001-07-07 09:54 amai
6479 * COPYRIGHT (1.1, BETA-5-3-RC1, REL-5-2), README (1.8): Have an
6480 external file for the license terms. README refers to it
6482 2001-07-07 09:48 amai
6484 * nc.man (1.4), nedit.doc (1.6), nedit.man (1.4), doc/nc.man (1.1),
6485 doc/nedit.doc (1.1), doc/nedit.man (1.1): Move doc files to
6486 separate subdirectory
6488 2001-07-04 09:42 uid30962
6490 * README (1.7): Update some references to LessTif
6492 2001-07-04 09:29 uid30962
6494 * ReleaseNotes (1.7): ReleaseNotes: Upddate
6496 2001-07-03 12:53 amai
6498 * source/Makefile.dependencies (1.5): Makefile.dependencies: update
6501 2001-07-03 12:13 amai
6503 * source/help.c (1.39): help.c: A new month has come ...
6505 2001-06-23 09:31 amai
6507 * ChangeLog (1.3): ChangeLog: update
6509 2001-06-22 18:27 tringali
6511 * source/: nedit.c (1.13), window.c (1.26): Allow stats line
6512 background color to be set by user [#431891]
6514 2001-06-22 18:25 tringali
6516 * source/macro.c (1.27): Incremental reading from files via J. Lous
6519 2001-06-22 14:32 amai
6521 * source/file.c (1.19): file.c: fail when trying to read in a
6524 2001-06-21 14:54 edel
6526 * source/shell.c (1.10): Fixed shell dialog BadMatch crash on
6529 2001-06-20 15:48 amai
6531 * source/macro.c (1.26): macro.c: replace snprintf() by sprintf().
6532 Add #include <string.h>
6534 2001-06-20 08:24 amai
6536 * ChangeLog (1.2): ChangeLog: update
6538 2001-06-19 20:00 slobasso
6540 * source/macro.c (1.25): Added Thorsten's code to put correct key
6541 codes in status bar during recording and macro running.
6543 2001-06-09 18:48 amai
6545 * makefiles/: Makefile.dec (1.3), Makefile.osf (1.3),
6546 Makefile.superux (1.2): Makefile.superux: add CVS Id Makefile.dec
6547 Makefile.osf: briefly comment on the os versions they are supposed
6550 2001-06-08 08:14 amai
6552 * source/help.c (1.38): help.c: update timestamp to "June, 2001"
6554 2001-06-07 19:52 amai
6556 * ChangeLog (1.1): ChangeLog: finally add the output of "cvs2cl".
6557 Needs to be updated regularly ...
6559 2001-06-06 19:24 tringali
6561 * makefiles/Makefile.linux (1.4):
6562 Remove -DEDITRES, this causes link failure.
6564 2001-06-06 10:00 amai
6566 * util/: DialogF.c (1.16), fontsel.c (1.8), getfiles.c (1.12),
6567 misc.c (1.21), prefFile.c (1.8): *.c: add some explicit #include
6568 <string.h>. Previously it was done implicitly ...
6570 2001-06-05 12:52 amai
6572 * makefiles/Makefile.linux (1.3): Makefile.linux: drop
6573 -I/-L/usr/lesstif/* flags and add a suitable comment instead
6575 2001-06-05 08:01 amai
6577 * source/file.c (1.18): file.c: security fix for WriteBackupFile()
6579 2001-06-01 20:09 edel
6581 * makefiles/: Makefile.solaris (1.3), Makefile.superux (1.1): From:
6582 Ian Johnston" <Ian.Johnston@dlr.de>
6584 2001-05-31 08:49 amai
6586 * source/nedit.h (1.17, REL-5-2): nedit.h: add 'extern' to variable
6587 declaration in header (to avoid problem with multiple
6590 2001-05-29 18:21 arnef
6592 * source/menu.c (1.33): Add separator in Preferences/Default
6593 Settings/Customize Menus
6595 2001-05-19 16:09 tringali
6597 * util/misc.c (1.20): Fix bug in mnemonic building- don't build
6598 mnemonics for XK_VoidSymbol. Fixes various problems with XFree86
6601 2001-05-17 11:42 arnef
6603 * source/: menu.c (1.32), nedit.h (1.16), preferences.c (1.26),
6604 preferences.h (1.10), window.c (1.25): Adding path to windows menu
6607 2001-05-15 20:04 amai
6609 * makefiles/Makefile.depend (1.1): Makefile.depend: Makefile used
6610 to generate (internal) the dependency list. This
6611 file does not build anything!
6613 2001-05-12 00:48 tringali
6615 * ReleaseNotes (1.6), source/text.c (1.14): - Add support for mouse
6616 wheel scrolling in the main text area.
6618 2001-05-11 19:56 amai
6620 * util/fileUtils.c (1.12): fileUtils.c: really tiny patch for OS/2
6621 only (drive letters ;-)
6623 2001-05-11 08:05 amai
6625 * source/file.c (1.17): file.c: Corrected(!) version of SuSe
6626 security patch for temporary file security problem within
6627 PrintString(). Tested once for compile/runtime ...
6629 2001-05-05 18:01 arnef
6631 * source/menu.c (1.31): Changing default for sortOpenPrevDefCB
6632 should invalidate all open window's OpenPrev menu
6634 2001-05-04 18:33 arnef
6636 * source/: nedit.h (1.15), search.c (1.29), search.h (1.10),
6637 window.c (1.24): Make the buttons in Find and Replace dialogs
6638 sensitive on the state of 'Search for' field.
6640 2001-05-03 09:42 amai
6642 * source/help.c (1.37): help.c: update timestamp to "May, 2001"
6644 2001-04-25 21:37 edg
6646 * util/DialogF.c (1.15): Added a fix to handle unexpected
6647 destruction of dialogs gracefully.
6649 2001-04-25 19:03 amai
6651 * nedit.doc (1.5): nedit.doc: fix some typos, convert some "nedit"
6652 to "NEdit", drop some comment about pre 1.2 Motif
6654 2001-04-25 17:01 amai
6656 * util/fileUtils.c (1.11): fileUtils.c: forgot one special case
6657 where the "//" patch might to a crash. Next time I should probably
6658 <think> first, <code> later
6660 2001-04-25 16:48 amai
6662 * util/fileUtils.c (1.10): fileUtils.c: fix typo in my
6663 "double-slash patch" from today
6665 2001-04-25 07:52 amai
6667 * util/fileUtils.c (1.9): fileUtils.c: avoid double "//" in path
6668 strings as this may not work out on non-un*x systems
6670 2001-04-24 21:10 tringali
6672 * util/misc.c (1.19): Fix crash bug in OpenMotif, where asking for
6673 the the Display/Window of a gadget produces a NULL pointer.
6675 2001-04-18 19:12 slobasso
6677 * source/window.c (1.23): needed to save/restore horizontal and
6678 vertical scroll positions when changing hw tab size.
6680 2001-04-18 19:08 slobasso
6682 * util/DialogF.c (1.14): fixed use of int where Cardinal should be
6684 2001-04-18 17:10 slobasso
6686 * source/: help.c (1.36), macro.c (1.24): new $server_name
6689 2001-04-18 17:02 slobasso
6691 * source/: file.c (1.16), file.h (1.7, REL-5-2), help.c (1.35),
6692 menu.c (1.30), window.c (1.22): added optional parameter to close()
6693 action for save option.
6695 2001-04-18 16:51 slobasso
6697 * util/DialogF.c (1.13): fixed a mistake I introduced while
6700 2001-04-18 16:12 slobasso
6702 * util/DialogF.c (1.12): cleaned up createMnemonics in an effort to
6703 fix a crash bug. Bug still not fixed.
6705 2001-04-17 23:40 slobasso
6707 * source/help.c (1.34): cleaned up formatting and moved Windows
6708 Menu items into correct area
6710 2001-04-17 20:13 slobasso
6712 * source/window.c (1.21): save and restore insert positions when hw
6713 tab sizes are changed
6715 2001-04-17 18:47 slobasso
6717 * source/macro.c (1.23): cleaned up RedundantActions, adding some
6720 2001-04-16 23:49 slobasso
6722 * source/: file.c (1.15), nedit.h (1.14): added bit to distinguish
6723 between too much binary data and -read
6725 2001-04-16 23:20 slobasso
6727 * source/: file.c (1.14), file.h (1.6), macro.c (1.22), menu.c
6728 (1.29), nedit.h (1.13), search.c (1.28), selection.c (1.8),
6729 window.c (1.20): readOnly vs lockWrite access fix, now handles the
6730 many other locked possibilities
6732 2001-04-16 16:36 edg
6734 * source/: help.c (1.33), window.c (1.19): Added workarounds for
6735 openmotif bugs [SF bug 231876].
6737 2001-04-16 14:04 amai
6739 * source/textBuf.c (1.8): texBuf.c: try to fix a bug introduced by
6740 a "const" patch. Pointed out by <arne@forlie.com>
6742 2001-04-14 09:51 amai
6744 * makefiles/Makefile.unicos (1.3), source/preferences.c (1.25),
6745 source/text.c (1.13), source/userCmds.c (1.12): *: applied re-vised
6746 version of patches for UNICOS from Bill Matson
6747 <wjm@sdc.cs.boeing.com>
6749 2001-04-13 22:58 slobasso
6751 * util/DialogF.c (1.11): fix build problem introduced in previous
6752 change UCHAR_MAX is in limits.h
6754 2001-04-13 17:50 tringali
6756 * ReleaseNotes (1.5), source/file.c (1.13), source/help.c (1.32),
6757 source/highlightData.c (1.13), source/macro.c (1.21),
6758 source/preferences.c (1.24), source/search.c (1.27),
6759 source/smartIndent.c (1.9), source/userCmds.c (1.11),
6760 util/DialogF.c (1.10), util/fontsel.c (1.7), util/getfiles.c
6761 (1.11), util/misc.c (1.18), util/misc.h (1.7), util/printUtils.c
6762 (1.10): - Updated release notes - Added unmodified mnemonics to
6763 confirmation dialogs. - Fix bug in mnemonics where there could be
6764 two of the same menmonics on one dialog.
6766 2001-04-13 15:02 slobasso
6768 * source/search.c (1.26): fixed regex search backwards bug if wrap
6771 2001-04-12 22:02 edg
6773 * source/: help.c (1.31), macro.c (1.20), menu.c (1.28), nedit.h
6774 (1.12), preferences.c (1.23), search.c (1.25), window.c (1.18),
6775 window.h (1.6): Extended the Show Matching (..) functionality: Off,
6776 Delimiter, and Range. Original patch was submitted by Thorsten
6779 2001-04-12 15:09 amai
6781 * source/menu.c (1.27): menu.c: allow to specify control codes in
6782 hex/dec/oct format also improve checking of input
6784 2001-04-09 22:12 amai
6786 * util/: misc.c (1.17), misc.h (1.6): misc.c misc.h: another
6789 2001-04-09 21:43 edg
6791 * source/help.c (1.30): Added information about new search
6792 extensions and related stuff.
6794 2001-04-09 21:38 edg
6796 * source/: nedit.h (1.11), search.c (1.24): Minor fixes and
6797 improvements in isearch + beep on search wrap combination.
6799 2001-04-09 18:46 edg
6801 * util/misc.c (1.16): Typo fix in recent accelerator fix.
6803 2001-04-06 13:09 amai
6805 * source/: preferences.c (1.22), preferences.h (1.9):
6806 preferences.*: even more "const" additions
6808 2001-04-06 13:03 amai
6810 * source/: interpret.c (1.13), interpret.h (1.6, REL-5-2):
6811 interpret.*: another "const" patch
6813 2001-04-06 09:49 amai
6815 * source/file.c (1.12), source/file.h (1.5), source/help.c (1.29),
6816 source/highlightData.c (1.12), source/highlightData.h (1.4,
6817 REL-5-2), source/preferences.c (1.21), source/preferences.h (1.8),
6818 source/regularExp.c (1.7, REL-5-2), source/regularExp.h (1.5,
6819 REL-5-2), source/search.c (1.23), source/search.h (1.9),
6820 source/textBuf.c (1.7), source/textBuf.h (1.4, REL-5-2),
6821 util/fileUtils.c (1.8), util/fileUtils.h (1.4), util/printUtils.c
6822 (1.9), util/printUtils.h (1.4, REL-5-2): *.c *.h: big "const"
6823 patch. Except in textBuf.c it's only a couple of const
6824 additions. In textBuf.c I had to change a coupl of lines
6825 to get this done - should be on the safe side of life ...
6827 2001-04-04 19:38 edg
6829 * source/: preferences.c (1.20), search.c (1.22): Minor bug fixes
6830 in search extensions related code.
6832 2001-04-03 22:59 edg
6834 * source/: menu.c (1.26), nedit.h (1.10), preferences.c (1.19),
6835 preferences.h (1.7), search.c (1.21), search.h (1.8): Added "smart"
6836 replace scope behaviour to the replace dialog radio button
6837 alternative, and made it configurable through a preference.
6839 2001-04-03 08:06 amai
6841 * source/help.c (1.28): help.c: the "April" patch ...
6843 2001-04-03 01:42 tringali
6845 * util/misc.c (1.15): Don't allow traversal to insensitive widgets.
6847 2001-04-02 20:52 edg
6849 * source/: highlight.c (1.13), macro.c (1.19), menu.c (1.25),
6850 nedit.h (1.9), preferences.c (1.18), preferences.h (1.6),
6851 regularExp.c (1.6), regularExp.h (1.4), search.c (1.20), search.h
6852 (1.7), window.c (1.17): Introduced additional search modes [Markus
6853 Schwarzenberg]. Added beep on search wrap option [Markus
6854 Schwarzenberg]. Added sticky case sensitivity search preference
6855 [Markus Schwarzenberg]. Replace and find dialog and incremental
6856 search bar layout changes (currently two layout alternatives for
6857 replace dialog, for evaluation purposes).
6859 2001-03-30 17:54 slobasso
6861 * source/highlightData.c (1.11): new global in nedit macro language
6864 2001-03-30 17:48 slobasso
6866 * source/: help.c (1.27), macro.c (1.18): added a new empty array
6869 2001-03-27 23:00 slobasso
6871 * source/help.c (1.26): minor formatting fix
6873 2001-03-27 15:37 tringali
6875 * makefiles/Makefile.aix (1.4): Add FUNCPROTO=15 for the IBM X
6876 headers, which require a bitmask in this #define in order to
6877 control function prototypes.
6879 2001-03-26 15:46 slobasso
6881 * source/: interpret.c (1.12), interpret.h (1.5), macro.c (1.17):
6882 minor array code cleanup
6884 2001-03-25 08:42 arnef
6886 * source/tags.c (1.11): Fixed bug #217022
6888 2001-03-23 23:11 slobasso
6890 * source/highlightData.c (1.10): added missing variables to NEdit
6891 macro highlighting data
6893 2001-03-23 14:41 slobasso
6895 * source/undo.c (1.5): undo/redo sets the selection to the changed
6898 2001-03-21 21:25 edg
6900 * source/search.c (1.19): Changed the initial default selection for
6901 multi-file replacement dialog to all files instead of none.
6902 Multi-file replacement dialog now makes sure that at least the
6903 first selected item is visible when displayed. Removed the #ifdefs
6904 for conditional multi-file replacement functionality. Minor layout
6905 change for the replace dialog.
6907 2001-03-21 21:20 edg
6909 * source/window.c (1.16): Removed #ifdef for conditional multi-file
6910 replacement functionality.
6912 2001-03-19 16:30 slobasso
6914 * source/: highlight.c (1.12), regexConvert.c (1.3), regularExp.c
6915 (1.5), search.c (1.18), text.c (1.12), textBuf.c (1.6), textDisp.c
6916 (1.9): removing warnings for RH7 linux compiler
6918 2001-03-19 14:43 tringali
6920 * source/: text.c (1.11), nedit.c (1.12):
6922 Move toggle overstrike accelerator to Motif standard "Insert", free
6923 up Ctrl+B for other uses.
6925 2001-03-17 06:44 arnef
6927 * source/search.c (1.17): Fixed bug related to
6928 XtGetSelectionValue() and variables going out of scope. Added
6929 mnemonic to Replace& Find Button.
6931 2001-03-16 22:24 slobasso
6933 * source/menu.c (1.24): fixed menu argument to set_wrap_text
6935 2001-03-16 20:28 amai
6937 * source/: nc.c (1.8), nedit.c (1.11): nc.c nedit.c: wildcard
6938 expansion for non-sh shells on OS/2 (EMX)
6940 2001-03-13 16:48 slobasso
6942 * source/help.c (1.25), source/macro.c (1.16), source/search.c
6943 (1.16), source/selection.c (1.7), source/shell.c (1.9),
6944 source/shift.c (1.7), source/textDisp.c (1.8), util/DialogF.c
6945 (1.9), util/fontsel.c (1.6), util/printUtils.c (1.8): cleanup
6946 warnings under linux compiler
6948 2001-03-12 15:24 slobasso
6950 * source/help.c (1.24): fixed a few minor mistakes.
6952 2001-03-12 15:15 slobasso
6954 * source/: help.c (1.23), macro.c (1.15), menu.c (1.23),
6955 preferences.c (1.17), window.c (1.15), window.h (1.5): added final
6956 window settable prefs through actions and verified all should be
6959 2001-03-11 02:31 slobasso
6961 * source/: help.c (1.22), menu.c (1.22), nedit.h (1.8): new macro
6962 access to many window settings
6964 2001-03-10 15:36 arnef
6966 * source/: help.c (1.21), menu.c (1.21), nedit.c (1.10), nedit.h
6967 (1.7), preferences.c (1.16), preferences.h (1.5), search.c (1.15),
6968 search.h (1.6): Implemented replace/find functionality, patch no
6971 2001-03-09 22:30 slobasso
6973 * source/help.c (1.20): changed delete() to delete_selection() in
6976 2001-03-09 22:27 slobasso
6978 * source/menu.c (1.20): changed Delete menu item to use
6979 delete_selection action
6981 2001-03-09 22:21 slobasso
6983 * source/parse.y (1.13): added lex hack for delete array[key] vs
6986 2001-03-09 16:58 slobasso
6988 * source/: help.c (1.19), macro.c (1.14), menu.c (1.19), text.c
6989 (1.10), text.h (1.4, REL-5-2), textDisp.c (1.7), textDisp.h (1.5,
6990 REL-5-2), window.c (1.14), window.h (1.4): adding new variables for
6991 font width and pane index and size and focus_pane action
6993 2001-03-06 19:49 slobasso
6995 * source/: interpret.c (1.11), rbTree.c (1.2), rbTree.h (1.2,
6996 BETA-5-3-RC1, REL-5-2): added comments, cleaned up a few minor bugs
6997 and added cvs id's to new files
6999 2001-03-06 15:02 slobasso
7001 * source/macro.c (1.13): add comments
7003 2001-03-06 01:00 slobasso
7005 * source/: interpret.c (1.10), parse.y (1.12): code cleanup
7007 2001-03-05 21:39 slobasso
7009 * source/highlightData.c (1.9): bring syntax hilighting up to
7010 latest changes in nedit macro language
7012 2001-03-05 19:26 slobasso
7014 * source/: interpret.c (1.9), macro.c (1.12), parse.y (1.11): fixed
7015 a few warnings and made splitMS compatible with array sub-scripts
7016 end cases, which is what is was designed for
7018 2001-03-05 16:20 amai
7020 * source/: help.c (1.18), parse.y (1.10): help.c: It's "March" now
7021 ... parse.y: add two yy*() prototypes to make compiler happy
7023 2001-03-05 15:00 slobasso
7025 * source/: Makefile.common (1.6), Makefile.dependencies (1.4),
7026 help.c (1.17), interpret.c (1.8), interpret.h (1.4), macro.c
7027 (1.11), menu.c (1.18), nedit.c (1.9), parse.y (1.9), rbTree.c
7028 (1.1), rbTree.h (1.1), shell.c (1.8), smartIndent.c (1.8),
7029 userCmds.c (1.10): array macro feature
7031 2001-02-26 23:38 edg
7033 * Makefile (1.5), README (1.6), ReleaseNotes (1.4), nc.man (1.3),
7034 nedit.doc (1.4), nedit.man (1.3), makefiles/Makefile.aix (1.3),
7035 makefiles/Makefile.bsdi (1.2), makefiles/Makefile.ccur (1.2),
7036 makefiles/Makefile.convex (1.2), makefiles/Makefile.cygwin (1.3),
7037 makefiles/Makefile.dcosx (1.2), makefiles/Makefile.dec (1.2),
7038 makefiles/Makefile.freebsd (1.2), makefiles/Makefile.generic (1.2),
7039 makefiles/Makefile.hpux (1.2), makefiles/Makefile.linux (1.2),
7040 makefiles/Makefile.lynx (1.2), makefiles/Makefile.m88k.svr4 (1.2),
7041 makefiles/Makefile.netbsd (1.2), makefiles/Makefile.os2 (1.2),
7042 makefiles/Makefile.osf (1.2), makefiles/Makefile.reliant (1.2),
7043 makefiles/Makefile.sco (1.2), makefiles/Makefile.sgi (1.2),
7044 makefiles/Makefile.solaris (1.2), makefiles/Makefile.sunos (1.2),
7045 makefiles/Makefile.uhc (1.2), makefiles/Makefile.ultrix (1.2),
7046 makefiles/Makefile.unicos (1.2), makefiles/Makefile.unixware (1.2),
7047 source/Makefile.common (1.5), source/Makefile.dependencies (1.3),
7048 source/comnedit.com (1.4), source/file.c (1.11), source/file.h
7049 (1.4), source/help.c (1.16), source/help.h (1.3),
7050 source/highlight.c (1.11), source/highlight.h (1.3, REL-5-2),
7051 source/highlightData.c (1.8), source/highlightData.h (1.3),
7052 source/interpret.c (1.7), source/interpret.h (1.3),
7053 source/lnknedit.com (1.3), source/macro.c (1.10), source/macro.h
7054 (1.2, REL-5-2), source/menu.c (1.17), source/menu.h (1.5,
7055 BETA-5-3-RC1, REL-5-2), source/n.bm (1.2, BETA-5-3-RC1, REL-5-2),
7056 source/nc.c (1.7), source/nedit.bm (1.2, BETA-5-3-RC1, REL-5-2),
7057 source/nedit.c (1.8), source/nedit.h (1.6),
7058 source/nedit_options_file.opt (1.2, BETA-5-3-RC1, REL-5-2),
7059 source/parse.c_noyacc (1.4), source/parse.h (1.2), source/parse.y
7060 (1.8), source/preferences.c (1.15), source/preferences.h (1.4),
7061 source/regexConvert.c (1.2), source/regexConvert.h (1.2, REL-5-2),
7062 source/regularExp.c (1.4), source/regularExp.h (1.3),
7063 source/search.c (1.14), source/search.h (1.5), source/selection.c
7064 (1.6), source/selection.h (1.3, REL-5-2), source/server.c (1.7),
7065 source/server.h (1.2, REL-5-2), source/shell.c (1.7),
7066 source/shell.h (1.3, REL-5-2), source/shift.c (1.6), source/shift.h
7067 (1.3, BETA-5-3-RC1, REL-5-2), source/smartIndent.c (1.7),
7068 source/smartIndent.h (1.3), source/tags.c (1.10), source/tags.h
7069 (1.3), source/text.c (1.9), source/text.h (1.3), source/textBuf.c
7070 (1.5), source/textBuf.h (1.3), source/textDisp.c (1.6),
7071 source/textDisp.h (1.4), source/textDrag.c (1.3), source/textDrag.h
7072 (1.2, BETA-5-3-RC1, REL-5-2), source/textP.h (1.3, BETA-5-3-RC1,
7073 REL-5-2), source/textSel.c (1.3), source/textSel.h (1.2,
7074 BETA-5-3-RC1, REL-5-2), source/undo.c (1.4), source/undo.h (1.3,
7075 REL-5-2), source/userCmds.c (1.9), source/userCmds.h (1.3),
7076 source/window.c (1.13), source/window.h (1.3), util/DialogF.c
7077 (1.8), util/DialogF.h (1.4, REL-5-2), util/Makefile.common (1.5,
7078 REL-5-2), util/Makefile.dependencies (1.3), util/comutil.com (1.2),
7079 util/fileUtils.c (1.7), util/fileUtils.h (1.3), util/fontsel.c
7080 (1.5), util/fontsel.h (1.3), util/getfiles.c (1.10),
7081 util/getfiles.h (1.3, BETA-5-3-RC1, REL-5-2), util/managedList.c
7082 (1.4), util/managedList.h (1.3, BETA-5-3-RC1, REL-5-2), util/misc.c
7083 (1.14), util/misc.h (1.5), util/prefFile.c (1.7), util/prefFile.h
7084 (1.4, BETA-5-3-RC1, REL-5-2), util/printUtils.c (1.7),
7085 util/printUtils.h (1.3), util/utils.c (1.3), util/utils.h (1.2,
7086 REL-5-2), util/vmsParam.h (1.2, BETA-5-3-RC1, REL-5-2),
7087 util/vmsUtils.c (1.3), util/vmsUtils.h (1.3, BETA-5-3-RC1,
7088 REL-5-2): Added CVS Ids.
7090 2001-02-25 02:13 edel
7092 * source/parse.y (1.7): Fix conflicts in yacc grammar!
7094 2001-02-22 20:27 edel
7096 * source/highlight.c (1.10): My previous highlighting patch didn't
7097 take in to account styles which fail lookup in the pass1pattern
7098 list (like pass 2 patterns).
7100 2001-02-21 21:39 tringali
7102 * source/highlight.c (1.9): [Patch #101473] Use nearest-color match
7103 when colormap exhausted.
7105 2001-02-21 16:49 edel
7107 * source/highlight.c (1.8): Abutting styles could fool incremental
7108 highlighting into using an unparsable pattern with parseString.
7110 2001-02-20 23:54 slobasso
7112 * source/: help.c (1.15), macro.c (1.9): new preference global
7115 2001-02-20 15:37 slobasso
7117 * source/menu.c (1.16): fixed bug where forgot to deref nArgs
7120 2001-02-20 09:58 amai
7122 * Makefile (1.4), README (1.5): README: change a couple of
7123 "nedit" to "NEdit" Makefile: slightly change comment text (fix
7126 2001-02-19 16:39 slobasso
7128 * source/: help.c (1.14), macro.c (1.8), menu.c (1.15): added a new
7129 macro command string_compare() and an action raise_window()
7131 2001-02-19 16:30 slobasso
7133 * source/file.c (1.10): fix issue where reused untitled window is
7134 not given focus when raised.
7136 2001-02-19 10:03 amai
7138 * source/help.c (1.13): help.c: fix some typos and change a couple
7139 of "nedit" to "NEdit". Actually it is not always
7140 straightforward to see whether a "nedit" refers to the
7141 whole product called "NEdit" or to the "nedit" executable ...
7143 2001-02-19 02:02 slobasso
7145 * source/text.c (1.8): fix warnings
7147 2001-02-17 14:03 amai
7149 * source/Makefile.dependencies (1.2), util/Makefile.dependencies
7150 (1.2): */Makefile.dependencies: update WRT new utils.*
7152 2001-02-17 13:59 amai
7154 * source/file.c (1.9), util/utils.c (1.2): file.c utils.c: add
7157 2001-02-17 13:56 amai
7159 * util/: utils.c (1.1), utils.h (1.1): utils.*: new sources for
7160 general purpose, non-GUI stuff like GetHomeDir()
7162 2001-02-17 13:53 amai
7164 * source/file.c (1.8), source/macro.c (1.7), source/menu.c (1.14),
7165 source/nc.c (1.6), source/server.c (1.6), source/tags.c (1.9),
7166 util/Makefile.common (1.4), util/fileUtils.c (1.6), util/prefFile.c
7167 (1.6): nc.c server.c: move #include <sys/types.h> before other
7168 <sys/*> Makefile.common: prepare for util/utils.c to be checked in
7169 file.c macro.c menu.c tags.c fileUtils.c prefFile.c: use new
7170 GetCurDir(), GetHomeDir() calls
7172 2001-02-17 01:47 edel
7174 * source/: highlight.c (1.7), parse.y (1.6):
7175 Empty code blocks are rejected by the macro language.
7177 2001-02-17 00:09 slobasso
7179 * source/interpret.c (1.6): when strings are converted to numbers
7180 and the conversion fails, use 0 rather than junk
7182 2001-02-16 14:58 amai
7184 * ReleaseNotes (1.3), source/tags.c (1.8), util/fileUtils.c (1.5):
7185 ReleaseNotes: add some bugs being addressed *.c: supply fallback if
7186 getcwd() fails (in one case we used uninitialized memory
7189 2001-02-16 14:25 amai
7191 * source/: Makefile.common (1.4), help.c (1.12): Makefile.common:
7192 nc depends on libNUtil.a! help.c: switch to "February 2001" ...
7194 2001-02-15 16:08 tringali
7196 * ReleaseNotes (1.2):
7197 Add info about 5.2 features and bugfixes.
7199 2001-02-15 16:07 tringali
7201 * util/misc.c (1.13):
7202 Fix simulateButtonPress() so it works for gadgets. (Needed for
7205 2001-02-15 16:06 tringali
7207 * util/DialogF.h (1.3):
7208 Change dialog_type parameter to int to avoid warnings.
7210 2001-02-15 16:06 tringali
7212 * util/DialogF.c (1.7):
7213 Automatically create mnemonics for dialog buttons. Change
7214 dialog_type parameter to int to avoid warnings (comparing unsingned
7215 int for negative isn't exactly useful).
7217 2001-02-15 16:04 tringali
7219 * source/preferences.c (1.14): Default syntax highlighting to on.
7221 2001-02-15 16:04 tringali
7223 * source/nc.c (1.5):
7225 - Remove warnings for 64-bit systems. Extend strlen results to
7226 long and use %ld as a format specifier. strlen returns a size_t
7227 which is typically an unsigned long on 64-bit systems.
7229 2001-02-14 00:34 slobasso
7231 * source/: help.c (1.11), text.c (1.7), textDisp.c (1.5),
7232 textDisp.h (1.3): added extra options to many of the macro actions
7234 2001-02-12 22:37 amai
7236 * source/preferences.c (1.13): preferences.c: patch from Thorsten
7237 Haude to issue a warning if -import can not find the
7240 2001-02-12 21:08 slobasso
7242 * source/: help.c (1.10), menu.c (1.13), nedit.h (1.5),
7243 preferences.c (1.12), preferences.h (1.3), search.c (1.13),
7244 search.h (1.4): Added a search wrap option to prefs and made some
7245 more options available to macro actions.
7247 2001-02-09 22:35 tringali
7249 * source/help.c (1.9): Remove obsolete reference to Caps-Lock bug.
7251 2001-02-09 22:34 slobasso
7253 * source/: interpret.c (1.5), interpret.h (1.2), parse.c_noyacc
7254 (1.3), parse.y (1.5): fixed a leak with static strings in the macro
7257 2001-02-09 22:19 slobasso
7259 * source/: menu.c (1.12), text.c (1.6): fixed strCaseCmp() bug
7260 where partial strings would match.
7262 2001-02-09 21:07 amai
7264 * source/userCmds.c (1.8): userCmds.c: try to fix compiler warnings
7266 2001-02-09 09:08 amai
7268 * source/: menu.c (1.11), menu.h (1.4): menu.*: fix a 'pointer vs.
7269 integer constant' problem, by adding a cast to the
7270 constants #definition
7272 2001-02-08 09:08 amai
7274 * source/Makefile.common (1.3), source/Makefile.dependencies (1.1),
7275 util/Makefile.common (1.3), util/Makefile.dependencies (1.1):
7276 */Makefile.common: include new */Makefile.dependencies: simple
7277 files containing the dependencies for all objects (i.e. *.o)
7279 2001-02-08 08:52 amai
7281 * source/: menu.c (1.10), menu.h (1.3): menu.c menu.h: - correct my
7282 previous patch: XmNuserData requires XtPointer* arg
7283 - add some more 'const's
7285 2001-02-06 16:04 amai
7287 * source/search.c (1.12), util/DialogF.c (1.6), util/getfiles.c
7288 (1.9): search.c DialogF.c getfiles.c: Drop #ifdef MOTIF10 sections.
7290 2001-02-06 12:07 amai
7292 * source/menu.c (1.9): menu.c: Fix a 'major' 64bit bug: we were
7293 passing a pointer to int instead of pointer to pointer.
7294 This fixes the crash with NEdit/LessTif on alpha when
7295 selecting the Window menu item!!
7297 2001-02-06 10:19 amai
7299 * source/preferences.c (1.11): preferences.c: drop unused #include
7302 2001-02-06 10:03 amai
7304 * source/interpret.c (1.4), util/prefFile.c (1.5), util/prefFile.h
7305 (1.3): interpret.c prefFile.*: add 'const' to some more functions'
7308 2001-02-06 10:02 amai
7310 * source/: nc.c (1.4), server.c (1.5): server.c nc.c: add checks
7311 whether some system calls succeed (e.g. uname())
7312 changed signature of getHostName() and getUserName
7314 2001-02-05 19:45 amai
7316 * util/: DialogF.c (1.5), misc.c (1.12), prefFile.c (1.4),
7317 printUtils.c (1.6): DialogF.c misc.c prefFile.c printUtils.c: add
7318 'const' to some functions' signatures
7320 2001-02-05 17:13 amai
7322 * source/: file.c (1.7), help.c (1.8), highlight.c (1.6),
7323 highlightData.c (1.7): file.c help.c highlight.c highlightData.c:
7324 Replace improper <0> as last argument in XtVa*() interface
7327 2001-02-02 18:10 tringali
7329 * source/highlight.c (1.5): Replace debugging code of divide by 0
7330 with a more proper assert. Dividing by zero generated warnings on
7333 2001-02-02 14:47 amai
7335 * source/window.c (1.12): window.c: drop declaration of
7336 _XEditResCheckMessages(); should be in according header
7337 Fix compiler warning about boolean expression
7339 2001-02-02 14:00 amai
7341 * Makefile (1.3), README (1.4): Makefile: do not list CVS/ subdir
7342 when running 'make' without argument README: cosmetics
7343 (re-formatting) add pointer to makefiles/Makefile.generic
7344 which explains our current -D compiler options
7346 2001-02-02 13:12 amai
7348 * util/getfiles.c (1.8): getfiles.c: - add 'cont' add some places
7349 (as I realized we are already using it, so we don't
7350 discuss systems w/o here) - drop */errno.h
7351 #includes (I couldn't see any usage of it currently)
7353 2001-02-01 23:16 tringali
7355 * makefiles/Makefile.aix (1.2):
7357 Fix for bug 130164: force X headers to include full prototype
7360 2001-01-26 22:42 amai
7362 * source/: help.c (1.7), window.c (1.11): help.c: switch to
7363 "January, 2001" window.c: ad cast; should fix SF [Bug #130164 ]
7364 Compiler warning on AIX4.3.2 in window.c
7366 2001-01-24 15:54 amai
7368 * util/misc.c (1.11), source/highlightData.c (1.6), source/menu.c
7369 (1.8), source/preferences.c (1.10), source/userCmds.c (1.7): *.c:
7370 The XmNnumChildren resource if of type 'Cardinal', not 'int'
7372 2001-01-10 10:42 amai
7374 * source/textBuf.c (1.4): textBuf.c: fix for SF [Bug #115195 ]
7375 textBuf.c:862 warning: '/*' within comment
7377 2001-01-05 21:18 amai
7379 * source/shell.c (1.6): shell.c: change some "Nedit" strings to
7380 "NEdit". properly end an execl() parameter list by (char
7383 2000-12-20 14:05 amai
7385 * source/help.c (1.6), source/nedit.c (1.7), source/search.c
7386 (1.11), source/window.c (1.10), util/getfiles.c (1.7): Replace
7387 "Lesstif" by "LessTif" ... Update timestamp in version info to
7390 2000-12-20 13:56 amai
7392 * README (1.3), source/.cvsignore (1.1), source/tags.c (1.7),
7393 util/misc.c (1.10): Add two missing #includes Add a .cvsignore for
7394 the two binaries beign built Update the docs WRT LessTif issues
7396 2000-12-19 21:08 tringali
7400 Removed obsolete references to fnal.gov FTP server.
7402 2000-12-19 21:06 edg
7404 * source/selection.c (1.5): Added a fix for SF bug 126285: segfault
7407 2000-12-15 20:57 edg
7409 * source/text.c (1.5): Fixed a selection highlighting bug (removed
7410 an earlier bogus patch).
7412 2000-12-10 19:35 edg
7414 * source/search.c (1.10): Fixed some (harmless) compiler warnings.
7415 Added an extra check in the multi-file replacement code to make
7416 sure that the user didn't invalidate the replacement strings when
7417 the dialog isn't modal (bug in several Lesstif versions).
7419 2000-11-30 21:33 edg
7421 * util/getfiles.c (1.6): Implemented a workaround for a Motif 2.x
7422 file selection box bug.
7424 2000-11-30 21:31 edg
7426 * makefiles/Makefile.cygwin (1.2): Minor changes requested by
7429 2000-11-23 23:23 edg
7431 * source/: search.c (1.9), search.h (1.3), window.c (1.9): Fixed a
7432 critical bug in the multi-file replace functionality. Closing
7433 windows while a multi-file replace dialog was up could result in a
7434 crash. The lists are now updated when a window closes.
7436 2000-11-22 23:08 edg
7438 * source/: nedit.h (1.4), search.c (1.8), window.c (1.8): Added
7439 multi-file replace-all functionality.
7441 2000-11-22 21:50 edg
7443 * source/: preferences.c (1.9), search.c (1.7): Added a missing
7446 2000-11-07 14:03 edel
7448 * util/misc.c (1.9): Fix glitches in Caps/Num Lock patch
7450 2000-11-06 21:52 edel
7452 * source/: macro.c (1.6), preferences.c (1.8), shift.c (1.5),
7453 text.c (1.4), userCmds.c (1.6), window.c (1.7): Patch for Caps/Num
7454 Lock bug + a few other minor fixes
7456 2000-11-06 21:50 edel
7458 * util/: misc.c (1.8), misc.h (1.4): Patch for Caps/Num Lock Motif
7461 2000-10-06 21:23 edel
7463 * util/misc.c (1.7): Bug fix: BG menu not working with new best
7466 2000-10-04 03:09 edel
7468 * util/: DialogF.c (1.4), fontsel.c (1.4), getfiles.c (1.5),
7469 managedList.c (1.3), misc.c (1.6), printUtils.c (1.5): For IA-64,
7470 XtVa argument lists must be terminated with NULL rather than 0
7472 2000-10-04 03:07 edel
7474 * source/: macro.c (1.5), menu.c (1.7), preferences.c (1.7),
7475 search.c (1.6), selection.c (1.4), shell.c (1.5), shift.c (1.4),
7476 smartIndent.c (1.6), tags.c (1.6), textDisp.c (1.4), userCmds.c
7477 (1.5), window.c (1.6): For IA-64, XtVa calls must be terminated
7478 w/NULL, rather than 0
7480 2000-09-29 15:48 edel
7482 * util/: fileUtils.c (1.4), misc.c (1.5): Support ClearCase version
7483 extended pathnames (and fix some compiler warns)
7485 2000-09-29 15:38 edel
7487 * source/: file.c (1.6), file.h (1.3), menu.c (1.6), nedit.c (1.6),
7488 preferences.c (1.6), server.c (1.4), shell.c (1.4): Updates from
7489 Max (via Arne), and Arne Førlie: ClearCase version extended paths,
7490 Untitled windows inherit parent path, and avoid reuse of Untitled
7491 windows which are currently running a macro.
7493 2000-09-26 20:28 edel
7495 * source/: file.c (1.5), help.c (1.5), highlightData.c (1.5),
7496 macro.c (1.4), menu.c (1.5), nedit.c (1.5), preferences.c (1.5),
7497 search.c (1.5), smartIndent.c (1.5), tags.c (1.5), userCmds.c
7498 (1.4), window.c (1.5): Allow nedit to use non-default visuals
7500 2000-09-26 20:25 edel
7502 * util/: DialogF.c (1.3), fontsel.c (1.3), getfiles.c (1.4), misc.c
7503 (1.4), misc.h (1.3), printUtils.c (1.4): Allow NEdit to use
7506 2000-09-22 19:41 edel
7508 * util/: fileUtils.c (1.3), getfiles.c (1.3), misc.c (1.3),
7509 prefFile.c (1.3), printUtils.c (1.3): Changes since last posted
7512 2000-09-22 19:34 edel
7514 * source/: file.c (1.4), help.c (1.4), highlight.c (1.4),
7515 highlightData.c (1.4), interpret.c (1.3), macro.c (1.3), menu.c
7516 (1.4), nc.c (1.3), nedit.c (1.4), parse.y (1.4), preferences.c
7517 (1.4), regularExp.c (1.3), search.c (1.4), selection.c (1.3),
7518 server.c (1.3), shell.c (1.3), shift.c (1.3), smartIndent.c (1.4),
7519 tags.c (1.4), text.c (1.3), textBuf.c (1.3), undo.c (1.3),
7520 userCmds.c (1.3), window.c (1.4): Changes since last posted
7523 2000-09-10 18:15 tringali
7525 * makefiles/: Makefile.aix (1.1), Makefile.bsdi (1.1),
7526 Makefile.ccur (1.1), Makefile.convex (1.1), Makefile.cygwin (1.1),
7527 Makefile.dcosx (1.1), Makefile.dec (1.1), Makefile.freebsd (1.1),
7528 Makefile.generic (1.1), Makefile.hpux (1.1), Makefile.linux (1.1),
7529 Makefile.lynx (1.1), Makefile.m88k.svr4 (1.1), Makefile.netbsd
7530 (1.1), Makefile.os2 (1.1), Makefile.osf (1.1), Makefile.reliant
7531 (1.1), Makefile.sco (1.1), Makefile.sgi (1.1), Makefile.solaris
7532 (1.1), Makefile.sunos (1.1), Makefile.uhc (1.1), Makefile.ultrix
7533 (1.1), Makefile.unicos (1.1), Makefile.unixware (1.1) (utags:
7534 REL-5-1-1): 5.1.1 baseline
7536 2000-09-09 22:22 tringali
7538 * source/: comnedit.com (1.3), file.c (1.3), help.c (1.3),
7539 highlight.c (1.3), highlightData.c (1.3), menu.c (1.3), nedit.c
7540 (1.3), nedit.h (1.3), parse.c_noyacc (1.2), parse.y (1.3),
7541 preferences.c (1.3), search.c (1.3), smartIndent.c (1.3), tags.c
7542 (1.3), textDisp.c (1.3), window.c (1.3): 5.2 Development snapshot
7545 2000-09-09 22:18 tringali
7547 * Makefile (1.2, REL-5-1-1), README (1.2, REL-5-1-1), ReleaseNotes
7548 (1.1, REL-5-1-1), nc.man (1.2, REL-5-1-1), nedit.doc (1.2,
7549 REL-5-1-1), nedit.man (1.2, REL-5-1-1), source/Makefile.common
7550 (1.2, REL-5-1-1), source/Makefile.dec (1.2), source/Makefile.hp
7551 (1.2), source/Makefile.ibm (1.2), source/Makefile.linux (1.2),
7552 source/Makefile.osf (1.2), source/Makefile.sgi (1.2),
7553 source/Makefile.solaris (1.2), source/Makefile.sunos (1.2),
7554 source/Makefile.ultrix (1.2), source/comnedit.com (1.2, REL-5-1-1),
7555 source/file.c (1.2, REL-5-1-1), source/file.h (1.2, REL-5-1-1),
7556 source/help.c (1.2, REL-5-1-1), source/help.h (1.2, REL-5-1-1),
7557 source/highlight.c (1.2, REL-5-1-1), source/highlight.h (1.2,
7558 REL-5-1-1), source/highlightData.c (1.2, REL-5-1-1),
7559 source/highlightData.h (1.2, REL-5-1-1), source/interpret.c (1.2,
7560 REL-5-1-1), source/lnknedit.com (1.2, REL-5-1-1), source/macro.c
7561 (1.2, REL-5-1-1), source/menu.c (1.2, REL-5-1-1), source/menu.h
7562 (1.2, REL-5-1-1), source/nc.c (1.2, REL-5-1-1), source/nedit.c
7563 (1.2, REL-5-1-1), source/nedit.h (1.2, REL-5-1-1), source/parse.y
7564 (1.2, REL-5-1-1), source/preferences.c (1.2, REL-5-1-1),
7565 source/preferences.h (1.2, REL-5-1-1), source/regexConvert.c (1.1,
7566 REL-5-1-1), source/regexConvert.h (1.1, REL-5-1-1),
7567 source/regularExp.c (1.2, REL-5-1-1), source/regularExp.h (1.2,
7568 REL-5-1-1), source/search.c (1.2, REL-5-1-1), source/search.h (1.2,
7569 REL-5-1-1), source/selection.c (1.2, REL-5-1-1), source/selection.h
7570 (1.2, REL-5-1-1), source/server.c (1.2, REL-5-1-1), source/shell.c
7571 (1.2, REL-5-1-1), source/shell.h (1.2, REL-5-1-1), source/shift.c
7572 (1.2, REL-5-1-1), source/shift.h (1.2, REL-5-1-1),
7573 source/smartIndent.c (1.2, REL-5-1-1), source/smartIndent.h (1.2,
7574 REL-5-1-1), source/tags.c (1.2, REL-5-1-1), source/tags.h (1.2,
7575 REL-5-1-1), source/text.c (1.2, REL-5-1-1), source/text.h (1.2,
7576 REL-5-1-1), source/textBuf.c (1.2, REL-5-1-1), source/textBuf.h
7577 (1.2, REL-5-1-1), source/textDisp.c (1.2, REL-5-1-1),
7578 source/textDisp.h (1.2, REL-5-1-1), source/textDrag.c (1.2,
7579 REL-5-1-1), source/textP.h (1.2, REL-5-1-1), source/textSel.c (1.2,
7580 REL-5-1-1), source/undo.c (1.2, REL-5-1-1), source/undo.h (1.2,
7581 REL-5-1-1), source/userCmds.c (1.2, REL-5-1-1), source/userCmds.h
7582 (1.2, REL-5-1-1), source/window.c (1.2, REL-5-1-1), source/window.h
7583 (1.2, REL-5-1-1), util/DialogF.c (1.2, REL-5-1-1), util/DialogF.h
7584 (1.2, REL-5-1-1), util/Makefile.common (1.2, REL-5-1-1),
7585 util/Makefile.dec (1.2), util/Makefile.hp (1.2), util/Makefile.ibm
7586 (1.2), util/Makefile.linux (1.2), util/Makefile.sgi (1.2),
7587 util/Makefile.solaris (1.2), util/Makefile.sunos (1.2),
7588 util/Makefile.ultrix (1.2), util/fileUtils.c (1.2, REL-5-1-1),
7589 util/fileUtils.h (1.2, REL-5-1-1), util/fontsel.c (1.2, REL-5-1-1),
7590 util/fontsel.h (1.2, REL-5-1-1), util/getfiles.c (1.2, REL-5-1-1),
7591 util/getfiles.h (1.2, REL-5-1-1), util/managedList.c (1.2,
7592 REL-5-1-1), util/managedList.h (1.2, REL-5-1-1), util/misc.c (1.2,
7593 REL-5-1-1), util/misc.h (1.2, REL-5-1-1), util/prefFile.c (1.2,
7594 REL-5-1-1), util/prefFile.h (1.2, REL-5-1-1), util/printUtils.c
7595 (1.2, REL-5-1-1), util/printUtils.h (1.2, REL-5-1-1),
7596 util/vmsUtils.c (1.2, REL-5-1-1), util/vmsUtils.h (1.2, REL-5-1-1):
7599 2000-09-09 22:12 tringali
7601 * Makefile (1.1), README (1.1), nc.man (1.1), nedit.doc (1.1),
7602 nedit.man (1.1), source/Makefile.common (1.1), source/Makefile.dec
7603 (1.1), source/Makefile.hp (1.1), source/Makefile.ibm (1.1),
7604 source/Makefile.linux (1.1), source/Makefile.osf (1.1),
7605 source/Makefile.sgi (1.1), source/Makefile.solaris (1.1),
7606 source/Makefile.sunos (1.1), source/Makefile.ultrix (1.1),
7607 source/comnedit.com (1.1), source/file.c (1.1), source/file.h
7608 (1.1), source/help.c (1.1), source/help.h (1.1), source/highlight.c
7609 (1.1), source/highlight.h (1.1), source/highlightData.c (1.1),
7610 source/highlightData.h (1.1), source/interpret.c (1.1),
7611 source/interpret.h (1.1, REL-5-1-1), source/lnknedit.com (1.1),
7612 source/macro.c (1.1), source/macro.h (1.1, REL-5-1-1),
7613 source/menu.c (1.1), source/menu.h (1.1), source/n.bm (1.1,
7614 REL-5-1-1), source/nc.c (1.1), source/nedit.bm (1.1, REL-5-1-1),
7615 source/nedit.c (1.1), source/nedit.h (1.1),
7616 source/nedit_options_file.opt (1.1, REL-5-1-1),
7617 source/parse.c_noyacc (1.1, REL-5-1-1), source/parse.h (1.1,
7618 REL-5-1-1), source/parse.y (1.1), source/preferences.c (1.1),
7619 source/preferences.h (1.1), source/regularExp.c (1.1),
7620 source/regularExp.h (1.1), source/search.c (1.1), source/search.h
7621 (1.1), source/selection.c (1.1), source/selection.h (1.1),
7622 source/server.c (1.1), source/server.h (1.1, REL-5-1-1),
7623 source/shell.c (1.1), source/shell.h (1.1), source/shift.c (1.1),
7624 source/shift.h (1.1), source/smartIndent.c (1.1),
7625 source/smartIndent.h (1.1), source/tags.c (1.1), source/tags.h
7626 (1.1), source/text.c (1.1), source/text.h (1.1), source/textBuf.c
7627 (1.1), source/textBuf.h (1.1), source/textDisp.c (1.1),
7628 source/textDisp.h (1.1), source/textDrag.c (1.1), source/textDrag.h
7629 (1.1, REL-5-1-1), source/textP.h (1.1), source/textSel.c (1.1),
7630 source/textSel.h (1.1, REL-5-1-1), source/undo.c (1.1),
7631 source/undo.h (1.1), source/userCmds.c (1.1), source/userCmds.h
7632 (1.1), source/window.c (1.1), source/window.h (1.1), util/DialogF.c
7633 (1.1), util/DialogF.h (1.1), util/Makefile.common (1.1),
7634 util/Makefile.dec (1.1), util/Makefile.hp (1.1), util/Makefile.ibm
7635 (1.1), util/Makefile.linux (1.1), util/Makefile.sgi (1.1),
7636 util/Makefile.solaris (1.1), util/Makefile.sunos (1.1),
7637 util/Makefile.ultrix (1.1), util/comutil.com (1.1, REL-5-1-1),
7638 util/fileUtils.c (1.1), util/fileUtils.h (1.1), util/fontsel.c
7639 (1.1), util/fontsel.h (1.1), util/getfiles.c (1.1), util/getfiles.h
7640 (1.1), util/managedList.c (1.1), util/managedList.h (1.1),
7641 util/misc.c (1.1), util/misc.h (1.1), util/prefFile.c (1.1),
7642 util/prefFile.h (1.1), util/printUtils.c (1.1), util/printUtils.h
7643 (1.1), util/vmsParam.h (1.1, REL-5-1-1), util/vmsUtils.c (1.1),
7644 util/vmsUtils.h (1.1) (utags: REL-5-0-2): 5.0.2 baseline