bpt/emacs.git
16 years ago* erc-stamp.el (erc-echo-timestamp):
David Kastrup [Sat, 8 Dec 2007 01:02:29 +0000 (01:02 +0000)]
* erc-stamp.el (erc-echo-timestamp):
* erc-lang.el (language):
* erc-backend.el (erc-server-connect): Fix buggy call to `message'.

* gnus-sum.el (gnus-summary-simplify-subject-query):
* ecomplete.el (ecomplete-display-matches): Fix buggy call to
`message'.

* textmodes/reftex.el (reftex-select-with-char):
* textmodes/reftex-toc.el (reftex-toc-do-promote)
(reftex-toc-visit-location, reftex-toc-find-section):
* textmodes/reftex-index.el (reftex-index-show-entry):
* textmodes/org.el (org-cycle-hide-archived-subtrees)
(org-table-rotate-recalc-marks, org-mark-ring-push)
(org-follow-info-link, org-mhe-get-message-folder-from-index)
(org-auto-repeat-maybe, org-store-log-note, org-delete-property)
(org-evaluate-time-range, org-edit-agenda-file-list):
* textmodes/artist.el (artist-select-next-op-in-list)
(artist-select-prev-op-in-list):
* term/mac-win.el (mac-service-insert-text):
* startup.el (fancy-about-screen):
* progmodes/vhdl-mode.el (vhdl-decision-query):
* progmodes/idlwave.el (idlwave-template)
(idlwave-scroll-completions, idlwave-display-completion-list):
* progmodes/ebrowse.el (ebrowse-show-progress):
* progmodes/cperl-mode.el (cperl-find-pods-heres):
* progmodes/antlr-mode.el (antlr-insert-option-do):
* play/mpuz.el (mpuz-close-game):
* net/rcirc.el (rcirc-next-active-buffer):
* mail/reporter.el (reporter-update-status):
* kmacro.el (kmacro-display):
* international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
* emulation/viper-util.el (viper-save-setting):
* emacs-lisp/lisp-mnt.el (lm-verify):
* emacs-lisp/edebug.el (edebug-set-mode):
* emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
* calendar/calendar.el (calendar-print-day-of-year):
* calc/calcalg3.el (calc-curve-fit):
* calc/calcalg2.el (math-integral):
* calc/calc.el (calc-read-key-sequence, calc-version):
* calc/calc-mode.el (calc-set-simplify-mode):
* calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to
`message'.

16 years agoImproves calls to `error', per mail from RMS.
Deepak Goel [Sat, 8 Dec 2007 00:57:23 +0000 (00:57 +0000)]
Improves calls to `error', per mail from RMS.

16 years ago(quail-map-from-table): Allow a tone just after a
Kenichi Handa [Fri, 7 Dec 2007 11:05:08 +0000 (11:05 +0000)]
(quail-map-from-table): Allow a tone just after a
consonant.

16 years agoRemove reverted change.
Glenn Morris [Fri, 7 Dec 2007 08:01:28 +0000 (08:01 +0000)]
Remove reverted change.

16 years ago(reftex-short-context): Revert previous change.
Glenn Morris [Fri, 7 Dec 2007 05:25:04 +0000 (05:25 +0000)]
(reftex-short-context): Revert previous change.

16 years ago(reftex-TeX-master-file): Revert previous change.
Glenn Morris [Fri, 7 Dec 2007 05:22:29 +0000 (05:22 +0000)]
(reftex-TeX-master-file): Revert previous change.

16 years ago(article-make-date-line): Revert previous change.
Glenn Morris [Fri, 7 Dec 2007 05:20:43 +0000 (05:20 +0000)]
(article-make-date-line): Revert previous change.

16 years ago(allout-write-file-hook-handler): Revert previous change.
Glenn Morris [Fri, 7 Dec 2007 05:17:08 +0000 (05:17 +0000)]
(allout-write-file-hook-handler): Revert previous change.

16 years ago* net/dbus.el (dbus-hash-table=): Fix for new hash table key
Michael Albinus [Fri, 7 Dec 2007 04:47:19 +0000 (04:47 +0000)]
* net/dbus.el (dbus-hash-table=): Fix for new hash table key
structure.
(dbus-list-hash-table, dbus-name-owner-changed-handler): New
defuns.
(dbus-check-event, dbus-handle-event, dbus-event-bus-name)
(dbus-event-service-name, dbus-event-path-name)
(dbus-event-interface-name, dbus-event-member-name): Fix for new
event structure.
(dbus-list-activatable-names, dbus-list-names)
(dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
Reorder `dbus-call-method' arguments.

