comparison lisp/ChangeLog @ 78195:896bf6c07ad3

(cvs-mode-add-change-log-entry-other-window): Use a directory name for buffer-file-name if it refers to a directory.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 23 Jul 2007 05:32:32 +0000
parents 7952bfb04478
children 2e0600da7d6a
comparison
equal deleted inserted replaced
78194:7952bfb04478 78195:896bf6c07ad3
1 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
4 name for buffer-file-name if it refers to a directory.
5
1 2007-07-22 Jason Rumney <jasonr@gnu.org> 6 2007-07-22 Jason Rumney <jasonr@gnu.org>
2 7
3 * w32-fns.el (set-default-process-coding-system): Use dos line ends 8 * w32-fns.el (set-default-process-coding-system): Use dos line ends
4 for input to cmdproxy on all versions of Windows. 9 for input to cmdproxy on all versions of Windows.
5 Use dos line ends for input to plink. 10 Use dos line ends for input to plink.
49 (vc-hg-dir-state): Fix loop. 54 (vc-hg-dir-state): Fix loop.
50 (vc-hg-print-log): Fix expected return value for vc-hg-command. 55 (vc-hg-print-log): Fix expected return value for vc-hg-command.
51 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file) 56 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
52 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin) 57 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
53 (vc-hg-revert): Likewise. 58 (vc-hg-revert): Likewise.
54 (vc-hg-revision-table, vc-hg-revision-completion-table): New 59 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
55 functions.
56 60
57 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org> 61 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
58 62
59 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the 63 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
60 case of alignment under a constant symbol, find and consider 64 case of alignment under a constant symbol, find and consider
184 188
185 2007-07-08 Chong Yidong <cyd@stupidchicken.com> 189 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
186 190
187 * longlines.el (longlines-wrap-region): Avoid marking buffer as 191 * longlines.el (longlines-wrap-region): Avoid marking buffer as
188 modified. 192 modified.
189 (longlines-auto-wrap, longlines-window-change-function): Remove 193 (longlines-auto-wrap, longlines-window-change-function):
190 unnecessary calls to set-buffer-modified-p. 194 Remove unnecessary calls to set-buffer-modified-p.
191 195
192 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca> 196 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
193 197
194 * vc.el (vc-default-log-view-mode): New function. 198 * vc.el (vc-default-log-view-mode): New function.
195 (vc-print-log): Add new `log-view-mode' VC operation. 199 (vc-print-log): Add new `log-view-mode' VC operation.
494 2007-06-04 Davis Herring <herring@lanl.gov> 498 2007-06-04 Davis Herring <herring@lanl.gov>
495 499
496 * calendar/timeclock.el: Update version number. 500 * calendar/timeclock.el: Update version number.
497 (timeclock-modeline-display): Mention timeclock-use-display-time 501 (timeclock-modeline-display): Mention timeclock-use-display-time
498 in explanatory message. 502 in explanatory message.
499 (timeclock-log): Suppress warnings when finding the log. Don't 503 (timeclock-log): Suppress warnings when finding the log.
500 check for a nil project twice. Run hooks after killing the 504 Don't check for a nil project twice. Run hooks after killing the
501 buffer (if applicable). 505 buffer (if applicable).
502 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never 506 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
503 was geometric). All uses changed. 507 was geometric). All uses changed.
504 (timeclock-generate-report): Support prefix argument. 508 (timeclock-generate-report): Support prefix argument.
505 509
513 * hilit-chg.el (highlight-changes-rotate-faces): Don't set 517 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
514 modified flag of buffer. Use `inhibit-modification-hooks'. 518 modified flag of buffer. Use `inhibit-modification-hooks'.
515 519
516 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org> 520 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
517 521
518 * mail/mail-extr.el (mail-extract-address-components): Recognize 522 * mail/mail-extr.el (mail-extract-address-components):
519 non-ASCII characters except for NBSP as words. 523 Recognize non-ASCII characters except for NBSP as words.
520 524
521 2007-06-04 Ryan Yeske <rcyeske@gmail.com> 525 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
522 526
523 * net/webjump.el (webjump-sample-sites): Add Wikipedia query. 527 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
524 528
542 2007-06-04 Chong Yidong <cyd@stupidchicken.com> 546 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
543 547
544 * files.el (magic-mode-alist): Remove image-type-auto-detected-p. 548 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
545 (magic-fallback-mode-alist): Add image-type-auto-detected-p. 549 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
546 550
547 * image.el (image-type-auto-detected-p): Don't scan 551 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
548 auto-mode-alist.
549 552
550 * longlines.el (longlines-mode): Make longlines-auto-wrap 553 * longlines.el (longlines-mode): Make longlines-auto-wrap
551 buffer-local. Add hooks unconditionally. 554 buffer-local. Add hooks unconditionally.
552 (longlines-auto-wrap): Toggle wrapping. 555 (longlines-auto-wrap): Toggle wrapping.
553 (longlines-after-change-function) 556 (longlines-after-change-function)
567 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes. 570 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
568 571
569 2007-05-29 Martin Rudalics <rudalics@gmx.at> 572 2007-05-29 Martin Rudalics <rudalics@gmx.at>
570 573
571 * textmodes/table.el (table--point-entered-cell-function) 574 * textmodes/table.el (table--point-entered-cell-function)
572 (table--point-left-cell-function): Bind 575 (table--point-left-cell-function):
573 `inhibit-point-motion-hooks' to t. 576 Bind `inhibit-point-motion-hooks' to t.
574 577
575 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change) 578 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
576 579
577 * emacs-lisp/rx.el (rx): Doc fix. 580 * emacs-lisp/rx.el (rx): Doc fix.
578 581