]> code.delx.au - gnu-emacs/log
gnu-emacs
25 years ago(help-xref-button): Do nothing if text already has the help-xref property.
Richard M. Stallman [Mon, 30 Nov 1998 23:55:42 +0000 (23:55 +0000)]
(help-xref-button): Do nothing if text already has the help-xref property.
(describe-variable): Revert previous change to hyperlink to source.

25 years ago(make-local-hook): Return the hook variable.
Richard M. Stallman [Mon, 30 Nov 1998 23:44:10 +0000 (23:44 +0000)]
(make-local-hook): Return the hook variable.

25 years agoUpdate author email and web page.
Stephen Eglen [Mon, 30 Nov 1998 23:29:13 +0000 (23:29 +0000)]
Update author email and web page.

25 years ago(display_text_line): When handling HPOS < 0 after loop,
Richard M. Stallman [Mon, 30 Nov 1998 06:35:33 +0000 (06:35 +0000)]
(display_text_line): When handling HPOS < 0 after loop,
if compute_motion fails to advance at all, don't back it up.

25 years ago(features): Add `base64' to this list.
Richard M. Stallman [Sun, 29 Nov 1998 21:52:25 +0000 (21:52 +0000)]
(features): Add `base64' to this list.

25 years ago(auto-insert-alist): Use user-mail-address.
Richard M. Stallman [Sun, 29 Nov 1998 21:12:28 +0000 (21:12 +0000)]
(auto-insert-alist): Use user-mail-address.

25 years ago(install-arch-dep): Copy fns-*.el from lib-src.
Richard M. Stallman [Sun, 29 Nov 1998 16:42:04 +0000 (16:42 +0000)]
(install-arch-dep): Copy fns-*.el from lib-src.

25 years ago(symbol-file): Doc fix.
Richard M. Stallman [Sun, 29 Nov 1998 16:39:38 +0000 (16:39 +0000)]
(symbol-file): Doc fix.

25 years ago(hack-one-local-variable): Cope with non-file buffers.
Richard M. Stallman [Sun, 29 Nov 1998 15:41:38 +0000 (15:41 +0000)]
(hack-one-local-variable): Cope with non-file buffers.

25 years ago(describe-mode): Put major mode first.
Richard M. Stallman [Sun, 29 Nov 1998 00:56:49 +0000 (00:56 +0000)]
(describe-mode): Put major mode first.

25 years ago(appt-disp-window): Use pop-to-buffer,
Richard M. Stallman [Sun, 29 Nov 1998 00:32:50 +0000 (00:32 +0000)]
(appt-disp-window): Use pop-to-buffer,
to support special-display and same-window features.

25 years ago(Fsingle_key_description): Fix previous change.
Richard M. Stallman [Sat, 28 Nov 1998 22:16:09 +0000 (22:16 +0000)]
(Fsingle_key_description): Fix previous change.

25 years ago(transpose-subr, transpose-subr-1): Rename variables
Richard M. Stallman [Sat, 28 Nov 1998 02:42:51 +0000 (02:42 +0000)]
(transpose-subr, transpose-subr-1): Rename variables
bound in one function and used in the other.
(transpose-subr-start1, transpose-subr-start2): Add defvars.
(transpose-subr-end1, transpose-subr-end2): Add defvars.

25 years ago*** empty log message ***
Richard M. Stallman [Fri, 27 Nov 1998 22:30:31 +0000 (22:30 +0000)]
*** empty log message ***

25 years ago(Fstring_as_unibyte, Fstring_as_multibyte):
Richard M. Stallman [Fri, 27 Nov 1998 22:15:38 +0000 (22:15 +0000)]
(Fstring_as_unibyte, Fstring_as_multibyte):
Clear text properties in the new string.

25 years ago(Frequire): Update declaration.
Kenichi Handa [Thu, 26 Nov 1998 08:37:32 +0000 (08:37 +0000)]
(Frequire): Update declaration.

