summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Add declare-function compatibility definition.Glenn Morris2007-12-111-1/+11
| | | | | | | Require gnus-util. (gnus-configure-windows): Declare as a function. (mm-remove-part): Only call delete-annotation on XEmacs. (mm-view-pkcs7): Autoload.
* Add declare-function compatibility definition.Glenn Morris2007-12-111-0/+6
| | | | (message-goto-body): Declare as a function.
* Add declare-function compatibility definition.Glenn Morris2007-12-111-0/+10
| | | | | (gmm-write-region): Autoload. (mm-delete-duplicates, mm-detect-coding-region): Declare as functions.
* (gnus-original-article-buffer): Define for compiler.Glenn Morris2007-12-111-0/+2
|
* Add declare-function compatibility definition.Glenn Morris2007-12-111-0/+16
| | | | | | (mml-compute-boundary, gnus-completing-read-with-default): Autoload. (epg-key-sub-key-list, epg-sub-key-capability) (epg-sub-key-validity, message-options-set): Declare as functions.
* Add declare-function compatibility definition.Glenn Morris2007-12-111-0/+10
| | | | | (widget-button-press, gnus-make-hashtable): Autoload. (widget-event-point, gnus-configure-windows): Declare as functions.
* Add declare-function compatibility definition.Glenn Morris2007-12-111-0/+19
| | | | | | | (mm-decode-content-transfer-encoding) (mm-encode-content-transfer-encoding) (message-options-get, message-options-set): Autoload. (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt): Declare as functions.
* Add declare-function compatibility definition.Glenn Morris2007-12-111-0/+15
| | | | | | (epg-check-configuration, epg-configuration) (message-options-set): Declare as functions. (gnus-buffer-live-p, gnus-get-buffer-create): Autoload.
* Add declare-function compatibility definition.Glenn Morris2007-12-111-2/+9
| | | | (nndb-request-article): Declare as a function.
* Add declare-function compatibility definition.Glenn Morris2007-12-111-0/+8
| | | | | (gnus-request-group): Autoload it. (gnus-request-create-group): Declare as a function.
* (ietf-drums-unfold-fws): Autoload it.Glenn Morris2007-12-111-0/+2
|
* Add declare-function compatibility definition.Glenn Morris2007-12-111-0/+10
| | | | | Require gnus-int. (gnus-activate-group, gnus-group-mark-article-read): Declare as functions.
* Add declare-function compatibility definition.Glenn Morris2007-12-111-0/+6
| | | | (gnus-group-mark-article-read): Declare as a function.
* Add declare-function compatibility definition.Glenn Morris2007-12-111-0/+8
| | | | (w3-parse-buffer, gnus-group-make-rss-group): Declare as functions.
* Add declare-function compatibility definition.Glenn Morris2007-12-111-0/+8
| | | | | (mail-header-parse-content-type, message-narrow-to-head): Autoload. (message-fetch-field): Declare as a function.
* (gnus-run-mode-hooks): Autoload it.Glenn Morris2007-12-111-0/+2
|
* (gnus-message): Autoload.Glenn Morris2007-12-111-0/+2
|
* Move `require's before `eval-when-compile's.Glenn Morris2007-12-111-4/+11
| | | | | Add declare-function compatibility definition. (gnus-extract-address-components): Declare as a function.
* (calc-set-mode-line): Use `math-lang-name' to set language name.Jay Belanger2007-12-112-2/+9
|
* (calc-lang-name): New property name.Jay Belanger2007-12-111-0/+3
|
* revert-buffer eliminates overlays and the markVinicius Jose Latorre2007-12-112-5/+15
|
* (server-select-display): Fix important typo.Stefan Monnier2007-12-102-23/+24
| | | | (server-process-filter): Turn a "" display into nil.
* Fix log entry format.Vinicius Jose Latorre2007-12-101-4/+6
|
* (search-upper-case): Doc fix.Juri Linkov2007-12-092-4/+38
| | | | | | | (isearch-mode-map): Bind `M-s o' to isearch-occur. (isearch-query-replace): Doc fix. Let-bind search-upper-case to nil. (isearch-query-replace-regexp): Doc fix. (isearch-occur): New function.
* (keep-lines, flush-lines, how-many): Doc fix.Juri Linkov2007-12-091-18/+26
| | | | | | | | Check search-upper-case before calling isearch-no-upper-case-p to set case-fold-search. (occur): Doc fix. (occur-1, perform-replace): Check search-upper-case before calling isearch-no-upper-case-p to set case-fold-search.
* Remove mail/hashcash.el and net/imap.el from file list in previous change.Reiner Steib2007-12-091-2/+2
|
* Merge from gnus--devo--0Miles Bader2007-12-097-15/+57
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-950
* (lm-verify): Make it work withDavid Kastrup2007-12-092-12/+16
| | | | directories. Not sure anybody uses this anymore, though.
* Doc fixVinicius Jose Latorre2007-12-091-2/+2
|
* Fix pr-interface-map initializationVinicius Jose Latorre2007-12-092-25/+35
|
* Sync from ERC upstreamMichael Olson2007-12-094-19/+99
| | | | | | | | | Changes include: - Add nickserv support for GRnet. - Parse 275 (secure connection) response. - Provide new hook `erc-nickserv-identified-hook' that runs when nickserv confirms that the user has successfully identified.
* (declare-function): Add compatibility definition.Glenn Morris2007-12-092-2/+11
| | | | | (password-read, password-cache-add, password-cache-remove): Declare as functions.
* (declare-function): Add compatibility definition.Glenn Morris2007-12-092-3/+8
| | | | (password-read-and-add): Declare as a function.
* (top-level): Use dolist rather than mapc in make-variable-frame-local call.Glenn Morris2007-12-092-6/+9
|
* (gnus-uu-yenc-article): Use insert-buffer-substring.Glenn Morris2007-12-092-1/+17
|
* (declare-function): Add compatibility declaration.Glenn Morris2007-12-091-1/+11
| | | | | (w3-do-setup, w3-region, w3-prepare-buffer, w3m-detect-meta-charset) (w3m-region): Declare as functions.
* (declare-function): Add compatibility declaration.Glenn Morris2007-12-091-1/+5
| | | | (mail-abbrev-in-expansion-header-p): Declare as function.
* (declare-function): Add compatibility declaration.Glenn Morris2007-12-091-0/+8
| | | | (mm-append-to-file, w32-focus-frame): Declare as functions.
* (declare-function): Add compatibility declaration.Glenn Morris2007-12-091-0/+5
| | | | (gnus-get-predicate): Declare as function.
* (declare-function): Add compatibility declaration.Glenn Morris2007-12-091-0/+6
| | | | (gnus-summary-from-or-to-or-newsgroups): Declare as function.
* (declare-function): Add compatibility declaration.Glenn Morris2007-12-091-0/+12
| | | | (w3-region, w3m-region, Info-menu): Declare as functions.
* * mail/hashcash.el (declare-function):Dan Nicolaescu2007-12-083-1/+11
| | | | | * net/imap.el (declare-function): New no-op macro for backward compatibility.
* (check-declare): New target.Eli Zaretskii2007-12-082-11/+42
| | | | | | | | (BYTE_COMPILE_EXTRA_FLAGS): New variable. (.el.elc, compile-CMD, compile-SH, compile-always-CMD) (compile-always-SH, compile-calc-CMD, compile-calc-SH) ($(lisp)/progmodes/cc-mode.elc): Use it. ($(lisp)/progmodes/cc-mode.elc): New rule.
* (tab-stop-list): Mark as safe-local-variable.Reiner Steib2007-12-082-0/+3
|
* (etc-sudoers-generic-mode): New mode.Reiner Steib2007-12-082-0/+21
| | | | (generic-unix-modes): Add it.
* * net/dbus.el (dbus-hash-table=): Remove function. We cannotMichael Albinus2007-12-082-46/+33
| | | | | | | | apply wildcards in a hash table key; there is no usable hash code then. (dbus-registered-functions-table): Use `equal' as test function. (dbus-name-owner-changed-handler): Rewrite due to new hash table structure.
* (c-mask-paragraph): Avoid invalid searchMartin Rudalics2007-12-082-1/+11
| | | | bound error in block comment branch.
* Remove conflict marker.David Kastrup2007-12-081-1/+0
|
* * erc-stamp.el (erc-echo-timestamp):David Kastrup2007-12-0835-68/+119
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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'.
* Improves calls to `error', per mail from RMS.Deepak Goel2007-12-086-13/+22
|