1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-13 06:50:39 -08:00
Commit graph

35057 commits

Author SHA1 Message Date
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
Miles Bader
24b86c51ee Add arch tagline 2006-10-31 02:08:16 +00:00
Juanma Barranquero
ecc5405763 *** empty log message *** 2006-10-31 01:08:02 +00:00
Juanma Barranquero
d759dcce76 (ada-prj-new): Change maintainer, apply whitespace-cleanup, checkdoc. Minor
improvements to many doc strings and comments.
(ada-prj-display-page): Change buffer name to more accurately reflect function.
2006-10-31 01:02:41 +00:00
Juanma Barranquero
88581e6183 Change maintainer, apply whitespace-cleanup, checkdoc.
(ada-func-or-proc-name): Add doc string.
2006-10-31 00:59:42 +00:00
Juanma Barranquero
417451fe30 (ada-compile-current): Don't add newlines to commands. 2006-10-31 00:57:56 +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
b3fcf4f50e Fix last fix. 2006-10-30 14:56:44 +00:00
Chong Yidong
cb753f5241 * 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 14:52:56 +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
ab785936c8 Merge from gnus--rel--5.10
Patches applied:

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

   - Update from CVS

2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
   variables.
   (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
   (mm-charset-synonym-alist): Move some entries to
   mm-codepage-iso-8859-list.
   (mm-charset-synonym-alist, mm-charset-override-alist): Add
   iso-8859-8/windows-1255 and iso-8859-9/windows-1254.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-489
2006-10-30 08:47:46 +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
Magnus Henoch
080234b693 (url-open-stream): Really use asynchronous connections (accidentally
disabled during debugging).
2006-10-29 21:00:50 +00:00
Juanma Barranquero
5d1b4ae30f *** empty log message *** 2006-10-29 15:59:13 +00:00
Juanma Barranquero
f70b58b0ca Change maintainer, apply whitespace-clean, checkdoc. Minor improvements to many
doc strings.
(ada-mode-version): New function.
(ada-create-menu): Menu operations are available for all supported compilers.
2006-10-29 15:29:57 +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
Miles Bader
b90a614915 Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 156-159)

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

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

   * lisp/gnus/gnus-sum.el (gnus-set-mode-line): Quote % in group name.

2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
   with Emacs 21 and XEmacs.

2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/mm-view.el: Add interactive arg to html2text autoload.

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

   * lisp/gnus/gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-487
2006-10-29 07:36:46 +00:00
Miles Bader
fdcd003e28 Add arch tagline 2006-10-28 23:22:07 +00:00
Glenn Morris
3f9a75cdbf *** empty log message *** 2006-10-28 22:01:09 +00:00
Glenn Morris
582172c6aa (cal-html-cursor-month, cal-html-cursor-year): Add autoloads for this
new package.
(calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
2006-10-28 21:53:34 +00:00
Glenn Morris
94ce023059 New file, from: Anna M. Bigatti <bigatti at dima.unige.it>. 2006-10-28 21:49:04 +00:00
Magnus Henoch
ced20bfb68 (url-http-parse-headers): Fix misplaced paren. 2006-10-28 14:51:40 +00:00
Chong Yidong
c0b1307a7d * emacs-lisp/authors.el (authors-aliases): Update. 2006-10-28 14:16:29 +00:00
Chong Yidong
fbd9dd55cd Regenerate. 2006-10-27 15:44:44 +00:00
Chong Yidong
f6b88dd6b9 * version.el (emacs-version): Bump version number to 22.0.90. 2006-10-27 15:41:31 +00:00
Chong Yidong
1b244f6177 * url.el (url-retrieve): Minor doc clarification. 2006-10-27 14:46:59 +00:00
Chong Yidong
5695d1dd75 * url-http.el (url-http-mark-connection-as-free): Verify that
connection is open before saving it.
	(url-http-handle-authentication): Use url-retrieve-internal
	instead of url-retrieve.
	(url-http-parse-headers): Adapt to new callback interface.
	(url-http): Handle non-blocking connections.
	(url-http-async-sentinel): Create.

	* url.el (url-retrieve): Update docstring for new callback interface.
	Remove all code.
	(url-retrieve-internal): Move code from url-retrieve here.

	* url-gw.el (url-open-stream): Use a non-blocking socket for
	`native' gateway method, if available.
2006-10-27 14:44:25 +00:00
Chong Yidong
d32f600dfc * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
New defvar.
	(inferior-octave-resync-dirs): Check to see whether Octave has
	built-in variables and set inferior-octave-has-built-in-variables.
	Check inferior-octave-has-built-in-variables to decide whether to
	send commands that set built-in variables or call functions to
	change Octave's behavior.
	Send "disp (pwd ())" to Octave instead of just "pwd".
	(inferior-octave-startup): Send "more off" to Octave instead of
	"page_screen_output = 0".
2006-10-27 14:39:43 +00:00
Chong Yidong
6655e16dba * emacs-lisp/cl-indent.el (lisp-indent-259): Fix last fix. 2006-10-27 00:52:06 +00:00
Chong Yidong
bec9dc7b07 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
pattern normally.
2006-10-26 20:39:53 +00:00
Nick Roberts
5400586c9b (mode-line-mode-menu): Remove bindings for global
minor modes (line/column number) as they are on the menubar.
2006-10-25 20:05:53 +00:00
Nick Roberts
7a1658dfb4 *** empty log message *** 2006-10-25 20:04:23 +00:00