Commit graph

35091 commits

Author SHA1 Message Date
Richard M. Stallman
e29e9065b1 (custom-save-all): Error if saving in .emacs and it had an error when loaded. 2006-11-05 15:17:49 +00:00
Richard M. Stallman
7a547817cc (dired-copy-file-recursive): Catch errors
from recursive copies in the loop, around the recursive call.
2006-11-05 15:00:31 +00:00
Romain Francoise
785428c709 2006-11-05 Micha�Cadilhac <michael.cadilhac@lrde.org>
* battery.el (battery-linux-proc-acpi): Search an ac_adapter in
	`/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
	`/proc/acpi/thermal_zone/*'.
	(battery-search-for-one-match-in-files): New.  Search a regexp in
	the content of some files.
2006-11-05 13:22:30 +00:00
Eli Zaretskii
107709d449 *** empty log message *** 2006-11-05 12:21:01 +00:00
Eli Zaretskii
6a6af58e32 (mouse-autoselect-window-now): Remove variable.
(mouse-autoselect-window-state): New variable.
(mouse-autoselect-window-start, mouse-autoselect-window-cancel)
(mouse-autoselect-window-select, handle-select-window): Rewritten to make
mouse-autoselect-window-timer a one-shot timer.  Suspend delayed autoselection
during menu or popup dialog.
2006-11-05 12:20:12 +00:00
Eli Zaretskii
ec4ef17457 (info-lookup-guess-custom-symbol): New function for retrieving symbol at point
in custom buffers.
(top level) <info-lookup-maybe-add-help>: Add backquote and comma to ignored
characters in regexps of help specifications for emacs-lisp-mode and
lisp-interaction-mode.  This permits looking up symbols in `...' and after a
comma.  Add help specifications for custom-mode and help-mode.
2006-11-05 12:08:02 +00:00
Eli Zaretskii
d3e1986ff9 (rmail-redecode-body): New optional argument RAW.
Don't encode body if RAW is non-nil, or if the old encoding is identical to the
new encoding, or if the body contains only eight-bit-* characters.
2006-11-04 15:39:33 +00:00
Romain Francoise
d0974190ea *** empty log message *** 2006-11-04 11:56:14 +00:00
Eli Zaretskii
f146cbb0ac Fix faces.el log entry. 2006-11-04 11:12:58 +00:00
Eli Zaretskii
1b2b899883 (faces-sample-overlay, describe-face): Revert last changes.
(faces-sample-overlay): Remove variable.
(describe-face): Insert sample text in the face being described.
2006-11-04 11:02:27 +00:00
Eli Zaretskii
113fa44847 (whitespace-indent-regexp): Make this match any multiples of eight spaces near
the beginning of a line.
(whitespace-buffer): Use `remove-overlays' instead of
`whitespace-unhighlight-the-space' and `overlay-recenter' to speed up overlay
handling.
(whitespace-buffer-leading, whitespace-buffer-trailing): Make these functions
highlight the text removed by `whitespace-buffer-leading-cleanup' and
`whitespace-buffer-trailing-cleanup' respectively.
(whitespace-buffer-search): Use `with-local-quit'.  Move `format' out of loop
to speed up scanning larger buffers.
(whitespace-unhighlight-the-space): Remove `remove-hook' since that function is
never added to a hook.
(whitespace-spacetab-regexp, whitespace-ateol-regexp)
(whitespace-buffer-leading-cleanup)
(whitespace-refresh-rescan-list): Fix docstrings.
2006-11-04 10:34:56 +00:00
Kim F. Storm
ede4ac6a6a 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
* allout.el (allout-during-yank-processing): Cue for inhibiting
	aberrance processing during yanks.
	(allout-doublecheck-at-and-shallower): Reduce the limit to reduce
	the amount of yanked topics that can be aberrant.
	(allout-do-doublecheck): Encapsulate this multiply-used recipe in
	a function, and supplement with inihibition of doublechecking
	during yanks.
	(allout-beginning-of-line, allout-next-heading)
	(allout-previous-heading, allout-goto-prefix-doublechecked)
	(allout-back-to-current-heading, allout-next-visible-heading)
	(allout-next-sibling): Use new allout-do-doublecheck function.
	(allout-next-sibling): Ensure we made progress when returning
	other than nil.
	(allout-rebullet-heading): Preserve text property annotations
	indicating the text was hidden, if it was.
	(allout-kill-line): Remove any added was-hidden annotations.
	(allout-kill-topic): Remove any added was-hidden annotations.
	(allout-annotate-hidden): Inhibit adding was-hidden text
	properties to the undo list.
	(allout-deannotate-hidden): New function to remove was-hidden
	annotation.
	(allout-hide-by-annotation): Use new allout-deannotate-hidden.
	(allout-remove-exposure-annotation): Replaced by
	allout-deannotate-hidden.
	(allout-yank-processing): Signal that yank processing is happening
	with allout-during-yank-processing.  Also, wrap
	allout-unprotected's closer to the text changes, for easier
	debugging.  We need to inhibit-field-text-motion explicitly, in
	lieu of the encompassing allout-unprotected.
	(outlineify-sticky): Adjust criteria for triggering new outline
	decorations to presence or absence of any topics, not just a topic
	at the beginning of the buffer.
2006-11-04 00:48:31 +00:00
Kim F. Storm
615b1c61c8 *** empty log message *** 2006-11-04 00:48:05 +00:00
Juanma Barranquero
9c92edca93 *** empty log message *** 2006-11-03 16:31:08 +00:00
Juanma Barranquero
7075e9c8ee Reword comment. 2006-11-03 15:43:58 +00:00
Juanma Barranquero
9861d11e7e (table--row-column-insertion-point-p): Use "non-nil" in docstrings. 2006-11-03 15:13:38 +00:00
Juanma Barranquero
b1f50b9528 (org-copy-subtree): Use "non-nil" in docstrings. 2006-11-03 15:12:46 +00:00
Juanma Barranquero
da3d757bd2 (flyspell-check-tex-math-command): Use "non-nil" in docstrings. 2006-11-03 15:11:44 +00:00
Juanma Barranquero
09aba29c3c (ada-find-in-ali): Use "non-nil" in docstrings. 2006-11-03 15:11:15 +00:00
Juanma Barranquero
bac964bb85 (eudc-expansion-overwrites-query): Use "non-nil" in docstrings. 2006-11-03 15:10:41 +00:00
Juanma Barranquero
a553e68904 (rsf-scanning-messages-now): Use "non-nil" in docstrings. 2006-11-03 15:10:16 +00:00
Juanma Barranquero
373ed13578 (find-function-noselect, find-function, find-variable-noselect, find-variable,
find-definition-noselect, find-face-definition): Use "non-nil" in docstrings.
2006-11-03 15:09:49 +00:00
Juanma Barranquero
c67c14f32e (checkdoc-rogue-space-check-engine): Use "non-nil" in docstrings. 2006-11-03 15:08:44 +00:00
Juanma Barranquero
80b709bce1 (widget-image-enable): Use "non-nil" in docstrings. 2006-11-03 15:08:02 +00:00
Juanma Barranquero
8728dbdd32 (speedbar-generic-list-tag-p): Use "non-nil" in docstrings. 2006-11-03 15:07:29 +00:00
Juanma Barranquero
4656ce7b84 (expand-pos): Use "non-nil" in docstrings. 2006-11-03 15:06:55 +00:00
Juanma Barranquero
10cb6e7b96 (custom-unlispify-menu-entries, custom-unlispify-tag-names,
custom-prompt-variable): Use "non-nil" in docstrings.
2006-11-03 15:06:26 +00:00
Juanma Barranquero
aaf08d6bb1 (bs--show-all, bs--redisplay): Use "non-nil" in docstrings. 2006-11-03 15:05:44 +00:00
Ramprasad B
c62d85beb7 *** empty log message *** 2006-11-03 14:38:12 +00:00
Juanma Barranquero
06856b12e9 (nnsoup-always-save): Use "non-nil" in docstrings. 2006-11-03 14:37:25 +00:00
Ramprasad B
e7cd761fab Installed [mark@mcs.vuw.ac.nz: sort-columns fails on NetBSD] patch 2006-11-03 14:33:38 +00:00
Juanma Barranquero
67cb63df8b (nndiary-reminders): Use "non-nil" in docstrings. 2006-11-03 14:33:11 +00:00
Juanma Barranquero
a444822589 (gnus-diary-delay-format-function): Use "non-nil" in docstring. 2006-11-03 14:32:22 +00:00
Ramprasad B
255fc2905e *** empty log message *** 2006-11-03 14:16:35 +00:00
Ramprasad B
030d1efecb Installed [sa2c@sa2c.net: pp-eval-last-sexp() does not eval last sexp] patch 2006-11-03 13:54:32 +00:00
Juanma Barranquero
e101e71804 *** empty log message *** 2006-11-03 00:24:26 +00:00
Stefan Monnier
757e168190 (server-auth-key): Remove. Replace by a process-property.
(server-start): Don't remove the file of the previous process, but
instead clear out the place for the new file.
(server-start): Set the :auth-key property.
(server-process-filter): Use the :auth-key property.
2006-11-02 23:46:14 +00:00
Miles Bader
b193caa336 Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 161-162)

   - Update from CVS

2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-art.el (article-hide-boring-headers): Fetch date from
   gnus-original-article-buffer to avoid problems with localized date
   strings.

2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/html2text.el (html2text-format-tags): Avoid infloop on open tags.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-495
2006-11-02 23:10:57 +00:00
Magnus Henoch
8917392a52 (url-http-handle-authentication): If there are several authentication
headers, use the first with a supported method.
2006-11-02 23:06:20 +00:00
Carsten Dominik
98644ad4a0 (org-mode-map): No longer copy `outline-mode-map' explicitly
- this is already done by `define-derived-mode'.
2006-11-02 08:41:57 +00:00
Carsten Dominik
661ca46f27 *** empty log message *** 2006-11-02 08:40:56 +00:00
Juanma Barranquero
95eefb3510 (server-visit-files): Use `when'.
(server-process-filter): When authentication fails, send error message to
client.  Wrap `process-send-region' in `ignore-errors' instead of
`condition-case', and remove misleading comment.
2006-11-02 01:31:39 +00:00
Juri Linkov
ac65be043c *** empty log message *** 2006-11-01 23:23:18 +00:00
Juri Linkov
a9b9303c47 (yank): Doc fix. 2006-11-01 23:11:08 +00:00
Stefan Monnier
b7621225b4 Try and fit within 80 columns.
(server-start): Make the auth file unreadable by other users.
2006-11-01 21:37:11 +00:00
Magnus Henoch
8ea882655e (url-http-create-request): Use buffer-locale equivalents of
dynamically bound variables.
2006-11-01 15:16:22 +00:00
Chong Yidong
5c79f850e1 * battery.el (battery-linux-proc-acpi): Prevent range error when
`full-capacity' is 0.
2006-11-01 14:24:37 +00:00
Kim F. Storm
d4fa60c883 *** empty log message *** 2006-10-31 11:07:10 +00:00
Ramprasad B
3cd2b59fc8 Added an entry 2006-10-31 09:59:48 +00:00
Ramprasad B
c76cf5f8a4 Installed describe-face sample text 2006-10-31 09:54:01 +00:00