[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/ChangeLog
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/ChangeLog |
Date: |
Fri, 20 May 2005 10:30:35 -0400 |
Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.7558 emacs/lisp/ChangeLog:1.7559
*** emacs/lisp/ChangeLog:1.7558 Fri May 20 13:42:57 2005
--- emacs/lisp/ChangeLog Fri May 20 14:30:34 2005
***************
*** 1,20 ****
- 2005-05-20 Lute Kamstra <address@hidden>
-
- * diff-mode.el (diff-header-face, diff-file-header-face)
- (diff-index-face, diff-hunk-header-face, diff-removed-face)
- (diff-added-face, diff-changed-face, diff-function-face)
- (diff-context-face, diff-nonexistent-face): Put them in the
- diff-mode customization group.
-
- 2005-05-20 Stefan Monnier <address@hidden>
-
- * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
-
- * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
-
- * font-lock.el (lisp-font-lock-keywords-2): Don't error.
- Minor regexp-optimization.
-
2005-05-20 Carsten Dominik <address@hidden>
* textmodes/org.el (org-agenda-toggle-time-grid): New command.
--- 1,3 ----
***************
*** 22,28 ****
(org-agenda-add-time-grid-maybe): New function.
(org-agenda): Call `org-agenda-add-time-grid-maybe'.
(org-table-create): `dotimes' instead of `mapcar'.
! (org-xor): Simplify implementation.
(org-agenda): `inhibit-redisplay' turned on.
(org-agenda-change-all-lines): Use `org-format-agenda-item' to get
a consistent line after a state change.
--- 5,11 ----
(org-agenda-add-time-grid-maybe): New function.
(org-agenda): Call `org-agenda-add-time-grid-maybe'.
(org-table-create): `dotimes' instead of `mapcar'.
! (org-xor): Simplified implementation.
(org-agenda): `inhibit-redisplay' turned on.
(org-agenda-change-all-lines): Use `org-format-agenda-item' to get
a consistent line after a state change.
***************
*** 36,42 ****
2005-05-20 Juanma Barranquero <address@hidden>
! * subr.el (send-string, send-region): Remove obsolescence declaration.
(window-dot, set-window-dot, read-input, show-buffer)
(eval-current-buffer, string-to-int):
Add release number to obsolescence declarations.
--- 19,40 ----
2005-05-20 Juanma Barranquero <address@hidden>
! * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
! (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
! (remove-duplicates, delete-duplicates, substitute)
! (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
! (nsubstitute-if-not, find, find-if, find-if-not, position)
! (position-if, position-if-not, count, count-if, count-if-not)
! (mismatch, search, sort*, stable-sort, merge, member*)
! (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
! (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
! (intersection, nintersection, set-difference, nset-difference)
! (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
! (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
! (nsublis, tree-equal): Improve argument/docstring consistency.
!
! * subr.el (send-string, send-region):
! Remove obsolescence declaration.
(window-dot, set-window-dot, read-input, show-buffer)
(eval-current-buffer, string-to-int):
Add release number to obsolescence declarations.
***************
*** 173,180 ****
2005-05-18 Jay Belanger <address@hidden>
! * calc/calc-help.el (calc-s-prefix-help):
! Add `calc-copy-special-constant' to help string.
2005-05-18 Luc Teirlinck <address@hidden>
--- 171,178 ----
2005-05-18 Jay Belanger <address@hidden>
! * calc/calc-help.el (calc-s-prefix-help): Add
! `calc-copy-special-constant' to help string.
2005-05-18 Luc Teirlinck <address@hidden>
***************
*** 187,194 ****
2005-05-18 Carsten Dominik <address@hidden>
! * textmodes/reftex-vars.el (reftex-cite-format-builtin):
! Support for jurabib.
* textmodes/reftex.el (featurep): Define aliases for overlay
commands, for XEmacs compatibility, and use these aliases in
--- 185,192 ----
2005-05-18 Carsten Dominik <address@hidden>
! * textmodes/reftex-vars.el (reftex-cite-format-builtin): Support
! for jurabib.
* textmodes/reftex.el (featurep): Define aliases for overlay
commands, for XEmacs compatibility, and use these aliases in
***************
*** 199,206 ****
(reftex-access-search-path): Use `reftex-uniquify' instead of
`reftex-uniq'
! * textmodes/reftex-sel.el (reftex-select-unmark):
! Overlay `before-string' property modification enables for Emacs as well.
(reftex-select-item): Use `reftex-delete-overlay'.
(reftex-select-mark): Use `reftex-make-overlay' and
`reftex-overlay-put'.
--- 197,204 ----
(reftex-access-search-path): Use `reftex-uniquify' instead of
`reftex-uniq'
! * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
! `before-string' property modification enables for Emacs as well.
(reftex-select-item): Use `reftex-delete-overlay'.
(reftex-select-mark): Use `reftex-make-overlay' and
`reftex-overlay-put'.
***************
*** 235,241 ****
* progmodes/prolog.el (inferior-prolog-mode): Doc fix.
(prolog-consult-region): Replace `send-string' by
! `process-send-string'; replace `send-region' by `process-send-region'.
* progmodes/delphi.el (delphi-log-msg):
Replace `set-window-dot' by `set-window-point'.
--- 233,240 ----
* progmodes/prolog.el (inferior-prolog-mode): Doc fix.
(prolog-consult-region): Replace `send-string' by
! `process-send-string'; replace `send-region' by
! `process-send-region'.
* progmodes/delphi.el (delphi-log-msg):
Replace `set-window-dot' by `set-window-point'.
***************
*** 266,273 ****
loop. It should also be more efficient, because first it only
searches for `:', instead of applying the very complex regexp.
(makefile-mode): Cancel `font-lock-support-mode', because blocks
! to be fontified in one piece can be too long for JIT.
! Makefiles are never *that* big.
2005-05-17 Reiner Steib <address@hidden>
--- 265,272 ----
loop. It should also be more efficient, because first it only
searches for `:', instead of applying the very complex regexp.
(makefile-mode): Cancel `font-lock-support-mode', because blocks
! to be fontified in one piece can be too long for JIT. Makefiles
! are never *that* big.
2005-05-17 Reiner Steib <address@hidden>
***************
*** 293,300 ****
2005-05-16 Daniel Pfeiffer <address@hidden>
! * font-lock.el (lisp-font-lock-keywords-1):
! Set `font-lock-negation-char-face' for [^...] char group.
(lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
* progmodes/make-mode.el (makefile-dependency-regex): Turn it into
--- 292,299 ----
2005-05-16 Daniel Pfeiffer <address@hidden>
! * font-lock.el (lisp-font-lock-keywords-1): Set
! `font-lock-negation-char-face' for [^...] char group.
(lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
* progmodes/make-mode.el (makefile-dependency-regex): Turn it into
***************
*** 308,317 ****
might be the same one to be skipped by the initial [^$], leading
to an overlooked variable use.
(makefile-make-font-lock-keywords): Remove two parameters, which
! are now variables that some of the modes set locally.
! Handle dependency and rule action matching through functions, because
regexps alone match too often. Dependency matching now comes
! last, so it can check, whether a colon already matched something else.
(makefile-mode): Inform that font-lock improves makefile parsing
capabilities.
(makefile-match-dependency, makefile-match-action): New functions.
--- 307,317 ----
might be the same one to be skipped by the initial [^$], leading
to an overlooked variable use.
(makefile-make-font-lock-keywords): Remove two parameters, which
! are now variables that some of the modes set locally. Handle
! dependency and rule action matching through functions, because
regexps alone match too often. Dependency matching now comes
! last, so it can check, whether a colon already matched something
! else.
(makefile-mode): Inform that font-lock improves makefile parsing
capabilities.
(makefile-match-dependency, makefile-match-action): New functions.
***************
*** 396,403 ****
(reftex-bib-sort-year-reverse, reftex-format-citation):
* textmodes/reftex-parse.el (reftex-init-section-numbers)
(reftex-section-number):
! * textmodes/texinfmt.el (texinfo-paragraphindent):
! Replace `string-to-int' by `string-to-number'.
* international/latexenc.el: Add page marker to force the "Local
Variables:" string out of the last page.
--- 396,403 ----
(reftex-bib-sort-year-reverse, reftex-format-citation):
* textmodes/reftex-parse.el (reftex-init-section-numbers)
(reftex-section-number):
! * textmodes/texinfmt.el (texinfo-paragraphindent): Replace
! `string-to-int' by `string-to-number'.
* international/latexenc.el: Add page marker to force the "Local
Variables:" string out of the last page.
***************
*** 505,526 ****
(tramp-pre-connection): Add parameter CHUNKSIZE. Make local
variable `tramp-chunksize'. Change callees.
(tramp-open-connection-setup-interactive-shell): Check remote host
! for buggy `send-process-string' implementation.
! Set `tramp-chunksize' if found. Reported by Michael Kifer
<address@hidden> (and a lot of other people all the years).
(tramp-handle-shell-command): `insert-buffer' cannot be used
because the contents of the Tramp buffer is changed before
insertion (`expand-file' and alike). Reported by Fr,Ai(Bd,Ai(Bric
Bothamy
<address@hidden>.
(tramp-set-auto-save): Actions should be done for Tramp file name
! handler only. Ange-FTP has its own auto-save mechanism.
! Reported by Richard G. Bielawski <address@hidden>.
(tramp-set-auto-save-file-modes): Set file modes of
`buffer-auto-save-file-name' to ?\600 as fallback solution.
Reported by Ferenc Wagner <address@hidden>.
(tramp-bug): Remove obsolete variable.
(tramp-append-tramp-buffers): Rewrite partly. More suitable check
! for presence of `mml-mode'. Make it running for older Emacsen as well.
2005-05-14 John Paul Wallington <address@hidden>
--- 505,527 ----
(tramp-pre-connection): Add parameter CHUNKSIZE. Make local
variable `tramp-chunksize'. Change callees.
(tramp-open-connection-setup-interactive-shell): Check remote host
! for buggy `send-process-string' implementation. Set
! `tramp-chunksize' if found. Reported by Michael Kifer
<address@hidden> (and a lot of other people all the years).
(tramp-handle-shell-command): `insert-buffer' cannot be used
because the contents of the Tramp buffer is changed before
insertion (`expand-file' and alike). Reported by Fr,Ai(Bd,Ai(Bric
Bothamy
<address@hidden>.
(tramp-set-auto-save): Actions should be done for Tramp file name
! handler only. Ange-FTP has its own auto-save mechanism. Reported
! by Richard G. Bielawski <address@hidden>.
(tramp-set-auto-save-file-modes): Set file modes of
`buffer-auto-save-file-name' to ?\600 as fallback solution.
Reported by Ferenc Wagner <address@hidden>.
(tramp-bug): Remove obsolete variable.
(tramp-append-tramp-buffers): Rewrite partly. More suitable check
! for presence of `mml-mode'. Make it running for older Emacsen as
! well.
2005-05-14 John Paul Wallington <address@hidden>
***************
*** 572,585 ****
2005-05-13 Matt Hodges <address@hidden>
! * tmm.el (tmm-get-keymap): Include only active menus and menu items.
* emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
2005-05-13 Jan Dj,Ad(Brv <address@hidden>
* dired.el (dired-mode): make-variable-buffer-local =>
! make-local-variable.
2005-05-13 YAMAMOTO Mitsuharu <address@hidden>
--- 573,587 ----
2005-05-13 Matt Hodges <address@hidden>
! * tmm.el (tmm-get-keymap): Include only active menus and menu
! items.
* emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
2005-05-13 Jan Dj,Ad(Brv <address@hidden>
* dired.el (dired-mode): make-variable-buffer-local =>
! make-local-variable
2005-05-13 YAMAMOTO Mitsuharu <address@hidden>
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, (continued)
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Richard M . Stallman, 2005/05/19
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Luc Teirlinck, 2005/05/19
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Juanma Barranquero, 2005/05/19
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Juanma Barranquero, 2005/05/19
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Nick Roberts, 2005/05/19
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kim F . Storm, 2005/05/19
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Juanma Barranquero, 2005/05/19
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Carsten Dominik, 2005/05/20
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Stefan Monnier, 2005/05/20
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Lute Kamstra, 2005/05/20
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog,
Juanma Barranquero <=
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, David Kastrup, 2005/05/20
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Juanma Barranquero, 2005/05/20
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Juanma Barranquero, 2005/05/20
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Jay Belanger, 2005/05/20
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Daniel Pfeiffer, 2005/05/20
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Richard M . Stallman, 2005/05/21
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Eli Zaretskii, 2005/05/21
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Eli Zaretskii, 2005/05/21
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Eli Zaretskii, 2005/05/21
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Luc Teirlinck, 2005/05/21