Commit graph

56716 commits

Author SHA1 Message Date
Lute Kamstra
903ec1ba2f Whitespace change. 2005-05-17 15:55:16 +00:00
Lute Kamstra
f8d0b7699e *** empty log message *** 2005-05-17 15:21:56 +00:00
Lute Kamstra
82ecc38a3b (Defining Minor Modes): Mention the mode hook. 2005-05-17 15:21:33 +00:00
Lute Kamstra
f567894362 (define-minor-mode): Don't generate a defcustom for the mode hook variable. 2005-05-17 15:17:18 +00:00
Lute Kamstra
77777daf1d (authors): Do parse the ChangeLogs of the Emacs Lisp Reference Manual. 2005-05-17 15:05:02 +00:00
Juanma Barranquero
cb011c67aa Slight reorganization of some obsolete declarations; deleted comment no longer
relevant.
2005-05-17 15:03:12 +00:00
Juanma Barranquero
a81d8ea145 Fix typos. 2005-05-17 14:13:34 +00:00
Miles Bader
8654e13ab4 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-314
Merge from gnus--rel--5.10

Patches applied:

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

   - Update from CVS

2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el: Don't autoload mail-extract-address-components.

   * lisp/gnus/gnus.el: Use eval-and-compile to autoload message-y-or-n-p.

   * lisp/gnus/nndb.el: Don't declare the nndb back end two or more times; don't
   autoload news-reply-mode, news-setup, cancel-timer and telnet.

   * lisp/gnus/nntp.el: Autoload format-spec instead of format; use
   eval-and-compile to evaluate autoload forms.

   * lisp/gnus/spam-report.el (spam-report-process-queue): Use gnus-point-at-eol.
