aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS12
-rw-r--r--etc/TODO20
2 files changed, 13 insertions, 19 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d1723166b6e..91ebe803904 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -436,6 +436,11 @@ The PCL-CVS commands are still available via the keyboard.
436** Using "unibyte: t" in Lisp source files is obsolete. 436** Using "unibyte: t" in Lisp source files is obsolete.
437Use "coding: raw-text" instead. 437Use "coding: raw-text" instead.
438 438
439** In the buffer made by `M-x report-emacs-bug', the `C-c m' binding
440has been changed to `C-c M-i' (`report-emacs-bug-insert-to-mailer').
441The previous binding, introduced in Emacs 24.1, was a mistake, because
442`C-c LETTER' bindings are reserved for user customizations.
443
439** Internationalization 444** Internationalization
440 445
441*** New language environment: Persian. 446*** New language environment: Persian.
@@ -1262,9 +1267,10 @@ to use the old defaults relying on external mail facilities
1262(`sendmail-send-it' on GNU/Linux and other Unix-like systems, and 1267(`sendmail-send-it' on GNU/Linux and other Unix-like systems, and
1263`mailclient-send-it' on Windows). 1268`mailclient-send-it' on Windows).
1264 1269
1265*** Typing C-c m in the buffer made by M-x report-emacs-bug transfers 1270*** Typing `C-c m' in the buffer made by `M-x report-emacs-bug'
1266the report to your desktop's preferred mail client, if there is one. 1271transfers the report to your desktop's preferred mail client, if there
1267This uses either the "xdg-email" utility, or Mac OS's "open" command. 1272is one. This uses either the "xdg-email" utility, or Mac OS's "open"
1273command.
1268 1274
1269*** See Changes in Specialized Modes and Packages for SMTPmail changes 1275*** See Changes in Specialized Modes and Packages for SMTPmail changes
1270and Mail mode changes 1276and Mail mode changes
diff --git a/etc/TODO b/etc/TODO
index 4f7b8dc5f0c..912d0746849 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -399,14 +399,6 @@ rather than interactively. This a trivial one-liner in easy-mode.el.
399 Check the assignments file for other packages which might go in and 399 Check the assignments file for other packages which might go in and
400 have been missed. 400 have been missed.
401 401
402** Possibly install python-mode in place of python.el, or combine the two.
403Someone needs to do the work of figuring out who all the non-trivial
404python-mode.el contributors are and getting assignments.
405http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg02156.html
406http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg02201.html
407http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg02489.html
408http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg02234.html
409
410** Make keymaps a first-class Lisp object (this means a rewrite of 402** Make keymaps a first-class Lisp object (this means a rewrite of
411 keymap.c). What should it do apart from being opaque ? 403 keymap.c). What should it do apart from being opaque ?
412 multiple inheritance ? faster where-is ? no more fix_submap_inheritance ? 404 multiple inheritance ? faster where-is ? no more fix_submap_inheritance ?
@@ -416,7 +408,7 @@ http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg02234.html
416 an example how to do part of this; see the XMenu* functions on msdos.c. 408 an example how to do part of this; see the XMenu* functions on msdos.c.
417 409
418** Implement popular parts of the rest of the CL functions as compiler 410** Implement popular parts of the rest of the CL functions as compiler
419 macros in cl-macs. 411 macros in cl-macs. [Is this still relevant now that cl-lib exists?]
420 412
421** Make compiler warnings about functions that might be undefined at run time 413** Make compiler warnings about functions that might be undefined at run time
422 smarter, so that they know which files are required by the file being 414 smarter, so that they know which files are required by the file being
@@ -457,7 +449,8 @@ http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg02234.html
457 449
458** Allow unknown image types to be rendered via an external program 450** Allow unknown image types to be rendered via an external program
459 converting them to, say, PBM (in the same way as PostScript?). [does 451 converting them to, say, PBM (in the same way as PostScript?). [does
460 doc-view.el do this, or could it be extended to do this?] 452 doc-view.el do this, or could it be extended to do this?
453 Does ImageMagick obsolete this idea?]
461 454
462** Allow displaying an X window from an external program in a buffer, 455** Allow displaying an X window from an external program in a buffer,
463 e.g. to render graphics from Java applets. [gerd and/or wmperry 456 e.g. to render graphics from Java applets. [gerd and/or wmperry
@@ -613,6 +606,7 @@ http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg02234.html
613 There was a special trick to detect mouse press in the lower right 606 There was a special trick to detect mouse press in the lower right
614 corner and track mouse movements, but this did not work well, and was 607 corner and track mouse movements, but this did not work well, and was
615 not scalable to the new Lion "resize on every window edge" behavior. 608 not scalable to the new Lion "resize on every window edge" behavior.
609 [As of trunk r109635, 2012-08-15, the event loop no longer polls.]
616 610
617**** (mouse-avoidance-mode 'banish) then minimize Emacs, will pop window back 611**** (mouse-avoidance-mode 'banish) then minimize Emacs, will pop window back
618up on top of all others 612up on top of all others
@@ -719,12 +713,6 @@ images with lower bit depth.
719*** Decide what to do with some uncommitted imagemagick support 713*** Decide what to do with some uncommitted imagemagick support
720functions for image size etc. 714functions for image size etc.
721 715
722*** Test with more systems.
723Tested on Fedora 12, 14, and the libmagick that ships with it.
724I also tried using an ImageMagick compiled from their SVN, in
725parallel with the one packaged by Fedora, it worked well.
726Ubuntu 8.04 was tested, but it seems it ships a broken ImageMagick.
727
728** nxml mode 716** nxml mode
729 717
730*** High priority 718*** High priority