emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/calendar.texi


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/man/calendar.texi
Date: Sun, 27 Feb 2005 15:32:53 -0500

Index: emacs/man/calendar.texi
diff -c emacs/man/calendar.texi:1.24 emacs/man/calendar.texi:1.25
*** emacs/man/calendar.texi:1.24        Fri Jan 21 20:49:30 2005
--- emacs/man/calendar.texi     Sun Feb 27 20:32:53 2005
***************
*** 291,297 ****
  @item C-c C-l
  Regenerate the calendar window (@code{redraw-calendar}).
  @item SPC
! Scroll the next window (@code{scroll-other-window}).
  @item q
  Exit from calendar (@code{exit-calendar}).
  @end table
--- 291,299 ----
  @item C-c C-l
  Regenerate the calendar window (@code{redraw-calendar}).
  @item SPC
! Scroll the next window up (@code{scroll-other-window}).
! @item DEL
! Scroll the next window down (@code{scroll-other-window-down}).
  @item q
  Exit from calendar (@code{exit-calendar}).
  @end table
***************
*** 314,321 ****
  
  @kindex SPC @r{(Calendar mode)}
    In Calendar mode, you can use @kbd{SPC} (@code{scroll-other-window})
! to scroll the other window.  This is handy when you display a list of
! holidays or diary entries in another window.
  
  @kindex q @r{(Calendar mode)}
  @findex exit-calendar
--- 316,324 ----
  
  @kindex SPC @r{(Calendar mode)}
    In Calendar mode, you can use @kbd{SPC} (@code{scroll-other-window})
! and @kbd{DEL} (@code{scroll-other-window-down}) to scroll the other
! window up or down, respectively.  This is handy when you display a list
! of holidays or diary entries in another window.
  
  @kindex q @r{(Calendar mode)}
  @findex exit-calendar
***************
*** 437,444 ****
  @findex list-calendar-holidays
    To get even more detailed information, use the @kbd{a} command, which
  displays a separate buffer containing a list of all holidays in the
! current three-month range.  You can use @key{SPC} in the calendar window
! to scroll that list.
  
  @findex holidays
    The command @kbd{M-x holidays} displays the list of holidays for the
--- 440,447 ----
  @findex list-calendar-holidays
    To get even more detailed information, use the @kbd{a} command, which
  displays a separate buffer containing a list of all holidays in the
! current three-month range.  You can use @key{SPC} and @key{DEL} in the
! calendar window to scroll that list up and down, respectively.
  
  @findex holidays
    The command @kbd{M-x holidays} displays the list of holidays for the
***************
*** 861,867 ****
  @noindent
  Thus, the long count date 12.16.11.16.6 means 12 baktun, 16 katun, 11
  tun, 16 uinal, and 6 kin.  The Emacs calendar can handle Mayan long
! count dates as early as 7.17.18.13.1, but no earlier.  When you use the
  @kbd{g m l} command, type the Mayan long count date with the baktun,
  katun, tun, uinal, and kin separated by periods.
  
--- 864,870 ----
  @noindent
  Thus, the long count date 12.16.11.16.6 means 12 baktun, 16 katun, 11
  tun, 16 uinal, and 6 kin.  The Emacs calendar can handle Mayan long
! count dates as early as 7.17.18.13.3, but no earlier.  When you use the
  @kbd{g m l} command, type the Mayan long count date with the baktun,
  katun, tun, uinal, and kin separated by periods.
  
***************
*** 1510,1520 ****
  
  @findex timeclock-in
  @findex timeclock-out
  @findex timeclock-workday-remaining
  @findex timeclock-when-to-leave
    Use the @kbd{M-x timeclock-in} command when you start working on a
  project, and @kbd{M-x timeclock-out} command when you're done.  Each
! time you do this, it adds one time interval to the record of the project.
  
    Once you've collected data from a number of time intervals, you can use
  @kbd{M-x timeclock-workday-remaining} to see how much time is left to
--- 1513,1526 ----
  
  @findex timeclock-in
  @findex timeclock-out
+ @findex timeclock-change
  @findex timeclock-workday-remaining
  @findex timeclock-when-to-leave
    Use the @kbd{M-x timeclock-in} command when you start working on a
  project, and @kbd{M-x timeclock-out} command when you're done.  Each
! time you do this, it adds one time interval to the record of the
! project.  You can change to working on a different project with @kbd{M-x
! timeclock-change}.
  
    Once you've collected data from a number of time intervals, you can use
  @kbd{M-x timeclock-workday-remaining} to see how much time is left to
***************
*** 1529,1540 ****
  @code{t}, or invoke the @kbd{M-x timeclock-modeline-display} command.
  
  @vindex timeclock-ask-before-exiting
!   Terminating the current Emacs session might or might not mean that
! you have stopped working on the project.  If you'd like Emacs to ask
! you about this, set the value of the variable
! @code{timeclock-ask-before-exiting} to @code{t} (via @kbd{M-x
! customize}).  By default, only an explicit @kbd{M-x timeclock-out}
! tells Emacs that the current interval is over.
  
  @cindex @file{.timelog} file
  @vindex timeclock-file
--- 1535,1547 ----
  @code{t}, or invoke the @kbd{M-x timeclock-modeline-display} command.
  
  @vindex timeclock-ask-before-exiting
!   Terminating the current Emacs session might or might not mean that you
! have stopped working on the project and, by default, Emacs queries this.
! You can, however, set the value of the variable
! @code{timeclock-ask-before-exiting} to @code{nil} (via @kbd{M-x
! customize}) to avoid this behaviour; then, only an explicit @kbd{M-x
! timeclock-out} or @kbd{M-x timeclock-change} will tell Emacs that the
! current interval is over.
  
  @cindex @file{.timelog} file
  @vindex timeclock-file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]