2005-05-17 04:57:29 +00:00
Juanma Barranquero
213233f006 (subsetp, tree-equal): Doc fixes. 2005-05-17 00:28:50 +00:00
Juanma Barranquero
4342e957a2 (macrolet, symbol-macrolet): Doc fixes. 2005-05-17 00:26:59 +00:00
Juanma Barranquero
f4db41fcbb (eql, floatp-safe, plusp, minusp, oddp, evenp, list*): Doc fixes. 2005-05-17 00:26:26 +00:00
Juanma Barranquero
430c1c663e (tramp-smb-open-connection): Pass `tramp-chunksize' as fifth (required)
argument.
2005-05-16 22:58:55 +00:00
Kim F. Storm
4ca39724e0 (adjust_point_for_property): Skip empty overlay string. 2005-05-16 21:25:32 +00:00
Kim F. Storm
a605fefc84 (handle_display_prop): Handle empty replacement.
(handle_single_display_spec): Return -1 for empty replacement.
2005-05-16 21:25:20 +00:00
Kim F. Storm
1cb83e13ed *** empty log message *** 2005-05-16 21:24:58 +00:00
Luc Teirlinck
d239287a8d Various minor changes.
(Faces): Delete text that is repeated in the next section.
2005-05-16 21:18:11 +00:00
Kim F. Storm
2fde15007c (pitx): Print more info about iterator. 2005-05-16 20:51:05 +00:00
Kim F. Storm
03d42907bc *** empty log message *** 2005-05-16 20:50:51 +00:00
Daniel Pfeiffer
71994ae7da (lisp-font-lock-keywords-1): Set `font-lock-negation-char-face' for [^...] char group.
(lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
2005-05-16 20:36:45 +00:00
Daniel Pfeiffer
92984345bc (makefile-dependency-regex): Turn it into a var, and refine it to mask one more level of nested vars.
(makefile-rule-action-regex): Turn it into a var, and refine it so it recognizes backslashed continuation lines as belonging to the same command.
(makefile-macroassign-regex): Refine it so it recognizes backslashed continuation lines as belonging to the same command.
(makefile-var-use-regex): Don't look at the next char, because it might be the same one to be skipped by the initial [^$], leading to an overlooked variable use.
(makefile-make-font-lock-keywords): Remove two parameters, which are now variables that some of the modes set locally.  Handle dependency and rule action matching through functions, because regexps alone match too often.  Dependency matching now comes last, so it can check, whether a colon already matched something else.
(makefile-mode): Inform that font-lock improves makefile parsing capabilities.
(makefile-match-dependency, makefile-match-action): New functions.
2005-05-16 20:13:09 +00:00
Glenn Morris
228b550a64 *** empty log message *** 2005-05-16 18:23:25 +00:00
Juanma Barranquero
1e866943a0 *** empty log message *** 2005-05-16 15:33:24 +00:00
Juanma Barranquero
4ea3cc0e17 (equalp): Doc fix. 2005-05-16 15:32:09 +00:00
Juanma Barranquero
7c656cd3c0 Remove references to open-network-stream-nowait and open-network-stream-server. 2005-05-16 15:24:53 +00:00
Andreas Schwab
0da46b6eea (unexec_realloc): Move declarations before statements. 2005-05-16 15:17:55 +00:00
Nick Roberts
b376642de6 (Debugger Operation): Mention GUD tooltips are disabled with GDB in text
command mode.
2005-05-16 12:00:10 +00:00
Nick Roberts
80afd39064 *** empty log message *** 2005-05-16 11:58:37 +00:00
Juanma Barranquero
027a4b6b3f Replace string-to-int' by string-to-number'. 2005-05-16 11:34:49 +00:00
Juanma Barranquero
216d380630 Replace string-to-int' by string-to-number'. 2005-05-16 10:07:59 +00:00
Juanma Barranquero
cc211a0ff8 Add page marker to force the "Local Variables:" string out of the last page. 2005-05-16 08:36:21 +00:00
Kenichi Handa
a2bbf6afc1 *** empty log message *** 2005-05-16 07:12:46 +00:00
Kenichi Handa
eaa6121822 Fix copyrights. 2005-05-16 07:03:28 +00:00
Nick Roberts
2b9688f62f (gud-tooltip-mode): Add gud prefix to
tooltip-change-major-mode.
(gud-tooltip-print-command): Remove case where gud-minor-mode
is gdb ("--fullname").
(gud-tooltip-tips): Turn GUD tooltips off for this case and
explain to user.
2005-05-16 06:42:37 +00:00
Nick Roberts
c65a8e73a3 *** empty log message *** 2005-05-16 06:41:46 +00:00
Jay Belanger
97c66d7480 *** empty log message *** 2005-05-16 04:25:50 +00:00
Jay Belanger
04587c6eb4 (calc-copy-special-constant): New function. 2005-05-16 03:55:11 +00:00
Jay Belanger
7337012df4 (calc-edit-format-macro-buffer): Add `calc-copy-special-constant'. 2005-05-16 03:54:05 +00:00
Jay Belanger
2833f4219a (calc-init-extensions): Add `calc-copy-special-constant'. 2005-05-16 03:52:38 +00:00
Jay Belanger
6188800ed0 (Storing Variables): Mention `calc-copy-special-constant'. 2005-05-16 03:50:34 +00:00
Richard M. Stallman
f1bc6e52e0 *** empty log message *** 2005-05-16 03:37:46 +00:00
Richard M. Stallman
12b42b71d4 (help-face-def): New button type. 2005-05-16 03:31:32 +00:00
Richard M. Stallman
19941ff532 (describe-face): Output a definition link button. 2005-05-16 03:31:11 +00:00
Nick Roberts
b987b30f41 (Tooltips): Replace toolbar with "tool bar" for
consistency.
2005-05-16 01:08:01 +00:00
Nick Roberts
cb7b02c7a4 Replace toolbar with "tool bar" for consistency.
(Compilation Mode): Describe compilation-context-lines
and use of arrow in compilation buffer.
(Debugger Operation): Replace help text with variable's value.
2005-05-16 01:07:12 +00:00
Nick Roberts
995599a89e *** empty log message *** 2005-05-16 01:06:37 +00:00
Nick Roberts
e6467bba3f *** empty log message *** 2005-05-16 00:30:03 +00:00
Nick Roberts
8b71e4d180 (compilation-setup): Set local value of
overlay-arrow-string to "" always.
(compilation-set-window): Left fringe then don't scroll. No left
fringe then no arrow and scroll message to top.
(compilation-context-lines): Adjust doc string accordingly.
2005-05-16 00:01:46 +00:00
Nick Roberts
dfb5b6c2fd (left-fringe-p): New function. 2005-05-15 23:57:15 +00:00
Nick Roberts
0f182ca265 *** empty log message *** 2005-05-15 23:51:07 +00:00
Kim F. Storm
ae9d279d44 (ido-magic-forward-char, ido-magic-backward-char)
(ido-magic-delete-char): New commands for C-f, C-b, C-d.
(ido-wide-find-dir-or-delete-dir): New command for M-d.
(ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
(ido-read-file-name): Handle commands with ido property value
equal to find-file as reading a file name, to allow C-d to enter dired.
(ibuffer-find-file): Add ido property with value find-file.
2005-05-15 23:03:36 +00:00