Jay Belanger
029b2a44bb
(Simplifying Formulas, Rewrite Rules): Change description of
...
top and bottom of fraction.
(Modulo Forms): Move description of how to create modulo forms to
earlier in the section.
(Fraction Mode): Suggest using : to get a fraction by dividing.
(Basic Arithmetic): Adjust placement of command name.
(Truncating the Stack): Emphasize that "hidden" entries are still
visible.
(Installation): Move discussion of printing manual to "About This
Manual".
(About This Manual): Mention how to print the manual.
(Reporting Bugs): Remove first person.
(Building Vectors): Add algebraic version of append.
(Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
(Grouping Digits): Fix typo.
2005-03-26 06:19:29 +00:00
Kenichi Handa
f4931aac9a
*** empty log message ***
2005-03-26 05:52:20 +00:00
Kenichi Handa
eebfcf8e27
("TeX"): Enable quail-completion by typing TAB.
2005-03-26 05:44:57 +00:00
Richard M. Stallman
85df292e11
*** empty log message ***
2005-03-26 02:15:50 +00:00
Richard M. Stallman
7fe11855ab
(filesets-init): Add autoload.
2005-03-26 02:14:35 +00:00
Richard M. Stallman
f62504368a
(mail-directory-process): Do nothing if mail-directory-process is an atom.
...
(mail-get-names): Ignore mail-directory-names if it is an atom.
(mail-directory-process defvar): Doc fix.
(mail-names): Doc fix.
2005-03-26 02:13:35 +00:00
Richard M. Stallman
c7c63bf77e
(Screen Lines): Document nil for width argument to compute-motion.
2005-03-26 02:07:08 +00:00
Kenichi Handa
d49a52e4dd
(detect-coding-with-priority): Call
...
update-coding-systems-internal before detect-coding-region.
2005-03-26 02:06:50 +00:00
Richard M. Stallman
835da4eea0
(Reading File Names): Document read-file-name-completion-ignore-case.
2005-03-26 02:06:27 +00:00
Kenichi Handa
ae766e0d62
*** empty log message ***
2005-03-26 02:05:53 +00:00
Richard M. Stallman
dfef8b1d71
(The Mark): Document temporary Transient Mark mode.
2005-03-26 02:04:33 +00:00
Richard M. Stallman
e58b36207e
(Standard Faces, Fringe Bitmaps, Customizing Bitmaps): Cleanup previous change.
...
(Face Attributes): Faces earlier in an :inherit list take precedence.
(Scroll Bars): Fix description of vertical-scroll-bars.
Document frame-current-scroll-bars and window-current-scroll-bars.
2005-03-26 02:03:49 +00:00
Richard M. Stallman
10214524f1
(X Resources): GTK options documented too.
...
(Resources): Clarify meaning of program name.
(Table of Resources): Add visualClass.
(GTK resources): Rewrite.
(GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
2005-03-26 02:00:32 +00:00
Richard M. Stallman
8613ded153
(Outline Visibility): Introduce "current heading
...
line" (commands can be called with point on a body line).
Re-order table to follow the sequence of discussion.
hide-body won't hide lines before first header line.
(TeX Mode): Add DocTeX mode.
2005-03-26 01:55:53 +00:00
Richard M. Stallman
82b9073df1
(Emacs Server): Document server-name.
...
(Invoking emacsclient): Document -s option for server names.
2005-03-26 01:53:30 +00:00
Richard M. Stallman
8f4fc84098
(Help Summary): Add `C-h .'.
...
(Apropos): Apropos accepts a list of search terms.
Document apropos-sort-by-scores.
(Help Echo): Document display-local-help.
2005-03-26 01:52:50 +00:00
Richard M. Stallman
360b756f3c
(Mouse Commands): Document x-mouse-click-focus-ignore-position and
...
mouse-drag-copy-region.
2005-03-26 01:50:09 +00:00
Richard M. Stallman
040d9a648e
(Reverting): Document auto-revert-check-vc-info.
2005-03-26 01:48:13 +00:00
Richard M. Stallman
b5cced4b79
(Text Display): Mention non-breaking spaces.
2005-03-26 01:46:55 +00:00
Jason Rumney
bc2223e6cd
(x_output): add focus_state.
2005-03-26 00:20:27 +00:00
Jason Rumney
55131bef54
(x_focus_changed, w32_detect_focus_change): New functions.
...
(w32_read_socket) [WM_SETFOCUS]: Call w32_detect_focus_change.
2005-03-26 00:19:53 +00:00
Jason Rumney
6e7d0438ef
*** empty log message ***
2005-03-26 00:19:09 +00:00
Nick Roberts
0d43db4d62
(gdb-breakpoints-mode-map)
...
(gdb-frames-mode-map): Add follow-link property.
2005-03-25 22:04:45 +00:00
Nick Roberts
5a049eca11
*** empty log message ***
2005-03-25 22:03:01 +00:00
Juri Linkov
90d0be7d3f
(image-minor-mode): Set cursor-type' and
truncate-lines' if the
...
image is already displayed. Add turning image-minor-mode off to
`change-major-mode-hook'. Add message.
Call `image-toggle-display-text' after turning image-minor-mode off.
2005-03-25 21:45:47 +00:00
Juri Linkov
e0e6e9b80a
Revert last change.
2005-03-25 21:43:05 +00:00
Jay Belanger
bba984aa3d
(calc-solve-for): Use "Variable(s)" to prompt for variables.
2005-03-25 21:28:15 +00:00
Juri Linkov
132003351f
(image-file-name-extensions): Remove .xbm and .xpm
...
associated with c-mode in `auto-mode-alist'.
2005-03-25 19:58:21 +00:00
Juri Linkov
d90e651e6e
Optimize image filename extension regexps in
...
autoload cookies. Associate .x[bp]m with `image-mode-maybe'
in `auto-mode-alist'.
(image-mode): Add `image-toggle-display-text' to local hook
`change-major-mode-hook'. Display the image as an image by
default. Set `cursor-type' and `truncate-lines' if the image
is already displayed. Take into account the current mode (image
or text) in message.
(image-minor-mode): New minor mode.
(image-mode-maybe, image-toggle-display-text): New functions.
(image-toggle-display): Use called-interactively-p.
Let-bind `inhibit-read-only' to t.
2005-03-25 19:57:21 +00:00
Stefan Monnier
5341e481c8
*** empty log message ***
2005-03-25 17:20:40 +00:00
Stefan Monnier
33256bdff9
Undo last change, better done in mule-cmds.el.
2005-03-25 15:42:34 +00:00
Stefan Monnier
ff76e0743f
(set-locale-environment): For Mac OS X's Terminal.app, use utf-8.
...
(set-display-table-and-terminal-coding-system): Add coding-system arg.
(set-locale-environment): Use it.
2005-03-25 15:41:42 +00:00
Stefan Monnier
6567170621
*** empty log message ***
2005-03-25 15:33:22 +00:00
Stefan Monnier
d850b038c3
(Fminibuffer_complete_and_exit, Fself_insert_and_exit): Use Fexit_minibuffer.
...
(Fexit_minibuffer): Mark it as no-return, deactivate the mark.
2005-03-25 14:57:46 +00:00
Stefan Monnier
95c9ef20be
(python-close-block-statement-p)
...
(python-outdent-p, python-current-defun): Use symbol-end.
2005-03-25 14:36:08 +00:00
Stefan Monnier
b62c13c2bd
(rx-constituents): Add symbol-start and symbol-end.
2005-03-25 14:23:11 +00:00
Thien-Thi Nguyen
126c9dda20
(save-some-buffers): Doc fix.
2005-03-25 13:33:31 +00:00
Werner LEMBERG
2cbd16b93e
* calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi: Replace
...
`legal' with `valid'.
2005-03-25 10:17:33 +00:00
Werner LEMBERG
f8b00e0f4a
* textmodes/reftex-vars.el, textmodes/reftex.el: Replace `legal'
...
with `valid'.
2005-03-25 10:08:35 +00:00
Werner LEMBERG
2e8b9c7d51
* progmodes/cperl-mode.el, progmodes/idlw-shell.el,
...
progmodes/idlwave.el, progmodes/vhdl-mode.el: Replace `legal' with
`valid'.
2005-03-25 10:06:23 +00:00
Werner LEMBERG
0486e05aad
* mail/supercite.el: Replace legal' with
valid'.
2005-03-25 10:00:37 +00:00
Werner LEMBERG
bece3937bf
* emacs-lisp/advice.el: Replace legal' with
valid'.
2005-03-25 09:55:34 +00:00
Werner LEMBERG
9f556e4466
* calendar/calendar.el: Replace legal' with
valid'.
2005-03-25 09:53:47 +00:00
Werner LEMBERG
88a34f4354
* mh-e.el, mh-identity.el, mh-mime.el: Replace legal' with
valid'.
2005-03-25 09:51:55 +00:00
Werner LEMBERG
932fb767f5
* complete.el, thumbs.el: Replace legal' with
valid'.
2005-03-25 09:49:00 +00:00
Werner LEMBERG
ce7c752295
* calc.texi, reftex.texi: Replace illegal' with
invalid'.
2005-03-25 09:18:26 +00:00
Werner LEMBERG
5181ff9f3d
* textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el,
...
textmodes/reftex-index.el, textmodes/reftex-parse.el,
textmodes/reftex-ref.el, textmodes/reftex-vars.el,
textmodes/reftex.el, textmodes/org.el: Replace `illegal' with
`invalid'.
2005-03-25 09:03:24 +00:00
Werner LEMBERG
eac9c0efd6
* progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el,
...
progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el,
progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el,
progmodes/sh-script.el, progmodes/xscheme.el: Replace `illegal' with
`invalid'.
2005-03-25 08:47:00 +00:00
Werner LEMBERG
9d03424549
* mail/supercite.el: Replace illegal' with
invalid'.
2005-03-25 08:38:22 +00:00
Werner LEMBERG
5b423d48d4
* eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with
...
`invalid'.
2005-03-25 08:33:09 +00:00