Mercurial > emacs
comparison lisp/ChangeLog @ 90386:2ecafc6d5db7
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-58
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 239-258)
- Update from CVS
- (Ffield_beginning, find_field): Undo change of 2006-04-23.
- Rcirc patch from Ryan Yeske
- Merge from gnus--rel--5.10
- Clean up lisp/gnus/ChangeLog a bit
* gnus--rel--5.10 (patch 91-98)
- Merge from emacs--devo--0
- Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 02 May 2006 05:51:52 +0000 |
parents | 72dea2ff0142 75313660a170 |
children | 146cd8369025 |
comparison
equal
deleted
inserted
replaced
90385:72dea2ff0142 | 90386:2ecafc6d5db7 |
---|---|
1 2006-05-01 Richard Stallman <rms@gnu.org> | |
2 | |
3 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C, | |
4 M-r, M-R, M-A, M-SPC or M-DEL. | |
5 (diff-mode-map): diff-refine-hunk now on C-c C-w | |
6 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u. | |
7 | |
8 * help-mode.el (help-mode): view-exit-action calls delete-window | |
9 only when it is safe and possible. | |
10 | |
11 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name | |
12 in messages. | |
13 | |
14 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes. | |
15 | |
16 * tool-bar.el (tool-bar-setup): Put Help and Preferences items | |
17 in the default tool-bar-map. | |
18 | |
19 2006-05-01 Michael Albinus <michael.albinus@gmx.de> | |
20 | |
21 * net/tramp.el (tramp-completion-file-name-handler-alist) | |
22 (tramp-run-real-handler, tramp-completion-run-real-handler) | |
23 (tramp-completion-handle-file-name-all-completions) | |
24 (tramp-completion-handle-file-name-completion): Autoload them. | |
25 (tramp-completion-handle-file-exists-p) | |
26 (tramp-completion-handle-file-name-directory) | |
27 (tramp-completion-handle-file-name-nondirectory) | |
28 (tramp-completion-handle-expand-file-name): Remove them. | |
29 (tramp-handle-file-name-directory): Return the real directory | |
30 name. Returning "/" only doesn't need to be necessary any longer. | |
31 (tramp-file-name-handler): Make special attention when in hostname | |
32 completion mode. | |
33 (tramp-completion-file-name-handler): Revert patch from | |
34 2006-04-28. | |
35 (tramp-register-file-name-handlers): Register | |
36 `tramp-completion-file-name-handler' only when | |
37 `partial-completion-mode is enabled. | |
38 (tramp-completion-handle-file-name-all-completions): Delete | |
39 directory part from results. | |
40 (tramp-get-completion-methods, tramp-get-completion-user-host): | |
41 Discard deleting "/", it doesn't work after the change of | |
42 `tramp-handle-file-name-directory' above. | |
43 | |
44 2006-05-01 Kim F. Storm <storm@cua.dk> | |
45 | |
46 * progmodes/grep.el (grep-expand-template): Use save-match-data. | |
47 | |
48 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
49 | |
50 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop): Use | |
51 select-frame-set-input-focus instead of raise-frame. | |
52 (global-map): Bind M-drag-n-drop to mac-drag-n-drop. | |
53 | |
54 2006-05-01 Nick Roberts <nickrob@snap.net.nz> | |
55 | |
56 * progmodes/gud.el (gud-def): Add %c case. | |
57 (gud-speedbar-buttons): Don'bind case-fold-search unnecessarily. | |
58 (gud-format-command): Make match case sensitive. Match on %F. | |
59 | |
60 2006-04-30 Glenn Morris <rgm@gnu.org> | |
61 | |
62 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable. | |
63 (cal-tex-preamble): Use cal-tex-preamble-extra. | |
64 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather | |
65 than alias `list-diary-entries'. | |
66 | |
67 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu> | |
68 | |
69 * help-fns.el (describe-variable): Add info about safe local variables. | |
70 | |
71 2006-04-29 Richard Stallman <rms@gnu.org> | |
72 | |
73 * bindings.el (mode-line-format): help-echo doc fixes. | |
74 | |
75 * net/tramp.el (tramp-file-name-handler-alist): Delete | |
76 expand-file-name and other operations that can cause spurious loading. | |
77 | |
78 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca> | |
79 | |
80 * files.el (safe-local-variable-p): Remove support for the special | |
81 value t. | |
82 | |
83 * textmodes/paragraphs.el (sentence-end-without-space): | |
84 Fix safety predicate. | |
85 (sentence-end-double-space, sentence-end-without-period) | |
86 (paragraph-ignore-fill-prefix): | |
87 * textmodes/fill.el (colon-double-space): | |
88 * abbrev.el (abbrev-mode): Tighten the safety predicate. | |
89 | |
90 * subr.el (booleanp): New fun. | |
91 | |
92 * textmodes/reftex-vars.el (reftex-guess-label-type): | |
93 Tighten the safety predicate. | |
94 | |
95 2006-04-28 Kim F. Storm <storm@cua.dk> | |
96 | |
97 * progmodes/grep.el (defgroup grep): Doc fix. | |
98 (grep-auto-highlight): Remove. | |
99 (grep-template): New defcustom. | |
100 (grep-find-template): Rename from grep-tree-template. | |
101 (grep-files-aliases): Rename from grep-tree-files-aliases. | |
102 Remove "all" alias, add "l" alias. | |
103 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove. | |
104 (grep-find-ignored-directories): New defcustom to replace | |
105 grep-tree-ignore-CVS-directories, to facilitate ignoring | |
106 subdirectories for multiple version control systems. | |
107 (grep-mode-map): Add Recursive grep item to GREP menu. | |
108 (grep-regexp-history, grep-files-history): New defvars. | |
109 (grep-probe): New helper function. | |
110 (grep-compute-defaults): Use it to simplify code. | |
111 Adapt to name changes. | |
112 Use `.' as base in grep-find-template rather than <D>. | |
113 (grep): Remove superfluous highlight-regexp arg. Fix doc. | |
114 Call grep-compute-defaults unconditionally. | |
115 (grep-expand-keywords): New defconst. | |
116 (grep-expand-template): Rename from grep-expand-command-macros. | |
117 Simplify via grep-expand-keywords. Look at case-fold-search instead | |
118 of grep-tree-ignore-case to add -i option. | |
119 Bind case-fold-search to nil while matching keywords. | |
120 (grep-tree-last-regexp, grep-tree-last-files): Remove. | |
121 (grep-read-regexp, grep-read-files): New helper functions. | |
122 (rgrep): Rename from grep-tree. Rework to use proper histories. | |
123 Adapt to changes in defcustoms and functions above. | |
124 (lgrep): New command, as grep, but using same interactive api as rgrep. | |
125 | |
126 2006-04-28 Michael Albinus <michael.albinus@gmx.de> | |
127 | |
128 * net/tramp.el (tramp-completion-file-name-handler): | |
129 Disable Tramp's functionality while loading Tramp itself. | |
130 (tramp-register-file-name-handlers): That's a defsubst now. | |
131 Code from `tramp-repair-jka-compr' moved here. Apply it via | |
132 `after-init-hook'. | |
133 (tramp-repair-jka-compr): Remove. | |
134 | |
135 2006-04-27 Jay Belanger <belanger@truman.edu> | |
136 | |
137 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to | |
138 read expression when `math-read-big-expr' doesn't work. | |
139 | |
140 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de> | |
141 | |
142 * startup.el (command-line-1): Display warning when | |
143 pure-space-overflow is non-nil. | |
144 | |
145 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | |
146 | |
147 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as | |
148 risky. | |
149 | |
150 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | |
151 | |
152 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse. | |
153 Return the URL or nil if none can be generated. | |
154 | |
155 2006-04-27 Nick Roberts <nickrob@snap.net.nz> | |
156 | |
157 * progmodes/gud.el (gud-comint-buffer): Move forward to stop | |
158 byte compiler warnings. | |
159 (gud-basic-call, gud-find-expr): Let user select an expression | |
160 for printing. Print expression as well as value in GUD buffer. | |
161 | |
162 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com> | |
163 | |
164 * allout.el: Remove local autoload declaration for | |
165 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el. | |
166 (allout-show-bodies, allout-header-prefix, allout-primary-bullet) | |
167 (allout-plain-bullets-string, allout-distinctive-bullets-string) | |
168 (allout-use-mode-specific-leader, allout-old-style-prefixes) | |
169 (allout-stylish-prefixes, allout-numbered-bullet) | |
170 (allout-file-xref-bullet, allout-presentation-padding) | |
171 (allout-use-hanging-indents, allout-reindent-bodies): Mark as | |
172 safe-local-variable with suitable value spec, and add autoload | |
173 cookie for loaddefs inclusion. We now use an explicit spec everywhere. | |
174 (move-beginning-of-line, move-end-of-line): Repair so these compat | |
175 functions now actually resituate the point, when appropriate. | |
176 | |
177 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca> | |
178 | |
179 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping. | |
180 | |
181 * add-log.el (add-log-iso8601-time-zone): Make parameter optional. | |
182 (add-log-iso8601-time-string): Fix call to format-time-string. | |
183 | |
184 2006-04-26 Kim F. Storm <storm@cua.dk> | |
185 | |
186 * subr.el (posn-string, posn-image, posn-object): Doc fix. | |
187 | |
188 2006-04-26 Masatake YAMATO <jet@gyve.org> | |
189 | |
190 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table): | |
191 Add support for "//" style comments. Remove `b' flag | |
192 from ?* in `asm-mode-syntax-table'. | |
193 | |
194 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca> | |
195 | |
196 * follow.el: Use (featurep 'xemacs) everywhere. | |
197 (follow-mode): Use define-minor-mode. | |
198 (follow-mode-map): Move initialization into the declaration. | |
199 Use command remapping. | |
200 (follow-emacs-version-xemacs-p): Remove. | |
201 (follow-submit-feedback): Remove. | |
202 | |
203 * allout.el (allout-layout, allout-passphrase-verifier-string) | |
204 (allout-passphrase-hint-string): Tighten up a bit the safety predicate. | |
205 | |
206 * textmodes/reftex-vars.el (reftex-vref-is-default) | |
207 (reftex-fref-is-default, reftex-guess-label-type): | |
208 Tighten up a bit the safety predicate. | |
209 | |
210 * textmodes/paragraphs.el (sentence-end-double-space) | |
211 (sentence-end-without-period, sentence-end-without-space) | |
212 (page-delimiter, paragraph-ignore-fill-prefix): | |
213 Tighten up a bit the safety predicate. | |
214 | |
215 * textmodes/fill.el (colon-double-space): Tighten up the safety pred. | |
216 | |
217 * progmodes/python.el (python-continuation-line-p) | |
218 (python-beginning-of-statement): syntax-ppss may return | |
219 a negative depth. | |
220 (python-mode): Don't forcefully enable font-lock. | |
221 | |
222 * time-stamp.el (time-stamp-start, time-stamp-end) | |
223 (time-stamp-inserts-lines): Tighten up a bit the safety predicate. | |
224 | |
225 * add-log.el: Remove spurious * in docstrings. | |
226 (add-log-time-zone-rule): Rename from change-log-time-zone-rule. | |
227 (add-change-log-entry): Use it here, since it's not specific | |
228 to iso8601. | |
229 (add-log-iso8601-time-string): Don't use it here any more. | |
230 (change-log-indent-text, change-log-indent): Rename from add-log-*. | |
231 | |
232 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate. | |
233 | |
234 2006-04-25 Ryan Yeske <rcyeske@gmail.com> | |
235 | |
236 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks. | |
237 (rcirc-toggle-low-priority): Doc fix. | |
238 (rcirc-handler-NOTICE): Remove beginning of line anchor in | |
239 ChanServ regexp. | |
240 (rcirc-startup-channels-alist): Connect to #rcirc by default, not | |
241 #emacs. | |
242 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables. | |
243 (rcirc-decode-coding-system): Use utf-8 as the default. | |
244 (rcirc-multiline-minor-mode): Set the fill-column. | |
245 (rcirc-format-response-string): Display bright and dim nicks. | |
246 (rcirc-browse-url): Update interactive spec to fill ARG. | |
247 (rcirc-bright-nick, rcirc-dim-nick): Add faces. | |
248 (rcirc-print): Ignore dim-nick messages wrt modeline-activity. | |
249 | |
250 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu> | |
251 | |
252 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching | |
253 case for @Article, etc. | |
254 | |
255 2006-04-23 Michael Albinus <michael.albinus@gmx.de> | |
256 | |
257 * net/tramp.el (tramp-register-file-name-handlers): New defun. | |
258 Added with autoload cookie. | |
259 (tramp-unload-file-name-handlers): Rename from | |
260 `tramp-unload-file-name-handler-alist'. | |
261 | |
262 2006-04-23 Romain Francoise <romain@orebokech.com> | |
263 | |
264 * comint.el (comint-match-partial-filename): Doc fix. | |
265 | |
266 2006-04-21 Glenn Morris <rgm@gnu.org> | |
267 | |
268 * calendar/cal-menu.el (calendar-mode-map): Refer to | |
269 `diary-view-entries' rather than alias `view-diary-entries'. | |
270 * calendar/diary-lib.el (view-other-diary-entries): Ditto. | |
271 | |
272 2006-04-21 Luc Teirlinck <teirllm@auburn.edu> | |
273 | |
274 * progmodes/antlr-mode.el (antlr-default): | |
275 * cus-edit.el (custom-documentation): | |
276 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec | |
277 in defface. | |
278 | |
279 2006-04-21 Kim F. Storm <storm@cua.dk> | |
280 | |
281 * image.el (image-type): New defun split out of create-image. | |
282 (create-image): Use it. | |
283 | |
284 2006-04-21 Carsten Dominik <dominik@science.uva.nl> | |
285 | |
286 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el. | |
287 (org-open-at-point): Remove the "...done" message to keep output | |
288 in the echo area visible. | |
289 (org-export-as-xoxo): Fix call to `indent-region'. | |
290 | |
291 2006-04-21 Kevin Ryde <user42@zip.com.au> | |
292 | |
293 * international/mule.el (keyboard-coding-system): defcustom | |
294 info-link fixes: "Specify Coding" has been split, keyboard now in | |
295 "Terminal Coding", and "Single-Byte Character Support" is now | |
296 "Unibyte Mode". | |
297 | |
1 2006-04-21 Nick Roberts <nickrob@snap.net.nz> | 298 2006-04-21 Nick Roberts <nickrob@snap.net.nz> |
2 | 299 |
3 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler): | 300 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler): |
4 Use font-lock-warning-face for any errors e.g. no stack. | 301 Use font-lock-warning-face for any errors e.g. no stack. |
5 (gdb-stack-list-locals-handler): Display any errors e.g. no stack. | 302 (gdb-stack-list-locals-handler): Display any errors e.g. no stack. |
6 | 303 |
7 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu> | 304 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu> |
8 | 305 |
11 * newcomment.el (comment-start, comment-start-skip) | 308 * newcomment.el (comment-start, comment-start-skip) |
12 (comment-end-skip, comment-end): Mark as safe. | 309 (comment-end-skip, comment-end): Mark as safe. |
13 | 310 |
14 2006-04-20 Carsten Dominik <dominik@science.uva.nl> | 311 2006-04-20 Carsten Dominik <dominik@science.uva.nl> |
15 | 312 |
16 * textmodes/org.el: (org-deadline-announce): Face removed. | 313 * textmodes/org.el (org-deadline-announce): Face removed. |
17 (org-level-faces, org-n-levels): Converted to constant. | 314 (org-level-faces, org-n-levels): Convert to constant. |
18 (org-compatible-face): New function. | 315 (org-compatible-face): New function. |
19 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4) | 316 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4) |
20 (org-level-5, org-level-6, org-level-7, org-level-8) | 317 (org-level-5, org-level-6, org-level-7, org-level-8) |
21 (org-special-keyword, org-warning, org-headline-done, org-link) | 318 (org-special-keyword, org-warning, org-headline-done, org-link) |
22 (org-date, org-tag, org-todo, org-done, org-table, org-formula) | 319 (org-date, org-tag, org-todo, org-done, org-table, org-formula) |
23 (org-scheduled-today, org-scheduled-previously, org-time-grid): | 320 (org-scheduled-today, org-scheduled-previously, org-time-grid): |
24 Face definition revised for better color tty support. | 321 Face definition revised for better color tty support. |
25 (org-bold-re, org-italic-re, org-underline-re): New constants. | 322 (org-bold-re, org-italic-re, org-underline-re): New constants. |
26 (org-set-font-lock-defaults): Use the new constants. | 323 (org-set-font-lock-defaults): Use the new constants. |
27 (org-agenda-highlight-todo): New function. | 324 (org-agenda-highlight-todo): New function. |
28 (org-agenda-todo): Fixed bug with point at end of line. | 325 (org-agenda-todo): Fix bug with point at end of line. |
29 (org-agenda-change-all-lines, org-finalize-agenda-entries): | 326 (org-agenda-change-all-lines, org-finalize-agenda-entries): |
30 Fontify TODO keywords. | 327 Fontify TODO keywords. |
31 (org-insert-link): Preserve relative path in ../ links. | 328 (org-insert-link): Preserve relative path in ../ links. |
32 (org-export-as-html): Convert links pointing to .org files into | 329 (org-export-as-html): Convert links pointing to .org files into |
33 links that will work beteen the exported HTML files. | 330 links that will work beteen the exported HTML files. |
34 (org-todo-list): Fix bug when arg=0. | 331 (org-todo-list): Fix bug when arg=0. |
35 (org-insert-heading): More fine-tuning. | 332 (org-insert-heading): More fine-tuning. |
36 | 333 |
37 2006-04-19 Romain Francoise <romain@orebokech.com> | 334 2006-04-19 Romain Francoise <romain@orebokech.com> |
38 | 335 |
39 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group | 336 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group |
40 from `rmail-mime-charset-pattern'. | 337 from `rmail-mime-charset-pattern'. |
47 | 344 |
48 * comint.el (comint-previous-input): Don't clobber input line | 345 * comint.el (comint-previous-input): Don't clobber input line |
49 when moving off either end of the input history ring. | 346 when moving off either end of the input history ring. |
50 (comint-delete-input): New function, used by | 347 (comint-delete-input): New function, used by |
51 `comint-previous-input' and others. | 348 `comint-previous-input' and others. |
52 (comint-previous-matching-input): Use | 349 (comint-previous-matching-input): |
53 `coming-delete-input'. Save the partial input if leaving the | 350 Use `coming-delete-input'. Save the partial input if leaving the |
54 edit line. Goto point-max before deleting input to avoid | 351 edit line. Goto point-max before deleting input to avoid |
55 partial input fragments hanging around. | 352 partial input fragments hanging around. |
56 (comint-restore-input): New function, used by | 353 (comint-restore-input): New function, used by `comint-previous-input'. |
57 `comint-previous-input', and bound to "C-c C-j". | |
58 | 354 |
59 2006-04-18 Luc Teirlinck <teirllm@auburn.edu> | 355 2006-04-18 Luc Teirlinck <teirllm@auburn.edu> |
60 | 356 |
61 * imenu.el (imenu--index-alist): Balance parentheses. | 357 * imenu.el (imenu--index-alist): Balance parentheses. |
62 | 358 |
63 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu> | 359 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu> |
64 | 360 |
65 * progmodes/python.el (python-mode): Add support for | 361 * progmodes/python.el (python-mode): Add support for hs-minor-mode. |
66 hs-minor-mode. | |
67 | 362 |
68 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de> | 363 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de> |
69 | 364 |
70 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional | 365 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional |
71 file is nil. | 366 file is nil. |
139 | 434 |
140 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address. | 435 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address. |
141 (gdb-frame-address): Re-use to identify frame for watch expression. | 436 (gdb-frame-address): Re-use to identify frame for watch expression. |
142 (gdb-var-list, gdb-var-create-handler): Add frame address for root | 437 (gdb-var-list, gdb-var-create-handler): Add frame address for root |
143 variables. | 438 variables. |
144 (gdb-init-1, gdb-source, gdb-post-prompt, ) | 439 (gdb-init-1, gdb-source, gdb-post-prompt) |
145 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address. | 440 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address. |
146 (gdb-frame-handler): Get gdb-frame-address. | 441 (gdb-frame-handler): Get gdb-frame-address. |
147 | 442 |
148 2006-04-17 Michael Albinus <michael.albinus@gmx.de> | 443 2006-04-17 Michael Albinus <michael.albinus@gmx.de> |
149 | 444 |
220 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid | 515 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid |
221 leaving temporary .cvsignore buffers behind. | 516 leaving temporary .cvsignore buffers behind. |
222 | 517 |
223 2006-04-13 Carsten Dominik <dominik@science.uva.nl> | 518 2006-04-13 Carsten Dominik <dominik@science.uva.nl> |
224 | 519 |
225 * textmodes/org.el: (org-set-regexps-and-options) | 520 * textmodes/org.el (org-set-regexps-and-options) |
226 (org-get-current-options): Better names for the startup folding | 521 (org-get-current-options): Better names for the startup folding |
227 options. | 522 options. |
228 | 523 |
229 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org> | 524 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org> |
230 | 525 |
231 * vc.el (vc-annotate): Arrange for point to end up at the same | 526 * vc.el (vc-annotate): Arrange for point to end up at the same |
232 line number as in the original, but only when using a new buffer. | 527 line number as in the original, but only when using a new buffer. |
233 | 528 |
234 2006-04-12 Davis Herring <herring@lanl.gov> (tiny change) | 529 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change) |
235 | 530 |
236 * files.el (hack-one-local-variable-eval-safep): | 531 * files.el (hack-one-local-variable-eval-safep): |
237 Recognize `edebug-form-spec' for `put', but only if it passes | 532 Recognize `edebug-form-spec' for `put', but only if it passes |
238 `edebug-basic-spec'. Generalize `put' handling. | 533 `edebug-basic-spec'. Generalize `put' handling. |
239 | 534 |
243 * allout.el (allout-layout): Autoload its `safe-local-variable' | 538 * allout.el (allout-layout): Autoload its `safe-local-variable' |
244 property. | 539 property. |
245 | 540 |
246 2006-04-13 Carsten Dominik <dominik@science.uva.nl> | 541 2006-04-13 Carsten Dominik <dominik@science.uva.nl> |
247 | 542 |
248 * textmodes/org.el: (org-ctrl-c-ctrl-c): Improve documentation string. | 543 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string. |
249 (org-agenda-mouse-1-follows-link) | 544 (org-agenda-mouse-1-follows-link) |
250 (org-mouse-1-follows-link): New options. | 545 (org-mouse-1-follows-link): New options. |
251 (org-format-agenda-item): Fix bug if TAGS is nil. | 546 (org-format-agenda-item): Fix bug if TAGS is nil. |
252 (org-agenda-get-scheduled): Quote `priority' symbol in plist. | 547 (org-agenda-get-scheduled): Quote `priority' symbol in plist. |
253 | 548 |
2435 * help.el (describe-key-briefly, describe-key): Do all arg-reading | 2730 * help.el (describe-key-briefly, describe-key): Do all arg-reading |
2436 inside `interactive' spec. | 2731 inside `interactive' spec. |
2437 (describe-key-briefly-internal, describe-key-internal): | 2732 (describe-key-briefly-internal, describe-key-internal): |
2438 Functions merged back into their callers. | 2733 Functions merged back into their callers. |
2439 | 2734 |
2440 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change) | 2735 2006-02-13 Martin Rudalics <rudalics@gmx.at> |
2441 | 2736 |
2442 * info.el (info-xref-visited): Inherit from info-xref too. | 2737 * info.el (info-xref-visited): Inherit from info-xref too. |
2443 (Info-set-mode-line): Replace occurrences of `%' by `%%' | 2738 (Info-set-mode-line): Replace occurrences of `%' by `%%' |
2444 when propertizing Info-current-file and Info-current-node. | 2739 when propertizing Info-current-file and Info-current-node. |
2445 | 2740 |
3583 2006-01-13 Romain Francoise <romain@orebokech.com> | 3878 2006-01-13 Romain Francoise <romain@orebokech.com> |
3584 | 3879 |
3585 * add-log.el (add-change-log-entry, change-log-merge): | 3880 * add-log.el (add-change-log-entry, change-log-merge): |
3586 Conditionally use `hard-newline'. | 3881 Conditionally use `hard-newline'. |
3587 | 3882 |
3588 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change) | 3883 2006-01-13 Martin Rudalics <rudalics@gmx.at> |
3589 | 3884 |
3590 * wid-edit.el (widget-field-end): If the overlay is no longer | 3885 * wid-edit.el (widget-field-end): If the overlay is no longer |
3591 associated with a buffer, behave as if the overlay didn't exist. | 3886 associated with a buffer, behave as if the overlay didn't exist. |
3592 | 3887 |
3593 * cus-edit.el (custom-add-see-also, custom-add-parent-links): | 3888 * cus-edit.el (custom-add-see-also, custom-add-parent-links): |
4593 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p) | 4888 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p) |
4594 (menu-bar-non-minibuffer-window-p): Instead of checking | 4889 (menu-bar-non-minibuffer-window-p): Instead of checking |
4595 display-multi-frame-p, use selected-frame when menu-updating-frame | 4890 display-multi-frame-p, use selected-frame when menu-updating-frame |
4596 is nil. | 4891 is nil. |
4597 | 4892 |
4598 2005-12-20 Davis Herring <herring@lanl.gov> (tiny change) | 4893 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change) |
4599 | 4894 |
4600 * align.el (align-rules-list): Use [ \t] instead of \s- | 4895 * align.el (align-rules-list): Use [ \t] instead of \s- |
4601 for column separators in text mode. | 4896 for column separators in text mode. |
4602 | 4897 |
4603 2005-12-20 Nick Roberts <nickrob@snap.net.nz> | 4898 2005-12-20 Nick Roberts <nickrob@snap.net.nz> |
4673 2005-12-17 Chong Yidong <cyd@stupidchicken.com> | 4968 2005-12-17 Chong Yidong <cyd@stupidchicken.com> |
4674 | 4969 |
4675 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string): | 4970 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string): |
4676 Capture error from printing circular structures. | 4971 Capture error from printing circular structures. |
4677 | 4972 |
4678 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change) | 4973 2005-12-17 Martin Rudalics <rudalics@gmx.at> |
4679 | 4974 |
4680 * wid-edit.el (widget-checkbox-action): Clear undo info. | 4975 * wid-edit.el (widget-checkbox-action): Clear undo info. |
4681 | 4976 |
4682 2005-12-16 Bill Wohler <wohler@newt.com> | 4977 2005-12-16 Bill Wohler <wohler@newt.com> |
4683 | 4978 |
6656 non-nil, set up help-return-method to delete the help window and, | 6951 non-nil, set up help-return-method to delete the help window and, |
6657 possibly, its frame as well, and don't display message about | 6952 possibly, its frame as well, and don't display message about |
6658 scrolling the help window. Doc fix. | 6953 scrolling the help window. Doc fix. |
6659 (help-return-method): Doc fix. | 6954 (help-return-method): Doc fix. |
6660 | 6955 |
6661 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change) | 6956 2005-12-03 Martin Rudalics <rudalics@gmx.at> |
6662 | 6957 |
6663 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug | 6958 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug |
6664 whereby names of length one or names starting with a | 6959 whereby names of length one or names starting with a |
6665 symbol-constituent character would not be returned. | 6960 symbol-constituent character would not be returned. |
6666 | 6961 |
7210 | 7505 |
7211 2005-11-21 Juri Linkov <juri@jurta.org> | 7506 2005-11-21 Juri Linkov <juri@jurta.org> |
7212 | 7507 |
7213 * custom.el (defcustom): Update link types in docstring. | 7508 * custom.el (defcustom): Update link types in docstring. |
7214 | 7509 |
7215 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change) | 7510 2005-11-20 Martin Rudalics <rudalics@gmx.at> |
7216 | 7511 |
7217 * custom.el (defgroup): Add doc-string-elt info. | 7512 * custom.el (defgroup): Add doc-string-elt info. |
7218 | 7513 |
7219 * widget.el (define-widget): Don't use declare for the doc-string-elt. | 7514 * widget.el (define-widget): Don't use declare for the doc-string-elt. |
7220 | 7515 |
7483 * cus-edit.el (Custom-reset-standard): Verify that | 7778 * cus-edit.el (Custom-reset-standard): Verify that |
7484 :custom-standard-value prop exists before calling it. | 7779 :custom-standard-value prop exists before calling it. |
7485 | 7780 |
7486 * apropos.el (apropos-calc-scores): Use apropos-pattern. | 7781 * apropos.el (apropos-calc-scores): Use apropos-pattern. |
7487 | 7782 |
7488 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change) | 7783 2005-11-16 Martin Rudalics <rudalics@gmx.at> |
7489 | 7784 |
7490 * wid-edit.el (color): Enclose %t in %{...%}. | 7785 * wid-edit.el (color): Enclose %t in %{...%}. |
7491 | 7786 |
7492 * cus-edit.el (face): Enclose %t in %{...%}. | 7787 * cus-edit.el (face): Enclose %t in %{...%}. |
7493 | 7788 |
14399 (edt-rect-start-point, edt-user-global-map, rect-start-point) | 14694 (edt-rect-start-point, edt-user-global-map, rect-start-point) |
14400 (time-string, zmacs-region-stays): | 14695 (time-string, zmacs-region-stays): |
14401 * emulation/edt-mapper.el (edt-save-function-key-map) | 14696 * emulation/edt-mapper.el (edt-save-function-key-map) |
14402 (EDT-key-name): `defvar' to silence the byte-compiler. | 14697 (EDT-key-name): `defvar' to silence the byte-compiler. |
14403 | 14698 |
14404 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change) | 14699 2005-07-02 Martin Rudalics <rudalics@gmx.at> |
14405 | 14700 |
14406 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from | 14701 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from |
14407 font-lock-regexp-backslash. Doc fix. | 14702 font-lock-regexp-backslash. Doc fix. |
14408 (font-lock-regexp-backslash-grouping-construct): Rename from | 14703 (font-lock-regexp-backslash-grouping-construct): Rename from |
14409 font-lock-regexp-backslash-construct. Doc fix. | 14704 font-lock-regexp-backslash-construct. Doc fix. |