changelog
来自「nedit 是一款linux下的开发源码的功能强大的编辑器」· 代码 · 共 2,047 行 · 第 1/5 页
TXT
2,047 行
2003-06-23 05:30 n8gray * util/check_lin_tif.c (BETA-5-4.2): Adding Lesstif 0.93.{36,40} to the known-bad versions list.2003-06-22 00:42 n8gray * doc/help.etx, source/help_data.h, source/help_topic.h (BETA-5-4.[1,3,2]) (utags: BETA-5-4-RC1): Put my name in the Written By credits.2003-06-21 03:02 tringali * README, ReleaseNotes (BETA-5-4.[3,3]) (utags: BETA-5-4-RC1): Closed out a pile of bugs.2003-06-20 21:43 slobasso * source/: menu.c, search.c, search.h (BETA-5-4.[1,1,1]) (utags: BETA-5-4-RC1): fixed bug introduced when patch #734202 was merged2003-06-18 09:54 edg * source/: rangeset.c, textBuf.c, textBuf.h (BETA-5-4.[1,1,1]) (utags: BETA-5-4-RC1): Fix for rangeset display update bug.2003-06-16 09:38 edg * Makefile (tags: BETA-5-4-RC1) (BETA-5-4.3): Renegerating nedit.doc and nedit.html was a bad idea. Better put them in the source tarball.2003-06-16 09:12 edg * README, ReleaseNotes, source/help_data.h (BETA-5-4.[2,2,2]): 5.4beta -> 5.4BETA2003-06-16 08:57 edg * Makefile (BETA-5-4.2): Make sure that nedit.doc and nedit.html are up-to-date for the dist-bin target.2003-06-16 08:56 edg * source/preferences.c (tags: BETA-5-4-RC1) (BETA-5-4.2): Made the 5.4 preference migration conditional.2003-06-16 08:38 edg * README, ReleaseNotes (BETA-5-4.[1,1]): Updated time stamps.2003-06-16 08:38 edg * source/: help_data.h, help_topic.h (BETA-5-4.[1,1]): Regenerated to get proper time stamps and 5.4beta label.2003-06-16 08:36 edg * Makefile (BETA-5-4.1): Make the build stop when the verify_config test fails.2003-06-16 08:35 edg * util/check_lin_tif.c (BETA-5-4.1): Warning fixes.2003-06-12 17:35 edg * makefiles/Makefile.macosx (tags: BETA-5-4-RC1) (BETA-5-4.1): Added an alternative set of CFLAGS and LIBS for building with Fink (disabled by default) and added the check_tif rule (Joerg).2003-06-11 02:45 tksoh * source/preferences.c (BETA-5-4.1): fixed title in Save Preferences dialog.2003-06-08 21:05 edg * ChangeLog (1.34, BETA-5-4-RC1): Regenerated (cvs2cl.pl -b -r -t --accum --gmt).2003-06-06 18:04 edg * source/: rangeset.c (1.7), textBuf.c (1.28): Fixed a rangeset implementation flaw that caused all kinds of memory leaks in different places. Buffers should not have rangeset modification callbacks when there are no rangesets attached.2003-06-06 17:13 edg * util/misc.c (1.57): Window group hints leak fixes.2003-06-06 17:07 edg * source/nedit.c (1.49): Use proper resource class name to avoid uninitialized memory read.2003-06-06 17:06 edg * util/misc.h (1.19), ReleaseNotes (1.22), source/search.c (1.59), util/misc.c (1.56): Workaround for OpenMotif radio button bug (SF #678198). (Tested with 6 different Motif flavours/versions).2003-06-05 22:01 n8gray * doc/help.etx (1.49), source/help_data.h (1.47), source/help_topic.h (1.40), source/macro.c (1.71): Changed calltip() so that "tipKey", "tagKey", and "tipText" are position-independent optional arguments. . WARNING: This WILL break any existing calltip calls with more than one argument!!! A call like calltip(foo, "tipText", pos, bar, ...) needs to be changed to calltip(foo, pos, "tipText", bar, ...) and calltip(foo, "tipText") needs to be changed to calltip(foo, -1, "tipText").2003-06-04 15:34 slobasso * source/: preferences.c (1.98), window.c (1.84): remove unused variables2003-06-02 15:18 edg * source/menu.c (1.79): Fixed wrong title in Exit dialog.2003-05-29 21:07 tringali * util/fontsel.h (1.9): Match function declaration to definition2003-05-28 08:26 edg * source/preferences.c (1.97): Added an automatic upgrade routine for the changed "wc" shell command.2003-05-27 22:32 yooden * source/preferences.c (1.96): Replaces csh-specific scriptlet with awklet.2003-05-27 21:31 tringali * source/window.c (1.83): Propogate colors to new windows on opening (744294)2003-05-27 15:55 edg * source/preferences.c (1.95): Automatically add Identifier2 text drawing style when upgrading to 5.4.2003-05-26 09:10 edg * ChangeLog (1.33): Regenerated (cvs2cl.pl -b -r -t --accum --gmt).2003-05-26 09:07 edg * ReleaseNotes (1.21): Added bugs #559902, 561659, 526981, and 582469.2003-05-26 08:16 edg * source/search.c (1.58): Committed SF patch #559902: Show Matching Range Bugfix (Tom Heathcote).2003-05-25 15:55 edg * doc/help.etx (1.48), source/help_data.h (1.46), source/help_topic.h (1.39), source/highlightData.c (1.52), source/macro.c (1.70), source/menu.c (1.78), source/preferences.c (1.94), source/preferences.h (1.35): Removed and disabled some of the backlighting functionality and marked it as being experimental (for the 5.4 release).2003-05-24 19:15 tringali * source/: menu.c (1.77), nedit.h (1.39), preferences.c (1.93), preferences.h (1.34), window.c (1.82): Simplified the color dialog box so that all colors are global. Plug some leaks when parsing color names. Table-drive color settings to reduce duplicate code.2003-05-24 18:36 tringali * util/check_lin_tif.c (1.5): Allow Motif 2.1.x instead of just update level 30. We've delivered NEdit with these configurations and they work fine.2003-05-24 13:11 yooden * source/highlightData.c (1.51): Fixed missing escape in NEdit Macro highlighting pattern.2003-05-23 14:27 tringali * source/nedit.c (1.48): Avoid a crash when trying to drag widgets (not text) in non-default visual. This appears to be a OSF Motif bug so we just disable dragging entirely. Not a great solution.2003-05-23 10:58 edg * ReleaseNotes (1.20): Added bug #715767.2003-05-23 07:48 edg * source/preferences.c (1.92): Removed autoload.nm from NEdit macro recognition patterns again (covered by .nm) and made the upgrade routines also work for people who already upgraded to the post-5.3 preference format.2003-05-22 22:12 yooden * source/: preferences.c (1.91), highlightData.c (1.50): New version of NEdit Macro syntax highlighting patterns.2003-05-22 22:00 edg * source/highlightData.c (1.49): Small update to the Python highlighting patterns (due to changed delimiters).2003-05-22 21:56 edg * source/preferences.c (1.90): Defined a non-default set of delimiters for Python mode. Added autoload.nm to the recognition patterns for NEdit Macro mode. Added nedit.rc to the recognition patterns for X Resources mode. Added a 5.3 to 5.4 upgrade routine for the 3 changes above.2003-05-20 05:41 n8gray * source/macro.c (1.69): Committing Tom Heathcote's minor rangeset patch. If it breaks everything blame him. :-)2003-05-20 00:27 n8gray * Makefile (1.11), makefiles/Makefile.aix (1.7), makefiles/Makefile.bsdi (1.5), makefiles/Makefile.ccur (1.5), makefiles/Makefile.convex (1.5), makefiles/Makefile.cygwin (1.7), makefiles/Makefile.dcosx (1.5), makefiles/Makefile.dec (1.6), makefiles/Makefile.depend (1.5), makefiles/Makefile.freebsd (1.5), makefiles/Makefile.generic (1.10), makefiles/Makefile.hpux (1.5), makefiles/Makefile.linux (1.11), makefiles/Makefile.lynx (1.6), makefiles/Makefile.m88k.svr4 (1.5), makefiles/Makefile.macosx (1.4), makefiles/Makefile.netbsd (1.5), makefiles/Makefile.openbsd (1.3), makefiles/Makefile.os2 (1.14), makefiles/Makefile.osf (1.6), makefiles/Makefile.qnx (1.3), makefiles/Makefile.reliant (1.5), makefiles/Makefile.sco (1.6), makefiles/Makefile.sgi (1.5), makefiles/Makefile.solaris (1.9), makefiles/Makefile.sunos (1.5), makefiles/Makefile.superux (1.5), makefiles/Makefile.uhc (1.5), makefiles/Makefile.ultrix (1.5), makefiles/Makefile.unicos (1.7), makefiles/Makefile.unixware (1.6), util/Makefile.common (1.8), util/check_lin_tif.c (1.4): Added verify_config target to all Makefiles. On most platforms it does nothing, but on Linux it triggers a check of the *tif version. This should also probably be enabled on openbsd, freebsd, and any other platform where OpenMotif/Lesstif use is common, but I'll leave that to people more familiar with those platforms.2003-05-19 21:55 slobasso * source/highlightData.c (1.48): Adjusted Nedit Macro Language highlighting: removed delete from actions and added to keywords and added the following items Variables: calltip_ID Macro Routines: calltip, kill_calltip Actions: focus_pane, unload_tags_file, goto_matching, select_to_matching, set_auto_indent, set_em_tab_dist, set_fonts, set_highlight_syntax, set_incremental_backup, set_incremental_search_line, set_locked, set_make_backup_copy, set_overtype_mode, set_show_line_numbers, set_show_matching, set_match_syntax_based, set_statistics_line, set_tab_dist, set_use_tabs, set_wrap_margin, set_wrap_text2003-05-19 08:03 edg * doc/help.etx (1.47), source/help_data.h (1.45), source/help_topic.h (1.38): Added missing replace_all() documentation (Tom Heathcote) and removed the "experimental" classification for smart indent.2003-05-18 20:05 edg * source/: nedit.c (1.47), nedit.h (1.38): Workaround for KDE's FONTLIST bug (and for the various BACKGROUND and FOREGROUND resource values).2003-05-16 17:15 n8gray * util/check_lin_tif.c (1.3): Added 92.32 to known-good LessTif. Feel free to do this yourselves! :-) It's pretty easy to do.2003-05-16 16:58 edg * source/highlightData.c (1.47): Updated Python patterns (no updated delimiters yet).2003-05-16 16:51 slobasso * util/.cvsignore (1.2): added check_lin_tif2003-05-16 16:50 slobasso * source/nedit.c (1.46): removed unused variable warning2003-05-16 16:47 slobasso * source/: text.c (1.43), text.h (1.17), textDisp.c (1.53), textDisp.h (1.23): re-commit graphics expose code and added window obscurred hack back in that was erroneously removed. This should put us back where we were without reintroducing a bug that was fixed.2003-05-16 15:11 tringali * source/: text.c (1.42), text.h (1.16), textDisp.c (1.52), textDisp.h (1.22): Removed explicit handling of GraphicsExpose events that was causing incomplete redraws, reverting to older algorithm. (I've extracted the code into a patch and will post it back on SF to address the problem it was trying to fix.)2003-05-16 13:47 tringali * util/misc.c (1.55): Fix for missing icons (via C. Rasmussen)2003-05-16 05:23 tksoh * source/window.c (1.81): Fix for SF bug #715767: remaining panes resized incorrectly after closing a splitpane.2003-05-15 19:47 n8gray * util/check_lin_tif.c (1.2): Modified copyright notice to be more consistent with the rest of NEdit.2003-05-15 19:42 n8gray * Makefile (1.10), makefiles/Makefile.linux (1.10), source/Makefile.common (1.15), source/help.c (1.95), util/Makefile.common (1.7), util/check_lin_tif.c (1.1): Added code to detect the version of Motif/Lesstif being built against and complain if it's known-bad or unknown. There's probably room for improvement in both the build and detection portions of this code.2003-05-15 07:36 edg * ChangeLog (1.32): Regenerated (please only update with cvs2cl.pl -b -r -t --accum --gmt).2003-05-15 07:33 edg * source/parse_noyacc.c (1.7): Copied the recent modifications of parse.y.2003-05-14 19:12 n8gray * ChangeLog (1.31): Isn't there a way to generate or update this automatically with CVS?2003-05-14 19:08 n8gray * source/parse.y (1.26): Comments don't eat backslash-escaped newlines, so this is legal: t_print("Hello " # This is a common greeting \ "world" # This is the recipient of the greeting \ "\n") # This is a newline character2003-05-04 23:54 yooden * source/macro.c (1.67): Removed some second level leftovers from the old Highlighting API.2003-05-04 13:20 yooden * doc/help.etx (1.46), source/file.c (1.64), source/help_data.h (1.43), source/help_topic.h (1.36), source/menu.c (1.75): Fixes SF #617840: Append Line Feed on Save The buffer now reflects that a line is added on save.2003-05-03 22:45 yooden * doc/help.etx (1.45), source/help_data.h (1.42), source/help_topic.h (1.35), source/macro.c (1.66): Removes old Highlighting Information API; fixes some inconsistencies in the Highlighting Information API; adds deprecated section to macro section in online help.2003-05-03 09:15 edg * util/misc.c (1.54): Made translation table for mouse wheel static, as suggested by Scott.2003-05-02 19:19 edg * source/highlightData.c (1.45), source/nedit.c (1.45), source/search.c (1.56), source/shell.c (1.25), source/smartIndent.c (1.26), source/userCmds.c (1.32), util/fontsel.c (1.25), util/getfiles.c (1.25), util/managedList.c (1.12), util/misc.c (1.53), util/misc.h (1.18): Committed SF #715941: File dialog wheel support (generalized to all scrolled widgets, except main text area, which already had support).2003-05-02 18:25 edg * source/rangeset_fn.h (1.4): Obsolete due to new rangeset API.2003-05-02 18:18 edg * doc/help.etx (1.44), makefiles/Makefile.depend (1.4), source/Makefile.dependencies (1.21), source/help_data.h (1.41), source/help_topic.h (1.34), source/highlightData.c (1.44), source/macro.c (1.65), source/rangeset.c (1.4), source/rangeset.h (1.2), source/rangeset_fn.h (1.3), source/textBuf.c (1.27), source/textBuf.h (1.14), source/textDisp.c (1.50), util/Makefile.dependencies (1.7): Committed patch #628933: New rangeset API. (Including the fix of SF #728988: rangeset_add of empty range works - bad!) Users of range sets will have to update
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?