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

26840 commits

Author SHA1 Message Date
Kenichi Handa
9fb7129305 (push_key_description): If enable-multibyte-characters
is non-nil, try to convert unibyte character to multibyte.  For
invalid multibyte character, show all bits by octal form.
(Fsingle_key_description): Check the varidity of charset for a
generic character.
1999-02-24 02:31:57 +00:00
Kenichi Handa
75c44f31de (encoded-kbd-handle-8bit): Allow inputting ?\240. 1999-02-24 00:02:56 +00:00
Karl Heuer
4cd8344ad3 (Ffile_regular_p): Undo previous change. 1999-02-23 22:28:55 +00:00
Karl Heuer
701b1ec29a (Fdefconst): Doc fix. 1999-02-23 22:23:57 +00:00
Karl Heuer
e6e9c5160d (vt100-wide-mode): Use defvar, not defconst. 1999-02-23 22:22:50 +00:00
Karl Heuer
ef79f4a6e5 Comment fix. 1999-02-23 22:18:30 +00:00
Karl Heuer
fe9891e0c3 (gud-jdb-massage-args): Spelling fix. 1999-02-23 22:17:48 +00:00
Karl Heuer
f40c9c7b58 (clean-buffer-list-kill-regexps): Doc fix.
(clean-buffer-list-kill-buffer-names): Doc fix.
1999-02-23 22:16:45 +00:00
Karl Heuer
8e339303f4 (get_boot_time): Don't use BUFSIZ. 1999-02-23 22:09:47 +00:00
Karl Heuer
7554590250 (with-temp-message): Use %s so % in old msg won't fool us. 1999-02-23 22:09:03 +00:00
Karl Heuer
bf7ce02180 Initial revision 1999-02-22 20:56:34 +00:00
Karl Heuer
5dbb45f2fd (f301-fujitsu-uxpv4.1): New target. 1999-02-22 20:54:00 +00:00
Karl Heuer
bbe73f056f (perror_1, fatal_error): Don't compile unless needed. 1999-02-22 20:51:02 +00:00
Eli Zaretskii
06e3b626d8 (archive-set-buffer-as-visiting-file): Save
excursion while calling set-auto-coding-function.
1999-02-22 16:01:30 +00:00
Eli Zaretskii
504737d5f6 (handwrite): Require ps-print, and use ps-printer-name and
ps-lpr-command.  Call ps-print-region-function
if it's defined, instead of forking ps-lpr-command
unconditionally.
1999-02-22 13:37:10 +00:00
Andrew Innes
69bd9c93b7 (EXTRA_LINK): Do version test with strings. 1999-02-22 12:46:52 +00:00
Andrew Innes
312ae6bf9a ($(BLD)\w32bdf.obj): Add missing continuation character. 1999-02-22 12:05:01 +00:00
Andreas Schwab
915b831236 (Fbase64_encode_string): Fix last change. 1999-02-22 10:45:53 +00:00
Andreas Schwab
b9818d1929 (event_kind): Add user_signal. 1999-02-22 10:07:06 +00:00
Andreas Schwab
5bf68f6e34 (Qusr1_signal, Qusr2_signal): New variables.
(syms_of_keyboard): Initialize them.
(lispy_user_signals): New variable.
(make_lispy_event): Handle user_signal event type.
1999-02-22 10:05:43 +00:00
Andreas Schwab
e2fa15ffaa Don't define Qusr1_signal and Qusr2_signal.
(syms_of_emacs): Don't initialize them.
(handle_USR1_signal, handle_USR2_signal): Set event type to
user_signal instead of non_ascii_keystroke, and use plain integers
as code instead of Lisp symbols.
1999-02-22 10:04:28 +00:00
Kenichi Handa
caa85ad9cd Modify comment for charset-origin-alist
property of a coding system.
1999-02-22 02:00:58 +00:00
Kenichi Handa
5a376b7d9d (what-cursor-position): charset-origin-alist property
of a coding system may be a translation table or a symbol of which
`translation-table' property is a translation table.
1999-02-22 01:59:30 +00:00
Kenichi Handa
bd72be60b4 (cp-coding-system-for-codepage-1): Put
charset-origin-alist property to a coding system for the codepage.
1999-02-22 01:59:01 +00:00
Richard M. Stallman
9b4b0c9ef9 (dirtrack): Added docstring. Now returns input. 1999-02-21 21:11:07 +00:00
Richard M. Stallman
e9f22ced2f (get_boot_time_1): Put this in #ifdef BOOT_TIME. 1999-02-21 19:57:34 +00:00
Richard M. Stallman
8c29413d71 (print_error_message): Don't crash if (cdr data) is not a list. 1999-02-21 19:56:08 +00:00
Eli Zaretskii
8f6df9b587 (lstat) [!S_ISLNK]: Use stat instead of lstat. 1999-02-21 16:36:07 +00:00
Andrew Innes
b78e8d0afb (memory_warnings) [WINDOWSNT]: Reset lim_data on each
run, since size can vary from run to run.
1999-02-20 20:50:20 +00:00
Andrew Innes
2b9a4fe9b8 (EXTRA_LINK, LINK_FLAGS): Ensure base relocation
data is included, to enable profiling.
($(EMACS)): Map file not needed for emacs.exe.
1999-02-20 20:48:10 +00:00
Andrew Innes
f5a3c8c45d (main): [!SYSTEM_MALLOC]: Call realloc and free as well
as malloc before calling uninterrupt_malloc, for consistency.
This also enables profiling to work on WINDOWSNT.
1999-02-20 20:43:58 +00:00
Andrew Innes
95382f4224 Initial revision 1999-02-20 20:40:31 +00:00
Andrew Innes
1e935838a1 (preprep): New target.
(ALL): Build it.
1999-02-20 20:38:52 +00:00
Andrew Innes
ebf8a96deb (ARCH_CFLAGS): Set struct packing to 8. 1999-02-20 20:36:26 +00:00
Andrew Innes
af51687cb6 Invoke preprep to prepare dumped image for profiling.
Change prep options to profile libc functions and skip the startup
code.
1999-02-20 20:34:14 +00:00
Richard M. Stallman
870cfc5510 Fix command to update info files. 1999-02-20 18:57:09 +00:00
Lars Magne Ingebrigtsen
df80b09f29 Initial revision 1999-02-20 14:11:41 +00:00
Lars Magne Ingebrigtsen
6748645fc3 Upgrading to Gnus 5.7; see ChangeLog 1999-02-20 14:05:57 +00:00
Lars Magne Ingebrigtsen
44a6ed57c9 *** empty log message *** 1999-02-20 13:52:45 +00:00
Richard M. Stallman
7ff58c39cb (dirtrack): Check for the prompt in the input string instead of the buffer. 1999-02-19 08:37:56 +00:00
Richard M. Stallman
c04bb32e21 Set version to 1.4.1. Changed mail address to
alex@gnu.org.  Mention the mailin listg sql.el@gnu.org.
(sql-input-ring-separator): Doc fix.
(sql-mode-syntax-table): double-dash starts comments is defined as
". 56" instead of ". 12b" for XEmacs.
(sql-stop, sql-interactive-mode): Doc fixes.
(sql-postgres): Queries for database and server, not just one.
(sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
1999-02-19 04:27:18 +00:00
Richard M. Stallman
c7055d6660 (sql-set-sqli-hook): A hook run when sql-buffer is
changed.  This is needed for master.el to work.
(sql-set-sqli-buffer): Use the new hook.

(sql-make-alternate-buffer-name): Function that sets
sql-alternate-buffer-name.
(sql-alternate-buffer-name): Possible name of SQLi buffers.
(sql-interactive-mode): Set sql-alternate-buffer-name.
(sql-rename-buffer): New command.
(sql-interactive-mode-menu): Menu for SQLi buffers.

(sql-interactive-mode): Doc fix.  sql-input-ring-separator
and sql-input-ring-file-name are used to temporarily set
comint-input-ring-file-name and comint-input-ring-separator when
reading and writing input history files.

(sql-stop): Use sql-input-ring-separator and
sql-input-ring-file-name.
(sql-input-ring-file-name): New variable with customization.
(sql-input-ring-separator): New variable with customization.
(sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
Callers changed.
(sql-show-sqli-buffer): The message for "sql-buffer is not set"
now includes the name of the current buffer.

(sql-mode): Set paragraph-separate and paragraph-start so that
sql-send-paragraph sends the entire SQL statements, even if it
contains indented lines.
1999-02-19 04:24:12 +00:00
Richard M. Stallman
b81ea5ef1d (syms_of_process): defsubr it.
(Fprocess_running_child_p): New function.

(process_send_signal): If CURRENT_GROUP is `lambda'
then don't send the signal if the shell owns the terminal.
(Finterrupt_process): Doc change.
1999-02-19 01:39:27 +00:00
Richard M. Stallman
ebdf0c3398 (iso-transl-ae): Renamed from iso-transl-e-slash.
(iso-transl-a-ring): Renamed from iso-transl-a-slash.
(iso-transl-AE): Renamed from iso-transl-E-slash.
(iso-transl-A-ring): Renamed from iso-transl-A-slash.
(iso-transl-char-map): Related changes.
1999-02-19 01:38:02 +00:00
Richard M. Stallman
a028e993f8 (emacs.o): Depend on termhooks.h.
(filelock.o): Depend on systime.h.
1999-02-19 01:37:28 +00:00
Richard M. Stallman
9177d97852 (within_one_second): New function.
(current_lock_owner): Use that.
(get_boot_time): Use /proc/uptime if available.
Otherwise, if nothing found in wtmp, try wtmp.1.gz and so on.
(get_boot_time_1): New subroutine taken from get_boot_time.
1999-02-19 01:36:29 +00:00
Richard M. Stallman
5bda49c640 (Qusr1_signal, Qusr2_signal): New variables.
(syms_of_emacs): Init and staticpro them.
(handle_USR1_signal): Don't run any code, just queue up an event.
(handle_USR2_signal): Likewise.
1999-02-19 01:34:48 +00:00
Dave Love
7cc45a35b1 (format-encode-run-method, format-decode-run-method): Fix previous change. 1999-02-18 15:46:31 +00:00
Kenichi Handa
cd52991697 (coding-system-list): Moved to mule.el. 1999-02-18 13:11:50 +00:00
Kenichi Handa
80a7463d83 (coding-system-list): Moved here from
mule-util.el to avoid autoloading mule-util by the call of
select-safe-coding-system.
1999-02-18 13:11:24 +00:00