aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2004-04-23 21:35:38 +0000
committerJuanma Barranquero2004-04-23 21:35:38 +0000
commitc62aec7835d0c643f7ec4e6478b2b0d4c643b1f6 (patch)
treef8057b6825d2ebfeac0689f19eabaa5fa38e9402
parent21a2e05d679999dcfad54719722cc2199e4b1525 (diff)
downloademacs-c62aec7835d0c643f7ec4e6478b2b0d4c643b1f6.tar.gz
emacs-c62aec7835d0c643f7ec4e6478b2b0d4c643b1f6.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog8
-rw-r--r--src/ChangeLog11
2 files changed, 13 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 802c4f780db..fcdc9f2da13 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12004-04-23 Juanma Barranquero <lektu@terra.es>
2
3 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
4
5 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
6 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
7 (pcomplete--help, pcomplete--here): Doc fixes.
8
12004-04-23 Andre Spiegel <spiegel@gnu.org> 92004-04-23 Andre Spiegel <spiegel@gnu.org>
2 10
3 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that 11 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
diff --git a/src/ChangeLog b/src/ChangeLog
index 6bc622c8bff..3d4e320b5fb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -37,7 +37,7 @@
37 37
38 * lisp.h (pos_visible_p): Fix prototype. 38 * lisp.h (pos_visible_p): Fix prototype.
39 39
40 * macterm.c (x_draw_relief_rect): Add top_p and bot_p args. 40 * macterm.c (x_draw_relief_rect): Add top_p and bot_p args.
41 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect. 41 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
42 (x_draw_image_foreground, x_draw_image_relief) 42 (x_draw_image_foreground, x_draw_image_relief)
43 (x_draw_image_foreground_1, x_draw_image_glyph_string): 43 (x_draw_image_foreground_1, x_draw_image_glyph_string):
@@ -8334,12 +8334,11 @@
8334 8334
83352002-07-19 Juanma Barranquero <lektu@terra.es> 83352002-07-19 Juanma Barranquero <lektu@terra.es>
8336 8336
8337 * fileio.c (Ffile_name_as_directory): Fix argument name in docstring.
8338 (file_name_as_directory): Use literal '/' instead of DIRECTORY_SEP.
8339
8340 * xdisp.c (syms_of_xdisp): Remove redundant deprecation info. 8337 * xdisp.c (syms_of_xdisp): Remove redundant deprecation info.
8341 8338
8342 * fileio.c (syms_of_fileio): Likewise. 8339 * fileio.c (syms_of_fileio): Likewise.
8340 (Ffile_name_as_directory): Fix argument name in docstring.
8341 (file_name_as_directory): Use literal '/' instead of DIRECTORY_SEP.
8343 8342
83442002-07-18 Richard M. Stallman <rms@gnu.org> 83432002-07-18 Richard M. Stallman <rms@gnu.org>
8345 8344
@@ -11989,9 +11988,9 @@
11989 11988
11990 * abbrev.c (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks. 11989 * abbrev.c (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.
11991 11990
11992 * buffer.c (Fkill_buffer): Use Frun_hooks, not Vrun_hooks. 11991 * buffer.c (Fkill_buffer): Likewise.
11993 11992
11994 * print.c (temp_output_buffer_setup): Use Frun_hooks, not Vrun_hooks. 11993 * print.c (temp_output_buffer_setup): Likewise.
11995 11994
119962001-11-25 Stefan Monnier <monnier@cs.yale.edu> 119952001-11-25 Stefan Monnier <monnier@cs.yale.edu>
11997 11996