Commit graph

46537 commits

Author SHA1 Message Date
Martin Rudalics
4d1243c826 (eldoc-docstring-first-line): Don't match
any but the first "*" in a doc-string.
2008-11-28 10:23:21 +00:00
Glenn Morris
08d55d13a7 (format-write-file): Improve previous doc fix. 2008-11-28 03:31:30 +00:00
Chong Yidong
58b356e9b5 Tweak the previous doc fixes. 2008-11-27 17:07:25 +00:00
Chong Yidong
6a9127b65f (use-empty-active-region, use-region-p, region-active-p): Doc fix. 2008-11-27 17:01:50 +00:00
Chong Yidong
cab8a1afac * simple.el (use-empty-active-region, use-region-p, region-active-p):
Doc fix.
2008-11-27 16:53:19 +00:00
Martin Rudalics
a9d451f034 (display-buffer): Fix handling of not-this-window
argument.  (Bug#1415)
2008-11-27 13:20:15 +00:00
Kenichi Handa
6abbce6457 Set category 'C' to characters #x20000..#x2AFFF, #x2F800..#x2FFFF. 2008-11-27 08:03:03 +00:00
Kenichi Handa
8c766df1aa Set inhibit-load-charset-map to t while preloading
files.
2008-11-27 08:02:28 +00:00
Michael Albinus
386b953c1a *** empty log message *** 2008-11-27 04:27:21 +00:00
Chong Yidong
b806790118 (tool-bar-find-image-cache): Var deleted.
(tool-bar-find-image): Function deleted.
(tool-bar-local-item, tool-bar-local-item-from-menu): Use
find-image instead of tool-bar-find-image.
(tool-bar-keymap-cache): New hash table.
(tool-bar-make-keymap): Use it.
(tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
2008-11-27 03:29:37 +00:00
Chong Yidong
01d5aaeb11 * tool-bar.el (tool-bar-find-image-cache): Var deleted.
(tool-bar-find-image): Function deleted.
(tool-bar-local-item, tool-bar-local-item-from-menu): Use
find-image instead of tool-bar-find-image.
(tool-bar-keymap-cache): New hash table.
(tool-bar-make-keymap): Use it.
(tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
2008-11-27 03:27:54 +00:00
Michael Albinus
f7d20b3eac * net/dbus.el (dbus-handle-event): The result of a message call
can also be an object, which is not a consp.
2008-11-26 20:17:24 +00:00
Juanma Barranquero
0ec6a7e501 Fix typo in previous commit. 2008-11-26 10:46:21 +00:00
Alan Mackenzie
8fc2ac41e3 (forward-sexp, backward-sexp, mark-sexp)
(forward-list, backward-list, down-list, backward-up-list)
(up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
(insert-pair, insert-parentheses):  State that the
command assumes that point is not in a string or comment.
2008-11-26 10:30:53 +00:00
Alan Mackenzie
3fbb05ffe6 (Moving by Parens): Clarify that parens inside strings and comments are
ignored, and that the commands assume the starting point isn't in a
string or comment.
2008-11-26 10:27:42 +00:00
Michael Albinus
2152f12541 *** empty log message *** 2008-11-26 07:23:04 +00:00
Michael Albinus
82697a456d * net/dbus.el (dbus-string-to-byte-array)
(dbus-byte-array-to-string, dbus-escape-as-identifier)
(dbus-unescape-from-identifier): New defuns.
(dbus-handle-event): The result of a message call is a list of
arguments, which must be expanded when passing to
`dbus-method-return-internal'.
2008-11-26 06:09:44 +00:00
Michael Albinus
1d7e9a015e * net/tramp.el (tramp-handle-write-region): Improve the check for
calling direct copy.
(tramp-find-inline-encoding): Don't raise an error but a warning,
when no inline encoding is found.
(tramp-get-remote-coding): Check for a symbol.  The negative check
for a string fails, when there is an empty string.
2008-11-26 06:09:17 +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
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
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
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
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
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
Ulf Jasper
a59c6c5194 newsticker: cache file redesign. 2008-11-24 19:40:35 +00:00
Chong Yidong
bec1e8a50e (minibuffer-complete-and-exit): Change `confirm-only' value of
minibuffer-completion-confirm to `confirm', and handle a
`confirm-after-completion' value.
2008-11-24 19:14:05 +00:00
Chong Yidong
4a977e2030 (confirm-nonexistent-file-or-buffer): Allow
`after-completion' value to request confirm only after TAB.
(confirm-nonexistent-file-or-buffer): New function.
(read-buffer-to-switch, find-file, find-file-other-window)
(find-file-other-frame, find-file-read-only)
(find-file-read-only-other-window)
(find-file-read-only-other-frame): Use it.
(switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc
fix.
2008-11-24 19:13:58 +00:00
Chong Yidong
14ac7ce7ae * files.el (confirm-nonexistent-file-or-buffer): Allow
`after-completion' value to request confirm only after TAB.
(confirm-nonexistent-file-or-buffer): New function.
(read-buffer-to-switch, find-file, find-file-other-window)
(find-file-other-frame, find-file-read-only)
(find-file-read-only-other-window)
(find-file-read-only-other-frame): Use it.
(switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc
fix.

* minibuffer.el (minibuffer-complete-and-exit): Change
`confirm-only' value of minibuffer-completion-confirm to
`confirm', and handle a `confirm-after-completion' value.
2008-11-24 19:13:45 +00:00
Juanma Barranquero
19dd6a6c52 * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'. 2008-11-24 18:23:53 +00:00
Glenn Morris
dd419ee58f *** empty log message *** 2008-11-24 17:37:44 +00:00
Andreas Schwab
fa4354c117 (image-type-header-regexps): Recognize more xbm format
variants.
2008-11-24 17:21:57 +00:00
Juanma Barranquero
98d92ce3e7 * textmodes/artist.el (artist-charlist-to-string): Simplify.
(artist-mode-name, artist-mt, artist-vaporize-fuzziness)
  (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
  (artist-replace-string, artist-draw-rect, artist-draw-line)
  (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
  (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
  (artist-pen, artist-pen-line, artist-text-insert-common)
  (artist-text-overwrite, artist-spray-get-interval)
  (artist-spray-clear-circle, artist-erase-char)
  (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
  (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
  (artist-key-draw-1point, artist-key-draw-2points)
  (artist-mouse-draw-continously): Fix typos in docstrings.
  (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
  (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
  (artist-backward-char, artist-forward-char): Doc fixes.
  (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
  Reflow docstrings.
2008-11-24 16:30:14 +00:00
Stefan Monnier
23a01417aa (quail-vunion): New function.
(quail-defrule-internal): Use it to prevent accumulating redundant
alternatives when `append' is set.
(quail-insert-decode-map): Simplify computation of the max-key-width.
Compute it right for multiple-list.
2008-11-24 15:39:43 +00:00
Chong Yidong
edad5f9701 (elp-instrument-list): Check argument type explicitly. Doc fix. 2008-11-24 15:09:02 +00:00
Chong Yidong
443a1c3f44 * emacs-lisp/elp.el (elp-instrument-list): Check argument type
explicitly.  Doc fix.
2008-11-24 15:08:52 +00:00
Carsten Dominik
d60b1ba1dc 2008-11-24 Carsten Dominik <carsten.dominik@gmail.com>
* org-agenda.el (org-get-closed): Re-apply changes
	accidentially overwritten by last commit to Emacs.

	* org.el (org-outline-path-complete-in-steps): New option.
	(org-refile-get-location): Honor
	`org-outline-path-complete-in-steps'.
	(org-agenda-change-all-lines, org-tags-sparse-tree)
	(org-time-string-to-absolute, org-small-year-to-year)
	(org-link-escape): Re-apply changes accidentially overwritten
	by last commit to Emacs.
2008-11-24 12:17:46 +00:00