summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (cl-cannot-unload): Remove function.Juanma Barranquero2007-10-311-3/+5
| | | | | | (cl-unload-hook): Remove variable. (cl-unload-function): New-style unload function, adapted from `cl-cannot-unload'.
* (elp-unload-hook): Remove function and variable.Juanma Barranquero2007-10-311-3/+5
| | | | | (elp-unload-function): New-style unload function, adapted from `elp-unload-hook'.
* Default argument for find-libraryVinicius Jose Latorre2007-10-312-5/+20
|
* (url-vars-unload-hook): Remove function and variable.Juanma Barranquero2007-10-312-7/+6
| | | | Hooks are automatically removed by `unload-feature'.
* (shadow-join): Remove.Juanma Barranquero2007-10-312-24/+25
| | | | | | | | (shadow-shadows): Use `mapconcat' instead of `shadow-join'. (shadow-initialize): Use `write-file-functions', not `write-file-hooks'. (shadowfile-unload-hook): Remove function and variable. (shadowfile-unload-function): New-style unload function, adapted from `shadowfile-unload-hook'.
* * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvmDan Nicolaescu2007-10-319-312/+220
| | | | | | | | | | | | | | | | | | | | | | | | | | only if it is bound. * textmodes/reftex.el: Move autoloads for before all uses. (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay) (reftex-delete-overlay): Move to the top level with the condition in the body. * progmodes/simula.el: Use when instead of if. * iimage.el (iimage-locate-file): Define unconditionally. * mail/mailabbrev.el (mail-abbrev-next-line): * emulation/vip.el (vip-enlarge-region, vip-line) (vip-next-line-at-bol, vip-previous-line) (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read): Wrap with-no-warnings around uses of next-line and previous-line. * ediff.el (run-ediff-from-cvs-buffer): * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Remove function not used by pcl-cvs anymore. (noninteractive, generic-sc-get-latest-rev) (ediff-generic-sc-internal, ediff-generic-sc-merge-internal): Delete support for long obsolete generic-sc.el.
* No longer require pcvs when compiling.Glenn Morris2007-10-312-1/+9
|
* (doc-view-conversion-refresh-interval)Glenn Morris2007-10-311-11/+8
| | | | | | (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt) (doc-view-reset-slice): Doc fixes. (doc-view-menu): Remove deleted function doc-view-edit-doc.
* (help-at-pt-unload-hook): Remove. Timers areJuanma Barranquero2007-10-312-14/+23
| | | | automatically canceled by `unload-feature'.
* (delsel-unload-hook): Remove function and variable.Juanma Barranquero2007-10-311-5/+10
| | | | | (delsel-unload-function): New-style unload function, adapted from `delsel-unload-hook'.
* (msb-unload-hook): Remove function and variable.Juanma Barranquero2007-10-311-5/+7
| | | | | (msb-unload-function): New-style unload function, adapted from `msb-unload-hook'.
* Merge from gnus--devo--0Miles Bader2007-10-304-17/+89
| | | | | | | | | | Patches applied: * gnus--devo--0 (patch 401-403) - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-916
* Merge from emacs--rel--22Miles Bader2007-10-303-11/+17
|\ | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 138-139) - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-914
| * (uniquify-managed): Pacify byte compiler.Juanma Barranquero2007-10-272-2/+14
| | | | | | | | | | | | | | (desktop-buffer-info): If the buffer name is managed by uniquify, save the base name, not the uniquified one. (desktop-create-buffer): Allow `rename-buffer' to generate a new name in case of conflict.
| * Merge from gnus--rel--5.10Miles Bader2007-10-273-19/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 261-262) - Update from CVS 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus.el (gnus-server-to-method): Return method found first in gnus-newsrc-alist. 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/html2text.el (html2text-fix-paragraph): Use `forward-line' instead of `next-line'. Revision: emacs@sv.gnu.org/emacs--rel--22--patch-137
* | Add arch taglineMiles Bader2007-10-302-0/+2
| |
* | Use expand-file-name rather than concat.Stefan Monnier2007-10-302-82/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (doc-view-cache-directory): Add the UID so multiple users won't clash. (doc-view-current-overlay, doc-view-pending-cache-flush): New vars. (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message) (doc-view-toggle-display): Use an overlay over the whole buffer so as not to have to touch the buffer's content. (doc-view-initiate-display): New function, extracted from doc-view-mode. (doc-view-mode): Use it. Don't mark as a special mode. Put the page numbers in the modeline. Set up the overlay. Hide the cursor. Run the mode hook. Use after-revert-hook rather than revert-buffer-function. (doc-view-search-internal): Fix typo. (doc-view-convert-current-doc, doc-view-insert-image): Delay the image-cache flush. (doc-view-reconvert-doc): Don't reset the whole mode. (doc-view-make-safe-dir): New function. (doc-view-current-cache-dir): Use it.
* | (display-time-world-list): Test for zoneinfo support.Jason Rumney2007-10-302-3/+15
| |
* | * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".Michael Albinus2007-10-303-3/+19
| | | | | | | | | | | | * net/tramp-cache.el (tramp-flush-file-function): Check also `default-directory' if `buffer-file-name' does not return a string. Added to `eshell-pre-command-hook'.
* | (doc-view-current-doc): Remove. Replace all uses by buffer-file-name.Stefan Monnier2007-10-302-47/+69
| | | | | | | | | | | | | | | | | | | | (doc-view-menu): New menu. (doc-view-reconvert-doc): Don't bind inhibit-read-only. Remove unused `doc'. (doc-view-sort): Simplify. (doc-view-buffer-message): Don't change buffer-modified-p. (doc-view-mode): Change it here instead. Tighten scoping of prev-major-mode. Don't re-insert the file's content. Don't modify the global value of revert-buffer-function.
* | (image-forward-hscroll, image-next-line, image-eol)Stefan Monnier2007-10-302-40/+47
| | | | | | | | | | | | (image-eob, image-mode, image-minor-mode, image-toggle-display-text) (image-toggle-display): Take overlays into account and don't assume point-min==1.
* | remember.el: Add additional items to some defcustom optionsMichael Olson2007-10-302-5/+12
| |
* | (vc-annotate): Fix omission bug:Thien-Thi Nguyen2007-10-302-5/+10
| | | | | | | | Specify value for vc-sentinel-movepoint.
* | (dirtrack-mode): Doc fix.Glenn Morris2007-10-302-1/+9
| |
* | (shell-dirtrack-verbose, shell-mode, shell-directory-tracker)Glenn Morris2007-10-301-3/+8
| | | | | | | | (shell-dirtrack-mode): Doc fix.
* | Tassilo Horn <tassilo at member.fsf.org>Glenn Morris2007-10-302-1/+31
| | | | | | | | (ps-mode-map): Enable doc-view-minor-mode.
* | Tassilo Horn <tassilo at member.fsf.org>Glenn Morris2007-10-301-107/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove cl-dependency. (doc-view-buffer-message): Mention new binding K. (doc-view-convert-current-doc): Use function d-v-current-cache-dir instead of variable. (doc-view-current-cache-dir): Better cache dir naming. (doc-view-current-display): Remove variable. (doc-view-edit-doc, doc-view-display-maybe): Remove functions. (doc-view-kill-proc): Set converter process to nil. (doc-view-minor-mode): New minor mode. (doc-view-minor-mode-map): New keymap. (doc-view-mode): Remove text/image switching code. Use plain defun. (doc-view-mode-map): New binding K kills converter process. Remove C-c C-e binding. (doc-view-mode-text-map): Remove keymap. (doc-view-pdf/ps->png): Timer calls d-v-display instead of d-v-display-maybe. (doc-view-previous-major-mode): New variable. (doc-view-ps->pdf): Resort args to make ps2pdf happy. (doc-view-remove-if): New function. (doc-view-search-next-match, doc-view-search-previous-match): Use it. (doc-view-toggle-display): Toggle modes instead of display styles. (doc-view-reconvert-doc): Adapt to new way of doing things.
* | Add 2007 to copyright years.Glenn Morris2007-10-302-1/+9
| |
* | (tpu-map-key): Use with-no-warning to suppress byte-opt warning.Glenn Morris2007-10-301-2/+3
| |
* | (byte-compile-disable-warning)Glenn Morris2007-10-301-2/+6
| | | | | | | | (byte-compile-enable-warning): Doc fix.
* | * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)Dan Nicolaescu2007-10-304-63/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (edt-gnu-emacs19-p): Remove. (edt-emacs-variant, edt-window-system): Use feature 'emacs. (edt-xserver, edt-page-backward, edt-beginning-of-line) (edt-end-of-line-forward, edt-end-of-line-backward) (edt-one-word-forward, edt-one-word-backward, edt-character) (edt-line-forward, edt-next-line, edt-previous-line, edt-top) (edt-find-forward, edt-find-backward, edt-find-next-forward) (edt-find-next-backward, edt-reset, edt-advance, edt-backup) (edt-define-key, edt-bottom-check, edt-sentence-forward) (edt-sentence-backward, edt-paragraph-forward) (edt-paragraph-backward, edt-restore-key, edt-window-top) (edt-window-bottom, edt-scroll-window-forward-line) (edt-scroll-window-backward-line, edt-line-to-bottom-of-window) (edt-line-to-top-of-window, edt-paragraph-backward) (edt-restore-key, edt-window-top, edt-window-bottom) (edt-scroll-window-forward-line) (edt-scroll-window-backward-line, edt-line-to-bottom-of-window) (edt-line-to-middle-of-window, edt-goto-percentage) (edt-display-the-time, edt-remember, edt-split-window) (edt-emulation-on, edt-emulation-off) (edt-default-emulation-setup, edt-user-emulation-setup) (edt-select-default-global-map, edt-select-user-global-map): Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature tests. * textmodes/reftex-index.el (reftex-index-selection-or-word): Use feature test instead of boundp test so it can be resolved at compile time. * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
* | Rename `count' and `system-flag' to :count and :system. Update all users.Stefan Monnier2007-10-302-35/+45
| | | | | | | | | | | | (abbrev-get, abbrev-put): Simplify. (define-abbrev): Don't store the `force' value in the :system property. (abbrev--before-point): Obey the :enable-function of the abbrev as well.
* | Check in Remember ModeMichael Olson2007-10-303-0/+571
| |
* | Revert bad erc-track change; ignore erc-track-minor-mode properly in desktopMichael Olson2007-10-304-7/+6
| | | | | | | | * lisp/desktop.el (desktop-minor-mode-table): Add line for ERC.
* | * allout.el (allout-command-prefix, allout-inhibit-auto-fill):Dan Nicolaescu2007-10-292-577/+687
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Relocate in file. (allout-doublecheck-at-and-shallower): Increase to include slightly greater depths, since yank interaction is now ok. Also, elaborate the docstring to explain the situation. (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat instead of concat, so we accommodate key sequences expressed as vectors as well as strings and lists. (allout-flag-region, allout-hide-by-annotation): Make the hidden-text overlays 'front-advance. (allout-overlay-insert-in-front-handler): Correct docstring's grammar. (allout-aberrant-container-p, allout-on-current-heading-p) (allout-e-o-prefix-p, allout-next-heading) (allout-previous-heading, allout-goto-prefix) (allout-end-of-prefix, allout-next-sibling-leap) (allout-next-visible-heading, allout-auto-fill) (allout-rebullet-heading, allout-kill-line, allout-kill-topic) (allout-yank-processing, allout-resolve-xref) (allout-current-topic-collapsed-p, allout-hide-region-body) (allout-latex-verbatim-quote-curr-line, allout-encrypt-string) (allout-encrypted-topic-p, allout-next-topic-pending-encryption) (count-trailing-whitespace-region): Preserve match data, so allout outline navigation doesn't disrupt other emacs operations. (allout-beginning-of-line): Retreat to the beginning of the hidden text, so fields are respected (for submodes that care). (allout-end-of-line): Preserve mark activation status when jumping. (allout-open-topic): Account for opening after a child that contains a hidden trailing newline. Preserve match data. Run allout-structure-added-hook (allout-encrypt-decrypted): Preserve match data. (allout-toggle-current-subtree-exposure): Add new interactive function for toggle subtree exposure - suggested by tassilo. (move-beginning-of-line, move-end-of-line): Don't use line-move-invisible-p, it's obsolete - substitute the code, instead.
* | Added missing ChangeLog entry for changes to org-export-latex on 10-22-2007John Wiegley2007-10-291-0/+11
| |
* | (message-check-news-body-syntax): Avoid mm-string-as-multibyte.Stefan Monnier2007-10-292-4/+11
| | | | | | | | (message-hide-headers): Don't assume (point-min)==1.
* | * textmodes/flyspell.el (message-signature-separator):Dan Nicolaescu2007-10-296-4002/+4063
| | | | | | | | | | | | | | | | | | | | | | | | * longlines.el (message-indent-citation-function): Pacify byte compiler. * emacs-lisp/cl-loaddefs.el: * ldefs-boot.el: Regenerate. * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable. (.el.elc, compile, compile-always, compile-calc) ($(lisp)/progmodes/cc-mode.elc): Use it.
* | (ps-xemacs-color-name, ps-xemacs-face-kind-p): OnlyDan Nicolaescu2007-10-292-125/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | do work for XEmacs. (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs. (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work on XEmacs. (ps-x-color-instance-p, ps-x-color-instance-rgb-components) (ps-x-color-name, ps-x-color-specifier-p) (ps-x-copy-coding-system, ps-x-device-class) (ps-x-extent-end-position, ps-x-extent-face) (ps-x-extent-priority, ps-x-extent-start-position) (ps-x-face-font-instance, ps-x-find-coding-system) (ps-x-font-instance-properties, ps-x-make-color-instance) (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p) (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get) (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values): (ps-generate-postscript-with-faces): Delete defaliases. (ps-face-foreground-name, ps-face-background-name) (ps-color-values, ps-face-bold-p, ps-face-italic-p): Move definitions to top level, make the body conditional on the emacs flavor. Replace uses of deleted aliases and renamed functions. (ps-generate-postscript-with-faces, ps-color-device): Replace uses of deleted aliases and renamed functions.
* | * calc/calc.el (calc-emacs-type-lucid): Remove.Dan Nicolaescu2007-10-297-81/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (calc-digit-map, calcDigit-start, calc-read-key) (calc-clear-unread-commands): * calc/calc-ext.el (calc-user-key-map): Replace uses of calc-emacs-type-lucid with (featurep 'xemacs) * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with (featurep 'xemacs). (tpu-lucid-emacs19-p): Remove. (tpu-map-key): Make it a function instead of using fset. Inline tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs. (tpu-emacs-map-key, tpu-lucid-map-key): Remove. * ielm.el: Use featurep 'xemacs. * progmodes/cperl-mode.el (cperl-xemacs-p): Remove. (condition-case, cperl-can-font-lock, cperl-singly-quote-face) (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces) (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace cperl-xemacs-p with (featurep 'xemacs). (font-lock-cache-position): Pacify byte compiler.
* | (browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.Richard M. Stallman2007-10-292-50/+79
| | | | | | | | | | | | | | | | (browse-url-text-emacs): Likewise. (browse-url-text-browser): New variable. (browse-url-text-emacs-args): Renamed from browse-url-lynx-emacs-args. (browse-url-text-input-field, browse-url-text-input-attempts) (browse-url-kde-program): Likewise.
* | (read-color): New function.Richard M. Stallman2007-10-291-0/+140
| | | | | | | | | | (face-at-point, foreground-color-at-point) (background-color-at-point): New functions.
* | *** empty log message ***Juanma Barranquero2007-10-291-4/+3
| |
* | (org-publish-get-plist-from-filename):Glenn Morris2007-10-291-1/+1
| | | | | | | | | | Use mapc rather than mapcar (reinstall change deleted without log entry 2007-10-22).
* | *** empty log message ***Glenn Morris2007-10-291-0/+6
| |
* | Revert down-casing of copyright header.Glenn Morris2007-10-291-2/+2
| |
* | (wdired-next-line, wdired-previous-line): UseMartin Rudalics2007-10-292-2/+7
| | | | | | | | next-line and previous-line wrapped in with-no-warnings.
* | Ryan Yeske <rcyeske at gmail.com>Glenn Morris2007-10-292-49/+169
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (rcirc-server-alist): Use coloned symbols for parameter names. (rcirc-recent-quit-alist): New function. (rcirc): Print a better message when there is only one connected server. (rcirc-complete-nick): Do not update the nick table here. (rcirc-mode-map): Add M-o. (rcirc-current-line): Add variable. (rcirc-mode): Setup variables for line based omit. (rcirc-edit-multiline): Strip text properties. (rcirc-omit-responses): Add NICK. (rcirc-omit-threshold): Add variable. (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines): Add functions. (rcirc-print): Keep track of current line. Do not fill text if `rcirc-fill-flag' is null. Only omit text if the last activity from the sender is more than `rcirc-omit-threshold' lines ago. (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line numbers instead of time. (rcirc-channel-nicks): Sort by line numbers instead of time. (rcirc-omit-mode): Add `...' when omitting text and recenter. (rcirc-handler-JOIN): Restore the joiners linestamp. (rcirc-maybe-remember-nick-quit): Add function. (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
* | Fix typo in lisp/erc/ChangeLogMichael Olson2007-10-291-1/+1
| |
* | Sync from upstream ERCMichael Olson2007-10-295-5/+44
| |