]> code.delx.au - gnu-emacs/log
gnu-emacs
27 years ago(x_set_frame_parameters): Make height and width ints.
Richard M. Stallman [Tue, 10 Sep 1996 20:00:25 +0000 (20:00 +0000)]
(x_set_frame_parameters): Make height and width ints.

(Ffocus_frame, Funfocus_frame): Functions deleted.

(x_get_and_record_arg): New function.
(x_icon): Use that, for Qicon_top and Qicon_left.
(x_report_frame_params): Report the Qparent_id parameter.

27 years ago(Faccess_file): New function.
Richard M. Stallman [Tue, 10 Sep 1996 19:54:02 +0000 (19:54 +0000)]
(Faccess_file): New function.
(Qaccess_file): New variable.
(syms_of_fileio): defsubr function; init and staticpro Qaccess_file.

27 years ago[HAVE_TERMIOS_H]: Include termios.h.
Richard M. Stallman [Tue, 10 Sep 1996 19:53:02 +0000 (19:53 +0000)]
[HAVE_TERMIOS_H]: Include termios.h.
(ospeed) [HAVE_TERMIOS_H]: Use ospeed_t.

27 years ago(signal_before_change): Fix previous change.
Richard M. Stallman [Tue, 10 Sep 1996 19:52:09 +0000 (19:52 +0000)]
(signal_before_change): Fix previous change.

27 years ago(search_buffer): Use EMACS_UINT.
Richard M. Stallman [Tue, 10 Sep 1996 19:50:56 +0000 (19:50 +0000)]
(search_buffer): Use EMACS_UINT.

27 years ago(getloadavg): Add new code for SUNOS_5 to use -lkstat.
Richard M. Stallman [Tue, 10 Sep 1996 19:50:17 +0000 (19:50 +0000)]
(getloadavg): Add new code for SUNOS_5 to use -lkstat.

27 years ago(arith_error) [POSIX_SIGNALS]: Don't reestablish handler.
Richard M. Stallman [Tue, 10 Sep 1996 19:49:35 +0000 (19:49 +0000)]
(arith_error) [POSIX_SIGNALS]: Don't reestablish handler.

27 years ago(byte-compile-out-toplevel): Undo previous change.
Richard M. Stallman [Tue, 10 Sep 1996 19:22:12 +0000 (19:22 +0000)]
(byte-compile-out-toplevel): Undo previous change.
(byte-compile-byte-code-maker): Undo previous change.

27 years ago(imenu): Tests for when to widen were backwards.
Richard M. Stallman [Tue, 10 Sep 1996 17:57:05 +0000 (17:57 +0000)]
(imenu): Tests for when to widen were backwards.
(imenu--split-menu): Handle imenu-sort-function here.
(imenu--mouse-menu, imenu-update-menubar): Not here.
(imenu--mouse-menu): Rewrite second half--handle nested menus reliably.
(imenu--create-keymap-2): Include ITEM in the leaf menu-item.

27 years ago(outline-font-lock-keywords):
Richard M. Stallman [Tue, 10 Sep 1996 03:18:36 +0000 (03:18 +0000)]
(outline-font-lock-keywords):
Treat carriage return like newline.

27 years ago(longopts): Change nowait to no-wait.
Richard M. Stallman [Tue, 10 Sep 1996 02:00:27 +0000 (02:00 +0000)]
(longopts): Change nowait to no-wait.
(print_help_and_exit): Fix option name; upcase metavars.

27 years ago(iso-transl-define-keys): Fix paren error in prev change.
Richard M. Stallman [Mon, 9 Sep 1996 23:56:36 +0000 (23:56 +0000)]
(iso-transl-define-keys): Fix paren error in prev change.

27 years ago(syms_of_buffer): Doc fixes.
Richard M. Stallman [Mon, 9 Sep 1996 22:36:48 +0000 (22:36 +0000)]
(syms_of_buffer): Doc fixes.

