bpt/emacs.git
26 years ago(sgml-font-lock-keywords-1): Copy initialization from sgml-font-lock-keywords.
Richard M. Stallman [Mon, 27 Apr 1998 01:22:08 +0000 (01:22 +0000)]
(sgml-font-lock-keywords-1): Copy initialization from sgml-font-lock-keywords.
(sgml-font-lock-keywords): Initialize from sgml-font-lock-keywords-1.
(sgml-font-lock-keywords-2): New variable.
(sgml-mode-common): Make buffer-local binding for
sgml-font-lock-keywords-2 and initialize it.
Use it in font-lock-defaults.

26 years ago(x_set_foreground_color, x_set_background_color)
Richard M. Stallman [Sun, 26 Apr 1998 22:36:29 +0000 (22:36 +0000)]
(x_set_foreground_color, x_set_background_color)
(x_set_mouse_color, x_set_cursor_color): Don't call unload_color
if same pixel is used in another slot in the frame.

(x_set_foreground_color): Call unload_color on the old color.
(x_set_background_color, x_set_mouse_color): Likewise.
(x_set_cursor_color, x_set_border_pixel): Likewise.

26 years ago(parse_menu_item): Support keywords :keys and
Richard M. Stallman [Sun, 26 Apr 1998 22:34:53 +0000 (22:34 +0000)]
(parse_menu_item): Support keywords :keys and
:key-sequence.  Some changes to provide GC-protection. Some
cosmetic changes.
(syms_of_keyboard): Define new symbols `:keys' and `:key-sequence'.

26 years ago(standard_args): Apply --unibyte/multibyte after --nw.
Richard M. Stallman [Sun, 26 Apr 1998 19:21:14 +0000 (19:21 +0000)]
(standard_args): Apply --unibyte/multibyte after --nw.

26 years ago(Fintern): Initialize keywords only in initial obarray.
Richard M. Stallman [Sun, 26 Apr 1998 19:16:46 +0000 (19:16 +0000)]
(Fintern): Initialize keywords only in initial obarray.

26 years ago(Fmakunbound): Test keywordness only in initial obarray.
Richard M. Stallman [Sun, 26 Apr 1998 19:16:25 +0000 (19:16 +0000)]
(Fmakunbound): Test keywordness only in initial obarray.
(set_internal): Test keywordness only in initial obarray.

26 years agoInclude initial_obarray from lread.c
Richard M. Stallman [Sun, 26 Apr 1998 19:14:58 +0000 (19:14 +0000)]
Include initial_obarray from lread.c

26 years ago(set-auto-mode): When just-from-file-name is set, don't
Richard M. Stallman [Sun, 26 Apr 1998 04:19:28 +0000 (04:19 +0000)]
(set-auto-mode): When just-from-file-name is set, don't
actually switch modes if the new mode is the same as the current one.

26 years ago(view-mode-exit): Don't alter view-return-to-alist.
Richard M. Stallman [Sun, 26 Apr 1998 04:09:09 +0000 (04:09 +0000)]
(view-mode-exit): Don't alter view-return-to-alist.

(view-mode-enter, view-mode-exit): Doc fixes.

26 years ago(TEX_decode_env): Don't free the value getenv returns.
Richard M. Stallman [Sun, 26 Apr 1998 03:57:04 +0000 (03:57 +0000)]
(TEX_decode_env): Don't free the value getenv returns.

26 years ago(set-language-environment):
Richard M. Stallman [Sun, 26 Apr 1998 02:50:41 +0000 (02:50 +0000)]
(set-language-environment):
Check for language environments that can't work in unibyte.

26 years ago(croak): Add forward declaration.
Richard M. Stallman [Sun, 26 Apr 1998 02:18:58 +0000 (02:18 +0000)]
(croak): Add forward declaration.

26 years ago(setup-8-bit-environment): If default-enable-multibyte-characters is nil,
Richard M. Stallman [Sun, 26 Apr 1998 00:13:54 +0000 (00:13 +0000)]
(setup-8-bit-environment): If default-enable-multibyte-characters is nil,
call standard-display-european, and don't set nonascii-insert-offset
or default-input-method.

