]> code.delx.au - gnu-emacs/log
gnu-emacs
16 years ago(nnheader-init-server-buffer): Use with-current-buffer.
Stefan Monnier [Wed, 12 Mar 2008 19:07:16 +0000 (19:07 +0000)]
(nnheader-init-server-buffer): Use with-current-buffer.
(nnheader-string-as-multibyte): Remove.

16 years agoUse inhibit-read-only.
Stefan Monnier [Wed, 12 Mar 2008 19:04:56 +0000 (19:04 +0000)]
Use inhibit-read-only.
(mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
(mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
or unibyte-string.

16 years ago(mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
Stefan Monnier [Wed, 12 Mar 2008 18:54:39 +0000 (18:54 +0000)]
(mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
(mm-uu-yenc-extract): Use with-current-buffer.

16 years ago(gnus-soup-send-packet): Don't use mm-with-unibyte-current-buffer
Stefan Monnier [Wed, 12 Mar 2008 18:49:53 +0000 (18:49 +0000)]
(gnus-soup-send-packet): Don't use mm-with-unibyte-current-buffer
since the buffer is unibyte anyway.

16 years agoUse with-current-buffer.
Stefan Monnier [Wed, 12 Mar 2008 18:44:07 +0000 (18:44 +0000)]
Use with-current-buffer.
(nnmh-request-list-1): Use mm-string-to-multibyte rather than
mm-string-as-multibyte on the output of mm-encode-coding-string.

16 years ago(nnimap-retrieve-headers-progress): Use a unibyte temp buffer.
Stefan Monnier [Wed, 12 Mar 2008 18:40:01 +0000 (18:40 +0000)]
(nnimap-retrieve-headers-progress): Use a unibyte temp buffer.
(nnimap-request-move-article): Use with-current-buffer.

16 years ago(mm-with-part): Set the buffer to unibyte before inserting
Stefan Monnier [Wed, 12 Mar 2008 18:30:52 +0000 (18:30 +0000)]
(mm-with-part): Set the buffer to unibyte before inserting
the handle-buffer's text, so the implicit multibyte->unibyte conversion
uses string-make-unibyte rather than string-as-unibyte.

16 years agoUse with-current-buffer.
Stefan Monnier [Wed, 12 Mar 2008 18:23:38 +0000 (18:23 +0000)]
Use with-current-buffer.

16 years ago(Fswitch_to_buffer): Fall back on pop-to-buffer.
Stefan Monnier [Wed, 12 Mar 2008 18:13:23 +0000 (18:13 +0000)]
(Fswitch_to_buffer): Fall back on pop-to-buffer.

16 years ago(viper-file-remote-p): Remove, unused.
Stefan Monnier [Wed, 12 Mar 2008 17:57:29 +0000 (17:57 +0000)]
(viper-file-remote-p): Remove, unused.

16 years agoFix up indentation and comment style. Remove `function'.
Stefan Monnier [Wed, 12 Mar 2008 17:56:57 +0000 (17:56 +0000)]
Fix up indentation and comment style.  Remove `function'.

16 years ago(reset-language-environment, set-language-environment-nonascii-translation):
Stefan Monnier [Wed, 12 Mar 2008 17:48:00 +0000 (17:48 +0000)]
(reset-language-environment, set-language-environment-nonascii-translation):
Don't set-unibyte-charset.

16 years agoRemove all cb-args, use closures instead.
Stefan Monnier [Wed, 12 Mar 2008 15:26:49 +0000 (15:26 +0000)]
Remove all cb-args, use closures instead.
(doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
doing an incorrect check).  Update all callers to use the new name.
(doc-view-doc->txt): Add missing `txt' argument.

16 years agoFix next to last ChangeLog entry.
Tassilo Horn [Wed, 12 Mar 2008 15:01:09 +0000 (15:01 +0000)]
Fix next to last ChangeLog entry.

16 years ago(doc-view-current-cache-dir): Set buffer used for
Tassilo Horn [Wed, 12 Mar 2008 14:59:10 +0000 (14:59 +0000)]
(doc-view-current-cache-dir): Set buffer used for
md5 sum calculation to single-byte.

16 years ago(doc-view-new-window-function): Add assertion.
Stefan Monnier [Wed, 12 Mar 2008 14:50:36 +0000 (14:50 +0000)]
(doc-view-new-window-function): Add assertion.
(doc-view-doc-type): New var.
(doc-view-convert-current-doc, doc-view-doc->txt): Use it.
(doc-view-intersection): New fun.
(doc-view-mode): Use it to set the new var.

16 years agoCopyedit.
Chong Yidong [Wed, 12 Mar 2008 13:42:04 +0000 (13:42 +0000)]
Copyedit.

16 years agoRemove discussion of flow control.
Chong Yidong [Wed, 12 Mar 2008 13:41:02 +0000 (13:41 +0000)]
Remove discussion of flow control.

16 years ago* TUTORIAL, TUTORIAL.fr, TUTORIAL.ro, TUTORIAL.bg, TUTORIAL.it:
Chong Yidong [Wed, 12 Mar 2008 13:39:52 +0000 (13:39 +0000)]
* TUTORIAL, TUTORIAL.fr, TUTORIAL.ro, TUTORIAL.bg, TUTORIAL.it:
* TUTORIAL.ru, TUTORIAL.cn, TUTORIAL.ja, TUTORIAL.sk:
* TUTORIAL.cs, TUTORIAL.ko, TUTORIAL.sl, TUTORIAL.de:
* TUTORIAL.nl, TUTORIAL.sv, TUTORIAL.eo, TUTORIAL.pl, TUTORIAL.th:
* TUTORIAL.es, TUTORIAL.pt_BR: Remove discussion of flow control.

16 years ago(message-ignored-resent-headers): Add "Delivered-To".
Stefan Monnier [Wed, 12 Mar 2008 13:06:58 +0000 (13:06 +0000)]
(message-ignored-resent-headers): Add "Delivered-To".

16 years ago(doc-view-doc->txt, doc-view-open-text)
Tassilo Horn [Wed, 12 Mar 2008 12:05:30 +0000 (12:05 +0000)]
(doc-view-doc->txt, doc-view-open-text)
(doc-view-already-converted-p): New functions.
(doc-view-clear-cache): Don't recreate doc-view-cache-directory.
(doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
(doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
(doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
(doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
(doc-view-convert-current-doc): Don't hardwire the functions the
sentinels call.  Now they're provided by two args CALLBACK and
CB-ARGS to the functions.
(doc-view-search): Use doc-view-doc->txt.
(doc-view-initiate-display): Use doc-view-already-converted-p.
Mention new binding C-c C-t if doc-view-mode doesn't work.

16 years agoDescribe linum.el.
Juanma Barranquero [Wed, 12 Mar 2008 09:31:59 +0000 (09:31 +0000)]
Describe linum.el.

16 years ago(diff-refine-change): Adjust colors to be more visible.
Dan Nicolaescu [Wed, 12 Mar 2008 06:53:18 +0000 (06:53 +0000)]
(diff-refine-change): Adjust colors to be more visible.

16 years ago(sgml-font-lock-syntactic-keywords): Mark " outside of tags as punctuation.
Stefan Monnier [Wed, 12 Mar 2008 03:15:13 +0000 (03:15 +0000)]
(sgml-font-lock-syntactic-keywords): Mark " outside of tags as punctuation.

16 years ago(minibuffer-local-map): Use the same command for the "Quit" menu as used for
Stefan Monnier [Tue, 11 Mar 2008 22:02:46 +0000 (22:02 +0000)]
(minibuffer-local-map): Use the same command for the "Quit" menu as used for
the C-g key, so the shortcut displayed is C-g.
Prefer RET over C-j for exit-minibuffer.

16 years ago(display-buffer-other-frame): Eliminate problematic code.
Stefan Monnier [Tue, 11 Mar 2008 20:48:57 +0000 (20:48 +0000)]
(display-buffer-other-frame): Eliminate problematic code.

16 years ago(menu-bar-update-buffers-maxbuf): Remove.
Stefan Monnier [Tue, 11 Mar 2008 17:44:39 +0000 (17:44 +0000)]
(menu-bar-update-buffers-maxbuf): Remove.
(menu-bar-select-buffer): Remove.
(menu-bar-select-frame): Make non-interactive and take a frame arg.
(menu-bar-update-buffers): Don't use buffer-names or frame names as events.

16 years ago(icomplete-completions): Remove obsolete code.
Juanma Barranquero [Tue, 11 Mar 2008 16:27:52 +0000 (16:27 +0000)]
(icomplete-completions): Remove obsolete code.

16 years agoFix previous change.
Jan Djärv [Tue, 11 Mar 2008 15:54:05 +0000 (15:54 +0000)]
Fix previous change.

16 years ago(iwconfig-program-options): Doc fix.
Juanma Barranquero [Tue, 11 Mar 2008 10:23:09 +0000 (10:23 +0000)]
(iwconfig-program-options): Doc fix.
(net-utils-run-program, run-network-program): Define as functions.

16 years agoAdd --enable-sync-input, default yes.
Jan Djärv [Tue, 11 Mar 2008 08:14:28 +0000 (08:14 +0000)]
Add --enable-sync-input, default yes.

16 years ago(lisp-interaction-mode-map): Fix typo.
Dan Nicolaescu [Tue, 11 Mar 2008 08:04:35 +0000 (08:04 +0000)]
(lisp-interaction-mode-map): Fix typo.

16 years ago(x_connection_closed): For GTK: If this is the last
Jan Djärv [Tue, 11 Mar 2008 07:35:20 +0000 (07:35 +0000)]
(x_connection_closed): For GTK: If this is the last
terminal just exit without closing the display.

16 years agoRemove Creator metadata.
Glenn Morris [Tue, 11 Mar 2008 04:36:26 +0000 (04:36 +0000)]
Remove Creator metadata.

16 years ago(install-etc, mkdir): Handle directory etc/images/icons/hicolor/*/mimetypes/.
Glenn Morris [Tue, 11 Mar 2008 04:28:49 +0000 (04:28 +0000)]
(install-etc, mkdir): Handle directory etc/images/icons/hicolor/*/mimetypes/.

16 years agoFix previous change to include scalable/mimetypes directory.
Glenn Morris [Tue, 11 Mar 2008 04:26:01 +0000 (04:26 +0000)]
Fix previous change to include scalable/mimetypes directory.

16 years agoAdd mode-line-emphasis face.
Glenn Morris [Tue, 11 Mar 2008 03:02:14 +0000 (03:02 +0000)]
Add mode-line-emphasis face.

16 years agoHandle icons/hicolor/scalable directory.
Glenn Morris [Tue, 11 Mar 2008 03:00:14 +0000 (03:00 +0000)]
Handle icons/hicolor/scalable directory.

16 years ago(vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
Glenn Morris [Tue, 11 Mar 2008 02:59:11 +0000 (02:59 +0000)]
(vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.

16 years ago(mode-line-emphasis): New face.
Glenn Morris [Tue, 11 Mar 2008 02:58:23 +0000 (02:58 +0000)]
(mode-line-emphasis): New face.

16 years ago(top-level): Load cal-loaddefs when compiling.
Glenn Morris [Tue, 11 Mar 2008 02:57:21 +0000 (02:57 +0000)]
(top-level): Load cal-loaddefs when compiling.

16 years ago(set-mark-command): Doc fix.
Chong Yidong [Tue, 11 Mar 2008 02:00:08 +0000 (02:00 +0000)]
(set-mark-command): Doc fix.

16 years ago* simple.el (set-mark-command): Doc fix.
Chong Yidong [Tue, 11 Mar 2008 01:59:36 +0000 (01:59 +0000)]
* simple.el (set-mark-command): Doc fix.

16 years ago(w32font_full_name): Use floor to round.
Jason Rumney [Tue, 11 Mar 2008 00:37:21 +0000 (00:37 +0000)]
(w32font_full_name): Use floor to round.

16 years ago(bootstrap-prepare): Don't chmod cal-loaddefs.el.
Stefan Monnier [Mon, 10 Mar 2008 21:15:28 +0000 (21:15 +0000)]
(bootstrap-prepare): Don't chmod cal-loaddefs.el.

16 years ago(autoload-find-destination): Don't force raw-text.
Stefan Monnier [Mon, 10 Mar 2008 21:11:32 +0000 (21:11 +0000)]
(autoload-find-destination): Don't force raw-text.

16 years agoIgnore cal-loaddefs.el.
Stefan Monnier [Mon, 10 Mar 2008 14:04:25 +0000 (14:04 +0000)]
Ignore cal-loaddefs.el.

16 years ago* calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
Stefan Monnier [Mon, 10 Mar 2008 14:00:42 +0000 (14:00 +0000)]
* calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
* calendar/cal-loaddefs.el: Don't version control.

16 years ago*** empty log message ***
Juanma Barranquero [Mon, 10 Mar 2008 12:24:38 +0000 (12:24 +0000)]
*** empty log message ***

16 years ago(Ffontset_info): Remove extra ;
Jan Djärv [Mon, 10 Mar 2008 08:11:30 +0000 (08:11 +0000)]
(Ffontset_info): Remove extra ;

16 years ago(alsa_configure): Declare vol at beginning of block.
Jan Djärv [Mon, 10 Mar 2008 08:10:51 +0000 (08:10 +0000)]
(alsa_configure): Declare vol at beginning of block.

16 years ago(makefile-mode-abbrev-table): Add menu
Dan Nicolaescu [Mon, 10 Mar 2008 05:02:55 +0000 (05:02 +0000)]
(makefile-mode-abbrev-table): Add menu
entries and add :help to the existing ones.

16 years ago(date, entry, number): Move declarations to where they are needed.
Glenn Morris [Mon, 10 Mar 2008 02:49:49 +0000 (02:49 +0000)]
(date, entry, number): Move declarations to where they are needed.

16 years ago(bootstrap-prepare): Also chmod cal-loaddefs.el.
Glenn Morris [Mon, 10 Mar 2008 02:47:21 +0000 (02:47 +0000)]
(bootstrap-prepare): Also chmod cal-loaddefs.el.

16 years ago(diary-file, hebrew-holidays-1)
Glenn Morris [Mon, 10 Mar 2008 02:46:24 +0000 (02:46 +0000)]
(diary-file, hebrew-holidays-1)
(hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
(calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
(calendar-version): Doc fixes.
(calendar-absolute-from-gregorian): Use zerop.
(calendar-mode-line-format): Make it a defcustom.

16 years ago(diary-face-attrs): Fix custom :type.
Glenn Morris [Mon, 10 Mar 2008 02:44:51 +0000 (02:44 +0000)]
(diary-face-attrs): Fix custom :type.
(diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
(diary-pull-attrs, diary-header-line-flag, diary-list-entries)
(diary-unhide-everything, include-other-diary-files, diary-goto-entry)
(mark-included-diary-files, mark-calendar-days-named)
(mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
(diary-remind, insert-diary-entry, insert-weekly-diary-entry)
(insert-monthly-diary-entry, insert-yearly-diary-entry)
(insert-anniversary-diary-entry, insert-block-diary-entry)
(insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
(diary-font-lock-sexps): Doc fixes.
(diary-remind-message, mark-calendar-month): Use zerop.
(diary-attrtype-convert, diary-pull-attrs): Simplify.
(diary-list-entries): Revert let to let* (previous change).

16 years agoMerge from gnus--devo--0
Miles Bader [Mon, 10 Mar 2008 02:39:21 +0000 (02:39 +0000)]
Merge from gnus--devo--0

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1099

16 years agoMerge from gnus--devo--0
Miles Bader [Mon, 10 Mar 2008 00:50:22 +0000 (00:50 +0000)]
Merge from gnus--devo--0

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1097

16 years agoFix merged ChangeLog dates
Miles Bader [Mon, 10 Mar 2008 00:50:06 +0000 (00:50 +0000)]
Fix merged ChangeLog dates

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1096

16 years agoMerge from emacs--rel--22
Miles Bader [Mon, 10 Mar 2008 00:49:47 +0000 (00:49 +0000)]
Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1095

16 years ago(bookmark-buffer-file-name, bookmark-prop-get): Declare.
Stefan Monnier [Sun, 9 Mar 2008 21:37:16 +0000 (21:37 +0000)]
(bookmark-buffer-file-name, bookmark-prop-get): Declare.
(doc-view-bookmark-make-record): Use them.
(doc-view-bookmark-jump): Use them.  Fix find-file -> find-file-noselect.
(bookmark-get-filename, bookmark-get-bookmark-record): Remove.

16 years ago* bookmark.el (bookmark-make-record-function): Change expected return value
Stefan Monnier [Sun, 9 Mar 2008 21:35:01 +0000 (21:35 +0000)]
* bookmark.el (bookmark-make-record-function): Change expected return value
to include a suggested bookmark name.
(bookmark-make): Split into bookmark-make-record and bookmark-store.
Fix reversed `overwrite' semantics.
(bookmark-set): Call bookmark-make-record before prompting the user.
Then pass the result to bookmark-store later on.
(bookmark-make-name-function): Remove.
(bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
* info.el (bookmark-make-name-function): Remove.
(Info-mode): Don't set it.
(Info-bookmark-make-name): Remove.
(Info-bookmark-make-record): Use Info-current-node as suggested default
bookmark name.

16 years ago(bookmark-set): Make the bookmark before reading annotations.
Stefan Monnier [Sun, 9 Mar 2008 21:16:26 +0000 (21:16 +0000)]
(bookmark-set): Make the bookmark before reading annotations.
I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
(bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
(bookmark-annotation-buffer, bookmark-annotation-file)
(bookmark-annotation-point, bookmark-send-annotation)
(bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
(bookmark-edit-annotation-text-func): Rename from
bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
(bookmark-edit-annotation-mode-map): Move initialization into declaration.

16 years agoAdd spurious * in docstrings.
Stefan Monnier [Sun, 9 Mar 2008 21:01:54 +0000 (21:01 +0000)]
Add spurious * in docstrings.
(bookmark-minibuffer-read-name-map): New var.
(bookmark-set): Use it.  Also pass the default value as it should.
(bookmark-send-edited-annotation): Take no chances with text properties.
(bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
(bookmark-insert-buffer-name): Remove.
(bookmark-buffer-file-name): Signal an error rather than returning nil.

16 years ago(url-http-chunked-encoding-after-change-function):
Magnus Henoch [Sun, 9 Mar 2008 20:16:12 +0000 (20:16 +0000)]
(url-http-chunked-encoding-after-change-function):
Remove superfluous CRLF at end of file.  (bug #42)

16 years ago(diary-list-entries): Fix typo in previous doc fix.
Glenn Morris [Sun, 9 Mar 2008 19:58:55 +0000 (19:58 +0000)]
(diary-list-entries): Fix typo in previous doc fix.

16 years ago(diary-list-entries): Doc fix.
Glenn Morris [Sun, 9 Mar 2008 19:57:36 +0000 (19:57 +0000)]
(diary-list-entries): Doc fix.
(diary-list-entries, include-other-diary-files, fancy-diary-display):
Use let where let* is not needed.
(fancy-diary-display): Simplify setting of `date-holiday-list'.

16 years ago(general-holidays, oriental-holidays)
Glenn Morris [Sun, 9 Mar 2008 19:21:47 +0000 (19:21 +0000)]
(general-holidays, oriental-holidays)
(local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
(hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
(christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
(calendar-holidays): Restore autoload cookies, because people are
used to using these variables without loading calendar.el.

16 years ago(tutorial--default-keys): Update `C-l' binding.
Thien-Thi Nguyen [Sun, 9 Mar 2008 16:18:07 +0000 (16:18 +0000)]
(tutorial--default-keys): Update `C-l' binding.

16 years ago(diff-mode-menu): Add :help.
Dan Nicolaescu [Sun, 9 Mar 2008 15:39:48 +0000 (15:39 +0000)]
(diff-mode-menu): Add :help.

16 years ago(WINDOWS SUPPORT BUGS): Add two issues.
Reiner Steib [Sun, 9 Mar 2008 13:28:23 +0000 (13:28 +0000)]
(WINDOWS SUPPORT BUGS): Add two issues.

16 years ago(diary-islamic-date): Move to end.
Glenn Morris [Sun, 9 Mar 2008 03:42:58 +0000 (03:42 +0000)]
(diary-islamic-date): Move to end.
(date, number): Declare where needed.

16 years ago(nongregorian-diary-marking-hook, list-sexp-diary-entries): Doc fixes.
Glenn Morris [Sun, 9 Mar 2008 03:42:20 +0000 (03:42 +0000)]
(nongregorian-diary-marking-hook, list-sexp-diary-entries): Doc fixes.
(diary-list-entries): Doc fix.  Remove free variable `entry'.
(fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
(mark-diary-entries): Remove free variable `entry'.

16 years ago* bookmark.el (bookmark-make): Don't pass the `annotation' to the
Stefan Monnier [Sun, 9 Mar 2008 03:05:34 +0000 (03:05 +0000)]
* bookmark.el (bookmark-make): Don't pass the `annotation' to the
make-record function, instead paste it in afterwards.
(bookmark-make-record-for-text-file):
* doc-view.el (doc-view-bookmark-make-record):
* info.el (Info-bookmark-make-record): Don't mess with annotations.

16 years ago(entry): Declare for compiler part-way through.
Glenn Morris [Sat, 8 Mar 2008 23:38:06 +0000 (23:38 +0000)]
(entry): Declare for compiler part-way through.
Comments.

16 years agoAdd doc-strings to all functions.
Glenn Morris [Sat, 8 Mar 2008 23:18:42 +0000 (23:18 +0000)]
Add doc-strings to all functions.
(timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
(timeclock-entry-list-length, timeclock-entry-list-projects)
(timeclock-day-list-projects, timeclock-day-list): Use dolist.

16 years ago(hebrew-calendar-leap-year-p)
Glenn Morris [Sat, 8 Mar 2008 23:10:27 +0000 (23:10 +0000)]
(hebrew-calendar-leap-year-p)
(hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
(hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
(insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
(insert-yearly-hebrew-diary-entry, diary-yahrzeit): Doc fixes.

16 years ago(calendar-location-name, calendar-latitude)
Glenn Morris [Sat, 8 Mar 2008 23:07:56 +0000 (23:07 +0000)]
(calendar-location-name, calendar-latitude)
(calendar-longitude, solar-setup, solar-sin-degrees)
(solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
(solar-degrees-to-quadrant, solar-atn2, solar-arccos)
(solar-sunrise-and-sunset, solar-moment, solar-daylight)
(solar-exact-local-noon, solar-julian-ut-centuries)
(solar-ephemeris-time, solar-date-next-longitude)
(solar-horizontal-coordinates, solar-equatorial-coordinates)
(solar-ecliptic-coordinates, solar-data-list, solar-longitude)
(solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
(sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
Doc fixes.
(solar-horizontal-coordinates, solar-equatorial-coordinates)
(solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
(solar-ecliptic-coordinates): Use unless.
(calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
Use or.

16 years ago(diary-list-entries, include-other-diary-files, mark-diary-entries)
Stefan Monnier [Sat, 8 Mar 2008 22:43:09 +0000 (22:43 +0000)]
(diary-list-entries, include-other-diary-files, mark-diary-entries)
(mark-sexp-diary-entries, mark-included-diary-files)
(diary-entry-time, list-sexp-diary-entries): Remove the special
handling of ^M that dates back to the use of selective-display.
(simple-diary-display): Obey setting of pop-up-frames.
(body, entry): Remove unnecessary declarations.

16 years ago(GET_NEXT_DISPLAY_ELEMENT): New macro.
Kim F. Storm [Sat, 8 Mar 2008 22:39:56 +0000 (22:39 +0000)]
(GET_NEXT_DISPLAY_ELEMENT): New macro.
(get_next_display_element, next_element_from_string)
(next_element_from_ellipsis, next_element_from_buffer): Use it.

16 years ago*** empty log message ***
Kim F. Storm [Sat, 8 Mar 2008 22:39:09 +0000 (22:39 +0000)]
*** empty log message ***

16 years ago* bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
Stefan Monnier [Sat, 8 Mar 2008 22:07:23 +0000 (22:07 +0000)]
* bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
(bookmark-get-annotation, bookmark-set-annotation)
(bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
(bookmark-set-position, bookmark-get-front-context-string)
(bookmark-set-front-context-string, bookmark-get-rear-context-string)
(bookmark-set-rear-context-string, bookmark-get-handler): Use them.
* info.el (Info-bookmark-make-record): Don't bother recording point.
(bookmark-get-filename, bookmark-get-front-context-string)
(bookmark-get-rear-context-string, bookmark-get-position): Don't declare.
(bookmark-get-info-node): Remove.
(bookmark-prop-get): Declare.
(Info-bookmark-jump): Use it.

16 years ago(chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
Glenn Morris [Sat, 8 Mar 2008 21:36:38 +0000 (21:36 +0000)]
(chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
(chinese-calendar-daylight-savings-starts)
(chinese-calendar-daylight-savings-ends)
(chinese-calendar-daylight-savings-starts-time)
(chinese-calendar-daylight-savings-ends-time)
(chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
Doc fixes.

16 years ago(diary-bahai-mark-entries)
Glenn Morris [Sat, 8 Mar 2008 21:36:14 +0000 (21:36 +0000)]
(diary-bahai-mark-entries)
(diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
(diary-bahai-insert-yearly-entry): Doc fixes.

16 years agoFormatting changes only.
Glenn Morris [Sat, 8 Mar 2008 21:34:30 +0000 (21:34 +0000)]
Formatting changes only.

16 years agoFormatting changes only.
Glenn Morris [Sat, 8 Mar 2008 21:27:23 +0000 (21:27 +0000)]
Formatting changes only.

16 years ago(appt-disp-window, appt-convert-time): Doc fixes.
Glenn Morris [Sat, 8 Mar 2008 21:21:57 +0000 (21:21 +0000)]
(appt-disp-window, appt-convert-time): Doc fixes.

16 years agoFormatting changes only.
Glenn Morris [Sat, 8 Mar 2008 21:18:35 +0000 (21:18 +0000)]
Formatting changes only.

16 years agoFormatting changes only.
Glenn Morris [Sat, 8 Mar 2008 21:14:55 +0000 (21:14 +0000)]
Formatting changes only.

16 years ago(holidays): Doc fix.
Glenn Morris [Sat, 8 Mar 2008 21:09:29 +0000 (21:09 +0000)]
(holidays): Doc fix.

16 years agoFormatting changes only.
Glenn Morris [Sat, 8 Mar 2008 21:07:21 +0000 (21:07 +0000)]
Formatting changes only.

16 years ago(cal-menu-holiday-window-suffix)
Glenn Morris [Sat, 8 Mar 2008 21:05:13 +0000 (21:05 +0000)]
(cal-menu-holiday-window-suffix)
(cal-menu-x-popup-menu, calendar-mouse-holidays)
(calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
(calendar-mouse-goto-date): Doc fixes.
(cal-menu-set-date-title): Move definition before use.

16 years ago(islamic-calendar-leap-year-p)
Glenn Morris [Sat, 8 Mar 2008 20:55:46 +0000 (20:55 +0000)]
(islamic-calendar-leap-year-p)
(list-islamic-diary-entries, mark-islamic-diary-entries)
(insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
(insert-yearly-islamic-diary-entry): Doc fixes.

16 years agoFormatting changes only.
Glenn Morris [Sat, 8 Mar 2008 20:50:24 +0000 (20:50 +0000)]
Formatting changes only.

16 years agoFormatting changes only.
Glenn Morris [Sat, 8 Mar 2008 20:48:36 +0000 (20:48 +0000)]
Formatting changes only.

16 years ago(calendar-next-time-zone-transition, calendar-time-zone): Doc fixes.
Glenn Morris [Sat, 8 Mar 2008 20:41:30 +0000 (20:41 +0000)]
(calendar-next-time-zone-transition, calendar-time-zone): Doc fixes.

16 years ago(phases-of-moon, lunar-new-moon-on-or-after): Doc fixes.
Glenn Morris [Sat, 8 Mar 2008 20:36:53 +0000 (20:36 +0000)]
(phases-of-moon, lunar-new-moon-on-or-after): Doc fixes.

16 years ago(calendar-string-to-mayan-long-count)
Glenn Morris [Sat, 8 Mar 2008 20:32:29 +0000 (20:32 +0000)]
(calendar-string-to-mayan-long-count)
(calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
(calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
(calendar-next-calendar-round-date)
(calendar-mayan-long-count-common-era): Doc fixes.

16 years ago(calendar-scroll-left, calendar-scroll-right): Doc fix.
Glenn Morris [Sat, 8 Mar 2008 20:26:18 +0000 (20:26 +0000)]
(calendar-scroll-left, calendar-scroll-right): Doc fix.

16 years ago(date-to-time, time-subtract, time-add, safe-date-to-time): Doc fixes.
Glenn Morris [Sat, 8 Mar 2008 20:22:36 +0000 (20:22 +0000)]
(date-to-time, time-subtract, time-add, safe-date-to-time): Doc fixes.