- 30 Dec, 1998 2 commits
-
-
Richard M. Stallman authored
Use them instead of malloc, xmalloc, and xfree, for Lisp objects. Don't set allocating_for_lisp in the callers; let lisp_malloc do it. (n_interval_blocks, n_float_blocks): New variable. (n_cons_blocks, n_vectors, n_symbol_blocks): New variable. (n_marker_blocks, n_string_blocks): New variable. (init_intervals, make_interval): Set a count variable. Use lisp_malloc instead of setting allocating_for_lisp. (init_float, make_float, init_cons, Fcons): Likewise. (allocate_vectorlike, init_symbol, Fmake_symbol): Likewise (init_marker, allocate_misc, init_strings): Likewise. (make_uninit_multibyte_string): Likewise. (gc_sweep, compact_strings): Decrement the count variables. (uninterrupt_malloc): Don't store Emacs's hooks into the old_..._hook variables.
-
Richard M. Stallman authored
(pages-directory-map): Bind mouse-2 (pages-copy-header-and-position): Put text property. (pages-directory-goto-with-mouse): New function.
-
- 29 Dec, 1998 5 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
global map already, and not in the local map. (easy-menu-do-add-item): Fix error message.
-
Richard M. Stallman authored
even when starting the dumped Emacs.
-
Richard M. Stallman authored
(Fkey_description): Handle lists like vectors.
-
Eli Zaretskii authored
(cp-coding-system-for-codepage-1): Likewise.
-
- 28 Dec, 1998 6 commits
-
-
Andrew Innes authored
not set async_iconified flag though.
-
Andrew Innes authored
by complete_deferred_msg. (post_character_message): Cancel all deferred messages when quit_char is typed, in order to break out of potential deadlocks. (cancel_all_deferred_msgs): New function. (complete_deferred_msg): Don't abort if msg not found; may have been cancelled. (Fw32_reconstruct_hot_key): Use pre-interned symbols. (Fw32_send_sys_command): Wait for system command to complete before returning.
-
Andrew Innes authored
(create_child): Use it. (syms_of_ntproc): Defvar it. Also fix docstrings for w32-start-process-share-console and w32-start-process-show-window.
-
Andrew Innes authored
without prompting.
-
Andrew Innes authored
(main): Save startup directory to give to spawn, then change directory to location of .exe in order not to prevent startup directory from being deleted.
-
Andreas Schwab authored
and track-mouse.
-
- 27 Dec, 1998 3 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB in flyspell-mouse-map (only). (flyspell-use-local-map): New variable. Use a different mouse-2 binding in that case, and don't add to minor-mode-map-alist. (make-flyspell-overlay, flyspell-correct-word): Test flyspell-use-local-map.
-
- 26 Dec, 1998 1 commit
-
-
Richard M. Stallman authored
Be careful about whether to return a relative file name, and if so, relative to what directory.
-
- 25 Dec, 1998 3 commits
-
-
Markus Rost authored
read-file-name. (rmail-output-to-rmail-file): Likewise.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(easy-menu-add-item, easy-menu-remove-item): Argument renamed. (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
-
- 23 Dec, 1998 1 commit
-
-
Kenichi Handa authored
-
- 22 Dec, 1998 8 commits
-
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
input-method-exit-on-first-char.
-
Kenichi Handa authored
because of the change of the second argument of Fread_char.
-
Kenichi Handa authored
(Fread_event): Likewise. (Fread_char_exclusive): Likewise.
-
Kenichi Handa authored
range, return nil.
-
Kenichi Handa authored
-
Kenichi Handa authored
string given to a process filter by a coding system used for decoding the process output.
-
- 21 Dec, 1998 9 commits
-
-
Eli Zaretskii authored
nonascii-translation-table.
-
Eli Zaretskii authored
nonascii-translation-table.
-
Eli Zaretskii authored
nonascii-translation-table.
-
Eli Zaretskii authored
nonascii-translation-table.
-
Eli Zaretskii authored
nonascii-translation-table.
-
Eli Zaretskii authored
MULE menu items.
-
Eli Zaretskii authored
(Info-find-node, Info-build-node-completions): Call it.
-
Andreas Schwab authored
if this is an autoloaded keymap.
-
Andreas Schwab authored
commands to make it a complete sentence in one line.
-
- 20 Dec, 1998 2 commits
-
-
Eli Zaretskii authored
Create separate encoders and decoders, for DOS and Unix. Make the usual family of 3 coding systems, so that automatic detection of EOL type works. (cp-make-coding-systems-for-codepage): Don't intern DOS- and Unix-specific symbols here, and don't call cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi Handa <handa@etl.go.jp>.)
-
Eli Zaretskii authored
-