aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos.Glenn Morris2008-02-211-3/+3
|
* (decode_mode_spec): New arg string.Kenichi Handa2008-02-211-0/+5
| | | | (display_mode_element): Adjusted for the above change.
* (Fcall_interactively): Use AREF.Stefan Monnier2008-02-191-0/+4
|
* (font_unparse_xlfd): Don't ignore integer pixel size specs.Stefan Monnier2008-02-181-0/+4
|
* (Fx_show_tip): Set string to " " if empty.Jan Djärv2008-02-181-0/+4
|
* * simple.el (transient-mark-mode): Add an :init-value.Dan Nicolaescu2008-02-171-0/+5
| | | | | | | | * startup.el (command-line): Use custom-reevaluate-setting for transient-mark-mode. * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive with Qt.
* Include xterm.h.Kenichi Handa2008-02-171-0/+61
| | | | | | | | | | | | [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.
* (Finternal_char_font): Fix compilation warning.Glenn Morris2008-02-161-0/+4
|
* (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP instead ofEli Zaretskii2008-02-161-0/+4
| | | | char arrays. Enlarge the size of array passed to get_token_information.
* (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation warnings.Eli Zaretskii2008-02-161-0/+5
|
* Don't set `args', it breaks gdb --args.Dan Nicolaescu2008-02-151-0/+4
|
* (Finsert_file_contents): Adjust offsets when replacingStefan Monnier2008-02-141-0/+5
| | | | within a narrowed buffer.
* *** empty log message ***Juanma Barranquero2008-02-141-3/+4
|
* *** empty log message ***Kenichi Handa2008-02-141-0/+5
|
* * coding.c (coding_set_destination): Use BEG_BYTE rather than hardcoding 1.Stefan Monnier2008-02-121-0/+11
| | | | | | | | | | | | (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, FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)Stefan Monnier2008-02-121-0/+5
| | | | | (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF. (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
* (casify_region): Only call after-change and compositionStefan Monnier2008-02-121-0/+3
| | | | functions on the part of the region that was changed.
* (read_avail_input): Call Fdelete_terminal.Stefan Monnier2008-02-121-0/+1
|
* (Fdelete_frame): Call Fdelete_terminal.Stefan Monnier2008-02-121-0/+4
|
* (clone_per_buffer_values, reset_buffer_local_variables)Stefan Monnier2008-02-111-0/+5
| | | | (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
* (read_key_sequence): Don't pass args with side effects to AREF,Juanma Barranquero2008-02-111-7/+11
| | | | it fails when compiling with -DENABLE_CHECKING.
* (${lispsource}international/charprop.el): DeleteKenichi Handa2008-02-111-0/+3
| | | | this target.
* *** empty log message ***Kenichi Handa2008-02-111-0/+5
|
* (Fdelete_terminal): Clean up the `force' path.Stefan Monnier2008-02-111-0/+4
|
* * frame.c (Qnoelisp): New symbol.Stefan Monnier2008-02-101-0/+7
| | | | | | | | (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_Misc_Any, struct Lisp_Marker)Stefan Monnier2008-02-101-0/+7
| | | | | | (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'.
* * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.Dan Nicolaescu2008-02-101-0/+6
| | | | * Makefile.in (GNUC): Remove support for gcc-1.x.
* (ASET): Use AREF, not ASLOT.Richard M. Stallman2008-02-101-0/+4
|
* (ASET): Check bounds.Stefan Monnier2008-02-101-0/+4
|
* (mode-name): Doc fix.Glenn Morris2008-02-101-0/+4
|
* (find-word-boundary-function-table): Add missing entry for thisGlenn Morris2008-02-101-1/+9
| | | | | unicode change, in approximately the right place (after the end of emacs-unicode branch, before the start of emacs-unicode-2).
* * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove codeDan Nicolaescu2008-02-091-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table instead ofEli Zaretskii2008-02-091-0/+5
| | | | unibyte_char_to_multibyte.
* * Makefile.in (REGEXP_IN_LIBC): Remove reference to obsoleteDan Nicolaescu2008-02-091-0/+15
| | | | | | | | | | | | | | | | | 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.
* * xfaces.c (Finternal_make_lisp_face): Use ASET.Stefan Monnier2008-02-081-0/+1
|
* (Fkey_description): Move side effect outside of macro call.Stefan Monnier2008-02-081-0/+2
|
* (add_command_key, parse_menu_item): Use ASET.Stefan Monnier2008-02-081-0/+2
|
* (free_face_fontset): Use FONTSET_FROM_ID.Stefan Monnier2008-02-081-0/+3
| | | | (syms_of_fontset): Use ASET.
* (concat): Move side effect outside of macro call.Stefan Monnier2008-02-081-0/+5
| | | | (hash_clear): Use ASET.
* (Fdelete_frame): If FORCE, don't call hooks.Richard M. Stallman2008-02-081-0/+6
| | | | | If FORCE, and frame has a surrogate minibuffer for another frame, delete the other frame first.
* Whitespace changes.Romain Francoise2008-02-071-13/+13
|
* (USAGE3): Add --parent-idJan Djärv2008-02-071-0/+30
| | | | (standard_args): Ditto.
* (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".Jan Djärv2008-02-071-0/+4
|
* Use "do...while (0)", not "if (1)..else" in macro definitions.Jan Djärv2008-02-071-0/+5
|
* Use "do...while (0)", not "if (1)..else" in macro definitions.Jan Djärv2008-02-071-0/+10
|
* Jim Meyering <meyering at redhat.com>Glenn Morris2008-02-071-0/+4
| | | | [lint]: Don't include <sys/inode.h>.
* * xselect.c (x_handle_dnd_message):Stefan Monnier2008-02-071-4/+16
| | | | | | | | | | | * 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.
* *** empty log message ***Kenichi Handa2008-02-071-0/+7
|
* * w32font.c (w32font_text_extents): Fill in lbearing metric.Jason Rumney2008-02-061-0/+10
| | | | | | | | | 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.
* *** empty log message ***Kenichi Handa2008-02-061-0/+12
|