Some fixes and improvements for desktop frame restoration.
[bpt/emacs.git] / lisp / ChangeLog
1 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
2
3 Some fixes and improvements for desktop frame restoration.
4 It is still experimental and disabled by default.
5 * desktop.el (desktop--save-windows): Put the selected frame at
6 the head of the list.
7 (desktop--make-full-frame): New function.
8 (desktop--restore-windows): Try to re-select the frame that was
9 selected upon saving. Do not abort if some frames fail to restore,
10 just show an error message and contnue. Set up maximized frames so
11 they have default non-maximized dimensions.
12
13 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
14
15 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Don't
16 start heredoc inside a string or comment.
17
18 2013-06-29 Eli Zaretskii <eliz@gnu.org>
19
20 * bindings.el (visual-order-cursor-movement): New defcustom.
21 (right-char, left-char): Provide visual-order cursor motion by
22 calling move-point-visually. Update the doc strings.
23
24 2013-06-28 Kenichi Handa <handa@gnu.org>
25
26 * international/mule.el (define-coding-system): New coding system
27 properties :inhibit-null-byte-detection,
28 :inhibit-iso-escape-detection, and :prefer-utf-8.
29 (set-buffer-file-coding-system): If :charset-list property of
30 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
31 appropriate for setting.
32
33 * international/mule-cmds.el (select-safe-coding-system):
34 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
35 multibyte characters, return utf-8 (or one of its siblings).
36
37 * international/mule-conf.el (prefer-utf-8): New coding system.
38 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
39 files.
40
41 2013-06-28 Ivan Kanis <ivan@kanis.fr>
42
43 * net/shr.el (shr-render-region): New function.
44
45 * net/eww.el: Autoload `eww-browse-url'.
46
47 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
48
49 * emacs-lisp/package-x.el (package-upload-buffer-internal):
50 Adapt to `package-desc-version' being a list.
51 Use `package--ac-desc-version' to retrieve version from a package
52 archive element.
53
54 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
55
56 New experimental feature to save&restore window and frame setup.
57 * desktop.el (desktop-save-windows): New defcustom.
58 (desktop--saved-states): New var.
59 (desktop--excluded-frame-parameters): New defconst.
60 (desktop--filter-frame-parms, desktop--find-frame-in-display)
61 (desktop--restore-windows, desktop--save-windows): New functions.
62 (desktop-save): Call `desktop--save-windows'.
63 (desktop-read): Call `desktop--restore-windows'.
64
65 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
66
67 * net/shr.el (add-face-text-property): Removed compat definition.
68
69 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
70
71 * info.el (Info-try-follow-nearest-node): Move search for footnote
72 above search for node name to prevent missing a footnote (bug#14717).
73
74 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
75
76 * obsolete/otodo-mode.el: Add obsolescence info to file header.
77
78 2013-06-27 Leo Liu <sdl.web@gmail.com>
79
80 * net/eww.el (eww-read-bookmarks): Check file size.
81
82 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
83
84 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
85 advice--pending if newdef is nil or an autoload (bug#13820).
86 (advice-mapc): New function.
87
88 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
89
90 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
91 probably.
92 (eww-mode-map): Add a menu bar.
93 (eww-add-bookmark): New command.
94 (eww-bookmark-mode): New mode and commands.
95 (eww-add-bookmark): Remove newlines from the title.
96 (eww-bookmark-browse): Don't bug out if it's the only window.
97
98 2013-06-26 Glenn Morris <rgm@gnu.org>
99
100 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
101 (hfy-size): Handle ttys. (Bug#14668)
102
103 * info-xref.el: Update for Texinfo 5 change in *note format.
104 (info-xref-node-re, info-xref-note-re): New constants.
105 (info-xref-check-buffer): Use info-xref-note-re.
106
107 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
108
109 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
110
111 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
112 nil terminate the loop (bug#14718).
113
114 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
115
116 * net/eww.el: Rework history traversal. When going forward/back,
117 put these actions into the history, too, so that they can be
118 replayed.
119 (eww-render): Move the history reset to the correct buffer.
120
121 2013-06-25 Juri Linkov <juri@jurta.org>
122
123 * files-x.el (modify-dir-local-variable): Change the header comment
124 in the file with directory local variables. (Bug#14692)
125
126 * files-x.el (read-file-local-variable-value): Add `default'.
127 (Bug#14710)
128
129 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
130
131 * net/eww.el (eww-make-unique-file-name): Create a unique file
132 name before saving to entering `y' accidentally asynchronously.
133
134 2013-06-25 Ivan Kanis <ivan@kanis.fr>
135
136 * net/eww.el (eww-download): New command and keystroke.
137
138 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
139
140 * net/eww.el (eww-copy-page-url): Change name of command.
141
142 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
143 be more consistent with Info and dired.
144
145 * net/eww.el (eww-mode-map): Ditto.
146
147 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
148
149 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
150 packages from archives.
151 (package-archive-contents): Change format; include obsolete packages.
152 (package-desc): Use `dir' to mark builtin packages.
153 (package--from-builtin): Set the `dir' field to `builtin'.
154 (generated-autoload-file, version-control): Declare.
155 (package-compute-transaction): Change first arg and return value to be
156 lists of package-descs. Adjust to new package-archive-contents format.
157 (package--add-to-archive-contents): Adjust to new
158 package-archive-contents format.
159 (package-download-transaction): Arg is now a list of package-descs.
160 (package-install): If `pkg' is a package name, pass it as
161 a requirement, so it is subject to the usual (e.g. disabled) checks.
162 (describe-package): Accept package-desc as well.
163 (describe-package-1): Describe a specific package-desc. Add links to
164 other package-descs for the same package name.
165 (package-menu-describe-package): Pass the actual package-desc.
166 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
167 works correctly.
168 (package-desc-status): New function.
169 (package-menu--refresh): New function, extracted
170 from package-menu--generate.
171 (package-menu--generate): Use it.
172 (package-delete): Update package-alist.
173 (package-menu-execute): Don't call package-initialize.
174
175 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
176 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
177 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
178 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
179 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
180 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
181
182 2013-06-25 Martin Rudalics <rudalics@gmx.at>
183
184 * window.el (window--state-get-1): Workaround for bug#14527.
185 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
186
187 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
188
189 * net/eww.el (eww-back-url): Implement the history by stashing all
190 the data into a list.
191 (eww-forward-url): Allow going forward in the history, too.
192
193 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
194
195 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
196 for values and use read--expression for expressions (bug#14710).
197 (read-file-local-variable): Avoid setq.
198 (read-file-local-variable-mode): Use minor-mode-list.
199
200 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
201
202 * lisp/textmodes/bibtex.el (bibtex-generate-url-list): Add support
203 for DOI URLs.
204
205 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
206
207 * lisp/textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
208 Update imenu-support when dialect changes.
209
210 2013-06-25 Leo Liu <sdl.web@gmail.com>
211
212 * ido.el (ido-read-internal): Allow forward slash on windows.
213
214 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
215
216 * net/eww.el (eww): Start of strings is \\`, not ^.
217
218 2013-06-24 Ivan Kanis <ivan@kanis.fr>
219
220 * net/shr.el (shr-browse-url): Fix interactive spec.
221
222 * net/eww.el (eww): Add a trailing slash to domain names.
223
224 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
225
226 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
227
228 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
229
230 * net/shr.el (shr-browse-url): Use an external browser if given a
231 prefix.
232
233 * net/eww.el (eww-external-browser): Move to shr.
234
235 2013-06-24 Ivan Kanis <ivan@kanis.fr>
236
237 * net/eww.el (eww): Work more correctly for file: URLs.
238 (eww-detect-charset): Allow quoted charsets.
239 (eww-yank-page-url): New command and keystroke.
240
241 2013-06-24 Daiki Ueno <ueno@gnu.org>
242
243 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
244 file name of gpg executable.
245 (epg-context-program): New function.
246 (epg-context-home-directory): New function.
247 (epg-context-set-program): New function.
248 (epg-context-set-home-directory): New function.
249 (epg--start): Use `epg-context-program' instead of
250 'epg-gpg-program'.
251 (epg--list-keys-1): Likewise.
252
253 2013-06-24 Leo Liu <sdl.web@gmail.com>
254
255 * ido.el (ido-read-internal): Fix bug#14620.
256
257 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
258
259 * faces.el (face-documentation): Simplify.
260 (read-face-attribute, tty-find-type, x-resolve-font-name):
261 Use `string-match-p'.
262 (list-faces-display): Use `string-match-p'. Simplify.
263 (face-spec-recalc): Check face to avoid face alias loops.
264 (read-color): Use `string-match-p' and non-capturing parenthesis.
265
266 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
267
268 * net/shr.el (shr-rescale-image): Use the new
269 :max-width/:max-height functionality.
270
271 2013-06-23 Ivan Kanis <ivan@kanis.fr>
272
273 * net/eww.el (eww-search-prefix): New variable.
274 (eww): Use it.
275 (eww-external-browser): New variable.
276 (eww-mode-map): New keystroke.
277 (eww-browse-with-external-browser): New command.
278
279 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
280
281 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
282
283 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
284 Don't skip aligning the next header field when padding is 0;
285 otherwise, field width is not respected unless the title is as
286 wide as the field.
287
288 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
289
290 * emacs-lisp/package.el (package-el-version): Remove.
291 (package-process-define-package): Fix inf-loop.
292 (package-install): Allow symbols as arguments again.
293
294 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
295
296 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
297 add some more keyword-like methods.
298 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
299
300 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
301
302 * bs.el (bs-buffer-show-mark): Make defvar-local.
303 (bs-mode): Use setq-local.
304
305 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
306 (emacs-lock--try-unlocking): Make defvar-local.
307
308 2013-06-22 Glenn Morris <rgm@fencepost.gnu.org>
309
310 * play/cookie1.el (cookie-apropos): Minor simplification.
311
312 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
313
314 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
315
316 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
317 `regexp-opt', it breaks the build during dumping.
318
319 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
320
321 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
322 Highlight keyword-like methods on Kernel and Module with
323 font-lock-builtin-face.
324 (auto-mode-alist): Consolidate different entries into one regexp
325 and add more *file-s.
326
327 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
328
329 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
330
331 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
332 (diary-entry): Use it in the action of this button type instead of
333 diary-goto-entry.
334
335 * calendar/todo-mode.el: New version.
336 (todo-add-category): Append new category to end of file and give
337 it the highest number, instead of putting it at the beginning and
338 giving it 0. Incorporate noninteractive functionality.
339 (todo-forward-category): Adapt to 1-based category numbering.
340 Allow skipping over archived categories.
341 (todo-backward-category): Derive from todo-forward-category.
342 (todo-backward-item, todo-forward-item): Make noninteractive and
343 delegate interactive part to new commands. Make sensitive to done items.
344 (todo-categories): Make value an alist of category names and
345 vectors of item counts.
346 (todo-category-beg): Make a defconst.
347 (todo-category-number): Use 1 instead of 0 as initial value.
348 (todo-category-select): Make sensitive to overlays, optional item
349 highlighting and done items.
350 (todo-delete-item): Make sensitive to overlays and marked and done items.
351 (todo-edit-item): Make sensitive to overlays and editing of
352 date/time header optional. Add format checks.
353 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
354 no-op if point is not on an item. Advertise using todo-edit-quit.
355 (todo-edit-mode): Make sensitive to new format, font-locking, and
356 multiple todo files.
357 (todo-insert-item, todo-insert-item-here): Derive from
358 todo-basic-insert-item and extend functionality.
359 (todo-item-end, todo-item-start): Make sensitive to done items.
360 (todo-item-string): Don't return text properties. Restore point.
361 (todo-jump-to-category): Make sensitive to multiple todo files and
362 todo archives. Use extended category completion.
363 (todo-lower-item, todo-raise-item): Rename to *-priority and
364 derive from todo-set-item-priority.
365 (todo-mode): Derive from special-mode. Make sensitive to new
366 format, font-locking and multiple todo files. Make read-only.
367 (todo-mode-map): Don't suppress digit keys, so they can supply
368 prefix arguments. Add many new key bindings.
369 (todo-prefix): Insert as an overlay instead of file text.
370 Change semantics from diary date expression to purely visual mark.
371 (todo-print): Rename to todo-print-buffer. Make buffer display
372 features printable. Remove option to restrict number of items
373 printed. Add option to print to file.
374 (todo-print-function): Rename to todo-print-buffer-function.
375 (todo-quit): Extend to handle exiting new todo modes.
376 (todo-remove-item): Make sensitive to overlays.
377 (todo-save): Extend to buffers of filtered items.
378 (todo-show): Make sensitive to done items, multiple todo files and
379 new todo modes. Offer to convert legacy todo file before creating
380 first new todo file.
381 (todo-show-priorities): Rename to todo-top-priorities.
382 Change semantics of value 0.
383 (todo-top-priorities): Rename to todo-filter-top-priorities,
384 derive from todo-filter-items and extend functionality.
385 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
386 and extend functionality to other types of filtered items.
387 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
388 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
389 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
390 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
391 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
392 (todo-edit-mode-hook, todo-entry-prefix-function)
393 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
394 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
395 (todo-initials, todo-insert-threshold, todo-item-string-start)
396 (todo-line-string, todo-menu, todo-mode-hook)
397 (todo-more-important-p, todo-previous-answer, todo-previous-line)
398 (todo-print-priorities, todo-remove-separator)
399 (todo-save-top-priorities-too, todo-string-count-lines)
400 (todo-string-multiline-p, todo-time-string-format)
401 (todo-tmp-buffer-name): Remove.
402 (todo-add-file, todo-archive-done-item, todo-choose-archive)
403 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
404 (todo-edit-category-diary-inclusion)
405 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
406 (todo-edit-file, todo-edit-item-date-day)
407 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
408 (todo-edit-item-date-month, todo-edit-item-date-to-today)
409 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
410 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
411 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
412 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
413 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
414 (todo-filter-top-priorities-multifile, todo-find-archive)
415 (todo-find-filtered-items-file, todo-go-to-source-item)
416 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
417 (todo-jump-to-archive-category, todo-lower-category)
418 (todo-mark-category, todo-marked-item-p, todo-merge-category)
419 (todo-move-category, todo-move-item, todo-next-button)
420 (todo-next-item, todo-padded-string, todo-powerset)
421 (todo-previous-button, todo-previous-item)
422 (todo-print-buffer-to-file, todo-raise-category)
423 (todo-rename-category, todo-repair-categories-sexp, todo-search)
424 (todo-set-category-number, todo-set-item-priority)
425 (todo-set-top-priorities-in-category)
426 (todo-set-top-priorities-in-file, todo-show-categories-table)
427 (todo-sort-categories-alphabetically-or-numerically)
428 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
429 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
430 (todo-toggle-item-header, todo-toggle-item-highlighting)
431 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
432 (todo-toggle-view-done-items, todo-toggle-view-done-only)
433 (todo-unarchive-items, todo-unmark-category): New commands.
434 (todo-absolute-file-name, todo-add-to-buffer-list)
435 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
436 (todo-basic-insert-item, todo-category-completions)
437 (todo-category-number, todo-category-string-matcher-1)
438 (todo-category-string-matcher-2, todo-check-filtered-items-file)
439 (todo-check-format, todo-clear-matches)
440 (todo-comment-string-matcher, todo-convert-legacy-date-time)
441 (todo-current-category, todo-date-string-matcher)
442 (todo-define-insertion-command, todo-diary-expired-matcher)
443 (todo-diary-goto-entry, todo-diary-item-p)
444 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
445 (todo-display-categories, todo-display-sorted, todo-done-item-p)
446 (todo-done-item-section-p, todo-done-separator)
447 (todo-done-string-matcher, todo-files, todo-filter-items)
448 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
449 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
450 (todo-insert-category-line, todo-insert-item-from-calendar)
451 (todo-insert-sort-button, todo-insert-with-overlays)
452 (todo-insertion-command-name, todo-insertion-key-bindings)
453 (todo-label-to-key, todo-longest-category-name-length)
454 (todo-make-categories-list, todo-mode-external-set)
455 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
456 (todo-modes-set-3, todo-multiple-filter-files)
457 (todo-nondiary-marker-matcher, todo-prefix-overlays)
458 (todo-read-category, todo-read-date, todo-read-dayname)
459 (todo-read-file-name, todo-read-time)
460 (todo-reevaluate-category-completions-files-defcustom)
461 (todo-reevaluate-default-file-defcustom)
462 (todo-reevaluate-filelist-defcustoms)
463 (todo-reevaluate-filter-files-defcustom)
464 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
465 (todo-reset-done-separator, todo-reset-done-separator-string)
466 (todo-reset-done-string, todo-reset-global-current-todo-file)
467 (todo-reset-highlight-item, todo-reset-nondiary-marker)
468 (todo-reset-prefix, todo-set-categories)
469 (todo-set-date-from-calendar, todo-set-show-current-file)
470 (todo-set-top-priorities, todo-short-file-name)
471 (todo-show-current-file, todo-sort, todo-time-string-matcher)
472 (todo-total-item-counts, todo-update-buffer-list)
473 (todo-update-categories-display, todo-update-categories-sexp)
474 (todo-update-count, todo-validate-name, todo-y-or-n-p):
475 New functions.
476 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
477 New major modes.
478 (todo-categories, todo-display, todo-edit, todo-faces)
479 (todo-filtered): New defgroups.
480 (todo-archived-only, todo-button, todo-category-string, todo-date)
481 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
482 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
483 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
484 (todo-add-item-if-new-category, todo-always-add-time-string)
485 (todo-categories-align, todo-categories-archived-label)
486 (todo-categories-category-label, todo-categories-diary-label)
487 (todo-categories-done-label, todo-categories-number-separator)
488 (todo-categories-todo-label, todo-categories-totals-label)
489 (todo-category-completions-files, todo-completion-ignore-case)
490 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
491 (todo-done-separator-string, todo-done-string)
492 (todo-files-function, todo-filter-done-items, todo-filter-files)
493 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
494 (todo-initial-category, todo-initial-file, todo-item-mark)
495 (todo-legacy-date-time-regexp, todo-mode-line-function)
496 (todo-nondiary-marker, todo-number-prefix)
497 (todo-print-buffer-function, todo-show-current-file)
498 (todo-show-done-only, todo-show-first, todo-show-with-done)
499 (todo-skip-archived-categories, todo-top-priorities-overrides)
500 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
501 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
502 New defcustoms.
503 (todo-category-done, todo-date-pattern, todo-date-string-start)
504 (todo-diary-items-buffer, todo-done-string-start)
505 (todo-filtered-items-buffer, todo-item-start)
506 (todo-month-abbrev-array, todo-month-name-array)
507 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
508 (todo-top-priorities-buffer): New defconsts.
509 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
510 (todo-categories-with-marks, todo-category-string-face)
511 (todo-comment-face, todo-comment-string, todo-current-todo-file)
512 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
513 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
514 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
515 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
516 (todo-font-lock-keywords, todo-global-current-todo-file)
517 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
518 (todo-insertion-commands-args)
519 (todo-insertion-commands-args-genlist)
520 (todo-insertion-commands-names, todo-insertion-map)
521 (todo-key-bindings-t, todo-key-bindings-t+a)
522 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
523 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
524 (todo-nondiary-face, todo-print-buffer, todo-time-face)
525 (todo-visited): New variables.
526
527 2013-06-21 Glenn Morris <rgm@gnu.org>
528
529 * play/cookie1.el (cookie-apropos): Add optional display argument.
530 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
531 (psychoanalyze-pinhead): Use cookie-doctor.
532
533 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
534
535 * emacs-lisp/package.el (tar-get-file-descriptor)
536 (tar--extract): Declare.
537
538 2013-06-21 Eduard Wiebe <usenet@pusto.de>
539
540 Extend flymake's warning predicate to be a function (bug#14217).
541 * progmodes/flymake.el (flymake-warning-predicate): New.
542 (flymake-parse-line): Use it.
543 (flymake-warning-re): Make obsolete alias to
544 `flymake-warning-predicate'.
545
546 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
547
548 * emacs-lisp/package.el (package-alist): Include obsolete packages.
549 (package-obsolete-list): Remove.
550 (package-activate): Remove min-version argument. Add `force' argument.
551 Adjust to new package-alist format.
552 (package-mark-obsolete): Remove.
553 (package-unpack): Force reload of the package's autoloads.
554 (package-installed-p): Check builtins if the installed package is not
555 recent enough.
556 (package-initialize): Don't reset package-obsolete-list.
557 Don't specify which package version to activate.
558 (package-process-define-package, describe-package-1)
559 (package-menu--generate): Adjust to new package-alist format.
560
561 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
562
563 * allout-widgets.el (allout-widgets-mode-off)
564 (allout-widgets-mode-on, allout-widgets-pre-command-business)
565 (allout-widgets-post-command-business)
566 (allout-widgets-after-copy-or-kill-function)
567 (allout-widgets-after-undo-function, allout-test-range-overlaps)
568 (allout-decorate-item-and-context)
569 (allout-graphics-modification-handler): Fix typos in docstrings.
570 (allout-get-or-create-parent-widget): Use `looking-at-p'.
571
572 * cmuscheme.el (scheme-start-file): Doc fix.
573 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
574 (scheme-input-filter): Use `string-match-p'.
575
576 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
577
578 * dired-x.el: Use Dired consistently in docstrings.
579
580 * dired.el: Use Dired consistently in docstrings.
581 (dired-readin, dired-mode): Use `setq-local'.
582 (dired-switches-alist): Make defvar-local.
583 (dired-buffers-for-dir): Use `zerop'.
584 (dired-safe-switches-p, dired-switches-escape-p)
585 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
586 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
587 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
588 (dired-goto-next-nontrivial-file): Use `string-match-p'.
589 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
590 (dired-toggle-marks, dired-mark-files-containing-regexp)
591 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
592 (dired-flag-auto-save-files, dired-flag-backup-files):
593 Use `looking-at-p'.
594 (dired-mark-files-regexp, dired-build-subdir-alist):
595 Use `string-match-p', `looking-at-p'.
596
597 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
598 (direct-print-region-helper): Use `string-match-p'.
599
600 2013-06-21 Leo Liu <sdl.web@gmail.com>
601
602 * comint.el (comint-redirect-results-list-from-process):
603 Fix infinite loop.
604
605 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
606
607 * net/eww.el (eww-update-header-line-format): Quote % characters.
608
609 2013-06-21 Glenn Morris <rgm@gnu.org>
610
611 * play/cookie1.el (cookie): New custom group.
612 (cookie-file): New option.
613 (cookie-check-file): New function.
614 (cookie): Make it interactive. Make start and end messages optional.
615 Interactively, display the result. Default to cookie-file.
616 (cookie-insert): Default to cookie-file.
617 (cookie-snarf): Make start and end messages optional.
618 Default to cookie-file. Use with-temp-buffer.
619 (cookie-read): Rename from read-cookie.
620 Make start and end messages optional. Default to cookie-file.
621 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
622 Do not autoload it.
623 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
624 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
625
626 2013-06-21 Leo Liu <sdl.web@gmail.com>
627
628 * progmodes/octave.el (octave-mode): Backward compatibility fix.
629
630 2013-06-21 Glenn Morris <rgm@gnu.org>
631
632 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
633
634 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
635 Daniel Hackney <dan@haxney.org>
636
637 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
638 Consolidate the single-file vs tarball code.
639 (package-desc-suffix): New function.
640 (package-desc-full-name): Don't bother inlining it.
641 (package-load-descriptor): Return the new package-desc.
642 (package-mark-obsolete): Remove unused arg `package'.
643 (package-unpack): Make it work for single files as well.
644 Make it update package-alist.
645 (package--make-autoloads-and-stuff): Rename from
646 package--make-autoloads-and-compile. Don't compile any more.
647 (package--compile): New function.
648 (package-generate-description-file): New function, extracted from
649 package-unpack-single.
650 (package-unpack-single): Remove.
651 (package--with-work-buffer): Add indentation and debugging info.
652 (package-download-single): Remove.
653 (package-install-from-archive): Rename from package-download-tar, make
654 it take a pkg-desc, and make it work for single files as well.
655 (package-download-transaction): Simplify.
656 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
657 external tar program.
658 (package-install-from-buffer): Remove `pkg-desc' argument.
659 Use package-tar-file-info for tar-mode buffers.
660 (package-install-file): Simplify accordingly.
661 (package-archive-base): Change to take a pkg-desc.
662 * tar-mode.el (tar--check-descriptor): New function, extracted from
663 tar-get-descriptor.
664 (tar-get-descriptor): Use it.
665 (tar-get-file-descriptor): New function.
666 (tar--extract): New function, extracted from tar-extract.
667 (tar--extract): Use it.
668 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
669 case the summary uses non-ascii. Adjust to new calling convention of
670 package-tar-file-info.
671
672 2013-06-21 Leo Liu <sdl.web@gmail.com>
673
674 * comint.el (comint-redirect-results-list-from-process):
675 Fix random delay. (Bug#14681)
676
677 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
678
679 * profiler.el (profiler-format-number): Use log, not log10.
680
681 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
682
683 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
684
685 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
686
687 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
688 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
689 yet available.
690 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
691 (AUTOGENEL): ... here.
692 * emacs-lisp/cl-macs.el (cl--sublis): New function.
693 (cl--defsubst-expand): Use it.
694
695 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
696
697 * subr.el (log10): Move here from C code, and declare as obsolete.
698 All uses of (log10 X) replaced with (log X 10).
699
700 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
701
702 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
703 Declare with `defvar-local'.
704 (tabulated-list-use-header-line, tabulated-list-entries)
705 (tabulated-list-padding, tabulated-list-printer)
706 (tabulated-list-sort-key): Declare with `defvar-local'.
707 (tabulated-list-init-header, tabulated-list-print-fake-header):
708 Use `setq-local'.
709
710 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
711
712 * arc-mode.el (archive-mode): Add `archive-write-file' to
713 `write-contents-functions' also for remote files. (Bug#14652)
714
715 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
716
717 * cus-edit.el (custom-commands): Fix typos.
718 (custom-display): Fix tooltip text.
719 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
720 Fix typos in docstrings.
721 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
722 (custom-unlispify-menu-entry, custom-magic-value-create)
723 (custom-add-see-also, custom-group-value-create): Use ?\s.
724 (custom-guess-type, customize-apropos, editable-field)
725 (custom-face-value-create): Use `string-match-p'.
726 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
727
728 * custom.el (custom-load-symbol): Use `string-match-p'.
729
730 * ansi-color.el: Convert to lexical binding.
731 (ansi-colors): Fix URL.
732 (ansi-color-context, ansi-color-context-region): Use defvar-local.
733 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
734 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
735
736 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
737
738 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
739
740 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
741
742 2013-06-19 Tom Tromey <tromey@redhat.com>
743
744 * net/eww.el (eww-top-url): Remove.
745 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
746 (eww-render): Set new variables. Don't set eww-top-url.
747 (eww-handle-link): Handle "prev", "home", and "contents".
748 Downcase the rel text.
749 (eww-top-url): Choose best top URL.
750
751 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
752
753 * net/eww.el: Rewrite to implement form elements "by hand" instead of
754 relying in widget.el. Using widget.el leads to too many
755 user interface inconsistencies.
756 (eww-self-insert): Implement entering commands in text fields.
757 (eww-process-text-input): New function to make text input field editing
758 work.
759 (eww-submit): Rewrite to use the new-style form methods.
760 (eww-select-display): Display the correct selected item.
761 (eww-change-select): Implement changing the select value.
762 (eww-toggle-checkbox): Implement radio/checkboxes.
763 (eww-update-field): Fix compilation error.
764 (eww-tag-textarea): Implement <textarea>.
765
766 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
767 we don't shadow mode-specific bindings.
768
769 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
770 nothing to push.
771
772 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
773
774 2013-06-19 Glenn Morris <rgm@fencepost.gnu.org>
775
776 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
777
778 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
779
780 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
781 not needed.
782
783 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
784
785 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
786
787 * net/browse-url.el (browse-url-browser-function):
788 `eww-browse-url' has the right calling signature, `eww' does not.
789
790 2013-06-19 Glenn Morris <rgm@gnu.org>
791
792 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
793 Only eval autoloaded macros.
794 (byte-compile-autoload): Only give the macro warning for macros.
795
796 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
797 (ps-underlined-faces): Declare.
798
799 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
800 (speedbar-add-supported-extension): Declare.
801
802 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
803 Don't include a date stamp in the header of the generated file;
804 it leads to needless differences between output files.
805
806 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
807
808 * net/secrets.el (secrets-struct-secret-content-type):
809 Replace check of introspection data by a test call of "CreateItem".
810 Some servers do not offer introspection.
811
812 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
813
814 * electric.el (electric-pair-mode): Improve interaction with
815 electric-layout-mode.
816 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
817 (electric-pair-syntax): Use text-mode-syntax-table in comments
818 and strings.
819 (electric-pair--insert): New function.
820 (electric-pair-post-self-insert-function): Use it and
821 electric--after-char-pos.
822
823 2013-06-19 Leo Liu <sdl.web@gmail.com>
824
825 * progmodes/octave.el (octave-help): Fix regexp.
826
827 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
828
829 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
830 (shr-table-horizontal-line): Allow nil as a value, and change the
831 default.
832 (shr-insert-table-ruler): Respect the nil value.
833
834 2013-06-18 Tom Tromey <tromey@barimba>
835
836 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
837 New defvars.
838 (eww-open-file): New defun.
839 (eww-render): Initialize new variables.
840 (eww-display-html): Handle "link" and "a".
841 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
842 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
843 (eww-back-url): Rename from eww-previous-url.
844 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
845 New defuns.
846
847 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
848
849 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
850 Distinguish ternary operator tokens from slash symbol and slash
851 char literal.
852
853 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
854
855 Convert symbol prettification into minor mode and global minor mode.
856
857 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
858 `prog-prettify-symbols', and make a local defvar instead of defcustom.
859 (prettify-symbols--keywords): Rename from
860 `prog-prettify-symbols-alist' and make a local defvar.
861 (prettify-symbols--compose-symbol): Rename from
862 `prog--prettify-font-lock-compose-symbol'.
863 (prettify-symbols--make-keywords): Rename from
864 `prog-prettify-font-lock-symbols-keywords' and simplify.
865 (prog-prettify-install): Remove.
866 (prettify-symbols-mode): New minor mode, based on
867 `prog-prettify-install'.
868 (turn-on-prettify-symbols-mode): New function.
869 (global-prettify-symbols-mode): New globalized minor mode.
870
871 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
872 * progmodes/cfengine.el (cfengine3-mode):
873 * progmodes/perl-mode.el (perl-mode): Don't call
874 `prog-prettify-install'; set `prettify-symbols-alist' instead.
875
876 2013-06-18 Juri Linkov <juri@jurta.org>
877
878 * files-x.el (modify-file-local-variable-message): New function.
879 (modify-file-local-variable)
880 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
881 and call `modify-file-local-variable-message' when it's non-nil.
882 (add-file-local-variable, delete-file-local-variable)
883 (add-file-local-variable-prop-line)
884 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
885 and use it. (Bug#9820)
886
887 2013-06-18 Juri Linkov <juri@jurta.org>
888
889 * emulation/vi.el (vi-shell-op):
890 * emulation/vip.el (vip-execute-com, ex-command):
891 * emulation/viper-cmd.el (viper-exec-bang):
892 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
893 the call of `shell-command-on-region'. (Bug#14637)
894
895 * simple.el (shell-command-on-region): Doc fix.
896
897 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
898
899 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
900 (bug#14633).
901
902 2013-06-18 Glenn Morris <rgm@gnu.org>
903
904 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
905
906 * newcomment.el (comment-search-forward, comment-search-backward):
907 Doc fix. (Bug#14376)
908
909 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
910
911 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
912 (buffer-face-mode-invoke): Doc fix.
913
914 2013-06-18 Matthias Meulien <orontee@gmail.com>
915
916 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
917
918 2013-06-18 Glenn Morris <rgm@gnu.org>
919
920 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
921 Replace obsolete function generic-make-keywords with its expansion.
922
923 * progmodes/python.el (ffap-alist): Declare.
924
925 * textmodes/reftex.el (bibtex-mode-map): Declare.
926
927 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
928
929 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
930 (package-unpack, package-unpack-single): Return the pkg-dir.
931 (package-download-transaction): Use it to update package-alist.
932
933 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
934
935 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
936 possible choice.
937
938 2013-06-17 Juri Linkov <juri@jurta.org>
939
940 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
941
942 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
943
944 * emacs-lisp/package.el (package-load-descriptor):
945 Remove `with-syntax-table' call, `read' doesn't need it.
946 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
947
948 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
949
950 * startup.el (command-line): Expand package name returned by
951 `package--description-file' (bug#14639).
952
953 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
954
955 * emacs-lisp/package.el (package-load-descriptor): Do not call
956 `emacs-lisp-mode', just use its syntax table.
957
958 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
959
960 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
961 `font-lock-extra-managed-props' if any prettifying keyword is added.
962 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
963 (prog-mode): Use `setq-local'.
964
965 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
966
967 * international/characters.el (standard-case-table): Set syntax of ?»
968 and ?« to punctuation.
969
970 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
971
972 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
973 Save relevant match data before calling `syntax-ppss' (bug#14595).
974
975 2013-06-15 Juri Linkov <juri@jurta.org>
976
977 * files-x.el (modify-file-local-variable-prop-line): Add local
978 variables to the end of the existing comment on the first line.
979 Use `file-auto-mode-skip' to skip interpreter magic line,
980 and also skip XML declaration.
981
982 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
983
984 * startup.el (package--builtin-versions): New var.
985 (package-subdirectory-regexp): Remove.
986 (package--description-file): Hard code its value instead.
987
988 * emacs-lisp/package.el: Don't activate packages older than builtin.
989 (package-obsolete-list): Rename from package-obsolete-alist, and make
990 it into a simple list of package-desc.
991 (package-strip-version): Remove.
992 (package-built-in-p): Use package--builtin-versions.
993 (package-mark-obsolete): Simplify.
994 (package-process-define-package): Mark it obsolete if older than the
995 builtin version.
996 (package-handle-response): Use line-end-position.
997 (package-read-archive-contents, package--download-one-archive):
998 Simplify.
999 (package--add-to-archive-contents): Skip if older than the builtin or
1000 installed version.
1001 (package-menu-describe-package): Fix last change.
1002 (package-list-unversioned): New var.
1003 (package-menu--generate): Use it.
1004
1005 * emacs-lisp/autoload.el: Manage package--builtin-versions.
1006 (autoload--insert-text, autoload--insert-cookie-text): New functions.
1007 (autoload-builtin-package-versions): New variable.
1008 (autoload-generate-file-autoloads): Use them.
1009 Remove the list of autoloaded functions/macros from the
1010 (autoload...) comments.
1011
1012 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
1013
1014 2013-06-15 Eli Zaretskii <eliz@gnu.org>
1015
1016 * simple.el (line-move-partial): Don't jump to the next screen
1017 line as soon as it becomes visible. Instead, continue enlarging
1018 the vscroll until the portion of a tall screen line that's left on
1019 display is about the height of the frame's default font.
1020 (Bug#14567)
1021
1022 2013-06-15 Glenn Morris <rgm@gnu.org>
1023
1024 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
1025 compilation-error-regexp-alist void, or local while let-bound.
1026
1027 * progmodes/make-mode.el (makefile-mode-syntax-table):
1028 Treat "=" as punctuation. (Bug#14614)
1029
1030 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
1031
1032 * help-fns.el (describe-variable):
1033 Add extra line for permanent-local variables.
1034
1035 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
1036
1037 * progmodes/scheme.el (scheme-font-lock-keywords-2):
1038 Add export, import, library. (Bug#9164)
1039 (library): Set indent function.
1040
1041 2013-06-14 Glenn Morris <rgm@gnu.org>
1042
1043 * term/xterm.el (xterm--query):
1044 Stop after first matching handler. (Bug#14615)
1045
1046 2013-06-14 Ivan Kanis <ivan@kanis.fr>
1047
1048 Add support for dired in saveplace.
1049 * dired.el (dired-initial-position-hook): New variable.
1050 (dired-initial-position): Call hook to place cursor position.
1051 * saveplace.el (save-place-to-alist): Add dired position.
1052 (save-place-dired-hook): New function.
1053
1054 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1055
1056 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
1057 through a symbol rather than letrec.
1058
1059 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
1060 (package-desc): Add `dir' field.
1061 (package-desc-full-name): New function.
1062 (package-load-descriptor): Combine the two arguments. Don't use `load'.
1063 (package-maybe-load-descriptor): Remove.
1064 (package-load-all-descriptors): Just call package-load-descriptor.
1065 (package--disabled-p): New function.
1066 (package-desc-vers, package-desc-doc): Remove aliases.
1067 (package--dir): Remove function.
1068 (package-activate): Check if a package is disabled.
1069 (package-process-define-package): New function, extracted from
1070 define-package.
1071 (define-package): Turn into a place holder.
1072 (package-unpack-single, package-tar-file-info):
1073 Use package--description-file.
1074 (package-compute-transaction): Use package--disabled-p.
1075 (package-download-transaction): Don't call
1076 package-maybe-load-descriptor since they're all loaded anyway.
1077 (package-install): Change argument to be a pkg-desc.
1078 (package-delete): Use a single pkg-desc argument.
1079 (describe-package-1): Use package-desc-dir instead of package--dir.
1080 Use package-desc property instead of package-symbol.
1081 (package-install-button-action): Adjust accordingly.
1082 (package--push): Rewrite.
1083 (package-menu--print-info): Adjust accordingly. Change the ID format
1084 to be a pkg-desc.
1085 (package-menu-describe-package, package-menu-get-status)
1086 (package-menu--find-upgrades, package-menu-mark-upgrades)
1087 (package-menu-execute, package-menu--name-predicate):
1088 Adjust accordingly.
1089 * startup.el (package--description-file): New function.
1090 (command-line): Use it.
1091 * emacs-lisp/package-x.el (package-upload-buffer-internal):
1092 Use package-desc-version.
1093
1094 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
1095 (byte-compile-preprocess): Use it.
1096 (byte-compile-file-form-defalias): Try a bit harder to use macros we
1097 can't quite recognize.
1098 (byte-compile-add-to-list): Remove.
1099 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
1100 (cconv-closure-convert): Add assertion.
1101
1102 * emacs-lisp/map-ynp.el: Use lexical-binding.
1103 (map-y-or-n-p): Remove unused vars `tail' and `object'.
1104 Factor out some repeated code.
1105
1106 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1107
1108 * subr.el (with-eval-after-load): New macro.
1109 (eval-after-load): Allow form to be a function.
1110 take advantage of lexical-binding.
1111 (do-after-load-evaluation): Use dolist and adjust to new format.
1112 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
1113
1114 2013-06-13 Juri Linkov <juri@jurta.org>
1115
1116 * replace.el (perform-replace): Display "symbol " and other search
1117 modes from `isearch-message-prefix' in the *Help* buffer.
1118
1119 * isearch.el (isearch-query-replace): Add " symbol" and other
1120 possible search modes from `isearch-message-prefix' to the prompt.
1121 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
1122 when reading a regexp to collect.
1123
1124 2013-06-13 Juri Linkov <juri@jurta.org>
1125
1126 * isearch.el (word-search-regexp): Match whitespace if the search
1127 string begins or ends in whitespace. The LAX arg is applied to
1128 both ends of the search string. Use `regexp-quote' and explicit
1129 \< and \> instead of \b. Use \` and \' instead of ^ and $.
1130 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
1131 boundaries are replaced with symbol boundaries, and characters
1132 between symbols match non-word non-symbol syntax. (Bug#14602)
1133
1134 2013-06-13 Juri Linkov <juri@jurta.org>
1135
1136 * isearch.el (isearch-del-char): Don't exceed the length of
1137 `isearch-string' by the prefix arg. (Bug#14563)
1138
1139 2013-06-13 Juri Linkov <juri@jurta.org>
1140
1141 * isearch.el (isearch-yank-word, isearch-yank-line)
1142 (isearch-char-by-name, isearch-quote-char)
1143 (isearch-printing-char, isearch-process-search-char):
1144 Add optional count prefix arg. (Bug#14563)
1145
1146 * international/isearch-x.el
1147 (isearch-process-search-multibyte-characters):
1148 Add optional count prefix arg.
1149
1150 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1151
1152 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
1153 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
1154 lexical-binding.
1155
1156 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
1157
1158 * subr.el (set-temporary-overlay-map): Add on-exit argument.
1159
1160 2013-06-13 Glenn Morris <rgm@gnu.org>
1161
1162 * startup.el (tty-handle-args):
1163 Don't just discard "--" and anything after. (Bug#14608)
1164
1165 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
1166
1167 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
1168
1169 Implement changes in Secret Service API. Make it backward compatible.
1170 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
1171 (secrets-create-item): Use it. Prefix properties with interface.
1172
1173 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
1174
1175 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
1176 (term-emulate-terminal): Respect term-suppress-hard-newline.
1177
1178 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
1179
1180 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
1181 Only remove a `thumb-file' overlay. (Bug#14548)
1182
1183 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
1184
1185 * mail/reporter.el (reporter-submit-bug-report):
1186 Handle missing package-name. (Bug#14600)
1187
1188 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1189
1190 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
1191 (reftex-citation-prompt, reftex-default-bibliography)
1192 (reftex-bib-or-thebib, reftex-get-bibfile-list)
1193 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
1194 (reftex-bib-sort-author, reftex-bib-sort-year)
1195 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
1196 (reftex-extract-bib-entries-from-thebibliography)
1197 (reftex-get-bibkey-default, reftex-get-bib-names)
1198 (reftex-parse-bibtex-entry, reftex-get-bib-field)
1199 (reftex-format-bib-entry, reftex-parse-bibitem)
1200 (reftex-format-bibitem, reftex-do-citation)
1201 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
1202 (reftex-restrict-bib-matches, reftex-extract-bib-file)
1203 (reftex-insert-bib-matches, reftex-format-citation)
1204 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
1205 (reftex-create-bibtex-file): Add docstrings, mostly by converting
1206 existing comments into docstrings.
1207
1208 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
1209
1210 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
1211
1212 2013-06-12 Andreas Schwab <schwab@suse.de>
1213
1214 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
1215 for auto-save files.
1216
1217 2013-06-12 Glenn Morris <rgm@gnu.org>
1218
1219 * ido.el (ido-delete-ignored-files): Remove.
1220 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
1221 Go back to calling ido-ignore-item-p directly.
1222
1223 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
1224
1225 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
1226
1227 * ido.el (ido-delete-ignored-files): New function,
1228 split from ido-make-file-list-1.
1229 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
1230 (ido-make-file-list-1): Use ido-delete-ignored-files.
1231
1232 2013-06-12 Leo Liu <sdl.web@gmail.com>
1233
1234 * progmodes/octave.el (inferior-octave-startup)
1235 (inferior-octave-completion-table)
1236 (inferior-octave-track-window-width-change)
1237 (octave-eldoc-function-signatures, octave-help)
1238 (octave-find-definition): Use single quoted strings.
1239 (inferior-octave-startup-args): Change default value.
1240 (inferior-octave-startup): Do not hard code "-i" and
1241 "--no-line-editing".
1242 (inferior-octave-resync-dirs): Add optional arg NOERROR.
1243 (inferior-octave-directory-tracker): Use it.
1244 (octave-goto-function-definition): Robustify.
1245 (octave-help): Support highlighting operators in 'See also'.
1246 (octave-find-definition): Find subfunctions only in Octave mode.
1247
1248 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1249
1250 * help-fns.el (help-fns--compiler-macro): If the handler function is
1251 named, then put a link to it.
1252 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
1253 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
1254 (cl-typep): Use it.
1255 (cl-eval-when): Simplify debug spec.
1256 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
1257 compiler-macro function instead of setting `compiler-macro-file'.
1258
1259 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
1260
1261 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
1262 * vc/vc-hooks.el (vc-stay-local): Doc fix.
1263
1264 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1265 Daniel Hackney <dan@haxney.org>
1266
1267 First part of Daniel Hackney's patch to package.el.
1268 * emacs-lisp/package.el: Use defstruct.
1269 (package-desc): New, main struct.
1270 (package--bi-desc, package--ac-desc): New structs, used to describe the
1271 format in external files.
1272 (package-desc-vers): Replace with package-desc-version accessor.
1273 (package-desc-doc): Replace with package-desc-summary accessor.
1274 (package-activate-1): Remove `package' arg since the pkg-vec now
1275 includes the name.
1276 (define-package): Use package-desc-from-define.
1277 (package-unpack-single): Change file-name arg to be a symbol.
1278 (package--add-to-archive-contents): Use package-desc-create and new
1279 accessor functions to package--ac-desc.
1280 (package-buffer-info, package-tar-file-info): Return a package-desc.
1281 (package-install-from-buffer): Remove `type' argument. Change pkg-info
1282 arg to be a package-desc.
1283 (package-install-file): Adjust accordingly. Use \' to match EOS.
1284 (package--from-builtin): New function.
1285 (describe-package-1, package-menu--generate): Use it.
1286 (package--make-autoloads-and-compile): Change name arg to be a symbol.
1287 (package-generate-autoloads): Idem and return the name of the file.
1288 * emacs-lisp/package-x.el (package-upload-buffer-internal):
1289 Change pkg-info arg to be a package-desc.
1290 Use package-make-ac-desc.
1291 (package-upload-file): Use \' to match EOS.
1292 * finder.el (finder-compile-keywords): Use package-make-builtin.
1293
1294 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1295
1296 * vc/vc.el (vc-deduce-fileset): Change error message.
1297 (vc-read-backend): New function.
1298 (vc-next-action): Use it.
1299
1300 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
1301
1302 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
1303 (prolog-font-lock-keywords): Use regexp-opt instead.
1304 Don't manually highlight strings.
1305 (prolog-mode-variables): Simplify comment-start-skip.
1306 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
1307
1308 * emacs-lisp/generic.el (generic--normalise-comments)
1309 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
1310 (generic-mode-set-comments): Use them.
1311 (generic-bracket-support): Use setq-local.
1312 (generic-make-keywords-list): Declare obsolete.
1313
1314 2013-06-11 Glenn Morris <rgm@gnu.org>
1315
1316 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1317 Prettify after setting font-lock-defaults. (Bug#14574)
1318
1319 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
1320
1321 * replace.el (query-replace, occur-read-regexp-defaults-function)
1322 (replace-search):
1323 * subr.el (declare-function, number-sequence, local-set-key)
1324 (substitute-key-definition, locate-user-emacs-file)
1325 (with-silent-modifications, split-string, eval-after-load):
1326 Fix typos, remove unneeded backslashes and reflow some docstrings.
1327
1328 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1329
1330 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
1331 default for Elisp files.
1332
1333 2013-06-11 Glenn Morris <rgm@gnu.org>
1334
1335 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
1336 although define-derived-mode was doing this anyway. (Bug#14583)
1337
1338 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
1339
1340 * allout.el (allout-encryption-plaintext-sanitization-regexps):
1341 Fix make-variable-buffer-local call to refer to the correct variable.
1342
1343 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
1344
1345 * eshell/em-term.el (eshell-visual-commands)
1346 (eshell-visual-subcommands, eshell-visual-options):
1347 Add summary line to docstrings. Add cross-references.
1348
1349 2013-06-10 Glenn Morris <rgm@gnu.org>
1350
1351 * epa.el (epa-read-file-name): New function. (Bug#14510)
1352 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
1353
1354 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
1355
1356 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
1357 output redirection to be ignored with visual commands.
1358
1359 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
1360
1361 * eshell/em-term.el (eshell-visual-command-p): New function.
1362 (eshell-term-initialize): Move long lambda to separate function
1363 eshell-visual-command-p.
1364 * eshell/em-dirs.el (eshell-dirs-initialise):
1365 * eshell/em-script.el (eshell-script-initialize):
1366 Add missing #' to lambda.
1367
1368 2013-06-08 Leo Liu <sdl.web@gmail.com>
1369
1370 * progmodes/octave.el (octave-add-log-current-defun): New function.
1371 (octave-mode): Set add-log-current-defun-function.
1372 (octave-goto-function-definition): Do not move point if not found.
1373 (octave-find-definition): Enhance to try subfunctions first.
1374
1375 2013-06-08 Glenn Morris <rgm@gnu.org>
1376
1377 * emacs-lisp/bytecomp.el (byte-compile-char-before)
1378 (byte-compile-backward-char, byte-compile-backward-word):
1379 Improve previous change, to handle non-explicit nil.
1380
1381 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1382
1383 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
1384 (smie--opener/closer-at-point): New function.
1385 (smie--matching-block-data): Use it. Don't match from right after an
1386 opener or right before a closer. Obey smie-blink-matching-inners.
1387 Don't signal a mismatch for repeated inners like "switch..case..case".
1388
1389 2013-06-07 Leo Liu <sdl.web@gmail.com>
1390
1391 * progmodes/octave.el (octave-mode): Set comment-use-global-state
1392 to t. (Bug#14303)
1393 (octave-function-header-regexp): Fix. (Bug#14570)
1394 (octave-help-mode-finish-hook, octave-help-mode-finish):
1395 Remove. Just use temp-buffer-show-hook.
1396
1397 * newcomment.el (comment-search-backward): Revert last change.
1398 (Bug#14434)
1399
1400 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
1401
1402 2013-06-07 Eli Zaretskii <eliz@gnu.org>
1403
1404 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
1405 through xargs, to avoid failure due to MS-Windows limitations on
1406 command-line length.
1407
1408 2013-06-06 Glenn Morris <rgm@gnu.org>
1409
1410 * font-lock.el (lisp-font-lock-keywords-2):
1411 Treat user-error like error.
1412
1413 * emacs-lisp/bytecomp.el (byte-compile-char-before)
1414 (byte-compile-backward-char, byte-compile-backward-word):
1415 Handle explicit nil arguments. (Bug#14565)
1416
1417 2013-06-05 Alan Mackenzie <acm@muc.de>
1418
1419 * isearch.el (isearch-allow-prefix): New user option.
1420 (isearch-other-meta-char): Don't exit isearch when a prefix
1421 argument is typed whilst `isearch-allow-prefix' is non-nil.
1422 (Bug#9706)
1423
1424 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1425
1426 * autorevert.el (auto-revert-notify-handler): Use memq.
1427 Hide assertion failure.
1428
1429 * skeleton.el: Use cl-lib.
1430 (skeleton-further-elements): Use defvar-local.
1431 (skeleton-insert): Use cl-progv.
1432
1433 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
1434
1435 * progmodes/prog-mode.el (prog-prettify-symbols)
1436 (prog-prettify-install): Update docstrings.
1437
1438 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1439
1440 * simple.el: Move all the prog-mode code to prog-mode.el.
1441 * progmodes/prog-mode.el: New file.
1442 * loadup.el: Add prog-mode.el.
1443
1444 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
1445
1446 * simple.el (prog-prettify-symbols): Add version.
1447 (prog-prettify-install): Add convenience function to prettify symbols.
1448
1449 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
1450 (perl--augmented-font-lock-keywords-1)
1451 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
1452 variables and use it.
1453
1454 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
1455 (cfengine3-mode): Remove unneeded variable and use it.
1456
1457 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
1458 (lisp--augmented-font-lock-keywords-1)
1459 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
1460 Remove unneeded variables and use it.
1461
1462 2013-06-05 João Távora <joaotavora@gmail.com>
1463
1464 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
1465 to point when opening the connection. (Bug#14380)
1466
1467 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1468
1469 * subr.el (load-history-regexp, load-history-filename-element)
1470 (eval-after-load, after-load-functions, do-after-load-evaluation)
1471 (eval-next-after-load, display-delayed-warnings)
1472 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
1473 definition of save-match-data.
1474 (overriding-local-map): Remove accidental obsolescence declaration.
1475
1476 * emacs-lisp/edebug.el (edebug-result): Move before first use.
1477
1478 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
1479
1480 Generalize symbol prettify support to prog-mode and implement it
1481 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
1482 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
1483 (prog--prettify-font-lock-compose-symbol)
1484 (prog-prettify-font-lock-symbols-keywords): New variables and
1485 functions to support symbol prettification.
1486 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
1487 (lisp--augmented-font-lock-keywords-1)
1488 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
1489 (lisp--prettify-symbols-alist): Implement prettify of lambda.
1490 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
1491 (cfengine3--prettify-symbols-alist, cfengine3-mode):
1492 Implement prettify of -> => :: strings.
1493 * progmodes/perl-mode.el (perl-prettify-symbols)
1494 (perl--font-lock-compose-symbol)
1495 (perl--font-lock-symbols-keywords): Move to prog-mode.
1496 (perl--prettify-symbols-alist): Prettify -> => :: strings.
1497 (perl-font-lock-keywords-1)
1498 (perl-font-lock-keywords-2): Remove explicit prettify support.
1499 (perl--augmented-font-lock-keywords)
1500 (perl--augmented-font-lock-keywords-1)
1501 (perl--augmented-font-lock-keywords-2, perl-mode):
1502 Implement prettify support.
1503
1504 2013-06-05 Leo Liu <sdl.web@gmail.com>
1505
1506 Re-implement smie matching block highlight using
1507 show-paren-data-function. (Bug#14395)
1508 * emacs-lisp/smie.el (smie-matching-block-highlight)
1509 (smie--highlight-matching-block-overlay)
1510 (smie--highlight-matching-block-lastpos)
1511 (smie-highlight-matching-block)
1512 (smie-highlight-matching-block-mode): Remove.
1513 (smie--matching-block-data-cache): New variable.
1514 (smie--matching-block-data): New function.
1515 (smie-setup): Use smie--matching-block-data for
1516 show-paren-data-function.
1517
1518 * progmodes/octave.el (octave-mode-menu): Fix.
1519 (octave-find-definition): Skip garbage lines.
1520
1521 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1522
1523 Fix compilation error with simultaneous dynamic+lexical scoping.
1524 Add warning when a defvar appears after the first let-binding.
1525 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
1526 (byte-compile-close-variables): Initialize it.
1527 (byte-compile--declare-var): New function.
1528 (byte-compile-file-form-defvar)
1529 (byte-compile-file-form-define-abbrev-table)
1530 (byte-compile-file-form-custom-declare-variable): Use it.
1531 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
1532 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
1533 (byte-compile-bind): Handle dynamic bindings that shadow
1534 lexical bindings.
1535 (byte-compile-unbind): Make arg non-optional.
1536 (byte-compile-let): Simplify.
1537 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
1538 (cconv--analyse-function, cconv-analyse-form): Populate it.
1539 Protect byte-compile-bound-variables to limit the scope of defvars.
1540 (cconv-analyse-form): Add missing rule for (defvar <foo>).
1541 Remove unneeded rule for `declare'.
1542
1543 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
1544 so as to avoid depending on cl-adjoin at run-time.
1545 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
1546
1547 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
1548 (macroexp--warn-and-return): Use it.
1549
1550 2013-06-05 Leo Liu <sdl.web@gmail.com>
1551
1552 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
1553
1554 2013-06-04 Leo Liu <sdl.web@gmail.com>
1555
1556 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
1557 (compilation-auto-jump): Suppress the "Mark set" message to give
1558 way to exit message.
1559
1560 2013-06-04 Alan Mackenzie <acm@muc.de>
1561
1562 Remove faulty optimisation from indentation calculation.
1563 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
1564 search limit based on 2000 characters back from indent-point.
1565
1566 2013-06-03 Tassilo Horn <tsdh@gnu.org>
1567
1568 * eshell/em-term.el (cl-lib): Require `cl-lib'.
1569
1570 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1571
1572 * emacs-lisp/lisp.el: Use lexical-binding.
1573 (lisp--local-variables-1, lisp--local-variables): New functions.
1574 (lisp--local-variables-completion-table): New var.
1575 (lisp-completion-at-point): Use it complete let-bound vars.
1576
1577 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
1578 eagerly (bug#14422).
1579
1580 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
1581
1582 * autorevert.el (auto-revert-notify-enabled)
1583 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
1584 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
1585 (auto-revert-notify-handler): Handle also gfilenotify.
1586
1587 * subr.el (file-notify-handle-event): New defun. Replacing ...
1588 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
1589 Remove.
1590
1591 2013-06-03 Juri Linkov <juri@jurta.org>
1592
1593 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
1594 `M-s h .'. (Bug#14427)
1595
1596 * hi-lock.el (highlight-symbol-at-point): New alias for the new
1597 command `hi-lock-face-symbol-at-point'.
1598 (hi-lock-face-symbol-at-point): New command.
1599 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
1600 (hi-lock-menu): Add `highlight-symbol-at-point'.
1601 (hi-lock-mode): Doc fix.
1602
1603 * isearch.el (isearch-forward-symbol-at-point): New command.
1604 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
1605 (isearch-highlight-regexp): Add a regexp which matches
1606 words/symbols for word/symbol mode.
1607
1608 * subr.el (find-tag-default-bounds): New function with the body
1609 mostly moved from `find-tag-default'.
1610 (find-tag-default): Move most code to `find-tag-default-bounds',
1611 call it and apply `buffer-substring-no-properties' afterwards.
1612
1613 2013-06-03 Tassilo Horn <tsdh@gnu.org>
1614
1615 * eshell/em-term.el (eshell-term-initialize):
1616 Use `cl-intersection' rather than `intersection'.
1617
1618 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
1619
1620 * vc/log-view.el: Doc fix.
1621 (log-view-mode-map): Copy keymap from `special-mode-map'.
1622
1623 2013-06-02 Eric Ludlam <zappo@gnu.org>
1624
1625 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
1626 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
1627 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
1628 (eieio-unbound, eieio-default-superclass)
1629 (eieio--define-field-accessors, method-static, method-before)
1630 (method-primary, method-after, method-num-lists)
1631 (method-generic-before, method-generic-primary)
1632 (method-generic-after, method-num-slots)
1633 (eieio-specialized-key-to-generic-key)
1634 (eieio--check-type, class-v, class-p)
1635 (eieio-class-name, define-obsolete-function-alias)
1636 (eieio-class-parents-fast, eieio-class-children-fast)
1637 (same-class-fast-p, class-constructor, generic-p)
1638 (generic-primary-only-p, generic-primary-only-one-p)
1639 (class-option-assoc, class-option, eieio-object-p)
1640 (class-abstract-p, class-method-invocation-order)
1641 (eieio-defclass-autoload-map, eieio-defclass-autoload)
1642 (eieio-class-un-autoload, eieio-defclass)
1643 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
1644 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
1645 (eieio--defgeneric-init-form, eieio-defgeneric-form)
1646 (eieio-defgeneric-reset-generic-form)
1647 (eieio-defgeneric-form-primary-only)
1648 (eieio-defgeneric-reset-generic-form-primary-only)
1649 (eieio-defgeneric-form-primary-only-one)
1650 (eieio-defgeneric-reset-generic-form-primary-only-one)
1651 (eieio-unbind-method-implementations)
1652 (eieio--defmethod, eieio--typep)
1653 (eieio-perform-slot-validation, eieio-validate-slot-value)
1654 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
1655 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
1656 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
1657 (eieio-slot-name-index, eieio-class-slot-name-index)
1658 (eieio-set-defaults, eieio-initarg-to-attribute)
1659 (eieio-attribute-to-initarg, eieio-c3-candidate)
1660 (eieio-c3-merge-lists, eieio-class-precedence-c3)
1661 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
1662 (eieio-class-precedence-list, eieio-generic-call-methodname)
1663 (eieio-generic-call-arglst, eieio-generic-call-key)
1664 (eieio-generic-call-next-method-list)
1665 (eieio-pre-method-execution-functions, eieio-generic-call)
1666 (eieio-generic-call-primary-only, eieiomt-method-list)
1667 (eieiomt-optimizing-obarray, eieiomt-install)
1668 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
1669 (eieio-generic-form, eieio-defmethod, make-obsolete)
1670 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
1671 (defclass): Remove `eval-and-compile' from macro.
1672 (call-next-method, shared-initialize): Instead of using
1673 `scoped-class' variable, use new eieio--scoped-class, and
1674 eieio--with-scoped-class.
1675 (initialize-instance): Rename local variable 'scoped-class' to
1676 'this-class' to remove ambiguitity from old global.
1677
1678 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
1679 eieio.el.
1680 (eieio--scoped-class-stack): New variable.
1681 (eieio--scoped-class): New fcn.
1682 (eieio--with-scoped-class): New scoping macro.
1683 (eieio-defclass): Use pushnew instead of add-to-list.
1684 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
1685 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
1686 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
1687 `scoped-class' variable, use new eieio--scoped-class, and
1688 eieio--with-scoped-class.
1689
1690 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
1691
1692 2013-06-02 Tassilo Horn <tsdh@gnu.org>
1693
1694 * eshell/esh-ext.el (eshell-external-command): Pass args to
1695 `eshell-find-interpreter'.
1696 (eshell-find-interpreter): Add new second parameter ARGS.
1697
1698 * eshell/em-script.el (eshell-script-initialize): Add second arg
1699 to the function added as MATCH to `eshell-interpreter-alist'.
1700
1701 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
1702 the function added as MATCH to `eshell-interpreter-alist'.
1703
1704 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
1705 (eshell-visual-options): New defcustom.
1706 (eshell-escape-control-x): Adapt docstring.
1707 (eshell-term-initialize): Test `eshell-visual-subcommands' and
1708 `eshell-visual-options' in addition to `eshell-visual-commands'.
1709 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
1710
1711 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
1712
1713 * progmodes/python.el (python-indent-block-enders): Add break,
1714 continue and raise keywords.
1715
1716 2013-06-01 Glenn Morris <rgm@gnu.org>
1717
1718 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
1719
1720 Plain (f)boundp silences compilation warnings since Emacs 22.1.
1721 * progmodes/cc-cmds.el (delete-forward-p):
1722 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
1723 * progmodes/cc-engine.el (buffer-syntactic-context):
1724 * progmodes/cc-fonts.el (face-property-instance):
1725 * progmodes/cc-mode.el (set-keymap-parents):
1726 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
1727 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
1728 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
1729 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
1730 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
1731
1732 * progmodes/cc-vars.el (other): Emacs has this widget since
1733 at least 21.1, so don't (re)define it.
1734
1735 * eshell/em-cmpl.el (eshell-cmpl-initialize):
1736 Replace the obsolete alias pcomplete-arg-quote-list.
1737
1738 2013-06-01 Leo Liu <sdl.web@gmail.com>
1739
1740 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
1741 punctuation syntax.
1742 (inferior-octave-minimal-columns)
1743 (inferior-octave-last-column-width): New variables.
1744 (inferior-octave-track-window-width-change): New function.
1745 (inferior-octave-mode): Adjust column width so that Octave output,
1746 for example from 'ls', can fit into the window nicely.
1747
1748 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
1749
1750 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
1751 Highlight expansions inside regexp literals.
1752
1753 2013-05-31 Glenn Morris <rgm@gnu.org>
1754
1755 * obsolete/sym-comp.el (symbol-complete):
1756 Replace obsolete completion-annotate-function.
1757
1758 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
1759
1760 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
1761
1762 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
1763 New function, checks if point is inside a literal that allows
1764 expression expansion.
1765 (ruby-syntax-propertize-expansion): Use it.
1766 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
1767 around the body.
1768
1769 2013-05-30 Juri Linkov <juri@jurta.org>
1770
1771 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
1772 to "\M-si".
1773 (isearch-invisible): New variable.
1774 (isearch-forward): Doc fix.
1775 (isearch-mode): Set `isearch-invisible'
1776 to the value of `search-invisible'.
1777 (isearch-toggle-case-fold): Doc fix.
1778 (isearch-toggle-invisible): New command.
1779 (isearch-query-replace): Let-bind `search-invisible'
1780 to the value of `isearch-invisible'.
1781 (isearch-search): Use `isearch-invisible' instead of
1782 `search-invisible'. Let-bind `search-invisible'
1783 to the value of `isearch-invisible'. (Bug#11378)
1784
1785 2013-05-30 Juri Linkov <juri@jurta.org>
1786
1787 * replace.el (perform-replace): Avoid `isearch-range-invisible'
1788 call when `query-flag' is nil and `search-invisible' is non-nil.
1789 (Bug#11746)
1790
1791 2013-05-30 Glenn Morris <rgm@gnu.org>
1792
1793 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
1794
1795 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
1796 (cc-require): Suppress spurious "noruntime" warnings.
1797 (cc-require-when-compile): Use fboundp, for sake of compiler.
1798
1799 * progmodes/cc-mode.el: Move load of cc-vars before that of
1800 cc-langs (which in turn loads cc-vars), to quieten compiler.
1801
1802 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1803
1804 * paren.el: Simplify the code.
1805 (show-paren-mode): Always start the timer.
1806 (show-paren--idle-timer): Rename from show-paren-idle-timer.
1807 (show-paren--overlay, show-paren--overlay-1): Rename from
1808 show-paren-overlay and show-paren-overlay-1, and initialize to an
1809 overlay rather than to nil.
1810 (show-paren-function): Misc cleanup and simplifications.
1811
1812 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1813
1814 * paren.el (show-paren-data-function): New hook.
1815 (show-paren--default): New function, extracted from show-paren-function.
1816 (show-paren-function): Use show-paren-data-function.
1817
1818 2013-05-30 Glenn Morris <rgm@gnu.org>
1819
1820 * ielm.el (ielm-map, ielm-complete-symbol):
1821 Use completion-at-point rather than obsolete functions.
1822 (inferior-emacs-lisp-mode): Doc fix.
1823 Set completion-at-point-functions, rather than
1824 comint-dynamic-complete-functions.
1825
1826 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
1827 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
1828 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
1829
1830 * image.el (image-animated-p): Tweak definition.
1831
1832 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
1833 (rlogin-process-connection-type): Tweak default. Add set-after.
1834 (rlogin-host): Doc fix.
1835 (rlogin): Tweak prompt.
1836 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
1837
1838 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
1839 * progmodes/tcl.el (inferior-tcl-mode-map):
1840 Use completion-at-point rather than obsolete alias.
1841
1842 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
1843
1844 * minibuffer.el (read-file-name-completion-ignore-case):
1845 Move before completion--in-region, for eager macro expansion.
1846
1847 2013-05-29 Juri Linkov <juri@jurta.org>
1848
1849 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
1850 for total count of matching lines. Add `global-matches' for total
1851 count of matches. Rename `matches' to `lines' for count of
1852 matching lines. Add `matches' for count of matches.
1853 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
1854 to `prev-line' for line number of prev match endpt.
1855 Increment `matches' for every match. Print the number of
1856 matching lines in the header.
1857 (occur-context-lines): Rename `lines' to `curr-line'.
1858 Rename `prev-lines' to `prev-line'. (Bug#14017)
1859
1860 2013-05-29 Juri Linkov <juri@jurta.org>
1861
1862 * replace.el (perform-replace): Add `skip-read-only-count',
1863 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
1864 Increment them for corresponding conditions and report the number
1865 of skipped occurrences in the final message. (Bug#11746)
1866 (query-replace, query-replace-regexp, query-replace-regexp-eval)
1867 (replace-string, replace-regexp): Doc fix.
1868
1869 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1870
1871 * emacs-lisp/trace.el (trace--read-args): Provide a default.
1872
1873 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
1874 prog-mode-map (bug#14504).
1875
1876 2013-05-29 Leo Liu <sdl.web@gmail.com>
1877
1878 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
1879 (octave-help): Small simplification.
1880
1881 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
1882 off the highlight first.
1883
1884 2013-05-29 Glenn Morris <rgm@gnu.org>
1885
1886 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
1887 Handle idlwave-last-system-routine-info-cons-cell being nil.
1888
1889 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
1890 (idlwave-write-paths): Simplify via with-temp-buffer.
1891
1892 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
1893 * emulation/cua-rect.el: Also load cua-base at run time.
1894
1895 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
1896 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
1897 (cperl-imenu-on-info): Require imenu.
1898
1899 2013-05-28 Alan Mackenzie <acm@muc.de>
1900
1901 Handle "capitalised keywords" correctly.
1902 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
1903
1904 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
1905
1906 * eshell/em-unix.el: Add -r option to cp.
1907
1908 2013-05-28 Glenn Morris <rgm@gnu.org>
1909
1910 * vc/vc-arch.el (vc-exec-after): Declare.
1911 (vc-switches): Autoload.
1912 * vc/vc-bzr.el: No need to require vc when compiling.
1913 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
1914 (vc-resynch-buffer, vc-dir-refresh): Declare.
1915 (vc-setup-buffer, vc-switches): Autoload.
1916 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
1917 (vc-resynch-buffer): Declare.
1918 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
1919 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
1920 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
1921 (grep-read-regexp, grep-read-files, grep-expand-template)
1922 (vc-dir-refresh): Declare.
1923 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
1924 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
1925 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
1926 * vc/vc-mtn.el (vc-exec-after): Declare.
1927 (vc-switches): Autoload.
1928 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
1929 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
1930 (vc-file-tree-walk): Declare.
1931 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
1932 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
1933 (vc-tag-precondition, vc-rename-master): Autoload.
1934 * vc/vc-svn.el (vc-exec-after): Declare.
1935 (vc-switches, vc-setup-buffer): Autoload.
1936 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
1937 Autoload.
1938 (vc-resynch-buffer): Declare.
1939
1940 * obsolete/fast-lock.el (byte-compile-warnings):
1941 Don't warn about obsolete features in this obsolete file.
1942
1943 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
1944 Move definition before use.
1945
1946 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
1947 (dun-unix-verbs): Remove dun-zippy.
1948 (dun-zippy): Remove function.
1949
1950 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
1951
1952 2013-05-27 Juri Linkov <juri@jurta.org>
1953
1954 * replace.el (replace-search): New function with code moved out
1955 from `perform-replace'.
1956 (replace-highlight, replace-dehighlight): Move function definitions
1957 up closer to `replace-search'. (Bug#11746)
1958
1959 2013-05-27 Juri Linkov <juri@jurta.org>
1960
1961 * replace.el (perform-replace): Ignore invisible matches.
1962 In addition to checking `query-replace-skip-read-only', also
1963 filter out matches by calling `run-hook-with-args-until-failure'
1964 on `isearch-filter-predicates', and also check `search-invisible'
1965 for t or call `isearch-range-invisible'.
1966 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
1967
1968 2013-05-27 Juri Linkov <juri@jurta.org>
1969
1970 * isearch.el (isearch-filter-predicates): Rename from
1971 `isearch-filter-predicate'. Doc fix. (Bug#11378)
1972 (isearch-message-prefix): Display text from the property
1973 `isearch-message-prefix' of the currently active filters.
1974 (isearch-search): Don't compare `isearch-filter-predicate' with
1975 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
1976 on `isearch-filter-predicates'. Also check `search-invisible' for t
1977 or call `isearch-range-invisible'.
1978 (isearch-filter-visible): Make obsolete.
1979 (isearch-lazy-highlight-search):
1980 Call `run-hook-with-args-until-failure' on
1981 `isearch-filter-predicates' and use `isearch-range-invisible'.
1982
1983 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
1984 `isearch-filter-predicates' instead of `funcall'ing
1985 `isearch-filter-predicate'.
1986 (Info-mode): Set `Info-isearch-filter' to
1987 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
1988
1989 * dired-aux.el (dired-isearch-filter-predicate-orig):
1990 Remove variable.
1991 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
1992 (dired-isearch-filenames-end): Add and remove
1993 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
1994 instead of changing the value of `isearch-filter-predicate'.
1995 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
1996 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
1997 Put property `isearch-message-prefix' to "filename " on
1998 `dired-isearch-filter-filenames'.
1999
2000 * wdired.el (wdired-change-to-wdired-mode):
2001 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
2002 locally instead of changing `isearch-filter-predicate'.
2003 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
2004
2005 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
2006
2007 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
2008 return the commit hash (Bug#14459). Also set the
2009 `vc-git-detached' property.
2010 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
2011 (vc-git-mode-line-string): Use the same help-echo format whether
2012 in detached mode or not, because we know the actual revision now.
2013 When in detached mode, shorten the revision to 7 chars.
2014
2015 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
2016
2017 * emacs-lisp/easy-mmode.el (define-minor-mode):
2018 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
2019 mode hook and provide a docstring.
2020
2021 2013-05-27 Alan Mackenzie <acm@muc.de>
2022
2023 Remove spurious syntax-table text properties inserted by C-y.
2024 * progmodes/cc-mode.el (c-after-change): Also clear hard
2025 syntax-table property with value nil.
2026
2027 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
2028
2029 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
2030 when reading the events; the buffer layout shall not be changed.
2031
2032 2013-05-27 Leo Liu <sdl.web@gmail.com>
2033
2034 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
2035 New variable.
2036 (inferior-octave-directory-tracker): Automatically re-sync
2037 default-directory.
2038 (octave-help): Improve handling of 'See also'.
2039
2040 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
2041
2042 * doc-view.el: Minor naming convention tweaks.
2043 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
2044
2045 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
2046 even if there's no `display' property yet (bug#14435).
2047
2048 2013-05-25 Eli Zaretskii <eliz@gnu.org>
2049
2050 * subr.el (unmsys--file-name): Rename from reveal-filename.
2051
2052 * Makefile.in (custom-deps, finder-data, autoloads)
2053 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
2054 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
2055 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
2056
2057 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2058
2059 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
2060 error-completion on the first 2 args of condition-case (bug#14446).
2061 Don't burp at EOB.
2062
2063 2013-05-25 Leo Liu <sdl.web@gmail.com>
2064
2065 * comint.el (comint-previous-matching-input): Do not flood the
2066 *Messages* buffer with trivial messages.
2067
2068 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2069
2070 * progmodes/flymake.el (flymake-nop): Don't return a string.
2071 (flymake-set-at): Fix typo.
2072
2073 * simple.el (read--expression): New function, extracted from
2074 eval-expression. Set completion-at-point-functions (bug#14465).
2075 (eval-expression, eval-minibuffer): Use it.
2076
2077 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
2078
2079 * progmodes/flymake.el (flymake-save-buffer-in-file)
2080 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
2081 (flymake-selected-frame, flymake-log, flymake-ins-after)
2082 (flymake-set-at, flymake-get-buildfile-from-cache)
2083 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
2084 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
2085 Refine the doc string.
2086 (flymake-get-file-name-mode-and-masks): Reformat.
2087 (flymake-get-real-file-name-function): Fix a minor bug.
2088
2089 2013-05-24 Juri Linkov <juri@jurta.org>
2090
2091 * progmodes/grep.el (grep-mode-font-lock-keywords):
2092 Support =linenumber= format used by git-grep for lines with
2093 function names. (Bug#13549)
2094
2095 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
2096
2097 * progmodes/octave.el (octave-smie-rules): Return nil rather than
2098 0 after a semi-colon; it works better for smie-auto-fill.
2099 (octave--indent-new-comment-line): New function.
2100 (octave-indent-new-comment-line): Use it (indirectly).
2101 (octave-mode): Don't disable smie-auto-fill. Use add-function to
2102 modify comment-line-break-function.
2103
2104 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
2105 (smie-setup): Use add-function to set it.
2106
2107 2013-05-24 Sam Steingold <sds@gnu.org>
2108
2109 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
2110 argument (before the `interactive' argument).
2111
2112 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
2113
2114 * image-mode.el (image-mode-winprops): Add winprops to
2115 image-mode-winprops-alist before running
2116 image-mode-new-window-functions.
2117 * doc-view.el (doc-view-new-window-function): Don't delay
2118 doc-view-goto-page via timers (bug#14435).
2119
2120 2013-05-24 Tassilo Horn <tsdh@gnu.org>
2121
2122 * doc-view.el: Integrate with desktop.el. (Bug#14435)
2123 (doc-view-desktop-save-buffer): New function.
2124 (doc-view-restore-desktop-buffer): New function.
2125 (desktop-buffer-mode-handlers):
2126 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
2127 handler.
2128 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
2129 `desktop-save-buffer' function.
2130
2131 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
2132
2133 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
2134 (tramp-gvfs-file-name-handler): Raise a user error when
2135 `tramp-gvfs-enabled' is nil.
2136 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
2137 Do not raise a user error when loading package. (Bug#14447)
2138
2139 * net/xesam.el: Move to obsolete/.
2140
2141 2013-05-24 Glenn Morris <rgm@gnu.org>
2142
2143 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
2144
2145 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
2146
2147 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
2148 (Info-find-node, Man-getpage-in-background): Declare.
2149
2150 * mail/unrmail.el (unrmail):
2151 Replace obsolete detect-coding-with-priority.
2152
2153 * net/socks.el (socks-split-string): Use this rather than split-string.
2154 (socks-nslookup-host): Update for above change.
2155 (dynamic-choice, s5-dynamic-choice-match)
2156 (s5-dynamic-choice-match-inline, s5-widget-value-create):
2157 Comment out unused code.
2158
2159 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
2160 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
2161 (gud-tooltip-echo-area): Make obsolete.
2162 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
2163
2164 * progmodes/js.el (js--optimize-arglist): Declare.
2165
2166 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
2167
2168 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
2169 (ediff-window-C): Declare.
2170
2171 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
2172 Tweak requires to silence compiler.
2173
2174 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
2175 (he-search-string, he-tried-table, he-expand-list)
2176 (he-init-string, he-string-member, he-substitute-string)
2177 (he-reset-string): Declare.
2178
2179 * obsolete/options.el (list-options): Use custom-variable-p,
2180 rather than obsolete alias.
2181
2182 2013-05-23 Sam Steingold <sds@gnu.org>
2183
2184 * simple.el (shell-command-on-region): Pass the `replace' argument
2185 down to `call-process-region' to comply with the doc as reported on
2186 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
2187
2188 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
2189
2190 * emacs-lisp/smie.el (smie-indent-forward-token)
2191 (smie-indent-backward-token): Handle string tokens (bug#14381).
2192
2193 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2194
2195 * ielm.el (ielm-menu): New menu.
2196 (inferior-emacs-lisp-mode): Set comment-start.
2197
2198 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2199
2200 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
2201 Fix deactivate action.
2202
2203 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
2204 Add cleveref macros.
2205
2206 * lisp/textmodes/reftex-parse.el
2207 (reftex-locate-bibliography-files): Accept options for
2208 bibliography commands.
2209 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
2210 Add addbibresource. Basic Biblatex support.
2211
2212 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
2213
2214 * net/tramp-gvfs.el (top):
2215 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
2216 when loading package. (Bug#14447)
2217
2218 2013-05-23 Glenn Morris <rgm@gnu.org>
2219
2220 * progmodes/js.el: No need to load comint when compiling.
2221 (ring-insert, comint-send-string, comint-send-input)
2222 (comint-last-input-end, ido-chop): Declare.
2223
2224 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
2225 * vc/ediff-mult.el: Adjust requires.
2226 (ediff-directories-internal, ediff-directory-revisions-internal)
2227 (ediff-patch-file-internal): Declare.
2228 * vc/ediff-ptch.el: Adjust requires.
2229 (ediff-use-last-dir, ediff-buffers-internal): Declare.
2230 (ediff-find-file): Autoload.
2231 * vc/ediff-util.el: No need to load ediff when compiling.
2232 (ediff-regions-internal): Declare.
2233 * vc/ediff-wind.el: Adjust requires.
2234 (ediff-compute-toolbar-width): Define when compiling.
2235 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
2236 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
2237 (dired-get-filename, dired-get-marked-files)
2238 (ediff-last-dir-patch, ediff-patch-default-directory)
2239 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
2240 (ediff-patch-buffer-internal): Declare.
2241
2242 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
2243 (ispell-process, ispell-buffer-local-words, lm-summary)
2244 (lm-section-start, lm-section-end): Declare.
2245 (checkdoc-ispell-init): Simplify.
2246
2247 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
2248 (he-string-member, he-reset-string, he-substitute-string): Declare.
2249
2250 * eshell/em-ls.el: Adjust requires.
2251 (eshell-glob-regexp): Declare.
2252 * eshell/em-tramp.el: Adjust requires.
2253 (eshell-parse-command): Autoload.
2254 * eshell/em-xtra.el: Adjust requires.
2255 (eshell-parse-command): Autoload.
2256 * eshell/esh-ext.el: Adjust requires.
2257 (eshell-parse-command, eshell-close-handles): Autoload.
2258 * eshell/esh-io.el: Adjust requires.
2259 (eshell-output-filter): Autoload.
2260 * eshell/esh-util.el: No need to load tramp when compiling.
2261 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
2262 Declare.
2263 (eshell-parse-ange-ls): Require ange-ftp and tramp.
2264 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
2265 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
2266 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
2267 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
2268 * eshell/esh-opt.el, eshell/esh-proc.el:
2269 * eshell/esh-var.el: Adjust requires.
2270 * eshell/eshell.el: Do not require esh-util twice.
2271 (eshell-add-input-to-history): Declare.
2272 (eshell-command): Check history module is active before using it.
2273
2274 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
2275
2276 2013-05-22 Leo Liu <sdl.web@gmail.com>
2277
2278 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
2279
2280 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
2281
2282 * autorevert.el (auto-revert-notify-add-watch)
2283 (auto-revert-notify-handler): Add `attrib' for the inotify case,
2284 it indicates changes in file modification time.
2285
2286 2013-05-22 Glenn Morris <rgm@gnu.org>
2287
2288 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
2289 Always delete the autoloaded function from the noruntime and
2290 unresolved functions lists.
2291
2292 * allout.el: No need to load epa, epg, overlay when compiling.
2293 (epg-context-set-passphrase-callback, epg-list-keys)
2294 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
2295 (epg-key-user-id-list): Declare.
2296
2297 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
2298 (viper-set-parsing-style-toggling-macro)
2299 (viper-set-emacs-state-searchstyle-macros):
2300 Use called-interactively-p on Emacs.
2301 (viper-looking-back): Make it an obsolete alias. Update callers.
2302 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
2303 Use looking-back rather than viper-looking-back.
2304 (viper-tmp-insert-at-eob, viper-enlarge-region)
2305 (viper-read-string-with-history, viper-register-to-point)
2306 (viper-append-to-register, viper-change-state-to-vi)
2307 (viper-backward-char-carefully, viper-forward-char-carefully)
2308 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
2309 (viper-change-state-to-emacs): Declare.
2310 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
2311 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
2312 * emulation/viper-mous.el: Do not load viper-cmd.
2313 (viper-backward-char-carefully, viper-forward-char-carefully)
2314 (viper-forward-word, viper-adjust-window): Declare.
2315
2316 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
2317
2318 * progmodes/idlw-help.el (idlwave-help-fontify):
2319 Use called-interactively-p.
2320
2321 * term/w32console.el (w32-get-console-codepage)
2322 (w32-get-console-output-codepage): Declare.
2323
2324 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
2325 Remove unnecessary declarations.
2326 (dframe-message): Doc fix.
2327
2328 * info.el (dframe-select-attached-frame, dframe-current-frame):
2329 Declare.
2330
2331 * speedbar.el (speedbar-message): Make it an obsolete alias.
2332 Update all callers.
2333 (speedbar-with-attached-buffer)
2334 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
2335 (speedbar-with-writable): Use backquote.
2336 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
2337 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
2338 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
2339 rather than speedbar- aliases.
2340 * mail/rmail.el: Load dframe rather than speedbar when compiling.
2341 (speedbar-make-specialized-keymap, speedbar-insert-button)
2342 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
2343 (speedbar-do-function-pointer): Declare.
2344 (rmail-speedbar-button, rmail-speedbar-find-file)
2345 (rmail-speedbar-move-message):
2346 Use dframe-with-attached-buffer rather than speedbar- alias.
2347 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
2348 (dframe-message, speedbar-make-specialized-keymap)
2349 (speedbar-add-expansion-list, speedbar-mode-functions-list)
2350 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
2351 (speedbar-insert-button, dframe-select-attached-frame)
2352 (dframe-maybee-jump-to-attached-frame)
2353 (speedbar-change-initial-expansion-list)
2354 (speedbar-previously-used-expansion-list-name): Declare.
2355 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
2356 Use dframe-message, dframe-with-attached-buffer rather than
2357 speedbar- aliases.
2358 (gud-sentinel): Silence compiler.
2359 * progmodes/vhdl-mode.el (speedbar-refresh)
2360 (speedbar-do-function-pointer, speedbar-add-supported-extension)
2361 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
2362 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
2363 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
2364 (speedbar-file-lists, speedbar-make-tag-line)
2365 (speedbar-line-directory, speedbar-goto-this-file)
2366 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
2367 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
2368 (speedbar-make-button, speedbar-reset-scanners)
2369 (speedbar-files-item-info, speedbar-line-text)
2370 (speedbar-find-file-in-frame, speedbar-set-timer)
2371 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
2372 (speedbar-with-writable): Do not (re)define it.
2373 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
2374 rather than speedbar- alias.
2375
2376 2013-05-21 Leo Liu <sdl.web@gmail.com>
2377
2378 * progmodes/octave.el (octave-mode-menu): Update and re-organize
2379 menu items.
2380 (octave-mode): Tweak fill-nobreak-predicate.
2381 (inferior-octave-startup): Check process to avoid infinite loop.
2382 (inferior-octave): Pop to buffer first to show abornmal process
2383 exit information.
2384
2385 2013-05-21 Glenn Morris <rgm@gnu.org>
2386
2387 * printing.el (pr-menu-bar): Define when compiling.
2388
2389 2013-05-21 Leo Liu <sdl.web@gmail.com>
2390
2391 * progmodes/octave.el (octave-auto-fill): Remove.
2392 (octave-indent-new-comment-line): Improve.
2393 (octave-mode): Use auto fill mode through
2394 comment-line-break-function and fill-nobreak-predicate.
2395 (octave-goto-function-definition): Support DEFUN_DLD.
2396 (octave-beginning-of-defun): Small tweak.
2397 (octave-help): Show parent directory.
2398
2399 2013-05-21 Glenn Morris <rgm@gnu.org>
2400
2401 * files.el (dired-unmark):
2402 * progmodes/gud.el (gdb-input): Update declarations.
2403
2404 * calculator.el (electric, ehelp): No need to load when compiling.
2405 (Electric-command-loop, electric-describe-mode): Declare.
2406
2407 * doc-view.el (doc-view-current-converter-processes): Move before use.
2408
2409 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2410 Move MODE-set-explicitly definition before use.
2411
2412 * international/mule-diag.el (mule-diag):
2413 Don't use obsolete window-system-version.
2414
2415 * mail/feedmail.el (smtpmail): No need to load when compiling.
2416 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
2417
2418 * mail/mail-utils.el (rfc822): No need to load when compiling.
2419 (rfc822-addresses): Autoload it.
2420 (mail-strip-quoted-names): Trivial simplification.
2421
2422 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
2423 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
2424
2425 * net/snmp-mode.el (tempo): Don't duplicate requires.
2426
2427 * progmodes/prolog.el (info): No need to load when compiling.
2428 (comint): Require before shell requires it.
2429 (Info-goto-node): Autoload it.
2430 (Info-follow-nearest-node): Declare.
2431 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
2432
2433 * textmodes/artist.el (picture-mode-exit): Declare.
2434
2435 * textmodes/reftex-parse.el (reftex-parse-from-file):
2436 Trivial rewrite so the compiler can parse it better.
2437
2438 2013-05-20 Leo Liu <sdl.web@gmail.com>
2439
2440 * progmodes/octave.el (octave-help-mode-map)
2441 (octave-help-mode-finish-hook): New variables.
2442 (octave-help-mode, octave-help-mode-finish): New functions.
2443 (octave-help): Use octave-help-mode.
2444
2445 2013-05-20 Glenn Morris <rgm@gnu.org>
2446
2447 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
2448
2449 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
2450
2451 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
2452 start at point, so that expansion starting right after opening
2453 slash in a regexp is recognized.
2454 (ruby-syntax-before-regexp-re): New defvar, extracted from
2455 ruby-syntax-propertize-function. Since the value of this regexp
2456 is looked up at runtime now, we should be able to turn
2457 `ruby-syntax-methods-before-regexp' into a defcustom later.
2458 (ruby-syntax-propertize-function): Split regexp matching into two
2459 parts, for opening and closing slashes. That allows us to skip
2460 over string interpolations and support multiline regexps.
2461 Don't call `ruby-syntax-propertize-expansions', instead use another rule
2462 for them, which calls `ruby-syntax-propertize-expansion'.
2463 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
2464 call to `ruby-syntax-propertize-function'.
2465 (ruby-syntax-propertize-expansion): Extracted from
2466 `ruby-syntax-propertize-expansions'. Handles one expansion.
2467 (ruby-syntax-propertize-percent-literal): Leave point right after
2468 the percent symbol, so that the expression expansion rule can
2469 propertize the contents.
2470 (ruby-syntax-propertize-heredoc): Leave point at bol following the
2471 heredoc openers.
2472 (ruby-syntax-propertize-expansions): Remove.
2473
2474 2013-05-18 Juri Linkov <juri@jurta.org>
2475
2476 * man.el (Man-default-man-entry): Remove `-' from the end
2477 of the default value. (Bug#14400)
2478
2479 2013-05-18 Glenn Morris <rgm@gnu.org>
2480
2481 * comint.el (comint-password-prompt-regexp):
2482 Allow "password for XXX" where XXX contains colons (eg https://...).
2483
2484 2013-05-18 Leo Liu <sdl.web@gmail.com>
2485
2486 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
2487 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
2488 (octave-source-directories): Don't check process.
2489 (octave-source-directories, octave-find-definition): Doc fix.
2490
2491 2013-05-18 Glenn Morris <rgm@gnu.org>
2492
2493 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
2494 Remove backspace/delete bindings. (Bug#14392)
2495
2496 * cus-dep.el (custom-make-dependencies): Sort the output.
2497 (custom-versions-load-alist): Convert comment to doc.
2498
2499 2013-05-17 Leo Liu <sdl.web@gmail.com>
2500
2501 * newcomment.el (comment-search-backward): Stricter in finding
2502 comment start. (Bug#14303)
2503
2504 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
2505 (octave-comment-start-skip): Properly anchored.
2506
2507 2013-05-17 Leo Liu <sdl.web@gmail.com>
2508
2509 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
2510 Clean up when turned off. (Bug#14395)
2511 (smie--highlight-matching-block-overlay): No longer buffer-local.
2512 (smie-highlight-matching-block): Adjust.
2513
2514 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
2515
2516 Doc string fix for "nanoseconds" (Bug#14406).
2517 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
2518 Fix doc string typo that had "nanoseconds" instead of "microseconds".
2519
2520 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
2521
2522 * calc/calc-units.el (math-extract-units): Preserve powers
2523 of units.
2524
2525 2013-05-17 Leo Liu <sdl.web@gmail.com>
2526
2527 * subr.el (delete-consecutive-dups): New function.
2528 * ido.el (ido-set-matches-1): Use it.
2529 * progmodes/octave.el (inferior-octave-completion-table): Use it.
2530 * ido.el (ido-remove-consecutive-dups): Remove.
2531
2532 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2533
2534 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
2535 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
2536 regexp-opt's `words'.
2537
2538 2013-05-16 Leo Liu <sdl.web@gmail.com>
2539
2540 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
2541 (smie--highlight-matching-block-overlay)
2542 (smie--highlight-matching-block-lastpos)
2543 (smie--highlight-matching-block-timer): New variables.
2544 (smie-highlight-matching-block): New function.
2545 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
2546 (smie-setup): Conditionally enable smie-blink-matching-open.
2547
2548 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
2549
2550 Sync with upstream verilog-mode r840.
2551 * progmodes/verilog-mode.el (verilog-mode-version)
2552 (verilog-mode-release-date): Update.
2553 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
2554 (verilog-sig-tieoff): Fix string error on
2555 AUTORESET with colon define, bug594. Reported by Andrew Hou.
2556 (verilog-read-decls): Fix parameters confusing
2557 AUTOINST interfaces, bug565. Reported by Leith Johnson.
2558
2559 2013-05-16 Eli Zaretskii <eliz@gnu.org>
2560
2561 * subr.el (reveal-filename): New function.
2562
2563 * loadup.el: Compute Emacs executable versions on MS-Windows,
2564 where executables have the .exe extension. Add a hard link
2565 emacs-XX.YY.ZZ.exe on MS-Windows.
2566
2567 * Makefile.in (XARGS_LIMIT): New variable.
2568 (custom-deps, finder-data, autoloads)
2569 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
2570 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
2571 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
2572 (compile-main): Limit xargs according to $(XARGS_LIMIT).
2573
2574 2013-05-16 Leo Liu <sdl.web@gmail.com>
2575
2576 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
2577 (octave-mode-menu, octave-mode-map): Remove its uses.
2578
2579 2013-05-16 Reto Zimmermann <reto@gnu.org>
2580
2581 Sync with upstream vhdl mode v3.34.2.
2582 * progmodes/vhdl-mode.el: Use `push' throughout.
2583 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
2584 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
2585 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
2586 (vhdl-actual-generic-name): New option to derive actual generic name.
2587 (vhdl-port-paste-signals): Replace formal by actual generics.
2588 (vhdl-beautify): New name for old group vhdl-align. Update users.
2589 (vhdl-beautify-options): New option.
2590 (vhdl-last-input-event): New compat alias. Use throughout.
2591 (vhdl-goto-line): Replace user level function `goto-line'.
2592 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
2593 vhdl-fix-statement-buffer.
2594 (vhdl-create-mode-menu): Add some entries.
2595 (vhdl-align-region-groups): Respect vhdl-beautify-options.
2596 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
2597 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
2598 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
2599 to force statements on one line.
2600 (vhdl-remove-trailing-spaces-region):
2601 New, split from vhdl-remove-trailing-spaces.
2602 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
2603 Respect vhdl-beautify-options.
2604 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
2605 (vhdl-update-sensitivity-list): Not add with index if exists without.
2606 Not include array index with signal. Ignore keywords in comments.
2607 (vhdl-get-visible-signals): Regexp tweaks.
2608 (vhdl-template-component-inst): Handle empty library.
2609 (vhdl-template-type): Add template for 'enum' type.
2610 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
2611 Use vhdl-replace-string.
2612 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
2613 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
2614 (vhdl-speedbar-initialize): Update for above name change.
2615 (vhdl-compose-wire-components): Fix in handling of constants.
2616 (vhdl-error-regexp-emacs-alist): New variable.
2617 (vhdl-error-regexp-add-emacs): New function;
2618 adds support for new compile.el (Emacs 22+)
2619 (vhdl-generate-makefile-1): Change target order for single lib. units.
2620 Allow use of absolute file names.
2621
2622 2013-05-16 Leo Liu <sdl.web@gmail.com>
2623
2624 * simple.el (prog-indent-sexp): Indent enclosing defun.
2625
2626 2013-05-15 Glenn Morris <rgm@gnu.org>
2627
2628 * cus-start.el (show-trailing-whitespace): Move to editing basics.
2629 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
2630 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
2631 (whitespace-highlight): Move to whitespace group.
2632
2633 * comint.el (comint-source):
2634 * pcmpl-linux.el (pcmpl-linux):
2635 * shell.el (shell-faces):
2636 * eshell/esh-opt.el (eshell-opt):
2637 * international/ccl.el (ccl): Remove empty custom groups.
2638
2639 * completion.el (dynamic-completion-mode):
2640 * jit-lock.el (jit-lock-debug-mode):
2641 * minibuffer.el (completion-in-region-mode):
2642 * type-break.el (type-break-mode-line-message-mode)
2643 (type-break-query-mode):
2644 * emulation/tpu-edt.el (tpu-edt-mode):
2645 * progmodes/subword.el (global-subword-mode, global-superword-mode):
2646 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
2647 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
2648
2649 * term/xterm.el (xterm): Change parent group to terminals.
2650
2651 * master.el (master): Remove empty custom group.
2652 (master-mode): Remove unused :group argument.
2653 * textmodes/refill.el (refill): Remove empty custom group.
2654 (refill-mode): Remove unused :group argument.
2655
2656 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
2657
2658 * cus-dep.el: Provide a feature.
2659 (custom-make-dependencies): Ignore dotfiles (dir-locals).
2660 Don't mistakenly ignore files whose basenames match a basename
2661 from preloaded-file-list (eg cedet/ede/simple.el).
2662 Add a fallback method for getting :group.
2663
2664 2013-05-15 Juri Linkov <juri@jurta.org>
2665
2666 * isearch.el (isearch-char-by-name): Rename from
2667 `isearch-insert-char-by-name'. Doc fix.
2668 (isearch-forward): Mention `isearch-char-by-name' in
2669 the docstring. (Bug#13348)
2670
2671 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
2672 `exit-minibuffer' instead of
2673 `isearch-nonincremental-exit-minibuffer'.
2674 (isearch-edit-string): Remove mention of
2675 `isearch-nonincremental-exit-minibuffer' from docstring.
2676 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
2677 (isearch-forward-exit-minibuffer)
2678 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
2679
2680 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2681
2682 * loadup.el: Just use unversioned DOC.
2683
2684 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
2685 literals as extending to EOB.
2686 (nxml-last-fontify-end): Remove unused variable.
2687 (nxml-after-change1): Use with-silent-modifications.
2688 (nxml-extend-after-change-region): Simplify.
2689 (nxml-extend-after-change-region1): Remove function.
2690 (nxml-after-change1): Don't adjust for dependent regions.
2691 (nxml-fontify-matcher): Simplify.
2692 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
2693 (xmltok-add-dependent): Remove function.
2694 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
2695 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
2696 (xmltok-scan-prolog-after-processing-instruction-open): Treat
2697 unclosed <[[, <?, comment, and other literals as extending to EOB.
2698 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
2699 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
2700 Remove functions.
2701 (rng-do-some-validation-1): Don't mark dependent regions.
2702 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
2703 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
2704 (nxml-clear-dependent-regions): Remove functions.
2705 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
2706 (nxml-ensure-scan-up-to-date):
2707 Don't clear&mark dependent regions.
2708
2709 2013-05-15 Leo Liu <sdl.web@gmail.com>
2710
2711 * progmodes/octave.el (octave-goto-function-definition):
2712 Improve and fix callers.
2713
2714 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2715
2716 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
2717 the setter (bug#14387).
2718
2719 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
2720 surrounding group (bug#14402).
2721
2722 2013-05-14 Juri Linkov <juri@jurta.org>
2723
2724 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
2725 (Bug#14390)
2726
2727 2013-05-14 Glenn Morris <rgm@gnu.org>
2728
2729 * progmodes/f90.el (f90-imenu-generic-expression):
2730 Fix typo in 2013-05-08 change. (Bug#14402)
2731
2732 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
2733
2734 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
2735 Remove signals for which replies are never received.
2736
2737 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
2738
2739 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
2740 (gdb-handler-alist, gdb-handler-number): Remove variables.
2741 (gdb-handler-list): New variable.
2742 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
2743 (gdb-pending-handler-p, gdb-handle-reply)
2744 (gdb-remove-all-pending-triggers): New functions.
2745 (gdb-discard-unordered-replies): New defcustom.
2746 (gdb-handler): New defstruct.
2747 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
2748 instead of gdb-pending-triggers. Update docstring.
2749 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
2750 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
2751 (gdb-var-update-handler, def-gdb-auto-update-trigger)
2752 (def-gdb-auto-update-handler, gdb-get-changed-registers)
2753 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
2754 (gdb-frame-handler): Pending triggers are now automatically managed.
2755 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
2756 Remove argument.
2757 (gdb-input): Automatically handles pending triggers. Update docstring.
2758 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
2759 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
2760 Update comments.
2761 (gdb-done-or-error): Now use gdb-handle-reply.
2762
2763 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
2764
2765 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
2766 gdb-debug-log.
2767
2768 2013-05-14 Glenn Morris <rgm@gnu.org>
2769
2770 * subr.el (user-emacs-directory-warning): New option.
2771 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
2772
2773 2013-05-14 Leo Liu <sdl.web@gmail.com>
2774
2775 * progmodes/octave.el (octave-font-lock-keywords): Fix error
2776 during redisplay.
2777 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
2778 (octave-font-lock-texinfo-comment): Fix invalid search bound
2779 error: wrong side of point.
2780
2781 2013-05-14 Glenn Morris <rgm@gnu.org>
2782
2783 * progmodes/flymake.el (flymake-xml-program): New option.
2784 (flymake-xml-init): Use it.
2785
2786 * term/xterm.el: Provide a feature.
2787
2788 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
2789
2790 2013-05-13 Glenn Morris <rgm@gnu.org>
2791
2792 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
2793 Add compat aliases as a hack workaround. (Bug#14384)
2794
2795 2013-05-13 Leo Liu <sdl.web@gmail.com>
2796
2797 * progmodes/octave.el (octave-indent-comment): Fix indentation for
2798 ###, and %!.
2799 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
2800 C-M-q.
2801 (octave-comment-start-skip): Include %!.
2802 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
2803
2804 2013-05-12 Leo Liu <sdl.web@gmail.com>
2805
2806 * progmodes/octave.el (inferior-octave-startup): Store the value
2807 of __octave_srcdir__ for octave-source-directories.
2808 (inferior-octave-check-process): New function refactored out of
2809 inferior-octave-send-list-and-digest.
2810 (octave-source-directories)
2811 (octave-find-definition-filename-function): New variables.
2812 (octave-source-directories)
2813 (octave-find-definition-default-filename): New functions.
2814 (octave-find-definition): Improve to find functions implemented in C++.
2815
2816 2013-05-12 Glenn Morris <rgm@gnu.org>
2817
2818 * calendar/diary-lib.el (diary-outlook-format-1):
2819 Don't include dayname in the output. (Bug#14349)
2820
2821 2013-05-11 Glenn Morris <rgm@gnu.org>
2822
2823 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
2824
2825 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
2826 Treat cc-provide like provide.
2827
2828 2013-05-11 Kevin Ryde <user42@zip.com.au>
2829
2830 * cus-dep.el (custom-make-dependencies):
2831 Use generated-autoload-load-name for the sake of files such
2832 such cedet/semantic/bovine/c.el, where the base file name
2833 is not in load-path. (Bug#5277)
2834
2835 2013-05-11 Glenn Morris <rgm@gnu.org>
2836
2837 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
2838 Provide features.
2839
2840 2013-05-11 Leo Liu <sdl.web@gmail.com>
2841
2842 * progmodes/octave.el (octave-indent-comment): Improve.
2843 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
2844 (octave-eldoc-function-signatures, octave-eldoc-function):
2845 New functions.
2846 (octave-mode, inferior-octave-mode): Add eldoc support.
2847
2848 2013-05-11 Richard Stallman <rms@gnu.org>
2849
2850 * epa.el (epa-decrypt-file): Take output file name as argument
2851 and read it using `interactive'.
2852
2853 2013-05-11 Leo Liu <sdl.web@gmail.com>
2854
2855 * progmodes/octave.el (octave-beginning-of-line)
2856 (octave-end-of-line): Check before using up-list because it jumps
2857 out of more syntactic contructs since moving to smie.
2858 (octave-indent-comment): New function.
2859 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
2860 (octave-begin-keywords, octave-end-keywords)
2861 (octave-reserved-words, octave-smie-bnf-table)
2862 (octave-smie-rules): Add new keywords from Octave 3.6.4.
2863
2864 2013-05-11 Glenn Morris <rgm@gnu.org>
2865
2866 * faces.el (internal-face-x-get-resource):
2867 * frame.el (ns-display-monitor-attributes-list):
2868 * calc/calc-aent.el (math-to-radians-2): Fix declarations.
2869
2870 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
2871
2872 * calc/calc-menu.el: Make it loadable in isolation.
2873
2874 * net/eudcb-bbdb.el: Make it loadable without bbdb.
2875 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
2876 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
2877 (eudc-bbdb-query-internal): Require 'bbdb.
2878
2879 * lpr.el (lpr-headers-switches):
2880 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
2881
2882 * progmodes/sql.el (sql-login-params): Fix and improve :type.
2883
2884 * emulation/edt-mapper.el: In batch mode, error rather than hang.
2885
2886 * term.el (term-set-escape-char): Make it idempotent.
2887
2888 2013-05-10 Leo Liu <sdl.web@gmail.com>
2889
2890 * progmodes/octave.el (inferior-octave-completion-table):
2891 No longer a function and all uses changed. Use cache to speed up
2892 completion due to bug#11906.
2893 (octave-beginning-of-defun): Re-write to be more general.
2894
2895 2013-05-10 Glenn Morris <rgm@gnu.org>
2896
2897 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
2898
2899 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
2900
2901 * comint.el (comint-redirect-send-command-to-process): Use :around
2902 rather than :override for comint-redirect-filter.
2903 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
2904 Call it instead of comint-redirect-original-filter-function (which
2905 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
2906
2907 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
2908
2909 * frame.el (display-monitor-attributes-list): Add NS case.
2910 (ns-display-monitor-attributes-list): Declare.
2911
2912 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
2913
2914 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
2915
2916 2013-05-09 Glenn Morris <rgm@gnu.org>
2917
2918 * international/fontset.el (vertical-centering-font-regexp):
2919 Set standard-value.
2920
2921 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
2922
2923 * bookmark.el (bookmark-search-delay):
2924 * cus-start.el (vertical-centering-font-regexp):
2925 * ps-mule.el (ps-mule-font-info-database-default):
2926 * ps-print.el (ps-default-fg, ps-default-bg):
2927 * type-break.el (type-break-good-break-interval):
2928 * whitespace.el (whitespace-indentation-regexp)
2929 (whitespace-space-after-tab-regexp):
2930 * emacs-lisp/testcover.el (testcover-1value-functions)
2931 (testcover-noreturn-functions, testcover-progn-functions)
2932 (testcover-prog1-functions):
2933 * emulation/viper-init.el (viper-emacs-state-cursor-color):
2934 * eshell/em-glob.el (eshell-glob-translate-alist):
2935 * play/tetris.el (tetris-tty-colors):
2936 * progmodes/cpp.el (cpp-face-default-list):
2937 * progmodes/flymake.el (flymake-allowed-file-name-masks):
2938 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
2939 (idlwave-help-browser-generic-args):
2940 * progmodes/make-mode.el (makefile-special-targets-list):
2941 * progmodes/python.el (python-shell-virtualenv-path):
2942 * progmodes/verilog-mode.el (verilog-active-low-regexp)
2943 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
2944 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
2945 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
2946 * textmodes/reftex-vars.el (reftex-format-label-function):
2947 * textmodes/remember.el (remember-diary-file): Fix custom types.
2948
2949 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
2950 Add :version.
2951
2952 2013-05-09 Leo Liu <sdl.web@gmail.com>
2953
2954 * progmodes/octave.el (inferior-octave-completion-at-point):
2955 Restore file completion. (Bug#14300)
2956 (inferior-octave-startup): Fix incorrect highlighting for the
2957 first prompt.
2958
2959 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2960
2961 * progmodes/ruby-mode.el: First cut at SMIE support.
2962 (ruby-use-smie): New var.
2963 (ruby-smie-grammar): New constant.
2964 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
2965 (ruby-smie--forward-token, ruby-smie--backward-token)
2966 (ruby-smie-rules): New functions.
2967 (ruby-mode-variables): Setup SMIE if applicable.
2968
2969 2013-05-08 Eli Zaretskii <eliz@gnu.org>
2970
2971 * simple.el (line-move-visual): Signal beginning/end of buffer
2972 only if vertical-motion moved less than it was requested. Avoids
2973 silly incorrect error messages when there are display strings with
2974 multiple newlines at EOL.
2975
2976 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2977
2978 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
2979 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
2980 (prolog-char-quote-workaround):
2981 * progmodes/cperl-mode.el (cperl-under-as-char):
2982 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
2983 Mark as obsolete.
2984 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
2985 their declaration.
2986 (vhdl-mode-syntax-table-init): Remove.
2987
2988 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
2989 last change.
2990
2991 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
2992 syntax for "_".
2993 (ld-script-font-lock-keywords):
2994 Change regexps to use things like \_< and \_>.
2995
2996 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
2997 Change all regexps to use things like \_< and \_>.
2998
2999 * progmodes/autoconf.el (autoconf-definition-regexp)
3000 (autoconf-font-lock-keywords, autoconf-current-defun-function):
3001 Handle a _ with symbol syntax.
3002 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
3003
3004 * progmodes/ada-mode.el (ada-mode-abbrev-table):
3005 Consolidate declaration.
3006 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
3007 the declaration.
3008 (ada-create-syntax-table): Remove.
3009 (ada-capitalize-word): Don't mess with the syntax of "_" since it
3010 already has the right syntax nowadays.
3011 (ada-goto-next-word): Don't change the syntax of "_".
3012
3013 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
3014 with-wrapper-hook.
3015
3016 2013-05-08 Sam Steingold <sds@gnu.org>
3017
3018 * thingatpt.el (thing-at-point): Accept optional second argument
3019 NO-PROPERTIES to strip the text properties from the return value.
3020 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
3021 to `thing-at-point' instead of stripping the properties ourselves.
3022 Also, when `thing-at-point' fails to find a url, prepend "http://"
3023 to the filename at point on the assumption that the user is
3024 pointing at something like gnu.org/gnu.
3025
3026 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
3027
3028 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
3029 * faces.el (crm-separator):
3030 Silence byte-compiler.
3031
3032 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
3033 (tool-bar-map): Remove unneeded defvars.
3034
3035 2013-05-08 Leo Liu <sdl.web@gmail.com>
3036
3037 Re-work a fix for bug#10994 based on Le Wang's patch.
3038 * ido.el (ido-remove-consecutive-dups): New helper.
3039 (ido-completing-read): Use it.
3040 (ido-chop): Revert fix for bug#10994.
3041
3042 2013-05-08 Adam Spiers <emacs@adamspiers.org>
3043
3044 * cus-edit.el (custom-save-variables):
3045 Pretty-print long values. (Bug#14187)
3046
3047 2013-05-08 Glenn Morris <rgm@gnu.org>
3048
3049 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
3050 (m4-mode-syntax-table): Init in the defvar.
3051 (m4-mode-abbrev-table): Let define-derived-mode define it.
3052
3053 2013-05-08 Tom Tromey <tromey@redhat.com>
3054
3055 * progmodes/m4-mode.el (m4-mode-syntax-table):
3056 Do not treat "_" as word constituent. (Bug#14167)
3057
3058 2013-05-07 Glenn Morris <rgm@gnu.org>
3059
3060 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
3061 Remove explicit eshell-isearch-cancel-map.
3062
3063 * progmodes/f90.el (f90-smart-end-names): New option.
3064 (f90-smart-end): Doc fix.
3065 (f90-end-block-optional-name): New constant.
3066 (f90-block-match): Respect f90-smart-end-names.
3067
3068 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3069
3070 * progmodes/octave.el (octave-smie-forward-token): Be more careful
3071 about implicit semi-colons (bug#14218).
3072
3073 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3074
3075 * frame.el (display-monitor-attributes-list)
3076 (frame-monitor-attributes): New functions.
3077
3078 2013-05-06 Leo Liu <sdl.web@gmail.com>
3079
3080 * progmodes/octave.el (octave-syntax-propertize-function): Change
3081 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
3082 (octave-font-lock-keywords): Use octave-operator-regexp.
3083 (octave-completion-at-point): Rename from
3084 octave-completion-at-point-function.
3085 (inferior-octave-directory-tracker): Robustify.
3086 (octave-text-functions): Remove and fix its uses. No such things
3087 any more.
3088
3089 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3090
3091 * emacs-lisp/trace.el (trace--display-buffer): New function.
3092 (trace-make-advice): Use it.
3093
3094 2013-05-06 Juri Linkov <juri@jurta.org>
3095
3096 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
3097 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
3098 Doc fix.
3099 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
3100 in the help string. (Bug#12985)
3101
3102 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3103
3104 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
3105
3106 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3107
3108 * progmodes/perl-mode.el: Add support for here documents.
3109 (perl-syntax-propertize-function): Match here-doc markers.
3110 (perl-syntax-propertize-special-constructs): Find their end.
3111 (perl-imenu-generic-expression): Use [:alnum:].
3112
3113 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
3114 (advice--add-function): Refresh the advice if already present
3115 (bug#14317).
3116
3117 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
3118
3119 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
3120
3121 2013-05-06 Glenn Morris <rgm@gnu.org>
3122
3123 * w32-fns.el (w32-charset-info-alist): Declare.
3124
3125 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
3126 of its defcustom properties.
3127 (eshell-cmpl-initialize): No need to load pcomplete.
3128
3129 * generic-x.el: No need to require comint when compiling.
3130
3131 * net/eudc-export.el: Make it loadable without bbdb.
3132 (top-level): Use require rather than load-library.
3133 (eudc-create-bbdb-record, eudc-bbdbify-phone)
3134 (eudc-batch-export-records-to-bbdb)
3135 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
3136 Require bbdb.
3137
3138 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3139
3140 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
3141 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
3142 some tweaks, instead.
3143
3144 2013-05-05 Leo Liu <sdl.web@gmail.com>
3145
3146 * progmodes/octave.el (octave-font-lock-keywords)
3147 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
3148 (inferior-octave-send-list-and-digest): Improve error message.
3149 (octave-mode, inferior-octave-mode): Use setq-local.
3150 (octave-help): Set info-lookup-mode.
3151
3152 2013-05-05 Richard Stallman <rms@gnu.org>
3153
3154 * vc/compare-w.el (compare-windows-whitespace):
3155 Treat no-break space as whitespace.
3156
3157 * mail/rmailsum.el (rmail-summary-rmail-update):
3158 Detect empty summary and don't change selected message.
3159 (rmail-summary-goto-msg): Likewise.
3160
3161 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
3162 Doc fixes, rename args.
3163
3164 2013-05-05 Alan Mackenzie <acm@muc.de>
3165
3166 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
3167
3168 2013-05-05 Juri Linkov <juri@jurta.org>
3169
3170 * info.el (Info-read-subfile): Use (point-min) instead of (point)
3171 to not add the length of the summary segment to the return value.
3172 (Bug#14125)
3173
3174 2013-05-05 Leo Liu <sdl.web@gmail.com>
3175
3176 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
3177 (inferior-octave-output-filter): Remove.
3178 (octave-send-region, inferior-octave-startup): Fix callers.
3179 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
3180 (octave-binary-file-extensions): New user variable.
3181 (octave-find-definition): Confirm if opening binary files.
3182 (octave-help-file): Use octave-find-definition to get the binary
3183 confirmation.
3184 (octave-help): Adjust for octave-help-file change.
3185
3186 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3187
3188 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
3189 Merge the two entries that handle function definitions.
3190 (pascal--syntax-propertize): New const.
3191 (pascal-mode): Use it. Use setq-local.
3192
3193 2013-05-04 Glenn Morris <rgm@gnu.org>
3194
3195 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
3196 (diary-from-outlook): Respect diary-from-outlook-function.
3197
3198 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3199
3200 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
3201 Move the declaration from C.
3202 (read-minibuffer, eval-minibuffer): Move from C.
3203 (completion-setup-function): Avoid minibuffer-completion-contents.
3204
3205 2013-05-03 Leo Liu <sdl.web@gmail.com>
3206
3207 * progmodes/octave.el (octave-font-lock-keywords): Do not
3208 dehighlight 'end' in comments or strings.
3209 (octave-completing-read, octave-goto-function-definition):
3210 New helpers.
3211 (octave-help-buffer): New user variable.
3212 (octave-help-file, octave-help-function): New button types.
3213 (octave-help): New command and bind it to C-h ;.
3214 (octave-find-definition): New command and bind it to M-.
3215 (user-error): Alias to error if not defined.
3216
3217 2013-05-02 Leo Liu <sdl.web@gmail.com>
3218
3219 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
3220 for \. (bug#14332)
3221 (octave-font-lock-keywords): Include [ and {.
3222
3223 2013-05-02 Leo Liu <sdl.web@gmail.com>
3224
3225 * progmodes/octave.el (inferior-octave-startup-file): Change default.
3226 (inferior-octave): Remove calling comint-mode and return the buffer.
3227 (inferior-octave-startup): Cosmetic changes.
3228
3229 2013-05-02 Leo Liu <sdl.web@gmail.com>
3230
3231 * progmodes/octave.el (octave-syntax-propertize-function):
3232 Include the case when ' is at line beginning. (Bug#14336)
3233
3234 2013-05-02 Glenn Morris <rgm@gnu.org>
3235
3236 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
3237 * desktop.el (vc-dir-mode): Just autoload it here.
3238
3239 2013-05-02 Alan Mackenzie <acm@muc.de>
3240
3241 Eliminate variable c-standard-font-lock-fontify-region-function.
3242 * progmodes/cc-mode.el
3243 (c-standard-font-lock-fontify-region-function): Remove.
3244 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
3245
3246 2013-05-01 Leo Liu <sdl.web@gmail.com>
3247
3248 * progmodes/octave.el: Compatible with older emacs-24 releases.
3249 (inferior-octave-has-built-in-variables): Remove. Built-in
3250 variables were removed from Octave in 2007.
3251 (inferior-octave-startup): Fix uses.
3252 (comint-line-beginning-position): Remove compatibility code for
3253 emacs 21.
3254
3255 2013-05-01 Juri Linkov <juri@jurta.org>
3256
3257 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
3258
3259 2013-05-01 Juri Linkov <juri@jurta.org>
3260
3261 * comint.el (comint-previous-matching-input): Don't print message
3262 "History item: %d" when `isearch-mode' is active.
3263 (comint-history-isearch-message): Print message "History item: %d"
3264 when `comint-input-ring-index' is not empty and this function is
3265 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
3266
3267 2013-05-01 Leo Liu <sdl.web@gmail.com>
3268
3269 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
3270 definitions. Use completion-at-point to insert keywords.
3271 (octave-abbrev-start): Remove.
3272 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
3273
3274 2013-04-30 Leo Liu <sdl.web@gmail.com>
3275
3276 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
3277 change.
3278
3279 2013-04-30 Alan Mackenzie <acm@muc.de>
3280
3281 Handle arbitrarily long C++ member initialisation lists.
3282 * progmodes/cc-engine.el (c-back-over-member-initializers):
3283 new function.
3284 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
3285 (most) member init lists.
3286
3287 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3288
3289 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
3290 variable.
3291
3292 2013-04-30 Leo Liu <sdl.web@gmail.com>
3293
3294 * progmodes/octave.el (octave-variables): Remove. No builtin
3295 variables any more. All converted to functions.
3296 (octave-font-lock-keywords, octave-completion-at-point-function):
3297 Fix uses.
3298 (octave-font-lock-texinfo-comment): New user variable.
3299 (octave-texinfo-font-lock-keywords): New variable for texinfo
3300 comment block.
3301 (octave-function-comment-block): New face.
3302 (octave-font-lock-texinfo-comment): New function.
3303 (octave-mode): Font lock texinfo comment block.
3304
3305 2013-04-29 Leo Liu <sdl.web@gmail.com>
3306
3307 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
3308 indexing expression.
3309 (octave-continuation-string): Do not use \.
3310 (inferior-octave-complete-impossible): Remove.
3311 (inferior-octave-completion-table)
3312 (inferior-octave-completion-at-point): Remove its uses.
3313 (inferior-octave-startup): completion_matches was introduced to
3314 Octave in 1996 so safe to assume it.
3315 (octave-function-file-comment): Improve to follow how Octave does it.
3316 (octave-update-function-file-comment): Tweak.
3317
3318 2013-04-29 Leo Liu <sdl.web@gmail.com>
3319
3320 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
3321 (inferior-octave-startup): Remove inferior-octave-startup-hook.
3322 (octave-function-file-comment): Fix typo.
3323 (octave-sync-function-file-names): Use read-char-choice.
3324
3325 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
3326
3327 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
3328 to t for the less important warnings.
3329
3330 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
3331
3332 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
3333
3334 2013-04-27 Glenn Morris <rgm@gnu.org>
3335
3336 * vc/log-view.el (log-view-current-entry):
3337 Treat "---" separator lines as part of the following rev. (Bug#14169)
3338
3339 2013-04-27 Juri Linkov <juri@jurta.org>
3340
3341 * subr.el (read-number): Doc fix about using it by interactive
3342 code letter `n'. (Bug#14254)
3343
3344 2013-04-27 Juri Linkov <juri@jurta.org>
3345
3346 * desktop.el (desktop-auto-save-timeout): New option.
3347 (desktop-file-checksum): New variable.
3348 (desktop-save): Add optional arg `auto-save' and don't auto-save
3349 if nothing changed.
3350 (desktop-auto-save-timer): New variable.
3351 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
3352 (after-init-hook): Call `desktop-auto-save-set-timer'.
3353 Suggested by Reuben Thomas <rrt@sc3d.org> in
3354 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
3355
3356 2013-04-27 Leo Liu <sdl.web@gmail.com>
3357
3358 * progmodes/octave.el (octave-function-file-p)
3359 (octave-skip-comment-forward, octave-function-file-comment)
3360 (octave-update-function-file-comment): New functions.
3361 (octave-mode-map): Bind C-c ; to
3362 octave-update-function-file-comment.
3363 (octave-mode-menu): Add octave-update-function-file-comment.
3364 (octave-mode, inferior-octave-mode): Fix doc-string.
3365 (octave-insert-defun): Conform to Octave's coding convention.
3366 (Bug#14285)
3367
3368 * files.el (basic-save-buffer): Don't let errors in
3369 before-save-hook prevent saving buffer.
3370
3371 2013-04-20 Roland Winkler <winkler@gnu.org>
3372
3373 * faces.el (read-face-name): Use completing-read if arg multiple
3374 is nil.
3375
3376 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
3377
3378 * ls-lisp.el (ls-lisp-insert-directory): If no files are
3379 displayed, move point to after the totals line.
3380 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
3381 for the details.
3382
3383 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3384
3385 * emacs-lisp/package.el (package-autoload-ensure-default-file):
3386 Add current dir to the load-path.
3387 (package-generate-autoloads): Don't rely on
3388 autoload-ensure-default-file.
3389
3390 2013-04-26 Reuben Thomas <rrt@sc3d.org>
3391
3392 * textmodes/remember.el (remember-store-in-files): Document that
3393 the file name format is passed to `format-time-string'.
3394
3395 2013-04-26 Leo Liu <sdl.web@gmail.com>
3396
3397 * progmodes/octave.el (octave-sync-function-file-names): New function.
3398 (octave-mode): Use it in before-save-hook.
3399
3400 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3401
3402 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
3403 (bug#14274).
3404
3405 * progmodes/octave.el (octave-smie-forward-token): Properly skip
3406 \n and comment, even if it's not an implicit ; (bug#14218).
3407
3408 2013-04-26 Glenn Morris <rgm@gnu.org>
3409
3410 * subr.el (read-number): Once more use `read' rather than
3411 `string-to-number', to trap non-numeric input. (Bug#14254)
3412
3413 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
3414
3415 * emacs-lisp/syntax.el (syntax-propertize-multiline):
3416 Use `syntax-multiline' text property consistently instead of
3417 `font-lock-multiline'. (Bug#14237)
3418
3419 2013-04-26 Glenn Morris <rgm@gnu.org>
3420
3421 * emacs-lisp/shadow.el (list-load-path-shadows):
3422 No longer necessary to check for duplicate simple.el, since
3423 2012-07-07 change to init_lread to not include installation lisp
3424 directories in load-path when running uninstalled. (Bug#14270)
3425
3426 2013-04-26 Leo Liu <sdl.web@gmail.com>
3427
3428 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
3429 (octave-mode, inferior-octave-mode): Use setq-local.
3430 (octave-not-in-string-or-comment-p): Rename to
3431 octave-in-string-or-comment-p.
3432 (octave-in-comment-p, octave-in-string-p)
3433 (octave-in-string-or-comment-p): Replace defsubst with defun.
3434
3435 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
3436
3437 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
3438
3439 2013-04-25 Bastien Guerry <bzg@gnu.org>
3440
3441 * textmodes/remember.el (remember-data-directory)
3442 (remember-directory-file-name-format): Fix custom types.
3443
3444 2013-04-25 Leo Liu <sdl.web@gmail.com>
3445
3446 * progmodes/octave.el (octave-completion-at-point-function):
3447 Make use of inferior octave process.
3448 (octave-initialize-completions): Remove.
3449 (inferior-octave-completion-table): New function.
3450 (inferior-octave-completion-at-point): Use it.
3451 (octave-completion-alist): Remove.
3452
3453 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
3454
3455 * progmodes/opascal.el: Use font-lock and syntax-propertize.
3456 (opascal-mode-syntax-table): New var.
3457 (opascal-literal-kind, opascal-is-literal-end)
3458 (opascal-literal-token-at): Rewrite.
3459 (opascal--literal-start-re, opascal-font-lock-keywords)
3460 (opascal--syntax-propertize): New constants.
3461 (opascal-font-lock-defaults): Adjust.
3462 (opascal-mode): Use them. Set comment-<foo> variables as well.
3463 (delphi-comment-face, opascal-comment-face, delphi-string-face)
3464 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
3465 (delphi-other-face, opascal-other-face): Remove face variables.
3466 (opascal-save-state): Remove macro.
3467 (opascal-fontifying-progress-step): Remove constant.
3468 (opascal--ignore-changes): Remove var.
3469 (opascal-set-token-property, opascal-parse-next-literal)
3470 (opascal-is-stable-literal, opascal-complete-literal)
3471 (opascal-is-literal-start, opascal-face-of)
3472 (opascal-parse-region, opascal-parse-region-until-stable)
3473 (opascal-fontify-region, opascal-after-change)
3474 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
3475 (opascal-debug-parse-region, opascal-debug-parse-window)
3476 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
3477 (opascal-debug-fontify-buffer): Remove.
3478 (opascal-debug-mode-map): Adjust accordingly.
3479
3480 2013-04-25 Leo Liu <sdl.web@gmail.com>
3481
3482 Merge octave-mod.el and octave-inf.el into octave.el with some
3483 cleanups.
3484 * progmodes/octave.el: New file renamed from octave-mod.el.
3485 * progmodes/octave-inf.el: Merged into octave.el.
3486 * progmodes/octave-mod.el: Renamed to octave.el.
3487
3488 2013-04-25 Tassilo Horn <tsdh@gnu.org>
3489
3490 * textmodes/reftex-vars.el
3491 (reftex-label-ignored-macros-and-environments): New defcustom.
3492
3493 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
3494
3495 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
3496
3497 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
3498 (smie-indent-keyword): Improve the check to ensure that the next
3499 comment is really on the same line.
3500 (smie-indent-comment): Don't align with a subsequent closer (or eob).
3501
3502 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
3503 semi-colons if the line is not otherwise empty (bug#14218).
3504
3505 2013-04-25 Glenn Morris <rgm@gnu.org>
3506
3507 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
3508
3509 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3510
3511 * progmodes/opascal.el (opascal-set-token-property): Rename from
3512 opascal-set-text-properties and only set `token' (bug#14134).
3513 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
3514 (opascal-literal-text-properties): Remove.
3515 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
3516 Adjust callers.
3517
3518 2013-04-24 Reuben Thomas <rrt@sc3d.org>
3519
3520 * textmodes/remember.el (remember-handler-functions): Add an
3521 option for a new handler `remember-store-in-files'.
3522 (remember-data-directory, remember-directory-file-name-format):
3523 New options.
3524 (remember-store-in-files): New function to store remember notes
3525 as separate files within a directory.
3526
3527 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
3528
3529 * progmodes/compile.el (compilation-next-error-function):
3530 Pass "formats" to compilation-find-file (bug#11777).
3531
3532 2013-04-24 Glenn Morris <rgm@gnu.org>
3533
3534 * vc/vc-bzr.el (vc-bzr-print-log):
3535 * vc/vc-hg.el (vc-hg-print-log):
3536 * vc/vc-svn.el (vc-svn-print-log):
3537 Fix START-REVISION with LIMIT != 1. (Bug#14168)
3538
3539 * vc/vc-bzr.el (vc-bzr-print-log):
3540 * vc/vc-cvs.el (vc-cvs-print-log):
3541 * vc/vc-git.el (vc-git-print-log):
3542 * vc/vc-hg.el (vc-hg-print-log):
3543 * vc/vc-mtn.el (vc-mtn-print-log):
3544 * vc/vc-rcs.el (vc-rcs-print-log):
3545 * vc/vc-sccs.el (vc-sccs-print-log):
3546 * vc/vc-svn.el (vc-svn-print-log):
3547 * vc/vc.el (vc-print-log-internal): Doc fixes.
3548
3549 2013-04-23 Glenn Morris <rgm@gnu.org>
3550
3551 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
3552 Remove venerable code attempting to avoid substitute-command-keys.
3553
3554 2013-04-23 Tassilo Horn <tsdh@gnu.org>
3555
3556 * textmodes/reftex-vars.el (reftex-label-regexps):
3557 Call `reftex-compile-variables' after changes to this variable.
3558
3559 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3560
3561 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
3562 Use lexical-binding.
3563 (jit-lock-force-redisplay): Use markers, check buffer's continued
3564 existence and beware narrowed buffers.
3565 (jit-lock-fontify-now): Adjust call accordingly.
3566
3567 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
3568
3569 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
3570 to avoid misleading the user.
3571
3572 2013-04-22 Leo Liu <sdl.web@gmail.com>
3573
3574 * info-look.el: Prefer latex2e.info. (Bug#14240)
3575
3576 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
3577
3578 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
3579
3580 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
3581 * net/tramp.el (tramp-call-process): ... here.
3582 (tramp-set-completion-function, tramp-parse-putty):
3583 * net/tramp-adb.el (tramp-adb-execute-adb-command):
3584 * net/tramp-gvfs.el (tramp-gvfs-send-command):
3585 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
3586 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
3587 (tramp-call-local-coding-command): Use `tramp-call-process'
3588 instead of `tramp-compat-call-process'.
3589
3590 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
3591 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
3592 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
3593 (tramp-find-inline-compress): Improve traces.
3594 (tramp-maybe-send-script): Check for Perl binary.
3595 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
3596
3597 2013-04-22 Daiki Ueno <ueno@gnu.org>
3598
3599 * epg.el (epg-context-pinentry-mode): New function.
3600 (epg-context-set-pinentry-mode): New function.
3601 (epg--start): Pass --pinentry-mode option to gpg command.
3602
3603 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
3604
3605 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
3606 `comint-dynamic-complete' is obsolete since 24.1, replaced by
3607 `completion-at-point'. (Bug#13774)
3608
3609 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
3610 default key binding for `describe-distribution' has been moved to
3611 `C-h C-o'. (Bug#13970)
3612
3613 2013-04-21 Glenn Morris <rgm@gnu.org>
3614
3615 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
3616 Add doc strings.
3617 (vc-print-log): Clarify interactive prompt.
3618
3619 2013-04-20 Glenn Morris <rgm@gnu.org>
3620
3621 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
3622 No longer include timestamp etc information.
3623
3624 2013-04-20 Roland Winkler <winkler@gnu.org>
3625
3626 * faces.el (read-face-name): Bug fix, return just one face if arg
3627 multiple is nil. (Bug#14209)
3628
3629 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3630
3631 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
3632 (remove-function): Autoload.
3633
3634 * comint.el (comint-redirect-original-filter-function): Remove.
3635 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
3636 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
3637 (vc-cvs-annotate-command):
3638 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
3639 * progmodes/prolog.el (prolog-consult-compile):
3640 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
3641 Use add/remove-function instead.
3642 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
3643 (gud-tooltip-process-output, gud-tooltip-tips):
3644 Use add/remove-function instead.
3645 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
3646 (scheme-interaction-mode, exit-scheme-interaction-mode):
3647 Use add/remove-function instead.
3648
3649 * vc/vc-dispatcher.el: Use lexical-binding.
3650 (vc--process-sentinel): Rename from vc-process-sentinel.
3651 Change last arg to be the code to run. Don't use vc-previous-sentinel
3652 and vc-sentinel-commands any more.
3653 (vc-exec-after): Allow code to be a function. Use add/remove-function.
3654 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
3655
3656 2013-04-19 Masatake YAMATO <yamato@redhat.com>
3657
3658 * progmodes/sh-script.el (sh-imenu-generic-expression):
3659 Handle function names with a single character. (Bug#14111)
3660
3661 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
3662
3663 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
3664 for subroutines defined in an eval (bug#14182).
3665
3666 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3667
3668 * bookmark.el (bookmark-completing-read): Improve handling of empty
3669 string (bug#14176).
3670
3671 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3672
3673 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
3674
3675 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
3676
3677 New faster Imenu implementation (bug#14058).
3678 * progmodes/python.el:
3679 (python-imenu-prev-index-position):
3680 (python-imenu-format-item-label-function)
3681 (python-imenu-format-parent-item-label-function)
3682 (python-imenu-format-parent-item-jump-label-function):
3683 New vars.
3684 (python-imenu-format-item-label)
3685 (python-imenu-format-parent-item-label)
3686 (python-imenu-format-parent-item-jump-label)
3687 (python-imenu--put-parent, python-imenu--build-tree)
3688 (python-imenu-create-index, python-imenu-create-flat-index)
3689 (python-util-popn): New functions.
3690 (python-mode): Set imenu-create-index-function to
3691 python-imenu-create-index.
3692
3693 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3694
3695 * winner.el (winner-active-region): Use region-active-p, activate-mark
3696 and deactivate-mark (bug#14225).
3697
3698 * simple.el (deactivate-mark): Don't inline it.
3699
3700 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
3701
3702 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
3703
3704 2013-04-18 Tassilo Horn <tsdh@gnu.org>
3705
3706 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
3707 file extensions from the archive-mode entry in order to prefer
3708 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
3709
3710 2013-04-18 Leo Liu <sdl.web@gmail.com>
3711
3712 * bindings.el (help-event-list): Add ?\?.
3713
3714 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3715
3716 * subr.el (with-wrapper-hook): Declare obsolete.
3717 * simple.el (filter-buffer-substring-function): New hook.
3718 (filter-buffer-substring): Use it.
3719 (filter-buffer-substring-functions): Mark obsolete.
3720 * minibuffer.el (completion-in-region-function): New hook.
3721 (completion-in-region): Use it.
3722 (completion-in-region-functions): Mark obsolete.
3723 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
3724 * abbrev.el (abbrev-expand-function): New hook.
3725 (expand-abbrev): Use it.
3726 (abbrev-expand-functions): Mark obsolete.
3727 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
3728 and :filter-return.
3729
3730 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
3731
3732 * progmodes/python.el (python-nav--syntactically): Fix cornercases
3733 and do not care about match data.
3734
3735 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
3736
3737 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
3738 completion tables when completing error conditions and
3739 `declare' arguments.
3740 (lisp-complete-symbol, field-complete): Mark as obsolete.
3741 (check-parens): Unmatched parens are user errors.
3742 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
3743
3744 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
3745
3746 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
3747 command changed buffer (ie. `flyspell-pre-buffer' is not current
3748 buffer), which prevents making decisions based on invalid value of
3749 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
3750 cause an error when `flyspell-pre-point' was nil after switching
3751 buffers.
3752 (flyspell-post-command-hook): No longer needs to change buffers when
3753 checking pre-word. While at it remove unnecessary progn.
3754
3755 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
3756
3757 * textmodes/ispell.el (ispell-add-per-file-word-list):
3758 Fix `flyspell-correct-word-before-point' error when accepting
3759 words and `coment-padding' is an integer by using
3760 `comment-normalize-vars' (Bug #14214).
3761
3762 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
3763
3764 New defun movement commands.
3765 * progmodes/python.el (python-nav--syntactically)
3766 (python-nav--forward-defun, python-nav-backward-defun)
3767 (python-nav-forward-defun): New functions.
3768
3769 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
3770
3771 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
3772 (python-syntax-context): Use named compiler-macro for backwards
3773 compatibility with Emacs 24.x.
3774
3775 2013-04-17 Leo Liu <sdl.web@gmail.com>
3776
3777 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
3778 octave-hide-process-buffer.
3779
3780 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
3781
3782 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
3783 (bug#14216).
3784
3785 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
3786
3787 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
3788 Fix adjustment of offset when receiving incomplete responses from GDB
3789 (bug#14129).
3790
3791 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3792
3793 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
3794 python-mode-abbrev-table.
3795 (python-skeleton-define): Adjust accordingly.
3796 (python-mode-abbrev-table): New table that inherits from it so that
3797 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
3798
3799 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
3800 (abbrev-symbol): Use it.
3801 (abbrev--before-point): Use it since we already handle inheritance.
3802
3803 2013-04-16 Leo Liu <sdl.web@gmail.com>
3804
3805 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
3806 binding to info-lookup-symbol.
3807
3808 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
3809
3810 * minibuffer.el (completion--twq-all):
3811 * term/ns-win.el (ns-initialize-window-system):
3812 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
3813
3814 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3815
3816 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
3817 global bindings.
3818
3819 * doc-view.el (doc-view-start-process): Handle url-handler directories.
3820
3821 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
3822
3823 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
3824 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
3825 to nil.
3826 (ruby-end-of-defun): Remove the unused arg, change the docstring
3827 to reflect that this function is only used as the value of
3828 `end-of-defun-function'.
3829 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
3830 to reflect an earlier change that beginning/end-of-defun functions
3831 jump between methods in a class definition, as well as top-level
3832 functions.
3833
3834 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3835
3836 * minibuffer.el (minibuffer-complete): Don't just scroll
3837 a *Completions* that's been iconified.
3838 (minibuffer-force-complete): Make sure repetitions do cycle when going
3839 through completion-in-region -> minibuffer-complete.
3840
3841 2013-04-15 Alan Mackenzie <acm@muc.de>
3842
3843 Correct the placement of c-cpp-delimiters when there're #s not at
3844 col 0.
3845
3846 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
3847 place a submatch around the #.
3848 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
3849 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
3850 on the #, not BOL.
3851
3852 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3853
3854 * emacs-lisp/nadvice.el: Properly test names when adding advice.
3855 (advice--member-p): New arg `name'.
3856 (advice--add-function, advice-member-p): Use it (bug#14202).
3857
3858 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
3859
3860 Reformulate java imenu-generic-expression.
3861 The old expression contained ill formed regexps.
3862
3863 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
3864 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
3865 (cc-imenu-java-method-arg-regexp): New defconsts.
3866 (cc-imenu-java-build-type-args-regex): New defun.
3867 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
3868 handling of spaces in the regexp.
3869
3870 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3871
3872 * textmodes/ispell.el (ispell-command-loop): Remove
3873 flyspell highlight of a word when ispell accepts it (bug #14178).
3874
3875 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
3876
3877 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
3878 uses code from the previous `ange-ftp-run-real-handler'.
3879 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
3880 only in case that function exist. This is needed for proper
3881 unloading of Tramp.
3882
3883 2013-04-15 Tassilo Horn <tsdh@gnu.org>
3884
3885 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
3886
3887 * textmodes/reftex.el (reftex-compile-variables): Use it.
3888
3889 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3890
3891 * files.el (normal-mode): Only use default major-mode if no other mode
3892 was specified.
3893
3894 * emacs-lisp/trace.el (trace-values): New function.
3895
3896 * files.el: Allow : in local variables (bug#14089).
3897 (hack-local-variable-regexp): New var.
3898 (hack-local-variables-prop-line, hack-local-variables): Use it.
3899
3900 2013-04-13 Roland Winkler <winkler@gnu.org>
3901
3902 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
3903 data before it gets modified by bibtex-beginning-of-entry.
3904
3905 2013-04-13 Roland Winkler <winkler@gnu.org>
3906
3907 * textmodes/bibtex.el (bibtex-url): Doc fix.
3908
3909 2013-04-13 Roland Winkler <winkler@gnu.org>
3910
3911 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
3912 does not visit a BibTeX file, exclude it from the list of buffers
3913 returned by bibtex-initialize.
3914
3915 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
3916
3917 * window.el (split-window): Remove interactive form, since as a
3918 command this function is a special case of split-window-below.
3919 Correct doc string.
3920
3921 2013-04-12 Roland Winkler <winkler@gnu.org>
3922
3923 * faces.el (read-face-name): Do not override value of arg default.
3924 Allow single faces and strings as default values. Remove those
3925 elements from return value that are not faces.
3926 (describe-face): Simplify.
3927 (face-at-point): New optional args thing and multiple so that this
3928 function can provide the same functionality previously provided by
3929 read-face-name.
3930 (make-face-bold, make-face-unbold, make-face-italic)
3931 (make-face-unitalic, make-face-bold-italic, invert-face)
3932 (modify-face, read-face-and-attribute): Use face-at-point.
3933
3934 * cus-edit.el (customize-face, customize-face-other-window)
3935 * cus-theme.el (custom-theme-add-face)
3936 * face-remap.el (buffer-face-set)
3937 * facemenu.el (facemenu-set-face): Use face-at-point.
3938
3939 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
3940
3941 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
3942
3943 2013-04-10 Tassilo Horn <tsdh@gnu.org>
3944
3945 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
3946 off leading { and trailing } from field values.
3947
3948 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3949
3950 * emacs-lisp/timer.el (timer--check): New function.
3951 (timer--time, timer-set-function, timer-event-handler): Use it.
3952 (timer-set-idle-time): Simplify.
3953 (timer--activate): CSE.
3954 (timer-event-handler): Give more info in error message.
3955 (internal-timer-start-idle): New function, moved from C.
3956
3957 * mpc.el (mpc-proc): Add `restart' argument.
3958 (mpc-proc-cmd): Use it.
3959 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
3960 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
3961 less often.
3962
3963 2013-04-10 Masatake YAMATO <yamato@redhat.com>
3964
3965 * progmodes/sh-script.el: Implement `sh-mode' own
3966 `add-log-current-defun-function' (bug#14112).
3967 (sh-current-defun-name): New function.
3968 (sh-mode): Use the function.
3969
3970 2013-04-09 Bastien Guerry <bzg@gnu.org>
3971
3972 * simple.el (choose-completion-string): Fix docstring (bug#14163).
3973
3974 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3975
3976 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
3977
3978 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
3979 timer (bug#14156).
3980
3981 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
3982
3983 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
3984 declaration.
3985
3986 2013-04-07 Leo Liu <sdl.web@gmail.com>
3987
3988 * pcmpl-x.el: New file.
3989
3990 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
3991
3992 Do not set x-display-name until X connection is established.
3993 This is needed to prevent from weird situation described at
3994 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
3995 * frame.el (make-frame): Set x-display-name after call to
3996 window system initialization function, not before.
3997 * term/x-win.el (x-initialize-window-system): Add optional
3998 display argument and use it.
3999 * term/w32-win.el (w32-initialize-window-system):
4000 * term/ns-win.el (ns-initialize-window-system):
4001 * term/pc-win.el (msdos-initialize-window-system):
4002 Add compatible optional display argument.
4003
4004 2013-04-06 Eli Zaretskii <eliz@gnu.org>
4005
4006 * files.el (normal-backup-enable-predicate): On MS-Windows and
4007 MS-DOS compare truenames of temporary-file-directory and of the
4008 file, so that 8+3 aliases (usually found in $TEMP on Windows)
4009 don't fail comparison by compare-strings. Also, compare file
4010 names case-insensitively on MS-Windows and MS-DOS.
4011
4012 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
4013
4014 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
4015 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
4016
4017 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
4018
4019 * whitespace.el (whitespace-color-on, whitespace-color-off):
4020 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
4021
4022 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
4023
4024 * ispell.el (ispell-set-spellchecker-params):
4025 Really set `ispell-args' for all equivs.
4026
4027 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
4028
4029 * ido.el (ido-completions): Use extra elements of ido-decorations
4030 (bug#14143).
4031 (ido-decorations): Update docstring.
4032
4033 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
4034
4035 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
4036 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
4037 nil during initialization, in order not to miss changes since the
4038 file was opened. (Bug#14140)
4039
4040 2013-04-05 Leo Liu <sdl.web@gmail.com>
4041
4042 * kmacro.el (kmacro-call-macro): Fix bug#14135.
4043
4044 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
4045
4046 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
4047
4048 2013-04-04 Glenn Morris <rgm@gnu.org>
4049
4050 * electric.el (electric-pair-inhibit-predicate): Add :version.
4051
4052 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4053
4054 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
4055 when a package is required several times (bug#14082).
4056
4057 2013-04-04 Roland Winkler <winkler@gnu.org>
4058
4059 * faces.el (read-face-name): Behave as promised by the docstring.
4060 Assume that arg default is a list of faces.
4061 (describe-face): Call read-face-name with list of default faces.
4062
4063 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4064
4065 * bookmark.el: Fix deletion of bookmarks (bug#13972).
4066 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
4067 (bookmark-bmenu-execute-deletions): Only skip first line if it's
4068 the header.
4069 (bookmark-exit-hook-internal): Save even if list is empty.
4070
4071 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
4072
4073 * emacs-lisp/package.el (package-pinned-packages): New var.
4074 (package--add-to-archive-contents): Obey it (bug#14118).
4075
4076 2013-04-03 Alan Mackenzie <acm@muc.de>
4077
4078 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
4079 Also adapt to the new values of element 7 of a parse state.
4080
4081 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
4082 parameter `not-in-delimiter'. Handle being inside comment opener.
4083 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
4084 character in case we're typing a '*' after a '/'.
4085 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
4086 instead by passing the parameter to c-state-pp-to-literal.
4087
4088 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
4089 for elt. 7 of a parse state.
4090
4091 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
4092
4093 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
4094 * international/latin1-disp.el, international/mule-util.el:
4095 * language/cyril-util.el, language/european.el, language/ind-util.el:
4096 * language/lao-util.el, language/thai.el, language/tibet-util.el:
4097 * language/tibetan.el, language/viet-util.el:
4098 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
4099
4100 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4101
4102 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
4103 (electric-pair-post-self-insert-function): Use it.
4104 (electric-pair-default-inhibit): New function, extracted from
4105 electric-pair-post-self-insert-function.
4106
4107 2013-03-31 Roland Winkler <winkler@gnu.org>
4108
4109 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
4110
4111 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4112
4113 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
4114
4115 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
4116
4117 Un-indent after "pass" and "return" statements (Bug#13888)
4118 * progmodes/python.el (python-indent-block-enders): New var.
4119 (python-indent-calculate-indentation): Use it.
4120
4121 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
4122
4123 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
4124 defun. Defining it as defalias could introduce too eager
4125 byte-compiler optimization. (Bug#14030)
4126
4127 2013-03-30 Chong Yidong <cyd@gnu.org>
4128
4129 * iswitchb.el (iswitchb-read-buffer): Fix typo.
4130
4131 2013-03-30 Leo Liu <sdl.web@gmail.com>
4132
4133 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
4134 (kmacro-execute-from-register): Pass the keyboard macro to
4135 kmacro-call-macro or repeating won't work correctly.
4136
4137 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
4138
4139 * progmodes/subword.el: Back to using `forward-symbol'.
4140
4141 * subr.el (forward-whitespace, forward-symbol)
4142 (forward-same-syntax): Move from thingatpt.el.
4143
4144 2013-03-29 Leo Liu <sdl.web@gmail.com>
4145
4146 * kmacro.el (kmacro-to-register): New command.
4147 (kmacro-execute-from-register): New function.
4148 (kmacro-keymap): Bind to 'x'. (Bug#14071)
4149
4150 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4151
4152 * mpc.el: Use defvar-local and setq-local.
4153 (mpc--proc-connect): Connection failures are not bugs.
4154 (mpc-mode-map): `follow-link' only applies to the buffer's content.
4155 (mpc-volume-map): Bind to the up-events.
4156
4157 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
4158
4159 * progmodes/subword.el (superword-mode): Use `forward-sexp'
4160 instead of `forward-symbol'.
4161
4162 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4163
4164 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
4165 (edebug--recursive-edit): Use it.
4166 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
4167 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
4168
4169 2013-03-28 Leo Liu <sdl.web@gmail.com>
4170
4171 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
4172
4173 2013-03-27 Eli Zaretskii <eliz@gnu.org>
4174
4175 * facemenu.el (list-colors-callback): New defvar.
4176 (list-colors-redisplay): New function.
4177 (list-colors-display): Install list-colors-redisplay as the
4178 revert-buffer-function. (Bug#14063)
4179
4180 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4181
4182 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
4183 and suffixes don't overlap (bug#14061).
4184
4185 * case-table.el: Use lexical-binding.
4186 (case-table-get-table): New function.
4187 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
4188
4189 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
4190
4191 * progmodes/subword.el: Add `superword-mode' to do word motion
4192 over symbol_words (parallels and leverages `subword-mode' which
4193 does word motion inside MixedCaseWords).
4194
4195 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
4196
4197 * eshell/em-unix.el: Move su and sudo to...
4198 * eshell/em-tramp.el: ...Eshell tramp module.
4199
4200 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4201
4202 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
4203 Change return value to be a sexp. Delay `get-buffer' to after
4204 restoring the desktop (bug#13951).
4205
4206 2013-03-26 Leo Liu <sdl.web@gmail.com>
4207
4208 * register.el: Move semantic tag handling back to
4209 cedet/semantic/senator.el. (Bug#14052)
4210
4211 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4212
4213 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
4214 into the prompt either (bug#13963).
4215
4216 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4217
4218 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
4219 part of "(error-foo)".
4220
4221 2013-03-24 Juri Linkov <juri@jurta.org>
4222
4223 * replace.el (list-matching-lines-prefix-face): New defcustom.
4224 (occur-1): Pass `list-matching-lines-prefix-face' to the function
4225 `occur-engine' if `face-differs-from-default-p' returns t.
4226 (occur-engine): Add `,' inside backquote construct to evaluate
4227 `prefix-face'. Propertize the prefix with the `prefix-face' face.
4228 Pass `prefix-face' to the functions `occur-context-lines' and
4229 `occur-engine-add-prefix'.
4230 (occur-engine-add-prefix, occur-context-lines): Add optional arg
4231 `prefix-face' and propertize the prefix with `prefix-face'.
4232 (Bug#14017)
4233
4234 2013-03-24 Leo Liu <sdl.web@gmail.com>
4235
4236 * nxml/rng-valid.el (rng-validate-while-idle)
4237 (rng-validate-quick-while-idle): Guard against deleted buffer.
4238 (Bug#13999)
4239
4240 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
4241 is the last entry in kill-buffer-hook.
4242
4243 * files.el (kill-buffer-hook): Doc fix.
4244
4245 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
4246
4247 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
4248 Make it safe-local.
4249
4250 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
4251
4252 2013-03-23 Leo Liu <sdl.web@gmail.com>
4253
4254 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
4255 Remove.
4256
4257 * nxml/rng-valid.el (rng-validate-mode)
4258 (rng-after-change-function, rng-do-some-validation):
4259 * nxml/rng-maint.el (rng-validate-buffer):
4260 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
4261 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
4262 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
4263 (nxml-extend-after-change-region): Use with-silent-modifications.
4264
4265 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
4266 timer-idle-list.
4267
4268 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
4269 (rng-next-error-1, rng-previous-error-1): Do not let-bind
4270 timer-idle-list. (Bug#13999)
4271
4272 2013-03-23 Juri Linkov <juri@jurta.org>
4273
4274 * info.el (info-index-match): New face.
4275 (Info-index, Info-apropos-matches): Add a nested subgroup to the
4276 main pattern and add text properties with the new face to matches
4277 in index entries relative to the beginning of the index entry.
4278 (Bug#14015)
4279
4280 2013-03-21 Eric Ludlam <zappo@gnu.org>
4281
4282 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
4283 Inhibit read only while inserting objects.
4284
4285 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
4286
4287 * progmodes/cfengine.el: Update docs to mention
4288 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
4289 symbol motion. Remove "_" from the word syntax.
4290
4291 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
4292
4293 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
4294 syntax for both `cfengine2-mode' and `cfengine3-mode'.
4295
4296 2013-03-20 Juri Linkov <juri@jurta.org>
4297
4298 * info.el (Info-next-reference-or-link)
4299 (Info-prev-reference-or-link): New functions.
4300 (Info-next-reference, Info-prev-reference): Use them.
4301 (Info-try-follow-nearest-node): Handle footnote navigation.
4302 (Info-fontify-node): Fontify footnotes. (Bug#13989)
4303
4304 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4305
4306 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
4307 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
4308
4309 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
4310
4311 Suppress unnecessary non-ASCII chatter during build process.
4312 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
4313 (batch-skkdic-convert): Suppress most of the chatter.
4314 It's not needed so much now that machines are faster,
4315 and its non-ASCII component was confusing; see Dmitry Gutov in
4316 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
4317
4318 2013-03-20 Leo Liu <sdl.web@gmail.com>
4319
4320 * ido.el (ido-chop): Fix bug#10994.
4321
4322 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
4323
4324 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
4325 Remove vars.
4326 (whitespace-color-on, whitespace-color-off):
4327 Use `font-lock-fontify-buffer' (Bug#13817).
4328
4329 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4330
4331 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
4332 remapping in mode-line.
4333 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
4334
4335 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
4336
4337 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
4338 value for `whitespace-line' face (Bug#13875).
4339 (whitespace-font-lock-keywords): Change description.
4340 (whitespace-color-on): Don't save `font-lock-keywords' value, save
4341 the constructed keywords instead.
4342 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
4343
4344 2013-03-19 Leo Liu <sdl.web@gmail.com>
4345
4346 * progmodes/compile.el (compilation-display-error): New command.
4347 (compilation-mode-map, compilation-minor-mode-map): Bind it to
4348 C-o. (Bug#13992)
4349
4350 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
4351
4352 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
4353
4354 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
4355
4356 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
4357
4358 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
4359
4360 * net/tramp-compat.el (tramp-compat-user-error): New defun.
4361
4362 * net/tramp-adb.el (tramp-adb-handle-shell-command):
4363 * net/tramp-gvfs.el (top):
4364 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
4365 (tramp-handle-shell-command): Use it.
4366 (tramp-dissect-file-name): Raise an error when hostname is a
4367 method name, and neither method nor user is specified.
4368
4369 * net/trampver.el: Update release number.
4370
4371 2013-03-18 Leo Liu <sdl.web@gmail.com>
4372
4373 Make sure eldoc can be turned off properly.
4374 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
4375 eldoc-mode.
4376 (eldoc-display-message-p): Revert last change.
4377 (eldoc-display-message-no-interference-p)
4378 (eldoc-print-current-symbol-info): Tweak.
4379
4380 2013-03-18 Tassilo Horn <tsdh@gnu.org>
4381
4382 * doc-view.el (doc-view-new-window-function): Check the new window
4383 overlay's display property instead the char property of the
4384 buffer's first char. Use `with-selected-window' instead of
4385 `save-window-excursion' with `select-window'.
4386 (doc-view-document->bitmap): Check the current doc-view overlay's
4387 display property instead the char property of the buffer's first char.
4388
4389 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
4390
4391 Automate the build of ja-dic.el (Bug#13984).
4392 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
4393 from the input, rather than assume that it's been done for us by the
4394 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
4395 the current date into a ja-dic.el comment, as that complicates
4396 regression testing.
4397
4398 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
4399
4400 * whitespace.el: Fix double evaluation.
4401 (whitespace-space, whitespace-hspace, whitespace-tab)
4402 (whitespace-newline, whitespace-trailing, whitespace-line)
4403 (whitespace-space-before-tab, whitespace-indentation)
4404 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
4405 obsolete defvars.
4406 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
4407 (whitespace-color-on): Use a single font-lock-add-keywords call.
4408 Fix double-evaluation of face variables.
4409
4410 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
4411
4412 * net/tramp-adb.el (tramp-adb-parse-device-names):
4413 Use `start-process' instead of `call-process'. Otherwise, the
4414 function might be blocked under MS Windows. (Bug#13299)
4415
4416 2013-03-17 Leo Liu <sdl.web@gmail.com>
4417
4418 Extend eldoc to display info in the mode-line. (Bug#13978)
4419 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
4420 (eldoc-mode-line-string): New variable.
4421 (eldoc-minibuffer-message): New function.
4422 (eldoc-message-function): New variable.
4423 (eldoc-message): Use it.
4424 (eldoc-display-message-p)
4425 (eldoc-display-message-no-interference-p):
4426 Support eldoc-post-insert-mode.
4427
4428 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
4429 (eval-expression): Run it.
4430
4431 2013-03-17 Roland Winkler <winkler@gnu.org>
4432
4433 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
4434 strings in the list of return values.
4435
4436 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
4437
4438 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
4439 radix before checking for HMS forms.
4440
4441 2013-03-16 Leo Liu <sdl.web@gmail.com>
4442
4443 * progmodes/scheme.el: Add indentation and font-locking for λ.
4444 (Bug#13975)
4445
4446 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4447
4448 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
4449 token before point (bug#13942).
4450
4451 2013-03-16 Leo Liu <sdl.web@gmail.com>
4452
4453 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
4454
4455 2013-03-16 Eli Zaretskii <eliz@gnu.org>
4456
4457 * startup.el (command-line-normalize-file-name): Fix handling of
4458 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
4459 <xfq.free@gmail.com> in
4460 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
4461
4462 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
4463
4464 Sync with Tramp 2.2.7.
4465
4466 * net/trampver.el: Update release number.
4467
4468 2013-03-14 Tassilo Horn <tsdh@gnu.org>
4469
4470 * doc-view.el Fix bug#13887.
4471 (doc-view-insert-image): Don't modify overlay associated to
4472 non-live windows, and implement horizontal centering of image in
4473 case it's smaller than the window.
4474 (doc-view-new-window-function): Force redisplay of new windows on
4475 doc-view buffers.
4476
4477 2013-03-13 Karl Fogel <kfogel@red-bean.com>
4478
4479 * saveplace.el (save-place-alist-to-file): Don't sort
4480 `save-place-alist', just pretty-print it (bug#13882).
4481
4482 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
4483
4484 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
4485 Check whether `default-file-name-coding-system' is bound.
4486 It isn't in XEmacs.
4487
4488 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4489
4490 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
4491 backquotes for `obsolete' (bug#13929).
4492
4493 * international/mule.el (find-auto-coding): Include file name in
4494 obsolescence warning (bug#13922).
4495
4496 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
4497
4498 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
4499 for CFEngine 3-specific indentation.
4500 (cfengine3-indent-line): Use it. Fix up category regex.
4501 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
4502
4503 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4504
4505 * type-break.el (type-break-file-name):
4506 * textmodes/remember.el (remember-data-file):
4507 * strokes.el (strokes-file):
4508 * shadowfile.el (shadow-initialize):
4509 * saveplace.el (save-place-file):
4510 * ps-bdf.el (bdf-cache-file):
4511 * progmodes/idlwave.el (idlwave-config-directory):
4512 * net/quickurl.el (quickurl-url-file):
4513 * international/kkc.el (kkc-init-file-name):
4514 * ido.el (ido-save-directory-list-file):
4515 * emulation/viper.el (viper-custom-file-name):
4516 * emulation/vip.el (vip-startup-file):
4517 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
4518 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
4519
4520 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
4521
4522 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
4523 * language/thai-word.el: Switch to UTF-8.
4524
4525 See ChangeLog.16 for earlier changes.
4526
4527 ;; Local Variables:
4528 ;; coding: utf-8
4529 ;; End:
4530
4531 Copyright (C) 2011-2013 Free Software Foundation, Inc.
4532
4533 This file is part of GNU Emacs.
4534
4535 GNU Emacs is free software: you can redistribute it and/or modify
4536 it under the terms of the GNU General Public License as published by
4537 the Free Software Foundation, either version 3 of the License, or
4538 (at your option) any later version.
4539
4540 GNU Emacs is distributed in the hope that it will be useful,
4541 but WITHOUT ANY WARRANTY; without even the implied warranty of
4542 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4543 GNU General Public License for more details.
4544
4545 You should have received a copy of the GNU General Public License
4546 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.