1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00
Commit graph

11472 commits

Author SHA1 Message Date
Richard M. Stallman
819fefed8a (easy-menu-define): Doc fix. 1995-04-24 05:36:53 +00:00
Richard M. Stallman
8dab271c93 (INFO_TARGETS, DVI_TARGETS): Add viper targets.
(../info/viper, viper.dvi): New targets.
1995-04-24 04:32:41 +00:00
Richard M. Stallman
6c7418db40 Update info on window-end. 1995-04-24 04:26:04 +00:00
Richard M. Stallman
5d265171c8 (byte-optimize-letX): Use car-safe and cdr-safe. 1995-04-24 04:21:21 +00:00
Karl Heuer
0656272711 (rmail-attributes): Recognize "resent" attribute. 1995-04-21 00:45:35 +00:00
Karl Heuer
9303c8dbfc Update some MIME doc strings.
(mh-auto-fill-for-letter): Use fill-prefix to do message headers.
1995-04-20 23:35:49 +00:00
Karl Heuer
42c212029f Update some MIME doc strings. 1995-04-20 23:35:26 +00:00
Karl Heuer
939544befb Comment update. 1995-04-20 23:35:01 +00:00
Karl Heuer
e1a3a8436f (sendmail-pre-abbrev-expand-hook): When setting the
dummy value for abbrev-start-location, use (point-max) rather than
(point), so we won't delete a "-" that happens to be at point.
1995-04-20 21:27:14 +00:00
Karl Heuer
dc7e2b301d (Fexpand_abbrev): Add some error checking. 1995-04-20 21:15:39 +00:00
Karl Heuer
f8c2630dfb (Fx_popup_dialog): Don't pass menubarp arg to xdialog_show. 1995-04-20 18:37:39 +00:00
Karl Heuer
72e80cad6f (f90-keywords): "only" added to keyword list.
(f90-font-lock-keywords-1): Type may now have attributes private
and public.
(f90-font-lock-keywords-2): Fixed difference between type and type().
(hilit-set-mode-patterns): Type may now have attributes private.
and public, fixed difference between type and type().
(f90-p-type-re): New regular-expression constant for type commands.
(f90-mode): indent-tabs-mode put to nil by default.
(f90-looking-at-type-like): Now uses f90-p-type-re.
(f90-no-block-limit): Now uses f90-p-type-re.
(f90-change-keywords): Don't change preprocessor lines.
1995-04-20 17:23:29 +00:00
Karl Heuer
e2439696ea Change the instructions in the INSTALLATION
comment block to set buffer-local variables like
dired-omit-files-p in dired-mode-hook.
(dired-omit-files-p): Make local to all buffers.
(dired-omit-files): Fix doc string (not buffer-local).
(dired-omit-startup): Don't need to make dired-omit-files-p
local to buffer here.
1995-04-20 16:21:55 +00:00
Richard M. Stallman
873828203c Comment change. 1995-04-20 08:28:38 +00:00
Richard M. Stallman
369718f8db (undigestify-rmail-message): Strip "^- " which is
added by some digest makers to the beginning of lines.
1995-04-20 02:31:16 +00:00
Richard M. Stallman
091d17573d (rmail-revert): Call rmail-mode after reverting
to make sure rmail-message-vector is buffer-local.
1995-04-20 02:23:28 +00:00
Karl Heuer
cca176a050 (x_window): Use (or reuse) frame's namebuf instead of a
temp var.  This avoids a storage leak.
1995-04-19 21:04:01 +00:00
Karl Heuer
60a8823e0b (Fdelete_frame): Free f->namebuf. 1995-04-19 20:58:28 +00:00
Karl Heuer
aec6e4867a (make_frame): Initialize f->namebuf. 1995-04-19 20:55:31 +00:00
Karl Heuer
bd601e2a98 (struct frame): New member namebuf. 1995-04-19 20:54:09 +00:00
Richard M. Stallman
dfc4f59b16 (cpp-edit-reset): Fix typo.
(cpp-signal-read-only, cpp-grow-overlay): Update to new calling conventions.
(cpp-make-overlay-hidden): Don't allow insertion before a read-only overlay.
1995-04-19 06:37:49 +00:00
Richard M. Stallman
673a6211ed (xmenu_show, xdialog_show): Delete menubarp arg.
(Fx_popup_menu): Don't compute menubarp.
1995-04-19 06:09:42 +00:00
Richard M. Stallman
f250682621 Downcase function parameters.
Doc fixes.

