]> git.eshelyaron.com Git - emacs.git/log
emacs.git
27 years ago(mail-strip-quoted-names): Retain one whitespace
Richard M. Stallman [Wed, 27 Aug 1997 02:33:40 +0000 (02:33 +0000)]
(mail-strip-quoted-names): Retain one whitespace
character between addresses.

27 years ago(decode_mode_spec): For %Z and %z, put keyboard and
Richard M. Stallman [Tue, 26 Aug 1997 22:41:06 +0000 (22:41 +0000)]
(decode_mode_spec): For %Z and %z, put keyboard and
terminal coding systems into modeline on MSDOS frames as well.

27 years ago(read_minibuf): Inherit enable-multibyte-characters
Richard M. Stallman [Tue, 26 Aug 1997 22:16:09 +0000 (22:16 +0000)]
(read_minibuf): Inherit enable-multibyte-characters
along with the input method, if requested.

27 years ago(gnus-select-method): Change the other ignore-errors.
Richard M. Stallman [Tue, 26 Aug 1997 22:11:25 +0000 (22:11 +0000)]
(gnus-select-method): Change the other ignore-errors.

27 years ago(emacs-lisp-mode-syntax-table): Give formfeed whitespace syntax.
Richard M. Stallman [Tue, 26 Aug 1997 18:13:31 +0000 (18:13 +0000)]
(emacs-lisp-mode-syntax-table): Give formfeed whitespace syntax.

27 years ago(facemenu-unlisted-faces): Expand variable
Richard M. Stallman [Tue, 26 Aug 1997 17:59:23 +0000 (17:59 +0000)]
(facemenu-unlisted-faces): Expand variable
definition to allow regexps; add regexps for some packages that
define a lot of faces.
(facemenu-add-new-face): Test new face against regexps.
(list-colors-display): Rather than creating a zillion faces, use
new (foreground-color . COLOR) and (background-color . COLOR)
face properties.

27 years ago(mule-diag): Add save-excursion calls.
Richard M. Stallman [Tue, 26 Aug 1997 17:33:55 +0000 (17:33 +0000)]
(mule-diag): Add save-excursion calls.

27 years agoRe-arrange macros so that the macro TIT contains
Kenichi Handa [Tue, 26 Aug 1997 12:04:43 +0000 (12:04 +0000)]
Re-arrange macros so that the macro TIT contains
only Quial packages generated from CXTERM dictionaries, and the
macro NON-TIT contains only Quial packages distributed with Emacs.
(install): Do not use -h option for tar, instead copy ${NON-TIT}
and ${TIT} separately.

27 years ago(inactivate-current-input-method-function): Doc-string modified.
Kenichi Handa [Tue, 26 Aug 1997 12:03:42 +0000 (12:03 +0000)]
(inactivate-current-input-method-function): Doc-string modified.
(input-method-activate-hook): Likewise.
(input-method-inactivate-hook): Likewise.
(activate-input-method): Document it.
(inactivate-input-method): Document it.

27 years ago(set-language-info-alist): Change
Kenichi Handa [Tue, 26 Aug 1997 11:47:06 +0000 (11:47 +0000)]
(set-language-info-alist): Change
iso-2022-7bit to iso-2022-jp.

27 years ago(tibetan-composition): Add autoload cookies.
Kenichi Handa [Tue, 26 Aug 1997 11:47:06 +0000 (11:47 +0000)]
(tibetan-composition): Add autoload cookies.

27 years ago(revert-buffer): Read a file without any code
Kenichi Handa [Tue, 26 Aug 1997 11:45:49 +0000 (11:45 +0000)]
(revert-buffer): Read a file without any code
conversion if we are reverting from an auto-saved file.

27 years ago(query-replace-read-args): Locally bind
Kenichi Handa [Tue, 26 Aug 1997 11:45:49 +0000 (11:45 +0000)]
(query-replace-read-args): Locally bind
minibuffer-inherit-input-method to t to make a minibuffer inherit
the current input method.
(map-query-replace-regexp, keep-lines, flush-lines): Likewise.
(how-many, occur): Likewise.

27 years ago(Fml_arg): Call Fread_string with
Kenichi Handa [Tue, 26 Aug 1997 11:42:33 +0000 (11:42 +0000)]
(Fml_arg): Call Fread_string with
INHERIT-INPUT-METHOD nil.

27 years ago(Fexecute_extended_command): Call Fread_from_minibuffer
Kenichi Handa [Tue, 26 Aug 1997 11:42:33 +0000 (11:42 +0000)]
(Fexecute_extended_command): Call Fread_from_minibuffer
with INHERIT-INPUT-METHOD nil.

27 years ago(Finteractive): Document the code letter `M'.
Kenichi Handa [Tue, 26 Aug 1997 11:42:33 +0000 (11:42 +0000)]
(Finteractive): Document the code letter `M'.
(Fcall_interactively): Call Fcompleting_read,
Fread_from_minibuffer, and Fread_string with a proper value for
the arg INHERIT-INPUT-METHOD.  Handle the code letter `M'.

27 years ago(DEFUN_ARGS_8): New macro.
Kenichi Handa [Tue, 26 Aug 1997 11:42:33 +0000 (11:42 +0000)]
(DEFUN_ARGS_8): New macro.
(Fcompleting_read, Fread_from_minibuffer, Fread_string,
Fread_no_blanks_input): Number of arguments fixed.

27 years ago(Fread_non_nil_coding_system): Supply the arg
Kenichi Handa [Tue, 26 Aug 1997 11:42:33 +0000 (11:42 +0000)]
(Fread_non_nil_coding_system): Supply the arg
INHERIT-INPUT-METHOD to Fcompleting_read.
(Fread_coding_system): Likewise.

27 years ago(Qcurrent_input_method, Qactivate_input_method): New
Kenichi Handa [Tue, 26 Aug 1997 11:42:33 +0000 (11:42 +0000)]
(Qcurrent_input_method, Qactivate_input_method): New
variables.
(syms_of_minibuf): Intern and staticpro them.
(read_minibuf): New argument INHERIT_INPUT_METHOD.  If it is
nonzero, remember the current input method in INPUT_METHOD, and
activate it after switching to the minibuffer.
(Fread_from_minibuffer): New argument INHERIT_INPUT_METHOD.
(Fread_minibuffer): Call read_minibuf with INHERIT_INPUT_METHOD
nil.
(Fread_string): New argument INHERIT_INPUT_METHOD.
(Fread_no_blanks_input): Likewise.
(Fread_command): Call Fcompleting_read with INHERIT_INPUT_METHOD
nil.
(Fread_function, Fread_variable, Fread_buffer): Likewise
(Fcompleting_read): New argument INHERIT_INPUT_METHOD.

27 years ago(Feval): Handle a subr which takes 8 arguments.
Kenichi Handa [Tue, 26 Aug 1997 11:42:33 +0000 (11:42 +0000)]
(Feval): Handle a subr which takes 8 arguments.
(Ffuncall): Likewise.

27 years ago(Fwrite_region): Convert EOL format even if
Kenichi Handa [Tue, 26 Aug 1997 11:42:33 +0000 (11:42 +0000)]
(Fwrite_region): Convert EOL format even if
enable-multibyte-characters is nil.
(Fread_file_name): Call Fcompleting_read with INHERIT-INPUT-METHOD
nil.

27 years ago(Fyes_or_no_p): Call Fread_from_minibuffer
Kenichi Handa [Tue, 26 Aug 1997 11:42:33 +0000 (11:42 +0000)]
(Fyes_or_no_p): Call Fread_from_minibuffer
with INHERIT-INPUT-METHOD nil.

27 years ago(Fsearch_backward): Inherit the current input method on
Kenichi Handa [Tue, 26 Aug 1997 11:42:33 +0000 (11:42 +0000)]
(Fsearch_backward): Inherit the current input method on
reading STRING.
(Fsearch_forward): Likewise.

27 years ago(*:Linux:*:*): Recognize alpha-linux-gnulibc1.
Richard Kenner [Tue, 26 Aug 1997 09:21:29 +0000 (09:21 +0000)]
(*:Linux:*:*): Recognize alpha-linux-gnulibc1.

27 years agoRequire cl at compile time.
Richard M. Stallman [Tue, 26 Aug 1997 06:38:09 +0000 (06:38 +0000)]
Require cl at compile time.

27 years ago(gnus-group-make-useful-group): Don't use caddr in interactive.
Richard M. Stallman [Tue, 26 Aug 1997 06:30:41 +0000 (06:30 +0000)]
(gnus-group-make-useful-group): Don't use caddr in interactive.

27 years ago(gnus-emphasis-alist): Don't use caddr.
Richard M. Stallman [Tue, 26 Aug 1997 06:29:12 +0000 (06:29 +0000)]
(gnus-emphasis-alist): Don't use caddr.

27 years ago(rmail-mode-1): Update the value for mode-line-modified.
Richard M. Stallman [Tue, 26 Aug 1997 04:37:02 +0000 (04:37 +0000)]
(rmail-mode-1): Update the value for mode-line-modified.

27 years ago(custom-declare-variable): Use custom-initialize-reset
Richard M. Stallman [Tue, 26 Aug 1997 03:45:21 +0000 (03:45 +0000)]
(custom-declare-variable): Use custom-initialize-reset
by default, rather than custom-initialize-set.
(custom-initialize-reset, custom-initialize-set): Doc fixes.

27 years ago(install-arch-indep): Discard extra data in tar | tar pipes.
Richard M. Stallman [Tue, 26 Aug 1997 03:34:50 +0000 (03:34 +0000)]
(install-arch-indep): Discard extra data in tar | tar pipes.

27 years ago(install): Discard extra data in tar | tar command.
Richard M. Stallman [Tue, 26 Aug 1997 03:25:49 +0000 (03:25 +0000)]
(install): Discard extra data in tar | tar command.

27 years ago(Fframe_pixel_height): Doc fix.
Richard M. Stallman [Tue, 26 Aug 1997 01:36:29 +0000 (01:36 +0000)]
(Fframe_pixel_height): Doc fix.

27 years agoRequire cl at compile time.
Richard M. Stallman [Tue, 26 Aug 1997 00:13:53 +0000 (00:13 +0000)]
Require cl at compile time.

27 years ago(emacs): Put dash at beginning.
Richard M. Stallman [Mon, 25 Aug 1997 19:13:16 +0000 (19:13 +0000)]
(emacs): Put dash at beginning.

27 years ago(c-macro-expand): Add autoload cookie.
Richard M. Stallman [Mon, 25 Aug 1997 17:18:44 +0000 (17:18 +0000)]
(c-macro-expand): Add autoload cookie.

27 years ago(hif-greater, hif-less, hif-greater-equal)
Richard M. Stallman [Mon, 25 Aug 1997 17:06:42 +0000 (17:06 +0000)]
(hif-greater, hif-less, hif-greater-equal)
(hif-less-equal): New functions.
(hif-tokenize): Handle new tokens >, <, >=, <=.
(hif-eq-expr): Handle parsing these new tokens.
(hif-token-regexp): Match >, <. >=, <=

27 years ago(use-hard-newlines): Un-customized.
Richard M. Stallman [Mon, 25 Aug 1997 17:06:01 +0000 (17:06 +0000)]
(use-hard-newlines): Un-customized.

27 years ago(custom-make-dependencies): Don't print each file name.
Richard M. Stallman [Mon, 25 Aug 1997 06:41:17 +0000 (06:41 +0000)]
(custom-make-dependencies): Don't print each file name.

27 years agoRequire cl only at compile time.
Richard M. Stallman [Mon, 25 Aug 1997 04:59:33 +0000 (04:59 +0000)]
Require cl only at compile time.
(message-user-agent): Use condition-case, not ignore-errors.
(message-talkative-question): Doc fix.

27 years agoRequire cl at compile time.
Richard M. Stallman [Mon, 25 Aug 1997 04:57:07 +0000 (04:57 +0000)]
Require cl at compile time.
(gnus-select-method): Use condition-case, not ignore-errors.
(gnus-check-backend-function): Definition moved up.

27 years agoRequire cl only at compile time.
Richard M. Stallman [Mon, 25 Aug 1997 04:53:47 +0000 (04:53 +0000)]
Require cl only at compile time.
(gnus-parent-id): Don't use last with 2 args.

27 years agoRequire cl only at compile time.
Richard M. Stallman [Mon, 25 Aug 1997 04:50:34 +0000 (04:50 +0000)]
Require cl only at compile time.

27 years agoRequire cl at compile time.
Richard M. Stallman [Mon, 25 Aug 1997 04:40:29 +0000 (04:40 +0000)]
Require cl at compile time.

27 years agoRequire cl at compile time.
Richard M. Stallman [Mon, 25 Aug 1997 04:39:20 +0000 (04:39 +0000)]
Require cl at compile time.
(gnus-site-init-file): Use condition-case.

27 years ago(quail-terminate-translation): Doc-string
Kenichi Handa [Mon, 25 Aug 1997 01:06:41 +0000 (01:06 +0000)]
(quail-terminate-translation): Doc-string
fixed.  Set quail-prefix-arg to nil after handling it.
(quail-self-insert-command): Set overriding-terminal-local-map to
nil when thown for `quail-tag' by value nil.

