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
04812929
Commit
04812929
authored
Jul 09, 2003
by
Stefan Monnier
Browse files
*** empty log message ***
parent
94b562dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
src/ChangeLog
src/ChangeLog
+25
-0
No files found.
src/ChangeLog
View file @
04812929
2003-07-08 Stefan Monnier <monnier@cs.yale.edu>
* buffer.c (report_overlay_modification): Don't run hooks while
traversing the list of overlays.
* buffer.h (struct buffer): Use an int for overlay_center.
(overlays_at, evaporate_overlays, recenter_overlay_lists)
(overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
* buffer.c (reset_buffer, recenter_overlay_lists)
(adjust_overlays_for_insert, adjust_overlays_for_delete)
(fix_overlays_in_range, Fmake_overlay, Fmove_overlay)
(evaporate_overlays, init_buffer_once): Update use of overlay_center.
(overlays_at, evaporate_overlays, recenter_overlay_lists)
(overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
* xdisp.c (fast_find_position): Remove unused var.
* cmds.c (Qexpand_abbrev): New sym.
(syms_of_cmds): Initialize it.
(internal_self_insert): Use it to call expand-abbrev.
2003-07-09 Kim F. Storm <storm@cua.dk>
* xterm.c (use_xim) [!USE_XIM]: Default to disable XIM if emacs
...
...
@@ -16,6 +38,9 @@
2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
* minibuf.c (read_minibuf): UNGCPRO before returning.
(Ftry_completion, Fall_completions): Doc fix.
* alloc.c (live_float_p): Check that p is not past the `floats' array,
now that `floats' is not the last element of the struct any more.
...
...
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