Rewrite to support secondary selection.
(mouse-sel-maintainer-address): New constant.
(mouse-sel-submit-bug-report): New function.
Rename mouse-sel-selection-type to mouse-sel-primary-thing.
(mouse-sel-secondary-thing): New variable.
(mouse-sel-selection-alist): New constant.
(mouse-sel-set-selection-function): Semantics changed.  Value
should now be a function taking two arguments.
(mouse-sel-get-selection-function): Semantics changed.  Value
should now be a function taking one argument.
(mouse-sel-selection-owner-p-function): New variable.
Removed variable mouse-sel-check-selection-function.
Rename mouse-sel-determine-selection-type to
mouse-sel-determine-selection-thing.
(mouse-sel-set-selection): New function.
(mouse-sel-get-selection): New function.
(mouse-sel-selection-owner-p): New function.
(mouse-sel-selection-overlay): New function.
(mouse-sel-selection-thing): New function.
(mouse-sel-region-to-primary): New function.
(mouse-sel-primary-to-region): New function.
(mouse-sel-eval-at-event-end): New macro.
(mouse-sel-determine-selection-thing): Quad-click selects paragraphs.
Removed variable mouse-sel-retain-highlight; use inverse of
transient-mark-mode instead.
(mouse-select-internal): New function.
(mouse-select): Re-written using mouse-select-internal and
mouse-sel-primary-to-region.
(mouse-select-secondary): New function.
(mouse-extend-internal): New function.
(mouse-extend): Re-written using mouse-extend-internal,
mouse-sel-region-to-primary and mouse-sel-primary-to-region.
(mouse-extend-secondary): New function.
(mouse-insert-selection-internal): New function.
(mouse-insert-selection): Re-written using
mouse-insert-selection-internal.
(mouse-insert-secondary): New function.
(mouse-sel-validate-selection): Check all selections in
mouse-sel-selection-alist.
1995-04-19 04:35:22 +00:00
Richard M. Stallman
43efaa48bd (pushnew): Use edebug-keywordp. 1995-04-19 00:47:42 +00:00
Richard M. Stallman
5ca76c211a (finder-known-keywords): Add `debugging'. 1995-04-19 00:32:10 +00:00
Roland McGrath
bb01b91ffe Add Keywords: comment header for finder.el. 1995-04-18 22:53:49 +00:00
Richard M. Stallman
26396b1bda (main): Add argv[0] to an error message. 1995-04-18 20:50:19 +00:00
Richard M. Stallman
66de157de0 (frame-notice-user-settings):
Don't respecify an old value which was nil and remains nil.
1995-04-18 19:26:11 +00:00
Richard M. Stallman
3453f0b6ef (map_event_to_object): Declaration deleted. 1995-04-18 18:37:51 +00:00
Richard M. Stallman
34ae77b577 (x_report_frame_params): Report value of `display' parm. 1995-04-18 18:36:03 +00:00
Roland McGrath
a2416e212f (tags-search, tags-query-replace): Put (quote ...) around args inserted
into forms to be evalled.
1995-04-18 18:29:05 +00:00
Richard M. Stallman
5bbdb09071 (Ffetch_bytecode): Check the type of the object being read from the file. 1995-04-18 18:13:13 +00:00
Richard M. Stallman
2e922f0b7a (cpp-edit-list): Move definition toward start of file.
(cpp-face-type-list, cpp-writable-list, cpp-button-event)
(cpp-edit-buffer, cpp-branch-list, cpp-face-default-list)
(cpp-face-light-name-list, cpp-face-dark-name-list)
(cpp-face-light-list, cpp-face-dark-list, cpp-face-mono-list)
(cpp-face-none-list, cpp-face-all-list, cpp-overlay-list): Likewise.

(cpp-highlight-buffer): Rename stack to cpp-state-stack.
(cpp-parse-open, cpp-parse-close): Likewise.
(cpp-push-button, cpp-choose-symbol): Rename data to cpp-callback-data.
(cpp-state-stack, cpp-callback-data): Add defvars.
1995-04-18 07:21:52 +00:00
Richard M. Stallman
2596511d21 (line-move): Fix previous change: if we get an error,
move to where the error happened, don't go back to starting point.
1995-04-18 07:01:34 +00:00
Richard M. Stallman
f32cdadd92 (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
(../info/mh-e, mh-e.dvi): New targets.
1995-04-18 03:54:39 +00:00
Richard M. Stallman
ad06e4fcf5 Comment change. 1995-04-18 03:45:52 +00:00
Richard M. Stallman
01ba8cce81 (Fencode_time): Don't treat years < 100 as special. 1995-04-18 03:31:38 +00:00
Richard M. Stallman
018427eebd (m68k-motorola-sysv*): Determine which -m option to use with `gnucc'. 1995-04-18 03:17:12 +00:00
Karl Heuer
adde48587a (insert_1): Adjust overlay center after inserting.
(insert_from_string_1, insert_from_buffer_1): Likewise.
(del_range_1): Adjust overlay center after deleting.
1995-04-17 23:16:23 +00:00
Karl Heuer
423cdb4617 (adjust_overlays_for_insert): New function.
(adjust_overlays_for_delete): New function.
1995-04-17 23:13:56 +00:00
Karl Heuer
2c782c9f6a Declare some functions. 1995-04-17 23:12:34 +00:00
Karl Heuer
a66839ceae (map-y-or-n-p): Don't log prompt messages. 1995-04-17 18:52:41 +00:00
Richard M. Stallman
68f8f37f9d (finder-known-keywords): Generalize `c' keyword. 1995-04-17 18:42:29 +00:00
Richard M. Stallman
01ea0e3b37 (ispell-init-ispell): Don't barf if there is a
warning message	before the version line when Ispell starts up.
1995-04-17 07:11:51 +00:00
Richard M. Stallman
1b8fa736b3 (Fencode_time): Rewrite by Naggum. 1995-04-17 06:10:39 +00:00
Richard M. Stallman
61392e7b04 (font-lock-make-faces): Determine font-lock-background-mode from color
values of background color.

(font-lock-make-faces-done): New variable.
(font-lock-make-faces): Set font-lock-make-faces-done to t.
Don't call it when loading the file.
(font-lock-mode): Call font-lock-make-faces if not yet done.
1995-04-16 05:41:53 +00:00
Richard M. Stallman
891eb3fef5 (x-defined-colors): Take frame as optional arg.
Check whether colors are really supported on the display in use.
1995-04-16 04:17:36 +00:00
Richard M. Stallman
7c49006bee (list-colors-display): Minor clarification.
(facemenu-special-menu): Add "Intangible" item.
(facemenu-color-equal): Doc fix.
1995-04-16 04:15:39 +00:00
Richard M. Stallman
d0672e0d73 (set-face-background): Handle FRAME = nil directly
so stipple colors work in that case.
1995-04-16 04:09:48 +00:00
Richard M. Stallman
fb69dfa50e (set-auto-mode): If -*- spec doesn't set `mode:',
look for other ways of specifying major mode.
1995-04-16 03:20:40 +00:00