aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-11-07 12:14:15 +0000
committerJuanma Barranquero2007-11-07 12:14:15 +0000
commitf16dfa459c351bcf2180effc69fcd1cb80c7f96c (patch)
treed9a00f5ca650a1d1e0a170af983dd21dea0bdc6c
parent15f02f65a1dd7b8bcb82042da2a61cdb6110e6b1 (diff)
downloademacs-f16dfa459c351bcf2180effc69fcd1cb80c7f96c.tar.gz
emacs-f16dfa459c351bcf2180effc69fcd1cb80c7f96c.zip
*** empty log message ***
-rw-r--r--src/ChangeLog.740
1 files changed, 19 insertions, 21 deletions
diff --git a/src/ChangeLog.7 b/src/ChangeLog.7
index 514204939ee..09880efa16d 100644
--- a/src/ChangeLog.7
+++ b/src/ChangeLog.7
@@ -1481,7 +1481,7 @@
14811998-05-07 Eli Zaretskii <eliz@mescaline.gnu.org> 14811998-05-07 Eli Zaretskii <eliz@mescaline.gnu.org>
1482 1482
1483 * process.c (init_process, syms_of_process) [not subprocesses]: 1483 * process.c (init_process, syms_of_process) [not subprocesses]:
1484 Make definition consistent with prototypes on lisp.h 1484 Make definition consistent with prototypes on lisp.h.
1485 1485
14861998-05-07 Kenichi Handa <handa@etl.go.jp> 14861998-05-07 Kenichi Handa <handa@etl.go.jp>
1487 1487
@@ -1777,7 +1777,7 @@
1777 1777
1778 * emacs.c (standard_args): Apply --unibyte/multibyte after --nw. 1778 * emacs.c (standard_args): Apply --unibyte/multibyte after --nw.
1779 1779
1780 * lisp.h: Include initial_obarray from lread.c 1780 * lisp.h: Include initial_obarray from lread.c.
1781 1781
1782 * data.c (set_internal): Test keywordness only in initial obarray. 1782 * data.c (set_internal): Test keywordness only in initial obarray.
1783 1783
@@ -2217,7 +2217,7 @@
2217 * window.c (Fset_window_configuration): Fix mixing of Lisp_Object 2217 * window.c (Fset_window_configuration): Fix mixing of Lisp_Object
2218 and int. 2218 and int.
2219 2219
2220 * sysdep.c (init_sys_modes): Fix mixing of Lisp_Object and int 2220 * sysdep.c (init_sys_modes): Fix mixing of Lisp_Object and int.
2221 2221
2222 * search.c (compile_pattern, compile_pattern_1): Fix mixing of 2222 * search.c (compile_pattern, compile_pattern_1): Fix mixing of
2223 Lisp_Object and int. 2223 Lisp_Object and int.
@@ -2246,7 +2246,7 @@
2246 * fileio.c (Fwrite_region): Fix mixing of Lisp_Object and int. 2246 * fileio.c (Fwrite_region): Fix mixing of Lisp_Object and int.
2247 2247
2248 * editfns.c (Fchar_after, Fchar_before): Fix mixing of Lisp_Object 2248 * editfns.c (Fchar_after, Fchar_before): Fix mixing of Lisp_Object
2249 and int 2249 and int.
2250 2250
2251 * coding.c (code_convert_region): Fix mixing of Lisp_Object and 2251 * coding.c (code_convert_region): Fix mixing of Lisp_Object and
2252 int. 2252 int.
@@ -2624,7 +2624,7 @@
26241998-03-21 Richard Stallman <rms@delysid.gnu.org> 26241998-03-21 Richard Stallman <rms@delysid.gnu.org>
2625 2625
2626 * dired.c (Fdirectory_files): 2626 * dired.c (Fdirectory_files):
2627 In FULL case, compute number of characters 2627 In FULL case, compute number of characters.
2628 2628
2629 * fns.c (substring_both, Fsubstring): Use make_specified_string. 2629 * fns.c (substring_both, Fsubstring): Use make_specified_string.
2630 (concat): Make string result unibyte or multibyte as appropriate. 2630 (concat): Make string result unibyte or multibyte as appropriate.
@@ -3077,7 +3077,7 @@
30771998-03-04 Kenichi HANDA <handa@etl.go.jp> 30771998-03-04 Kenichi HANDA <handa@etl.go.jp>
3078 3078
3079 * buffer.c (Fset_buffer_multibyte): Fix arg for chars_in_text. 3079 * buffer.c (Fset_buffer_multibyte): Fix arg for chars_in_text.
3080 Be sure not to have a multibyte sequence striding over the GAP 3080 Be sure not to have a multibyte sequence striding over the GAP.
3081 3081
3082 * charset.c (strwidth): Make it work for invalid bytes sequence. 3082 * charset.c (strwidth): Make it work for invalid bytes sequence.
3083 (Fstring_width): Give byte length of STR to strwidth. 3083 (Fstring_width): Give byte length of STR to strwidth.
@@ -4166,7 +4166,7 @@
4166 insert_from_string. Scan string by bytes and chars. 4166 insert_from_string. Scan string by bytes and chars.
4167 (Ftry_completion): Use size_byte while comparing. 4167 (Ftry_completion): Use size_byte while comparing.
4168 (Fall_completions): Use size_byte while comparing. 4168 (Fall_completions): Use size_byte while comparing.
4169 (test_completion): 4169 (test_completion): Pass both kinds of size to oblookup.
4170 4170
4171 * editfns.c (syms_of_editfns): Delete defsubr for sref. 4171 * editfns.c (syms_of_editfns): Delete defsubr for sref.
4172 4172
@@ -4358,7 +4358,6 @@
4358 (insert_1, indented_beyond_p): Decls changed. 4358 (insert_1, indented_beyond_p): Decls changed.
4359 (move_gap_both, del_range_byte, del_range_both, del_range_2) 4359 (move_gap_both, del_range_byte, del_range_both, del_range_2)
4360 (scan_newline, Ffile_locked_p): New decls. 4360 (scan_newline, Ffile_locked_p): New decls.
4361 (struct Lisp_Marker):
4362 4361
4363 * search.c (scan_newline): Always restore prev value of immediate_quit. 4362 * search.c (scan_newline): Always restore prev value of immediate_quit.
4364 4363
@@ -5200,7 +5199,7 @@
5200 5199
52011997-10-21 Kenichi Handa <handa@etl.go.jp> 52001997-10-21 Kenichi Handa <handa@etl.go.jp>
5202 5201
5203 * Makefile.in (xselect.o): Depend on buffer.h 5202 * Makefile.in (xselect.o): Depend on buffer.h.
5204 5203
5205 * coding.c (Qcoding_system_spec): Deleted. 5204 * coding.c (Qcoding_system_spec): Deleted.
5206 (Vcoding_system_list, Vcoding_system_alist): New variables. 5205 (Vcoding_system_list, Vcoding_system_alist): New variables.
@@ -5844,7 +5843,7 @@
5844 placed in the main popup instead of a blank-named submenu. This 5843 placed in the main popup instead of a blank-named submenu. This
5845 seems to be an undocumented feature of x-popup-menu. 5844 seems to be an undocumented feature of x-popup-menu.
5846 (list_of_items): New argument HMENU. 5845 (list_of_items): New argument HMENU.
5847 Use 1 and 0 instead of Qt and Qnil for enable in add_menu_item 5846 Use 1 and 0 instead of Qt and Qnil for enable in add_menu_item.
5848 5847
58491997-09-02 Geoff Voelker <voelker@cs.washington.edu> 58481997-09-02 Geoff Voelker <voelker@cs.washington.edu>
5850 5849
@@ -7383,7 +7382,7 @@
7383 (x_new_fontset): If frame F has already using FONTSET, avoid the 7382 (x_new_fontset): If frame F has already using FONTSET, avoid the
7384 duplicated work. Use FS_LOAD_FONT. 7383 duplicated work. Use FS_LOAD_FONT.
7385 (x_list_fonts): Call Fassoc to search Valternate_charset_table. 7384 (x_list_fonts): Call Fassoc to search Valternate_charset_table.
7386 (x_load_font): Get around a buf of XListFonts 7385 (x_load_font): Get around a buf of XListFonts.
7387 7386
73881997-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> 73871997-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7389 7388
@@ -7619,7 +7618,7 @@
7619 * Makefile.in (XOBJ, MSDOS_OBJ, SOME_MACHINE_OBJECTS): Delete xfaces.o. 7618 * Makefile.in (XOBJ, MSDOS_OBJ, SOME_MACHINE_OBJECTS): Delete xfaces.o.
7620 (obj): Add xfaces.o. 7619 (obj): Add xfaces.o.
7621 (FACE_SUPPORT, SOME_MACHINE_LISP): Delete faces.elc. 7620 (FACE_SUPPORT, SOME_MACHINE_LISP): Delete faces.elc.
7622 (shortlisp, lisp): Add faces.elc 7621 (shortlisp, lisp): Add faces.elc.
7623 7622
7624 * emacs.c (main): Call syms_of_xfaces whenever ! HAVE_NTGUI. 7623 * emacs.c (main): Call syms_of_xfaces whenever ! HAVE_NTGUI.
7625 7624
@@ -7907,7 +7906,7 @@
7907 (r_alloc_init) [DOUG_LEA_MALLOC]: Call mallopt, 7906 (r_alloc_init) [DOUG_LEA_MALLOC]: Call mallopt,
7908 instead of setting __malloc_extra_blocks. 7907 instead of setting __malloc_extra_blocks.
7909 7908
7910Thu May 15 22:21:18 1997 Ken'ichi Handa <handa@diazepam.gnu.ai.mit.edu> 79091997-05-15 Ken'ichi Handa <handa@diazepam.gnu.ai.mit.edu>
7911 7910
7912 * Makefile.in (charset.o): Add disptab.h in dependency list. 7911 * Makefile.in (charset.o): Add disptab.h in dependency list.
7913 7912
@@ -8578,13 +8577,12 @@ Thu May 15 22:21:18 1997 Ken'ichi Handa <handa@diazepam.gnu.ai.mit.edu>
8578 * xterm.c (dumpglyphs): Clip and highlight glyphs displayed with 8577 * xterm.c (dumpglyphs): Clip and highlight glyphs displayed with
8579 fonts of wrong size. 8578 fonts of wrong size.
8580 8579
8581Sun Apr 6 10:26:53 1997 Eli Zaretskii <eliz@wombat.gnu.ai.mit.edu> 85801997-04-06 Eli Zaretskii <eliz@wombat.gnu.ai.mit.edu>
8582 8581
8583 * emacs.c (init_cmdargs) [MSDOS]: Make the change that sets 8582 * emacs.c (init_cmdargs) [MSDOS]: Make the change that sets
8584 `installation-directory' if `info' is found as its subdirectory or 8583 `installation-directory' if `info' is found as its subdirectory or
8585 sibling, be conditioned on MSDOS (it makes trouble on Unix). 8584 sibling, be conditioned on MSDOS (it makes trouble on Unix).
8586 8585
8587
85881997-04-05 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> 85861997-04-05 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8589 8587
8590 * coding.c (Ffind_coding_system): Doc fix. 8588 * coding.c (Ffind_coding_system): Doc fix.
@@ -8818,7 +8816,7 @@ Sun Apr 6 10:26:53 1997 Eli Zaretskii <eliz@wombat.gnu.ai.mit.edu>
8818 * coding.c (setup_coding_system): Now, flags of ISO2022 coding 8816 * coding.c (setup_coding_system): Now, flags of ISO2022 coding
8819 systems contains charsets instead of charset IDs. Correct setting 8817 systems contains charsets instead of charset IDs. Correct setting
8820 coding->symbol and coding->eol_type. The performance improved. 8818 coding->symbol and coding->eol_type. The performance improved.
8821 (encode_coding) : Fix typo ("=" -> "=="). 8819 (encode_coding): Fix typo ("=" -> "==").
8822 (detect_coding_iso2022, decode_coding_iso2022): Make the code 8820 (detect_coding_iso2022, decode_coding_iso2022): Make the code
8823 robust against invalid SI and SO. 8821 robust against invalid SI and SO.
8824 (ENCODE_RESET_PLANE_AND_REGISTER): Argument `eol' is deleted. 8822 (ENCODE_RESET_PLANE_AND_REGISTER): Argument `eol' is deleted.
@@ -8914,7 +8912,7 @@ Sun Apr 6 10:26:53 1997 Eli Zaretskii <eliz@wombat.gnu.ai.mit.edu>
8914 8912
89151997-02-22 Tsugutomo ENAMI <enami@ba2.so-net.or.jp> 89131997-02-22 Tsugutomo ENAMI <enami@ba2.so-net.or.jp>
8916 8914
8917 * regex.c: Include charset.h and category.h 8915 * regex.c: Include charset.h and category.h.
8918 8916
8919 [!emacs] (BASE_LEADING_CODE_P, WORD_BOUNDARY_P, CHAR_HEAD_P) 8917 [!emacs] (BASE_LEADING_CODE_P, WORD_BOUNDARY_P, CHAR_HEAD_P)
8920 (SINGLE_BYTE_CHAR_P, SAME_CHARSET_P, MULTIBYTE_FORM_LENGTH) 8918 (SINGLE_BYTE_CHAR_P, SAME_CHARSET_P, MULTIBYTE_FORM_LENGTH)
@@ -9407,7 +9405,7 @@ Sun Apr 6 10:26:53 1997 Eli Zaretskii <eliz@wombat.gnu.ai.mit.edu>
9407 9405
9408 * emacs.c (main): Don't extend stack limit too far. 9406 * emacs.c (main): Don't extend stack limit too far.
9409 9407
9410Sun Feb 2 10:36:26 1997 Eli Zaretskii <eliz@wombat.gnu.ai.mit.edu> 94081997-02-02 Eli Zaretskii <eliz@wombat.gnu.ai.mit.edu>
9411 9409
9412 * msdos.c (dos_rawgetc): When international keyboard doesn't have 9410 * msdos.c (dos_rawgetc): When international keyboard doesn't have
9413 to be supported, recognize Alt-key combinations even if the Alt 9411 to be supported, recognize Alt-key combinations even if the Alt
@@ -10403,7 +10401,7 @@ Sun Feb 2 10:36:26 1997 Eli Zaretskii <eliz@wombat.gnu.ai.mit.edu>
10403 10401
10404 * xfns.c (Fx_create_frame): Default Qvertical_scroll_bars to `left'. 10402 * xfns.c (Fx_create_frame): Default Qvertical_scroll_bars to `left'.
10405 10403
10406Fri Sep 20 02:37:37 1996 Marcus Daniels <marcus@sayre.sysc.pdx.edu> 104041996-09-20 Marcus Daniels <marcus@sayre.sysc.pdx.edu>
10407 10405
10408 * xterm.c (XTclear_end_of_line): Shift end-of-line when there is a 10406 * xterm.c (XTclear_end_of_line): Shift end-of-line when there is a
10409 left-side scroll bar by FRAME_LEFT_SCROLL_BAR_WIDTH. 10407 left-side scroll bar by FRAME_LEFT_SCROLL_BAR_WIDTH.
@@ -10710,13 +10708,13 @@ Fri Sep 20 02:37:37 1996 Marcus Daniels <marcus@sayre.sysc.pdx.edu>
10710 (XMARKBIT): Test BITS_PER_EMACS_INT to conditionalize fast definition. 10708 (XMARKBIT): Test BITS_PER_EMACS_INT to conditionalize fast definition.
10711 * m/alpha.h (BITS_PER_EMACS_INT): New definition. 10709 * m/alpha.h (BITS_PER_EMACS_INT): New definition.
10712 10710
10713 * s/sol2.h (LIBS_SYSTEM): Use -lkstat instead of -lelf -lkvm 10711 * s/sol2.h (LIBS_SYSTEM): Use -lkstat instead of -lelf -lkvm.
10714 10712
10715 * process.c (create_process): Test HAVE_SETPGID for using setpgid. 10713 * process.c (create_process): Test HAVE_SETPGID for using setpgid.
10716 10714
10717 * config.in (HAVE_SETPGID): Add #undef. 10715 * config.in (HAVE_SETPGID): Add #undef.
10718 10716
10719 * keymap.c (syms_of_keymap): staticpro current_global_map; 10717 * keymap.c (syms_of_keymap): staticpro current_global_map.
10720 10718
10721 * intervals.c (get_local_map): Call indirect-function. 10719 * intervals.c (get_local_map): Call indirect-function.
10722 10720