27 years agoCheck for termios.h. Check for setpgid.
Richard M. Stallman [Mon, 9 Sep 1996 22:27:02 +0000 (22:27 +0000)]
Check for termios.h.  Check for setpgid.

27 years ago(iso-transl-dead-key-alist): Add dead-...
Richard M. Stallman [Mon, 9 Sep 1996 22:19:42 +0000 (22:19 +0000)]
(iso-transl-dead-key-alist): Add dead-...
and S-dead-... key names to this list.
(key-translation-map): Don't define dead-... and S-dead... here.
(iso-transl-define-keys): Handle multiple matches
in iso-transl-dead-key-alist for one accent character.

27 years agoAdd #n=object, #n#, and #:symbol constructs to reader.
Erik Naggum [Mon, 9 Sep 1996 02:30:05 +0000 (02:30 +0000)]
Add #n=object, #n#, and #:symbol constructs to reader.
(readevalloop, read, Fread_from_string): Empty list of read objects before
read0 call.
(read1): New variable `uninterned_symbol', which controls how to make
symbols.  Support #:, #n=object and #n#.
(make_symbol): New function, used in read1 to make uninterned symbols
(Fintern): Set `obarray' field of interned symbols.
(init_obarray): Explicit set `obarray' field of symbol `nil'.
(syms_of_lread): staticpro read_objects, the list of read objects.

27 years agoAdd #n=object, #n#, and #:symbol constructs to printer.
Erik Naggum [Sun, 8 Sep 1996 23:19:05 +0000 (23:19 +0000)]
Add #n=object, #n#, and #:symbol constructs to printer.
(PRINTDECLARE): New macro to declare required variables.
(PRINTPREPARE, PRINTFINISH): Set printed_genyms to nil.
(Fwrite_char, write_string, write_string_1, Fterpri, Fprin1,
Fprin1_to_string, Fprinc, Fprint): Use new macro PRINTDECLARE.
(print): Print uninterned symbols readable.
(syms_of_print): Defvar `print-gensym', staticpro printed_gensyms.

27 years ago(vc-file-owner): If the file is owned by somebody else, return the UID
André Spiegel [Sun, 8 Sep 1996 11:53:34 +0000 (11:53 +0000)]
(vc-file-owner): If the file is owned by somebody else, return the UID
as a string, so that the rest of VC can use it like a username.

27 years ago(vc-print-log): Move point to the log entry of the current version.
André Spiegel [Sun, 8 Sep 1996 11:52:05 +0000 (11:52 +0000)]
(vc-print-log): Move point to the log entry of the current version.

27 years ago(main): Declare `fromlen' as size_t, undo previous change.
Erik Naggum [Sat, 7 Sep 1996 01:06:09 +0000 (01:06 +0000)]
(main): Declare `fromlen' as size_t, undo previous change.

27 years ago*** empty log message ***
Michael Kifer [Fri, 6 Sep 1996 02:13:39 +0000 (02:13 +0000)]
*** empty log message ***

27 years ago*** empty log message ***
Michael Kifer [Fri, 6 Sep 1996 01:17:30 +0000 (01:17 +0000)]
*** empty log message ***

27 years ago(Finsert_buffer_substring): Check for deleted buffer.
Karl Heuer [Thu, 5 Sep 1996 20:33:58 +0000 (20:33 +0000)]
(Finsert_buffer_substring): Check for deleted buffer.
(Fcompare_buffer_substrings): Likewise.

27 years agoAdd many declarations.
Richard M. Stallman [Wed, 4 Sep 1996 18:54:36 +0000 (18:54 +0000)]
Add many declarations.

(BITS_PER_EMACS_INT): New macro.
(XMARKBIT): Test BITS_PER_EMACS_INT to conditionalize fast definition.

27 years ago(BITS_PER_EMACS_INT): New definition.
Richard M. Stallman [Wed, 4 Sep 1996 18:53:32 +0000 (18:53 +0000)]
(BITS_PER_EMACS_INT): New definition.

27 years ago(LIBS_SYSTEM): Use -lkstat instead of -lelf -lkvm
Richard M. Stallman [Wed, 4 Sep 1996 17:29:23 +0000 (17:29 +0000)]
(LIBS_SYSTEM): Use -lkstat instead of -lelf -lkvm

27 years ago(apropos-print): Don't say `Type ' before M-x cmd.
Richard M. Stallman [Wed, 4 Sep 1996 17:16:14 +0000 (17:16 +0000)]
(apropos-print): Don't say `Type ' before M-x cmd.

27 years ago(perform-replace): Increment replace-count
Richard M. Stallman [Wed, 4 Sep 1996 17:13:24 +0000 (17:13 +0000)]
(perform-replace): Increment replace-count
in the places where we do the replacement.

27 years ago(executable-insert): Doc fix.
Richard M. Stallman [Wed, 4 Sep 1996 17:02:12 +0000 (17:02 +0000)]
(executable-insert): Doc fix.
(executable-query): Doc fix.

27 years ago(create_process): Test HAVE_SETPGID for using setpgid.
Richard M. Stallman [Wed, 4 Sep 1996 16:27:55 +0000 (16:27 +0000)]
(create_process): Test HAVE_SETPGID for using setpgid.

27 years ago(HAVE_SETPGID): Add #undef.
Richard M. Stallman [Wed, 4 Sep 1996 16:23:50 +0000 (16:23 +0000)]
(HAVE_SETPGID): Add #undef.

27 years ago(syms_of_keymap): staticpro current_global_map;
Richard M. Stallman [Wed, 4 Sep 1996 16:09:43 +0000 (16:09 +0000)]
(syms_of_keymap): staticpro current_global_map;

27 years ago(get_local_map): Call indirect-function.
Richard M. Stallman [Wed, 4 Sep 1996 15:40:46 +0000 (15:40 +0000)]
(get_local_map): Call indirect-function.

27 years agoMention local-value property on an overlay.
Richard M. Stallman [Wed, 4 Sep 1996 15:38:37 +0000 (15:38 +0000)]
Mention local-value property on an overlay.

27 years ago(main): Declare `fromunix' as size_t.
Richard M. Stallman [Wed, 4 Sep 1996 15:20:19 +0000 (15:20 +0000)]
(main): Declare `fromunix' as size_t.

27 years agoWhitespace fix.
Richard M. Stallman [Wed, 4 Sep 1996 15:17:16 +0000 (15:17 +0000)]
Whitespace fix.

27 years agounexelf1.c merged into this file.
Richard M. Stallman [Wed, 4 Sep 1996 15:15:42 +0000 (15:15 +0000)]
unexelf1.c merged into this file.

27 years ago(UNEXEC): Use unexelf.c.
Richard M. Stallman [Wed, 4 Sep 1996 15:15:30 +0000 (15:15 +0000)]
(UNEXEC): Use unexelf.c.

27 years agoInclude config.h.
Richard M. Stallman [Wed, 4 Sep 1996 15:12:18 +0000 (15:12 +0000)]
Include config.h.
[HAVE_TERMIOS_H]: Include termios.h.
(ospeed) [HAVE_TERMIOS_H]: Use ospeed_t.

27 years ago[HAVE_TERMIOS_H]: Include termios.h.
Richard M. Stallman [Wed, 4 Sep 1996 15:10:42 +0000 (15:10 +0000)]
[HAVE_TERMIOS_H]: Include termios.h.
(ospeed) [HAVE_TERMIOS_H]: Use ospeed_t.

27 years ago(create_process_1, sigchld_handler) [POSIX_SIGNALS]:
Richard M. Stallman [Wed, 4 Sep 1996 15:07:07 +0000 (15:07 +0000)]
(create_process_1, sigchld_handler) [POSIX_SIGNALS]:
Don't reestablish handler.

