jed-users mailing list

[2005 Date Index] [2005 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

new development version of jed available


Hi,

Tonight I released a new development snapshot of jed.  Most of changes
since the last snapshot are bug-fixes, and many of those were
introduced in the transition to slang-2.  Now that slang-2 is out and
appears to be stable, I want to devote more time to jed.

As usual, the latest development snapshot may be obtained from

  <ftp://space.mit.edu/pub/davis/jed/v0.99/pre-0.99-17/>

Thanks,
--John

96. lib/site.sl: removed define_word statement since it was just a
    repetition of what is in main.c.
97. src/main.c: In unicode mode, use the "\w" character class for
    word characters.
98. src/indent.c: Make sure first line of the buffer has its syntax
    bits set to 0.
99. lib/site.sl: filenames of the form *.hh default to c-mode.
100. lib/*.sl: changed static declarations to private ones.
101. doc/txt/hooks.sl: Added documentation on the
     before/after_key_hooks.
102. lib/dabbrev.sl, lib/wmark.sl:  Make sure the before_key_hooks can
     handle Ref_Type objects.
103. src/misc.c: If an error occurs while in the mini-buffer, make
     sure the error is seen.
104. src/keymap.c: Performed some rearranging of the code to isolate
     the keymap intrinsics to this file.
105. src/keymap.c: Added support for the use of Ref_Type objects to
     the keymap commands.  This feature is enabled only if linked to
     slang 2.0.3 and greater.
106. src/xterm.c: Modified the way the selection gets inserted.  Now
     the entire selection gets read before the insertion.  Before it
     was being inserted while being read.  This avoids a recursive
     call that was causing a SegV.
107. src/buffer.c: Tweaked the output message of the count_chars
     function when the current character is invalid UTF-8.
108. src/rgrep.c: Upgraded to slang-2.
109. src/Makefile.in: $JED_ROOT/lib/tm no longer created.
110. lib/html.sl: Add a call to no_mode before initializing html mode.
     This ensures that any buffer_hooks are reset.
111. lib/site.sl:  The JED_CONF_DIR environment variable may be used
     to specify the directory where jed.conf may be loaded.
     Otherwise, the installation prefix is used to determine its
     location.



--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2005 date index] [2005 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]