Eli Zaretskii [Sun, 11 Mar 2001 11:54:03 +0000 (11:54 +0000)]
(rmail-output-to-rmail-file): When writing the
Babyl header to the newly-created output file, bind
coding-system-for-write to either rmail-file-coding-system or
emacs-mule-unix.
André Spiegel [Sat, 10 Mar 2001 10:49:05 +0000 (10:49 +0000)]
(vc-cvs-checkin): When removing the sticky tag, make output go to
buffer *vc*, not the current buffer.
(vc-cvs-print-log): Output to buffer *vc*, not the current buffer.
(vc-cvs-diff): Output to buffer *vc-diff*, not the current buffer.
André Spiegel [Sat, 10 Mar 2001 10:44:35 +0000 (10:44 +0000)]
(vc-do-command): If the destination buffer is already current, don't
set it up and don't erase it. Updated doc string to reflect that.
(vc-version-diff): When doing a single file diff, don't switch to the
*vc-diff* buffer before the command. This is to preserve local variable
bindings that might affect the diff command.
(vc-print-log): Don't switch to the *vc* buffer before the command, so
that local variable bindings are preserved.
Gerd Moellmann [Fri, 9 Mar 2001 18:43:47 +0000 (18:43 +0000)]
(make_lispy_event): Add string info to the event,
analogous to what's done on mode lines.
(read_key_sequence): For a click on a string, consider `local-map'
and `keymap' of that string.
Gerd Moellmann [Fri, 9 Mar 2001 16:24:53 +0000 (16:24 +0000)]
(string-key-binding): Renamed from
mode-line-key-binding. Handle any event on a string. Check for
`keymap' properties as well as `local-map' properties.
Gerd Moellmann [Thu, 8 Mar 2001 20:54:18 +0000 (20:54 +0000)]
(note_mouse_highlight): Handle mouse-face and
help-echo in strings.
(x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
(fast_find_string_pos): New function.
Kenichi Handa [Thu, 8 Mar 2001 02:01:00 +0000 (02:01 +0000)]
(detect_coding_sjis): Do more rigid check.
(detect_coding_big5): Likewise.
(decode_coding_sjis_big5): Likewise.
(Fdetect_coding_region): Call detect_coding_system with tailing
anchor byte `\0' for more rigid detection.
(Fdetect_coding_string): Likewise.
Stefan Monnier [Wed, 7 Mar 2001 15:34:43 +0000 (15:34 +0000)]
(sh-st-symbol): New symbol.
(sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
(sh-mode): Remove `make-local-variable' for unused var
`font-lock-unfontify-region-function'.
Stefan Monnier [Wed, 7 Mar 2001 00:26:25 +0000 (00:26 +0000)]
(log-edit-common-indent): New var.
(log-edit-set-common-indentation): Renamed from
log-edit-delete-common-indentation. Use the new var.
(log-edit-insert-changelog, log-edit-done-hook): Use the new name.
Stefan Monnier [Wed, 7 Mar 2001 00:20:30 +0000 (00:20 +0000)]
(cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
(cvs-mode-add-change-log-entry-other-window):
Don't presume change-log-default-name is defined.
Stefan Monnier [Wed, 7 Mar 2001 00:03:50 +0000 (00:03 +0000)]
(sgml-mode-common): Correct value of
comment-start-skip and set comment-end-skip as well.
(sgml-comment-indent): Fix for new value of comment-start-skip.
(html-autoview-mode): Don't bother using make-local-hook.
Stefan Monnier [Tue, 6 Mar 2001 23:42:00 +0000 (23:42 +0000)]
Docstring fixes and dead code eliminated.
(cperl-mode): Add support.
(emacs-lisp-mode): List all entries from elisp manual, whether
or not they are currently (f)bound or not. Update regexp.
Stefan Monnier [Tue, 6 Mar 2001 21:47:33 +0000 (21:47 +0000)]
(cperl-mode): Set major-mode to cperl-mode
so that C-h m shows the correct information.
Use make-local-variable rather than make-variable-buffer-local.
(cperl-info-buffer, cperl-setup-tmp-buf):
Use make-local-variable rather than make-variable-buffer-local.
Updated to author version 4.23.
(cperl-electric-pod): SYNOPSIS was misspelled.
(cperl-find-pods-heres): @if ? a : b was considered a REx.
(cperl-after-expr-p): Make true after __END__.