1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-03 11:33:37 +00:00
Commit Graph

24306 Commits

Author SHA1 Message Date
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
Kenichi Handa
9da8350f2e (Fdecode_sjis_char): In case of error, use %x for
formatting error message.
(Fdecode_big5_char): Likewise.
1999-02-18 12:52:07 +00:00
Richard M. Stallman
7cbf1dc1d3 (turn-on-auto-fill): Mark it as an option for `text-mode-hook'. 1999-02-18 07:24:11 +00:00
Richard M. Stallman
c8a3c7eb27 (adjust_markers_for_replace): When doing an insertion
(replacing a region of zero length), handle markers at the
insertion point properly.
1999-02-18 05:40:34 +00:00
Richard M. Stallman
3373a131db (easy-menu-get-map): Don't crash if (current-local-map) is nil. 1999-02-18 01:10:46 +00:00
Richard M. Stallman
0a162908c8 (file-cache-filter-regexps): Added .class. 1999-02-17 18:16:13 +00:00
Andrew Innes
7d08135584 (Vw32_quit_key): New variable.
(post_character_message): Use it.
(syms_of_w32fns): DEFVAR it.
1999-02-17 12:47:59 +00:00
Kenichi Handa
a1e2477428 (decompose-region): Use
insert-buffer-substring instead of insert-buffer to avoid putting
mark.
1999-02-17 12:39:48 +00:00
Andreas Schwab
9aa84f7f92 (scroll-calendar-left): Don't set
displayed-month and displayed-year here, let generate-calendar do
it, after range checking.
1999-02-17 10:32:01 +00:00
Simon Marshall
68c67d1f82 * font-lock.el (c++-font-lock-keywords-3): Use c-at-toplevel-p to distinguish
correctly an object declared via a constructor from a method.
(font-lock-defaults-alist): Don't give `.' word syntax for Java.
(java-font-lock-keywords-1): Fontify package names individually.
(java-font-lock-extra-types): Ensure regexp matches capitalised types only.
(java-font-lock-keywords-2): Simplify type fontification.
(java-font-lock-keywords-3): Likewise.
1999-02-17 10:06:41 +00:00
Simon Marshall
abb7e5cfc3 Added c-at-toplevel-p for font-lock.el. 1999-02-17 09:46:28 +00:00
Kenichi Handa
c22554ac39 (Fbase64_encode_string): New optional argument `NO_LINE_BREAK'. 1999-02-17 08:12:31 +00:00
Richard M. Stallman
02882bbce6 (dired-move-to-filename-regexp): Prepend .* so that we find the
last match if there are multiple matches.
1999-02-17 02:23:44 +00:00
Kenichi Handa
337ae039f2 (iso-2022-jp-2): New coding system.
("Japanese"): Put iso-2022-jp-2 in coding-priority property.
1999-02-17 00:15:34 +00:00
Richard M. Stallman
6016b6e4dc (describe-function-1): Accept non-symbols. 1999-02-16 23:09:54 +00:00
Richard M. Stallman
c3ce7bf4ec (tex-run-command, latex-run-command)
(slitex-run-command, tex-command): Doc changes.
(tex-start-options-string): Autoload it.  Doc change.  Provide
a menu for customization.  Allow nil.  Quote backslashes only once.
(tex-start-tex): Handle nil value of tex-start-options-string
and apply shell-quote-argument to it.
1999-02-16 10:39:24 +00:00
Eli Zaretskii
6c18d2f5c5 (ls-lisp-insert-directory): Call fceiling to round
the size in blocks, since it can be a float.
(ls-lisp-format): Likewise
1999-02-16 08:29:22 +00:00
Eli Zaretskii
cb1846b412 (Ffile_attributes): If the file's size doesn't fit in
an integer, return it as a float.  Doc string fixed.
1999-02-16 08:25:51 +00:00
Kenichi Handa
ffd809f2f2 (japanese-shift-jis): Add charset-origin-alist property. 1999-02-16 07:32:43 +00:00
Richard M. Stallman
bccc6e3d9f (compile-internal): Use save-selected-window. 1999-02-16 03:36:28 +00:00
Richard M. Stallman
8e70c858a7 Record new maintainer. 1999-02-16 03:07:34 +00:00
Kenichi Handa
c28a9453f6 (Fdecode_sjis_char, Fencode_sjis_char): Hanlde
ASCII correctly.  Signal error on invalid characters.
(Fdecode_big5_char, Fencode_big5_char): Likewise.
1999-02-16 01:38:01 +00:00
Richard M. Stallman
2751e20bad (rmail-show-message): If an unseen message has a
Summary-line in its header, get past one more line before looking
for the X-Coding-System header.
1999-02-16 01:05:33 +00:00
Richard M. Stallman
c306e0e09f (momentary-string-display): Bind inhibit-read-only. 1999-02-16 00:52:36 +00:00
Richard M. Stallman
2654fa92b2 (speedbar-item-info-tag-helper): Scan the whole line. 1999-02-16 00:33:44 +00:00
Geoff Voelker
2359dd3507 (INSTALL): Copy the handful of uncompiled lisp files
explicitly to accomodate Windows 9X lack of a useful copy program.
1999-02-15 22:31:31 +00:00
Geoff Voelker
afe298c886 Create installation directory as first step. 1999-02-15 22:31:13 +00:00
Eli Zaretskii
cc6d8c5b60 (get_clipboard_data): Work around a bug in Windows95
DOS box which doubles the reported size of text in the clipboard.
1999-02-15 15:14:47 +00:00
Richard M. Stallman
1468535ed1 (widget-choice-value-create): Use equal' instead of eq'. 1999-02-15 12:07:01 +00:00
Kenichi Handa
a63063ae57 (decode_coding_iso2022): Don't set coding->composed_chars to 0 here.
(setup_coding_system): Set coding->composed_chars to 0 here.
1999-02-15 10:47:36 +00:00
Richard M. Stallman
2c3ac81d09 (format-replace-strings): Fix value of TO in REVERSE case. 1999-02-14 06:00:44 +00:00
Richard M. Stallman
8d66d13d12 (texinfo-alias): New function.
(texinfo-fold-nodename-case): Add defvar.
(texinfo-format-node): Do case folding if specified.
1999-02-13 16:40:10 +00:00
Richard M. Stallman
5057be3e8c (Ffile_regular_p): Use lstat. 1999-02-13 16:36:24 +00:00
Richard M. Stallman
8005ea3f21 (ffap-file-at-point): Test local file names
immediately.  Strip off line numbers.
1999-02-13 16:28:34 +00:00
Richard M. Stallman
118069b3b0 *** empty log message *** 1999-02-13 13:38:17 +00:00