]> git.eshelyaron.com Git - emacs.git/log
emacs.git
25 years ago(setup-specified-language-environment): Add apropos-inhibit property.
Richard M. Stallman [Mon, 12 Oct 1998 06:13:42 +0000 (06:13 +0000)]
(setup-specified-language-environment): Add apropos-inhibit property.
(describe-specified-language-support): Likewise.

25 years ago(parse_menu_item): For top level of menu bar,
Richard M. Stallman [Mon, 12 Oct 1998 06:13:00 +0000 (06:13 +0000)]
(parse_menu_item): For top level of menu bar,
accept ordinary commands, and treat them just like a keymap.

25 years ago(redisplay_window): Clear w->window_end_valid
Richard M. Stallman [Mon, 12 Oct 1998 01:38:50 +0000 (01:38 +0000)]
(redisplay_window): Clear w->window_end_valid
before running the window-scroll-functions hook, if appropriate.

25 years ago(Info-insert-dir): Detect and report problems
Richard M. Stallman [Sun, 11 Oct 1998 22:44:46 +0000 (22:44 +0000)]
(Info-insert-dir): Detect and report problems
in input files, such as "No Top node".  Return with point
at the beginning of the text.
(Info-find-node): Reinsert the code to handle files
with no tags table; it was deleted by mistake.

25 years ago(tags-loop-revert-buffers): New variable.
Richard M. Stallman [Sun, 11 Oct 1998 22:17:03 +0000 (22:17 +0000)]
(tags-loop-revert-buffers): New variable.
(next-file): Optionally offer to revert a file's buffer,
if it has an existing buffer but the file has changed.

25 years ago(texinfo-make-menu): Don't let
Richard M. Stallman [Sun, 11 Oct 1998 12:47:19 +0000 (12:47 +0000)]
(texinfo-make-menu): Don't let
texinfo-find-higher-level-node repeatedly find the same node.
(texinfo-find-higher-level-node): Doc fix.

25 years agoWhitespace change.
Richard M. Stallman [Sat, 10 Oct 1998 21:20:48 +0000 (21:20 +0000)]
Whitespace change.

25 years ago(main): Null-terminate system_name.
Richard M. Stallman [Sat, 10 Oct 1998 21:20:22 +0000 (21:20 +0000)]
(main): Null-terminate system_name.

25 years ago(check_x_display_info): Don't use selected_frame if it is dead.
Richard M. Stallman [Sat, 10 Oct 1998 15:07:08 +0000 (15:07 +0000)]
(check_x_display_info): Don't use selected_frame if it is dead.

25 years ago(window_loop): New alternative CHECK_ALL_WINDOWS.
Richard M. Stallman [Sat, 10 Oct 1998 14:49:28 +0000 (14:49 +0000)]
(window_loop): New alternative CHECK_ALL_WINDOWS.
(check_all_windows): New function for debugging tests.
(syms_of_window): Initialize it.

(Qwindow_configuration_p): New variable.
(Fwindow_configuration_frame): New function.
(syms_of_window): defsubr it.
(Fset_window_configuration): Return t if frame is live.
Use Qwindow_configuration_p.

25 years ago(feedmail-queue-runner-is-active): Definition moved.
Richard M. Stallman [Sat, 10 Oct 1998 14:06:14 +0000 (14:06 +0000)]
(feedmail-queue-runner-is-active): Definition moved.

25 years ago(frame-set-background-mode): Don't do anythung for text-only or MSDOS frame.
Richard M. Stallman [Sat, 10 Oct 1998 12:10:30 +0000 (12:10 +0000)]
(frame-set-background-mode): Don't do anythung for text-only or MSDOS frame.

25 years ago(x_create_bitmap_from_file): Skip special files.
Geoff Voelker [Fri, 9 Oct 1998 06:09:52 +0000 (06:09 +0000)]
(x_create_bitmap_from_file): Skip special files.

25 years agoUpdate Microsoft Windows entry.
Geoff Voelker [Fri, 9 Oct 1998 01:55:02 +0000 (01:55 +0000)]
Update Microsoft Windows entry.

25 years agoDoc fixes.
Karl Heuer [Thu, 8 Oct 1998 20:31:34 +0000 (20:31 +0000)]
Doc fixes.

25 years ago(scan_lists): Bring FROM back into range BEGV...ZV.
Richard M. Stallman [Thu, 8 Oct 1998 10:47:51 +0000 (10:47 +0000)]
(scan_lists): Bring FROM back into range BEGV...ZV.

25 years ago(pop3-open-server): Set process-coding-system-alist around open-network-stream.
Richard M. Stallman [Thu, 8 Oct 1998 09:58:00 +0000 (09:58 +0000)]
(pop3-open-server): Set process-coding-system-alist around open-network-stream.

25 years ago(code_convert_region): Set inhibit_modification_hooks
Kenichi Handa [Thu, 8 Oct 1998 06:48:42 +0000 (06:48 +0000)]
(code_convert_region): Set inhibit_modification_hooks
to 1 before calling Fset_text_properties.

25 years ago(quail-defrule): New optional arg APPEND.
Kenichi Handa [Thu, 8 Oct 1998 06:45:36 +0000 (06:45 +0000)]
(quail-defrule): New optional arg APPEND.
(quail-defrule-internal): Fix bug of handling the argument APPEND.

25 years ago(signal_before_change): If inhibit_modification_hooks
Kenichi Handa [Thu, 8 Oct 1998 06:45:36 +0000 (06:45 +0000)]
(signal_before_change): If inhibit_modification_hooks
is nonzero, do nothing.
(signal_after_change): Likewise.

25 years ago(inhibit_modification_hooks): New variable.
Kenichi Handa [Thu, 8 Oct 1998 06:45:36 +0000 (06:45 +0000)]
(inhibit_modification_hooks): New variable.
(init_buffer_once): Initialize inhibit_modification_hooks to 0.

25 years ago(inhibit_modification_hooks): Extern it.
Kenichi Handa [Thu, 8 Oct 1998 06:45:36 +0000 (06:45 +0000)]
(inhibit_modification_hooks): Extern it.

25 years ago(invalid_character): Prepend `0' to octal
Kenichi Handa [Thu, 8 Oct 1998 06:45:36 +0000 (06:45 +0000)]
(invalid_character): Prepend `0' to octal
representation.  Give error sufficient args.

25 years ago(save-buffer): Doc fix.
Richard M. Stallman [Thu, 8 Oct 1998 02:20:26 +0000 (02:20 +0000)]
(save-buffer): Doc fix.

25 years ago(init_ntproc): Check for Windows init file.
Geoff Voelker [Wed, 7 Oct 1998 19:47:48 +0000 (19:47 +0000)]
(init_ntproc): Check for Windows init file.
(term_ntproc): Do not check for it here.

25 years ago(profile-fix-fun): If already profiled,
Karl Heuer [Wed, 7 Oct 1998 18:32:55 +0000 (18:32 +0000)]
(profile-fix-fun): If already profiled,
return DEF unchanged, not nil.  Simplify.

25 years ago(file-name-buffer-file-type-alist): Fix typo in regexp.
Geoff Voelker [Wed, 7 Oct 1998 02:29:06 +0000 (02:29 +0000)]
(file-name-buffer-file-type-alist): Fix typo in regexp.

25 years ago(generic-mode-with-type): Added hooks for generic-modes.
Karl Heuer [Wed, 7 Oct 1998 00:01:15 +0000 (00:01 +0000)]
(generic-mode-with-type): Added hooks for generic-modes.

25 years ago(ftp, nslookup): Require comint.
Karl Heuer [Tue, 6 Oct 1998 23:59:00 +0000 (23:59 +0000)]
(ftp, nslookup): Require comint.
(network-service-connection): Likewise.
(whois-server-name): Defaults to whois.arin.net
(whois-server-list, whois-server-tld, whois-guess-server): New var.
(whois): Tries to guess the appropriate top-level domain server.
(whois-get-tld): New function.

25 years agoMentioned dirtrack-debug-toggle in the docs.
Karl Heuer [Tue, 6 Oct 1998 23:41:18 +0000 (23:41 +0000)]
Mentioned dirtrack-debug-toggle in the docs.
Added note about running shells as other users or on other machines.
(dirtrack-debug-toggle): Added this function.

25 years ago(clean-buffer-list): Add autoload cookie.
Karl Heuer [Tue, 6 Oct 1998 23:35:50 +0000 (23:35 +0000)]
(clean-buffer-list): Add autoload cookie.

25 years ago(eval-defun): Return the evaluation result.
Karl Heuer [Tue, 6 Oct 1998 23:33:04 +0000 (23:33 +0000)]
(eval-defun): Return the evaluation result.

25 years agoMinor formatting changes.
Karl Heuer [Tue, 6 Oct 1998 23:32:03 +0000 (23:32 +0000)]
Minor formatting changes.

25 years ago(apropos-print): control invalid characters.
Karl Heuer [Tue, 6 Oct 1998 23:30:31 +0000 (23:30 +0000)]
(apropos-print): control invalid characters.

25 years ago(find-file-noselect): Switch to the correct buffer
Karl Heuer [Tue, 6 Oct 1998 23:27:28 +0000 (23:27 +0000)]
(find-file-noselect): Switch to the correct buffer
before checking find-file-literally, and allow non-nil non-t
rawfile params.

25 years ago(perform-replace): Position point properly
Karl Heuer [Tue, 6 Oct 1998 23:25:52 +0000 (23:25 +0000)]
(perform-replace): Position point properly
before and after the recursive edit of C-r.

25 years ago(archive-mode-revert): Arg no-auto-save renamed from no-autosave.
Karl Heuer [Tue, 6 Oct 1998 23:24:11 +0000 (23:24 +0000)]
(archive-mode-revert): Arg no-auto-save renamed from no-autosave.

25 years agoComment fix.
Karl Heuer [Tue, 6 Oct 1998 23:22:48 +0000 (23:22 +0000)]
Comment fix.

25 years ago(ediff-arrange-auto-save-in-merge-jobs): Renamed
Karl Heuer [Tue, 6 Oct 1998 23:21:47 +0000 (23:21 +0000)]
(ediff-arrange-auto-save-in-merge-jobs): Renamed
from ediff-arrange-autosave-in-merge-jobs.  Callers changed.

25 years ago(tar-mode-revert): no-auto-save arg renamed from no-autosave.
Karl Heuer [Tue, 6 Oct 1998 23:18:33 +0000 (23:18 +0000)]
(tar-mode-revert): no-auto-save arg renamed from no-autosave.

25 years ago(message-auto-save-directory): Renamed from
Karl Heuer [Tue, 6 Oct 1998 23:16:37 +0000 (23:16 +0000)]
(message-auto-save-directory): Renamed from
message-autosave-directory.  All references changed.

25 years ago(rmail-retry-failure): Allow blanks in boundary
Karl Heuer [Tue, 6 Oct 1998 22:54:20 +0000 (22:54 +0000)]
(rmail-retry-failure): Allow blanks in boundary
string.  Expose mime stuff while searching.

25 years ago(tags-reset-tags-tables): Properly
Karl Heuer [Tue, 6 Oct 1998 22:35:51 +0000 (22:35 +0000)]
(tags-reset-tags-tables): Properly
find the markers in the old rings that are being discarded.

25 years ago(lm-font-lock-face-O, lm-font-lock-face-X):
Karl Heuer [Tue, 6 Oct 1998 22:30:28 +0000 (22:30 +0000)]
(lm-font-lock-face-O, lm-font-lock-face-X):
Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
confusing customize.

25 years ago(bat-generic-mode): Fix regexps for keywords and
Eli Zaretskii [Tue, 6 Oct 1998 12:19:11 +0000 (12:19 +0000)]
(bat-generic-mode): Fix regexps for keywords and
built-in commands.  Add more built-in commands and fix face names.

25 years ago(main): Treat command line options as case-insensitive.
Geoff Voelker [Tue, 6 Oct 1998 02:59:27 +0000 (02:59 +0000)]
(main): Treat command line options as case-insensitive.

25 years agoAdded entry for Speedbar.
Simon Marshall [Mon, 5 Oct 1998 09:21:03 +0000 (09:21 +0000)]
Added entry for Speedbar.

25 years ago(speedbar-frame-mode): Check if cfx or cfy is a list, and make sure it
Eric M. Ludlam [Sun, 4 Oct 1998 13:00:45 +0000 (13:00 +0000)]
(speedbar-frame-mode): Check if cfx or cfy is a list, and make sure it
gets evalled to a number.  Also verify that set-frame-name fn exists
before calling it.
(speedbar-initial-expansion-list-name): Remove customization since it
is not useful in this case.

25 years ago(checkdoc-sentencespace-region-engine): Protect a `forward-sexp' call
Eric M. Ludlam [Sun, 4 Oct 1998 12:37:28 +0000 (12:37 +0000)]
(checkdoc-sentencespace-region-engine): Protect a `forward-sexp' call
which could fail, and improved regex for ie, and eg abbreviations.

25 years agoCheckpoint changes. Bug fixes, mostly.
Paul D. Smith [Sat, 3 Oct 1998 05:40:15 +0000 (05:40 +0000)]
Checkpoint changes.  Bug fixes, mostly.

25 years ago(rlogin-send-Ctrl-C): Use process-send-string, not send-string.
Noah Friedman [Sat, 3 Oct 1998 00:44:26 +0000 (00:44 +0000)]
(rlogin-send-Ctrl-C): Use process-send-string, not send-string.
(rlogin-send-Ctrl-D): Here also.
(rlogin-send-Ctrl-Z): Here also.
(rlogin-send-Ctrl-backslash): Here also.

25 years ago*** empty log message ***
Dan Nicolaescu [Fri, 2 Oct 1998 18:11:14 +0000 (18:11 +0000)]
*** empty log message ***

25 years agoInitial revision
Dan Nicolaescu [Fri, 2 Oct 1998 18:09:44 +0000 (18:09 +0000)]
Initial revision

25 years ago(hide-region-body): Bind
Dave Love [Fri, 2 Oct 1998 14:38:12 +0000 (14:38 +0000)]
(hide-region-body): Bind
outline-view-change-hook to nil while making repeated calls to
outline-flag-region.  Run it once at the end.
(hide-other, hide-sublevels, show-children): Likewise.

25 years agoRemove duplicate scheme-mode entry.
Dave Love [Fri, 2 Oct 1998 14:35:09 +0000 (14:35 +0000)]
Remove duplicate scheme-mode entry.
(info-lookup-make-completions): When looking for entries, check
that `item' isn't null or "Menu".

25 years ago(gnus-valid-select-methods): Fix type.
Karl Heuer [Thu, 1 Oct 1998 21:01:15 +0000 (21:01 +0000)]
(gnus-valid-select-methods): Fix type.

25 years ago(gnus-summary-respool-default-method): Fix type.
Karl Heuer [Thu, 1 Oct 1998 20:56:19 +0000 (20:56 +0000)]
(gnus-summary-respool-default-method): Fix type.

25 years ago(gnus-orphan-score, gnus-score-default-header, gnus-score-default-type):
Karl Heuer [Thu, 1 Oct 1998 20:46:42 +0000 (20:46 +0000)]
(gnus-orphan-score, gnus-score-default-header, gnus-score-default-type):
Fix type.

25 years ago(gnus-article-x-face-too-ugly): Fix type.
Karl Heuer [Thu, 1 Oct 1998 20:41:53 +0000 (20:41 +0000)]
(gnus-article-x-face-too-ugly): Fix type.
(gnus-saved-headers): Fix type.

25 years ago(check-ispell-version): No need to bind
Karl Heuer [Thu, 1 Oct 1998 19:23:42 +0000 (19:23 +0000)]
(check-ispell-version): No need to bind
default-major-mode.

25 years agoDon't require ffap.
Karl Heuer [Thu, 1 Oct 1998 18:51:39 +0000 (18:51 +0000)]
Don't require ffap.
(net-utils-machine-at-point, net-utils-url-at-point): New functions.
(ping, nslookup-host, finger, network-connection-to-service): Use them.

25 years ago(imenu--generic-function): Sort each submenu by position.
Karl Heuer [Wed, 30 Sep 1998 19:21:01 +0000 (19:21 +0000)]
(imenu--generic-function): Sort each submenu by position.
(imenu--sort-by-position): New function.

25 years ago(Custom-mode-menu): Fix info node name.
Karl Heuer [Wed, 30 Sep 1998 19:20:04 +0000 (19:20 +0000)]
(Custom-mode-menu): Fix info node name.
(customize group): Fix info node name.

25 years ago(build-mail-aliases): Don't allow
Karl Heuer [Wed, 30 Sep 1998 19:16:47 +0000 (19:16 +0000)]
(build-mail-aliases): Don't allow
a newline in the alias name.  Don't define an alias
if the definition would be empty.

25 years ago(which-func-mode-global): Make :set function
Karl Heuer [Wed, 30 Sep 1998 19:15:56 +0000 (19:15 +0000)]
(which-func-mode-global): Make :set function
more reliable.

25 years ago(custom-set-variables): Load the requests first,
Karl Heuer [Wed, 30 Sep 1998 19:15:17 +0000 (19:15 +0000)]
(custom-set-variables): Load the requests first,
then check the symbol's `set' function.

25 years ago*** empty log message ***
Karl Heuer [Wed, 30 Sep 1998 19:07:17 +0000 (19:07 +0000)]
*** empty log message ***

25 years agoDoc fixes.
Karl Heuer [Wed, 30 Sep 1998 19:06:27 +0000 (19:06 +0000)]
Doc fixes.

25 years ago(fill-individual-paragraphs-prefix):
Karl Heuer [Wed, 30 Sep 1998 19:03:31 +0000 (19:03 +0000)]
(fill-individual-paragraphs-prefix):
Avoid nil value of `two-lines-citation-part'

25 years ago(which-function): Handle case when (car imenu--index-alist) is nil.
Karl Heuer [Wed, 30 Sep 1998 19:02:23 +0000 (19:02 +0000)]
(which-function): Handle case when (car imenu--index-alist) is nil.

26 years agoAlex Schroeder startup description added.
Oliver Seidel [Tue, 29 Sep 1998 18:20:36 +0000 (18:20 +0000)]
Alex Schroeder startup description added.

26 years ago(jka-compr-compression-info-list): Remove "-c" from
Dave Love [Tue, 29 Sep 1998 10:41:20 +0000 (10:41 +0000)]
(jka-compr-compression-info-list): Remove "-c" from
bzip2 args.

26 years agomake pre-command-hook & comint-exec-hook local hooks.
Simon Marshall [Tue, 29 Sep 1998 10:14:44 +0000 (10:14 +0000)]
make pre-command-hook & comint-exec-hook local hooks.

26 years agoAdd support for Octave.
Stephen Eglen [Tue, 29 Sep 1998 08:45:12 +0000 (08:45 +0000)]
Add support for Octave.

26 years ago(clean-buffer-list-kill-regexps): Improve custom type.
Richard M. Stallman [Mon, 28 Sep 1998 16:08:58 +0000 (16:08 +0000)]
(clean-buffer-list-kill-regexps): Improve custom type.
(clean-buffer-list-kill-buffer-names): Likewise.
(clean-buffer-list-kill-never-buffer-names): Likewise.
(clean-buffer-list-kill-never-regexps): Likewise.

26 years ago(reftex-finding-files): New customize group.
Carsten Dominik [Mon, 28 Sep 1998 14:29:49 +0000 (14:29 +0000)]
(reftex-finding-files): New customize group.
(reftex-texpath-environment-variables,
reftex-use-external-file-finders, reftex-external-file-finders,
reftex-search-unrecursed-path-first): New options.
(reftex-process-string, reftex-find-file-externally): New
functions.
(reftex-access-search-path): Execute shell commands to find the
search path.
(reftex-toggle-auto-view-crossref): When turning on, make sure
`reftex-auto-view-crossref' becomes non-nil.
(reftex-abbrev-regexp): Constant removed.
(reftex-convert-string): Abbrev regexp calculated locally.

26 years ago(inferior-octave-prompt): Also match prompts of the form
Stephen Eglen [Mon, 28 Sep 1998 14:03:38 +0000 (14:03 +0000)]
(inferior-octave-prompt): Also match prompts of the form
`octave.bin:1>' which come from using precopiled binary versions.

26 years ago(byte-compile-dynamic): Doc fix.
Richard M. Stallman [Mon, 28 Sep 1998 13:32:44 +0000 (13:32 +0000)]
(byte-compile-dynamic): Doc fix.

26 years ago(sh-set-shell): Remove .exe suffix from shell name.
Richard M. Stallman [Mon, 28 Sep 1998 13:31:53 +0000 (13:31 +0000)]
(sh-set-shell): Remove .exe suffix from shell name.
Don't reuse local var `shell' for two different things.
(sh-canonicalize-shell): Remove .exe suffix from shell name.

26 years ago(adjust_after_replace): Don't delete text properties here.
Kenichi Handa [Mon, 28 Sep 1998 11:52:53 +0000 (11:52 +0000)]
(adjust_after_replace): Don't delete text properties here.

26 years ago(check_composing_code): Fix previous change. Now it
Kenichi Handa [Mon, 28 Sep 1998 11:52:53 +0000 (11:52 +0000)]
(check_composing_code): Fix previous change.  Now it
alwasy returns 0 or -1.
(decode_coding_iso2022): Adjusted for the above change.
(encode_coding_iso2022): When encoding the last block, flush out
tailing garbage bytes.
(setup_coding_system): Delete unnecessary code.
(shrink_decoding_region): Check translation table.  If ASCII
should be translated, give up shrinking.
(shrink_encoding_region): Likewise.
(SHRINK_CONVERSION_REGION_THRESHHOLD): New macro.
(SHRINK_CONVERSION_REGION): New macro.
(code_convert_region): Call SHRINK_CONVERSION_REGION.  Delete text
properties here.
(code_convert_region): In the case of encoding, always calulate
correct character number.
(code_convert_string): Call SHRINK_CONVERSION_REGION.
(code_convert_region1): Don't delete text properties here.
(check_composing_code): Fix previous change.  Now it
alwasy returns 0 or -1.
(decode_coding_iso2022): Adjusted for the above change.
(encode_coding_iso2022): When encoding the last block, flush out
tailing garbage bytes.
(setup_coding_system): Delete unnecessary code.
(shrink_decoding_region): Check translation table.  If ASCII
should be translated, give up shrinking.
(shrink_encoding_region): Likewise.
(SHRINK_CONVERSION_REGION_THRESHHOLD): New macro.
(SHRINK_CONVERSION_REGION): New macro.
(code_convert_region): Call SHRINK_CONVERSION_REGION.  Delete text
properties here.
(code_convert_region): In the case of encoding, always calulate
correct character number.
(code_convert_string): Call SHRINK_CONVERSION_REGION.
(code_convert_region1): Don't delete text properties here.

26 years ago(encode_terminal_code): Handle raw 8-bit codes correctly.
Kenichi Handa [Mon, 28 Sep 1998 11:52:53 +0000 (11:52 +0000)]
(encode_terminal_code): Handle raw 8-bit codes correctly.

26 years agoTidy up such that all HP PA-RISC revisions appear on the same line.
Ben Elliston [Mon, 28 Sep 1998 11:03:36 +0000 (11:03 +0000)]
Tidy up such that all HP PA-RISC revisions appear on the same line.
Move `tron' and `a29k' up a line to accomodate.

26 years agoMerge from autoconf 2.13.
Ben Elliston [Mon, 28 Sep 1998 11:01:44 +0000 (11:01 +0000)]
Merge from autoconf 2.13.

26 years agoDon't call regexp-opt when deriving
Dave Love [Mon, 28 Sep 1998 09:51:12 +0000 (09:51 +0000)]
Don't call regexp-opt when deriving
font-lock patterns with keywords that aren't all literal.

26 years agoFix author's email address.
Richard M. Stallman [Mon, 28 Sep 1998 09:20:40 +0000 (09:20 +0000)]
Fix author's email address.

26 years ago(help-quit): Add doc.
Richard M. Stallman [Sun, 27 Sep 1998 21:20:42 +0000 (21:20 +0000)]
(help-quit): Add doc.

26 years ago(help-for-help): Use %THIS-KEY%.
Richard M. Stallman [Sun, 27 Sep 1998 21:17:26 +0000 (21:17 +0000)]
(help-for-help): Use %THIS-KEY%.

26 years ago(make-help-screen): Keep HELP-TEXT
Richard M. Stallman [Sun, 27 Sep 1998 21:17:00 +0000 (21:17 +0000)]
(make-help-screen): Keep HELP-TEXT
in a separate function definition, not in the help command FNAME.
Replace %THIS-KEY% with the key sequence that ran FNAME.

26 years ago*** empty log message ***
Richard M. Stallman [Sun, 27 Sep 1998 12:37:22 +0000 (12:37 +0000)]
*** empty log message ***

26 years agoTreat __GNU__ line NeXT: undefine BSD and FSCALE.
Richard M. Stallman [Sun, 27 Sep 1998 07:29:59 +0000 (07:29 +0000)]
Treat __GNU__ line NeXT: undefine BSD and FSCALE.

26 years ago(NLIST_STRUCT, KERNEL_FILE, LDAV_SYMBOL): Add #undefs.
Richard M. Stallman [Sun, 27 Sep 1998 07:21:30 +0000 (07:21 +0000)]
(NLIST_STRUCT, KERNEL_FILE, LDAV_SYMBOL): Add #undefs.

26 years ago(sort_args): Fill extra space with NULL ptrs.
Richard M. Stallman [Sun, 27 Sep 1998 07:11:54 +0000 (07:11 +0000)]
(sort_args): Fill extra space with NULL ptrs.

26 years ago(Fformat): Check format control characters.
Kenichi Handa [Sat, 26 Sep 1998 04:20:48 +0000 (04:20 +0000)]
(Fformat): Check format control characters.

26 years ago(check_composing_code): If the current composing
Kenichi Handa [Sat, 26 Sep 1998 04:20:48 +0000 (04:20 +0000)]
(check_composing_code): If the current composing
sequence doesn't end properly, return -1.
(DECODE_CHARACTER_ASCII): Update coding->composed_chars.
(DECODE_CHARACTER_DIMENSION1): Likewise.
(decode_coding_iso2022): Check validity of a composing sequence.
(code_convert_string): If the length of text to be converted is
shrunk to zero, don't perform code conversion.
(shrink_decoding_region): Fix previous change.

26 years ago(struct coding_system): New member composed_chars.
Kenichi Handa [Sat, 26 Sep 1998 04:20:48 +0000 (04:20 +0000)]
(struct coding_system): New member composed_chars.

26 years ago(underlying_strftime):
Paul Eggert [Fri, 25 Sep 1998 21:40:23 +0000 (21:40 +0000)]
(underlying_strftime):
Set the buffer to a nonzero value before calling
strftime, and check to see whether strftime has set the buffer to zero.
This lets us distinguish between an empty buffer and an error.

I'm installing this patch by hand now; it will be superseded whenever
the glibc sources are propagated back to fsf.org.

26 years ago(tex-run-command): Doc fix.
Karl Heuer [Fri, 25 Sep 1998 20:30:42 +0000 (20:30 +0000)]
(tex-run-command): Doc fix.
(tex-start-tex): Don't use tex-start-options-string in star case.
Quote file name in star case as well as in non-star.
Add blank and quoting of option string here.
(tex-start-options-string): Not here.

26 years ago(hexl-mode-map): More of previous change.
Karl Heuer [Fri, 25 Sep 1998 17:04:24 +0000 (17:04 +0000)]
(hexl-mode-map): More of previous change.

26 years ago(texinfo-show-structure): Bind inhibit-read-only.
Karl Heuer [Fri, 25 Sep 1998 17:01:52 +0000 (17:01 +0000)]
(texinfo-show-structure): Bind inhibit-read-only.