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