bpt/emacs.git
29 years agoInclude paths.h.
Richard M. Stallman [Mon, 17 Oct 1994 06:56:52 +0000 (06:56 +0000)]
Include paths.h.

Support background stipple, and search path for bitmap files:

(x_set_icon_type): Pass x_bitmap_icon 2nd arg as Lisp_Object.
(x_icon_type): Return a Lisp_Object.

(x_destroy_bitmap, x_reference_bitmap): Take frame as arg.  Callers changed.
(struct x_bitmap_record): New fields height, width, depth.
(x_create_bitmap_from_data): Fill in those fields.
(x_bitmap_height, x_bitmap_width, x_bitmap_pixmap): New functions.
(x_create_bitmap_from_file): Arg FILE is now a Lisp_Object.
Search Vbitmap_file_path for it.  Fill in new fields.
(syms_of_xfns): Set up Vbitmap_file_path.

29 years ago(bitmapdirs): Default to /usr/include/X11/bitmaps.
Richard M. Stallman [Mon, 17 Oct 1994 06:03:09 +0000 (06:03 +0000)]
(bitmapdirs): Default to /usr/include/X11/bitmaps.

29 years ago(sharedstatedir): Substitute sharedstatedir properly.
Richard M. Stallman [Mon, 17 Oct 1994 04:28:54 +0000 (04:28 +0000)]
(sharedstatedir): Substitute sharedstatedir properly.

29 years agoBetter info about C-z vs C-x C-c.
Richard M. Stallman [Mon, 17 Oct 1994 04:17:33 +0000 (04:17 +0000)]
Better info about C-z vs C-x C-c.

29 years ago(xfns.o): Depend on paths.h.
Richard M. Stallman [Mon, 17 Oct 1994 01:17:41 +0000 (01:17 +0000)]
(xfns.o): Depend on paths.h.

29 years ago(EMACS_CONFIGURATION): Use $canonical as value.
Richard M. Stallman [Sun, 16 Oct 1994 10:10:14 +0000 (10:10 +0000)]
(EMACS_CONFIGURATION): Use $canonical as value.

29 years ago(canonical): Substitute var into makefiles.
Richard M. Stallman [Sun, 16 Oct 1994 10:03:43 +0000 (10:03 +0000)]
(canonical): Substitute var into makefiles.
(bitmapdir): Likewise.

29 years ago(bitmapdir): New variable.
Richard M. Stallman [Sun, 16 Oct 1994 10:00:36 +0000 (10:00 +0000)]
(bitmapdir): New variable.
(src/paths.h, paths-force): Edit PATH_BITMAPS.

29 years ago(PATH_BITMAPS): New macro.
Richard M. Stallman [Sun, 16 Oct 1994 09:47:28 +0000 (09:47 +0000)]
(PATH_BITMAPS): New macro.

29 years ago(count-lines): Do save-match-data only when necessary.
Richard M. Stallman [Sun, 16 Oct 1994 08:20:07 +0000 (08:20 +0000)]
(count-lines): Do save-match-data only when necessary.

29 years agoDelete code to write subdirs.el.
Richard M. Stallman [Sun, 16 Oct 1994 06:17:57 +0000 (06:17 +0000)]
Delete code to write subdirs.el.

29 years ago(load_unwind): Cast argument of fclose.
Richard M. Stallman [Sun, 16 Oct 1994 02:37:57 +0000 (02:37 +0000)]
(load_unwind): Cast argument of fclose.

29 years ago(appt-select-lowest-window): Locally bind lowest-window.
Richard M. Stallman [Sun, 16 Oct 1994 01:42:08 +0000 (01:42 +0000)]
(appt-select-lowest-window): Locally bind lowest-window.
(appt-delete): Don't set tmp-appt-msg-list.

(appt-delete-window): Avoid error if WINDOW is nil.

(appt-delete-window): Do nothing if the window
is the only one in its frame.

29 years ago(gnus-group-group-name): Get rid of text properties.
Richard M. Stallman [Sun, 16 Oct 1994 01:40:38 +0000 (01:40 +0000)]
(gnus-group-group-name): Get rid of text properties.