27 years ago(quail-devanagari-compose-characters): Fix
Kenichi Handa [Mon, 25 Aug 1997 01:05:53 +0000 (01:05 +0000)]
(quail-devanagari-compose-characters): Fix
previous change.
(quail-devanagari-hindi-compose-characters): Fix previous change.

27 years ago(quail-japanese-kkc-mode-exit): Fix previous
Kenichi Handa [Mon, 25 Aug 1997 01:05:53 +0000 (01:05 +0000)]
(quail-japanese-kkc-mode-exit): Fix previous
change.

27 years ago(custom-declare-variable): Rename 2nd arg to DEFAULT.
Richard M. Stallman [Mon, 25 Aug 1997 00:29:49 +0000 (00:29 +0000)]
(custom-declare-variable): Rename 2nd arg to DEFAULT.

27 years ago(comint-preoutput-filter-functions): New variable.
Richard M. Stallman [Sun, 24 Aug 1997 21:38:12 +0000 (21:38 +0000)]
(comint-preoutput-filter-functions): New variable.
(comint-output-filter): Call those functions.
(comint-output-filter-functions, comint-mode): Doc fix.

27 years ago(eval-expression): Prefix arg means insert value in current buffer.
Richard M. Stallman [Sun, 24 Aug 1997 21:28:21 +0000 (21:28 +0000)]
(eval-expression): Prefix arg means insert value in current buffer.

