1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-21 05:21:37 -07:00
Commit graph

74001 commits

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

 * emacs--devo--0  (patch 806-813)

   - Merge from emacs--rel--22
   - Update from CVS

 * emacs--rel--22  (patch 51-58)

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

 * gnus--rel--5.10  (patch 233-236)

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

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-230
2007-07-15 04:47:46 +00:00
Miles Bader
6f8a87c027 Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 55-58)

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

 * gnus--rel--5.10  (patch 235-236)

   - Update from CVS

2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>

   * lisp/replace.el (match): Use yellow1 instead of yellow.

   * lisp/progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
   red.

   * lisp/pcvs-info.el (cvs-unknown): Likewise.

2007-07-10  Richard M. Stallman  <rms@gnu.org>

   * lisp/emacs-lisp/lisp-mode.el (eval-defun):
   Explain special handling of `defface'.

2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
   (gnus-server-closed-face, gnus-server-denied-face)
   (gnus-server-offline-face): Remove variable.
   (gnus-server-font-lock-keywords): Use faces that are not aliases.

   * lisp/gnus/mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
   (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
   if the coding-system argument is nil for XEmacs.

   * lisp/gnus/nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
   mm-charset-override-alist.

   * lisp/gnus/rfc2047.el: Don't require base64; require rfc2045 for the function
   rfc2045-encode-string.
   (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
   to quote the parameter value.

2007-07-10  Richard M. Stallman  <rms@gnu.org>

   * lispref/display.texi (Defining Faces): Explain C-M-x feature for defface.

2007-07-11  Jason Rumney  <jasonr@gnu.org>

   * nt/gmake.defs (OLE32): New library to link.

   * nt/nmake.defs (OLE32): Likewise.

2007-07-11  Jason Rumney  <jasonr@gnu.org>

   * src/makefile.w32-in (LIBS): Include OLE32.

   * src/w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
   (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-812
2007-07-15 01:50:59 +00:00
Miles Bader
82fe1aeda6 Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 235-236)

   - Update from CVS

2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
   (gnus-server-closed-face, gnus-server-denied-face)
   (gnus-server-offline-face): Remove variable.
   (gnus-server-font-lock-keywords): Use faces that are not aliases.

   * lisp/gnus/mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
   (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
   if the coding-system argument is nil for XEmacs.

   * lisp/gnus/nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
   mm-charset-override-alist.

   * lisp/gnus/rfc2047.el: Don't require base64; require rfc2045 for the function
   rfc2045-encode-string.
   (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
   to quote the parameter value.

Revision: emacs@sv.gnu.org/emacs--rel--22--patch-58
2007-07-15 04:45:41 +00:00
Karl Fogel
36ae4ff74e Revert recent bookmark keybinding changes, thus returning to using
three slots under C-x r.  See this message and its thread for details:
http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.

* lisp/bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com.

* etc/NEWS: Revert 2007-07-13T23:20:21Z!kfogel@red-bean.com, which
  documented bookmark keybinding changes that were later reverted.

* man/ChangeLog: Remove ChangeLog entry for accidentally uncommitted
  changes to regs.texi that would have documented the keybinding
  change reverted above.
2007-07-15 01:34:15 +00:00
Glenn Morris
43335a6daa Sync from trunk:
Werner Lemberg  <wl at gnu.org>

* emacs.1: Completely revised.  Fix many typographical glitches.
Updated to handle current state of options and resources.
2007-07-15 01:23:15 +00:00
Glenn Morris
792a2519da Jeff Miller <jmiller at cablespeed.com> (tiny change)
(calendar-goto-bahai-date): Add autoload cookie.
2007-07-15 01:15:36 +00:00
Glenn Morris
4207db9aaf Jeff Miller <jmiller at cablespeed.com> (tiny change)
(calendar-goto-bahai-date): Add autoload cookie.
2007-07-15 01:14:34 +00:00
Jason Rumney
3af378034d (comint-simple-send): Concat newline before sending.
(comint-password-prompt-regexp): Recognize plink's passphrase prompt.
2007-07-15 01:00:55 +00:00
Jason Rumney
a272a73955 (set-default-process-coding-system): Use dos line ends
for input to cmdproxy on all versions of Windows.
Use dos line ends for input to plink.
2007-07-15 00:59:43 +00:00
Jason Rumney
672f99b69b IPv6 support on MS-Windows 2007-07-14 23:15:49 +00:00
Jason Rumney
5e1ab61368 Don't undefine AF_INET6. 2007-07-14 23:04:56 +00:00
Jason Rumney
a2dcccd99e Include winsock2.h and ws2tcpip.h instead of winsock.h. 2007-07-14 23:03:37 +00:00
Stefan Monnier
a25beddb33 (generated-autoload-file): Autoload the safe-local-variable setting. 2007-07-14 19:03:22 +00:00
Richard M. Stallman
f01cbfdda1 (maybe_call_debugger): New function.
(find_handler_clause): Use maybe_call_debugger.
Call it when the handler says `debug'.
Eliminate DEBUGGER_VALUE_PTR.
(Fsignal): Eliminate debugger_value.
(Qdebug): New variable.
(syms_of_eval): Initialize it.
2007-07-14 18:43:58 +00:00
Richard M. Stallman
be44b862ba (Handling Errors): Document `debug' in handler list. 2007-07-14 18:34:22 +00:00
Richard M. Stallman
8d3719940e *** empty log message *** 2007-07-14 18:31:40 +00:00
Karl Fogel
f8b7331d23 * lisp/ChangeLog: Put main author of change in the ChangeLog entry
header; rewrite entry accordingly.
2007-07-14 18:10:17 +00:00
Karl Fogel
eac3f1eb3e * regs.texi (Bookmarks): Adjust for recent keybinding changes in
bookmark.el, namely 2007-07-13T18:16:17Z!kfogel@red-bean.com and
  2007-07-13T18:20:55Z!kfogel@red-bean.com.
2007-07-14 18:06:09 +00:00
David Kastrup
287a387cf5 (defadvice): Doc fix. 2007-07-14 16:14:58 +00:00
Juanma Barranquero
ebc3ae141e (when, unless): Doc fix. 2007-07-14 11:11:43 +00:00
Juanma Barranquero
1bab435a3e *** empty log message *** 2007-07-14 11:04:31 +00:00
Juanma Barranquero
7254a30ca9 (Fsave_window_excursion): Doc fix. 2007-07-14 10:57:49 +00:00
Juanma Barranquero
f0005db530 (Fwith_output_to_temp_buffer): Doc fix. 2007-07-14 10:56:33 +00:00
Juanma Barranquero
d514369d90 (Ftrack_mouse): Doc fix. 2007-07-14 10:55:50 +00:00
Juanma Barranquero
5b4a1f50d3 (Fprogn): Doc fix. 2007-07-14 10:54:09 +00:00
David Kastrup
016d1c7104 (gnus-mime-delete-part): Don't go through article-edit
finishing actions if we did not edit the article.
2007-07-14 09:12:16 +00:00
Jan Djärv
a34756594c (bugzilla): Mention gtk-engines-qt bug. 2007-07-14 09:02:35 +00:00
Jan Djärv
f6021509c5 Mention gtk-engines-qt problem. 2007-07-14 09:02:06 +00:00
Richard M. Stallman
d143e2a56f Whitespace change. 2007-07-13 23:38:31 +00:00
Karl Fogel
488eebbd19 * NEWS: Update for recent bookmark keybinding changes. 2007-07-13 23:20:21 +00:00
Eli Zaretskii
86d9251861 (install-lisp-SH, install-lisp-CMD): New targets.
(install): Use them to copy all *.el files before *.elc.
2007-07-13 20:42:01 +00:00
Eli Zaretskii
47f88b0058 Add @documentencoding directive. 2007-07-13 20:37:05 +00:00
Eli Zaretskii
cc446013c1 ($(infodir)/emacs-mime): Use --enable-encoding. 2007-07-13 20:36:29 +00:00
Eli Zaretskii
78ffd1eaf1 (../info/emacs-mime): Use --enable-encoding. 2007-07-13 20:35:27 +00:00
Eli Zaretskii
564a3032f9 (install-lisp-SH, install-lisp-CMD): New targets.
(install): Use them to copy all *.el files before *.elc.
2007-07-13 20:23:12 +00:00
Eli Zaretskii
3fc750390c ($(infodir)/emacs-mime): Use --enable-encoding. 2007-07-13 19:47:02 +00:00
Eli Zaretskii
1342bb6b64 (../info/emacs-mime): Use --enable-encoding. 2007-07-13 19:45:55 +00:00
Eli Zaretskii
a5b18336b6 Add @documentencoding directive. 2007-07-13 19:44:45 +00:00
Karl Fogel
241ab2b5f9 * bookmark.el (bookmark-jump-other-window): New function.
(bookmark-map): Bind it to "o".

Patch by Drew Adams <drew.adams{_AT_}oracle.com>.  See
http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
2007-07-13 18:20:55 +00:00
Karl Fogel
d14c45f7aa * bookmark.el: Shorten some comments to fit within 80 lines. 2007-07-13 18:18:04 +00:00
Karl Fogel
e4f6f302a5 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
  Adams <drew.adams{_AT_}oracle.com>, mildly tweaked by me.  See
  http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
2007-07-13 18:16:17 +00:00
Carsten Dominik
8ca3a1ea84 Move to end of line if in headline without
tags.
2007-07-13 16:08:46 +00:00
Carsten Dominik
1bedaec120 *** empty log message *** 2007-07-13 16:08:21 +00:00
Carsten Dominik
fecda3e831 *** empty log message *** 2007-07-13 13:15:05 +00:00
Carsten Dominik
1e8fbb6d6d Bug fixes. 2007-07-13 13:14:11 +00:00
Carsten Dominik
d72dd6bc46 *** empty log message *** 2007-07-13 13:13:55 +00:00
Stefan Monnier
e5162bc170 Remove spurious * in docstrings.
(vc-handled-backends): Add BZR.
2007-07-13 04:49:30 +00:00
Stefan Monnier
fc8b8d0fb5 (vc-find-file-hook): Use with-demoted-errors. 2007-07-13 04:46:37 +00:00
Dan Nicolaescu
5183d4c9a9 * replace.el (match): Use yellow1 instead of yellow.
* progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
red.

* pcvs-info.el (cvs-unknown): Likewise.
2007-07-13 02:50:19 +00:00
Stefan Monnier
be436d23c7 (init_eval_once): Bump max_lisp_eval_depth to 400. 2007-07-13 01:06:36 +00:00