?? changelog
字號:
* source/text.h (1.13): Remove warnings on hpux 10.20 compiler.2002-12-12 17:26 slobasso * source/selection.c (1.23): Cleanup string to int conversion.2002-12-12 17:26 slobasso * source/: search.c (1.54), search.h (1.18): Centralize string to enum conversions for search_type.2002-12-12 17:26 slobasso * source/parse_noyacc.c (1.5): Match changes in parse.y2002-12-12 17:25 slobasso * source/parse.y (1.23): Move string constant code into function InstallStringConstSymbol.2002-12-12 17:25 slobasso * source/nedit.h (1.33): New macro TYPE_INT_STR_SIZE to determine a safe string size for integer-like types.2002-12-12 17:25 slobasso * source/macro.c (1.60): More macro failure macros and new macro call valid_number. Use of new macro TYPE_INT_STR_SIZE and PERM_ALLOC_STR. Add optional index to rangeset_defined.2002-12-12 17:25 slobasso * source/interpret.h (1.12): New macro PERM_ALLOC_STR for static strings that look allocated and move StringToNum global for verification code. New call InstallStringConstSymbol and move DataValue.tag to an enum.2002-12-12 17:25 slobasso * source/interpret.c (1.32): Use of new macro PERM_ALLOC_STR for static strings that look allocated and move StringToNum global for verification code. New call InstallStringConstSymbol cleanup of macro debug code with new stack dump. Rewrite SwapCode without allocations. Use of TYPE_INT_STR_SIZE for int string size. Fixes to grabage collection to allow for PERM_ALLOC_STR and catch mod by 0 errors.2002-12-12 17:25 slobasso * source/highlightData.c (1.40): New nedit macro call valid_number.2002-12-12 17:25 slobasso * doc/help.etx (1.37), doc/nedit.doc (1.35), doc/nedit.html (1.29), source/help_data.h (1.34): Add optional index to rangeset_defined and new function valid_number.2002-12-11 18:24 tringali * util/misc.c (1.47): Avoid a 5-second hang when posting a dialog with certain window managers (Sawfish)2002-12-10 13:16 edg * source/nc.c (1.32): Dropped support for reading preferences from a .nc file. It was entirely undocumented and probably never used by anyone (and it didn't work anymore since the introduction of the NEDIT_HOME patch).2002-12-10 12:29 edg * source/nc.c (1.31): Fixed a bug in yesterday's bug fix: macro commands could be executed twice when a new server was started.2002-12-09 17:55 edg * source/nedit.c (1.38): Fix for SF #649442: Dangerous shell command. Changed the shortcut for "Execute Command Line" from "KP Enter" to "Ctrl+KP Enter" to avoid accidental execution of arbitrary commands.2002-12-09 17:18 edg * source/nc.c (1.30): Fixed various command line argument passing bugs introduced by the nc -wait patch (-icon, -geometry, -lm, ... were dropped when a new file was opened and/or a new server was started).2002-12-08 09:29 yooden * source/: highlight.c (1.38), highlightData.c (1.39), macro.c (1.59), rangeset.c (1.3), search.c (1.53): Some code cleanup and removal of development artefacts.2002-12-04 12:30 edg * source/macro.c (1.58): Added boundary checks to searchStringMS() to avoid illegal memory accesses when passing a too large or negative starting position to the search_string() macro.2002-12-02 15:59 tringali * Makefile (1.9): Removed "doc" from default target so users without Perl can build. (We need a "developer only" target or mode to do this right.)2002-11-28 23:22 yooden * source/macro.c (1.57), source/menu.c (1.67), source/preferences.c (1.75), util/prefFile.c (1.18), util/utils.c (1.19), util/utils.h (1.11): Fixes the bug in the preference file name algorithm reported by Scott in develop@.2002-11-22 18:18 tringali * util/misc.c (1.46): Constrain maximum size of dialogs so they aren't bigger than the screen. (Slightly modified from Eddy's original version.)2002-11-22 17:51 edg * source/window.c (1.73): Minor improvement in the virtual key binding parsing: ignore comment lines.2002-11-19 18:05 edg * source/: highlight.c (1.37), regularExp.c (1.20), search.c (1.52), textBuf.c (1.26), textBuf.h (1.13): Fixes for SF bugs #515120 (changed behaviour of search?) and #429110 (RegEx search bugs at end of buffer) and a cleanup of the SearchWindow function.2002-11-15 12:21 edg * doc/setext (1.10): Minor backward compatibility fix for older Perl version (5.004).2002-11-13 21:59 tringali * source/: help_data.h (1.33), help_topic.h (1.27): - Change help version to 5.4DEV2002-11-13 21:58 tringali * source/: calltips.c (1.3), text.h (1.12), textDisp.c (1.41): Don't #include "textP.h" where we can get away with it.2002-11-13 21:58 tringali * source/help.c (1.87): Clean up #ifdef of HAVE__XMVERSIONSTRING and reorder visual info2002-11-13 21:58 tringali * source/highlightData.c (1.38): - Fix indentation, labels, and mnemonics in highlightData.c2002-11-13 21:57 tringali * source/: nedit.c (1.37), preferences.c (1.74): - Fix defaults fonts to specify iso8859-1, for RH7.3.2002-11-13 17:56 edg * source/: highlightData.c (1.37), regularExp.c (1.19): Implemented the more conventional word boundary semantics for regular expressions and adapted the built-in highlight patterns to the changed semantics (the latter is largely automated).2002-11-12 10:04 ajhood * doc/help.etx (1.36), doc/nedit.doc (1.34), doc/nedit.html (1.28), source/help.c (1.86), source/help_data.h (1.32), source/help_topic.h (1.26): Document default value of nedit.backlightCharTypes Stop *backlightCharTypes in .Xdefaults etc. affecting Help2002-11-08 20:22 edg * source/: comnedit.com (1.9), highlight.c (1.36), highlight.h (1.9), lnknedit.com (1.7), macro.c (1.56), menu.c (1.66), nedit.h (1.32), preferences.c (1.73), preferences.h (1.30), rangeset.c (1.2), rangeset_fn.h (1.2), server_common.c (1.3), text.h (1.11), textDisp.h (1.18): VMS compilation and linking fixes (Michael Smith).2002-11-08 16:53 slobasso * source/macro.c (1.55): Removed unused variables and fixed error macro.2002-10-31 16:08 edg * doc/help.etx (1.35), doc/nc.man (1.6), doc/nedit.doc (1.33), doc/nedit.html (1.27), source/help_data.h (1.31), source/help_topic.h (1.25), source/nc.c (1.29): Fix for invalid atom usage after time-out. Made the nc time-out configurable (-timeout <seconds> command line option and nc.timeOut X resource) + documentation updates.2002-10-30 11:44 edg * ChangeLog (1.29): Minor correction.2002-10-30 11:42 edg * ChangeLog (1.28): Removed lots of duplicate entries and added lots of missing entries. (Apparently, a merge has gone wrong a few months ago).2002-10-30 11:11 edg * ChangeLog (1.27): Update.2002-10-29 15:49 edg * source/server.c (1.20): Fix for crash when sending a macro command to the server through nc, while another command is still running. New commands for a window are now rejected when it is already running a macro (beeps).2002-10-26 00:06 yooden * util/: utils.c (1.18), utils.h (1.10): Fixes wrong declaration and documentation, adds missing Copyright line.2002-10-16 17:28 n8gray * source/: preferences.c (1.72), preferences.h (1.29), window.c (1.72): Don't switch to PLAIN mode before closing a window just to force unloading of calltips files -- it's slow! Also fixed a potentially erroneous error message in reapplyLanguageMode.2002-10-15 11:00 ajhood * doc/help.etx (1.34), doc/nedit.doc (1.32), doc/nedit.html (1.26), source/help_data.h (1.30), source/help_topic.h (1.24), source/highlight.c (1.35), source/highlight.h (1.8), source/highlightData.c (1.36), source/highlightData.h (1.10), source/interpret.c (1.31), source/interpret.h (1.11), source/macro.c (1.54), source/preferences.c (1.71), source/preferences.h (1.28), source/textDisp.c (1.40), source/textDisp.h (1.17): Tony's backlight/highlight and SF bug 619234 fixes2002-10-14 18:41 n8gray * source/: text.c (1.36), textBuf.c (1.25), textBuf.h (1.12), textDisp.c (1.39), textSel.c (1.11): Committing patch for keyboard-based rectangular selection.2002-10-13 15:53 yooden * doc/help.etx (1.33), doc/nedit.doc (1.31), doc/nedit.html (1.25), source/help_data.h (1.29), source/help_topic.h (1.23): Another tiny doc patch. (Thanks Yury)2002-10-12 13:33 yooden * doc/help.etx (1.32), doc/nedit.doc (1.30), doc/nedit.html (1.24), source/help_data.h (1.28), source/help_topic.h (1.22): Fixes small documentation bug.2002-10-10 22:04 slobasso * source/macro.c (1.53): fix comment typo2002-10-07 19:39 arnef * source/nc.c (1.28): Fix for bug 619231 - nc hangs after crash/kill Generate a property change event to break a deadlock.2002-10-07 16:19 edg * source/search.c (1.51): Fix for crash bug when search string is too long in search and replace dialogs (triggered when nedit.findReplaceUsesSelection was True and a long selection was made), reported through the discuss list.2002-10-04 23:21 slobasso * source/: macro.c (1.52), tags.c (1.47): remove compiler warnings2002-10-01 23:45 n8gray * doc/help.etx (1.31), doc/nedit.doc (1.29), doc/nedit.html (1.23), source/help_data.h (1.27), source/help_topic.h (1.21): Added documentation for column argument to goto_line_number and the goto line dialog.2002-09-27 12:19 ajhood * source/preferences.c (1.70): set default value for nedit.backlightCharTypes2002-09-26 12:37 ajhood * doc/NEdit.ad (1.3), doc/README.FAQ (1.3), doc/faq-txt-pass2.xsl (1.3), doc/faq-txt.awk (1.3), doc/faq-txt.dtd (1.3), doc/faq-txt.xsl (1.3), doc/faq.dtd (1.3), doc/faq.txt (1.3), doc/faq.xml (1.4), doc/faq.xsl (1.3), doc/help.etx (1.30), doc/nedit.doc (1.28), doc/nedit.html (1.22), doc/setext (1.9), doc/setext-info.txt (1.3), makefiles/Makefile.depend (1.3), source/Makefile.common (1.13), source/help.c (1.85), source/help_data.h (1.26), source/help_topic.h (1.20), source/highlight.c (1.34), source/highlight.h (1.7), source/highlightData.c (1.35), source/highlightData.h (1.9), source/macro.c (1.51), source/menu.c (1.65), source/nedit.h (1.31), source/parse.y (1.22), source/preferences.c (1.69), source/preferences.h (1.27), source/smartIndent.c (1.18), source/tags.c (1.46), source/text.c (1.35), source/text.h (1.10), source/textBuf.c (1.24), source/textBuf.h (1.11), source/textDisp.c (1.38), source/textDisp.h (1.16), source/textP.h (1.6), source/window.c (1.71), source/window.h (1.11), source/windowTitle.c (1.9), util/fileUtils.c (1.27), util/misc.c (1.45), util/printUtils.c (1.20): backlight/rangeset patch from Josef Maier and Tony Balinski, ported to CVS by Andy Hood.2002-09-26 12:04 ajhood * Makefile (1.8): auto-rebuild help.doc, help.html and help_*.h If someone can explain how CVS didn't accept the previous commit tell me.2002-09-26 11:45 ajhood * source/: rangeset.c (1.1), rangeset.h (1.1), rangeset_fn.h (1.1): New files for backlight/rangeset.2002-09-26 10:24 ajhood * doc/Makefile (1.3): auto-rebuild help.doc, help.html and help_*.h if any of the prerequisites change2002-09-26 10:22 ajhood * README (1.30): Add comments on -DHAVE__XMVERSIONSTRING compile option.2002-09-26 10:01 ajhood * makefiles/: Makefile.aix (1.6), Makefile.bsdi (1.4), Makefile.ccur (1.4), Makefile.convex (1.4), Makefile.cygwin (1.5), Makefile.dcosx (1.4), Makefile.dec (1.5), Makefile.freebsd (1.4), Makefile.generic (1.9), Makefile.hpux (1.4), Makefile.linux (1.9), Makefile.lynx (1.5), Makefile.m88k.svr4 (1.4), Makefile.macosx (1.3), Makefile.netbsd (1.4), Makefile.openbsd (1.2), Makefile.os2 (1.13), Makefile.osf (1.5), Makefile.qnx (1.2), Makefile.reliant (1.4), Makefile.sco (1.4), Makefile.sgi (1.4), Makefile.solaris (1.8), Makefile.sunos (1.4), Makefile.superux (1.4), Makefile.uhc (1.4), Makefile.ultrix (1.4), Makefile.unicos (1.6), Makefile.unixware (1.5): Add comments on -DHAVE__XMVERSIONSTRING compile option.2002-09-25 10:56 edg * doc/help.etx (1.29), source/file.c (1.54), source/help_data.h (1.25), source/help_topic.h (1.19), source/menu.c (1.64), source/nedit.h (1.30), source/preferences.c (1.68), source/preferences.h (1.26), source/textBuf.c (1.23), source/textBuf.h (1.10), source/window.c (1.70): Committed SF patch #602426: Check for real changes of ext. mod files. The additional check is on by default, and a mode message appears if comparison takes more than 1 second.2002-09-23 12:06 edg * source/userCmds.c (1.29), util/misc.c (1.44), util/misc.h (1.16): Fix for SF #612558: Macro shortcuts still NumLock sensitive. Lock and NumLock are now ignored when entering an accelerator.2002-09-23 11:16 edg * util/getfiles.c (1.22): Fix for SF bug #613092: Open file browsing works incorrect. Keystroke history is now reset after each list refresh.2002-09-18 20:17 arnef * source/search.c (1.50): Fixing error in initial commit of 'nc -wait' patch. Removing a XtDispatchEvent() that shouldn't have been there.2002-09-17 09:01 edg * source/server_common.c (1.2): Fix for SF bug #610438: Committing patch 403647 causes link fail. Replaced XGetAtomNames() by a loop using XGetAtomName().2002-09-13 08:28 edg * source/preferences.c (1.67): Fix for SF bug #608693: coredump with -tabs option. The tab distance is now clipped within its valid range.2002-09-11 18:59 arnef * source/Makefile.common (1.12), source/Makefile.dependencies (1.19), source/file.c (1.53), source/macro.c (1.50), source/nc.c (1.27), source/nedit.h (1.29), source/preferences.c (1.66), source/search.c (1.49), source/selection.c (1.22), source/server.c (1.19), source/server.h (1.5), source/server_common.c (1.1), source/server_common.h (1.1), source/window.c (1.69), util/Makefile.dependencies (1.6): Committing the 'nc -wait' patch (SF #403647).2002-09-10 12:17 ajhood
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -