]> git.eshelyaron.com Git - emacs.git/log
emacs.git
16 years ago(declare-function): Add optional fourth argument and document it.
Glenn Morris [Fri, 30 Nov 2007 07:44:24 +0000 (07:44 +0000)]
(declare-function): Add optional fourth argument and document it.

16 years agoClarify license.
Glenn Morris [Fri, 30 Nov 2007 05:09:42 +0000 (05:09 +0000)]
Clarify license.

16 years agoERC: Add (tiny change) to ChangeLog entry.
Michael Olson [Thu, 29 Nov 2007 22:42:56 +0000 (22:42 +0000)]
ERC: Add (tiny change) to ChangeLog entry.

16 years agoSync from upstream ERC
Michael Olson [Thu, 29 Nov 2007 22:36:38 +0000 (22:36 +0000)]
Sync from upstream ERC

 - Parse 307 (nick has identified) responses.
 - Only activate some things if the connection has been established.

16 years agoLeave HAVE_WINDOW_SYSTEM defined.
Jason Rumney [Thu, 29 Nov 2007 21:57:25 +0000 (21:57 +0000)]
Leave HAVE_WINDOW_SYSTEM defined.
(w32_face_attributes): Use Vtty_defined_color_alist to determine
if the terminal colors are initialized.
(unspecified_fg, unspecified_bg): Remove unused declarations.

16 years ago(apply_modifiers): Fix typo.
Andreas Schwab [Thu, 29 Nov 2007 11:49:23 +0000 (11:49 +0000)]
(apply_modifiers): Fix typo.

16 years agoRegenerate, with the manual shell-function-message patch back from the dead.
Glenn Morris [Thu, 29 Nov 2007 07:29:18 +0000 (07:29 +0000)]
Regenerate, with the manual shell-function-message patch back from the dead.

16 years ago* vc-git.el (vc-git-dir-state): Fix the git command arguments.
Dan Nicolaescu [Thu, 29 Nov 2007 07:22:01 +0000 (07:22 +0000)]
* vc-git.el (vc-git-dir-state): Fix the git command arguments.

16 years ago(with-decoded-time-value): Doc fix.
Glenn Morris [Thu, 29 Nov 2007 04:47:41 +0000 (04:47 +0000)]
(with-decoded-time-value): Doc fix.

16 years agoAri Roponen <ari.roponen at gmail.com> (tiny change)
Glenn Morris [Thu, 29 Nov 2007 04:46:20 +0000 (04:46 +0000)]
Ari Roponen <ari.roponen at gmail.com>  (tiny change)

(encode-time-value): Doc fix.

16 years ago(Declaring Functions): Add findex. Mention `external' files.
Glenn Morris [Thu, 29 Nov 2007 04:41:17 +0000 (04:41 +0000)]
(Declaring Functions): Add findex.  Mention `external' files.

16 years ago*** empty log message ***
Glenn Morris [Thu, 29 Nov 2007 04:41:07 +0000 (04:41 +0000)]
*** empty log message ***

16 years ago(zenirc, zenirc-send-line): Declare as functions.
Glenn Morris [Thu, 29 Nov 2007 04:35:08 +0000 (04:35 +0000)]
(zenirc, zenirc-send-line): Declare as functions.

