comparison lisp/ChangeLog @ 95289:2b9951d2c5fa

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 24 May 2008 23:11:30 +0000
parents bfcfa32621d8
children a1e891587964
comparison
equal deleted inserted replaced
95288:bfcfa32621d8 95289:2b9951d2c5fa
24 (proced-update): Don't hardcode point-min==1. 24 (proced-update): Don't hardcode point-min==1.
25 25
26 2008-05-24 Alan Mackenzie <acm@muc.de> 26 2008-05-24 Alan Mackenzie <acm@muc.de>
27 27
28 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error 28 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
29 if c-file-style is set to a non-string 29 if c-file-style is set to a non-string.
30 30
31 (c-neutralize-CPP-line): Surround by `save-excursion'. 31 (c-neutralize-CPP-line): Surround by `save-excursion'.
32 (c-neutralize-syntax-in-CPP): Optimize for speed. 32 (c-neutralize-syntax-in-CPP): Optimize for speed.
33 33
34 2008-05-24 Glenn Morris <rgm@gnu.org> 34 2008-05-24 Glenn Morris <rgm@gnu.org>
511 511
512 * language/chinese.el ("Chinese-GB", "Chinese-BIG5") 512 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
513 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK") 513 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
514 ("Chinese-GB18030"): Set `iso639-language' property to `zh'. 514 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
515 515
516 * international/mule-cmds.el (set-language-environment): Set 516 * international/mule-cmds.el (set-language-environment):
517 current-iso639-language 517 Set current-iso639-language.
518 518
519 * international/fontset.el (setup-default-fontset): For kana, han, 519 * international/fontset.el (setup-default-fontset): For kana, han,
520 hangul, and cjk-misc, move an entry with font-spec at the end. 520 hangul, and cjk-misc, move an entry with font-spec at the end.
521 (generate-fontset-menu): Exclue fontset-auto* from the list. 521 (generate-fontset-menu): Exclue fontset-auto* from the list.
522 522
751 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff) 751 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
752 (vc-diff, vc-revert, vc-rollback, vc-update): 752 (vc-diff, vc-revert, vc-rollback, vc-update):
753 * vc-dispatcher.el (vc-dispatcher-selection-set): 753 * vc-dispatcher.el (vc-dispatcher-selection-set):
754 Get rid of 4 special cases in fileset selection. This involved 754 Get rid of 4 special cases in fileset selection. This involved
755 changing the return value of (vc-deduce-fileset) so that it passes 755 changing the return value of (vc-deduce-fileset) so that it passes
756 back a deduced state as well as a deduced back end, 756 back a deduced state as well as a deduced back end.
757 757
758 2008-05-08 Sam Steingold <sds@gnu.org> 758 2008-05-08 Sam Steingold <sds@gnu.org>
759 759
760 * progmodes/compile.el (compilation-minor-mode-map) 760 * progmodes/compile.el (compilation-minor-mode-map)
761 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window. 761 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
2039 (gdb-info-breakpoints-custom, gdb-get-location) 2039 (gdb-info-breakpoints-custom, gdb-get-location)
2040 (gdb-set-gud-minor-mode-existing-buffers-1): Use it. 2040 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
2041 Previously gdb-create-define-alist wasn't always run and added to 2041 Previously gdb-create-define-alist wasn't always run and added to
2042 after-save-hook. 2042 after-save-hook.
2043 2043
2044 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer 2044 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
2045 2045
2046 2008-04-23 Kevin Ryde <user42@zip.com.au> 2046 2008-04-23 Kevin Ryde <user42@zip.com.au>
2047 2047
2048 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented 2048 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
2049 comments like unindented ones. 2049 comments like unindented ones.
2131 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename... 2131 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
2132 (gdb-previous-frame-pc-address): ...to this. 2132 (gdb-previous-frame-pc-address): ...to this.
2133 (gdb-get-selected-frame): Use MI command -stack-info-frame instead 2133 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
2134 of "info frame" with Gdb 6.4+. 2134 of "info frame" with Gdb 6.4+.
2135 (gdb-stack-list-frames-regexp): New regexp. 2135 (gdb-stack-list-frames-regexp): New regexp.
2136 (gdb-frame-handler-1): Parse output of -stack-info-frame 2136 (gdb-frame-handler-1): Parse output of -stack-info-frame.
2137 2137
2138 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change) 2138 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
2139 2139
2140 * tar-mode.el (tar-prefix-offset): New constant. 2140 * tar-mode.el (tar-prefix-offset): New constant.
2141 (tar-header-block-tokenize): Support paths with long names 2141 (tar-header-block-tokenize): Support paths with long names