25 years ago(ccl-dump-translate-character-const-tbl):
Kenichi Handa [Thu, 26 Nov 1998 08:12:12 +0000 (08:12 +0000)]
(ccl-dump-translate-character-const-tbl):
Give format correct control string.

25 years ago(define-translation-table): Fix bug of
Kenichi Handa [Thu, 26 Nov 1998 08:12:12 +0000 (08:12 +0000)]
(define-translation-table): Fix bug of
setting incorrect translation-table-id.  If the first element of
ARGS is a translation table, just register it.

25 years ago("Chinese-BIG5"): Add charset-origin-alist property.
Kenichi Handa [Thu, 26 Nov 1998 08:12:12 +0000 (08:12 +0000)]
("Chinese-BIG5"): Add charset-origin-alist property.

25 years ago(ccl_driver) <CCL_TranslateCharacter>: Don't suppress MSB
Kenichi Handa [Thu, 26 Nov 1998 08:12:12 +0000 (08:12 +0000)]
(ccl_driver) <CCL_TranslateCharacter>: Don't suppress MSB
if the charset is ascii.
(ccl_driver) <CCL_TranslateCharacterConstTbl>: Likewise.

25 years ago(non_ascii_char_to_string): If C has modifier bits,
Kenichi Handa [Thu, 26 Nov 1998 08:12:12 +0000 (08:12 +0000)]
(non_ascii_char_to_string): If C has modifier bits,
make an appropriate one byte string.
(char_bytes): Handle the case that C is a single byte char or has
modifier bits.

25 years ago(CHAR_BYTES): If C has modifier bits, return 1.
Kenichi Handa [Thu, 26 Nov 1998 08:12:12 +0000 (08:12 +0000)]
(CHAR_BYTES): If C has modifier bits, return 1.

25 years ago(internal_self_insert): If C has modifier bits, insert
Kenichi Handa [Thu, 26 Nov 1998 08:12:12 +0000 (08:12 +0000)]
(internal_self_insert): If C has modifier bits, insert
appropriate one byte char.

25 years ago(thing-at-point-url-at-point): Don't use current
Richard M. Stallman [Wed, 25 Nov 1998 21:26:50 +0000 (21:26 +0000)]
(thing-at-point-url-at-point): Don't use current
syntax table to determine what is whitespace.

25 years ago(frame-parameter): Doc fix.
Richard M. Stallman [Wed, 25 Nov 1998 01:50:25 +0000 (01:50 +0000)]
(frame-parameter): Doc fix.

25 years ago(read_process_output): Call signal_after_change.
Richard M. Stallman [Wed, 25 Nov 1998 01:26:56 +0000 (01:26 +0000)]
(read_process_output): Call signal_after_change.

25 years ago(tex-feed-input): New function.
Richard M. Stallman [Wed, 25 Nov 1998 01:07:19 +0000 (01:07 +0000)]
(tex-feed-input): New function.
(tex-define-common-keys): Add binding for C-c C-m.

25 years ago(syms_of_buffer): Doc fix.
Richard M. Stallman [Tue, 24 Nov 1998 09:01:32 +0000 (09:01 +0000)]
(syms_of_buffer): Doc fix.

25 years ago(syms_of_keyboard): Doc fix.
Richard M. Stallman [Tue, 24 Nov 1998 08:56:27 +0000 (08:56 +0000)]
(syms_of_keyboard): Doc fix.

25 years ago(Fmake_keymap): Doc fix.
Richard M. Stallman [Tue, 24 Nov 1998 04:55:16 +0000 (04:55 +0000)]
(Fmake_keymap): Doc fix.

25 years ago(move-to-column-force): New function.
Kenichi Handa [Tue, 24 Nov 1998 03:52:08 +0000 (03:52 +0000)]
(move-to-column-force): New function.
(operate-on-rectangle): If coerce-tabs is non-nil, call
move-to-column-force instead of move-to-column.
(insert-rectangle): Call move-to-column-force instead of
move-to-column.
(open-rectangle-line): If begextra is not zero, call
move-to-column-force.

25 years agoMake a new map by make-keymap.
Kenichi Handa [Tue, 24 Nov 1998 03:52:08 +0000 (03:52 +0000)]
Make a new map by make-keymap.
(picture-desired-column): New variable.
(picture-update-desired-column): New function.
(picture-beginning-of-line): Set picture-desired-column to 0.
(picture-end-of-line): Set picture-desired-column to the current
column.
(picture-forward-column): Pay attention to multi-column character.
(picture-backward-column): Likewise.
(picture-move-down): Likewise.
(picture-move-up): Likewise.
(picture-movement-nw): With prefix arg, move twice columns.
(picture-movement-ne): Likewise.
(picture-movement-sw): Likewise.
(picture-movement-se): Likewise.
(picture-set-motion): Handle two-column movements.
(picture-move): Call picture-move-down or picture-forward-column
only when necessary.
(picture-insert): Pay attention to picture-desired-column.
(picture-self-insert): Likewise.
(picture-clear-column): Pay attention to multi-column character.
(picture-mode): Modify doc-string for two-column movement.

25 years ago(word_boundary_p): If C1 or C2 are composite
Kenichi Handa [Tue, 24 Nov 1998 03:52:08 +0000 (03:52 +0000)]
(word_boundary_p): If C1 or C2 are composite
characters, test their first components.

25 years agoVarious minor doc fixes.
Dave Love [Mon, 23 Nov 1998 15:15:09 +0000 (15:15 +0000)]
Various minor doc fixes.
(fortran-font-lock-keywords-1): Add `d' to comment-chars.
(fortran-with-subprogram-narrowing): New macro.
fortran-check-for-matching-do): Use it.
(fortran-end-do): Use fortran-check-end-prog-re.
(fortran-beginning-do, fortran-end-if, fortran-beginning-if)
(fortran-calculate-indent, fortran-calculate-indent): Likewise.

25 years ago* lazy-lock.el (lazy-lock-unstall):
Simon Marshall [Mon, 23 Nov 1998 11:14:33 +0000 (11:14 +0000)]
* lazy-lock.el (lazy-lock-unstall):
(lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.

25 years ago* fast-lock.el (fast-lock-save-cache-1):
Simon Marshall [Mon, 23 Nov 1998 11:13:33 +0000 (11:13 +0000)]
* fast-lock.el (fast-lock-save-cache-1):
(fast-lock-cache-data): Rewritten to use with-temp-message.

25 years ago* font-lock.el (font-lock-defaults): Doc fix.
Simon Marshall [Mon, 23 Nov 1998 11:12:40 +0000 (11:12 +0000)]
* font-lock.el (font-lock-defaults): Doc fix.
(font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
(lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.

25 years ago(rmail-set-message-counters-counter): Detect messages that have been
Andrew Innes [Sun, 22 Nov 1998 21:36:51 +0000 (21:36 +0000)]
(rmail-set-message-counters-counter): Detect messages that have been
added with DOS line endings and convert the line endings for such
messages.

25 years agoRename function and variables added in previous change:
Richard M. Stallman [Sun, 22 Nov 1998 17:31:55 +0000 (17:31 +0000)]
Rename function and variables added in previous change:
delete `window-' from the names.

25 years ago(window-buffer-height): New function, split from
Richard M. Stallman [Sun, 22 Nov 1998 17:26:33 +0000 (17:26 +0000)]
(window-buffer-height): New function, split from
shrink-window-if-larger-than-buffer.
(shrink-window-if-larger-than-buffer): Use window-buffer-height.

25 years agoAdd resizing of temporary buffers.
Richard M. Stallman [Sun, 22 Nov 1998 17:26:16 +0000 (17:26 +0000)]
Add resizing of temporary buffers.
(temp-buffer-window-resize-mode): New command and variable.
(temp-buffer-window-max-height): New variable.
(resize-temp-buffer-window): New function.

25 years ago(Fset_mouse_position): Doc fix.
Richard M. Stallman [Sun, 22 Nov 1998 17:23:36 +0000 (17:23 +0000)]
(Fset_mouse_position): Doc fix.

25 years ago(initial-frame-alist): Add defcustom.
Richard M. Stallman [Sun, 22 Nov 1998 15:35:02 +0000 (15:35 +0000)]
(initial-frame-alist): Add defcustom.

25 years ago(shell-prompt-pattern): Add defcustom.
Richard M. Stallman [Sun, 22 Nov 1998 15:33:21 +0000 (15:33 +0000)]
(shell-prompt-pattern): Add defcustom.

25 years ago(message-ignored-supersedes-headers): Remove NNTP-Posting-Date.
Richard M. Stallman [Sat, 21 Nov 1998 22:30:41 +0000 (22:30 +0000)]
(message-ignored-supersedes-headers): Remove NNTP-Posting-Date.

25 years ago(describe-mode): Don't avoid loop indirecting thru value of INDICATOR.
Richard M. Stallman [Sat, 21 Nov 1998 22:24:50 +0000 (22:24 +0000)]
(describe-mode): Don't avoid loop indirecting thru value of INDICATOR.

25 years ago(describe-variable): Allow any variable with a defcustom,
Richard M. Stallman [Sat, 21 Nov 1998 03:19:52 +0000 (03:19 +0000)]
(describe-variable): Allow any variable with a defcustom,
even if it is not a user variable.

25 years ago(mail-unsent-separator): Additional alternative.
Richard M. Stallman [Sat, 21 Nov 1998 02:34:50 +0000 (02:34 +0000)]
(mail-unsent-separator): Additional alternative.

25 years ago(nntp-request-group): Allow for failures when requesting a new group.
Andrew Innes [Fri, 20 Nov 1998 23:54:16 +0000 (23:54 +0000)]
(nntp-request-group): Allow for failures when requesting a new group.

25 years ago(lisp-interaction-mode-map): Doc fix.
Richard M. Stallman [Thu, 19 Nov 1998 18:45:47 +0000 (18:45 +0000)]
(lisp-interaction-mode-map): Doc fix.

(with-temp-message): Add lisp-indent-function property.

25 years ago(find-function-regexp): Handle skeletons.
Richard M. Stallman [Thu, 19 Nov 1998 18:43:35 +0000 (18:43 +0000)]
(find-function-regexp): Handle skeletons.

25 years agoAdded with-temp-message.
Simon Marshall [Thu, 19 Nov 1998 09:43:40 +0000 (09:43 +0000)]
Added with-temp-message.

25 years ago(gud-common-init): Use pop-to-buffer.
Richard M. Stallman [Thu, 19 Nov 1998 04:33:37 +0000 (04:33 +0000)]
(gud-common-init): Use pop-to-buffer.
(same-window-regexps): Add an element that matches all gud buffers.

25 years ago(Fsingle_key_description): Handle generic characters.
Richard M. Stallman [Thu, 19 Nov 1998 04:30:14 +0000 (04:30 +0000)]
(Fsingle_key_description): Handle generic characters.

25 years ago(Frequire): New arg NOERROR.
Richard M. Stallman [Thu, 19 Nov 1998 04:26:44 +0000 (04:26 +0000)]
(Frequire): New arg NOERROR.

25 years ago(fortran-end-prog-re): Fix typo.
Dave Love [Wed, 18 Nov 1998 19:19:09 +0000 (19:19 +0000)]
(fortran-end-prog-re): Fix typo.

25 years ago(temp-buffer-show-hook): This is not obsolete.
Richard M. Stallman [Wed, 18 Nov 1998 18:42:34 +0000 (18:42 +0000)]
(temp-buffer-show-hook): This is not obsolete.

25 years ago(Qmouse_face): Replace definition with extern decl.
Richard M. Stallman [Wed, 18 Nov 1998 01:40:17 +0000 (01:40 +0000)]
(Qmouse_face): Replace definition with extern decl.
(syms_of_xfaces): Initialization deleted.

25 years ago(Qmouse_face): Variable definition moved here.
Richard M. Stallman [Wed, 18 Nov 1998 01:38:14 +0000 (01:38 +0000)]
(Qmouse_face): Variable definition moved here.
(syms_of_textprop): Initialize it.

25 years ago(temp_output_buffer_show): Around temp-buffer-show-hook,
Richard M. Stallman [Tue, 17 Nov 1998 16:27:02 +0000 (16:27 +0000)]
(temp_output_buffer_show): Around temp-buffer-show-hook,
don't do save-excursion, just restore selected window.

(window_loop): For UNSHOW_BUFFER, always do consider minibuffer windows.

25 years ago*** empty log message ***
Karl Heuer [Tue, 17 Nov 1998 06:30:52 +0000 (06:30 +0000)]
*** empty log message ***

25 years agoRequire skeleton when compiling.
Dave Love [Mon, 16 Nov 1998 17:50:28 +0000 (17:50 +0000)]
Require skeleton when compiling.
(sgml-font-lock-keywords-1): Accept single-letter tags.
(v2): Defvar free variable.

25 years agoindent `with-output-to-string' as a CL
Karl Heuer [Mon, 16 Nov 1998 06:37:55 +0000 (06:37 +0000)]
indent `with-output-to-string' as a CL
macro, not ELisp one.

25 years ago(*-*-bsdi4*): New target.
Kenichi Handa [Mon, 16 Nov 1998 06:26:27 +0000 (06:26 +0000)]
(*-*-bsdi4*): New target.

25 years agoSet syntaxes all non-word multibyte
Kenichi Handa [Mon, 16 Nov 1998 06:26:27 +0000 (06:26 +0000)]
Set syntaxes all non-word multibyte
characters to symbol.

25 years ago(japanese-zenkaku-region): New optional arg KATAKANA-ONLY.
Kenichi Handa [Mon, 16 Nov 1998 06:26:27 +0000 (06:26 +0000)]
(japanese-zenkaku-region): New optional arg KATAKANA-ONLY.

25 years ago(CHAR_TABLE_REF): Check if IDX is negative or not.
Kenichi Handa [Mon, 16 Nov 1998 06:26:27 +0000 (06:26 +0000)]
(CHAR_TABLE_REF): Check if IDX is negative or not.

25 years ago(non_ascii_char_to_string): If C is negative, signal error.
Kenichi Handa [Mon, 16 Nov 1998 06:26:27 +0000 (06:26 +0000)]
(non_ascii_char_to_string): If C is negative, signal error.

25 years ago(SINGLE_BYTE_CHAR_P): Check if C is negative or not.
Kenichi Handa [Mon, 16 Nov 1998 06:26:27 +0000 (06:26 +0000)]
(SINGLE_BYTE_CHAR_P): Check if C is negative or not.

25 years agoInitial revision
Kenichi Handa [Mon, 16 Nov 1998 06:26:03 +0000 (06:26 +0000)]
Initial revision

25 years ago(after-insert-file-set-buffer-file-coding-system): If the buffer
Kenichi Handa [Mon, 16 Nov 1998 01:17:06 +0000 (01:17 +0000)]
(after-insert-file-set-buffer-file-coding-system): If the buffer
is changed to unibyte, return inserted bytes.

25 years ago(tar-header-block-tokenize): Decode codes of file
Kenichi Handa [Mon, 16 Nov 1998 01:17:06 +0000 (01:17 +0000)]
(tar-header-block-tokenize): Decode codes of file
and link names if necessary.
(tar-header-block-summarize): Handle the case that file or link
names are multibyte.
(tar-summarize-buffer): At first set the current buffer unibyte,
then if there are multibyte file names, change it to multibyte.
(tar-mode): Get char position from tar-header-offset.
(tar-extract): Avoid multibyte<->unibyte conversion in
insert-buffer-subsring by setting both buffers unibyte
temporarily.
(tar-copy): Set the buffer unibyte while doing a work.  Write
without code conversion.
(tar-expunge): Set the buffer unibyte while doing a work.
(tar-alter-one-field): Likewise.
(tar-clear-modification-flags): Compare byte position with
tar-header-offset.
(tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
insert-buffer-subsring by setting both buffers unibyte
temporarily.  Pay attention to multibyteness while updating the
descriptor-line.
(tar-mode-write-file): Write without code conversion.

25 years agoInclude charset.h.
Kenichi Handa [Mon, 16 Nov 1998 01:17:06 +0000 (01:17 +0000)]
Include charset.h.

25 years ago(abbrev.o): Depend on charset.h
Kenichi Handa [Mon, 16 Nov 1998 01:17:06 +0000 (01:17 +0000)]
(abbrev.o): Depend on charset.h
(bytecode.o): Depend on charset.h.

25 years ago(SYNTAX_ENTRY_INT): For a composite character, check
Kenichi Handa [Mon, 16 Nov 1998 01:17:06 +0000 (01:17 +0000)]
(SYNTAX_ENTRY_INT): For a composite character, check
the first component.

25 years agoRequire cl.
Karl Heuer [Sun, 15 Nov 1998 17:45:33 +0000 (17:45 +0000)]
Require cl.

25 years agoFix previous change:
Dave Love [Sun, 15 Nov 1998 15:50:30 +0000 (15:50 +0000)]
Fix previous change:
(fortran-end-prog-re1): Changed.
(fortran-check-end-prog-re): New function.
(beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use
it.

25 years ago(LIBS_MACHINE): Delete redundant definition.
Karl Heuer [Fri, 13 Nov 1998 23:27:33 +0000 (23:27 +0000)]
(LIBS_MACHINE): Delete redundant definition.

25 years agoFix previous change.
Karl Heuer [Fri, 13 Nov 1998 23:25:02 +0000 (23:25 +0000)]
Fix previous change.

25 years ago(auto-insert-alist): Don't assume *.el is part of GNU Emacs.
Karl Heuer [Fri, 13 Nov 1998 18:21:49 +0000 (18:21 +0000)]
(auto-insert-alist): Don't assume *.el is part of GNU Emacs.

25 years ago(reftex-finding-files): Group documentation fixed.
Carsten Dominik [Fri, 13 Nov 1998 16:17:25 +0000 (16:17 +0000)]
(reftex-finding-files): Group documentation fixed.
(reftex-toc-toggle-file-boundary, reftex-toc-toggle-labels,
reftex-toc-toggle-context,reftex-find-start-point): New functions.
(reftex-toc-include-labels, reftex-toc-include-context,
reftex-toc-include-file-boundaries,
reftex-toc-keep-other-windows): New options.
(reftex-use-text-after-label-as-context): Option removed.
(reftex-extract-bib-entries): Protect use in non-latex buffers.
(reftex-toc-visit-location): Renamed from `reftex-toc-visit-line'.
(reftex-latin1-to-ascii): Works now with and without Mule.
(reftex-truncate): Removed special stuff for Emacs 20.2.
(reftex-get-offset): Made more general.
(reftex-show-label-location): Renamed from
`reftex-select-label-callback'.
(reftex-pop-to-label): Function removed (using
`reftex-show-label-location' instead.
(reftex-insert-docstruct): Renamed from
`reftex-make-and-insert-label-list'.  Function args changed.
(reftex-toc): Now uses `reftex-insert-docstruct' and
`reftex-find-start-point'.
(reftex-select-item): Use `reftex-find-start-point'.
(reftex-toc-visit-line): Can display labels and file boundaries.
(reftex-TeX-master-file): `(TeX-master-file)' protected.

25 years agoConvert to DOS format.
Andrew Innes [Fri, 13 Nov 1998 14:08:07 +0000 (14:08 +0000)]
Convert to DOS format.

25 years ago1998-11-09 Sam Steingold <sds@goems.com>
Dave Love [Thu, 12 Nov 1998 15:54:40 +0000 (15:54 +0000)]
1998-11-09  Sam Steingold  <sds@goems.com>

* browse-url.el (browse-url): handle the case when
`browse-url-browser-function' is a lambda list.

25 years ago(symbol-file): For ms-dos, use fns.el without the
Eli Zaretskii [Thu, 12 Nov 1998 11:44:53 +0000 (11:44 +0000)]
(symbol-file): For ms-dos, use fns.el without the
version string.

25 years ago(buffer-undo-list): For ms-dos, use fns.el without the
Eli Zaretskii [Thu, 12 Nov 1998 11:42:45 +0000 (11:42 +0000)]
(buffer-undo-list): For ms-dos, use fns.el without the
version string.

25 years ago(ediff-even-diff-face-A): Fix spelling.
Karl Heuer [Thu, 12 Nov 1998 02:00:33 +0000 (02:00 +0000)]
(ediff-even-diff-face-A): Fix spelling.

25 years ago(XTread_socket): Fix previous change in case F == 0.
Karl Heuer [Thu, 12 Nov 1998 01:57:30 +0000 (01:57 +0000)]
(XTread_socket): Fix previous change in case F == 0.

25 years ago(switch-to-lisp): if no inferior lisp present, call
Karl Heuer [Thu, 12 Nov 1998 01:55:57 +0000 (01:55 +0000)]
(switch-to-lisp): if no inferior lisp present, call
`run-lisp' instead of signalling an error.

25 years ago(desktop-save, desktop-create-buffer): Undo 10-22 change.
Karl Heuer [Wed, 11 Nov 1998 19:31:24 +0000 (19:31 +0000)]
(desktop-save, desktop-create-buffer): Undo 10-22 change.

25 years ago(aviion-intel): New machine.
Karl Heuer [Wed, 11 Nov 1998 19:04:33 +0000 (19:04 +0000)]
(aviion-intel): New machine.

25 years agoInitial revision
Karl Heuer [Wed, 11 Nov 1998 19:01:02 +0000 (19:01 +0000)]
Initial revision

25 years ago(BSD_PGRPS): Add #undef.
Karl Heuer [Wed, 11 Nov 1998 18:58:45 +0000 (18:58 +0000)]
(BSD_PGRPS): Add #undef.

25 years ago(BROKEN_FIONREAD): #undef commented out.
Karl Heuer [Wed, 11 Nov 1998 18:53:50 +0000 (18:53 +0000)]
(BROKEN_FIONREAD): #undef commented out.
(INTERRUPT_INPUT): #define commented out.

25 years agoDiscuss C-w.
Karl Heuer [Wed, 11 Nov 1998 18:49:47 +0000 (18:49 +0000)]
Discuss C-w.

25 years ago(vc-toggle-read-only): Doc fix.
Karl Heuer [Wed, 11 Nov 1998 18:47:32 +0000 (18:47 +0000)]
(vc-toggle-read-only): Doc fix.

25 years ago(ispell-dictionary-alist-2): Removed svenska,
Karl Heuer [Wed, 11 Nov 1998 18:35:26 +0000 (18:35 +0000)]
(ispell-dictionary-alist-2): Removed svenska,
renamed svenska8 to svenska, and fixed and extended CASECHARS
for it.

25 years ago(ps-print-prologue-1): Only use old LandscapeMode handling if
Andrew Innes [Wed, 11 Nov 1998 14:35:27 +0000 (14:35 +0000)]
(ps-print-prologue-1): Only use old LandscapeMode handling if
setpagedevice is not available.

(ps-begin-file): Fix typo.

25 years ago(MAX_ALLOCA): New macro.
Eli Zaretskii [Wed, 11 Nov 1998 11:12:09 +0000 (11:12 +0000)]
(MAX_ALLOCA): New macro.
(Fbase64_encode_region, Fbase64_encode_string,
Fbase64_decode_region, Fbase64_decode_string):  Don't allocate
more than MAX_ALLOCA bytes with alloca; otherwise use xmalloc.

25 years ago(byte_combining_error): Error message improved.
Kenichi Handa [Wed, 11 Nov 1998 10:37:09 +0000 (10:37 +0000)]
(byte_combining_error): Error message improved.

25 years ago(char_valid_p): Handle a composite character correctly.
Kenichi Handa [Wed, 11 Nov 1998 10:31:24 +0000 (10:31 +0000)]
(char_valid_p): Handle a composite character correctly.