aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Gerd Moellmann2001-01-251-0/+5
|
* *** empty log message ***Dave Love2001-01-251-0/+2
|
* *** empty log message ***Dave Love2001-01-251-0/+4
|
* *** empty log message ***Gerd Moellmann2001-01-251-0/+4
|
* (read_integer): Use type EMACS_INT instead of int.Gerd Moellmann2001-01-251-0/+4
|
* (ccl_driver): Fix last change.Eli Zaretskii2001-01-251-0/+4
|
* Fix a typo in the last entry for ccl.c.Eli Zaretskii2001-01-251-1/+1
|
* *** empty log message ***Kenichi Handa2001-01-241-0/+15
|
* *** empty log message ***Stefan Monnier2001-01-241-0/+5
|
* (Fwhere_is_internal): Don't nreverse the cachedGerd Moellmann2001-01-241-0/+6
| | | | | value in where_is_cache; the next lookup in the cache returns something bogus if we do.
* *** empty log message ***Eli Zaretskii2001-01-241-0/+5
|
* *** empty log message ***Gerd Moellmann2001-01-241-0/+3
|
* (x_new_font): Don't change a tooltip's size.Gerd Moellmann2001-01-241-0/+8
|
* *** empty log message ***Kenichi Handa2001-01-241-2/+6
|
* *** empty log message ***Kenichi Handa2001-01-241-0/+5
|
* *** empty log message ***Gerd Moellmann2001-01-231-1/+9
|
* *** empty log message ***Eli Zaretskii2001-01-231-0/+5
|
* *** empty log message ***Kenichi Handa2001-01-231-0/+5
|
* (build_desired_tool_bar_string): Make sure we haveGerd Moellmann2001-01-221-0/+4
| | | | | a desired tool bar string, even if there are not tool bar items.
* (Ftool_bar_lines_needed): New function.Gerd Moellmann2001-01-221-0/+3
| | | | (syms_of_xdisp): Defsubr it.
* (Fformat): Don't extend text properties from argumentsGerd Moellmann2001-01-221-0/+5
| | | | to padding chars in the result.
* (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS.Eli Zaretskii2001-01-201-0/+4
|
* (w32_ring_bell): Only support visible bell on w32Andrew Innes2001-01-201-0/+28
| | | | | | frames. (w32_initialize): Don't set term hooks that aren't actually needed in windowed mode.
* *** empty log message ***Kenichi Handa2001-01-191-0/+4
|
* *** empty log message ***Andrew Innes2001-01-191-0/+5
|
* *** empty log message ***Gerd Moellmann2001-01-191-0/+2
|
* *** empty log message ***Gerd Moellmann2001-01-191-0/+5
|
* *** empty log message ***Kenichi Handa2001-01-191-0/+16
|
* *** empty log message ***Kenichi Handa2001-01-191-0/+4
|
* *** empty log message ***Gerd Moellmann2001-01-181-0/+7
|
* (WINDOW_LIVE_P): New macro.Gerd Moellmann2001-01-181-0/+4
|
* (window_size_fixed): New variable.Gerd Moellmann2001-01-181-0/+4
| | | | | (syms_of_window): Add a DEFVAR_BOOL for window-size-fixed, for the doc string.
* (specbind): If binding a per-buffer variable whichGerd Moellmann2001-01-181-0/+6
| | | | | | | doesn't have a buffer-local value in the current buffer, change the global value by changing the value of the symbol bound in all buffers not having their own value, to make it consistent with what happens with other buffer-local variables.
* (forward_to_next_line_start): Stop at end of bufferGerd Moellmann2001-01-181-0/+7
| | | | when searching for a newline.
* *** empty log message ***Kenichi Handa2001-01-181-0/+4
|
* (x_produce_stretch_glyph): Only use Qspace when GLYPH_DEBUG is defined.Jason Rumney2001-01-181-0/+23
| | | | | | | | | | | | | | | | | | | (x_produce_glyphs): Don't xassert `it->descent > 0'; this isn't true for images with `:ascent 100'. (x_set_mouse_face_gc): If the last used mouse face has gone in the meantime, use face MOUSE_FACE_ID. If first glyph isn't a character glyph, use the ASCII NUL character to determine the face. (expose_area): Do not treat left margin specially. (note_mode_line_highlight): If no local_map, check global keymap. (note_mouse_highlight): Initialize overlay. (clear_mouse_face): Don't return if tip_frame is non-nil. (show_scroll_bars): Remove unused function. (w32_read_socket) [WM_KILLFOCUS]: Set help_echo to Qnil. (x_draw_bar_cursor): Remove extra test for out of bounds cursor. Clip to row. (x_erase_phys_cursor): Don't apply XWINDOW to variable that may be nil. (x_free_frame_resources): Unload relief colors.
* (forward_to_next_line_start): Avoid callingGerd Moellmann2001-01-171-0/+5
| | | | | | get_next_display_element when the newline is already found. This may change the iterator's position, when its current position is equal to the iterator's stop_charpos.
* (direct_output_for_insert): If char_ins_del_ok isGerd Moellmann2001-01-171-0/+3
| | | | zero, use this method only at the end of a line.
* (x_face_list_fonts): Don't BLOCK_INPUT around theGerd Moellmann2001-01-171-0/+4
| | | | | call to x_list_fonts. Call x_list_fonts with SIZE -1 only if SCALABLE_FONTS_P is set.
* (x_face_list_fonts): Call x_list_fonts with SIZE -1,Gerd Moellmann2001-01-171-0/+6
| | | | | | | so that scalable fonts are included. (x_face_list_fonts): Use x_list_fonts instead of XListFonts to take advantage of font caching.
* (x_list_fonts): Allow scalable fonts if SIZE is < 0,Gerd Moellmann2001-01-171-0/+13
| | | | | | | | | | In the cache, use a key containing the information if scalable fonts are included. (x_load_font): Adapt to change of keys in the font cache. (x_list_fonts): Ensure caching font information when called for a null frame, which is the case frequently when Emacs starts.
* *** empty log message ***Gerd Moellmann2001-01-171-0/+7
|
* *** empty log message ***Gerd Moellmann2001-01-171-0/+3
|
* *** empty log message ***Gerd Moellmann2001-01-171-0/+4
|
* (directory_files_internal): Convert result from readdirAndrew Innes2001-01-171-0/+6
| | | | | to a unibyte string initially, to avoid possible misinterpretation of some bytes as the internal form of Emacs characters.
* *** empty log message ***Kenichi Handa2001-01-171-0/+5
|
* *** empty log message ***Gerd Moellmann2001-01-161-0/+5
|
* (Fset_buffer_modified_p): Set buffer'sGerd Moellmann2001-01-161-0/+3
| | | | prevent_redisplay_optimizations_p flag.
* *** empty log message ***Gerd Moellmann2001-01-161-0/+12
|
* *** empty log message ***Kenichi Handa2001-01-161-0/+2
|