Richard M. Stallman
c30b759d47
(run-scheme): Set scheme-program-name.
1994-10-15 08:33:11 +00:00
Karl Heuer
58769bee4d
(stuffline, scraplines): Functions deleted.
...
(line_dance, line_dance_len, line_dance_in_progress): New vars.
(XTins_del_lines): Don't do any X calls; just update the array.
(do_line_dance): New function. Do the X calls here.
(XTupdate_end, XTwrite_glyphs): Call do_line_dance.
1994-10-15 04:49:14 +00:00
Richard M. Stallman
9171f37fd2
(mail-setup): Fill the in-reply-to field.
1994-10-15 01:09:19 +00:00
Richard M. Stallman
8851c1f036
(add-to-list): Doc fix.
1994-10-14 23:50:35 +00:00
Richard M. Stallman
4ad3313891
(news-reply-mode-map): Add C-c C-t binding.
1994-10-14 20:19:27 +00:00
Richard M. Stallman
cc5ac2c651
(self-insert-iso): Add delete-selection property.
1994-10-14 18:41:41 +00:00
Richard M. Stallman
bd513d9d32
(read_input_waiting): Set e.frame_or_window w/ XSETFRAME.
1994-10-14 09:33:49 +00:00
Simon Marshall
a2216d6439
Add "in" to list of Font Lock keywords that appear in non-type contexts.
1994-10-14 08:15:07 +00:00
Richard M. Stallman
463f6b91cf
(redisplay): Call clear_face_cache instead
...
of clear_face_vector. Do it at most once per 1000 redisplays.
1994-10-14 05:20:15 +00:00
Richard M. Stallman
42120bc769
Eliminate the "display faces"; store GCs in the "computed faces".
...
(face_vector, nfaces, nfaces_allocated): Vars deleted.
(free_frame_faces): Free GCs in the computed faces.
Free the computed faces themselves.
(clear_face_cache): Renamed from clear_face_vector
and completely rewritten to free GCs in the computed faces.
(get_cached_face): Function deleted.
(build_face): Function deleted; code moved into intern_face.
(intern_face): Don't treat default and modeline faces specially.
(recompute_basic_faces): Call intern_face, not build_face.
(intern_face, clear_face_vector, load_font, unload_font)
(load_color, free_frame_faces, recompute_basic_faces): Use FRAME_X_DISPLAY.
1994-10-14 05:19:13 +00:00
Richard M. Stallman
8e3d10a987
(Fx_create_frame): Init the FRAME_X_SCREEN as soon as can be done.
1994-10-14 05:18:22 +00:00
Richard M. Stallman
f20c9a8730
(mail-do-fcc): If file does not exist, assume it is not a Babyl file.
1994-10-14 04:49:32 +00:00
Richard M. Stallman
8ed24d5a14
(x_new_font): Don't keep looping after the FONT property.
1994-10-14 04:45:04 +00:00
Roland McGrath
c6987f0b90
(tags-reset-tags-tables): New function.
1994-10-14 03:26:31 +00:00
Karl Heuer
0a7f697a8d
(term_get_fkeys_1): Workaround for IBM's dialect of terminfo.
1994-10-14 02:43:58 +00:00
Karl Heuer
67893ba3c1
(make-lucid-menu-keymap): Allow Lucid-style keyword-based menu items.
...
(popup-menu): Update documentation string to describe the new syntax.
1994-10-13 23:34:38 +00:00
Richard M. Stallman
9ee4654da8
(hilit-set-mode-patterns - lisp-mode): Fix regexp
...
for 'defconstant' that leads to an infinite loop.
Hilight the 'list' keyword.
1994-10-13 23:01:26 +00:00
Richard M. Stallman
e2247420b1
(desktop-internal-v2s): Remove all text properties from strings.
1994-10-13 21:47:50 +00:00
Richard M. Stallman
f8a0e364da
(Fuser_login_name, Fuser_real_login_name):
...
Call init_editfns now if it was not done before.
1994-10-13 18:21:25 +00:00
Richard M. Stallman
c561a0cbfd
(gud-filter): Don't bind inhibit-quit.
...
Do nothing if buffer is dead.
1994-10-13 18:20:55 +00:00
Richard M. Stallman
c171b42fcf
(menu-bar-update-buffers-1): New subroutine
...
broken out of menu-bar-update-buffers.
Truncate the file name and discard the nondirectory part.
(menu-bar-update-buffers): Discard middle of long buffer names.
1994-10-13 18:20:15 +00:00
Richard M. Stallman
ec2970a281
entered into RCS
1994-10-13 09:19:26 +00:00
Richard M. Stallman
d6642dffed
(mail-file-babyl-p): New function.
...
(mail-do-fcc): If file is a Babyl file, write output in Babyl format.
1994-10-13 09:13:36 +00:00
Richard M. Stallman
0a4df5393f
(Evaluating top-level): Don't load loadup.el again.
1994-10-13 08:39:25 +00:00
Richard M. Stallman
d184839e4e
(BASE_PURESIZE): Incremented.
1994-10-13 08:18:10 +00:00
Simon Marshall
d8a1aa6eca
Use purify-flag not noninteractive.
1994-10-13 07:55:30 +00:00
Richard M. Stallman
f5c646161d
Move the subdirs.el up to near first thing.
1994-10-13 07:54:56 +00:00
Richard M. Stallman
991c70f894
(compilation-filter): Do nothing if buffer is dead.
1994-10-13 07:40:50 +00:00
Richard M. Stallman
6e3af6305a
(add-to-list): New function.
1994-10-13 06:34:09 +00:00
Richard M. Stallman
4060e6ee3b
Initial revision
1994-10-13 06:30:49 +00:00
Richard M. Stallman
5b658538e7
(Funhandled_file_name_directory): Declared.
1994-10-13 06:21:23 +00:00
Richard M. Stallman
a4af02f3a3
entered into RCS
1994-10-13 04:05:41 +00:00
Richard M. Stallman
24470d727b
(top_distclean): Don't rm build-install.
...
(SOURCES): Delete build-install.in.
1994-10-13 04:04:30 +00:00
Richard M. Stallman
ac4eff2df3
Don't distribute build-ins.in.
1994-10-13 04:03:10 +00:00
Richard M. Stallman
842a884bb6
Comment change.
1994-10-13 03:57:45 +00:00
Richard M. Stallman
8c54a3ce68
Add keywords.
1994-10-13 03:55:22 +00:00
Richard M. Stallman
92b522930e
Include config.h.
1994-10-13 03:41:14 +00:00
Richard M. Stallman
716c3024cd
(ada-mode): Rename end-comment-column to ada-comment-end-column.
...
(ada-inline-comment): Likewise.
(ada-comment-end-column): Declare variable.
1994-10-13 03:35:55 +00:00
Richard M. Stallman
dab0cb9564
(change-log-mode-map): Move the definition up.
1994-10-13 03:29:22 +00:00
David J. MacKenzie
908477d9d3
Formerly INSTALL.~33~
1994-10-13 00:02:32 +00:00
David J. MacKenzie
3ae888e891
Formerly INSTALL.~32~
1994-10-12 23:32:33 +00:00
David J. MacKenzie
614b45a776
use mkinstalldirs instead of make-path
1994-10-12 23:29:23 +00:00
David J. MacKenzie
2d521ee66b
remove make-path
1994-10-12 23:28:43 +00:00
Richard M. Stallman
a4af9799a8
(LD_SWITCH_SYSTEM): New definition.
1994-10-12 23:28:02 +00:00
Richard M. Stallman
4a24b31474
(facemenu-read-color, facemenu-colors): New fn, var.
...
(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.
1994-10-12 23:23:23 +00:00
Richard M. Stallman
74b2c73714
(jka-compr-mode-compression-info-list): Add .tgz extension.
...
(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.
1994-10-12 23:12:25 +00:00
Richard M. Stallman
cea00ac381
Comment changes.
1994-10-12 21:28:00 +00:00
David J. MacKenzie
340ff9deae
Eliminate some -Wall warnings.
1994-10-12 20:21:51 +00:00
David J. MacKenzie
e2f9d9afab
Make functions that return nothing void, not implicitly int.
...
(main): Improve usage message.
(error): Write to stderr, not stdout.
1994-10-12 19:20:24 +00:00
Simon Marshall
c4ca8d660f
Removed setting of font-lock-keywords inadvertently left after last patch.
1994-10-12 16:03:28 +00:00