comparison lisp/ChangeLog @ 63071:f6046597d48a

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 06 Jun 2005 12:58:13 +0000
parents 7e053d892401
children 87dd39e3ec4e
comparison
equal deleted inserted replaced
63070:6b334ce606ca 63071:f6046597d48a
1 2005-06-06 Richard M. Stallman <rms@gnu.org>
2
3 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
4 just like other allowed characters.
5 (makefile-match-dependency): Exclude leading and training whitespace
6 from the range of regexp subexp 1.
7 (makefile-macroassign-regex): Don't try to match the body,
8 just the name of the macro being defined.
9
10 * info.el (Info-read-node-name-2): New function.
11 (Info-read-node-name-1): Use that.
12 Add a completion-base-size-function property.
13
14 * simple.el (completion-setup-function): Look for
15 completion-base-size-function property of
16 minibuffer-completion-table.
17
18 * files.el (locate-file-completion): Doc fix.
19
20 * printing.el: Don't call pr-update-menus; user must do that.
21
22 * emacs-lisp/debug.el (debugger-window): New variable.
23 (debug): Use debugger-window if it is set and still alive.
24 Record debugger-window for next entry.
25
26 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
27
28 2005-06-05 Matthias F,Av(Brste <slashdevslashnull@gmx.net>
29
30 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
31 (hack-one-local-variable, hack-local-variables)
32 (hack-local-variables-prop-line): Pass that arg.
33
1 2005-06-06 Kim F. Storm <storm@cua.dk> 34 2005-06-06 Kim F. Storm <storm@cua.dk>
2 35
3 * ido.el (ido-first-match, ido-only-match, ido-subdir) 36 * ido.el (ido-first-match, ido-only-match, ido-subdir)
4 (ido-indicator): Remove -face suffix from face names. 37 (ido-indicator): Remove -face suffix from face names.
5 38
23 56
24 * progmodes/compile.el (compilation-start): Move `erase-buffer' up 57 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
25 before selecting the desired mode to not spend time fontifying 58 before selecting the desired mode to not spend time fontifying
26 old contents. 59 old contents.
27 60
61 >>>>>>> 1.7678
28 2005-06-06 Juanma Barranquero <lekktu@gmail.com> 62 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
29 63
30 * isearchb.el (isearchb): Don't pass a spurious second argument to 64 * isearchb.el (isearchb): Don't pass a spurious second argument to
31 `iswitchb-completions'. 65 `iswitchb-completions'.
32 66