aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Nick Roberts2006-02-131-0/+17
|
* (math-check-known-matrixp): Make sure expression is a symbol beforeJay Belanger2006-02-132-0/+6
| | | | checking that it is bound.
* *** empty log message ***Richard M. Stallman2006-02-131-0/+3
|
* (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottomRichard M. Stallman2006-02-131-15/+2
| | | | for the minibuffer too, but not if resize-mini-windows will interfere.
* (describe-key-briefly, describe-key):Richard M. Stallman2006-02-132-54/+65
| | | | | | Do all arg-reading inside `interactive' spec. (describe-key-briefly-internal, describe-key-internal): Functions merged back into their callers.
* (info-xref-visited): Inherit from info-xref too.Juri Linkov2006-02-132-3/+11
| | | | | (Info-set-mode-line): Replace occurrences of `%' by `%%' when propertizing Info-current-file and Info-current-node.
* (tumme-thumbnail-storage): Fix docstring.Juri Linkov2006-02-132-4/+9
| | | | (tumme-thumb-name): Fix per-directory format.
* (substitute-key-definition): Doc fix (hide internal argument).Juanma Barranquero2006-02-132-5/+10
|
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-79Miles Bader2006-02-132-22/+23
| | | | (rcirc-format-response-string): Fix small bugs
* Removed history section. If someone needs it, itMathias Dahl2006-02-121-378/+0
| | | | can always be found in CVS.
* *** empty log message ***Mathias Dahl2006-02-121-0/+5
|
* (tumme-thumbnail-storage): Updated docstring. AddedMathias Dahl2006-02-121-1/+4
| | | | info about the Thumbnail Managing Standard option.
* *** empty log message ***Mathias Dahl2006-02-121-0/+5
|
* *** empty log message ***Richard M. Stallman2006-02-121-0/+12
|
* (substitute-key-definition): Doc fix.Richard M. Stallman2006-02-121-1/+2
|
* (blink-matching-paren-dont-ignore-comments): Doc fix.Richard M. Stallman2006-02-121-1/+3
|
* Comment changes.Richard M. Stallman2006-02-121-4/+4
|
* (magic-mode-alist): Don't use `\\s ' in regexps.Richard M. Stallman2006-02-121-5/+6
|
* (Info-mode): Doc fix.Richard M. Stallman2006-02-121-1/+1
|
* (ebrowse-global-prefix-key): Change to C-c C-m.Richard M. Stallman2006-02-121-1/+1
|
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-75Miles Bader2006-02-1230-29/+41
| | | | | | Creator: Michael Olson <mwolson@gnu.org> Make ERC comply with the new copyright year guidelines.
* * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,Michael Albinus2006-02-122-4/+12
| | | | | because on Solaris a POSIX compatible "id" is needed. Reported by Magnus Henoch <mange@freemail.hu>.
* (dired-mode-map): Bind `\C-t\C-t' to `tumme-dired-insert-marked-thumbs'.Juri Linkov2006-02-122-0/+37
|
* Remove todo item about Thumbnail Managing Standard.Juri Linkov2006-02-121-49/+163
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (tumme) <defgroup>: Change :group to `multimedia'. (tumme-thumbnail-storage): Add choice `standard' for Thumbnail Managing Standard. (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s. Fix dostring. (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x and %y. Fix docstring. (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program) (tumme-cmd-create-standard-thumbnail-command): New user options. (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage is `standard'. Fix docstring. (tumme-thumb-width, tumme-thumb-height): New user options. (tumme-external-viewer): Try to find various viewers. (tumme-get-thumbnail-image): Use `create-image' instead of constructing the `image' structure. (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is `standard'. (tumme-thumb-name): Add file name generation for standard storage. Simplify code for other storages. (tumme-thumb-name): Use width %w and height %h instead of size %s. Add modification time %m and thumbnail-nq8 %q. Use `tumme-cmd-create-standard-thumbnail-command' if tumme-thumbnail-storage is `standard'. (tumme-dired-insert-marked-thumbs): New autoload command. (tumme-dired-after-readin-hook): New function. (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of `tumme-thumb-size'. (tumme-display-image): Replace size-x %x and size-y %y with width %w and height %h.
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-73Miles Bader2006-02-129-106/+177
| | | | | | Creator: Michael Olson <mwolson@gnu.org> Merge from erc--emacs--0
* *** empty log message ***Juanma Barranquero2006-02-121-12/+11
|
* *** empty log message ***Mathias Dahl2006-02-111-0/+7
|
* Some small fixes.Mathias Dahl2006-02-111-5/+4
|
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-69Miles Bader2006-02-112-73/+154
| | | | | | | | | | | | | | | | | rcirc: Add flexible response formatting; Add nick abbrevs 2006-02-12 Miles Bader <miles@gnu.org> * lisp/net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats): New variables. (rcirc-abbrev-nick): New function. (rcirc-format-response-string): Rewrite to use the formats in `rcirc-response-formats' and expand escape sequences therein. A text-property `rcirc-text' is added over the actual response text to make easy to find inside the returned string. (rcirc-print): When filling, just look for the `rcirc-text' text-property to find the appropriate fill prefix, instead of using hardwired patterns.
* Enhanced some docstrings. Added todo item about the ThumbnailMathias Dahl2006-02-111-4/+14
| | | | Managing Standard.
* *** empty log message ***Mathias Dahl2006-02-111-0/+5
|
* (ido-buffer-internal): Set mark for ido-insert-buffer.Kim F. Storm2006-02-111-6/+8
| | | | | Don't use insert-buffer; do insert-buffer-substring directly. (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
* *** empty log message ***Kim F. Storm2006-02-111-0/+6
|
* (revert-buffer, recover-file): Replace buffer-read-only with ↵Eli Zaretskii2006-02-112-54/+60
| | | | | | | | inhibit-read-only. Suggested by Stefan Monnier. (revert-buffer): Let insert-file-contents discard buffer-undo-list. Simplify code. (find-file, find-file-existing, revert-buffer): Doc-string fixes.
* (menu-bar-select-yank): Add a doc string.Eli Zaretskii2006-02-112-0/+4
|
* (describe-key-briefly, describe-key): Populate yank-menu if empty.Eli Zaretskii2006-02-112-8/+30
|
* *** empty log message ***Eli Zaretskii2006-02-111-0/+10
|
* (describe-key-briefly): Now a wrapper for describe-key-briefly-internal.Eli Zaretskii2006-02-111-4/+40
| | | | | | | | Bind enable-disabled-menus-and-buttons to t. (describe-key-briefly-internal): Renamed from describe-key-briefly. (describe-key): Now a wrapper for describe-key-internal. Bind enable-disabled-menus-and-buttons to t. (describe-key-internal): Renamed from describe-key.
* (glasses-separator): Doc fix.Eli Zaretskii2006-02-112-16/+45
| | | | | (glasses-original-separator): New defcustom. (glasses-make-readable, glasses-convert-to-unreadable): Use it.
* (mouse-wheel-up-event): Doc fix.Eli Zaretskii2006-02-112-1/+5
|
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-65Miles Bader2006-02-112-6/+99
| | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 27-28) - Update from CVS: lisp/gnus.el: Remove bogus comment. - Merge from emacs--devo--0
* (tumme-dir): Changed default value to "~/.emacs-d/tumme"Mathias Dahl2006-02-101-10/+25
| | | | (tumme-dir): New function. Copied from thumbs.el.
* *** empty log message ***Mathias Dahl2006-02-101-0/+6
|
* (mh-search): Wrap code in (block mh-search ...) rather than useBill Wohler2006-02-102-91/+99
| | | | defun*. XEmacs cannot create a proper autoload for a defun*.
* *** empty log message ***Juanma Barranquero2006-02-101-2/+3
|
* (substitute-key-definition): Fix typo.Juanma Barranquero2006-02-101-1/+1
|
* (desktop-outvar): Fix typo.Juanma Barranquero2006-02-102-6/+12
| | | | (desktop-save-buffer-p): Doc fix.
* Update copyright for 2006.Nick Roberts2006-02-1074-94/+134
|
* *** empty log message ***YAMAMOTO Mitsuharu2006-02-101-0/+7
|
* (fontset-standard): Rename from "fontset-mac".YAMAMOTO Mitsuharu2006-02-101-2/+2
|