From 91337c1f284640ec0de4f1e84c63b61a39706856 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Sun, 7 Nov 2004 20:52:25 +0000 Subject: *** empty log message *** --- lisp/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6fc7796f339..a6bd8eff210 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,14 @@ +2004-11-07 Juri Linkov + + * info-look.el (info-lookup): Allow reusing in the current buffer + not only *info* buffer, but all (even renamed) Info buffers + by checking for major-mode instead of *info* buffer name. + (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode) + (octave-mode, maxima-mode) : + Allow long dashes generated by Texinfo 4.7 before definitions. + (texinfo-mode) : Add space to suffix to find command + definitions with argument separated by space. + 2004-11-06 Kai Grossjohann * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -- cgit v1.2.1 From 551373ea9813572e8cb777b3f30a89b4471166ad Mon Sep 17 00:00:00 2001 From: Richard M. Stallman Date: Sun, 7 Nov 2004 22:51:22 +0000 Subject: *** empty log message *** --- lisp/ChangeLog | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a6bd8eff210..8cb09788097 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -9,6 +9,46 @@ (texinfo-mode) : Add space to suffix to find command definitions with argument separated by space. +2004-11-06 Richard M. Stallman + + * simple.el (next-error group, face): Move before first use. + (next-error-highlight, next-error-highlight-no-select): Likewise. + (line-move-invisible-p): Renamed from line-move-invisible. + (line-move): New args NOERROR and TO-END. + Return t if if succeed in moving specified number of lines. + (move-end-of-line): New function. + (beginning-of-buffer-other-window, end-of-buffer-other-window): + Use with-no-warnings. + + * simple.el (line-move-ignore-invisible): Default to t. + + * subr.el (syntax-after): Return the syntax letter, not the raw code. + + * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer. + + * international/iso-cvt.el (iso-cvt-define-menu): + menu-bar-files-menu renamed to menu-bar-file-menu. + + * net/browse-url.el (browse-url-gnome-moz-program) + (browse-url-gnome-moz-arguments): Move up before first use. + + * net/tramp.el (tramp group): Add :version. + + * progmodes/ada-xref.el (ada-gdb-application): + Use goto-char instead of beginning-of-buffer. + + * progmodes/cperl-mode.el (cperl-info-on-command): + Use goto-char instead of beginning-of-buffer. + + * progmodes/idlw-shell.el (idlwave-shell-examine-map): + Move up before first use. + (idlwave-shell-temp-pro-file): Likewise. + (idlwave-shell-temp-rinfo-save-file): Likewise. + (idlwave-shell-temp-file): Minor doc fix. + + * textmodes/flyspell.el (flyspell-external-point-words): + Use goto-char instead of beginning-of-buffer. + 2004-11-06 Kai Grossjohann * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -- cgit v1.2.1 From 85c385423e88cbb45842dd8cb1c083312a951050 Mon Sep 17 00:00:00 2001 From: Kim F. Storm Date: Sun, 7 Nov 2004 23:27:02 +0000 Subject: *** empty log message *** --- lisp/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8cb09788097..2416aeb0415 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-11-08 Kim F. Storm + + * Makefile.in (bootstrap-clean): New target for 'make bootstrap'. + 2004-11-07 Juri Linkov * info-look.el (info-lookup): Allow reusing in the current buffer -- cgit v1.2.1 From bd6bda79c3231b44165a0ca865ac532f4cde1f29 Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Mon, 8 Nov 2004 00:27:05 +0000 Subject: *** empty log message *** --- lisp/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2416aeb0415..e7b6826c212 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2004-11-08 Jay Belanger + + * calc/calcalg2.el (math-linear-subst-tried): New variable. + (math-do-integral): Set `math-linear-subst-tried' to nil. + (math-do-integral-methods): Use `math-linear-subst-tried' to + determine what type of substitution to try. + (math-integ-try-linear-substituion): Set + `math-linear-subst-tried' to t. + 2004-11-08 Kim F. Storm * Makefile.in (bootstrap-clean): New target for 'make bootstrap'. -- cgit v1.2.1 From 3c29dab149b9a9970f283be0e03428961079e938 Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Mon, 8 Nov 2004 02:37:02 +0000 Subject: *** empty log message *** --- lisp/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e7b6826c212..a8db6e9a693 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-11-08 Jay Belanger + + * calc/calcalg2.el (math-do-integral-methods): Try linear then + non-linear substitutions. + 2004-11-08 Jay Belanger * calc/calcalg2.el (math-linear-subst-tried): New variable. -- cgit v1.2.1 From b056d9cbd7a9a00e52e0f552e7a4c81aee82dcac Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Mon, 8 Nov 2004 12:18:33 +0000 Subject: *** empty log message *** --- lisp/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a8db6e9a693..ca644d9ec6a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-11-08 Juri Linkov + + * progmodes/compile.el (compile): Don't overwrite last command in + minibuffer history with default command if they are not equal. + 2004-11-08 Jay Belanger * calc/calcalg2.el (math-do-integral-methods): Try linear then -- cgit v1.2.1 From 1efc19ebfa52ff89bf07c2a8aebb92c4deef0a36 Mon Sep 17 00:00:00 2001 From: Richard M. Stallman Date: Mon, 8 Nov 2004 17:00:42 +0000 Subject: *** empty log message *** --- lisp/ChangeLog | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ca644d9ec6a..cce61c85b87 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,20 @@ +2004-11-08 Richard M. Stallman + + * subr.el (syntax-after): Doc fix. + + * paren.el (show-paren-function): Change calls to syntax-after + for new way of returning the value. + + * menu-bar.el (menu-bar-file-menu): Make this the real name + and menu-bar-files-menu the alias. Use the former. + (global-map): Use `file', not `files', as the symbol. + + * info.el (Info-revert-find-node): Don't use beginning-of-buffer. + + * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd): + Don't use beginning-of-buffer. + (filesets-cmd-show-result): Use with-no-warnings. + 2004-11-08 Juri Linkov * progmodes/compile.el (compile): Don't overwrite last command in @@ -36,12 +53,14 @@ * simple.el (next-error group, face): Move before first use. (next-error-highlight, next-error-highlight-no-select): Likewise. - (line-move-invisible-p): Renamed from line-move-invisible. + + * simple.el (line-move-invisible-p): Renamed from line-move-invisible. (line-move): New args NOERROR and TO-END. Return t if if succeed in moving specified number of lines. (move-end-of-line): New function. - (beginning-of-buffer-other-window, end-of-buffer-other-window): - Use with-no-warnings. + + * simple.el (beginning-of-buffer-other-window): Use with-no-warnings. + (end-of-buffer-other-window): Likewise. * simple.el (line-move-ignore-invisible): Default to t. -- cgit v1.2.1 From ec3dd7523b6bc6b2f1fb23913f0a3fc84f74ec01 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Mon, 8 Nov 2004 21:15:50 +0000 Subject: *** empty log message *** --- lisp/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cce61c85b87..839af121da9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2004-11-09 Nick Roberts + + * progmodes/gdb-ui.el (gdb-current-stack-level): New variable. + (gdb-info-frames-custom, gdb-frame-handler): Use it to find + current frame (in case of recursive calls). + (gdb-show-changed-values): Add :version keyword. + 2004-11-08 Richard M. Stallman * subr.el (syntax-after): Doc fix. -- cgit v1.2.1 From 6b644e8d6ce96f8a27c162f4375c1d1646c736fb Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Tue, 9 Nov 2004 05:01:55 +0000 Subject: *** empty log message *** --- lisp/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 839af121da9..767b00eae77 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,16 @@ +2004-11-09 Jay Belanger + + * calc/calc.el (calc-mode-hook, calc-trail-mode-hook) + (calc-start-hook, calc-end-hook, calc-load-hook): New variables. + + * calc/calc.el (calc, calc-trail-display, calc-mode): Removed + obsolete sections. + + * calc/calc.el (calc-x-paste-text): Removed. + + * calc/calc-ext.el (calc-init-extensions): Bound calc-yank to + mouse-2. + 2004-11-09 Nick Roberts * progmodes/gdb-ui.el (gdb-current-stack-level): New variable. -- cgit v1.2.1 From 84c2fd9f350c15f5f742646bd3480be7e6988230 Mon Sep 17 00:00:00 2001 From: Jan Djärv Date: Tue, 9 Nov 2004 08:20:44 +0000 Subject: * help-fns.el (help-C-file-name): File name must be in build-files to be returned. --- lisp/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 767b00eae77..90dcebcc23e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-11-09 Jan Dj,Ad(Brv + + * help-fns.el (help-C-file-name): File name must be in build-files + to be returned. + 2004-11-09 Jay Belanger * calc/calc.el (calc-mode-hook, calc-trail-mode-hook) -- cgit v1.2.1 From a7a7ddf104818c610cfb7cf4674dcd9ab8c39a58 Mon Sep 17 00:00:00 2001 From: Richard M. Stallman Date: Tue, 9 Nov 2004 10:33:23 +0000 Subject: (byte-compile-defalias): Turn off warnings for the new function even ifdefinition not constant. If the definition isn't a quoted symbol, record (FUNCTION . t). (byte-compile-function-environment): Now allow (FUNCTION . t) as elt. (byte-compile-callargs-warn): Handle (FUNCTION . t). (display-call-tree, byte-compile-arglist-warn): Handle t returned by byte-compile-fdefinition. --- lisp/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 90dcebcc23e..116eea6e848 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2004-11-09 Richard M. Stallman + + * emacs-lisp/bytecomp.el (byte-compile-defalias): + Turn off warnings for the new function even if definition not constant. + If the definition isn't a quoted symbol, record (FUNCTION . t). + (byte-compile-function-environment): Now allow (FUNCTION . t) as elt. + (byte-compile-callargs-warn): Handle (FUNCTION . t). + (display-call-tree, byte-compile-arglist-warn): + Handle t returned by byte-compile-fdefinition. + 2004-11-09 Jan Dj,Ad(Brv * help-fns.el (help-C-file-name): File name must be in build-files -- cgit v1.2.1 From 366fc3f9ed963d7c394f8b6dd5ae13bd649c8474 Mon Sep 17 00:00:00 2001 From: Jan Djärv Date: Tue, 9 Nov 2004 11:05:40 +0000 Subject: * Makefile.in (maintainer-clean): Depend on distclean. --- lisp/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 116eea6e848..97449ad3c7f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -10,6 +10,8 @@ 2004-11-09 Jan Dj,Ad(Brv + * Makefile.in (maintainer-clean): Depend on distclean. + * help-fns.el (help-C-file-name): File name must be in build-files to be returned. -- cgit v1.2.1 From 0c90b629443728a9f6b054f351a7ac21c958ed69 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 9 Nov 2004 14:37:10 +0000 Subject: (easy-menu-intern): Revert to no-downcasing. (easy-menu-name-match): Revert correspondingly. --- lisp/ChangeLog | 71 +++++++++++++++++++++++++++++++++------------------------- 1 file changed, 41 insertions(+), 30 deletions(-) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 97449ad3c7f..14333dfe9d0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-11-09 Stefan + + * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing. + (easy-menu-name-match): Revert correspondingly. + 2004-11-09 Richard M. Stallman * emacs-lisp/bytecomp.el (byte-compile-defalias): @@ -18,16 +23,16 @@ 2004-11-09 Jay Belanger * calc/calc.el (calc-mode-hook, calc-trail-mode-hook) - (calc-start-hook, calc-end-hook, calc-load-hook): New variables. + (calc-start-hook, calc-end-hook, calc-load-hook): New variables. - * calc/calc.el (calc, calc-trail-display, calc-mode): Removed - obsolete sections. + * calc/calc.el (calc, calc-trail-display, calc-mode): + Remove obsolete sections. - * calc/calc.el (calc-x-paste-text): Removed. + * calc/calc.el (calc-x-paste-text): Remove. + + * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to + mouse-2. - * calc/calc-ext.el (calc-init-extensions): Bound calc-yank to - mouse-2. - 2004-11-09 Nick Roberts * progmodes/gdb-ui.el (gdb-current-stack-level): New variable. @@ -35,6 +40,15 @@ current frame (in case of recursive calls). (gdb-show-changed-values): Add :version keyword. +2004-11-08 Stefan Monnier + + * international/mule.el: Fix some warnings. + + * international/mule-cmds.el: Change coding-system to utf-8. + (select-safe-coding-system-interactively): + New function extracted from select-safe-coding-system. + (select-safe-coding-system): Use it. + 2004-11-08 Richard M. Stallman * subr.el (syntax-after): Doc fix. @@ -60,16 +74,16 @@ 2004-11-08 Jay Belanger * calc/calcalg2.el (math-do-integral-methods): Try linear then - non-linear substitutions. + non-linear substitutions. 2004-11-08 Jay Belanger * calc/calcalg2.el (math-linear-subst-tried): New variable. - (math-do-integral): Set `math-linear-subst-tried' to nil. + (math-do-integral): Set `math-linear-subst-tried' to nil. (math-do-integral-methods): Use `math-linear-subst-tried' to - determine what type of substitution to try. - (math-integ-try-linear-substituion): Set - `math-linear-subst-tried' to t. + determine what type of substitution to try. + (math-integ-try-linear-substituion): + Set `math-linear-subst-tried' to t. 2004-11-08 Kim F. Storm @@ -91,7 +105,7 @@ * simple.el (next-error group, face): Move before first use. (next-error-highlight, next-error-highlight-no-select): Likewise. - * simple.el (line-move-invisible-p): Renamed from line-move-invisible. + * simple.el (line-move-invisible-p): Rename from line-move-invisible. (line-move): New args NOERROR and TO-END. Return t if if succeed in moving specified number of lines. (move-end-of-line): New function. @@ -105,21 +119,21 @@ * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer. - * international/iso-cvt.el (iso-cvt-define-menu): - menu-bar-files-menu renamed to menu-bar-file-menu. + * international/iso-cvt.el (iso-cvt-define-menu): + Rename menu-bar-files-menu to menu-bar-file-menu. * net/browse-url.el (browse-url-gnome-moz-program) (browse-url-gnome-moz-arguments): Move up before first use. * net/tramp.el (tramp group): Add :version. - * progmodes/ada-xref.el (ada-gdb-application): + * progmodes/ada-xref.el (ada-gdb-application): Use goto-char instead of beginning-of-buffer. - * progmodes/cperl-mode.el (cperl-info-on-command): + * progmodes/cperl-mode.el (cperl-info-on-command): Use goto-char instead of beginning-of-buffer. - * progmodes/idlw-shell.el (idlwave-shell-examine-map): + * progmodes/idlw-shell.el (idlwave-shell-examine-map): Move up before first use. (idlwave-shell-temp-pro-file): Likewise. (idlwave-shell-temp-rinfo-save-file): Likewise. @@ -130,9 +144,8 @@ 2004-11-06 Kai Grossjohann - * net/tramp.el (tramp-coding-commands): Additionally try "uudecode - -o /dev/stdout" before trying "uudecode -o -". Suggested by Han - Boetes. + * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o + /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes. (tramp-uudecode): Mention `uudecode -o /dev/stdout'. 2004-11-06 David Ponce @@ -150,7 +163,7 @@ * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change. -2004-11-06 Stefan Monnier +2004-11-06 Stefan * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove. (easy-menu-lookup-name): New fun to replace it. @@ -189,8 +202,7 @@ 2004-11-04 Daniel Pfeiffer - * files.el (set-auto-mode): Don't get error after setting - -*-mode-*-. + * files.el (set-auto-mode): Don't get error after setting -*-mode-*-. 2004-11-04 Jan Dj,Ad(Brv @@ -312,8 +324,7 @@ (icalendar-convert-diary-to-ical) (icalendar-extract-ical-from-buffer): Use only two args for make-obsolete (XEmacs compatibility). - (icalendar-export-file, icalendar-import-file): Blank at end of - prompt. + (icalendar-export-file, icalendar-import-file): Blank at end of prompt. (icalendar-export-region): Doc fix. If error, return non-nil and write errors to a buffer. Use correct weekday for weekly recurring events. @@ -353,16 +364,16 @@ 2004-11-02 Pavel Kobiakov - * progmodes/flymake.el (flymake-err-line-patterns): Use - `flymake-reformat-err-line-patterns-from-compile-el' to convert + * progmodes/flymake.el (flymake-err-line-patterns): + Use `flymake-reformat-err-line-patterns-from-compile-el' to convert `compilation-error-regexp-alist-alist' to internal Flymake format. * progmodes/flymake.el: eliminated byte-compiler warnings. 2004-11-01 Jay Belanger - * calc/calc-frac.el (calc-over-notation): Replaced - `completing-read' with `interactive "s"'. + * calc/calc-frac.el (calc-over-notation): Replace `completing-read' + with `interactive "s"'. 2004-11-01 Jan Dj,Ad(Brv -- cgit v1.2.1 From b4f8e43e24917fd0b9fd9d173d76a29363f70688 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 9 Nov 2004 14:50:30 +0000 Subject: *** empty log message *** --- lisp/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 14333dfe9d0..e2efbbccbda 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2004-11-09 Glenn Morris + + * calendar/diary-lib.el (diary-from-outlook) + (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use + interactive-p; but rather new optional argument DONOTASK. + 2004-11-09 Stefan * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing. -- cgit v1.2.1 From 32261ad34d6ac3844037212ee28325fb99fe06b0 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 9 Nov 2004 16:59:44 +0000 Subject: *** empty log message *** --- lisp/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e2efbbccbda..c8382612ab1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -2,7 +2,7 @@ * calendar/diary-lib.el (diary-from-outlook) (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use - interactive-p; but rather new optional argument DONOTASK. + interactive-p; but rather new optional argument NOCONFIRM. 2004-11-09 Stefan -- cgit v1.2.1 From 6d37f0f14bac518a91dab3fb2b614eeabed3cbc8 Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Tue, 9 Nov 2004 20:38:27 +0000 Subject: *** empty log message *** --- lisp/ChangeLog | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c8382612ab1..8b7f5c6b709 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,42 @@ +2004-11-09 Jay Belanger + + * calc/calc-ext.el (calc-init-extensions): Remove old code. + + * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func) + (calc-z-prefix-buf, calc-z-prefix-msgs): New variables. + (calc-z-prefix-help, calc-user-function-list): Use declared + variables calc-z-prefix-buf, calc-z-prefix-msgs. + (math-map-tree, math-map-tree-rec): Use declared variables + math-mt-many, math-mt-func. + (math-read-expression, math-read-string): Use declared variable + math-expr-data. + + * calc/calc-ext.el (math-normalize-nonstandard): Use declared + variable math-normalize-a. + + * calc/calc.el (math-normalize-a): New variable. + (math-normalize): Use declared variable math-normalize-a. + + * calc/calc-poly.el (math-expand-form): Use declared variable + math-mt-many. + + * calc/calc-rewr.el (math-rewrite, math-rewrite-phase): Use + declared variable math-mt-many. + (math-rewrite): Use declared variable math-mt-func. + + * calc/calc-vec.el (math-read-brackets, math-read-vector) + (math-read-matrix): Use declared variable math-expr-data. + + * calc/calc-lang.el (math-parse-fortran-vector) + (math-parse-fortran-vector-end, math-parse-tex-sum) + (math-parse-eqn-matrix, math-parse-eqn-prime) + (math-read-math-subscr): Use declared variable math-expr-data. + + * calc/calc-aent.el (math-read-exprs, math-read-expr-list) + (math-read-expr-level, math-read-token, calc-check-user-syntax) + (calc-match-user-syntax, math-read-if, math-factor-after) + (math-read-factor): Use declared variable math-expr-data. + 2004-11-09 Glenn Morris * calendar/diary-lib.el (diary-from-outlook) -- cgit v1.2.1 From dd0f1553b7d8db1ac00025e49a85ea6aa83ca9da Mon Sep 17 00:00:00 2001 From: Daniel Pfeiffer Date: Wed, 10 Nov 2004 00:43:48 +0000 Subject: *** empty log message *** --- lisp/ChangeLog | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8b7f5c6b709..31a6ac57fda 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,41 +1,47 @@ +2004-11-10 Daniel Pfeiffer + + * textmodes/conf-mode.el: New file. + + * files.el (auto-mode-alist, magic-mode-alist): Use it. + 2004-11-09 Jay Belanger * calc/calc-ext.el (calc-init-extensions): Remove old code. * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func) - (calc-z-prefix-buf, calc-z-prefix-msgs): New variables. + (calc-z-prefix-buf, calc-z-prefix-msgs): New variables. (calc-z-prefix-help, calc-user-function-list): Use declared - variables calc-z-prefix-buf, calc-z-prefix-msgs. + variables calc-z-prefix-buf, calc-z-prefix-msgs. (math-map-tree, math-map-tree-rec): Use declared variables - math-mt-many, math-mt-func. + math-mt-many, math-mt-func. (math-read-expression, math-read-string): Use declared variable - math-expr-data. - + math-expr-data. + * calc/calc-ext.el (math-normalize-nonstandard): Use declared - variable math-normalize-a. + variable math-normalize-a. * calc/calc.el (math-normalize-a): New variable. (math-normalize): Use declared variable math-normalize-a. * calc/calc-poly.el (math-expand-form): Use declared variable - math-mt-many. + math-mt-many. * calc/calc-rewr.el (math-rewrite, math-rewrite-phase): Use - declared variable math-mt-many. + declared variable math-mt-many. (math-rewrite): Use declared variable math-mt-func. * calc/calc-vec.el (math-read-brackets, math-read-vector) - (math-read-matrix): Use declared variable math-expr-data. + (math-read-matrix): Use declared variable math-expr-data. * calc/calc-lang.el (math-parse-fortran-vector) (math-parse-fortran-vector-end, math-parse-tex-sum) (math-parse-eqn-matrix, math-parse-eqn-prime) - (math-read-math-subscr): Use declared variable math-expr-data. + (math-read-math-subscr): Use declared variable math-expr-data. * calc/calc-aent.el (math-read-exprs, math-read-expr-list) (math-read-expr-level, math-read-token, calc-check-user-syntax) (calc-match-user-syntax, math-read-if, math-factor-after) - (math-read-factor): Use declared variable math-expr-data. + (math-read-factor): Use declared variable math-expr-data. 2004-11-09 Glenn Morris -- cgit v1.2.1 From df388ce6a4a0ab063dca560ec7edb43fb5ea8db7 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Wed, 10 Nov 2004 06:46:50 +0000 Subject: *** empty log message *** --- lisp/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 31a6ac57fda..497a6b3efba 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2004-11-10 Nick Roberts + + * tooltip.el: Don't require cl, comint, gud, gdb-ui for + compilation. The resulting compiler warnings appear to be + harmless. + 2004-11-10 Daniel Pfeiffer * textmodes/conf-mode.el: New file. -- cgit v1.2.1 From 86523fac0bb1cb56517780dd6289a92fa608c65d Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Wed, 10 Nov 2004 10:51:01 +0000 Subject: *** empty log message *** --- lisp/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 497a6b3efba..00f7d381254 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-11-10 Thien-Thi Nguyen + + * ebuff-menu.el: Doc fixes throughout. + (electric-buffer-menu-mode-hook): New defvar. + 2004-11-10 Nick Roberts * tooltip.el: Don't require cl, comint, gud, gdb-ui for -- cgit v1.2.1 From e9146d5accb44e7c00a350a95492b3db6f1ee980 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 10 Nov 2004 14:39:40 +0000 Subject: (sgml-tag-text-p): New fun. (sgml-parse-tag-backward): Use it to skip spurious < or >. --- lisp/ChangeLog | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 00f7d381254..c6587f7d5ea 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-11-10 Stefan Monnier + + * textmodes/sgml-mode.el (sgml-tag-text-p): New fun. + (sgml-parse-tag-backward): Use it to skip spurious < or >. + 2004-11-10 Thien-Thi Nguyen * ebuff-menu.el: Doc fixes throughout. @@ -15,6 +20,10 @@ * files.el (auto-mode-alist, magic-mode-alist): Use it. +2004-11-09 Stefan Monnier + + * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace. + 2004-11-09 Jay Belanger * calc/calc-ext.el (calc-init-extensions): Remove old code. @@ -37,8 +46,8 @@ * calc/calc-poly.el (math-expand-form): Use declared variable math-mt-many. - * calc/calc-rewr.el (math-rewrite, math-rewrite-phase): Use - declared variable math-mt-many. + * calc/calc-rewr.el (math-rewrite, math-rewrite-phase): + Use declared variable math-mt-many. (math-rewrite): Use declared variable math-mt-func. * calc/calc-vec.el (math-read-brackets, math-read-vector) @@ -104,8 +113,6 @@ 2004-11-08 Stefan Monnier - * international/mule.el: Fix some warnings. - * international/mule-cmds.el: Change coding-system to utf-8. (select-safe-coding-system-interactively): New function extracted from select-safe-coding-system. -- cgit v1.2.1 From 32a0479a9d9bffd3c1a8e29b5e682669ce38073a Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 11 Nov 2004 04:52:27 +0000 Subject: (magic-mode-alist): Reduce backtracking in the HTML regexp. --- lisp/ChangeLog | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c6587f7d5ea..3d0d67102da 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2004-11-10 Stefan Monnier + * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp. + * textmodes/sgml-mode.el (sgml-tag-text-p): New fun. (sgml-parse-tag-backward): Use it to skip spurious < or >. @@ -11,8 +13,7 @@ 2004-11-10 Nick Roberts * tooltip.el: Don't require cl, comint, gud, gdb-ui for - compilation. The resulting compiler warnings appear to be - harmless. + compilation. The resulting compiler warnings appear to be harmless. 2004-11-10 Daniel Pfeiffer @@ -69,7 +70,7 @@ (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use interactive-p; but rather new optional argument NOCONFIRM. -2004-11-09 Stefan +2004-11-09 Stefan Monnier * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing. (easy-menu-name-match): Revert correspondingly. @@ -232,7 +233,7 @@ * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change. -2004-11-06 Stefan +2004-11-06 Stefan Monnier * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove. (easy-menu-lookup-name): New fun to replace it. -- cgit v1.2.1 From 4726a1dff03f8fd2bbd5e2f0c64932e30191c00b Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Thu, 11 Nov 2004 06:14:18 +0000 Subject: *** empty log message *** --- lisp/ChangeLog | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3d0d67102da..e873f621d2c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,47 @@ +2004-11-10 Jay Belanger + * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append + string to kill-ring. + + * calc/calc-aent.el (calc-alg-exp, math-toks) + (math-exp-pos,math-exp-old-pos, math-exp-token) + (math-exp-keep-spaces, math-exp-str): New variables. + (calc-do-alg-entry, calcAlg-equals, calcAlg-edit) + (calcAlg-enter): Use declared variable calc-alg-exp. + (math-build-parse-table, math-find-user-token): Use declared + variable math-toks. + (math-read-exprs, math-read-token, calc-check-user-syntax) + (calc-match-user-syntax, match-factor-after, math-read-factor): + Use declared variables math-exp-pos math-exp-old-pos. + (math-read-exprs, math-read-token, math-read-expr-level) + (calc-check-user-syntax, calc-match-user-syntax) + (match-factor-after, math-read-factor): Use declared variable + math-exp-token. + (math-read-exprs, math-read-expr-list, math-read-token) + (math-read-factor): Use declared variable math-exp-keep-spaces. + (math-read-exprs, math-read-token): Use declared variable + math-exp-str. + (calc-match-user-syntax): Made m a local variable. + + * calc/calc-ext.el (math-read-expr): Use declared variables + math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token, + math-exp-keep-spaces. + + * calc/calc-forms.el (math-read-angle-bracket): Use declared + variables math-exp-pos, math-exp-str. + + * calc/calc-lang.el (math-parse-tex-sum): Use declared variable + math-exp-old-pos. + (math-parse-fortran-vector, math-parse-fortran-vector-end) + (math-parse-eqn-prime): Use declared variable math-exp-token. + + * calc/calc-vec.el (math-read-brackets, math-check-for-commas): + Use declared variable math-exp-pos. + (math-check-for-commas): Use declared variable math-exp-str. + (math-read-brackets): Use declared variables math-exp-old-pos, + math-exp-keep-spaces. + (math-read-brackets, math-read-vector, math-read-matrix): Use + declared variable math-exp-token. + 2004-11-10 Stefan Monnier * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp. -- cgit v1.2.1 From 3a502e66dc91e7dcca25e099cfa905a2ece24177 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 11 Nov 2004 15:01:34 +0000 Subject: (pr-get-symbol): Don't downcase. --- lisp/ChangeLog | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e873f621d2c..4a581107e08 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,14 +1,19 @@ +2004-11-11 Stefan Monnier + + * printing.el (pr-get-symbol): Don't downcase. + 2004-11-10 Jay Belanger + * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append - string to kill-ring. + string to kill-ring. * calc/calc-aent.el (calc-alg-exp, math-toks) (math-exp-pos,math-exp-old-pos, math-exp-token) - (math-exp-keep-spaces, math-exp-str): New variables. - (calc-do-alg-entry, calcAlg-equals, calcAlg-edit) + (math-exp-keep-spaces, math-exp-str): New variables. + (calc-do-alg-entry, calcAlg-equals, calcAlg-edit) (calcAlg-enter): Use declared variable calc-alg-exp. (math-build-parse-table, math-find-user-token): Use declared - variable math-toks. + variable math-toks. (math-read-exprs, math-read-token, calc-check-user-syntax) (calc-match-user-syntax, match-factor-after, math-read-factor): Use declared variables math-exp-pos math-exp-old-pos. @@ -17,17 +22,17 @@ (match-factor-after, math-read-factor): Use declared variable math-exp-token. (math-read-exprs, math-read-expr-list, math-read-token) - (math-read-factor): Use declared variable math-exp-keep-spaces. + (math-read-factor): Use declared variable math-exp-keep-spaces. (math-read-exprs, math-read-token): Use declared variable math-exp-str. (calc-match-user-syntax): Made m a local variable. * calc/calc-ext.el (math-read-expr): Use declared variables - math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token, + math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token, math-exp-keep-spaces. * calc/calc-forms.el (math-read-angle-bracket): Use declared - variables math-exp-pos, math-exp-str. + variables math-exp-pos, math-exp-str. * calc/calc-lang.el (math-parse-tex-sum): Use declared variable math-exp-old-pos. @@ -35,12 +40,12 @@ (math-parse-eqn-prime): Use declared variable math-exp-token. * calc/calc-vec.el (math-read-brackets, math-check-for-commas): - Use declared variable math-exp-pos. + Use declared variable math-exp-pos. (math-check-for-commas): Use declared variable math-exp-str. (math-read-brackets): Use declared variables math-exp-old-pos, math-exp-keep-spaces. - (math-read-brackets, math-read-vector, math-read-matrix): Use - declared variable math-exp-token. + (math-read-brackets, math-read-vector, math-read-matrix): + Use declared variable math-exp-token. 2004-11-10 Stefan Monnier -- cgit v1.2.1 From af61551b5edda43931b5cadc7e63114ccc2c75d0 Mon Sep 17 00:00:00 2001 From: Lars Hansen Date: Thu, 11 Nov 2004 19:02:56 +0000 Subject: (desktop-buffer-mode-handlers, desktop-after-read-hook, desktop-clear-preserve-buffers-regexp, desktop-file-name-format, desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path, desktop-save): Add :version. --- lisp/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4a581107e08..47fa7ea6cda 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2004-11-11 Lars Hansen + + * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook, + desktop-clear-preserve-buffers-regexp, desktop-file-name-format, + desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path, + desktop-save): Add :version. + 2004-11-11 Stefan Monnier * printing.el (pr-get-symbol): Don't downcase. -- cgit v1.2.1 From fe1f8500f81321cfed5a396e773d3efa0920d811 Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Thu, 11 Nov 2004 20:16:15 +0000 Subject: (math-defcache): Use defvar for the new variables it creates. --- lisp/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 47fa7ea6cda..89361c1c11a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-11-11 Jay Belanger + + * calc/calc-ext.el (math-defcache): Use defvar for the new + variables it creates. + 2004-11-11 Lars Hansen * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook, -- cgit v1.2.1 From 13643b5f1787dc35035969dcb4d8c08649087f80 Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Thu, 11 Nov 2004 21:05:47 +0000 Subject: *** empty log message *** --- lisp/ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 89361c1c11a..df4c5c51e7a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,26 @@ 2004-11-11 Jay Belanger + * calc/calc-comb.el (math-prime-factors-finished): Declared it as + a variable. + (calcFunc-dfac): Replaced unbound max by n. + (math-stirling-local-cache): New variable. + (math-stirling-number, math-stirling-1, math-stirling-2): + Replaced the variable `cache' by the declared variable + math-stirling-local-cache. + (var-RandSeed): Declared it as a variable. + (math-init-random-base, math-random-digit): Don't check to see if + var-RandSeed is bound. + (math-random-cache, math-gaussian-cache, calc-verbose-nextprime): + Declared them instead of just setting them. + (math-init-random-base): Made i a local variable. + (math-random-digit): Made math-random-last a local variable. + (math-prime-test-cache): Moved declaration to before it is used. + (math-prime-test-cache-k, math-prime-test-cache-q) + (math-prime-test-cache-nm1, math-prime-factors-finished): + Declared them as variables. + +2004-11-11 Jay Belanger + * calc/calc-ext.el (math-defcache): Use defvar for the new variables it creates. -- cgit v1.2.1 From be4b3ae8beb76dac0ed37fcfde2b84fc872602a1 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Thu, 11 Nov 2004 21:45:57 +0000 Subject: (Info-search): Save match data for isearch. Skip Tag Table node. --- lisp/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index df4c5c51e7a..23ab5b5d4ef 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,17 @@ +2004-11-11 Juri Linkov + + * info.el (Info-search): Save match data for isearch. + Skip Tag Table node. + + * descr-text.el (describe-char): Replace syntax-after with code + from its previous version. + + * files.el (magic-mode-alist): Use optimization for SGML mode too. + (set-auto-mode): Doc fix. Remove unused variable `xml'. + + * international/mule.el (sgml-html-meta-auto-coding-function): + Remove > after * calc/calc-comb.el (math-prime-factors-finished): Declared it as -- cgit v1.2.1 From 977b50fb122c5480ec19d25ee4f4bb33dec0ddfb Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 11 Nov 2004 22:44:46 +0000 Subject: Use push. (byte-compile-file-form-defalias): Rename from byte-compile-defalias. (defalias): Remove the `byte-compile' property and add a `byte-hunk-handler'. --- lisp/ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 23ab5b5d4ef..c2a6313752f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2004-11-11 Stefan Monnier + + * emacs-lisp/bytecomp.el: Use push. + (byte-compile-file-form-defalias): Rename from byte-compile-defalias. + (defalias): Remove the `byte-compile' property and add + a `byte-hunk-handler'. + 2004-11-11 Juri Linkov * info.el (Info-search): Save match data for isearch. @@ -36,7 +43,7 @@ 2004-11-11 Jay Belanger * calc/calc-ext.el (math-defcache): Use defvar for the new - variables it creates. + variables it creates. 2004-11-11 Lars Hansen -- cgit v1.2.1 From 8cece98ad3550d39a23e4a3033e92e00274c91df Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 11 Nov 2004 23:04:45 +0000 Subject: *** empty log message *** --- lisp/ChangeLog | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c2a6313752f..cdbe9ea2dab 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2004-11-11 Stefan Monnier + * international/iso-cvt.el (iso-cvt-define-menu): Fix typo. + + * tooltip.el: Require CL. + * emacs-lisp/bytecomp.el: Use push. (byte-compile-file-form-defalias): Rename from byte-compile-defalias. (defalias): Remove the `byte-compile' property and add @@ -21,36 +25,36 @@ 2004-11-11 Jay Belanger - * calc/calc-comb.el (math-prime-factors-finished): Declared it as - a variable. - (calcFunc-dfac): Replaced unbound max by n. + * calc/calc-comb.el (math-prime-factors-finished): Declare it as + a variable. + (calcFunc-dfac): Replace unbound max by n. (math-stirling-local-cache): New variable. (math-stirling-number, math-stirling-1, math-stirling-2): - Replaced the variable `cache' by the declared variable - math-stirling-local-cache. - (var-RandSeed): Declared it as a variable. + Replace the variable `cache' by the declared variable + math-stirling-local-cache. + (var-RandSeed): Declare it as a variable. (math-init-random-base, math-random-digit): Don't check to see if - var-RandSeed is bound. + var-RandSeed is bound. (math-random-cache, math-gaussian-cache, calc-verbose-nextprime): - Declared them instead of just setting them. + Declare them instead of just setting them. (math-init-random-base): Made i a local variable. (math-random-digit): Made math-random-last a local variable. - (math-prime-test-cache): Moved declaration to before it is used. + (math-prime-test-cache): Move declaration to before it is used. (math-prime-test-cache-k, math-prime-test-cache-q) (math-prime-test-cache-nm1, math-prime-factors-finished): - Declared them as variables. + Declare them as variables. -2004-11-11 Jay Belanger +2004-11-11 Jay Belanger * calc/calc-ext.el (math-defcache): Use defvar for the new variables it creates. 2004-11-11 Lars Hansen - * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook, - desktop-clear-preserve-buffers-regexp, desktop-file-name-format, - desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path, - desktop-save): Add :version. + * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook) + (desktop-clear-preserve-buffers-regexp, desktop-file-name-format) + (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path) + (desktop-save): Add :version. 2004-11-11 Stefan Monnier -- cgit v1.2.1 From cf66c8aaa4c3b0721819022557715d77cbe566cb Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Fri, 12 Nov 2004 00:13:36 +0000 Subject: *** empty log message *** --- lisp/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cdbe9ea2dab..226b0f86a9d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-11-12 Nick Roberts + + * tooltip.el (require): Explain why CL is needed. + 2004-11-11 Stefan Monnier * international/iso-cvt.el (iso-cvt-define-menu): Fix typo. -- cgit v1.2.1 From e22c7647c7ff33c846132f3d2877ac436b8b47e6 Mon Sep 17 00:00:00 2001 From: Vinicius Jose Latorre Date: Fri, 12 Nov 2004 02:14:03 +0000 Subject: fix to use new easymenu --- lisp/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 226b0f86a9d..1496c47a09e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -2,6 +2,15 @@ * tooltip.el (require): Explain why CL is needed. +2004-11-11 Vinicius Jose Latorre + + * printing.el: Insert :version into defgroup (printing). All reference + to Files option in menubar were changed to File. + (pr-version): New version number (6.8.2). + (pr-get-symbol): Call easy-menu-intern. + (pr-region-active-p): Now is a fun (it was defsubst). To avoid + compilation gripes. + 2004-11-11 Stefan Monnier * international/iso-cvt.el (iso-cvt-define-menu): Fix typo. -- cgit v1.2.1 From 036cf769ad82564e8e18da37c0d9df65fe8f4752 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 12 Nov 2004 04:06:13 +0000 Subject: *** empty log message *** --- lisp/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1496c47a09e..d07a3c7ffba 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -13,6 +13,21 @@ 2004-11-11 Stefan Monnier + * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the + new byte-compile-function-environment binding to t. + + * font-lock.el (font-lock-fontify-syntactically-region): + Don't forget to highlight the last char when we hit `end'. + + * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name. + (mwheel-scroll): Adjust accordingly. + + * cvs-status.el: Reduce spurious warnings. + (cvs-status-checkout): Remove. + (cvs-status-mode-map): Use cvs-mode-checkout instead. + + * pcvs.el (cvs-mode-checkout): New command. + * international/iso-cvt.el (iso-cvt-define-menu): Fix typo. * tooltip.el: Require CL. -- cgit v1.2.1 From 63cd573484da1c6ea1859da890bbf4e3412e106f Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 12 Nov 2004 16:56:09 +0000 Subject: (desktop-create-buffer, desktop-save): Avoid some consing by using mapc instead of mapcar. --- lisp/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d07a3c7ffba..e867fa3de48 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-11-12 Kevin Rodgers (tiny change) + + * desktop.el (desktop-create-buffer, desktop-save): Avoid some + consing by using mapc instead of mapcar. + 2004-11-12 Nick Roberts * tooltip.el (require): Explain why CL is needed. -- cgit v1.2.1 From 7c7d40755ab10f374dd656e9f0e5f2a158ae9edb Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 12 Nov 2004 17:03:56 +0000 Subject: (rmail-spam-filter): Only check white list if `message-sender' is non-nil. --- lisp/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e867fa3de48..d37206b261c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-11-12 Diane Murray (tiny change) + + * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white + list if `message-sender' is non-nil. + 2004-11-12 Kevin Rodgers (tiny change) * desktop.el (desktop-create-buffer, desktop-save): Avoid some -- cgit v1.2.1 From f431a91000637a53f52b90fa9a8260b6216df2ed Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 12 Nov 2004 17:10:38 +0000 Subject: (rmail-get-new-mail): Use the renamed variables `rsf-beep' and `rsf-sleep-after-message'. --- lisp/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d37206b261c..7e662c8c5b2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2004-11-12 Diane Murray (tiny change) + * mail/rmail.el (rmail-get-new-mail): Use the renamed variables + `rsf-beep' and `rsf-sleep-after-message'. + * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white list if `message-sender' is non-nil. -- cgit v1.2.1 From 68d1b30d251b4771f739d20f507cd9523ae3919b Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Fri, 12 Nov 2004 22:35:21 +0000 Subject: (calc-dumb-map): Declared it. (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather than unbound. (calc-graph-name): Made `end' a local variable. (calc-graph-lookup): Made `varname' a local variable. (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark): Declared them. (calc-graph-format-data): Don't check if var-PlotRejects is bound. (calc-graph-plot, calc-graph-compute-3d): Removed references to the unused variable y3vec. (calc-graph-show-dumb): Removed reference to unused variable found-pt. (calc-graph-kill-hook, calc-graph-plot): Removed reference to calc-graph-prev-kill-hook. (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps, calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec, calc-graph-xname, calc-graph-yname, calc-graph-xstep, calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine, calc-graph-keep-file, calc-graph-xval, calc-graph-xlow, calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp, calc-graph-zp, calc-graph-yvector, calc-graph-resolution, calc-graph-y3value, calc-graph-y3name, calc-graph-y3step, calc-graph-y3step, calc-graph-zval, calc-graph-stepcount, calc-graph-is-splot, calc-graph-surprise-splot, calc-graph-blank, calc-graph-non-blank, calc-graph-curve-num): New variables. (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d) (calc-graph-recompute-2d, calc-graph-compute-3d, calc-graph-format-data): Replaced undeclared variables with the above declared variables. --- lisp/ChangeLog | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7e662c8c5b2..b443f53ebba 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,44 @@ +2004-11-12 Jay Belanger + + * calc/calc-graph.el (calc-dumb-map): Declared it. + (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather + than unbound. + + (calc-graph-name): Made `end' a local variable. + (calc-graph-lookup): Made `varname' a local variable. + + (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark): + Declared them. + + (calc-graph-format-data): Don't check if var-PlotRejects is + bound. + + (calc-graph-plot, calc-graph-compute-3d): Removed references to + the unused variable y3vec. + + (calc-graph-show-dumb): Removed reference to unused variable + found-pt. + + (calc-graph-kill-hook, calc-graph-plot): Removed reference to + calc-graph-prev-kill-hook. + + (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps) + (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec) + (calc-graph-xname, calc-graph-yname, calc-graph-xstep) + (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine) + (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow) + (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp) + (calc-graph-zp, calc-graph-yvector, calc-graph-resolution) + (calc-graph-y3value, calc-graph-y3name) + (calc-graph-y3step, calc-graph-y3step, calc-graph-zval) + (calc-graph-stepcount, calc-graph-is-splot) + (calc-graph-surprise-splot, calc-graph-blank) + (calc-graph-non-blank, calc-graph-curve-num): New variables. + (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d) + (calc-graph-recompute-2d, calc-graph-compute-3d) + (calc-graph-format-data): Replaced undeclared variables with the + above newly declared variables. + 2004-11-12 Diane Murray (tiny change) * mail/rmail.el (rmail-get-new-mail): Use the renamed variables -- cgit v1.2.1