| 1 | 2003-11-19 13:44 edg |
|---|
| 2 | |
|---|
| 3 | * README, ReleaseNotes, doc/nc.man, doc/nedit.man, |
|---|
| 4 | source/help_data.h, source/help_topic.h (BETA-5-4.[7,5,3,3,9,6]): |
|---|
| 5 | Bumped version number to 5.4. |
|---|
| 6 | |
|---|
| 7 | 2003-11-18 15:11 edg |
|---|
| 8 | |
|---|
| 9 | * source/menu.c (1.81): Fix for SF bug #844395: SGI_CUSTOM overtype |
|---|
| 10 | crash. |
|---|
| 11 | |
|---|
| 12 | 2003-11-18 12:16 edg |
|---|
| 13 | |
|---|
| 14 | * util/fileUtils.c (1.31): Decreased the threshold for MAC file |
|---|
| 15 | format detection to 1 carriage return instead of 2. |
|---|
| 16 | |
|---|
| 17 | 2003-11-17 10:13 edg |
|---|
| 18 | |
|---|
| 19 | * util/prefFile.c (BETA-5-4.1): Fix for nc crash on VMS (Michael |
|---|
| 20 | Smith). |
|---|
| 21 | |
|---|
| 22 | 2003-11-16 13:50 yooden |
|---|
| 23 | |
|---|
| 24 | * doc/help.etx (1.51): Fixed wrong documentation of $sub_sep, |
|---|
| 25 | pointed out by Jörg Fischer. |
|---|
| 26 | |
|---|
| 27 | 2003-11-14 23:46 yooden |
|---|
| 28 | |
|---|
| 29 | * source/: file.c (1.69), smartIndent.c (1.29): Fixes two small |
|---|
| 30 | bugs: Wrong block and wrong argc. |
|---|
| 31 | |
|---|
| 32 | 2003-11-14 00:19 n8gray |
|---|
| 33 | |
|---|
| 34 | * README, makefiles/Makefile.macosx (BETA-5-4.[6,2]): Reworked the |
|---|
| 35 | OS X makefile and added a note about building on OS X to the |
|---|
| 36 | README. |
|---|
| 37 | |
|---|
| 38 | 2003-11-13 07:09 n8gray |
|---|
| 39 | |
|---|
| 40 | * util/check_lin_tif.c (BETA-5-4.7): Changed error/warning messages |
|---|
| 41 | to be non-Linux-centric. |
|---|
| 42 | |
|---|
| 43 | 2003-11-08 00:15 yooden |
|---|
| 44 | |
|---|
| 45 | * source/file.c (1.68): Changes typo in resource name. |
|---|
| 46 | |
|---|
| 47 | 2003-11-07 17:27 edg |
|---|
| 48 | |
|---|
| 49 | * doc/help.etx, source/help_data.h, source/macro.c |
|---|
| 50 | (BETA-5-4.[9,8,4]): Removed the bogus rgb values from the array |
|---|
| 51 | returned by get_pattern_by_name(). Prevented the special "top" |
|---|
| 52 | pattern from showing up in the array returned by |
|---|
| 53 | get_style_at_pos(). Various minor code cleanups and comment fixes. |
|---|
| 54 | (Mostly contributed by Tony Balinski). |
|---|
| 55 | |
|---|
| 56 | 2003-11-03 16:31 edg |
|---|
| 57 | |
|---|
| 58 | * doc/help.etx, source/help_data.h, source/highlight.c, |
|---|
| 59 | source/highlight.h, source/macro.c (BETA-5-4.[8,7,1,1,3]): Changed |
|---|
| 60 | the "extension" field returned by get_pattern_at_pos() to "extent" |
|---|
| 61 | and added an "extent" field to the return value of |
|---|
| 62 | get_style_at_pos(). |
|---|
| 63 | |
|---|
| 64 | 2003-10-24 15:29 edg |
|---|
| 65 | |
|---|
| 66 | * doc/help.etx (BETA-5-4.7): Typo fix (Yury). |
|---|
| 67 | |
|---|
| 68 | 2003-10-24 10:51 edg |
|---|
| 69 | |
|---|
| 70 | * doc/help.etx (1.50), source/help_data.h (1.48), source/text.c |
|---|
| 71 | (1.44): Extended scroll_down() and scroll_up() such that one can |
|---|
| 72 | specify a scroll unit (lines or pages, default: lines) and |
|---|
| 73 | corrected the behaviour for CTRL + mouse wheel (scrolling no longer |
|---|
| 74 | moves the cursor nor destroys the selection). |
|---|
| 75 | |
|---|
| 76 | 2003-10-22 20:05 tringali |
|---|
| 77 | |
|---|
| 78 | * source/help.c (1.96), source/highlightData.c (1.55), |
|---|
| 79 | source/nedit.c (1.50), source/nedit.h (1.40), source/preferences.c |
|---|
| 80 | (1.100), source/smartIndent.c (1.28), source/textSel.c (1.13), |
|---|
| 81 | source/userCmds.c (1.33), source/window.c (1.86), |
|---|
| 82 | util/check_lin_tif.c (1.6), util/misc.c (1.59), util/misc.h (1.20): |
|---|
| 83 | Changed widget hierarchy so we have a single (hidden) top-level |
|---|
| 84 | application shell. All the top-level windows (editors, syntax, |
|---|
| 85 | macros, etc.) are now TopLevelShell children of the application |
|---|
| 86 | shell. This is the standard way of structuring multiple-window |
|---|
| 87 | applications, and we've been standing on our heads trying to work |
|---|
| 88 | around problems the old approach causes (no visual propogation to |
|---|
| 89 | children, no way to address types of top-level windows by name in |
|---|
| 90 | resources, session management bugs, etc). Some advanced X resource |
|---|
| 91 | customizations may need to change, but for the better, I think. |
|---|
| 92 | |
|---|
| 93 | 2003-10-20 16:38 tringali |
|---|
| 94 | |
|---|
| 95 | * source/interpret.c (tags: BETA-5-4-RC2) (BETA-5-4.1): Change |
|---|
| 96 | #define to be in column 0; some compilers will not accept this |
|---|
| 97 | indented. |
|---|
| 98 | |
|---|
| 99 | 2003-10-20 13:59 edg |
|---|
| 100 | |
|---|
| 101 | * ChangeLog (tags: BETA-5-4-RC2) (BETA-5-4.2): Regenerated |
|---|
| 102 | (cvs2cl.pl -b -r -t --accum --gmt). |
|---|
| 103 | |
|---|
| 104 | 2003-10-20 08:29 edg |
|---|
| 105 | |
|---|
| 106 | * doc/nc.man, doc/nedit.man, source/help_data.h, |
|---|
| 107 | source/help_topic.h (BETA-5-4.[2,2,6,5]) (utags: BETA-5-4-RC2): |
|---|
| 108 | Regenerated for 5.4RC2. |
|---|
| 109 | |
|---|
| 110 | 2003-10-20 08:25 edg |
|---|
| 111 | |
|---|
| 112 | * doc/Makefile (tags: BETA-5-4-RC2) (BETA-5-4.2): Use double suffix |
|---|
| 113 | rule for man page generation iso. GNU make extension. |
|---|
| 114 | |
|---|
| 115 | 2003-10-15 23:08 yooden |
|---|
| 116 | |
|---|
| 117 | * doc/help.etx, source/help_data.h, source/help_topic.h, |
|---|
| 118 | source/nc.c (BETA-5-4.[6,5,4,4]): New documentation for nc. |
|---|
| 119 | |
|---|
| 120 | 2003-10-14 10:56 edg |
|---|
| 121 | |
|---|
| 122 | * doc/: nc.man, nedit.man (BETA-5-4.[1,1]): Regenerated. |
|---|
| 123 | |
|---|
| 124 | 2003-10-14 10:54 edg |
|---|
| 125 | |
|---|
| 126 | * doc/nedit.pod (1.1): file nedit.pod was initially added on branch |
|---|
| 127 | BETA-5-4. |
|---|
| 128 | |
|---|
| 129 | 2003-10-14 10:54 edg |
|---|
| 130 | |
|---|
| 131 | * doc/nc.pod (1.1): file nc.pod was initially added on branch |
|---|
| 132 | BETA-5-4. |
|---|
| 133 | |
|---|
| 134 | 2003-10-14 10:54 edg |
|---|
| 135 | |
|---|
| 136 | * doc/: Makefile, nc.pod, nedit.pod (BETA-5-4.[1,1,1]): Added man |
|---|
| 137 | pages in pod format and automatic pod to man page translation. |
|---|
| 138 | |
|---|
| 139 | 2003-10-09 15:29 tringali |
|---|
| 140 | |
|---|
| 141 | * util/system.h (BETA-5-4.1): Recognize ia64, cygwin, x86-64, |
|---|
| 142 | win32, unixware. |
|---|
| 143 | |
|---|
| 144 | 2003-10-09 09:23 edg |
|---|
| 145 | |
|---|
| 146 | * source/nc.c (BETA-5-4.3): Fix for SF #820491: nc -ask hangs when |
|---|
| 147 | the user cancels the server startup. |
|---|
| 148 | |
|---|
| 149 | 2003-10-02 07:27 edg |
|---|
| 150 | |
|---|
| 151 | * doc/setext (BETA-5-4.2): More HTML generation improvements |
|---|
| 152 | (Steven Haehn). |
|---|
| 153 | |
|---|
| 154 | 2003-10-01 11:34 edg |
|---|
| 155 | |
|---|
| 156 | * doc/setext (BETA-5-4.1): Bug fixes in HTML generation (Andrew |
|---|
| 157 | Hood). |
|---|
| 158 | |
|---|
| 159 | 2003-09-28 15:05 edg |
|---|
| 160 | |
|---|
| 161 | * Makefile, README, ReleaseNotes (BETA-5-4.[4,5,4]): 5.4RC2 |
|---|
| 162 | updates. |
|---|
| 163 | |
|---|
| 164 | 2003-09-28 15:03 edg |
|---|
| 165 | |
|---|
| 166 | * doc/NEdit.ad (BETA-5-4.2): Removed trailing whitespace. |
|---|
| 167 | |
|---|
| 168 | 2003-09-28 15:03 edg |
|---|
| 169 | |
|---|
| 170 | * makefiles/: Makefile.bsdi, Makefile.freebsd, Makefile.netbsd, |
|---|
| 171 | Makefile.openbsd (BETA-5-4.[1,1,1,1]): Added Motif/Lesstif version |
|---|
| 172 | check. |
|---|
| 173 | |
|---|
| 174 | 2003-09-28 14:18 edg |
|---|
| 175 | |
|---|
| 176 | * makefiles/Makefile.ccur, makefiles/Makefile.generic, |
|---|
| 177 | makefiles/Makefile.solaris, source/file.c (BETA-5-4.[1,1,1,4]): |
|---|
| 178 | Made USE_ACCESS the default (there's no security risk in the way we |
|---|
| 179 | use access()). See also SF #782518. |
|---|
| 180 | |
|---|
| 181 | 2003-09-28 14:11 edg |
|---|
| 182 | |
|---|
| 183 | * doc/NEdit.ad (BETA-5-4.1): Updated resources to 5.4. |
|---|
| 184 | |
|---|
| 185 | 2003-09-28 14:10 edg |
|---|
| 186 | |
|---|
| 187 | * source/nc.c (BETA-5-4.2): Typo fix: noAsk -> noask. |
|---|
| 188 | |
|---|
| 189 | 2003-09-26 19:45 yooden |
|---|
| 190 | |
|---|
| 191 | * source/menu.c (BETA-5-4.3): Removes some references to the old |
|---|
| 192 | NEdit file history file name. |
|---|
| 193 | |
|---|
| 194 | 2003-09-12 18:24 tringali |
|---|
| 195 | |
|---|
| 196 | * README (BETA-5-4.4): Updates for 5.4 |
|---|
| 197 | |
|---|
| 198 | 2003-09-08 17:08 edg |
|---|
| 199 | |
|---|
| 200 | * ChangeLog (BETA-5-4.1): Regenerated (cvs2cl.pl -b -r -t --accum |
|---|
| 201 | --gmt). |
|---|
| 202 | |
|---|
| 203 | 2003-09-08 17:03 edg |
|---|
| 204 | |
|---|
| 205 | * source/rangeset.c (BETA-5-4.5): Fixed integer overflow that |
|---|
| 206 | caused infinite loops. |
|---|
| 207 | |
|---|
| 208 | 2003-08-26 09:59 edg |
|---|
| 209 | |
|---|
| 210 | * source/rangeset.c (BETA-5-4.4): Crash fix: rangeset name field |
|---|
| 211 | not initialized. Other: rangeset table list field not initialized |
|---|
| 212 | (unpredictable first label). |
|---|
| 213 | |
|---|
| 214 | 2003-08-24 20:07 yooden |
|---|
| 215 | |
|---|
| 216 | * source/highlightData.c (1.54): Fixed small bug in Shell pattern |
|---|
| 217 | set. |
|---|
| 218 | |
|---|
| 219 | 2003-08-24 19:02 yooden |
|---|
| 220 | |
|---|
| 221 | * source/highlightData.c (BETA-5-4.3): Changed macro pattern from |
|---|
| 222 | accomodate new highlighting information functions. |
|---|
| 223 | |
|---|
| 224 | 2003-08-22 16:24 edg |
|---|
| 225 | |
|---|
| 226 | * source/file.c (BETA-5-4.3): Fix for SF bug #792447: "modified by |
|---|
| 227 | external..." and directories. |
|---|
| 228 | |
|---|
| 229 | 2003-08-21 10:50 edg |
|---|
| 230 | |
|---|
| 231 | * source/file.c (BETA-5-4.2): Moved some statements to avoid |
|---|
| 232 | polluting errno before displaying an error dialog. |
|---|
| 233 | |
|---|
| 234 | 2003-08-21 06:41 n8gray |
|---|
| 235 | |
|---|
| 236 | * doc/help.etx, source/help_data.h, source/help_topic.h |
|---|
| 237 | (BETA-5-4.[5,4,3]): Fixed help lines WRT -foreground and -background |
|---|
| 238 | command-line options. Also noticed that help text for new rangeset |
|---|
| 239 | API was never generated. |
|---|
| 240 | |
|---|
| 241 | 2003-08-15 21:58 n8gray |
|---|
| 242 | |
|---|
| 243 | * source/preferences.c (BETA-5-4.5): Also migrate old colors if |
|---|
| 244 | there's no config file. |
|---|
| 245 | |
|---|
| 246 | 2003-08-14 22:06 slobasso |
|---|
| 247 | |
|---|
| 248 | * source/menu.c, util/check_lin_tif.c (BETA-5-4.[2,6]): fix |
|---|
| 249 | warnings |
|---|
| 250 | |
|---|
| 251 | 2003-08-13 23:34 slobasso |
|---|
| 252 | |
|---|
| 253 | * source/nedit.h (BETA-5-4.1): adjust constant for more menu items |
|---|
| 254 | |
|---|
| 255 | 2003-08-13 16:22 edg |
|---|
| 256 | |
|---|
| 257 | * source/text.c (BETA-5-4.2): Make KP_Enter behave as Enter |
|---|
| 258 | (Execute Command Line used to be bound to KP_Enter but is now bound |
|---|
| 259 | to Ctrl+KP_Enter). (I tried to abort my previous commit when I |
|---|
| 260 | realized there was a potential problem, but I failed. Sorry.) |
|---|
| 261 | |
|---|
| 262 | 2003-08-13 16:03 edg |
|---|
| 263 | |
|---|
| 264 | * source/text.c (BETA-5-4.1): [no log message] |
|---|
| 265 | |
|---|
| 266 | 2003-08-13 16:01 edg |
|---|
| 267 | |
|---|
| 268 | * source/file.c (BETA-5-4.1): Fix for SF bugs #782513: Clicking in |
|---|
| 269 | text area requires save and #784442: NEdit thinks unchanged windows |
|---|
| 270 | need save. Additionally: drop read-only attribute when file goes |
|---|
| 271 | missing. |
|---|
| 272 | |
|---|
| 273 | 2003-08-12 11:47 edg |
|---|
| 274 | |
|---|
| 275 | * source/server.c (BETA-5-4.2): Last commit was a fix for SF bug |
|---|
| 276 | #785738: "nc -do ..." creates extra window. |
|---|
| 277 | |
|---|
| 278 | 2003-08-12 11:43 edg |
|---|
| 279 | |
|---|
| 280 | * source/server.c (BETA-5-4.1): Avoid creating extra windows when |
|---|
| 281 | using "nc -do ..." (Arne). |
|---|
| 282 | |
|---|
| 283 | 2003-08-08 16:24 slobasso |
|---|
| 284 | |
|---|
| 285 | * source/rangeset.c (BETA-5-4.3): Only text changes where the text |
|---|
| 286 | is actually changed result in ranges being adjusted. This includes |
|---|
| 287 | changing hardware tab size. |
|---|
| 288 | |
|---|
| 289 | 2003-08-08 16:20 slobasso |
|---|
| 290 | |
|---|
| 291 | * source/window.c (1.85): marks no longer get deleted when hardware |
|---|
| 292 | tab size is changed. |
|---|
| 293 | |
|---|
| 294 | 2003-08-07 04:42 slobasso |
|---|
| 295 | |
|---|
| 296 | * doc/help.etx, source/macro.c (BETA-5-4.[4,2]): split |
|---|
| 297 | get_pattern() and get_style() into get_pattern_by_name(), |
|---|
| 298 | get_pattern_at_pos(), get_style_by_name(), and get_style_at_pos() |
|---|
| 299 | |
|---|
| 300 | 2003-08-04 22:32 slobasso |
|---|
| 301 | |
|---|
| 302 | * doc/help.etx (BETA-5-4.3): Fix mistake with |
|---|
| 303 | rangeset_get_by_name() parameter list. |
|---|
| 304 | |
|---|
| 305 | 2003-08-03 17:38 yooden |
|---|
| 306 | |
|---|
| 307 | * source/highlightData.c (1.53), source/menu.c (1.80), |
|---|
| 308 | source/preferences.c (1.99), source/preferences.h (1.36), |
|---|
| 309 | util/managedList.c (1.13): Removes some unsused functions, function |
|---|
| 310 | parameters and fixes a typo. |
|---|
| 311 | |
|---|
| 312 | 2003-08-02 21:03 yooden |
|---|
| 313 | |
|---|
| 314 | * source/highlightData.c (BETA-5-4.2): Adds new functions |
|---|
| 315 | rangeset_get_by_name() and rangeset_set_name() to the NEdit Macro |
|---|
| 316 | syntax highlighting pattern set. |
|---|
| 317 | |
|---|
| 318 | 2003-08-01 01:26 n8gray |
|---|
| 319 | |
|---|
| 320 | * source/: textDisp.c, textDisp.h, window.c (BETA-5-4.[1,1,1]): |
|---|
| 321 | This should fix the problem where new panes didn't get the correct |
|---|
| 322 | colors. It feels to me like there should be a better way to do |
|---|
| 323 | this. |
|---|
| 324 | |
|---|
| 325 | 2003-07-31 22:35 n8gray |
|---|
| 326 | |
|---|
| 327 | * source/tags.c (BETA-5-4.1): Fixed error parsing alias blocks in |
|---|
| 328 | calltips files. |
|---|
| 329 | |
|---|
| 330 | 2003-07-29 17:54 slobasso |
|---|
| 331 | |
|---|
| 332 | * doc/help.etx, source/macro.c, source/rangeset.c, |
|---|
| 333 | source/rangeset.h (BETA-5-4.[2,1,2,1]): add name to rangesets and |
|---|
| 334 | fix several int/string implicit conversions |
|---|
| 335 | |
|---|
| 336 | 2003-07-27 21:37 edg |
|---|
| 337 | |
|---|
| 338 | * util/getfiles.c (BETA-5-4.1): Workaround for Lesstif's "frozen |
|---|
| 339 | windows" bug (new windows opened via File->Open dialog are left |
|---|
| 340 | without grabs). |
|---|
| 341 | |
|---|
| 342 | 2003-07-27 10:03 edg |
|---|
| 343 | |
|---|
| 344 | * source/macro.c (1.73): Another Lesstif Escape key workaround |
|---|
| 345 | (list dialog) by Oliver Schmidt. |
|---|
| 346 | |
|---|
| 347 | 2003-07-25 14:12 tringali |
|---|
| 348 | |
|---|
| 349 | * source/preferences.c (BETA-5-4.4): Don't save |
|---|
| 350 | undoModifiesSelection |
|---|
| 351 | |
|---|
| 352 | 2003-07-25 06:50 tksoh |
|---|
| 353 | |
|---|
| 354 | * source/file.c (1.67), util/getfiles.c (1.26), util/misc.c (1.58): |
|---|
| 355 | make file-selection dialog modeless when linking to Lesstif, as |
|---|
| 356 | workaround for Lesstif bug #566315 - window opened with open-file |
|---|
| 357 | dialog ingores all input. |
|---|
| 358 | |
|---|
| 359 | 2003-07-24 06:07 n8gray |
|---|
| 360 | |
|---|
| 361 | * source/preferences.c (BETA-5-4.3): Added separator in Colors |
|---|
| 362 | dialog and changed buttons so they resize as expected. |
|---|
| 363 | |
|---|
| 364 | 2003-07-24 00:21 tringali |
|---|
| 365 | |
|---|
| 366 | * source/nc.c (BETA-5-4.1): update version to 5.4 |
|---|
| 367 | |
|---|
| 368 | 2003-07-18 15:14 edg |
|---|
| 369 | |
|---|
| 370 | * source/macro.c (1.72), source/shell.c (1.26), util/DialogF.c |
|---|
| 371 | (1.28): Applied SF patch #771878: Escape cancels all dialogs. |
|---|
| 372 | |
|---|
| 373 | 2003-07-17 11:24 edg |
|---|
| 374 | |
|---|
| 375 | * source/search.c (1.60): Minor Lesstif keyboard focus problem |
|---|
| 376 | workaround (Oliver Schmidt). |
|---|
| 377 | |
|---|
| 378 | 2003-07-11 10:39 edg |
|---|
| 379 | |
|---|
| 380 | * source/highlightData.c (tags: BETA-5-4-RC1) (BETA-5-4.1): |
|---|
| 381 | Thorsten's latest revision of the NEdit Macro patterns (I'm only |
|---|
| 382 | acting as an SF proxy). |
|---|
| 383 | |
|---|
| 384 | 2003-07-10 18:21 n8gray |
|---|
| 385 | |
|---|
| 386 | * util/check_lin_tif.c (tags: BETA-5-4-RC1) (BETA-5-4.5): Added OM |
|---|
| 387 | 2.2.3 and LT 0.93.44 to known-bad versions. |
|---|
| 388 | |
|---|
| 389 | 2003-06-27 19:55 n8gray |
|---|
| 390 | |
|---|
| 391 | * util/check_lin_tif.c (BETA-5-4.4): Removed the Motif 1.2 vs Motif |
|---|
| 392 | 2.1 detection in lesstif. Also changed message that gets printed |
|---|
| 393 | when non-lesstif motif is detected to include possibility of OSF |
|---|
| 394 | Motif. |
|---|
| 395 | |
|---|
| 396 | 2003-06-27 17:49 tringali |
|---|
| 397 | |
|---|
| 398 | * source/nedit.c (tags: BETA-5-4-RC1) (BETA-5-4.1): Stronger locale |
|---|
| 399 | checking: handle setting of UTF8 by LC_CTYPE, LC_ALL, LANG and/or |
|---|
| 400 | the language via the -xnllanguage switch. |
|---|
| 401 | |
|---|
| 402 | 2003-06-27 07:24 edg |
|---|
| 403 | |
|---|
| 404 | * util/misc.c (tags: BETA-5-4-RC1) (BETA-5-4.1): Crash fix for |
|---|
| 405 | OpenMotif radio button bug workaround. |
|---|
| 406 | |
|---|
| 407 | 2003-06-23 19:44 n8gray |
|---|
| 408 | |
|---|
| 409 | * util/check_lin_tif.c (BETA-5-4.3): Adding all versions of Lesstif |
|---|
| 410 | from 0.93.25 to 0.93.41 to known-bad list. |
|---|
| 411 | |
|---|
| 412 | 2003-06-23 05:30 n8gray |
|---|
| 413 | |
|---|
| 414 | * util/check_lin_tif.c (BETA-5-4.2): Adding Lesstif 0.93.{36,40} to |
|---|
| 415 | the known-bad versions list. |
|---|
| 416 | |
|---|
| 417 | 2003-06-22 00:42 n8gray |
|---|
| 418 | |
|---|
| 419 | * doc/help.etx, source/help_data.h, source/help_topic.h |
|---|
| 420 | (BETA-5-4.[1,3,2]) (utags: BETA-5-4-RC1): Put my name in the |
|---|
| 421 | Written By credits. |
|---|
| 422 | |
|---|
| 423 | 2003-06-21 03:02 tringali |
|---|
| 424 | |
|---|
| 425 | * README, ReleaseNotes (BETA-5-4.[3,3]) (utags: BETA-5-4-RC1): |
|---|
| 426 | Closed out a pile of bugs. |
|---|
| 427 | |
|---|
| 428 | 2003-06-20 21:43 slobasso |
|---|
| 429 | |
|---|
| 430 | * source/: menu.c, search.c, search.h (BETA-5-4.[1,1,1]) (utags: |
|---|
| 431 | BETA-5-4-RC1): fixed bug introduced when patch #734202 was merged |
|---|
| 432 | |
|---|
| 433 | 2003-06-18 09:54 edg |
|---|
| 434 | |
|---|
| 435 | * source/: rangeset.c, textBuf.c, textBuf.h (BETA-5-4.[1,1,1]) |
|---|
| 436 | (utags: BETA-5-4-RC1): Fix for rangeset display update bug. |
|---|
| 437 | |
|---|
| 438 | 2003-06-16 09:38 edg |
|---|
| 439 | |
|---|
| 440 | * Makefile (tags: BETA-5-4-RC1) (BETA-5-4.3): Renegerating |
|---|
| 441 | nedit.doc and nedit.html was a bad idea. Better put them in the |
|---|
| 442 | source tarball. |
|---|
| 443 | |
|---|
| 444 | 2003-06-16 09:12 edg |
|---|
| 445 | |
|---|
| 446 | * README, ReleaseNotes, source/help_data.h (BETA-5-4.[2,2,2]): |
|---|
| 447 | 5.4beta -> 5.4BETA |
|---|
| 448 | |
|---|
| 449 | 2003-06-16 08:57 edg |
|---|
| 450 | |
|---|
| 451 | * Makefile (BETA-5-4.2): Make sure that nedit.doc and nedit.html |
|---|
| 452 | are up-to-date for the dist-bin target. |
|---|
| 453 | |
|---|
| 454 | 2003-06-16 08:56 edg |
|---|
| 455 | |
|---|
| 456 | * source/preferences.c (tags: BETA-5-4-RC1) (BETA-5-4.2): Made the |
|---|
| 457 | 5.4 preference migration conditional. |
|---|
| 458 | |
|---|
| 459 | 2003-06-16 08:38 edg |
|---|
| 460 | |
|---|
| 461 | * README, ReleaseNotes (BETA-5-4.[1,1]): Updated time stamps. |
|---|
| 462 | |
|---|
| 463 | 2003-06-16 08:38 edg |
|---|
| 464 | |
|---|
| 465 | * source/: help_data.h, help_topic.h (BETA-5-4.[1,1]): Regenerated |
|---|
| 466 | to get proper time stamps and 5.4beta label. |
|---|
| 467 | |
|---|
| 468 | 2003-06-16 08:36 edg |
|---|
| 469 | |
|---|
| 470 | * Makefile (BETA-5-4.1): Make the build stop when the verify_config |
|---|
| 471 | test fails. |
|---|
| 472 | |
|---|
| 473 | 2003-06-16 08:35 edg |
|---|
| 474 | |
|---|
| 475 | * util/check_lin_tif.c (BETA-5-4.1): Warning fixes. |
|---|
| 476 | |
|---|
| 477 | 2003-06-12 17:35 edg |
|---|
| 478 | |
|---|
| 479 | * makefiles/Makefile.macosx (tags: BETA-5-4-RC1) (BETA-5-4.1): |
|---|
| 480 | Added an alternative set of CFLAGS and LIBS for building with Fink |
|---|
| 481 | (disabled by default) and added the check_tif rule (Joerg). |
|---|
| 482 | |
|---|
| 483 | 2003-06-11 02:45 tksoh |
|---|
| 484 | |
|---|
| 485 | * source/preferences.c (BETA-5-4.1): fixed title in Save |
|---|
| 486 | Preferences dialog. |
|---|
| 487 | |
|---|
| 488 | 2003-06-08 21:05 edg |
|---|
| 489 | |
|---|
| 490 | * ChangeLog (1.34, BETA-5-4-RC1): Regenerated (cvs2cl.pl -b -r -t |
|---|
| 491 | --accum --gmt). |
|---|
| 492 | |
|---|
| 493 | 2003-06-06 18:04 edg |
|---|
| 494 | |
|---|
| 495 | * source/: rangeset.c (1.7), textBuf.c (1.28): Fixed a rangeset |
|---|
| 496 | implementation flaw that caused all kinds of memory leaks in |
|---|
| 497 | different places. Buffers should not have rangeset modification |
|---|
| 498 | callbacks when there are no rangesets attached. |
|---|
| 499 | |
|---|
| 500 | 2003-06-06 17:13 edg |
|---|
| 501 | |
|---|
| 502 | * util/misc.c (1.57): Window group hints leak fixes. |
|---|
| 503 | |
|---|
| 504 | 2003-06-06 17:07 edg |
|---|
| 505 | |
|---|
| 506 | * source/nedit.c (1.49): Use proper resource class name to avoid |
|---|
| 507 | uninitialized memory read. |
|---|
| 508 | |
|---|
| 509 | 2003-06-06 17:06 edg |
|---|
| 510 | |
|---|
| 511 | * util/misc.h (1.19), ReleaseNotes (1.22), source/search.c (1.59), |
|---|
| 512 | util/misc.c (1.56): Workaround for OpenMotif radio button bug (SF |
|---|
| 513 | #678198). (Tested with 6 different Motif flavours/versions). |
|---|
| 514 | |
|---|
| 515 | 2003-06-05 22:01 n8gray |
|---|
| 516 | |
|---|
| 517 | * doc/help.etx (1.49), source/help_data.h (1.47), |
|---|
| 518 | source/help_topic.h (1.40), source/macro.c (1.71): Changed |
|---|
| 519 | calltip() so that "tipKey", "tagKey", and "tipText" are |
|---|
| 520 | position-independent optional arguments. . WARNING: This WILL |
|---|
| 521 | break any existing calltip calls with more than one argument!!! A |
|---|
| 522 | call like calltip(foo, "tipText", pos, bar, ...) needs to be |
|---|
| 523 | changed to calltip(foo, pos, "tipText", bar, ...) and calltip(foo, |
|---|
| 524 | "tipText") needs to be changed to calltip(foo, -1, "tipText"). |
|---|
| 525 | |
|---|
| 526 | 2003-06-04 15:34 slobasso |
|---|
| 527 | |
|---|
| 528 | * source/: preferences.c (1.98), window.c (1.84): remove unused |
|---|
| 529 | variables |
|---|
| 530 | |
|---|
| 531 | 2003-06-02 15:18 edg |
|---|
| 532 | |
|---|
| 533 | * source/menu.c (1.79): Fixed wrong title in Exit dialog. |
|---|
| 534 | |
|---|
| 535 | 2003-05-29 21:07 tringali |
|---|
| 536 | |
|---|
| 537 | * util/fontsel.h (1.9): Match function declaration to definition |
|---|
| 538 | |
|---|
| 539 | 2003-05-28 08:26 edg |
|---|
| 540 | |
|---|
| 541 | * source/preferences.c (1.97): Added an automatic upgrade routine |
|---|
| 542 | for the changed "wc" shell command. |
|---|
| 543 | |
|---|
| 544 | 2003-05-27 22:32 yooden |
|---|
| 545 | |
|---|
| 546 | * source/preferences.c (1.96): Replaces csh-specific scriptlet with |
|---|
| 547 | awklet. |
|---|
| 548 | |
|---|
| 549 | 2003-05-27 21:31 tringali |
|---|
| 550 | |
|---|
| 551 | * source/window.c (1.83): Propogate colors to new windows on |
|---|
| 552 | opening (744294) |
|---|
| 553 | |
|---|
| 554 | 2003-05-27 15:55 edg |
|---|
| 555 | |
|---|
| 556 | * source/preferences.c (1.95): Automatically add Identifier2 text |
|---|
| 557 | drawing style when upgrading to 5.4. |
|---|
| 558 | |
|---|
| 559 | 2003-05-26 09:10 edg |
|---|
| 560 | |
|---|
| 561 | * ChangeLog (1.33): Regenerated (cvs2cl.pl -b -r -t --accum --gmt). |
|---|
| 562 | |
|---|
| 563 | 2003-05-26 09:07 edg |
|---|
| 564 | |
|---|
| 565 | * ReleaseNotes (1.21): Added bugs #559902, 561659, 526981, and |
|---|
| 566 | 582469. |
|---|
| 567 | |
|---|
| 568 | 2003-05-26 08:16 edg |
|---|
| 569 | |
|---|
| 570 | * source/search.c (1.58): Committed SF patch #559902: Show Matching |
|---|
| 571 | Range Bugfix (Tom Heathcote). |
|---|
| 572 | |
|---|
| 573 | 2003-05-25 15:55 edg |
|---|
| 574 | |
|---|
| 575 | * doc/help.etx (1.48), source/help_data.h (1.46), |
|---|
| 576 | source/help_topic.h (1.39), source/highlightData.c (1.52), |
|---|
| 577 | source/macro.c (1.70), source/menu.c (1.78), source/preferences.c |
|---|
| 578 | (1.94), source/preferences.h (1.35): Removed and disabled some of |
|---|
| 579 | the backlighting functionality and marked it as being experimental |
|---|
| 580 | (for the 5.4 release). |
|---|
| 581 | |
|---|
| 582 | 2003-05-24 19:15 tringali |
|---|
| 583 | |
|---|
| 584 | * source/: menu.c (1.77), nedit.h (1.39), preferences.c (1.93), |
|---|
| 585 | preferences.h (1.34), window.c (1.82): Simplified the color dialog |
|---|
| 586 | box so that all colors are global. Plug some leaks when parsing |
|---|
| 587 | color names. Table-drive color settings to reduce duplicate code. |
|---|
| 588 | |
|---|
| 589 | 2003-05-24 18:36 tringali |
|---|
| 590 | |
|---|
| 591 | * util/check_lin_tif.c (1.5): Allow Motif 2.1.x instead of just |
|---|
| 592 | update level 30. We've delivered NEdit with these configurations |
|---|
| 593 | and they work fine. |
|---|
| 594 | |
|---|
| 595 | 2003-05-24 13:11 yooden |
|---|
| 596 | |
|---|
| 597 | * source/highlightData.c (1.51): Fixed missing escape in NEdit |
|---|
| 598 | Macro highlighting pattern. |
|---|
| 599 | |
|---|
| 600 | 2003-05-23 14:27 tringali |
|---|
| 601 | |
|---|
| 602 | * source/nedit.c (1.48): Avoid a crash when trying to drag widgets |
|---|
| 603 | (not text) in non-default visual. This appears to be a OSF Motif |
|---|
| 604 | bug so we just disable dragging entirely. Not a great solution. |
|---|
| 605 | |
|---|
| 606 | 2003-05-23 10:58 edg |
|---|
| 607 | |
|---|
| 608 | * ReleaseNotes (1.20): Added bug #715767. |
|---|
| 609 | |
|---|
| 610 | 2003-05-23 07:48 edg |
|---|
| 611 | |
|---|
| 612 | * source/preferences.c (1.92): Removed autoload.nm from NEdit macro |
|---|
| 613 | recognition patterns again (covered by .nm) and made the upgrade |
|---|
| 614 | routines also work for people who already upgraded to the post-5.3 |
|---|
| 615 | preference format. |
|---|
| 616 | |
|---|
| 617 | 2003-05-22 22:12 yooden |
|---|
| 618 | |
|---|
| 619 | * source/: preferences.c (1.91), highlightData.c (1.50): New |
|---|
| 620 | version of NEdit Macro syntax highlighting patterns. |
|---|
| 621 | |
|---|
| 622 | 2003-05-22 22:00 edg |
|---|
| 623 | |
|---|
| 624 | * source/highlightData.c (1.49): Small update to the Python |
|---|
| 625 | highlighting patterns (due to changed delimiters). |
|---|
| 626 | |
|---|
| 627 | 2003-05-22 21:56 edg |
|---|
| 628 | |
|---|
| 629 | * source/preferences.c (1.90): Defined a non-default set of |
|---|
| 630 | delimiters for Python mode. Added autoload.nm to the recognition |
|---|
| 631 | patterns for NEdit Macro mode. Added nedit.rc to the recognition |
|---|
| 632 | patterns for X Resources mode. Added a 5.3 to 5.4 upgrade routine |
|---|
| 633 | for the 3 changes above. |
|---|
| 634 | |
|---|
| 635 | 2003-05-20 05:41 n8gray |
|---|
| 636 | |
|---|
| 637 | * source/macro.c (1.69): Committing Tom Heathcote's minor rangeset |
|---|
| 638 | patch. If it breaks everything blame him. :-) |
|---|
| 639 | |
|---|
| 640 | 2003-05-20 00:27 n8gray |
|---|
| 641 | |
|---|
| 642 | * Makefile (1.11), makefiles/Makefile.aix (1.7), |
|---|
| 643 | makefiles/Makefile.bsdi (1.5), makefiles/Makefile.ccur (1.5), |
|---|
| 644 | makefiles/Makefile.convex (1.5), makefiles/Makefile.cygwin (1.7), |
|---|
| 645 | makefiles/Makefile.dcosx (1.5), makefiles/Makefile.dec (1.6), |
|---|
| 646 | makefiles/Makefile.depend (1.5), makefiles/Makefile.freebsd (1.5), |
|---|
| 647 | makefiles/Makefile.generic (1.10), makefiles/Makefile.hpux (1.5), |
|---|
| 648 | makefiles/Makefile.linux (1.11), makefiles/Makefile.lynx (1.6), |
|---|
| 649 | makefiles/Makefile.m88k.svr4 (1.5), makefiles/Makefile.macosx |
|---|
| 650 | (1.4), makefiles/Makefile.netbsd (1.5), makefiles/Makefile.openbsd |
|---|
| 651 | (1.3), makefiles/Makefile.os2 (1.14), makefiles/Makefile.osf (1.6), |
|---|
| 652 | makefiles/Makefile.qnx (1.3), makefiles/Makefile.reliant (1.5), |
|---|
| 653 | makefiles/Makefile.sco (1.6), makefiles/Makefile.sgi (1.5), |
|---|
| 654 | makefiles/Makefile.solaris (1.9), makefiles/Makefile.sunos (1.5), |
|---|
| 655 | makefiles/Makefile.superux (1.5), makefiles/Makefile.uhc (1.5), |
|---|
| 656 | makefiles/Makefile.ultrix (1.5), makefiles/Makefile.unicos (1.7), |
|---|
| 657 | makefiles/Makefile.unixware (1.6), util/Makefile.common (1.8), |
|---|
| 658 | util/check_lin_tif.c (1.4): Added verify_config target to all |
|---|
| 659 | Makefiles. On most platforms it does nothing, but on Linux it |
|---|
| 660 | triggers a check of the *tif version. This should also probably be |
|---|
| 661 | enabled on openbsd, freebsd, and any other platform where |
|---|
| 662 | OpenMotif/Lesstif use is common, but I'll leave that to people more |
|---|
| 663 | familiar with those platforms. |
|---|
| 664 | |
|---|
| 665 | 2003-05-19 21:55 slobasso |
|---|
| 666 | |
|---|
| 667 | * source/highlightData.c (1.48): Adjusted Nedit Macro Language |
|---|
| 668 | highlighting: removed delete from actions and added to keywords and |
|---|
| 669 | added the following items Variables: calltip_ID Macro Routines: |
|---|
| 670 | calltip, kill_calltip Actions: focus_pane, unload_tags_file, |
|---|
| 671 | goto_matching, select_to_matching, set_auto_indent, |
|---|
| 672 | set_em_tab_dist, set_fonts, set_highlight_syntax, |
|---|
| 673 | set_incremental_backup, set_incremental_search_line, set_locked, |
|---|
| 674 | set_make_backup_copy, set_overtype_mode, set_show_line_numbers, |
|---|
| 675 | set_show_matching, set_match_syntax_based, set_statistics_line, |
|---|
| 676 | set_tab_dist, set_use_tabs, set_wrap_margin, set_wrap_text |
|---|
| 677 | |
|---|
| 678 | 2003-05-19 08:03 edg |
|---|
| 679 | |
|---|
| 680 | * doc/help.etx (1.47), source/help_data.h (1.45), |
|---|
| 681 | source/help_topic.h (1.38): Added missing replace_all() |
|---|
| 682 | documentation (Tom Heathcote) and removed the "experimental" |
|---|
| 683 | classification for smart indent. |
|---|
| 684 | |
|---|
| 685 | 2003-05-18 20:05 edg |
|---|
| 686 | |
|---|
| 687 | * source/: nedit.c (1.47), nedit.h (1.38): Workaround for KDE's |
|---|
| 688 | FONTLIST bug (and for the various BACKGROUND and FOREGROUND |
|---|
| 689 | resource values). |
|---|
| 690 | |
|---|
| 691 | 2003-05-16 17:15 n8gray |
|---|
| 692 | |
|---|
| 693 | * util/check_lin_tif.c (1.3): Added 92.32 to known-good LessTif. |
|---|
| 694 | |
|---|
| 695 | Feel free to do this yourselves! :-) It's pretty easy to do. |
|---|
| 696 | |
|---|
| 697 | 2003-05-16 16:58 edg |
|---|
| 698 | |
|---|
| 699 | * source/highlightData.c (1.47): Updated Python patterns (no |
|---|
| 700 | updated delimiters yet). |
|---|
| 701 | |
|---|
| 702 | 2003-05-16 16:51 slobasso |
|---|
| 703 | |
|---|
| 704 | * util/.cvsignore (1.2): added check_lin_tif |
|---|
| 705 | |
|---|
| 706 | 2003-05-16 16:50 slobasso |
|---|
| 707 | |
|---|
| 708 | * source/nedit.c (1.46): removed unused variable warning |
|---|
| 709 | |
|---|
| 710 | 2003-05-16 16:47 slobasso |
|---|
| 711 | |
|---|
| 712 | * source/: text.c (1.43), text.h (1.17), textDisp.c (1.53), |
|---|
| 713 | textDisp.h (1.23): re-commit graphics expose code and added window |
|---|
| 714 | obscurred hack back in that was erroneously removed. This should |
|---|
| 715 | put us back where we were without reintroducing a bug that was |
|---|
| 716 | fixed. |
|---|
| 717 | |
|---|
| 718 | 2003-05-16 15:11 tringali |
|---|
| 719 | |
|---|
| 720 | * source/: text.c (1.42), text.h (1.16), textDisp.c (1.52), |
|---|
| 721 | textDisp.h (1.22): Removed explicit handling of GraphicsExpose |
|---|
| 722 | events that was causing incomplete redraws, reverting to older |
|---|
| 723 | algorithm. (I've extracted the code into a patch and will post it |
|---|
| 724 | back on SF to address the problem it was trying to fix.) |
|---|
| 725 | |
|---|
| 726 | 2003-05-16 13:47 tringali |
|---|
| 727 | |
|---|
| 728 | * util/misc.c (1.55): Fix for missing icons (via C. Rasmussen) |
|---|
| 729 | |
|---|
| 730 | 2003-05-16 05:23 tksoh |
|---|
| 731 | |
|---|
| 732 | * source/window.c (1.81): Fix for SF bug #715767: remaining panes |
|---|
| 733 | resized incorrectly after closing a splitpane. |
|---|
| 734 | |
|---|
| 735 | 2003-05-15 19:47 n8gray |
|---|
| 736 | |
|---|
| 737 | * util/check_lin_tif.c (1.2): Modified copyright notice to be more |
|---|
| 738 | consistent with the rest of NEdit. |
|---|
| 739 | |
|---|
| 740 | 2003-05-15 19:42 n8gray |
|---|
| 741 | |
|---|
| 742 | * Makefile (1.10), makefiles/Makefile.linux (1.10), |
|---|
| 743 | source/Makefile.common (1.15), source/help.c (1.95), |
|---|
| 744 | util/Makefile.common (1.7), util/check_lin_tif.c (1.1): Added code |
|---|
| 745 | to detect the version of Motif/Lesstif being built against and |
|---|
| 746 | complain if it's known-bad or unknown. There's probably room for |
|---|
| 747 | improvement in both the build and detection portions of this code. |
|---|
| 748 | |
|---|
| 749 | 2003-05-15 07:36 edg |
|---|
| 750 | |
|---|
| 751 | * ChangeLog (1.32): Regenerated (please only update with cvs2cl.pl |
|---|
| 752 | -b -r -t --accum --gmt). |
|---|
| 753 | |
|---|
| 754 | 2003-05-15 07:33 edg |
|---|
| 755 | |
|---|
| 756 | * source/parse_noyacc.c (1.7): Copied the recent modifications of |
|---|
| 757 | parse.y. |
|---|
| 758 | |
|---|
| 759 | 2003-05-14 19:12 n8gray |
|---|
| 760 | |
|---|
| 761 | * ChangeLog (1.31): Isn't there a way to generate or update this |
|---|
| 762 | automatically with CVS? |
|---|
| 763 | |
|---|
| 764 | 2003-05-14 19:08 n8gray |
|---|
| 765 | |
|---|
| 766 | * source/parse.y (1.26): Comments don't eat backslash-escaped |
|---|
| 767 | newlines, so this is legal: t_print("Hello " # This is a common |
|---|
| 768 | greeting \ "world" # This is the recipient of the |
|---|
| 769 | greeting \ "\n") # This is a newline character |
|---|
| 770 | |
|---|
| 771 | 2003-05-04 23:54 yooden |
|---|
| 772 | |
|---|
| 773 | * source/macro.c (1.67): Removed some second level leftovers from |
|---|
| 774 | the old Highlighting API. |
|---|
| 775 | |
|---|
| 776 | 2003-05-04 13:20 yooden |
|---|
| 777 | |
|---|
| 778 | * doc/help.etx (1.46), source/file.c (1.64), source/help_data.h |
|---|
| 779 | (1.43), source/help_topic.h (1.36), source/menu.c (1.75): Fixes SF |
|---|
| 780 | #617840: Append Line Feed on Save The buffer now reflects that a |
|---|
| 781 | line is added on save. |
|---|
| 782 | |
|---|
| 783 | 2003-05-03 22:45 yooden |
|---|
| 784 | |
|---|
| 785 | * doc/help.etx (1.45), source/help_data.h (1.42), |
|---|
| 786 | source/help_topic.h (1.35), source/macro.c (1.66): Removes old |
|---|
| 787 | Highlighting Information API; fixes some inconsistencies in the |
|---|
| 788 | Highlighting Information API; adds deprecated section to macro |
|---|
| 789 | section in online help. |
|---|
| 790 | |
|---|
| 791 | 2003-05-03 09:15 edg |
|---|
| 792 | |
|---|
| 793 | * util/misc.c (1.54): Made translation table for mouse wheel |
|---|
| 794 | static, as suggested by Scott. |
|---|
| 795 | |
|---|
| 796 | 2003-05-02 19:19 edg |
|---|
| 797 | |
|---|
| 798 | * source/highlightData.c (1.45), source/nedit.c (1.45), |
|---|
| 799 | source/search.c (1.56), source/shell.c (1.25), source/smartIndent.c |
|---|
| 800 | (1.26), source/userCmds.c (1.32), util/fontsel.c (1.25), |
|---|
| 801 | util/getfiles.c (1.25), util/managedList.c (1.12), util/misc.c |
|---|
| 802 | (1.53), util/misc.h (1.18): Committed SF #715941: File dialog wheel |
|---|
| 803 | support (generalized to all scrolled widgets, except main text |
|---|
| 804 | area, which already had support). |
|---|
| 805 | |
|---|
| 806 | 2003-05-02 18:25 edg |
|---|
| 807 | |
|---|
| 808 | * source/rangeset_fn.h (1.4): Obsolete due to new rangeset API. |
|---|
| 809 | |
|---|
| 810 | 2003-05-02 18:18 edg |
|---|
| 811 | |
|---|
| 812 | * doc/help.etx (1.44), makefiles/Makefile.depend (1.4), |
|---|
| 813 | source/Makefile.dependencies (1.21), source/help_data.h (1.41), |
|---|
| 814 | source/help_topic.h (1.34), source/highlightData.c (1.44), |
|---|
| 815 | source/macro.c (1.65), source/rangeset.c (1.4), source/rangeset.h |
|---|
| 816 | (1.2), source/rangeset_fn.h (1.3), source/textBuf.c (1.27), |
|---|
| 817 | source/textBuf.h (1.14), source/textDisp.c (1.50), |
|---|
| 818 | util/Makefile.dependencies (1.7): Committed patch #628933: New |
|---|
| 819 | rangeset API. (Including the fix of SF #728988: rangeset_add of |
|---|
| 820 | empty range works - bad!) Users of range sets will have to update |
|---|
| 821 | their macros. |
|---|
| 822 | |
|---|
| 823 | 2003-04-24 17:20 edg |
|---|
| 824 | |
|---|
| 825 | * source/menu.c (1.74): Crash fix: setting NEDIT_HOME to /dev/null |
|---|
| 826 | caused a coredump because the PrevOpen array never got initialized |
|---|
| 827 | in that case. |
|---|
| 828 | |
|---|
| 829 | 2003-04-24 11:47 edg |
|---|
| 830 | |
|---|
| 831 | * source/nedit.c (1.44), util/DialogF.c (1.27), util/DialogF.h |
|---|
| 832 | (1.9), util/fileUtils.c (1.30): Various fixes related to SF |
|---|
| 833 | #488412: doOpen() flaws. |
|---|
| 834 | |
|---|
| 835 | 2003-04-24 08:57 edg |
|---|
| 836 | |
|---|
| 837 | * source/highlightData.c (1.43): Updated LaTeX highlight patterns |
|---|
| 838 | provided by Joerg (SF #607072: Syntax highlight failure in LaTeX). |
|---|
| 839 | |
|---|
| 840 | 2003-04-24 08:26 edg |
|---|
| 841 | |
|---|
| 842 | * source/menu.c (1.73): Fix for SF #726325: goto_line_number only |
|---|
| 843 | accepts 1 arg |
|---|
| 844 | |
|---|
| 845 | 2003-04-18 01:07 n8gray |
|---|
| 846 | |
|---|
| 847 | * source/calltips.c (1.5), source/calltips.h (1.2), |
|---|
| 848 | source/help_data.h (1.40), source/help_topic.h (1.33), |
|---|
| 849 | source/text.c (1.40), source/text.h (1.15), source/textDisp.c |
|---|
| 850 | (1.49), source/textDisp.h (1.21), source/textP.h (1.8), |
|---|
| 851 | doc/help.etx (1.43): Setting "nedit*background: blue" should not |
|---|
| 852 | change the background of calltips. This change makes calltips get |
|---|
| 853 | their colors from nedit*calltipForeground and |
|---|
| 854 | nedit*calltipBackground. |
|---|
| 855 | |
|---|
| 856 | 2003-04-17 21:46 n8gray |
|---|
| 857 | |
|---|
| 858 | * source/: nedit.c (1.43), nedit.h (1.37), preferences.c (1.88), |
|---|
| 859 | text.c (1.39): Applied color migration patch. IMPORTANT: Remember |
|---|
| 860 | to move the call to migrateColorResources into the "convert to 5.4" |
|---|
| 861 | area before releasing 5.4!!! |
|---|
| 862 | |
|---|
| 863 | 2003-04-17 09:03 edg |
|---|
| 864 | |
|---|
| 865 | * source/: macro.c (1.64), smartIndent.c (1.25): Fix for SF |
|---|
| 866 | #602336: Wrong Initialization Order and SF #628552: Startup |
|---|
| 867 | sequence. Macro file is now loaded before smart indent macros are |
|---|
| 868 | processed. |
|---|
| 869 | |
|---|
| 870 | 2003-04-15 23:03 yooden |
|---|
| 871 | |
|---|
| 872 | * source/help.c (1.92): Whitespace only. |
|---|
| 873 | |
|---|
| 874 | 2003-04-15 20:00 yooden |
|---|
| 875 | |
|---|
| 876 | * doc/help.etx (1.42), source/help_data.h (1.39), |
|---|
| 877 | source/help_topic.h (1.32): Small documentation fixes. |
|---|
| 878 | |
|---|
| 879 | 2003-04-10 20:28 edg |
|---|
| 880 | |
|---|
| 881 | * source/calltips.c (1.4), util/misc.c (1.52), util/misc.h (1.17): |
|---|
| 882 | Fix for SF #602260: Calltips crashes. Calltip popup shells now |
|---|
| 883 | inherit the proper visual and color depth. |
|---|
| 884 | |
|---|
| 885 | 2003-04-10 20:08 tringali |
|---|
| 886 | |
|---|
| 887 | * source/help.c (1.91): Help text was allocating colors |
|---|
| 888 | incorrectly, making help text invisible when running with a |
|---|
| 889 | non-default Visual. Don't assume "black" is help text color! |
|---|
| 890 | |
|---|
| 891 | 2003-04-10 18:47 tringali |
|---|
| 892 | |
|---|
| 893 | * source/: text.c (1.38), text.h (1.14), textP.h (1.7), window.c |
|---|
| 894 | (1.80): Fix upside-down GetPrefTypingHidesPointer dependency -- the |
|---|
| 895 | window code should be setting into the text widget, instead of the |
|---|
| 896 | text widget getting it directly from preferences. |
|---|
| 897 | |
|---|
| 898 | 2003-04-10 18:39 tringali |
|---|
| 899 | |
|---|
| 900 | * source/parse.y (1.24): #include <stdlib.h> to avoid warnings on |
|---|
| 901 | some systems about no malloc proto. |
|---|
| 902 | |
|---|
| 903 | 2003-04-10 18:37 tringali |
|---|
| 904 | |
|---|
| 905 | * util/utils.c (1.20): Don't quit if getpwuid() fails. It can fail |
|---|
| 906 | if some nameservices are not responding through no fault of the |
|---|
| 907 | user. |
|---|
| 908 | |
|---|
| 909 | 2003-04-10 17:58 edg |
|---|
| 910 | |
|---|
| 911 | * source/Makefile.dependencies (1.20): Updated dependencies. |
|---|
| 912 | |
|---|
| 913 | 2003-04-10 17:37 edg |
|---|
| 914 | |
|---|
| 915 | * util/DialogF.c (1.26): Warning fix. |
|---|
| 916 | |
|---|
| 917 | 2003-04-10 09:39 edg |
|---|
| 918 | |
|---|
| 919 | * source/file.c (1.63): Added some missing fclose() calls in |
|---|
| 920 | IncludeFile(). |
|---|
| 921 | |
|---|
| 922 | 2003-04-09 14:56 edg |
|---|
| 923 | |
|---|
| 924 | * source/file.c (1.62): Aaargh. Another few missing commas. |
|---|
| 925 | |
|---|
| 926 | 2003-04-09 14:53 edg |
|---|
| 927 | |
|---|
| 928 | * source/file.c (1.61): Added another few missing commas in DialogF |
|---|
| 929 | calls. |
|---|
| 930 | |
|---|
| 931 | 2003-04-09 13:52 edg |
|---|
| 932 | |
|---|
| 933 | * source/file.c (1.60): Added missing comma in DialogF call. |
|---|
| 934 | |
|---|
| 935 | 2003-04-08 23:47 yooden |
|---|
| 936 | |
|---|
| 937 | * source/help.c (1.90): Added one missing DialogF() title. |
|---|
| 938 | |
|---|
| 939 | 2003-04-08 08:54 edg |
|---|
| 940 | |
|---|
| 941 | * source/: highlight.c (1.41), menu.c (1.72), preferences.c (1.87), |
|---|
| 942 | smartIndent.c (1.24): Fixed indentation inconsistencies and dialog |
|---|
| 943 | title typos. |
|---|
| 944 | |
|---|
| 945 | 2003-04-07 22:51 yooden |
|---|
| 946 | |
|---|
| 947 | * source/file.c (1.59), source/highlight.c (1.40), |
|---|
| 948 | source/highlightData.c (1.42), source/macro.c (1.63), source/menu.c |
|---|
| 949 | (1.71), source/preferences.c (1.86), source/search.c (1.55), |
|---|
| 950 | source/selection.c (1.24), source/shell.c (1.24), source/shift.c |
|---|
| 951 | (1.14), source/smartIndent.c (1.23), source/tags.c (1.49), |
|---|
| 952 | source/userCmds.c (1.31), util/DialogF.c (1.25), util/DialogF.h |
|---|
| 953 | (1.8), util/fileUtils.c (1.29), util/fontsel.c (1.24), util/misc.c |
|---|
| 954 | (1.51), util/printUtils.c (1.22): The Sore Hands Patch: Added |
|---|
| 955 | dialog title to DialogF(). |
|---|
| 956 | |
|---|
| 957 | 2003-04-06 00:46 yooden |
|---|
| 958 | |
|---|
| 959 | * source/highlightData.c (1.41), source/macro.c (1.62), |
|---|
| 960 | source/menu.c (1.70), source/preferences.c (1.85), |
|---|
| 961 | source/smartIndent.c (1.22), source/userCmds.c (1.30), |
|---|
| 962 | util/printUtils.c (1.21): Some changed dialog titles, error |
|---|
| 963 | messages and general code beautification. |
|---|
| 964 | |
|---|
| 965 | 2003-04-03 19:05 jlous |
|---|
| 966 | |
|---|
| 967 | * source/file.c (1.58), source/macro.c (1.61), source/nedit.h |
|---|
| 968 | (1.36), source/preferences.c (1.84), source/window.c (1.79), |
|---|
| 969 | util/fileUtils.c (1.28), util/fileUtils.h (1.10), util/prefFile.c |
|---|
| 970 | (1.19): Committing patch 621211, accepting foreign linebreaks in |
|---|
| 971 | prefs- and macro files. |
|---|
| 972 | |
|---|
| 973 | 2003-04-03 15:45 edg |
|---|
| 974 | |
|---|
| 975 | * source/window.c (1.78): Fix for SF #713780: flickers during macro |
|---|
| 976 | execution. (Uwe Lehnert) |
|---|
| 977 | |
|---|
| 978 | 2003-03-26 16:36 edg |
|---|
| 979 | |
|---|
| 980 | * source/textDisp.c (1.48): Reverted some of the unnecessary (and |
|---|
| 981 | seemingly invalid) changes related to the cursor GC introduced in |
|---|
| 982 | version 1.46. (SF #710124). |
|---|
| 983 | |
|---|
| 984 | 2003-03-26 10:40 edg |
|---|
| 985 | |
|---|
| 986 | * source/textDisp.c (1.47): Yesterday's clipping changes were not |
|---|
| 987 | ok: the gutter between the line numbers and the text area could be |
|---|
| 988 | filled with character fragments. Clipping ranges are now adjusted |
|---|
| 989 | when line numbers are drawn. |
|---|
| 990 | |
|---|
| 991 | 2003-03-25 18:31 n8gray |
|---|
| 992 | |
|---|
| 993 | * source/: textDisp.c (1.46), textDisp.h (1.20): Committing edg's |
|---|
| 994 | patch to fix usage of shared GCs. |
|---|
| 995 | |
|---|
| 996 | 2003-03-25 01:33 n8gray |
|---|
| 997 | |
|---|
| 998 | * source/textDisp.c (1.45): Fixed line number color problems. |
|---|
| 999 | Stupid cut & paste error... |
|---|
| 1000 | |
|---|
| 1001 | 2003-03-24 23:56 yooden |
|---|
| 1002 | |
|---|
| 1003 | * source/nedit.c (1.42): Paranoid protection against pathological |
|---|
| 1004 | language settings. |
|---|
| 1005 | |
|---|
| 1006 | 2003-03-24 17:05 edg |
|---|
| 1007 | |
|---|
| 1008 | * source/: menu.c (1.69), nedit.h (1.35), window.c (1.77): Fix for |
|---|
| 1009 | SF bug #564782: Show Path in Windows Menu |
|---|
| 1010 | |
|---|
| 1011 | 2003-03-24 16:20 tringali |
|---|
| 1012 | |
|---|
| 1013 | * source/nedit.c (1.41): Account for LANG being unset. |
|---|
| 1014 | |
|---|
| 1015 | 2003-03-21 18:51 n8gray |
|---|
| 1016 | |
|---|
| 1017 | * source/: textDisp.c (1.44), window.c (1.76): Fixing 2 color |
|---|
| 1018 | problems. 1: Changing line number GC properties affected *all* |
|---|
| 1019 | buffers. 2: New panes used default text area colors instead of |
|---|
| 1020 | their window's. |
|---|
| 1021 | |
|---|
| 1022 | 2003-03-21 18:31 tringali |
|---|
| 1023 | |
|---|
| 1024 | * source/: nedit.c (1.40), help.c (1.89): Avoid crash when running |
|---|
| 1025 | under a UTF-8 locale, and display locale in help. |
|---|
| 1026 | |
|---|
| 1027 | 2003-03-21 18:22 edg |
|---|
| 1028 | |
|---|
| 1029 | * source/: preferences.c (1.83), smartIndent.c (1.21), |
|---|
| 1030 | smartIndent.h (1.6): Fix for SF bug #439867: Language mode renaming |
|---|
| 1031 | bug. |
|---|
| 1032 | |
|---|
| 1033 | 2003-03-20 13:23 edg |
|---|
| 1034 | |
|---|
| 1035 | * makefiles/Makefile.sco (1.5): Typo fix (SF #689808: SCO makefile |
|---|
| 1036 | error). |
|---|
| 1037 | |
|---|
| 1038 | 2003-03-20 13:05 edg |
|---|
| 1039 | |
|---|
| 1040 | * util/fontsel.c (1.23): Removed some unused variables (gcc |
|---|
| 1041 | warnings). |
|---|
| 1042 | |
|---|
| 1043 | 2003-03-20 13:02 edg |
|---|
| 1044 | |
|---|
| 1045 | * source/: help.c (1.88), highlight.c (1.39), highlight.h (1.10), |
|---|
| 1046 | textDisp.c (1.43): Fix for SF #700823: Nedit crash after highlight |
|---|
| 1047 | Perl-Syntax on OS/390. Made the syntax highlighting style |
|---|
| 1048 | information independent of the character coding (ASCII or EBCDIC). |
|---|
| 1049 | |
|---|
| 1050 | 2003-03-18 10:58 edg |
|---|
| 1051 | |
|---|
| 1052 | * util/managedList.c (1.11): Fix for SF #705495: Crash while |
|---|
| 1053 | Copying Pattern. |
|---|
| 1054 | |
|---|
| 1055 | 2003-03-14 22:27 n8gray |
|---|
| 1056 | |
|---|
| 1057 | * doc/help.etx (1.41), source/help_data.h (1.38), |
|---|
| 1058 | source/help_topic.h (1.31), source/preferences.c (1.82): Added a |
|---|
| 1059 | warning label to the color dialog and changed help text to make it |
|---|
| 1060 | more clear that foreground colors only apply when syntax |
|---|
| 1061 | highlighting is disabled. |
|---|
| 1062 | |
|---|
| 1063 | 2003-03-13 09:11 n8gray |
|---|
| 1064 | |
|---|
| 1065 | * util/fontsel.c (1.22): Hide the sample when the "Show |
|---|
| 1066 | Proportional Fonts" toggle is toggled and the font selection is |
|---|
| 1067 | cleared. Also added a prototype for enableSample(). |
|---|
| 1068 | |
|---|
| 1069 | 2003-03-12 18:33 n8gray |
|---|
| 1070 | |
|---|
| 1071 | * util/fontsel.c (1.21): Tabs -> Spaces |
|---|
| 1072 | |
|---|
| 1073 | If you want a shock, turn on backlighting, set tabs to a slightly |
|---|
| 1074 | off-background color, and edit just about any file in the NEdit |
|---|
| 1075 | project. |
|---|
| 1076 | |
|---|
| 1077 | 2003-03-12 18:03 n8gray |
|---|
| 1078 | |
|---|
| 1079 | * util/fontsel.c (1.20): Fixed clearing of sample field when "show |
|---|
| 1080 | proportional fonts" was toggled. Hide sample text when font |
|---|
| 1081 | selection is invalid. |
|---|
| 1082 | |
|---|
| 1083 | 2003-03-07 19:52 n8gray |
|---|
| 1084 | |
|---|
| 1085 | * source/preferences.c (1.81): Made helper function addColorGroup() |
|---|
| 1086 | static. |
|---|
| 1087 | |
|---|
| 1088 | 2003-03-07 19:46 n8gray |
|---|
| 1089 | |
|---|
| 1090 | * source/preferences.c (1.80): Using XtSetMappedWhenManaged to |
|---|
| 1091 | show/hide the error labels in the color dialog. Thanks Scott! |
|---|
| 1092 | |
|---|
| 1093 | 2003-03-07 01:50 n8gray |
|---|
| 1094 | |
|---|
| 1095 | * doc/help.etx (1.40), source/help_data.h (1.37), |
|---|
| 1096 | source/help_topic.h (1.30), source/preferences.c (1.79): Duh. |
|---|
| 1097 | Forgot to save before the last commit. Also changed docs to |
|---|
| 1098 | reflect new labels in color dialog. |
|---|
| 1099 | |
|---|
| 1100 | 2003-03-07 01:34 n8gray |
|---|
| 1101 | |
|---|
| 1102 | * source/preferences.c (1.78): Minor labelsmithing on color dialog. |
|---|
| 1103 | |
|---|
| 1104 | 2003-03-07 01:07 n8gray |
|---|
| 1105 | |
|---|
| 1106 | * source/preferences.c (1.77): Using a more reliable hack for |
|---|
| 1107 | showing/hiding the (Invalid!) labels in the color dialog. To hide |
|---|
| 1108 | it I set its fg color to its bg color. To unhide it I restore the |
|---|
| 1109 | fg color from its parent. This way the label's width doesn't |
|---|
| 1110 | change, solving the potential visual bug mentioned in my previous |
|---|
| 1111 | commit. |
|---|
| 1112 | |
|---|
| 1113 | I tried changing the label from a gadget to a widget but the |
|---|
| 1114 | XtMap/UnmapWidget functions still failed. Oh well, this works ok. |
|---|
| 1115 | |
|---|
| 1116 | 2003-03-05 23:50 n8gray |
|---|
| 1117 | |
|---|
| 1118 | * doc/help.etx (1.39), source/help_data.h (1.36), |
|---|
| 1119 | source/help_topic.h (1.29), source/menu.c (1.68), source/nedit.h |
|---|
| 1120 | (1.34), source/preferences.c (1.76), source/preferences.h (1.32), |
|---|
| 1121 | source/textDisp.c (1.42), source/textDisp.h (1.19), source/window.c |
|---|
| 1122 | (1.75), source/window.h (1.12), util/fontsel.c (1.19), |
|---|
| 1123 | util/fontsel.h (1.8): Adding the color dialog and documentation. |
|---|
| 1124 | Also adds a colored, editable text field to the font browser |
|---|
| 1125 | dialog. |
|---|
| 1126 | |
|---|
| 1127 | There's a potential minor visual bug depending on the user's fonts. |
|---|
| 1128 | I've tried to fix it but can't seem to figure it out. Search for |
|---|
| 1129 | XXX in preferences.c for details. |
|---|
| 1130 | |
|---|
| 1131 | 2003-02-20 17:30 arnef |
|---|
| 1132 | |
|---|
| 1133 | * source/: file.c (1.57), nc.c (1.33), server.c (1.21): Fixed |
|---|
| 1134 | problem with processing of nc command line. |
|---|
| 1135 | |
|---|
| 1136 | 2003-02-18 20:17 tringali |
|---|
| 1137 | |
|---|
| 1138 | * util/misc.c (1.50): Set group hint so that recent versions of |
|---|
| 1139 | Sawfish will group windows together. |
|---|
| 1140 | |
|---|
| 1141 | 2003-02-17 01:51 n8gray |
|---|
| 1142 | |
|---|
| 1143 | * source/Makefile.common (1.14): Added parse.c target so that build |
|---|
| 1144 | falls back to parse_noyacc.c if neither bison nor yacc can be |
|---|
| 1145 | found. See: |
|---|
| 1146 | http://www.nedit.org/archives/develop/2002-Apr/0512.html for a |
|---|
| 1147 | discussion of this issue. |
|---|
| 1148 | |
|---|
| 1149 | 2003-02-15 02:33 yooden |
|---|
| 1150 | |
|---|
| 1151 | * source/file.c (1.56), util/getfiles.c (1.24), util/misc.c (1.49), |
|---|
| 1152 | util/getfiles.h (1.6): Removed GetNewFilename() |
|---|
| 1153 | |
|---|
| 1154 | 2003-02-15 01:06 yooden |
|---|
| 1155 | |
|---|
| 1156 | * source/preferences.h (1.31): Removed double function |
|---|
| 1157 | declarations. |
|---|
| 1158 | |
|---|
| 1159 | 2003-01-14 22:36 n8gray |
|---|
| 1160 | |
|---|
| 1161 | * source/tags.c (1.48): Added a private lineEmpty function for use |
|---|
| 1162 | when loading calltips files. Also fixed bug where calltip position |
|---|
| 1163 | modifiers weren't reset when tips were posted by means other than |
|---|
| 1164 | the calltip macro subroutine. |
|---|
| 1165 | |
|---|
| 1166 | 2003-01-14 09:50 edg |
|---|
| 1167 | |
|---|
| 1168 | * source/regularExp.c (1.21): Fix for \S, \W, \L, and \D |
|---|
| 1169 | erroneously matching on \0. |
|---|
| 1170 | |
|---|
| 1171 | 2003-01-10 15:33 tringali |
|---|
| 1172 | |
|---|
| 1173 | * source/: window.c (1.74), nedit.c (1.39), text.c (1.37): Apply |
|---|
| 1174 | the "frame around text area" patch and associated geometry fixes. |
|---|
| 1175 | Looks right when the background is light-colored (default), less so |
|---|
| 1176 | if you use a dark background. Can be disabled with resources if |
|---|
| 1177 | you don't like it. |
|---|
| 1178 | |
|---|
| 1179 | 2003-01-10 15:32 tringali |
|---|
| 1180 | |
|---|
| 1181 | * source/file.c (1.55): Fix to prevent file dialog from growing |
|---|
| 1182 | wider than the screen. This is needed for window managers that do |
|---|
| 1183 | not respect XmNmaxWidth (sawfish, twm, fvwm). |
|---|
| 1184 | |
|---|
| 1185 | 2003-01-10 15:29 tringali |
|---|
| 1186 | |
|---|
| 1187 | * util/: getfiles.c (1.23), misc.c (1.48): Prevent the file dialog |
|---|
| 1188 | from getting bigger than screen. This fix is for window managers |
|---|
| 1189 | that do not respect XmNmaxWidth (sawfish, twm, fvwm). |
|---|
| 1190 | |
|---|
| 1191 | 2003-01-07 22:37 tringali |
|---|
| 1192 | |
|---|
| 1193 | * doc/: nedit.doc (1.37), nedit.html (1.31): Remove autogenerated |
|---|
| 1194 | files from CVS to reduce conflicts. They are now automatically |
|---|
| 1195 | generated by the cron script for the website snapshot. |
|---|
| 1196 | |
|---|
| 1197 | 2003-01-06 15:36 edg |
|---|
| 1198 | |
|---|
| 1199 | * source/smartIndent.c (1.20): Bug fix: garbage collection could be |
|---|
| 1200 | triggered during smart indent newline macro (very old copy & paste |
|---|
| 1201 | error). |
|---|
| 1202 | |
|---|
| 1203 | 2003-01-02 02:02 yooden |
|---|
| 1204 | |
|---|
| 1205 | * doc/nedit.doc (1.36), doc/nedit.html (1.30), source/help_data.h |
|---|
| 1206 | (1.35), source/help_topic.h (1.28): Updated reference to regex book |
|---|
| 1207 | part two. |
|---|
| 1208 | |
|---|
| 1209 | 2003-01-02 01:48 yooden |
|---|
| 1210 | |
|---|
| 1211 | * doc/help.etx (1.38): Updated Reference to Regex book. |
|---|
| 1212 | |
|---|
| 1213 | 2003-01-01 15:57 edg |
|---|
| 1214 | |
|---|
| 1215 | * source/smartIndent.c (1.19): Fix for crash bug reported @develop: |
|---|
| 1216 | newline macro inserting a string caused a recursive loop when |
|---|
| 1217 | triggered through smart indent. |
|---|
| 1218 | |
|---|
| 1219 | 2002-12-13 17:23 edg |
|---|
| 1220 | |
|---|
| 1221 | * doc/Makefile (1.4): Added targets to regenerate the FAQ and build |
|---|
| 1222 | the FAQ distribution. |
|---|
| 1223 | |
|---|
| 1224 | 2002-12-13 17:20 edg |
|---|
| 1225 | |
|---|
| 1226 | * doc/: faq.txt (1.4), faq.xml (1.5): Added a Q&A about the changed |
|---|
| 1227 | binding of KP Enter (execute command line). |
|---|
| 1228 | |
|---|
| 1229 | 2002-12-12 17:26 slobasso |
|---|
| 1230 | |
|---|
| 1231 | * source/text.h (1.13): Remove warnings on hpux 10.20 compiler. |
|---|
| 1232 | |
|---|
| 1233 | 2002-12-12 17:26 slobasso |
|---|
| 1234 | |
|---|
| 1235 | * source/selection.c (1.23): Cleanup string to int conversion. |
|---|
| 1236 | |
|---|
| 1237 | 2002-12-12 17:26 slobasso |
|---|
| 1238 | |
|---|
| 1239 | * source/: search.c (1.54), search.h (1.18): Centralize string to |
|---|
| 1240 | enum conversions for search_type. |
|---|
| 1241 | |
|---|
| 1242 | 2002-12-12 17:26 slobasso |
|---|
| 1243 | |
|---|
| 1244 | * source/parse_noyacc.c (1.5): Match changes in parse.y |
|---|
| 1245 | |
|---|
| 1246 | 2002-12-12 17:25 slobasso |
|---|
| 1247 | |
|---|
| 1248 | * source/parse.y (1.23): Move string constant code into function |
|---|
| 1249 | InstallStringConstSymbol. |
|---|
| 1250 | |
|---|
| 1251 | 2002-12-12 17:25 slobasso |
|---|
| 1252 | |
|---|
| 1253 | * source/nedit.h (1.33): New macro TYPE_INT_STR_SIZE to determine a |
|---|
| 1254 | safe string size for integer-like types. |
|---|
| 1255 | |
|---|
| 1256 | 2002-12-12 17:25 slobasso |
|---|
| 1257 | |
|---|
| 1258 | * source/macro.c (1.60): More macro failure macros and new macro |
|---|
| 1259 | call valid_number. Use of new macro TYPE_INT_STR_SIZE and |
|---|
| 1260 | PERM_ALLOC_STR. Add optional index to rangeset_defined. |
|---|
| 1261 | |
|---|
| 1262 | 2002-12-12 17:25 slobasso |
|---|
| 1263 | |
|---|
| 1264 | * source/interpret.h (1.12): New macro PERM_ALLOC_STR for static |
|---|
| 1265 | strings that look allocated and move StringToNum global for |
|---|
| 1266 | verification code. New call InstallStringConstSymbol and move |
|---|
| 1267 | DataValue.tag to an enum. |
|---|
| 1268 | |
|---|
| 1269 | 2002-12-12 17:25 slobasso |
|---|
| 1270 | |
|---|
| 1271 | * source/interpret.c (1.32): Use of new macro PERM_ALLOC_STR for |
|---|
| 1272 | static strings that look allocated and move StringToNum global for |
|---|
| 1273 | verification code. New call InstallStringConstSymbol cleanup of |
|---|
| 1274 | macro debug code with new stack dump. Rewrite SwapCode without |
|---|
| 1275 | allocations. Use of TYPE_INT_STR_SIZE for int string size. Fixes |
|---|
| 1276 | to grabage collection to allow for PERM_ALLOC_STR and catch mod by |
|---|
| 1277 | 0 errors. |
|---|
| 1278 | |
|---|
| 1279 | 2002-12-12 17:25 slobasso |
|---|
| 1280 | |
|---|
| 1281 | * source/highlightData.c (1.40): New nedit macro call valid_number. |
|---|
| 1282 | |
|---|
| 1283 | 2002-12-12 17:25 slobasso |
|---|
| 1284 | |
|---|
| 1285 | * doc/help.etx (1.37), doc/nedit.doc (1.35), doc/nedit.html (1.29), |
|---|
| 1286 | source/help_data.h (1.34): Add optional index to rangeset_defined |
|---|
| 1287 | and new function valid_number. |
|---|
| 1288 | |
|---|
| 1289 | 2002-12-11 18:24 tringali |
|---|
| 1290 | |
|---|
| 1291 | * util/misc.c (1.47): Avoid a 5-second hang when posting a dialog |
|---|
| 1292 | with certain window managers (Sawfish) |
|---|
| 1293 | |
|---|
| 1294 | 2002-12-10 13:16 edg |
|---|
| 1295 | |
|---|
| 1296 | * source/nc.c (1.32): Dropped support for reading preferences from |
|---|
| 1297 | a .nc file. It was entirely undocumented and probably never used by |
|---|
| 1298 | anyone (and it didn't work anymore since the introduction of the |
|---|
| 1299 | NEDIT_HOME patch). |
|---|
| 1300 | |
|---|
| 1301 | 2002-12-10 12:29 edg |
|---|
| 1302 | |
|---|
| 1303 | * source/nc.c (1.31): Fixed a bug in yesterday's bug fix: macro |
|---|
| 1304 | commands could be executed twice when a new server was started. |
|---|
| 1305 | |
|---|
| 1306 | 2002-12-09 17:55 edg |
|---|
| 1307 | |
|---|
| 1308 | * source/nedit.c (1.38): Fix for SF #649442: Dangerous shell |
|---|
| 1309 | command. Changed the shortcut for "Execute Command Line" from "KP |
|---|
| 1310 | Enter" to "Ctrl+KP Enter" to avoid accidental execution of |
|---|
| 1311 | arbitrary commands. |
|---|
| 1312 | |
|---|
| 1313 | 2002-12-09 17:18 edg |
|---|
| 1314 | |
|---|
| 1315 | * source/nc.c (1.30): Fixed various command line argument passing |
|---|
| 1316 | bugs introduced by the nc -wait patch (-icon, -geometry, -lm, ... |
|---|
| 1317 | were dropped when a new file was opened and/or a new server was |
|---|
| 1318 | started). |
|---|
| 1319 | |
|---|
| 1320 | 2002-12-08 09:29 yooden |
|---|
| 1321 | |
|---|
| 1322 | * source/: highlight.c (1.38), highlightData.c (1.39), macro.c |
|---|
| 1323 | (1.59), rangeset.c (1.3), search.c (1.53): Some code cleanup and |
|---|
| 1324 | removal of development artefacts. |
|---|
| 1325 | |
|---|
| 1326 | 2002-12-04 12:30 edg |
|---|
| 1327 | |
|---|
| 1328 | * source/macro.c (1.58): Added boundary checks to searchStringMS() |
|---|
| 1329 | to avoid illegal memory accesses when passing a too large or |
|---|
| 1330 | negative starting position to the search_string() macro. |
|---|
| 1331 | |
|---|
| 1332 | 2002-12-02 15:59 tringali |
|---|
| 1333 | |
|---|
| 1334 | * Makefile (1.9): Removed "doc" from default target so users |
|---|
| 1335 | without Perl can build. (We need a "developer only" target or mode |
|---|
| 1336 | to do this right.) |
|---|
| 1337 | |
|---|
| 1338 | 2002-11-28 23:22 yooden |
|---|
| 1339 | |
|---|
| 1340 | * source/macro.c (1.57), source/menu.c (1.67), source/preferences.c |
|---|
| 1341 | (1.75), util/prefFile.c (1.18), util/utils.c (1.19), util/utils.h |
|---|
| 1342 | (1.11): Fixes the bug in the preference file name algorithm |
|---|
| 1343 | reported by Scott in develop@. |
|---|
| 1344 | |
|---|
| 1345 | 2002-11-22 18:18 tringali |
|---|
| 1346 | |
|---|
| 1347 | * util/misc.c (1.46): Constrain maximum size of dialogs so they |
|---|
| 1348 | aren't bigger than the screen. (Slightly modified from Eddy's |
|---|
| 1349 | original version.) |
|---|
| 1350 | |
|---|
| 1351 | 2002-11-22 17:51 edg |
|---|
| 1352 | |
|---|
| 1353 | * source/window.c (1.73): Minor improvement in the virtual key |
|---|
| 1354 | binding parsing: ignore comment lines. |
|---|
| 1355 | |
|---|
| 1356 | 2002-11-19 18:05 edg |
|---|
| 1357 | |
|---|
| 1358 | * source/: highlight.c (1.37), regularExp.c (1.20), search.c |
|---|
| 1359 | (1.52), textBuf.c (1.26), textBuf.h (1.13): Fixes for SF bugs |
|---|
| 1360 | #515120 (changed behaviour of search?) and #429110 (RegEx search |
|---|
| 1361 | bugs at end of buffer) and a cleanup of the SearchWindow function. |
|---|
| 1362 | |
|---|
| 1363 | 2002-11-15 12:21 edg |
|---|
| 1364 | |
|---|
| 1365 | * doc/setext (1.10): Minor backward compatibility fix for older |
|---|
| 1366 | Perl version (5.004). |
|---|
| 1367 | |
|---|
| 1368 | 2002-11-13 21:59 tringali |
|---|
| 1369 | |
|---|
| 1370 | * source/: help_data.h (1.33), help_topic.h (1.27): - Change help |
|---|
| 1371 | version to 5.4DEV |
|---|
| 1372 | |
|---|
| 1373 | 2002-11-13 21:58 tringali |
|---|
| 1374 | |
|---|
| 1375 | * source/: calltips.c (1.3), text.h (1.12), textDisp.c (1.41): |
|---|
| 1376 | Don't #include "textP.h" where we can get away with it. |
|---|
| 1377 | |
|---|
| 1378 | 2002-11-13 21:58 tringali |
|---|
| 1379 | |
|---|
| 1380 | * source/help.c (1.87): Clean up #ifdef of HAVE__XMVERSIONSTRING |
|---|
| 1381 | and reorder visual info |
|---|
| 1382 | |
|---|
| 1383 | 2002-11-13 21:58 tringali |
|---|
| 1384 | |
|---|
| 1385 | * source/highlightData.c (1.38): - Fix indentation, labels, and |
|---|
| 1386 | mnemonics in highlightData.c |
|---|
| 1387 | |
|---|
| 1388 | 2002-11-13 21:57 tringali |
|---|
| 1389 | |
|---|
| 1390 | * source/: nedit.c (1.37), preferences.c (1.74): - Fix defaults |
|---|
| 1391 | fonts to specify iso8859-1, for RH7.3. |
|---|
| 1392 | |
|---|
| 1393 | 2002-11-13 17:56 edg |
|---|
| 1394 | |
|---|
| 1395 | * source/: highlightData.c (1.37), regularExp.c (1.19): Implemented |
|---|
| 1396 | the more conventional word boundary semantics for regular |
|---|
| 1397 | expressions and adapted the built-in highlight patterns to the |
|---|
| 1398 | changed semantics (the latter is largely automated). |
|---|
| 1399 | |
|---|
| 1400 | 2002-11-12 10:04 ajhood |
|---|
| 1401 | |
|---|
| 1402 | * doc/help.etx (1.36), doc/nedit.doc (1.34), doc/nedit.html (1.28), |
|---|
| 1403 | source/help.c (1.86), source/help_data.h (1.32), |
|---|
| 1404 | source/help_topic.h (1.26): Document default value of |
|---|
| 1405 | nedit.backlightCharTypes Stop *backlightCharTypes in .Xdefaults |
|---|
| 1406 | etc. affecting Help |
|---|
| 1407 | |
|---|
| 1408 | 2002-11-08 20:22 edg |
|---|
| 1409 | |
|---|
| 1410 | * source/: comnedit.com (1.9), highlight.c (1.36), highlight.h |
|---|
| 1411 | (1.9), lnknedit.com (1.7), macro.c (1.56), menu.c (1.66), nedit.h |
|---|
| 1412 | (1.32), preferences.c (1.73), preferences.h (1.30), rangeset.c |
|---|
| 1413 | (1.2), rangeset_fn.h (1.2), server_common.c (1.3), text.h (1.11), |
|---|
| 1414 | textDisp.h (1.18): VMS compilation and linking fixes (Michael |
|---|
| 1415 | Smith). |
|---|
| 1416 | |
|---|
| 1417 | 2002-11-08 16:53 slobasso |
|---|
| 1418 | |
|---|
| 1419 | * source/macro.c (1.55): Removed unused variables and fixed error |
|---|
| 1420 | macro. |
|---|
| 1421 | |
|---|
| 1422 | 2002-10-31 16:08 edg |
|---|
| 1423 | |
|---|
| 1424 | * doc/help.etx (1.35), doc/nc.man (1.6), doc/nedit.doc (1.33), |
|---|
| 1425 | doc/nedit.html (1.27), source/help_data.h (1.31), |
|---|
| 1426 | source/help_topic.h (1.25), source/nc.c (1.29): Fix for invalid |
|---|
| 1427 | atom usage after time-out. Made the nc time-out configurable |
|---|
| 1428 | (-timeout <seconds> command line option and nc.timeOut X resource) |
|---|
| 1429 | + documentation updates. |
|---|
| 1430 | |
|---|
| 1431 | 2002-10-30 11:44 edg |
|---|
| 1432 | |
|---|
| 1433 | * ChangeLog (1.29): Minor correction. |
|---|
| 1434 | |
|---|
| 1435 | 2002-10-30 11:42 edg |
|---|
| 1436 | |
|---|
| 1437 | * ChangeLog (1.28): Removed lots of duplicate entries and added |
|---|
| 1438 | lots of missing entries. (Apparently, a merge has gone wrong a few |
|---|
| 1439 | months ago). |
|---|
| 1440 | |
|---|
| 1441 | 2002-10-30 11:11 edg |
|---|
| 1442 | |
|---|
| 1443 | * ChangeLog (1.27): Update. |
|---|
| 1444 | |
|---|
| 1445 | 2002-10-29 15:49 edg |
|---|
| 1446 | |
|---|
| 1447 | * source/server.c (1.20): Fix for crash when sending a macro |
|---|
| 1448 | command to the server through nc, while another command is still |
|---|
| 1449 | running. New commands for a window are now rejected when it is |
|---|
| 1450 | already running a macro (beeps). |
|---|
| 1451 | |
|---|
| 1452 | 2002-10-26 00:06 yooden |
|---|
| 1453 | |
|---|
| 1454 | * util/: utils.c (1.18), utils.h (1.10): Fixes wrong declaration |
|---|
| 1455 | and documentation, adds missing Copyright line. |
|---|
| 1456 | |
|---|
| 1457 | 2002-10-16 17:28 n8gray |
|---|
| 1458 | |
|---|
| 1459 | * source/: preferences.c (1.72), preferences.h (1.29), window.c |
|---|
| 1460 | (1.72): Don't switch to PLAIN mode before closing a window just to |
|---|
| 1461 | force unloading of calltips files -- it's slow! |
|---|
| 1462 | |
|---|
| 1463 | Also fixed a potentially erroneous error message in |
|---|
| 1464 | reapplyLanguageMode. |
|---|
| 1465 | |
|---|
| 1466 | 2002-10-15 11:00 ajhood |
|---|
| 1467 | |
|---|
| 1468 | * doc/help.etx (1.34), doc/nedit.doc (1.32), doc/nedit.html (1.26), |
|---|
| 1469 | source/help_data.h (1.30), source/help_topic.h (1.24), |
|---|
| 1470 | source/highlight.c (1.35), source/highlight.h (1.8), |
|---|
| 1471 | source/highlightData.c (1.36), source/highlightData.h (1.10), |
|---|
| 1472 | source/interpret.c (1.31), source/interpret.h (1.11), |
|---|
| 1473 | source/macro.c (1.54), source/preferences.c (1.71), |
|---|
| 1474 | source/preferences.h (1.28), source/textDisp.c (1.40), |
|---|
| 1475 | source/textDisp.h (1.17): Tony's backlight/highlight and SF bug |
|---|
| 1476 | 619234 fixes |
|---|
| 1477 | |
|---|
| 1478 | 2002-10-14 18:41 n8gray |
|---|
| 1479 | |
|---|
| 1480 | * source/: text.c (1.36), textBuf.c (1.25), textBuf.h (1.12), |
|---|
| 1481 | textDisp.c (1.39), textSel.c (1.11): Committing patch for |
|---|
| 1482 | keyboard-based rectangular selection. |
|---|
| 1483 | |
|---|
| 1484 | 2002-10-13 15:53 yooden |
|---|
| 1485 | |
|---|
| 1486 | * doc/help.etx (1.33), doc/nedit.doc (1.31), doc/nedit.html (1.25), |
|---|
| 1487 | source/help_data.h (1.29), source/help_topic.h (1.23): Another tiny |
|---|
| 1488 | doc patch. (Thanks Yury) |
|---|
| 1489 | |
|---|
| 1490 | 2002-10-12 13:33 yooden |
|---|
| 1491 | |
|---|
| 1492 | * doc/help.etx (1.32), doc/nedit.doc (1.30), doc/nedit.html (1.24), |
|---|
| 1493 | source/help_data.h (1.28), source/help_topic.h (1.22): Fixes small |
|---|
| 1494 | documentation bug. |
|---|
| 1495 | |
|---|
| 1496 | 2002-10-10 22:04 slobasso |
|---|
| 1497 | |
|---|
| 1498 | * source/macro.c (1.53): fix comment typo |
|---|
| 1499 | |
|---|
| 1500 | 2002-10-07 19:39 arnef |
|---|
| 1501 | |
|---|
| 1502 | * source/nc.c (1.28): Fix for bug 619231 - nc hangs after |
|---|
| 1503 | crash/kill Generate a property change event to break a deadlock. |
|---|
| 1504 | |
|---|
| 1505 | 2002-10-07 16:19 edg |
|---|
| 1506 | |
|---|
| 1507 | * source/search.c (1.51): Fix for crash bug when search string is |
|---|
| 1508 | too long in search and replace dialogs (triggered when |
|---|
| 1509 | nedit.findReplaceUsesSelection was True and a long selection was |
|---|
| 1510 | made), reported through the discuss list. |
|---|
| 1511 | |
|---|
| 1512 | 2002-10-04 23:21 slobasso |
|---|
| 1513 | |
|---|
| 1514 | * source/: macro.c (1.52), tags.c (1.47): remove compiler warnings |
|---|
| 1515 | |
|---|
| 1516 | 2002-10-01 23:45 n8gray |
|---|
| 1517 | |
|---|
| 1518 | * doc/help.etx (1.31), doc/nedit.doc (1.29), doc/nedit.html (1.23), |
|---|
| 1519 | source/help_data.h (1.27), source/help_topic.h (1.21): Added |
|---|
| 1520 | documentation for column argument to goto_line_number and the goto |
|---|
| 1521 | line dialog. |
|---|
| 1522 | |
|---|
| 1523 | 2002-09-27 12:19 ajhood |
|---|
| 1524 | |
|---|
| 1525 | * source/preferences.c (1.70): set default value for |
|---|
| 1526 | nedit.backlightCharTypes |
|---|
| 1527 | |
|---|
| 1528 | 2002-09-26 12:37 ajhood |
|---|
| 1529 | |
|---|
| 1530 | * doc/NEdit.ad (1.3), doc/README.FAQ (1.3), doc/faq-txt-pass2.xsl |
|---|
| 1531 | (1.3), doc/faq-txt.awk (1.3), doc/faq-txt.dtd (1.3), |
|---|
| 1532 | doc/faq-txt.xsl (1.3), doc/faq.dtd (1.3), doc/faq.txt (1.3), |
|---|
| 1533 | doc/faq.xml (1.4), doc/faq.xsl (1.3), doc/help.etx (1.30), |
|---|
| 1534 | doc/nedit.doc (1.28), doc/nedit.html (1.22), doc/setext (1.9), |
|---|
| 1535 | doc/setext-info.txt (1.3), makefiles/Makefile.depend (1.3), |
|---|
| 1536 | source/Makefile.common (1.13), source/help.c (1.85), |
|---|
| 1537 | source/help_data.h (1.26), source/help_topic.h (1.20), |
|---|
| 1538 | source/highlight.c (1.34), source/highlight.h (1.7), |
|---|
| 1539 | source/highlightData.c (1.35), source/highlightData.h (1.9), |
|---|
| 1540 | source/macro.c (1.51), source/menu.c (1.65), source/nedit.h (1.31), |
|---|
| 1541 | source/parse.y (1.22), source/preferences.c (1.69), |
|---|
| 1542 | source/preferences.h (1.27), source/smartIndent.c (1.18), |
|---|
| 1543 | source/tags.c (1.46), source/text.c (1.35), source/text.h (1.10), |
|---|
| 1544 | source/textBuf.c (1.24), source/textBuf.h (1.11), source/textDisp.c |
|---|
| 1545 | (1.38), source/textDisp.h (1.16), source/textP.h (1.6), |
|---|
| 1546 | source/window.c (1.71), source/window.h (1.11), |
|---|
| 1547 | source/windowTitle.c (1.9), util/fileUtils.c (1.27), util/misc.c |
|---|
| 1548 | (1.45), util/printUtils.c (1.20): backlight/rangeset patch from |
|---|
| 1549 | Josef Maier and Tony Balinski, ported to CVS by Andy Hood. |
|---|
| 1550 | |
|---|
| 1551 | 2002-09-26 12:04 ajhood |
|---|
| 1552 | |
|---|
| 1553 | * Makefile (1.8): auto-rebuild help.doc, help.html and help_*.h If |
|---|
| 1554 | someone can explain how CVS didn't accept the previous commit tell |
|---|
| 1555 | me. |
|---|
| 1556 | |
|---|
| 1557 | 2002-09-26 11:45 ajhood |
|---|
| 1558 | |
|---|
| 1559 | * source/: rangeset.c (1.1), rangeset.h (1.1), rangeset_fn.h (1.1): |
|---|
| 1560 | New files for backlight/rangeset. |
|---|
| 1561 | |
|---|
| 1562 | 2002-09-26 10:24 ajhood |
|---|
| 1563 | |
|---|
| 1564 | * doc/Makefile (1.3): auto-rebuild help.doc, help.html and help_*.h |
|---|
| 1565 | if any of the prerequisites change |
|---|
| 1566 | |
|---|
| 1567 | 2002-09-26 10:22 ajhood |
|---|
| 1568 | |
|---|
| 1569 | * README (1.30): Add comments on -DHAVE__XMVERSIONSTRING compile |
|---|
| 1570 | option. |
|---|
| 1571 | |
|---|
| 1572 | 2002-09-26 10:01 ajhood |
|---|
| 1573 | |
|---|
| 1574 | * makefiles/: Makefile.aix (1.6), Makefile.bsdi (1.4), |
|---|
| 1575 | Makefile.ccur (1.4), Makefile.convex (1.4), Makefile.cygwin (1.5), |
|---|
| 1576 | Makefile.dcosx (1.4), Makefile.dec (1.5), Makefile.freebsd (1.4), |
|---|
| 1577 | Makefile.generic (1.9), Makefile.hpux (1.4), Makefile.linux (1.9), |
|---|
| 1578 | Makefile.lynx (1.5), Makefile.m88k.svr4 (1.4), Makefile.macosx |
|---|
| 1579 | (1.3), Makefile.netbsd (1.4), Makefile.openbsd (1.2), Makefile.os2 |
|---|
| 1580 | (1.13), Makefile.osf (1.5), Makefile.qnx (1.2), Makefile.reliant |
|---|
| 1581 | (1.4), Makefile.sco (1.4), Makefile.sgi (1.4), Makefile.solaris |
|---|
| 1582 | (1.8), Makefile.sunos (1.4), Makefile.superux (1.4), Makefile.uhc |
|---|
| 1583 | (1.4), Makefile.ultrix (1.4), Makefile.unicos (1.6), |
|---|
| 1584 | Makefile.unixware (1.5): Add comments on -DHAVE__XMVERSIONSTRING |
|---|
| 1585 | compile option. |
|---|
| 1586 | |
|---|
| 1587 | 2002-09-25 10:56 edg |
|---|
| 1588 | |
|---|
| 1589 | * doc/help.etx (1.29), source/file.c (1.54), source/help_data.h |
|---|
| 1590 | (1.25), source/help_topic.h (1.19), source/menu.c (1.64), |
|---|
| 1591 | source/nedit.h (1.30), source/preferences.c (1.68), |
|---|
| 1592 | source/preferences.h (1.26), source/textBuf.c (1.23), |
|---|
| 1593 | source/textBuf.h (1.10), source/window.c (1.70): Committed SF patch |
|---|
| 1594 | #602426: Check for real changes of ext. mod files. The additional |
|---|
| 1595 | check is on by default, and a mode message appears if comparison |
|---|
| 1596 | takes more than 1 second. |
|---|
| 1597 | |
|---|
| 1598 | 2002-09-23 12:06 edg |
|---|
| 1599 | |
|---|
| 1600 | * source/userCmds.c (1.29), util/misc.c (1.44), util/misc.h (1.16): |
|---|
| 1601 | Fix for SF #612558: Macro shortcuts still NumLock sensitive. Lock |
|---|
| 1602 | and NumLock are now ignored when entering an accelerator. |
|---|
| 1603 | |
|---|
| 1604 | 2002-09-23 11:16 edg |
|---|
| 1605 | |
|---|
| 1606 | * util/getfiles.c (1.22): Fix for SF bug #613092: Open file |
|---|
| 1607 | browsing works incorrect. Keystroke history is now reset after |
|---|
| 1608 | each list refresh. |
|---|
| 1609 | |
|---|
| 1610 | 2002-09-18 20:17 arnef |
|---|
| 1611 | |
|---|
| 1612 | * source/search.c (1.50): Fixing error in initial commit of 'nc |
|---|
| 1613 | -wait' patch. Removing a XtDispatchEvent() that shouldn't have |
|---|
| 1614 | been there. |
|---|
| 1615 | |
|---|
| 1616 | 2002-09-17 09:01 edg |
|---|
| 1617 | |
|---|
| 1618 | * source/server_common.c (1.2): Fix for SF bug #610438: Committing |
|---|
| 1619 | patch 403647 causes link fail. Replaced XGetAtomNames() by a loop |
|---|
| 1620 | using XGetAtomName(). |
|---|
| 1621 | |
|---|
| 1622 | 2002-09-13 08:28 edg |
|---|
| 1623 | |
|---|
| 1624 | * source/preferences.c (1.67): Fix for SF bug #608693: coredump |
|---|
| 1625 | with -tabs option. The tab distance is now clipped within its |
|---|
| 1626 | valid range. |
|---|
| 1627 | |
|---|
| 1628 | 2002-09-11 18:59 arnef |
|---|
| 1629 | |
|---|
| 1630 | * source/Makefile.common (1.12), source/Makefile.dependencies |
|---|
| 1631 | (1.19), source/file.c (1.53), source/macro.c (1.50), source/nc.c |
|---|
| 1632 | (1.27), source/nedit.h (1.29), source/preferences.c (1.66), |
|---|
| 1633 | source/search.c (1.49), source/selection.c (1.22), source/server.c |
|---|
| 1634 | (1.19), source/server.h (1.5), source/server_common.c (1.1), |
|---|
| 1635 | source/server_common.h (1.1), source/window.c (1.69), |
|---|
| 1636 | util/Makefile.dependencies (1.6): Committing the 'nc -wait' patch |
|---|
| 1637 | (SF #403647). |
|---|
| 1638 | |
|---|
| 1639 | 2002-09-10 12:17 ajhood |
|---|
| 1640 | |
|---|
| 1641 | * doc/nedit.doc (1.27), doc/nedit.html (1.21), source/help_data.h |
|---|
| 1642 | (1.24), source/help_topic.h (1.18): I too can forget to do commit |
|---|
| 1643 | the generated files. |
|---|
| 1644 | |
|---|
| 1645 | 2002-09-10 12:10 ajhood |
|---|
| 1646 | |
|---|
| 1647 | * doc/help.etx (1.28), source/help.c (1.84): Adds visual info to |
|---|
| 1648 | version [eg Visual: Id 0x23 TrueColor 24 bit (Default)] Allows use |
|---|
| 1649 | of _XmVersionString. Add -DHAVE__XMVERSIONSTRING compile option, |
|---|
| 1650 | and if it doesn't link, you don't have it. (This may be exported by |
|---|
| 1651 | Motif but there is no header to tell you if it is there or not.) |
|---|
| 1652 | |
|---|
| 1653 | 2002-09-06 19:21 n8gray |
|---|
| 1654 | |
|---|
| 1655 | * source/calltips.c (1.2): Changing calltip label widget name from |
|---|
| 1656 | "calltipW" back to "calltip" so that resources work as advertised. |
|---|
| 1657 | |
|---|
| 1658 | 2002-09-06 19:13 n8gray |
|---|
| 1659 | |
|---|
| 1660 | * doc/help.etx (1.27), doc/nedit.doc (1.26), doc/nedit.html (1.20), |
|---|
| 1661 | source/Makefile.common (1.11), source/Makefile.dependencies (1.18), |
|---|
| 1662 | source/calltips.c (1.1), source/calltips.h (1.1), |
|---|
| 1663 | source/help_data.h (1.23), source/help_topic.h (1.17), |
|---|
| 1664 | source/macro.c (1.49), source/tags.c (1.45), source/tags.h (1.13), |
|---|
| 1665 | source/text.c (1.34), source/textDisp.c (1.37), source/textDisp.h |
|---|
| 1666 | (1.15): New features: Positioning of calltips can be controlled |
|---|
| 1667 | more precisely using optional arguments to calltip(). These |
|---|
| 1668 | include "center", "right", "above", and "strict". Non-strict, |
|---|
| 1669 | non-anchored calltips will always show up *somewhere* on-screen |
|---|
| 1670 | even if the cursor is not on-screen. |
|---|
| 1671 | |
|---|
| 1672 | Modifications: Refactored calltip UI code into calltips.c/.h. |
|---|
| 1673 | Updated help files, makefiles, and dependencies. Cleaned up |
|---|
| 1674 | tags.c/.h somewhat. |
|---|
| 1675 | |
|---|
| 1676 | 2002-09-05 23:17 slobasso |
|---|
| 1677 | |
|---|
| 1678 | * source/: interpret.c (1.30), parse.y (1.21), parse_noyacc.c |
|---|
| 1679 | (1.4): made the following work when arrayaExpression is anything |
|---|
| 1680 | that returns an array as the result: for (x in arrayaExpression) { |
|---|
| 1681 | } |
|---|
| 1682 | |
|---|
| 1683 | 2002-09-05 23:15 slobasso |
|---|
| 1684 | |
|---|
| 1685 | * source/nedit.c (1.36): fixed Cardinal vs int compare warning. |
|---|
| 1686 | |
|---|
| 1687 | 2002-09-05 17:48 tringali |
|---|
| 1688 | |
|---|
| 1689 | * doc/help.etx (1.26), source/nedit.c (1.35), util/misc.c (1.43), |
|---|
| 1690 | util/misc.h (1.15): Acquire default colors and fonts from the |
|---|
| 1691 | environment if using the default visual. |
|---|
| 1692 | |
|---|
| 1693 | 2002-09-04 08:40 n8gray |
|---|
| 1694 | |
|---|
| 1695 | * source/: tags.c (1.44), textDisp.c (1.36): Minor cleanup of |
|---|
| 1696 | tags.c (it could use a lot more). |
|---|
| 1697 | |
|---|
| 1698 | Also improved calltips so that they try not to go off the edges of |
|---|
| 1699 | the screen. Thanks to TK, from whom I stole much code. Since he |
|---|
| 1700 | stole his tooltip code from me, the circle is complete. :^) |
|---|
| 1701 | |
|---|
| 1702 | 2002-09-04 05:58 n8gray |
|---|
| 1703 | |
|---|
| 1704 | * source/: textDisp.c (1.35), textDisp.h (1.14): Calltips should |
|---|
| 1705 | finally update on any vertical cursor movement! Plus, non- |
|---|
| 1706 | anchored calltips maintain their X positions on redrawing. Also, I |
|---|
| 1707 | found out that textD->cursorX/cursorY are *not* a reliable way to |
|---|
| 1708 | get the X/Y positions of the insertion point, so other potential |
|---|
| 1709 | calltips bugs might be fixed. |
|---|
| 1710 | |
|---|
| 1711 | This is one of those nice commits where I've removed almost as many |
|---|
| 1712 | lines as I've added. :^) |
|---|
| 1713 | |
|---|
| 1714 | 2002-09-03 01:10 n8gray |
|---|
| 1715 | |
|---|
| 1716 | * source/: file.c (1.52), nedit.h (1.28), window.c (1.68): This |
|---|
| 1717 | should fix the worst of the problems in file.c. There are still |
|---|
| 1718 | potential problems if you lose read permission on a file as you're |
|---|
| 1719 | editing it, but I wanted to commit what's done so far. |
|---|
| 1720 | |
|---|
| 1721 | 2002-09-02 23:18 n8gray |
|---|
| 1722 | |
|---|
| 1723 | * source/textDisp.c (1.34): Fixing problem where scroll-wheel-down |
|---|
| 1724 | on empty files caused erroneous scrolling. It was a problem with |
|---|
| 1725 | mixing Cardinal (unsigned) and signed values. I took the approach |
|---|
| 1726 | of casting cursorVPadding to int before using it, since it's nice |
|---|
| 1727 | to have Xt reject negative values automatically. |
|---|
| 1728 | |
|---|
| 1729 | 2002-09-02 08:55 edg |
|---|
| 1730 | |
|---|
| 1731 | * source/textDisp.c (1.33): Fix for crash bug reported through |
|---|
| 1732 | develop@: regex bug using ^.* BufCopyFromBuf() could be called with |
|---|
| 1733 | invalid paramaters in continous wrapping mode. |
|---|
| 1734 | |
|---|
| 1735 | 2002-08-31 15:14 yooden |
|---|
| 1736 | |
|---|
| 1737 | * doc/help.etx (1.25), doc/nedit.doc (1.25), doc/nedit.html (1.19), |
|---|
| 1738 | doc/setext (1.8), doc/setext-info.txt (1.2), source/help_data.h |
|---|
| 1739 | (1.22): Another help update, some setext documentation and a minor |
|---|
| 1740 | setext change. |
|---|
| 1741 | |
|---|
| 1742 | 2002-08-31 08:48 yooden |
|---|
| 1743 | |
|---|
| 1744 | * source/: help_data.h (1.21), help_topic.h (1.16): Corrected Help, |
|---|
| 1745 | second batch. |
|---|
| 1746 | |
|---|
| 1747 | 2002-08-31 08:46 yooden |
|---|
| 1748 | |
|---|
| 1749 | * doc/: help.etx (1.24), nedit.doc (1.24), nedit.html (1.18): |
|---|
| 1750 | Slight correction in help.etx. |
|---|
| 1751 | |
|---|
| 1752 | 2002-08-31 07:24 n8gray |
|---|
| 1753 | |
|---|
| 1754 | * doc/help.etx (1.23), doc/nedit.doc (1.23), doc/nedit.html (1.17), |
|---|
| 1755 | source/help_data.h (1.20), source/help_topic.h (1.15), |
|---|
| 1756 | source/text.c (1.33), source/text.h (1.9), source/textDisp.c |
|---|
| 1757 | (1.32), source/textP.h (1.5): Committing the edge-phobic cursor |
|---|
| 1758 | patch, with documentation and without tab-space mixing. (The new |
|---|
| 1759 | resource is nedit*text.cursorVPadding by the way.) |
|---|
| 1760 | |
|---|
| 1761 | 2002-08-31 00:52 slobasso |
|---|
| 1762 | |
|---|
| 1763 | * source/: interpret.c (1.29), interpret.h (1.10), parse.y (1.20): |
|---|
| 1764 | Lots of array code cleanup including fixes for the following |
|---|
| 1765 | formats: x[9][8] = 6 delete x[4][2][] ++x[4] x[3]-- x[4][5] += 7 |
|---|
| 1766 | ... and many more. Also fixed some cases in which array aliasing |
|---|
| 1767 | could occur. Arrays are supposed to have VALUE semantics. |
|---|
| 1768 | |
|---|
| 1769 | 2002-08-28 14:14 tringali |
|---|
| 1770 | |
|---|
| 1771 | * source/preferences.c (1.65): Revive upgrade message to 5.4 file |
|---|
| 1772 | format |
|---|
| 1773 | |
|---|
| 1774 | 2002-08-27 08:05 edg |
|---|
| 1775 | |
|---|
| 1776 | * source/textDisp.c (1.31): Fixes for SF #600175: Coredump when |
|---|
| 1777 | dismissing resized window Array bounds read & write fixes in |
|---|
| 1778 | calcLineStarts() when number of visible lines becomes zero (only |
|---|
| 1779 | possible in help windows). Avoid scrollbar slider size < 1 warning |
|---|
| 1780 | (which was harmless but annoying). |
|---|
| 1781 | |
|---|
| 1782 | 2002-08-27 05:39 n8gray |
|---|
| 1783 | |
|---|
| 1784 | * source/: file.c (1.51), undo.c (1.14), undo.h (1.6): Committing |
|---|
| 1785 | the file deletion notification patch. I used a specialized message |
|---|
| 1786 | for ENOACCES but used strerror output along with a suggested cause |
|---|
| 1787 | (deletion or relocation by another program) in the other cases, |
|---|
| 1788 | since there are several possible causes of stat() failure. |
|---|
| 1789 | |
|---|
| 1790 | I'm committing the patch despite the minor controversy over the |
|---|
| 1791 | message text because it's better to have some message than none at |
|---|
| 1792 | all. |
|---|
| 1793 | |
|---|
| 1794 | There is still much bogosity in file.c, including another place |
|---|
| 1795 | where stat() failure causes no warning. |
|---|
| 1796 | |
|---|
| 1797 | 2002-08-23 07:52 n8gray |
|---|
| 1798 | |
|---|
| 1799 | * source/textBuf.c (1.22): Fixed a miscalculation in |
|---|
| 1800 | overlayRectInLine that could cause extra letters to be deleted |
|---|
| 1801 | during rectangular drags over tabs. See SF bug #557225 "rect. |
|---|
| 1802 | selection drag buglet" for a description of the problem. |
|---|
| 1803 | |
|---|
| 1804 | 2002-08-23 00:52 slobasso |
|---|
| 1805 | |
|---|
| 1806 | * source/interpret.c (1.28): Fixed bug that didn't allow built in |
|---|
| 1807 | array variables to be iterated with a for loop. |
|---|
| 1808 | |
|---|
| 1809 | 2002-08-22 23:52 slobasso |
|---|
| 1810 | |
|---|
| 1811 | * source/window.c (1.67): Remove unused variables. |
|---|
| 1812 | |
|---|
| 1813 | 2002-08-22 18:43 slobasso |
|---|
| 1814 | |
|---|
| 1815 | * source/userCmds.c (1.28): Fix size calculation and escape |
|---|
| 1816 | characters in menu item names. |
|---|
| 1817 | |
|---|
| 1818 | 2002-08-22 08:40 n8gray |
|---|
| 1819 | |
|---|
| 1820 | * source/undo.c (1.13): Fixed SF bug #578551 "Scrolling to |
|---|
| 1821 | searched/altered selection" by adding MakeSelectionVisible() calls |
|---|
| 1822 | to Undo and Redo. |
|---|
| 1823 | |
|---|
| 1824 | 2002-08-22 08:10 n8gray |
|---|
| 1825 | |
|---|
| 1826 | * source/window.c (1.66): Nuking trailing whitespace from my last |
|---|
| 1827 | commit. |
|---|
| 1828 | |
|---|
| 1829 | 2002-08-22 08:05 n8gray |
|---|
| 1830 | |
|---|
| 1831 | * source/window.c (1.65): MakeSelectionVisible in window.c was not |
|---|
| 1832 | paying attention to wrapped lines. To see the problem in an older |
|---|
| 1833 | version: |
|---|
| 1834 | |
|---|
| 1835 | 1. Open a large file and scroll to the center somewhere 2. Enable |
|---|
| 1836 | continuous wrapping and resize window so lots of lines wrap 3. |
|---|
| 1837 | Select a word and make a mark with Alt+M,a 4. Page Up or Down for |
|---|
| 1838 | several screens 5. Go to the mark with Alt+G,a |
|---|
| 1839 | |
|---|
| 1840 | If there are enough wrapped lines between your position and the |
|---|
| 1841 | mark then the selection and the cursor will be completely |
|---|
| 1842 | offscreen. |
|---|
| 1843 | |
|---|
| 1844 | Also restructured the function so that horizontal scrolling is not |
|---|
| 1845 | bypassed prematurely. |
|---|
| 1846 | |
|---|
| 1847 | 2002-08-21 13:21 tringali |
|---|
| 1848 | |
|---|
| 1849 | * source/help.c (1.83): Remove duplicate widgets caused by a bum |
|---|
| 1850 | merge. |
|---|
| 1851 | |
|---|
| 1852 | 2002-08-21 07:19 n8gray |
|---|
| 1853 | |
|---|
| 1854 | * source/file.c (1.50): Fixed bug where clicking on the WM's close |
|---|
| 1855 | button in an unsaved and untitled buffer, answering yes to the |
|---|
| 1856 | "Save before closing" dialog, then aborting the Save-As dialog led |
|---|
| 1857 | to the window being closed and the changes being lost. The |
|---|
| 1858 | function CloseFileAndWindow wasn't returning FALSE when the Save-As |
|---|
| 1859 | failed. |
|---|
| 1860 | |
|---|
| 1861 | 2002-08-19 21:41 tringali |
|---|
| 1862 | |
|---|
| 1863 | * source/preferences.c (1.64): Remove "alpha" versioning - it |
|---|
| 1864 | wasn't forwards compatabile, and there were no auto-upgrades done |
|---|
| 1865 | despite the message printed. |
|---|
| 1866 | |
|---|
| 1867 | 2002-08-19 07:22 n8gray |
|---|
| 1868 | |
|---|
| 1869 | * source/textDisp.c (1.30): Calltips are now redrawn on TextDMoveUp |
|---|
| 1870 | and TextDMoveDown. This should help those who end up with cursors |
|---|
| 1871 | behind calltips when entering multi-line function calls. |
|---|
| 1872 | |
|---|
| 1873 | 2002-08-17 14:28 yooden |
|---|
| 1874 | |
|---|
| 1875 | * source/window.c (1.64): Removed unused variables. |
|---|
| 1876 | |
|---|
| 1877 | 2002-08-16 14:43 tringali |
|---|
| 1878 | |
|---|
| 1879 | * source/file.c (1.49): Fix hang caused by posting the "reload" |
|---|
| 1880 | dialog box on a hidden window (during multi-file replace |
|---|
| 1881 | validation). |
|---|
| 1882 | |
|---|
| 1883 | 2002-08-15 19:03 n8gray |
|---|
| 1884 | |
|---|
| 1885 | * source/: file.c (1.48), window.c (1.63): Fixed the flickering |
|---|
| 1886 | stats line problem (SF bugs 595106, 594838). Also fixed "save-as |
|---|
| 1887 | doesn't update the stats line" bug. |
|---|
| 1888 | |
|---|
| 1889 | 2002-08-14 19:20 n8gray |
|---|
| 1890 | |
|---|
| 1891 | * source/textDisp.c (1.29): Fixed off-by-one error in |
|---|
| 1892 | expandAllTabs. Also added check for NULL on its return value in |
|---|
| 1893 | TextDShowCalltip. |
|---|
| 1894 | |
|---|
| 1895 | 2002-08-14 08:42 n8gray |
|---|
| 1896 | |
|---|
| 1897 | * source/textDisp.c (1.28): Removed debugging cruft from |
|---|
| 1898 | TextDShowCalltip. |
|---|
| 1899 | |
|---|
| 1900 | 2002-08-13 22:12 n8gray |
|---|
| 1901 | |
|---|
| 1902 | * doc/help.etx (1.22), doc/nedit.doc (1.22), doc/nedit.html (1.16), |
|---|
| 1903 | source/help_data.h (1.19), source/help_topic.h (1.14), |
|---|
| 1904 | source/text.c (1.32), source/textDisp.c (1.27), source/textDisp.h |
|---|
| 1905 | (1.13): Added "absolute" argument to line-oriented action routines, |
|---|
| 1906 | and "wrap" argument to delete_to_start_of_line. |
|---|
| 1907 | |
|---|
| 1908 | 2002-08-12 21:21 tringali |
|---|
| 1909 | |
|---|
| 1910 | * source/tags.c (1.43), source/window.c (1.62), source/window.h |
|---|
| 1911 | (1.10), util/misc.c (1.42), util/misc.h (1.14): Post watch cursor |
|---|
| 1912 | keep screen drawn while loading large tags files. |
|---|
| 1913 | |
|---|
| 1914 | 2002-08-12 15:37 tringali |
|---|
| 1915 | |
|---|
| 1916 | * source/window.c (1.61): Reimplement I-search button focus |
|---|
| 1917 | management, so it doesn't have an ugly flash |
|---|
| 1918 | |
|---|
| 1919 | 2002-08-10 23:59 tringali |
|---|
| 1920 | |
|---|
| 1921 | * source/undo.c (1.12): Added preference for disbling selection |
|---|
| 1922 | modification during Undo. |
|---|
| 1923 | |
|---|
| 1924 | 2002-08-10 23:58 tringali |
|---|
| 1925 | |
|---|
| 1926 | * source/text.c (1.31): - Fix bad hardware tab of 4 spaces. Please |
|---|
| 1927 | set hardware tabs to 8 for NEdit! - Explicitly remove modifiers on |
|---|
| 1928 | some virtual bindings to account for system that map different |
|---|
| 1929 | modified keys to different bindings (e.g., Ctrl-PgUp = |
|---|
| 1930 | osfPageLeft, PgUp = osfPageUp) - Use unions in favor of casts in |
|---|
| 1931 | XEvents. |
|---|
| 1932 | |
|---|
| 1933 | 2002-08-10 23:54 tringali |
|---|
| 1934 | |
|---|
| 1935 | * source/highlightData.c (1.34): Use non-capturing parenthesis in C |
|---|
| 1936 | and C++ patterns where appropriate. |
|---|
| 1937 | |
|---|
| 1938 | 2002-08-10 23:53 tringali |
|---|
| 1939 | |
|---|
| 1940 | * source/preferences.h (1.25): Added preference to disable |
|---|
| 1941 | modifying selection on Undo. |
|---|
| 1942 | |
|---|
| 1943 | 2002-08-10 23:52 tringali |
|---|
| 1944 | |
|---|
| 1945 | * source/preferences.c (1.63): Added preference to disable changing |
|---|
| 1946 | the selection to match Undo. |
|---|
| 1947 | |
|---|
| 1948 | 2002-08-10 23:51 tringali |
|---|
| 1949 | |
|---|
| 1950 | * source/server.c (1.18): Use union for XEvents instead of casts. |
|---|
| 1951 | |
|---|
| 1952 | 2002-08-10 23:48 tringali |
|---|
| 1953 | |
|---|
| 1954 | * source/: interpret.c (1.27), interpret.h (1.9), macro.c (1.48): |
|---|
| 1955 | Use unions in place of nonportable casts to avoid warnings |
|---|
| 1956 | |
|---|
| 1957 | 2002-08-10 23:45 tringali |
|---|
| 1958 | |
|---|
| 1959 | * source/help_data.h (1.18): Regenerated from help.etx update (fix |
|---|
| 1960 | X resource names) |
|---|
| 1961 | |
|---|
| 1962 | 2002-08-10 23:43 tringali |
|---|
| 1963 | |
|---|
| 1964 | * source/help.c (1.82): More detail for Motif version, and change |
|---|
| 1965 | button labels on help browser to be more like WinHelp |
|---|
| 1966 | |
|---|
| 1967 | 2002-08-09 20:48 tringali |
|---|
| 1968 | |
|---|
| 1969 | * util/system.h (1.12): Support for Lynx, MacOS; better x86 |
|---|
| 1970 | reporting |
|---|
| 1971 | |
|---|
| 1972 | 2002-08-09 14:08 tringali |
|---|
| 1973 | |
|---|
| 1974 | * doc/: help.etx (1.21), nedit.doc (1.21), nedit.html (1.15): Fix |
|---|
| 1975 | typo in last commit (replace * with @*) |
|---|
| 1976 | |
|---|
| 1977 | 2002-08-09 13:52 tringali |
|---|
| 1978 | |
|---|
| 1979 | * doc/: help.etx (1.20), nedit.doc (1.20), nedit.html (1.14): |
|---|
| 1980 | Update incorrect X resources (nedit*text.foo) and upgrade version. |
|---|
| 1981 | |
|---|
| 1982 | 2002-08-09 13:11 tringali |
|---|
| 1983 | |
|---|
| 1984 | * source/window.c (1.60): Convert // style comment to /* */, so it |
|---|
| 1985 | compiles again. NEdit is C89, not C++ or C99! |
|---|
| 1986 | |
|---|
| 1987 | 2002-08-08 21:00 n8gray |
|---|
| 1988 | |
|---|
| 1989 | * doc/help.etx (1.19), doc/nedit.doc (1.19), doc/nedit.html (1.13), |
|---|
| 1990 | source/help_data.h (1.17), source/help_topic.h (1.13), |
|---|
| 1991 | source/nedit.h (1.27), source/window.c (1.59): Fixing the |
|---|
| 1992 | "ever-growing stats line" bug seen under lesstif. Also, the stats |
|---|
| 1993 | area code is generally much nicer now, IMHO. |
|---|
| 1994 | |
|---|
| 1995 | 2002-08-02 08:36 n8gray |
|---|
| 1996 | |
|---|
| 1997 | * doc/help.etx (1.18), doc/nedit.doc (1.18), doc/nedit.html (1.12), |
|---|
| 1998 | source/help_data.h (1.16), source/help_topic.h (1.12), source/nc.c |
|---|
| 1999 | (1.26): nc.autoStart now defaults to True. I've had to explain |
|---|
| 2000 | that warning message one too many times... |
|---|
| 2001 | |
|---|
| 2002 | If anybody finds this offensive, it's easy to revert. ;^) |
|---|
| 2003 | |
|---|
| 2004 | 2002-08-01 00:53 n8gray |
|---|
| 2005 | |
|---|
| 2006 | * doc/help.etx (1.17), doc/nedit.doc (1.17), doc/nedit.html (1.11), |
|---|
| 2007 | source/help_data.h (1.15), source/help_topic.h (1.11), |
|---|
| 2008 | source/macro.c (1.47): Added optional "copy" argument to |
|---|
| 2009 | replace_in_string to make it return a copy of the input string if |
|---|
| 2010 | no replacements were done. |
|---|
| 2011 | |
|---|
| 2012 | 2002-07-31 23:34 slobasso |
|---|
| 2013 | |
|---|
| 2014 | * source/interpret.c (1.26): made comment more clear |
|---|
| 2015 | |
|---|
| 2016 | 2002-07-31 20:08 edg |
|---|
| 2017 | |
|---|
| 2018 | * source/highlight.c (1.33): Fix for yesterday's "fix" (which |
|---|
| 2019 | wasn't entirely waterproof). |
|---|
| 2020 | |
|---|
| 2021 | 2002-07-30 13:54 edg |
|---|
| 2022 | |
|---|
| 2023 | * source/highlight.c (1.32): Fix for pattern related crash reported |
|---|
| 2024 | by Joor: I've overlooked a special case in the recent speed |
|---|
| 2025 | improvements. |
|---|
| 2026 | |
|---|
| 2027 | 2002-07-29 08:05 n8gray |
|---|
| 2028 | |
|---|
| 2029 | * doc/help.etx (1.16), doc/nedit.doc (1.16), doc/nedit.html (1.10), |
|---|
| 2030 | source/help_data.h (1.14), source/help_topic.h (1.10): Minor change |
|---|
| 2031 | to the documentation for nedit.typingHidesPointer X resource. By |
|---|
| 2032 | the way, the X resources section of the documentation doesn't seem |
|---|
| 2033 | to be in any order whatsoever. Maybe it should be sorted or |
|---|
| 2034 | grouped into functional groups. |
|---|
| 2035 | |
|---|
| 2036 | 2002-07-29 03:51 n8gray |
|---|
| 2037 | |
|---|
| 2038 | * source/macro.c (1.46): Applying TK's autoflushing t_print patch |
|---|
| 2039 | (SF #552760). I'm not adding a call to isatty, but if anybody |
|---|
| 2040 | cares enough about the issue they're welcome to do it. I just want |
|---|
| 2041 | to make sure the patch isn't forgotten. |
|---|
| 2042 | |
|---|
| 2043 | 2002-07-28 19:25 edg |
|---|
| 2044 | |
|---|
| 2045 | * source/preferences.c (1.62): Introduced alpha preference file |
|---|
| 2046 | version numbering (5.4a1, 5.4a2, ...) for development versions. |
|---|
| 2047 | |
|---|
| 2048 | 2002-07-27 08:55 yooden |
|---|
| 2049 | |
|---|
| 2050 | * source/: highlightData.c (1.33), macro.c (1.45), preferences.c |
|---|
| 2051 | (1.61), preferences.h (1.24), smartIndent.c (1.17), userCmds.c |
|---|
| 2052 | (1.27): Removed obsolete function CopyAllocatedString() |
|---|
| 2053 | |
|---|
| 2054 | 2002-07-26 22:19 n8gray |
|---|
| 2055 | |
|---|
| 2056 | * source/window.c (1.58): Fixed flickering under-shadow on stats |
|---|
| 2057 | line. (Thanks to TK Soh for the fix.) Also fixed horrible |
|---|
| 2058 | tab-space mixing. |
|---|
| 2059 | |
|---|
| 2060 | 2002-07-26 21:39 n8gray |
|---|
| 2061 | |
|---|
| 2062 | * ChangeLog (1.26), doc/help.etx (1.15), doc/nedit.doc (1.15), |
|---|
| 2063 | doc/nedit.html (1.9), source/file.c (1.47), source/help_data.h |
|---|
| 2064 | (1.13), source/help_topic.h (1.9), source/macro.c (1.44), |
|---|
| 2065 | source/menu.c (1.63), source/nedit.c (1.34), source/nedit.h (1.26), |
|---|
| 2066 | source/preferences.c (1.60), source/tags.c (1.42), source/tags.h |
|---|
| 2067 | (1.12), source/text.c (1.30), source/textDisp.c (1.26), |
|---|
| 2068 | source/textDisp.h (1.12), source/window.c (1.57): This is the big |
|---|
| 2069 | one. NEdit is now calltips-enabled! :-) |
|---|
| 2070 | |
|---|
| 2071 | 2002-07-20 23:18 yooden |
|---|
| 2072 | |
|---|
| 2073 | * util/fileUtils.c (1.26): Cover different return value of |
|---|
| 2074 | readlink() for Lynx. |
|---|
| 2075 | |
|---|
| 2076 | 2002-07-20 23:15 yooden |
|---|
| 2077 | |
|---|
| 2078 | * makefiles/Makefile.lynx (1.4): Avoid annoying warnings about |
|---|
| 2079 | include files. |
|---|
| 2080 | |
|---|
| 2081 | 2002-07-20 09:37 amai |
|---|
| 2082 | |
|---|
| 2083 | * util/utils.c (1.17): Fix order of #includes |
|---|
| 2084 | |
|---|
| 2085 | 2002-07-17 20:42 slobasso |
|---|
| 2086 | |
|---|
| 2087 | * source/menu.c (1.62): Lesstif was causing problems with |
|---|
| 2088 | accelerators kicking off actions on KeyRelease events rather than |
|---|
| 2089 | KeyPress events. This should fix key accelerated Mark and Goto Mark |
|---|
| 2090 | commands. |
|---|
| 2091 | |
|---|
| 2092 | 2002-07-17 15:14 edg |
|---|
| 2093 | |
|---|
| 2094 | * source/: highlight.c (1.31), highlightData.c (1.32), regularExp.c |
|---|
| 2095 | (1.18), regularExp.h (1.10): Speed improvements in syntax |
|---|
| 2096 | highlighting and regex engines. |
|---|
| 2097 | |
|---|
| 2098 | 2002-07-16 11:39 edg |
|---|
| 2099 | |
|---|
| 2100 | * source/window.c (1.56): Inserted a cast to suppress a warning |
|---|
| 2101 | with certain compilers. |
|---|
| 2102 | |
|---|
| 2103 | 2002-07-15 14:11 edg |
|---|
| 2104 | |
|---|
| 2105 | * source/: help.c (1.81), macro.c (1.43), preferences.c (1.59), |
|---|
| 2106 | regularExp.c (1.17), regularExp.h (1.9), search.c (1.48), search.h |
|---|
| 2107 | (1.17), tags.c (1.41): Lookbehind regex fix: adding missing |
|---|
| 2108 | backward search extent information. |
|---|
| 2109 | |
|---|
| 2110 | 2002-07-12 11:44 edg |
|---|
| 2111 | |
|---|
| 2112 | * source/window.c (1.55), util/misc.c (1.41): Presumed fix for SF |
|---|
| 2113 | #550870: Nedit quietly exits unexpectedly. Missing X atoms were |
|---|
| 2114 | not created, but always used. |
|---|
| 2115 | |
|---|
| 2116 | 2002-07-11 21:18 slobasso |
|---|
| 2117 | |
|---|
| 2118 | * source/file.c (1.46), source/file.h (1.10), source/help.c (1.80), |
|---|
| 2119 | source/help.h (1.10), source/highlight.c (1.30), util/DialogF.h |
|---|
| 2120 | (1.7), util/clearcase.h (1.3), util/fileUtils.h (1.9), |
|---|
| 2121 | util/fontsel.h (1.7), util/getfiles.h (1.5), util/managedList.h |
|---|
| 2122 | (1.5), util/misc.h (1.13), util/prefFile.h (1.6), util/printUtils.h |
|---|
| 2123 | (1.7), util/system.h (1.11), util/utils.c (1.16), util/utils.h |
|---|
| 2124 | (1.9), util/vmsParam.h (1.4), util/vmsUtils.h (1.5), |
|---|
| 2125 | source/highlight.h (1.6), source/highlightData.c (1.31), |
|---|
| 2126 | source/highlightData.h (1.8), source/interpret.c (1.25), |
|---|
| 2127 | source/interpret.h (1.8), source/macro.c (1.42), source/macro.h |
|---|
| 2128 | (1.4), source/menu.c (1.61), source/menu.h (1.7), source/nc.c |
|---|
| 2129 | (1.25), source/nedit.c (1.33), source/nedit.h (1.25), |
|---|
| 2130 | source/parse.h (1.5), source/parse.y (1.19), source/parse_noyacc.c |
|---|
| 2131 | (1.3), source/preferences.c (1.58), source/preferences.h (1.23), |
|---|
| 2132 | source/rbTree.c (1.7), source/rbTree.h (1.3), source/regexConvert.c |
|---|
| 2133 | (1.8), source/regexConvert.h (1.4), source/regularExp.c (1.16), |
|---|
| 2134 | source/regularExp.h (1.8), source/search.c (1.47), source/search.h |
|---|
| 2135 | (1.16), source/selection.c (1.21), source/selection.h (1.5), |
|---|
| 2136 | source/server.c (1.17), source/server.h (1.4), source/shell.c |
|---|
| 2137 | (1.23), source/shell.h (1.5), source/shift.c (1.13), source/shift.h |
|---|
| 2138 | (1.4), source/smartIndent.c (1.16), source/smartIndent.h (1.5), |
|---|
| 2139 | source/tags.c (1.40), source/tags.h (1.11), source/text.c (1.29), |
|---|
| 2140 | source/text.h (1.8), source/textBuf.c (1.21), source/textBuf.h |
|---|
| 2141 | (1.9), source/textDisp.c (1.25), source/textDisp.h (1.11), |
|---|
| 2142 | source/textDrag.c (1.8), source/textDrag.h (1.3), source/textP.h |
|---|
| 2143 | (1.4), source/textSel.c (1.10), source/textSel.h (1.3), |
|---|
| 2144 | source/undo.c (1.11), source/undo.h (1.5), source/userCmds.c |
|---|
| 2145 | (1.26), source/userCmds.h (1.5), source/window.c (1.54), |
|---|
| 2146 | source/window.h (1.9), source/windowTitle.c (1.8), |
|---|
| 2147 | source/windowTitle.h (1.2): more header file cleanup |
|---|
| 2148 | |
|---|
| 2149 | 2002-07-09 14:15 edg |
|---|
| 2150 | |
|---|
| 2151 | * doc/help.etx (1.14), doc/nedit.doc (1.14), doc/nedit.html (1.8), |
|---|
| 2152 | source/help_data.h (1.12), source/help_topic.h (1.8), |
|---|
| 2153 | source/highlight.c (1.29), source/preferences.c (1.57), |
|---|
| 2154 | source/regularExp.c (1.15), source/regularExp.h (1.7), |
|---|
| 2155 | source/search.c (1.46): Committed SF patch #530308: look-behind |
|---|
| 2156 | regular expression matching. |
|---|
| 2157 | |
|---|
| 2158 | 2002-07-05 22:28 uid71894 |
|---|
| 2159 | |
|---|
| 2160 | * doc/help.etx (1.13), source/macro.c (1.41), source/menu.c (1.60), |
|---|
| 2161 | source/preferences.c (1.56), util/prefFile.c (1.17), util/utils.c |
|---|
| 2162 | (1.15), util/utils.h (1.8): Moves NEdit's config files in ~/.nedit/ |
|---|
| 2163 | or $NEDIT_HOME. |
|---|
| 2164 | |
|---|
| 2165 | 2002-06-29 13:56 yooden |
|---|
| 2166 | |
|---|
| 2167 | * source/preferences.c (1.55): Added some comment macros for |
|---|
| 2168 | default language modes. |
|---|
| 2169 | |
|---|
| 2170 | 2002-06-26 23:39 slobasso |
|---|
| 2171 | |
|---|
| 2172 | * util/: DialogF.c (1.24), DialogF.h (1.6), clearcase.c (1.4), |
|---|
| 2173 | clearcase.h (1.2), fileUtils.c (1.25), fileUtils.h (1.8), fontsel.c |
|---|
| 2174 | (1.18), fontsel.h (1.6), getfiles.c (1.21), getfiles.h (1.4), |
|---|
| 2175 | managedList.c (1.10), managedList.h (1.4), misc.c (1.40), misc.h |
|---|
| 2176 | (1.12), prefFile.c (1.16), prefFile.h (1.5), printUtils.c (1.19), |
|---|
| 2177 | printUtils.h (1.6), system.h (1.10), utils.c (1.14), utils.h (1.7), |
|---|
| 2178 | vmsParam.h (1.3), vmsUtils.h (1.4): make .h files include their |
|---|
| 2179 | requirements and move local .h files to top of include list. |
|---|
| 2180 | |
|---|
| 2181 | 2002-06-26 23:37 slobasso |
|---|
| 2182 | |
|---|
| 2183 | * source/: shell.c (1.22), textDisp.c (1.24): warnings cleanup |
|---|
| 2184 | |
|---|
| 2185 | 2002-06-20 21:32 slobasso |
|---|
| 2186 | |
|---|
| 2187 | * source/: text.c (1.28), text.h (1.7), textDisp.c (1.23), |
|---|
| 2188 | textDisp.h (1.10): Added code to handle graphics expose events that |
|---|
| 2189 | can result from calls to XCopyArea(). Also added code to look for |
|---|
| 2190 | these events since they can get backlogged in some circumstances. |
|---|
| 2191 | Removed hack to determine if we were obscured, since this should no |
|---|
| 2192 | longer be needed. |
|---|
| 2193 | |
|---|
| 2194 | 2002-06-10 16:56 slobasso |
|---|
| 2195 | |
|---|
| 2196 | * source/tags.c (1.39): fixed merge conflict. |
|---|
| 2197 | |
|---|
| 2198 | 2002-06-08 13:56 tringali |
|---|
| 2199 | |
|---|
| 2200 | * ChangeLog (1.25), Makefile (1.7), README (1.29), ReleaseNotes |
|---|
| 2201 | (1.16), doc/help.etx (1.12), doc/nedit.doc (1.13), doc/nedit.html |
|---|
| 2202 | (1.7), makefiles/Makefile.macosx (1.2), makefiles/Makefile.os2 |
|---|
| 2203 | (1.12), source/Makefile.dependencies (1.17), source/comnedit.com |
|---|
| 2204 | (1.8), source/file.c (1.45), source/help.c (1.79), source/help.h |
|---|
| 2205 | (1.9), source/help_data.h (1.11), source/help_topic.h (1.7), |
|---|
| 2206 | source/highlight.c (1.28), source/highlightData.c (1.30), |
|---|
| 2207 | source/highlightData.h (1.7), source/lnknedit.com (1.6), |
|---|
| 2208 | source/nc.c (1.24), source/nedit.c (1.32), source/preferences.c |
|---|
| 2209 | (1.54), source/preferences.h (1.22), source/server.c (1.16), |
|---|
| 2210 | source/shell.c (1.21), source/tags.c (1.38), source/window.c |
|---|
| 2211 | (1.53), source/windowTitle.c (1.7), util/DialogF.c (1.23), |
|---|
| 2212 | util/comutil.com (1.4), util/fileUtils.c (1.24), util/fontsel.c |
|---|
| 2213 | (1.17), util/misc.c (1.39), util/prefFile.c (1.15), |
|---|
| 2214 | util/printUtils.c (1.18), util/utils.c (1.13), util/utils.h (1.6): |
|---|
| 2215 | Merge 5.3 release branch fixes back to mainline development. |
|---|
| 2216 | |
|---|
| 2217 | 2002-06-01 15:18 tringali |
|---|
| 2218 | |
|---|
| 2219 | * Makefile (tags: REL-5-3) (BETA-5-3.3): Final changes for 5.3 |
|---|
| 2220 | |
|---|
| 2221 | 2002-06-01 13:44 tringali |
|---|
| 2222 | |
|---|
| 2223 | * doc/nedit.doc, doc/nedit.html, source/help_data.h |
|---|
| 2224 | (BETA-5-3.[4,4,4]) (utags: REL-5-3): Update version to 5.3 for |
|---|
| 2225 | final release. |
|---|
| 2226 | |
|---|
| 2227 | 2002-05-16 07:53 edg |
|---|
| 2228 | |
|---|
| 2229 | * source/preferences.c (tags: REL-5-3) (BETA-5-3.5): Fix for SF |
|---|
| 2230 | #555364: 5.3RC1 preferences update not complete (provided by Markus |
|---|
| 2231 | Schwarzenberg). |
|---|
| 2232 | |
|---|
| 2233 | 2002-05-08 16:19 slobasso |
|---|
| 2234 | |
|---|
| 2235 | * source/menu.c (1.59): Removed many calls to |
|---|
| 2236 | HidePointerOnKeyedEvent() that shouldn't have been put there. |
|---|
| 2237 | |
|---|
| 2238 | 2002-05-08 15:30 slobasso |
|---|
| 2239 | |
|---|
| 2240 | * source/menu.c (1.58): verify we have an event before checking the |
|---|
| 2241 | type |
|---|
| 2242 | |
|---|
| 2243 | 2002-05-07 01:13 n8gray |
|---|
| 2244 | |
|---|
| 2245 | * source/preferences.c (1.53): nedit.typingHidesPointer resource is |
|---|
| 2246 | no longer saved in .nedit file, just like other optional X |
|---|
| 2247 | resources. (e.g. nedit.shell, nedit.tagFile, etc.) |
|---|
| 2248 | |
|---|
| 2249 | 2002-05-06 15:52 slobasso |
|---|
| 2250 | |
|---|
| 2251 | * source/menu.c (1.57): Removed a call to HidePointerOnKeyedEvent |
|---|
| 2252 | in unloadTagsFileMenuCB that caused a crash. |
|---|
| 2253 | |
|---|
| 2254 | 2002-05-03 13:36 amai |
|---|
| 2255 | |
|---|
| 2256 | * ChangeLog (tags: REL-5-3) (BETA-5-3.2): Update |
|---|
| 2257 | |
|---|
| 2258 | 2002-05-02 00:01 slobasso |
|---|
| 2259 | |
|---|
| 2260 | * source/shell.c (BETA-5-3.3): Added code to allow substituted |
|---|
| 2261 | command strings to be arbitrarily long. |
|---|
| 2262 | |
|---|
| 2263 | 2002-05-01 06:36 n8gray |
|---|
| 2264 | |
|---|
| 2265 | * source/: nedit.h (1.24), window.c (1.52): Committed separate |
|---|
| 2266 | line/col patch. |
|---|
| 2267 | |
|---|
| 2268 | Commit Haiku: Line and Col on Right Not Customizable Yet |
|---|
| 2269 | Hope There Are No Bugs |
|---|
| 2270 | |
|---|
| 2271 | 2002-04-29 17:16 slobasso |
|---|
| 2272 | |
|---|
| 2273 | * doc/.cvsignore (1.2): added .version |
|---|
| 2274 | |
|---|
| 2275 | 2002-04-29 08:39 edg |
|---|
| 2276 | |
|---|
| 2277 | * util/comutil.com (BETA-5-3.1): VMS "makefile" enhancements (Jack |
|---|
| 2278 | Patteeuw). |
|---|
| 2279 | |
|---|
| 2280 | 2002-04-29 00:35 amai |
|---|
| 2281 | |
|---|
| 2282 | * .cvsignore (1.1), doc/.cvsignore (1.1), source/.cvsignore (1.3), |
|---|
| 2283 | util/.cvsignore (1.1): Add/enhance .cvsignore .cvsignore files |
|---|
| 2284 | |
|---|
| 2285 | 2002-04-29 00:28 amai |
|---|
| 2286 | |
|---|
| 2287 | * source/window.c (1.51): Drop an unused #include |
|---|
| 2288 | |
|---|
| 2289 | 2002-04-26 16:10 slobasso |
|---|
| 2290 | |
|---|
| 2291 | * source/tags.c (1.37): Removed unused variables and double free. |
|---|
| 2292 | |
|---|
| 2293 | 2002-04-26 16:06 slobasso |
|---|
| 2294 | |
|---|
| 2295 | * source/tags.c (1.36): Cleanup FindDefinition and how globals are |
|---|
| 2296 | used. Changes were actually in previous revision, but I |
|---|
| 2297 | accidentally committed without comment. |
|---|
| 2298 | |
|---|
| 2299 | 2002-04-26 16:04 slobasso |
|---|
| 2300 | |
|---|
| 2301 | * source/tags.c (1.35): [no log message] |
|---|
| 2302 | |
|---|
| 2303 | 2002-04-24 20:40 edg |
|---|
| 2304 | |
|---|
| 2305 | * source/: comnedit.com, lnknedit.com (BETA-5-3.[1,1]): VMS |
|---|
| 2306 | compilation and linking fixes (Jack Patteeuw). |
|---|
| 2307 | |
|---|
| 2308 | 2002-04-23 19:52 edg |
|---|
| 2309 | |
|---|
| 2310 | * source/nc.c, source/preferences.c, source/window.c, |
|---|
| 2311 | source/windowTitle.c, util/fileUtils.c (BETA-5-3.[2,4,4,9,1]): |
|---|
| 2312 | Various VMS compilation & linking fixes. 5.3 now compiles and runs |
|---|
| 2313 | at least on Alpha OpenVMS V7.2-1 (confirmed by Jack Patteeuw, who |
|---|
| 2314 | also reported the problems). |
|---|
| 2315 | |
|---|
| 2316 | 2002-04-22 16:37 slobasso |
|---|
| 2317 | |
|---|
| 2318 | * source/text.c (1.27): fix compiler warning. |
|---|
| 2319 | |
|---|
| 2320 | 2002-04-22 15:24 amai |
|---|
| 2321 | |
|---|
| 2322 | * ChangeLog (1.24): Update |
|---|
| 2323 | |
|---|
| 2324 | 2002-04-22 15:22 amai |
|---|
| 2325 | |
|---|
| 2326 | * makefiles/Makefile.macosx (BETA-5-3.2): Fix line endings from |
|---|
| 2327 | "\\" to "\". Correct linking order in alternative set of flags |
|---|
| 2328 | using XFree86 with LessTif |
|---|
| 2329 | |
|---|
| 2330 | 2002-04-19 21:40 slobasso |
|---|
| 2331 | |
|---|
| 2332 | * doc/help.etx (1.11): Added new feature to hide mouse pointer |
|---|
| 2333 | while typing. |
|---|
| 2334 | |
|---|
| 2335 | 2002-04-19 16:22 slobasso |
|---|
| 2336 | |
|---|
| 2337 | * source/: help_data.h (1.10), menu.c (1.56), menu.h (1.6), |
|---|
| 2338 | preferences.c (1.52), preferences.h (1.21), text.c (1.26), text.h |
|---|
| 2339 | (1.6), textDisp.c (1.22), textDisp.h (1.9): Added new feature to |
|---|
| 2340 | hide mouse pointer while typing. |
|---|
| 2341 | |
|---|
| 2342 | 2002-04-16 17:29 edg |
|---|
| 2343 | |
|---|
| 2344 | * source/nc.c, source/server.c, source/windowTitle.c, util/utils.c, |
|---|
| 2345 | util/utils.h (BETA-5-3.[1,1,8,1,1]): Renamed GetHostName() to |
|---|
| 2346 | GetNameOfHost() to avoid linking problems on VMS (the VMS linker is |
|---|
| 2347 | case-insensitive; GetHostName() conflicts with standard |
|---|
| 2348 | gethostname()). |
|---|
| 2349 | |
|---|
| 2350 | 2002-04-15 10:46 edg |
|---|
| 2351 | |
|---|
| 2352 | * source/: file.c, preferences.c, preferences.h (BETA-5-3.[1,3,1]): |
|---|
| 2353 | Fix for linking problem on VMS: function |
|---|
| 2354 | GetPrefAlwaysCheckRelativeTagsSpecs had more than 31 characters. |
|---|
| 2355 | Replaced it by GetPrefAlwaysCheckRelTagsSpecs. |
|---|
| 2356 | |
|---|
| 2357 | 2002-04-13 20:24 edg |
|---|
| 2358 | |
|---|
| 2359 | * source/window.c (BETA-5-3.3): Minor fix: MakeSelectionVisible() |
|---|
| 2360 | did not take into account line numbers. (SF #543178: Line numbers |
|---|
| 2361 | hide CTRL-M matches). |
|---|
| 2362 | |
|---|
| 2363 | 2002-04-12 18:12 edg |
|---|
| 2364 | |
|---|
| 2365 | * doc/help.etx, doc/nedit.doc, doc/nedit.html, source/help_data.h |
|---|
| 2366 | (BETA-5-3.[1,3,3,3]): Documentation fixes (X-resource section). |
|---|
| 2367 | |
|---|
| 2368 | 2002-04-12 18:09 edg |
|---|
| 2369 | |
|---|
| 2370 | * source/help.c (BETA-5-3.7): Backed out previous change because |
|---|
| 2371 | affects default width of help windows. Will consult developers |
|---|
| 2372 | first. |
|---|
| 2373 | |
|---|
| 2374 | 2002-04-12 17:50 edg |
|---|
| 2375 | |
|---|
| 2376 | * source/help.c (BETA-5-3.6): Small fix: nedit.helpFont was ignored |
|---|
| 2377 | when determining initial size of help windows (instead, the value |
|---|
| 2378 | of the now obsolete nedit*helpText.font resource was used |
|---|
| 2379 | implicitly). |
|---|
| 2380 | |
|---|
| 2381 | 2002-04-10 09:41 edg |
|---|
| 2382 | |
|---|
| 2383 | * source/highlight.c (BETA-5-3.4): Crash fix for syntax |
|---|
| 2384 | highlighting pattern sets containing only pass-2 patterns. |
|---|
| 2385 | |
|---|
| 2386 | 2002-03-28 14:21 edg |
|---|
| 2387 | |
|---|
| 2388 | * util/printUtils.c (tags: BETA-5-3-RC1) (BETA-5-3.1): Applied |
|---|
| 2389 | patch submitted with SF bug #536168: printing to KDE print |
|---|
| 2390 | framework. |
|---|
| 2391 | |
|---|
| 2392 | 2002-03-26 22:32 amai |
|---|
| 2393 | |
|---|
| 2394 | * makefiles/Makefile.macosx (tags: BETA-5-3-RC1) (BETA-5-3.1): Add |
|---|
| 2395 | sample linker command using LessTif as posted on discuss@ |
|---|
| 2396 | |
|---|
| 2397 | 2002-03-26 13:43 edg |
|---|
| 2398 | |
|---|
| 2399 | * util/fontsel.c (tags: BETA-5-3-RC1) (BETA-5-3.1): Prevent |
|---|
| 2400 | possible crash when the Font dialog is destroyed while a modal Font |
|---|
| 2401 | Selection dialog is up. |
|---|
| 2402 | |
|---|
| 2403 | 2002-03-25 10:02 edg |
|---|
| 2404 | |
|---|
| 2405 | * source/highlight.c (tags: BETA-5-3-RC1) (BETA-5-3.3): Prevent |
|---|
| 2406 | buffer overflow in DialogF when reporting a RE compilation error |
|---|
| 2407 | for a very large RE. |
|---|
| 2408 | |
|---|
| 2409 | 2002-03-23 17:04 edg |
|---|
| 2410 | |
|---|
| 2411 | * source/shell.c (tags: BETA-5-3-RC1) (BETA-5-3.2): The line |
|---|
| 2412 | counting algorithm for shell command output dialog is still not |
|---|
| 2413 | fullproof (it would require emulating word wrapping). Now a |
|---|
| 2414 | scrollbar is created when there is a risk of underestimating the |
|---|
| 2415 | number of lines, to make sure that no line ever gets obscured. |
|---|
| 2416 | |
|---|
| 2417 | 2002-03-22 15:54 edg |
|---|
| 2418 | |
|---|
| 2419 | * source/shell.c (BETA-5-3.1): Fix for shell command output dialog |
|---|
| 2420 | obscuring final lines under certain conditions (reported at discuss |
|---|
| 2421 | list). |
|---|
| 2422 | |
|---|
| 2423 | 2002-03-21 08:41 edg |
|---|
| 2424 | |
|---|
| 2425 | * source/: window.c, tags.c (BETA-5-3.[2,2]) (utags: BETA-5-3-RC1): |
|---|
| 2426 | Got rid of strdup() call (+related comment in disabled code in |
|---|
| 2427 | tags.c). |
|---|
| 2428 | |
|---|
| 2429 | 2002-03-21 00:19 amai |
|---|
| 2430 | |
|---|
| 2431 | * source/highlightData.c (tags: BETA-5-3-RC1) (BETA-5-3.4): SF |
|---|
| 2432 | Patch [ 531549 ] TCL highlight patterns updated. |
|---|
| 2433 | |
|---|
| 2434 | 2002-03-21 00:15 amai |
|---|
| 2435 | |
|---|
| 2436 | * makefiles/Makefile.os2 (tags: BETA-5-3-RC1) (BETA-5-3.2): Correct |
|---|
| 2437 | linker flags for omf/debuggable build |
|---|
| 2438 | |
|---|
| 2439 | 2002-03-20 18:30 edg |
|---|
| 2440 | |
|---|
| 2441 | * source/highlightData.c (BETA-5-3.3): Double bug fix in X |
|---|
| 2442 | Resources pattern: context distance violation and missing escapes |
|---|
| 2443 | and continuation highlights. |
|---|
| 2444 | |
|---|
| 2445 | 2002-03-19 21:39 edg |
|---|
| 2446 | |
|---|
| 2447 | * source/help.c (tags: BETA-5-3-RC1) (BETA-5-3.5): Replaced |
|---|
| 2448 | (non-ANSI) snprintf() call by equivalent code. |
|---|
| 2449 | |
|---|
| 2450 | 2002-03-19 18:29 edg |
|---|
| 2451 | |
|---|
| 2452 | * source/windowTitle.c (tags: BETA-5-3-RC1) (BETA-5-3.7): The |
|---|
| 2453 | background color copying code for the preview didn't work with all |
|---|
| 2454 | Motif versions (it even crashed). Now copied the color from the |
|---|
| 2455 | form iso. a label. This should work also for Motif 1.2. |
|---|
| 2456 | |
|---|
| 2457 | 2002-03-19 17:42 edg |
|---|
| 2458 | |
|---|
| 2459 | * Makefile (tags: BETA-5-3-RC1) (BETA-5-3.2): Include nedit.html in |
|---|
| 2460 | binary distributions. |
|---|
| 2461 | |
|---|
| 2462 | 2002-03-19 17:39 edg |
|---|
| 2463 | |
|---|
| 2464 | * ChangeLog, doc/nedit.doc, doc/nedit.html, source/help_data.h, |
|---|
| 2465 | source/help_topic.h (BETA-5-3.[1,2,2,2,2]) (utags: BETA-5-3-RC1): |
|---|
| 2466 | Final update for 5.3RC1 (hopefully). |
|---|
| 2467 | |
|---|
| 2468 | 2002-03-19 08:51 edg |
|---|
| 2469 | |
|---|
| 2470 | * source/windowTitle.c (BETA-5-3.6): Changed the preview field's |
|---|
| 2471 | background color to make it clear that it is read-only. |
|---|
| 2472 | |
|---|
| 2473 | 2002-03-18 23:41 edg |
|---|
| 2474 | |
|---|
| 2475 | * source/highlight.c (BETA-5-3.2): Fix for SF #531577: Balance |
|---|
| 2476 | fails before text viewed. Unparsed parens are parsed with pass-2 |
|---|
| 2477 | patterns when necessary. |
|---|
| 2478 | |
|---|
| 2479 | 2002-03-18 23:15 edg |
|---|
| 2480 | |
|---|
| 2481 | * source/: help.c, nedit.c (tags: BETA-5-3-RC1) (BETA-5-3.[4,2]): |
|---|
| 2482 | Committed Markus' latest enhancements (focus related). |
|---|
| 2483 | |
|---|
| 2484 | 2002-03-17 11:21 yooden |
|---|
| 2485 | |
|---|
| 2486 | * source/windowTitle.c, util/prefFile.c (tags: BETA-5-3-RC1) |
|---|
| 2487 | (BETA-5-3.[5,1]): Makes the cursor in the Window Title Dialog's |
|---|
| 2488 | preview field invisible. |
|---|
| 2489 | |
|---|
| 2490 | 2002-03-16 20:40 edg |
|---|
| 2491 | |
|---|
| 2492 | * source/window.c (BETA-5-3.1): Changed 2 free() calls into XFree |
|---|
| 2493 | calls(). |
|---|
| 2494 | |
|---|
| 2495 | 2002-03-15 14:36 amai |
|---|
| 2496 | |
|---|
| 2497 | * source/: Makefile.dependencies (tags: BETA-5-3-RC1) (BETA-5-3.1), |
|---|
| 2498 | Makefile.dependencies (1.16): Update |
|---|
| 2499 | |
|---|
| 2500 | 2002-03-15 08:51 edg |
|---|
| 2501 | |
|---|
| 2502 | * source/: help.c, help.h (tags: BETA-5-3-RC1), nedit.c |
|---|
| 2503 | (BETA-5-3.[3,1,1]): Applied patch 526967: single window help with |
|---|
| 2504 | history (with a minor modification in the mnemonics: P for Previous |
|---|
| 2505 | iso. Print). |
|---|
| 2506 | |
|---|
| 2507 | 2002-03-14 17:41 amai |
|---|
| 2508 | |
|---|
| 2509 | * source/textDisp.c (1.21), source/textDrag.c (1.7), |
|---|
| 2510 | source/textSel.c (1.9), source/undo.c (1.10), source/userCmds.c |
|---|
| 2511 | (1.25), source/window.c (1.50), source/windowTitle.c (1.6), |
|---|
| 2512 | util/DialogF.c (1.22), util/clearcase.c (1.3), util/fileUtils.c |
|---|
| 2513 | (1.23), util/fontsel.c (1.16), util/getfiles.c (1.20), |
|---|
| 2514 | util/managedList.c (1.9), util/misc.c (1.38), util/prefFile.c |
|---|
| 2515 | (1.14), util/printUtils.c (1.17), util/utils.c (1.12): Attempt to |
|---|
| 2516 | complete last commit (add trailing optional #include) |
|---|
| 2517 | |
|---|
| 2518 | 2002-03-14 17:18 amai |
|---|
| 2519 | |
|---|
| 2520 | * source/: rbTree.c (1.6), regexConvert.c (1.7), regularExp.c |
|---|
| 2521 | (1.14), search.c (1.45), selection.c (1.20), server.c (1.15), |
|---|
| 2522 | shell.c (1.20), shift.c (1.12), smartIndent.c (1.15), tags.c |
|---|
| 2523 | (1.34), text.c (1.25), textBuf.c (1.20): Add an optional #include |
|---|
| 2524 | at the end of all #includes in each .c source file. Document that |
|---|
| 2525 | stuff in Makefile.generic |
|---|
| 2526 | |
|---|
| 2527 | 2002-03-14 17:15 amai |
|---|
| 2528 | |
|---|
| 2529 | * makefiles/Makefile.generic (1.8), source/file.c (1.44), |
|---|
| 2530 | source/help.c (1.78), source/highlight.c (1.27), |
|---|
| 2531 | source/highlightData.c (1.29), source/interpret.c (1.24), |
|---|
| 2532 | source/linkdate.c (1.3), source/macro.c (1.40), source/menu.c |
|---|
| 2533 | (1.55), source/nc.c (1.23), source/nedit.c (1.31), |
|---|
| 2534 | source/preferences.c (1.51): Add an optional #include at the end of |
|---|
| 2535 | all #includes in each .c source file. Document that stuff in |
|---|
| 2536 | Makefile.generic |
|---|
| 2537 | |
|---|
| 2538 | 2002-03-14 15:33 edg |
|---|
| 2539 | |
|---|
| 2540 | * source/windowTitle.c (BETA-5-3.4): Removed some toggle button |
|---|
| 2541 | margin height overrides that caused the mnemonic underscores to |
|---|
| 2542 | disappear with certain Motif versions. |
|---|
| 2543 | |
|---|
| 2544 | 2002-03-14 01:25 amai |
|---|
| 2545 | |
|---|
| 2546 | * source/file.c (1.43), source/help.c (1.77), source/highlight.c |
|---|
| 2547 | (1.26), source/highlightData.c (1.28), source/interpret.c (1.23), |
|---|
| 2548 | source/linkdate.c (1.2), source/macro.c (1.39), source/menu.c |
|---|
| 2549 | (1.54), source/nc.c (1.22), source/preferences.c (1.50), |
|---|
| 2550 | source/rbTree.c (1.5), source/regexConvert.c (1.6), |
|---|
| 2551 | source/regularExp.c (1.13), source/search.c (1.44), |
|---|
| 2552 | source/selection.c (1.19), source/server.c (1.14), source/shell.c |
|---|
| 2553 | (1.19), source/shift.c (1.11), source/smartIndent.c (1.14), |
|---|
| 2554 | source/tags.c (1.33), source/text.c (1.24), source/textBuf.c |
|---|
| 2555 | (1.19), source/textDisp.c (1.20), source/textDrag.c (1.6), |
|---|
| 2556 | source/textSel.c (1.8), source/undo.c (1.9), source/userCmds.c |
|---|
| 2557 | (1.24), source/window.c (1.49), source/windowTitle.c (1.5), |
|---|
| 2558 | util/DialogF.c (1.21), util/clearcase.c (1.2), util/fileUtils.c |
|---|
| 2559 | (1.22), util/fontsel.c (1.15), util/getfiles.c (1.19), |
|---|
| 2560 | util/managedList.c (1.8), util/misc.c (1.37), util/prefFile.c |
|---|
| 2561 | (1.13), util/printUtils.c (1.16), util/utils.c (1.11): Optionally |
|---|
| 2562 | #include "../config.h" anywhere at first place in all(?) .c files |
|---|
| 2563 | |
|---|
| 2564 | 2002-03-13 17:15 edg |
|---|
| 2565 | |
|---|
| 2566 | * source/help.c (BETA-5-3.2): Leak fix: style buffers were leaked |
|---|
| 2567 | when help windows were closed or dismissed. |
|---|
| 2568 | |
|---|
| 2569 | 2002-03-13 13:19 edg |
|---|
| 2570 | |
|---|
| 2571 | * source/highlightData.c (BETA-5-3.2): Minor fix in Tcl patterns: |
|---|
| 2572 | newlines are allowed in double quoted strings. |
|---|
| 2573 | |
|---|
| 2574 | 2002-03-13 12:05 edg |
|---|
| 2575 | |
|---|
| 2576 | * source/preferences.c, util/DialogF.c, util/misc.c |
|---|
| 2577 | (BETA-5-3.[2,1,1]) (utags: BETA-5-3-RC1): Various minor leak fixes. |
|---|
| 2578 | |
|---|
| 2579 | 2002-03-13 12:04 edg |
|---|
| 2580 | |
|---|
| 2581 | * source/windowTitle.c (BETA-5-3.3): Made the preview field use a |
|---|
| 2582 | variable width font to avoid obscuring it too easily. |
|---|
| 2583 | |
|---|
| 2584 | 2002-03-12 20:22 edg |
|---|
| 2585 | |
|---|
| 2586 | * source/preferences.c (BETA-5-3.1): Small leak fix in language |
|---|
| 2587 | mode detection. |
|---|
| 2588 | |
|---|
| 2589 | 2002-03-12 20:20 edg |
|---|
| 2590 | |
|---|
| 2591 | * source/: highlight.c, highlightData.c, highlightData.h (tags: |
|---|
| 2592 | BETA-5-3-RC1) (BETA-5-3.[1,1,1]): Revised syntax-based paren |
|---|
| 2593 | matching algorithm: relaxes constraints on highlight patterns. |
|---|
| 2594 | Valid matches should no longer be missed. |
|---|
| 2595 | |
|---|
| 2596 | 2002-03-12 16:59 edg |
|---|
| 2597 | |
|---|
| 2598 | * source/help.c (BETA-5-3.1): Leak fix: text was leaked when |
|---|
| 2599 | printed. |
|---|
| 2600 | |
|---|
| 2601 | 2002-03-12 16:22 edg |
|---|
| 2602 | |
|---|
| 2603 | * source/windowTitle.c (BETA-5-3.2): Removed an XmStringFree() call |
|---|
| 2604 | that was left behind (and caused a crash). |
|---|
| 2605 | |
|---|
| 2606 | 2002-03-12 16:16 amai |
|---|
| 2607 | |
|---|
| 2608 | * makefiles/Makefile.os2 (BETA-5-3.1): Reduce stack size of |
|---|
| 2609 | binaries. |
|---|
| 2610 | |
|---|
| 2611 | 2002-03-12 14:52 edg |
|---|
| 2612 | |
|---|
| 2613 | * Makefile, README (tags: BETA-5-3-RC1), ReleaseNotes (tags: |
|---|
| 2614 | BETA-5-3-RC1), doc/nedit.doc, doc/nedit.html, source/help_data.h, |
|---|
| 2615 | source/help_topic.h (BETA-5-3.[1,2,2,1,1,1,1]): Set version to |
|---|
| 2616 | 5.3RC1. |
|---|
| 2617 | |
|---|
| 2618 | 2002-03-12 09:04 edg |
|---|
| 2619 | |
|---|
| 2620 | * ReleaseNotes, source/tags.c (BETA-5-3.[1,1]): Applied patch |
|---|
| 2621 | #520941: FindDefinition function incorrectly reads the X selection |
|---|
| 2622 | even when an argument has been provided for the find_definition() |
|---|
| 2623 | action routine. |
|---|
| 2624 | |
|---|
| 2625 | 2002-03-12 00:46 amai |
|---|
| 2626 | |
|---|
| 2627 | * README (BETA-5-3.1): Small updates on LessTif info |
|---|
| 2628 | |
|---|
| 2629 | 2002-03-11 23:09 tringali |
|---|
| 2630 | |
|---|
| 2631 | * source/windowTitle.c (BETA-5-3.1): Fix UI so dialog doesn't jump |
|---|
| 2632 | around. Also prevent overflow bug in text field. |
|---|
| 2633 | |
|---|
| 2634 | 2002-03-11 22:41 amai |
|---|
| 2635 | |
|---|
| 2636 | * source/windowTitle.c (1.4): Fix compiler warning |
|---|
| 2637 | |
|---|
| 2638 | 2002-03-11 22:40 amai |
|---|
| 2639 | |
|---|
| 2640 | * README (1.28): Small updates on LessTif info |
|---|
| 2641 | |
|---|
| 2642 | 2002-03-11 22:18 edg |
|---|
| 2643 | |
|---|
| 2644 | * doc/nedit.doc (1.12), doc/nedit.html (1.6), source/help_data.h |
|---|
| 2645 | (1.9), source/help_topic.h (1.6), README (1.27), ReleaseNotes |
|---|
| 2646 | (1.15): Last update before 5.3 branch. |
|---|
| 2647 | |
|---|
| 2648 | 2002-03-11 22:05 edg |
|---|
| 2649 | |
|---|
| 2650 | * doc/help.etx (1.10, BETA-5-3-RC1), source/highlight.c (1.25), |
|---|
| 2651 | source/highlight.h (1.5, BETA-5-3-RC1), source/menu.c (1.53, |
|---|
| 2652 | BETA-5-3-RC1), source/nedit.h (1.23, BETA-5-3-RC1), |
|---|
| 2653 | source/preferences.c (1.49), source/preferences.h (1.20, |
|---|
| 2654 | BETA-5-3-RC1), source/search.c (1.43, BETA-5-3-RC1), |
|---|
| 2655 | source/window.c (1.48): Applied SF patch #513976: Syntax-based |
|---|
| 2656 | parenthesis matching. |
|---|
| 2657 | |
|---|
| 2658 | 2002-03-11 18:17 edg |
|---|
| 2659 | |
|---|
| 2660 | * ChangeLog (1.23), README (1.26), ReleaseNotes (1.14): Update for |
|---|
| 2661 | 5.3. |
|---|
| 2662 | |
|---|
| 2663 | 2002-03-08 10:40 edg |
|---|
| 2664 | |
|---|
| 2665 | * source/window.c (1.47): Fix for #527319: segfault in |
|---|
| 2666 | virtKeyBindingsAreInvalid(). |
|---|
| 2667 | |
|---|
| 2668 | 2002-03-08 08:43 edg |
|---|
| 2669 | |
|---|
| 2670 | * source/tags.c (1.32): Fix for #527222: malloc bugs in tags.c |
|---|
| 2671 | (Nathan Gray). |
|---|
| 2672 | |
|---|
| 2673 | 2002-03-07 20:49 edg |
|---|
| 2674 | |
|---|
| 2675 | * doc/nedit.doc (1.11), doc/nedit.html (1.5), source/help_data.h |
|---|
| 2676 | (1.8), source/help_topic.h (1.5): Regenerated. |
|---|
| 2677 | |
|---|
| 2678 | 2002-03-07 20:36 edg |
|---|
| 2679 | |
|---|
| 2680 | * doc/help.etx (1.9), source/windowTitle.c (1.3): Applied patch |
|---|
| 2681 | #519092: Customizable window title UI redesign |
|---|
| 2682 | |
|---|
| 2683 | 2002-03-07 17:40 edg |
|---|
| 2684 | |
|---|
| 2685 | * source/menu.c (1.52): Removed some (unnecessary) statements that |
|---|
| 2686 | could cause the X server to freeze when the background menu was |
|---|
| 2687 | popped up while any of the lock keys were on. |
|---|
| 2688 | |
|---|
| 2689 | 2002-03-07 16:42 tringali |
|---|
| 2690 | |
|---|
| 2691 | * makefiles/Makefile.linux (1.8, BETA-5-3-RC1): Add -lXp. |
|---|
| 2692 | |
|---|
| 2693 | 2002-03-06 22:04 edg |
|---|
| 2694 | |
|---|
| 2695 | * doc/help.etx (1.8), source/nedit.h (1.22), source/preferences.c |
|---|
| 2696 | (1.48), source/preferences.h (1.19), source/window.c (1.46): Added |
|---|
| 2697 | patch #525903: Workaround for invalid virtual key bindings attached |
|---|
| 2698 | to the root window: invalid bindings are detected and ignored |
|---|
| 2699 | (behavior can be controlled with a new X-resource). |
|---|
| 2700 | |
|---|
| 2701 | 2002-03-06 14:42 tringali |
|---|
| 2702 | |
|---|
| 2703 | * makefiles/Makefile.linux (1.7): Force Motif to be pulled in |
|---|
| 2704 | statically by default. Linux users tend to upgrade frequently or |
|---|
| 2705 | move binaries across systems, causing library version skew. |
|---|
| 2706 | |
|---|
| 2707 | 2002-03-04 20:10 amai |
|---|
| 2708 | |
|---|
| 2709 | * source/tags.c (1.31): Remove unused statements/code lines as |
|---|
| 2710 | pointed out on develop@ |
|---|
| 2711 | |
|---|
| 2712 | 2002-03-02 17:02 yooden |
|---|
| 2713 | |
|---|
| 2714 | * doc/help.etx (1.7), source/file.c (1.42, BETA-5-3-RC1), |
|---|
| 2715 | source/menu.c (1.51), source/nedit.h (1.21), source/preferences.c |
|---|
| 2716 | (1.47), source/preferences.h (1.18): Makes the line feed NEdit |
|---|
| 2717 | appends on save optional. (SF Bug #495009) |
|---|
| 2718 | |
|---|
| 2719 | 2002-03-01 22:44 slobasso |
|---|
| 2720 | |
|---|
| 2721 | * source/interpret.c (1.22, BETA-5-3-RC1): properly round pow() |
|---|
| 2722 | results |
|---|
| 2723 | |
|---|
| 2724 | 2002-03-01 17:13 amai |
|---|
| 2725 | |
|---|
| 2726 | * ChangeLog (1.22), README (1.25): Update timestamp and ChangeLog |
|---|
| 2727 | |
|---|
| 2728 | 2002-03-01 17:12 amai |
|---|
| 2729 | |
|---|
| 2730 | * util/fileUtils.c (1.21, BETA-5-3-RC1): Add a UNICOS-specific call |
|---|
| 2731 | to readlink() |
|---|
| 2732 | |
|---|
| 2733 | 2002-03-01 17:04 amai |
|---|
| 2734 | |
|---|
| 2735 | * util/fontsel.c (1.14): Replace rint(x) by floor(x+0.5) |
|---|
| 2736 | |
|---|
| 2737 | 2002-03-01 16:04 amai |
|---|
| 2738 | |
|---|
| 2739 | * makefiles/Makefile.unicos (1.5, BETA-5-3-RC1): Patch from Paolo |
|---|
| 2740 | Palazzi to compile on UNICOS 10.0.1.0 |
|---|
| 2741 | |
|---|
| 2742 | 2002-02-27 14:44 edg |
|---|
| 2743 | |
|---|
| 2744 | * source/window.c (1.45): Setfont: fixed a bug with the window |
|---|
| 2745 | getting the wrong width when changing the font size under fvwm (or |
|---|
| 2746 | any other ICCCM2 compliant window manager). Fix provided by Dominik |
|---|
| 2747 | Vogt of fvwm. |
|---|
| 2748 | |
|---|
| 2749 | 2002-02-27 11:26 edg |
|---|
| 2750 | |
|---|
| 2751 | * source/text.c (1.23, BETA-5-3-RC1): Replaced the "None" modifiers |
|---|
| 2752 | by "~Alt ~Shift ~Ctrl ~Meta", because "None" also excludes lock |
|---|
| 2753 | keys and prevents PageUp/PageDown from responding when, for |
|---|
| 2754 | instance, the NumLock key is on (so I didn't mix up my binaries |
|---|
| 2755 | after all :-). |
|---|
| 2756 | |
|---|
| 2757 | 2002-02-25 17:28 edg |
|---|
| 2758 | |
|---|
| 2759 | * source/text.c (1.22): Reverted the last change. I've probably |
|---|
| 2760 | mixed up my NEdit binaries. |
|---|
| 2761 | |
|---|
| 2762 | 2002-02-25 14:29 edg |
|---|
| 2763 | |
|---|
| 2764 | * source/text.c (1.21): Removed the recently introduced None |
|---|
| 2765 | modifiers in default key bindings. They don't seem to be |
|---|
| 2766 | recognized by all Motif versions, causing the PageUp/PageDown keys |
|---|
| 2767 | to stop working. |
|---|
| 2768 | |
|---|
| 2769 | 2002-02-25 10:32 edg |
|---|
| 2770 | |
|---|
| 2771 | * source/textDisp.c (1.19, BETA-5-3-RC1): Fix for SF #522263: |
|---|
| 2772 | segfault fix (Nathaniel Gray). |
|---|
| 2773 | |
|---|
| 2774 | 2002-02-24 21:16 edg |
|---|
| 2775 | |
|---|
| 2776 | * source/: textBuf.c (1.18), textBuf.h (1.8) (utags: BETA-5-3-RC1): |
|---|
| 2777 | Fix for #522038: Internal error when splitting window. Allowed |
|---|
| 2778 | more than one pre-delete callback per window (I originally thought |
|---|
| 2779 | that only one was necessary). |
|---|
| 2780 | |
|---|
| 2781 | 2002-02-23 20:01 edg |
|---|
| 2782 | |
|---|
| 2783 | * source/window.c (1.44): Avoid temporarily invalid WM size hints. |
|---|
| 2784 | They seem to amplify the effects of a bug in fvwm2 (SF #496526: |
|---|
| 2785 | Very wide nedit window with fvwm). |
|---|
| 2786 | |
|---|
| 2787 | 2002-02-21 18:53 tringali |
|---|
| 2788 | |
|---|
| 2789 | * source/text.c (1.20): Fix broken PageUp and PageDown keys on |
|---|
| 2790 | systems that bind osfPageLeft to Ctrl-PageUp. |
|---|
| 2791 | |
|---|
| 2792 | 2002-02-20 13:03 amai |
|---|
| 2793 | |
|---|
| 2794 | * source/help.c (1.76): Make getBuildInfo() to return a static |
|---|
| 2795 | string. |
|---|
| 2796 | |
|---|
| 2797 | 2002-02-16 14:39 edg |
|---|
| 2798 | |
|---|
| 2799 | * source/help_data.h (1.7): Regenerated with fixed setext (fixes |
|---|
| 2800 | some style problems). |
|---|
| 2801 | |
|---|
| 2802 | 2002-02-16 14:37 edg |
|---|
| 2803 | |
|---|
| 2804 | * doc/setext (1.7, BETA-5-3-RC1): Style transition fixes by Steven |
|---|
| 2805 | Haehn. |
|---|
| 2806 | |
|---|
| 2807 | 2002-02-15 09:41 edg |
|---|
| 2808 | |
|---|
| 2809 | * doc/nedit.html (1.4), source/help_data.h (1.6), |
|---|
| 2810 | source/help_topic.h (1.4): Regenerated with fixed setext. |
|---|
| 2811 | |
|---|
| 2812 | 2002-02-15 09:37 edg |
|---|
| 2813 | |
|---|
| 2814 | * doc/setext (1.6): Applied bug fixes in help and html generation |
|---|
| 2815 | (provided by Steven Haehn). |
|---|
| 2816 | |
|---|
| 2817 | 2002-02-14 21:08 edg |
|---|
| 2818 | |
|---|
| 2819 | * source/preferences.c (1.46): Bumped .nedit file version to 5.3. |
|---|
| 2820 | |
|---|
| 2821 | 2002-02-14 21:04 edg |
|---|
| 2822 | |
|---|
| 2823 | * README (1.24): Synchronized author list with help.etx. |
|---|
| 2824 | |
|---|
| 2825 | 2002-02-14 20:24 amai |
|---|
| 2826 | |
|---|
| 2827 | * README (1.23), ReleaseNotes (1.13): Re-arrange some text |
|---|
| 2828 | |
|---|
| 2829 | 2002-02-14 14:28 tringali |
|---|
| 2830 | |
|---|
| 2831 | * source/preferences.c (1.45): Oops, helvetica fonts aren't italic, |
|---|
| 2832 | they're oblique. |
|---|
| 2833 | |
|---|
| 2834 | 2002-02-13 23:10 edg |
|---|
| 2835 | |
|---|
| 2836 | * README (1.22), ReleaseNotes (1.12): Preparation of 5.3 release. |
|---|
| 2837 | |
|---|
| 2838 | 2002-02-13 23:07 edg |
|---|
| 2839 | |
|---|
| 2840 | * source/nc.c (1.21, BETA-5-3-RC1): Preparation of 5.3 release. |
|---|
| 2841 | |
|---|
| 2842 | 2002-02-13 20:47 tringali |
|---|
| 2843 | |
|---|
| 2844 | * source/preferences.c (1.44): Change help fonts to be like the |
|---|
| 2845 | defaults we have in nedit.c to reduce the likelihood of them being |
|---|
| 2846 | missing or defective. |
|---|
| 2847 | |
|---|
| 2848 | 2002-02-13 20:00 tringali |
|---|
| 2849 | |
|---|
| 2850 | * util/misc.c (1.36): Fix for [ #478234 ] nedit crash with Xwindows |
|---|
| 2851 | on 2nd screen |
|---|
| 2852 | |
|---|
| 2853 | 2002-02-13 18:03 edg |
|---|
| 2854 | |
|---|
| 2855 | * ChangeLog (1.21): Update. |
|---|
| 2856 | |
|---|
| 2857 | 2002-02-13 14:14 edg |
|---|
| 2858 | |
|---|
| 2859 | * source/textDisp.c (1.18): Fix for SF bug #516920: line numbering |
|---|
| 2860 | in continuous wrap mode. |
|---|
| 2861 | |
|---|
| 2862 | 2002-02-13 12:30 edg |
|---|
| 2863 | |
|---|
| 2864 | * doc/nedit.doc (1.10), doc/nedit.html (1.3), source/help_data.h |
|---|
| 2865 | (1.5), source/help_topic.h (1.3): Regenerated documentation. |
|---|
| 2866 | |
|---|
| 2867 | 2002-02-13 12:27 edg |
|---|
| 2868 | |
|---|
| 2869 | * doc/setext-info.txt (1.1, BETA-5-3-RC1): Added setext format |
|---|
| 2870 | documentation provided by Steven Haehn. |
|---|
| 2871 | |
|---|
| 2872 | 2002-02-13 12:12 edg |
|---|
| 2873 | |
|---|
| 2874 | * doc/help.etx (1.6): Minor fixes. |
|---|
| 2875 | |
|---|
| 2876 | 2002-02-11 21:23 arnef |
|---|
| 2877 | |
|---|
| 2878 | * source/windowTitle.c (1.2): Fixed reason for crash when window is |
|---|
| 2879 | destroyed. Removing leading dashes and spaces Checking for array |
|---|
| 2880 | out of bounds when creating title. |
|---|
| 2881 | |
|---|
| 2882 | 2002-02-11 10:45 edg |
|---|
| 2883 | |
|---|
| 2884 | * source/highlightData.c (1.27): Upgraded X Resources highlight |
|---|
| 2885 | patterns to improve highlighting performance. SF bug #481290; |
|---|
| 2886 | patterns provided by Markus Schwarzenberg. |
|---|
| 2887 | |
|---|
| 2888 | 2002-02-08 23:26 tringali |
|---|
| 2889 | |
|---|
| 2890 | * source/nedit.c (1.30): Yet another attempted fix for 434383: |
|---|
| 2891 | menus showing up as blocks. |
|---|
| 2892 | |
|---|
| 2893 | 2002-02-07 10:23 edg |
|---|
| 2894 | |
|---|
| 2895 | * doc/help.etx (1.5): Updates for SF bug #489601: misprint in |
|---|
| 2896 | help.c. |
|---|
| 2897 | |
|---|
| 2898 | 2002-02-07 10:00 edg |
|---|
| 2899 | |
|---|
| 2900 | * doc/help.etx (1.4): Fix for SF bug #432203: Error in regex help |
|---|
| 2901 | for \l and \L. |
|---|
| 2902 | |
|---|
| 2903 | 2002-02-07 09:28 edg |
|---|
| 2904 | |
|---|
| 2905 | * doc/setext (1.5): Comment on #! interpreter line is not allowed |
|---|
| 2906 | for every shell. |
|---|
| 2907 | |
|---|
| 2908 | 2002-02-05 22:01 edg |
|---|
| 2909 | |
|---|
| 2910 | * source/highlight.c (1.24): Fix for SF bug #512961: NEdit LOCKS |
|---|
| 2911 | UP, and also for a similar bug reported at the discuss mailing list |
|---|
| 2912 | (Philippe Poilbarbe: Infinite Loop). Yet another char/unsigned |
|---|
| 2913 | char mixup problem. |
|---|
| 2914 | |
|---|
| 2915 | 2002-02-05 20:55 edg |
|---|
| 2916 | |
|---|
| 2917 | * source/regularExp.c (1.12, BETA-5-3-RC1): Fixed a char/unsigned |
|---|
| 2918 | char comparison problem that caused crashes when patterns contained |
|---|
| 2919 | characters with ASCII code >= 128. |
|---|
| 2920 | |
|---|
| 2921 | 2002-02-05 18:16 edg |
|---|
| 2922 | |
|---|
| 2923 | * source/: textBuf.c (1.17), textDisp.c (1.17), textDisp.h (1.8, |
|---|
| 2924 | BETA-5-3-RC1), window.c (1.43): Bug fix for SF bug #510631: 5.2 |
|---|
| 2925 | segmentation fault on Linux/i386. Modifying tab distance in |
|---|
| 2926 | continous wrap mode brought the text display widget in an illegal |
|---|
| 2927 | state. |
|---|
| 2928 | |
|---|
| 2929 | 2002-02-05 13:15 edg |
|---|
| 2930 | |
|---|
| 2931 | * source/highlight.c (1.23): Bugfix in color allocation (Thomas |
|---|
| 2932 | Schuetzkowski). |
|---|
| 2933 | |
|---|
| 2934 | 2002-02-03 16:41 edg |
|---|
| 2935 | |
|---|
| 2936 | * source/: textBuf.c (1.16), textBuf.h (1.7), textDisp.c (1.16), |
|---|
| 2937 | textDisp.h (1.7): Patches for SF bug #485415: Continuous wrap |
|---|
| 2938 | updating bugs. Continuous wrap mode combined with variable font |
|---|
| 2939 | sizes resulted in wrong text display calculations. |
|---|
| 2940 | |
|---|
| 2941 | 2002-02-01 15:03 edg |
|---|
| 2942 | |
|---|
| 2943 | * source/textDisp.c (1.15): Patch for SF bug #510765: Help>Version |
|---|
| 2944 | scrollbar can get corrupted. The text display widget used wrong |
|---|
| 2945 | style information for wrapping calculations when using variable |
|---|
| 2946 | width fonts. |
|---|
| 2947 | |
|---|
| 2948 | 2002-01-28 10:43 amai |
|---|
| 2949 | |
|---|
| 2950 | * ChangeLog (1.20), source/help.c (1.75), source/nedit.c (1.29), |
|---|
| 2951 | source/server.c (1.13, BETA-5-3-RC1), source/tags.c (1.30), |
|---|
| 2952 | source/textDisp.c (1.14), source/textDrag.c (1.5, BETA-5-3-RC1), |
|---|
| 2953 | source/undo.c (1.8, BETA-5-3-RC1): Add some explicit #include |
|---|
| 2954 | <string.h> |
|---|
| 2955 | |
|---|
| 2956 | 2002-01-23 16:54 tringali |
|---|
| 2957 | |
|---|
| 2958 | * source/help.c (1.74): Change parenthesis style to match the rest |
|---|
| 2959 | of nedit source code. |
|---|
| 2960 | |
|---|
| 2961 | 2002-01-23 16:53 tringali |
|---|
| 2962 | |
|---|
| 2963 | * source/textSel.c (1.7, BETA-5-3-RC1): Accept COMPOUND_TEXT |
|---|
| 2964 | selection requests for compatability with recent versions of |
|---|
| 2965 | gnome-terminal. |
|---|
| 2966 | |
|---|
| 2967 | 2002-01-17 01:34 amai |
|---|
| 2968 | |
|---|
| 2969 | * makefiles/Makefile.os2 (1.11): Some small fixes/enhancements |
|---|
| 2970 | |
|---|
| 2971 | 2002-01-15 17:05 tringali |
|---|
| 2972 | |
|---|
| 2973 | * source/: menu.c (1.50), window.c (1.42): Lower case, Upper case, |
|---|
| 2974 | and Find Def do not require an NEdit selection. LC/UC can operate |
|---|
| 2975 | on the cursor, and Find Def can use an external selection. |
|---|
| 2976 | |
|---|
| 2977 | 2002-01-13 16:01 yooden |
|---|
| 2978 | |
|---|
| 2979 | * source/: menu.c (1.49), window.c (1.41): Removed four |
|---|
| 2980 | XtSetSensitive calls that prevent use of 'Open Selected' and 'Find |
|---|
| 2981 | Selection' on selections that are not NEdit's. |
|---|
| 2982 | |
|---|
| 2983 | 2002-01-12 00:59 amai |
|---|
| 2984 | |
|---|
| 2985 | * makefiles/Makefile.os2 (1.10), source/nc.c (1.20): Makefile.os2: |
|---|
| 2986 | update/correct some linker options nc.c: I think I previously |
|---|
| 2987 | messed up the commandline for EMX&VMS case. Perhaps not a good |
|---|
| 2988 | idea to mess around in code which I can't test... |
|---|
| 2989 | |
|---|
| 2990 | 2002-01-11 18:21 amai |
|---|
| 2991 | |
|---|
| 2992 | * source/nc.c (1.19): Fix for server startup command line on OS/2: |
|---|
| 2993 | missing flag for START command and fix memory leak. |
|---|
| 2994 | |
|---|
| 2995 | 2002-01-11 13:10 amai |
|---|
| 2996 | |
|---|
| 2997 | * doc/setext (1.4), source/help_data.h (1.4): Patch from Steven |
|---|
| 2998 | Haehn to add some static/const to setext output |
|---|
| 2999 | |
|---|
| 3000 | 2002-01-10 12:49 amai |
|---|
| 3001 | |
|---|
| 3002 | * source/help.c (1.73): Make some funcs/vars static |
|---|
| 3003 | |
|---|
| 3004 | 2002-01-08 16:06 amai |
|---|
| 3005 | |
|---|
| 3006 | * README (1.21): New timestamp ... (a test whether the commit |
|---|
| 3007 | messages get a different subject now) |
|---|
| 3008 | |
|---|
| 3009 | 2002-01-08 14:33 amai |
|---|
| 3010 | |
|---|
| 3011 | * ChangeLog (1.19), source/menu.c (1.48), source/nedit.h (1.20), |
|---|
| 3012 | source/window.c (1.40): Make more menu Items sensitive WRT an |
|---|
| 3013 | existing selection: Cut, Upper, Lower |
|---|
| 3014 | |
|---|
| 3015 | 2002-01-07 10:15 amai |
|---|
| 3016 | |
|---|
| 3017 | * source/tags.c (1.29): Jump to tags only referenced by line |
|---|
| 3018 | number. Fix by M. Schwarzenberg. |
|---|
| 3019 | |
|---|
| 3020 | 2002-01-05 16:52 amai |
|---|
| 3021 | |
|---|
| 3022 | * source/search.c (1.42): Only set *again menu Items on the first |
|---|
| 3023 | search ever (not on each) |
|---|
| 3024 | |
|---|
| 3025 | 2002-01-05 16:45 amai |
|---|
| 3026 | |
|---|
| 3027 | * source/: Makefile.dependencies (1.15), menu.c (1.47), nedit.h |
|---|
| 3028 | (1.19), search.c (1.41), search.h (1.15, BETA-5-3-RC1), window.c |
|---|
| 3029 | (1.39): Toggle Menu Item sensitivity, including those from SF Bug [ |
|---|
| 3030 | #486072 ] Selection commands sensitivity incorrect |
|---|
| 3031 | |
|---|
| 3032 | 2002-01-05 02:19 edel |
|---|
| 3033 | |
|---|
| 3034 | * source/: help_data.h (1.3), help_topic.h (1.2): Regenerated |
|---|
| 3035 | help_topic.h and help_data.h for change in help.ext |
|---|
| 3036 | |
|---|
| 3037 | 2002-01-05 02:09 edel |
|---|
| 3038 | |
|---|
| 3039 | * makefiles/Makefile.solaris (1.7, BETA-5-3-RC1): Reverting to 1.5 |
|---|
| 3040 | (I accidentally committed my private mods, sorry). |
|---|
| 3041 | |
|---|
| 3042 | 2002-01-05 01:48 edel |
|---|
| 3043 | |
|---|
| 3044 | * doc/help.etx (1.3), doc/setext (1.3), makefiles/Makefile.solaris |
|---|
| 3045 | (1.6), source/help.c (1.72), source/preferences.c (1.43), |
|---|
| 3046 | source/preferences.h (1.17): Help updates from Steve. Remove |
|---|
| 3047 | unused title font resources, add back some missing help text. |
|---|
| 3048 | |
|---|
| 3049 | 2002-01-04 16:39 amai |
|---|
| 3050 | |
|---|
| 3051 | * ChangeLog (1.18), source/textDisp.c (1.13): Fix ("wrong") |
|---|
| 3052 | compiler (gcc) warning about two uninitialized variables |
|---|
| 3053 | |
|---|
| 3054 | 2001-12-31 14:34 amai |
|---|
| 3055 | |
|---|
| 3056 | * source/nc.c (1.18): Fix a problem with calling nedit from nc on |
|---|
| 3057 | OS/2 which I introduced recently. Enlarge Preferences.serverCmd |
|---|
| 3058 | array. |
|---|
| 3059 | |
|---|
| 3060 | 2001-12-24 11:50 amai |
|---|
| 3061 | |
|---|
| 3062 | * source/macro.c (1.38, BETA-5-3-RC1): Fix by Gilles J. Seguin for |
|---|
| 3063 | SF Bug [ #480966 ] Composed characters in learned sequence |
|---|
| 3064 | |
|---|
| 3065 | 2001-12-24 09:46 amai |
|---|
| 3066 | |
|---|
| 3067 | * source/file.c (1.41), source/highlight.c (1.22), source/menu.c |
|---|
| 3068 | (1.46), util/getfiles.c (1.18, BETA-5-3-RC1): Fix for SF Bug [ |
|---|
| 3069 | #480960 ] No titles in some dialog boxes as sent to develop@ from |
|---|
| 3070 | T. Haude |
|---|
| 3071 | |
|---|
| 3072 | 2001-12-24 09:26 amai |
|---|
| 3073 | |
|---|
| 3074 | * ChangeLog (1.17), source/parse_noyacc.c (1.2, BETA-5-3-RC1), |
|---|
| 3075 | source/window.c (1.38): Update ChangeLog, parse_noyacc.c. Typo in |
|---|
| 3076 | window.c |
|---|
| 3077 | |
|---|
| 3078 | 2001-12-24 09:18 amai |
|---|
| 3079 | |
|---|
| 3080 | * source/: interpret.c (1.21), interpret.h (1.7, BETA-5-3-RC1), |
|---|
| 3081 | parse.y (1.18, BETA-5-3-RC1): Apply SF Patch [ #496413 ] |
|---|
| 3082 | preliminary patch for #495293 from A. Hood which in turn fixes SF |
|---|
| 3083 | Bug [ #495293 ] continue outside of loop causes segfault |
|---|
| 3084 | |
|---|
| 3085 | 2001-12-20 15:38 amai |
|---|
| 3086 | |
|---|
| 3087 | * source/: comnedit.com (1.7, BETA-5-3-RC1), parse.c_noyacc (1.8), |
|---|
| 3088 | parse_noyacc.c (1.1): Rename our fallback version of the parse.c |
|---|
| 3089 | code to have a reasonable file extension. Update VMS command file |
|---|
| 3090 | accordingly |
|---|
| 3091 | |
|---|
| 3092 | 2001-12-19 17:08 tringali |
|---|
| 3093 | |
|---|
| 3094 | * source/help.c (1.71): Fix incorrect array size that crashes on |
|---|
| 3095 | platforms where sizeof(char*) != sizeof(int) |
|---|
| 3096 | |
|---|
| 3097 | 2001-12-19 14:51 tringali |
|---|
| 3098 | |
|---|
| 3099 | * source/: window.c (1.37), nedit.c (1.28): Back out frame around |
|---|
| 3100 | text patch; doesn't work well with LessTif |
|---|
| 3101 | |
|---|
| 3102 | 2001-12-18 18:53 tringali |
|---|
| 3103 | |
|---|
| 3104 | * source/: nedit.c (1.27), window.c (1.36): Put frame around text |
|---|
| 3105 | widget, for consistent look with XmScrolledText Patch courtesy of |
|---|
| 3106 | C. Rasmussen (If you don't like it, disable it with |
|---|
| 3107 | *pane*XmFrame.shadowThickness: 0) |
|---|
| 3108 | |
|---|
| 3109 | 2001-12-17 16:28 amai |
|---|
| 3110 | |
|---|
| 3111 | * source/selection.c (1.18, BETA-5-3-RC1): Fix compilation problem |
|---|
| 3112 | |
|---|
| 3113 | 2001-12-16 04:31 ajhood |
|---|
| 3114 | |
|---|
| 3115 | * source/selection.c (1.17): Modified Files: |
|---|
| 3116 | selection.c |
|---|
| 3117 | replacing sprintf lost the path name when opening files |
|---|
| 3118 | |
|---|
| 3119 | 2001-12-14 14:35 edel |
|---|
| 3120 | |
|---|
| 3121 | * source/help_topic.h (1.1): Separated auto-generated part of |
|---|
| 3122 | help.h into different file, help_topic.h. |
|---|
| 3123 | |
|---|
| 3124 | 2001-12-14 05:14 edel |
|---|
| 3125 | |
|---|
| 3126 | * doc/: Makefile (1.2, BETA-5-3-RC1), help.etx (1.2), nedit.doc |
|---|
| 3127 | (1.9), nedit.html (1.2), setext (1.2): Rearranged styles to put |
|---|
| 3128 | fixed fonts first, for sizing help text widget. |
|---|
| 3129 | |
|---|
| 3130 | 2001-12-14 05:12 edel |
|---|
| 3131 | |
|---|
| 3132 | * source/: Makefile.dependencies (1.14), help.c (1.70), help.h |
|---|
| 3133 | (1.8), help_data.h (1.2): Rearanged help fonts so window is sized |
|---|
| 3134 | to match fixed-width formatting. Fixed underlined fonts not |
|---|
| 3135 | working. |
|---|
| 3136 | |
|---|
| 3137 | 2001-12-13 15:44 amai |
|---|
| 3138 | |
|---|
| 3139 | * source/tags.c (1.28): Drop // comments from last check-in |
|---|
| 3140 | |
|---|
| 3141 | 2001-12-13 13:31 amai |
|---|
| 3142 | |
|---|
| 3143 | * ChangeLog (1.16), source/help.h (1.7): Add prototype to help.h to |
|---|
| 3144 | fix build warning |
|---|
| 3145 | |
|---|
| 3146 | 2001-12-13 13:27 amai |
|---|
| 3147 | |
|---|
| 3148 | * source/tags.c (1.27), source/tags.h (1.10, BETA-5-3-RC1), |
|---|
| 3149 | util/fileUtils.c (1.20), util/utils.c (1.10, BETA-5-3-RC1), |
|---|
| 3150 | util/utils.h (1.5, BETA-5-3-RC1): Apply SF Patch [ #491109 ] |
|---|
| 3151 | recognize etags TAGS files added from M. Schwarzenberg |
|---|
| 3152 | |
|---|
| 3153 | 2001-12-13 13:14 amai |
|---|
| 3154 | |
|---|
| 3155 | * source/interpret.c (1.20), source/macro.c (1.37), source/menu.c |
|---|
| 3156 | (1.45), source/parse.y (1.17), source/preferences.c (1.42), |
|---|
| 3157 | source/search.c (1.40), source/selection.c (1.16), source/tags.c |
|---|
| 3158 | (1.26), source/userCmds.c (1.23, BETA-5-3-RC1), util/printUtils.c |
|---|
| 3159 | (1.15): Fix for SF Bug [ #491943 ] missing (unsigned char) casts |
|---|
| 3160 | from M. Schwarzenberg |
|---|
| 3161 | |
|---|
| 3162 | 2001-12-12 17:07 edel |
|---|
| 3163 | |
|---|
| 3164 | * source/help.c (1.69): Fixed hyperlink after search crash, search |
|---|
| 3165 | memory leak, cleaned up code, added more comments. |
|---|
| 3166 | |
|---|
| 3167 | 2001-12-10 05:11 edel |
|---|
| 3168 | |
|---|
| 3169 | * source/help_data.h (1.1): Help data generated from |
|---|
| 3170 | ../doc/help.etx |
|---|
| 3171 | |
|---|
| 3172 | 2001-12-10 05:07 edel |
|---|
| 3173 | |
|---|
| 3174 | * doc/nedit.html (1.1): Copy of html documentation generated by new |
|---|
| 3175 | help system |
|---|
| 3176 | |
|---|
| 3177 | 2001-12-10 05:03 edel |
|---|
| 3178 | |
|---|
| 3179 | * doc/: Makefile (1.1), help.etx (1.1), nedit.doc (1.8), setext |
|---|
| 3180 | (1.1): New help system! |
|---|
| 3181 | |
|---|
| 3182 | 2001-12-10 04:57 edel |
|---|
| 3183 | |
|---|
| 3184 | * source/: Makefile.dependencies (1.13), help.c (1.68), help.h |
|---|
| 3185 | (1.6), highlight.c (1.21), highlight.h (1.4), menu.c (1.44), |
|---|
| 3186 | preferences.c (1.41), preferences.h (1.16), textDisp.c (1.12): New |
|---|
| 3187 | help system! |
|---|
| 3188 | |
|---|
| 3189 | 2001-12-07 10:50 amai |
|---|
| 3190 | |
|---|
| 3191 | * source/file.c (1.40): Close file handle upon various error |
|---|
| 3192 | conditions to leave the routine w/o success. Also reject block |
|---|
| 3193 | devices in addition to directories. |
|---|
| 3194 | |
|---|
| 3195 | 2001-12-05 10:16 amai |
|---|
| 3196 | |
|---|
| 3197 | * source/: nc.c (1.17), nedit.c (1.26): nc: don't use XtWarning |
|---|
| 3198 | when report invalid commanline argument. nedit: react properly if |
|---|
| 3199 | file name on commandline is too long. Now starts up GUI. |
|---|
| 3200 | |
|---|
| 3201 | 2001-12-04 18:03 amai |
|---|
| 3202 | |
|---|
| 3203 | * ChangeLog (1.15), source/server.c (1.12), util/getfiles.c (1.17): |
|---|
| 3204 | More checks for ParseFilename()'s return value |
|---|
| 3205 | |
|---|
| 3206 | 2001-12-04 17:50 amai |
|---|
| 3207 | |
|---|
| 3208 | * source/file.c (1.39), source/menu.c (1.43), source/nc.c (1.16), |
|---|
| 3209 | source/nedit.c (1.25), source/selection.c (1.15), source/tags.c |
|---|
| 3210 | (1.25), util/DialogF.c (1.20), util/fileUtils.c (1.19): |
|---|
| 3211 | ParseFilename() often gets called w/o the caller to ensure that the |
|---|
| 3212 | arguments are proper. Let it do some checks and have an useful |
|---|
| 3213 | return value. |
|---|
| 3214 | |
|---|
| 3215 | 2001-12-04 11:14 amai |
|---|
| 3216 | |
|---|
| 3217 | * makefiles/Makefile.macosx (1.1): Add Makefile for MacOS X, as |
|---|
| 3218 | found on our website |
|---|
| 3219 | |
|---|
| 3220 | 2001-12-03 22:21 amai |
|---|
| 3221 | |
|---|
| 3222 | * source/: help.c (1.67), nedit.c (1.24): Update source timestamp |
|---|
| 3223 | and add -V to commandline help |
|---|
| 3224 | |
|---|
| 3225 | 2001-12-03 22:18 amai |
|---|
| 3226 | |
|---|
| 3227 | * source/nc.c (1.15): Resolve a mess of #ifdefs in handling |
|---|
| 3228 | commandline args. Implement -V|-version for nc |
|---|
| 3229 | |
|---|
| 3230 | 2001-12-03 16:46 tringali |
|---|
| 3231 | |
|---|
| 3232 | * source/: Makefile.common (1.10, BETA-5-3-RC1), help.c (1.66), |
|---|
| 3233 | linkdate.c (1.1, BETA-5-3-RC1): Make build date more accurate by |
|---|
| 3234 | updating on actual link, not when help.c was last compiled. |
|---|
| 3235 | |
|---|
| 3236 | 2001-12-02 17:58 edg |
|---|
| 3237 | |
|---|
| 3238 | * source/: textBuf.c (1.15), textSel.c (1.6): Applied SF patch |
|---|
| 3239 | #487945: Fix for rectangular overstrike paste. |
|---|
| 3240 | |
|---|
| 3241 | 2001-11-30 15:41 tringali |
|---|
| 3242 | |
|---|
| 3243 | * source/: nedit.c (1.23), window.c (1.35): [487153] Let user |
|---|
| 3244 | override font of statistics line |
|---|
| 3245 | |
|---|
| 3246 | 2001-11-27 22:53 edg |
|---|
| 3247 | |
|---|
| 3248 | * source/search.c (1.39): Enhancement to the (multi-file) |
|---|
| 3249 | replacement dialog: all files are first checked for changes to set |
|---|
| 3250 | correct sensitivity for the multi-file button and to generate an |
|---|
| 3251 | up-to-date list of writable files in the multi-file dialog. |
|---|
| 3252 | |
|---|
| 3253 | 2001-11-27 10:47 amai |
|---|
| 3254 | |
|---|
| 3255 | * source/: help.c (1.65), menu.c (1.42), shell.c (1.18): Patch from |
|---|
| 3256 | A. Riese SF Patch [ #434451 ] line numbers in shell commands |
|---|
| 3257 | |
|---|
| 3258 | 2001-11-27 09:09 amai |
|---|
| 3259 | |
|---|
| 3260 | * source/file.c (1.38), source/menu.c (1.41), util/prefFile.c |
|---|
| 3261 | (1.12), util/utils.c (1.9), util/utils.h (1.4): Introduce |
|---|
| 3262 | PrependHome() to create all paths of type $HOME/file without |
|---|
| 3263 | overflow. Fixes some leaks, other remain ... |
|---|
| 3264 | |
|---|
| 3265 | 2001-11-26 21:40 amai |
|---|
| 3266 | |
|---|
| 3267 | * util/: fileUtils.c (1.18), utils.c (1.8): Quit if a "safe" |
|---|
| 3268 | getpw*() call fails. GetUserName() returns a safe, cached result |
|---|
| 3269 | |
|---|
| 3270 | 2001-11-26 17:17 amai |
|---|
| 3271 | |
|---|
| 3272 | * ChangeLog (1.14), README (1.20), source/help.c (1.64), |
|---|
| 3273 | source/nc.c (1.14), source/nedit.c (1.22): Apply Patch from M. |
|---|
| 3274 | Schwarzenberg: SF Patch [ #485610 ] -- open filenames starting with |
|---|
| 3275 | a dash |
|---|
| 3276 | |
|---|
| 3277 | 2001-11-26 14:54 amai |
|---|
| 3278 | |
|---|
| 3279 | * util/fileUtils.c (1.17): Try to fix a potential memory |
|---|
| 3280 | (security?!?) leak in ExpandTile() |
|---|
| 3281 | |
|---|
| 3282 | 2001-11-26 14:17 amai |
|---|
| 3283 | |
|---|
| 3284 | * util/utils.c (1.7): Cache return value of GetHomeDir() and return |
|---|
| 3285 | a private reference. Earlier we did return a string that could be |
|---|
| 3286 | invalided before it was used!? |
|---|
| 3287 | |
|---|
| 3288 | 2001-11-25 23:03 edg |
|---|
| 3289 | |
|---|
| 3290 | * source/file.c (1.37): Crash fix: avoid closing windows twice when |
|---|
| 3291 | user destroys the window of a file that could not be opened instead |
|---|
| 3292 | of closing the error dialog. |
|---|
| 3293 | |
|---|
| 3294 | 2001-11-25 22:05 edg |
|---|
| 3295 | |
|---|
| 3296 | * source/textBuf.c (1.14): Small fix: tighter buffer boundary check |
|---|
| 3297 | when accessing characters. |
|---|
| 3298 | |
|---|
| 3299 | 2001-11-24 11:57 amai |
|---|
| 3300 | |
|---|
| 3301 | * source/file.c (1.36): Patch from Thorsten Haude for SF Bug [ |
|---|
| 3302 | #484870 ] Double Mnemonic |
|---|
| 3303 | |
|---|
| 3304 | 2001-11-24 11:41 amai |
|---|
| 3305 | |
|---|
| 3306 | * makefiles/Makefile.qnx (1.1, BETA-5-3-RC1): Add Makefile for QNX |
|---|
| 3307 | as posted on develop@ mailinglist |
|---|
| 3308 | |
|---|
| 3309 | 2001-11-22 21:01 amai |
|---|
| 3310 | |
|---|
| 3311 | * source/interpret.c (1.19), source/preferences.c (1.40), |
|---|
| 3312 | source/textBuf.c (1.13), source/textBuf.h (1.6), util/printUtils.c |
|---|
| 3313 | (1.14), util/printUtils.h (1.5, BETA-5-3-RC1): Another small const |
|---|
| 3314 | patch |
|---|
| 3315 | |
|---|
| 3316 | 2001-11-21 16:36 amai |
|---|
| 3317 | |
|---|
| 3318 | * util/misc.c (1.35): Patch SF [#483505 ] Fix warning on DEC Not |
|---|
| 3319 | literally, I extended the comment a bit. |
|---|
| 3320 | |
|---|
| 3321 | 2001-11-20 15:53 amai |
|---|
| 3322 | |
|---|
| 3323 | * README (1.19): Sorry, another "dummy" commit, to check for the |
|---|
| 3324 | commit messages :-) |
|---|
| 3325 | |
|---|
| 3326 | 2001-11-20 15:36 amai |
|---|
| 3327 | |
|---|
| 3328 | * ReleaseNotes (1.11): Switch to "5.2+" ... |
|---|
| 3329 | |
|---|
| 3330 | 2001-11-20 15:31 amai |
|---|
| 3331 | |
|---|
| 3332 | * README (1.18): Start list of 5.2+ features/changes |
|---|
| 3333 | |
|---|
| 3334 | 2001-11-20 13:25 amai |
|---|
| 3335 | |
|---|
| 3336 | * source/selection.c (1.14), util/system.h (1.9, BETA-5-3-RC1): Add |
|---|
| 3337 | Intel's icc/ecc to our list of known compilers (and fix a compiler |
|---|
| 3338 | warning) |
|---|
| 3339 | |
|---|
| 3340 | 2001-11-18 19:53 amai |
|---|
| 3341 | |
|---|
| 3342 | * ChangeLog (1.13): Update |
|---|
| 3343 | |
|---|
| 3344 | 2001-11-18 19:02 arnef |
|---|
| 3345 | |
|---|
| 3346 | * source/Makefile.common (1.9), source/Makefile.dependencies |
|---|
| 3347 | (1.12), source/help.c (1.63), source/help.h (1.5), source/menu.c |
|---|
| 3348 | (1.40), source/nc.c (1.13), source/preferences.c (1.39), |
|---|
| 3349 | source/preferences.h (1.15), source/server.c (1.11), |
|---|
| 3350 | source/window.c (1.34), source/window.h (1.8, BETA-5-3-RC1), |
|---|
| 3351 | source/windowTitle.c (1.1), source/windowTitle.h (1.1, |
|---|
| 3352 | BETA-5-3-RC1), util/Makefile.common (1.6, BETA-5-3-RC1), |
|---|
| 3353 | util/Makefile.dependencies (1.5, BETA-5-3-RC1), util/clearcase.c |
|---|
| 3354 | (1.1, BETA-5-3-RC1), util/clearcase.h (1.1, BETA-5-3-RC1), |
|---|
| 3355 | util/fileUtils.c (1.16), util/fileUtils.h (1.7, BETA-5-3-RC1), |
|---|
| 3356 | util/utils.c (1.6), util/utils.h (1.3): Added Customise Window |
|---|
| 3357 | Title patch Ref. |
|---|
| 3358 | http://sourceforge.net/tracker/?func=detail&atid=311005&aid=477875& |
|---|
| 3359 | group_id=11005 |
|---|
| 3360 | |
|---|
| 3361 | 2001-11-16 16:06 tringali |
|---|
| 3362 | |
|---|
| 3363 | * util/misc.c (1.34): 482504: Bad CapsLock grab on certain keyboard |
|---|
| 3364 | configurations |
|---|
| 3365 | |
|---|
| 3366 | 2001-11-16 12:47 amai |
|---|
| 3367 | |
|---|
| 3368 | * source/userCmds.c (1.22): "const patch" |
|---|
| 3369 | |
|---|
| 3370 | 2001-11-16 11:13 amai |
|---|
| 3371 | |
|---|
| 3372 | * source/: selection.c (1.13), shift.c (1.10, BETA-5-3-RC1): Add |
|---|
| 3373 | two missing #includes |
|---|
| 3374 | |
|---|
| 3375 | 2001-11-16 11:02 amai |
|---|
| 3376 | |
|---|
| 3377 | * source/: help.c (1.62), shell.c (1.17), userCmds.c (1.21): Apply |
|---|
| 3378 | patch SF [ #434451 ] line numbers in shell commands from Axel |
|---|
| 3379 | Riese. |
|---|
| 3380 | |
|---|
| 3381 | 2001-11-16 10:06 amai |
|---|
| 3382 | |
|---|
| 3383 | * source/: help.c (1.61), menu.c (1.39), selection.c (1.12), |
|---|
| 3384 | selection.h (1.4, BETA-5-3-RC1), text.c (1.19), text.h (1.5, |
|---|
| 3385 | BETA-5-3-RC1), textDisp.c (1.11), textDisp.h (1.6): Apply patch for |
|---|
| 3386 | SF [ #403435 ] Go to column in "Goto Line Number" dialog (added |
|---|
| 3387 | some 'consts', missing #include, etc.) |
|---|
| 3388 | |
|---|
| 3389 | 2001-11-16 09:39 amai |
|---|
| 3390 | |
|---|
| 3391 | * source/: tags.c (1.24), tags.h (1.9), textBuf.c (1.12), textBuf.h |
|---|
| 3392 | (1.5), userCmds.c (1.20): Another "const patch" |
|---|
| 3393 | |
|---|
| 3394 | 2001-11-15 14:28 amai |
|---|
| 3395 | |
|---|
| 3396 | * makefiles/Makefile.openbsd (1.1, BETA-5-3-RC1): In principle the |
|---|
| 3397 | same as Makefile.netbsd, but I arbitrarily chose a Motif 2.1 setup |
|---|
| 3398 | and added -lXp already |
|---|
| 3399 | |
|---|
| 3400 | 2001-11-13 21:07 amai |
|---|
| 3401 | |
|---|
| 3402 | * makefiles/Makefile.os2 (1.9): For now we don't have/use |
|---|
| 3403 | readlink(2) on OS/2 |
|---|
| 3404 | |
|---|
| 3405 | 2001-11-13 11:10 amai |
|---|
| 3406 | |
|---|
| 3407 | * source/: search.c (1.38), search.h (1.14): Add some more 'const's |
|---|
| 3408 | to public search routines |
|---|
| 3409 | |
|---|
| 3410 | 2001-11-12 14:04 amai |
|---|
| 3411 | |
|---|
| 3412 | * util/: DialogF.c (1.19), DialogF.h (1.5, BETA-5-3-RC1), misc.c |
|---|
| 3413 | (1.33), misc.h (1.11, BETA-5-3-RC1): Another small 'const patch' |
|---|
| 3414 | |
|---|
| 3415 | 2001-11-12 13:46 amai |
|---|
| 3416 | |
|---|
| 3417 | * makefiles/Makefile.generic (1.7, BETA-5-3-RC1), source/tags.c |
|---|
| 3418 | (1.23), util/fileUtils.c (1.15), util/fileUtils.h (1.6): Revised |
|---|
| 3419 | version of Patch from Markus Schwarzenberg: SF [ #479589 ] path for |
|---|
| 3420 | tags files should be resolved I added a catch for systems without |
|---|
| 3421 | links/readlink(2) |
|---|
| 3422 | |
|---|
| 3423 | 2001-11-10 00:00 slobasso |
|---|
| 3424 | |
|---|
| 3425 | * source/help.c (1.60): fixed bad eol in string |
|---|
| 3426 | |
|---|
| 3427 | 2001-11-09 23:58 slobasso |
|---|
| 3428 | |
|---|
| 3429 | * source/highlightData.c (1.26): added in to NEdit macro language |
|---|
| 3430 | keywords |
|---|
| 3431 | |
|---|
| 3432 | 2001-11-08 16:05 amai |
|---|
| 3433 | |
|---|
| 3434 | * makefiles/Makefile.generic (1.6), makefiles/Makefile.os2 (1.8), |
|---|
| 3435 | source/file.c (1.35): Drop WRITES_DOS_TEXT catch finally! |
|---|
| 3436 | |
|---|
| 3437 | 2001-11-08 13:49 amai |
|---|
| 3438 | |
|---|
| 3439 | * ChangeLog (1.12): Update |
|---|
| 3440 | |
|---|
| 3441 | 2001-11-08 13:47 amai |
|---|
| 3442 | |
|---|
| 3443 | * README (1.17), source/help.c (1.59): Add timestamp again to |
|---|
| 3444 | version info. The build date is not necessarily an indicator for |
|---|
| 3445 | the date of the underlying sources ... |
|---|
| 3446 | |
|---|
| 3447 | 2001-11-08 12:55 edg |
|---|
| 3448 | |
|---|
| 3449 | * source/search.c (1.37): Fixed a bug for replacements in |
|---|
| 3450 | rectangular selections: false matches could hide valid ones. |
|---|
| 3451 | |
|---|
| 3452 | 2001-11-07 22:54 edg |
|---|
| 3453 | |
|---|
| 3454 | * source/preferences.c (1.38): Added a patch for the last remaining |
|---|
| 3455 | issue of SF bug #230912 (Postscript language mode definition on |
|---|
| 3456 | VMS), and added a post-5.2 preferences upgrading routine, to be |
|---|
| 3457 | extended when other preferences are upgraded. |
|---|
| 3458 | |
|---|
| 3459 | 2001-11-05 15:17 tringali |
|---|
| 3460 | |
|---|
| 3461 | * source/highlightData.c (1.25): Update C/C++ preprocessor patterns |
|---|
| 3462 | with specific keywords (#include, #define, etc.) |
|---|
| 3463 | |
|---|
| 3464 | 2001-11-02 12:17 edg |
|---|
| 3465 | |
|---|
| 3466 | * source/file.c (1.34): Changed misleading "Create" button label in |
|---|
| 3467 | dialogs to "New File" (Thorsten Haude, SF bug #449765). |
|---|
| 3468 | |
|---|
| 3469 | 2001-11-02 12:13 edg |
|---|
| 3470 | |
|---|
| 3471 | * README (1.16), doc/nedit.doc (1.7), source/help.c (1.58): Minor |
|---|
| 3472 | documentation updates (Thorsten Haude). |
|---|
| 3473 | |
|---|
| 3474 | 2001-11-01 20:22 edg |
|---|
| 3475 | |
|---|
| 3476 | * util/fontsel.c (1.13): Removed a debug print statement that was |
|---|
| 3477 | left behind accidentally. |
|---|
| 3478 | |
|---|
| 3479 | 2001-10-31 17:25 edg |
|---|
| 3480 | |
|---|
| 3481 | * util/getfiles.c (1.16): Added a VMS-specific check for a Motif |
|---|
| 3482 | 2.x bug workaround (one was added earlier, but it should have been |
|---|
| 3483 | done at two places). |
|---|
| 3484 | |
|---|
| 3485 | 2001-10-31 16:36 edg |
|---|
| 3486 | |
|---|
| 3487 | * source/: nedit.c (1.21), preferences.c (1.37): Changed default |
|---|
| 3488 | font sizes from 12 pixels to 12 points. This should improve |
|---|
| 3489 | portability. |
|---|
| 3490 | |
|---|
| 3491 | 2001-10-30 21:47 tringali |
|---|
| 3492 | |
|---|
| 3493 | * source/preferences.c (1.36): Merge post-RC1 changes to mainline |
|---|
| 3494 | |
|---|
| 3495 | 2001-10-27 20:19 edg |
|---|
| 3496 | |
|---|
| 3497 | * source/: menu.c (1.38), userCmds.c (1.19): Added extra checks to |
|---|
| 3498 | prevent macro/background menu commands from being executed by the |
|---|
| 3499 | user while another command is already running (to prevent a crash). |
|---|
| 3500 | Also added beeps to notify the user in those cases that the |
|---|
| 3501 | commands are rejected. |
|---|
| 3502 | |
|---|
| 3503 | 2001-10-26 20:17 amai |
|---|
| 3504 | |
|---|
| 3505 | * makefiles/: Makefile.generic (1.5), Makefile.os2 (1.7): Document |
|---|
| 3506 | -DWRITES_DOS_TEXT - at least it's used on OS/2! |
|---|
| 3507 | |
|---|
| 3508 | 2001-10-25 15:51 tringali |
|---|
| 3509 | |
|---|
| 3510 | * source/preferences.c (tags: REL-5-2) (BETA-5-2.6): Compare file |
|---|
| 3511 | versions as integers to avoid bad float comparisonsCompare file |
|---|
| 3512 | versions as integers to avoid bad float comparisonsCompare file |
|---|
| 3513 | versions as integers to avoid bad float comparisonsCompare file |
|---|
| 3514 | versions as integers to avoid bad float comparisons |
|---|
| 3515 | |
|---|
| 3516 | 2001-10-22 08:50 amai |
|---|
| 3517 | |
|---|
| 3518 | * source/: tags.c (1.22), tags.h (1.8): Patch for SF [ #473602 ] no |
|---|
| 3519 | mult. tags selection on 1st find def from Markus Schwarzenberg |
|---|
| 3520 | |
|---|
| 3521 | 2001-10-21 15:13 tringali |
|---|
| 3522 | |
|---|
| 3523 | * README (1.15), ReleaseNotes (1.10), doc/faq-txt.awk (1.2, |
|---|
| 3524 | BETA-5-3-RC1), doc/faq-txt.dtd (1.2, BETA-5-3-RC1), doc/faq-txt.xsl |
|---|
| 3525 | (1.2, BETA-5-3-RC1), doc/faq.dtd (1.2, BETA-5-3-RC1), doc/faq.xml |
|---|
| 3526 | (1.3, BETA-5-3-RC1), doc/faq.xsl (1.2, BETA-5-3-RC1), doc/nc.man |
|---|
| 3527 | (1.5, BETA-5-3-RC1), doc/nedit.doc (1.6), doc/nedit.man (1.6, |
|---|
| 3528 | BETA-5-3-RC1), source/file.c (1.33), source/help.c (1.57), |
|---|
| 3529 | source/highlight.c (1.20), source/highlightData.c (1.24), |
|---|
| 3530 | source/nedit.c (1.20), source/preferences.c (1.35), source/search.c |
|---|
| 3531 | (1.36), source/shell.c (1.16), util/fontsel.c (1.12), |
|---|
| 3532 | util/fontsel.h (1.5, BETA-5-3-RC1), util/prefFile.c (1.11), |
|---|
| 3533 | util/system.h (1.8): Merge post-5.2RC1 changes into mainline |
|---|
| 3534 | |
|---|
| 3535 | 2001-10-21 15:09 tringali |
|---|
| 3536 | |
|---|
| 3537 | * doc/NEdit.ad (1.2, BETA-5-3-RC1), doc/README.FAQ (1.2, |
|---|
| 3538 | BETA-5-3-RC1), doc/faq-txt-pass2.xsl (1.2, BETA-5-3-RC1), |
|---|
| 3539 | doc/faq.txt (1.2, BETA-5-3-RC1), makefiles/Makefile.depend (1.2, |
|---|
| 3540 | BETA-5-3-RC1), makefiles/Makefile.linux (1.6), |
|---|
| 3541 | makefiles/Makefile.os2 (1.6), makefiles/Makefile.solaris (1.5), |
|---|
| 3542 | makefiles/Makefile.unixware (1.4, BETA-5-3-RC1): Merge post-5.2RC1 |
|---|
| 3543 | changes into mainline |
|---|
| 3544 | |
|---|
| 3545 | 2001-10-16 14:41 edg |
|---|
| 3546 | |
|---|
| 3547 | * ChangeLog (tags: REL-5-2) (BETA-5-2.6): Final update for 5.2 |
|---|
| 3548 | release. |
|---|
| 3549 | |
|---|
| 3550 | 2001-10-15 20:10 amai |
|---|
| 3551 | |
|---|
| 3552 | * source/tags.c (1.21): Latest patch for SF [ #466742 ] Tag not |
|---|
| 3553 | found |
|---|
| 3554 | |
|---|
| 3555 | 2001-10-15 17:33 slobasso |
|---|
| 3556 | |
|---|
| 3557 | * source/nc.c (1.12): Patch to allow for multi-line macros to be |
|---|
| 3558 | passed on nc command line when a nedit server is not already |
|---|
| 3559 | running. |
|---|
| 3560 | |
|---|
| 3561 | 2001-10-15 17:28 slobasso |
|---|
| 3562 | |
|---|
| 3563 | * source/: file.c (1.32), file.h (1.9, BETA-5-3-RC1), nedit.c |
|---|
| 3564 | (1.19), nedit.h (1.18), server.c (1.10): Changed -read behavior to |
|---|
| 3565 | mimic the Read Only menu option. |
|---|
| 3566 | |
|---|
| 3567 | 2001-10-15 17:24 slobasso |
|---|
| 3568 | |
|---|
| 3569 | * source/text.c (1.18): Fixes problem where triple clicking to |
|---|
| 3570 | select a word wrapped line was inconsistent with the subsequent |
|---|
| 3571 | dragging to extend the selection. The behavior now matches. |
|---|
| 3572 | |
|---|
| 3573 | 2001-10-12 19:34 tringali |
|---|
| 3574 | |
|---|
| 3575 | * Makefile, source/help.c (BETA-5-2.[1,9]) (utags: REL-5-2): Prep |
|---|
| 3576 | work for final 5.2 release |
|---|
| 3577 | |
|---|
| 3578 | 2001-10-12 11:54 edg |
|---|
| 3579 | |
|---|
| 3580 | * README (tags: REL-5-2) (BETA-5-2.5): Minor updates. |
|---|
| 3581 | |
|---|
| 3582 | 2001-10-12 10:36 edg |
|---|
| 3583 | |
|---|
| 3584 | * README, ReleaseNotes (tags: REL-5-2) (BETA-5-2.[4,2]): Updates in |
|---|
| 3585 | preparation of the 5.2 release. |
|---|
| 3586 | |
|---|
| 3587 | 2001-10-11 13:19 edg |
|---|
| 3588 | |
|---|
| 3589 | * source/preferences.c (BETA-5-2.5): Fixed a bug in the 5.2 |
|---|
| 3590 | preferences upgrading routine: new language modes were added, but |
|---|
| 3591 | the corresponding highlight patterns were not enabled. |
|---|
| 3592 | |
|---|
| 3593 | 2001-10-10 18:32 edg |
|---|
| 3594 | |
|---|
| 3595 | * source/shell.c (tags: REL-5-2) (BETA-5-2.1): Fixed a bug that |
|---|
| 3596 | could cause NEdit to crash or garble a file when the user modifies |
|---|
| 3597 | the buffer while the output of an external command is being |
|---|
| 3598 | inserted. |
|---|
| 3599 | |
|---|
| 3600 | 2001-10-08 07:29 amai |
|---|
| 3601 | |
|---|
| 3602 | * ChangeLog (BETA-5-2.5), ChangeLog (1.11): Update |
|---|
| 3603 | |
|---|
| 3604 | 2001-10-06 13:09 amai |
|---|
| 3605 | |
|---|
| 3606 | * ReleaseNotes (BETA-5-2.1): Some very minor changes towards the |
|---|
| 3607 | release |
|---|
| 3608 | |
|---|
| 3609 | 2001-10-06 11:42 amai |
|---|
| 3610 | |
|---|
| 3611 | * README, source/help.c (BETA-5-2.[3,8]): "lame attempt" to enfore |
|---|
| 3612 | a release: drop "RC" and update timestamps! |
|---|
| 3613 | |
|---|
| 3614 | 2001-10-04 11:02 amai |
|---|
| 3615 | |
|---|
| 3616 | * makefiles/Makefile.solaris (tags: REL-5-2) (BETA-5-2.2): Use |
|---|
| 3617 | CC=cc. After all it's the most - since only - standard conforming |
|---|
| 3618 | setting |
|---|
| 3619 | |
|---|
| 3620 | 2001-10-04 10:16 amai |
|---|
| 3621 | |
|---|
| 3622 | * source/tags.c (1.20): Patch for SF Bug [ #466742 ] Tag not found. |
|---|
| 3623 | This is tags-semicolon2.diff as submitted by Markus Schwarzenberg. |
|---|
| 3624 | |
|---|
| 3625 | 2001-10-04 09:44 amai |
|---|
| 3626 | |
|---|
| 3627 | * README (1.14), source/help.c (1.56): Update timestamps |
|---|
| 3628 | |
|---|
| 3629 | 2001-10-02 17:06 amai |
|---|
| 3630 | |
|---|
| 3631 | * source/help.c (BETA-5-2.7): Get PrintVersion() work again and |
|---|
| 3632 | update timestamp |
|---|
| 3633 | |
|---|
| 3634 | 2001-10-02 07:16 amai |
|---|
| 3635 | |
|---|
| 3636 | * doc/README.FAQ (1.1): file README.FAQ was initially added on |
|---|
| 3637 | branch BETA-5-2. |
|---|
| 3638 | |
|---|
| 3639 | 2001-10-02 07:16 amai |
|---|
| 3640 | |
|---|
| 3641 | * doc/faq-txt-pass2.xsl (1.1): file faq-txt-pass2.xsl was initially |
|---|
| 3642 | added on branch BETA-5-2. |
|---|
| 3643 | |
|---|
| 3644 | 2001-10-02 07:16 amai |
|---|
| 3645 | |
|---|
| 3646 | * doc/: README.FAQ, faq-txt-pass2.xsl, faq.dtd, faq.txt, faq.xml |
|---|
| 3647 | (BETA-5-2.[1,1,1,3,5]) (utags: REL-5-2): FAQ updates from Florian |
|---|
| 3648 | Xhumari (20011001) |
|---|
| 3649 | |
|---|
| 3650 | 2001-10-01 13:34 amai |
|---|
| 3651 | |
|---|
| 3652 | * source/highlightData.c (tags: REL-5-2) (BETA-5-2.1): minor |
|---|
| 3653 | pattern fix, bug 455877 |
|---|
| 3654 | |
|---|
| 3655 | 2001-10-01 12:42 edg |
|---|
| 3656 | |
|---|
| 3657 | * source/preferences.c (BETA-5-2.4): Changed the order in which new |
|---|
| 3658 | 5.2 language modes were added to the list during upgrading (they |
|---|
| 3659 | are now simply appended instead of inserted). |
|---|
| 3660 | |
|---|
| 3661 | 2001-10-01 08:30 edg |
|---|
| 3662 | |
|---|
| 3663 | * util/prefFile.c (tags: REL-5-2) (BETA-5-2.1): Fixed a bug in the |
|---|
| 3664 | preferences restoration mechanism (prefFileRead is now properly |
|---|
| 3665 | set, even if already present in the resource file). |
|---|
| 3666 | |
|---|
| 3667 | 2001-09-30 19:49 edg |
|---|
| 3668 | |
|---|
| 3669 | * source/preferences.c (BETA-5-2.3): Added a 5.1 to 5.2 preferences |
|---|
| 3670 | upgrading routine (language modes and highlight styles). |
|---|
| 3671 | |
|---|
| 3672 | 2001-09-27 12:41 edg |
|---|
| 3673 | |
|---|
| 3674 | * source/file.c (tags: REL-5-2) (BETA-5-2.1): Added comment about |
|---|
| 3675 | use of tmpnam (Thorsten Haude). |
|---|
| 3676 | |
|---|
| 3677 | 2001-09-26 21:05 amai |
|---|
| 3678 | |
|---|
| 3679 | * makefiles/Makefile.unixware (tags: REL-5-2) (BETA-5-2.1): Add |
|---|
| 3680 | -lSM -lICE to libs as reported on the list as for UnixWare 7.1.1 |
|---|
| 3681 | |
|---|
| 3682 | 2001-09-21 09:58 amai |
|---|
| 3683 | |
|---|
| 3684 | * source/: tags.c (1.19), tags.h (1.7): 'const' patch + fix small |
|---|
| 3685 | memory leak + protect against memory overflow in Add*TagFile |
|---|
| 3686 | |
|---|
| 3687 | 2001-09-20 19:30 tringali |
|---|
| 3688 | |
|---|
| 3689 | * doc/nedit.doc (tags: REL-5-2), source/help.c (BETA-5-2.[3,6]): - |
|---|
| 3690 | Merge slobasso 5.2 doc fixes erronously applies to mainline here |
|---|
| 3691 | |
|---|
| 3692 | 2001-09-20 14:24 tringali |
|---|
| 3693 | |
|---|
| 3694 | * source/nedit.c (tags: REL-5-2) (BETA-5-2.1): Remove "iso8859" as |
|---|
| 3695 | some servers do not have this encoding installed. |
|---|
| 3696 | |
|---|
| 3697 | 2001-09-20 11:14 amai |
|---|
| 3698 | |
|---|
| 3699 | * ChangeLog (1.10): Update |
|---|
| 3700 | |
|---|
| 3701 | 2001-09-20 11:13 amai |
|---|
| 3702 | |
|---|
| 3703 | * ChangeLog (BETA-5-2.4): Update. Remove info about recent main |
|---|
| 3704 | trunk |
|---|
| 3705 | |
|---|
| 3706 | 2001-09-19 12:11 amai |
|---|
| 3707 | |
|---|
| 3708 | * makefiles/: Makefile.linux, Makefile.os2 (BETA-5-2.[1,1]) (utags: |
|---|
| 3709 | REL-5-2): Document -lXp flag (required when linking against a Motif |
|---|
| 3710 | 2.1 compatible libXm) |
|---|
| 3711 | |
|---|
| 3712 | 2001-09-17 14:06 amai |
|---|
| 3713 | |
|---|
| 3714 | * source/file.c (1.31), source/regularExp.c (1.11), source/search.h |
|---|
| 3715 | (1.13), util/printUtils.c (1.13): Still minor cleanup. Make |
|---|
| 3716 | compiler/lint even more happy |
|---|
| 3717 | |
|---|
| 3718 | 2001-09-14 15:59 edg |
|---|
| 3719 | |
|---|
| 3720 | * source/highlight.c (tags: REL-5-2) (BETA-5-2.1): Fixes for SF |
|---|
| 3721 | bugs #459965 and #460859 (they are related), including patch |
|---|
| 3722 | #460229. |
|---|
| 3723 | |
|---|
| 3724 | 2001-09-13 14:11 tringali |
|---|
| 3725 | |
|---|
| 3726 | * source/preferences.c (BETA-5-2.2): #458807: Automatically add 5.2 |
|---|
| 3727 | styles if .nedit file is pre-5.2 |
|---|
| 3728 | |
|---|
| 3729 | 2001-09-12 20:14 amai |
|---|
| 3730 | |
|---|
| 3731 | * doc/: faq-txt.awk (tags: REL-5-2), faq-txt.dtd (tags: REL-5-2), |
|---|
| 3732 | faq-txt.xsl (tags: REL-5-2), faq.txt, faq.xml, faq.xsl (tags: |
|---|
| 3733 | REL-5-2) (BETA-5-2.[1,1,1,2,4,1]): Update as sent from Florian |
|---|
| 3734 | Xhumari |
|---|
| 3735 | |
|---|
| 3736 | 2001-09-12 09:45 amai |
|---|
| 3737 | |
|---|
| 3738 | * ChangeLog (BETA-5-2.3): I forgot to update this file in this beta |
|---|
| 3739 | branch ... |
|---|
| 3740 | |
|---|
| 3741 | 2001-09-12 09:18 amai |
|---|
| 3742 | |
|---|
| 3743 | * makefiles/Makefile.depend (tags: REL-5-2) (BETA-5-2.1): Add CVS |
|---|
| 3744 | info line to output. Makes life even more simple |
|---|
| 3745 | |
|---|
| 3746 | 2001-09-11 11:24 amai |
|---|
| 3747 | |
|---|
| 3748 | * doc/faq.xml (BETA-5-2.3): Add a non-visible CVS stamp and update |
|---|
| 3749 | version/time stamp |
|---|
| 3750 | |
|---|
| 3751 | 2001-09-11 10:17 edg |
|---|
| 3752 | |
|---|
| 3753 | * source/search.c (tags: REL-5-2) (BETA-5-2.1): Fixed a minor |
|---|
| 3754 | button sensitivity bug (Multiple Files... button was grayed out |
|---|
| 3755 | after canceling multi-file replace dialog and modifying search |
|---|
| 3756 | text). |
|---|
| 3757 | |
|---|
| 3758 | 2001-09-10 15:28 amai |
|---|
| 3759 | |
|---|
| 3760 | * util/system.h (tags: REL-5-2) (BETA-5-2.2): Update/add/fix |
|---|
| 3761 | compiler info |
|---|
| 3762 | |
|---|
| 3763 | 2001-09-10 13:42 amai |
|---|
| 3764 | |
|---|
| 3765 | * source/help.c (BETA-5-2.5): Update timestamp |
|---|
| 3766 | |
|---|
| 3767 | 2001-09-10 13:41 amai |
|---|
| 3768 | |
|---|
| 3769 | * doc/faq.xml (BETA-5-2.2): Some updates WRT LessTif, mostly |
|---|
| 3770 | cosmetics. |
|---|
| 3771 | |
|---|
| 3772 | 2001-09-07 14:16 amai |
|---|
| 3773 | |
|---|
| 3774 | * doc/NEdit.ad (1.1): file NEdit.ad was initially added on branch |
|---|
| 3775 | BETA-5-2. |
|---|
| 3776 | |
|---|
| 3777 | 2001-09-07 14:16 amai |
|---|
| 3778 | |
|---|
| 3779 | * doc/NEdit.ad (tags: REL-5-2) (BETA-5-2.1): Add a 5.1 app defaults |
|---|
| 3780 | file - needs to be updated probably. This contains only |
|---|
| 3781 | outcommented entries! |
|---|
| 3782 | |
|---|
| 3783 | 2001-09-07 07:46 amai |
|---|
| 3784 | |
|---|
| 3785 | * doc/nc.man (tags: REL-5-2), doc/nedit.doc, source/help.c |
|---|
| 3786 | (BETA-5-2.[1,2,4]): Fix typos as reported on the list |
|---|
| 3787 | |
|---|
| 3788 | 2001-09-07 07:39 amai |
|---|
| 3789 | |
|---|
| 3790 | * source/help.c (BETA-5-2.3): Don't call XmRegisterConverters() for |
|---|
| 3791 | Motif 2.1, add declaration for 2.0 and add a "helpful" comment on |
|---|
| 3792 | all that |
|---|
| 3793 | |
|---|
| 3794 | 2001-09-06 09:39 amai |
|---|
| 3795 | |
|---|
| 3796 | * ChangeLog (1.9), source/help.c (1.55): ChangeLog update and a new |
|---|
| 3797 | timestamp |
|---|
| 3798 | |
|---|
| 3799 | 2001-09-06 09:37 amai |
|---|
| 3800 | |
|---|
| 3801 | * source/: Makefile.dependencies (1.11), file.c (1.30), tags.c |
|---|
| 3802 | (1.18), tags.h (1.6): Add missing #include and add some 'const'. |
|---|
| 3803 | Update dependencies |
|---|
| 3804 | |
|---|
| 3805 | 2001-09-05 11:44 amai |
|---|
| 3806 | |
|---|
| 3807 | * source/: file.c (1.29), help.c (1.54), preferences.c (1.34), |
|---|
| 3808 | preferences.h (1.14), tags.c (1.17), tags.h (1.5): Patch for SF bug |
|---|
| 3809 | [ #451997 ] bugs in tags.c/normalizePathname from Markus |
|---|
| 3810 | Schwarzenberg |
|---|
| 3811 | |
|---|
| 3812 | 2001-09-04 17:55 amai |
|---|
| 3813 | |
|---|
| 3814 | * doc/nedit.doc, source/help.c (BETA-5-2.[1,2]): Fix typo reported |
|---|
| 3815 | on the mailinglist |
|---|
| 3816 | |
|---|
| 3817 | 2001-08-31 22:16 amai |
|---|
| 3818 | |
|---|
| 3819 | * doc/: faq.txt, faq.xml (BETA-5-2.[1,1]): Update FAQ as sent from |
|---|
| 3820 | Florian Xhumari. Add plain text version of FAQ |
|---|
| 3821 | |
|---|
| 3822 | 2001-08-31 22:16 amai |
|---|
| 3823 | |
|---|
| 3824 | * doc/faq.txt (1.1): file faq.txt was initially added on branch |
|---|
| 3825 | BETA-5-2. |
|---|
| 3826 | |
|---|
| 3827 | 2001-08-30 21:04 tringali |
|---|
| 3828 | |
|---|
| 3829 | * util/system.h (BETA-5-2.1): Fix for Solaris x86 "unknown" |
|---|
| 3830 | |
|---|
| 3831 | 2001-08-30 20:19 amai |
|---|
| 3832 | |
|---|
| 3833 | * ChangeLog (BETA-5-2.2): Update |
|---|
| 3834 | |
|---|
| 3835 | 2001-08-30 20:17 amai |
|---|
| 3836 | |
|---|
| 3837 | * source/preferences.c (BETA-5-2.1): /bin/csh doesn't make sense on |
|---|
| 3838 | OS/2 - even as a default value only |
|---|
| 3839 | |
|---|
| 3840 | 2001-08-29 15:56 slobasso |
|---|
| 3841 | |
|---|
| 3842 | * source/help.c (1.53): fixed mispellings |
|---|
| 3843 | |
|---|
| 3844 | 2001-08-29 13:56 amai |
|---|
| 3845 | |
|---|
| 3846 | * source/regularExp.c (1.10): Fix lint warning: octal constants |
|---|
| 3847 | shouldn't carry a suffix like 'L'!? |
|---|
| 3848 | |
|---|
| 3849 | 2001-08-29 08:27 amai |
|---|
| 3850 | |
|---|
| 3851 | * util/: misc.c (1.32), misc.h (1.10): Second attempt to fix a |
|---|
| 3852 | specific compiler warning and a 'const' addition |
|---|
| 3853 | |
|---|
| 3854 | 2001-08-29 00:01 slobasso |
|---|
| 3855 | |
|---|
| 3856 | * source/file.c (1.28): moved braces so nedit goto matching works |
|---|
| 3857 | |
|---|
| 3858 | 2001-08-28 23:18 slobasso |
|---|
| 3859 | |
|---|
| 3860 | * doc/nedit.doc (1.5), source/help.c (1.52): documentation cleanup |
|---|
| 3861 | |
|---|
| 3862 | 2001-08-28 22:24 slobasso |
|---|
| 3863 | |
|---|
| 3864 | * source/help.c (1.51): Array documentation cleanup. |
|---|
| 3865 | |
|---|
| 3866 | 2001-08-28 11:41 amai |
|---|
| 3867 | |
|---|
| 3868 | * source/tags.c (1.16): 'const' patch |
|---|
| 3869 | |
|---|
| 3870 | 2001-08-28 11:29 amai |
|---|
| 3871 | |
|---|
| 3872 | * source/file.c (1.27), source/highlight.c (1.19), |
|---|
| 3873 | source/interpret.c (1.18), source/macro.c (1.36), source/menu.c |
|---|
| 3874 | (1.37), source/preferences.c (1.33), source/preferences.h (1.13), |
|---|
| 3875 | source/tags.c (1.15), source/text.c (1.17), util/misc.c (1.31): Fix |
|---|
| 3876 | some more lclint warnings: type casts, make some things static (no, |
|---|
| 3877 | not all unused ones, 'some'), etc. |
|---|
| 3878 | |
|---|
| 3879 | 2001-08-27 18:45 slobasso |
|---|
| 3880 | |
|---|
| 3881 | * source/macro.c (1.35): fixed static linkage of actionToString to |
|---|
| 3882 | match declaration |
|---|
| 3883 | |
|---|
| 3884 | 2001-08-27 09:08 amai |
|---|
| 3885 | |
|---|
| 3886 | * source/nc.c (1.11): startServer() changes: has a return type now; |
|---|
| 3887 | re-shuffle some code Also make another global var static and |
|---|
| 3888 | replace a printf() by puts() |
|---|
| 3889 | |
|---|
| 3890 | 2001-08-26 02:28 slobasso |
|---|
| 3891 | |
|---|
| 3892 | * source/macro.c (1.34): removed unused variable |
|---|
| 3893 | |
|---|
| 3894 | 2001-08-25 15:58 amai |
|---|
| 3895 | |
|---|
| 3896 | * source/: file.c (1.26), highlightData.c (1.23), highlightData.h |
|---|
| 3897 | (1.6), preferences.c (1.32), preferences.h (1.12), regexConvert.c |
|---|
| 3898 | (1.5, BETA-5-3-RC1), regexConvert.h (1.3, BETA-5-3-RC1), server.h |
|---|
| 3899 | (1.3, BETA-5-3-RC1), shell.c (1.15), shell.h (1.4, BETA-5-3-RC1), |
|---|
| 3900 | undo.c (1.7), undo.h (1.4, BETA-5-3-RC1): Another 'const' patch |
|---|
| 3901 | |
|---|
| 3902 | 2001-08-25 15:24 amai |
|---|
| 3903 | |
|---|
| 3904 | * source/: file.c (1.25), file.h (1.8), highlightData.c (1.22), |
|---|
| 3905 | highlightData.h (1.5), macro.c (1.33), macro.h (1.3, BETA-5-3-RC1), |
|---|
| 3906 | regularExp.c (1.9), regularExp.h (1.6, BETA-5-3-RC1), search.c |
|---|
| 3907 | (1.35), search.h (1.12): Another 'const' patch |
|---|
| 3908 | |
|---|
| 3909 | 2001-08-25 12:16 amai |
|---|
| 3910 | |
|---|
| 3911 | * util/printUtils.c (1.12): The very last signed vs. unsigned |
|---|
| 3912 | warning on my system ... |
|---|
| 3913 | |
|---|
| 3914 | 2001-08-25 12:09 amai |
|---|
| 3915 | |
|---|
| 3916 | * source/: highlightData.c (1.21), menu.c (1.36), preferences.c |
|---|
| 3917 | (1.31), regularExp.c (1.8), shell.c (1.14), userCmds.c (1.18): Fix |
|---|
| 3918 | a couple of "unsigned vs. int" compiler warnings. Using gcc on OS/2 |
|---|
| 3919 | this warning is now completly wiped out! |
|---|
| 3920 | |
|---|
| 3921 | 2001-08-25 11:55 amai |
|---|
| 3922 | |
|---|
| 3923 | * util/: DialogF.c (1.18), misc.c (1.30), prefFile.c (1.10): Fix |
|---|
| 3924 | compiler warnings. Mostly unsigned vs. signed int issues |
|---|
| 3925 | |
|---|
| 3926 | 2001-08-25 11:49 amai |
|---|
| 3927 | |
|---|
| 3928 | * README (BETA-5-2.2): A couple of fixes, enhancements (see report |
|---|
| 3929 | on mailinglist) |
|---|
| 3930 | |
|---|
| 3931 | 2001-08-24 18:34 amai |
|---|
| 3932 | |
|---|
| 3933 | * makefiles/Makefile.solaris (BETA-5-2.1): No debug build by |
|---|
| 3934 | default. Patch from Thorsten Haude |
|---|
| 3935 | |
|---|
| 3936 | 2001-08-24 08:33 amai |
|---|
| 3937 | |
|---|
| 3938 | * util/: fontsel.c, fontsel.h, misc.c (BETA-5-2.[2,2,2]) (utags: |
|---|
| 3939 | REL-5-2): Undo some changes which I erroneously checked in ... |
|---|
| 3940 | |
|---|
| 3941 | 2001-08-24 08:28 amai |
|---|
| 3942 | |
|---|
| 3943 | * ChangeLog, util/fontsel.c, util/fontsel.h, util/misc.c |
|---|
| 3944 | (BETA-5-2.[1,1,1,1]): Updated Changelog. Includes whole history, |
|---|
| 3945 | including new beta branch. New options of cvs2cl used, listing |
|---|
| 3946 | contains now revision/branch info, timestamps are in GMT, etc. |
|---|
| 3947 | |
|---|
| 3948 | 2001-08-24 08:19 amai |
|---|
| 3949 | |
|---|
| 3950 | * source/macro.c (1.32): Fix warnings, add 'const's, make func |
|---|
| 3951 | static |
|---|
| 3952 | |
|---|
| 3953 | 2001-08-23 17:57 amai |
|---|
| 3954 | |
|---|
| 3955 | * source/selection.c (1.11): Try to fix two lint/compiler warnings |
|---|
| 3956 | |
|---|
| 3957 | 2001-08-23 17:42 amai |
|---|
| 3958 | |
|---|
| 3959 | * source/search.c (1.34): Fix wrong return type in function (in a |
|---|
| 3960 | "dead" branch) |
|---|
| 3961 | |
|---|
| 3962 | 2001-08-23 14:59 amai |
|---|
| 3963 | |
|---|
| 3964 | * source/: highlightData.c (1.20), interpret.c (1.17), shift.c |
|---|
| 3965 | (1.9), smartIndent.c (1.13, BETA-5-3-RC1): Make some more functions |
|---|
| 3966 | static |
|---|
| 3967 | |
|---|
| 3968 | 2001-08-23 14:39 amai |
|---|
| 3969 | |
|---|
| 3970 | * util/: misc.c (1.29), misc.h (1.9): Drop 'wrong' prototype for |
|---|
| 3971 | standard function. Fix a function signature to avoid warnings |
|---|
| 3972 | |
|---|
| 3973 | 2001-08-23 14:11 amai |
|---|
| 3974 | |
|---|
| 3975 | * util/: fontsel.c (1.11), fontsel.h (1.4): Fix lint warning about |
|---|
| 3976 | float to integer assignment and add some more 'const's |
|---|
| 3977 | |
|---|
| 3978 | 2001-08-23 13:57 amai |
|---|
| 3979 | |
|---|
| 3980 | * util/misc.c (1.28): Drop unused #include |
|---|
| 3981 | |
|---|
| 3982 | 2001-08-22 15:41 amai |
|---|
| 3983 | |
|---|
| 3984 | * README, source/help.c (BETA-5-2.[1,1]): First updates for "RC1" |
|---|
| 3985 | |
|---|
| 3986 | 2001-08-22 15:39 amai |
|---|
| 3987 | |
|---|
| 3988 | * doc/nedit.man (tags: REL-5-2) (BETA-5-2.1): Update from Joor |
|---|
| 3989 | Loohuis. |
|---|
| 3990 | |
|---|
| 3991 | 2001-08-21 14:29 tringali |
|---|
| 3992 | |
|---|
| 3993 | * source/: userCmds.c (1.17), window.c (1.33) (utags: REL-5-2): |
|---|
| 3994 | #449569: Ensure shell/macro accelerators also have accelerator fix |
|---|
| 3995 | |
|---|
| 3996 | 2001-08-20 20:36 tringali |
|---|
| 3997 | |
|---|
| 3998 | * source/window.c (1.32): #449569: Avoid startup failure when |
|---|
| 3999 | window manager grabs the same key as an accelerator |
|---|
| 4000 | |
|---|
| 4001 | 2001-08-18 12:35 amai |
|---|
| 4002 | |
|---|
| 4003 | * source/Makefile.dependencies (1.10, REL-5-2): Update |
|---|
| 4004 | |
|---|
| 4005 | 2001-08-18 12:24 amai |
|---|
| 4006 | |
|---|
| 4007 | * source/: help.c (1.50), help.h (1.4, REL-5-2), nedit.c (1.18): |
|---|
| 4008 | Add a PrintVersion() call to nedit. Some more 'const' patches :-) |
|---|
| 4009 | |
|---|
| 4010 | 2001-08-18 11:48 jlous |
|---|
| 4011 | |
|---|
| 4012 | * README (1.13), doc/nedit.man (1.5), source/help.c (1.49): Moved |
|---|
| 4013 | Thorsten Haude credits from pattern contributor to developer. |
|---|
| 4014 | |
|---|
| 4015 | 2001-08-17 23:02 edg |
|---|
| 4016 | |
|---|
| 4017 | * README (1.12), makefiles/Makefile.aix (1.5, BETA-5-3-RC1, |
|---|
| 4018 | REL-5-2), makefiles/Makefile.bsdi (1.3, BETA-5-3-RC1, REL-5-2), |
|---|
| 4019 | makefiles/Makefile.ccur (1.3, BETA-5-3-RC1, REL-5-2), |
|---|
| 4020 | makefiles/Makefile.convex (1.3, BETA-5-3-RC1, REL-5-2), |
|---|
| 4021 | makefiles/Makefile.cygwin (1.4, BETA-5-3-RC1, REL-5-2), |
|---|
| 4022 | makefiles/Makefile.dcosx (1.3, BETA-5-3-RC1, REL-5-2), |
|---|
| 4023 | makefiles/Makefile.dec (1.4, BETA-5-3-RC1, REL-5-2), |
|---|
| 4024 | makefiles/Makefile.freebsd (1.3, BETA-5-3-RC1, REL-5-2), |
|---|
| 4025 | makefiles/Makefile.generic (1.4, REL-5-2), makefiles/Makefile.hpux |
|---|
| 4026 | (1.3, BETA-5-3-RC1, REL-5-2), makefiles/Makefile.linux (1.5), |
|---|
| 4027 | makefiles/Makefile.lynx (1.3, BETA-5-3-RC1, REL-5-2), |
|---|
| 4028 | makefiles/Makefile.m88k.svr4 (1.3, BETA-5-3-RC1, REL-5-2), |
|---|
| 4029 | makefiles/Makefile.netbsd (1.3, BETA-5-3-RC1, REL-5-2), |
|---|
| 4030 | makefiles/Makefile.os2 (1.5), makefiles/Makefile.osf (1.4, |
|---|
| 4031 | BETA-5-3-RC1, REL-5-2), makefiles/Makefile.reliant (1.3, |
|---|
| 4032 | BETA-5-3-RC1, REL-5-2), makefiles/Makefile.sco (1.3, BETA-5-3-RC1, |
|---|
| 4033 | REL-5-2), makefiles/Makefile.sgi (1.3, BETA-5-3-RC1, REL-5-2), |
|---|
| 4034 | makefiles/Makefile.solaris (1.4), makefiles/Makefile.sunos (1.3, |
|---|
| 4035 | BETA-5-3-RC1, REL-5-2), makefiles/Makefile.superux (1.3, |
|---|
| 4036 | BETA-5-3-RC1, REL-5-2), makefiles/Makefile.uhc (1.3, BETA-5-3-RC1, |
|---|
| 4037 | REL-5-2), makefiles/Makefile.ultrix (1.3, BETA-5-3-RC1, REL-5-2), |
|---|
| 4038 | makefiles/Makefile.unicos (1.4, REL-5-2), |
|---|
| 4039 | makefiles/Makefile.unixware (1.3), source/help.c (1.48), |
|---|
| 4040 | source/preferences.c (1.30): Made the REPLACE_SCOPE compilation |
|---|
| 4041 | option more visible and changed the default replace scope selection |
|---|
| 4042 | preference to "Smart". |
|---|
| 4043 | |
|---|
| 4044 | 2001-08-17 21:54 edg |
|---|
| 4045 | |
|---|
| 4046 | * source/highlight.c (1.18): Added a fix for SF bug #449828. |
|---|
| 4047 | |
|---|
| 4048 | 2001-08-17 14:09 tringali |
|---|
| 4049 | |
|---|
| 4050 | * source/tags.c (1.14, REL-5-2): Fix for crash in shared tag |
|---|
| 4051 | allocation on Solaris (compiler bug?) |
|---|
| 4052 | |
|---|
| 4053 | 2001-08-17 11:01 amai |
|---|
| 4054 | |
|---|
| 4055 | * source/: window.c (1.31), window.h (1.7, REL-5-2): Another |
|---|
| 4056 | 'const' patch |
|---|
| 4057 | |
|---|
| 4058 | 2001-08-17 10:56 amai |
|---|
| 4059 | |
|---|
| 4060 | * util/: fileUtils.c (1.14), fileUtils.h (1.5) (utags: REL-5-2): |
|---|
| 4061 | Export two more interfaces. Fix for CompressPathname() to avoid |
|---|
| 4062 | multiple slashes in path. (Markus Schwarzenberg) |
|---|
| 4063 | |
|---|
| 4064 | 2001-08-16 18:33 slobasso |
|---|
| 4065 | |
|---|
| 4066 | * source/highlightData.c (1.19): Fixed NEdit macro language |
|---|
| 4067 | patterns to contain previously added items. |
|---|
| 4068 | |
|---|
| 4069 | 2001-08-16 17:24 amai |
|---|
| 4070 | |
|---|
| 4071 | * source/highlight.c (1.17): Fix for [ nedit-Bugs-435384 ] circular |
|---|
| 4072 | patterns reference hangs NEdit |
|---|
| 4073 | |
|---|
| 4074 | 2001-08-16 09:49 amai |
|---|
| 4075 | |
|---|
| 4076 | * source/highlightData.c (1.18): Patch [ #451485 ] updated Sh Ksh |
|---|
| 4077 | Bash patterns submitted from Joor Loohuis |
|---|
| 4078 | |
|---|
| 4079 | 2001-08-15 09:16 amai |
|---|
| 4080 | |
|---|
| 4081 | * source/: Makefile.dependencies (1.9), regexConvert.c (1.4, |
|---|
| 4082 | REL-5-2): Another source was missing to #include it's own header |
|---|
| 4083 | for consistency checking! |
|---|
| 4084 | |
|---|
| 4085 | 2001-08-15 09:08 amai |
|---|
| 4086 | |
|---|
| 4087 | * ChangeLog (1.8): Update (ok, not even a week has passed, but it's |
|---|
| 4088 | a nice overview ...) |
|---|
| 4089 | |
|---|
| 4090 | 2001-08-15 09:00 amai |
|---|
| 4091 | |
|---|
| 4092 | * source/preferences.h (1.11, REL-5-2), util/misc.c (1.27), |
|---|
| 4093 | util/misc.h (1.8, REL-5-2): Have unique value for MAX_ACCEL_LEN |
|---|
| 4094 | |
|---|
| 4095 | 2001-08-15 08:56 amai |
|---|
| 4096 | |
|---|
| 4097 | * source/Makefile.dependencies (1.8): Update |
|---|
| 4098 | |
|---|
| 4099 | 2001-08-15 08:56 amai |
|---|
| 4100 | |
|---|
| 4101 | * source/: userCmds.c (1.16), userCmds.h (1.4, BETA-5-3-RC1, |
|---|
| 4102 | REL-5-2): Source should include it's own headers for consistency |
|---|
| 4103 | checking. Add some const to signatures, drop an unused arg from a |
|---|
| 4104 | static interface. |
|---|
| 4105 | |
|---|
| 4106 | 2001-08-14 15:05 slobasso |
|---|
| 4107 | |
|---|
| 4108 | * source/rbTree.c (1.4, BETA-5-3-RC1, REL-5-2): fixed comment |
|---|
| 4109 | spacing |
|---|
| 4110 | |
|---|
| 4111 | 2001-08-14 14:40 slobasso |
|---|
| 4112 | |
|---|
| 4113 | * source/rbTree.c (1.3): added gnu license |
|---|
| 4114 | |
|---|
| 4115 | 2001-08-14 08:50 jlous |
|---|
| 4116 | |
|---|
| 4117 | * README (1.11): README credits updated to reflect version dialog |
|---|
| 4118 | |
|---|
| 4119 | 2001-08-14 08:37 jlous |
|---|
| 4120 | |
|---|
| 4121 | * source/file.c (1.24), source/help.c (1.47), source/highlight.c |
|---|
| 4122 | (1.16), source/highlightData.c (1.17), source/interpret.c (1.16, |
|---|
| 4123 | REL-5-2), source/macro.c (1.31, REL-5-2), source/menu.c (1.35, |
|---|
| 4124 | REL-5-2), source/nc.c (1.10, REL-5-2), source/nedit.c (1.17), |
|---|
| 4125 | source/preferences.c (1.29), source/search.c (1.33), |
|---|
| 4126 | source/selection.c (1.10, REL-5-2), source/server.c (1.9, REL-5-2), |
|---|
| 4127 | source/shell.c (1.13), source/shift.c (1.8, REL-5-2), |
|---|
| 4128 | source/smartIndent.c (1.12, REL-5-2), source/tags.c (1.13), |
|---|
| 4129 | source/text.c (1.16, REL-5-2), source/textBuf.c (1.11, REL-5-2), |
|---|
| 4130 | source/textDisp.c (1.10, REL-5-2), source/textDrag.c (1.4, |
|---|
| 4131 | REL-5-2), source/textSel.c (1.5, REL-5-2), source/undo.c (1.6, |
|---|
| 4132 | REL-5-2), source/userCmds.c (1.15), source/window.c (1.30), |
|---|
| 4133 | util/DialogF.c (1.17, REL-5-2), util/fileUtils.c (1.13), |
|---|
| 4134 | util/fontsel.c (1.10), util/getfiles.c (1.15, REL-5-2), |
|---|
| 4135 | util/managedList.c (1.7, BETA-5-3-RC1, REL-5-2), util/misc.c |
|---|
| 4136 | (1.26), util/prefFile.c (1.9), util/printUtils.c (1.11, REL-5-2), |
|---|
| 4137 | util/system.h (1.7), util/utils.c (1.5, REL-5-2), util/vmsUtils.c |
|---|
| 4138 | (1.5, BETA-5-3-RC1, REL-5-2): Fixed license statements to pure GPL |
|---|
| 4139 | |
|---|
| 4140 | 2001-08-13 13:48 tringali |
|---|
| 4141 | |
|---|
| 4142 | * doc/: nc.man (1.4), nedit.man (1.4): manpage updates from Joor. |
|---|
| 4143 | |
|---|
| 4144 | 2001-08-13 09:55 amai |
|---|
| 4145 | |
|---|
| 4146 | * doc/nedit.doc (1.4), source/help.c (1.46): Doc patch from |
|---|
| 4147 | Thorsten Haude posted on Fri Aug 10 2001 |
|---|
| 4148 | |
|---|
| 4149 | 2001-08-13 09:51 amai |
|---|
| 4150 | |
|---|
| 4151 | * doc/nedit.doc (1.3), source/help.c (1.45): Patch from Thorsten |
|---|
| 4152 | Haude: Document Arrays within nedit.doc and typo fix in help.c |
|---|
| 4153 | |
|---|
| 4154 | 2001-08-12 15:45 amai |
|---|
| 4155 | |
|---|
| 4156 | * makefiles/Makefile.generic (1.3), source/comnedit.com (1.6, |
|---|
| 4157 | REL-5-2): Drop last references to NO_FCHMOD #define |
|---|
| 4158 | |
|---|
| 4159 | 2001-08-11 19:51 edg |
|---|
| 4160 | |
|---|
| 4161 | * source/search.c (1.32): Fixed SF bug #448006: three beeps; one to |
|---|
| 4162 | many. |
|---|
| 4163 | |
|---|
| 4164 | 2001-08-10 20:36 amai |
|---|
| 4165 | |
|---|
| 4166 | * source/highlightData.c (1.16): TeX pattern patch from Joerg |
|---|
| 4167 | Fischer <jf505@yahoo.de> |
|---|
| 4168 | |
|---|
| 4169 | 2001-08-10 14:35 amai |
|---|
| 4170 | |
|---|
| 4171 | * source/Makefile.dependencies (1.7): Update dependency list |
|---|
| 4172 | |
|---|
| 4173 | 2001-08-09 20:58 tringali |
|---|
| 4174 | |
|---|
| 4175 | * source/nedit.c (1.16): Fix for wrong menu font [#434383] |
|---|
| 4176 | |
|---|
| 4177 | 2001-08-09 18:47 amai |
|---|
| 4178 | |
|---|
| 4179 | * util/system.h (1.6): Correct a comment :-) |
|---|
| 4180 | |
|---|
| 4181 | 2001-08-09 18:46 amai |
|---|
| 4182 | |
|---|
| 4183 | * makefiles/Makefile.os2 (1.4): Drop -DNO_FCHMOD flag |
|---|
| 4184 | |
|---|
| 4185 | 2001-08-09 18:41 slobasso |
|---|
| 4186 | |
|---|
| 4187 | * source/Makefile.common (1.8, REL-5-2): added parse.c to cleaned |
|---|
| 4188 | files for make clean |
|---|
| 4189 | |
|---|
| 4190 | 2001-08-09 18:39 slobasso |
|---|
| 4191 | |
|---|
| 4192 | * source/userCmds.c (1.14): removed attachment possibly causing |
|---|
| 4193 | window manager loop |
|---|
| 4194 | |
|---|
| 4195 | 2001-08-09 18:03 slobasso |
|---|
| 4196 | |
|---|
| 4197 | * source/: smartIndent.c (1.11), smartIndent.h (1.4, BETA-5-3-RC1, |
|---|
| 4198 | REL-5-2), macro.c (1.30): We now keep track if we are in smart |
|---|
| 4199 | indent macros so garbage collection won't remove things from under |
|---|
| 4200 | a macro. |
|---|
| 4201 | |
|---|
| 4202 | 2001-08-09 13:34 amai |
|---|
| 4203 | |
|---|
| 4204 | * source/highlight.c (1.15), source/highlightData.c (1.15), |
|---|
| 4205 | source/interpret.c (1.15), source/search.c (1.31), |
|---|
| 4206 | source/selection.c (1.9), source/shell.c (1.12), |
|---|
| 4207 | source/smartIndent.c (1.10), source/textBuf.c (1.10), |
|---|
| 4208 | source/textSel.c (1.4), source/userCmds.c (1.13), source/window.c |
|---|
| 4209 | (1.29), util/managedList.c (1.6): Add lots of missing #include |
|---|
| 4210 | <string.h> |
|---|
| 4211 | |
|---|
| 4212 | 2001-08-09 08:37 amai |
|---|
| 4213 | |
|---|
| 4214 | * source/help.c (1.44): Add hardcoded timestamp (month) again |
|---|
| 4215 | |
|---|
| 4216 | 2001-08-09 07:37 amai |
|---|
| 4217 | |
|---|
| 4218 | * source/.cvsignore (1.2, BETA-5-3-RC1, REL-5-2): Add entry |
|---|
| 4219 | |
|---|
| 4220 | 2001-08-08 22:31 slobasso |
|---|
| 4221 | |
|---|
| 4222 | * source/file.c (1.23): remove fchmod calls except when under VMS |
|---|
| 4223 | |
|---|
| 4224 | 2001-08-08 18:29 amai |
|---|
| 4225 | |
|---|
| 4226 | * makefiles/Makefile.os2 (1.3): Update from my private working copy |
|---|
| 4227 | |
|---|
| 4228 | 2001-08-08 08:39 amai |
|---|
| 4229 | |
|---|
| 4230 | * ChangeLog (1.7): Update (should be done weekly perhaps and could |
|---|
| 4231 | even be done automatically?) |
|---|
| 4232 | |
|---|
| 4233 | 2001-08-08 08:37 amai |
|---|
| 4234 | |
|---|
| 4235 | * source/parse.c_noyacc (1.7, REL-5-2): Re-generate from parse.y. |
|---|
| 4236 | BTW, yacc from Digital Unix 4.0x is being used |
|---|
| 4237 | |
|---|
| 4238 | 2001-08-08 08:34 amai |
|---|
| 4239 | |
|---|
| 4240 | * source/parse.y (1.16, REL-5-2): Add an #include <string.h> (there |
|---|
| 4241 | was no error/warning; somehow we already got this probably) |
|---|
| 4242 | |
|---|
| 4243 | 2001-08-07 23:46 slobasso |
|---|
| 4244 | |
|---|
| 4245 | * source/Makefile.common (1.7): changed highlightData.c to be |
|---|
| 4246 | compiled with BIGGER_STRINGS |
|---|
| 4247 | |
|---|
| 4248 | 2001-08-07 01:53 tringali |
|---|
| 4249 | |
|---|
| 4250 | * ReleaseNotes (1.9), source/highlightData.c (1.14), |
|---|
| 4251 | source/preferences.c (1.28): #448420: Pattern updates from Joor |
|---|
| 4252 | |
|---|
| 4253 | 2001-08-07 01:12 tringali |
|---|
| 4254 | |
|---|
| 4255 | * source/nedit.c (1.15): Fix for #448402: nedit quits if unable to |
|---|
| 4256 | resolve X locale |
|---|
| 4257 | |
|---|
| 4258 | 2001-08-06 21:24 amai |
|---|
| 4259 | |
|---|
| 4260 | * README (1.10): correction to "Requirements" section |
|---|
| 4261 | |
|---|
| 4262 | 2001-08-06 21:21 amai |
|---|
| 4263 | |
|---|
| 4264 | * README (1.9): Add "Requirements for building NEdit" section |
|---|
| 4265 | |
|---|
| 4266 | 2001-08-06 20:38 tringali |
|---|
| 4267 | |
|---|
| 4268 | * doc/nedit.doc (1.2), source/help.c (1.43): Sync help with doc. |
|---|
| 4269 | (Updates from Thorsten Haude) |
|---|
| 4270 | |
|---|
| 4271 | 2001-08-04 20:49 tringali |
|---|
| 4272 | |
|---|
| 4273 | * source/file.c (1.22), source/menu.c (1.34), source/nc.c (1.9), |
|---|
| 4274 | source/nedit.c (1.14), source/server.c (1.8), source/shell.c |
|---|
| 4275 | (1.11), source/window.c (1.28), util/misc.c (1.25): Ensure exit |
|---|
| 4276 | returns a meaningful (succes/fail) status to the user |
|---|
| 4277 | |
|---|
| 4278 | 2001-08-04 20:23 tringali |
|---|
| 4279 | |
|---|
| 4280 | * util/system.h (1.5): Add info for lots more compilers. |
|---|
| 4281 | |
|---|
| 4282 | 2001-08-03 12:16 amai |
|---|
| 4283 | |
|---|
| 4284 | * ReleaseNotes (1.8): Small updates |
|---|
| 4285 | |
|---|
| 4286 | 2001-08-02 23:45 tringali |
|---|
| 4287 | |
|---|
| 4288 | * util/system.h (1.4): Add definitions for MSVC, Sun Workshop, etc. |
|---|
| 4289 | |
|---|
| 4290 | 2001-08-02 22:59 slobasso |
|---|
| 4291 | |
|---|
| 4292 | * source/macro.c (1.29): Fixed problem where error message is |
|---|
| 4293 | written if empty learned macro is executed. Also disallowed replay |
|---|
| 4294 | from executing if a macro is already in progress. This caused a |
|---|
| 4295 | crash by overflowing the interpreter stack. |
|---|
| 4296 | |
|---|
| 4297 | 2001-08-02 22:54 slobasso |
|---|
| 4298 | |
|---|
| 4299 | * source/file.c (1.21): added symlink security patch and added mode |
|---|
| 4300 | parameter to open calls with O_CREAT |
|---|
| 4301 | |
|---|
| 4302 | 2001-08-02 17:26 amai |
|---|
| 4303 | |
|---|
| 4304 | * source/interpret.c (1.14): Avoid crash when calling |
|---|
| 4305 | "self_insert()" from macro menu: fill in missing entries from our |
|---|
| 4306 | fakes key event |
|---|
| 4307 | |
|---|
| 4308 | 2001-08-01 07:41 amai |
|---|
| 4309 | |
|---|
| 4310 | * ChangeLog (1.6): Update |
|---|
| 4311 | |
|---|
| 4312 | 2001-08-01 07:40 amai |
|---|
| 4313 | |
|---|
| 4314 | * source/help.c (1.42): Again hardcode a string about the |
|---|
| 4315 | development version "August 2001". Build time may be misleading |
|---|
| 4316 | ... |
|---|
| 4317 | |
|---|
| 4318 | 2001-07-31 23:16 slobasso |
|---|
| 4319 | |
|---|
| 4320 | * source/macro.c (1.28): fixed problem where closing window while |
|---|
| 4321 | learning would make it impossible to finish or cancel learing. |
|---|
| 4322 | |
|---|
| 4323 | 2001-07-31 11:58 amai |
|---|
| 4324 | |
|---|
| 4325 | * source/text.c (1.15): Fix minor warnings |
|---|
| 4326 | |
|---|
| 4327 | 2001-07-31 07:46 amai |
|---|
| 4328 | |
|---|
| 4329 | * util/managedList.c (1.5): Don't name variables 'index', may be an |
|---|
| 4330 | interface in BSD-like libc |
|---|
| 4331 | |
|---|
| 4332 | 2001-07-31 07:43 amai |
|---|
| 4333 | |
|---|
| 4334 | * util/getfiles.c (1.14): Fix lint warning: "getfiles.c", line 716: |
|---|
| 4335 | warning: args redefinition hides earlier one |
|---|
| 4336 | |
|---|
| 4337 | 2001-07-31 07:40 amai |
|---|
| 4338 | |
|---|
| 4339 | * util/fontsel.c (1.9): Don't use 'index' as name for variable; may |
|---|
| 4340 | be a call in a BSD-like libc |
|---|
| 4341 | |
|---|
| 4342 | 2001-07-29 17:51 amai |
|---|
| 4343 | |
|---|
| 4344 | * source/highlight.c (1.14): Experimental patch to fix "mismatched" |
|---|
| 4345 | memory handling calls as indicated by "purify". Probably not |
|---|
| 4346 | complete and should be checked again with purify _now_! |
|---|
| 4347 | |
|---|
| 4348 | 2001-07-28 19:53 tringali |
|---|
| 4349 | |
|---|
| 4350 | * Makefile (1.6): #442517: add explanatory text how to use make |
|---|
| 4351 | |
|---|
| 4352 | 2001-07-25 18:37 tringali |
|---|
| 4353 | |
|---|
| 4354 | * source/help.c (1.41): Add more detailed info about Motif (runtime |
|---|
| 4355 | version number) |
|---|
| 4356 | |
|---|
| 4357 | 2001-07-25 18:36 tringali |
|---|
| 4358 | |
|---|
| 4359 | * util/system.h (1.3): Use "Digital/Tru64 Unix" in place of OSF/1 |
|---|
| 4360 | |
|---|
| 4361 | 2001-07-25 18:36 tringali |
|---|
| 4362 | |
|---|
| 4363 | * doc/: nc.man (1.3), nedit.man (1.3): Update authors for 5.2 |
|---|
| 4364 | |
|---|
| 4365 | 2001-07-25 18:05 slobasso |
|---|
| 4366 | |
|---|
| 4367 | * util/misc.c (1.24): made changes so that Num_Lock's mod mask is |
|---|
| 4368 | found rather than assuming Mod3 |
|---|
| 4369 | |
|---|
| 4370 | 2001-07-25 14:36 amai |
|---|
| 4371 | |
|---|
| 4372 | * source/textBuf.c (1.9): Attempt to fix memory leak reported by |
|---|
| 4373 | Thorsten Haude |
|---|
| 4374 | |
|---|
| 4375 | 2001-07-25 13:03 amai |
|---|
| 4376 | |
|---|
| 4377 | * util/misc.c (1.23): Try to fix small memory leak reported by |
|---|
| 4378 | Thorsten Haude |
|---|
| 4379 | |
|---|
| 4380 | 2001-07-25 07:49 amai |
|---|
| 4381 | |
|---|
| 4382 | * util/system.h (1.2): Add "EMX=OS/2" |
|---|
| 4383 | |
|---|
| 4384 | 2001-07-25 07:39 amai |
|---|
| 4385 | |
|---|
| 4386 | * source/Makefile.dependencies (1.6), util/Makefile.dependencies |
|---|
| 4387 | (1.4, REL-5-2): Update dependency lists |
|---|
| 4388 | |
|---|
| 4389 | 2001-07-24 21:55 tringali |
|---|
| 4390 | |
|---|
| 4391 | * util/system.h (1.1): Add host compliation information to help |
|---|
| 4392 | |
|---|
| 4393 | 2001-07-24 21:54 tringali |
|---|
| 4394 | |
|---|
| 4395 | * source/: help.c (1.40), tags.c (1.12), tags.h (1.4, REL-5-2): - |
|---|
| 4396 | Use shared strings for lower memory use with large tags files. - |
|---|
| 4397 | Add compilation host information to help, update authors |
|---|
| 4398 | |
|---|
| 4399 | 2001-07-24 19:27 slobasso |
|---|
| 4400 | |
|---|
| 4401 | * util/misc.c (1.22): Fix array size define to match actual array |
|---|
| 4402 | size. Incorrect size could result in infinite loop. |
|---|
| 4403 | |
|---|
| 4404 | 2001-07-18 13:01 amai |
|---|
| 4405 | |
|---|
| 4406 | * ChangeLog (1.5): Update |
|---|
| 4407 | |
|---|
| 4408 | 2001-07-18 13:00 amai |
|---|
| 4409 | |
|---|
| 4410 | * source/: search.c (1.30), search.h (1.11, REL-5-2), window.c |
|---|
| 4411 | (1.27): Shrink two function names to 31 characters length and below |
|---|
| 4412 | (seems to be a limit on some VMS systems) |
|---|
| 4413 | |
|---|
| 4414 | 2001-07-17 08:19 amai |
|---|
| 4415 | |
|---|
| 4416 | * doc/faq.xml (1.2): Updated version from Florian Xhumari as of |
|---|
| 4417 | http://galleries.free.fr/nedit-faq-01-07-16.tar.gz |
|---|
| 4418 | |
|---|
| 4419 | 2001-07-17 07:31 amai |
|---|
| 4420 | |
|---|
| 4421 | * source/preferences.c (1.27), util/getfiles.c (1.13), |
|---|
| 4422 | util/vmsUtils.c (1.4): VMS patches from Blair Phillips |
|---|
| 4423 | <blair.phillips@airservices.gov.au>: avoid rint() re-definition, |
|---|
| 4424 | fix for non-unix file root, case-insensitive match on filename |
|---|
| 4425 | extensions. |
|---|
| 4426 | |
|---|
| 4427 | 2001-07-16 20:41 amai |
|---|
| 4428 | |
|---|
| 4429 | * source/lnknedit.com (1.5, BETA-5-3-RC1, REL-5-2): VMS patch from |
|---|
| 4430 | mark.geary@qwest.com |
|---|
| 4431 | |
|---|
| 4432 | 2001-07-16 14:48 amai |
|---|
| 4433 | |
|---|
| 4434 | * doc/: nc.man (1.2), nedit.man (1.2): Man page updates from Joor |
|---|
| 4435 | Loohuis |
|---|
| 4436 | |
|---|
| 4437 | 2001-07-16 11:49 amai |
|---|
| 4438 | |
|---|
| 4439 | * doc/: faq-txt.awk (1.1), faq-txt.dtd (1.1), faq-txt.xsl (1.1), |
|---|
| 4440 | faq.dtd (1.1), faq.xml (1.1), faq.xsl (1.1): faq*: add FAQ files |
|---|
| 4441 | found on our website |
|---|
| 4442 | |
|---|
| 4443 | 2001-07-11 21:35 amai |
|---|
| 4444 | |
|---|
| 4445 | * source/: parse.c_noyacc (1.6), parse.h (1.4, BETA-5-3-RC1, |
|---|
| 4446 | REL-5-2), parse.y (1.15): Back out "const" patch for ParseMacro(). |
|---|
| 4447 | Was incomplete, therefore broken |
|---|
| 4448 | |
|---|
| 4449 | 2001-07-11 15:21 amai |
|---|
| 4450 | |
|---|
| 4451 | * source/: comnedit.com (1.5), file.c (1.20), lnknedit.com (1.4): |
|---|
| 4452 | VMS patches from <Mark.Geary@qwest.com> (not literally as for |
|---|
| 4453 | file.c) |
|---|
| 4454 | |
|---|
| 4455 | 2001-07-11 08:06 amai |
|---|
| 4456 | |
|---|
| 4457 | * source/parse.c_noyacc (1.5): Update from current parse.y |
|---|
| 4458 | |
|---|
| 4459 | 2001-07-11 08:04 amai |
|---|
| 4460 | |
|---|
| 4461 | * source/: parse.h (1.3), parse.y (1.14): Add some 'const' to |
|---|
| 4462 | ParseMacro() signature |
|---|
| 4463 | |
|---|
| 4464 | 2001-07-11 07:55 amai |
|---|
| 4465 | |
|---|
| 4466 | * util/: comutil.com (1.3, BETA-5-3-RC1, REL-5-2), utils.c (1.4): |
|---|
| 4467 | VMS patches from Mark.Geary@qwest.com |
|---|
| 4468 | |
|---|
| 4469 | 2001-07-07 09:55 amai |
|---|
| 4470 | |
|---|
| 4471 | * ChangeLog (1.4): Update |
|---|
| 4472 | |
|---|
| 4473 | 2001-07-07 09:54 amai |
|---|
| 4474 | |
|---|
| 4475 | * COPYRIGHT (1.1, BETA-5-3-RC1, REL-5-2), README (1.8): Have an |
|---|
| 4476 | external file for the license terms. README refers to it |
|---|
| 4477 | |
|---|
| 4478 | 2001-07-07 09:48 amai |
|---|
| 4479 | |
|---|
| 4480 | * nc.man (1.4), nedit.doc (1.6), nedit.man (1.4), doc/nc.man (1.1), |
|---|
| 4481 | doc/nedit.doc (1.1), doc/nedit.man (1.1): Move doc files to |
|---|
| 4482 | separate subdirectory |
|---|
| 4483 | |
|---|
| 4484 | 2001-07-04 09:42 uid30962 |
|---|
| 4485 | |
|---|
| 4486 | * README (1.7): Update some references to LessTif |
|---|
| 4487 | |
|---|
| 4488 | 2001-07-04 09:29 uid30962 |
|---|
| 4489 | |
|---|
| 4490 | * ReleaseNotes (1.7): ReleaseNotes: Upddate |
|---|
| 4491 | |
|---|
| 4492 | 2001-07-03 12:53 amai |
|---|
| 4493 | |
|---|
| 4494 | * source/Makefile.dependencies (1.5): Makefile.dependencies: update |
|---|
| 4495 | depedency list |
|---|
| 4496 | |
|---|
| 4497 | 2001-07-03 12:13 amai |
|---|
| 4498 | |
|---|
| 4499 | * source/help.c (1.39): help.c: A new month has come ... |
|---|
| 4500 | |
|---|
| 4501 | 2001-06-23 09:31 amai |
|---|
| 4502 | |
|---|
| 4503 | * ChangeLog (1.3): ChangeLog: update |
|---|
| 4504 | |
|---|
| 4505 | 2001-06-22 18:27 tringali |
|---|
| 4506 | |
|---|
| 4507 | * source/: nedit.c (1.13), window.c (1.26): Allow stats line |
|---|
| 4508 | background color to be set by user [#431891] |
|---|
| 4509 | |
|---|
| 4510 | 2001-06-22 18:25 tringali |
|---|
| 4511 | |
|---|
| 4512 | * source/macro.c (1.27): Incremental reading from files via J. Lous |
|---|
| 4513 | [Patch #434465] |
|---|
| 4514 | |
|---|
| 4515 | 2001-06-22 14:32 amai |
|---|
| 4516 | |
|---|
| 4517 | * source/file.c (1.19): file.c: fail when trying to read in a |
|---|
| 4518 | directory as a file |
|---|
| 4519 | |
|---|
| 4520 | 2001-06-21 14:54 edel |
|---|
| 4521 | |
|---|
| 4522 | * source/shell.c (1.10): Fixed shell dialog BadMatch crash on |
|---|
| 4523 | Solaris 2.5 |
|---|
| 4524 | |
|---|
| 4525 | 2001-06-20 15:48 amai |
|---|
| 4526 | |
|---|
| 4527 | * source/macro.c (1.26): macro.c: replace snprintf() by sprintf(). |
|---|
| 4528 | Add #include <string.h> |
|---|
| 4529 | |
|---|
| 4530 | 2001-06-20 08:24 amai |
|---|
| 4531 | |
|---|
| 4532 | * ChangeLog (1.2): ChangeLog: update |
|---|
| 4533 | |
|---|
| 4534 | 2001-06-19 20:00 slobasso |
|---|
| 4535 | |
|---|
| 4536 | * source/macro.c (1.25): Added Thorsten's code to put correct key |
|---|
| 4537 | codes in status bar during recording and macro running. |
|---|
| 4538 | |
|---|
| 4539 | 2001-06-09 18:48 amai |
|---|
| 4540 | |
|---|
| 4541 | * makefiles/: Makefile.dec (1.3), Makefile.osf (1.3), |
|---|
| 4542 | Makefile.superux (1.2): Makefile.superux: add CVS Id Makefile.dec |
|---|
| 4543 | Makefile.osf: briefly comment on the os versions they are supposed |
|---|
| 4544 | to work with |
|---|
| 4545 | |
|---|
| 4546 | 2001-06-08 08:14 amai |
|---|
| 4547 | |
|---|
| 4548 | * source/help.c (1.38): help.c: update timestamp to "June, 2001" |
|---|
| 4549 | |
|---|
| 4550 | 2001-06-07 19:52 amai |
|---|
| 4551 | |
|---|
| 4552 | * ChangeLog (1.1): ChangeLog: finally add the output of "cvs2cl". |
|---|
| 4553 | Needs to be updated regularly ... |
|---|
| 4554 | |
|---|
| 4555 | 2001-06-06 19:24 tringali |
|---|
| 4556 | |
|---|
| 4557 | * makefiles/Makefile.linux (1.4): |
|---|
| 4558 | Remove -DEDITRES, this causes link failure. |
|---|
| 4559 | |
|---|
| 4560 | 2001-06-06 10:00 amai |
|---|
| 4561 | |
|---|
| 4562 | * util/: DialogF.c (1.16), fontsel.c (1.8), getfiles.c (1.12), |
|---|
| 4563 | misc.c (1.21), prefFile.c (1.8): *.c: add some explicit #include |
|---|
| 4564 | <string.h>. Previously it was done implicitly ... |
|---|
| 4565 | |
|---|
| 4566 | 2001-06-05 12:52 amai |
|---|
| 4567 | |
|---|
| 4568 | * makefiles/Makefile.linux (1.3): Makefile.linux: drop |
|---|
| 4569 | -I/-L/usr/lesstif/* flags and add a suitable comment instead |
|---|
| 4570 | |
|---|
| 4571 | 2001-06-05 08:01 amai |
|---|
| 4572 | |
|---|
| 4573 | * source/file.c (1.18): file.c: security fix for WriteBackupFile() |
|---|
| 4574 | |
|---|
| 4575 | 2001-06-01 20:09 edel |
|---|
| 4576 | |
|---|
| 4577 | * makefiles/: Makefile.solaris (1.3), Makefile.superux (1.1): From: |
|---|
| 4578 | Ian Johnston" <Ian.Johnston@dlr.de> |
|---|
| 4579 | |
|---|
| 4580 | 2001-05-31 08:49 amai |
|---|
| 4581 | |
|---|
| 4582 | * source/nedit.h (1.17, REL-5-2): nedit.h: add 'extern' to variable |
|---|
| 4583 | declaration in header (to avoid problem with multiple |
|---|
| 4584 | definitions) |
|---|
| 4585 | |
|---|
| 4586 | 2001-05-29 18:21 arnef |
|---|
| 4587 | |
|---|
| 4588 | * source/menu.c (1.33): Add separator in Preferences/Default |
|---|
| 4589 | Settings/Customize Menus |
|---|
| 4590 | |
|---|
| 4591 | 2001-05-19 16:09 tringali |
|---|
| 4592 | |
|---|
| 4593 | * util/misc.c (1.20): Fix bug in mnemonic building- don't build |
|---|
| 4594 | mnemonics for XK_VoidSymbol. Fixes various problems with XFree86 |
|---|
| 4595 | servers. |
|---|
| 4596 | |
|---|
| 4597 | 2001-05-17 11:42 arnef |
|---|
| 4598 | |
|---|
| 4599 | * source/: menu.c (1.32), nedit.h (1.16), preferences.c (1.26), |
|---|
| 4600 | preferences.h (1.10), window.c (1.25): Adding path to windows menu |
|---|
| 4601 | file entries |
|---|
| 4602 | |
|---|
| 4603 | 2001-05-15 20:04 amai |
|---|
| 4604 | |
|---|
| 4605 | * makefiles/Makefile.depend (1.1): Makefile.depend: Makefile used |
|---|
| 4606 | to generate (internal) the dependency list. This |
|---|
| 4607 | file does not build anything! |
|---|
| 4608 | |
|---|
| 4609 | 2001-05-12 00:48 tringali |
|---|
| 4610 | |
|---|
| 4611 | * ReleaseNotes (1.6), source/text.c (1.14): - Add support for mouse |
|---|
| 4612 | wheel scrolling in the main text area. |
|---|
| 4613 | |
|---|
| 4614 | 2001-05-11 19:56 amai |
|---|
| 4615 | |
|---|
| 4616 | * util/fileUtils.c (1.12): fileUtils.c: really tiny patch for OS/2 |
|---|
| 4617 | only (drive letters ;-) |
|---|
| 4618 | |
|---|
| 4619 | 2001-05-11 08:05 amai |
|---|
| 4620 | |
|---|
| 4621 | * source/file.c (1.17): file.c: Corrected(!) version of SuSe |
|---|
| 4622 | security patch for temporary file security problem within |
|---|
| 4623 | PrintString(). Tested once for compile/runtime ... |
|---|
| 4624 | |
|---|
| 4625 | 2001-05-05 18:01 arnef |
|---|
| 4626 | |
|---|
| 4627 | * source/menu.c (1.31): Changing default for sortOpenPrevDefCB |
|---|
| 4628 | should invalidate all open window's OpenPrev menu |
|---|
| 4629 | |
|---|
| 4630 | 2001-05-04 18:33 arnef |
|---|
| 4631 | |
|---|
| 4632 | * source/: nedit.h (1.15), search.c (1.29), search.h (1.10), |
|---|
| 4633 | window.c (1.24): Make the buttons in Find and Replace dialogs |
|---|
| 4634 | sensitive on the state of 'Search for' field. |
|---|
| 4635 | |
|---|
| 4636 | 2001-05-03 09:42 amai |
|---|
| 4637 | |
|---|
| 4638 | * source/help.c (1.37): help.c: update timestamp to "May, 2001" |
|---|
| 4639 | |
|---|
| 4640 | 2001-04-25 21:37 edg |
|---|
| 4641 | |
|---|
| 4642 | * util/DialogF.c (1.15): Added a fix to handle unexpected |
|---|
| 4643 | destruction of dialogs gracefully. |
|---|
| 4644 | |
|---|
| 4645 | 2001-04-25 19:03 amai |
|---|
| 4646 | |
|---|
| 4647 | * nedit.doc (1.5): nedit.doc: fix some typos, convert some "nedit" |
|---|
| 4648 | to "NEdit", drop some comment about pre 1.2 Motif |
|---|
| 4649 | |
|---|
| 4650 | 2001-04-25 17:01 amai |
|---|
| 4651 | |
|---|
| 4652 | * util/fileUtils.c (1.11): fileUtils.c: forgot one special case |
|---|
| 4653 | where the "//" patch might to a crash. Next time I should probably |
|---|
| 4654 | <think> first, <code> later |
|---|
| 4655 | |
|---|
| 4656 | 2001-04-25 16:48 amai |
|---|
| 4657 | |
|---|
| 4658 | * util/fileUtils.c (1.10): fileUtils.c: fix typo in my |
|---|
| 4659 | "double-slash patch" from today |
|---|
| 4660 | |
|---|
| 4661 | 2001-04-25 07:52 amai |
|---|
| 4662 | |
|---|
| 4663 | * util/fileUtils.c (1.9): fileUtils.c: avoid double "//" in path |
|---|
| 4664 | strings as this may not work out on non-un*x systems |
|---|
| 4665 | |
|---|
| 4666 | 2001-04-24 21:10 tringali |
|---|
| 4667 | |
|---|
| 4668 | * util/misc.c (1.19): Fix crash bug in OpenMotif, where asking for |
|---|
| 4669 | the the Display/Window of a gadget produces a NULL pointer. |
|---|
| 4670 | |
|---|
| 4671 | 2001-04-18 19:12 slobasso |
|---|
| 4672 | |
|---|
| 4673 | * source/window.c (1.23): needed to save/restore horizontal and |
|---|
| 4674 | vertical scroll positions when changing hw tab size. |
|---|
| 4675 | |
|---|
| 4676 | 2001-04-18 19:08 slobasso |
|---|
| 4677 | |
|---|
| 4678 | * util/DialogF.c (1.14): fixed use of int where Cardinal should be |
|---|
| 4679 | |
|---|
| 4680 | 2001-04-18 17:10 slobasso |
|---|
| 4681 | |
|---|
| 4682 | * source/: help.c (1.36), macro.c (1.24): new $server_name |
|---|
| 4683 | variable. |
|---|
| 4684 | |
|---|
| 4685 | 2001-04-18 17:02 slobasso |
|---|
| 4686 | |
|---|
| 4687 | * source/: file.c (1.16), file.h (1.7, REL-5-2), help.c (1.35), |
|---|
| 4688 | menu.c (1.30), window.c (1.22): added optional parameter to close() |
|---|
| 4689 | action for save option. |
|---|
| 4690 | |
|---|
| 4691 | 2001-04-18 16:51 slobasso |
|---|
| 4692 | |
|---|
| 4693 | * util/DialogF.c (1.13): fixed a mistake I introduced while |
|---|
| 4694 | debugging |
|---|
| 4695 | |
|---|
| 4696 | 2001-04-18 16:12 slobasso |
|---|
| 4697 | |
|---|
| 4698 | * util/DialogF.c (1.12): cleaned up createMnemonics in an effort to |
|---|
| 4699 | fix a crash bug. Bug still not fixed. |
|---|
| 4700 | |
|---|
| 4701 | 2001-04-17 23:40 slobasso |
|---|
| 4702 | |
|---|
| 4703 | * source/help.c (1.34): cleaned up formatting and moved Windows |
|---|
| 4704 | Menu items into correct area |
|---|
| 4705 | |
|---|
| 4706 | 2001-04-17 20:13 slobasso |
|---|
| 4707 | |
|---|
| 4708 | * source/window.c (1.21): save and restore insert positions when hw |
|---|
| 4709 | tab sizes are changed |
|---|
| 4710 | |
|---|
| 4711 | 2001-04-17 18:47 slobasso |
|---|
| 4712 | |
|---|
| 4713 | * source/macro.c (1.23): cleaned up RedundantActions, adding some |
|---|
| 4714 | missing items |
|---|
| 4715 | |
|---|
| 4716 | 2001-04-16 23:49 slobasso |
|---|
| 4717 | |
|---|
| 4718 | * source/: file.c (1.15), nedit.h (1.14): added bit to distinguish |
|---|
| 4719 | between too much binary data and -read |
|---|
| 4720 | |
|---|
| 4721 | 2001-04-16 23:20 slobasso |
|---|
| 4722 | |
|---|
| 4723 | * source/: file.c (1.14), file.h (1.6), macro.c (1.22), menu.c |
|---|
| 4724 | (1.29), nedit.h (1.13), search.c (1.28), selection.c (1.8), |
|---|
| 4725 | window.c (1.20): readOnly vs lockWrite access fix, now handles the |
|---|
| 4726 | many other locked possibilities |
|---|
| 4727 | |
|---|
| 4728 | 2001-04-16 16:36 edg |
|---|
| 4729 | |
|---|
| 4730 | * source/: help.c (1.33), window.c (1.19): Added workarounds for |
|---|
| 4731 | openmotif bugs [SF bug 231876]. |
|---|
| 4732 | |
|---|
| 4733 | 2001-04-16 14:04 amai |
|---|
| 4734 | |
|---|
| 4735 | * source/textBuf.c (1.8): texBuf.c: try to fix a bug introduced by |
|---|
| 4736 | a "const" patch. Pointed out by <arne@forlie.com> |
|---|
| 4737 | |
|---|
| 4738 | 2001-04-14 09:51 amai |
|---|
| 4739 | |
|---|
| 4740 | * makefiles/Makefile.unicos (1.3), source/preferences.c (1.25), |
|---|
| 4741 | source/text.c (1.13), source/userCmds.c (1.12): *: applied re-vised |
|---|
| 4742 | version of patches for UNICOS from Bill Matson |
|---|
| 4743 | <wjm@sdc.cs.boeing.com> |
|---|
| 4744 | |
|---|
| 4745 | 2001-04-13 22:58 slobasso |
|---|
| 4746 | |
|---|
| 4747 | * util/DialogF.c (1.11): fix build problem introduced in previous |
|---|
| 4748 | change UCHAR_MAX is in limits.h |
|---|
| 4749 | |
|---|
| 4750 | 2001-04-13 17:50 tringali |
|---|
| 4751 | |
|---|
| 4752 | * ReleaseNotes (1.5), source/file.c (1.13), source/help.c (1.32), |
|---|
| 4753 | source/highlightData.c (1.13), source/macro.c (1.21), |
|---|
| 4754 | source/preferences.c (1.24), source/search.c (1.27), |
|---|
| 4755 | source/smartIndent.c (1.9), source/userCmds.c (1.11), |
|---|
| 4756 | util/DialogF.c (1.10), util/fontsel.c (1.7), util/getfiles.c |
|---|
| 4757 | (1.11), util/misc.c (1.18), util/misc.h (1.7), util/printUtils.c |
|---|
| 4758 | (1.10): - Updated release notes - Added unmodified mnemonics to |
|---|
| 4759 | confirmation dialogs. - Fix bug in mnemonics where there could be |
|---|
| 4760 | two of the same menmonics on one dialog. |
|---|
| 4761 | |
|---|
| 4762 | 2001-04-13 15:02 slobasso |
|---|
| 4763 | |
|---|
| 4764 | * source/search.c (1.26): fixed regex search backwards bug if wrap |
|---|
| 4765 | turned off. |
|---|
| 4766 | |
|---|
| 4767 | 2001-04-12 22:02 edg |
|---|
| 4768 | |
|---|
| 4769 | * source/: help.c (1.31), macro.c (1.20), menu.c (1.28), nedit.h |
|---|
| 4770 | (1.12), preferences.c (1.23), search.c (1.25), window.c (1.18), |
|---|
| 4771 | window.h (1.6): Extended the Show Matching (..) functionality: Off, |
|---|
| 4772 | Delimiter, and Range. Original patch was submitted by Thorsten |
|---|
| 4773 | Haude. |
|---|
| 4774 | |
|---|
| 4775 | 2001-04-12 15:09 amai |
|---|
| 4776 | |
|---|
| 4777 | * source/menu.c (1.27): menu.c: allow to specify control codes in |
|---|
| 4778 | hex/dec/oct format also improve checking of input |
|---|
| 4779 | |
|---|
| 4780 | 2001-04-09 22:12 amai |
|---|
| 4781 | |
|---|
| 4782 | * util/: misc.c (1.17), misc.h (1.6): misc.c misc.h: another |
|---|
| 4783 | "const" patch |
|---|
| 4784 | |
|---|
| 4785 | 2001-04-09 21:43 edg |
|---|
| 4786 | |
|---|
| 4787 | * source/help.c (1.30): Added information about new search |
|---|
| 4788 | extensions and related stuff. |
|---|
| 4789 | |
|---|
| 4790 | 2001-04-09 21:38 edg |
|---|
| 4791 | |
|---|
| 4792 | * source/: nedit.h (1.11), search.c (1.24): Minor fixes and |
|---|
| 4793 | improvements in isearch + beep on search wrap combination. |
|---|
| 4794 | |
|---|
| 4795 | 2001-04-09 18:46 edg |
|---|
| 4796 | |
|---|
| 4797 | * util/misc.c (1.16): Typo fix in recent accelerator fix. |
|---|
| 4798 | |
|---|
| 4799 | 2001-04-06 13:09 amai |
|---|
| 4800 | |
|---|
| 4801 | * source/: preferences.c (1.22), preferences.h (1.9): |
|---|
| 4802 | preferences.*: even more "const" additions |
|---|
| 4803 | |
|---|
| 4804 | 2001-04-06 13:03 amai |
|---|
| 4805 | |
|---|
| 4806 | * source/: interpret.c (1.13), interpret.h (1.6, REL-5-2): |
|---|
| 4807 | interpret.*: another "const" patch |
|---|
| 4808 | |
|---|
| 4809 | 2001-04-06 09:49 amai |
|---|
| 4810 | |
|---|
| 4811 | * source/file.c (1.12), source/file.h (1.5), source/help.c (1.29), |
|---|
| 4812 | source/highlightData.c (1.12), source/highlightData.h (1.4, |
|---|
| 4813 | REL-5-2), source/preferences.c (1.21), source/preferences.h (1.8), |
|---|
| 4814 | source/regularExp.c (1.7, REL-5-2), source/regularExp.h (1.5, |
|---|
| 4815 | REL-5-2), source/search.c (1.23), source/search.h (1.9), |
|---|
| 4816 | source/textBuf.c (1.7), source/textBuf.h (1.4, REL-5-2), |
|---|
| 4817 | util/fileUtils.c (1.8), util/fileUtils.h (1.4), util/printUtils.c |
|---|
| 4818 | (1.9), util/printUtils.h (1.4, REL-5-2): *.c *.h: big "const" |
|---|
| 4819 | patch. Except in textBuf.c it's only a couple of const |
|---|
| 4820 | additions. In textBuf.c I had to change a coupl of lines |
|---|
| 4821 | to get this done - should be on the safe side of life ... |
|---|
| 4822 | |
|---|
| 4823 | 2001-04-04 19:38 edg |
|---|
| 4824 | |
|---|
| 4825 | * source/: preferences.c (1.20), search.c (1.22): Minor bug fixes |
|---|
| 4826 | in search extensions related code. |
|---|
| 4827 | |
|---|
| 4828 | 2001-04-03 22:59 edg |
|---|
| 4829 | |
|---|
| 4830 | * source/: menu.c (1.26), nedit.h (1.10), preferences.c (1.19), |
|---|
| 4831 | preferences.h (1.7), search.c (1.21), search.h (1.8): Added "smart" |
|---|
| 4832 | replace scope behaviour to the replace dialog radio button |
|---|
| 4833 | alternative, and made it configurable through a preference. |
|---|
| 4834 | |
|---|
| 4835 | 2001-04-03 08:06 amai |
|---|
| 4836 | |
|---|
| 4837 | * source/help.c (1.28): help.c: the "April" patch ... |
|---|
| 4838 | |
|---|
| 4839 | 2001-04-03 01:42 tringali |
|---|
| 4840 | |
|---|
| 4841 | * util/misc.c (1.15): Don't allow traversal to insensitive widgets. |
|---|
| 4842 | |
|---|
| 4843 | 2001-04-02 20:52 edg |
|---|
| 4844 | |
|---|
| 4845 | * source/: highlight.c (1.13), macro.c (1.19), menu.c (1.25), |
|---|
| 4846 | nedit.h (1.9), preferences.c (1.18), preferences.h (1.6), |
|---|
| 4847 | regularExp.c (1.6), regularExp.h (1.4), search.c (1.20), search.h |
|---|
| 4848 | (1.7), window.c (1.17): Introduced additional search modes [Markus |
|---|
| 4849 | Schwarzenberg]. Added beep on search wrap option [Markus |
|---|
| 4850 | Schwarzenberg]. Added sticky case sensitivity search preference |
|---|
| 4851 | [Markus Schwarzenberg]. Replace and find dialog and incremental |
|---|
| 4852 | search bar layout changes (currently two layout alternatives for |
|---|
| 4853 | replace dialog, for evaluation purposes). |
|---|
| 4854 | |
|---|
| 4855 | 2001-03-30 17:54 slobasso |
|---|
| 4856 | |
|---|
| 4857 | * source/highlightData.c (1.11): new global in nedit macro language |
|---|
| 4858 | $empty_array |
|---|
| 4859 | |
|---|
| 4860 | 2001-03-30 17:48 slobasso |
|---|
| 4861 | |
|---|
| 4862 | * source/: help.c (1.27), macro.c (1.18): added a new empty array |
|---|
| 4863 | global |
|---|
| 4864 | |
|---|
| 4865 | 2001-03-27 23:00 slobasso |
|---|
| 4866 | |
|---|
| 4867 | * source/help.c (1.26): minor formatting fix |
|---|
| 4868 | |
|---|
| 4869 | 2001-03-27 15:37 tringali |
|---|
| 4870 | |
|---|
| 4871 | * makefiles/Makefile.aix (1.4): Add FUNCPROTO=15 for the IBM X |
|---|
| 4872 | headers, which require a bitmask in this #define in order to |
|---|
| 4873 | control function prototypes. |
|---|
| 4874 | |
|---|
| 4875 | 2001-03-26 15:46 slobasso |
|---|
| 4876 | |
|---|
| 4877 | * source/: interpret.c (1.12), interpret.h (1.5), macro.c (1.17): |
|---|
| 4878 | minor array code cleanup |
|---|
| 4879 | |
|---|
| 4880 | 2001-03-25 08:42 arnef |
|---|
| 4881 | |
|---|
| 4882 | * source/tags.c (1.11): Fixed bug #217022 |
|---|
| 4883 | |
|---|
| 4884 | 2001-03-23 23:11 slobasso |
|---|
| 4885 | |
|---|
| 4886 | * source/highlightData.c (1.10): added missing variables to NEdit |
|---|
| 4887 | macro highlighting data |
|---|
| 4888 | |
|---|
| 4889 | 2001-03-23 14:41 slobasso |
|---|
| 4890 | |
|---|
| 4891 | * source/undo.c (1.5): undo/redo sets the selection to the changed |
|---|
| 4892 | text |
|---|
| 4893 | |
|---|
| 4894 | 2001-03-21 21:25 edg |
|---|
| 4895 | |
|---|
| 4896 | * source/search.c (1.19): Changed the initial default selection for |
|---|
| 4897 | multi-file replacement dialog to all files instead of none. |
|---|
| 4898 | Multi-file replacement dialog now makes sure that at least the |
|---|
| 4899 | first selected item is visible when displayed. Removed the #ifdefs |
|---|
| 4900 | for conditional multi-file replacement functionality. Minor layout |
|---|
| 4901 | change for the replace dialog. |
|---|
| 4902 | |
|---|
| 4903 | 2001-03-21 21:20 edg |
|---|
| 4904 | |
|---|
| 4905 | * source/window.c (1.16): Removed #ifdef for conditional multi-file |
|---|
| 4906 | replacement functionality. |
|---|
| 4907 | |
|---|
| 4908 | 2001-03-19 16:30 slobasso |
|---|
| 4909 | |
|---|
| 4910 | * source/: highlight.c (1.12), regexConvert.c (1.3), regularExp.c |
|---|
| 4911 | (1.5), search.c (1.18), text.c (1.12), textBuf.c (1.6), textDisp.c |
|---|
| 4912 | (1.9): removing warnings for RH7 linux compiler |
|---|
| 4913 | |
|---|
| 4914 | 2001-03-19 14:43 tringali |
|---|
| 4915 | |
|---|
| 4916 | * source/: text.c (1.11), nedit.c (1.12): |
|---|
| 4917 | |
|---|
| 4918 | Move toggle overstrike accelerator to Motif standard "Insert", free |
|---|
| 4919 | up Ctrl+B for other uses. |
|---|
| 4920 | |
|---|
| 4921 | 2001-03-17 06:44 arnef |
|---|
| 4922 | |
|---|
| 4923 | * source/search.c (1.17): Fixed bug related to |
|---|
| 4924 | XtGetSelectionValue() and variables going out of scope. Added |
|---|
| 4925 | mnemonic to Replace& Find Button. |
|---|
| 4926 | |
|---|
| 4927 | 2001-03-16 22:24 slobasso |
|---|
| 4928 | |
|---|
| 4929 | * source/menu.c (1.24): fixed menu argument to set_wrap_text |
|---|
| 4930 | |
|---|
| 4931 | 2001-03-16 20:28 amai |
|---|
| 4932 | |
|---|
| 4933 | * source/: nc.c (1.8), nedit.c (1.11): nc.c nedit.c: wildcard |
|---|
| 4934 | expansion for non-sh shells on OS/2 (EMX) |
|---|
| 4935 | |
|---|
| 4936 | 2001-03-13 16:48 slobasso |
|---|
| 4937 | |
|---|
| 4938 | * source/help.c (1.25), source/macro.c (1.16), source/search.c |
|---|
| 4939 | (1.16), source/selection.c (1.7), source/shell.c (1.9), |
|---|
| 4940 | source/shift.c (1.7), source/textDisp.c (1.8), util/DialogF.c |
|---|
| 4941 | (1.9), util/fontsel.c (1.6), util/printUtils.c (1.8): cleanup |
|---|
| 4942 | warnings under linux compiler |
|---|
| 4943 | |
|---|
| 4944 | 2001-03-12 15:24 slobasso |
|---|
| 4945 | |
|---|
| 4946 | * source/help.c (1.24): fixed a few minor mistakes. |
|---|
| 4947 | |
|---|
| 4948 | 2001-03-12 15:15 slobasso |
|---|
| 4949 | |
|---|
| 4950 | * source/: help.c (1.23), macro.c (1.15), menu.c (1.23), |
|---|
| 4951 | preferences.c (1.17), window.c (1.15), window.h (1.5): added final |
|---|
| 4952 | window settable prefs through actions and verified all should be |
|---|
| 4953 | macro recordable. |
|---|
| 4954 | |
|---|
| 4955 | 2001-03-11 02:31 slobasso |
|---|
| 4956 | |
|---|
| 4957 | * source/: help.c (1.22), menu.c (1.22), nedit.h (1.8): new macro |
|---|
| 4958 | access to many window settings |
|---|
| 4959 | |
|---|
| 4960 | 2001-03-10 15:36 arnef |
|---|
| 4961 | |
|---|
| 4962 | * source/: help.c (1.21), menu.c (1.21), nedit.c (1.10), nedit.h |
|---|
| 4963 | (1.7), preferences.c (1.16), preferences.h (1.5), search.c (1.15), |
|---|
| 4964 | search.h (1.6): Implemented replace/find functionality, patch no |
|---|
| 4965 | 403934 |
|---|
| 4966 | |
|---|
| 4967 | 2001-03-09 22:30 slobasso |
|---|
| 4968 | |
|---|
| 4969 | * source/help.c (1.20): changed delete() to delete_selection() in |
|---|
| 4970 | docs |
|---|
| 4971 | |
|---|
| 4972 | 2001-03-09 22:27 slobasso |
|---|
| 4973 | |
|---|
| 4974 | * source/menu.c (1.20): changed Delete menu item to use |
|---|
| 4975 | delete_selection action |
|---|
| 4976 | |
|---|
| 4977 | 2001-03-09 22:21 slobasso |
|---|
| 4978 | |
|---|
| 4979 | * source/parse.y (1.13): added lex hack for delete array[key] vs |
|---|
| 4980 | delete() abiguity |
|---|
| 4981 | |
|---|
| 4982 | 2001-03-09 16:58 slobasso |
|---|
| 4983 | |
|---|
| 4984 | * source/: help.c (1.19), macro.c (1.14), menu.c (1.19), text.c |
|---|
| 4985 | (1.10), text.h (1.4, REL-5-2), textDisp.c (1.7), textDisp.h (1.5, |
|---|
| 4986 | REL-5-2), window.c (1.14), window.h (1.4): adding new variables for |
|---|
| 4987 | font width and pane index and size and focus_pane action |
|---|
| 4988 | |
|---|
| 4989 | 2001-03-06 19:49 slobasso |
|---|
| 4990 | |
|---|
| 4991 | * source/: interpret.c (1.11), rbTree.c (1.2), rbTree.h (1.2, |
|---|
| 4992 | BETA-5-3-RC1, REL-5-2): added comments, cleaned up a few minor bugs |
|---|
| 4993 | and added cvs id's to new files |
|---|
| 4994 | |
|---|
| 4995 | 2001-03-06 15:02 slobasso |
|---|
| 4996 | |
|---|
| 4997 | * source/macro.c (1.13): add comments |
|---|
| 4998 | |
|---|
| 4999 | 2001-03-06 01:00 slobasso |
|---|
| 5000 | |
|---|
| 5001 | * source/: interpret.c (1.10), parse.y (1.12): code cleanup |
|---|
| 5002 | |
|---|
| 5003 | 2001-03-05 21:39 slobasso |
|---|
| 5004 | |
|---|
| 5005 | * source/highlightData.c (1.9): bring syntax hilighting up to |
|---|
| 5006 | latest changes in nedit macro language |
|---|
| 5007 | |
|---|
| 5008 | 2001-03-05 19:26 slobasso |
|---|
| 5009 | |
|---|
| 5010 | * source/: interpret.c (1.9), macro.c (1.12), parse.y (1.11): fixed |
|---|
| 5011 | a few warnings and made splitMS compatible with array sub-scripts |
|---|
| 5012 | end cases, which is what is was designed for |
|---|
| 5013 | |
|---|
| 5014 | 2001-03-05 16:20 amai |
|---|
| 5015 | |
|---|
| 5016 | * source/: help.c (1.18), parse.y (1.10): help.c: It's "March" now |
|---|
| 5017 | ... parse.y: add two yy*() prototypes to make compiler happy |
|---|
| 5018 | |
|---|
| 5019 | 2001-03-05 15:00 slobasso |
|---|
| 5020 | |
|---|
| 5021 | * source/: Makefile.common (1.6), Makefile.dependencies (1.4), |
|---|
| 5022 | help.c (1.17), interpret.c (1.8), interpret.h (1.4), macro.c |
|---|
| 5023 | (1.11), menu.c (1.18), nedit.c (1.9), parse.y (1.9), rbTree.c |
|---|
| 5024 | (1.1), rbTree.h (1.1), shell.c (1.8), smartIndent.c (1.8), |
|---|
| 5025 | userCmds.c (1.10): array macro feature |
|---|
| 5026 | |
|---|
| 5027 | 2001-02-26 23:38 edg |
|---|
| 5028 | |
|---|
| 5029 | * Makefile (1.5), README (1.6), ReleaseNotes (1.4), nc.man (1.3), |
|---|
| 5030 | nedit.doc (1.4), nedit.man (1.3), makefiles/Makefile.aix (1.3), |
|---|
| 5031 | makefiles/Makefile.bsdi (1.2), makefiles/Makefile.ccur (1.2), |
|---|
| 5032 | makefiles/Makefile.convex (1.2), makefiles/Makefile.cygwin (1.3), |
|---|
| 5033 | makefiles/Makefile.dcosx (1.2), makefiles/Makefile.dec (1.2), |
|---|
| 5034 | makefiles/Makefile.freebsd (1.2), makefiles/Makefile.generic (1.2), |
|---|
| 5035 | makefiles/Makefile.hpux (1.2), makefiles/Makefile.linux (1.2), |
|---|
| 5036 | makefiles/Makefile.lynx (1.2), makefiles/Makefile.m88k.svr4 (1.2), |
|---|
| 5037 | makefiles/Makefile.netbsd (1.2), makefiles/Makefile.os2 (1.2), |
|---|
| 5038 | makefiles/Makefile.osf (1.2), makefiles/Makefile.reliant (1.2), |
|---|
| 5039 | makefiles/Makefile.sco (1.2), makefiles/Makefile.sgi (1.2), |
|---|
| 5040 | makefiles/Makefile.solaris (1.2), makefiles/Makefile.sunos (1.2), |
|---|
| 5041 | makefiles/Makefile.uhc (1.2), makefiles/Makefile.ultrix (1.2), |
|---|
| 5042 | makefiles/Makefile.unicos (1.2), makefiles/Makefile.unixware (1.2), |
|---|
| 5043 | source/Makefile.common (1.5), source/Makefile.dependencies (1.3), |
|---|
| 5044 | source/comnedit.com (1.4), source/file.c (1.11), source/file.h |
|---|
| 5045 | (1.4), source/help.c (1.16), source/help.h (1.3), |
|---|
| 5046 | source/highlight.c (1.11), source/highlight.h (1.3, REL-5-2), |
|---|
| 5047 | source/highlightData.c (1.8), source/highlightData.h (1.3), |
|---|
| 5048 | source/interpret.c (1.7), source/interpret.h (1.3), |
|---|
| 5049 | source/lnknedit.com (1.3), source/macro.c (1.10), source/macro.h |
|---|
| 5050 | (1.2, REL-5-2), source/menu.c (1.17), source/menu.h (1.5, |
|---|
| 5051 | BETA-5-3-RC1, REL-5-2), source/n.bm (1.2, BETA-5-3-RC1, REL-5-2), |
|---|
| 5052 | source/nc.c (1.7), source/nedit.bm (1.2, BETA-5-3-RC1, REL-5-2), |
|---|
| 5053 | source/nedit.c (1.8), source/nedit.h (1.6), |
|---|
| 5054 | source/nedit_options_file.opt (1.2, BETA-5-3-RC1, REL-5-2), |
|---|
| 5055 | source/parse.c_noyacc (1.4), source/parse.h (1.2), source/parse.y |
|---|
| 5056 | (1.8), source/preferences.c (1.15), source/preferences.h (1.4), |
|---|
| 5057 | source/regexConvert.c (1.2), source/regexConvert.h (1.2, REL-5-2), |
|---|
| 5058 | source/regularExp.c (1.4), source/regularExp.h (1.3), |
|---|
| 5059 | source/search.c (1.14), source/search.h (1.5), source/selection.c |
|---|
| 5060 | (1.6), source/selection.h (1.3, REL-5-2), source/server.c (1.7), |
|---|
| 5061 | source/server.h (1.2, REL-5-2), source/shell.c (1.7), |
|---|
| 5062 | source/shell.h (1.3, REL-5-2), source/shift.c (1.6), source/shift.h |
|---|
| 5063 | (1.3, BETA-5-3-RC1, REL-5-2), source/smartIndent.c (1.7), |
|---|
| 5064 | source/smartIndent.h (1.3), source/tags.c (1.10), source/tags.h |
|---|
| 5065 | (1.3), source/text.c (1.9), source/text.h (1.3), source/textBuf.c |
|---|
| 5066 | (1.5), source/textBuf.h (1.3), source/textDisp.c (1.6), |
|---|
| 5067 | source/textDisp.h (1.4), source/textDrag.c (1.3), source/textDrag.h |
|---|
| 5068 | (1.2, BETA-5-3-RC1, REL-5-2), source/textP.h (1.3, BETA-5-3-RC1, |
|---|
| 5069 | REL-5-2), source/textSel.c (1.3), source/textSel.h (1.2, |
|---|
| 5070 | BETA-5-3-RC1, REL-5-2), source/undo.c (1.4), source/undo.h (1.3, |
|---|
| 5071 | REL-5-2), source/userCmds.c (1.9), source/userCmds.h (1.3), |
|---|
| 5072 | source/window.c (1.13), source/window.h (1.3), util/DialogF.c |
|---|
| 5073 | (1.8), util/DialogF.h (1.4, REL-5-2), util/Makefile.common (1.5, |
|---|
| 5074 | REL-5-2), util/Makefile.dependencies (1.3), util/comutil.com (1.2), |
|---|
| 5075 | util/fileUtils.c (1.7), util/fileUtils.h (1.3), util/fontsel.c |
|---|
| 5076 | (1.5), util/fontsel.h (1.3), util/getfiles.c (1.10), |
|---|
| 5077 | util/getfiles.h (1.3, BETA-5-3-RC1, REL-5-2), util/managedList.c |
|---|
| 5078 | (1.4), util/managedList.h (1.3, BETA-5-3-RC1, REL-5-2), util/misc.c |
|---|
| 5079 | (1.14), util/misc.h (1.5), util/prefFile.c (1.7), util/prefFile.h |
|---|
| 5080 | (1.4, BETA-5-3-RC1, REL-5-2), util/printUtils.c (1.7), |
|---|
| 5081 | util/printUtils.h (1.3), util/utils.c (1.3), util/utils.h (1.2, |
|---|
| 5082 | REL-5-2), util/vmsParam.h (1.2, BETA-5-3-RC1, REL-5-2), |
|---|
| 5083 | util/vmsUtils.c (1.3), util/vmsUtils.h (1.3, BETA-5-3-RC1, |
|---|
| 5084 | REL-5-2): Added CVS Ids. |
|---|
| 5085 | |
|---|
| 5086 | 2001-02-25 02:13 edel |
|---|
| 5087 | |
|---|
| 5088 | * source/parse.y (1.7): Fix conflicts in yacc grammar! |
|---|
| 5089 | |
|---|
| 5090 | 2001-02-22 20:27 edel |
|---|
| 5091 | |
|---|
| 5092 | * source/highlight.c (1.10): My previous highlighting patch didn't |
|---|
| 5093 | take in to account styles which fail lookup in the pass1pattern |
|---|
| 5094 | list (like pass 2 patterns). |
|---|
| 5095 | |
|---|
| 5096 | 2001-02-21 21:39 tringali |
|---|
| 5097 | |
|---|
| 5098 | * source/highlight.c (1.9): [Patch #101473] Use nearest-color match |
|---|
| 5099 | when colormap exhausted. |
|---|
| 5100 | |
|---|
| 5101 | 2001-02-21 16:49 edel |
|---|
| 5102 | |
|---|
| 5103 | * source/highlight.c (1.8): Abutting styles could fool incremental |
|---|
| 5104 | highlighting into using an unparsable pattern with parseString. |
|---|
| 5105 | |
|---|
| 5106 | 2001-02-20 23:54 slobasso |
|---|
| 5107 | |
|---|
| 5108 | * source/: help.c (1.15), macro.c (1.9): new preference global |
|---|
| 5109 | variables added |
|---|
| 5110 | |
|---|
| 5111 | 2001-02-20 15:37 slobasso |
|---|
| 5112 | |
|---|
| 5113 | * source/menu.c (1.16): fixed bug where forgot to deref nArgs |
|---|
| 5114 | pointer |
|---|
| 5115 | |
|---|
| 5116 | 2001-02-20 09:58 amai |
|---|
| 5117 | |
|---|
| 5118 | * Makefile (1.4), README (1.5): README: change a couple of |
|---|
| 5119 | "nedit" to "NEdit" Makefile: slightly change comment text (fix |
|---|
| 5120 | typo, etc.) |
|---|
| 5121 | |
|---|
| 5122 | 2001-02-19 16:39 slobasso |
|---|
| 5123 | |
|---|
| 5124 | * source/: help.c (1.14), macro.c (1.8), menu.c (1.15): added a new |
|---|
| 5125 | macro command string_compare() and an action raise_window() |
|---|
| 5126 | |
|---|
| 5127 | 2001-02-19 16:30 slobasso |
|---|
| 5128 | |
|---|
| 5129 | * source/file.c (1.10): fix issue where reused untitled window is |
|---|
| 5130 | not given focus when raised. |
|---|
| 5131 | |
|---|
| 5132 | 2001-02-19 10:03 amai |
|---|
| 5133 | |
|---|
| 5134 | * source/help.c (1.13): help.c: fix some typos and change a couple |
|---|
| 5135 | of "nedit" to "NEdit". Actually it is not always |
|---|
| 5136 | straightforward to see whether a "nedit" refers to the |
|---|
| 5137 | whole product called "NEdit" or to the "nedit" executable ... |
|---|
| 5138 | |
|---|
| 5139 | 2001-02-19 02:02 slobasso |
|---|
| 5140 | |
|---|
| 5141 | * source/text.c (1.8): fix warnings |
|---|
| 5142 | |
|---|
| 5143 | 2001-02-17 14:03 amai |
|---|
| 5144 | |
|---|
| 5145 | * source/Makefile.dependencies (1.2), util/Makefile.dependencies |
|---|
| 5146 | (1.2): */Makefile.dependencies: update WRT new utils.* |
|---|
| 5147 | |
|---|
| 5148 | 2001-02-17 13:59 amai |
|---|
| 5149 | |
|---|
| 5150 | * source/file.c (1.9), util/utils.c (1.2): file.c utils.c: add |
|---|
| 5151 | missing #includes |
|---|
| 5152 | |
|---|
| 5153 | 2001-02-17 13:56 amai |
|---|
| 5154 | |
|---|
| 5155 | * util/: utils.c (1.1), utils.h (1.1): utils.*: new sources for |
|---|
| 5156 | general purpose, non-GUI stuff like GetHomeDir() |
|---|
| 5157 | |
|---|
| 5158 | 2001-02-17 13:53 amai |
|---|
| 5159 | |
|---|
| 5160 | * source/file.c (1.8), source/macro.c (1.7), source/menu.c (1.14), |
|---|
| 5161 | source/nc.c (1.6), source/server.c (1.6), source/tags.c (1.9), |
|---|
| 5162 | util/Makefile.common (1.4), util/fileUtils.c (1.6), util/prefFile.c |
|---|
| 5163 | (1.6): nc.c server.c: move #include <sys/types.h> before other |
|---|
| 5164 | <sys/*> Makefile.common: prepare for util/utils.c to be checked in |
|---|
| 5165 | file.c macro.c menu.c tags.c fileUtils.c prefFile.c: use new |
|---|
| 5166 | GetCurDir(), GetHomeDir() calls |
|---|
| 5167 | |
|---|
| 5168 | 2001-02-17 01:47 edel |
|---|
| 5169 | |
|---|
| 5170 | * source/: highlight.c (1.7), parse.y (1.6): |
|---|
| 5171 | Empty code blocks are rejected by the macro language. |
|---|
| 5172 | |
|---|
| 5173 | 2001-02-17 00:09 slobasso |
|---|
| 5174 | |
|---|
| 5175 | * source/interpret.c (1.6): when strings are converted to numbers |
|---|
| 5176 | and the conversion fails, use 0 rather than junk |
|---|
| 5177 | |
|---|
| 5178 | 2001-02-16 14:58 amai |
|---|
| 5179 | |
|---|
| 5180 | * ReleaseNotes (1.3), source/tags.c (1.8), util/fileUtils.c (1.5): |
|---|
| 5181 | ReleaseNotes: add some bugs being addressed *.c: supply fallback if |
|---|
| 5182 | getcwd() fails (in one case we used uninitialized memory |
|---|
| 5183 | earlier!) |
|---|
| 5184 | |
|---|
| 5185 | 2001-02-16 14:25 amai |
|---|
| 5186 | |
|---|
| 5187 | * source/: Makefile.common (1.4), help.c (1.12): Makefile.common: |
|---|
| 5188 | nc depends on libNUtil.a! help.c: switch to "February 2001" ... |
|---|
| 5189 | |
|---|
| 5190 | 2001-02-15 16:08 tringali |
|---|
| 5191 | |
|---|
| 5192 | * ReleaseNotes (1.2): |
|---|
| 5193 | Add info about 5.2 features and bugfixes. |
|---|
| 5194 | |
|---|
| 5195 | 2001-02-15 16:07 tringali |
|---|
| 5196 | |
|---|
| 5197 | * util/misc.c (1.13): |
|---|
| 5198 | Fix simulateButtonPress() so it works for gadgets. (Needed for |
|---|
| 5199 | DialogF mnemonics.) |
|---|
| 5200 | |
|---|
| 5201 | 2001-02-15 16:06 tringali |
|---|
| 5202 | |
|---|
| 5203 | * util/DialogF.h (1.3): |
|---|
| 5204 | Change dialog_type parameter to int to avoid warnings. |
|---|
| 5205 | |
|---|
| 5206 | 2001-02-15 16:06 tringali |
|---|
| 5207 | |
|---|
| 5208 | * util/DialogF.c (1.7): |
|---|
| 5209 | Automatically create mnemonics for dialog buttons. Change |
|---|
| 5210 | dialog_type parameter to int to avoid warnings (comparing unsingned |
|---|
| 5211 | int for negative isn't exactly useful). |
|---|
| 5212 | |
|---|
| 5213 | 2001-02-15 16:04 tringali |
|---|
| 5214 | |
|---|
| 5215 | * source/preferences.c (1.14): Default syntax highlighting to on. |
|---|
| 5216 | |
|---|
| 5217 | 2001-02-15 16:04 tringali |
|---|
| 5218 | |
|---|
| 5219 | * source/nc.c (1.5): |
|---|
| 5220 | |
|---|
| 5221 | - Remove warnings for 64-bit systems. Extend strlen results to |
|---|
| 5222 | long and use %ld as a format specifier. strlen returns a size_t |
|---|
| 5223 | which is typically an unsigned long on 64-bit systems. |
|---|
| 5224 | |
|---|
| 5225 | 2001-02-14 00:34 slobasso |
|---|
| 5226 | |
|---|
| 5227 | * source/: help.c (1.11), text.c (1.7), textDisp.c (1.5), |
|---|
| 5228 | textDisp.h (1.3): added extra options to many of the macro actions |
|---|
| 5229 | |
|---|
| 5230 | 2001-02-12 22:37 amai |
|---|
| 5231 | |
|---|
| 5232 | * source/preferences.c (1.13): preferences.c: patch from Thorsten |
|---|
| 5233 | Haude to issue a warning if -import can not find the |
|---|
| 5234 | specified file |
|---|
| 5235 | |
|---|
| 5236 | 2001-02-12 21:08 slobasso |
|---|
| 5237 | |
|---|
| 5238 | * source/: help.c (1.10), menu.c (1.13), nedit.h (1.5), |
|---|
| 5239 | preferences.c (1.12), preferences.h (1.3), search.c (1.13), |
|---|
| 5240 | search.h (1.4): Added a search wrap option to prefs and made some |
|---|
| 5241 | more options available to macro actions. |
|---|
| 5242 | |
|---|
| 5243 | 2001-02-09 22:35 tringali |
|---|
| 5244 | |
|---|
| 5245 | * source/help.c (1.9): Remove obsolete reference to Caps-Lock bug. |
|---|
| 5246 | |
|---|
| 5247 | 2001-02-09 22:34 slobasso |
|---|
| 5248 | |
|---|
| 5249 | * source/: interpret.c (1.5), interpret.h (1.2), parse.c_noyacc |
|---|
| 5250 | (1.3), parse.y (1.5): fixed a leak with static strings in the macro |
|---|
| 5251 | interpreter. |
|---|
| 5252 | |
|---|
| 5253 | 2001-02-09 22:19 slobasso |
|---|
| 5254 | |
|---|
| 5255 | * source/: menu.c (1.12), text.c (1.6): fixed strCaseCmp() bug |
|---|
| 5256 | where partial strings would match. |
|---|
| 5257 | |
|---|
| 5258 | 2001-02-09 21:07 amai |
|---|
| 5259 | |
|---|
| 5260 | * source/userCmds.c (1.8): userCmds.c: try to fix compiler warnings |
|---|
| 5261 | |
|---|
| 5262 | 2001-02-09 09:08 amai |
|---|
| 5263 | |
|---|
| 5264 | * source/: menu.c (1.11), menu.h (1.4): menu.*: fix a 'pointer vs. |
|---|
| 5265 | integer constant' problem, by adding a cast to the |
|---|
| 5266 | constants #definition |
|---|
| 5267 | |
|---|
| 5268 | 2001-02-08 09:08 amai |
|---|
| 5269 | |
|---|
| 5270 | * source/Makefile.common (1.3), source/Makefile.dependencies (1.1), |
|---|
| 5271 | util/Makefile.common (1.3), util/Makefile.dependencies (1.1): |
|---|
| 5272 | */Makefile.common: include new */Makefile.dependencies: simple |
|---|
| 5273 | files containing the dependencies for all objects (i.e. *.o) |
|---|
| 5274 | |
|---|
| 5275 | 2001-02-08 08:52 amai |
|---|
| 5276 | |
|---|
| 5277 | * source/: menu.c (1.10), menu.h (1.3): menu.c menu.h: - correct my |
|---|
| 5278 | previous patch: XmNuserData requires XtPointer* arg |
|---|
| 5279 | - add some more 'const's |
|---|
| 5280 | |
|---|
| 5281 | 2001-02-06 16:04 amai |
|---|
| 5282 | |
|---|
| 5283 | * source/search.c (1.12), util/DialogF.c (1.6), util/getfiles.c |
|---|
| 5284 | (1.9): search.c DialogF.c getfiles.c: Drop #ifdef MOTIF10 sections. |
|---|
| 5285 | |
|---|
| 5286 | 2001-02-06 12:07 amai |
|---|
| 5287 | |
|---|
| 5288 | * source/menu.c (1.9): menu.c: Fix a 'major' 64bit bug: we were |
|---|
| 5289 | passing a pointer to int instead of pointer to pointer. |
|---|
| 5290 | This fixes the crash with NEdit/LessTif on alpha when |
|---|
| 5291 | selecting the Window menu item!! |
|---|
| 5292 | |
|---|
| 5293 | 2001-02-06 10:19 amai |
|---|
| 5294 | |
|---|
| 5295 | * source/preferences.c (1.11): preferences.c: drop unused #include |
|---|
| 5296 | <errno.h> |
|---|
| 5297 | |
|---|
| 5298 | 2001-02-06 10:03 amai |
|---|
| 5299 | |
|---|
| 5300 | * source/interpret.c (1.4), util/prefFile.c (1.5), util/prefFile.h |
|---|
| 5301 | (1.3): interpret.c prefFile.*: add 'const' to some more functions' |
|---|
| 5302 | signature |
|---|
| 5303 | |
|---|
| 5304 | 2001-02-06 10:02 amai |
|---|
| 5305 | |
|---|
| 5306 | * source/: nc.c (1.4), server.c (1.5): server.c nc.c: add checks |
|---|
| 5307 | whether some system calls succeed (e.g. uname()) |
|---|
| 5308 | changed signature of getHostName() and getUserName |
|---|
| 5309 | |
|---|
| 5310 | 2001-02-05 19:45 amai |
|---|
| 5311 | |
|---|
| 5312 | * util/: DialogF.c (1.5), misc.c (1.12), prefFile.c (1.4), |
|---|
| 5313 | printUtils.c (1.6): DialogF.c misc.c prefFile.c printUtils.c: add |
|---|
| 5314 | 'const' to some functions' signatures |
|---|
| 5315 | |
|---|
| 5316 | 2001-02-05 17:13 amai |
|---|
| 5317 | |
|---|
| 5318 | * source/: file.c (1.7), help.c (1.8), highlight.c (1.6), |
|---|
| 5319 | highlightData.c (1.7): file.c help.c highlight.c highlightData.c: |
|---|
| 5320 | Replace improper <0> as last argument in XtVa*() interface |
|---|
| 5321 | calls by <NULL> |
|---|
| 5322 | |
|---|
| 5323 | 2001-02-02 18:10 tringali |
|---|
| 5324 | |
|---|
| 5325 | * source/highlight.c (1.5): Replace debugging code of divide by 0 |
|---|
| 5326 | with a more proper assert. Dividing by zero generated warnings on |
|---|
| 5327 | lots of compilers. |
|---|
| 5328 | |
|---|
| 5329 | 2001-02-02 14:47 amai |
|---|
| 5330 | |
|---|
| 5331 | * source/window.c (1.12): window.c: drop declaration of |
|---|
| 5332 | _XEditResCheckMessages(); should be in according header |
|---|
| 5333 | Fix compiler warning about boolean expression |
|---|
| 5334 | |
|---|
| 5335 | 2001-02-02 14:00 amai |
|---|
| 5336 | |
|---|
| 5337 | * Makefile (1.3), README (1.4): Makefile: do not list CVS/ subdir |
|---|
| 5338 | when running 'make' without argument README: cosmetics |
|---|
| 5339 | (re-formatting) add pointer to makefiles/Makefile.generic |
|---|
| 5340 | which explains our current -D compiler options |
|---|
| 5341 | |
|---|
| 5342 | 2001-02-02 13:12 amai |
|---|
| 5343 | |
|---|
| 5344 | * util/getfiles.c (1.8): getfiles.c: - add 'cont' add some places |
|---|
| 5345 | (as I realized we are already using it, so we don't |
|---|
| 5346 | discuss systems w/o here) - drop */errno.h |
|---|
| 5347 | #includes (I couldn't see any usage of it currently) |
|---|
| 5348 | |
|---|
| 5349 | 2001-02-01 23:16 tringali |
|---|
| 5350 | |
|---|
| 5351 | * makefiles/Makefile.aix (1.2): |
|---|
| 5352 | |
|---|
| 5353 | Fix for bug 130164: force X headers to include full prototype |
|---|
| 5354 | information. |
|---|
| 5355 | |
|---|
| 5356 | 2001-01-26 22:42 amai |
|---|
| 5357 | |
|---|
| 5358 | * source/: help.c (1.7), window.c (1.11): help.c: switch to |
|---|
| 5359 | "January, 2001" window.c: ad cast; should fix SF [Bug #130164 ] |
|---|
| 5360 | Compiler warning on AIX4.3.2 in window.c |
|---|
| 5361 | |
|---|
| 5362 | 2001-01-24 15:54 amai |
|---|
| 5363 | |
|---|
| 5364 | * util/misc.c (1.11), source/highlightData.c (1.6), source/menu.c |
|---|
| 5365 | (1.8), source/preferences.c (1.10), source/userCmds.c (1.7): *.c: |
|---|
| 5366 | The XmNnumChildren resource if of type 'Cardinal', not 'int' |
|---|
| 5367 | |
|---|
| 5368 | 2001-01-10 10:42 amai |
|---|
| 5369 | |
|---|
| 5370 | * source/textBuf.c (1.4): textBuf.c: fix for SF [Bug #115195 ] |
|---|
| 5371 | textBuf.c:862 warning: '/*' within comment |
|---|
| 5372 | |
|---|
| 5373 | 2001-01-05 21:18 amai |
|---|
| 5374 | |
|---|
| 5375 | * source/shell.c (1.6): shell.c: change some "Nedit" strings to |
|---|
| 5376 | "NEdit". properly end an execl() parameter list by (char |
|---|
| 5377 | *)0 |
|---|
| 5378 | |
|---|
| 5379 | 2000-12-20 14:05 amai |
|---|
| 5380 | |
|---|
| 5381 | * source/help.c (1.6), source/nedit.c (1.7), source/search.c |
|---|
| 5382 | (1.11), source/window.c (1.10), util/getfiles.c (1.7): Replace |
|---|
| 5383 | "Lesstif" by "LessTif" ... Update timestamp in version info to |
|---|
| 5384 | "december, 2000" |
|---|
| 5385 | |
|---|
| 5386 | 2000-12-20 13:56 amai |
|---|
| 5387 | |
|---|
| 5388 | * README (1.3), source/.cvsignore (1.1), source/tags.c (1.7), |
|---|
| 5389 | util/misc.c (1.10): Add two missing #includes Add a .cvsignore for |
|---|
| 5390 | the two binaries beign built Update the docs WRT LessTif issues |
|---|
| 5391 | |
|---|
| 5392 | 2000-12-19 21:08 tringali |
|---|
| 5393 | |
|---|
| 5394 | * nedit.doc (1.3): |
|---|
| 5395 | |
|---|
| 5396 | Removed obsolete references to fnal.gov FTP server. |
|---|
| 5397 | |
|---|
| 5398 | 2000-12-19 21:06 edg |
|---|
| 5399 | |
|---|
| 5400 | * source/selection.c (1.5): Added a fix for SF bug 126285: segfault |
|---|
| 5401 | with goto line. |
|---|
| 5402 | |
|---|
| 5403 | 2000-12-15 20:57 edg |
|---|
| 5404 | |
|---|
| 5405 | * source/text.c (1.5): Fixed a selection highlighting bug (removed |
|---|
| 5406 | an earlier bogus patch). |
|---|
| 5407 | |
|---|
| 5408 | 2000-12-10 19:35 edg |
|---|
| 5409 | |
|---|
| 5410 | * source/search.c (1.10): Fixed some (harmless) compiler warnings. |
|---|
| 5411 | Added an extra check in the multi-file replacement code to make |
|---|
| 5412 | sure that the user didn't invalidate the replacement strings when |
|---|
| 5413 | the dialog isn't modal (bug in several Lesstif versions). |
|---|
| 5414 | |
|---|
| 5415 | 2000-11-30 21:33 edg |
|---|
| 5416 | |
|---|
| 5417 | * util/getfiles.c (1.6): Implemented a workaround for a Motif 2.x |
|---|
| 5418 | file selection box bug. |
|---|
| 5419 | |
|---|
| 5420 | 2000-11-30 21:31 edg |
|---|
| 5421 | |
|---|
| 5422 | * makefiles/Makefile.cygwin (1.2): Minor changes requested by |
|---|
| 5423 | Christian Denat. |
|---|
| 5424 | |
|---|
| 5425 | 2000-11-23 23:23 edg |
|---|
| 5426 | |
|---|
| 5427 | * source/: search.c (1.9), search.h (1.3), window.c (1.9): Fixed a |
|---|
| 5428 | critical bug in the multi-file replace functionality. Closing |
|---|
| 5429 | windows while a multi-file replace dialog was up could result in a |
|---|
| 5430 | crash. The lists are now updated when a window closes. |
|---|
| 5431 | |
|---|
| 5432 | 2000-11-22 23:08 edg |
|---|
| 5433 | |
|---|
| 5434 | * source/: nedit.h (1.4), search.c (1.8), window.c (1.8): Added |
|---|
| 5435 | multi-file replace-all functionality. |
|---|
| 5436 | |
|---|
| 5437 | 2000-11-22 21:50 edg |
|---|
| 5438 | |
|---|
| 5439 | * source/: preferences.c (1.9), search.c (1.7): Added a missing |
|---|
| 5440 | #include <stdio.h>. |
|---|
| 5441 | |
|---|
| 5442 | 2000-11-07 14:03 edel |
|---|
| 5443 | |
|---|
| 5444 | * util/misc.c (1.9): Fix glitches in Caps/Num Lock patch |
|---|
| 5445 | |
|---|
| 5446 | 2000-11-06 21:52 edel |
|---|
| 5447 | |
|---|
| 5448 | * source/: macro.c (1.6), preferences.c (1.8), shift.c (1.5), |
|---|
| 5449 | text.c (1.4), userCmds.c (1.6), window.c (1.7): Patch for Caps/Num |
|---|
| 5450 | Lock bug + a few other minor fixes |
|---|
| 5451 | |
|---|
| 5452 | 2000-11-06 21:50 edel |
|---|
| 5453 | |
|---|
| 5454 | * util/: misc.c (1.8), misc.h (1.4): Patch for Caps/Num Lock Motif |
|---|
| 5455 | bug |
|---|
| 5456 | |
|---|
| 5457 | 2000-10-06 21:23 edel |
|---|
| 5458 | |
|---|
| 5459 | * util/misc.c (1.7): Bug fix: BG menu not working with new best |
|---|
| 5460 | visual code |
|---|
| 5461 | |
|---|
| 5462 | 2000-10-04 03:09 edel |
|---|
| 5463 | |
|---|
| 5464 | * util/: DialogF.c (1.4), fontsel.c (1.4), getfiles.c (1.5), |
|---|
| 5465 | managedList.c (1.3), misc.c (1.6), printUtils.c (1.5): For IA-64, |
|---|
| 5466 | XtVa argument lists must be terminated with NULL rather than 0 |
|---|
| 5467 | |
|---|
| 5468 | 2000-10-04 03:07 edel |
|---|
| 5469 | |
|---|
| 5470 | * source/: macro.c (1.5), menu.c (1.7), preferences.c (1.7), |
|---|
| 5471 | search.c (1.6), selection.c (1.4), shell.c (1.5), shift.c (1.4), |
|---|
| 5472 | smartIndent.c (1.6), tags.c (1.6), textDisp.c (1.4), userCmds.c |
|---|
| 5473 | (1.5), window.c (1.6): For IA-64, XtVa calls must be terminated |
|---|
| 5474 | w/NULL, rather than 0 |
|---|
| 5475 | |
|---|
| 5476 | 2000-09-29 15:48 edel |
|---|
| 5477 | |
|---|
| 5478 | * util/: fileUtils.c (1.4), misc.c (1.5): Support ClearCase version |
|---|
| 5479 | extended pathnames (and fix some compiler warns) |
|---|
| 5480 | |
|---|
| 5481 | 2000-09-29 15:38 edel |
|---|
| 5482 | |
|---|
| 5483 | * source/: file.c (1.6), file.h (1.3), menu.c (1.6), nedit.c (1.6), |
|---|
| 5484 | preferences.c (1.6), server.c (1.4), shell.c (1.4): Updates from |
|---|
| 5485 | Max (via Arne), and Arne Førlie: ClearCase version extended paths, |
|---|
| 5486 | Untitled windows inherit parent path, and avoid reuse of Untitled |
|---|
| 5487 | windows which are currently running a macro. |
|---|
| 5488 | |
|---|
| 5489 | 2000-09-26 20:28 edel |
|---|
| 5490 | |
|---|
| 5491 | * source/: file.c (1.5), help.c (1.5), highlightData.c (1.5), |
|---|
| 5492 | macro.c (1.4), menu.c (1.5), nedit.c (1.5), preferences.c (1.5), |
|---|
| 5493 | search.c (1.5), smartIndent.c (1.5), tags.c (1.5), userCmds.c |
|---|
| 5494 | (1.4), window.c (1.5): Allow nedit to use non-default visuals |
|---|
| 5495 | |
|---|
| 5496 | 2000-09-26 20:25 edel |
|---|
| 5497 | |
|---|
| 5498 | * util/: DialogF.c (1.3), fontsel.c (1.3), getfiles.c (1.4), misc.c |
|---|
| 5499 | (1.4), misc.h (1.3), printUtils.c (1.4): Allow NEdit to use |
|---|
| 5500 | non-default visual |
|---|
| 5501 | |
|---|
| 5502 | 2000-09-22 19:41 edel |
|---|
| 5503 | |
|---|
| 5504 | * util/: fileUtils.c (1.3), getfiles.c (1.3), misc.c (1.3), |
|---|
| 5505 | prefFile.c (1.3), printUtils.c (1.3): Changes since last posted |
|---|
| 5506 | development release |
|---|
| 5507 | |
|---|
| 5508 | 2000-09-22 19:34 edel |
|---|
| 5509 | |
|---|
| 5510 | * source/: file.c (1.4), help.c (1.4), highlight.c (1.4), |
|---|
| 5511 | highlightData.c (1.4), interpret.c (1.3), macro.c (1.3), menu.c |
|---|
| 5512 | (1.4), nc.c (1.3), nedit.c (1.4), parse.y (1.4), preferences.c |
|---|
| 5513 | (1.4), regularExp.c (1.3), search.c (1.4), selection.c (1.3), |
|---|
| 5514 | server.c (1.3), shell.c (1.3), shift.c (1.3), smartIndent.c (1.4), |
|---|
| 5515 | tags.c (1.4), text.c (1.3), textBuf.c (1.3), undo.c (1.3), |
|---|
| 5516 | userCmds.c (1.3), window.c (1.4): Changes since last posted |
|---|
| 5517 | development release |
|---|
| 5518 | |
|---|
| 5519 | 2000-09-10 18:15 tringali |
|---|
| 5520 | |
|---|
| 5521 | * makefiles/: Makefile.aix (1.1), Makefile.bsdi (1.1), |
|---|
| 5522 | Makefile.ccur (1.1), Makefile.convex (1.1), Makefile.cygwin (1.1), |
|---|
| 5523 | Makefile.dcosx (1.1), Makefile.dec (1.1), Makefile.freebsd (1.1), |
|---|
| 5524 | Makefile.generic (1.1), Makefile.hpux (1.1), Makefile.linux (1.1), |
|---|
| 5525 | Makefile.lynx (1.1), Makefile.m88k.svr4 (1.1), Makefile.netbsd |
|---|
| 5526 | (1.1), Makefile.os2 (1.1), Makefile.osf (1.1), Makefile.reliant |
|---|
| 5527 | (1.1), Makefile.sco (1.1), Makefile.sgi (1.1), Makefile.solaris |
|---|
| 5528 | (1.1), Makefile.sunos (1.1), Makefile.uhc (1.1), Makefile.ultrix |
|---|
| 5529 | (1.1), Makefile.unicos (1.1), Makefile.unixware (1.1) (utags: |
|---|
| 5530 | REL-5-1-1): 5.1.1 baseline |
|---|
| 5531 | |
|---|
| 5532 | 2000-09-09 22:22 tringali |
|---|
| 5533 | |
|---|
| 5534 | * source/: comnedit.com (1.3), file.c (1.3), help.c (1.3), |
|---|
| 5535 | highlight.c (1.3), highlightData.c (1.3), menu.c (1.3), nedit.c |
|---|
| 5536 | (1.3), nedit.h (1.3), parse.c_noyacc (1.2), parse.y (1.3), |
|---|
| 5537 | preferences.c (1.3), search.c (1.3), smartIndent.c (1.3), tags.c |
|---|
| 5538 | (1.3), textDisp.c (1.3), window.c (1.3): 5.2 Development snapshot |
|---|
| 5539 | as of 5/29/2000 |
|---|
| 5540 | |
|---|
| 5541 | 2000-09-09 22:18 tringali |
|---|
| 5542 | |
|---|
| 5543 | * Makefile (1.2, REL-5-1-1), README (1.2, REL-5-1-1), ReleaseNotes |
|---|
| 5544 | (1.1, REL-5-1-1), nc.man (1.2, REL-5-1-1), nedit.doc (1.2, |
|---|
| 5545 | REL-5-1-1), nedit.man (1.2, REL-5-1-1), source/Makefile.common |
|---|
| 5546 | (1.2, REL-5-1-1), source/Makefile.dec (1.2), source/Makefile.hp |
|---|
| 5547 | (1.2), source/Makefile.ibm (1.2), source/Makefile.linux (1.2), |
|---|
| 5548 | source/Makefile.osf (1.2), source/Makefile.sgi (1.2), |
|---|
| 5549 | source/Makefile.solaris (1.2), source/Makefile.sunos (1.2), |
|---|
| 5550 | source/Makefile.ultrix (1.2), source/comnedit.com (1.2, REL-5-1-1), |
|---|
| 5551 | source/file.c (1.2, REL-5-1-1), source/file.h (1.2, REL-5-1-1), |
|---|
| 5552 | source/help.c (1.2, REL-5-1-1), source/help.h (1.2, REL-5-1-1), |
|---|
| 5553 | source/highlight.c (1.2, REL-5-1-1), source/highlight.h (1.2, |
|---|
| 5554 | REL-5-1-1), source/highlightData.c (1.2, REL-5-1-1), |
|---|
| 5555 | source/highlightData.h (1.2, REL-5-1-1), source/interpret.c (1.2, |
|---|
| 5556 | REL-5-1-1), source/lnknedit.com (1.2, REL-5-1-1), source/macro.c |
|---|
| 5557 | (1.2, REL-5-1-1), source/menu.c (1.2, REL-5-1-1), source/menu.h |
|---|
| 5558 | (1.2, REL-5-1-1), source/nc.c (1.2, REL-5-1-1), source/nedit.c |
|---|
| 5559 | (1.2, REL-5-1-1), source/nedit.h (1.2, REL-5-1-1), source/parse.y |
|---|
| 5560 | (1.2, REL-5-1-1), source/preferences.c (1.2, REL-5-1-1), |
|---|
| 5561 | source/preferences.h (1.2, REL-5-1-1), source/regexConvert.c (1.1, |
|---|
| 5562 | REL-5-1-1), source/regexConvert.h (1.1, REL-5-1-1), |
|---|
| 5563 | source/regularExp.c (1.2, REL-5-1-1), source/regularExp.h (1.2, |
|---|
| 5564 | REL-5-1-1), source/search.c (1.2, REL-5-1-1), source/search.h (1.2, |
|---|
| 5565 | REL-5-1-1), source/selection.c (1.2, REL-5-1-1), source/selection.h |
|---|
| 5566 | (1.2, REL-5-1-1), source/server.c (1.2, REL-5-1-1), source/shell.c |
|---|
| 5567 | (1.2, REL-5-1-1), source/shell.h (1.2, REL-5-1-1), source/shift.c |
|---|
| 5568 | (1.2, REL-5-1-1), source/shift.h (1.2, REL-5-1-1), |
|---|
| 5569 | source/smartIndent.c (1.2, REL-5-1-1), source/smartIndent.h (1.2, |
|---|
| 5570 | REL-5-1-1), source/tags.c (1.2, REL-5-1-1), source/tags.h (1.2, |
|---|
| 5571 | REL-5-1-1), source/text.c (1.2, REL-5-1-1), source/text.h (1.2, |
|---|
| 5572 | REL-5-1-1), source/textBuf.c (1.2, REL-5-1-1), source/textBuf.h |
|---|
| 5573 | (1.2, REL-5-1-1), source/textDisp.c (1.2, REL-5-1-1), |
|---|
| 5574 | source/textDisp.h (1.2, REL-5-1-1), source/textDrag.c (1.2, |
|---|
| 5575 | REL-5-1-1), source/textP.h (1.2, REL-5-1-1), source/textSel.c (1.2, |
|---|
| 5576 | REL-5-1-1), source/undo.c (1.2, REL-5-1-1), source/undo.h (1.2, |
|---|
| 5577 | REL-5-1-1), source/userCmds.c (1.2, REL-5-1-1), source/userCmds.h |
|---|
| 5578 | (1.2, REL-5-1-1), source/window.c (1.2, REL-5-1-1), source/window.h |
|---|
| 5579 | (1.2, REL-5-1-1), util/DialogF.c (1.2, REL-5-1-1), util/DialogF.h |
|---|
| 5580 | (1.2, REL-5-1-1), util/Makefile.common (1.2, REL-5-1-1), |
|---|
| 5581 | util/Makefile.dec (1.2), util/Makefile.hp (1.2), util/Makefile.ibm |
|---|
| 5582 | (1.2), util/Makefile.linux (1.2), util/Makefile.sgi (1.2), |
|---|
| 5583 | util/Makefile.solaris (1.2), util/Makefile.sunos (1.2), |
|---|
| 5584 | util/Makefile.ultrix (1.2), util/fileUtils.c (1.2, REL-5-1-1), |
|---|
| 5585 | util/fileUtils.h (1.2, REL-5-1-1), util/fontsel.c (1.2, REL-5-1-1), |
|---|
| 5586 | util/fontsel.h (1.2, REL-5-1-1), util/getfiles.c (1.2, REL-5-1-1), |
|---|
| 5587 | util/getfiles.h (1.2, REL-5-1-1), util/managedList.c (1.2, |
|---|
| 5588 | REL-5-1-1), util/managedList.h (1.2, REL-5-1-1), util/misc.c (1.2, |
|---|
| 5589 | REL-5-1-1), util/misc.h (1.2, REL-5-1-1), util/prefFile.c (1.2, |
|---|
| 5590 | REL-5-1-1), util/prefFile.h (1.2, REL-5-1-1), util/printUtils.c |
|---|
| 5591 | (1.2, REL-5-1-1), util/printUtils.h (1.2, REL-5-1-1), |
|---|
| 5592 | util/vmsUtils.c (1.2, REL-5-1-1), util/vmsUtils.h (1.2, REL-5-1-1): |
|---|
| 5593 | 5.1.1 baseline |
|---|
| 5594 | |
|---|
| 5595 | 2000-09-09 22:12 tringali |
|---|
| 5596 | |
|---|
| 5597 | * Makefile (1.1), README (1.1), nc.man (1.1), nedit.doc (1.1), |
|---|
| 5598 | nedit.man (1.1), source/Makefile.common (1.1), source/Makefile.dec |
|---|
| 5599 | (1.1), source/Makefile.hp (1.1), source/Makefile.ibm (1.1), |
|---|
| 5600 | source/Makefile.linux (1.1), source/Makefile.osf (1.1), |
|---|
| 5601 | source/Makefile.sgi (1.1), source/Makefile.solaris (1.1), |
|---|
| 5602 | source/Makefile.sunos (1.1), source/Makefile.ultrix (1.1), |
|---|
| 5603 | source/comnedit.com (1.1), source/file.c (1.1), source/file.h |
|---|
| 5604 | (1.1), source/help.c (1.1), source/help.h (1.1), source/highlight.c |
|---|
| 5605 | (1.1), source/highlight.h (1.1), source/highlightData.c (1.1), |
|---|
| 5606 | source/highlightData.h (1.1), source/interpret.c (1.1), |
|---|
| 5607 | source/interpret.h (1.1, REL-5-1-1), source/lnknedit.com (1.1), |
|---|
| 5608 | source/macro.c (1.1), source/macro.h (1.1, REL-5-1-1), |
|---|
| 5609 | source/menu.c (1.1), source/menu.h (1.1), source/n.bm (1.1, |
|---|
| 5610 | REL-5-1-1), source/nc.c (1.1), source/nedit.bm (1.1, REL-5-1-1), |
|---|
| 5611 | source/nedit.c (1.1), source/nedit.h (1.1), |
|---|
| 5612 | source/nedit_options_file.opt (1.1, REL-5-1-1), |
|---|
| 5613 | source/parse.c_noyacc (1.1, REL-5-1-1), source/parse.h (1.1, |
|---|
| 5614 | REL-5-1-1), source/parse.y (1.1), source/preferences.c (1.1), |
|---|
| 5615 | source/preferences.h (1.1), source/regularExp.c (1.1), |
|---|
| 5616 | source/regularExp.h (1.1), source/search.c (1.1), source/search.h |
|---|
| 5617 | (1.1), source/selection.c (1.1), source/selection.h (1.1), |
|---|
| 5618 | source/server.c (1.1), source/server.h (1.1, REL-5-1-1), |
|---|
| 5619 | source/shell.c (1.1), source/shell.h (1.1), source/shift.c (1.1), |
|---|
| 5620 | source/shift.h (1.1), source/smartIndent.c (1.1), |
|---|
| 5621 | source/smartIndent.h (1.1), source/tags.c (1.1), source/tags.h |
|---|
| 5622 | (1.1), source/text.c (1.1), source/text.h (1.1), source/textBuf.c |
|---|
| 5623 | (1.1), source/textBuf.h (1.1), source/textDisp.c (1.1), |
|---|
| 5624 | source/textDisp.h (1.1), source/textDrag.c (1.1), source/textDrag.h |
|---|
| 5625 | (1.1, REL-5-1-1), source/textP.h (1.1), source/textSel.c (1.1), |
|---|
| 5626 | source/textSel.h (1.1, REL-5-1-1), source/undo.c (1.1), |
|---|
| 5627 | source/undo.h (1.1), source/userCmds.c (1.1), source/userCmds.h |
|---|
| 5628 | (1.1), source/window.c (1.1), source/window.h (1.1), util/DialogF.c |
|---|
| 5629 | (1.1), util/DialogF.h (1.1), util/Makefile.common (1.1), |
|---|
| 5630 | util/Makefile.dec (1.1), util/Makefile.hp (1.1), util/Makefile.ibm |
|---|
| 5631 | (1.1), util/Makefile.linux (1.1), util/Makefile.sgi (1.1), |
|---|
| 5632 | util/Makefile.solaris (1.1), util/Makefile.sunos (1.1), |
|---|
| 5633 | util/Makefile.ultrix (1.1), util/comutil.com (1.1, REL-5-1-1), |
|---|
| 5634 | util/fileUtils.c (1.1), util/fileUtils.h (1.1), util/fontsel.c |
|---|
| 5635 | (1.1), util/fontsel.h (1.1), util/getfiles.c (1.1), util/getfiles.h |
|---|
| 5636 | (1.1), util/managedList.c (1.1), util/managedList.h (1.1), |
|---|
| 5637 | util/misc.c (1.1), util/misc.h (1.1), util/prefFile.c (1.1), |
|---|
| 5638 | util/prefFile.h (1.1), util/printUtils.c (1.1), util/printUtils.h |
|---|
| 5639 | (1.1), util/vmsParam.h (1.1, REL-5-1-1), util/vmsUtils.c (1.1), |
|---|
| 5640 | util/vmsUtils.h (1.1) (utags: REL-5-0-2): 5.0.2 baseline |
|---|
| 5641 | |
|---|