aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2005-06-06 12:58:13 +0000
committerRichard M. Stallman <[email protected]>2005-06-06 12:58:13 +0000
commitce6e10af528e2caeee454097bde62bc65f2ea220 (patch)
tree42bed8ddb01bf9f49339dbea0e97820170b824b6
parent1ca1f3f6c9c3734066ffd000bbc8ba9fcd1f1b89 (diff)
*** empty log message ***
-rw-r--r--lisp/ChangeLog34
-rw-r--r--man/ChangeLog7
-rw-r--r--src/ChangeLog4
3 files changed, 45 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c3a74cfbd2..874572c69b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,36 @@
+2005-06-06 Richard M. Stallman <[email protected]>
+
+ * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
+ just like other allowed characters.
+ (makefile-match-dependency): Exclude leading and training whitespace
+ from the range of regexp subexp 1.
+ (makefile-macroassign-regex): Don't try to match the body,
+ just the name of the macro being defined.
+
+ * info.el (Info-read-node-name-2): New function.
+ (Info-read-node-name-1): Use that.
+ Add a completion-base-size-function property.
+
+ * simple.el (completion-setup-function): Look for
+ completion-base-size-function property of
+ minibuffer-completion-table.
+
+ * files.el (locate-file-completion): Doc fix.
+
+ * printing.el: Don't call pr-update-menus; user must do that.
+
+ * emacs-lisp/debug.el (debugger-window): New variable.
+ (debug): Use debugger-window if it is set and still alive.
+ Record debugger-window for next entry.
+
+ * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
+
+2005-06-05 Matthias F,Av(Brste <[email protected]>
+
+ * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
+ (hack-one-local-variable, hack-local-variables)
+ (hack-local-variables-prop-line): Pass that arg.
+
2005-06-06 Kim F. Storm <[email protected]>
* ido.el (ido-first-match, ido-only-match, ido-subdir)
@@ -25,6 +58,7 @@
before selecting the desired mode to not spend time fontifying
old contents.
+>>>>>>> 1.7678
2005-06-06 Juanma Barranquero <[email protected]>
* isearchb.el (isearchb): Don't pass a spurious second argument to
diff --git a/man/ChangeLog b/man/ChangeLog
index 74b6e19d0e..d50afecf0c 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,10 @@
+2005-06-06 Richard M. Stallman <[email protected]>
+
+ * misc.texi (Printing Package): Explain how to initialize
+ printing package.
+
+ * cmdargs.texi (Action Arguments): Clarify directory default for -l.
+
2005-06-05 Chong Yidong <[email protected]>
* emacs.texi: Rename Hardcopy to Printing.
diff --git a/src/ChangeLog b/src/ChangeLog
index 5d49e82d87..c4734dd67f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2005-06-06 Richard M. Stallman <[email protected]>
+
+ * xmenu.c (popup_get_selection): Undo previous change.
+
2005-06-06 Juri Linkov <[email protected]>
* xdisp.c (Qno_break_space): New variable.