1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-22 18:35:09 +00:00
Commit Graph

55576 Commits

Author SHA1 Message Date
Carsten Dominik
525f4f90f4 updated to org-mode version 3.05 2005-03-30 12:42:09 +00:00
Carsten Dominik
ef943dbafe * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
(org-agenda-convert-date, org-agenda-goto-calendar): New commands.
	(org-diary-default-entry): New function.
	(org-get-entries-from-diary): Better parsing of diary entries
	(org-agenda-check-no-diary): New function.
	("diary-lib"): Advice to function `add-to-diary-list', to allow
	linking to diary entries.
	(org-agenda-execute-calendar-command): New function
	(org-agenda): Improved visible section in window.  And
	use `org-fit-agenda-window'.
	(org-fit-agenda-window): New option.
	(org-move-subtree-down): Better handling of empty lines
	at end of subtree.
	(org-cycle): Numeric prefix is interpreted now as show-subtree N
	levels up.
	(org-fontify-done-headline): New option.
	(org-headline-done-face): New face.
	(org-set-font-lock-defaults): Use `org-headline-done-face'.
	(org-table-copy-down): renamed from
	`org-table-copy-from-above'.  When current field is non-empty, it
	is copied to next row.
	(org-table-copy-from-above): Fixed bug which made it
	impossible to copy fields containing only a single non-white
	character.
2005-03-30 12:37:36 +00:00
Glenn Morris
ba0243c634 (Fortran Motion): Fix previous change. 2005-03-30 11:57:10 +00:00
Glenn Morris
388f6d91ab *** empty log message *** 2005-03-30 11:56:45 +00:00
Kenichi Handa
a4060732e5 *** empty log message *** 2005-03-30 11:33:41 +00:00
Kim F. Storm
e9691cca87 (kmacro-end-macro): Isearch may store this command
into the macro -- so ignore it when executing keyboard macro.
2005-03-30 10:25:10 +00:00
Kim F. Storm
c33d06b01a *** empty log message *** 2005-03-30 10:24:55 +00:00
Nick Roberts
30044d57a8 (tooltip-gud-display): Use gud-overlay-arrow-position. 2005-03-30 08:33:43 +00:00
Nick Roberts
4f5f7887b1 *** empty log message *** 2005-03-30 08:32:48 +00:00
Miles Bader
10ace8ea53 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-220
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 45-52)

   - Update from CVS
   - Update from CVS: texi Makefile.in CVS keyw cruft
   - Update from CVS: ChangeLog tweaks

2005-03-29  Reiner Steib  <Reiner.Steib@gmx.de>

   * etc/gnus-refcard.tex, etc/gnus-logo.eps: New files.

2005-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/message.el (message-resend): Bind rfc2047-encode-encoded-words.

   * lisp/gnus/mm-util.el (mm-replace-in-string): New function.
   (mm-xemacs-find-mime-charset-1): Ignore errors while loading
   latin-unity, which cannot be used with XEmacs 21.1.

   * lisp/gnus/rfc2047.el (rfc2047-encode-function-alist): Rename from
   rfc2047-encoding-function-alist in order to avoid conflicting with
   the old version.
   (rfc2047-encode-message-header): Remove useless goto-char.
   (rfc2047-encodable-p): Don't move point.
   (rfc2047-syntax-table): Treat `(' and `)' as is.
   (rfc2047-encode-region): Concatenate words containing non-ASCII
   characters in structured fields; don't encode space-delimited
   ASCII words even in unstructured fields; don't break words at
   char-category boundaries; encode encoded words in structured
   fields; treat text within parentheses as special; show the
   original text when error has occurred; move point to the end of
   the region after encoding, suggested by IRIE Tetsuya
   <irie@t.email.ne.jp>; treat backslash-quoted characters as
   non-special; check carefully whether to encode special characters;
   fix some kind of misconfigured headers; signal a real error if
   debug-on-quit or debug-on-error is non-nil; don't infloop,
   suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>; assume
   the close parenthesis may be included in the encoded word; encode
   bogus delimiters.
   (rfc2047-encode-string): Use mm-with-multibyte-buffer.
   (rfc2047-encode-max-chars): New variable.
   (rfc2047-encode-1): New function.
   (rfc2047-encode): Use it; encode text so that it occupies the
   maximum width within 76-column; work correctly on Q encoding for
   iso-2022-* charsets; fold the line before encoding; don't append a
   space if the encoded word includes close parenthesis.
   (rfc2047-fold-region): Use existing whitespace for LWSP; make it
   sure not to break a line just after the header name.
   (rfc2047-b-encode-region): Remove.
   (rfc2047-b-encode-string): New function.
   (rfc2047-q-encode-region): Remove.
   (rfc2047-q-encode-string): New function.
   (rfc2047-encode-parameter): New function.
   (rfc2047-encoded-word-regexp): Don't use shy group.
   (rfc2047-decode-region): Follow rfc2047-encoded-word-regexp change.
   (rfc2047-parse-and-decode): Ditto.
   (rfc2047-decode): Treat the ascii coding-system as raw-text by
   default.

