Mercurial > emacs
comparison lisp/ChangeLog @ 58428:60e32ffc8687
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 22 Nov 2004 16:56:34 +0000 |
parents | 15fca0a00f5e |
children | b6aabd55b05f |
comparison
equal
deleted
inserted
replaced
58427:60bf7d203957 | 58428:60e32ffc8687 |
---|---|
1 2004-11-22 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * dired.el (dired-recursive-copies): Moved from dired-aux.el. | |
4 * dired-aux.el (dired-recursive-copies): Moved to dired.el. | |
5 | |
1 2004-11-22 Nick Roberts <nickrob@snap.net.nz> | 6 2004-11-22 Nick Roberts <nickrob@snap.net.nz> |
2 | 7 |
3 * progmodes/gdb-ui.el (gdb-resync): New function. | 8 * progmodes/gdb-ui.el (gdb-resync): New function. |
4 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping) | 9 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping) |
5 (gdb-frame-begin, gdb-stopped, gdb-post-prompt): | 10 (gdb-frame-begin, gdb-stopped, gdb-post-prompt): |
127 | 132 |
128 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead | 133 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead |
129 of `defconst'. | 134 of `defconst'. |
130 | 135 |
131 2004-11-20 Richard M. Stallman <rms@gnu.org> | 136 2004-11-20 Richard M. Stallman <rms@gnu.org> |
137 | |
138 * isearch.el (isearch-mode-map): Don't bind SPC. | |
139 (isearch-whitespace-chars): Function deleted. | |
140 (isearch-search): Bind search-spaces-regexp. | |
141 (isearch-lazy-highlight-search): Likewise. | |
142 (search-whitespace-regexp): Doc fix. | |
143 (isearch-forward-regexp): Doc fix. | |
132 | 144 |
133 * emacs-lisp/bytecomp.el (byte-compile-form): | 145 * emacs-lisp/bytecomp.el (byte-compile-form): |
134 Move the calls to byte-compile-set-symbol-position, | 146 Move the calls to byte-compile-set-symbol-position, |
135 to avoid having two for the same symbol occurrence. | 147 to avoid having two for the same symbol occurrence. |
136 | 148 |