jed-users mailing list

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

jed-B0.99-17.135 available


A new snapshot (0.99-17.135 has been released).  With this release I
have tried to address several issues discussed on this list, including
the interpretation of // in pathnames.  I also integrated several
patches, including Dino's UTF-8 patches for xjed and wjed.  Finally I
modified the Xjed selection routines --- hopefully the changes will
improve its interaction with other X apps.  Thanks, --John

112. src/abbrev.c:what_abbrev_table: if the global abbrev table has
     not been defined, then return "" as the table name insted of
     "Global".  This corrects a bug reported by Joerg Sommer
     joerg at alea, gnuu, de.
113. lib/isearch.sl: Moved setting of IGNORE_USER_ABORT closer to the
     call to getkey to localize its effects.  This is in response to
     an (unreproducable) infinite loop that was reported in the
     isearch function involving a non-zero value of IGNORE_USER_ABORT.
114. src/userinfo.c: If hostname is given as "", use "localhost".
115. lib/site.sl: Code that processed jed.conf was not always picking
     it up.
116. src/buffer.h: jed_looking_at (looking_at intrinsic) was failing
     to work in the presence of invalid UTF-8 encoded sequences.
117. lib/pushmode.sl: Added calls to no_mode to reset the state for the
     new mode.
118. src/screen.c:update_minibuffer: Make sure screen attributes are
     updated before calling display_line.
119. src/ledit.c: Use fputs instead of fprintf for traceback messages
     when in batch mode.
120. src/sysdep.c: Rewrote the filename expansion routines to fix the
     // filename problem reported on the jed-users list.
121. lib/folding.sl: Disabled mouse double-clicking to enter/leave
     folds.
122. src/intrin.c: The getbuf_info function updates the
     file-changed-on-disk flag before returning.
123. src/buffer.c: If a buffer has the file-changed-on-disk flag set,
     then setbuf_info will reset the buffer's ctime field if the flag
     is reset.
124. lib/paste.sl: Use insert_byte instead of insert_char.  Otherwise
     UTF-8 sequences will not get properly inserted.
125. src/xterm.c: Integrated Dino's UTF-8 patches into Xjed.
126. src/xterm.c: Rewrote much of the selection code.  Hopefully users
     will see better cut/paste interactions between Xjed and other X
     apps.
127. src/buffer.c: The `delete_buffer` function now calls
     `buffer_exists` to ensure that the buffer to be deleted actually
     exists.
128. autoconf/config.[guess|sub]: Updated to 2005 versions.
129. Misc debian patches added: doc/manual/jed.1 updated; python_mode
     TAB value made contingent up Py_Indent_Level.
130. src/Makefile.in,jed-feat.h: Removed XJED_HAS_XRENDERFONT variable
     from jed-feat.h and put it in Makefile.in.  Also introduced an
     XRENDERFONT_CFLAGS variable to the makefile.  Eventually a
     configure script solution will be used as suggested by Dino
     Sangoid.
131. lib/cmode.sl: Added Marko Mahnic's (marko,mahnic at email, si)
     patch enabling the user to put an upper limit on the indentation
     of function arg continuation lines.
132. src/jprocess.c: Do not use ptys on OS X (Marcus Crafter / crafterm
     at gmail, com)
133. src/wterm.c: Added UTF-8 support (Dino Sangoid).
134. src/os.sl: Enable "import" for win32 systems (Dino Sangoid).
135. src/xterm.c: Added support for UXjed resource names to be used
     in UTF-8 mode, e.g.,
     
        UXjed*font: -Misc-Fixed-Medium-R-Normal--20-200-75-75-C-100-ISO10646-1
	

--------------------------
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]