comparison lisp/ChangeLog @ 79858:9fa0520f65d5

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 16 Jan 2008 16:30:53 +0000
parents 01593154d6b4
children 579893e41239
comparison
equal deleted inserted replaced
79857:f8e2d487fe6e 79858:9fa0520f65d5
1 2008-01-16 Juanma Barranquero <lekktu@gmail.com>
2
3 * frame.el (display-mm-height, display-mm-width):
4 * whitespace.el (whitespace-check-leading-whitespace)
5 (whitespace-check-trailing-whitespace)
6 (whitespace-check-spacetab-whitespace)
7 (whitespace-check-indent-whitespace)
8 (whitespace-check-ateol-whitespace):
9 * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
10
1 2008-01-16 Glenn Morris <rgm@gnu.org> 11 2008-01-16 Glenn Morris <rgm@gnu.org>
2 12
3 * comint.el (comint-regexp-arg): Fix no-input case. 13 * comint.el (comint-regexp-arg): Fix no-input case.
4 14
5 2008-01-16 Ulf Jasper <ulf.jasper@web.de> 15 2008-01-16 Ulf Jasper <ulf.jasper@web.de>
553 * progmodes/verilog-mode.el (verilog-string-replace-matches) 563 * progmodes/verilog-mode.el (verilog-string-replace-matches)
554 (verilog-string-remove-spaces, verilog-re-search-forward) 564 (verilog-string-remove-spaces, verilog-re-search-forward)
555 (verilog-re-search-backward, verilog-re-search-forward-quick) 565 (verilog-re-search-backward, verilog-re-search-forward-quick)
556 (verilog-re-search-backward-quick, verilog-get-beg-of-line) 566 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
557 (verilog-get-end-of-line, verilog-within-string): Move definitions 567 (verilog-get-end-of-line, verilog-within-string): Move definitions
558 before first use. No code changes. 568 before first use. No code changes.
559 569
560 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu> 570 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
561 571
562 * progmodes/verilog-mode.el (verilog-mode-version) 572 * progmodes/verilog-mode.el (verilog-mode-version)
563 (verilog-mode-release-date): Don't use expanding keywords. 573 (verilog-mode-release-date): Don't use expanding keywords.
5986 5996
5987 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark 5997 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
5988 path. Rewrite function in `cond' style for readability. 5998 path. Rewrite function in `cond' style for readability.
5989 5999
5990 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>. 6000 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
5991 (The path shortening, that is, not the rearrarangement.) 6001 (The path shortening, that is, not the rearrangement.)
5992 6002
5993 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 6003 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5994 6004
5995 * term/mac-win.el (mac-ae-quit-application): New function. 6005 * term/mac-win.el (mac-ae-quit-application): New function.
5996 (mac-apple-event-map): Bind "quit application" Apple event to it. 6006 (mac-apple-event-map): Bind "quit application" Apple event to it.