]> code.delx.au - gnu-emacs/log
gnu-emacs
19 years ago*** empty log message ***
Richard M. Stallman [Fri, 1 Apr 2005 01:52:55 +0000 (01:52 +0000)]
*** empty log message ***

19 years agoReplace leading spaces by tabs and remove trailing whitespace.
Luc Teirlinck [Fri, 1 Apr 2005 01:46:30 +0000 (01:46 +0000)]
Replace leading spaces by tabs and remove trailing whitespace.

19 years ago*** empty log message ***
Luc Teirlinck [Fri, 1 Apr 2005 01:44:36 +0000 (01:44 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Kenichi Handa [Fri, 1 Apr 2005 01:30:38 +0000 (01:30 +0000)]
*** empty log message ***

19 years agoEnable the correct case setting for
Kenichi Handa [Fri, 1 Apr 2005 01:13:14 +0000 (01:13 +0000)]
Enable the correct case setting for
dotless-i and dotted-I.

19 years ago*** empty log message ***
Kenichi Handa [Fri, 1 Apr 2005 01:12:22 +0000 (01:12 +0000)]
*** empty log message ***

19 years ago(looking_at_1): Use current_buffer->case_canon_table,
Kenichi Handa [Fri, 1 Apr 2005 01:05:46 +0000 (01:05 +0000)]
(looking_at_1): Use current_buffer->case_canon_table,
not DOWNCASE_TABLE.
(string_match_1): Likewise.
(fast_c_string_match_ignore_case): Use Vascii_canon_table, not
Vascii_downcase_table.
(fast_string_match_ignore_case): Likewise.
(search_buffer): Fix checking of boyer-moore usability.
(boyer_moore): Calculate translate_prev_byte1/2/3 in advance.  No
need of tranlating characters in PAT.  Fix calculation of
simple_translate.

19 years ago(set_case_table): If standard is nonzero, setup
Kenichi Handa [Fri, 1 Apr 2005 01:05:29 +0000 (01:05 +0000)]
(set_case_table): If standard is nonzero, setup
Vascii_upcase_table, Vascii_canon_table, and Vascii_eqv_table.

19 years ago(Vascii_upcase_table, Vascii_canon_table,
Kenichi Handa [Fri, 1 Apr 2005 01:05:05 +0000 (01:05 +0000)]
(Vascii_upcase_table, Vascii_canon_table,
Vascii_eqv_table): Extern them.

19 years agoFirst sentence should say just "Emacs tutorial".
Richard M. Stallman [Fri, 1 Apr 2005 00:31:25 +0000 (00:31 +0000)]
First sentence should say just "Emacs tutorial".

19 years ago(Coding System Basics): Describe about rondtrip
Kenichi Handa [Fri, 1 Apr 2005 00:29:51 +0000 (00:29 +0000)]
(Coding System Basics): Describe about rondtrip
identity of coding systems.

19 years agoBetter adhere to coding conventions.
Stefan Monnier [Thu, 31 Mar 2005 23:17:51 +0000 (23:17 +0000)]
Better adhere to coding conventions.

19 years ago(define-generic-mode): Add indentation rule.
Stefan Monnier [Thu, 31 Mar 2005 23:16:20 +0000 (23:16 +0000)]
(define-generic-mode): Add indentation rule.

19 years agoInclude ThreeD.h for XtNbeNiceToColormap.
Stefan Monnier [Thu, 31 Mar 2005 22:43:13 +0000 (22:43 +0000)]
Include ThreeD.h for XtNbeNiceToColormap.
(x_create_toolkit_scroll_bar): Test XtNbeNiceToColormap before using it.
Use XtNtopShadowPixel and XtNbottomShadowPixel.
(x_set_toolkit_scroll_bar_thumb): Remove ugly old hack that didn't
really work and that breaks with some versions of Xaw3d.

19 years ago(ido-file-internal): Fall back to non-ido command if
Kim F. Storm [Thu, 31 Mar 2005 22:22:45 +0000 (22:22 +0000)]
(ido-file-internal): Fall back to non-ido command if
initial directory is on slow ftp (or tramp) host.

19 years ago*** empty log message ***
Kim F. Storm [Thu, 31 Mar 2005 22:22:29 +0000 (22:22 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Richard M. Stallman [Thu, 31 Mar 2005 21:19:34 +0000 (21:19 +0000)]
*** empty log message ***

19 years ago(make-autoload): Handle define-global-minor-mode.
Richard M. Stallman [Thu, 31 Mar 2005 21:17:40 +0000 (21:17 +0000)]
(make-autoload): Handle define-global-minor-mode.

19 years ago(define-global-minor-mode): Renamed from easy-mmode-define-global-mode.
Richard M. Stallman [Thu, 31 Mar 2005 21:16:54 +0000 (21:16 +0000)]
(define-global-minor-mode): Renamed from easy-mmode-define-global-mode.
(easy-mmode-define-global-mode): Alias for define-global-minor-mode.

19 years ago* calendar.texi (Calendar Systems): Say that the Persian calendar
Paul Eggert [Thu, 31 Mar 2005 20:14:03 +0000 (20:14 +0000)]
* calendar.texi (Calendar Systems): Say that the Persian calendar
implemented here is the arithmetical one championed by Birashk.

19 years agoFix previous change.
Richard M. Stallman [Thu, 31 Mar 2005 18:59:50 +0000 (18:59 +0000)]
Fix previous change.

19 years ago(scheme-mode-syntax-table): Update
Richard M. Stallman [Thu, 31 Mar 2005 18:59:34 +0000 (18:59 +0000)]
(scheme-mode-syntax-table): Update
syntax of | and # for two-character comment syntax.

19 years agoTracking the confirmation of translators in admin/FOR-RELEASE for the new title of...
Marcelo Toledo [Thu, 31 Mar 2005 15:20:45 +0000 (15:20 +0000)]
Tracking the confirmation of translators in admin/FOR-RELEASE for the new title of the tutorial that will also appear in the splash screen. Improvements and corrections in TUTORIAL.es and TUTORIAL.pt_BR.

19 years ago(define-generic-mode): Add debug declaration. Add defcustom for the
Lute Kamstra [Thu, 31 Mar 2005 14:54:46 +0000 (14:54 +0000)]
(define-generic-mode): Add debug declaration.  Add defcustom for the
mode hook.
(generic-mode-internal): Use run-mode-hooks.

19 years ago(easy-mmode-define-global-mode, define-minor-mode): Call
Lute Kamstra [Thu, 31 Mar 2005 14:49:09 +0000 (14:49 +0000)]
(easy-mmode-define-global-mode, define-minor-mode): Call
custom-current-group at load-time.

19 years ago*** empty log message ***
Kenichi Handa [Thu, 31 Mar 2005 11:22:55 +0000 (11:22 +0000)]
*** empty log message ***

19 years ago(Vcoding_category_list): Docstring fix.
Kenichi Handa [Thu, 31 Mar 2005 11:21:14 +0000 (11:21 +0000)]
(Vcoding_category_list): Docstring fix.

19 years ago*** empty log message ***
Kenichi Handa [Thu, 31 Mar 2005 11:20:58 +0000 (11:20 +0000)]
*** empty log message ***

19 years ago(Qmouse_fixup_help_message): New var.
Kim F. Storm [Thu, 31 Mar 2005 10:11:14 +0000 (10:11 +0000)]
(Qmouse_fixup_help_message): New var.
(syms_of_keyboard): Intern and staticpro it.
(show_help_echo): Apply mouse-fixup-help-message to help string.

19 years ago*** empty log message ***
Kim F. Storm [Thu, 31 Mar 2005 10:10:59 +0000 (10:10 +0000)]
*** empty log message ***

19 years ago(tooltip-show-help-function): Don't fixup message here.
Kim F. Storm [Thu, 31 Mar 2005 10:10:39 +0000 (10:10 +0000)]
(tooltip-show-help-function): Don't fixup message here.

19 years ago(mouse-1-click-follows-link): Increase to 450 ms.
Kim F. Storm [Thu, 31 Mar 2005 10:10:25 +0000 (10:10 +0000)]
(mouse-1-click-follows-link): Increase to 450 ms.
(mouse-fixup-help-message): New defun called by show_help_echo
to fixup mouse-2 prefix in help messages when applicable.

19 years ago*** empty log message ***
Kim F. Storm [Thu, 31 Mar 2005 10:08:17 +0000 (10:08 +0000)]
*** empty log message ***

19 years ago(thai-find-word-ends): Pay attention to
Kenichi Handa [Thu, 31 Mar 2005 07:38:37 +0000 (07:38 +0000)]
(thai-find-word-ends): Pay attention to
the case that we reach the end of buffer.

19 years ago(fill-text-properties-at): New function.
Kenichi Handa [Thu, 31 Mar 2005 04:45:27 +0000 (04:45 +0000)]
(fill-text-properties-at): New function.
(fill-newline): Use fill-text-properties-at instead of
text-properties-at.

19 years agoshell-quote-argument, not comint-quote-filename
Karl Berry [Thu, 31 Mar 2005 00:24:57 +0000 (00:24 +0000)]
shell-quote-argument, not comint-quote-filename

19 years ago(help-with-tutorial): Revert last change.
Thien-Thi Nguyen [Wed, 30 Mar 2005 22:51:39 +0000 (22:51 +0000)]
(help-with-tutorial): Revert last change.

19 years ago(search_embedded_absfilename): Fix last change.
Stefan Monnier [Wed, 30 Mar 2005 22:33:00 +0000 (22:33 +0000)]
(search_embedded_absfilename): Fix last change.

19 years ago(cua-scroll-down): Add CUA property.
Kim F. Storm [Wed, 30 Mar 2005 22:20:24 +0000 (22:20 +0000)]
(cua-scroll-down): Add CUA property.

19 years ago*** empty log message ***
Kim F. Storm [Wed, 30 Mar 2005 22:20:08 +0000 (22:20 +0000)]
*** empty log message ***

19 years agoUpdate reference to "Calendrical Calculations" book; there's a new edition.
Paul Eggert [Wed, 30 Mar 2005 16:55:58 +0000 (16:55 +0000)]
Update reference to "Calendrical Calculations" book; there's a new edition.

19 years ago(calc-full-help): Remove email address.
Jay Belanger [Wed, 30 Mar 2005 16:36:59 +0000 (16:36 +0000)]
(calc-full-help): Remove email address.

19 years ago*** empty log message ***
Thien-Thi Nguyen [Wed, 30 Mar 2005 15:46:12 +0000 (15:46 +0000)]
*** empty log message ***

19 years ago(help-with-tutorial): Delete title line.
Thien-Thi Nguyen [Wed, 30 Mar 2005 15:44:40 +0000 (15:44 +0000)]
(help-with-tutorial): Delete title line.

19 years agoAdd title line.
Thien-Thi Nguyen [Wed, 30 Mar 2005 15:27:56 +0000 (15:27 +0000)]
Add title line.

19 years agoUpdate copyright and maintainer.
Glenn Morris [Wed, 30 Mar 2005 15:18:52 +0000 (15:18 +0000)]
Update copyright and maintainer.
(calendar-one-frame-setup)
(calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
rather than 'symbol for set-window-dedicated-p.

19 years agoUpdate maintainer.
Glenn Morris [Wed, 30 Mar 2005 15:18:09 +0000 (15:18 +0000)]
Update maintainer.
(appt-buffer-name): Make it a constant.
(appt-add): Doc fix.

19 years agoUpdate copyright.
Glenn Morris [Wed, 30 Mar 2005 15:14:55 +0000 (15:14 +0000)]
Update copyright.
(filesets-menu-path, filesets-menu-before)
(filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
(filesets-menu-cache-file): Use directory ~/.emacs.d.
(filesets-add-submenu): Delete and use add-submenu instead.

19 years ago*** empty log message ***
Glenn Morris [Wed, 30 Mar 2005 15:12:19 +0000 (15:12 +0000)]
*** empty log message ***

19 years agoupdated to org-mode version 3.05
Carsten Dominik [Wed, 30 Mar 2005 12:42:09 +0000 (12:42 +0000)]
updated to org-mode version 3.05

19 years ago* org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
Carsten Dominik [Wed, 30 Mar 2005 12:37:36 +0000 (12:37 +0000)]
* 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.

19 years ago(Fortran Motion): Fix previous change.
Glenn Morris [Wed, 30 Mar 2005 11:57:10 +0000 (11:57 +0000)]
(Fortran Motion): Fix previous change.

19 years ago*** empty log message ***
Glenn Morris [Wed, 30 Mar 2005 11:56:45 +0000 (11:56 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Kenichi Handa [Wed, 30 Mar 2005 11:33:41 +0000 (11:33 +0000)]
*** empty log message ***

19 years ago(kmacro-end-macro): Isearch may store this command
Kim F. Storm [Wed, 30 Mar 2005 10:25:10 +0000 (10:25 +0000)]
(kmacro-end-macro): Isearch may store this command
into the macro -- so ignore it when executing keyboard macro.

19 years ago*** empty log message ***
Kim F. Storm [Wed, 30 Mar 2005 10:24:55 +0000 (10:24 +0000)]
*** empty log message ***

19 years ago(tooltip-gud-display): Use gud-overlay-arrow-position.
Nick Roberts [Wed, 30 Mar 2005 08:33:43 +0000 (08:33 +0000)]
(tooltip-gud-display): Use gud-overlay-arrow-position.

19 years ago*** empty log message ***
Nick Roberts [Wed, 30 Mar 2005 08:32:48 +0000 (08:32 +0000)]
*** empty log message ***

19 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-220
Miles Bader [Wed, 30 Mar 2005 08:14:32 +0000 (08:14 +0000)]
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.

19 years agoChanges from arch/CVS synchronization
Miles Bader [Wed, 30 Mar 2005 00:35:44 +0000 (00:35 +0000)]
Changes from arch/CVS synchronization

19 years ago*** empty log message ***
Kenichi Handa [Wed, 30 Mar 2005 00:16:30 +0000 (00:16 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Richard M. Stallman [Tue, 29 Mar 2005 23:24:34 +0000 (23:24 +0000)]
*** empty log message ***

19 years ago(Single-Byte Character Support): Reinstall the C-x 8 info.
Richard M. Stallman [Tue, 29 Mar 2005 23:24:27 +0000 (23:24 +0000)]
(Single-Byte Character Support): Reinstall the C-x 8 info.

19 years ago(set-mark): Doc fix.
Richard M. Stallman [Tue, 29 Mar 2005 23:17:30 +0000 (23:17 +0000)]
(set-mark): Doc fix.

19 years ago(display_line): Allow multiple overlay arrows in window.
Kim F. Storm [Tue, 29 Mar 2005 22:28:27 +0000 (22:28 +0000)]
(display_line): Allow multiple overlay arrows in window.

19 years ago*** empty log message ***
Kim F. Storm [Tue, 29 Mar 2005 22:28:11 +0000 (22:28 +0000)]
*** empty log message ***

19 years ago(Buffer Contents): Add filter-buffer-substring and buffer-substring-filters.
Richard M. Stallman [Tue, 29 Mar 2005 21:08:37 +0000 (21:08 +0000)]
(Buffer Contents): Add filter-buffer-substring and buffer-substring-filters.

19 years ago(Refill): Refer to Long Lines Mode.
Richard M. Stallman [Tue, 29 Mar 2005 21:06:20 +0000 (21:06 +0000)]
(Refill): Refer to Long Lines Mode.
(Longlines): New node.
(Auto Fill): Don't index "word wrap" here.
(Filling): Add Longlines to menu.

19 years ago(gdb): (Re)-initialise gud-filter-pending-text.
Nick Roberts [Tue, 29 Mar 2005 20:59:42 +0000 (20:59 +0000)]
(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.

19 years ago*** empty log message ***
Nick Roberts [Tue, 29 Mar 2005 20:59:01 +0000 (20:59 +0000)]
*** empty log message ***

19 years ago(copy-to-register, append-to-register, prepend-to-register):
Richard M. Stallman [Tue, 29 Mar 2005 20:54:04 +0000 (20:54 +0000)]
(copy-to-register, append-to-register, prepend-to-register):
Use filter-buffer-substring.

19 years ago(idle-update-delay): Move definition up.
Richard M. Stallman [Tue, 29 Mar 2005 20:53:19 +0000 (20:53 +0000)]
(idle-update-delay): Move definition up.

(buffer-substring-filters): New variable.
(filter-buffer-substring): New function.
(kill-region, copy-region-as-kill): Use it.

19 years agoInitial version.
Richard M. Stallman [Tue, 29 Mar 2005 20:50:57 +0000 (20:50 +0000)]
Initial version.

19 years ago*** empty log message ***
Glenn Morris [Tue, 29 Mar 2005 19:11:30 +0000 (19:11 +0000)]
*** empty log message ***

19 years ago(Fortran Motion): Add fortran-end-of-block,
Glenn Morris [Tue, 29 Mar 2005 19:07:36 +0000 (19:07 +0000)]
(Fortran Motion): Add fortran-end-of-block,
fortran-beginning-of-block.

19 years agoReformat and update copyright years.
Glenn Morris [Tue, 29 Mar 2005 18:59:02 +0000 (18:59 +0000)]
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.

19 years ago(f90-end-block-re, f90-start-block-re): Doc fix. Tweak regexp.
Glenn Morris [Tue, 29 Mar 2005 18:34:22 +0000 (18:34 +0000)]
(f90-end-block-re, f90-start-block-re): Doc fix. Tweak regexp.
(f90-beginning-of-block): Push mark first.

19 years ago*** empty log message ***
Glenn Morris [Tue, 29 Mar 2005 18:33:56 +0000 (18:33 +0000)]
*** empty log message ***

19 years agoMinor fixes.
Richard M. Stallman [Tue, 29 Mar 2005 18:20:48 +0000 (18:20 +0000)]
Minor fixes.

19 years ago(Emacs Server): Fix Texinfo usage.
Richard M. Stallman [Tue, 29 Mar 2005 18:19:00 +0000 (18:19 +0000)]
(Emacs Server): Fix Texinfo usage.

19 years ago(Top): Don't use a real section heading for
Richard M. Stallman [Tue, 29 Mar 2005 18:18:18 +0000 (18:18 +0000)]
(Top): Don't use a real section heading for
"Detailed Node Listing".  Fake it instead.

19 years ago(Position Info): Minor cleanup.
Richard M. Stallman [Tue, 29 Mar 2005 18:14:06 +0000 (18:14 +0000)]
(Position Info): Minor cleanup.

19 years ago(ForIndent Vars): `fortran-if-indent' does other constructs as well.
Glenn Morris [Tue, 29 Mar 2005 18:14:04 +0000 (18:14 +0000)]
(ForIndent Vars): `fortran-if-indent' does other constructs as well.

19 years ago*** empty log message ***
Glenn Morris [Tue, 29 Mar 2005 18:13:35 +0000 (18:13 +0000)]
*** empty log message ***

19 years ago(Input Methods): Minor cleanup.
Richard M. Stallman [Tue, 29 Mar 2005 18:11:55 +0000 (18:11 +0000)]
(Input Methods): Minor cleanup.

19 years agoUpdate copyright date.
Jay Belanger [Tue, 29 Mar 2005 16:18:48 +0000 (16:18 +0000)]
Update copyright date.
(calc-full-help): Remove reference to calc-version-date.
Update copyright date.

19 years agoUpdate copyright date.
Jay Belanger [Tue, 29 Mar 2005 16:15:49 +0000 (16:15 +0000)]
Update copyright date.
(calc-version): Increase to 2.1
(calc-version-date): Remove.

19 years ago(vc-do-command): Use a pipe for async processes, so password
Stefan Monnier [Tue, 29 Mar 2005 15:30:39 +0000 (15:30 +0000)]
(vc-do-command): Use a pipe for async processes, so password
prompts don't show up at places where the user can't reply.

19 years agoquote file name arg passed shell (from olive lin)
Karl Berry [Tue, 29 Mar 2005 14:56:14 +0000 (14:56 +0000)]
quote file name arg passed shell (from olive lin)

19 years ago(which-function): Be robust in the face of an
Stefan Monnier [Tue, 29 Mar 2005 14:18:00 +0000 (14:18 +0000)]
(which-function): Be robust in the face of an
imenu--make-index-alist failure.

19 years ago(reveal-mode-map): Don't override C-a and C-e.
Stefan Monnier [Tue, 29 Mar 2005 14:13:15 +0000 (14:13 +0000)]
(reveal-mode-map): Don't override C-a and C-e.

19 years ago(python-preoutput-filter): Fix last change.
Stefan Monnier [Tue, 29 Mar 2005 14:12:23 +0000 (14:12 +0000)]
(python-preoutput-filter): Fix last change.

19 years ago(debug-on-entry): Handle autoloaded functions and compiled macros.
Lute Kamstra [Tue, 29 Mar 2005 13:59:41 +0000 (13:59 +0000)]
(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.

19 years ago*** empty log message ***
Kenichi Handa [Tue, 29 Mar 2005 11:53:18 +0000 (11:53 +0000)]
*** empty log message ***

19 years agoFix copyright notice.
Kenichi Handa [Tue, 29 Mar 2005 07:59:02 +0000 (07:59 +0000)]
Fix copyright notice.

19 years ago("Thai"): Set setup-function and exit-function
Kenichi Handa [Tue, 29 Mar 2005 07:56:54 +0000 (07:56 +0000)]
("Thai"): Set setup-function and exit-function
for Thai language environment.

19 years agoRequire thai-word.
Kenichi Handa [Tue, 29 Mar 2005 07:50:59 +0000 (07:50 +0000)]
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.

19 years ago(thai-word-table): Declare it by defvar,
Kenichi Handa [Tue, 29 Mar 2005 07:47:09 +0000 (07:47 +0000)]
(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.

19 years ago*** empty log message ***
Jay Belanger [Tue, 29 Mar 2005 06:03:46 +0000 (06:03 +0000)]
*** empty log message ***

19 years ago(ps-mule-printable-p): Return t if CHARSET is ascii or
Kenichi Handa [Tue, 29 Mar 2005 05:48:10 +0000 (05:48 +0000)]
(ps-mule-printable-p): Return t if CHARSET is ascii or
latin-iso8859-1.