Richard M. Stallman
505ab9bc44
(Qexcl): New variable.
...
(report_file_error): Handle EEXIST specially.
(Fwrite_region): Special handling for CONFIRM = `excl'.
(syms_of_fileio): Initialize Qexcl.
1999-09-07 18:20:27 +00:00
Dave Love
e65fc107a7
1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
...
* diary-lib.el (list-diary-entries): Make sure two-digit years
have leading zeros.
1999-09-07 16:19:13 +00:00
Gerd Moellmann
05c8abbee2
(x_set_foreground_color): Call
...
update_face_from_frame_parameter.
(x_set_background_color): Ditto.
(x_set_mouse_color): Ditto.
(x_set_cursor_color): Ditto.
(x_set_border_color): Ditto.
(x_set_scroll_bar_foreground): Ditto.
(x_set_scroll_bar_background): Ditto.
1999-09-07 14:49:01 +00:00
Gerd Moellmann
8bd201d6c4
(recompute_basic_faces): Clear face cache.
...
(Finternal_set_lisp_face_attribute): Modify frame parameters
if attributes of certain faces are changed.
(update_face_from_frame_parameter): New.
(realize_basic_faces): Realize new basic faces.
(Qscroll_bar, Qcursor, Qborder, Qmouse): New.
(syms_of_xfaces): Intialize new symbols.
(Qfringe): Replaces Qmargin.
1999-09-07 14:48:59 +00:00
Gerd Moellmann
cfa2208264
(Fset_window_margins): Make window the first argument.
...
(set_window_buffer): Call Fset_window_margins with window as first
argument.
1999-09-07 14:48:56 +00:00
Gerd Moellmann
a46866a03a
(Fmakehash): Take one argument, test, make all the
...
rest keyword arguments.
1999-09-07 14:48:55 +00:00
Gerd Moellmann
76a6bc491b
(SCROLL_BAR_FACE_ID, BORDER_FACE_ID,
...
CURSOR_FACE_ID, MOUSE_FACE_ID): New.
1999-09-07 14:48:54 +00:00
Gerd Moellmann
f1cae29e01
(face-set-after-frame-default): Initialize some
...
attributes of some faces from frame parameters.
(scroll-bar, border, cursor, mouse): New faces.
(fringe): Replaces face `margin'.
1999-09-07 14:48:52 +00:00
Gerd Moellmann
8e5f58115a
(--with-sound): Removed.
1999-09-07 14:48:51 +00:00
Eli Zaretskii
ce081ee334
(nnsoup-tmp-directory): Use temporary-file-directory.
1999-09-07 13:06:27 +00:00
Eli Zaretskii
543a15491e
(gnus-uu-tmp-dir): Use temporary-file-directory.
1999-09-07 13:04:48 +00:00
Kenichi Handa
44c6492dfa
Lots of comments fixed.
...
(SPLIT_MULTIBYTE_SEQ): Make it work also for ASCII string.
(CHAR_COMPONENTS_VALID_P): Name changed from
CHAR_COMPONENT_VALID_P. Caller changed.
1999-09-07 12:19:26 +00:00
Kenichi Handa
9dd2aa1a51
Lots of comments fixed.
...
(PARSE_MULTIBYTE_SEQ): Make it work also for ASCII string.
(STRING_CHAR_AND_CHAR_LENGTH): This macro removed.
1999-09-07 12:18:57 +00:00
Dave Love
acc975b1aa
Initial revision
1999-09-07 11:28:47 +00:00
Dave Love
5342b2c767
(tar-header-block-tokenize): Bind linkname.
1999-09-07 11:00:48 +00:00
Richard M. Stallman
fa65505b4d
(push): Doc fix.
1999-09-07 06:37:06 +00:00
Richard M. Stallman
7baf49cf5e
(syms_of_insdel): Define Lisp variable inhibit-modification-hooks.
1999-09-07 03:25:35 +00:00
Richard M. Stallman
c4ea52a64f
[macintosh] (stat, fstat, mkdir, rmdir, utime, access)
...
(open, creat, unlink, read, write, rename, fopen, pause, alarm)
(signal, sleep, gmtime, localtime, ctime, time, index, mktemp)
(getpwuid, getpwnam, dup, dup2, isatty, getgid, getegid, getuid)
(geteuid, getpid, getenv, uname, opendir, closedir, readdir, getwd.):
New functions, replacing POSIX features.
[macintosh] (Mac2UnixPathname, Unix2MacPathname, CheckAlarm)
(InitMyPasswd, GetTempDirName, mystrchr, mystrtok, mystrcpy):
(InitEmacsPasswdDir, run_mac_command): New subroutines.
[macintosh] (targetTicks, alarm_signal_func, myPasswdName)
(myPasswd, emacsPasswdDir, emacsPasswd, myPasswdInited, mask)
(myPasswdDir, TempDirName, sys_siglist): New variables.
[macintosh] (execvp, wait, croak, fork, kill, sigsetmask)
(sigblock, request_sigio, unrequest_sigio, setpgrp, pipe, symlink)
(link, lstat, readlink, umask, chmod, sbrk, fsync, ioctl):
Define empty stubs so Emacs will link.
1999-09-06 22:32:26 +00:00
Richard M. Stallman
162100b507
(timezone-parse-date): Use < 69 not < 70 to distinguish 20YY from 19YY.
1999-09-06 22:15:43 +00:00
Richard M. Stallman
8f0ab35865
(vc-annotate-display): Use < 69 not < 70 to distinguish 20YY from 19YY.
1999-09-06 22:15:10 +00:00
Richard M. Stallman
84f72c5bbd
(tar-extract): Don't assume buffer is visiting a file.
1999-09-06 22:03:38 +00:00
Richard M. Stallman
c54055b1c7
(quickurl-list-focused-line): Removed.
...
(quickurl-list-insert): Now works out the focused line using
`count-lines' instead of using `quickurl-list-focused-line'.
1999-09-06 21:52:01 +00:00
Richard M. Stallman
2b3c5a6879
(rmail-retry-failure): Unconditionally move to beginning of message.
1999-09-06 21:48:43 +00:00
Dave Love
c9961ecaeb
(isearch-mode-map): Add mouse-2.
1999-09-06 21:33:27 +00:00
Dave Love
8b9a64c2f8
(rmail-read-password): Deleted.
...
(rmail-get-pop-password): Use read-password.
1999-09-06 21:24:50 +00:00
Dave Love
32a605b478
Don't conditionally define caddr.
...
(quickurl-url-comment): Use nth, not caddr in
function and defsetf.
1999-09-06 21:20:57 +00:00
Richard M. Stallman
e22730400f
Doc fixes.
1999-09-06 19:49:33 +00:00
Stephen Eglen
48495f0fd6
add --no-line-editing to inferior-octave-startup-args so that TABs in source
...
files are not interpreted as completion requests.
1999-09-06 19:20:29 +00:00
Dave Love
6340679d44
1998-05-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
...
* s/aix4-2.h (ALIGN_DATA_RELOC): Undefined to support new unexaix.c.
1999-09-06 16:07:27 +00:00
Dave Love
96fe259801
1998-05-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
...
* s/aix3-1.h (ALIGN_DATA_RELOC): Defined to support new unexaix.c.
1999-09-06 16:06:14 +00:00
Gerd Moellmann
317f4819a4
Remove all code, keep interface.
1999-09-06 16:01:22 +00:00
Dave Love
0248680a42
New version incorporating Michael Sperber's changes from XEmacs.
...
Should solve problems on AIX 4.3.
1999-09-06 16:01:15 +00:00
Gerd Moellmann
cace309857
Remove all code, keep interface.
1999-09-06 16:00:47 +00:00
Gerd Moellmann
2af98732e6
(lw_separator_p): Add alternative separator type names.
1999-09-06 15:57:51 +00:00
Gerd Moellmann
da2c7b8cd5
(face-bold-p): Don't return t if face has lighter
...
weight than normal.
1999-09-06 15:57:48 +00:00
Eli Zaretskii
128d940d04
(small-temporary-file-directory): Make it nil except on ms-dos.
1999-09-06 11:47:56 +00:00
Eli Zaretskii
f5568df0a8
(command-line): Make small-temporary-file-directory
...
be nil except on ms-dos.
1999-09-06 11:43:01 +00:00
Eli Zaretskii
312a9e03f1
(dired-re-dir, dired-re-sym): Don't match DOS drive
...
letters with a colon after d or l.
1999-09-06 11:22:43 +00:00
Dave Love
e5b69caa66
(byte-boolean-vars): Removed. (Now primitive.)
1999-09-06 11:10:35 +00:00
Dave Love
9426b3ccc4
Remove comment on DEFVAR_BOOL.
1999-09-06 11:03:51 +00:00
Dave Love
1ffcc3b149
(Vbyte_boolean_vars): New variable.
...
(defvar_bool, syms_of_lread): Use it.
1999-09-06 11:02:28 +00:00
Eli Zaretskii
751d474c0a
(sh-tmp-file): Use $TMPDIR, if defined, for sh.
1999-09-06 09:05:24 +00:00
Richard M. Stallman
fc1d66a4d7
(vc-annotate-display): Treat 2-digit years under 70 as 20YY.
1999-09-06 03:46:33 +00:00
Richard M. Stallman
8601c0dadc
*** empty log message ***
1999-09-06 03:38:35 +00:00
Richard M. Stallman
779e6e56f2
(backward-kill-sentence): Don't test minibuffer-prompt-end here.
...
(forward-sentence): Do handle it here.
(backward-kill-paragraph): Don't test it here.
(forward-paragraph): Handle it here.
1999-09-05 23:44:56 +00:00
Gerd Moellmann
e82d09c942
(Fx_show_tip): Improve documentation.
1999-09-05 21:22:48 +00:00
Gerd Moellmann
470049525f
(Fset_window_vscroll): Make window the first argument,
...
amount to scroll the second. Take non-negative vscroll as
argument.
(Fwindow_vscroll): Return non-negative vscroll.
1999-09-05 21:22:46 +00:00
Gerd Moellmann
2a53558db3
(Qplay_sound_functions): Replaces Qplay_sound_hook.
...
(Fplay_sound, syms_of_sound): Use it.
(parse_sound): Allow float volume values in the range [0, 1].
(Fplay_sound): Ditto.
1999-09-05 21:22:45 +00:00
Richard M. Stallman
6b8e486e9e
(font-menu-add-default): Simplify code.
1999-09-05 19:44:45 +00:00
Gerd Moellmann
045dee35ff
Change
...
`top-line' and `top_line' to `header-line' and `header_line'.
Likewise for similar spellings.
1999-09-05 16:39:19 +00:00