aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Stefan Monnier2004-01-211-0/+11
|
* *** empty log message ***Stefan Monnier2004-01-211-36/+49
|
* (wait_reading_process_input): Lisp_Object/int mixup.Stefan Monnier2004-01-201-0/+6
|
* *** empty log message ***Kenichi Handa2004-01-191-0/+4
|
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-41Miles Bader2004-01-171-0/+9
| | | | | | | | | | | Make fringe-drawing stuff compile without a window-system * src/xdisp.c (Voverflow_newline_into_fringe) (move_it_in_display_line_to, redisplay_internal) (update_window_fringes, redisplay_window, display_line, window): Add `#ifdef HAVE_WINDOW_SYSTEM' around fringe-drawing stuff, so that it compiles without a window-system. * src/dispnew.c (direct_output_for_insert, update_window): Likewise.
* Add cursor in fringe support.Kim F. Storm2004-01-161-0/+82
| | | | Add buffer boundary and scrolling indications.
* * xterm.c (handle_one_xevent): Don't handle characters that are partJan Djärv2004-01-161-0/+5
| | | | of an old style (XLookupString) compose sequence.
* (Freplace_match): Use make_multibyte_string orKenichi Handa2004-01-151-0/+5
| | | | make_unibyte_string according to the buffer multibyteness.
* *** empty log message ***Stefan Monnier2004-01-141-0/+13
|
* * xmenu.c (popup_get_selection): Check new parameter down_on_keypressJan Djärv2004-01-121-0/+10
| | | | | | | | | if a key press should pop down. Only pop down if a key is pressed outside the menu/dialog. (create_and_show_popup_menu): Pass 0 for down_on_keypress to popup_get_selection. (create_and_show_dialog): Pass 1 for down_on_keypress to popup_get_selection.
* * alloc.c (allocate_vectorlike): Surround calls to mallopt withJan Djärv2004-01-111-0/+5
| | | | BLOCK/UNBLOCK_INPUT.
* * xmenu.c (Fx_popup_dialog): Add an Ok button if no buttons areJan Djärv2004-01-081-0/+5
| | | | specified.
* (Fformat): Fix '&' to '&&'.Kenichi Handa2004-01-081-0/+4
|
* (print_preprocess) <case Lisp_Vectorlike>: Only maskAndreas Schwab2004-01-081-0/+5
| | | | size if PSEUDOVECTOR_FLAG is set.
* (Fdeclare_equiv_charset): Fix docstring.Kenichi Handa2004-01-071-0/+2
|
* (fontset_ref_via_base): Fix previous change.Kenichi Handa2004-01-071-0/+4
|
* *** empty log message ***Kim F. Storm2004-01-061-0/+5
|
* *** empty log message ***Kim F. Storm2004-01-061-0/+24
|
* (skip_chars): Treat '-' at end of string as ordinaryAndreas Schwab2004-01-061-0/+5
| | | | character.
* (emacs_options, x_initialized, same_x_server): RemoveAndreas Schwab2004-01-021-0/+5
| | | | unused (and duplicated) definitions.
* *** empty log message ***Kim F. Storm2004-01-011-0/+26
|
* (w32_text_out): Use s->font, for consistency with callers.Jason Rumney2004-01-011-0/+5
|
* *** empty log message ***Luc Teirlinck2003-12-311-0/+6
|
* *** empty log message ***Eli Zaretskii2003-12-291-0/+4
|
* (store_symval_forwarding): Handle setting default-fill-column, etc.,Richard M. Stallman2003-12-291-0/+21
| | | | by changing buffers that use the default.
* *** empty log message ***Kenichi Handa2003-12-291-0/+18
|
* (Fcheck_coding_system): Further doc fix.Luc Teirlinck2003-12-281-0/+4
|
* Fix cursor glyph height on tall rows.Kim F. Storm2003-12-281-0/+77
| | | | | Add image map feature. Add pointer text property.
* *** empty log message ***Luc Teirlinck2003-12-251-0/+4
|
* (Fdirectory_files, Fdirectory_files_and_attributes):Lars Hansen2003-12-251-0/+5
| | | | Arguments GCPRO'ed in call to file name handler.
* (tgetst1): Scan for "%pN"; if allThien-Thi Nguyen2003-12-251-0/+5
| | | | N are continuous in [1,9], remove all "%pN".
* * gtkutil.c (xg_frame_set_char_size): Call x_wm_set_size_hint.Jan Djärv2003-12-241-0/+2
|
* * xfaces.c (lface_fully_specified_p): Take into account thatJan Djärv2003-12-241-0/+5
| | | | MAC OS always have unspecified stipple.
* *** empty log message ***Thien-Thi Nguyen2003-12-241-0/+5
|
* (Fcolor_gray_p): Fix omission bug:Thien-Thi Nguyen2003-12-241-0/+6
| | | | | In case `frame' is nil, consult the selected frame. (Fcolor_supported_p): Likewise.
* *** empty log message ***Luc Teirlinck2003-12-241-1/+2
|
* (Frandom, Fstring_make_multibyte): Doc fixes.Luc Teirlinck2003-12-231-2/+4
|
* (read_minibuf): Allow INITIAL to be a cons of a string and an integer.Luc Teirlinck2003-12-231-0/+12
| | | | | | | | | | Adapt the docstring accordingly. (Fread_from_minibuffer): Delete code moved into read_minibuf. Doc fix. (Fread_minibuffer, Fread_no_blanks_input): Adapt to changes in read_minibuf. (Fcompleting_read): Delete code moved into read_minibuf. (Ftest_completion): Make it handle obarrays and hash tables correctly.
* *** empty log message ***Kenichi Handa2003-12-031-0/+5
|
* *** empty log message ***Kenichi Handa2003-12-011-0/+5
|
* *** empty log message ***Luc Teirlinck2003-11-301-0/+6
|
* * dispnew.c (buffer_posn_from_coords): Add ifdef HAVE_WINDOW_SYSTEMJan Djärv2003-11-291-0/+3
| | | | to compile on terminal configuration.
* Add variable use-file-dialog to control use of file dialogs.Jan Djärv2003-11-291-0/+8
|
* (Qcursor_type, Qbar, Qhbar): Declare extern.Kim F. Storm2003-11-281-0/+5
| | | | (syms_of_msdos): Don't intern and staticpro them.
* *** empty log message ***Kim F. Storm2003-11-271-0/+52
|
* (internal_equal) <case Lisp_Vectorlike>: Declare size asAndreas Schwab2003-11-251-0/+6
| | | | | EMACS_INT to not lose bits. (Ffillarray): Don't set bits beyond the size of a bool vector.
* *** empty log message ***Kim F. Storm2003-11-251-0/+5
|
* (LD_SWITCH_SYSTEM_TEMACS)Gerd Moellmann2003-11-241-0/+6
| | | | | [__FreeBSD_version >= 500042]: Define as -znocombreloc because ld's default is incompatible with unexec.
* *** empty log message ***Kim F. Storm2003-11-231-0/+6
|
* (Fredirect_debugging_output): New defun.Kim F. Storm2003-11-231-1/+6
| | | | (syms_of_print): Defsubr it.