]>
git.eshelyaron.com Git - emacs.git/log
Richard M. Stallman [Fri, 7 Apr 1995 07:35:53 +0000 (07:35 +0000)]
Comment change.
Richard M. Stallman [Fri, 7 Apr 1995 07:34:13 +0000 (07:34 +0000)]
Comment changes.
Richard M. Stallman [Fri, 7 Apr 1995 07:32:44 +0000 (07:32 +0000)]
Accept -lites* as op sys.
Richard M. Stallman [Fri, 7 Apr 1995 07:29:33 +0000 (07:29 +0000)]
(byte-compile-output-docform): Output doc string position
as negative number, if doc string starts with *.
Richard M. Stallman [Fri, 7 Apr 1995 07:18:00 +0000 (07:18 +0000)]
(get_doc_string): In (STRING . INTEGER), if INTEGER
is negative, negate it.
Richard M. Stallman [Fri, 7 Apr 1995 07:17:19 +0000 (07:17 +0000)]
(Fuser_variable_p): For (STRING . INTEGER), test sign.
Richard M. Stallman [Fri, 7 Apr 1995 06:54:50 +0000 (06:54 +0000)]
(C_SWITCH_X_SYSTEM): Defined.
Richard M. Stallman [Fri, 7 Apr 1995 06:36:45 +0000 (06:36 +0000)]
Use $ at end when searching for mail-header-separator.
Richard M. Stallman [Fri, 7 Apr 1995 06:30:40 +0000 (06:30 +0000)]
(LIBS_SYSTEM): New override definition.
Richard M. Stallman [Fri, 7 Apr 1995 06:02:37 +0000 (06:02 +0000)]
(fill-region-as-paragraph): If JUSTIFY is non-nil,
pass t to justify-current-line.
Richard M. Stallman [Fri, 7 Apr 1995 05:46:47 +0000 (05:46 +0000)]
(lwlib.o): Depend on Makefile.
Richard M. Stallman [Fri, 7 Apr 1995 05:44:36 +0000 (05:44 +0000)]
(remove_grabs): Use type Widget for `menu'.
Richard M. Stallman [Fri, 7 Apr 1995 05:32:09 +0000 (05:32 +0000)]
(Fmake_overlay): Use XMISCTYPE.
Richard M. Stallman [Fri, 7 Apr 1995 05:28:07 +0000 (05:28 +0000)]
(Fmake_marker, mark_object): Use XMISCTYPE.
(clear_marks, gc_sweep): Use u_marker union elt to extrat misc type.
Richard M. Stallman [Fri, 7 Apr 1995 05:21:50 +0000 (05:21 +0000)]
(defvar_int, defvar_bool, defvar_lisp_nopro, defvar_kboard)
(defvar_per_buffer): Use XMISCTYPE.
Richard M. Stallman [Fri, 7 Apr 1995 05:20:19 +0000 (05:20 +0000)]
(print): Use XMISCTYPE.
Richard M. Stallman [Fri, 7 Apr 1995 05:19:14 +0000 (05:19 +0000)]
(internal_equal): Use XMISCTYPE.
Richard M. Stallman [Fri, 7 Apr 1995 05:17:56 +0000 (05:17 +0000)]
(Ftype_of, do_symval_forwarding, store_symval_forwarding)
(find_symbol_value, Fmake_variable_buffer_local, Fmake_local_variable):
Use XMISCTYPE.
Richard M. Stallman [Fri, 7 Apr 1995 03:59:57 +0000 (03:59 +0000)]
(intern_face): Cast FONT_DEFAULT to (XFontStruct *)
for comparison with face->font.
Richard M. Stallman [Fri, 7 Apr 1995 03:39:07 +0000 (03:39 +0000)]
(frame_vector): New static variable.
(syms_of_xmenu): staticpro it.
(frame_vector_add_frame): New function.
(set_frame_menubar): Use frame_vector; use index as the widget id.
(free_frame_menubar): Likewise. Remove the frame from frame_vector.
(menubar_selection_callback): Use frame_vector to turn id into frame.
Richard M. Stallman [Fri, 7 Apr 1995 02:59:03 +0000 (02:59 +0000)]
(CHECK_IMPURE): Remove & from before my_edata.
Karl Heuer [Fri, 7 Apr 1995 02:21:52 +0000 (02:21 +0000)]
Update copyright.
Karl Heuer [Fri, 7 Apr 1995 01:20:53 +0000 (01:20 +0000)]
Update copyright.
Richard M. Stallman [Fri, 7 Apr 1995 01:03:01 +0000 (01:03 +0000)]
(main): Cast arg to `brk'.
Richard M. Stallman [Fri, 7 Apr 1995 01:01:25 +0000 (01:01 +0000)]
[Berkeley sockets version] (main): Declare getcwd.
Karl Heuer [Fri, 7 Apr 1995 00:16:13 +0000 (00:16 +0000)]
Update copyright.
Richard M. Stallman [Thu, 6 Apr 1995 23:11:37 +0000 (23:11 +0000)]
Don't call the special math functions "transcendental".
Richard M. Stallman [Thu, 6 Apr 1995 21:55:02 +0000 (21:55 +0000)]
Treat __NetBSD__ like __FreeBSD__.
Richard M. Stallman [Thu, 6 Apr 1995 21:53:21 +0000 (21:53 +0000)]
(install-arch-indep): Undo Sep 23 change.
Richard M. Stallman [Thu, 6 Apr 1995 21:36:55 +0000 (21:36 +0000)]
(install-arch-indep, dist): look for `update-subdir' in $(srcdir).
Karl Heuer [Thu, 6 Apr 1995 21:09:09 +0000 (21:09 +0000)]
(lib-src): Don't copy *.lex; it doesn't exist anymore.
(man): Don't copy texindex.c and getopt.c; they're deleted.
(etc): Omit `e'; it's a subdirectory.
(etc/e): Use `../..', not `..', to reference top level.
Richard M. Stallman [Thu, 6 Apr 1995 20:10:15 +0000 (20:10 +0000)]
Fix typo.
Richard M. Stallman [Thu, 6 Apr 1995 20:05:39 +0000 (20:05 +0000)]
(desktop-save): Use dired-directory as name
of top-level in order to capture wildcards used.
(desktop-buffer-dired): Skip possible wildcard when checking
for directory existance. Use dired-insert-subdir, not
dired-maybe-insert-subdir.
Richard M. Stallman [Thu, 6 Apr 1995 19:51:16 +0000 (19:51 +0000)]
Include mkinstalldirs in distribution.
Karl Heuer [Thu, 6 Apr 1995 19:25:20 +0000 (19:25 +0000)]
(write-file): Fix arg count in call to y-or-n-p.
Karl Heuer [Thu, 6 Apr 1995 18:57:58 +0000 (18:57 +0000)]
(Fplist_put): Fix missing \n\.
Karl Heuer [Thu, 6 Apr 1995 18:51:54 +0000 (18:51 +0000)]
(x_window_to_frame): Skip non-X frames before testing dpyinfo.
[USE_X_TOOLKIT] (x_any_window_to_frame, x_top_window_to_frame): Ditto.
Simon Marshall [Thu, 6 Apr 1995 12:18:08 +0000 (12:18 +0000)]
Doc fixes to match declared args.
Richard M. Stallman [Thu, 6 Apr 1995 08:44:21 +0000 (08:44 +0000)]
(menu-bar-bookmark-map): Autoload each form
used to set up this variable's value, so that the whole job
is done in loaddefs.el.
(bookmark-menu-locate, bookmark-menu-jump, bookmark-menu-insert)
(bookmark-menu-delete, bookmark-menu-rename): Add autoloads.
Richard M. Stallman [Thu, 6 Apr 1995 08:42:37 +0000 (08:42 +0000)]
(ispell-menu-map-needed): Delete test for menu-bar feature.
Richard M. Stallman [Thu, 6 Apr 1995 08:11:31 +0000 (08:11 +0000)]
(BASE_PURESIZE): Increment to 310000.
Richard M. Stallman [Thu, 6 Apr 1995 08:00:00 +0000 (08:00 +0000)]
(list-buffers-noselect): Put buffer name in a text
property on the buffer's name. Put in mouse-face prop here too.
Set Buffer-menu-buffer-column here.
(Buffer-menu-mode): Don't do those things here.
(Buffer-menu-buffer): Use text properties.
(Buffer-menu-buffer-name-position): Function deleted.
Richard M. Stallman [Thu, 6 Apr 1995 06:58:50 +0000 (06:58 +0000)]
(Fkill_buffer): Call reset_buffer_local_variables
and swap_out_buffer_local_variables.
(swap_out_buffer_local_variables): New subroutine.
(Fkill_all_local_variables): Use that subroutine.
Richard M. Stallman [Thu, 6 Apr 1995 05:18:35 +0000 (05:18 +0000)]
(Flooking_at, Fposix_looking_at): Change arg name.
Richard M. Stallman [Thu, 6 Apr 1995 04:33:59 +0000 (04:33 +0000)]
(reporter-submit-bug-report): Give up if mailer
command returns nil. Fix error message syntax.
(reporter-bug-hook): Fix error message syntax.
Richard M. Stallman [Thu, 6 Apr 1995 02:53:19 +0000 (02:53 +0000)]
(Fraise_frame, Flower_frame): Now interactive.
Richard M. Stallman [Thu, 6 Apr 1995 02:12:11 +0000 (02:12 +0000)]
(tar-mode-map): Fix typo for tar-display-other-file.
Karl Heuer [Wed, 5 Apr 1995 20:46:40 +0000 (20:46 +0000)]
Add missing close backquote.
Karl Heuer [Wed, 5 Apr 1995 19:32:55 +0000 (19:32 +0000)]
(tempo-build-collection): Clear flag after computing
return value.
Karl Heuer [Wed, 5 Apr 1995 04:21:15 +0000 (04:21 +0000)]
(ispell-personal-dictionary): Add autoload.
Karl Heuer [Wed, 5 Apr 1995 03:34:40 +0000 (03:34 +0000)]
Change bindings of event-apply-control-modifier,
event-apply-meta-modifier, event-apply-hyper-modifier,
event-apply-shift-modifier, event-apply-alt-modifier, and
event-apply-super-modifier, in function-key-map, to use C-x @
instead of C-x ESC. Using escape causes problems since that's
in function-key-map itself.
Karl Heuer [Wed, 5 Apr 1995 03:05:26 +0000 (03:05 +0000)]
(Ffetch_bytecode): New function.
(funcall_lambda): Call it.
(syms_of_eval): defsubr it.
Karl Heuer [Wed, 5 Apr 1995 03:04:48 +0000 (03:04 +0000)]
Declare Ffetch_bytecode.
Karl Heuer [Wed, 5 Apr 1995 03:04:02 +0000 (03:04 +0000)]
(byte-compile-inline-expand): Fetch actual bytecode
before inlining a lazy function.
Karl Heuer [Wed, 5 Apr 1995 01:17:41 +0000 (01:17 +0000)]
(tempo-dolist): Don't use `cadr'.
Karl Heuer [Tue, 4 Apr 1995 22:48:16 +0000 (22:48 +0000)]
(event-apply-modifier): Fix off-by-one errors.
Karl Heuer [Tue, 4 Apr 1995 21:11:29 +0000 (21:11 +0000)]
(aixcc, aixcc.c): Targets deleted.
(SOURCES, distclean): Removed obsolete references to aixcc.
Karl Heuer [Tue, 4 Apr 1995 03:00:59 +0000 (03:00 +0000)]
Fix comments.
Karl Heuer [Mon, 3 Apr 1995 23:37:17 +0000 (23:37 +0000)]
New arg DPYINFO to all callers of x_window_to_frame, x_any_window_to_frame,
and x_top_window_to_frame.
Karl Heuer [Mon, 3 Apr 1995 23:34:26 +0000 (23:34 +0000)]
(x_window_to_frame): New arg DPYINFO. All callers changed.
(x_any_window_to_frame, x_top_window_to_frame): Likewise.
Richard M. Stallman [Mon, 3 Apr 1995 22:23:51 +0000 (22:23 +0000)]
(tempo-insert): Added the P tag and modified the s tag accordingly
(tempo-insert-named): Checks for valid name, insert mark otherwise.
(tempo-dolist): Changed (cadr ...) to (car (cdr ...))
(tempo-expand-if-complete): New function
Karl Heuer [Mon, 3 Apr 1995 22:16:16 +0000 (22:16 +0000)]
(main): Start with an empty message log.
Karl Heuer [Mon, 3 Apr 1995 22:14:27 +0000 (22:14 +0000)]
(Fy_or_n_p): Don't log prompt.
(Fyes_or_no_p): Fix typo in doc string.
Karl Heuer [Mon, 3 Apr 1995 22:10:36 +0000 (22:10 +0000)]
(message_nolog): New function.
Karl Heuer [Mon, 3 Apr 1995 22:08:29 +0000 (22:08 +0000)]
(message_nolog): Declare this function.
Karl Heuer [Mon, 3 Apr 1995 21:48:34 +0000 (21:48 +0000)]
Declare Vmessage_log_max.
Richard M. Stallman [Mon, 3 Apr 1995 21:38:06 +0000 (21:38 +0000)]
(apropos): Use apropos-worthy-symbol-p as default predicate.
(apropos-worthy-symbol-p): New function.
Karl Heuer [Mon, 3 Apr 1995 21:37:39 +0000 (21:37 +0000)]
(set-auto-mode): Fix previous change.
Richard M. Stallman [Mon, 3 Apr 1995 21:34:15 +0000 (21:34 +0000)]
(oblookup): Save bucket num in oblookup_last_bucket_number.
(Funintern): New function.
(syms_of_lread): defsubr it.
Simon Marshall [Mon, 3 Apr 1995 13:06:25 +0000 (13:06 +0000)]
Added support for special (quoted) characters in file names:
new functions comint-quote-filename and comint-unquote-filename, using
new variable comint-file-name-quote-list.
Changed comint-word, comint-match-partial-filename and
comint-dynamic-list-filename-completions to support character quoting.
Made comint-dynamic-complete-as-filename and comint-dynamic-simple-complete use
strings of comint-completion-addsuffix for completion, if a cons pair.
Simon Marshall [Mon, 3 Apr 1995 13:01:15 +0000 (13:01 +0000)]
Set comint-file-name-quote-list to new shell-file-name-quote-list.
Richard M. Stallman [Sun, 2 Apr 1995 22:14:17 +0000 (22:14 +0000)]
Don't distribute shortnames directory.
Richard M. Stallman [Sun, 2 Apr 1995 07:45:35 +0000 (07:45 +0000)]
Explain why public domain.
Richard M. Stallman [Sun, 2 Apr 1995 07:34:28 +0000 (07:34 +0000)]
Comment change.
Richard M. Stallman [Sun, 2 Apr 1995 05:46:12 +0000 (05:46 +0000)]
(menu-bar-edit-menu): Capitalize an item name.
(menu-bar-tools-menu): Add verb to Calendar item.
(menu-bar-help-menu): Rename Info to Browse Manuals.
Richard M. Stallman [Sun, 2 Apr 1995 05:40:43 +0000 (05:40 +0000)]
(mail-mode-map): Longer title for headers submenu.
Richard M. Stallman [Sun, 2 Apr 1995 02:22:14 +0000 (02:22 +0000)]
(inhibit-first-line-modes-suffixes): New variable.
(set-auto-mode): Use it.
(inhibit-first-line-modes-regexps): Use \\', not $.
Richard M. Stallman [Sun, 2 Apr 1995 02:21:56 +0000 (02:21 +0000)]
(jka-compr-install): Add items to inhibit-first-line-modes-suffixes.
Richard M. Stallman [Sun, 2 Apr 1995 00:11:19 +0000 (00:11 +0000)]
(fill-region-as-paragraph): Remove fill-prefix first, then remove indentation.
Richard M. Stallman [Sat, 1 Apr 1995 05:01:32 +0000 (05:01 +0000)]
(unrmail): Don't make or switch to a summary buffer.
Richard M. Stallman [Sat, 1 Apr 1995 04:46:15 +0000 (04:46 +0000)]
(Fdirectory_files): Fix bug in IS_ANY_SEP usage introduced in Oct 30 change.
Richard M. Stallman [Fri, 31 Mar 1995 19:36:02 +0000 (19:36 +0000)]
(rmail-summary-toggle-header): Make header visible in message buffer.
Karl Heuer [Fri, 31 Mar 1995 19:26:53 +0000 (19:26 +0000)]
(command_loop_1): If we ignore force_start, then also
ignore beg_unchanged and end_unchanged.
Richard M. Stallman [Fri, 31 Mar 1995 19:23:55 +0000 (19:23 +0000)]
(scheme-indent-sexp): Don't fail when
calculate-scheme-indent returns a one-element list.
Richard M. Stallman [Fri, 31 Mar 1995 19:16:44 +0000 (19:16 +0000)]
(isfloat_string): Permit trailing space.
Karl Heuer [Fri, 31 Mar 1995 19:13:22 +0000 (19:13 +0000)]
Fix comment.
Karl Heuer [Fri, 31 Mar 1995 18:52:51 +0000 (18:52 +0000)]
(insert-kbd-macro): Do something reasonable for vectors.
Richard M. Stallman [Fri, 31 Mar 1995 17:47:32 +0000 (17:47 +0000)]
[MULTI_FRAME] (Factive_minibuffer_window): New function.
[MULTI_FRAME] (syms_of_frame): Defsubr it.
Richard M. Stallman [Fri, 31 Mar 1995 06:25:17 +0000 (06:25 +0000)]
Delete extension language project. Add GNUstep. Move empire-builder.
State Fortran is in beta test.
Karl Heuer [Fri, 31 Mar 1995 04:51:59 +0000 (04:51 +0000)]
(event_to_kboard): Ignore dead frames.
(kbd_buffer_get_event): In batch mode, use current_kboard.
Karl Heuer [Fri, 31 Mar 1995 03:57:05 +0000 (03:57 +0000)]
(x_delete_display): Extract kboard deletion, for modularity.
Karl Heuer [Fri, 31 Mar 1995 03:56:30 +0000 (03:56 +0000)]
(wipe_kboard): Make this function static.
(delete_kboard): New function, extracted from x_delete_display.
Karl Heuer [Fri, 31 Mar 1995 03:53:28 +0000 (03:53 +0000)]
Declare function delete_kboard.
Karl Heuer [Fri, 31 Mar 1995 03:40:45 +0000 (03:40 +0000)]
(struct x_display_info): New member cut_buffers_initialized.
Karl Heuer [Fri, 31 Mar 1995 03:40:24 +0000 (03:40 +0000)]
(x_term_init): Initialize cut_buffers_initialized.
Karl Heuer [Fri, 31 Mar 1995 03:40:01 +0000 (03:40 +0000)]
(Fx_store_cut_buffer_internal): Use the flag in the
frame's x_display_info, not a global flag.
(Fx_rotate_cut_buffers_internal): Likewise.
Richard M. Stallman [Fri, 31 Mar 1995 01:56:18 +0000 (01:56 +0000)]
(insert-directory): Use \ before insert-directory-program
to ignore shell aliasing.
Richard M. Stallman [Fri, 31 Mar 1995 01:48:40 +0000 (01:48 +0000)]
(choose-completion-string): Use active-minibuffer-window.
Richard M. Stallman [Fri, 31 Mar 1995 00:18:38 +0000 (00:18 +0000)]
(dired-add-entry): If ange-ftp inserted the file's absolute name, fix that.
Karl Heuer [Fri, 31 Mar 1995 00:09:19 +0000 (00:09 +0000)]
(sort_args): Skip strncmp if longname is a null pointer.