Per Abrahamsen
1ded3d463e
2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
...
* widget.texi (Defining New Widgets): Document new beavior of
:buttons and :children keywords.
2003-10-26 13:31:34 +00:00
Luc Teirlinck
7d9d1ab638
(widget-default-delete): Always delete child widgets. (From Per
...
Abrahamsen.)
2003-10-26 00:57:12 +00:00
Luc Teirlinck
ca448425e9
*** empty log message ***
2003-10-26 00:54:12 +00:00
Kenichi Handa
885fef7c13
(Fontsets): Add description of the function set-fontset-font.
2003-10-25 02:42:26 +00:00
Stefan Monnier
8cc313a338
(comment-indent): Don't call indent-according-to-mode if the line has code.
...
Don't try to line up with something that's too far left.
2003-10-24 20:26:26 +00:00
Stefan Monnier
cb3d3ec192
(octave-comment-start): Simplify.
...
(octave-mode-syntax-table): Add % as a comment starter.
(octave-point): Remove.
(octave-in-comment-p, octave-in-string-p)
(octave-not-in-string-or-comment-p, calculate-octave-indent)
(octave-blink-matching-block-open, octave-auto-fill):
Use line-(beginning|end)-position instead.
2003-10-24 18:58:28 +00:00
Francesco Potortì
418b094bd5
The upload procedure that was described is no more valid after the
...
break-ins.
Need to describe how to upgrade AUTHORS using emacs-lisp/authors.el.
2003-10-24 12:19:56 +00:00
Jan Djärv
f16a1bf671
* PROBLEMS: Characters are displayed as empty boxes or
...
with wrong font under X.
2003-10-24 09:27:51 +00:00
Dave Love
0363e09a83
(locale-charset-to-coding-system):
...
Don't rely on nil being a coding system.
2003-10-23 22:57:58 +00:00
Luc Teirlinck
0c6b7a1fa3
(Function Safety): Use inforef instead of pxref for SES.
2003-10-23 20:47:07 +00:00
Luc Teirlinck
d7cd58d7dc
(Temporary Displays): Add xref to `Documentation Tips'.
2003-10-23 20:41:28 +00:00
Francesco Potortì
97c437db33
Alias for Francesco Potort�
2003-10-23 20:36:19 +00:00
Andreas Schwab
83badb71df
.
2003-10-23 13:09:23 +00:00
Andreas Schwab
e6dfa5c944
(clean): Don't remove index.texi.
2003-10-23 13:09:11 +00:00
Francesco Potortì
21cb2a79bf
Merged Potorti and Potort�since Potorti is just Potort�ith a typo.
2003-10-23 13:08:02 +00:00
Dave Love
ff9ed54408
(mail-extr-ignore-single-names): Add :version.
...
(mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
(mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
2003-10-23 11:42:11 +00:00
Andreas Schwab
c3cda320b5
Remove support for permuted index and use texi2dvi.
2003-10-23 10:01:32 +00:00
Luc Teirlinck
bb3c26a904
(Top): Fix typo.
2003-10-23 00:28:17 +00:00
Luc Teirlinck
e5dadca769
*** empty log message ***
2003-10-22 19:23:55 +00:00
Luc Teirlinck
e72850d51b
(Documentation Tips): Document new behavior for face and variable
...
hyperlinks in Help mode.
2003-10-22 18:33:28 +00:00
Miles Bader
855c2ccde4
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-95
...
Correct the default target in man/Makefile.in
* man/Makefile.in (info): Move before $(top_srcdir)/info.
2003-10-22 08:30:13 +00:00
Miles Bader
7ae0df40c1
Resolve CVS conflicts
2003-10-22 08:30:07 +00:00
Luc Teirlinck
d5e7aa502b
(Integer Type): Update for extra bit of integer range.
...
(Character Type): Ditto.
2003-10-22 02:46:08 +00:00
Luc Teirlinck
6cfb0777b0
*** empty log message ***
2003-10-22 02:44:43 +00:00
Nick Roberts
9b418429d5
(Watch Expressions): Update section on data display
...
to reflect code changes (GDB Graphical Interface).
2003-10-21 23:09:09 +00:00
Nick Roberts
f2afecdaf3
*** empty log message ***
2003-10-21 23:08:11 +00:00
Nick Roberts
307f56361e
(gdb-current-language): New variable.
...
(gdb-update-flag): Remove variable.
(gud-watch,gdb-frame-handler): Adapt for other languages (Fortran).
(gdb-take-last-elt): Remove function.
(gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
(gdb-post-prompt): Check for variable object changes here.
2003-10-21 22:38:59 +00:00
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