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

930 commits

Author SHA1 Message Date
Miles Bader
8cb3e86868 Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 19)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-755
2007-05-18 02:35:36 +00:00
Richard M. Stallman
c667e20d3c *** empty log message *** 2007-05-17 21:34:58 +00:00
Glenn Morris
2fddf4abaf vc-hooks patch installed from trunk.
table cell issue cannot be reproduced, even by the OP. rms:
"I think we should not delay the release to fix this"
http://lists.gnu.org/archive/html/emacs-devel/2007-05/msg00168.html

"A redisplay bug in 22.0.99" was fixed by this change:

2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
* image.c (pbm_load): Correctly check image size for greyscale pbm.

(see also http://lists.gnu.org/archive/html/emacs-devel/2007-05/msg00498.html).
2007-05-17 07:44:40 +00:00
Miles Bader
97b362e7ac Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 18)

   - Update from CVS

2007-05-16  Richard M. Stallman  <rms@gnu.org>

   * lisp/buff-menu.el (Buffer-menu-sort-column): Doc fix.

2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>

   * lisp/files.el (magic-mode-alist, magic-fallback-mode-alist):
   Move the *ml, Postscript, and XmCD entries to the fallback part.

   * lisp/files.el (magic-fallback-mode-alist):
   Rename from file-start-mode-alist.

2007-05-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>

   * src/macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
   dead key repeat and up events.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-753
2007-05-17 01:12:58 +00:00
Stefan Monnier
92228a10a2 (magic-fallback-mode-alist): Rename from file-start-mode-alist. 2007-05-16 16:07:15 +00:00
Richard M. Stallman
5a83f85cd7 *** empty log message *** 2007-05-16 01:51:11 +00:00
Glenn Morris
c927bd84fa Sync from trunk (though admin/ is not distributed, so this is not
important).
2007-05-13 19:46:26 +00:00
Glenn Morris
3683c27d6a python.el is ok. 2007-05-13 19:44:45 +00:00
Miles Bader
baa157cd23 Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 14-15)

   - Update from CVS

2007-05-12  Richard M. Stallman  <rms@gnu.org>

   * etc/refcard.tex (section{Incremental Search}): Minor corrections.

2007-05-12  Richard M. Stallman  <rms@gnu.org>

   * lispref/text.texi (Margins): indent-to-left-margin is not the default.
   (Mode-Specific Indent): For indent-line-function, the default
   is indent-relative.

   * lispref/modes.texi (Example Major Modes): Explain last line of text-mode
   is redundant.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-746
2007-05-13 01:31:05 +00:00
Chong Yidong
85ffff84ec ** cloos@jhcloos.com, May 11: A redisplay bug in 22.0.99
Fixed.
2007-05-12 23:56:41 +00:00
Richard M. Stallman
80012aeb1c *** empty log message *** 2007-05-12 16:59:34 +00:00
Richard M. Stallman
df29becbc0 *** empty log message *** 2007-05-11 19:03:51 +00:00
Richard M. Stallman
fc90e6a0eb *** empty log message *** 2007-05-11 14:34:48 +00:00
Miles Bader
68380acf41 Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 13)

   - Update from CVS

2007-05-10  Richard M. Stallman  <rms@gnu.org>

   * lisp/international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
   (iso-cvt-write-only): Likewise.

   * lisp/emacs-lisp/easy-mmode.el (define-minor-mode):
   Fix generated doc string.

   * lisp/startup.el (fancy-splash-text): Add URL of guided tour.
   Adjust horizontal and vertical whitespace.

   * lisp/progmodes/compile.el (compilation-handle-exit):
   Use run-hook-with-args to run compilation-finish-functions.

   * lisp/files.el (file-start-mode-alist): New variable.
   (magic-mode-regexp-match-limit): Doc fix.
   (set-auto-mode): Handle file-start-mode-alist.
   A little cleanup of structure.

2007-05-10  Richard M. Stallman  <rms@gnu.org>

   * lispref/keymaps.texi (Scanning Keymaps): Update where-is-internal example.

   * lispref/help.texi (Keys in Documentation): Add reference to
   Documentation Tips.

   * lispref/files.texi (Format Conversion): TO-FN gets three arguments.

   * lispref/modes.texi (Auto Major Mode): Document file-start-mode-alist.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-743
2007-05-11 04:44:30 +00:00
Richard M. Stallman
7d145fa308 *** empty log message *** 2007-05-10 14:53:13 +00:00
Richard M. Stallman
2f7ab554c1 *** empty log message *** 2007-05-06 20:27:47 +00:00
Glenn Morris
41cf03b018 *** empty log message *** 2007-05-05 22:50:55 +00:00
Glenn Morris
0fd352a510 Add notes about NEWS, as a reminder for the next release. 2007-05-05 22:47:02 +00:00
Miles Bader
ab23894e92 Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 8)

   - Update from CVS

2007-05-04  Karl Berry  <karl@tug.org>

   * lispref/elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.

2007-05-04  Karl Berry  <karl@gnu.org>

   * man/emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-731
2007-05-04 23:08:42 +00:00
Richard M. Stallman
2511170598 *** empty log message *** 2007-05-04 17:09:11 +00:00
Miles Bader
9e83b91a26 Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 6)

   - Update from CVS

