1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-28 19:00:42 -08:00
Commit graph

2763 commits

Author SHA1 Message Date
Stefan Monnier
7164ef13a8 (comment-indent): Be a little more robust in case
comment-indent-function does funny things.
(comment-normalize-vars): Autoload.
(comment-region-internal): Fiddle with the visibility spec.
(comment-valid-prefix): New function.
(comment-indent-new-line): Use it.  Ignore adaptive-fill-prefixes
that would turn comment-text into non-comment-text.
2001-10-11 01:46:37 +00:00
Miles Bader
0e094c2907 *** empty log message *** 2001-10-11 01:26:00 +00:00
Stefan Monnier
c2ca517100 Change maintainer to FSF and remove loads of compatibility cruft.
(tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
(tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
(tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
tcl-submit-bug-report.
(tcl-mode-syntax-table): Leave \f alone.
(inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
tcl-end-of-defun, tcl-submit-bug-report.
(tcl-xemacs-menu): Fix up and pass it directly to easymenu.
(tcl-add-emacs-menu): Remove.
(tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
(tcl-keyword-list): Add `chain'.
(tcl-font-lock-syntactic-keywords): New variable.
(tcl-pps-has-arg-6): Remove.
(tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
(tcl-internal-mark-defun): Remove.
(tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
(tcl-mode): Use define-derived-mode.  Simplify.
Set comment-indent-function.
(tcl-indent-command): Use line-beginning-position and comment-indent.
(tcl-calculate-indent): Renamed from calculate-tcl-indent.
(tcl-indent-line): Use tcl-calculate-indent.
(tcl-indent-exp): Renamed from indent-tcl-exp.  Use new names.
(tcl-add-log-defun): Renamed from add-log-tcl-defun.  Use match-string.
(tcl-filter): Use with-current-buffer, simplify.
(inferior-tcl-mode): Use define-derived-mode.
(tcl-hairy-in-comment): Renamed tcl-in-comment.
(tcl-simple-in-comment, tcl-in-comment): Removed.
(tcl-files-alist): New function.
(tcl-help-snarf-commands): Use it and return the result directly
rather than through a global variable.
(tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
(tcl-help-on-word): Provide the default value to completing-read.
(tcl-hilit): Remove.
(tcl-hashify-buffer, tcl-popup-menu): Simplify.
(tcl-comment-indent): New function.
(tcl-submit-bug-report): Remove.
(tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
(indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
(tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
2001-10-11 00:26:48 +00:00
Gerd Moellmann
031a167823 (iso-transl-e-caret)
(iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
Fix duplicates.  From Dave Love <d.love@dl.ac.uk>.
2001-10-10 16:37:12 +00:00
Miles Bader
07becdb197 (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
(Info-fontify-node): Don't fontify the node if it's already been done.
2001-10-10 14:39:23 +00:00
Gerd Moellmann
619632ac2a *** empty log message *** 2001-10-10 12:22:18 +00:00
Gerd Moellmann
ab952a4f34 *** empty log message *** 2001-10-10 09:43:20 +00:00
Gerd Moellmann
88255adb6a (command-line-1): Bind tab-width to 8. 2001-10-10 09:25:20 +00:00
Gerd Moellmann
89e9c8d77e *** empty log message *** 2001-10-10 09:18:33 +00:00
Gerd Moellmann
3680909c04 *** empty log message *** 2001-10-10 07:41:05 +00:00
Pavel Janík
5c4d3f0293 *** empty log message *** 2001-10-10 06:04:25 +00:00
Miles Bader
71f19cda05 ChangeLog 2001-10-09 12:15:09 +00:00
Miles Bader
55e9efba21 *** empty log message *** 2001-10-09 12:11:50 +00:00
Miles Bader
ded42dd308 (define-button-type): Respect any `supertype' property.
(button-type-subtype-p, button-has-type-p): New functions.
2001-10-09 05:57:35 +00:00
Miles Bader
f4be0a12f6 (rfn-eshadow-regexp): Deal correctly with escaped dollar-signs. 2001-10-09 02:53:51 +00:00
Miles Bader
3b8c60f18c (apropos-next-label-button): Use the presence of a
`apropos-label' property to detect label buttons.
2001-10-08 16:37:44 +00:00
Miles Bader
62dc75c498 (button-nop): Function removed.
(default-button): Use `ignore' as default button action.
2001-10-08 14:18:11 +00:00
Miles Bader
894e460c17 (apropos-symbol): Add `skip' property.
(apropos-function, apropos-macro, apropos-command)
(apropos-variable, apropos-face, apropos-group, apropos-widget)
(apropos-plist): New button types.
(apropos-label-properties): Variable removed.
(apropos-print): Pass button-type to apropos-print-doc, rather
than help function and label text.
(apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
Get button label from TYPE.
2001-10-08 06:58:32 +00:00
Miles Bader
a101302b06 (apropos-next-label-button): Update arguments to `next-button'. 2001-10-08 06:13:07 +00:00
Stefan Monnier
b0fbf75422 (help-mode): Use define-derived-mode.
(describe-mode): Add optional `buffer' arg.
Use it instead of going through help-xref-mode.
Avoid doubling the word `minor' when prettifying.
(describe-function-1): List the corresponding key bindings.
(describe-variable): Say if the var is automatically buffer-local.
If the source is `loaddefs.el', look for the real source.
(help-xref-mode): Remove.
2001-10-08 00:19:58 +00:00
Stefan Monnier
82345a9abc (byte-compile-file): Return success when the file says no-byte-compile. 2001-10-07 23:34:07 +00:00
Miles Bader
d6bc0bdc4a (next-button, previous-button): Respect `skip' property.
(push-button, button-activate): Add USE-MOUSE-ACTION argument.
2001-10-07 17:14:34 +00:00
Miles Bader
e664497b5f (woman-mode-map): Copy button-buffer-map instead of
making a new keymap.  Don't bind mouse-2.  Bind M-mouse-2 to
`woman-follow-word' instead of `woman-mouse-2'.
(woman-follow-word): Renamed from `woman-mouse-2'.
Follow unconditionally, since this function is now only
bound to M-mouse-2.  Use accessor functions.
(WoMan-highlight-references): Use `make-text-button'.
(woman-xref): New button type.
2001-10-07 12:41:03 +00:00
Miles Bader
d876f455d1 *** empty log message *** 2001-10-07 12:07:34 +00:00
Miles Bader
7997fd38bf *** empty log message *** 2001-10-07 04:39:53 +00:00
Gerd Moellmann
1a4372efcd *** empty log message *** 2001-10-06 23:38:11 +00:00
Gerd Moellmann
2a34a036ff *** empty log message *** 2001-10-06 09:57:20 +00:00
Richard M. Stallman
857e81db0f *** empty log message *** 2001-10-06 02:32:43 +00:00
Miles Bader
4650e3623c *** empty log message *** 2001-10-05 16:48:46 +00:00
Sam Steingold
b4f05c3831 added `html-xhtml' for XHTML input 2001-10-05 16:21:14 +00:00
Sam Steingold
4dd618ff50 (diary-entry-compare): When times are identical, compare the entries
lexicographically.
2001-10-05 15:53:02 +00:00
Miles Bader
a01b78312a (rfn-eshadow-update-overlay): Use `minibuffer-prompt-end'. 2001-10-05 15:19:23 +00:00
Miles Bader
20a8200954 *** empty log message *** 2001-10-05 14:05:27 +00:00
Miles Bader
c165ad4044 (custom-face-attributes): Make sure each attribute has a valid default
value.  Remove hacks that mapped `nil' to `off' and used nil to mean
`unspecified'.  Remove `unspecified' choices from all attributes
(unspecified is handled by the parent checklist).
2001-10-05 13:06:51 +00:00
Gerd Moellmann
ace64e0a1f *** empty log message *** 2001-10-05 12:54:15 +00:00
Miles Bader
ec66bdc7f1 *** empty log message *** 2001-10-05 12:34:41 +00:00
Gerd Moellmann
a0fb44927f *** empty log message *** 2001-10-05 12:11:19 +00:00
Gerd Moellmann
c86350b15d *** empty log message *** 2001-10-05 10:40:42 +00:00
Gerd Moellmann
c89e4bc57f *** empty log message *** 2001-10-05 10:13:12 +00:00
Gerd Moellmann
6c0b26437e *** empty log message *** 2001-10-05 09:13:21 +00:00
Andrew Innes
0bcf87c159 *** empty log message *** 2001-10-04 17:15:26 +00:00
Gerd Moellmann
9c5becd89a *** empty log message *** 2001-10-04 10:38:36 +00:00
Eli Zaretskii
cf2b0d2c99 Fix the date and the syntax of Pavel Janik's entry for tpu-edt.el. 2001-10-04 07:18:32 +00:00
Stefan Monnier
630784a27b (cvs-prefix-define): Typo cons->concat. 2001-10-03 20:32:19 +00:00
Pavel Janík
b3b8e57a79 *** empty log message *** 2001-10-03 19:50:05 +00:00
Pavel Janík
cba04ae97e Make messages match original TPU/edt editor. 2001-10-03 19:44:55 +00:00
Eli Zaretskii
aa01bed161 Update maintainer's email address. 2001-10-03 10:52:47 +00:00
Andreas Schwab
7d685c849a (ange-ftp-skip-msgs): Add 227 and 228 for Long
and Extended Passive Mode, resp.
2001-10-02 21:34:12 +00:00
Eli Zaretskii
87671c2577 (cal-menu-x-popup-menu): New function,
calls x-popup-menu only if popup menus are supported.
(calendar-mouse-insert-hebrew-diary-entry)
(calendar-mouse-insert-islamic-diary-entry)
(calendar-mouse-holidays, calendar-mouse-view-diary-entries)
(calendar-mouse-view-other-diary-entries)
(calendar-mouse-print-dates, calendar-mouse-2-date-menu)
(calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax): Call
cal-menu-x-popup-menu instead of x-popup-menu.
2001-10-01 11:08:06 +00:00
Gerd Moellmann
62bfa68216 (gs-set-ghostview-window-prop): Fix args of `elt'. 2001-10-01 09:32:09 +00:00