1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-12 14:30:42 -08:00
Commit graph

12474 commits

Author SHA1 Message Date
Tom Tromey
370d8fcccf (tcl-do-fill-paragraph): New function.
(tcl-mode): Set up for paragraph filling.
1995-07-09 21:58:03 +00:00
Tom Tromey
fdacefbd18 (tcl-mode): Fixes to 19.29 paragraph variables. 1995-07-09 21:30:32 +00:00
Tom Tromey
1975984577 (tcl-do-auto-fill): Set fill-prefix. 1995-07-09 18:52:16 +00:00
Simon Marshall
bda609416b Do all cleanups in font-lock-fontify-region and font-lock-hack-keywords inside
their unwind-protect UNWINDFORMS.  Also eval inside font-lock-set-defaults, not
font-lock-choose-keywords.
1995-07-09 13:26:41 +00:00
Simon Marshall
591655c7ab Made executing-macro, before-change-function, after-change-function and font-lock-doc-string-face obsolete. 1995-07-09 13:01:31 +00:00
Tom Tromey
8ebb39c016 (tcl-imenu-create-index-function): Work with imenu from Emacs 19.29 1995-07-09 01:07:57 +00:00
Paul Eggert
fdb3286ede (datearg): Separate date from time with comma, not space,
to avoid CVS 1.5 bug.
(CVSROOT): Don't abort if unset and if repository is an absolute pathname.
1995-07-08 18:44:04 +00:00
Johan Vromans
be3e4bb1b8 (forms-mode): treat local-write-file-hooks as a list. 1995-07-08 13:16:54 +00:00
Paul Eggert
d5ad1373cc Replace #!/bin/sh' with #! /bin/sh', for benefit of systems
that interpret `#! /' as a 4-byte magic number.
1995-07-07 22:47:57 +00:00
Karl Heuer
e6b7241010 Symbols renamed to be like mode-line indicator.
Supposed to now also work for Lucid.
(2C-mode-map): New name for `tc-mode-map'.  Additionally bound to [f2].
(2C-minor-mode-map) New variable.
(2C-mode): New name for `tc-other'.
(2C-mode-line-format): New name for `tc-mode-line-format'.
(2C-other-buffer-hook): New variable.
(2C-separator): New name for `tc-separator'.
(2C-window-width): New name for `tc-window-width'.
(2C-beyond-fill-column): New name for `tc-beyond-fill-column'.
(2C-autoscroll, 2C-autoscroll-start): New variables.

(2C-other): New name for `tc-other'.
(2C-mode): New name for `tc-mode', `tc-two-columns'.
(2C-two-columns): New function.
(2C-associate-buffer): New name for `tc-associate-buffer'.
(2C-split): New name for `tc-split'.
(2C-dissociate): New name for `tc-dissociate'.
(2C-merge): New name for `tc-merge'.
(2C-associated-buffer): New name for `tc-associated-buffer'.
(2C-toggle-autoscroll, 2C-autoscroll): New functions.
(tc-scroll-line, tc-scroll-up, tc-scroll-down, tc-recenter): Deleted
functions.
1995-07-07 20:01:01 +00:00
Karl Heuer
133693bc90 restructured, largely rewritten without the bugs and
extended to cover over 15 shells.  Most variables can now work as a
lookup table, and, unless set by user, do.
(sh-mode-syntax-table): Possibly multiple tables.
(sh-shell): Set initially so shell or other libraries may use features.
(sh-assignment-regexp): Replaces `sh-assignment-space'.
(sh-here-document-word): Set to more common "EOF".
(sh-variables): Changed semantics.
(sh-font-lock-keywords): Much nicer.
(sh-ancestor-alist, sh-alias-alist, sh-shells, sh-abbrevs)
(sh-dynamic-complete-functions, sh-require-final-newline)
(sh-comment-prefix, sh-indentation, sh-header-marker, sh-builtins)
(sh-leading-keywords): New variables.
(sh-use-prefix, sh-find-file-modifies, sh-query-for-magic)
(sh-magicless-file-regexp, magic-number-alist, sh-executable)
(sh-chmod-argument, sh-shell-is-csh, sh-tab-width)
(sh-sh-font-lock-keywords, sh-ksh-font-lock-keywords)
(sh-bash-font-lock-keywords, sh-csh-font-lock-keywords)
(sh-tcsh-font-lock-keywords): Variables deleted, see also executable.el.

