diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3d0007814ff..956f191df02 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * callproc.c (Vinitial_environment): New variable. | ||
| 4 | (set_initial_environment): Initialize it. | ||
| 5 | (syms_of_callproc): Declare it. | ||
| 6 | (child_setup): Don't mess with TERM via Qterm_environment_variable; the | ||
| 7 | TERM under which a process runs is never related to the TERM in which | ||
| 8 | Emacs is running. | ||
| 9 | |||
| 1 | 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu> | 10 | 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 11 | ||
| 3 | * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here... | 12 | * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here... |
| @@ -825,8 +834,7 @@ | |||
| 825 | For consistency, run after_insert_file_functions iff something | 834 | For consistency, run after_insert_file_functions iff something |
| 826 | got inserted. Move signal_after_change and update_compositions | 835 | got inserted. Move signal_after_change and update_compositions |
| 827 | after code running after_insert_file_functions. Make sure that | 836 | after code running after_insert_file_functions. Make sure that |
| 828 | undo_list doesn't record intermediate steps of the decoding | 837 | undo_list doesn't record intermediate steps of the decoding process. |
| 829 | process. | ||
| 830 | 838 | ||
| 831 | 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 839 | 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 832 | 840 | ||
| @@ -1015,8 +1023,8 @@ | |||
| 1015 | 2007-07-17 Glenn Morris <rgm@gnu.org> | 1023 | 2007-07-17 Glenn Morris <rgm@gnu.org> |
| 1016 | 1024 | ||
| 1017 | * abbrev.c (abbrev_check_chars): New function. | 1025 | * abbrev.c (abbrev_check_chars): New function. |
| 1018 | (Fdefine_global_abbrev, Fdefine_mode_abbrev): Call | 1026 | (Fdefine_global_abbrev, Fdefine_mode_abbrev): |
| 1019 | abbrev_check_chars to check abbrev characters are word | 1027 | Call abbrev_check_chars to check abbrev characters are word |
| 1020 | constituents. Doc fix. | 1028 | constituents. Doc fix. |
| 1021 | 1029 | ||
| 1022 | 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca> | 1030 | 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca> |