Changeset 4220 for trunk/etc/TODO
- Timestamp:
- 04/04/08 22:04:40 (8 months ago)
- Files:
-
- trunk/etc/TODO (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/etc/TODO
r4204 r4220 1 1 Emacs TODO List -*-outline-*- 2 2 3 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 3 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 4 4 Free Software Foundation, Inc. 5 5 See the end of the file for license conditions. … … 22 22 23 23 ** Compute the list of active keymaps *after* reading the first event. 24 25 ** Avoid using "iff" in doc strings.26 24 27 25 ** mouse-autoselect-window should wait to select the window until … … 177 175 178 176 * Other features we would like: 177 178 ** Make longlines-mode wrap lines based on screen position instead 179 of character position, so that variable-width fonts can be handled 180 properly. 179 181 180 182 ** Remove the default toggling behavior of minor modes when called from elisp … … 606 608 GNU Emacs is free software; you can redistribute it and/or modify 607 609 it under the terms of the GNU General Public License as published by 608 the Free Software Foundation; either version 2, or (at your option)610 the Free Software Foundation; either version 3, or (at your option) 609 611 any later version. 610 612
