summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (set-locale-environment): Make sure the coding-system preferred by theEli Zaretskii2006-04-082-0/+15
| | | | | locale's language has the same EOL conversion type as the original buffer-file-coding-system.
* (eval-expression): Doc fix.Richard M. Stallman2006-04-072-1/+11
|
* (eval-print-last-sexp, eval-last-sexp, eval-defun): Doc fixes.Richard M. Stallman2006-04-071-1/+10
|
* Revert to 2006-03-23T13:13:27Z!jas@extundo.com to allow the use of gpg-agent.Reiner Steib2006-04-072-16/+56
|
* (mh-path, mh-variant): Define with mh-defcustom and addBill Wohler2006-04-072-56/+63
| | | | :package-version keyword.
* (gdb-init-2): Set current filename usingNick Roberts2006-04-071-3/+3
| | | | GDB list command without argument for greater generality.
* *** empty log message ***Nick Roberts2006-04-071-0/+5
|
* Add arch taglineMiles Bader2006-04-071-0/+1
|
* Fix year.Romain Francoise2006-04-061-1/+1
|
* Removed spurious require, avoiding recursive loads.J.D. Smith2006-04-061-1/+0
|
* * subr.el (string-or-null-p): New function.Reiner Steib2006-04-065-11/+37
| | | | | | | | | * textmodes/paragraphs.el (sentence-end): Use string-or-null-p. * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p. * files.el: Update comment about safe-local-variable declarations.
* *** empty log message ***J.D. Smith2006-04-061-0/+19
|
* One more copyright year.J.D. Smith2006-04-061-1/+1
|
* Restored copyright.J.D. Smith2006-04-061-1/+1
|
* File obsoleted. IDLWAVE 6.0 now parses XML routine info catalog fileJ.D. Smith2006-04-061-2069/+0
| | | | distributed with IDL.
* Update to IDLWAVE version 6.0; see idlwave.org. Includes code toJ.D. Smith2006-04-062-728/+1316
| | | | obsolete idlw-rinfo.el.
* Update to IDLWAVE version 6.0; see idlwave.org.J.D. Smith2006-04-062-143/+256
|
* Update copyright, change version.J.D. Smith2006-04-061-4/+4
|
* 2006-04-06 Romain Francoise <romain@orebokech.com>Romain Francoise2006-04-062-237/+237
| | | | | | * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add symmetric encryption features and a new asynchronous interface to GnuPG. This new version is version 1.4, plus whitespace changes.
* * files.el: Move some `safe-local-variable' declarations to theReiner Steib2006-04-068-10/+44
| | | | | | | | | | | | | | | | | | | | | | respective files. * textmodes/ispell.el (ispell-check-comments) (ispell-local-dictionary): Mark as safe. * abbrev.el (abbrev-mode): Mark as safe. * add-log.el (change-log-default-name): Mark as safe. * textmodes/reftex-vars.el (reftex-vref-is-default) (reftex-fref-is-default, reftex-level-indent) (reftex-guess-label-type): Mark as safe. * textmodes/fill.el (colon-double-space): Mark as safe. * textmodes/paragraphs.el (paragraph-start, paragraph-separate) (sentence-end-double-space, sentence-end-without-period) (sentence-end-without-space, sentence-end, sentence-end-base) (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
* (ido-mode): Remove ido-ignore-unc-host-regexps from the :set-after list.Kim F. Storm2006-04-061-33/+43
| | | | | | | | | | | (ido-downcase-unc-hosts): New user option. Default on. (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache when it is set, as regexps are now applied on the fly. (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache. Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps on the fly, but only when ido-process-ignore-lists is set. Do case insensitive filtering if ido-downcase-unc-hosts is set. Only downcase names if ido-downcase-unc-hosts is set.
* *** empty log message ***Kim F. Storm2006-04-061-0/+13
|
* *** empty log message ***Juanma Barranquero2006-04-061-0/+6
|
* (ido-unc-hosts-cache): Fix typo in docstring.Juanma Barranquero2006-04-061-1/+1
|
* (WoMan-xref-man-page): Fix call to `substring'.Juanma Barranquero2006-04-061-3/+3
|
* (ido-mode): Set after ido-unc-hosts and ido-ignore-unc-host-regexps.Kim F. Storm2006-04-051-3/+12
| | | | | | (ido-save-history): Save ido-unc-hosts-cache. (ido-load-history): Load ido-unc-hosts-cache. (ido-reread-directory): Refresh unc hosts cache in // dir.
* *** empty log message ***Kim F. Storm2006-04-051-0/+6
|
* (fancy-splash-screens): Set emulation-mode-map-alistsKim F. Storm2006-04-051-1/+4
| | | | to nil while displaying slash screen.
* *** empty log message ***Kim F. Storm2006-04-051-1/+6
|
* 2006-04-05 Daiki Ueno <ueno@unixuser.org>Simon Josefsson2006-04-052-2/+7
| | | | | * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
* Setup cases of Latin, Greek, andKenichi Handa2006-04-052-0/+52
| | | | Cyrillic characters in CJK charsets.
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-198Miles Bader2006-04-052-1/+7
| | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 76-77) - Update from CVS: README: Addition from 5.10.6 tar ball. - Update from CVS
* 2006-03-29 Daiki Ueno <ueno@unixuser.org>Simon Josefsson2006-04-042-1/+9
| | | | | | | | | * pgg-gpg.el (pgg-gpg-start-process): Don't bind default-enable-multibyte-characters. This reverts the change from revision 6.17 which is no longer necessary because the passphrase is sent separately now. GnuPG messages are unreadable under multibyte locales with default-enable-multibyte-characters set to nil.
* Mark `left-margin', `byte-compile-dynamic-docstrings'Andreas Schwab2006-04-042-0/+8
| | | | and `byte-compile-warnings' as `safe-local-variable'.
* * man.el (Man-mode-map): Restore the \r binding.Dan Nicolaescu2006-04-043-12/+35
| | | | | | | | | | | (Man-abstract-xref-man-page): If Man-target-string is a function, call it. (Man-highlight-references): Use Man-default-man-entry to get the target. Deal with xrefs too. (Man-highlight-references0): Don't call the target function. * woman.el (WoMan-xref-man-page): Strip the section number, woman cannot deal with it.
* 2006-04-04 Daiki Ueno <ueno@unixuser.org>Simon Josefsson2006-04-042-56/+79
| | | | | * pgg-gpg.el: Clean up process buffers every time gpg processes complete.
* *** empty log message ***Kenichi Handa2006-04-041-0/+7
|
* (sort-build-lists): Don't bind inhibit-field-text-motionKenichi Handa2006-04-041-29/+34
| | | | | | here. (sort-lines, sort-numeric-fields, sort-fields, sort-columns): Temporarily bind inhibit-field-text-motion to t.
* (normal-splash-screen): Only set mode-line-format in theStefan Monnier2006-04-032-93/+106
| | | | | splash buffer, so as not to interfere when debugging the code. Ignore errors when switching buffer.
* (dired-dnd-protocol-alist): Fix typo.Romain Francoise2006-04-032-1/+5
|
* doumented for fork in (Info-follow-nearest-node &optional fork)Ramprasad B2006-04-031-1/+5
|
* Remove bogus `debug' in previous commit.Reiner Steib2006-04-031-2/+0
|
* (savehist): Add :version.Reiner Steib2006-04-032-3/+17
| | | | | | (savehist-ignored-variables): New variable. (savehist-minibuffer-hook): Don't save variables listed in `savehist-ignored-variables'.
* (dired-dnd-protocol-alist): Mention that change doesReiner Steib2006-04-032-1/+7
| | | | only apply to new buffers in doc string.
* (recentf-open-files-item): Include newline in buttonDavid Ponce2006-04-031-1/+1
| | | | | | field, so opening a file will work, when the point is at the end of the file name. Allow, for example, to [i]search a file by extension and just push RET to open it.
* *** empty log message ***David Ponce2006-04-031-0/+7
|
* 2006-04-03 Daiki Ueno <ueno@unixuser.org>Simon Josefsson2006-04-032-40/+50
| | | | | | | | * pgg-gpg.el (pgg-gpg-process-filter) (pgg-gpg-wait-for-completion): Check if buffer is alive. * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG: lines, temporary fix.
* (define-ibuffer-column): Document the new parameter.Dan Nicolaescu2006-04-022-0/+7
|
* (compilation-message-face): Make it defcustom.Richard M. Stallman2006-04-022-2/+9
|
* * ibuf-macs.el (define-ibuffer-column): Add a new key:Dan Nicolaescu2006-04-023-8/+45
| | | | | | | | | | | header-mouse-map. * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map) (ibuffer-mode-header-map): New keymaps. (ibuffer-update-title-and-summary): Enable mouse face highlighting and keybindings for column headers. (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map property.