]>
git.eshelyaron.com Git - emacs.git/log
Eli Zaretskii [Tue, 3 Apr 2007 09:50:08 +0000 (09:50 +0000)]
(Inline Functions): Describe more disadvantages of defsubst, and make advice
against it stronger.
Eli Zaretskii [Tue, 3 Apr 2007 09:05:37 +0000 (09:05 +0000)]
(smtpmail-via-smtp): Fix indentation.
Jan Djärv [Tue, 3 Apr 2007 07:34:37 +0000 (07:34 +0000)]
(xg_update_menubar): Call g_list_next after moving
menu bar item.
Nick Roberts [Tue, 3 Apr 2007 01:07:41 +0000 (01:07 +0000)]
(tmm-c-prompt): Initialize.
(tmm-menubar): Deal with extended menu-items at top level.
(tmm-get-keybind): Handle bindings that are redefined/undefined
locally.
Nick Roberts [Tue, 3 Apr 2007 01:07:16 +0000 (01:07 +0000)]
(gud-menu-map): Simplify.
(gud-minor-mode-map): Add tool-bar like bindings to the text mode
menubar.
Nick Roberts [Tue, 3 Apr 2007 01:06:47 +0000 (01:06 +0000)]
*** empty log message ***
Chong Yidong [Mon, 2 Apr 2007 22:45:41 +0000 (22:45 +0000)]
(smtpmail-via-smtp): Revert last change.
Chong Yidong [Mon, 2 Apr 2007 22:45:28 +0000 (22:45 +0000)]
* mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
Karl Berry [Mon, 2 Apr 2007 16:41:36 +0000 (16:41 +0000)]
wording
Chong Yidong [Mon, 2 Apr 2007 14:36:52 +0000 (14:36 +0000)]
** warrend@mdhost.cse.tek.com, Mar 27: C-a acts different in 22.0.90 then past versions
This has already been solved.
Chong Yidong [Mon, 2 Apr 2007 14:01:38 +0000 (14:01 +0000)]
** dooglus@gmail.com, Mar 31: narrowing *shell* buffer causes odd error
Fixed.
Chong Yidong [Mon, 2 Apr 2007 14:01:02 +0000 (14:01 +0000)]
(comint-send-input): Widen the buffer first.
Chong Yidong [Mon, 2 Apr 2007 14:00:54 +0000 (14:00 +0000)]
* comint.el (comint-send-input): Widen the buffer first.
Juanma Barranquero [Mon, 2 Apr 2007 09:21:26 +0000 (09:21 +0000)]
(Fprin1_to_string): Use macro SPECPDL_INDEX.
Chong Yidong [Mon, 2 Apr 2007 04:31:30 +0000 (04:31 +0000)]
** dooglus@gmail.com, Apr 1: display problem after renaming open image files
This is expected behavior: if you delete or move an image file, any
Emacs images pointing to that file will obviously be invalid.
Chong Yidong [Mon, 2 Apr 2007 04:29:01 +0000 (04:29 +0000)]
** Slow fontification of large Info menus.
Fixed.
Chong Yidong [Mon, 2 Apr 2007 04:28:45 +0000 (04:28 +0000)]
(Info-fontify-maximum-menu-size): Revert to 100000.
Chong Yidong [Mon, 2 Apr 2007 04:28:38 +0000 (04:28 +0000)]
* info.el (Info-fontify-maximum-menu-size): Revert to 100000.
Chong Yidong [Sun, 1 Apr 2007 22:10:39 +0000 (22:10 +0000)]
(Remapping Commands): Document new arg to command-remapping.
Chong Yidong [Sun, 1 Apr 2007 22:10:31 +0000 (22:10 +0000)]
* keymaps.texi (Remapping Commands): Document new arg to
command-remapping.
Chong Yidong [Sun, 1 Apr 2007 22:03:22 +0000 (22:03 +0000)]
(Fcommand_remapping): New optional argument.
(where_is_internal): Use new keymaps argument.
(Fkey_binding): Caller changed.
Chong Yidong [Sun, 1 Apr 2007 22:03:03 +0000 (22:03 +0000)]
(command_loop_1): Fcommand_remapping has new arg; caller changed.
Chong Yidong [Sun, 1 Apr 2007 22:02:25 +0000 (22:02 +0000)]
(Fcommand_remapping): New optional argument.
Chong Yidong [Sun, 1 Apr 2007 22:02:17 +0000 (22:02 +0000)]
* keymap.c (Fcommand_remapping): New optional argument.
(where_is_internal): Use new keymaps argument.
(Fkey_binding): Caller changed.
* keyboard.c (command_loop_1): Caller changed.
Richard M. Stallman [Sun, 1 Apr 2007 21:45:33 +0000 (21:45 +0000)]
*** empty log message ***
Juanma Barranquero [Sun, 1 Apr 2007 20:31:09 +0000 (20:31 +0000)]
*** empty log message ***
Stefan Monnier [Sun, 1 Apr 2007 19:35:32 +0000 (19:35 +0000)]
(lisp-fill-paragraph): Only obey emacs-lisp-docstring-fill-column in
emacs-lisp-mode.
Stefan Monnier [Sun, 1 Apr 2007 19:33:44 +0000 (19:33 +0000)]
(comment-search-forward): Discard comment starters before point.
Karl Berry [Sun, 1 Apr 2007 18:11:15 +0000 (18:11 +0000)]
wording matters
Chong Yidong [Sun, 1 Apr 2007 17:45:58 +0000 (17:45 +0000)]
** herberteuler@hotmail.com, Mar 28: select and META key
Fixed.
Chong Yidong [Sun, 1 Apr 2007 17:45:20 +0000 (17:45 +0000)]
(mouse-set-secondary): Update mouse-secondary-overlay.
Chong Yidong [Sun, 1 Apr 2007 17:45:00 +0000 (17:45 +0000)]
* mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
Chong Yidong [Sun, 1 Apr 2007 17:39:32 +0000 (17:39 +0000)]
** yazicivo@ttnet.net.tr, Mar 28: Locale Dependent Downcasing in smtpmail
Fixed.
Chong Yidong [Sun, 1 Apr 2007 17:38:10 +0000 (17:38 +0000)]
(smtpmail-via-smtp): Use standard case table when downcasing.
Chong Yidong [Sun, 1 Apr 2007 17:38:02 +0000 (17:38 +0000)]
* mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
when downcasing.
Chong Yidong [Sun, 1 Apr 2007 17:13:46 +0000 (17:13 +0000)]
** disumu@x3y2z1.net, Apr 1: Fix previous-button to work with connected buttons
Fixed.
Chong Yidong [Sun, 1 Apr 2007 17:13:35 +0000 (17:13 +0000)]
Minor tweak.
Chong Yidong [Sun, 1 Apr 2007 17:10:11 +0000 (17:10 +0000)]
(previous-button): Rewrite to account for adjacent buttons.
Chong Yidong [Sun, 1 Apr 2007 17:10:02 +0000 (17:10 +0000)]
* button.el (previous-button): Rewrite to account for adjacent
buttons.
J.D. Smith [Sun, 1 Apr 2007 16:42:23 +0000 (16:42 +0000)]
(idlwave-auto-fill): Revert paragraph-separate change.
J.D. Smith [Sun, 1 Apr 2007 16:06:51 +0000 (16:06 +0000)]
(idlwave-shell-break-in): Simplify module calc.
(idlwave-shell-set-bp-in-module): Compute module.
Chong Yidong [Sun, 1 Apr 2007 16:02:08 +0000 (16:02 +0000)]
** where-is-internal bug
Fixed.
Chong Yidong [Sun, 1 Apr 2007 15:58:29 +0000 (15:58 +0000)]
(where_is_internal): Scan provided keymaps for command remappings
rather than calling Fcommand_remapping.
Chong Yidong [Sun, 1 Apr 2007 15:42:39 +0000 (15:42 +0000)]
* keymap.c (where_is_internal): Scan provided keymaps for command
remappings rather than calling Fcommand_remapping.
Chong Yidong [Sun, 1 Apr 2007 15:39:13 +0000 (15:39 +0000)]
(url-http-handle-cookies): Reverse list returned by
`mail-fetch-field', so that cookies are set in the correct order.
Chong Yidong [Sun, 1 Apr 2007 15:38:50 +0000 (15:38 +0000)]
(url-cookie-retrieve, url-cookie-host-can-set-p): Deal with wildcard
dots in domain values.
Chong Yidong [Sun, 1 Apr 2007 15:38:35 +0000 (15:38 +0000)]
* url-http.el (url-http-handle-cookies): Reverse list returned by
`mail-fetch-field', so that cookies are set in the correct order.
* url-cookie.el (url-cookie-retrieve, url-cookie-host-can-set-p):
Deal with wildcard dots in domain values.
Richard M. Stallman [Sun, 1 Apr 2007 13:41:18 +0000 (13:41 +0000)]
*** empty log message ***
Miles Bader [Sun, 1 Apr 2007 13:36:38 +0000 (13:36 +0000)]
Release ERC 5.2.
I have updated the version of ERC to 5.2, since it fixes a bug with C-c
C-SPC being bound globally by default. For the full list of changes in
this version, see etc/ERC-NEWS.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-687
Creator: Michael Olson <mwolson@gnu.org>
Richard M. Stallman [Sun, 1 Apr 2007 07:44:57 +0000 (07:44 +0000)]
*** empty log message ***
Glenn Morris [Sat, 31 Mar 2007 23:29:38 +0000 (23:29 +0000)]
(Timers): Fix description of run-at-time TIME formats.
Glenn Morris [Sat, 31 Mar 2007 23:29:29 +0000 (23:29 +0000)]
*** empty log message ***
Glenn Morris [Sat, 31 Mar 2007 23:22:35 +0000 (23:22 +0000)]
(run-at-time): Doc fix.
Richard M. Stallman [Sat, 31 Mar 2007 20:41:32 +0000 (20:41 +0000)]
*** empty log message ***
Richard M. Stallman [Sat, 31 Mar 2007 20:02:18 +0000 (20:02 +0000)]
(Invisible Text): Correct buffer-invisibility-spec regarding ellipsis.
Glenn Morris [Sat, 31 Mar 2007 19:41:46 +0000 (19:41 +0000)]
(display-warning): If we create the buffer displaying the warning,
disable undo there.
Glenn Morris [Sat, 31 Mar 2007 19:41:29 +0000 (19:41 +0000)]
*** empty log message ***
Michael Albinus [Sat, 31 Mar 2007 18:39:26 +0000 (18:39 +0000)]
* PROBLEMS: Remove Tramp problem; it has been fixed.
Michael Albinus [Sat, 31 Mar 2007 18:38:18 +0000 (18:38 +0000)]
* net/tramp.el (tramp-register-file-name-handler)
(tramp-register-completion-file-name-handler): New defsubst,
derived from `tramp-register-file-name-handlers'. The split is
necessary because Tramp's file name handlers must be registered at
different startup places.
Chong Yidong [Sat, 31 Mar 2007 18:33:07 +0000 (18:33 +0000)]
(turn-off-hideshow): Tweak docstring.
Chong Yidong [Sat, 31 Mar 2007 18:32:05 +0000 (18:32 +0000)]
(turn-off-hideshow): New function.
(hs-minor-mode): Use it instead of a lambda expression in
change-major-mode-hook.
Chong Yidong [Sat, 31 Mar 2007 18:31:51 +0000 (18:31 +0000)]
* progmodes/hideshow.el (turn-off-hideshow): New function.
(hs-minor-mode): Use it instead of a lambda expression in
change-major-mode-hook.
Eli Zaretskii [Sat, 31 Mar 2007 17:28:11 +0000 (17:28 +0000)]
Improve indexing.
Chong Yidong [Sat, 31 Mar 2007 16:11:31 +0000 (16:11 +0000)]
** Document some recommendations about use of coding systems in .emacs
for keys to be bound.
Done.
David Kastrup [Sat, 31 Mar 2007 15:22:14 +0000 (15:22 +0000)]
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
corresponding to MANPATH_MAP entries.
(woman-man.conf-path, woman-parse-man.conf): Doc fix.
(woman-parse-man.conf): Use more discriminating man.conf name.
(woman-parse-man.conf): Parse MANPATH_MAP entries.
(woman-manpath): Doc fix and type fix.
(woman-cached-data): Check for MANPATH_MAP entries.
(woman-expand-directory-path): Treat MANPATH_MAP entries.
* woman.texi (Topic, Interface Options): Explain changes semantics of
woman-manpath in order to consider MANPATH_MAP entries.
Eli Zaretskii [Sat, 31 Mar 2007 14:43:01 +0000 (14:43 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 31 Mar 2007 14:37:05 +0000 (14:37 +0000)]
Improve indexing.
Reiner Steib [Sat, 31 Mar 2007 13:57:00 +0000 (13:57 +0000)]
* nnmail.el (nnmail-spool-file): Mark as obsolete.
(nnmail-get-new-mail): Reformat.
* gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
* gmm-utils.el: Fix Commentary.
(gmm-tool-bar-from-list): Fix typo in doc string.
Eli Zaretskii [Sat, 31 Mar 2007 13:56:30 +0000 (13:56 +0000)]
Improve indexing.
Karl Berry [Sat, 31 Mar 2007 13:44:56 +0000 (13:44 +0000)]
wording
Eli Zaretskii [Sat, 31 Mar 2007 13:44:52 +0000 (13:44 +0000)]
Improve indexing.
Reiner Steib [Sat, 31 Mar 2007 13:31:11 +0000 (13:31 +0000)]
Augment 2007-03-24 entry.
Eli Zaretskii [Sat, 31 Mar 2007 12:43:32 +0000 (12:43 +0000)]
Improve indexing.
Eli Zaretskii [Sat, 31 Mar 2007 11:20:45 +0000 (11:20 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 31 Mar 2007 11:19:17 +0000 (11:19 +0000)]
(sregexq): Doc fix.
Eli Zaretskii [Sat, 31 Mar 2007 10:57:01 +0000 (10:57 +0000)]
Postscript -> PostScript.
Eli Zaretskii [Sat, 31 Mar 2007 10:40:19 +0000 (10:40 +0000)]
Mention the VCVARS32.BAT batch file for VS.NET users.
Eli Zaretskii [Sat, 31 Mar 2007 10:18:38 +0000 (10:18 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 31 Mar 2007 10:17:07 +0000 (10:17 +0000)]
(Fget_lru_window): Doc fix.
Eli Zaretskii [Sat, 31 Mar 2007 10:01:51 +0000 (10:01 +0000)]
(MS-Windows problems): How to bind non-ASCII keys with modifiers.
Eli Zaretskii [Sat, 31 Mar 2007 09:51:25 +0000 (09:51 +0000)]
Move url-http.el entry to lisp/url/ChangeLog.
Eli Zaretskii [Sat, 31 Mar 2007 09:45:39 +0000 (09:45 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 31 Mar 2007 09:44:44 +0000 (09:44 +0000)]
(url-http-mark-connection-as-busy, url-http-mark-connection-as-free): Clear
query-on-exit flag on idle connections.
Miles Bader [Sat, 31 Mar 2007 09:43:42 +0000 (09:43 +0000)]
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 211)
- Update from CVS
2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
* lisp/gnus/gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
evaluation of gnus-extended-version to ensure correct generation of the
User-Agent header when message-generate-headers-first is used.
2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
* lisp/gnus/gnus-art.el (gnus-button-alist): Also catch `<f1> k ...'.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-685
Eli Zaretskii [Sat, 31 Mar 2007 09:37:59 +0000 (09:37 +0000)]
(flymake-err-line-patterns): Doc fix.
Eli Zaretskii [Sat, 31 Mar 2007 09:26:40 +0000 (09:26 +0000)]
(Writing Emacs Primitives): Untabify `For'.
Eli Zaretskii [Sat, 31 Mar 2007 09:06:48 +0000 (09:06 +0000)]
(Init File, Init Non-ASCII): Fix last change.
Eli Zaretskii [Sat, 31 Mar 2007 09:04:57 +0000 (09:04 +0000)]
(Top): Fix the menu due to the last change in custom.texi.
Chong Yidong [Fri, 30 Mar 2007 23:43:16 +0000 (23:43 +0000)]
(Non-ASCII Rebinding): Node deleted. Material moved to Init Non-ASCII.
(Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
(Init Non-ASCII): New node.
Chong Yidong [Fri, 30 Mar 2007 23:43:07 +0000 (23:43 +0000)]
* custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
Init Non-ASCII.
(Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
(Init Non-ASCII): New node.
Reiner Steib [Fri, 30 Mar 2007 21:48:52 +0000 (21:48 +0000)]
(info-tool-bar-map): Use "exit" for Info-exit. Move to the right.
Alan Mackenzie [Fri, 30 Mar 2007 20:20:35 +0000 (20:20 +0000)]
(c-forward-to-nth-EOF-}): Fix EOB bug.
Alan Mackenzie [Fri, 30 Mar 2007 20:17:54 +0000 (20:17 +0000)]
*** empty log message ***
Richard M. Stallman [Fri, 30 Mar 2007 19:58:31 +0000 (19:58 +0000)]
*** empty log message ***
Karl Berry [Fri, 30 Mar 2007 18:12:56 +0000 (18:12 +0000)]
improve page breaks, etc.
Chong Yidong [Fri, 30 Mar 2007 16:18:59 +0000 (16:18 +0000)]
Add omitted changelog entry:
* simple.el (compose-mail): Revert 2007-03-19 change.
Thien-Thi Nguyen [Fri, 30 Mar 2007 16:12:19 +0000 (16:12 +0000)]
(ewoc--insert-new-node): Take additional arg DLL.
Use it, passed in explicitly, instead of from the dynamic binding.
(ewoc-create, ewoc-enter-before): Update to use new call sequence.
Juanma Barranquero [Fri, 30 Mar 2007 15:33:01 +0000 (15:33 +0000)]
(blink-matching-open): When in minibuffer,
don't search for a match inside the prompt.
Nick Roberts [Fri, 30 Mar 2007 06:11:38 +0000 (06:11 +0000)]
(tmm-menubar): Select the right menu item with the mouse.
(tmm-prompt): Don't make the mouse user select the first menu item
twice.
Nick Roberts [Fri, 30 Mar 2007 06:11:13 +0000 (06:11 +0000)]
*** empty log message ***