bpt/emacs.git
26 years ago(sendmail-send-it): Parse folded
Karl Heuer [Thu, 4 Dec 1997 05:25:59 +0000 (05:25 +0000)]
(sendmail-send-it): Parse folded
Resent-To header properly; don't ignore folded lines.

26 years agoRequire imenu.
Karl Heuer [Thu, 4 Dec 1997 05:17:31 +0000 (05:17 +0000)]
Require imenu.

26 years ago(Feval_region): Doc correction (point does not move).
Karl Heuer [Thu, 4 Dec 1997 04:49:06 +0000 (04:49 +0000)]
(Feval_region): Doc correction (point does not move).

26 years ago(load-with-code-conversion): Doc fix.
Karl Heuer [Thu, 4 Dec 1997 04:47:41 +0000 (04:47 +0000)]
(load-with-code-conversion): Doc fix.

26 years ago(debug-on-entry): If definition is a symbol,
Karl Heuer [Thu, 4 Dec 1997 04:46:09 +0000 (04:46 +0000)]
(debug-on-entry): If definition is a symbol,
replace it with an equivalent lambda.

26 years ago(debugger-mode-hook): New user variable.
Karl Heuer [Thu, 4 Dec 1997 04:42:31 +0000 (04:42 +0000)]
(debugger-mode-hook): New user variable.
(debugger-env-macro): New general purpose macro for all debugger
functions; separated from `debugger-eval-expression'.
(debugger-eval-expression): Use `debugger-env-macro'.
(debugger-record-buffer): New variable.
(debugger-record-expression): New user function , key "R".
(debugger-mode): Now runs hook `debugger-mode-hook'.

26 years ago(change-log-add-make-room): New function.
Karl Heuer [Thu, 4 Dec 1997 04:42:08 +0000 (04:42 +0000)]
(change-log-add-make-room): New function.
(change-log-get-method-definition-1): Renamed get-method-definition-1.
(change-log-get-method-definition): Renamed from get-method-definition.
(add-log-keep-changes-together): New user variable.
(add-change-log-entry): Added missing WHOAMI explanation.
Added new functionality according to variable
`add-log-keep-changes-together'.

26 years ago(inferior-octave-directory-tracker):
Karl Heuer [Thu, 4 Dec 1997 04:39:00 +0000 (04:39 +0000)]
(inferior-octave-directory-tracker):
Anchor regexp match to beginning of command string.

26 years ago(mail-extr-voodoo): Allow & between names.
Richard M. Stallman [Thu, 4 Dec 1997 04:36:46 +0000 (04:36 +0000)]
(mail-extr-voodoo): Allow & between names.
Reenable &-substitution when & comes last.

26 years ago(rmail-decode-quoted-printable): New function
Karl Heuer [Thu, 4 Dec 1997 04:32:03 +0000 (04:32 +0000)]
(rmail-decode-quoted-printable): New function
mostly copied from gnus-art.el.
(rmail-hex-string-to-integer): New fn, copied from hexl.el.
(rmail-hex-char-to-integer): Likewise.
(rmail-convert-to-babyl-format): Use rmail-decode-quoted-printable.

26 years ago(custom-save-delete, custom-save-all):
Karl Heuer [Thu, 4 Dec 1997 04:30:59 +0000 (04:30 +0000)]
(custom-save-delete, custom-save-all):
Bind default-major-mode around visiting custom-file.

26 years ago(custom-variable-prompt): Ensure valid variable name
Karl Heuer [Thu, 4 Dec 1997 04:29:45 +0000 (04:29 +0000)]
(custom-variable-prompt): Ensure valid variable name
is selected.

26 years ago(prolog-mode-variables):
Karl Heuer [Thu, 4 Dec 1997 04:28:41 +0000 (04:28 +0000)]
(prolog-mode-variables):
Set imenu-generic-expression.

26 years ago(sh-imenu-generic-expression): New variable.
Karl Heuer [Thu, 4 Dec 1997 04:27:50 +0000 (04:27 +0000)]
(sh-imenu-generic-expression): New variable.
(sh-mode): Make imenu-generic-expression local.
(sh-set-shell): Set imenu-generic-expression based on which shell.

