1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-24 13:32:41 -08:00
Commit graph

10242 commits

Author SHA1 Message Date
Miles Bader
dbc3b08c40 Merge from emacs--devo--0
Patches applied:

 * emacs--devo--0  (patch 490-504)

   - Update from CVS
   - Merge from gnus--rel--5.10

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

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-130
2006-11-07 23:22:48 +00:00
Chong Yidong
47eff51e1a * whitespace.el (whitespace-buffer): Call remove-overlays after
overlay-recenter for performance.  Suggested by Martin Rudalics.
2006-11-07 17:36:55 +00:00
Michael Albinus
1d1c19ca25 * lisp/net/tramp.el (tramp-default-method): scp is the default method.
* man/tramp.texi (Configuration): scp is the default method.
(Default Method): Use ssh as example for another method.
2006-11-07 10:58:19 +00:00
Juanma Barranquero
18b8c421dc *** empty log message *** 2006-11-07 10:47:51 +00:00
Carsten Dominik
53a8eb2c92 *** empty log message *** 2006-11-07 08:26:49 +00:00
Juanma Barranquero
3dd428fa62 *** empty log message *** 2006-11-06 23:29:05 +00:00
Juanma Barranquero
c8c9333c69 (hook): Fix typos in docstring. 2006-11-06 22:37:30 +00:00
Chong Yidong
42132792ed * cus-edit.el (custom-mode-map): Move defvar above code using it.
(custom-mode-link-map): New variable.
(custom-group-link, custom-manual): Use follow-link.
2006-11-06 22:05:10 +00:00
Roland Winkler
f021dbca1a Fix typo in name of author of bibtex.el,
"Mark Shapiro" -> "Marc Shapiro".  Update his email address.
2006-11-06 21:33:47 +00:00
Richard M. Stallman
e5c12c7d77 *** empty log message *** 2006-11-06 16:51:40 +00:00
Chong Yidong
b734d8ea4c * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
(pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
	Printing menu if it's not initialized.
	(pr-menu-bind): Act on menu-bar-file-menu directly.
2006-11-06 15:12:46 +00:00
Juanma Barranquero
0b8f64bca9 *** empty log message *** 2006-11-06 03:04:08 +00:00
Juanma Barranquero
cf0f58baee (read-feature): Don't complete features not loaded from a file (which make
`unload-feature' to fail).
2006-11-05 20:57:32 +00:00
Reiner Steib
d52c204b13 (add-log-time-zone-rule): Mark as safe-local-variable. 2006-11-05 19:29:02 +00:00
Chong Yidong
ed58e87725 * startup.el (command-line-1): Kill emacs if the last frame is
deleted while evaluating the command-line arguments.
2006-11-05 17:34:47 +00:00
Richard M. Stallman
faefde3642 *** empty log message *** 2006-11-05 15:23:45 +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
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
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
Ramprasad B
c62d85beb7 *** empty log message *** 2006-11-03 14:38:12 +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
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
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
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
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
Juanma Barranquero
ecc5405763 *** empty log message *** 2006-10-31 01:08:02 +00:00
Juanma Barranquero
337e3c70f8 Add support for TCP sockets.
(server-use-tcp, server-host, server-auth-dir): New options.
(server-auth-key): New variable.
(server-ensure-safe-dir): Create nonexistent parent dirs.  Ignore Unix-style
file modes on Windows.
(server-start): Crete a TCP or Unix socket according to the value of
`server-use-tcp'.  For TCP sockets, create the id/auth file in `server-auth-dir'
directory.
(server-process-filter): Delete process if authentication fails (which never
happens for Unix sockets).
2006-10-30 23:24:18 +00:00
David Kastrup
2d1dd54d7d (add-to-list): Don't continue checking if a match has
been found.
2006-10-30 22:49:04 +00:00
Chong Yidong
024ccae399 * tutorial.el: Move defvars to avoid bytecomp warnings.
(tutorial--find-changed-keys): Check if viper-current-state is
	bound before using it.
	(help-with-tutorial): Check if viper-tutorial is defined before
	using it.
2006-10-30 21:34:15 +00:00
Chong Yidong
6db93af0c3 * help-fns.el (help-with-tutorial): Moved to tutorial.el.
* tutorial.el: New file.
	(help-with-tutorial): Moved here from help-fns.el. Added help for
	rebound keys.  Fixed resume of tutorial.
	(tutorial--describe-nonstandard-key, tutorial--sort-keys)
	(tutorial--find-changed-keys, tutorial--display-changes)
	(tutorial--saved-dir, tutorial--saved-file)
	(tutorial--save-tutorial): New functions to support the changes in
	help-with-tutorial.
2006-10-30 14:30:59 +00:00
Miles Bader
503be82149 Merge from emacs--devo--0
Patches applied:

 * emacs--devo--0  (patch 476-489)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 153-160)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-127
2006-10-30 08:54:41 +00:00
Kenichi Handa
e1ee3b548b (revert-buffer): If a unibyte buffer is being reverted
with a coding system for multibyte, set buffer multibyte before
calling insert-file-contents.
2006-10-30 07:40:14 +00:00
Stefan Monnier
7acc677bf1 (server-select-display): Use a dummy buffer to detect when
the frame is later used.
(server-select-display): New function.
(server-process-filter): Use it to detect unused temp frames.
2006-10-30 07:29:37 +00:00
Juanma Barranquero
5d1b4ae30f *** empty log message *** 2006-10-29 15:59:13 +00:00
Lars Hansen
8e7225a262 (with-parsed-tramp-file-name): Correct debug spec. Highlight as keyword.
(tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
Don't call tramp-method-out-of-band-p for local files.
(tramp-touch): Quote file name.
2006-10-29 12:55:35 +00:00
Glenn Morris
3f9a75cdbf *** empty log message *** 2006-10-28 22:01:09 +00:00
Chong Yidong
c0b1307a7d * emacs-lisp/authors.el (authors-aliases): Update. 2006-10-28 14:16:29 +00:00
Chong Yidong
f6b88dd6b9 * version.el (emacs-version): Bump version number to 22.0.90. 2006-10-27 15:41:31 +00:00