1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
Commit Graph

26907 Commits

Author SHA1 Message Date
Eli Zaretskii
35ab2989c8 Rename emacs-faq to efaq in @setfilename and in @direntry. 2000-01-05 12:21:52 +00:00
Andreas Schwab
7334aa9948 . 2000-01-05 11:47:57 +00:00
Carsten Dominik
b12e24cdb5 *** empty log message *** 2000-01-05 11:44:41 +00:00
Andreas Schwab
2d202cd8ef (hscroll): Doc fix. 2000-01-05 11:44:03 +00:00
Carsten Dominik
d6226972f7 *** empty log message *** 2000-01-05 10:38:00 +00:00
Carsten Dominik
ddc9a4031a dded old entries for reftex and idlwave which were not properly interated. 2000-01-05 10:32:51 +00:00
Gerd Moellmann
8a26744bb3 *** empty log message *** 2000-01-05 09:17:53 +00:00
Carsten Dominik
df543367e1 renamed reftex-vcr.el to reftex-dcr.el 2000-01-05 09:15:48 +00:00
Gerd Moellmann
ef539202f1 (C_SWITCH_SYSTEM): Add -I /usr/local/include and
-L /usr/local/lib.
2000-01-05 09:15:33 +00:00
Carsten Dominik
8bd4b31e45 *** empty log message *** 2000-01-05 08:53:23 +00:00
Carsten Dominik
1a4bfeddc0 Also provide idlwave-toolbar, not only idlw-toolbar 2000-01-05 08:52:21 +00:00
Carsten Dominik
a98f98c0cf Also provide idlwave.shell, not only idlw-shell. 2000-01-05 08:50:31 +00:00
Kenichi Handa
48441121b2 New file. 2000-01-05 08:14:47 +00:00
Kenichi Handa
6ddb893fff *** empty log message *** 2000-01-05 08:13:59 +00:00
Kenichi Handa
41481e4bcd PostScript code now is in separate files, doc fix.
(ps-print-version): New version number (5.0.3).
(ps-header-lines, ps-left-header, ps-right-header): No more buffer
local.
(ps-spool-config): Initialization fix.
(ps-print-prologue-1, ps-print-prologue-2, ps-print-duplex-feature):
PostScript code moved to separated file.
(ps-background-image): Little code reformating.
(ps-begin-file, ps-begin-job): Fix code.
(ps-postscript-code-directory, ps-mark-code-directory): New
vars.
(ps-prologue-file): New fun.
2000-01-05 08:11:30 +00:00
Kenichi Handa
894ee0a289 *** empty log message *** 2000-01-05 08:10:08 +00:00
Kenichi Handa
0a5daee5ba ps-vars eliminated, doc fix.
(ps-print-version): New version number (5.0.2).
(ps-spool-config): Initialization fix.
(ps-print-customize): New fun.
2000-01-05 07:17:31 +00:00
Kenichi Handa
3ea591bda6 ps-vars eliminated, ps-multibyte-buffer now is
`;;;###autoload'.
2000-01-05 07:16:52 +00:00
Kenichi Handa
ae833aae6e *** empty log message *** 2000-01-05 07:14:45 +00:00
Gerd Moellmann
e0303cd645 *** empty log message *** 2000-01-04 23:09:30 +00:00
Gerd Moellmann
86779fac99 (x_create_im): New function to set IM and IC of a frame.
Check that input style is supported before trying to create an
IC for it.
(x_window): Call x_create_im.
2000-01-04 23:08:36 +00:00
Gerd Moellmann
a7cca24054 (International Intro): Add a link to to Fontsets. 2000-01-04 22:14:58 +00:00
Gerd Moellmann
560a7bd208 *** empty log message *** 2000-01-04 21:32:26 +00:00
Gerd Moellmann
39d62e7a1f (auto-revert-mode): Return value of auto-revert-mode. 2000-01-04 21:29:59 +00:00
Gerd Moellmann
f036834aeb (current_gif_memory_src): New variable.
(gif_load): Record the address of the current memory source
in current_gif_memory_src.
(gif_read_from_memory): Use current_gif_memory_src.
2000-01-04 21:22:24 +00:00
Dave Love
f45dd0f411 (make-mode-line-mouse-sensitive): Fix the toggle menu items. 2000-01-04 18:45:48 +00:00
Gerd Moellmann
f9ee84a38c (EMACS_GET_TIME, EMACS_ADD_TIME, EMACS_SUB_TIME): Give
macros statement form.
2000-01-04 17:14:55 +00:00
Gerd Moellmann
6fb40bebbc Sound with :data. 2000-01-04 14:52:06 +00:00
Gerd Moellmann
d1299cdeca (struct sound): Renamed from struct sound_file.
(struct sound): Add members `data' and `header_size'.
(enum sound_attr): Add SOUND_DATA.
(current_sound, current_sound_device): Variables renamed from
sound_file and sound_device.
(parse_sound): Parse :data.
(parse_sound): Handle sound data in strings.
(find_sound_type): Function renamed from find_sound_file_type.
(wav_init, au_init): Fail if sound's header_size is smaller than
needed header size.
(wav_play, au_play): Play sounds from string data.
2000-01-04 14:45:08 +00:00
Gerd Moellmann
fc91dc2d13 Changes to garbage-collect, new var strings-consed, 2000-01-04 12:35:02 +00:00
Gerd Moellmann
fc7ac24f5f inhibit-field-text-motion 2000-01-04 12:29:05 +00:00
Gerd Moellmann
2e471eb5f3 (Fgarbage_collect): Return number of live and free
strings.

