aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * xfns.c (syms_of_xfns): Provide x-toolkit also for GTK.Jan Djärv2004-05-122-0/+9
|
* macfns.c: Default to using tool-bar by setting tool-bar-lines to 1 inSteven Tamm2004-05-122-2/+7
| | | | default-frame-alist.
* Support XPM on Carbon Emacs. Does notSteven Tamm2004-05-122-3/+482
| | | | | depend on libXpm, but only supports XPM version 3 without extensions.
* macterm.c (x_flush, XTframe_up_to_date): use FRAME_MAC_PSteven Tamm2004-05-122-2/+7
| | | | instead of FRAME_X_P
* (read_process_output): Grow decoding_buf when needed;Kim F. Storm2004-05-111-0/+4
| | | | this could cause a crash in allocate_string and compact_small_strings.
* *** empty log message ***Kim F. Storm2004-05-111-0/+5
|
* *** empty log message ***Eli Zaretskii2004-05-111-0/+5
|
* (mutually_exclusive_p): In 'case wordbeg', compare op2Eli Zaretskii2004-05-111-1/+1
| | | | against proper opcode.
* *** empty log message ***Juanma Barranquero2004-05-101-0/+9
|
* (Fget_unused_iso_final_char): Fix typos in docstring.Juanma Barranquero2004-05-101-13/+13
| | | | | (Fchar_bytes, Fchar_width, Fstring_width, Fchar_direction, Fsplit_char) (Fchar_charset): Make argument names match their use in docstring.
* (Fstart_process): Fix docstring.Juanma Barranquero2004-05-101-2/+2
|
* *** empty log message ***Richard M. Stallman2004-05-101-0/+5
|
* (print_preprocess): Use being_printed, loop_count andRichard M. Stallman2004-05-101-0/+29
| | | | halftail to detect overdeep nesting and cyclic cdr chains.
* *** empty log message ***Kenichi Handa2004-05-101-0/+12
|
* (temp_output_buffer_setup): Bind inhibit-read-only andKenichi Handa2004-05-101-0/+2
| | | | | inhibit-modification-hooks to t temporarily before calling Ferase_buffer.
* (x_create_tip_frame): Bind inhibit-read-only andKenichi Handa2004-05-102-0/+4
| | | | | inhibit-modification-hooks to t temporarily before calling Ferase_buffer.
* *** empty log message ***Andreas Schwab2004-05-101-0/+7
|
* (Frename_file): Remove extra argument in call toAndreas Schwab2004-05-101-2/+2
| | | | Fmake_symbolic_link.
* Declare Fmake_symbolic_link.Andreas Schwab2004-05-101-0/+1
|
* (calc_line_height_property): Use string position whenKim F. Storm2004-05-101-3/+7
| | | | object is a string.
* *** empty log message ***Kim F. Storm2004-05-101-0/+5
|
* *** empty log message ***Kenichi Handa2004-05-101-0/+5
|
* (count_combining): Delete it.Kenichi Handa2004-05-101-38/+4
| | | | (concat): Don't check combining bytes.
* *** empty log message ***Jason Rumney2004-05-091-0/+5
|
* (Vw32_ansi_code_page): New Lisp variable.Jason Rumney2004-05-091-0/+8
| | | | (globals_of_w32fns): Set it.
* *** empty log message ***Juanma Barranquero2004-05-091-0/+4
|
* (Fquo): Simplify.Juanma Barranquero2004-05-091-3/+1
|
* *** empty log message ***Juanma Barranquero2004-05-081-0/+9
|
* (Fwaiting_for_user_input_p, Fmake_network_process)Juanma Barranquero2004-05-081-33/+33
| | | | | | | | | | (Fset_process_query_on_exit_flag, Vprocess_adaptive_read_buffering): Fix spelling of Emacs on docstring. (Fset_process_coding_system, Fprocess_coding_system) (Fset_process_filter_multibyte, Fprocess_filter_multibyte_p): Make argument names match their use in docstring. (Fprocess_id, Fprocess_query_on_exit_flag, Finterrupt_process): Fix docstring.
* (Fquo): If any argument is float, do the computation in floating point.Juanma Barranquero2004-05-082-0/+11
|
* *** empty log message ***Juanma Barranquero2004-05-071-0/+7
|
* (Finsert_buffer_substring): Make argument names match their use inJuanma Barranquero2004-05-071-8/+8
| | | | docstring.
* (Fmodify_syntax_entry): Fix docstring.Juanma Barranquero2004-05-071-3/+3
|
* macterm.c (mac_check_for_quit_char): Adding BLOCK_INPUTSteven Tamm2004-05-073-0/+66
| | | | | | | | | | | around call to ReceiveEvent to avoid certain crashes. (mac_draw_line_to_pixmap, XCreatePixmapFromBitmapData) (mac_fill_rectangle_to_pixmap, mac_draw_rectangle_to_pixmap) (mac_copy_area_to_pixmap, mac_copy_area_with_mask_to_pixmap): Save/restore the current graphics port and device handle when drawing into an offscreen graphics world. image.c [MAC_OS] (XPutPixel, XGetPixel, image_load_qt_1) (gif_load): Likewise.
* (Fset_window_buffer): Fix docstring.Juanma Barranquero2004-05-072-2/+6
|
* (main) [VMS]: Fix var ref.Thien-Thi Nguyen2004-05-062-1/+5
|
* *** empty log message ***Juanma Barranquero2004-05-061-0/+4
|
* (Fsetq_default): Fix docstring.Juanma Barranquero2004-05-061-5/+5
|
* (Display) [HAVE_NTGUI]: Redefine while loading xpm.h to avoid name clash.Jason Rumney2004-05-052-0/+8
|
* fileio.c (Frename_file): Put symlink handling inside #ifdef S_IFLNK.Jan Djärv2004-05-042-4/+7
|
* * fileio.c (barf_or_query_if_file_exists): Use lstat.Jan Djärv2004-05-042-9/+19
| | | | (Frename_file): Handle renaming of symlinks across file systems.
* *** empty log message ***Kim F. Storm2004-05-041-0/+9
|
* (Qtotal): New var.Kim F. Storm2004-05-041-14/+23
| | | | | | | | (syms_of_xdisp): Intern and staticpro it. (calc_line_height_property): New arg total. Set it if line-spacing property has format (total . VALUE). (x_produce_glyphs): Ignore line-spacing if line-height is 0. Handle total line-spacing property.
* * gtkutil.c (xg_update_scrollbar_pos): Call XClearWindow to clearJan Djärv2004-05-032-65/+13
| | | | "under" scroll bar when size/position changes.
* Remove files related to old msvc only windows build.Jason Rumney2004-05-032-1232/+4
|
* *** empty log message ***Eli Zaretskii2004-05-021-0/+3
|
* (SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY_INT): AvoidEli Zaretskii2004-05-021-2/+2
| | | | compiler warnings.
* (region-cache.o): Depend on config.hEli Zaretskii2004-05-022-1/+5
|
* (compute_motion): Save vpos in prev_vpos when dealingStefan Monnier2004-05-022-1/+7
| | | | with continuation lines, too.
* (init_signals): Move decl outside `#ifdef POSIX_SIGNALS'.Thien-Thi Nguyen2004-05-022-1/+6
|