16 years ago* dbus.texi (Synchronous Methods): Adapt dbus-call-method.
Michael Albinus [Fri, 7 Dec 2007 04:42:00 +0000 (04:42 +0000)]
* dbus.texi (Synchronous Methods): Adapt dbus-call-method.
(Signals): Adapt dbus-send-signal and dbus-register-signal.
(Errors and Events): Adapt dbus-event.

16 years ago* dbusbind.c (Fdbus_get_unique_name, xd_read_message)
Michael Albinus [Fri, 7 Dec 2007 04:40:28 +0000 (04:40 +0000)]
* dbusbind.c (Fdbus_get_unique_name, xd_read_message)
(Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
(Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
Unify argument lists.
(xd_read_message, Fdbus_register_signal) Reorder and extend event
arguments and hash table keys.  Use unique name for service.
(Fdbus_unregister_signal): Remove checks.
(Vdbus_registered_functions_table): Fix doc string.

16 years agoTidying.
Glenn Morris [Fri, 7 Dec 2007 04:33:41 +0000 (04:33 +0000)]
Tidying.

16 years agoTidying.
Glenn Morris [Fri, 7 Dec 2007 04:28:30 +0000 (04:28 +0000)]
Tidying.

16 years ago*** empty log message ***
Juanma Barranquero [Thu, 6 Dec 2007 23:11:11 +0000 (23:11 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Juanma Barranquero [Thu, 6 Dec 2007 22:05:18 +0000 (22:05 +0000)]
*** empty log message ***

16 years agoFix breakage from last change.
Deepak Goel [Thu, 6 Dec 2007 20:25:35 +0000 (20:25 +0000)]
Fix breakage from last change.

16 years agoFix breakage of textmodes/ispell.el from last change.
Deepak Goel [Thu, 6 Dec 2007 20:06:24 +0000 (20:06 +0000)]
Fix breakage of textmodes/ispell.el from last change.

16 years ago(gnus-load): Rename local variable to avoid confusion.
Reiner Steib [Thu, 6 Dec 2007 20:04:55 +0000 (20:04 +0000)]
(gnus-load): Rename local variable to avoid confusion.

16 years agoImprove the last changelog entry.
Deepak Goel [Thu, 6 Dec 2007 20:02:02 +0000 (20:02 +0000)]
Improve the last changelog entry.

16 years agoFix vc.el breakage.
Deepak Goel [Thu, 6 Dec 2007 19:56:41 +0000 (19:56 +0000)]
Fix vc.el breakage.

16 years agoCommit a more readable changelog.
Deepak Goel [Thu, 6 Dec 2007 19:50:42 +0000 (19:50 +0000)]
Commit a more readable changelog.

16 years agoFix my previous breakages; improve ChangeLog
Deepak Goel [Thu, 6 Dec 2007 19:48:30 +0000 (19:48 +0000)]
Fix my previous breakages; improve ChangeLog

16 years agoFix buggy `error' calls in textmode/
Deepak Goel [Thu, 6 Dec 2007 18:43:43 +0000 (18:43 +0000)]
Fix buggy `error' calls in textmode/

16 years agoFix buggy `error' calls in progmodes/
Deepak Goel [Thu, 6 Dec 2007 18:36:46 +0000 (18:36 +0000)]
Fix buggy `error' calls in progmodes/

16 years agoFix buggy calls to `error' in the net/ directory.
Deepak Goel [Thu, 6 Dec 2007 18:22:45 +0000 (18:22 +0000)]
Fix buggy calls to `error' in the net/ directory.

16 years agoFix buggy calls to `error'.
Deepak Goel [Thu, 6 Dec 2007 18:18:13 +0000 (18:18 +0000)]
Fix buggy calls to `error'.

16 years agoFix buggy calls to `error'.
Deepak Goel [Thu, 6 Dec 2007 17:56:42 +0000 (17:56 +0000)]
Fix buggy calls to `error'.

16 years agoResolve cvs commit conflict. (Fix buggy calls to error.)
Deepak Goel [Thu, 6 Dec 2007 17:25:03 +0000 (17:25 +0000)]
Resolve cvs commit conflict. (Fix buggy calls to error.)

16 years agoMerge gnus-art.el and gnus-start.el after fixing buggy `error' calls.
Deepak Goel [Thu, 6 Dec 2007 17:19:22 +0000 (17:19 +0000)]
Merge gnus-art.el and gnus-start.el after fixing buggy `error' calls.

16 years agoResolve commit conflict.
Deepak Goel [Thu, 6 Dec 2007 17:18:13 +0000 (17:18 +0000)]
Resolve commit conflict.

16 years agoFix buggy call to `error'.
Deepak Goel [Thu, 6 Dec 2007 16:30:37 +0000 (16:30 +0000)]
Fix buggy call to `error'.

16 years ago(doc-view-dvi->pdf-sentinel, doc-view-pdf/ps->png-sentinel)
Stefan Monnier [Thu, 6 Dec 2007 15:04:29 +0000 (15:04 +0000)]
(doc-view-dvi->pdf-sentinel, doc-view-pdf/ps->png-sentinel)
(doc-view-pdf->txt-sentinel, doc-view-ps->pdf-sentinel, doc-view-display):
Don't change buffer within a sentinel or timer.
(doc-view-display): Don't try to display before the requested page
is available, unless told to do so explicitly.
(doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
Force display even if the requested page is not available.

16 years ago(describe-function-1): Call ad-get-advice-info only on symbols.
Richard M. Stallman [Thu, 6 Dec 2007 13:30:14 +0000 (13:30 +0000)]
(describe-function-1): Call ad-get-advice-info only on symbols.

16 years agoAdd AC_CONFIG_SRCDIR which was lost in the previous
Jan Djärv [Thu, 6 Dec 2007 07:06:50 +0000 (07:06 +0000)]
Add AC_CONFIG_SRCDIR which was lost in the previous
change.

16 years ago(antlr-keyword, antlr-syntax)
Glenn Morris [Thu, 6 Dec 2007 04:13:23 +0000 (04:13 +0000)]
(antlr-keyword, antlr-syntax)
(antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
(antlr-tokenref, antlr-literal): Inherit from standard font-lock
faces in non-light-background case.

16 years agoRemove directory part from filenames in function declarations.
Glenn Morris [Thu, 6 Dec 2007 04:09:57 +0000 (04:09 +0000)]
Remove directory part from filenames in function declarations.

16 years agoRe-fill copyright.
Glenn Morris [Thu, 6 Dec 2007 04:06:27 +0000 (04:06 +0000)]
Re-fill copyright.
Remove directory part from filenames in function declarations.

16 years agoRemove directory part from filenames in function declarations.
Glenn Morris [Thu, 6 Dec 2007 04:05:51 +0000 (04:05 +0000)]
Remove directory part from filenames in function declarations.

16 years agoRemove directory part from filenames in function declarations.
Glenn Morris [Thu, 6 Dec 2007 04:03:32 +0000 (04:03 +0000)]
Remove directory part from filenames in function declarations.

16 years agoRemove directory part from filenames in function declarations.
Glenn Morris [Thu, 6 Dec 2007 04:01:38 +0000 (04:01 +0000)]
Remove directory part from filenames in function declarations.
(mailcap-mime-info): Update declaration.

16 years agoTidy, and remove reverted apropos.el entry.
Glenn Morris [Thu, 6 Dec 2007 04:00:12 +0000 (04:00 +0000)]
Tidy, and remove reverted apropos.el entry.

16 years ago(apropos-command): Revert previous change (variable assignment, not
Glenn Morris [Thu, 6 Dec 2007 03:59:38 +0000 (03:59 +0000)]
(apropos-command): Revert previous change (variable assignment, not
function call).

16 years agoMerge from emacs--rel--22, gnus--devo--0
Miles Bader [Thu, 6 Dec 2007 00:46:40 +0000 (00:46 +0000)]
Merge from emacs--rel--22, gnus--devo--0

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-945

16 years agoMerge from gnus--devo--0
Miles Bader [Thu, 6 Dec 2007 00:46:32 +0000 (00:46 +0000)]
Merge from gnus--devo--0

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-944

16 years agoMerge from emacs--rel--22
Miles Bader [Thu, 6 Dec 2007 00:46:18 +0000 (00:46 +0000)]
Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-943

16 years agoMerge from gnus--devo--0
Miles Bader [Thu, 6 Dec 2007 00:21:00 +0000 (00:21 +0000)]
Merge from gnus--devo--0

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-941

16 years agoFix possibly buggy calls to `message'.
Deepak Goel [Thu, 6 Dec 2007 00:17:56 +0000 (00:17 +0000)]
Fix possibly buggy calls to `message'.

16 years agoMake `find-function' prefer ".el" over "" to fix a bug (see emacs-devel)
Deepak Goel [Wed, 5 Dec 2007 22:16:17 +0000 (22:16 +0000)]
Make `find-function' prefer ".el" over "" to fix a bug (see emacs-devel)

16 years agoMake find-func prefer ".el" files over "" to fix a bug (see emacs-devel).
Deepak Goel [Wed, 5 Dec 2007 22:09:53 +0000 (22:09 +0000)]
Make find-func prefer ".el" files over "" to fix a bug (see emacs-devel).

16 years ago* net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
Michael Albinus [Wed, 5 Dec 2007 21:59:12 +0000 (21:59 +0000)]
* net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
interface and member fields.

16 years ago* dbusbind.c (xd_read_message): Return value is a Lisp_Object.
Michael Albinus [Wed, 5 Dec 2007 21:53:40 +0000 (21:53 +0000)]
* dbusbind.c (xd_read_message): Return value is a Lisp_Object.
Move check for Vdbus_registered_functions_table to
xd_read_queued_messages.
(xd_read_queued_messages): Protect xd_read_message calls by
internal_condition_case_1.

16 years ago*** empty log message ***
Michael Albinus [Wed, 5 Dec 2007 19:59:46 +0000 (19:59 +0000)]
*** empty log message ***

16 years agoRequire individual files if needed when compiling, rather than
Glenn Morris [Wed, 5 Dec 2007 07:09:53 +0000 (07:09 +0000)]
Require individual files if needed when compiling, rather than
esh-maint.  Collect any require statements.  Leave provide at start.
Move any commentary to start.

16 years agoRequire individual files if needed when compiling, rather than
Glenn Morris [Wed, 5 Dec 2007 07:09:17 +0000 (07:09 +0000)]
Require individual files if needed when compiling, rather than
esh-maint.  Collect any require statements.  Move provide statement to
end.  Move any commentary to start.

16 years agoRequire individual files if needed when compiling, rather than
Glenn Morris [Wed, 5 Dec 2007 07:08:55 +0000 (07:08 +0000)]
Require individual files if needed when compiling, rather than
esh-maint.  Collect any require statements.  Leave provide at start.
Move any commentary to start.

16 years agoRequire individual files if needed when compiling, rather than
Glenn Morris [Wed, 5 Dec 2007 07:07:39 +0000 (07:07 +0000)]
Require individual files if needed when compiling, rather than
esh-maint.  Collect any require statements.  Move provide statement to
end.  Move any commentary to start.
(eshell-buffer-name): Define for compiler.

16 years agoRequire individual files if needed when compiling, rather than
Glenn Morris [Wed, 5 Dec 2007 07:07:12 +0000 (07:07 +0000)]
Require individual files if needed when compiling, rather than
esh-maint.  Collect any require statements.  Move provide statement to
end.  Move any commentary to start.
(top-level): Don't require pp.  Use condition-case rather than
ignore-errors.

16 years agoRequire individual files if needed when compiling, rather than
Glenn Morris [Wed, 5 Dec 2007 07:06:30 +0000 (07:06 +0000)]
Require individual files if needed when compiling, rather than
esh-maint.  Collect any require statements.  Leave provide at start.
Move any commentary to start.
(eshell-load-defgroups): Eval and compile.

16 years agoRequire individual files if needed when compiling, rather than
Glenn Morris [Wed, 5 Dec 2007 07:06:02 +0000 (07:06 +0000)]
Require individual files if needed when compiling, rather than
esh-maint.  Collect any require statements.  Leave provide at start.
Move any commentary to start.
(eshell-print): Move definition before use.

16 years agoRequire individual files if needed when compiling, rather than
Glenn Morris [Wed, 5 Dec 2007 07:05:27 +0000 (07:05 +0000)]
Require individual files if needed when compiling, rather than
esh-maint.  Collect any require statements.  Leave provide at start.
Move any commentary to start.
(eshell-debug-command): Move definition before use.

16 years agoRequire individual files if needed when compiling, rather than
Glenn Morris [Wed, 5 Dec 2007 07:04:00 +0000 (07:04 +0000)]
Require individual files if needed when compiling, rather than
esh-maint.  Collect any require statements.  Leave provide at start.
Move any commentary to start.

16 years agoRequire individual files if needed when compiling, rather than
Glenn Morris [Wed, 5 Dec 2007 07:03:18 +0000 (07:03 +0000)]
Require individual files if needed when compiling, rather than
esh-maint.  Collect any require statements.  Move provide statement to
end.  Move any commentary to start.

16 years agoRequire individual files if needed when compiling, rather than
Glenn Morris [Wed, 5 Dec 2007 07:00:23 +0000 (07:00 +0000)]
Require individual files if needed when compiling, rather than
esh-maint.  Collect any require statements.  Move provide statement to
end.  Move any commentary to start.
(print-func): No need to define for compiler.

16 years agoRequire individual files if needed when compiling, rather than
Glenn Morris [Wed, 5 Dec 2007 06:59:48 +0000 (06:59 +0000)]
Require individual files if needed when compiling, rather than
esh-maint.  Collect any require statements.  Move provide statement to
end.  Move any commentary to start.

16 years agoRequire individual files if needed when compiling, rather than
Glenn Morris [Wed, 5 Dec 2007 06:59:24 +0000 (06:59 +0000)]
Require individual files if needed when compiling, rather than
esh-maint.  Collect any require statements.  Move provide statement to
end.  Move any commentary to start.
(pcomplete-stub): Define for compiler.
(pcomplete-here): Autoload it.

16 years ago(byte-compile-declare-function): Remove declared function from
Glenn Morris [Wed, 5 Dec 2007 03:36:23 +0000 (03:36 +0000)]
(byte-compile-declare-function): Remove declared function from
byte-compile-noruntime-functions.

16 years ago(Info-goto-node, calendar-astro-date-string)
Glenn Morris [Wed, 5 Dec 2007 03:34:49 +0000 (03:34 +0000)]
(Info-goto-node, calendar-astro-date-string)
(calendar-bahai-date-string, calendar-check-holidays)
(calendar-chinese-date-string, calendar-coptic-date-string)
(calendar-ethiopic-date-string, calendar-forward-day)
(calendar-french-date-string, calendar-goto-date)
(calendar-goto-today, calendar-hebrew-date-string)
(calendar-islamic-date-string, calendar-iso-date-string)
(calendar-julian-date-string, calendar-mayan-date-string)
(calendar-persian-date-string, gnus-summary-last-subject)
(parse-time-string, rmail-show-message): Declare as functions.

16 years ago(ediff-version): Declare as a function.
Glenn Morris [Wed, 5 Dec 2007 03:33:30 +0000 (03:33 +0000)]
(ediff-version):  Declare as a function.

16 years ago(compilation-shell-minor-mode): Declare as a function.
Glenn Morris [Wed, 5 Dec 2007 03:32:55 +0000 (03:32 +0000)]
(compilation-shell-minor-mode): Declare as a function.

16 years ago(set-version): Handle configure.in. Adapt for doc/ directory layout
Glenn Morris [Wed, 5 Dec 2007 03:32:13 +0000 (03:32 +0000)]
(set-version): Handle configure.in.  Adapt for doc/ directory layout
for manuals.

16 years agoMerge remember-diary.el into remember.el
Michael Olson [Wed, 5 Dec 2007 01:16:38 +0000 (01:16 +0000)]
Merge remember-diary.el into remember.el

16 years agoAdd arch tagline
Miles Bader [Tue, 4 Dec 2007 22:41:47 +0000 (22:41 +0000)]
Add arch tagline

16 years agorevert requiring mh-acros; remove mh-loaddefs instead
Sam Steingold [Tue, 4 Dec 2007 22:23:19 +0000 (22:23 +0000)]
revert requiring mh-acros; remove mh-loaddefs instead

16 years ago* dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Renamed from
Michael Albinus [Tue, 4 Dec 2007 21:29:40 +0000 (21:29 +0000)]
* dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Renamed from
Qdbus_system_bus and Qdbus_session_bus, respectively.
(Vdbus_intern_symbols): Removed.
(Vdbus_registered_functions_table): New hash table.
(XD_SYMBOL_INTERN_SYMBOL): Removed.
(xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
Rewritten in order to manage registered functions by hash table
Vdbus_registered_functions_table.

16 years ago* net/dbus.el (dbus-hash-table=): New defun.
Michael Albinus [Tue, 4 Dec 2007 21:21:09 +0000 (21:21 +0000)]
* net/dbus.el (dbus-hash-table=): New defun.
(dbus-hash-table-test) New hash table test function, used in
`dbus-registered-functions-table'.
(dbus-*-event, dbus-event-*): Rewritten, due to new structure of
`dbus-event'.

16 years ago* dbus.texi (Signals): Precise `dbus-register-signal'.
Michael Albinus [Tue, 4 Dec 2007 21:12:46 +0000 (21:12 +0000)]
* dbus.texi (Signals): Precise `dbus-register-signal'.
(Errors and Events): Rework events part, the internal structure of
dbus-event has changed.

16 years ago(Symbol Type): Fix typo.
Richard M. Stallman [Tue, 4 Dec 2007 19:53:34 +0000 (19:53 +0000)]
(Symbol Type): Fix typo.

16 years ago*** empty log message ***
Juanma Barranquero [Tue, 4 Dec 2007 16:01:22 +0000 (16:01 +0000)]
*** empty log message ***

16 years ago(ido-save-history): Set the `coding' local
Juanma Barranquero [Tue, 4 Dec 2007 15:48:25 +0000 (15:48 +0000)]
(ido-save-history): Set the `coding' local
variable in the first line of the file.

16 years ago(ido-save-history): Use emacs-mule coding system instead of
Juanma Barranquero [Tue, 4 Dec 2007 15:43:26 +0000 (15:43 +0000)]
(ido-save-history): Use emacs-mule coding system instead of
utf-8 to save filenames (it's safer in Emacs 22).  Set the
`coding' local variable on the first line of the file.

16 years agoGive package name and verision to AC_INIT.
Jan Djärv [Tue, 4 Dec 2007 11:29:32 +0000 (11:29 +0000)]
Give package name and verision to AC_INIT.

16 years agoRegenerate.
Glenn Morris [Tue, 4 Dec 2007 07:18:27 +0000 (07:18 +0000)]
Regenerate.

16 years ago* lisp/saveplace.el (save-place-alist-to-file): Save with 'emacs-mule'
Karl Fogel [Tue, 4 Dec 2007 06:11:29 +0000 (06:11 +0000)]
* lisp/saveplace.el (save-place-alist-to-file): Save with 'emacs-mule'
  coding system.  This ports 2007-12-02T21:15:22Z!kfogel@red-bean.com and 2007-12-02T21:24:38Z!kfogel@red-bean.com over to the
  EMACS_22_BASE branch, but with the right coding system for Emacs 22
  to reliably record filenames.  Suggested by Eli Zaretskii.

16 years agoRequire password-cache or password.
Glenn Morris [Tue, 4 Dec 2007 04:32:47 +0000 (04:32 +0000)]
Require password-cache or password.

16 years agoPlaceholder for new files from lisp/gnus.
Glenn Morris [Tue, 4 Dec 2007 04:14:30 +0000 (04:14 +0000)]
Placeholder for new files from lisp/gnus.

16 years ago(top-level): Don't require cl when compiling.
Glenn Morris [Tue, 4 Dec 2007 04:11:13 +0000 (04:11 +0000)]
(top-level): Don't require cl when compiling.
(password-read-and-add): Doc fix.  Make obsolete.

16 years agoMove to here from gnus/password.el.
Glenn Morris [Tue, 4 Dec 2007 04:09:15 +0000 (04:09 +0000)]
Move to here from gnus/password.el.

16 years agoMove to ../password-cache.el.
Glenn Morris [Tue, 4 Dec 2007 04:08:13 +0000 (04:08 +0000)]
Move to ../password-cache.el.

16 years agoRequire password-cache or password.
Glenn Morris [Tue, 4 Dec 2007 04:07:44 +0000 (04:07 +0000)]
Require password-cache or password.

16 years ago(password-read, password-cache-add, password-cache-remove):
Glenn Morris [Tue, 4 Dec 2007 04:05:45 +0000 (04:05 +0000)]
(password-read, password-cache-add, password-cache-remove):
No need to autoload, since mml-sec requires password.

16 years agoRequire password-cache or password.
Glenn Morris [Tue, 4 Dec 2007 04:05:27 +0000 (04:05 +0000)]
Require password-cache or password.

16 years ago(password-read, password-cache-add, password-cache-remove):
Glenn Morris [Tue, 4 Dec 2007 04:05:17 +0000 (04:05 +0000)]
(password-read, password-cache-add, password-cache-remove):
No need to autoload, since mml-sec requires password.

16 years agoRequire password-cache or password.
Glenn Morris [Tue, 4 Dec 2007 04:04:57 +0000 (04:04 +0000)]
Require password-cache or password.

16 years ago(gnus-extract-address-components): Define for compiler.
Glenn Morris [Tue, 4 Dec 2007 04:04:41 +0000 (04:04 +0000)]
(gnus-extract-address-components): Define for compiler.
(password-read, password-cache-add, password-cache-remove):
No need to autoload, since mml-sec requires password.

16 years ago(gnus-spam-resend-to, gnus-ham-resend-to): Define for compiler.
Glenn Morris [Tue, 4 Dec 2007 04:04:05 +0000 (04:04 +0000)]
(gnus-spam-resend-to, gnus-ham-resend-to): Define for compiler.

16 years ago(gnus-extract-address-components): Define for compiler.
Glenn Morris [Tue, 4 Dec 2007 04:03:44 +0000 (04:03 +0000)]
(gnus-extract-address-components): Define for compiler.

16 years ago(bbdb-address-streets): Declare as a function.
Glenn Morris [Tue, 4 Dec 2007 03:55:40 +0000 (03:55 +0000)]
(bbdb-address-streets): Declare as a function.
(eudc-bbdb-extract-addresses): Use bbdb-address-streets rather than
bbdb-address-street1,2,3.

16 years agoComment.
Glenn Morris [Tue, 4 Dec 2007 03:53:04 +0000 (03:53 +0000)]
Comment.

16 years ago(reftex-make-separate-toc-frame): Try x-focus-frame before
Glenn Morris [Tue, 4 Dec 2007 03:52:39 +0000 (03:52 +0000)]
(reftex-make-separate-toc-frame): Try x-focus-frame before
focus-frame.  Only try focus-frame on XEmacs.

16 years ago(top-level): Move (provide 'cua-base) to end.
Glenn Morris [Tue, 4 Dec 2007 03:51:25 +0000 (03:51 +0000)]
(top-level): Move (provide 'cua-base) to end.
No longer provide 'cua.  Don't require cua-rect, cua-gmrk when compiling.
(cua-set-rectangle-mark): Add doc string to autoload.
(cua--rectangle, cua--last-killed-rectangle)
(cua--global-mark-active): Always define for compiler.
(cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
(cua--delete-rectangle, cua--insert-rectangle)
(cua--rectangle-corner, cua--rectangle-assert)
(cua--insert-at-global-mark, cua--global-mark-post-command):
Declare as functions.