Commit graph

34886 commits

Author SHA1 Message Date
Gerd Moellmann
5b3ebb4432 (Info-scroll-down): Call pos-visible-in-window-p with
second arg t.
2001-03-07 16:55:17 +00:00
Eli Zaretskii
8c27da0ac9 Fix a typo in a comment. 2001-03-07 16:52:08 +00:00
Eli Zaretskii
6a9a44bffc (File Variables): Fix a typo.
(Non-ASCII Rebinding): Likewise.
From Juanma Barranquero <lektu@uol.com.br>.
2001-03-07 16:49:27 +00:00
Stefan Monnier
bffd712e4a (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'.
2001-03-07 15:34:43 +00:00
Stefan Monnier
5aaaec5d6f *** empty log message *** 2001-03-07 15:31:51 +00:00
Gerd Moellmann
189638d565 (custom-save-delete): Move in front of local
variables, otherwise long Custom entries would make them
ineffective.
2001-03-07 15:21:35 +00:00
Gerd Moellmann
2ab62c6c94 (syms_of_buffer) <header-line-format>: Doc fix. 2001-03-07 14:15:25 +00:00
Gerd Moellmann
6806e86735 DEBUGSOURCES should contain a list of files, separated by colons. 2001-03-07 14:01:03 +00:00
Gerd Moellmann
471f86b9a3 (Fset_process_filter): Don't crash if the input
file descriptor of PROCESS is closed.
(Fset_process_window_size): Likewise.
2001-03-07 12:55:29 +00:00
Gerd Moellmann
2ad0276732 Set maintainer to FSF. 2001-03-07 10:19:33 +00:00
Eli Zaretskii
c1cb46c7a7 (Checklist): Mention that `getenv' can be used to get at the value
of LC_ALL and friends.
2001-03-07 09:26:40 +00:00
Eli Zaretskii
656f8cae4a (dired-do-shell-command): Doc fix. 2001-03-07 08:55:44 +00:00
Eli Zaretskii
3e40caf4df (General Variables): "daylight savings" -> "daylight saving". 2001-03-07 07:24:27 +00:00
Stefan Monnier
43a9a0c4f5 (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.
2001-03-07 00:26:25 +00:00
Stefan Monnier
b47e511692 (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.
2001-03-07 00:20:30 +00:00
Stefan Monnier
84dd85f54a (cvs-bury-buffer): In doubt, don't delete window. 2001-03-07 00:19:08 +00:00
Stefan Monnier
619d6bfce8 (cvs-buffer-name-alist): Use *cvs-info* for
the "tree" operation as well.
2001-03-07 00:18:27 +00:00
Stefan Monnier
1e98637e41 (cvs-parse-table): Add another ignored message. 2001-03-07 00:17:53 +00:00
Stefan Monnier
f5cd98c0d4 (font-lock-keywords, font-lock-mode): Don't bind, just declare. 2001-03-07 00:16:29 +00:00
Stefan Monnier
3212cc84cd (fill-context-prefix): Allow first-line-prefix to match paragraph-start. 2001-03-07 00:12:59 +00:00
Stefan Monnier
4afa094d3a (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.
2001-03-07 00:03:50 +00:00
Stefan Monnier
04af43bcfc (viper-vi-state-mode-list): Add cperl-mode. 2001-03-06 23:54:13 +00:00
Stefan Monnier
d530d358fd (which-func-modes): Add cperl-mode.
(which-func-mode-global): Use define-minor-mode.
2001-03-06 23:47:40 +00:00
Stefan Monnier
41b1cae76e 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.
2001-03-06 23:42:00 +00:00
Stefan Monnier
c06e9d8bcc (add-log-current-defun): Check major-mode for `cperl-mode' as well. 2001-03-06 23:33:15 +00:00
Stefan Monnier
c83965c448 *** empty log message *** 2001-03-06 22:12:13 +00:00
Stefan Monnier
996e261628 (cperl-msb-fix, cperl-get-help-defer):
Check major-mode for `cperl-mode' as well.
2001-03-06 21:55:33 +00:00
Stefan Monnier
029cb4d5b5 (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__.
2001-03-06 21:47:33 +00:00
Gerd Moellmann
101922c35f (XTflash): Make the timeout of select shorter, and call
select repeatedly until the desired time expires.
2001-03-06 19:50:42 +00:00
Gerd Moellmann
45d051a764 (Vwindow_list): Declare extern. 2001-03-06 19:39:03 +00:00
Gerd Moellmann
9e57df62a8 (Fx_create_frame): Clear Vwindow_list. 2001-03-06 19:33:47 +00:00
Dave Love
bc49c316c3 custom-buffer-done-function <- Custom-buffer-done
'(lambda <- (function (lambda in hook
2001-03-06 17:01:42 +00:00
Karl Fogel
6c08bb3827 Fix typo. 2001-03-06 16:36:33 +00:00
Eli Zaretskii
8f372c46a5 (syms_of_display) <glyph-table>: Doc fix. 2001-03-06 16:16:32 +00:00
Gerd Moellmann
157ae2732f *** empty log message *** 2001-03-06 15:37:02 +00:00
Gerd Moellmann
7e72649221 (bookmark-get-bookmark): Use assoc-ignore-case if
bookmark-completion-ignore-case it t.
2001-03-06 15:36:19 +00:00
Gerd Moellmann
0a61c66701 (note_mouse_highlight): Call mouse_face_overlay_overlaps
to detect a case where we have to highlight a different region
despite not having left the currently highlighted region.
Set mouse_face_overlay in the x_display_info.
(x_term_init): Initialze the x_display_info's mouse_face_overlay.
2001-03-06 15:30:15 +00:00
Gerd Moellmann
59affd2f8b (struct x_display_info): Add mouse_face_overlay. 2001-03-06 15:29:39 +00:00
Gerd Moellmann
d3d92d2591 (mouse_face_overlay_overlaps): Add prototype.
(Qmouse_face): Declare extern.
2001-03-06 15:29:14 +00:00
Gerd Moellmann
09a22085f4 (mouse_face_overlay_overlaps): New function. 2001-03-06 15:28:48 +00:00
Gerd Moellmann
f16a7aa59e *** empty log message *** 2001-03-06 14:04:15 +00:00
Gerd Moellmann
2025ddca15 (x-handle-xrm-switch): Accept more than one -xrm
switch, like xterm, and concat resource strings, with a newline
between them.
2001-03-06 14:02:02 +00:00
Gerd Moellmann
6961e0c1c8 (redisplay_internal): Set windows_or_buffers_changed
if face_change_count is non-zero.
2001-03-06 13:50:09 +00:00
Eli Zaretskii
106e96bd53 (cp770-decode-table)
(cp773-decode-table, cp774-decode-table): New variables.
2001-03-06 13:48:19 +00:00
Eli Zaretskii
abaddb98cb *** empty log message *** 2001-03-06 13:43:45 +00:00
Andrew Innes
315746ccde Add --ldflags to configure line for building with
recent versions of Cygwin GCC.
2001-03-06 13:43:43 +00:00
Eli Zaretskii
fb925bd896 (Man-hyphenated-reference-regexp): New variable.
(Man-build-references-alist): Use it to search for referenced
manpages.  If hyphenated is non-nil, record a concatenated word in
Man-refpages-alist only if it matches Man-reference-regexp.
Update word's length when it is concatenated.  Reverse the list,
to get the first manpage at the head.
(Man-possibly-hyphenated-word): New function.
(Man-follow-manual-reference): Use it instead of current-word to
find a manpage at point, in a way that accounts for hyphenated
references.
2001-03-06 13:42:06 +00:00
Kenichi Handa
daecec4e85 Add copyright notice. 2001-03-06 13:29:34 +00:00
Kenichi Handa
51ab41b76d *** empty log message *** 2001-03-06 13:19:41 +00:00
Gerd Moellmann
eb3f61dd1f (sql-interbase): New function.
(sql-interbase-program): New option.
(sql-interbase-options): New option.
And some typos fixed: "customise" to "customize".
2001-03-06 12:26:35 +00:00