Mercurial > emacs
comparison lisp/ChangeLog @ 90294:c5406394f567
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 43-57)
- Update from CVS
- Merge from erc--emacs--0
- Make constrain-to-field notice overlays
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 18-21)
- Update from CVS
- Merge from emacs--devo--0
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 08 Feb 2006 04:26:44 +0000 |
parents | d6f8fe3307c8 22218170f543 |
children | 4b3d39451150 |
comparison
equal
deleted
inserted
replaced
90293:275e0a144c1d | 90294:c5406394f567 |
---|---|
1 2006-02-07 Mathias Dahl <brakjoller@hotmail.com> | |
2 | |
3 * dired.el (dired-mode-map): Add more bindings for tumme. | |
4 | |
5 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca> | |
6 | |
7 * wdired.el (wdired-mode-map): Use remap. | |
8 (wdired-get-filename): Massage. | |
9 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map. | |
10 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the | |
11 `keymap' property rather than `local-map'. | |
12 | |
13 2006-02-07 Mathias Dahl <brakjoller@hotmail.com> | |
14 | |
15 * tumme.el (tumme-get-thumbnail-image): New utility function. | |
16 Suggested by from Chong Yidong. | |
17 (tumme-dired-with-window-configuration): Rename from | |
18 `tumme-dired'. Add code to save window configuration. | |
19 (tumme-restore-window-configuration): New command to restore the | |
20 window configuration that `tumme-dired-with-window-configuration' | |
21 saves before it changes the window configuration. | |
22 (tumme-show-all-from-dir): New command to display thumbnails for | |
23 all files in a directory entered by the user, like M-x thumbs. | |
24 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails | |
25 have been created. | |
26 (tumme-display-thumbnail-original-image): Call `display-buffer'. | |
27 (obsolete-tumme-display-thumbnail-original-image-and-buffer): | |
28 Remove obsolete test function. | |
29 | |
30 2006-02-07 Juanma Barranquero <lekktu@gmail.com> | |
31 | |
32 * vc.el (small-temporary-file-directory): Remove defvar; there's | |
33 a defcustom for it in files.el. | |
34 | |
35 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'. | |
36 Fix typo in message. | |
37 (tumme-gallery-generate): Fix typo in `error' message. | |
38 (tumme-display-window-height-correction) | |
39 (tumme-display-window-width-correction, tumme-line-up-dynamic) | |
40 (tumme-line-up-interactive): Dox fixes. | |
41 (tumme-cmd-rotate-original-options, tumme-display-properties-format) | |
42 (tumme-restore-window-configuration, tumme-format-properties-string) | |
43 (tumme-create-thumbs, tumme-display-previous-thumbnail-original): | |
44 Fix typos in docstrings. | |
45 | |
46 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change) | |
47 | |
48 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD. | |
49 | |
50 2006-02-07 Nick Roberts <nickrob@snap.net.nz> | |
51 | |
52 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie. | |
53 User should use hook if desired. | |
54 | |
55 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints | |
56 buffer if necessary. | |
57 (gdb-delete-frame-or-window): New function. | |
58 (gdb-breakpoints-mode-map): Bind "q" to it. | |
59 | |
60 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca> | |
61 | |
62 * textmodes/nroff-mode.el: Clean up name space. | |
63 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n. | |
64 (nroff-mode): Obey the global setting of nroff-electric-mode. | |
65 (nroff-electric-mode): Use define-minor-mode and derived-mode-p. | |
66 | |
67 * calendar/calendar.el (calendar-increment-month): Typo in last change. | |
68 | |
69 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org> | |
70 | |
71 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs. | |
72 | |
73 2006-02-06 Lars Hansen <larsh@soem.dk> | |
74 | |
75 * generic-x.el (etc-fstab-generic-mode): Add file system types | |
76 cifs and usbdevfs. Allow special chars in file names. | |
77 | |
78 2006-02-05 Jay Belanger <belanger@truman.edu> | |
79 | |
80 Update copyright notices of the files in lisp/calc. | |
81 | |
82 2006-02-05 Romain Francoise <romain@orebokech.com> | |
83 | |
84 Update copyright notices of all files in the lisp/play directory. | |
85 | |
86 2006-02-04 Luc Teirlinck <teirllm@auburn.edu> | |
87 | |
88 * ldefs-boot.el: Regenerate. | |
89 | |
90 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix. | |
91 | |
92 2006-02-05 Kim F. Storm <storm@cua.dk> | |
93 | |
94 * files.el (magic-mode-regexp-match-limit): New defvar. | |
95 (set-auto-mode): Use it to limit magic-mode-alist matching. | |
96 | |
97 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com> | |
98 | |
99 * simple.el (display-message-or-buffer): Compare the number of | |
100 characters to the frame width when determining whether a 1-line | |
101 message string will fit in the echo area. Count screen lines | |
102 instead of buffer lines when determining whether a multi-line | |
103 message will fit in the echo area/minibuffer window. | |
104 | |
105 2006-02-04 Eli Zaretskii <eliz@gnu.org> | |
106 | |
107 * info.el (Info-index, Info-mode): Improve the description of the | |
108 `i' command. | |
109 | |
110 * ldefs-boot.el: Regenerate. | |
111 | |
1 2006-02-03 Werner Lemberg <wl@gnu.org> | 112 2006-02-03 Werner Lemberg <wl@gnu.org> |
2 | 113 |
3 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be | 114 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be |
4 greedy to find the closing bracket in \*[...] and similar | 115 greedy to find the closing bracket in \*[...] and similar |
5 expressions. This is a first rough fix -- many additional | 116 expressions. This is a first rough fix -- many additional |
6 refinements are necessary to make nroff mode really usable with | 117 refinements are necessary to make nroff mode really usable with groff. |
7 groff. | |
8 | 118 |
9 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change) | 119 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change) |
10 | 120 |
11 * international/mule-cmds.el (set-locale-environment): Add | 121 * international/mule-cmds.el (set-locale-environment): |
12 "/usr/share/X11/locale/locale.alias" to search list for xorg-x11 | 122 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11 |
13 libX11. | 123 libX11. |
14 | 124 |
15 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change) | 125 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change) |
16 | 126 |
17 * arc-mode.el (archive-maybe-copy): Fix the way directories in the | 127 * arc-mode.el (archive-maybe-copy): Fix the way directories in the |
20028 | 20138 |
20029 ;; Local Variables: | 20139 ;; Local Variables: |
20030 ;; coding: iso-2022-7bit | 20140 ;; coding: iso-2022-7bit |
20031 ;; End: | 20141 ;; End: |
20032 | 20142 |
20033 Copyright (C) 2005 Free Software Foundation, Inc. | 20143 Copyright (C) 2005, 2006 Free Software Foundation, Inc. |
20034 Copying and distribution of this file, with or without modification, | 20144 Copying and distribution of this file, with or without modification, |
20035 are permitted provided the copyright notice and this notice are preserved. | 20145 are permitted provided the copyright notice and this notice are preserved. |
20036 | 20146 |
20037 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1 | 20147 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1 |