26 years ago(setup-english-environment): Don't set default-enable-multibyte-characters.
Richard M. Stallman [Sun, 26 Apr 1998 00:13:36 +0000 (00:13 +0000)]
(setup-english-environment): Don't set default-enable-multibyte-characters.

26 years ago(unload_color): No longer static.
Richard M. Stallman [Sat, 25 Apr 1998 23:33:59 +0000 (23:33 +0000)]
(unload_color): No longer static.

26 years ago(insert_from_string, insert_from_string_before_markers):
Richard M. Stallman [Sat, 25 Apr 1998 23:32:56 +0000 (23:32 +0000)]
(insert_from_string, insert_from_string_before_markers):
Don't special case LENGTH = 0.
(insert_from_buffer): Likewise.

26 years ago(x_display_cursor): Use FRAME_CURSOR_X_LIMIT.
Richard M. Stallman [Sat, 25 Apr 1998 23:08:24 +0000 (23:08 +0000)]
(x_display_cursor): Use FRAME_CURSOR_X_LIMIT.

26 years ago(change_frame_size_1): Use FRAME_CURSOR_X_LIMIT.
Richard M. Stallman [Sat, 25 Apr 1998 23:08:09 +0000 (23:08 +0000)]
(change_frame_size_1): Use FRAME_CURSOR_X_LIMIT.
(update_frame): Likewise.

26 years ago(FRAME_CURSOR_X_LIMIT): New macro.
Richard M. Stallman [Sat, 25 Apr 1998 23:07:46 +0000 (23:07 +0000)]
(FRAME_CURSOR_X_LIMIT): New macro.

26 years ago(Fread_from_string): Initialize startval and endval.
Richard M. Stallman [Sat, 25 Apr 1998 22:00:26 +0000 (22:00 +0000)]
(Fread_from_string): Initialize startval and endval.

26 years ago(re_search_2): Fix handling of at_dot.
Richard M. Stallman [Sat, 25 Apr 1998 03:37:36 +0000 (03:37 +0000)]
(re_search_2): Fix handling of at_dot.
Fix the way RANGE is set when handling begbuf.

26 years ago(read1): Allow multibyte and unibyte together in one string.
Richard M. Stallman [Fri, 24 Apr 1998 21:25:31 +0000 (21:25 +0000)]
(read1): Allow multibyte and unibyte together in one string.

26 years ago(finder-compile-keywords):
Richard M. Stallman [Fri, 24 Apr 1998 21:24:44 +0000 (21:24 +0000)]
(finder-compile-keywords):
Avoid error for nonexistent directory.
Print progress messages about directories.
Ignore files that are actually Emacs lock files.

26 years ago(update_frame): Move echo area cursor into range.
Richard M. Stallman [Fri, 24 Apr 1998 21:22:48 +0000 (21:22 +0000)]
(update_frame): Move echo area cursor into range.

26 years ago(custom-deps, updates): Allow cus-dep to be compiled.
Richard M. Stallman [Fri, 24 Apr 1998 21:17:17 +0000 (21:17 +0000)]
(custom-deps, updates): Allow cus-dep to be compiled.
(custom-deps, autoloads, finder-data, updates): Print list of dirs.

26 years ago(custom-make-dependencies): Don't give up
Richard M. Stallman [Fri, 24 Apr 1998 21:05:18 +0000 (21:05 +0000)]
(custom-make-dependencies): Don't give up
on a whole file, the first time eval gets an error.

26 years ago(copyright-regexp): Put \251 before the multibyte copyright symbol.
Richard M. Stallman [Fri, 24 Apr 1998 20:58:03 +0000 (20:58 +0000)]
(copyright-regexp): Put \251 before the multibyte copyright symbol.

26 years ago(custom-deps): Ignore =... subdirs.
Richard M. Stallman [Fri, 24 Apr 1998 20:30:56 +0000 (20:30 +0000)]
(custom-deps): Ignore =... subdirs.

