1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-07 06:22:32 -08:00
Commit graph

47563 commits

Author SHA1 Message Date
Richard M. Stallman
19c5fddbc3 (c-make-keywords-re): Don't use delete-duplicates.
(c-lang-const): Don't use mapcan.
2003-07-13 00:19:56 +00:00
Richard M. Stallman
800bebe3b7 *** empty log message *** 2003-07-12 22:00:20 +00:00
Richard M. Stallman
fdf83dbbfa [netbsd systems]: Define HAVE_CRTIN properly. 2003-07-12 21:59:54 +00:00
Richard M. Stallman
30aab7419b (apropos-show-scores): Make it customizable. Document new meaning.
(apropos): Compute scores from symbols.
(apropos-print): Don't sort by scores if apropos-show-scores is nil.
2003-07-12 21:57:50 +00:00
Richard M. Stallman
20853e2fea Minor cleanups of previous changes. 2003-07-12 21:55:24 +00:00
Richard M. Stallman
ad5378567a (unexec): Consider a section to precede the .bss
section if its addresses overlap that of .bss.
2003-07-12 21:53:28 +00:00
Richard M. Stallman
69e3899535 (CFLAGS) [!OPTIMIZE]: Set CFLAGS to -g. 2003-07-12 21:48:07 +00:00
Richard M. Stallman
c378fed527 (HAVE_CRTIN): Add #undef.
(INLINE): Really inline only if OPTIMIZE is defined.
2003-07-12 21:46:43 +00:00
Richard M. Stallman
7a179ad4df (START_FILES, LIB_STANDARD): Use START_FILES_1, END_FILES_1.
(START_FILES_1, END_FILES_1): New macros (conditional).
(LD_SWITCH_SYSTEM_TEMACS): Defined.
2003-07-12 21:45:20 +00:00
Richard M. Stallman
4a2abeb21a Don't include bsd4-3.h.
(TERMINFO): Defined.
(LIBS_TERMCAP): Defined.
(LD_SWITCH_SYSTEM): Defined (two definitions).
2003-07-12 21:44:13 +00:00
Richard M. Stallman
5a0a05fe7c Include libpng/png.h instead of png.h. 2003-07-12 21:40:39 +00:00
Vinicius Jose Latorre
7a1e19738c copyright line fix & bdf-directory-list init fix 2003-07-12 00:20:38 +00:00
John Paul Wallington
2356fa8a91 2003-07-11 John Paul Wallington <jpw@gnu.org>
* emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
	(ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
	(ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.

2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)

	* emacs-lisp/ring.el (ring-elements): Doc fix.
2003-07-11 21:53:43 +00:00
Stefan Monnier
2765b45784 *** empty log message *** 2003-07-11 19:44:44 +00:00
Glenn Morris
145570df04 Minor commentary changes.
(timeclock-relative, timeclock-ask-before-exiting)
(timeclock-use-display-time): Doc changes.
(timeclock-modeline-display): Give a message if
`timeclock-use-display-time' is non-nil but `display-time-mode' is not
active.
2003-07-11 13:15:05 +00:00
Glenn Morris
a272755fb8 *** empty log message *** 2003-07-11 13:14:17 +00:00
Andreas Schwab
f1d0c23823 (adjust_overlays_for_insert, adjust_overlays_for_delete): Update prototype. 2003-07-11 09:06:01 +00:00
Andreas Schwab
2e293742a4 (modify_overlay): Update prototype. 2003-07-11 09:05:18 +00:00
Kenichi Handa
95498fd0b3 (set-language-environment): Set
current-language-environment to the correct string.
2003-07-11 02:42:54 +00:00
Vinicius Jose Latorre
e22ba851aa Print line number correctly in a region. 2003-07-10 22:29:13 +00:00
John Paul Wallington
97534f3298 (visit-tags-table-buffer): Add autoload cookie;
this function can be called from `add-completions-from-tags-table'.
2003-07-10 16:31:43 +00:00
Glenn Morris
4ee3e788bd (timeclock-use-display-time, timeclock-day-over-hook)
(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'.
2003-07-10 01:02:11 +00:00
Glenn Morris
4021b73536 *** empty log message *** 2003-07-10 01:00:24 +00:00
Stefan Monnier
5f6bf5fecb (VALBITS): Define in terms of GCTYPEBITS.
(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.
2003-07-09 20:31:19 +00:00
Martin Stjernholm
f209c999c0 (auto-mode-alist, interpreter-mode-alist): Added comments about where
the CC Mode mode entries have gone.
2003-07-09 20:28:23 +00:00
Stefan Monnier
4a6a76d9e8 (struct interval): Move from lisp.h. 2003-07-09 20:25:59 +00:00
Stefan Monnier
6663843311 Include intervals.h for Fset_text_properties. 2003-07-09 20:25:02 +00:00
Stefan Monnier
8aa9100052 (struct buffer_text, struct buffer): Use EMACS_INT for
position and length information.
2003-07-09 19:44:14 +00:00
Stefan Monnier
f93ad4cfac (fix_overlays_before): Fix typo in last commit. 2003-07-09 19:05:41 +00:00
Richard M. Stallman
80384936e2 *** empty log message *** 2003-07-09 16:21:02 +00:00
Richard M. Stallman
03ca24fb82 (reftex-all-document-files): Add autoload cookie. 2003-07-09 16:20:54 +00:00
Richard M. Stallman
2c9deec1b0 (reftex-all-document-files): Delete autoload.
(reftex-scanning-info-available-p): Add autoload cookie.
2003-07-09 16:19:49 +00:00
Richard M. Stallman
b221615bc4 (set-display-table-and-terminal-coding-system):
Delete duplicate aset on standard-display-table.
2003-07-09 16:18:21 +00:00
Richard M. Stallman
90bb2ff453 (view-file): If existing buffer's major mode is special,
don't go into view mode.
2003-07-09 16:16:54 +00:00
Richard M. Stallman
e2cf2d72a2 Split a line. 2003-07-09 16:15:24 +00:00
Richard M. Stallman
60389964c5 (dired-move-to-filename-regexp): Allow quote in months. 2003-07-09 15:52:59 +00:00
Stefan Monnier
2410d73a13 (overlay_strings, recenter_overlay_lists): Fix typo in eassert in last commit.
(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).
2003-07-09 15:10:47 +00:00
Stefan Monnier
f54253ec86 (mark_object): Mark the new `next' field of overlays.
(mark_buffer): Manually mark the overlays_(after|before) fields.
2003-07-09 14:53:41 +00:00
Stefan Monnier
d2394df5b5 (run_pre_post_conversion_on_str): Use new type for overlays_(before|after). 2003-07-09 14:52:55 +00:00
Stefan Monnier
88006f77c4 (overlays_around): Use new type for overlays_(before|after). 2003-07-09 14:51:57 +00:00
Stefan Monnier
b7253a3e4a (load_overlay_strings): Use new type for overlays_(before|after). 2003-07-09 14:51:29 +00:00
Stefan Monnier
854afafc34 (Finsert_file_contents): Use new type for overlays_(before|after). 2003-07-09 14:50:51 +00:00
Stefan Monnier
3ea2f6f3ef (current_column): Use new type for overlays_(before|after). 2003-07-09 14:50:21 +00:00
Stefan Monnier
fbebdf8131 (signal_before_change, signal_after_change): Use new type for
overlays_(before|after).
2003-07-09 14:50:01 +00:00
Stefan Monnier
3e3137667f (set_point_both): Use new type for overlays_(before|after). 2003-07-09 14:49:10 +00:00
Stefan Monnier
26a59e4208 (temp_output_buffer_setup): Use new type for overlays_(before|after). 2003-07-09 14:48:41 +00:00
Stefan Monnier
87359a3d31 (struct buffer): Change overlays_before and overlays_after
from Lisp lists of overlays to pointers to overlays (internally linked
into lists via the new `next' field).
2003-07-09 14:47:45 +00:00
Stefan Monnier
b01ecbc603 (struct Lisp_Overlay): New field `next'. 2003-07-09 14:46:06 +00:00
Stefan Monnier
0481292973 *** empty log message *** 2003-07-09 14:29:11 +00:00
Martin Stjernholm
94b562dc87 A bit more talk about an API change in CC Mode. 2003-07-08 23:28:35 +00:00