summaryrefslogtreecommitdiff
path: root/etc/TODO
Commit message (Collapse)AuthorAgeFilesLines
* Merge from emacs-23Stefan Monnier2010-05-311-1/+1
|\
| * CEDET is not TODO any moreStefan Monnier2010-05-241-1/+1
| |
* | Mention multi-planes text-propertiesStefan Monnier2010-05-241-1/+8
| |
* | * etc/TODO: prog-mode updates.Glenn Morris2010-05-181-3/+3
| |
* | Make occur handle multi-line matches cleanly with context.Juri Linkov2010-03-301-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html * replace.el (occur-accumulate-lines): Add optional arg `pt'. (occur-engine): Add local variables `ret', `prev-after-lines', `prev-lines'. Use more arguments for `occur-context-lines'. Set first elem of its returned list to `data', and the second elem to `prev-after-lines'. Don't print the separator line. In the end, print remaining context after-lines. (occur-context-lines): Add new arguments `begpt', `endpt', `lines', `prev-lines', `prev-after-lines'. Rewrite to combine after-lines of the previous match with before-lines of the current match and not overlap them. Return a list with two values: the output line and the list of context after-lines. * search.texi (Other Repeating Search): Remove line that `occur' can not handle multiline matches. * occur-testsuite.el (occur-tests): Add tests for context lines.
* | Implement Occur multi-line matches.Juri Linkov2010-03-231-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html * replace.el (occur): Doc fix. (occur-engine): Set `begpt' to the beginning of the first line. Set `endpt' to the end of the last match line. At first, count line numbers between `origpt' and `begpt'. Split out code from `out-line' variable to new let-bindings `match-prefix' and `match-str'. In `out-line' add non-numeric prefix to all non-first lines of multi-line matches. Finally, count lines between `begpt' and `endpt' and add to `lines'.
* | Start laying out a plan for Emacs-24old-branches/pendingStefan Monnier2010-03-071-1/+40
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* (dired-get-filename)<declare-function>:Juri Linkov2009-11-111-2/+0
| | | | | | Tell the byte-compiler about dired-get-filename. (shell-command): In Dired mode, get filename from the current line as the default value.
* Fix URL (Bug#4521).Chong Yidong2009-09-251-1/+1
|
* Add generated-autoload-file item.Glenn Morris2009-09-111-0/+2
|
* emacsclient already accepts -nw.Dan Nicolaescu2009-08-211-2/+0
|
* --daemon was done some time ago.Glenn Morris2009-08-181-3/+0
|
* Minor modes via local variables:Glenn Morris2009-08-181-3/+0
| | | | | | | 2009-08-17 Chong Yidong <cyd at stupidchicken.com> * files.el (hack-one-local-variable): If the mode function is for a minor mode, pass it an argument (Bug#4148).
* Remove "Add a command to make a Local Variables section in the current buffer".Juri Linkov2009-08-041-3/+0
|
* Entry removed:Chong Yidong2009-07-261-3/+0
| | | | ** Implement something better than the current Refill mode.
* Entry removed:Chong Yidong2009-07-261-3/+0
| | | | ** "Options -> Save Options" should save the font set via "Set Font/Fontset"
* Delete task for replacing finder.el with Info manual.Juri Linkov2009-07-181-4/+0
|
* Add defcustom trivia.Glenn Morris2009-03-121-0/+7
|
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
|
* *** empty log message ***Glenn Morris2008-09-201-0/+3
|
* Remove the entry describing auto-encryption.Daiki Ueno2008-09-081-6/+0
|
* face-remap was installed.Glenn Morris2008-09-061-36/+6
| | | | | | help has forward buttons. SYNC_INPUT is the default. keymap bug was fixed.
* *** empty log message ***Martin Rudalics2008-08-231-0/+3
|
* Remove done items. Add a new one.Dan Nicolaescu2008-08-061-2/+3
|
* American English spelling fix.Glenn Morris2008-06-271-2/+2
|
* Large file support in MS-Windows `stat' is done.Eli Zaretskii2008-06-231-7/+0
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-151-6/+4
|
* *** empty log message ***Dan Nicolaescu2008-04-301-1/+1
|
* *** empty log message ***Dan Nicolaescu2008-04-101-1/+1
|
* ** Add a defcustom that supplies a function to name numeric backup files,Chong Yidong2008-04-081-0/+3
| | | | like make-backup-file-name-function for non-numeric backup files.
* *** empty log message ***Dan Nicolaescu2008-04-041-4/+2
|
* Add defvar -> defcustom.Glenn Morris2008-04-031-0/+3
|
* *** empty log message ***Dan Nicolaescu2008-04-021-1/+1
|
* *** empty log message ***Richard M. Stallman2008-03-231-0/+35
|
* Add more simple TODOs.Dan Nicolaescu2008-03-081-1/+4
|
* Add python-mode.Glenn Morris2008-03-011-0/+8
|
* *** empty log message ***Dan Nicolaescu2008-02-281-3/+0
|
* *** empty log message ***Dan Nicolaescu2008-02-111-0/+4
|
* Remove entries covered by new font backend.Jason Rumney2008-02-081-9/+0
|
* Merge from emacs--devo--0Miles Bader2008-01-301-0/+18
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324
| * ** Make longlines-mode wrap lines based on screen position insteadChong Yidong2008-01-221-0/+4
| | | | | | | | | | of character position, so that variable-width fonts can be handled properly.
| * Add a "Simple Tasks" TODO category.Dan Nicolaescu2008-01-191-0/+14
| |
* | Merge from emacs--devo--0Miles Bader2008-01-091-1/+3
|\ \ | |/ | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-312
| * Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
| |\ | | | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| | * Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
| | |
| * | *** empty log message ***Nick Roberts2008-01-081-0/+2
| | |
* | | Merge from emacs--devo--0Miles Bader2007-12-161-5/+3
|\ \ \ | |/ / | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-300
| * | *** empty log message ***Martin Rudalics2007-12-121-5/+3
| | |
| * | return back entry: revert-buffer should eliminate overlays and the markVinicius Jose Latorre2007-12-121-0/+2
| | |