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

24490 commits

Author SHA1 Message Date
Karl Heuer
14fd44abc9 (show-paren-mode): Doc fix. 1999-03-30 21:29:38 +00:00
Karl Heuer
ce5d15426f (mouse-sel-mode): Doc fix. 1999-03-30 21:29:29 +00:00
Karl Heuer
b1c501a94e (icomplete-mode): Doc fix. 1999-03-30 21:29:19 +00:00
Karl Heuer
e7581a181a (hscroll-global-mode): Doc fix. 1999-03-30 21:29:00 +00:00
Karl Heuer
87f37557a5 (temp-buffer-resize-mode): Doc fix. 1999-03-30 21:28:47 +00:00
Karl Heuer
24789c69cd (global-font-lock-mode): Doc fix. 1999-03-30 21:28:05 +00:00
Karl Heuer
5481e5e87f (delete-selection-mode): Doc fix. 1999-03-30 21:27:55 +00:00
Karl Heuer
7421db29d7 (mouse-avoidance-mode): Doc fix. 1999-03-30 21:27:45 +00:00
Karl Heuer
2ca46a11bf (auto-insert-mode): Doc fix. 1999-03-30 21:27:34 +00:00
Karl Heuer
2002162195 (abbrev-mode): Doc fix. 1999-03-30 21:27:20 +00:00
Karl Heuer
35dfd2ef08 (partial-completion-mode): Doc fix. 1999-03-30 21:23:15 +00:00
Dave Love
df0ffd251b (main): Split up tables. Modify the preamble
somewhat.
1999-03-30 19:08:55 +00:00
Karl Heuer
808bcfd2c7 (widget-before-change): Signal text-read-only rather
than an ordinary error.
1999-03-30 18:09:57 +00:00
Karl Heuer
00ac134b3d Don't require advice.
(repeat): Do function-indirection in check for kbd macro.
In self-insert case, use the *last* char in INSERTION.
1999-03-30 18:07:16 +00:00
Karl Heuer
80184dac07 (Fexecute_kbd_macro): Save real_this_command.
(pop_kbd_macro): Restore the saved real_this_command.
(Fcall_last_kbd_macro): Set real_this_command to the macro.
1999-03-30 18:02:13 +00:00
Karl Heuer
5f625d0c09 (c-indent-command): Doc fix. 1999-03-30 18:00:49 +00:00
Eli Zaretskii
05175c5451 Use epaths.* instead of paths.*. 1999-03-30 16:28:40 +00:00
Andreas Schwab
0959218256 (tex-start-shell): Use add-hook for
comint-input-filter-functions.  Make variables related to shell
directory tracking local.
1999-03-29 09:06:05 +00:00
Tom Tromey
c076faabba (tcl-using-emacs-19-23): Recognize Emacs 20. 1999-03-29 07:35:55 +00:00
Andreas Schwab
481f397bac (shell-command-on-region): Cope with exit-status being
nil, which happens if call-process-region was interrupted.
1999-03-27 02:40:48 +00:00
Andreas Schwab
cb3fb87285 (debug): Make *Backtrace* buffer writable. 1999-03-27 02:33:08 +00:00
Brian Youmans
625f1c2311 Deleted items related to mon, as per RMS. - Brian <3diff> 1999-03-26 22:05:26 +00:00
Karl Heuer
af0e29d18e (indent-new-comment-line): Handle use at a point
after a comment-end.  Handle multiple comments.
1999-03-26 18:02:24 +00:00
Karl Heuer
db0e544166 (rmail-decode-babyl-format):
To prevent locking, bind buffer-file-name to nil.
1999-03-26 17:58:09 +00:00
Karl Heuer
90d456d297 (Fset_buffer_modified_p): Don't lock or unlock
if buffer-file-name is nil.
1999-03-26 17:55:42 +00:00
Karl Heuer
91245cb042 (mail-hist-current-header-name): Don't make
off-by-one-error when determining if in message body.
1999-03-26 17:53:18 +00:00
Andrew Innes
0ece9ef6bf (Fw32_set_clipboard_data): Take into account line
ends when calculating clipboard storage needed for non-ASCII text.
1999-03-25 22:59:18 +00:00
Andrew Innes
a7976df819 (PREPARED_HEADERS): Change name of paths.h to epaths.h.
(epaths.h): Renamed from paths.h.
(clean):
($(BLD)\filelock.obj):
($(BLD)\lread.obj):
($(BLD)\w32fns.obj): Renamed paths.h to epaths.h.
1999-03-25 22:56:34 +00:00
Andrew Innes
a5e8ac59ad (main): Call GetShortPathName to normalize program
names for comparison.
1999-03-25 22:54:17 +00:00
Andrew Innes
224116b8e9 (set-default-process-coding-system): Copied from dos-w32.el. 1999-03-25 22:51:54 +00:00
Andrew Innes
b1ed864845 (set-default-process-coding-system): Copied from
dos-w32.el, but modified to use Unix line endings for process
input, and to add a suitable entry to process-coding-system-alist
for DOS shells.
1999-03-25 22:49:36 +00:00
Dave Love
f601cd3e35 (Info-directory-list): Revert change to re-writing
Info-default-directory-list, but put `alternative' first.
(Info-insert-dir): Modify selecting the top dir file as a
consequence.
1999-03-24 14:25:58 +00:00
Simon Marshall
4d80b2cc0f * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
on the line by itself.
        (java-font-lock-keywords-2): Likewise.  Don't fontify a class name if
        it is not in a declarative context.
1999-03-23 15:31:44 +00:00
Kenichi Handa
f30b349973 (decode_mode_spec_coding): Handle integer value in
eoltype correctly for backward compatibility.
1999-03-23 12:29:30 +00:00
Kenichi Handa
8dbb769e94 (encode_coding_iso2022): Initialize dummy arguments to
ENCODE_ISO_CHARACTER for the previous change on this macro.
1999-03-23 12:28:55 +00:00
Karl Heuer
fa08de9625 (custom-variable-prompt): Allow customization of
autoloaded symbols.
1999-03-23 00:58:50 +00:00
Kenichi Handa
28fd4883f6 (what-cursor-position): Don't cause error when point
is at invalid multibyte sequence.
1999-03-22 04:12:42 +00:00
Karl Heuer
a399edf459 (partial-completion-mode): Doc fix. 1999-03-21 07:26:47 +00:00
Kenichi Handa
6f5510294b (ENCODE_ISO_CHARACTER): Check validity of CHARSET. If
invalid, produce the buffer internal byte sequence without
encoding.
1999-03-20 07:47:54 +00:00
Karl Heuer
00d6521642 (Fformat): Accept %i format. 1999-03-19 08:09:59 +00:00
Karl Heuer
39fc56c9ef (old-c): Remove :group. 1999-03-19 08:00:13 +00:00
Karl Heuer
e5691fd5c6 (old-c++): Remove :group. 1999-03-19 07:59:45 +00:00
Simon Marshall
b09f207af2 added strictfp type modifier. 1999-03-18 10:16:14 +00:00
Simon Marshall
495b993235 Added "complex" type to c-font-lock-keywords-2. 1999-03-18 09:58:18 +00:00
Oliver Seidel
6c7331ff70 Marc Zonzon <Marc.Zonzon@univ-rennes1.fr> on 18.Mar.99 writes that I
should remove the single space between ### and autoload.  And now I
have.
1999-03-18 08:53:48 +00:00
Karl Heuer
29a2adb0fb (get_boot_time): Test tempname, not filename. 1999-03-18 00:16:38 +00:00
Geoff Voelker
1b42a753f9 (set-w32-system-coding-system) New function.
(w32-system-coding-system) Initialize to 'iso-latin-1.
1999-03-17 22:06:23 +00:00
Geoff Voelker
f46e6225bb (enum_font_cb2): Set the font height to be the
character height, not the cell height.
(Fw32_select_font): Initialize font dialog with current
default font.
(Vw32_system_coding_system): New variable.
(w32_strict_filenames): Add comment.
(w32_to_x_font): Decode font name using Vw32_system_coding_system.
(x_to_w32_font): Encode font name using Vw32_system_coding_system.
(syms_of_w32fns): Add w32-system-coding-system.
1999-03-17 22:03:55 +00:00
Geoff Voelker
865203c3b7 Merged patches from Meadow. 1999-03-17 22:03:43 +00:00
Eli Zaretskii
4e2ac2d940 (set-language-environment): Fix
previous change: don't use dos-codepage when unbound.
1999-03-17 11:29:05 +00:00