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