bpt/emacs.git
24 years ago(code_convert_string): Add record_unwind_protect to
Kenichi Handa [Mon, 18 Oct 1999 01:36:35 +0000 (01:36 +0000)]
(code_convert_string): Add record_unwind_protect to
assure setting inhibit_pre_post_conversion back to zero.  Take
care of the multibyteness of the working buffer.

(inhibit_pre_post_conversion): New variable.
(setup_coding_system): If inhibit_pre_post_conversion is nonzero,
ignore post-read-conversion and pre-write-conversion property of
the coding system.
(code_convert_region_unwind): New function.
(code_convert_region): Set inhibit_pre_post_conversion to 1 while
running pre-write-conversion and post-read-conversion.
(code_convert_string): Likewise.

24 years ago(iswitchb-exhibit): Extract user-input only
Gerd Moellmann [Sun, 17 Oct 1999 16:48:22 +0000 (16:48 +0000)]
(iswitchb-exhibit): Extract user-input only
from the mini-buffer, without the prompt.

24 years ago*** empty log message ***
Gerd Moellmann [Sun, 17 Oct 1999 16:38:11 +0000 (16:38 +0000)]
*** empty log message ***

24 years ago(minibuffer-prompt-end): Return the position
Gerd Moellmann [Sun, 17 Oct 1999 16:30:39 +0000 (16:30 +0000)]
(minibuffer-prompt-end): Return the position
after the prompt, not the position of that last character
of the prompt.

24 years agoAdd Miles Bader's description of fields.
Gerd Moellmann [Sun, 17 Oct 1999 12:58:58 +0000 (12:58 +0000)]
Add Miles Bader's description of fields.

24 years ago*** empty log message ***
Gerd Moellmann [Sun, 17 Oct 1999 12:57:38 +0000 (12:57 +0000)]
*** empty log message ***

24 years ago(Fforward_word): Supply new ESCAPE_FROM_EDGE parameter
Gerd Moellmann [Sun, 17 Oct 1999 12:56:25 +0000 (12:56 +0000)]
(Fforward_word): Supply new ESCAPE_FROM_EDGE parameter
to Fconstrain_to_field.
(Fforward_word): Likewise.
Constrain to any field.

24 years ago(Fminibuffer_complete_and_exit): Supply value for new
Gerd Moellmann [Sun, 17 Oct 1999 12:55:49 +0000 (12:55 +0000)]
(Fminibuffer_complete_and_exit): Supply value for new
ESCAPE_FROM_EDGE parameter to Ffield_beginning.
(Fminibuffer_complete_word): Use
Ffield_beginning to find the prompt end.
(Fminibuffer_complete_and_exit): Test for an empty
input string by seeing where the field begins, instead of
looking at text-properties.
(read_minibuf): Don't save minibuffer prompt length on
minibuf_save_list.
Don't initialize minibuffer prompt length.
Wrap prompt text-properties around the entire prompt.
Add 'prompt text-property to prompt.
Get final value with Ffield_string instead of make_buffer_string.
(read_minibuf_unwind): Don't restore minibuffer prompt length from
minibuf_save_list.
(do_completion): Get minibuffer input with Ffield_string
instead of Fbuffer_string.
Erase minibuffer input with Ferase_field instead of erase_buffer.
(Fminibuffer_complete_and_exit): Likewise.
Test whether buffer is empty by looking for the 'prompt text
property at the end.
Set prompt length by looking for the end of the prompt text property,
and save prompt length for later use (since there is no longer a
buffer variable to get it from).
(Fminibuffer_prompt_width, Fminibuffer_prompt_end): Functions removed.
(syms_of_minibuf): Remove initializations of
Sminibuffer_prompt_width and Sminibuffer_prompt_end.

24 years ago(Fconstrain_to_field): Make sure we don't violate the
Gerd Moellmann [Sun, 17 Oct 1999 12:55:00 +0000 (12:55 +0000)]
(Fconstrain_to_field): Make sure we don't violate the
argument preconditions of find_before_next_newline in the case
where both ONLY_IN_LINE and ESCAPE_FROM_EDGE are set and OLD_POS
was indeed at the edge.
(text_property_eq, text_property_stickiness): Don't
use initializers for auto variables of type Lisp_Object.
(find_field): Likewise.  Use braces around nested ifs.
(Fline_end_position): Store the raw eol in a variable, so that the
final expression doesn't look so ugly.
(Fconstrain_to_field): Doc fix.
(preceding_pos): Renamed from `preceeding_pos'.
(text_property_stickiness, find_field): Call preceding_pos,
not preceeding_pos.
(Ffield_string_no_properties): New function.
(text_property_stickiness, preceeding_pos): New functions.
(Ffield_string): Remove PROPS parameter.
(find_field): Add MERGE_AT_BOUNDARY parameter.
Rewrite to use stickiness of `field' property to resolve
ambiguous cases.
(Ffield_beginning, Ffield_end): Add ESCAPE_FROM_EDGE parameter.
(Fconstrain_to_field): Likewise.
(syms_of_editfns): Init Sfield_string_no_properties.
(Ffield_string, Ferase_field, Ffield_end):
Supply new MERGE_AT_BOUNDARY argument to find_field.
(Fline_beginning_position, Fline_end_position): Supply new
ESCAPE_FROM_EDGE parameter to Fconstrain_to_field.
Pass a value of Qt for the ONLY_IN_LINE argument to
Fconstrain_to_field (only matters if N != 1).
(Fconstrain_to_field): Add get/set-current-point
behavior when NEW_POS is nil.
(find_field): Use XSETFASTINT instead of make_number.
(Qfield): New variable.
(find_field, Ferase_field, Ffield_string,
Ffield_beginning, Ffield_end, Fconstrain_to_field): New functions.
(Fline_beginning_position, Fline_end_position): Constrain to any field.
(make_buffer_string_both): Remove minibuffer-prompt hack.
(syms_of_editfns): Initialize Qfield, and subr entries for
field functions above.

24 years ago(struct buffer): Remove prompt_end_charpos field.
Gerd Moellmann [Sun, 17 Oct 1999 12:53:48 +0000 (12:53 +0000)]
(struct buffer): Remove prompt_end_charpos field.

24 years ago(Fget_buffer_create, Fmake_indirect_buffer, Fkill_buffer):
Gerd Moellmann [Sun, 17 Oct 1999 12:53:14 +0000 (12:53 +0000)]
(Fget_buffer_create, Fmake_indirect_buffer, Fkill_buffer):
Don't initialize prompt_end_charpos field.

24 years ago(forward-sentence, forward-paragraph):
Gerd Moellmann [Sun, 17 Oct 1999 12:51:19 +0000 (12:51 +0000)]
(forward-sentence, forward-paragraph):
When constraining the final position to the current field,
don't use the ONLY-IN-LINE mode of constrain-to-field.
(forward-sentence): Likewise.
(forward-paragraph, forward-sentence): Likewise.
(backward-kill-paragraph, backward-kill-sentence): Remove code to
constrain the kill to an field, as the movement commands now
do this.
(backward-kill-sentence):
Remove minibuffer-prompt hack.
Constrain to any input field.

24 years agoDoc fixes.
Gerd Moellmann [Sun, 17 Oct 1999 12:50:04 +0000 (12:50 +0000)]
Doc fixes.
(previous-matching-history-element, next-history-element):
Change to work correctly even if the point is in the prompt.
(choose-completion-string): Likewise.
(minibuffer-prompt-width): New function (compatibility with old subr).
(line-move): Supply new ESCAPE-FROM-EDGE argument to
constrain-to-field.
(line-move): Use constrain-to-field to avoid
moving into a prompt.
(previous-complete-history-element): Clarify doc string.
(next-complete-history-element): Likewise.
Use field-beginning instead of point-min.
(next-matching-history-element): Use field-beginning and
erase-field instead of point-min and erase-buffer.
(previous-matching-history-element): Get the
minibuffer input with field-string instead of buffer-string.
(choose-completion-string): Likewise.
(next-history-element): Likewise.
Erase the minibuffer input with erase-field, not erase-buffer.
Use field-beginning to find the beginning of the input.

