Richard M. Stallman
b7a1c90026
(add-hook): Correctly detect when make-local-hook was used.
...
(remove-hook): Correctly handle strange cases about local hooks.
2003-10-20 23:41:18 +00:00
Richard M. Stallman
c80be8236d
*** empty log message ***
2003-10-20 23:39:19 +00:00
Richard M. Stallman
a6d3209fdc
(diff-parse-differences): Don't visit the files now;
...
instead, just record the error locus.
2003-10-20 23:32:51 +00:00
Richard M. Stallman
6166a68eef
(compare-windows-whitespace): Doc fix.
...
(compare-windows-sync, compare-windows-sync-string-size)
(compare-windows-recenter, compare-ignore-whitespace)
(compare-windows-highlight, compare-windows-face): New variables.
(compare-windows): Use compare-windows-sync.
(compare-windows-highlight, compare-windows-dehighlight)
(compare-windows-sync-regexp)
(compare-windows-sync-default-function): New functions.
2003-10-20 23:31:51 +00:00
Richard M. Stallman
59bb4146a3
(compile-auto-highlight): Undo July 7 change.
2003-10-20 23:31:27 +00:00
Richard M. Stallman
0640e91a85
(bibtex-move-outside-of-entry):
...
Move backward only if point was not inside an entry.
2003-10-20 23:31:01 +00:00
Richard M. Stallman
b6c846d341
Make major mode work with cc-mode-5.30+.
...
(antlr-c-init-language-vars): New function.
(antlr-mode): Use it with cc-mode before v5.29.
(antlr-c-common-init): Don't set some local vars here.
(antlr-mode): Set them here.
(antlr-c-forward-sws): New function alias.
(antlr-mode): Redefine with cc-mode before v5.30.
(antlr-skip-sexps): Use it.
(antlr-skip-exception-part): Ditto.
(antlr-skip-file-prelude): Ditto.
(antlr-outside-rule-p): Ditto.
(antlr-end-of-body): Ditto.
(antlr-option-kind): Ditto.
(antlr-insert-option-area): Ditto.
(antlr-file-dependencies): Ditto.
2003-10-20 23:30:05 +00:00
Richard M. Stallman
e539d49b44
(ruler-mode-left-fringe-cols): Add new optional
...
argument REAL, to return a real number instead of a rounded
integer value. Define as inline function.
(ruler-mode-right-fringe-cols): Likewise.
(ruler-mode-scroll-bar-cols): New function.
(ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
(ruler-mode-right-scroll-bar-cols): Likewise.
(ruler-mode-space): New function.
(ruler-mode-ruler): Use it. Handle variations of fringe style,
scroll bar mode and margins in a more robust way.
2003-10-20 23:27:52 +00:00
Dave Love
5467ec8881
*** empty log message ***
2003-10-20 23:16:26 +00:00
Stefan Monnier
da8e1e85dd
*** empty log message ***
2003-10-20 22:44:28 +00:00
Luc Teirlinck
b1664339f4
(help-make-xrefs): Make sure that if a symbol is followed by the word
...
`face', it gets treated as a face, even if it is also defined as a
variable or a function.
2003-10-20 21:33:34 +00:00
Luc Teirlinck
778c391b05
*** empty log message ***
2003-10-20 21:32:25 +00:00
Stefan Monnier
93f4fe7a77
(PC-do-completion): Do not forget to use `pred' as the default-directory
...
when completing file names.
2003-10-20 20:54:16 +00:00
Dave Love
6c119ac0b4
(easy-mmode-define-navigation): Avoid
...
incf in macro expansion.
2003-10-20 19:07:02 +00:00
John Paul Wallington
748fb1aabd
(elint-check-defcustom-form): Don't use `evenp' so we don't implicitly
...
require cl library at runtime.
2003-10-20 17:16:16 +00:00
John Paul Wallington
62d2014211
*** empty log message ***
2003-10-20 17:15:19 +00:00
Luc Teirlinck
9315fc345e
(help-make-xrefs): Slight correction to previous change.
2003-10-19 04:10:34 +00:00
Luc Teirlinck
c0d3ed223b
*** empty log message ***
2003-10-19 04:06:29 +00:00
Luc Teirlinck
040b2fa358
(help-xref-symbol-regexp): Treat newlines as whitespace.
...
(help-make-xrefs): Only make cross-references for faces if preceded or
followed by the word `face'. Do not make a cross-reference for
variables without variable documentation, unless preceded by the word
`variable'. Update doc string accordingly.
2003-10-19 03:58:43 +00:00
Luc Teirlinck
a4a6aad0df
*** empty log message ***
2003-10-19 03:56:15 +00:00
Thien-Thi Nguyen
c327c4058f
Rewrite one-armed `if'
...
constructs using either `when' or `unless'.
(hs-grok-mode-type): Elide superfluous `progn'; nfc.
2003-10-18 01:05:54 +00:00
Nick Roberts
cb9bee9f2d
(breakpoint-xpm-data, breakpoint-enabled-pbm-data)
...
(breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
instead of 12x12.
2003-10-16 19:26:49 +00:00
Nick Roberts
d974ad0b13
*** empty log message ***
2003-10-16 19:25:56 +00:00
Eli Zaretskii
a92122416b
(rmail-convert-to-babyl-format): Fix the last change.
2003-10-16 16:54:48 +00:00
Eli Zaretskii
a4fc3ab39e
*** empty log message ***
2003-10-16 16:49:59 +00:00
Eli Zaretskii
d33e73c1eb
(rmail-convert-to-babyl-format): Display a message while converting to Babyl.
2003-10-16 16:49:27 +00:00
Eli Zaretskii
b5ea1dfd17
(allout-mode): Doc fix.
2003-10-16 16:29:14 +00:00
Lute Kamstra
c8f9ba83e2
*** empty log message ***
2003-10-16 13:15:34 +00:00
Lute Kamstra
926dd40ca1
(force-mode-line-update): Fix docstring.
2003-10-16 13:13:29 +00:00
Dave Love
34703cb150
(find-multibyte-characters): Doc fix.
...
(default-input-method): Add :link, improve :type.
(locale-charset-language-names): Fix utf-8 pattern.
(locale-charset-match-p, locale-charset-alist)
(locale-charset-to-coding-system): New.
(set-locale-environment): Deal with codeset part of locale specs.
2003-10-14 22:29:05 +00:00
Lute Kamstra
ef35b389dc
*** empty log message ***
2003-10-14 11:30:11 +00:00
Lute Kamstra
1c907043da
(fringe-mode): Use active voice in docstring.
...
(set-fringe-style): Ditto.
2003-10-14 11:29:50 +00:00
Lute Kamstra
57f16f832e
Remove entry for comments-only change that was later mostly reverted.
2003-10-13 16:33:04 +00:00
Lute Kamstra
0052fe2a79
Revert part of 2003-09-13 change.
2003-10-13 16:29:53 +00:00
Lute Kamstra
9c0c2af5a1
*** empty log message ***
2003-10-13 16:19:26 +00:00
Lute Kamstra
af15cfe8fa
(fringe-mode): Fix docstring.
...
(set-fringe-style): Ditto.
2003-10-13 16:18:28 +00:00
Kenichi Handa
53b1ab69a4
(iso-8859-11): Add autoload cookie.
2003-10-13 02:27:38 +00:00
Michael Kifer
81ef89602d
2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
...
* ediff-mult.el (ediff-filegroup-action): use
ediff-default-filtering-regexp.
* ediff-util.el (ediff-recenter): don't call
ediff-restore-highlighting twice.
(ediff-select-difference): set current difference.
(ediff-unselect-and-select-difference): added comment.
* ediff.el (ediff-directories,ediff-directory-revisions,
ediff-directories3,ediff-merge-directories,
ediff-merge-directories-with-ancestor,ediff-merge-directory-revisions,
ediff-merge-directory-revisions-with-ancestor): use
ediff-default-filtering-regexp.
2003-10-13 01:28:49 +00:00
Andreas Schwab
8937a0e13a
.
2003-10-12 17:42:23 +00:00
Andreas Schwab
ecf80da843
(locale-charset-language-names):
...
Simplify regex by removing unused grouping.
2003-10-12 17:42:08 +00:00
Dave Love
aa8b814601
Don't bind stop.
2003-10-10 18:09:52 +00:00
Miles Bader
6d3ea376c4
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-79
...
Use :inverse-video face in gdb-ui.el
* gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
face instead of attempting to emulate it.
2003-10-08 05:32:09 +00:00
Miles Bader
fd43229afd
Resolve CVS conflicts
2003-10-08 05:10:43 +00:00
Nick Roberts
b2bd66f3e7
Split to make current ChangeLog smaller.
2003-10-07 21:27:52 +00:00
Nick Roberts
532cbd1357
Split to make smaller file.
2003-10-07 21:19:50 +00:00
Kenichi Handa
28849ffc72
(autoload-coding-system): Add SYMBOL to coding-system-alist.
2003-10-07 07:33:22 +00:00
Kenichi Handa
f82ac129c7
*** empty log message ***
2003-10-07 06:46:04 +00:00
Kenichi Handa
a7832266c3
(list-coding-systems-1): List coding
...
systems that are loaded automatically.
2003-10-07 06:45:46 +00:00
Kenichi Handa
3f7296a418
(iso-8859-11): Add autoload cookie.
2003-10-07 01:29:57 +00:00
Kenichi Handa
2b96ab33e6
(autoload-coding-system): New function.
2003-10-07 01:29:35 +00:00