1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00
Commit graph

71495 commits

Author SHA1 Message Date
Thien-Thi Nguyen
1499cfbada (calculate-lisp-indent): In the case of alignment under a constant symbol,
find and consider the sexp actually at indentation to be the "last sexp".
2007-07-16 14:59:10 +00:00
Andreas Schwab
413a79ad66 (Fdisplay_buffer): Use NILP.
(Fset_window_scroll_bars): Likewise.
2007-07-16 13:22:13 +00:00
Richard M. Stallman
b3709a5323 (mouse-yank-secondary): Better error message if no secondary selection. 2007-07-16 04:42:24 +00:00
Dan Nicolaescu
dbd3d78766 (vc-handled-backends): Move BZR later in the list. 2007-07-16 04:25:51 +00:00
Dan Nicolaescu
2b1070c8f0 (xterm-turn-on-modify-other-keys)
(xterm-turn-off-modify-other-keys): New functions.
(terminal-init-xterm): Enable the modifyOtherKeys feature if the
terminal supports it.
2007-07-16 04:05:08 +00:00
Thien-Thi Nguyen
fd5306d288 (bookmark-show-all-annotations):
Make sure each inserted annotation ends with newline.
2007-07-16 02:17:28 +00:00
Jason Rumney
5412a7f398 *** empty log message *** 2007-07-15 22:15:38 +00:00
Michael Albinus
abb971c3fa *** empty log message *** 2007-07-15 20:05:28 +00:00
Juri Linkov
0aeeaa263e (cua-paste): Before a yank command,
check also whether last-command is one of mouse-save-then-kill,
mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
2007-07-15 19:58:18 +00:00
Juri Linkov
195d88f474 (delete-selection-pre-hook): Before a yank command,
check also whether last-command is one of mouse-save-then-kill,
mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
2007-07-15 19:55:32 +00:00
Michael Albinus
60f164bdb7 * recentf.el (recentf-keep-default-predicate): New defun.
(recentf-keep): Use it as initial value.
2007-07-15 19:55:14 +00:00
Glenn Morris
004b681c64 Jeff Miller <jmiller at cablespeed.com> (tiny change)
(calendar-goto-bahai-date): Autoload it.
2007-07-15 19:15:13 +00:00
Glenn Morris
626fc5ee51 Move autoload from previous change to calendar.el. 2007-07-15 19:12:45 +00:00
Karl Berry
7330757379 move Quitting Info node; update Back-Cover Text 2007-07-15 13:19:28 +00:00
Jason Rumney
bfbe85fc88 (uint16_t): Define if C99 does not appear to be fully supported. 2007-07-15 12:14:52 +00:00
Martin Rudalics
f1de8c7741 (window_min_size_2): New function.
(window_min_size_1, size_window, Fdisplay_buffer)
(Fsplit_window, adjust_window_trailing_edge): Use it to avoid
windows without mode- or header-lines when window-min-height is
too small.
(size_window): Reset nodelete_p after testing it, following an
earlier note by Kim F. Storm.
(display_buffer): Do not set split_height_threshold to twice the
value of window_min_height to avoid changing the value of a
customizable variable.  Rather explicitly check whether the
height of the window that shall be splitted is at least as large
as split_height_threshold.
2007-07-15 08:23:02 +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