bpt/emacs.git
16 years ago(UNISCRIBE): New variable.
Jason Rumney [Thu, 3 Apr 2008 12:24:31 +0000 (12:24 +0000)]
(UNISCRIBE): New variable.

16 years agoFont backend implementation for Uniscribe on Windows 2000 and later.
Jason Rumney [Thu, 3 Apr 2008 11:56:40 +0000 (11:56 +0000)]
Font backend implementation for Uniscribe on Windows 2000 and later.

16 years ago(ftfont_get_open_type_spec): Check spec->script, not val.
Jason Rumney [Thu, 3 Apr 2008 08:17:15 +0000 (08:17 +0000)]
(ftfont_get_open_type_spec): Check spec->script, not val.

16 years ago(shell-dynamic-complete-filename): New fun.
Chong Yidong [Thu, 3 Apr 2008 05:13:15 +0000 (05:13 +0000)]
(shell-dynamic-complete-filename): New fun.
(shell-dynamic-complete-functions): Use it.

16 years ago* shell.el (shell-dynamic-complete-filename): New fun.
Chong Yidong [Thu, 3 Apr 2008 05:12:57 +0000 (05:12 +0000)]
* shell.el (shell-dynamic-complete-filename): New fun.
(shell-dynamic-complete-functions): Use it.

16 years ago(bahai-holidays): Re-order.
Glenn Morris [Thu, 3 Apr 2008 04:49:18 +0000 (04:49 +0000)]
(bahai-holidays): Re-order.

16 years ago(calendar-holidays): Doc fix.
Glenn Morris [Thu, 3 Apr 2008 04:41:55 +0000 (04:41 +0000)]
(calendar-holidays): Doc fix.

16 years agoAdd defvar -> defcustom.
Glenn Morris [Thu, 3 Apr 2008 04:12:51 +0000 (04:12 +0000)]
Add defvar -> defcustom.

