Mercurial > emacs
comparison src/ChangeLog @ 60694:9e7ee067df09
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 18 Mar 2005 00:15:23 +0000 |
parents | e50ee6630db9 |
children | 11723b2eac2e |
comparison
equal
deleted
inserted
replaced
60693:0dab980fb0b7 | 60694:9e7ee067df09 |
---|---|
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. |
4 Always return a freshly allocated string. | 18 Always return a freshly allocated string. |
5 (xic_create_xfontset): Adjust call. | 19 (xic_create_xfontset): Adjust call. |