26 years ago(mail-complete-alist): Don't refer to mail-address-field-regexp.
Richard M. Stallman [Fri, 24 Apr 1998 20:17:35 +0000 (20:17 +0000)]
(mail-complete-alist): Don't refer to mail-address-field-regexp.

26 years ago(lisp-font-lock-keywords-2): Added `defpackage'.
Richard M. Stallman [Fri, 24 Apr 1998 19:46:03 +0000 (19:46 +0000)]
(lisp-font-lock-keywords-2): Added `defpackage'.
              .

26 years agoIndent defpackage correctly.
Richard M. Stallman [Fri, 24 Apr 1998 19:43:52 +0000 (19:43 +0000)]
Indent defpackage correctly.

26 years ago(change-log-mode): Undo previous change.
Richard M. Stallman [Fri, 24 Apr 1998 06:31:54 +0000 (06:31 +0000)]
(change-log-mode): Undo previous change.

26 years ago(Qinhibit_point_motion_hooks): New variable.
Richard M. Stallman [Fri, 24 Apr 1998 06:28:46 +0000 (06:28 +0000)]
(Qinhibit_point_motion_hooks): New variable.
(syms_of_xdisp): Init and staticpro it.
(redisplay_window): Bind the symbol to t.

26 years ago(sys_socket): Make sockets non-inheritable.
Geoff Voelker [Fri, 24 Apr 1998 04:35:05 +0000 (04:35 +0000)]
(sys_socket): Make sockets non-inheritable.

26 years ago(emacs.bat, debug.bat): Create them in the
Geoff Voelker [Fri, 24 Apr 1998 03:26:18 +0000 (03:26 +0000)]
(emacs.bat, debug.bat): Create them in the
installation directory.

26 years agoUse new menu item format. Don't simulate button prefix.
Richard M. Stallman [Fri, 24 Apr 1998 01:54:09 +0000 (01:54 +0000)]
Use new menu item format.  Don't simulate button prefix.
(easy-menu-create-menu): Understand also keywords :active,
:label and :visible.  Don't worry about button prefix.
(easy-menu-button-prefix): Modified value.
(easy-menu-do-add-item): Extensive changes to use new menu item format.
(easy-menu-define-key, easy-menu-always-true): New functions.
(easy-menu-make-symbol): Don't use indirection for symbols.
Property `menu-alias' not set.
(easy-menu-filter, easy-menu-update-button): Deleted.
(easy-menu-add-item): Don't worry about button prefix.
(easy-menu-remove-item): Don't worry about button prefix.
Use `easy-menu-define-key'.
(easy-menu-is-button, easy-menu-have-button): Deleted.
(easy-menu-real-binding, easy-menu-change-prefix): Deleted.

26 years ago(shrink_decoding_region): Do not consider LF as ascii
Richard M. Stallman [Fri, 24 Apr 1998 01:05:25 +0000 (01:05 +0000)]
(shrink_decoding_region): Do not consider LF as ascii
if preceded by CR, since that confuses eol decoding.
(code_convert_region): When conversion fails with
CODING_FINISH_INSUFFICIENT_SRC, was overwriting src with garbage
from dst instead of copying from src to dst.

26 years ago(dired-chmod-program) [windows-nt]: Use chmod.
Geoff Voelker [Fri, 24 Apr 1998 00:03:56 +0000 (00:03 +0000)]
(dired-chmod-program) [windows-nt]: Use chmod.

26 years ago(sys_kill): Fix indenting.
Geoff Voelker [Thu, 23 Apr 1998 23:43:22 +0000 (23:43 +0000)]
(sys_kill): Fix indenting.

26 years agoReplace code with a new version written from scratch
Geoff Voelker [Thu, 23 Apr 1998 23:43:02 +0000 (23:43 +0000)]
Replace code with a new version written from scratch
based on xmenu.c; menu construction is now completely lazy.

26 years ago(w32_read_socket): Don't misinterpret WM_PAINT message
Geoff Voelker [Thu, 23 Apr 1998 23:42:28 +0000 (23:42 +0000)]
(w32_read_socket): Don't misinterpret WM_PAINT message
as an expose event if the repaint region is actually empty.  Also
use the standard menubar_selection_callback routine.

26 years ago(Fcopy_file): Skip dev/inode check on Windows.
Geoff Voelker [Thu, 23 Apr 1998 23:42:09 +0000 (23:42 +0000)]
(Fcopy_file): Skip dev/inode check on Windows.

26 years ago(utimbuf): New macro.
Geoff Voelker [Thu, 23 Apr 1998 23:41:42 +0000 (23:41 +0000)]
(utimbuf): New macro.

26 years ago(fstat, utime): New functions; these are provided in
Geoff Voelker [Thu, 23 Apr 1998 23:41:12 +0000 (23:41 +0000)]
(fstat, utime): New functions; these are provided in
conjunction with stat to make handling of file timestamps
consistent.
(convert_from_time_t): Fix calculation of low-order bits.
(sys_unlink): Allow read-only files to be unlinked as on Unix.

26 years ago(dir_warning): Don't log a warning if Emacs hasn't
Geoff Voelker [Thu, 23 Apr 1998 23:40:46 +0000 (23:40 +0000)]
(dir_warning): Don't log a warning if Emacs hasn't
finished initializing.

26 years ago(x_set_vertical_scroll_bars): Put scroll bars on the
Geoff Voelker [Thu, 23 Apr 1998 23:40:16 +0000 (23:40 +0000)]
(x_set_vertical_scroll_bars): Put scroll bars on the
right, as is conventional on MS-Windows.
(w32_wnd_proc): Add code to draw popup menu titles.
Ensure mouse capture is released before running popup menu.

26 years ago(scroll-bar-mode, toggle-scroll-bar): By default,
Geoff Voelker [Thu, 23 Apr 1998 23:38:50 +0000 (23:38 +0000)]
(scroll-bar-mode, toggle-scroll-bar): By default,
put scroll bars on the right on MS-Windows (since that is the
convention on Windows).

26 years ago(main): Only set environment size for real shell, and
Geoff Voelker [Thu, 23 Apr 1998 23:38:28 +0000 (23:38 +0000)]
(main): Only set environment size for real shell, and
provide extra directory argument, when running on Windows 95.

26 years agoBuild ddeclient.
Geoff Voelker [Thu, 23 Apr 1998 23:38:13 +0000 (23:38 +0000)]
Build ddeclient.

26 years agoInitial revision
Geoff Voelker [Thu, 23 Apr 1998 23:34:58 +0000 (23:34 +0000)]
Initial revision

26 years ago(frame-name-alist): Remove this variable.
Richard M. Stallman [Thu, 23 Apr 1998 22:15:47 +0000 (22:15 +0000)]
(frame-name-alist): Remove this variable.
(select-frame-by-name): Recompute the list of frames instead of
saving it in a global variable.

26 years ago*** empty log message ***
Richard M. Stallman [Thu, 23 Apr 1998 22:07:20 +0000 (22:07 +0000)]
*** empty log message ***

26 years ago(load-with-code-conversion): Don't pass extra arg to eval-buffer.
Richard M. Stallman [Thu, 23 Apr 1998 21:57:25 +0000 (21:57 +0000)]
(load-with-code-conversion): Don't pass extra arg to eval-buffer.
(set-auto-coding): Doc fix.

26 years ago(justify-current-line): Use new algorithm to apportion the spaces to be added.
Richard M. Stallman [Thu, 23 Apr 1998 21:55:15 +0000 (21:55 +0000)]
(justify-current-line): Use new algorithm to apportion the spaces to be added.

26 years ago(Fcommand_execute): Truncate command-history here.
Richard M. Stallman [Thu, 23 Apr 1998 21:25:55 +0000 (21:25 +0000)]
(Fcommand_execute): Truncate command-history here.

26 years ago(byte-compile-file): Always read the file in multibyte mode
Richard M. Stallman [Thu, 23 Apr 1998 21:24:29 +0000 (21:24 +0000)]
(byte-compile-file): Always read the file in multibyte mode
unless the file itself specifies unibyte mode.

26 years ago(read_from_string_index_byte): New variable.
Richard M. Stallman [Thu, 23 Apr 1998 21:22:51 +0000 (21:22 +0000)]
(read_from_string_index_byte): New variable.
(read_from_string_index): Now counts characters.
(readchar, unreadchar, Fread_from_string): Changed accordingly.

(readchar): Read a multibyte char all at once
from a buffer, marker or string.
(unreadchar): Unread a multibyte char all at once.
(read1): Properly handle non-escaped multibyte chars.
They force a string to be multibyte.
When reading direct from a file, any multibyte sequence means
a multibyte string.
Insist on MAX_LENGTH_OF_MULTI_BYTE_FORM bytes when checking
for read_buffer full; this way need not check specially for multibyte.

26 years ago(emacs.o): Depend on buffer.h.
Richard M. Stallman [Thu, 23 Apr 1998 21:20:31 +0000 (21:20 +0000)]
(emacs.o): Depend on buffer.h.

26 years agoInclude buffer.h
Richard M. Stallman [Thu, 23 Apr 1998 21:19:34 +0000 (21:19 +0000)]
Include buffer.h

(main): Move the --unibyte code below
the most basic initializations.
Clear out *Messages* at that point.

(main): When handling --unibyte, mark all existing
buffers as unibyte; but don't handle it when dumping.

26 years ago(Fcall_interactively): Truncate command-history here.
Richard M. Stallman [Thu, 23 Apr 1998 21:18:18 +0000 (21:18 +0000)]
(Fcall_interactively): Truncate command-history here.

26 years agoDon't require cl. Minor doc fixes.
Dave Love [Thu, 23 Apr 1998 18:00:06 +0000 (18:00 +0000)]
Don't require cl.  Minor doc fixes.
(insert-parentheses): Add 'delete-selection property.
(delete-selection-pre-hook): Simplify slightly.

26 years ago(change-log-mode): Add `* ' to paragraph-start.
Dave Love [Thu, 23 Apr 1998 17:37:12 +0000 (17:37 +0000)]
(change-log-mode): Add `* ' to paragraph-start.

26 years ago(syms_of_charset): Doc fix for nonascii-insert-offset.
Richard M. Stallman [Thu, 23 Apr 1998 04:12:09 +0000 (04:12 +0000)]
(syms_of_charset): Doc fix for nonascii-insert-offset.

26 years ago(Fbuffer_substring): Doc fix.
Richard M. Stallman [Thu, 23 Apr 1998 04:09:05 +0000 (04:09 +0000)]
(Fbuffer_substring): Doc fix.
(Finsert_and_inherit_before_markers): Doc fix.
(Finsert_and_inherit, Finsert_before_markers, Finsert): Doc fixes.

26 years ago(Fstring_make_multibyte): Doc fix.
Richard M. Stallman [Thu, 23 Apr 1998 04:03:31 +0000 (04:03 +0000)]
(Fstring_make_multibyte): Doc fix.
(Fstring_make_unibyte): Doc fix.

26 years ago(Funibyte_char_to_multibyte): Doc fix.
Richard M. Stallman [Thu, 23 Apr 1998 04:00:47 +0000 (04:00 +0000)]
(Funibyte_char_to_multibyte): Doc fix.

26 years ago(comint-replace-by-expanded-history): New arg START.
Richard M. Stallman [Thu, 23 Apr 1998 03:55:36 +0000 (03:55 +0000)]
(comint-replace-by-expanded-history): New arg START.
Don't display a message about doing history expansion.
(comint-replace-by-expanded-history-before-point): New arg START.
(comint-send-input): Pass START to comint-replace-by-expanded-history.

26 years ago(file-coding-system-alist): Use emacs-mule for .elc files.
Richard M. Stallman [Thu, 23 Apr 1998 01:34:49 +0000 (01:34 +0000)]
(file-coding-system-alist): Use emacs-mule for .elc files.

26 years ago(get_boot_time): Remove extraneous semicolon.
Erik Naggum [Wed, 22 Apr 1998 17:48:16 +0000 (17:48 +0000)]
(get_boot_time): Remove extraneous semicolon.

