bpt/emacs.git
24 years ago(x_create_im): New function to set IM and IC of a frame.
Gerd Moellmann [Tue, 4 Jan 2000 23:08:36 +0000 (23:08 +0000)]
(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.

24 years ago(International Intro): Add a link to to Fontsets.
Gerd Moellmann [Tue, 4 Jan 2000 22:14:58 +0000 (22:14 +0000)]
(International Intro): Add a link to to Fontsets.

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 4 Jan 2000 21:32:26 +0000 (21:32 +0000)]
*** empty log message ***

24 years ago(auto-revert-mode): Return value of auto-revert-mode.
Gerd Moellmann [Tue, 4 Jan 2000 21:29:59 +0000 (21:29 +0000)]
(auto-revert-mode): Return value of auto-revert-mode.

24 years ago(current_gif_memory_src): New variable.
Gerd Moellmann [Tue, 4 Jan 2000 21:22:24 +0000 (21:22 +0000)]
(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.

24 years ago(make-mode-line-mouse-sensitive): Fix the toggle menu items.
Dave Love [Tue, 4 Jan 2000 18:45:48 +0000 (18:45 +0000)]
(make-mode-line-mouse-sensitive): Fix the toggle menu items.

24 years ago(EMACS_GET_TIME, EMACS_ADD_TIME, EMACS_SUB_TIME): Give
Gerd Moellmann [Tue, 4 Jan 2000 17:14:55 +0000 (17:14 +0000)]
(EMACS_GET_TIME, EMACS_ADD_TIME, EMACS_SUB_TIME): Give
macros statement form.

24 years agoSound with :data.
Gerd Moellmann [Tue, 4 Jan 2000 14:52:06 +0000 (14:52 +0000)]
Sound with :data.

24 years ago(struct sound): Renamed from struct sound_file.
Gerd Moellmann [Tue, 4 Jan 2000 14:45:08 +0000 (14:45 +0000)]
(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.

24 years agoChanges to garbage-collect, new var strings-consed,
Gerd Moellmann [Tue, 4 Jan 2000 12:35:02 +0000 (12:35 +0000)]
Changes to garbage-collect, new var strings-consed,

24 years agoinhibit-field-text-motion
Gerd Moellmann [Tue, 4 Jan 2000 12:29:05 +0000 (12:29 +0000)]
inhibit-field-text-motion

24 years ago(Fgarbage_collect): Return number of live and free
Gerd Moellmann [Tue, 4 Jan 2000 12:25:51 +0000 (12:25 +0000)]
(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.

24 years agoAdd prototype for allocate_string_data.
Gerd Moellmann [Tue, 4 Jan 2000 12:21:48 +0000 (12:21 +0000)]
Add prototype for allocate_string_data.
(struct Lisp_String): Make DATA member `unsigned char *'.

24 years ago(BASE_PURE_SIZE): Increase to 600000.
Gerd Moellmann [Tue, 4 Jan 2000 12:21:21 +0000 (12:21 +0000)]
(BASE_PURE_SIZE): Increase to 600000.

24 years agoImprove markup for the description of non-greedy operators.
Eli Zaretskii [Tue, 4 Jan 2000 12:01:26 +0000 (12:01 +0000)]
Improve markup for the description of non-greedy operators.
Add an index entry.

24 years ago(syms_of_xfaces): defsubr Scolor_gray_p and
Eli Zaretskii [Tue, 4 Jan 2000 11:56:22 +0000 (11:56 +0000)]
(syms_of_xfaces): defsubr Scolor_gray_p and
Scolor_supported_p even if HAVE_X_WINDOWS is not defined.

24 years agoCorrect typos.
Eli Zaretskii [Tue, 4 Jan 2000 11:20:54 +0000 (11:20 +0000)]
Correct typos.

24 years agoAdd an entry for IDLWAVE.
Eli Zaretskii [Tue, 4 Jan 2000 09:53:00 +0000 (09:53 +0000)]
Add an entry for IDLWAVE.

24 years ago(Finsert_file_contents): Signal error if visiting file
Kenichi Handa [Tue, 4 Jan 2000 08:15:09 +0000 (08:15 +0000)]
(Finsert_file_contents): Signal error if visiting file
in a non-empty buffer.

24 years ago*** empty log message ***
Kenichi Handa [Tue, 4 Jan 2000 08:14:39 +0000 (08:14 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Kenichi Handa [Tue, 4 Jan 2000 06:02:09 +0000 (06:02 +0000)]
*** empty log message ***

24 years ago("japanese"): Docstring augmented.
Kenichi Handa [Tue, 4 Jan 2000 06:01:46 +0000 (06:01 +0000)]
("japanese"): Docstring augmented.

24 years ago*** empty log message ***
Kenichi Handa [Tue, 4 Jan 2000 02:42:44 +0000 (02:42 +0000)]
*** empty log message ***

24 years ago(encode_terminal_code): Fix the previous change.
Kenichi Handa [Tue, 4 Jan 2000 01:58:49 +0000 (01:58 +0000)]
(encode_terminal_code): Fix the previous change.

24 years ago*** empty log message ***
Kenichi Handa [Tue, 4 Jan 2000 01:53:54 +0000 (01:53 +0000)]
*** empty log message ***

24 years ago(elide-head): Add :version.
Dave Love [Tue, 4 Jan 2000 00:11:00 +0000 (00:11 +0000)]
(elide-head): Add :version.

24 years ago(cl-emacs-type): Remove defvar.
Dave Love [Mon, 3 Jan 2000 23:12:38 +0000 (23:12 +0000)]
(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.

24 years ago(NO_EDITRES): Define even if HAVE_LIBXMU.
Gerd Moellmann [Mon, 3 Jan 2000 21:22:35 +0000 (21:22 +0000)]
(NO_EDITRES): Define even if HAVE_LIBXMU.

24 years ago(syms_of_xfaces): Change Sface_color_gray_p to
Gerd Moellmann [Mon, 3 Jan 2000 21:20:37 +0000 (21:20 +0000)]
(syms_of_xfaces): Change Sface_color_gray_p to
Scolor_gray_p, Sface_color_supported_p to Scolor_supported_p.

24 years ago*** empty log message ***
Eli Zaretskii [Mon, 3 Jan 2000 17:04:20 +0000 (17:04 +0000)]
*** empty log message ***

24 years ago(handle_single_display_prop) [HAVE_WINDOW_SYSTEM]: No
Eli Zaretskii [Mon, 3 Jan 2000 17:02:31 +0000 (17:02 +0000)]
(handle_single_display_prop) [HAVE_WINDOW_SYSTEM]: No
need to test for MSDOS frames.

24 years ago(face-read-integer, read-face-attribute)
Eli Zaretskii [Mon, 3 Jan 2000 16:58:20 +0000 (16:58 +0000)]
(face-read-integer, read-face-attribute)
(color-defined-p, color-values): unspecified-{f,b}g are now
strings.

24 years ago(unspecified_colors): Remove.
Eli Zaretskii [Mon, 3 Jan 2000 16:56:40 +0000 (16:56 +0000)]
(unspecified_colors): Remove.
(msdos_stdcolor_idx): Use global variables unspecified_fg and
unspecified_bg.
(msdos_stdcolor_name): Return strings for unspecified fore- and
back-ground colors.

24 years ago(Qunspecified_fg, Qunspecified_bg): Remove.
Eli Zaretskii [Mon, 3 Jan 2000 16:52:52 +0000 (16:52 +0000)]
(Qunspecified_fg, Qunspecified_bg): Remove.
(syms_of_xfaces): Remove their staticpro's.
(tty_color_name): Return Lisp strings for unspecified fore- and
back-ground colors.
(Finternal_set_lisp_face_attribute): Remove the special treatment
for Qunspecified_{f,b}g.
(realize_default_face): Replace Qunspecified_{f,b}g with a Lisp
string.

24 years agoAdd socket name `esrv-USERID-SYSTEMNAME' for emacsserver.
Gerd Moellmann [Mon, 3 Jan 2000 15:56:05 +0000 (15:56 +0000)]
Add socket name `esrv-USERID-SYSTEMNAME' for emacsserver.

24 years ago*** empty log message ***
Gerd Moellmann [Mon, 3 Jan 2000 14:55:38 +0000 (14:55 +0000)]
*** empty log message ***

24 years ago(c-fill-paragraph): Count number of spaces
Gerd Moellmann [Mon, 3 Jan 2000 14:49:24 +0000 (14:49 +0000)]
(c-fill-paragraph): Count number of spaces
at comment end, and re-insert them after filling.

24 years agoRenamed idlwave-*.el into idlw-*.el.
Eli Zaretskii [Mon, 3 Jan 2000 14:34:24 +0000 (14:34 +0000)]
Renamed idlwave-*.el into idlw-*.el.

24 years agoRenamed idlwave-*.{el,elc} into idlw-*.{el,elc}.
Eli Zaretskii [Mon, 3 Jan 2000 14:31:21 +0000 (14:31 +0000)]
Renamed idlwave-*.{el,elc} into idlw-*.{el,elc}.

24 years agoSet version to the last version of idlwave.
Eli Zaretskii [Mon, 3 Jan 2000 14:27:37 +0000 (14:27 +0000)]
Set version to the last version of idlwave.

24 years agoRenamed idlwave-*.el into idlw-*.el.
Eli Zaretskii [Mon, 3 Jan 2000 14:23:13 +0000 (14:23 +0000)]
Renamed idlwave-*.el into idlw-*.el.

24 years ago(reseat_at_next_visible_line_start): Position before
Gerd Moellmann [Mon, 3 Jan 2000 14:04:14 +0000 (14:04 +0000)]
(reseat_at_next_visible_line_start): Position before
newline only if ending up on a newline.
(next_element_from_ellipsis): Return success.  Handle case of
displaying no ellipsis.  Fix case of ellipsis defined in display
table.
(next_element_from_buffer): Return 0 if next_element_from_ellipsis
returns 0.

24 years ago(INFO_TARGETS, DVI_TARGETS): Add idlwave.
Eli Zaretskii [Mon, 3 Jan 2000 14:03:07 +0000 (14:03 +0000)]
(INFO_TARGETS, DVI_TARGETS): Add idlwave.
(../info/idlwave, idlwave.dvi): New targets.

24 years ago(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii [Mon, 3 Jan 2000 13:51:19 +0000 (13:51 +0000)]
(mouse-drag-region-1): Don't try to catch a
double-click when doing follow-link (it's overridden anyway).

24 years ago*** empty log message ***
Eli Zaretskii [Mon, 3 Jan 2000 11:58:49 +0000 (11:58 +0000)]
*** empty log message ***

24 years ago(xw-defined-colors): Call color-supported-p,
Eli Zaretskii [Mon, 3 Jan 2000 11:58:12 +0000 (11:58 +0000)]
(xw-defined-colors): Call color-supported-p,
the new name of face-color-supported-p.

24 years ago(Fcolor_gray_p): Renamed from face-color-gray-p.
Eli Zaretskii [Mon, 3 Jan 2000 11:51:33 +0000 (11:51 +0000)]
(Fcolor_gray_p): Renamed from face-color-gray-p.
(Fcolor_supported_p): Renamed from face-color-supported-p.

24 years ago.
Andreas Schwab [Mon, 3 Jan 2000 11:30:55 +0000 (11:30 +0000)]
.

24 years ago(install-arch-indep): Install autotype*. Run
Andreas Schwab [Mon, 3 Jan 2000 11:30:15 +0000 (11:30 +0000)]
(install-arch-indep): Install autotype*.  Run
install-info on autotype and emacs-faq.info.

24 years ago(completion-setup-function): Count completion-size
Eli Zaretskii [Mon, 3 Jan 2000 09:18:54 +0000 (09:18 +0000)]
(completion-setup-function): Count completion-size
from minibuffer-prompt-end, not from point-min.

24 years ago*** empty log message ***
Richard M. Stallman [Mon, 3 Jan 2000 05:26:02 +0000 (05:26 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Stefan Monnier [Mon, 3 Jan 2000 00:29:21 +0000 (00:29 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Richard M. Stallman [Mon, 3 Jan 2000 00:19:17 +0000 (00:19 +0000)]
*** empty log message ***

24 years agoDocument the unified frame-independent support for colors and faces.
Eli Zaretskii [Sun, 2 Jan 2000 14:21:54 +0000 (14:21 +0000)]
Document the unified frame-independent support for colors and faces.

24 years ago*** empty log message ***
Eli Zaretskii [Sun, 2 Jan 2000 14:13:48 +0000 (14:13 +0000)]
*** empty log message ***

24 years ago(read-face-attribute, defined-colors, color-defined-p):
Eli Zaretskii [Sun, 2 Jan 2000 14:12:09 +0000 (14:12 +0000)]
(read-face-attribute, defined-colors, color-defined-p):
Pass the frame to tty-color-* functions.
(display-color-p, frame-set-background-mode): Pass the frame to
tty-display-color-p.

24 years ago(tty-defined-color-alist): Renamed from tty-color-alist.
Eli Zaretskii [Sun, 2 Jan 2000 14:11:02 +0000 (14:11 +0000)]
(tty-defined-color-alist): Renamed from tty-color-alist.
(tty-color-alist, tty-modify-color-alist): New functions.
(tty-color-define,  tty-color-clear, tty-color-approximate)
(tty-color-translate, tty-color-by-index, tty-color-desc): Accept
an optional parameter FRAME.

24 years ago(tty_defined_color): Pass frame to tty-color-desc. The
Eli Zaretskii [Sun, 2 Jan 2000 14:07:32 +0000 (14:07 +0000)]
(tty_defined_color): Pass frame to tty-color-desc.  The
list of colors renamed to tty-defined-color-alist.
(tty_color_name): Pass the frame to tty-color-by-index.
(realize_tty_face): tty-color-alist is now a function which
accepts the frame as argument.

24 years ago(Ftty_display_color_p): Accept an optional argument FRAME.
Eli Zaretskii [Sun, 2 Jan 2000 14:06:15 +0000 (14:06 +0000)]
(Ftty_display_color_p): Accept an optional argument FRAME.

24 years ago(insert_glyphs): Pass glyph, not &glyph, to
Eli Zaretskii [Sun, 2 Jan 2000 14:00:03 +0000 (14:00 +0000)]
(insert_glyphs): Pass glyph, not &glyph, to
encode_terminal_code.

24 years ago(mode_line_string): Support termcap frames as well.
Eli Zaretskii [Sun, 2 Jan 2000 12:09:58 +0000 (12:09 +0000)]
(mode_line_string): Support termcap frames as well.

24 years ago*** empty log message ***
Gerd Moellmann [Sat, 1 Jan 2000 17:25:11 +0000 (17:25 +0000)]
*** empty log message ***

24 years ago(Fconstrain_to_field): Don't constrain if
Gerd Moellmann [Sat, 1 Jan 2000 17:24:22 +0000 (17:24 +0000)]
(Fconstrain_to_field): Don't constrain if
inhibit-field-text-motion is non-nil.
(Fline_beginning_position): Undo previous change.
(Fline_end_position): Ditto.

24 years ago(Fforward_word): Undo previous change.
Gerd Moellmann [Sat, 1 Jan 2000 17:23:34 +0000 (17:23 +0000)]
(Fforward_word): Undo previous change.

24 years ago(Fforward_word): Notice field boundaries only if
Gerd Moellmann [Sat, 1 Jan 2000 17:06:50 +0000 (17:06 +0000)]
(Fforward_word): Notice field boundaries only if
inhibit-field-text-motion is nil.

24 years agoAdd extern declaration for Vinhibit_field_text_motion.
Gerd Moellmann [Sat, 1 Jan 2000 17:06:26 +0000 (17:06 +0000)]
Add extern declaration for Vinhibit_field_text_motion.

24 years ago(Vinhibit_field_text_motion): New variable.
Gerd Moellmann [Sat, 1 Jan 2000 17:06:00 +0000 (17:06 +0000)]
(Vinhibit_field_text_motion): New variable.
(inhibit-field-text-motion): New DEFVAR_LISP.
(Fline_beginning_position, Fline_end_position): Notice field
boundaries only if inhibit-field-text-motion is nil.

24 years agoChange description of :data for images.
Gerd Moellmann [Sat, 1 Jan 2000 16:46:46 +0000 (16:46 +0000)]
Change description of :data for images.

24 years ago(create-image, defimage): Don't assume image data is a
Gerd Moellmann [Sat, 1 Jan 2000 16:42:20 +0000 (16:42 +0000)]
(create-image, defimage): Don't assume image data is a
string.

24 years ago(defimage): Handle specifications containing :data
Gerd Moellmann [Sat, 1 Jan 2000 16:33:32 +0000 (16:33 +0000)]
(defimage): Handle specifications containing :data
instead of :file.
(image-type-from-data): New function.
(image-type-from-file-header): Use it.
(create-image): Add parameter DATA-P.

24 years ago(x_create_x_image_and_pixmap): Remove parameter file.
Gerd Moellmann [Sat, 1 Jan 2000 10:35:43 +0000 (10:35 +0000)]
(x_create_x_image_and_pixmap): Remove parameter file.
All calls adjusted.
(x_build_heuristic_mask): Likewise.
(xbm_load_image_from_file): Change error output.
(xbm_load, xpm_load, pbm_load, png_load, jpeg_load, tiff_load)
(gif_load, gs_load, x_kill_gs_process): Ditto.

24 years ago(gif_load): Avoid sign extension and thus out of bounds
Gerd Moellmann [Sat, 1 Jan 2000 10:09:45 +0000 (10:09 +0000)]
(gif_load): Avoid sign extension and thus out of bounds
color indices when accessing raster pixels.
(gif_image_p, png_image_p, jpeg_image_p, tiff_image_p): Allow only
one of :file or :data.
(enum pbm_keyword_index): Add PBM_DATA.
(pbm_format): Add :data.
(pbm_image_p): Allow either :file or :data.
(pbm_read_file): New function.
(pbm_scan_number): Rewritten to read from string.
(pbm_load): Support :data.

24 years ago*** empty log message ***
Richard M. Stallman [Sat, 1 Jan 2000 07:14:57 +0000 (07:14 +0000)]
*** empty log message ***

24 years ago(gif_load): Avoid sign extension and thus out of bounds
Gerd Moellmann [Sat, 1 Jan 2000 00:04:52 +0000 (00:04 +0000)]
(gif_load): Avoid sign extension and thus out of bounds
color indices when accessing raster pixels.

24 years ago(command-history): Renamed from command-history-mode.
Richard M. Stallman [Fri, 31 Dec 1999 23:41:32 +0000 (23:41 +0000)]
(command-history): Renamed from command-history-mode.

(Command-history-setup): Don't switch buffers.  Take
no args, and do not set major-mode, mode-name or the local map.
(command-history-mode): New function, does some of those things
Command-history-setup used to do.
(list-command-history): Call command-history-mode, not
Command-history-setup.

24 years ago(electric-command-history): Call Command-history-setup
Richard M. Stallman [Fri, 31 Dec 1999 23:41:11 +0000 (23:41 +0000)]
(electric-command-history): Call Command-history-setup
and command-history-mode using their new conventions.

24 years ago*** empty log message ***
Richard M. Stallman [Fri, 31 Dec 1999 23:40:48 +0000 (23:40 +0000)]
*** empty log message ***

24 years ago(archive-mode-map): Bind q to quit-window.
Richard M. Stallman [Fri, 31 Dec 1999 21:13:57 +0000 (21:13 +0000)]
(archive-mode-map): Bind q to quit-window.

24 years agoNew image functions adapted to Emacs conventions.
Gerd Moellmann [Fri, 31 Dec 1999 16:47:13 +0000 (16:47 +0000)]
New image functions adapted to Emacs conventions.
(png_load, tiff_load, jpeg_load, gif_load): Always GCPRO local
variable `file'.

24 years ago* image.el (defimage): Images with the :data keyword should be considered valid as...
William M. Perry [Fri, 31 Dec 1999 15:54:44 +0000 (15:54 +0000)]
* image.el (defimage): Images with the :data keyword should be considered valid as well.

24 years agoChanges to xfns.c to support reading images from a memory buffer instead of forcing...
William M. Perry [Fri, 31 Dec 1999 15:47:49 +0000 (15:47 +0000)]
Changes to xfns.c to support reading images from a memory buffer instead of forcing them to be on disk.  GIF/JPEG/PNG/TIFF currently support this.

24 years ago(next_element_from_buffer): Change assertion at the end
Gerd Moellmann [Fri, 31 Dec 1999 15:35:03 +0000 (15:35 +0000)]
(next_element_from_buffer): Change assertion at the end
because it doesn't hold when there's an overlay string at the end
from which we deliver an image.

24 years agoSupport :data for JPEG.
Gerd Moellmann [Fri, 31 Dec 1999 15:04:57 +0000 (15:04 +0000)]
Support :data for JPEG.

24 years ago(enum jpeg_keyword_index): Add JPEG_DATA.
Gerd Moellmann [Fri, 31 Dec 1999 14:55:28 +0000 (14:55 +0000)]
(enum jpeg_keyword_index): Add JPEG_DATA.
(jpeg_format): Add :data.
(jpeg_image_p): Handle :data.
(our_fill_input_buffer, our_skip_input_data, our_term_source)
(jpeg_memory_src): New functions.
(jpeg_load): Read image from string data.

24 years ago(dired-get-filename): Don't call file-name-absolute-p with FILE if FILE is nil.
Richard M. Stallman [Fri, 31 Dec 1999 07:04:08 +0000 (07:04 +0000)]
(dired-get-filename): Don't call file-name-absolute-p with FILE if FILE is nil.

24 years ago(choose-completion-string): In minibuffer,
Richard M. Stallman [Fri, 31 Dec 1999 04:02:38 +0000 (04:02 +0000)]
(choose-completion-string): In minibuffer,
do not delete the prompt string.

24 years ago(make-mode-line-mouse-sensitive): Copy keymap
Gerd Moellmann [Thu, 30 Dec 1999 17:49:14 +0000 (17:49 +0000)]
(make-mode-line-mouse-sensitive): Copy keymap
assigned to mode-line-mode-menu because bindings.el is dumped with
Emacs, and thus the lists used for menu-item definition will be
copied to pure space.  Emacs' menu code (parse_menu_item) doesn't
like pure menu item definitions.

24 years ago(IT_update_begin): Don't dereference members of struct
Eli Zaretskii [Thu, 30 Dec 1999 14:14:38 +0000 (14:14 +0000)]
(IT_update_begin): Don't dereference members of struct
window for deleted windows.

24 years agoChange to `no-self-insert' abbrev hooks.
Gerd Moellmann [Thu, 30 Dec 1999 12:32:41 +0000 (12:32 +0000)]
Change to `no-self-insert' abbrev hooks.

24 years ago*** empty log message ***
Gerd Moellmann [Thu, 30 Dec 1999 12:27:44 +0000 (12:27 +0000)]
*** empty log message ***

24 years ago(Fexpand_abbrev): If expanding an abbrev which has only
Gerd Moellmann [Thu, 30 Dec 1999 12:26:53 +0000 (12:26 +0000)]
(Fexpand_abbrev): If expanding an abbrev which has only
a hook, and the hook has a non-nil `no-self-insert' property, let
the return value of the hook specify whether an expansion took
place.  If it returns nil, no expansion has been performed.

24 years ago(expand-abbrev-hook): Return t if expansion was
Gerd Moellmann [Thu, 30 Dec 1999 12:25:22 +0000 (12:25 +0000)]
(expand-abbrev-hook): Return t if expansion was
done, nil otherwise.

24 years ago(x_make_frame_visible): Wait for frame becoming visible
Gerd Moellmann [Thu, 30 Dec 1999 11:45:10 +0000 (11:45 +0000)]
(x_make_frame_visible): Wait for frame becoming visible
differently.

24 years ago(IT_write_glyphs): Track last changes to struct glyph.
Eli Zaretskii [Thu, 30 Dec 1999 11:21:53 +0000 (11:21 +0000)]
(IT_write_glyphs): Track last changes to struct glyph.

24 years ago(tar-mode-map): Bind q to quit-window, not tar-quit.
Richard M. Stallman [Thu, 30 Dec 1999 08:26:31 +0000 (08:26 +0000)]
(tar-mode-map): Bind q to quit-window, not tar-quit.
(tar-quit): Function deleted.

24 years ago*** empty log message ***
Richard M. Stallman [Thu, 30 Dec 1999 08:22:06 +0000 (08:22 +0000)]
*** empty log message ***

24 years agoSupply licensing info.
Richard M. Stallman [Thu, 30 Dec 1999 02:57:12 +0000 (02:57 +0000)]
Supply licensing info.

24 years agoFix in license info.
Richard M. Stallman [Thu, 30 Dec 1999 02:50:29 +0000 (02:50 +0000)]
Fix in license info.

24 years ago(mode_line_string): Support MS-DOS frames.
Eli Zaretskii [Wed, 29 Dec 1999 12:31:58 +0000 (12:31 +0000)]
(mode_line_string): Support MS-DOS frames.

24 years ago(syms_of_eval): Initialize debug_may_continue.
Gerd Moellmann [Wed, 29 Dec 1999 10:41:49 +0000 (10:41 +0000)]
(syms_of_eval): Initialize debug_may_continue.