1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 18:00:40 -08:00
Commit graph

95055 commits

Author SHA1 Message Date
Joakim Verona
c7f514b5f1 image-mode changes. removed the imagemagick specific :geometry and :crop interface that wasnt very good. 2010-06-26 23:17:02 +02:00
Joakim Verona
65a192e9bd documented some more 2010-06-21 20:19:25 +02:00
Joakim Verona
bdf6a35df3 improved lisp interface to scaling, doc changed acordingly 2010-06-17 09:44:04 +02:00
Joakim Verona
f663e78443 doc improvement 2010-06-15 15:06:47 +02:00
Joakim Verona
630bda942a attempt at Changelog entry, see README.imagemagick 2010-06-14 23:45:08 +02:00
Joakim Verona
d2a2d27736 cosmetics, and changing of defconst to defcustom 2010-06-14 23:27:03 +02:00
Joakim Verona
4917006be4 mostly cosmetic, moving { instances, changing indentation accordingly. 2010-06-14 15:57:48 +02:00
Joakim Verona
c05c21ed10 merged from trunk 2010-06-14 11:48:51 +02:00
Joakim Verona
69fd80388b changed looping according to feedback from stefan monnier 2010-06-14 11:16:39 +02:00
Stefan Monnier
d8b0cdddb3 * lisp/image-mode.el (image-mode-map): Remap left-char and right-char. 2010-06-13 23:19:46 -04:00
Stefan Monnier
b263a4c43f * lisp/nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
Fixes: debbugs:6412
2010-06-13 21:43:11 -04:00
Juanma Barranquero
8c3a217f33 * src/makefile.w32-in ($(BLD)/bidi.$(O)): Keep dependencies sorted. 2010-06-14 01:33:06 +02:00
Eli Zaretskii
a6e8d97c14 bidi.c (bidi_mirror_char): Fix commentary. 2010-06-13 21:15:45 +03:00
Eli Zaretskii
b840e61274 Use Unicode database for attribute tables in bidi.c.
admin/unidata/bidimirror.awk: New file.
 admin/unidata/BidiMirroring.txt: New file from
 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
 admin/unidata/Makefile.in: (../../src/bidimirror.h): New target.
 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
 admin/unidata/makefile.w32-in (../../src/bidimirror.h): New target.
 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
 admin/unidata/biditype.awk: New file.
 admin/unidata/Makefile.in (../../src/biditype.h): New target.
 admin/unidata/makefile.w32-in (../../src/biditype.h): New target.
 src/makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
 bidimirror.h.
 src/deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
 src/bidi.c (bidi_initialize): Remove explicit initialization of
 bidi_type_table; include biditype.h instead.  Don't support
 entries whose second codepoint is zero.  Initialize
 bidi_mirror_table.
 (bidi_mirror_char): Use bidi_mirror_table.
 src/biditype.h: New file.
 src/bidimirror.h: New file.
2010-06-13 20:40:25 +03:00
Romain Francoise
89a13959ca Synch with Gnus trunk.
* gnus-util.el (gnus-date-get-time): Move up before first use.
2010-06-12 19:26:40 +02:00
Chong Yidong
133a8d82ea Revert 2010-06-02 change to log-edit-font-lock-keywords (Bug#6343).
* vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
change temporarily (Bug#6343).
2010-06-12 13:14:43 -04:00
Chong Yidong
89877f5f3c Add all rgb.txt color names to x-colors.
* facemenu.el (list-colors-print): Don't print extra names if it
will overflow the window width.

* term/common-win.el (x-colors): Add all the color names defined
in rgb.txt (Bug#6332).
2010-06-12 13:12:15 -04:00
Eli Zaretskii
cbc4fd20f7 Use BidiMirroring.txt for mirroring characters in bidi context.
admin/unidata/bidimirror.awk: New file.
 admin/unidata/BidiMirroring.txt: New file from
 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
 admin/unidata/Makefile.in: (../../src/bidimirror.h): New target.
 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
 admin/unidata/makefile.w32-in (../../src/bidimirror.h): New target.
 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
 src/makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
 bidimirror.h.
 src/deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
 src/bidi.c (bidi_initialize): Initialize bidi_mirror_table.
 (bidi_mirror_char): Use bidi_mirror_table.
2010-06-12 18:52:43 +03:00
Eli Zaretskii
317fbf3360 Derive bidi type table from UnicodeData.txt.
src/bidi.c (bidi_initialize): Remove explicit initialization of
 bidi_type_table; include biditype.h instead.  Don't support
 entries whose second codepoint is zero.
 src/biditype.h: New file.
 admin/unidata/biditype.awk: New file.
 admin/unidata/Makefile.in (../../src/biditype.h): New target.
 admin/unidata/makefile.w32-in (../../src/biditype.h): New target.
2010-06-12 17:15:25 +03:00
Eli Zaretskii
6e6e5760b3 Fix bug #6409.
window.c (syms_of_window): Doc fix (bug#6409).
2010-06-12 14:30:48 +03:00
Eli Zaretskii
9d1f18b5d3 Fix bug #6396.
files.el (make-directory): Doc fix.
2010-06-12 14:17:12 +03:00
Romain Francoise
4176cba214 * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and ediff-hook. 2010-06-12 12:58:54 +02:00
Michael Albinus
b81a0b5691 * net/tramp.el (tramp-remote-process-environment): Protect version
string by apostroph.
(tramp-shell-prompt-pattern): Do not use a shy group in case of
XEmacs.
(tramp-file-name-for-operation): Add `call-process-region'.
(tramp-set-process-query-on-exit-flag): Fix wrong parentheses.

* net/tramp-compat.el (top): Do not autoload
`tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
only when `start-file-process' is not bound.
(tramp-advice-file-expand-wildcards): Do not use
`tramp-handle-file-remote-p'.
(tramp-compat-make-temp-file): Handle the case, that
`make-temp-file' has no third argument EXTENSION.
2010-06-12 10:59:37 +02:00
Glenn Morris
5877cf4854 * Makefile.in (install-arch-indep): Delete any old info .gz files first. 2010-06-11 20:35:55 -07:00
Juanma Barranquero
5fee75d49a Fix Windows makefiles to adapt to lisp/vc reorganization.
* lib-src/makefile.w32-in (lisp2): Fix references to vc/vc-hooks.elc
  and vc/ediff-hook.elc.

* lisp/makefile.w32-in (WINS_BASIC): Include new directory vc.
2010-06-11 23:26:13 +02:00
Juanma Barranquero
69f18acc8d * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/. 2010-06-11 23:19:23 +02:00
Juri Linkov
9766adfbca * lisp/finder.el (finder-known-keywords): Add keyword "vc"
for version control.

* add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
* emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
* vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
* vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
2010-06-11 22:09:57 +03:00
Juri Linkov
56b2854f30 Move version control related files to the "vc" subdirectory.
* add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
* ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
* ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
* ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
* pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
* smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
* vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
* vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
Move files to the "vc" subdirectory.
2010-06-11 21:51:00 +03:00
Chong Yidong
6534e58a57 Fix for comint-password-prompt-regexp (Bug#6367).
* lisp/comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
(Bug#6367).

* comint-testsuite.el: New file.
2010-06-11 10:39:54 -04:00
Stephen Eglen
84d9562f57 Bind `shell-resync-dirs' to M-RET in *shell* buffers. 2010-06-11 14:28:41 +01:00
Glenn Morris
b7adf504c0 * INSTALL: Revert previous accidental commit. 2010-06-10 20:41:02 -07:00
Glenn Morris
338648ad79 Make compressing the info files optional.
* configure.in (--without-compress-info): New option.
(GZIP_INFO): New output variable.

* Makefile.in (GZIP_INFO): New, set by configure.
(install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
Handle man pages in the same way.

* etc/NEWS: Re-order installation section, and add new item.
2010-06-10 20:35:40 -07:00
Michael Albinus
3ef0a6a5fe * notifications.el: Move file from lisp/net, because it is
supposed to talk locally to the user.
2010-06-10 14:56:11 +02:00
Michael Albinus
fa4003dab3 * net/notifications.el (notifications-on-action-signal)
(notifications-on-closed-signal): Pass notification id as first
argument to the callback functions. Add docstrings.
(notifications-notify): Fix docstring.
2010-06-10 14:44:59 +02:00
Katsumi Yamaoka
3903505c72 Synch with Gnus trunk.
(gnus-mime-buttonized-part-id): New internal variable.
(gnus-article-edit-part): Bind it to make last part that is substituted
 or deleted visible.
(gnus-mime-display-single): Buttonize part of which id equals to
 gnus-mime-buttonized-part-id.
2010-06-10 05:54:25 +00:00
Glenn Morris
3da5f1d0ce * admin/notes/newfile: Update. 2010-06-09 22:42:55 -07:00
Glenn Morris
46e6650e09 Minor authors.el update.
* lisp/emacs-lisp/authors.el (authors-ignored-files)
(authors-valid-file-names): Add some files.
2010-06-09 22:39:03 -07:00
Glenn Morris
d772827caf * Makefile.in (install-arch-indep): Gzip the info files too. 2010-06-09 22:34:38 -07:00
Katsumi Yamaoka
3e3ab3ab47 Synch with Gnus trunk.
(gnus-mime-buttonized-part-id): New internal variable.
(gnus-article-edit-part): Bind it to make last part that is substituted
 or deleted visible.
(gnus-mime-display-single): Buttonize part of which id equals to
 gnus-mime-buttonized-part-id.
2010-06-10 05:33:55 +00:00
Glenn Morris
64c60c2fed * src/editfns.c (Fbyte_to_string): Pacify compiler. 2010-06-09 22:31:36 -07:00
Glenn Morris
113ddd7501 * make-dist: Remove references to non-existent directories and files. 2010-06-09 22:28:40 -07:00
Glenn Morris
cb4bfcb5da * src/m/ibms390x.h: Rather than duplicating ibms390.h, just include it. 2010-06-09 22:23:00 -07:00
Glenn Morris
50b79479fc Minor update for Acknowledgments in manual.
* doc/emacs/ack.texi (Acknowledgments):
* doc/emacs/emacs.texi (Acknowledgments): Update for notifications.el.
2010-06-09 22:20:14 -07:00
Glenn Morris
8826afe32d Fix ChangeLog attribution.
This is on the assumption that the change from

http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00196.html

is actually based on the change from

http://lists.gnu.org/archive/html/emacs-devel/2009-02/msg00606.html
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=2404

The fact that this wasn't pointed out at the time explains the recent
confusion with the latest emacs23 -> trunk merge.
2010-06-09 22:17:21 -07:00
Stefan Monnier
a71832f78d * lisp/net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
merge conflict, giving preference to the emacs-23 version of the code.
2010-06-09 21:10:04 -04:00
Juanma Barranquero
fff84c22e7 Remove duplicate ChangeLog entries. 2010-06-10 03:04:45 +02:00
Katsumi Yamaoka
3d6e7a438c Synch with Gnus trunk.
2010-06-10  Dan Christensen  <jdc@uwo.ca>
 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
 (gnus-dd-mmm): Use gnus-date-get-time.
 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
 simplify logic.
 (gnus-summary-limit-to-age): Use gnus-date-get-time.
 (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2010-06-10 00:30:13 +00:00
Andreas Schwab
3c093c775f Conflict resolution fixup 2010-06-10 00:34:08 +02:00
Andreas Schwab
639b2760f1 Merge from emacs-23 2010-06-10 00:08:50 +02:00
Dan Nicolaescu
c1b1acc2f7 * src/s/usg5-4.h: Fix previous change.
Suggested by Lawrence Mitchell <wence@gmx.li>
2010-06-09 11:36:58 -07:00