summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Switch to standard GPL text for license.Glenn Morris2007-02-1125-74/+450
|
* (calculator-mode-map): Fix typo in menu entry.Juanma Barranquero2007-02-111-8/+8
| | | | (calculator-prompt): Doc fix.
* Add copyright and license notices.Glenn Morris2007-02-111-0/+20
|
* Add copyright and license notices (file written by Eric Raymond, whoGlenn Morris2007-02-111-0/+23
| | | | has assignment).
* (calculator): Adjust previous adjustment.Jay Belanger2007-02-101-23/+33
|
* (calculator): Do more extensive checking for when 3 lines should beJay Belanger2007-02-102-1/+30
| | | | used for the calculator.
* (gdb-script-font-lock-syntactic-keywords): Improve comments.Stefan Monnier2007-02-101-11/+16
|
* *** empty log message ***Eli Zaretskii2007-02-101-0/+11
|
* (info-lookup-make-completions): Bind Info-fontify-maximum-menu-size to nilEli Zaretskii2007-02-101-0/+1
| | | | to speed up lookup of index nodes.
* (Info-fontify-maximum-menu-size): Document the effect of a nil value.Eli Zaretskii2007-02-101-1/+4
| | | | | (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is non-nil before using it as size.
* (insert-for-yank-1): Prevent read-only properties from interferingChong Yidong2007-02-091-0/+5
| | | | with text property operations.
* * subr.el (insert-for-yank-1): Prevent read-only properties fromChong Yidong2007-02-091-0/+3
| | | | interfering with text property operations.
* (image-mode): Revert 2007-01-30 changes.Chong Yidong2007-02-091-10/+6
|
* (image-type-auto-detectable): Don't autodetect x[pb]m.Chong Yidong2007-02-091-8/+26
| | | | | (image-type-auto-detected-p): Fail if another match is found in auto-mode-alist.
* (magic-mode-alist): Call image-mode instead of image-mode-maybe forChong Yidong2007-02-091-1/+1
| | | | autodetected images.
* * image-mode.el (image-mode): Revert 2007-01-30 changes.Chong Yidong2007-02-091-0/+11
| | | | | | | | | * image.el (image-type-auto-detectable): Don't autodetect x[pb]m. (image-type-auto-detected-p): Fail if another match is found in auto-mode-alist. * files.el (magic-mode-alist): Call image-mode instead of image-mode-maybe for autodetected images.
* *** empty log message ***Juanma Barranquero2007-02-091-0/+6
|
* (smtpmail-smtp-service, smtpmail-queue-index-file): Fix typos in docstrings.Juanma Barranquero2007-02-091-4/+4
| | | | (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
* Remove obsolete comment.Kim F. Storm2007-02-091-4/+1
|
* *** empty log message ***Kim F. Storm2007-02-091-1/+5
|
* Revert previous change, at request of RMS:Karl Fogel2007-02-082-9/+10
| | | | | | (fundamental-mode-hook): Remove. (fundamental-mode): Run after-change-major-mode-hooks manually, and don't run the now-nonexistent fundamental-mode-hook.
* (diff-sanity-check-hunk): Fix last fix.Stefan Monnier2007-02-082-1/+5
|
* *** empty log message ***Juanma Barranquero2007-02-081-1/+1
|
* (fundamental-mode-hook): Declare new hook.Karl Fogel2007-02-082-3/+15
| | | | | (fundamental-mode): Run the new dedicated hook, and don't run after-change-major-mode-hooks manually anymore.
* (vc-svn-merge-news): Understand the new format with twoStefan Monnier2007-02-072-3/+14
| | | | | added columns of chars. Remove support for the "no-meta-info" format. Prompted by Romain Francoise <romain@orebokech.com>.
* (gdb-if-arrow): New macro.Nick Roberts2007-02-071-39/+21
| | | | (gdb-mouse-until, gdb-mouse-jump): Use it.
* *** empty log message ***Nick Roberts2007-02-071-0/+5
|
* (gdb-mouse-until, gdb-mouse-jump): Make themNick Roberts2007-02-071-48/+51
| | | | work when there is just an assembler buffer (no source buffer).
* *** empty log message ***Nick Roberts2007-02-071-0/+5
|
* Fix ps-print linksVinicius Jose Latorre2007-02-072-2/+4
|
* *** empty log message ***Stefan Monnier2007-02-072-2/+7
|
* (frame-set-background-mode): Use `color-values' and `display-color-p',Juanma Barranquero2007-02-072-5/+7
| | | | not `x-color-values' and `x-display-color-p'.
* *** empty log message ***Juanma Barranquero2007-02-071-0/+5
|
* (face-valid-attribute-values): Use `defined-colors',Juanma Barranquero2007-02-071-1/+1
| | | | not its semi-obsolete alias `x-defined-colors'.
* Fix background color printingVinicius Jose Latorre2007-02-072-24/+40
|
* (face-set-after-frame-default): Compile attributes to be set by frameChong Yidong2007-02-061-29/+42
| | | | parameters before merging in X resources.
* * faces.el (face-set-after-frame-default): Compile attributes toChong Yidong2007-02-061-0/+5
| | | | be set by frame parameters before merging in X resources.
* *** empty log message ***Juanma Barranquero2007-02-061-2/+6
|
* (blink-matching-paren-dont-ignore-comments, blink-matching-paren-on-screen):Juanma Barranquero2007-02-061-2/+2
| | | | Doc fixes.
* (gdb-frames-mode): Truncate lines in stackNick Roberts2007-02-061-1/+2
| | | | buffer.
* *** empty log message ***Nick Roberts2007-02-061-0/+5
|
* (unload-feature): Silently ignore `load-history' entries of the form `(deffaceJuanma Barranquero2007-02-052-5/+13
| | | | . SYMBOL)', and treat `(autoload . SYMBOL)' entries like `defun'. Return nil.
* Doc fixes.Kim F. Storm2007-02-051-16/+16
|
* *** empty log message ***Kim F. Storm2007-02-051-3/+7
|
* Merge from gnus--rel--5.10Miles Bader2007-02-052-8/+11
| | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 200-201) - Merge from emacs--devo--0 - Update from CVS: lisp/nnweb.el (nnweb-google-parse-1): Update parser. 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> * lisp/gnus/nnweb.el (nnweb-google-parse-1): Update parser. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-629
* (mpuz-random-puzzle): Fix potential lockup whenDavid Kastrup2007-02-042-2/+9
| | | | | `mpuz-allow-double-multiplicator' is non-zero, and correct calculation of `min'.
* (widget-default-create): Insert new text at the :from marker _after_ theEli Zaretskii2007-02-042-1/+6
| | | | marker, not before it.
* (c-indent-line): Don't erase ^L when a line containing it is re-indented.Alan Mackenzie2007-02-041-2/+4
|
* *** empty log message ***Alan Mackenzie2007-02-041-0/+5
|
* (url-http-connection-opened): New variable.Chong Yidong2007-02-042-1/+13
| | | | | | (url-http): Initialize it. (url-http-async-sentinel): Don't try changing sentinels. Run url-http-end-of-document-sentinel if necessary.