]>
git.eshelyaron.com Git - emacs.git/log
Richard M. Stallman [Tue, 12 May 1998 23:12:30 +0000 (23:12 +0000)]
(install-arch-indep): Put `-' on commands to create
subdirs.el in site-lisp dirs.
Richard M. Stallman [Tue, 12 May 1998 23:11:10 +0000 (23:11 +0000)]
(get_doc_string): New arg UNIBYTE
Maybe use make_unibyte_string. All callers changed.
(read_doc_string): Specify 1 for UNIBYTE.
Richard M. Stallman [Tue, 12 May 1998 23:10:15 +0000 (23:10 +0000)]
(Finsert_file_contents): Don't use the fast replace code
if coding needs eol conversion.
(Finsert_file_contents) [DOS_NT]: When setting buffer_file_type,
if code conversion is needed, file is not binary.
Richard M. Stallman [Tue, 12 May 1998 23:09:35 +0000 (23:09 +0000)]
(after-insert-file-set-buffer-file-coding-system):
Don't make buffer unibyte unless we seem to be visiting a file.
Richard M. Stallman [Tue, 12 May 1998 21:33:59 +0000 (21:33 +0000)]
(parse_menu_item): Argument inmenubar < 0 now means
parsing a keyboard menu item.
(read_char_minibuf_menu_prompt): Use `parse_menu_item' to understand
new menu item format.
Richard M. Stallman [Tue, 12 May 1998 21:33:44 +0000 (21:33 +0000)]
(stat, get_long_basename): Fail if filename contains any
characters that are illegal in file names.
Richard M. Stallman [Tue, 12 May 1998 20:15:27 +0000 (20:15 +0000)]
(Fall_completions, Ftry_completion): Compare char sizes, not STRING_BYTES.
Richard M. Stallman [Tue, 12 May 1998 19:44:17 +0000 (19:44 +0000)]
(smtpmail-via-smtp): Speciy process coding system.
Edward M. Reingold [Tue, 12 May 1998 15:32:50 +0000 (15:32 +0000)]
Add separators to Holidays menu.
Richard M. Stallman [Tue, 12 May 1998 03:12:08 +0000 (03:12 +0000)]
(calendar-mode-map): Rename `holidays' menu to `Holidays'.
(cal-menu-update): Similar renamings; change the arg to
easy-menu-change also. Change some item names.
Richard M. Stallman [Tue, 12 May 1998 02:48:51 +0000 (02:48 +0000)]
(assoc_for_completion): Use Fcompare_strings.
(test_completion): In obarray, try both unibyte and multibyte strings.
(read_minibuf): Convert unibyte prompt to multi if minibuffer is multi.
(Fdisplay_completion_list): Convert unibyte to strings to multibyte
to conform to the buffer.
Richard M. Stallman [Mon, 11 May 1998 23:34:25 +0000 (23:34 +0000)]
(easy-menu-change): Add autoload cookie.
Dave Love [Mon, 11 May 1998 18:49:42 +0000 (18:49 +0000)]
(tar-subfile-mode): Call auto-save-mode with -1.
Edward M. Reingold [Mon, 11 May 1998 17:18:04 +0000 (17:18 +0000)]
Minor fix to earlier changes today.
Richard M. Stallman [Mon, 11 May 1998 16:36:02 +0000 (16:36 +0000)]
(redisplay_window): Handle scroll_step along with
scroll_conservatively. Fix 1-off error checking the limit for them.
Richard M. Stallman [Mon, 11 May 1998 15:52:28 +0000 (15:52 +0000)]
(unlock_file): Encode the file name.
Edward M. Reingold [Mon, 11 May 1998 15:48:24 +0000 (15:48 +0000)]
On exiting, don't signal error when user changes mind.
Edward M. Reingold [Mon, 11 May 1998 14:56:37 +0000 (14:56 +0000)]
Made holiday button on menu bar related to current calendar display.
Richard M. Stallman [Mon, 11 May 1998 01:33:54 +0000 (01:33 +0000)]
(save-buffer-coding-system): New variable.
(basic-save-buffer-1): Obey it.
(basic-save-buffer): Set save-buffer-coding-system instead of
buffer-file-coding-system, if save-buffer-coding-system is already non-nil.
Richard M. Stallman [Mon, 11 May 1998 01:22:35 +0000 (01:22 +0000)]
(last-coding-system-specified): New var.
(select-safe-coding-system): Set var if user specifies a coding system.
Richard M. Stallman [Mon, 11 May 1998 01:17:48 +0000 (01:17 +0000)]
(normal-top-level-add-subdirs-to-load-path):
Ignore subdirectories whose names start with nonalphanumeric
or that have a file called .nosearch.
Richard M. Stallman [Mon, 11 May 1998 01:14:36 +0000 (01:14 +0000)]
(Fset_buffer_multibyte): Error if marker is put
on buffer's marker-chain while we have temporarily put nil there.
Richard M. Stallman [Mon, 11 May 1998 01:11:02 +0000 (01:11 +0000)]
(unchain_marker): Abort if the marker is not in its buffer's chain.
(buf_bytepos_to_charpos): Fix assignment of `record'
when scanning from below.
Don't create a marker if buffer's marker chain is empty.
Richard M. Stallman [Mon, 11 May 1998 01:08:59 +0000 (01:08 +0000)]
Comment change.
Richard M. Stallman [Sun, 10 May 1998 21:52:08 +0000 (21:52 +0000)]
(code_convert_region1): Set Vlast_coding_system_used.
(code_convert_string1): Likewise.
(Fdecode_coding_region, Fencode_coding_region): Doc fixes.
(Fdecode_coding_string, Fencode_coding_string): Doc fixes.
Richard M. Stallman [Sun, 10 May 1998 19:21:05 +0000 (19:21 +0000)]
(Fstart_process): Remove the special case for
unibyte, for initializing the process coding systems.
Instead, use the normal multibyte code, but check
BUFFER's value and the default value of enable-multibyte-characters.
(Fopen_network_stream): Likewise.
Richard M. Stallman [Sun, 10 May 1998 18:45:55 +0000 (18:45 +0000)]
Fix previous change.
Richard M. Stallman [Sun, 10 May 1998 07:01:15 +0000 (07:01 +0000)]
(TAGS): Specify directory when running etags.
Richard M. Stallman [Sun, 10 May 1998 05:53:16 +0000 (05:53 +0000)]
(add-log-current-defun): Fix previous change--skip
tab and newline also.
Richard M. Stallman [Sun, 10 May 1998 03:50:03 +0000 (03:50 +0000)]
(byte-compile-output-docform): Use position-bytes.
Richard M. Stallman [Sun, 10 May 1998 01:43:32 +0000 (01:43 +0000)]
(elisp.dvi): Add missing backslash.
Richard M. Stallman [Sun, 10 May 1998 01:16:42 +0000 (01:16 +0000)]
(Fbyte_code): Don't use Bmark.
Richard M. Stallman [Sun, 10 May 1998 01:13:11 +0000 (01:13 +0000)]
(xstring): Handle unibyte strings.
(xchartable, xboolvector): New commands.
Richard M. Stallman [Sun, 10 May 1998 00:40:00 +0000 (00:40 +0000)]
(redisplay_window): Don't use last_point_x and last_point_y
if cursor_in_echo_area.
Richard M. Stallman [Sat, 9 May 1998 23:55:27 +0000 (23:55 +0000)]
(Qbuffer_name_history): New variable.
(syms_of_minibuf): Initialize it.
(Fread_buffer): Use that history list.
Richard M. Stallman [Sat, 9 May 1998 21:47:17 +0000 (21:47 +0000)]
(detect_coding_mask): Check also coding-category-binary.
Richard M. Stallman [Sat, 9 May 1998 21:10:30 +0000 (21:10 +0000)]
(standard-display-european): Doc fix.
Richard M. Stallman [Sat, 9 May 1998 19:53:47 +0000 (19:53 +0000)]
(find-function-noselect): Autoload it.
Richard M. Stallman [Sat, 9 May 1998 07:39:00 +0000 (07:39 +0000)]
(scan_lists, scan_sexps_forward): Move complex expressions
outside of the switch statement.
Richard M. Stallman [Sat, 9 May 1998 07:24:47 +0000 (07:24 +0000)]
(mail-signature): Allow expression as value.
Improve prompts in custom type. Add risky-local-variable property.
(mail-setup): Implement that feature.
Richard M. Stallman [Sat, 9 May 1998 07:12:14 +0000 (07:12 +0000)]
(widgets: sexp, variable, list, vector): Doc fixes.
Richard M. Stallman [Sat, 9 May 1998 07:02:50 +0000 (07:02 +0000)]
(generate-file-autoloads): Handle progn forms generated by
make-autoload: print just the first subform with print-escape-newlines.
Richard M. Stallman [Sat, 9 May 1998 06:40:53 +0000 (06:40 +0000)]
(mail-strip-quoted-names):
Delete comments, then delete leading/trailing whitespace.
Richard M. Stallman [Sat, 9 May 1998 04:59:22 +0000 (04:59 +0000)]
(customize-group-other-window): Handle groups not
yet loaded. If buffer exists, use it unchanged. Rename parameter
and update doc string.
Kenichi Handa [Sat, 9 May 1998 01:23:58 +0000 (01:23 +0000)]
Fix previous change.
Richard M. Stallman [Fri, 8 May 1998 22:26:43 +0000 (22:26 +0000)]
(ps-alist-position): Renamed from ps-position.
Look for ITEM as the car of an element.
(ps-font-number): Use ps-alist-position.
(ps-font-alist): Renamed from ps-font-list.
Richard M. Stallman [Fri, 8 May 1998 22:05:42 +0000 (22:05 +0000)]
(reporter-bug-hook): Use rfc822-goto-eoh.
Richard M. Stallman [Fri, 8 May 1998 05:14:47 +0000 (05:14 +0000)]
(Fcall_process): Fix test for when to call Ffind_operation_coding_system.
Richard M. Stallman [Fri, 8 May 1998 05:10:29 +0000 (05:10 +0000)]
Comment change.
Kenichi Handa [Fri, 8 May 1998 04:17:48 +0000 (04:17 +0000)]
(compute_motion): Fix, in a different way, the bug of handling
wide-column character around right margin.
Richard M. Stallman [Fri, 8 May 1998 02:28:22 +0000 (02:28 +0000)]
(compute_motion): Undo both May 7 changes.
Richard M. Stallman [Fri, 8 May 1998 02:20:38 +0000 (02:20 +0000)]
(doprnt1): Cast arg to CHAR_STRING.
Richard M. Stallman [Fri, 8 May 1998 01:53:55 +0000 (01:53 +0000)]
(standard-display-european): Don't call
set-terminal-coding-system when window-system is w32.
Kenichi Handa [Fri, 8 May 1998 00:08:09 +0000 (00:08 +0000)]
(compute_motion): Fix previous change.
Richard M. Stallman [Thu, 7 May 1998 23:31:26 +0000 (23:31 +0000)]
(edebug-all-forms): Add autoload cookie.
(edebug-all-defs): Likewise.
Richard M. Stallman [Thu, 7 May 1998 23:21:15 +0000 (23:21 +0000)]
(ispell-word): Make M-$ binding using esc-map.
Richard M. Stallman [Thu, 7 May 1998 23:15:14 +0000 (23:15 +0000)]
(Freplace_match): Fix the loop for copying text
from a string, in handling lastpos and pos.
Richard M. Stallman [Thu, 7 May 1998 23:11:57 +0000 (23:11 +0000)]
(Fexpand_file_name) [DOS_NT]: Note when special escape
prefix /: is present, and reinsert after name has been expanded.
Only recognize drive specifier at beginning of name.
(Fexpand_file_name): Don't strip trailing slash if newdir is just /.
Richard M. Stallman [Thu, 7 May 1998 22:28:23 +0000 (22:28 +0000)]
Comment changes.
Richard M. Stallman [Thu, 7 May 1998 21:34:54 +0000 (21:34 +0000)]
(vc-consult-rcs-headers): Fix previous change.
Richard M. Stallman [Thu, 7 May 1998 21:31:00 +0000 (21:31 +0000)]
(install-arch-indep): Fix typo in previous change.
Richard M. Stallman [Thu, 7 May 1998 20:50:48 +0000 (20:50 +0000)]
(toggle-input-method): Use a more
appropriate default value while reading an input method.
Richard M. Stallman [Thu, 7 May 1998 20:48:17 +0000 (20:48 +0000)]
(Fintern): Properly compare lisp objects.
Richard M. Stallman [Thu, 7 May 1998 20:47:53 +0000 (20:47 +0000)]
(set_internal): Properly compare lisp objects.
(Fmakunbound): Likewise.
Richard M. Stallman [Thu, 7 May 1998 19:18:29 +0000 (19:18 +0000)]
(sh-shell-file): Add cmdproxy to MS shells.
Richard M. Stallman [Thu, 7 May 1998 19:15:43 +0000 (19:15 +0000)]
(list-input-methods): Doc fix.
Eli Zaretskii [Thu, 7 May 1998 07:46:41 +0000 (07:46 +0000)]
(init_process, syms_of_process): Make definition consistent with
prototypes on lisp.h
Kenichi Handa [Thu, 7 May 1998 06:41:35 +0000 (06:41 +0000)]
Cancel the previous change for
customization, customized variables are changed to constant.
Kenichi Handa [Thu, 7 May 1998 06:41:12 +0000 (06:41 +0000)]
(compute_motion): Fix bug of handling wide-column
character around right margin.
Richard M. Stallman [Thu, 7 May 1998 06:34:20 +0000 (06:34 +0000)]
(report-emacs-bug): Don't display *Bug Help* if
report-emacs-bug-no-explanations.
Richard M. Stallman [Thu, 7 May 1998 06:31:31 +0000 (06:31 +0000)]
(report-emacs-bug): After reinserting
the signature, leave point before it.
Richard M. Stallman [Thu, 7 May 1998 05:37:59 +0000 (05:37 +0000)]
(view-lossage): Set help-xref-stack* in the help buffer.
(describe-bindings): Likewise.
(help-xref-go-back): New arg BUFFER.
(help-make-xrefs): Specify the help buffer as arg for
help-xref-go-back.
Richard M. Stallman [Thu, 7 May 1998 05:30:07 +0000 (05:30 +0000)]
(describe-function-1): Use find-function-noselect instead of find-function.
Richard M. Stallman [Thu, 7 May 1998 04:51:41 +0000 (04:51 +0000)]
(sgml-mode-common): Make local binding from adaptive-fill-regexp.
Richard M. Stallman [Thu, 7 May 1998 04:05:28 +0000 (04:05 +0000)]
(quit-window): Fixed FRAME to be the frame and never window.
Richard M. Stallman [Thu, 7 May 1998 04:02:36 +0000 (04:02 +0000)]
(syms_of_buffer) <buffer-file-coding-system>: Doc fix.
Richard M. Stallman [Thu, 7 May 1998 03:58:49 +0000 (03:58 +0000)]
(EMACSSOURCES): Add msdog.texi, ack.texi. Remove gnu1.texi.
Richard M. Stallman [Thu, 7 May 1998 03:52:48 +0000 (03:52 +0000)]
(print-coding-system):
Handle (SYMBOL . SYMBOL) as the flags of a type 4 coding system.
Kenichi Handa [Thu, 7 May 1998 01:05:36 +0000 (01:05 +0000)]
(Fcall_process): If we must display received data on
the fly, don't wait until a buffer is filled.
Richard M. Stallman [Wed, 6 May 1998 21:28:42 +0000 (21:28 +0000)]
(EMACSSOURCES): Add mule.texi.
Richard M. Stallman [Wed, 6 May 1998 21:18:00 +0000 (21:18 +0000)]
(which-func-non-auto-modes): New variable.
(which-func-amodes): Variable deleted.
(which-func-ff-hook): Use which-func-non-auto-modes instead of
which-func-amodes.
Richard M. Stallman [Wed, 6 May 1998 20:46:35 +0000 (20:46 +0000)]
(regex_compile): When checking after exactn
for a repetition operator, don't look beyond end of pattern arg.
Richard M. Stallman [Wed, 6 May 1998 20:44:38 +0000 (20:44 +0000)]
(main): Call the syms_of_... and keys_of_... functions
earlier, before init_vms_input and init_display.
Michael Kifer [Wed, 6 May 1998 19:54:57 +0000 (19:54 +0000)]
*** empty log message ***
Richard M. Stallman [Wed, 6 May 1998 19:43:11 +0000 (19:43 +0000)]
(which-function-mode): New alias.
Dave Love [Wed, 6 May 1998 14:58:47 +0000 (14:58 +0000)]
(imenu-create-index-function): Remove autoload cookie
to avoid nil default value.
André Spiegel [Wed, 6 May 1998 13:36:45 +0000 (13:36 +0000)]
(vc-consult-rcs-headers): Avoid bug with ci -k in RCS 5.7.
Richard M. Stallman [Wed, 6 May 1998 07:38:44 +0000 (07:38 +0000)]
(diary-mail-entries): Add autoload cookie.
Richard M. Stallman [Wed, 6 May 1998 04:43:47 +0000 (04:43 +0000)]
(dired-mode-map): Bind *t to dired-do-toggle.
Richard M. Stallman [Wed, 6 May 1998 04:15:25 +0000 (04:15 +0000)]
(ps-header-title-font-size): Doc fix.
(ps-print-control-characters, ps-setup, ps-header-pad): Doc fixes.
(ps-printing-region, ps-nb-pages): Doc fixes.
Richard M. Stallman [Wed, 6 May 1998 04:06:30 +0000 (04:06 +0000)]
Some doc fixes, eliminate (require cl).
(ps-print-version): New version number (3.06.1) and doc fix.
(ps-print-control-characters, ps-extend-face): Doc fix.
(ps-font-lock-face-attributes): Eliminate `pop'.
(ps-font): Eliminate `loop' and `return'.
(ps-fonts): Eliminate `loop'.
(ps-font-number): Replace `position' by `ps-position'.
(ps-select-font): Eliminate `flet'.
(ps-lookup, ps-size-scale): New macros.
(ps-output-string-prim): Handle multibyte characters.
(ps-position): New function.
(ps-begin-file): Eliminate `loop'.
(ps-header-page): Eliminate `incf'.
Richard M. Stallman [Tue, 5 May 1998 21:47:53 +0000 (21:47 +0000)]
(mouse-major-mode-menu): Run activate-menubar-hook here.
Richard M. Stallman [Tue, 5 May 1998 21:37:23 +0000 (21:37 +0000)]
(tmm-get-keymap): Fix previous change;
access the equiv string from the cache properly.
Richard M. Stallman [Tue, 5 May 1998 21:29:28 +0000 (21:29 +0000)]
(comint-replace-by-expanded-history-before-point):
When none of the ! or ^ constructs match, move forward one char.
Richard M. Stallman [Tue, 5 May 1998 19:33:16 +0000 (19:33 +0000)]
(create_process): Add cast when calling encode_coding
and another when storing buf into new_argv.
Richard M. Stallman [Tue, 5 May 1998 19:32:02 +0000 (19:32 +0000)]
(barf_or_query_if_file_exists): Encode file name.
(Finsert_file_contents): Don't use gap pos to set point
if del_range_byte deleted 0 characters.
Richard M. Stallman [Tue, 5 May 1998 19:30:33 +0000 (19:30 +0000)]
(Fmake_bool_vector): Clear out extraneous bits at end.
Richard M. Stallman [Tue, 5 May 1998 19:26:50 +0000 (19:26 +0000)]
(generic-x): Added defgroup declaration.
(generic-bat-mode-setup-function): Fixed comment-start variable.
(generic-define-mswindows-modes): Enable
hosts-generic-mode and apache-generic-mode.
(generic-define-unix-modes): Enable alias-generic-mode.
(java-properties-generic-mode): Changed regexp to allow property
and value to be separated by whitespace or an equal sign.
(alias-generic-mode): Check generic-extras-enable-list before
defining this mode.
(installshield-statement-keyword-list): New variable.
(installshield-system-functions-list): Likewise.
(installshield-system-variables-list): Likewise.
(installshield-types-list): Likewise.
(installshield-funarg-constants-list): Likewise.
(rul-generic-mode): Uses the variables listed above instead of
hard-coding the lists of keywords.
Simon Marshall [Tue, 5 May 1998 09:29:55 +0000 (09:29 +0000)]
move defpackage to lisp-font-lock-keywords-1
Richard M. Stallman [Tue, 5 May 1998 06:25:58 +0000 (06:25 +0000)]
(boyer_moore): Check more reliably for ptr[1] being
out of range. Use pat_end to point at the pattern's end.