27 years ago(input_available_signal) [POSIX_SIGNALS]:
Richard M. Stallman [Wed, 4 Sep 1996 15:02:52 +0000 (15:02 +0000)]
(input_available_signal) [POSIX_SIGNALS]:
Don't reestablish handler.
(interrupt_signal) [POSIX_SIGNALS]: Likewise.

27 years ago(HAVE_TERMIOS_H): Add #undef.
Richard M. Stallman [Wed, 4 Sep 1996 14:57:40 +0000 (14:57 +0000)]
(HAVE_TERMIOS_H): Add #undef.

27 years ago(Fmacroexpand): Don't declare `form' as register.
Richard M. Stallman [Wed, 4 Sep 1996 05:42:28 +0000 (05:42 +0000)]
(Fmacroexpand): Don't declare `form' as register.

27 years ago(Fredirect_frame_focus): Don't call Ffocus_frame.
Richard M. Stallman [Wed, 4 Sep 1996 05:41:48 +0000 (05:41 +0000)]
(Fredirect_frame_focus): Don't call Ffocus_frame.

27 years ago(Fexecute_extended_command): Fix previous change.
Richard M. Stallman [Wed, 4 Sep 1996 05:39:41 +0000 (05:39 +0000)]
(Fexecute_extended_command): Fix previous change.

27 years ago(copy_intervals_to_string): Take arg as buffer.
Richard M. Stallman [Wed, 4 Sep 1996 04:33:40 +0000 (04:33 +0000)]
(copy_intervals_to_string): Take arg as buffer.

27 years ago(Fcommand_execute): gcpro cmd and prefixarg while calling do_autoload.
Richard M. Stallman [Wed, 4 Sep 1996 04:31:10 +0000 (04:31 +0000)]
(Fcommand_execute): gcpro cmd and prefixarg while calling do_autoload.

27 years ago(Fmacroexpand): gcpro form while calling do_autoload.
Richard M. Stallman [Wed, 4 Sep 1996 04:30:26 +0000 (04:30 +0000)]
(Fmacroexpand): gcpro form while calling do_autoload.
(do_autoload): gcpro fun, funname, fundef.

27 years ago(Fexecute_extended_command): gcpro prefixarg.
Richard M. Stallman [Wed, 4 Sep 1996 03:58:15 +0000 (03:58 +0000)]
(Fexecute_extended_command): gcpro prefixarg.

27 years ago(x_set_frame_parameters): Make height and width ints.
Richard M. Stallman [Wed, 4 Sep 1996 03:55:07 +0000 (03:55 +0000)]
(x_set_frame_parameters): Make height and width ints.

27 years ago(map_char_table): Declare depth as int.
Richard M. Stallman [Wed, 4 Sep 1996 03:42:09 +0000 (03:42 +0000)]
(map_char_table): Declare depth as int.

27 years ago(note_mouse_highlight): Pass POS argument to fast_find_position as int.
Richard M. Stallman [Wed, 4 Sep 1996 03:38:40 +0000 (03:38 +0000)]
(note_mouse_highlight): Pass POS argument to fast_find_position as int.

27 years ago(set_properties, add_properties, remove_properties):
Richard M. Stallman [Wed, 4 Sep 1996 03:35:53 +0000 (03:35 +0000)]
(set_properties, add_properties, remove_properties):
Call modify_region with ints.

27 years ago(prepare_to_modify_buffer): Take integer arguments.
Richard M. Stallman [Wed, 4 Sep 1996 03:34:04 +0000 (03:34 +0000)]
(prepare_to_modify_buffer): Take integer arguments.
(signal_before_change): Take integer arguments.

27 years ago(Fmake_byte_code): Call make_pure_vector using nargs.
Richard M. Stallman [Wed, 4 Sep 1996 00:06:48 +0000 (00:06 +0000)]
(Fmake_byte_code): Call make_pure_vector using nargs.