24 years ago(completion-ignored-extensions): Added ".sparcf"
Gerd Moellmann [Sun, 17 Oct 1999 10:48:08 +0000 (10:48 +0000)]
(completion-ignored-extensions): Added ".sparcf"
for CMUCL on sparc and ".ufsl" for LispWorks.
(bound-and-true-p): Bugfix: free variable `v'.

24 years ago#
Dave Love [Sun, 17 Oct 1999 09:55:57 +0000 (09:55 +0000)]
#

24 years ago(edebug-install-read-eval-functions)
Dave Love [Sat, 16 Oct 1999 21:30:20 +0000 (21:30 +0000)]
(edebug-install-read-eval-functions)
(edebug-uninstall-read-eval-functions): Use load-read-function,
avoiding elisp-eval.

24 years ago*** empty log message ***
Gerd Moellmann [Sat, 16 Oct 1999 12:03:09 +0000 (12:03 +0000)]
*** empty log message ***

24 years ago(common-lisp-indent-function): Use `eq' instead of `eql'.
Gerd Moellmann [Sat, 16 Oct 1999 12:00:02 +0000 (12:00 +0000)]
(common-lisp-indent-function): Use `eq' instead of `eql'.

24 years ago(enum save_restore_action): New.
Gerd Moellmann [Sat, 16 Oct 1999 11:24:23 +0000 (11:24 +0000)]
(enum save_restore_action): New.
(save_restore_orig_size): Change parameter list.  Add
functionality to check for valid orig_top and orig_height members
in a window tree.
(grow_mini_window): Call save_restore_orig_size with new parameter
list.
(shrink_mini_window): Restore old window sizes only if old
size information is valid in all windows in a window tree.

24 years ago(bat-generic-mode-keymap): Added thio variable
Peter Breton [Sat, 16 Oct 1999 04:11:07 +0000 (04:11 +0000)]
(bat-generic-mode-keymap): Added thio variable
(bat-generic-mode-compile): Added this function
(bat-generic-mode-run-as-comint): Added this function

24 years agoAdded new InstallShield keywords.
Peter Breton [Sat, 16 Oct 1999 03:59:43 +0000 (03:59 +0000)]
Added new InstallShield keywords.
Change font-lock-reference-face to font-lock-constant-face throughout.

(resolve-conf-generic-mode): Added this mode.
(named-database-generic-mode): Added this mode.
(named-boot-generic-mode): Added this mode.
(apache-conf-generic-mode): Added Directories and Locations to imenu-generic-expression.
(generic-define-mswindows-modes): Added apache-conf-generic-mode and apache-log-generic-mode.
(generic-define-unix-modes): Added apache-conf-generic-mode and apache-log-generic-mode.
(apache-conf-generic-mode): This new mode replaces apache-generic-mode.
(apache-log-generic-mode): Added this generic-mode

24 years ago(locate-in-alternate-database): Added this function
Peter Breton [Sat, 16 Oct 1999 03:47:06 +0000 (03:47 +0000)]
(locate-in-alternate-database): Added this function
(locate): Added locate-post-command-hook.
(locate-prompt-for-command): Added this variable.
(locate): If locate-prompt-for-command is set, prompt for a command
  to run to populate the locate buffer as the default behavior.
