comparison etc/TODO @ 83269:48ba3f89c89f

Merged from miles@gnu.org--gnu-2005 (patch 37-38, 162-182) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-162 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-163 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-164 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-165 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-166 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-167 Tweak obsolete function/variable warning message * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-168 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-169 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-170 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-171 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-172 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-173 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-174 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-175 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-176 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-177 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-178 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-179 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-180 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-181 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-182 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-37 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-38 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-309
author Karoly Lorentey <lorentey@elte.hu>
date Wed, 16 Mar 2005 16:06:15 +0000
parents 9684495d72bc 76fcfe4d97de
children 1830bcd0eec0
comparison
equal deleted inserted replaced
83268:7ea3d7198adc 83269:48ba3f89c89f
79 ** A function to check for customizable options that have been 79 ** A function to check for customizable options that have been
80 set but not saved, and ask the user whether to save them. 80 set but not saved, and ask the user whether to save them.
81 This could go in kill-emacs-query-functions, to remind people 81 This could go in kill-emacs-query-functions, to remind people
82 to save their changes. If the user says yes, show them 82 to save their changes. If the user says yes, show them
83 in a Custom buffer using customize-customized. 83 in a Custom buffer using customize-customized.
84
85 ** Emacs Lisp mode could put an overlay on the defun for every
86 function that has advice. The overlay could have `after-text' like "
87 [Function has advice]". It might look like
88 (defun foo [Function has advice] (x y)
89 The overlay could also be a button that you could use to view the advice.
84 90
85 ** ange-ftp 91 ** ange-ftp
86 *** understand sftp 92 *** understand sftp
87 *** Use MLS for ange-ftp-insert-directory if a list of files is specified. 93 *** Use MLS for ange-ftp-insert-directory if a list of files is specified.
88 94