- 10 Jul, 2003 3 commits
-
-
John Paul Wallington authored
this function can be called from `add-completions-from-tags-table'.
-
Glenn Morris authored
(timeclock-workday-remaining, timeclock-status-string) (timeclock-when-to-leave, timeclock-when-to-leave-string) (timeclock-log-data, timeclock-find-discrep, timeclock-day-base) (timeclock-generate-report, timeclock-visit-timelog): Doc fix. (timeclock-modeline-display): Set the variable `timeclock-modeline-display'. (timeclock-update-modeline): Doc fix. Respect value of `timeclock-relative'.
-
Glenn Morris authored
-
- 09 Jul, 2003 26 commits
-
-
Stefan Monnier authored
(struct interval): Move to intervals.h. (struct Lisp_Marker): Use EMACS_INT for position info. (forward_point): Remove prototype of defunct function. (Qmodification_hooks, Qrear_nonsticky, Fnext_property_change) (Fget_text_property, Fset_text_properties, Ftext_propertes_not_all) (syms_of_textprop, set_text_properties): Remove prototypes that are already in intervals.h.
-
Martin Stjernholm authored
the CC Mode mode entries have gone.
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
position and length information.
-
Stefan Monnier authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(reftex-scanning-info-available-p): Add autoload cookie.
-
Richard M. Stallman authored
Delete duplicate aset on standard-display-table.
-
Richard M. Stallman authored
don't go into view mode.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Stefan Monnier authored
(unchain_overlay): New function. (add_overlay_mod_hooklist): Use AREF. (copy_overlays, reset_buffer, overlays_at, overlays_in) (overlay_touches_p, overlay_strings, recenter_overlay_lists) (fix_overlays_in_range, fix_overlays_before, Fmake_overlay) (Fmove_overlay, Fdelete_overlay, Foverlay_lists) (report_overlay_modification, evaporate_overlays, init_buffer_once): Adjust to new type of overlays_(before|after).
-
Stefan Monnier authored
(mark_buffer): Manually mark the overlays_(after|before) fields.
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
overlays_(before|after).
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
from Lisp lists of overlays to pointers to overlays (internally linked into lists via the new `next' field).
-
Stefan Monnier authored
-
Stefan Monnier authored
-
- 08 Jul, 2003 11 commits
-
-
Martin Stjernholm authored
-
Martin Stjernholm authored
* cc-engine.el (c-guess-basic-syntax): Do not do hidden buffer changes; there's third party code that calls this function directly. 2003-07-07 Martin Stjernholm <bug-cc-mode@gnu.org> * cc-fonts.el (javadoc-font-lock-keywords, autodoc-font-lock-keywords): Don't byte compile on font lock initialization when running from byte compiled files. 2003-07-06 Alan Mackenzie <bug-cc-mode@gnu.org> * cc-engine.el: Fix AWK mode indentation when previous statement ends with auto-increment "++". 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org> * cc-langs.el, cc-styles.el (c-style-alist, c-lang-variable-inits, c-lang-variable-inits-tail): The values of these are changed, so declare them as variables and not constants.
-
Kim F. Storm authored
-
Stefan Monnier authored
traversing the list of overlays.
-
Kim F. Storm authored
functionality of --without-xim.
-
Kim F. Storm authored
-
Stefan Monnier authored
(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.
-
Kim F. Storm authored
was configured with --without-xim.
-
Kim F. Storm authored
-
Stefan Monnier authored
(overlays_at, evaporate_overlays, recenter_overlay_lists) (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
-
Stefan Monnier authored
-