comparison lisp/ChangeLog @ 64637:a975a8beec7f

(smerge-ediff): Use insert-buffer-substring.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 26 Jul 2005 16:07:55 +0000
parents b1d272fa1442
children 9bee98496ab5
comparison
equal deleted inserted replaced
64636:b1d272fa1442 64637:a975a8beec7f
1 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca> 1 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
2 4
3 * descr-text.el (describe-char): Handle the case where the list of 5 * descr-text.el (describe-char): Handle the case where the list of
4 chars is displayed in a separate frame. 6 chars is displayed in a separate frame.
5 Be a bit more discriminating when looking for the char. 7 Be a bit more discriminating when looking for the char.
6 8
77 79
78 * term/cygwin.el: New file. 80 * term/cygwin.el: New file.
79 81
80 2005-07-22 Kim F. Storm <storm@cua.dk> 82 2005-07-22 Kim F. Storm <storm@cua.dk>
81 83
82 * image-file.el (insert-image-file, image-file-yank-handler): Fix 84 * image-file.el (insert-image-file, image-file-yank-handler):
83 last change to maintain a (unique) yank-handler on yanked images. 85 Fix last change to maintain a (unique) yank-handler on yanked images.
84 86
85 2005-07-22 Eduardo Mu,Aq(Boz <emufer@terra.es> (tiny change) 87 2005-07-22 Eduardo Mu,Aq(Boz <emufer@terra.es> (tiny change)
86 88
87 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix 89 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
88 of the file size (as in "177B" for 177 bytes). This happens with 90 of the file size (as in "177B" for 177 bytes). This happens with
303 305
304 2005-07-19 Carsten Dominik <dominik@science.uva.nl> 306 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
305 307
306 * textmodes/org.el (org-table-column-names) 308 * textmodes/org.el (org-table-column-names)
307 (org-table-column-name-regexp) 309 (org-table-column-name-regexp)
308 (org-table-named-field-locations): New variables. 310 (org-table-named-field-locations): New variables.
309 (org-archive-subtree): Protect `this-command' when calling 311 (org-archive-subtree): Protect `this-command' when calling
310 `org-copy-subtree' and `org-cut-subtree', to avoid appending to 312 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
311 the kill buffer. 313 the kill buffer.
312 (org-complete): Remove fixed-formula completion. 314 (org-complete): Remove fixed-formula completion.
313 (org-edit-formulas-map): New variable. 315 (org-edit-formulas-map): New variable.
314 (org-table-edit-formulas): New command. 316 (org-table-edit-formulas): New command.
315 (org-finish-edit-formulas, org-abort-edit-formulas) 317 (org-finish-edit-formulas, org-abort-edit-formulas)
316 (org-show-variable, org-table-get-vertical-vector): New functions. 318 (org-show-variable, org-table-get-vertical-vector): New functions.
317 (org-table-maybe-eval-formula): Handle `:=' fields. 319 (org-table-maybe-eval-formula): Handle `:=' fields.
318 (org-table-get-stored-formulas, org-table-store-formulas) 320 (org-table-get-stored-formulas, org-table-store-formulas)
319 (org-table-get-formula, org-table-modify-formulas) 321 (org-table-get-formula, org-table-modify-formulas)
320 (org-table-replace-in-formulas): Handle named field formulas. 322 (org-table-replace-in-formulas): Handle named field formulas.
321 (org-table-get-specials): Store locations of named fields. 323 (org-table-get-specials): Store locations of named fields.
322 324
323 2005-07-19 Juri Linkov <juri@jurta.org> 325 2005-07-19 Juri Linkov <juri@jurta.org>
324 326
325 * progmodes/grep.el (grep-regexp-alist) 327 * progmodes/grep.el (grep-regexp-alist)
326 (grep-mode-font-lock-keywords, grep-process-setup): 328 (grep-mode-font-lock-keywords, grep-process-setup):
378 a button-like box. Inherit from `highlight' on low colors. 380 a button-like box. Inherit from `highlight' on low colors.
379 (shadow): Use shades of gray only for color/grayscale with 381 (shadow): Use shades of gray only for color/grayscale with
380 more than 88 colors. Use green for light backgrounds with 382 more than 88 colors. Use green for light backgrounds with
381 8 colors, and yellow for dark backgrounds with 8 colors. 383 8 colors, and yellow for dark backgrounds with 8 colors.
382 384
383 * font-lock.el (font-lock-regexp-grouping-backslash): Don't 385 * font-lock.el (font-lock-regexp-grouping-backslash):
384 inherit from escape-glyph (use bold for all cases). 386 Don't inherit from escape-glyph (use bold for all cases).
385 387
386 * info.el (info-xref-visited): Use light foreground color `violet' 388 * info.el (info-xref-visited): Use light foreground color `violet'
387 for dark backgrounds instead of dark color `magenta3'. 389 for dark backgrounds instead of dark color `magenta3'.
388 (info-title-1): Use `yellow' color for dark backgrounds. 390 (info-title-1): Use `yellow' color for dark backgrounds.
389 391
476 (untabify-backward): Fix typos in docstrings. 478 (untabify-backward): Fix typos in docstrings.
477 (array-reconfigure-rows): Use `insert-buffer-substring', not 479 (array-reconfigure-rows): Use `insert-buffer-substring', not
478 `insert-buffer'. 480 `insert-buffer'.
479 481
480 * calendar/icalendar.el (icalendar--get-unfolded-buffer): 482 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
481 * progmodes/ada-mode.el (ada-make-body): Use 483 * progmodes/ada-mode.el (ada-make-body):
482 `insert-buffer-substring' and `goto-char', not `insert-buffer'. 484 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
483 485
484 * dired.el (dired-log): 486 * dired.el (dired-log):
485 * tar-mode.el (tar-subfile-save-buffer): 487 * tar-mode.el (tar-subfile-save-buffer):
486 * play/zone.el (zone-pgm-stress-destress): 488 * play/zone.el (zone-pgm-stress-destress):
487 Use `insert-buffer-substring', not `insert-buffer'. 489 Use `insert-buffer-substring', not `insert-buffer'.
571 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar. 573 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
572 (eshell-hist-initialize): Use that var the natural way. 574 (eshell-hist-initialize): Use that var the natural way.
573 575
574 * emulation/viper-init.el (viper-activate-input-method): Avoid warning. 576 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
575 577
576 * emacs-lisp/re-builder.el (reb-cook-regexp): Avoid 578 * emacs-lisp/re-builder.el (reb-cook-regexp):
577 warning calling lre-compile-string. 579 Avoid warning calling lre-compile-string.
578 (reb-color-display-p): Avoid warning. 580 (reb-color-display-p): Avoid warning.
579 581
580 * calculator.el (calculator-last-input): Guard uses 582 * calculator.el (calculator-last-input): Guard uses
581 of event-key and key-press-event-p. 583 of event-key and key-press-event-p.
582 (event-key, key-press-event-p): Delete definitions. 584 (event-key, key-press-event-p): Delete definitions.
589 * emacs-lisp/checkdoc.el (checkdoc-make-overlay) 591 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
590 (checkdoc-overlay-put, checkdoc-delete-overlay) 592 (checkdoc-overlay-put, checkdoc-delete-overlay)
591 (checkdoc-overlay-start, checkdoc-overlay-end) 593 (checkdoc-overlay-start, checkdoc-overlay-end)
592 (checkdoc-mode-line-update, checkdoc-char=): 594 (checkdoc-mode-line-update, checkdoc-char=):
593 Define such that compiler knows they are defined. 595 Define such that compiler knows they are defined.
594 (checkdoc-call-eval-buffer): Deleted. Use eval-buffer directly. 596 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
595 (checkdoc-read-event): Deleted. Use read-event directly. 597 (checkdoc-read-event): Delete. Use read-event directly.
596 598
597 * whitespace.el (whitespace-make-overlay) 599 * whitespace.el (whitespace-make-overlay)
598 (whitespace-overlay-put, whitespace-delete-overlay) 600 (whitespace-overlay-put, whitespace-delete-overlay)
599 (whitespace-overlay-start, whitespace-overlay-end): 601 (whitespace-overlay-start, whitespace-overlay-end):
600 Define such that compiler knows they are defined. 602 Define such that compiler knows they are defined.