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