Show
Ignore:
Timestamp:
02/13/05 16:26:51 (4 years ago)
Author:
miyoshi
Message:

* alloc.c: Sync up with Emacs CVS HEAD.
(PDUMP_SUBR_DOC_SIZE): Increased.

* Makefile.in: Sync up with Emacs CVS HEAD.

* README: Ditto.

* atimer.c: Ditto.

* buffer.c: Ditto.

* callproc.c: Ditto.

* casefiddle.c: Ditto.

* casetab.c: Ditto.

* charset.c: Ditto.

* coding.c: Ditto.

* coding.h: Ditto.

* data.c: Ditto.

* dispextern.h: Ditto.

* dispnew.c: Ditto.

* dosfns.c: Ditto.

* editfns.c: Ditto.

* eval.c: Ditto.

* filelock.c: Ditto.

* floatfns.c: Ditto.

* fns.c: Ditto.

* fringe.c: Ditto.

* insdel.c: Ditto.

* keyboard.c: Ditto.

* lisp.h: Ditto.

* makefile.w32-in: Ditto.

* mw32term.c: Ditto.

* undo.c: Ditto.

* window.c: Ditto.

* xdisp.c: Ditto.

* xfaces.c: Ditto.

* xfns.c: Ditto.

* xmenu.c: Ditto.

* xselect.c: Ditto.

* xterm.c: Ditto.

