Commit graph

13173 commits

Author SHA1 Message Date
Richard M. Stallman
872e2c822b (init_environment): Move alloca call out of function arg. 1995-07-20 18:30:49 +00:00
Richard M. Stallman
b94f28eef7 (mail-fetch-field): Use buffer-substring-no-properties. 1995-07-20 17:54:10 +00:00
Richard M. Stallman
e2d79b7519 [!MULTI_FRAME] (BASE_PURESIZE): Increased to 325000. 1995-07-20 17:43:52 +00:00
Richard M. Stallman
f34e691838 (derived-mode-set-keymap): Cope if old-map is nil. 1995-07-20 17:42:55 +00:00
Richard M. Stallman
7c70a955ac (menu-bar-update-yank-menu): Treat all-dashes specially. 1995-07-20 06:14:12 +00:00
Richard M. Stallman
335b1952d2 M-ESC => M-: 1995-07-19 15:57:51 +00:00
Richard M. Stallman
828e66d1a5 (unload_color): Don't free colors if immutable colormap. 1995-07-19 15:47:28 +00:00
Richard M. Stallman
6da74aab15 (mail-default-reply-to): Doc fix. 1995-07-19 15:43:56 +00:00
Richard M. Stallman
2b1c5e1217 (backquote): Doc fix. 1995-07-19 03:42:12 +00:00
Richard M. Stallman
7d179cea04 (init_alloc_once): Set gc_cons_threshold from Lisp obj size. 1995-07-19 03:39:43 +00:00
Richard M. Stallman
b297554a28 (outline-next-visible-heading): Rewritten to handle
backwards motion and handle beg/end of buffer properly.
1995-07-19 03:19:03 +00:00
Richard M. Stallman
fb893977d6 (Fformat): Increment total for size of control string. 1995-07-18 23:59:23 +00:00
Richard M. Stallman
98fc5c3c8e (Fmessage): Doc fix. 1995-07-18 23:52:22 +00:00
Richard M. Stallman
9dd2b34edf (electric-helpify): Autoload with-electric-help, electric-helpify. 1995-07-18 23:31:41 +00:00
Richard M. Stallman
4b4b65a6ca Update overriding-local-map-menu-flag. 1995-07-18 23:20:50 +00:00
Richard M. Stallman
5fe8e44d85 Document overriding-terminal-local-map. 1995-07-18 23:17:59 +00:00
Richard M. Stallman
766525bccb (decode_mode_spec): New arg spec_width.
Use pint2str for %l and %c.  New code to output ??.
(display_mode_element): New var minendcol.
Pass new arg to decode_mode_spec.
(pint2str): New function.
1995-07-18 23:07:23 +00:00
Richard M. Stallman
0fea6c408f (Fwindow_start): Doc fix. 1995-07-18 22:12:31 +00:00
Richard M. Stallman
ea951766c5 Explain how redisplay updates window-start. 1995-07-18 22:10:51 +00:00
Richard M. Stallman
878c1d73d0 (font-lock-defaults): New variable.
(nroff-mode-syntax-table): New variable to provide comment syntax
for font-lock; I'm not sure if this is (or should be) necessary in
19.29 with font-lock-defaults.
(nroff-font-lock-keywords): New variable.
(nroff-mode): Install nroff syntax table and font lock keywords.
Comment about comments in filling and line-counting.
1995-07-18 21:43:16 +00:00
Richard M. Stallman
419e419852 Fix update of finder-inf.el, and byte-compile it. 1995-07-18 21:41:16 +00:00
Richard M. Stallman
fde7326e6d (forward-same-syntax): New function. 1995-07-18 21:37:32 +00:00
Richard M. Stallman
6738479381 Don't (require 'backquote).
(mouse-extend-internal): Select space in between "things" when
extending selection, ie. we are extending to "thing" boundaries.

