Chong Yidong
fafeffcfcb
(Split Window): Document integer values of
...
truncate-partial-width-windows.
2008-11-26 05:07:49 +00:00
Chong Yidong
c366b4e446
* windows.texi (Split Window): Document integer values of
...
truncate-partial-width-windows.
2008-11-26 05:07:40 +00:00
Chong Yidong
1fa59be250
checked text.texi
2008-11-26 04:17:13 +00:00
Chong Yidong
bc999cd3d0
Documented nXML mode.
2008-11-26 04:16:17 +00:00
Chong Yidong
3a5244ab84
(Text): Simplify description of markup languages.
...
(TeX Mode): Simplify introduction. Mention BibTeX mode.
(TeX Editing): Note that `""' inserts one `"' character.
(HTML Mode): Note in the introduction that XML mode is an alias for
SGML mode. Mention nXML mode.
2008-11-26 04:13:33 +00:00
Chong Yidong
aa5ab79aae
* text.texi (Text): Simplify description of markup languages.
...
(TeX Mode): Simplify introduction. Mention BibTeX mode.
(TeX Editing): Note that `""' inserts one `"' character.
(HTML Mode): Note in the introduction that XML mode is an alias for
SGML mode. Mention nXML mode.
2008-11-26 04:07:53 +00:00
Glenn Morris
9f688acf32
(Fx_font_family_list): Replace lisp/term/pc-win.el redefinition with
...
ifdef. (Bug#1383)
2008-11-26 03:00:53 +00:00
Glenn Morris
5a3008ede5
(x-font-family-list): Replace redefinition with
...
ifdef in src/xfaces.c, since it confuses make-docfile. (Bug#1383)
2008-11-26 02:58:48 +00:00
Glenn Morris
a0bea999ea
(vc-git-diff-switches): New option.
...
(vc-git-diff): Apply diff switches. (Bug#1386)
Give it a basic doc string.
2008-11-26 02:55:28 +00:00
Glenn Morris
8a44bdf3e4
*** empty log message ***
2008-11-26 02:50:30 +00:00
Jay Belanger
9f6a59d16c
(calcFunc-collect): Normalize the coefficients of the
...
polynomial rather than the whole polynomial.
2008-11-26 02:39:57 +00:00
Chong Yidong
c8ca9217d5
(define-mail-alias): Sync code with define-mail-abbrev.
2008-11-25 22:58:14 +00:00
Chong Yidong
4bb79f823f
(define-mail-abbrev): When reading from mailrc, recognize string
...
quoting. When reading from Lisp, accept rfc822-like addresses.
2008-11-25 22:58:01 +00:00
Chong Yidong
7818961075
* mail/mailabbrev.el (define-mail-abbrev): When reading from mailrc,
...
recognize string quoting. When reading from Lisp, accept rfc822-like
addresses.
* mail/mailalias.el (define-mail-alias): Sync code with
define-mail-abbrev.
2008-11-25 22:57:50 +00:00
Adrian Robert
f272d02fff
* nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044 ).
2008-11-25 04:39:29 +00:00
Glenn Morris
5da9413d6c
(Format Conversion Round-Trip): Use active voice for previous change.
2008-11-25 04:29:05 +00:00
Glenn Morris
59f800540b
(Signaling Errors): Fix `wrong-type-argument' name.
2008-11-25 04:27:29 +00:00
Glenn Morris
975c500dac
(eshell-gather-process-output): Revert previous change. (re-opens Bug#1388)
2008-11-25 04:26:22 +00:00
Glenn Morris
7efa8076ba
(speedbar-restricted-move): Fix signal arguments.
2008-11-25 04:24:45 +00:00
Glenn Morris
96ead4f94b
(x-set-cut-buffer): Fix signal arguments.
2008-11-25 04:23:59 +00:00
Adrian Robert
19454c0a2a
* nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged): New EmacsView methods. (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants. Fixes bug #1048,1357,1414.
2008-11-25 04:09:49 +00:00
Chong Yidong
762ed4ad33
(nil and t): Fix typo.
2008-11-25 03:52:14 +00:00
Chong Yidong
8c641f06a8
(Predicates for Strings): Fix typo.
2008-11-25 03:52:05 +00:00
Chong Yidong
b0fbc5000c
(Declaring Functions): Fix typo.
2008-11-25 03:51:57 +00:00
Chong Yidong
77111ca680
(Key Sequence Input): Fix typos.
2008-11-25 03:51:47 +00:00
Chong Yidong
4990219b44
(Changing Files, Magic File Names): Fix typos.
2008-11-25 03:51:37 +00:00
Chong Yidong
b6474f84fa
(Choosing Window, Selecting Windows): Fix typos.
2008-11-25 03:51:26 +00:00
Chong Yidong
1badc63c69
(The Mark): Fix typo.
2008-11-25 03:51:02 +00:00
Chong Yidong
4185820cd1
(Transaction Queues): Fix typo.
2008-11-25 03:50:53 +00:00
Chong Yidong
e2b7cebbd1
(Processor Run Time): Fix typo.
2008-11-25 03:50:41 +00:00
Chong Yidong
fcca848c04
* os.texi (Processor Run Time):
...
* processes.texi (Transaction Queues):
* markers.texi (The Mark):
* windows.texi (Choosing Window, Selecting Windows):
* files.texi (Changing Files, Magic File Names):
* commands.texi (Key Sequence Input):
* functions.texi (Declaring Functions):
* strings.texi (Predicates for Strings):
* intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
2008-11-25 03:50:17 +00:00
Chong Yidong
de93375592
(Watch Expressions): Fix typo.
2008-11-25 03:40:25 +00:00
Chong Yidong
56221db73d
* building.texi (Watch Expressions): Fix typo.
2008-11-25 03:40:17 +00:00
Adrian Robert
5a06864fb6
Fix bug #1362 . * image.c (x_clear_image_1): Do not free background under HAVE_NS, it is not an indexed color. * nsterm.m (free_indexed_color): Add argument checking. * nsfns.m: Move config.h to before system includes (advised by Dan N.).
2008-11-25 02:45:39 +00:00
Juanma Barranquero
3a37fceafa
Fix #870 breakage.
2008-11-25 02:12:27 +00:00
Juanma Barranquero
e73da1296b
* play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
...
(bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
(bubbles--empty-char): Use "\s".
2008-11-25 02:01:58 +00:00
Jay Belanger
be5255e21c
(calc-settings-file, calc-language-alist)
...
calc-embedded-announce-formula, calc-embedded-announce-formula-alist)
calc-embedded-open-formula, calc-embedded-close-formula)
calc-embedded-open-close-formula-alist)
calc-embedded-word-regexp-alist, calc-embedded-open-plain)
calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
calc-embedded-open-new-formula, calc-embedded-close-new-formula)
calc-embedded-open-close-new-formula-alist, calc-embedded-open-mode)
calc-embedded-close-mode, calc-embedded-open-close-mode-alist)
calc-gnuplot-name, calc-gnuplot-plot-command)
calc-gnuplot-print-command, calc-multiplication-has-precedence):
Remove unnecessary asterisks from docstrings.
2008-11-25 01:30:22 +00:00
Juanma Barranquero
a1ff7705dc
* calculator.el (calculator-op-or-exp): Reflow docstring.
...
(calculator-remove-zeros, calculator-repR, calculator-repL):
Fix typos in docstrings.
2008-11-25 00:30:47 +00:00
Chong Yidong
923dfbaa56
(Defining Variables): Note that `*' is not necessary if defcustom is
...
used.
2008-11-24 23:19:29 +00:00
Chong Yidong
f5c63335c9
(Accessing Documentation): Update example.
2008-11-24 23:19:22 +00:00
Chong Yidong
36c8dc54b4
* help.texi (Accessing Documentation): Update example.
...
* variables.texi (Defining Variables): Note that `*' is not
necessary if defcustom is used.
2008-11-24 23:19:16 +00:00
Chong Yidong
c9c95fc3d3
(log-view-annotate-version): Let vc-annotate manage windows instead
...
of calling switch-to-buffer.
2008-11-24 21:19:56 +00:00
Chong Yidong
962f83947f
* log-view.el (log-view-annotate-version): Let vc-annotate manage
...
windows instead of calling switch-to-buffer.
2008-11-24 21:19:46 +00:00
Chong Yidong
d02b0e305c
(diff-sentinel): Take note of diff error return value.
2008-11-24 21:11:12 +00:00
Chong Yidong
27f98b7e61
* diff.el (diff-sentinel): Take note of diff error return value.
2008-11-24 21:01:14 +00:00
Chong Yidong
8ef70f05b1
Credit acm for original suggestion for 2008-11-24 change.
2008-11-24 20:15:35 +00:00
Chong Yidong
606ff78ada
(Visiting): Document new behavior of confirm-nonexistent-file-or-buffer.
2008-11-24 20:10:47 +00:00
Chong Yidong
2f4f09a94c
(Select Buffer): Document confirm-nonexistent-file-or-buffer.
2008-11-24 20:09:41 +00:00
Chong Yidong
f90a5ae345
* files.texi (Visiting): Document new behavior of confirm-nonexistent-file-or-buffer.
...
* buffers.texi (Select Buffer): Document confirm-nonexistent-file-or-buffer.
2008-11-24 20:08:16 +00:00
Martin Rudalics
0836e2c3d7
(appt-disp-window): Do a set-buffer when the
...
frame can't be split.
2008-11-24 19:53:33 +00:00