diff options
| author | Richard M. Stallman | 2005-03-18 00:15:23 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-03-18 00:15:23 +0000 |
| commit | c7bd5d5712ab62d1c6e390bd7d12754e53b8de26 (patch) | |
| tree | 2d355408236f8846488c13a59bf52463203c4ce3 /src | |
| parent | 8eac6e91e43222a13dc75611806e393d5b0f897d (diff) | |
| download | emacs-c7bd5d5712ab62d1c6e390bd7d12754e53b8de26.tar.gz emacs-c7bd5d5712ab62d1c6e390bd7d12754e53b8de26.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a159633b0fd..3c45a623c31 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2005-03-17 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * dispnew.c (mirror_line_dance): Set W2 according to FRAME_FROM. | ||
| 4 | |||
| 5 | * fileio.c (Fcopy_file, Frename_file, Fadd_name_to_file) | ||
| 6 | (Fmake_symbolic_link): Use G to read the new file name. | ||
| 7 | |||
| 8 | * callint.c (Finteractive): Document G option. | ||
| 9 | (Fcall_interactively): Implement G option. | ||
| 10 | |||
| 11 | * buffer.c (buffer_lisp_local_variables): New function, | ||
| 12 | broken out from Fbuffer_local_variables. | ||
| 13 | (clone_per_buffer_values): Use buffer_lisp_local_variables. | ||
| 14 | |||
| 1 | 2005-03-17 Stefan Monnier <monnier@iro.umontreal.ca> | 15 | 2005-03-17 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 16 | ||
| 3 | * xfns.c (xic_create_fontsetname): Add `motif' argument. | 17 | * xfns.c (xic_create_fontsetname): Add `motif' argument. |