(mark_buffer): Remove code in #if 0.
(gc_sweep): Ditto.
(UNMARK_BALANCE_INTERVALS): Give the macro statement form.
(strings_consed): New variable.
(allocate_string): Set it.
(syms_of_alloc): Add DEFVAR_INT for strings_consed.
(Fmemory_use_counts): Return strings_consed.  Use Flist.

General cleanup in comments etc.  Remove conditional
compilation for `standalone'.

(MARK_STRING, UNMARK_STRING, STRING_MARKED_P):
(GC_STRING_BYTES, GC_STRING_CHARS): New macros.
(DONT_COPY_FLAG): Removed.
(SBLOCK_SIZE, LARGE_STRING_BYTES): New macros.
(struct sdata, struct sblock): New
(struct string_block): Rewritten.
(STRINGS_IN_STRING_BLOCK): New macro.
(oldest_sblock, current_sblock, total_strings, total_free_strings)
(large_sblocks, string_blocks, string_free_list): New variables.
(NEXT_FREE_LISP_STRING, SDATA_OF_STRING, SDATA_SIZE): New macros.
(init_strings): Rewritten.
(allocate_string, allocate_string_data, compact_small_strings)
(free_large_strings, sweep_strings): New functions.
(STRING_BLOCK_SIZE, STRING_BLOCK_OUTSIZE)
(struct string_block_head, current_string_block)
(first_string_block, large_string_blocks, STRING_FULLSIZE)
(STRING_PAD): Removed.
(make_uninit_multibyte_string, make_pure_string): Rewritten.
(Fgarbage_collect): Don't set mark bit in large strings.
(mark_object): Mark strings differently.  Mark symbol names
differently.
(survives_gc_p): Test marked strings differently.
(gc_sweep): Sweep strings differently, unmark strings in
symbol names.
(compact_strings): Removed.
2000-01-04 12:25:51 +00:00
Gerd Moellmann
f05d7ea229 Add prototype for allocate_string_data.
(struct Lisp_String): Make DATA member `unsigned char *'.
2000-01-04 12:21:48 +00:00
Gerd Moellmann
e5372b9c5e (BASE_PURE_SIZE): Increase to 600000. 2000-01-04 12:21:21 +00:00
Eli Zaretskii
f1a88ed9b6 Improve markup for the description of non-greedy operators.
Add an index entry.
2000-01-04 12:01:26 +00:00
Eli Zaretskii
42608ba81d (syms_of_xfaces): defsubr Scolor_gray_p and
Scolor_supported_p even if HAVE_X_WINDOWS is not defined.
2000-01-04 11:56:22 +00:00
Eli Zaretskii
30a009a596 Correct typos. 2000-01-04 11:20:54 +00:00
Eli Zaretskii
1aadc602f6 Add an entry for IDLWAVE. 2000-01-04 09:53:00 +00:00
Kenichi Handa
9f57b6b4ef (Finsert_file_contents): Signal error if visiting file
in a non-empty buffer.
2000-01-04 08:15:09 +00:00
Kenichi Handa
dd9f0750da *** empty log message *** 2000-01-04 08:14:39 +00:00
Kenichi Handa
11ad3deeb1 *** empty log message *** 2000-01-04 06:02:09 +00:00
Kenichi Handa
0ccb76ee33 ("japanese"): Docstring augmented. 2000-01-04 06:01:46 +00:00
Kenichi Handa
3c0f3b1567 *** empty log message *** 2000-01-04 02:42:44 +00:00
Kenichi Handa
c989b7be8f (encode_terminal_code): Fix the previous change. 2000-01-04 01:58:49 +00:00
Kenichi Handa
e0a09e1a04 *** empty log message *** 2000-01-04 01:53:54 +00:00
Dave Love
c282ca4de5 (elide-head): Add :version. 2000-01-04 00:11:00 +00:00
Dave Love
6125598177 (cl-emacs-type): Remove defvar.
(cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
`cl-hash-table-p', not `hash-table-p'.
(cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
2000-01-03 23:12:38 +00:00
Gerd Moellmann
44cd3ae58d (NO_EDITRES): Define even if HAVE_LIBXMU. 2000-01-03 21:22:35 +00:00
Gerd Moellmann
ea4fa0af4b (syms_of_xfaces): Change Sface_color_gray_p to
Scolor_gray_p, Sface_color_supported_p to Scolor_supported_p.
2000-01-03 21:20:37 +00:00
Eli Zaretskii
c182a70f74 *** empty log message *** 2000-01-03 17:04:20 +00:00