1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-21 18:23:59 +00:00
Commit Graph

48441 Commits

Author SHA1 Message Date
Nick Roberts
0a4f0ab1d7 (gud-speedbar-buttons): Check for variable
object changes in gdb-ui.el.
2003-10-21 22:37:29 +00:00
Dave Love
95a033a2fb (Font Selection): Remove obsolete info. 2003-10-21 11:47:19 +00:00
Dave Love
46937ad8f2 cfengine-mode 2003-10-21 11:32:22 +00:00
Luc Teirlinck
b98ace27c0 (Integer Basics): Update overflow example. 2003-10-21 01:56:45 +00:00
Richard M. Stallman
1ae7cf5ee8 (edebug-display-freq-count): Doc fix. 2003-10-20 23:46:31 +00:00
Richard M. Stallman
94e7236870 (ls-lisp-insert-directory): Arg is now wildcard-regexp.
Don't check for foo*/ wildcard form here.
(insert-directory): Recognize foo*/ as a wildcard.
Separate wildcard-regexp variable from the arg, wildcard.
2003-10-20 23:43:54 +00:00
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
Stefan Monnier
e1e44180c1 Update for extra bit of integer range. 2003-10-20 21:38:50 +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
Thien-Thi Nguyen
00b03da038 (External transfer methods): Small grammar fix. 2003-10-17 20:52:27 +00:00
Thien-Thi Nguyen
ceda4f05b8 (Inline methods): Small grammar fix. 2003-10-17 20:47:29 +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
75c65b2066 (Integer Basics): Add index entries for reading
numbers in hex, octal, and binary.
2003-10-16 16:35:14 +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
0ad8cce8a4 (Mode Line Format): Mention force-mode-line-update's argument. 2003-10-16 13:15:09 +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
62c2f7593f (Fset_window_fringes): Clarify docstring. 2003-10-14 11:26:43 +00:00
Kim F. Storm
c2c3f20258 (Fset_window_margins): Simplify arg checking. 2003-10-14 09:33:09 +00:00
Kim F. Storm
07107abc30 *** empty log message *** 2003-10-14 09:32:52 +00:00
Luc Teirlinck
b52a26fbce Fix typo. 2003-10-13 23:05:09 +00:00
Richard M. Stallman
a4cf2096d7 Comment change. 2003-10-13 19:41:26 +00:00
Richard M. Stallman
f700588689 *** empty log message *** 2003-10-13 19:40:41 +00:00
Richard M. Stallman
27704b7804 (Basic Windows): A window has fringe settings,
display margins and scroll-bar settings.
(Splitting Windows): Doc split-window return value.
Clean up one-window-p.
(Selecting Windows): Fix typo.
(Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
(Buffers and Windows): In set-window-buffer, explain effect
on fringe settings and scroll bar settings.
(Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
(Choosing Window): Use defopt for pop-up-frame-function.
For special-display-buffer-names, explain same-window and same-frame.
Clarify window-dedicated-p return value.
(Textual Scrolling): scroll-up and scroll-down can get an error.
(Horizontal Scrolling): Clarify auto-hscroll-mode.
Clarify set-window-hscroll.
(Size of Window): Don't mention tool bar in window-height.
(Coordinates and Windows): Explain what coordinates-in-window-p
returns for fringes and display margins.
(Window Configurations): Explain saving fringes, etc.
2003-10-13 19:39:51 +00:00