1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
Commit Graph

4967 Commits

Author SHA1 Message Date
Richard M. Stallman
e31afc09af *** empty log message *** 2003-04-19 04:23:45 +00:00
Stefan Monnier
80d9508acf (cua-mode): Use define-minor-mode.
(cua-global-mark-face): Fix face format.
2003-04-18 22:49:41 +00:00
Stefan Monnier
cb211eb2f6 (view-read-only): Move from view.el to files.el. 2003-04-18 13:53:18 +00:00
Stefan Monnier
2adfdbcbca *** empty log message *** 2003-04-17 21:21:47 +00:00
John Paul Wallington
45e8e6e75e (hexl-find-file): Bind default-major-mode' to fundamental-mode'. 2003-04-17 02:41:12 +00:00
Kenichi Handa
ef5a4730db (describe-language-environment): At
first, require all necessary features.
2003-04-16 12:27:05 +00:00
Dave Love
65213ee01f *** empty log message *** 2003-04-16 11:21:18 +00:00
Glenn Morris
0a39a75cc4 Comment changes.
(fortran-column-ruler): Minor doc change.
2003-04-16 11:10:03 +00:00
Richard M. Stallman
5ceea39819 *** empty log message *** 2003-04-16 05:10:19 +00:00
Glenn Morris
a7113309ba (fortran-tab-mode-minor-mode-string): Delete this variable,
introduced in previous change.
(fortran-tab-mode-string): Change default value.
(fortran-mode): Use mode-line-process (rather than
minor-mode-alist) to indicate tab format code.
(fortran-analyze-file-format): Return fortran-tab-mode-default if
no match.
2003-04-15 20:44:19 +00:00
Glenn Morris
5b04210ced Whitespace changes, some re-ordering of code, trivial commentary change.
(fortran, fortran-indent, fortran-comment)
(fortran-tab-mode-default, fortran-continuation-indent)
(fortran-comment-indent-style, fortran-blink-matching-if)
(fortran-continuation-string, fortran-electric-line-number)
(fortran-break-before-delimiters, fortran-mode-hook)
(fortran-end-prog-re, fortran-imenu-generic-expression): Minor doc changes.
(fortran-tab-mode-minor-mode-string): New variable.
(fortran-tab-mode-string): Now customization is meaningful.
(fortran-column-ruler-fixed, fortran-column-ruler-tab)
(fortran-analyze-depth): Use defcustom.
(fortran-if-start-re, fortran-end-prog-re1, fortran-fill)
(fortran-break-line, fortran-prepare-abbrev-list-buffer)
(fortran-auto-fill): Add doc string.
(fortran-type-types): New constant (was local to let binding).
(fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
(fortran-font-lock-syntactic-keywords): Initialize in defvar.
(fortran-font-lock-keywords-3): Initialize in defvar.  Use 1+ now
depth of fortran-type-types has changed.  Remove extra and.
(fortran-mode-menu): Minor re-organization.  Use lookup-key.
(fortran-mode): Doc changes.  Some re-organization.  Use
fortran-tab-mode-minor-mode-string.
(fortran-comment-indent): Add doc string.  Move save-excursion. Use 1+.
(fortran-indent-comment, fortran-fill-statement): Change interactive spec.
Use unless.
(fortran-comment-region): Doc change.  Reverse logic of arg test.  Use zerop.
(fortran-abbrev-start, fortran-split-line)
(fortran-electric-line-number, fortran-indent-subprogram)
(fortran-strip-sequence-nos): Change interactive spec.
(fortran-remove-continuation): Add doc string.  Use when.
(fortran-numerical-continuation-char): Doc change.  Use 1+.
(fortran-previous-statement, fortran-next-statement)
(fortran-beginning-do, fortran-calculate-indent)
(fortran-end-do, fortran-end-if, fortran-beginning-if): Use zerop, 1+, 1-.
(fortran-blink-match, fortran-check-for-matching-do): Use when.
(fortran-indent-line): Change interactive spec.  Remove un-needed if.
Use when.
(fortran-indent-to-column): Doc change.  Use when, unless.
(fortran-find-comment-start-skip): No longer interactive.
(fortran-analyze-file-format): Minor doc change.  Remove un-needed setq.
(minor-mode-alist): Use add-to-list.
(fortran-fill-paragraph): Change interactive spec, doc string.
2003-04-15 19:22:31 +00:00
Andrew Choi
5416884dd3 * term/mac-win.el: Unconditionally set process-connection-type to nil. 2003-04-15 01:29:42 +00:00
Richard M. Stallman
51fe665a6e *** empty log message *** 2003-04-14 10:16:05 +00:00
John Paul Wallington
37aad8f5ae (create-fontset-from-ascii-font): Doc fix.
(x-must-resolve-font-name): Fix error message typo.
2003-04-14 07:54:15 +00:00
Glenn Morris
98110b1f02 (fortran-previous-statement): Check for fortran-continuation-string.
(fortran-calculate-indent): Do not add extra whitespace to strings
broken over lines.  Remove superfluous progn.
(fortran-fill): Handle long strings that must be broken over lines.
2003-04-13 13:11:24 +00:00
Kai Großjohann
64cf24550f From Michael Albinus <Michael.Albinus@alcatel.de>.
(ange-ftp-expand-symlink): If result of
expansion is a symlink, expand again.
(ange-ftp-file-symlink-p): Return target of symlink literally.
2003-04-13 12:46:11 +00:00
Masatake YAMATO
457bc85868 (toplevel): Don't change the face
of major-mode on the mode line. Setting the face on
the mode line code is installed by my mistake in
my last change.
2003-04-13 06:30:59 +00:00
Stefan Monnier
fc9b055452 (change-log-version-number-search): Fix old bug.
(add-change-log-entry): Avoid inserting the same funname again.
(add-log-indent-text): New var.
(add-log-indent): New fun.
(change-log-mode): Use it.
2003-04-12 23:13:03 +00:00
Glenn Morris
a259425b58 (f90-join-lines): Make it behave more like the standard function
`join-line' - join with previous line, unless an argument supplied.
Join comments correctly. No longer has a meaningful return
value, no longer fills (seems contradictory to join AND fill).
(f90-fill-region, f90-menu): Adapt for new f90-join-lines.
2003-04-12 20:43:58 +00:00
Stefan Monnier
eec54bd743 *** empty log message *** 2003-04-12 19:17:24 +00:00
Masatake YAMATO
335028c3be * help.el (describe-minor-mode): New function implementation.
Accept both minor mode string and minor mode indicator.
(describe-minor-mode-completion-table-for-indicator)
(describe-minor-mode-completion-table-for-symbol): New functions.
minor-mode-list is used here.
(describe-minor-mode-from-symbol): renamed
from (old) describe-minor-mode. Use
describe-minor-mode-completion-table-for-symbol.
Don't use eval. Just use symbol-name.
(describe-minor-mode-from-indicator): Document is updated.
Use `format-mode-line'. Use
describe-minor-mode-from-symbol instead of
describe-minor-mode.
Use describe-minor-mode-completion-table-for-indicator.
(expand-minor-mode-indicator-object): removed.
(lookup-minor-mode-from-indicator): remove the fist white
space from both indicator and anindicator before comparing them.

* bindings.el (mode-line-major-mode-keymap)
(mode-line-minor-mode-keymap): defined keys for the maps
here in `defvar'.
2003-04-12 17:28:24 +00:00
Glenn Morris
428d45d255 (gomoku-buffer-name): New constant.
(gomoku-mode): Doc fix.  Add call to kill-all-local-variables,
for global-font-lock-mode.
(gomoku): Do not call gomoku-switch-to-window directly, else the
player is asked the startup questions twice after a killed game.
(gomoku-prompt-for-other-game): Throw an error if no new game,
since otherwise answering no after a killed game has no effect.
(gomoku-switch-to-window): Use gomoku-buffer-name.
2003-04-12 15:51:57 +00:00
John Paul Wallington
88ff724bdf (help-add-fundoc-usage): Pass an empty string to `format' if
no newlines are necessary.
2003-04-12 04:28:43 +00:00
John Paul Wallington
b688ed4495 (type-break-warning-countdown-string): Doc fix; escape open paren at col 0. 2003-04-11 13:07:10 +00:00
Kenichi Handa
e301806fbf *** empty log message *** 2003-04-11 11:11:25 +00:00
Kenichi Handa
aa95b71094 *** empty log message *** 2003-04-11 11:03:01 +00:00
Masatake YAMATO
36278af32a 2003-04-11 Masatake YAMATO <jet@gyve.org>
* progmodes/etags.el (select-tags-table-mode-map):
	Don't create new keymap. Instead copy from button-buffer-map.
	Bind push-button to `t' instead of binding
	select-tags-table-select directly

	* (tags-select-tags-table): New button.

 	* progmodes/etags.el (select-tags-table): Put
	a button for each selections.
2003-04-11 09:08:29 +00:00
Kenichi Handa
17388a6277 * international/quail.el (quail-guidance-str)
(quail-guidance-frame): New variables.
(quail-guidance-win): Delete this variable.
(quail-setup-overlays): Make overlay not rear-advancing.
(quail-kill-guidance-buf): Delete this function.
(quail-activate): Add/remove quail-show-guidance to/from
post-command-hook.
(quail-input-method): Don't setup quail-guidance-buf.  Initialize
quail-guidance-str to "".
(quail-start-translation): Call quail-show-guidance at first.
(quail-start-conversion): Likewise.
(quail-terminate-translation): Don't erase quail-guidance-buf.
(quail-update-translation): Stretch overlays if their starting and
ending positions are same.
(quail-update-current-translations): Check the width of the
current window, not the width of quail-guidance-win.
(quail-make-guidance-frame): Delete the arg BUF.  Fix position
calculation.  Don't set the window buffer, just return the new
frame.
(quail-minibuffer-message): New function.
(quail-show-guidance): Renamed from quail-show-guidance-buf.  Use
message and quail-minibuffer-message to display the guidance.
(quail-hide-guidance): Renamed from quail-hide-guidance-buf.  Only
delete quail-guidance-frame.
(quail-update-guidance): Just update quail-guidance-str, not
display it.
(quail-get-translations): Renamed from quail-show-translations.
Return a string instead of inserting it in quail-guaidance-buf.
2003-04-11 03:58:22 +00:00
Kenichi Handa
389144243f *** empty log message *** 2003-04-11 02:07:08 +00:00
Kenichi Handa
de814dd9b3 (sort-coding-systems): Lower the
priorities of all utf-16 base coding systems.
2003-04-11 00:42:18 +00:00
Juanma Barranquero
7418081f48 (modify-all-frames-parameters): Deleted. 2003-04-10 16:31:00 +00:00
Kenichi Handa
a288d97973 *** empty log message *** 2003-04-10 12:02:31 +00:00
Richard M. Stallman
92464ae63f (file-chase-links): Fix previous change. 2003-04-09 19:06:19 +00:00
Juanma Barranquero
f7df88f47a (new-frame): Add obsolescence declaration. 2003-04-09 17:45:20 +00:00
Thien-Thi Nguyen
8793a2bd24 (Man-heading-regexp): Accept hyphen. 2003-04-09 12:17:59 +00:00
Kenichi Handa
f8c6b4c23d *** empty log message *** 2003-04-09 07:31:09 +00:00
Kenichi Handa
db0f2df817 *** empty log message *** 2003-04-09 02:39:40 +00:00
Richard M. Stallman
b0ada1471a *** empty log message *** 2003-04-09 01:41:03 +00:00
Kenichi Handa
60b898c674 (print-coding-system-briefly): If
DOC-STRING is `tightly', print the doc-string tightly.
(list-coding-systems-1): Call print-coding-system-briefly with
the arg DOC-STRING `tightly'.
2003-04-09 00:32:23 +00:00
Kai Großjohann
83bbd71b25 Version 2.0.33 released.
Change coding cookie to `iso-2022-7bit' for XEmacs
compatibility.  (From Steve Youngs <youngs@xemacs.org>.)
2003-04-08 20:06:12 +00:00
Kenichi Handa
7c08684536 *** empty log message *** 2003-04-08 11:28:57 +00:00
Kenichi Handa
2310d84c27 *** empty log message *** 2003-04-08 07:26:33 +00:00
Martin Stjernholm
1f645835e9 (c-symbol-key): Use POSIX char classes to match symbols in Emacs 21.
This makes CC Mode cope with the full range of identifier characters
in e.g. Java.
2003-04-07 22:45:18 +00:00
Francesco Potortì
99a4c53c8d *** empty log message *** 2003-04-07 14:03:51 +00:00
Kai Großjohann
2c17111abc (Man-getpage-in-background): Set GROFF_NO_SGR env var in
all cases, whether or not start-process is fboundp.
2003-04-07 09:32:39 +00:00
Richard M. Stallman
eb67c5d64d *** empty log message *** 2003-04-06 20:42:09 +00:00
André Spiegel
d02fcd847e # 2003-04-06 12:35:33 +00:00
Masatake YAMATO
844062627c * progmodes/etags.el (tag-find-file-of-tag): Renamed from
find-file-of-tag to avoid name space pollution.
(tag-find-file-of-tag-noselect): Likewise.
(etags-list-tags, etags-tags-apropos): Use
tag-find-file-of-tag instead of find-file-of-tag.
2003-04-05 18:19:30 +00:00
Masatake YAMATO
fafb00dc11 (Info-goto-emacs-command-node): If command
is given as a string, convert it to a symbol.
2003-04-05 18:01:14 +00:00
Juanma Barranquero
16524b9bcb (emacs-lisp-mode): Add prefix/suffix matching regexps. 2003-04-05 12:59:38 +00:00