bpt/emacs.git
28 years ago(x_handle_selection_notify): Give an indication
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.

28 years ago(display_text_line): Clear out redisplay_end_trigger
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.

28 years ago(tgetent): Find all the tc caps that there are.
Karl Heuer [Tue, 9 Jan 1996 23:44:41 +0000 (23:44 +0000)]
(tgetent): Find all the tc caps that there are.

28 years ago(create_process): Restore the signal state
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.

28 years ago(read1): Use xmalloc and xrealloc, not malloc and realloc.
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.

28 years ago(describe_map): New arg nomenu.
Karl Heuer [Tue, 9 Jan 1996 23:39:59 +0000 (23:39 +0000)]
(describe_map): New arg nomenu.
(describe_map_tree): Pass that arg.

28 years ago(do_auto_save_unwind): Don't close DESC if DESC < 0.
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.

28 years ago(main): In batch mode, don't handle SIGHUP if was ignored.
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.

28 years ago(update_buffer_properties): Delete superfluous &'s.
Karl Heuer [Tue, 9 Jan 1996 23:38:20 +0000 (23:38 +0000)]
(update_buffer_properties): Delete superfluous &'s.

28 years ago(init_display): Treat null string DISPLAY var like not set.
Karl Heuer [Tue, 9 Jan 1996 23:38:07 +0000 (23:38 +0000)]
(init_display): Treat null string DISPLAY var like not set.

28 years ago(LOCALTIME_CACHE): Add #undef.
Karl Heuer [Tue, 9 Jan 1996 23:37:50 +0000 (23:37 +0000)]
(LOCALTIME_CACHE): Add #undef.

28 years agoComment fixes.
Karl Heuer [Tue, 9 Jan 1996 23:21:29 +0000 (23:21 +0000)]
Comment fixes.

28 years ago(x-cut-buffer-or-selection-value): Don't print messages
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.

28 years ago(using-unix-filesystems):
Karl Heuer [Tue, 9 Jan 1996 23:20:20 +0000 (23:20 +0000)]
(using-unix-filesystems):
Don't do anything to write-contents-hooks.

28 years ago(tmm-menubar-mouse): Add autoload cookie.
Karl Heuer [Tue, 9 Jan 1996 23:20:11 +0000 (23:20 +0000)]
(tmm-menubar-mouse): Add autoload cookie.

28 years ago(sh-alias-alist): Don't map sh to bash.
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.

28 years ago(mh-display-msg): Use kill-local-variable
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.

28 years ago(makefile-space-face): Don't work on
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.

28 years ago(emacs-lisp-byte-compile): Fix error message.
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.

28 years ago(iso-accents-accent-key): Check iso-accents-enable here.
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.

28 years ago(imenu--create-keymap-2): Fix bug in constructing
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.

28 years ago(fill-region-as-paragraph): Check again for reaching
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.

28 years ago(write-contents-hooks): Call make-variable-buffer-local.
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.