29 years ago(texinfo-no-refill-regexp): Recognize @ifhtml, @html.
Richard M. Stallman [Sun, 16 Oct 1994 01:34:57 +0000 (01:34 +0000)]
(texinfo-no-refill-regexp): Recognize @ifhtml, @html.
(texinfo-format-ifhtml, texinfo-format-html): New functions.
(texinfo-format-enddots): New function.

29 years ago(LIBS_SYSTEM): Add -lcposix.
Richard M. Stallman [Sun, 16 Oct 1994 01:33:27 +0000 (01:33 +0000)]
(LIBS_SYSTEM): Add -lcposix.
(sigblock, SIG_BLOCK): Define if not defined.

29 years ago(FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
Richard M. Stallman [Sat, 15 Oct 1994 23:52:23 +0000 (23:52 +0000)]
(FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
(FRAME_FONT): New macros.

29 years agoDelete HAVE_X11 conditionals.
Richard M. Stallman [Sat, 15 Oct 1994 23:51:54 +0000 (23:51 +0000)]
Delete HAVE_X11 conditionals.

29 years ago(rmail-summary-delete-forward): Don't move fwd to eob.
Richard M. Stallman [Sat, 15 Oct 1994 22:24:10 +0000 (22:24 +0000)]
(rmail-summary-delete-forward): Don't move fwd to eob.

29 years ago(x_display): Changed icon_bitmap_flag to icon_bitmap.
Richard M. Stallman [Sat, 15 Oct 1994 22:19:05 +0000 (22:19 +0000)]
(x_display): Changed icon_bitmap_flag to icon_bitmap.

29 years ago(x_set_icon_type): If icon-type is a string, then use
Richard M. Stallman [Sat, 15 Oct 1994 22:17:15 +0000 (22:17 +0000)]
(x_set_icon_type): If icon-type is a string, then use
bitmap from that file.
(Fx_create_frame): Set icon_bitmap field to -1.
(struct x_bitmap_record): New structure type.
(x_bitmaps, x_bitmaps_size, x_bitmaps_last, x_bitmaps_free): New variables.
(x_allocate_bitmap_record): New function.
(x_reference_bitmap, x_create_bitmap, x_create_bitmap_from_file)
(x_destroy_bitmap, x_lookup_pixmap): New functions.

29 years ago(x_bitmap_icon): Allow bitmap to come from file.
Richard M. Stallman [Sat, 15 Oct 1994 22:01:22 +0000 (22:01 +0000)]
(x_bitmap_icon): Allow bitmap to come from file.
(x_wm_set_icon_pixmap): Second arg is now pixmap_id;
call x_lookup_pixmap.
(x_text_icon): Call x_destroy_bitmap.

29 years ago(Fset_text_properties): Special case for getting
Richard M. Stallman [Sat, 15 Oct 1994 21:29:19 +0000 (21:29 +0000)]
(Fset_text_properties): Special case for getting
rid of all properties of a string.

29 years ago(rmail-summary-previous-all)
Richard M. Stallman [Sat, 15 Oct 1994 10:18:02 +0000 (10:18 +0000)]
(rmail-summary-previous-all)
(rmail-summary-next-all): Don't move forward to the end of the buffer.

29 years ago(shell-command, shell-command-on-region):
Richard M. Stallman [Sat, 15 Oct 1994 10:16:09 +0000 (10:16 +0000)]
(shell-command, shell-command-on-region):
Rename arg FLAG to OUTPUT-BUFFER and allow it to be a buffer.

29 years ago(run-scheme): Set scheme-program-name.
Richard M. Stallman [Sat, 15 Oct 1994 08:33:11 +0000 (08:33 +0000)]
(run-scheme): Set scheme-program-name.

29 years ago(stuffline, scraplines): Functions deleted.
Karl Heuer [Sat, 15 Oct 1994 04:49:14 +0000 (04:49 +0000)]
(stuffline, scraplines): Functions deleted.
(line_dance, line_dance_len, line_dance_in_progress): New vars.
(XTins_del_lines): Don't do any X calls; just update the array.
(do_line_dance): New function.  Do the X calls here.
(XTupdate_end, XTwrite_glyphs): Call do_line_dance.

29 years ago(mail-setup): Fill the in-reply-to field.
Richard M. Stallman [Sat, 15 Oct 1994 01:09:19 +0000 (01:09 +0000)]
(mail-setup): Fill the in-reply-to field.

29 years ago(add-to-list): Doc fix.
Richard M. Stallman [Fri, 14 Oct 1994 23:50:35 +0000 (23:50 +0000)]
(add-to-list): Doc fix.

29 years ago(news-reply-mode-map): Add C-c C-t binding.
Richard M. Stallman [Fri, 14 Oct 1994 20:19:27 +0000 (20:19 +0000)]
(news-reply-mode-map): Add C-c C-t binding.

29 years ago(self-insert-iso): Add delete-selection property.
Richard M. Stallman [Fri, 14 Oct 1994 18:41:41 +0000 (18:41 +0000)]
(self-insert-iso): Add delete-selection property.

29 years ago(read_input_waiting): Set e.frame_or_window w/ XSETFRAME.
Richard M. Stallman [Fri, 14 Oct 1994 09:33:49 +0000 (09:33 +0000)]
(read_input_waiting): Set e.frame_or_window w/ XSETFRAME.

29 years agoAdd "in" to list of Font Lock keywords that appear in non-type contexts.
Simon Marshall [Fri, 14 Oct 1994 08:15:07 +0000 (08:15 +0000)]
Add "in" to list of Font Lock keywords that appear in non-type contexts.

29 years ago(redisplay): Call clear_face_cache instead
Richard M. Stallman [Fri, 14 Oct 1994 05:20:15 +0000 (05:20 +0000)]
(redisplay): Call clear_face_cache instead
of clear_face_vector.  Do it at most once per 1000 redisplays.

29 years agoEliminate the "display faces"; store GCs in the "computed faces".
Richard M. Stallman [Fri, 14 Oct 1994 05:19:13 +0000 (05:19 +0000)]
Eliminate the "display faces"; store GCs in the "computed faces".
(face_vector, nfaces, nfaces_allocated): Vars deleted.
(free_frame_faces): Free GCs in the computed faces.
Free the computed faces themselves.
(clear_face_cache): Renamed from clear_face_vector
and completely rewritten to free GCs in the computed faces.
(get_cached_face): Function deleted.
(build_face): Function deleted; code moved into intern_face.
(intern_face): Don't treat default and modeline faces specially.
(recompute_basic_faces): Call intern_face, not build_face.

(intern_face, clear_face_vector, load_font, unload_font)
(load_color, free_frame_faces, recompute_basic_faces): Use FRAME_X_DISPLAY.

29 years ago(Fx_create_frame): Init the FRAME_X_SCREEN as soon as can be done.
Richard M. Stallman [Fri, 14 Oct 1994 05:18:22 +0000 (05:18 +0000)]
(Fx_create_frame): Init the FRAME_X_SCREEN as soon as can be done.

29 years ago(mail-do-fcc): If file does not exist, assume it is not a Babyl file.
Richard M. Stallman [Fri, 14 Oct 1994 04:49:32 +0000 (04:49 +0000)]
(mail-do-fcc): If file does not exist, assume it is not a Babyl file.

29 years ago(x_new_font): Don't keep looping after the FONT property.
Richard M. Stallman [Fri, 14 Oct 1994 04:45:04 +0000 (04:45 +0000)]
(x_new_font): Don't keep looping after the FONT property.

29 years ago(tags-reset-tags-tables): New function.
Roland McGrath [Fri, 14 Oct 1994 03:26:31 +0000 (03:26 +0000)]
(tags-reset-tags-tables): New function.

29 years ago(term_get_fkeys_1): Workaround for IBM's dialect of terminfo.
Karl Heuer [Fri, 14 Oct 1994 02:43:58 +0000 (02:43 +0000)]
(term_get_fkeys_1): Workaround for IBM's dialect of terminfo.

29 years ago(make-lucid-menu-keymap): Allow Lucid-style keyword-based menu items.
Karl Heuer [Thu, 13 Oct 1994 23:34:38 +0000 (23:34 +0000)]
(make-lucid-menu-keymap): Allow Lucid-style keyword-based menu items.
(popup-menu): Update documentation string to describe the new syntax.

29 years ago(hilit-set-mode-patterns - lisp-mode): Fix regexp
Richard M. Stallman [Thu, 13 Oct 1994 23:01:26 +0000 (23:01 +0000)]
(hilit-set-mode-patterns - lisp-mode): Fix regexp
for 'defconstant' that leads to an infinite loop.
Hilight the 'list' keyword.

29 years ago(desktop-internal-v2s): Remove all text properties from strings.
Richard M. Stallman [Thu, 13 Oct 1994 21:47:50 +0000 (21:47 +0000)]
(desktop-internal-v2s): Remove all text properties from strings.

29 years ago(Fuser_login_name, Fuser_real_login_name):
Richard M. Stallman [Thu, 13 Oct 1994 18:21:25 +0000 (18:21 +0000)]
(Fuser_login_name, Fuser_real_login_name):
Call init_editfns now if it was not done before.

29 years ago(gud-filter): Don't bind inhibit-quit.
Richard M. Stallman [Thu, 13 Oct 1994 18:20:55 +0000 (18:20 +0000)]
(gud-filter): Don't bind inhibit-quit.
Do nothing if buffer is dead.

29 years ago(menu-bar-update-buffers-1): New subroutine
Richard M. Stallman [Thu, 13 Oct 1994 18:20:15 +0000 (18:20 +0000)]
(menu-bar-update-buffers-1): New subroutine
broken out of menu-bar-update-buffers.
Truncate the file name and discard the nondirectory part.
(menu-bar-update-buffers): Discard middle of long buffer names.

29 years agoentered into RCS
Richard M. Stallman [Thu, 13 Oct 1994 09:19:26 +0000 (09:19 +0000)]
entered into RCS

29 years ago(mail-file-babyl-p): New function.
Richard M. Stallman [Thu, 13 Oct 1994 09:13:36 +0000 (09:13 +0000)]
(mail-file-babyl-p): New function.
(mail-do-fcc): If file is a Babyl file, write output in Babyl format.

29 years ago(Evaluating top-level): Don't load loadup.el again.
Richard M. Stallman [Thu, 13 Oct 1994 08:39:25 +0000 (08:39 +0000)]
(Evaluating top-level): Don't load loadup.el again.

29 years ago(BASE_PURESIZE): Incremented.
Richard M. Stallman [Thu, 13 Oct 1994 08:18:10 +0000 (08:18 +0000)]
(BASE_PURESIZE): Incremented.

29 years agoUse purify-flag not noninteractive.
Simon Marshall [Thu, 13 Oct 1994 07:55:30 +0000 (07:55 +0000)]
Use purify-flag not noninteractive.

29 years agoMove the subdirs.el up to near first thing.
Richard M. Stallman [Thu, 13 Oct 1994 07:54:56 +0000 (07:54 +0000)]
Move the subdirs.el up to near first thing.

29 years ago(compilation-filter): Do nothing if buffer is dead.
Richard M. Stallman [Thu, 13 Oct 1994 07:40:50 +0000 (07:40 +0000)]
(compilation-filter): Do nothing if buffer is dead.

29 years ago(add-to-list): New function.
Richard M. Stallman [Thu, 13 Oct 1994 06:34:09 +0000 (06:34 +0000)]
(add-to-list): New function.

29 years agoInitial revision
Richard M. Stallman [Thu, 13 Oct 1994 06:30:49 +0000 (06:30 +0000)]
Initial revision

29 years ago(Funhandled_file_name_directory): Declared.
Richard M. Stallman [Thu, 13 Oct 1994 06:21:23 +0000 (06:21 +0000)]
(Funhandled_file_name_directory): Declared.

29 years agoentered into RCS
Richard M. Stallman [Thu, 13 Oct 1994 04:05:41 +0000 (04:05 +0000)]
entered into RCS

29 years ago(top_distclean): Don't rm build-install.
Richard M. Stallman [Thu, 13 Oct 1994 04:04:30 +0000 (04:04 +0000)]
(top_distclean): Don't rm build-install.
(SOURCES): Delete build-install.in.

29 years agoDon't distribute build-ins.in.
Richard M. Stallman [Thu, 13 Oct 1994 04:03:10 +0000 (04:03 +0000)]
Don't distribute build-ins.in.

29 years agoComment change.
Richard M. Stallman [Thu, 13 Oct 1994 03:57:45 +0000 (03:57 +0000)]
Comment change.

29 years agoAdd keywords.
Richard M. Stallman [Thu, 13 Oct 1994 03:55:22 +0000 (03:55 +0000)]
Add keywords.

29 years agoInclude config.h.
Richard M. Stallman [Thu, 13 Oct 1994 03:41:14 +0000 (03:41 +0000)]
Include config.h.

29 years ago(ada-mode): Rename end-comment-column to ada-comment-end-column.
Richard M. Stallman [Thu, 13 Oct 1994 03:35:55 +0000 (03:35 +0000)]
(ada-mode): Rename end-comment-column to ada-comment-end-column.
(ada-inline-comment): Likewise.
(ada-comment-end-column): Declare variable.

29 years ago(change-log-mode-map): Move the definition up.
Richard M. Stallman [Thu, 13 Oct 1994 03:29:22 +0000 (03:29 +0000)]
(change-log-mode-map): Move the definition up.

29 years agoFormerly INSTALL.~33~
David J. MacKenzie [Thu, 13 Oct 1994 00:02:32 +0000 (00:02 +0000)]
Formerly INSTALL.~33~

29 years agoFormerly INSTALL.~32~
David J. MacKenzie [Wed, 12 Oct 1994 23:32:33 +0000 (23:32 +0000)]
Formerly INSTALL.~32~

29 years agouse mkinstalldirs instead of make-path
David J. MacKenzie [Wed, 12 Oct 1994 23:29:23 +0000 (23:29 +0000)]
use mkinstalldirs instead of make-path

29 years agoremove make-path
David J. MacKenzie [Wed, 12 Oct 1994 23:28:43 +0000 (23:28 +0000)]
remove make-path

29 years ago(LD_SWITCH_SYSTEM): New definition.
Richard M. Stallman [Wed, 12 Oct 1994 23:28:02 +0000 (23:28 +0000)]
(LD_SWITCH_SYSTEM): New definition.

29 years ago(facemenu-read-color, facemenu-colors): New fn, var.
Richard M. Stallman [Wed, 12 Oct 1994 23:23:23 +0000 (23:23 +0000)]
(facemenu-read-color, facemenu-colors): New fn, var.
(facemenu-set-face, facemenu-set-face-from-menu,
facemenu-after-change): Face property can take a list value; add
to it rather than completely replacing the property.
(facemenu-add-face, facemenu-discard-redundant-faces): New functions.

(facemenu-set-foreground, facemenu-set-background)
(facemenu-get-face, facemenu-foreground, facemenu-background): New
functions and variables.  Faces with names of the form fg:color
and bg:color are now treated specially.
(facemenu-update): Updated for above.

29 years ago(jka-compr-mode-compression-info-list): Add .tgz extension.
Richard M. Stallman [Wed, 12 Oct 1994 23:12:25 +0000 (23:12 +0000)]
(jka-compr-mode-compression-info-list): Add .tgz extension.
(jka-compr-mode-alist-additions): New variable.
(jka-compr-install): Append jka...additions to auto-mode-alist.
(jka-compr-uninstall): Remove jka-...-additions from auto-mode-alist.

29 years agoComment changes.
Richard M. Stallman [Wed, 12 Oct 1994 21:28:00 +0000 (21:28 +0000)]
Comment changes.

29 years agoEliminate some -Wall warnings.
David J. MacKenzie [Wed, 12 Oct 1994 20:21:51 +0000 (20:21 +0000)]
Eliminate some -Wall warnings.

29 years agoMake functions that return nothing void, not implicitly int.
David J. MacKenzie [Wed, 12 Oct 1994 19:20:24 +0000 (19:20 +0000)]
Make functions that return nothing void, not implicitly int.
(main): Improve usage message.
(error): Write to stderr, not stdout.

29 years agoRemoved setting of font-lock-keywords inadvertently left after last patch.
Simon Marshall [Wed, 12 Oct 1994 16:03:28 +0000 (16:03 +0000)]
Removed setting of font-lock-keywords inadvertently left after last patch.

29 years ago(mouse-major-mode-menu): Use minor-mode-map-alist
Richard M. Stallman [Wed, 12 Oct 1994 09:27:49 +0000 (09:27 +0000)]
(mouse-major-mode-menu): Use minor-mode-map-alist
instead of overriding-local-map.  Display equiv keys using
mouse-major-mode-menu-compute-equiv-keys.
(mouse-major-mode-menu-compute-equiv-keys): New function.

(mouse-major-mode-menu): New function, on C-mouse-3.
(mouse-major-mode-menu-1): New function
(mouse-set-font): Move it to C-mouse-2.

29 years ago* font-lock.el: To make font-lock.el dumpable: (font-lock-display-type,
Simon Marshall [Wed, 12 Oct 1994 09:23:37 +0000 (09:23 +0000)]
* font-lock.el: To make font-lock.el dumpable: (font-lock-display-type,
font-lock-background-mode, font-lock-face-attributes): Default to nil.
(font-lock-make-faces): New function.  Set them.
(font-lock.el): Add to after-init-hook if noninteractive or use it.
(font-lock-maximum-size): New variable.
(font-lock-mode): Use it to fontify only if buffer is within it.
(font-lock-defaults, font-lock-defaults-alist): Item for syntax table.
(font-lock-set-defaults): Set font-lock-syntax-table too.
(lisp-font-lock-keywords-2): Fix CLisp end-of-keyword in regexp.
(c-font-lock-keywords-*): Specific to ANSI C.
(c++-font-lock-keywords-*): Specific to ANSI C++.

29 years ago* texinfo.el: (texinfo-mode): Set font-lock-defaults.
Simon Marshall [Wed, 12 Oct 1994 09:21:47 +0000 (09:21 +0000)]
* texinfo.el: (texinfo-mode): Set font-lock-defaults.

29 years ago* shell.el: (shell-font-lock-keywords): Add `\n' to [^] regexps.
Simon Marshall [Wed, 12 Oct 1994 09:18:53 +0000 (09:18 +0000)]
* shell.el: (shell-font-lock-keywords): Add `\n' to [^] regexps.
(shell-mode): Set font-lock-defaults.

29 years ago* sh-script.el: (sh-set-shell): Set font-lock-defaults.
Simon Marshall [Wed, 12 Oct 1994 09:15:14 +0000 (09:15 +0000)]
* sh-script.el: (sh-set-shell): Set font-lock-defaults.

29 years ago* sendmail.el: (mail-mode): Set font-lock-defaults.
Simon Marshall [Wed, 12 Oct 1994 09:10:05 +0000 (09:10 +0000)]
* sendmail.el: (mail-mode): Set font-lock-defaults.

29 years ago* rmailsum.el: (rmail-summary-mode): Set font-lock-defaults.
Simon Marshall [Wed, 12 Oct 1994 09:07:32 +0000 (09:07 +0000)]
* rmailsum.el: (rmail-summary-mode): Set font-lock-defaults.

29 years ago* rmail.el: (rmail-variables): Set font-lock-defaults.
Simon Marshall [Wed, 12 Oct 1994 09:05:57 +0000 (09:05 +0000)]
* rmail.el: (rmail-variables): Set font-lock-defaults.

29 years ago* perl-mode.el: (perl-mode): Set font-lock-defaults.
Simon Marshall [Wed, 12 Oct 1994 09:04:05 +0000 (09:04 +0000)]
* perl-mode.el: (perl-mode): Set font-lock-defaults.

29 years ago* pascal.el: (pascal-mode): Set font-lock-defaults.
Simon Marshall [Wed, 12 Oct 1994 09:02:43 +0000 (09:02 +0000)]
* pascal.el:  (pascal-mode): Set font-lock-defaults.

29 years ago* outline.el: (outline-mode): Set font-lock-defaults.
Simon Marshall [Wed, 12 Oct 1994 09:00:56 +0000 (09:00 +0000)]
* outline.el: (outline-mode): Set font-lock-defaults.

29 years ago* makefile.el: (makefile-mode-syntax-table): Made `'' and ``' be
Simon Marshall [Wed, 12 Oct 1994 08:55:27 +0000 (08:55 +0000)]
* makefile.el: (makefile-mode-syntax-table): Made `'' and ``' be
strings, and `#' be a comment.
(makefile-font-lock-keywords): Add variable reference regexp.
(makefile-mode): Set font-lock-defaults.

29 years ago* fortran.el: (fortran-mode-syntax-table): Made `!' be a comment.
Simon Marshall [Wed, 12 Oct 1994 08:24:50 +0000 (08:24 +0000)]
* fortran.el: (fortran-mode-syntax-table): Made `!' be a comment.
(fortran-font-lock-keywords-1, fortran-font-lock-keywords-2,
fortran-font-lock-keywords): New variables.
(fortran-mode): Set font-lock-defaults.

29 years ago(scan_sexps_forward): At startincomment,
Richard M. Stallman [Wed, 12 Oct 1994 08:24:47 +0000 (08:24 +0000)]
(scan_sexps_forward): At startincomment,
do notice a 2-char comment ender that straddles FROM.

29 years ago* dired.el: (dired-mode): Set font-lock-defaults.
Simon Marshall [Wed, 12 Oct 1994 08:16:29 +0000 (08:16 +0000)]
* dired.el: (dired-mode): Set font-lock-defaults.

29 years ago* compile.el: (compilation-mode): Set font-lock-defaults.
Simon Marshall [Wed, 12 Oct 1994 08:13:56 +0000 (08:13 +0000)]
* compile.el: (compilation-mode): Set font-lock-defaults.

29 years ago* asm-mode.el: (asm-mode): Set font-lock-defaults.
Simon Marshall [Wed, 12 Oct 1994 08:06:09 +0000 (08:06 +0000)]
* asm-mode.el: (asm-mode): Set font-lock-defaults.

29 years ago* add-log.el: (change-log-mode): Set font-lock-defaults.
Simon Marshall [Wed, 12 Oct 1994 08:04:08 +0000 (08:04 +0000)]
* add-log.el: (change-log-mode): Set font-lock-defaults.

29 years ago(mail-alias-modtime): Doc fix.
Richard M. Stallman [Wed, 12 Oct 1994 08:02:20 +0000 (08:02 +0000)]
(mail-alias-modtime): Doc fix.

29 years ago* ada.el: (ada-mode-syntax-table): Made `-' and `\n' be comments.
Simon Marshall [Wed, 12 Oct 1994 08:00:49 +0000 (08:00 +0000)]
* ada.el: (ada-mode-syntax-table): Made `-' and `\n' be comments.
(ada-font-lock-keywords-1, ada-font-lock-keywords-2,
ada-font-lock-keywords): New variables.
(ada-mode): Set font-lock-defaults.

29 years ago(c-mode-map): Capitalize Mode in C Mode menu bar item.
Richard M. Stallman [Wed, 12 Oct 1994 07:23:06 +0000 (07:23 +0000)]
(c-mode-map): Capitalize Mode in C Mode menu bar item.

29 years ago(Fbyte_code): Skip optimization for all Lisp_Misc types.
Karl Heuer [Wed, 12 Oct 1994 05:17:52 +0000 (05:17 +0000)]
(Fbyte_code): Skip optimization for all Lisp_Misc types.

29 years ago(defvar_int, defvar_bool, defvar_lisp, defvar_lisp_nopro, defvar_per_buffer):
Karl Heuer [Wed, 12 Oct 1994 05:16:00 +0000 (05:16 +0000)]
(defvar_int, defvar_bool, defvar_lisp, defvar_lisp_nopro, defvar_per_buffer):
Use the new substructure.

29 years ago(do_symval_forwarding, store_symval_forwarding, find_symbol_value, Fset,
Karl Heuer [Wed, 12 Oct 1994 05:15:21 +0000 (05:15 +0000)]
(do_symval_forwarding, store_symval_forwarding, find_symbol_value, Fset,
default_value, Fset_default, Fkill_local_variable): Use the new substructure.
(store_symval_forwarding): Change args to buffer_slot_type_mismatch.

29 years ago(buffer_slot_type_mismatch): Take just the offset as argument. Only check
Karl Heuer [Wed, 12 Oct 1994 05:14:30 +0000 (05:14 +0000)]
(buffer_slot_type_mismatch): Take just the offset as argument.  Only check
against types that are actually used.