Mercurial > emacs
comparison lisp/ChangeLog @ 79803:3bf0a434954a
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 10 Jan 2008 02:07:04 +0000 |
parents | 1fc1252447c5 |
children | f292a183eaeb |
comparison
equal
deleted
inserted
replaced
79802:2fd2b52c4f9f | 79803:3bf0a434954a |
---|---|
1 2008-01-09 Wilson Snyder <wsnyder@wsnyder.org> | 1 2008-01-10 Kenichi Handa <handa@ni.aist.go.jp> |
2 | |
3 * international/mule-cmds.el (select-safe-coding-system): | |
4 When a buffer is modified, cancel the writing. | |
5 | |
6 2008-01-09 Wilson Snyder <wsnyder@wsnyder.org> | |
2 | 7 |
3 * progmodes/verilog-mode.el (verilog-booleanp): New function for | 8 * progmodes/verilog-mode.el (verilog-booleanp): New function for |
4 backward compatibility. Replace all uses of booleanp with | 9 backward compatibility. Replace all uses of booleanp with |
5 verilog-booleanp. | 10 verilog-booleanp. |
6 | 11 |
7 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu> | 12 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu> |
8 | 13 |
9 * vc-hg.el (vc-hg-diff): Don't pass an empty string. | 14 * vc-hg.el (vc-hg-diff): Don't pass an empty string. |
1639 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'. | 1644 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'. |
1640 Update annotation line regexp. Fixes launchpad.net [Bug 137435]. | 1645 Update annotation line regexp. Fixes launchpad.net [Bug 137435]. |
1641 | 1646 |
1642 2007-09-05 Jason Rumney <jasonr@gnu.org> | 1647 2007-09-05 Jason Rumney <jasonr@gnu.org> |
1643 | 1648 |
1644 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32. | 1649 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32. |
1645 | 1650 |
1646 2007-09-02 Richard Stallman <rms@gnu.org> | 1651 2007-09-02 Richard Stallman <rms@gnu.org> |
1647 | 1652 |
1648 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom. | 1653 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom. |
1649 Add `safe-local-variable' property. | 1654 Add `safe-local-variable' property. |
3534 that customizing this only applies to future footnotes. | 3539 that customizing this only applies to future footnotes. |
3535 | 3540 |
3536 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | 3541 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> |
3537 | 3542 |
3538 * textmodes/bibtex.el (bibtex-field-list): Use functionp. | 3543 * textmodes/bibtex.el (bibtex-field-list): Use functionp. |
3539 (bibtex-make-field): Check that INIT is a string. Use functionp. | 3544 (bibtex-make-field): Check that INIT is a string. Use functionp. |
3540 | 3545 |
3541 2007-04-14 Glenn Morris <rgm@gnu.org> | 3546 2007-04-14 Glenn Morris <rgm@gnu.org> |
3542 | 3547 |
3543 * complete.el (PC-goto-end): New buffer-local variable. | 3548 * complete.el (PC-goto-end): New buffer-local variable. |
3544 (PC-do-completion-end): Make buffer-local. | 3549 (PC-do-completion-end): Make buffer-local. |
4498 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu> | 4503 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu> |
4499 | 4504 |
4500 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit | 4505 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit |
4501 special help topics for keywords. | 4506 special help topics for keywords. |
4502 (idlwave-help-assistant-command): Include ".exe" for ms-dos | 4507 (idlwave-help-assistant-command): Include ".exe" for ms-dos |
4503 etc. Assistant command. | 4508 etc. Assistant command. |
4504 | 4509 |
4505 2007-03-08 Chong Yidong <cyd@stupidchicken.com> | 4510 2007-03-08 Chong Yidong <cyd@stupidchicken.com> |
4506 | 4511 |
4507 * replace.el (occur-engine): Move buffer-undo-list binding... | 4512 * replace.el (occur-engine): Move buffer-undo-list binding... |
4508 (occur-1): ...to here. | 4513 (occur-1): ...to here. |
5417 (newsticker-hide-entry): Use (t) instead of t for invisibility. | 5422 (newsticker-hide-entry): Use (t) instead of t for invisibility. |
5418 (newsticker--sentinel): Yet another xml-parser workaround. | 5423 (newsticker--sentinel): Yet another xml-parser workaround. |
5419 (newsticker--decode-iso8601-date): Bugfix for datestrings without | 5424 (newsticker--decode-iso8601-date): Bugfix for datestrings without |
5420 days. | 5425 days. |
5421 (newsticker--buffer-do-insert-text): Fix. | 5426 (newsticker--buffer-do-insert-text): Fix. |
5422 (newsticker--buffer-insert-enclosure): Fix. length might be missing. | 5427 (newsticker--buffer-insert-enclosure): Fix. Length might be missing. |
5423 (newsticker--buffer-make-item-completely-visible): | 5428 (newsticker--buffer-make-item-completely-visible): |
5424 `switch-to-buffer' not necessary. | 5429 `switch-to-buffer' not necessary. |
5425 | 5430 |
5426 2007-02-02 Eli Zaretskii <eliz@gnu.org> | 5431 2007-02-02 Eli Zaretskii <eliz@gnu.org> |
5427 | 5432 |
8649 Some globals were declared, but uninitialized. | 8654 Some globals were declared, but uninitialized. |
8650 | 8655 |
8651 After 5.3, 5.4: | 8656 After 5.3, 5.4: |
8652 (cperl-facemenu-add-face-function): Add docs, fix U<>. | 8657 (cperl-facemenu-add-face-function): Add docs, fix U<>. |
8653 Copyright message updated. | 8658 Copyright message updated. |
8654 (cperl-init-faces): Work around a bug in `font-lock'. May slow | 8659 (cperl-init-faces): Work around a bug in `font-lock'. May slow |
8655 facification down a bit. | 8660 facification down a bit. |
8656 Misprint for my|our|local for old `font-lock' | 8661 Misprint for my|our|local for old `font-lock' |
8657 "our" was not fontified same as "my|local". | 8662 "our" was not fontified same as "my|local". |
8658 Highlight variables after "my" etc even in | 8663 Highlight variables after "my" etc even in |
8659 a middle of an expression. | 8664 a middle of an expression. |
9165 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long | 9170 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long |
9166 lines in base64-encoded authentication response. | 9171 lines in base64-encoded authentication response. |
9167 | 9172 |
9168 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 9173 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
9169 | 9174 |
9170 * progmodes/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling. | 9175 * progmodes/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling. |
9171 (ebnf-version): New version 4.3. | 9176 (ebnf-version): New version 4.3. |
9172 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options. | 9177 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options. |
9173 (ebnf-prologue): Adjust PostScript programming. | 9178 (ebnf-prologue): Adjust PostScript programming. |
9174 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1) | 9179 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1) |
9175 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code. | 9180 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code. |