]>
git.eshelyaron.com Git - emacs.git/log
Richard M. Stallman [Mon, 15 Jan 1996 05:12:49 +0000 (05:12 +0000)]
(mouse-drag-region, mouse-drag-secondary): Bind echo-keystrokes to 0.
Richard M. Stallman [Mon, 15 Jan 1996 05:11:43 +0000 (05:11 +0000)]
(redisplay_window): Fix minor bug in Fset_marker call.
Richard M. Stallman [Mon, 15 Jan 1996 05:11:07 +0000 (05:11 +0000)]
(HAVE_XMU): Check for libXmu.a only if using toolkit
and use -lXt to link it.
Richard M. Stallman [Mon, 15 Jan 1996 05:08:57 +0000 (05:08 +0000)]
(auto-mode-alist): Add sgml-mode and html-mode.
(write-contents-hooks): Doc fix.
Richard M. Stallman [Mon, 15 Jan 1996 05:05:20 +0000 (05:05 +0000)]
(display_buffer_1): Don't deiconify the selected frame.
Richard M. Stallman [Mon, 15 Jan 1996 01:35:45 +0000 (01:35 +0000)]
(tar-summarize-buffer): Speed-up for large files.
Paul Eggert [Mon, 15 Jan 1996 01:17:56 +0000 (01:17 +0000)]
(initialize_fullname): Add support for NIS+.
(hostname): Fully qualify the default hostname with the domainname
if the hostname lacks a `.'.
Richard M. Stallman [Sun, 14 Jan 1996 23:24:40 +0000 (23:24 +0000)]
(desktop-read): Do nothing in batch mode.
Clear desktop-delay-hook after use. Simplify.
Karl Heuer [Sun, 14 Jan 1996 14:30:11 +0000 (14:30 +0000)]
Comment fixes.
Erik Naggum [Sun, 14 Jan 1996 09:58:28 +0000 (09:58 +0000)]
Update FSF's office address.
Erik Naggum [Sun, 14 Jan 1996 07:34:30 +0000 (07:34 +0000)]
Update FSF's address.
Erik Naggum [Sat, 13 Jan 1996 00:38:41 +0000 (00:38 +0000)]
Removed auto-mode-alist hacking for html-mode to files.el.
Erik Naggum [Sat, 13 Jan 1996 00:30:34 +0000 (00:30 +0000)]
Remove redundant auto-mode-alist hacking.
Erik Naggum [Fri, 12 Jan 1996 23:39:57 +0000 (23:39 +0000)]
(window_scroll): Fix typo in comment.
Richard M. Stallman [Fri, 12 Jan 1996 21:51:46 +0000 (21:51 +0000)]
(XTread_socket): For selection_clear_event and
selection_request_event, initialize the frame_or_window field.
Richard M. Stallman [Fri, 12 Jan 1996 21:49:26 +0000 (21:49 +0000)]
Comment change.
Richard M. Stallman [Fri, 12 Jan 1996 21:48:53 +0000 (21:48 +0000)]
(instantiate_widget_instance): Renamed from
instanciate_widget_instance (spelling correction).
All callers changed.
(merge_widget_value): Treat disappearance of entire contents
as a STRUCTURAL_CHANGE.
Richard M. Stallman [Fri, 12 Jan 1996 21:47:32 +0000 (21:47 +0000)]
(convert-standard-filename): Make sure firstdot is not nil.
Richard M. Stallman [Fri, 12 Jan 1996 21:43:15 +0000 (21:43 +0000)]
(struct input_event): Put frame_or_window last.
Richard M. Stallman [Fri, 12 Jan 1996 21:23:05 +0000 (21:23 +0000)]
(forward-page): Simplify how we avoid getting stuck when moving backwards.
Richard M. Stallman [Fri, 12 Jan 1996 21:14:51 +0000 (21:14 +0000)]
Also load for .sgm and .dtd files.
(sgml-specials, sgml-name-8bit-mode, sgml-char-names)
(sgml-font-lock-keywords, sgml-face-tag-alist, sgml-tag-face-alist)
(sgml-display-text, sgml-tag-alist, sgml-tag-help)
(sgml-auto-attributes): New variables.
(sgml-mode-common): New function.
(sgml-mode): Most code moved to it.
(sgml-name-char, sgml-name-self, sgml-maybe-name-self)
(sgml-name-8bit-mode, sgml-tag, sgml-attributes, sgml-auto-attributes)
(sgml-tag-help, sgml-maybe-end-tag, sgml-skip-tag-backward)
(sgml-skip-tag-forward, sgml-tags-invisible): New commands.
(sgml-beginning-of-tag, sgml-value): New functions.
Roland McGrath [Fri, 12 Jan 1996 19:52:53 +0000 (19:52 +0000)]
($(OLDXMENU) rules): Fix conditionals so no rules are defined when !HAVE_MENUS.
Richard M. Stallman [Fri, 12 Jan 1996 19:44:39 +0000 (19:44 +0000)]
(dos_rawgetc): Make buf longer.
Noah Friedman [Fri, 12 Jan 1996 18:30:11 +0000 (18:30 +0000)]
Noted that NCSA 1.5 httpd now uses this file.
Noah Friedman [Fri, 12 Jan 1996 18:20:27 +0000 (18:20 +0000)]
Various typos fixed by rms.
Richard M. Stallman [Fri, 12 Jan 1996 06:12:08 +0000 (06:12 +0000)]
(facemenu-add-face): Adding default to no region
once again sets it for following typed in text.
Richard M. Stallman [Fri, 12 Jan 1996 05:54:33 +0000 (05:54 +0000)]
(auto-insert-alist): For html-mode, use `sgml-tag'.
Richard M. Stallman [Fri, 12 Jan 1996 05:36:59 +0000 (05:36 +0000)]
Clarify write-contents-hooks.
Richard M. Stallman [Fri, 12 Jan 1996 05:28:46 +0000 (05:28 +0000)]
Many doc fixes.
(hs-hide-hook): Renamed from hs-hide-hooks.
(hs-show-hook): Renamed from hs-show-hooks.
Erik Naggum [Fri, 12 Jan 1996 01:51:05 +0000 (01:51 +0000)]
(apropos-print): Fix previous change to mouse message.
Richard M. Stallman [Thu, 11 Jan 1996 17:16:12 +0000 (17:16 +0000)]
(Fset_window_buffer): Call the window-scroll-functions.
Richard M. Stallman [Thu, 11 Jan 1996 17:11:39 +0000 (17:11 +0000)]
(sh-mode): Don't move point.
(sh-set-shell): New args NO-QUERY-FLAG and INSERT-FLAG.
Pass them to executable-set-magic.
Really set font-lock-syntax-table. Slight cleanups.
Richard M. Stallman [Thu, 11 Jan 1996 17:05:41 +0000 (17:05 +0000)]
Describe version-specific site-lisp dirs.
Capitalize Lisp.
Richard M. Stallman [Thu, 11 Jan 1996 16:37:29 +0000 (16:37 +0000)]
(dired-ls-F-marks-symlinks): Doc fix.
Erik Naggum [Wed, 10 Jan 1996 20:09:38 +0000 (20:09 +0000)]
(USE_X_TOOLKIT = maybe): Delete redundant `fi'.
Karl Heuer [Wed, 10 Jan 1996 19:46:03 +0000 (19:46 +0000)]
(consider_token): Fix typo in expression.
Karl Heuer [Wed, 10 Jan 1996 19:43:03 +0000 (19:43 +0000)]
(install-arch-indep): Ignore error if no chmod -R.
André Spiegel [Wed, 10 Jan 1996 15:27:49 +0000 (15:27 +0000)]
(vc-follow-symlinks): New variable.
(vc-find-file-hook): Use it.
André Spiegel [Wed, 10 Jan 1996 15:24:03 +0000 (15:24 +0000)]
(vc-cancel-version): Use search-forward to scan error message. Added
comments.
Roland McGrath [Wed, 10 Jan 1996 15:03:26 +0000 (15:03 +0000)]
(diff): Fix local compilation-exit-message-function to take the proper
arguments; remove gratuitous use of if around cond; return useful mode
line messages for normal completion.
Karl Heuer [Wed, 10 Jan 1996 01:30:06 +0000 (01:30 +0000)]
(imenu--create-keymap-2): Delete debugging line.
Karl Heuer [Wed, 10 Jan 1996 00:16:02 +0000 (00:16 +0000)]
(ange-ftp-name-format): Don't match "/:" or "/.:".
Karl Heuer [Tue, 9 Jan 1996 23:48:52 +0000 (23:48 +0000)]
(LIBS_TERMCAP): Definition deleted.
Karl Heuer [Tue, 9 Jan 1996 23:47:56 +0000 (23:47 +0000)]
Add #if 0 around everything but the include of sol2-4.h.
Karl Heuer [Tue, 9 Jan 1996 23:47:39 +0000 (23:47 +0000)]
Conditionalize many macro definitions on __hpux.
(NEED_BSDTTY): Delete duplicate definition.
Karl Heuer [Tue, 9 Jan 1996 23:47:09 +0000 (23:47 +0000)]
(x_handle_selection_notify): Give an indication
in reading_selection_reply of whether the request succeeded.
(x_get_foreign_selection): Do error if foreign selection was cleared.
Karl Heuer [Tue, 9 Jan 1996 23:46:53 +0000 (23:46 +0000)]
(display_text_line): Clear out redisplay_end_trigger
before calling the functions.
Karl Heuer [Tue, 9 Jan 1996 23:44:41 +0000 (23:44 +0000)]
(tgetent): Find all the tc caps that there are.
Karl Heuer [Tue, 9 Jan 1996 23:40:33 +0000 (23:40 +0000)]
(create_process): Restore the signal state
after vfork whether it succeeds or not.
Karl Heuer [Tue, 9 Jan 1996 23:40:19 +0000 (23:40 +0000)]
(read1): Use xmalloc and xrealloc, not malloc and realloc.
(dump_path): New static var.
(init_lread): Use that to record dump-time initial path.
Delete the local var dump_path; find Vsource_directory differently.
(syms_of_lread): staticpro it.
Karl Heuer [Tue, 9 Jan 1996 23:39:59 +0000 (23:39 +0000)]
(describe_map): New arg nomenu.
(describe_map_tree): Pass that arg.
Karl Heuer [Tue, 9 Jan 1996 23:39:43 +0000 (23:39 +0000)]
(do_auto_save_unwind): Don't close DESC if DESC < 0.
(Fdo_auto_save): Unconditionally set up unwind-protect.
Karl Heuer [Tue, 9 Jan 1996 23:38:34 +0000 (23:38 +0000)]
(main): In batch mode, don't handle SIGHUP if was ignored.
Block it while we decide what to do.
Karl Heuer [Tue, 9 Jan 1996 23:38:20 +0000 (23:38 +0000)]
(update_buffer_properties): Delete superfluous &'s.
Karl Heuer [Tue, 9 Jan 1996 23:38:07 +0000 (23:38 +0000)]
(init_display): Treat null string DISPLAY var like not set.
Karl Heuer [Tue, 9 Jan 1996 23:37:50 +0000 (23:37 +0000)]
(LOCALTIME_CACHE): Add #undef.
Karl Heuer [Tue, 9 Jan 1996 23:21:29 +0000 (23:21 +0000)]
Comment fixes.
Karl Heuer [Tue, 9 Jan 1996 23:20:39 +0000 (23:20 +0000)]
(x-cut-buffer-or-selection-value): Don't print messages
about failure to get selection or cut buffer.
Karl Heuer [Tue, 9 Jan 1996 23:20:20 +0000 (23:20 +0000)]
(using-unix-filesystems):
Don't do anything to write-contents-hooks.
Karl Heuer [Tue, 9 Jan 1996 23:20:11 +0000 (23:20 +0000)]
(tmm-menubar-mouse): Add autoload cookie.
Karl Heuer [Tue, 9 Jan 1996 23:19:53 +0000 (23:19 +0000)]
(sh-alias-alist): Don't map sh to bash.
(sh-canonicalize-shell): New function.
(sh-shell-file): Renamed from sh-shell-path.
(sh-set-shell): Don't set local-abbrev-table.
(sh-abbrevs): Variable and function definition commented out.
Karl Heuer [Tue, 9 Jan 1996 23:19:28 +0000 (23:19 +0000)]
(mh-display-msg): Use kill-local-variable
to clear out write-contents-hooks.
Karl Heuer [Tue, 9 Jan 1996 23:19:17 +0000 (23:19 +0000)]
(makefile-space-face): Don't work on
facemenu-unlisted-faces if it isn't bound.
Karl Heuer [Tue, 9 Jan 1996 23:19:05 +0000 (23:19 +0000)]
(emacs-lisp-byte-compile): Fix error message.
(emacs-lisp-compile-and-load): New function.
(emacs-lisp-mode-map): Add emacs-lisp-compile-and-load to menu bar.
Karl Heuer [Tue, 9 Jan 1996 23:18:40 +0000 (23:18 +0000)]
(iso-accents-accent-key): Check iso-accents-enable here.
(iso-accents-customize): Define all possible accent keys with
translations, not just the enabled ones.
Don't bind iso-accents-enable around the initial call to this function.
(iso-accents-enable): Make the default once again include all prefixes.
Karl Heuer [Tue, 9 Jan 1996 23:18:21 +0000 (23:18 +0000)]
(imenu--create-keymap-2): Fix bug in constructing
the lambda expression. Use backquote. Don't use incf.
Karl Heuer [Tue, 9 Jan 1996 23:18:07 +0000 (23:18 +0000)]
(fill-region-as-paragraph): Check again for reaching
the end of the paragraph, after we adjust for places we can't break
and make sure to keep at least one word.
Karl Heuer [Tue, 9 Jan 1996 23:17:37 +0000 (23:17 +0000)]
(write-contents-hooks): Call make-variable-buffer-local.
Doc fix.
(local-write-file-hooks, write-file-hooks): Doc fixes.
Karl Heuer [Tue, 9 Jan 1996 23:17:18 +0000 (23:17 +0000)]
(executable-find): Renamed from `executable'.
(executable-set-magic): Use new name `executable'. Fix messages.
Add save-excursion. Don't test this-command--use interactive
to get the information. Simplify considerably.
Karl Heuer [Tue, 9 Jan 1996 23:16:41 +0000 (23:16 +0000)]
(menu-bar-emerge-menu): Delete spaces before `...'.
Karl Heuer [Tue, 9 Jan 1996 23:16:28 +0000 (23:16 +0000)]
Delete spaces before `...' in menu strings.
Karl Heuer [Tue, 9 Jan 1996 23:16:13 +0000 (23:16 +0000)]
(easy-menu-define): Doc fix.
Karl Heuer [Tue, 9 Jan 1996 23:15:52 +0000 (23:15 +0000)]
(dired-standard-move-to-filename-regexp): New variable.
(dired-insert-directory): Don't alter environment if would use the
C locale anyway, or if dired-move-to-filename-regexp has been
changed from the default value.
When changing the environment, avoid need for setenv.
Karl Heuer [Tue, 9 Jan 1996 23:14:47 +0000 (23:14 +0000)]
(diff): Set compilation-exit-message-function.
Karl Heuer [Tue, 9 Jan 1996 23:08:24 +0000 (23:08 +0000)]
(edt-emulation-on): system-type is a symbol.
Karl Heuer [Tue, 9 Jan 1996 23:07:49 +0000 (23:07 +0000)]
(apropos-print): Fix message about mouse command.
Karl Heuer [Tue, 9 Jan 1996 23:05:28 +0000 (23:05 +0000)]
(../info/ccmode): Renamed from ../info/cc-mode.
(INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
Karl Heuer [Tue, 9 Jan 1996 22:59:24 +0000 (22:59 +0000)]
Recompile outdated .elc files and update all autoloads.
Karl Heuer [Tue, 9 Jan 1996 22:56:20 +0000 (22:56 +0000)]
(locallisppath): Put version-specific dir first.
(hppa-*-nextstep*): New alternative.
(USE_X_TOOLKIT): By default, set this to "maybe";
and change that later to LUCID or "no" according to X11 version.
Erik Naggum [Tue, 9 Jan 1996 03:58:16 +0000 (03:58 +0000)]
(Fexecute_kbd_macro): Reindent properly.
Karl Heuer [Tue, 9 Jan 1996 03:16:51 +0000 (03:16 +0000)]
(Fapropos_internal): Fix previous change.
Karl Heuer [Tue, 9 Jan 1996 03:01:48 +0000 (03:01 +0000)]
(Fdefine_abbrev_table): Fix previous change.
Karl Heuer [Tue, 9 Jan 1996 02:55:53 +0000 (02:55 +0000)]
(Fset_char_table_parent): Fix previous change.
Karl Heuer [Tue, 9 Jan 1996 02:52:23 +0000 (02:52 +0000)]
(Flognot): Fix previous change.
Erik Naggum [Tue, 9 Jan 1996 02:44:30 +0000 (02:44 +0000)]
(Fmake_symbol): Harmonize arguments with documentation (correctly).
Karl Heuer [Tue, 9 Jan 1996 02:34:30 +0000 (02:34 +0000)]
(Fexecute_kbd_macro): Local var `pdlcount' renamed from
`count' to remove collision with recently renamed argument.
Erik Naggum [Tue, 9 Jan 1996 02:21:31 +0000 (02:21 +0000)]
(Fmake_symbol): Harmonize arguments with documentation.
Erik Naggum [Tue, 9 Jan 1996 02:12:16 +0000 (02:12 +0000)]
(Feval_buffer, Feval_region, Fintern, Fintern_soft): Harmonize arguments
with documentation.
Erik Naggum [Tue, 9 Jan 1996 02:03:13 +0000 (02:03 +0000)]
(Frandom, Flength, Felt, Fsort, Fchar_table_subtype, Fchar_table_parent,
Fset_char_table_parent, Fchar_table_extra_slot, Fset_char_table_extra_slot,
Fchar_table_range, Fset_char_table_range, Fmap_char_table, Fmapconcat,
Fmapcar): Harmonize arguments with documentation.
Erik Naggum [Tue, 9 Jan 1996 00:34:18 +0000 (00:34 +0000)]
(Fpixmap_spec_p): Harmonize arguments with documentation.
Erik Naggum [Tue, 9 Jan 1996 00:34:12 +0000 (00:34 +0000)]
(Fwindowp, Fwindow_live_p, Fother_window, Fenlarge_window, Fshrink_window,
Fscroll_up, Fscroll_down, Fscroll_other_window, Fscroll_left,
Fscroll_right, Frecenter, Fwindow_configuration_p): Harmonize arguments
with documentation.
Erik Naggum [Tue, 9 Jan 1996 00:34:01 +0000 (00:34 +0000)]
(Ftext_properties_at, Fget_text_property, Fget_char_property,
Fnext_property_change, Fnext_single_property_change,
Fprevious_property_change, Fprevious_single_property_change,
Fadd_text_properties, Fput_text_property, Fset_text_properties,
Fremove_text_properties, Ftext_property_any, Ftext_property_not_all):
Harmonize arguments with documentation.
Erik Naggum [Tue, 9 Jan 1996 00:33:54 +0000 (00:33 +0000)]
(Fsyntax_table_p, Fchar_syntax, Fmatching_paren, Fmodify_syntax_entry):
Harmonize arguments with documentation.
Erik Naggum [Tue, 9 Jan 1996 00:33:47 +0000 (00:33 +0000)]
(Fmatch_end, Fregexp_quote): Harmonize arguments with documentation.
Erik Naggum [Tue, 9 Jan 1996 00:33:39 +0000 (00:33 +0000)]
(Fprocessp, Fget_buffer_process, Fdelete_process, Fprocess_status,
Fprocess_exit_status, Fprocess_id, Fprocess_name, Fprocess_command,
Fprocess_tty_name, Fset_process_buffer, Fprocess_buffer, Fprocess_mark,
Fset_process_filter, Fprocess_filter, Fset_process_sentinel,
Fprocess_sentinel, Fset_process_window_size, Fprocess_kill_without_query,
Faccept_process_output): Harmonize arguments with documentation.
Erik Naggum [Tue, 9 Jan 1996 00:33:28 +0000 (00:33 +0000)]
(Fwrite_char, Fprin1, Fprin1_to_string, Fprinc, Fprint): Harmonize
arguments with documentation.
Erik Naggum [Tue, 9 Jan 1996 00:33:22 +0000 (00:33 +0000)]
(Ftry_completion, Fall_completions, Fcompleting_read): Harmonize arguments
with documentation.
Erik Naggum [Tue, 9 Jan 1996 00:33:13 +0000 (00:33 +0000)]
(Fset_marker): Harmonize arguments with documentation.
Erik Naggum [Tue, 9 Jan 1996 00:33:09 +0000 (00:33 +0000)]
(Fend_kbd_macro, Fexecute_kbd_macro): Harmonize arguments with
documentation.
Erik Naggum [Tue, 9 Jan 1996 00:33:04 +0000 (00:33 +0000)]
(Fkeymapp, Fdefine_prefix_command, Faccessible_keymaps,
Ftext_char_description, Fapropos_internal): Harmonize arguments with
documentation.