| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
(display_mode_element): Adjusted for the above change.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
* startup.el (command-line): Use custom-reevaluate-setting for
transient-mark-mode.
* callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
with Qt.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
[HAVE_NTGUI]: Include w32term.h.
[MAC_OS]: Include macterm.ch.
(font_otf_ValueRecord): Use make_number.
(font_finish_cache): Fix handling of reference count.
(font_clear_cache): Update num_fonts.
(font_open_entity): Update smallest_char_width and
smallest_font_height of the frame.
(font_close_object): Update num_fonts.
(Fclear_font_cache): Fix finding the target cache data.
|
| | |
|
| |
|
|
| |
char arrays. Enlarge the size of array passed to get_token_information.
|
| | |
|
| | |
|
| |
|
|
| |
within a narrowed buffer.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
(detect_coding_system):
* lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
(string_char_to_byte, string_byte_to_char, insert_from_gap):
* insdel.c (insert_from_gap):
* fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
(string_char_to_byte, string_byte_to_char, string_make_multibyte)
(string_to_multibyte):
* character.c (chars_in_text, multibyte_chars_in_text):
* fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
|
| |
|
|
|
| |
(FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
(DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
|
| |
|
|
| |
functions on the part of the region that was changed.
|
| | |
|
| | |
|
| |
|
|
| |
(Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
|
| |
|
|
| |
it fails when compiling with -DENABLE_CHECKING.
|
| |
|
|
| |
this target.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
(syms_of_frame): Initialize it.
(Fdelete_frame): Use it to distinguish a mere `force' passed from
someharmles Elisp code, from a strong `force' from x_connection_closed.
* frame.h (Qnoelisp): Declare.
* xterm.c (x_connection_closed): Pass `noelisp'.
|
| |
|
|
|
|
| |
(struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
(struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
rather than `int' for the type of `type'.
|
| |
|
|
| |
* Makefile.in (GNUC): Remove support for gcc-1.x.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
unicode change, in approximately the right place (after the end of
emacs-unicode branch, before the start of emacs-unicode-2).
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
dealing with obsolete variables.
* fakemail.c (MAIL_PROGRAM_NAME): Remove unused conditional.
(main): Replace MAIL_PROGRAM_NAME with its value.
* src/Makefile.in:
* src/emacs.c:
* src/gmalloc.c:
* src/keyboard.c:
* src/lisp.h:
* src/m/ibm370aix.h:
* src/process.c:
* src/regex.c:
* src/s/hpux.h:
* src/sysdep.c:
* src/sysselect.h:
* src/systty.h:
* src/unexec.c:
* src/w32term.c:
* src/xsmfns.c:
* src/xterm.c: Remove code that deals with obsolete variables.
* s/msdos.h (DONT_NEED_ENVIRON): Don't define.
* ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
nothing else needs it anymore.
|
| |
|
|
| |
unibyte_char_to_multibyte.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
variable.
* s/gnu-linux.h: Remove commented out code.
* unexec.c: Remove references to obsolete variable
COFF_ENCAPSULATE.
* Makefile.in: Update what RMS says about using autoconf.
(C_COMPILER):
(COFF_ENCAPSULATE):
(MAKE_PARALLEL): Remove obsolete variable.
(C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1):
(C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
(C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
(syms_of_fontset): Use ASET.
|
| |
|
|
| |
(hash_clear): Use ASET.
|
| |
|
|
|
| |
If FORCE, and frame has a surrogate minibuffer for another frame,
delete the other frame first.
|
| | |
|
| |
|
|
| |
(standard_args): Ditto.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
[lint]: Don't include <sys/inode.h>.
|
| |
|
|
|
|
|
|
|
|
|
| |
* xmenu.c (digest_single_submenu, xmenu_show):
* xdisp.c (with_echo_area_buffer_unwind_data, format_mode_line_unwind_data)
(unwind_format_mode_line, display_menu_bar):
* eval.c (Ffetch_bytecode):
* doc.c (store_function_docstring):
* ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
(Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
* buffer.c (add_overlay_mod_hooklist): Use ASET.
|
| | |
|
| |
|
|
|
|
|
|
|
| |
Use cached metrics for ASCII characters.
(w32font_open_internal): Don't set font's owning_frame. Cache
metrics for ASCII characters.
* w32font.h (struct w32font_info): Add ascii_metrics.
Remove owning_frame.
|
| | |
|