[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/ChangeLog
From: |
Stefan Monnier |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/ChangeLog |
Date: |
Sat, 01 Jan 2005 20:47:18 -0500 |
Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6811 emacs/lisp/ChangeLog:1.6812
*** emacs/lisp/ChangeLog:1.6811 Sat Jan 1 22:29:54 2005
--- emacs/lisp/ChangeLog Sun Jan 2 01:26:15 2005
***************
*** 1,3 ****
--- 1,9 ----
+ 2005-01-01 Stefan <address@hidden>
+
+ * files.el (hack-local-variables): Cleanup prefix/suffix matching.
+
+ * ses.el (copy-region-as-kill): Deactivate mark.
+
2005-01-01 Richard M. Stallman <address@hidden>
* replace.el (occur-1): If the output buffer is also an input,
***************
*** 9,15 ****
for :foreground and :background.
* dired.el (dired-view-command-alist): Variable deleted.
! (dired-view-file, dired-mouse-find-file-other-window):
Delete the code to use it.
2005-01-01 Kim F. Storm <address@hidden>
--- 15,21 ----
for :foreground and :background.
* dired.el (dired-view-command-alist): Variable deleted.
! (dired-view-file, dired-mouse-find-file-other-window):
Delete the code to use it.
2005-01-01 Kim F. Storm <address@hidden>
***************
*** 82,93 ****
2004-12-31 Kenichi Handa <address@hidden>
* international/mule.el (buffer-file-coding-system-explicit):
! Renamed for explicit-buffer-file-coding-system.
! (after-insert-file-set-coding): Adjusted for the above change.
! * files.el (revert-buffer): Change
! explicit-buffer-file-coding-system to
! buffer-file-coding-system-explicit.
(basic-save-buffer-1): Likewise.
2004-12-30 Richard M. Stallman <address@hidden>
--- 88,98 ----
2004-12-31 Kenichi Handa <address@hidden>
* international/mule.el (buffer-file-coding-system-explicit):
! Rename for explicit-buffer-file-coding-system.
! (after-insert-file-set-coding): Adjust for the above change.
! * files.el (revert-buffer): Change explicit-buffer-file-coding-system
! to buffer-file-coding-system-explicit.
(basic-save-buffer-1): Likewise.
2004-12-30 Richard M. Stallman <address@hidden>
***************
*** 111,119 ****
(artist-get-first-non-nil-op): New function.
(artist-get-last-non-nil-op): New function.
(artist-mode-init): Call artist-get-last-non-nil-op to initialize
! artist-prev-next-op-alist.
(artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
! change drawing operation.
2004-12-30 Luc Teirlinck <address@hidden>
--- 116,124 ----
(artist-get-first-non-nil-op): New function.
(artist-get-last-non-nil-op): New function.
(artist-mode-init): Call artist-get-last-non-nil-op to initialize
! artist-prev-next-op-alist.
(artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
! change drawing operation.
2004-12-30 Luc Teirlinck <address@hidden>
***************
*** 125,132 ****
2004-12-30 Jay Belanger <address@hidden>
! * calc/calc-store.el (calc-copy-variable): Fix mistyped variable
! name. Change the way a variable is displayed in a message.
* calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
(calc-user-define-permanent, calc-execute-kbd-macro):
--- 130,137 ----
2004-12-30 Jay Belanger <address@hidden>
! * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
! Change the way a variable is displayed in a message.
* calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
(calc-user-define-permanent, calc-execute-kbd-macro):
***************
*** 134,147 ****
2004-12-30 Kenichi Handa <address@hidden>
! * files.el (basic-save-buffer-1): Set
! explicit-buffer-file-coding-system to last-coding-system-used.
(revert-buffer): Pay attention to
explicit-buffer-file-coding-system (not buffer-file-coding-system)
on bind coding-system-for-read.
! * international/mule.el (explicit-buffer-file-coding-system): New
! buffer local variable.
(after-insert-file-set-coding): Set it to coding-system-for-read.
2004-12-29 Luc Teirlinck <address@hidden>
--- 139,152 ----
2004-12-30 Kenichi Handa <address@hidden>
! * files.el (basic-save-buffer-1):
! Set explicit-buffer-file-coding-system to last-coding-system-used.
(revert-buffer): Pay attention to
explicit-buffer-file-coding-system (not buffer-file-coding-system)
on bind coding-system-for-read.
! * international/mule.el (explicit-buffer-file-coding-system):
! New buffer local variable.
(after-insert-file-set-coding): Set it to coding-system-for-read.
2004-12-29 Luc Teirlinck <address@hidden>
***************
*** 166,178 ****
2004-12-29 YAMAMOTO Mitsuharu <address@hidden>
* term/mac-win.el: Require x-dnd.
! (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el
! functions.
2004-12-29 David Kastrup <address@hidden>
! * international/mule.el (decode-coding-inserted-region): Don't
! barf if `buffer-undo-list' is already set to `t'.
2004-12-29 Jay Belanger <address@hidden>
--- 171,182 ----
2004-12-29 YAMAMOTO Mitsuharu <address@hidden>
* term/mac-win.el: Require x-dnd.
! (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
2004-12-29 David Kastrup <address@hidden>
! * international/mule.el (decode-coding-inserted-region):
! Don't barf if `buffer-undo-list' is already set to `t'.
2004-12-29 Jay Belanger <address@hidden>
***************
*** 225,232 ****
2004-12-27 YAMAMOTO Mitsuharu <address@hidden>
* term/mac-win.el: Sync with x-win.el. Rearrange the contents.
! Call mac-clear-font-name-table if invoked on Mac OS 8/9. Call
! x-open-connection on Mac OS X.
2004-12-27 Richard M. Stallman <address@hidden>
--- 229,236 ----
2004-12-27 YAMAMOTO Mitsuharu <address@hidden>
* term/mac-win.el: Sync with x-win.el. Rearrange the contents.
! Call mac-clear-font-name-table if invoked on Mac OS 8/9.
! Call x-open-connection on Mac OS X.
2004-12-27 Richard M. Stallman <address@hidden>
***************
*** 293,299 ****
* simple.el (undo-list-saved): New variable (buffer-local).
(undo): Set and test it.
! (buffer-disable-undo): Moved here from buffer.c.
Clear out undo-list-saved.
* international/mule.el (decode-coding-inserted-region):
--- 297,303 ----
* simple.el (undo-list-saved): New variable (buffer-local).
(undo): Set and test it.
! (buffer-disable-undo): Move here from buffer.c.
Clear out undo-list-saved.
* international/mule.el (decode-coding-inserted-region):
***************
*** 316,322 ****
`interactive' form as previous-matching-history-element.
* ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
! it can appear unencoded and has been seen from yahoo.
2004-12-27 Sergey Poznyakoff <address@hidden> (tiny change)
--- 320,326 ----
`interactive' form as previous-matching-history-element.
* ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
! it can appear unencoded and has been seen from yahoo.
2004-12-27 Sergey Poznyakoff <address@hidden> (tiny change)
***************
*** 325,332 ****
2004-12-27 Kenichi Handa <address@hidden>
! * international/utf-8.el (utf-translate-cjk-load-tables): Bind
! coding-system-for-read to nil while loading subst-*.
2004-12-26 Jay Belanger <address@hidden>
--- 329,336 ----
2004-12-27 Kenichi Handa <address@hidden>
! * international/utf-8.el (utf-translate-cjk-load-tables):
! Bind coding-system-for-read to nil while loading subst-*.
2004-12-26 Jay Belanger <address@hidden>
***************
*** 383,390 ****
2004-12-21 Markus Rost <address@hidden>
! * calendar/diary-lib.el (mark-diary-entries): Set
! mark-diary-entries-in-calendar only after checking for diary-file.
2004-12-21 Richard M. Stallman <address@hidden>
--- 387,394 ----
2004-12-21 Markus Rost <address@hidden>
! * calendar/diary-lib.el (mark-diary-entries):
! Set mark-diary-entries-in-calendar only after checking for diary-file.
2004-12-21 Richard M. Stallman <address@hidden>
***************
*** 407,438 ****
(calculator-string-to-number): New function, mostly moved and
updated code from calculator-curnum-value.
(calculator-curnum-value): Use it.
! (calculator-paste): Use it, and update grabbing the
! current-kill.
(calculator-rotate-displayer)
(calculator-rotate-displayer-back): Toggle digit grouping when
in radix mode, use calculator-message.
! (calculator-displayer-prev, calculator-displayer-next): Change
! digit group size when in radix mode.
! (calculator-number-to-string): Renamed from
calculator-num-to-string. Now deals with digit grouping in
radix mode.
! (calculator-update-display, calculator-put-value): Use the new
! name.
(calculator-fact): Return a floating point number.
(calculator-mode): Doc fix.
2004-12-20 Glenn Morris <address@hidden>
* calendar/calendar.el (view-other-diary-entries): Add autoload.
! * calendar/diary-lib.el (view-other-diary-entries): Use
! current-prefix-arg in interactive spec.
2004-12-19 Jay Belanger <address@hidden>
* calc/calc-aent.el (calcAlg-blank-matching-open):
! Temporarily adjust the syntax of both delimiters of half-open
! intervals.
2004-12-19 Kim F. Storm <address@hidden>
--- 411,439 ----
(calculator-string-to-number): New function, mostly moved and
updated code from calculator-curnum-value.
(calculator-curnum-value): Use it.
! (calculator-paste): Use it, and update grabbing the current-kill.
(calculator-rotate-displayer)
(calculator-rotate-displayer-back): Toggle digit grouping when
in radix mode, use calculator-message.
! (calculator-displayer-prev, calculator-displayer-next):
! Change digit group size when in radix mode.
! (calculator-number-to-string): Rename from
calculator-num-to-string. Now deals with digit grouping in
radix mode.
! (calculator-update-display, calculator-put-value): Use the new name.
(calculator-fact): Return a floating point number.
(calculator-mode): Doc fix.
2004-12-20 Glenn Morris <address@hidden>
* calendar/calendar.el (view-other-diary-entries): Add autoload.
! * calendar/diary-lib.el (view-other-diary-entries):
! Use current-prefix-arg in interactive spec.
2004-12-19 Jay Belanger <address@hidden>
* calc/calc-aent.el (calcAlg-blank-matching-open):
! Temporarily adjust the syntax of both delimiters of half-open intervals.
2004-12-19 Kim F. Storm <address@hidden>
***************
*** 542,548 ****
2004-12-16 Juri Linkov <address@hidden>
* help.el (function-called-at-point):
! * help-fns.el (variable-at-point): As a last resort try striping
non-word prefixes and suffixes.
* descr-text.el (describe-property-list): Don't treat syntax-table
--- 543,549 ----
2004-12-16 Juri Linkov <address@hidden>
* help.el (function-called-at-point):
! * help-fns.el (variable-at-point): As a last resort try stripping
non-word prefixes and suffixes.
* descr-text.el (describe-property-list): Don't treat syntax-table
***************
*** 633,645 ****
* simple.el (inhibit-mark-movement): Remove defvar.
(beginning-of-buffer, end-of-buffer): Don't use it.
! * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun): Don't
! use inhibit-mark-movement.
* emulation/cua-base.el (cua--preserve-mark-commands): Remove.
(cua--undo-push-mark): Remove.
! (cua--pre-command-handler, cua--post-command-handler): Don't
! fiddle with inhibit-mark-movement.
2004-12-14 Juri Linkov <address@hidden>
--- 634,646 ----
* simple.el (inhibit-mark-movement): Remove defvar.
(beginning-of-buffer, end-of-buffer): Don't use it.
! * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
! Don't use inhibit-mark-movement.
* emulation/cua-base.el (cua--preserve-mark-commands): Remove.
(cua--undo-push-mark): Remove.
! (cua--pre-command-handler, cua--post-command-handler):
! Don't fiddle with inhibit-mark-movement.
2004-12-14 Juri Linkov <address@hidden>
***************
*** 651,658 ****
2004-12-13 Juri Linkov <address@hidden>
! * simple.el (next-error-buffer-p, next-error-find-buffer):
! Doc fix.
* mail/supercite.el (sc-cite-frame-alist): Doc fix.
(sc-cite-region, sc-uncite-region, sc-recite-region):
--- 652,658 ----
2004-12-13 Juri Linkov <address@hidden>
! * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
* mail/supercite.el (sc-cite-frame-alist): Doc fix.
(sc-cite-region, sc-uncite-region, sc-recite-region):
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kim F . Storm, 2005/01/01
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Richard M . Stallman, 2005/01/01
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Richard M . Stallman, 2005/01/01
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Richard M . Stallman, 2005/01/01
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog,
Stefan Monnier <=
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Jay Belanger, 2005/01/02
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Jay Belanger, 2005/01/02
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Jay Belanger, 2005/01/02
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Jay Belanger, 2005/01/02
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Stefan Monnier, 2005/01/02
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Stefan Monnier, 2005/01/02
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Richard M . Stallman, 2005/01/02
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Stefan Monnier, 2005/01/02
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Richard M . Stallman, 2005/01/02
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Richard M . Stallman, 2005/01/02