1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-15 03:11:54 -07:00
Commit graph

47428 commits

Author SHA1 Message Date
Kim F. Storm
bb1e1730ec Disable paragraph refilling.
(Info-refill-paragraphs): New defcustom.
(Info-fontify-node): Use it.
2003-07-04 21:40:22 +00:00
Kim F. Storm
3d17017d15 *** empty log message *** 2003-07-04 21:40:04 +00:00
Luc Teirlinck
919f29b636 (Top, Help-Small-Screen): Remove accidentally added next, prev and up
pointers.
2003-07-04 21:07:23 +00:00
Luc Teirlinck
e32be4ef51 *** empty log message *** 2003-07-04 21:04:47 +00:00
Stefan Monnier
d96da6c47a (sh-font-lock-paren): Add [ and ] to the
set of chars allowed unquoted in a case pattern.
2003-07-04 20:37:49 +00:00
Stefan Monnier
618b5ae40f *** empty log message *** 2003-07-04 20:36:50 +00:00
Stefan Monnier
73f05d4e07 (font-lock-defaults-alist): Remove obsolete comment. 2003-07-04 20:27:14 +00:00
Stefan Monnier
12ad59853e (struct Lisp_Float): Remove unused field `type'. 2003-07-04 20:19:55 +00:00
Stefan Monnier
ab6780cd2f (ALIGN): Add casts to simplify usage.
(BLOCK_ALIGN, BLOCK_BYTES, ABLOCKS_PADDING, ABLOCKS_SIZE)
(ABLOCKS_BYTES, ABLOCK_ABASE, ABLOCKS_BUSY, ABLOCKS_BASE): New macros.
(struct ablock, struct ablocks): New types.
(free_ablock): New global var.
(lisp_align_malloc, lisp_align_free): New functions.
(FLOAT_BLOCK_SIZE): Redefine in terms of BLOCK_BYTES.
(struct float_block): Reorder and add gcmarkbits.
(GETMARKBIT, SETMARKBIT, UNSETMARKBIT, FLOAT_BLOCK, FLOAT_INDEX)
(FLOAT_MARKED_P, FLOAT_MARK, FLOAT_UNMARK): New macros.
(init_float, make_float): Use lisp_align_malloc.
(free_float, live_float_p): Don't use `type' any more.
(make_float): Use FLOAT_UNMARK to access to mark bit.
(mark_maybe_object, mark_maybe_pointer, survives_gc_p):
Use FLOAT_MARKED_P to access the mark bit.
(pure_alloc): Simplify use of ALIGN.
(mark_object): Use FLOAT_MARK to access the mark bit.
(gc_sweep): Use new macros to access the float's mark bit.
(init_alloc_once): Init free_ablock.
2003-07-04 20:19:06 +00:00
Dave Love
d320e9f306 *** empty log message *** 2003-07-04 20:10:42 +00:00
Stefan Monnier
1fed50c4b4 (font-lock-extra-types-widget)
(c-font-lock-extra-types, c++-font-lock-extra-types)
(objc-font-lock-extra-types, java-font-lock-extra-types)
(c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
(c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
(font-lock-match-c++-style-declaration-item-and-skip-to-next)
(font-lock-match-c++-structor-declaration)
(c++-font-lock-keywords-1, c++-font-lock-keywords-2)
(c++-font-lock-keywords-3, c++-font-lock-keywords)
(objc-font-lock-keywords-1, objc-font-lock-keywords-2)
(objc-font-lock-keywords-3, objc-font-lock-keywords)
(java-font-lock-keywords-1, java-font-lock-keywords-2)
(java-font-lock-keywords-3, java-font-lock-keywords)
(java-font-lock-syntactic-face-function): Remove obsolete code
and constants.  It's all in cc-fonts.el now.
2003-07-04 18:29:49 +00:00
Stefan Monnier
ebd872c8f0 (font-lock-defaults-alist): Remove obsolete entries. 2003-07-04 18:29:12 +00:00
Glenn Morris
01bb608efb (mail-specify-envelope-from, mail-envelope-from): Doc fix. 2003-07-04 11:24:57 +00:00
Glenn Morris
de41ff5ed9 *** empty log message *** 2003-07-04 11:24:29 +00:00
Martin Stjernholm
0dd3ea4da4 Did away with the dependency on `c-emacs-features' when populating
`rul-generic-mode-syntax-table'; we already know this isn't XEmacs.
2003-07-04 10:47:06 +00:00
Martin Stjernholm
b5a670812e CC Mode 5.30 news. 2003-07-03 12:49:26 +00:00
Martin Stjernholm
d9e94c2273 Updated CC Mode to version 5.30. 2003-07-03 12:30:59 +00:00
Luc Teirlinck
bac598bbf5 (Help): Mention existence of Emacs and stand-alone Info at the very
beginning of the tutorial.
(Help-Inv): New node.
(Help-]): New node.
(Help-M): Systematically point out the differences between default
Emacs and stand-alone versions.  Delete second menu.
(Help-Xref): Systematically point out the differences between default
Emacs and stand-alone versions.
(Help-Int): Change `l' example.
(Expert Info): Fix typos.
(Emacs Info Variables): Mention `Info-hide-note-references' and new
default for `Info-scroll-prefer-subnodes'.
2003-07-03 01:59:39 +00:00
Luc Teirlinck
9e2497ccaf *** empty log message *** 2003-07-03 01:54:21 +00:00
Luc Teirlinck
c08b3b97fe *** empty log message *** 2003-07-02 04:28:58 +00:00
Luc Teirlinck
d60f13166a *** empty log message *** 2003-07-02 04:09:52 +00:00
Luc Teirlinck
610bc96b14 (Info-fontify-menu-headers): Only fontify `* Menu:' at the beginning
of a line.
(Info-extract-menu-node-name): Correctly initialize while loop.
(Info-scroll-prefer-subnodes): Change default to nil.
2003-07-02 00:57:20 +00:00
Luc Teirlinck
905b634c75 *** empty log message *** 2003-07-02 00:53:46 +00:00
Luc Teirlinck
ec7286bc8c *** empty log message *** 2003-07-02 00:42:24 +00:00
Luc Teirlinck
191ec00e85 (vis-mode): Update documentation string to reflect earlier changes. 2003-07-01 22:15:33 +00:00
Luc Teirlinck
7f2ba1ba87 *** empty log message *** 2003-07-01 22:12:50 +00:00
Richard M. Stallman
b0d4743ac3 Fix typo. 2003-06-30 10:43:22 +00:00
Richard M. Stallman
6fe508678c Minor Texinfo usage fix. 2003-06-30 10:43:01 +00:00
Richard M. Stallman
74eee906cc (Buffer Contents): Document current-word.
(Change Hooks): Not called for *Messages*.
2003-06-30 10:42:46 +00:00
Richard M. Stallman
a68defffda (Defining Functions): Explain about redefining primitives.
(Function Safety): Renamed.  Minor changes.
Comment out the detailed criteria for what is safe.
2003-06-30 10:40:27 +00:00
Richard M. Stallman
6a4803ec73 (pure-space-overflow): Set it if overflow. 2003-06-30 10:38:03 +00:00
Richard M. Stallman
b693e37521 (pure-space-overflow): New variable.
(fancy-splash-screens-1): Display warning if overflow.
(normal-splash-screen): Likewise.
2003-06-30 10:36:35 +00:00
Richard M. Stallman
720058f25b Record new maintainer. 2003-06-30 10:34:50 +00:00
Richard M. Stallman
c142f96c5a (vc-default-show-log-entry): Use with-no-warnings. 2003-06-30 10:34:26 +00:00
Richard M. Stallman
dd929b41f1 (lazy-completion-table, dynamic-completion-table): New macros. 2003-06-30 10:33:52 +00:00
Jason Rumney
1f42cc7170 Add workaround for "Windows only" printers 2003-06-29 20:22:07 +00:00
Nick Roberts
87cae4751a (gdb-display-number-end): Don't re-initialise local
variables to preserve array slices.
(gdb-array-slice): Rename gdb-mouse-array-slice.
(gdb-array-slice): Interactive function bound to "\r" for text
terminals.
(gdb-view-source): Rename gdb-view-source-function.
Set uninitialised variables (defvars) to nil.
2003-06-29 13:52:50 +00:00
Nick Roberts
25606af116 *** empty log message *** 2003-06-29 13:49:13 +00:00
Dave Love
849d80cfb2 *** empty log message *** 2003-06-29 12:05:01 +00:00
Dave Love
a6c2ef66b2 Fix XRegisterIMInstantiateCallback check for gcc. 2003-06-29 12:01:08 +00:00
Kai Großjohann
78bcc1482a (set-display-table-and-terminal-coding-system): Remove CVS
conflict markers and some code.
2003-06-29 10:37:00 +00:00
Richard M. Stallman
821917cfe1 (mule-menu-keymap): Delete mouse-set-fonts item here. 2003-06-28 11:54:47 +00:00
Richard M. Stallman
3f9f1c1fba (menu-bar-options-menu): Move mouse-set-fonts item here. 2003-06-28 11:54:09 +00:00
Stefan Monnier
349bd9eda2 (mark_buffer): Fix missed buffer->name in last patch. 2003-06-27 22:54:26 +00:00
Stefan Monnier
00baad70aa (MARKBIT): Update comment. 2003-06-27 22:53:35 +00:00
Stefan Monnier
3ef06d12cd (VECTOR_MARK, VECTOR_UNMARK, VECTOR_MARKED_P): New macros.
(GC_STRING_BYTES): Don't mask markbit (it's only used on `size').
(allocate_buffer): Move.
(string_bytes): Don't mask markbit of `size_byte'.
(mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
(mark_object, mark_buffer, survives_gc_p, gc_sweep):
Use the `size' field of buffers (rather than the `name' field) for
the mark bit, as is done for all other vectorlike objects.
Use the new macros to access the mark bit of vectorlike objects.
2003-06-27 21:54:38 +00:00
Kai Großjohann
356d2ee466 (menu-bar-options-menu): Move
`mouse-set-fonts' here from Options/Mule submenu.
2003-06-27 20:19:21 +00:00
Richard M. Stallman
15bc2f77a6 Fix minor Texinfo usage. 2003-06-27 16:20:28 +00:00
Jan Djärv
aa287913f8 config.nt: New define strftime 2003-06-27 11:55:04 +00:00
Richard M. Stallman
e81043aa06 (BASE_PURESIZE): Increment base size. 2003-06-27 02:25:31 +00:00