26 years agoRemove extraneous semicolon.
Erik Naggum [Wed, 22 Apr 1998 17:44:41 +0000 (17:44 +0000)]
Remove extraneous semicolon.

26 years ago(x-select-text, x-get-selection-value): Replace win16 with w16.
Eli Zaretskii [Wed, 22 Apr 1998 13:45:00 +0000 (13:45 +0000)]
(x-select-text, x-get-selection-value): Replace win16 with w16.

26 years ago(alloc_xfer_buf): If want_size is more than 1MB,
Eli Zaretskii [Wed, 22 Apr 1998 13:39:59 +0000 (13:39 +0000)]
(alloc_xfer_buf): If want_size is more than 1MB,
return immediately with failure.
(Fw16_set_clipboard_data, Fw16_get_clipboard_data): Replace win16
with w16.

26 years ago(help-mode-map): Add S-tab, like backtab.
Dave Love [Wed, 22 Apr 1998 11:40:18 +0000 (11:40 +0000)]
(help-mode-map): Add S-tab, like backtab.

26 years ago(Fwin16_set_clipboard_data): Call UNBLOCK_INPUT before calling sit_for.
Eli Zaretskii [Wed, 22 Apr 1998 10:26:10 +0000 (10:26 +0000)]
(Fwin16_set_clipboard_data): Call UNBLOCK_INPUT before calling sit_for.
(Fwin16_get_clipboard_data, Fwin16_set_clipboard_data): Balance
the calls to BLOCK_INPUT and UNBLOCK_INPUT.

26 years agoOnly require cl if cadr and last are not defined (thanks to Dave Love.)
Stephen Eglen [Wed, 22 Apr 1998 08:32:02 +0000 (08:32 +0000)]
Only require cl if cadr and last are not defined (thanks to Dave Love.)
Merged brackets split over several lines onto one line.

26 years ago(rmail): Don't bind enable-local-variables.
Richard M. Stallman [Wed, 22 Apr 1998 06:18:02 +0000 (06:18 +0000)]
(rmail): Don't bind enable-local-variables.

26 years ago(Info-fontify-node): For menu items, use info-xref font.
Richard M. Stallman [Wed, 22 Apr 1998 03:19:43 +0000 (03:19 +0000)]
(Info-fontify-node): For menu items, use info-xref font.
Use info-node font for the node's own name,
and do not make it mouse-sensitive.

(Info-find-node): Update Info-history after switching buffer.
(info): If no arg, and *info* buffer exists, just go to it and don't alter it.

26 years ago(defcustom, defgroup, defface): Don't use backquote.
Richard M. Stallman [Wed, 22 Apr 1998 02:46:30 +0000 (02:46 +0000)]
(defcustom, defgroup, defface): Don't use backquote.

26 years ago*** empty log message ***
Richard M. Stallman [Wed, 22 Apr 1998 02:41:08 +0000 (02:41 +0000)]
*** empty log message ***

26 years agoComment change.
Richard M. Stallman [Wed, 22 Apr 1998 02:40:39 +0000 (02:40 +0000)]
Comment change.

26 years ago(encoded-kbd-mode): Doc fix.
Richard M. Stallman [Wed, 22 Apr 1998 02:34:39 +0000 (02:34 +0000)]
(encoded-kbd-mode): Doc fix.

26 years ago(Fsignal): Unconditionally do TOTALLY_UNBLOCK_INPUT.
Richard M. Stallman [Wed, 22 Apr 1998 02:14:55 +0000 (02:14 +0000)]
(Fsignal): Unconditionally do TOTALLY_UNBLOCK_INPUT.

26 years ago(help-highlight-face): Use `face' as custom type.
Richard M. Stallman [Wed, 22 Apr 1998 02:08:02 +0000 (02:08 +0000)]
(help-highlight-face): Use `face' as custom type.

26 years agoFix header comments.
Dave Love [Tue, 21 Apr 1998 18:56:02 +0000 (18:56 +0000)]
Fix header comments.
(which-func-mode): Add autoload cookie.
(which-func-mode-global): Customize.

26 years ago(remove-hook): Fix spurious quote.
Dave Love [Tue, 21 Apr 1998 18:38:34 +0000 (18:38 +0000)]
(remove-hook): Fix spurious quote.

26 years ago(describe-function): Make hyperlink to library file
Dave Love [Tue, 21 Apr 1998 13:08:47 +0000 (13:08 +0000)]
(describe-function): Make hyperlink to library file
name, if available.

26 years ago(Fcall_process) [MSDOS]: Call child_setup instead of run_msdos_command.
Eli Zaretskii [Tue, 21 Apr 1998 11:14:24 +0000 (11:14 +0000)]
(Fcall_process) [MSDOS]: Call child_setup instead of run_msdos_command.
(child_setup) [MSDOS]: Call run_msdos_command here.
(child_setup) [DOS_NT]: Get past drive letter in pwd.  Don't call
close_load_descs, since we are not in a vfork.

26 years ago(run_msdos_command): Don't construct process
Eli Zaretskii [Tue, 21 Apr 1998 11:10:56 +0000 (11:10 +0000)]
(run_msdos_command): Don't construct process
environment, it's already done in child_setup.
(run_msdos_command): Add ENVV to argument list.

26 years agoMore of previous.
Richard M. Stallman [Tue, 21 Apr 1998 06:14:05 +0000 (06:14 +0000)]
More of previous.

26 years agoExplain trouble with link farms in `make install'.
Richard M. Stallman [Tue, 21 Apr 1998 06:13:36 +0000 (06:13 +0000)]
Explain trouble with link farms in `make install'.

26 years ago(dired-move-to-filename-regexp): There might be a space
Richard M. Stallman [Tue, 21 Apr 1998 05:22:19 +0000 (05:22 +0000)]
(dired-move-to-filename-regexp): There might be a space
after the year instead of before it.

26 years ago(easy-menu-do-add-item):
Richard M. Stallman [Tue, 21 Apr 1998 04:54:46 +0000 (04:54 +0000)]
(easy-menu-do-add-item):
Do the right thing when nil is specified as criterion for activeness.
Fix string used to report an invalid item.

26 years ago(tmm-get-keymap): Handle new format menu item w/o cache.
Richard M. Stallman [Tue, 21 Apr 1998 04:51:23 +0000 (04:51 +0000)]
(tmm-get-keymap): Handle new format menu item w/o cache.
(tmm-prompt): If reach an empty menu, get an error.

26 years agoEncoding of Greek line fixed.
Kenichi Handa [Tue, 21 Apr 1998 04:03:16 +0000 (04:03 +0000)]
Encoding of Greek line fixed.

26 years ago(cl-do-arglist): Undo previous change.
Richard M. Stallman [Mon, 20 Apr 1998 22:06:27 +0000 (22:06 +0000)]
(cl-do-arglist): Undo previous change.

26 years ago(mouse-buffer-menu-mode-mult): New variable.
Richard M. Stallman [Mon, 20 Apr 1998 20:45:25 +0000 (20:45 +0000)]
(mouse-buffer-menu-mode-mult): New variable.
(mouse-buffer-menu): Obey mouse-buffer-menu-mode-mult.
Also avoid some consing.

26 years ago(Fmake_temp_name): Complete rewrite.
Richard M. Stallman [Mon, 20 Apr 1998 18:13:03 +0000 (18:13 +0000)]
(Fmake_temp_name): Complete rewrite.

26 years ago(smtpmail-send-it): Deleted all code related to Resent-To: processing.
Richard M. Stallman [Mon, 20 Apr 1998 18:03:00 +0000 (18:03 +0000)]
(smtpmail-send-it): Deleted all code related to Resent-To: processing.
(smtpmail-deduce-address-list): Changed the search for
Resent-\(To\|Cc\|Bcc\) headers.
(smtpmail-do-bcc): Delete Resent-Bcc: headers.

26 years ago*** empty log message ***
Richard M. Stallman [Mon, 20 Apr 1998 17:43:57 +0000 (17:43 +0000)]
*** empty log message ***

26 years agoInitial revision
Richard M. Stallman [Mon, 20 Apr 1998 17:37:53 +0000 (17:37 +0000)]
Initial revision