27 years ago(Fpurecopy): Cast arg to make_pure_vector.
Richard M. Stallman [Tue, 3 Sep 1996 23:56:33 +0000 (23:56 +0000)]
(Fpurecopy): Cast arg to make_pure_vector.
(Fmake_byte_code): Use XFASTINT when calling make_pure_vector.

27 years ago(calendar-current-date): Simplify by using decode-time instead
Richard M. Stallman [Tue, 3 Sep 1996 23:27:01 +0000 (23:27 +0000)]
(calendar-current-date): Simplify by using decode-time instead
of parsing current-time-string.

27 years ago(insert-directory): Use same value of `now' for all files.
Richard M. Stallman [Tue, 3 Sep 1996 23:25:46 +0000 (23:25 +0000)]
(insert-directory): Use same value of `now' for all files.
(ls-lisp-format): New argument NOW.  Arguments are no longer optional.
(ls-lisp-format-time): New argument NOW.  Use same method as `ls'
to decide whether to show time-of-day or year.

27 years ago(Fformat): Pass a string using XSTRING.
Richard M. Stallman [Tue, 3 Sep 1996 23:23:53 +0000 (23:23 +0000)]
(Fformat): Pass a string using XSTRING.

27 years ago(doprnt1): If lispstrings, accept a string
Richard M. Stallman [Tue, 3 Sep 1996 23:23:40 +0000 (23:23 +0000)]
(doprnt1): If lispstrings, accept a string
as a `struct Lisp_String *'.

27 years ago(message): Cast size arg to doprnt.
Richard M. Stallman [Tue, 3 Sep 1996 22:23:51 +0000 (22:23 +0000)]
(message): Cast size arg to doprnt.

27 years ago(OUTPUT_IF, OUTPUT): Cast frame height to int.
Richard M. Stallman [Tue, 3 Sep 1996 22:22:10 +0000 (22:22 +0000)]
(OUTPUT_IF, OUTPUT): Cast frame height to int.

27 years ago(term_init): Avoid type-mismatch calling get_frame_size.
Richard M. Stallman [Tue, 3 Sep 1996 22:00:27 +0000 (22:00 +0000)]
(term_init): Avoid type-mismatch calling get_frame_size.

27 years ago(command-line, command-line-1):
Richard M. Stallman [Tue, 3 Sep 1996 21:51:08 +0000 (21:51 +0000)]
(command-line, command-line-1):
Stop processing options if we encounter "--".

27 years ago(sort_args): Don't rearrange any args that follow "--".
Richard M. Stallman [Tue, 3 Sep 1996 21:48:13 +0000 (21:48 +0000)]
(sort_args): Don't rearrange any args that follow "--".

27 years ago(dired-mode-map): Add revert-buffer to Immediate menu.
Richard M. Stallman [Tue, 3 Sep 1996 21:46:07 +0000 (21:46 +0000)]
(dired-mode-map): Add revert-buffer to Immediate menu.

27 years ago(Ffocus_frame, Funfocus_frame): Functions deleted.
Richard M. Stallman [Tue, 3 Sep 1996 21:41:33 +0000 (21:41 +0000)]
(Ffocus_frame, Funfocus_frame): Functions deleted.

27 years ago(other-frame): Don't call unfocus-frame.
Richard M. Stallman [Tue, 3 Sep 1996 21:38:45 +0000 (21:38 +0000)]
(other-frame): Don't call unfocus-frame.

27 years ago(mouse-select-window): Don't call unfocus-frame.
Richard M. Stallman [Tue, 3 Sep 1996 21:37:35 +0000 (21:37 +0000)]
(mouse-select-window): Don't call unfocus-frame.

27 years ago(etags_getcwd): Use getcwd if available even if MSDOS.
Richard M. Stallman [Tue, 3 Sep 1996 18:36:55 +0000 (18:36 +0000)]
(etags_getcwd): Use getcwd if available even if MSDOS.

