aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2005-05-20 16:41:36 +0000
committerJuanma Barranquero2005-05-20 16:41:36 +0000
commit44a91a68ecab01fa130a3ad97fe070452b320c95 (patch)
treef01e0c643c0ba6f4bd62fb8b80f6be0304fef1b4
parent0a418fa12e8022077bdacd1ef0245e226e6d8cc5 (diff)
downloademacs-44a91a68ecab01fa130a3ad97fe070452b320c95.tar.gz
emacs-44a91a68ecab01fa130a3ad97fe070452b320c95.zip
Fix remaining braino breackage.
-rw-r--r--lisp/ChangeLog52
1 files changed, 24 insertions, 28 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8810a420593..1b28647fbae 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -27,7 +27,7 @@
27 (org-agenda-add-time-grid-maybe): New function. 27 (org-agenda-add-time-grid-maybe): New function.
28 (org-agenda): Call `org-agenda-add-time-grid-maybe'. 28 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
29 (org-table-create): `dotimes' instead of `mapcar'. 29 (org-table-create): `dotimes' instead of `mapcar'.
30 (org-xor): Simplified implementation. 30 (org-xor): Simplify implementation.
31 (org-agenda): `inhibit-redisplay' turned on. 31 (org-agenda): `inhibit-redisplay' turned on.
32 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get 32 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
33 a consistent line after a state change. 33 a consistent line after a state change.
@@ -193,8 +193,8 @@
193 193
1942005-05-18 Jay Belanger <belanger@truman.edu> 1942005-05-18 Jay Belanger <belanger@truman.edu>
195 195
196 * calc/calc-help.el (calc-s-prefix-help): Add 196 * calc/calc-help.el (calc-s-prefix-help):
197 `calc-copy-special-constant' to help string. 197 Add `calc-copy-special-constant' to help string.
198 198
1992005-05-18 Luc Teirlinck <teirllm@auburn.edu> 1992005-05-18 Luc Teirlinck <teirllm@auburn.edu>
200 200
@@ -207,8 +207,8 @@
207 207
2082005-05-18 Carsten Dominik <dominik@science.uva.nl> 2082005-05-18 Carsten Dominik <dominik@science.uva.nl>
209 209
210 * textmodes/reftex-vars.el (reftex-cite-format-builtin): Support 210 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
211 for jurabib. 211 Support for jurabib.
212 212
213 * textmodes/reftex.el (featurep): Define aliases for overlay 213 * textmodes/reftex.el (featurep): Define aliases for overlay
214 commands, for XEmacs compatibility, and use these aliases in 214 commands, for XEmacs compatibility, and use these aliases in
@@ -219,8 +219,8 @@
219 (reftex-access-search-path): Use `reftex-uniquify' instead of 219 (reftex-access-search-path): Use `reftex-uniquify' instead of
220 `reftex-uniq' 220 `reftex-uniq'
221 221
222 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay 222 * textmodes/reftex-sel.el (reftex-select-unmark):
223 `before-string' property modification enables for Emacs as well. 223 Overlay `before-string' property modification enables for Emacs as well.
224 (reftex-select-item): Use `reftex-delete-overlay'. 224 (reftex-select-item): Use `reftex-delete-overlay'.
225 (reftex-select-mark): Use `reftex-make-overlay' and 225 (reftex-select-mark): Use `reftex-make-overlay' and
226 `reftex-overlay-put'. 226 `reftex-overlay-put'.
@@ -255,8 +255,7 @@
255 255
256 * progmodes/prolog.el (inferior-prolog-mode): Doc fix. 256 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
257 (prolog-consult-region): Replace `send-string' by 257 (prolog-consult-region): Replace `send-string' by
258 `process-send-string'; replace `send-region' by 258 `process-send-string'; replace `send-region' by `process-send-region'.
259 `process-send-region'.
260 259
261 * progmodes/delphi.el (delphi-log-msg): 260 * progmodes/delphi.el (delphi-log-msg):
262 Replace `set-window-dot' by `set-window-point'. 261 Replace `set-window-dot' by `set-window-point'.
@@ -287,8 +286,8 @@
287 loop. It should also be more efficient, because first it only 286 loop. It should also be more efficient, because first it only
288 searches for `:', instead of applying the very complex regexp. 287 searches for `:', instead of applying the very complex regexp.
289 (makefile-mode): Cancel `font-lock-support-mode', because blocks 288 (makefile-mode): Cancel `font-lock-support-mode', because blocks
290 to be fontified in one piece can be too long for JIT. Makefiles 289 to be fontified in one piece can be too long for JIT.
291 are never *that* big. 290 Makefiles are never *that* big.
292 291
2932005-05-17 Reiner Steib <Reiner.Steib@gmx.de> 2922005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
294 293
@@ -314,8 +313,8 @@
314 313
3152005-05-16 Daniel Pfeiffer <occitan@esperanto.org> 3142005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
316 315
317 * font-lock.el (lisp-font-lock-keywords-1): Set 316 * font-lock.el (lisp-font-lock-keywords-1):
318 `font-lock-negation-char-face' for [^...] char group. 317 Set `font-lock-negation-char-face' for [^...] char group.
319 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\). 318 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
320 319
321 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into 320 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
@@ -329,11 +328,10 @@
329 might be the same one to be skipped by the initial [^$], leading 328 might be the same one to be skipped by the initial [^$], leading
330 to an overlooked variable use. 329 to an overlooked variable use.
331 (makefile-make-font-lock-keywords): Remove two parameters, which 330 (makefile-make-font-lock-keywords): Remove two parameters, which
332 are now variables that some of the modes set locally. Handle 331 are now variables that some of the modes set locally.
333 dependency and rule action matching through functions, because 332 Handle dependency and rule action matching through functions, because
334 regexps alone match too often. Dependency matching now comes 333 regexps alone match too often. Dependency matching now comes
335 last, so it can check, whether a colon already matched something 334 last, so it can check, whether a colon already matched something else.
336 else.
337 (makefile-mode): Inform that font-lock improves makefile parsing 335 (makefile-mode): Inform that font-lock improves makefile parsing
338 capabilities. 336 capabilities.
339 (makefile-match-dependency, makefile-match-action): New functions. 337 (makefile-match-dependency, makefile-match-action): New functions.
@@ -418,8 +416,8 @@
418 (reftex-bib-sort-year-reverse, reftex-format-citation): 416 (reftex-bib-sort-year-reverse, reftex-format-citation):
419 * textmodes/reftex-parse.el (reftex-init-section-numbers) 417 * textmodes/reftex-parse.el (reftex-init-section-numbers)
420 (reftex-section-number): 418 (reftex-section-number):
421 * textmodes/texinfmt.el (texinfo-paragraphindent): Replace 419 * textmodes/texinfmt.el (texinfo-paragraphindent):
422 `string-to-int' by `string-to-number'. 420 Replace `string-to-int' by `string-to-number'.
423 421
424 * international/latexenc.el: Add page marker to force the "Local 422 * international/latexenc.el: Add page marker to force the "Local
425 Variables:" string out of the last page. 423 Variables:" string out of the last page.
@@ -527,23 +525,22 @@
527 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local 525 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
528 variable `tramp-chunksize'. Change callees. 526 variable `tramp-chunksize'. Change callees.
529 (tramp-open-connection-setup-interactive-shell): Check remote host 527 (tramp-open-connection-setup-interactive-shell): Check remote host
530 for buggy `send-process-string' implementation. Set 528 for buggy `send-process-string' implementation.
531 `tramp-chunksize' if found. Reported by Michael Kifer 529 Set `tramp-chunksize' if found. Reported by Michael Kifer
532 <kifer@cs.sunysb.edu> (and a lot of other people all the years). 530 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
533 (tramp-handle-shell-command): `insert-buffer' cannot be used 531 (tramp-handle-shell-command): `insert-buffer' cannot be used
534 because the contents of the Tramp buffer is changed before 532 because the contents of the Tramp buffer is changed before
535 insertion (`expand-file' and alike). Reported by Fr,Ai(Bd,Ai(Bric Bothamy 533 insertion (`expand-file' and alike). Reported by Fr,Ai(Bd,Ai(Bric Bothamy
536 <frederic.bothamy@free.fr>. 534 <frederic.bothamy@free.fr>.
537 (tramp-set-auto-save): Actions should be done for Tramp file name 535 (tramp-set-auto-save): Actions should be done for Tramp file name
538 handler only. Ange-FTP has its own auto-save mechanism. Reported 536 handler only. Ange-FTP has its own auto-save mechanism.
539 by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>. 537 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
540 (tramp-set-auto-save-file-modes): Set file modes of 538 (tramp-set-auto-save-file-modes): Set file modes of
541 `buffer-auto-save-file-name' to ?\600 as fallback solution. 539 `buffer-auto-save-file-name' to ?\600 as fallback solution.
542 Reported by Ferenc Wagner <wferi@tba.elte.hu>. 540 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
543 (tramp-bug): Remove obsolete variable. 541 (tramp-bug): Remove obsolete variable.
544 (tramp-append-tramp-buffers): Rewrite partly. More suitable check 542 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
545 for presence of `mml-mode'. Make it running for older Emacsen as 543 for presence of `mml-mode'. Make it running for older Emacsen as well.
546 well.
547 544
5482005-05-14 John Paul Wallington <jpw@pobox.com> 5452005-05-14 John Paul Wallington <jpw@pobox.com>
549 546
@@ -595,15 +592,14 @@
595 592
5962005-05-13 Matt Hodges <MPHodges@member.fsf.org> 5932005-05-13 Matt Hodges <MPHodges@member.fsf.org>
597 594
598 * tmm.el (tmm-get-keymap): Include only active menus and menu 595 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
599 items.
600 596
601 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes. 597 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
602 598
6032005-05-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 5992005-05-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
604 600
605 * dired.el (dired-mode): make-variable-buffer-local => 601 * dired.el (dired-mode): make-variable-buffer-local =>
606 make-local-variable 602 make-local-variable.
607 603
6082005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 6042005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
609 605