]> code.delx.au - gnu-emacs/log
gnu-emacs
16 years ago* net/dbus.el: New file.
Michael Albinus [Sun, 2 Dec 2007 16:26:17 +0000 (16:26 +0000)]
* net/dbus.el: New file.

16 years ago* config.in (HAVE_DBUS): Add.
Michael Albinus [Sun, 2 Dec 2007 16:23:40 +0000 (16:23 +0000)]
* config.in (HAVE_DBUS): Add.

* Makefile.in: (HAVE_DBUS): Add D-Bus definitions if defined.
(ALL_CFLAGS): Add ${DBUS_CFLAGS}.
(obj): Add $(DBUS_OBJ).
(LIBES): Add $(DBUS_LIBS).
(dbusbind.o): New target.

* dbusbind.c: New file.

* emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.

* keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
(Qdbus_event) New Lisp symbol.
(kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
(gobble_input): Call xd_read_queued_messages, reading D-Bus
messages.
(keys_of_keyboard ): Define dbus-event.

* termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.

16 years ago* configure.in: Add D-Bus checks. D-Bus is disabled by default.
Michael Albinus [Sun, 2 Dec 2007 15:46:00 +0000 (15:46 +0000)]
* configure.in: Add D-Bus checks.  D-Bus is disabled by default.

* configure: Regenerate.

* Makefile.in (INFO_FILES): Add dbus.

16 years agoFix last change.
Romain Francoise [Sun, 2 Dec 2007 11:19:38 +0000 (11:19 +0000)]
Fix last change.

16 years ago*** empty log message ***
Glenn Morris [Sun, 2 Dec 2007 04:09:45 +0000 (04:09 +0000)]
*** empty log message ***

16 years ago(top-level): Don't require cl when compiling.
Glenn Morris [Sun, 2 Dec 2007 04:03:19 +0000 (04:03 +0000)]
(top-level): Don't require cl when compiling.
(gnus-group-buffer): Define for compiler.
(url-news-fetch-message-id): Don't use `declare'.
(nntp-open-tls-stream, nntp-open-ssl-stream):
No need to define for compiler.
(url-snews): Use nntp-open-tls-stream unless ssl is requested.

16 years ago*** empty log message ***
Jay Belanger [Sun, 2 Dec 2007 03:50:19 +0000 (03:50 +0000)]
*** empty log message ***

16 years ago(math-compose-var): Fix declaration.
Jay Belanger [Sun, 2 Dec 2007 03:45:14 +0000 (03:45 +0000)]
(math-compose-var): Fix declaration.

16 years ago(math-compose-vector, math-compose-var, math-tex-expr-is-flat):
Jay Belanger [Sun, 2 Dec 2007 03:17:22 +0000 (03:17 +0000)]
(math-compose-vector, math-compose-var, math-tex-expr-is-flat):
Declare as functions.
(calc-lang-slash-idiv, calc-lang-allow-underscores)
math-comp-left-bracket, math-comp-right-bracket, math-comp-comma)
(math-comp-vector-prec): Declare as variables.
(math-var-formatter, math-matrix-formatter,math-lang-adjust-words)
(math-lang-read-symbol, math-land-read, math-punc-table)
(math-compose-subscr,math-dots,math-func-formatter): New property
names to store language specific information.
(math-compose-tex-var, math-compose-tex-intv)
(math-compose-maple-intv, math-compose-eqn-intv, math-compose-tex-sum)
(math-compose-tex-func, math-compose-tex-intv): New functions.
(math-eqn-ignore-words,math-tex-ignore-words,math-latex-ignore-words):
Move from calc.el.
(math-special-function-table): Add entries for tex.
(calc-lang-slash-idiv, calc-lang-allows-underscores): New variables.
(math-compose-latex-frac): Rename from `math-latex-print-frac'.
(math-compose-tex-matrix, math-compose-eqn-matrix)
(math-eqn-special-functions): Move from calccomp.el

16 years ago(calc-lang-slash-idiv,calc-lang-allow-underscores,calc-lang-c-type-hex)
Jay Belanger [Sun, 2 Dec 2007 03:16:05 +0000 (03:16 +0000)]
(calc-lang-slash-idiv,calc-lang-allow-underscores,calc-lang-c-type-hex)
(calc-lang-brackets-are-subscripts, calc-lang-parens-are-subscripts):
New variables.
(math-expr-special-function-mapping): Remove variable.
(math-eqn-ignore-words, math-tex-ignore-words, math-latex-ignore-words):
Move to calc-lang.el.

16 years ago(math-compose-var): New function.
Jay Belanger [Sun, 2 Dec 2007 03:14:55 +0000 (03:14 +0000)]
(math-compose-var): New function.
(math-compose-expr): Allow more special functions to be used.
Change test for formatting fractions.  Use variables and property
names to help with language specific formatting.
(math-compose-tex-matrix, math-compose-eqn-matrix)
(math-eqn-special-functions): Move to calc-lang.el
(math-compose-rows): Use property names to help with language specific
formatting.

16 years ago(math-read-factor): Turn multiple subscripts into nested subscripts.
Jay Belanger [Sun, 2 Dec 2007 03:13:28 +0000 (03:13 +0000)]
(math-read-factor): Turn multiple subscripts into nested subscripts.
(math-read-token): Use variables and property names to help with
language specific parsing.
(math-read-expression-level): Use variables to help with language
specific parsing.

16 years ago(archive-find-type): Add recognition of rar-exe format.
Stefan Monnier [Sun, 2 Dec 2007 02:05:48 +0000 (02:05 +0000)]
(archive-find-type): Add recognition of rar-exe format.
(archive-rar-summarize): Allow the file name to be passed as argument.
Remove unused vars `header' and `footer'.
(archive-rar-exe-summarize, archive-rar-exe-extract): New functions.

