bpt/emacs.git
16 years ago* etags.c (C_entries): Reset the fvdef machine when out of function.
Francesco Potortì [Tue, 17 Jul 2007 15:13:24 +0000 (15:13 +0000)]
* etags.c (C_entries): Reset the fvdef machine when out of function.
(PRINT_UNDOCUMENTED_OPTIONS_HELP): #define as FALSE if undefined.
(print_help): Use it in if() rather than #if.
(print_help): Conditionally print help about --no-line-directive.

16 years ago*** empty log message ***
Francesco Potortì [Tue, 17 Jul 2007 15:03:54 +0000 (15:03 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Francesco Potortì [Tue, 17 Jul 2007 14:55:40 +0000 (14:55 +0000)]
*** empty log message ***

16 years ago(Fdisplay_buffer): If largest or LRU window is the
Martin Rudalics [Tue, 17 Jul 2007 07:27:27 +0000 (07:27 +0000)]
(Fdisplay_buffer): If largest or LRU window is the
only window, split it even if it is not eligible for splitting.
This restores the original behavior broken by the 2007-07-15
change.

16 years ago(abbrev_check_chars): New function.
Glenn Morris [Tue, 17 Jul 2007 07:04:48 +0000 (07:04 +0000)]
(abbrev_check_chars): New function.
(Fdefine_global_abbrev, Fdefine_mode_abbrev): Call abbrev_check_chars
to check abbrev characters are word constituents.  Doc fix.

16 years ago*** empty log message ***
Glenn Morris [Tue, 17 Jul 2007 07:04:22 +0000 (07:04 +0000)]
*** empty log message ***

16 years ago(Fstart_process, Fmake_network_process, read_process_output):
Stefan Monnier [Tue, 17 Jul 2007 05:57:35 +0000 (05:57 +0000)]
(Fstart_process, Fmake_network_process, read_process_output):
Fix up last changes.

16 years ago(vc-bzr-version, vc-bzr-at-least-version, vc-bzr-post-command-function):
Stefan Monnier [Tue, 17 Jul 2007 05:33:17 +0000 (05:33 +0000)]
(vc-bzr-version, vc-bzr-at-least-version, vc-bzr-post-command-function):
Remove.  Version 0.8 is already old nowadays, and by the time Emacs-23 comes
out, nobody will even remember it has ever existed.

16 years ago*** empty log message ***
Stefan Monnier [Tue, 17 Jul 2007 04:59:27 +0000 (04:59 +0000)]
*** empty log message ***

16 years agoUndo previous change.
Dan Nicolaescu [Tue, 17 Jul 2007 04:47:57 +0000 (04:47 +0000)]
Undo previous change.

16 years ago(clean): Don't delete *~.
Eli Zaretskii [Mon, 16 Jul 2007 22:41:49 +0000 (22:41 +0000)]
(clean): Don't delete *~.

16 years ago(clean): Don't delete *~.
Eli Zaretskii [Mon, 16 Jul 2007 22:40:17 +0000 (22:40 +0000)]
(clean): Don't delete *~.

16 years ago(clean): Don't delete *~.
Eli Zaretskii [Mon, 16 Jul 2007 22:37:26 +0000 (22:37 +0000)]
(clean): Don't delete *~.

16 years ago(extraclean): Don't delete *~.
Eli Zaretskii [Mon, 16 Jul 2007 22:36:01 +0000 (22:36 +0000)]
(extraclean): Don't delete *~.

16 years ago(bootstrap, bootstrap-nmake, bootstrap-gmake): Depend on cmdproxy.
Eli Zaretskii [Mon, 16 Jul 2007 22:34:38 +0000 (22:34 +0000)]
(bootstrap, bootstrap-nmake, bootstrap-gmake): Depend on cmdproxy.
(cleanall): Don't delete *~.

16 years ago(tex-verbatim-environments): Add safe-local-variable property.
Stefan Monnier [Mon, 16 Jul 2007 18:38:05 +0000 (18:38 +0000)]
(tex-verbatim-environments): Add safe-local-variable property.
(tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
when starting font-lock rather than when loading tex-mode.el.

16 years ago(bookmark-maybe-sort-alist): Don't modify bookmark-alist.
Thien-Thi Nguyen [Mon, 16 Jul 2007 16:59:58 +0000 (16:59 +0000)]
(bookmark-maybe-sort-alist): Don't modify bookmark-alist.
Instead, if not sorting, simply return it.
(bookmark-bmenu-list): Call bookmark-maybe-sort-alist
for its return value, not for its side effect.

16 years ago(sh-font-lock-quoted-subshell): Skip over the
Stefan Monnier [Mon, 16 Jul 2007 16:01:04 +0000 (16:01 +0000)]
(sh-font-lock-quoted-subshell): Skip over the
whole $( rather than just the $.  Rename from sh-quoted-subshell.
(sh-font-lock-syntactic-keywords): Adjust call accordingly.

16 years ago(calculate-lisp-indent): In the case of alignment under a constant symbol,
Thien-Thi Nguyen [Mon, 16 Jul 2007 14:59:10 +0000 (14:59 +0000)]
(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".

16 years ago(Fdisplay_buffer): Use NILP.
Andreas Schwab [Mon, 16 Jul 2007 13:22:13 +0000 (13:22 +0000)]
(Fdisplay_buffer): Use NILP.
(Fset_window_scroll_bars): Likewise.

16 years ago(mouse-yank-secondary): Better error message if no secondary selection.
Richard M. Stallman [Mon, 16 Jul 2007 04:42:24 +0000 (04:42 +0000)]
(mouse-yank-secondary): Better error message if no secondary selection.

16 years ago(vc-handled-backends): Move BZR later in the list.
Dan Nicolaescu [Mon, 16 Jul 2007 04:25:51 +0000 (04:25 +0000)]
(vc-handled-backends): Move BZR later in the list.

16 years ago(xterm-turn-on-modify-other-keys)
Dan Nicolaescu [Mon, 16 Jul 2007 04:05:08 +0000 (04:05 +0000)]
(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.

16 years ago(bookmark-show-all-annotations):
Thien-Thi Nguyen [Mon, 16 Jul 2007 02:17:28 +0000 (02:17 +0000)]
(bookmark-show-all-annotations):
Make sure each inserted annotation ends with newline.

16 years ago*** empty log message ***
Jason Rumney [Sun, 15 Jul 2007 22:15:38 +0000 (22:15 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Michael Albinus [Sun, 15 Jul 2007 20:05:28 +0000 (20:05 +0000)]
*** empty log message ***

16 years ago(cua-paste): Before a yank command,
Juri Linkov [Sun, 15 Jul 2007 19:58:18 +0000 (19:58 +0000)]
(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.

16 years ago(delete-selection-pre-hook): Before a yank command,
Juri Linkov [Sun, 15 Jul 2007 19:55:32 +0000 (19:55 +0000)]
(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.

16 years ago* recentf.el (recentf-keep-default-predicate): New defun.
Michael Albinus [Sun, 15 Jul 2007 19:55:14 +0000 (19:55 +0000)]
* recentf.el (recentf-keep-default-predicate): New defun.
(recentf-keep): Use it as initial value.

16 years agoJeff Miller <jmiller at cablespeed.com> (tiny change)
Glenn Morris [Sun, 15 Jul 2007 19:15:13 +0000 (19:15 +0000)]
Jeff Miller  <jmiller at cablespeed.com>  (tiny change)

(calendar-goto-bahai-date): Autoload it.

16 years agoMove autoload from previous change to calendar.el.
Glenn Morris [Sun, 15 Jul 2007 19:12:45 +0000 (19:12 +0000)]
Move autoload from previous change to calendar.el.

16 years agomove Quitting Info node; update Back-Cover Text
Karl Berry [Sun, 15 Jul 2007 13:19:28 +0000 (13:19 +0000)]
move Quitting Info node; update Back-Cover Text

16 years ago(uint16_t): Define if C99 does not appear to be fully supported.
Jason Rumney [Sun, 15 Jul 2007 12:14:52 +0000 (12:14 +0000)]
(uint16_t): Define if C99 does not appear to be fully supported.

16 years ago(window_min_size_2): New function.
Martin Rudalics [Sun, 15 Jul 2007 08:23:02 +0000 (08:23 +0000)]
(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.

16 years agoMerge from emacs--rel--22
Miles Bader [Sun, 15 Jul 2007 01:50:59 +0000 (01:50 +0000)]
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

16 years agoMerge from gnus--rel--5.10
Miles Bader [Sun, 15 Jul 2007 04:45:41 +0000 (04:45 +0000)]
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

16 years agoRevert recent bookmark keybinding changes, thus returning to using
Karl Fogel [Sun, 15 Jul 2007 01:34:15 +0000 (01:34 +0000)]
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.

16 years agoSync from trunk:
Glenn Morris [Sun, 15 Jul 2007 01:23:15 +0000 (01:23 +0000)]
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.

16 years agoJeff Miller <jmiller at cablespeed.com> (tiny change)
Glenn Morris [Sun, 15 Jul 2007 01:15:36 +0000 (01:15 +0000)]
Jeff Miller  <jmiller at cablespeed.com>  (tiny change)

(calendar-goto-bahai-date): Add autoload cookie.

16 years agoJeff Miller <jmiller at cablespeed.com> (tiny change)
Glenn Morris [Sun, 15 Jul 2007 01:14:34 +0000 (01:14 +0000)]
Jeff Miller  <jmiller at cablespeed.com>  (tiny change)

(calendar-goto-bahai-date): Add autoload cookie.

16 years ago(comint-simple-send): Concat newline before sending.
Jason Rumney [Sun, 15 Jul 2007 01:00:55 +0000 (01:00 +0000)]
(comint-simple-send): Concat newline before sending.
(comint-password-prompt-regexp): Recognize plink's passphrase prompt.

16 years ago(set-default-process-coding-system): Use dos line ends
Jason Rumney [Sun, 15 Jul 2007 00:59:43 +0000 (00:59 +0000)]
(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.

16 years agoIPv6 support on MS-Windows
Jason Rumney [Sat, 14 Jul 2007 23:15:49 +0000 (23:15 +0000)]
IPv6 support on MS-Windows

16 years agoDon't undefine AF_INET6.
Jason Rumney [Sat, 14 Jul 2007 23:04:56 +0000 (23:04 +0000)]
Don't undefine AF_INET6.

16 years agoInclude winsock2.h and ws2tcpip.h instead of winsock.h.
Jason Rumney [Sat, 14 Jul 2007 23:03:37 +0000 (23:03 +0000)]
Include winsock2.h and ws2tcpip.h instead of winsock.h.

16 years ago(generated-autoload-file): Autoload the safe-local-variable setting.
Stefan Monnier [Sat, 14 Jul 2007 19:03:22 +0000 (19:03 +0000)]
(generated-autoload-file): Autoload the safe-local-variable setting.

16 years ago(maybe_call_debugger): New function.
Richard M. Stallman [Sat, 14 Jul 2007 18:43:58 +0000 (18:43 +0000)]
(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.

16 years ago(Handling Errors): Document `debug' in handler list.
Richard M. Stallman [Sat, 14 Jul 2007 18:34:22 +0000 (18:34 +0000)]
(Handling Errors): Document `debug' in handler list.

16 years ago*** empty log message ***
Richard M. Stallman [Sat, 14 Jul 2007 18:31:40 +0000 (18:31 +0000)]
*** empty log message ***

16 years ago* lisp/ChangeLog: Put main author of change in the ChangeLog entry
Karl Fogel [Sat, 14 Jul 2007 18:10:17 +0000 (18:10 +0000)]
* lisp/ChangeLog: Put main author of change in the ChangeLog entry
  header; rewrite entry accordingly.

16 years ago* regs.texi (Bookmarks): Adjust for recent keybinding changes in
Karl Fogel [Sat, 14 Jul 2007 18:06:09 +0000 (18:06 +0000)]
* 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.

16 years ago(defadvice): Doc fix.
David Kastrup [Sat, 14 Jul 2007 16:14:58 +0000 (16:14 +0000)]
(defadvice): Doc fix.

16 years ago(when, unless): Doc fix.
Juanma Barranquero [Sat, 14 Jul 2007 11:11:43 +0000 (11:11 +0000)]
(when, unless): Doc fix.

16 years ago*** empty log message ***
Juanma Barranquero [Sat, 14 Jul 2007 11:04:31 +0000 (11:04 +0000)]
*** empty log message ***

16 years ago(Fsave_window_excursion): Doc fix.
Juanma Barranquero [Sat, 14 Jul 2007 10:57:49 +0000 (10:57 +0000)]
(Fsave_window_excursion): Doc fix.

16 years ago(Fwith_output_to_temp_buffer): Doc fix.
Juanma Barranquero [Sat, 14 Jul 2007 10:56:33 +0000 (10:56 +0000)]
(Fwith_output_to_temp_buffer): Doc fix.

16 years ago(Ftrack_mouse): Doc fix.
Juanma Barranquero [Sat, 14 Jul 2007 10:55:50 +0000 (10:55 +0000)]
(Ftrack_mouse): Doc fix.

16 years ago(Fprogn): Doc fix.
Juanma Barranquero [Sat, 14 Jul 2007 10:54:09 +0000 (10:54 +0000)]
(Fprogn): Doc fix.

16 years ago(gnus-mime-delete-part): Don't go through article-edit
David Kastrup [Sat, 14 Jul 2007 09:12:16 +0000 (09:12 +0000)]
(gnus-mime-delete-part): Don't go through article-edit
finishing actions if we did not edit the article.

16 years ago(bugzilla): Mention gtk-engines-qt bug.
Jan Djärv [Sat, 14 Jul 2007 09:02:35 +0000 (09:02 +0000)]
(bugzilla): Mention gtk-engines-qt bug.

16 years agoMention gtk-engines-qt problem.
Jan Djärv [Sat, 14 Jul 2007 09:02:06 +0000 (09:02 +0000)]
Mention gtk-engines-qt problem.

16 years agoWhitespace change.
Richard M. Stallman [Fri, 13 Jul 2007 23:38:31 +0000 (23:38 +0000)]
Whitespace change.

16 years ago* NEWS: Update for recent bookmark keybinding changes.
Karl Fogel [Fri, 13 Jul 2007 23:20:21 +0000 (23:20 +0000)]
* NEWS: Update for recent bookmark keybinding changes.

16 years ago(install-lisp-SH, install-lisp-CMD): New targets.
Eli Zaretskii [Fri, 13 Jul 2007 20:42:01 +0000 (20:42 +0000)]
(install-lisp-SH, install-lisp-CMD): New targets.
(install): Use them to copy all *.el files before *.elc.

16 years agoAdd @documentencoding directive.
Eli Zaretskii [Fri, 13 Jul 2007 20:37:05 +0000 (20:37 +0000)]
Add @documentencoding directive.

16 years ago($(infodir)/emacs-mime): Use --enable-encoding.
Eli Zaretskii [Fri, 13 Jul 2007 20:36:29 +0000 (20:36 +0000)]
($(infodir)/emacs-mime): Use --enable-encoding.

16 years ago(../info/emacs-mime): Use --enable-encoding.
Eli Zaretskii [Fri, 13 Jul 2007 20:35:27 +0000 (20:35 +0000)]
(../info/emacs-mime): Use --enable-encoding.

16 years ago(install-lisp-SH, install-lisp-CMD): New targets.
Eli Zaretskii [Fri, 13 Jul 2007 20:23:12 +0000 (20:23 +0000)]
(install-lisp-SH, install-lisp-CMD): New targets.
(install): Use them to copy all *.el files before *.elc.

16 years ago($(infodir)/emacs-mime): Use --enable-encoding.
Eli Zaretskii [Fri, 13 Jul 2007 19:47:02 +0000 (19:47 +0000)]
($(infodir)/emacs-mime): Use --enable-encoding.

16 years ago(../info/emacs-mime): Use --enable-encoding.
Eli Zaretskii [Fri, 13 Jul 2007 19:45:55 +0000 (19:45 +0000)]
(../info/emacs-mime): Use --enable-encoding.

16 years agoAdd @documentencoding directive.
Eli Zaretskii [Fri, 13 Jul 2007 19:44:45 +0000 (19:44 +0000)]
Add @documentencoding directive.

16 years ago* bookmark.el (bookmark-jump-other-window): New function.
Karl Fogel [Fri, 13 Jul 2007 18:20:55 +0000 (18:20 +0000)]
* 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.

16 years ago* bookmark.el: Shorten some comments to fit within 80 lines.
Karl Fogel [Fri, 13 Jul 2007 18:18:04 +0000 (18:18 +0000)]
* bookmark.el: Shorten some comments to fit within 80 lines.

16 years ago* bookmark.el: Don't define bookmark keys under the "C-xr" map;
Karl Fogel [Fri, 13 Jul 2007 18:16:17 +0000 (18:16 +0000)]
* 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.

16 years agoMove to end of line if in headline without
Carsten Dominik [Fri, 13 Jul 2007 16:08:46 +0000 (16:08 +0000)]
Move to end of line if in headline without
tags.

16 years ago*** empty log message ***
Carsten Dominik [Fri, 13 Jul 2007 16:08:21 +0000 (16:08 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Carsten Dominik [Fri, 13 Jul 2007 13:15:05 +0000 (13:15 +0000)]
*** empty log message ***

16 years agoBug fixes.
Carsten Dominik [Fri, 13 Jul 2007 13:14:11 +0000 (13:14 +0000)]
Bug fixes.

16 years ago*** empty log message ***
Carsten Dominik [Fri, 13 Jul 2007 13:13:55 +0000 (13:13 +0000)]
*** empty log message ***

16 years agoRemove spurious * in docstrings.
Stefan Monnier [Fri, 13 Jul 2007 04:49:30 +0000 (04:49 +0000)]
Remove spurious * in docstrings.
(vc-handled-backends): Add BZR.

16 years ago(vc-find-file-hook): Use with-demoted-errors.
Stefan Monnier [Fri, 13 Jul 2007 04:46:37 +0000 (04:46 +0000)]
(vc-find-file-hook): Use with-demoted-errors.

16 years ago* replace.el (match): Use yellow1 instead of yellow.
Dan Nicolaescu [Fri, 13 Jul 2007 02:50:19 +0000 (02:50 +0000)]
* 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.

16 years ago(init_eval_once): Bump max_lisp_eval_depth to 400.
Stefan Monnier [Fri, 13 Jul 2007 01:06:36 +0000 (01:06 +0000)]
(init_eval_once): Bump max_lisp_eval_depth to 400.

16 years ago(Starting GUD): Add xref to this anchor.
Nick Roberts [Thu, 12 Jul 2007 23:56:37 +0000 (23:56 +0000)]
(Starting GUD): Add xref to this anchor.

16 years ago(Remote processes): Add an anchor to the subsection
Nick Roberts [Thu, 12 Jul 2007 23:55:04 +0000 (23:55 +0000)]
(Remote processes): Add an anchor to the subsection
"Running a debugger on a remote host".

16 years ago*** empty log message ***
Nick Roberts [Thu, 12 Jul 2007 23:53:28 +0000 (23:53 +0000)]
*** empty log message ***

16 years ago(desktop-buffer-info, desktop-save): Use `desktop-dirname' instead of `dirname'.
Juanma Barranquero [Thu, 12 Jul 2007 22:47:51 +0000 (22:47 +0000)]
(desktop-buffer-info, desktop-save): Use `desktop-dirname' instead of `dirname'.

16 years ago(desktop-buffer-info, desktop-save): Use `desktop-dirname' instead of `dirname'.
Juanma Barranquero [Thu, 12 Jul 2007 22:40:00 +0000 (22:40 +0000)]
(desktop-buffer-info, desktop-save): Use `desktop-dirname' instead of `dirname'.

16 years ago* tramp.texi (Remote processes): Don't call it "experimental" any
Michael Albinus [Thu, 12 Jul 2007 21:13:06 +0000 (21:13 +0000)]
* tramp.texi (Remote processes): Don't call it "experimental" any
longer.  Add subsection about running a debugger on a remote host.

16 years agoRemove dashes from front of first line.
Jason Rumney [Thu, 12 Jul 2007 10:43:46 +0000 (10:43 +0000)]
Remove dashes from front of first line.

16 years ago(struct Lisp_Process): Turn slots infd, outfd, kill_without_query, pty_flag,
Stefan Monnier [Thu, 12 Jul 2007 06:36:57 +0000 (06:36 +0000)]
(struct Lisp_Process): Turn slots infd, outfd, kill_without_query, pty_flag,
tick, update_tick, decoding_carryover, inherit_coding_system_flag,
filter_multibyte, adaptive_read_buffering, read_output_delay, and
read_output_skip from Lisp_Objects to ints.  Remove unused
encoding_carryover.

16 years ago(which-func-modes): Add `python-mode'.
Stefan Monnier [Thu, 12 Jul 2007 04:37:06 +0000 (04:37 +0000)]
(which-func-modes): Add `python-mode'.

16 years ago(python-which-func-length-limit): New var.
Stefan Monnier [Thu, 12 Jul 2007 04:36:48 +0000 (04:36 +0000)]
(python-which-func-length-limit): New var.
(python-which-func): New function.
(python-current-defun): Add optional `length-limit' and try to fit
computed function name to that length.
(python-mode): Hook `python-which-func' up.

16 years ago(pcomplete-entries): Obey pcomplete-ignore-case.
Stefan Monnier [Thu, 12 Jul 2007 04:15:55 +0000 (04:15 +0000)]
(pcomplete-entries): Obey pcomplete-ignore-case.

16 years ago(comint-dynamic-complete-as-filename,comint-dynamic-list-filename-completions):
Stefan Monnier [Thu, 12 Jul 2007 04:14:48 +0000 (04:14 +0000)]
(comint-dynamic-complete-as-filename,comint-dynamic-list-filename-completions):
Use read-file-name-completion-ignore-case.

16 years agoRequire CL.
Stefan Monnier [Thu, 12 Jul 2007 03:13:37 +0000 (03:13 +0000)]
Require CL.
(vc-cvs-revision-table, vc-cvs-revision-completion-table):
New functions to provide completion of revision names.

16 years ago(vc-functions): Clear up the cache when reloading the file.
Stefan Monnier [Thu, 12 Jul 2007 03:10:45 +0000 (03:10 +0000)]
(vc-functions): Clear up the cache when reloading the file.
(vc-cvs-annotate-first-line-re): New const.
(vc-cvs-annotate-process-filter): New fun.
(vc-cvs-annotate-command): Use them and run the command asynchronously.

16 years ago(eldoc-last-data): Revise documentation.
Stefan Monnier [Thu, 12 Jul 2007 01:51:52 +0000 (01:51 +0000)]
(eldoc-last-data): Revise documentation.
(eldoc-print-current-symbol-info): Adjust for changed helper
function signatures.
(eldoc-get-fnsym-args-string): Add `args' argument.  Use new
`eldoc-highlight-function-argument'.
(eldoc-highlight-function-argument): New function.
(eldoc-get-var-docstring): Format documentation with
`font-lock-variable-name-face'.
(eldoc-docstring-format-sym-doc): Add `face' argument and apply it
where suited.
(eldoc-fnsym-in-current-sexp): Return a list with argument index.
(eldoc-beginning-of-sexp): Return number of skipped sexps.

16 years agoInclude unistd.h only if HAVE_UNISTD_H.
Richard M. Stallman [Thu, 12 Jul 2007 01:41:38 +0000 (01:41 +0000)]
Include unistd.h only if HAVE_UNISTD_H.

16 years ago* progmodes/compile.el (compilation-start): `start-process' must
Michael Albinus [Wed, 11 Jul 2007 19:38:21 +0000 (19:38 +0000)]
* progmodes/compile.el (compilation-start): `start-process' must
still be redefined when calling `start-process-shell-command'.

* progmodes/gud.el (gud-file-name): When `default-directory' is a
remote file name, prepend its remote part to the filename.
(gud-common-init): When `default-directory' is a remote file name,
make the filename relative to it.
Based on a patch by Nick Roberts <nickrob@snap.net.nz>.