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

22616 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
Kenichi Handa
1390393209 (Finsert): Typo in doc-string fixed.
(Finsert_and_inherit, Finsert_before_markers,
Finsert_and_inherit_before_markers):  Likewize.
1998-07-03 04:39:22 +00:00
Kenichi Handa
e921460071 (Finsert_file_contents): Do not set Vlast_coding_system
if inserted bytes is zero.
1998-07-03 04:33:12 +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
a79485afb8 (Faccess_file): Check type of second argument STRING.
(Fread_file_name): Bind minibuffer-completing-file-name to t.
1998-07-02 07:01:56 +00:00
Richard M. Stallman
ccf330a66b (Vminibuffer_completing_file_name): New var.
(syms_of_minibuf): Set up Lisp variable.
(Fminibuffer_complete_word): Test it, instead of checking
specifically for Qread_file_name_internal.
(Fcompleting_read): Likewise.
1998-07-02 07:01:21 +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
691beae826 Use unset CDPATH instead of making it empty. 1998-06-30 22:15:41 +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
c8b14b5fbe [COFF]: New variable coff_offset.
(make_hdr) [MSDOS]: If a_name is a coff-go32-exe executable with a
prepended stub, compute coff_offset.
(make_hdr, copy_sym) [COFF]: Use coff_offset when seeking into temacs.
1998-06-29 22:54:28 +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
3ab0732d83 (Fbyte_to_position): New function.
(syms_of_editfns): defsubr it.
1998-06-29 18:35:52 +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
Richard M. Stallman
8a2df9371a (wordify): Fix i_byte even in unibyte case for copy loop.
If input is unibyte, make the output unibyte.
1998-06-29 17:20:52 +00:00
Eli Zaretskii
09ffb8b543 (Fcall_process) [! subprocesses]: Balance parentheses in an if clause. 1998-06-29 13:32:48 +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
52c90d8469 *** empty log message *** 1998-06-28 21:19:54 +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
16f06ce000 (x_list_fonts): Fix prev change: cast result of alloca. 1998-06-27 04:52:31 +00:00
Richard M. Stallman
4b817373b7 (Fx_list_fonts): Bring arglist into sync with xfns.c.
(x_set_font): Call face-set-after-frame-default.
(Qface_set_after_frame_default): New variable.
(syms_of_w32fns): Initialize it.
1998-06-27 04:44:01 +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
Richard M. Stallman
6582d61ec5 *** empty log message *** 1998-06-26 20:10:57 +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