16 years ago(top-level): Always require url-parse, not just when compiling.
Glenn Morris [Sat, 1 Dec 2007 22:04:57 +0000 (22:04 +0000)]
(top-level): Always require url-parse, not just when compiling.

16 years ago*** empty log message ***
Glenn Morris [Sat, 1 Dec 2007 21:19:25 +0000 (21:19 +0000)]
*** empty log message ***

16 years agoMove here from gnus/.
Glenn Morris [Sat, 1 Dec 2007 21:09:32 +0000 (21:09 +0000)]
Move here from gnus/.

16 years agoMove to ../.
Glenn Morris [Sat, 1 Dec 2007 21:08:49 +0000 (21:08 +0000)]
Move to ../.

16 years agoMove here from gnus/.
Glenn Morris [Sat, 1 Dec 2007 21:05:39 +0000 (21:05 +0000)]
Move here from gnus/.

16 years agoMove to ../.
Glenn Morris [Sat, 1 Dec 2007 21:04:06 +0000 (21:04 +0000)]
Move to ../.

16 years agoRefill copyright.
Glenn Morris [Sat, 1 Dec 2007 21:02:07 +0000 (21:02 +0000)]
Refill copyright.
(top-level): Don't require mm-util, or cl when compiling.
(dns-write-name, dns-read, dns-read-type, query-dns):
Replace mm-with-unibyte-buffer with its expansion.
(query-dns): Replace decf and ignore-errors with non-cl equivalents.

16 years agoMove here from ../gnus.
Glenn Morris [Sat, 1 Dec 2007 20:58:14 +0000 (20:58 +0000)]
Move here from ../gnus.

16 years agoMove to ../net.
Glenn Morris [Sat, 1 Dec 2007 20:57:35 +0000 (20:57 +0000)]
Move to ../net.

