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
841a8bca
Commit
841a8bca
authored
Sep 28, 2004
by
Kim F. Storm
Browse files
*** empty log message ***
parent
51f5e15d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
0 deletions
+33
-0
lisp/ChangeLog
lisp/ChangeLog
+9
-0
src/ChangeLog
src/ChangeLog
+24
-0
No files found.
lisp/ChangeLog
View file @
841a8bca
2004-09-29 Kim F. Storm <storm@cua.dk>
* progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
(gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
(gdb-put-breakpoint-icon): Use breakpoint bitmap.
* fringe.el (fringe-bitmap-p): New macro.
(fringe-bitmaps): Add standard fringe bitmaps on load.
2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
* calendar/diary-lib.el (list-diary-entries): Save diary buffer
...
...
src/ChangeLog
View file @
841a8bca
2004-09-29 Kim F. Storm <storm@cua.dk>
* dispextern.h (valid_fringe_bitmap_p): Fix prototype.
* fringe.c (Vfringe_bitmaps): New variable.
(syms_of_fringe): DEFVAR_LISP it.
(valid_fringe_bitmap_p): Rename from valid_fringe_bitmap_id_p.
Change arg to Lisp_Object and fail if not an integer.
(get_fringe_bitmap_name, resolve_fringe_bitmap)
(destroy_fringe_bitmap): New functions.
(Fdestroy_fringe_bitmap): Change arg to bitmap symbol. Use
destroy_fringe_bitmap. Remove symbol from Vfringe_bitmaps and
clear its fringe property.
(init_fringe_bitmap): Use destroy_fringe_bitmap instead of
Fdestroy_fringe_bitmap.
(Fdefine_fringe_bitmap): Add BITMAP arg specifying new or existing
bitmap symbol; remove WHICH arg. Add symbol to Vfringe_bitmaps
and set fringe property. Signal error if no free slots.
(Fset_fringe_bitmap_face): Change arg to bitmap symbol.
(Ffringe_bitmaps_at_pos): Return bitmap symbols instead of numbers.
* xdisp.c (handle_single_display_prop): Fringe bitmaps are now
symbols with a fringe property.
2004-09-27 Kim F. Storm <storm@cua.dk>
* buffer.c (syms_of_buffer) <indicate-buffer-boundaries>:
...
...
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