diff options
| author | Stefan Monnier | 2012-03-25 16:37:21 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-03-25 16:37:21 -0400 |
| commit | 699c782b7668c44d0fa4446331b0590a6d5dac82 (patch) | |
| tree | 5dcce364741d0761920a3d274b0fc8aba4103d45 /src/ChangeLog.7 | |
| parent | 98fb480ee31bf74cf554044f60f21df16566dd7f (diff) | |
| parent | e99a9b8bdccadded1f6fae88ee7a2a93dfd4eacf (diff) | |
| download | emacs-pending.tar.gz emacs-pending.zip | |
Merge from trunkpending
Diffstat (limited to 'src/ChangeLog.7')
| -rw-r--r-- | src/ChangeLog.7 | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/src/ChangeLog.7 b/src/ChangeLog.7 index d5bebec660f..0952826e8c6 100644 --- a/src/ChangeLog.7 +++ b/src/ChangeLog.7 | |||
| @@ -331,7 +331,7 @@ | |||
| 331 | 331 | ||
| 332 | 1998-07-30 Paul Eggert <eggert@twinsun.com> | 332 | 1998-07-30 Paul Eggert <eggert@twinsun.com> |
| 333 | 333 | ||
| 334 | * src/Makefile.in (widget.o, xfns.o, xmenu.o): | 334 | * Makefile.in (widget.o, xfns.o, xmenu.o): |
| 335 | Prepend $(srcdir)/ to rule dependencies outside this dir. | 335 | Prepend $(srcdir)/ to rule dependencies outside this dir. |
| 336 | 336 | ||
| 337 | 1998-07-29 Kenichi Handa <handa@etl.go.jp> | 337 | 1998-07-29 Kenichi Handa <handa@etl.go.jp> |
| @@ -592,7 +592,7 @@ | |||
| 592 | 592 | ||
| 593 | * coding.h (Qemacs_mule): Extern it. | 593 | * coding.h (Qemacs_mule): Extern it. |
| 594 | 594 | ||
| 595 | * process.c (init_process): Initilize Vdefault_process_coding_system. | 595 | * process.c (init_process): Initialize Vdefault_process_coding_system. |
| 596 | 596 | ||
| 597 | 1998-06-26 Kenichi Handa <handa@etl.go.jp> | 597 | 1998-06-26 Kenichi Handa <handa@etl.go.jp> |
| 598 | 598 | ||
| @@ -972,7 +972,7 @@ | |||
| 972 | 972 | ||
| 973 | 1998-06-01 Ken'ichi Handa <handa@melange.gnu.org> | 973 | 1998-06-01 Ken'ichi Handa <handa@melange.gnu.org> |
| 974 | 974 | ||
| 975 | * coding.c (detect_coding_mask): Initilize local variable C. | 975 | * coding.c (detect_coding_mask): Initialize local variable C. |
| 976 | 976 | ||
| 977 | 1998-06-01 Richard Stallman <rms@gnu.org> | 977 | 1998-06-01 Richard Stallman <rms@gnu.org> |
| 978 | 978 | ||
| @@ -3968,7 +3968,7 @@ | |||
| 3968 | 3968 | ||
| 3969 | 1998-01-12 Kenichi Handa <handa@etl.go.jp> | 3969 | 1998-01-12 Kenichi Handa <handa@etl.go.jp> |
| 3970 | 3970 | ||
| 3971 | * minibuf.c (Fminibuffer_complete_word): Fix a bug of refering | 3971 | * minibuf.c (Fminibuffer_complete_word): Fix a bug of referring |
| 3972 | `i'. We must refer `i_byte' instead. | 3972 | `i'. We must refer `i_byte' instead. |
| 3973 | 3973 | ||
| 3974 | * insdel.c (insert_from_string_1): Decrement GAP_SIZE by | 3974 | * insdel.c (insert_from_string_1): Decrement GAP_SIZE by |
| @@ -4884,14 +4884,13 @@ | |||
| 4884 | The new GNU C library strftime needs the underlying host's | 4884 | The new GNU C library strftime needs the underlying host's |
| 4885 | strftime for locale dependent formats. | 4885 | strftime for locale dependent formats. |
| 4886 | 4886 | ||
| 4887 | * configure.in (AC_CHECK_FUNCS): Add strftime. | 4887 | * config.in (HAVE_STRFTIME): New undef. |
| 4888 | * src/config.in (HAVE_STRFTIME): New undef. | 4888 | * editfns.c (emacs_strftime): New decl. |
| 4889 | * src/editfns.c (emacs_strftime): New decl. | ||
| 4890 | (Fformat_time_string): Doc fix: %b, %h, %B, %a, %A, and %p depend on | 4889 | (Fformat_time_string): Doc fix: %b, %h, %B, %a, %A, and %p depend on |
| 4891 | locale; don't use actual chars to describe %n and %t. | 4890 | locale; don't use actual chars to describe %n and %t. |
| 4892 | 4891 | ||
| 4893 | * src/Makefile.in (strftime.o): | 4892 | * Makefile.in (strftime.o): |
| 4894 | * src/makefile.nt ($(BLD)\strftime.obj): | 4893 | * makefile.nt ($(BLD)\strftime.obj): |
| 4895 | No need to compile with -Dstrftime=emacs_strftime any more. | 4894 | No need to compile with -Dstrftime=emacs_strftime any more. |
| 4896 | 4895 | ||
| 4897 | 1997-11-22 Richard Stallman <rms@gnu.org> | 4896 | 1997-11-22 Richard Stallman <rms@gnu.org> |
| @@ -5774,7 +5773,7 @@ | |||
| 5774 | 5773 | ||
| 5775 | (w32_initialize): Set input mode. Use w32_msg_worker instead | 5774 | (w32_initialize): Set input mode. Use w32_msg_worker instead |
| 5776 | of windows_msg_worker. Dynamically link proportional scroll bar | 5775 | of windows_msg_worker. Dynamically link proportional scroll bar |
| 5777 | functions and intialize proportional scroll bar variables. | 5776 | functions and initialize proportional scroll bar variables. |
| 5778 | (syms_of_w32term): DEFVAR new variables. | 5777 | (syms_of_w32term): DEFVAR new variables. |
| 5779 | 5778 | ||
| 5780 | * w32term.h (w32_output): New fields menubar_widget, menubar_active, | 5779 | * w32term.h (w32_output): New fields menubar_widget, menubar_active, |
| @@ -5943,7 +5942,7 @@ | |||
| 5943 | Vauto_file_coding_system. | 5942 | Vauto_file_coding_system. |
| 5944 | (syms_of_fileio): Adjusted for the above change. Doc change. | 5943 | (syms_of_fileio): Adjusted for the above change. Doc change. |
| 5945 | (Finsert_file_contents): The argument for Vset_auto_coding is a | 5944 | (Finsert_file_contents): The argument for Vset_auto_coding is a |
| 5946 | concatination of the heading 1K-byte and the tailing 3K-byte. | 5945 | concatenation of the heading 1K-byte and the tailing 3K-byte. |
| 5947 | 5946 | ||
| 5948 | * cmds.c (internal_self_insert): Only set TARGET_CLM when C2 is tab. | 5947 | * cmds.c (internal_self_insert): Only set TARGET_CLM when C2 is tab. |
| 5949 | When multibyte characters are disabled, | 5948 | When multibyte characters are disabled, |
| @@ -6317,7 +6316,7 @@ | |||
| 6317 | (ENCODE_ISO_CHARACTER_DIMENSION2): Likewise. | 6316 | (ENCODE_ISO_CHARACTER_DIMENSION2): Likewise. |
| 6318 | (safe_terminal_coding): New variable. | 6317 | (safe_terminal_coding): New variable. |
| 6319 | (Fset_safe_terminal_coding_system_internal): New function. | 6318 | (Fset_safe_terminal_coding_system_internal): New function. |
| 6320 | (init_coding_once): Initilize safe_terminal_coding. | 6319 | (init_coding_once): Initialize safe_terminal_coding. |
| 6321 | (syms_of_coding): Declare set-safe-terminal-coding-system as a | 6320 | (syms_of_coding): Declare set-safe-terminal-coding-system as a |
| 6322 | Lisp function. | 6321 | Lisp function. |
| 6323 | 6322 | ||
| @@ -7399,7 +7398,7 @@ | |||
| 7399 | 7398 | ||
| 7400 | 1997-06-18 Kenichi Handa <handa@etl.go.jp> | 7399 | 1997-06-18 Kenichi Handa <handa@etl.go.jp> |
| 7401 | 7400 | ||
| 7402 | * coding.c (detect_coding_iso2022): Initilize mask correctly. | 7401 | * coding.c (detect_coding_iso2022): Initialize mask correctly. |
| 7403 | 7402 | ||
| 7404 | * fns.c (concat): Pay attention to multibyte characters when | 7403 | * fns.c (concat): Pay attention to multibyte characters when |
| 7405 | TARGET_TYPE is Lisp_String. | 7404 | TARGET_TYPE is Lisp_String. |
| @@ -7485,7 +7484,7 @@ | |||
| 7485 | 7484 | ||
| 7486 | 1997-06-09 Kenichi Handa <handa@etl.go.jp> | 7485 | 1997-06-09 Kenichi Handa <handa@etl.go.jp> |
| 7487 | 7486 | ||
| 7488 | * buffer.c (init_buffer_once): Inititialize the member | 7487 | * buffer.c (init_buffer_once): Initialize the member |
| 7489 | buffer_file_coding_system. | 7488 | buffer_file_coding_system. |
| 7490 | (syms_of_buffer): Declare Lisp variables | 7489 | (syms_of_buffer): Declare Lisp variables |
| 7491 | default-buffer-file-coding-system and buffer-file-coding-system. | 7490 | default-buffer-file-coding-system and buffer-file-coding-system. |
| @@ -10963,7 +10962,7 @@ | |||
| 10963 | 1996-08-28 Morten Welinder <terra@diku.dk> | 10962 | 1996-08-28 Morten Welinder <terra@diku.dk> |
| 10964 | 10963 | ||
| 10965 | * minibuf.c (Vhistory_length, Qhistory_length): New variables. | 10964 | * minibuf.c (Vhistory_length, Qhistory_length): New variables. |
| 10966 | (syms_of_minibuf): Register and initialise these. | 10965 | (syms_of_minibuf): Register and initialize these. |
| 10967 | (read_minibuf): Truncate history list if needed. | 10966 | (read_minibuf): Truncate history list if needed. |
| 10968 | 10967 | ||
| 10969 | 1996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | 10968 | 1996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> |
| @@ -11092,7 +11091,7 @@ See ChangeLog.6 for earlier changes. | |||
| 11092 | ;; coding: utf-8 | 11091 | ;; coding: utf-8 |
| 11093 | ;; End: | 11092 | ;; End: |
| 11094 | 11093 | ||
| 11095 | Copyright (C) 1997-1998, 2001-2011 Free Software Foundation, Inc. | 11094 | Copyright (C) 1997-1998, 2001-2012 Free Software Foundation, Inc. |
| 11096 | 11095 | ||
| 11097 | This file is part of GNU Emacs. | 11096 | This file is part of GNU Emacs. |
| 11098 | 11097 | ||