Changeset 3616 for branches/2.2/src/ChangeLog.8
- Timestamp:
- 02/13/05 16:26:51 (4 years ago)
- Files:
-
- branches/2.2/src/ChangeLog.8 (modified) (27 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.2/src/ChangeLog.8
r3104 r3616 7 7 1999-12-31 William M. Perry <wmperry@aventail.com> 8 8 9 * xfns.c (jpeg_format): Add edthe :data keyword9 * xfns.c (jpeg_format): Add the :data keyword 10 10 (jpeg_image_p): JPEG is valid with :file _or_ :data 11 (jpeg_memory_src): Define dnew JPEG image source to read from a11 (jpeg_memory_src): Define new JPEG image source to read from a 12 12 memory buffer. 13 13 (jpeg_load): Pay attention to the :data keyword if specified. 14 14 Instantiates a jpeg_memory_src instead of jpeg_stdio_src if found. 15 (png_format): Add edthe :data keyword15 (png_format): Add the :data keyword 16 16 (png_image_p): PNG is valid with :file _or_ :data 17 17 (png_read_from_memory): New PNG read function to read from a … … 19 19 (png_load): Pay attention to the :data keyword if specified. 20 20 Use png_set_read_fn() instead of png_init_io() if specified. 21 (tiff_format): Add edthe :data keyword for TIFF images.21 (tiff_format): Add the :data keyword for TIFF images. 22 22 (tiff_image_p): TIFF is valid with :file _or_ :data 23 (tiff_read_from_memory): Define dnew TIFF I/O functions to read23 (tiff_read_from_memory): Define new TIFF I/O functions to read 24 24 from a memory buffer. 25 25 (tiff_load): Pay attention to the :data keyword if specified. 26 26 Uses TIFFClientOpen() instead of TIFFOpen() if specified. 27 (gif_format): Add edthe :data keyword27 (gif_format): Add the :data keyword 28 28 (gif_image_p): GIF is valid with :file _or_ :data 29 29 (gif_read_from_memory): New GIF input function to read from a … … 1090 1090 (Fx_hide_busy_cursor): Ditto. 1091 1091 1092 1999-11-17 Marco Walther <walther@siemens-pyramid.com>1092 1999-11-17 Marco Walther <walther@siemens-pyramid.com> 1093 1093 1094 1094 * unexsni.c (unexec): Handle .rel.dyn section. … … 1188 1188 compilation on USE_TEXT_PROPERTIES. 1189 1189 1190 * Fbyte_code: Use block statements in cases and declare v1 and v21191 locally there. Rearrange case statements so that those most1192 frequently executed come first. Avoid goto's in frequently1193 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. 1194 1194 1195 1195 1999-11-05 Gerd Moellmann <gerd@gnu.org> … … 1808 1808 FocusIn events. 1809 1809 1810 1999-10-07 Jeffrey C Honig <jch@bsdi.com>1810 1999-10-07 Jeffrey C Honig <jch@bsdi.com> 1811 1811 1812 1812 * bsdos4.h [HAVE_LIBNCURSES]: Define TERMINFO and LIBS_TERMCAP. … … 2352 2352 (read_minibuf): Ditto. 2353 2353 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. 2356 2355 (cmd_error_internal, command_loop_1, read_char, 2357 2356 kbd_buffer_get_event, read_avail_input, … … 2879 2878 (make_terminal_frame) [macintosh]: Initialize output_data.mac fields. 2880 2879 (Fmake_terminal_frame) [macintosh]: Add an alternate error check. 2881 (Fmodify_frame_parameters) [macintosh]: Call2882 mac_set_frame_parameter in macterm.c.2880 (Fmodify_frame_parameters) [macintosh]: 2881 Call mac_set_frame_parameter in macterm.c. 2883 2882 2884 2883 * keyboard.c [macintosh]: Set KBD_BUFFER_SIZE to a smaller value 2885 2884 (512) because Mac compilers limit local data of a function to 32K. 2886 2885 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. 2889 2887 2890 2888 * sysdep.c: Define numerous routines to emulate Unix system calls. … … 3292 3290 overlay_unchanged_modified): Remove extern declarations. 3293 3291 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. 3296 3293 3297 3294 * insdel.c (gap_left): Compute beg/end_unchanged per buffer. … … 3933 3930 1999-07-30 Eli Zaretskii <eliz@gnu.org> 3934 3931 3935 * dispextern.h (load_color, lookup_derived_face): Declare 3936 prototypes. 3932 * dispextern.h (load_color, lookup_derived_face): Declare prototypes. 3937 3933 3938 3934 * dispnew.c (init_display) [MSDOS]: Don't initialize frame faces, … … 3965 3961 is inverse-video, swap the foreground and background colors. 3966 3962 3967 * dosfns.c (msdos_stdcolor_name, msdos_stdcolor_idx): New 3968 functions. 3963 * dosfns.c (msdos_stdcolor_name, msdos_stdcolor_idx): New functions. 3969 3964 3970 3965 * dosfns.h (msdos_stdcolor_name, msdos_stdcolor_idx): Declare. … … 4045 4040 (Fremhash): Ditto. 4046 4041 4047 1999-07-26 Gerd Moellmann <gerd@gnu.org>4042 1999-07-26 Gerd Moellmann <gerd@gnu.org> 4048 4043 4049 4044 * widget.c (EmacsFrameSetCharSize): Don't add XtNborderWidth … … 4247 4242 * keyboard.c (read_char): Use message3_nolog to show help-echo. 4248 4243 4249 * dispnew.c (blank_row): Add y-position as parameter. Compute4250 visible height.4244 * dispnew.c (blank_row): Add y-position as parameter. 4245 Compute visible height. 4251 4246 4252 4247 * xdisp.c (next_element_from_string): Give padding spaces … … 4507 4502 * xterm.c (XTread_socket): Set mouse_face_frame to zero after 4508 4503 clearing mouse face. 4509 (XTread_socket) <EnterNotify> [LESSTIF_VERSION]: If4510 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, 4511 4506 set focus frame as if event.xcrossing.focus were set. 4512 4507 … … 4796 4791 (Fminibuffer_completion_help): Ditto. 4797 4792 4798 * keyboard.c (cmd_error_internal): Set echo_are A_message.4799 (command_loop_1): Test echo_are A_message.4793 * keyboard.c (cmd_error_internal): Set echo_area_message. 4794 (command_loop_1): Test echo_area_message. 4800 4795 (read_char): Ditto. 4801 4796 (record_menu_key): Set echo_area_message to nil. … … 10047 10042 10048 10043 * xdisp.c (next_display_element): Set last_invisible_text_pos 10049 to the last position at which invisible text was found. Don't10050 decrement cursor.pos for newlines and cr with ellipsis. Set10051 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. 10052 10047 (redisplay_internal): Don't assert that cursor is at PT after 10053 10048 skip_to. It may be in invisible text. … … 11281 11276 1999-06-29 Wolfram Gloger <wmglo@dent.med.uni-muenchen.de> 11282 11277 11283 * emacs.c [DOUG_LEA_MALLOC] (malloc_initialize_hook): New11284 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. 11285 11280 (main): Move malloc_set_state call into malloc_initialize_hook 11286 11281 so that it happens as early as possible. … … 11352 11347 * editfns.c (Fuser_full_name): Doc fix. 11353 11348 11354 1999-06-14 Tak Ota <ota@atc.sel.sony.com>11349 1999-06-14 Tak Ota <ota@atc.sel.sony.com> 11355 11350 11356 11351 * w32bdf.c: (clear_cached_bitmap_slots): Remove. … … 11361 11356 11362 11357 11363 1999-06-13 Wolfgang Glas <Wolfgang.Glas@hfm.tu-graz.ac.at>11358 1999-06-13 Wolfgang Glas <Wolfgang.Glas@hfm.tu-graz.ac.at> 11364 11359 11365 11360 * unexsgi.c (unexec): Dump the .rodata section from memory … … 11542 11537 * w32term.c (dumpglyphs): Always fill background for italic fonts. 11543 11538 11544 1999-05-03 Eli Zaretskii <eliz@is.elta.co.il>11539 1999-05-03 Eli Zaretskii <eliz@is.elta.co.il> 11545 11540 11546 11541 * dired.c (make_time): Make argument type be time_t. 11547 11542 11548 1999-05-02 Eli Zaretskii <eliz@is.elta.co.il>11543 1999-05-02 Eli Zaretskii <eliz@is.elta.co.il> 11549 11544 11550 11545 * msdos.c (unibyte_display_via_language_environment): Add extern. … … 11819 11814 * filelock.c (get_boot_time): Test tempname, not filename. 11820 11815 11821 1999-03-17 Jason Rumney <jasonr@altavista.net>11816 1999-03-17 Jason Rumney <jasonr@altavista.net> 11822 11817 11823 11818 * w32bdf.h: Merged patches from Meadow; introduce bitmap cache to … … 11857 11852 at beginning. 11858 11853 11859 1999-03-14 Jason Rumney <jasonr@altavista.net>11854 1999-03-14 Jason Rumney <jasonr@altavista.net> 11860 11855 11861 11856 * w32fns.c (w32_strict_fontnames): New variable. … … 11908 11903 * makefile.nt: Remove common multiple file compilation commands. 11909 11904 11910 1999-03-04 Takeshi YAMADA <yamada@cslab.kecl.ntt.co.jp>11905 1999-03-04 Takeshi YAMADA <yamada@cslab.kecl.ntt.co.jp> 11911 11906 11912 11907 * fns.c (Fbase64_encode_string): Allocate sufficient memory for … … 12235 12230 * makefile.nt: Use full path to temacs.exe when dumping. 12236 12231 12237 1999-01-27 Jason Rumney <jasonr@altavista.net>12232 1999-01-27 Jason Rumney <jasonr@altavista.net> 12238 12233 12239 12234 * w32fns.c (w32_load_system_font): Do not load unlisted fonts if … … 12297 12292 At startinstring, check syntax when checking for a match. 12298 12293 12299 1999-01-22 Jason Rumney <jasonr@altavista.net>12294 1999-01-22 Jason Rumney <jasonr@altavista.net> 12300 12295 12301 12296 * w32bdf.c: New file. … … 12355 12350 as the same. Treat "myname:0" as the same as those two. 12356 12351 12357 1999-01-19 Jason Rumney <jasonr@altavista.net>12352 1999-01-19 Jason Rumney <jasonr@altavista.net> 12358 12353 12359 12354 * w32fns.c (x_to_w32_charset): Add iso8859-9. … … 13209 13204 * m/ews4800.h, s/ux4800.h: New files. 13210 13205 13211 1998-11-03 Theodore Jump <tjump@tertius.com>13206 1998-11-03 Theodore Jump <tjump@tertius.com> 13212 13207 13213 13208 * makefile.nt: Compile multiple source files when possible. … … 14000 13995 Copying and distribution of this file, with or without modification, 14001 13996 are permitted provided the copyright notice and this notice are preserved. 13997 13998 ;;; arch-tag: 4d73444a-8f6e-4255-92a6-d3abc438b8d3
