bpt/emacs.git
26 years ago(barf_or_query_if_file_exists): New arg QUICK. All calls changed.
Richard M. Stallman [Sat, 28 Mar 1998 08:25:53 +0000 (08:25 +0000)]
(barf_or_query_if_file_exists): New arg QUICK.  All calls changed.

26 years ago(desktop-load-default): Add autoload cookie.
Richard M. Stallman [Sat, 28 Mar 1998 07:32:50 +0000 (07:32 +0000)]
(desktop-load-default): Add autoload cookie.
(desktop-read): Likewise.

26 years ago(menu-bar-options-menu): Remove "Toggle" from item
Richard M. Stallman [Sat, 28 Mar 1998 05:43:01 +0000 (05:43 +0000)]
(menu-bar-options-menu): Remove "Toggle" from item
names, using buttons instead.
(menu-bar-make-toggle): Define a menu-item toggle button.
(menu-bar-options-menu [save-place]): (require 'saveplace).
(menu-bar-options-menu [toggle-auto-compression], [auto-fill-mode])
(menu-bar-options-menu [toggle-global-lazy-font-lock-mode]):
Define a menu-item button.

26 years agouse a string that will never match.
Simon Marshall [Fri, 27 Mar 1998 10:11:45 +0000 (10:11 +0000)]
use a string that will never match.

26 years ago(${TIT}): Fix shell conditional syntax.
Richard M. Stallman [Fri, 27 Mar 1998 04:58:07 +0000 (04:58 +0000)]
(${TIT}): Fix shell conditional syntax.

26 years agoFix shell syntax in check for missing .el or .elc files.
Richard M. Stallman [Fri, 27 Mar 1998 04:56:51 +0000 (04:56 +0000)]
Fix shell syntax in check for missing .el or .elc files.

26 years ago(calendar-mode-map): Add bindings for appt-add and appt-delete.
Richard M. Stallman [Fri, 27 Mar 1998 04:53:22 +0000 (04:53 +0000)]
(calendar-mode-map): Add bindings for appt-add and appt-delete.

26 years ago(item_properties): New variable.
Richard M. Stallman [Fri, 27 Mar 1998 04:52:43 +0000 (04:52 +0000)]
(item_properties): New variable.
(ITEM_PROPERTY_...): New macros.

26 years ago*** empty log message ***
Richard M. Stallman [Fri, 27 Mar 1998 03:49:56 +0000 (03:49 +0000)]
*** empty log message ***

26 years ago(pop_getline): Renamed from getline.
Richard M. Stallman [Thu, 26 Mar 1998 22:52:21 +0000 (22:52 +0000)]
(pop_getline): Renamed from getline.

26 years ago(perform-replace): Before recursive edit,
Richard M. Stallman [Thu, 26 Mar 1998 06:31:26 +0000 (06:31 +0000)]
(perform-replace): Before recursive edit,
get the match data as markers, and set real-match-data.

26 years ago(rmail-clear-headers): Handle failure to find "\n[^ \t]".
Richard M. Stallman [Thu, 26 Mar 1998 04:28:37 +0000 (04:28 +0000)]
(rmail-clear-headers): Handle failure to find "\n[^ \t]".

26 years ago(normal-top-level-add-subdirs-to-load-path):
Richard M. Stallman [Thu, 26 Mar 1998 04:26:27 +0000 (04:26 +0000)]
(normal-top-level-add-subdirs-to-load-path):
Reverse order of subdirs to add.  Don't duplicate the parent dir.

26 years ago(init_lread): Init Vstandard_input.
Richard M. Stallman [Thu, 26 Mar 1998 04:22:13 +0000 (04:22 +0000)]
(init_lread): Init Vstandard_input.

26 years ago(redisplay_window): Fix previous change.
Kenichi Handa [Thu, 26 Mar 1998 04:10:02 +0000 (04:10 +0000)]
(redisplay_window): Fix previous change.

26 years agoFix header line.
Dave Love [Wed, 25 Mar 1998 19:16:31 +0000 (19:16 +0000)]
Fix header line.

26 years agoVarious doc fixes, mainly grammar.
Dave Love [Wed, 25 Mar 1998 19:13:11 +0000 (19:13 +0000)]
Various doc fixes, mainly grammar.

26 years ago(auto-insert, auto-insert-query): :tag choices.
Dave Love [Wed, 25 Mar 1998 19:06:46 +0000 (19:06 +0000)]
(auto-insert, auto-insert-query): :tag choices.
(define-auto-insert): Rename arg key to match doc.

26 years agoadd some C/C++ keywords.
Simon Marshall [Wed, 25 Mar 1998 16:56:12 +0000 (16:56 +0000)]
add some C/C++ keywords.

26 years agouse new UPDATE window-end arg.
Simon Marshall [Wed, 25 Mar 1998 16:52:19 +0000 (16:52 +0000)]
use new UPDATE window-end arg.

26 years agocheck length of mail-header-separator before using in font-lock-keywords.
Simon Marshall [Wed, 25 Mar 1998 16:41:18 +0000 (16:41 +0000)]
check length of mail-header-separator before using in font-lock-keywords.

26 years ago(compute_motion): Call strwidth only when necessary.
Kenichi Handa [Wed, 25 Mar 1998 10:45:59 +0000 (10:45 +0000)]
(compute_motion): Call strwidth only when necessary.
Set wide_column_end_hpos only when MULTIBYTE_BYTES_WIDTH set
nonzero to wide_column.

26 years ago(make_buffer_string, make_buffer_string_both): Extern them.
Kenichi Handa [Wed, 25 Mar 1998 10:45:59 +0000 (10:45 +0000)]
(make_buffer_string, make_buffer_string_both): Extern them.

26 years ago(read_process_output): Count multibyte characters. If
Kenichi Handa [Wed, 25 Mar 1998 10:45:59 +0000 (10:45 +0000)]
(read_process_output): Count multibyte characters.  If
received data is stored in p->decoding_buf, copy it to a temporary
buffer and call insert_before_makers instead of
insert_from_string_before_markers.

26 years ago(redisplay_window): Give byte position to FETCH_BYTE.
Kenichi Handa [Wed, 25 Mar 1998 10:45:59 +0000 (10:45 +0000)]
(redisplay_window): Give byte position to FETCH_BYTE.
Call pos_tab_offset appropriately.
(try_window_id): Give byte position to FETCH_BYTE.  Set
val.bytepos to pos_byte.

26 years ago(dired-run-shell-command): Maybe run handler.
Dave Love [Tue, 24 Mar 1998 17:08:34 +0000 (17:08 +0000)]
(dired-run-shell-command): Maybe run handler.

26 years ago(shell-command): Define handler.
Dave Love [Tue, 24 Mar 1998 17:08:02 +0000 (17:08 +0000)]
(shell-command): Define handler.
(ange-ftp-shell-command): Add optional arg.
(comint-last-output-start, comint-last-input-start,
comint-last-input-end): Defvar to silence compiler.

26 years ago(record_delete): The second arg is Lisp_Object.
Kenichi Handa [Tue, 24 Mar 1998 12:17:32 +0000 (12:17 +0000)]
(record_delete): The second arg is Lisp_Object.

26 years agoDeclarations changed.
Kenichi Handa [Tue, 24 Mar 1998 12:16:10 +0000 (12:16 +0000)]
Declarations changed.
(STRING_MULTIBYTE, STRING_BYTES, SET_STRING_BYTES):
New definitions treating negative size_byte as a flag for unibyte.

26 years ago(MULTIBYTE_BYTES_WIDTH): Set wide_column only when we
Kenichi Handa [Tue, 24 Mar 1998 05:41:38 +0000 (05:41 +0000)]
(MULTIBYTE_BYTES_WIDTH): Set wide_column only when we
encounter a wide-column character.

26 years ago(del_range_2): Move gap again to a proper place just
Kenichi Handa [Tue, 24 Mar 1998 05:41:38 +0000 (05:41 +0000)]
(del_range_2): Move gap again to a proper place just
after calling make_buffer_string_both.

26 years ago(shrink_decoding_region): If EOL_CONVERSION is nonzero,
Kenichi Handa [Tue, 24 Mar 1998 05:41:38 +0000 (05:41 +0000)]
(shrink_decoding_region): If EOL_CONVERSION is nonzero,
don't skip `\r' (instead of `\n').

26 years ago(record_delete): Record last_point_position when there's
Kenichi Handa [Tue, 24 Mar 1998 05:41:38 +0000 (05:41 +0000)]
(record_delete): Record last_point_position when there's
no record other than marker adjustment before undo boundary.

26 years ago(top_distclean): Check the existence of `lock' subdir.
Kenichi Handa [Tue, 24 Mar 1998 05:41:22 +0000 (05:41 +0000)]
(top_distclean): Check the existence of `lock' subdir.

26 years ago(xterm-mouse-translate, xterm-mouse-event): Replace
Andreas Schwab [Mon, 23 Mar 1998 13:26:00 +0000 (13:26 +0000)]
(xterm-mouse-translate, xterm-mouse-event): Replace
obsolete `concat with integer' by format.

26 years ago(resize-minibuffer-mode): Make it a proper minor
Andreas Schwab [Mon, 23 Mar 1998 13:18:54 +0000 (13:18 +0000)]
(resize-minibuffer-mode): Make it a proper minor
mode: toggle resize-minibuffer mode when called without argument.

26 years ago(popup_get_selection): On receiving a KeyPress event
Andreas Schwab [Mon, 23 Mar 1998 13:02:15 +0000 (13:02 +0000)]
(popup_get_selection): On receiving a KeyPress event
only deactivate the menu when the key is not a modifier key.

26 years ago(Fx_create_frame): Use "borderWidth", not "borderwidth",
Andreas Schwab [Mon, 23 Mar 1998 12:56:25 +0000 (12:56 +0000)]
(Fx_create_frame): Use "borderWidth", not "borderwidth",
as resource name, to be consistent with other X applications.

26 years ago(PC-expand-many-files): Apply completion-ignored-extensions.
Karl Heuer [Mon, 23 Mar 1998 00:29:43 +0000 (00:29 +0000)]
(PC-expand-many-files): Apply completion-ignored-extensions.

26 years ago(install-arch-indep): Put special subdirs.el files
Karl Heuer [Mon, 23 Mar 1998 00:18:15 +0000 (00:18 +0000)]
(install-arch-indep): Put special subdirs.el files
in site-lisp dirs.  Use normal-top-level-add-subdirs-to-load-path.

26 years ago(normal-top-level-add-subdirs-to-load-path): New function.
Karl Heuer [Mon, 23 Mar 1998 00:15:20 +0000 (00:15 +0000)]
(normal-top-level-add-subdirs-to-load-path): New function.

26 years ago(find-file-noselect): Use set-buffer-multibyte
Karl Heuer [Mon, 23 Mar 1998 00:14:06 +0000 (00:14 +0000)]
(find-file-noselect): Use set-buffer-multibyte
instead of setting enable-multibyte-characters.

26 years ago(standard-display-underline): Shift face id by 19 bits.
Karl Heuer [Mon, 23 Mar 1998 00:12:14 +0000 (00:12 +0000)]
(standard-display-underline): Shift face id by 19 bits.

26 years ago(Fdirectory_files): In FULL case, compute number of characters
Richard M. Stallman [Sat, 21 Mar 1998 18:23:09 +0000 (18:23 +0000)]
(Fdirectory_files): In FULL case, compute number of characters

26 years ago(substring_both, Fsubstring): Use make_specified_string.
Richard M. Stallman [Sat, 21 Mar 1998 18:09:01 +0000 (18:09 +0000)]
(substring_both, Fsubstring): Use make_specified_string.
(concat): Make string result unibyte or multibyte as appropriate.

26 years ago(syms_of_sunfns): Pass new arg to make_pure_string.
Richard M. Stallman [Sat, 21 Mar 1998 18:07:27 +0000 (18:07 +0000)]
(syms_of_sunfns): Pass new arg to make_pure_string.

26 years ago(make_specified_string): New function.
Richard M. Stallman [Sat, 21 Mar 1998 18:07:06 +0000 (18:07 +0000)]
(make_specified_string): New function.
(make_string_from_bytes): New function.
(compact_strings): Get byte size from size, if size_byte < 0.
(Fmake_string): Use make_uninit_string for single-byte char.
(make_unibyte_string): Mark string as unibyte.
(make_uninit_string): Likewise.
(make_string): Likewise, if size == size in bytes.
(make_pure_string): New arg MULTIBYTE.
(Fpurecopy): Pass new arg to make_pure_string.

26 years ago(Fchar_to_string): Use make_string_from_bytes.
Richard M. Stallman [Sat, 21 Mar 1998 18:05:29 +0000 (18:05 +0000)]
(Fchar_to_string): Use make_string_from_bytes.
(Fformat): Use make_specified_string.
(make_buffer_string_both): Use make_uninit_string if buffer is unibyte.

26 years ago(casify_object): Use make_specified_string.
Richard M. Stallman [Sat, 21 Mar 1998 18:02:09 +0000 (18:02 +0000)]
(casify_object): Use make_specified_string.

26 years ago(Fstring): Use make_string_from_bytes.
Richard M. Stallman [Sat, 21 Mar 1998 18:00:38 +0000 (18:00 +0000)]
(Fstring): Use make_string_from_bytes.
(Fcompose_string): Likewise.

26 years ago(internal_self_insert): Use make_string_from_bytes.
Richard M. Stallman [Sat, 21 Mar 1998 18:00:19 +0000 (18:00 +0000)]
(internal_self_insert): Use make_string_from_bytes.

26 years ago(code_convert_string): Use make_string_from_bytes.
Richard M. Stallman [Sat, 21 Mar 1998 17:59:48 +0000 (17:59 +0000)]
(code_convert_string): Use make_string_from_bytes.

26 years ago(Fsubstitute_command_keys): Use make_string_from_bytes.
Richard M. Stallman [Sat, 21 Mar 1998 17:59:22 +0000 (17:59 +0000)]
(Fsubstitute_command_keys): Use make_string_from_bytes.

26 years ago(read1): Pass new arg to make_pure_string.
Richard M. Stallman [Sat, 21 Mar 1998 17:52:08 +0000 (17:52 +0000)]
(read1): Pass new arg to make_pure_string.
(make_symbol): Likewise.
(init_obarray): Likewise.
(read1): Use make_specified_string.

26 years ago(PRINTPREPARE): Use make_string_from_bytes.
Richard M. Stallman [Sat, 21 Mar 1998 17:51:30 +0000 (17:51 +0000)]
(PRINTPREPARE): Use make_string_from_bytes.

26 years ago(read_process_output): Use make_string_from_bytes.
Richard M. Stallman [Sat, 21 Mar 1998 17:50:30 +0000 (17:50 +0000)]
(read_process_output): Use make_string_from_bytes.

26 years ago(Fregexp_quote): Use make_specified_string.
Richard M. Stallman [Sat, 21 Mar 1998 17:50:03 +0000 (17:50 +0000)]
(Fregexp_quote): Use make_specified_string.

26 years ago(selection_data_to_lisp_data): Use make_string_from_bytes.
Richard M. Stallman [Sat, 21 Mar 1998 17:49:39 +0000 (17:49 +0000)]
(selection_data_to_lisp_data): Use make_string_from_bytes.

26 years ago(insert_from_string_1, replace_range):
Richard M. Stallman [Sat, 21 Mar 1998 17:48:54 +0000 (17:48 +0000)]
(insert_from_string_1, replace_range):
Use STRING_MULTIBYTE to determine whether string is multibyte.

26 years agoUse STRING_BYTES and SET_STRING_BYTES.
Richard M. Stallman [Sat, 21 Mar 1998 07:06:55 +0000 (07:06 +0000)]
Use STRING_BYTES and SET_STRING_BYTES.

(Ftranspose_regions): Try to handle combining bytes.

26 years agoUse STRING_BYTES and SET_STRING_BYTES.
Richard M. Stallman [Sat, 21 Mar 1998 07:06:14 +0000 (07:06 +0000)]
Use STRING_BYTES and SET_STRING_BYTES.

26 years ago(comint-preoutput-filter-functions): Doc fix.
Richard M. Stallman [Sat, 21 Mar 1998 06:16:35 +0000 (06:16 +0000)]
(comint-preoutput-filter-functions): Doc fix.

26 years agoDon't include puresize.h any more as code that needs it
Richard M. Stallman [Sat, 21 Mar 1998 06:01:22 +0000 (06:01 +0000)]
Don't include puresize.h any more as code that needs it
has moved to keyboard.c.
(menu_item_equiv_key, menu_item_enabled_p_1, menu_item_enabled_p):
Functions deleted; code moved to parse_menu_item in keyboard.c.
(single_keymap_panes): Large part of code moved to single_menu_item.
(single_menu_item): New function that uses parse_menu_item.
(Qmenu_alias): Variable deleted.
(QCtoggle, QCradio): New variables.
(syms_of_xmenu): Change initializations of variables.

26 years ago(fix_submap_inheritance, get_keyelt, store_in_keymap,
Richard M. Stallman [Sat, 21 Mar 1998 05:53:36 +0000 (05:53 +0000)]
(fix_submap_inheritance, get_keyelt, store_in_keymap,
copy-keymap, where_is_internal_1): Support new format for menu items.
(syms_of_keymap): New symbol `menu-item'.

26 years agoInclude puresize.h for CHECK_IMPURE.
Richard M. Stallman [Sat, 21 Mar 1998 05:49:49 +0000 (05:49 +0000)]
Include puresize.h for CHECK_IMPURE.
(parse_menu_item): New function.
(menu_item_eval_property_1, menu_item_eval_property) New suroutines.
(menu_bar_one_keymap): Moved some code to menu_bar_item.
(menu_bar_item): Rewritten to use parse_menu_item.
(menu_bar_item_1): Function deleted.
(QCenable, QCvisible, QChelp, QCfilter, QCbutton, QCtoggle, QCradio):
(Qmenu_alias): New variables.
(syms_of_keyboard): Initialize them, and item_properties.

26 years ago(replace_range): New arg NOMARKERS.
Richard M. Stallman [Sat, 21 Mar 1998 05:48:03 +0000 (05:48 +0000)]
(replace_range): New arg NOMARKERS.

26 years ago(internal_self_insert): Pass new arg to replace_range.
Richard M. Stallman [Sat, 21 Mar 1998 04:45:12 +0000 (04:45 +0000)]
(internal_self_insert): Pass new arg to replace_range.

26 years ago(record_delete): Replace LENGTH arg with STRING.
Richard M. Stallman [Sat, 21 Mar 1998 03:58:00 +0000 (03:58 +0000)]
(record_delete): Replace LENGTH arg with STRING.
(record_change): Call record_delete the new way.

26 years ago(insert_1_both, insert_from_string_1, insert_from_buffer_1):
Richard M. Stallman [Sat, 21 Mar 1998 03:57:35 +0000 (03:57 +0000)]
(insert_1_both, insert_from_string_1, insert_from_buffer_1):
(adjust_before_replace, adjust_after_replace, replace_range):
(del_range_2): Call record_delete the new way.
Use make_buffer_string_both to make the string to pass.

26 years ago(make_buffer_string_both): New function.
Richard M. Stallman [Sat, 21 Mar 1998 02:57:08 +0000 (02:57 +0000)]
(make_buffer_string_both): New function.
(make_buffer_string): Use make_buffer_string_both.

26 years ago(keymap.o): Depend on puresize.h.
Richard M. Stallman [Fri, 20 Mar 1998 22:38:54 +0000 (22:38 +0000)]
(keymap.o): Depend on puresize.h.
(xmenu.o): Don't depend on puresize.h.

26 years ago(vc-next-action-on-file): Properly handle the case when user tries to
André Spiegel [Fri, 20 Mar 1998 15:40:24 +0000 (15:40 +0000)]
(vc-next-action-on-file): Properly handle the case when user tries to
check-in, but file on disk has changed.
(vc-do-command): Consider LAST argument only if FILE is non-nil.
(vc-add-triple, vc-record-rename, vc-lookup-file): Find
vc-name-assoc-file based on vc-name of FILE.
(vc-backend-admin, vc-rename-file): Handle the SCCS PROJECTDIR feature.
(vc-do-command): Rewrote doc string.

26 years ago(vc-sccs-project-dir, vc-search-sccs-project-dir): New functions.
André Spiegel [Fri, 20 Mar 1998 15:38:48 +0000 (15:38 +0000)]
(vc-sccs-project-dir, vc-search-sccs-project-dir): New functions.
(vc-master-templates): Add call to vc-search-sccs-project-dir.

26 years ago(browse-url-of-region): Use its args. From <mit@nines.nec.co.jp>
Dave Love [Fri, 20 Mar 1998 10:22:59 +0000 (10:22 +0000)]
(browse-url-of-region): Use its args.  From <mit@nines.nec.co.jp>

26 years ago(reporter-mail): New function.
Richard M. Stallman [Fri, 20 Mar 1998 06:37:09 +0000 (06:37 +0000)]
(reporter-mail): New function.
(reporter-compose-outgoing): Use fboundp, not functionp.
(reporter-bug-hook): Fix error message.

(reporter-beautify-list): Break infloop when reaching the end of the
buffer without crossing an unbalanced paren.  Use scan-sexps instead
of forward-sexp for the loop break test.

(reporter-submit-bug-report): Only call
display-buffer if pop-up-windows is non-nil.

26 years ago(set-language-environment): Doc fix.
Richard M. Stallman [Fri, 20 Mar 1998 06:29:54 +0000 (06:29 +0000)]
(set-language-environment): Doc fix.
(current-language-environment): Use defcustom.
(default-input-method): Specify :type.

26 years ago(del_range_2): Use adjust_markers_for_record_delete.
Richard M. Stallman [Fri, 20 Mar 1998 06:10:36 +0000 (06:10 +0000)]
(del_range_2): Use adjust_markers_for_record_delete.

(adjust_markers_for_delete): Delete unused local coming_gap_size.
(adjust_markers_for_record_delete): New function.
(insert_1_both, insert_from_string_1, insert_from_buffer_1)
(adjust_after_replace, replace_range):
Use adjust_markers_for_record_delete.

26 years ago(window_display_table): Don't look inside buffer if its nil.
Richard M. Stallman [Fri, 20 Mar 1998 05:11:27 +0000 (05:11 +0000)]
(window_display_table): Don't look inside buffer if its nil.

26 years ago(Fgoto_char): If POSITION is a marker pointing a
Richard M. Stallman [Fri, 20 Mar 1998 05:00:31 +0000 (05:00 +0000)]
(Fgoto_char): If POSITION is a marker pointing a
different buffer, don't rely on the byte position of the marker.

26 years ago(Fformat): Handle padding before or after, for %s etc.
Richard M. Stallman [Fri, 20 Mar 1998 04:59:15 +0000 (04:59 +0000)]
(Fformat): Handle padding before or after, for %s etc.
Treat 0 like a multibyte char in %c.

26 years ago(compilation-error-regexp-alist):
Richard M. Stallman [Fri, 20 Mar 1998 04:41:13 +0000 (04:41 +0000)]
(compilation-error-regexp-alist):
Handle f90 in  DEC AXP OSF/1 cc  pattern.

26 years ago(get_boot_time): Conditionalize on BOOT_TIME.
Richard M. Stallman [Thu, 19 Mar 1998 21:19:07 +0000 (21:19 +0000)]
(get_boot_time): Conditionalize on BOOT_TIME.
(lock_file_1): Add boot-time to lock only if available.

26 years ago(shell-command-on-region): Amend message to report
Dave Love [Thu, 19 Mar 1998 10:30:55 +0000 (10:30 +0000)]
(shell-command-on-region): Amend message to report
success or failure when no process output.

26 years ago("latin-1-prefix"): Fix the translation of
Kenichi Handa [Thu, 19 Mar 1998 07:35:16 +0000 (07:35 +0000)]
("latin-1-prefix"):  Fix the translation of
"/ " to "/" (instead of " ").

26 years ago(read1): Call multibyte_chars_in_text
Kenichi Handa [Thu, 19 Mar 1998 07:34:29 +0000 (07:34 +0000)]
(read1): Call multibyte_chars_in_text
instead of chars_in_text because we must ignore
enable-multibyte-characters here.

26 years ago(byte_char_debug_check): Call multibyte_chars_in_text
Kenichi Handa [Thu, 19 Mar 1998 07:34:29 +0000 (07:34 +0000)]
(byte_char_debug_check): Call multibyte_chars_in_text
instead of chars_in_text because we must ignore
enable-multibyte-characters here.

26 years ago(Fstring_as_multibyte): Call multibyte_chars_in_text
Kenichi Handa [Thu, 19 Mar 1998 07:34:29 +0000 (07:34 +0000)]
(Fstring_as_multibyte): Call multibyte_chars_in_text
instead of chars_in_text because we must ignore
enable-multibyte-characters here.

26 years ago(current_lock_owner): If lock file data doesn't include
Richard M. Stallman [Thu, 19 Mar 1998 06:32:34 +0000 (06:32 +0000)]
(current_lock_owner): If lock file data doesn't include
the uptime, assume the lock is from this system boot.

(get_boot_time): New function.
(lock_file_1): Include boot time in the lock text.
(current_lock_owner): Parse and compare the boot time.

26 years ago(other-frame): Fix previous change.
Richard M. Stallman [Wed, 18 Mar 1998 20:04:56 +0000 (20:04 +0000)]
(other-frame): Fix previous change.

26 years ago(focus-follows-mouse): Make it defcustom.
Richard M. Stallman [Wed, 18 Mar 1998 20:03:48 +0000 (20:03 +0000)]
(focus-follows-mouse): Make it defcustom.

26 years ago(focus-follows-mouse): New variable.
Richard M. Stallman [Wed, 18 Mar 1998 20:02:27 +0000 (20:02 +0000)]
(focus-follows-mouse): New variable.
(other-frame): Obey that variable.

26 years ago(lisp-fill-paragraph): Adjust
Dave Love [Wed, 18 Mar 1998 16:02:37 +0000 (16:02 +0000)]
(lisp-fill-paragraph): Adjust
paragraph-start in default filling case so that filling doc
strings works.

26 years ago(vc-restore-buffer-context): Only try to restore mark if it is active.
André Spiegel [Wed, 18 Mar 1998 13:25:00 +0000 (13:25 +0000)]
(vc-restore-buffer-context): Only try to restore mark if it is active.

26 years ago(read0): Swap args to Fmake_string.
Richard M. Stallman [Wed, 18 Mar 1998 06:11:03 +0000 (06:11 +0000)]
(read0): Swap args to Fmake_string.

26 years ago(view-emacs-news): Handle prefix arg.
Richard M. Stallman [Wed, 18 Mar 1998 01:59:58 +0000 (01:59 +0000)]
(view-emacs-news): Handle prefix arg.

26 years ago(syms_of_callproc): Doc fixes.
Richard M. Stallman [Wed, 18 Mar 1998 01:52:57 +0000 (01:52 +0000)]
(syms_of_callproc): Doc fixes.

26 years agoLoad language/czech and language/slovak.
Richard M. Stallman [Wed, 18 Mar 1998 00:40:24 +0000 (00:40 +0000)]
Load language/czech and language/slovak.

26 years ago(Fbackward_prefix_chars): Set point properly while scanning.
Richard M. Stallman [Wed, 18 Mar 1998 00:11:33 +0000 (00:11 +0000)]
(Fbackward_prefix_chars): Set point properly while scanning.
(scan_sexps_forward): Make INC_FROM do UPDATE_SYNTAX_TABLE_FORWARD.
Delete the explicit calls to UPDATE_SYNTAX_TABLE_FORWARD.
Also set prev_from_syntax (new local var).  Test that in the loop,
instead of fetching syntax of the previous char.

26 years ago(SYNTAX_FLAGS_COMSTART_FIRST): New macro.
Richard M. Stallman [Tue, 17 Mar 1998 23:58:13 +0000 (23:58 +0000)]
(SYNTAX_FLAGS_COMSTART_FIRST): New macro.
(SYNTAX_FLAGS_COMSTART_SECOND): Likewise.
(SYNTAX_FLAGS_COMEND_FIRST, SYNTAX_FLAGS_COMEND_SECOND): Likewise.
(SYNTAX_FLAGS_PREFIX, SYNTAX_FLAGS_COMMENT_STYLE): Likewise.

26 years agoInitial revision
Richard M. Stallman [Tue, 17 Mar 1998 23:49:33 +0000 (23:49 +0000)]
Initial revision