2005-03-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>

   * lisp/gnus/rfc2047.el (rfc2047-encode-encoded-words): New variable.
   (rfc2047-field-value): Strip props.
   (rfc2047-encode-message-header): Disabled header folding -- not
   all headers can be folded, and this should be done by the message
   composition mode.  Probably.  I think.
   (rfc2047-encodable-p): Say that =? needs encoding.
   (rfc2047-encode-region): Encode =? strings.

2005-03-25  Jesper Harder  <harder@ifa.au.dk>

   * lisp/gnus/rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
   language tags; remove unnecessary '+'.  Reported by Stefan Wiens
   <s.wi@gmx.net>.
   (rfc2047-decode-string): Don't cons a string unnecessarily.
   (rfc2047-parse-and-decode, rfc2047-decode): Use a character for
   the encoding to avoid consing a string.
   (rfc2047-decode): Use mm-subst-char-in-string instead of
   mm-replace-chars-in-string.

2005-03-25  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>

   * lisp/gnus/rfc2047.el (rfc2047-encode): Use uppercase letters to specify
   encodings of MIME-encoded words, in order to improve
   interoperability with several broken MUAs.

2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
   pass it to `gnus-browse-read-group'.
   (gnus-browse-read-group): Add NUMBER argument and pass it to
   `gnus-group-read-ephemeral-group'.

   * lisp/gnus/gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
   argument and pass it to `gnus-group-read-group'.

2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>

   * lisp/gnus/mm-util.el (mm-xemacs-find-mime-charset): Only call
   mm-xemacs-find-mime-charset-1 if we have the mule feature
   available at runtime.

2005-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/emacs-mime.texi (Display Customization): Markup fixes.
   (rfc2047): Update.

2005-03-23  Reiner Steib  <Reiner.Steib@gmx.de>

   * man/gnus-faq.texi: Replaced with auto-generated version.
2005-03-30 08:14:32 +00:00
Miles Bader
96a29ab7a8 Changes from arch/CVS synchronization 2005-03-30 00:35:44 +00:00
Kenichi Handa
7426980644 *** empty log message *** 2005-03-30 00:16:30 +00:00
Richard M. Stallman
b36a687ca1 *** empty log message *** 2005-03-29 23:24:34 +00:00
Richard M. Stallman
691101a4d8 (Single-Byte Character Support): Reinstall the C-x 8 info. 2005-03-29 23:24:27 +00:00
Richard M. Stallman
f59006cb6e (set-mark): Doc fix. 2005-03-29 23:17:30 +00:00
Kim F. Storm
39df553f4d (display_line): Allow multiple overlay arrows in window. 2005-03-29 22:28:27 +00:00
Kim F. Storm
c364fe1954 *** empty log message *** 2005-03-29 22:28:11 +00:00
Richard M. Stallman
8e669bbd42 (Buffer Contents): Add filter-buffer-substring and buffer-substring-filters. 2005-03-29 21:08:37 +00:00
Richard M. Stallman
19e7dd23ed (Refill): Refer to Long Lines Mode.
(Longlines): New node.
(Auto Fill): Don't index "word wrap" here.
(Filling): Add Longlines to menu.
2005-03-29 21:06:20 +00:00
Nick Roberts
63cc3b0975 (gdb): (Re)-initialise gud-filter-pending-text.
(gud-filter-pending-text): Move in front of gdb.
(gud-overlay-arrow-position): New variable.
(gud-sentinel, gud-display-line): Use it in place of
overlay-arrow-position.
2005-03-29 20:59:42 +00:00
Nick Roberts
5f9ffb03c9 *** empty log message *** 2005-03-29 20:59:01 +00:00
Richard M. Stallman
13191e3233 (copy-to-register, append-to-register, prepend-to-register):
Use filter-buffer-substring.
2005-03-29 20:54:04 +00:00
Richard M. Stallman
7fcce20f69 (idle-update-delay): Move definition up.
(buffer-substring-filters): New variable.
(filter-buffer-substring): New function.
(kill-region, copy-region-as-kill): Use it.
2005-03-29 20:53:19 +00:00
Richard M. Stallman
cf6ffd8c17 Initial version. 2005-03-29 20:50:57 +00:00
Glenn Morris
b976213b21 *** empty log message *** 2005-03-29 19:11:30 +00:00
Glenn Morris
3718bcde46 (Fortran Motion): Add fortran-end-of-block,
fortran-beginning-of-block.
2005-03-29 19:07:36 +00:00
Glenn Morris
8cb8832f25 Reformat and update copyright years.
(fortran-if-indent): Doc fix.
(fortran-font-lock-keywords-2): Add "where", "elsewhere".
(fortran-font-lock-keywords-4): New variable.
(fortran-blocks-re, fortran-end-block-re)
(fortran-start-block-re): New constants, for hideshow.
(hs-special-modes-alist): Add a Fortran entry.
(fortran-mode-map): Bind fortran-end-of-block,
fortran-beginning-of-block to \M-\C-n, \M-\C-p.
(fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
(fortran-looking-at-if-then, fortran-end-of-block)
(fortran-beginning-of-block): New functions, for hideshow.
2005-03-29 18:59:02 +00:00
Glenn Morris
fcca5273e5 (f90-end-block-re, f90-start-block-re): Doc fix. Tweak regexp.
(f90-beginning-of-block): Push mark first.
2005-03-29 18:34:22 +00:00
Glenn Morris
0d6d7be597 *** empty log message *** 2005-03-29 18:33:56 +00:00
Richard M. Stallman
3eff9df26c Minor fixes. 2005-03-29 18:20:48 +00:00
Richard M. Stallman
4f256c8ee1 (Emacs Server): Fix Texinfo usage. 2005-03-29 18:19:00 +00:00
Richard M. Stallman
f1308a0735 (Top): Don't use a real section heading for
"Detailed Node Listing".  Fake it instead.
2005-03-29 18:18:18 +00:00
Richard M. Stallman
42a9959328 (Position Info): Minor cleanup. 2005-03-29 18:14:06 +00:00
Glenn Morris
6351cad9d9 (ForIndent Vars): `fortran-if-indent' does other constructs as well. 2005-03-29 18:14:04 +00:00
Glenn Morris
99b5714762 *** empty log message *** 2005-03-29 18:13:35 +00:00
Richard M. Stallman
942fd38f89 (Input Methods): Minor cleanup. 2005-03-29 18:11:55 +00:00
Jay Belanger
bb64248bec Update copyright date.
(calc-full-help): Remove reference to calc-version-date.
Update copyright date.
2005-03-29 16:18:48 +00:00
Jay Belanger
f7e30874fe Update copyright date.
(calc-version): Increase to 2.1
(calc-version-date): Remove.
2005-03-29 16:15:49 +00:00
Stefan Monnier
55ec6b379a (vc-do-command): Use a pipe for async processes, so password
prompts don't show up at places where the user can't reply.
2005-03-29 15:30:39 +00:00
Karl Berry
6380e5a709 quote file name arg passed shell (from olive lin) 2005-03-29 14:56:14 +00:00
Stefan Monnier
ef91372af5 (which-function): Be robust in the face of an
imenu--make-index-alist failure.
2005-03-29 14:18:00 +00:00
Stefan Monnier
8d194e3e9b (reveal-mode-map): Don't override C-a and C-e. 2005-03-29 14:13:15 +00:00
Stefan Monnier
9f3f6a1854 (python-preoutput-filter): Fix last change. 2005-03-29 14:12:23 +00:00
Lute Kamstra
d702990801 (debug-on-entry): Handle autoloaded functions and compiled macros.
(debug-convert-byte-code): Handle macros too.
(debug-on-entry-1): Don't signal an error when trying to clear a
function that is not set to debug on entry.
2005-03-29 13:59:41 +00:00
Kenichi Handa
d3cd33652b *** empty log message *** 2005-03-29 11:53:18 +00:00
Kenichi Handa
32a803465b Fix copyright notice. 2005-03-29 07:59:02 +00:00
Kenichi Handa
44053845d8 ("Thai"): Set setup-function and exit-function
for Thai language environment.
2005-03-29 07:56:54 +00:00
Kenichi Handa
1085b5512a Require thai-word.
(thai-word-mode-map): New variable.
(thai-word-mode): New minor mode.
(setup-thai-language-environment-internal): New function.
(exit-thai-language-environment-internal): New function.
2005-03-29 07:50:59 +00:00
Kenichi Handa
675ae7bc05 (thai-word-table): Declare it by defvar,
use dolist to initialize it.
(thai-kill-word, thai-backward-kill-word, thai-transpose-words)
(thai-fill-find-break-point): New functions.
2005-03-29 07:47:09 +00:00
Jay Belanger
d59ea3ae6d *** empty log message *** 2005-03-29 06:03:46 +00:00