Mercurial > emacs
comparison lisp/ChangeLog @ 90843:d7172f202ab8
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 726-750)
- Update from CVS
- Merge from emacs--rel--22
- Merge from gnus--rel--5.10
* emacs--rel--22 (patch 6-17)
- Update from CVS
- Update from CVS: src/xterm.c (XTread_socket): Revert last change.
* gnus--rel--5.10 (patch 218-221)
- Merge from emacs--devo--0, emacs--rel--22
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-205
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 15 May 2007 07:17:13 +0000 |
parents | 70bf32a0f523 15ec7b8498d5 |
children | 31beec9ee600 |
comparison
equal
deleted
inserted
replaced
90842:e8254e8eb079 | 90843:d7172f202ab8 |
---|---|
1 2007-05-14 Eli Zaretskii <eliz@gnu.org> | |
2 | |
3 * mail/rmail.el (rmail-convert-to-babyl-format): Check | |
4 content-transfer-encoding _last_, because it's its position that | |
5 we need as value of base64-header-field-end. | |
6 | |
7 2007-05-14 Juanma Barranquero <lekktu@gmail.com> | |
8 | |
9 * files.el (mode-require-final-newline, require-final-newline) | |
10 (enable-local-variables, enable-local-eval): Doc fixes. | |
11 | |
12 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
13 | |
14 * ps-print.el: Use default color when foreground or background color | |
15 are unspecified. Reported by Leo <sdl.web@gmail.com>. | |
16 (ps-print-version): New version 6.7.4. | |
17 (ps-rgb-color): New argument. Use default color when color is | |
18 unspecified. | |
19 (ps-begin-job): Fix code. | |
20 | |
21 2007-05-12 Chong Yidong <cyd@stupidchicken.com> | |
22 | |
23 * longlines.el (longlines-mode): Make longlines-auto-wrap | |
24 buffer-local. Add hooks unconditionally. | |
25 (longlines-auto-wrap): Toggle wrapping. | |
26 (longlines-after-change-function) | |
27 (longlines-post-command-function): Check longlines-auto-wrap. | |
28 | |
29 2007-05-12 Nick Roberts <nickrob@snap.net.nz> | |
30 | |
31 * xt-mouse.el (xterm-mouse-debug-buffer): New variable. | |
32 (xterm-mouse-translate): Use it. | |
33 | |
34 2007-05-10 Richard Stallman <rms@gnu.org> | |
35 | |
36 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments. | |
37 (iso-cvt-write-only): Likewise. | |
38 | |
39 * emacs-lisp/easy-mmode.el (define-minor-mode): | |
40 Fix generated doc string. | |
41 | |
42 * startup.el (fancy-splash-text): Add URL of guided tour. | |
43 Adjust horizontal and vertical whitespace. | |
44 | |
45 * progmodes/compile.el (compilation-handle-exit): | |
46 Use run-hook-with-args to run compilation-finish-functions. | |
47 | |
48 * files.el (file-start-mode-alist): New variable. | |
49 (magic-mode-regexp-match-limit): Doc fix. | |
50 (set-auto-mode): Handle file-start-mode-alist. | |
51 A little cleanup of structure. | |
52 | |
53 2007-05-10 Micha,Ak(Bl Cadilhac <michael@cadilhac.name> | |
54 | |
55 * man.el (Man-next-section): Don't consider the last line of the page | |
56 as being part of any section. | |
57 | |
58 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca> | |
59 | |
60 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which | |
61 can take any number of values. | |
62 | |
63 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca> | |
64 | |
65 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep | |
66 to the list of citation commands. | |
67 | |
68 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca> | |
69 | |
70 * vc-hooks.el (vc-find-root): Stop searching when the user changes. | |
71 | |
72 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change) | |
73 | |
74 * progmodes/python.el (python-font-lock-keywords) | |
75 (python-open-block-statement-p, python-mode): Add support for the new | |
76 "with" keyword. | |
77 | |
78 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca> | |
79 | |
80 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default | |
81 the exact opposite of diff-goto-source. | |
82 | |
83 * emacs-lisp/advice.el (ad-special-forms): Remove. | |
84 (ad-special-form-p): Use subr-arity. | |
85 | |
86 * newcomment.el (comment-search-forward): Make sure we search forward. | |
87 (comment-enter-backward): Try and distinguish the non-matching case at | |
88 EOB from the non-matching case with a missing comment-end-skip for | |
89 a 2-char comment ender. | |
90 (comment-choose-indent): New function extracted from comment-indent. | |
91 Improve the alignment algorithm. | |
92 (comment-indent): Use it. | |
93 | |
94 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of | |
95 XML style Processing Instructions. | |
96 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress. | |
97 (sgml-calculate-indent): Handle `pi' context. | |
98 | |
99 * vc.el: Ensure that update-changelog issues an error when used with | |
100 a backend that does not implement it. | |
101 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog. | |
102 Remove `backend' argument. Use expand-file-name. | |
103 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases. | |
104 | |
105 * progmodes/python.el (python-end-of-block): Revert last change. | |
106 (python-end-of-statement): Make sure we move *forward*. | |
107 | |
108 2007-05-08 Richard Stallman <rms@gnu.org> | |
109 | |
110 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): | |
111 Don't include non-self-insert commands in the exception for `-'. | |
112 | |
113 2007-05-08 David Reitter <david.reitter@gmail.com> | |
114 | |
115 * progmodes/python.el (python-guess-indent): Check non-nullness | |
116 before comparing indent against the 2..8 interval. | |
117 | |
118 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
119 | |
120 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is | |
121 available. | |
122 | |
123 2007-05-06 Richard Stallman <rms@gnu.org> | |
124 | |
125 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix. | |
126 | |
127 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca> | |
128 | |
129 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file | |
130 rather than storing their value in the revert-buffer function. | |
131 | |
132 2007-05-04 Nick Roberts <nickrob@snap.net.nz> | |
133 | |
134 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display | |
135 when disabling t-mouse-mode. | |
136 | |
1 2007-05-01 Davis Herring <herring@lanl.gov> | 137 2007-05-01 Davis Herring <herring@lanl.gov> |
2 | 138 |
3 * calendar/timeclock.el: Update version number. | 139 * calendar/timeclock.el: Update version number. |
4 (timeclock-modeline-display): Mention timeclock-use-display-time | 140 (timeclock-modeline-display): Mention timeclock-use-display-time |
5 in explanatory message. | 141 in explanatory message. |
6 (timeclock-in): Fix non-interactive workday specifications. | 142 (timeclock-in): Fix non-interactive workday specifications. |
7 (timeclock-log): Don't kill the log buffer if it already existed. | 143 (timeclock-log): Don't kill the log buffer if it already existed. |
8 Suppress warnings when finding the log. Don't check for a nil | 144 Suppress warnings when finding the log. Don't check for a nil |
9 project twice. Run hooks after killing the buffer (if | 145 project twice. Run hooks after killing the buffer (if applicable). |
10 applicable). | 146 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never |
11 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never | 147 was geometric). All uses changed. |
12 was geometric). All uses changed. | 148 (timeclock-generate-report): Support prefix argument. |
13 (timeclock-generate-report): Support prefix argument. | 149 |
150 2007-05-03 Ryan Yeske <rcyeske@gmail.com> | |
151 | |
152 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted | |
153 disconnections. | |
14 | 154 |
15 2007-05-01 Romain Francoise <romain@orebokech.com> | 155 2007-05-01 Romain Francoise <romain@orebokech.com> |
16 | 156 |
17 * dired-x.el: Revert 2007-04-06 change. | 157 * dired-x.el: Revert 2007-04-06 change. |
18 | 158 |
13638 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el. | 13778 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el. |
13639 (mh-autoloads): Don't use comments on otherwise empty lines. | 13779 (mh-autoloads): Don't use comments on otherwise empty lines. |
13640 | 13780 |
13641 2006-01-29 Edward O'Connor <ted@oconnor.cx> | 13781 2006-01-29 Edward O'Connor <ted@oconnor.cx> |
13642 | 13782 |
13643 * emulation/viper.el (viper-major-mode-modifier-list): Add | 13783 * emulation/viper.el (viper-major-mode-modifier-list): |
13644 insert-state and vi-state entries for erc-mode. | 13784 Add insert-state and vi-state entries for erc-mode. |
13645 (viper-go-away, viper-set-hooks): Add and remove | 13785 (viper-go-away, viper-set-hooks): Add and remove |
13646 viper-comint-mode-hook from erc-mode-hook as appropriate. | 13786 viper-comint-mode-hook from erc-mode-hook as appropriate. |
13647 | 13787 |
13648 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode. | 13788 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode. |
13649 | 13789 |