Use x-lost-selection-hooks to handle loss of selection.
(mouse-sel-lost-selection-hook): New function.
(mouse-sel-selection-owner-p-function): Variable removed.
(mouse-sel-selection-owner-p): Function removed.
(mouse-sel-validate-selection): Function removed.
1995-07-18 21:37:14 +00:00
Richard M. Stallman
dbb12f2cf8 (file-name-sans-versions): Recognize version control version numbers. 1995-07-18 20:57:57 +00:00
Richard M. Stallman
45fc7cc3c5 (vc-mode-line, vc-find-file-hook): Moved the test for
version-controlled symbolic link from the former to the latter.
1995-07-18 20:55:46 +00:00
Richard M. Stallman
6aa1372974 (vc-do-command): Added parameter BUFFER (the default,
if nil, is *vc*). Updated all callers.
(vc-next-action-on-file, vc-diff, vc-version-diff, vc-backend-diff):
Use buffer *vc-diff* for diff output instead of *vc*.
1995-07-18 20:52:39 +00:00
Richard M. Stallman
231e734dd5 (menu-bar-tools-menu): Don't define gnus entry if no network support. 1995-07-18 20:51:00 +00:00
Richard M. Stallman
f804f4e445 (auto-mode-alist): Recognize *.ads and *.adb as Ada specs and bodies. 1995-07-18 20:48:36 +00:00
Richard M. Stallman
276c121047 (ada-ident-re): Doc fix.
(ada-end-stmt-re): Corrected serious pb of wrong parentheses.
(ada-subprog-start-re): Removed 'body' from the list.
(ada-format-paramlist): Simplified a regexp.
(ada-indent-current): On first line of the buffer, indent to column 0.
Don't reindent if new position is the same as the old one.  Thus, a
correcly indended line is not modified.
(ada-get-indent-subprog): Simplified a regexp.
(ada-goto-matching-decl-start): Distinguish between normal type
declaration and protected types, which are more like procedures.
(ada-remove-trailing-spaces): Use save-match-data, save-restriction
and widen when removing whitespace.
(ada-font-lock-keywords-1): Add 'pragma' as keyword.
(ada-font-lock-keywords-2): Allow *qualified* idents after 'end'.
1995-07-18 20:48:04 +00:00
Richard M. Stallman
0099c05af1 (SUNOS4_SHARED_LIBRARIES): Defined. 1995-07-18 20:42:59 +00:00
Richard M. Stallman
499a514dd7 (unexec): If not SUNOS4_SHARED_LIBRARIES
or if apparently not dynamically linked, just clear rel and erel.
1995-07-18 20:42:33 +00:00
Richard M. Stallman
fd7fe9a18f (Ffuncall, Fapply): Doc fix. 1995-07-18 19:16:16 +00:00
Richard M. Stallman
994662ce7a (Fcall_interactively): Doc fix. 1995-07-18 19:14:38 +00:00
Richard M. Stallman
82c028e0bc (x-create-frame-with-faces):
Specify frame arg to x-color-values and frame-parameters.
(set-face-background): Pass background-p arg to face-color-supported-p.
1995-07-18 13:27:49 +00:00
Richard M. Stallman
5f8c8f0056 Rename {src,lib-src}/Makefile.in.in to Makefile.in.
Use Makefile.c for intermediate file.
Rename src/config.h.in to src/config.in.
1995-07-18 06:08:04 +00:00
Richard M. Stallman
d58c5947af (src/paths.h, paths-force): Rename src/paths.h.in to src/paths.in.
(Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
1995-07-18 06:07:25 +00:00
Richard M. Stallman
b2959c9d78 (distclean): Delete Makefile.c, not Makefile.in. 1995-07-18 06:04:43 +00:00
Richard M. Stallman
4322e608d7 (distclean): Delete Makefile.c, not Makefile.in.
(SOURCES): Corresponding changes for file renamings.
1995-07-18 06:03:55 +00:00
Richard M. Stallman
66ac18ab5f (paths.h): Depend on paths.in.
(config.h): Depend on config.in.
1995-07-18 06:02:21 +00:00
Karl Heuer
2628578400 Fix the other instance too. 1995-07-18 00:34:53 +00:00
Karl Heuer
67c098ad3c (Fbyte_code): Fix variable names in previous change. 1995-07-18 00:30:09 +00:00
Karl Heuer
f2f2356280 (mouse_get_pos, mouse_check_moved, XMenuActivate):
Access mouse_moved in selected_frame.
1995-07-18 00:25:14 +00:00
Richard M. Stallman
f7f8635da5 Comment change. 1995-07-18 00:05:14 +00:00
Karl Heuer
f32538544f (mouse_moved): Variable deleted.
(kbd_buffer_get_event, readable_events):
Check mouse_moved in all frames.
Check do_mouse_tracking for non-nil ness.
(Ftrack_mouse): Set do_mouse_tracking to t.
(kbd_buffer_get_event): Discard a selection_clear_event
before processing it.
1995-07-17 23:42:42 +00:00
Karl Heuer
33487cc80b Fix conditional. 1995-07-17 23:24:57 +00:00
Karl Heuer
88415bfc71 (bookmark-make): Strip text properties off name.
(bookmark-make-cell): Use `buffer-substring-no-properties'.
(bookmark-yank-word): Use buffer-substring-no-properties.
1995-07-17 23:19:51 +00:00
Karl Heuer
69adebeb51 (electric-buffer-list): Save point before
finding the first buffer line, and use that saved point to
determine the buffer to use, if it is a reasonable value.
1995-07-17 23:09:48 +00:00
Karl Heuer
2ab6bb1432 (ff-set-point-accordingly): Doc fix. 1995-07-17 23:07:35 +00:00
Karl Heuer
25b80ac146 (vc-backend-merge-news): Force to refetch the
properties after the merge.
1995-07-17 23:04:30 +00:00
Karl Heuer
bcad498517 (shell-command): Use save-match-data.
Put the buffer in shell mode, don't use shell-command-filter.
(shell-command-filter): Deleted.
(shell-command-sentinel): Don't reset the mode line.
Don't test the buffer name--what was that for, anyway?.
(column-number-mode): New variable and new command.
1995-07-17 23:03:53 +00:00