28 years ago(executable-find): Renamed from `executable'.
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.

28 years ago(menu-bar-emerge-menu): Delete spaces before `...'.
Karl Heuer [Tue, 9 Jan 1996 23:16:41 +0000 (23:16 +0000)]
(menu-bar-emerge-menu): Delete spaces before `...'.

28 years agoDelete spaces before `...' in menu strings.
Karl Heuer [Tue, 9 Jan 1996 23:16:28 +0000 (23:16 +0000)]
Delete spaces before `...' in menu strings.

28 years ago(easy-menu-define): Doc fix.
Karl Heuer [Tue, 9 Jan 1996 23:16:13 +0000 (23:16 +0000)]
(easy-menu-define): Doc fix.

28 years ago(dired-standard-move-to-filename-regexp): New variable.
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.

28 years ago(diff): Set compilation-exit-message-function.
Karl Heuer [Tue, 9 Jan 1996 23:14:47 +0000 (23:14 +0000)]
(diff): Set compilation-exit-message-function.

28 years ago(edt-emulation-on): system-type is a symbol.
Karl Heuer [Tue, 9 Jan 1996 23:08:24 +0000 (23:08 +0000)]
(edt-emulation-on): system-type is a symbol.

28 years ago(apropos-print): Fix message about mouse command.
Karl Heuer [Tue, 9 Jan 1996 23:07:49 +0000 (23:07 +0000)]
(apropos-print): Fix message about mouse command.

28 years ago(../info/ccmode): Renamed from ../info/cc-mode.
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.

28 years agoRecompile outdated .elc files and update all autoloads.
Karl Heuer [Tue, 9 Jan 1996 22:59:24 +0000 (22:59 +0000)]
Recompile outdated .elc files and update all autoloads.

28 years ago(locallisppath): Put version-specific dir first.
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.

28 years ago(Fexecute_kbd_macro): Reindent properly.
Erik Naggum [Tue, 9 Jan 1996 03:58:16 +0000 (03:58 +0000)]
(Fexecute_kbd_macro): Reindent properly.

28 years ago(Fapropos_internal): Fix previous change.
Karl Heuer [Tue, 9 Jan 1996 03:16:51 +0000 (03:16 +0000)]
(Fapropos_internal): Fix previous change.

28 years ago(Fdefine_abbrev_table): Fix previous change.
Karl Heuer [Tue, 9 Jan 1996 03:01:48 +0000 (03:01 +0000)]
(Fdefine_abbrev_table): Fix previous change.

28 years ago(Fset_char_table_parent): Fix previous change.
Karl Heuer [Tue, 9 Jan 1996 02:55:53 +0000 (02:55 +0000)]
(Fset_char_table_parent): Fix previous change.

28 years ago(Flognot): Fix previous change.
Karl Heuer [Tue, 9 Jan 1996 02:52:23 +0000 (02:52 +0000)]
(Flognot): Fix previous change.

28 years ago(Fmake_symbol): Harmonize arguments with documentation (correctly).
Erik Naggum [Tue, 9 Jan 1996 02:44:30 +0000 (02:44 +0000)]
(Fmake_symbol): Harmonize arguments with documentation (correctly).

28 years ago(Fexecute_kbd_macro): Local var `pdlcount' renamed from
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.

28 years ago(Fmake_symbol): Harmonize arguments with documentation.
Erik Naggum [Tue, 9 Jan 1996 02:21:31 +0000 (02:21 +0000)]
(Fmake_symbol): Harmonize arguments with documentation.

28 years ago(Feval_buffer, Feval_region, Fintern, Fintern_soft): Harmonize arguments
Erik Naggum [Tue, 9 Jan 1996 02:12:16 +0000 (02:12 +0000)]
(Feval_buffer, Feval_region, Fintern, Fintern_soft): Harmonize arguments
with documentation.

