emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/TODO [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/etc/TODO [lexbind]
Date: Tue, 14 Oct 2003 19:08:08 -0400

Index: emacs/etc/TODO
diff -c emacs/etc/TODO:1.46.2.1 emacs/etc/TODO:1.46.2.2
*** emacs/etc/TODO:1.46.2.1     Fri Apr  4 01:19:50 2003
--- emacs/etc/TODO      Tue Oct 14 19:08:03 2003
***************
*** 3,9 ****
  If you are ready to start working on any of these TODO items, we
  appreciate your help; please write to address@hidden so we can be
  aware that the problem is being addressed, and talk with you how to do
! it best.  Since Emacs is an FSF-copyrighted packages, please be
  prepared to sign legal papers to transfer the copyright on your work
  to the FSF.
  
--- 3,9 ----
  If you are ready to start working on any of these TODO items, we
  appreciate your help; please write to address@hidden so we can be
  aware that the problem is being addressed, and talk with you how to do
! it best.  Since Emacs is an FSF-copyrighted package, please be
  prepared to sign legal papers to transfer the copyright on your work
  to the FSF.
  
***************
*** 12,17 ****
--- 12,23 ----
  * Make compile.el record the markers that point to error loci
    on text properties in the error message lines.
  
+ * Fix the kill/yank treatment of invisible text. At the moment,
+   invisible text is placed in the kill-ring, so that the contents of
+   the ring may not correspond to the text as displayed to the user. It
+   ought to be possible to omit text which is invisible (due to a
+   text-property, overlay, or selective display) from the kill-ring.
+ 
  Important features:
  
  * Provide user-friendly ways to list all available font families,
***************
*** 19,25 ****
    font selection for Emacs 22.]
  
  * Program Enriched mode to read and save in RTF.  [Is there actually a
!   decent single definition of RTF?]
  
  * Implement something better than the current Refill mode.  This
    probably needs some primitive support.
--- 25,32 ----
    font selection for Emacs 22.]
  
  * Program Enriched mode to read and save in RTF.  [Is there actually a
!   decent single definition of RTF?  Maybe see info at
!   http://latex2rtf.sourceforge.net/.]
  
  * Implement something better than the current Refill mode.  This
    probably needs some primitive support.
***************
*** 49,55 ****
    in the menu or by rendering in an unmapped window and copying the
    pixels.  Note that the relevant Xlib functions assume a specific
    locale; that isn't good enough even if X can render the arbitrary
!   text, which it often can't as far as I can tell.  -- fx]
  
  * Remove the limitation that window and frame widths and heights can
    be only full columns/lines.
--- 56,64 ----
    in the menu or by rendering in an unmapped window and copying the
    pixels.  Note that the relevant Xlib functions assume a specific
    locale; that isn't good enough even if X can render the arbitrary
!   text, which it often can't as far as I can tell.  -- fx] [The gtk
!   port now displays multilingual text in menus, but only insofar as
!   Emacs can encode it as utf-8 and gtk can display the result.]
  
  * Remove the limitation that window and frame widths and heights can
    be only full columns/lines.
***************
*** 90,96 ****
    Love started on this.]
  
  * Implement a variant of uncompress.el or jka-compr.el that works with
!   GNU Privacy Guard for encryption.  [Code exists but isn't assigned.]
  
  * Save undo information in files, and reload it when needed
    for undoing.
--- 99,107 ----
    Love started on this.]
  
  * Implement a variant of uncompress.el or jka-compr.el that works with
!   GNU Privacy Guard for encryption.  [Code exists but isn't assigned.
!   See the Gnus development sources for assigned code concerning GPG
!   use with mail, which is probably a good start.]
  
  * Save undo information in files, and reload it when needed
    for undoing.
***************
*** 109,115 ****
    the whole menu bar.  In the mean time, it should process other messages.
  
  * Get some major packages installed: W3/url (development version needs
!   significant work), PSGML, Mule-UCS.  Check the assignments file for other
    packages which might go in and have been missed.
  
  * Make keymaps a first-class Lisp object (this means a rewrite of
--- 120,126 ----
    the whole menu bar.  In the mean time, it should process other messages.
  
  * Get some major packages installed: W3/url (development version needs
!   significant work), PSGML.  Check the assignments file for other
    packages which might go in and have been missed.
  
  * Make keymaps a first-class Lisp object (this means a rewrite of
***************
*** 155,161 ****
    holidays, quoting characters?,...
  
  * Improve the GC (generational, incremental).  (We may be able to use
!   the Boehm collector.)  [fx is working on this.]
  
  * Check what hooks would help Emacspeak -- see the defadvising in W3.
  
--- 166,173 ----
    holidays, quoting characters?,...
  
  * Improve the GC (generational, incremental).  (We may be able to use
!   the Boehm collector.)  [See the Boehm-GC branch in CVS for work on
!   this.]
  
  * Check what hooks would help Emacspeak -- see the defadvising in W3.
  
***************
*** 169,176 ****
  
  * Make the Custom themes support do useful things.
  
- * Adapt the gnuserv/gnudoit features for server/emacsclient.
- 
  * Investigate using GNU Lightning or similar system for incremental
    compilation of selected bytecode functions to subrs.  Converting CCL
    programs to native code is probably the first thing to try, though.
--- 181,186 ----
***************
*** 215,220 ****
--- 225,233 ----
  
  * Use the XIE X extension, if available, for image display.
  
+ * Make monochrome images display using the foreground and background
+   colors of the applicable faces.
+ 
  * Add support for rendering antialiased text, probably using
    XRender/Freetype.
  
***************
*** 264,266 ****
--- 277,284 ----
    other variable, without changing the value of `values'.
  
  * Fix skip-chars-{for,back}ward to allow character classes.
+ 
+ * (Controlled by a flag) make open and close syntax match exactly,
+   i.e. `(' doesn't match `]'.
+ 
+ ;;; arch-tag: b0a3e40b-726a-457d-9999-ba848321b036




reply via email to

[Prev in Thread] Current Thread [Next in Thread]