From 87f74ea51fe6fa95c0713f37fd35baaf03e3d1a8 Mon Sep 17 00:00:00 2001 From: Juri Linkov <juri@jurta.org> Date: Sun, 11 Nov 2007 20:22:18 +0000 Subject: *** empty log message *** --- lisp/ChangeLog | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 57e6d1dd9c3..24311720dd1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,9 +1,60 @@ 2007-11-10 Juri Linkov <juri@jurta.org> * startup.el: Backport startup screen related changes from the trunk. + (initialization): Change group to `environment'. + (inhibit-startup-screen): Rename from `inhibit-splash-screen'. + (inhibit-splash-screen): Make alias to `inhibit-startup-screen'. + (inhibit-startup-message): Change alias to `inhibit-startup-screen'. + (initial-scratch-message): Fix docstring. + (startup-screen-inhibit-startup-screen) + (pure-space-overflow-message): New variables. + (command-line): Rename `inhibit-startup-message' to + `inhibit-startup-screen'. + (initial-scratch-message): Doc fix. + (fancy-splash-text): Remove variable. + (fancy-startup-text, fancy-about-text, splash-screen-keymap): + New variables. + (fancy-splash-delay, fancy-splash-max-time) + (fancy-current-text, fancy-splash-stop-time) + (fancy-splash-outer-buffer, fancy-splash-last-input-event): + Remove variables. + (fancy-splash-insert): Use help-echo from the 3rd element of the + link specification list, or "Follow this link" if it's nil. Doc fix. + Allow functions for face and link specs. + (fancy-splash-tail): Remove function. + (fancy-startup-tail): New function. + (fancy-splash-default-action, fancy-splash-special-event-action) + (fancy-splash-screens): Remove functions. + (fancy-about-screen): New function. + (normal-splash-screen): Rename argument `hide-on-input' to `startup'. + Fix docstring. Use argument `startup' to conditionally display + different texts for Startup and About screens. Don't display Help + commands on the About screen. Remove `unwind-protect' `sit-for' + delay and `kill-buffer' after it. + (normal-mouse-startup-screen, normal-splash-screen) + (normal-no-mouse-startup-screen): New functions. + (startup-echo-area-message): Change text of the echo area. + (display-splash-screen): Remove function. + (display-startup-screen, display-about-screen): New functions. + (about-emacs): Make alias to `display-about-screen'. + (display-splash-screen): Make alias to `display-startup-screen'. + (command-line-1): Rename `inhibit-startup-message' to + `inhibit-startup-screen'. Inhibit startup screen when Emacs is + started with command line options "-f", "-funcall", "-e", "-eval", + "-execute", "-insert", "-find-file", "-file", "-visit". + Inhibit startup screen when Emacs is started with a file name only + on tty (i.e. don't inhibit it when started with a file name like + "emacs FILE..." on a window system). + Comment out unused code for coping with the old sit-for behavior. + If file-count > 0, then display the concise version in another + window, otherwise display full version in the same window. * loadup.el: Add `button'. Move up `startup'. * help.el (help-map, help-for-help-internal): Add `C-h C-a'. * version.el (emacs-copyright): Add emacs-copyright. + * menu-bar.el (menu-bar-help-menu): + Move "About Emacs" and "About GNU" to the end of the Help menu. + Move "Emacs Psychotherapist" after "Send Bug Report...". + Move "External Packages" after "Find Emacs Packages". 2007-11-10 Jason Rumney <jasonr@gnu.org> -- cgit v1.2.1 From 3618423c39c5d0379c743b6cd66a2703ac9af8df Mon Sep 17 00:00:00 2001 From: Juanma Barranquero <lekktu@gmail.com> Date: Sun, 11 Nov 2007 22:33:07 +0000 Subject: (iso-translate-conventions): Doc fix. (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab, iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring. (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso): Rewrite in active voice. --- lisp/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 24311720dd1..1b5f99b55b7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2007-11-11 Juanma Barranquero <lekktu@gmail.com> + + * international/iso-cvt.el (iso-translate-conventions): Doc fix. + (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab) + (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring. + (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso) + (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso): + Rewrite in active voice. + 2007-11-10 Juri Linkov <juri@jurta.org> * startup.el: Backport startup screen related changes from the trunk. -- cgit v1.2.1 From a2e1f5e0120b9dc488390978da50b0d9b1bdbb8d Mon Sep 17 00:00:00 2001 From: Nick Roberts <nickrob@snap.net.nz> Date: Wed, 14 Nov 2007 09:03:45 +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 1b5f99b55b7..32c1447ceab 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,14 @@ +2007-11-14 Nick Roberts <nickrob@snap.net.nz> + + * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable. + (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin) + (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint) + (gdb-goto-breakpoint): Generalise for breakpoints with multiple + locations. + (gdb-info-breakpoints-custom, gdb-assembler-custom) + (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp. + (gdb-put-breakpoint-icon): Only display icon for parent breakpoint. + 2007-11-11 Juanma Barranquero <lekktu@gmail.com> * international/iso-cvt.el (iso-translate-conventions): Doc fix. -- cgit v1.2.1 From 262452334c27b061364456d41f67c3868b14aa1c Mon Sep 17 00:00:00 2001 From: Jason Rumney <jasonr@gnu.org> Date: Wed, 14 Nov 2007 10:26:09 +0000 Subject: (set-locale-environment): Set default-file-name-coding-system from system defaults on Windows. --- lisp/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 32c1447ceab..cd82ad1f0c8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-11-14 Jason Rumney <jasonr@gnu.org> + + * international/mule-cmds.el (set-locale-environment): Set + default-file-name-coding-system from system defaults on Windows. + 2007-11-14 Nick Roberts <nickrob@snap.net.nz> * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable. -- cgit v1.2.1 From ef2cfb2e80c76365599cf9a4361acff82a3f6793 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" <rms@gnu.org> Date: Thu, 15 Nov 2007 12:09:11 +0000 Subject: (esc-map): Bind C-M-l here; moved from reposition.el. (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el. --- lisp/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cd82ad1f0c8..8a847ec9e12 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,20 @@ +2007-11-15 Richard Stallman <rms@gnu.org> + + * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el. + + * reposition.el (reposition-window): + Binding C-M-l moved to bindings.el. + + * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el. + + * add-log.el (add-change-log-entry-other-window): + Key binding C-x 4 a moved to bindings.el. + + * bindings.el (minibuffer-local-map): Bind C-tab here; moved + from filecache.el. + + * filecache.el: Minibuffer map bindings moved to bindings.el. + 2007-11-14 Jason Rumney <jasonr@gnu.org> * international/mule-cmds.el (set-locale-environment): Set -- cgit v1.2.1 From a198d2c9158ca14968181e2af9d145e94d425f0a Mon Sep 17 00:00:00 2001 From: Juanma Barranquero <lekktu@gmail.com> Date: Thu, 15 Nov 2007 18:32:34 +0000 Subject: (cua-highlight-region-shift-only, cua-paste-pop): Fix typos in docstrings. --- lisp/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8a847ec9e12..a45abc3e3ac 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2007-11-15 Juanma Barranquero <lekktu@gmail.com> + + * progmodes/cc-engine.el (c-crosses-statement-barrier-p): + Fix typo in docstring. + + * emulation/cua-base.el (cua-paste-pop): Fix typo in docstring. + (cua-highlight-region-shift-only): Doc fix. + 2007-11-15 Richard Stallman <rms@gnu.org> * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el. -- cgit v1.2.1 From bab6f293f73560ee6147bd474dd1997d982e9292 Mon Sep 17 00:00:00 2001 From: Juri Linkov <juri@jurta.org> Date: Fri, 16 Nov 2007 01:28:02 +0000 Subject: (Man-heading-regexp): Add 0-9. (Man-first-heading-regexp): Remove leading space [ \t]* before NAME. --- lisp/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a45abc3e3ac..7ca055fb9cf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-11-16 Juri Linkov <juri@jurta.org> + + * man.el (Man-heading-regexp): Add 0-9. + (Man-first-heading-regexp): Remove leading space [ \t]* before NAME. + 2007-11-15 Juanma Barranquero <lekktu@gmail.com> * progmodes/cc-engine.el (c-crosses-statement-barrier-p): -- cgit v1.2.1 From cc39740b6e28432c3bc4a2b61d04a411ce3b41ed Mon Sep 17 00:00:00 2001 From: Stefan Monnier <monnier@iro.umontreal.ca> Date: Fri, 16 Nov 2007 03:16:32 +0000 Subject: (cvs-parse-table): Ignore errors when looking up files in order to determine if there's a conflict. --- lisp/ChangeLog | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7ca055fb9cf..86f0e839801 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca> + + * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files + in order to determine if there's a conflict. + 2007-11-16 Juri Linkov <juri@jurta.org> * man.el (Man-heading-regexp): Add 0-9. @@ -30,8 +35,8 @@ 2007-11-14 Jason Rumney <jasonr@gnu.org> - * international/mule-cmds.el (set-locale-environment): Set - default-file-name-coding-system from system defaults on Windows. + * international/mule-cmds.el (set-locale-environment): + Set default-file-name-coding-system from system defaults on Windows. 2007-11-14 Nick Roberts <nickrob@snap.net.nz> -- cgit v1.2.1 From 4dc2bd4d48e55856dc1e3bea9f1d04b8ed352f5d Mon Sep 17 00:00:00 2001 From: Stefan Monnier <monnier@iro.umontreal.ca> Date: Fri, 16 Nov 2007 03:18:49 +0000 Subject: (tpu-next-line, tpu-previous-line, tpu-forward-line, tpu-backward-line) (tpu-scroll-window-down, tpu-scroll-window-up): Replace next-line-internal -> line-move. --- lisp/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 86f0e839801..f477280f565 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2007-11-16 Rob Riepel <riepel@Stanford.EDU> + + * emulation/tpu-extras.el (tpu-next-line, tpu-previous-line) + (tpu-forward-line, tpu-backward-line, tpu-scroll-window-down) + (tpu-scroll-window-up): Replace next-line-internal -> line-move. + 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca> * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files -- cgit v1.2.1 From 98ede5d48a06c63c36061ea690be687bbafaf868 Mon Sep 17 00:00:00 2001 From: Glenn Morris <rgm@gnu.org> Date: Fri, 16 Nov 2007 07:54:30 +0000 Subject: (mail-extr-all-top-level-domains): Update domains. --- lisp/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f477280f565..99d7b8bcc49 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-11-16 Glenn Morris <rgm@gnu.org> + + * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains. + 2007-11-16 Rob Riepel <riepel@Stanford.EDU> * emulation/tpu-extras.el (tpu-next-line, tpu-previous-line) -- cgit v1.2.1 From a4f4cc7ef35dd0249ace8a87557570317cad933c Mon Sep 17 00:00:00 2001 From: Juanma Barranquero <lekktu@gmail.com> Date: Fri, 16 Nov 2007 11:03:32 +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 99d7b8bcc49..1793d7963e9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-11-16 Juanma Barranquero <lekktu@gmail.com> + + * subr.el (make-variable-frame-local): + Fix typo in obsolescence declaration. + 2007-11-16 Glenn Morris <rgm@gnu.org> * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains. -- cgit v1.2.1 From cca246708aab7e48c28ceb31d54f3da0317b91dc Mon Sep 17 00:00:00 2001 From: Eli Zaretskii <eliz@gnu.org> Date: Fri, 16 Nov 2007 16:05:53 +0000 Subject: (rmail-current-subject-regexp): Allow more than one space after "Subject:". --- lisp/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1793d7963e9..fca25ad829b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-11-16 Eli Zaretskii <eliz@gnu.org> + + * mail/rmail.el (rmail-current-subject-regexp): Allow more than + one space after "Subject:". + 2007-11-16 Juanma Barranquero <lekktu@gmail.com> * subr.el (make-variable-frame-local): -- cgit v1.2.1 From 59938af3338f4b06cdf036d34c26b42e014665e4 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii <eliz@gnu.org> Date: Fri, 16 Nov 2007 18:23:20 +0000 Subject: (set-locale-environment): Set default-file-name-coding-system _after_ keyboard and terminal coding systems. This fixes last change. --- lisp/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fca25ad829b..ef27cfa60e4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2007-11-16 Eli Zaretskii <eliz@gnu.org> + * international/mule-cmds.el (set-locale-environment): Set + default-file-name-coding-system _after_ keyboard and terminal + coding systems. This fixes last change. + * mail/rmail.el (rmail-current-subject-regexp): Allow more than one space after "Subject:". -- cgit v1.2.1 From 7157ea85b31cd7d1d460596dcb86bdc6c20a2736 Mon Sep 17 00:00:00 2001 From: Nick Roberts <nickrob@snap.net.nz> Date: Mon, 19 Nov 2007 07:24:21 +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 ef27cfa60e4..a9e17310ac0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-11-19 Nick Roberts <nickrob@snap.net.nz> + + * progmodes/gdb-ui.el: Update commentary. + 2007-11-16 Eli Zaretskii <eliz@gnu.org> * international/mule-cmds.el (set-locale-environment): Set -- cgit v1.2.1 From 2beb63c89401b5d596da2ab0246883cd9ccb07cc Mon Sep 17 00:00:00 2001 From: Juanma Barranquero <lekktu@gmail.com> Date: Mon, 19 Nov 2007 13:01:14 +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 a9e17310ac0..e2ad4066d02 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-11-19 Juanma Barranquero <lekktu@gmail.com> + + * replace.el (map-query-replace-regexp): Doc fix (revert part of + 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry). + 2007-11-19 Nick Roberts <nickrob@snap.net.nz> * progmodes/gdb-ui.el: Update commentary. -- cgit v1.2.1 From 5080af45b492f281f6a9b02b4caad90f7277d04e Mon Sep 17 00:00:00 2001 From: Glenn Morris <rgm@gnu.org> Date: Tue, 20 Nov 2007 04:04:37 +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 e2ad4066d02..f2322ae4d24 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-11-20 Glenn Morris <rgm@gnu.org> + + * emacs-lisp/byte-run.el (declare-function): Define as a no-op, + for compatibility with Emacs 23. + 2007-11-19 Juanma Barranquero <lekktu@gmail.com> * replace.el (map-query-replace-regexp): Doc fix (revert part of -- cgit v1.2.1 From 33127d1a78f2a37d68ffa09642df2f38d78e95b1 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero <lekktu@gmail.com> Date: Wed, 21 Nov 2007 00:32:46 +0000 Subject: (forward-sentence): Doc fix. Reported by Drew Adams <drew.adams@oracle.com>. --- lisp/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f2322ae4d24..b050d2a5faa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-11-21 Juanma Barranquero <lekktu@gmail.com> + + * textmodes/paragraphs.el (forward-sentence): Doc fix. + Reported by Drew Adams <drew.adams@oracle.com>. + 2007-11-20 Glenn Morris <rgm@gnu.org> * emacs-lisp/byte-run.el (declare-function): Define as a no-op, -- cgit v1.2.1