2007-05-03  Karl Berry  <karl@gnu.org>

   * man/emacs.texi (EMACSVER) [smallbook]: 22 for printed version.

   * man/texinfo.tex: update from current version for better pdf generation.

   * man/emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
     for printing.

2007-05-03  Karl Berry  <karl@gnu.org>

   * lispref/emacs.texi (EMACSVER) [smallbook]: 22 for printed version.

2007-05-01  Richard M. Stallman  <rms@gnu.org>

   * man/cmdargs.texi (Initial Options): Under --batch, mention --eval.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-727
2007-05-04 01:05:55 +00:00
Richard M. Stallman
763d24ed1e *** empty log message *** 2007-05-03 22:56:49 +00:00
Richard M. Stallman
45e699c8f7 *** empty log message *** 2007-05-02 04:32:34 +00:00
Richard M. Stallman
3d698287bb *** empty log message *** 2007-05-02 02:33:04 +00:00
Richard M. Stallman
fa23618181 *** empty log message *** 2007-05-01 22:42:07 +00:00
Richard M. Stallman
531c0b149f *** empty log message *** 2007-05-01 20:48:06 +00:00
Miles Bader
04990d0389 Merge from emacs--rel--22: lisp/dired-x.el: Revert 2007-04-06 change.
Patches applied:

 * emacs--rel--22  (patch 4-5)

   - Update from CVS

2007-05-01  Romain Francoise  <romain@orebokech.com>

   * lisp/dired-x.el: Revert 2007-04-06 change.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-723
2007-05-01 09:55:06 +00:00
Richard M. Stallman
76181e0aac *** empty log message *** 2007-04-29 22:35:06 +00:00
Richard M. Stallman
eeadde0340 *** empty log message *** 2007-04-29 14:46:51 +00:00
Miles Bader
570d87805e Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 3)

   - Update from CVS

2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>

   * lisp/vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.

2007-04-28  Eli Zaretskii  <eliz@gnu.org>

   * lisp/makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
   instead of $(lisp)/mh-e.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-719
2007-04-29 01:04:39 +00:00
Glenn Morris
fc26a03e7b Add another url. 2007-04-28 22:27:58 +00:00
Glenn Morris
5fed56d6da Restore python.el pending consideration of legal status. 2007-04-28 20:17:17 +00:00
Glenn Morris
1877c3cb02 Add pointers to the relevant mailing lists threads. 2007-04-28 19:40:48 +00:00
Glenn Morris
f86ffbf6c3 *** empty log message *** 2007-04-28 19:22:08 +00:00
Richard M. Stallman
fa58f4b581 *** empty log message *** 2007-04-28 18:06:15 +00:00
Richard M. Stallman
4c9a10e640 *** empty log message *** 2007-04-28 15:51:04 +00:00
Richard M. Stallman
97dbdc1265 *** empty log message *** 2007-04-28 14:28:22 +00:00
Glenn Morris
bf64294dde Import bugs from copy of this file on the trunk. 2007-04-28 04:17:12 +00:00
Glenn Morris
b9a4564351 Move bugs to EMACS_22_BASE branch. 2007-04-28 04:16:38 +00:00
Miles Bader
d095a90466 Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (base, patch 1-2)

   - tag of emacs@sv.gnu.org/emacs--devo--0--patch-709
   - Sync to CVS tag EMACS_22_BRANCHPOINT
   - Sync to CVS branch EMACS_22_BASE

2007-04-25  Richard M. Stallman  <rms@gnu.org>

   * lisp/hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.

2007-04-24  Richard M. Stallman  <rms@gnu.org>

   * lispref/text.texi (Special Properties): Add xref to Overlay Properties.

   * lispref/display.texi (Overlay Properties): Add xref to Special Properties.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-716
2007-04-28 03:47:01 +00:00
Chong Yidong
1ae51869d6 ** mathias.dahl@gmail.com, Apr 24: Tumme fails with default custom settings
Fixed in 2007-04-25 checkin.
2007-04-27 19:03:48 +00:00
Chong Yidong
d8c0f1aed1 ** pj@heslin.eclipse.co.uk, Apr 24: Small bug in flyspell.el
Fixed.
2007-04-27 18:54:25 +00:00
Glenn Morris
0701603152 *** empty log message *** 2007-04-26 03:44:07 +00:00
Glenn Morris
3d2a7c53b6 Mention increasing trunk version number after branching. 2007-04-26 03:34:46 +00:00
Glenn Morris
c4de570f91 button face dealt with. 2007-04-26 03:21:16 +00:00
Richard M. Stallman
8a4d2dee84 *** empty log message *** 2007-04-25 19:53:12 +00:00
Richard M. Stallman
2d0f33df9c *** empty log message *** 2007-04-25 14:01:37 +00:00
Richard M. Stallman
f62a06bee4 *** empty log message *** 2007-04-25 02:12:02 +00:00
Nick Roberts
017f0417b3 *** empty log message *** 2007-04-25 01:32:35 +00:00
Nick Roberts
cb69c3d009 Add note about cutting the branch. 2007-04-25 01:26:05 +00:00