Richard M. Stallman
eae582fed9
(texinfo-insert-master-menu-list): Insert \n after @detailmenu.
1998-06-08 06:12:50 +00:00
Richard M. Stallman
1ac06c20eb
(ange-ftp-file-name-completion): Do hostname
...
completion in root directory of all drives on Windows.
(ange-ftp-file-name-all-completions): Fix regexp for detecting
root directory on drives.
(file-name-handler-alist): Remove the autoload tag from the
top-level form which changes file-name-handler-alist to support
Windows hostname completion.
1998-06-08 05:50:12 +00:00
Richard M. Stallman
1a102a5863
(struct lisp_parse_state): New field, levelstarts.
...
(scan_sexps_forward): Use 10th elt of STATE to set levelstarts.
(parse-partial-sexp): Add 10th elt to return value.
1998-06-08 04:29:46 +00:00
Richard M. Stallman
f7fc93d805
Comment change.
1998-06-08 02:09:03 +00:00
Richard M. Stallman
46c7246857
(cperl-problems): Doc fix.
1998-06-08 00:02:30 +00:00
Richard M. Stallman
bab27c0c4d
Second half of changes in version 1.4.
1998-06-07 23:58:48 +00:00
Richard M. Stallman
026d871394
(cperl-pod-to-manpage): Function deleted
...
(cperl-pod2man-build-command, cperl-perldoc-at-point): Likewise.
(cperl-perldoc): Likewise.
(pod2man-program): Variable deleted.
1998-06-07 23:37:02 +00:00
Richard M. Stallman
7349459615
(MANIFEST): Include most subdirs, but exclude subdirs.el
...
and default.el. Sort the results.
1998-06-07 23:30:27 +00:00
Richard M. Stallman
5abdc91582
Comment change.
1998-06-07 23:07:55 +00:00
Richard M. Stallman
527fcc2fa0
Fix up first line.
1998-06-07 23:04:11 +00:00
Richard M. Stallman
d94a2d9ab6
(struct kboard): New elts Vreal_last_command and Vlast_prefix_arg.
1998-06-07 22:38:17 +00:00
Richard M. Stallman
75045dcbff
(cmd_error): Init Vlast_prefix_arg.
...
(init_kboard, command_loop_1): Init Vlast_prefix_arg.
(Fcommand_execute): Set Vlast_prefix_arg to prefix arg used.
(command_loop_1): Set Vreal_last_command with Vlast_command.
(init_kboard): Init Vreal_last_command field.
(syms_of_keyboard): Set up Lisp var real-last-command.
(lispy_function_keys): Add kanji...eisu-toggle.
1998-06-07 22:37:36 +00:00
Richard M. Stallman
fe3fbdcc80
(syms_of_callint): Set up Lisp variable.
1998-06-07 22:33:11 +00:00
Richard M. Stallman
23c73c165b
(mark_kboards): Mark Vlast_prefix_arg too.
1998-06-07 22:32:47 +00:00
Richard M. Stallman
4bfd0c4f86
(mark_kboards): Mark all the Lisp_Object fields.
1998-06-07 21:41:37 +00:00
Stephen Eglen
02e526add7
(iswitchb-require-match, iswitchb-temp-buflist, iswitchb-bufs-in-frame):
...
Variables declared with defvar to quieten the byte compiler.
1998-06-07 17:46:15 +00:00
Richard M. Stallman
7a3662966c
(mail-mode): Include -- ' and ---+' in
...
paragraph-start and paragraph-separate.
1998-06-07 01:30:29 +00:00
Richard M. Stallman
b2c677c2c9
(message-mode): Set paragraph-start and
...
paragraph-separate as in mail-mode.
1998-06-07 01:30:09 +00:00
Richard M. Stallman
556dd62982
(fortran-electric-line-number): Add delete-selection property.
1998-06-06 22:43:31 +00:00
Richard M. Stallman
665eba9dc0
Properly terminate a comment.
1998-06-06 22:24:37 +00:00
Richard M. Stallman
e1f0a6d2e8
(comment-region): Check for enough chars to delete
...
in the numrg != t case as in the numar = t case.
1998-06-06 22:23:57 +00:00
Richard M. Stallman
b5e00b0200
(rmail): Prevent find-file from calling
...
rmail-mode for a new buffer. Do it later, instead.
1998-06-06 22:10:19 +00:00
Richard M. Stallman
9cc4fad570
(init_callproc): Check Vinstallation_directory even if !initialized.
1998-06-06 22:04:07 +00:00
Richard M. Stallman
7e95234e31
(POS_AS_IN_BUFFER): Add 1 only if operating on a buffer.
...
(re_match_2, re_search_2): Adjust startpos or pos by 1
only if acting on a buffer.
nil for re_match_object means a buffer.
(re_match_2_internal <notwordbeg>): Assume POS1 is positive.
1998-06-06 21:59:21 +00:00
Dan Nicolaescu
707ee44899
*** empty log message ***
1998-06-06 20:22:47 +00:00
Richard M. Stallman
f902a00832
(scan_lists): Properly skip the comment-fence character
...
that ends a comment, when moving forward.
(Fbackward_prefix_chars): Return immediately if point is at BEGV.
(prev_char_comend_first): New function.
(back_comment): Use that. Carefully update syntax table position
for each character that is fetched.
(Fforward_comment): Likewise.
(scan_lists): Likewise.
(prev_char_comstart_first): New function.
1998-06-06 20:20:13 +00:00
Richard M. Stallman
eb148b90e2
(string-rectangle-line): Delete the rectangle first.
...
(string-rectangle): Doc fix.
1998-06-06 17:52:43 +00:00
Richard M. Stallman
06cab243ef
(Man-kill, Man-quit): Use quit-window.
1998-06-05 22:54:28 +00:00
Richard M. Stallman
bb801a426f
(fill-paragraph):
...
Bind fill-paragraph-function to nil, if it doesn't do the job.
1998-06-05 22:27:42 +00:00
Brian Youmans
cd58c0376c
changed old address to 59 Temple address in licence. - Brian
1998-06-05 19:26:52 +00:00
Edward M. Reingold
4cb546524d
Fix menu separators.
1998-06-05 18:29:44 +00:00
Karl Heuer
fcd61c5693
Comment fix.
1998-06-05 16:25:25 +00:00
Karl Heuer
b3308d2eb9
#include sys/file.h
...
(sys_access): Provide our own implementation which recognizes D_OK.
(is_exec): New function.
(stat): Use it.
(init_environment): Set TMPDIR to an existing directory.
Abort if none of the usual places is available.
(sys_rename): On Windows 95, choose a temp name that
includes the original file's base name and use an explicit loop
rather than calling mktemp. Only attempt to unlink the newname if
the rename fails, rather than second-guessing whether the old and
new names refer to the same file.
1998-06-05 16:08:32 +00:00
Karl Heuer
6cf71bf1f7
(Finsert_file_contents): Always update
...
Vlast_coding_system_used when we actually perform IO.
(Fwrite_region): Update documentation.
1998-06-05 16:02:11 +00:00
Karl Heuer
640e944552
(D_OK): Define new macro.
1998-06-05 15:57:58 +00:00
Karl Heuer
70c7850e9c
(jka-compr-write-region): Ensure
...
`last-coding-system-used' is updated, so that basic-save-buffer
sees the right value.
1998-06-05 15:54:48 +00:00
Karl Heuer
303901fb14
Comment change.
1998-06-05 15:51:08 +00:00
Karl Heuer
7fa26c0a28
Clean up mechanism for removing -l loadup from end.
1998-06-05 15:49:43 +00:00
Karl Heuer
0f4b266c2a
Comment change.
1998-06-05 15:48:37 +00:00
André Spiegel
a0019b45b9
(vc-directory): Bind vc-dired-switches in order to pass switches to vc-dired-mode.
...
(vc-dired-mode): Check for vc-dired-switches.
1998-06-05 12:46:29 +00:00
André Spiegel
6e5d9ec568
(dired-internal-noselect): Call either dired-mode or MODE, but not both.
1998-06-05 12:46:02 +00:00
Dan Nicolaescu
abc8b97459
*** empty log message ***
1998-06-04 16:00:44 +00:00
Karl Heuer
cbc127de47
(esc-map): Bind C-M-% to query-replace-regexp.
1998-06-04 06:57:32 +00:00
Karl Heuer
1dbd910360
(rmail-summary-rmail-update): Set message
...
unseen only if `rmail-summary-put-back-unseen' is non-nil.
1998-06-04 06:47:29 +00:00
Karl Heuer
6a91b84a41
(rmail-toggle-header): Redo previous change;
...
don't move point if possible.
(rmail-count-screen-lines): Add.
1998-06-04 06:25:21 +00:00
Karl Heuer
b9edcafb51
(byte-compile-lambda): Fix previous change.
1998-06-04 06:11:30 +00:00
Karl Heuer
3270ae6e9b
(main): Don't implement --version if not initialized.
1998-06-04 06:09:59 +00:00
Karl Heuer
09da65202e
(customize-group-other-window): Fix previous change.
1998-06-04 06:07:39 +00:00
Dan Nicolaescu
1d96c2ff76
*** empty log message ***
1998-06-03 16:40:32 +00:00
André Spiegel
c06b6e6f7b
(vc-dired-hook): Kill excluded directories recursively.
1998-06-03 15:07:04 +00:00