27 years ago(timer-next-integral-multiple-of-time): New function.
Paul Eggert [Tue, 3 Sep 1996 18:16:06 +0000 (18:16 +0000)]
(timer-next-integral-multiple-of-time): New function.
(run-at-time): If TIME is t, do the action at the next
integral multiple of REPEAT.

27 years ago(display-time): Use new run-at-time functionality to
Paul Eggert [Tue, 3 Sep 1996 18:16:06 +0000 (18:16 +0000)]
(display-time): Use new run-at-time functionality to
fix display glitches when display-time-interval != 60.

27 years ago(mktime): Fix typo in previous patch.
Paul Eggert [Tue, 3 Sep 1996 18:08:27 +0000 (18:08 +0000)]
(mktime): Fix typo in previous patch.

27 years ago(mktime): #undef so that we don't mess up the file name mktime.c.
Paul Eggert [Tue, 3 Sep 1996 18:00:34 +0000 (18:00 +0000)]
(mktime): #undef so that we don't mess up the file name mktime.c.

27 years ago(mktime): Define to emacs_mktime if HAVE_MKTIME && ! defined (_NEXT_SOURCE),
Paul Eggert [Tue, 3 Sep 1996 18:00:34 +0000 (18:00 +0000)]
(mktime): Define to emacs_mktime if HAVE_MKTIME && ! defined (_NEXT_SOURCE),
so that we don't attempt to redefine the libc mktime.

27 years ago(show-paren-function): Handle unbalanced parens as
Richard M. Stallman [Tue, 3 Sep 1996 17:54:23 +0000 (17:54 +0000)]
(show-paren-function): Handle unbalanced parens as
mismatched.  When the unbalanced paren is an opening paren,
highlight it as mismatched.

27 years ago(Fencode_time): Remove NEXTSTEP workaround;
Paul Eggert [Tue, 3 Sep 1996 05:24:22 +0000 (05:24 +0000)]
(Fencode_time):  Remove NEXTSTEP workaround;
we now use our mktime instead.

27 years ago(MKTIME_OBJ): Use our mktime instead of NEXTSTEP's,
Paul Eggert [Tue, 3 Sep 1996 05:23:35 +0000 (05:23 +0000)]
(MKTIME_OBJ):  Use our mktime instead of NEXTSTEP's,
since NEXTSTEP's wrongly ignores TZ.

27 years ago(run-at-time): Doc fix.
Paul Eggert [Tue, 3 Sep 1996 05:20:35 +0000 (05:20 +0000)]
(run-at-time): Doc fix.

27 years ago(create_process): Undo previous change.
Richard M. Stallman [Tue, 3 Sep 1996 04:13:20 +0000 (04:13 +0000)]
(create_process): Undo previous change.

27 years ago(server-process-filter): Quote with &, not \.
Richard M. Stallman [Mon, 2 Sep 1996 17:43:56 +0000 (17:43 +0000)]
(server-process-filter): Quote with &, not \.

