]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Fri, 19 Mar 2004 00:41:56 +0000 (00:41 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 19 Mar 2004 00:41:56 +0000 (00:41 +0000)
lisp/ChangeLog
src/ChangeLog

index 99af6134a677b0c4a41a27dd77fd1c41a2020326..cd86f23b123aa49375656fb6e2f0f017f4f52f88 100644 (file)
@@ -1,3 +1,8 @@
+2004-03-19  Kim F. Storm  <storm@cua.dk>
+
+       * progmodes/compile.el (compilation-start): Always set
+       compilation-last-buffer and return it.
+
 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
 
        * simple.el (clone-buffer): Doc fix.
index 5f65301a7cd1dd471d4b7425cc289a986a0ca1c6..1681e9a144979e33e3b863fa1544f0da1b260259 100644 (file)
@@ -1,3 +1,26 @@
+2004-03-19  Kim F. Storm  <storm@cua.dk>
+
+       * dispextern.h (calc_pixel_width_or_height): Add prototype.
+
+       * image.c (Qcenter): Move to xdisp.c.
+
+       * xdisp.c (Qcenter): Declare here.
+       (syms_of_xdisp): intern and staticpro it.
+       (handle_single_display_prop): Allow space display property on all
+       platforms.
+       (display_mode_line): Set mode_line_p before displaying line.
+       (calc_pixel_width_or_height): Declare extern.  Add separate :align-to
+       handling.  Remove complex cases for fringes and scroll-bars.
+       Add left, right, and center alignment positions. Add text (area)
+       width/height.  Return width or height for image specs.
+       (produce_stretch_glyph): Improve handling of :align-to.  Is now
+       relative to left of text area by default, but other base offsets
+       can be specified -- also for text lines.
+
+       * term.c (produce_glyphs): Handle IT_STRETCH.
+       (produce_stretch_glyph): New function to handle space width and
+       align-to display properties on non-window systems.
+
 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * fileio.c (Fread_file_name): Set completion-ignore-case for