16 years ago(dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
Glenn Morris [Sat, 1 Dec 2007 20:46:06 +0000 (20:46 +0000)]
(dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.

16 years agoMove here from ../gnus.
Glenn Morris [Sat, 1 Dec 2007 20:40:44 +0000 (20:40 +0000)]
Move here from ../gnus.

16 years agoMove to ../net.
Glenn Morris [Sat, 1 Dec 2007 20:39:50 +0000 (20:39 +0000)]
Move to ../net.

16 years ago* (log-edit-show-diff): Error out if the diff function is not set.
Dan Nicolaescu [Sat, 1 Dec 2007 20:34:23 +0000 (20:34 +0000)]
* (log-edit-show-diff): Error out if the diff function is not set.

16 years ago* log-edit.el (log-edit-show-diff): New function.
Dan Nicolaescu [Sat, 1 Dec 2007 19:37:20 +0000 (19:37 +0000)]
* log-edit.el (log-edit-show-diff): New function.
(log-edit-mode-map, log-edit-menu): Bind it.
(log-edit-diff-function): New variable.
(log-edit): Change the 3rd param to be an alist and accept a
function that computes a diff for the files involved.

* vc.el (vc-log-edit): Add a diff function parameter to log-edit.

16 years ago(w32_face_attributes): Comment previous change.
Jason Rumney [Sat, 1 Dec 2007 15:57:41 +0000 (15:57 +0000)]
(w32_face_attributes): Comment previous change.

16 years ago*** empty log message ***
Jason Rumney [Sat, 1 Dec 2007 15:15:47 +0000 (15:15 +0000)]
*** empty log message ***

16 years agoRemove Gnus send mail problem. Other Gnus bugs have been fixed in Gnus CVS
Reiner Steib [Sat, 1 Dec 2007 11:40:10 +0000 (11:40 +0000)]
Remove Gnus send mail problem.  Other Gnus bugs have been fixed in Gnus CVS
but have not yet been synched to Emacs.

16 years ago(bb-up, bb-down): Revert 2007-10-21 change and
Martin Rudalics [Sat, 1 Dec 2007 09:07:04 +0000 (09:07 +0000)]
(bb-up, bb-down): Revert 2007-10-21 change and
wrap next-/previous-line in with-no-warnings.

16 years ago(syms_of_search) <inhibit-changing-match-data>: Doc fix.
Richard M. Stallman [Sat, 1 Dec 2007 06:59:12 +0000 (06:59 +0000)]
(syms_of_search) <inhibit-changing-match-data>: Doc fix.

16 years ago(erc-controls-strip): Declare for compiler.
Glenn Morris [Sat, 1 Dec 2007 03:44:37 +0000 (03:44 +0000)]
(erc-controls-strip): Declare for compiler.

16 years agoFix comment typo.
Glenn Morris [Sat, 1 Dec 2007 03:41:16 +0000 (03:41 +0000)]
Fix comment typo.

16 years ago(iswitchb-temp-buflist, iswitchb-read-buffer): Declare for compiler.
Glenn Morris [Sat, 1 Dec 2007 03:40:41 +0000 (03:40 +0000)]
(iswitchb-temp-buflist, iswitchb-read-buffer): Declare for compiler.
(erc-iswitchb): Don't require iswitchb when compiling.  Test
iswitchb-mode is bound.

16 years ago(erc-server-send-ping): Move after definition of erc-server-send.
Glenn Morris [Sat, 1 Dec 2007 03:34:03 +0000 (03:34 +0000)]
(erc-server-send-ping): Move after definition of erc-server-send.

16 years agoRevert previous change.
Glenn Morris [Sat, 1 Dec 2007 03:24:39 +0000 (03:24 +0000)]
Revert previous change.

16 years ago(top-level): Don't require cl when compiling.
Glenn Morris [Sat, 1 Dec 2007 03:24:02 +0000 (03:24 +0000)]
(top-level): Don't require cl when compiling.

16 years agoComment.
Glenn Morris [Sat, 1 Dec 2007 02:47:55 +0000 (02:47 +0000)]
Comment.

16 years ago(top-level): Require format-spec before eval-when-compile.
Glenn Morris [Sat, 1 Dec 2007 02:35:45 +0000 (02:35 +0000)]
(top-level): Require format-spec before eval-when-compile.

16 years ago(gud-remove, gud-break): Declare as functions.
Glenn Morris [Sat, 1 Dec 2007 02:34:09 +0000 (02:34 +0000)]
(gud-remove, gud-break): Declare as functions.

16 years ago(gdb-create-define-alist)
Glenn Morris [Sat, 1 Dec 2007 02:33:20 +0000 (02:33 +0000)]
(gdb-create-define-alist)
(gdb-restore-windows, gdb-reset, global-hl-line-highlight)
(hl-line-highlight, gdb-display-source-buffer)
(gdb-display-buffer, c-langelem-sym, c-langelem-pos)
(syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.

16 years ago(Declaring Functions): Improve previous change (arguments by name, not number).
Glenn Morris [Sat, 1 Dec 2007 02:32:20 +0000 (02:32 +0000)]
(Declaring Functions): Improve previous change (arguments by name, not number).

16 years ago*** empty log message ***
Glenn Morris [Sat, 1 Dec 2007 02:32:03 +0000 (02:32 +0000)]
*** empty log message ***

16 years agoClarify license wording.
Glenn Morris [Fri, 30 Nov 2007 18:23:21 +0000 (18:23 +0000)]
Clarify license wording.

16 years agoRevert previous change.
Glenn Morris [Fri, 30 Nov 2007 18:22:23 +0000 (18:22 +0000)]
Revert previous change.

16 years ago(w32_face_attributes): Don't use color indexes that are out of range.
Jason Rumney [Fri, 30 Nov 2007 17:15:46 +0000 (17:15 +0000)]
(w32_face_attributes): Don't use color indexes that are out of range.
Only reverse the default colors.

16 years ago* textmodes/org-export-latex.el (org-export-latex-cleaned-string):
Dan Nicolaescu [Fri, 30 Nov 2007 16:24:40 +0000 (16:24 +0000)]
* textmodes/org-export-latex.el (org-export-latex-cleaned-string):
Move args on defun line.

* textmodes/org.el (org-calendar-holiday): Use
calendar-check-holidays instead of the obsolete
check-calendar-holidays.
(add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
(bbdb-company, bbdb-current-record, bbdb-name)
(bbdb-record-getprop, bbdb-record-name)
(bibtex-beginning-of-entry, bibtex-generate-autokey)
(bibtex-parse-entry, bibtex-url, cdlatex-tab)
(dired-get-filename, gnus-article-show-summary, mh-display-msg)
(mh-find-path, mh-get-header-field, mh-get-msg-num)
(mh-header-display, mh-index-previous-folder)
(mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
(mh-show-buffer-message-number, mh-show-header-display)
(mh-show-msg, mh-show-show, mh-visit-folder)
(org-export-latex-cleaned-string, remember)
(remember-buffer-desc, rmail-narrow-to-non-pruned-header)
(rmail-what-message, elmo-folder-exists-p)
(elmo-message-entity-field, elmo-message-field)
(vm-beginning-of-message, vm-follow-summary-cursor)
(vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
(vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
(vm-summarize, wl-folder-get-elmo-folder)
(wl-summary-goto-folder-subr)
(wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
(wl-summary-line-subject, wl-summary-message-number)
(wl-summary-redisplay): Declare as functions.

16 years ago(vga_stdcolor_name): Remove.
Jason Rumney [Fri, 30 Nov 2007 13:57:57 +0000 (13:57 +0000)]
(vga_stdcolor_name): Remove.

16 years ago(w32con_ins_del_lines, scroll_line): Clip to window.
Jason Rumney [Fri, 30 Nov 2007 13:57:21 +0000 (13:57 +0000)]
(w32con_ins_del_lines, scroll_line): Clip to window.
(w32con_reset_terminal_modes): Clear screen buffer.
(vga_stdcolor_name): Remove.

16 years ago(map_tty_color, tty_color_name): Remove special case for WINDOWSNT.
Jason Rumney [Fri, 30 Nov 2007 13:56:27 +0000 (13:56 +0000)]
(map_tty_color, tty_color_name): Remove special case for WINDOWSNT.

16 years ago(longlines-show-hard-newlines): Remove handling of
Martin Rudalics [Fri, 30 Nov 2007 09:01:17 +0000 (09:01 +0000)]
(longlines-show-hard-newlines): Remove handling of
buffer-undo-list and buffer-modified status.
(longlines-show-region, longlines-unshow-hard-newlines): Handle
buffer-undo-list, buffer-modified status, inhibit-read-only, and
inhibit-modification-hooks here to avoid that a buffer appears
modified when toggling visibility of hard newlines.

16 years ago(idlwave-sintern-class-tag)
Glenn Morris [Fri, 30 Nov 2007 08:46:29 +0000 (08:46 +0000)]
(idlwave-sintern-class-tag)
(idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as functions.

16 years ago(idlwave-sintern-sysvar)
Glenn Morris [Fri, 30 Nov 2007 08:42:44 +0000 (08:42 +0000)]
(idlwave-sintern-sysvar)
(idlwave-sintern-sysvartag): Declare as functions.

16 years ago(idlwave-sintern-structtag): Fix declaration.
Glenn Morris [Fri, 30 Nov 2007 08:40:56 +0000 (08:40 +0000)]
(idlwave-sintern-structtag): Fix declaration.

16 years ago(idlwave-sintern-structtag): Declare as a function.
Glenn Morris [Fri, 30 Nov 2007 08:39:44 +0000 (08:39 +0000)]
(idlwave-sintern-structtag): Declare as a function.

16 years ago(rng-do-some-validation): Fix declaration.
Glenn Morris [Fri, 30 Nov 2007 08:37:01 +0000 (08:37 +0000)]
(rng-do-some-validation): Fix declaration.

16 years agoDon't require cl when compiling.
Glenn Morris [Fri, 30 Nov 2007 08:34:29 +0000 (08:34 +0000)]
Don't require cl when compiling.
(byte-compile-warnings): Set via file local variables.
(dun-parse): Let-bind `beg' and `line'.

16 years agoRequire password, rather than autoloading password-read.
Glenn Morris [Fri, 30 Nov 2007 08:21:48 +0000 (08:21 +0000)]
Require password, rather than autoloading password-read.

16 years agoAdd macemacs_*.png.
Glenn Morris [Fri, 30 Nov 2007 08:16:49 +0000 (08:16 +0000)]
Add macemacs_*.png.

16 years agopng versions of mac icons.
Glenn Morris [Fri, 30 Nov 2007 08:16:28 +0000 (08:16 +0000)]
png versions of mac icons.

16 years agoWhitespace.
Glenn Morris [Fri, 30 Nov 2007 08:15:24 +0000 (08:15 +0000)]
Whitespace.

16 years agoNew file.
Glenn Morris [Fri, 30 Nov 2007 08:15:16 +0000 (08:15 +0000)]
New file.

16 years agoNew file.
Glenn Morris [Fri, 30 Nov 2007 08:15:12 +0000 (08:15 +0000)]
New file.

16 years ago* erc.el (open-ssl-stream, open-tls-stream, erc-network-name):
Dan Nicolaescu [Fri, 30 Nov 2007 08:12:58 +0000 (08:12 +0000)]
* erc.el (open-ssl-stream, open-tls-stream, erc-network-name):
Declare as functions.

* textmodes/reftex-index.el (texmathp):
* textmodes/reftex-auc.el (TeX-argument-insert)
(TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
(LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
(LaTeX-label-list):
* nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
(rng-clear-conditional-region, rng-do-some-validation): Declare as
functions.
(rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.

16 years ago(url-cookie-p): Declare as a function.
Glenn Morris [Fri, 30 Nov 2007 08:06:25 +0000 (08:06 +0000)]
(url-cookie-p): Declare as a function.

16 years ago(url-type): Declare as a function.
Glenn Morris [Fri, 30 Nov 2007 08:05:04 +0000 (08:05 +0000)]
(url-type): Declare as a function.

16 years ago(Declaring Functions): Add optional fourth
Glenn Morris [Fri, 30 Nov 2007 07:51:41 +0000 (07:51 +0000)]
(Declaring Functions): Add optional fourth
argument of declare-function, setting third argument to `t'.

16 years ago(bbdb-phone-location, bbdb-record-phones)
Glenn Morris [Fri, 30 Nov 2007 07:49:56 +0000 (07:49 +0000)]
(bbdb-phone-location, bbdb-record-phones)
(bbdb-address-city, bbdb-address-state, bbdb-address-zip)
(bbdb-address-location, bbdb-record-addresses): Pass non-nil
fourth arg to declare-function.

16 years ago(uniquify-item-base): Declare as a function.
Glenn Morris [Fri, 30 Nov 2007 07:48:32 +0000 (07:48 +0000)]
(uniquify-item-base): Declare as a function.

16 years ago(check-declare-scan): Doc fix.
Glenn Morris [Fri, 30 Nov 2007 07:47:39 +0000 (07:47 +0000)]
(check-declare-scan): Doc fix.
Handle declare-function third argument `t' and fourth argument.
(check-declare-verify): Doc fix.  Handle `fileonly' case.
Use progn rather than prog1.

16 years ago(byte-compile-declare-function): Third argument to declare-function
Glenn Morris [Fri, 30 Nov 2007 07:45:18 +0000 (07:45 +0000)]
(byte-compile-declare-function): Third argument to declare-function
must be a list to specify arglist.

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.