aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Include config.h.Richard M. Stallman1994-10-131-0/+1
|
* (ada-mode): Rename end-comment-column to ada-comment-end-column.Richard M. Stallman1994-10-131-3/+5
| | | | | (ada-inline-comment): Likewise. (ada-comment-end-column): Declare variable.
* (change-log-mode-map): Move the definition up.Richard M. Stallman1994-10-131-7/+7
|
* Formerly INSTALL.~33~David J. MacKenzie1994-10-131-14/+15
|
* Formerly INSTALL.~32~David J. MacKenzie1994-10-121-1/+1
|
* use mkinstalldirs instead of make-pathDavid J. MacKenzie1994-10-121-2/+2
|
* remove make-pathDavid J. MacKenzie1994-10-121-5/+5
|
* (LD_SWITCH_SYSTEM): New definition.Richard M. Stallman1994-10-121-0/+1
|
* (facemenu-read-color, facemenu-colors): New fn, var.Richard M. Stallman1994-10-121-35/+159
| | | | | | | | | | | | | (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.
* (jka-compr-mode-compression-info-list): Add .tgz extension.Richard M. Stallman1994-10-121-25/+13
| | | | | | (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.
* Comment changes.Richard M. Stallman1994-10-121-5/+5
|
* Eliminate some -Wall warnings.David J. MacKenzie1994-10-1215-39/+75
|
* Make functions that return nothing void, not implicitly int.David J. MacKenzie1994-10-121-18/+31
| | | | | (main): Improve usage message. (error): Write to stderr, not stdout.
* Removed setting of font-lock-keywords inadvertently left after last patch.Simon Marshall1994-10-121-5/+5
|
* (mouse-major-mode-menu): Use minor-mode-map-alistRichard M. Stallman1994-10-121-2/+59
| | | | | | | | | | 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.
* * font-lock.el: To make font-lock.el dumpable: (font-lock-display-type,Simon Marshall1994-10-121-178/+251
| | | | | | | | | | | | | 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++.
* * texinfo.el: (texinfo-mode): Set font-lock-defaults.Simon Marshall1994-10-121-2/+2
|
* * shell.el: (shell-font-lock-keywords): Add `\n' to [^] regexps.Simon Marshall1994-10-121-3/+4
| | | | (shell-mode): Set font-lock-defaults.
* * sh-script.el: (sh-set-shell): Set font-lock-defaults.Simon Marshall1994-10-121-5/+3
|
* * sendmail.el: (mail-mode): Set font-lock-defaults.Simon Marshall1994-10-121-2/+2
|
* * rmailsum.el: (rmail-summary-mode): Set font-lock-defaults.Simon Marshall1994-10-121-2/+2
|
* * rmail.el: (rmail-variables): Set font-lock-defaults.Simon Marshall1994-10-121-2/+2
|
* * perl-mode.el: (perl-mode): Set font-lock-defaults.Simon Marshall1994-10-121-2/+2
|
* * pascal.el: (pascal-mode): Set font-lock-defaults.Simon Marshall1994-10-121-2/+2
|
* * outline.el: (outline-mode): Set font-lock-defaults.Simon Marshall1994-10-121-2/+2
|
* * makefile.el: (makefile-mode-syntax-table): Made `'' and ``' beSimon Marshall1994-10-121-9/+12
| | | | | | strings, and `#' be a comment. (makefile-font-lock-keywords): Add variable reference regexp. (makefile-mode): Set font-lock-defaults.
* * fortran.el: (fortran-mode-syntax-table): Made `!' be a comment.Simon Marshall1994-10-121-0/+67
| | | | | | (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2, fortran-font-lock-keywords): New variables. (fortran-mode): Set font-lock-defaults.
* (scan_sexps_forward): At startincomment,Richard M. Stallman1994-10-121-1/+13
| | | | do notice a 2-char comment ender that straddles FROM.
* * dired.el: (dired-mode): Set font-lock-defaults.Simon Marshall1994-10-121-2/+1
|
* * compile.el: (compilation-mode): Set font-lock-defaults.Simon Marshall1994-10-121-2/+2
|
* * asm-mode.el: (asm-mode): Set font-lock-defaults.Simon Marshall1994-10-121-2/+2
|
* * add-log.el: (change-log-mode): Set font-lock-defaults.Simon Marshall1994-10-121-1/+2
|
* (mail-alias-modtime): Doc fix.Richard M. Stallman1994-10-121-1/+1
|
* * ada.el: (ada-mode-syntax-table): Made `-' and `\n' be comments.Simon Marshall1994-10-121-2/+88
| | | | | | (ada-font-lock-keywords-1, ada-font-lock-keywords-2, ada-font-lock-keywords): New variables. (ada-mode): Set font-lock-defaults.
* (c-mode-map): Capitalize Mode in C Mode menu bar item.Richard M. Stallman1994-10-121-1/+1
|
* (Fbyte_code): Skip optimization for all Lisp_Misc types.Karl Heuer1994-10-121-4/+1
|
* (defvar_int, defvar_bool, defvar_lisp, defvar_lisp_nopro, defvar_per_buffer):Karl Heuer1994-10-121-24/+31
| | | | Use the new substructure.
* (do_symval_forwarding, store_symval_forwarding, find_symbol_value, Fset,Karl Heuer1994-10-121-57/+64
| | | | | default_value, Fset_default, Fkill_local_variable): Use the new substructure. (store_symval_forwarding): Change args to buffer_slot_type_mismatch.
* (buffer_slot_type_mismatch): Take just the offset as argument. Only checkKarl Heuer1994-10-121-13/+7
| | | | against types that are actually used.
* (mark_object): Use the new substructure.Karl Heuer1994-10-121-8/+10
|
* (enum Lisp_Misc_Type): Add new enumerations Lisp_Misc_Intfwd,Karl Heuer1994-10-121-42/+60
| | | | | | | | | | | | | Lisp_Misc_Boolfwd, Lisp_Misc_Objfwd, Lisp_Misc_Buffer_Objfwd. (enum Lisp_Type): Delete the corresponding enumerations from here. (struct Lisp_Buffer_Objfwd): New structure. (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd): Ditto. (XINTFWD, XBOOLFWD, XOBJFWD, XBUFFER_OBJFWD): Access the new structure. (INTFWDP, BOOLFWDP, OBJFWDP, BUFFER_OBJFWDP): Ditto. (XSETINTFWD, XSETBOOLFWD, XSETOBJFWD, XSETBUFFER_OBJFWD): Deleted. (union Lisp_Misc): Add new members. (allocate_misc): Declare this function. (XINTPTR): Deleted.
* (verify_interval_modification): Fix comment.Karl Heuer1994-10-121-1/+1
|
* (test_completion): Fix reversed condition.Karl Heuer1994-10-121-1/+1
|
* Install Hiroshi Nakano's rewrite to allow multiple heaps, for implementationsKarl Heuer1994-10-121-142/+449
| | | | where the C library makes calls to sbrk directly.
* (libexecdir): Renamed from libdir.Richard M. Stallman1994-10-111-2/+2
|
* Use libexecdir and sharedstatedir as appropriate.Richard M. Stallman1994-10-111-6/+6
|
* (libexecdir): Renamed from libdir. New default.Richard M. Stallman1994-10-111-17/+17
| | | | | (sharedstatedir): Renamed from statedir. New default. (datadir): New default.
* (clean): rm DOC/* and *.tab.[ch].Richard M. Stallman1994-10-111-1/+2
| | | | (distclean): Not here.
* (makefile-mode-name): Removed.Richard M. Stallman1994-10-111-68/+310
| | | | | | | | | | | | | | | | | | | | | | | | | (makefile-mode): Skip any number of "#"s at beginning of comments. (makefile-electric-keys): New variable. (makefile-electric-dot): Self insert if not at bol. (makefile-electric-equal): Really self-insert if not at bol. (makefile-pickup-everything): Prefix arg means force pickups to be redone. (makefile-insert-macro-ref): Don't use format. (makefile-runtime-macros-list): Added "$" to list. (makefile-insert-special-target): Don't use format. (makefile-insert-macro): Don't use format. (makefile-insert-target): Don't use format. (makefile-insert-target-ref): Don't use format. (makefile-electric-colon): Really self-insert if not at bol. (makefile-complete): New function. Bound to M-TAB. (makefile-do-macro-insertion): New function. (makefile-mode-map): Add menu bar bindings. (makefile-font-lock-keywords): New constant. (makefile-mode): Deal with font-lock, add-log, imenu. (makefile-macroassign-regex): Changed for use with font-lock. (makefile-dependency-regex): Changed for use with font-lock. (makefile-add-log-defun): New function. (makefile-menu-index-function): New function.
* menu-bar-lines fix.Richard M. Stallman1994-10-111-1/+3
|