16 years ago(url-file-build-filename, url-file): Wrap uses of
Glenn Morris [Thu, 29 Nov 2007 04:32:05 +0000 (04:32 +0000)]
(url-file-build-filename, url-file): Wrap uses of
efs in (featurep 'xemacs) test.

16 years ago(prog-mode): Remove.
Glenn Morris [Thu, 29 Nov 2007 04:30:58 +0000 (04:30 +0000)]
(prog-mode): Remove.
(css-mode): Derive from fundamental-mode rather than prog-mode.

16 years agoComment.
Glenn Morris [Thu, 29 Nov 2007 04:30:11 +0000 (04:30 +0000)]
Comment.

16 years ago(w3m-toggle-inline-image, htmlr-reset)
Glenn Morris [Thu, 29 Nov 2007 04:29:41 +0000 (04:29 +0000)]
(w3m-toggle-inline-image, htmlr-reset)
(htmlr-step): Declare as functions.

16 years ago(sasl-find-mechanism, sasl-mechanism-name)
Glenn Morris [Thu, 29 Nov 2007 04:29:07 +0000 (04:29 +0000)]
(sasl-find-mechanism, sasl-mechanism-name)
(sasl-make-client, sasl-next-step, sasl-step-data)
(sasl-step-set-data): Declare as functions.

16 years ago(bbdb-phone-location, bbdb-phone-string)
Glenn Morris [Thu, 29 Nov 2007 04:28:28 +0000 (04:28 +0000)]
(bbdb-phone-location, bbdb-phone-string)
(bbdb-record-phones, bbdb-address-city, bbdb-address-state)
(bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
(bbdb-records): Declare as functions.
(eudc-bbdb-extract-addresses): Use bbdb-address-zip rather than
bbdb-address-zip-string.

16 years ago(bbdb-parse-phone-number, bbdb-string-trim): Declare as functions.
Glenn Morris [Thu, 29 Nov 2007 04:27:27 +0000 (04:27 +0000)]
(bbdb-parse-phone-number, bbdb-string-trim): Declare as functions.

16 years ago(w3-fetch-other-window, w3-fetch): Declare as functions.
Glenn Morris [Thu, 29 Nov 2007 04:26:50 +0000 (04:26 +0000)]
(w3-fetch-other-window, w3-fetch): Declare as functions.

16 years ago(vm-visit-folder): Declare as a function.
Glenn Morris [Thu, 29 Nov 2007 04:26:13 +0000 (04:26 +0000)]
(vm-visit-folder): Declare as a function.

16 years ago(w3-view-this-url): Declare as a function.
Glenn Morris [Thu, 29 Nov 2007 04:25:49 +0000 (04:25 +0000)]
(w3-view-this-url): Declare as a function.

16 years ago(declare-function): Doc fix.
Glenn Morris [Thu, 29 Nov 2007 04:25:13 +0000 (04:25 +0000)]
(declare-function): Doc fix.

16 years ago(check-declare-locate, check-declare-verify): Handle `external' files.
Glenn Morris [Thu, 29 Nov 2007 04:23:49 +0000 (04:23 +0000)]
(check-declare-locate, check-declare-verify): Handle `external' files.
(check-declare-errmsg): New function.
(check-declare-verify, check-declare-file, check-declare-directory):
Use check-declare-errmsg to report the number of problems.

16 years ago(Fcurrent_local_map): Doc fix.
Richard M. Stallman [Thu, 29 Nov 2007 01:08:57 +0000 (01:08 +0000)]
(Fcurrent_local_map): Doc fix.

16 years ago*** empty log message ***
Glenn Morris [Wed, 28 Nov 2007 08:37:20 +0000 (08:37 +0000)]
*** empty log message ***

16 years agoDiane Murray <disumu at x3y2z1.net>
Glenn Morris [Wed, 28 Nov 2007 08:28:20 +0000 (08:28 +0000)]
Diane Murray  <disumu at x3y2z1.net>

Don't require w3-fetch and w3-open-local.
(url-dired-find-file): Use `find-file'.  Doc fix.
(url-dired-find-file-mouse, url-dired-minor-mode): Doc fix.

16 years agoPetr Salinger <Petr.Salinger at seznam.cz>:
Glenn Morris [Wed, 28 Nov 2007 08:23:51 +0000 (08:23 +0000)]
Petr Salinger <Petr.Salinger at seznam.cz>:

Add support for gnu-kfreebsd.

16 years agoPetr Salinger <Petr.Salinger at seznam.cz>: New file.
Glenn Morris [Wed, 28 Nov 2007 08:16:41 +0000 (08:16 +0000)]
Petr Salinger <Petr.Salinger at seznam.cz>: New file.

16 years agoMove here from gnus/.
Glenn Morris [Wed, 28 Nov 2007 08:09:15 +0000 (08:09 +0000)]
Move here from gnus/.

16 years agoMove to ../net.
Glenn Morris [Wed, 28 Nov 2007 08:08:12 +0000 (08:08 +0000)]
Move to ../net.

16 years agoMove here from ../gnus.
Glenn Morris [Wed, 28 Nov 2007 08:06:36 +0000 (08:06 +0000)]
Move here from ../gnus.

16 years agoMove to lisp/net/.
Glenn Morris [Wed, 28 Nov 2007 08:06:10 +0000 (08:06 +0000)]
Move to lisp/net/.

16 years agoMove here from gnus/.
Glenn Morris [Wed, 28 Nov 2007 08:04:34 +0000 (08:04 +0000)]
Move here from gnus/.

16 years agoMove to lisp/.
Glenn Morris [Wed, 28 Nov 2007 08:04:10 +0000 (08:04 +0000)]
Move to lisp/.

16 years agoStandardize license text.
Glenn Morris [Wed, 28 Nov 2007 08:03:03 +0000 (08:03 +0000)]
Standardize license text.

16 years agoAdd 2007 to copyright years.
Glenn Morris [Wed, 28 Nov 2007 07:55:27 +0000 (07:55 +0000)]
Add 2007 to copyright years.

16 years agoStandardize license text.
Glenn Morris [Wed, 28 Nov 2007 07:54:51 +0000 (07:54 +0000)]
Standardize license text.
Add 2007 to copyright years.

16 years agoAdd 2007 to copyright years.
Glenn Morris [Wed, 28 Nov 2007 07:54:12 +0000 (07:54 +0000)]
Add 2007 to copyright years.

16 years agoStandardize license text.
Glenn Morris [Wed, 28 Nov 2007 07:53:56 +0000 (07:53 +0000)]
Standardize license text.
Add 2007 to copyright years.

16 years agoStandardize license text.
Glenn Morris [Wed, 28 Nov 2007 07:50:42 +0000 (07:50 +0000)]
Standardize license text.

16 years agoTransfer copyright from author with assignment to FSF.
Glenn Morris [Wed, 28 Nov 2007 07:49:58 +0000 (07:49 +0000)]
Transfer copyright from author with assignment to FSF.
Add 2007 to copyright years.

16 years agoRemove copyright from author with assignment and merge into FSF years.
Glenn Morris [Wed, 28 Nov 2007 07:48:36 +0000 (07:48 +0000)]
Remove copyright from author with assignment and merge into FSF years.
Add 2007 to copyright years.

16 years ago(sc-version): Use emacs-version rather than sc-version.
Glenn Morris [Wed, 28 Nov 2007 05:32:47 +0000 (05:32 +0000)]
(sc-version): Use emacs-version rather than sc-version.

16 years agoMartin Rudalics <rudalics at gmx.at>
Glenn Morris [Wed, 28 Nov 2007 05:20:33 +0000 (05:20 +0000)]
Martin Rudalics  <rudalics at gmx.at>

(comment-region-internal): Fix newline insertion in `block' case.

16 years agoRemove file.
Glenn Morris [Wed, 28 Nov 2007 05:12:33 +0000 (05:12 +0000)]
Remove file.

16 years agoMove to etc/nxml
Glenn Morris [Wed, 28 Nov 2007 05:12:01 +0000 (05:12 +0000)]
Move to etc/nxml

16 years agoMove to etc/nxml
Glenn Morris [Wed, 28 Nov 2007 05:09:32 +0000 (05:09 +0000)]
Move to etc/nxml

16 years agoNew file.
Glenn Morris [Wed, 28 Nov 2007 05:08:44 +0000 (05:08 +0000)]
New file.

16 years agoMove to etc/nxml
Glenn Morris [Wed, 28 Nov 2007 05:08:43 +0000 (05:08 +0000)]
Move to etc/nxml

16 years agoMove here from lisp/nxml/char-name/unicode
Glenn Morris [Wed, 28 Nov 2007 05:07:18 +0000 (05:07 +0000)]
Move here from lisp/nxml/char-name/unicode

16 years agoMove to etc/nxml
Glenn Morris [Wed, 28 Nov 2007 05:07:18 +0000 (05:07 +0000)]
Move to etc/nxml

16 years agoMove here from lisp/nxml/char-name/unicode
Glenn Morris [Wed, 28 Nov 2007 05:07:13 +0000 (05:07 +0000)]
Move here from lisp/nxml/char-name/unicode

16 years agoMove to etc/nxml
Glenn Morris [Wed, 28 Nov 2007 05:07:13 +0000 (05:07 +0000)]
Move to etc/nxml

16 years agoMove here from lisp/nxml/char-name/unicode
Glenn Morris [Wed, 28 Nov 2007 05:07:07 +0000 (05:07 +0000)]
Move here from lisp/nxml/char-name/unicode

16 years agoMove to etc/nxml
Glenn Morris [Wed, 28 Nov 2007 05:07:03 +0000 (05:07 +0000)]
Move to etc/nxml

16 years agoMove here from lisp/nxml/char-name/unicode
Glenn Morris [Wed, 28 Nov 2007 05:07:01 +0000 (05:07 +0000)]
Move here from lisp/nxml/char-name/unicode

16 years agoMove to etc/nxml
Glenn Morris [Wed, 28 Nov 2007 05:06:58 +0000 (05:06 +0000)]
Move to etc/nxml

16 years agoMove here from lisp/nxml/char-name/unicode
Glenn Morris [Wed, 28 Nov 2007 05:06:55 +0000 (05:06 +0000)]
Move here from lisp/nxml/char-name/unicode

16 years agoMove to etc/nxml
Glenn Morris [Wed, 28 Nov 2007 05:06:52 +0000 (05:06 +0000)]
Move to etc/nxml

16 years agoMove here from lisp/nxml/char-name/unicode
Glenn Morris [Wed, 28 Nov 2007 05:06:49 +0000 (05:06 +0000)]
Move here from lisp/nxml/char-name/unicode

16 years agoMove to etc/nxml
Glenn Morris [Wed, 28 Nov 2007 05:06:47 +0000 (05:06 +0000)]
Move to etc/nxml

16 years agoMove here from lisp/nxml/char-name/unicode
Glenn Morris [Wed, 28 Nov 2007 05:06:44 +0000 (05:06 +0000)]
Move here from lisp/nxml/char-name/unicode

16 years agoMove to etc/nxml
Glenn Morris [Wed, 28 Nov 2007 05:06:42 +0000 (05:06 +0000)]
Move to etc/nxml

16 years agoMove here from lisp/nxml/char-name/unicode
Glenn Morris [Wed, 28 Nov 2007 05:06:38 +0000 (05:06 +0000)]
Move here from lisp/nxml/char-name/unicode

16 years agoMove to etc/nxml
Glenn Morris [Wed, 28 Nov 2007 05:06:37 +0000 (05:06 +0000)]
Move to etc/nxml

16 years agoMove here from lisp/nxml/char-name/unicode
Glenn Morris [Wed, 28 Nov 2007 05:06:33 +0000 (05:06 +0000)]
Move here from lisp/nxml/char-name/unicode

16 years agoMove to etc/nxml
Glenn Morris [Wed, 28 Nov 2007 05:06:33 +0000 (05:06 +0000)]
Move to etc/nxml

16 years agoMove here from lisp/nxml/char-name/unicode
Glenn Morris [Wed, 28 Nov 2007 05:06:27 +0000 (05:06 +0000)]
Move here from lisp/nxml/char-name/unicode

16 years agoMove to etc/nxml
Glenn Morris [Wed, 28 Nov 2007 05:06:23 +0000 (05:06 +0000)]
Move to etc/nxml

16 years agoMove here from lisp/nxml/char-name/unicode
Glenn Morris [Wed, 28 Nov 2007 05:06:22 +0000 (05:06 +0000)]
Move here from lisp/nxml/char-name/unicode

16 years agoMove to etc/nxml
Glenn Morris [Wed, 28 Nov 2007 05:06:18 +0000 (05:06 +0000)]
Move to etc/nxml

16 years agoMove here from lisp/nxml/char-name/unicode
Glenn Morris [Wed, 28 Nov 2007 05:06:17 +0000 (05:06 +0000)]
Move here from lisp/nxml/char-name/unicode

16 years agoMove to etc/nxml
Glenn Morris [Wed, 28 Nov 2007 05:06:13 +0000 (05:06 +0000)]
Move to etc/nxml

16 years agoMove here from lisp/nxml/char-name/unicode
Glenn Morris [Wed, 28 Nov 2007 05:06:12 +0000 (05:06 +0000)]
Move here from lisp/nxml/char-name/unicode

16 years agoMove to etc/nxml
Glenn Morris [Wed, 28 Nov 2007 05:06:08 +0000 (05:06 +0000)]
Move to etc/nxml

16 years agoMove here from lisp/nxml/char-name/unicode
Glenn Morris [Wed, 28 Nov 2007 05:06:07 +0000 (05:06 +0000)]
Move here from lisp/nxml/char-name/unicode

16 years agoMove to etc/nxml
Glenn Morris [Wed, 28 Nov 2007 05:06:03 +0000 (05:06 +0000)]
Move to etc/nxml

16 years agoMove here from lisp/nxml/char-name/unicode
Glenn Morris [Wed, 28 Nov 2007 05:06:00 +0000 (05:06 +0000)]
Move here from lisp/nxml/char-name/unicode

16 years agoMove to etc/nxml
Glenn Morris [Wed, 28 Nov 2007 05:05:57 +0000 (05:05 +0000)]
Move to etc/nxml

16 years agoMove here from lisp/nxml/char-name/unicode
Glenn Morris [Wed, 28 Nov 2007 05:05:55 +0000 (05:05 +0000)]
Move here from lisp/nxml/char-name/unicode

16 years agoMove to etc/nxml
Glenn Morris [Wed, 28 Nov 2007 05:05:52 +0000 (05:05 +0000)]
Move to etc/nxml

16 years agoMove here from lisp/nxml/char-name/unicode
Glenn Morris [Wed, 28 Nov 2007 05:05:49 +0000 (05:05 +0000)]
Move here from lisp/nxml/char-name/unicode

16 years agoMove to etc/nxml
Glenn Morris [Wed, 28 Nov 2007 05:05:47 +0000 (05:05 +0000)]
Move to etc/nxml

16 years agoMove here from lisp/nxml/char-name/unicode
Glenn Morris [Wed, 28 Nov 2007 05:05:44 +0000 (05:05 +0000)]
Move here from lisp/nxml/char-name/unicode

16 years agoMove to etc/nxml
Glenn Morris [Wed, 28 Nov 2007 05:05:41 +0000 (05:05 +0000)]
Move to etc/nxml

16 years agoMove here from lisp/nxml/char-name/unicode
Glenn Morris [Wed, 28 Nov 2007 05:05:37 +0000 (05:05 +0000)]
Move here from lisp/nxml/char-name/unicode

16 years agoMove to etc/nxml
Glenn Morris [Wed, 28 Nov 2007 05:05:36 +0000 (05:05 +0000)]
Move to etc/nxml

16 years agoMove here from lisp/nxml/char-name/unicode
Glenn Morris [Wed, 28 Nov 2007 05:05:31 +0000 (05:05 +0000)]
Move here from lisp/nxml/char-name/unicode

16 years agoMove to etc/nxml
Glenn Morris [Wed, 28 Nov 2007 05:05:30 +0000 (05:05 +0000)]
Move to etc/nxml

16 years agoMove here from lisp/nxml/char-name/unicode
Glenn Morris [Wed, 28 Nov 2007 05:05:26 +0000 (05:05 +0000)]
Move here from lisp/nxml/char-name/unicode

16 years agoMove to etc/nxml
Glenn Morris [Wed, 28 Nov 2007 05:05:25 +0000 (05:05 +0000)]
Move to etc/nxml

16 years agoMove here from lisp/nxml/char-name/unicode
Glenn Morris [Wed, 28 Nov 2007 05:05:20 +0000 (05:05 +0000)]
Move here from lisp/nxml/char-name/unicode

16 years agoMove to etc/nxml
Glenn Morris [Wed, 28 Nov 2007 05:05:20 +0000 (05:05 +0000)]
Move to etc/nxml

16 years agoMove here from lisp/nxml/char-name/unicode
Glenn Morris [Wed, 28 Nov 2007 05:05:15 +0000 (05:05 +0000)]
Move here from lisp/nxml/char-name/unicode

16 years agoMove to etc/nxml
Glenn Morris [Wed, 28 Nov 2007 05:05:15 +0000 (05:05 +0000)]
Move to etc/nxml

16 years agoMove here from lisp/nxml/char-name/unicode
Glenn Morris [Wed, 28 Nov 2007 05:05:09 +0000 (05:05 +0000)]
Move here from lisp/nxml/char-name/unicode

16 years agoMove to etc/nxml
Glenn Morris [Wed, 28 Nov 2007 05:05:04 +0000 (05:05 +0000)]
Move to etc/nxml

16 years agoMove here from lisp/nxml/char-name/unicode
Glenn Morris [Wed, 28 Nov 2007 05:04:58 +0000 (05:04 +0000)]
Move here from lisp/nxml/char-name/unicode