Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
590394eb
Commit
590394eb
authored
Oct 06, 2007
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
1caf5f96
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
44 additions
and
20 deletions
+44
-20
admin/FOR-RELEASE
admin/FOR-RELEASE
+22
-11
etc/TODO
etc/TODO
+22
-9
No files found.
admin/FOR-RELEASE
View file @
590394eb
...
...
@@ -5,22 +5,20 @@ Tasks needed before the next release.
** Check for widow and orphan lines in manuals;
make sure all the pages really look ok in the manual as formatted.
** Regenerate the p
ostscript file
s of the reference cards in etc.
** Regenerate the p
df version
s of the reference cards in etc
/refcards/
.
** Ask maintainers of refcard translations to update them.
Requests to have been sent out on 2006-05-23 (Reiner Steib).
Emacs 22 translators:
LANG Translator Status
cs Pavel Janík Can't work on it now.
de Sven Joachim Done
fr Eric Jacoboni Done
pl Włodek Bzyl Done
pt-br Rodrigo Real Done
ru Alex Ott Done
sk Miroslav Vaško No response
Reminders sent out on 2006-06-08.
cs Pavel Janík
de Sven Joachim
fr Eric Jacoboni
pl Włodek Bzyl
pt-br Rodrigo Real
ru Alex Ott
sk Miroslav Vaško
** Remove temporary +++/--- lines in NEWS.
...
...
@@ -47,6 +45,10 @@ GNU/Linux system.
* BUGS
** Document the changes introduced by multi-tty
http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg01639.html
http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg01602.html
** Does deleting frames run Lisp code? If so, can we get rid of that?
It is a dangerous design.
http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01330.html
...
...
@@ -79,6 +81,15 @@ http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg01632.html
** herring@lanl.gov: find-func: can no longer find adviced subrs
This ought to work.
** \\{...} produces duplicate entries
http://lists.gnu.org/archive/html/emacs-devel/2007-05/msg00209.html
** menu indications of key bindings for remapped commands
http://lists.gnu.org/archive/html/emacs-devel/2007-05/msg01339.html
** tromey@redhat.com: two View-mode "quit" bugs
http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00103.html
* DOCUMENTATION
** Check the Emacs Tutorial.
...
...
etc/TODO
View file @
590394eb
...
...
@@ -320,8 +320,15 @@ typically due to pilot errors and should thus be in debug-ignored-errors.
the whole menu bar. In the mean time, it should process other messages.
** Get some major packages installed: W3 (development version needs
significant work), PSGML. Check the assignments file for other
packages which might go in and have been missed.
significant work), PSGML, nXML [Mark Hershberger is looking at this
http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01699.html],
_possibly_ Cedet and ECB.
http://lists.gnu.org/archive/html/emacs-devel/2007-05/msg01493.html
Check the assignments file for other packages which might go in and
have been missed.
** Install ruby-mode (needs assignment)?
http://lists.gnu.org/archive/html/emacs-devel/2007-06/msg00051.html
** Make keymaps a first-class Lisp object (this means a rewrite of
keymap.c). What should it do apart from being opaque ?
...
...
@@ -341,9 +348,6 @@ typically due to pilot errors and should thus be in debug-ignored-errors.
** Highlight rectangles (`mouse-track-rectangle-p' in XEmacs). Already in CUA,
but it's a valuable feature worth making more general.
** Support simultaneous tty and X frames. [See the multi-tty branch of Emacs
at http://lorentey.hu/project/emacs.]
** Provide MIME support for Rmail using the Gnus MIME library. [Maybe
not now feasible, given Gnus maintenance decisions. fx looked at
this and can say where some of the problems are.]
...
...
@@ -366,6 +370,7 @@ typically due to pilot errors and should thus be in debug-ignored-errors.
** Add a --pristine startup flag which does -q --no-site-file plus
ignoring X resources (Doze equivalents?) and most of the
environment. What should not be ignored needs consideration.
[Do the existing -Q and -D cover this, or is more needed?]
** Improve the GC (generational, incremental). (We may be able to use
the Boehm collector.) [See the Boehm-GC branch in CVS for work on
...
...
@@ -380,11 +385,9 @@ typically due to pilot errors and should thus be in debug-ignored-errors.
** Provide an optional feature which computes a scroll bar slider's
size and its position from lines instead of characters.
** Add support for SVG (Scalable Vector Graphics) rendering to
Emacs.
** Allow unknown image types to be rendered via an external program
converting them to, say, PBM (in the same way as PostScript?).
converting them to, say, PBM (in the same way as PostScript?). [does
doc-view.el do this, or could it be extended to do this?]
** Allow displaying an X window from an external program in a buffer,
e.g. to render graphics from Java applets. [gerd and/or wmperry
...
...
@@ -544,6 +547,16 @@ but which can also be used as a modifier).
See thread
<http://lists.gnu.org/archive/html/emacs-pretest-bug/2006-11/msg00060.html>
** Possibly add a "close" button to the modeline.
The idea is to add an "X" of some kind, that when clicked deletes
the window associated with that modeline.
http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg02416.html
** When running isearch in a ChangeLog file, if the search fails,
then after another C-s try searching the previous ChangeLog, if
there is one. (e.g. go from ChangeLog to ChangeLog.12).
http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg02237.html
* Internal changes
** Cleanup all the GC_ mark bit stuff -- there is no longer any distinction
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment