comparison lisp/ChangeLog @ 28618:001842bbe0e4

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 17 Apr 2000 11:45:39 +0000
parents c1739be99c8a
children f9ad97ece1b3
comparison
equal deleted inserted replaced
28617:72fcbe69ee65 28618:001842bbe0e4
1 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
2
3 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as comment-end.
4 (texinfo-font-lock-syntactic-keywords): New var.
5 (texinfo-font-lock-keywords): Remove comment regexp.
6 (texinfo-insert-block): New function.
7 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
8 (texinfo-mode): Use define-derived-mode.
9 Tweak comment-start-skip and font-lock-defaults.
10 Use regexp-opt for outline-regexp.
11 (texinfo-environments): New var.
12 (texinfo-environment-regexp): Use regexp-opt and texinfo-environments.
13
14 * textmodes/ispell.el (ispell-menu-map-needed): Check that ispell-process
15 is bound since this might be eval'd before ispell is loaded.
16 (ispell-message): Use a tiny bit less magic and a bit more hard data
17 to figure out what kind of sc-cite-regexp to use.
18
19 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
20
21 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
22 (insert-cyclic-diary-entry): Unquote the lambda.
23
24 * gud.el (gud-jdb-build-source-files-list): Fix typo.
25
26 * files.el (backup-enable-predicate): Unquote the lambda.
27
28 * cus-edit.el (custom-face, face): Unquote the lambda.
29
1 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> 30 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2 31
3 * ps-print.el: Check for line-beginning-position definition. 32 * ps-print.el: Check for line-beginning-position definition.
4 33
5 * ps-print.el: Fix counting lines in a region. 34 * ps-print.el: Fix counting lines in a region.