26 years ago(sgml-mode): Set imenu-generic-expression.
Karl Heuer [Thu, 4 Dec 1997 04:20:34 +0000 (04:20 +0000)]
(sgml-mode): Set imenu-generic-expression.

26 years ago(french-calendar-special-days-array): New function.
Karl Heuer [Thu, 4 Dec 1997 04:13:58 +0000 (04:13 +0000)]
(french-calendar-special-days-array): New function.
(calendar-french-date-string, calendar-goto-french-date): Use that
function instead of the variable.

26 years agoFix comment (avoid spurious "unterminated comment" warning)
Karl Heuer [Thu, 4 Dec 1997 03:36:09 +0000 (03:36 +0000)]
Fix comment (avoid spurious "unterminated comment" warning)

26 years agoComment fix (to avoid "unterminated comment" warning).
Karl Heuer [Thu, 4 Dec 1997 03:30:03 +0000 (03:30 +0000)]
Comment fix (to avoid "unterminated comment" warning).

26 years agoautomatically generated from GPLed version
Ulrich Drepper [Thu, 4 Dec 1997 01:16:52 +0000 (01:16 +0000)]
automatically generated from GPLed version

26 years agoNew function ispell-comments-and-strings.
Gerd Moellmann [Wed, 3 Dec 1997 17:20:13 +0000 (17:20 +0000)]
New function ispell-comments-and-strings.

26 years agoAdded category patch by Michael R Cook <mcook@cognex.com>.
Oliver Seidel [Wed, 3 Dec 1997 12:18:20 +0000 (12:18 +0000)]
Added category patch by Michael R Cook <mcook@cognex.com>.

26 years ago(mbx_write) [MAIL_USE_POP]: Disable the code which quotes with a
Paul Eggert [Wed, 3 Dec 1997 07:11:43 +0000 (07:11 +0000)]
(mbx_write) [MAIL_USE_POP]: Disable the code which quotes with a
'>' any lines starting with "From " read from the POP server, but
leave the code in place, wrapped in #ifdef
MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later
because it turns out that something is depending on it.  Change
suggested by Paul Eggert <eggert@twinsun.com>.
Convert the character \037 (^_) at the beginning of a line into
the character '^' followed by the character '_', because otherwise
Emacs can't parse the resulting file as a valid BABYL file.
Change suggested by Paul Eggert <eggert@twinsun.com>.

26 years ago(make-frame-names-alist, select-frame-by-name): New
Eli Zaretskii [Mon, 1 Dec 1997 14:22:04 +0000 (14:22 +0000)]
(make-frame-names-alist, select-frame-by-name): New
functions, support frame selection by name with completion and history.
(frame-name-history, frame-names-alist): New variables.

26 years ago(sh-mode): Set `comment-start-skip' always.
Dave Love [Sun, 30 Nov 1997 12:21:42 +0000 (12:21 +0000)]
(sh-mode): Set `comment-start-skip' always.

26 years ago(indent-for-comment): Check for null `comment-start-skip'.
Dave Love [Sun, 30 Nov 1997 12:20:49 +0000 (12:20 +0000)]
(indent-for-comment): Check for null `comment-start-skip'.

26 years ago1997-11-27 Richard M. Stallman <rms@sucrose.ai.mit.edu>
Joel N. Weber II [Sat, 29 Nov 1997 05:21:18 +0000 (05:21 +0000)]
1997-11-27  Richard M. Stallman  <rms@sucrose.ai.mit.edu>

* dired.el (dired-move-to-filename-regexp): Make regexp fussier
about amount of whitespace after month name.

26 years ago(create_process, deactivate_process, close_process_descs):
Andreas Schwab [Fri, 28 Nov 1997 14:53:09 +0000 (14:53 +0000)]
(create_process, deactivate_process, close_process_descs):
(kill_buffer_processes, status_notify): Return void.
(Fstart_process): Cast arg to create_process.

