1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
Commit Graph

66557 Commits

Author SHA1 Message Date
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
Chong Yidong
c0af0f6e14 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
directories.
2006-10-30 14:20:47 +00:00
Chong Yidong
c5bd92c9c1 * makefile.w32-in: revert last change. 2006-10-30 14:15:57 +00:00
Chong Yidong
772033adc2 * makefile.w32-in: Revert last change. 2006-10-30 14:15:15 +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
Juanma Barranquero
4da0d3f794 (WinMain): Process all recognized arguments, not just the first one.
Remove unused variable sec_desc.
2006-10-29 22:47:15 +00:00
Chong Yidong
4713fa7667 * configure: Regenerate using autoconf 2.59. 2006-10-29 22:09:26 +00:00
Chong Yidong
8d31e37330 * ralloc.c (relinquish): Use a long for excess space counter to
handle 64-bit case correctly.
2006-10-29 21:54:18 +00:00
Chong Yidong
afa0f40bdb * configure.in: Enable x86-64 OpenBSD compilation. 2006-10-29 21:49:24 +00:00
Chong Yidong
1dbfd8e389 * m/amdx86-64.h: Add defines for OpenBSD x86-64. 2006-10-29 21:48:58 +00:00
Chong Yidong
b4e4dc3c1f * Makefile.in: Use relative paths to avoid advertising filesystem
contents during compilation.

	* makefile.w32-in: Likewise.
2006-10-29 21:36:17 +00:00
Chong Yidong
a1b40c181b * makefile.w32-in: Use relative paths to avoid advertising filesystem
contents during compilation.
2006-10-29 21:33:23 +00:00
Chong Yidong
cbdeee32c1 * Makefile.in: Use relative paths to avoid advertising filesystem
contents during compilation.
2006-10-29 21:31:19 +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
Juanma Barranquero
856bb2b0ee *** empty log message *** 2006-10-28 22:09:25 +00:00
Juanma Barranquero
473d3c06d8 (Fdisplay_buffer): Fix typo in docstring. 2006-10-28 22:03:51 +00:00
Glenn Morris
9f6ee97abb New package cal-html.el. 2006-10-28 22:02:20 +00:00
Glenn Morris
e6526a2ff5 Add cal-html.el author. 2006-10-28 22:01:18 +00:00
Glenn Morris
3f9a75cdbf *** empty log message *** 2006-10-28 22:01:09 +00:00
Glenn Morris
ce5c9f22f8 (Writing Calendar Files): Rename section (was "LaTeX Calendar").
Describe new package cal-html.
2006-10-28 21:59:56 +00:00
Glenn Morris
86ab123844 (Top): Rename old node "LaTeX Calendar" to "Writing Calendar Files." 2006-10-28 21:59:38 +00:00
Glenn Morris
27f70a6438 (Acknowledgments): Add cal-html author. 2006-10-28 21:59:15 +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
08c851609f * make-announcement (OLD): Remove LEIM references in announcement
since it is now built-in.
2006-10-28 14:18:04 +00:00
Chong Yidong
c0b1307a7d * emacs-lisp/authors.el (authors-aliases): Update. 2006-10-28 14:16:29 +00:00
YAMAMOTO Mitsuharu
e278f0fed2 Make links to mac/make-package and
mac/Emacs.app/Contents/Resources/Emacs.icns.
2006-10-28 02:18:41 +00:00
Juanma Barranquero
4975e69596 (x_draw_glyph_string_foreground): Set background mode to TRANSPARENT before
using overstrike to simulate bold faces.
2006-10-27 22:37:48 +00:00
Juanma Barranquero
234b59d7bb (best_matching_font): Fix logic to decide whether to use overstriking to
simulate bold-face (it was reversed).
2006-10-27 22:34:22 +00:00
Chong Yidong
00e4a45fc8 Bump version number to 22.0.90. 2006-10-27 15:47:36 +00:00
Chong Yidong
fbd9dd55cd Regenerate. 2006-10-27 15:44:44 +00:00
Chong Yidong
5c26463121 * elisp.texi: Bump version number to 22.0.90. 2006-10-27 15:43:18 +00:00
Chong Yidong
20d9982426 * emacs.texi: Bump version number to 22.0.90. 2006-10-27 15:42:50 +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
4f2c863870 * README: Bump version number to 22.0.90.
* AUTHORS: Regenerate.

	* configure: Regenerate.
2006-10-27 15:39:24 +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
Richard M. Stallman
04a623aac6 Downcase nroff/troff/roff.
(Installation): Chapter deleted.  Some xrefs deleted.
(Background): woman doesn't advise man ;-).
2006-10-27 11:58:29 +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