- 22 Feb, 1999 5 commits
-
-
Andreas Schwab authored
(syms_of_keyboard): Initialize them. (lispy_user_signals): New variable. (make_lispy_event): Handle user_signal event type.
-
Andreas Schwab authored
(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.
-
Kenichi Handa authored
property of a coding system.
-
Kenichi Handa authored
of a coding system may be a translation table or a symbol of which `translation-table' property is a translation table.
-
Kenichi Handa authored
charset-origin-alist property to a coding system for the codepage.
-
- 21 Feb, 1999 4 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Eli Zaretskii authored
-
- 20 Feb, 1999 11 commits
-
-
Andrew Innes authored
run, since size can vary from run to run.
-
Andrew Innes authored
data is included, to enable profiling. ($(EMACS)): Map file not needed for emacs.exe.
-
Andrew Innes authored
as malloc before calling uninterrupt_malloc, for consistency. This also enables profiling to work on WINDOWSNT.
-
Andrew Innes authored
-
Andrew Innes authored
(ALL): Build it.
-
Andrew Innes authored
-
Andrew Innes authored
Change prep options to profile libc functions and skip the startup code.
-
Richard M. Stallman authored
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
-
- 19 Feb, 1999 8 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
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.
-
Richard M. Stallman authored
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.
-
Richard M. Stallman authored
(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.
-
Richard M. Stallman authored
(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.
-
Richard M. Stallman authored
(filelock.o): Depend on systime.h.
-
Richard M. Stallman authored
(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.
-
Richard M. Stallman authored
(syms_of_emacs): Init and staticpro them. (handle_USR1_signal): Don't run any code, just queue up an event. (handle_USR2_signal): Likewise.
-
- 18 Feb, 1999 7 commits
-
-
Dave Love authored
-
Kenichi Handa authored
-
Kenichi Handa authored
mule-util.el to avoid autoloading mule-util by the call of select-safe-coding-system.
-
Kenichi Handa authored
formatting error message. (Fdecode_big5_char): Likewise.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(replacing a region of zero length), handle markers at the insertion point properly.
-
Richard M. Stallman authored
-
- 17 Feb, 1999 5 commits
-
-
Richard M. Stallman authored
-
Andrew Innes authored
(post_character_message): Use it. (syms_of_w32fns): DEFVAR it.
-
Kenichi Handa authored
insert-buffer-substring instead of insert-buffer to avoid putting mark.
-
Andreas Schwab authored
displayed-month and displayed-year here, let generate-calendar do it, after range checking.
-
Simon Marshall authored
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.
-