comparison lisp/ChangeLog @ 70668:519157b1f1d6

(hexlify-buffer): Encode process arguments manually.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 15 May 2006 16:05:40 +0000
parents dc0cc3e03033
children 06de67179ba1
comparison
equal deleted inserted replaced
70667:530650861e31 70668:519157b1f1d6
1 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * hexl.el (hexlify-buffer): Encode process arguments manually.
4
1 2006-05-16 Nick Roberts <nickrob@snap.net.nz> 5 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
2 6
3 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to 7 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
4 call to gdb-tooltip-print. 8 call to gdb-tooltip-print.
5 9
6 2006-05-15 Romain Francoise <romain@orebokech.com> 10 2006-05-15 Romain Francoise <romain@orebokech.com>
7 11
8 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux 12 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
9 systems, default to "tar" since those systems probably have GNU 13 systems, default to "tar" since those systems probably have GNU tar.
10 tar.
11 14
12 2006-05-14 Lars Hansen <larsh@soem.dk> 15 2006-05-14 Lars Hansen <larsh@soem.dk>
13 16
14 * desktop.el (desktop-missing-file-warning): Fix docstring. 17 * desktop.el (desktop-missing-file-warning): Fix docstring.
15 (desktop-restore-file-buffer): Correct question asked on missing 18 (desktop-restore-file-buffer): Correct question asked on missing file.
16 file.
17 19
18 2006-05-14 Kim F. Storm <storm@cua.dk> 20 2006-05-14 Kim F. Storm <storm@cua.dk>
19 21
20 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword): 22 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
21 Add CUA move property. 23 Add CUA move property.
29 31
30 * desktop.el (desktop-save): Use with-temp-buffer. 32 * desktop.el (desktop-save): Use with-temp-buffer.
31 33
32 2006-05-12 Glenn Morris <rgm@gnu.org> 34 2006-05-12 Glenn Morris <rgm@gnu.org>
33 35
36 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
37 * calendar/calendar.el (calendar-mode-map):
38 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
34 * calendar/appt.el (appt-check, appt-make-list): Refer to 39 * calendar/appt.el (appt-check, appt-make-list): Refer to
35 diary-view-entries, diary-list-entries, diary-show-all-entries 40 diary-view-entries, diary-list-entries, diary-show-all-entries
36 rather than obsolete aliases. 41 rather than obsolete aliases.
37 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
38 Ditto.
39 * calendar/calendar.el (calendar-mode-map): Ditto.
40 * calendar/diary-lib.el (include-other-diary-files)
41 (diary-mail-entries): Ditto.
42 42
43 2006-05-12 Chong Yidong <cyd@stupidchicken.com> 43 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
44 44
45 * simple.el (line-move-finish): Avoid calling point motion hooks 45 * simple.el (line-move-finish): Avoid calling point motion hooks
46 while processing intangibility. 46 while processing intangibility.
49 49
50 * term/xterm.el (terminal-init-xterm): Fix typo. 50 * term/xterm.el (terminal-init-xterm): Fix typo.
51 51
52 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com> 52 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
53 53
54 * allout.el: (allout-view-change-hook): Marked as being deprecated, 54 * allout.el: (allout-view-change-hook): Mark as being deprecated,
55 to be replaced by `allout-exposure-change-hook'. 55 to be replaced by `allout-exposure-change-hook'.
56 (allout-exposure-change-hook): New, replacing 56 (allout-exposure-change-hook): New, replacing
57 `allout-view-change-hook'. 57 `allout-view-change-hook'.
58 (allout-flag-region): Run new hook `allout-exposure-change-hook', 58 (allout-flag-region): Run new hook `allout-exposure-change-hook',
59 in addition to `allout-view-change-hook'. 59 in addition to `allout-view-change-hook'.
91 (make-diary-entry): Not interactive. 91 (make-diary-entry): Not interactive.
92 (cal-tex-cursor-month, cal-tex-cursor-month-landscape) 92 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
93 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2) 93 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
94 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday) 94 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
95 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week) 95 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
96 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year) 96 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
97 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year): 97 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
98 Interactive.
99 98
100 2006-05-11 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> 99 2006-05-11 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se>
101 100
102 * calendar/calendar.el (calendar-french-date-string) 101 * calendar/calendar.el (calendar-french-date-string)
103 (calendar-mayan-date-string, calendar-chinese-date-string) 102 (calendar-mayan-date-string, calendar-chinese-date-string)
113 112
114 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de> 113 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
115 114
116 * files.el, newcomment.el, outline.el, simple.el, 115 * files.el, newcomment.el, outline.el, simple.el,
117 emacs-lisp/bytecomp.el, progmodes/cc-compat.el, 116 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
118 progmodes/cc-vars.el, progmodes/compile.el: Move 117 progmodes/cc-vars.el, progmodes/compile.el:
119 `safe-local-variable' declarations to the respective files. 118 Move `safe-local-variable' declarations to the respective files.
120 119
121 * help-fns.el (describe-variable): Don't print safe-var if it is 120 * help-fns.el (describe-variable): Don't print safe-var if it is
122 byte-code. Improve wording as suggested by Luc Teirlinck 121 byte-code. Improve wording as suggested by Luc Teirlinck
123 <teirllm@auburn.edu>. 122 <teirllm@auburn.edu>.
124 123
133 Use a token for consistency. 132 Use a token for consistency.
134 133
135 2006-05-11 Carsten Dominik <dominik@science.uva.nl> 134 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
136 135
137 * textmodes/org.el (org-read-date, org-goto-calendar) 136 * textmodes/org.el (org-read-date, org-goto-calendar)
138 (org-agenda-goto-calendar): Bind 137 (org-agenda-goto-calendar):
139 `view-calendar-holidays-initially' to nil. 138 Bind `view-calendar-holidays-initially' to nil.
140 139
141 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org> 140 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
142 141
143 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion. 142 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
144 Update all callers to do it there, instead. 143 Update all callers to do it there, instead.