198361e482294af73aac2f3c2100e64137a2e6f5
[bpt/emacs.git] / lisp / ChangeLog
1 2012-09-21 Stephen Berman <stephen.berman@gmx.net>
2
3 * calendar/todos.el: (todos-set-show-current-file): Rename from
4 todos-toggle-show-current-file and adjust callers.
5 (todos-number-priorities): Rename from todos-number-prefix and
6 adjust users.
7 (todos-update-count): Rename from todos-set-count and adjust
8 callers.
9 (todos-hide-show-item-numbering): Rename from
10 todos-toggle-item-numbering and adjust callers.
11 (todos-hide-show-done-items): Rename from
12 todos-toggle-view-done-items and adjust callers.
13 (todos-show-done-only): Rename from todos-toggle-show-done-only.
14 (todos-view-archived-items): Comment out.
15 (todos-show-archive): Prompt to choose another archive file if
16 current Todos file lacks an archive; prompt to visit archive
17 anyway when current category has no archived items.
18
19 2012-09-21 Stephen Berman <stephen.berman@gmx.net>
20
21 * calendar/todos.el: Further comment revision and code
22 rearrangement.
23 (todos-item-end): Revert last change.
24 (todos-key-bindings, todos-menu, todos-archive-mode-map)
25 (todos-filter-items-mode-map): Use renamed commands.
26 (todos-hide-show-date-time): Rename from
27 todos-toggle-display-date-time.
28 (todos-mark-unmark-item): Rename from todos-toggle-mark-item and
29 adjust caller.
30 (todos-backward-item): Exempt special handling only from
31 todos-regexp-items-buffer instead of todos-filter-items-mode.
32 (todos-raise-item-priority): Don't allow item reprioritizing in
33 Todos filter items mode except for top priority items.
34
35 2012-09-21 Stephen Berman <stephen.berman@gmx.net>
36
37 * calendar/todos.el: Add and revise further doc strings and
38 comments.
39 (todos-filter-function, todos-custom-items)
40 (todos-custom-items-multifile): Remove.
41 (todos-filter-done-items): New defcustom.
42 (todos-item-end, todos-backward-item): Handle todos-filter-items-mode.
43 (todos-filter-items): Check return value of caller first; tag
44 archived items for todos-jump-to-item; delete categories sexp
45 before processing filter; check todos-filter-done-items for
46 whether to leave done items; remove custom filter; fix regexp for
47 file and category tags; don't invoke buffer fontification.
48 (powerset-recursive): Fix typo.
49 (todos-key-bindings): Remove unused bindings.
50 (todos-top-priorities-multifile, todos-diary-items-multifile)
51 (todos-regexp-items-multifile): Use variable todos-multiple-files.
52 (todos-jump-to-item): Fix regexp; handle archive tags; take
53 todos-filter-done-items into account.
54 (todos-insert-item-from-calendar): Relocate to end of file
55 together with key-binding as addition to calendar.el.
56
57 2012-09-20 Stephen Berman <stephen.berman@gmx.net>
58
59 * calendar/todos.el: Add and revise further doc strings and
60 comments; major code rearrangement.
61 (todos-merged-files, todos-prompt-merged-files)
62 (todos-print-priorities, todos-tmp-buffer-name)
63 (todos-top-priorities-widgets, todos-update-merged-files)
64 (todos-merged-top-priorities, todos-merged-diary-items)
65 (todos-merged-regexp-items, todos-merged-custom-items)
66 (todos-raw-mode, todos-change-default-file)
67 (todos-toggle-diary-inclusion, todos-toggle-item-diary-nonmarking)
68 (todos-toggle-diary-nonmarking, todos-validate-category-name):
69 Remove.
70 (todos-category-string-matcher): Comment out.
71 (todos-categories): New defgroup.
72 (todos-initial-file, todos-filter-buffer)
73 (todos-top-priorities-buffer, todos-categories-category-label)
74 (todos-diary-items-buffer, todos-regexp-items-buffer)
75 (todos-custom-items-buffer, todos-filter-files)
76 (todos-highlight-item, todos-todo-mode-date-time-regexp):
77 New defcustoms.
78 (todos-diary-expired): New face.
79 (todos-print-buffer, todos-multiple-files)
80 (todos-multiple-files-widget, todos-key-bindings): New variables.
81 (todos-short-file-name, todos-reevaluate-default-file-defcustom)
82 (todos-special-buffer-name)
83 (todos-reevaluate-filter-files-defcustom)
84 (todos-reset-highlight-item, todos-reevaluate-defcustoms)
85 (todos-nondiary-marker-matcher, todos-diary-nonmarking-matcher)
86 (todos-diary-expired-matcher, todos-category-string-matcher-1)
87 (todos-category-string-matcher-2, todos-repair-categories-sexp)
88 (todos-validate-name, todos-multiple-files)
89 (todos-display-categories-1, todos-update-categories-display)
90 (todos-modes-set-3, todos-mode-external-set): New functions.
91 (todos-set-top-priorities-in-file)
92 (todos-set-top-priorities-in-category)
93 (todos-top-priorities-multifile, todos-diary-items-multifile)
94 (todos-regexp-items-multifile, todos-custom-items-multifile)
95 (todos-convert-legacy-files, todos-jump-to-item)
96 (todos-edit-multiline-item, todos-edit-item-date-from-calendar)
97 (todos-edit-item-diary-inclusion)
98 (todos-edit-category-diary-inclusion)
99 (todos-edit-item-diary-nonmarking)
100 (todos-edit-category-diary-nonmarking): New commands.
101 (todos, todos-faces): Update :version.
102 (todos-done-separator, todos-completion-ignore-case):
103 Change default value.
104 (todos-done-separator): Change :set function.
105 (todos-indent-to-here): Add :validate function to :type.
106 (todos-prefix-string, todos-mark, todos-button)
107 (todos-sorted-column, todos-archived-only, todos-search)
108 (todos-done, todos-done-sep): Provide full face definitions
109 instead of inheriting.
110 (todos-edit-buffer, todos-categories-buffer): Change from
111 defcustom to defvar.
112 (todos-category-beg, todos-category-done): Change from defvar to
113 defconst.
114 (todos-files): Check if todos-files-directory exists.
115 (todos-default-todos-file, todos-mode-line-control, todos-print):
116 Use todos-short-file-name.
117 (todos-font-lock-keywords): Use todos-nondiary-marker-matcher,
118 todos-diary-nonmarking-matcher, todos-category-string-matcher-1,
119 todos-category-string-matcher-2, todos-diary-expired-matcher.
120 (todos-category-select): Use todos-done-string-start, and
121 condition search on todos-show-with-done; don't make display
122 overlay for done items separator string if there already is one;
123 use todos-highlight-item, require hl-line and activate
124 hl-line-mode here in order to avoid a hang if done in todos-mode
125 or the mode hook.
126 (todos-update-categories-sexp): Use todos-categories-full if set,
127 otherwise todos-categories.
128 (todos-make-categories-list): Don't test for archive file when
129 processing a legacy todo-mode file.
130 (todos-check-format): Add check for todos-categories sexp.
131 (todos-diary-item-p): Use todos-nondiary-start instead of
132 todos-date-pattern.
133 (todos-marked-item-p): Rename from todos-item-marked-p.
134 (todos-read-file-name): Don't accept empty name; validate.
135 (todos-read-category): Validate new name before prompting whether
136 to add new category; force quit if user answers no.
137 (todos-filter-items): Improve implementation.
138 (todos-set-top-priorities): Rewrite as a noninteractive function
139 using minibuffer input instead of widgets.
140 (todos-insert-sort-button): Call todos-display-sorted with
141 argument nil to display categories in numerical order, instead of
142 calling todos-display-categories.
143 (powerset-recursive): Borrow and slightly reformulate the (GDFL'd)
144 Common Lisp powerset function at
145 http://rosettacode.org/wiki/Power_set#Common_Lisp.
146 (powerset-bitwise): Implement in Emacs Lisp the (GDFL'd) C
147 powerset function at http://rosettacode.org/wiki/Power_set#C.
148 (todos-powerset): Defalias to powerset-bitwise.
149 (todos-mode-map): Generate from todos-key-bindings instead of
150 listing each key definition.
151 (todos-categories-mode-map): Add two bindings.
152 (todos-filter-items-mode-map): Add some bindings, remove others.
153 (todos-mode): Derive from special-mode; use todos-modes-set-3; add
154 function setting todos-done-separator to
155 window-configuration-change-hook.
156 (todos-unload-hook): Remove function setting todos-done-separator
157 from window-configuration-change-hook.
158 (todos-archive-mode): Derive from todos-mode; use todos-modes-set-3.
159 (todos-edit-mode): Derive from text-mode; use todos-mode-external-set.
160 (todos-categories-mode): Derive from special-mode; use
161 todos-mode-external-set.
162 (todos-filter-items-mode): Derive from special-mode.
163 (todos-quit): Save archive file if it hasn't yet been saved.
164 (todos-display-categories): Delegate all functionality to
165 todos-display-categories-1 and todos-update-categories-display.
166 (todos-toggle-view-done-items): Improve implementation.
167 (todos-highlight-item): Require hl-line.
168 (todos-toggle-display-date-time): Remove argument and make it
169 apply only to whole file.
170 (todos-top-priorities, todos-diary-items, todos-regexp-items)
171 (todos-custom-items): Use todos-special-buffer-name.
172 (todos-add-file): Use todos-short-file-name and
173 todos-reevaluate-defcustoms; remove validation, since it's now
174 done in todos-read-file-name.
175 (todos-add-category): Also update todos-categories-full if non-nil.
176 (todos-delete-category): Delete file after confirmation if only
177 category is deleted.
178 (todos-move-category): Use todos-short-file-name and
179 todos-reevaluate-defcustoms.
180 (todos-insert-item): Fix getting date from the calendar and
181 insertion of time string.
182 (todos-set-date-from-calendar): Enter calendar buffer, suppressing
183 display of diary entries.
184 (todos-edit-multiline): Add optional argument to restrict editing
185 buffer to current item, otherwise make entire buffer (i.e. whole
186 file) editable.
187 (todos-edit-quit): When whole file is editable, check file format
188 validity before killing buffer, and if valid, recalculate
189 categories sexp to be safe.
190 (todos-edit-item-header): Allow choosing date from calendar.
191 (todos-item-done): Handle marked items.
192
193 2012-09-19 Stephen Berman <stephen.berman@gmx.net>
194
195 * calendar/todos.el (todos-item-start): Restore commented out code
196 to prevent wrongly moving point in widened buffer.
197
198 2012-09-19 Stephen Berman <stephen.berman@gmx.net>
199
200 * calendar/todos.el: Remove old commentary from todo-mode.el; add
201 and revise further doc strings and comments; require cl.el at
202 compile time for remove-duplicates; use function powerset from
203 http://rosettacode.org/wiki/Power_set#Common_Lisp (GFDL); further
204 code rearrangement. Add adapted version of diary-goto-entry as comment.
205 (todos-file-top, todos-archived-categories-buffer)
206 (todos-save-top-priorities-too, todos-toggle-item-diary-inclusion)
207 (todos-save-top-priorities, todos-reset-separator)
208 (todos-switch-todos-file, todos-item-string-start, todos-counts)
209 (todos-string-count-lines, todos-string-multiline-p)
210 (todos-display-categories-alphabetically): Remove.
211 (todos-insert-item-ask-date, todos-insert-item-ask-date-time)
212 (todos-insert-item-ask-date-time-for-diary)
213 (todos-insert-item-ask-date-time-for-diary-here)
214 (todos-insert-item-ask-date-time-here)
215 (todos-insert-item-ask-date-maybe-notime)
216 (todos-insert-item-ask-date-maybe-notime-for-diary)
217 (todos-insert-item-ask-date-maybe-notime-for-diary-here)
218 (todos-insert-item-ask-date-maybe-notime-here)
219 (todos-insert-item-ask-date-for-diary)
220 (todos-insert-item-ask-date-for-diary-here)
221 (todos-insert-item-ask-date-here, todos-insert-item-ask-dayname)
222 (todos-insert-item-ask-dayname-time)
223 (todos-insert-item-ask-dayname-time-for-diary)
224 (todos-insert-item-ask-dayname-time-for-diary-here)
225 (todos-insert-item-ask-dayname-time-here)
226 (todos-insert-item-ask-dayname-maybe-notime)
227 (todos-insert-item-ask-dayname-maybe-notime-for-diary)
228 (todos-insert-item-ask-dayname-maybe-notime-for-diary-here)
229 (todos-insert-item-ask-dayname-maybe-notime-here)
230 (todos-insert-item-ask-dayname-for-diary)
231 (todos-insert-item-ask-dayname-for-diary-here)
232 (todos-insert-item-ask-dayname-here, todos-insert-item-ask-time)
233 (todos-insert-item-ask-time-for-diary)
234 (todos-insert-item-ask-time-for-diary-here)
235 (todos-insert-item-ask-time-here)
236 (todos-insert-item-maybe-notime)
237 (todos-insert-item-maybe-notime-for-diary)
238 (todos-insert-item-maybe-notime-for-diary-here)
239 (todos-insert-item-maybe-notime-here)
240 (todos-insert-item-for-diary, todos-insert-item-for-diary-here)
241 (todos-insert-item-here): Remove; all of these are now generated
242 on loading (some with the same name, most with other names.)
243 (todos-item-counts, todos-display-categories-alphabetically)
244 (todos-display-categories-sorted-by-todo)
245 (todos-display-categories-sorted-by-diary)
246 (todos-display-categories-sorted-by-done)
247 (todos-display-categories-sorted-by-archived): Comment out.
248 (todos-comment-string, todos-mode-line-function)
249 (todos-filter-function, todos-priorities-rules)
250 (todos-visit-files-commands, todos-categories-totals-label)
251 (todos-use-only-highlighted-region, todos-diary-nonmarking):
252 New defcustoms.
253 (todos-mark, todos-comment): New faces.
254 (todos-comment-face): Corresponding new variable.
255 (todos-categories-full, todos-global-current-todos-file)
256 (todos-first-visit, todos-insertion-commands-args-genlist)
257 (todos-insertion-commands-args, todos-insertion-commands-names)
258 (todos-insertion-commands, todos-insertion-commands-arg-key-list)
259 (todos-top-priorities-widgets, todos-date-from-calendar)
260 (todos-item-mark, todos-categories-with-marks): New variables.
261 (todos-mode-line-control, todos-reset-global-current-todos-file)
262 (todos-gen-arglists, todos-insertion-command-name)
263 (todos-insertion-key-bindings, todos-unload-hook)
264 (todos-filter-items, todos-set-date-from-calendar)
265 (todos-comment-string-matcher, todos-after-find-file)
266 (todos-reset-nondiary-marker, todos-reset-done-string)
267 (todos-reset-comment-string, todos-show-current-file)
268 (todos-item-marked-p, todos-total-item-counts): New functions.
269 (todos-define-insertion-command): New macro.
270 (todos-toggle-mark-item, todos-mark-category)
271 (todos-unmark-category, todos-set-top-priorities)
272 (todos-merged-diary-items, todos-regexp-items)
273 (todos-merged-regexp-items, todos-custom-items)
274 (todos-merged-custom-items, todos-comment-done-item)
275 (todos-archive-category-done-items, todos-unarchive-items)
276 (todos-print-to-file): New commands.
277 (todos-done-separator): Change :set function.
278 (todos-done-string): Uncomment :initialize and :set functions.
279 (todos-files): Use file-truename.
280 (todos-show-current-file): Rename from
281 todos-auto-switch-todos-file and change :set function accordingly.
282 (todos-font-lock-keywords): Use todos-comment-string-matcher;
283 change names of other matcher functions to new *-matcher.
284 (todos-category-number): Change initial value.
285 (todos-insertion-map): Use todos-insertion-key-bindings to
286 generate key definitions.
287 (todos-mode-map): Don't suppress digit keys, so they can supply
288 prefix arguments; add new and change some existing bindings.
289 (todos-archive-mode-map): Change a key binding.
290 (todos-categories-mode-map): Comment out a key binding.
291 (todos-filter-items-mode-map): Rename from
292 todos-top-priorities-mode-map.
293 (todos-mode): Make todos-current-todos-file,
294 todos-categories-full, todos-categories, todos-first-visit,
295 todos-category-number, todos-show-done-only,
296 todos-categories-with-marks local variables and set them; add
297 todos-show-current-file to pre-command-hook, todos-after-find-file
298 to post-command-hook and todos-reset-global-current-todos-file to
299 kill-buffer-hook.
300 (todos-archive-mode): Make todos-current-todos-file,
301 todos-categories and todos-category-number local variables and set
302 them; add todos-after-find-file to post-command-hook.
303 (todos-raw-mode): New derived major mode.
304 (todos-categories-mode): Don't set font-lock-defaults and
305 buffer-read-only; make todos-current-todos-file and
306 todos-categories local variables and set them.
307 (todos-filter-items-mode): Rename from todos-top-priorities-mode-map.
308 (todos-quit): Don't reset todos-categories on quitting
309 todos-categories-mode; handle quitting todos-filter-items-mode.
310 (todos-show): Simplify; when visiting an archive file switch to
311 corresponding Todos file; use todos-first-visit.
312 (todos-view-archived-items): Simplify; call todos-category-number.
313 (todos-show-archive): Rename from todos-switch-to-archive and
314 adjust callers; simplify.
315 (todos-toggle-display-date-time): Add optional argument to toggle
316 display in entire file.
317 (todos-top-priorities): Use todos-filter-items, which now contains
318 the previous core of this command.
319 (todos-merged-top-priorities, todos-diary-items):
320 Use todos-filter-items.
321 (todos-forward-category): Add optional argument to go to the
322 previous category.
323 (todos-backward-category): Use todos-forward-category.
324 (todos-jump-to-category): Refine implementation.
325 (todos-forward-item, todos-backward-item): Fix movement from todo
326 to done item and vice versa.
327 (todos-add-file): Remove argument and simplify.
328 (todos-rename-category): Use todos-current-todos-file and
329 todos-mode-line-function; set todos-categories with
330 todos-set-categories.
331 (todos-delete-category): Ask what to do if category has archived items.
332 (todos-raise-category): Ensure modified todos-categories is added
333 to file's categories sexp.
334 (todos-move-category): Improve implementation, especially handling
335 of archived categories.
336 (todos-merge-category): Tweak; set item counts.
337 (todos-insert-item): Improve handling of various argument values;
338 add new argument values to control marking of diary items and to
339 use region for item body.
340 (todos-insert-item-from-calendar): Use todos-global-current-todos-file.
341 (todos-delete-item, todos-edit-item-header): Handle marked items.
342 (todos-edit-item): Incorporate functionality of removed
343 todos-string-multiline-p.
344 (todos-edit-multiline): Use set-window-buffer instead of
345 switch-to-buffer.
346 (todos-edit-quit): Don't save on quitting; use todos-show instead
347 of todos-category-select.
348 (todos-raise-item-priority): Add argument to lower priority;
349 improve handling of top priority items in todos-filter-items-mode;
350 restore marks.
351 (todos-lower-item-priority): Use todos-raise-item-priority.
352 (todos-set-item-priority): Increment maximum number if item is new.
353 (todos-move-item): Handle marked items; delay changing category
354 moved from till after movement to avoid restoring if user cancels
355 before insertion.
356 (todos-item-done): Add optional argument to insert comment; fix
357 item counts and update sexp.
358 (todos-item-undo): Fix item counts and update.
359 (todos-archive-done-item-or-items): Rename from
360 todos-archive-done-items; add optional argument to archive all
361 items in category; handle marked items.
362 (todos-unarchive-category): Use todos-unarchive-items.
363 (todos-toggle-diary-inclusion): Incorporate functionality of
364 removed todos-toggle-item-diary-inclusion; handle marked items.
365 (todos-print): Add optional argument to print to file.
366 (todos-done-string-start): Don't use todos-nondiary-start.
367 (todos-date-string-matcher, todos-time-string-matcher)
368 (todos-done-string-matcher, todos-category-string-matcher): Rename
369 from *-match and adjust callers.
370 (todos-wrap-and-indent): Use set instead of setq for local variables.
371 (todos-prefix-overlays): Improve overlay handling.
372 (todos-reset-categories): Fix and complete implementation.
373 (todos-toggle-show-current-file): Rename from
374 todos-toggle-switch-todos-file-noninteractively.
375 (todos-category-select): Use todos-mode-line-function.
376 (todos-item-start): Comment out code used by removed function.
377 (todos-remove-item): Handle presence of both prefix/number and
378 mark overlays.
379 (todos-get-count): Simplify.
380 (todos-set-count): Change argument list and adjust callers; simplify.
381 (todos-set-categories): Handle new archive files; use
382 todos-categories-full and todos-ignore-archived-categories.
383 (todos-truncate-categories-list): Use todos-categories-full.
384 (todos-update-categories-sexp): Use kill-region instead of
385 kill-line; use todos-categories-full.
386 (todos-read-file-name): Add argument to require existing file and
387 adjust callers; use file-truename.
388 (todos-read-category): Remove argument to require existing
389 category and delegate it to completing-read in function body.
390 (todos-validate-category-name): Make empty string prompt only for
391 initial category name.
392 (todos-read-date): Use = instead of eq for testing if month = 13,
393 and if it is, set monthname to *.
394 (todos-display-categories): Use todos-global-current-todos-file;
395 use set-window-buffer instead of switch-to-buffer; add a line
396 showing item count totals.
397 (todos-padded-string): Use the longest of category name or label.
398 (todos-descending-counts): Rename from
399 todos-descending-counts-store and adjust users.
400 (todos-insert-category-line): Adjust format; use mapconcat; kill
401 buffer after jumping to category.
402
403 2012-09-18 Stephen Berman <stephen.berman@gmx.net>
404
405 * calendar/todos.el Add and revise various doc strings, remove
406 further commented out code; add further comments; further code
407 rearrangement.
408 (todos-file-do, todos-archive-file, todos-mode-hook)
409 (todos-edit-mode-hook, todos-exclusion-start, todos-exclusion-end)
410 (todos-view-archive, todos-search-string)
411 (todos-jump-to-category-noninteractively, todos-initial-setup):
412 Remove.
413 (todos-files): Remove this defcustom.
414 (todos-initial-category, todos-display-categories-first)
415 (todos-auto-switch-todos-file, todos-default-todos-file)
416 (todos-categories-category-label, todos-categories-todo-label)
417 (todos-categories-diary-label, todos-categories-done-label)
418 (todos-categories-archived-label)
419 (todos-categories-number-separator, todos-categories-align)
420 (todos-ignore-archived-categories, todos-nondiary-marker):
421 New defcustoms.
422 (todos-prefix, todos-done-separator, todos-file-top)
423 (todos-categories-buffer, todos-archived-categories-buffer)
424 (todos-edit-buffer, todos-always-add-time-string, todos-button):
425 Change default value.
426 (todos-done-string): Add todos-reset-done-string as :set function,
427 but keep this commented out.
428 (todos-files, todos-archives, todos-insertion-map)
429 (todos-category-done, todos-nondiary-start, todos-nondiary-end)
430 (todos-show-done-only, todos-date-string-start)
431 (todos-done-string-start): New variables.
432 (todos-files-directory, todos-files-function, todos-merged-files)
433 (todos-prompt-merged-files, todos-files, todos-modes-set-1)
434 (todos-modes-set-2, todos-reset-done-string, todos-reset-categories)
435 (todos-toggle-switch-todos-file-noninteractively)
436 (todos-switch-todos-file, todos-counts, todos-get-count)
437 (todos-set-count, todos-set-categories)
438 (todos-truncate-categories-list, todos-update-categories-sexp)
439 (todos-read-file-name, todos-sort, todos-display-sorted)
440 (todos-label-to-key, todos-insert-sort-button): New functions.
441 (todos-display-categories-sorted-by-todo)
442 (todos-display-categories-sorted-by-diary)
443 (todos-display-categories-sorted-by-done)
444 (todos-display-categories-sorted-by-archived)
445 (todos-update-merged-files, todos-switch-to-archive)
446 (todos-choose-archive, todos-merged-top-priorities)
447 (todos-jump-to-category-other-file, todos-clear-matches)
448 (todos-add-file, todos-change-default-file, todos-move-category)
449 (todos-merge-category, todos-merge-categories)
450 (todos-edit-item-time, todos-move-item-to-file)
451 (todos-unarchive-category, todos-toggle-item-diary-nonmarking)
452 (todos-toggle-diary-nonmarking): New commands.
453 (todos-toggle-show-done-only): New command replacing todos-view-archive.
454 (todos-faces): New defgroup; use in all face definitions.
455 (todos-sorted-column, todos-archived-only, todos-search): New faces.
456 (todos-font-lock-keywords): Use subexpression 1 with matcher
457 todos-category-string-match.
458 (todos-mode-map, todos-archive-mode-map, todos-edit-mode-map)
459 (todos-categories-mode-map): Add new key bindings; change some
460 existing bindings.
461 (todos-top-priorities-mode-map): New keymap.
462 (todos-menu): Add submenues and new entries.
463 (auto-mode-alist): Add extension of Todos and Todos archive files.
464 (todos-mode, todos-archive-mode): Make derived mode; use
465 todos-modes-set-1, todos-modes-set-2, todos-auto-switch-todos-file
466 and todos-switch-todos-file; make todos-show-done-only local
467 variable.
468 (todos-edit-mode): Make derived mode; use todos-modes-set-1.
469 (todos-categories-mode): Make derived mode.
470 (todos-top-priorities-mode): New derived major mode.
471 (todos-save): Remove unused code.
472 (todos-quit): Handle todos-categories-mode; save archive buffer.
473 (todos-show): Add optional argument to prompt for a Todos file; if
474 called interactively or with prefix arg or from an archive, don't
475 make a no-op but reset todos-current-todos-file, todos-categories
476 and todos-category-number; use todos-read-file-name,
477 todos-display-categories-first, todos-ignore-archived-categories.
478 (todos-display-categories): Change argument name; refactor code
479 for inserting table labels and lines, using
480 todos-ignore-archived-categories, todos-sort,
481 todos-categories-number-separator, todos-insert-sort-button,
482 todos-categories-*-labels, and todos-insert-category-line.
483 (todos-display-categories-alphabetically): Use todos-display-sorted.
484 (todos-toggle-view-done-items): Use todos-done-string-start and
485 todos-get-count.
486 (todos-toggle-display-date-time): Use todos-done-string-start.
487 (todos-top-priorities): Remove autoload cookie; partially rewrite:
488 new argument list; allow combining top priorities of multiple
489 Todos files; change display to include category (and file) name as
490 part of item header; use todos-top-priorities-mode.
491 (todos-diary-items): Reimplement using only todos-top-priorities.
492 (todos-forward-category, todos-backward-category): Adjust to
493 1-based numbering of categories; move point to top of category.
494 (todos-jump-to-category): Rewrite, adding optional arguments to
495 provide a category in non-interactive uses and to prompt for which
496 Todos file to jump to.
497 (todos-search): Reimplement; highlight each match as found, say
498 how many matches remain and prompt whether to go to next one; at
499 end of search prompt whether to remove highlighting.
500 (todos-add-category): Remove autoload cookie; assign new category
501 the highest category number; associate zero-initialized vector of
502 item counts, instead of property list, with new category; use
503 todos-validate-category-name and todos-update-categories-sexp.
504 (todos-rename-category): Use todos-validate-category-name and
505 todos-update-categories-sexp; take archive files into account.
506 (todos-delete-category): Use todos-get-count and
507 todos-update-categories-sexp, let-bind variable that were
508 mistakenly global; use delete-region instead of kill-region;
509 adjust to 1-based numbering of categories; move point to top of
510 category.
511 (todos-raise-category): Handle item count vectors; use
512 todos-insert-category-line and todos-update-categories-sexp.
513 (todos-insert-item): Use nil time-string argument to omit time
514 string; use todos-nondiary-start and todos-nondiary-end and
515 todos-update-categories-sexp; if category named to insert into
516 does not exist, add it; take new diary items into account.
517 (todos-insert-item-ask-date, todos-insert-item-ask-date-time)
518 (todos-insert-item-ask-date-time-for-diary)
519 (todos-insert-item-ask-date-time-for-diary-here)
520 (todos-insert-item-ask-date-time-here)
521 (todos-insert-item-ask-date-maybe-notime)
522 (todos-insert-item-ask-date-maybe-notime-for-diary)
523 (todos-insert-item-ask-date-maybe-notime-for-diary-here)
524 (todos-insert-item-ask-date-maybe-notime-here)
525 (todos-insert-item-ask-date-for-diary)
526 (todos-insert-item-ask-date-for-diary-here)
527 (todos-insert-item-ask-date-here, todos-insert-item-ask-dayname)
528 (todos-insert-item-ask-dayname-time)
529 (todos-insert-item-ask-dayname-time-for-diary)
530 (todos-insert-item-ask-dayname-time-for-diary-here)
531 (todos-insert-item-ask-dayname-time-here)
532 (todos-insert-item-ask-dayname-maybe-notime)
533 (todos-insert-item-ask-dayname-maybe-notime-for-diary)
534 (todos-insert-item-ask-dayname-maybe-notime-for-diary-here)
535 (todos-insert-item-ask-dayname-maybe-notime-here)
536 (todos-insert-item-ask-dayname-for-diary)
537 (todos-insert-item-ask-dayname-for-diary-here)
538 (todos-insert-item-ask-dayname-here, todos-insert-item-ask-time)
539 (todos-insert-item-ask-time-for-diary)
540 (todos-insert-item-ask-time-for-diary-here)
541 (todos-insert-item-ask-time-here)
542 (todos-insert-item-maybe-notime)
543 (todos-insert-item-maybe-notime-for-diary)
544 (todos-insert-item-maybe-notime-for-diary-here)
545 (todos-insert-item-maybe-notime-here)
546 (todos-insert-item-for-diary, todos-insert-item-for-diary-here):
547 New insertion commands.
548 (todos-insert-item-from-calendar): Use todos-current-todos-file.
549 (todos-delete-item): Handle diary items;
550 use todos-update-categories-sexp.
551 (todos-edit-item): Check if point is with item string;
552 use read-string instead of read-from-minibuffer;
553 use todos-date-string-start; after editing put point at start of
554 item text.
555 (todos-edit-multiline): Narrow to item before invoking
556 todos-edit-mode; show key binding of todos-edit-quit in a message.
557 (todos-edit-quit): Use todos-save; kill buffer.
558 (todos-edit-item-header): Add optional argument to prompt for
559 editing only date string or only time string;
560 use todos-date-string-start.
561 (todos-edit-item-date, todos-edit-item-date-is-today)
562 (todos-raise-item-priority, todos-lower-item-priority): Rename
563 from todos-{raise, lower}-item and make them DTRT in
564 todos-top-priorities-mode.
565 (todos-set-item-priority): Make interactive; use todos-get-count
566 and todos-insert-with-overlays; interactively, just relocate the
567 item within its category.
568 (todos-move-item): Add optional argument to prompt for a category
569 in another Todos file; handle diary items; fix restoration after
570 cancelling before inserting.
571 (todos-item-done): Handle diary items; simplify handling of
572 insertion in done items section.
573 (todos-item-undo): Handle diary items.
574 (todos-archive-done-items): Adjust to new handling of archive
575 files (in parallel with Todos files); handle diary items; use
576 todos-done-string-start.
577 (todos-toggle-item-diary-inclusion): Use todos-nondiary-start,
578 todos-nondiary-end and todos-item-counts.
579 (todos-toggle-diary-inclusion): Use todos-category-done instead of
580 todos-category-end.
581 (todos-print): Remove autoload cookie; rewrite to make overlays,
582 line wrapping and wrap prefixes printable.
583 (todos-date-pattern): Make parenthesized groups shy.
584 (todos-date-string-match): Use todos-date-string-start; make
585 todos-date-pattern an explicitly numbered group.
586 (todos-time-string-match): Use todos-date-string-start.
587 (todos-done-string-match): Use todos-done-string-start.
588 (todos-category-string-match): Rewrite to match new category and
589 category+filename patterns in todos-top-priorities-mode.
590 (todos-prefix-overlays): Use todos-done-string-start and
591 todos-category-done.
592 (todos-reset-prefix): Handle archive files; restore point after
593 changing prefix.
594 (todos-reset-separator): Handle archive files.
595 (todos-category-number): Make category number one more than its
596 list index.
597 (todos-current-category): Adjust to 1-based numbering of categories.
598 (todos-category-select): Simplify handling of done items and done
599 separator string overlay.
600 (todos-item-start): Use todos-date-string-start and
601 todos-done-string-start.
602 (todos-item-start, todos-item-end): Fix wrong parenthesizing.
603 (todos-item-string): Restore point after getting item bounds; use
604 buffer-substring-no-properties.
605 (todos-done-item-p): Use todos-done-string-start.
606 (todos-make-categories-list): Add optional argument to force
607 looping through file to get categories and their item counts,
608 otherwise set todos-categories from sexp in first line; use
609 vectors of item counts instead of plists; count diary items.
610 (todos-item-counts): Use todos-counts, todos-set-counts,
611 todos-get-counts, and todos-update-categories-sexp instead of
612 getting and setting properties; handle diary items.
613 (todos-read-category): Add argument to set prompt; don't offer
614 default category.
615 (todos-validate-category-name): Rename from
616 todos-check-category-name; take into account whether there are
617 already categories or not.
618 (todos-read-date): Accept `*' as an unspecified month, day, or year.
619 (todos-padded-string): Accommodate new structure of
620 todos-categories as alists; use todos-categories-align.
621 (todos-descending-counts-store): New variable.
622 (todos-insert-category-line): Rename from
623 todos-insert-category-name and reimplement using labels and
624 todos-get-counts instead of properties; use
625 todos-ignore-archived-categories; highlight sorted column.
626
627 2012-09-14 Stephen Berman <stephen.berman@gmx.net>
628
629 * calendar/todos.el Remove lots of commented out code; add various
630 comments; further code rearrangement.
631 (todos-insert-item-here-ask-date-time)
632 (todos-insert-item-ask-date-time)
633 (todos-insert-item-ask-dayname-time)
634 (todos-insert-item-for-diary)
635 (todos-insert-item-for-diary-ask-date-time)
636 (todos-make-categories-alist, todos-categories-alist): Remove.
637 (todos-categories-list): Comment out.
638 (todos-make-categories-list): New function replacing
639 todos-make-categories-alist, using category plists to get item
640 counts and taking archive into account.
641 (todos-current-todos-file): New variable.
642 (todos-mode-map): Update key bindings.
643 (todos-save): Add as comment code to make sure todos-categories
644 sexp is current on saving.
645 (todos-quit): Call todos-show on quitting Todos archive buffer.
646 (todos-show): If todos-current-todos-file is not set to Todos
647 file, set it as a new file; set todos-categories from
648 todos-make-categories-alist.
649 (todos-display-categories): Use a different display format for
650 archive file; put point initially on the first button.
651 (todos-toggle-view-done-items): Check the category's `done'
652 property to determine if there are done items.
653 (todos-view-archive): Set todos-current-todos-file to the archive
654 file; jump from the Todos file to the same category in the
655 archive, if it exists, else jump to the first category; use
656 message instead of error.
657 (todos-add-category): Intern a special symbol for the new category
658 and set its property list to holds counts of the numbers of todo,
659 done and archived items in the category; assign the new category
660 the current highest category number.
661 (todos-rename-category): Don't use todos-categories-alist.
662 (todos-delete-category): Check the category's `todo' and `done'
663 properties to determine if it is empty; ensure that the end of the
664 last category is found; after deleting the category, empty its
665 plist and unintern its special symbol.
666 (todos-insert-item-here): Fix argument list of todos-insert-item.
667 (todos-delete-item, todos-raise-item, todos-lower-item):
668 Use message instead of error.
669 (todos-move-item): If the category to be moved to does not exist,
670 add it as a new category.
671 (todos-item-done, todos-reset-separator):
672 Use todos-category-select instead of todos-show.
673 (todos-archive-done-items): Make buffer writeable; conditionalize
674 search for end of category; save after adding to archive in case
675 the file is new, so it can be found.
676 (todos-category-select): Wrap search in if instead of or+and;
677 don't hide done items in an archive.
678 (todos-set-item-priority): Check the category's `todo'
679 property to determine if there are not done todo items.
680 (todos-jump-to-category-noninteractively): Just switch to buffer
681 visiting todos-current-todos-file, since this can be either a
682 Todos file or an archive.
683 (todos-item-counts): Use category's plist instead of an alist.
684 (todos-longest-category-name-length): Argument is now a list of
685 category names, not an alist, so just test each element, not each
686 element's the car.
687 (todos-padded-string): Use todos-categories instead of
688 todos-categories-alist.
689 (todos-insert-category-name): Use category plist to get item
690 counts; take archived items into account.
691
692 2012-09-13 Stephen Berman <stephen.berman@gmx.net>
693
694 * calendar/todos.el: Numerous spelling and comment fixes, doc
695 string fixes to conform with checkdoc, further rearrangement of
696 definitions, etc.
697 (todos-previous-line, todos-previous-answer)
698 (todos-insert-item-ask-date, todos-change-date)
699 (todos-date-nodayname-pattern, todos-dayname-date-pattern)
700 (todos-count-items-in-category, todos-count-all-items): Remove.
701 (todos-update-numbered-prefix, todos-item-start-overlays)
702 (todos-add-item-non-interactively): Comment out, also in uses.
703 (todos-done-separator): Change default value.
704 (todos-always-add-time-string): Rename from todos-add-time-string
705 and adjust uses.
706 (todos-read-category): Rename from todos-completing-read and
707 adjust callers; use todos-current-category.
708 (todos-make-categories-alist): Rename from function
709 todos-categories-alist.
710 (todos-categories-alist): New variable.
711 (todos-indent-to-here): New defcustom.
712 (todos-button): New face.
713 (todos-display-categories-alphabetically, todos-raise-category)
714 (todos-lower-category, todos-insert-item-for-diary-ask-date-time)
715 (todos-insert-item-here-ask-date-time)
716 (todos-insert-item-ask-date-time)
717 (todos-insert-item-ask-dayname-time): New commands.
718 (todos-edit-item-header): New command replacing todos-change-date.
719 (todos-category-number, todos-indent, todos-item-counts)
720 (todos-check-category-name, todos-read-date, todos-read-dayname)
721 (todos-read-time, todos-padded-string)
722 (todos-insert-category-name): New functions.
723 (todos-set-item-priority): New function replacing
724 todos-add-item-non-interactively.
725 (todos-mode-map): Remap newline to newline-and-indent.
726 (todos-edit-mode-map): Make sparse keymap; remap newline to
727 newline-and-indent.
728 (todos-categories-mode-map): New keymap.
729 (todos-mode, todos-edit-mode): Make indent-line-function local
730 variable and set to todos-indent.
731 (todos-categories-mode): New major mode.
732 (todos-display-categories): List categories initially in their
733 numerical order; add optional argument to switch to alphabetical
734 listing.
735 (todos-toggle-view-done-items): Simplify implementation.
736 (todos-toggle-display-date-time): Fix regexp search string.
737 (todos-backward-item, todos-forward-item): Use variable
738 todos-item-start.
739 (todos-add-category): Use todos-check-category-name and
740 todos-categories-alist.
741 (todos-rename-category): Use todos-current-category,
742 todos-check-category-name and todos-categories-alist.
743 (todos-delete-category): Use todos-check-category-name and
744 todos-categories-alist and take done items into account.
745 (todos-insert-item): Use separate arguments to handle insertion of
746 date/dayname and time strings, add new argument to mark item for
747 diary inclusion, use new todos-read-* functions,
748 todos-set-item-priority and todos-item-counts.
749 (todos-insert-item-here, todos-insert-item-for-diary)
750 (todos-insert-item-from-calendar): Adapt to new version of
751 todos-insert-item.
752 (todos-delete-item, todos-item-done): Use todos-item-counts.
753 (todos-edit-item): Indent newlines inserted by C-q C-j if nonspace
754 char follows.
755 (todos-lower-item): Ensure only not-done items can be lowered.
756 (todos-move-item): Use todos-current-category, todos-read-category
757 and todos-item-counts.
758 (todos-archive-done-items): Use todos-current-category and
759 todos-item-counts; fix regexp search string.
760 (todos-item-undo): Use todos-current-category,
761 todos-set-item-priority, todos-insert-with-overlays and
762 todos-item-counts; restore if user quits before inserting undone
763 item.
764 (todos-date-pattern): Rewrite without using
765 todos-date-nodayname-pattern and todos-dayname-date-pattern.
766 (todos-date-string-match): Do not make todos-date-pattern an
767 unnumbered group.
768 (todos-time-string-match): Make todos-date-pattern a shy group.
769 (todos-wrap-and-indent): Use todos-indent-to-here.
770 (todos-reset-prefix): Revert to using todos-show instead of
771 todos-category-select.
772 (todos-prefix-overlays): Fix numbering of done items and updating
773 of prefix.
774 (todos-category-select): Use todos-current-category; fix display
775 of separator string; don't move point to top of category.
776 (todos-jump-to-category-noninteractively): Use todos-category-number.
777 (todos-insert-with-overlays): Use todos-item-start unconditionally.
778 (todos-item-start): New variable.
779 (todos-item-start): Use it to define this function.
780 (todos-item-end): Adjust if item is last unfinished one before
781 displayed done items.
782 (todos-remove-item): Use todos-item-start and todos-item-end
783 instead of todos-forward-item and todos-backward-item.
784 (todos-longest-category-name-length): Add argument for list of
785 categories.
786
787 2012-09-13 Stephen Berman <stephen.berman@gmx.net>
788
789 * calendar/todos.el: Comment out calendar require, since diary-lib
790 requires calendar. Rearrange file to group definitions according
791 to their use (types of commands, internal functions, etc.)
792 (todos-file-done, todos-insert-threshold, todos-remove-separator)
793 (todos-date-string, todos-time-string, todos-check-overlay)
794 (todos-show-paren-hack, todos-file-item, todos-more-important-p):
795 Comment out.
796 (todos-current-date, todos-item-end-overlays)
797 (todos-list-categories): Remove.
798 (todos-item-end): Remove (the variable, not the function).
799 (todos-prefix-overlays): Rename from todos-item-overlays and adjust
800 callers.
801 (todos-done-separator, todos-done-string, todos-show-with-done)
802 (todos-files, todos-archive-file, todos-categories-buffer)
803 (todos-archived-categories-buffer, todos-wrap-lines)
804 (todos-line-wrapping-function): New defcustoms.
805 (todos-done, todos-done-sep): New faces.
806 (todos-done-face, todos-done-sep-face): Corresponding new variables.
807 (todos-search-string, todos-date-nodayname-pattern)
808 (todos-dayname-date-pattern, todos-date-pattern): New variables.
809 (todos-done-string-match, todos-category-string-match)
810 (todos-check-format, todos-wrap-and-indent, todos-reset-separator)
811 (todos-current-category, todos-count-items-in-category)
812 (todos-done-item-p, todos-categories-alist, todos-count-all-items)
813 (todos-longest-category-name-length): New functions.
814 (todos-categories-list): New buffer-specific function replacing
815 todos-list-categories.
816 (todos-toggle-item-numbering, todos-toggle-view-done-items)
817 (todos-search, todos-view-archive, todos-diary-items)
818 (todos-toggle-display-date-time, todos-insert-item-no-time)
819 (todos-insert-item-ask-date, todos-insert-item-for-diary)
820 (todos-insert-item-from-calendar, todos-edit-quit)
821 (todos-change-date, todos-item-done, todos-archive-done-items)
822 (todos-item-undo): New commands.
823 (todos-archive-mode): New major mode.
824 (todos-archive-mode-map, todos-edit-mode-map): New keymaps.
825 (todos-category-beg): Change value.
826 (todos-number-prefix): Change default value.
827 (todos-edit-buffer): Change from defvar to defcustom.
828 (todos-font-lock-keywords): Use todos-done-string-match and
829 todos-category-string-match.
830 (todos-backward-item, todos-forward-item): Use todos-done-string
831 and todos-date-pattern.
832 (todos-display-categories): Reimplement using buttons from
833 button.el instead of widgets.
834 (todos-top-priorities): Use with-current-buffer; take done items
835 into account; ensure buffers gets fontified.
836 (todos-add-category): Ensure new category does not begin with
837 empty lines.
838 (todos-jump-to-category): Use todos-category-select instead of
839 todos-show.
840 (todos-rename-category): Prompt for new name in body instead of in
841 interactive spec.
842 (todos-insert-item): Don't insert in done items section of
843 category. Add two optional arguments to control insertion: (i) to
844 insert near point without prompting for priority; (ii) to use
845 defaults for date and time strings, to prompt for these, or to
846 choose date from the Calendar.
847 (todos-insert-item-here): Reimplement using todos-insert-item.
848 (todos-delete-item): Don't move point after deleting last item.
849 (todos-raise-item, todos-lower-item): Take done items into account.
850 (todos-move-item): Don't move done items; update item numbering;
851 restore if user quits before inserting moved item.
852 (todos-print): Prompt for confirmation to print.
853 (todos-reset-prefix): Search backward from end of file instead of
854 forward from top.
855 (todos-jump-to-category-noninteractively): Take Todos archive into
856 account.
857 (todos-category-select): Show or hide done items according to
858 todos-show-with-done; if shown, coordinate separator and prefix
859 overlays.
860 (todos-add-item-non-interactively): Replace binary insertion
861 algorithm with prompting for numerical priority.
862 (todos-insert-with-overlays): Remove use of variable todos-item-end.
863 (todos-item-start): Take done items into account; use
864 todos-date-pattern.
865 (todos-item-end): Reimplement using todos-forward-item.
866 (todos-remove-item): Reimplement using todos-forward-item and
867 todos-backward-item; redo overlay handling.
868 (todos-mode-map): Add some new key bindings and change numerous
869 existing bindings; use "i" as prefix key for item insertion
870 commands.
871 (todos-mode): Use todos-wrap-lines and delegate word-wrap and
872 wrap-prefix settings to todos-wrap-and-indent; add to invisibility
873 spec; set buffer-read-only to t and consequently let-bind this
874 variable in all Todos commands that change buffer content.
875 (todos-edit-mode): Make an indepent mode, not derived from text-mode.
876 (todos-save): Don't save top priorities buffer.
877 (todos-show): Make a no-op if called interactively in narrowed
878 Todos mode, since, also to work around item prefix reduplication
879 bug with show-paren-mode enabled; use todos-categories-list.
880
881 2012-09-12 Stephen Berman <stephen.berman@gmx.net>
882
883 * calendar/todos.el: Comment out time-stamp require; require
884 calendar and diary-lib.
885 (todos-prefix): Change default value and doc string to reflect new
886 meaning; add :initialize and :set functions.
887 (todos-time-string-format, todos-entry-prefix-function)
888 (todos-initials, todos-entry-timestamp-initials)
889 (todos-prefix-face, todos-category-sep, todos-category-end)
890 (todos-cp): Comment out.
891 (todos-prefix-string): Inherit from font-lock-comment-face.
892 (todos-item-header, todos-item-header-face): Remove.
893 (todos-date, todos-time): New faces.
894 (todos-date-face, todos-time-face): Corresponding new variables.
895 (todos-add-time-string, todos-include-in-diary)
896 (todos-exclusion-start, todos-exclusion-end, todos-number-prefix):
897 New defcustoms.
898 (todos-item-end, todos-item-start-overlays)
899 (todos-item-end-overlays): New variables.
900 (todos-date-string-match, todos-time-string-match): New functions.
901 (todos-font-lock-keywords): Use them.
902 (todos-current-date, todos-date-string, todos-time-string)
903 (todos-toggle-item-diary-inclusion, todos-toggle-diary-inclusion)
904 (todos-reset-prefix, todos-update-numbered-prefix)
905 (todos-check-overlay, todos-item-overlays)
906 (todos-insert-with-overlays, todos-show-paren-hack): New functions.
907 (todos-highlight-item): New command.
908 (todos-category-beg): Change value.
909 (todos-category-select): Use todos-category-beg and todos-item-overlays.
910 (todos-backward-item): Add optional count argument; use it and
911 todos-item-start.
912 (todos-forward-item): Use todos-check-overlay, todos-item-start
913 and variable todos-item-end.
914 (todos-edit-item, todos-delete-item): Use todos-number-prefix,
915 todos-update-numbered-prefix, todos-item-overlays.
916 (todos-add-category, todos-rename-category)
917 (todos-list-categories): Use new category format.
918 (todos-delete-category): Allow deleting non-empty category;
919 use new category format.
920 (todos-add-item-non-interactively): Comment out unnecessary
921 save-excursion; use todos-insert-with-overlays.
922 (todos-insert-item): Comment out unnecessary save-excursion; use
923 new item format for date/time header and diary inclusion marking.
924 (todos-insert-item-here): Use new item format for date/time header
925 and diary inclusion marking; use todos-insert-with-overlays.
926 (todos-raise-item): Make a no-op if point is on an empty line; use
927 todos-insert-with-overlays.
928 (todos-lower-item): Use todos-insert-with-overlays.
929 (todos-top-priorities): Move call to todos-show inside
930 save-excursion; add save-current-buffer after save-restriction.
931 (todos-item-start): Use variable todos-item-end.
932 (todos-item-end): Use todos-check-overlay and variable todos-item-end.
933 (todos-remove-item): Take item overlays into account.
934 (todos-mode): Change calculation of wrap-prefix; make
935 hl-line-range-function a local variable and set it to highlight
936 todo item.
937 (todos-show): Ensure point stays at top of category.
938
939 2012-09-12 Stephen Berman <stephen.berman@gmx.net>
940
941 * calendar/todos.el (todos-window-configuration): Comment out.
942 (todos-display-categories): Comment out use of
943 todos-window-configuration; use switch-to-buffer instead of
944 pop-to-buffer.
945 (todos-jump-to-category-noninteractively): Comment out use of
946 todos-window-configuration.
947 (todos-edit-item): Don't allow editing of date/time item header.
948 (todos-insert-item, todos-insert-item-here): Insert date/time
949 header in front of new item string.
950 (todos-mode): Tweak wrap-prefix.
951
952 2012-09-12 Stephen Berman <stephen.berman@gmx.net>
953
954 * calendar/todos.el (todos-file-do, todos-file-done):
955 Change default location to directory "~/.emacs.d/".
956 (todos-completion-ignore-case, todos-categories-buffer):
957 New defcustoms.
958 (todos-prefix-string, todos-item-header): New faces.
959 (todos-prefix-face, todos-item-header-face): Corresponding
960 new variables.
961 (todos-rename-category, todos-delete-category)
962 (todos-display-categories, todos-move-item): New commands.
963 (todos-mode-map): Add key bindings for new commands and for
964 todos-add-category, which had no key binding.
965 (todos-jump-to-category-noninteractively): New function.
966 (todos-top-priorities): Comment out code using a previously
967 deleted variable.
968 (todos-completing-read): Allow SPC to insert a space when entering
969 a new category name; use todos-completion-ignore-case.
970 (todos-font-lock-keywords, todos-window-configuration):
971 New variables.
972 (todos-mode): Make mode-name "TODOS"; make font-lock-defaults,
973 word-wrap, and wrap-prefix local variables.
974
975 2012-09-12 Stephen Berman <stephen.berman@gmx.net>
976
977 * calendar/todos.el (todos-list-categories): Fix typos.
978 (todos-show): Ensure file is in todos-mode.
979
980 2012-09-12 Stephen Berman <stephen.berman@gmx.net>
981
982 * calendar/todos.el (todos-header): Remove defvar.
983 (todos-add-category): Comment out code that inserts and updates
984 the file local variables first line of the file todos-file-do.
985 (todos-list-categories): New function.
986 (todos-show): Use it; remove use of a previously deleted variable.
987
988 2012-09-11 Stephen Berman <stephen.berman@gmx.net>
989
990 * calendar/todos.el: New file. This is a copy of todo-mode.el
991 from revision 94343 except for the following changes: replace all
992 occurrences of the namespace prefix "todo-" with "todos-", delete
993 the defvar todo-cats (the old name of todo-categories) and its use
994 in todos-add-category, delete all defaliases of old command names.
995
996 2012-09-11 Bastien Guerry <bzg@gnu.org>
997
998 * subr.el (set-temporary-overlay-map): Add a docstring.
999 (bug#12346)
1000
1001 2012-09-11 Bastien Guerry <bzg@gnu.org>
1002
1003 * minibuffer.el (completion-table-subvert): Fix docstring.
1004 (bug#12347)
1005
1006 2012-09-11 Bastien Guerry <bzg@gnu.org>
1007
1008 * help-fns.el (describe-variable): Fix typo. (bug#12346)
1009
1010 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
1011
1012 * progmodes/sql.el: Version 3.1
1013 (sql-db2-escape-newlines): New variable.
1014 (sql-escape-newlines-filter): Use it.
1015
1016 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
1017
1018 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
1019
1020 2012-09-10 Dan Nicolaescu <dann@gnu.org>
1021
1022 * vc/diff-mode.el (diff-mode-menu): Bind
1023 diff-remove-trailing-whitespace.
1024
1025 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1026
1027 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
1028 (emacs-lisp-byte-code-comment)
1029 (emacs-lisp-byte-code-syntax-propertize, emacs-lisp-byte-code-mode):
1030 New functions.
1031 (eval-sexp-add-defvars): Don't skip defvars in column >0.
1032 (eval-defun-2): Remove bogus interactive spec.
1033 (lisp-indent-line): Remove redundant whole-exp code, now done in
1034 indent-according-to-mode.
1035 (save-match-data): Remove redundant indent data.
1036
1037 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
1038 Use `declare'.
1039
1040 2012-09-09 Juri Linkov <juri@jurta.org>
1041
1042 * replace.el (replace-regexp-lax-whitespace): New defcustom.
1043 (replace-lax-whitespace, query-replace-regexp)
1044 (query-replace-regexp-eval, replace-regexp): Doc fix.
1045 (perform-replace, replace-highlight): Let-bind
1046 isearch-lax-whitespace to replace-lax-whitespace and
1047 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
1048
1049 * isearch.el (isearch-query-replace): Let-bind
1050 replace-lax-whitespace to isearch-lax-whitespace and
1051 replace-regexp-lax-whitespace to
1052 isearch-regexp-lax-whitespace. (Bug#10885)
1053
1054 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
1055
1056 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
1057
1058 2012-09-09 Alan Mackenzie <acm@muc.de>
1059
1060 * progmodes/cc-engine.el (c-state-cache-init):
1061 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
1062 (c-record-parse-state-state):
1063 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
1064
1065 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
1066
1067 * register.el (register-separator): Rename from
1068 separator-register. All uses changed. Doc fix.
1069 (register): Fix version.
1070
1071 2012-09-09 Chong Yidong <cyd@gnu.org>
1072
1073 * replace.el (query-replace-map): Bind four new symbols for
1074 requesting window scrolling.
1075
1076 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
1077 query-replace-map (Bug#8948).
1078
1079 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
1080
1081 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
1082 since they are now in query-replace-map.
1083
1084 * window.el (scroll-other-window-down): Make the arg optional.
1085
1086 2012-09-09 Chong Yidong <cyd@gnu.org>
1087
1088 * files.el (hack-local-variables-confirm): Use quit-window to kill
1089 the *Local Variables* buffer.
1090
1091 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
1092
1093 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
1094 not just expect to be at its beginning. Adjust callees.
1095 Succeed when do-end block has no space before the pipe character.
1096 (ruby-brace-to-do-end): When the original block is one-liner,
1097 convert to multiline. Reindent the result.
1098
1099 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
1100
1101 * register.el (register): New group.
1102 (register-separator): New user option.
1103 (increment-register): Route it to `append-to-register', if
1104 register contains text. Implication is that `C-x r +' can now be
1105 used for appending to a text register (bug#12217).
1106 (append-to-register, prepend-to-register): Add separator based on
1107 `register-separator.
1108
1109 2012-09-08 Alan Mackenzie <acm@muc.de>
1110
1111 AWK Mode: make auto-newline work when there's "==" in the pattern.
1112 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
1113 correctly.
1114 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
1115 Test more rigorously for "=" token.
1116
1117 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
1118
1119 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
1120 Only fail when reached LIMIT.
1121
1122 2012-09-08 Chong Yidong <cyd@gnu.org>
1123
1124 * dired.el (dired-mode-map): Don't bind M-=.
1125
1126 * dired-aux.el (dired-diff): Use backup file as default.
1127
1128 2012-09-08 Drew Adams <drew.adams@oracle.com>
1129
1130 * subr.el (add-to-history): Fix delete usage (Bug#12314).
1131
1132 2012-09-08 Chong Yidong <cyd@gnu.org>
1133
1134 * subr.el (syntax-after, syntax-class): Doc fix.
1135
1136 2012-09-08 Martin Rudalics <rudalics@gmx.at>
1137
1138 * window.el (display-buffer-in-previous-window): New buffer
1139 display action function.
1140
1141 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
1142 (debugger-previous-window): New variable.
1143 (debug): Rewrite using display-buffer-in-previous-window,
1144 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
1145
1146 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1147
1148 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
1149
1150 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
1151
1152 * progmodes/python.el (python-shell-send-string):
1153 When default-directory is remote, create temp file on remote
1154 filesystem.
1155 (python-shell-send-file): When file is remote, pass local view of
1156 file paths to remote Python interpreter. (Bug#12340)
1157
1158 2012-09-07 Chong Yidong <cyd@gnu.org>
1159
1160 * window.el (switch-to-buffer): Doc fix (Bug#12181).
1161
1162 * files.el (after-find-file): Don't fail on a read-only buffer if
1163 require-final-newline is `visit' or `visit-save' (Bug#11156).
1164
1165 * subr.el (read-char-choice): Allow quitting via ESC ESC.
1166
1167 * userlock.el (ask-user-about-supersession-threat):
1168 Use read-char-choice (Bug#12093).
1169
1170 2012-09-07 Chong Yidong <cyd@gnu.org>
1171
1172 * subr.el (buffer-narrowed-p): New function.
1173
1174 * ses.el (ses-widen):
1175 * simple.el (count-words--buffer-message):
1176 * net/browse-url.el (browse-url-of-buffer): Use it
1177
1178 * simple.el (count-words-region): Don't signal an error if there
1179 is a non-nil prefix arg and the mark is not set.
1180
1181 * help.el (describe-key-briefly): Allow the message to be seen
1182 when invoked from the minibuffer (Bug#7014).
1183
1184 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
1185
1186 * progmodes/ruby-mode.el (ruby-end-of-defun)
1187 (ruby-beginning-of-defun): Simplify, allow indentation before
1188 block beginning and end keywords.
1189 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
1190 (ruby-end-of-defun): Expect that the point is at the beginning of
1191 the defun.
1192
1193 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1194
1195 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
1196 (bug#12367).
1197 (cl--make-usage-args): Strip _ from argument names.
1198
1199 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1200
1201 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
1202 obsolete alias speedbar-key-map.
1203 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
1204 (vhdl-index-menu-init): Don't use obsolete variable
1205 font-lock-maximum-size.
1206
1207 2012-09-06 Chong Yidong <cyd@gnu.org>
1208
1209 * frame.el (window-system-version): Mark as obsolete.
1210
1211 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
1212 of obsolete variable speedbar-key-map.
1213
1214 2012-09-06 Juri Linkov <juri@jurta.org>
1215
1216 * replace.el (replace-lax-whitespace): New defcustom.
1217 (query-replace, query-replace-regexp, query-replace-regexp-eval)
1218 (replace-string, replace-regexp): Mention it in docstrings.
1219 (perform-replace, replace-highlight): Let-bind
1220 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
1221 to the values of replace-lax-whitespace and regexp-flag.
1222 Don't let-bind search-whitespace-regexp. (Bug#10885)
1223
1224 * isearch.el (isearch-query-replace): Let-bind
1225 replace-lax-whitespace instead of let-binding
1226 replace-search-function and replace-re-search-function.
1227 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
1228 and isearch-regexp-lax-whitespace to lazy-highlight variables.
1229 (isearch-toggle-symbol): Set isearch-regexp to nil
1230 in isearch-word mode (like in isearch-toggle-word).
1231
1232 2012-09-06 Juri Linkov <juri@jurta.org>
1233
1234 * replace.el (replace-search-function)
1235 (replace-re-search-function): Set default values to nil.
1236 (perform-replace): Let-bind isearch-related variables based on
1237 replace-related values, call `isearch-search-fun' and let-bind
1238 the result to `search-function'. Remove code that sets
1239 `search-function' and `search-string' separately for
1240 `delimited-flag'.
1241 (replace-highlight): Add new argument `delimited-flag' and
1242 rename other arguments to the names used in `perform-replace'.
1243 Let-bind `isearch-word' to the argument `delimited-flag'.
1244 (Bug#10885, bug#10887)
1245
1246 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
1247
1248 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
1249 ruby-beginning-of-indent, simplify, allow all keywords to have
1250 indentation before them.
1251 (ruby-beginning-of-indent): Adjust for above. Search until the
1252 found point is not inside a string or comment.
1253 (ruby-font-lock-keywords): Allow symbols to start with "@"
1254 character, give them higher priority than variables.
1255 (ruby-syntax-propertize-function)
1256 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
1257 matchers. Expression expansions are not comments when inside a
1258 string, and there comment syntax status is irrelevant.
1259 (ruby-match-expression-expansion): New function. Check that
1260 expression expansion is inside a string, and it's not escaped.
1261 (ruby-font-lock-keywords): Use it.
1262
1263 2012-09-05 Martin Rudalics <rudalics@gmx.at>
1264
1265 * help.el (temp-buffer-max-height): New default value.
1266 (temp-buffer-resize-frames): New option.
1267 (resize-temp-buffer-window): Optionally resize frame.
1268
1269 * window.el (fit-frame-to-buffer-bottom-margin): New option.
1270 (fit-frame-to-buffer): New function.
1271
1272 2012-09-05 Glenn Morris <rgm@gnu.org>
1273
1274 * emulation/cua-rect.el (cua--init-rectangles):
1275 * textmodes/picture.el (picture-mode-map):
1276 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
1277 like forward-char and backward-char. (Bug#12317)
1278
1279 2012-09-05 Leo Liu <sdl.web@gmail.com>
1280
1281 * progmodes/flymake.el (flymake-warning-re): New variable.
1282 (flymake-parse-line): Use it.
1283
1284 2012-09-05 Glenn Morris <rgm@gnu.org>
1285
1286 * calendar/holidays.el (holiday-christian-holidays):
1287 Rename an entry. (Bug#12289)
1288
1289 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1290
1291 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
1292 (bug#12222).
1293
1294 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1295
1296 * loadup.el: Load macroexp. Remove hack.
1297 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
1298 (macroexp--expand-all): Use it to get better warnings.
1299 (macroexp--backtrace, macroexp--trim-backtrace-frame)
1300 (internal-macroexpand-for-load): New functions.
1301 (macroexp--pending-eager-loads): New var.
1302 (emacs-startup-hook): New hack to replace one in loadup.el.
1303 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
1304 (cl--compiler-macro-cXXr): Move to top, before they can be used.
1305 (cl-psetf): Simplify.
1306 (cl-defstruct): Add indent rule.
1307
1308 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
1309
1310 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
1311 over `user-mail-address' for the SMTP MAIL FROM envelope.
1312 (smtpmail-via-smtp): Ditto.
1313
1314 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
1315
1316 * progmodes/ruby-mode.el: Clean up keybindings.
1317 (ruby-mode-map): Don't bind ruby-electric-brace,
1318 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
1319 backward-kill-word, reindent-then-newline-and-indent.
1320 (ruby-mark-defun): Remove.
1321 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
1322 (ruby-mode): Set local beginning-of-defun-function and
1323 end-of-defun-function values.
1324
1325 2012-09-03 Martin Rudalics <rudalics@gmx.at>
1326
1327 * window.el (temp-buffer-window-setup-hook)
1328 (temp-buffer-window-show-hook): New hooks.
1329 (temp-buffer-window-setup, temp-buffer-window-show)
1330 (with-temp-buffer-window): New functions.
1331 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
1332 (special-display-popup-frame): Make sure the window used shows BUFFER.
1333
1334 * help.el (temp-buffer-resize-mode): Fix doc-string.
1335 (resize-temp-buffer-window): New optional argument WINDOW.
1336
1337 * files.el (recover-file, save-buffers-kill-emacs):
1338 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
1339
1340 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
1341
1342 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
1343 remote definition of `default-directory', ensure we can connect.
1344
1345 2012-09-02 Juri Linkov <juri@jurta.org>
1346
1347 Toggle whitespace matching mode with M-s SPC.
1348 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
1349
1350 * isearch.el (search-whitespace-regexp): Doc fix.
1351 Remove cons cell customization.
1352 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
1353 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
1354 New variables.
1355 (isearch-forward, isearch-forward-regexp): Doc fix.
1356 (isearch-toggle-lax-whitespace): New command.
1357 (search-forward-lax-whitespace, search-backward-lax-whitespace)
1358 (re-search-forward-lax-whitespace)
1359 (re-search-backward-lax-whitespace): New functions.
1360 (isearch-whitespace-regexp): Remove function.
1361 (isearch-query-replace): Let-bind replace-search-function and
1362 replace-re-search-function.
1363 (isearch-occur): Let-bind search-spaces-regexp according to the
1364 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
1365 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
1366 condition for C-q SPC.
1367 (isearch-search-fun-default): Use new functions mentioned above.
1368 (isearch-search-forward, isearch-search-backward): Remove functions.
1369 (isearch-search): Don't let-bind search-spaces-regexp.
1370 (isearch-lazy-highlight-space-regexp): Remove variable.
1371 (isearch-lazy-highlight-lax-whitespace)
1372 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
1373 (isearch-lazy-highlight-new-loop): Use them.
1374 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
1375
1376 2012-09-02 Chong Yidong <cyd@gnu.org>
1377
1378 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
1379
1380 2012-09-02 Glenn Morris <rgm@gnu.org>
1381
1382 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
1383
1384 2012-09-01 Glenn Morris <rgm@gnu.org>
1385
1386 * term.el: Tidy up menu definitions.
1387 (term-mode-map): Use easymenu for In/Out, Complete menus.
1388 (term-pager-break-map): Initialize in the defvar.
1389 (term-terminal-menu, term-signals-menu): Define with easymenu.
1390 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
1391 (term-pager-menu): New, extracted from term-process-pager.
1392 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
1393 (term-update-mode-line): Propertize line/char and page items.
1394 (term-process-pager): Move keymap initialization elsewhere.
1395
1396 2012-09-01 Martin Rudalics <rudalics@gmx.at>
1397
1398 * window.el (switch-to-prev-buffer): Handle additional values of
1399 BURY-OR-KILL argument. Don't switch in minibuffer window.
1400 (switch-to-next-buffer): Don't switch in minibuffer window.
1401 (quit-restore-window): New function based on quit-window.
1402 Handle additional values of former KILL argument.
1403 (quit-window): Call quit-restore-window with appropriate
1404 interpretation of KILL argument.
1405 (display-buffer-below-selected): New buffer display action
1406 function.
1407
1408 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1409
1410 * minibuffer.el (completion-at-point-functions): Complete docstring
1411 (bug#12254).
1412
1413 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
1414
1415 Better seed support for (random).
1416 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
1417 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
1418 * play/mpuz.el, play/tetris.el, play/zone.el:
1419 * calc/calc-comb.el (math-init-random-base):
1420 * play/blackbox.el (bb-init-board):
1421 * play/life.el (life):
1422 * server.el (server-use-tcp):
1423 * type-break.el (type-break):
1424 Remove unnecessary call to (random t).
1425 * net/sasl.el (sasl-unique-id-function):
1426 Change (random t) to (random), now that the latter is more random.
1427 * play/life.el (life-initialized): Remove no-longer-needed var.
1428
1429 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
1430
1431 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
1432 Consider frame's buffer predicate when choosing the buffer.
1433 (Bug#12081)
1434
1435 2012-08-30 Richard Stallman <rms@gnu.org>
1436
1437 * simple.el (special-mode-map): Delete binding for `z'.
1438
1439 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
1440
1441 * progmodes/compile.el (compilation-always-kill): Doc fix.
1442
1443 2012-08-30 Chong Yidong <cyd@gnu.org>
1444
1445 * window.el (display-buffer-reuse-frames): Make the obsolescence
1446 message more informative.
1447
1448 2012-08-30 Glenn Morris <rgm@gnu.org>
1449
1450 * paren.el (show-paren-delay):
1451 Add a :set function. Doc fix. (Bug#12297)
1452
1453 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
1454
1455 * progmodes/compile.el (compilation-always-kill): New var.
1456 (compilation-start): Use it.
1457
1458 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1459
1460 * simple.el (read-only-mode): Move from files.el for bootstrapping.
1461 * files.el (read-only-mode): Move to simple.el.
1462
1463 * files.el (read-only-mode): New minor mode.
1464 (toggle-read-only): Use it and mark obsolete.
1465 (find-file--read-only):
1466 * vc/vc.el (vc-next-action, vc-checkout):
1467 * vc/vc-cvs.el (vc-cvs-checkout):
1468 * obsolete/vc-mcvs.el (vc-mcvs-update):
1469 * ffap.el (ffap--toggle-read-only): Update callers.
1470
1471 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
1472
1473 * eshell/esh-ext.el (eshell-external-command): Do not examine
1474 remote shell scripts.
1475 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
1476
1477 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
1478 "/usr/local/sbin".
1479
1480 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1481
1482 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
1483
1484 2012-08-28 Leo Liu <sdl.web@gmail.com>
1485
1486 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
1487 completion-at-point. (Bug#12220)
1488
1489 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
1490
1491 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
1492
1493 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1494
1495 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
1496 be buffer-local; add delete-trailing-whitespace (bug#12259).
1497
1498 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
1499
1500 * progmodes/hideif.el (hif-compress-define-list):
1501 Fix typo. (Bug#11951)
1502
1503 2012-08-28 Dan Nicolaescu <dann@gnu.org>
1504
1505 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
1506 buffer local setting.
1507
1508 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
1509 rcirc-encode-coding-system.
1510
1511 2012-08-28 Leo Liu <sdl.web@gmail.com>
1512
1513 * net/rcirc.el (rcirc-split-message): New function.
1514 (rcirc-send-message): Use it. (Bug#12051)
1515
1516 2012-08-28 Juri Linkov <juri@jurta.org>
1517
1518 * info.el (Info-fontify-node): Hide empty lines at the end of
1519 the node. (Bug#12272)
1520
1521 2012-08-27 Drew Adams <drew.adams@oracle.com>
1522
1523 * dired.el (dired-pop-to-buffer): Make window start at beginning
1524 of buffer (Bug#12281).
1525
1526 2012-08-26 Chong Yidong <cyd@gnu.org>
1527
1528 * window.el (special-display-regexps, special-display-frame-alist)
1529 (special-display-buffer-names, special-display-function)
1530 (display-buffer-reuse-frames): Mark as obsolete.
1531
1532 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
1533
1534 * help.el (help-print-return-message): Don't treat
1535 display-buffer-reuse-frames specially.
1536
1537 2012-08-26 Chong Yidong <cyd@gnu.org>
1538
1539 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
1540 New variable, replacing gdb-frame-parameters.
1541 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
1542 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
1543 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
1544 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
1545 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
1546 the functions directly with gdb-display-buffer-other-frame-action.
1547 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
1548 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
1549 (gdb-display-stack-buffer, gdb-display-locals-buffer)
1550 (gdb-display-registers-buffer): Define directly.
1551 (def-gdb-display-buffer): Macro deleted.
1552 (gdb-display-buffer): Remove second and third args, callers don't
1553 use them. Defer to the default display-buffer behavior, apart
1554 from making windows dedicated.
1555 (gdb-setup-windows): Don't call display-buffer unnecessarily.
1556
1557 * progmodes/gud.el (gud-display-line): Just use display-buffer.
1558
1559 * window.el (display-buffer-pop-up-frame): Handle a
1560 pop-up-frame-parameters alist entry.
1561 (display-buffer): Document it.
1562
1563 2012-08-26 Chong Yidong <cyd@gnu.org>
1564
1565 * isearch.el (search-whitespace-regexp): Make string and nil
1566 values apply to both ordinary and regexp search. Allow a cons
1567 cell value to distinguish between the two.
1568 (isearch-whitespace-regexp, isearch-search-forward)
1569 (isearch-search-backward): New functions.
1570 (isearch-occur, isearch-search-fun-default, isearch-search)
1571 (isearch-lazy-highlight-new-loop): Use them.
1572 (isearch-forward, isearch-forward-regexp): Doc fix.
1573
1574 2012-08-26 Chong Yidong <cyd@gnu.org>
1575
1576 * faces.el (help-argument-name): Always inherit from italic
1577 (Bug#12213).
1578
1579 2012-08-25 Martin Rudalics <rudalics@gmx.at>
1580
1581 * window.el (window--even-window-heights): Even heights when
1582 WINDOW and the selected window form a vertical combination.
1583 (display-buffer-use-some-window): Provide that window used gets
1584 sized back by quit-window. (Bug#11880) and (Bug#12091)
1585
1586 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
1587
1588 Fix file time stamp problem with bzr and CVS (Bug#12001).
1589 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
1590 in the file's time stamp, since the version control system loses
1591 that information.
1592
1593 2012-08-22 Juri Linkov <juri@jurta.org>
1594
1595 * info.el (Info-fontify-node): Hide the suffix of the
1596 Info file name in the header line. (Bug#12187)
1597
1598 2012-08-22 Glenn Morris <rgm@gnu.org>
1599
1600 * calendar/cal-tex.el (cal-tex-weekly-common):
1601 Restore leading blank page.
1602
1603 2012-08-22 Le Wang <l26wang@gmail.com> (tiny change)
1604
1605 * misc.el (forward-to-word, backward-to-word): Activate or extend
1606 the region under `shift-select-mode'. (Bug#12231)
1607
1608 2012-08-22 Bastien Guerry <bzg@gnu.org>
1609
1610 * progmodes/executable.el (executable-prefix): Set to "#!" instead
1611 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
1612 gives details on why the space is never needed.
1613
1614 2012-08-22 Martin Rudalics <rudalics@gmx.at>
1615
1616 * window.el (walk-window-tree, window-with-parameter):
1617 New optional argument MINIBUF to control whether these functions
1618 should run on the minibuffer window.
1619 (window-at-side-list): Don't operate on minibuffer window.
1620 (window-in-direction): Simplify and rewrite doc-string.
1621 (window--size-ignore): Rename to window--size-ignore-p.
1622 Update callers.
1623 (display-buffer-in-atom-window, window--major-non-side-window)
1624 (window--major-side-window, display-buffer-in-major-side-window)
1625 (delete-side-window, display-buffer-in-side-window):
1626 New functions.
1627 (window--side-check, window-deletable-p, delete-window)
1628 (delete-other-windows, split-window): Handle side windows and
1629 atomic windows appropriately.
1630 (window--display-buffer): Call display-buffer-record-window also
1631 when the window buffer did not change.
1632
1633 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
1634
1635 * help-fns.el (help-fns--key-bindings):
1636 Abbreviate non-symbol remap targets. (Bug#12174)
1637
1638 2012-08-22 Martin Rudalics <rudalics@gmx.at>
1639
1640 * dired.el (dired-mark-remembered): Don't clobber point.
1641 (Bug#11795)
1642
1643 2012-08-22 Glenn Morris <rgm@gnu.org>
1644
1645 * progmodes/bug-reference.el (bug-reference): New custom group.
1646 (bug-reference-bug-regexp): Make it a defcustom.
1647
1648 2012-08-22 Daiki Ueno <ueno@unixuser.org>
1649
1650 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
1651 (js-paren-indent-offset, js-square-indent-offset)
1652 (js-curly-indent-offset): Add :safe (Bug#12257).
1653
1654 2012-08-22 Edward O'Connor <hober0@gmail.com>
1655
1656 * json.el (json-key-format): Add error properties.
1657 (json-encode-key): New function.
1658 (json-encode-hash-table, json-encode-alist, json-encode-plist):
1659 Use json-encode-key.
1660
1661 2012-08-22 Glenn Morris <rgm@gnu.org>
1662
1663 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
1664 (cal-tex-leftday, cal-tex-rightday): Remove functions.
1665 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
1666 Update for above change.
1667
1668 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
1669
1670 * cus-face.el (custom-face-attributes): Fix customize type for the
1671 :underline attribute. (Bug#11805)
1672
1673 2012-08-21 Martin Rudalics <rudalics@gmx.at>
1674
1675 * window.el (window-point-1, set-window-point-1): Remove.
1676 (window-in-direction, record-window-buffer)
1677 (set-window-buffer-start-and-point, split-window-below)
1678 (window--state-get-1, display-buffer-record-window):
1679 Replace calls to window-point-1 and set-window-point-1 by calls to
1680 window-point and set-window-point respectively.
1681
1682 2012-08-21 Glenn Morris <rgm@gnu.org>
1683
1684 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
1685 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
1686 Use it.
1687
1688 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
1689 (cal-tex-shortday): New function.
1690 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
1691 (cal-tex-cursor-filofax-daily): Use the above.
1692
1693 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
1694 New functions.
1695 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
1696 (cal-tex-cursor-filofax-week): Use them.
1697
1698 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
1699 New constants.
1700 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
1701 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
1702
1703 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
1704 (cal-tex-end-document): Don't rely on buffer name.
1705
1706 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
1707 Use cal-tex-vspace.
1708 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
1709 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
1710 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
1711 Use cal-tex-arg.
1712
1713 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
1714 (cal-tex-cursor-week, cal-tex-cursor-week2)
1715 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
1716 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1717 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
1718 (cal-tex-insert-preamble, cal-tex-b-document)
1719 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
1720 Improve cal-tex-cmd usage.
1721
1722 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
1723 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
1724 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
1725 (cal-tex-weekly-paper): New function.
1726 (cal-tex-cursor-week, cal-tex-cursor-week2)
1727 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
1728 (cal-tex-cursor-day): Use it.
1729
1730 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
1731 (cal-tex-cursor-filofax-week): Remove leading blank page.
1732
1733 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
1734 Add autoload cookie. For now at least, don't use color, since
1735 no other cal-tex function does.
1736
1737 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
1738 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1739 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
1740
1741 2012-08-21 Juri Linkov <juri@jurta.org>
1742
1743 * info.el (Info-file-attributes): New variable.
1744 (info-insert-file-contents): Add file attributes to
1745 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
1746 `Info-toc-nodes' when previous modtime of the Info file is less
1747 than new modtime.
1748 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
1749 of info.el. (Bug#12230)
1750
1751 2012-08-20 Glenn Morris <rgm@gnu.org>
1752
1753 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
1754 * calendar/holidays.el (calendar-holiday-list):
1755 Report errors with display-warning rather than beep'n'sleep.
1756
1757 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
1758
1759 * net/tramp.el (tramp-accept-process-output): Accept only output
1760 from PROC. Otherwise, process filters and sentinels might be
1761 confused. (Bug#12145)
1762
1763 2012-08-20 Chong Yidong <cyd@gnu.org>
1764
1765 * descr-text.el (describe-text-properties-1): Use overlays-in to
1766 report on empty overlays (Bug#3322).
1767
1768 2012-08-20 Glenn Morris <rgm@gnu.org>
1769
1770 * mail/rmailout.el (rmail-output-read-file-name):
1771 Trap and report errors in rmail-output-file-alist elements.
1772
1773 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
1774 since most non-font-lock faces are not also variables).
1775
1776 2012-08-20 Edward Reingold <reingold@iit.edu>
1777
1778 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
1779 New function. (Bug12160)
1780
1781 2012-08-19 Glenn Morris <rgm@gnu.org>
1782
1783 * mail/rmailout.el (rmail-output-read-file-name):
1784 Fix previous change (when the alist is nil or does not match).
1785
1786 2012-08-19 Chong Yidong <cyd@gnu.org>
1787
1788 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
1789 (Bug#12228).
1790
1791 2012-08-18 Chong Yidong <cyd@gnu.org>
1792
1793 * simple.el (yank-handled-properties): New defcustom.
1794 (yank-excluded-properties): Add font-lock-face and category.
1795 (yank): Doc fix.
1796
1797 * subr.el (remove-yank-excluded-properties):
1798 Obey yank-handled-properties. The special handling of font-lock-face
1799 and category is now done this way, instead of being hard-coded.
1800 (insert-for-yank-1): Remove font-lock-face handling.
1801 (yank-handle-font-lock-face-property)
1802 (yank-handle-category-property): New function.
1803
1804 2012-08-17 Glenn Morris <rgm@gnu.org>
1805
1806 * mail/rmailout.el (rmail-output-read-file-name):
1807 Check rmail-output-file-alist against the full message body
1808 in the correct rmail buffer. (Bug#12214)
1809
1810 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
1811
1812 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1813 Eliminate superfluous prompt. (Bug#12203)
1814
1815 2012-08-17 Chong Yidong <cyd@gnu.org>
1816
1817 * mouse.el (mouse-appearance-menu): If x-select-font returns a
1818 font spec, set the font directly (Bug#3228).
1819
1820 2012-08-17 Martin Rudalics <rudalics@gmx.at>
1821
1822 * window.el (delete-window): Fix last fix.
1823
1824 2012-08-16 Martin Rudalics <rudalics@gmx.at>
1825
1826 * window.el (window-valid-p): Move to window.c.
1827 (window-child, window-child-count, window-last-child)
1828 (window-normalize-window, window-combined-p)
1829 (window-combinations, window-atom-root, window-min-size)
1830 (window-sizable, window-sizable-p, window-size-fixed-p)
1831 (window-min-delta, window-max-delta, window--resizable)
1832 (window--resizable-p, window-resizable, window-total-size)
1833 (window-full-height-p, window-full-width-p, window-body-size)
1834 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
1835 (minimize-window, window-deletable-p, delete-window)
1836 (delete-other-windows, set-window-buffer-start-and-point)
1837 (next-buffer, previous-buffer, split-window, balance-windows-2)
1838 (set-window-text-height, window-buffer-height)
1839 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
1840 (truncated-partial-width-window-p): Minor code adjustments.
1841 In doc-strings state whether the argument window has to denote a
1842 live, valid or any window.
1843
1844 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
1845
1846 * progmodes/subword.el (subword-forward-function)
1847 (subword-backward-function, subword-forward-regexp)
1848 (subword-backward-regexp): New variables.
1849 (subword-forward, subword-forward-internal, subword-backward-internal):
1850 Use new variables, eg so that different "word" definitions
1851 can be easily used. (Bug#11411)
1852
1853 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
1854
1855 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
1856 for composite selectors.
1857 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
1858 operation just because we can't find a previous revision.
1859
1860 2012-08-15 Chong Yidong <cyd@gnu.org>
1861
1862 * frame.el (set-frame-font): Accept font objects.
1863
1864 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
1865
1866 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
1867
1868 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
1869
1870 * man.el (Man-overstrike-face, Man-underline-face)
1871 (Man-reverse-face): Remove variables.
1872 (Man-overstrike, Man-underline, Man-reverse): New faces.
1873 (Man-fontify-manpage): Use them instead of the variables.
1874 (Man-cleanup-manpage): Comment change.
1875 (Man-ansi-color-map): New variable.
1876 (Man-fontify-manpage): Use it.
1877 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
1878
1879 Implement ANSI SGR parameters 22-27 (bug#12146).
1880 * ansi-color.el (ansi-colors): Doc fix.
1881 (ansi-color-context, ansi-color-context-region): Doc fix.
1882 (ansi-color--find-face): New function.
1883 (ansi-color-apply, ansi-color-apply-on-region): Use it.
1884 Rename the local variable `face' to `codes' since it is now a list of
1885 ansi codes. Doc fix.
1886 (ansi-color-get-face): Remove.
1887 (ansi-color-parse-sequence): New function, derived from
1888 ansi-color-get-face.
1889 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
1890 codes 22-27.
1891
1892 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
1893
1894 * subr.el (read-passwd): Allow use from a minibuffer.
1895
1896 2012-08-14 Eli Zaretskii <eliz@gnu.org>
1897
1898 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
1899 inside comments and strings as identifiers.
1900
1901 * progmodes/gud.el (gud-tooltip-print-command): Quote the
1902 expression to evaluate. This allows to evaluate expressions with
1903 embedded whitespace.
1904 (gud-tooltip-tips): Add a blank before the newline in the
1905 message-box text, for the benefit of message-box emulation on
1906 MS-Windows.
1907
1908 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
1909 messages from GDB, pop them up in a tooltip to give feedback to
1910 user.
1911 (gdb-tooltip-print-1): Quote the expression to evaluate.
1912 This allows to evaluate expressions with embedded whitespace.
1913 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
1914 if the TTY name is nil or empty (which happens when communicating
1915 with the inferior via pipes, e.g. on MS-Windows).
1916 (gdb-internals): If GDB sends a "&\n" empty debugging message,
1917 don't send that to the GUD buffer.
1918
1919 2012-08-14 Glenn Morris <rgm@gnu.org>
1920
1921 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
1922 Optimize away setq-default with no args, as for setq. (Bug#12195)
1923
1924 2012-08-14 Chong Yidong <cyd@gnu.org>
1925
1926 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
1927
1928 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
1929 (Bug#12085).
1930
1931 2012-08-14 Glenn Morris <rgm@gnu.org>
1932
1933 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
1934
1935 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
1936
1937 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
1938 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1939 Use cached shell name.
1940
1941 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
1942
1943 * progmodes/python.el (python-shell-send-string):
1944 (python-shell-send-setup-code): Do not use `format' with `message'.
1945
1946 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
1947
1948 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
1949 (ruby-percent-literal-beg-re): New constant.
1950 (ruby-syntax-general-delimiters-goto-beg): Rename to
1951 `ruby-syntax-enclosing-percent-literal', improve literal type check.
1952 (ruby-syntax-propertize-general-delimiters): Rename to
1953 `ruby-syntax-propertize-percent-literal', it's a shorter and more
1954 popular term. Adjust comments everywhere.
1955 (ruby-syntax-propertize-percent-literal): Only propertize when not
1956 inside a simple string or comment. When the literal is unclosed,
1957 leave the text after it unpropertized.
1958 (ruby-syntax-methods-before-regexp): New constant.
1959 (ruby-syntax-propertize-function): Use it to recognize regexps.
1960 Don't look at the text after regexp, just use the whitelist.
1961
1962 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
1963
1964 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
1965 non-nil always load the compiled file if it exists. (Bug#12197)
1966
1967 2012-08-14 Chong Yidong <cyd@gnu.org>
1968
1969 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
1970 (hi-lock-set-pattern): When deciding whether to use font lock or
1971 overlays, look at font-lock-mode instead of font-lock-fontified
1972 (Bug#12168).
1973 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
1974 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
1975
1976 2012-08-14 Daiki Ueno <ueno@unixuser.org>
1977
1978 * subr.el (internal--after-with-selected-window): Fix typo
1979 (Bug#12193).
1980
1981 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
1982
1983 Use `completion-table-dynamic' for completion functions.
1984 * progmodes/python.el
1985 (python-shell-completion--do-completion-at-point)
1986 (python-shell-completion--get-completions):
1987 Remove functions.
1988 (python-shell-completion-complete-at-point): New function.
1989 (python-completion-complete-at-point): Use it.
1990
1991 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
1992
1993 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
1994 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
1995
1996 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
1997
1998 * subr.el (function-get): Refine `autoload' arg so it can also
1999 autoload functions for gv.el (bug#12191).
2000 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
2001 autoloads macros.
2002
2003 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
2004 Prefer pcase-let over destructuring-bind.
2005 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
2006 Also, remove whitespace as we go, rather than after accumulating the
2007 various places.
2008
2009 * subr.el (internal--before-with-selected-window)
2010 (internal--after-with-selected-window): Fix typo seleted->selected.
2011 (with-selected-window): Adjust callers.
2012 Reported by Dmitry Gutov <dgutov@yandex.ru>.
2013
2014 2012-08-13 Bastien Guerry <bzg@gnu.org>
2015
2016 * window.el (special-display-popup-frame): Minor docstring
2017 enhancement. (Bug#12172)
2018
2019 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
2020
2021 * tar-mode.el (tar-header-data-end): Only ignore size for files of
2022 type 1-6.
2023 (tar-header-block-summarize, tar-get-descriptor): Handle pax
2024 extended headers.
2025
2026 * files.el (hack-local-variables-filter): Remove useless eval.
2027
2028 2012-08-13 Martin Rudalics <rudalics@gmx.at>
2029
2030 * subr.el (with-selected-window): Fix last change.
2031
2032 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2033
2034 * subr.el (internal--before-with-seleted-window)
2035 (internal--after-with-seleted-window): New functions.
2036 (with-selected-window): Use them, to replace dependency on
2037 tty-top-frame.
2038
2039 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
2040
2041 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
2042 binding for `newline'.
2043 (ruby-move-to-block): When moving backward, stop at block opening,
2044 not indentation.
2045 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
2046 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
2047 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
2048 `ruby-toggle-block'.
2049
2050 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2051
2052 * ibuffer.el (ibuffer-do-toggle-read-only):
2053 * dired.el (dired-toggle-read-only):
2054 * buff-menu.el (Buffer-menu-toggle-read-only):
2055 * bindings.el (mode-line-toggle-read-only):
2056 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
2057
2058 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
2059
2060 * descr-text.el (describe-char): Put the overlays over the
2061 "displayed as" character.
2062
2063 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
2064
2065 * calc/calc-units.el (math-default-units-table): Give an
2066 initial value.
2067 (math-put-default-units): Add options to put composite units and
2068 unit systems in the default units table.
2069 (calc-convert-units): Send composite units to
2070 `math-put-default-units' when appropriate.
2071
2072 2012-08-11 Glenn Morris <rgm@gnu.org>
2073
2074 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
2075
2076 * tutorial.el (help-with-tutorial):
2077 * emacs-lisp/copyright.el (copyright-update-directory):
2078 * emacs-lisp/autoload.el (autoload-find-generated-file)
2079 (autoload-find-file): Disable local eval: (for insurance).
2080
2081 * files.el (hack-local-variables-filter): If an eval: form is not
2082 known to be safe, and enable-local-variables is :safe, then ignore
2083 the form totally, as is done for non-eval forms. (Bug#12155)
2084 This is CVE-2012-3479.
2085
2086 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2087
2088 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
2089 (rx-form): Simplify.
2090
2091 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
2092
2093 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
2094 ?, _, and : are symbol constituents, ! is not (but kinda should be).
2095 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
2096 (ruby-syntax-propertize-function): Adjust for changes in
2097 `ruby-syntax-propertize-heredoc'.
2098
2099 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
2100
2101 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
2102 binding (use `M-;' instead).
2103 (ruby-singleton-class-p): New function.
2104 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
2105
2106 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2107
2108 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
2109
2110 2012-08-10 Chong Yidong <cyd@gnu.org>
2111
2112 * progmodes/python.el (python-shell-get-process-name): Don't mess
2113 with same-window-buffer-names.
2114
2115 * eshell/eshell.el (eshell-add-to-window-buffer-names)
2116 (eshell-remove-from-window-buffer-names): Make obsolete.
2117 (eshell-buffer-name, eshell-unload-hook): Don't use them.
2118 (eshell): Just use pop-to-buffer-same-window instead.
2119
2120 2012-08-10 Chong Yidong <cyd@gnu.org>
2121
2122 * bindings.el: Bind M-= back to count-words-region.
2123
2124 * simple.el (count-words-region): Accept a prefix arg for acting
2125 on the entire buffer.
2126 (count-words--buffer-message): New helper function.
2127
2128 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2129
2130 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
2131 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
2132 (event-start, event-end): Use posn-at-point to return a more
2133 informative posn.
2134 (posnp): New function.
2135 * mouse.el (popup-menu-normalize-position): Use it.
2136
2137 2012-08-10 Masatake YAMATO <yamato@redhat.com>
2138
2139 * mouse.el (popup-menu-normalize-position): New function.
2140 (popup-menu): Use `popup-menu-normalize-position' to normalize
2141 the form for POSITION argument.
2142
2143 * term/x-win.el (x-menu-bar-open):
2144 Use the value returend from (posn-at-point) as position
2145 passed to `popup-menu'.
2146
2147 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
2148
2149 * calc/calccomp.el (math-compose-expr): Add extra argument
2150 indicating that parentheses should be put around products in
2151 denominators. Give multiplication precedence over division during
2152 composition.
2153
2154 2012-08-09 Chong Yidong <cyd@gnu.org>
2155
2156 * man.el (Man-switches, Man-sed-command, Man-awk-command)
2157 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
2158 (Man-untabify-command, manual-program): Convert to defcustom
2159 (Bug#10429).
2160
2161 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
2162
2163 * descr-text.el (describe-char): Don't insert extra newlines
2164 (Bug#10127).
2165
2166 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
2167 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
2168
2169 * align.el (align-region): Delete temporary markers (Bug#10047).
2170 Plus some code cleanups.
2171
2172 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
2173
2174 * progmodes/python.el (python-pdbtrack-tracked-buffer)
2175 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
2176 (python-shell-internal-last-output): Use make-local-variable
2177 instead of make-variable-buffer-local.
2178
2179 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
2180
2181 * progmodes/python.el: Enhancements to forward-sexp.
2182 (python-nav-forward-sexp): Rename from
2183 python-nav-forward-sexp-function.
2184 (python-nav--forward-sexp, python-nav--backward-sexp):
2185 New functions.
2186
2187 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
2188
2189 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
2190 modes and simplification modes.
2191
2192 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
2193
2194 * delsel.el (delete-selection-pre-hook): Don't propagate the
2195 file-supersession signals (bug#12161).
2196
2197 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2198
2199 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
2200 (cl-map-extents): Add compatibility aliases (bug#12135).
2201
2202 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
2203
2204 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
2205 tests by `ignore-error'.
2206 (tramp-find-shell): Open also a new shell, when cache is already
2207 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
2208
2209 2012-08-08 Juri Linkov <juri@jurta.org>
2210
2211 * bookmark.el: Add `defaults' property to the bookmark record.
2212 (bookmark-current-buffer): Doc fix.
2213 (bookmark-make-record): Add `defaults' property with default values
2214 to the bookmark record.
2215 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
2216 with `bookmark-insert-current-bookmark'.
2217 (bookmark-set): Get `defaults' property from the bookmark record
2218 and use it in `read-from-minibuffer'.
2219 (bookmark-insert-current-bookmark): Remove function.
2220
2221 * info.el (Info-bookmark-make-record): Add `defaults' property
2222 with values of canonical Info node name, the current Info file
2223 name and the current Info node name. (Bug#12107)
2224
2225 2012-08-08 Juri Linkov <juri@jurta.org>
2226
2227 * files.el (basic-save-buffer): Use `buffer-name' as the default
2228 of `read-file-name' when buffer is not visiting a file (bug#12128).
2229
2230 2012-08-08 Juri Linkov <juri@jurta.org>
2231
2232 * info.el (Info-isearch-search): Doc fix.
2233 (Info-search): Change search-failed message from "initial node" to
2234 "end of node" (bug#12078).
2235 (Info-isearch-search): Change `isearch-string-state' to
2236 `isearch--state-string'.
2237
2238 2012-08-08 Glenn Morris <rgm@gnu.org>
2239
2240 * language/persian.el: Remove file.
2241 * language/misc-lang.el: Move unique part of persian.el here.
2242 * loadup.el: Remove language/persian.
2243
2244 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
2245
2246 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
2247
2248 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
2249
2250 * progmodes/python.el Fixed defsubst warning.
2251 (python-syntax-context) Rename from python-info-ppss-context.
2252 (python-syntax-context-type): Rename from
2253 python-info-ppss-context-type.
2254 (python-syntax-comment-or-string-p): Rename from
2255 python-info-ppss-comment-or-string-p.
2256
2257 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2258
2259 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
2260
2261 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
2262
2263 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
2264 a defcustom that is quoted with backquote.
2265
2266 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
2267 Fix handling of interactive spec when the body uses return.
2268 (math-do-arg-check, math-define-function-body): Use backquote forms.
2269 * calc/calc-ext.el (math-defcache): Likewise.
2270 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
2271 * allout.el (allout-new-exposure): Likewise.
2272 * calc/calcalg2.el (math-tracing-integral): Likewise.
2273 * info.el (Info-last-menu-item): Likewise.
2274 * emulation/vip.el (vip-loop): Likewise.
2275 * textmodes/artist.el (artist-funcall): Likewise.
2276 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
2277 Construct menu-item directly.
2278
2279 * progmodes/autoconf.el (font-lock-syntactic-keywords):
2280 Don't declare.
2281
2282 2012-08-07 Chong Yidong <cyd@gnu.org>
2283
2284 * simple.el (deactivate-mark): Preserve text properties when
2285 saving the primary selection (Bug#8384).
2286
2287 2012-08-07 Kevin Ryde <user42@zip.com.au>
2288
2289 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
2290 (woman-parse-numeric-value): On a bad .IP line, issue a warning
2291 and continue processing (Bug#12110).
2292
2293 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
2294
2295 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
2296 syntax-propertize-function (bug#10095).
2297
2298 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
2299
2300 * help-fns.el (help-fns--key-bindings, help-fns--signature)
2301 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
2302 describe-function-1.
2303 (describe-function-1): Use them. Move compiler macro after sig.
2304 (help-fns--compiler-macro): Use function-get. Assume we're already in
2305 standard-output. Adjust layout to new call order.
2306
2307 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
2308 re-binding a symbol that has a symbol-macro (bug#12119).
2309
2310 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
2311
2312 * language/persian.el: New file. (Bug#11812)
2313 * loadup.el: Add language/persian.el.
2314
2315 2012-08-06 Chong Yidong <cyd@gnu.org>
2316
2317 * window.el (window--maybe-raise-frame): New function.
2318 (window--display-buffer): Split off from here.
2319 (display-buffer-reuse-window, display-buffer-pop-up-frame)
2320 (display-buffer-pop-up-window, display-buffer-use-some-window):
2321 Obey an inhibit-switch-frame action alist entry.
2322 (display-buffer): Update doc.
2323
2324 * replace.el (occur-after-change-function): Avoid losing focus by
2325 using the inhibit-switch-frame display parameter (Bug#12139).
2326
2327 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
2328
2329 Make internal shell process buffer names start with space.
2330 * progmodes/python.el (python-shell-make-comint): Add optional
2331 argument INTERNAL.
2332 (run-python-internal): Use it.
2333 (python-shell-internal-get-or-create-process): Check for new
2334 internal buffer names.
2335
2336 2012-08-06 Glenn Morris <rgm@gnu.org>
2337
2338 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
2339 Do less getting and setting of environment variables.
2340
2341 2012-08-05 Chong Yidong <cyd@gnu.org>
2342
2343 * proced.el (proced): Add substitution string to docstring to
2344 trigger autoloading of the proced library on C-h f (Bug#1768).
2345
2346 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2347 Don't show defvars which have no second argument (Bug#8638).
2348
2349 * imenu.el (imenu-generic-expression): Move documentation here
2350 from imenu--generic-function.
2351 (imenu--generic-function): Refer to imenu-generic-expression.
2352
2353 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
2354
2355 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
2356 indentation declaration.
2357 (viper-loop): Add indentation declaration (Bug#7025).
2358
2359 2012-08-05 Chong Yidong <cyd@gnu.org>
2360
2361 * help-fns.el (describe-variable): Add hyperlink for
2362 directory-local variables files. Improve buffer-local and
2363 permanent-local reporting; suggested by MON KEY (Bug#6644).
2364
2365 * help-mode.el (help-dir-local-var-def): New button type.
2366
2367 * files.el (kill-buffer-hook): Provide a defvar.
2368
2369 2012-08-05 Glenn Morris <rgm@gnu.org>
2370
2371 * eshell/esh-ext.el (eshell/addpath):
2372 Also update eshell-path-env. (Bug#12013)
2373
2374 2012-08-05 Chong Yidong <cyd@gnu.org>
2375
2376 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
2377
2378 * fringe.el (fringe-styles): Add docstring.
2379 (fringe--check-mode): New function.
2380 (set-fringe-mode, set-fringe-style): Use it.
2381 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
2382
2383 * files.el (set-auto-mode): Fix invalid setq call.
2384
2385 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
2386
2387 * isearch.el: Misc simplification; use defstruct.
2388 (isearch-mode-map): Dense maps now work like sparse ones.
2389 (isearch--state): New defstruct.
2390 (isearch-string-state, isearch-message-state, isearch-point-state)
2391 (isearch-success-state, isearch-forward-state)
2392 (isearch-other-end-state, isearch-word-state, isearch-error-state)
2393 (isearch-wrapped-state, isearch-barrier-state)
2394 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
2395 replaced by defstruct's accessors.
2396 (isearch--set-state): Rename from isearch-top-state and change
2397 calling convention.
2398 (isearch-push-state): Use new isearch--get-state.
2399 (isearch-toggle-word): Disable regexp when enabling word.
2400 (isearch-message-prefix): Remove unused arg _c-q-hack.
2401 (isearch-message-suffix): Remove unused arg _ellipsis.
2402
2403 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
2404
2405 * simple.el (list-processes--refresh): For a server use :host or
2406 :local as the address.
2407 (list-processes): Doc fix.
2408
2409 2012-08-04 Michal Nazarewicz <mina86@mina86.com> (tiny change)
2410
2411 * lisp/mpc.el: Support password in host argument.
2412 (mpc--proc-connect): Parse and use new password element.
2413 Set mpc-proc variable instead of returning process.
2414 (mpc-proc): Adjust accordingly.
2415
2416 2012-08-03 Eli Zaretskii <eliz@gnu.org>
2417
2418 * whitespace.el (whitespace-display-mappings): Use Unicode
2419 codepoints, instead of emacs-mule codepoints. See
2420 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
2421 for the details.
2422
2423 * files.el (file-truename): Don't skip symlink-chasing part on
2424 windows-nt. Incorporate the resolution of 8+3 short aliases on
2425 Windows into the loop that recursively chases symlinks.
2426 Compare directory and its parent case-insensitively on MS-Windows and
2427 MS-DOS.
2428
2429 2012-08-03 Chong Yidong <cyd@gnu.org>
2430
2431 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
2432
2433 * sort.el (sort-regexp-fields): Doc fix.
2434
2435 2012-08-03 Tassilo Horn <tsdh@gnu.org>
2436
2437 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
2438 labels regex position point at the expected place.
2439
2440 2012-08-03 MON KEY <monkey@sandpframing.com>
2441
2442 * net/imap.el (imap-interactive-login, imap-authenticate)
2443 (imap-mailbox-lsub, imap-mailbox-list)
2444 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
2445 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
2446 (imap-parse-response): Doc fix.
2447
2448 2012-08-03 João Távora <joaotavora@gmail.com>
2449
2450 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
2451 if sexp scanning does not move point (Bug#5734).
2452
2453 2012-08-02 Tassilo Horn <tsdh@gnu.org>
2454
2455 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
2456 Add listings, minted, and ctable packages.
2457 (reftex-label-alist-builtin): Move listings, minted, and ctable
2458 entries before LaTeX.
2459 (reftex-label-alist): Docfix.
2460
2461 2012-08-02 Bastien Guerry <bzg@gnu.org>
2462
2463 * replace.el (occur): Fix docstring (bug#12122).
2464
2465 2012-08-02 Glenn Morris <rgm@gnu.org>
2466
2467 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
2468
2469 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
2470
2471 Obsolete alias inactivate-current-input-method-function (Bug#10150).
2472 * international/mule-cmds.el: Create
2473 inactivate-current-input-method-function as an obsolete alias for
2474 deactivate-current-input-method-function. See Katsumi Yamaoka in
2475 <http://bugs.gnu.org/10150#46>.
2476
2477 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
2478
2479 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
2480 of nested `if's.
2481
2482 2012-08-01 Glenn Morris <rgm@gnu.org>
2483
2484 * progmodes/autoconf.el (autoconf-definition-regexp):
2485 Add AH_TEMPLATE, adjust submatch numbering.
2486 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
2487 (autoconf-current-defun-function): Update for above change.
2488 (autoconf-current-defun-function): First skip to end of current word.
2489
2490 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
2491
2492 * calendar/cal-html.el (cal-html-insert-agenda-days):
2493 Fix typo. (Bug#12018)
2494
2495 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
2496
2497 Shell processes: enhancements to startup and CEDET compatibility.
2498 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
2499 (python-shell-make-comint): accept-process-output at startup.
2500 (run-python-internal): Set inferior-python-mode-hook to nil.
2501 (python-shell-internal-get-or-create-process): call sit-for.
2502 (python-preoutput-result): Add obsolete alias.
2503 (python-shell-internal-send-string): Use it.
2504 (python-shell-send-setup-code): Remove call to
2505 accept-process-output.
2506
2507 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
2508
2509 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
2510 (Bug#12108)
2511
2512 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
2513
2514 * calc-mode.el (calc-basic-simplification-mode): Rename from
2515 `calc-limited-simplification-mode'.
2516 (calc-alg-simplification-mode): New function.
2517 (calc-set-simplify-mode): Adjust message.
2518
2519 * calc.el (calc-set-mode-line): Adjust mode line display for
2520 basic simplification mode.
2521
2522 * calc-help.el (calc-m-prefix-help): Update help message.
2523
2524 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
2525 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
2526
2527 2012-07-31 Bastien Guerry <bzg@gnu.org>
2528
2529 * man.el (man): Fix comment. (bug#12101)
2530
2531 2012-07-31 Martin Rudalics <rudalics@gmx.at>
2532
2533 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
2534 Don't return a non-nil value when no suitable buffer was found.
2535
2536 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
2537
2538 * progmodes/python.el (run-python-internal): Disable font lock for
2539 internal shells.
2540
2541 2012-07-30 Stefan Merten <smerten@oekonux.de>
2542
2543 * rst.el: Silence `checkdoc-ispell'.
2544 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
2545 (rst-official-version, rst-official-cvs-rev)
2546 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
2547 (rst-mode-map): New key binding.
2548
2549 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
2550
2551 Update .PHONY listings in makefiles.
2552 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
2553 autoloads, update-subdirs, updates, bzr-update, update-authors,
2554 compile-onefile, compile-calc, backup-compiled-files,
2555 compile-after-backup, compile-one-process, mh-autoloads,
2556 bootstrap-clean, distclean, maintainer-clean.
2557
2558 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
2559
2560 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
2561 (calc-set-mode-line): Don't display "AlgSimp ".
2562
2563 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
2564 (calc-lim-simplify-mode): New function.
2565 (calc-set-simplify-mode): Default to 'alg.
2566 (calc-default-simplify-mode): Make algebraic simplifications
2567 the default.
2568
2569 * calc/calc-ext.el (calc-init-extensions): Remove binding for
2570 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
2571
2572 * calc/calc-help.el (calc-m-prefix-help): Change messages to
2573 indicate new simplification modes.
2574
2575 * calc/README: Mention new default simplification mode.
2576
2577 * calc/calc.el (math-normalize-error): New variable.
2578 (math-normalize): Set `math-normalize-error' to t
2579 when there's an error.
2580
2581 * calc/calc-alg.el (math-simplify): Don't simplify when
2582 `math-normalize' returns an error.
2583
2584 2012-07-29 Eli Zaretskii <eliz@gnu.org>
2585
2586 * international/mule-cmds.el (set-locale-environment): Revert last
2587 change, since display-graphic-p returns nil when this function is
2588 called during startup. Instead...
2589
2590 * term/w32console.el (terminal-init-w32console): ...setup the
2591 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
2592
2593 2012-07-29 Juri Linkov <juri@jurta.org>
2594
2595 * simple.el (goto-line): Don't display default line number in the
2596 prompt because it should be displayed by `read-number' (bug#9952).
2597 Add the current line number to the defaults of `goto-line' to
2598 allow its easier modification by users with `M-n' (bug#9201).
2599
2600 * subr.el (read-number): Support multiple default values like in
2601 other minibuffer reading functions. Replace `read' with
2602 `string-to-number' for consistency with `number-to-string'.
2603
2604 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
2605
2606 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
2607 * emulation/viper-init.el (viper-deactivate-input-method-action):
2608 Rename from viper-inactivate-input-method-action.
2609 (viper-deactivate-input-method):
2610 Rename from viper-inactivate-input-method.
2611 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
2612 * international/mule-cmds.el (deactivate-input-method):
2613 Rename from inactivate-input-method.
2614 Also run input-method-deactivate-hook.
2615 (deactivate-current-input-method-function):
2616 Rename from inactivate-current-input-method-function.
2617 (input-method-deactivate-hook): New hook.
2618 (input-method-inactivate-hook): Mark obsolete.
2619 (inactivate-input-method): Mark obsolete.
2620
2621 * international/quail.el (quail-activate):
2622 Also run quail-deactivate-hook.
2623 (quail-deactivate): Rename from quail-inactivate.
2624 * international/robin.el (robin-activate):
2625 Also run robin-deactivate-hook.
2626 (robin-deactivate): Rename from robin-inactivate.
2627
2628 2012-07-29 Chong Yidong <cyd@gnu.org>
2629
2630 * simple.el (indicate-copied-region): New function.
2631 (kill-ring-save): Split off from here.
2632
2633 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
2634 (kill-rectangle): Set deactivate-mark to t on read-only error.
2635
2636 * register.el (copy-to-register, copy-rectangle-to-register):
2637 Deactivate the mark, and use indicate-copied-region (Bug#10056).
2638 (append-to-register, prepend-to-register):
2639 Call 2012-07-29 Juri Linkov <juri@jurta.org>
2640
2641 * simple.el (async-shell-command-buffer): New defcustom.
2642 (shell-command): Use it. (Bug#4719)
2643
2644 2012-07-28 Eli Zaretskii <eliz@gnu.org>
2645
2646 * international/mule-cmds.el (set-locale-environment): In a
2647 console session on MS-Windows, set up keyboard and terminal
2648 encoding from the OEM codepage, not the ANSI codepage.
2649 (Bug#12055)
2650
2651 2012-07-28 Chong Yidong <cyd@gnu.org>
2652
2653 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
2654 gdb-get-location.
2655
2656 2012-07-28 Leo Liu <sdl.web@gmail.com>
2657
2658 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
2659 the alist (bug#12029).
2660
2661 2012-07-28 Eli Zaretskii <eliz@gnu.org>
2662
2663 * makefile.w32-in (custom-deps, finder-data, updates, compile)
2664 (compile-always, compile-first)
2665 ($(lisp)/calendar/cal-loaddefs.el)
2666 ($(lisp)/calendar/diary-loaddefs.el)
2667 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
2668 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
2669 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
2670 instead of on update-subdirs.
2671 (bootstrap-clean): Delete $(lisp)/subdirs.el.
2672
2673 2012-07-28 Chong Yidong <cyd@gnu.org>
2674
2675 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
2676 directory if vc-deduce-backend returns nil (Bug#7350).
2677
2678 * simple.el (delete-trailing-lines): New option.
2679 (delete-trailing-whitespace): Obey it (Bug#11879).
2680
2681 2012-07-28 David Engster <deng@randomsample.de>
2682
2683 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
2684 Explanation of new 'symbol-qnames feature in doc-strings.
2685 (xml-maybe-do-ns): Return expanded names as plain symbols if
2686 'symbol-qnames was provided in XML-NS argument (Bug#11916).
2687 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
2688
2689 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
2690
2691 Consistent completion in inferior python with emacs -nw.
2692 * progmodes/python.el (inferior-python-mode): replace "<tab>"
2693 binding in inferior-python-mode-map with "\t".
2694 (python-shell-completion-complete-at-point)
2695 (python-completion-complete-at-point): Remove interactive spec.
2696
2697 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
2698
2699 * calc/calccomp.el (math-compose-expr): Undo previous change.
2700
2701 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
2702
2703 * progmodes/python.el (python-mode-map): Add keybinding for
2704 run-python.
2705 (python-shell-make-comint): Fix pop-to-buffer call.
2706 (run-python): Autoload. New arg SHOW.
2707 (python-shell-get-or-create-process): Do not pop python process
2708 buffer.
2709
2710 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
2711
2712 * notifications.el (notifications-on-action-signal)
2713 (notifications-on-closed-signal): Use also the bus address for the map.
2714 (notifications-notify, notifications-close-notification)
2715 (notifications-get-capabilities): Add optional argument BUS.
2716
2717 2012-07-27 Tassilo Horn <tsdh@gnu.org>
2718
2719 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
2720 Add support for the lstlisting and minted environments, and for the
2721 ctable macro.
2722 * textmodes/reftex.el (reftex-compile-variables): Also recognize
2723 labels written in keyvals syntax.
2724
2725 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
2726
2727 * calc/calccomp.el (math-compose-expr): Use parentheses when
2728 there is a product in the denominator of a fraction.
2729
2730 2012-07-26 Eli Zaretskii <eliz@gnu.org>
2731
2732 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
2733 ($(lisp)/calendar/diary-loaddefs.el)
2734 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
2735 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
2736 Fixes failures in parallel bootstrap because subdirs.el is being
2737 rewritten while the autoload files are built at the same time,
2738 which needs to load subdirs.el.
2739
2740 2012-07-26 Martin Rudalics <rudalics@gmx.at>
2741
2742 * mouse.el (popup-menu): Fix doc-string and re-indent code.
2743 (mouse-drag-line): Don't exit tracking when a switch-frame or
2744 switch-window event occurs (Bug#12006).
2745
2746 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2747
2748 * mouse.el (popup-menu): Fix last change.
2749
2750 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2751
2752 Autoload from Lisp with more care. Follow aliases when looking for
2753 function properties.
2754 * subr.el (autoloadp): New function.
2755 (symbol-file): Use it.
2756 (function-get): New function.
2757 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
2758 autoload-do-load.
2759 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
2760 (lisp-indent-function):
2761 * emacs-lisp/gv.el (gv-get):
2762 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
2763 * emacs-lisp/byte-opt.el (byte-optimize-form):
2764 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
2765 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
2766 Use function-get.
2767 * emacs-lisp/cl.el: Don't propagate function properties any more.
2768
2769 * speedbar.el (speedbar-add-localized-speedbar-support):
2770 * emacs-lisp/disass.el (disassemble-internal):
2771 * desktop.el (desktop-load-file):
2772 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
2773 (describe-function-1):
2774 * emacs-lisp/find-func.el (find-function-noselect):
2775 * emacs-lisp/elp.el (elp-instrument-function):
2776 * emacs-lisp/advice.el (ad-has-proper-definition):
2777 * apropos.el (apropos-safe-documentation, apropos-macrop):
2778 * emacs-lisp/debug.el (debug-on-entry):
2779 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
2780 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
2781 * calc/calc.el (name): Use autoloadp & autoload-do-load.
2782
2783 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
2784
2785 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
2786 function, not an obsolete variable (Bug#12046).
2787
2788 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
2789
2790 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
2791
2792 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
2793
2794 * emacs-lisp/pp.el (pp-display-expression): Select old selected
2795 window only if it is still live (Bug#12034).
2796
2797 2012-07-25 Martin Rudalics <rudalics@gmx.at>
2798
2799 * subr.el (redirect-frame-focus): Add advertised calling
2800 convention (Bug#12030).
2801
2802 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
2803
2804 Prefer typical American spelling for "acknowledgment".
2805 * vc/add-log.el (change-log-acknowledgment): Rename from
2806 change-log-acknowledgement, with an alias for the old name.
2807
2808 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
2809
2810 * calc-alg.el (math-simplify-divide): Don't cross multiply
2811 in an equation when the lhs is a variable.
2812
2813 2012-07-24 Julien Danjou <julien@danjou.info>
2814
2815 * net/netrc.el (netrc-find-service-number, netrc-store-data):
2816 Remove, unused.
2817
2818 2012-07-23 Eli Zaretskii <eliz@gnu.org>
2819
2820 * startup.el (command-line): Don't display an empty user name in
2821 the error message about non-existent home directory, when
2822 init-file-user was set to an empty string. See
2823 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
2824 for the details and context.
2825
2826 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
2827
2828 * ses.el (ses-cell-formula-aset): New macro.
2829 (ses-cell-references-aset): New macro.
2830 (ses-cell-p): New function.
2831 (ses-rename-cell): Do no longer rely on complex operations like
2832 ses-cell-set-formula or ses-set-cell to change the cell and handle
2833 the undo at the same time, but rather use lower level new macros
2834 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
2835 the undo directly. Refresh the mode line.
2836
2837 2012-07-21 Leo Liu <sdl.web@gmail.com>
2838
2839 * progmodes/cc-cmds.el (c-defun-name):
2840 Use match-string-no-properties instead for consistency.
2841
2842 2012-07-20 Leo Liu <sdl.web@gmail.com>
2843
2844 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
2845 (Bug#7879)
2846
2847 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
2848
2849 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
2850
2851 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
2852 * progmodes/bug-reference.el, misearch.el: Provide themselves
2853 (bug#11915).
2854
2855 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
2856 of narrowed buffer (bug#11966).
2857
2858 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
2859
2860 * ses.el (ses-rename-cell): Set new name also in reference list of
2861 cells of which the renamed cell depends.
2862
2863 2012-07-20 Masatake YAMATO <yamato@redhat.com>
2864
2865 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
2866 to check whether menu-bar is shown or not. If not shown,
2867 show the menu-bar as a popup menu instead of using tmm.
2868 * mouse.el (popup-menu): Accept `point' as `position' argument.
2869
2870 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
2871
2872 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
2873 up inside string symbol literal (bug#11923).
2874
2875 2012-07-20 Eli Zaretskii <eliz@gnu.org>
2876
2877 * startup.el (fancy-startup-text): Read the whole tutorial, not
2878 just its first 256 bytes. Prevents gibberish in display of the
2879 tutorial title.
2880
2881 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
2882
2883 Drop idle buffer compaction due to an absence of the
2884 proved efficiency.
2885 * compact.el: Remove.
2886
2887 2012-07-19 Sam Steingold <sds@gnu.org>
2888
2889 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
2890 vc-bzr-pull & vc-bzr-merge-branch.
2891 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
2892 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
2893 for consistency with compilation-error-regexp-alist.
2894 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
2895 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
2896 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
2897 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
2898
2899 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
2900
2901 * emacs-lisp/chart.el: Use lexical-binding.
2902 (chart-emacs-storage): Don't hardcode the list of entries.
2903
2904 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
2905
2906 Next round of tweaks caused by Fgarbage_collect changes.
2907 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
2908
2909 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
2910
2911 Compact buffers when idle.
2912 * compact.el: New file.
2913
2914 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
2915
2916 * subr.el (eventp): Presume that if it looks vaguely like an event,
2917 it's an event (bug#10190).
2918
2919 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
2920
2921 Enhancements to ppss related code (thanks Stefan).
2922 * progmodes/python.el (python-indent-context)
2923 (python-indent-calculate-indentation, python-indent-dedent-line)
2924 (python-indent-electric-colon, python-nav-forward-block)
2925 (python-mode-abbrev-table)
2926 (python-info-assignment-continuation-line-p): Simplify checks
2927 for ppss context.
2928 (python-info-continuation-line-p): Cleanup.
2929 (python-info-ppss-context): Do not catch 'quote.
2930 (python-info-ppss-context-type)
2931 (python-info-ppss-comment-or-string-p): Simplify.
2932
2933 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
2934
2935 * progmodes/python.el: Enhancements to eldoc support.
2936 (python-info-current-symbol): New function.
2937 (python-eldoc-at-point): Use python-info-current-symbol.
2938 (python-info-current-defun): Fix cornercase on first defun scan.
2939 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
2940 and signal error when no inferior python process is available.
2941
2942 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
2943
2944 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
2945 assume it's always t.
2946 (vc-git-registered): Remove caching, the function is only called
2947 once.
2948 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
2949
2950 2012-07-18 Chong Yidong <cyd@gnu.org>
2951
2952 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
2953
2954 * simple.el (count-words): Report on narrowing (Bug#9959).
2955
2956 * bindings.el: Bind M-= to count-words.
2957
2958 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
2959
2960 2012-07-18 Masatake YAMATO <yamato@redhat.com>
2961
2962 * progmodes/sh-script.el (sh-imenu-generic-expression):
2963 Capture a function with `function' keyword and without parentheses
2964 like "function FOO" (bug#11856).
2965
2966 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
2967
2968 * window.el (split-window-sensibly): Make WINDOW argument
2969 optional.
2970
2971 2012-07-18 Chong Yidong <cyd@gnu.org>
2972
2973 * subr.el (keyboard-translate): Doc fix (Bug#7261).
2974
2975 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
2976 and make C-x 8 RET exit isearch (Bug#11439).
2977
2978 * international/iso-transl.el: Move isearch-mode-map key
2979 definitions to isearch.el.
2980
2981 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
2982
2983 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
2984 (eieio-defclass): Use gv-define-setter when possible.
2985
2986 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
2987
2988 Reflect recent changes in Fgarbage_collect.
2989 * emacs-lisp/chart.el (chart-emacs-storage): Change to
2990 reflect new format of data returned by Fgarbage_collect.
2991
2992 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
2993
2994 New utility functions + python-info-ppss-context fix (Bug#11910).
2995 * progmodes/python.el (python-info-beginning-of-block-statement-p)
2996 (python-info-ppss-comment-or-string-p): New functions.
2997 (python-info-ppss-context): Small fix for string check.
2998
2999 2012-07-17 Juri Linkov <juri@jurta.org>
3000
3001 * dired-aux.el (dired-do-async-shell-command): Doc fix.
3002 (dired-do-async-shell-command): Don't add `*' at the end of the
3003 command (Bug#11815).
3004 (dired-do-shell-command): Doc fix.
3005 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
3006 Join the individual commands using either "&" or ";" as the
3007 separator depending on the values of these trailing characters.
3008 At the end re-add the trailing "&". (Bug#10598)
3009
3010 * simple.el (async-shell-command): Sync the interactive spec with
3011 `shell-command'. Doc fix.
3012 (shell-command): Doc fix.
3013
3014 2012-07-17 Juri Linkov <juri@jurta.org>
3015
3016 * descr-text.el (describe-char): Fix format args. (Bug#10129)
3017
3018 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
3019
3020 Final renames and doc fixes for movement commands (bug#11899).
3021 * progmodes/python.el (python-nav-beginning-of-statement):
3022 Rename from python-nav-statement-start.
3023 (python-nav-end-of-statement): Rename from
3024 python-nav-statement-end.
3025 (python-nav-beginning-of-block): Rename from
3026 python-nav-block-start.
3027 (python-nav-end-of-block): Rename from python-nav-block-end.
3028
3029 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
3030
3031 * progmodes/python.el (python-shell-send-string-no-output):
3032 Allow accept-process-output to quit, keeping shell process ready for
3033 future interactions (Bug#11868).
3034
3035 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
3036
3037 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
3038
3039 * emacs-lisp/elint.el (elint-find-args-in-code):
3040 Use help-function-arglist, so as to handle lexical byte-code.
3041
3042 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
3043 change (bug#11826).
3044
3045 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
3046
3047 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
3048 Avoid spuriously marking the buffer as modified because of c-is-sws.
3049
3050 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
3051 as not-a-comment (bug#11946).
3052
3053 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
3054 for uninterned vars.
3055
3056 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
3057 Use read-event since we don't really want to read chars but bytes.
3058
3059 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
3060 $$..$$ but also $..$ using regexps (bug#11953).
3061 Use tex-verbatim for \url and \path.
3062 (tex-font-lock-keywords): Define as defconst like the others.
3063 (tex-common-initialization): Don't use font-lock-syntax-table any more.
3064
3065 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
3066
3067 * international/mule-cmds.el (ucs-insert): Make it an obsolete
3068 alias for insert-char.
3069
3070 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
3071
3072 * progmodes/python.el: Simplified imenu implementation.
3073 (python-nav-jump-to-defun): Remove command.
3074 (python-mode-map): Use `imenu' instead.
3075 (python-nav-list-defun-positions-cache)
3076 (python-imenu-include-defun-type, python-imenu-make-tree)
3077 (python-imenu-subtree-root-label, python-imenu-index-alist):
3078 Remove vars.
3079 (python-nav-list-defun-positions, python-nav-read-defun)
3080 (python-imenu-tree-assoc, python-imenu-make-element-tree)
3081 (python-imenu-make-tree, python-imenu-create-index):
3082 Remove functions.
3083 (python-mode): Update to interact with imenu by setting
3084 `imenu-extract-index-name-function' only.
3085
3086 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
3087
3088 * progmodes/python.el: Enhancements to navigation commands.
3089 (python-nav-backward-sentence)
3090 (python-nav-forward-sentence): Remove.
3091 (python-nav-backward-statement, python-nav-forward-statement)
3092 (python-nav-statement-start, python-nav-statement-end)
3093 (python-nav-backward-block, python-nav-forward-block)
3094 (python-nav-block-start, python-nav-block-end)
3095 (python-nav-forward-sexp-function)
3096 (python-info-current-line-comment-p)
3097 (python-info-current-line-empty-p): New functions.
3098 (python-indent-context): Use `python-nav-statement-start'.
3099
3100 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
3101
3102 * eshell/em-ls.el (eshell/ls): Use `apply'.
3103
3104 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
3105 multi-hops, instead of Tramp internals.
3106
3107 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
3108
3109 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
3110 when F1 and F2 are located on different hosts.
3111
3112 2012-07-14 Chong Yidong <cyd@gnu.org>
3113
3114 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
3115 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
3116 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
3117 (xterm-mouse--read-event-sequence-1000)
3118 (xterm-mouse--read-event-sequence-1006): New functions. For old
3119 mouse protocol, handle M-mouse-X events correctly.
3120 (xterm-mouse-event): New arg specifying mouse protocol.
3121 (turn-on-xterm-mouse-tracking-on-terminal)
3122 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
3123 sequence to toggle extended coordinates on newer XTerms.
3124 This appears to be harmless on terminals which do not support this.
3125
3126 2012-07-14 Leo Liu <sdl.web@gmail.com>
3127
3128 Add fringe bitmap indicators for flymake. (Bug#11253)
3129 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
3130 (flymake-make-overlay): New arg BITMAP.
3131 (flymake-error-bitmap, flymake-warning-bitmap)
3132 (flymake-fringe-indicator-position): New user variables.
3133
3134 * fringe.el: New bitmap exclamation-mark.
3135
3136 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
3137
3138 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
3139 also (Bug#7879).
3140
3141 2012-07-14 Chong Yidong <cyd@gnu.org>
3142
3143 * electric.el (electric-pair-post-self-insert-function): Fix pair
3144 insertion in empty-region case (Bug#11520).
3145
3146 2012-07-14 Chong Yidong <cyd@gnu.org>
3147
3148 * bindings.el: Consolidate ctl-x-r-map bindings.
3149 Bind copy-rectangle-as-kill to C-x r w.
3150
3151 * rect.el, register.el: Move bindings to bindings.el.
3152
3153 2012-07-14 Reuben Thomas <rrt@sc3d.org>
3154
3155 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
3156
3157 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
3158
3159 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
3160
3161 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
3162
3163 * bindings.el (top): Use `mapc' instead of `mapcar'.
3164
3165 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
3166
3167 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
3168
3169 * progmodes/sql.el (sql-comint): Suppress the check for program on
3170 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
3171 (Bug#11908)
3172
3173 2012-07-13 Chong Yidong <cyd@gnu.org>
3174
3175 * bindings.el: Assign a non-nil permanent-local property to
3176 per-buffer variables which lack a default value (Bug#11930).
3177
3178 * help-fns.el (describe-variable): In the "automatically becomes
3179 local" notice, take note of permanent-local variables.
3180
3181 2012-07-13 Chong Yidong <cyd@gnu.org>
3182
3183 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
3184 to allow printing the message when called from Lisp.
3185
3186 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3187 Remove toggle-read-only.
3188
3189 * bs.el (bs-toggle-readonly):
3190 * buff-menu.el (Buffer-menu-toggle-read-only):
3191 Remove with-no-warnings around toggle-read-only.
3192
3193 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
3194 Remove with-no-warnings around toggle-read-only.
3195 (ffap-read-only, ffap-read-only-other-window)
3196 (ffap-read-only-other-frame): Callers changed.
3197
3198 * help-mode.el: Don't require view package.
3199 (help-mode-finish): Set buffer-read-only instead of calling
3200 toggle-read-only.
3201
3202 * bindings.el (mode-line-toggle-read-only):
3203 * dired.el (dired-toggle-read-only):
3204 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
3205 with non-nil second arg.
3206
3207 * emacs-lisp/eieio-custom.el (eieio-customize-object):
3208 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
3209 directly.
3210
3211 2012-07-12 Eli Zaretskii <eliz@gnu.org>
3212
3213 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
3214 not incf.
3215
3216 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
3217
3218 More CL cleanups and reduction of use of cl.el.
3219 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
3220 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
3221 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
3222 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
3223 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
3224 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
3225 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
3226 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
3227 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
3228 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
3229 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
3230 * eshell/em-cmpl.el, eshell/em-banner.el:
3231 * calendar/parse-time.el: Use cl-lib.
3232 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
3233 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
3234 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
3235 * term/ns-win.el, term.el, shell.el, ps-samp.el:
3236 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
3237 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
3238 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
3239 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
3240 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
3241 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
3242 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
3243 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
3244 `lambda' rather than with `quote'.
3245 (eshell-do-opt): Adjust accordingly.
3246 (eshell-process-option): Simplify.
3247 * eshell/esh-var.el:
3248 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
3249 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
3250 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
3251 to `pcase--dontcare'.
3252 * emacs-lisp/cl.el (labels): Mark obsolete.
3253 (cl--letf, letf): Move to cl-lib.
3254 (cl--letf*, letf*): Remove.
3255 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
3256 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
3257 (cl-progv): Rewrite.
3258 (cl--letf, cl-letf): Move from cl.el.
3259 (cl-letf*): New macro.
3260 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
3261
3262 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
3263
3264 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
3265
3266 2012-07-11 Chong Yidong <cyd@gnu.org>
3267
3268 * vc/log-edit.el (log-edit-vc-backend): New variable.
3269 (log-edit): Doc fix.
3270
3271 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
3272 argument of log-edit to set up all local variables.
3273 (vc-start-logentry): New optional arg specifying VC backend.
3274
3275 * vc/vc.el (vc-checkin): Use it.
3276 (vc-deduce-fileset): Handle Log Edit buffers.
3277 (vc-diff): Make first argument optional too.
3278
3279 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
3280
3281 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
3282
3283 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
3284 command, just in case. The function is not needed anymore.
3285 (eshell-external-command): Do not call `eshell-remote-command'.
3286
3287 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
3288
3289 Reduce use of (require 'cl).
3290 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
3291 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
3292 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
3293 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
3294 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
3295 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
3296 * battery.el, avoid.el, abbrev.el: Use cl-lib.
3297 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
3298 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
3299 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
3300 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
3301 * calculator.el, autorevert.el, apropos.el: Don't require CL.
3302 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
3303 (byte-compile-unfold-bcf, byte-compile-check-variable):
3304 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
3305 (byte-compile-nilconstp):
3306 * emacs-lisp/autoload.el (make-autoload): Use pcase.
3307 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
3308
3309 * emacs-lisp/gv.el (cond): Make it a valid place.
3310 (if): Simplify slightly.
3311
3312 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
3313 (pcase--self-quoting-p): New function.
3314 (pcase--u1): Use it.
3315
3316 2012-07-10 Glenn Morris <rgm@gnu.org>
3317
3318 * emacs-lisp/authors.el (authors-fixed-entries):
3319 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
3320
3321 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
3322
3323 Rename configure.in to configure.ac (Bug#11603).
3324 * emacs-lisp/authors.el (authors-canonical-file-name):
3325 * progmodes/autoconf.el (autoconf-mode):
3326 Prefer configure.ac to configure.in.
3327
3328 2012-07-08 Chong Yidong <cyd@gnu.org>
3329
3330 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
3331 Implement the mouse-1-click-follows-link handling properly.
3332
3333 * info.el (Info-link-keymap): Use follow-link mechanism for
3334 header-line links (Bug#374).
3335
3336 * simple.el (deactivate-mark): Do not set the primary selection
3337 if another program has acquired it (Bug#11772).
3338
3339 2012-07-07 Kevin Ryde <user42@zip.com.au>
3340
3341 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
3342 (woman-decode-region): Replace escaped-escapes without destroying
3343 bold or underline (Bug#11552).
3344 (woman2-process-escapes): Handle nofill regions (Bug#11591).
3345
3346 2012-07-07 Chong Yidong <cyd@gnu.org>
3347
3348 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
3349 (interprogram-cut-function, interprogram-paste-function):
3350 Mention that we typically mean the clipboard.
3351
3352 2012-07-06 Glenn Morris <rgm@gnu.org>
3353
3354 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
3355
3356 * files.el (toggle-read-only): Restrict message to interactive use.
3357
3358 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
3359
3360 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
3361
3362 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
3363
3364 2012-07-06 Glenn Morris <rgm@gnu.org>
3365
3366 * Makefile.in (compile-one-process): Rename from "recompile".
3367
3368 * Makefile.in (bzr-update): "compile" is the same as "recompile
3369 autoloads", but parallelizable, so use that instead.
3370
3371 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
3372
3373 * window.el (quit-window): Always restore window height when
3374 it's saved in quit-restore parameter (Bug#11810).
3375
3376 2012-07-06 Glenn Morris <rgm@gnu.org>
3377
3378 * simple.el (kill-whole-line): Doc tweak.
3379
3380 2012-07-06 Eli Zaretskii <eliz@gnu.org>
3381
3382 * files.el (file-relative-name): Compare file names
3383 case-insensitively if on MS-Windows or MS-DOS, or if
3384 read-file-name-completion-ignore-case is non-nil. Don't use
3385 case-fold-search for this purpose. (Bug#11827)
3386
3387 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
3388
3389 * calendar/cal-dst.el (calendar-current-time-zone):
3390 Return calendar-current-time-zone-cache if non-nil.
3391
3392 2012-07-17 Masatake YAMATO <yamato@redhat.com>
3393 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3394
3395 * calendar/cal-dst.el (calendar-current-time-zone):
3396 Return calendar-current-time-zone-cache if non-nil.
3397
3398 2012-07-06 Glenn Morris <rgm@gnu.org>
3399
3400 * Makefile.in (cvs-update): Remove old alias.
3401
3402 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
3403
3404 Sync with Tramp 2.2.6-pre.
3405
3406 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
3407 compatible declaration.
3408
3409 * net/tramp-cmds.el (tramp-append-tramp-buffers):
3410 Protect `list-load-path-shadows' call.
3411
3412 * net/tramp-compat.el (top): Require packages, which aren't
3413 autoloaded anymore for XEmacs. Protect call of
3414 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
3415 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
3416 it hurts at least for SXEmacs.
3417 (tramp-compat-temporary-file-directory): In XEmacs, there is no
3418 standard-value for `temporary-file-directory'.
3419
3420 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
3421 Redirect stderr to /dev/null.
3422 (tramp-sh-handle-write-region): uid and gid can be floats.
3423 Reported by Russell Sim <russell.sim@gmail.com>.
3424 (tramp-sh-handle-vc-registered): Hide errors.
3425 (tramp-vc-file-name-handler): Use dummy results for `process-file'
3426 and `start-file-process'.
3427 (tramp-maybe-open-connection): Check also whether `non-essential'
3428 is bound.
3429
3430 2012-07-04 Chong Yidong <cyd@gnu.org>
3431
3432 * xml.el (xml--parse-buffer): Use xml-syntax-table.
3433 (xml-parse-tag): Likewise, and avoid changing entity tables.
3434 (xml-syntax-table): Define from scratch, making sure not to give
3435 x2000 and other Unicode spaces whitespace syntax, since those are
3436 not spaces in XML.
3437 (xml-parse-fragment): Delete unused function.
3438 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
3439 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
3440 (xml-entity-ref, xml-pe-reference-re)
3441 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
3442 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
3443 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
3444 (xml-entity-value-re): Use syntax references in regexps where
3445 possible; no need to define inside a let-binding.
3446 (xml-parse-dtd): Use xml-pe-reference-re.
3447 (xml-entity-or-char-ref-re): New defconst.
3448 (xml-parse-string, xml-substitute-special): Use it.
3449
3450 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
3451
3452 * files.el (locate-dominating-file): Allow `name' to be a predicate.
3453 (find-file--read-only): New function.
3454 (find-file-read-only, find-file-read-only-other-window)
3455 (find-file-read-only-other-frame): Use it.
3456 (insert-file-contents-literally): Don't `fset'.
3457 (get-free-disk-space): Use locate-dominating-file.
3458
3459 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
3460 function is already compiled.
3461
3462 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
3463
3464 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
3465
3466 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
3467 files on the same host.
3468
3469 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
3470
3471 * help-fns.el (describe-function-1): Only call
3472 help-fns--autoloaded-p when we have a file name. (Bug#11848)
3473
3474 2012-07-03 Chong Yidong <cyd@gnu.org>
3475
3476 * xml.el: Protect parser against XML bombs.
3477 (xml-entity-expansion-limit): New variable.
3478 (xml-parse-string, xml-substitute-special): Use it.
3479 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
3480
3481 2012-07-03 Glenn Morris <rgm@gnu.org>
3482
3483 * progmodes/bug-reference.el (bug-reference-bug-regexp):
3484 Allow linking to specific messages in debbugs reports (eg 123#5).
3485
3486 2012-07-02 Chong Yidong <cyd@gnu.org>
3487
3488 * xml.el: Fix entity and character reference expansion, allowing
3489 them to expand into markup as per XML spec.
3490 (xml-default-ns): New variable.
3491 (xml-entity-alist): Use XML spec definitions for lt and amp.
3492 (xml-parse-region): Make first two arguments optional.
3493 Discard text properties.
3494 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
3495 All callers changed.
3496 (xml-parse-tag): Call xml-parse-tag-1. For backward
3497 compatibility, this function should not modify buffer contents.
3498 (xml-parse-tag-1): Fix opening-tag regexp.
3499 (xml-parse-string): Rewrite, handling entity and character
3500 references properly.
3501 (xml--entity-replacement-text): Signal an error if a parameter
3502 entity is undefined.
3503
3504 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
3505
3506 * comint.el (comint-output-filter): Filter out repeated prompts.
3507
3508 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
3509 and file-name-absolute-p.
3510 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
3511 internal calls.
3512
3513 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
3514
3515 Spelling fixes.
3516 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
3517 Rename from byte-compile--refiy-function. All uses changed.
3518
3519 2012-07-01 Chong Yidong <cyd@gnu.org>
3520
3521 * xml.el (xml--parse-buffer): New function. Move most of
3522 xml-parse-region here.
3523 (xml-parse-region): Copy region into a temporary buffer, since
3524 parameter entity substitution requires changing buffer contents.
3525 Use xml--parse-buffer.
3526 (xml-parse-file): Use xml--parse-buffer.
3527 (xml-parse-dtd): Make parameter entity substitution work right.
3528 Use proper regexps for ELEMENT declarations (Bug#7172).
3529
3530 2012-06-30 Glenn Morris <rgm@gnu.org>
3531
3532 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
3533
3534 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
3535 Remove outdated and unnecessary dbus declarations.
3536
3537 2012-06-30 Eli Zaretskii <eliz@gnu.org>
3538
3539 * emacs-lisp/timer.el (timer-until): Subtract results of
3540 float-time, instead of taking float-time of the result of
3541 time-subtract, since float-time signals an error for negative time
3542 arguments.
3543
3544 2012-06-30 Chong Yidong <cyd@gnu.org>
3545
3546 * xml.el (xml-*-re): Convert defvars into defconsts, and
3547 eval-and-compile them so eval-and-compile works on derivatives.
3548 (xml--entity-replacement-text): Use eval-and-comple.
3549
3550 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
3551
3552 * vc/vc-git.el (vc-git-registered): Use cache property
3553 `git-registered'.
3554 (vc-git-mode-line-string): Call `vc-working-revision' instead of
3555 `vc-git-working-revision' in order to benefit from the cache.
3556 (vc-git-root): Use cache property `git-root'. (Bug#11757)
3557
3558 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
3559
3560 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
3561 removed (likely outside Emacs). (Bug#11757)
3562
3563 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
3564
3565 * emacs-lisp/cl-lib.el: Require macroexp.
3566
3567 2012-06-30 Chong Yidong <cyd@gnu.org>
3568
3569 * xml.el: Implement XML parameter entities.
3570 (xml-parameter-entity-alist): New variable.
3571 (xml-parse-region, xml-parse-fragment): Preserve previous values
3572 of xml-entity-alist and xml-parameter-entity-alist, so that
3573 repeated calls on different documents do not change them.
3574 (xml-parse-tag): Fix doctype regexp.
3575 (xml--entity-replacement-text): New function.
3576 (xml-parse-dtd): Use it. Don't handle system entities; doing that
3577 properly requires url retrieval which is unimplemented.
3578 (xml-escape-string): Doc fix.
3579
3580 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
3581
3582 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
3583
3584 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
3585
3586 * fringe.el (fringe-mode): Doc fix.
3587
3588 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
3589
3590 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
3591 is non-nil.
3592 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
3593 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
3594
3595 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3596
3597 * calendar/cal-dst.el (calendar-current-time-zone):
3598 Return calendar-current-time-zone-cache if non-nil.
3599
3600 2012-06-29 Masatake YAMATO <yamato@redhat.com>
3601
3602 * progmodes/which-func.el (which-func-format):
3603 Add mouse-face. (Bug#11698)
3604
3605 2012-06-29 Leo Liu <sdl.web@gmail.com>
3606
3607 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
3608
3609 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
3610
3611 * minibuffer.el (minibuffer-confirm-exit-commands):
3612 Add completion-at-point (bug#11725).
3613
3614 2012-06-29 Glenn Morris <rgm@gnu.org>
3615
3616 * progmodes/f90.el (f90-font-lock-keywords-2):
3617 Add some preprocessor elements. (Bug#10499)
3618
3619 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
3620
3621 * progmodes/cperl-mode.el (cperl-update-syntaxification):
3622 Use syntax-propertize (bug#11739).
3623
3624 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
3625
3626 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
3627
3628 2012-06-28 Julien Danjou <julien@danjou.info>
3629
3630 * term.el (term-handle-colors-array): Use a set of new faces to
3631 color the terminal. Also uses :inverse-video property.
3632 (term-default-fg-color): Set to nil by default, deprecate in favor
3633 of `term-face'.
3634 (term-default-bg-color): Set to nil by default, deprecate in favor
3635 of `term-face'.
3636 (term-current-face): Use `term-face' by default.
3637 (term-bold-attribute): Variable deleted.
3638
3639 2012-06-28 Glenn Morris <rgm@gnu.org>
3640
3641 * simple.el (completion-list-mode-finish):
3642 Don't use toggle-read-only. (Since completion-list-mode has
3643 a special mode-class, it wasn't doing anything extra anyway.)
3644
3645 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
3646
3647 Make inlining of other-mode interpreted functions work (bug#11799).
3648 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
3649 (byte-compile): Use it to fix compilation of lexical-binding closures.
3650 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
3651 function, if needed.
3652
3653 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
3654
3655 * help-mode.el (help-make-xrefs): Don't just withstand
3656 cyclic-variable-indirection but any error in documentation-property.
3657
3658 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
3659 memory use.
3660 * bindings.el (bindings--define-key): New function.
3661 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
3662 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
3663 * bindings.el: Use it to purecopy define-key bindings.
3664
3665 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
3666
3667 * emacs-lisp/cl.el (flet): Mark obsolete.
3668 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
3669 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
3670 * progmodes/js.el (js-c-fill-paragraph):
3671 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
3672 (ebrowse-switch-member-buffer-to-derived-class):
3673 * play/5x5.el (5x5-solver): Use cl-flet.
3674
3675 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
3676 (cl--symbol-function): New macro.
3677 (cl--letf, cl--letf*): Use it.
3678
3679 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
3680 Strip "toggle-" if any.
3681
3682 2012-06-27 Glenn Morris <rgm@gnu.org>
3683
3684 * info.el (Info-default-directory-list): Move here from paths.el.
3685 * paths.el: Remove file, which is now empty.
3686 * loadup.el: No longer load "paths".
3687
3688 * custom.el (custom-initialize-delay): Doc fix.
3689
3690 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
3691 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
3692 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
3693 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
3694 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
3695 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
3696 * eshell/eshell.el (eshell-defgroup): Remove alias.
3697
3698 2012-06-27 Chong Yidong <cyd@gnu.org>
3699
3700 * help.el (help-enable-auto-load): New variable.
3701
3702 * help-fns.el (help-fns--autoloaded-p): New function.
3703 (describe-function-1): Refer to a function as "autoloaded" if it
3704 was autoloaded at any time in the past. Perform autoloading if
3705 help-enable-auto-load is non-nil.
3706
3707 2012-06-26 Eli Zaretskii <eliz@gnu.org>
3708
3709 * makefile.w32-in (compile, compile-always): Depend on
3710 update-subdirs, not on subdirs.el. Otherwise, several different
3711 sub-targets of 'bootstrap' running in parallel could
3712 simultaneously write to subdirs.el, producing a garbled file.
3713
3714 2012-06-26 Sam Steingold <sds@gnu.org>
3715
3716 * files.el (file-name-base): New convenience function.
3717 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
3718 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
3719 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
3720 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
3721 * textmodes/ispell.el, textmodes/reftex-ref.el:
3722 * textmodes/tex-mode.el: Use it.
3723 Did not touch cedet and org because they are maintained elsewhere.
3724
3725 2012-06-26 Martin Rudalics <rudalics@gmx.at>
3726
3727 * calendar/calendar.el (calendar-exit): Don't try to delete or
3728 iconify last frame. See:
3729 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
3730
3731 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
3732
3733 * server.el (server-process-filter): Remember dir in the
3734 process's `server-client-directory' properties.
3735
3736 2012-06-24 Chong Yidong <cyd@gnu.org>
3737
3738 * xml.el (xml-parse-tag): Correctly handle comment embedded in
3739 non-tag text.
3740
3741 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
3742
3743 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
3744
3745 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
3746
3747 * help-fns.el (describe-variable): Don't croak when doc is not found.
3748 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
3749 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
3750 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
3751 * emacs-lisp/smie.el (smie-next-sexp): CSE.
3752 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
3753 ((lambda ..) ..).
3754 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
3755
3756 2012-06-23 Chong Yidong <cyd@gnu.org>
3757
3758 * info.el (Info-mouse-follow-link): Accept symbol values of
3759 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
3760 (Info-fontify-node): Use Info-link-keymap for all navigation
3761 buttons, with link-args property to perform the desired action.
3762 (Info-link-keymap): Doc fix.
3763 (Info-next-link-keymap, Info-prev-link-keymap)
3764 (Info-up-link-keymap): Delete now-unused keymaps.
3765
3766 2012-06-23 Chong Yidong <cyd@gnu.org>
3767
3768 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
3769
3770 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
3771 system abbrevs.
3772
3773 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
3774
3775 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
3776
3777 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
3778 (bug#11719).
3779
3780 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
3781 the requote function doesn't work properly (bug#11714).
3782
3783 2012-06-23 Glenn Morris <rgm@gnu.org>
3784
3785 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
3786
3787 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3788
3789 Further GV/CL cleanups.
3790 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
3791 gv-expander.
3792 (gv--defun-declaration): New function.
3793 (defun-declarations-alist): Use it.
3794 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
3795 (gv-place): Autoload.
3796 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
3797 original definition of dotimes and dolist.
3798 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
3799 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
3800 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
3801 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
3802 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
3803 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
3804 to the function's definition.
3805 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
3806 * window.el:
3807 * files.el:
3808 * faces.el:
3809 * env.el: Don't use CL.
3810
3811 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
3812
3813 Support higher-resolution time stamps (Bug#9000).
3814
3815 * calendar/time-date.el (with-decoded-time-value): New arg
3816 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
3817 (encode-time-value): New optional arg PICO. New type 3.
3818 (time-to-seconds) [!float-time]: Support the new picoseconds
3819 component if it's used.
3820 (seconds-to-time, time-subtract, time-add):
3821 Support ps-resolution time stamps as well.
3822
3823 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
3824 (timerp): Timer vectors now have length 9, not 8.
3825 (timer--time): Support new-style (4-part) time stamps.
3826 (timer-next-integral-multiple-of-time): Time stamps now have
3827 picosecond resolution, so take a bit more care about rounding.
3828 (timer-relative-time, timer-inc-time): New optional arg psecs.
3829 (timer-set-time-with-usecs): Set psecs to 0.
3830 (timer--activate): Check psecs component, too.
3831
3832 * proced.el (proced-time-lessp): Support ps-resolution stamps.
3833
3834 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3835
3836 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
3837 Move the non-essential binding to the post/pre-command-hook where it is
3838 more obviously correct.
3839
3840 * subr.el (read-passwd): Don't use a history at all.
3841 * savehist.el (savehist-save): Remove password saved accidentally
3842 because of the above bug.
3843
3844 2012-06-22 Bastien Guerry <bzg@gnu.org>
3845
3846 * files.el (toggle-read-only): Display a message telling whether
3847 the buffer is read-only or not (bug#11726).
3848
3849 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3850
3851 * emacs-lisp/gv.el: New file.
3852 * subr.el (push, pop): Extend to generalized variables.
3853 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
3854 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
3855 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
3856 gv-define-simple-setter, and gv-define-expander.
3857 Remove setf-methods defined in gv. Rename cl-setf -> setf.
3858 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
3859 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
3860 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
3861 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
3862 gv-letplace.
3863 (cl-defstruct): Don't define setf-method any more.
3864 * emacs-lisp/cl.el (flet): Don't autoload.
3865 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
3866 (define-setf-expander, defsetf, define-modify-macro)
3867 (cl-struct-setf-expander): Move from cl-lib.el.
3868 * emacs-lisp/syntax.el:
3869 * emacs-lisp/ewoc.el:
3870 * emacs-lisp/smie.el:
3871 * emacs-lisp/cconv.el:
3872 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
3873 (timer--time): Use gv-define-simple-setter.
3874 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
3875 to avoid coding-system problems in subr.el. Adjust all users.
3876 (macroexp--maxsize, macroexp-small-p): New functions.
3877 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
3878 * scroll-bar.el (scroll-bar-mode):
3879 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
3880 (normal-erase-is-backspace-mode): Don't use the `eq' place.
3881 * winner.el (winner-configuration, winner-make-point-alist)
3882 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
3883 * files.el (locate-file-completion-table): Avoid list*.
3884
3885 2012-06-22 Chong Yidong <cyd@gnu.org>
3886
3887 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
3888 (dired-create-files): Doc fix (Bug#11329).
3889 (dired-do-copy): Doc fix (Bug#11334).
3890 (dired-mark-read-string): Doc fix (Bug#11553).
3891
3892 * dired.el (dired-recursive-copies, dired-recursive-deletes):
3893 Doc fix (Bug#11326).
3894 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
3895 (dired-dwim-target): Doc fix.
3896
3897 * wdired.el (wdired-mode): Doc fix.
3898
3899 2012-06-22 Glenn Morris <rgm@gnu.org>
3900
3901 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
3902 (pcmpl-rpm-cache-stamp-file): New constant.
3903 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
3904 (pcmpl-rpm-packages): Optionally cache list of packages.
3905
3906 * pcmpl-rpm.el (pcmpl-rpm): New group.
3907 (pcmpl-rpm-query-options): New option.
3908 (pcmpl-rpm-packages): No need to inline it.
3909 Use pcmpl-rpm-query-options.
3910
3911 * calendar/calendar.el (calendar-in-read-only-buffer):
3912 Avoid some needless mode changes.
3913
3914 2012-06-21 Chong Yidong <cyd@gnu.org>
3915
3916 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
3917 (desktop-path): Remove . from the default value (Bug#10977).
3918 (desktop-read): Use user-emacs-directory if desktop-path is nil.
3919
3920 2012-06-20 Chong Yidong <cyd@gnu.org>
3921
3922 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
3923
3924 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
3925
3926 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
3927 (bug#11201).
3928
3929 2012-06-20 Chong Yidong <cyd@gnu.org>
3930
3931 * term.el (term-window-width): Handle the case of a missing right
3932 fringe (Bug#8837).
3933 (term-check-size): Use window-text-height (Bug#5445).
3934 (term-mode): Use define-derived-mode. Minor cleanups.
3935 Set font-lock-defaults (Bug#7692).
3936 (term-move-columns, term-insert-char, term-emulate-terminal)
3937 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
3938
3939 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
3940
3941 * net/ange-ftp.el (ange-ftp-get-passwd):
3942 Bind `enable-recursive-minibuffers'.
3943 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
3944
3945 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
3946
3947 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
3948
3949 2012-06-19 Glenn Morris <rgm@gnu.org>
3950
3951 * progmodes/python.el (python-mode): Derive from prog-mode.
3952
3953 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
3954
3955 * emulation/edt.el (edt-default-menu-bar-update-buffers)
3956 (edt-user-menu-bar-update-buffers): New functions.
3957 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
3958
3959 2012-06-19 Chong Yidong <cyd@gnu.org>
3960
3961 * subr.el (with-selected-window): Preserve the selected window's
3962 terminal's top-frame (Bug#4702).
3963
3964 * window.el (save-selected-window): Likewise.
3965
3966 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3967
3968 * progmodes/python.el (python-rx-constituents): Move backquote.
3969 (python-skeleton-define, python-define-auxiliary-skeleton):
3970 Use `declare'.
3971
3972 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
3973
3974 * minibuffer.el (read-file-name-default): Revert the patch from
3975 2012-06-17.
3976
3977 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3978
3979 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
3980 (pcase--u1, pcase--q1): Don't use apply-partially.
3981
3982 2012-06-18 Glenn Morris <rgm@gnu.org>
3983
3984 * progmodes/python.el (python-proc, python-buffer)
3985 (python-send-receive, python-send-string): Fix obsolete versions.
3986
3987 2012-06-18 Martin Rudalics <rudalics@gmx.at>
3988
3989 * window.el (special-display-p): Completely remove stringp
3990 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
3991
3992 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
3993
3994 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
3995
3996 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
3997
3998 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
3999 * net/tramp-sh.el (tramp-maybe-open-connection):
4000 Throw if `non-essential' is non-nil.
4001
4002 2012-06-17 Martin Rudalics <rudalics@gmx.at>
4003
4004 * window.el (special-display-p): Signal an error if BUFFER-NAME
4005 is not a string (Bug#11713).
4006
4007 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
4008
4009 * progmodes/python.el (python-info-beginning-of-backslash):
4010 Rename from python-info-beginning-of-backlash, as a spelling fix.
4011
4012 2012-06-17 Chong Yidong <cyd@gnu.org>
4013
4014 * term.el (term-emulate-terminal): If term-check-size is called,
4015 move point to the process mark without resetting point (Bug#4635).
4016
4017 2012-06-17 Glenn Morris <rgm@gnu.org>
4018
4019 * international/mule-cmds.el (mule-menu-keymap)
4020 (set-language-environment, set-locale-environment): Doc tweaks.
4021
4022 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
4023
4024 * cus-face.el (custom-face-attributes): Add wave-style underline
4025 attribute.
4026 * faces.el (set-face-attribute): Update docstring to describe
4027 wave-style underline attribute.
4028
4029 2012-06-16 Chong Yidong <cyd@gnu.org>
4030
4031 * term/xterm.el (terminal-init-xterm): Discard input before
4032 querying background mode (Bug#10959).
4033
4034 2012-06-16 Stefan Merten <smerten@oekonux.de>
4035
4036 * textmodes/rst.el: Added and corrected some comments.
4037 (rst-re-alist-def): Improve symbol syntax.
4038 (rst-mode-syntax-table): Correct syntax entries.
4039 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
4040 (rst-official-version, rst-official-cvs-rev): Update version
4041 information.
4042
4043 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
4044
4045 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
4046 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
4047
4048 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
4049
4050 * progmodes/python.el: New python.el merge.
4051 (python-guess-indent): Obsolete var.
4052 (python-indent-guess-indent-offset): New defcustom.
4053 (python-indent): Obsolete var.
4054 (python-indent-offset): New defcustom.
4055 (python-python-command, python-jython-command): Delete var.
4056 (python-shell-interpreter): New defcustom.
4057 (python-pdbtrack-do-tracking-p): Delete var.
4058 (python-pdbtrack-activate): New defcustom.
4059 (python-use-skeletons): Obsolete var.
4060 (python-skeleton-autoinsert): New defcustom.
4061 (inferior-python-filter-regexp, python-continuation-offset)
4062 (python-honour-comment-indentation, python-indent-string-contents)
4063 (python-jython-packages, python-mode-hook)
4064 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
4065 (python-shell-prompt-alist)
4066 (python-source-modes): Delete defcustoms.
4067 (python-check-buffer-name, python-eldoc-setup-code)
4068 (python-eldoc-string-code, python-ffap-setup-code)
4069 (python-ffap-string-code, python-fill-comment-function)
4070 (python-fill-decorator-function, python-fill-paren-function)
4071 (python-fill-string-function, python-imenu-include-defun-type)
4072 (python-imenu-make-tree, python-imenu-subtree-root-label)
4073 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
4074 (python-shell-compilation-regexp-alist)
4075 (python-shell-completion-module-string-code)
4076 (python-shell-completion-pdb-string-code)
4077 (python-shell-completion-setup-code)
4078 (python-shell-completion-string-code)
4079 (python-shell-enable-font-lock, python-shell-exec-path)
4080 (python-shell-extra-pythonpaths)
4081 (python-shell-internal-buffer-name, python-shell-interpreter-args)
4082 (python-shell-process-environment)
4083 (python-shell-prompt-block-regexp)
4084 (python-shell-prompt-output-regexp)
4085 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
4086 (python-shell-send-setup-max-wait, python-shell-setup-codes)
4087 (python-shell-virtualenv-path): New defcustoms.
4088 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
4089 (inferior-python-mode-syntax-table, python--prompt-regexp)
4090 (python-buffer, python-command python-python-command)
4091 (python-default-template, python-imports, python-indent-index)
4092 (python-indent-list, python-indent-list-length)
4093 (python-mode-running, python-pdbtrack-is-tracking-p)
4094 (python-preoutput-continuation, python-preoutput-leftover)
4095 (python-preoutput-result, python-preoutput-skip-next-prompt)
4096 (python-prev-dir/file, python-recursing)
4097 (python-saved-check-command, python-version-checked)
4098 (python-which-func-length-limit)
4099 (view-return-to-alist): Delete vars.
4100 (python-check-custom-command, python-dotty-syntax-table)
4101 (python-imenu-index-alist, python-indent-current-level)
4102 (python-indent-dedenters, python-indent-levels)
4103 (python-nav-beginning-of-defun-regexp)
4104 (python-nav-list-defun-positions-cache)
4105 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
4106 (python-shell-internal-buffer)
4107 (python-skeleton-available): New vars.
4108 (def-python-skeleton): Delete macro.
4109 (python-skeleton-define): New macro.
4110 (python-define-auxiliary-skeleton, python-rx): New macros.
4111 (python-insert-class): Delete command.
4112 (python-skeleton-class): New command.
4113 (python-insert-def): Delete command.
4114 (python-skeleton-def): New command.
4115 (python-insert-for): Delete command.
4116 (python-skeleton-for): New command.
4117 (python-insert-if): Delete command.
4118 (python-skeleton-if): New command.
4119 (python-insert-try/except, python-insert-try/finally): Delete commands.
4120 (python-skeleton-try): New command.
4121 (python-insert-while): Delete command.
4122 (python-skeleton-while): New command.
4123 (python-backspace): Delete command.
4124 (python-indent-dedent-line-backspace): New command.
4125 (python-electric-colon): Delete command.
4126 (python-indent-electric-colon): New command.
4127 (python-guess-indent): Delete command.
4128 (python-indent-guess-indent-offset): New command.
4129 (python-shift-left): Delete command.
4130 (python-indent-shift-left): New command.
4131 (python-shift-right): Delete command.
4132 (python-indent-shift-right): New command.
4133 (python-find-function): Delete command.
4134 (python-nav-jump-to-defun): New command.
4135 (python-next-statement): Delete command.
4136 (python-nav-forward-sentence): New command.
4137 (python-previous-statement): Delete command.
4138 (python-nav-backward-sentence): New command.
4139 (python-fill-paragraph): Delete command.
4140 (python-fill-paragraph-function): New command.
4141 (python-send-buffer): Delete command.
4142 (python-shell-send-buffer): New command.
4143 (python-send-defun): Delete command.
4144 (python-shell-send-defun): New command.
4145 (python-send-region, python-send-region-and-go): Delete commands.
4146 (python-shell-send-region)
4147 (python-shell-switch-to-shell): New commands.
4148 (python-send-string): Delete command.
4149 (python-shell-send-string): New command.
4150 (python-switch-to-python): Delete command.
4151 (python-shell-switch-to-shell): New command.
4152 (python-describe-symbol): Delete command.
4153 (python-eldoc-at-point): New command.
4154 (python--set-prompt-regexp, python-args-to-list)
4155 (python-after-info-look, python-check-version)
4156 (python-check-comint-prompt, python-find-imports)
4157 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
4158 (python-unload-function, python-expand-template)
4159 (python-maybe-jython, python-preoutput-filter)
4160 (python-pdbtrack-get-source-buffer)
4161 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
4162 (python-pdbtrack-toggle-stack-tracking)
4163 (python-pdbtrack-track-stack-file, python-initial-text)
4164 (python-first-word, python-comment-line-p, python-send-command)
4165 (python-setup-brm, python-sentinel, python-set-proc)
4166 (python-skip-out, python-input-filter, python-outdent-p)
4167 (python-outline-level, python-backslash-continuation-line-p)
4168 (python-end-of-block, python-end-of-statement, python-mark-block)
4169 (python-beginning-of-block, python-beginning-of-statement)
4170 (python-blank-line-p, python-beginning-of-string)
4171 (python-open-block-statement-p): Delete functions.
4172 (python-indent-line, python-indent-line-1): Delete functions.
4173 (python-indent-line): New function.
4174 (python-indentation-levels): Delete function.
4175 (python-indent-calculate-levels): New function.
4176 (python-proc): Delete function.
4177 (python-shell-get-process): New function.
4178 (python-send-receive): Delete function.
4179 (python-shell-send-string-no-output): New function.
4180 (python-module-path): Delete function.
4181 (python-ffap-module-path): New function.
4182 (python-completion-at-point)
4183 (python-symbol-completions): Delete functions.
4184 (python-completion-complete-at-point): New function.
4185 (python-load-file): Delete function.
4186 (python-shell-send-file): New function.
4187 (python-calculate-indentation): Delete function.
4188 (python-indent-calculate-indentation): New function.
4189 (python-skip-comments/blanks): Delete function.
4190 (python-util-forward-comment): New function.
4191 (python-continuation-line-p): Delete function.
4192 (python-info-continuation-line-p): New function.
4193 (python-which-func, python-current-defun): Delete function.
4194 (python-info-current-defun): New function.
4195 (python-beginning-of-defun): Delete function.
4196 (python-nav-beginning-of-defun): New function.
4197 (python-close-block-statement-p)
4198 (python-block-end-p): Delete function.
4199 (python-info-closing-block): New function.
4200 (python-comint-output-filter-function)
4201 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
4202 (python-fill-comment, python-fill-decorator, python-fill-paren)
4203 (python-fill-string, python-imenu-make-element-tree)
4204 (python-imenu-make-tree, python-imenu-tree-assoc)
4205 (python-indent-context, python-indent-dedent-line)
4206 (python-indent-line-function)
4207 (python-indent-post-self-insert-function)
4208 (python-indent-toggle-levels)
4209 (python-info-assignment-continuation-line-p)
4210 (python-info-beginning-of-backlash)
4211 (python-info-block-continuation-line-p)
4212 (python-info-closing-block-message)
4213 (python-info-line-ends-backslash-p)
4214 (python-info-looking-at-beginning-of-defun)
4215 (python-info-ppss-context, python-info-ppss-context-type)
4216 (python-nav-list-defun-positions, python-nav-read-defun)
4217 (python-nav-sentence-end, python-nav-sentence-start)
4218 (python-pdbtrack-comint-output-filter-function)
4219 (python-pdbtrack-set-tracked-buffer)
4220 (python-shell-calculate-exec-path)
4221 (python-shell-calculate-process-environment)
4222 (python-shell-completion--do-completion-at-point)
4223 (python-shell-completion--get-completions)
4224 (python-shell-completion-complete-at-point)
4225 (python-shell-completion-complete-or-indent)
4226 (python-shell-get-or-create-process)
4227 (python-shell-get-process-name)
4228 (python-shell-internal-get-or-create-process)
4229 (python-shell-internal-get-process-name)
4230 (python-shell-internal-send-string, python-shell-make-comint)
4231 (python-shell-parse-command, python-shell-send-setup-code)
4232 (python-skeleton-add-menu-items)
4233 (python-util-clone-local-variables, python-util-position)
4234 (run-python-internal, python-indentation-levels)
4235 (python-nav-beginning-of-defun)
4236 (python-completion-complete-at-point): New functions.
4237 (run-python): Change arguments. New API requirements.
4238
4239 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
4240
4241 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
4242 (bug#11649).
4243
4244 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
4245 (macroexp--expand-all): Use it.
4246
4247 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
4248 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
4249 Use `cl-function' instead.
4250
4251 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
4252
4253 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
4254 Suggested by Stefan Monnier while discussing bug#11657.
4255
4256 2012-06-14 Sam Steingold <sds@gnu.org>
4257
4258 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
4259
4260 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
4261
4262 * play/doctor.el (doctor-doc): Remove parameter and use
4263 doctor-sent instead of sent.
4264 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
4265
4266 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4267
4268 * files.el: Require cl-lib.
4269 (file-name-non-special): Replace case -> cl-case.
4270
4271 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
4272
4273 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
4274 mapping from #' to function*.
4275
4276 2012-06-13 Chong Yidong <cyd@gnu.org>
4277
4278 * mouse.el (mouse-drag-track): Do not set the mark if the user
4279 releases the mouse without selecting anything (Bug#11588).
4280
4281 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4282
4283 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
4284 as well (bug#11646).
4285
4286 * loadup.el: Count byte-code functions as well.
4287
4288 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
4289 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
4290
4291 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
4292 (bug#11649). Add cl-defun and cl-defmacro.
4293
4294 2012-06-13 Drew Adams <drew.adams@oracle.com>
4295
4296 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
4297 Fix last change.
4298
4299 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
4300
4301 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
4302 Otherwise, it blocks in batch mode.
4303
4304 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
4305
4306 * help-mode.el (bookmark-make-record-default): Declare.
4307
4308 2012-06-13 Chong Yidong <cyd@gnu.org>
4309
4310 * emacs-lisp/package.el (list-packages): Compute a list of
4311 packages that are newly-available since the last list-packages
4312 invocation.
4313 (package-menu--new-package-list): New var.
4314 (package-menu--generate, package-menu--print-info)
4315 (package-menu--status-predicate, package-menu-mark-install):
4316 Handle new status label "new".
4317
4318 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
4319
4320 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
4321 conversion to backquotes.
4322
4323 2012-06-12 Chong Yidong <cyd@gnu.org>
4324
4325 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
4326 Rename from gud-inhibit-global-bindings.
4327
4328 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
4329
4330 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
4331 hook from nxml-glyph-set-hook.
4332
4333 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
4334 declaration.
4335
4336 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
4337
4338 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
4339 Convert to defcustom.
4340
4341 2012-06-12 Drew Adams <drew.adams@oracle.com>
4342
4343 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
4344 New functions.
4345 (help-mode): Use them.
4346
4347 2012-06-11 Glenn Morris <rgm@gnu.org>
4348
4349 * progmodes/fortran.el (fortran-font-lock-keywords-3):
4350 Use preprocessor face for directives.
4351 (fortran-directive-re): Doc fix.
4352
4353 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4354
4355 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
4356 conversion to backquotes (bug#11652).
4357
4358 Fix compiler-expansion of CL's cXXr functions (bug#11673).
4359 * emacs-lisp/cl-lib.el (cl--defalias): New function.
4360 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
4361 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
4362 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
4363 (cl-ninth, cl-tenth): Mark them as inlinable.
4364 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
4365 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
4366 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
4367 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
4368 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
4369 (cl-list*, cl-adjoin): Don't put an autoload manually.
4370 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
4371 (cl--compiler-macro-list*): Add autoload cookie.
4372 (cl--compiler-macro-cXXr): New function.
4373
4374 * help-fns.el (help-fns--compiler-macro): New function extracted from
4375 describe-function-1; follow aliases and use `compiler-macro' property.
4376 (describe-function-1): Use it.
4377
4378 2012-06-11 Chong Yidong <cyd@gnu.org>
4379
4380 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
4381 is uninstalled, if imagemagick is installed.
4382
4383 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4384
4385 * emacs-lisp/cl-lib.el: Use lexical-binding.
4386 (cl-map-extents, cl-maclisp-member): Remove.
4387 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
4388 (cl--set-substring, cl--block-wrapper, cl--block-throw)
4389 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
4390 * emacs-lisp/cl-extra.el: Use lexical-binding.
4391 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
4392 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
4393 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
4394 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
4395 * emacs-lisp/cl-seq.el: Use lexical-binding.
4396 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
4397 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
4398 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
4399 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
4400 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
4401 CL's internals.
4402
4403 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
4404
4405 Sync with Tramp 2.2.6-pre.
4406
4407 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
4408 `print-length' and `print-level' to nil, in order to avoid
4409 truncation. Reported by Christopher Schmidt
4410 <christopher@ristopher.com>.
4411
4412 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
4413
4414 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
4415 New defmacro.
4416 (tramp-compat-copy-directory): Add optional argument
4417 COPY-CONTENTS. It is not handled yet.
4418
4419 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
4420 (tramp-ftp-file-name-p): Simplify.
4421
4422 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
4423 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
4424 connection vector.
4425
4426 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
4427 (tramp-methods): Do not use `tramp-password-end-of-line'.
4428 (tramp-completion-function-alist-putty): Handle UNIX case.
4429 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
4430 (tramp-do-file-attributes-with-stat)
4431 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
4432 gid as real numbers. They could run out of integer range on cygwin.
4433 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
4434 (tramp-sh-handle-expand-file-name): Handle hops.
4435 (tramp-open-connection-setup-interactive-shell):
4436 Use `tramp-cleanup'. Move check for busyboxes ...
4437 (tramp-find-shell): ... here. Simplify implementation.
4438 Set "remote-shell" property also for alternative shells.
4439 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
4440 If failing, a regular file would be written otherwise.
4441 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
4442 (tramp-find-inline-encoding): Cache the coding commands in the
4443 process cache. Apply test command on the remote side, if defined.
4444 (tramp-find-inline-compress): Cache the compress commands in the
4445 process cache.
4446 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
4447 when requested. Handle hops.
4448 (tramp-current-connection): New defvar.
4449 (tramp-maybe-open-connection): Use `tramp-cleanup'.
4450 Throw `suppress', if there was a failed connection shortly before.
4451 Handle user interrupt. (Bug#10187)
4452 (tramp-get-inline-compress, tramp-get-inline-coding):
4453 Read connection properties from the process cache.
4454
4455 * net/tramp-smb.el (tramp-smb-server-version)
4456 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
4457 New defconsts.
4458 (tramp-smb-prompt): Extend for powershell prompt.
4459 (tramp-smb-file-name-handler-alist): Add handlers for
4460 `process-file', `shell-command' and `start-file-process'.
4461 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
4462 (tramp-smb-winexe-shell-command-switch): New defcustoms.
4463 (tramp-smb-file-name-p): Simplify.
4464 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
4465 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
4466 (tramp-smb-shell-quote-argument): New defuns.
4467 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
4468 Implement using "tar". By this, time-stamps are preserved.
4469 (tramp-smb-handle-copy-file): Handle also the case of directories.
4470 (tramp-smb-do-file-attributes-with-stat)
4471 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
4472 Use `tramp-get-connection-buffer').
4473 (tramp-smb-handle-rename-file): Use "rename", when source and
4474 target are on the same share.
4475 (tramp-smb-maybe-open-connection): Handle wrong passwords.
4476 Use `tramp-smb-server-version'.
4477 (tramp-smb-wait-for-output): Remove prompt.
4478
4479 * net/tramp.el (top): Require 'cl.
4480 (tramp-methods, tramp-rsh-end-of-line):
4481 Remove `tramp-password-end-of-line' from docstring.
4482 (tramp-save-ad-hoc-proxies): New defcustom.
4483 (tramp-completion-function-alist): Adapt docstring.
4484 (tramp-default-password-end-of-line): Remove defcustom.
4485 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
4486 (tramp-user-regexp, tramp-file-name-regexp-unified)
4487 (tramp-file-name-regexp-url): Extend regexp by hop separator.
4488 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
4489 (tramp-remote-file-name-spec-regexp): New defconst.
4490 (tramp-file-name-structure): Extend structure for hops.
4491 (tramp-get-method-parameter): Move up.
4492 (tramp-file-name-p, tramp-dissect-file-name)
4493 (with-parsed-tramp-file-name): Handle hops.
4494 (tramp-file-name-hop): New defun.
4495 (tramp-make-tramp-file-name): New optional arg HOP.
4496 (tramp-message-show-progress-reporter-message): New defvar.
4497 (tramp-with-progress-reporter): Use it. We cannot use
4498 `tramp-message-show-message' here, because this suppresses also
4499 error buffers.
4500 (tramp-error-with-buffer): Suppress buffer view, if
4501 `tramp-message-show-message' is nil.
4502 Use `tramp-get-connection-buffer'.
4503 (tramp-cleanup): New defun.
4504 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
4505 (tramp-file-name-handler): If `debug-on-error' is set, propagate
4506 an error unchanged.
4507 (tramp-completion-handle-file-name-all-completions): Handle hops.
4508 Fix an error when called from ido.
4509 (tramp-completion-dissect-file-name): Use better local variable
4510 name. Add hop to the vector.
4511 (tramp-handle-insert-file-contents): Use progress-reporter for the
4512 whole scenario.
4513 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
4514 to `t'.
4515 (tramp-check-for-regexp): Simplify search.
4516 (tramp-enter-password): Remove it. Move implementation ...
4517 (tramp-action-password): ... here.
4518 (tramp-mode-string-to-int, tramp-local-host-p)
4519 (tramp-make-tramp-temp-file, tramp-read-passwd)
4520 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
4521 Set tramp-autoload cookie.
4522
4523 * net/trampver.el: Update release number.
4524
4525 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4526 Michael Albinus <michael.albinus@gmx.de>
4527
4528 * net/tramp.el (tramp-set-completion-function): Fix docstring.
4529 (tramp-parse-group, tramp-parse-file)
4530 (tramp-parse-shostkeys-sknownhosts): New defuns.
4531 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
4532 (tramp-parse-shosts-group, tramp-parse-sconfig)
4533 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
4534 (tramp-parse-sknownhosts, tramp-parse-hosts)
4535 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
4536 Use them.
4537 (tramp-parse-passwd-group, tramp-parse-netrc-group)
4538 (tramp-parse-putty-group): Don't narrow.
4539 (tramp-parse-putty): Make a loop.
4540 (tramp-file-name-handler): Catch the `suppress' signal.
4541
4542 2012-06-11 Chong Yidong <cyd@gnu.org>
4543
4544 * image.el (imagemagick-register-types): Put the ImageMagick entry
4545 at the end of image-type-file-name-regexps.
4546
4547 2012-06-11 Johan Bockgård <bojohan@gnu.org>
4548
4549 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
4550 (pcase, pcase-let*, pcase-dolist): Use them.
4551
4552 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4553
4554 * emacs-lisp/pcase.el (pcase--let*): New function.
4555 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
4556 (pcase--expand): Use macroexp-let².
4557
4558 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
4559
4560 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
4561 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
4562 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
4563 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
4564 * emacs-lisp/derived.el: Use pcase instead of `cl'.
4565 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
4566
4567 2012-06-10 Glenn Morris <rgm@gnu.org>
4568
4569 * mail/rmail.el (rmail-yank-current-message): Leave point at
4570 correct position. (Bug#11660)
4571
4572 2012-06-10 Chong Yidong <cyd@gnu.org>
4573
4574 * allout-widgets.el: Fix code header.
4575
4576 2012-06-10 Chong Yidong <cyd@gnu.org>
4577
4578 * cus-edit.el (customize-changed-options-previous-release):
4579 Bump to 24.1.
4580
4581 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
4582
4583 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
4584
4585 2012-06-09 Chong Yidong <cyd@gnu.org>
4586
4587 * ebuff-menu.el (electric-buffer-list): Preserve header line.
4588
4589 2012-06-09 Martin Rudalics <rudalics@gmx.at>
4590
4591 * window.el (special-display-popup-frame): Don't use
4592 window--display-buffer (Bug#11651).
4593
4594 2012-06-09 Eli Zaretskii <eliz@gnu.org>
4595
4596 Fix parallel builds: make sure loaddefs.el is not being written
4597 while Lisp files are compiled.
4598 (compile): Don't depend on 'mh-autoloads'.
4599 (compile-CMD, compile-SH): Depend on 'autoloads'.
4600 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
4601
4602 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
4603
4604 2012-06-09 Chong Yidong <cyd@gnu.org>
4605
4606 * face-remap.el (face-remap-add-relative, face-remap-set-base)
4607 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
4608 Doc fixes (Bug#11225).
4609
4610 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4611
4612 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
4613 a function if there's a clear indication that it has a compiler-macro.
4614 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
4615 (macro-declarations-alist): Add arglist to declaration functions.
4616 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
4617 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
4618 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
4619 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
4620 Also add autoload to find the compiler macro.
4621 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
4622 (cl--compiler-macro-member, cl--compiler-macro-assoc)
4623 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
4624 (cl--compiler-macro-get): New functions, replacing calls to
4625 cl-define-compiler-macro.
4626 (cl-typep) [compiler-macro]: Use macroexp-let².
4627
4628 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
4629
4630 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
4631 string properly, fixes Bug#11473.
4632
4633 2012-06-08 Chong Yidong <cyd@gnu.org>
4634
4635 * faces.el (set-face-attribute): Doc fix.
4636 (modify-face): Don't use :bold and :italic.
4637 (error, warning, success): Tweak definitions.
4638
4639 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
4640 (custom-modified, custom-set, custom-changed, custom-themed)
4641 (custom-saved, custom-button, custom-button-mouse)
4642 (custom-button-pressed, custom-state, custom-comment-tag)
4643 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
4644 (custom-group-subtitle): Use new-style face specs.
4645 (custom-invalid-face, custom-rogue-face, custom-modified-face)
4646 (custom-set-face, custom-changed-face, custom-saved-face)
4647 (custom-button-face, custom-button-pressed-face)
4648 (custom-documentation-face, custom-state-face)
4649 (custom-comment-face, custom-comment-tag-face)
4650 (custom-variable-tag-face, custom-variable-button-face)
4651 (custom-face-tag-face, custom-group-tag-face-1)
4652 (custom-group-tag-face): Remove obsolete face alias.
4653
4654 * epa.el (epa-validity-high, epa-validity-medium)
4655 (epa-validity-low, epa-mark, epa-field-name, epa-string)
4656 (epa-field-name, epa-field-body):
4657 * font-lock.el (font-lock-comment-face, font-lock-string-face)
4658 (font-lock-keyword-face, font-lock-builtin-face)
4659 (font-lock-function-name-face, font-lock-variable-name-face)
4660 (font-lock-type-face, font-lock-constant-face):
4661 * ido.el (ido-first-match, ido-only-match, ido-subdir)
4662 (ido-virtual, ido-indicator, ido-incomplete-regexp):
4663 * speedbar.el (speedbar-button-face, speedbar-file-face)
4664 (speedbar-directory-face, speedbar-tag-face)
4665 (speedbar-selected-face, speedbar-highlight-face)
4666 (speedbar-separator-face):
4667 * whitespace.el (whitespace-newline, whitespace-space)
4668 (whitespace-hspace, whitespace-tab, whitespace-trailing)
4669 (whitespace-line, whitespace-space-before-tab)
4670 (whitespace-space-after-tab, whitespace-indentation)
4671 (whitespace-empty):
4672 * emulation/cua-base.el (cua-global-mark):
4673 * eshell/em-prompt.el (eshell-prompt):
4674 * net/newst-plainview.el (newsticker-new-item-face)
4675 (newsticker-old-item-face, newsticker-immortal-item-face)
4676 (newsticker-obsolete-item-face, newsticker-date-face)
4677 (newsticker-statistics-face, newsticker-default-face):
4678 * net/newst-reader.el (newsticker-feed-face)
4679 (newsticker-extra-face, newsticker-enclosure-face):
4680 * net/newst-treeview.el (newsticker-treeview-face)
4681 (newsticker-treeview-new-face, newsticker-treeview-old-face)
4682 (newsticker-treeview-immortal-face)
4683 (newsticker-treeview-obsolete-face)
4684 (newsticker-treeview-selection-face):
4685 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
4686 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
4687 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
4688 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
4689 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
4690 (nxml-outline-active-indicator, nxml-outline-ellipsis):
4691 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
4692 (mpuz-text):
4693 * progmodes/vera-mode.el (vera-font-lock-number)
4694 (vera-font-lock-function, vera-font-lock-interface):
4695 * textmodes/table.el (table-cell): Use new-style face specs, and
4696 don't use the old :bold and :italic attributes.
4697
4698 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
4699 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
4700 (ebrowse-member-class, ebrowse-progress): Likewise.
4701 (ebrowse-tree-mark-face, ebrowse-root-class-face)
4702 (ebrowse-file-name-face, ebrowse-default-face)
4703 (ebrowse-member-attribute-face, ebrowse-member-class-face)
4704 (ebrowse-progress-face): Remove obsolete faces.
4705
4706 * progmodes/flymake.el (flymake-errline, flymake-warnline):
4707 Inherit from error and warning faces respectively.
4708
4709 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
4710 Likewise.
4711 (flyspell-incorrect-face, flyspell-duplicate-face):
4712 Remove obsolete aliases.
4713
4714 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
4715
4716 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
4717 Avoid infloop.
4718
4719 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
4720
4721 * startup.el (argv, argi): Make lexically scoped.
4722 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
4723 * emacs-lisp/cl-macs.el: Use lexical-binding.
4724 Rename cl-bind-* to cl--bind-*.
4725 * files.el: Don't require `cl' since it doesn't use it.
4726 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
4727
4728 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
4729
4730 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
4731 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
4732 instead of calling external sort utility.
4733 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
4734
4735 2012-06-08 Eli Zaretskii <eliz@gnu.org>
4736
4737 * descr-text.el (describe-char): Mention how to insert the
4738 character, if the current input method doesn't support it.
4739 See the discussion in this thread for the details:
4740 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
4741
4742 2012-06-08 Sam Steingold <sds@gnu.org>
4743
4744 * bindings.el (global-map): Bind XF86Forward to next-buffer and
4745 XF86Back to previous-buffer.
4746 (minibuffer-local-map): Bind them to next-history-element and
4747 previous-history-element respectively.
4748 * help-mode.el (help-mode-map): Bind them to help-go-forward and
4749 help-go-back respectively.
4750 * info.el (Info-mode-map): Bind them to Info-history-forward and
4751 Info-history-back respectively.
4752 These are the keys next to Up on the ThinkPad keyboard.
4753
4754 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
4755
4756 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
4757 * emacs-lisp/cl-macs.el: Provide itself.
4758 (cl--labels-convert-cache): New var.
4759 (cl--labels-convert): New function.
4760 (cl-flet, cl-labels): New implementation with new semantics, relying on
4761 lexical-binding.
4762 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
4763 (cl-closure-vars, cl--function-convert-cache)
4764 (cl--function-convert): Move from cl-macs.el.
4765 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
4766 rename by removing the "cl-" prefix.
4767 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
4768
4769 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4770
4771 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
4772 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
4773 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
4774 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
4775 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
4776 (cl-hash-table-count): Add old compatibility aliases.
4777
4778 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
4779 Use macroexpand-all-environment instead.
4780 (cl--old-macroexpand): New var.
4781 (cl--sm-macroexpand): New function.
4782 (cl-symbol-macrolet): Use it during macro expansion.
4783 (cl--function-convert-cache): New var.
4784 (cl--function-convert): New function, extracted from
4785 cl-macroexpand-all.
4786 (cl-lexical-let): Use it.
4787
4788 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
4789 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
4790 (cl-member): Remove old alias.
4791
4792 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
4793 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
4794 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
4795 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
4796 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
4797 (cl-macroexpand-cmacs): Remove var.
4798 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
4799 Use macroexpand-all instead.
4800
4801 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4802
4803 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
4804 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
4805 (macroexp-copyable-p): New functions and macros.
4806 * emacs-lisp/edebug.el (edebug-unwrap):
4807 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
4808 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
4809 (pcase--let*): Remove.
4810 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
4811 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
4812 macroexp-const-p instead.
4813 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
4814
4815 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
4816 instead of "cl-" for internal definitions. Use macroexp-const-p.
4817 (cl-old-bc-file-form): Remove var.
4818 (cl-const-exprs-p): Remove fun.
4819 (cl-labels, cl-macrolet): Use backquote.
4820 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
4821 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
4822 (cl-define-setf-expander): Rename from cl-define-setf-method.
4823 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
4824
4825 * international/mule-cmds.el: Don't require CL.
4826 (view-hello-file): Don't use `letf'.
4827
4828 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4829
4830 * tmm.el (tmm-prompt): Use string-prefix-p.
4831 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
4832 (tmm-add-prompt): Use minibuffer-completion-help.
4833 (tmm-delete-map): Remove.
4834
4835 * subr.el (kbd): Make it its own function.
4836
4837 2012-06-07 Stefan Merten <smerten@oekonux.de>
4838
4839 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
4840 Silence compiler warnings. Fix versions.
4841 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
4842 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
4843 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
4844 (rst-package-emacs-version-alist): Correct Emacs version to
4845 represent major merge with upstream.
4846 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
4847
4848 2012-06-06 Glenn Morris <rgm@gnu.org>
4849
4850 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
4851 Only print environment variables if set.
4852
4853 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4854
4855 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
4856 (macroexp--cons): Rename from maybe-cons.
4857 (macroexp--accumulate): Rename from macroexp-accumulate.
4858 (macroexp--all-forms): Rename from macroexpand-all-forms.
4859 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
4860 (macroexp--expand-all): Rename from macroexpand-all-1.
4861
4862 2012-06-06 Sam Steingold <sds@gnu.org>
4863
4864 * calendar/calendar.el (calendar-in-read-only-buffer):
4865 Call `special-mode' to enable the standard read-only keybindings.
4866
4867 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4868
4869 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
4870 with "loading" messages (bug#11635).
4871
4872 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
4873
4874 * files.el (enable-remote-dir-locals): New option.
4875 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
4876
4877 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
4878 Ensure, that the temp directory is local.
4879
4880 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
4881 `temporary-file-directory'.
4882
4883 * progmodes/python.el (python-send-region): Ensure, that the
4884 temporary file is created also in the remote case.
4885
4886 2012-06-06 Glenn Morris <rgm@gnu.org>
4887
4888 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
4889 (vc-rcs-update-changelog): Use it.
4890
4891 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
4892
4893 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
4894 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
4895 (vc-sccs-diff): Replace use of the external vcdiff script.
4896
4897 2012-06-05 Glenn Morris <rgm@gnu.org>
4898
4899 * ledit.el: Move to obsolete/.
4900
4901 2012-06-05 Sam Steingold <sds@gnu.org>
4902
4903 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
4904 patch (Bug#11140).
4905
4906 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
4907
4908 * emacs-lisp/cust-print.el: Move to obsolete.
4909
4910 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
4911 compiler-macro expansion.
4912
4913 Add native compiler-macro support.
4914 * emacs-lisp/macroexp.el (macroexpand-all-1):
4915 Support compiler-macros directly. Properly follow aliases and apply
4916 the compiler macros more thoroughly.
4917 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
4918 macroexpand now properly follows aliases.
4919 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
4920 (cl-compiler-macroexpand): Use new prop.
4921 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
4922
4923 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
4924
4925 2012-06-05 Martin Rudalics <rudalics@gmx.at>
4926
4927 * window.el (get-lru-window, get-mru-window, get-largest-window):
4928 New argument NOT-SELECTED to avoid picking the selected window.
4929 (window--display-buffer-1, window--display-buffer-2): Replace by
4930 new function window--display-buffer
4931 (display-buffer-same-window, display-buffer-reuse-window)
4932 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4933 Use window--display-buffer.
4934 (display-buffer-use-some-window): Remove temporary dedication
4935 hack by calling get-lru-window and get-largest-window with
4936 NOT-SELECTED argument non-nil. Call window--display-buffer.
4937
4938 2012-06-05 Glenn Morris <rgm@gnu.org>
4939
4940 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
4941 Replace external vcdiff script.
4942
4943 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
4944
4945 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
4946
4947 2012-06-04 Chong Yidong <cyd@gnu.org>
4948
4949 * image.el (imagemagick-types-inhibit): Revert last change.
4950 Add INFO and M.
4951 (imagemagick-enabled-types): Remove CIN and EPS*.
4952
4953 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
4954
4955 * emacs-lisp/cl-lib.el: Rename from cl.el.
4956 * emacs-lisp/cl.el: New compatibility file.
4957 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
4958 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
4959 to obey the "cl-" prefix.
4960 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
4961
4962 2012-06-03 Glenn Morris <rgm@gnu.org>
4963
4964 * emacs-lisp/authors.el (authors-aliases): Addition.
4965
4966 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
4967 Fix :version.
4968
4969 2012-06-03 Stefan Merten <smerten@oekonux.de>
4970
4971 * textmodes/rst.el: Add comments.
4972 (rst-transition, rst-adornment): New faces.
4973 (rst-adornment-faces-alist): Make default safe to reevaluate.
4974 Fixes
4975 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
4976 Improve customization tags.
4977 (rst-define-level-faces): Clarify meaning.
4978
4979 2012-06-03 Chong Yidong <cyd@gnu.org>
4980
4981 * progmodes/compile.el (compilation-mode-line-fail)
4982 (compilation-mode-line-run, compilation-mode-line-exit):
4983 New faces.
4984 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
4985
4986 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
4987
4988 * progmodes/which-func.el (which-func-update-ediff-windows):
4989 New function. Use it in ediff-select-hook (Bug#11478).
4990
4991 2012-06-03 Chong Yidong <cyd@gnu.org>
4992
4993 * bindings.el: Remove explicit help text from format-mode-line.
4994 It is now supplied by mode-line-default-help-echo.
4995 (mode-line-front-space, mode-line-end-spaces)
4996 (mode-line-misc-info): New variables.
4997 (mode-line-modes, mode-line-position): Move the default value to
4998 the variable definition.
4999 (mode-line-default-help-echo): New defcustom.
5000 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
5001 (mode-line-modified-help-echo): New functions.
5002 (mode-line-mule-info, mode-line-modified): Use them.
5003 (mode-line-eol-desc, propertized-buffer-identification):
5004 Consistency fixes for help text.
5005 (mode-line-coding-system-map): Allow using mouse-3 to invoke
5006 set-buffer-file-coding-system (Bug#289).
5007 (mode-line-mule-info-help-echo): Update help text.
5008
5009 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
5010
5011 * simple.el (execute-extended-command): Set real-this-command
5012 (bug#11506).
5013
5014 2012-06-02 Chong Yidong <cyd@gnu.org>
5015
5016 Remove incorrect uses of "modeline" in comments, docstrings, and
5017 function/variable names (Bug#10329).
5018
5019 * cus-edit.el (mode-line):
5020 * dframe.el (dframe-mouse-hscroll):
5021 * emacs-lisp/re-builder.el:
5022 * emacs-lisp/easy-mmode.el (define-minor-mode):
5023 * frame.el (set-frame-name):
5024 * help.el (lookup-minor-mode-from-indicator):
5025 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
5026 * progmodes/cc-cmds.el (c-toggle-auto-newline)
5027 (c-toggle-hungry-state):
5028 * progmodes/antlr-mode.el (antlr-language-alist):
5029 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
5030 * progmodes/vhdl-mode.el (vhdl-mode):
5031 * progmodes/which-func.el (which-func, which-func-cleanup-function):
5032 * term/ns-win.el (ns-face-at-pos):
5033 * term/sup-mouse.el (sup-mouse-report):
5034 * textmodes/flyspell.el (flyspell-mode-line-string):
5035 * textmodes/ispell.el (ispell-highlight-face):
5036 * textmodes/reftex-global.el:
5037 * vc/vc-arch.el (vc-arch-mode-line-string):
5038 * vc/vc-cvs.el (vc-cvs-mode-line-string):
5039 * vc/vc-git.el (vc-git-mode-line-string):
5040 * vc/vc-hooks.el (vc-display-status)
5041 (vc-default-mode-line-string):
5042 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
5043
5044 * ansi-color.el (ansi-color-faces-vector): Change default faces.
5045
5046 * dired.el (dired-sort-set-mode-line): Rename from
5047 dired-sort-set-modeline. All callers changed.
5048
5049 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
5050 eshell-status-in-modeline.
5051
5052 * foldout.el (foldout-mode-line-string): Rename from
5053 foldout-modeline-string. All callers changed.
5054 (foldout-update-mode-line): Rename from foldout-update-modeline.
5055
5056 * subr.el (redraw-modeline): Make into obsolete alias.
5057
5058 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
5059 timeclock-modeline-display. Make old name an alias.
5060 (timeclock-update-mode-line): Likewise. All callers changed.
5061 (timeclock-mode-line-display): No need to check before using
5062 add-hook.
5063 (timeclock-relative, timeclock-day-over-hook)
5064 (timeclock-use-elapsed, timeclock-mode-string)
5065 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
5066
5067 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
5068 crisp-mode-modeline-string.
5069
5070 * play/solitaire.el (solitaire-build-mode-line): Rename from
5071 solitaire-build-modeline. All callers changed.
5072
5073 * play/zone.el (zone-hiding-mode-line): Rename from
5074 zone-hiding-modeline. All callers changed.
5075 (zone): Remove unusued `modeline-hidden-level' property.
5076
5077 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
5078 xscheme-modeline-initialize. All callers changed.
5079
5080 * strokes.el (strokes-lighter): Rename from
5081 strokes-modeline-string.
5082
5083 * textmodes/sgml-mode.el (html-face-tag-alist)
5084 (html-tag-face-alist): Use mode-line face instead of obsolete
5085 alias modeline.
5086
5087 2012-06-02 Stefan Merten <smerten@oekonux.de>
5088
5089 * textmodes/rst.el: Always require `cl'.
5090 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
5091
5092 2012-06-02 Chong Yidong <cyd@gnu.org>
5093
5094 * image.el (imagemagick-enabled-types): Rename from
5095 imagemagick-types-enable. Add many more types.
5096 (imagemagick-types-inhibit): Change default to nil.
5097 (imagemagick-filter-types): Caller changed.
5098
5099 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5100
5101 * emacs-lisp/cl-macs.el: Use backquotes.
5102 (cl-transform-function-property): Use eval-and-compile rather than
5103 abusing `require'.
5104 (defstruct): Use declare-function instead of with-no-warnings.
5105
5106 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
5107 (byte-compile-output-docform): Re-add the print-circle bindings.
5108 (byte-compile-fix-header): Use #$ just because it's shorter.
5109 (byte-compile-output-file-form): Remove defun/defmacro.
5110
5111 2012-06-01 Martin Rudalics <rudalics@gmx.at>
5112
5113 * simple.el (choose-completion): Remove now obsolete binding for
5114 owindow.
5115
5116 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
5117
5118 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
5119 in order to avoid "Stack overflow in regexp matcher".
5120
5121 2012-05-31 Glenn Morris <rgm@gnu.org>
5122
5123 * image.el: For clarity, call imagemagick-register-types at
5124 top-level, rather than relying on a custom :initialize.
5125 (imagemagick-types-enable): New option. (Bug#11557)
5126 (imagemagick-filter-types): New function. (Bug#7406)
5127 (imagemagick-register-types): Use imagemagick-filter-types.
5128 If disabling support, remove elements altogether rather
5129 than using an impossible regexp.
5130 (imagemagick-types-inhibit): Give it the default init function.
5131
5132 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5133
5134 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
5135 Handle arbitrary file name lengths (Bug#11585).
5136
5137 2012-05-31 Martin Rudalics <rudalics@gmx.at>
5138
5139 * desktop.el (desktop-read): Clear previous and next buffers for
5140 all windows and bury *Messages* buffer (bug#11556).
5141
5142 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5143
5144 Add `declare' for `defun'. Align `defmacro's with it.
5145 * emacs-lisp/easy-mmode.el (define-minor-mode)
5146 (define-globalized-minor-mode): Don't autoload the var definitions.
5147 * emacs-lisp/byte-run.el: Use lexical-binding.
5148 (defun-declarations-alist, macro-declarations-alist): New vars.
5149 (defmacro, defun): Use them.
5150 (make-obsolete, define-obsolete-function-alias)
5151 (make-obsolete-variable, define-obsolete-variable-alias):
5152 Use `declare'.
5153 (macro-declaration-function): Mark obsolete.
5154 * emacs-lisp/autoload.el: Use lexical-binding.
5155 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
5156
5157 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5158
5159 * textmodes/ispell.el (ispell-with-no-warnings):
5160 Define as a macro.
5161 (ispell-kill-ispell, ispell-change-dictionary):
5162 Use `called-interactively-p' for Emacs instead of obsolete
5163 `interactive-p'.
5164
5165 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5166
5167 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
5168 (macro-declaration-function): Move var from C code.
5169 (macro-declaration-function): Define function with defalias.
5170 * emacs-lisp/macroexp.el (macroexpand-all-1):
5171 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
5172 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
5173 defun/defmacro any more.
5174 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
5175 Provide fallback for unknown arglist.
5176 (byte-compile-arglist-warn): Change calling convention.
5177 (byte-compile-output-file-form): Move print-vars binding.
5178 (byte-compile-output-docform): Simplify accordingly.
5179 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
5180 (byte-compile-defmacro-declaration): Remove.
5181 (byte-compile-file-form-defmumble): Generalize to defalias.
5182 (byte-compile-output-as-comment): Return byte-positions.
5183 Simplify callers accordingly.
5184 (byte-compile-lambda): Use `assert'.
5185 (byte-compile-defun, byte-compile-defmacro): Remove.
5186 (byte-compile-file-form-defalias):
5187 Use byte-compile-file-form-defmumble.
5188 (byte-compile-defalias-warn): Remove.
5189
5190 2012-05-29 Stefan Merten <smerten@oekonux.de>
5191
5192 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
5193 possible. Fix authors. Improve comments. Improve loading of `cl'.
5194
5195 (rst-mode-abbrev-table): Merge definition.
5196 (rst-mode): Make sure `font-lock-defaults' is buffer local.
5197 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
5198
5199 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
5200
5201 * calendar/icalendar.el
5202 (icalendar-export-region): Export UID properly.
5203
5204 2012-05-29 Leo Liu <sdl.web@gmail.com>
5205 * calendar/icalendar.el (icalendar-import-format):
5206 Add `icalendar-import-format-uid' (Bug#11525).
5207 (icalendar-import-format-uid): New.
5208 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
5209 Export UID.
5210
5211 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5212
5213 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
5214 different alternative patterns.
5215 (pcase-codegen): Be more careful to preserve identity.
5216 (pcase--u1): Don't forget to mark vars as used.
5217
5218 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
5219 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
5220 (byte-compile-from-buffer): ...rather than here.
5221
5222 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
5223 functions from byte-compile-function-environment.
5224
5225 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
5226
5227 * window.el (window-deletable-p): Avoid deleting the root window
5228 of a frame with an active minibuffer.
5229
5230 2012-05-29 Martin Rudalics <rudalics@gmx.at>
5231
5232 * simple.el (choose-completion): Use quit-window (Bug#11567).
5233
5234 2012-05-29 Chong Yidong <cyd@gnu.org>
5235
5236 * whitespace.el (whitespace-cleanup): Fix usage of
5237 whitespace-empty-at-bob-regexp (Bug#11492).
5238
5239 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5240
5241 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
5242 revert (Bug#11488).
5243
5244 2012-05-29 Juri Linkov <juri@jurta.org>
5245
5246 * isearch.el (isearch-mode-map): Bind `M-s _' to
5247 `isearch-toggle-symbol'. Bind `M-s c' to
5248 `isearch-toggle-case-fold'.
5249 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
5250 (isearch-forward): Add `M-s _' to the docstring.
5251 (isearch-forward-symbol, isearch-toggle-case-fold)
5252 (isearch-symbol-regexp): New functions. (Bug#11381)
5253
5254 2012-05-29 Juri Linkov <juri@jurta.org>
5255
5256 * isearch.el (isearch-word): Add docstring. (Bug#11381)
5257 (isearch-occur, isearch-search-and-update): If `isearch-word' is
5258 a function, call it to get the regexp.
5259 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
5260 property `isearch-message-prefix' instead of the string "word ".
5261 (isearch-search-fun-default): For the case of `isearch-word',
5262 return a lambda that calls re-search-forward/re-search-backward
5263 with a regexp returned by `word-search-regexp' or by the function
5264 in `isearch-word'.
5265
5266 2012-05-29 Juri Linkov <juri@jurta.org>
5267
5268 * isearch.el (isearch-search-fun-default): New function.
5269 (isearch-search-fun): Move default part to the new function
5270 `isearch-search-fun-default'.
5271 (isearch-search-fun-function): Set the default value to
5272 `isearch-search-fun-default'. (Bug#11381)
5273
5274 * comint.el (comint-history-isearch-end):
5275 Use `isearch-search-fun-default'.
5276 (comint-history-isearch-search): Use `isearch-search-fun-default'
5277 and remove spacial case for `isearch-word'.
5278 (comint-history-isearch-wrap): Remove spacial case for
5279 `isearch-word'.
5280
5281 * hexl.el (hexl-isearch-search-function):
5282 Use `isearch-search-fun-default'.
5283
5284 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
5285 Use `word-search-regexp' for `isearch-word'.
5286
5287 * misearch.el (multi-isearch-search-fun):
5288 Use `isearch-search-fun-default'.
5289
5290 * simple.el (minibuffer-history-isearch-search):
5291 Use `isearch-search-fun-default' and remove spacial case for
5292 `isearch-word'.
5293 (minibuffer-history-isearch-wrap): Remove spacial case for
5294 `isearch-word'.
5295
5296 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
5297 Remove spacial case for `isearch-word'.
5298 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
5299
5300 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5301
5302 Decrease XEmacs incompatibilities.
5303 * textmodes/flyspell.el (flyspell-check-pre-word-p):
5304 Use `string-match'.
5305 (flyspell-delete-region-overlays): Use alternative definition for
5306 XEmacs.
5307 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
5308 (flyspell-word): Use `process-kill-without-query' if XEmacs.
5309 (flyspell-mode-on): Use `interactive-p' if XEmacs.
5310 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
5311 `define-obsolete-face-alias' under XEmacs, but old method.
5312
5313 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
5314 `with-no-warnings' definition or Emacs alias.
5315 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
5316 (ispell-word): Do not use `region-p' if XEmacs.
5317
5318 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5319
5320 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
5321 Check for `ispell-dictionary-base-alist' instead of full
5322 `ispell-dictionary-alist'.
5323 (ispell-init-process): Show spellchecker when starting new Ispell
5324 process.
5325
5326 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5327
5328 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
5329 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
5330
5331 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
5332
5333 * version.el (motif-version-string, gtk-version-string)
5334 (ns-version-string): Declare.
5335
5336 2012-05-27 Juri Linkov <juri@jurta.org>
5337
5338 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
5339 after the `eval-defun-1' specialcaseing
5340 like in `edebug-eval-defun' (bug#10181).
5341
5342 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
5343 like in `eval-defun-1'.
5344
5345 2012-05-27 Eli Zaretskii <eliz@gnu.org>
5346
5347 * mail/sendmail.el (mail-yank-region):
5348 Recognize rmail-yank-current-message in addition to insert-buffer.
5349 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
5350 a *mail* buffer created through rmail-start-mail with sendmail as
5351 mail-user-agent.
5352
5353 2012-05-27 Chong Yidong <cyd@gnu.org>
5354
5355 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
5356 Default to 256 (Bug#11267).
5357
5358 * help.el (describe-mode): Doc fix.
5359
5360 2012-05-26 Glenn Morris <rgm@gnu.org>
5361
5362 * w32-fns.el (w32-init-info): Remove.
5363 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
5364
5365 * info.el (info-initialize): For self-contained NS builds, put the
5366 included info/ directory at the front. (Bug#2791)
5367
5368 * paths.el (Info-default-directory-list): Make it a defcustom,
5369 mainly so that we can use custom-initialize-delay.
5370
5371 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
5372
5373 * subr.el (buffer-has-markers-at): Mark obsolete.
5374
5375 * subr.el (lambda): Use declare.
5376
5377 * emacs-lisp/lisp-mode.el (lambda):
5378 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
5379
5380 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5381
5382 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
5383
5384 2012-05-26 Glenn Morris <rgm@gnu.org>
5385
5386 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
5387
5388 2012-05-25 Glenn Morris <rgm@gnu.org>
5389
5390 * paths.el: Remove no-byte-compile.
5391 * loadup.el: No need to load paths.el uncompiled.
5392
5393 * image.el (imagemagick-types-inhibit): Doc fix.
5394
5395 * version.el: Remove no-byte-compile and associated formatting.
5396 * loadup.el: No need to load version.el uncompiled. AFAICS, this
5397 is ancient code from when there was an "inc-vers.el".
5398
5399 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
5400
5401 * progmodes/gdb-mi.el: Minor style changes.
5402 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
5403 Turn into minor modes.
5404 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
5405 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
5406 (gdb-shell): Remove unneeded let-binding.
5407 (gdb-get-many-fields): Eliminate O(n²) behavior.
5408
5409 2012-05-25 Eli Zaretskii <eliz@gnu.org>
5410
5411 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
5412 platforms that don't link in fontset.c.
5413
5414 2012-05-25 Juri Linkov <juri@jurta.org>
5415
5416 Use the same diff color scheme as in modern VCSes (bug#10181).
5417
5418 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
5419 to avoid confusion with `diff-added' that now uses green colors.
5420 (diff-removed): Use shades of red.
5421 (diff-added): Use shades of green.
5422 (diff-changed): Leave just the yellow color.
5423 (diff-use-changed-face): New variable.
5424 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
5425 how to highlight context diff changes.
5426 (diff-refine-change): Use shades of yellow.
5427 (diff-refine-removed): New face that uses shades of red.
5428 (diff-refine-added): New face that uses shades of green.
5429 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
5430 `diff-refine-removed' in the call to `smerge-refine-subst'
5431 depending on the value of `diff-use-changed-face'.
5432
5433 * vc/smerge-mode.el (smerge-mine): Use shades of red.
5434 (smerge-other): Use shades of green.
5435 (smerge-base): Use shades of yellow.
5436 (smerge-refined-change): Empty face.
5437 (smerge-refined-removed): New face that uses shades of red.
5438 (smerge-refined-added): New face that uses shades of green.
5439 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
5440 args `props-r' and `props-a', and use them. Doc fix.
5441 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
5442 on its value use different faces `smerge-refined-change',
5443 `smerge-refined-removed', `smerge-refined-added' in the call to
5444 `smerge-refine-subst'.
5445
5446 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
5447 Add face condition `min-colors 88' with shades of red.
5448 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
5449 `min-colors 88' with shades of green.
5450 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
5451 `min-colors 88' with shades of yellow.
5452
5453 2012-05-24 Glenn Morris <rgm@gnu.org>
5454
5455 * paths.el (prune-directory-list, remote-shell-program): Move to...
5456 * files.el (prune-directory-list, remote-shell-program): ...here.
5457 For the latter, delay initialization, prefer ssh, just search PATH.
5458
5459 * paths.el (term-file-prefix): Move to faces.el (the only user).
5460 * faces.el (term-file-prefix): Move here, make it a defcustom.
5461
5462 * paths.el (news-directory, news-path, news-inews-program):
5463 Move to gnus/nnspool.el.
5464
5465 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
5466
5467 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
5468 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
5469 Make the latter a defcustom, with a delayed initialization.
5470
5471 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
5472 These were deleted from Gnus itself late 2010.
5473
5474 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
5475
5476 * progmodes/which-func.el (which-func-ff-hook):
5477 Check against user-error, not error.
5478
5479 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5480 cl-specs.el, which no longer exists.
5481
5482 2012-05-22 Glenn Morris <rgm@gnu.org>
5483
5484 * info.el (info-emacs-bug): New command.
5485 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
5486 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
5487
5488 2012-05-21 Glenn Morris <rgm@gnu.org>
5489
5490 * makefile.w32-in (update-subdirs-SH):
5491 * Makefile.in (update-subdirs): Update for moved update-subdirs.
5492
5493 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
5494
5495 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
5496
5497 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5498 Simplify Maven regexp, and make sure the file can't start with a space
5499 (bug#11517).
5500
5501 2012-05-21 Glenn Morris <rgm@gnu.org>
5502
5503 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
5504 Scrap superfluous subshells.
5505
5506 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
5507
5508 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
5509 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
5510
5511 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
5512
5513 * calc/calc.el (calc-ensure-consistent-units): New variable.
5514
5515 * calc/calc-units.el (math-consistent-units-p)
5516 (math-check-unit-consistency): New functions.
5517 (calc-quick-units, calc-convert-units):
5518 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
5519 is non-nil.
5520 (calc-extract-units): Fix typo.
5521
5522 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
5523
5524 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
5525
5526 * textmodes/flyspell.el: Commenting style, plus code simplifications.
5527 (flyspell-default-deplacement-commands): Don't spell check after
5528 repeated window/frame switches (e.g. triggered by mouse-movement).
5529 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
5530 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
5531 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
5532 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
5533 Remove unused vars.
5534 (flyspell-get-casechars, flyspell-get-not-casechars):
5535 Simplify; Don't bother removing a ] just to add it back.
5536 * textmodes/ispell.el (ispell-program-name): Use executable-find.
5537
5538 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5539
5540 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
5541 New functions.
5542 (math-function-table): Add support for more C functions.
5543
5544 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5545
5546 * textmodes/flyspell.el (flyspell-check-pre-word-p)
5547 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
5548 Protect delay handling for otherchars against empty otherchars.
5549
5550 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
5551
5552 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
5553 their respective macro declarations.
5554 * skeleton.el (define-skeleton):
5555 * progmodes/compile.el (define-compilation-mode):
5556 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
5557 (define-ibuffer-filter):
5558 * emacs-lisp/generic.el (define-generic-mode):
5559 * emacs-lisp/easy-mmode.el (define-minor-mode)
5560 (define-globalized-minor-mode):
5561 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
5562 * emacs-lisp/byte-run.el (defsubst):
5563 * custom.el (deftheme): Add doc-string metadata.
5564
5565 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5566
5567 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
5568
5569 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5570
5571 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
5572
5573 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
5574 * emacs-lisp/cl-macs.el: Idem.
5575 * emacs-lisp/cl-specs.el: Remove.
5576
5577 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5578
5579 Minor renaming of internal CL functions and variables.
5580 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
5581 (cl--position): Rename from cl-position.
5582 (cl--delete-duplicates): Rename from cl-delete-duplicates.
5583 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
5584 (cl--random-state): Rename from *random-state*.
5585
5586 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5587
5588 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
5589 parens around the arg list (bug#11499).
5590
5591 2012-05-17 Juri Linkov <juri@jurta.org>
5592
5593 * isearch.el (word-search-regexp, word-search-backward)
5594 (word-search-forward, word-search-backward-lax)
5595 (word-search-forward-lax): Move functions from search.c
5596 (bug#10145, bug#11381).
5597
5598 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5599
5600 * textmodes/flyspell.el (flyspell-check-pre-word-p)
5601 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
5602 Delay for otherchars as for normal word components.
5603
5604 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
5605
5606 * minibuffer.el (completion--sifn-requote): Fix last change.
5607 (minibuffer-local-must-match-filename-map):
5608 Move define-obsolete-variable-alias before its var.
5609
5610 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
5611
5612 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
5613
5614 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
5615 behavior.
5616 (completion--string-equal-p): New function.
5617 (completion--twq-all): Use it to get better assertion failure data.
5618
5619 Only handle ".." and '..' quoting in shell-mode (bug#11466).
5620 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
5621 (shell--requote-argument): New functions.
5622 (shell-completion-vars): Use them.
5623 (shell--parse-pcomplete-arguments): Rename from
5624 shell-parse-pcomplete-arguments.
5625 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
5626 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
5627 Obey comint-file-name-quote-list.
5628
5629 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
5630 (smie-indent-keyword): Use it.
5631
5632 2012-05-14 Stefan Merten <smerten@oekonux.de>
5633
5634 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
5635
5636 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
5637
5638 * net/rlogin.el (rlogin-mode-map): Fix last change.
5639
5640 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
5641
5642 * mail/smtpmail.el (smtpmail-send-command): Send the command and
5643 the following \r\n using a single `process-send-string', since the
5644 Lotus SMTP server refuses to accept any commands if they are sent
5645 with two `process-send-string's (Bug#11444).
5646
5647 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
5648
5649 * shell.el (shell-parse-pcomplete-arguments):
5650 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
5651
5652 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
5653
5654 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
5655 (image-transform-scale, image-transform-right-angle-fudge): New vars.
5656 (image-transform-width, image-transform-fit-width): New functions.
5657 (image-transform-properties): Use them.
5658 (image-transform-check-size): New function.
5659 (image-toggle-display-image): Use it (for testing).
5660 (image-transform-set-rotation): Reduce angle mod 360.
5661 Delete obsolete comment.
5662
5663 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
5664
5665 * image-mode.el: Fix scaling (bug#11399).
5666 (image-transform-resize): Doc fix.
5667 (image-transform-properties): Default scale is 1 and height should
5668 be an integer.
5669
5670 2012-05-13 Johan Bockgård <bojohan@gnu.org>
5671
5672 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
5673 than hard-coding `car', to fix misbehavior when moving forward.
5674
5675 2012-05-13 Chong Yidong <cyd@gnu.org>
5676
5677 * emacs-lisp/tabulated-list.el (tabulated-list-format)
5678 (tabulated-list-entries, tabulated-list-padding)
5679 (tabulated-list-sort-key): Make permanent-local.
5680
5681 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
5682 (electric-buffer-list): Put electric buffer menu
5683 command descriptions in this docstring, instead of the docstring
5684 of electric-buffer-menu-mode. Code cleanups.
5685 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
5686 Electric-buffer-menu-mode.
5687 (electric-buffer-update-highlight): Minor code cleanup.
5688
5689 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
5690
5691 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
5692 (Bug#11447)
5693
5694 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
5695
5696 Move define-obsolete-variable-alias before the var's definition.
5697 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
5698 * tooltip.el (tooltip-hook):
5699 * textmodes/reftex-toc.el (reftex-toc-map):
5700 * textmodes/reftex-sel.el (reftex-select-label-map)
5701 (reftex-select-bib-map):
5702 * textmodes/reftex-index.el (reftex-index-map)
5703 (reftex-index-phrases-map):
5704 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
5705 * progmodes/meta-mode.el (meta-mode-map):
5706 * novice.el (disabled-command-hook):
5707 * loadhist.el (unload-hook-features-list):
5708 * frame.el (blink-cursor):
5709 * files.el (find-file-not-found-hooks, write-file-hooks)
5710 (write-contents-hooks):
5711 * emulation/tpu-edt.el (GOLD-map):
5712 * emacs-lock.el (emacs-lock-from-exiting):
5713 * emacs-lisp/generic.el (generic-font-lock-defaults):
5714 * emacs-lisp/chart.el (chart-map):
5715 * dos-fns.el (register-name-alist):
5716 * dired-x.el (dired-omit-files-p):
5717 * desktop.el (desktop-enable):
5718 * cus-edit.el (custom-mode-hook):
5719 * buff-menu.el (buffer-menu-mode-hook):
5720 * bookmark.el (bookmark-read-annotation-text-func)
5721 (bookmark-exit-hooks):
5722 * allout.el (allout-mode-deactivate-hook)
5723 (allout-exposure-change-hook, allout-structure-added-hook)
5724 (allout-structure-deleted-hook, allout-structure-shifted-hook):
5725 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
5726 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
5727 comes before the corresponding variable's definition.
5728
5729 2012-05-12 Chong Yidong <cyd@gnu.org>
5730
5731 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
5732 (Buffer-menu-mouse-select): Restore function (Bug#11459).
5733 (Buffer-menu-mode-map): Bind it.
5734 (Buffer-menu--pretty-name): Add a mouse-face property.
5735
5736 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5737
5738 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
5739 (prolog-upper-case-string, prolog-lower-case-string)
5740 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
5741 (prolog-use-smie, prolog-smie-grammar): New vars.
5742 (prolog-smie-forward-token, prolog-smie-backward-token)
5743 (prolog-smie-rules): New funs.
5744 (prolog-comment-indent): Remove.
5745 (prolog-mode-variables): Use default comment indentation instead.
5746 Setup SMIE.
5747 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
5748 (prolog-mode): Don't call them any more.
5749 (prolog-electric-colon, prolog-electric-dash)
5750 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
5751
5752 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
5753
5754 * minibuffer.el (completion--twq-all): Again, allow case differences.
5755
5756 * term.el: Move keymap initialization code to be more idiomatic.
5757 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
5758 (term-terminal-menu): Move initialization into declaration.
5759 (term-escape-char): Let the user set it in her .emacs.
5760
5761 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
5762 Provide SMIE-based indentation (not enabled by default yet).
5763 (sh-mode-map): Don't bind electric keys.
5764 Use electric-pair-mode instead of skeleton-pair.
5765 (sh-assignment-regexp): Fit within 80 columns.
5766 (sh-indent-supported): Specify actual shell name instead of boolean.
5767 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
5768 (sh-maybe-here-document): Use it. Make obsolete.
5769 (sh-electric-here-document-mode) New minor mode.
5770 (sh-mode): Use it. Don't set sh-indent-supported-here here.
5771 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
5772 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
5773 (sh-smie-rc-grammar, sh-use-smie): New vars.
5774 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
5775 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
5776 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
5777 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
5778 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
5779 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
5780 (sh-set-shell): Use smie-setup if requested.
5781
5782 * term.el (term-set-escape-char): Properly set term-escape-char.
5783 See http://stackoverflow.com/questions/10524656.
5784
5785 2012-05-10 Chong Yidong <cyd@gnu.org>
5786
5787 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
5788 Use url-generic-parse-url, and handle host names and Windows
5789 filenames properly.
5790 (ffap-url-unwrap-remote): Use url-generic-parse-url.
5791 (ffap-url-unwrap-remote): Accept list values, specifying a list of
5792 URL schemes to work on.
5793 (ffap--toggle-read-only): New function.
5794 (ffap-read-only, ffap-read-only-other-window)
5795 (ffap-read-only-other-frame): Use it.
5796 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
5797 necessary for ffap-url-unwrap-remote.
5798
5799 2012-05-10 Dave Abrahams <dave@boostpro.com>
5800
5801 * cus-start.el (create-lockfiles): Add it.
5802
5803 2012-05-09 Chong Yidong <cyd@gnu.org>
5804
5805 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
5806 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
5807
5808 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5809
5810 * shell.el (shell-completion-vars): Fix last change (bug#11348).
5811
5812 2012-05-09 Chong Yidong <cyd@gnu.org>
5813
5814 * ansi-color.el (ansi-color-process-output): Check for validity of
5815 comint-last-output-start before using it. This avoids a bad
5816 interaction with gdb-mi's input/output buffer.
5817
5818 2012-05-09 Glenn Morris <rgm@gnu.org>
5819
5820 * files.el (dir-locals-read-from-file):
5821 Mention dir-locals in any error message.
5822
5823 2012-05-09 Chong Yidong <cyd@gnu.org>
5824
5825 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
5826 package (Bug#11410).
5827
5828 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
5829 variables into description.
5830
5831 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5832
5833 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
5834 shell-delimiter-argument-list (bug#11348).
5835 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
5836
5837 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
5838
5839 * textmodes/rst.el: Silence byte-compiler warnings.
5840 (rst-re-alist, rst-reset-section-caches): Move around.
5841 (rst-re): Use `characterp', not `char-valid-p'.
5842 (font-lock-beg, font-lock-end): Declare.
5843
5844 * progmodes/idlw-shell.el (specs): Remove reference to deleted
5845 variable `idlwave-shell-activate-alt-keybindings' and simplify.
5846
5847 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
5848
5849 2012-05-08 Glenn Morris <rgm@gnu.org>
5850
5851 * files.el (auto-mode-alist): Treat ".make" like ".mk".
5852
5853 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5854
5855 * vc/log-edit.el: Add GNU coding standards highlighting.
5856 (log-edit-font-lock-gnu-style)
5857 (log-edit-font-lock-gnu-keywords): New vars.
5858 (log-edit-font-lock-keywords): New fun.
5859 (log-edit-mode): Don't fold case in font-lock.
5860 (log-edit-font-lock-keywords): Do not assume case-folding.
5861
5862 * imenu.el: Misc cleanup. Make docstrings out of comments.
5863 Use lexical-binding.
5864 (imenu--index-alist, imenu--last-menubar-index-alist)
5865 (imenu-menubar-modified-tick): Use defvar-local.
5866 (imenu--split-menu): Remove unused var.
5867 (imenu--cleanup-seen): Declare as global.
5868 (imenu--cleanup): Use dolist.
5869
5870 * subr.el (defvar-local): Add debug spec and doc-string position.
5871
5872 2012-05-08 Glenn Morris <rgm@gnu.org>
5873
5874 * language/burmese.el, language/cham.el, language/czech.el:
5875 * language/english.el, language/georgian.el, language/greek.el:
5876 * language/japanese.el, language/khmer.el, language/korean.el:
5877 * language/lao.el, language/misc-lang.el, language/romanian.el:
5878 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
5879 * language/thai.el, language/utf-8-lang.el:
5880 Remove no-byte-compile setting.
5881
5882 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
5883
5884 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5885
5886 * progmodes/make-mode.el (makefile-browse):
5887 Remove unnecessary interactive. (Bug#11324)
5888
5889 2012-05-07 Glenn Morris <rgm@gnu.org>
5890
5891 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
5892
5893 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
5894
5895 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5896
5897 * loadup.el: Preload newcomment.el.
5898 * newcomment.el: Move autoload-only code to toplevel.
5899
5900 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
5901 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
5902 Handle new :right-align column property.
5903 (tabulated-list-print-col): Idem, plus use `display' text-property to
5904 try and preserve alignment for variable pitch fonts.
5905
5906 2012-05-07 Chong Yidong <cyd@gnu.org>
5907
5908 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
5909 (tabulated-list-use-header-line): New var.
5910 (tabulated-list-init-header): Use it.
5911 (tabulated-list-print-fake-header): New function.
5912 (tabulated-list-print): Use it.
5913 (tabulated-list-sort-button-map): Add non-header-line commands.
5914 (tabulated-list-init-header): Add column name property to basic
5915 labels as well.
5916 (tabulated-list-col-sort): Handle non-header-line button case.
5917 (tabulated-list--sort-by-column-name): Fix a corner case.
5918
5919 * buff-menu.el (list-buffers--refresh):
5920 Handle Buffer-menu-use-header-line.
5921
5922 2012-05-06 Chong Yidong <cyd@gnu.org>
5923
5924 * buff-menu.el: Convert to Tabulated List mode.
5925 (Buffer-menu-buffer+size-width): Make obsolete.
5926 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
5927 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
5928 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
5929 documentation into docstring of buffer-menu.
5930 (Buffer-menu-toggle-files-only): Add an informative message.
5931 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
5932 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
5933 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
5934 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
5935 (Buffer-menu-execute, Buffer-menu-select)
5936 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
5937 (Buffer-menu-bury): Use Tabulated List machinery.
5938 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
5939 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
5940 Delete.
5941 (list-buffers--refresh): New function.
5942 (list-buffers-noselect): Use it.
5943 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
5944 (Buffer-menu--pretty-file-name): New helper functions.
5945
5946 * loadup.el: Preload tabulated-list.
5947
5948 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
5949 tabulated-list-sort-column.
5950 (tabulated-list-init-header): Add the initial aligning space even
5951 if tabulated-list-padding is zero.
5952
5953 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
5954
5955 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
5956 whose cdr is not a cons cell correctly (bug#11038).
5957
5958 2012-05-06 Chong Yidong <cyd@gnu.org>
5959
5960 * emacs-lisp/tabulated-list.el (tabulated-list-format):
5961 Accept additional plist in column descriptors.
5962 (tabulated-list-init-header): Obey it.
5963 (tabulated-list-get-entry): New function.
5964 (tabulated-list-put-tag): Use it. Use string-width instead of
5965 length.
5966 (tabulated-list--column-number): New function.
5967 (tabulated-list-print): Use it.
5968 (tabulated-list-print-col): New function.
5969 Set `tabulated-list-column-name' property on each column's text.
5970 (tabulated-list-print-entry): Use it.
5971 (tabulated-list-delete-entry, tabulated-list-set-col):
5972 New functions.
5973 (tabulated-list-sort-column): New command (Bug#11337).
5974
5975 * buff-menu.el (list-buffers): Move C-x C-b binding from
5976 buff-menu.el to bindings.el.
5977
5978 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
5979 :advertised-binding feature.
5980
5981 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
5982
5983 * progmodes/compile.el (compilation-internal-error-properties):
5984 Calculate start position correctly when end-col is set but
5985 end-line is not (Bug#11382).
5986
5987 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
5988
5989 * man.el (Man-unindent): Use text-property-default-nonsticky to
5990 prevent untabify from inheriting face properties (Bug#11408).
5991
5992 2012-05-05 Stefan Merten <smerten@oekonux.de>
5993
5994 * textmodes/rst.el: Major merge with upstream development up to
5995 Docutils SVN r7399 / rst.el V1.2.1.
5996
5997 Clarify maintainership and authors.
5998
5999 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
6000 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
6001 (rst-official-version, rst-official-cvs-rev, rst-version)
6002 (rst-package-emacs-version-alist): New functions and variables
6003 for version information.
6004
6005 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
6006 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
6007 (rst-mode-syntax-table, rst-mode): New and corrected functions
6008 and variables representing reStructuredText features.
6009
6010 (rst-re): New function for reStructuredText regexes. Use in
6011 many places.
6012
6013 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
6014 (rst-mode-map): Rebind keys.
6015
6016 (rst-mode-lazy, rst-font-lock-keywords)
6017 (rst-font-lock-extend-region)
6018 (rst-font-lock-extend-region-internal)
6019 (rst-font-lock-extend-region-extend)
6020 (rst-font-lock-find-unindented-line-limit)
6021 (rst-font-lock-find-unindented-line-match)
6022 (rst-adornment-level, rst-font-lock-adornment-level)
6023 (rst-font-lock-adornment-match)
6024 (rst-font-lock-handle-adornment-pre-match-form)
6025 (rst-font-lock-handle-adornment-matcher): Major revision of
6026 font-locking. Integrate with other code. Use `jit-lock-mode'.
6027
6028 (rst-preferred-adornments, rst-adjust-hook)
6029 (rst-new-adornment-down, rst-preferred-bullets)
6030 (rst-preferred-bullets, rst-indent, rst-indent-width)
6031 (rst-indent-field, rst-indent-literal-normal)
6032 (rst-indent-literal-minimized, rst-indent-comment): Change,
6033 extend and improve customization.
6034
6035 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
6036 (rst-normalize-cursor-position, rst-get-decoration)
6037 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
6038 (rst-rstrip, rst-toc-insert-find-delete-contents)
6039 (rst-shift-fill-region, rst-compute-bullet-tabs)
6040 (rst-debug-print-tabs, rst-debug-mark-found)
6041 (rst-shift-region-guts, rst-shift-region-right)
6042 (rst-shift-region-left, rst-use-char-classes)
6043 (rst-font-lock-keywords-function)
6044 (rst-font-lock-indentation-point)
6045 (rst-font-lock-find-unindented-line-begin)
6046 (rst-font-lock-find-unindented-line-end)
6047 (rst-font-lock-find-unindented-line)
6048 (rst-font-lock-adornment-point, rst-font-lock-level)
6049 (rst-adornment-level-alist): Remove functions and variables.
6050
6051 (rst-compare-adornments, rst-get-adornment-match)
6052 (rst-suggest-new-adornment, rst-get-adornments-around)
6053 (rst-adornment-complete-p, rst-get-next-adornment)
6054 (rst-adjust-adornment, rst-display-adornments-hierarchy)
6055 (rst-straighten-adornments): Standardize function names to
6056 use "adornment" instead of "decoration". Correct callers.
6057 Similar standardizing in many places.
6058
6059 (rst-update-section, rst-adjust, rst-promote-region)
6060 (rst-enumerate-region, rst-bullet-list-region)
6061 (rst-repeat-last-character): Correct use of `interactive'.
6062
6063 (rst-classify-adornment, rst-find-all-adornments)
6064 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
6065 (rst-find-leftmost-column, rst-repeat-last-character):
6066 Refactor functions.
6067
6068 (rst-find-title-line, rst-reset-section-caches)
6069 (rst-get-adornments-around, rst-adjust-adornment-work)
6070 (rst-arabic-to-roman, rst-roman-to-arabic)
6071 (rst-insert-list-pos, rst-insert-list-new-item)
6072 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
6073 New functions.
6074
6075 (rst-all-sections, rst-section-hierarchy)
6076 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
6077 New variables.
6078
6079 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
6080 configuration instead of only buffer. Change where necessary.
6081
6082 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
6083 (rst-shift-region, rst-adaptive-fill): New functions for
6084 indentation and filling.
6085
6086 (rst-comment-line-break, rst-comment-indent)
6087 (rst-comment-insert-comment, rst-comment-region)
6088 (rst-uncomment-region): New functions for handling comments.
6089
6090 (rst-compile): Quote shell arguments.
6091
6092 (rst-compile-pdf-preview, rst-compile-slides-preview):
6093 Delete temporary files after use.
6094
6095 2012-05-05 Glenn Morris <rgm@gnu.org>
6096
6097 * calendar/cal-html.el: Optionally include holidays in the output.
6098 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
6099 (cal-html-holidays): New option.
6100 (cal-html-css-default): Add holiday entry.
6101 (holiday-in-range): Autoload it.
6102 (cal-html-htmlify-entry): Add optional class argument.
6103 (cal-html-htmlify-list): Add optional holidays argument.
6104 (cal-html-insert-agenda-days): Include holidays in the output.
6105 (cal-html-one-month): Maybe include holidays.
6106
6107 * calendar/holidays.el (holiday-in-range):
6108 Move here from cal-tex-list-holidays.
6109 * calendar/cal-tex.el (cal-tex-list-holidays):
6110 Make it an obsolete alias for holiday-in-range. Update all callers.
6111
6112 2012-05-05 Chong Yidong <cyd@gnu.org>
6113
6114 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
6115 Nextstep.
6116
6117 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
6118
6119 * files.el (file-auto-mode-skip): New var.
6120 (set-auto-mode-1): Use it.
6121
6122 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
6123
6124 * repeat.el: Use lexical-binding.
6125 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
6126 (repeat-undo-count): Remove.
6127 (repeat):
6128 * progmodes/octave-mod.el (octave-abbrev-start):
6129 * progmodes/f90.el (f90-abbrev-start):
6130 * face-remap.el (text-scale-adjust):
6131 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
6132
6133 * emacs-lisp/pcase.el (pcase--let*): New function.
6134 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
6135 a bit more.
6136 (pcase--split-pred): Be more clever about ruling out overlap between
6137 a predicate and some constant pattern.
6138 (pcase--q1): Use `null' instead of (eq foo nil).
6139
6140 * subr.el (setq-local, defvar-local): New macros.
6141 (kbd): Redefine as an alias.
6142 (with-selected-window): Leave unrelated frames alone.
6143 (set-temporary-overlay-map): New function.
6144
6145 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
6146
6147 * subr.el (user-error): New function.
6148 * window.el (switch-to-buffer):
6149 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
6150 (smerge-match-conflict):
6151 * simple.el (previous-matching-history-element)
6152 (next-matching-history-element, goto-history-element, undo-more)
6153 (undo-start):
6154 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
6155 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
6156 (next-file, tags-loop-scan, list-tags, complete-tag):
6157 * progmodes/compile.el (compilation-loop):
6158 * mouse.el (mouse-minibuffer-check):
6159 * man.el (Man-bgproc-sentinel, Man-goto-page):
6160 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
6161 (Info-history-forward, Info-follow-reference, Info-menu)
6162 (Info-extract-menu-item, Info-extract-menu-counting)
6163 (Info-forward-node, Info-backward-node, Info-next-menu-item)
6164 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
6165 (Info-next-reference, Info-prev-reference, Info-index)
6166 (Info-index-next, Info-follow-nearest-node)
6167 (Info-copy-current-node-name):
6168 * imenu.el (imenu--make-index-alist)
6169 (imenu-default-create-index-function, imenu-add-to-menubar):
6170 * files.el (basic-save-buffer, recover-file):
6171 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6172 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
6173 (checkdoc-message-text, checkdoc-defun):
6174 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
6175 * cus-edit.el (customize-changed-options, customize-rogue)
6176 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
6177 (custom-variable-mark-to-reset-standard)
6178 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
6179 (custom-file):
6180 * completion.el (check-completion-length):
6181 * comint.el (comint-search-arg)
6182 (comint-previous-matching-input-string-position)
6183 (comint-previous-matching-input)
6184 (comint-replace-by-expanded-history-before-point, comint-send-input)
6185 (comint-copy-old-input, comint-backward-matching-input)
6186 (comint-goto-process-mark, comint-set-process-mark):
6187 * calendar/calendar.el (calendar-cursor-to-date): Use it.
6188 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
6189
6190 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
6191
6192 * dabbrev.el (dabbrev--ignore-case-p): New function.
6193 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
6194 Use it.
6195
6196 * files.el (automount-dir-prefix): Mark as obsolete.
6197
6198 2012-05-04 Glenn Morris <rgm@gnu.org>
6199
6200 * patcomp.el, play/bruce.el: Move to obsolete/.
6201
6202 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
6203
6204 Fix minor Y10k bugs.
6205 * arc-mode.el (archive-unixdate):
6206 * autoinsert.el (auto-insert-alist):
6207 * calc/calc-forms.el (math-this-year):
6208 * emacs-lisp/copyright.el (copyright-current-year)
6209 (copyright-update-year, copyright):
6210 * tar-mode.el (tar-clip-time-string):
6211 * time.el (display-time-update):
6212 Don't assume years have 4 digits.
6213
6214 2012-05-04 Chong Yidong <cyd@gnu.org>
6215
6216 * dos-w32.el (file-name-buffer-file-type-alist)
6217 (direct-print-region-use-command-dot-com):
6218 * ffap.el (ffap-menu-regexp):
6219 * find-file.el (ff-special-constructs):
6220 * follow.el (follow-debug):
6221 * forms.el (forms--debug):
6222 * iswitchb.el (iswitchb-all-frames):
6223 * ido.el (ido-all-frames):
6224 * emacs-lisp/timer.el (timer-max-repeats):
6225 * mail/feedmail.el (feedmail-mail-send-hook)
6226 (feedmail-mail-send-hook-queued):
6227 * mail/footnote.el (footnote-signature-separator):
6228 * mail/mailabbrev.el (mail-alias-separator-string)
6229 (mail-abbrev-mode-regexp):
6230 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
6231 * progmodes/idlwave.el (idlwave-libinfo-file)
6232 (idlwave-default-completion-case-is-down)
6233 (idlwave-library-routines): Convert defvars to defcustoms.
6234
6235 * mail/rmail.el (rmail-decode-mime-charset):
6236 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
6237 (idlwave-shell-fix-inserted-breaks)
6238 (idlwave-shell-activate-alt-keybindings)
6239 (idlwave-shell-use-breakpoint-glyph):
6240 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
6241
6242 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6243
6244 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
6245
6246 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
6247
6248 * progmodes/verilog-mode.el (font-lock-keywords):
6249 Fix mis-highligting auto. Reported by Craig Barner.
6250 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
6251 defines from global name space. Reported by Dan Dever.
6252 (verilog-auto-reset, verilog-auto-reset-widths)
6253 (verilog-auto-tieoff): Support using unbased numbers for
6254 AUTORESET and AUTOTIEOFF.
6255 (verilog-submit-bug-report): Update variable list.
6256 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
6257 parenthesis from not matching. Reported by Michael Rytting.
6258 (verilog-auto-template-lint): Fix hash error when linting modules
6259 with no used templates.
6260 (verilog-warn, verilog-warn-error)
6261 (verilog-warn-fatal): When non-interactive report multiple
6262 warnings before exiting. Suggested by Brad Dobbie.
6263 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
6264 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
6265 to report unused template errors. Reported by Brad Dobbie.
6266 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
6267 nets, bug438. Reported by Vns Blore.
6268 (verilog-auto-inout-module, verilog-auto-reg)
6269 (verilog-read-decls, verilog-read-sub-decls-sig)
6270 (verilog-signals-edit-wire-reg, verilog-signals-with):
6271 Fix passing of Verilog data types in ANSI input/output ports
6272 such as "output logic" into the AUTOs. Special case "wire" and
6273 "reg" for backwards compatibility presuming Verilog 2001.
6274 (verilog-auto-ascii-enum): Add "auto enum" as alias.
6275 (verilog-preprocess): Fix replication of preprocess output.
6276 Reported by Brad Dobbie.
6277 (verilog-auto-inst-interfaced-ports):
6278 Create verilog-auto-inst-interfaced-ports, bug429.
6279 Reported by Julian Gorfajn.
6280 (verilog-after-save-font-hook)
6281 (verilog-before-save-font-hook): New variable.
6282 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
6283 (verilog-save-font-mods): Wrap disabling fontification, reported
6284 by David Rogoff.
6285 (verilog-do-indent, verilog-pretty-declarations-auto)
6286 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
6287 Reported by Pierre-David Pfister.
6288 (verilog-set-auto-endcomments): Fix endtask auto comments outside
6289 of class declarations, bug292. Reported by Kevin Heilman.
6290 (verilog-read-decls): Fix 'parameter type' not appearing in
6291 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
6292 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
6293 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
6294 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
6295 Reported by David Kravitz.
6296
6297 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
6298
6299 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
6300 assignment with tests in ifs and for loops.
6301 (verilog-extended-complete-re, verilog-complete-reg): Change so
6302 that DPI inport functions don't look like fuction declarations.
6303 (verilog-pretty-expr): Don't line up assignment
6304 operations to the test and increment in if and for loops
6305 (verilog-extended-complete-re, verilog-complete-reg): Change so
6306 that DPI inport functions don't look like fuction declarations.
6307
6308 2012-05-03 Kenichi Handa <handa@m17n.org>
6309
6310 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
6311 decoding, and show a warning message without signaling an error
6312 (Bug#11282).
6313
6314 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6315
6316 * emacs-lisp/bytecomp.el
6317 (byte-compile-file-form-custom-declare-variable): Compile all elements,
6318 since cconv.el might have introduced :fun-body, internal-make-closure,
6319 and friends for bytecomp to handle (bug#11391).
6320 * custom.el (defcustom): Avoid ((λ ..) ..).
6321
6322 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
6323
6324 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
6325
6326 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
6327
6328 * notifications.el (dbus-debug):
6329 * term/linux.el (gpm-mouse-enable):
6330 * term/screen.el (xterm-register-default-colors): Declare.
6331
6332 2012-05-02 Chong Yidong <cyd@gnu.org>
6333
6334 * cus-start.el (gc-cons-percentage, exec-suffixes)
6335 (dos-display-scancodes, dos-hyper-key, dos-super-key)
6336 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
6337 (make-cursor-line-fully-visible, void-text-area-pointer)
6338 (font-list-limit): Add customization data.
6339
6340 * allout.el (allout-exposure-change-functions)
6341 (allout-structure-added-functions)
6342 (allout-structure-deleted-functions)
6343 (allout-structure-shifted-functions): Rename abnormal hooks from
6344 *-hook, and convert to defcustoms.
6345 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
6346 Convert to defcustoms.
6347 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
6348
6349 * allout-widgets.el: Hook callers changed.
6350
6351 2012-05-02 Eli Zaretskii <eliz@gnu.org>
6352
6353 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
6354 the yanked message in preference to the default value of
6355 buffer-file-coding-system.
6356
6357 2012-05-02 Martin Rudalics <rudalics@gmx.at>
6358
6359 * window.el (display-buffer--action-function-custom-type):
6360 Fix entry.
6361
6362 2012-05-02 Alan Mackenzie <acm@muc.de>
6363
6364 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
6365
6366 2012-05-01 Glenn Morris <rgm@gnu.org>
6367
6368 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
6369
6370 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
6371
6372 * cus-edit.el (custom-variable-documentation): Simplify with format.
6373
6374 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6375 Stefan Monnier <monnier@iro.umontreal.ca>
6376
6377 * simple.el (suggest-key-bindings, execute-extended-command):
6378 Move from keyboard.c.
6379
6380 2012-05-01 Chong Yidong <cyd@gnu.org>
6381
6382 * follow.el: Eliminate advice.
6383 (set-process-filter, process-filter, sit-for): Advice deleted.
6384 (follow-mode-off-hook): Obsolete hook removed.
6385 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
6386 Vars deleted.
6387 (follow-auto): Use a :set function.
6388 (follow-mode): Rewritten. Don't advise process filters.
6389 (follow-switch-to-current-buffer-all, follow-scroll-up)
6390 (follow-scroll-down): Assume follow-mode is bound.
6391 (follow-comint-scroll-to-bottom)
6392 (follow-align-compilation-windows): New functions.
6393 (follow--window-sorter): New function.
6394 (follow-all-followers): Use it to explicitly sort windows by their
6395 positions; don't make assumptions about next-window order.
6396 (follow-windows-start-end, follow-delete-other-windows-and-split)
6397 (follow-calc-win-start): Doc fix.
6398 (follow-windows-aligned-p, follow-select-if-visible): Don't call
6399 vertical-motion unnecessarily.
6400 (follow-adjust-window): New function.
6401 (follow-post-command-hook): Use it.
6402 (follow-call-set-process-filter, follow-call-process-filter)
6403 (follow-intercept-process-output, follow-tidy-process-filter-alist)
6404 (follow-stop-intercept-process-output, follow-generic-filter):
6405 Functions deleted.
6406 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
6407 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
6408 New functions, replacing advice on scroll-bar-* commands.
6409 (follow-mwheel-scroll): New function (Bug#4112).
6410
6411 * comint.el (comint-adjust-point): New function.
6412 (comint-postoutput-scroll-to-bottom): Use it.
6413 Call follow-comint-scroll-to-bottom for Follow mode buffers.
6414
6415 2012-05-01 Glenn Morris <rgm@gnu.org>
6416
6417 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
6418 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
6419 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
6420 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
6421 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
6422 Remove no-byte-compile setting.
6423
6424 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6425
6426 * minibuffer.el (completion-table-with-quoting): Fix compatibility
6427 all-completions code to not return a number in the last cdr.
6428
6429 2012-04-30 Leo Liu <sdl.web@gmail.com>
6430
6431 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
6432 read-only error.
6433
6434 2012-04-29 Chong Yidong <cyd@gnu.org>
6435
6436 * follow.el (follow-calc-win-end): Rewrite to handle partial
6437 screen lines correctly (Bug#8390).
6438 (follow-avoid-tail-recenter): Minor cleanup.
6439
6440 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
6441
6442 Avoid the obsolete `assoc' package.
6443 * speedbar.el (speedbar-refresh): Avoid adelete.
6444 (speedbar-file-lists): Simplify and avoid aput.
6445 * man.el (Man--sections, Man--refpages): New vars, replacing
6446 Man-sections-alist and Man-refpages-alist.
6447 (Man-build-section-alist, Man-build-references-alist):
6448 Use them; avoid aput.
6449 (Man--last-section, Man--last-refpage): New vars.
6450 (Man-follow-manual-reference): Use them.
6451 Use the `default' arg of completing-read.
6452 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
6453
6454 2012-04-27 Chong Yidong <cyd@gnu.org>
6455
6456 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
6457
6458 * startup.el (x-apply-session-resources): New function.
6459
6460 * term/ns-win.el (ns-initialize-window-system):
6461 * term/w32-win.el (w32-initialize-window-system):
6462 * term/x-win.el (x-initialize-window-system): Use it to properly
6463 set menu-bar-mode and other vars from X resources, even if the
6464 initial frame is not a window-system frame (Bug#2299).
6465
6466 * subr.el (read-key): Avoid running filter function when setting
6467 up temporary tool bar entries (Bug#9922).
6468
6469 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
6470
6471 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
6472 (Bug#11344)
6473
6474 2012-04-27 Chong Yidong <cyd@gnu.org>
6475
6476 * select.el (xselect--encode-string): New function, split from
6477 xselect-convert-to-string.
6478 (xselect-convert-to-string): Use it.
6479 (xselect-convert-to-filename, xselect-convert-to-os)
6480 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
6481 returned strings are properly encoded (Bug#11315).
6482
6483 2012-04-27 Chong Yidong <cyd@gnu.org>
6484
6485 * simple.el (delete-active-region): Move to killing custom group.
6486
6487 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
6488
6489 * progmodes/which-func.el (which-func-current): Quote %
6490 characters for mode-line processing.
6491
6492 2012-04-27 Chong Yidong <cyd@gnu.org>
6493
6494 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
6495 reaching eob (Bug#11286).
6496
6497 2012-04-27 Eli Zaretskii <eliz@gnu.org>
6498
6499 * progmodes/gdb-mi.el (gdb-control-level): New variable.
6500 (gdb): Make it buffer-local and init to zero.
6501 (gdb-control-commands-regexp): New variable.
6502 (gdb-send): Don't wrap in "-interpreter-exec console" if
6503 gdb-control-level is positive. Increment gdb-control-level
6504 whenever the command matches gdb-control-commands-regexp, and
6505 decrement it each time the command is "end". (Bug#11279)
6506
6507 2012-04-27 Martin Rudalics <rudalics@gmx.at>
6508
6509 * window.el (adjust-window-trailing-edge, enlarge-window)
6510 (shrink-window, window-resize):
6511 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
6512 windows (Bug#11276).
6513
6514 2012-04-27 Chong Yidong <cyd@gnu.org>
6515
6516 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
6517 fix "missing prefix" warning. All callers changed.
6518
6519 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
6520
6521 * emacs-lisp/assoc.el: Move to obsolete/.
6522
6523 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6524
6525 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
6526
6527 * term/ns-win.el (ns-define-service):
6528 * progmodes/pascal.el (pascal-goto-defun):
6529 * progmodes/js.el (js--read-tab):
6530 * progmodes/etags.el (tags-lazy-completion-table):
6531 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
6532 * emacs-lisp/ewoc.el (ewoc--wrap):
6533 * emacs-lisp/assoc.el (aput, adelete, amake):
6534 * doc-view.el (doc-view-convert-current-doc):
6535 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
6536
6537 2012-04-26 Chong Yidong <cyd@gnu.org>
6538
6539 * image.el (image-type-from-buffer): Only return supported image
6540 type (Bug#9045).
6541
6542 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
6543 value, for symmetry with diff-end-of-hunk.
6544 (diff-split-hunk, diff-find-source-location)
6545 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
6546 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
6547 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
6548 compute the relevant hunk or file properly (Bug#6005).
6549 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
6550
6551 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6552
6553 * vc/vc-mtn.el:
6554 * vc/vc-hg.el:
6555 * vc/vc-git.el:
6556 * vc/vc-dir.el:
6557 * vc/vc-cvs.el:
6558 * vc/vc-bzr.el:
6559 * vc/vc-arch.el:
6560 * vc/vc.el: Replace lexical-let by lexical-binding.
6561 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
6562 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
6563 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
6564
6565 2012-04-26 Chong Yidong <cyd@gnu.org>
6566
6567 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
6568 (diff-mode-shared-map): Bind it to / and [remap undo].
6569
6570 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
6571 (ediff-window-setup-function): Use it as the default, to set up
6572 windows based on whether the current frame is graphical (Bug#2138).
6573 (ediff-choose-window-setup-function-automatically): Make obsolete.
6574
6575 * vc/ediff-init.el: Always define ediff-pixel-width/height.
6576
6577 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
6578
6579 * ffap.el: Remove old code for obsolete package.
6580 (ffap-complete-as-file-p): Remove.
6581
6582 Use completion-table-with-quoting for comint and pcomplete.
6583 * comint.el (comint--unquote&requote-argument)
6584 (comint--unquote-argument, comint--requote-argument): New functions.
6585 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
6586 (comint-quote-filename): Use regexp-opt-charset.
6587 (comint--common-suffix, comint--common-quoted-suffix)
6588 (comint--table-subvert): Remove.
6589 (comint-unquote-function, comint-requote-function): New vars.
6590 (comint--complete-file-name-data): Use them with
6591 completion-table-with-quoting.
6592 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
6593 * pcomplete.el (pcomplete-arg-quote-list)
6594 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
6595 (pcomplete-unquote-argument-function): Default to non-nil.
6596 (pcomplete-unquote-argument): Simplify.
6597 (pcomplete--common-quoted-suffix): Remove.
6598 (pcomplete-requote-argument-function): New var.
6599 (pcomplete--common-suffix): New function.
6600 (pcomplete-completions-at-point): Use completion-table-with-quoting
6601 and completion-table-subvert.
6602
6603 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
6604 (minibuffer--double-dollars): Preserve properties.
6605 (completion--sifn-requote): New function.
6606 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
6607
6608 * minibuffer.el: Add support for completion of quoted/escaped data.
6609 (completion-table-with-quoting, completion-table-subvert): New funs.
6610 (completion--twq-try, completion--twq-all): New functions.
6611 (completion--nth-completion): New function.
6612 (completion-try-completion, completion-all-completions): Use it.
6613
6614 2012-04-25 Leo Liu <sdl.web@gmail.com>
6615
6616 * progmodes/python.el (python-pdbtrack-get-source-buffer):
6617 Use compilation-message if available to find real filename.
6618
6619 2012-04-25 Chong Yidong <cyd@gnu.org>
6620
6621 * vc/diff-mode.el (diff-setup-whitespace): New function.
6622 (diff-mode): Use it.
6623
6624 * vc/diff.el (diff-sentinel):
6625 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
6626 Whitespace mode variables based on diff style (Bug#8612).
6627
6628 2012-04-25 Leo Liu <sdl.web@gmail.com>
6629
6630 * progmodes/python.el (python-send-region): Add suffix .py to the
6631 temp file.
6632
6633 * files.el (auto-mode-alist): Use javascript-mode instead.
6634
6635 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
6636
6637 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
6638
6639 * net/soap-client.el (soap-resolve-references-for-sequence-type)
6640 (soap-resolve-references-for-array-type): Hack to prevent self
6641 references, see Bug#9.
6642 (soap-parse-envelope): Report the contents of the 'detail' node
6643 when receiving a fault reply.
6644 (soap-parse-envelope): Report the contents of the entire 'detail' node.
6645
6646 * net/soap-inspect.el (soap-sample-value-for-simple-type)
6647 (soap-inspect-simple-type): New function.
6648
6649 * net/soap-client.el (soap-simple-type): New struct.
6650 (soap-default-xsd-types, soap-default-soapenc-types)
6651 (soap-decode-basic-type, soap-encode-basic-type):
6652 support unsignedInt and double basic types.
6653 (soap-resolve-references-for-simple-type)
6654 (soap-parse-simple-type, soap-encode-simple-type): New function.
6655 (soap-parse-schema): Parse xsd:simpleType declarations.
6656
6657 * net/soap-client.el (soap-default-xsd-types)
6658 (soap-default-soapenc-types): Add integer, byte and anyURI types.
6659 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
6660 the local name of "soapenc:Array".
6661 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
6662 decoding integer, byte and anyURI xsd types.
6663
6664 2012-04-25 Chong Yidong <cyd@gnu.org>
6665
6666 * cus-edit.el (custom-buffer-create-internal): Update header text.
6667
6668 2012-04-25 Eli Zaretskii <eliz@gnu.org>
6669
6670 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
6671 settings on 'system-type', not on 'window-system'. On MS-Windows,
6672 set interactive-mode on in GDB.
6673
6674 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
6675
6676 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
6677 (ruby-syntax-propertize-regexp): Remove.
6678 (ruby-syntax-propertize-function): Split regexp into chunks.
6679 Match following code directly.
6680
6681 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
6682
6683 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
6684 (ruby-syntax-propertize-regexp): New function.
6685 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
6686 by a special keyword.
6687
6688 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
6689 (ruby-syntax-general-delimiters-goto-beg)
6690 (ruby-syntax-propertize-general-delimiters): New functions.
6691 (ruby-syntax-propertize-function): Use them to handle GDL.
6692 (ruby-font-lock-keywords): Move old handling of GDL...
6693 (ruby-font-lock-syntactic-keywords): .. to here.
6694 (ruby-calculate-indent): Adjust indentation for GDL.
6695
6696 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
6697
6698 * notifications.el (top): Remove unneeded declarations.
6699 (notifications-specification-version): Change to "1.2".
6700 (notifications-interface, notifications-notify-method)
6701 (notifications-close-notification-method): Fix docstring.
6702 (notifications-get-capabilities-method): New defconst.
6703 (notifications-notify): Add :action-items, :resident and
6704 :transient hints. Change "image_data" to "image-data" and
6705 "image_path" to "image-path".
6706 (notifications-get-capabilities): New defun.
6707
6708 2012-04-24 Leo Liu <sdl.web@gmail.com>
6709
6710 * progmodes/python.el: Move hideshow setup to the end.
6711
6712 2012-04-24 Martin Rudalics <rudalics@gmx.at>
6713
6714 * window.el (handle-select-window): Clear echo area since this is
6715 no more done by read_char (Bug#11304).
6716
6717 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
6718
6719 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
6720 and `/ M' to filter-derived-mode.
6721 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
6722 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
6723 (ibuffer-mark-by-mode): Use default rather than initial-input.
6724 (ibuffer-filter-by-derived-mode): Autoload and require-match.
6725
6726 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
6727
6728 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
6729 (ibuffer-filter-by-derived-mode): New filter.
6730 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
6731
6732 2012-04-23 Andreas Politz <politza@fh-trier.de>
6733
6734 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
6735
6736 2012-04-23 Chong Yidong <cyd@gnu.org>
6737
6738 * cus-edit.el (customize-apropos, customize-apropos-options):
6739 Disable matching of non-option variables (Bug#11176).
6740 (customize-option, customize-option-other-window)
6741 (customize-changed-options): Doc fix.
6742 (customize-apropos-options, customize-apropos-faces)
6743 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
6744
6745 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
6746 Fix word list splitting (Bug#11132).
6747 (apropos-symbol, apropos-keybinding, apropos-label)
6748 (apropos-property, apropos-function-button)
6749 (apropos-variable-button, apropos-misc-button): New faces.
6750 (apropos-symbol-face, apropos-keybinding-face)
6751 (apropos-label-face, apropos-property-face, apropos-match-face):
6752 Variables removed (Bug#8396).
6753 (apropos-library-button, apropos-format-plist, apropos-print)
6754 (apropos-print-doc, apropos-describe-plist): Callers changed.
6755
6756 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
6757
6758 * net/xesam.el (xesam-mode-map): Use let-bound map in
6759 initialization. (Bug#11292)
6760
6761 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6762
6763 Preserve ispell session localwords when switching back to
6764 original buffer.
6765
6766 * textmodes/ispell.el (ispell-buffer-session-localwords):
6767 New buffer-local variable to hold buffer session localwords.
6768 (ispell-kill-ispell): Add option 'clear to delete session
6769 localwords.
6770 (ispell-command-loop, ispell-change-dictionary)
6771 (ispell-buffer-local-words): Preserve session localwords when
6772 needed.
6773
6774 * textmodes/flyspell.el (flyspell-process-localwords)
6775 (flyspell-do-correct): Preserve session localwords when needed.
6776
6777 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6778
6779 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
6780 using obsolete `translation-table-for-input'.
6781 (ispell-word, ispell-process-line, ispell-complete-word):
6782 Use plain `insert' instead of removed `ispell-insert-word'.
6783
6784 2012-04-22 Chong Yidong <cyd@gnu.org>
6785
6786 * cus-edit.el (custom-variable-menu)
6787 (custom-variable-reset-saved, custom-face-menu)
6788 (custom-face-reset-saved): If there is no saved value, make the
6789 "reset-saved" operation bring back the default (Bug#9509).
6790 (custom-face-state): Properly detect themed faces.
6791
6792 * faces.el (face-spec-set): Stop supporting deprecated form of
6793 third arg.
6794
6795 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
6796
6797 Move functions from C to Lisp. Make non-blocking method calls
6798 the default. Implement further D-Bus standard interfaces.
6799
6800 * net/dbus.el (dbus-message-internal): Declare function.
6801 Remove unneeded function declarations.
6802 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
6803 (dbus-message-type-method-return, dbus-message-type-error)
6804 (dbus-message-type-signal): Declare variables. Remove local
6805 definitions.
6806 (dbus-interface-dbus, dbus-interface-peer)
6807 (dbus-interface-introspectable, dbus-interface-properties)
6808 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
6809 Adapt docstring.
6810 (dbus-interface-objectmanager): New defconst.
6811 (dbus-call-method, dbus-call-method-asynchronously)
6812 (dbus-send-signal, dbus-method-return-internal)
6813 (dbus-method-error-internal, dbus-register-service)
6814 (dbus-register-signal, dbus-register-method): New defuns, moved
6815 from dbusbind.c
6816 (dbus-call-method-handler, dbus-setenv)
6817 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
6818 New defuns.
6819 (dbus-call-method-non-blocking): Make it an obsolete function.
6820 (dbus-unregister-object, dbus-unregister-service)
6821 (dbus-handle-event, dbus-register-property)
6822 (dbus-property-handler): Obey the new structure of
6823 `bus-registered-objects'.
6824 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
6825 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6826 Use `dbus-call-method'.
6827
6828 2012-04-22 Chong Yidong <cyd@gnu.org>
6829
6830 * cus-edit.el (custom-commands, custom-reset-menu)
6831 (Custom-reset-standard): Tweak labels.
6832 (custom-reset-button-menu): Change default to t.
6833 (custom-buffer-create-internal): For the custom-reset-button-menu
6834 case, put the revert button first.
6835 (custom-group-subtitle): New face.
6836 (custom-group-value-create): Align docstring to a specific column.
6837
6838 * wid-edit.el (widget-documentation-link-add): Don't handle
6839 indentation in this function.
6840 (widget-documentation-string-indent-to): New function.
6841 (widget-documentation-string-value-create): Use it.
6842
6843 * autorevert.el (auto-revert):
6844 * epg-config.el (epg):
6845 * ibuffer.el (ibuffer):
6846 * mpc.el (mpc):
6847 * ses.el (ses):
6848 * eshell/eshell.el (eshell):
6849 * net/ange-ftp.el (ange-ftp):
6850 * progmodes/ebnf2ps.el (postscript):
6851 * progmodes/flymake.el (flymake):
6852 * progmodes/prolog.el (prolog):
6853 * progmodes/verilog-mode.el (verilog-mode):
6854 * progmodes/which-func.el (which-func):
6855 * term/xterm.el (xterm):
6856 * textmodes/picture.el (picture):
6857 * textmodes/tildify.el (tildify):
6858 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
6859 customization buffers.
6860
6861 2012-04-22 Alan Mackenzie <acm@muc.de>
6862
6863 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
6864 Adding a ) can hide the resulting (..) from searches. Fix it.
6865 Bound the backward search to the position of the existing (.
6866
6867 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
6868
6869 * progmodes/verilog-mode.el (verilog-mode): Check whether
6870 which-func-modes is t before adding verilog-mode.
6871 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
6872
6873 2012-04-21 Leo Liu <sdl.web@gmail.com>
6874
6875 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
6876
6877 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
6878
6879 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
6880 filling of the last column of a table (Bug#5635).
6881 (woman-find-next-control-line): New arg, specifying an additional
6882 regexp component for the control line.
6883 (woman2-roff-buffer): Use it.
6884 (woman-break-table): New function.
6885 (woman2-TS): Use it.
6886
6887 2012-04-21 Chong Yidong <cyd@gnu.org>
6888
6889 * woman.el (woman-set-buffer-display-table, woman-decode-region)
6890 (woman-horizontal-escapes, woman-negative-vertical-space)
6891 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
6892 (WoMan-warn-ignored): Use ?\s instead of ?\ .
6893
6894 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6895
6896 * minibuffer.el (completion-file-name-table): Complete user names.
6897
6898 2012-04-20 Leo Liu <sdl.web@gmail.com>
6899
6900 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
6901 and pcase-let*.
6902
6903 2012-04-20 Chong Yidong <cyd@gnu.org>
6904
6905 * server.el (server-execute): Respect initial-buffer-choice if it
6906 is a string and there are no files to open (Bug#2825).
6907 (server-create-window-system-frame, server-create-tty-frame):
6908 Don't switch buffers here.
6909 (server-process-filter): Only try to open a window system frame if
6910 compiled with graphical support (Bug#8314).
6911
6912 2012-04-20 Dan Nicolaescu <dann@gnu.org>
6913
6914 * battery.el (battery-echo-area-format): Display remaining time
6915 for sysfs backend too (Bug#11269).
6916 (battery-linux-sysfs): Fix conditional for the charge.
6917
6918 2012-04-20 Chong Yidong <cyd@gnu.org>
6919
6920 * progmodes/gdb-mi.el (gdb): Revert previous change.
6921 (gdb-inferior-io--init-proc): New function.
6922 (gdb-init-1): Use it.
6923 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
6924 responsible for allocating a new pty and hooking it to gdb when
6925 the old pty gets an EIO due to process exit.
6926 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
6927 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
6928 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
6929
6930 2012-04-20 Eli Zaretskii <eliz@gnu.org>
6931
6932 * window.el (window-min-size, window-sizable, window-min-delta)
6933 (window-max-delta, window--resizable, window-resizable)
6934 (window-total-size, window-full-height-p, window-full-width-p)
6935 (window-in-direction, window--resize-mini-window, window-resize)
6936 (window--resize-child-windows-normal)
6937 (window--resize-child-windows, window--resize-siblings)
6938 (window--resize-this-window, adjust-window-trailing-edge)
6939 (enlarge-window, shrink-window): Doc fixes.
6940
6941 2012-04-20 Chong Yidong <cyd@gnu.org>
6942
6943 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
6944 New function to call delete-process on the gdb-inferior buffer's pty.
6945 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
6946 pty process (Bug#11273).
6947 (gdb-update): New arg to suppress talking to the gdb process.
6948 (gdb-done-or-error): Use it.
6949 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
6950 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
6951 sentinel not being called.
6952
6953 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
6954
6955 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
6956
6957 2012-04-20 Glenn Morris <rgm@gnu.org>
6958
6959 * net/network-stream.el (open-network-stream): Doc fix.
6960
6961 2012-04-20 Chong Yidong <cyd@gnu.org>
6962
6963 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
6964
6965 2012-04-20 Alan Mackenzie <acm@muc.de>
6966
6967 Ensure searching for keywords is case sensitive.
6968
6969 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
6970 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
6971 (c-defun-name, c-mark-function, c-cpp-define-name)
6972 (c-comment-indent, c-scan-conditionals, c-indent-defun)
6973 (c-context-line-break): Bind case-fold-search to nil.
6974
6975 * progmodes/cc-mode.el (c-font-lock-fontify-region):
6976 Bind case-fold-search to nil.
6977
6978 2012-04-20 Chong Yidong <cyd@gnu.org>
6979
6980 * mail/sendmail.el (mail-bury): Call return action with the right
6981 Rmail buffer (Bug#11242).
6982
6983 * server.el (server-process-filter): Handle corner case where both
6984 tty and nowait options are present (Bug#11102).
6985
6986 2012-04-20 Eli Zaretskii <eliz@gnu.org>
6987
6988 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6989 (top level): Put into the executable the ident-style '$Id:' tag on
6990 windows-nt as well.
6991
6992 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6993
6994 * electric.el (electric-indent-post-self-insert-function): Check that
6995 electric-indent-mode is enabled in current buffer.
6996
6997 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
6998
6999 * imenu.el (imenu-progress-message): Restore; it is "used" in
7000 erc/erc-imenu.el and net/snmp-mode.el.
7001
7002 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
7003
7004 * avoid.el (mouse-avoidance-mode): Mark unused arg.
7005 (mouse-avoidance-nudge-mouse): Remove unused binding.
7006
7007 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
7008
7009 * descr-text.el (describe-char):
7010 * progmodes/python.el (python-describe-symbol):
7011 Don't call `toggle-read-only', set `buffer-read-only'.
7012
7013 * imenu.el (imenu-default-goto-function): Mark unused args.
7014 (imenu-progress-message): Remove obsolete macro; all callers changed.
7015
7016 * subr.el (keymap-canonicalize): Remove unused binding.
7017 (read-passwd): Mark unused arg.
7018
7019 * tutorial.el (tutorial--display-changes): Remove unused binding.
7020 (tutorial--save-tutorial-to): Remove unused variable.
7021
7022 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
7023 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
7024 (package-generate-autoloads, package-menu--generate)
7025 (package-menu--find-upgrades): Remove unused bindings.
7026
7027 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
7028 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
7029 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
7030 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
7031 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
7032 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
7033 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
7034 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
7035 (cua-delete-char-rectangle): Mark unused args.
7036 (cua-align-rectangle): Remove unused binding.
7037
7038 * mail/rmail.el (compilation--message->loc)
7039 (epa--find-coding-system-for-mime-charset): Declare.
7040
7041 * net/dbus.el (dbus-register-service): Declare.
7042 (dbus-name-owner-changed-handler): Remove unused binding.
7043
7044 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
7045 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
7046 (nxml-scan-backward-within): Mark unused arg.
7047 (nxml-dynamic-markup-word): Remove unused binding.
7048
7049 * mouse.el (mouse-menu-major-mode-map):
7050 * emacs-lisp/authors.el (authors-scan-change-log)
7051 (authors-add-to-author-list):
7052 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
7053 * emacs-lisp/smie.el (smie-auto-fill):
7054 * mail/sendmail.el (mail-bury):
7055 * mail/unrmail.el (unrmail):
7056 * net/tls.el (open-tls-stream):
7057 * textmodes/picture.el (picture-mouse-set-point):
7058 Remove unused bindings.
7059
7060 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
7061
7062 * net/tramp.el (tramp-action-password): Let-bind
7063 `enable-recursive-minibuffers' to t.
7064
7065 2012-04-18 Sam Steingold <sds@gnu.org>
7066
7067 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
7068 instead of 'string to accommodate values like [f11].
7069 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
7070 * progmodes/gdb-mi.el: Likewise.
7071
7072 2012-04-18 Leo Liu <sdl.web@gmail.com>
7073
7074 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
7075 current buffer.
7076 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
7077 LOCAL is nil.
7078
7079 2012-04-18 Chong Yidong <cyd@gnu.org>
7080
7081 * simple.el (line-move): Use forward-line if in batch mode
7082 (Bug#11053).
7083
7084 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
7085
7086 * files.el (after-find-file): Do not try to add a final newline if
7087 the buffer is read-only (Bug#11156).
7088
7089 2012-04-17 Richard Stallman <rms@gnu.org>
7090
7091 * mail/rmail.el (rmail-start-mail):
7092 Pass (rmail-mail-return...) for the return-action.
7093 Pass (rmail-yank-current-message...) for the yank-action.
7094 (rmail-yank-current-message): New function.
7095 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
7096 (rmail-reply): Likewise.
7097 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
7098
7099 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
7100 buffer, not the last. Reject temp buffers. Use the rmail-mode
7101 buffer, not newbuf.
7102
7103 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
7104
7105 * server.el (server-ensure-safe-dir): Simplify.
7106
7107 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
7108
7109 * emacs-lisp/smie.el: Provide smarter auto-filling.
7110 (smie-auto-fill): New function.
7111 (smie-setup): Use it.
7112
7113 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
7114
7115 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
7116
7117 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
7118 (comment-indent): Use it.
7119
7120 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
7121
7122 * ses.el: The overall change is to add cell renaming, that is
7123 setting fancy names for cell symbols other than name matching
7124 "\\`[A-Z]+[0-9]+\\'" regexp .
7125 (ses-localvars): Add ses--renamed-cell-symb-list.
7126 (ses-create-cell-variable): New defun.
7127 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
7128 (ses-relocate-formula): Relocate formulas only for cells the
7129 symbols of which are not renamed, i.e. symbols whose names do not
7130 match regexp "\\`[A-Z]+[0-9]+\\'".
7131 (ses-relocate-all): Relocate values only for cells the symbols of
7132 which are not renamed.
7133 (ses-load): Create cells variables as the (ses-cell ...) are read,
7134 in order to check row col consistency with cell symbol name only
7135 for cells that are not renamed.
7136 (ses-replace-name-in-formula): New defun.
7137 (ses-rename-cell): New defun.
7138
7139 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
7140
7141 * progmodes/perl-mode.el (perl-indent-parens-as-block):
7142 New option (bug#11118).
7143 (perl-calculate-indent): Respect it.
7144
7145 2012-04-17 Glenn Morris <rgm@gnu.org>
7146
7147 * dired-aux.el (dired-mark-read-string): Doc fix.
7148
7149 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
7150
7151 * dired-aux.el (dired-mark-read-string): Offer optional completion.
7152 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
7153
7154 2012-04-17 Glenn Morris <rgm@gnu.org>
7155
7156 * mouse.el (mouse-drag-track):
7157 * speedbar.el (speedbar-frame-mode):
7158 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
7159
7160 2012-04-16 Leo Liu <sdl.web@gmail.com>
7161
7162 * progmodes/python.el: Trivial cleanup.
7163
7164 2012-04-16 Glenn Morris <rgm@gnu.org>
7165
7166 * vc/vc.el (vc-string-prefix-p):
7167 * vc/pcvs-util.el (cvs-string-prefix-p):
7168 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
7169 * mpc.el (mpc-string-prefix-p):
7170 Make all of these into obsolete aliases for string-prefix-p.
7171 Update callers.
7172 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
7173
7174 * textmodes/two-column.el: Move custom options to the start.
7175 (frame-width): Remove compat definition.
7176 (2C-associate-buffer, 2C-dissociate):
7177 Use with-current-buffer rather than save-excursion.
7178 (2C-dissociate): Force a mode-line update.
7179 (2C-autoscroll): Use ignore-errors.
7180
7181 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
7182 Autoload trivia.
7183
7184 * emacs-lisp/cl-extra.el (*random-state*):
7185 Remove unnecessary declaration.
7186
7187 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
7188
7189 * play/cookie1.el (cookie-snarf):
7190 Give an explicit error if input file cannot be read.
7191
7192 * play/yow.el (yow-file): Use expand-file-name rather than concat.
7193
7194 * progmodes/perl-mode.el (c-macro-expand):
7195 Remove unnecessary autoload (it is in loaddefs.el).
7196
7197 * textmodes/picture.el (picture-desired-column)
7198 (picture-update-desired-column): Convert comments to doc-strings.
7199 (picture-substitute): Remove function.
7200 (picture-mode-map): Initialize in the defvar.
7201
7202 * woman.el: Remove eval-after-load for tar-mode.
7203 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
7204 (woman-tar-extract-file): Autoload it.
7205
7206 * frame.el (automatic-hscrolling): Make this alias obsolete.
7207
7208 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7209
7210 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
7211 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
7212 (ispell-dictionary-base-alist): Revert to original XEmacs
7213 friendly version for default. [:alpha:] will be added in
7214 `ispell-set-spellchecker-params' if needed.
7215
7216 2012-04-16 Chong Yidong <cyd@gnu.org>
7217
7218 * image.el (imagemagick--file-regexp): New variable.
7219 (imagemagick-register-types): Use it.
7220 (imagemagick-types-inhibit): Add :set function. Allow new value
7221 of t to inhibit all types.
7222
7223 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
7224 so we can preload it.
7225
7226 * loadup.el (fboundp): Preload regexp-opt, needed by
7227 imagemagick-register-types.
7228
7229 2012-04-15 Chong Yidong <cyd@gnu.org>
7230
7231 * frame.el (scrolling): Remove nearly unused customization group.
7232
7233 * scroll-all.el (scroll-all-mode): Move to windows group.
7234
7235 2012-04-15 Chong Yidong <cyd@gnu.org>
7236
7237 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
7238
7239 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7240
7241 Avoid the use of ((lambda ...) ...) in lexical-binding code.
7242 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
7243
7244 2012-04-15 Glenn Morris <rgm@gnu.org>
7245
7246 * simple.el (process-file-side-effects): Doc fix.
7247
7248 2012-04-15 Glenn Morris <rgm@gnu.org>
7249
7250 * international/mule-cmds.el (set-language-environment): Doc fix.
7251
7252 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
7253
7254 * server.el (server-auth-key, server-generate-key): Doc fixes.
7255 (server-get-auth-key): Doc fix. Use `string-match-p'.
7256 (server-start): Reflow docstring.
7257
7258 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
7259
7260 * server.el (server-generate-key): `called-interactively-p'
7261 requires a parameter.
7262
7263 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
7264
7265 * server.el (server-auth-key): New variable.
7266 (server-generate-key, server-get-auth-key): New function.
7267 (server-start): Use the new variable and functions to allow
7268 setting a permanent server key (bug#9423).
7269
7270 2012-04-14 Leo Liu <sdl.web@gmail.com>
7271
7272 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
7273
7274 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
7275
7276 Spelling fixes.
7277 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
7278 Emacs uses American spelling.
7279
7280 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
7281
7282 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
7283 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
7284 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
7285 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
7286
7287 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7288
7289 * progmodes/which-func.el (which-func-modes): Change default.
7290
7291 2012-04-14 Kim F. Storm <storm@cua.dk>
7292
7293 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
7294 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
7295
7296 2012-04-14 Chong Yidong <cyd@gnu.org>
7297
7298 * custom.el (custom-theme-set-variables): Doc fix.
7299
7300 2012-04-14 Glenn Morris <rgm@gnu.org>
7301
7302 * international/mule.el (set-auto-coding-for-load): Doc fix.
7303
7304 2012-04-14 Alan Mackenzie <acm@muc.de>
7305
7306 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
7307 imenu work again for Objective C Mode. Correct the *-index values,
7308 these having been disturbed by a previous change in 2011-08.
7309
7310 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
7311 Correct two search limits.
7312
7313 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7314
7315 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
7316
7317 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
7318
7319 * international/characters.el: Fix sorting.
7320
7321 2012-04-14 Eli Zaretskii <eliz@gnu.org>
7322
7323 * international/characters.el: Add more missing Latin case pairs.
7324
7325 2012-04-14 Glenn Morris <rgm@gnu.org>
7326
7327 * files.el (dir-locals-set-class-variables): Doc fix.
7328
7329 2012-04-14 Eli Zaretskii <eliz@gnu.org>
7330
7331 * international/characters.el: Add set-case-syntax-pair call for
7332 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
7333 counterpart. (Bug#11209)
7334
7335 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
7336
7337 2012-04-14 Glenn Morris <rgm@gnu.org>
7338
7339 * calendar/holidays.el (calendar-check-holidays): Doc fix.
7340
7341 2012-04-14 Eli Zaretskii <eliz@gnu.org>
7342
7343 * textmodes/ispell.el (ispell-dictionary-base-alist):
7344 Add data for Hebrew.
7345
7346 2012-04-14 Chong Yidong <cyd@gnu.org>
7347
7348 * net/rcirc.el (rcirc-cmd-quit):
7349 Revert 2012-03-18 change (Bug#11192).
7350
7351 2012-04-14 Glenn Morris <rgm@gnu.org>
7352
7353 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
7354
7355 2012-04-14 Eli Zaretskii <eliz@gnu.org>
7356
7357 * minibuffer.el (completion-in-region-mode-map):
7358 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
7359
7360 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
7361
7362 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
7363
7364 2012-04-13 Masatake YAMATO <yamato@redhat.com>
7365
7366 * minibuffer.el (minibuffer-local-filename-syntax): New variable
7367 to allow `C-M-f' and `C-M-b' to move to the nearest path
7368 separator (bug#9511).
7369
7370 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
7371
7372 * avoid.el: Require cl when compiling. And also move the
7373 `provide' to the end.
7374
7375 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7376
7377 * avoid.el (mouse-avoidance-banish-position): New variable.
7378 (mouse-avoidance-banish-destination): Use it (bug#10165).
7379
7380 2012-04-13 Leo Liu <sdl.web@gmail.com>
7381
7382 * progmodes/which-func.el (which-func-modes): Add objc-mode.
7383
7384 2012-04-13 Ken Brown <kbrown@cornell.edu>
7385
7386 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
7387 this is no longer needed now that cygstart understands file:// URLs.
7388 (browse-url-filename-alist): For the same reason, don't modify
7389 file:// URLs on Cygwin.
7390
7391 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
7392
7393 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
7394 the region on shift if the binding is already shifted (bug#11221).
7395
7396 2012-04-12 Glenn Morris <rgm@gnu.org>
7397
7398 * mail/mailpost.el: Move to obsolete/.
7399
7400 2012-04-12 Drew Adams <drew.adams@oracle.com>
7401
7402 * imenu.el (imenu--generic-function): Ignore invisible definitions
7403 (bug#10123).
7404
7405 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
7406
7407 * hexl.el (hexl-bits): New variable.
7408 (hexl-options): Mention the variable in the doc string.
7409 (hexl-rulerise, hexl-line-displen): New functions.
7410 (hexl-mode): Mention the new variable.
7411 (hexl-mode, hexl-current-address, hexl-current-address):
7412 Use the displen.
7413 (hexl-ascii-start-column): New function.
7414 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
7415 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
7416
7417 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7418
7419 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
7420 '("-i" ENCODING), in 2 separate command-line arguments, to specify
7421 the encoding, as expected by hunspell.
7422
7423 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
7424
7425 * battery.el (battery--linux-sysfs-regexp): New const.
7426 (battery-status-function): Use it. Remove yeeloong special case.
7427 (battery-yeeloong-sysfs): Remove.
7428 (battery-echo-area-format): Remove yeeloong special case.
7429
7430 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7431
7432 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
7433 Reported by Noah Friedman.
7434
7435 * subr.el (read-passwd): Use read-string.
7436
7437 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7438
7439 * vcursor.el (vcursor-move): Increase the priority of the overlay
7440 (bug#9663).
7441
7442 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
7443
7444 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
7445 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
7446
7447 2012-04-11 William Stevenson <yhvh2000@gmail.com>
7448
7449 * textmodes/artist.el (artist-mode): Convert artist-mode to use
7450 define-minor-mode (bug#10760).
7451
7452 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
7453
7454 * progmodes/grep.el (rgrep): Tweak the find command line so
7455 that directories matching `grep-find-ignored-files' won't be
7456 pruned (bug#10351).
7457
7458 2012-04-11 Chong Yidong <cyd@gnu.org>
7459
7460 * startup.el (command-line): Remove support for long-obsolete
7461 variable font-lock-face-attributes.
7462
7463 2012-04-11 Glenn Morris <rgm@gnu.org>
7464
7465 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
7466
7467 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7468
7469 * window.el (window--state-get-1): Obey window-point-insertion-type.
7470
7471 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
7472
7473 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
7474 to previous function when point is on the first character of a
7475 function. Take care of that in `narrow-to-defun' (bug#6157).
7476
7477 2012-04-11 Glenn Morris <rgm@gnu.org>
7478
7479 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
7480 not just file-errors.
7481
7482 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
7483 (vc-bzr-sha1): Use internal sha1.
7484
7485 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7486
7487 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
7488
7489 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
7490
7491 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
7492 that start in the middle of the line (bug#10496).
7493
7494 2012-04-10 Dan Nicolaescu <dann@gnu.org>
7495
7496 * battery.el (battery-linux-proc-acpi): Only one battery is
7497 discharged at a time, but that seems to confuse battery.el when
7498 computing `rate-type' for the battery not being discharged
7499 (bug#10332).
7500
7501 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7502
7503 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
7504
7505 * international/quail.el: Use dolist and simplify.
7506 (quail-define-package, quail-update-keyboard-layout)
7507 (quail-define-rules): Use dolist.
7508 (quail-insert-kbd-layout, quail-get-translation): CSE.
7509
7510 * tmm.el: Use dolist, remove left over hook.
7511 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
7512 Use dolist.
7513 (calendar-load-hook): Don't mess with it.
7514
7515 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
7516 Use derived-mode-p. Run the diff asynchronously.
7517
7518 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7519
7520 * obsolete/mouse-sel.el: Add an Obsolete-since header.
7521
7522 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
7523
7524 * misc.el: Display absolute path of loaded DLLs (bug#10424).
7525 (list-dynamic-libraries--loaded): New function.
7526 (list-dynamic-libraries--refresh): Use it.
7527
7528 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
7529
7530 * progmodes/python.el (python-fill-paragraph):
7531 Make python-fill-region in a multiline string work when font-lock is
7532 disabled (bug#7018).
7533
7534 2012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
7535
7536 * language/european.el (cp775): Add oem/legacy (en)coding on
7537 DOS/MS Windows for the Baltic languages. There are still plenty
7538 of texts written in this encoding/codepage (bug#6519).
7539
7540 2012-04-10 Glenn Morris <rgm@gnu.org>
7541
7542 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
7543 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
7544
7545 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
7546
7547 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
7548 next-line "n" and previous-line "p" in order to make recentf more
7549 consistent with ibuffer, dired or org-mode (bug#9387).
7550
7551 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7552
7553 * image.el (put-image): Return the overlay created instead of the
7554 optional input string (bug#7834). Note that this may break code
7555 that is (for some reason or other) depending on `put-image'
7556 returning the string.
7557
7558 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
7559
7560 * simple.el (zap-to-char): Allow zapping using input methods
7561 (bug#1580).
7562
7563 * textmodes/fill.el (fill-region): Leave point and mark where they
7564 were before filling (bug#5399).
7565
7566 2012-04-09 Glenn Morris <rgm@gnu.org>
7567
7568 * version.el (emacs-bzr-get-version):
7569 Handle lightweight checkouts of local branches.
7570
7571 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
7572
7573 * international/characters.el: Recover lost case pairs. (Bug#11209)
7574
7575 2012-04-09 Chong Yidong <cyd@gnu.org>
7576
7577 * custom.el (custom-variable-p): Return nil for non-symbol
7578 arguments instead of signaling an error.
7579 (user-variable-p): Obsolete alias for custom-variable-p.
7580
7581 * apropos.el (apropos-variable):
7582 * files-x.el (read-file-local-variable):
7583 * simple.el (set-variable):
7584 * woman.el (woman-mini-help):
7585 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
7586
7587 2012-04-09 Glenn Morris <rgm@gnu.org>
7588
7589 * startup.el (normal-top-level): Don't look for leim-list.el
7590 in places where it will not be found. (Bug#910)
7591
7592 * international/mule-cmds.el (set-default-coding-systems):
7593 * files.el (normal-mode):
7594 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
7595 This function was removed with ucs-tables.el in 2008.
7596
7597 2012-04-08 Eli Zaretskii <eliz@gnu.org>
7598
7599 * textmodes/ispell.el (ispell-check-version): For hunspell, set
7600 ispell-encoding8-command to "-i", without a trailing space.
7601 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
7602 separate command-line arguments, to specify the encoding, since
7603 that's how hunspell expects it.
7604
7605 2012-04-08 Glenn Morris <rgm@gnu.org>
7606
7607 * loadup.el: Load bindings before cus-start.
7608 This reduces somewhat the number of "rogue" settings in emacs -Q.
7609
7610 2012-04-07 Glenn Morris <rgm@gnu.org>
7611
7612 * version.el (emacs-bzr-get-version): New function.
7613 (emacs-bzr-version): New variable.
7614 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
7615 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
7616
7617 2012-04-07 Eli Zaretskii <eliz@gnu.org>
7618
7619 * international/uni-bidi.el, international/uni-category.el:
7620 * international/uni-combining.el, international/uni-decimal.el:
7621 * international/uni-decomposition.el, international/uni-digit.el:
7622 * international/uni-lowercase.el, international/uni-mirrored.el:
7623 * international/uni-name.el, international/uni-numeric.el:
7624 * international/uni-titlecase.el, international/uni-uppercase.el:
7625 Update for Unicode 6.1.
7626
7627 2012-04-07 Eli Zaretskii <eliz@gnu.org>
7628
7629 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
7630
7631 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7632
7633 * window.el (shrink-window): Mention the `window-min-height'
7634 variable in the doc string.
7635
7636 2012-04-05 Bastien Guerry <bzg@altern.org>
7637
7638 * color.el (color-lighten-name): Fix typo.
7639
7640 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
7641
7642 * server.el (server--on-display-p): New function.
7643 (server--on-display-p): Use it.
7644
7645 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
7646
7647 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
7648 (bug#11145).
7649
7650 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
7651
7652 * comint.el (comint--common-quoted-suffix): Check string boundary
7653 before comparing (bug#11158).
7654 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
7655
7656 2012-04-04 Chong Yidong <cyd@gnu.org>
7657
7658 * minibuffer.el (completion-extra-properties): Doc fix.
7659
7660 * subr.el (delayed-warnings-hook): Doc fix.
7661
7662 2012-04-04 Daiki Ueno <ueno@unixuser.org>
7663
7664 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
7665 selection (Bug#11159).
7666 (epa-insert-keys): Inform that the default public key will be
7667 exported if no key is selected.
7668
7669 2012-04-04 Richard Stallman <rms@gnu.org>
7670
7671 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
7672
7673 2012-04-03 Chong Yidong <cyd@gnu.org>
7674
7675 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
7676 mail-insert-file, not its obsolete alias mail-attach-file.
7677
7678 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
7679
7680 * notifications.el (notifications-notify): Fix docstring.
7681
7682 2012-04-02 Glenn Morris <rgm@gnu.org>
7683
7684 * emacs-lisp/authors.el (authors-aliases): Another addition.
7685
7686 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
7687
7688 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
7689 `tramp-compat-call-process' instead of `tramp-local-call-process'.
7690 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
7691
7692 2012-04-01 Chong Yidong <cyd@gnu.org>
7693
7694 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
7695 Handle root directory properly.
7696 (copy-directory): Caller changed.
7697
7698 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
7699 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
7700
7701 2012-03-31 Glenn Morris <rgm@gnu.org>
7702
7703 * term/xterm.el (xterm-extra-capabilities): Doc fix.
7704
7705 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
7706
7707 * calendar/calendar.el (calendar-window-list)
7708 (calendar-hide-window): Restore. (Bug#11140)
7709 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
7710
7711 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
7712
7713 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7714
7715 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
7716 Check if file is a symlink (Bug#10489).
7717
7718 * files.el (copy-directory): Likewise.
7719
7720 2012-03-30 Chong Yidong <cyd@gnu.org>
7721
7722 * image.el (imagemagick-types-inhibit)
7723 (imagemagick-register-types): Doc fix.
7724
7725 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7726
7727 * textmodes/ispell.el (ispell-get-extended-character-mode):
7728 Disable extended-char-mode for hunspell. hunspell does not support it
7729 and treats ~word as ordinary words in pipe mode.
7730
7731 2012-03-30 Glenn Morris <rgm@gnu.org>
7732
7733 * tutorial.el (help-with-tutorial): Ensure local variables don't
7734 happen to make the buffer read-only. (Bug#11127)
7735
7736 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
7737
7738 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
7739 (perl-calculate-indent): Return `noindent' in strings.
7740
7741 2012-03-28 Sam Steingold <sds@gnu.org>
7742
7743 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
7744 instead of the broken adhockery which does not prevent calendar
7745 buffers from being displayed at random after exit.
7746 (calendar-window-list, calendar-hide-window): Remove the broken
7747 adhockery.
7748
7749 2012-03-28 Glenn Morris <rgm@gnu.org>
7750
7751 * replace.el (query-replace-map): Doc fix.
7752
7753 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
7754
7755 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
7756 contents. (Bug#11109)
7757
7758 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
7759
7760 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
7761 (bug#11077).
7762 (avl-tree--check, avl-tree--check-node): New funs.
7763
7764 2012-03-27 Martin Rudalics <rudalics@gmx.at>
7765
7766 * window.el (switch-to-visible-buffer): New option.
7767 (switch-to-prev-buffer, switch-to-next-buffer):
7768 Observe switch-to-visible-buffer. Make sure that checking for a window
7769 showing a buffer already is done on the same frame.
7770
7771 2012-03-27 Glenn Morris <rgm@gnu.org>
7772
7773 * startup.el (mail-host-address): Doc fix.
7774
7775 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7776
7777 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
7778 than 197 variables.
7779
7780 2012-03-26 Ami Fischman <ami@fischman.org>
7781
7782 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
7783
7784 2012-03-26 Glenn Morris <rgm@gnu.org>
7785
7786 * files.el (save-buffers-kill-emacs): Doc fix.
7787
7788 * startup.el (normal-top-level, command-line, command-line-1):
7789 Give them doc strings.
7790
7791 2012-03-25 Eli Zaretskii <eliz@gnu.org>
7792
7793 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
7794 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
7795
7796 2012-03-25 Chong Yidong <cyd@gnu.org>
7797
7798 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
7799 theme if it was previously enabled before (Bug#11031).
7800
7801 * cus-theme.el (custom-theme-write-faces): Retrieve current face
7802 spec with custom-face-get-current-spec if its :shown-value is not
7803 determined yet (Bug#9337).
7804 (customize-create-theme, custom-theme-revert): Doc fixes.
7805
7806 * button.el (button-at): Minor addition to docstring.
7807
7808 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
7809
7810 * vc/vc.el (vc-merge): Fix a prompt.
7811
7812 2012-03-24 Chong Yidong <cyd@gnu.org>
7813
7814 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
7815 point (Bug#9623).
7816
7817 * button.el (button-at): Minor addition to docstring.
7818
7819 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
7820
7821 * newcomment.el (comment-choose-indent): No space after BOL.
7822
7823 2012-03-22 Sam Steingold <sds@gnu.org>
7824
7825 * window.el (switch-to-prev-buffer): Revert last patch because the
7826 bug turned out to be an advertised feature (Elisp manual 28.14).
7827
7828 2012-03-22 Glenn Morris <rgm@gnu.org>
7829
7830 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
7831 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
7832
7833 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7834
7835 * net/network-stream.el (network-stream-open-starttls): Make error
7836 message under Windows be less misleading.
7837
7838 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
7839
7840 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
7841 understands (bug#9942).
7842
7843 2012-03-22 Chong Yidong <cyd@gnu.org>
7844
7845 * simple.el (end-of-visible-line): Handle return value of
7846 next-single-property-change properly (Bug#9371).
7847
7848 2012-03-22 Kenichi Handa <handa@m17n.org>
7849
7850 * international/quail.el (quail-insert-kbd-layout): Fix previous
7851 change. To avoid unwanted bidi reordering, use
7852 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
7853
7854 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
7855
7856 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
7857 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
7858 (ruby-beginning-of-indent): Be more careful with the difference
7859 between word-boundary and symbol boundary.
7860 (ruby-mode-syntax-table): Make : a symbol constituent.
7861
7862 2012-03-21 Andreas Politz <politza@fh-trier.de>
7863
7864 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
7865
7866 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7867
7868 * progmodes/etags.el (tags-completion-at-point-function):
7869 Improve last fix.
7870
7871 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
7872
7873 2012-03-21 Sam Steingold <sds@gnu.org>
7874
7875 * progmodes/etags.el (tags-completion-at-point-function):
7876 Avoid the error when point is inside the pattern.
7877
7878 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
7879
7880 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
7881 line (Bug#10855).
7882
7883 2012-03-21 Drew Adams <drew.adams@oracle.com>
7884
7885 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
7886
7887 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
7888
7889 * ido.el (ido-set-current-directory, ido-read-internal)
7890 (ido-choose-completion-string, ido-completion-help): Handle nil
7891 value of ido-completion-buffer (Bug#11008).
7892
7893 2012-03-21 Sam Steingold <sds@gnu.org>
7894
7895 * window.el (switch-to-prev-buffer): Do not switch to a visible
7896 window previous buffer, just like with the frame previous buffers.
7897
7898 2012-03-21 Chong Yidong <cyd@gnu.org>
7899
7900 * faces.el (make-face, make-empty-face, copy-face):
7901 * face-remap.el (face-remap-add-relative, face-remap-set-base):
7902 Doc fixes.
7903
7904 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7905
7906 * wid-edit.el (widget-complete-field): Remove (bug#11051).
7907 (widget-complete): Remove broken use of it.
7908
7909 2012-03-20 Chong Yidong <cyd@gnu.org>
7910
7911 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
7912 Use string-width and truncate-string-width to handle arbitrary
7913 characters.
7914
7915 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
7916
7917 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
7918 to draw rectangles, not squares. (Regression introduced by revno
7919 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
7920
7921 2012-03-18 Chong Yidong <cyd@gnu.org>
7922
7923 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
7924 it is not yet defined (for temacs).
7925
7926 2012-03-18 Leo Liu <sdl.web@gmail.com>
7927
7928 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
7929
7930 2012-03-17 Eli Zaretskii <eliz@gnu.org>
7931
7932 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
7933 (ispell-choices-win-default-height, ispell-silently-savep)
7934 (ispell-dictionary-alist, ispell-encoding8-command)
7935 (ispell-check-version, ispell-aspell-find-dictionary)
7936 (ispell-valid-dictionary-list, ispell-words-keyword)
7937 (ispell-get-word, ispell-internal-change-dictionary)
7938 (ispell-region, ispell-skip-region-list)
7939 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
7940 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
7941 (ispell-message-text-end, ispell-message)
7942 (ispell-buffer-local-parsing): Doc fix.
7943
7944 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
7945
7946 * htmlfontify.el: Add support for code block fontification for ODT
7947 export (Bug #9914).
7948 (hfy-optimisations): Define new option
7949 `body-text-only'
7950 (hfy-fontify-buffer): Honor above setting.
7951 (hfy-begin-span, hfy-end-span): New routines factored out form
7952 `hfy-fontify-buffer'.
7953 (hfy-begin-span-handler, hfy-end-span-handler): New variables
7954 that permit insertion of custom tags.
7955 (hfy-fontify-buffer): Use above handlers.
7956 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
7957 (hfy-face-to-css): Re-defined to be a variable.
7958 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
7959 over multiple runs. This is made possible by having the caller let
7960 bind a special variable `hfy-user-sheet-assoc'.
7961 (htmlfontify-string): New defun.
7962 (hfy-compile-face-map): Make sure that the last char in the
7963 buffer is correctly fontified.
7964 (hfy-face-resolve-face): Whitespace only change.
7965
7966 2012-03-17 Eli Zaretskii <eliz@gnu.org>
7967
7968 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
7969 message more clear.
7970
7971 2012-03-16 Leo Liu <sdl.web@gmail.com>
7972
7973 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
7974
7975 2012-03-16 Alan Mackenzie <acm@muc.de>
7976
7977 Further optimise the handling of large macros.
7978
7979 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
7980 limit to a call of `c-literal-limits'.
7981 (c-determine-+ve-limit): New function.
7982 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
7983 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
7984 In CASE 5B, restrict a search limit to 500.
7985 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
7986
7987 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
7988 Restrict macro bounds to +-500 from after-change's BEG END.
7989
7990 2012-03-16 Leo Liu <sdl.web@gmail.com>
7991
7992 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
7993
7994 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
7995
7996 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
7997 `special-mode' setting of `buffer-read-only'. (Bug#11010)
7998
7999 2012-03-16 Glenn Morris <rgm@gnu.org>
8000
8001 * view.el (view-buffer, view-buffer-other-window)
8002 (view-buffer-other-frame): Doc fixes re special mode-class.
8003
8004 * subr.el (eval-after-load): If named feature is provided not from
8005 a file, run after-load forms. (Bug#10946)
8006
8007 * calendar/calendar.el (calendar-insert-at-column):
8008 Handle non-unit-width characters a bit better. (Bug#10978)
8009
8010 2012-03-15 Chong Yidong <cyd@gnu.org>
8011
8012 * emacs-lisp/ring.el (ring-extend): New function.
8013 (ring-insert+extend): Extend the ring correctly (Bug#11019).
8014
8015 * comint.el (comint-read-input-ring)
8016 (comint-add-to-input-history): Grow comint-input-ring lazily.
8017
8018 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8019
8020 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
8021 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
8022
8023 * imenu.el: Fix multiple inheritance breakage (bug#9199).
8024 (imenu-add-to-menubar): Don't add a redundant index.
8025 (imenu-update-menubar): Handle a dynamically composed keymap.
8026
8027 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
8028
8029 * mail/sendmail.el (mail-encode-header):
8030 Bind rfc2047-encode-encoded-words to nil.
8031
8032 2012-03-13 Glenn Morris <rgm@gnu.org>
8033
8034 * calendar/calendar.el (calendar-string-spread):
8035 Handle non-unit-width characters a bit better. (Bug#10978)
8036
8037 2012-03-13 Leo Liu <sdl.web@gmail.com>
8038
8039 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
8040 directory and file as argument (Bug#10822).
8041
8042 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
8043
8044 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
8045 For dynamically generated code, follow $PC.
8046 (gdb-disassembly-handler-custom): Handle no function name case.
8047
8048 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
8049
8050 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
8051 * emulation/ws-mode.el (ws-query-replace):
8052 * sort.el (sort-regexp-fields):
8053 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
8054
8055 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8056
8057 * dabbrev.el: Fix cycle completion order (bug#10963).
8058 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
8059 (dabbrev-completion): Don't use an obarray; provide
8060 a cycle-sort-function.
8061
8062 2012-03-12 Leo Liu <sdl.web@gmail.com>
8063
8064 * simple.el (kill-new): Use equal-including-properties for comparison.
8065 (kill-do-not-save-duplicates): Doc fix.
8066
8067 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8068
8069 * dabbrev.el: Fix cycle completion (bug#10963).
8070 Use lexical binding and wrap to 80 columns.
8071 (dabbrev-completion): Delay computing the list of completions.
8072
8073 2012-03-12 Kenichi Handa <handa@m17n.org>
8074
8075 * international/quail.el (quail-insert-kbd-layout): Surround each
8076 row by LRO and PDF instead of inserting many LRMs. Pad the left
8077 and right of each non-spacing marks. Insert invisible space
8078 between lower and upper characters to prevent composition.
8079
8080 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8081
8082 * minibuffer.el (minibuffer-complete): Don't get confused when the
8083 function is run twice via different commands (bug#10958).
8084 (complete-with-action): Fix docstring.
8085
8086 2012-03-12 Chong Yidong <cyd@gnu.org>
8087
8088 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
8089 (nxml-completion-at-point-function): New function.
8090 (nxml-mode): Use it.
8091 (nxml-bind-meta-tab-to-complete-flag): Default to t.
8092
8093 * emacs-lisp/package.el (package-unpack, package-unpack-single):
8094 Load generated autoloads file before byte compiling (Bug#10970).
8095 (package--make-autoloads-and-compile): New helper fun.
8096
8097 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
8098
8099 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
8100
8101 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
8102
8103 * autorevert.el (auto-revert-handler): Ensure, that
8104 file-readable-p is applied only for local files or in
8105 auto-revert-tail-mode.
8106
8107 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
8108
8109 * server.el (server-eval-at): Handle non-tcp connections.
8110 Decode result string.
8111
8112 * server.el (server-msg-size): New constant.
8113 (server-reply-print): New function.
8114 (server-eval-and-print): Use it.
8115 (server-eval-at): Use server-quote-arg and server-unquote-arg.
8116 Handle -print-nonl.
8117
8118 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
8119
8120 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
8121 (Bug#10987).
8122
8123 2012-03-11 Chong Yidong <cyd@gnu.org>
8124
8125 * simple.el (goto-line): Doc fix (Bug#9938).
8126
8127 * subr.el (save-window-excursion): Doc fix (Bug#9979).
8128
8129 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
8130 when finished (Bug#10963).
8131
8132 2012-03-11 Martin Rudalics <rudalics@gmx.at>
8133
8134 * window.el (split-window-below): Fix bug in case where
8135 split-window-keep-point is nil (Bug#10971).
8136
8137 2012-03-11 Juri Linkov <juri@jurta.org>
8138
8139 * replace.el (replace-highlight): Set isearch-word to nil
8140 unconditionally. (Bug#10887)
8141
8142 2012-03-10 Eli Zaretskii <eliz@gnu.org>
8143
8144 * net/mairix.el (mairix-replace-invalid-chars): Rename from
8145 mairix-replace-illegal-chars; all callers changed. Don't remove
8146 ^, ~, and = characters: they are meaningful in mairix search specs.
8147 (mairix-widget-create-query): Add usage information about mairix
8148 search forms: negating words, searching for substrings, etc.
8149
8150 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
8151
8152 * international/fontset.el (font-encoding-alist): Add an entry for
8153 ksx1001 (Bug#5667).
8154
8155 2012-03-10 Richard Stallman <rms@gnu.org>
8156
8157 * mail/sendmail.el (mail-encode-header):
8158 Set rfc2047-encode-encoded-words.
8159
8160 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
8161
8162 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
8163 view buffer means not swapped.
8164 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
8165 (rmail-write-region-annotate): Error if real text has disappeared.
8166
8167 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
8168
8169 2012-03-10 Chong Yidong <cyd@gnu.org>
8170
8171 * emulation/cua-rect.el (cua--init-rectangles):
8172 * emulation/cua-base.el (cua--init-keymaps):
8173 Add delete-forward-char to remappings (Bug#9666).
8174
8175 2012-03-10 Martin Rudalics <rudalics@gmx.at>
8176
8177 * speedbar.el (speedbar-unhighlight-one-tag-line):
8178 Avoid unhighlighting due to frame switching (Bug#10275).
8179
8180 2012-03-10 Chong Yidong <cyd@gnu.org>
8181
8182 * minibuffer.el (completion-in-region, completion-help-at-point):
8183 Give the completion field overlay a high priority (Bug#6830).
8184
8185 * dired.el (dired-goto-file): Recognize absolute file name
8186 listings (Bug#7126).
8187 (dired-goto-file-1): New helper function.
8188 (dired-toggle-read-only): Inhibit warnings.
8189
8190 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
8191
8192 * net/dbus.el (dbus-property-handler): Return empty array if
8193 there are no properties.
8194
8195 2012-03-09 Leo Liu <sdl.web@gmail.com>
8196
8197 * savehist.el (savehist-printable): Stricter check for string
8198 value (Bug#10937).
8199
8200 2012-03-09 Eli Zaretskii <eliz@gnu.org>
8201
8202 * mail/smtpmail.el (smtpmail-send-it):
8203 Bind coding-system-for-write to *-unix, so that FCC files are kept in
8204 valid mbox format.
8205
8206 2012-03-09 Glenn Morris <rgm@gnu.org>
8207
8208 * files.el (dir-locals-find-file):
8209 Don't check result is regular, readable.
8210 (dir-locals-read-from-file): Demote errors.
8211
8212 2012-03-08 Eli Zaretskii <eliz@gnu.org>
8213
8214 * international/quail.el (quail-insert-kbd-layout):
8215 Insert invisible LRM characters before each character in a keyboard
8216 layout cell, to prevent their reordering by bidi display engine.
8217 For details, see the discussion in
8218 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
8219
8220 2012-03-08 Alan Mackenzie <acm@muc.de>
8221
8222 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
8223 the starting position; make it extend the marked region when
8224 invoked repeatedly - all under appropriate circumstances.
8225 Fixes bugs #5525, #10906.
8226
8227 2012-03-08 Glenn Morris <rgm@gnu.org>
8228
8229 * files.el (locate-dominating-file, dir-locals-find-file):
8230 Undo 2012-03-06 change.
8231
8232 2012-03-07 Eli Zaretskii <eliz@gnu.org>
8233
8234 * international/quail.el (quail-help):
8235 Force bidi-paragraph-direction be left-to-right. See discussion in
8236 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
8237 for the reason.
8238
8239 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
8240
8241 Avoid superfluous registering of signals. (Bug#10807)
8242
8243 * notifications.el (notifications-on-action-object)
8244 (notifications-on-close-object): New defvars.
8245 (notifications-on-action-signal, notifications-on-closed-signal):
8246 Unregister the signal if not needed any longer.
8247 (notifications-notify): Register `notifications-action-signal' or
8248 `notifications-closed-signal', if :on-action or :on-close has been
8249 passed as argument.
8250
8251 2012-03-07 Chong Yidong <cyd@gnu.org>
8252
8253 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
8254 non-X platforms.
8255
8256 2012-03-06 Glenn Morris <rgm@gnu.org>
8257
8258 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
8259 (x-disown-selection-internal, x-get-selection-internal):
8260 Doc fix (add arglist signatures). (Bug#10783)
8261
8262 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
8263
8264 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8265 Handle breakpoints with no "type".
8266
8267 2012-03-06 Glenn Morris <rgm@gnu.org>
8268
8269 * files.el (locate-dominating-file): Add optional predicate argument.
8270 (dir-locals-find-file): Make use of above change.
8271
8272 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
8273
8274 * info.el (Info-insert-dir): Also try "dir.gz".
8275
8276 2012-03-06 Glenn Morris <rgm@gnu.org>
8277
8278 * files.el (dir-locals-find-file):
8279 Ignore non-readable or non-regular files. (Bug#10928)
8280
8281 * files.el (locate-dominating-file): Doc fix.
8282
8283 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
8284
8285 * calendar/calendar.el (calendar-set-mode-line):
8286 `getenv' returns a string. (Bug#10951)
8287
8288 2012-03-05 Leo Liu <sdl.web@gmail.com>
8289
8290 * simple.el (backward-delete-char-untabify): Constrain point to
8291 field (Bug#10939).
8292
8293 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
8294
8295 2012-03-05 Chong Yidong <cyd@gnu.org>
8296
8297 * simple.el (count-words): If called from Lisp, return the word
8298 count, for symmetry with `count-lines'. Arglist changed.
8299 (count-words--message): Args changed. Consolidate counting code
8300 from count-words and count-words-region.
8301 (count-words-region): Caller changed.
8302 (count-lines-region): Make it an obsolete alias.
8303
8304 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
8305
8306 * saveplace.el (save-place-to-alist)
8307 (save-place-ignore-files-regexp): Allow value nil to disable this
8308 feature.
8309
8310 2012-03-04 Chong Yidong <cyd@gnu.org>
8311
8312 * faces.el (face-spec-reset-face): For the default face, reset the
8313 attributes to default values (Bug#10748).
8314
8315 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8316
8317 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
8318 previous patch: Check `message-send-mail-function', and not the
8319 default function (bug#10897).
8320
8321 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
8322
8323 * notifications.el (notifications-on-action-signal)
8324 (notifications-on-closed-signal): Check for unique service name of
8325 incoming event. Fix error in removing entry.
8326 (top): Register for signals with wildcard service name.
8327 (notifications-notify): Use daemon unique service name for map entries.
8328
8329 2012-03-04 Chong Yidong <cyd@gnu.org>
8330
8331 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
8332
8333 2012-03-04 Glenn Morris <rgm@gnu.org>
8334
8335 * abbrev.el (copy-abbrev-table, abbrev-table-p)
8336 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
8337 (expand-abbrev, define-abbrev-table): Doc fixes.
8338
8339 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8340
8341 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
8342 `message-default-send-mail-function' and not `send-mail-function'
8343 when doing the prompting for `sendmail-query-once' before sending
8344 in Message buffers (bug#10897).
8345
8346 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
8347 This is inconsistent with all the other stream functions, which leave
8348 the setting up to the higher levels (if so wanted) (bug#10931).
8349
8350 2012-03-02 Alan Mackenzie <acm@muc.de>
8351
8352 Depessimize the handling of very large macros.
8353
8354 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
8355 (c-macro-cache-syntactic): New variables to implement a one
8356 element macro cache.
8357 (c-invalidate-macro-cache): New function.
8358 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
8359 Adapt to use the new cache.
8360 (c-state-safe-place): Use better the cache of safe positions.
8361 (c-state-semi-nonlit-pos-cache)
8362 (c-state-semi-nonlit-pos-cache-limit):
8363 New variables for...
8364 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
8365 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
8366 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
8367 Use c-state-semi-safe-place.
8368
8369 * progmodes/cc-langs.el (c-get-state-before-change-functions):
8370 Add c-invalidate-macro-cache to the C, C++, Obj entries.
8371
8372 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
8373
8374 * jka-compr.el (jka-compr-call-process):
8375 Apply `file-accessible-directory-p' only when the default directory is
8376 not remote.
8377
8378 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
8379
8380 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
8381 access of FILE2, if FILE1 does not exist.
8382
8383 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
8384 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
8385
8386 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
8387 Add "PAGER=" to `process-environment'.
8388
8389 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
8390
8391 * progmodes/sql.el: Bug fix
8392 (sql-get-login-ext): Save login values in globals.
8393 (sql-get-login): Use new version of `sql-get-login-ext'.
8394 (sql-interactive-mode): Set global `sql-connection' to nil.
8395 (sql-connect): Set global values for connection.
8396 (sql-product-interactive): Save global values as buffer local.
8397
8398 2012-02-29 Leo Liu <sdl.web@gmail.com>
8399
8400 * abbrev.el (define-abbrevs): Reset sys to nil.
8401
8402 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8403
8404 * files.el (file-equal-p): Rename from `files-equal-p'.
8405 Return nil when one or both files don't exist.
8406 (file-subdir-of-p): Now only top directory must exists,
8407 return nil if it doesn't.
8408 (copy-directory): No need to test with `file-subdir-of-p' after
8409 creating dir.
8410 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
8411 to `file-equal-p'.
8412
8413 2012-02-28 Glenn Morris <rgm@gnu.org>
8414
8415 * shell.el (shell-mode):
8416 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
8417 * play/landmark.el (landmark-font-lock-face-O):
8418 * play/handwrite.el (handwrite):
8419 * play/gomoku.el (gomoku-O):
8420 * net/browse-url.el (browse-url-browser-display):
8421 * international/mule.el (define-charset):
8422 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
8423 * filesets.el (filesets-find-file-delay):
8424 * eshell/em-xtra.el (eshell-xtra):
8425 * eshell/em-unix.el (eshell-grep):
8426 * emulation/viper.el (viper-mode):
8427 * emacs-lisp/regexp-opt.el (regexp-opt-group):
8428 * emacs-lisp/easymenu.el (easy-menu-define):
8429 * calendar/timeclock.el (timeclock-use-display-time):
8430 * bs.el (bs-mode):
8431 * bookmark.el (bookmark-save-flag):
8432 Doc fix (standardize possessive apostrophe usage).
8433
8434 2012-02-27 Chong Yidong <cyd@gnu.org>
8435
8436 * emulation/viper-cmd.el (viper-intercept-ESC-key):
8437 Fix key-binding lookup for ESC key (Bug#9146).
8438
8439 * font-lock.el (font-lock-specified-p): Rename from
8440 font-lock-spec-present. Callers changed.
8441
8442 2012-02-27 Daniel Hackney <dan@haxney.org>
8443
8444 * emacs-lisp/package.el (package-compute-transaction):
8445 Handle holding a package version to t in package-load-list.
8446
8447 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
8448
8449 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
8450 (tramp-get-inode, tramp-get-device): Use cached values.
8451
8452 2012-02-26 Alan Mackenzie <acm@muc.de>
8453
8454 Check there is a font-lock specification before doing initial
8455 fontification.
8456
8457 * font-core.el (font-lock-mode): Move the conditional from
8458 :after-hook to font-lock-initial-fontify.
8459 (font-lock-default-function): Move the check for a specification
8460 to font-lock-spec-present.
8461
8462 * font-lock.el (font-lock-initial-fontify): Call ...
8463 (font-lock-spec-present): New function.
8464
8465 2012-02-26 Jim Blandy <jimb@red-bean.com>
8466
8467 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
8468 (gdb-send): Apply it to the operand of the '-interpreter-exec
8469 console' command, so that we can pass arguments with (say) quotes
8470 in them. Store exact string sent in gdb-debug-log (Bug#10765).
8471
8472 2012-02-26 Chong Yidong <cyd@gnu.org>
8473
8474 * help-fns.el (describe-function-1): Clarify description of
8475 remapping (Bug#10844).
8476
8477 * files.el (files-equal-p): Doc fix.
8478 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
8479 and quit the loop once a mismatch is found.
8480
8481 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
8482
8483 * bs.el (bs--show-with-configuration): Don't throw an error
8484 if the window cannot be split; otherwise, subsequent calls to
8485 bs-show fail, restoring a stale window config. (Bug#10882)
8486
8487 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
8488
8489 * term/ns-win.el (global-map): Bind ns-drag-file to
8490 ns-find-file (Bug#5855, Bug#10050).
8491
8492 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
8493
8494 * calendar/parse-time.el (parse-time-string): Allow extractor to
8495 return nil.
8496
8497 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
8498
8499 * net/tramp.el (tramp-file-name-for-operation):
8500 Add `files-equal-p' and `file-subdir-of-p'.
8501
8502 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
8503 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
8504 Add COPY-CONTENTS argument.
8505
8506 2012-02-25 Chong Yidong <cyd@gnu.org>
8507
8508 Add custom groups for VC backends, for consistency with vc-bzr.
8509
8510 * vc/vc-arch.el (vc-arch):
8511 * vc/vc-cvs.el (vc-cvs):
8512 * vc/vc-git.el (vc-git):
8513 * vc/vc-hg.el (vc-hg):
8514 * vc/vc-mtn.el (vc-mtn):
8515 * vc/vc-rcs.el (vc-rcs):
8516 * vc/vc-sccs.el (vc-sccs):
8517 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
8518 All relevant defcustoms reassigned.
8519
8520 2012-02-25 Chong Yidong <cyd@gnu.org>
8521
8522 * newcomment.el (comment-styles): Add autoload (Bug#10868).
8523
8524 * term/x-win.el (x-initialize-window-system): Reduce default for
8525 x-selection-timeout to 5 seconds (Bug#8869).
8526
8527 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8528
8529 * files.el (files-equal-p, file-subdir-of-p): New functions.
8530 (copy-directory): Error when trying to copy a directory on itself.
8531 Add missing copy-contents arg to tramp handler.
8532 * dired-aux.el (dired-copy-file-recursive): Same.
8533 (dired-create-files): Modify destination when source is equal to
8534 dest when copying files.
8535 Return also when dest is a subdir of source. (Bug#10489)
8536
8537 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
8538
8539 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
8540 (Bug#10874)
8541
8542 2012-02-23 Alan Mackenzie <acm@muc.de>
8543
8544 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
8545 parameter "after-hook:" to allow the expansion to run code after
8546 the execution of the mode hooks.
8547
8548 * font-lock.el (font-lock-initial-fontify): New function extracted
8549 from font-lock-mode-internal.
8550
8551 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
8552 :after-hook.
8553
8554 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
8555
8556 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
8557 (completion--cache-all-sorted-completions): New function.
8558 (completion-all-sorted-completions): Use it.
8559 (completion--do-completion, minibuffer-force-complete):
8560 Use it to re-instate the flush hook.
8561
8562 * icomplete.el (icomplete-completions): Replace last fix with a better
8563 one (bug#10850).
8564
8565 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
8566
8567 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
8568 when it might call us back infinitely (bug#10797).
8569
8570 2012-02-23 Glenn Morris <rgm@gnu.org>
8571
8572 * minibuffer.el (completion-category-overrides): Doc fix.
8573
8574 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
8575
8576 * minibuffer.el (completion-table-with-context): Fix inf-loop.
8577 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
8578
8579 2012-02-23 Glenn Morris <rgm@gnu.org>
8580
8581 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
8582 (authors-obsolete-files-regexps, authors-ignored-files)
8583 (authors-ambiguous-files, authors-renamed-files-alist):
8584 Add more entries.
8585
8586 2012-02-23 Juri Linkov <juri@jurta.org>
8587
8588 * isearch.el (isearch-occur): Sync interactive spec with occur's
8589 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
8590
8591 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
8592
8593 2012-02-22 Juri Linkov <juri@jurta.org>
8594
8595 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
8596 (ucs-insert): Doc fix. Check for hex digits in the string.
8597 Don't display `nil' in the error message. (Bug#10857)
8598
8599 2012-02-22 Alan Mackenzie <acm@muc.de>
8600
8601 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
8602
8603 2012-02-22 Glenn Morris <rgm@gnu.org>
8604
8605 * ffap.el (ffap-c-path):
8606 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
8607
8608 2012-02-22 Chong Yidong <cyd@gnu.org>
8609
8610 * custom.el (load-theme): Doc fix.
8611
8612 2012-02-22 Glenn Morris <rgm@gnu.org>
8613
8614 * dired-x.el (dired-guess-shell-alist-default):
8615 Remove escape sequences from nroff output. (Bug#172)
8616
8617 2012-02-21 Glenn Morris <rgm@gnu.org>
8618
8619 * vc/emerge.el (emerge-defvar-local):
8620 Set `permanent-local' property rather than unused `preserved'.
8621
8622 * textmodes/picture.el (picture-delete-char): New alias.
8623 (picture-mode-map): Use it. (Bug#10860)
8624 (picture-mode): Doc fix.
8625
8626 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
8627
8628 * newcomment.el (uncomment-region-default): Remove unused binding.
8629
8630 2012-02-21 Glenn Morris <rgm@gnu.org>
8631
8632 * textmodes/picture.el (picture-motion, picture-motion-reverse)
8633 (picture-self-insert, picture-tab-chars): Doc fix.
8634 (picture-mode-map): Fix C-a, C-e.
8635
8636 2012-02-20 Glenn Morris <rgm@gnu.org>
8637
8638 * emacs-lisp/authors.el (authors-aliases): Add another entry.
8639
8640 2012-02-20 Leo Liu <sdl.web@gmail.com>
8641
8642 * icomplete.el (icomplete-completions): Check FROM arg before
8643 passing to substring (Bug#10850).
8644
8645 2012-02-19 Chong Yidong <cyd@gnu.org>
8646
8647 * comint.el: Require ansi-color.
8648 (comint-output-filter-functions): Add ansi-color-process-output.
8649
8650 * ansi-color.el: Don't set comint-output-filter-functions; it is
8651 now in the initial value defined in comint.el.
8652 (ansi-color-apply-face-function): New variable.
8653 (ansi-color-apply-on-region): Use it.
8654 (ansi-color-apply-overlay-face): New function.
8655
8656 * shell.el (shell): No need to require ansi-color.
8657 (shell-mode): Use ansi-color-apply-face-function to highlight
8658 color escapes using font-lock-face property (Bug#10835).
8659
8660 2012-02-19 Chong Yidong <cyd@gnu.org>
8661
8662 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
8663 mode-line formats (Bug#10839).
8664
8665 2012-02-18 Glenn Morris <rgm@gnu.org>
8666
8667 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
8668
8669 * mail/undigest.el (unforward-rmail-message): Doc fix.
8670
8671 * saveplace.el (save-place-ignore-files-regexp): Add :version.
8672
8673 2012-02-18 Eli Zaretskii <eliz@gnu.org>
8674
8675 * international/characters.el (script-list): Sync with the latest
8676 Unicode Character Database.
8677
8678 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
8679
8680 * international/titdic-cnv.el: Remove duplicate coding tag.
8681 * language/cham.el: Likewise.
8682 * language/tai-viet.el: Likewise.
8683
8684 2012-02-18 Glenn Morris <rgm@gnu.org>
8685
8686 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
8687 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
8688 (calendar-bahai-all-holidays-flag, calendar-other-dates):
8689 * calendar/diary-lib.el (diary-abbreviated-year-flag):
8690 * calendar/holidays.el (holiday-bahai-holidays)
8691 (calendar-holidays, list-holidays):
8692 Use utf-8 Bahá'í in doc-strings, menus, etc.
8693
8694 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
8695
8696 * saveplace.el (save-place-ignore-files-regexp): New variable
8697 allowing for excluding files from saving their location of point.
8698 The default value matches the temporary commit message editing
8699 files from Git, SVN, Bazaar, and Mercurial.
8700 (save-place-to-alist): Use it.
8701
8702 2012-02-17 Lawrence Mitchell <wence@gmx.li>
8703 Stefan Monnier <monnier@iro.umontreal.ca>
8704
8705 * newcomment.el (uncomment-region-default): Don't leave extra space
8706 when an arg is provided (bug#8150).
8707
8708 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
8709
8710 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
8711
8712 2012-02-17 Glenn Morris <rgm@gnu.org>
8713
8714 * net/socks.el: Require network-stream. (Bug#10599)
8715
8716 2012-02-17 Kenichi Handa <handa@m17n.org>
8717
8718 * international/charprop.el:
8719 * international/uni-name.el:
8720 * international/uni-old-name.el:
8721 * international/uni-comment.el: Regenerate.
8722
8723 2012-02-16 Glenn Morris <rgm@gnu.org>
8724
8725 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
8726 Interactively in calendar buffer, give an error if not on a date.
8727
8728 2012-02-15 Glenn Morris <rgm@gnu.org>
8729
8730 * shell.el (shell-delimiter-argument-list):
8731 Revert 2011-02-17 change. (Bug#8027)
8732
8733 2012-02-15 Chong Yidong <cyd@gnu.org>
8734
8735 * minibuffer.el (completion-at-point-functions): Doc fix.
8736
8737 * custom.el (defcustom): Doc fix; note use of defvar.
8738
8739 2012-02-15 Glenn Morris <rgm@gnu.org>
8740
8741 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
8742 Doc fixes.
8743
8744 2012-02-14 Glenn Morris <rgm@gnu.org>
8745
8746 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
8747
8748 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
8749
8750 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
8751 way the ports list is computed.
8752 (smtpmail-query-smtp-server): Prompt the user for a port number if
8753 we can't connect to any of the standard ports (bug#10810).
8754
8755 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
8756
8757 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
8758
8759 2012-02-13 Glenn Morris <rgm@gnu.org>
8760
8761 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
8762
8763 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
8764
8765 * net/gnutls.el (gnutls-trustfiles): New variable.
8766 (gnutls-negotiate): Use it.
8767
8768 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
8769
8770 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
8771 does its stuff if Gnus is running.
8772
8773 2012-02-13 Alan Mackenzie <acm@muc.de>
8774
8775 Fix a loop in c-set-fl-decl-start.
8776
8777 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
8778 c-backward-syntactic-ws actually moves backwards.
8779
8780 2012-02-13 Leo Liu <sdl.web@gmail.com>
8781
8782 * net/rcirc.el (rcirc-markup-attributes): Move point to the
8783 beginning so that all \C-o chars are removed.
8784
8785 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
8786
8787 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
8788
8789 2012-02-12 Alan Mackenzie <acm@muc.de>
8790
8791 Fix infinite loop with long macros.
8792 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
8793
8794 2012-02-12 Chong Yidong <cyd@gnu.org>
8795
8796 * window.el (display-buffer): Doc fix (Bug#10785).
8797
8798 2012-02-12 Glenn Morris <rgm@gnu.org>
8799
8800 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
8801 (x-disown-selection-internal, x-get-selection-internal):
8802 Sync docs with the xselect.c versions.
8803
8804 * allout-widgets.el: Add missing license notice.
8805
8806 2012-02-11 Glenn Morris <rgm@gnu.org>
8807
8808 * select.el (x-get-selection-internal, x-own-selection-internal)
8809 (x-disown-selection-internal):
8810 * x-dnd.el (x-get-selection-internal): Update declarations.
8811
8812 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
8813
8814 * window.el (window-sides-slots):
8815 * tool-bar.el (tool-bar-position):
8816 * term/xterm.el (xterm-extra-capabilities):
8817 * ses.el (ses-self-reference-early-detection):
8818 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
8819 (verilog-auto-wire-type)
8820 (verilog-auto-delete-trailing-whitespace)
8821 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
8822 (verilog-auto-tieoff-declaration):
8823 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
8824 (sql-oracle-statement-starters, sql-oracle-scan-on):
8825 * progmodes/prolog.el (prolog-align-comments-flag)
8826 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
8827 (prolog-left-indent-regexp, prolog-paren-indent-p)
8828 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
8829 (prolog-types, prolog-mode-specificators)
8830 (prolog-determinism-specificators, prolog-directives)
8831 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
8832 (prolog-electric-dot-flag)
8833 (prolog-electric-dot-full-predicate-template)
8834 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
8835 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
8836 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
8837 (prolog-program-switches, prolog-prompt-regexp)
8838 (prolog-debug-on-string, prolog-debug-off-string)
8839 (prolog-trace-on-string, prolog-trace-off-string)
8840 (prolog-zip-on-string, prolog-zip-off-string)
8841 (prolog-use-standard-consult-compile-method-flag)
8842 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
8843 (prolog-imenu-max-lines, prolog-info-predicate-index)
8844 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
8845 (prolog-char-quote-workaround):
8846 * progmodes/cc-vars.el (c-defun-tactic):
8847 * net/tramp.el (tramp-encoding-command-interactive)
8848 (tramp-local-end-of-line):
8849 * net/soap-client.el (soap-client):
8850 * net/netrc.el (netrc-file):
8851 * net/gnutls.el (gnutls):
8852 * minibuffer.el (completion-category-overrides)
8853 (completion-cycle-threshold)
8854 (completion-pcm-complete-word-inserts-delimiters):
8855 * man.el (Man-name-local-regexp):
8856 * mail/feedmail.el (feedmail-display-full-frame):
8857 * international/characters.el (glyphless-char-display-control):
8858 * eshell/em-ls.el (eshell-ls-date-format):
8859 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
8860 (lisp-lambda-list-keyword-parameter-indentation)
8861 (lisp-lambda-list-keyword-parameter-alignment):
8862 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
8863 * dired-x.el (dired-omit-verbose):
8864 * cus-theme.el (custom-theme-allow-multiple-selections):
8865 * calc/calc.el (calc-highlight-selections-with-faces)
8866 (calc-lu-field-reference, calc-lu-power-reference)
8867 (calc-note-threshold):
8868 * battery.el (battery-mode-line-limit):
8869 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
8870 (archive-7z-update):
8871 * allout.el (allout-prefixed-keybindings)
8872 (allout-unprefixed-keybindings)
8873 (allout-inhibit-auto-fill-on-headline)
8874 (allout-flattened-numbering-abbreviation):
8875 * allout-widgets.el (allout-widgets-auto-activation)
8876 (allout-widgets-icons-dark-subdir)
8877 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
8878 (allout-widgets-theme-dark-background)
8879 (allout-widgets-theme-light-background)
8880 (allout-widgets-item-image-properties-emacs)
8881 (allout-widgets-item-image-properties-xemacs)
8882 (allout-widgets-run-unit-tests-on-load)
8883 (allout-widgets-time-decoration-activity)
8884 (allout-widgets-hook-error-post-time)
8885 (allout-widgets-track-decoration):
8886 Add missing :version tags to new defcustoms and defgroups.
8887
8888 * progmodes/sql.el (sql-ansi-statement-starters)
8889 (sql-oracle-statement-starters): Add custom type.
8890
8891 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
8892 (prolog-system-version): Give it a type.
8893
8894 2012-02-11 Eli Zaretskii <eliz@gnu.org>
8895
8896 * term/pc-win.el (x-select-text, x-selection-owner-p)
8897 (x-own-selection-internal, x-disown-selection-internal)
8898 (x-get-selection-internal): Sync doc strings and argument lists
8899 with xselect.c, common-win.el and x-win.el. (Bug#10783)
8900
8901 2012-02-11 Leo Liu <sdl.web@gmail.com>
8902
8903 * progmodes/python.el (python-end-of-statement): Fix infinite
8904 loop. (Bug#10788)
8905
8906 2012-02-10 Glenn Morris <rgm@gnu.org>
8907
8908 * international/mule-cmds.el (unify-8859-on-encoding-mode)
8909 (unify-8859-on-decoding-mode): Properly mark as obsolete.
8910
8911 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
8912
8913 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
8914 about SMTP before checking the From header.
8915
8916 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
8917 into own function for reuse by emacsbug.el.
8918
8919 2012-02-10 Leo Liu <sdl.web@gmail.com>
8920
8921 * subr.el (condition-case-unless-debug): Rename from
8922 condition-case-no-debug. All callers changed.
8923 (with-demoted-errors): Fix caller.
8924
8925 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
8926 * nxml/rng-valid.el (rng-do-some-validation):
8927 * emacs-lisp/package.el (package-refresh-contents)
8928 (package-menu-execute):
8929 * desktop.el (desktop-create-buffer):
8930 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
8931
8932 2012-02-10 Glenn Morris <rgm@gnu.org>
8933
8934 * textmodes/bibtex.el:
8935 Add missing :version tags for new/changed defcustoms.
8936
8937 * files.el (remote-file-name-inhibit-cache): Doc fixes.
8938
8939 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
8940
8941 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
8942 (smtpmail-via-smtp): Use it, or fall back on the From address.
8943 (smtpmail-send-it): Ditto.
8944
8945 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
8946
8947 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
8948 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
8949 (byte-compile-tmp-var): New const.
8950 (byte-compile-defvar): Use it to minimize .elc size.
8951 Just use `defvar' rather than simulate it (bug#10761).
8952
8953 2012-02-09 Glenn Morris <rgm@gnu.org>
8954
8955 * files.el (rename-uniquely): Doc fix. (Bug#3806)
8956
8957 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
8958 Add :version tags.
8959
8960 * progmodes/compile.el (compilation-error-screen-columns)
8961 (compilation-first-column, compilation-filter-start): Doc fixes.
8962
8963 * vc/log-view.el (log-view-toggle-entry-display):
8964 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
8965
8966 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
8967 (report-emacs-bug-can-use-xdg-email):
8968 (report-emacs-bug-insert-to-mailer): Doc fixes.
8969 (report-emacs-bug): Message fix.
8970
8971 * net/browse-url.el (browse-url-can-use-xdg-open)
8972 (browse-url-xdg-open): Doc fixes.
8973
8974 * electric.el (electric-indent-mode, electric-pair-mode)
8975 (electric-layout-rules, electric-layout-mode): Doc fixes.
8976 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
8977
8978 2012-02-08 Martin Rudalics <rudalics@gmx.at>
8979
8980 * server.el (server-unselect-display): Don't inadvertently kill
8981 the current buffer. (Bug#10729)
8982
8983 2012-02-08 Glenn Morris <rgm@gnu.org>
8984
8985 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
8986 (sql-list-table): Doc fixes.
8987
8988 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
8989 Comment out (does nothing).
8990
8991 * completion.el (dynamic-completion-mode):
8992 * dirtrack.el (dirtrack-debug-mode):
8993 * electric.el (electric-layout-mode):
8994 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
8995 * face-remap.el (text-scale-mode, buffer-face-mode):
8996 * iimage.el (iimage-mode):
8997 * image-mode.el (image-transform-mode):
8998 * minibuffer.el (completion-in-region-mode):
8999 * scroll-lock.el (scroll-lock-mode):
9000 * simple.el (next-error-follow-minor-mode):
9001 * tar-mode.el (tar-subfile-mode):
9002 * tooltip.el (tooltip-mode):
9003 * vcursor.el (vcursor-use-vcursor-map):
9004 * wid-browse.el (widget-minor-mode):
9005 * emulation/tpu-edt.el (tpu-edt-mode):
9006 * emulation/tpu-extras.el (tpu-cursor-free-mode):
9007 * international/iso-ascii.el (iso-ascii-mode):
9008 * language/thai-util.el (thai-word-mode):
9009 * mail/supercite.el (sc-minor-mode):
9010 * net/goto-addr.el (goto-address-mode):
9011 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
9012 * progmodes/cwarn.el (cwarn-mode):
9013 * progmodes/flymake.el (flymake-mode):
9014 * progmodes/glasses.el (glasses-mode):
9015 * progmodes/hideshow.el (hs-minor-mode):
9016 * progmodes/pascal.el (pascal-outline-mode):
9017 * textmodes/enriched.el (enriched-mode):
9018 * vc/smerge-mode.el (smerge-mode):
9019 Doc fixes (minor mode argument).
9020
9021 2012-02-07 Eli Zaretskii <eliz@gnu.org>
9022
9023 * ls-lisp.el (ls-lisp-sanitize): New function.
9024 (ls-lisp-insert-directory): Use it to fix or remove any elements
9025 in file-alist with missing attributes. (Bug#4673)
9026
9027 2012-02-07 Alan Mackenzie <acm@muc.de>
9028
9029 Fix spurious recognition of c-in-knr-argdecl.
9030
9031 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
9032 putative K&R region.
9033
9034 2012-02-07 Alan Mackenzie <acm@muc.de>
9035
9036 * progmodes/cc-engine.el (c-forward-objc-directive):
9037 Prevent looping in "#pragma mark @implementation".
9038
9039 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
9040
9041 * notifications.el (notifications-on-closed-signal): Make `reason'
9042 optional. (Bug#10744)
9043
9044 2012-02-07 Glenn Morris <rgm@gnu.org>
9045
9046 * emacs-lisp/easy-mmode.el (define-minor-mode):
9047 Doc fixes for the macro and the mode it defines.
9048
9049 * image.el (imagemagick-types-inhibit): Doc fix.
9050
9051 * cus-start.el (imagemagick-render-type): Add it.
9052
9053 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
9054
9055 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
9056 Set the default at load time, too, so that `font-lock-fontify-buffer'
9057 can be called without setting up the entire mode first. This fixes
9058 a bug in `mm-inline-text' with C MIME parts.
9059
9060 2012-02-06 Chong Yidong <cyd@gnu.org>
9061
9062 * simple.el (list-processes--refresh): Delete exited processes
9063 (Bug#8094).
9064
9065 * comint.el (comint-next-prompt): next-single-char-property-change
9066 and prev-single-char-property-change never return nil (Bug#8657).
9067
9068 * custom.el (defcustom): Doc fix (Bug#9711).
9069
9070 2012-02-05 Chong Yidong <cyd@gnu.org>
9071
9072 * cus-edit.el (custom-variable-reset-backup): Quote the value
9073 before storing it in the customized-value property (Bug#6712).
9074 (custom-display): Add a customization type tag.
9075 (custom-buffer-create-internal): Improve tooltip message.
9076
9077 * wid-edit.el (widget-field-value-get): New optional arg to
9078 suppress trailing whitespace truncation.
9079 (character): Use it (Bug#2689).
9080
9081 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
9082
9083 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
9084 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
9085
9086 2012-02-05 Chong Yidong <cyd@gnu.org>
9087
9088 * cus-edit.el (custom-variable-value-create): For mismatched
9089 types, show the current value (Bug#7600).
9090
9091 * custom.el (defcustom): Doc fix.
9092
9093 2012-02-05 Glenn Morris <rgm@gnu.org>
9094
9095 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
9096
9097 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
9098
9099 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
9100 (pp-buffer): Use `ignore-errors', `looking-at-p'.
9101 (pp-last-sexp): Use `looking-at-p'.
9102
9103 2012-02-04 Glenn Morris <rgm@gnu.org>
9104
9105 * files.el (revert-buffer):
9106 Doc fix (mention revert-buffer-in-progress-p).
9107
9108 * emacs-lisp/ert-x.el (ert-simulate-command):
9109 Check deferred-action-list (which is obsolete) is bound.
9110
9111 * subr.el (with-wrapper-hook): Doc fixes.
9112
9113 * simple.el (filter-buffer-substring-functions)
9114 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
9115
9116 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
9117
9118 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
9119 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
9120
9121 2012-02-04 Leo Liu <sdl.web@gmail.com>
9122
9123 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
9124
9125 2012-02-04 Glenn Morris <rgm@gnu.org>
9126
9127 * image.el (image-extension-data): Add obsolete alias.
9128
9129 * isearch.el (isearch-update): Doc fix.
9130
9131 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
9132
9133 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
9134
9135 2012-02-03 Glenn Morris <rgm@gnu.org>
9136
9137 * image.el (image-animated-p): Doc fix. Use image-animated-types.
9138 (image-animate-timeout): Doc fix.
9139
9140 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
9141
9142 2012-02-02 Glenn Morris <rgm@gnu.org>
9143
9144 * server.el (server-auth-dir): Doc fix.
9145 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
9146
9147 * subr.el (run-mode-hooks): Doc fix.
9148
9149 2012-02-02 Juri Linkov <juri@jurta.org>
9150
9151 * image-mode.el (image-toggle-display-image): Remove tautological
9152 `major-mode' from the `derived-mode-p' test.
9153
9154 2012-02-02 Kenichi Handa <handa@m17n.org>
9155
9156 * composite.el (compose-region): Cancel previous change.
9157
9158 2012-02-02 Kenichi Handa <handa@m17n.org>
9159
9160 * composite.el (compose-region, compose-string): Signal error for
9161 a null string component (Bug#6988).
9162
9163 2012-02-01 Chong Yidong <cyd@gnu.org>
9164
9165 * view.el (view-buffer-other-window, view-buffer-other-frame):
9166 Handle special modes like view-buffer (Bug#10650).
9167 (view-buffer): Simplify.
9168
9169 * frame.el (set-frame-font): Tweak meaning of third argument.
9170
9171 * dynamic-setting.el (font-setting-change-default-font):
9172 Use set-frame-font (Bug#9982).
9173
9174 2012-02-01 Glenn Morris <rgm@gnu.org>
9175
9176 * progmodes/compile.el (compilation-internal-error-properties):
9177 Respect compilation-first-column in the "*compilation*" buffer.
9178
9179 * emacs-lisp/easy-mmode.el (define-minor-mode):
9180 Relax :variable's test for a named function.
9181
9182 2012-01-31 Alan Mackenzie <acm@muc.de>
9183
9184 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
9185 off by one error.
9186
9187 2012-01-31 Chong Yidong <cyd@gnu.org>
9188
9189 * frame.el (set-frame-font): New arg ALL-FRAMES.
9190
9191 * menu-bar.el (menu-set-font): Use set-frame-font.
9192
9193 * faces.el (face-spec-reset-face): Don't apply unspecified
9194 attribute values to the default face.
9195
9196 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
9197
9198 * progmodes/cwarn.el (cwarn): Remove dead link.
9199 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
9200 Remove * from defcustom docstrings.
9201 (turn-on-cwarn-mode): Make obsolete.
9202 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
9203 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
9204
9205 2012-01-31 Glenn Morris <rgm@gnu.org>
9206
9207 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
9208 Fix :variable handling of mode a symbol not equal to modefun.
9209 Allow named functions to be used as the cdr of :variable.
9210
9211 2012-01-30 Glenn Morris <rgm@gnu.org>
9212
9213 * emacs-lisp/authors.el (authors-fixed-entries):
9214 Remove reference to deleted file rnewspost.el.
9215
9216 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
9217
9218 * window.el (window-with-parameter): Remove unused variable `windows'.
9219 (window--side-check): Remove unused variable `code'.
9220 (window--resize-siblings): Remove unused variable `first'.
9221 (adjust-window-trailing-edge): Remove unused variable `failed'.
9222 (window-deletable-p, window--delete): Remove unused variable `buffer'.
9223 Use `let', not `let*'.
9224 (balance-windows-2): Remove unused variable `found'.
9225 (window--state-put-2): Remove unused variable `splits'.
9226 (window-state-put): Remove unused variable `selected'.
9227 (same-window-p): Use `string-match-p'.
9228 (display-buffer-assq-regexp): Remove unused variable `value'.
9229 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9230 Mark argument ALIST as ignored.
9231 (pop-to-buffer): Remove unused variable `old-window'.
9232
9233 2012-01-29 Eli Zaretskii <eliz@gnu.org>
9234
9235 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
9236 and .lzma compressed files.
9237
9238 2012-01-29 Chong Yidong <cyd@gnu.org>
9239
9240 * frame.el (window-system-default-frame-alist): Doc fix.
9241
9242 * dynamic-setting.el (font-setting-change-default-font): Don't
9243 change the default face if SET-FONT argument is non-nil (Bug#9982).
9244
9245 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
9246
9247 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
9248
9249 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
9250
9251 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
9252 breakpoints in files outside current directory (Bug#6098).
9253
9254 2012-01-29 Chong Yidong <cyd@gnu.org>
9255
9256 * progmodes/python.el: Require ansi-color at top-level.
9257
9258 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
9259 Define and use in Emacs Lisp mode (Bug#9360).
9260 (lisp-mode-abbrev-table): Add doc.
9261 (lisp-mode-variables): Don't set local-abbrev-table.
9262 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
9263
9264 2012-01-28 Roland Winkler <winkler@gnu.org>
9265
9266 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
9267
9268 2012-01-28 Roland Winkler <winkler@gnu.org>
9269
9270 * textmodes/bibtex.el (bibtex-entry-alist): New function.
9271 (bibtex-set-dialect): Use it. Either set global values of
9272 dialect-dependent variables or bind these variables buffer-locally
9273 (Bug#10254).
9274 (bibtex-mode): Call bibtex-set-dialect via
9275 hack-local-variables-hook.
9276 (bibtex-dialect): Update docstring.
9277 Add safe-local-variable predicate.
9278 (bibtex-entry-alist, bibtex-field-alist): Initialize via
9279 bibtex-set-dialect.
9280 (bibtex-mode-map): Define menu for each dialect.
9281 (bibtex-entry): Fix docstring.
9282
9283 2012-01-28 Chong Yidong <cyd@gnu.org>
9284
9285 * eshell/esh-arg.el (eshell-quote-argument): New function.
9286
9287 * eshell/esh-ext.el (eshell-invoke-batch-file):
9288 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
9289 first arg to eshell-parse-command (Bug#10523).
9290
9291 2012-01-28 Drew Adams <drew.adams@oracle.com>
9292
9293 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
9294 `default-directory' is non-nil.
9295
9296 2012-01-28 Eli Zaretskii <eliz@gnu.org>
9297
9298 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
9299 line that displays system-configuration-options. (Bug#9924)
9300
9301 2012-01-28 Drew Adams <drew.adams@oracle.com>
9302
9303 * descr-text.el (describe-char): Show information about POS, in
9304 addition to information about the character at POS. Improve and
9305 update the doc string. Change "code point" to "code point in
9306 charset", to avoid confusion with the character's Unicode code
9307 point shown above that. (Bug#10129)
9308
9309 2012-01-28 Eli Zaretskii <eliz@gnu.org>
9310
9311 * descr-text.el (describe-char): Show the raw character, not only
9312 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
9313 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
9314 for the reasons.
9315
9316 2012-01-28 Phil Hagelberg <phil@hagelb.org>
9317
9318 * emacs-lisp/package.el (package-install):
9319 Run package-refresh-contents if there is no archive yet (Bug#9798).
9320
9321 2012-01-28 Chong Yidong <cyd@gnu.org>
9322
9323 * emacs-lisp/package.el (package-maybe-load-descriptor):
9324 New function, split from package-maybe-load-descriptor.
9325 (package-maybe-load-descriptor): Use it.
9326 (package-download-transaction): Fully load required packages
9327 inside the loop, so that `require' calls work (Bug#10593).
9328 (package-install): No need to call package-initialize now.
9329
9330 2012-01-28 Chong Yidong <cyd@gnu.org>
9331
9332 * simple.el (deactivate-mark): Doc fix (Bug#8614).
9333
9334 * tooltip.el (tooltip-mode): Doc fix.
9335 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
9336
9337 * frame.el (set-cursor-color): Doc fix (Bug#352).
9338
9339 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
9340 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
9341
9342 * cus-edit.el (custom-buffer-create-internal): Fix search button
9343 action (Bug#10542).
9344 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
9345
9346 2012-01-27 Eduard Wiebe <usenet@pusto.de>
9347
9348 * dired.el (dired-mark-files-regexp):
9349 Include any subdirectory components. (Bug#10445)
9350
9351 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
9352
9353 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
9354 Handle [host]:port syntax. (Bug#10533)
9355
9356 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
9357
9358 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
9359
9360 2012-01-26 Glenn Morris <rgm@gnu.org>
9361
9362 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
9363 * term.el (term-raw-escape-map): Use Control-X-prefix.
9364 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
9365
9366 2012-01-25 Martin Rudalics <rudalics@gmx.at>
9367
9368 * window.el (window-state-get, window--state-get-1): Don't deal
9369 with fixed-sizeness of windows. Simplify code.
9370
9371 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
9372
9373 * window.el (window--state-get-1, window--state-put-2):
9374 Don't save and restore the mark.
9375
9376 2012-01-25 Chong Yidong <cyd@gnu.org>
9377
9378 * custom.el (custom-variable-p): Doc fix.
9379
9380 2012-01-25 Glenn Morris <rgm@gnu.org>
9381
9382 * dired.el (dired-goto-file): Handle some of the more common
9383 characters that `ls -b' escapes. (Bug#10596)
9384
9385 * progmodes/compile.el (compilation-next-error-function):
9386 Respect compilation-first-column in the "*compilation*" buffer.
9387 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
9388
9389 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
9390
9391 2012-01-24 Glenn Morris <rgm@gnu.org>
9392
9393 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
9394
9395 2012-01-24 Julien Danjou <julien@danjou.info>
9396
9397 * color.el (color-rgb-to-hsl): Fix value computing.
9398 (color-hue-to-rgb): New function.
9399 (color-hsl-to-rgb): New function.
9400 (color-clamp, color-saturate-hsl, color-saturate-name)
9401 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
9402 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
9403
9404 2012-01-24 Glenn Morris <rgm@gnu.org>
9405
9406 * vc/vc-rcs.el (vc-rcs-create-tag):
9407 * vc/vc-sccs.el (vc-sccs-create-tag):
9408 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
9409
9410 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
9411
9412 * eshell/esh-util.el (eshell-read-hosts-file):
9413 Skip comment lines. (Bug#10549)
9414
9415 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
9416
9417 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
9418
9419 * subr.el (display-delayed-warnings): Doc fix.
9420 (collapse-delayed-warnings): New function to collapse identical
9421 adjacent warnings.
9422 (delayed-warnings-hook): Add it.
9423
9424 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
9425
9426 * net/tramp.el (tramp-action-login): Set connection property "login-as".
9427
9428 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
9429 (tramp-default-user-alist): Don't add "pscp".
9430 (tramp-do-copy-or-rename-file-out-of-band): Use connection
9431 property "login-as", if set. (Bug#10530)
9432
9433 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
9434
9435 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
9436 "plink1" and "psftp". (Bug#10530)
9437
9438 2012-01-21 Kenichi Handa <handa@m17n.org>
9439
9440 * international/mule-cmds.el (prefer-coding-system): Show a
9441 warning message if the default value of file-name-coding-system
9442 was not changed.
9443
9444 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
9445
9446 * windmove.el (windmove-reference-loc):
9447 Fix windmove-reference-loc miscalculation.
9448
9449 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
9450
9451 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
9452 default unit.
9453
9454 2012-01-21 Glenn Morris <rgm@gnu.org>
9455
9456 * international/mule.el (auto-coding-alist): Add .tbz.
9457
9458 * files.el (local-enable-local-variables): Doc fix.
9459 (inhibit-local-variables-regexps): Rename from
9460 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
9461 Doc fix. Add some extensions from auto-coding-alist.
9462 (inhibit-local-variables-suffixes):
9463 Rename from inhibit-first-line-modes-suffixes. Doc fix.
9464 (inhibit-local-variables-p):
9465 New function, extracted from set-auto-mode-1.
9466 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
9467 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
9468 (hack-local-variables): Doc fix. Make the mode-only case
9469 respect enable-local-variables and friends.
9470 Respect inhibit-local-variables-regexps for file-locals, but
9471 not for directory-locals.
9472 (set-visited-file-name):
9473 Take account of inhibit-local-variables-regexps.
9474 Whether it applies may change as the file name is changed.
9475 * jka-cmpr-hook.el (jka-compr-install):
9476 * jka-compr.el (jka-compr-uninstall):
9477 Update for inhibit-first-line-modes-suffixes name change.
9478
9479 2012-01-20 Martin Rudalics <rudalics@gmx.at>
9480
9481 * help-macro.el (make-help-screen): Temporarily restore original
9482 binding for minor-mode-map-alist (Bug#10454).
9483
9484 2012-01-19 Julien Danjou <julien@danjou.info>
9485
9486 * color.el (color-name-to-rgb): Use the white color to find the max
9487 color component value and return correctly computed values.
9488 (color-name-to-rgb): Add missing float conversion for max value.
9489
9490 2012-01-19 Martin Rudalics <rudalics@gmx.at>
9491
9492 * window.el (window--state-get-1, window-state-get): Do not use
9493 special state value for window-persistent-parameters.
9494 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
9495 (window--state-put-2): Reset all window parameters to nil before
9496 assigning values of persistent parameters.
9497
9498 2012-01-18 Alan Mackenzie <acm@muc.de>
9499
9500 Eliminate sluggishness and hangs in fontification of "semicolon
9501 deserts".
9502
9503 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
9504 Change value 10000 -> 3000.
9505 (c-state-safe-place): Reformulate so it doesn't stack up an
9506 infinite number of wrong entries in c-state-nonlit-pos-cache.
9507 (c-determine-limit-get-base, c-determine-limit): New functions to
9508 determine backward search limits disregarding literals.
9509 (c-find-decl-spots): Amend commenting.
9510 (c-cheap-inside-bracelist-p): New function which detects "={".
9511
9512 * progmodes/cc-fonts.el
9513 (c-make-font-lock-BO-decl-search-function): Give a limit to a
9514 backward search.
9515 (c-font-lock-declarations): Fix an occurrence of point being
9516 undefined. Check additionally for point being in a bracelist or
9517 near a macro invocation without a semicolon so as to avoid a
9518 fruitless time consuming search for a declarator. Give a more
9519 precise search limit for declarators using the new
9520 c-determine-limit.
9521
9522 2012-01-18 Glenn Morris <rgm@gnu.org>
9523
9524 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
9525 (set-auto-mode): Doc fixes.
9526
9527 2012-01-17 Glenn Morris <rgm@gnu.org>
9528
9529 * isearch.el (search-nonincremental-instead): Fix doc typo.
9530
9531 * dired.el (dired-insert-directory): Handle newlines in directory name.
9532 (dired-build-subdir-alist): Unescape newlines in directory name.
9533
9534 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
9535
9536 * net/tramp.el (tramp-local-end-of-line): New defcustom.
9537 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
9538 (tramp-action-terminal): Use it. (Bug#10530)
9539
9540 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
9541
9542 * minibuffer.el (completion--replace): Strip properties (bug#10062).
9543
9544 2012-01-16 Martin Rudalics <rudalics@gmx.at>
9545
9546 * window.el (window-state-ignored-parameters): Remove variable.
9547 (window--state-get-1): Rename argument MARKERS to IGNORE.
9548 Handle persistent window parameters. Make copy of clone-of
9549 parameter only if requested. (Bug#10348)
9550 (window--state-put-2): Install a window parameter only if it has
9551 a non-nil value or an existing parameter shall be overwritten.
9552
9553 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
9554
9555 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
9556
9557 2012-01-14 Eli Zaretskii <eliz@gnu.org>
9558
9559 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
9560 don't pass the (nil) value of `upnode' to string-match.
9561
9562 2012-01-14 Chong Yidong <cyd@gnu.org>
9563
9564 * startup.el (command-line): Fix X resource class for cursorColor.
9565 Fix values recognized by the cursorBlink resource.
9566
9567 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
9568
9569 * epg.el (epg--make-temp-file): Avoid permission race condition
9570 when running on old Emacs versions (bug#10403).
9571
9572 2012-01-14 Glenn Morris <rgm@gnu.org>
9573
9574 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
9575
9576 2012-01-13 Alan Mackenzie <acm@muc.de>
9577
9578 Fix filling for when filladapt mode is enabled.
9579
9580 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
9581 c-mask-paragraph, pass in `fill-paragraph' rather than
9582 `fill-region-as-paragraph'. (This is a reversion of a previous
9583 change.)
9584 * progmodes/cc-mode.el (c-basic-common-init):
9585 Make fill-paragraph-handle-comment buffer local and set it to nil.
9586
9587 2012-01-13 Glenn Morris <rgm@gnu.org>
9588
9589 * dired.el (dired-switches-escape-p): New function.
9590 (dired-insert-directory): Use dired-switches-escape-p.
9591 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
9592
9593 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
9594
9595 2012-01-12 Glenn Morris <rgm@gnu.org>
9596
9597 * mail/sendmail.el (mail-mode): Update paragraph-separate for
9598 changes in adaptive-fill-regexp. (Bug#10276)
9599
9600 2012-01-11 Alan Mackenzie <acm@muc.de>
9601
9602 Fix Emacs bug #10463 - put `widen's around the critical spots.
9603
9604 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
9605 widen around each invocation of c-state-pp-to-literal. Remove an
9606 unused let variable.
9607
9608 2012-01-11 Glenn Morris <rgm@gnu.org>
9609
9610 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
9611 Doc fix.
9612
9613 2012-01-10 Chong Yidong <cyd@gnu.org>
9614
9615 * net/network-stream.el (network-stream-open-starttls):
9616 Avoid emitting a confusing error message when the server gives a bad
9617 response to the capability command.
9618
9619 2012-01-10 Glenn Morris <rgm@gnu.org>
9620
9621 * mail/unrmail.el (unrmail): Tweak previous change.
9622
9623 2012-01-09 Chong Yidong <cyd@gnu.org>
9624
9625 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
9626
9627 2012-01-08 Alan Mackenzie <acm@muc.de>
9628
9629 Optimise font locking in long enum definitions.
9630
9631 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
9632 arm to a cond form to handle enums.
9633 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
9634 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
9635
9636 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
9637
9638 * files.el (move-file-to-trash): Preserve default file modes on error.
9639 (Bug#10401)
9640
9641 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
9642
9643 * faces.el (set-face-attribute): Clarify the meaning of the nil
9644 frame (bug#10294).
9645
9646 * subr.el (with-selected-frame): Mention that the selected frame
9647 is restored (bug#9980).
9648
9649 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
9650 (bug#9759).
9651
9652 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
9653 (password-read): Don't autoload unused function.
9654
9655 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
9656
9657 * progmodes/which-func.el (which-func-mode): Turn into a
9658 non-interactive function and mark as obsolete (bug#10428).
9659
9660 2012-01-06 Chong Yidong <cyd@gnu.org>
9661
9662 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
9663 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
9664 functions, along with 1 and -1.
9665
9666 2012-01-06 Eli Zaretskii <eliz@gnu.org>
9667
9668 * time.el (display-time-load-average)
9669 (display-time-default-load-average): Doc fixes. See the thread
9670 starting at
9671 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
9672 for the details.
9673
9674 2012-01-06 Glenn Morris <rgm@gnu.org>
9675
9676 * mail/unrmail.el (unrmail): Give an explicit error if the input file
9677 has no messages. (Bug#10377)
9678
9679 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
9680 than Info-edit. (Bug#10385)
9681
9682 * time.el (display-time-load-average, display-time-next-load-average):
9683 Doc fixes.
9684
9685 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
9686 local setting of buffer-read-only to the input buffer. (Bug#10419)
9687
9688 * calendar/calendar.el (calendar-mode):
9689 Locally set scroll-margin to 0. (Bug#10379)
9690
9691 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
9692
9693 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
9694
9695 2012-01-05 Glenn Morris <rgm@gnu.org>
9696
9697 * eshell/em-unix.el (diff-no-select): Autoload it.
9698 (eshell/diff): Use diff-no-select. (Bug#10420)
9699
9700 2012-01-05 Chong Yidong <cyd@gnu.org>
9701
9702 * shell.el (shell-dynamic-complete-functions): Revert last change.
9703 (shell-command-completion-function): New function.
9704 (shell-completion-vars): Use it to implement
9705 shell-completion-execonly (Bug#10417).
9706
9707 * custom.el (enable-theme): Don't set custom-safe-themes.
9708
9709 * cus-theme.el (custom-theme-merge-theme):
9710 Ignore custom-enabled-themes and custom-safe-themes.
9711
9712 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
9713
9714 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
9715 first prompt in `sql-interacive-mode'.
9716 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
9717 keywords.
9718 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
9719 (sql-product-interactive): Bug fix: Set `sql-buffer' in
9720 context of original buffer. Invoke `sql-login-hook'.
9721
9722 2012-01-04 Eli Zaretskii <eliz@gnu.org>
9723
9724 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
9725 letters in cite-prefix.
9726
9727 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9728
9729 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
9730
9731 2012-01-03 Chong Yidong <cyd@gnu.org>
9732
9733 * shell.el (shell-dynamic-complete-functions):
9734 Put pcomplete-completions-at-point, so as to try
9735 comint-filename-completion first (Bug#10417).
9736
9737 2012-01-02 Richard Stallman <rms@gnu.org>
9738
9739 * battery.el (battery-status-function):
9740 Detect when to use battery-yeeloong-sysfs.
9741 (battery-echo-area-format): Add string for Yeeloong.
9742 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
9743 (battery-yeeloong-sysfs): New function.
9744
9745 2012-01-02 Chong Yidong <cyd@gnu.org>
9746
9747 * dirtrack.el (dirtrack-list): Eliminate unused third element.
9748 (dirtrack): Merge code for handling relative filenames in prompt
9749 from shell-dir-cookie-watcher.
9750 (dirtrack-debug-message): New arg to avoid excess format calls.
9751
9752 * shell.el (shell-dir-cookie-re): Variable deleted.
9753 (shell-dir-cookie-watcher): Function deleted.
9754 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
9755 with dirtrack-mode.
9756
9757 2012-01-01 Eli Zaretskii <eliz@gnu.org>
9758
9759 * term/w32-win.el (dynamic-library-alist) <gnutls>:
9760 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
9761 libgnutls-26.dll.
9762
9763 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
9764
9765 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
9766
9767 2011-12-31 Eli Zaretskii <eliz@gnu.org>
9768
9769 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
9770 headers of non-MIME messages, when rmail-enable-mime is non-nil.
9771
9772 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
9773
9774 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
9775 also for alternative shells.
9776 (tramp-open-connection-setup-interactive-shell): Check, whether
9777 the shell is a busybox.
9778 (tramp-send-command): Don't suppress multiple prompts for
9779 busyboxes, it hurts.
9780
9781 2011-12-28 Chong Yidong <cyd@gnu.org>
9782
9783 * progmodes/gdb-mi.el (gdb-get-source-file-list)
9784 (gdb-get-source-file): Move mode line update to
9785 gdb-get-source-file (Bug#10087).
9786
9787 2011-12-25 Chong Yidong <cyd@gnu.org>
9788
9789 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
9790 gud-gdb-marker-filter without taking it as an argument.
9791 (gud-gdb-run-command-fetch-lines): Caller changed.
9792 (gud-gdb-completion-function): New variable.
9793 (gud-gdb-completion-at-point): Use it.
9794 (gud-gdb-completions-1): Split from gud-gdb-completions.
9795
9796 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
9797 function as separate arguments.
9798 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
9799 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
9800 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
9801 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
9802 (gdb-stopped, def-gdb-auto-update-trigger)
9803 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
9804 (gdb-get-changed-registers, gdb-get-main-selected-frame):
9805 Callers changed.
9806 (gud-gdbmi-completions): New function.
9807 (gdb): Use it for generating the completion table.
9808
9809 2011-12-24 Alan Mackenzie <acm@muc.de>
9810
9811 Introduce a mechanism to widen the region used in context font
9812 locking. Use this to protect declarations from losing their contexts.
9813
9814 * progmodes/cc-langs.el (c-before-font-lock-functions):
9815 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
9816 (c-before-context-fontification-functions): New defvar, a list of
9817 functions to be run just before context (etc.) font locking.
9818
9819 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
9820 New, functionality extracted from
9821 c-neutralize-syntax-in-and-mark-CPP.
9822 (c-in-after-change-fontification): New variable.
9823 (c-after-change): Set c-in-after-change-fontification.
9824 (c-set-fl-decl-start): Rejig its interface, so it can be called
9825 from both after-change and context fontifying.
9826 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
9827 New functions.
9828 (c-standard-font-lock-fontify-region-function): New variable.
9829 (c-font-lock-fontify-region): New function.
9830
9831 2011-12-24 Juri Linkov <juri@jurta.org>
9832
9833 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
9834 (Bug#10348)
9835
9836 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
9837
9838 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
9839 existence of source file. (Bug#10325)
9840
9841 2011-12-23 Alan Mackenzie <acm@muc.de>
9842
9843 Fix unstable fontification inside templates.
9844
9845 * progmodes/cc-langs.el (c-before-font-lock-functions):
9846 Newly created from the singular version. The (c c++ objc) entry now
9847 additionally has c-set-fl-decl-start. The other languages (apart
9848 from AWK) have that as a single entry.
9849
9850 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
9851 The functionality for "local" declarations has been extracted to
9852 c-set-fl-decl-start.
9853
9854 * progmodes/cc-mode.el (c-common-init, c-after-change):
9855 Changes due to pluralisation of c-before-font-lock-functions.
9856 (c-set-fl-decl-start): New function, extracted from
9857 c-font-lock-enclosing-decls and enhanced.
9858
9859 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
9860
9861 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
9862
9863 2011-12-22 Juri Linkov <juri@jurta.org>
9864
9865 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
9866
9867 2011-12-22 Chong Yidong <cyd@gnu.org>
9868
9869 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
9870
9871 2011-12-21 Drew Adams <drew.adams@oracle.com>
9872
9873 * files.el (file-remote-p): Fix docstring. (Bug#10319)
9874
9875 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
9876
9877 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
9878
9879 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
9880
9881 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
9882 highlighting and support. Fix up comments for capitalization.
9883 (cfengine-mode-debug): New var.
9884 (cfengine3-mode): Change the modeline indicator to "CFE3".
9885 (cfengine3-font-lock-keywords): Improve defun highlighting.
9886 (cfengine2-actions): Rename from `cfengine-actions'.
9887 (cfengine2-font-lock-keywords): Rename from
9888 `cfengine-font-lock-keywords'.
9889 (cfengine2-imenu-expression): Rename from
9890 `cfengine-imenu-expression'.
9891 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
9892 (cfengine2-beginning-of-defun): Rename from
9893 `cfengine-beginning-of-defun'.
9894 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
9895 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
9896 (cfengine2-mode): Rename from `cfengine-mode'. Change the
9897 modeline indicator to "CFE2".
9898 (cfengine-mode): Defalias to `cfengine-auto-mode'.
9899 (cfengine-mode-abbrevs): Mark obsolete.
9900
9901 2011-12-21 Chong Yidong <cyd@gnu.org>
9902
9903 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
9904 filename argument.
9905
9906 2011-12-20 Martin Rudalics <rudalics@gmx.at>
9907
9908 * window.el (window-normalize-buffer-to-display): Remove.
9909 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
9910
9911 2011-12-19 Chong Yidong <cyd@gnu.org>
9912
9913 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
9914 Don't signal an error in a predicate function; return non-nil.
9915 (vc-dir-mark-file): Move the error here.
9916 (vc-dir-mark-unmark): If acting on the region, keep going if one
9917 of the entries cannot be marked/unmarked.
9918 (vc-dir-mark-all-files): If current entry is a directory, mark
9919 only child files, as documented.
9920
9921 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
9922
9923 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
9924 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
9925 addition.
9926
9927 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
9928
9929 * term/ns-win.el (ns-get-selection-internal)
9930 (ns-store-selection-internal): Declare.
9931 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
9932 Declare as obsolete.
9933 (ns-get-pasteboard, ns-paste-secondary):
9934 Use ns-get-selection-internal.
9935 (ns-set-pasteboard, ns-copy-including-secondary):
9936 Use ns-store-selection-internal.
9937
9938 2011-12-17 Chong Yidong <cyd@gnu.org>
9939
9940 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9941 (vc-deduce-fileset): Doc fix.
9942
9943 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
9944
9945 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
9946
9947 2011-12-13 Sam Steingold <sds@gnu.org>
9948
9949 * man.el (Man-getpage-in-background): When running under a
9950 window-system, ignore $MANWIDTH and $COLUMNS.
9951
9952 2011-12-15 Kenichi Handa <handa@m17n.org>
9953
9954 * language/ethio-util.el: Change coding tag to utf-8-emacs.
9955 (setup-ethiopic-environment-internal): Comment out key-binding for
9956 ethio-toggle-punctuation.
9957
9958 2011-12-13 Alan Mackenzie <acm@muc.de>
9959
9960 Add the switch statement to AWK Mode.
9961
9962 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
9963 "default" to the keywords regexp.
9964
9965 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
9966 expression as the rest.
9967 (c-nonlabel-token-key): Allow string literals for AWK.
9968 Refactor for the other modes.
9969
9970 Large brace-block initialisation makes CC Mode slow: Fix.
9971 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
9972 routines. Limit backward searching in c-font-lock-enclosing.decl.
9973
9974 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
9975 pp-state and literal type in addition to the limits.
9976 (c-state-safe-place): New defun, extracted from c-state-literal-at.
9977 (c-state-literal-at): Use the above new defun.
9978 (c-slow-in-literal, c-fast-in-literal): Remove.
9979 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
9980
9981 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
9982 being in a literal. Add a limit for backward searching.
9983
9984 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
9985 c-slow-in-literal.
9986
9987 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
9988
9989 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
9990
9991 2011-12-13 Martin Rudalics <rudalics@gmx.at>
9992
9993 * window.el (delete-other-windows): Use correct frame in call to
9994 window-with-parameter.
9995
9996 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
9997
9998 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
9999 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
10000 (makefile-gmake-statements, makefile-makepp-statements):
10001 Use it and add new makepp keywords.
10002 (makefile-makepp-font-lock-keywords): Add new patterns.
10003 (makefile-match-function-end): Match new [...] and [[...]].
10004
10005 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
10006
10007 * ses.el (ses-call-printer-return, ses-cell-property-get)
10008 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
10009 (ses-create-cell-variable, ses-reset-header-string)
10010 (ses-cell-set-formula, ses-repair-cell-reference-all)
10011 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
10012 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
10013 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
10014 (ses-aset-with-undo, ses-load, ses-truncate-cell)
10015 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
10016 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
10017 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
10018 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
10019 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
10020 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
10021 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
10022 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
10023
10024 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
10025
10026 * ses.el: The overall change is to add cell renaming, that is
10027 setting fancy names for cell symbols other than name matching
10028 "\\`[A-Z]+[0-9]+\\'" regexp .
10029 (ses-create-cell-variable): New defun.
10030 (ses-relocate-formula): Relocate formulas only for cells the
10031 symbols of which are not renamed, i.e. symbols whose names do not
10032 match regexp "\\`[A-Z]+[0-9]+\\'".
10033 (ses-relocate-all): Relocate values only for cells the symbols of
10034 which are not renamed.
10035 (ses-load): Create cells variables as the (ses-cell ...) are read,
10036 in order to check row col consistency with cell symbol name only
10037 for cells that are not renamed.
10038 (ses-replace-name-in-formula): New defun.
10039 (ses-rename-cell): New defun.
10040
10041 2011-12-11 Chong Yidong <cyd@gnu.org>
10042
10043 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
10044 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
10045
10046 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
10047
10048 * window.el (other-window): Fix docstring.
10049
10050 2011-12-10 Eli Zaretskii <eliz@gnu.org>
10051
10052 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
10053 `from' or `to' address before taking its substring.
10054 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
10055 encoded name is chopped in the middle of the encoded string, and
10056 thus displayed encoded.
10057
10058 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
10059
10060 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
10061
10062 2011-12-10 Eli Zaretskii <eliz@gnu.org>
10063
10064 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
10065 to use texinfo-update-node and commands that call it if the
10066 Texinfo file uses @node lines without next/prev/up pointers.
10067 Correct outdated description about texinfo-master-menu.
10068 (texinfo-all-menus-update, texinfo-master-menu)
10069 (texinfo-update-node, texinfo-every-node-update)
10070 (texinfo-multiple-files-update): Doc fix. Warn against updating
10071 all the @node lines.
10072 (texinfo-master-menu): Only call texinfo-update-node if the prefix
10073 argument is numeric. Explain better in the doc string what the
10074 function really does.
10075 (texinfo-insert-master-menu-list): Improve the error message
10076 displayed if there's no menu in the Top node.
10077 (Bug#2975) See also this thread:
10078 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
10079
10080 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
10081
10082 * speedbar.el (speedbar-supported-extension-expressions):
10083 Add .adb and .ads, commonly used for Ada source code (bug#10256).
10084
10085 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
10086
10087 * printing.el (pr-mode-alist):
10088 * simple.el (filter-buffer-substring-functions)
10089 (completion-list-insert-choice-function):
10090 * window.el (window-with-parameter, window-atom-root)
10091 (window-sides-slots, window-size-fixed, window-min-delta)
10092 (window-max-delta, window--resize-mini-window)
10093 (window--resize-child-windows-normal, window-tree)
10094 (delete-other-windows, quit-window, split-window)
10095 (display-buffer-record-window, special-display-buffer-names)
10096 (special-display-regexps, special-display-popup-frame)
10097 (same-window-p, split-window-sensibly)
10098 (display-buffer-overriding-action, display-buffer-alist)
10099 (display-buffer-base-action, display-buffer, switch-to-buffer)
10100 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
10101 (fit-window-to-buffer, recenter-positions)
10102 (mouse-autoselect-window-state, mouse-autoselect-window-select):
10103 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
10104 and remove unneeded backslashes in docstrings.
10105
10106 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
10107
10108 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
10109
10110 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
10111 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
10112 end in ".mk".
10113 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
10114 when reading the makefile (bug#10116).
10115
10116 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10117
10118 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
10119 (bug#10116).
10120
10121 2011-12-06 Glenn Morris <rgm@gnu.org>
10122
10123 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
10124
10125 2011-12-06 Chong Yidong <cyd@gnu.org>
10126
10127 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
10128
10129 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
10130
10131 * textmodes/table.el (table-shorten-cell): Fix typo.
10132
10133 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
10134
10135 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
10136
10137 2011-12-05 Eli Zaretskii <eliz@gnu.org>
10138
10139 * descr-text.el (describe-char): Fix display of strong
10140 right-to-left characters and directional embeddings and overrides.
10141
10142 * simple.el (what-cursor-position): Fix display of codepoints of
10143 strong right-to-left characters.
10144
10145 2011-12-05 Chong Yidong <cyd@gnu.org>
10146
10147 * faces.el (read-color): Doc fix.
10148
10149 2011-12-05 Glenn Morris <rgm@gnu.org>
10150
10151 * align.el (align--set-marker): Add doc-string.
10152 Don't try to move something that is not a marker. (Bug#10216)
10153
10154 2011-12-04 Glenn Morris <rgm@gnu.org>
10155
10156 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
10157 overly zealous deletion of trailing whitespace.
10158
10159 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
10160
10161 * server.el (server-delete-client): On Windows, do not try to delete
10162 the only terminal.
10163 (server-process-filter): On Windows, treat requests for a tty frame as
10164 if they were for a GUI frame if the running server is in GUI mode.
10165
10166 2011-12-03 Glenn Morris <rgm@gnu.org>
10167
10168 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
10169
10170 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
10171
10172 * electric.el: Streamline electric-indent's hook.
10173 (electric-indent-chars): Revert to simple list.
10174 (electric-indent-functions): New var.
10175 (electric-indent-post-self-insert-function): Use it.
10176
10177 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
10178 there's no inferior buffer (bug#10196).
10179 (prolog-consult-compile): Don't use toggle-read-only.
10180
10181 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
10182
10183 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
10184 interrupt. (Bug#10187)
10185
10186 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10187
10188 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
10189 (bug#9160).
10190
10191 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
10192 (bug#10191).
10193
10194 2011-12-02 Juri Linkov <juri@jurta.org>
10195
10196 * info.el (Info-search): Display "end of manual" when Isearch
10197 reaches the end of single-file Info manual. (Bug#9918)
10198
10199 2011-12-02 Eli Zaretskii <eliz@gnu.org>
10200
10201 * isearch.el (isearch-message-prefix): Run the input method part
10202 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
10203
10204 2011-12-02 Juri Linkov <juri@jurta.org>
10205
10206 * isearch.el (isearch-occur): Use `word-search-regexp' for
10207 `isearch-word'.
10208 (isearch-search-and-update): Add condition for `isearch-word' and
10209 call `word-search-regexp'. (Bug#10145)
10210
10211 2011-12-01 Glenn Morris <rgm@gnu.org>
10212
10213 * eshell/em-hist.el (eshell-hist-initialize):
10214 Handle eshell-history-size nil and HISTSIZE set or unset.
10215 (eshell-history-file-name, eshell-history-size): Fix custom type.
10216
10217 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
10218
10219 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
10220
10221 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
10222
10223 * progmodes/verilog-mode.el (verilog-pretty-expr):
10224 Rework verilog-pretty-expr to handle new assignment operators in system
10225 verilog, such as += *= and the like.
10226 (verilog-assignment-operator-re): Regular expression to find the
10227 assigment operator in a verilog assignment.
10228 (verilog-assignment-operation-re): Regular expression to find an
10229 assignment statement for pretty-expr.
10230 (verilog-in-attribute-p): Query returns true if point is in an
10231 attribute context; used to skip these for expression line up from
10232 pretty-expr.
10233 (verilog-in-parameter-p): Query returns true if point is in an
10234 parameter definition context; used to skip these for expression
10235 line up from pretty-expr.
10236 (verilog-in-parenthesis-p): Query returns true if point is in a
10237 parenthetical expression, specifically ( ) but not [ ] or { };
10238 used by pretty-expr.
10239 (verilog-just-one-space): If there is no space, don't add one.
10240 (verilog-get-lineup-indent-2): Specifically skip just attribute
10241 contexts for expression lineup, rather than skipping all
10242 parenthetical expressions.
10243 (verilog-calculate-indent): Fix comment, and fix indent.
10244 (verilog-do-indent): Indent declarations in lists (suggested by
10245 Joachim Lechner).
10246 (verilog-mode-abbrev-table): Populate abbrev mode with the various
10247 skeleton items.
10248 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
10249 by Alain Mellan).
10250
10251 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
10252
10253 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
10254 parameters with embedded comments. Reported by Ray Stevens.
10255 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
10256 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
10257 Reported by Tim Holt.
10258 (verilog-auto): Fix AUTOing a upper module then AUTOing module
10259 instantiated by upper module causing wrong expansion until AUTOed a
10260 second time. Reported by K C Buckenmaier.
10261 (verilog-diff-auto): Fix showing .* as a difference when
10262 `verilog-auto-star-save' off. Reported by Dan Dever.
10263 (verilog-auto-reset, verilog-read-always-signals)
10264 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
10265 temporary signals in reset list if
10266 verilog-auto-reset-blocking-in-non is nil, and match assignment
10267 style to each signal's assignment type, bug381.
10268 Reported by Thomas Esposito.
10269 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
10270 (verilog-uvm-statement-re): Support UVM indentation and
10271 highlighting, with old OVM keywords only.
10272 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
10273 Support AUTOTIEOFF creating non-wire data types.
10274 Suggested by Jonathan Greenlaw.
10275 (verilog-auto-insert-lisp, verilog-delete-to-paren)
10276 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
10277 (verilog-inject-sense, verilog-read-inst-pins)
10278 (verilog-read-sub-decls, verilog-read-sub-decls-line):
10279 Fix mismatching parenthesis inside commented out code when deleting
10280 AUTOINST, bug383. Reported by Jonathan Greenlaw.
10281 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
10282 non-numeric vector width. Reported by Alex Reed.
10283 (verilog-auto-ascii-enum): Add "onehot" option to work around not
10284 detecting signals with parameter widths. Reported by Alex Reed.
10285 (verilog-auto-delete-trailing-whitespace):
10286 With `verilog-auto-delete-trailing-whitespace' remove trailing
10287 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
10288 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
10289 Fix verilog-scan-cache corruption when running user AUTO expansion
10290 hooks that call indentation routines.
10291 (verilog-simplify-range-expression): Fix typo ignoring lower case
10292 identifiers.
10293 (verilog-delete-auto): Fix delete-autos to also remove user created
10294 automatics, as long as they start with AUTO.
10295 (verilog-batch-diff-auto, verilog-diff-auto)
10296 (verilog-diff-function): Add `verilog-diff-auto' and bind to
10297 "C-c?" to report differences in AUTO expansion, ignoring spaces.
10298 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
10299 (verilog-in-paren-quick, verilog-re-search-backward-quick)
10300 (verilog-re-search-forward-quick, verilog-syntax-ppss):
10301 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
10302 is disabled and its cache will get corrupt, causing AUTOS not to
10303 expand. Instead use only -quick functions.
10304 (verilog-scan-region): Fix scanning over escaped quotes.
10305 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
10306 (verilog-re-search-backward-quick)
10307 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
10308 related functions now ignore strings, to fix misparsing of strings
10309 with magic comments embedded in them.
10310 (verilog-read-auto-template):
10311 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
10312 Reported by Brad Dobbie.
10313 (verilog-read-auto-template):
10314 Fix 'verilog-auto-inst-template-numbers' with comments.
10315 Reported by Brad Dobbie.
10316 (verilog-auto-inst, verilog-auto-inst-param)
10317 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
10318 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
10319 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
10320 debugging templates without merge conflicts, bug357.
10321 Reported by Brad Dobbie.
10322 (verilog-read-auto-template):
10323 Fix verilog-auto-inst-template-numbers with multiple templates.
10324 Reported by Brad Dobbie.
10325 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
10326 abbrevs so user won't be asked to save.
10327 (verilog-read-auto-lisp-present): Fix to start at beginning of
10328 buffer in case called outside of verilog-auto.
10329 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
10330 to "X-2". Reported by Matthew Myers.
10331 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
10332 all inputs from module templates. Reported by Leith Johnson.
10333 (verilog-module-inside-filename-p): Fix locating programs as with
10334 modules.
10335 (verilog-auto-inst-port): Fix vl-width expressions when using
10336 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
10337 (verilog-decls-get-regs, verilog-decls-get-signals,
10338 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
10339 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
10340 verilog-read-decls): Combine reg and wire structures into one var
10341 structure to represent SystemVerilog concepts.
10342 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
10343 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
10344 (verilog-auto-wire-type, verilog-insert-definition):
10345 Add verilog-auto-wire-type and AUTOLOGIC to support using
10346 SystemVerilog "logic" keyword instead of "wire"/"reg".
10347 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
10348 to declares outputs that also have assignments (presumably in an
10349 ifdef or generate if so there's not a driver conflict).
10350 Reported by Matthew Myers.
10351 (verilog-auto-declare-nettype, verilog-insert-definition):
10352 Add verilog-auto-declare-nettype to fix declarations using
10353 `default_nettype none. Reported by Julian Gorfajn.
10354 (verilog-read-always-signals-recurse, verilog-read-decls)
10355 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
10356 malformed end statement, bug325. Reported by Joshua Wise and
10357 Andrew Drake.
10358 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
10359 (verilog-inst-comment-re): Fix not deleting Interfaced comment
10360 when expanding .* in interfaces, bug320.
10361 Reported by Pierre-David Pfister.
10362 (verilog-read-module-name): Fix import statements between module
10363 name and open parenthesis, bug317.
10364 Reported by Pierre-David Pfister.
10365 (verilog-simplify-range-expression): Fix simplification of
10366 multiplications inside AUTOWIRE connections, bug303.
10367 (verilog-auto-inst-port): Support parameter expansion in
10368 multidimensional arrays.
10369 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
10370 after "assert property". Reported by Julian Gorfajn.
10371 (verilog-simplify-range-expression): Fix "couldn't merge" errors
10372 with multiplication, bug303.
10373 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
10374 Reported by Jan Frode Lonnum.
10375
10376 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
10377
10378 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
10379 (hfy-shell-file-name, hfy-shell):
10380 * international/fontset.el (x-decompose-font-name): Fix typos.
10381
10382 2011-11-29 Ken Brown <kbrown@cornell.edu>
10383
10384 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
10385 (gdb-version): Remove defvar.
10386 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
10387 (gdb-gud-context-command, gdb-non-stop-handler)
10388 (gdb-current-context-command, gdb-stopped): Use it.
10389 (gdb-init-1): Enable pretty printing here.
10390 (gdb-non-stop-handler): Don't enable pretty-printing here.
10391 Check to see if the target supports non-stop mode; if not, turn off
10392 non-stop mode. Use the following.
10393 (gdb-check-target-async): New defun.
10394 (gud-watch, gdb-stopped): Fix whitespace.
10395 (gdb-get-source-file): Don't try to display the source file if
10396 `gdb-main-file' is nil.
10397
10398 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
10399
10400 * align.el: Try to generate fewer markers (bug#10047).
10401 (align--set-marker): New macro.
10402 (align-region): Use it.
10403
10404 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
10405
10406 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
10407
10408 2011-11-29 Chong Yidong <cyd@gnu.org>
10409
10410 * indent.el (indent-for-tab-command, indent-according-to-mode):
10411 Doc fix.
10412 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
10413
10414 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
10415
10416 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
10417 aware of remote file names. (Bug#10124)
10418
10419 2011-11-29 Chong Yidong <cyd@gnu.org>
10420
10421 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
10422
10423 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10424
10425 * files.el (find-file): Don't use force-same-window (bug#10144).
10426 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
10427 use pop-to-buffer if the selected window can't be used.
10428 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
10429
10430 2011-11-28 Eli Zaretskii <eliz@gnu.org>
10431
10432 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
10433 special-mode-map.
10434
10435 2011-11-28 Chong Yidong <cyd@gnu.org>
10436
10437 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
10438
10439 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
10440
10441 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
10442 gdb-get-source-file-list on gdb-create-source-file-list.
10443
10444 2011-11-26 Eli Zaretskii <eliz@gnu.org>
10445
10446 * whitespace.el (whitespace-newline): Use a different foreground
10447 color for 16-color light-background displays.
10448
10449 2011-11-24 Chong Yidong <cyd@gnu.org>
10450
10451 * window.el (display-buffer--special-action): Doc fix.
10452
10453 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
10454
10455 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
10456 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
10457 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
10458 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
10459 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
10460 (avl-tree-stack-first):
10461 * emacs-lisp/cconv.el (cconv--analyse-use):
10462 * net/gnutls.el (gnutls-negotiate): Fix typos.
10463
10464 2011-11-24 Glenn Morris <rgm@gnu.org>
10465
10466 * lpr.el (lpr-windows-system, lpr-lp-system):
10467 * mail/binhex.el (binhex-begin-line):
10468 * progmodes/grep.el (grep-history, grep-find-history):
10469 * textmodes/flyspell.el:
10470 * vc/pcvs-defs.el (cvs-global-menu):
10471 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
10472 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
10473 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
10474
10475 * net/tls.el: Fix case of "GnuTLS".
10476
10477 * paths.el (rmail-file-name): Format doc-string for make-docfile.
10478
10479 * version.el (emacs-build-system): Give it a doc-string.
10480
10481 2011-11-24 Juri Linkov <juri@jurta.org>
10482
10483 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
10484
10485 2011-11-24 Glenn Morris <rgm@gnu.org>
10486
10487 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
10488 if called on a non-mime message just toggle the headers. (Bug#8006)
10489
10490 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
10491
10492 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
10493 (allout-lead-with-comment-string, allout-structure-deleted-hook)
10494 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
10495 (allout-rebullet-heading, allout-open-sibtopic)
10496 (allout-toggle-current-subtree-encryption)
10497 (allout-toggle-subtree-encryption, allout-encrypt-string)
10498 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
10499 (allout-distinctive-bullets-string, allout-auto-activation):
10500 * window.el (window-normalize-buffer-to-display):
10501 * progmodes/verilog-mode.el (verilog-batch-indent):
10502 * textmodes/bibtex.el (bibtex-field-braces-opt)
10503 (bibtex-field-strings-opt):
10504 * vc/cvs-status.el (cvs-tree-merge):
10505 Fix typos.
10506
10507 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
10508
10509 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
10510 `non-essential' to t, in order to avoid remote connections.
10511
10512 2011-11-23 Eli Zaretskii <eliz@gnu.org>
10513
10514 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
10515 On MS-DOS and MS-Windows, compare with loaddefs.el
10516 case-insensitively.
10517
10518 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
10519
10520 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
10521
10522 2011-11-23 Glenn Morris <rgm@gnu.org>
10523
10524 * paths.el (rmail-file-name): Reformat the doc-string so that it
10525 is picked up.
10526
10527 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
10528 (rmail-auto-file): Ignore case in the "special" field names,
10529 as mail-fetch-field does for all others.
10530
10531 * mail/rmail.el (rmail-forward):
10532 * mail/rmailkwd.el (rmail-set-label):
10533 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
10534 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
10535
10536 * mail/rmail.el (rmail-current-message): Doc fix.
10537
10538 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
10539
10540 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10541
10542 * server.el (server-eval-and-print): Allow C-g (bug#6585).
10543
10544 2011-11-22 Glenn Morris <rgm@gnu.org>
10545
10546 * mail/rmailmm.el (test-rmail-mime-handler)
10547 (test-rmail-mime-bulk-handler)
10548 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
10549
10550 2011-11-21 Juri Linkov <juri@jurta.org>
10551
10552 * calc/calc.el (calc-read-key-sequence):
10553 Let-bind `input-method-function' to nil. (Bug#10018)
10554
10555 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10556
10557 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
10558 Tell the caller that the next line needs recomputation, even
10559 though it doesn't start a sexp (bug#10094).
10560
10561 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10562
10563 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
10564
10565 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
10566
10567 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
10568 Use force-same-window.
10569
10570 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
10571
10572 * descr-text.el (describe-char-unicode-data):
10573 * json.el (json-string-escape):
10574 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
10575 (Footnote-unicode, Footnote-style-p):
10576 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
10577
10578 2011-11-20 Chong Yidong <cyd@gnu.org>
10579
10580 * window.el (replace-buffer-in-windows): Restore interactive spec.
10581
10582 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
10583
10584 * electric.el (electric-indent-mode): Fix last change (too optimistic).
10585
10586 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
10587 (byte-compile-global-not-obsolete-vars): New var.
10588 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
10589 Use it.
10590 (byte-compile-warn-obsolete): Align text with the one in *Help*.
10591
10592 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
10593
10594 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
10595 * progmodes/pascal.el (electric-pascal-equal):
10596 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
10597 * xml.el (xml-substitute-special): Fix typos.
10598
10599 2011-11-20 Glenn Morris <rgm@gnu.org>
10600
10601 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
10602 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
10603 Doc fixes.
10604 (rmail-decode-mime-charset): Mark as obsolete.
10605
10606 * mail/rmailsum.el (rmail-message-regexp-p-1):
10607 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
10608 Before using mime functions, check they are set. (Bug#10077)
10609
10610 2011-11-19 Juri Linkov <juri@jurta.org>
10611
10612 * info.el (Info-finder-find-node): Use `package--builtins' instead
10613 of `package-alist'. Use node names formed by the pattern "Keyword "
10614 and the keyword name.
10615
10616 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
10617
10618 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
10619
10620 2011-11-19 Juri Linkov <juri@jurta.org>
10621
10622 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
10623 that calls `revert-buffer' on all Info buffers. (Bug#9915)
10624 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
10625 `old-history', `old-history-forward'. Add let-binding
10626 `window-selected'. Remove calls to `kill-buffer',
10627 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
10628 before calling `Info-find-node', so `Info-find-node-2' will reread
10629 the Info file. Restore window positions only when `window-selected'
10630 is non-nil.
10631
10632 2011-11-19 Juri Linkov <juri@jurta.org>
10633
10634 * isearch.el (isearch-lazy-highlight-new-loop):
10635 Remove condition `(not isearch-error)'. (Bug#9918)
10636
10637 * misearch.el (multi-isearch-search-fun): Add condition
10638 `(not bound)' to ignore lazy-highlighting search.
10639 Add the search-failed message "end of multi" when the end of
10640 multi-sequence is reached. Uncapitalize the search-failed
10641 message "Repeat for next buffer".
10642
10643 * info.el (Info-search): Add the search-failed message
10644 "end of the manual" when the end of the manual is reached
10645 in Isearch mode.
10646
10647 2011-11-19 Juri Linkov <juri@jurta.org>
10648
10649 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
10650 Use non-destructive `remove' instead of `delete' because
10651 `Info-history-list' stored to `Info-isearch-initial-history-list' in
10652 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
10653
10654 2011-11-19 Juri Linkov <juri@jurta.org>
10655
10656 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
10657 to nil instead of binding `search-ring' and `regexp-search-ring'.
10658 (Bug#9185)
10659
10660 2011-11-19 Eli Zaretskii <eliz@gnu.org>
10661
10662 * simple.el (line-move): Force movement by logical lines for any
10663 hscrolled window, not only when auto-hscroll-mode is on.
10664 (line-move-visual): Update doc string to that effect. (Bug#10076)
10665
10666 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
10667
10668 * language/european.el (macintosh): Define as alias for mac-roman.
10669
10670 2011-11-19 Eli Zaretskii <eliz@gnu.org>
10671
10672 * mail/rmailmm.el (rmail-mime-display-header)
10673 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
10674 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
10675 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
10676 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
10677 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
10678 of a raw aref.
10679 (rmail-mime-entity-segment): To get past the tagline, move forward
10680 2 more lines, to account for the 2 empty lines that precede and
10681 follow the line with the buttons.
10682 (rmail-mime-update-tagline): Move one more line, to get past the
10683 empty line that follows the buttons in the tagline. (Bug#9520)
10684
10685 2011-11-19 Martin Rudalics <rudalics@gmx.at>
10686
10687 * window.el (window-max-delta-1, window-min-delta-1)
10688 (window-min-size-1, window-state-get-1, window-state-put-1)
10689 (window-state-put-2): Use "window--" prefix.
10690
10691 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
10692
10693 * emacs-lisp/smie.el: Improve warnings and conflict detection.
10694 (smie-warning-count): New var.
10695 (smie-set-prec2tab): Use it.
10696 (smie-bnf->prec2): Improve warnings. Add docstring.
10697 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
10698 (smie-bnf--set-class): New function.
10699 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
10700 corner case.
10701
10702 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
10703 (compilation-error-properties, compilation-move-to-column):
10704 Handle compilation-first-column while in the target buffer.
10705
10706 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
10707 Don't hardcode point-min==1.
10708
10709 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
10710 (eshell-rewrite-for-command): Remove workaround.
10711 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
10712 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
10713 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
10714
10715 * files-x.el (modify-file-local-variable): Obey commenting conventions.
10716
10717 2011-11-17 Glenn Morris <rgm@gnu.org>
10718
10719 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
10720 Ignore buffer-local generated-autoload-file if it is the same
10721 as the global value. (Bug#10049)
10722
10723 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
10724
10725 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
10726 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
10727 (reftex-toc-previous-heading, reftex-toc-max-level)
10728 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
10729 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
10730 (reftex-toc-do-promote, reftex-toc-promote-prepare)
10731 (reftex-toc-promote-action, reftex-toc-extract-section-number)
10732 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
10733 (reftex-toc-rename-label, reftex-toc-visit-location)
10734 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
10735 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
10736 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
10737 leaving "*toc*" only for references to the buffer.
10738
10739 2011-11-17 Martin Rudalics <rudalics@gmx.at>
10740
10741 * window.el (window-resize, delete-window, split-window):
10742 Replace window-splits by window-combination-resize.
10743 * cus-start.el (window-splits): Replace by window-combination-resize.
10744
10745 2011-11-17 Glenn Morris <rgm@gnu.org>
10746
10747 * progmodes/sh-script.el (sh-font-lock-keywords-var):
10748 Make bash entry derive from sh entry, not shell entry.
10749
10750 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
10751
10752 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
10753 local file name.
10754
10755 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
10756
10757 * menu-bar.el (menu-bar-file-menu):
10758 * printing.el (pr-ps-utility):
10759 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
10760 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
10761 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
10762 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
10763 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
10764 (icalendar--convert-cyclic-to-ical)
10765 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
10766 (icalendar--convert-ical-to-diary)
10767 (icalendar--convert-recurring-to-diary)
10768 (icalendar--convert-non-recurring-all-day-to-diary)
10769 (icalendar-import-format-sample):
10770 * progmodes/idlw-shell.el (idlwave-shell-mode):
10771 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
10772 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
10773 (vhdl-ps-print-init): Fix typos.
10774
10775 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
10776
10777 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
10778 FSF and collapse date sequence, obscure author/maintainer email address
10779 better, remove extra version line, track relocation of author's webpage.
10780
10781 * progmodes/python.el (python-pdbtrack-input-prompt)
10782 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
10783 regular python pdb prompts. Adjustments shamelessly taken exactly as
10784 suggested in EmacsWiki page (tiny change):
10785 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
10786
10787 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
10788
10789 * expand.el (expand-pos, expand-index, expand-point):
10790 Remove redundant info from docstring.
10791 (expand-add-abbrevs): Doc fix.
10792 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
10793 (expand-sample-perl-mode-expand-list): Fix typos.
10794
10795 * net/dbus.el (dbus-event-member-name):
10796 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
10797 * term/pc-win.el (msdos-create-frame-with-faces):
10798 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
10799
10800 2011-11-16 Martin Rudalics <rudalics@gmx.at>
10801
10802 * window.el (split-window, window-state-get-1)
10803 (window-state-put-1, window-state-put-2): Rename occurrences of
10804 window-nest to window-combination-limit.
10805 * cus-start.el (window-nest): Rename to window-combination-limit.
10806
10807 2011-11-16 Chong Yidong <cyd@gnu.org>
10808
10809 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
10810 regexp (Bug#10033).
10811
10812 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10813
10814 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
10815 `completing-read' will remove *Completions* and will preserve
10816 current-buffer for us.
10817 (tmm-add-prompt): Users of *Completions* will always (re)set its
10818 major mode.
10819 (tmm-old-comp-map): Remove.
10820
10821 2011-11-16 Glenn Morris <rgm@gnu.org>
10822
10823 * mail/rmailedit.el: Require rmailmm when compiling.
10824 (rmail-old-mime-state): New declaration.
10825 (rmail-edit-current-message): If editing a mime message,
10826 edit the "raw" message from the mbox buffer.
10827 (rmail-cease-edit): Handle mime messages. (Bug#9840)
10828
10829 2011-11-15 Glenn Morris <rgm@gnu.org>
10830
10831 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
10832 which wasn't being used. Add optional arg to force given state.
10833 (rmail-mime): Add optional arg to force given state.
10834
10835 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
10836
10837 * allout.el (allout-encryption-plaintext-sanitization-regexps):
10838 * frame.el (display-mm-dimensions-alist):
10839 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
10840 (outline-move-subtree-down):
10841 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
10842 (newsticker--treeview-do-get-node):
10843 * net/quickurl.el (quickurl-list-buffer-name):
10844 * progmodes/dcl-mode.el (dcl-mode):
10845 * progmodes/gdb-mi.el (gdb-mapcar*):
10846 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
10847
10848 2011-11-15 Glenn Morris <rgm@gnu.org>
10849
10850 * mail/rmail.el (rmail-file-coding-system): It's only ever used
10851 in a boolean sense, so just make it a boolean, and fix the doc.
10852 (rmail-show-mime-function, rmail-mime-feature)
10853 (rmail-require-mime-maybe): Doc fixes.
10854 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
10855
10856 * mail/rmailmm.el (rmail-show-mime): Doc fix.
10857
10858 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
10859
10860 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
10861 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
10862 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
10863 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
10864
10865 2011-11-15 Glenn Morris <rgm@gnu.org>
10866
10867 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
10868 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
10869 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
10870 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
10871 (rmail-mime, rmail-show-mime): Doc fixes.
10872
10873 * term/ns-win.el (mode-line-frame-identification):
10874 Leave it alone. (Bug#10051)
10875
10876 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
10877
10878 * mail/rmailout.el (rmail-output-to-rmail-buffer):
10879 Handle empty buffers. (Bug#9978)
10880
10881 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
10882
10883 * international/mule.el (define-charset):
10884 * mail/rmailmm.el (rmail-mime-find-header-encoding):
10885 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
10886 * progmodes/verilog-mode.el (verilog-backward-token):
10887 * textmodes/ispell.el (lookup-words):
10888 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
10889
10890 2011-11-14 Glenn Morris <rgm@gnu.org>
10891
10892 * progmodes/executable.el
10893 (executable-make-buffer-file-executable-if-script-p):
10894 Handle file-modes returning nil.
10895
10896 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
10897 message - not necessary, and causes problems. (Bug#9831)
10898
10899 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
10900
10901 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
10902
10903 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
10904 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
10905 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
10906
10907 2011-11-12 Martin Rudalics <rudalics@gmx.at>
10908
10909 * window.el (window-resize, delete-window): Use window-splits
10910 variable instead of function.
10911 (window-state-get-1, window-state-put-2, window-state-put):
10912 Don't deal with windows' splits status.
10913
10914 2011-11-12 Glenn Morris <rgm@gnu.org>
10915
10916 * apropos.el (apropos-do-all, apropos-library, apropos-value)
10917 (apropos-documentation): Doc fixes.
10918
10919 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
10920
10921 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
10922 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
10923
10924 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
10925
10926 * electric.el (electric-indent-post-self-insert-function): Make it
10927 possible for a char to only indent in some circumstances.
10928 (electric-indent-mode): Simplify.
10929
10930 2011-11-11 Martin Rudalics <rudalics@gmx.at>
10931
10932 * window.el (windows-with-parameter): Remove unused function.
10933 (windows-at-side): Rename to window-at-side-list.
10934 (window-check, window-atom-check, window-atom-check-1)
10935 (window-side-check, window-size-ignore, window-size-fixed-1)
10936 (window-in-direction-2): Prefix with "window--".
10937 (window-tree-1): Rename to window--subtree, fix doc-string.
10938
10939 2011-11-11 Glenn Morris <rgm@gnu.org>
10940
10941 * subr.el (eval-after-load): If FILE is already loaded,
10942 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
10943
10944 2011-11-10 Glenn Morris <rgm@gnu.org>
10945
10946 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
10947 Call svn via vc-svn-command rather than vc-do-command.
10948 (vc-svn-command): Add --non-interactive. (Bug#9993)
10949 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
10950
10951 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10952 Add toggle-read-only. (Bug#7292)
10953 * files.el (toggle-read-only): Mention that it should only
10954 be used interactively. (Bug#10006)
10955
10956 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10957
10958 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10959 Adjust regexp for OCaml warnings.
10960
10961 * electric.el (electric-pair-post-self-insert-function): Let user
10962 turn it off buffer-locally (bug#9932).
10963
10964 * progmodes/python.el (python-beginning-of-statement):
10965 Rewrite (bug#2703).
10966
10967 * progmodes/compile.el: Better handle TABs (bug#9749).
10968 (compilation-internal-error-properties)
10969 (compilation-next-error-function): Obey the target buffer's
10970 compilation-error-screen-columns.
10971
10972 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
10973
10974 * progmodes/meta-mode.el: Remove obsolete comments.
10975 (meta-right-comment-regexp, meta-ignore-comment-regexp):
10976 Fix typos in docstrings.
10977
10978 2011-11-09 Martin Rudalics <rudalics@gmx.at>
10979
10980 * window.el (window-size-fixed-p): Rewrite doc-string.
10981 (window-resizable-p): Rename to window--resizable-p. Update callers.
10982 (window--resizable): New function. Make all callers of
10983 window-resizable call window--resizable instead.
10984 (window-resizable): Rewrite in terms of window--resizable.
10985
10986 2011-11-08 Glenn Morris <rgm@gnu.org>
10987
10988 * progmodes/delphi.el (delphi-mode-syntax-table):
10989 Let define-derived-mode define a proper syntax table. (Bug#9994)
10990
10991 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
10992
10993 * window.el: Stay away from defsubst.
10994 (window-list-no-nils): Remove.
10995 (window-state-get-1, window-state-get): Use backquote instead.
10996
10997 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10998
10999 * emacs-lisp/find-func.el (find-function-read):
11000 Fix incorrect use of default argument in `completing-read'.
11001
11002 2011-11-08 Martin Rudalics <rudalics@gmx.at>
11003
11004 * window.el (display-buffer-function, special-display-function):
11005 Mention display-buffer-record-window but do not mention
11006 help-setup parameter in doc-strings.
11007 (window-min-delta): Fix doc-string typo.
11008
11009 2011-11-08 Chong Yidong <cyd@gnu.org>
11010
11011 * window.el (window-total-height, window-total-width): Doc fix.
11012 (window-body-size): Move from C.
11013 (window-body-height, window-body-width): Move to C.
11014
11015 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
11016
11017 * window.el: Make special-display like display-buffer-alist (bug#9532).
11018 (display-buffer--special-action): New function, morphed
11019 from display-buffer--special.
11020 (display-buffer): Use it to handle special-display-buffers at higher
11021 priority (just after display-buffer-alist).
11022 (display-buffer-fallback-action, display-buffer--other-frame-action)
11023 (pop-to-buffer-same-window): Remove display-buffer--special.
11024
11025 2011-11-07 Glenn Morris <rgm@gnu.org>
11026
11027 * calendar/cal-menu.el (cal-menu-set-date-title):
11028 Do nothing if not in a calendar. (Bug#9976)
11029
11030 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
11031
11032 * files.el (find-file): Always use selected-window.
11033
11034 2011-11-07 Martin Rudalics <rudalics@gmx.at>
11035
11036 * window.el (window-combinations): Make WINDOW argument
11037 mandatory. Rewrite doc-string.
11038 (walk-window-subtree, window-atom-check, window-min-delta)
11039 (window-max-delta, window--resize-this-window)
11040 (window--resize-root-window-vertically, window-tree)
11041 (balance-windows, window-state-put): Rewrite doc-strings as to
11042 not mention the term "subwindow".
11043 (window--resize-subwindows-skip-p): Rename to
11044 window--resize-child-windows-skip-p.
11045 (window--resize-subwindows-normal): Rename to
11046 window--resize-child-windows-normal.
11047 (window--resize-subwindows): Rename to
11048 window--resize-child-windows.
11049 (window-or-subwindow-p): Rename to window--in-subtree-p.
11050
11051 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
11052
11053 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
11054 Ensure that mbox format messages end in two newlines (Bug#9974).
11055
11056 2011-11-06 Chong Yidong <cyd@gnu.org>
11057
11058 * window.el (window-combination-p): Function deleted; its
11059 side-effect is not used in any existing code.
11060 (window-combinations, window-combined-p): Call window-*-child
11061 directly.
11062
11063 2011-11-05 Chong Yidong <cyd@gnu.org>
11064
11065 * window.el (window-valid-p): Rename from window-any-p.
11066 (window-size-ignore, window-state-get): Callers changed.
11067 (window-normalize-window): Rename from window-normalize-any-window.
11068 New arg LIVE-ONLY, replacing window-normalize-live-window.
11069 (window-normalize-live-window): Delete.
11070 (window-combination-p, window-combined-p, window-combinations)
11071 (walk-window-subtree, window-atom-root, window-min-size)
11072 (window-sizable, window-sizable-p, window-size-fixed-p)
11073 (window-min-delta, window-max-delta, window-resizable)
11074 (window-resizable-p, window-full-height-p, window-full-width-p)
11075 (window-current-scroll-bars, window-point-1, set-window-point-1)
11076 (window-at-side-p, window-in-direction, window-resize)
11077 (adjust-window-trailing-edge, maximize-window, minimize-window)
11078 (window-deletable-p, delete-window, delete-other-windows)
11079 (record-window-buffer, unrecord-window-buffer)
11080 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
11081 (quit-window, split-window, window-state-put)
11082 (set-window-text-height, fit-window-to-buffer)
11083 (shrink-window-if-larger-than-buffer): Callers changed.
11084
11085 2011-11-04 Eli Zaretskii <eliz@gnu.org>
11086
11087 * mail/rmail.el (rmail-simplified-subject): Decode subject with
11088 rfc2047-decode-string.
11089 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
11090 warnings.
11091
11092 * window.el (window-body-height, window-body-width): Mention in
11093 the doc string that the return values are in frame's canonical
11094 units. (Bug#9949)
11095
11096 2011-11-03 Alan Mackenzie <acm@muc.de>
11097
11098 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
11099 change in cc-engine.el.
11100
11101 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
11102
11103 * window.el (switch-to-buffer): Use `force-same-window' interactively.
11104
11105 2011-11-02 Martin Rudalics <rudalics@gmx.at>
11106
11107 * window.el (quit-window): Call unrecord-window-buffer after
11108 showing another buffer in the window. (Bug#9937)
11109 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
11110
11111 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
11112
11113 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
11114 Accept status with more than 9 shelves. (Bug#9935)
11115 Reported by Colin D Bennett <colin@gibibit.com>.
11116
11117 2011-11-01 Martin Rudalics <rudalics@gmx.at>
11118
11119 * help.el (with-help-window): Don't reference
11120 temp-buffer-show-specifiers in doc-string.
11121
11122 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
11123
11124 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
11125 menu-item.
11126
11127 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11128
11129 * whitespace.el: New version 13.2.2.
11130 (whitespace-newline-mode): Disable properly. Reported by Sarah
11131 <EmacsWiki>.
11132
11133 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
11134
11135 * net/newst-treeview.el: Remove "Time-stamp".
11136 (newsticker--group-manage-orphan-feeds): Do not call
11137 newsticker--treeview-tree-update.
11138 (newsticker-treeview-update, newsticker-treeview):
11139 Call newsticker--treeview-tree-update if necessary.
11140
11141 2011-10-30 Martin Rudalics <rudalics@gmx.at>
11142
11143 * window.el (window-iso-combination-p, window-iso-combined-p)
11144 (window-iso-combinations): Remove "iso-" infix.
11145 Suggested by Chong Yidong.
11146 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
11147 (window-max-delta-1, window-resize, window--resize-siblings)
11148 (window--resize-this-window, adjust-window-trailing-edge)
11149 (split-window, balance-windows-1)
11150 (shrink-window-if-larger-than-buffer):
11151 * calendar/calendar.el (calendar-generate-window):
11152 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
11153
11154 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11155
11156 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
11157 in place (bug#9907).
11158 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
11159 (eshell-rewrite-if-command, eshell-rewrite-for-command)
11160 (eshell-structure-basic-command, eshell-rewrite-while-command)
11161 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
11162 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
11163 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
11164 (eshell-do-pipelines-synchronously, eshell-eval-command):
11165 Use backquotes and prefer setq to set.
11166 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
11167 (eshell-macrop): Use functionp.
11168 (eshell-do-eval): Handle multiple expressions in `while' body.
11169
11170 2011-10-30 Chong Yidong <cyd@gnu.org>
11171
11172 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
11173 instead of set-mark (Bug#9810).
11174
11175 2011-10-30 Chong Yidong <cyd@gnu.org>
11176
11177 * window.el (split-window-below, split-window-right): Rename from
11178 split-window-above-each-other and split-window-side-by-side
11179 respectively. All callers changed.
11180 (split-window-sensibly, split-window-sensibly): Use them.
11181 (split-window-keep-point): Doc fix.
11182
11183 * isearch.el: Add isearch-scroll property to split-window-below
11184 and split-window-right.
11185
11186 * follow.el (follow-mode):
11187 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
11188 * progmodes/ada-xref.el (ada-gdb-application):
11189 * emulation/vip.el (vip-buffer-in-two-windows):
11190 * image-dired.el (image-dired-dired-with-window-configuration):
11191 * dired-x.el (dired-do-find-marked-files):
11192 * dired.el (dired-pop-to-buffer):
11193 * bs.el (bs--show-with-configuration):
11194 * vc/emerge.el (emerge-setup-windows):
11195 * textmodes/two-column.el (2C-two-columns):
11196 * textmodes/reftex-toc.el (reftex-toc):
11197 * progmodes/gdb-mi.el (gdb-setup-windows):
11198 * progmodes/fortran.el (fortran-window-create):
11199 * net/newst-treeview.el (newsticker--treeview-window-init):
11200 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
11201 * emulation/tpu-edt.el (tpu-gold-map):
11202 * emulation/crisp.el (crisp-mode-map):
11203 * calendar/calendar.el (calendar-basic-setup): Callers changed.
11204
11205 2011-10-29 Chong Yidong <cyd@gnu.org>
11206
11207 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
11208
11209 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
11210
11211 * textmodes/flyspell.el (flyspell-word): Fix char offset for
11212 forged Ispell output (Bug#7904).
11213
11214 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
11215
11216 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11217
11218 * doc-view.el: Avoid ugly errors about not finding nil.
11219 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
11220 (doc-view-dvipdf-program, doc-view-unoconv-program)
11221 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
11222 Avoid nil or absolute file name as default value.
11223 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
11224
11225 2011-10-28 Alan Mackenzie <acm@muc.de>
11226
11227 * progmodes/cc-defs.el (c-version): -> 5.32.2.
11228
11229 2011-10-28 Alan Mackenzie <acm@muc.de>
11230
11231 Amend the handling of c-beginning/end-of-defun in nested declaration
11232 scopes.
11233
11234 * progmodes/cc-vars.el (c-defun-tactic): Move here from
11235 cc-langs.el. Change it to a defcustom.
11236
11237 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
11238 cc-vars.el.
11239
11240 * progmodes/cc-engine.el (c-beginning-of-statement-1):
11241 Prevent "class foo : bar" being spuriously recognized as a label.
11242
11243 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
11244 Add parameter `inclusive' (to include enclosing braces in the region).
11245 (c-widen-to-enclosing-decl-scope): New function.
11246 (c-while-widening-to-decl-block): New macro.
11247 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
11248 outward for defun boundaries, and correspondingly change symbol
11249 `respect-enclosure' to `go-outward'.
11250 (c-declaration-limits): Change algorithm to report only the "innermost"
11251 defun's boundaries.
11252
11253 2011-10-28 Deniz Dogan <deniz@dogan.se>
11254
11255 * net/rcirc.el (rcirc-mode): Use hard newlines.
11256
11257 2011-10-28 Alan Mackenzie <acm@muc.de>
11258
11259 Amend to indent and fontify macros "which include their own semicolon"
11260 correctly, using the "virtual semicolon" mechanism.
11261
11262 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
11263
11264 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
11265 Recode to scan one line at a time rather than having \n and \r
11266 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
11267 (c-forward-label): Amend for virtual semicolons.
11268 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
11269
11270 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
11271 of the new C macros.
11272
11273 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
11274 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
11275 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
11276 (c-opt-cpp-macro-define): Make into a full language variable.
11277 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
11278 AWK Mode (including \n, \r) removed, no longer needed.
11279
11280 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
11281 Invoke c-make-macro-with-semi-re.
11282
11283 * progmodes/cc-vars.el (c-macro-with-semi-re):
11284 (c-macro-names-with-semicolon): New variables.
11285 (c-make-macro-with-semi-re): New function.
11286
11287 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11288
11289 * vc/log-edit.el: Fill empty field rather than adding new one.
11290 (log-edit-add-field): New function.
11291 (log-edit-insert-changelog): Use it.
11292
11293 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
11294
11295 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
11296
11297 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11298
11299 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
11300 (gdb--check-interpreter): New function.
11301 (gdb): Use it.
11302
11303 2011-10-27 Glenn Morris <rgm@gnu.org>
11304
11305 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
11306 (least-positive-float, least-negative-float)
11307 (least-positive-normalized-float, least-negative-normalized-float)
11308 (float-epsilon, float-negative-epsilon):
11309 Remove unnecessary declarations.
11310
11311 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
11312 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
11313 (least-positive-float, least-negative-float)
11314 (least-positive-normalized-float, least-negative-normalized-float)
11315 (float-epsilon, float-negative-epsilon): Add doc-strings,
11316 based on those in cl.texi.
11317
11318 * files.el (set-visited-file-name): If the major-mode changed,
11319 reload the local variables. (Bug#9796)
11320
11321 2011-10-27 Chong Yidong <cyd@gnu.org>
11322
11323 * subr.el (change-major-mode-after-body-hook): New hook.
11324 (run-mode-hooks): Run it.
11325
11326 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11327 Use change-major-mode-before-body-hook.
11328
11329 * simple.el (fundamental-mode):
11330 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
11331 change introducing fundamental-mode-hook.
11332
11333 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
11334
11335 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
11336
11337 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
11338
11339 * ido.el (ido-file-name-all-completions-1): Do not require
11340 tramp.el explicitly. (Bug#7583)
11341
11342 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
11343
11344 * progmodes/octave-mod.el:
11345 * progmodes/octave-inf.el: Update maintainer.
11346
11347 2011-10-26 Chong Yidong <cyd@gnu.org>
11348
11349 * subr.el (with-wrapper-hook): Rewrite doc.
11350
11351 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
11352
11353 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
11354 filenames "/method:foo:". (Bug#9793)
11355
11356 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11357
11358 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
11359 (bug#9865).
11360
11361 2011-10-24 Glenn Morris <rgm@gnu.org>
11362
11363 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
11364
11365 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
11366
11367 * notifications.el: Add the requirement of a running D-Bus session
11368 bus to the Commentary.
11369
11370 2011-10-24 Juri Linkov <juri@jurta.org>
11371
11372 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
11373 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
11374 (Bug#9364)
11375
11376 2011-10-24 Juri Linkov <juri@jurta.org>
11377
11378 * info.el (Info-following-node-name-re): Add newline to the list
11379 of allowed characters for leading space. (Bug#9824)
11380
11381 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11382
11383 * progmodes/octave-inf.el (inferior-octave-mode-map):
11384 Fix C-c C-h binding.
11385 * progmodes/octave-mod.el (octave-help): Remove.
11386
11387 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
11388
11389 Sync with Tramp 2.2.3.
11390
11391 * net/tramp-cache.el (top): Pacify byte-compiler using
11392 `init-file-user' and `site-run-file'.
11393
11394 * net/trampver.el: Update release number.
11395
11396 2011-10-23 Chong Yidong <cyd@gnu.org>
11397
11398 * files.el (toggle-read-only): Remove obsolete comment about
11399 version control.
11400
11401 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
11402 for toggle-read-only. Note that this hasn't called vc-next-action
11403 since 2008-05-02, though it wasn't documented at the time.
11404
11405 * vc/ediff-init.el (ediff-toggle-read-only-function):
11406 Use toggle-read-only.
11407
11408 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
11409
11410 Fix bug #9560, sporadic wrong indentation; improve instrumentation
11411 of c-parse-state.
11412
11413 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
11414 correct faulty logical expression.
11415 (c-parse-state-state, c-record-parse-state-state):
11416 (c-replay-parse-state-state): New defvar/defuns.
11417 (c-debug-parse-state): Use new functions.
11418
11419 2011-10-22 Martin Rudalics <rudalics@gmx.at>
11420
11421 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
11422 last fix. Use window-in-direction correctly.
11423
11424 2011-10-21 Chong Yidong <cyd@gnu.org>
11425
11426 * progmodes/idlwave.el (idlwave-mode):
11427 * progmodes/vera-mode.el (vera-mode): No need to set
11428 require-final-newline; that's done in prog-mode.
11429 Suggested by Stefan Monnier.
11430
11431 2011-10-21 Martin Rudalics <rudalics@gmx.at>
11432
11433 * mouse.el (mouse-drag-window-above)
11434 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
11435 (mouse-drag-mode-line-1, mouse-drag-header-line)
11436 (mouse-drag-vertical-line-rightward-window): Remove.
11437 (mouse-drag-line): New function.
11438 (mouse-drag-mode-line, mouse-drag-header-line)
11439 (mouse-drag-vertical-line): Call mouse-drag-line.
11440 * window.el (window-at-side-p, windows-at-side): New functions.
11441
11442 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
11443
11444 * tar-mode.el (tar-grind-file-mode):
11445 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
11446
11447 2011-10-21 Chong Yidong <cyd@gnu.org>
11448
11449 * progmodes/idlwave.el (idlwave-mode):
11450 * progmodes/vera-mode.el (vera-mode):
11451 Use mode-require-final-newline.
11452
11453 2011-10-20 Glenn Morris <rgm@gnu.org>
11454
11455 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
11456
11457 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
11458
11459 * emulation/cua-base.el (cua-set-mark): Fix case of string.
11460
11461 2011-10-20 Chong Yidong <cyd@gnu.org>
11462
11463 * emulation/cua-base.el (cua-mode):
11464 * mail/footnote.el (footnote-mode):
11465 * mail/mailabbrev.el (mail-abbrevs-mode):
11466 * net/xesam.el (xesam-minor-mode):
11467 * progmodes/bug-reference.el (bug-reference-mode):
11468 * progmodes/cap-words.el (capitalized-words-mode):
11469 * progmodes/compile.el (compilation-minor-mode)
11470 (compilation-shell-minor-mode):
11471 * progmodes/gud.el (gud-tooltip-mode):
11472 * progmodes/hideif.el (hide-ifdef-mode):
11473 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
11474 * progmodes/subword.el (subword-mode):
11475 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11476 * progmodes/which-func.el (which-function-mode):
11477 * term/tvi970.el (tvi970-set-keypad-mode):
11478 * term/vt100.el (vt100-wide-mode):
11479 * textmodes/flyspell.el (flyspell-mode):
11480 * textmodes/ispell.el (ispell-minor-mode):
11481 * textmodes/nroff-mode.el (nroff-electric-mode):
11482 * textmodes/paragraphs.el (use-hard-newlines):
11483 * textmodes/refill.el (refill-mode):
11484 * textmodes/reftex.el (reftex-mode):
11485 * textmodes/rst.el (rst-minor-mode):
11486 * textmodes/sgml-mode.el (html-autoview-mode)
11487 (sgml-electric-tag-pair-mode):
11488 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
11489 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
11490 * emulation/crisp.el (crisp-mode):
11491 * emacs-lisp/eldoc.el (eldoc-mode):
11492 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
11493 minor mode behavior.
11494
11495 2011-10-19 Juri Linkov <juri@jurta.org>
11496
11497 * descr-text.el (describe-char): Add #x2010 and #x2011 to
11498 the list of hard-coded chars with escape-glyph face.
11499
11500 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
11501
11502 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
11503
11504 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
11505
11506 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
11507 running process.
11508
11509 2011-10-19 Glenn Morris <rgm@gnu.org>
11510
11511 * vc/vc-bzr.el (vc-bzr-after-dir-status):
11512 Ignore ignored files. (Bug#9726)
11513
11514 2011-10-19 Chong Yidong <cyd@gnu.org>
11515
11516 Doc fix for minor modes, stating that an omitted argument enables
11517 the mode unconditionally when called from Lisp.
11518
11519 * abbrev.el (abbrev-mode):
11520 * allout.el (allout-mode):
11521 * autoinsert.el (auto-insert-mode):
11522 * autoarg.el (autoarg-mode, autoarg-kp-mode):
11523 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
11524 (global-auto-revert-mode):
11525 * battery.el (display-battery-mode):
11526 * composite.el (global-auto-composition-mode)
11527 (auto-composition-mode):
11528 * delsel.el (delete-selection-mode):
11529 * desktop.el (desktop-save-mode):
11530 * dired-x.el (dired-omit-mode):
11531 * dirtrack.el (dirtrack-mode):
11532 * doc-view.el (doc-view-minor-mode):
11533 * double.el (double-mode):
11534 * electric.el (electric-indent-mode, electric-pair-mode):
11535 * emacs-lock.el (emacs-lock-mode):
11536 * epa-hook.el (auto-encryption-mode):
11537 * follow.el (follow-mode):
11538 * font-core.el (font-lock-mode):
11539 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
11540 * help.el (temp-buffer-resize-mode):
11541 * hilit-chg.el (highlight-changes-mode)
11542 (highlight-changes-visible-mode):
11543 * hi-lock.el (hi-lock-mode):
11544 * hl-line.el (hl-line-mode, global-hl-line-mode):
11545 * icomplete.el (icomplete-mode):
11546 * ido.el (ido-everywhere):
11547 * image-file.el (auto-image-file-mode):
11548 * image-mode.el (image-minor-mode):
11549 * iswitchb.el (iswitchb-mode):
11550 * jka-cmpr-hook.el (auto-compression-mode):
11551 * linum.el (linum-mode):
11552 * longlines.el (longlines-mode):
11553 * master.el (master-mode):
11554 * mb-depth.el (minibuffer-depth-indicate-mode):
11555 * menu-bar.el (menu-bar-mode):
11556 * minibuf-eldef.el (minibuffer-electric-default-mode):
11557 * mouse-sel.el (mouse-sel-mode):
11558 * msb.el (msb-mode):
11559 * mwheel.el (mouse-wheel-mode):
11560 * outline.el (outline-minor-mode):
11561 * paren.el (show-paren-mode):
11562 * recentf.el (recentf-mode):
11563 * reveal.el (reveal-mode, global-reveal-mode):
11564 * rfn-eshadow.el (file-name-shadow-mode):
11565 * ruler-mode.el (ruler-mode):
11566 * savehist.el (savehist-mode):
11567 * scroll-all.el (scroll-all-mode):
11568 * scroll-bar.el (scroll-bar-mode):
11569 * server.el (server-mode):
11570 * shell.el (shell-dirtrack-mode):
11571 * simple.el (auto-fill-mode, transient-mark-mode)
11572 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
11573 (line-number-mode, column-number-mode, size-indication-mode)
11574 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
11575 * strokes.el (strokes-mode):
11576 * time.el (display-time-mode):
11577 * t-mouse.el (gpm-mouse-mode):
11578 * tool-bar.el (tool-bar-mode):
11579 * tooltip.el (tooltip-mode):
11580 * type-break.el (type-break-mode-line-message-mode)
11581 (type-break-query-mode):
11582 * view.el (view-mode):
11583 * whitespace.el (whitespace-mode, whitespace-newline-mode)
11584 (global-whitespace-mode, global-whitespace-newline-mode):
11585 * xt-mouse.el (xterm-mouse-mode): Doc fix.
11586
11587 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11588 Fix autogenerated docstring.
11589
11590 2011-10-19 Juri Linkov <juri@jurta.org>
11591
11592 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
11593 by checking environment variables "DESKTOP_SESSION" and
11594 "XDG_CURRENT_DESKTOP". (Bug#9779)
11595
11596 2011-10-19 Juri Linkov <juri@jurta.org>
11597
11598 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
11599 (browse-url-chromium-program, browse-url-chromium-arguments):
11600 New defcustoms.
11601 (browse-url-default-browser): Check for `browse-url-chromium' and
11602 call `browse-url-chromium-program'.
11603 (browse-url-chromium): New command. (Bug#9779)
11604
11605 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
11606
11607 * facemenu.el (list-colors-duplicates): On Windows, detect more
11608 duplicates by assuming that only colors matching "^System" are
11609 special "system colors". (Bug#9722)
11610
11611 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
11612
11613 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
11614 to distinguish the author from the committer.
11615
11616 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
11617
11618 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
11619
11620 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
11621
11622 * international/mule.el (sgml-html-meta-auto-coding-function):
11623 Add support for detecting encoding in HTML5 specified only as
11624 <meta charset="UTF-8">. Implementation just makes http-equiv and
11625 content-type parts from HTML4 encoding string optional. (Bug#9716)
11626
11627 2011-10-18 Glenn Morris <rgm@gnu.org>
11628
11629 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
11630
11631 2011-10-18 Chong Yidong <cyd@gnu.org>
11632
11633 * faces.el (cursor): Doc fix.
11634
11635 2011-10-17 Chong Yidong <cyd@gnu.org>
11636
11637 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
11638
11639 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
11640
11641 * dirtrack.el (dirtrack): Support shell buffers with path
11642 prefixes, e.g. tramp-based remote shells. (Bug#9647)
11643
11644 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
11645
11646 * json.el: Bump version to 1.3 and note change in History.
11647 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
11648
11649 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11650
11651 * comint.el (comint-insert-input, comint-send-input)
11652 (comint-get-old-input-default, comint-backward-matching-input)
11653 (comint-next-prompt): Use nil instead of `input' for field property of
11654 past user input (bug#114).
11655
11656 * minibuffer.el (completion--replace): Inherit surrounding properties
11657 (bug#114).
11658 (minibuffer-complete-and-exit): Use it.
11659
11660 * comint.el (comint--table-subvert): Quote the all-completions output
11661 (bug#9160).
11662
11663 2011-10-17 Martin Rudalics <rudalics@gmx.at>
11664
11665 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
11666
11667 * menu-bar.el (menu-bar-file-menu): Add entry for making new
11668 window on right of selected. (Bug#9350) Reword other window
11669 entries and separate them from frame entries.
11670
11671 2011-10-15 Glenn Morris <rgm@gnu.org>
11672
11673 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
11674 Doc fixes.
11675
11676 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
11677
11678 * net/network-stream.el (network-stream-open-starttls):
11679 Improve detection of failure due to lack of TLS support.
11680
11681 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
11682 putting the input text in front and in bold.
11683
11684 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
11685
11686 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
11687
11688 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
11689 empty buffer.
11690
11691 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
11692 unread-command-events rather than pushing yet-another event.
11693
11694 2011-10-14 Eli Zaretskii <eliz@gnu.org>
11695
11696 * mail/sendmail.el (sendmail-query-once): Improve the wording of
11697 the explanation of the possible choices. Make the options passed
11698 to completing-read shorter.
11699
11700 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11701
11702 * textmodes/flyspell.el (flyspell-large-region): Make sure
11703 extended character mode is used if defined (Bug#1339).
11704
11705 2011-10-13 Eli Zaretskii <eliz@gnu.org>
11706
11707 * simple.el (what-cursor-position): Fix the display of the
11708 character info for LRE, LRO, RLE, and RLO characters by appending
11709 an invisible PDF.
11710
11711 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11712
11713 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
11714 even in case of error; add debug spec; simplify data flow.
11715 (with-timeout-handler): Remove.
11716
11717 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
11718
11719 Fix Bug#6019, Bug#9315.
11720
11721 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
11722 complete `buffer-file-name', the local file name part could look
11723 remotely (for example on VMS).
11724
11725 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
11726 `tramp-run-real-handler'.
11727 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
11728 already quoted by '"'.
11729
11730 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
11731 Let `file-name-handler-alist' be nil, the local file name part
11732 could look remotely (for example on VMS).
11733
11734 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11735
11736 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
11737 from here...
11738 (flyspell-post-command-hook): ...to here.
11739
11740 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11741
11742 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
11743 if not needed.
11744 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
11745 using completion. Protect against "slow" callers.
11746 Remove the "message hack".
11747
11748 2011-10-11 Juri Linkov <juri@jurta.org>
11749
11750 * isearch.el (isearch-lazy-highlight-word): New variable.
11751 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
11752 Use it. (Bug#9727)
11753
11754 2011-10-11 Glenn Morris <rgm@gnu.org>
11755
11756 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
11757 like f90-previous-statement does.
11758
11759 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11760
11761 * eshell/eshell.el (eshell-command): History should be saved
11762 only in interactive use, to avoid error.
11763
11764 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11765
11766 * minibuffer.el (completion-file-name-table): Fix last change,
11767 i.e. ignore normal errors but not the other ones.
11768
11769 2011-10-10 Martin Rudalics <rudalics@gmx.at>
11770
11771 * window.el (special-display-buffer-names)
11772 (special-display-regexps): Remove some remnants of earlier
11773 changes from doc-strings.
11774 (quit-windows-on): New function.
11775
11776 * vc/vc.el (vc-revert, vc-rollback):
11777 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
11778 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
11779 (Bug#6183) (Bug#7074) (Bug#7447)
11780
11781 2011-10-09 Martin Rudalics <rudalics@gmx.at>
11782
11783 * window.el (frame-auto-hide-function): Add version tag.
11784 (Bug#9699)
11785
11786 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
11787
11788 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
11789 condition.
11790
11791 2011-10-09 Leo Liu <sdl.web@gmail.com>
11792
11793 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
11794 (Bug#9701)
11795
11796 2011-10-08 Glenn Morris <rgm@gnu.org>
11797
11798 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
11799 before the first code statement zero indent. (Bug#9690)
11800
11801 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
11802
11803 * simple.el (count-words-region): Always count in the region.
11804 Report the number of lines and characters too.
11805 (count-words): New command, which counts in the buffer if the
11806 region is inactive, as count-words-region used to.
11807 (count-words--message): New function. Handle plurals.
11808 (count-lines-region): Make it an alias for count-words-region.
11809
11810 * bindings.el (esc-map): Replace count-lines-region with
11811 count-words-region.
11812
11813 2011-10-08 Martin Rudalics <rudalics@gmx.at>
11814
11815 * window.el (window--delete): Delete dedicated frame
11816 unconditionally when argument KILL is non-nil. (Bug#9699)
11817 (switch-to-buffer): Fix doc-string typo.
11818
11819 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11820
11821 * eshell/eshell.el (eshell-command): Avoid using hooks.
11822
11823 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
11824
11825 * bindings.el ([M-left],[M-right]): Bind to left-word and
11826 right-word respectively.
11827
11828 2011-10-07 Glenn Morris <rgm@gnu.org>
11829
11830 * cus-start.el (debug-on-quit): Fix custom type.
11831
11832 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11833
11834 * subr.el (define-key-after): Clarify that the function is not
11835 useful for non-menu keymaps.
11836
11837 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
11838
11839 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11840
11841 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
11842 in current minibuffer (Fix bug with recursive minibuffers).
11843
11844 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
11845
11846 * progmodes/gdb-mi.el (gdb): Doc fix.
11847
11848 2011-10-05 Martin Rudalics <rudalics@gmx.at>
11849
11850 * window.el (frame-auto-hide-function): New option replacing
11851 frame-auto-delete. Suggested by Stefan Monnier.
11852 (window--delete): Call frame-auto-hide-function instead of
11853 investigating frame-auto-delete.
11854 (window-point-1, set-window-point-1): New functions.
11855 (window-in-direction, record-window-buffer, window-state-get-1)
11856 (display-buffer-record-window): Use window-point-1 instead of
11857 window-point.
11858 (set-window-buffer-start-and-point): Use set-window-point-1.
11859
11860 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
11861
11862 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
11863
11864 2011-10-05 Glenn Morris <rgm@gnu.org>
11865
11866 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
11867 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
11868
11869 2011-10-05 Leo Liu <sdl.web@gmail.com>
11870
11871 * subr.el (read-char-choice): Fix argument to buffer-live-p which
11872 works with buffer object.
11873
11874 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
11875
11876 * mpc.el (mpc-tool-bar-map): Add labels.
11877
11878 2011-10-04 Glenn Morris <rgm@gnu.org>
11879
11880 * calendar/holidays.el (calendar-check-holidays): Doc fix.
11881
11882 2011-10-04 Martin Rudalics <rudalics@gmx.at>
11883
11884 * window.el (window--delete): New function.
11885 (frame-auto-delete): Resuscitate option.
11886 (bury-buffer, replace-buffer-in-windows)
11887 (quit-window): Rewrite using window--delete.
11888 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11889 Pass display-buffer-mark-dedicated to window--display-buffer-2
11890 (Bug#9639).
11891
11892 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11893
11894 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
11895 returns a list (bug#9554). Add remote file name completion.
11896 * comint.el (comint--table-subvert): Curry and get quote&unquote
11897 functions as arguments.
11898 (comint--complete-file-name-data): Adjust call accordingly.
11899 * pcomplete.el (pcomplete--table-subvert): Remove.
11900 (pcomplete-completions-at-point): Use comint--table-subvert instead.
11901
11902 * minibuffer.el (completion-table-case-fold): Use currying.
11903 (completion--styles-type, completion--cycling-threshold-type):
11904 New constants.
11905 (completion-styles, completion-category-overrides)
11906 (completion-cycle-threshold): Use them.
11907 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
11908 completion-table-case-fold.
11909
11910 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
11911
11912 * minibuffer.el (completion-category-overrides): Fix type of styles
11913 and add more user friendly tags (bug#9660).
11914
11915 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11916
11917 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
11918 (mule-input-method-string): New widget.
11919 (default-input-method, language-info-custom-alist): Use it.
11920
11921 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
11922
11923 * pcomplete.el: Require comint.
11924 (pcomplete--common-suffix): Remove.
11925 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
11926 (pcomplete--table-subvert): Sync with comint--table-subvert.
11927 (pcomplete--entries): Use comint-completion-file-name-table.
11928 * comint.el (comint-unquote-filename): Simplify.
11929 (comint-completion-file-name-table): New function (bug#9616).
11930 (comint--complete-file-name-data): Use it.
11931
11932 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
11933 (pcmpl-gnu-tar-buffer): Remove.
11934 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
11935 around. Make sure pcomplete-suffix-list is only changed temporarily.
11936 Don't look inside the tar's file if it's too large.
11937
11938 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
11939
11940 * cus-edit.el (custom-mode-map):
11941 * epa.el (epa-key-list-mode-map):
11942 * man.el (Man-mode-map):
11943 * startup.el (splash-screen-keymap):
11944 * simple.el (special-mode-map): Use scroll-up-command and
11945 scroll-down-command.
11946
11947 * progmodes/idlw-help.el (idlwave-help-mode-map):
11948 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
11949 * net/newst-plainview.el (newsticker-mode-map):
11950 * emulation/ws-mode.el (wordstar-mode-map):
11951 * emulation/vi.el (vi-com-map):
11952 * calc/calc-graph.el (calc-graph-show-dumb):
11953 * term/sun.el (terminal-init-sun):
11954 * term/ns-win.el (global-map):
11955 * progmodes/grep.el (grep-mode-map):
11956 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
11957 * mail/rmail.el (rmail-mode-map):
11958 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
11959
11960 * custom.el (custom-safe-themes, load-theme): Treat value of t for
11961 custom-safe-themes as special.
11962
11963 2011-10-01 Julien Danjou <julien@danjou.info>
11964
11965 * notifications.el (notifications-notify): Fix docstring.
11966
11967 2011-10-01 Per Starbäck <per@starback.se>
11968
11969 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
11970
11971 2011-09-30 Martin Rudalics <rudalics@gmx.at>
11972
11973 * startup.el (command-line-1): Fix last fix by inserting
11974 initial-scratch-message into *scratch* before displaying it.
11975 (Bug#9605) and (Bug#9636)
11976
11977 2011-09-29 Eli Zaretskii <eliz@gnu.org>
11978
11979 * simple.el (line-move): If auto-hscroll-mode is disabled and the
11980 window is hscrolled, move by logical lines. (Bug#9607)
11981 (line-move-visual): Update the doc string to the above effect.
11982
11983 2011-09-29 Martin Rudalics <rudalics@gmx.at>
11984
11985 * window.el (display-buffer-record-window): When WINDOW is the
11986 selected window use `point' instead of `window-point'. (Bug#9626)
11987
11988 * startup.el (command-line-1): Use insert-before-markers when
11989 inserting initial-scratch-message. (Bug#9605)
11990
11991 * help.el (help-window): Remove variable.
11992
11993 2011-09-29 Glenn Morris <rgm@gnu.org>
11994
11995 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
11996
11997 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
11998
11999 * descr-text.el (describe-char-categories): Accept category
12000 descriptions more than one line long.
12001
12002 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
12003
12004 * simple.el (delete-trailing-whitespace): Fix last change.
12005
12006 * progmodes/perl-mode.el (perl-syntax-propertize-function):
12007 Don't confuse "y => 3" as the beginning of a `y' operation.
12008
12009 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
12010 object has more than 4 slots (bug#9613).
12011
12012 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
12013
12014 * subr.el (with-output-to-temp-buffer):
12015 * net/quickurl.el (quickurl, quickurl-browse-url):
12016 Fix typos in docstrings.
12017
12018 2011-09-27 Eli Zaretskii <eliz@gnu.org>
12019
12020 * minibuffer.el (completion-styles)
12021 (completion-category-overrides): Cross reference each other in doc
12022 strings.
12023
12024 2011-09-27 Glenn Morris <rgm@gnu.org>
12025
12026 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
12027 to split-string. (Bug#9606)
12028
12029 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12030
12031 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
12032 (bug#9615).
12033
12034 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
12035
12036 * emacs-lisp/package.el (list-packages): Fix echo area message.
12037
12038 2011-09-27 Leo Liu <sdl.web@gmail.com>
12039
12040 * ido.el (ido-read-internal): Accept cons cell HIST arg.
12041
12042 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
12043
12044 * net/dbus.el (dbus-unregister-object): Don't release services for
12045 registered signals. (Bug#9581)
12046
12047 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
12048
12049 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
12050 function that picks between cfengine 2 and 3 support
12051 automatically. Update docs accordingly.
12052
12053 2011-09-22 Kenichi Handa <handa@m17n.org>
12054
12055 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
12056 ZERO.
12057 (indian-itrans-v5-table-for-tamil): New variable.
12058 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
12059
12060 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
12061
12062 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
12063 that's true if the current command involved collapsing of text.
12064 It's reset to false at the beginning of the next command.
12065 (allout-post-command-business): Move the cursor to the beginning
12066 of entry if the cursor is hidden and collapsing activity just
12067 happened.
12068
12069 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
12070
12071 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
12072 tracking (Bug#9541).
12073
12074 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
12075
12076 * net/newst-reader.el (newsticker-html-renderer)
12077 (newsticker-show-news): Automatically load html rendering package
12078 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
12079 because w3m-fill-column is let-bound" and the error "Symbol's value
12080 as variable is void: w3m-fill-column".
12081
12082 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
12083
12084 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
12085 Release services only if they are defined. (Bug#9581)
12086
12087 2011-09-23 Richard Stallman <rms@gnu.org>
12088
12089 * textmodes/paragraphs.el (forward-sentence): For backwards case,
12090 distinguish start of paragraph from start of its text.
12091
12092 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
12093
12094 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
12095 (rmail-generate-viewer-buffer): Put that hook on view buffer.
12096 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
12097
12098 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
12099
12100 * international/mule-diag.el (mule-diag): Insert a newline after
12101 each fontset description.
12102
12103 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
12104
12105 * simple.el (delete-trailing-whitespace):
12106 Document last change; simplify.
12107
12108 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
12109
12110 * simple.el (delete-trailing-whitespace): Also delete
12111 extra newlines at the end of the buffer.
12112
12113 * textmodes/picture.el: Make motion commands obey shift-select-mode.
12114 (picture-newline): Use forward-line so as to ignore fields.
12115
12116 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
12117
12118 * subr.el (with-wrapper-hook): Fix edebug spec.
12119
12120 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12121
12122 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
12123 (bug#4538).
12124
12125 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
12126
12127 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
12128 Fix nasty bug using wrong cached values.
12129
12130 2011-09-23 Alan Mackenzie <acm@muc.de>
12131
12132 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
12133
12134 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
12135
12136 * window.el (pop-to-buffer): Ensure right window is selected if we
12137 chose another frame.
12138
12139 2011-09-22 Eli Zaretskii <eliz@gnu.org>
12140
12141 * simple.el (what-cursor-position): Use get-char-property-change
12142 and next-single-char-property-change, to be able to show display
12143 properties that come from overlays as well as text properties.
12144
12145 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
12146
12147 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
12148
12149 * cmuscheme.el (run-scheme, switch-to-scheme):
12150 * cus-edit.el (customize-group, custom-buffer-create)
12151 (customize-browse):
12152 * info.el (info):
12153 * shell.el (shell):
12154 * mail/sendmail.el (mail):
12155 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
12156
12157 2011-09-22 Richard Stallman <rms@gnu.org>
12158
12159 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
12160 move back only to line beg, don't move back over blank lines.
12161
12162 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
12163
12164 * files.el (copy-directory): Set directory attributes only in case
12165 they could be retrieved from the source directory. (Bug#9565)
12166
12167 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
12168
12169 * progmodes/hideshow.el (hs-looking-at-block-start-p)
12170 (hs-find-block-beginning, hs-hide-level-recursive):
12171 Ignore strings as well as comments. (Bug#9502)
12172
12173 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
12174
12175 * progmodes/sql.el (sql-comint-postgres):
12176 Convert port number to a string. (Bug#9566)
12177
12178 2011-09-22 Martin Rudalics <rudalics@gmx.at>
12179
12180 * window.el (quit-window): Undedicate window when switching to
12181 previous buffer. Reported by Thierry Volpiatto
12182 <thierry.volpiatto@gmail.com>.
12183 (special-display-popup-frame): When popping up a new frame reset
12184 its previous buffers to nil. Simplify code.
12185
12186 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
12187
12188 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
12189 and process filter, as done also in `shell-command'.
12190
12191 2011-09-21 Martin Rudalics <rudalics@gmx.at>
12192
12193 * window.el (set-window-buffer-start-and-point):
12194 Call set-window-start with NOFORCE argument t.
12195 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
12196 (quit-window): Reword doc-string. Handle new format of
12197 quit-restore parameter. Don't delete window if it has a
12198 previous buffer we can show instead of the present one.
12199 (display-buffer-record-window): Rewrite using a new format for
12200 the quit-restore window parameter
12201 (special-display-popup-frame, display-buffer-same-window)
12202 (display-buffer-reuse-window, display-buffer-pop-up-frame)
12203 (display-buffer-pop-up-window, display-buffer-use-some-window):
12204 Adapt symbol passed to display-buffer-record-window.
12205 * help.el (help-window-setup): Handle new format of quit-restore
12206 parameter.
12207
12208 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
12209
12210 * faces.el (face-list): Fix docstring (bug#9564).
12211
12212 * window.el (display-buffer--action-function-custom-type):
12213 Don't include internal functions in the Custom interface.
12214
12215 2011-09-20 Juri Linkov <juri@jurta.org>
12216
12217 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
12218 (Info-forward-node, Info-backward-node, Info-next-preorder)
12219 (Info-last-preorder): Use it. (Bug#9528)
12220
12221 2011-09-20 Juri Linkov <juri@jurta.org>
12222
12223 * info.el (Info-last-preorder): Visit last menu item only when
12224 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
12225
12226 2011-09-20 Julien Danjou <julien@danjou.info>
12227
12228 * password-cache.el (password-cache-remove): Remove entries even if the
12229 value is nil, so that password with a nil value (negative caching) is
12230 possible to invalidate.
12231
12232 2011-09-20 Lawrence Mitchell <wence@gmx.li>
12233
12234 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
12235 all whitespace around breakpoint. (Bug#9553)
12236 (f90-find-breakpoint): Only break at whitespace inside a comment.
12237
12238 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
12239
12240 * minibuffer.el (completion-file-name-table): Keep track of errors.
12241 (completion-table-with-predicate): Handle the case where pred1 is nil.
12242 * pcomplete.el (pcomplete-completions-at-point): Simplify.
12243
12244 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12245
12246 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
12247 (debugger-return-value): Signal an error if the debugging context does
12248 not await any return value.
12249
12250 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
12251 * image-mode.el (image-toggle-display-text)
12252 (image-toggle-display-image): Stay away from evil `intangible'.
12253
12254 2011-09-19 Leo Liu <sdl.web@gmail.com>
12255
12256 * replace.el (occur-revert-arguments): Make it permanent-local.
12257 (occur-mode): Don't call font-lock-defontify.
12258
12259 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
12260
12261 * net/ldap.el (ldap-search-internal): Don't push empty search
12262 result (Bug#9508).
12263
12264 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12265
12266 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
12267
12268 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
12269
12270 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
12271 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
12272
12273 2011-09-18 Juri Linkov <juri@jurta.org>
12274
12275 * buff-menu.el (Buffer-menu-mode-map):
12276 * dired.el (dired-mode-map):
12277 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
12278 (lisp-interaction-mode-map):
12279 * emacs-lisp/package.el (package-menu-mode-map):
12280 * epa.el (epa-key-list-mode-map):
12281 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
12282 (menu-bar-options-menu):
12283 * outline.el (outline-mode-menu-bar-map):
12284 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
12285 * vc/vc-dir.el (vc-dir-menu-map):
12286 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
12287 Capitalize non-function content words in menu item strings.
12288
12289 * dired.el (dired-mode-map): Add menu item for
12290 `image-dired-dired-toggle-marked-thumbs'.
12291
12292 2011-09-18 Juri Linkov <juri@jurta.org>
12293
12294 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
12295 to `isearch-case-fold-search' and restore its original value
12296 after the `isearch-mode' call.
12297
12298 2011-09-18 Juri Linkov <juri@jurta.org>
12299
12300 * progmodes/grep.el (grep-process-setup): Don't check code for 1
12301 because `zgrep' returns 1 for successful matches (bug#9226).
12302
12303 2011-09-18 Juri Linkov <juri@jurta.org>
12304
12305 * info.el (Info-extract-menu-node-name): Check the second match
12306 for empty string (second test-case of bug#9528).
12307 (Info-last-preorder): Let-bind `Info-history' to nil to not add
12308 intermediate nodes to the history (first test-case of bug#9528).
12309
12310 2011-09-18 Juri Linkov <juri@jurta.org>
12311
12312 * info.el (Info-mode-syntax-table): New variable.
12313 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
12314
12315 2011-09-18 Juri Linkov <juri@jurta.org>
12316
12317 * info.el (Info-file-supports-index-cookies):
12318 Increment line-beginning-position's arg from 3 to 4 because makeinfo
12319 outputs one more line for long file names (bug#4142).
12320
12321 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
12322
12323 * newcomment.el (comment-normalize-vars): If prompting for
12324 comment-start, set comment-start-skip too (Bug#8424).
12325
12326 2011-09-18 Johan Bockgård <bojohan@gnu.org>
12327
12328 * icomplete.el: Fix previous fix of Bug#5849.
12329 (icomplete-mode): Don't set completion-show-inline-help.
12330 (icomplete-minibuffer-setup): Set completion-show-inline-help
12331 locally during icompletion.
12332
12333 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
12334
12335 * woman.el (woman2-process-escapes): Don't delete unrecognized
12336 escapes (Bug#7843).
12337
12338 * files.el (inhibit-first-line-modes-regexps): Add image files.
12339 (hack-local-variables-prop-line): Return nil for malformed
12340 prop-lines (Bug#9044).
12341
12342 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
12343
12344 * net/tramp.el (top): Don't require 'shell.
12345 (tramp-methods): Fix docstring.
12346 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
12347 Return complete remote file name. Handle "smb" case.
12348 Use `tramp-tmpdir', if defined for the respective method.
12349 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
12350
12351 * net/tramp-compat.el (top): Require 'shell.
12352
12353 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
12354 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
12355 `tramp-current-host'.
12356 (tramp-get-remote-tmpdir): Remove.
12357
12358 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
12359 `tramp-tmpdir' entries.
12360 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
12361 (tramp-smb-handle-file-attributes): Ignore errors.
12362 (tramp-smb-wait-for-output): Check also for process end.
12363
12364 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
12365
12366 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
12367 when sending QUIT (bug#9312).
12368
12369 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
12370
12371 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
12372 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
12373 occur-mode-display-occurrence.
12374 (occur-edit-mode): Add usage message.
12375 (occur-cease-edit): New command.
12376 (occur-after-change-function): Use text properties to find the
12377 position of the prefix text.
12378 (occur-engine): Set stickiness of prefix text properties.
12379
12380 2011-09-17 Glenn Morris <rgm@gnu.org>
12381
12382 * progmodes/etags.el (complete-tag):
12383 Fix call to completion-in-region. (Bug#9526)
12384
12385 2011-09-17 Juri Linkov <juri@jurta.org>
12386
12387 * textmodes/ispell.el (ispell-word): Add to the error message
12388 the word, ispell program name and current dictionary (bug#9121).
12389 (ispell-tex-arg-end): Capitalize "error" in the error message.
12390
12391 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
12392
12393 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
12394 check. (Bug#4251)
12395
12396 2011-09-17 Juri Linkov <juri@jurta.org>
12397
12398 * window.el (window-safe-min-height, window-safe-min-width):
12399 Fix typos (followup to bug#9522).
12400
12401 2011-09-17 Sven Joachim <svenjoac@gmx.de>
12402
12403 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
12404
12405 2011-09-16 Eli Zaretskii <eliz@gnu.org>
12406
12407 * simple.el (line-move): If goal-column is set, move by logical
12408 lines, not by display lines. (Bug#971)
12409 (next-line, previous-line, goal-column, line-move-visual): Doc fix
12410 to reflect the above change.
12411
12412 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
12413
12414 * image.el (imagemagick-register-types): Use regexp-opt.
12415
12416 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
12417
12418 * window.el (display-buffer-base-action): Rename from
12419 display-buffer-default-action. Make default value empty.
12420 (display-buffer-overriding-action): Convert to defvar.
12421 (display-buffer-fallback-action): New var.
12422
12423 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
12424
12425 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
12426 declaration.
12427 (package--add-to-archive-contents): If there is a duplicate entry
12428 with an older version, remove it.
12429 (package-menu-mark-delete, package-menu-mark-install)
12430 (package-menu-mark-unmark): Make unused args optional.
12431 (package-menu-mark-obsolete-for-deletion):
12432 Use package-menu-get-status instead of a regexp search.
12433 (package-menu-get-status): Use tabulated-list-entry.
12434 (package-menu-mark-upgrades): New command.
12435 (package-menu-mode-map): Bind it to U. Add it to menu bar.
12436 (package-menu-execute): Do installation before deletion.
12437 (package-menu-refresh, package-menu-execute): Use derived-mode-p
12438 instead of checking major-mode.
12439 (package-menu--find-upgrades): New function.
12440
12441 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
12442
12443 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
12444 passwords in the log buffer.
12445 (smtpmail-process-filter): Update the process marker so that the
12446 "broken by peer" status message is inserted in the right place.
12447
12448 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
12449
12450 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
12451 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
12452 bibtex-completion-at-point-function.
12453 (bibtex-completion-at-point-function): Use them.
12454
12455 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
12456
12457 * mpc.el (mpc-constraints-tag-lookup): New function.
12458 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
12459 also to browser "album|playlist".
12460
12461 2011-09-14 Juri Linkov <juri@jurta.org>
12462
12463 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
12464 (isearch-edit-string): Use length of `isearch-string' when
12465 `isearch-fail-pos' returns nil.
12466 (isearch-message): Remove duplicate code and call
12467 `isearch-fail-pos' with arg `t'.
12468
12469 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
12470
12471 * replace.el (occur-mode-goto-occurrence): Don't force using other
12472 window (Bug#9499).
12473
12474 * dired-aux.el (dired-do-chmod): Don't provide initial input.
12475
12476 2011-09-14 Martin Rudalics <rudalics@gmx.at>
12477
12478 * window.el (display-buffer-window): Remove.
12479 (display-buffer-record-window): Use help-setup window parameter
12480 instead of variable display-buffer-window.
12481 (display-buffer-function, special-display-buffer-names)
12482 (special-display-function): Mention help-setup parameter instead
12483 of display-buffer-window in doc-string.
12484 * help.el (help-window-setup): New argument help-window.
12485 Use help-window-setup parameter instead of display-buffer-window.
12486 Reword some messages.
12487 (with-help-window): Pass window used for displaying the buffer
12488 to help-window-setup. Don't set display-buffer-window.
12489
12490 2011-09-13 Glenn Morris <rgm@gnu.org>
12491
12492 * emacs-lisp/debug.el (debugger-make-xrefs):
12493 Preserve point. (Bug#9462)
12494
12495 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
12496
12497 * window.el (window-deletable-p): Use next-frame.
12498
12499 2011-09-13 Martin Rudalics <rudalics@gmx.at>
12500
12501 * window.el (window-auto-delete): Remove.
12502 (window-deletable-p): Remove argument FORCE. Don't deal with
12503 dedication and previous buffers.
12504 (switch-to-prev-buffer): Don't delete window.
12505 (delete-windows-on): Delete a window's frame if and only if the
12506 window is dedicated.
12507 (replace-buffer-in-windows): Delete buffer's window or frame if
12508 and only if window is dedicated.
12509 (quit-window): Handle quit-restore as before last change.
12510 (bury-buffer): Delete window only if window-deletable-p returns t.
12511
12512 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
12513
12514 * window.el (window-deletable-p): Never delete the last frame on a
12515 given terminal.
12516
12517 2011-09-13 Glenn Morris <rgm@gnu.org>
12518
12519 * help.el (describe-key-briefly): Copy previous standard-output change.
12520
12521 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
12522
12523 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
12524
12525 2011-09-13 Glenn Morris <rgm@gnu.org>
12526
12527 * emacs-lisp/lisp-mode.el (lisp-indent-function):
12528 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
12529
12530 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
12531
12532 * dired-aux.el (dired-mark-read-string): Don't return default
12533 value on empty input (Bug#9361).
12534 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
12535 Omit initial minibuffer contents.
12536 (dired-do-chmod): Signal an error on empty input.
12537 (dired-mark-read-string): Don't return default on empty input.
12538
12539 * files.el (file-modes-symbolic-to-number): Doc fix.
12540
12541 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12542
12543 * international/mule-cmds.el (ucs-completions): Remove.
12544 (read-char-by-name): Use complete-with-action instead; add metadata.
12545
12546 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
12547
12548 * window.el (display-buffer--action-function-custom-type)
12549 (display-buffer--action-custom-type): New vars.
12550 (display-buffer-alist, display-buffer-default-action)
12551 (display-buffer-overriding-action): Add defcustom types.
12552
12553 * frame.el (delete-other-frames): Doc fix (Bug#276).
12554
12555 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12556
12557 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
12558
12559 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
12560
12561 Change modes that used same-window-* vars to use switch-to-buffer.
12562
12563 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
12564 Use switch-to-buffer.
12565
12566 * cus-edit.el (customize-group, custom-buffer-create)
12567 (customize-browse, custom-buffer-create-other-window):
12568 Use switch-to-buffer or switch-to-buffer-other-window.
12569
12570 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
12571 (Info-prev, Info-up, Info-speedbar-goto-node)
12572 (info-display-manual): Use switch-to-buffer.
12573 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
12574
12575 * mail/sendmail.el (mail): Use switch-to-buffer.
12576 (mail-recover): Use switch-to-buffer-other-window.
12577
12578 * cmuscheme.el (run-scheme, switch-to-scheme):
12579 * ielm.el (ielm):
12580 * shell.el (shell):
12581 * net/rlogin.el (rlogin):
12582 * net/telnet.el (telnet, rsh):
12583 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
12584
12585 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
12586
12587 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
12588
12589 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12590
12591 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
12592 so don't mention it (bug#9301).
12593 (dired-sort-toggle-or-edit): Clarify string further.
12594
12595 * faces.el (face-spec-set-match-display): Make `(type graphic)'
12596 match `x', `w32' and `ns', like the manual says (bug#9029).
12597
12598 * subr.el (eval-after-load): Doc string clarification (bug#9125).
12599 (process-kill-buffer-query-function): Mention the buffer name in
12600 the query.
12601
12602 * image-mode.el (image-next-line): The line parameter is mandatory
12603 (bug#9258).
12604
12605 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
12606 which can be useful (bug#9301).
12607
12608 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
12609
12610 * subr.el (match-string): Mention that the current buffer should
12611 be the same as the search was done in (bug#9282).
12612
12613 * facemenu.el: Disable the remove-* commands if the mark isn't
12614 active (bug#9162).
12615
12616 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
12617
12618 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
12619 of display-buffer.
12620 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
12621
12622 * replace.el (occur-mode-goto-occurrence)
12623 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
12624 and display-buffer.
12625
12626 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
12627 display-buffer.
12628
12629 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
12630 special-display and same-window variables.
12631 (mail-other-window): Use switch-to-buffer-other-window.
12632 (mail-other-frame): USe switch-to-buffer-other-frame.
12633
12634 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
12635 Use display-buffer-other-frame.
12636 (gdb-display-gdb-buffer): Use pop-to-buffer.
12637
12638 * progmodes/gud.el (gud-goto-info): Use info-other-window.
12639
12640 * progmodes/python.el: Don't set same-window-buffer-names.
12641
12642 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
12643
12644 * window.el (display-buffer-alist): Add *Python*.
12645
12646 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
12647
12648 * window.el (display-buffer-alist): Add entry for buffers
12649 previously handled same-window-*.
12650 (display-buffer-alist, display-buffer-default-action)
12651 (display-buffer-overriding-action): Mark as risky.
12652 (display-buffer-alist): Document action function changes.
12653 (display-buffer--same-window-action)
12654 (display-buffer--other-frame-action): New variables.
12655 (switch-to-buffer, display-buffer-other-frame): Use them.
12656 (display-buffer): Rename reuse-frame entry to reusable-frames.
12657 (display-buffer-reuse-selected-window): Function deleted.
12658 (display-buffer-reuse-window): Handle reusable-frames alist entry.
12659 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
12660 (display-buffer-special): New function.
12661 (display-buffer--maybe-pop-up-frame-or-window): Rename from
12662 display-buffer-reuse-or-pop-window. Split off special-display
12663 part into display-buffer-special.
12664 (display-buffer-use-some-window): Don't perform any special
12665 pop-up-frames handling.
12666 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
12667 (display-buffer--maybe-same-window): Rename from
12668 display-buffer-maybe-same-window.
12669
12670 * info.el: Don't set same-window-regexps.
12671 (info-setup): New function.
12672 (info-other-window, info): Call it.
12673
12674 * cus-edit.el: Don't set same-window-regexps.
12675 (customize-group): New argument.
12676 (customize-group-other-window): Use it.
12677 (customize-face, customize-face-other-window): Likewise.
12678 (custom-buffer-create-other-window): Use pop-to-buffer directly.
12679
12680 * net/rlogin.el:
12681 * net/telnet.el:
12682 * progmodes/gud.el: Don't set same-window-regexps.
12683
12684 * cmuscheme.el:
12685 * ielm.el:
12686 * shell.el:
12687 * mail/sendmail.el:
12688 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
12689
12690 2011-09-10 Juri Linkov <juri@jurta.org>
12691
12692 * isearch.el (isearch-edit-string): Remove obsolete mention of
12693 `C-w' (`isearch-yank-word-or-char') from docstring.
12694 (isearch-query-replace): Fix typo in docstring (bug#9466).
12695
12696 2011-09-10 Juri Linkov <juri@jurta.org>
12697
12698 * paren.el (show-paren-function): Don't show escaped parens.
12699 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
12700
12701 2011-09-10 Eli Zaretskii <eliz@gnu.org>
12702
12703 * mail/sendmail.el (mml-to-mime, mml-attach-file)
12704 (mm-default-file-encoding): Remove autoload forms, they are
12705 replaced with autoload cookies in mml.el and mm-encode.el.
12706 (mail-add-attachment): New command.
12707 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
12708 (mail-mode): Mention mail-insert-file and mail-add-attachment in
12709 the doc string.
12710 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
12711
12712 2011-09-10 Reuben Thomas <rrt@sc3d.org>
12713
12714 * simple.el (count-words-region): Use buffer if there's no region
12715 (bug#9429).
12716
12717 2011-09-09 Juri Linkov <juri@jurta.org>
12718
12719 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
12720 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
12721 (wdired-isearch-filter-read-only): New function. (Bug#6362)
12722
12723 2011-09-09 Alan Mackenzie <acm@muc.de>
12724
12725 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
12726 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
12727
12728 2011-09-09 Eli Zaretskii <eliz@gnu.org>
12729
12730 Fix for Savannah bug#9392.
12731 * simple.el (mail-encode-mml): New defvar.
12732
12733 * mail/rmail.el (mail-encode-mml): Add a defvar.
12734 (rmail-enable-mime-composing): Default to t.
12735 (rmail-forward): Use MIME method of forwarding only if both
12736 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
12737 Set mail-encode-mml non-nil if the MIME method was used.
12738
12739 * mail/sendmail.el (mml-to-mime): Add autoload form.
12740 (mail-encode-mml): Add a defvar.
12741 (mail-mode): Make mail-encode-mml buffer-local and initialize it
12742 to nil.
12743 (mail-send): If mail-encode-mml is non-nil, run the outgoing
12744 message through mml-to-mime, and reset mail-encode-mml to nil.
12745
12746 2011-09-09 Glenn Morris <rgm@gnu.org>
12747
12748 * woman.el (woman-if-body): When processing an .el block,
12749 do not delete the next .el block as well. (Bug#9447)
12750 (woman-special-characters): Add oq, cq, and hy characters.
12751
12752 2011-09-08 Martin Rudalics <rudalics@gmx.at>
12753
12754 * window.el (window-deletable-p): Make sure window is live before
12755 invoking window-prev-buffers.
12756
12757 2011-09-08 Leo Liu <sdl.web@gmail.com>
12758
12759 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
12760
12761 2011-09-08 Juri Linkov <juri@jurta.org>
12762
12763 * progmodes/compile.el (compilation-environment): Make it
12764 a defcustom (bug#8340).
12765
12766 2011-09-08 Martin Rudalics <rudalics@gmx.at>
12767
12768 * window.el (frame-auto-delete): Rename to window-auto-delete.
12769 Make it control auto-deletion of windows and/or frames.
12770 (window-deletable-p): New argument FORCE. Rewrite conditions
12771 for deleting window/frame. (Bug#9419)
12772 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
12773 Rewrite handling of case when window/frame can be deleted.
12774 (delete-windows-on): Call window-deletable-p with new FORCE
12775 argument t. (Bug#9456)
12776
12777 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
12778
12779 * help-mode.el (help-mode): Restore autoload.
12780
12781 2011-09-07 Juri Linkov <juri@jurta.org>
12782
12783 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
12784 `compilation-environment'. Set buffer-local
12785 `compilation-environment' to `thisenv' later after (funcall mode).
12786 (Bug#8340)
12787
12788 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
12789 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
12790 instead of replacing its value. (Bug#8340)
12791
12792 2011-09-07 Juri Linkov <juri@jurta.org>
12793
12794 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
12795 based on text properties put by `grep-filter' instead of matching
12796 escape sequences.
12797 (grep-mode): Set buffer-local `compilation-error-screen-columns'
12798 to the value of `grep-error-screen-columns' (bug#9438).
12799
12800 2011-09-07 Juri Linkov <juri@jurta.org>
12801
12802 * simple.el (next-error-highlight, next-error-highlight-no-select):
12803 Doc fix (bug#9432).
12804
12805 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
12806
12807 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
12808 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
12809
12810 2011-09-07 Leo Liu <sdl.web@gmail.com>
12811
12812 * net/rcirc.el (rcirc-mode): Conditionally initialize
12813 rcirc-input-ring.
12814
12815 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
12816
12817 * emacs-lisp/find-func.el (find-function-C-source): Only set
12818 find-function-C-source-directory after checking that we found a source
12819 file there (bug#9440).
12820
12821 2011-09-06 Alan Mackenzie <acm@muc.de>
12822
12823 * isearch.el (isearch-other-meta-char): Wherever a key list is
12824 unread, "unread" the prefix arg, too. This fixes bug #8901.
12825
12826 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
12827
12828 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
12829
12830 2011-09-05 Juri Linkov <juri@jurta.org>
12831
12832 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
12833
12834 2011-09-05 Juri Linkov <juri@jurta.org>
12835
12836 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
12837 keeping point where processing of grep matches begins, and
12838 continue to delete remaining escape sequences from the same point.
12839 (grep-filter): Make leading zero optional in "0?1;31m" because
12840 git-grep emits "\033[1;31m" escape sequences unlike expected
12841 "\033[01;31m" as GNU Grep does (bug#9408).
12842 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
12843
12844 2011-09-05 Juri Linkov <juri@jurta.org>
12845
12846 * subr.el (y-or-n-p): Capitalize "yes".
12847
12848 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
12849
12850 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
12851 `tramp-cache-unload-hook' where appropriate.
12852 (tramp-methods): Rename `tramp-remote-sh' to
12853 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
12854 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
12855
12856 * net/tramp-sh.el (top): Don't require 'shell.
12857 (tramp-methods): Add `tramp-remote-shell' and
12858 `tramp-remote-shell-args' entries.
12859 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
12860 (tramp-sh-handle-shell-command): Remove.
12861 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12862 Use `tramp-remote-shell'.
12863
12864 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
12865
12866 * mail/sendmail.el (sendmail-query-once-function): Delete.
12867 (sendmail-query-once): Save directly to send-mail-function.
12868 Update message-send-mail-function too.
12869
12870 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
12871
12872 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
12873
12874 * progmodes/python.el (python-mode-map): Use correct function to
12875 start python interpreter from menu-bar (as reported by Geert
12876 Kloosterman).
12877 (inferior-python-mode-map): Fix typo.
12878 (python-shell-map): Remove.
12879
12880 2011-09-03 Deniz Dogan <deniz@dogan.se>
12881
12882 * net/rcirc.el (rcirc-print): Simplify code for
12883 rcirc-scroll-show-maximum-output. There is no need to walk
12884 through all windows to find the right one.
12885
12886 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
12887
12888 * help.el (help-return-method): Doc fix.
12889
12890 2011-09-03 Martin Rudalics <rudalics@gmx.at>
12891
12892 * window.el (window-deletable-p): Don't return a non-nil value
12893 when there's a buffer that was shown in the window before.
12894 (Bug#9419)
12895 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
12896 Set window's previous buffers to nil.
12897
12898 2011-09-03 Eli Zaretskii <eliz@gnu.org>
12899
12900 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
12901 newline before and after the tag line, so it doesn't interfere
12902 with determining the paragraph direction of bidirectional text.
12903
12904 2011-09-03 Leo Liu <sdl.web@gmail.com>
12905
12906 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
12907
12908 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
12909
12910 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
12911 (pop-to-buffer): Change interactive spec. Pass second argument
12912 directly to display-buffer.
12913 (display-buffer): Fix interactive spec. Use functionp to
12914 distinguish between a function and a list of functions.
12915
12916 * abbrev.el (edit-abbrevs):
12917 * arc-mode.el (archive-extract):
12918 * autoinsert.el (auto-insert):
12919 * bookmark.el (bookmark-bmenu-list):
12920 * files.el (find-file):
12921 * view.el (view-buffer):
12922 * progmodes/compile.el (compilation-goto-locus):
12923 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
12924
12925 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
12926
12927 * window.el (display-buffer-alist): Doc fix.
12928 (display-buffer): Add docstring. Don't treat
12929 display-buffer-default specially.
12930 (display-buffer-reuse-selected-window)
12931 (display-buffer-same-window, display-buffer-maybe-same-window)
12932 (display-buffer-reuse-window, display-buffer-pop-up-frame)
12933 (display-buffer-pop-up-window)
12934 (display-buffer-reuse-or-pop-window)
12935 (display-buffer-use-some-window): New functions.
12936 (display-buffer-default-action): Use them.
12937 (display-buffer-default): Delete.
12938 (pop-to-buffer-1): Fix choice of actions.
12939
12940 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
12941
12942 * minibuffer.el (completion--insert-strings): Don't get confused by
12943 completion entries that end with an LF char.
12944
12945 2011-09-01 Eli Zaretskii <eliz@gnu.org>
12946
12947 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
12948
12949 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
12950
12951 * window.el (display-buffer): Restore interactive spec.
12952 (display-buffer-same-window, display-buffer-other-window):
12953 New functions.
12954 (pop-to-buffer-1): New function. Use the above.
12955 (pop-to-buffer, pop-to-buffer-same-window): Use it.
12956 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
12957
12958 * view.el (view-buffer-other-window, view-buffer-other-frame):
12959 Just use pop-to-buffer.
12960
12961 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12962
12963 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
12964
12965 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
12966
12967 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
12968
12969 2011-08-31 Richard Stallman <rms@gnu.org>
12970
12971 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
12972 of the separation of rmail-view-buffer from rmail-buffer.
12973 If you say no to "replace original", the decrypt is in the
12974 view buffer. If you say yes, the decrypt goes into the
12975 rmail buffer also.
12976
12977 2011-08-31 Martin Rudalics <rudalics@gmx.at>
12978
12979 * window.el (display-buffer-window): Rewrite doc-string.
12980 (display-buffer-record-window): New function.
12981 (display-buffer-macro-specifiers)
12982 (display-buffer-even-window-sizes, display-buffer-set-height)
12983 (display-buffer-set-width, display-buffer-in-window)
12984 (display-buffer-reuse-window, display-buffer-split-specifiers)
12985 (display-buffer-side-specifiers, display-buffer-split-window-1)
12986 (display-buffer-split-window, display-buffer-split-atom-window)
12987 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
12988 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
12989 (display-buffer-other-window-means-other-frame)
12990 (display-buffer-normalize-special)
12991 (display-buffer-normalize-default)
12992 (display-buffer-normalize-argument)
12993 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
12994 (display-buffer-normalize-specifiers, display-buffer-frame)
12995 (display-buffer-same-window, display-buffer-same-frame)
12996 (display-buffer-other-window)
12997 (display-buffer-same-frame-other-window)
12998 (display-buffer-other-frame, pop-to-buffer-same-window)
12999 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
13000 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
13001 (switch-to-buffer-same-frame)
13002 (switch-to-buffer-other-window-same-frame)
13003 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
13004 (display-buffer-alist-set-1, display-buffer-alist-set-2)
13005 (display-buffer-alist-set): Remove.
13006 (display-buffer-function, special-display-buffer-names)
13007 (special-display-regexps, special-display-function):
13008 In doc-string refer to display-buffer-window and quit-restore
13009 parameter.
13010 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
13011 (special-display-frame-alist, special-display-popup-frame)
13012 (same-window-buffer-names, same-window-regexps, same-window-p)
13013 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
13014 (split-window-preferred-function, split-height-threshold)
13015 (split-width-threshold, window-splittable-p)
13016 (split-window-sensibly, window--try-to-split-window)
13017 (window--frame-usable-p, even-window-heights)
13018 (window--even-window-heights, window--display-buffer-1)
13019 (window--display-buffer-2, display-buffer-other-frame):
13020 Restore old Emacs 23 code, order and doc-strings where applicable.
13021 (display-buffer-default, display-buffer-assq-regexp): New functions.
13022 (display-buffer-alist): Rewrite doc-string.
13023 (display-buffer-default-action)
13024 (display-buffer-overriding-action): New variables.
13025 (display-buffer, switch-to-buffer): Rewrite.
13026 (pop-to-buffer): Restore Emacs 23 behavior but use
13027 window-normalize-buffer-to-display.
13028 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
13029 Restore Emacs 23 behavior but use
13030 window-normalize-buffer-to-switch-to.
13031 (pop-to-buffer-same-window): Rewrite.
13032 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
13033 Rewrite using Emacs 23 options.
13034
13035 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
13036
13037 * net/tramp.el (tramp-root-regexp): Remove.
13038 (tramp-completion-file-name-regexp-unified)
13039 (tramp-completion-file-name-regexp-separate)
13040 (tramp-completion-file-name-regexp-url): Don't use leading volume
13041 letter on w32 systems. (Bug#5303, Bug#9311)
13042 (tramp-drop-volume-letter): Simplify definition.
13043 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13044
13045 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
13046
13047 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
13048 (bug#9356).
13049
13050 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
13051
13052 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
13053
13054 2011-08-29 Juri Linkov <juri@jurta.org>
13055
13056 * isearch.el (isearch-done): Don't display message "Mark saved"
13057 when arg `edit' is non-nil to prevent its flicker in the echo area.
13058
13059 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
13060
13061 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
13062 obsolete packages for deletion.
13063
13064 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
13065
13066 * help-mode.el (help-mode-map): Add special-mode-map to parent.
13067 (help-mode): Derive help-mode from special-mode. Don't invoke
13068 view-mode from help-mode.
13069 (help-xref-override-view-map): Remove.
13070 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
13071 view-mode is not used anymore.
13072
13073 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
13074
13075 * server.el (server-port): Doc fix.
13076
13077 * cus-theme.el (custom-theme-choose-mode): Inherit from
13078 special-mode (Bug#9124).
13079 (custom-theme-choose-mode-map): Add special-mode to parent.
13080
13081 2011-08-28 Alan Mackenzie <acm@muc.de>
13082
13083 * progmodes/cc-fonts.el
13084 (c-make-font-lock-BO-decl-search-function): New function.
13085 (c-basic-matchers-after - "Fontify the clauses after various
13086 keywords"): Extract the three keyword lists for the 3 erroneous
13087 constructs from the list of four, and use the new function above
13088 in place of an old one.
13089
13090 2011-08-28 Deniz Dogan <deniz@dogan.se>
13091
13092 * net/rcirc.el (rcirc-insert-prev-input)
13093 (rcirc-insert-next-input): Remove unused argument.
13094
13095 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
13096
13097 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
13098
13099 2011-08-27 Alan Mackenzie <acm@muc.de>
13100
13101 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
13102 handle function pointer parameters properly.
13103
13104 2011-08-27 Martin Rudalics <rudalics@gmx.at>
13105
13106 * window.el (display-buffer-reuse-window): Fix case where
13107 selected window was reused with non-nil OTHER-WINDOW argument.
13108 (Bug#9381)
13109
13110 2011-08-27 Deniz Dogan <deniz@dogan.se>
13111
13112 * net/rcirc.el (rcirc-check-auth-status): Adding support for
13113 oftc's NickServ messages.
13114
13115 2011-08-27 Glenn Morris <rgm@gnu.org>
13116
13117 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
13118
13119 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
13120
13121 * emacs-lisp/package.el (package-install): Call package-initialize
13122 if called interactively.
13123
13124 2011-08-26 Leo Liu <sdl.web@gmail.com>
13125
13126 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
13127
13128 2011-08-25 Juri Linkov <juri@jurta.org>
13129
13130 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
13131 `search-whitespace-regexp' (bug#9364).
13132
13133 2011-08-25 Juri Linkov <juri@jurta.org>
13134
13135 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
13136 `regexp-search-ring' to their global values to protect from
13137 updating by `read-from-minibuffer' (bug#9185).
13138
13139 2011-08-25 Juri Linkov <juri@jurta.org>
13140
13141 * textmodes/ispell.el (ispell-command-loop): Add newline
13142 at the end of the "Use option `i'..." line.
13143
13144 2011-08-25 Juri Linkov <juri@jurta.org>
13145
13146 * battery.el (display-battery-mode): If `battery-status-function'
13147 or `battery-mode-line-format' is nil, display the message and set
13148 `display-battery-mode' to nil (bug#9363).
13149
13150 2011-08-25 Eli Zaretskii <eliz@gnu.org>
13151
13152 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
13153 bidi-string-mark-left-to-right; they are unnecessary now.
13154
13155 2011-08-25 Deniz Dogan <deniz@dogan.se>
13156
13157 * net/quickurl.el: Documentation typo fixes.
13158
13159 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
13160
13161 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
13162
13163 2011-08-25 Glenn Morris <rgm@gnu.org>
13164
13165 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
13166
13167 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
13168 (smtpmail-via-smtp): Handle nil response from smtp.
13169
13170 2011-08-24 Juri Linkov <juri@jurta.org>
13171
13172 * proced.el (proced-marked): Inherit from `error' instead of
13173 `font-lock-warning-face'.
13174
13175 * ibuffer.el (ibuffer-marked-face): Change default face from
13176 `font-lock-warning-face' to `warning'.
13177 (ibuffer-deletion-face): Change default face from
13178 `font-lock-type-face' to `error'.
13179
13180 * battery.el (battery-update): Use the face `error' instead of
13181 `font-lock-warning-face' (bug#6117).
13182
13183 2011-08-24 Juri Linkov <juri@jurta.org>
13184
13185 * faces.el (success): Change face color from "Green3" to
13186 "ForestGreen" on light background (bug#9353).
13187
13188 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
13189
13190 * window.el (quit-window): Rename from quit-restore-window.
13191 Use same arglist as old quit-window.
13192 (frame-auto-delete): Doc fix.
13193
13194 * view.el (view-mode-exit): Use quit-window.
13195
13196 2011-08-24 Juri Linkov <juri@jurta.org>
13197
13198 * isearch.el (isearch-ring-adjust1): Start visiting previous
13199 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
13200 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
13201 for empty search string (when the last search string is reused
13202 automatically) to adjust the isearch ring to the last element and
13203 prepare the correct index for further M-p commands (bug#9185).
13204
13205 2011-08-24 Kenichi Handa <handa@m17n.org>
13206
13207 * international/ucs-normalize.el: If decomposition property of
13208 CHAR is the default one (i.e. a list of CHAR itself), treat it as
13209 nil.
13210 (nfd, nfkd): Likewise.
13211
13212 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
13213
13214 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
13215 from process filters aren't reliably transmitted to the surrounding
13216 accept-process-output.
13217 (mpc-proc-check): New function.
13218 (mpc-proc-sync): Use it (bug#8293)
13219
13220 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
13221
13222 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
13223 Add compatibility functions (bug#9313).
13224
13225 2011-08-23 Eli Zaretskii <eliz@gnu.org>
13226
13227 * cus-start.el (all): Add entry for bidi-paragraph-direction.
13228
13229 * international/uni-bidi.el: Regenerate.
13230
13231 2011-08-23 Kenichi Handa <handa@m17n.org>
13232
13233 * international/charprop.el:
13234 * international/uni-bidi.el:
13235 * international/uni-category.el:
13236 * international/uni-combining.el:
13237 * international/uni-comment.el:
13238 * international/uni-decimal.el:
13239 * international/uni-decomposition.el:
13240 * international/uni-digit.el:
13241 * international/uni-lowercase.el:
13242 * international/uni-mirrored.el:
13243 * international/uni-name.el:
13244 * international/uni-numeric.el:
13245 * international/uni-old-name.el:
13246 * international/uni-titlecase.el:
13247 * international/uni-uppercase.el: Regenerate.
13248
13249 2011-08-23 Martin Rudalics <rudalics@gmx.at>
13250
13251 * help.el (help-window-setup): Fix message displayed when other
13252 window is reused. (Bug#9341)
13253
13254 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
13255
13256 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
13257 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
13258
13259 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
13260 Mark obsolete.
13261 * shell.el (shell-parse-pcomplete-arguments): New function.
13262 (shell-completion-vars): Use it instead (bug#9160).
13263
13264 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
13265
13266 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
13267 strings and comments (bug#9333).
13268
13269 * emacs-lisp/debug.el (debug-arglist): New function.
13270 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
13271 (debug-on-entry-1): Handle interpreted closures (bug#9120).
13272
13273 2011-08-22 Juri Linkov <juri@jurta.org>
13274
13275 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13276 Revert regexp that highlights output switches to its old
13277 pre-2010-10-28 value and remove one `?' from it (bug#9319).
13278
13279 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
13280 to check for empty output (bug#9226).
13281
13282 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
13283
13284 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
13285 symbol-constituent as the default, as that stops font-lock from
13286 working properly (Bug#8843).
13287
13288 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13289
13290 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
13291 `coding-system-for-*' around the process open call to avoid
13292 auth-source side effects.
13293 (smtpmail-try-auth-methods): Expand the secret password.
13294 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
13295 probe hangs.
13296
13297 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
13298
13299 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
13300
13301 * emacs-lisp/find-func.el (find-function-noselect): New arg
13302 lisp-only.
13303
13304 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
13305 signal an error for built-in functions (Bug#6664).
13306
13307 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13308
13309 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
13310 (smtpmail-try-auth-methods): Use it.
13311
13312 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
13313
13314 * font-lock.el (font-lock-fontify-region)
13315 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
13316 (font-lock-default-unfontify-buffer)
13317 (font-lock-default-fontify-region)
13318 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
13319
13320 * progmodes/compile.el (compilation-error-properties):
13321 Fix confusion between file struct and message struct (Bug#9319).
13322 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
13323 `ant' regexp.
13324
13325 * net/browse-url.el (browse-url-firefox): Don't call
13326 browse-url-firefox-sentinel unless using -remote (Bug#9328).
13327
13328 2011-08-20 Glenn Morris <rgm@gnu.org>
13329
13330 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
13331
13332 * tutorial.el (tutorial--default-keys): Update some default bindings.
13333
13334 * files.el (hack-local-variables): Fully ignore case for "mode:".
13335
13336 2011-08-20 Alan Mackenzie <acm@muc.de>
13337
13338 Resolve invalid use of a regexp in regexp-opt.
13339
13340 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
13341 detection for a java annotation.
13342
13343 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
13344 detection for a java annotation.
13345
13346 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
13347 handling for java.
13348 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
13349
13350 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
13351
13352 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
13353 (Bug#9274).
13354
13355 2011-08-20 Alan Mackenzie <acm@muc.de>
13356
13357 Fontify CPP expressions correctly when starting in the middle of
13358 such a construct. Mainly for when jit-lock etc. starts a chunk
13359 here.
13360
13361 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
13362 variable.
13363 (c-make-font-lock-search-form): New function, extracted from
13364 c-make-font-lock-search-function.
13365 (c-make-font-lock-search-function): Use the above function.
13366 (c-make-font-lock-context-search-function): New function.
13367 (c-cpp-matchers): Enhance the preprocessor expression case with
13368 the above function
13369 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
13370 which takes an expression.
13371
13372 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
13373
13374 2011-08-20 Martin Rudalics <rudalics@gmx.at>
13375
13376 * window.el (display-buffer-reuse-window)
13377 (display-buffer-pop-up-window): Don't reuse or split a side
13378 window.
13379
13380 2011-08-19 Glenn Morris <rgm@gnu.org>
13381
13382 * files.el (hack-local-variables-prop-line, hack-local-variables):
13383 Downcase "Mode:". (Bug#9331)
13384
13385 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
13386
13387 * international/characters.el: Add L and R categories.
13388
13389 * subr.el (bidi-string-mark-left-to-right): Rename from
13390 string-mark-left-to-right. Use category search.
13391
13392 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
13393
13394 2011-08-18 Juri Linkov <juri@jurta.org>
13395
13396 * faces.el (error, warning, success): New faces with definitions
13397 copied from old default values of `font-lock-warning-face',
13398 `compilation-warning', `compilation-info' (bug#6117).
13399
13400 * font-lock.el (font-lock-warning-face): Inherit from `error'.
13401
13402 * progmodes/compile.el (compilation-error): Inherit from `error'.
13403 (compilation-warning): Inherit from `warning'.
13404 (compilation-info): Inherit from `success'.
13405
13406 * dired.el (dired-marked): Inherit from `warning'.
13407 (dired-flagged): Inherit from `error'.
13408
13409 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13410
13411 * mail/smtpmail.el (auth-source): Require to avoid problems with
13412 binding variables (bug#9298). Also clean up some unused
13413 autoloads.
13414
13415 * net/network-stream.el (network-stream-open-starttls):
13416 Support using starttls.el without using gnutls-cli.
13417
13418 2011-08-17 Juri Linkov <juri@jurta.org>
13419
13420 * progmodes/grep.el (rgrep): Handle the case when
13421 `grep-find-command' is a cons cell (bug#9278).
13422
13423 2011-08-17 Martin Rudalics <rudalics@gmx.at>
13424
13425 * window.el (display-buffer-pop-up-frame): Run frame creation
13426 function with BUFFER current (as special-display-popup-frame
13427 does). Reported by Drew Adams.
13428
13429 2011-08-17 Daiki Ueno <ueno@unixuser.org>
13430
13431 * epa-mail.el: Simplify GnuPG group expansion using
13432 epg-expand-group.
13433 (epa-mail-group-alist, epa-mail-group-modtime)
13434 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
13435 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
13436 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
13437 Remove.
13438
13439 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
13440
13441 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
13442
13443 2011-08-16 Alan Mackenzie <acm@muc.de>
13444
13445 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
13446 Correct, to avoid the inside of macros.
13447
13448 2011-08-16 Richard Stallman <rms@gnu.org>
13449
13450 * epa-mail.el: Handle GnuPG group definitions.
13451 (epa-mail-group-alist, epa-mail-group-modtime)
13452 (epa-mail-gnupg-conf-file): New variables.
13453 (epa-mail-parse-groups, epa-mail-sync-groups)
13454 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
13455 (epa-mail-expand-recipients): New functions.
13456 (epa-mail-encrypt): Call epa-mail-expand-recipients.
13457
13458 * mail/rmail.el (rmail-epa-decrypt): New command.
13459
13460 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
13461 Don't bind buffer-read-only, just inhibit-read-only.
13462 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
13463 (epa-decrypt-armor-in-region): Make error message clearer.
13464
13465 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
13466
13467 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
13468 and "a2b" to "ab" for `prefix'.
13469
13470 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
13471
13472 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
13473 filter groups.
13474 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
13475 Fourquet (Bug#8804).
13476
13477 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
13478
13479 * startup.el (argi): Declare as global variable (bug#9275).
13480
13481 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
13482
13483 * subr.el (string-mark-left-to-right): Search the entire string
13484 for RTL script, not just the terminating character. Doc fix.
13485
13486 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
13487
13488 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
13489 New function.
13490 (js--regexp-literal, js-syntax-propertize-function): Remove.
13491 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
13492 (js-mode-map): Don't rebind electric keys.
13493 (js-insert-and-indent): Remove.
13494 (js-mode): Setup electric-layout and electric-indent instead.
13495
13496 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
13497
13498 2011-08-12 Daiki Ueno <ueno@unixuser.org>
13499
13500 * epa.el (epa-progress-callback-function): Fix the logic of
13501 displaying progress.
13502 * epa-file.el (epa-file-insert-file-contents): Make progress
13503 display more user-friendly.
13504 (epa-file-write-region): Ditto.
13505
13506 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
13507
13508 * subr.el (string-mark-left-to-right): New function.
13509
13510 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
13511 Use string-mark-left-to-right.
13512 (list-buffers-noselect): Caller changed.
13513
13514 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
13515 Use string-mark-left-to-right.
13516 (tabulated-list-print): Recenter after moving point.
13517
13518 2011-08-10 Juri Linkov <juri@jurta.org>
13519
13520 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
13521 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
13522 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
13523
13524 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
13525
13526 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
13527 (Bug#7554).
13528
13529 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
13530
13531 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
13532 character. (Bug#6594)
13533
13534 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
13535
13536 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
13537 (image-dired--with-db-file): New macro.
13538 (image-dired-write-tags, image-dired-remove-tag)
13539 (image-dired-create-gallery-lists, image-dired-write-comments)
13540 (image-dired-get-comment, image-dired-mark-tagged-files)
13541 (image-dired-list-tags, image-dired-gallery-generate): Use it.
13542 (image-dired-gallery-generate): Use insert-file-contents.
13543
13544 * time.el (display-time-world-list, display-time-world-display):
13545 * time-stamp.el (time-stamp-string):
13546 * vc/add-log.el (add-change-log-entry): Use setenv instead of
13547 set-time-zone-rule (Bug#7337).
13548
13549 2011-08-08 Daiki Ueno <ueno@unixuser.org>
13550
13551 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
13552 (epg-error-to-string, epg-errors-to-string): New function.
13553 (epg-wait-for-completion): Reverse errors list.
13554 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
13555 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
13556 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
13557 (epg-sign-keys, epg-generate-key-from-file)
13558 (epg-generate-key-from-string): Format errors by using
13559 epg-errors-to-string (bug#9255).
13560 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
13561
13562 2011-08-07 Juri Linkov <juri@jurta.org>
13563
13564 * faces.el (list-faces-display): Remove extra angle bracket
13565 from `help-mode-map'.
13566
13567 * info.el (Info-history-toc-nodes): Doc fix.
13568
13569 * longlines.el (longlines-mode): Doc fix.
13570
13571 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
13572
13573 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
13574 of statements and in a few more cases (bug#9183).
13575
13576 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
13577 New functions.
13578 (cl-transform-lambda): Use them (bug#9239).
13579
13580 2011-08-05 Martin Rudalics <rudalics@gmx.at>
13581
13582 * window.el (display-buffer-same-window)
13583 (display-buffer-same-frame, display-buffer-other-window)
13584 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
13585 (pop-to-buffer-other-window)
13586 (pop-to-buffer-same-frame-other-window)
13587 (pop-to-buffer-other-frame): Make them defuns.
13588 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
13589
13590 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
13591
13592 * subr.el (make-composed-keymap): Move from C. Change calling
13593 convention, and improve docstring to bring attention to a subtle point.
13594 * minibuffer.el (completing-read-default): Adjust accordingly.
13595
13596 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
13597
13598 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
13599 (tramp-open-shell): Use `tramp-shell-quote-argument'.
13600
13601 * net/trampver.el: Update release number.
13602
13603 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
13604
13605 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
13606 "in" (bug#9190).
13607
13608 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
13609
13610 * mail/sendmail.el (sendmail-query-once): Restore the current
13611 buffer after querying (bug#9074).
13612
13613 * dired.el (dired-flagged): Use different faces for marked and
13614 flagged files (bug#6117).
13615
13616 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
13617 (bug#4433).
13618
13619 * ido.el (ido-mode): Switch off the message if called
13620 non-interactively.
13621
13622 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
13623 before 587, since it appears that that's more likely to work for
13624 more people.
13625
13626 * cus-edit.el (custom-file): When running under emacs -q, always
13627 refuse to save the customizations, even if the .emacs file doesn't
13628 exist.
13629
13630 * info.el: Remove the `Info-beginning-of-buffer' function
13631 (bug#8325).
13632
13633 * net/network-stream.el (network-stream-open-starttls):
13634 Use `starttls-available-p' to see whether starttls.el can be used.
13635
13636 2011-08-01 Martin Rudalics <rudalics@gmx.at>
13637
13638 * window.el (display-buffer-in-window): Don't set dedicated status
13639 of window here (Bug#9215).
13640 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
13641 (display-buffer-pop-up-side-window)
13642 (display-buffer-in-side-window): Set dedicated status of window here.
13643
13644 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
13645
13646 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
13647 before binding generated-autoload-file.
13648
13649 2011-08-01 Deniz Dogan <deniz@dogan.se>
13650
13651 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
13652
13653 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
13654
13655 Sync with Tramp 2.2.2.
13656
13657 * net/trampver.el: Update release number.
13658
13659 2011-07-30 Juri Linkov <juri@jurta.org>
13660
13661 * dired-aux.el (dired-touch-initial): Remove function.
13662 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
13663 current time, and `default' to the last modification time of the
13664 current marked file (bug#6887).
13665
13666 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
13667
13668 * simple.el (goto-line): Use string-to-number to provide a
13669 numeric argument to read-number (bug#9163).
13670
13671 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
13672
13673 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
13674 connection process, it could be nil.
13675
13676 2011-07-27 Leo Liu <sdl.web@gmail.com>
13677
13678 Simplify url handling in rcirc-mode.
13679
13680 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
13681 (rcirc-browse-url-at-mouse): Remove.
13682 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
13683
13684 2011-07-26 Alan Mackenzie <acm@muc.de>
13685
13686 Fontify bitfield declarations properly.
13687
13688 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
13689 (c-symbol-chars): Now exported as a lang variable.
13690 (c-not-primitive-type-keywords): New lang variable.
13691
13692 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
13693 QT keyword "more" to prevent "more slots: ...." being spuriously
13694 parsed as a bitfield declaration.
13695
13696 * progmodes/cc-engine.el (c-beginning-of-statement-1):
13697 Refactor and enhance to handle bitfield declarations.
13698 (c-punctuation-in): New function.
13699 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
13700 declarations properly.
13701
13702 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
13703
13704 * calendar/icalendar.el (icalendar--all-events): Take care of
13705 multiple vcalendars in a single file.
13706 (icalendar--convert-float-to-ical): Checkdoc fixes.
13707
13708 2011-07-25 Deniz Dogan <deniz@dogan.se>
13709
13710 * image.el (insert-image): Clarifying docstring.
13711
13712 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
13713
13714 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
13715 `tramp-send-command-and-check' if there is no error.
13716 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
13717
13718 2011-07-22 Alan Mackenzie <acm@muc.de>
13719
13720 Prevent cc-langs.elc being loaded at run time.
13721
13722 * progmodes/cc-mode.el: Remove two autoload forms which loaded
13723 cc-langs.
13724
13725 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
13726 "(require 'cc-langs)". Quote a form so it will evaluate at
13727 (cc-mode's) compilation time.
13728
13729 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
13730
13731 * net/tramp.el (tramp-file-name-handler): Avoid recursive
13732 loading. (Bug#9114)
13733
13734 2011-07-21 Martin Rudalics <rudalics@gmx.at>
13735
13736 * window.el (display-buffer-pop-up-window)
13737 (display-buffer-pop-up-side-window)
13738 (display-buffer-in-side-window): Call display-buffer-set-height
13739 and display-buffer-set-width after setting the new window's
13740 buffer so `fit-window-to-buffer' and friends work on the right buffer.
13741
13742 2011-07-20 Sam Steingold <sds@gnu.org>
13743
13744 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
13745 (etags-tags-included-tables): Call `convert-standard-filename' on
13746 the file names contained in TAGS so that windows Emacs can handle
13747 TAGS files created by cygwin ctags.
13748
13749 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
13750
13751 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
13752 which apparently didn't work.
13753
13754 2011-07-19 Roland Winkler <winkler@gnu.org>
13755
13756 * proced.el (proced-send-signal): For *Marked Processes* buffer
13757 put point at beginning of buffer.
13758
13759 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
13760
13761 * proced.el (proced-format): Make header lines align with the text
13762 (bug#1779).
13763
13764 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13765
13766 * view.el (view-buffer): Allow running in `special' modes if we're
13767 visiting a file (bug#8615).
13768
13769 2011-07-19 Martin Rudalics <rudalics@gmx.at>
13770
13771 * window.el (display-buffer-alist-of-strings-p)
13772 (display-buffer-alist-set-1, display-buffer-alist-set-2):
13773 New functions.
13774 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
13775 more accurately.
13776
13777 2011-07-18 Alan Mackenzie <acm@muc.de>
13778
13779 Fontify declarators properly when, e.g., a jit-lock chunk begins
13780 inside a declaration.
13781
13782 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
13783
13784 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
13785 New function.
13786 (c-complex-decl-matchers): Insert reference to
13787 c-font-lock-enclosing-decls.
13788
13789 * progmodes/cc-engine.el (c-backward-single-comment):
13790 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
13791 to nil around calls to (forward-comment -1).
13792
13793 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13794
13795 * image.el (put-image): Doc typo fix.
13796
13797 * progmodes/etags.el (tags-search): Doc typo fix.
13798
13799 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
13800 password if we get errors 550 to 554.
13801
13802 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13803
13804 * net/gnutls.el (gnutls-log-level): Remove.
13805
13806 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
13807 indentation character (bug#6380).
13808
13809 * files.el (buffer-offer-save): Made permanently local (bug#6241).
13810
13811 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
13812 to clarify what the problem is (bug#4291).
13813
13814 * simple.el (current-kill): Clarify what
13815 `interprogram-paste-function' does (bug#7500).
13816 (auto-fill-mode): Document `auto-fill-function' in relation to
13817 `auto-fill-mode' (bug#2470).
13818
13819 2011-07-16 Lawrence Mitchell <wence@gmx.li>
13820
13821 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
13822 method if slot is read-only (bug#9035).
13823
13824 2011-07-16 Martin Rudalics <rudalics@gmx.at>
13825
13826 * frame.el (select-frame-set-input-focus): New argument NORECORD.
13827 * window.el (pop-to-buffer): Select window used even if it was
13828 selected before, see discussion of (Bug#8615), (Bug#6954).
13829 Pass argument NORECORD on to select-frame-set-input-focus.
13830
13831 2011-07-15 Glenn Morris <rgm@gnu.org>
13832
13833 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
13834 Respect help-form.
13835
13836 2011-07-09 Lawrence Mitchell <wence@gmx.li>
13837
13838 * net/gnutls.el (gnutls-min-prime-bits): New variable.
13839 (gnutls-negotiate): Use it.
13840
13841 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13842
13843 * net/gnutls.el (gnutls-negotiate):
13844 Upcase `gnutls-algorithm-priority'.
13845
13846 2011-07-15 Glenn Morris <rgm@gnu.org>
13847
13848 * jka-compr.el (jka-compr-verbose): Move from here...
13849 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
13850 Add missing :version tag.
13851 * info.el: No need to require jka-compr when compiling.
13852
13853 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13854
13855 * net/gnutls.el (gnutls-algorithm-priority): New variable.
13856 (gnutls-negotiate): Use it.
13857
13858 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
13859
13860 * info.el (Info-beginning-of-buffer): New command.
13861 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
13862 announcing `b' as the key (bug#8325).
13863 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
13864
13865 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
13866
13867 * international/mule-cmds.el
13868 (describe-specified-language-support): Make the error message
13869 clearer (bug#8905).
13870
13871 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
13872
13873 * isearch.el (isearch-barrier): Add a doc string, since it's
13874 mentioned in a function doc string (bug#8678).
13875
13876 2011-07-15 Martin Rudalics <rudalics@gmx.at>
13877
13878 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
13879 buffer argument (Bug#9083) and self-identifying label argument.
13880
13881 2011-07-15 Glenn Morris <rgm@gnu.org>
13882
13883 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
13884
13885 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13886
13887 * man.el (Man-fontify-manpage): Fix message when formatting the
13888 man page (bug#7929).
13889
13890 2011-07-14 Eli Zaretskii <eliz@gnu.org>
13891
13892 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
13893 argument LRM; if non-nil, append an invisible LRM character to the
13894 buffer name.
13895 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
13896 last argument non-nil, when formatting buffer names.
13897 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
13898 paragraph direction.
13899
13900 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13901
13902 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
13903 the man page name (bug#7929).
13904
13905 * image.el (put-image): Mention the `put-image' overlay property
13906 (bug#7834).
13907
13908 * scroll-bar.el (set-scroll-bar-mode): Mention that
13909 `scroll-bar-mode' lists the values (bug#7772).
13910
13911 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
13912 command (bug#7729).
13913
13914 * rect.el (apply-on-rectangle): Return the point after the last
13915 operation.
13916 (string-rectangle): Go to the point after the last operation
13917 (bug#7522).
13918
13919 * printing.el (pr-toggle-region): Clarify the documentation
13920 slightly (bug#7493).
13921
13922 * time.el (display-time-update):
13923 Allow `display-time-mail-function' to return nil (bug#7158).
13924 Fix suggested by Detlev Zundel.
13925
13926 * vc/diff.el (diff): Clarify the order the file names are read
13927 (bug#7111).
13928
13929 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
13930 the doc string (bug#7015).
13931
13932 * font-lock.el (font-lock-maximum-decoration): Mention what
13933 numeric levels mean (bug#6935).
13934
13935 * startup.el (initial-buffer-choice): Don't mention the `none'
13936 selection, which is against policy.
13937
13938 2011-07-14 Martin Rudalics <rudalics@gmx.at>
13939
13940 * window.el (display-buffer-normalize-special):
13941 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
13942
13943 2011-07-14 Eli Zaretskii <eliz@gnu.org>
13944
13945 * subr.el (version<, version<=, version=): Mention "-CVS" and
13946 "-12345" alpha version numbers.
13947
13948 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
13949
13950 * bindings.el: Add advertised binding for set-mark-command
13951 (Bug#5772).
13952
13953 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
13954
13955 * bindings.el (mode-line-other-buffer):
13956 * bookmark.el (bookmark-bmenu-2-window):
13957 * bs.el (bs-cycle-next, bs-cycle-previous):
13958 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
13959 switch-to-buffer.
13960
13961 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
13962 Delete.
13963
13964 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
13965
13966 * follow.el (follow-debug-message, follow-redisplay):
13967 * jka-cmpr-hook.el (with-auto-compression-mode):
13968 Fix typos in docstrings.
13969
13970 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13971
13972 * subr.el (with-silent-modifications): Clarify somewhat what the
13973 macro inhibits (bug#6525).
13974
13975 * simple.el (eval-expression): Note what it does if called
13976 interactively (bug#6495).
13977
13978 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
13979
13980 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
13981 Use pop-to-buffer buffer-or-name if it is nil.
13982
13983 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13984 Remove switch-to-buffer.
13985
13986 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13987
13988 * files.el (make-directory): Clarify that an error will be raised
13989 if there's an error (bug#6397).
13990
13991 * startup.el (initial-buffer-choice): Add `none' as a choice
13992 (bug#6234).
13993
13994 * subr.el (add-hook): Clarify section about buffer-local hooks
13995 (bug#6218).
13996
13997 * dired.el (dired-flagged): Clarify doc string (bug#6117).
13998
13999 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
14000
14001 * tabify.el (untabify): Preserve the current column so that point
14002 doesn't move (bug#6032).
14003
14004 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
14005
14006 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
14007 Rewrite to avoid awkward possessive "s" (bug#5986).
14008
14009 2011-07-13 Glenn Morris <rgm@gnu.org>
14010
14011 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
14012 (dired-insert-directory): Give a message the first time
14013 if ls is found not to support --dired.
14014
14015 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
14016
14017 * simple.el (toggle-truncate-lines): Clarify what is toggled
14018 (bug#5580). Text by Drew Adams.
14019
14020 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
14021
14022 * simple.el (blink-matching-open): Make the error message from the
14023 last change less verbose.
14024
14025 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
14026
14027 * font-lock.el (font-lock-comment-face): Use the high contrast
14028 "yellow" color for font-lock-comment-face on low color terminals
14029 using a dark background color (bug#4221).
14030
14031 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
14032
14033 * dired.el (dired-insert-set-properties): Make the doc string
14034 reflect what it does now (bug#5325).
14035
14036 * simple.el (blink-matching-open): Say that we were unable to find
14037 the match within the limit, if we're limited (bug#5122).
14038
14039 * international/mule-cmds.el (prefer-coding-system): Add an
14040 example (bug#4869).
14041
14042 * progmodes/etags.el (tags-search): Document `file-list-form'
14043 (bug#4731).
14044
14045 2011-07-13 Lawrence Mitchell <wence@gmx.li>
14046
14047 * net/browse-url.el (browse-url-default-browser)
14048 (browse-url-browser-function): Make the default browser choice a
14049 bit more logical (bug#4300). Also clean up the doc string.
14050
14051 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
14052
14053 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
14054 binary endings (bug#4440).
14055
14056 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
14057
14058 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
14059 which can be pretty annoying (bug#8971).
14060
14061 * jka-compr.el (jka-compr-verbose): New variable, and use
14062 throughout (bug#8971).
14063
14064 * info.el (Info-find-file): Fall back on the installation
14065 directory if we can't find the info node anywhere else.
14066
14067 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
14068
14069 * vc/vc.el (vc-revert-file):
14070 Don't set file time-stamp in the past. (Bug#5181)
14071
14072 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
14073
14074 * files.el (after-find-file): Give a better error message when
14075 trying to find a symlink that points to a file that doesn't exist
14076 (bug#4398).
14077
14078 * progmodes/cc-vars.el: Remove (probably) misleading comment
14079 (bug#4396).
14080
14081 2011-07-12 Johan Bockgård <bojohan@gnu.org>
14082
14083 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
14084
14085 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
14086
14087 * mouse-sel.el: Hack restoring functionality, while keeping
14088 compatibility with 2010-07-03 changes to mouse selection.
14089 (mouse-sel-primary-overlay): New var.
14090 (mouse-sel-selection-alist): Use it.
14091 (mouse-sel-mode): Doc fix; remove points that are default features
14092 of mouse.el.
14093
14094 2011-07-12 Johan Bockgård <bojohan@gnu.org>
14095
14096 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14097 Fix previous fix (bug#2490).
14098
14099 2011-07-12 Roland Winkler <winkler@gnu.org>
14100
14101 * textmodes/bibtex.el (bibtex-initialize):
14102 Use pop-to-buffer-same-window.
14103 (bibtex-search-entries): Fix interactive call.
14104
14105 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
14106
14107 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14108 Fontise bytecomp Error lines more correctly (bug#2490).
14109 Fix suggested by Johan Bockgård.
14110
14111 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
14112
14113 * dired-x.el (dired-guess-default): Use `delete-dups'.
14114
14115 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
14116
14117 * dired.el (dired-mark-prompt):
14118 * dired-aux.el (dired-read-shell-command): Doc fix.
14119
14120 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14121
14122 * mail/sendmail.el (sendmail-query-once):
14123 Use `customize-save-variable' unconditionally, now that it works under
14124 emacs -Q.
14125
14126 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
14127
14128 * cus-edit.el (custom-file): Take an optional no-error variable.
14129 (customize-save-variable): Set the variable, and give a warning if
14130 running under "emacs -q".
14131
14132 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
14133
14134 * loadhist.el (unload-feature-special-hooks):
14135 Add `auto-coding-functions', `fill-nobreak-predicate' and
14136 `find-directory-functions' (bug#5327).
14137
14138 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14139
14140 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
14141
14142 * cus-edit.el (custom-guess-name-alist): -alist variables should
14143 use the `alist' type (bug#3120). Suggested by Drew Adams.
14144
14145 * printing.el: Add documentation to all the `pr-toggle-' commands.
14146
14147 2011-07-11 Leo Liu <sdl.web@gmail.com>
14148
14149 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
14150 backends where it makes sense (bug#2623).
14151
14152 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14153
14154 * dired-x.el (dired-guess-default): Remove duplicate shell command
14155 entries (bug#2028).
14156 (dired-guess-default): Fix grammar in doc string (bug#2028).
14157 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
14158
14159 * subr.el (remove-duplicates): New conveniency function.
14160
14161 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14162
14163 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
14164 (bug#1526).
14165
14166 2011-07-10 Martin Rudalics <rudalics@gmx.at>
14167
14168 * window.el (display-buffer-normalize-default): Don't invert
14169 meaning of even-window-heights. Reported by Eli Zaretskii
14170 <eliz@gnu.org>.
14171
14172 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
14173
14174 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
14175
14176 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
14177
14178 * window.el (display-buffer): Fix arguments to
14179 display-buffer-reuse-window in last change.
14180
14181 * faces.el (link): Use a less saturated blue on light backgrounds.
14182
14183 * startup.el (fancy-startup-text, fancy-about-text)
14184 (fancy-startup-tail): Use font-lock faces, for background safety.
14185
14186 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
14187
14188 * emulation/viper-cmd.el (viper-change-state-to-vi):
14189 Limit triggering of abbrev expansion (Bug#9038).
14190
14191 2011-07-09 Martin Rudalics <rudalics@gmx.at>
14192
14193 * window.el (display-buffer-default-specifiers): Remove.
14194 (display-buffer-macro-specifiers): Remove default specifiers.
14195 (display-buffer-alist): Default to nil.
14196 (display-buffer-reuse-window): New optional argument other-window.
14197 (display-buffer-pop-up-window): Allow splitting internal
14198 windows. Check whether a live window was created.
14199 (display-buffer-other-window-means-other-frame)
14200 (display-buffer-normalize-arguments): Rename to
14201 display-buffer-normalize-argument and rewrite. Set the
14202 other-window specifier.
14203 (display-buffer-normalize-special): New function.
14204 (display-buffer-normalize-options): Rename to
14205 display-buffer-normalize-default and rewrite.
14206 (display-buffer-normalize-options-inhibit): Remove.
14207 (display-buffer-normalize-specifiers): Rewrite.
14208 (display-buffer): Process other-window specifier and call
14209 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
14210 more faithfully.
14211 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
14212 (display-buffer-alist-set): Don't handle 'unset default values.
14213 (display-buffer-in-window, display-buffer-alist-set):
14214 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
14215 <tassilo@member.fsf.org>.
14216
14217 2011-07-09 Leo Liu <sdl.web@gmail.com>
14218
14219 * register.el (insert-register): Restore accidental change on
14220 2011-06-26. (Bug#9028)
14221
14222 2011-07-09 Glenn Morris <rgm@gnu.org>
14223
14224 * subr.el (remq): Handle the empty list. (Bug#9024)
14225
14226 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
14227
14228 * mail/sendmail.el (send-mail-function): No longer delay custom
14229 initialization.
14230 * custom.el (custom-initialize-delay): Doc fix.
14231
14232 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
14233
14234 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
14235
14236 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
14237
14238 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
14239 human-friendly prompt.
14240
14241 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
14242
14243 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
14244 provided by a particular plugin.
14245
14246 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
14247
14248 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
14249 save customizations (with "emacs -Q"), just set the variable
14250 instead of erroring out.
14251
14252 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
14253
14254 2011-07-08 Juri Linkov <juri@jurta.org>
14255
14256 * arc-mode.el (archive-zip-expunge, archive-zip-update)
14257 (archive-zip-update-case): Use 7z if found by `executable-find'.
14258 The order of searching the available programs is the same as in
14259 `archive-zip-extract' (bug#8968).
14260
14261 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
14262
14263 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
14264 (menu-bar-options-menu): Tweak descriptions.
14265
14266 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
14267
14268 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
14269 menu items into verb phrases (bug#1421). Also refill to fit under
14270 80 columns.
14271
14272 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
14273
14274 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
14275 (Info-read-node-name): Doc fix (Bug#1084).
14276
14277 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
14278 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
14279 (end-of-sexp, beginning-of-sexp)
14280 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
14281 (forward-symbol, forward-same-syntax, word-at-point)
14282 (sentence-at-point): Doc fix (Bug#1144).
14283
14284 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
14285
14286 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
14287 should cover it (bug#1281).
14288
14289 * cus-edit.el (custom-show): Mark as obsolete.
14290
14291 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
14292 negotiation fails, then possibly try again with a non-encrypted
14293 connection (bug#9017).
14294
14295 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
14296 be used.
14297
14298 2011-07-07 Richard Stallman <rms@gnu.org>
14299
14300 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
14301 property, and handle its changed format.
14302 Look for the correct line number.
14303 Use file's line contents (but not past first =) to find
14304 correct line in message.
14305
14306 2011-07-07 Kenichi Handa <handa@m17n.org>
14307
14308 * international/characters.el (build-unicode-category-table):
14309 Delete it.
14310 (unicode-category-table): Set it by unicode-property-table-internal.
14311
14312 * international/mule-cmds.el (char-code-property-alist): Move to
14313 to src/chartab.c.
14314 (get-char-code-property): Call unicode-property-table-internal to
14315 load a file. Call get-unicode-property-internal where necessary.
14316 (put-char-code-property): Call unicode-property-table-internal to
14317 load a file. Call put-unicode-property-internal where necessary.
14318 put-unicode-property-internal where necessary.
14319 (char-code-property-description):
14320 Call unicode-property-table-internal to load a file.
14321
14322 * international/charprop.el:
14323 * international/uni-bidi.el:
14324 * international/uni-category.el:
14325 * international/uni-combining.el:
14326 * international/uni-comment.el:
14327 * international/uni-decimal.el:
14328 * international/uni-decomposition.el:
14329 * international/uni-digit.el:
14330 * international/uni-lowercase.el:
14331 * international/uni-mirrored.el:
14332 * international/uni-name.el:
14333 * international/uni-numeric.el:
14334 * international/uni-old-name.el:
14335 * international/uni-titlecase.el:
14336 * international/uni-uppercase.el: Regenerate.
14337
14338 * loadup.el: Load international/charprop.el before
14339 international/characters.
14340
14341 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
14342
14343 * window.el (next-buffer, previous-buffer): Signal an error if
14344 called from a minibuffer window.
14345
14346 * bindings.el: Revert 2011-07-04 change.
14347
14348 2011-07-06 Richard Stallman <rms@gnu.org>
14349
14350 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
14351 (rmail-mime-insert-bulk, rmail-mime-insert-text):
14352 Treat markers like ints.
14353 (rmail-mime-entity): Doc fix.
14354
14355 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
14356
14357 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
14358 defcustom again for backwards compatibility.
14359
14360 * simple.el (shell-command-on-region): Fill.
14361
14362 * dired-aux.el (dired-kill-line): Add a doc string.
14363
14364 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
14365 to "\\sw\\|\\s_" (bug#358).
14366
14367 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
14368 (dired-unmark-backward): Ditto.
14369 (dired-flag-backup-files): Ditto.
14370
14371 * dired-x.el (dired-mark-sexp): Ditto.
14372
14373 2011-07-06 Richard Stallman <rms@gnu.org>
14374
14375 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
14376 (rmail-mime-entity): New arg TRUNCATED.
14377 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
14378 New functions.
14379 (rmail-mime-save): Warn if entity is truncated.
14380 (rmail-mime-toggle-hidden): Likewise, for showing.
14381 (rmail-mime-process-multipart): Record when an entity is truncated.
14382
14383 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
14384 if ENTITY is a string.
14385
14386 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
14387
14388 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
14389 of faces when `M-C-x'-ing their definitions (bug#8378).
14390 Also clean up the code slightly.
14391
14392 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
14393 because that makes the colors go away.
14394
14395 * mail/sendmail.el (send-mail-function): Change the default to
14396 `sendmail-query-once'.
14397 (sendmail-query-once): Add an autoload cookie.
14398
14399 * net/network-stream.el (network-stream-open-starttls): Try using
14400 a plain connection even if the server offered STARTTLS, and we
14401 kinda wanted to use it, if Emacs doesn't have any STARTTLS
14402 capability. This should make smtpmail.el work in slightly more
14403 configurations.
14404
14405 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
14406
14407 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
14408 New defun.
14409 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
14410
14411 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
14412
14413 * progmodes/sql.el: Version 3.0
14414 (sql-product-alist): Add product :completion-object,
14415 :completion-column, and :statement attributes.
14416 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
14417 (sql-mode-syntax-table): Mark all punctuation.
14418 (sql-font-lock-keywords-builder): Temporarily remove fallback on
14419 ansi keywords.
14420 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
14421 (sql-mode-oracle-font-lock-keywords): Improve.
14422 (sql-oracle-show-reserved-words): New function for development.
14423 (sql-product-font-lock): Simplify for source code buffers.
14424 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
14425 New functions.
14426 (sql-highlight-product): Set product specific syntax table.
14427 (sql-mode-map): Add statement movement functions.
14428 (sql-ansi-statement-starters, sql-oracle-statement-starters):
14429 New variable.
14430 (sql-statement-regexp, sql-beginning-of-statement)
14431 (sql-end-of-statement, sql-signum): New functions.
14432 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
14433 (sql-show-sqli-buffer): Bug fix.
14434 (sql-interactive-mode): Store connection data as buffer local.
14435 (sql-connect): Add NEW-NAME parameter. Redesign interaction
14436 with sql-interactive-mode.
14437 (sql-save-connection): Save buffer local settings.
14438 (sql-connection-menu-filter): Change menu entry name.
14439 (sql-product-interactive): Bug fix.
14440 (sql-preoutput-hold): New variable.
14441 (sql-interactive-remove-continuation-prompt): Bug fixes.
14442 (sql-debug-redirect): New variable.
14443 (sql-str-literal): New function.
14444 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
14445 Redesign.
14446 (sql-oracle-save-settings, sql-oracle-restore-settings)
14447 (sql-oracle-list-all, sql-oracle-list-table): New functions.
14448 (sql-completion-object, sql-completion-column)
14449 (sql-completion-sqlbuf): New variables.
14450 (sql-build-completions-1, sql-build-completions)
14451 (sql-try-completion): New functions.
14452 (sql-read-table-name): Use them.
14453 (sql-contains-names): New buffer local variable.
14454 (sql-list-all, sql-list-table): Use it.
14455 (sql-oracle-completion-types): New variable.
14456 (sql-oracle-completion-object, sql-sqlite-completion-object)
14457 (sql-postgres-completion-object): New functions.
14458
14459 2011-07-06 Glenn Morris <rgm@gnu.org>
14460
14461 * window.el (pop-to-buffer): Doc fix.
14462
14463 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
14464
14465 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
14466
14467 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
14468
14469 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
14470
14471 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
14472
14473 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
14474
14475 * button.el (button): Inherit from link face. Suggested by Dan
14476 Nicolaescu.
14477
14478 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
14479
14480 * progmodes/gdb-mi.el: Fit in 80 columns.
14481 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
14482 switch-to-buffer.
14483
14484 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
14485 if imenu is simply not configured (bug#8941).
14486
14487 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
14488
14489 * allout.el (allout-post-undo-hook): New allout outline-change
14490 event hook to signal undo activity.
14491 (allout-post-command-business): Run allout-post-undo-hook if an
14492 undo just occurred.
14493 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
14494 * allout-widgets.el (allout-widgets-after-undo-function):
14495 Ensure the integrity of the current item's decoration after it has been
14496 in the vicinity of an undo.
14497 (allout-widgets-mode): Include allout-widgets-after-undo-function
14498 on the new allout-post-undo-hook.
14499
14500 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
14501
14502 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
14503 Let define-derived-mode define it.
14504 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
14505 cycles of abbrev-table inheritance (bug#8998).
14506
14507 2011-07-05 Roland Winkler <winkler@gnu.org>
14508
14509 * textmodes/bibtex.el: Add support for biblatex.
14510 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
14511 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
14512 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
14513 (bibtex-entry-alist, bibtex-field-alist): New variables.
14514 (bibtex-entry-field-alist): Obsolete alias for
14515 bibtex-BibTeX-entry-alist.
14516 (bibtex-entry-alist, bibtex-field-alist): New widgets.
14517 (bibtex-set-dialect): New command.
14518 (bibtex-entry-type, bibtex-entry-head)
14519 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
14520 Bind via bibtex-set-dialect.
14521 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
14522 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
14523 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
14524 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
14525 Define via bibtex-set-dialect.
14526 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
14527 Obey bibtex-no-opt-remove-re.
14528 (bibtex-vec-push, bibtex-vec-incr): New functions.
14529 (bibtex-format-entry, bibtex-field-list)
14530 (bibtex-print-help-message, bibtex-validate)
14531 (bibtex-search-entries): Use new format of bibtex-entry-alist.
14532
14533 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
14534
14535 * progmodes/compile.el (compilation-goto-locus):
14536 * net/tramp-cmds.el (tramp-append-tramp-buffers):
14537 * bs.el (bs-cycle-next, bs-cycle-previous):
14538 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
14539 * bindings.el (mode-line-other-buffer):
14540 * autoinsert.el (auto-insert):
14541 * arc-mode.el (archive-extract):
14542 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
14543
14544 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
14545
14546 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
14547 Fix check of `emacs-lock-unlockable-modes'.
14548 Coerce true values of `emacs-lock--try-unlocking' to t.
14549
14550 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
14551
14552 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
14553 * emacs-lock.el: New file.
14554
14555 2011-07-05 Julien Danjou <julien@danjou.info>
14556
14557 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
14558 than `boundp' to check if face is set.
14559
14560 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
14561
14562 * register.el (registerv-make):
14563 * window.el (window-min-height): Fix typos in docstrings.
14564
14565 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
14566
14567 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
14568 Update doc string.
14569
14570 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
14571
14572 * server.el (server-execute): Catch quit and call
14573 `server-return-error' to pass the error back to emacsclient and
14574 close the connection (bug#8942).
14575
14576 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
14577
14578 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
14579 insecure exception for current topic. Also note that auto-saves
14580 are handled differently.
14581
14582 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
14583 State variables for tracking auto-save inhibition situation.
14584
14585 (allout-write-contents-hook-handler): Rename from
14586 'allout-write-file-hook-handler', and describe how it depends on
14587 write-contents-functions sensitivity to non-nil value to prevent
14588 file write.
14589
14590 (allout-auto-save-hook-handler): Remove. auto-save does not check
14591 this in individual buffers, only in the starting buffer, so this
14592 is not the right way for us to inhibit auto-save in a buffer
14593 according to its condition.
14594
14595 (allout-mode): Use new allout-write-contents-hook-handler, and
14596 only with write-contents-functions. Remove auto-save provisions -
14597 they're implemented elsewhere.
14598
14599 (allout-before-change-handler): If undo is in progress, note that
14600 for attention of allout-post-command-business.
14601
14602 (allout-post-command-business): If the command we're following was
14603 an undo, check for change in the status of encrypted items and
14604 adjust auto-save inhibitions accordingly.
14605
14606 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
14607 according to whether there are or aren't any plain-text topics
14608 pending encryption.
14609
14610 (allout-inhibit-auto-save-info-for-decryption):
14611 Adjust buffer-saved-size and some allout state to inhibit auto-saves
14612 if there are plain-text topics pending encryption.
14613
14614 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
14615 buffer-saved-size and some allout state to not inhibit auto-saves
14616 if there are no longer any plain-text topics pending encryption.
14617
14618 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
14619 No longer provide for exemption of the current topic.
14620
14621 2011-07-04 Juri Linkov <juri@jurta.org>
14622
14623 Add 7z operations to delete and save changed members (bug#8968).
14624 * arc-mode.el (archive-7z-expunge, archive-7z-update):
14625 New defcustoms.
14626 (archive-7z-write-file-member): New function.
14627 (archive-7z-summarize): Fix the number of dashes in the
14628 listing output.
14629
14630 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14631
14632 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
14633 (bug#8958).
14634
14635 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
14636
14637 * bindings.el: Ignore next-buffer and previous-buffer in
14638 minibuffer-local-map.
14639
14640 * font-lock.el (font-lock-builtin-face): Change light background
14641 color to dark slate blue (Bug#6693).
14642
14643 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
14644
14645 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
14646
14647 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14648
14649 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
14650 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14651 Add switch-to-buffer.
14652
14653 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14654
14655 * isearch.el (isearch-search-fun-function): Clarify further the
14656 meaning of the function returned.
14657
14658 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
14659
14660 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
14661
14662 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
14663 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
14664 Use it.
14665 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
14666 `tramp-default-remote-path' does not exist.
14667 (tramp-send-command-and-read): New optional argument NOERROR.
14668 (tramp-open-connection-setup-interactive-shell)
14669 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
14670 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
14671 (tramp-process-sentinel): Flush also process' connection property.
14672 (tramp-sh-handle-start-file-process): Do not set process
14673 sentinel. It is done now ...
14674 (tramp-maybe-open-connection): ... here. (Bug#8929)
14675
14676 2011-07-04 MON KEY <monkey@sandpframing.com>
14677
14678 * play/animate.el (animate-string): Doc fixes and allow changing
14679 the buffer name (bug#5417).
14680
14681 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14682
14683 * play/animate.el (animation-buffer-name): Rename from *animate*.
14684
14685 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
14686
14687 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
14688 This is simpler and helps future-proof the code.
14689 (timer-until): Use time-subtract and float-time.
14690 (timer--time-less-p): Use time-less-p.
14691
14692 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
14693
14694 * type-break.el (timep): Use the value of `float-time' to avoid a
14695 byte-compiler warning.
14696
14697 * server.el (server-eval-and-print): Return any result, even nil.
14698
14699 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
14700
14701 * type-break.el: Accept time formats that the builtins accept.
14702 (timep, type-break-time-difference): Accept any format that
14703 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
14704 This is simpler and helps future-proof the code.
14705 (type-break-time-difference): Round rather than ignoring
14706 subseconds components.
14707
14708 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14709
14710 * info.el (Info-apropos-matches): Make non-interactive, since it
14711 doesn't seem to do anything useful as a command (bug#8829).
14712
14713 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
14714
14715 * frame.el (frame-background-mode, frame-set-background-mode):
14716 Move from faces.el.
14717 (frame-default-terminal-background): New function.
14718
14719 * custom.el (custom-push-theme): Don't record faces in `changed'
14720 theme; this doesn't work correctly for per-frame face settings.
14721 (disable-theme): Use face-set-after-frame-default to reset faces.
14722 (custom--frame-color-default): New function.
14723
14724 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14725
14726 * dired.el (dired-flagging-regexp): Remove unused variable
14727 (bug#8769).
14728
14729 2011-03-29 Kevin Ryde <user42@zip.com.au>
14730
14731 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14732 `perl-Test2' extend to match possible "fail #N" rep count
14733 (bug#8377).
14734
14735 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14736
14737 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
14738 `smtpmail-via-smtp' now returns the error instead of nil.
14739
14740 * isearch.el (isearch-search-fun-function): Clarify the doc string
14741 (bug#8101).
14742
14743 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
14744
14745 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
14746 unnecessary spaces (bug#8987).
14747
14748 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14749
14750 * net/network-stream.el (open-network-stream): Use the
14751 :end-of-capability command thoughout.
14752
14753 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
14754
14755 * net/network-stream.el (open-network-stream): Add the
14756 :end-of-capability command parameter, used by pop3.el.
14757
14758 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14759
14760 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
14761
14762 * fringe.el (fringe-query-style): Remove redundant text " (type ?
14763 for list)" (bug#6475).
14764
14765 * files.el (file-expand-wildcards): Ignore non-readable
14766 sub-directories while trying to find matches instead of signaling
14767 an error (bug#6297).
14768
14769 * man.el (Man-reference-regexp): Allow matching possible
14770 word-wrapped references (bug#6289).
14771
14772 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
14773 for consistency with the other vc buffers (bug#6197).
14774 (vc-checkin): Ditto.
14775
14776 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
14777
14778 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
14779
14780 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14781
14782 * custom.el (defcustom): Clarify that :set is only used in the
14783 Customize user interface (bug#6089).
14784
14785 * progmodes/flymake.el (flymake-mode): If the buffer isn't
14786 associated with a file, refuse to run instead of erroring out
14787 (bug#6084).
14788
14789 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
14790 the doc string, since it appears that using `fill-column' always
14791 controls the width (bug#7845).
14792
14793 * simple.el (shell-command-on-region): Say where the error output
14794 went if `shell-command-default-error-buffer' is set (bug#6857).
14795
14796 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
14797
14798 * allout.el (allout-yank-processing): Adjust cursor position for
14799 backwards-deleted space.
14800
14801 (allout-rebullet-heading): Register changes with
14802 allout-exposure-changed-hook, so the modified topic is properly
14803 decorated.
14804
14805 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14806
14807 * minibuffer.el (completion-in-region): Document PREDICATE
14808 (bug#7136).
14809
14810 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
14811 of keyword/argument pairs (bug#6904).
14812
14813 * replace.el (multi-occur):
14814 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
14815
14816 2011-07-02 Drew Adams <drew.adams@oracle.com>
14817
14818 * dired.el (dired-mark-if): Make the message about whether it's
14819 marking or unmarking clearer (bug#8523).
14820
14821 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14822
14823 * disp-table.el (display-table-print-array): New function.
14824 (describe-display-table): Use it to print the vectors more pretty
14825 (Bug#8859).
14826
14827 2011-07-02 Martin Rudalics <rudalics@gmx.at>
14828
14829 * window.el (window-state-get-1): Don't assign clone numbers.
14830 Add clone-of item to list of window parameters.
14831 (window-state-put-2): Don't process clone numbers.
14832 (display-buffer-alist): Fix doc-string.
14833
14834 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14835
14836 * subr.el (remq): Don't allocate if it's not needed.
14837 (keymap--menu-item-binding, keymap--menu-item-with-binding)
14838 (keymap--merge-bindings): New functions.
14839 (keymap-canonicalize): Use them to refine the canonicalization.
14840 * minibuffer.el (minibuffer-local-completion-map)
14841 (minibuffer-local-must-match-map): Move initialization from C.
14842 (minibuffer-local-filename-completion-map): Move initialization from C;
14843 don't inherit from anything here.
14844 (minibuffer-local-filename-must-match-map): Make obsolete.
14845 (completing-read-default): Use make-composed-keymap to combine
14846 minibuffer-local-filename-completion-map with either
14847 minibuffer-local-must-match-map or
14848 minibuffer-local-filename-completion-map.
14849
14850 2011-07-01 Glenn Morris <rgm@gnu.org>
14851
14852 * type-break.el (type-break-time-sum): Use dolist.
14853
14854 * textmodes/flyspell.el (flyspell-word-search-backward):
14855 Replace CL function.
14856
14857 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
14858
14859 * mouse.el (mouse--strip-first-event): New function.
14860 (function-key-map): Use it to map fringe clicks to normal clicks
14861 by default.
14862
14863 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
14864 (vc-bzr-revision-completion-table): Add support for annotate and date.
14865
14866 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
14867 inherit from parent.
14868
14869 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14870
14871 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
14872 (dired-show-file-type): Doc fixup (bug#8818).
14873
14874 * dired.el (dired-mode): Fix up the doc string as suggested by
14875 Drew Adams (bug#8817).
14876
14877 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
14878 cookie, since the manual says that it should be possible to add
14879 this function to `find-file-hook' (bug#8709).
14880
14881 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
14882
14883 * progmodes/cfengine.el: Moved all cfengine3.el functionality
14884 here. Noted Ted Zlatanov as the maintainer.
14885 (cfengine-common-settings, cfengine-common-syntax): New functions
14886 to set up common things between `cfengine-mode' and
14887 `cfengine3-mode'.
14888 (cfengine3-mode): New mode.
14889 (cfengine3-defuns cfengine3-defuns-regex
14890 (cfengine3-class-selector-regex cfengine3-category-regex)
14891 (cfengine3-vartypes cfengine3-font-lock-keywords)
14892 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
14893 (cfengine3-indent-line): Add from cfengine3.el.
14894
14895 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
14896
14897 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
14898
14899 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
14900
14901 2011-07-01 Martin Rudalics <rudalics@gmx.at>
14902
14903 * window.el (same-window-buffer-names, same-window-regexps)
14904 (same-window-p, special-display-frame-alist)
14905 (special-display-popup-frame, special-display-function)
14906 (special-display-buffer-names, special-display-regexps)
14907 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
14908 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
14909 (split-window-preferred-function, split-height-threshold)
14910 (split-width-threshold, even-window-heights)
14911 (display-buffer-mark-dedicated, window-splittable-p)
14912 (split-window-sensibly, window-safely-shrinkable-p):
14913 Un-obsolete.
14914 (display-buffer): Don't spread args with function specifier
14915 because special-display-popup-frame won't like it.
14916
14917 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
14918
14919 Time-stamp simplifications and fixes.
14920 These improve accuracy slightly, and future-proof the code
14921 against some potential changes to current-time format.
14922
14923 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
14924 by using time-since and float-time.
14925
14926 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
14927 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
14928 + NNN microseconds".
14929
14930 * type-break.el (type-break-time-sum): Rewrite using time-add.
14931
14932 * play/hanoi.el (hanoi-current-time-float): Remove.
14933 All uses replaced by float-time.
14934
14935 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
14936 This yields a more-accurate answer.
14937 (rng-time-to-float): Remove; no longer needed.
14938
14939 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
14940
14941 * calendar/timeclock.el (timeclock-seconds-to-time):
14942 Defalias to seconds-to-time, since they're the same thing.
14943
14944 * emacs-lisp/elp.el (elp-elapsed-time):
14945 * emacs-lisp/benchmark.el (benchmark-elapse):
14946 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
14947
14948 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
14949
14950 * window.el (bury-buffer): Don't iconify the only frame.
14951 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
14952 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
14953
14954 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
14955
14956 * eshell/em-smart.el (eshell-smart-display-navigate-list):
14957 Add mouse-yank-primary.
14958
14959 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
14960
14961 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
14962
14963 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
14964
14965 * emacs-lisp/find-func.el (find-library--load-name): New fun.
14966 (find-library-name): Use it to find relative load names when provided
14967 absolute file name (bug#8803).
14968
14969 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
14970
14971 * textmodes/flyspell.el (flyspell-word): Consider words that
14972 differ only in case as potential doublons (bug#5687).
14973
14974 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
14975 Remove two rather uninteresting debugging-like messages to make
14976 debbugs.el more silent.
14977
14978 * comint.el (comint-password-prompt-regexp): Accept "Response" as
14979 a password-like phrase.
14980
14981 2011-06-30 Masatake YAMATO <yamato@redhat.com>
14982
14983 * progmodes/cc-guess.el: New file.
14984
14985 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
14986
14987 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
14988 derived from `c-basic-common-init'.
14989
14990 * progmodes/cc-mode.el (top-level): Require cc-guess.
14991 (c-basic-common-init): Use `cc-choose-style-for-mode'.
14992
14993 2011-06-30 Lawrence Mitchell <wence@gmx.li>
14994
14995 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
14996
14997 2011-06-30 Alan Mackenzie <acm@muc.de>
14998
14999 * progmodes/cc-engine.el (c-guess-continued-construct):
15000 Correct the handling of template-args-cont, particularly for when font
15001 lock is disabled. Name this case as "CASE G".
15002
15003 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
15004
15005 * allout.el (allout-yank-processing): Fix injection of extra space
15006 between bullet and non-whitespace character in first topic when
15007 pasting, ensuring that the actual spacing in the pasted topic
15008 following the bullet char is preserved. This extra space was
15009 causing pasted encrypted topics to get a decrypted status even
15010 when the content was actually still encrypted. Now the decryption
15011 status from before the paste is preserved.
15012
15013 (allout-flag-region): Set all allout overlays so they evaporate
15014 when reduced to zero length (evanescent), to prevent overlay
15015 leakage.
15016
15017 2011-06-30 Glenn Morris <rgm@gnu.org>
15018
15019 * w32-fns.el (w32-charset-info-alist): Declare.
15020
15021 * find-dired.el (find-grep-options): Simplify.
15022
15023 * term/ns-win.el (ns-set-resource): Declare.
15024
15025 * ses.el (row, col): Declare dynamic variables honestly.
15026
15027 * textmodes/reftex-parse.el (index-tags): Declare.
15028
15029 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
15030
15031 * cus-edit.el (customize-push-and-save): New function.
15032
15033 * files.el (hack-local-variables-confirm): Use it.
15034
15035 * custom.el (load-theme): New arg NO-CONFIRM.
15036 Use customize-push-and-save (Bug#8720).
15037 (custom-enabled-themes): Doc fix.
15038
15039 * cus-theme.el (customize-create-theme)
15040 (custom-theme-merge-theme): Callers to load-theme changed.
15041
15042 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
15043
15044 * thingatpt.el (thing-at-point-short-url-regexp): Require that
15045 short URLs have at least one dot in them (bug #7614).
15046
15047 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
15048 nil, because using a pty is apparently too slow (bug #895).
15049
15050 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
15051
15052 * mail/sendmail.el (sendmail-query-once): New function.
15053 (sendmail-query-once-function): New variable.
15054
15055 2011-06-29 Glenn Morris <rgm@gnu.org>
15056
15057 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
15058
15059 * ses.el (top-level): Require cl when compiling.
15060 (ses-set-localvars): Fix error statement.
15061 Call it at compile time to silence a storm of warnings.
15062
15063 2011-06-29 Martin Rudalics <rudalics@gmx.at>
15064
15065 * window.el (normalize-live-buffer): Rename to
15066 window-normalize-buffer.
15067 (normalize-live-frame): Rename to window-normalize-frame.
15068 (normalize-any-window): Rename to window-normalize-any-window.
15069 (normalize-live-window): Rename to window-normalize-live-window.
15070 (make-window-atom): Rename to window-make-atom.
15071 (window-resize-reset): Rename to window--resize-reset.
15072 (window-resize-reset-1): Rename to window--resize-reset-1.
15073 (resize-mini-window): Rename to window--resize-mini-window.
15074 (resize-subwindows-skip-p): Rename to
15075 window--resize-subwindows-skip-p.
15076 (resize-subwindows-normal): Rename to
15077 window--resize-subwindows-normal.
15078 (resize-subwindows): Rename to window--resize-subwindows.
15079 (resize-other-windows): Rename to window--resize-siblings.
15080 (resize-this-window): Rename to window--resize-this-window.
15081 (resize-root-window): Rename to window--resize-root-window.
15082 (resize-root-window-vertically): Rename to
15083 window--resize-root-window-vertically.
15084 (normalize-buffer-to-display): Rename to
15085 window-normalize-buffer-to-display.
15086 (normalize-buffer-to-switch-to): Rename to
15087 window-normalize-buffer-to-switch-to.
15088 Correspondingly update all callers of the functions listed
15089 above.
15090 (display-buffer-alist, display-buffer-normalize-arguments)
15091 (display-buffer-normalize-options, display-buffer)
15092 (display-buffer-alist-set): Use "function" instead of
15093 "fun-with-args".
15094
15095 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
15096
15097 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
15098 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
15099 debbugs.gnu.org. Mention acknowledgment email.
15100
15101 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
15102
15103 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
15104 buffer multibyteness, since it shouldn't matter.
15105
15106 2011-06-28 Martin Rudalics <rudalics@gmx.at>
15107
15108 * window.el (display-buffer-in-side-window): Handle dedicated
15109 windows as in display-buffer-reuse-window.
15110 (display-buffer-normalize-alist): Use value of override
15111 specifier.
15112 (display-buffer-normalize-specifiers): Use value of
15113 other-window-means-other-frame specifier.
15114 (display-buffer-alist): Rewrite some texts in widgets.
15115 (display-buffer): Spread arguments when calling function
15116 specified by fun-with-args.
15117
15118 2011-06-28 Deniz Dogan <deniz@dogan.se>
15119
15120 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
15121 Unnest `let'.
15122
15123 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
15124 selectors (Bug#5732).
15125 (css-proprietary-nmstart-re): Use `regexp-opt'.
15126
15127 2011-06-27 Jari Aalto <jari.aalto@cante.net>
15128
15129 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
15130 (eshell-ls-date-format): New defcustom.
15131 (eshell-ls-file): Use it.
15132
15133 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
15134
15135 * help-fns.el (describe-variable): Fix message for terminal-local vars.
15136
15137 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
15138
15139 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
15140 (ange-ftp-make-tmp-name): New arg.
15141 (ange-ftp-file-local-copy): Use it.
15142
15143 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
15144
15145 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
15146 no-conversion (Bug#8870).
15147
15148 2011-06-27 Martin Rudalics <rudalics@gmx.at>
15149
15150 * window.el (window-right, window-left, window-child)
15151 (window-child-count, window-last-child)
15152 (window-iso-combination-p, walk-window-tree-1)
15153 (window-atom-check-1, window-tree-1, delete-window)
15154 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
15155 new naming conventions - window-vchild, window-hchild,
15156 window-next and window-prev are now called window-top-child,
15157 window-left-child, window-next-sibling and window-prev-sibling
15158 respectively.
15159 (resize-window-reset): Rename to window-resize-reset.
15160 (resize-window-reset-1): Rename to window-resize-reset-1.
15161 (resize-window): Rename to window-resize.
15162 (window-min-height, window-min-width)
15163 (resize-mini-window, resize-this-window, resize-root-window)
15164 (resize-root-window-vertically, adjust-window-trailing-edge)
15165 (enlarge-window, shrink-window, maximize-window)
15166 (minimize-window, delete-window, quit-restore-window)
15167 (split-window, balance-windows, balance-windows-area-adjust)
15168 (balance-windows-area, window-state-put-2)
15169 (display-buffer-even-window-sizes, display-buffer-set-height)
15170 (display-buffer-set-width, set-window-text-height)
15171 (fit-window-to-buffer): Rename all "resize-window" prefixed
15172 calls to use the "window-resize" prefix convention.
15173 (display-buffer-alist): Fix symbol for label specifier.
15174 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
15175 corresponding specifier.
15176 Reported by Juanma Barranquero <lekktu@gmail.com>.
15177
15178 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
15179
15180 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
15181 convention.
15182 (ses-call-printer): Does not pass an empty string to formatter when the
15183 cell is empty to keep from barking printer Calc math-format-value.
15184
15185 2011-06-27 Richard Stallman <rms@gnu.org>
15186
15187 * battery.el (battery-mode-line-limit): New variable.
15188 (battery-update): Handle it.
15189
15190 * mail/rmailmm.el (rmail-mime-process-multipart):
15191 Handle truncated messages.
15192
15193 2011-06-27 Glenn Morris <rgm@gnu.org>
15194
15195 * progmodes/flymake.el (flymake-err-line-patterns):
15196 Allow for column numbers in the ant/javac pattern. (Bug#8866)
15197
15198 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
15199
15200 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
15201 (ses--clean-!, ses--clean-_): New functions.
15202 (ses-range): Add configurability of readout order, and conversion
15203 to Calc vector.
15204
15205 * ses.el (ses-repair-cell-reference-all): New function.
15206 (ses-cell-symbol): Set macro as safe, so that it can be used in
15207 formulas.
15208
15209 * ses.el: Update cycle detection algorithm.
15210 (ses-localvars): Add ses--Dijkstra-attempt-nb and
15211 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
15212 (ses-set-localvars): New function.
15213 (ses-make-cell): Add property-list as a cell element.
15214 (ses-cell-property-get-fun, ses-cell-property-get)
15215 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
15216 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
15217 New functions.
15218 (ses-cell-property-set, ses-cell-property-pop)
15219 (ses-cell-property-get-handle): New macro.
15220 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
15221 New aliases, used for code readability.
15222 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
15223 cycle detection.
15224 (ses-self-reference-early-detection): New defcustom.
15225 (ses-formula-references): Robustify against self-referring cells.
15226 (ses-mode): Use ses-set-localvars.
15227 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
15228 before lauching the update processing.
15229 (ses-initialize-Dijkstra-attempt): New function.
15230 (ses-recalculate-cell): Update for cycle detection based on
15231 Dijkstra algorithm.
15232
15233 * ses.el: Fix commenting and indenting convention.
15234
15235 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
15236
15237 * bs.el (bs-cycle-next): Complete last change.
15238
15239 2011-06-27 Drew Adams <drew.adams@oracle.com>
15240
15241 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
15242
15243 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
15244
15245 * net/network-stream.el (network-stream-open-starttls):
15246 Don't re-get capabilities unless we've reestablished connection.
15247 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
15248
15249 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
15250 to binary to possibly avoid line encoding issues on Windows (among
15251 other things).
15252
15253 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
15254
15255 * net/network-stream.el (open-network-stream): Return an :error
15256 saying what the problem was, if possible.
15257
15258 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
15259 server.
15260
15261 * net/network-stream.el (network-stream-open-starttls): If we
15262 wanted to use STARTTLS, and the server offered it, but we weren't
15263 able to because we had no STARTTLS support, then close the connection.
15264 (open-network-stream): Return an :error element, if present.
15265
15266 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
15267
15268 * hl-line.el (hl-line-sticky-flag): Doc fix.
15269 (global-hl-line-sticky-flag): New option (Bug#8323).
15270 (global-hl-line-highlight): Obey it.
15271
15272 * vc/vc.el (vc-revert-show-diff): Default to t.
15273
15274 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
15275
15276 * allout-widgets.el (allout-widgets-post-command-business):
15277 Stop decorating intermediate isearch matches. They're not being
15278 undecorated when an isearch is continued past, and isearch
15279 automatically collapses them. This leads to "widget leaks", where
15280 decorated items accumulate in collapsed areas. Lines with lots of
15281 hidden widgets can slow down cursor travel, substantially.
15282 Too much complicated machinery would be needed to ensure undecoration,
15283 so we're doing without this nicety.
15284
15285 (allout-widgets-tally-string): Don't try to do a hash-table-count
15286 of allout-widgets-tally when it's nil. This eliminates spurious "Error
15287 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
15288 *Messages* when allout-widgets-maintain-tally is t.
15289
15290 2011-06-26 Martin Rudalics <rudalics@gmx.at>
15291
15292 * window.el (display-buffer-normalize-argument): Rename to
15293 display-buffer-normalize-arguments. Handle special meaning of
15294 LABEL argument. Respect special-display-function when popping up
15295 a new frame. Fix code searching for a window showing the buffer
15296 on another frame.
15297 (display-buffer-normalize-specifiers):
15298 Call display-buffer-normalize-arguments.
15299 (display-buffer-in-window): Don't undedicate the window if its
15300 buffer remains the same.
15301 Reported by Drew Adams <drew.adams@oracle.com>.
15302 (display-buffer-alist): Add choice for same-window macro
15303 specfier.
15304 (display-buffer): Mention special meaning of LABEL argument in
15305 doc-string. Fix quoting. Don't pop up a new frame even as
15306 fallback.
15307
15308 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
15309
15310 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
15311 avoid deleting the current window in some cases (bug#8911).
15312
15313 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
15314
15315 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
15316 (Bug#8934)
15317
15318 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
15319
15320 * net/network-stream.el (network-stream-open-starttls):
15321 Use built-in TLS support if `gnutls-available-p' is true.
15322 (network-stream-open-tls): Ditto.
15323
15324 2011-06-26 Leo Liu <sdl.web@gmail.com>
15325
15326 * register.el (registerv): New struct.
15327 (registerv-make): New function.
15328 (jump-to-register, describe-register-1, insert-register):
15329 Support the jump-func, print-func and insert-func slot of a registerv
15330 struct. (Bug#8415)
15331
15332 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
15333
15334 * vc/vc.el (vc-revert-show-diff): New defcustom.
15335 (vc-diff-internal): New arg specifying diff buffer.
15336 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
15337 reuse an existing *vc-diff* buffer (Bug#8927).
15338
15339 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
15340
15341 2011-06-26 Glenn Morris <rgm@gnu.org>
15342
15343 * progmodes/f90.el (f90-critical-indent): New option.
15344 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
15345 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
15346 (f90-mode): Doc fix.
15347 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
15348 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
15349 (f90-beginning-of-block, f90-next-block, f90-indent-region)
15350 (f90-match-end): Handle block, critical.
15351
15352 2011-06-25 Glenn Morris <rgm@gnu.org>
15353
15354 * calendar/diary-lib.el (diary-included-files): Doc fix.
15355 (diary-include-files): New function, extracted from
15356 diary-include-other-diary-files and diary-mark-included-diary-files.
15357 (diary-include-other-diary-files, diary-mark-included-diary-files):
15358 Just call diary-include-files.
15359 (diary-mark-entries): Reset diary-included-files on first call.
15360
15361 * calendar/diary-lib.el (diary-mark-entries)
15362 (diary-mark-included-diary-files):
15363 Visit included diary-files in temp buffers.
15364
15365 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
15366 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
15367 (f90-start-block-re, f90-imenu-generic-expression)
15368 (f90-looking-at-program-block-start, f90-no-block-limit):
15369 Add support for submodules.
15370
15371 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
15372 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
15373
15374 2011-06-25 Eli Zaretskii <eliz@gnu.org>
15375
15376 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
15377 buffer-file-type before setting its value, to avoid disastrous
15378 global effects on decoding files for DOS/Windows systems. (Bug#8780)
15379
15380 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
15381
15382 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
15383
15384 * ses.el (ses-unload-function):
15385 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
15386
15387 * proced.el (proced-unload-function):
15388 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
15389
15390 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
15391
15392 * server.el (server-create-window-system-frame): Add parameters arg.
15393 (server-process-filter): Doc fix. Handle frame-parameters.
15394
15395 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
15396
15397 Fix bug#8730, bug#8781.
15398
15399 * loadhist.el (unload--set-major-mode): New function.
15400 (unload-feature): Use it.
15401
15402 * progmodes/python.el (python-after-info-look): Add autoload cookie.
15403 (python-unload-function): New function.
15404
15405 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
15406
15407 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
15408
15409 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
15410
15411 * net/browse-url.el (browse-url-firefox-program): Add icecat to
15412 the candidates list.
15413
15414 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
15415
15416 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
15417
15418 2011-06-23 Richard Stallman <rms@gnu.org>
15419
15420 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
15421 (rmail-variables): Set next-error-move-function.
15422 (rmail-what-message): Take argument POS.
15423 (rmail-next-error-move): New function.
15424
15425 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
15426
15427 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
15428 messages for adjacent non-terminals.
15429
15430 2011-06-23 Richard Stallman <rms@gnu.org>
15431
15432 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
15433 (rmail-show-message-1): Preserve buffer modified flag.
15434 (rmail-start-mail): Don't specify use of rmail-mail-return;
15435 that's done by mail-bury now.
15436 (rmail-mail-return): Handle arg NEWBUF.
15437
15438 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
15439
15440 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
15441 SIZE is a number.
15442
15443 2011-06-23 Martin Rudalics <rudalics@gmx.at>
15444
15445 * window.el (get-lru-window, get-mru-window)
15446 (get-largest-window): Never return a minibuffer window.
15447 (display-buffer-pop-up-window): Fix a bug that could lead to
15448 reusing the minibuffer window.
15449 (display-buffer): Pass original specifier argument to
15450 display-buffer-function instead of the normalized one.
15451 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
15452
15453 2011-06-22 Leo Liu <sdl.web@gmail.com>
15454
15455 * minibuffer.el (completing-read-function)
15456 (completing-read-default): Move from minibuf.c
15457
15458 2011-06-22 Richard Stallman <rms@gnu.org>
15459
15460 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
15461 to Rmail even if not started by a special Rmail command.
15462
15463 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
15464 Copy the buffer currently showing just one message.
15465
15466 2011-06-22 Roland Winkler <winkler@gnu.org>
15467
15468 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
15469 (bibtex-clean-entry): First delete the old key so that a
15470 customized algorithm for generating the new key does not get
15471 confused by the old key.
15472 (bibtex-url): Obey regexp of first step.
15473 (bibtex-search-entries): Do not use add-to-list with local
15474 list-var.
15475
15476 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15477
15478 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
15479 stored a user name, then query for the password first, instead of
15480 waiting for SMTP to give an error message and the trying again.
15481
15482 2011-06-22 Lawrence Mitchell <wence@gmx.li>
15483
15484 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
15485 BUFFER in call-process.
15486
15487 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15488
15489 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
15490 QUIT twice.
15491 (smtpmail-try-auth-methods): Require user name and password from
15492 auth-source.
15493
15494 2011-06-22 Martin Rudalics <rudalics@gmx.at>
15495
15496 * window.el (display-buffer-default-specifiers)
15497 (display-buffer-alist): Remove entries for pop-up-frame-alist.
15498 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
15499 (split-window): Normalize SIDE argument (Bug#8916).
15500
15501 * frame.el (pop-up-frame-alist, pop-up-frame-function)
15502 (special-display-frame-alist, special-display-popup-frame):
15503 Remove duplicate declarations. These are now in window.el.
15504
15505 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15506
15507 * mail/smtpmail.el (smtpmail-via-smtp):
15508 Set :use-starttls-if-possible so that we always use STARTTLS if the
15509 server supports it. SMTP servers that support STARTTLS commonly
15510 require it.
15511
15512 * net/network-stream.el (network-stream-open-starttls): Support
15513 upgrading to STARTTLS always, even if we don't have built-in support.
15514 (open-network-stream): Add the :always-query-capabilities keyword.
15515
15516 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
15517 upgrades with `open-network-stream', and rely solely on
15518 auth-source for all credentials. Big changes throughout the file,
15519 but in particular:
15520 (smtpmail-auth-credentials): Remove.
15521 (smtpmail-starttls-credentials): Remove.
15522 (smtpmail-via-smtp): Check for servers saying they want AUTH after
15523 MAIL FROM, too.
15524
15525 * net/network-stream.el (network-stream-open-starttls):
15526 Provide support for client certificates both for external and built-in
15527 STARTTLS.
15528 (auth-source): Require.
15529 (open-network-stream): Document the :client-certificate keyword.
15530 (network-stream-certificate): Change cert-cert to cert and
15531 cert-key to key.
15532
15533 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
15534
15535 * net/tramp-cache.el (top): Don't load the persistency file when
15536 "emacs -Q" has been called.
15537
15538 2011-06-21 Tim Harper <timcharper@gmail.com>
15539
15540 * term/ns-win.el (ns-initialize-window-system):
15541 Set application-specific `ApplePressAndHoldEnabled' system
15542 resource to NO as it is not yet supported by the NS port.
15543
15544 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
15545
15546 * misc.el (list-dynamic-libraries--refresh): Compute header here...
15547 (list-dynamic-libraries): ...not here.
15548
15549 2011-06-21 Leo Liu <sdl.web@gmail.com>
15550
15551 * subr.el (sha1): Implement sha1 using secure-hash.
15552
15553 2011-06-21 Martin Rudalics <rudalics@gmx.at>
15554
15555 * window.el (display-buffer-alist): In default value do not
15556 enforce searching a window on any but the selected frame.
15557 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
15558 (display-buffer-select-window): Remove function.
15559 (display-buffer-in-window): When a window on another frame gets
15560 reused, do not select it any more but just raise its frame if
15561 necessary (Bug#8851) and (Bug#8856).
15562 (display-buffer-normalize-options): Handle pop-up-frames related
15563 options more faithfully.
15564 (pop-to-buffer): Don't rely on `display-buffer' selecting the
15565 window if it is on another frame.
15566 (display-buffer-alist, display-buffer-default-specifiers):
15567 Don't make new frame unsplittable by default.
15568 (display-buffer-normalize-argument): Fix doc-string typo and use
15569 'same-frame-other-window instead of 'other-window when associating
15570 with display-buffer-macro-specifiers.
15571
15572 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
15573
15574 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
15575 New functions.
15576 (5x5-mode-map, 5x5-mode-menu): Bind them.
15577 (5x5-draw-grid): Tweak the solver's rendering.
15578
15579 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
15580
15581 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
15582 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
15583
15584 2011-06-21 Drew Adams <drew.adams@oracle.com>
15585
15586 * menu-bar.el: Use function variable instead of switch-to-buffer.
15587 (menu-bar-select-buffer-function): New variable.
15588 (menu-bar-update-buffers): Use it (bug#8876).
15589
15590 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
15591
15592 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
15593 variable's status.
15594
15595 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
15596
15597 * x-dnd.el (x-dnd-version-from-flags)
15598 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
15599 and long as number (Bug#8899).
15600 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
15601
15602 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
15603
15604 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
15605 (completion-try-completion, completion-all-completions): Compute the
15606 metadata argument if it's missing; make it optional (bug#8795).
15607
15608 * wid-edit.el: Use lex-bind and move towards completion-at-point.
15609 (widget-complete): Use new :completion-function property.
15610 (widget-completions-at-point): New function.
15611 (default): Use :completion-function instead of :complete.
15612 (widget-default-completions): Rename from widget-default-complete;
15613 Rewrite.
15614 (widget-string-complete, widget-file-complete, widget-color-complete):
15615 Remove functions.
15616 (file, symbol, function, variable, coding-system, color):
15617 * international/mule-cmds.el (default-input-method, charset)
15618 (language-info-custom-alist):
15619 * cus-edit.el (face): Use new property :completions.
15620
15621 * progmodes/pascal.el (pascal-completions-at-point): New function.
15622 (pascal-mode): Use it.
15623 (pascal-mode-map): Use completion-at-point.
15624 (pascal-toggle-completions): Make obsolete.
15625 (pascal-complete-word, pascal-show-completions):
15626 * progmodes/octave-mod.el (octave-complete-symbol):
15627 Redefine as obsolete alias.
15628 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
15629 Signal absence of completion info for old Octave,
15630 (inferior-octave-complete): Redefine as obsolete alias.
15631 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
15632 (meta-completions-at-point): Rename from meta-complete-symbol and
15633 adapt it for use on completion-at-point-functions.
15634 (meta-common-mode): Use it.
15635 (meta-looking-at-backward, meta-match-buffer): Remove.
15636 (meta-complete-symbol): Redefine as obsolete alias.
15637 (meta-common-mode-map): Use completion-at-point.
15638 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
15639 (makefile-mode-map): Use completion-at-point.
15640 (makefile-completions-at-point): Rename from makefile-complete and
15641 adapt it for use on completion-at-point-functions.
15642 (makefile-mode): Use it.
15643 (makefile-complete): Redefine as obsolete alias.
15644
15645 2011-06-20 Deniz Dogan <deniz@dogan.se>
15646
15647 * net/rcirc.el: Delete trailing whitespaces once and for all.
15648
15649 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
15650
15651 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
15652
15653 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
15654
15655 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
15656
15657 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
15658
15659 2011-06-19 Martin Rudalics <rudalics@gmx.at>
15660
15661 * window.el (display-buffer-other-window-means-other-frame):
15662 Call display-buffer-normalize-alist.
15663 (display-buffer-normalize-specifiers-1): Rename to
15664 display-buffer-normalize-argument. New argument other-frame.
15665 Rewrite.
15666 (display-buffer-normalize-specifiers-2): Rename to
15667 display-buffer-normalize-options.
15668 (display-buffer-normalize-alist-1): New function.
15669 (display-buffer-normalize-specifiers-3): Rename to
15670 display-buffer-normalize-alist.
15671 Call display-buffer-normalize-alist-1.
15672 (display-buffer-normalize-options-inhibit): New variable.
15673 (display-buffer-normalize-specifiers): Rewrite calling
15674 display-buffer-normalize-alist,
15675 display-buffer-normalize-argument, and
15676 display-buffer-normalize-options. Don't call the latter if
15677 display-buffer-normalize-options-inhibit is non-nil.
15678 (frame-auto-delete): New option.
15679 (window-deletable-p): Use frame-auto-delete.
15680 (window-list-no-nils, window-state-ignored-parameters)
15681 (window-state-get-1, window-state-get, window-state-put-list)
15682 (window-state-put-1, window-state-put-2, window-state-put):
15683 New functions.
15684 (display-buffer-normalize-options): Move special-display-p group
15685 after pop-up-frame group (Bug#8851) and (Bug#8856).
15686
15687 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
15688
15689 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
15690 groups (Bug#8776).
15691 (rx-submatch-n): New function.
15692 (rx): Document it.
15693
15694 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
15695 (Bug#8768).
15696
15697 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
15698
15699 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
15700
15701 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
15702 anytime existing face settings are present (Bug#8889).
15703
15704 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
15705 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
15706 Remove unused argument.
15707
15708 2011-06-18 Martin Rudalics <rudalics@gmx.at>
15709
15710 * window.el (display-buffer-default-specifiers):
15711 Remove pop-up-frame. Add pop-up-window-min-height,
15712 pop-up-window-min-width, and another reuse-window specifier
15713 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
15714 (display-buffer-normalize-specifiers-2):
15715 Handle split-height-threshold and split-width-threshold also when
15716 pop-up-windows is unset. Add a reuse-window specifier for the
15717 case popping up a new window fails.
15718 (special-display-popup-frame): Remove double quoting.
15719 (display-buffer-normalize-specifiers-1): Fix thinko.
15720
15721 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
15722
15723 * shell.el (shell-completion-vars): Set pcomplete-termination-string
15724 according to comint-completion-addsuffix.
15725
15726 * pcomplete.el: Convert to lexical binding and fix bug#8819.
15727 (pcomplete-suffix-list): Mark as obsolete.
15728 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
15729 pcomplete-seen in the closure.
15730 (pcomplete-comint-setup): Setup completion-at-point as well.
15731 (pcomplete--entries): New function.
15732 (pcomplete--env-regexp): New var.
15733 (pcomplete-entries): Rewrite to work with partial-completion and
15734 without relying on pcomplete-suffix-list.
15735 (pcomplete-pare-list): Remove, unused.
15736
15737 2011-06-17 Martin Rudalics <rudalics@gmx.at>
15738
15739 * window.el (display-buffer-alist): Set pop-up-window-min-height
15740 and pop-up-window-min-width in default value. Reported by
15741 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
15742 other-window-means-other-frame.
15743 (display-buffer-macro-specifiers): Comment out entry for
15744 other-window specifier.
15745 (display-buffer-other-window-means-other-frame): New function.
15746 (display-buffer-normalize-specifiers-1): New arguments
15747 buffer-name and label. Treat other-window case specially.
15748 (display-buffer-normalize-specifiers-2): Treat other-window case
15749 specially.
15750 (display-buffer-normalize-specifiers-3): New function.
15751 (display-buffer-normalize-specifiers):
15752 Call display-buffer-normalize-specifiers-3.
15753
15754 2011-06-17 Martin Rudalics <rudalics@gmx.at>
15755
15756 * window.el (same-window-p): Fix two typos introduced when
15757 adding with-no-warnings.
15758 (display-buffer-normalize-specifiers-1): Don't check
15759 pop-up-frames for 'unset initialization.
15760 (display-buffer-normalize-specifiers-2): Major rewrite using
15761 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
15762 (pop-up-frames, display-buffer-reuse-frames)
15763 (display-buffer-mark-dedicated): Don't initialize to 'unset.
15764 Suggested by David Engster <deng@randomsample.de>.
15765 (even-window-heights): Initialize to 'unset.
15766 (display-buffer-alist-set): Handle new 'unset initializations.
15767 (display-buffer-macro-specifiers): Don't pop up a new frame in the
15768 other window case.
15769
15770 2011-06-16 Martin Rudalics <rudalics@gmx.at>
15771
15772 * window.el (display-buffer-normalize-specifiers-1):
15773 Respect current value of pop-up-frames for most reasonable values of
15774 second argument of display-buffer (Bug#8865).
15775 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
15776 (switch-to-buffer-other-window-same-frame)
15777 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
15778 Adams (Bug#8875).
15779 (display-buffer): Don't check noninteractive when calling
15780 display-buffer-pop-up-frame.
15781 (display-buffer-pop-up-frame): Never pop up a frame in
15782 noninteractive mode (Bug#8857).
15783 (enlarge-window, shrink-window): Don't report an error when the
15784 window can't be resized as requested (Bug#8862).
15785
15786 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15787
15788 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
15789
15790 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
15791
15792 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
15793
15794 2011-06-15 Alan Mackenzie <acm@muc.de>
15795
15796 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
15797 for declarators, disable knr checking to speed up for normal files.
15798 2: Refactor, replacing a sequence of nested if forms by a cond form.
15799
15800 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15801
15802 * net/network-stream.el (open-network-stream): Add the keyword
15803 :always-query-capabilities for the case where you want to force a
15804 `plain' network connection, but the protocol still requires the
15805 capabilitiy command (i.e., SMTP and EHLO).
15806
15807 * subr.el (process-live-p): Rename from `process-alive-p' for
15808 consistency with other `-live-p' functions.
15809
15810 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15811
15812 * window.el (same-window-buffer-names, same-window-regexps)
15813 (special-display-frame-alist, special-display-popup-frame)
15814 (special-display-function, special-display-buffer-names)
15815 (special-display-regexps, pop-up-frame-alist)
15816 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
15817 (pop-up-windows, split-window-preferred-function)
15818 (split-height-threshold, split-width-threshold, even-window-heights)
15819 (display-buffer-mark-dedicated): Don't encourage the use of
15820 display-buffer-alist from Elisp code.
15821
15822 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
15823
15824 * progmodes/python.el (python-mode): Derive from prog-mode.
15825 * progmodes/ps-mode.el (ps-mode):
15826 * progmodes/mixal-mode.el (mixal-mode):
15827 * progmodes/cfengine.el (cfengine-mode):
15828 * progmodes/ld-script.el (ld-script-mode): Likewise.
15829
15830 2011-06-15 Martin Rudalics <rudalics@gmx.at>
15831
15832 * window.el (display-buffer-alist): Trim default value to avoid
15833 popping up a new frame (Bug#8857) or reusing an arbitrary window
15834 on another frame.
15835 (display-buffer): Do not fall back on popping up a new frame in
15836 batch mode (Bug#8857).
15837
15838 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
15839
15840 * cus-theme.el (describe-theme-1): Use custom-theme-p.
15841 (custom-theme-summary): New function.
15842 (customize-themes): Use it.
15843
15844 2011-06-13 Glenn Morris <rgm@gnu.org>
15845
15846 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
15847
15848 2011-06-13 Martin Rudalics <rudalics@gmx.at>
15849
15850 * help.el (help-window): Remove variable.
15851 (help-window-point-marker, temp-buffer-max-height)
15852 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
15853 (help-print-return-message): Don't set help-window.
15854 (resize-temp-buffer-window): Rewrite cod eand doc-string.
15855 (help-window-setup-finish): Remove.
15856 (help-window-display-message, help-window-setup)
15857 (with-help-window): Major rewrite based on new
15858 display-buffer-window variable.
15859
15860 * help-mode.el (help-mode-finish): Remove help-window related
15861 code.
15862
15863 * view.el (view-exits-all-viewing-windows): Remove reference to
15864 view-return-to-alist in doc-string.
15865 (view-return-to-alist): Make obsolete.
15866 (view-buffer): Call pop-to-buffer-same-window and remove
15867 undo-window code.
15868 (view-buffer-other-window): Call pop-to-buffer-other-window and
15869 simplify code. Ignore second argument.
15870 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
15871 simplify code. Ignore second argument.
15872 (view-return-to-alist-update): Make obsolete.
15873 (view-mode-enter): Rename second argument to QUIT-RESTORE.
15874 Rewrite using quit-restore window parameters.
15875 (view-mode-exit): Rename second argument to EXIT-ONLY.
15876 Rewrite using quit-restore-window.
15877 (View-exit, View-exit-and-edit, View-leave, View-quit)
15878 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
15879 appropriate arguments.
15880 (view-end-message): Use quit-restore window parameter.
15881
15882 * window.el (display-buffer-function): Rewrite doc-string.
15883 (display-buffer-window, display-buffer-alist): New variables.
15884 (display-buffer-split-specifiers)
15885 (display-buffer-side-specifiers)
15886 (display-buffer-macro-specifiers): New constants.
15887 (display-buffer-even-window-sizes, display-buffer-set-height)
15888 (display-buffer-set-width, display-buffer-select-window)
15889 (display-buffer-in-window, display-buffer-reuse-window)
15890 (display-buffer-split-window-1, display-buffer-split-window)
15891 (display-buffer-split-atom-window, display-buffer-pop-up-window)
15892 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
15893 (display-buffer-in-side-window, normalize-buffer-to-display)
15894 (display-buffer-normalize-specifiers-1)
15895 (display-buffer-normalize-specifiers-2)
15896 (display-buffer-normalize-specifiers, display-buffer-frame):
15897 New functions.
15898 (display-buffer): Major rewrite.
15899 (display-buffer-other-window, display-buffer-other-frame)
15900 (pop-to-buffer, switch-to-buffer-other-window)
15901 (switch-to-buffer-other-frame): Rewrite.
15902 (display-buffer-same-window, display-buffer-same-frame)
15903 (display-buffer-same-frame-other-window)
15904 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
15905 (pop-to-buffer-other-window)
15906 (pop-to-buffer-same-frame-other-window)
15907 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
15908 (switch-to-buffer-other-window-same-frame): New functions.
15909 (same-window-p, special-display-p): Rewrite disabling warnings.
15910 Make obsolete.
15911 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
15912 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
15913 Make obsolete
15914 (same-window-buffer-names, same-window-regexps)
15915 (special-display-frame-alist, special-display-popup-frame)
15916 (special-display-function, special-display-buffer-names)
15917 (special-display-regexps, pop-up-frame-alist)
15918 (pop-up-frame-function, split-window-preferred-function)
15919 (split-height-threshold, split-width-threshold)
15920 (even-window-heights): Make obsolete.
15921
15922 2011-06-12 Glenn Morris <rgm@gnu.org>
15923
15924 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
15925 Misc simplifications.
15926
15927 2011-06-12 Martin Rudalics <rudalics@gmx.at>
15928
15929 * window.el (window-safely-shrinkable-p): Restore function which
15930 was inadvertently removed in change from 2011-06-11. Declare as
15931 obsolete.
15932
15933 * calendar/calendar.el (calendar-generate-window):
15934 Use window-iso-combined-p instead of combination of one-window-p and
15935 window-safely-shrinkable-p.
15936
15937 2011-06-12 Glenn Morris <rgm@gnu.org>
15938
15939 * progmodes/fortran.el (fortran-mode-syntax-table):
15940 * progmodes/f90.el (f90-mode-syntax-table):
15941 Set % to punctuation. (Bug#8820)
15942 (f90-find-tag-default): Remove, no longer needed.
15943
15944 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
15945
15946 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
15947
15948 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
15949
15950 * image.el (image-animated-p): Return animation delay in seconds.
15951 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
15952 (image-animate-timeout): Remove DELAY argument. Don't assume
15953 every subimage has the same delay; get it from image-animated-p.
15954 (image-animate): Caller changed.
15955
15956 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
15957
15958 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
15959 to ignored backtrace functions.
15960
15961 2011-06-11 Glenn Morris <rgm@gnu.org>
15962
15963 * calendar/appt.el (appt-disp-window-function): Doc fix.
15964 (appt-check): Handle overlapping appointments. (Bug#8337)
15965
15966 2011-06-11 Martin Rudalics <rudalics@gmx.at>
15967
15968 * window.el (window-tree-1, window-tree): New functions, moving
15969 the latter to window.el.
15970 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
15971 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
15972 (bw-refresh-edges): Remove.
15973 (balance-windows-1, balance-windows-2): New functions.
15974 (balance-windows): Rewrite in terms of window tree functions,
15975 balance-windows-1 and balance-windows-2.
15976 (bw-adjust-window): Remove.
15977 (balance-windows-area-adjust): New function with functionality of
15978 bw-adjust-window but using resize-window.
15979 (set-window-text-height): Rewrite doc-string.
15980 Use normalize-live-window and resize-window.
15981 (enlarge-window-horizontally, shrink-window-horizontally):
15982 Rename argument to DELTA.
15983 (window-buffer-height): New function.
15984 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
15985 Rewrite using new window resize routines.
15986 (kill-buffer-and-window, mouse-autoselect-window-select):
15987 Use ignore-errors instead of condition-case.
15988 (quit-window): Call delete-frame instead of delete-windows-on
15989 for the only buffer on frame.
15990
15991 2011-06-10 Martin Rudalics <rudalics@gmx.at>
15992
15993 * loadup.el (top-level): Load window before files for the sake
15994 of replace-buffer-in-windows.
15995
15996 * files.el (read-buffer-to-switch)
15997 (switch-to-buffer-other-window)
15998 (switch-to-buffer-other-frame, display-buffer-other-frame):
15999 Move to window.el.
16000
16001 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
16002 (previous-buffer): Move to window.el.
16003
16004 * bindings.el (unbury-buffer): Move to window.el.
16005
16006 * window.el (delete-other-windows-vertically): Move after
16007 definition of delete-other-windows.
16008 (other-window, delete-windows-on, replace-buffer-in-windows):
16009 Move here from window.c.
16010 (record-window-buffer, unrecord-window-buffer)
16011 (set-window-buffer-start-and-point, switch-to-prev-buffer)
16012 (switch-to-next-buffer): New functions.
16013 (get-next-valid-buffer, last-buffer, next-buffer): Move here
16014 from simple.el. Call switch-to-next-buffer.
16015 (previous-buffer): Move here from simple.el.
16016 Call switch-to-prev-buffer.
16017 (bury-buffer): Move here from buffer.c. Switch to previous
16018 buffer when window cannot be deleted.
16019 (unbury-buffer): Move here from bindings.el.
16020 (ctl-x-map): Move binding for other-window from window.c to
16021 here.
16022 (read-buffer-to-switch, switch-to-buffer-other-window)
16023 (switch-to-buffer-other-frame): Move here from files.el.
16024 (normalize-buffer-to-switch-to): New functions.
16025 (switch-to-buffer): Move here from buffer.c.
16026 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
16027
16028 2011-06-10 Martin Rudalics <rudalics@gmx.at>
16029
16030 * window.el (window-min-height, window-min-width): Move here
16031 from window.c. Add defcustoms and rewrite doc-strings.
16032 (resize-mini-window, resize-window): New functions.
16033 (adjust-window-trailing-edge, enlarge-window, shrink-window):
16034 Move here from window.c.
16035 (maximize-window, minimize-window): New functions.
16036 (delete-window, delete-other-windows, split-window): Move here
16037 from window.c.
16038 (window-split-min-size): New function.
16039 (split-window-keep-point): Mention split-window-above-each-other
16040 instead of split-window-vertically.
16041 (split-window-above-each-other, split-window-vertically):
16042 Rename split-window-vertically to split-window-above-each-other
16043 and provide defalias for old definition.
16044 (split-window-side-by-side, split-window-horizontally):
16045 Rename split-window-horizontally to split-window-side-by-side
16046 and provide defalias for the old definition.
16047 (ctl-x-map): Move bindings for delete-window,
16048 delete-other-windows and enlarge-window here from window.c.
16049 Replace bindings for split-window-vertically and
16050 split-window-horizontally by bindings for
16051 split-window-above-each-other and split-window-side-by-side.
16052
16053 * cus-start.el (all): Remove entries for window-min-height and
16054 window-min-width. Add entries for window-splits and
16055 window-nest.
16056
16057 2011-06-09 Glenn Morris <rgm@gnu.org>
16058
16059 * calendar/appt.el (appt-mode-line): New function.
16060 (appt-check, appt-disp-window): Use it.
16061
16062 * files.el (hack-one-local-variable-eval-safep):
16063 Allow minor-modes with explicit +/-1 arguments.
16064
16065 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
16066
16067 * term/xterm.el (xterm): Add defgroup.
16068 (xterm-extra-capabilities): Add defcustom to supply known xterm
16069 capabilities, skip querying them, or query them (default).
16070 (terminal-init-xterm): Use it.
16071 (terminal-init-xterm-modify-other-keys): New function to set up
16072 modifyOtherKeys support to simplify `terminal-init-xterm'.
16073
16074 2011-06-09 Martin Rudalics <rudalics@gmx.at>
16075
16076 * window.el (resize-window-reset, resize-window-reset-1)
16077 (resize-subwindows-skip-p, resize-subwindows-normal)
16078 (resize-subwindows, resize-other-windows, resize-this-window)
16079 (resize-root-window, resize-root-window-vertically)
16080 (window-deletable-p, window-or-subwindow-p)
16081 (frame-root-window-p): New functions.
16082
16083 2011-06-09 Glenn Morris <rgm@gnu.org>
16084
16085 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
16086 (ange-ftp-get-files): Use it.
16087
16088 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
16089
16090 * mail/sendmail.el (mail-recover-1, mail-recover):
16091 * files.el (recover-file, recover-session):
16092 Handle dired-listing-switches not being just a single short option.
16093
16094 2011-06-09 Glenn Morris <rgm@gnu.org>
16095
16096 * calendar/appt.el (appt-display-message, appt-disp-window):
16097 Handle lists of appointments.
16098
16099 2011-06-08 Martin Rudalics <rudalics@gmx.at>
16100
16101 * window.el (one-window-p): Move down in code.
16102 Rewrite doc-string.
16103 (window-current-scroll-bars): Rewrite doc-string.
16104 Normalize live window argument.
16105 (walk-windows, get-window-with-predicate, count-windows):
16106 Rewrite doc-string. Use window-list-1.
16107 (window-in-direction-2, window-in-direction, get-mru-window):
16108 New functions.
16109
16110 2011-06-08 Reuben Thomas <rrt@sc3d.org>
16111
16112 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
16113 Doc fix (Bug#8713).
16114
16115 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
16116
16117 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
16118
16119 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
16120
16121 * loadhist.el (unload-feature-special-hooks):
16122 Add `comint-output-filter-functions'.
16123
16124 2011-06-08 Ivan Kanis <gnu@kanis.fr>
16125
16126 * calendar/appt.el (appt-check): Move some initializations into the let.
16127
16128 2011-06-08 Martin Rudalics <rudalics@gmx.at>
16129
16130 * window.el (window-height): Defalias to window-total-height.
16131 (window-width): Defalias to window-body-width.
16132
16133 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
16134
16135 * image-mode.el (image-toggle-animation): New command.
16136 (image-mode-map): Bind it to RET.
16137 (image-mode): Update message.
16138 (image-toggle-display-image): Avoid a spurious cache flush.
16139 (image-transform-rotation): Doc fix.
16140 (image-transform-properties): Return quickly in the normal case.
16141 (image-animate-loop): Rename from image-animate-max-time.
16142
16143 * image.el (image-animate-max-time): Move to image-mode.el.
16144 (create-animated-image): Remove unnecessary function.
16145 (image-animate): Rename from image-animate-start. New arg.
16146 (image-animate-stop): Remove; just use image-animate-timer.
16147 (image-animate-timer): Use car-safe.
16148 (image-animate-timeout): Rename argument.
16149
16150 2011-06-07 Martin Rudalics <rudalics@gmx.at>
16151
16152 * window.el (get-lru-window, get-largest-window): Move here from
16153 window.c. Rename first argument to ALL-FRAMES.
16154 Rephrase doc-strings.
16155 (get-buffer-window-list): Rewrite using window-list-1.
16156 Rephrase doc-string.
16157 (window-safe-min-height, window-safe-min-width): New constants.
16158 (window-size-ignore, window-min-size, window-min-size-1)
16159 (window-sizable, window-sizable-p, window-size-fixed-1)
16160 (window-size-fixed-p, window-min-delta-1, window-min-delta)
16161 (window-max-delta-1, window-max-delta, window-resizable)
16162 (window-resizable-p, window-total-height, window-total-width)
16163 (window-body-width): New functions.
16164 (window-full-height-p, window-full-width-p): Rewrite using
16165 window-total-size.
16166 (window-body-height): Rewrite using window-body-size.
16167
16168 2011-06-06 Martin Rudalics <rudalics@gmx.at>
16169
16170 * window.el (window-right, window-left, window-child)
16171 (window-child-count, window-last-child, window-any-p)
16172 (normalize-live-buffer, normalize-live-frame)
16173 (normalize-any-window, normalize-live-window)
16174 (window-iso-combination-p, window-iso-combined-p)
16175 (window-iso-combinations)
16176 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
16177 (windows-with-parameter, window-with-parameter)
16178 (window-atom-root, make-window-atom, window-atom-check-1)
16179 (window-atom-check, window-side-check, window-check):
16180 New functions.
16181 (ignore-window-parameters, window-sides, window-sides-vertical)
16182 (window-sides-slots): New variables.
16183 (window-size-fixed): Move down in code. Minor doc-string fix.
16184
16185 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
16186
16187 * comint.el (comint-dynamic-complete-as-filename)
16188 (comint-dynamic-complete-filename): Correctly call
16189 completion-in-region.
16190
16191 2011-06-05 Deniz Dogan <deniz@dogan.se>
16192
16193 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
16194 in last change.
16195
16196 2011-06-05 Deniz Dogan <deniz@dogan.se>
16197
16198 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
16199 (rcirc): Use it to prompt for encryption.
16200
16201 2011-06-05 Roland Winkler <winkler@gnu.org>
16202
16203 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
16204 (bibtex-search-entries): New command bound to C-c C-a.
16205 (bibtex-display-entries): New function.
16206
16207 2011-06-05 Roland Winkler <winkler@gnu.org>
16208
16209 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
16210 (bibtex-insert-kill): After yanking insert newline if necessary.
16211 (bibtex-initialize): Call bibtex-string-files-init only once.
16212 (bibtex-mode): Do not call easy-menu-add.
16213 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
16214 (bibtex-yank): Set arg properly if nil.
16215
16216 2011-06-05 Roland Winkler <winkler@gnu.org>
16217
16218 * textmodes/bibtex.el (bibtex-search-entry-globally):
16219 New variable.
16220 (bibtex-search-entry): Use it.
16221
16222 2011-06-05 Roland Winkler <winkler@gnu.org>
16223
16224 * textmodes/bibtex.el (bibtex-entry-format): New option
16225 sort-fields.
16226 (bibtex-format-entry, bibtex-reformat): Honor this option.
16227 (bibtex-parse-entry): Return fields in proper order.
16228
16229 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
16230
16231 * doc-view.el (doc-view-remove-if): Move computation of result out
16232 of `dolist' to silence misleading lexical-binding warning.
16233
16234 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
16235
16236 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
16237 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
16238
16239 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
16240
16241 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
16242 "SunOS 5.10".
16243
16244 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
16245
16246 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
16247 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
16248 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
16249 (tramp-parse-putty):
16250 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
16251 (tramp-completion-function-alist-ssh)
16252 (tramp-completion-function-alist-telnet)
16253 (tramp-completion-function-alist-su)
16254 (tramp-completion-function-alist-putty): Set `tramp-autoload'
16255 cookie.
16256
16257 * net/tramp-ftp.el:
16258 * net/tramp-sh.el:
16259 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
16260 load "tramp.el" `tramp-set-completion-function'.
16261
16262 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
16263
16264 * shell.el: Require and use pcomplete.
16265 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
16266 (shell-completion-vars): Set pcomplete-default-completion-function.
16267
16268 2011-06-04 Deniz Dogan <deniz@dogan.se>
16269
16270 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
16271 `memq' (Bug#8799).
16272
16273 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
16274
16275 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
16276
16277 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
16278
16279 * bs.el (bs--mark-unmark, bs--nth-wrapper):
16280 * mpc.el (mpc-select-extend, mpc-songpointer-context):
16281 * vc/log-view.el (log-view-beginning-of-defun):
16282 * vc/smerge-mode.el (smerge-apply-resolution-patch)
16283 (smerge-refine-forward, smerge-refine-chopup-region):
16284 Silence warning for unused `dotimes' counter variables.
16285
16286 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
16287
16288 * net/tramp.el (tramp-with-progress-reporter): Rename from
16289 with-progress-reporter. Use `declare'.
16290 * net/tramp-smb.el:
16291 * net/tramp-sh.el:
16292 * net/tramp-gvfs.el: Update all uses.
16293
16294 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
16295
16296 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
16297 buffer isn't killed before making it current.
16298
16299 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16300
16301 Silence various byte-compiler warnings.
16302 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
16303 `access-type' and new obsolescence format.
16304 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
16305 new format.
16306 (byte-compile-check-variable): New `access-type' argument.
16307 Only warn if the access-type is obsolete.
16308 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
16309 (byte-compile-variable-set): Adjust callers.
16310 * help-fns.el (describe-variable): Adjust to new obsolescence format.
16311 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
16312 setting it as obsolete.
16313 * simple.el (minibuffer-completing-symbol):
16314 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
16315 access as obsolete.
16316 * minibuffer.el (minibuffer-completing-file-name): Don't make it
16317 obsolete yet.
16318 * international/quail.el (quail-mouse-choose-completion): Remove unused
16319 code referring to obsolete var.
16320 (quail-choose-completion-string): Remove.
16321 * server.el (server-clients-with, server-kill-buffer-query-function)
16322 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
16323 * proced.el (proced-send-signal):
16324 * emacs-lisp/lisp.el (lisp-complete-symbol):
16325 Replace completion-annotate-function with completion-extra-properties.
16326
16327 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16328
16329 * simple.el (goto-line): Use read-number.
16330 (overriding-map-is-bound): Remove.
16331 (saved-overriding-map): Change default.
16332 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
16333 Take the map as argument.
16334 (universal-argument, negative-argument, digit-argument): Use it.
16335 (restore-overriding-map): Adjust.
16336 (do-auto-fill): Use fill-forward-paragraph.
16337 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
16338
16339 * minibuffer.el (minibuffer-inactive-mode-map): New var.
16340 (minibuffer-inactive-mode): New major mode.
16341 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
16342 the *Messages* buffer" hack.
16343 (mouse-popup-menubar): Don't burp if the event is a normal key.
16344
16345 Miscellaneous tweaks.
16346 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
16347 lexical scoping as in subr.el's dolist and dotimes.
16348 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
16349 Silence compiler warning.
16350 * thingatpt.el (forward-whitespace): Trivial coding style fix.
16351 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
16352 * international/ccl.el (ccl-compile): Trivial simplification.
16353 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
16354 * emacs-lisp/testcover.el (testcover-end): Remove spurious
16355 `printflag' argument.
16356 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
16357 Purecopy the whole obsolescence data.
16358
16359 2011-06-01 Leo Liu <sdl.web@gmail.com>
16360
16361 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
16362 improve doc-string as suggested by Marco Pessotto
16363 <melmothx@gmail.com>.
16364 (rcirc-print): Fix last change.
16365
16366 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16367
16368 * minibuffer.el (complete-with-action): Return nil for the metadata and
16369 boundaries of non-functional tables.
16370 (completion-table-dynamic): Return nil for the metadata.
16371 (completion-table-with-terminator): Add default case, using
16372 complete-with-action.
16373 (completion--metadata): New function.
16374 (completion-all-sorted-completions, minibuffer-completion-help): Use it
16375 to try and avoid pathological performance problems.
16376 (completion--embedded-envvar-table): Return `category' metadata.
16377
16378 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
16379
16380 * subr.el (process-alive-p): New tiny convenience function.
16381
16382 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16383
16384 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
16385 content but also its previous major mode.
16386
16387 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
16388
16389 * emacs-lisp/debug.el (debug): Restore the previous content of the
16390 *Backtrace* buffer when we exit with C-M-c.
16391
16392 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16393
16394 * minibuffer.el: Add metadata method to completion tables.
16395 (completion-category-overrides): New defcustom.
16396 (completion-metadata, completion--field-metadata)
16397 (completion-metadata-get, completion--styles)
16398 (completion--cycle-threshold): New functions.
16399 (completion-try-completion, completion-all-completions):
16400 Add `metadata' argument to choose completion-styles.
16401 (completion--do-completion): Use metadata to choose cycling.
16402 (completion-all-sorted-completions): Use metadata for sorting.
16403 Remove :completion-cycle-penalty which is not needed any more.
16404 (completion--try-word-completion): Add `metadata' argument.
16405 (minibuffer-completion-help): Check metadata for annotation function
16406 and sorting.
16407 (completion-file-name-table): Return `category' metadata.
16408 (minibuffer-completing-file-name): Make obsolete.
16409 * simple.el (minibuffer-completing-symbol): Make obsolete.
16410 * icomplete.el (icomplete-completions): Pass new `metadata' param to
16411 completion-try-completion.
16412
16413 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16414
16415 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
16416
16417 2011-05-30 Leo Liu <sdl.web@gmail.com>
16418
16419 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
16420 (rcirc-print): Decode all incoming messages (bug#8744).
16421 (rcirc-decode-coding-system): Allow value nil for automatic coding
16422 system detection.
16423
16424 2011-06-01 Glenn Morris <rgm@gnu.org>
16425
16426 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
16427
16428 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
16429
16430 * image.el (image-animate-max-time): Allow nil and t values.
16431 Default to nil.
16432 (create-animated-image): Doc fix.
16433 (image-animate-start): Remove second arg; just use
16434 image-animate-max-time.
16435 (image-animate-timeout): Doc fix. Args changed.
16436
16437 * image-mode.el (image-toggle-display-image): Ensure that the
16438 image spec passed to the animate timer is the same object as in
16439 the buffer's display property (Bug#6981).
16440 (image-transform-properties): Doc fix.
16441
16442 * image.el (image-animate-max-time): Default to nil.
16443
16444 2011-05-29 Martin Rudalics <rudalics@gmx.at>
16445
16446 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
16447 entire buffer list (Bug#8184).
16448
16449 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
16450
16451 * image.el (imagemagick-types-inhibit)
16452 (imagemagick-register-types): Doc fix.
16453
16454 2011-05-29 Deniz Dogan <deniz@dogan.se>
16455
16456 * net/rcirc.el (rcirc): Use the user's stored encryption method by
16457 default.
16458
16459 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
16460
16461 * select.el: Don't perform clipboard-manager saving in hooks;
16462 leave the hooks empty.
16463
16464 2011-05-28 Leo Liu <sdl.web@gmail.com>
16465
16466 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
16467 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
16468 (occur-edit-mode): New major mode (Bug#8463).
16469 (occur-after-change-function): New function.
16470 (occur-engine): Give Occur tags a read-only property.
16471
16472 2011-05-28 Kevin Ryde <user42@zip.com.au>
16473
16474 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
16475
16476 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
16477
16478 * bindings.el (help-echo): Make the initial non-indicator dash
16479 empty on graphical terminals (Bug#7295).
16480
16481 * files.el (auto-mode-alist): Move config rule after the
16482 in-stripping one (Bug#8547).
16483
16484 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
16485
16486 * startup.el (normal-splash-screen): Remove gratuitous mode-line
16487 setting (Bug#8740).
16488
16489 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
16490
16491 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
16492 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
16493 (Bug#8539).
16494
16495 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
16496
16497 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
16498
16499 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
16500
16501 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
16502 (hs-hide-block-at-point, hs-find-block-beginning)
16503 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
16504 (Bug#8279).
16505
16506 2011-05-28 Glenn Morris <rgm@gnu.org>
16507
16508 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
16509
16510 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
16511
16512 * help-fns.el (describe-function-1): If the function is a derived
16513 major mode, print the parent mode.
16514
16515 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
16516 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
16517
16518 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
16519
16520 * minibuffer.el (completion--capf-wrapper): Check applicability before
16521 returning non-nil for non-exclusive completion data.
16522 * progmodes/etags.el (tags-completion-at-point-function):
16523 * info-look.el (info-lookup-completions-at-point): Mark as
16524 non-exclusive.
16525 (info-complete): Adjust accordingly.
16526
16527 * info-look.el: Convert to lexical-binding and completion-at-point.
16528 (info-lookup-completions-at-point): New function.
16529 (info-complete): Use it and completion-in-region.
16530
16531 2011-05-28 Drew Adams <drew.adams@oracle.com>
16532
16533 * isearch.el: Let M-e start with point at the first mismatched char.
16534 (isearch-fail-pos): New function.
16535 (isearch-edit-string): Use it.
16536
16537 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
16538
16539 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
16540
16541 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
16542
16543 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
16544 traversal functions for avl-trees.
16545 (avl-tree--stack): New struct.
16546 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
16547 (avl-tree-enter): Add optional `updatefun' arg.
16548 (avl-tree--do-enter): Add optional `updatefun' arg.
16549 Change return value.
16550 (avl-tree-delete): Add optional `test' and `nilflag' args.
16551 (avl-tree--do-delete): Add `test' and `nilflag' args.
16552 Change return value.
16553 (avl-tree-member): Add optional `nilflag'
16554 (avl-tree-member-p): New function.
16555 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
16556 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
16557 (avl-tree-stack-empty-p): New functions.
16558
16559 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
16560 avl-tree--del-balance1 and make it work both ways.
16561 (avl-tree--del-balance2): Remove.
16562 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
16563 make it work both ways.
16564 (avl-tree--enter-balance2): Remove.
16565 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
16566 New macros.
16567 (avl-tree--mapc, avl-tree-map): Add direction argument.
16568
16569 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
16570
16571 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
16572
16573 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
16574
16575 * select.el: Support clipboard managers with built-in function
16576 x-clipboard-manager-save, via delete-frame-functions and
16577 kill-emacs-hook.
16578 (xselect-convert-to-targets): Add MULTIPLE target to list.
16579 (xselect-convert-to-save-targets): New function.
16580
16581 2011-05-27 Kenichi Handa <handa@m17n.org>
16582
16583 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
16584 let-binding rfc2047-encode-encoded-words to nil.
16585
16586 2011-05-27 Glenn Morris <rgm@gnu.org>
16587
16588 * mail/emacsbug.el: Don't require url-util.
16589
16590 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
16591
16592 * files.el (set-auto-mode):
16593 Also respect mode: entries at the end of the file. (Bug#8586)
16594
16595 2011-05-26 Glenn Morris <rgm@gnu.org>
16596
16597 * files.el (hack-local-variables-prop-line, hack-local-variables):
16598 Downcase mode names, as seems to be traditional.
16599 (hack-local-variables, hack-local-variables-apply): Doc fixes.
16600
16601 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
16602 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
16603
16604 2011-05-25 Julien Danjou <julien@danjou.info>
16605
16606 * textmodes/rst.el (rst-define-level-faces): Do not define face
16607 symbol if it is already defined.
16608
16609 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
16610
16611 * play/5x5.el (5x5-new-game, 5x5-randomize):
16612 Reset 5x5-solver-output to nil when a new grid is cast.
16613 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
16614 these debugging traces, as defmacro breaks the compiled code.
16615
16616 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
16617
16618 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
16619
16620 2011-05-24 Leo Liu <sdl.web@gmail.com>
16621
16622 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
16623 (vc-bzr-sha1): Adapt.
16624
16625 * sha1.el: Remove. Function `sha1' is now builtin.
16626
16627 * bindings.el: Provide sha1 feature.
16628
16629 2011-05-24 Kenichi Handa <handa@m17n.org>
16630
16631 * mail/sendmail.el: Require `rfc2047'.
16632 (mail-insert-from-field): Do not perform RFC2047 encoding.
16633 (mail-encode-header): New function.
16634 (sendmail-send-it): Set buffer-file-coding-system of the work
16635 buffer to the return value of select-message-coding-system.
16636 Call mail-encode-header.
16637
16638 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
16639
16640 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
16641
16642 * mail/supercite.el (sc-default-cite-frame):
16643 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
16644
16645 2011-05-24 Glenn Morris <rgm@gnu.org>
16646
16647 * progmodes/python.el (brm-menu): Declare.
16648
16649 * emulation/viper.el (viper-set-hooks): Declare.
16650
16651 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
16652 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
16653 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
16654 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
16655 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
16656 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
16657
16658 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
16659
16660 Add an :exit-function for completion-at-point.
16661
16662 * minibuffer.el (completion--done): New fun.
16663 (completion--do-completion): Use it. New arg `expect-exact'.
16664 (minibuffer-complete, minibuffer-complete-word): Don't output message,
16665 since completion--do-completion does it for us now.
16666 (minibuffer-force-complete): Use completion--done and
16667 completion--replace. Handle sole-completion case with more care.
16668 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
16669 (completion-extra-properties): New var.
16670 (completion-annotate-function): Make obsolete.
16671 (minibuffer-completion-help): Adjust accordingly.
16672 Use completion-list-insert-choice-function.
16673 (completion-at-point, completion-help-at-point):
16674 Bind completion-extra-properties.
16675 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
16676 * simple.el (completion-list-insert-choice-function): New var.
16677 (completion-setup-function): Preserve it.
16678 (choose-completion): Pay attention to it, shuffle the code a bit.
16679 (choose-completion-string): New arg `insert-function'.
16680
16681 * textmodes/bibtex.el: Convert to lexical binding.
16682 (bibtex-mode-map): Use completion-at-point.
16683 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
16684 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
16685 (bibtex-complete): Define as obsolete alias.
16686 (bibtex-complete-internal): Remove.
16687 (bibtex-format-entry): Remove unused sub-group in regexp.
16688 * shell.el (shell--command-completion-data)
16689 (shell-environment-variable-completion):
16690 * pcomplete.el (pcomplete-completions-at-point):
16691 * comint.el (comint--complete-file-name-data): Use :exit-function
16692 instead of completion-table-with-terminator so it also works for
16693 choose-completion.
16694
16695 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
16696
16697 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
16698
16699 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
16700 (bug#8710).
16701
16702 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
16703
16704 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
16705
16706 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
16707 customization variable and implement: If non-nil, auto-fill will
16708 be inhibited while on topic's header line.
16709
16710 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
16711
16712 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
16713 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
16714 always have a solution in grid size = 5 cases.
16715 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
16716 (5x5-solver-output, 5x5-log-buffer): New vars.
16717 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
16718 Make these variables buffer local to achieve 5x5 multi-session-ness.
16719 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
16720 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
16721 (5x5-solve-suggest): New funs.
16722 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
16723 randomize a grid so that we ensure that there is always a solution.
16724 (5x5-make-random-grid): Allow other movement than flipping.
16725
16726 2011-05-23 Kevin Ryde <user42@zip.com.au>
16727
16728 * emacs-lisp/advice.el (ad-read-advised-function):
16729 Use `function-called-at-point' as the default, if it has
16730 advice and passes PREDICATE.
16731
16732 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
16733
16734 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
16735 byte-compile-lambda if it's actually a lambda.
16736
16737 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
16738 Fix function quoting. Use backquote better.
16739
16740 2011-05-22 Yuanle Song <sylecn@gmail.com>
16741
16742 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
16743 matching (Bug#8516).
16744
16745 2011-01-22 Jari Aalto <jari.aalto@cante.net>
16746
16747 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
16748 different face (Bug#8178).
16749
16750 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
16751
16752 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
16753 defface (Bug#8144).
16754
16755 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
16756
16757 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
16758 funcall as well (bug#8712). Warn when performing those conversions.
16759 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
16760
16761 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
16762
16763 2011-05-22 Glenn Morris <rgm@gnu.org>
16764
16765 * files.el (hack-local-variables-prop-line): Small simplifications.
16766 (hack-local-variables, hack-local-variables-prop-line):
16767 If MODE-ONLY, return the mode, rather than just `t'.
16768
16769 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
16770
16771 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
16772
16773 2011-05-21 Glenn Morris <rgm@gnu.org>
16774
16775 * files.el (hack-local-variables-prop-line, hack-local-variables):
16776 If only interested in the mode, don't bother doing the other stuff.
16777
16778 * image-mode.el (image-after-revert-hook):
16779 Redraw all frames on which the image is visible. (Bug#8567)
16780
16781 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
16782
16783 * wid-edit.el (widget-checklist-match-inline):
16784 Fix 2011-04-19 change. (Bug#8649)
16785
16786 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
16787
16788 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
16789 Also allow singlespace after single-letter capitals followed by a dot.
16790
16791 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
16792 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
16793
16794 2011-05-20 Nix <nix@esperi.org.uk>
16795
16796 * files.el (basic-save-buffer-2):
16797 Fix handling of break-hardlink-on-save with non-existent files.
16798
16799 2011-05-19 Deniz Dogan <deniz@dogan.se>
16800
16801 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
16802 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
16803
16804 2011-05-19 Glenn Morris <rgm@gnu.org>
16805
16806 * progmodes/f90.el (f90-type-def-re):
16807 Handle "type, bind(c)". (Bug#8691)
16808
16809 * emacs-lisp/autoload.el (batch-update-autoloads):
16810 Set autoload-excludes by parsing loadup.el rather than Makefiles.
16811
16812 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
16813
16814 * net/tramp.el (tramp-process-actions): Set "first-password-request"
16815 property for the correct connection in case of multihops.
16816
16817 2011-05-18 Glenn Morris <rgm@gnu.org>
16818
16819 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
16820 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
16821
16822 Rationalize calendar handling of day and month abbrev-arrays.
16823 * calendar/calendar.el (calendar-customized-p): New function.
16824 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
16825 (calendar-day-name-array, calendar-month-name-array): Doc fix.
16826 Add :set function.
16827 (calendar-abbrev-length, calendar-day-abbrev-array)
16828 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
16829 (calendar-day-abbrev-array, calendar-month-abbrev-array):
16830 Elements may no longer be nil.
16831 (calendar-day-name, calendar-month-name):
16832 Update for changed nature of abbrev arrays.
16833 * calendar/diary-lib.el (diary-name-pattern):
16834 Update for changed nature of abbrev arrays.
16835 (diary-mark-entries-1): Update calendar-make-alist calls.
16836 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
16837 * calendar/cal-html.el (cal-html-day-abbrev-array):
16838 Simply inherit from calendar-day-abbrev-array.
16839
16840 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
16841
16842 * progmodes/grep.el (grep-mode): Disable default
16843 compilation-directory-matcher setting (bug#8684).
16844
16845 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
16846
16847 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
16848 instead of "head" and "tail". There were problems with SunOS 5.9,
16849 and it performs better.
16850
16851 2011-05-17 Glenn Morris <rgm@gnu.org>
16852
16853 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
16854
16855 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
16856 Replace obsolete function.
16857
16858 * shell.el (pcomplete-parse-arguments-function): Declare.
16859
16860 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
16861 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
16862 (appt-check): Doc fixes.
16863 (appt-disp-window-function, appt-delete-window-function):
16864 Remove needless special case in custom :type.
16865 (appt-display-count): Default to 0, not nil.
16866 (appt-check): Reset appt-display-count to 0, not nil.
16867
16868 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
16869
16870 * progmodes/python.el (python-font-lock-keywords):
16871 Add the Python 3.X keyword "nonlocal" (bug#8639).
16872
16873 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
16874
16875 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
16876
16877 2011-05-16 Kevin Ryde <user42@zip.com.au>
16878
16879 * info-look.el (makefile-automake-mode): New setups, looking in
16880 automake manual, then makefile-mode.
16881 (makefile-mode): Remove automake manual, have it just in
16882 makefile-automake-mode since there's various things different or
16883 not relevant to plain make.
16884 (makefile-mode): Remove "other-modes" non-existent automake-mode,
16885 believe a hypothetical automake-mode would go to makefile-mode,
16886 not the other way around.
16887
16888 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
16889
16890 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
16891 hunk-end tags (Bug#8672).
16892
16893 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
16894 vc-annotate-show-diff-revision-at-line (Bug#8671).
16895
16896 2011-05-14 Glenn Morris <rgm@gnu.org>
16897
16898 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
16899 in the middle of an existing one with multiple authors. (Bug#8645)
16900 (change-log-font-lock-keywords): Also handle multiple author lines
16901 with leading tabs. (Bug#8644)
16902
16903 * calendar/appt.el (appt-check): Rename some local variables.
16904 Some simplification/reordering.
16905
16906 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
16907 (feedmail-sendmail-f-doesnt-sell-me-out)
16908 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
16909 (feedmail-debug-sit-for, feedmail-queue-express-hook)
16910 (feedmail-queue-runner-message-sender): Set :version.
16911 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
16912 (bbdb-dwim-net-address, vm-mail): Declare.
16913 (feedmail-binmail-gnulinuxish-template):
16914 Rename from feedmail-binmail-linuxish-template.
16915 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
16916 Use insert-buffer-substring.
16917
16918 2011-05-14 Bill Carpenter <bill@carpenter.org>
16919
16920 * mail/feedmail.el (feedmail-patch-level): Increase.
16921 (feedmail-debug): New custom group.
16922 (feedmail-confirm-outgoing-timeout)
16923 (feedmail-sendmail-f-doesnt-sell-me-out)
16924 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
16925 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
16926 (feedmail-sender-line, feedmail-from-line)
16927 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
16928 (feedmail-spray-this-address)
16929 (feedmail-spray-address-fiddle-plex-list)
16930 (feedmail-queue-use-send-time-for-date)
16931 (feedmail-queue-use-send-time-for-message-id)
16932 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
16933 (feedmail-buffer-eating-function):
16934 Doc fixes.
16935 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
16936 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
16937 (feedmail-message-action-scroll-down): New functions.
16938 (feedmail-queue-directory, feedmail-queue-draft-directory):
16939 Use expand-file-name.
16940 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
16941 Remove C-v help entry.
16942 (feedmail-queue-buffer-file-name): New variable.
16943 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
16944 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
16945 (feedmail-message-action-send-strong, feedmail-message-action-edit)
16946 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
16947 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
16948 (feedmail-message-action-toggle-spray)
16949 (feedmail-run-the-queue-no-prompts)
16950 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
16951 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
16952 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
16953 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
16954 (feedmail-envelope-deducer, feedmail-fiddle-from)
16955 (feedmail-fiddle-sender, feedmail-default-date-generator)
16956 (feedmail-fiddle-date, feedmail-fiddle-message-id)
16957 (feedmail-fiddle-spray-address)
16958 (feedmail-fiddle-list-of-spray-fiddle-plexes)
16959 (feedmail-fiddle-list-of-fiddle-plexes)
16960 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
16961 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
16962 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
16963 Change default. Doc fix.
16964 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
16965 (feedmail-binmail-linuxish-template): New constant.
16966 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
16967 Respect feedmail-sendmail-f-doesnt-sell-me-out.
16968 (feedmail-send-it): Add debug call.
16969 Use feedmail-queue-buffer-file-name, and
16970 feedmail-send-it-immediately-wrapper.
16971 (feedmail-message-action-send): Add debug call.
16972 Use feedmail-send-it-immediately-wrapper.
16973 (feedmail-queue-express-to-queue): Add debug call.
16974 Run feedmail-queue-express-hook.
16975 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
16976 (feedmail-message-action-help-blat):
16977 Rename from feedmail-queue-send-edit-prompt-help-first.
16978 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
16979 Check line-endings. Handle errors better.
16980 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
16981 Doc fix. Add debug call.
16982 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
16983 Use feedmail-queue-send-edit-prompt-inner.
16984 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
16985 (feedmail-queue-send-edit-prompt-inner): New function, extracted
16986 from feedmail-queue-send-edit-prompt.
16987 (feedmail-queue-send-edit-prompt-help)
16988 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
16989 (feedmail-tidy-up-slug): Add debug call.
16990 Respect feedmail-queue-slug-suspect-regexp.
16991 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
16992 (feedmail-dump-message-to-queue): Add debug call.
16993 Expand queue-directory.
16994 (feedmail-dump-message-to-queue): Change message slightly.
16995 Use feedmail-say-chatter.
16996 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
16997 (feedmail-send-it-immediately-wrapper): New function.
16998 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
16999 Insert empty string rather than newline. Handle full-frame case.
17000 Use catch/throw. Use feedmail-say-chatter.
17001 (feedmail-fiddle-from): Try mail-host-address.
17002 (feedmail-default-message-id-generator): Doc fix.
17003 Bind system-time-locale. Handle missing end.
17004 (feedmail-fiddle-x-mailer): Add debug call.
17005 Handle feedmail-x-mailer-line being nil.
17006 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
17007 Add debug call. Use buffer-substring-no-properties.
17008 (feedmail-say-debug, feedmail-say-chatter): New functions.
17009 (feedmail-find-eoh): Give an explicit error.
17010
17011 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
17012
17013 * net/newst-treeview.el (newsticker-treeview-face): Change default
17014 family from helvetica to sans.
17015 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
17016 etc/images/newsticker.
17017
17018 * net/newst-reader.el (newsticker-feed-face): Change default
17019 family from helvetica to sans.
17020
17021 * net/newst-plainview.el (newsticker-new-item-face)
17022 (newsticker-old-item-face, newsticker-immortal-item-face)
17023 (newsticker-obsolete-item-face, newsticker-date-face)
17024 (newsticker-statistics-face): Change default family from
17025 helvetica to sans.
17026 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
17027 etc/images/newsticker.
17028
17029 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
17030 (newsticker--process-auto-mark-filter-match): Tell user about
17031 auto-marking.
17032
17033 2011-05-13 Didier Verna <didier@xemacs.org>
17034
17035 Common Lisp indentation improvements on defmethod and lambda-lists.
17036 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
17037 TODO entries.
17038 (lisp-lambda-list-keyword-parameter-indentation)
17039 (lisp-lambda-list-keyword-parameter-alignment)
17040 (lisp-lambda-list-keyword-alignment): New customizable user options.
17041 (lisp-indent-defun-method): Improve docstring.
17042 (extended-loop-p): Fix comment.
17043 (lisp-indent-lambda-list-keywords-regexp): New variable.
17044 (lisp-indent-lambda-list): New function.
17045 (lisp-indent-259): Use it.
17046 (lisp-indent-defmethod): Support for more than one
17047 method qualifier and properly indent methods lambda-lists.
17048 (defgeneric): Provide a missing common-lisp-indent-function property.
17049
17050 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
17051
17052 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
17053 bounds for the empty string (bug#8667).
17054
17055 2011-05-13 Glenn Morris <rgm@gnu.org>
17056
17057 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
17058
17059 * mail/sendmail.el (sendmail-program): Try executable-find first.
17060 (sendmail-send-it): `sendmail-program' cannot be unbound.
17061
17062 * calendar/appt.el (appt-make-list): Simplify.
17063 (appt-time-msg-list): Doc fix.
17064 (appt-check): Change mode-line message at the time of the appointment.
17065
17066 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
17067
17068 * progmodes/ld-script.el (ld-script-keywords)
17069 (ld-script-builtins): Update keywords list.
17070
17071 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17072
17073 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
17074
17075 * shell.el (shell-completion-vars): New function.
17076 (shell-mode):
17077 * simple.el (read-shell-command): Use it.
17078 (blink-matching-open): No need for " [...]" in minibuffer-message.
17079
17080 2011-05-12 Glenn Morris <rgm@gnu.org>
17081
17082 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
17083 (appt-check): Simplify.
17084
17085 2011-05-12 Eli Zaretskii <eliz@gnu.org>
17086
17087 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
17088 literal "/dev/null".
17089
17090 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17091
17092 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
17093 Fix typo.
17094
17095 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
17096
17097 * progmodes/which-func.el (which-function):
17098 Use add-log-current-defun instead of add-log-current-defun-function,
17099 which might not be defined (Bug#8260).
17100
17101 2011-05-12 Glenn Morris <rgm@gnu.org>
17102
17103 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
17104 Let byte-compile-initial-macro-environment always take precedence.
17105
17106 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17107
17108 * net/rcirc.el: Add support for SSL/TLS connections.
17109 (rcirc-server-alist): New field `encryption'.
17110 (rcirc): Check `encryption' settings.
17111 (rcirc-connect): New arg `encryption'. Use open-network-stream.
17112 Merge make-local-variable into `set'.
17113 (rcirc--connection-open-p): New function.
17114 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
17115 the process is not a network process (e.g. running gnutls-cli).
17116 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
17117 Make rcirc-(en|de)code-coding-system local here.
17118 (rcirc-mode): Merge make-local-variable into `set'.
17119 (rcirc-parent-buffer): Make permanent buffer-local.
17120 (rcirc-multiline-minor-mode): Don't do it here.
17121 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
17122 there's no server buffer.
17123
17124 2011-05-11 Glenn Morris <rgm@gnu.org>
17125
17126 * newcomment.el (comment-kill): Prefix "unused" local.
17127
17128 * term/w32console.el (get-screen-color): Declare.
17129
17130 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
17131 Handle symbol elements of byte-compile-initial-macro-environment.
17132
17133 2011-05-10 Leo Liu <sdl.web@gmail.com>
17134
17135 * bookmark.el (bookmark-bmenu-mode-map):
17136 Bind bookmark-bmenu-search to `/'.
17137
17138 * mail/footnote.el: Convert to utf-8 encoding.
17139 (footnote-unicode-string, footnote-unicode-regexp): New variable.
17140 (Footnote-unicode): New function.
17141 (footnote-style-alist): Add unicode style to the list.
17142 (footnote-style): Doc fix.
17143
17144 2011-05-10 Jim Meyering <meyering@redhat.com>
17145
17146 Fix doubled-word typos.
17147 * international/quail.el (quail-insert-kbd-layout): and and -> and
17148 * kermit.el: and and -> and
17149 * net/ldap.el (ldap-search-internal): to to -> to
17150 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
17151 * progmodes/js.el (js-mode): and and -> and
17152 * textmodes/artist.el (artist-move-to-xy): at at -> at
17153 (artist-draw-region-trim-line-endings): if if -> if
17154 And Safetyc -> Safety.
17155 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
17156
17157 2011-05-10 Glenn Morris <rgm@gnu.org>
17158 Stefan Monnier <monnier@iro.umontreal.ca>
17159
17160 * files.el (hack-one-local-variable-eval-safep):
17161 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
17162
17163 2011-05-10 Glenn Morris <rgm@gnu.org>
17164
17165 * calendar/diary-lib.el (diary-list-entries-hook)
17166 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
17167 (diary-nongregorian-marking-hook, diary-list-entries)
17168 (diary-include-other-diary-files, diary-mark-entries)
17169 (diary-mark-included-diary-files): Doc fixes.
17170
17171 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
17172
17173 * misc.el: Require tabulated-list.el during compilation.
17174
17175 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
17176
17177 * progmodes/compile.el (compilation-start):
17178 Run compilation-filter-hook for the async case too.
17179 (compilation-filter-hook): Doc fix.
17180
17181 2011-05-09 Deniz Dogan <deniz@dogan.se>
17182
17183 * wdired.el: Remove outdated installation comment. Fix usage
17184 comment.
17185
17186 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
17187
17188 * misc.el: Implement new command `list-dynamic-libraries'.
17189 (list-dynamic-libraries--loaded-only-p): New variable.
17190 (list-dynamic-libraries--refresh): New function.
17191 (list-dynamic-libraries): New command.
17192
17193 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
17194
17195 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17196 Fix the ant regexp to handle end-line and end-column info from jikes.
17197 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
17198 higher priority to avoid clobbering by gnu.
17199
17200 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
17201
17202 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
17203 if the face has existing theme settings (Bug#8454).
17204
17205 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
17206
17207 * progmodes/perl-mode.el (perl-imenu-generic-expression):
17208 Only match variables declared via `my' or `our' (Bug#8261).
17209
17210 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
17211 special file names `.' and `..' (Bug#8259).
17212
17213 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
17214
17215 * progmodes/grep.el (grep-mode-font-lock-keywords):
17216 Remove buffer-changing entries.
17217 (grep-filter): New function.
17218 (grep-mode): Add it to compilation-filter-hook.
17219
17220 * progmodes/compile.el (compilation-filter-hook)
17221 (compilation-filter-start): New defvars.
17222 (compilation-filter): Call compilation-filter-hook prior to
17223 updating the process mark.
17224
17225 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
17226
17227 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
17228
17229 2011-05-07 Eli Zaretskii <eliz@gnu.org>
17230
17231 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
17232 mailclient-send-it even if window-system is nil. (Bug#8595)
17233
17234 * term/w32console.el (terminal-init-w32console):
17235 Call get-screen-color and use its output to set the frame
17236 background-mode. (Bug#8597)
17237
17238 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
17239
17240 Make bytecomp.el understand that defmethod defines funs (bug#8631).
17241 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
17242 New functions.
17243 (defgeneric, eieio--defmethod): Use them.
17244 (eieio-defgeneric): Remove.
17245 (defmethod): Call defgeneric in a way visible to the byte-compiler.
17246
17247 2011-05-07 Glenn Morris <rgm@gnu.org>
17248
17249 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
17250 Use let rather than let*.
17251 (timeclock-find-discrep): Remove unused local.
17252
17253 * calendar/diary-lib.el (diary-comment-start): Doc fix.
17254
17255 * calendar/appt.el (appt-time-msg-list): Doc fix.
17256
17257 2011-05-06 Noah Friedman <friedman@splode.com>
17258
17259 * apropos.el (apropos-print-doc): Only use
17260 emacs-lisp-docstring-fill-column when it is bound to an integer,
17261 per that variable's documentation.
17262
17263 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17264
17265 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
17266 and warnings are not silently discarded (e.g. use -d instead of -P).
17267
17268 2011-05-06 Glenn Morris <rgm@gnu.org>
17269
17270 * calendar/appt.el (appt-message-warning-time): Doc fix.
17271 (appt-warning-time-regexp): New option.
17272 (appt-make-list): Respect appt-message-warning-time.
17273
17274 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
17275 New options.
17276 (diary-add-to-list): Strip comments from the displayed string.
17277 (diary-mode): Set comment-start and comment-end.
17278
17279 * vc/diff-mode.el (smerge-refine-subst): Declare.
17280 (diff-refine-hunk): Don't require smerge-mode when compiling.
17281
17282 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
17283
17284 * simple.el (list-processes): Return nil as the docstring says.
17285
17286 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
17287
17288 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
17289 to "".
17290 (ange-ftp-write-region, ange-ftp-insert-file-contents)
17291 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
17292 determining of binary transfer. (Bug#7383)
17293
17294 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
17295
17296 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
17297 Fix port computation bug. (Bug#8618)
17298
17299 2011-05-05 Glenn Morris <rgm@gnu.org>
17300
17301 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
17302
17303 * simple.el (shell-dynamic-complete-functions)
17304 (comint-dynamic-complete-functions): Declare.
17305
17306 * net/network-stream.el (gnutls-negotiate):
17307 * simple.el (tabulated-list-print): Fix declarations.
17308
17309 * progmodes/gud.el (syntax-symbol, syntax-point):
17310 Remove unnecessary and incorrect declarations.
17311
17312 * emacs-lisp/check-declare.el (check-declare-scan):
17313 Handle byte-compile-initial-macro-environment in bytecomp.el
17314
17315 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
17316
17317 Fix earlier half-done eieio-defmethod change (bug#8338).
17318 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
17319 Streamline and change calling convention.
17320 (defmethod): Adjust accordingly and simplify.
17321 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
17322 new eieio--defmethod.
17323 (slot-boundp): Minor CSE simplification.
17324
17325 2011-05-05 Milan Zamazal <pdm@zamazal.org>
17326
17327 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
17328 (glasses-make-readable): Use glasses-separate-capital-groups.
17329
17330 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
17331
17332 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
17333 (warning-series): Doc fix.
17334 (display-warning): Don't try to create the buffer if we just found it.
17335
17336 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
17337
17338 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
17339 (autoload-find-generated-file): New function.
17340 (generate-file-autoloads): Bind generated-autoload-file to
17341 buffer-file-name.
17342 (update-file-autoloads, update-directory-autoloads):
17343 Use autoload-find-generated-file. If called interactively, prompt for
17344 output file (Bug#7989).
17345 (batch-update-autoloads): Doc fix.
17346
17347 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
17348
17349 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
17350
17351 2011-05-04 Glenn Morris <rgm@gnu.org>
17352
17353 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
17354 function, so it follows changes in calendar-date-style.
17355 (diary-fancy-date-matcher): New function.
17356 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
17357 (diary-fancy-font-lock-fontify-region-function):
17358 Use diary-fancy-date-pattern as a function.
17359
17360 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
17361 non-numbers for `year' etc pseudo-variables. (Bug#8583)
17362
17363 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
17364
17365 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
17366 instead of positional arguments. Allow :keylist and :crlfiles
17367 arguments.
17368 (open-gnutls-stream): Call it.
17369
17370 * net/network-stream.el (network-stream-open-starttls): Adjust to
17371 call `gnutls-negotiate' with :process and :hostname arguments.
17372
17373 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
17374
17375 * minibuffer.el (completion--message): New function.
17376 (completion--do-completion, minibuffer-complete)
17377 (minibuffer-force-complete, minibuffer-complete-word): Use it.
17378 (completion--do-completion): Don't ignore completion-auto-help when in
17379 icomplete-mode.
17380
17381 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
17382 internal encoding (e.g. tibetan zero is not whitespace).
17383 (global-whitespace-mode): Prefer save-current-buffer.
17384 (whitespace-trailing-regexp): Remove useless save-match-data.
17385 (whitespace-empty-at-bob-regexp): Minor simplification.
17386
17387 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
17388
17389 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
17390
17391 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
17392
17393 * textmodes/ispell.el (ispell-add-per-file-word-list):
17394 Use `concat' to create string for insertion.
17395
17396 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
17397
17398 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
17399 Avoid open-line which runs post-self-insert-hook.
17400 (bibtex-fill-entry): Remove unused `end' var.
17401
17402 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
17403
17404 * textmodes/ispell.el (ispell-add-per-file-word-list):
17405 Protect against `nil' value of `comment-start' (Bug#8579).
17406
17407 2011-05-03 Leo Liu <sdl.web@gmail.com>
17408
17409 * isearch.el (isearch-yank-pop): New command.
17410 (isearch-mode-map): Bind it to `M-y'.
17411 (isearch-forward): Mention it.
17412
17413 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
17414
17415 * simple.el (minibuffer-complete-shell-command): Remove.
17416 (minibuffer-local-shell-command-map): Use completion-at-point.
17417 (read-shell-command): Setup completion vars here instead.
17418 (read-expression-map): Bind TAB to symbol completion.
17419
17420 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
17421 error directly rather via storing it into `results'.
17422
17423 2011-05-02 Leo Liu <sdl.web@gmail.com>
17424
17425 * vc/diff.el: Fix description.
17426
17427 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
17428
17429 * server.el (server-eval-at): New function.
17430
17431 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17432
17433 * net/network-stream.el (open-network-stream): Take a :nowait
17434 parameter and pass it on to `make-network-process'.
17435 (network-stream-open-plain): Ditto.
17436
17437 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
17438
17439 * faces.el (face-spec-set-match-display): Don't match toolkit
17440 options on terminal frames.
17441
17442 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
17443
17444 * progmodes/pascal.el: Use lexical binding.
17445 (pascal-mode-map): Remove author preferences.
17446
17447 * pcomplete.el (pcomplete-std-complete): Don't abuse
17448 completion-at-point.
17449
17450 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
17451
17452 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
17453 removing code that has been dead since 1991 or so.
17454
17455 * startup.el (command-line): When warning about "_emacs", use a
17456 delayed warning to allow the user to filter it out.
17457
17458 2011-04-28 Deniz Dogan <deniz@dogan.se>
17459
17460 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
17461 user has not joined.
17462
17463 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
17464
17465 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
17466 aren't any completions at point.
17467
17468 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
17469
17470 * subr.el (display-delayed-warnings): New function.
17471 (delayed-warnings-hook): New variable.
17472
17473 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
17474
17475 * minibuffer.el (completion-at-point, completion-help-at-point):
17476 Don't presume that a given completion-at-point-function will always
17477 use the same calling convention.
17478
17479 * pcomplete.el (pcomplete-completions-at-point):
17480 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
17481 pcomplete-seen is non-nil.
17482 (pcomplete-comint-setup): Also recognize the new comint/shell
17483 completion functions.
17484 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
17485 pcomplete-seen is non-nil.
17486
17487 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
17488
17489 * calendar/icalendar.el (diary-lib): Add require statement.
17490 (icalendar--create-uid): Read out a uid from a text-property on
17491 the first character in the entry. This allows for code to add its
17492 own uid to the entry.
17493 (icalendar--convert-float-to-ical): Add export of
17494 `diary-float'-entries save for those with the optional DAY
17495 argument.
17496
17497 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
17498
17499 * subr.el (shell-quote-argument): Use alternate escaping strategy
17500 when we spot a variable reference in a string.
17501
17502 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
17503
17504 * cus-start.el (all): Define customization for debug-on-event.
17505
17506 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
17507
17508 * subr.el (shell-quote-argument): Escape correctly under Windows.
17509
17510 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
17511
17512 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
17513
17514 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
17515
17516 * net/tramp.el (tramp-process-actions): Add POS argument.
17517 Delete region between POS and (pos).
17518
17519 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
17520 Use `nil' position in `tramp-process-actions' call.
17521 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
17522
17523 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
17524 position in `tramp-process-actions' call.
17525
17526 * net/trampver.el: Update release number.
17527
17528 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
17529
17530 * custom.el (defcustom): Obey lexical-binding.
17531
17532 Fix octave-inf completion problems reported by Alexander Klimov.
17533 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
17534 Inherit from octave-mode-syntax-table.
17535 (inferior-octave-mode): Set info-lookup-mode.
17536 (inferior-octave-completion-at-point): New function.
17537 (inferior-octave-complete): Use it and completion-in-region.
17538 (inferior-octave-dynamic-complete-functions): Use it as well, and use
17539 comint-filename-completion.
17540 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
17541 symbol elements which shouldn't be word elements.
17542 (octave-font-lock-keywords, octave-beginning-of-defun)
17543 (octave-function-header-regexp): Adjust regexps accordingly.
17544 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
17545
17546 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
17547
17548 * net/gnutls.el (gnutls-errorp): Declare before first use.
17549
17550 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
17551
17552 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
17553 verify-error, and verify-hostname-error parameters. Check whether
17554 default trustfile exists before going to use it. Add missing
17555 argument to gnutls-message-maybe call. Return value.
17556 Reported by Claudio Bley <claudio.bley@gmail.com>.
17557 (open-gnutls-stream): Add usage example.
17558
17559 * net/network-stream.el (network-stream-open-starttls): Give host
17560 parameter to `gnutls-negotiate'.
17561 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
17562 * subr.el (shell-quote-argument): Escape correctly under Windows.
17563
17564 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
17565
17566 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
17567 Use correct match group (bug#8438).
17568
17569 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
17570
17571 * emacs-lisp/package.el (package-built-in-p): Fix typo.
17572 (package-menu--generate): New arg specifying packages to show.
17573 (package-menu-refresh, package-menu-execute, list-packages):
17574 Callers changed.
17575 (package-show-package-list): New function, replacing deleted
17576 package--list-packages (renamed because it is non-internal).
17577
17578 * finder.el (finder-list-matches): Use package-show-package-list
17579 instead of deleted package--list-packages.
17580
17581 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
17582 Based on a previous implementation by Juanma Barranquero (Bug#8366).
17583 (vc-annotate-mode-map): Bind it to RET.
17584
17585 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
17586
17587 * progmodes/etags.el (next-file): Don't use set-buffer to change
17588 buffers (Bug#8478).
17589
17590 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
17591
17592 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
17593
17594 * apropos.el (apropos-label-face): Avoid variable-pitch face.
17595 (apropos-accumulator): Doc fix.
17596 (apropos-function, apropos-macro, apropos-command)
17597 (apropos-variable, apropos-face, apropos-group, apropos-widget)
17598 (apropos-plist): Add face property.
17599 (apropos-symbols-internal): Fix indentation.
17600 (apropos-print): Simplify help, and recognize apropos-multi-type.
17601 (apropos-print-doc): Use button-type-get to extract the button's
17602 face property. Fill docstring (Bug#8352).
17603
17604 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
17605
17606 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
17607
17608 * play/mpuz.el (mpuz-silent): Doc fix.
17609 (mpuz-mode-map): Use mapc.
17610 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
17611 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
17612 Fix typos in docstrings.
17613
17614 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
17615 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
17616
17617 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
17618
17619 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
17620
17621 * minibuffer.el (completion--do-completion): Avoid the "Next char
17622 not unique" prompt if icomplete-mode is enabled (Bug#5849).
17623
17624 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
17625 mouse-2 into unread-command-events, it is interpreted correctly.
17626
17627 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
17628 (image-toggle-display): Doc fix.
17629
17630 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
17631
17632 * textmodes/page.el (what-page): Use line-number-at-pos to
17633 calculate line number (Bug#6825).
17634
17635 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
17636
17637 * eshell/esh-mode.el (find-tag-interactive): Declare function.
17638 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
17639 Pass argument NO-DEFAULT to `find-tag-interactive'.
17640
17641 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
17642
17643 Lexical-binding cleanup.
17644
17645 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
17646 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
17647 * progmodes/ada-prj.el (ada-prj-initialize-values)
17648 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
17649 (ada-prj-show-value):
17650 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
17651 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
17652 (antlr-invalidate-context-cache, antlr-options-menu-filter)
17653 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
17654 * progmodes/bug-reference.el (bug-reference-push-button):
17655 * progmodes/fortran.el (fortran-line-length):
17656 * progmodes/glasses.el (glasses-change):
17657 * progmodes/octave-mod.el (octave-fill-paragraph):
17658 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
17659 (python-pdbtrack-grub-for-buffer, python-sentinel):
17660 * progmodes/sql.el (sql-save-connection):
17661 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
17662 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
17663 Mark unused parameters.
17664
17665 * progmodes/compile.el (compilation--flush-directory-cache)
17666 (compilation--flush-parse, compile-internal): Mark unused parameters.
17667 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
17668 (compilation-next-error-function): Remove unused variable `timestamp'.
17669
17670 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
17671 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
17672
17673 * progmodes/dcl-mode.el (dcl-end-of-command):
17674 Remove unused variable `start'.
17675 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
17676 (dcl-option-value-basic, dcl-option-value-offset)
17677 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
17678 Mark unused parameters.
17679 (dcl-save-local-variable): Remove unused variable `val'.
17680 (mode): Declare.
17681
17682 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
17683 Mark unused parameters.
17684 (delphi-ignore-changes): Move before first use.
17685 (delphi-charset-token-at): Remove unused variable `start'.
17686 (delphi-else-start): Remove unused variable `if-count'.
17687 (delphi-comment-block-start, delphi-comment-block-end):
17688 Remove unused variable `kind'.
17689 (delphi-indent-line): Remove unused variable `new-point'.
17690
17691 * progmodes/ebrowse.el (ebrowse-files-list)
17692 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
17693 Mark unused parameters. Don't quote `lambda'.
17694 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
17695 Don't quote `lambda'.
17696 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
17697 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
17698 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
17699 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
17700 Use `ignore-errors'.
17701 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
17702 (ebrowse-view/find-file-and-search-pattern)
17703 (ebrowse-view/find-member-declaration/definition):
17704 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
17705 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
17706 Rename parameter PREFIX-ARG to PREFIX.
17707 (ebrowse-tags-read-name): Remove unused variables `start' and
17708 `member-info'.
17709 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
17710 to `tags-file'.
17711
17712 * progmodes/etags.el (local-find-tag-hook): Declare.
17713 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
17714 Mark unused parameters.
17715
17716 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
17717 (executable-interpret): Mark unused parameter.
17718
17719 * progmodes/flymake.el (flymake-process-sentinel)
17720 (flymake-after-change-function)
17721 (flymake-create-temp-with-folder-structure)
17722 (flymake-get-include-dirs-dot): Mark unused parameters.
17723 (flymake-safe-delete-directory): Remove unused variable `err'.
17724
17725 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
17726 (speedbar-timer-fn, speedbar-line-text)
17727 (speedbar-change-expand-button-char, speedbar-delete-subblock)
17728 (speedbar-center-buffer-smartly): Declare functions.
17729 (gdb-find-watch-expression): Remove unused variable `array'.
17730 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
17731 (gdb-starting): Mark unused parameters.
17732 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
17733 (gdb-table-string): Remove unused variable `res'.
17734 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
17735 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
17736 (gdb-display-buffer): Remove unused variable `cur-size'.
17737
17738 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
17739 allow lexical-binding compilation.
17740 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
17741 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
17742 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
17743 Mark unused parameters.
17744 (gud-gdb-marker-filter): Remove unused variable `match'.
17745 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
17746 lambda expressions and funcall them, instead of using `fset'.
17747
17748 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
17749 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
17750
17751 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
17752 variable `header-beg'; use `let'.
17753
17754 * progmodes/icon.el (indent-icon-exp): Remove unused variables
17755 `restart', `last-sexp' and `at-do'.
17756
17757 * progmodes/js.el (js--debug): Mark unused parameter.
17758 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
17759 (js--splice-into-items): Remove unused variable `item'.
17760 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
17761
17762 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
17763 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
17764 (makefile-complete): Remove unused variable `try'.
17765 (makefile-fill-paragraph, makefile-match-function-end):
17766 Mark unused parameters.
17767
17768 * progmodes/octave-inf.el (inferior-octave-complete):
17769 Remove unused variable `proc'.
17770 (inferior-octave-output-digest): Mark unused parameter.
17771
17772 * progmodes/perl-mode.el (perl-calculate-indent):
17773 Remove unused variable `err'.
17774
17775 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
17776 (prolog-indent-line): Mark unused parameters.
17777 (prolog-indent-line): Remove unused variable `beg'.
17778
17779 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
17780 (reporter-dont-compact-list): Declare.
17781
17782 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
17783 Remove unused variable `char'.
17784 (sh-debug): Mark unused parameter.
17785 (sh-get-indent-info): Remove unused variable `start'.
17786 (sh-calculate-indent): Remove unused variable `var'.
17787
17788 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
17789 (simula-electric-keyword): Remove unused variable `null'.
17790 (simula-search-backward, simula-search-forward): Remove unused
17791 variables `begin' and `end'.
17792
17793 * progmodes/vera-mode.el (vera-guess-basic-syntax):
17794 Remove unused variable `pos'.
17795 (vera-electric-tab, vera-comment-uncomment-region):
17796 Mark unused parameters.
17797 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
17798
17799 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
17800
17801 * emacs-lisp/package.el (package--builtins, package-alist)
17802 (package-load-descriptor, package-built-in-p, package-activate)
17803 (define-package, package-installed-p)
17804 (package-compute-transaction, package-buffer-info)
17805 (package--push): Doc fix. Distinguish more clearly between
17806 version strings and version lists.
17807
17808 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
17809
17810 Lexical-binding cleanup.
17811
17812 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
17813 (5x5-make-mutate-best):
17814 * play/fortune.el (fortune-in-buffer):
17815 * play/gomoku.el (gomoku-init-display):
17816 * play/solitaire.el (solitaire, solitaire-do-check):
17817 * play/tetris.el (tetris-default-update-speed-function):
17818 Mark unused parameters.
17819
17820 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
17821 (bubbles--shift): Remove unused variable `char-org'.
17822 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
17823 (bubbles--show-images): Remove unused variable `char'.
17824
17825 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
17826 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
17827 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
17828 (decipher-analyze-buffer): Use ?\s.
17829 (decipher-make-checkpoint): Remove unused variable `mapping'.
17830
17831 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
17832
17833 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
17834 Remove unused variable `result'; use `let'.
17835
17836 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
17837 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
17838 (gametree-children-shown-p, gametree-compute-reduced-score):
17839 Use `ignore-errors'.
17840
17841 * play/handwrite.el (ps-lpr-switches): Declare.
17842 (handwrite): Remove unused variables `pmin' and `lastp'.
17843
17844 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
17845
17846 * play/landmark.el (landmark-init-display)
17847 (landmark-update-naught-weights): Mark unused parameters.
17848 (landmark-y): Remove unused variable `noise'. Simplify.
17849 (landmark-human-plays): Remove unused variable `score'.
17850
17851 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
17852 (mpuz-try-proposal): Remove unused variable `game'.
17853
17854 * play/zone.el (life-patterns): Declare.
17855
17856 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
17857
17858 * vc/vc.el (ediff-vc-internal): Declare function.
17859
17860 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17861
17862 * shell.el: Use lexical-binding and std completion UI.
17863 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
17864 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
17865 comint-preoutput-filter-functions rather than on
17866 comint-output-filter-functions.
17867 (shell-command-completion, shell--command-completion-data)
17868 (shell-filename-completion, shell-environment-variable-completion)
17869 (shell-c-a-p-replace-by-expanded-directory): New functions.
17870 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
17871 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
17872 (shell-dynamic-complete-environment-variable): Use them.
17873 (shell-dynamic-complete-as-environment-variable)
17874 (shell-dynamic-complete-as-command): Remove.
17875 (shell-match-partial-variable): Match past point.
17876 * comint.el: Clean up use of completion-at-point-functions.
17877 (comint-completion-at-point): New function.
17878 (comint-mode): Use it completion-at-point-functions.
17879 (comint-dynamic-complete): Make it obsolete.
17880 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
17881 (comint-c-a-p-replace-by-expanded-history): New function.
17882 (comint-dynamic-complete-functions)
17883 (comint-replace-by-expanded-history): Use it.
17884 * minibuffer.el (completion-table-with-terminator): Allow dynamic
17885 termination strings. Try harder to avoid second try-completion.
17886 (completion-in-region-mode-map): Disable bindings that don't work yet.
17887
17888 * comint.el: Use lexical-binding. Require CL.
17889 (comint-dynamic-complete-functions): Use comint-filename-completion.
17890 (comint-completion-addsuffix): Tweak custom type.
17891 (comint-filename-completion, comint--common-suffix)
17892 (comint--common-quoted-suffix, comint--table-subvert)
17893 (comint--complete-file-name-data): New functions.
17894 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
17895 (comint-dynamic-list-filename-completions): Use them.
17896 (comint-dynamic-simple-complete): Make obsolete.
17897
17898 * minibuffer.el (completion-in-region-mode):
17899 Keep completion-in-region-mode--predicate global.
17900 (completion-in-region--postch):
17901 Assume completion-in-region-mode--predicate is not null.
17902
17903 * progmodes/flymake.el (flymake-start-syntax-check-process):
17904 Obey `dir'. Simplify.
17905
17906 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
17907 we're in VC after all.
17908
17909 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
17910
17911 * vc/vc.el (vc-diff-build-argument-list-internal)
17912 (vc-version-ediff, vc-ediff): New commands.
17913 (vc-version-diff): Use vc-diff-build-argument-list-internal.
17914
17915 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17916
17917 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
17918 add sanity check.
17919
17920 * obsolete/erc-hecomplete.el: Make obsolete.
17921 * obsolete/: Standardize obsolescence info in the header.
17922
17923 2011-04-20 Glenn Morris <rgm@gnu.org>
17924
17925 * calendar/solar.el (solar-horizontal-coordinates):
17926 Use the longitude argument rather than `calendar-longitude'.
17927 (solar-date-next-longitude): Remove unused locals.
17928
17929 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17930
17931 * whitespace.el: New version 13.2.1.
17932
17933 2011-04-20 felix <EmacsWiki> (tiny change)
17934
17935 * whitespace.el (global-whitespace-mode): Keep highlight when
17936 switching between major modes on a file.
17937
17938 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
17939
17940 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
17941 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
17942 multi-line comments as well.
17943
17944 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
17945
17946 Lexical-binding cleanup.
17947
17948 * arc-mode.el (archive-mode-revert):
17949 * cmuscheme.el (scheme-interactively-start-process):
17950 * custom.el (custom-initialize-delay):
17951 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
17952 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
17953 * emacs-lock.el (emacs-lock-clear-sentinel):
17954 * ezimage.el (defezimage):
17955 * follow.el (follow-avoid-tail-recenter):
17956 * fringe.el (set-fringe-mode-1):
17957 * generic-x.el (bat-generic-mode-compile):
17958 * help-mode.el (help-info-variable, help-do-xref)
17959 (help-mode-revert-buffer):
17960 * help.el (view-emacs-todo):
17961 * iswitchb.el (iswitchb-completion-help):
17962 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
17963 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
17964 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
17965 * locate.el (locate-update):
17966 * longlines.el (longlines-encode-region)
17967 (longlines-after-change-function):
17968 * outline.el (outline-isearch-open-invisible):
17969 * ps-def.el (declare-function, charset-dimension, char-width)
17970 (encode-char):
17971 * ps-mule.el (ps-mule-plot-string):
17972 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
17973 (recentf-edit-list-select, recentf-edit-list-validate)
17974 (recentf-open-files-action):
17975 * rect.el (delete-whitespace-rectangle-line)
17976 (rectangle-number-line-callback):
17977 * register.el (window-configuration-to-register)
17978 (frame-configuration-to-register):
17979 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
17980 * select.el (xselect-convert-to-string, xselect-convert-to-length)
17981 (xselect-convert-to-targets, xselect-convert-to-delete)
17982 (xselect-convert-to-filename, xselect-convert-to-charpos)
17983 (xselect-convert-to-lineno, xselect-convert-to-colno)
17984 (xselect-convert-to-os, xselect-convert-to-host)
17985 (xselect-convert-to-user, xselect-convert-to-class)
17986 (xselect-convert-to-name, xselect-convert-to-integer)
17987 (xselect-convert-to-atom, xselect-convert-to-identity):
17988 * subr.el (declare, ignore, process-kill-without-query)
17989 (text-clone-maintain):
17990 * terminal.el (te-get-char, te-tic-sentinel):
17991 * tool-bar.el (tool-bar-make-keymap):
17992 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
17993 * type-break.el (type-break-mode, type-break-noninteractive-query):
17994 * view.el (View-back-to-mark):
17995 * wid-browse.el (widget-browse-action, widget-browse-widget)
17996 (widget-browse-widgets, widget-browse-sexp):
17997 * widget.el (define-widget-keywords):
17998 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
17999 Mark unused parameters.
18000
18001 * align.el (align-adjust-col-for-rule): Mark unused parameter.
18002 (align-areas): Remove unused variable `look'.
18003 (align-region): Remove unused variables `real-end' and `pos-list'.
18004
18005 * apropos.el (apropos-score-doc): Remove unused variable `i'.
18006
18007 * bindings.el (mode-line-modified, mode-line-remote):
18008 Mark unused parameters.
18009 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
18010
18011 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
18012 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
18013
18014 * comint.el (comint-history-isearch-pop-state)
18015 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
18016 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
18017 (comint-substitute-in-file-name): Doc fix.
18018
18019 * completion.el (cmpl-statistics-block): Mark unused parameter.
18020 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
18021 (save-completions-to-file, load-completions-from-file):
18022 Remove unused local variable `e'.
18023
18024 * composite.el (compose-chars): Remove unused variable `len'.
18025 (lgstring-insert-glyph): Remove unused variable `g'.
18026 (compose-glyph-string): Remove unused variables `ascent',
18027 `descent', `lbearing' and `rbearing'.
18028 (compose-glyph-string-relative): Remove unused variables
18029 `lbearing', `rbearing' and `wadjust'.
18030 (compose-gstring-for-graphic): Remove unused variables `header',
18031 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
18032 (compose-gstring-for-terminal): Remove unused variables `header'
18033 and `nchars'. Use `let', not `let*'.
18034
18035 * cus-edit.el (Custom-set, Custom-save, custom-reset)
18036 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
18037 (Custom-buffer-done, custom-buffer-create-internal)
18038 (custom-browse-visibility-action, custom-browse-group-tag-action)
18039 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
18040 (widget-magic-mouse-down-action, custom-toggle-parent)
18041 (custom-add-parent-links, custom-toggle-hide-variable)
18042 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
18043 (custom-toggle-hide-face, face, hook, custom-group-link-action)
18044 (custom-face-menu-create, custom-variable-menu-create, get)
18045 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
18046 (custom-reset-standard-save-and-update): Remove unused variable `value'.
18047 (customize-apropos): Remove unused variable `tests'.
18048 (custom-group-value-create): Remove unused variable `hidden-p'.
18049 (sort-fold-case): Declare.
18050
18051 * cus-theme.el (custom-reset-standard-faces-list)
18052 (custom-reset-standard-variables-list): Declare.
18053 (customize-create-theme, custom-theme-revert, custom-theme-write)
18054 (custom-theme-choose-mode, customize-themes, custom-theme-save):
18055 Mark unused parameters.
18056
18057 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
18058
18059 * delim-col.el (delimit-columns-max): Move defvar before first use.
18060
18061 * descr-text.el (describe-char-categories): Don't quote `lambda'.
18062 (describe-char): Don't quote `lambda'. Mark unused parameter.
18063
18064 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
18065 (auto-insert): Declare.
18066 (desktop-restore-file-buffer): Rename desktop-* parameters;
18067 mark unused ones.
18068 (desktop-create-buffer): Rename desktop-* parameters and bind them.
18069 (desktop-buffer): Rename desktop-* parameters.
18070
18071 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
18072 (dframe-reposition-frame-xemacs, dframe-help-echo)
18073 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
18074 Mark unused parameters.
18075
18076 * dired-aux.el (backup-extract-version-start, overwrite-query)
18077 (overwrite-backup-query, rename-regexp-query)
18078 (rename-non-directory-query): Declare.
18079 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
18080 (dired-add-entry): Remove unused variable `orig-file-name'.
18081 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
18082 Use parameter PRESERVE-TIME instead of accessing dynamic variable
18083 `dired-copy-preserve-time' directly.
18084 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
18085 (dired-insert-subdir-newpos): Rename unused variable `pos'.
18086
18087 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
18088 (dired-virtual-revert, dired-make-relative-symlink):
18089 Mark unused parameters.
18090 (manual-program): Declare.
18091 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
18092 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
18093 wrapped in `with-no-warnings' to avoid replacing one warning by another.
18094
18095 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
18096
18097 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
18098
18099 * echistory.el (electric-history-in-progress, Helper-return-blurb):
18100 Declare.
18101
18102 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
18103
18104 * electric.el (Electric-command-loop): Rename parameter
18105 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
18106
18107 * expand.el (expand-in-literal): Remove unused variable `here'.
18108
18109 * facemenu.el (facemenu-add-new-color):
18110 Remove unused variable `docstring'.
18111
18112 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
18113 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
18114 (face-attr-construct): Mark unused parameter. Doc fix.
18115 (read-color): Remove unused variable `hex-string'.
18116
18117 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
18118 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
18119 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
18120 (display-buffer-other-frame): Remove unused variable `old-window'.
18121 (kill-buffer-hook): Declare.
18122 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
18123 Mark unused parameters.
18124 (after-find-file): Pass 1 to `auto-save-mode', not t.
18125
18126 * files-x.el (auto-insert): Declare.
18127 (modify-file-local-variable-prop-line): Remove unused variable `val'.
18128
18129 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
18130 variable `buf'. Mark unused parameter.
18131 (find-lisp-insert-directory): Mark unused parameter.
18132
18133 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
18134 (format-encode-region): Remove unused variables `cur-buf' and `result'.
18135 (format-common-tail): Remove, unused.
18136 (format-deannotate-region): Remove unused variable `loc'.
18137 (format-annotate-region): Remove unused variable `p'.
18138 (format-annotate-single-property-change): Remove unused variables
18139 `default' and `tail'.
18140
18141 * forms.el (read-file-filter): Declare.
18142 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
18143
18144 * frame.el (frame-creation-function-alist): Mark unused parameter.
18145 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
18146
18147 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
18148 Remove unused parameters.
18149 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
18150 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
18151
18152 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
18153 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
18154 (hfy-prepare-tag-map): Mark unused parameters.
18155 (htmlfontify-buffer): Use `called-interactively-p'.
18156
18157 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
18158 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
18159 (ibuffer-do-occur): Mark unused parameters.
18160 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
18161 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
18162
18163 * ibuffer.el: Don't quote `lambda'.
18164 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
18165 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
18166 Mark unused parameters.
18167
18168 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
18169 (ido-completing-read): Mark unused parameters.
18170 (ido-copy-current-word): Mark unused parameters;
18171 remove unused variable `name'.
18172 (ido-sort-merged-list): Remove unused parameter `dirs'.
18173
18174 * ielm.el (ielm-input-sender): Mark unused parameter.
18175 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
18176 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
18177 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
18178 `ielm-string' as a dynamic variable accessible from the IELM prompt.
18179 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
18180
18181 * image-dired.el (image-dired-display-thumbs): Remove unused
18182 variables `curr-file' and `count'.
18183 (image-dired-remove-tag): Remove unused variable `start'.
18184 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
18185 variable `curr-file'
18186 (image-dired-rotate-original): Remove unused variable `temp-file'.
18187 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
18188 Remove unused variable `file'.
18189 (image-dired-gallery-generate): Remove unused variable `curr'.
18190 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
18191
18192 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
18193
18194 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
18195
18196 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
18197
18198 * isearch.el (minibuffer-history-symbol): Declare.
18199 (isearch-edit-string): Remove unused variable `err'.
18200 (isearch-message-prefix, isearch-message-suffix):
18201 Mark unused parameters.
18202
18203 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
18204
18205 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
18206
18207 * makesum.el (double-column): Remove unused variable `cnt'.
18208
18209 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
18210 (ido-ignore-item-temp-list): Declare.
18211
18212 * mouse-drag.el (mouse-drag-throw): Remove unused variables
18213 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
18214 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
18215 (mouse-drag-drag): Remove unused variables `mouse-delta' and
18216 `mouse-col-delta'.
18217
18218 * mouse-sel.el (mouse-extend-internal):
18219 Remove unused variable `orig-window-frame'.
18220
18221 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
18222 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
18223 Move declarations before first use.
18224 (pcomplete-opt): Mark unused parameters; doc fix.
18225
18226 * proced.el (proced-revert): Mark unused parameter.
18227 (proced-send-signal): Remove unused variable `err'.
18228
18229 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
18230 Rename parameter PREFIX-ARG to ARG.
18231 (ps-basic-plot-string, ps-basic-plot-whitespace):
18232 Mark unused parameters.
18233
18234 * replace.el (replace-count): Define.
18235 (occur-revert-function): Mark unused parameters.
18236 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
18237 (isearch-case-fold-search, isearch-string): Declare.
18238 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
18239 bind `case-fold-search'. Remove unused variables `beg' and `end',
18240 and simplify.
18241 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
18242 COUNT and bind `replace-count'.
18243 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
18244 to COUNT.
18245
18246 * savehist.el (print-readably, print-string-length): Declare.
18247
18248 * shadowfile.el (shadow-expand-cluster-in-file-name):
18249 Remove unused variable `cluster'.
18250 (shadow-copy-file): Remove unused variable `i'.
18251 (shadow-noquery, shadow-clusters, shadow-site-cluster)
18252 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
18253 (shadow-define-literal-group, shadow-define-regexp-group)
18254 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
18255
18256 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
18257 (shell): Use `called-interactively-p'.
18258 (shell-directory-tracker): Remove unused variable `chdir-failure'.
18259
18260 * simple.el (compilation-context-lines, comint-file-name-quote-list)
18261 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
18262 (delete-backward-char): Remove unused variable `ocol'.
18263 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
18264 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
18265 (event-apply-hyper-modifier, event-apply-shift-modifier)
18266 (event-apply-control-modifier, event-apply-meta-modifier):
18267 Mark unused parameters.
18268 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
18269 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
18270
18271 * speedbar.el (speedbar-ignored-directory-expressions)
18272 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
18273 (speedbar-find-file, speedbar-dir-follow)
18274 (speedbar-directory-buttons-follow, speedbar-tag-find)
18275 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
18276 (speedbar-buffers-line-directory, speedbar-buffer-click):
18277 Mark unused parameters.
18278 (speedbar-tag-file): Remove unused variable `mode'.
18279 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
18280
18281 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
18282
18283 * talk.el (talk): Remove unused variable `display'.
18284
18285 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
18286 (tar-write-region-annotate): Mark unused parameter.
18287
18288 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
18289 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
18290 Declare them, wrapped in `with-no-warnings' to avoid replacing one
18291 warning by another.
18292
18293 * time-stamp.el (time-stamp-string-preprocess):
18294 Remove unused variable `require-padding'.
18295
18296 * tree-widget.el (widget-glyph-enable): Declare.
18297 (tree-widget-action): Mark unused parameter.
18298
18299 * w32-fns.el (x-get-selection): Mark unused parameter.
18300 (autoload-make-program, generated-autoload-file): Declare.
18301
18302 * wdired.el (wdired-revert): Mark unused parameters.
18303 (wdired-xcase-word): Remove unused variable `err'.
18304
18305 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
18306 (whitespace-help-scroll): Remove unused variable `data-help'.
18307
18308 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
18309 (widget-image-insert, widget-after-change, default)
18310 (widget-default-format-handler, widget-default-notify)
18311 (widget-default-prompt-value, widget-info-link-action)
18312 (widget-url-link-action, widget-function-link-action)
18313 (widget-variable-link-action, widget-file-link-action)
18314 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
18315 (widget-field-prompt-internal, widget-field-action, widget-field-match)
18316 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
18317 (widget-insert-button-action, widget-delete-button-action, visibility)
18318 (widget-documentation-link-action, widget-documentation-string-action)
18319 (widget-const-prompt-value, widget-regexp-match, symbol)
18320 (widget-coding-system-prompt-value)
18321 (widget-key-sequence-value-to-external, sexp)
18322 (widget-sexp-value-to-internal, character, vector, cons)
18323 (widget-choice-prompt-value, widget-boolean-prompt-value)
18324 (widget-color--choose-action): Mark unused parameters.
18325 (widget-item-match-inline, widget-choice-match-inline)
18326 (widget-checklist-match, widget-checklist-match-inline)
18327 (widget-group-match): Rename parameter VALUES to VALS.
18328 (widget-field-value-set): Remove unused variable `size'.
18329 (widget-color-action): Remove unused variables `value' and `start'.
18330
18331 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
18332 variable `dir'. Doc fix.
18333 (windmove-find-other-window): Don't pass it.
18334
18335 * window.el (count-windows): Mark unused parameter.
18336 (bw-adjust-window): Remove unused variable `err'.
18337
18338 * woman.el (woman-file-name): Remove unused variable `default'.
18339 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
18340 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
18341 (global-font-lock-mode): Declare.
18342 (woman-decode-region): Mark unused parameter.
18343 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
18344
18345 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
18346 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
18347 (x-dnd-handle-moz-url): Remove unused variable `title'.
18348 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
18349
18350 * xml.el (xml-parse-tag, xml-parse-attlist):
18351 Remove unused variable `pos'.
18352
18353 2011-04-19 Glenn Morris <rgm@gnu.org>
18354
18355 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
18356 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
18357 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
18358 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
18359 * calendar/cal-html.el (cal-html-insert-minical):
18360 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
18361 (calendar-mark-date-pattern):
18362 Prefix "unused" locals.
18363
18364 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
18365 optional argument `style'.
18366
18367 * calendar/appt.el (appt-make-list):
18368 * calendar/cal-china.el (calendar-chinese-date-string):
18369 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
18370 (diary-hebrew-yahrzeit):
18371 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
18372 * calendar/calendar.el (calendar-generate-window):
18373 * calendar/time-date.el (time-to-days):
18374 Remove unused local variables.
18375
18376 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
18377
18378 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
18379 glyphless-char-display table.
18380 (tabulated-list-glyphless-char-display): New var.
18381
18382 2011-04-18 Sam Steingold <sds@gnu.org>
18383
18384 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
18385 to acknowledgments.
18386
18387 2011-04-17 Glenn Morris <rgm@gnu.org>
18388
18389 * calendar/diary-lib.el (diary-sexp-entry):
18390 * calendar/holidays.el (holiday-sexp):
18391 Set debug-on-error rather than the removed stack-trace-on-error.
18392
18393 2011-04-16 Glenn Morris <rgm@gnu.org>
18394
18395 * progmodes/f90.el: Use lexical-binding.
18396 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
18397
18398 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
18399
18400 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
18401 (mail-mode): Setup mailalias completion here instead.
18402 * mail/mailalias.el: Use lexical-binding.
18403 (pattern, mailalias-done): Declare dynamic.
18404 (mail-completion-at-point-function): New function, from mail-complete.
18405 (mail-complete): Use it.
18406 (mail-completion-expand): New function.
18407 (mail-get-names): Use it.
18408 (mail-directory, mail-directory-process, mail-directory-stream):
18409 Don't use `pattern' for lexically bound arg.
18410
18411 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
18412
18413 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
18414 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
18415 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
18416
18417 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
18418 (byte-save-window-excursion, byte-temp-output-buffer-setup)
18419 (byte-interactive-p): Define them again, for use when inlining
18420 old code.
18421
18422 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
18423
18424 * loadup.el: Use `string-to-number', not `string-to-int'.
18425
18426 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
18427
18428 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
18429 gud-gdb-complete-command.
18430 (gud-gdb-completions): New function, from gud-gdb-complete-command.
18431 (gud-gdb-completion-at-point): New function.
18432 (gud-gdb-completions): Remove.
18433
18434 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
18435
18436 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
18437 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
18438 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
18439 whether `executable-find' is bound.
18440
18441 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
18442
18443 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
18444
18445 * minibuffer.el (completion-in-region-mode-predicate)
18446 (completion-in-region-mode--predicate): New vars.
18447 (completion-in-region, completion-in-region--postch)
18448 (completion-in-region-mode): Use them.
18449 (completion--capf-wrapper): Also return the hook function.
18450 (completion-at-point, completion-help-at-point):
18451 Adjust and provide a predicate.
18452
18453 Preserve arg names for advice of subr and lexical functions (bug#8457).
18454 * help-fns.el (help-function-arglist): Consolidate the subr and
18455 new-byte-code cases. Add argument `preserve-names' to extract names
18456 from the docstring when needed.
18457 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
18458 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
18459 (ad-arglist): Use help-function-arglist's new arg.
18460 (ad-definition-type): Use cond.
18461
18462 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
18463
18464 * autorevert.el (auto-revert-handler):
18465 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
18466 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
18467 Don't quote lambda.
18468
18469 * image-mode.el (image-transform-set-scale):
18470 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
18471
18472 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18473
18474 * net/network-stream.el (network-stream-open-starttls): Only do
18475 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
18476 Upgrades via gnutls-cli are too slow to be done opportunistically.
18477
18478 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
18479
18480 * dframe.el (dframe-current-frame): Remove spurious quote.
18481
18482 2011-04-12 Glenn Morris <rgm@gnu.org>
18483
18484 * calendar/cal-tex.el (cal-tex-end-document):
18485 Try to automatically use latin1 input if needed.
18486
18487 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
18488 Don't try to cons a mark onto an empty element.
18489
18490 2011-04-11 Leo Liu <sdl.web@gmail.com>
18491
18492 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
18493 buffers.
18494 (ido-kill-buffer-at-head): Support killing virtual buffers.
18495
18496 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
18497
18498 * minibuffer.el (completion-show-inline-help): New var.
18499 (completion--do-completion, minibuffer-complete)
18500 (minibuffer-force-complete, minibuffer-complete-word):
18501 Inhibit minibuffer messages if completion-show-inline-help is nil.
18502
18503 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
18504 to avoid interference from inline help (Bug#5849).
18505
18506 2011-04-10 Leo Liu <sdl.web@gmail.com>
18507
18508 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
18509 Fix typo.
18510
18511 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
18512
18513 * image-mode.el (image-toggle-display-image): Signal an error if
18514 not in Image mode.
18515 (image-transform-mode, image-transform-resize)
18516 (image-transform-set-rotation): Doc fix.
18517 (image-transform-set-resize): Delete.
18518 (image-transform-set-scale, image-transform-fit-to-height)
18519 (image-transform-fit-to-width): Handle image-toggle-display-image
18520 and image-transform-resize directly.
18521
18522 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
18523
18524 * doc-view.el (doc-view-fit-width-to-window)
18525 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
18526 New functions for fitting the shown image to the Emacs window size.
18527 (doc-view-mode-map): Add bindings for the new functions.
18528
18529 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
18530
18531 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
18532 Fix typo in docstring.
18533
18534 2011-04-08 Eli Zaretskii <eliz@gnu.org>
18535
18536 * files.el (file-size-human-readable): Produce one digit after
18537 decimal, like "ls -lh" does.
18538
18539 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
18540 the file size representation.
18541
18542 * simple.el (list-processes): If async subprocesses are not
18543 available, error out with a clear error message.
18544
18545 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
18546
18547 * help.el (help-form-show): New function, to be called from C.
18548 Put help-form output in a buffer named differently than *Help*.
18549
18550 2011-04-08 Eli Zaretskii <eliz@gnu.org>
18551
18552 * files.el (file-size-human-readable): New function.
18553
18554 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
18555 computing the representation inline. Don't require `cl'.
18556
18557 2011-04-08 Glenn Morris <rgm@gnu.org>
18558
18559 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
18560
18561 * net/browse-url.el (browse-url-firefox):
18562 Test system-type, not system-configuration.
18563
18564 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
18565 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
18566 Use log-edit-empty-buffer-p. (Bug#7598)
18567
18568 * net/rlogin.el (rlogin-process-connection-type): Simplify.
18569 (rlogin-mode-map): Initialize in the defvar.
18570 (rlogin): Use ignore-errors.
18571
18572 * replace.el (occur-mode-map): Some fixes for menu items.
18573
18574 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
18575
18576 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
18577
18578 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
18579
18580 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
18581 issuing unused warnings.
18582
18583 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
18584 macro directly.
18585
18586 * simple.el: Lisp reimplement of list-processes. Based on an
18587 earlier reimplementation by Leo Liu, but using tabulated-list.el.
18588 (process-menu-mode): New major mode.
18589 (list-processes--refresh, list-processes):
18590 (process-menu-visit-buffer): New functions.
18591
18592 * files.el (save-buffers-kill-emacs): Don't assume any return
18593 value of list-processes, which is undocumented anyway.
18594
18595 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
18596
18597 * emacs-lisp/tabulated-list.el: New file.
18598
18599 * emacs-lisp/package.el: Use Tabulated List mode.
18600 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
18601 (package-menu-mode): Derive from tabulated-list-mode. Set up the
18602 table format using Tabulated List mode variables.
18603 (package--push): New macro, replacing package-list-maybe-add.
18604 (package-menu--generate): Use package--push. Renamed from
18605 package--generate-package-list.
18606 (package-menu-refresh, list-packages): Use it.
18607 (package-menu--print-info): Rename from package-print-package.
18608 Return insertion data instead of inserting it directly.
18609 (package-menu-describe-package, package-menu-execute):
18610 Use tabulated-list-get-id.
18611 (package-menu-mark-delete, package-menu-mark-install)
18612 (package-menu-mark-unmark, package-menu-backup-unmark)
18613 (package-menu-mark-obsolete-for-deletion):
18614 Use tabulated-list-put-tag.
18615 (package--list-packages, package-menu-revert)
18616 (package-menu-get-package, package-menu-get-version)
18617 (package-menu-sort-by-column): Functions deleted.
18618 (package-menu-package-list, package-menu-sort-key): Vars deleted.
18619 (package-menu--status-predicate, package-menu--version-predicate)
18620 (package-menu--name-predicate)
18621 (package-menu--description-predicate): Handle arguments in the
18622 Tabulated List format.
18623 (package-list-packages-no-fetch): Call list-packages.
18624
18625 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
18626
18627 * files.el (after-find-file-from-revert-buffer): Remove variable.
18628 (after-find-file): Don't bind it.
18629 (revert-buffer-in-progress-p): New variable.
18630 (revert-buffer): Bind it.
18631 Pass nil for `after-find-file-from-revert-buffer'.
18632
18633 * saveplace.el (save-place-find-file-hook): Use new variable
18634 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
18635
18636 2011-04-06 Glenn Morris <rgm@gnu.org>
18637
18638 * Makefile.in (AUTOGEN_VCS): New variable.
18639 (autoloads): Use $AUTOGEN_VCS.
18640
18641 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
18642 * calendar/calendar.el (calendar-mode-map):
18643 Check for toolkit scroll bars. (Bug#8305)
18644
18645 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
18646
18647 * minibuffer.el (completion-in-region--postch)
18648 (completion-in-region-mode): Remove unnecessary messages.
18649
18650 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
18651
18652 * font-lock.el (font-lock-refresh-defaults):
18653 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
18654 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
18655
18656 * info.el (Info-directory-list, Info-read-node-name-2)
18657 (Info-split-parameter-string): Doc fixes.
18658 (Info-virtual-nodes): Reflow docstring.
18659 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
18660 (Info-apropos-toc-nodes, info-finder, Info-get-token)
18661 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
18662 Fix typos in docstrings.
18663 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
18664 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
18665 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
18666 (Info-restore-desktop-buffer): Mark unused parameters.
18667 (Info-directory-find-file, Info-directory-find-node)
18668 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
18669 (Info-virtual-index-find-node, Info-apropos-find-file)
18670 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
18671 Mark unused parameters; fix typos in docstrings.
18672 (Info-virtual-index): Remove unused local variable `nodename'.
18673
18674 2011-04-05 Deniz Dogan <deniz@dogan.se>
18675
18676 * net/rcirc.el: Update my e-mail address.
18677 (rcirc-mode-map): Remove M-o binding.
18678
18679 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
18680
18681 * startup.el (command-line): Save the cursor's theme-face
18682 directly, instead of using face-override-spec.
18683
18684 * custom.el (load-theme): Minor optimization in assigning faces.
18685
18686 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
18687
18688 * help-fns.el (describe-variable): Complete all variables having
18689 documentation, including keywords.
18690 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
18691
18692 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
18693
18694 Convert to lexical-binding.
18695
18696 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
18697 (bs--get-marked-string, bs--get-modified-string)
18698 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
18699 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
18700 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
18701
18702 * ehelp.el (electric-help-execute-extended)
18703 (electric-help-ctrl-x-prefix):
18704 * hexl.el (hexl-revert-buffer-function):
18705 * linum.el (linum-after-change, linum-after-scroll):
18706 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
18707
18708 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
18709
18710 2011-04-04 Daiki Ueno <ueno@unixuser.org>
18711
18712 * epa-dired.el:
18713 * epa-mail.el:
18714 * epa-hook.el:
18715 * epa-file.el:
18716 * epa.el:
18717 * epg.el: Use lexical binding.
18718
18719 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
18720
18721 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
18722
18723 * textmodes/flyspell.el (flyspell-word): Recognize default
18724 dictionary case for flyspell-mark-duplications-exceptions.
18725 Use regexp matching for languages.
18726 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
18727 default dictionary (Bug#7926).
18728
18729 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
18730
18731 * emacs-lisp/package.el (package--with-work-buffer):
18732 Recognize https URLs.
18733
18734 * net/network-stream.el: Move from gnus/proto-stream.el.
18735 Change prefix to network-stream throughout.
18736 (open-protocol-stream): Merge into open-network-stream, leaving
18737 open-protocol-stream as an alias. Handle nil BUFFER args.
18738
18739 * subr.el (open-network-stream): Move to net/network-stream.el.
18740
18741 2011-04-02 Glenn Morris <rgm@gnu.org>
18742
18743 * find-dired.el (find-exec-terminator): New option.
18744 (find-ls-option): Test for -ls support.
18745 (find-ls-subdir-switches): Test for -b in find-ls-option.
18746 (find-dired, find-grep-dired): Doc fixes.
18747 (find-dired): Use find-exec-terminator.
18748
18749 * find-dired.el (find-ls-option, find-ls-subdir-switches)
18750 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
18751 (find-name-arg): Remove purecopy.
18752
18753 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
18754 (grep-compute-defaults): Check for `-exec COMMAND +' support.
18755 Set grep-find-use-xargs, grep-find-command, and grep-find-template
18756 accordingly. Don't add the null-device if not needed.
18757
18758 * files.el (save-some-buffers): Doc fix.
18759
18760 2011-04-02 Eli Zaretskii <eliz@gnu.org>
18761
18762 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
18763
18764 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
18765
18766 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
18767 Use `dolist' rather than `mapcar'.
18768
18769 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
18770
18771 Add lexical binding.
18772
18773 * subr.el (apply-partially): Use new closures rather than CL.
18774 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
18775 (dolist, dotimes): Use slightly different expansion for lexical code.
18776 (functionp): Move to C.
18777 (letrec): New macro.
18778 (with-wrapper-hook): Use it and apply-partially instead of CL.
18779 (eval-after-load): Preserve lexical-binding.
18780 (save-window-excursion, with-output-to-temp-buffer): Turn them
18781 into macros.
18782
18783 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
18784
18785 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
18786 than the arglist.
18787 (help-add-fundoc-usage): Don't add `Not documented'.
18788 (help-function-arglist): Handle closures, subroutines, and new
18789 byte-code-functions.
18790 (help-make-usage): Remove leading underscores.
18791 (describe-function-1): Handle closures.
18792 (describe-variable): Use special-variable-p for completion.
18793
18794 * files.el (lexical-binding): Declare safe.
18795
18796 * emacs-lisp/pcase.el: Don't use destructuring-bind.
18797 (pcase--memoize): Rename from pcase-memoize. Change weakness.
18798 (pcase): Add `let' pattern.
18799 Change memoization so it actually works.
18800 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
18801 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
18802 <let>: New case.
18803
18804 * emacs-lisp/macroexp.el: Use lexical binding.
18805 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
18806 Don't convert ' to #' without checking that it's indeed quoting
18807 a lambda.
18808
18809 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
18810 Use eval-sexp-add-defvars.
18811 (eval-sexp-add-defvars): New fun.
18812
18813 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
18814
18815 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
18816 Don't autoload.
18817 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
18818 than the internal `byte-compile-lambda'.
18819 (defmethod): Don't hide code under quotes.
18820 (eieio-defmethod): New `code' argument.
18821
18822 * emacs-lisp/eieio-comp.el: Remove.
18823
18824 * emacs-lisp/edebug.el (edebug-eval-defun)
18825 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
18826 (edebug-toggle): Avoid `eval'.
18827
18828 * emacs-lisp/disass.el (disassemble-internal): Handle new
18829 `closure' objects.
18830 (disassemble-1): Handle new byte codes.
18831
18832 * emacs-lisp/cl.el (pushnew): Silence warning.
18833
18834 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
18835 (cl-byte-compile-throw): Remove.
18836 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
18837
18838 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
18839 closures.
18840
18841 * emacs-lisp/cconv.el: New file.
18842
18843 * emacs-lisp/bytecomp.el: Use lexical binding instead of
18844 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
18845 (byte-compile-initial-macro-environment):
18846 Handle declare-function here.
18847 (byte-compile--lexical-environment): New var.
18848 (byte-stack-ref, byte-stack-set, byte-discardN)
18849 (byte-discardN-preserve-tos): New lap codes.
18850 (byte-interactive-p): Don't use any more.
18851 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
18852 New macros.
18853 (byte-compile-lapcode): Use them and handle new lap codes.
18854 (byte-compile-obsolete): Remove.
18855 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
18856 (byte-compile-arglist-warn): Check late def of inlinable funs.
18857 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
18858 since they should have been expanded by now.
18859 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
18860 (byte-compile-from-buffer): Remove unused second arg.
18861 (byte-compile-preprocess): New function.
18862 (byte-compile-toplevel-file-form): New function to distinguish
18863 file-form calls from outside from file-form calls from hunk-handlers.
18864 (byte-compile-file-form): Simplify.
18865 (byte-compile-file-form-defsubst): Remove.
18866 (byte-compile-file-form-defmumble): Simplify now that
18867 byte-compile-lambda always returns a byte-code-function.
18868 (byte-compile): Preprocess.
18869 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
18870 Remove, not used any more.
18871 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
18872 (byte-compile-make-args-desc): New funs.
18873 (byte-compile-lambda): Handle lexical functions. Always return
18874 a byte-code-function.
18875 (byte-compile-reserved-constants): New var, to make up room for
18876 closed-over variables.
18877 (byte-compile-constants-vector): Obey it.
18878 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
18879 (byte-compile-macroexpand-declare-function): New function.
18880 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
18881 byte-code-functions.
18882 (byte-compile-form): Check obsolescence here.
18883 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
18884 (byte-compile-variable-ref): Remove.
18885 (byte-compile-dynamic-variable-op): New fun.
18886 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
18887 (byte-compile-variable-set): New funs.
18888 (byte-compile-discard): Add 2 args.
18889 (byte-compile-stack-ref, byte-compile-stack-set)
18890 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
18891 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
18892 macroexpand-all instead.
18893 (byte-compile-quote-form): Remove.
18894 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
18895 (byte-compile-bind, byte-compile-unbind): New funs.
18896 (byte-compile-let): Handle let* and lexical binding.
18897 (byte-compile-let*): Remove.
18898 (byte-compile-catch, byte-compile-unwind-protect)
18899 (byte-compile-track-mouse, byte-compile-condition-case):
18900 Handle a new :fun-body form, used for lexical scoping.
18901 (byte-compile-save-window-excursion)
18902 (byte-compile-with-output-to-temp-buffer): Remove.
18903 (byte-compile-defun): Simplify.
18904 (byte-compile-stack-adjustment): New fun.
18905 (byte-compile-out): Use it.
18906 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
18907
18908 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
18909 handler any more.
18910
18911 * emacs-lisp/byte-opt.el: Use lexical binding.
18912 (byte-inline-lapcode): Remove (to bytecomp).
18913 (byte-compile-inline-expand): Pay attention to inlining to/from
18914 lexically bound code.
18915 (byte-compile-unfold-lambda): Don't handle byte-code-functions
18916 any more.
18917 (byte-optimize-form-code-walker): Don't handle save-window-excursion
18918 any more and don't call compiler-macros.
18919 (byte-compile-splice-in-already-compiled-code): Remove.
18920 (byte-code): Don't inline any more.
18921 (disassemble-offset): Receive `bytes' as argument rather than via
18922 dynamic scoping.
18923 (byte-compile-tag-number): Declare before first use.
18924 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
18925 `return' even if make-spliceable.
18926 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
18927 obsolete interactive-p.
18928 (byte-optimize-lapcode): Optimize new lap-codes.
18929 Don't trip up on new form of `byte-constant' lap code.
18930
18931 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
18932
18933 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
18934
18935 * custom.el (custom-initialize-default, custom-declare-variable):
18936 Use `defvar'.
18937
18938 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
18939 New variables.
18940 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
18941 (COMPILE_FIRST): Add macroexp and cconv.
18942 * makefile.w32-in: Mirror changes in Makefile.in.
18943
18944 * vc/cvs-status.el:
18945 * vc/diff-mode.el:
18946 * vc/log-edit.el:
18947 * vc/log-view.el:
18948 * vc/smerge-mode.el:
18949 * textmodes/bibtex-style.el:
18950 * textmodes/css-mode.el:
18951 * startup.el:
18952 * uniquify.el:
18953 * minibuffer.el:
18954 * newcomment.el:
18955 * reveal.el:
18956 * server.el:
18957 * mpc.el:
18958 * emacs-lisp/smie.el:
18959 * doc-view.el:
18960 * dired.el:
18961 * abbrev.el: Use lexical binding.
18962
18963 2011-04-01 Eli Zaretskii <eliz@gnu.org>
18964
18965 * info.el (info-display-manual): New function.
18966
18967 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
18968
18969 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
18970
18971 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
18972
18973 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
18974 an entry for that server in rcirc-authinfo. (Bug#8385)
18975
18976 2011-03-31 Glenn Morris <rgm@gnu.org>
18977
18978 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
18979
18980 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
18981
18982 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
18983
18984 * progmodes/python.el (python-default-interpreter)
18985 (python-python-command-args, python-jython-command-args)
18986 (python-which-shell, python-which-args, python-which-bufname)
18987 (python-file-queue, python-comint-output-filter-function)
18988 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
18989 variables and functions.
18990
18991 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
18992
18993 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
18994 (completion-in-region-mode): New minor mode.
18995 (completion-in-region): Use it.
18996 (completion-in-region--data, completion-in-region-mode-map): New vars.
18997 (completion-in-region--postch): New function.
18998 (completion--capf-misbehave-funs, completion--capf-safe-funs):
18999 New vars.
19000 (completion--capf-wrapper): New function.
19001 (completion-at-point): Use it to track well-behavedness of
19002 hook functions.
19003 (completion-help-at-point): New command.
19004
19005 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
19006
19007 * vc/add-log.el (add-change-log-entry): Don't use whitespace
19008 syntax class to search for whitespace on a single line
19009 (Message-ID: <4D938140.4030905@redhat.com>).
19010
19011 2011-03-30 Leo Liu <sdl.web@gmail.com>
19012
19013 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
19014 New commands.
19015 (edit-abbrevs-map): Bind them here.
19016 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
19017
19018 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
19019
19020 * allout.el (allout-hide-by-annotation, allout-flag-region):
19021 Reduce possibility of overlay leakage by making them volatile.
19022
19023 * allout-widgets.el (allout-widgets-tally): Define as nil so the
19024 hash is not shared between buffers. Mode initialization is
19025 responsible for giving it a useful starting value.
19026 (allout-item-span): Reduce possibility of overlay leakage by
19027 making them volatile.
19028 (allout-widgets-count-buttons-in-region): Add diagnostic function
19029 for tracking down button overlay leaks.
19030
19031 2011-03-29 Leo Liu <sdl.web@gmail.com>
19032
19033 * ido.el (ido-read-internal): Use the default history var
19034 minibuffer-history if no HISTORY is specified.
19035
19036 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
19037
19038 * net/imap.el (imap-shell-open, imap-process-connection-type):
19039 Use imap-process-connection-type for 'shell' streams as well as
19040 Kerberos, SSL, other subprocesses.
19041
19042 2011-03-28 Leo Liu <sdl.web@gmail.com>
19043
19044 * abbrev.el (abbrev-table-empty-p): New function.
19045 (prepare-abbrev-list-buffer): Place empty abbrev tables after
19046 nonempty ones. (Bug#5937)
19047
19048 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
19049
19050 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
19051
19052 2011-03-27 Leo Liu <sdl.web@gmail.com>
19053
19054 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
19055 for foreground and background colors.
19056 (ansi-color-make-color-map): Adapt.
19057
19058 2011-03-25 Leo Liu <sdl.web@gmail.com>
19059
19060 * midnight.el (midnight-time-float): Remove. Note it calculates
19061 the microsecond component incorrectly and seconds-to-time does the
19062 same job.
19063 Remove redundant (require 'timer).
19064
19065 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
19066 (ido-completions): Remove unused arguments. (Bug#8329)
19067
19068 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19069
19070 * minibuffer.el (completion--flush-all-sorted-completions):
19071 Remove itself from hook.
19072 (completion-at-point): Let the functions perform the completion
19073 immediately and return nil or t.
19074 * comint.el (comint-dynamic-complete-functions): Now identical to
19075 completion-at-point-functions.
19076 (comint-dynamic-list-input-ring): Remove unused var `index'.
19077 (comint--match-partial-filename, comint--unquote&expand-filename):
19078 New funs, split from comint-match-partial-filename.
19079 (comint-dynamic-complete): Use completion-at-point.
19080 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
19081
19082 2011-03-24 Drew Adams <drew.adams@oracle.com>
19083
19084 * thingatpt.el: Support `defun'.
19085
19086 2011-03-23 Leo Liu <sdl.web@gmail.com>
19087
19088 * abbrevlist.el: Move to obsolete/abbrevlist.el.
19089
19090 * help-mode.el (help-mode-finish): Tweak regexp.
19091
19092 2011-03-23 Glenn Morris <rgm@gnu.org>
19093
19094 * eshell/esh-opt.el (eshell-eval-using-options):
19095 Do not bind unused local variable `eshell-option-stub'.
19096
19097 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
19098
19099 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
19100
19101 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
19102 keymap variable in `with-no-warnings' to avoid a warning when the
19103 keymap has been already `defconst'ed.
19104
19105 2011-03-22 Leo Liu <sdl.web@gmail.com>
19106
19107 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
19108 encode all chars in abbrevs; otherwise use emacs-mule or
19109 utf-8-emacs. (Bug#8308)
19110
19111 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
19112
19113 * simple.el (backward-delete-char-untabify):
19114 Avoid warning about using `delete-backward-char'.
19115
19116 * image.el (image-type-file-name-regexps): Make it variable.
19117 `imagemagick-register-types' modifies it, and the user may want
19118 to add new extensions for known image types.
19119 (imagemagick-register-types): Throw error if not using ImageMagick.
19120
19121 2011-03-22 Leo Liu <sdl.web@gmail.com>
19122
19123 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
19124 located before rcirc-prompt-end-marker.
19125 (rcirc-complete): Error if point is not after rcirc prompt.
19126 Handle the case when table is nil.
19127 (rcirc-user-authenticated): Define to fix compiler warning.
19128
19129 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
19130
19131 * custom.el (custom--inhibit-theme-enable): Make it affect only
19132 custom-theme-set-variables and custom-theme-set-faces.
19133 (provide-theme): Ignore custom--inhibit-theme-enable.
19134 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
19135 (custom-enabling-themes): Delete variable.
19136 (enable-theme): Accept only loaded themes as arguments.
19137 Ignore the special custom-enabled-themes variable.
19138 (custom-enabled-themes): Forbid themes from setting this.
19139 Eliminate use of custom-enabling-themes.
19140 (custom-push-theme): Quote "changed" custom var entry.
19141
19142 2011-03-21 Leo Liu <sdl.web@gmail.com>
19143
19144 * ido.el (ido-read-internal): Add ido-selected to history instead
19145 of user input.
19146
19147 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
19148
19149 * subr.el (deferred-action-list, deferred-action-function):
19150 Mark obsolete.
19151
19152 2011-03-21 Leo Liu <sdl.web@gmail.com>
19153
19154 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
19155 change on 2011-02-13 (bug#8309).
19156
19157 * minibuffer.el (read-file-name-function): Change default value.
19158 (read-file-name--defaults): Rename from read-file-name-defaults.
19159 (read-file-name-default): Rename from read-file-name.
19160 (read-file-name): Call read-file-name-function.
19161
19162 2011-03-21 Glenn Morris <rgm@gnu.org>
19163
19164 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
19165 Doc fixes.
19166
19167 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
19168
19169 * cus-theme.el: Add missing provide statement.
19170 (customize-create-theme): Extract theme value correctly.
19171 (custom-theme-visit-theme): Autoload.
19172 (customize-create-theme): Prompt before inserting default faces.
19173
19174 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
19175
19176 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
19177 units and musical notes.
19178
19179 2011-03-20 Leo Liu <sdl.web@gmail.com>
19180
19181 * ido.el (ido-read-internal): Use completing-read-default.
19182 (ido-completing-read): Fix compatibility with completing-read.
19183
19184 2011-03-20 Christian Ohler <ohler@gnu.org>
19185
19186 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
19187 (ert-delete-all-tests): Use `called-interactively-p' rather than
19188 `interactive-p'.
19189 (ert--make-xrefs-region): Respect END.
19190
19191 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
19192
19193 * dired-aux.el (dired-create-directory): Signal an error if the
19194 directory already exists (Bug#8246).
19195
19196 * facemenu.el (list-colors-display): Call list-faces-display
19197 inside with-help-window.
19198 (list-colors-print): Use display property to align the final
19199 column, instead of checking window-width.
19200
19201 2011-03-19 Eli Zaretskii <eliz@gnu.org>
19202
19203 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
19204 windows-nt systems.
19205 (emerge-protect-metachars): Quote correctly for ms-dos and
19206 windows-nt systems.
19207
19208 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
19209
19210 * info.el (info-initialize): Replace all uses of `:' with
19211 path-separator for compatibility with non-Unix systems.
19212 Cache quoting of path-separator. (Bug#8258)
19213
19214 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
19215
19216 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
19217 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
19218 (mouse-avoidance-mode): Fix typos in docstrings.
19219
19220 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
19221
19222 * startup.el (package-subdirectory-regexp): Move from package.el.
19223 Omit \\` and \\', and let callers add them.
19224
19225 * emacs-lisp/package.el (package-strip-version)
19226 (package-load-all-descriptors): Add \\` and \\' to
19227 package-subdirectory-regexp before using it.
19228 (package-untar-buffer): New arg DIR; ensure that file untars only
19229 into this expected directory. Remove superfluous delete-region.
19230 (package-unpack): Caller changed.
19231 (package-tar-file-info): Use package-subdirectory-regexp.
19232
19233 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
19234
19235 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
19236 diff-mode-shared-map (bug#8284).
19237 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
19238
19239 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19240
19241 * calendar/time-date.el (format-seconds): Use assoc instead of
19242 assoc-string, since assoc-string doesn't exist in XEmacs.
19243
19244 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
19245
19246 * custom.el (custom-known-themes): Reflow docstring.
19247 (custom-theme-load-path): Fix typo in docstring.
19248 (load-theme): Fix typo in error message.
19249 (custom-available-themes, custom-variable-theme-value):
19250 Use `let', not `let*'.
19251
19252 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
19253
19254 * calc/README: Mention inclusion of musical notes.
19255
19256 * calc/calc-units.el (calc-lu-quant): Rename from
19257 `calc-logunits-quantity'.
19258 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
19259 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
19260 (calc-db): Rename from `calc-dblevel'.
19261 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
19262 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
19263 (calc-np): Rename from `calc-nplevel'.
19264 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
19265 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
19266 (calc-lu-plus): Rename from `calc-logunits-add'.
19267 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
19268 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
19269 (calc-lu-minus): Rename from `calc-logunits-sub'.
19270 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
19271 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
19272 (calc-lu-times): Rename from `calc-logunits-mul'.
19273 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
19274 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
19275 (calc-lu-divide): Rename from `calc-logunits-div'.
19276 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
19277 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
19278
19279 * calc/calc-ext.el (calc-init-extensions): Update the names of the
19280 functions being autoloaded.
19281
19282 * calc/calc.el (calc-lu-power-reference): Rename from
19283 `calc-logunits-power-reference'.
19284 (calc-lu-field-reference): Rename from
19285 `calc-logunits-field-reference'.
19286
19287 * calc/calc-help.el (calc-l-prefix-help):
19288 Mention musical note functions.
19289
19290 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
19291
19292 * minibuffer.el (completion-all-sorted-completions):
19293 Use :completion-cycle-penalty text property if present.
19294
19295 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
19296
19297 * allout.el (allout-yank-processing): Adjust for new rebulleting
19298 regime so bullet being yanked is used without prompting the user
19299 for a choice.
19300
19301 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
19302
19303 * startup.el (command-line): Warn the user that _emacs is deprecated.
19304
19305 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
19306
19307 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
19308 (delphi-verbose, delphi-comment-face, delphi-string-face)
19309 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
19310 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
19311 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
19312 (delphi-new-comment-line, delphi-font-lock-defaults)
19313 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
19314 Fix typos in docstrings.
19315
19316 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
19317
19318 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
19319 Invert the roles of character and string values for INSTEAD, so a
19320 string is used for the more common case of a defaulting prompt.
19321
19322 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
19323
19324 * progmodes/ruby-mode.el (ruby-backward-sexp):
19325 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
19326 * play/gamegrid.el (gamegrid-make-face):
19327 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
19328 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
19329 * notifications.el (notifications-notify):
19330 * net/xesam.el (xesam-search-engines):
19331 * net/quickurl.el (quickurl-list-insert):
19332 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
19333
19334 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
19335
19336 * startup.el (command-line): Update package subdirectory regexp.
19337
19338 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
19339
19340 * allout.el (allout-abbreviate-flattened-numbering)
19341 (allout-mode-deactivate-hook): Fix up obsolescence "date".
19342
19343 * subr.el (read-char-choice): Only show the cursor after the prompt,
19344 not after the answer.
19345
19346 2011-03-15 Kevin Ryde <user42@zip.com.au>
19347
19348 * help-fns.el (variable-at-point): Skip leading quotes, if any
19349 (bug#8253).
19350
19351 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
19352
19353 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
19354 warning message.
19355
19356 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
19357
19358 * shell.el (shell): When called interactively, offer to change the
19359 shell file name on remote hosts.
19360
19361 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
19362
19363 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
19364 integration for LDAP parameters. The host, base, user or binddn,
19365 and secret tokens can be specified in a netrc file, for instance.
19366 This is optional because an `auth-source' parameter must be
19367 specified in the search attributes.
19368
19369 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
19370
19371 * help.el (describe-mode): Link to the mode's definition (bug#8185).
19372
19373 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
19374
19375 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
19376 into declaration. Remove redundant and harmful binding.
19377
19378 2011-03-12 Eli Zaretskii <eliz@gnu.org>
19379
19380 * files.el (file-ownership-preserved-p): Pass `integer' as an
19381 explicit 2nd argument to `file-attributes'. If the file's owner
19382 is the Administrators group on Windows, and the current user is
19383 Administrator, consider that a match.
19384
19385 * server.el (server-ensure-safe-dir): Consider server directory
19386 safe on MS-Windows if its owner is the Administrators group while
19387 the current Emacs user is Administrator. Use `=' to compare
19388 numerical UIDs, since they could be integers or floats.
19389
19390 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
19391
19392 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
19393
19394 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
19395
19396 Sync with Tramp 2.2.1.
19397
19398 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
19399
19400 * net/trampver.el: Update release number.
19401
19402 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
19403
19404 * progmodes/compile.el (compilation--previous-directory): Fix up
19405 various nil/dead-marker mismatches (bug#8014).
19406 (compilation-directory-properties, compilation-error-properties):
19407 Don't call it at a position past the one we're about to change.
19408
19409 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
19410 Disable obsolescence warnings in the file that declares it.
19411
19412 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
19413
19414 * allout-widgets.el (allout-widgets-tally):
19415 Initialize allout-widgets-tally as a hash table rather than nil to
19416 prevent mode-line redisplay warnings. Also, clarify the module
19417 description and fix a comment typo.
19418
19419 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
19420
19421 * help-fns.el (describe-variable): Don't complete keywords.
19422 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
19423
19424 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
19425
19426 * emacs-lisp/package.el (package-version-join): Impose a standard
19427 string representation for pre/alpha/beta version lists.
19428 (package-unpack-single): Standardize the directory name by passing
19429 it through package-version-join.
19430 (package-strip-rcs-id): Accept any version string that does not
19431 signal an error in version-to-list.
19432
19433 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
19434
19435 * simple.el (delete-trailing-whitespace): Return nil for the
19436 benefit of `write-file-functions'.
19437
19438 2011-03-10 Glenn Morris <rgm@gnu.org>
19439
19440 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
19441
19442 * vc/vc-git.el (vc-git-program): New option.
19443 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
19444 (vc-git--call): Use it.
19445
19446 * eshell/esh-util.el (eshell-condition-case): Doc fix.
19447
19448 * cus-edit.el (Custom-newline): If no button at point, look
19449 for a subgroup button at start-of-line. (Bug#2298)
19450
19451 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
19452
19453 2011-03-10 Julien Danjou <julien@danjou.info>
19454
19455 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
19456 `cursor-type' is nil.
19457
19458 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
19459
19460 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
19461
19462 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
19463
19464 * allout.el: Change so yank of distinctive-bullet items
19465 preserves the existing header prefix, rebulleting it if necessary,
19466 rather than replacing it. This is necessary for proper operation
19467 of cooperative addons like allout-widgets.
19468 (allout-make-topic-prefix, allout-rebullet-heading):
19469 Change SOLICIT arg to INSTEAD, and interpret additionally a string
19470 value as alternate bullet to be used, instead of prompting the user
19471 for a bullet character.
19472
19473 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
19474
19475 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19476 Do not use `tramp-file-name-port', because this returns also
19477 `tramp-default-port'.
19478
19479 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
19480
19481 * net/rcirc.el (rcirc-handler-001): Remove useless
19482 with-rcirc-process-buffer.
19483 (rcirc-check-auth-status): Swap arguments to string-match.
19484
19485 2011-03-09 Glenn Morris <rgm@gnu.org>
19486
19487 * shell.el (shell-mode):
19488 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
19489
19490 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
19491 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
19492
19493 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
19494
19495 * emacs-lisp/package.el (package-refresh-contents)
19496 (package-menu-execute): Use condition-case-no-debug.
19497
19498 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
19499
19500 * simple.el (shell-command-to-string): Use `process-file'.
19501
19502 * emacs-lisp/package.el (package-tar-file-info): Handle also
19503 remote files.
19504
19505 * emacs-lisp/package-x.el (package-upload-buffer-internal):
19506 Use `equal' for upload base check.
19507
19508 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
19509
19510 * textmodes/texinfo.el (texinfo-environments):
19511 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
19512
19513 2011-03-08 Glenn Morris <rgm@gnu.org>
19514
19515 * cus-start.el (cursor-in-non-selected-windows):
19516 Fix :set quoting oddness. (Bug#8192)
19517
19518 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
19519 in some setf expressions. (Bug#2159)
19520
19521 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
19522
19523 * custom.el (custom-available-themes): Return themes in
19524 alphabetical order.
19525
19526 See ChangeLog.15 for earlier changes.
19527
19528 ;; Local Variables:
19529 ;; coding: utf-8
19530 ;; End:
19531
19532 Copyright (C) 2011-2012 Free Software Foundation, Inc.
19533
19534 This file is part of GNU Emacs.
19535
19536 GNU Emacs is free software: you can redistribute it and/or modify
19537 it under the terms of the GNU General Public License as published by
19538 the Free Software Foundation, either version 3 of the License, or
19539 (at your option) any later version.
19540
19541 GNU Emacs is distributed in the hope that it will be useful,
19542 but WITHOUT ANY WARRANTY; without even the implied warranty of
19543 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19544 GNU General Public License for more details.
19545
19546 You should have received a copy of the GNU General Public License
19547 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.