/[emacs]/emacs/lisp/calendar/todo-mode.el
ViewVC logotype

Log of /emacs/lisp/calendar/todo-mode.el

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.50.4.21 - (view) (download) (annotate) - [select for diffs]
Fri Dec 11 11:07:59 2009 UTC (15 years ago) by miles
Branch: lexbind
Changes since 1.50.4.20: +70 -66 lines
Diff to previous 1.50.4.20 , to branch point 1.50 , to next main 1.78
Merge from emacs--devo--0

Revision: [email protected]/emacs--lexbind--0--patch-105


Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Tue Nov 3 22:24:38 2009 UTC (15 years, 1 month ago) by monnier
Branch: MAIN
CVS Tags: EMACS_PRETEST_23_1_90, HEAD
Changes since 1.77: +32 -31 lines
Diff to previous 1.77
(todo-add-category): Don't hardcode point-min==1.
(todo-top-priorities): Only display-buffer when called interactively.
(todo-item-start): Don't save excursion point.
(todo-item-end): Be slightly more careful.  Add `include-sep' arg.
(todo-insert-item-here, todo-file-item, todo-remove-item):
Adjust uses of todo-item-start and todo-item-end.


Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Sat Oct 31 02:22:33 2009 UTC (15 years, 1 month ago) by gm
Branch: MAIN
Changes since 1.76: +37 -34 lines
Diff to previous 1.76
Stephen Berman  <stephen.berman at gmx.net>

(todo-edit-item): Signal an error if there is no item to edit. (Bug#4820)
(todo-top-priorities): Restore point and restore narrowing in Todo
buffer. (Bug#4820)


Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Fri Oct 2 03:48:43 2009 UTC (15 years, 2 months ago) by lektu
Branch: MAIN
Changes since 1.75: +1 -1 lines
Diff to previous 1.75
Use `called-interactively-p' instead of `interactive-p'.


Revision 1.50.4.20 - (view) (download) (annotate) - [select for diffs]
Fri Sep 18 08:02:52 2009 UTC (15 years, 3 months ago) by miles
Branch: lexbind
Changes since 1.50.4.19: +1 -1 lines
Diff to previous 1.50.4.19 , to branch point 1.50
Merge from emacs--devo--0

Revision: [email protected]/emacs--lexbind--0--patch-103


Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Tue Jul 21 05:02:40 2009 UTC (15 years, 5 months ago) by gm
Branch: MAIN
CVS Tags: CEDET_BASE
Branch point for: cedet-branch
Changes since 1.74: +1 -1 lines
Diff to previous 1.74
(calendar-current-date): Update declaration.


