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