Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
45dbfc84
Commit
45dbfc84
authored
Mar 19, 2004
by
Kim F. Storm
Browse files
*** empty log message ***
parent
043442b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
0 deletions
+28
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
src/ChangeLog
src/ChangeLog
+23
-0
No files found.
lisp/ChangeLog
View file @
45dbfc84
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.
...
...
src/ChangeLog
View file @
45dbfc84
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment