bpt/emacs.git
25 years agoFix performance bug on hosts with large
Richard M. Stallman [Wed, 19 May 1999 01:30:15 +0000 (01:30 +0000)]
Fix performance bug on hosts with large
/var/adm/wtmp files with no boot records.

(boot_time_initialized): New var.
(init_filelock): Initialize it.
(get_boot_time): Use it, instead of nonzero boot_time,
to test whether boot_time is initialized.
Don't invoke utmp routines when dumping.

(get_boot_time): First, try to get the boot time from the
current utmp file, as this can be much faster.  Don't try to
get the boot time from utmp and/or wtmp more than once.

(get_boot_time_1): When passed null pointer, don't invoke utmpname.
New arg LATEST.  All uses changed.

25 years agoCorrect a typo.
Ben Elliston [Tue, 18 May 1999 06:15:43 +0000 (06:15 +0000)]
Correct a typo.

25 years ago(Fdefine_abbrev): Doc fix.
Richard M. Stallman [Tue, 18 May 1999 04:47:26 +0000 (04:47 +0000)]
(Fdefine_abbrev): Doc fix.

25 years ago(debugger-outer-inhibit-redisplay): New variable.
Richard M. Stallman [Tue, 18 May 1999 04:20:59 +0000 (04:20 +0000)]
(debugger-outer-inhibit-redisplay): New variable.
(debug): Bind and use debugger-outer-inhibit-redisplay.
Bind inhibit-redisplay to nil.
(debugger-env-macro): Treat inhibit-redisplay like other outside vars.

25 years agoMerge recent additions from autoconf source tree.
Ben Elliston [Mon, 17 May 1999 11:43:47 +0000 (11:43 +0000)]
Merge recent additions from autoconf source tree.
(synchronise with EGCS source tree, as well).

25 years agoMerge recent additions from autoconf source tree.
Ben Elliston [Mon, 17 May 1999 06:32:15 +0000 (06:32 +0000)]
Merge recent additions from autoconf source tree.
(synchronise with EGCS source tree, as well).

25 years agoComment fix.
Karl Heuer [Mon, 17 May 1999 06:14:44 +0000 (06:14 +0000)]
Comment fix.

25 years ago(ispell-local-dictionary-alist): Add autoload cookie.
Karl Heuer [Mon, 17 May 1999 05:32:15 +0000 (05:32 +0000)]
(ispell-local-dictionary-alist): Add autoload cookie.

25 years ago(gud-format-command): "%F" means file sans extension.
Richard M. Stallman [Mon, 17 May 1999 01:38:59 +0000 (01:38 +0000)]
(gud-format-command): "%F" means file sans extension.
(jdb): use %F, not %f, for gud-break.

25 years agoInclude change logs in subdirs of `lisp'.
Richard M. Stallman [Mon, 17 May 1999 01:38:15 +0000 (01:38 +0000)]
Include change logs in subdirs of `lisp'.

25 years ago(byte-optimize-plus): Fix 1-arg case.
Richard M. Stallman [Mon, 17 May 1999 01:37:04 +0000 (01:37 +0000)]
(byte-optimize-plus): Fix 1-arg case.

25 years ago(dumpglyphs): Use correct colours for drawing rectangles in place of
Andrew Innes [Sat, 15 May 1999 17:39:26 +0000 (17:39 +0000)]
(dumpglyphs): Use correct colours for drawing rectangles in place of
missing fonts, and make them the right size.

25 years agoCompletely revised and massively extended.
Karl Heuer [Sat, 15 May 1999 06:04:46 +0000 (06:04 +0000)]
Completely revised and massively extended.

25 years ago*** empty log message ***
Karl Heuer [Sat, 15 May 1999 06:01:20 +0000 (06:01 +0000)]
*** empty log message ***

25 years ago(sh-mode): Do not fail if buffer has no
Karl Heuer [Sat, 15 May 1999 05:57:39 +0000 (05:57 +0000)]
(sh-mode): Do not fail if buffer has no
magic number and is not associated with a file.

25 years agoRevert ftp.gnu.org <- gnudist.gnu.org.
Dave Love [Fri, 14 May 1999 15:50:20 +0000 (15:50 +0000)]
Revert ftp.gnu.org <- gnudist.gnu.org.

25 years ago(Fparse_partial_sexp): Correct test for element 8 to be
Dave Love [Fri, 14 May 1999 09:51:02 +0000 (09:51 +0000)]
(Fparse_partial_sexp): Correct test for element 8 to be
non-nil.

25 years ago[from rms]
Dave Love [Fri, 14 May 1999 09:46:38 +0000 (09:46 +0000)]
[from rms]
(find-file-noselect-1): Use abbreviate-file-name when setting
buffer-file-truename.

25 years ago(fast-lock-cache-name): Fix test for `windows-nt'.
Karl Heuer [Fri, 14 May 1999 08:47:12 +0000 (08:47 +0000)]
(fast-lock-cache-name): Fix test for `windows-nt'.

25 years agoChange MULE to Mule in docstrings and menus.
Kenichi Handa [Fri, 14 May 1999 00:33:27 +0000 (00:33 +0000)]
Change MULE to Mule in docstrings and menus.

25 years ago(mule-diag): Change MULE to Mule in docstring.
Kenichi Handa [Fri, 14 May 1999 00:33:07 +0000 (00:33 +0000)]
(mule-diag): Change MULE to Mule in docstring.

25 years ago*** empty log message ***
Karl Heuer [Thu, 13 May 1999 08:44:10 +0000 (08:44 +0000)]
*** empty log message ***

25 years agofix previous change
Kenichi Handa [Thu, 13 May 1999 06:50:04 +0000 (06:50 +0000)]
fix previous change

25 years ago(ps-mule-prologue): Fix the definition of DefFontMule
Kenichi Handa [Thu, 13 May 1999 06:40:05 +0000 (06:40 +0000)]
(ps-mule-prologue): Fix the definition of DefFontMule
to correctly reflect the value of BaseLineOffset in
RelativeCompose.  Now the value of RelativeCompose is an array of
low and high positions.
(ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
RLC for the above change.

25 years agoRemoved some inappropriate "autoload comments", as
Oliver Seidel [Wed, 12 May 1999 08:41:32 +0000 (08:41 +0000)]
Removed some inappropriate "autoload comments", as
suggested by <Marc.Zonzon@univ-rennes1.fr>.  Thanks.

25 years ago(comint-password-prompt-regexp): Modified to match the output of ksu
Joel N. Weber II [Tue, 11 May 1999 22:32:52 +0000 (22:32 +0000)]
(comint-password-prompt-regexp): Modified to match the output of ksu
and ssh-add.

25 years ago(x_to_w32_charset): Reinstall VIETNAMESE_CHARSET
Andrew Innes [Tue, 11 May 1999 13:38:10 +0000 (13:38 +0000)]
(x_to_w32_charset): Reinstall VIETNAMESE_CHARSET
definition.
(w32_wnd_proc): Reinstall debugging output.
(w32_wnd_proc): Reinstall SetForegroundWindow change.
(syms_of_w32fns): Reinstall new initializer for
Vw32_phantom_key_code.

(x_to_w32_charset): Do partial matching of charset
names for most non-European charsets, to cope with wildcards or
missing spec dates.
(Fw32_send_sys_command): Post WM_SYSCOMMAND rather than sending it
to avoid deadlock when activating the menu bar.

25 years ago* language/korea-util.el (isearch-toggle-korean-input-method):
Kenichi Handa [Tue, 11 May 1999 04:28:26 +0000 (04:28 +0000)]
* language/korea-util.el (isearch-toggle-korean-input-method):
Adjusted for the change of input method handling in isearch.el.
(isearch-hangul-switch-symbol-ksc): Likewise.
(isearch-hangul-switch-hanja): Likewise.

25 years ago(boyer_moore): Get charset base value of `untranslated'
Kenichi Handa [Tue, 11 May 1999 01:34:28 +0000 (01:34 +0000)]
(boyer_moore): Get charset base value of `untranslated'
by masking by ~CHAR_FIELD3_MASK (instead of ~0xff).

25 years ago*** empty log message ***
Karl Heuer [Mon, 10 May 1999 18:45:52 +0000 (18:45 +0000)]
*** empty log message ***

25 years ago(help-make-xrefs): Fix typpo.
Dave Love [Mon, 10 May 1999 15:08:22 +0000 (15:08 +0000)]
(help-make-xrefs): Fix typpo.

25 years ago(byte-boolean-vars): Add
Andreas Schwab [Mon, 10 May 1999 13:02:09 +0000 (13:02 +0000)]
(byte-boolean-vars): Add
unibyte-display-via-language-environment.

25 years ago(Fread_file_name): Correct handling of dollars in file
Andreas Schwab [Mon, 10 May 1999 12:57:15 +0000 (12:57 +0000)]
(Fread_file_name): Correct handling of dollars in file
names.  Protect dollars in strings put on the file-name-history.
Substitute homedir by `~' also in default_filename.

25 years ago(try_window_id): Fix computation of tab_offset when
Andreas Schwab [Mon, 10 May 1999 12:53:07 +0000 (12:53 +0000)]
(try_window_id): Fix computation of tab_offset when
backing up over a character that is splitted across lines.

25 years ago(help-make-xrefs): Handle more cases when looking for
Andreas Schwab [Mon, 10 May 1999 12:49:39 +0000 (12:49 +0000)]
(help-make-xrefs): Handle more cases when looking for
commands in a keymap description.

25 years agoFor ms-dos systems, load ccl and codepage.
Eli Zaretskii [Mon, 10 May 1999 11:44:03 +0000 (11:44 +0000)]
For ms-dos systems, load ccl and codepage.

25 years ago(ps-control-character): Call
Kenichi Handa [Mon, 10 May 1999 01:51:59 +0000 (01:51 +0000)]
(ps-control-character): Call
ps-mule-prepare-ascii-font to setup ASCII fonts.

25 years ago(ps-mule-begin-job): Redo this change "if
Kenichi Handa [Mon, 10 May 1999 01:40:49 +0000 (01:40 +0000)]
(ps-mule-begin-job): Redo this change "if
ps-multibyte-buffer is nil, use
ps-mule-font-info-database-default."

25 years ago(code_convert_region): If eol format is inconsistent,
Kenichi Handa [Mon, 10 May 1999 01:04:01 +0000 (01:04 +0000)]
(code_convert_region): If eol format is inconsistent,
change coding->symbol to the sibling coding system of Unix like
eol format.

25 years ago("romanian-prefix"): New input method.
Kenichi Handa [Mon, 10 May 1999 00:56:54 +0000 (00:56 +0000)]
("romanian-prefix"): New input method.
("romanian-alt-prefix"): New input method.

25 years ago(get_boot_time): Handle NO_WTMP_FILE.
Karl Heuer [Sun, 9 May 1999 17:57:03 +0000 (17:57 +0000)]
(get_boot_time): Handle NO_WTMP_FILE.

25 years ago(NO_WTMP_FILE): Define it.
Karl Heuer [Sun, 9 May 1999 17:56:43 +0000 (17:56 +0000)]
(NO_WTMP_FILE): Define it.

25 years ago*** empty log message ***
Karl Heuer [Sun, 9 May 1999 06:59:45 +0000 (06:59 +0000)]
*** empty log message ***

25 years ago(ispell-local-dictionary-alist): New variable for
Karl Heuer [Sun, 9 May 1999 06:34:35 +0000 (06:34 +0000)]
(ispell-local-dictionary-alist): New variable for
customizing local dictionaries not accessable by everyone.
(ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
(ispell-required-version): Changed format `(major minor
revision)' to support general pattern matching.
(ispell-tex-skip-alists): AMS Tex block comment and `\author'
skip region commented out due to incorrect skip potential in std latex.
(ispell-word): Removed `when' macro.  Fixed bug of not restoring
cursor point on small words for calls from `ispell-minor-mode'.
(check-ispell-version): Tests and accepts versions major.minor
and above, with adjustments for interactions in 3.1.0-3.1.11.
(ispell-get-line): No longer skips ispell process special characters.
(ispell-comments-and-strings): Removed `when' macro call.
(ispell-minor-check): Requires ispell-word to restore cursor point.
(ispell-buffer-local-parsing): Supports checking comments only.

25 years ago(comint-password-prompt-regexp): Fix last change to be more specific.
Karl Heuer [Sun, 9 May 1999 00:44:50 +0000 (00:44 +0000)]
(comint-password-prompt-regexp): Fix last change to be more specific.

25 years ago(with-temp-message): Fix the other call to message to use %s.
Karl Heuer [Fri, 7 May 1999 09:42:50 +0000 (09:42 +0000)]
(with-temp-message): Fix the other call to message to use %s.

25 years ago(comint-password-prompt-regexp): Modified so that it matches the
Joel N. Weber II [Fri, 7 May 1999 05:26:44 +0000 (05:26 +0000)]
(comint-password-prompt-regexp): Modified so that it matches the
output of kinit.

25 years ago(timezone-parse-date): Recognize new format used in internet cookies.
Karl Heuer [Thu, 6 May 1999 21:26:34 +0000 (21:26 +0000)]
(timezone-parse-date): Recognize new format used in internet cookies.

25 years agoAdded item for HVAC simulator, as per RMS. - Brian <3diff>
Brian Youmans [Thu, 6 May 1999 15:06:44 +0000 (15:06 +0000)]
Added item for HVAC simulator, as per RMS. - Brian <3diff>

25 years ago(w32_strict_painting): New variable.
Andrew Innes [Wed, 5 May 1999 11:18:31 +0000 (11:18 +0000)]
(w32_strict_painting): New variable.
(w32_wnd_proc): Use it to select repaint rules.
(syms_of_w32fns): Defvar it.

25 years ago(iso-languages): Add latin-2 cedillas.
Karl Heuer [Tue, 4 May 1999 18:42:26 +0000 (18:42 +0000)]
(iso-languages): Add latin-2 cedillas.

25 years ago(display-time-update): Allow for wrap-around when
Andrew Innes [Tue, 4 May 1999 17:34:36 +0000 (17:34 +0000)]
(display-time-update): Allow for wrap-around when
checking against display-time-server-down-time.

25 years ago(x_to_w32_charset): Fix typo: want to map all Japanese
Andrew Innes [Tue, 4 May 1999 08:57:08 +0000 (08:57 +0000)]
(x_to_w32_charset): Fix typo: want to map all Japanese
charsets to the standard Windows charset for Japanese.

25 years ago(describe-coding-system): Fix English message.
Kenichi Handa [Tue, 4 May 1999 05:48:54 +0000 (05:48 +0000)]
(describe-coding-system): Fix English message.

25 years ago(x_load_font): Fix typo (`>' -> `=').
Kenichi Handa [Tue, 4 May 1999 05:45:36 +0000 (05:45 +0000)]
(x_load_font): Fix typo (`>' -> `=').

25 years ago(struct ccl_program): New member stack_idx.
Kenichi Handa [Tue, 4 May 1999 05:43:41 +0000 (05:43 +0000)]
(struct ccl_program): New member stack_idx.

25 years ago(ccl_prog_stack_struct): Declare it as static.
Kenichi Handa [Tue, 4 May 1999 05:42:55 +0000 (05:42 +0000)]
(ccl_prog_stack_struct): Declare it as static.
(ccl_driver): Setup stack_idx and ccl_prog correctly.  Update them
before returing.
(setup_ccl_program): Initialize ccl->stack_idx to 0.

25 years ago(dumpglyphs): Always fill background for italic fonts.
Andrew Innes [Mon, 3 May 1999 22:27:11 +0000 (22:27 +0000)]
(dumpglyphs): Always fill background for italic fonts.

25 years agoChange the x-charset-registry property for the
Andrew Innes [Mon, 3 May 1999 22:19:43 +0000 (22:19 +0000)]
Change the x-charset-registry property for the
Japanese charsets that are supported by Japanese Windows fonts.

25 years ago(make_time): Make argument type be time_t.
Andrew Innes [Mon, 3 May 1999 22:01:09 +0000 (22:01 +0000)]
(make_time): Make argument type be time_t.

25 years ago(diary-remind): Rewritten to behave sensibly for
Karl Heuer [Mon, 3 May 1999 20:03:07 +0000 (20:03 +0000)]
(diary-remind): Rewritten to behave sensibly for
diary-block diary entries for which the reminders and the diary
entries can overlap.

25 years ago(mouse-set-font): Ensure constructed fontset
Andrew Innes [Sun, 2 May 1999 20:39:19 +0000 (20:39 +0000)]
(mouse-set-font): Ensure constructed fontset
matches the font selected in the dialog.

25 years ago(browse-url-browser-function): Add :version.
Dave Love [Sun, 2 May 1999 13:45:39 +0000 (13:45 +0000)]
(browse-url-browser-function): Add :version.

25 years ago(auto-coding-alist): Add .tgz.
Dave Love [Sun, 2 May 1999 13:41:07 +0000 (13:41 +0000)]
(auto-coding-alist): Add .tgz.

25 years ago(unibyte_display_via_language_environment): Add extern.
Andrew Innes [Sun, 2 May 1999 11:02:11 +0000 (11:02 +0000)]
(unibyte_display_via_language_environment): Add extern.

25 years ago(unibyte_display_via_language_environment):
Andrew Innes [Sun, 2 May 1999 10:58:11 +0000 (10:58 +0000)]
(unibyte_display_via_language_environment):
Variable moved to xdisp.c.
(syms_of_w32fns): Don't set up Lisp var here.

25 years ago(unibyte_display_via_language_environment):
Andrew Innes [Sun, 2 May 1999 10:56:26 +0000 (10:56 +0000)]
(unibyte_display_via_language_environment):
Variable moved to xdisp.c.
(syms_of_msdos): Don't set up Lisp var here.

25 years ago(unibyte_display_via_language_environment):
Andrew Innes [Sun, 2 May 1999 10:54:36 +0000 (10:54 +0000)]
(unibyte_display_via_language_environment):
Variable moved to xdisp.c.
(syms_of_xfns): Don't set up Lisp var here.

25 years ago(display_text_line): Convert unibyte char to multibyte
Andrew Innes [Sun, 2 May 1999 10:51:03 +0000 (10:51 +0000)]
(display_text_line): Convert unibyte char to multibyte
if unibyte_display_via_language_environment is set.
(unibyte_display_via_language_environment):
Variable moved from xfns.c and elsewhere.
(syms_of_xfns): Set up Lisp var.

25 years ago(HAVE_FSYNC): New macro.
Andrew Innes [Sun, 2 May 1999 10:36:23 +0000 (10:36 +0000)]
(HAVE_FSYNC): New macro.
(fsync): Map to _commit.
(ftruncate): Map to _chsize.

25 years ago[andrewi]
Andrew Innes [Sun, 2 May 1999 10:34:21 +0000 (10:34 +0000)]
[andrewi]
(dumpglyphs): On Windows NT, do output in Unicode even
for ASCII, if enabled, to avoid memory allocation overhead for
implicit Unicode conversion.  Also, recognize that ASCII and
Latin-1 have a trivial conversion to Unicode, so x_2byte_buffer
lready contains the Unicode characters in that case.
(construct_drag_n_drop): Remove old code that was
trashing the drop location.

[jasonr]
(w32_write_glyphs, w32_clear_end_of_line,
w32_clear_frame, clear_cursor, x_display_bar_cursor,
x_display_box_cursor, x_set_window_size): Use phys_cursor_on
field in frame.
(do_line_dance): Updated WRT xterm.c. Use macros where possible.
(dumprectangle): Take into account the width of a left-side
scroll bar.

25 years ago(Fw32_set_clipboard_data): Undo last change to add
Andrew Innes [Sun, 2 May 1999 10:30:22 +0000 (10:30 +0000)]
(Fw32_set_clipboard_data): Undo last change to add
nlines to encoding_buffer_size (real bug was in a ccl program in
lisp/international/coding.el).

25 years ago(w32_get_string_resource): Check for name in current
Andrew Innes [Sun, 2 May 1999 10:28:55 +0000 (10:28 +0000)]
(w32_get_string_resource): Check for name in current
user area, and if not found look in the local machine area.

25 years ago(sys_kill): Attach to current foreground thread
Andrew Innes [Sun, 2 May 1999 10:27:27 +0000 (10:27 +0000)]
(sys_kill): Attach to current foreground thread
when grabbing focus; necessary on NT 5.0.

25 years ago[andrewi]
Andrew Innes [Sun, 2 May 1999 10:23:06 +0000 (10:23 +0000)]
[andrewi]
(w32_list_bdf_fonts): Initialize n_fonts.
(Fw32_shell_execute): New function; used to support browse-url.
(syms_of_w32fns): Register it.
(w32_load_system_font): Force max width to be average
char width for fixed-pitch fonts, to avoid unnecessary redisplay
slowdown.
(x_to_w32_charset): Define VIETNAMESE_CHARSET if not
already defined.
(syms_of_w32fns): Set Vw32_phantom_key_code to 255.

[jasonr]
(w32_wnd_proc) [WM_PAINT]: Use rectangle from
GetUpdateRect rather than BeginPaint.
(w32_wnd_proc): Attach to current foreground thread
when grabbing focus; necessary on NT 5.0.
(w32_wnd_proc) [W32_DEBUG_DISPLAY]: Add output for
debugging display messages.
(w32_to_x_charset): Put wildcard last in unknown charsets to avoid
false matching.

25 years ago(get_section_info): Dump back the entire EMDATA
Andrew Innes [Sun, 2 May 1999 10:13:08 +0000 (10:13 +0000)]
(get_section_info): Dump back the entire EMDATA
section if we can put Emacs' initialized data in a separate
section, otherwise use the my_begdata/my_edata method.

25 years ago($(BLD)\w32term.obj): Add dependency on w32heap.h.
Andrew Innes [Sun, 2 May 1999 10:11:35 +0000 (10:11 +0000)]
($(BLD)\w32term.obj): Add dependency on w32heap.h.

25 years ago[andrewi]
Andrew Innes [Sun, 2 May 1999 10:05:22 +0000 (10:05 +0000)]
[andrewi]
(decode_eol): Set produced/consumed values to zero if
src_bytes is <= 0 on entry.

[handa]
(setup_raw_text_coding_system): Call
setup_coding_system to initialize the fields of struct
coding_system correctly.

25 years ago(copy_executable_and_move_sections): Ifdef out a
Andrew Innes [Sun, 2 May 1999 09:59:03 +0000 (09:59 +0000)]
(copy_executable_and_move_sections): Ifdef out a
couple of unused switch cases that aren't defined on all
platforms.

25 years agoAdd another variation of the profile command, which
Andrew Innes [Sun, 2 May 1999 09:57:46 +0000 (09:57 +0000)]
Add another variation of the profile command, which
only profiles extended commands.

25 years ago(w32-drag-n-drop): Select file in window where
Andrew Innes [Sun, 2 May 1999 09:52:17 +0000 (09:52 +0000)]
(w32-drag-n-drop): Select file in window where
it is dropped, rather than current window.

25 years ago(smtpmail-deduce-address-list): Bind variables
Andrew Innes [Sun, 2 May 1999 09:50:47 +0000 (09:50 +0000)]
(smtpmail-deduce-address-list): Bind variables
after switching buffer, as case-fold-search is a buffer local
variable.

25 years ago(cp-coding-system-for-codepage-1):
Andrew Innes [Sun, 2 May 1999 09:48:22 +0000 (09:48 +0000)]
(cp-coding-system-for-codepage-1):
Make the magnification parameter for the -dos encoder be 2.

25 years ago(convert-standard-filename): Only convert directory
Andrew Innes [Sun, 2 May 1999 09:45:17 +0000 (09:45 +0000)]
(convert-standard-filename): Only convert directory
separators to backslash if the interactive shell is one of the
standard Windows shells that has DOS semantics.

25 years ago(ls-lisp-format-time): Trap errors from
Andrew Innes [Sun, 2 May 1999 09:40:45 +0000 (09:40 +0000)]
(ls-lisp-format-time): Trap errors from
format-time-string, and return a suitable string to indicate the
timestamp was invalid.

25 years ago(hexlify-command): Apply shell-quote-argument after
Andrew Innes [Sun, 2 May 1999 09:38:50 +0000 (09:38 +0000)]
(hexlify-command): Apply shell-quote-argument after
expanding hexl-program in case exec-directory contains a space.
(dehexlify-command): Ditto.

25 years ago(file-name-buffer-file-type-alist): Remove various
Andrew Innes [Sun, 2 May 1999 09:36:07 +0000 (09:36 +0000)]
(file-name-buffer-file-type-alist): Remove various
file extension regexps which aren't necessarily binary files.

25 years ago(browse-url-browser-function): Default to
Andrew Innes [Sun, 2 May 1999 09:34:41 +0000 (09:34 +0000)]
(browse-url-browser-function): Default to
browse-url-default-windows-browser on windows-nt.
(browse-url-default-windows-browser): New function.

25 years ago(main) [WINDOWSNT]: Call ftruncate, which is now mapped to _chsize.
Andrew Innes [Sun, 2 May 1999 09:31:32 +0000 (09:31 +0000)]
(main) [WINDOWSNT]: Call ftruncate, which is now mapped to _chsize.

25 years ago(forms-mode): Don't call forms-first-record or
Karl Heuer [Sat, 1 May 1999 01:11:12 +0000 (01:11 +0000)]
(forms-mode): Don't call forms-first-record or
forms-last-record if the data file has zero records.

25 years ago*** empty log message ***
Karl Heuer [Thu, 29 Apr 1999 21:01:04 +0000 (21:01 +0000)]
*** empty log message ***

25 years ago(find-file-noselect-1): If buffer-file-name has changed
Karl Heuer [Thu, 29 Apr 1999 20:28:43 +0000 (20:28 +0000)]
(find-file-noselect-1): If buffer-file-name has changed
after find-file-not-found-hooks runs, recompute the truename.
And don't use FILENAME after that point.

25 years ago(main, both versions): Use quote_file_name on cwd.
Karl Heuer [Thu, 29 Apr 1999 20:26:46 +0000 (20:26 +0000)]
(main, both versions): Use quote_file_name on cwd.

25 years agoComment fix.
Karl Heuer [Wed, 28 Apr 1999 16:41:08 +0000 (16:41 +0000)]
Comment fix.

25 years ago(show-paren-mode): Doc fix.
Dave Love [Tue, 27 Apr 1999 19:10:09 +0000 (19:10 +0000)]
(show-paren-mode): Doc fix.

25 years ago(which-func-mode-global): Doc fix.
Dave Love [Tue, 27 Apr 1999 19:02:58 +0000 (19:02 +0000)]
(which-func-mode-global): Doc fix.

25 years ago(type-break-mode): Doc fix.
Dave Love [Tue, 27 Apr 1999 19:00:42 +0000 (19:00 +0000)]
(type-break-mode): Doc fix.

25 years ago(display-time-mode): Doc fix.
Dave Love [Tue, 27 Apr 1999 19:00:11 +0000 (19:00 +0000)]
(display-time-mode): Doc fix.

25 years ago(resize-minibuffer-mode): Doc fix.
Dave Love [Tue, 27 Apr 1999 18:59:36 +0000 (18:59 +0000)]
(resize-minibuffer-mode): Doc fix.

25 years ago(mouse-sel-mode): Doc fix.
Dave Love [Tue, 27 Apr 1999 18:58:51 +0000 (18:58 +0000)]
(mouse-sel-mode): Doc fix.