26 years ago(describe_map): Fix decl of arg ELT_DESCRIBER.
Andreas Schwab [Fri, 28 Nov 1997 14:50:36 +0000 (14:50 +0000)]
(describe_map): Fix decl of arg ELT_DESCRIBER.

26 years ago(Fsuspend_emacs): Cast init_sys_modes when calling
Andreas Schwab [Fri, 28 Nov 1997 14:48:28 +0000 (14:48 +0000)]
(Fsuspend_emacs): Cast init_sys_modes when calling
record_unwind_protect.

26 years ago(reset_sigio): Return void.
Andreas Schwab [Fri, 28 Nov 1997 14:45:07 +0000 (14:45 +0000)]
(reset_sigio): Return void.

26 years ago(do_autoload): Return void.
Andreas Schwab [Fri, 28 Nov 1997 14:39:13 +0000 (14:39 +0000)]
(do_autoload): Return void.

26 years ago(internal_with_output_to_temp_buffer):
Andreas Schwab [Fri, 28 Nov 1997 14:37:15 +0000 (14:37 +0000)]
(internal_with_output_to_temp_buffer):
Don't declare arg type taken by 2nd arg.

26 years ago(message): Declare a as char *[3].
Andreas Schwab [Fri, 28 Nov 1997 14:34:52 +0000 (14:34 +0000)]
(message): Declare a as char *[3].

26 years ago(malloc_warning, display_malloc_warning): Return void.
Andreas Schwab [Fri, 28 Nov 1997 14:32:30 +0000 (14:32 +0000)]
(malloc_warning, display_malloc_warning): Return void.
(memory_full, free_cons, free_marker): Likewise.