Revision 1.50.4.19 - (view) (download) (annotate) - [select for diffs]
Thu Feb 5 09:12:17 2009 UTC (15 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.50.4.18: +75 -51 lines
Diff to previous 1.50.4.18 , to branch point 1.50
Merge from emacs--devo--0

Revision: [email protected]/emacs--lexbind--0--patch-100


Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Thu Jan 29 15:19:44 2009 UTC (15 years, 10 months ago) by cyd
Branch: MAIN
CVS Tags: EMACS_23_1, EMACS_23_1_BASE, EMACS_PRETEST_23_0_90, EMACS_PRETEST_23_0_91, EMACS_PRETEST_23_0_92, EMACS_PRETEST_23_0_93, EMACS_PRETEST_23_0_94, EMACS_PRETEST_23_0_95, EMACS_PRETEST_23_0_96, lexbind-base
Branch point for: EMACS_23_1_RC
Changes since 1.73: +2 -2 lines
Diff to previous 1.73
Update Oliver Seidel's email address, and add Stephen Berman as
maintainer.


Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Wed Jan 28 03:56:18 2009 UTC (15 years, 10 months ago) by cyd
Branch: MAIN
Changes since 1.72: +73 -49 lines
Diff to previous 1.72
(todo-insert-item-here): Prevent insertion
of a new entry inside of an existing entry.  Minor code cleanup.
(todo-add-category): Change the interactive spec.  Signal an error
if the Todo file is non-empty but contains no category.  Reject
category names that could induce bugs and confusion.  Call
todo-mode if the Todo file is new and unsaved.  Simplify handling
of local variables cookie.  Properly display the newly added
category in Todo mode.
(todo-show): Call todo-initial-setup only if there is neither a
Todo file nor a corresponding unsaved buffer.
(todo-category-alist): Delete function.
(todo-completing-read): New function.
(todo-insert-item, todo-jump-to-category): Use it.
(todo-insert-item): Make the use of the prefix argument conform to
the doc string.


Revision 1.50.4.18 - (view) (download) (annotate) - [select for diffs]
Thu Jan 22 07:55:02 2009 UTC (15 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.50.4.17: +1 -1 lines
Diff to previous 1.50.4.17 , to branch point 1.50
Merge from emacs--devo--0

Revision: [email protected]/emacs--lexbind--0--patch-99


Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Mon Jan 5 03:20:43 2009 UTC (15 years, 11 months ago) by gm
Branch: MAIN
Changes since 1.71: +1 -1 lines
Diff to previous 1.71
Add 2009 to copyright years.


Revision 1.50.4.17 - (view) (download) (annotate) - [select for diffs]
Mon Dec 22 09:14:48 2008 UTC (15 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.50.4.16: +3 -3 lines
Diff to previous 1.50.4.16 , to branch point 1.50
Merge from emacs--devo--0

Revision: [email protected]/emacs--lexbind--0--patch-97


Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Sun Oct 19 10:06:48 2008 UTC (16 years, 2 months ago) by eliz
Branch: MAIN
CVS Tags: small-dump-base
Changes since 1.70: +3 -3 lines
Diff to previous 1.70
(todo-file-do, todo-file-done, todo-file-top): Run file names that begin with
a period thru `convert-standard-filename'.


Revision 1.50.4.16 - (view) (download) (annotate) - [select for diffs]
Fri Jul 4 15:30:31 2008 UTC (16 years, 5 months ago) by miles
Branch: lexbind
Changes since 1.50.4.15: +1 -1 lines
Diff to previous 1.50.4.15 , to branch point 1.50
Merge from emacs--devo--0

Revision: [email protected]/emacs--lexbind--0--patch-91


Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Fri Jun 27 02:25:04 2008 UTC (16 years, 5 months ago) by gm
Branch: MAIN
CVS Tags: before-merge-emacs-app-to-trunk, before-remove-carbon, before-remove-vms, remove-carbon, remove-vms
Changes since 1.69: +1 -1 lines
Diff to previous 1.69
American English spelling fix.


Revision 1.50.4.15 - (view) (download) (annotate) - [select for diffs]
Thu May 8 11:44:06 2008 UTC (16 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.50.4.14: +4 -6 lines
Diff to previous 1.50.4.14 , to branch point 1.50
Merge from emacs--devo--0

Revision: [email protected]/emacs--lexbind--0--patch-82


Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Tue May 6 03:07:58 2008 UTC (16 years, 7 months ago) by gm
Branch: MAIN
Changes since 1.68: +4 -6 lines
Diff to previous 1.68
Switch to recommended form of GPLv3 permissions notice.


Revision 1.50.4.14 - (view) (download) (annotate) - [select for diffs]
Thu Apr 24 01:53:41 2008 UTC (16 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.50.4.13: +29 -32 lines
Diff to previous 1.50.4.13 , to branch point 1.50
Merge from emacs--devo--0

Revision: [email protected]/emacs--lexbind--0--patch-79


Revision 1.50.4.13 - (view) (download) (annotate) - [select for diffs]
Thu Apr 24 01:51:52 2008 UTC (16 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.50.4.12: +17 -18 lines
Diff to previous 1.50.4.12 , to branch point 1.50
Merge from emacs--devo--0

Revision: [email protected]/emacs--lexbind--0--patch-78


Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Sat Mar 15 02:54:24 2008 UTC (16 years, 9 months ago) by gm
Branch: MAIN
CVS Tags: font-backend-base
Branch point for: font-backend
Changes since 1.67: +29 -32 lines
Diff to previous 1.67
(todo-add-category): Simplify.
(todo-more-important-p, todo-delete-item, todo-file-item): Use unless, when.
(todo-top-priorities): Use zerop.


Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Sat Mar 8 03:48:53 2008 UTC (16 years, 9 months ago) by gm
Branch: MAIN
Changes since 1.66: +2 -3 lines
Diff to previous 1.66
Remove un-needed eval-when-compile.


Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Fri Mar 7 04:42:53 2008 UTC (16 years, 9 months ago) by gm
Branch: MAIN
Changes since 1.65: +15 -15 lines
Diff to previous 1.65
Remove leading `*' from defcustom doc-strings.


Revision 1.50.4.12 - (view) (download) (annotate) - [select for diffs]
Wed Jan 9 11:11:44 2008 UTC (16 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.50.4.11: +4 -4 lines
Diff to previous 1.50.4.11 , to branch point 1.50
Merge from emacs--devo--0

Revision: [email protected]/emacs--lexbind--0--patch-69


Revision 1.50.10.11 - (view) (download) (annotate) - [select for diffs]
Wed Jan 9 01:10:50 2008 UTC (16 years, 11 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.50.10.10: +4 -4 lines
Diff to previous 1.50.10.10 , to branch point 1.50 , to next main 1.78
Merge from emacs--devo--0

Revision: [email protected]/emacs--unicode--0--patch-312


Revision 1.60.2.2 - (view) (download) (annotate) - [select for diffs]
Mon Jan 7 01:03:32 2008 UTC (16 years, 11 months ago) by gm
Branch: EMACS_22_BASE
CVS Tags: EMACS_22_2, EMACS_22_3, EMACS_PRETEST_22_1_90, EMACS_PRETEST_22_1_91, EMACS_PRETEST_22_1_92, EMACS_PRETEST_22_2_90, EMACS_PRETEST_22_2_91, EMACS_PRETEST_22_2_92
Changes since 1.60.2.1: +1 -1 lines
Diff to previous 1.60.2.1 , to branch point 1.60 , to next main 1.78
Add 2008 to copyright years.


Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Fri Jan 4 06:18:30 2008 UTC (16 years, 11 months ago) by monnier
Branch: MAIN
CVS Tags: before-merge-unicode-to-trunk, emacs-unicode-2-base, lisp-bob, merge-unicode-to-trunk
Changes since 1.64: +4 -4 lines
Diff to previous 1.64
* progmodes/ada-xref.el (ada-prj-find-prj-file):
* progmodes/ada-mode.el (comment-region):
* calendar/todo-mode.el (todo-insert-item):
* bookmark.el (bookmark-buffer-name): Test major-mode rather than mode-name.


Revision 1.50.4.11 - (view) (download) (annotate) - [select for diffs]
Thu Dec 6 23:43:25 2007 UTC (17 years ago) by miles
Branch: lexbind
Changes since 1.50.4.10: +3 -0 lines
Diff to previous 1.50.4.10 , to branch point 1.50
Merge from emacs--devo--0

Revision: [email protected]/emacs--lexbind--0--patch-63


Revision 1.50.10.10 - (view) (download) (annotate) - [select for diffs]
Thu Dec 6 09:51:30 2007 UTC (17 years ago) by miles
Branch: emacs-unicode-2
Changes since 1.50.10.9: +3 -0 lines
Diff to previous 1.50.10.9 , to branch point 1.50
Merge from emacs--devo--0

Revision: [email protected]/emacs--unicode--0--patch-294


Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Tue Nov 27 04:17:55 2007 UTC (17 years ago) by gm
Branch: MAIN
Changes since 1.63: +3 -0 lines
Diff to previous 1.63
(calendar-current-date): Declare as a function.


Revision 1.50.4.10 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 09:35:54 2007 UTC (17 years, 1 month ago) by miles
Branch: lexbind
Changes since 1.50.4.9: +1 -1 lines
Diff to previous 1.50.4.9 , to branch point 1.50
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 824-838)

   - Update from CVS
   - Merge from emacs--rel--22
   - Remove lisp/erc/erc-nicklist.el
   - Update some .arch-inventory files
   - Fix void function definition error in cus-edit.el
   - Restore lisp/emacs-lisp/cl-loaddefs.el

 * emacs--rel--22  (patch 70-83)

   - Update from CVS
   - Remove lisp/erc/erc-nicklist.el
   - Update some .arch-inventory files
   - Indicate that emacs--devo--0--patch-834 does not need to be applied
   - Merge from gnus--rel--5.10
   - Restore lisp/emacs-lisp/cl-loaddefs.el

 * gnus--rel--5.10  (patch 239-241)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: [email protected]/emacs--lexbind--0--patch-53


Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Sun Oct 21 14:54:33 2007 UTC (17 years, 2 months ago) by dann
Branch: MAIN
Changes since 1.62: +1 -2 lines
Diff to previous 1.62
* progmodes/prolog.el: Undo previous change.
(comint-prompt-regexp, comint-process-echoes): Pacify
byte-compiler.

* progmodes/dcl-mode.el:
* play/yow.el:
* calendar/todo-mode.el:
* calendar/cal-hebrew.el:
* vc-hg.el: Undo previous change.

* vms-patch.el: Likewise.
(print-region-function): Pacify byte-compiler.


Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Sun Oct 21 00:24:31 2007 UTC (17 years, 2 months ago) by dann
Branch: MAIN
Changes since 1.61: +2 -1 lines
Diff to previous 1.61
* textmodes/reftex.el: Move require easymenu before first use.
(reftex-info): Require info at compile too.

* textmodes/org-publish.el (org-publish-org-to-html)
(org-publish-org-to): Require org at compile time too.
(org-publish-attachment): Require at compile time too.

* term/tty-colors.el (w32-tty-standard-colors): Pacify
byte-compiler.

* term/pc-win.el (frame-creation-function-alist): Add to this
instead of setting frame-creation-function.

* play/blackbox.el (bb-up, bb-down): Use forward-line.

* net/rcirc.el (rcirc-markup-text-functions): Move definition
earlier.

* calendar/todo-mode.el: Require calendar at compile time.

* calendar/cal-islam.el: Require diary-lib at compile time.

* calendar/cal-hebrew.el: Require diary-lib and holidays at
compile time.

* w32-vars.el: Provide w32-vars.

* term/w32-win.el: Require w32-vars.
(w32-color-map): Pacify byte-compiler.

* loadup.el: Load w32-wars before term/w32-win.


Revision 1.60.4.1 - (view) (download) (annotate) - [select for diffs]
Tue Jul 31 05:42:57 2007 UTC (17 years, 4 months ago) by miles
Branch: multi-tty
Changes since 1.60: +1 -1 lines
Diff to previous 1.60 , to next main 1.78
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 824-838)

   - Update from CVS
   - Merge from emacs--rel--22
   - Remove lisp/erc/erc-nicklist.el
   - Update some .arch-inventory files
   - Fix void function definition error in cus-edit.el
   - Restore lisp/emacs-lisp/cl-loaddefs.el

 * emacs--rel--22  (patch 70-83)

   - Update from CVS
   - Remove lisp/erc/erc-nicklist.el
   - Update some .arch-inventory files
   - Indicate that emacs--devo--0--patch-834 does not need to be applied
   - Merge from gnus--rel--5.10
   - Restore lisp/emacs-lisp/cl-loaddefs.el

 * gnus--rel--5.10  (patch 239-241)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: [email protected]/emacs--multi-tty--0--patch-28


Revision 1.50.10.9 - (view) (download) (annotate) - [select for diffs]
Fri Jul 27 10:47:39 2007 UTC (17 years, 4 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.50.10.8: +1 -1 lines
Diff to previous 1.50.10.8 , to branch point 1.50
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 824-831)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 70-74)

   - Update from CVS

Revision: [email protected]/emacs--unicode--0--patch-238


Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Thu Jul 26 05:26:44 2007 UTC (17 years, 4 months ago) by miles
Branch: MAIN
CVS Tags: before-merge-multi-tty-to-trunk, merge-multi-tty-to-trunk, multi-tty-base
Changes since 1.60: +1 -1 lines
Diff to previous 1.60
Merge from emacs--rel--22

Patches applied:

 * emacs--rel--22  (patch 70-73)

   - Update from CVS

2007-07-25  Glenn Morris  <[email protected]>

   * Relicense all FSF files to GPLv3 or later.

Revision: [email protected]/emacs--devo--0--patch-828


Revision 1.60.2.1 - (view) (download) (annotate) - [select for diffs]
Wed Jul 25 03:51:19 2007 UTC (17 years, 4 months ago) by gm
Branch: EMACS_22_BASE
Changes since 1.60: +1 -1 lines
Diff to previous 1.60
Switch license to GPLv3 or later.


Revision 1.50.4.9 - (view) (download) (annotate) - [select for diffs]
Tue May 1 23:55:00 2007 UTC (17 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.50.4.8: +11 -11 lines
Diff to previous 1.50.4.8 , to branch point 1.50
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 698-725)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Merge from emacs--rel--22
   - Merge from emacs--rel--22: lisp/dired-x.el: Revert 2007-04-06 change.

 * emacs--rel--22  (base, patch 1-5)

   - tag of [email protected]/emacs--devo--0--patch-709
   - Sync to CVS tag EMACS_22_BRANCHPOINT
   - Sync to CVS branch EMACS_22_BASE
   - Update from CVS

 * gnus--rel--5.10  (patch 216-217)

   - Update from CVS

Revision: [email protected]/emacs--lexbind--0--patch-46


Revision 1.50.10.6.2.2 - (view) (download) (annotate) - [select for diffs]
Tue May 1 23:27:13 2007 UTC (17 years, 7 months ago) by miles
Branch: unicode-xft
Changes since 1.50.10.6.2.1: +11 -11 lines
Diff to previous 1.50.10.6.2.1 , to branch point 1.50.10.6 , to next main 1.50.10.11
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 698-725)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Merge from emacs--rel--22
   - Merge from emacs--rel--22: lisp/dired-x.el: Revert 2007-04-06 change.

 * emacs--rel--22  (base, patch 1-5)

   - tag of [email protected]/emacs--devo--0--patch-709
   - Sync to CVS tag EMACS_22_BRANCHPOINT
   - Sync to CVS branch EMACS_22_BASE
   - Update from CVS

 * emacs--unicode--0  (patch 191-202)

   - Change default value of `enable_font_backend' to 1
   - Update from CVS
   - Move src/ChangeLog entry to src/ChangeLog.unicode
   - Merge from emacs--devo--0

 * gnus--rel--5.10  (patch 216-217)

   - Update from CVS

Revision: [email protected]/emacs--unicode-xft--0--patch-61


Revision 1.50.10.8 - (view) (download) (annotate) - [select for diffs]
Tue Apr 24 21:56:05 2007 UTC (17 years, 7 months ago) by miles
Branch: emacs-unicode-2
CVS Tags: unicode-xft-base
Changes since 1.50.10.7: +11 -11 lines
Diff to previous 1.50.10.7 , to branch point 1.50
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 698-710)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 216)

   - Update from CVS

Revision: [email protected]/emacs--unicode--0--patch-196


Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Sun Apr 22 01:26:45 2007 UTC (17 years, 8 months ago) by gm
Branch: MAIN
CVS Tags: EMACS_22_1, EMACS_22_BRANCHPOINT, EMACS_PRETEST_22_0_99, EMACS_PRETEST_22_0_990
Branch point for: EMACS_22_BASE, multi-tty
Changes since 1.59: +6 -6 lines
Diff to previous 1.59
Fix some typos.


Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Thu Apr 19 06:30:26 2007 UTC (17 years, 8 months ago) by gm
Branch: MAIN
Changes since 1.58: +6 -6 lines
Diff to previous 1.58
Fix typo: "threshhold" -> "threshold".


Revision 1.50.4.8 - (view) (download) (annotate) - [select for diffs]
Sun Feb 11 14:33:56 2007 UTC (17 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.50.4.7: +1 -1 lines
Diff to previous 1.50.4.7 , to branch point 1.50
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 586-614)

   - Update from CVS
   - Update from erc--emacs--22
   - Merge from gnus--rel--5.10
   - Merge from erc--main--0
   - Make byte compiler correctly write circular constants

 * gnus--rel--5.10  (patch 186-196)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: [email protected]/emacs--lexbind--0--patch-39


Revision 1.50.10.6.2.1 - (view) (download) (annotate) - [select for diffs]
Tue Jan 30 23:02:06 2007 UTC (17 years, 10 months ago) by miles
Branch: unicode-xft
Changes since 1.50.10.6: +1 -1 lines
Diff to previous 1.50.10.6
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 586-621)

   - Update from CVS
   - Update from erc--emacs--22
   - Merge from gnus--rel--5.10
   - Merge from erc--main--0
   - Make byte compiler correctly write circular constants

 * emacs--unicode--0  (patch 161-166)
 * gnus--rel--5.10  (patch 186-199)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: [email protected]/emacs--unicode-xft--0--patch-53


Revision 1.50.10.7 - (view) (download) (annotate) - [select for diffs]
Fri Jan 26 06:14:57 2007 UTC (17 years, 10 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.50.10.6: +1 -1 lines
Diff to previous 1.50.10.6 , to branch point 1.50
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 586-614)

   - Update from CVS
   - Update from erc--emacs--22
   - Merge from gnus--rel--5.10
   - Merge from erc--main--0
   - Make byte compiler correctly write circular constants

 * gnus--rel--5.10  (patch 186-196)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: [email protected]/emacs--unicode--0--patch-162


Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Sun Jan 21 02:38:24 2007 UTC (17 years, 11 months ago) by gm
Branch: MAIN
CVS Tags: EMACS_PRETEST_22_0_93, EMACS_PRETEST_22_0_94, EMACS_PRETEST_22_0_95, EMACS_PRETEST_22_0_96, EMACS_PRETEST_22_0_97, EMACS_PRETEST_22_0_98
Changes since 1.57: +1 -1 lines
Diff to previous 1.57
Add 2007 to copyright years.


Revision 1.50.4.7 - (view) (download) (annotate) - [select for diffs]
Wed May 17 06:14:41 2006 UTC (18 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.50.4.6: +1 -1 lines
Diff to previous 1.50.4.6 , to branch point 1.50
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 58-65)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 22-28)

   - Update from CVS
   - Merge from emacs--devo--0
   - Update from CVS: lisp/gnus.el: Remove bogus comment.

Revision: [email protected]/emacs--lexbind--0--patch-6


Revision 1.50.4.6 - (view) (download) (annotate) - [select for diffs]
Wed May 17 05:38:08 2006 UTC (18 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.50.4.5: +2 -1 lines
Diff to previous 1.50.4.5 , to branch point 1.50
Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 649-674)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 157-168)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS
   - Update from CVS: texi/message.texi: Fix default values.

Revision: [email protected]--gnu-2005/emacs--lexbind--0--patch-61


Revision 1.50.10.6 - (view) (download) (annotate) - [select for diffs]
Sat Feb 11 00:11:13 2006 UTC (18 years, 10 months ago) by miles
Branch: emacs-unicode-2
CVS Tags: unicode-post-font-backend, unicode-pre-font-backend
Branch point for: unicode-xft
Changes since 1.50.10.5: +1 -1 lines
Diff to previous 1.50.10.5 , to branch point 1.50
Revision: [email protected]/emacs--unicode--0--patch-14

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 58-65)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 22-28)

   - Update from CVS
   - Merge from emacs--devo--0
   - Update from CVS: lisp/gnus.el: Remove bogus comment.


Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Wed Feb 8 07:54:11 2006 UTC (18 years, 10 months ago) by gm
Branch: MAIN
CVS Tags: EMACS_PRETEST_22_0_90, EMACS_PRETEST_22_0_91, EMACS_PRETEST_22_0_92
Changes since 1.56: +1 -1 lines
Diff to previous 1.56
Add 2006 to copyright years.


Revision 1.50.10.5 - (view) (download) (annotate) - [select for diffs]
Mon Jan 16 08:37:16 2006 UTC (18 years, 11 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.50.10.4: +2 -1 lines
Diff to previous 1.50.10.4 , to branch point 1.50
Revision: [email protected]--gnu-2005/emacs--unicode--0--patch-97

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 616-696)

   - Add lisp/mh-e/.arch-inventory
   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: lisp/smerge-mode.el: Add 'tools' to file keywords.
   - lisp/gnus/ChangeLog: Remove duplicate entry

 * gnus--rel--5.10  (patch 147-181)

   - Update from CVS
   - Merge from emacs--cvs-trunk--0
   - Update from CVS: lisp/mml.el (mml-preview): Doc fix.
   - Update from CVS: texi/message.texi: Fix default values.
   - Update from CVS: texi/gnus.texi (RSS): Addition.


Revision 1.50.6.1 - (view) (download) (annotate) - [select for diffs]
Mon Jan 16 00:03:19 2006 UTC (18 years, 11 months ago) by enberg
Branch: rmail-mbox-branch
Changes since 1.50: +8 -12 lines
Diff to previous 1.50 , to next main 1.78
sync with trunk


Revision 1.52.4.2 - (view) (download) (annotate) - [select for diffs]
Thu Jan 12 10:25:10 2006 UTC (18 years, 11 months ago) by jhd
Branch: XFT_JHD_BRANCH
Changes since 1.52.4.1: +5 -4 lines
Diff to previous 1.52.4.1 , to branch point 1.52 , to next main 1.78
Update from HEAD


Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Sat Dec 10 05:46:08 2005 UTC (19 years ago) by gm
Branch: MAIN
Changes since 1.55: +2 -1 lines
Diff to previous 1.55
Update copyright pending Emacs 22.


Revision 1.50.4.5 - (view) (download) (annotate) - [select for diffs]
Fri Aug 26 10:01:26 2005 UTC (19 years, 3 months ago) by miles
Branch: lexbind
Changes since 1.50.4.4: +2 -2 lines
Diff to previous 1.50.4.4 , to branch point 1.50
Revision: [email protected]--gnu-2005/emacs--lexbind--0--patch-42

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 459-473)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 86-87)

   - Update from CVS


Revision 1.50.10.4 - (view) (download) (annotate) - [select for diffs]
Thu Jul 7 12:39:48 2005 UTC (19 years, 5 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.50.10.3: +2 -2 lines
Diff to previous 1.50.10.3 , to branch point 1.50
Revision: [email protected]--gnu-2005/emacs--unicode--0--patch-68

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 459-473)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 86-87)

   - Update from CVS


Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Mon Jul 4 17:37:04 2005 UTC (19 years, 5 months ago) by lute
Branch: MAIN
Changes since 1.54: +2 -2 lines
Diff to previous 1.54
Update FSF's address.


Revision 1.50.4.4 - (view) (download) (annotate) - [select for diffs]
Sun Jun 26 01:48:59 2005 UTC (19 years, 5 months ago) by miles
Branch: lexbind
Changes since 1.50.4.3: +1 -1 lines
Diff to previous 1.50.4.3 , to branch point 1.50
Revision: [email protected]--gnu-2005/emacs--lexbind--0--patch-36

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 358-400)

   - Update from CVS
   - Remove "-face" suffix from widget faces
   - Remove "-face" suffix from custom faces
   - Remove "-face" suffix from change-log faces
   - Remove "-face" suffix from compilation faces
   - Remove "-face" suffix from diff-mode faces
   - lisp/longlines.el (longlines-visible-face): Face removed
   - Remove "-face" suffix from woman faces
   - Remove "-face" suffix from whitespace-highlight face
   - Remove "-face" suffix from ruler-mode faces
   - Remove "-face" suffix from show-paren faces
   - Remove "-face" suffix from log-view faces
   - Remove "-face" suffix from smerge faces
   - Remove "-face" suffix from show-tabs faces
   - Remove "-face" suffix from highlight-changes faces
   - Remove "-face" suffix from and downcase info faces
   - Remove "-face" suffix from pcvs faces
   - Update uses of renamed pcvs faces
   - Tweak ChangeLog
   - Remove "-face" suffix from strokes-char face
   - Remove "-face" suffix from compare-windows face
   - Remove "-face" suffix from calendar faces
   - Remove "-face" suffix from diary-button face
   - Remove "-face" suffix from testcover faces
   - Remove "-face" suffix from viper faces
   - Remove "-face" suffix from org faces
   - Remove "-face" suffix from sgml-namespace face
   - Remove "-face" suffix from table-cell face
   - Remove "-face" suffix from tex-mode faces
   - Remove "-face" suffix from texinfo-heading face
   - Remove "-face" suffix from flyspell faces
   - Remove "-face" suffix from gomoku faces
   - Remove "-face" suffix from mpuz faces


Revision 1.50.10.3 - (view) (download) (annotate) - [select for diffs]
Wed Jun 15 23:32:13 2005 UTC (19 years, 6 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.50.10.2: +1 -1 lines
Diff to previous 1.50.10.2 , to branch point 1.50
Revision: [email protected]--gnu-2005/emacs--unicode--0--patch-63

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 358-423)

   - Update from CVS
   - Remove "-face" suffix from widget faces
   - Remove "-face" suffix from custom faces
   - Remove "-face" suffix from change-log faces
   - Remove "-face" suffix from compilation faces
   - Remove "-face" suffix from diff-mode faces
   - lisp/longlines.el (longlines-visible-face): Face removed
   - Remove "-face" suffix from woman faces
   - Remove "-face" suffix from whitespace-highlight face
   - Remove "-face" suffix from ruler-mode faces
   - Remove "-face" suffix from show-paren faces
   - Remove "-face" suffix from log-view faces
   - Remove "-face" suffix from smerge faces
   - Remove "-face" suffix from show-tabs faces
   - Remove "-face" suffix from highlight-changes faces
   - Remove "-face" suffix from and downcase info faces
   - Remove "-face" suffix from pcvs faces
   - Update uses of renamed pcvs faces
   - Tweak ChangeLog
   - Remove "-face" suffix from strokes-char face
   - Remove "-face" suffix from compare-windows face
   - Remove "-face" suffix from calendar faces
   - Remove "-face" suffix from diary-button face
   - Remove "-face" suffix from testcover faces
   - Remove "-face" suffix from viper faces
   - Remove "-face" suffix from org faces
   - Remove "-face" suffix from sgml-namespace face
   - Remove "-face" suffix from table-cell face
   - Remove "-face" suffix from tex-mode faces
   - Remove "-face" suffix from texinfo-heading face
   - Remove "-face" suffix from flyspell faces
   - Remove "-face" suffix from gomoku faces
   - Remove "-face" suffix from mpuz faces
   - Merge from gnus--rel--5.10
   - Remove "-face" suffix from Buffer-menu-buffer face
   - Remove "-face" suffix from antlr-mode faces
   - Remove "-face" suffix from ebrowse faces
   - Remove "-face" suffix from flymake faces
   - Remove "-face" suffix from idlwave faces
   - Remove "-face" suffix from sh-script faces
   - Remove "-face" suffix from vhdl-mode faces
   - Remove "-face" suffix from which-func face
   - Remove "-face" suffix from cperl-mode faces
   - Remove "-face" suffix from ld-script faces
   - Fix cperl-mode font-lock problem
   - Tweak which-func face

 * gnus--rel--5.10  (patch 80-82)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Fri Jun 10 14:10:21 2005 UTC (19 years, 6 months ago) by lektu
Branch: MAIN
Changes since 1.53: +1 -1 lines
Diff to previous 1.53
(todo-insert-threshold): Fix spellings in docstrings.


Revision 1.50.4.3 - (view) (download) (annotate) - [select for diffs]
Thu Jun 9 05:26:53 2005 UTC (19 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.50.4.2: +2 -1 lines
Diff to previous 1.50.4.2 , to branch point 1.50
Revision: [email protected]--gnu-2005/emacs--lexbind--0--patch-34

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 324-352)

   - Merge from gnus--rel--5.10
   - Update from CVS
   - etc/emacs-buffer.gdb: Remove RCS keywords

 * gnus--rel--5.10  (patch 70-79)

   - Update from CVS
   - Merge from emacs--cvs-trunk--0


Revision 1.52.4.1 - (view) (download) (annotate) - [select for diffs]
Mon Jun 6 08:35:49 2005 UTC (19 years, 6 months ago) by jhd
Branch: XFT_JHD_BRANCH
Changes since 1.52: +2 -1 lines
Diff to previous 1.52
Merged from HEAD


Revision 1.50.10.2 - (view) (download) (annotate) - [select for diffs]
Mon Jun 6 02:39:44 2005 UTC (19 years, 6 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.50.10.1: +2 -1 lines
Diff to previous 1.50.10.1 , to branch point 1.50
Revision: [email protected]--gnu-2005/emacs--unicode--0--patch-57

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 324-352)

   - Merge from gnus--rel--5.10
   - Update from CVS
   - etc/emacs-buffer.gdb: Remove RCS keywords

 * gnus--rel--5.10  (patch 70-79)

   - Update from CVS
   - Merge from emacs--cvs-trunk--0


Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Thu May 26 15:11:23 2005 UTC (19 years, 6 months ago) by lute
Branch: MAIN
Changes since 1.52: +2 -1 lines
Diff to previous 1.52
(todo-mode): Use kill-all-local-variables and run-mode-hooks.


Revision 1.50.10.1 - (view) (download) (annotate) - [select for diffs]
Fri Apr 16 12:50:13 2004 UTC (20 years, 8 months ago) by handa
Branch: emacs-unicode-2
CVS Tags: emacs-unicode-2-pre-sync
Changes since 1.50: +1 -7 lines
Diff to previous 1.50
Sync to HEAD


Revision 1.50.4.2 - (view) (download) (annotate) - [select for diffs]
Sat Apr 10 06:20:09 2004 UTC (20 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.50.4.1: +0 -7 lines
Diff to previous 1.50.4.1 , to branch point 1.50
Revision: [email protected]--gnu-2004/emacs--lexbind--0--patch-19

Merge from emacs--cvs-trunk--0

Patches applied:

 * [email protected]--gnu-2004/emacs--cvs-trunk--0--patch-195
   Update from CVS

 * [email protected]--gnu-2004/emacs--cvs-trunk--0--patch-196
   Remove RCS keywords

 * [email protected]--gnu-2004/emacs--cvs-trunk--0--patch-197
   Stupid CVS keyword changes


Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Sat Apr 10 05:55:47 2004 UTC (20 years, 8 months ago) by miles
Branch: MAIN
CVS Tags: XFT_JHD_BRANCH_base, after-merge-gnus-5_10, before-merge-gnus-5_10, gnus-5_10-branchpoint, gnus-5_10-post-merge-josefsson, gnus-5_10-post-merge-yamaoka, gnus-5_10-pre-merge-josefsson, gnus-5_10-pre-merge-yamaoka, handa-temp-tag
Branch point for: XFT_JHD_BRANCH, gnus-5_10-branch
Changes since 1.51: +0 -7 lines
Diff to previous 1.51
Revision: [email protected]--gnu-2004/emacs--cvs-trunk--0--patch-196

Remove RCS keywords

2004-04-10  Miles Bader  <[email protected]>

   RCS keyword removal (only non-comment changes are enumerated here):

   * lisp/emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
   (byte-compile-insert-header): Don't use `byte-compile-version'.
   * lisp/url/url-vars.el (url-version): Use the constant string "Emacs"
   instead of calculating something from the RCS `State' keyword
   [the latter is almost entirely useless anyway].
   * lisp/forms.el (forms-version): Variable removed.
   (forms-mode): Don't use `forms-version'.
   * lisp/recentf.el (recentf-version): Variable removed.
   * lisp/progmodes/delphi.el (delphi-version): Variable removed.
   * lisp/progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.


Revision 1.50.4.1 - (view) (download) (annotate) - [select for diffs]
Tue Oct 14 23:42:15 2003 UTC (21 years, 2 months ago) by miles
Branch: lexbind
Changes since 1.50: +3 -2 lines
Diff to previous 1.50
Update from arch emacs--lexbind branch


Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Mon Sep 1 15:45:19 2003 UTC (21 years, 3 months ago) by miles
Branch: MAIN
Changes since 1.50: +3 -2 lines
Diff to previous 1.50
Add arch taglines


Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Tue Dec 11 07:36:30 2001 UTC (23 years ago) by pj
Branch: MAIN
CVS Tags: Boehm-GC-base, RMAIL-MBOX-BASE, emacs-bidi-base, emacs-unicode-base
Branch point for: Boehm-GC, emacs-bidi, emacs-unicode, emacs-unicode-2, lexbind, rmail-mbox-branch
Changes since 1.49: +5 -4 lines
Diff to previous 1.49
Require time-stamp.


Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Sat Nov 17 04:01:31 2001 UTC (23 years, 1 month ago) by rms
Branch: MAIN
Changes since 1.48: +4 -5 lines
Diff to previous 1.48
(todo-save): Fix previous change.


Revision 1.47.4.1 - (view) (download) (annotate) - [select for diffs]
Tue Nov 13 04:12:45 2001 UTC (23 years, 1 month ago) by rms
Branch: EMACS_21_1_RC
CVS Tags: EMACS_21_2, EMACS_21_3, EMACS_PRETEST_21_2_91, EMACS_PRETEST_21_2_92, EMACS_PRETEST_21_2_93, EMACS_PRETEST_21_2_94, EMACS_PRETEST_21_2_95, ttn-vms-21-2-B2, ttn-vms-21-2-B3, ttn-vms-21-2-B4
Branch point for: ttn-vms-21-2-stash, ttn-vms-21-3-stash
Changes since 1.47: +7 -5 lines
Diff to previous 1.47 , to next main 1.78
(todo-save): Add save-excursion and save-restriction.


Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Tue Nov 13 04:11:15 2001 UTC (23 years, 1 month ago) by rms
Branch: MAIN
Changes since 1.47: +7 -5 lines
Diff to previous 1.47
(todo-save): Add save-excursion and save-restriction.


Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Mon Jul 16 12:22:59 2001 UTC (23 years, 5 months ago) by pj
Branch: MAIN
CVS Tags: EMACS_21_1, EMACS_21_1_BASE, EMACS_PRETEST_21_0_105, EMACS_PRETEST_21_0_106, patches_21_0_base
Branch point for: EMACS_21_1_RC, patches_21_0
Changes since 1.46: +3 -3 lines
Diff to previous 1.46
Some fixes to follow coding conventions.


Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Thu Jul 5 13:51:17 2001 UTC (23 years, 5 months ago) by gerd
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_104
Changes since 1.45: +6 -7 lines
Diff to previous 1.45
(todo-top-priorities): Use delete-region
instead of kill-line.


Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Tue Jan 2 14:06:15 2001 UTC (23 years, 11 months ago) by fx
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_100, EMACS_PRETEST_21_0_101, EMACS_PRETEST_21_0_102, EMACS_PRETEST_21_0_103, EMACS_PRETEST_21_0_95, EMACS_PRETEST_21_0_96, EMACS_PRETEST_21_0_97, EMACS_PRETEST_21_0_98, EMACS_PRETEST_21_0_99, fx-branch-base
Branch point for: fx-branch, gerd_big, gerd_dbe, gerd_defvaralias, gerd_int
Changes since 1.44: +10 -10 lines
Diff to previous 1.44
(todo): Add :link, :version.
(todo-save-top-priorities): Remove autoload cookie.
(todo-add-category, todo-add-item-non-interactively)
(todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
cookie.


Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Wed Nov 22 22:51:33 2000 UTC (24 years, 1 month ago) by fx
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_92, EMACS_PRETEST_21_0_93
Changes since 1.43: +3 -3 lines
Diff to previous 1.43
(todo-top-priorities): Use
todo-tmp-buffer-name.  From Milan Zamazal <[email protected]>.


Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Tue Jul 4 11:15:24 2000 UTC (24 years, 5 months ago) by fx
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_90, EMACS_PRETEST_21_0_91
Changes since 1.42: +181 -207 lines
Diff to previous 1.42
Replaced with a working version, based on revision 1.34 tidied up.


Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Tue Jul 4 10:35:24 2000 UTC (24 years, 5 months ago) by fx
Branch: MAIN
Changes since 1.41: +44 -49 lines
Diff to previous 1.41
Minor doc fixes and code tweaks.


Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Tue Jun 6 16:43:40 2000 UTC (24 years, 6 months ago) by fx
Branch: MAIN
Changes since 1.40: +3 -4 lines
Diff to previous 1.40
New maintainer address.


Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Fri Jun 2 18:37:43 2000 UTC (24 years, 6 months ago) by fx
Branch: MAIN
Changes since 1.39: +60 -61 lines
Diff to previous 1.39
[This needs more work on the outline stuff.]
Doc fixes.
(todo) <defgroup>: Add :version.
(todo-add-category): Don't use pushnew.
(todo-cmd-raise): Fix typo.
(todo-top-priorities): Change temp buffer name.
(todo-category-alist): Avoid redundant lambda.
(todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
Use outline-next-heading.


Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Fri May 12 10:56:20 2000 UTC (24 years, 7 months ago) by fx
Branch: MAIN
Changes since 1.38: +67 -354 lines
Diff to previous 1.38
Remove some compatibility stuff and CL
dependence.  Use line-{beginning,end}-position, not
point-at{b,e}ol.  Some doc fixes.
(todo-position): New function.  Fix callers of position to use it.
(todo-save-top-priorities, todo-print): Use with-temp-buffer.


Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Wed May 12 08:41:32 1999 UTC (25 years, 7 months ago) by os10000
Branch: MAIN
CVS Tags: EMACS_20_4
Changes since 1.37: +7 -8 lines
Diff to previous 1.37
Removed some inappropriate "autoload comments", as
suggested by <[email protected]>.  Thanks.


Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Thu Mar 18 08:53:48 1999 UTC (25 years, 9 months ago) by os10000
Branch: MAIN
Changes since 1.36: +30 -9 lines
Diff to previous 1.36
Marc Zonzon <[email protected]> on 18.Mar.99 writes that I
should remove the single space between ### and autoload.  And now I
have.


Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Wed Mar 17 11:10:29 1999 UTC (25 years, 9 months ago) by os10000
Branch: MAIN
Changes since 1.35: +48 -19 lines
Diff to previous 1.35
Alastair Burt <[email protected]> sent in a patch on 17.Mar.98
which removes duplicates from the category list and saves the buffer
after category addition.  Thanks.

Uwe Brauer <[email protected]> sent in a request on 3.Apr.98 to
implement a "move-between-categories" function.  I haven't done that
yet.  Thanks.

"Edward S. Hirgelt" <[email protected]> fixed a problem
with multi-line editing 29.Oct.98.  Thanks.

tom <[email protected]> sent in a replacement for the outmoded
time-format that I had been using on 13.Nov.98.  Thanks.

Jerome Thebert <[email protected]> sent in a binding to
show/hide continuation lines using the space bar on 11.Jan.99.
Instead of leaving it as a hook, I integrated it.  Thanks.

Sorry again to everybody.  I sat on your patches for a year.


Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Tue Sep 29 18:20:36 1998 UTC (26 years, 2 months ago) by os10000
Branch: MAIN
Changes since 1.34: +33 -9 lines
Diff to previous 1.34
Alex Schroeder startup description added.


Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Mon Jan 12 11:43:22 1998 UTC (26 years, 11 months ago) by os10000
Branch: MAIN
Changes since 1.33: +7 -3 lines
Diff to previous 1.33
Added patch from Don Hejna <[email protected]>.


Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Thu Dec 4 17:45:22 1997 UTC (27 years ago) by os10000
Branch: MAIN
Changes since 1.32: +34 -29 lines
Diff to previous 1.32
Another patch by Michael Cook to fix annotation.


Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Wed Dec 3 12:18:20 1997 UTC (27 years ago) by os10000
Branch: MAIN
Changes since 1.31: +11 -5 lines
Diff to previous 1.31
Added category patch by Michael R Cook <[email protected]>.


Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Tue Oct 28 22:16:24 1997 UTC (27 years, 1 month ago) by os10000
Branch: MAIN
Changes since 1.30: +32 -25 lines
Diff to previous 1.30
Three insertion options:
i without prefix: ask for category, do binary insertion
i with prefix: do binary insertion in current category
uppercase I: insert directly under cursor


Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Tue Oct 28 21:59:48 1997 UTC (27 years, 1 month ago) by os10000
Branch: MAIN
Changes since 1.29: +26 -26 lines
Diff to previous 1.29
Improved documentation, fixed insertion with prefix.


Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Tue Oct 28 21:47:12 1997 UTC (27 years, 1 month ago) by os10000
Branch: MAIN
Changes since 1.28: +21 -4 lines
Diff to previous 1.28
Implemented "insert-under-cursor" as suggested by
Kai Grossjohann <[email protected]>.


Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Tue Oct 28 21:37:05 1997 UTC (27 years, 1 month ago) by os10000
Branch: MAIN
Changes since 1.27: +32 -2 lines
Diff to previous 1.27
Incorporated simplifying suggestions from
Carsten Dominik <[email protected]>.


Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Tue Oct 28 21:26:55 1997 UTC (27 years, 1 month ago) by os10000
Branch: MAIN
Changes since 1.26: +12 -3 lines
Diff to previous 1.26
Patch from Paul Stodghill <[email protected]>:
The patch below fixes todo-insert-item so that it will
insert the item in place, instead of at the top of the
buffer, when invoked with a prefix argument.


Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Tue Oct 28 21:14:51 1997 UTC (27 years, 1 month ago) by os10000
Branch: MAIN
Changes since 1.25: +163 -82 lines
Diff to previous 1.25
Improvements sent in by Dave Love <[email protected]>:
todo-mode.el: Doc fixes.  Customization.
(todo-add-item-non-interactively): New arg -- don't dynamically bind ARG.
(todo-insert-item): Use it.


Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Tue Oct 28 20:03:27 1997 UTC (27 years, 1 month ago) by os10000
Branch: MAIN
Changes since 1.24: +77 -33 lines
Diff to previous 1.24
Harald Backer <[email protected]> sent the following:
Added `todo-save-top-priorities' and option to automatically save top
priorities file when saving todo-file.  Changed some default values.
Bug fixes.


Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Tue Oct 28 19:41:53 1997 UTC (27 years, 1 month ago) by os10000
Branch: MAIN
Changes since 1.23: +13 -3 lines
Diff to previous 1.23
Added fix from Frank Ridderbusch <[email protected]>,
an apostrophe was missing.


Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Fri Oct 24 17:30:54 1997 UTC (27 years, 2 months ago) by os10000
Branch: MAIN
Changes since 1.22: +40 -29 lines
Diff to previous 1.22
Added three suggestions from Carsten
Dominik <[email protected]>:

- recommend autoloading instead of require
- inserting from different buffer didn't work
  (now fixed -- I pray)
- provided public entry point to insert items
  from normal lisp code


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Fri Oct 24 16:53:20 1997 UTC (27 years, 2 months ago) by os10000
Branch: MAIN
Changes since 1.21: +28 -5 lines
Diff to previous 1.21
Paul Stodghill <[email protected]> writes:

When invoked with a prefix, todo-insert-item
should not prompt for a category.  (He adds:
At least that's what I think.)


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Fri Oct 24 16:51:02 1997 UTC (27 years, 2 months ago) by os10000
Branch: MAIN
Changes since 1.20: +37 -20 lines
Diff to previous 1.20
Rafael Laboissiere <[email protected]> writes:

I was just annoyed with the fact that there is no way
to dynamically control the insertion accuracy.  I mean:
the variable `todo-insert-threshold' does the job, but
it is not very handy if one wants to mix the two
behaviors (bisection and "insert right here under the
cursor").

Therefore I did a quick hack in the function
`todo-insert-item'.  Now by giving a prefix argument to
the insert command (i.e. by typing "C-u i"), entries
are inserted exactly at the line where the cursor is.
It would be better to give the value of
`todo-insert-threshold' as a numeric argument of
`todo-insert-item' (like "M-8 i"), but it's too late
now for continuing to hack.


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Fri Oct 17 15:41:57 1997 UTC (27 years, 2 months ago) by os10000
Branch: MAIN
Changes since 1.19: +353 -130 lines
Diff to previous 1.19
Thanks to Harald Backer <[email protected]>, we now have
the following facilities available:

Added todo-print, todo-top-priorities and todo-jump with matching
variables; Parameterized todo-header, todo-category-beg,
todo-category-end and todo-category-sep; Added autoload comments;
todo-category-select: Modified regexp to make category names unique;
todo-forward-item: Added optional COUNT vaiable; todo-insert-item:
Rewrote completing read entry.

Also, check out the extended list of things left to be done to this
package at the end of the documentation!


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Thu Oct 16 21:21:16 1997 UTC (27 years, 2 months ago) by os10000
Branch: MAIN
Changes since 1.18: +269 -280 lines
Diff to previous 1.18
Jari Aalto <[email protected]> writes:

    I just downloaded your package and after reading the docs I
    decided to do some reformatting.  Hope you don't mind.  Now they
    are in such a format that the html page can be automatically
    generated from the source file.  As an example, I generated the
    attached page using the following command: ripdoc.pls | \
    t2html.pls -a "Oliver.Seidel" -e [email protected] -simple

And of course I appreciate it.  Jari's stuff can be found at:
ftp://cs.uta.fi/pub/ssjaaa/, while I'm making the rev 1.18 page
available at http://www.cl.cam.ac.uk/users/os10000/doc/todo-mode.html
(That link will be valid until 10/1998 or slightly longer.)


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Wed Oct 15 17:18:11 1997 UTC (27 years, 2 months ago) by os10000
Branch: MAIN
Changes since 1.17: +23 -18 lines
Diff to previous 1.17
Everything seems to work in Harald Melands Emacs 20.02 and
my Emacs 19.34.  Beware of the spelling in some of the
variable names.  I looked up "threshold" in a dictionary
and here in Britain this appears to be the way to spell it.


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Wed Oct 15 14:30:41 1997 UTC (27 years, 2 months ago) by os10000
Branch: MAIN
Changes since 1.16: +24 -17 lines
Diff to previous 1.16
Attempted to reconcile Harald's changes with mine since 1.15.


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Wed Oct 15 14:00:12 1997 UTC (27 years, 2 months ago) by os10000
Branch: MAIN
Changes since 1.15: +34 -20 lines
Diff to previous 1.15
Fixed 'file-item' and added 20.02 split-string function.


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Tue Oct 14 22:22:35 1997 UTC (27 years, 2 months ago) by os10000
Branch: MAIN
Changes since 1.14: +40 -2 lines
Diff to previous 1.14
Added string-split (which I stole from ediff-util), changed
pop-to-buffer to switch-to-buffer and added message on how
to exit the multi-line-edit mode.


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Thu Oct 9 09:24:50 1997 UTC (27 years, 2 months ago) by os10000
Branch: MAIN
Changes since 1.13: +261 -184 lines
Diff to previous 1.13
Harald Meland <[email protected]> asked for
the latest version, got 1.13, and returned this.
He writes:

Thanks a lot for the new version of todo-mode.el.  As you will see I
have messed it up a bit, hopefully for the better -- I don't like
short, cryptic names for variables and functions, so I renamed most of
them, and `defalias'ed the old function names.  I hope you don't mind
too much, I just kinda couldn't stop myself.

Additionally, I included some support for multiline entries, cleaned
up (IMHO :) a lot of the code, included completion-support for which
category to install a new entry in, and possibly some other changes I
can't remember :)

It's getting rather late, and I have just done some preliminary
testing on whether all of this really works, but so far it looks
good.


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Aug 19 14:00:36 1997 UTC (27 years, 4 months ago) by seidel
Branch: MAIN
CVS Tags: EMACS_20_2
Changes since 1.12: +113 -64 lines
Diff to previous 1.12
- changed name to todo-mode
- fixed menu descriptions
- fixed "pressing abort while filing"
- attempted Emacs Lisp Manual *Tips* section compliance


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 10:56:15 1997 UTC (27 years, 4 months ago) by os10000
Branch: MAIN
Changes since 1.11: +72 -92 lines
Diff to previous 1.11
Fixed header, typos, layout, documentation.


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 09:14:25 1997 UTC (27 years, 4 months ago) by os10000
Branch: MAIN
Changes since 1.10: +15 -9 lines
Diff to previous 1.10
Applied patch from Istvan Marko <[email protected]>
to make menus work anywhere.


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 08:56:03 1997 UTC (27 years, 4 months ago) by os10000
Branch: MAIN
Changes since 1.9: +16 -12 lines
Diff to previous 1.9
Acted upon suggestion from Shane Holder <[email protected]>:
Cancelling the editing of an entry will not delete it any more.


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 08:12:03 1997 UTC (27 years, 4 months ago) by os10000
Branch: MAIN
Changes since 1.8: +140 -56 lines
Diff to previous 1.8
Improved documentation.  Broke some lines to comply with
Richard Stallman's email to please keep in sync with the
rest of the Emacs distribution files.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Aug 5 22:39:04 1997 UTC (27 years, 4 months ago) by os10000
Branch: MAIN
Changes since 1.7: +29 -4 lines
Diff to previous 1.7
Made todomode.el available under GPL.


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Tue Aug 5 22:34:14 1997 UTC (27 years, 4 months ago) by os10000
Branch: MAIN
Changes since 1.6: +80 -59 lines
Diff to previous 1.6
Fixed insertion routine with help from Trey Jackson
<[email protected]>; added todo-ins-thresh;
fixed keyboard layout to remove unwanted keys.


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Aug 5 16:47:01 1997 UTC (27 years, 4 months ago) by os10000
Branch: MAIN
Changes since 1.5: +59 -4 lines
Diff to previous 1.5
Incorporated menus for XEmacs from [email protected],
fixed TYPO, fixed todo-file-cmd, cleaned up rcs history.


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Aug 5 14:43:39 1997 UTC (27 years, 4 months ago) by os10000
Branch: MAIN
Changes since 1.4: +212 -91 lines
Diff to previous 1.4
Added improvements from Ron Gut <[email protected]>.
Added category management.


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Aug 4 16:18:45 1997 UTC (27 years, 4 months ago) by os10000
Branch: MAIN
Changes since 1.3: +40 -1 lines
Diff to previous 1.3
Added Raise/Lower item.


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Aug 3 12:47:26 1997 UTC (27 years, 4 months ago) by os10000
Branch: MAIN
Changes since 1.2: +46 -3 lines
Diff to previous 1.2
Cleaned up variables, prefix and cursor position.


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sun Aug 3 12:15:28 1997 UTC (27 years, 4 months ago) by os10000
Branch: MAIN
Changes since 1.1: +4 -2 lines
Diff to previous 1.1
It appears to work.


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Aug 3 12:15:13 1997 UTC (27 years, 4 months ago) by os10000
Branch: MAIN
Initial revision


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26