Commit graph

21932 commits

Author SHA1 Message Date
Richard M. Stallman
dedd2c6d2c (install-arch-indep): Fix typo in previous change. 1998-05-07 21:31:00 +00:00
Richard M. Stallman
7ddbb5bc20 (toggle-input-method): Use a more
appropriate default value while reading an input method.
1998-05-07 20:50:48 +00:00
Richard M. Stallman
a458d45d9e (Fintern): Properly compare lisp objects. 1998-05-07 20:48:17 +00:00
Richard M. Stallman
899cb8f0f3 (set_internal): Properly compare lisp objects.
(Fmakunbound): Likewise.
1998-05-07 20:47:53 +00:00
Richard M. Stallman
ced7b4a427 (sh-shell-file): Add cmdproxy to MS shells. 1998-05-07 19:18:29 +00:00
Richard M. Stallman
73eaef52d3 (list-input-methods): Doc fix. 1998-05-07 19:15:43 +00:00
Eli Zaretskii
02b9b4fd8a (init_process, syms_of_process): Make definition consistent with
prototypes on lisp.h
1998-05-07 07:46:41 +00:00
Kenichi Handa
44d086b885 Cancel the previous change for
customization, customized variables are changed to constant.
1998-05-07 06:41:35 +00:00
Kenichi Handa
dbc08868a2 (compute_motion): Fix bug of handling wide-column
character around right margin.
1998-05-07 06:41:12 +00:00
Richard M. Stallman
e9227982cb (report-emacs-bug): Don't display *Bug Help* if
report-emacs-bug-no-explanations.
1998-05-07 06:34:20 +00:00
Richard M. Stallman
518adca24d (report-emacs-bug): After reinserting
the signature, leave point before it.
1998-05-07 06:31:31 +00:00
Richard M. Stallman
613a39b91b (view-lossage): Set help-xref-stack* in the help buffer.
(describe-bindings): Likewise.
(help-xref-go-back): New arg BUFFER.
(help-make-xrefs): Specify the help buffer as arg for
help-xref-go-back.
1998-05-07 05:37:59 +00:00
Richard M. Stallman
7dcf11272e (describe-function-1): Use find-function-noselect instead of find-function. 1998-05-07 05:30:07 +00:00
Richard M. Stallman
9e832d815b (sgml-mode-common): Make local binding from adaptive-fill-regexp. 1998-05-07 04:51:41 +00:00
Richard M. Stallman
c81845b60c (quit-window): Fixed FRAME to be the frame and never window. 1998-05-07 04:05:28 +00:00
Richard M. Stallman
6c0316aea2 (syms_of_buffer) <buffer-file-coding-system>: Doc fix. 1998-05-07 04:02:36 +00:00
Richard M. Stallman
11f7f688b4 (EMACSSOURCES): Add msdog.texi, ack.texi. Remove gnu1.texi. 1998-05-07 03:58:49 +00:00
Richard M. Stallman
0d5f1e3a1e (print-coding-system):
Handle (SYMBOL . SYMBOL) as the flags of a type 4 coding system.
1998-05-07 03:52:48 +00:00
Kenichi Handa
7a7ab107f9 (Fcall_process): If we must display received data on
the fly, don't wait until a buffer is filled.
1998-05-07 01:05:36 +00:00
Richard M. Stallman
32395fcf06 (EMACSSOURCES): Add mule.texi. 1998-05-06 21:28:42 +00:00
Richard M. Stallman
4962cb1a7f (which-func-non-auto-modes): New variable.
(which-func-amodes): Variable deleted.
(which-func-ff-hook): Use which-func-non-auto-modes instead of
which-func-amodes.
1998-05-06 21:18:00 +00:00
Richard M. Stallman
9d99031fcf (regex_compile): When checking after exactn
for a repetition operator, don't look beyond end of pattern arg.
1998-05-06 20:46:35 +00:00
Richard M. Stallman
8bb697c0d6 (main): Call the syms_of_... and keys_of_... functions
earlier, before init_vms_input and init_display.
1998-05-06 20:44:38 +00:00
Michael Kifer
d84b06effa *** empty log message *** 1998-05-06 19:54:57 +00:00
Richard M. Stallman
4ed0c28d70 (which-function-mode): New alias. 1998-05-06 19:43:11 +00:00
Dave Love
b2118a4123 (imenu-create-index-function): Remove autoload cookie
to avoid nil default value.
1998-05-06 14:58:47 +00:00
André Spiegel
0465c34f41 (vc-consult-rcs-headers): Avoid bug with ci -k in RCS 5.7. 1998-05-06 13:36:45 +00:00
Richard M. Stallman
f91adf2943 (diary-mail-entries): Add autoload cookie. 1998-05-06 07:38:44 +00:00
Richard M. Stallman
48c932296c (dired-mode-map): Bind *t to dired-do-toggle. 1998-05-06 04:43:47 +00:00
Richard M. Stallman
496725add1 (ps-header-title-font-size): Doc fix.
(ps-print-control-characters, ps-setup, ps-header-pad): Doc fixes.
(ps-printing-region, ps-nb-pages): Doc fixes.
1998-05-06 04:15:25 +00:00
Richard M. Stallman
6bdb808ecb Some doc fixes, eliminate (require cl).
(ps-print-version): New version number (3.06.1) and doc fix.
(ps-print-control-characters, ps-extend-face): Doc fix.
(ps-font-lock-face-attributes): Eliminate `pop'.
(ps-font): Eliminate `loop' and `return'.
(ps-fonts): Eliminate `loop'.
(ps-font-number): Replace `position' by `ps-position'.
(ps-select-font): Eliminate `flet'.
(ps-lookup, ps-size-scale): New macros.
(ps-output-string-prim): Handle multibyte characters.
(ps-position): New function.
(ps-begin-file): Eliminate `loop'.
(ps-header-page): Eliminate `incf'.
1998-05-06 04:06:30 +00:00
Richard M. Stallman
25f9b4bf39 (mouse-major-mode-menu): Run activate-menubar-hook here. 1998-05-05 21:47:53 +00:00
Richard M. Stallman
437d9247a0 (tmm-get-keymap): Fix previous change;
access the equiv string from the cache properly.
1998-05-05 21:37:23 +00:00
Richard M. Stallman
2ac86cc0fe (comint-replace-by-expanded-history-before-point):
When none of the ! or ^ constructs match, move forward one char.
1998-05-05 21:29:28 +00:00
Richard M. Stallman
833d591d60 (create_process): Add cast when calling encode_coding
and another when storing buf into new_argv.
1998-05-05 19:33:16 +00:00
Richard M. Stallman
643c73b90b (barf_or_query_if_file_exists): Encode file name.
(Finsert_file_contents): Don't use gap pos to set point
if del_range_byte deleted 0 characters.
1998-05-05 19:32:02 +00:00
Richard M. Stallman
a558a05d61 (Fmake_bool_vector): Clear out extraneous bits at end. 1998-05-05 19:30:33 +00:00
Richard M. Stallman
ef1c5063e5 (generic-x): Added defgroup declaration.
(generic-bat-mode-setup-function): Fixed comment-start variable.

(generic-define-mswindows-modes): Enable
hosts-generic-mode and apache-generic-mode.
(generic-define-unix-modes): Enable alias-generic-mode.
(java-properties-generic-mode): Changed regexp to allow property
and value to be separated by whitespace or an equal sign.
(alias-generic-mode): Check generic-extras-enable-list before
defining this mode.

(installshield-statement-keyword-list): New variable.
(installshield-system-functions-list): Likewise.
(installshield-system-variables-list): Likewise.
(installshield-types-list): Likewise.
(installshield-funarg-constants-list): Likewise.
(rul-generic-mode): Uses the variables listed above instead of
hard-coding the lists of keywords.
1998-05-05 19:26:50 +00:00
Simon Marshall
5bbc1cf756 move defpackage to lisp-font-lock-keywords-1 1998-05-05 09:29:55 +00:00
Richard M. Stallman
cb6792d2db (boyer_moore): Check more reliably for ptr[1] being
out of range.  Use pat_end to point at the pattern's end.
1998-05-05 06:25:58 +00:00
Richard M. Stallman
42b1fc290d (add-log-current-defun) <lisp>:
If element 1 of the defun is a list, use first symbol
within it (the car of the car.... of it).
1998-05-05 04:25:03 +00:00
Richard M. Stallman
bfce64768d (add-log-current-defun): Fix previous fortran change. 1998-05-05 04:09:14 +00:00
Richard M. Stallman
ada4407b16 (custom-face-attributes): Doc fix. 1998-05-05 03:29:49 +00:00
Richard M. Stallman
599f9a5c4c (server-buffer-done): Bind server-kill-buffer-running
around places that might kill the buffer.
Do something reasonable if server-done-hook kills the buffer.
(server-kill-buffer-running): Doc fix.
(server-kill-buffer): Do nothing unless server-buffer-clients.
(server-done): Doc fix.

(server-buffer-done): Test of for-killing was backwards.
1998-05-05 00:39:35 +00:00
Michael Kifer
2eb4bdca8a new version 1998-05-04 22:42:59 +00:00
Richard M. Stallman
38cf95df42 (encode_coding_iso2022): Don't skip a code following some invalid code. 1998-05-04 22:33:38 +00:00
Richard M. Stallman
490fe8b05c (WINDOW_RIGHT_MARGIN): Don't subtract 1 from width when there are no
vertical scrollbars and this is the rightmost window in the frame.
1998-05-04 20:14:36 +00:00
Eli Zaretskii
07e464ab32 (follow-intercept-processes): When asynchronous
subprocesses aren't supported, default to nil.
1998-05-04 15:38:59 +00:00
Eli Zaretskii
229ba775d4 (Fload): Rename dosmode to fmode and use it on all
platforms.  Avoid calling fdopen only for WINDOWSNT, use fdopen
for the the MSDOS version.
(read1): Avoid recording doc strings positions only for WINDOWSNT,
not for MSDOS.
1998-05-04 15:32:44 +00:00
Eli Zaretskii
67d3b149e2 (read1): Clear out extraneous bits at end of bool-vector. 1998-05-04 15:29:47 +00:00