16 years ago(calendar-holiday-list): Fix previous change.
Glenn Morris [Thu, 3 Apr 2008 04:10:43 +0000 (04:10 +0000)]
(calendar-holiday-list): Fix previous change.
(holiday-filter-visible-calendar): Doc fix.  Use mapcar.
(holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.

16 years ago*** empty log message ***
Kenichi Handa [Thu, 3 Apr 2008 04:09:21 +0000 (04:09 +0000)]
*** empty log message ***

16 years ago(hebrew-holidays-1, hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4):
Glenn Morris [Thu, 3 Apr 2008 04:07:45 +0000 (04:07 +0000)]
(hebrew-holidays-1, hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4):
Make obsolete.
(hebrew-holidays-2): Just use holiday-hanukkah now it respects
all-hebrew-calendar-holidays.
(hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
Simplify using new functions.
(generate-calendar-window): Use bound-and-true-p.

16 years ago(holiday-islamic-new-year): New function.
Glenn Morris [Thu, 3 Apr 2008 04:07:01 +0000 (04:07 +0000)]
(holiday-islamic-new-year): New function.

16 years ago(create-fontset-from-x-resource):
Kenichi Handa [Thu, 3 Apr 2008 04:06:55 +0000 (04:06 +0000)]
(create-fontset-from-x-resource):
Handle the error of X resource more gracefully.

16 years ago(holiday-rosh-hashanah-etc, holiday-passover-etc, holiday-hanukkah):
Glenn Morris [Thu, 3 Apr 2008 04:06:48 +0000 (04:06 +0000)]
(holiday-rosh-hashanah-etc, holiday-passover-etc, holiday-hanukkah):
Doc fix.  Add optional argument.  Simplify.
(holiday-tisha-b-av-etc): Use memq rather than unless.
(holiday-julian): Autoload it.
(holiday-hebrew-misc): New function.

16 years ago(holiday-fixed): Autoload it.
Glenn Morris [Thu, 3 Apr 2008 04:05:56 +0000 (04:05 +0000)]
(holiday-fixed): Autoload it.
(holiday-bahai-new-year, holiday-bahai-ridvan): New functions.

16 years ago(describe-variable): Undo 2008-02-25 change.
Chong Yidong [Thu, 3 Apr 2008 04:01:32 +0000 (04:01 +0000)]
(describe-variable): Undo 2008-02-25 change.

16 years ago* help-fns.el (describe-variable): Undo 2008-02-25 change.
Chong Yidong [Thu, 3 Apr 2008 04:01:18 +0000 (04:01 +0000)]
* help-fns.el (describe-variable): Undo 2008-02-25 change.

16 years ago(latin1-display): Don't use
Kenichi Handa [Thu, 3 Apr 2008 03:53:24 +0000 (03:53 +0000)]
(latin1-display): Don't use
make-char.  Fix the argument to set-char-table-range.
(latin1-display-identities): Don't use make-char.
(latin1-display-reset): Use map-charset-chars instead of directly
calling standard-display-default.
(latin1-display-check-font): Don't use make-char.
(latin1-display-setup): Likewise.
(latin1-display-ucs-per-lynx): Likewise.

16 years ago(timer): Define as a defstruct, so we can name the fields, to make the
Stefan Monnier [Thu, 3 Apr 2008 03:43:18 +0000 (03:43 +0000)]
(timer): Define as a defstruct, so we can name the fields, to make the
code clearer.  Rewrite all `aset' and `aref' using the defined accessors.
(timer--time): New pseudo-field.
(timer-set-time, timer-set-idle-time, timer-inc-time)
(timer-set-time-with-usecs, with-timeout-suspend): Use it.
(timer--time-less-p): New function.
(timer--activate): New function, extracted from timer-activate.
(timer-activate-when-idle, timer-activate): Use it.
(cancel-function-timers): Use dolist.

16 years ago*** empty log message ***
Glenn Morris [Thu, 3 Apr 2008 03:38:47 +0000 (03:38 +0000)]
*** empty log message ***

16 years ago(diary-mail-addr): Use bound-and-true-p.
Glenn Morris [Thu, 3 Apr 2008 03:33:37 +0000 (03:33 +0000)]
(diary-mail-addr): Use bound-and-true-p.

16 years ago(tramp-drop-volume-letter): Move definition before use.
Glenn Morris [Thu, 3 Apr 2008 03:33:18 +0000 (03:33 +0000)]
(tramp-drop-volume-letter): Move definition before use.

16 years ago(c-beginning-of-defun, c-end-of-defun): Remove declarations; no longer used.
Glenn Morris [Thu, 3 Apr 2008 03:32:40 +0000 (03:32 +0000)]
(c-beginning-of-defun, c-end-of-defun): Remove declarations; no longer used.
(c-cpp-define-name, c-defun-name): Declare as functions.

16 years ago(vc-mtn-command): Avoid localization of messages.
Stefan Monnier [Thu, 3 Apr 2008 02:22:55 +0000 (02:22 +0000)]
(vc-mtn-command): Avoid localization of messages.

16 years ago(vc-bzr-checkout): Simplify.
Stefan Monnier [Thu, 3 Apr 2008 02:21:33 +0000 (02:21 +0000)]
(vc-bzr-checkout): Simplify.

16 years ago(image-mode-fit-frame): New command.
Stefan Monnier [Thu, 3 Apr 2008 02:19:23 +0000 (02:19 +0000)]
(image-mode-fit-frame): New command.

16 years ago(beginning-of-buffer, end-of-buffer, goto-line, undo)
Stefan Monnier [Thu, 3 Apr 2008 02:16:17 +0000 (02:16 +0000)]
(beginning-of-buffer, end-of-buffer, goto-line, undo)
(copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
(keyboard-escape-quit): Check region-active-p i.s.o transient-mark-mode.

16 years agoRegenerate.
Juanma Barranquero [Thu, 3 Apr 2008 01:27:31 +0000 (01:27 +0000)]
Regenerate.

16 years agoFix comment typo.
Vinicius Jose Latorre [Wed, 2 Apr 2008 23:50:11 +0000 (23:50 +0000)]
Fix comment typo.

16 years ago(c-defun-name, c-cpp-define-name): New optimised functions to get the
Alan Mackenzie [Wed, 2 Apr 2008 21:24:30 +0000 (21:24 +0000)]
(c-defun-name, c-cpp-define-name): New optimised functions to get the
name of the current defun/macro.

16 years ago(add-log-current-defun): Move the functionality which gets the current
Alan Mackenzie [Wed, 2 Apr 2008 21:22:40 +0000 (21:22 +0000)]
(add-log-current-defun): Move the functionality which gets the current
function name for C like modes to cc-cmds.el, thus optimising for speed.

16 years ago*** empty log message ***
Alan Mackenzie [Wed, 2 Apr 2008 21:21:01 +0000 (21:21 +0000)]
*** empty log message ***

16 years agoDocument shift-selection-mode and related changes.
Chong Yidong [Wed, 2 Apr 2008 20:23:20 +0000 (20:23 +0000)]
Document shift-selection-mode and related changes.

16 years agoRestore support for the values `identity' and `only' for transient
Chong Yidong [Wed, 2 Apr 2008 20:22:37 +0000 (20:22 +0000)]
Restore support for the values `identity' and `only' for transient
mark mode, since it can't hurt.  Update comments.

16 years agoUndo previous change:
Chong Yidong [Wed, 2 Apr 2008 20:21:45 +0000 (20:21 +0000)]
Undo previous change:
* keyboard.c (command_loop_1): Don't change the value of
transient-mark-mode; this is now handled by handle-shift-selection.

16 years ago* simple.el (deactivate-mark): When the mark is temporarily
Chong Yidong [Wed, 2 Apr 2008 20:17:41 +0000 (20:17 +0000)]
* simple.el (deactivate-mark): When the mark is temporarily
active, restore the original value of transient-mark-mode.
(set-mark-command): First deactivate the mark if was temporarily
active.
(exchange-point-and-mark): Reactivate the mark if it was
temporarily active.
(handle-shift-selection): New fun.
(transient-mark-mode): Move var documentation here from buffer.c.
(next-line, previous-line, backward-word, move-end-of-line)
(move-beginning-of-line, forward-to-indentation)
(backward-to-indentation, back-to-indentation)
(beginning-of-buffer, end-of-buffer): Add ^ interactive spec.

* mouse.el (mouse-set-region-1): Save the old value of
transient-mark-mode.
(mouse-drag-track): Ignore the now-obsolete value `identity' for
transient-mark-mode.

* textmodes/paragraphs.el (forward-paragraph)
(backward-paragraph, forward-sentence, backward-sentence): Add ^
interactive spec.

* emulation/cua-base.el (cua-mode): Turn off shift-select-mode.

16 years ago(cua-mode): Turn off shift-select-mode.
Chong Yidong [Wed, 2 Apr 2008 20:17:20 +0000 (20:17 +0000)]
(cua-mode): Turn off shift-select-mode.

16 years ago(forward-paragraph, backward-paragraph, forward-sentence,
Chong Yidong [Wed, 2 Apr 2008 20:17:05 +0000 (20:17 +0000)]
(forward-paragraph, backward-paragraph, forward-sentence,
backward-sentence): Add ^ interactive spec.

16 years ago(mouse-set-region-1): Save the old value of transient-mark-mode.
Chong Yidong [Wed, 2 Apr 2008 20:16:33 +0000 (20:16 +0000)]
(mouse-set-region-1): Save the old value of transient-mark-mode.
(mouse-drag-track): Ignore the now-obsolete value `identity' for
transient-mark-mode.

16 years ago(deactivate-mark): When the mark is temporarily
Chong Yidong [Wed, 2 Apr 2008 20:16:10 +0000 (20:16 +0000)]
(deactivate-mark): When the mark is temporarily
active, restore the original value of transient-mark-mode.
(set-mark-command): First deactivate the mark if was temporarily
active.
(exchange-point-and-mark): Reactivate the mark if it was
temporarily active.
(handle-shift-selection): New fun.
(transient-mark-mode): Move var documentation here from buffer.c.
(next-line, previous-line, backward-word, move-end-of-line)
(move-beginning-of-line, forward-to-indentation)
(backward-to-indentation, back-to-indentation)
(beginning-of-buffer, end-of-buffer): Add ^ interactive spec.

16 years ago(Fscroll_up, Fscroll_down, Fscroll_left)
Chong Yidong [Wed, 2 Apr 2008 20:15:43 +0000 (20:15 +0000)]
(Fscroll_up, Fscroll_down, Fscroll_left)
(Fscroll_right): Add ^ interactive spec.

16 years ago(Fforward_word): Add ^ interactive spec.
Chong Yidong [Wed, 2 Apr 2008 20:15:32 +0000 (20:15 +0000)]
(Fforward_word): Add ^ interactive spec.

16 years ago(Fforward_char, Fbackward_char, Fforward_line)
Chong Yidong [Wed, 2 Apr 2008 20:15:21 +0000 (20:15 +0000)]
(Fforward_char, Fbackward_char, Fforward_line)
(Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.

16 years ago(Vtransient_mark_mode): Move docstring to simple.el to
Chong Yidong [Wed, 2 Apr 2008 20:15:11 +0000 (20:15 +0000)]
(Vtransient_mark_mode): Move docstring to simple.el to
avoid clobbering by define-minor-mode.

16 years ago(Vthis_command_keys_shift_translated): New var.
Chong Yidong [Wed, 2 Apr 2008 20:14:57 +0000 (20:14 +0000)]
(Vthis_command_keys_shift_translated): New var.
(command_loop_1): Avoid running the direct display versions of
forward-char and backward-char if shift-selection may occur.
Don't change the value of transient-mark-mode; this is now handled
by handle-shift-selection.
(read_key_sequence): Set Vthis_command_keys_shift_translated if
shift-translation takes place.

16 years ago(Vshift_select_mode): New var.
Chong Yidong [Wed, 2 Apr 2008 20:14:40 +0000 (20:14 +0000)]
(Vshift_select_mode): New var.
(Finteractive): Document new ^ spec.
(Fcall_interactively): Call handle-shift-selection if the ^ spec
is present.

16 years ago* callint.c (Vshift_select_mode): New var.
Chong Yidong [Wed, 2 Apr 2008 20:14:17 +0000 (20:14 +0000)]
* callint.c (Vshift_select_mode): New var.
(Finteractive): Document new ^ spec.
(Fcall_interactively): Call handle-shift-selection if the ^ spec
is present.

* keyboard.c (Vthis_command_keys_shift_translated): New var.
(command_loop_1): Avoid running the direct display versions of
forward-char and backward-char if shift-selection may occur.
Don't change the value of transient-mark-mode; this is now handled
by handle-shift-selection.
(read_key_sequence): Set Vthis_command_keys_shift_translated if
shift-translation takes place.

* buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
avoid clobbering by define-minor-mode.

* cmds.c (Fforward_char, Fbackward_char, Fforward_line)
(Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.

* syntax.c (Fforward_word): Add ^ interactive spec.

* window.c (Fscroll_up, Fscroll_down, Fscroll_left)
(Fscroll_right): Add ^ interactive spec.

16 years ago* net/tramp.el (tramp-make-tramp-temp-file): Use
Michael Albinus [Wed, 2 Apr 2008 18:58:45 +0000 (18:58 +0000)]
* net/tramp.el (tramp-make-tramp-temp-file): Use
`tramp-drop-volume-letter' for the local file name part.

16 years ago*** empty log message ***
Dan Nicolaescu [Wed, 2 Apr 2008 06:43:02 +0000 (06:43 +0000)]
*** empty log message ***

16 years ago(sh-mode-map): Rename the menu. Add :help.
Dan Nicolaescu [Wed, 2 Apr 2008 06:38:24 +0000 (06:38 +0000)]
(sh-mode-map): Rename the menu. Add :help.
Add menu entries corresponding to all the key bindings.

16 years ago* emacs-lisp/debug.el (debugger-mode-map):
Dan Nicolaescu [Wed, 2 Apr 2008 06:35:21 +0000 (06:35 +0000)]
* emacs-lisp/debug.el (debugger-mode-map):
* textmodes/conf-mode.el (conf-mode-map): Add a menu.
(conf-align-assignments): Only work on the region if it is active.
(conf-quote-normal): Use when instead of if.  Remove redundant test.

16 years ago(emacs-lisp-mode-map): Add menu entries
Dan Nicolaescu [Wed, 2 Apr 2008 06:29:40 +0000 (06:29 +0000)]
(emacs-lisp-mode-map): Add menu entries
for tracing and re-builder.

16 years agoWhitespace only.
Glenn Morris [Wed, 2 Apr 2008 03:52:36 +0000 (03:52 +0000)]
Whitespace only.

16 years ago(appt-disp-window-function): Doc fix.
Glenn Morris [Wed, 2 Apr 2008 03:50:34 +0000 (03:50 +0000)]
(appt-disp-window-function): Doc fix.
(appt-display-message): Move beep before display.
(appt-check): Make interactive.  Reduce the number of lets.
Use string-equal to compare mode-line strings.
(appt-disp-window): Pluralize "minute" as needed.  Make appt buffer read-only.
(appt-select-lowest-window, appt-make-list): Reduce the number of lets.
(appt-delete): Simplify.

16 years ago(diary-entry-marker, calendar-today-marker, calendar-holiday-marker)
Glenn Morris [Wed, 2 Apr 2008 03:35:38 +0000 (03:35 +0000)]
(diary-entry-marker, calendar-today-marker, calendar-holiday-marker)
(mark-visible-calendar-date): Check for font-lock-mode before using faces.
(hebrew-holidays-3, generate-calendar-month)
(calendar-gregorian-from-absolute): Reduce the number of lets.
(hebrew-holidays-4, generate-calendar-window): Simplify.
(calendar-for-loop): Make obsolete.
(calendar-nth-named-day): Doc fix.

16 years ago(fancy-diary-display): Check for font-lock-mode before using faces.
Glenn Morris [Wed, 2 Apr 2008 03:34:23 +0000 (03:34 +0000)]
(fancy-diary-display): Check for font-lock-mode before using faces.
(diary-list-entries, fancy-diary-display)
(print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
(calendar-mark-1, list-sexp-diary-entries, diary-remind):
Reduce the number of lets.
(mark-sexp-diary-entries, calendar-mark-complex):
Expand calendar-for-loops.

16 years ago(calendar-time-zone-daylight-rules): Simplify.
Glenn Morris [Wed, 2 Apr 2008 03:18:55 +0000 (03:18 +0000)]
(calendar-time-zone-daylight-rules): Simplify.

16 years ago(list-yahrzeit-dates): Expand calendar-for-loop call.
Glenn Morris [Wed, 2 Apr 2008 03:17:21 +0000 (03:17 +0000)]
(list-yahrzeit-dates): Expand calendar-for-loop call.

16 years ago(cal-tex-insert-blank-days-at-end, cal-tex-last-blank-p)
Glenn Morris [Wed, 2 Apr 2008 03:16:47 +0000 (03:16 +0000)]
(cal-tex-insert-blank-days-at-end, cal-tex-last-blank-p)
(cal-tex-daily-page): Expand calendar-for-loops.

16 years ago(holiday-chinese-new-year): Use a single let.
Glenn Morris [Wed, 2 Apr 2008 03:15:54 +0000 (03:15 +0000)]
(holiday-chinese-new-year): Use a single let.

16 years ago(try_window_id): Don't forget to reset delta_bytes.
Stefan Monnier [Tue, 1 Apr 2008 21:27:07 +0000 (21:27 +0000)]
(try_window_id): Don't forget to reset delta_bytes.

16 years ago(find-dired-filter): Align columns by padding file sizes and link
Chong Yidong [Tue, 1 Apr 2008 17:34:20 +0000 (17:34 +0000)]
(find-dired-filter): Align columns by padding file sizes and link
numbers.

16 years ago* find-dired.el (find-dired-filter): Align columns by padding file
Chong Yidong [Tue, 1 Apr 2008 17:34:02 +0000 (17:34 +0000)]
* find-dired.el (find-dired-filter): Align columns by padding file
sizes and link numbers.

16 years agoFix typos.
Juanma Barranquero [Tue, 1 Apr 2008 14:59:32 +0000 (14:59 +0000)]
Fix typos.

16 years ago(script-list): Add phonetic script, covering IPA (previously Latin),
Jason Rumney [Tue, 1 Apr 2008 14:24:26 +0000 (14:24 +0000)]
(script-list): Add phonetic script, covering IPA (previously Latin),
Phonetic Extensions and Phonetic Extensions Supplement (both previously
unassigned).

16 years ago(setup-default-fontset): Use unicode fonts that cover bopomofo
Jason Rumney [Tue, 1 Apr 2008 14:09:58 +0000 (14:09 +0000)]
(setup-default-fontset): Use unicode fonts that cover bopomofo
script for bopomofo. Likewise for braille and mathematical.
Use unicode scripts that cover the phonetic "script" for IPA.

16 years agoConvert to utf-8.
Juanma Barranquero [Tue, 1 Apr 2008 10:53:49 +0000 (10:53 +0000)]
Convert to utf-8.
Fix typos; remove duplicate entries.

16 years ago(frame-parameter) <defsetf>: Make it return the assigned value.
Johan Bockgård [Tue, 1 Apr 2008 09:20:42 +0000 (09:20 +0000)]
(frame-parameter) <defsetf>: Make it return the assigned value.

16 years ago(abbrev-mode): Use define-minor-mode.
Stefan Monnier [Tue, 1 Apr 2008 08:36:57 +0000 (08:36 +0000)]
(abbrev-mode): Use define-minor-mode.

16 years ago(mouse-major-mode-menu-prefix): Remove. Remove uses.
Stefan Monnier [Tue, 1 Apr 2008 08:35:58 +0000 (08:35 +0000)]
(mouse-major-mode-menu-prefix): Remove.  Remove uses.
(mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
Use map-keymap.
(minor-mode-menu-from-indicator): Use it.  Simplify.

16 years ago(mode-line-mode-menu): Move before (new) first use.
Stefan Monnier [Tue, 1 Apr 2008 07:56:11 +0000 (07:56 +0000)]
(mode-line-mode-menu): Move before (new) first use.
(mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
Bind the key directly to the menu.
(mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.

16 years ago(calendar-make-temp-face): Fix previous change. Use the last :face if
Glenn Morris [Tue, 1 Apr 2008 07:25:42 +0000 (07:25 +0000)]
(calendar-make-temp-face): Fix previous change.  Use the last :face if
more than one.  Don't ignore any attributes before :face.  Fallback to
'default face if necessary.

16 years ago(casify_object): Fix up int/EMACS_INT mixup.
Stefan Monnier [Tue, 1 Apr 2008 06:02:20 +0000 (06:02 +0000)]
(casify_object): Fix up int/EMACS_INT mixup.

16 years agolisp/ChangeLog: Update.
Michael Olson [Tue, 1 Apr 2008 05:29:00 +0000 (05:29 +0000)]
lisp/ChangeLog: Update.

16 years agodoc/misc/ChangeLog: Update.
Michael Olson [Tue, 1 Apr 2008 05:28:30 +0000 (05:28 +0000)]
doc/misc/ChangeLog: Update.

16 years agominor fixes for EasyPG
Michael Olson [Tue, 1 Apr 2008 05:28:04 +0000 (05:28 +0000)]
minor fixes for EasyPG

Hello,

Would someone please apply the attached patch which only contains minor
bug/doc fixes for EasyPG?  Then I'll post an update of the patch:
http://article.gmane.org/gmane.emacs.devel/89452

16 years ago(calendar-make-temp-face): New function.
Glenn Morris [Tue, 1 Apr 2008 04:10:09 +0000 (04:10 +0000)]
(calendar-make-temp-face): New function.
(mark-visible-calendar-date): Use it.

16 years ago(fancy-diary-display): Use calendar-make-temp-face.
Glenn Morris [Tue, 1 Apr 2008 04:08:41 +0000 (04:08 +0000)]
(fancy-diary-display): Use calendar-make-temp-face.

16 years ago(vc-responsible-backend): Declare as function.
Glenn Morris [Tue, 1 Apr 2008 02:58:32 +0000 (02:58 +0000)]
(vc-responsible-backend): Declare as function.

16 years agoMore details on a multi-tty change.
Glenn Morris [Tue, 1 Apr 2008 02:57:33 +0000 (02:57 +0000)]
More details on a multi-tty change.

16 years agoMore fixing of what multi-tty called a ChangeLog.
Glenn Morris [Tue, 1 Apr 2008 02:56:18 +0000 (02:56 +0000)]
More fixing of what multi-tty called a ChangeLog.

16 years ago(calendar-nongregorian-visible-p): New function.
Glenn Morris [Tue, 1 Apr 2008 02:55:03 +0000 (02:55 +0000)]
(calendar-nongregorian-visible-p): New function.

16 years ago(holiday-julian): Use calendar-nongregorian-visible-p.
Glenn Morris [Tue, 1 Apr 2008 02:54:50 +0000 (02:54 +0000)]
(holiday-julian): Use calendar-nongregorian-visible-p.

16 years ago(calendar-hebrew-date-is-visible-p): Use calendar-nongregorian-visible-p.
Glenn Morris [Tue, 1 Apr 2008 02:54:29 +0000 (02:54 +0000)]
(calendar-hebrew-date-is-visible-p): Use calendar-nongregorian-visible-p.

16 years ago(Commentary): Point to calendar.el.
Glenn Morris [Tue, 1 Apr 2008 02:47:40 +0000 (02:47 +0000)]
(Commentary): Point to calendar.el.
(calendar-holiday-list, holiday-easter-etc): Simplify by using mapcar.
(calendar-list-holidays): Return holiday-list.
(list-holidays): Use let rather than let*.  Remove un-needed locals
`d', `never'.
(calendar-check-holidays): Return result from dolist.
(holiday-float): Use a single let*.  Simplify if-and to and.
(holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
single let*.

16 years agoComments.
Glenn Morris [Tue, 1 Apr 2008 02:47:05 +0000 (02:47 +0000)]
Comments.

16 years ago(calendar-mode-map): Use calendar-mark-holidays rather than obsolete alias.
Glenn Morris [Tue, 1 Apr 2008 02:46:29 +0000 (02:46 +0000)]
(calendar-mode-map): Use calendar-mark-holidays rather than obsolete alias.
(mark-visible-calendar-date): Also use overlay for mark characters.
(calendar-unmark): Unmark by removing all overlays, rather than redrawing.
(calendar-starred-day): Remove.
(calendar-mode): Disable undo.  Don't make calendar-starred-day local.
(calendar-cursor-to-date): No need for special star handling now using overlays.
(calendar-star-date): Use overlays.

16 years ago(hebrew-calendar-elapsed-days): Dox fix.
Glenn Morris [Tue, 1 Apr 2008 02:45:47 +0000 (02:45 +0000)]
(hebrew-calendar-elapsed-days): Dox fix.
(calendar-hebrew-date-is-visible-p): Extract some common code into
separate function.
(holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
(calendar-hebrew-from-absolute, holiday-hanukkah)
(mark-hebrew-calendar-date-pattern): Reduce nesting of some lets.

16 years ago(Commentary): Point to calendar.el.
Glenn Morris [Tue, 1 Apr 2008 02:44:52 +0000 (02:44 +0000)]
(Commentary): Point to calendar.el.
(solar-equinoxes-solstices): Reduce nesting of some lets.

16 years ago(Commentary): Point to calendar.el.
Glenn Morris [Tue, 1 Apr 2008 02:44:23 +0000 (02:44 +0000)]
(Commentary): Point to calendar.el.
(lunar-phase-list, lunar-new-moon-on-or-after): Reduce nesting of some lets.

16 years ago(cal-tex-cursor-month-landscape)
Glenn Morris [Tue, 1 Apr 2008 02:43:57 +0000 (02:43 +0000)]
(cal-tex-cursor-month-landscape)
(cal-tex-cursor-month, cal-tex-LaTeXify-string): Reduce nesting of some lets.

16 years ago(Commentary): Point to calendar.el.
Glenn Morris [Tue, 1 Apr 2008 02:43:30 +0000 (02:43 +0000)]
(Commentary): Point to calendar.el.
(calendar-persian-date-string): Reduce nesting of some lets.

16 years ago(Commentary): Point to calendar.el.
Glenn Morris [Tue, 1 Apr 2008 02:43:05 +0000 (02:43 +0000)]
(Commentary): Point to calendar.el.
(calendar-forward-month, calendar-end-of-month): Reduce nesting of some lets.

16 years ago(Commentary): Point to calendar.el.
Glenn Morris [Tue, 1 Apr 2008 02:42:35 +0000 (02:42 +0000)]
(Commentary): Point to calendar.el.
(cal-menu-holidays-menu):  Use calendar-mark-holidays rather than
obsolete alias.

16 years ago(Commentary): Point to calendar.el.
Glenn Morris [Tue, 1 Apr 2008 02:42:05 +0000 (02:42 +0000)]
(Commentary): Point to calendar.el.
(calendar-string-to-mayan-long-count, calendar-goto-mayan-long-count-date):
Simplify.

16 years ago(Commentary): Point to calendar.el.
Glenn Morris [Tue, 1 Apr 2008 02:41:15 +0000 (02:41 +0000)]
(Commentary): Point to calendar.el.

16 years ago(Commentary): Point to calendar.el.
Glenn Morris [Tue, 1 Apr 2008 02:40:36 +0000 (02:40 +0000)]
(Commentary): Point to calendar.el.
(calendar-goto-french-date): Reduce nesting of some lets.

16 years ago(Commentary): Point to calendar.el.
Glenn Morris [Tue, 1 Apr 2008 02:39:52 +0000 (02:39 +0000)]
(Commentary): Point to calendar.el.

16 years ago(calc-init-extensions): Remove keybinding assignments for `calc-yank'.
Jay Belanger [Tue, 1 Apr 2008 02:09:26 +0000 (02:09 +0000)]
(calc-init-extensions): Remove keybinding assignments for `calc-yank'.

16 years agoAutoload `calc-yank'.
Jay Belanger [Tue, 1 Apr 2008 02:06:44 +0000 (02:06 +0000)]
Autoload `calc-yank'.
(calc-mode-map): Add keybindings for `calc-yank'.