aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog144
1 files changed, 133 insertions, 11 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 89a00314048..896fec114bb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,125 @@
12006-10-27 Chong Yidong <cyd@stupidchicken.com>
2
3 * version.el (emacs-version): Bump version number to 22.0.90.
4
52006-10-26 John W. Eaton <jwe@octave.org>
6
7 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
8 New defvar.
9 (inferior-octave-resync-dirs): Check to see whether Octave has
10 built-in variables and set inferior-octave-has-built-in-variables.
11 Check inferior-octave-has-built-in-variables to decide whether to
12 send commands that set built-in variables or call functions to
13 change Octave's behavior.
14 Send "disp (pwd ())" to Octave instead of just "pwd".
15 (inferior-octave-startup): Send "more off" to Octave instead of
16 "page_screen_output = 0".
17
182006-10-26 Chong Yidong <cyd@stupidchicken.com>
19
20 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
21 pattern normally.
22
232006-10-26 Nick Roberts <nickrob@snap.net.nz>
24
25 * bindings.el (mode-line-mode-menu): Remove bindings for global
26 minor modes (line/column number) as they are on the menubar.
27
282006-10-25 Juanma Barranquero <lekktu@gmail.com>
29
30 * term/w32-win.el (x-handle-name-switch): Doc fix.
31 (w32-standard-fontset-spec): Fix typo in docstring.
32
33 * midnight.el (midnight-buffer-display-time): Doc fix.
34 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
35
362006-10-22 martin rudalics <rudalics@gmx.at>
37
38 * textmodes/flyspell.el (flyspell-check-region-doublons):
39 Fix last fix.
40
412006-10-23 Nick Roberts <nickrob@snap.net.nz>
42
43 * bindings.el (mode-line-mode-menu): List global minor modes
44 before local ones.
45
462006-10-23 Kim F. Storm <storm@cua.dk>
47
48 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
49 (sit-for): If last command was a prefix arg, add the read-ahead
50 event to unread-command-events as (t . EVENT) so it will be added
51 to this-command-keys by read-key-sequence.
52
532006-10-22 martin rudalics <rudalics@gmx.at>
54
55 * textmodes/flyspell.el (flyspell-word): Skip past all previous
56 whitespace when checking doublons.
57 (flyspell-check-region-doublons): Fix doublon regexp.
58 (flyspell-highlight-incorrect-region): Highlight doublons using
59 flyspell-duplicate face.
60
61 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
62
632006-10-22 John Wiegley <johnw@newartisans.com>
64
65 * progmodes/python.el (python-use-skeletons): python-mode was
66 auto-inserting templates (for those with abbrev-mode on), not only
67 by default -- *but without a configuration variable to disable
68 it*. This rendered python-mode completely useless for me, so I
69 have added `python-use-skeletons', which is now off by default.
70
712006-10-22 Chong Yidong <cyd@stupidchicken.com>
72
73 * progmodes/cperl-mode.el (cperl-mode): Don't assume
74 font-lock-multiline is auto-local (it's not).
75 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
76 initialized before calling cperl-init-faces.
77
782006-10-22 Nick Roberts <nickrob@snap.net.nz>
79
80 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
81 gdb-stack-position a value when there is no fringe.
82
83 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
84 indicator if not visiting a file.
85
862006-10-20 David Kastrup <dak@gnu.org>
87
88 * window.el (kill-buffer-and-window): Fix a bug where an aborted
89 operation would still cause some window to collapse later.
90
912006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
92
93 * vc.el (vc-switch-backend): Try to be more careful with unwanted
94 side-effect due to mixing various backends's file properties.
95
96 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
97 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
98 Return `filename's status if applicable. Update callers.
99
1002006-10-19 Kenichi Handa <handa@m17n.org>
101
102 * international/kkc.el (kkc-region): When a key sequence is not
103 defined, append (this-single-command-raw-keys) to
104 unread-input-method-events.
105
1062006-10-19 Juanma Barranquero <lekktu@gmail.com>
107
108 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
109
1102006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
111
112 * version.el (emacs-version): Use mac-carbon-version-string.
113
114 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
115
1162006-10-19 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
117
118 * select.el (ccl-check-utf-8, string-utf-8-p): New functions
119 (by Kenichi Handa).
120 (xselect-convert-to-string): Decline requests for UTF8_STRING if
121 the selection is not UTF-8.
122
12006-10-18 Juanma Barranquero <lekktu@gmail.com> 1232006-10-18 Juanma Barranquero <lekktu@gmail.com>
2 124
3 * progmodes/ada-mode.el (ada-83-string-keywords) 125 * progmodes/ada-mode.el (ada-83-string-keywords)
@@ -39,8 +161,8 @@
39 161
402006-10-18 Martin Rudalics <rudalics@gmx.at> 1622006-10-18 Martin Rudalics <rudalics@gmx.at>
41 163
42 * textmodes/flyspell.el (flyspell-word-search-backward): Set 164 * textmodes/flyspell.el (flyspell-word-search-backward):
43 inhibit-point-motion-hooks to avoid looping due to intangibile 165 Set inhibit-point-motion-hooks to avoid looping due to intangibile
44 text. 166 text.
45 167
462006-10-16 Richard Stallman <rms@gnu.org> 1682006-10-16 Richard Stallman <rms@gnu.org>
@@ -301,7 +423,7 @@
301 423
302 After 5.10: 424 After 5.10:
303 425
304 This code may lock Emacs hard!!! Use on your own risk! 426 This code may lock Emacs hard!!! Use at your own risk!
305 427
306 (cperl-font-locking): New internal variable. 428 (cperl-font-locking): New internal variable.
307 (cperl-beginning-of-property): New function. 429 (cperl-beginning-of-property): New function.
@@ -315,7 +437,7 @@
315 recursively. 437 recursively.
316 Bound `next-single-property-change' via `point-max'. 438 Bound `next-single-property-change' via `point-max'.
317 (cperl-unwind-to-safe): Bound likewise 439 (cperl-unwind-to-safe): Bound likewise
318 (cperl-font-lock-fontify-region-function): Likewise 440 (cperl-font-lock-fontify-region-function): Likewise.
319 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol' 441 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
320 Initialization of `cperl-font-lock-multiline-start' could be 442 Initialization of `cperl-font-lock-multiline-start' could be
321 missed if the "main" fontification did not run due to the 443 missed if the "main" fontification did not run due to the
@@ -542,7 +664,7 @@
542 664
543 * autoinsert.el (auto-insert-alist): Doc fix. 665 * autoinsert.el (auto-insert-alist): Doc fix.
544 666
5452006-10-07 Johan Bockg,be(Brd <bojohan@dd.chalmers.se> 6672006-10-07 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se>
546 668
547 * mouse-sel.el (mouse-insert-selection-internal): 669 * mouse-sel.el (mouse-insert-selection-internal):
548 Use insert-for-yank, so that yank handlers are run. 670 Use insert-for-yank, so that yank handlers are run.
@@ -2043,7 +2165,7 @@
2043 (python-symbol-completions): Use python-imports. 2165 (python-symbol-completions): Use python-imports.
2044 (python-module-path, ffap-alist): Add support for ffap. 2166 (python-module-path, ffap-alist): Add support for ffap.
2045 (python-skeletons, python-mode-abbrev-table, def-python-skeleton) 2167 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
2046 (pythin-insert-*, python-default-template, python-expand-template): 2168 (python-insert-*, python-default-template, python-expand-template):
2047 Add templates/skeletons. 2169 Add templates/skeletons.
2048 (python-setup-brm): Support for Bicycle Repair Man. 2170 (python-setup-brm): Support for Bicycle Repair Man.
2049 (python-abbrev-syntax-table): New var. 2171 (python-abbrev-syntax-table): New var.
@@ -26932,7 +27054,7 @@
26932 27054
26933 * emacs-lisp/lisp-mode.el (lisp-mode-variables): 27055 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
26934 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier 27056 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
26935 <monnier@iro.umontreal.ca> 27057 <monnier@iro.umontreal.ca>.
26936 (lisp-outline-level): Improve efficiency. Suggested by David 27058 (lisp-outline-level): Improve efficiency. Suggested by David
26937 Kastrup <dak@gnu.org>. 27059 Kastrup <dak@gnu.org>.
26938 27060
@@ -27344,7 +27466,7 @@
27344 27466
27345 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom) 27467 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
27346 (gdb-goto-breakpoint): Make breakpoint handling work on template 27468 (gdb-goto-breakpoint): Make breakpoint handling work on template
27347 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk> 27469 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
27348 (gdb-assembler-custom): Update to recognize breakpoint information 27470 (gdb-assembler-custom): Update to recognize breakpoint information
27349 added on 2005-01-19. 27471 added on 2005-01-19.
27350 27472
@@ -27617,10 +27739,10 @@
27617 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error. 27739 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
27618 Call `set-file-modes' when appropriate. 27740 Call `set-file-modes' when appropriate.
27619 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak 27741 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
27620 Johnsson <isak@hypergene.com> 27742 Johnsson <isak@hypergene.com>.
27621 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list 27743 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
27622 of both Tramp buffer and debug buffer. Reported by Joakim Verona 27744 of both Tramp buffer and debug buffer. Reported by Joakim Verona
27623 <joakim@verona.se> 27745 <joakim@verona.se>.
27624 (tramp-file-name-for-operation): Mark `shell-command' as magic for 27746 (tramp-file-name-for-operation): Mark `shell-command' as magic for
27625 Emacs only. 27747 Emacs only.
27626 27748
@@ -27666,7 +27788,7 @@
27666 * simple.el (eval-expression-print-format): Avoid warning 27788 * simple.el (eval-expression-print-format): Avoid warning
27667 about edebug-active. 27789 about edebug-active.
27668 27790
276692005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change) 277912005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
27670 27792
27671 * progmodes/sh-script.el: Code copied from make-mode.el 27793 * progmodes/sh-script.el: Code copied from make-mode.el
27672 with small changes, 27794 with small changes,