Richard M. Stallman
c171b42fcf
(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.
1994-10-13 18:20:15 +00:00
Richard M. Stallman
ec2970a281
entered into RCS
1994-10-13 09:19:26 +00:00
Richard M. Stallman
d6642dffed
(mail-file-babyl-p): New function.
...
(mail-do-fcc): If file is a Babyl file, write output in Babyl format.
1994-10-13 09:13:36 +00:00
Richard M. Stallman
0a4df5393f
(Evaluating top-level): Don't load loadup.el again.
1994-10-13 08:39:25 +00:00
Richard M. Stallman
d184839e4e
(BASE_PURESIZE): Incremented.
1994-10-13 08:18:10 +00:00
Simon Marshall
d8a1aa6eca
Use purify-flag not noninteractive.
1994-10-13 07:55:30 +00:00
Richard M. Stallman
f5c646161d
Move the subdirs.el up to near first thing.
1994-10-13 07:54:56 +00:00
Richard M. Stallman
991c70f894
(compilation-filter): Do nothing if buffer is dead.
1994-10-13 07:40:50 +00:00
Richard M. Stallman
6e3af6305a
(add-to-list): New function.
1994-10-13 06:34:09 +00:00
Richard M. Stallman
4060e6ee3b
Initial revision
1994-10-13 06:30:49 +00:00
Richard M. Stallman
5b658538e7
(Funhandled_file_name_directory): Declared.
1994-10-13 06:21:23 +00:00
Richard M. Stallman
a4af02f3a3
entered into RCS
1994-10-13 04:05:41 +00:00
Richard M. Stallman
24470d727b
(top_distclean): Don't rm build-install.
...
(SOURCES): Delete build-install.in.
1994-10-13 04:04:30 +00:00
Richard M. Stallman
ac4eff2df3
Don't distribute build-ins.in.
1994-10-13 04:03:10 +00:00
Richard M. Stallman
842a884bb6
Comment change.
1994-10-13 03:57:45 +00:00
Richard M. Stallman
8c54a3ce68
Add keywords.
1994-10-13 03:55:22 +00:00
Richard M. Stallman
92b522930e
Include config.h.
1994-10-13 03:41:14 +00:00
Richard M. Stallman
716c3024cd
(ada-mode): Rename end-comment-column to ada-comment-end-column.
...
(ada-inline-comment): Likewise.
(ada-comment-end-column): Declare variable.
1994-10-13 03:35:55 +00:00
Richard M. Stallman
dab0cb9564
(change-log-mode-map): Move the definition up.
1994-10-13 03:29:22 +00:00
David J. MacKenzie
908477d9d3
Formerly INSTALL.~33~
1994-10-13 00:02:32 +00:00
David J. MacKenzie
3ae888e891
Formerly INSTALL.~32~
1994-10-12 23:32:33 +00:00
David J. MacKenzie
614b45a776
use mkinstalldirs instead of make-path
1994-10-12 23:29:23 +00:00
David J. MacKenzie
2d521ee66b
remove make-path
1994-10-12 23:28:43 +00:00
Richard M. Stallman
a4af9799a8
(LD_SWITCH_SYSTEM): New definition.
1994-10-12 23:28:02 +00:00
Richard M. Stallman
4a24b31474
(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.
1994-10-12 23:23:23 +00:00
Richard M. Stallman
74b2c73714
(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.
1994-10-12 23:12:25 +00:00
Richard M. Stallman
cea00ac381
Comment changes.
1994-10-12 21:28:00 +00:00
David J. MacKenzie
340ff9deae
Eliminate some -Wall warnings.
1994-10-12 20:21:51 +00:00
David J. MacKenzie
e2f9d9afab
Make functions that return nothing void, not implicitly int.
...
(main): Improve usage message.
(error): Write to stderr, not stdout.
1994-10-12 19:20:24 +00:00
Simon Marshall
c4ca8d660f
Removed setting of font-lock-keywords inadvertently left after last patch.
1994-10-12 16:03:28 +00:00
Richard M. Stallman
95132d1c30
(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.
1994-10-12 09:27:49 +00:00
Simon Marshall
b89e113498
* 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++.
1994-10-12 09:23:37 +00:00
Simon Marshall
2ab3bf87ff
* texinfo.el: (texinfo-mode): Set font-lock-defaults.
1994-10-12 09:21:47 +00:00
Simon Marshall
c156572ff2
* shell.el: (shell-font-lock-keywords): Add `\n' to [^] regexps.
...
(shell-mode): Set font-lock-defaults.
1994-10-12 09:18:53 +00:00
Simon Marshall
0ffb818c8f
* sh-script.el: (sh-set-shell): Set font-lock-defaults.
1994-10-12 09:15:14 +00:00
Simon Marshall
2667df4284
* sendmail.el: (mail-mode): Set font-lock-defaults.
1994-10-12 09:10:05 +00:00
Simon Marshall
d16df57356
* rmailsum.el: (rmail-summary-mode): Set font-lock-defaults.
1994-10-12 09:07:32 +00:00
Simon Marshall
54e26eaa1f
* rmail.el: (rmail-variables): Set font-lock-defaults.
1994-10-12 09:05:57 +00:00
Simon Marshall
cad69fcd2b
* perl-mode.el: (perl-mode): Set font-lock-defaults.
1994-10-12 09:04:05 +00:00
Simon Marshall
7fa28db0ca
* pascal.el: (pascal-mode): Set font-lock-defaults.
1994-10-12 09:02:43 +00:00
Simon Marshall
d31e6eafc2
* outline.el: (outline-mode): Set font-lock-defaults.
1994-10-12 09:00:56 +00:00
Simon Marshall
af4b1991f9
* 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.
1994-10-12 08:55:27 +00:00
Simon Marshall
563f09b541
* 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.
1994-10-12 08:24:50 +00:00
Richard M. Stallman
5a28e48c70
(scan_sexps_forward): At startincomment,
...
do notice a 2-char comment ender that straddles FROM.
1994-10-12 08:24:47 +00:00
Simon Marshall
4481ae96a9
* dired.el: (dired-mode): Set font-lock-defaults.
1994-10-12 08:16:29 +00:00
Simon Marshall
63a2daf6d0
* compile.el: (compilation-mode): Set font-lock-defaults.
1994-10-12 08:13:56 +00:00
Simon Marshall
788a3a2b22
* asm-mode.el: (asm-mode): Set font-lock-defaults.
1994-10-12 08:06:09 +00:00
Simon Marshall
4b286ecae8
* add-log.el: (change-log-mode): Set font-lock-defaults.
1994-10-12 08:04:08 +00:00
Richard M. Stallman
7e67d00b98
(mail-alias-modtime): Doc fix.
1994-10-12 08:02:20 +00:00
Simon Marshall
4cc5847583
* 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.
1994-10-12 08:00:49 +00:00