]>
git.eshelyaron.com Git - emacs.git/log
Geoff Voelker [Sun, 20 Jul 1997 01:30:54 +0000 (01:30 +0000)]
(find-buffer-file-type-coding-system):
Use undecided-dos for dos-text file names.
Use undecided for non-existing untranslated file names.
Richard M. Stallman [Sat, 19 Jul 1997 08:15:46 +0000 (08:15 +0000)]
(mail): Ask a different question, if buffer is visiting a file.
Richard M. Stallman [Sat, 19 Jul 1997 08:11:51 +0000 (08:11 +0000)]
(mail-mode): Set adaptive-fill-regexp specially to cater to supercite.
(mail-indent-citation): Take region args.
(mail-yank-original, mail-yank-region): Pass the args.
Richard M. Stallman [Sat, 19 Jul 1997 07:29:46 +0000 (07:29 +0000)]
(BASE_PURESIZE): Increased to 410000.
Richard M. Stallman [Sat, 19 Jul 1997 05:39:06 +0000 (05:39 +0000)]
(auto-mode-alist): Recognize .emacs in MSDOG syntax.
Richard M. Stallman [Sat, 19 Jul 1997 05:34:45 +0000 (05:34 +0000)]
(hs-special-modes-alist): Use a regexp generated by regexp-opt.
(hs-life-goes-on): Nullify inhibit-point-motion-hooks as we have
to move inside intangible overlays. Enable edebug.
Richard M. Stallman [Sat, 19 Jul 1997 05:34:23 +0000 (05:34 +0000)]
(search-invisible): Fix typo.
(isearch-search): Bind inhibit-point-motion-hooks because we might
have to search inside invisible and intangible text.
(isearch-open-overlay-temporary): Delete forgoten debug message.
(isearch-range-invisible): Fix typo in doc-string.
Richard M. Stallman [Sat, 19 Jul 1997 05:22:59 +0000 (05:22 +0000)]
(redisplay_internal): Calculate new_count properly
for non-window displays.
Richard M. Stallman [Sat, 19 Jul 1997 03:29:32 +0000 (03:29 +0000)]
New node Encryption Projects.
Add a number of misc. projects.
Richard M. Stallman [Sat, 19 Jul 1997 03:27:19 +0000 (03:27 +0000)]
(find-buffer-file-type-coding-system):
Use emacs-mule-dos for text file names; use undecided-dos
for the last resort (instead of emacs-mule-dos).
Richard M. Stallman [Sat, 19 Jul 1997 03:26:48 +0000 (03:26 +0000)]
(Fcompleting_read): gcpro def.
Richard M. Stallman [Fri, 18 Jul 1997 22:56:16 +0000 (22:56 +0000)]
(Finsert_file_contents) [DOS_NT]: Use the coding
system to determine buffer_file_type.
(Fwrite_region): Only use Qbuffer_file_coding_system
before checking file-coding-system-alist if non-nil.
(Fwrite_region) [DOS_NT]: Delete conditional code.
Richard M. Stallman [Fri, 18 Jul 1997 22:55:49 +0000 (22:55 +0000)]
(Ffind_operation_coding_system): Use Ffboundp to
check for a function entry.
Richard M. Stallman [Fri, 18 Jul 1997 22:54:38 +0000 (22:54 +0000)]
[windows-nt, ms-dos]: Load international/mule-utils.
Richard M. Stallman [Fri, 18 Jul 1997 22:54:23 +0000 (22:54 +0000)]
(find-buffer-file-type-coding-system)
(find-binary-process-coding-system, find-buffer-file-type-match):
New functions.
(find-buffer-file-type): Use find-buffer-file-type-match.
Add find-buffer-file-type-coding-system to file-coding-system-alist
as the default entry.
Add find-binary-process-coding-system to process-coding-system-alist
as the default entry.
Richard M. Stallman [Fri, 18 Jul 1997 19:03:30 +0000 (19:03 +0000)]
(vc-diff): Turn off previous change.
Richard M. Stallman [Fri, 18 Jul 1997 18:59:20 +0000 (18:59 +0000)]
(custom-group-value-create) <tree>: Don't distinguish
unloaded groups; use [+] for them.
(customize-browse): Fix top-of-buffer doc text.
Michael Kifer [Fri, 18 Jul 1997 18:55:36 +0000 (18:55 +0000)]
new version
Richard M. Stallman [Fri, 18 Jul 1997 18:17:20 +0000 (18:17 +0000)]
Many doc fixes.
Richard M. Stallman [Fri, 18 Jul 1997 17:50:12 +0000 (17:50 +0000)]
(direct_output_forward_char): Reenable check against
truncated text at end of line.
Richard M. Stallman [Fri, 18 Jul 1997 17:46:56 +0000 (17:46 +0000)]
(display_string): Ignore W->left if OBEY_WINDOW_WIDTH is zero.
André Spiegel [Fri, 18 Jul 1997 16:06:57 +0000 (16:06 +0000)]
(vc-diff): If file is unchanged, ask for the version
number to compare with.
(vc-retrieve-snapshot): If no NAME is specified, check out
latest versions of all unlocked files.
(vc-next-action-on-file): For CVS files with implicit checkout: if
unmodified, don't do anything.
(vc-clear-headers): Regexp more restricted, so as not to destroy file
contents by mistake.
(vc-backend-merge-news): Better analysis of status reported by CVS.
Set file properties accordingly.
André Spiegel [Fri, 18 Jul 1997 16:06:22 +0000 (16:06 +0000)]
(vc-find-cvs-master): Corrected parsing of CVS/Entries, according to CVS docs.
(vc-toggle-read-only): Also work in vc-dired buffers.
Richard M. Stallman [Fri, 18 Jul 1997 02:57:14 +0000 (02:57 +0000)]
(texinfo-all-menus-update)
(texinfo-master-menu, texinfo-multiple-files-update):
Search for texinfo-master-menu-header as a string, not a regexp.
(texinfo-master-menu-header): Move defvar earlier.
Richard M. Stallman [Fri, 18 Jul 1997 02:16:42 +0000 (02:16 +0000)]
Comment change.
Richard M. Stallman [Fri, 18 Jul 1997 02:16:22 +0000 (02:16 +0000)]
(c-initialize-cc-mode): New function.
(c-mode, c++-mode, objc-mode, java-mode): Call it.
Richard M. Stallman [Fri, 18 Jul 1997 02:14:22 +0000 (02:14 +0000)]
(c-load-all): Function deleted.
Richard M. Stallman [Fri, 18 Jul 1997 02:12:00 +0000 (02:12 +0000)]
(c-initialize-builtin-style): Use copy-sequence
instead of c-copy-tree.
(c-copy-tree): Function deleted.
Richard M. Stallman [Fri, 18 Jul 1997 02:11:28 +0000 (02:11 +0000)]
(c-maybe-labelp): Add defvar.
Richard M. Stallman [Fri, 18 Jul 1997 02:10:48 +0000 (02:10 +0000)]
Require cc-defs for the c-add-syntax macro.
(c-electric-backspace): Must get 'supercede property
values to work with delsel and pending-del.
(c-electric-brace): Fix ebola eradication consequence
in the preserve-p test.
Richard M. Stallman [Fri, 18 Jul 1997 02:09:34 +0000 (02:09 +0000)]
Require 'cc-defs for the definition of c-emacs-features.
(c-symbol-key): First character must be a letter or underscore.
(c-make-inherited-keymap): Change to a defun.
(c-mode-menu): Added uncomment region and slight rearrangement of items.
Richard M. Stallman [Thu, 17 Jul 1997 23:49:47 +0000 (23:49 +0000)]
[HAVE_UNISTD_H]: Include unistd.h.
Richard M. Stallman [Thu, 17 Jul 1997 21:59:31 +0000 (21:59 +0000)]
(delete-selection-mode): Add custom-loads property.
Michael Kifer [Thu, 17 Jul 1997 19:37:07 +0000 (19:37 +0000)]
new version
Richard M. Stallman [Thu, 17 Jul 1997 19:15:13 +0000 (19:15 +0000)]
(dired-omit-files): Add ".#foo" lock files to omissions.
Richard M. Stallman [Thu, 17 Jul 1997 18:36:12 +0000 (18:36 +0000)]
(show-paren-match-face): Use gray on all non-color screens.
Richard M. Stallman [Thu, 17 Jul 1997 18:33:34 +0000 (18:33 +0000)]
(HAVE_LOGB, HAVE_FREXP, HAVE_FMOD, HAVE_RINT):
(HAVE_CBRT, HAVE_FPATHCONF, HAVE_SETRLIMIT): Defined.
Richard M. Stallman [Thu, 17 Jul 1997 18:32:27 +0000 (18:32 +0000)]
(xcar, xcdr): Print with /x.
Richard M. Stallman [Thu, 17 Jul 1997 18:18:05 +0000 (18:18 +0000)]
(decode_mode_spec_coding): Fix typo; use `val' instead of `coding-system'.
Kenichi Handa [Thu, 17 Jul 1997 07:20:32 +0000 (07:20 +0000)]
(lrt-vowel-table): Change "ow" -> "ao", "am" -> "arm".
(lrt-handle-maa-sakod): Correctly handle the case that quail-current-data
is nil.
(lrt-handle-tone-mark): Fix bug of handling key sequence "hhai" + tone.
Kenichi Handa [Thu, 17 Jul 1997 07:18:50 +0000 (07:18 +0000)]
Modified to avoid *.el files being regarded
as intermidiate files and deleted by GNU make.
Kenichi Handa [Thu, 17 Jul 1997 07:16:21 +0000 (07:16 +0000)]
(batch-titdic-convert): Add optional arg FORCE.
Richard M. Stallman [Thu, 17 Jul 1997 06:51:28 +0000 (06:51 +0000)]
(replace_range): New function.
Richard M. Stallman [Thu, 17 Jul 1997 06:29:36 +0000 (06:29 +0000)]
(display_text_line): Handle the case of point being in
the invisible part of the line beyond the left margin.
Richard M. Stallman [Thu, 17 Jul 1997 06:24:48 +0000 (06:24 +0000)]
(read-quoted-char): Handle non-character events.
Richard M. Stallman [Thu, 17 Jul 1997 05:52:50 +0000 (05:52 +0000)]
Update copyright year.
Richard M. Stallman [Thu, 17 Jul 1997 05:45:38 +0000 (05:45 +0000)]
Improve text of messages.
Richard M. Stallman [Thu, 17 Jul 1997 04:45:19 +0000 (04:45 +0000)]
(quoted-insert): Doc fix.
Richard M. Stallman [Wed, 16 Jul 1997 20:55:50 +0000 (20:55 +0000)]
(dired-find-file): Better error message
for symlink to nonexistent target.
Erich Stefan Boleyn [Wed, 16 Jul 1997 14:45:30 +0000 (14:45 +0000)]
Convert arm32:NetBSD to normal arm canonicalization.
Richard M. Stallman [Wed, 16 Jul 1997 05:37:04 +0000 (05:37 +0000)]
(quoted-insert): Doc fix.
Richard M. Stallman [Wed, 16 Jul 1997 05:34:38 +0000 (05:34 +0000)]
(read-quoted-char): Read any number of octal digits,
and ignore a space if that terminates the octal digits.
Richard M. Stallman [Wed, 16 Jul 1997 05:33:34 +0000 (05:33 +0000)]
(yank, yank-pop): Clear out read-only prop.
Richard M. Stallman [Wed, 16 Jul 1997 05:30:34 +0000 (05:30 +0000)]
(set-auto-mode): If -*- line specifies a mode,
then even if we don't use it because of just-from-file-name,
still let it prevent taking the mode from a file name.
(basic-save-buffer-1): Clarify error message.
(cd-absolute): Likewise.
Richard M. Stallman [Wed, 16 Jul 1997 05:29:01 +0000 (05:29 +0000)]
(texinfo-format-buffer-1): Insert, here,
the info about what file this is and what it was made from,
just before returning.
(texinfo-format-setfilename): Generate no output.
Richard M. Stallman [Wed, 16 Jul 1997 04:55:54 +0000 (04:55 +0000)]
Arrange for the leim tar file to unpack in emacs-M.N/leim.
Richard M. Stallman [Wed, 16 Jul 1997 04:37:17 +0000 (04:37 +0000)]
(mail-extr-voodoo): Get rid of comments at an early stage.
Richard M. Stallman [Tue, 15 Jul 1997 23:12:14 +0000 (23:12 +0000)]
(apropos-print): Use customize-group-other-window, not customize-other-window.
Richard M. Stallman [Tue, 15 Jul 1997 19:34:10 +0000 (19:34 +0000)]
(mail-mode-auto-fill): Use insert-before-markers.
Richard M. Stallman [Tue, 15 Jul 1997 19:22:53 +0000 (19:22 +0000)]
(internal_self_insert): When overwriting, use replace_range.
Richard M. Stallman [Tue, 15 Jul 1997 19:21:04 +0000 (19:21 +0000)]
(custom-unlispify-remove-prefixes): New variable.
(custom-unlispify-menu-entry): Obey custom-unlispify-remove-prefixes.
(customize-browse): Don't take an argument.
(customize-browse): Improve start-of-buffer message.
(custom-help-menu): Variable deleted.
(custom-menu-reset): Function deleted.
(Custom-menu-update): Likewise.
Richard M. Stallman [Tue, 15 Jul 1997 19:09:24 +0000 (19:09 +0000)]
(c-copy-tree): Fix bugs.
Richard M. Stallman [Tue, 15 Jul 1997 19:07:02 +0000 (19:07 +0000)]
(tmm-prompt): Use save-excursion around completing-read code.
(tmm-add-prompt): Clean up using save-selected-window
and with-current-buffer.
Richard M. Stallman [Tue, 15 Jul 1997 19:00:36 +0000 (19:00 +0000)]
(SETUP_SYNTAX_TABLE_FOR_OBJECT): Fix previous change.
Richard M. Stallman [Tue, 15 Jul 1997 18:58:44 +0000 (18:58 +0000)]
Fix previous change.
Richard M. Stallman [Tue, 15 Jul 1997 18:51:38 +0000 (18:51 +0000)]
(global-map): Turn off the S-SPC binding.
Jim Meyering [Tue, 15 Jul 1997 13:21:56 +0000 (13:21 +0000)]
Add comment describing HAVE_PSTAT_GETDYNAMIC.
Simon Marshall [Tue, 15 Jul 1997 08:32:51 +0000 (08:32 +0000)]
change maintainer.
Kenichi Handa [Tue, 15 Jul 1997 08:28:51 +0000 (08:28 +0000)]
Doc-string of Quail package japanese modified.
Kenichi Handa [Tue, 15 Jul 1997 08:27:10 +0000 (08:27 +0000)]
Initial revision
Kenichi Handa [Tue, 15 Jul 1997 08:26:35 +0000 (08:26 +0000)]
Rules re-written to avoid tricky code.
(CHINEGE-GB): Include quail/py-punct.elc.
(CHINEGE-BIG5): Include quail/py-punct-b5.elc.
Kenichi Handa [Tue, 15 Jul 1997 08:24:47 +0000 (08:24 +0000)]
(mule-keymap): Bind l to set-language-environment.
(set-language-environment): Remove autoload cookie. Accept null input
for resetting to default.
(select-input-method): Signal error if enable-multibyte-characters is
nil.
(toggle-input-method): Likewise.
Kenichi Handa [Tue, 15 Jul 1997 08:24:47 +0000 (08:24 +0000)]
(coding-category-emacs-mule): Replace coding-category-iso-else with
coding-category-iso-7-else and coding-category-iso-8-else.
Kenichi Handa [Tue, 15 Jul 1997 08:24:47 +0000 (08:24 +0000)]
(describe-current-coding-system): Use coding-category-iso-7-else
instead of coding-category-iso-else.
Kenichi Handa [Tue, 15 Jul 1997 08:24:47 +0000 (08:24 +0000)]
(make-coding-system): Distinguish coding-category-iso-7-else and
coding-category-iso-8-else.
Kenichi Handa [Tue, 15 Jul 1997 08:24:47 +0000 (08:24 +0000)]
(quail-translate-key): Fix previous change.
Kenichi Handa [Tue, 15 Jul 1997 08:24:47 +0000 (08:24 +0000)]
(tit-process-body): Ignore vacant entries.
Kenichi Handa [Tue, 15 Jul 1997 08:23:58 +0000 (08:23 +0000)]
(report-emacs-bug-run-tersely): New variable
(report-emacs-bug): Insert warnings for novice usres in *mail* buffer.
Set enable-multibyte-characters to nil.
(report-emacs-bug-hook): Check non-English letters. Confirm about
sending a report to FSF.
Kenichi Handa [Tue, 15 Jul 1997 08:23:58 +0000 (08:23 +0000)]
(mail-setup): Kill the local binding of enable-multibyte-characters.
Turn off an input method.
Kenichi Handa [Tue, 15 Jul 1997 08:22:18 +0000 (08:22 +0000)]
(setup-chinese-gb-environment): Adjusted for the change of coding
category names. Set default-input-method to chinese-py-punct.
(setup-chinese-big5-environment): Set default-input-method to
chinese-py-punct-b5.
(setup-chinese-cns-environment): Set default-input-method correctly.
Kenichi Handa [Tue, 15 Jul 1997 08:22:18 +0000 (08:22 +0000)]
(setup-english-environment): Adjusted for the change of coding
category names.
Kenichi Handa [Tue, 15 Jul 1997 08:22:18 +0000 (08:22 +0000)]
(setup-ethiopic-environment): Set default-input-method correctly.
Kenichi Handa [Tue, 15 Jul 1997 08:22:18 +0000 (08:22 +0000)]
(setup-japanese-environment): Adjusted for the change of coding
category names. Set default-input-method correctly.
Kenichi Handa [Tue, 15 Jul 1997 08:22:18 +0000 (08:22 +0000)]
(setup-korean-environment): Set default-input-method correctly.
Kenichi Handa [Tue, 15 Jul 1997 08:22:18 +0000 (08:22 +0000)]
(setup-tibetan-environment): Set default-input-method correctly.
Kenichi Handa [Tue, 15 Jul 1997 08:21:17 +0000 (08:21 +0000)]
(detect_coding_iso2022): Distinguish coding-category-iso-7-else and
coding-category-iso-8-else.
Kenichi Handa [Tue, 15 Jul 1997 08:21:17 +0000 (08:21 +0000)]
(CODING_CATEGORY_IDX_ISO_7_ELSE): This macro is deleted
(CODING_CATEGORY_IDX_ISO_7_ELSE): New macro.
(CODING_CATEGORY_IDX_ISO_8_ELSE): New macro
(CODING_CATEGORY_MASK_ISO_ELSE): This macro is deleted.
(CODING_CATEGORY_MASK_ISO_7_ELSE): New macro.
(CODING_CATEGORY_MASK_ISO_8_ELSE): New macro.
(CODING_CATEGORY_MASK_ANY): Adjusted for the above change.
Simon Marshall [Tue, 15 Jul 1997 07:45:25 +0000 (07:45 +0000)]
Customise. Don't modify pre-command-hook on file load; do in command.
Simon Marshall [Tue, 15 Jul 1997 07:43:48 +0000 (07:43 +0000)]
Customise. Don't install bindings on file load; use a fn.
Richard M. Stallman [Tue, 15 Jul 1997 00:23:03 +0000 (00:23 +0000)]
(isearch-char-to-string): Use char-to-string.
(isearch-quote-char): Add nonascii-insert-offset.
Miles Bader [Mon, 14 Jul 1997 22:54:30 +0000 (22:54 +0000)]
automatically generated from GPLed version
Paul Eggert [Mon, 14 Jul 1997 22:36:07 +0000 (22:36 +0000)]
automatically generated from GPLed version
Richard M. Stallman [Mon, 14 Jul 1997 19:55:57 +0000 (19:55 +0000)]
(unexec): Don't call update_dynamic_symbols if static link.
Richard M. Stallman [Mon, 14 Jul 1997 19:53:44 +0000 (19:53 +0000)]
(pc:*:*:*): New entry, for DJGPP.
Richard M. Stallman [Mon, 14 Jul 1997 19:36:01 +0000 (19:36 +0000)]
(make_lispy_event): Distinguish S-SPC from SPC.
Richard M. Stallman [Mon, 14 Jul 1997 19:26:48 +0000 (19:26 +0000)]
(read_char): Call timer_stop_idle unconditionally at non_reread.
Richard M. Stallman [Mon, 14 Jul 1997 07:30:11 +0000 (07:30 +0000)]
All user variables now converted to custom.
(iswitchb): New variable for use by the custom package.
(iswitchb-default-buffer): Variable deleted.
(iswitchb-define-mode-map): Addition of keybindings
for iswitchb-kill-buffer and iswitchb-find-file.
(iswitchb): When no text typed in, show all buffers.
(iswitchb-complete): Use equal rather than eq.
(iswitchb-next-match, iswitchb-prev-match): Use
iswitchb-chop to handle reordering the buffer list.
(iswitchb-chop): New function.
(iswitchb-make-buflist): Rewritten for efficiency.
(iswitchb-to-end): Operate on a list of buffers, not just one.
(iswitchb-set-matches): Always return list
of matching buffers, even in absence of user input.
(iswitchb-kill-buffer): New function.
(iswitchb-default-keybindings): Use read-kbd-macro for keys to define.
(iswitchb-exhibit): Always return list of matching buffers.
(iswitchb-show-default-buffer): Function deleted.
Richard M. Stallman [Mon, 14 Jul 1997 04:24:24 +0000 (04:24 +0000)]
(x_draw_box): Use scratch_cursor_gc to draw the cursor
box using the color specified by cursor_pixel.
Richard M. Stallman [Sun, 13 Jul 1997 23:20:41 +0000 (23:20 +0000)]
(init_display): Go ahead and prepare for
a X configuration in the CANNOT_DUMP case.
Richard M. Stallman [Sun, 13 Jul 1997 21:31:12 +0000 (21:31 +0000)]
(awk-mode): Require cc-langs, not cc-mode.