1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00
Commit Graph

36021 Commits

Author SHA1 Message Date
Karl Fogel
3faea23ac1 (fundamental-mode-hook): Declare new hook.
(fundamental-mode): Run the new dedicated hook, and don't run
after-change-major-mode-hooks manually anymore.
2007-02-08 06:31:28 +00:00
Stefan Monnier
459b1fe4c0 (vc-svn-merge-news): Understand the new format with two
added columns of chars.  Remove support for the "no-meta-info" format.
Prompted by Romain Francoise <romain@orebokech.com>.
2007-02-07 23:02:12 +00:00
Nick Roberts
f7ddc2ce5a (gdb-if-arrow): New macro.
(gdb-mouse-until, gdb-mouse-jump): Use it.
2007-02-07 21:57:04 +00:00
Nick Roberts
f2b3ba1ea3 *** empty log message *** 2007-02-07 21:56:29 +00:00
Nick Roberts
45ab7a6632 (gdb-mouse-until, gdb-mouse-jump): Make them
work when there is just an assembler buffer (no source buffer).
2007-02-07 21:12:52 +00:00
Nick Roberts
b773b623c9 *** empty log message *** 2007-02-07 21:12:18 +00:00
Vinicius Jose Latorre
9e95965c43 Fix ps-print links 2007-02-07 19:01:20 +00:00
Stefan Monnier
a3ee90d98c *** empty log message *** 2007-02-07 17:08:36 +00:00
Juanma Barranquero
ff52c940f6 (frame-set-background-mode): Use color-values' and display-color-p',
not `x-color-values' and `x-display-color-p'.
2007-02-07 14:36:35 +00:00
Juanma Barranquero
9479c0abad *** empty log message *** 2007-02-07 14:16:37 +00:00
Juanma Barranquero
b533d0aec4 (face-valid-attribute-values): Use `defined-colors',
not its semi-obsolete alias `x-defined-colors'.
2007-02-07 14:08:58 +00:00
Vinicius Jose Latorre
5167749c66 Fix background color printing 2007-02-07 13:40:10 +00:00
Chong Yidong
8db9c5eeb4 (face-set-after-frame-default): Compile attributes to be set by frame
parameters before merging in X resources.
2007-02-06 22:36:42 +00:00
Chong Yidong
867eb05082 * faces.el (face-set-after-frame-default): Compile attributes to
be set by frame parameters before merging in X resources.
2007-02-06 22:36:16 +00:00
Juanma Barranquero
d2976f41ca *** empty log message *** 2007-02-06 09:51:17 +00:00
Juanma Barranquero
1c2ba4e7f3 (blink-matching-paren-dont-ignore-comments, blink-matching-paren-on-screen):
Doc fixes.
2007-02-06 09:35:04 +00:00
Nick Roberts
d4a574c075 (gdb-frames-mode): Truncate lines in stack
buffer.
2007-02-06 03:40:33 +00:00
Nick Roberts
046024c8d2 *** empty log message *** 2007-02-06 03:38:59 +00:00
Juanma Barranquero
54c6a1c4f5 (unload-feature): Silently ignore load-history' entries of the form (defface
. SYMBOL)', and treat `(autoload . SYMBOL)' entries like `defun'.  Return nil.
2007-02-05 23:45:31 +00:00
Kim F. Storm
74a5d578f1 Doc fixes. 2007-02-05 22:36:13 +00:00
Kim F. Storm
0fd91d23cf *** empty log message *** 2007-02-05 22:36:00 +00:00
Miles Bader
c91f4b8310 Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 200-201)

   - Merge from emacs--devo--0
   - Update from CVS: lisp/nnweb.el (nnweb-google-parse-1): Update parser.

2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   * lisp/gnus/nnweb.el (nnweb-google-parse-1): Update parser.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-629
2007-02-05 05:37:56 +00:00
David Kastrup
a87c4c3059 (mpuz-random-puzzle): Fix potential lockup when
`mpuz-allow-double-multiplicator' is non-zero, and correct
calculation of `min'.
2007-02-04 17:29:50 +00:00
Eli Zaretskii
e0f9569351 (widget-default-create): Insert new text at the :from marker _after_ the
marker, not before it.
2007-02-04 16:02:32 +00:00
Alan Mackenzie
647a3247fc (c-indent-line): Don't erase ^L when a line containing it is re-indented. 2007-02-04 11:16:54 +00:00
Alan Mackenzie
0ac6528f44 *** empty log message *** 2007-02-04 11:12:49 +00:00
Chong Yidong
b3cd7f6176 (url-http-connection-opened): New variable.
(url-http): Initialize it.
(url-http-async-sentinel): Don't try changing sentinels.
Run url-http-end-of-document-sentinel if necessary.
2007-02-04 00:20:59 +00:00
Chong Yidong
7734cb684b (newsticker--insert-image): Update docstring. Insert the image directly.
(newsticker--buffer-redraw): Update docstring.
2007-02-03 17:34:57 +00:00
Chong Yidong
19eee1a97a * net/newsticker.el (newsticker--insert-image): Update docstring,
and insert the image directly.
(newsticker--buffer-redraw): Update docstring.
2007-02-03 17:34:35 +00:00
Chong Yidong
275e4f4ca5 (define-globalized-minor-mode): Rename from define-global-minor-mode. 2007-02-03 17:26:28 +00:00
Chong Yidong
98007d8383 (global-hi-lock-mode): define-global-minor-mode changed to
define-globalized-minor-mode.
2007-02-03 17:26:01 +00:00
Chong Yidong
2b9170195b define-global-minor-mode changed to define-globalized-minor-mode. 2007-02-03 17:25:35 +00:00
Chong Yidong
32324290ca (global-cwarn-mode): Add define-globalized-minor-mode. 2007-02-03 17:25:17 +00:00
Chong Yidong
b6a856a645 (global-cwarn-mode): define-global-minor-mode changed to
define-globalized-minor-mode.
2007-02-03 17:24:52 +00:00
Chong Yidong
44cba17eed (global-font-lock-mode): define-global-minor-mode changed to
define-globalized-minor-mode.
2007-02-03 17:24:35 +00:00
Chong Yidong
367248914a * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Rename
from define-global-minor-mode.

* progmodes/cwarn.el (global-cwarn-mode):
* emacs-lisp/autoload.el (make-autoload):
* hi-lock.el (global-hi-lock-mode):
* font-core.el (global-font-lock-mode): All callers changed.
2007-02-03 17:24:01 +00:00
Eli Zaretskii
f647237715 (texinfo-menu-copy-old-description):
Don't copy @ignore lines into menu descriptions.
(texinfo-multi-file-update): Goto the @node line before attempting to pluck the
node name.
(texinfo-multiple-files-update): Reverse the optional arguments' order, as per
the doc string and the `interactive' form.
2007-02-03 14:02:45 +00:00
Chong Yidong
49f1a2f461 Use autoload to avoid overriding disabled setting applied in .emacs. 2007-02-03 01:01:01 +00:00
Chong Yidong
a6ed414a2a * image-mode.el: Use autoload to avoid overriding disabled setting
applied in .emacs.
2007-02-03 01:00:52 +00:00
Vinicius Jose Latorre
4303661c5e Doc fixes 2007-02-03 00:18:24 +00:00
Alan Mackenzie
10489fcbef (c-in-knr-argdecl): Slight correction for, e.g. "void (*hdone)();" in a
k&r list.  (No WS between adjacent paren groups).
2007-02-02 23:06:41 +00:00
Alan Mackenzie
7bee28dc92 *** empty log message *** 2007-02-02 23:02:04 +00:00
Eli Zaretskii
71ed83cabb *** empty log message *** 2007-02-02 18:28:00 +00:00
Eli Zaretskii
5e5eaedadb (dired-do-relsymlink): Add an autoload cookie. 2007-02-02 18:27:09 +00:00
Eli Zaretskii
4d4238ccc8 (dired-do-relsymlink): Fix last change. 2007-02-02 18:23:04 +00:00
Eli Zaretskii
3a69c54c42 *** empty log message *** 2007-02-02 18:05:40 +00:00
Juanma Barranquero
3c269b1ee7 Fix typos. 2007-02-02 15:40:10 +00:00
Eli Zaretskii
42496dc848 (dired-do-relsymlink): Add reference to dired-do-symlink. 2007-02-02 14:51:30 +00:00
Eli Zaretskii
806f34d6a7 (dired-do-symlink): Add reference to dired-do-relsymlink. 2007-02-02 14:51:08 +00:00
Eli Zaretskii
84e42e60e1 <left-fringe mouse-2, right-fringe mouse-3, left-fringe mouse-3>: New bindings. 2007-02-02 14:42:38 +00:00