1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-12 22:40:46 -08:00
Commit graph

11211 commits

Author SHA1 Message Date
Kenichi Handa
53caf287d1 (x-create-frame-with-faces): If an ASCII font is
specified in PARAMETERS, create a fontset from the font and use it
for the new frame.
1998-07-03 04:39:22 +00:00
Richard M. Stallman
65f64d008a (customize-changed-options): Clean up previous change. 1998-07-02 22:29:15 +00:00
Richard M. Stallman
33b598d484 Don't require imenu. 1998-07-02 22:27:24 +00:00
Richard M. Stallman
e1d18ad8ee (menu-bar-mode): Doc fix. 1998-07-02 22:09:29 +00:00
Dave Love
d7faae566d (end-of-fortran-subprogram): Check if we're on the END statement. 1998-07-02 19:26:15 +00:00
Dave Love
8fbfe89f86 (fortran-mode-map) <menu>: Tweak the imenu
menu entry.
1998-07-02 19:12:18 +00:00
Tom Tromey
55c6d8fce1 Some itcl additions:
(tcl-typeword-list): Added private, itk_option.
(tcl-proc-list): Added body, configbody, class.
1998-07-02 17:47:49 +00:00
Richard M. Stallman
007be42afd (texinfo-anchor): New function. 1998-07-02 08:05:24 +00:00
Richard M. Stallman
c69bfc1490 (Info-tagify): Handle tags for @anchor. 1998-07-02 07:46:15 +00:00
Richard M. Stallman
a22f073505 (ffap-read-file-or-url): Bind minibuffer-completing-file-name to t. 1998-07-02 07:02:47 +00:00
Richard M. Stallman
4a55f847c5 (message-cite-original): If mail-citation-hook
is non-nil, just run that and do nothing else.
(message-cite-function): Don't initialize from mail-citation-hook.
1998-07-02 07:00:30 +00:00
Richard M. Stallman
b1a4cc6179 (menu-bar-kill-ring-save): Fix message typo. 1998-07-02 06:52:52 +00:00
Kenichi Handa
eb9386bbb8 (mule-version): Changed to 4.0.
(mule-version-date): Updated.
1998-07-01 07:16:28 +00:00
Richard M. Stallman
33ba5485ee (comint-exec-1): Setup coding systems appropriately. 1998-06-30 21:43:39 +00:00
Richard M. Stallman
85f7387f95 (menu-bar-edit-menu): Rename Paste most Recent
to simply Paste, and put it above Select and Paste.
1998-06-30 17:15:32 +00:00
Richard M. Stallman
2d6a47330e Use defcustom to define faces.
(vcursor-bind-keys): New function.
(vcursor-key-bindings): Use vcursor-bind-keys for :set.
(vcursor-cs-binding): Function to handle bindings,
handles differences between Emacs and XEmacs.
(vcursor-post-command): Handle vcursor-auto-disable non-nil
and not t to toggle off copying.
1998-06-30 07:05:40 +00:00
Richard M. Stallman
e326384cda (bibtex-hide-entry-bodies): When entry
bodies are hidden, the last entry is no longer omitted.
1998-06-30 06:55:03 +00:00
Dan Nicolaescu
470a48acec *** empty log message *** 1998-06-30 03:10:18 +00:00
Richard M. Stallman
fedfa856e9 (sc-help-address): Use an alias at gnu.org. 1998-06-29 22:31:53 +00:00
Richard M. Stallman
93e7ada981 (Info-split): Convert positions to bytes to put in file.
(Info-tagify): Likewise.
1998-06-29 18:34:43 +00:00
Richard M. Stallman
e994526483 (Info-find-node): Use byte-to-position. 1998-06-29 18:34:24 +00:00
Richard M. Stallman
5bc3ed3e8f (ange-ftp-send-cmd): When listing a directory that
contains space(s), cd to the directory first to avoid problems
with (some) ftp servers.
1998-06-29 17:29:15 +00:00
Richard M. Stallman
2cd6a032aa Require `loadhist'. Variable
(find-function-function) variable removed.
(find-function-regexp): New variable, taken from former constant
in `find-function-noselect'.  Can now find function definitions
with parameters on a new line.
(find-variable-regexp): New variable.
(find-function-recenter-line): New variable.
(find-function-after-hook): New variable.
(find-function-search-for-symbol): subroutine, from
of `find-function-noselect'
(find-function-search-for-symbol): `regexp-quote' the symbol name:
needed to find-function `mapcar*' for example.
(find-function-noselect): Improved docstring.  Don't include
`library' in let.
Use `symbol-file' instead of `describe-symbol-find-file'
(find-function-read): Renamed from `find-function-read-function'.
With optional arg now read a variable.
(find-function-read): Separate `completing-read' calls for
variables and functions.
(find-function-do-it): If buffer found was already current push
mark. Added parameter to indicate if a variable is being searched for.
(find-function-do-it): Mention new `find-function-recenter-line'
and `find-function-after-hook' in docstring.  Use them.
(find-function): Remove optional arg.  Use `find-function-do-it'
and `find-function-read'.
(find-function-other-window): ditto.
(find-function-other-frame): ditto.
(find-function): Mention `find-function-recenter-line' and
`find-function-after-hook' in docstring.
(find-function-other-window): Remove most of docstring and add
reference to `find-function' instead.
(find-function-other-frame): Ditto.
(find-variable-noselect): New function for finding the point of
definition of variables, modeled on `find-function-noselect'.
(find-variable-noselect): Use `symbol-file' instead of
`describe-symbol-find-file'.
(find-variable): New function.
(find-variable-other-window): Ditto.
(find-variable-other-frame): Ditto.
(find-variable): Mention `find-function-recenter-line' and
`find-function-after-hook' in docstring.
(find-variable-other-window): Remove most of docstring and add
reference to `find-variable' instead.
(find-variable-other-frame): Ditto.
(find-function-on-key): Simplified.  Removed stuff now taken care
of by interactive "k".
(find-function-at-point): New function.
(find-variable-at-point): Ditto.
1998-06-29 17:23:25 +00:00
Stephen Eglen
9c2ae13ad0 diary-mail-entries calls exit-calendar when finished. 1998-06-29 09:51:39 +00:00
Richard M. Stallman
fba78e50eb (mh-find-progs): Avoid WTA error
when mh-progs is nil.  Give a clear specific error message instead.
1998-06-28 22:52:49 +00:00
Richard M. Stallman
a9e73449bf (shell-copy-environment-variable): Fix doc typo. 1998-06-28 22:43:25 +00:00
Richard M. Stallman
2e78575e5c (mail): Avoid changing auto-save file name. 1998-06-28 18:57:51 +00:00
Dan Nicolaescu
781f7ac281 *** empty log message *** 1998-06-28 02:15:12 +00:00
Richard M. Stallman
7e766510d2 (command-line) <handling LANG>: Change 9 to 5, not 5 to 9.
(command-line-1): Fix mouse startup message.
1998-06-27 23:11:51 +00:00
Richard M. Stallman
857615335f (text-mode): Locally set indent-line-function. 1998-06-27 22:23:43 +00:00
Richard M. Stallman
0322a154b7 (find-dired): Bind dired-buffers so it can't change. Use abbreviate-file-name. 1998-06-27 21:59:11 +00:00
Richard M. Stallman
3bf0b72768 (html-imenu-regexp): New defvar.
(html-imenu-index): New function.
(html-mode): Set up local vars to use html-imenu-index.
Don't sort the menu.
1998-06-27 19:46:22 +00:00
Richard M. Stallman
a742f6ccb5 (imenu-space-replacement): Use `.'. 1998-06-27 19:45:22 +00:00
Richard M. Stallman
26471f0600 (set-keyboard-coding-system): Doc typo. 1998-06-27 17:48:27 +00:00
Richard M. Stallman
d25f052025 (set-face-font): For now, don't call
resolve-fontset-name on Windows.
(set-face-font-auto): Likewise.
1998-06-27 04:42:03 +00:00
Kenichi Handa
5f29fdb2c9 Add coding-priority. 1998-06-26 07:32:11 +00:00
Richard M. Stallman
baaddce7c0 (mail-complete): Fix the test of (mail-heder-end). 1998-06-26 06:04:56 +00:00
Kenichi Handa
8f90191767 (create-fontset-from-fontset-spec):
Generate ASCII font names of style variants fontsets from a
resolved ASCII font name of a base fontset.
1998-06-26 03:29:58 +00:00
Kenichi Handa
fd28674852 (isearch-toggle-korean-input-method,
isearch-hangul-switch-symbol-ksc, isearch-hangul-switch-hanja):
New functions.
(korean-key-bindings): Renamed from exit-korean-environment-data.
Initialized apropriately.
(setup-korean-environment): Setup key bindings according to
korean-key-bindings.
(exit-korean-environment): Revert key bindings only if the current
key bindings is the same as what set by setup-korean-environment.
1998-06-26 03:29:58 +00:00
Richard M. Stallman
1d8a80f0bd Delete defcustom definition.
(flyspell-auto-correct-binding): Fix custom type.
(mail-mode-flyspell-verify): Check for `Subject:'.
(flyspell-mouse-map): Use cond, not if.
(flyspell-region): Update message only every 100 actions.
1998-06-26 01:27:40 +00:00
Richard M. Stallman
60371a2e3d Initial revision 1998-06-26 01:24:05 +00:00
Richard M. Stallman
0599b92511 (mail-unsent-separator): Add new alternative. 1998-06-25 18:52:18 +00:00
Karl Heuer
0bb37c1a18 Style and doc fixes. 1998-06-25 17:14:47 +00:00
Richard M. Stallman
9648a1e6e0 (dabbrev-ignored-buffer-names): Fix typo. Add *Buffer List*. 1998-06-25 01:16:56 +00:00
Andrew Innes
bfba21fc34 (null-device): Renamed from grep-null-device. 1998-06-24 20:32:19 +00:00
Richard M. Stallman
7ddd603126 (custom-set-default): New function.
(custom-set-variables): Use custom-set-default.
(custom-local-buffer): New variable.
(defcustom): Doc fix.
1998-06-24 18:35:06 +00:00
Richard M. Stallman
01bc2c19ba (fontset-default-styles): Fix custom type. 1998-06-24 18:10:16 +00:00
Andreas Schwab
c992338c72 (custom-magic-show): Use `other' widget type. 1998-06-24 09:36:08 +00:00
Andreas Schwab
ed737bf113 (bibtex-include-OPTkey): Use `other' widget
type.
1998-06-24 09:25:09 +00:00
Andreas Schwab
a62e9680f7 (shadow-noquery): Use `other' widget type. 1998-06-24 09:23:52 +00:00