* xterm.h: Ditto.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.2/src/ChangeLog.8

    r3104 r3616  
    771999-12-31  William M. Perry  <wmperry@aventail.com> 
    88 
    9         * xfns.c (jpeg_format): Added the :data keyword 
     9        * xfns.c (jpeg_format): Add the :data keyword 
    1010        (jpeg_image_p): JPEG is valid with :file _or_ :data 
    11         (jpeg_memory_src): Defined new JPEG image source to read from a 
     11        (jpeg_memory_src): Define new JPEG image source to read from a 
    1212        memory buffer. 
    1313        (jpeg_load): Pay attention to the :data keyword if specified. 
    1414        Instantiates a jpeg_memory_src instead of jpeg_stdio_src if found. 
    15         (png_format): Added the :data keyword 
     15        (png_format): Add the :data keyword 
    1616        (png_image_p): PNG is valid with :file _or_ :data 
    1717        (png_read_from_memory): New PNG read function to read from a 
     
    1919        (png_load): Pay attention to the :data keyword if specified. 
    2020        Use png_set_read_fn() instead of png_init_io() if specified. 
    21         (tiff_format): Added the :data keyword for TIFF images. 
     21        (tiff_format): Add the :data keyword for TIFF images. 
    2222        (tiff_image_p): TIFF is valid with :file _or_ :data 
    23         (tiff_read_from_memory): Defined new TIFF I/O functions to read 
     23        (tiff_read_from_memory): Define new TIFF I/O functions to read 
    2424        from a memory buffer. 
    2525        (tiff_load): Pay attention to the :data keyword if specified. 
    2626        Uses TIFFClientOpen() instead of TIFFOpen() if specified. 
    27         (gif_format): Added the :data keyword 
     27        (gif_format): Add the :data keyword 
    2828        (gif_image_p): GIF is valid with :file _or_ :data 
    2929        (gif_read_from_memory): New GIF input function to read from a 
     
    10901090        (Fx_hide_busy_cursor): Ditto. 
    10911091 
    1092 1999-11-17  Marco Walther <walther@siemens-pyramid.com> 
     10921999-11-17  Marco Walther <walther@siemens-pyramid.com> 
    10931093 
    10941094        * unexsni.c (unexec): Handle .rel.dyn section. 
     
    11881188        compilation on USE_TEXT_PROPERTIES. 
    11891189 
    1190         * Fbyte_code: Use block statements in cases and declare v1 and v2 
    1191         locally there.  Rearrange case statements so that those most 
    1192         frequently executed come first.  Avoid goto's in frequently 
    1193         executed cases. 
     1190        * bytecode.c (Fbyte_code): Use block statements in cases and 
     1191        declare v1 and v2 locally there.  Rearrange case statements so 
     1192        that those most frequently executed come first.  Avoid goto's in 
     1193        frequently executed cases. 
    11941194 
    119511951999-11-05  Gerd Moellmann  <gerd@gnu.org> 
     
    18081808        FocusIn events. 
    18091809 
    1810 1999-10-07  Jeffrey C Honig <jch@bsdi.com> 
     18101999-10-07  Jeffrey C Honig <jch@bsdi.com> 
    18111811 
    18121812        * bsdos4.h [HAVE_LIBNCURSES]: Define TERMINFO and LIBS_TERMCAP. 
     
    23522352        (read_minibuf): Ditto. 
    23532353 
    2354         * keyboard.c (command_loop_1): Change for Lisp_Object 
    2355         selected_frame. 
     2354        * keyboard.c (command_loop_1): Change for Lisp_Object selected_frame. 
    23562355        (cmd_error_internal, command_loop_1, read_char, 
    23572356        kbd_buffer_get_event, read_avail_input, 
     
    28792878        (make_terminal_frame) [macintosh]: Initialize output_data.mac fields. 
    28802879        (Fmake_terminal_frame) [macintosh]: Add an alternate error check. 
    2881         (Fmodify_frame_parameters) [macintosh]: Call 
    2882         mac_set_frame_parameter in macterm.c. 
     2880        (Fmodify_frame_parameters) [macintosh]: 
     2881        Call mac_set_frame_parameter in macterm.c. 
    28832882 
    28842883        * keyboard.c [macintosh]: Set KBD_BUFFER_SIZE to a smaller value 
    28852884        (512) because Mac compilers limit local data of a function to 32K. 
    28862885 
    2887         * make-docfiles.c: Correctly handle input files with Mac-style 
    2888         eol's. 
     2886        * make-docfiles.c: Correctly handle input files with Mac-style eol's. 
    28892887 
    28902888        * sysdep.c: Define numerous routines to emulate Unix system calls. 
     
    32923290        overlay_unchanged_modified): Remove extern declarations. 
    32933291 
    3294         * keyboard.c (command_loop_1):  Set beg/end_unchanged per 
    3295         buffer. 
     3292        * keyboard.c (command_loop_1):  Set beg/end_unchanged per buffer. 
    32963293 
    32973294        * insdel.c (gap_left): Compute beg/end_unchanged per buffer. 
     
    393339301999-07-30  Eli Zaretskii  <eliz@gnu.org> 
    39343931 
    3935         * dispextern.h (load_color, lookup_derived_face): Declare 
    3936         prototypes. 
     3932        * dispextern.h (load_color, lookup_derived_face): Declare prototypes. 
    39373933 
    39383934        * dispnew.c (init_display) [MSDOS]: Don't initialize frame faces, 
     
    39653961        is inverse-video, swap the foreground and background colors. 
    39663962 
    3967         * dosfns.c (msdos_stdcolor_name, msdos_stdcolor_idx): New 
    3968         functions. 
     3963        * dosfns.c (msdos_stdcolor_name, msdos_stdcolor_idx): New functions. 
    39693964 
    39703965        * dosfns.h (msdos_stdcolor_name, msdos_stdcolor_idx): Declare. 
     
    40454040        (Fremhash): Ditto. 
    40464041 
    4047 1999-07-26  Gerd Moellmann <gerd@gnu.org> 
     40421999-07-26  Gerd Moellmann <gerd@gnu.org> 
    40484043 
    40494044        * widget.c (EmacsFrameSetCharSize): Don't add XtNborderWidth 
     
    42474242        * keyboard.c (read_char): Use message3_nolog to show help-echo. 
    42484243 
    4249         * dispnew.c (blank_row): Add y-position as parameter.  Compute 
    4250         visible height. 
     4244        * dispnew.c (blank_row): Add y-position as parameter. 
     4245        Compute visible height. 
    42514246 
    42524247        * xdisp.c (next_element_from_string): Give padding spaces 
     
    45074502        * xterm.c (XTread_socket): Set mouse_face_frame to zero after 
    45084503        clearing mouse face. 
    4509         (XTread_socket) <EnterNotify> [LESSTIF_VERSION]: If 
    4510         event.xcrossing.focus is not set, and focus is in the menu bar, 
     4504        (XTread_socket) <EnterNotify> [LESSTIF_VERSION]: 
     4505        If event.xcrossing.focus is not set, and focus is in the menu bar, 
    45114506        set focus frame as if event.xcrossing.focus were set. 
    45124507 
     
    47964791        (Fminibuffer_completion_help): Ditto. 
    47974792 
    4798         * keyboard.c (cmd_error_internal): Set echo_areA_message. 
    4799         (command_loop_1): Test echo_areA_message. 
     4793        * keyboard.c (cmd_error_internal): Set echo_area_message. 
     4794        (command_loop_1): Test echo_area_message. 
    48004795        (read_char): Ditto. 
    48014796        (record_menu_key): Set echo_area_message to nil. 
     
    1004710042 
    1004810043        * xdisp.c (next_display_element):  Set last_invisible_text_pos 
    10049         to the last position at which invisible text was found.  Don't 
    10050         decrement cursor.pos for newlines and cr with ellipsis.  Set 
    10051         dpvec for `...' due to invisible text directly. 
     10044        to the last position at which invisible text was found. 
     10045        Don't decrement cursor.pos for newlines and cr with ellipsis. 
     10046        Set dpvec for `...' due to invisible text directly. 
    1005210047        (redisplay_internal):  Don't assert that cursor is at PT after 
    1005310048        skip_to.  It may be in invisible text. 
     
    11281112761999-06-29  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de> 
    1128211277 
    11283         * emacs.c [DOUG_LEA_MALLOC] (malloc_initialize_hook): New 
    11284         function, assigned to the global __malloc_initialize_hook pointer. 
     11278        * emacs.c [DOUG_LEA_MALLOC] (malloc_initialize_hook): 
     11279        New function, assigned to the global __malloc_initialize_hook pointer. 
    1128511280        (main): Move malloc_set_state call into malloc_initialize_hook 
    1128611281        so that it happens as early as possible. 
     
    1135211347        * editfns.c (Fuser_full_name): Doc fix. 
    1135311348 
    11354 1999-06-14  Tak Ota <ota@atc.sel.sony.com> 
     113491999-06-14  Tak Ota <ota@atc.sel.sony.com> 
    1135511350 
    1135611351        * w32bdf.c: (clear_cached_bitmap_slots): Remove. 
     
    1136111356 
    1136211357 
    11363 1999-06-13  Wolfgang Glas <Wolfgang.Glas@hfm.tu-graz.ac.at> 
     113581999-06-13  Wolfgang Glas <Wolfgang.Glas@hfm.tu-graz.ac.at> 
    1136411359 
    1136511360        * unexsgi.c (unexec): Dump the .rodata section from memory 
     
    1154211537        * w32term.c (dumpglyphs): Always fill background for italic fonts. 
    1154311538 
    11544 1999-05-03  Eli Zaretskii <eliz@is.elta.co.il> 
     115391999-05-03  Eli Zaretskii <eliz@is.elta.co.il> 
    1154511540 
    1154611541        * dired.c (make_time): Make argument type be time_t. 
    1154711542 
    11548 1999-05-02  Eli Zaretskii <eliz@is.elta.co.il> 
     115431999-05-02  Eli Zaretskii <eliz@is.elta.co.il> 
    1154911544 
    1155011545        * msdos.c (unibyte_display_via_language_environment): Add extern. 
     
    1181911814        * filelock.c (get_boot_time): Test tempname, not filename. 
    1182011815 
    11821 1999-03-17  Jason Rumney <jasonr@altavista.net> 
     118161999-03-17  Jason Rumney <jasonr@altavista.net> 
    1182211817 
    1182311818        * w32bdf.h: Merged patches from Meadow; introduce bitmap cache to 
     
    1185711852        at beginning. 
    1185811853 
    11859 1999-03-14  Jason Rumney <jasonr@altavista.net> 
     118541999-03-14  Jason Rumney <jasonr@altavista.net> 
    1186011855 
    1186111856        * w32fns.c (w32_strict_fontnames): New variable. 
     
    1190811903        * makefile.nt: Remove common multiple file compilation commands. 
    1190911904 
    11910 1999-03-04  Takeshi YAMADA <yamada@cslab.kecl.ntt.co.jp> 
     119051999-03-04  Takeshi YAMADA <yamada@cslab.kecl.ntt.co.jp> 
    1191111906 
    1191211907        * fns.c (Fbase64_encode_string): Allocate sufficient memory for 
     
    1223512230        * makefile.nt: Use full path to temacs.exe when dumping. 
    1223612231 
    12237 1999-01-27  Jason Rumney <jasonr@altavista.net> 
     122321999-01-27  Jason Rumney <jasonr@altavista.net> 
    1223812233 
    1223912234        * w32fns.c (w32_load_system_font): Do not load unlisted fonts if 
     
    1229712292        At startinstring, check syntax when checking for a match. 
    1229812293 
    12299 1999-01-22  Jason Rumney <jasonr@altavista.net> 
     122941999-01-22  Jason Rumney <jasonr@altavista.net> 
    1230012295 
    1230112296        * w32bdf.c: New file. 
     
    1235512350        as the same.  Treat "myname:0" as the same as those two. 
    1235612351 
    12357 1999-01-19  Jason Rumney <jasonr@altavista.net> 
     123521999-01-19  Jason Rumney <jasonr@altavista.net> 
    1235812353 
    1235912354        * w32fns.c (x_to_w32_charset): Add iso8859-9. 
     
    1320913204        * m/ews4800.h, s/ux4800.h: New files. 
    1321013205 
    13211 1998-11-03  Theodore Jump <tjump@tertius.com> 
     132061998-11-03  Theodore Jump <tjump@tertius.com> 
    1321213207 
    1321313208        * makefile.nt: Compile multiple source files when possible. 
     
    1400013995  Copying and distribution of this file, with or without modification, 
    1400113996  are permitted provided the copyright notice and this notice are preserved. 
     13997 
     13998;;; arch-tag: 4d73444a-8f6e-4255-92a6-d3abc438b8d3