(locate-update): Add prefix arg to locate call.
(locate-with-filter): Add prefix arg to locate call.
(locate): Add prefix arg. If set, the function prompts the user
(locate-mouse-face): No longer needed.
(locate-mode): Setup `dired-subdir-alist' cleanly using `dired-alist-add-1'.
(locate-set-properties): Set properties cleanly using
`dired-insert-set-properties', giving dired like output.
  for a command to run instead of the default one.
(locate-grep-history-list): Added this variable.
(locate-with-filter): Use locate-grep-history-list instead of grep-history.
(locate-filter-output): filter is not regexp-quoted.
(locate-mode-map): Added keybinding for locate-find-directory.
  Changed keybinding for "U" from dired-unmark-all-files-no-query
  to dired-unmark-all-files.
(locate-find-directory): Added this function.
(locate-find-directory-other-window): Added this function.
(locate-get-dirname): Added this function.
(locate-mouse-view-file): Renamed mouse-locate-view-file to this name.

24 years ago(find-dired-find-program): Added this variable.
Peter Breton [Sat, 16 Oct 1999 03:20:11 +0000 (03:20 +0000)]
(find-dired-find-program): Added this variable.
(find-dired): Use find-dired-find-program instead of "find".

24 years ago(whois-server-name): Changed to rs.internic.net
Peter Breton [Sat, 16 Oct 1999 03:15:58 +0000 (03:15 +0000)]
(whois-server-name): Changed to rs.internic.net
(nslookup-mode): Now implemented as a derived mode.
(ftp-mode): Now implemented as a derived mode.
(dig): Added this function.
(dig-program): Added this variable.

24 years agoHeader comments changed.
Dave Love [Fri, 15 Oct 1999 16:53:35 +0000 (16:53 +0000)]
Header comments changed.

24 years agoUse make-temp-file.
Stefan Monnier [Fri, 15 Oct 1999 16:03:59 +0000 (16:03 +0000)]
Use make-temp-file.

24 years ago(pop.o): Depend on config.h.
Dave Love [Fri, 15 Oct 1999 15:48:53 +0000 (15:48 +0000)]
(pop.o): Depend on config.h.

24 years ago(set_frame_menubar): Don't call
Gerd Moellmann [Fri, 15 Oct 1999 15:15:43 +0000 (15:15 +0000)]
(set_frame_menubar): Don't call
x_set_menu_resources_from_menu_face here.
(update_frame_menubar): Call x_set_menu_resources_from_menu_face.

24 years ago*** empty log message ***
Gerd Moellmann [Fri, 15 Oct 1999 15:15:07 +0000 (15:15 +0000)]
*** empty log message ***

24 years agoSome typos fixed.
Gerd Moellmann [Fri, 15 Oct 1999 00:09:05 +0000 (00:09 +0000)]
Some typos fixed.

24 years ago(gif_load): Fix handling of interlaced GIFs.
Gerd Moellmann [Thu, 14 Oct 1999 23:19:50 +0000 (23:19 +0000)]
(gif_load): Fix handling of interlaced GIFs.

24 years agoAdd David Ponce for recentf.el.
Gerd Moellmann [Thu, 14 Oct 1999 22:30:15 +0000 (22:30 +0000)]
Add David Ponce for recentf.el.

24 years agoAdd description of recentf.
Gerd Moellmann [Thu, 14 Oct 1999 22:26:57 +0000 (22:26 +0000)]
Add description of recentf.

24 years ago(smtpmail-via-smtp): Add support for
Gerd Moellmann [Thu, 14 Oct 1999 22:09:58 +0000 (22:09 +0000)]
(smtpmail-via-smtp): Add support for
automatically appending a domain to RCPT TO: addresses.

24 years ago(dired-insert-directory): Insert the amount of
Gerd Moellmann [Thu, 14 Oct 1999 21:53:37 +0000 (21:53 +0000)]
(dired-insert-directory): Insert the amount of
free space after the total size.
(dired-free-space-program, dired-free-space-args): New variables.

24 years ago*** empty log message ***
Dave Love [Thu, 14 Oct 1999 21:29:47 +0000 (21:29 +0000)]
*** empty log message ***

24 years ago(rmail-pop-password-error): Add alternative.
Dave Love [Thu, 14 Oct 1999 21:21:10 +0000 (21:21 +0000)]
(rmail-pop-password-error): Add alternative.

24 years ago*** empty log message ***
Gerd Moellmann [Thu, 14 Oct 1999 20:57:51 +0000 (20:57 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Dave Love [Thu, 14 Oct 1999 15:27:34 +0000 (15:27 +0000)]
*** empty log message ***

24 years agoAdd emacs-prestest-bug@gnu.org analogous to bug-gnu-emacs@gnu.org.
Gerd Moellmann [Thu, 14 Oct 1999 12:12:30 +0000 (12:12 +0000)]
Add emacs-prestest-bug@gnu.org analogous to bug-gnu-emacs@gnu.org.

24 years ago(Fopen_network_stream): Don't loop if gethostbyname
Gerd Moellmann [Thu, 14 Oct 1999 11:23:11 +0000 (11:23 +0000)]
(Fopen_network_stream): Don't loop if gethostbyname
fails and h_errno is TRY_AGAIN.

24 years ago(handle_fontified_prop): GCPRO pos.
Dave Love [Thu, 14 Oct 1999 11:03:39 +0000 (11:03 +0000)]
(handle_fontified_prop): GCPRO pos.

24 years ago#
Dave Love [Thu, 14 Oct 1999 10:58:15 +0000 (10:58 +0000)]
#

24 years agolatin-[89]
Dave Love [Thu, 14 Oct 1999 10:36:16 +0000 (10:36 +0000)]
latin-[89]

24 years ago(iso-8859-n-locale-regexp): Modify for Latin-[89].
Dave Love [Thu, 14 Oct 1999 10:23:59 +0000 (10:23 +0000)]
(iso-8859-n-locale-regexp): Modify for Latin-[89].
(command-line): Detect Latin-[89] locales.

24 years agoAdd Latin-8, Latin-9. Modify some doc
Dave Love [Thu, 14 Oct 1999 09:53:01 +0000 (09:53 +0000)]
Add Latin-8, Latin-9.  Modify some doc
strings.

24 years agoAdd latin-iso8859-1[45].
Dave Love [Thu, 14 Oct 1999 09:49:12 +0000 (09:49 +0000)]
Add latin-iso8859-1[45].

24 years ago(lock_file): Fix previous change.
Dave Love [Thu, 14 Oct 1999 09:19:34 +0000 (09:19 +0000)]
(lock_file): Fix previous change.

24 years ago.
Stefan Monnier [Wed, 13 Oct 1999 22:45:44 +0000 (22:45 +0000)]
.

24 years ago(select-safe-coding-system, leim-list-header): avoid the use of strings
Stefan Monnier [Wed, 13 Oct 1999 22:45:28 +0000 (22:45 +0000)]
(select-safe-coding-system, leim-list-header): avoid the use of strings
that start with backslash newline since lread.c:read1 has a hack to turn
those strings into integer 0 during the loadup.el process.

24 years ago(diff-find-file-name): use `Index:' preferentially.
Stefan Monnier [Wed, 13 Oct 1999 22:26:45 +0000 (22:26 +0000)]
(diff-find-file-name): use `Index:' preferentially.

24 years ago#
Dave Love [Wed, 13 Oct 1999 17:42:55 +0000 (17:42 +0000)]
#

24 years ago(insert-image): Copy the image spec and add an intangible property.
Dave Love [Wed, 13 Oct 1999 17:38:18 +0000 (17:38 +0000)]
(insert-image): Copy the image spec and add an intangible property.

24 years ago(lock_file): Move gcpro of `fn'.
Dave Love [Wed, 13 Oct 1999 17:17:59 +0000 (17:17 +0000)]
(lock_file): Move gcpro of `fn'.

24 years ago(help-xref-interned): make it also work on variable-only and
Stefan Monnier [Wed, 13 Oct 1999 16:14:15 +0000 (16:14 +0000)]
(help-xref-interned): make it also work on variable-only and
  function-only symbols.
(help-make-xrefs): take advantage of the new `help-xref-interned'.
(help-follow): if the point under mouse is not highlighted, try
  `help-xref-interned' on the pointed-to symbol anyway.

24 years ago(Info-on-current-buffer): new entry point.
Stefan Monnier [Wed, 13 Oct 1999 14:48:57 +0000 (14:48 +0000)]
(Info-on-current-buffer): new entry point.
(Info-find-node): split into two for Info-on-current-buffer to
  hook into it.
(Info-current-file, Info-set-mode-line, Info-up):
  Info-current-file can now be t.
(Info-clone-buffer-hook): new function for `clone-buffer'.
(Info-goto-node, Info-menu, Info-mode-map, Info-mode): make
  `clone-buffer' available in various ways to the user.

24 years ago(shell-command, shell-command-on-region): use make-temp-file.
Stefan Monnier [Wed, 13 Oct 1999 00:48:17 +0000 (00:48 +0000)]
(shell-command, shell-command-on-region): use make-temp-file.
(clone-buffer, clone-process, clone-buffer-hook): new functions.

24 years ago* subr.el (with-current-buffer): don't use backquotes to avoid
Stefan Monnier [Wed, 13 Oct 1999 00:21:07 +0000 (00:21 +0000)]
* subr.el (with-current-buffer): don't use backquotes to avoid
  bootstrapping problems.
loadup.el (load-path): add subdirs for bootstrapping.
(docstrings): ignore errors during bootstrapping.
(args): new `bootstrap' argument (for use in place of `dump').

