]>
git.eshelyaron.com Git - emacs.git/log
Richard M. Stallman [Tue, 8 Jul 1997 09:57:37 +0000 (09:57 +0000)]
(find-file-literally): New function.
Richard M. Stallman [Tue, 8 Jul 1997 09:47:23 +0000 (09:47 +0000)]
(mouse-show-mark): Handle switch-frame events in the loop.
Richard M. Stallman [Tue, 8 Jul 1997 04:28:20 +0000 (04:28 +0000)]
(LIBS_SYSTEM): Add -lkvm and -lelf.
Kenichi Handa [Tue, 8 Jul 1997 01:48:20 +0000 (01:48 +0000)]
Initial revision
Miles Bader [Tue, 8 Jul 1997 01:06:53 +0000 (01:06 +0000)]
automatically generated from GPLed version
Paul Eggert [Tue, 8 Jul 1997 01:02:06 +0000 (01:02 +0000)]
automatically generated from GPLed version
Richard M. Stallman [Mon, 7 Jul 1997 21:51:01 +0000 (21:51 +0000)]
Undo an earlier change:
(dun-piss): Renamed from dunnet-urinate.
(dun-verblist): Indecent word added back.
(dunnet): Delete "censored" message.
Richard M. Stallman [Mon, 7 Jul 1997 19:06:16 +0000 (19:06 +0000)]
(custom-load-symbol): Don't reload a preloaded file.
Richard M. Stallman [Mon, 7 Jul 1997 19:05:34 +0000 (19:05 +0000)]
[sigmask] (SIGEMPTYMASK): Define to use sigmask.
Richard M. Stallman [Mon, 7 Jul 1997 19:04:35 +0000 (19:04 +0000)]
Rename macro __P to PP.
Richard M. Stallman [Mon, 7 Jul 1997 19:00:51 +0000 (19:00 +0000)]
(Ffile_attributes): Use cast to avoid warnings.
Richard M. Stallman [Mon, 7 Jul 1997 19:00:25 +0000 (19:00 +0000)]
(Vpreloaded_file_list): New variable.
(syms_of_lread): Set up Lisp variable.
(Fload): Add to Vpreloaded_file_list, if dumping.
Richard M. Stallman [Mon, 7 Jul 1997 18:27:33 +0000 (18:27 +0000)]
Doc fixes.
Richard M. Stallman [Mon, 7 Jul 1997 08:45:38 +0000 (08:45 +0000)]
(undecided): Use `-' in mode line.
Richard M. Stallman [Mon, 7 Jul 1997 08:40:20 +0000 (08:40 +0000)]
(i?86:UNIX_SV:4.2MP:2.*): Recognize unixware.
Richard M. Stallman [Mon, 7 Jul 1997 08:27:34 +0000 (08:27 +0000)]
(Fuser_full_name): Declare p, q and r as unsigned char *.
Richard M. Stallman [Mon, 7 Jul 1997 06:48:01 +0000 (06:48 +0000)]
(ospeed): Define as short, unless HAVE_TERMIOS_H and LINUX.
Richard M. Stallman [Mon, 7 Jul 1997 06:42:35 +0000 (06:42 +0000)]
(ospeed): Declare as short unless HAVE_TERMIOS_H and LINUX.
Kenichi Handa [Mon, 7 Jul 1997 05:35:53 +0000 (05:35 +0000)]
(install-arch-indep): Correct the target name.
The first letter `i' was dropped by the previous change of mine.
Richard M. Stallman [Mon, 7 Jul 1997 05:32:01 +0000 (05:32 +0000)]
Include blockinput.h.
(Fset_window_configuration): Block input around frobbing the frame.
Preseve point in the current buffer if we do not switch to a different one.
Richard M. Stallman [Mon, 7 Jul 1997 04:48:15 +0000 (04:48 +0000)]
(make-help-screen): Clear the prompt when we get a real command.
Richard M. Stallman [Mon, 7 Jul 1997 04:08:18 +0000 (04:08 +0000)]
(leim/Makefile): Generate this.
(*-sysv4.2uw*): Recognize new alternative.
Create src/config.stamp at the end.
Richard M. Stallman [Mon, 7 Jul 1997 03:42:47 +0000 (03:42 +0000)]
Set up real-leim subdirectory,
with the real contents of leim; then move it to
a separate top-level directory.
Initialize a `leim' subdirectory with leim-Makefile.in.
Don't mention site-lisp, site-init, site-start
or default, when listing files hat are not compiled and should be.
Richard M. Stallman [Mon, 7 Jul 1997 03:38:35 +0000 (03:38 +0000)]
(echo_area_display): Use proper vpos when clearing extra minibuf lines.
Richard M. Stallman [Mon, 7 Jul 1997 02:39:39 +0000 (02:39 +0000)]
(display_menu_bar): Always pass W to display_string.
(redisplay_internal): At the end, if more frames have
become visible, repeat the redisplay.
(decode_mode_spec): Don't display subprocess coding systems.
Don't display EOL for keyboard and terminal coding systems.
Kenichi Handa [Mon, 7 Jul 1997 00:59:44 +0000 (00:59 +0000)]
(Fcall_process): If enable-multibyte-characters is
nil, do not encode arguments for process, and decode output of
process by emacs-mule.
(Fcall_process_region): If enable-multibyte-characters is nil, do
not encode text to be given to process, and decode output of
process by emacs-mule.
Kenichi Handa [Mon, 7 Jul 1997 00:59:44 +0000 (00:59 +0000)]
(Qemacs_mule, inhibit_eol_conversion): New variables.
(setup_coding_system): If inhibit_eol_conversion is 0, set
coding->eol_type to CODING_EOL_LF.
(syms_of_coding): Initialize and staticpro Qemacs_mule. Change
error-message property of coding-system-error. Declare
inhibit-eol-conversion as Lisp variable.
(system_eol_type): New variable.
(init_coding_once): Initialize it.
(ENCODE_SJIS_BIG5_CHARACTER): Bug in encoding a BIG5 character
fixed.
Kenichi Handa [Mon, 7 Jul 1997 00:59:44 +0000 (00:59 +0000)]
(Qemacs_mule): Extern it.
Kenichi Handa [Mon, 7 Jul 1997 00:59:44 +0000 (00:59 +0000)]
(Fstart_process): If enable-multibyte-characters is
nil, set coding system for decoding output of process to
emacs-mule, and set coding system for encoding to nil.
(Fopen_network_stream): If enable-multibyte-characters is nil, set
coding systems for decoding and encoding to nil.
Kenichi Handa [Mon, 7 Jul 1997 00:59:44 +0000 (00:59 +0000)]
(Finsert_file_contents): If enable-multibyte-characters
is nil, decode character code by emacs-mule.
(Fwrite_region): Use buffer-file-coding-system for encoding if
enable-multibyte-characters is nil.
Kenichi Handa [Mon, 7 Jul 1997 00:59:44 +0000 (00:59 +0000)]
(x_list_fonts): Initialize the variable LIST to Qnil.
Kenichi Handa [Mon, 7 Jul 1997 00:53:02 +0000 (00:53 +0000)]
(skkdic-okuri-ari): Doc-string
modified.
(skkdic-postfix, skkdic-prefix, skkdic-okuri-nasi): Likewise.
(skkdic-lookup-key): Add 4th argument PREFER-NOUN. Arrange order
of returning list according to this value.
Kenichi Handa [Mon, 7 Jul 1997 00:53:02 +0000 (00:53 +0000)]
(kkc-region): Call skkdic-lookup-key with
t for arg PREFER-NOUN while looking up key sequences shorter than
what a user requested.
(kkc-next-phrace): Likewise.
Kenichi Handa [Mon, 7 Jul 1997 00:53:02 +0000 (00:53 +0000)]
(print-fontset): Output format tuned.
(describe-fontset): Likewise.
(list-fontsets): Likewise.
Kenichi Handa [Mon, 7 Jul 1997 00:53:02 +0000 (00:53 +0000)]
(quail-conversion-help): Source code indentation changed.
Richard M. Stallman [Sun, 6 Jul 1997 23:51:30 +0000 (23:51 +0000)]
(delete-selection-mode): Doc fix.
Richard M. Stallman [Sun, 6 Jul 1997 23:43:39 +0000 (23:43 +0000)]
[OSF_ALPHA]: Include sys/mbuf.h, sys/socket.h, net/route.h.
Richard M. Stallman [Sun, 6 Jul 1997 23:24:28 +0000 (23:24 +0000)]
(update_dynamic_symbols): Add cast when setting reladdr.
Richard M. Stallman [Sun, 6 Jul 1997 23:12:14 +0000 (23:12 +0000)]
(widget-field-use-before-change): Reenable for Emacs 20.
(widget-choose): Using keyboard, if all choices are
diabled, just report an error.
Richard M. Stallman [Sat, 5 Jul 1997 21:33:06 +0000 (21:33 +0000)]
(menu-bar-files-menu): Use make-frame-command
as in C-x 5 2, rather than make-frame.
Richard M. Stallman [Sat, 5 Jul 1997 19:58:21 +0000 (19:58 +0000)]
(Fsignal, find_handler_clause): If ERROR_SYMBOL
is nil, assume it's in the car of DATA.
Richard M. Stallman [Sat, 5 Jul 1997 19:28:02 +0000 (19:28 +0000)]
(face-set-after-frame-default): New ubroutine,
taken from x-create-frame-with-faces.
(x-create-frame-with-faces): Call it.
(face-italic-p, face-bold-p): Use equal to compare fonts.
(frame-update-faces): Function now a no-op.
Richard M. Stallman [Sat, 5 Jul 1997 19:26:53 +0000 (19:26 +0000)]
(set-language-environment): Do the real work here.
(current-language-environment): New variable.
(setup-specified-language-environment): Call set-language-environment.
Set current-language-environment.
(describe-language-environment):
By default, use current-language-environment.
Richard M. Stallman [Sat, 5 Jul 1997 18:08:50 +0000 (18:08 +0000)]
(help-map): Bind I to describe-input-method.
(help-map): Bind L to describe-language-environment.
Richard M. Stallman [Sat, 5 Jul 1997 18:07:30 +0000 (18:07 +0000)]
(help-for-help): Update help text.
Richard M. Stallman [Sat, 5 Jul 1997 08:26:04 +0000 (08:26 +0000)]
(x_set_font): Funcall Qface_set_after_frame_default.
(Qface_set_after_frame_default): New variable.
(syms_of_xfns): Initialize and staticpro it.
Richard M. Stallman [Sat, 5 Jul 1997 08:23:34 +0000 (08:23 +0000)]
(x_make_frame_visible): Don't move the frame
if it was iconified--only if it was invisible.
Richard M. Stallman [Sat, 5 Jul 1997 03:44:54 +0000 (03:44 +0000)]
(sendmail-user-agent-compose): New function;
this has the code that was in sendmail-user-agent.
(sendmail-user-agent): Use sendmail-user-agent-compose.
Richard M. Stallman [Sat, 5 Jul 1997 03:41:35 +0000 (03:41 +0000)]
(reporter-compose-outgoing): Use functionp,
not fboundp, to test validity of COMPOSE.
Richard M. Stallman [Sat, 5 Jul 1997 03:27:25 +0000 (03:27 +0000)]
Include float.h before lisp.h.
Richard M. Stallman [Sat, 5 Jul 1997 03:19:16 +0000 (03:19 +0000)]
(rindex): Add declaration.
Richard M. Stallman [Sat, 5 Jul 1997 02:41:45 +0000 (02:41 +0000)]
(SETUP_SYNTAX_TABLE_FOR_OBJECT): Treat nil like a buffer.
Richard M. Stallman [Sat, 5 Jul 1997 00:56:01 +0000 (00:56 +0000)]
(complete-symbol): Accept an argument.
(debug-ignored-errors): Add ^ to "No tags table loaded".
Make the etags.el strings correspond to latest etags.el.
Richard M. Stallman [Sat, 5 Jul 1997 00:54:32 +0000 (00:54 +0000)]
(next-file, tags-loop-scan): Fix error message.
(visit-tags-table-buffer, complete-tag): Likewise.
Richard M. Stallman [Sat, 5 Jul 1997 00:25:53 +0000 (00:25 +0000)]
(latin-1, latin-2. latin-3, latin-4, latin-5):
Define coding system aliases.
Richard M. Stallman [Sat, 5 Jul 1997 00:22:54 +0000 (00:22 +0000)]
(memory_full): Pass Qnil to Fsignal for ERROR_SYMBOL.
Fix bugs with inappropriate mixing of Lisp_Object with int.
Richard M. Stallman [Sat, 5 Jul 1997 00:20:22 +0000 (00:20 +0000)]
(install-leim): Correct previous change.
Richard M. Stallman [Fri, 4 Jul 1997 21:05:11 +0000 (21:05 +0000)]
(compilation-error-regexp-alist):
Support for IAR Systems C compiler added.
Richard M. Stallman [Fri, 4 Jul 1997 21:03:05 +0000 (21:03 +0000)]
Finish previous change.
Richard M. Stallman [Fri, 4 Jul 1997 21:01:42 +0000 (21:01 +0000)]
(forward-visible-line): Use forward-line, not
vertical-motion, when moving backwards.
Richard M. Stallman [Fri, 4 Jul 1997 20:56:42 +0000 (20:56 +0000)]
Initial revision
Richard M. Stallman [Fri, 4 Jul 1997 20:46:51 +0000 (20:46 +0000)]
(RE_TRANSLATE): Define default assuming simple integers.
Richard M. Stallman [Fri, 4 Jul 1997 20:46:22 +0000 (20:46 +0000)]
(TRANSLATE, re_search_2, re_match_2_internal,bcmp_translate):
Use RE_TRANSLATE instead of accessing translate array directly.
Richard M. Stallman [Fri, 4 Jul 1997 20:44:52 +0000 (20:44 +0000)]
Fix bugs with inappropriate mixing of Lisp_Object with int.
Richard M. Stallman [Fri, 4 Jul 1997 20:43:49 +0000 (20:43 +0000)]
Fix bugs with inappropriate mixing of Lisp_Object with int.
Update copyright year.
Richard M. Stallman [Fri, 4 Jul 1997 20:00:43 +0000 (20:00 +0000)]
Require thingatpt when compiling.
(browse-url-url-at-point): Use `thing-at-point' (with URL code
moved from here).
(browse-url-looking-at): Moved to thingatpt.el, renamed and changed.
Richard M. Stallman [Fri, 4 Jul 1997 19:59:49 +0000 (19:59 +0000)]
(thing-at-point): Use `thing-at-point' property, if any.
(bounds-of-thing-at-point): Use `bounds-of-thing-at-point' property.
(thing-at-point-bounds-of-url-at-point): New function.
(thing-at-point-looking-at): New function, adapted from old
browse-url-looking-at.
(thing-at-point-url-at-point): New function, adapted from
browse-url-url-at-point.
(thing-at-point-url-chars): Variable deleted.
(thing-at-point-url-path-regexp, thing-at-point-short-url-regexp,
thing-at-point-url-regexp, thing-at-point-markedup-url-regexp):
New variables.
(url): `beginning-op' property function changed to use
`thing-at-point-bounds-of-url-at-point'. `end-op' property no
longer set -- functionality no longer supported for the more
sophisticated treatment of URLs so `forward-thing' no longer works
in this case.
Richard M. Stallman [Fri, 4 Jul 1997 19:43:04 +0000 (19:43 +0000)]
(custom-mode-map): Bind n and p.
Richard M. Stallman [Fri, 4 Jul 1997 19:08:11 +0000 (19:08 +0000)]
(report-emacs-bug): Don't include messages
in *Messages* generated by report-emacs-bug itself.
Richard M. Stallman [Fri, 4 Jul 1997 18:56:19 +0000 (18:56 +0000)]
(mail-complete-alist): Don't use backquote.
Richard M. Stallman [Fri, 4 Jul 1997 18:44:38 +0000 (18:44 +0000)]
Comment change.
Richard M. Stallman [Fri, 4 Jul 1997 18:41:53 +0000 (18:41 +0000)]
(Fformat): Add second argument in call to Ftruncate.
Richard M. Stallman [Fri, 4 Jul 1997 18:38:36 +0000 (18:38 +0000)]
(init_system_name): Don't accept "(none)" as domain.
Richard M. Stallman [Fri, 4 Jul 1997 18:36:58 +0000 (18:36 +0000)]
(overlay_strings): Finish up previous change.
Per Abrahamsen [Fri, 4 Jul 1997 13:25:17 +0000 (13:25 +0000)]
Fix previous change.
Per Abrahamsen [Fri, 4 Jul 1997 13:24:25 +0000 (13:24 +0000)]
New command names.
Per Abrahamsen [Fri, 4 Jul 1997 12:52:14 +0000 (12:52 +0000)]
Synched with 1.9945.
Per Abrahamsen [Fri, 4 Jul 1997 12:03:12 +0000 (12:03 +0000)]
Use `color' instead of `editable-color'.
Per Abrahamsen [Fri, 4 Jul 1997 09:44:36 +0000 (09:44 +0000)]
Synched with 1.9944.
Richard M. Stallman [Fri, 4 Jul 1997 05:07:07 +0000 (05:07 +0000)]
Initial revision
Richard M. Stallman [Fri, 4 Jul 1997 05:05:10 +0000 (05:05 +0000)]
(lisp, shortlisp): Some files moved to subdirs.
Richard M. Stallman [Fri, 4 Jul 1997 04:59:58 +0000 (04:59 +0000)]
Some files are in different directories.
Richard M. Stallman [Fri, 4 Jul 1997 04:48:13 +0000 (04:48 +0000)]
(x_set_scroll_bar_width): By default, use enough
columns to give 14 or more pixels.
Richard M. Stallman [Fri, 4 Jul 1997 04:47:05 +0000 (04:47 +0000)]
(next-line, previous-line): Doc fixes.
(kill-line): Doc fix.
Richard M. Stallman [Fri, 4 Jul 1997 04:45:19 +0000 (04:45 +0000)]
[__GNU__]: Test for not NeXT.
John Gilmore [Fri, 4 Jul 1997 04:44:53 +0000 (04:44 +0000)]
earlier changes be me on 3 July included updating the infor on the GNU
Hurd Task List -len
Richard M. Stallman [Fri, 4 Jul 1997 04:44:29 +0000 (04:44 +0000)]
(diary-float): Fix errors in previous change.
Richard M. Stallman [Fri, 4 Jul 1997 04:43:38 +0000 (04:43 +0000)]
(mail-do-fcc): Pass an arg to verify-visited-file-modtime.
John Gilmore [Fri, 4 Jul 1997 04:43:36 +0000 (04:43 +0000)]
fix TeX overfills -len
Richard M. Stallman [Fri, 4 Jul 1997 04:41:46 +0000 (04:41 +0000)]
(tex-common-initialization):
Set search-whitespace-regexp locally.
Richard M. Stallman [Fri, 4 Jul 1997 02:01:53 +0000 (02:01 +0000)]
(LD_SWITCH_SYSTEM_TEMACS): Add #undef.
Richard M. Stallman [Fri, 4 Jul 1997 02:01:31 +0000 (02:01 +0000)]
(send_process): Make buf and temp_buf `unsigned char *'.
Richard M. Stallman [Fri, 4 Jul 1997 00:44:33 +0000 (00:44 +0000)]
(he-dabbrev-skip-space): Fix previous change.
(he-dabbrev-as-symbol): Likewise.
Richard M. Stallman [Fri, 4 Jul 1997 00:17:55 +0000 (00:17 +0000)]
(load-with-code-conversion):
Don't run kill-buffer-hook or kill-buffer-query-functions.
Richard M. Stallman [Fri, 4 Jul 1997 00:16:50 +0000 (00:16 +0000)]
(show-paren-idle-timer): New defvar.
(show-paren-mode): Add :initialize attr in the defcustom.
Test the value at end of file, and turn on the mode if true.
Richard M. Stallman [Fri, 4 Jul 1997 00:13:36 +0000 (00:13 +0000)]
(desktop-clear-preserve-buffers): New variable.
(desktop-clear): Kill all buffers except internal ones
and those listed in desktop-clear-preserve-buffers.
Richard M. Stallman [Fri, 4 Jul 1997 00:11:24 +0000 (00:11 +0000)]
(find-grep-dired): Use -type f.
Richard M. Stallman [Thu, 3 Jul 1997 23:33:46 +0000 (23:33 +0000)]
Minor fixes.
John Gilmore [Thu, 3 Jul 1997 22:16:37 +0000 (22:16 +0000)]
fixed bad @node Next reference -len
Richard M. Stallman [Thu, 3 Jul 1997 20:53:32 +0000 (20:53 +0000)]
("Japanese"): List iso-2022-7bit coding system instead of japanese-iso-7bit.