Stefan Monnier
05dcc52533
Re-indent.
2001-10-26 20:11:25 +00:00
Jason Rumney
317672ff40
*** empty log message ***
2001-10-26 19:56:32 +00:00
Jason Rumney
ac169f7bb3
Use ANSI fonts for iso10646-1 if UNICODE is not defined in system headers.
2001-10-26 18:59:41 +00:00
Sam Steingold
4fb0e5588a
(derived-mode-hook-name, derived-mode-map-name)
...
(derived-mode-syntax-table-name, derived-mode-abbrev-table-name):
define defsubsts before they are first used
2001-10-26 17:51:38 +00:00
Sam Steingold
5950e02941
some code simplifications: when instead of if+progn;
...
line-beginning-position instead of progn+bol+point
2001-10-26 17:40:59 +00:00
Sam Steingold
5719bb6ff7
ignore *-spd and *.pdb for w32
2001-10-26 16:51:57 +00:00
Sam Steingold
5682d301c3
regenerated
2001-10-26 15:40:03 +00:00
Sam Steingold
b52b132fbf
sugar: escape a "{" in the first column to pacify font-lock
2001-10-26 15:37:54 +00:00
Sam Steingold
07fedaed79
(c-font-lock-keywords-2): Do not require labels to be alone on the line.
2001-10-26 15:04:58 +00:00
Eli Zaretskii
d4e34d243c
*** empty log message ***
2001-10-26 14:25:06 +00:00
Eli Zaretskii
f2e2418951
(button): Special face definition for MS-DOS terminals.
2001-10-26 14:23:10 +00:00
Sam Steingold
187cd25bb0
(sh-font-lock-close-heredoc): check the args for being non-nil
2001-10-26 13:54:45 +00:00
Sam Steingold
035107fa9c
no functional changes - a preparation for the next patch
2001-10-26 13:48:53 +00:00
Eli Zaretskii
552b1b018f
(syms_of_display) <visible-bell>: Add a reference to
...
ring-bell-function. Suggested by Alf-Ivar Holm <alfh@ifi.uio.no>
2001-10-26 13:35:12 +00:00
Eli Zaretskii
71cd13fa56
(Horizontal Scrolling): Add an index entry for automatic-hscrolling.
2001-10-26 12:50:03 +00:00
Gerd Moellmann
da80a8d55e
(insert_1_both): Do nothing if NCHARS == 0.
2001-10-26 12:02:42 +00:00
Gerd Moellmann
38d2af0c9e
(XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
...
Fix clearning in the case of scroll bars on the right.
2001-10-26 11:59:32 +00:00
Eli Zaretskii
56f508dd1c
Add a dummy typedef for XImage. From Juanma Barranquero <lektu@terra.es>.
2001-10-26 11:54:10 +00:00
Gerd Moellmann
fbd5ceb2aa
(XScreenNumberOfScreen): Fix struct to pointer
...
comparison.
2001-10-26 11:38:23 +00:00
Gerd Moellmann
63db25edff
(artist-version): 1.2.4.
...
(artist-butlast-fn): New variable.
(artist-butlast): New function.
(artist-ellipse-mirror-quadrant): Use it.
(artist-mouse-draw-poly): Use nil for `point-list'.
(artist-mouse-draw-poly): Check for point-list being nil.
2001-10-26 09:51:14 +00:00
Gerd Moellmann
627a4e30dc
(ps-mode-print-function): Remove quote for
...
lambda expression.
(ps-mode-menu-main): Submenu with options on/off was replaced with
a toggle button.
(ps-mode, ps-run-mode): Define with `define-derived-mode'
(ps-mode): Autoload cookie added on same line as comment
(ps-mode-tabkey, ps-mode-backward-delete-char):
(ps-mode-r-balance): Replace `delete-horizontal-space' and
`indent-to' with `indent-line-to'
(ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
instead of `eval'.
(ps-mode-print-region): Use `with-temp-buffer'.
(ps-run-start): Use of `mapconcat'. Use `apply' instead of
`eval'.
(numerous places): Add back-tick and tick around names in
docstrings, fix punctuation in docstrings, remove trailing spaces.
2001-10-26 09:14:37 +00:00
Stefan Monnier
6436765542
(sgml-font-lock-keywords-1): Ignore comments.
...
(sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
(sgml-font-lock-syntactic-keywords): New var.
(sgml-mode-common): Drop the two args.
Don't make buffer-local variables that aren't used.
Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
Don't set `before-string' props from sgml-display-text.
(sgml-mode): Use define-derived-mode.
(sgml-tags-invisible): Use sgml-display-text.
(sgml-quote): New command.
(html-tag-alist): Add args for `span'.
(html-mode): Use define-derived-mode.
Set sgml-display-text and sgml-tag-face-alist.
2001-10-25 22:25:30 +00:00
Eli Zaretskii
5cd62b8c04
Resurrect a comment lost in the previous commit.
2001-10-25 21:08:32 +00:00
Eli Zaretskii
b23236fbe3
(Fframe_parameter): Fix last change.
2001-10-25 20:48:33 +00:00
Sam Steingold
1d57ac826d
New user option `add-log-always-start-new-record'.
2001-10-25 17:51:20 +00:00
Sam Steingold
598f34fa52
(add-log-always-start-new-record): New user option.
2001-10-25 17:49:13 +00:00
Gerd Moellmann
75700ff269
(Fframe_parameter): Fix a bug whereby some
...
``artificial'' frame parameters, like `minibuffer' were not
obtained by calling Fframe_parameters.
2001-10-25 15:44:43 +00:00
Richard M. Stallman
2726b68bac
Explain how splitting windows relates to window-min-height
...
and window-min-width.
2001-10-25 15:31:10 +00:00
Richard M. Stallman
9cee54f87f
Clarify what happens with duplicates in process-environment.
2001-10-25 15:30:32 +00:00
Richard M. Stallman
a3fbafe2f0
*** empty log message ***
2001-10-25 15:30:00 +00:00
Richard M. Stallman
c2c3a05deb
(tags-query-replace): Make tags-loop-scan
...
bind case-fold-search if FROM is not all lower case.
2001-10-25 15:26:46 +00:00
Gerd Moellmann
d6da5a06c5
*** empty log message ***
2001-10-25 15:01:23 +00:00
Eli Zaretskii
4887597a1c
Revert last change (which removed old commented-out
...
version of expand-file-name). Add a comment that explains why
this old version should not be removed.
2001-10-25 13:33:01 +00:00
Gerd Moellmann
dfe92a6aca
*** empty log message ***
2001-10-25 13:32:54 +00:00
Gerd Moellmann
538ef02ab9
(normal-top-level): Check for frame-initial-frame
...
only if it's really used.
2001-10-25 13:32:29 +00:00
Gerd Moellmann
b2bbd50940
(show_mouse_face): Clean up. Recognize overwritten
...
cursor differently.
2001-10-25 12:58:15 +00:00
Eli Zaretskii
a56adac533
(Regexps): Clarify that C-j should be preceded by a C-q in interactive use.
2001-10-25 12:45:28 +00:00
Francesco Potortì
a4416b1437
Add the Euro symbol to the italian-postfix and italian-alt-postfix input
...
methods. The users with a latin-1 font will see the international
currency symbol, those with a latin-15 (iso-8859-15) font will see the
euro symbol.
2001-10-25 12:18:06 +00:00
Gerd Moellmann
879eadc3f9
*** empty log message ***
2001-10-25 10:13:23 +00:00
Gerd Moellmann
5a38ea8508
(mh-recenter): Call recenter with arg `(4)'.
2001-10-25 10:13:00 +00:00
Gerd Moellmann
79ddf6f72c
(move_it_vertically_backward): Compute line height
...
differently. Add heuristic to try to be more compatible to 20.x.
2001-10-25 10:07:01 +00:00
Gerd Moellmann
5b6a51aaea
*** empty log message ***
2001-10-25 07:50:16 +00:00
Gerd Moellmann
e335e1949d
(compilation-parse-errors-filename-function):
...
New variable.
(compilation-parse-errors): Use it.
2001-10-25 07:47:48 +00:00
Gerd Moellmann
5a2e524f26
(maybe_bootstrap): New target.
...
(all): Add to prerequisites to bootstrap if abbrev.elc doesn't
exist.
2001-10-25 07:13:22 +00:00
Stefan Monnier
d73a471bf4
*** empty log message ***
2001-10-25 05:54:03 +00:00
Stefan Monnier
2e89869265
(checkdoc-eval-defun): Call eval-defun
...
interactively so that C-u M-C-x still does edebug.
(checkdoc-sentencespace-region-engine): Don't force a double-space
after `.' if it doesn't look like an end-of-sentence.
(debug-ignored-errors): Add `disambiguate ...'.
2001-10-25 05:51:39 +00:00
Stefan Monnier
3bd171d52c
(font-lock-keywords): Make sure texinfo-clone-environment is called.
2001-10-25 05:22:30 +00:00
Stefan Monnier
5fbf2e842d
(make_fixnum_or_float): Coerce double to int explicitly.
2001-10-25 05:13:57 +00:00
Stefan Monnier
e1010ebe16
(text_property_stickiness): Fix Lisp_Object used as boolean.
2001-10-25 04:20:08 +00:00
Stefan Monnier
2c9e190074
Fix comment ending.
2001-10-25 04:18:22 +00:00