27 years ago(cl-loop-let): Use last*.
Richard M. Stallman [Sun, 24 Aug 1997 20:49:32 +0000 (20:49 +0000)]
(cl-loop-let): Use last*.

27 years ago(last): Function renmed to last*.
Richard M. Stallman [Sun, 24 Aug 1997 20:47:54 +0000 (20:47 +0000)]
(last): Function renmed to last*.

27 years ago(modify-face): Fix previous change.
Richard M. Stallman [Sun, 24 Aug 1997 20:40:48 +0000 (20:40 +0000)]
(modify-face): Fix previous change.

27 years ago(change-log-font-lock-keywords):
Richard M. Stallman [Sun, 24 Aug 1997 20:28:59 +0000 (20:28 +0000)]
(change-log-font-lock-keywords):
Match "Patches by".  Match all kinds of acks after `  '.

27 years ago(rmail-view-buffer): Doc fix.
Richard M. Stallman [Sun, 24 Aug 1997 16:32:17 +0000 (16:32 +0000)]
(rmail-view-buffer): Doc fix.
(rmail-summary-buffer, rmail-summary-vector): Mark as permanent local.
(rmail-buffer): Add defvar and mark as permanent local.

27 years ago(indent-relative, insert-tab):
Richard M. Stallman [Sun, 24 Aug 1997 16:26:31 +0000 (16:26 +0000)]
(indent-relative, insert-tab):
Don't call expand-abbrev unless preceding character is a word char.

27 years ago(xrdb.o): Depend on paths.h.
Richard M. Stallman [Sun, 24 Aug 1997 16:22:56 +0000 (16:22 +0000)]
(xrdb.o): Depend on paths.h.

27 years ago(x_default_search_path): Corrected '${x_library}' to '${x_library}/X11'.
Richard M. Stallman [Sun, 24 Aug 1997 16:21:53 +0000 (16:21 +0000)]
(x_default_search_path): Corrected '${x_library}' to '${x_library}/X11'.

27 years ago(tmm-get-keymap): Ignore any command now disabled for menus.
Richard M. Stallman [Sun, 24 Aug 1997 04:00:25 +0000 (04:00 +0000)]
(tmm-get-keymap): Ignore any command now disabled for menus.

27 years ago(time-stamp-time-zone): New variable.
Richard M. Stallman [Sun, 24 Aug 1997 03:32:38 +0000 (03:32 +0000)]
(time-stamp-time-zone): New variable.
(time-stamp-string): Use that time zone.
(time-stamp-active, time-stamp-warn-inactive)
(time-stamp-old-format-warn): Definitions moved.

27 years ago(texinfo-mode): Turn off adaptive-fill-mode.
Richard M. Stallman [Sun, 24 Aug 1997 03:15:05 +0000 (03:15 +0000)]
(texinfo-mode): Turn off adaptive-fill-mode.

27 years agoDoc fixes.
Richard M. Stallman [Sun, 24 Aug 1997 02:59:29 +0000 (02:59 +0000)]
Doc fixes.

27 years ago(KERBEROS5, HAVE_LIBKRB4, HAVE_LIBDES425, HAVE_LIBKRB5)
Richard M. Stallman [Sun, 24 Aug 1997 02:21:44 +0000 (02:21 +0000)]
(KERBEROS5, HAVE_LIBKRB4, HAVE_LIBDES425, HAVE_LIBKRB5)
(HAVE_LIBCRYPTO, HAVE_LIBCOM_ERR, HAVE_KRB5_H, HAVE_DES_H, HAVE_KRB_H)
(HAVE_KERBEROSIV_DES_H, HAVE_KERBEROSIV_KRB_H, HAVE_KERBEROS_DES_H)
(HAVE_KERBEROS_KRB_H, HAVE_COM_ERR_H): Add undefs.

27 years agoSupport auto-configuration of both Kerberos V4 and
Richard M. Stallman [Sun, 24 Aug 1997 02:18:34 +0000 (02:18 +0000)]
Support auto-configuration of both Kerberos V4 and
Kerberos V5 for movemail, including detection of V4 and V5 header
files and libraries.

27 years ago(HAVE_MOTIF_2_1): Test for Motif 2.1,
Richard M. Stallman [Sun, 24 Aug 1997 01:01:45 +0000 (01:01 +0000)]
(HAVE_MOTIF_2_1): Test for Motif 2.1,

Compute x_default_search_path and substitute into makefiles.

27 years ago(init_callproc): Don't warn about missing
Richard M. Stallman [Sun, 24 Aug 1997 00:44:34 +0000 (00:44 +0000)]
(init_callproc): Don't warn about missing
arch-dep data directory, while preparing to dump.

27 years ago(message-signature-file): Delete autoload cookie.
Richard M. Stallman [Sat, 23 Aug 1997 22:54:13 +0000 (22:54 +0000)]
(message-signature-file): Delete autoload cookie.

27 years ago(nnvirtual-merge-sorted-lists): Use sort, not merge.
Richard M. Stallman [Sat, 23 Aug 1997 22:49:09 +0000 (22:49 +0000)]
(nnvirtual-merge-sorted-lists): Use sort, not merge.
(nnvirtual-partition-sequence): use mapcar, not mapc.
(nnvirtual-create-mapping): Don't use delete-if-not.

27 years ago(nnfolder-generate-active-file): Don't use remove.
Richard M. Stallman [Sat, 23 Aug 1997 22:36:43 +0000 (22:36 +0000)]
(nnfolder-generate-active-file): Don't use remove.

27 years agoRequire cl only at compile time.
Richard M. Stallman [Sat, 23 Aug 1997 20:31:08 +0000 (20:31 +0000)]
Require cl only at compile time.

27 years agoRequire cl at compile time.
Richard M. Stallman [Sat, 23 Aug 1997 20:23:37 +0000 (20:23 +0000)]
Require cl at compile time.

27 years ago(last): New function.
Richard M. Stallman [Sat, 23 Aug 1997 19:10:42 +0000 (19:10 +0000)]
(last): New function.

27 years ago(caar, cadr, cdar, cddr): Definitions moved here and changed into defsubsts.
Richard M. Stallman [Sat, 23 Aug 1997 18:55:52 +0000 (18:55 +0000)]
(caar, cadr, cdar, cddr): Definitions moved here and changed into defsubsts.

27 years ago(caar, cadr, cdar, cddr): Definitiosn deleted.
Richard M. Stallman [Sat, 23 Aug 1997 18:53:50 +0000 (18:53 +0000)]
(caar, cadr, cdar, cddr): Definitiosn deleted.

27 years agoRequire cl only at compile time.
Richard M. Stallman [Sat, 23 Aug 1997 18:30:53 +0000 (18:30 +0000)]
Require cl only at compile time.

27 years ago(delete-selection-mode): Put back :initialize keyword.
Richard M. Stallman [Sat, 23 Aug 1997 17:04:52 +0000 (17:04 +0000)]
(delete-selection-mode): Put back :initialize keyword.
At the end of the file, test this variable, and turn on the mode
if it is non-nil.

27 years ago(BASE_PURESIZE): Increased by 10k.
Richard M. Stallman [Sat, 23 Aug 1997 17:02:44 +0000 (17:02 +0000)]
(BASE_PURESIZE): Increased by 10k.

27 years ago(display-time-hook): Minor doc fix.
Richard M. Stallman [Sat, 23 Aug 1997 17:01:03 +0000 (17:01 +0000)]
(display-time-hook): Minor doc fix.

27 years ago(ps-zebra-stripes): Renamed from ps-zebra-stripe.
Richard M. Stallman [Sat, 23 Aug 1997 06:51:42 +0000 (06:51 +0000)]
(ps-zebra-stripes): Renamed from ps-zebra-stripe.
(ps-zebra-stripe-height): Renamed from ps-number-of-zebra.

27 years ago(vc-version-diff): Mention that default file is visited file.
Richard M. Stallman [Sat, 23 Aug 1997 06:17:08 +0000 (06:17 +0000)]
(vc-version-diff): Mention that default file is visited file.

27 years ago(sgml-mode-common): Set paragraph-start like paragraph-separate.
Richard M. Stallman [Sat, 23 Aug 1997 06:12:46 +0000 (06:12 +0000)]
(sgml-mode-common): Set paragraph-start like paragraph-separate.
Do match a line which is just a <...> construct after whitespac.e
Set adaptive-fill-regexp to match whitespace only.

27 years ago(update-file-autoloads):
Richard M. Stallman [Sat, 23 Aug 1997 05:32:56 +0000 (05:32 +0000)]
(update-file-autoloads):
Be careful about which directory to find loaddefs.el in.

27 years ago(message-user-agent): Add autoload cookie.
Richard M. Stallman [Sat, 23 Aug 1997 05:25:28 +0000 (05:25 +0000)]
(message-user-agent): Add autoload cookie.

27 years ago(sh-indent-line): Avoid infinite loop
Richard M. Stallman [Sat, 23 Aug 1997 05:19:09 +0000 (05:19 +0000)]
(sh-indent-line): Avoid infinite loop
on indented line at start of buffer, when calculating PREVIOUS.

27 years ago(modify-face): New arg INVERSE-P.
Richard M. Stallman [Sat, 23 Aug 1997 02:01:34 +0000 (02:01 +0000)]
(modify-face): New arg INVERSE-P.
Clear the inverse-video flag before installing new colors.
(face-spec-set): Pass INVERSE-P arg, and use (nil) for colors
when calling modify-face.

27 years ago(redisplay_window): Don't try using last_point_x
Richard M. Stallman [Sat, 23 Aug 1997 01:03:37 +0000 (01:03 +0000)]
(redisplay_window): Don't try using last_point_x
if point is in the left margin of an hscroll'ed window.

27 years ago(change-log-font-lock-keywords): Recognize "Patch by".
Richard M. Stallman [Sat, 23 Aug 1997 00:57:01 +0000 (00:57 +0000)]
(change-log-font-lock-keywords): Recognize "Patch by".

27 years ago(shell-snarf-envar, shell-copy-environment-variable): New functions.
Richard M. Stallman [Fri, 22 Aug 1997 23:37:38 +0000 (23:37 +0000)]
(shell-snarf-envar, shell-copy-environment-variable): New functions.

27 years agoCustomized.
Richard M. Stallman [Fri, 22 Aug 1997 21:59:21 +0000 (21:59 +0000)]
Customized.

27 years ago(LIB_MOTIF_EXTRA): New variable.
Richard M. Stallman [Fri, 22 Aug 1997 21:26:45 +0000 (21:26 +0000)]
(LIB_MOTIF_EXTRA): New variable.
(LIBW): Use LIB_MOTIF_EXTRA.

27 years ago(HAVE_MOTIF_2_1): Add #undef.
Richard M. Stallman [Fri, 22 Aug 1997 21:16:48 +0000 (21:16 +0000)]
(HAVE_MOTIF_2_1): Add #undef.

27 years ago(bookmark-load): Use `bookmark-import-new-list' to
Richard M. Stallman [Fri, 22 Aug 1997 19:14:10 +0000 (19:14 +0000)]
(bookmark-load): Use `bookmark-import-new-list' to
load the new list carefully, renaming bookmarks as necessary.
In docstring, mention new renaming behavior.
Optional arg OVERWRITE replaces inaccurately-named REVERT.
If file loaded was bookmark-default-file, then set
bookmarks-already-loaded to t.
(bookmark-import-new-list): New func.
(bookmark-maybe-rename): New func, helper to above.
(bookmark-set-name): Accept bookmark as either string (behaves
same as before) or list (treat it as a bookmark record).

(bookmark-set, bookmark-maybe-load-default-file)
(bookmark-jump-noselect, bookmark-rename)
(bookmark-show-annotation): Discard pointless `progn's.

(bookmark-bmenu-mark, bookmark-bmenu-unmark)
(bookmark-bmenu-backup-unmark, bookmark-bmenu-delete-backwards):
Renormalize position after all else is done.

(bookmark-edit-annotation-mode, bookmark-bmenu-list)
(bookmark-show-annotation, bookmark-show-all-annotations):
Use `x' instead of `(not (eq x nil))'.

(bookmark-yank-word): Inner save-excursion changed to progn.
(bookmark-send-annotation, bookmark-send-edited-annotation)
(bookmark-insert): Use buffer-string instead of buffer-substring.
(bookmark-make-cell): Make sure annotation and info-node strings
contain no text properties.
(bookmark-relocate): Remember to rebuild bmenu buffer after a
bookmark has been relocated.
(bookmark-bmenu-check-position): Return a meaningful value --
callers have apparently been assuming this anyway.
(bookmark-build-xemacs-menu): Unused function deleted.
(bookmark-version): Removed this variable; the Emacs version suffices.

27 years ago* config.sub: Recognize tx39/r3900.
Jeff Law [Fri, 22 Aug 1997 14:49:11 +0000 (14:49 +0000)]
* config.sub: Recognize tx39/r3900.

27 years ago(leim-list.el): Fix previous change.
Kenichi Handa [Fri, 22 Aug 1997 08:12:40 +0000 (08:12 +0000)]
(leim-list.el): Fix previous change.

27 years agoMake shell-last-dir buffer-local.
Simon Marshall [Fri, 22 Aug 1997 08:08:26 +0000 (08:08 +0000)]
Make shell-last-dir buffer-local.

27 years ago(Fmake_temp_name): Doc fix.
Richard M. Stallman [Fri, 22 Aug 1997 06:14:20 +0000 (06:14 +0000)]
(Fmake_temp_name): Doc fix.

27 years agoExplain after-change-functions and chars vs bytes.
Richard M. Stallman [Fri, 22 Aug 1997 05:58:17 +0000 (05:58 +0000)]
Explain after-change-functions and chars vs bytes.

27 years ago(syms_of_buffer): Doc fixes.
Richard M. Stallman [Fri, 22 Aug 1997 05:51:48 +0000 (05:51 +0000)]
(syms_of_buffer): Doc fixes.

27 years ago(thai-keyboard-mapping-alist): Some entry corrected.
Kenichi Handa [Fri, 22 Aug 1997 05:13:32 +0000 (05:13 +0000)]
(thai-keyboard-mapping-alist): Some entry corrected.

27 years ago(syms_of_fileio): Fix previous change.
Kenichi Handa [Fri, 22 Aug 1997 03:47:42 +0000 (03:47 +0000)]
(syms_of_fileio): Fix previous change.