Glenn Morris
acaf905b11
Add 2012 to FSF copyright years for Emacs files
2012-01-05 01:46:05 -08:00
Glenn Morris
3f0f17000d
Calendar fix for scroll-bar scrolling (b#8305).
...
* lisp/calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
* lisp/calendar/calendar.el (calendar-mode-map):
Check for toolkit scroll bars.
2011-04-05 19:05:45 -07:00
Glenn Morris
95df8112a0
Refill some long/short copyright headers.
2011-01-26 00:36:39 -08:00
Glenn Morris
73b0cd5003
Convert consecutive FSF copyright years to ranges.
2011-01-24 20:08:28 -08:00
Glenn Morris
0d9f702fd0
Nuke arch-tags.
2011-01-15 15:16:57 -08:00
Stefan Monnier
77ab81d054
Merge from emacs-23
2011-01-14 12:18:41 -05:00
Glenn Morris
5df4f04cd3
Add 2011 to FSF/AIST copyright years.
2011-01-02 15:50:46 -08:00
Chong Yidong
bd78fa1d54
Add "Package:" file headers to denote built-in packages.
2010-08-29 12:17:13 -04:00
Glenn Morris
114f9c9679
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
Glenn Morris
a8ab722f60
(calendar-cursor-to-nearest-date, calendar-cursor-to-visible-date):
...
Use forward-line, not goto-line.
2009-08-21 07:11:24 +00:00
Glenn Morris
d5a8ed1053
(calendar-forward-day): Fix 2008-06-21 change -
...
always move cursor to new date. (Bug#3338)
2009-05-21 04:40:08 +00:00
Glenn Morris
3309a9ee3f
(calendar-scroll-left-three-months, calendar-scroll-right-three-months):
...
Add event handling, for when called from menus with the calendar
buffer not current.
2009-01-10 22:01:32 +00:00
Glenn Morris
ae940284fa
Add 2009 to copyright years.
2009-01-05 03:18:22 +00:00
Glenn Morris
fb6be44abc
(calendar-cursor-to-nearest-date): Use calendar-column-to-segment,
...
calendar-month-edges, and the 'date property to handle intermonth text.
2008-06-26 03:41:38 +00:00
Glenn Morris
3eee90de6e
(calendar-forward-day): Scroll in one month increments.
...
(calendar-cursor-to-nearest-date): Use layout variables.
Use calendar-column-to-month.
(calendar-cursor-to-visible-date): Use layout variables.
2008-06-21 19:28:58 +00:00
Glenn Morris
2ed665755b
Switch to recommended form of GPLv3 permissions notice.
2008-05-06 03:07:58 +00:00
Glenn Morris
b2cbe2af53
(calendar-scroll-left): Handle case when event-start is nil.
2008-04-24 05:43:27 +00:00
Glenn Morris
d92bcf94ec
Replace int-to-string with number-to-string.
2008-04-08 07:08:24 +00:00
Glenn Morris
e803eab777
Update for calendar.el name changes.
2008-04-07 01:59:37 +00:00
Glenn Morris
b36e906dd0
(Commentary): Point to calendar.el.
...
(calendar-forward-month, calendar-end-of-month): Reduce nesting of some lets.
2008-04-01 02:43:05 +00:00
Glenn Morris
3e0e034bb5
(calendar-cursor-to-nearest-date): Remove un-needed local `date'.
...
(calendar-cursor-to-visible-date): Use let rather than let*.
Remove un-needed local `first-of-month-weekday'.
2008-03-28 02:45:58 +00:00
Glenn Morris
cfcc468faa
(calendar-cursor-to-nearest-date): Use or, when. Move definition before use.
...
(calendar-cursor-to-visible-date): Move definition before use.
(calendar-scroll-left): Use unless and zerop. Combine lets into one,
and place inside the conditional.
(calendar-forward-day): Simplify.
(calendar-end-of-month): Use unless.
(calendar-goto-day-of-year): Doc fix.
Relocate obsolete aliases after their replacements.
2008-03-14 06:45:16 +00:00
Glenn Morris
71ea27eeac
Whitespace only.
2008-03-13 06:29:28 +00:00
Glenn Morris
6c1841babb
(generated-autoload-file): Don't set, instead use different values of
...
generate-autoload-cookie plus Makefile rules to allow for a mixture of
internal calendar autoloads and normal autoloads.
2008-03-13 05:46:32 +00:00
Glenn Morris
db940e42bf
(calendar-scroll-left, calendar-scroll-right): Doc fix.
2008-03-08 20:26:18 +00:00
Glenn Morris
5942f9afaa
Unquote lambda functions. Add autoload cookies to functions formerly
...
autoloaded in calendar.el. Set `generated-autoload-file' to
"cal-loaddefs.el".
2008-03-08 03:45:43 +00:00
Miles Bader
59ce725a3b
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-08 20:46:54 +00:00
Glenn Morris
8b72699e88
Add 2008 to copyright years.
2008-01-07 01:14:52 +00:00
Stefan Monnier
ab8950895b
(calendar-scroll-left, calendar-scroll-right):
...
Behave like mouse-scroll-calendar-* when used from the mouse.
2007-07-27 06:23:45 +00:00
Stefan Monnier
ab42e29d99
(calendar-scroll-left, calendar-scroll-right, calendar-scroll-left-three-months)
...
(calendar-scroll-right-three-months): Clean up namespace.
(scroll-calendar-left, scroll-calendar-right, scroll-calendar-left-three-months)
(scroll-calendar-right-three-months): Add compatibility aliases.
2007-07-27 06:13:26 +00:00
Glenn Morris
075969b476
Switch license to GPLv3 or later.
2007-07-25 03:51:22 +00:00
Glenn Morris
11dd1e5ee4
(Commentary): No longer maintained by original author, bug reports as
...
for the rest of emacs.
2007-04-17 02:35:44 +00:00
Glenn Morris
f0fa15c5e5
Add 2007 to copyright years.
2007-01-21 02:48:43 +00:00
Glenn Morris
a20b384860
Add 2006 to copyright years.
2006-02-08 07:54:11 +00:00
Glenn Morris
dbfca9c444
Update copyright pending Emacs 22.
2005-12-10 05:46:09 +00:00
Glenn Morris
aff88519c0
Update maintainer email address.
2005-10-08 04:49:48 +00:00
Lute Kamstra
3a35cf56e7
Update FSF's address.
2005-07-04 17:55:18 +00:00
Glenn Morris
25b11e014d
Update copyright and maintainer.
...
(calendar-beginning-of-year): Move the cursor to Jan 1 when needed.
(calendar-end-of-year): Fix -/+ typo.
Reported by Chong Yidong <cyd@stupidchicken.com>.
2005-03-26 15:55:15 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Glenn Morris
163fd24dfd
Edward M. Reingold <reingold@emr.cs.iit.edu>
...
(calendar-goto-day-of-year): New function.
2003-08-17 22:49:46 +00:00
Glenn Morris
0b0f8fa418
(displayed-month, displayed-year): Define for compiler.
2003-08-03 13:56:21 +00:00
Dave Love
f7b37bae63
(scroll-calendar-left)
...
(scroll-calendar-right): Make arg optional (for active mode line).
2000-09-17 17:08:04 +00:00
Richard M. Stallman
d2e8c33b88
Call the new hook in every movement function.
1999-08-28 15:20:18 +00:00
Andreas Schwab
9aa84f7f92
(scroll-calendar-left): Don't set
...
displayed-month and displayed-year here, let generate-calendar do
it, after range checking.
1999-02-17 10:32:01 +00:00
Richard M. Stallman
20eff79988
Require calendar.el.
1997-09-12 22:08:16 +00:00
Erik Naggum
b578f267af
Update FSF's address.
1996-01-14 07:34:30 +00:00
Edward M. Reingold
0808d91184
Initial revision
1995-09-21 03:11:06 +00:00