- 26 Mar, 2000 12 commits
-
-
Gerd Moellmann authored
on buffer-local value of cursor_type. (x_draw_bar_cursor): Add parameter WIDTH.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
New targets. (bootstrap): Rewritten in terms of the new targets above. Make info files, too.
-
Gerd Moellmann authored
variables.
-
Gerd Moellmann authored
add local_flags. (MAX_BUFFER_LOCAL_VARS): New macro. (BUFFER_LOCAL_VAR_OFFSET, BUFFER_LOCAL_VAR_IDX) (BUFFER_HAS_LOCAL_VALUE_P, SET_BUFFER_HAS_LOCAL_VALUE_P) (BUFFER_LOCAL_IDX, BUFFER_LOCAL_DEFAULT_VALUE, BUFFER_LOCAL_VALUE) (BUFFER_LOCAL_SYMBOL, BUFFER_LOCAL_TYPE): New macros.
-
Gerd Moellmann authored
variables.
-
Gerd Moellmann authored
variables.
-
Gerd Moellmann authored
(max_buffer_local_idx): New variable. (reset_buffer_local_variables, Fbuffer_local_variables): Rewritten for new handling of per-buffer variables. (buffer_slot_type_mismatch): Use new macros for per-buffer vars. (init_buffer_once): Initialize per-buffer vars differently. Set max_buffer_local_idx.
-
Gerd Moellmann authored
variables.
-
Gerd Moellmann authored
(find_symbol_value, set_internal, default_value, Fset_default) (Fkill_local_variable, Flocal_variable_p): Use new macros for per-buffer variables.
-
Gerd Moellmann authored
-
Stefan Monnier authored
-
- 25 Mar, 2000 1 commit
-
-
Dave Love authored
-
- 24 Mar, 2000 17 commits
-
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
(compile-files): Compile files from COMPILE_FIRST first.
-
Gerd Moellmann authored
-
Richard M. Stallman authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
(find_defun_start): Consider an open parenthesis in column 0 a defun start only if open_paren_in_column_0_is_defun_start is set. (syms_of_syntax): New variable open-paren-in-column-0-is-defun-start.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
instead of copy-list which is a function from CL. (msb--choose-menu, msb--mode-menu-cond) (msb--create-buffer-menu-2): Use dolist instead of mapc. (msb--init-file-alist): Use mapcar instead of mapcan. (msb--aggregate-alist): Use mapcar instead of mapcan. Fix `(' in column 0 in doc string. (msb--add-separators): Use mapcar instead of mapcan.
-
Gerd Moellmann authored
matching open parenthesis in column 0 to defun-prompt-regexp only if open-paren-in-column-0-is-defun-start is set.
-
Stefan Monnier authored
* lread.c (load-history): Update docstring.
-
Stefan Monnier authored
-
Stefan Monnier authored
(byte-compile-constants, byte-compile-variables): Fix docstring. (byte-compile-initial-macro-environment): Use `byte-compile-eval' to execute `eval-whenc-compile's body. (byte-compile-unresolved-functions): Fix docstring. (byte-compile-eval): New function. (byte-compile-callargs-warn): Check if the function will be available at runtime (via property `byte-compile-noruntime'). (byte-compile-print-syms): New function. (byte-compile-warn-about-unresolved-functions): Also warn about `noruntime' functions (and use `byte-compile-print-syms'). (byte-compile-file): Capitalize the message.
-
Gerd Moellmann authored
Temporarily change the window's buffer, if necessary.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
loaddefs.el first. A loaddefs.el that's not up-to-date might cause a bootstrap failure because things don't autoload as expected.
-
Gerd Moellmann authored
(rmail-expunge): Ask for confirmation depending on the setting of rmail-confirm-expunge.
-
- 23 Mar, 2000 10 commits
-
-
Dave Love authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
(ps-print-version): New version number (5.1.2). (ps-begin-file, ps-end-file, ps-generate): Code fix.
-
Gerd Moellmann authored
function defined by `quickurl-format-function'. Before only the text of the URL was passed. Now the whole URL structure is passed and the function is responsible for extracting the parts it requires. Changed the default of `quickurl-format-function' accordingly. (quickurl-insert): Changed the `funcall' of `quickurl-format-function' to match the above change. (quickurl-list-insert): Changed the `url' case so that it makes use of `quickurl-format-function', previous to this the format was hard wired.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
not visible in the window.
-
Stefan Monnier authored
(re_compile_fastmap, re_match_2_internal): Undo Dave's previous fix.
-