24 years agoDoc-string fixes.
Gerd Moellmann [Tue, 12 Oct 1999 22:19:26 +0000 (22:19 +0000)]
Doc-string fixes.

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 12 Oct 1999 21:12:16 +0000 (21:12 +0000)]
*** empty log message ***

24 years agoNew file. Setup a menu of recently opened files
Gerd Moellmann [Tue, 12 Oct 1999 21:08:00 +0000 (21:08 +0000)]
New file. Setup a menu of recently opened files

24 years ago(faq): use ../info/emacs-faq.info (as specified in the
Stefan Monnier [Tue, 12 Oct 1999 20:45:45 +0000 (20:45 +0000)]
(faq): use ../info/emacs-faq.info (as specified in the
  faq.texi file) rather than ../info/faq.

24 years agoNote --with-pop change.
Dave Love [Tue, 12 Oct 1999 17:16:59 +0000 (17:16 +0000)]
Note --with-pop change.

24 years ago#
Dave Love [Tue, 12 Oct 1999 17:14:18 +0000 (17:14 +0000)]
#

24 years agoDefault to --with-pop.
Dave Love [Tue, 12 Oct 1999 17:13:27 +0000 (17:13 +0000)]
Default to --with-pop.
Change sense of with-gcc and with-toolkit-scroll-bars messages to reflect
the defaults.

24 years agoAdd sh-script changes.
Gerd Moellmann [Tue, 12 Oct 1999 15:01:15 +0000 (15:01 +0000)]
Add sh-script changes.

24 years agoNew file. Major mode for editing PostScript.
Gerd Moellmann [Tue, 12 Oct 1999 14:56:42 +0000 (14:56 +0000)]
New file.  Major mode for editing PostScript.

24 years ago(auto-mode-alist): Add ps-mode for .eps and .ps, case insensitive.
Gerd Moellmann [Tue, 12 Oct 1999 14:53:08 +0000 (14:53 +0000)]
(auto-mode-alist): Add ps-mode for .eps and .ps, case insensitive.

24 years agoFiles not useful for Emacs 21.
Gerd Moellmann [Tue, 12 Oct 1999 14:46:57 +0000 (14:46 +0000)]
Files not useful for Emacs 21.

24 years agoAdded support for indenting existing scripts.
Gerd Moellmann [Tue, 12 Oct 1999 12:30:38 +0000 (12:30 +0000)]
Added support for indenting existing scripts.
(sh-mode-map): Added new bindings.
(sh-mode): Updated mode doc-string for new commands, added
make-local-variable calls, initialize mode-specific variables.
(sh-indent-line):  Renamed to sh-basic-indent-line;  sh-indent-line
is now a different function.
(sh-header-marker):  Changed docstring.
(sh-set-shell): Initialize mode-specific variables.
(sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
(sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
Changed these define-skeleton calls to work with user-specified
indentation settings.
(sh-basic-indent-line, sh-blink, sh-calculate-indent)
(sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
(sh-electric-hash, sh-electric-less, sh-electric-rparen)
(sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
(sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
(sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
(sh-guess-basic-offset, sh-handle-after-case-label)
(sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
(sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
(sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
(sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
(sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
(sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
(sh-handle-this-then, sh-help-string-for-variable)
(sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
(sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
(sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
(sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
(sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
(sh-remove-our-text-properties, sh-rescan-buffer)
(sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
(sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
(sh-scan-case, sh-search-word, sh-set-char-syntax)
(sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
(sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
functions.
(sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
(sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
(sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
(sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
(sh-var-list): New variables.

24 years agoAdd sh-script changes.
Gerd Moellmann [Tue, 12 Oct 1999 12:28:42 +0000 (12:28 +0000)]
Add sh-script changes.

24 years ago(quickurl-list-insert): `count-lines' was returning
Gerd Moellmann [Tue, 12 Oct 1999 11:48:43 +0000 (11:48 +0000)]
(quickurl-list-insert): `count-lines' was returning
a value one line to high if the cursor wasn't at the start of a
line. A `beginning-of-line' is now performed before making the
call to `count-lines'.

24 years agoPatch from RMS.
Gerd Moellmann [Tue, 12 Oct 1999 11:39:28 +0000 (11:39 +0000)]
Patch from RMS.

24 years agoAvoid strneq.
Dave Love [Mon, 11 Oct 1999 17:14:12 +0000 (17:14 +0000)]
Avoid strneq.

24 years ago(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier [Mon, 11 Oct 1999 09:53:03 +0000 (09:53 +0000)]
(vc-backend-diff): get rid of the autoloaded advice.

24 years ago#
Dave Love [Mon, 11 Oct 1999 09:45:52 +0000 (09:45 +0000)]
#

24 years agoUse "pop3" as the POP service name on all platforms,
Gerd Moellmann [Sun, 10 Oct 1999 23:09:04 +0000 (23:09 +0000)]
Use "pop3" as the POP service name on all platforms,
instead of using "pop" on Unix and "pop3" on Windows NT.  "pop3"
has been the standard service name since RFC 1340 was published in
July 1992, so I think it's safe to start using it by default.

24 years agoAdd patch from rms around line 1870.
Gerd Moellmann [Sun, 10 Oct 1999 21:25:17 +0000 (21:25 +0000)]
Add patch from rms around line 1870.

24 years ago(auto-save-interval): Fix doc string.
Gerd Moellmann [Sun, 10 Oct 1999 21:09:05 +0000 (21:09 +0000)]
(auto-save-interval): Fix doc string.

24 years ago(compile): removed debugging print.
Stefan Monnier [Sun, 10 Oct 1999 19:22:20 +0000 (19:22 +0000)]
(compile): removed debugging print.

24 years ago(compile, bootstrap-compile): don't use setwins: I'm an idiot.
Stefan Monnier [Sun, 10 Oct 1999 19:19:48 +0000 (19:19 +0000)]
(compile, bootstrap-compile): don't use setwins: I'm an idiot.

24 years ago.
Stefan Monnier [Sun, 10 Oct 1999 19:18:47 +0000 (19:18 +0000)]
.

24 years ago(compile, bootstrap-compile): forgot `;' after $(setwins).
Stefan Monnier [Sun, 10 Oct 1999 19:09:47 +0000 (19:09 +0000)]
(compile, bootstrap-compile): forgot `;' after $(setwins).

24 years ago.
Stefan Monnier [Sun, 10 Oct 1999 01:46:11 +0000 (01:46 +0000)]
.

24 years ago(dontcompile): look for the DONTCOMPILE variable rather
Stefan Monnier [Sun, 10 Oct 1999 01:45:54 +0000 (01:45 +0000)]
(dontcompile): look for the DONTCOMPILE variable rather
  than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.

24 years ago(Fsingle_key_description): Make tem big enough.
Phillip Rulon [Sun, 10 Oct 1999 01:39:53 +0000 (01:39 +0000)]
(Fsingle_key_description): Make tem big enough.
(describe_buffer_bindings): Make buf big enough.

24 years ago(setwins): generalized a little.
Stefan Monnier [Sun, 10 Oct 1999 01:32:09 +0000 (01:32 +0000)]
(setwins): generalized a little.
(compile, bootstrap-compile, autoloads-with-other-emacs): use it.

24 years ago(map-y-or-n-p): If we read -1, for end of keyboard
Phillip Rulon [Sun, 10 Oct 1999 01:22:34 +0000 (01:22 +0000)]
(map-y-or-n-p): If we read -1, for end of keyboard
macro, try again.

24 years ago.
Stefan Monnier [Sun, 10 Oct 1999 00:42:15 +0000 (00:42 +0000)]
.

24 years ago(setwins): abstract out the command to find subdirectories
Stefan Monnier [Sun, 10 Oct 1999 00:41:59 +0000 (00:41 +0000)]
(setwins): abstract out the command to find subdirectories
and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
(custom-deps, finder-data, autoloads, update-subdirs, updates): use it.

24 years ago.
Stefan Monnier [Sat, 9 Oct 1999 23:52:56 +0000 (23:52 +0000)]
.

24 years agoInitial revision, known outside of Emacs as version 1.8.
Stefan Monnier [Sat, 9 Oct 1999 23:52:39 +0000 (23:52 +0000)]
Initial revision, known outside of Emacs as version 1.8.

24 years ago(print): When removing objects from Vprint_number_table,
Richard M. Stallman [Sat, 9 Oct 1999 22:58:37 +0000 (22:58 +0000)]
(print): When removing objects from Vprint_number_table,
only scan the newly added objects.
(print_preprocess): If OBJ is a gensym, and print-continuous-numbering,
unconditionally force it to stay in the table.

24 years ago*** empty log message ***
Gerd Moellmann [Sat, 9 Oct 1999 19:58:13 +0000 (19:58 +0000)]
*** empty log message ***

24 years ago(prepare_image_for_display): Don't try to load image if
Gerd Moellmann [Sat, 9 Oct 1999 19:47:16 +0000 (19:47 +0000)]
(prepare_image_for_display): Don't try to load image if
loading it failed before.
(lookup_image, prepare_image_for_display): Remember if loading the
image failed.
(xpm_load): Add missing UNBLOCK_INPUT.

24 years ago(struct image): New member load_failed_p.
Gerd Moellmann [Sat, 9 Oct 1999 19:46:41 +0000 (19:46 +0000)]
(struct image): New member load_failed_p.

24 years ago(uninstall, install-arch-indep, install-arch-dep):
Richard M. Stallman [Sat, 9 Oct 1999 19:13:48 +0000 (19:13 +0000)]
(uninstall, install-arch-indep, install-arch-dep):
Unset CDPATH to prevent cd from generating output.

24 years ago*** empty log message ***
Richard M. Stallman [Sat, 9 Oct 1999 19:13:07 +0000 (19:13 +0000)]
*** empty log message ***

24 years agoAdd entry for face `menu'.
Gerd Moellmann [Sat, 9 Oct 1999 19:06:49 +0000 (19:06 +0000)]
Add entry for face `menu'.

24 years ago*** empty log message ***
Richard M. Stallman [Sat, 9 Oct 1999 18:07:32 +0000 (18:07 +0000)]
*** empty log message ***