Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
d29bf51c
Commit
d29bf51c
authored
Jun 27, 2013
by
Stephen Berman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* NEWS: Mention new version of todo-mode.el and obsoleting and
renaming of old version.
parent
f3e2cbde
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
3 deletions
+31
-3
etc/ChangeLog
etc/ChangeLog
+5
-0
etc/NEWS
etc/NEWS
+26
-3
No files found.
etc/ChangeLog
View file @
d29bf51c
2013-06-27 Stephen Berman <stephen.berman@gmx.net>
* NEWS: Mention new version of todo-mode.el and obsoleting and
renaming of old version.
2013-06-27 Juanma Barranquero <lekktu@gmail.com>
* NEWS: Mention policy change with respect to locallisppath dirs.
...
...
etc/NEWS
View file @
d29bf51c
...
...
@@ -167,9 +167,6 @@ for new options related to this function.
** More packages look for ~/.emacs.d/<foo> additionally to ~/.<foo>.
Affected files:
~/.emacs.d/timelog
replaces ~/.timelog
~/.emacs.d/todo-do
replaces ~/.todo-do
~/.emacs.d/todo-done
replaces ~/.todo-done
~/.emacs.d/todo-top
replaces ~/.todo-top
~/.emacs.d/vip
replaces ~/.vip
~/.emacs.d/viper
replaces ~/.viper
~/.emacs.d/ido.last
replaces ~/.ido.last
...
...
@@ -183,6 +180,11 @@ Affected files:
~/.emacs.d/strokes
replaces ~/.strokes
~/.emacs.d/notes
replaces ~/.notes
~/.emacs.d/type-break
replaces ~/.type-break
Also the following files used by the now obsolete otodo-mode.el:
~/.emacs.d/todo-do
replaces ~/.todo-do
~/.emacs.d/todo-done
replaces ~/.todo-done
~/.emacs.d/todo-top
replaces ~/.todo-top
**
Delphi mode is now called OPascal mode.
***
All delphi-* variables and functions have been renamed to opascal-*.
...
...
@@ -352,6 +354,25 @@ space, no spaces, or reverting to the original spacing. Like
`just-one-space'
command it can handle or ignore newlines and
leave different number of spaces.
** Todo mode has been rewritten and enhanced.
New features include:
- support for multiple todo files and archive files of done items;
- renaming, reordering, moving, merging, and deleting categories;
- sortable tabular summaries of categories and the types of items they contain;
- cross-categorial lists of items filtered by specific criteria;
- more fine-grained interaction with the Emacs diary, by being able to decide
for each todo item whether it appears in the Fancy Diary display;
- highly flexible new item insertion and item editing;
- moving items between categories, storing done items in their category or in
archive files, undoing or unarchiving done items;
- reprioritizing items by inputting a numerical priority;
- extensive customizability of operation and display, including numerous faces.
To support some of these features, a new file format is used, which is
incompatible with the old format; however, you can convert old todo and done
item files to the new format on initializing the first new todo file, or at any
later time with the provided conversion command. The old version of
todo-mode.el has been made obsolete and renamed otodo-mode.el.
** Tramp
+++
...
...
@@ -397,6 +418,8 @@ module.
*** terminal.el is obsolete; use term.el instead.
*** The previous version of todo-mode.el is obsolete and renamed otodo-mode.el.
*** xesam.el.
+++
...
...
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