]>
git.eshelyaron.com Git - emacs.git/log
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.
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.
Richard M. Stallman [Sun, 26 Apr 1998 03:57:04 +0000 (03:57 +0000)]
(TEX_decode_env): Don't free the value getenv returns.
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.
Richard M. Stallman [Sun, 26 Apr 1998 02:18:58 +0000 (02:18 +0000)]
(croak): Add forward declaration.
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.
Richard M. Stallman [Sun, 26 Apr 1998 00:13:36 +0000 (00:13 +0000)]
(setup-english-environment): Don't set default-enable-multibyte-characters.
Richard M. Stallman [Sat, 25 Apr 1998 23:33:59 +0000 (23:33 +0000)]
(unload_color): No longer static.
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.
Richard M. Stallman [Sat, 25 Apr 1998 23:08:24 +0000 (23:08 +0000)]
(x_display_cursor): 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.
Richard M. Stallman [Sat, 25 Apr 1998 23:07:46 +0000 (23:07 +0000)]
(FRAME_CURSOR_X_LIMIT): New macro.
Richard M. Stallman [Sat, 25 Apr 1998 22:00:26 +0000 (22:00 +0000)]
(Fread_from_string): Initialize startval and endval.
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.
Richard M. Stallman [Fri, 24 Apr 1998 21:25:31 +0000 (21:25 +0000)]
(read1): Allow multibyte and unibyte together in one string.
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.
Richard M. Stallman [Fri, 24 Apr 1998 21:22:48 +0000 (21:22 +0000)]
(update_frame): Move echo area cursor into range.
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.
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.
Richard M. Stallman [Fri, 24 Apr 1998 20:58:03 +0000 (20:58 +0000)]
(copyright-regexp): Put \251 before the multibyte copyright symbol.
Richard M. Stallman [Fri, 24 Apr 1998 20:30:56 +0000 (20:30 +0000)]
(custom-deps): Ignore =... subdirs.
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.
Richard M. Stallman [Fri, 24 Apr 1998 19:46:03 +0000 (19:46 +0000)]
(lisp-font-lock-keywords-2): Added `defpackage'.
.
Richard M. Stallman [Fri, 24 Apr 1998 19:43:52 +0000 (19:43 +0000)]
Indent defpackage correctly.
Richard M. Stallman [Fri, 24 Apr 1998 06:31:54 +0000 (06:31 +0000)]
(change-log-mode): Undo previous change.
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.
Geoff Voelker [Fri, 24 Apr 1998 04:35:05 +0000 (04:35 +0000)]
(sys_socket): Make sockets non-inheritable.
Geoff Voelker [Fri, 24 Apr 1998 03:26:18 +0000 (03:26 +0000)]
(emacs.bat, debug.bat): Create them in the
installation directory.
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.
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.
Geoff Voelker [Fri, 24 Apr 1998 00:03:56 +0000 (00:03 +0000)]
(dired-chmod-program) [windows-nt]: Use chmod.
Geoff Voelker [Thu, 23 Apr 1998 23:43:22 +0000 (23:43 +0000)]
(sys_kill): Fix indenting.
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.
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.
Geoff Voelker [Thu, 23 Apr 1998 23:42:09 +0000 (23:42 +0000)]
(Fcopy_file): Skip dev/inode check on Windows.
Geoff Voelker [Thu, 23 Apr 1998 23:41:42 +0000 (23:41 +0000)]
(utimbuf): New macro.
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.
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.
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.
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).
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.
Geoff Voelker [Thu, 23 Apr 1998 23:38:13 +0000 (23:38 +0000)]
Build ddeclient.
Geoff Voelker [Thu, 23 Apr 1998 23:34:58 +0000 (23:34 +0000)]
Initial revision
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.
Richard M. Stallman [Thu, 23 Apr 1998 22:07:20 +0000 (22:07 +0000)]
*** empty log message ***
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.
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.
Richard M. Stallman [Thu, 23 Apr 1998 21:25:55 +0000 (21:25 +0000)]
(Fcommand_execute): Truncate command-history here.
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.
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.
Richard M. Stallman [Thu, 23 Apr 1998 21:20:31 +0000 (21:20 +0000)]
(emacs.o): Depend on 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.
Richard M. Stallman [Thu, 23 Apr 1998 21:18:18 +0000 (21:18 +0000)]
(Fcall_interactively): Truncate command-history here.
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.
Dave Love [Thu, 23 Apr 1998 17:37:12 +0000 (17:37 +0000)]
(change-log-mode): Add `* ' to paragraph-start.
Richard M. Stallman [Thu, 23 Apr 1998 04:12:09 +0000 (04:12 +0000)]
(syms_of_charset): Doc fix for nonascii-insert-offset.
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.
Richard M. Stallman [Thu, 23 Apr 1998 04:03:31 +0000 (04:03 +0000)]
(Fstring_make_multibyte): Doc fix.
(Fstring_make_unibyte): Doc fix.
Richard M. Stallman [Thu, 23 Apr 1998 04:00:47 +0000 (04:00 +0000)]
(Funibyte_char_to_multibyte): Doc fix.
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.
Richard M. Stallman [Thu, 23 Apr 1998 01:34:49 +0000 (01:34 +0000)]
(file-coding-system-alist): Use emacs-mule for .elc files.
Erik Naggum [Wed, 22 Apr 1998 17:48:16 +0000 (17:48 +0000)]
(get_boot_time): Remove extraneous semicolon.
Erik Naggum [Wed, 22 Apr 1998 17:44:41 +0000 (17:44 +0000)]
Remove extraneous semicolon.
Eli Zaretskii [Wed, 22 Apr 1998 13:45:00 +0000 (13:45 +0000)]
(x-select-text, x-get-selection-value): Replace win16 with w16.
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.
Dave Love [Wed, 22 Apr 1998 11:40:18 +0000 (11:40 +0000)]
(help-mode-map): Add S-tab, like backtab.
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.
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.
Richard M. Stallman [Wed, 22 Apr 1998 06:18:02 +0000 (06:18 +0000)]
(rmail): Don't bind enable-local-variables.
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.
Richard M. Stallman [Wed, 22 Apr 1998 02:46:30 +0000 (02:46 +0000)]
(defcustom, defgroup,
defface ): Don't use backquote.
Richard M. Stallman [Wed, 22 Apr 1998 02:41:08 +0000 (02:41 +0000)]
*** empty log message ***
Richard M. Stallman [Wed, 22 Apr 1998 02:40:39 +0000 (02:40 +0000)]
Comment change.
Richard M. Stallman [Wed, 22 Apr 1998 02:34:39 +0000 (02:34 +0000)]
(encoded-kbd-mode): Doc fix.
Richard M. Stallman [Wed, 22 Apr 1998 02:14:55 +0000 (02:14 +0000)]
(Fsignal): Unconditionally do TOTALLY_UNBLOCK_INPUT.
Richard M. Stallman [Wed, 22 Apr 1998 02:08:02 +0000 (02:08 +0000)]
(help-highlight-face): Use `face' as custom type.
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.
Dave Love [Tue, 21 Apr 1998 18:38:34 +0000 (18:38 +0000)]
(remove-hook): Fix spurious quote.
Dave Love [Tue, 21 Apr 1998 13:08:47 +0000 (13:08 +0000)]
(describe-function): Make hyperlink to library file
name, if available.
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.
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.
Richard M. Stallman [Tue, 21 Apr 1998 06:14:05 +0000 (06:14 +0000)]
More of previous.
Richard M. Stallman [Tue, 21 Apr 1998 06:13:36 +0000 (06:13 +0000)]
Explain trouble with link farms in `make install'.
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.
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.
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.
Kenichi Handa [Tue, 21 Apr 1998 04:03:16 +0000 (04:03 +0000)]
Encoding of Greek line fixed.
Richard M. Stallman [Mon, 20 Apr 1998 22:06:27 +0000 (22:06 +0000)]
(cl-do-arglist): Undo previous change.
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.
Richard M. Stallman [Mon, 20 Apr 1998 18:13:03 +0000 (18:13 +0000)]
(Fmake_temp_name): Complete rewrite.
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.
Richard M. Stallman [Mon, 20 Apr 1998 17:43:57 +0000 (17:43 +0000)]
*** empty log message ***
Richard M. Stallman [Mon, 20 Apr 1998 17:37:53 +0000 (17:37 +0000)]
Initial revision
Richard M. Stallman [Mon, 20 Apr 1998 17:04:16 +0000 (17:04 +0000)]
(Fgarbage_collect): Don't truncate command-history here.
Richard M. Stallman [Mon, 20 Apr 1998 16:40:11 +0000 (16:40 +0000)]
Add Slovak.
Andreas Schwab [Mon, 20 Apr 1998 09:37:18 +0000 (09:37 +0000)]
(view-really-at-end): Return true when at end and not
reverting.
Richard M. Stallman [Mon, 20 Apr 1998 07:09:58 +0000 (07:09 +0000)]
(readevalloop): New arg UNIBYTE. Callers changed.
Use it to bind load_convert_to_unibyte.
(Feval_buffer): New arg UNIBYTE. Pass it to readevalloop.
(readevalloop_1): New unwind-protect subroutine.
(load_convert_to_unibyte): New variable.
(syms_of_lread): Set up Lisp var.
(read1): If load_convert_to_unibyte, convert strings to unibyte.
Richard M. Stallman [Mon, 20 Apr 1998 07:08:40 +0000 (07:08 +0000)]
(copy_text): Count down bytes_left properly
in multibyte to unibyte case.
Richard M. Stallman [Mon, 20 Apr 1998 07:08:17 +0000 (07:08 +0000)]
(load-with-code-conversion):
Undo previous change. Instead, pass the UNIBYTE arg to eval-buffer.
Dan Nicolaescu [Mon, 20 Apr 1998 06:37:57 +0000 (06:37 +0000)]
*** empty log message ***