(sh-mode): Shell dependent code moved to `sh-set-shell'.
(sh-feature, sh-abbrevs, sh-syntax-table, sh-append, sh-modify): New
functions.
(sh-execute-region): New command.
(sh-indexed-loop): Far more efficient code generated for sh.
(sh-repeat, sh-tmp-file, sh-while-getopts): New skeletons.
(sh-or-other-mode, define-sh-skeleton, sh-executable, sh-chmod)
(sh-query-for-variable): Command deleted.
1995-07-07 19:48:24 +00:00
Karl Heuer
58a4ff0405 Initial revision 1995-07-07 19:41:57 +00:00
Karl Heuer
3f61a2e7d6 New name for generalized upd-copyr.el
(copyright-limit, copyright-regexp): New variables
(copyright-query): New name for `inhibit-update-copyright'
(copyright-current-year): New name for `current-year'
(copyright-current-gpl-version): New name for `current-gpl-version'
(copyright-update): New name for `update-copyright' and
`ask-to-update-copyright'
(copyright): New skeleton command
1995-07-07 19:40:05 +00:00
Karl Heuer
c11af8a58a extended to use skeletons or call functions
(auto-insert, auto-insert-query, auto-insert-prompt): New variables
(auto-insert-alist): New features
(auto-insert): New name for `insert-auto-insert-files'
(define-auto-insert): New function
1995-07-07 19:30:23 +00:00
Karl Heuer
f3611c7025 partly rewritten and extended.
(skeleton-filter, skeleton-untabify, skeleton-further-elements)
(skeleton-abbrev-cleanup): New variables
(skeleton-proxy, skeleton-abbrev-cleanup): New functions
(skeleton-insert): Sublanguage element < must now be handled via
`skeleton-further-elements' (used only in sh-script and ada).  Lisp
expressions can be quoted to ignore the return value.
(skeleton-read): New name for `skeleton-internal-read' because this may
be useful in skeletons.
(local-variables-section): New skeleton command, might go to simple.el.
1995-07-07 19:21:17 +00:00
Karl Heuer
5950a4fce1 (make-autoload): Generate `(autoload ...)' form for
`(define-skeleton ...)'
1995-07-07 19:20:09 +00:00
Karl Heuer
95b7ed4801 (command-apropos): Deleted function. This is replaced by
apropos-command in apropos.el.
1995-07-07 18:54:22 +00:00
Karl Heuer
3925e76d63 Restructured, largely rewritten and extended.
(apropos-use-faces, apropos-local-map): New variables.
(apropos-command): New name for `command-apropos' no longer in help.el.
(apropos-value): New command.
(apropos-documentation): New name for `super-apropos'
(apropos-follow, apropos-mouse-follow): New commands for hypertext.
(apropos-describe-plist): New function.
1995-07-07 18:53:58 +00:00
Richard M. Stallman
14ee2e03ff [!__GNUC__] (LD_SWITCH_SYSTEM): Define this. 1995-07-07 13:37:33 +00:00
Richard M. Stallman
e83ec068f9 (C_OPTIMIZE_SWITCH, C_DEBUG_SWITCH): Use these
names instead of C_SWITCH_OPTIMIZE, C_SWITCH_DEBUG.
1995-07-07 13:37:04 +00:00
Richard M. Stallman
6032180236 (LIB_MOTIF, VFORK_RETURN_TYPE): Define these. 1995-07-07 13:36:40 +00:00
Richard M. Stallman
665881adf7 (x_initialize) [USE_X_TOOLKIT]: Set fallback resources. 1995-07-07 13:35:48 +00:00
Richard M. Stallman
86bee31c83 (redisplay_window): Fix typos in clip_changed change. 1995-07-07 13:35:19 +00:00
Richard M. Stallman
1479ef51ab (Fset_window_hscroll): Set clip_changed in the buffer.
(temp_output_buffer_show): Likewise.
1995-07-07 13:34:49 +00:00
Richard M. Stallman
13373f4ece (Fstart_process): Expand PROGRAM.
Error if it is a directory.
1995-07-07 13:34:16 +00:00
Richard M. Stallman
553a1e4656 (get_keymap_1): Declared. 1995-07-07 13:33:29 +00:00
Richard M. Stallman
18744e178c (Fwiden): Set clip_changed in current buffer.
(Fnarrow_to_region, save_restriction_restore): Likewise.
1995-07-07 13:32:21 +00:00
Richard M. Stallman
2a3eeee73e (overlays_in): Don't count empty overlays at END.
(Foverlays_in): Likewise.
1995-07-07 13:31:48 +00:00
Richard M. Stallman
e0b934886f (byte-compile-obsolete): Do the funcall to compile
the form whether or not we warn.
1995-07-07 13:29:50 +00:00
Richard M. Stallman
3a8a46f183 (calculate-c-indent-after-brace): New function.
(calculate-c-indent, indent-c-exp): Use it.
1995-07-07 13:29:18 +00:00
Richard M. Stallman
400bf31776 (find-dired): Undefine the g command. 1995-07-07 13:28:57 +00:00
Richard M. Stallman
4d8765a2dd (font-lock-make-faces): On grayscale screen,
use grays for background, not foreground.
1995-07-07 13:27:15 +00:00
Richard M. Stallman
9595fbdb9a (switch-to-completions): Make a completions window if none. 1995-07-07 13:26:23 +00:00
Richard M. Stallman
f457383941 (timezone-parse-date): Ignore text properties. 1995-07-07 13:25:47 +00:00
Richard M. Stallman
e11a39dfe9 (vc-fetch-master-properties): Better error
message in case the "cvs status" command fails.
1995-07-07 13:24:31 +00:00
Richard M. Stallman
9b23a6c733 Don't break intra-tree links. 1995-07-07 13:22:05 +00:00
Richard M. Stallman
1eb9aca7ae (uninstall, install-arch-indep): Install info/ediff*. 1995-07-07 13:21:20 +00:00
Richard M. Stallman
4297555ed2 Don't use relocatable allocator. 1995-07-07 13:20:16 +00:00
David J. MacKenzie
60c3568d52 Put back archlibdir. Require autoconf 2.4.1 or later. 1995-07-06 05:42:45 +00:00
Richard M. Stallman
017c7cb6d2 (read_char): Temporarily clear Vquit_flag
while checking Vspecial_event_map.
1995-07-02 09:38:15 +00:00
Richard M. Stallman
e20d641f61 (x-font-regexp): Include the avgwidth. 1995-07-02 08:34:02 +00:00
Richard M. Stallman
5beaa9f29e (iso-transl-char-map): Treat m, *m like u and *u. 1995-07-02 08:13:28 +00:00
Richard M. Stallman
235c2d355a (mail-default-reply-to): Initialize to nil.
(mail-setup): Override it from env var if nil.
1995-07-02 07:26:01 +00:00
Richard M. Stallman
28995e6706 (clip_changed): Variable deleted.
(prepare_menu_bars): Don't look at clip_changed.
(redisplay): Don't set clip_changed.  Do set b's clip_changed.
(redisplay_window): Check clip_changed in current_buffer.
(mark_window_display_accurate): Clear clip_changed in the window's buffer.

(redisplay_window): Update individual window's mode line
if %c calls for an update.
(redisplay): Set update_mode_line for selected window only,
if it needs this because of %c.
1995-07-02 06:08:48 +00:00
Richard M. Stallman
715bde06c9 (struct buffer): New field clip_changed. 1995-07-02 06:07:43 +00:00
Richard M. Stallman
6f20989276 (x_set_icon_type, x_set_icon_name): Don't ever remap the
frame window; changing the icon doesn't make it disappear.
1995-07-02 02:36:32 +00:00
Richard M. Stallman
7f07d5cafe (Vspecial_event_map): New variable.
(syms_of_keyboard): Define Lisp var; init the map.
(read_char): Look up each event in Vspecial_event_map; if bound,
execute the binding here and read another event.
(keys_of_keyboard): Make bindings for iconify-frame,
make-frame-visible and delete-frame.
1995-07-02 00:08:34 +00:00
Richard M. Stallman
60573a9049 (compute_char_face): Use Fsafe_length. 1995-07-01 22:29:51 +00:00
Richard M. Stallman
643f822f0a (Fsafe_length): Declared. 1995-07-01 22:28:16 +00:00
Richard M. Stallman
5a30fab88d (Fsafe_length): New function.
(syms_of_fns): defsubr it.
1995-07-01 22:27:40 +00:00