]>
git.eshelyaron.com Git - emacs.git/log
Richard M. Stallman [Fri, 25 Jul 1997 17:57:47 +0000 (17:57 +0000)]
(doug_lea_malloc): Make __after_morecore_hook a
prerequisite to the use of Doug Lea's malloc.
Richard M. Stallman [Fri, 25 Jul 1997 17:29:29 +0000 (17:29 +0000)]
(compilation-error-regexp-alist): Add elt for EPC F90.
compilation-mode-font-lock-keywords: Ensure that each
regexp generated from compilation-error-regexp-alist begins with "^".
Kenichi Handa [Fri, 25 Jul 1997 13:34:18 +0000 (13:34 +0000)]
(quail-update-leim-list-file): Call
find-file-noselect with t for arguments NOWARN and RAWFILE.
Kenichi Handa [Fri, 25 Jul 1997 13:13:00 +0000 (13:13 +0000)]
(leim-list-entry-regexp): Make this match only at beginning of line.
Simon Marshall [Fri, 25 Jul 1997 11:36:34 +0000 (11:36 +0000)]
customise & make installation/deinstallation happen on mode command not file load.
Simon Marshall [Fri, 25 Jul 1997 11:35:08 +0000 (11:35 +0000)]
Wrap minibuffer-auto-raise where nec. to stop frame raising.
Simon Marshall [Fri, 25 Jul 1997 11:34:20 +0000 (11:34 +0000)]
Add type specs "explicit" "mutable".
Kenichi Handa [Fri, 25 Jul 1997 08:06:19 +0000 (08:06 +0000)]
(read-input-method-name): Show more appropriate error message.
Kenichi Handa [Fri, 25 Jul 1997 08:01:02 +0000 (08:01 +0000)]
(compute_motion): Handle display table correctly for
multibyte characters.
Kenichi Handa [Fri, 25 Jul 1997 07:53:16 +0000 (07:53 +0000)]
(syms_of_fontset): Set Vhighlight_wrong_size_font to Qnil.
Kenichi Handa [Fri, 25 Jul 1997 07:46:51 +0000 (07:46 +0000)]
(CODING_REQUIRE_TEXT_CONVERSION,
CODING_REQUIRE_EOL_CONVERSION, CODING_REQUIRE_CONVERSION): Deleted.
(CODING_REQUIRE_NO_CONVERSION): New macro.
(CODING_MAY_REQUIRE_NO_CONVERSION): New macro.
Kenichi Handa [Fri, 25 Jul 1997 07:46:51 +0000 (07:46 +0000)]
(read_process_output): Use new macro
CODING_REQUIRE_NO_CONVERSION
(send_process): Use new macro CODING_MAY_REQUIRE_NO_CONVERSION.
Kenichi Handa [Fri, 25 Jul 1997 07:46:51 +0000 (07:46 +0000)]
(Finsert_file_contents): Use new macros
CODING_MAY_REQUIRE_NO_CONVERSION and
CODING_MAY_REQUIRE_NO_CONVERSION.
(Fwrite_region): Correct the logic for deciding coding system.
Kenichi Handa [Fri, 25 Jul 1997 07:44:24 +0000 (07:44 +0000)]
(setup-thai-environment): Add correct autoload cookie.
Kenichi Handa [Fri, 25 Jul 1997 07:44:24 +0000 (07:44 +0000)]
(setup-tibetan-environment): Correct
coding system names. Set default-input-method to "tibetan-wylie".
Kenichi Handa [Fri, 25 Jul 1997 07:44:24 +0000 (07:44 +0000)]
(setup-vietnamese-environment): Add autoload cookie.
Kenichi Handa [Fri, 25 Jul 1997 07:43:56 +0000 (07:43 +0000)]
Typo in comment fixed.
Kenichi Handa [Fri, 25 Jul 1997 07:31:49 +0000 (07:31 +0000)]
Initial revision
Kenichi Handa [Fri, 25 Jul 1997 07:31:26 +0000 (07:31 +0000)]
(TIT): New variable, contatination of TIT-GB and TIT-BIG5.
(RUN-EMACS): Do not set EMACSLOADPATH.
(ASIA): Include TIBEAN.
(all): Remove stamp-bytecomp from dependency list.
({$TIT}): New target, substitues the target ${TIT-GB} ${TIT-BIG5}.
(%.el): Make a link for byte-compiled file too.
(stamp-bytecomp): Target deleted.
(leim-list.el): Run Emacs with loading quail.
(install-XXX): These targets deleted.
(install): Remove files under INSTALLDIR before copying new files.
Run Emacs with loading quail.
(clean mostlyclean): Remove only generated files.
Kenichi Handa [Fri, 25 Jul 1997 07:30:07 +0000 (07:30 +0000)]
Require 'quail.
Kenichi Handa [Fri, 25 Jul 1997 07:28:50 +0000 (07:28 +0000)]
Change Quail package name to "ethiopic".
(ethio-toggle-punctuation): Give "ethiopic" to quail-defrule.
Richard M. Stallman [Fri, 25 Jul 1997 05:59:39 +0000 (05:59 +0000)]
(metamail-region): Don't bind kanji-fileio-code
or file-coding-system. Don't call define-program-kanji-code
or define-program-coding-system. Instead, bind coding-system-for-read.
Richard M. Stallman [Fri, 25 Jul 1997 05:37:34 +0000 (05:37 +0000)]
(${lispsource}TAGS): Specify ETAGS var in inner make.
(../src/$(OLDXMENU)): New target.
Richard M. Stallman [Fri, 25 Jul 1997 03:10:59 +0000 (03:10 +0000)]
(ETAGS): New variable.
(TAGS): Use ${ETAGS}.
Richard M. Stallman [Fri, 25 Jul 1997 03:04:19 +0000 (03:04 +0000)]
(Vprint_gensym_alist): Renamed from printed_gensyms.
(Vprint_gensym): Now a Lisp_Object; Renamed from print_gensym.
(syms_of_print): Set up both as Lisp vars.
(PRINTPREPARE, PRINTFINISH): Don't clear Vprint_gensym_alist
if Vprint_gensym is a cons cell.
Richard M. Stallman [Fri, 25 Jul 1997 03:01:28 +0000 (03:01 +0000)]
(byte-compile-output-docform):
Bind print-gensym-alist; bind print-gensym to a cons cell.
Richard M. Stallman [Fri, 25 Jul 1997 03:00:41 +0000 (03:00 +0000)]
(custom-print-functions): Add defvar.
Michael Kifer [Fri, 25 Jul 1997 01:42:53 +0000 (01:42 +0000)]
new version
Richard M. Stallman [Fri, 25 Jul 1997 01:01:50 +0000 (01:01 +0000)]
(rmail-mime-feature): Doc and custom fix.
Richard M. Stallman [Fri, 25 Jul 1997 00:55:06 +0000 (00:55 +0000)]
Customized.
Doc fixes.
Richard M. Stallman [Fri, 25 Jul 1997 00:10:37 +0000 (00:10 +0000)]
(mail): Improve confirmation questions for file-visiting mail buffers.
Richard M. Stallman [Thu, 24 Jul 1997 21:41:33 +0000 (21:41 +0000)]
(debug-ignored-errors): Update the dabbrev.el errors.
Add errors generated by ediff*.el.
Richard M. Stallman [Thu, 24 Jul 1997 21:39:26 +0000 (21:39 +0000)]
(ediff-update-diffs): Change error message.
Richard M. Stallman [Thu, 24 Jul 1997 21:29:24 +0000 (21:29 +0000)]
(selection_data_to_lisp_data):
Make the vector the right size, when format is 16.
Richard M. Stallman [Thu, 24 Jul 1997 18:22:33 +0000 (18:22 +0000)]
(landmark-repeat, landmark): New aliases.
Add autoload cookies.
Richard M. Stallman [Thu, 24 Jul 1997 18:18:49 +0000 (18:18 +0000)]
(main): Make --help msg end in newline.
Richard M. Stallman [Thu, 24 Jul 1997 18:17:41 +0000 (18:17 +0000)]
Many doc fixes.
(handwrite): Add autoload cookie.
(menu-bar-handwrite-map): Comment out the code to put this in the menu bar.
Richard M. Stallman [Thu, 24 Jul 1997 17:01:46 +0000 (17:01 +0000)]
(read-quoted-char): Convert function keys like Return
into ASCII equivalents.
Richard M. Stallman [Thu, 24 Jul 1997 16:59:16 +0000 (16:59 +0000)]
(Fx_create_frame): Don't fail to initialize `font'.
Richard M. Stallman [Thu, 24 Jul 1997 16:58:05 +0000 (16:58 +0000)]
(wait_reading_process_input): Initialize total_read.
Check for read_process_output giving back EIO.
Richard M. Stallman [Thu, 24 Jul 1997 16:57:19 +0000 (16:57 +0000)]
(Fdelete_frame): Undo previous change.
Richard M. Stallman [Thu, 24 Jul 1997 16:45:55 +0000 (16:45 +0000)]
(read_char): Delete spurious UNGCPRO.
Add UNGCPRO before the longjmps to wrong_kboard_jmpbuf.
Initialize c before the GCPRO1.
Richard M. Stallman [Thu, 24 Jul 1997 16:33:00 +0000 (16:33 +0000)]
Comment change.
Richard M. Stallman [Thu, 24 Jul 1997 16:12:36 +0000 (16:12 +0000)]
Comment change
Richard M. Stallman [Thu, 24 Jul 1997 07:43:07 +0000 (07:43 +0000)]
Customized.
Richard M. Stallman [Thu, 24 Jul 1997 07:42:23 +0000 (07:42 +0000)]
(calendar-day-name): New optional args WIDTH, ABSOLUTE.
(calendar-month-name): New optional arg WIDTH.
(generate-calendar-month, calendar-date-string): Pass new args
instead of using substring here.
Richard M. Stallman [Thu, 24 Jul 1997 07:42:07 +0000 (07:42 +0000)]
Don't create C-x r and C-x n submaps here.
Richard M. Stallman [Thu, 24 Jul 1997 07:40:26 +0000 (07:40 +0000)]
(Fforward_comment): When count1 is negative, return nil if FROM reaches STOP.
Richard M. Stallman [Thu, 24 Jul 1997 06:09:23 +0000 (06:09 +0000)]
(Fcurrent_message): New function.
(syms_of_editfns): defsubr it.
Richard M. Stallman [Thu, 24 Jul 1997 06:04:06 +0000 (06:04 +0000)]
(face-documentation): Renamed from face-doc-string.
(set-face-documentation): Renamed from set-face-doc-string.
(face-doc-string): Make this an alias.
Richard M. Stallman [Thu, 24 Jul 1997 06:03:00 +0000 (06:03 +0000)]
(custom-declare-face): Use [set-]face-documentation.
Richard M. Stallman [Thu, 24 Jul 1997 05:35:30 +0000 (05:35 +0000)]
(bg-yank-or-pop): Changed eql to eq.
Richard M. Stallman [Thu, 24 Jul 1997 05:34:02 +0000 (05:34 +0000)]
(read-input-method-name): Fix error msg.
Richard M. Stallman [Thu, 24 Jul 1997 04:28:05 +0000 (04:28 +0000)]
(te-newline): Change eql to eq.
(te-insert-lines, te-delete-lines, te-process-output): Likewise.
(te-parse-program-and-args, te-get-char): Likewise.
Richard M. Stallman [Thu, 24 Jul 1997 04:21:34 +0000 (04:21 +0000)]
(tex-categorize-whitespace): Use eq, not eql.
Richard M. Stallman [Thu, 24 Jul 1997 04:06:12 +0000 (04:06 +0000)]
(stamp-bytecomp): Fix shell conditional.
(clean): Fix shell conditional.
Richard M. Stallman [Thu, 24 Jul 1997 04:01:12 +0000 (04:01 +0000)]
Comment change.
Richard M. Stallman [Thu, 24 Jul 1997 03:36:42 +0000 (03:36 +0000)]
(iswitchb-get-bufname): Only add buffer of current
window if it is not already in list.
Richard M. Stallman [Wed, 23 Jul 1997 21:41:47 +0000 (21:41 +0000)]
(eql): byte-defop-compiler definition deleted.
Richard M. Stallman [Wed, 23 Jul 1997 21:40:04 +0000 (21:40 +0000)]
Change eql calls to eq.
Richard M. Stallman [Wed, 23 Jul 1997 21:39:50 +0000 (21:39 +0000)]
Change eql calls to = or equal.
Richard M. Stallman [Wed, 23 Jul 1997 20:57:49 +0000 (20:57 +0000)]
Update copyright notice and permission notice.
(metafont-mode): Add autoload cookie.
(metapost-mode): Add autoload cookie.
Richard M. Stallman [Wed, 23 Jul 1997 20:56:12 +0000 (20:56 +0000)]
(auto-mode-alist): Add ".mf" and ".mp" for meta-mode.el.
Add ".clo" for latex-mode.
Richard M. Stallman [Wed, 23 Jul 1997 19:07:34 +0000 (19:07 +0000)]
(diary-entry-time): Downcase the am/pm letter.
Richard M. Stallman [Wed, 23 Jul 1997 16:57:18 +0000 (16:57 +0000)]
(syms_of_buffer): Doc fix.
Richard M. Stallman [Wed, 23 Jul 1997 16:34:32 +0000 (16:34 +0000)]
(syms_of_eval): Doc fix.
Richard M. Stallman [Wed, 23 Jul 1997 04:22:58 +0000 (04:22 +0000)]
(set-face-font-explicit): Call internal-set-face-1 properly.
Richard M. Stallman [Wed, 23 Jul 1997 02:52:57 +0000 (02:52 +0000)]
(occur): Use text property `occur' to store the
marker for the occurrence in the source buffer. This replaces the
list `occur-pos-list', and fixes the bug for multi-line matches.
Set up `occur-point' text property for occur-next and occur-prev.
(occur): occur-num-matches stores the number of matches found.
(occur-mode-find-occurrence): Use `occur' text property to find
marker for locus of the occurrence.
(occur-next, occur-prev): New commands.
(occur): Fixed bug preventing line number being displayed if line
number is less than the number of lines of context.
Richard M. Stallman [Wed, 23 Jul 1997 02:51:06 +0000 (02:51 +0000)]
(dired-omit-new-add-entry): Take new arg RELATIVE
and pass it to dired-omit-old-add-entry (which is dired-add-entry).
Richard M. Stallman [Wed, 23 Jul 1997 02:49:08 +0000 (02:49 +0000)]
Undo previous change.
Richard M. Stallman [Wed, 23 Jul 1997 02:43:48 +0000 (02:43 +0000)]
Various error messages fixed.
(ph-cadr, ph-cadr): New functions.
All calls to cdar and cadr changed.
Richard M. Stallman [Wed, 23 Jul 1997 02:34:54 +0000 (02:34 +0000)]
Initial revision
Richard M. Stallman [Tue, 22 Jul 1997 23:41:34 +0000 (23:41 +0000)]
(modify-coding-system-alist): Doc fix.
Geoff Voelker [Tue, 22 Jul 1997 21:49:49 +0000 (21:49 +0000)]
(find-buffer-file-type-coding-system,
find-buffer-process-coding-system): Remove second argument.
Richard M. Stallman [Tue, 22 Jul 1997 21:35:43 +0000 (21:35 +0000)]
Test `__unix' along with `unix'.
Richard M. Stallman [Tue, 22 Jul 1997 20:40:29 +0000 (20:40 +0000)]
(syms_of_coding): Doc fix.
Richard M. Stallman [Tue, 22 Jul 1997 20:23:53 +0000 (20:23 +0000)]
(mail-indent-citation): Undo previous change.
Instead, convert region-end to a marker before the loop.
(mail-yank-original, mail-yank-region): Undo previous change.
Richard M. Stallman [Tue, 22 Jul 1997 20:06:24 +0000 (20:06 +0000)]
(dircategory): Delete obsolete mistaken `put'.
(texinfo-end-direntry): Output extra newline.
(texinfo-format-dircategory): Parse the arg and reinsert it by hand.
Michael Kifer [Tue, 22 Jul 1997 16:35:49 +0000 (16:35 +0000)]
new version
Kenichi Handa [Tue, 22 Jul 1997 03:45:44 +0000 (03:45 +0000)]
Fix previous changes.
Richard M. Stallman [Tue, 22 Jul 1997 03:11:17 +0000 (03:11 +0000)]
(LIBS_SYSTEM): Undo previous change.
(HAVE_LIBKSTAT): Define it.
Richard M. Stallman [Tue, 22 Jul 1997 03:10:25 +0000 (03:10 +0000)]
(choose_minibuf_frame_1): New function.
(read_minibuf): Make an unwind protect to run that.
(read_minibuf_unwind): Don't call choose_minibuf_frame here.
Richard M. Stallman [Tue, 22 Jul 1997 00:07:55 +0000 (00:07 +0000)]
Use @LN_S@, not ln -s, in case no symlink support.
(clean): Absence of ./Makefile.in is criterion for deleting skkdic.elc.
Richard M. Stallman [Mon, 21 Jul 1997 22:29:32 +0000 (22:29 +0000)]
(yank, yank-pop): Bind inhibit-read-only
just for remove-text-properties, not for insertion.
Richard M. Stallman [Mon, 21 Jul 1997 20:30:49 +0000 (20:30 +0000)]
(mh-make-folder-list-background):
Don't call mh-find-path if we were called from there.
(mh-find-path): Move mh-make-folder-list-background call to the end.
Richard M. Stallman [Mon, 21 Jul 1997 20:00:36 +0000 (20:00 +0000)]
(set_window_height): Allow all heights > 0 for minibuffer windows.
(change_window_height): Fix one-off comparing DELTA with MAXIMUM.
Richard M. Stallman [Mon, 21 Jul 1997 19:57:26 +0000 (19:57 +0000)]
(setup-cyrillic-environment): Fix paren error.
Richard M. Stallman [Mon, 21 Jul 1997 19:06:57 +0000 (19:06 +0000)]
(fixed, excerpt): Define with
defface . No longer
queries X server to find a "fixed" font; that was too slow and
didn't work for everyone.
Richard M. Stallman [Mon, 21 Jul 1997 18:42:03 +0000 (18:42 +0000)]
(top_distclean): Use -f to delete contents of lock dir.
Richard M. Stallman [Mon, 21 Jul 1997 18:24:06 +0000 (18:24 +0000)]
Require viper-init.
Richard M. Stallman [Mon, 21 Jul 1997 06:39:54 +0000 (06:39 +0000)]
Use name leim/SKK-DIC, not leim/SKK.
Richard M. Stallman [Mon, 21 Jul 1997 06:16:33 +0000 (06:16 +0000)]
(find-file-literally): Temporarily remove tar-mode and
archive-mode from auto-mode-alist.
Richard M. Stallman [Mon, 21 Jul 1997 06:00:23 +0000 (06:00 +0000)]
(Fx_create_frame): Default vertical-scroll-bars as symbol, not boolean.
Richard M. Stallman [Mon, 21 Jul 1997 05:59:08 +0000 (05:59 +0000)]
(frame-initialize): Don't alter vertical-scroll-bars
parameter here.
Richard M. Stallman [Mon, 21 Jul 1997 05:58:34 +0000 (05:58 +0000)]
(scroll-bar-mode-explicit): New variable.
(set-scroll-bar-mode): Don't alter default-frame-alist
when just loading this file.
Richard M. Stallman [Mon, 21 Jul 1997 05:16:37 +0000 (05:16 +0000)]
(internal-facep): Length is now 10.
(make-face, x-create-frame-with-faces): Make a face 10 elements long.
(internal-set-face-1): Don't call set-face-attribute-internal
if NAME is nil.
(set-face-font): Set the auto-flag to t or nil.
(face-spec-set): Clear out the font at the start,
if it was set automatically before.
(face-font-explicit): New function.
(set-face-font-auto): New function.
(set-face-font-explicit): New function.
(copy-face): Copy the face-font-external flag.
(internal-try-face-font): Use set-face-font-auto.
Richard M. Stallman [Mon, 21 Jul 1997 04:59:04 +0000 (04:59 +0000)]
(mh-find-path): Handle mh-auto-folder-collect here,
not when this file is loaded.
Richard Kenner [Mon, 21 Jul 1997 00:58:41 +0000 (00:58 +0000)]
(alphaev5, alphaev56): New CPU types.
Richard Kenner [Mon, 21 Jul 1997 00:58:27 +0000 (00:58 +0000)]
(alpha*): Run program to see if ev4, ev5, or ev56.
Richard M. Stallman [Sun, 20 Jul 1997 17:46:17 +0000 (17:46 +0000)]
(Fcommand_execute): gcpro c.