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

71 Commits

Author SHA1 Message Date
Richard M. Stallman
9af0a0b9c8 (fast-lock-cache-data): Provide 2nd arg to font-lock-compile-keywords. 2006-09-16 17:55:13 +00:00
Romain Francoise
946c199400 Delete zone-mode.el. 2006-08-11 15:42:48 +00:00
Romain Francoise
c40408fbe7 * textmodes/dns-mode.el: Alias zone-mode' to dns-mode'.
(dns-mode-soa-auto-increment-serial): New user option.
(dns-mode-soa-maybe-increment-serial): New function.
(dns-mode): Add the latter to `write-contents-functions'.

* obsolete/zone-mode.el: Move to obsolete/ from net/.
Delete autoload cookies.
2006-08-10 20:06:19 +00:00
Richard M. Stallman
ac2c512030 (list-options): Put "obsolete" msg in buffer. 2006-06-16 15:15:30 +00:00
Thien-Thi Nguyen
5b0d63bc36 Update years in copyright notice; nfc. 2006-02-05 23:44:47 +00:00
Deepak Goel
9607bd5de7 message format spec fixes, commit # 12 2005-09-18 12:44:00 +00:00
Juanma Barranquero
ef19e61015 Move international/iso-insert.el to obsolete/. 2005-09-14 15:03:10 +00:00
Stefan Monnier
6d75d6666b (lazy-lock-mode): Don't try to turn on
font-lock-mode if it's off.  Print a warning instead.
2005-09-02 18:40:20 +00:00
Stefan Monnier
401723ab8e (fast-lock-mode): Don't try to turn on
font-lock-mode if it's off.  Print a warning instead.
2005-09-02 18:39:42 +00:00
Stefan Monnier
07cb6bd440 (lazy-lock) <defgroup>: Move from font-lock.el. 2005-09-01 13:59:51 +00:00
Stefan Monnier
5ec3af5e76 (fast-lock) <defgroup>: Move from font-lock.el. 2005-09-01 13:59:17 +00:00
Juanma Barranquero
35d886bb7f (x-process-mouse-hook): Add defvar. 2005-08-29 10:15:00 +00:00
Juanma Barranquero
ece830a1ee (compile-command): Add defvar. 2005-08-29 10:14:35 +00:00
Juanma Barranquero
27422a9d8a (mail-reply-buffer): Add defvar. 2005-08-29 10:14:10 +00:00
Juanma Barranquero
d4b9aae98f (font-lock-face-list): Add defvar. 2005-08-29 10:13:42 +00:00
Juanma Barranquero
47d7215826 (news-add-news-group): Don't use `end-of-line'.
(caesar-translate-table, minor-modes, news-buffer-save, news-group-name,
news-minor-modes): Add defvars.
2005-08-29 10:13:14 +00:00
Juanma Barranquero
ffbc255f06 (mouse-select-or-drag-move-point): Don't pass X and Y (they are ignored anyway).
(mouse-set-mark, mouse-select-window, mouse-delete-other-windows,
mouse-delete-window): Make arguments optional.
2005-08-29 10:12:36 +00:00
Juanma Barranquero
623f14653d Move the `defvar's to the top level. 2005-08-26 10:51:12 +00:00
Juanma Barranquero
cc1f74de8c bg-mouse.el: Moved from term/. 2005-08-25 11:01:15 +00:00
Juanma Barranquero
4add8580fb (icon-edit, *mouse-window*, *mouse-x*, *mouse-y*, menu, char):
Defvar at compile time.
(sc::menu): Declare it before use.
(sc::pack-one-line): Use `let', not `let*'.
2005-08-24 15:56:02 +00:00
Juanma Barranquero
05470ac85c (filter-region, execute-monitor-command): Use let*' instead of let'. 2005-08-24 15:20:18 +00:00
Juanma Barranquero
6f42bcf224 (news-inews-hook, news-group-hook-alist, mail-send-hook):
Defvar at compile time.
2005-08-24 14:15:23 +00:00
Jan Djärv
c41032e1a5 Moved from international. Old log:
;;; swedish.el --- miscellaneous functions for dealing with Swedish.
2005-08-23 20:05:32 +00:00
Juanma Barranquero
5113f2c207 Remove spurious character. 2005-08-06 20:38:32 +00:00
Thien-Thi Nguyen
3731a85096 Update years in copyright notice; nfc. 2005-08-06 17:48:15 +00:00
Lute Kamstra
3a35cf56e7 Update FSF's address. 2005-07-04 17:55:18 +00:00
Jan Djärv
9a534ec8f7 Moved from ../international. 2005-07-04 10:06:32 +00:00
Juanma Barranquero
7a5c82539d (outlines): Finish `defgroup' description with period. 2005-07-04 02:56:16 +00:00
Juanma Barranquero
2d0bbf5d1f (lazy-lock-mode): Fix spellings in docstrings. 2005-06-10 14:14:07 +00:00
Lute Kamstra
e1c31ddba8 * obsolete/ooutline.el (outline-mode):
* obsolete/options.el (Edit-options-mode):
* obsolete/rnews.el (news-mode):
* obsolete/rnewspost.el (news-reply-mode): Use run-mode-hooks.
2005-05-26 15:24:51 +00:00
Juanma Barranquero
f530778210 Specify missing group (and type, if simple) in defcustom. 2005-05-19 19:06:19 +00:00
Juanma Barranquero
786401049f (news-parse-range, news-select-message, news-get-pruned-list-of-files):
Replace `string-to-int' by `string-to-number'.
2005-05-09 08:47:56 +00:00
Juanma Barranquero
084ea2c3ee (hilit-add-pattern): Replace string-to-int' by string-to-number'. 2005-05-09 08:45:47 +00:00
Juanma Barranquero
2b8f53dea4 (string-to-float): Replace string-to-int' by string-to-number'. 2005-05-09 08:44:58 +00:00
Juanma Barranquero
b6ad7253d2 Set find-file-not-found-functions', not find-file-not-found-hooks'; use
`add-hook'.
(uncompress-while-visiting): Set `write-file-functions', not `write-file-hooks';
use `add-hook'.
2005-05-09 00:34:58 +00:00
Stefan Monnier
5c8b653b25 Move to the obsolete subdir. 2005-04-06 14:06:27 +00:00
Stefan Monnier
719d548a33 Move iso-acc to the obsolete subdir. 2005-03-27 14:25:33 +00:00
Eli Zaretskii
f3b7338cc3 Moved keyswap.el from term/ to obsolete/. 2005-03-19 13:15:38 +00:00
Stefan Monnier
4611971089 (hilit-mode): Typo. 2004-10-27 19:52:02 +00:00
Stefan Monnier
474b9dcd57 (hilit-mode): New function.
Move all the toplevel side-effecting stuff into it, so that loading
hilit19 doesn't mess everything up any more.
2004-10-27 19:51:13 +00:00
Miles Bader
1f3ddf11e8 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-196
Remove RCS keywords

2004-04-10  Miles Bader  <miles@gnu.org>

   RCS keyword removal (only non-comment changes are enumerated here):

   * lisp/emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
   (byte-compile-insert-header): Don't use `byte-compile-version'.
   * lisp/url/url-vars.el (url-version): Use the constant string "Emacs"
   instead of calculating something from the RCS `State' keyword
   [the latter is almost entirely useless anyway].
   * lisp/forms.el (forms-version): Variable removed.
   (forms-mode): Don't use `forms-version'.
   * lisp/recentf.el (recentf-version): Variable removed.
   * lisp/progmodes/delphi.el (delphi-version): Variable removed.
   * lisp/progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
2004-04-10 05:55:49 +00:00
Richard M. Stallman
f1d02ba429 Display message that this file is obsolete. 2003-12-29 20:01:32 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Martin Stjernholm
75d6bc9b57 Obsoleted the old awk-mode.el package in favor of the AWK support in CC Mode. 2003-07-17 11:40:43 +00:00
Juanma Barranquero
17cd3083a5 Moved. 2003-05-30 23:23:25 +00:00
Dave Love
9c5b896b2b Deleted. (Requires removed c-mode.el.) 2003-02-24 22:49:24 +00:00
Juanma Barranquero
a1506d2977 Trailing whitepace deleted. 2003-02-04 13:24:35 +00:00
Richard M. Stallman
24e31d36e6 Display message that this package is obsolete. 2003-01-06 01:30:28 +00:00
Juanma Barranquero
8cef13d03e (c++-empty-arglist-indent): Fix typo. 2002-10-17 16:56:14 +00:00
Stefan Monnier
1a4914f340 Use find-file-hook instead of find-file-hooks. 2002-08-15 00:48:20 +00:00