1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-15 07:41:09 -08:00
Commit graph

12550 commits

Author SHA1 Message Date
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
Karl Heuer
8b262cbcd5 (mail-setup-hook): New defvar.
(mail): Doc fix.
1995-07-17 23:00:06 +00:00
Karl Heuer
6f9340dd3c (normal-top-level): Don't use mail-host-address
for auto-save-list-file-name.
1995-07-17 22:59:04 +00:00
Karl Heuer
ef43639253 (x-create-frame-with-faces): Set background-mode
and display-type frame parameters.
(x-frob-font-slant, x-frob-font-weight):
Replace the adstyle field with *, if we can find it.
(set-face-background): Use face-color-supported-p.
(face-color-gray-p): New function.
(face-default-stipple): New variable.
(set-face-background): Use face-default-stipple for all grays.
(set-face-stipple): Change arg name.
(face-color-supported-p): Use face-color-gray-p.
1995-07-17 22:57:32 +00:00
Karl Heuer
7b0e1b8f6c (vc-mode-line): Don't write-protect a
VC-Log buffer.  Better mode line text for initial comments.
Streamlined the function.
(vc-locking-user): Consider a cvs file "locked"
if its status is either 'locally-modified or 'needs-merge.
(vc-workfile-version): Catch 'found when calling vc-find-cvs-master.
(vc-fetch-master-properties): Handle cvs status "Needs Checkout".
This is intended for future use.
(vc-fetch-master-properties): Shrink the window
that displays the error message.
1995-07-17 22:56:28 +00:00
Karl Heuer
fa195bce9c (remote-shell-program): Try rcmd also. 1995-07-17 22:54:43 +00:00
Karl Heuer
f9d5a20f45 (ediff-skip-unsuitable-frames): Use make-frame,
not ediff-make-frame.
1995-07-17 22:51:48 +00:00
Karl Heuer
260130bbb0 (menu-bar-help-menu): Add finder-by-keyword. 1995-07-17 22:51:17 +00:00
Karl Heuer
34a5f45f7e (canonically-space-region): Doc fix.
(fill-region-as-paragraph): In adaptive-fill-mode,
if paragraph has one line, take the fill prefix from it.
(adaptive-fill-regexp): Doc fix.
(fill-individual-paragraphs): Use `adaptive-fill-regexp'
to determine `fill-prefix' if `adaptive-fill-mode' is non-nil.
1995-07-17 22:50:30 +00:00
Karl Heuer
51a8e1cc2c (vendor-specific-keysyms):
In Sun keys, f36 was misnamed f35 and f37 misnamed f36.
1995-07-17 22:49:37 +00:00
Karl Heuer
63d991d634 (dabbrev--search): Don't let spurious match in middle
of word obscure real match at start of same word.
1995-07-17 22:48:39 +00:00
Karl Heuer
c1fe251ace (auto-mode-alist): Move .scm.[0-9] before nroff-mode.
Escape the second period.
1995-07-17 22:48:06 +00:00
Karl Heuer
e26815c37e (mouse-major-mode-menu): Catch quit in read-key-sequence.
(mouse-major-mode-menu): Don't call command-execute
if lookup-key gives nil.
1995-07-17 22:47:19 +00:00
Karl Heuer
37c29340c7 (byte-compile-output-file-form): Bind print-length
and print-level to nil.
1995-07-17 22:46:25 +00:00
Karl Heuer
e172f5463f (add-log-current-defun): Handle C struct definitions.
(add-change-log-entry): Use case-sensitive search for file name.
Find first blank line correctly.
1995-07-17 22:44:40 +00:00
Karl Heuer
97e6527f20 (byte-optimize-nth, byte-optimize-nthcdr):
Do nothing if form wrong length.
(byte-optimize-multiply): Fix bug in 0 case.
(byte-optimize-divide): Optimize (/ CONST CONST) if safe.
(byte-optimize-logmumble): Fix (logior -1 ...) case.
(byte-optimize-if): Optimize (if (not foo) nil ...).
1995-07-17 22:44:06 +00:00
Karl Heuer
cc3511def0 Add provide. 1995-07-17 22:42:57 +00:00
Karl Heuer
47b3774a24 [linux]: Include values.h and #undef
certain macros, to avoid conflict later.
1995-07-17 22:27:44 +00:00
Karl Heuer
fe111dafb1 (sys_close): Handle Sunos 4.1 bug in close errno value.
(init_system_name): Add cast in init for fqdn.
1995-07-17 22:27:13 +00:00
Karl Heuer
a03a26dbdf (Fx_list_fonts): Don't free thisinfo if it is 0. 1995-07-17 22:25:39 +00:00
Karl Heuer
5be02dffe8 (Fread): Rename arg READCHARFUN to STREAM. 1995-07-17 22:24:37 +00:00
Karl Heuer
0e7078f5c8 (win32_mouse_position, mouse_moved_to):
Access mouse_moved in selected_frame.
1995-07-17 22:23:14 +00:00
Karl Heuer
6462918ce5 (struct frame): New field `mouse_moved'. 1995-07-17 22:22:36 +00:00
Karl Heuer
fbb908296b (current_minor_maps): Catch errors in Findirect_function.
(current_minor_maps_error): New function.
1995-07-17 22:21:54 +00:00