28 years ago(Frandom, Flength, Felt, Fsort, Fchar_table_subtype, Fchar_table_parent,
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.

28 years ago(Fpixmap_spec_p): Harmonize arguments with documentation.
Erik Naggum [Tue, 9 Jan 1996 00:34:18 +0000 (00:34 +0000)]
(Fpixmap_spec_p): Harmonize arguments with documentation.

28 years ago(Fwindowp, Fwindow_live_p, Fother_window, Fenlarge_window, Fshrink_window,
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.

28 years ago(Ftext_properties_at, Fget_text_property, Fget_char_property,
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.

28 years ago(Fsyntax_table_p, Fchar_syntax, Fmatching_paren, Fmodify_syntax_entry):
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.

28 years ago(Fmatch_end, Fregexp_quote): 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.

28 years ago(Fprocessp, Fget_buffer_process, Fdelete_process, Fprocess_status,
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.

28 years ago(Fwrite_char, Fprin1, Fprin1_to_string, Fprinc, Fprint): Harmonize
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.

28 years ago(Ftry_completion, Fall_completions, Fcompleting_read): Harmonize arguments
Erik Naggum [Tue, 9 Jan 1996 00:33:22 +0000 (00:33 +0000)]
(Ftry_completion, Fall_completions, Fcompleting_read): Harmonize arguments
with documentation.

28 years ago(Fset_marker): Harmonize arguments with documentation.
Erik Naggum [Tue, 9 Jan 1996 00:33:13 +0000 (00:33 +0000)]
(Fset_marker): Harmonize arguments with documentation.

28 years ago(Fend_kbd_macro, Fexecute_kbd_macro): Harmonize arguments with
Erik Naggum [Tue, 9 Jan 1996 00:33:09 +0000 (00:33 +0000)]
(Fend_kbd_macro, Fexecute_kbd_macro): Harmonize arguments with
documentation.

28 years ago(Fkeymapp, Fdefine_prefix_command, Faccessible_keymaps,
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.

28 years ago(Fevent_convert_list, Fcommand_execute): Harmonize arguments with
Erik Naggum [Tue, 9 Jan 1996 00:32:53 +0000 (00:32 +0000)]
(Fevent_convert_list, Fcommand_execute): Harmonize arguments with
documentation.

28 years ago(Findent_to): Harmonize arguments with documentation.
Erik Naggum [Tue, 9 Jan 1996 00:32:30 +0000 (00:32 +0000)]
(Findent_to): Harmonize arguments with documentation.

28 years ago(Fhandle_switch_frame, Fset_frame_height): Harmonize arguments with
Erik Naggum [Tue, 9 Jan 1996 00:32:25 +0000 (00:32 +0000)]
(Fhandle_switch_frame, Fset_frame_height): Harmonize arguments with
documentation.

28 years ago(Fbessel_jn, Fbessel_yn): Harmonize arguments with documentation.
Erik Naggum [Tue, 9 Jan 1996 00:32:16 +0000 (00:32 +0000)]
(Fbessel_jn, Fbessel_yn): Harmonize arguments with documentation.

28 years ago(Flock_buffer, Ffile_locked_p): Harmonize arguments with documentation.
Erik Naggum [Tue, 9 Jan 1996 00:32:09 +0000 (00:32 +0000)]
(Flock_buffer, Ffile_locked_p): Harmonize arguments with documentation.

28 years ago(Ffile_name_directory, Ffile_name_nondirectory, Ffile_name_as_directory,
Erik Naggum [Tue, 9 Jan 1996 00:32:04 +0000 (00:32 +0000)]
(Ffile_name_directory, Ffile_name_nondirectory, Ffile_name_as_directory,
Fdirectory_file_name, Fexpand_file_name, Fsubstitute_in_file_name,
Fcopy_file, Fmake_directory_internal, Fdelete_directory, Fdelete_file,
Frename_file, Fadd_name_to_file, Fdefine_logical_name, Ffile_modes,
Fset_file_modes, Fset_default_file_modes, Fdo_auto_save, Fread_file_name):
Harmonize arguments with documentation.

28 years ago(Fmacroexpand, Fthrow, Fbacktrace_frame): Harmonize arguments with
Erik Naggum [Tue, 9 Jan 1996 00:31:51 +0000 (00:31 +0000)]
(Fmacroexpand, Fthrow, Fbacktrace_frame): Harmonize arguments with
documentation.

28 years ago(Fdump_emacs_data, Fdump_emacs): Harmonize arguments with documentation.
Erik Naggum [Tue, 9 Jan 1996 00:31:41 +0000 (00:31 +0000)]
(Fdump_emacs_data, Fdump_emacs): Harmonize arguments with documentation.

28 years ago(Fchar_to_string, Fstring_to_char, Fgoto_char, Fencode_time, Finsert_char,
Erik Naggum [Tue, 9 Jan 1996 00:31:34 +0000 (00:31 +0000)]
(Fchar_to_string, Fstring_to_char, Fgoto_char, Fencode_time, Finsert_char,
Fbuffer_substring, Fbuffer_substring_no_properties,
Finsert_buffer_substring, Fdelete_region, Fnarrow_to_region): Harmonize
arguments with documentation.  (Fformat_time_string): Allow TIME to default
to current time.

28 years ago(Fint86, Fdos_memget, Fdos_memput, Fmsdos_set_keyboard): Harmonize
Erik Naggum [Tue, 9 Jan 1996 00:31:26 +0000 (00:31 +0000)]
(Fint86, Fdos_memget, Fdos_memput, Fmsdos_set_keyboard): Harmonize
arguments with documentation.

28 years ago(Fdocumentation, Fdocumentation_property, Fsubstitute_command_keys):
Erik Naggum [Tue, 9 Jan 1996 00:31:22 +0000 (00:31 +0000)]
(Fdocumentation, Fdocumentation_property, Fsubstitute_command_keys):
Harmonize arguments with documentation.

28 years ago(Fsend_string_to_terminal, Fsit_for): Harmonize arguments with
Erik Naggum [Tue, 9 Jan 1996 00:31:17 +0000 (00:31 +0000)]
(Fsend_string_to_terminal, Fsit_for): Harmonize arguments with
documentation.

28 years ago(Fdirectory_files, Ffile_name_completion, Ffile_name_all_completions,
Erik Naggum [Tue, 9 Jan 1996 00:31:07 +0000 (00:31 +0000)]
(Fdirectory_files, Ffile_name_completion, Ffile_name_all_completions,
Ffile_name_all_versions): Harmonize arguments with documentation.

28 years ago(Fboundp, Ffboundp, Fmakunbound, Ffmakunbound, Fsymbol_plist, Fsymbol_name,
Erik Naggum [Tue, 9 Jan 1996 00:31:02 +0000 (00:31 +0000)]
(Fboundp, Ffboundp, Fmakunbound, Ffmakunbound, Fsymbol_plist, Fsymbol_name,
Ffset, Fdefalias, Fdefine_function, Fsetplist, store_symval_forwarding,
swap_in_symval_forwarding, find_symbol_value, Fsymbol_value, Fset,
default_value, Fdefault_boundp, Fdefault_value, Fset_default,
Fsetq_default, Fmake_variable_buffer_local, Fmake_local_variable,
Fkill_local_variable, Flocal_variable_p, Flocal_variable_if_set_p, Faref,
Faset, Fzerop, Fnumber_to_string, Fstring_to_number, Frem, Fmod, Fadd1,
Fsub1, Flognot): Harmonize arguments with documentation.

28 years ago(Fforward_line, Fbeginning_of_line, Fend_of_line, Fdelete_char,
Erik Naggum [Tue, 9 Jan 1996 00:30:54 +0000 (00:30 +0000)]
(Fforward_line, Fbeginning_of_line, Fend_of_line, Fdelete_char,
Fdelete_backward_char): Harmonize arguments with documentation.

28 years ago(Fcase_table_p): Harmonize arguments with documentation.
Erik Naggum [Tue, 9 Jan 1996 00:30:49 +0000 (00:30 +0000)]
(Fcase_table_p): Harmonize arguments with documentation.

28 years ago(Fupcase_region, Fdowncase_region, Fcapitalize_region,
Erik Naggum [Tue, 9 Jan 1996 00:30:45 +0000 (00:30 +0000)]
(Fupcase_region, Fdowncase_region, Fcapitalize_region,
Fupcase_initials_region): Harmonize arguments with documentation.

28 years ago(Fcall_interactively, Fprefix_numeric_value): Harmonize arguments with
Erik Naggum [Tue, 9 Jan 1996 00:30:41 +0000 (00:30 +0000)]
(Fcall_interactively, Fprefix_numeric_value): Harmonize arguments with
documentation.

28 years ago(Fbyte_code): Harmonize arguments with documentation.
Erik Naggum [Tue, 9 Jan 1996 00:30:34 +0000 (00:30 +0000)]
(Fbyte_code): Harmonize arguments with documentation.

28 years ago(Fmake_indirect_buffer, Fset_buffer_major_mode, Fpop_to_buffer,
Erik Naggum [Tue, 9 Jan 1996 00:30:29 +0000 (00:30 +0000)]
(Fmake_indirect_buffer, Fset_buffer_major_mode, Fpop_to_buffer,
Fbury_buffer, Foverlay_get): Harmonize arguments with documentation.

28 years ago(Fdefine_global_abbrev, Fdefine_mode_abbrev, Fabbrev_symbol,
Erik Naggum [Tue, 9 Jan 1996 00:18:22 +0000 (00:18 +0000)]
(Fdefine_global_abbrev, Fdefine_mode_abbrev, Fabbrev_symbol,
Finsert_abbrev_table_description, Fdefine_abbrev_table): Harmonize
arguments with documentation.

28 years agoInitial revision
Karl Heuer [Mon, 8 Jan 1996 22:52:14 +0000 (22:52 +0000)]
Initial revision

28 years ago(Man-filter-list): Recognize "Rev" footers.
Karl Heuer [Mon, 8 Jan 1996 22:49:24 +0000 (22:49 +0000)]
(Man-filter-list): Recognize "Rev" footers.

28 years ago(uniquify-rationalize-file-buffer-names): If
Karl Heuer [Mon, 8 Jan 1996 22:41:40 +0000 (22:41 +0000)]
(uniquify-rationalize-file-buffer-names): If
newbuffile is nil, don't call expand-file-name on it.

28 years ago(PTY_TTY_NAME_SPRINTF): Make failure non-fatal.
Karl Heuer [Mon, 8 Jan 1996 22:34:43 +0000 (22:34 +0000)]
(PTY_TTY_NAME_SPRINTF): Make failure non-fatal.

28 years ago(unexec) [SOLARIS2]: Undo relocations performed by the
Karl Heuer [Mon, 8 Jan 1996 22:29:48 +0000 (22:29 +0000)]
(unexec) [SOLARIS2]: Undo relocations performed by the
runtime linker.

28 years ago(vc-update-change-log): Use add-log-full-name and
Karl Heuer [Mon, 8 Jan 1996 22:24:05 +0000 (22:24 +0000)]
(vc-update-change-log): Use add-log-full-name and
add-log-mailing-address if they are defined.

28 years ago(LOCALTIME_CACHE): Add #undef.
Karl Heuer [Mon, 8 Jan 1996 22:18:57 +0000 (22:18 +0000)]
(LOCALTIME_CACHE): Add #undef.

28 years ago(Fplist_get): Rename arg `val' to `plist' as in doc.
Erik Naggum [Sun, 7 Jan 1996 14:34:54 +0000 (14:34 +0000)]
(Fplist_get): Rename arg `val' to `plist' as in doc.

28 years ago(alloca): If malloc fails, just abort.
Karl Heuer [Sun, 7 Jan 1996 07:00:56 +0000 (07:00 +0000)]
(alloca): If malloc fails, just abort.

28 years ago(compilation-error-regexp-alist, grep-regexp-alist
Roland McGrath [Sat, 6 Jan 1996 21:20:51 +0000 (21:20 +0000)]
(compilation-error-regexp-alist, grep-regexp-alist
compilation-mode-font-lock-keywords): Allow leading "[a-zA-Z]:" in file
name regexps, for DOS drive letters.

28 years agoMon Nov 6 18:01:01 1995 Dave Love <d.love@dl.ac.uk>
Roland McGrath [Sat, 6 Jan 1996 21:11:08 +0000 (21:11 +0000)]
Mon Nov  6 18:01:01 1995  Dave Love  <d.love@dl.ac.uk>

        * compile.el (compilation-error-regexp-alist): Add MIPS lint
        regexps.

28 years ago(compilation-error-regexp-alist): Broaden GNAT regexp to match column numbers.
Roland McGrath [Sat, 6 Jan 1996 21:09:40 +0000 (21:09 +0000)]
(compilation-error-regexp-alist): Broaden GNAT regexp to match column numbers.

28 years ago(compilation-error-regexp-alist): Add regexp for IBM AIX xlc compiler.
Roland McGrath [Sat, 6 Jan 1996 21:03:47 +0000 (21:03 +0000)]
(compilation-error-regexp-alist): Add regexp for IBM AIX xlc compiler.

28 years ago(compilation-handle-exit): New function, broken out of compilation-sentinel.
Roland McGrath [Sat, 6 Jan 1996 20:54:19 +0000 (20:54 +0000)]
(compilation-handle-exit): New function, broken out of compilation-sentinel.
(compilation-sentinel, compile-internal): Use it.
(compilation-exit-message-function): Doc fix for protocol change: take
process status and exit-code args instead of process object.
(grep): Use new protocol for compilation-exit-message-function.

28 years ago(update-file-autoloads): Fix placement of new sections.
Roland McGrath [Sat, 6 Jan 1996 19:57:24 +0000 (19:57 +0000)]
(update-file-autoloads): Fix placement of new sections.

28 years ago(update-file-autoloads): Notice when searching found nothing at all.
Roland McGrath [Sat, 6 Jan 1996 18:38:41 +0000 (18:38 +0000)]
(update-file-autoloads): Notice when searching found nothing at all.
(update-autoloads-from-directory): New function.
(batch-update-autoloads): Use it.
(update-directory-autoloads, update-autoloads-here): Functions removed.

28 years ago(time-stamp-line-limit): negative value counts
Karl Heuer [Sat, 6 Jan 1996 01:03:24 +0000 (01:03 +0000)]
(time-stamp-line-limit): negative value counts
from end of file.

28 years ago(locallisppath): Fix typo in last change: " -> '.
Roland McGrath [Fri, 5 Jan 1996 23:12:03 +0000 (23:12 +0000)]
(locallisppath): Fix typo in last change: " -> '.

28 years agoComment fixes.
Karl Heuer [Fri, 5 Jan 1996 22:21:28 +0000 (22:21 +0000)]
Comment fixes.

28 years ago"cyclic.com" addresses changed to "red-bean.com".
Karl Fogel [Fri, 5 Jan 1996 21:57:54 +0000 (21:57 +0000)]
"cyclic.com" addresses changed to "red-bean.com".
<bookmark-bmenu-mode-map>: don't bind C-k.
<bookmark-bmenu-mode>: better key description.
<bookmark-bmenu-execute-deletions>: display message while working.
<bookmark-version>: upped to 2.6.20.
<bookmark-load>: fixed "done" message, duh.

28 years ago(expand-mail-aliases, define-mail-alias): Fix calls to `sendmail-sync-aliases'
Karl Heuer [Fri, 5 Jan 1996 21:41:55 +0000 (21:41 +0000)]
(expand-mail-aliases, define-mail-alias): Fix calls to `sendmail-sync-aliases'
(formerly `sendmail-synch-aliases')

28 years ago(gnus-cache-enter-remove-article, gnus-cache-possibly-remove-articles):
Karl Heuer [Fri, 5 Jan 1996 21:35:28 +0000 (21:35 +0000)]
(gnus-cache-enter-remove-article, gnus-cache-possibly-remove-articles):
Fix references to `gnus-cache-removable-articles' (formerly
`gnus-cache-removeable-articles')

28 years agoComment fixes.
Karl Heuer [Fri, 5 Jan 1996 10:03:17 +0000 (10:03 +0000)]
Comment fixes.

28 years agoTest SHARABLE_LIB_BUG, not SHAREABLE_LIB_BUG.
Karl Heuer [Fri, 5 Jan 1996 08:57:33 +0000 (08:57 +0000)]
Test SHARABLE_LIB_BUG, not SHAREABLE_LIB_BUG.