27 years ago(quote_file_name): Quote with &, not \.
Richard M. Stallman [Mon, 2 Sep 1996 17:43:32 +0000 (17:43 +0000)]
(quote_file_name): Quote with &, not \.
Quote `-' only at start of file name.  Terminate the value string.

27 years ago(Fencode_time) [_NEXT_SOURCE]: Use ZONE, not ABSZONE.
Richard M. Stallman [Mon, 2 Sep 1996 17:28:10 +0000 (17:28 +0000)]
(Fencode_time) [_NEXT_SOURCE]: Use ZONE, not ABSZONE.

27 years ago(save-match-data): Definition deleted.
Richard M. Stallman [Mon, 2 Sep 1996 17:03:33 +0000 (17:03 +0000)]
(save-match-data): Definition deleted.

27 years agoInclude signal.h properly;
Richard M. Stallman [Mon, 2 Sep 1996 05:45:58 +0000 (05:45 +0000)]
Include signal.h properly;
delete the duplicate includes for it.

27 years agoOn fatal signal, delete socket-file:
Richard M. Stallman [Mon, 2 Sep 1996 05:39:36 +0000 (05:39 +0000)]
On fatal signal, delete socket-file:

Include signal.h.
(xmalloc, fatal, error): New functions.
(delete_socket, handle_signals): New functions.
(progname, socket_name): New variables.
[HAVE_SOCKETS] (main): Call handle_signals; set the new variables.

27 years ago(redisplay_internal): Test last_selected_window slot.
Richard M. Stallman [Mon, 2 Sep 1996 05:19:13 +0000 (05:19 +0000)]
(redisplay_internal): Test last_selected_window slot.
(mark_window_display_accurate, display_text_line): Likewise.

27 years ago(unshow_buffer): Clear last_selected_window slot, maybe.
Richard M. Stallman [Mon, 2 Sep 1996 05:13:11 +0000 (05:13 +0000)]
(unshow_buffer): Clear last_selected_window slot, maybe.
(Fset_window_buffer): Set last_selected_window slot.
(Fselect_window): Set last_selected_window slot.
(delete_all_subwindows): Maybe call unshow_buffer.

27 years ago(reset_buffer): Initialize last_selected_window slot.
Richard M. Stallman [Mon, 2 Sep 1996 05:11:15 +0000 (05:11 +0000)]
(reset_buffer): Initialize last_selected_window slot.

27 years ago(strict buffer): New slot last_selected_window.
Richard M. Stallman [Mon, 2 Sep 1996 05:10:58 +0000 (05:10 +0000)]
(strict buffer): New slot last_selected_window.

27 years ago(ffap-locate-file): Function deleted.
Richard M. Stallman [Mon, 2 Sep 1996 01:18:35 +0000 (01:18 +0000)]
(ffap-locate-file): Function deleted.
(ffap-locate-jka-suffixes): Variable deleted.
(ffap-alist): Use locate-library.

27 years ago(locate-library): New arg PATH. Handle autocompression mode.
Richard M. Stallman [Mon, 2 Sep 1996 01:16:42 +0000 (01:16 +0000)]
(locate-library): New arg PATH.  Handle autocompression mode.

27 years ago(locate-library): Doc fix.
Richard M. Stallman [Mon, 2 Sep 1996 01:05:22 +0000 (01:05 +0000)]
(locate-library): Doc fix.

27 years ago(rmail-dont-reply-to): Recognize the names to delete
Richard M. Stallman [Mon, 2 Sep 1996 00:19:02 +0000 (00:19 +0000)]
(rmail-dont-reply-to): Recognize the names to delete
when they appear within <...>.

27 years ago(quote_file_name): New function.
Richard M. Stallman [Mon, 2 Sep 1996 00:05:56 +0000 (00:05 +0000)]
(quote_file_name): New function.
(main, both versions): Use quote_file_name.
(decode_options): Don't return a value.
(main, both versions): Use optind.
Don't check for -nowait here.

27 years ago(server-process-filter): Undo the quoting with
Richard M. Stallman [Mon, 2 Sep 1996 00:03:28 +0000 (00:03 +0000)]
(server-process-filter): Undo the quoting with
backslashes that emacsclient now does for special characters.
Delete some debugging code accidentally left in.

27 years agoComment change.
Richard M. Stallman [Sun, 1 Sep 1996 23:18:22 +0000 (23:18 +0000)]
Comment change.

27 years ago(Fprocess_contact): New function.
Richard M. Stallman [Sun, 1 Sep 1996 23:18:03 +0000 (23:18 +0000)]
(Fprocess_contact): New function.
(Fopen_network_stream): Store a cons cell in childp.
(NETCONN_P): Use GC_CONSP.
(list_processes_1): Use new childp format.

27 years agoTurn on byte-compile-dynamic.
Richard M. Stallman [Sun, 1 Sep 1996 22:56:40 +0000 (22:56 +0000)]
Turn on byte-compile-dynamic.