26 years ago(describe_vector): Declaration fixed (delete `.' at the
Kenichi Handa [Thu, 27 Nov 1997 12:39:03 +0000 (12:39 +0000)]
(describe_vector): Declaration fixed (delete `.' at the
tail of type `void'.
(fix_submap_inheritance): Declare it as void.

26 years ago(record_delete, record_marker_adjustment): Declare them as void.
Kenichi Handa [Thu, 27 Nov 1997 12:19:39 +0000 (12:19 +0000)]
(record_delete, record_marker_adjustment): Declare them as void.

26 years ago(record_change, record_first_change,
Kenichi Handa [Thu, 27 Nov 1997 12:16:08 +0000 (12:16 +0000)]
(record_change, record_first_change,
record_property_change): Declare it as void.

26 years ago(invalidate_current_column): Declare it as void.
Kenichi Handa [Thu, 27 Nov 1997 12:12:50 +0000 (12:12 +0000)]
(invalidate_current_column): Declare it as void.

26 years ago(report_file_error): Declare it as void.
Kenichi Handa [Thu, 27 Nov 1997 12:10:31 +0000 (12:10 +0000)]
(report_file_error): Declare it as void.

26 years ago(unlock_buffer): Declare it as void.
Kenichi Handa [Thu, 27 Nov 1997 12:07:07 +0000 (12:07 +0000)]
(unlock_buffer): Declare it as void.

26 years ago(nsberror, record_buffer, validate_region,
Kenichi Handa [Thu, 27 Nov 1997 12:04:49 +0000 (12:04 +0000)]
(nsberror, record_buffer, validate_region,
fix_overlay_before): Declare them as void.

26 years ago(discard_tty_input, init_baud_rate,
Kenichi Handa [Thu, 27 Nov 1997 12:00:42 +0000 (12:00 +0000)]
(discard_tty_input, init_baud_rate,
wait_for_termination, flush_pending_output, child_setup_tty,
sys_suspend, sys_subshell, init_sigio, request_sigio,
unrequest_sigio, init_sys_modes, get_frame_size, reset_sys_modes,
setup_pty): Declare them as void.

26 years ago(Fexecute_extended_command): Give Voverriding_local_map as the
Kenichi Handa [Thu, 27 Nov 1997 11:38:17 +0000 (11:38 +0000)]
(Fexecute_extended_command): Give Voverriding_local_map as the
first arg to Faref.

26 years ago(echo_now, record_auto_save, cmd_error_internal,
Kenichi Handa [Thu, 27 Nov 1997 11:26:45 +0000 (11:26 +0000)]
(echo_now, record_auto_save, cmd_error_internal,
start_polling, stop_polling, bind_polling_period,
timer_start_idle, timer_stop_idle, gobble_input,
record_asynch_buffer_change, clear_input_pending,
stuff_buffered_input, clear_waiting_for_input,
quit_throw_to_read_char): Declare these as void.
(Fsuspend_emacs): Delete unnecessary extern declaration for
init_sys_mode.

26 years ago(x_make_frame_visible): Give dummy arg to
Kenichi Handa [Thu, 27 Nov 1997 08:32:40 +0000 (08:32 +0000)]
(x_make_frame_visible): Give dummy arg to
input_poll_signal.

26 years ago(redisplay_preserve_echo_area): Declare it as void.
Kenichi Handa [Thu, 27 Nov 1997 08:15:40 +0000 (08:15 +0000)]
(redisplay_preserve_echo_area): Declare it as void.

26 years ago(strwidth): Remove extra argument to buffer_display_table.
Kenichi Handa [Thu, 27 Nov 1997 08:14:56 +0000 (08:14 +0000)]
(strwidth): Remove extra argument to buffer_display_table.

26 years agoChanged the comment about `umask 0' to say `Don't restrict access to any
Joel N. Weber II [Wed, 26 Nov 1997 17:29:10 +0000 (17:29 +0000)]
Changed the comment about `umask 0' to say `Don't restrict access to any
files.'; previously it said `Don't protect any files', which may have
implied that we think fascism is good.

26 years agoDescribe diary-float function.
Edward M. Reingold [Wed, 26 Nov 1997 16:35:30 +0000 (16:35 +0000)]
Describe diary-float function.

26 years ago(bibtex-maintainer-address, bibtex-submit-bug-report):
Richard M. Stallman [Wed, 26 Nov 1997 16:12:25 +0000 (16:12 +0000)]
(bibtex-maintainer-address, bibtex-submit-bug-report):
       New maintainer (Dirk Herrmann <D.Herrmann@tu-bs.de>).

26 years agoOnly use syntactic keywords if non-nil.
Simon Marshall [Wed, 26 Nov 1997 14:42:37 +0000 (14:42 +0000)]
Only use syntactic keywords if non-nil.

26 years agoJust a header comment fix.
Simon Marshall [Wed, 26 Nov 1997 14:38:48 +0000 (14:38 +0000)]
Just a header comment fix.

26 years agoautomatically generated from GPLed version
Ulrich Drepper [Wed, 26 Nov 1997 05:04:06 +0000 (05:04 +0000)]
automatically generated from GPLed version

26 years agoDescribe diary-remind and diary-date.
Edward M. Reingold [Tue, 25 Nov 1997 22:24:13 +0000 (22:24 +0000)]
Describe diary-remind and diary-date.

26 years ago(diary-mail-days): Fix previous change.
Richard M. Stallman [Tue, 25 Nov 1997 19:49:42 +0000 (19:49 +0000)]
(diary-mail-days): Fix previous change.

26 years ago(mode-line-format): Include which-func-mode item.
Richard M. Stallman [Tue, 25 Nov 1997 19:31:44 +0000 (19:31 +0000)]
(mode-line-format): Include which-func-mode item.

26 years ago(SPLIT_STRING): Remove extra argument to
Andreas Schwab [Tue, 25 Nov 1997 14:09:14 +0000 (14:09 +0000)]
(SPLIT_STRING): Remove extra argument to
split_non_ascii_string.

26 years agoAdd prototypes.
Andreas Schwab [Tue, 25 Nov 1997 14:06:38 +0000 (14:06 +0000)]
Add prototypes.
(delete_window): Fix return type.
(set_window_height): Likewise.
(set_window_width): Likewise.
(change_window_height): Likewise.

26 years ago(Fx_disown_selection_internal): Fix type of EVENT.
Andreas Schwab [Tue, 25 Nov 1997 13:48:10 +0000 (13:48 +0000)]
(Fx_disown_selection_internal): Fix type of EVENT.

26 years agoAdd prototypes.
Andreas Schwab [Tue, 25 Nov 1997 13:44:34 +0000 (13:44 +0000)]
Add prototypes.

26 years agoAdd prototypes.
Andreas Schwab [Tue, 25 Nov 1997 13:38:04 +0000 (13:38 +0000)]
Add prototypes.
(save_signal_handlers): Make static.
(restore_signal_handlers): Likewise.

26 years agoInclude "intervals.h" for prototypes.
Andreas Schwab [Tue, 25 Nov 1997 13:28:06 +0000 (13:28 +0000)]
Include "intervals.h" for prototypes.

26 years ago(free_fontset_data): Don't free null pointer.
Richard M. Stallman [Tue, 25 Nov 1997 04:49:10 +0000 (04:49 +0000)]
(free_fontset_data): Don't free null pointer.

26 years ago(diary-mail-addr, diary-mail-days): New variables.
Richard M. Stallman [Tue, 25 Nov 1997 04:00:20 +0000 (04:00 +0000)]
(diary-mail-addr, diary-mail-days): New variables.
(diary-mail-entries): New function.

26 years agoUpdate author email address.
Richard M. Stallman [Tue, 25 Nov 1997 03:40:58 +0000 (03:40 +0000)]
Update author email address.

26 years agonew version
Michael Kifer [Tue, 25 Nov 1997 02:10:08 +0000 (02:10 +0000)]
new version

26 years agoFixed duplicate KEYs in menu-bar-describe-menu.
Simon Marshall [Mon, 24 Nov 1997 20:16:20 +0000 (20:16 +0000)]
Fixed duplicate KEYs in menu-bar-describe-menu.

26 years ago(AC_CHECK_FUNCS): Add strftime.
Paul Eggert [Mon, 24 Nov 1997 19:50:22 +0000 (19:50 +0000)]
(AC_CHECK_FUNCS): Add strftime.

26 years ago($(BLD)\strftime.obj): No need to compile with -Dstrftime=emacs_strftime.
Paul Eggert [Mon, 24 Nov 1997 19:50:22 +0000 (19:50 +0000)]
($(BLD)\strftime.obj): No need to compile with -Dstrftime=emacs_strftime.

26 years ago(strftime.o):
Paul Eggert [Mon, 24 Nov 1997 19:50:22 +0000 (19:50 +0000)]
(strftime.o):
No need to compile with -Dstrftime=emacs_strftime any more.

26 years ago(emacs_strftime): New decl.
Paul Eggert [Mon, 24 Nov 1997 19:50:22 +0000 (19:50 +0000)]
(emacs_strftime): New decl.
(Fformat_time_string): Doc fix: %b, %h, %B, %a, %A, and %p depend on locale;
don't use actual chars to describe %n and %t.

26 years ago(HAVE_STRFTIME): New undef.
Paul Eggert [Mon, 24 Nov 1997 19:50:22 +0000 (19:50 +0000)]
(HAVE_STRFTIME): New undef.

26 years ago(menu-bar-help-menu): Reorganize into more submenus.
Richard M. Stallman [Mon, 24 Nov 1997 04:59:24 +0000 (04:59 +0000)]
(menu-bar-help-menu): Reorganize into more submenus.
Rename some menu item strings.
(menu-bar-manuals-menu, menu-bar-describe-menu): New submenus.
Add an Apropos Variables item.

26 years ago(apropos-variable): New command.
Richard M. Stallman [Mon, 24 Nov 1997 04:55:48 +0000 (04:55 +0000)]
(apropos-variable): New command.
(apropos-command): New arg JUST-VARS.

26 years ago(scheme-mode-variables): Bind normal-auto-fill-function.
Richard M. Stallman [Mon, 24 Nov 1997 03:43:19 +0000 (03:43 +0000)]
(scheme-mode-variables): Bind normal-auto-fill-function.

26 years ago(lisp-mode-auto-fill): New function.
Richard M. Stallman [Mon, 24 Nov 1997 03:32:20 +0000 (03:32 +0000)]
(lisp-mode-auto-fill): New function.
(lisp-mode-variables): Bind normal-auto-fill-function.

26 years agoComment fix.
Karl Heuer [Sun, 23 Nov 1997 02:30:00 +0000 (02:30 +0000)]
Comment fix.

26 years agoSome comment and doc fixes.
Karl Heuer [Sun, 23 Nov 1997 02:26:50 +0000 (02:26 +0000)]
Some comment and doc fixes.
(ps-print-version): New version number (3.05.2) and doc fix.
(ps-print, ps-header-lines, ps-show-n-of-n, ps-font-info-database)
(ps-font-family, ps-font-size, ps-header-font-family)
(ps-header-font-size, ps-header-title-font-size, ps-bold-faces)
(ps-italic-faces, ps-underlined-faces, ps-left-header, ps-right-header)
(ps-font, ps-font-bold, ps-font-italic, ps-font-bold-italic)
(ps-avg-char-width, ps-space-width, ps-line-height): Doc fix.
(ps-error-scale-font): New fn.
(ps-soft-lf, ps-hard-lf): Fn deleted.
(ps-get-page-dimensions, ps-set-bg, ps-face-bold-p, ps-face-italic-p)
(ps-set-color): Reindentation.
(ps-output-string-prim, ps-xemacs-face-kind-p): Internal blank lines
deleted.
(ps-set-font): Little programming improvement.
(ps-line-lengths-internal, ps-nb-pages, ps-select-font)
(ps-select-header-font): Simplify some expressions.
(ps-plot-region): Replace (- X 1) by (1- X).
(ps-generate-header): Replace (+ X 1) by (1+ X).
(ps-print-preprint, ps-plot-with-face, ps-print-ensure-fontified)
(ps-kill-emacs-check): Replace (if (and A B) C) by (and A B C).
(ps-init-output-queue, ps-gnus-article-prepare-hook, ps-jts-ps-setup):
Replace (setq a b)(setq c d) by (setq a b c d).
(ps-begin-file, ps-end-file): Replace (ps-output A)(ps-output B)
by (ps-output A B).
(ps-begin-page): Replace (ps-output A)(ps-output B) by (ps-output A B),
replace (setq a b)(setq c d) by (setq a b c d).
(ps-next-line, ps-continue-line): Replace (setq a b)(setq c d)
by (setq a b c d), and incorporates ps-soft-lf and ps-hard-lf,
respectively.
(ps-plot): Replace (setq a b)(setq c d) by (setq a b c d),
and programming improvement.
(ps-generate-postscript-with-faces): Initialization fix,
replace (setq a b)(setq c d) by (setq a b c d),
replace (if (and A B) C) by (and A B C).
(ps-generate): Doc fix, reprogramming to set the page count,
replace (setq a b)(setq c d) by (setq a b c d),
replace (if A nil B) by (or A B),
replace (if (and A B) C) by (and A B C).
(ps-info-mode-hook): Replace (list 'A 'B) by '(A B).
(ps-jack-setup): Replace (list) by nil.

26 years ago(back_comment): Handle 2-char comment starts
Karl Heuer [Sun, 23 Nov 1997 02:18:34 +0000 (02:18 +0000)]
(back_comment): Handle 2-char comment starts
when reaching the first of the pair.

26 years ago(b2m): Define VERSION. Link with $(GETOPTOBJS).
Karl Heuer [Sun, 23 Nov 1997 02:17:48 +0000 (02:17 +0000)]
(b2m): Define VERSION.  Link with $(GETOPTOBJS).

26 years agoInclude getopt.h.
Karl Heuer [Sun, 23 Nov 1997 02:17:36 +0000 (02:17 +0000)]
Include getopt.h.
(main): Use getopt_long to handle --version and --help.

26 years ago(ange-ftp-generate-passwd-key):
Karl Heuer [Sun, 23 Nov 1997 02:16:13 +0000 (02:16 +0000)]
(ange-ftp-generate-passwd-key):
Downcase the host name
(ange-ftp-passwd-hashtable): Doc fix.

26 years ago(perl-mode): Delete autoload cookie.
Karl Heuer [Sun, 23 Nov 1997 02:14:14 +0000 (02:14 +0000)]
(perl-mode): Delete autoload cookie.

26 years ago(auto-mode-alist): Add more extensions for perl-mode.
Karl Heuer [Sun, 23 Nov 1997 02:13:26 +0000 (02:13 +0000)]
(auto-mode-alist): Add more extensions for perl-mode.
(interpreter-mode-alist): Add miniperl.

26 years ago(window-configuration-to-register):
Karl Heuer [Sun, 23 Nov 1997 02:12:23 +0000 (02:12 +0000)]
(window-configuration-to-register):
(frame-configuration-to-register): Include (point) in the saved value.
(jump-to-register): Restore (point) as well as window or frame config.

26 years agoInitial revision
Karl Heuer [Sun, 23 Nov 1997 02:10:07 +0000 (02:10 +0000)]
Initial revision

26 years agoComment change.
Richard M. Stallman [Sun, 23 Nov 1997 01:13:47 +0000 (01:13 +0000)]
Comment change.

26 years agoInitial revision
Richard M. Stallman [Sun, 23 Nov 1997 01:13:07 +0000 (01:13 +0000)]
Initial revision

26 years agoDoc fixes and extra customization.
Dave Love [Fri, 21 Nov 1997 23:57:48 +0000 (23:57 +0000)]
Doc fixes and extra customization.
(browse-url): Quote browse-url-choose-browser in application.

26 years ago(copy_keymap_1): Fix return type.
Andreas Schwab [Fri, 21 Nov 1997 15:18:28 +0000 (15:18 +0000)]
(copy_keymap_1): Fix return type.
(accessible_keymaps_char_table): Likewise.
(where_is_internal_2): Likewise.
(describe_vector_princ): Likewise.
(Ftext_char_description): Fix type of `str'.
(describe_vector): Likewise.  Protoize parameter.

26 years agoAdd prototypes and more function declarations.
Andreas Schwab [Fri, 21 Nov 1997 15:12:34 +0000 (15:12 +0000)]
Add prototypes and more function declarations.

26 years ago(traverse_intervals): Protoize parameter.
Andreas Schwab [Fri, 21 Nov 1997 15:07:57 +0000 (15:07 +0000)]
(traverse_intervals): Protoize parameter.

26 years agoProtoize function declarations.
Andreas Schwab [Fri, 21 Nov 1997 15:06:01 +0000 (15:06 +0000)]
Protoize function declarations.

26 years agoProtoize functions declarations.
Andreas Schwab [Fri, 21 Nov 1997 15:01:36 +0000 (15:01 +0000)]
Protoize functions declarations.

26 years ago* fns.c (map_char_table): Protoize parameter.
Andreas Schwab [Fri, 21 Nov 1997 14:58:22 +0000 (14:58 +0000)]
* fns.c (map_char_table): Protoize parameter.

26 years ago(close_file_unwind): Fix return type and return nil.
Andreas Schwab [Fri, 21 Nov 1997 14:56:30 +0000 (14:56 +0000)]
(close_file_unwind): Fix return type and return nil.
(restore_point_unwind): Likewise.

26 years ago(record_unwind_protect): Protoize parameter.
Andreas Schwab [Fri, 21 Nov 1997 14:54:13 +0000 (14:54 +0000)]
(record_unwind_protect): Protoize parameter.

26 years ago(Fchar_to_string): Declare `workbuf' as unsigned char.
Andreas Schwab [Fri, 21 Nov 1997 14:52:16 +0000 (14:52 +0000)]
(Fchar_to_string): Declare `workbuf' as unsigned char.
(general_insert_function): Likewise.  Protoize parameters.  Define
as returning nothing.

26 years ago(doprnt1): Declare `charbuf' as unsigned char.
Andreas Schwab [Fri, 21 Nov 1997 14:48:34 +0000 (14:48 +0000)]
(doprnt1): Declare `charbuf' as unsigned char.

26 years agoAdd prototypes. Remove declaration of obsolete
Andreas Schwab [Fri, 21 Nov 1997 14:46:31 +0000 (14:46 +0000)]
Add prototypes.  Remove declaration of obsolete
functions.