aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2004-03-19 00:41:56 +0000
committerKim F. Storm2004-03-19 00:41:56 +0000
commit45dbfc84ecdbd61b9fd96ed3867d1dd628624467 (patch)
treeeb1ecf606af19e875e4296e83462a02ade5ef5ad
parent043442b4f334fb29aa0a9085b5cf915ab0433bd7 (diff)
downloademacs-45dbfc84ecdbd61b9fd96ed3867d1dd628624467.tar.gz
emacs-45dbfc84ecdbd61b9fd96ed3867d1dd628624467.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog23
2 files changed, 28 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 99af6134a67..cd86f23b123 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12004-03-19 Kim F. Storm <storm@cua.dk>
2
3 * progmodes/compile.el (compilation-start): Always set
4 compilation-last-buffer and return it.
5
12004-03-17 Luc Teirlinck <teirllm@auburn.edu> 62004-03-17 Luc Teirlinck <teirllm@auburn.edu>
2 7
3 * simple.el (clone-buffer): Doc fix. 8 * simple.el (clone-buffer): Doc fix.
diff --git a/src/ChangeLog b/src/ChangeLog
index 5f65301a7cd..1681e9a1449 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,26 @@
12004-03-19 Kim F. Storm <storm@cua.dk>
2
3 * dispextern.h (calc_pixel_width_or_height): Add prototype.
4
5 * image.c (Qcenter): Move to xdisp.c.
6
7 * xdisp.c (Qcenter): Declare here.
8 (syms_of_xdisp): intern and staticpro it.
9 (handle_single_display_prop): Allow space display property on all
10 platforms.
11 (display_mode_line): Set mode_line_p before displaying line.
12 (calc_pixel_width_or_height): Declare extern. Add separate :align-to
13 handling. Remove complex cases for fringes and scroll-bars.
14 Add left, right, and center alignment positions. Add text (area)
15 width/height. Return width or height for image specs.
16 (produce_stretch_glyph): Improve handling of :align-to. Is now
17 relative to left of text area by default, but other base offsets
18 can be specified -- also for text lines.
19
20 * term.c (produce_glyphs): Handle IT_STRETCH.
21 (produce_stretch_glyph): New function to handle space width and
22 align-to display properties on non-window systems.
23
12004-03-17 Stefan Monnier <monnier@iro.umontreal.ca> 242004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
2 25
3 * fileio.c (Fread_file_name): Set completion-ignore-case for 26 * fileio.c (Fread_file_name): Set completion-ignore-case for