* menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
[bpt/emacs.git] / lisp / ChangeLog
1 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
2
3 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
4 menu.
5
6 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7 menu-bar-ediff-menu.
8
9 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
10 define-overloadable-function.
11
12 * progmodes/autoconf.el: Provide autoconf as well, so that this
13 file can be `require'd.
14
15 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
16
17 * emacs-lisp/autoload.el (generated-autoload-feature)
18 (generated-autoload-load-name): New vars.
19 (autoload-rubric, autoload-generate-file-autoloads): Use them.
20 (make-autoload): Recognize define-overloadable-function and
21 defclass forms (for EIEIO).
22
23 * Makefile.in (update-subdirs): Exclude cedet directory.
24
25 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
26
27 * term/ns-win.el: Don't set the region face background. (Bug#4381)
28
29 * faces.el: Default light-background background for region face to
30 ns_selection_color under NS.
31
32 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
33
34 * net/imap-hash.el: New library, see NEWS.
35
36 * Makefile.in (ELCFILES): Add imap-hash.el.
37
38 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
39
40 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
41 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
42 * help-macro.el (make-help-screen): Avoid using an ambiguous function
43 definition where the docstring could be taken for the return value.
44
45 2009-09-26 Glenn Morris <rgm@gnu.org>
46
47 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
48 Add option to only show images below a certain size.
49 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
50 save-excursion calls.
51
52 2009-09-26 Eli Zaretskii <eliz@gnu.org>
53
54 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
55 subdirectories) and eieio.
56
57 2009-09-26 Alan Mackenzie <acm@muc.de>
58
59 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
60 buggy bracketing.
61
62 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
63 character constants (as case labels).
64
65 2009-09-25 Juri Linkov <juri@jurta.org>
66
67 * files.el (safe-local-eval-forms): Allow time-stamp in
68 before-save-hook (Bug#4554).
69
70 2009-09-25 Drew Adams <drew.adams@oracle.com>
71
72 * menu-bar.el (list-buffers-directory): Doc fix.
73
74 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
75
76 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
77 Try and avoid copying twice the same paragraph.
78 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
79 Remove save-excursion.
80 (log-edit-changelog-entry): Do it here instead.
81
82 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
83
84 * bs.el (bs--get-file-name): Use `list-buffers-directory'
85 when available, instead of hardcoding mode names. Doc fix.
86
87 * menu-bar.el (list-buffers-directory): Add docstring.
88 Make automatically buffer-local.
89
90 * dired.el (dired-mode):
91 * files.el (cd-absolute):
92 * pcvs.el (cvs-temp-buffer):
93 * pcvs-util.el (cvs-get-buffer-create):
94 * shell.el (shell-mode):
95 * vc-dir.el (vc-dir-mode):
96 Don't make `list-buffers-directory' buffer local.
97
98 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
99
100 * comint.el (comint-exec, comint-run, make-comint):
101 Doc fixes (Bug#4542).
102
103 2009-09-25 Glenn Morris <rgm@gnu.org>
104
105 * mail/rmailmm.el (rmail-mime): New custom group.
106 Move all defcustoms in this file into this group.
107 (rmail-mime-media-type-handlers-alist): Revert previous change.
108 (rmail-mime-show-images): New option.
109 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
110 references to it, since it wasn't actually used for anything.
111 (rmail-mime-insert-image): New function.
112 (rmail-mime-image): Use rmail-mime-insert-image.
113 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
114 obey the value of `rmail-mime-show-images' option. Print the size of
115 attachments.
116
117 2009-09-25 David Engster <deng@randomsample.de>
118
119 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
120
121 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
122
123 * whitespace.el: Does not highlight trailing spaces While point is
124 at end of line. Does not highligt spaces at beginning of buffer
125 while point is at beginning of buffer. Does not highlight spaces
126 at end of buffer while point is at end of buffer. (Bug#4177)
127 New version 12.0.
128 (whitespace-display-mappings): Adjust initialization.
129 (whitespace-point, whitespace-font-lock-refontify): New vars.
130 (whitespace-color-on, whitespace-color-off): Adjust code.
131 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
132 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
133 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
134
135 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
136
137 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
138
139 * textmodes/sgml-mode.el: Remove xml-mode alias.
140
141 * files.el (auto-mode-alist, conf-mode-maybe)
142 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
143
144 2009-09-24 Alan Mackenzie <acm@muc.de>
145
146 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
147 c-forward-conditionals, but it doesn't move point and doesn't set
148 the mark.
149 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
150 (c-down-conditional-with-else, c-backward-conditional)
151 (c-forward-conditional): Refactor to use c-scan-conditionals.
152
153 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
154
155 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
156 (help-default-arg-highlight): Remove.
157 (help-highlight-arg): New function.
158 (help-do-arg-highlight): Use it.
159 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
160
161 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
162
163 * term.el (term-set-scroll-region, term-handle-ansi-escape):
164 Undo last change, which didn't fix the problem and introduced others.
165
166 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
167
168 * progmodes/gdb-mi.el: Don't require speedbar.
169 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
170
171 2009-09-24 Glenn Morris <rgm@gnu.org>
172
173 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
174
175 * term/ns-win.el (ns-reg-to-script): Define for compiler.
176
177 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
178 there is no newline after the final mime boundary. (Bug#4539)
179 Move markers on insertion so that any buttons inserted don't end up in
180 the next part of a multipart message.
181 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
182 (rmail-mime-bulk-handler): Optionally handle images.
183 (rmail-mime-image): New button action.
184 (rmail-mime-image-handler): New function.
185 (rmail-mime-mode): New mode.
186 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
187
188 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
189
190 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
191 than just dropping elements from it (bug#4504).
192
193 * term.el (term-set-scroll-region): Don't move cursor any more.
194 (term-handle-ansi-escape): Call term-goto here instead.
195 Suggested by Ivan Kanis <apple@kanis.eu>.
196
197 * term.el: Require CL.
198 (term-ansi-reset): New function.
199 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
200 (term-handle-colors-array): Simplify.
201
202 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
203
204 * allout.el (allout-overlay-interior-modification-handler)
205 (allout-obtain-passphrase):
206 * epa-file.el (epa-file-write-region):
207 * ps-print.el (ps-begin-job):
208 * vc-hooks.el (vc-toggle-read-only):
209 * vc-rcs.el (vc-rcs-rollback):
210 * vc-sccs.el (vc-sccs-rollback):
211 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
212 (vc-version-diff, vc-revert, vc-rollback):
213 * wdired.el (wdired-check-kill-buffer):
214 * emacs-lisp/authors.el (authors):
215 * net/socks.el (socks-open-connection):
216 * net/zeroconf.el (zeroconf-service-add-hook):
217 * obsolete/vc-mcvs.el (vc-mcvs-register):
218 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
219 (gdb-select-frame):
220 * progmodes/grep.el (lgrep, rgrep):
221 * progmodes/idlw-help.el (idlwave-help-check-locations)
222 (idlwave-help-html-link, idlwave-help-assistant-open-link):
223 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
224 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
225 (reftex-toc-rename-label): Fix typos in error messages.
226
227 * dired-aux.el (dired-do-shell-command): Reflow docstring.
228 (dired-copy-how-to-fn): Doc fix.
229 (dired-files-attributes, dired-read-shell-command):
230 Fix typos in docstrings.
231
232 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
233 (dired-x-find-file-other-window): Reflow docstrings.
234 (dired-omit-marker-char, dired-read-shell-command)
235 (dired-x-submit-report): Fix typos in docstrings.
236
237 * shell.el (shell-mode-hook):
238 * view.el (View-scroll-line-forward):
239 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
240 Fix typos in docstrings.
241
242 * net/dig.el (dig-invoke): Fix typo in docstring.
243 (query-dig): Reflow docstring.
244
245 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
246 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
247 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
248 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
249 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
250 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
251 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
252 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
253 (idlwave-completion-map, idlwave-current-indent)
254 (idlwave-custom-ampersand-surround, idlwave-customize)
255 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
256 (idlwave-define-abbrev, idlwave-determine-class-special)
257 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
258 (idlwave-end-block-reg, idlwave-end-of-statement)
259 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
260 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
261 (idlwave-explicit-class-listed, idlwave-file-header)
262 (idlwave-fill-paragraph, idlwave-find-class-definition)
263 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
264 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
265 (idlwave-in-quote, idlwave-indent-action-table)
266 (idlwave-indent-expand-table, idlwave-indent-line)
267 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
268 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
269 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
270 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
271 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
272 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
273 (idlwave-outlawed-buffers, idlwave-popup-select)
274 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
275 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
276 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
277 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
278 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
279 (idlwave-statement-type, idlwave-struct-skip)
280 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
281 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
282 (idlwave-what-module-find-class): Fix typos in docstrings.
283 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
284 (idlwave-calculate-cont-indent, idlwave-expand-equal)
285 (idlwave-find-module, idlwave-find-structure-definition)
286 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
287 (idlwave-list-load-path-shadows, idlwave-next-statement)
288 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
289 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
290 (idlwave-template): Reflow docstrings.
291
292 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
293 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
294 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
295 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
296 (idlwave-shell-display-line, idlwave-shell-display-wframe)
297 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
298 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
299 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
300 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
301 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
302 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
303 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
304 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
305 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
306 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
307 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
308 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
309 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
310 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
311 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
312 Fix typos in docstrings.
313 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
314 (idlwave-shell-hide-output, idlwave-shell-mode)
315 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
316 Reflow docstrings.
317
318 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
319
320 2009-09-24 Ivan Kanis <apple@kanis.eu>
321
322 * term.el (term-bold-attribute): New var.
323 (term-handle-colors-array): Use it.
324
325 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
326
327 * progmodes/gdb-mi.el (gdb-version): New variable.
328 (gdb-non-stop-handler): Set gdb-version.
329 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
330 Condition "--thread" option on gdb-version.
331 (gdb-invalidate-threads): Remove unused argument.
332
333 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
334
335 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
336 to looking-back to avoid ridiculous slow down in large files (bug#4511).
337
338 2009-09-23 Glenn Morris <rgm@gnu.org>
339
340 * mail/rmail.el (rmail-reply): Don't try to add a References header when
341 replying to mail without References or Message-Id. (Bug#4525)
342
343 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
344
345 * term/ns-win.el (ns-reg-to-script): New variable.
346
347 2009-09-23 Daiki Ueno <ueno@unixuser.org>
348
349 * epg.el (epg-wait-for-status): Preserve existing 'error results.
350
351 2009-09-22 Sam Steingold <sds@gnu.org>
352
353 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
354 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
355 to 1 because hg returns status 1 when nothing is found.
356 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
357
358 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
359
360 * textmodes/fill.el: Convert to utf-8 encoding.
361 (fill-french-nobreak-p): Remove redundant » and « inherited from our
362 pre-unicode days.
363
364 * add-log.el (change-log-fill-forward-paragraph): New function.
365 (change-log-mode): Use it so fill-region DTRT.
366 Set fill-indent-according-to-mode here rather than in
367 change-log-fill-paragraph.
368 (change-log-fill-paragraph): Remove.
369
370 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
371
372 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
373 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
374
375 2009-09-22 Glenn Morris <rgm@gnu.org>
376
377 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
378 the scroll-bar scroll the calendar window rather than the buffer.
379
380 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
381 commands that move point (as opposed to scrolling).
382
383 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
384
385 * emacs-lisp/elint.el (elint): New custom group.
386 (elint-log-buffer): Make it a defcustom.
387 (elint-scan-preloaded, elint-ignored-warnings)
388 (elint-directory-skip-re): New options.
389 (elint-builtin-variables): Doc fix.
390 (elint-preloaded-env): New variable.
391 (elint-unknown-builtin-args): Add an entry for encode-time.
392 (elint-extra-errors): Make it a variable rather than a constant.
393 (elint-preloaded-skip-re): New constant.
394 (elint-directory): Skip files matching elint-directory-skip-re.
395 (elint-features): New variable, local to linted buffers.
396 (elint-update-env): Initialize elint-features. Possibly add
397 elint-preloaded-env to the buffer's environment.
398 (elint-get-top-forms): Bind elint-current-pos, for log messages.
399 Skip quoted forms.
400 (elint-init-form): New function, extracted from elint-init-env.
401 Make non-list forms a warning rather than an error.
402 Add the mode-map for define-derived-mode. Handle define-minor-mode,
403 easy-menu-define, put that adds an error-condition, and provide.
404 When requiring cl, also require cl-macs. Really require cl, to handle
405 some cl macros. Store required libraries in the list elint-features,
406 so as not to re-load them. Treat cc-require like require.
407 (elint-init-env): Call elint-init-form to do the work.
408 Handle eval-and-compile and such like.
409 (elint-add-required-env): Do not clear messages.
410 (elint-special-forms): Add handlers for function, defalias, if, when,
411 unless, and, or.
412 (elint-form): Add optional argument to ignore elint-special-forms,
413 useful to prevent recursive calls from handlers. Doc fix.
414 Respect elint-ignored-warnings.
415 (elint-form): Respect elint-ignored-warnings.
416 (elint-bound-variable, elint-bound-function): New variables.
417 (elint-unbound-variable): Respect elint-bound-variable.
418 (elint-get-args): Respect elint-bound-function.
419 (elint-check-cond-form): Add some simple handling for (f)boundp and
420 featurep tests.
421 (elint-check-defalias-form): New handler.
422 (elint-check-let-form): Make an empty let a warning rather than an
423 error.
424 (elint-check-setq-form): Make an empty setq a warning rather than an
425 error. Respect elint-ignored-warnings.
426 (elint-check-defvar-form): Accept null doc-strings.
427 (elint-check-conditional-form): New handler. Does some simple-minded
428 checking of featurep and (f)boundp tests.
429 (elint-put-function-args): New function.
430 (elint-initialize): Use elint-scan-doc-file rather than
431 elint-find-builtin-variables. Use elint-put-function-args.
432 Possibly scan preloaded-file-list.
433 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
434 extend to handle functions as well.
435
436 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
437
438 * linum.el (linum-delete-overlays, linum-update-window):
439 Do not modify the right margin. (Bug#3971)
440
441 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
442
443 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
444 nxml-mode instead of xml-mode.
445
446 2009-09-21 Kevin Ryde <user42@zip.com.au>
447
448 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
449
450 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
451
452 * net/dig.el (dig-mode): Use define-derived-mode.
453
454 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
455
456 * vc-dispatcher.el (vc-do-command): Return the process object in
457 the asynchronous case. Use when instead of if. Do not run
458 vc-exec-after to display a message if not enabled.
459
460 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
461 properties to the stash strings.
462 (vc-git-stash-list): Return a list of strings.
463 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
464 (vc-git-stash-show-at-point): New functions.
465 (vc-git-stash-map): New keymap.
466
467 * register.el (ctl-x-r-map): Define the keys here instead of
468 using autoload.
469
470 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
471
472 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
473 list, to workaround performance problem (bug#4485).
474
475 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
476
477 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
478
479 2009-09-20 Daiki Ueno <ueno@unixuser.org>
480
481 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
482 Document that this option is not recommended to use.
483
484 2009-09-19 Glenn Morris <rgm@gnu.org>
485
486 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
487 variable `var'.
488
489 * calc/calc-alg.el (var):
490 * calc/calcalg2.el (var): Define for compiler.
491
492 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
493
494 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
495 Doc fix (Bug#3932).
496
497 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
498
499 * time-stamp.el (time-stamp-month-dd-yyyy)
500 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
501 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
502 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
503 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
504 Remove functions that have been obsolete since 1995 (Bug#4436).
505
506 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
507 indent buffer only if called interactively (Bug#4452).
508
509 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
510 Eli Zaretskii <eliz@gnu.org>
511
512 This fixes bug#4197 (merged to bug#865, though not identical).
513 * server.el (server-auth-dir): Add docstring note about FAT32.
514 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
515 but warn against using them.
516
517 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
518
519 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
520 older GDB where there is no has_more field.
521
522 2009-09-19 Glenn Morris <rgm@gnu.org>
523
524 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
525
526 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
527
528 * files.el (auto-mode-alist): Change default for XML files to nXML
529 mode (Bug#4169).
530
531 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
532
533 * server.el (server-ensure-safe-dir): Pass 'integer
534 to `file-attributes', as suggested.
535
536 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
537
538 * dired-aux.el (dired-query-alist): Remove spurious backslash.
539 (dired-query): Use read-key.
540
541 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
542
543 * cus-start.el (ns-use-qd-smoothing): Remove.
544
545 2009-09-18 Glenn Morris <rgm@gnu.org>
546
547 * allout.el (top-level): Remove unnecessary progn.
548
549 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
550
551 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
552 definition of abbrev table.
553
554 * speedbar.el (speedbar-track-mouse):
555 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
556 * net/eudc.el (eudc-expand-inline):
557 * net/newst-backend.el (newsticker--cache-read-feed):
558 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
559 condition-case handlers.
560
561 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
562
563 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
564 (gdb-var-list): Add an element for has_more field.
565 (gdb-non-stop-handler): Enable pretty printing for STL containers.
566 (gdb-var-create-handler, gdb-var-list-children-handler-1)
567 (gdb-var-update-handler-1): Parse output of dynamic variable
568 objects (STL containers).
569 (gdb-var-delete-1): Pass var1 as an explicit second argument.
570 (gdb-get-field): Delete alias. Use bindat-get-field directly.
571
572 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
573 gdb-var-list.
574 (gud-speedbar-buttons): Make node expandable if expression "has more"
575 children.
576
577 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
578
579 * startup.el (emacs-quick-startup): Remove variable and all uses.
580 (command-line): Set `inhibit-x-resources' instead.
581 (command-line-1): Use `inhibit-x-resources' instead.
582
583 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
584
585 * subr.el: Fix last change to avoid using the `unless' macro,
586 which breaks bootstrapping.
587
588 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
589
590 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
591 extended definitions, in case we reload subr.el after having
592 loaded CL.
593 (eval-next-after-load): Mark as obsolete.
594
595 2009-09-17 Juri Linkov <juri@jurta.org>
596
597 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
598 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
599 (menu-bar-showhide-menu, menu-bar-tools-menu)
600 (menu-bar-describe-menu, menu-bar-help-menu)
601 (minibuffer-local-completion-map, minibuffer-local-map):
602 Fix list quoting.
603
604 2009-09-17 Glenn Morris <rgm@gnu.org>
605
606 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
607 arguments, whether or not it has a handler.
608
609 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
610
611 * simple.el (hard-newline): Give it a doc-string.
612
613 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
614 (lisp-mode-syntax-table): Give them doc-strings.
615
616 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
617
618 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
619 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
620 (menu-bar-options-menu, menu-bar-showhide-menu)
621 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
622 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
623 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
624 (menu-bar-options-menu, menu-bar-tools-menu)
625 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
626 (menu-bar-help-menu):
627 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
628 string arguments.
629
630 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
631 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
632 calls for the menu names and :help.
633
634 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
635
636 * mouse.el (minor-mode-menu-from-indicator): Pay attention
637 to :minor-mode-function (bug#4455).
638
639 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
640
641 * startup.el (command-line): Initialize the window-system after
642 processing the command-line.
643
644 * textmodes/page.el (what-page): Make sure we don't inf-loop if
645 page-delimiter matches the empty string.
646
647 2009-09-16 Glenn Morris <rgm@gnu.org>
648
649 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
650 byte-compile-not-obsolete-var. It's a list now.
651 (byte-compile-not-obsolete-funcs): New variable.
652 (byte-compile-warn-obsolete): Don't warn about functions if they are in
653 byte-compile-not-obsolete-funcs.
654 (byte-compile-variable-ref, byte-compile-defvar): Update for
655 byte-compile-not-obsolete-vars name-change and list nature.
656 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
657 and variables behind (f)boundp tests.
658 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
659
660 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
661
662 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
663
664 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
665
666 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
667 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
668 Don't autoload.
669
670 2009-09-15 Stephen Eglen <stephen@gnu.org>
671
672 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
673 the virtual-buffers, use the name of the buffer specified by
674 find-file-noselect, as the match may be a symlink. (This was a
675 problem if the target and the symlink had different names.)
676
677 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
678
679 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
680
681 * desktop.el (desktop-path): Check user-emacs-directory.
682
683 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
684
685 * loadup.el: Use after-load-functions to GC after loading each file.
686 Remove the explicit GC calls that used to be sprinkled around.
687
688 * subr.el (after-load-functions): New hook.
689 (do-after-load-evaluation): Run it. Use string-match-p to detect
690 `obsolete' packages, rather than painfully extracting the relevant
691 directory name.
692
693 2009-09-15 Glenn Morris <rgm@gnu.org>
694
695 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
696 free variable `doc'.
697
698 * dired.el (dired-mode-map): Add menu entry for async shell command.
699
700 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
701 variables, also consider the .elc files, since the .el files are
702 normally gzipped (subsequent code locates the .el.gz from the .elc).
703
704 * calc/calc-prog.el (arglist): Define for compiler.
705
706 * calendar/diary-lib.el (diary-display-function): Change the default to
707 fancy display.
708 (body): Define for compiler.
709
710 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
711 (byte-compile-file-form, byte-compile-lambda)
712 (byte-compile-top-level-body, byte-compile-form)
713 (byte-compile-variable-ref, byte-compile-setq)
714 (byte-compile-setq-default, byte-compile-body)
715 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
716 (batch-byte-compile): Give some more local variables with common names
717 a "bytecomp-" prefix to avoid masking warnings about free variables.
718
719 * startup.el (command-line-1): Give local variables with common names a
720 distinguishing prefix, so as not to hide free variable warnings during
721 bootstrap.
722
723 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
724 clever and add a suffix to make a unique name, just let the user decide
725 whether or not to overwrite it. If the input is a directory, write the
726 default filename to that directory. (Bug#4388)
727 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
728 is a filename-as-a-directory.
729
730 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
731
732 * textmodes/page.el (what-page): Don't move to beginning of line.
733 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
734
735 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
736
737 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
738
739 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
740
741 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
742 * help.el (help-for-help-internal): Add purecopy calls for text.
743
744 * vc.el (top): print-log method now takes an optional SHORTLOG
745 argument. Add a new method: root.
746 (vc-root-diff, vc-print-root-log): New functions.
747 (vc-log-short-style): New variable.
748 (vc-print-log-internal): Add support for showing short logs.
749
750 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
751 vc-print-root-log and vc-print-root-diff.
752
753 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
754 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
755 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
756 short logs.
757
758 * vc-cvs.el (vc-cvs-print-log):
759 * vc-mtn.el (vc-mtn-print-log):
760 * vc-rcs.el (vc-rcs-print-log):
761 * vc-sccs.el (vc-sccs-print-log):
762 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
763 that is ignored for now.
764
765 * vc-mtn.el (vc-mtn-annotate-command):
766 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
767
768 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
769
770 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
771 to function-key-map, and give them ascii-character property.
772 * term/x-win.el (x-alternatives-map):
773 * term/ns-win.el (ns-alternatives-map):
774 * term/internal.el (msdos-key-remapping-map):
775 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
776
777 2009-09-14 Glenn Morris <rgm@gnu.org>
778
779 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
780 temp-buffers (2009-09-12).
781
782 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
783
784 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
785 the new read-key function.
786
787 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
788
789 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
790 is defined (Bug#4405).
791
792 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
793
794 * recentf.el (recentf-cleanup): Use a hash table to find
795 duplicates (Bug#4407).
796
797 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
798
799 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
800 kp-0 to ascii equivalents (Bug#4325).
801
802 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
803
804 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
805
806 * eshell/em-hist.el:
807 * eshell/em-dirs.el (eshell-complete-user-reference):
808 Declare pcomplete functions and variables to avoid compiler warnings.
809
810 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
811
812 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
813 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
814 * eshell/em-alias.el (eshell-aliases-file):
815 * eshell/em-hist.el (eshell-history-file-name):
816 Use expand-file-name instead of concat to make file names (Bug#4308).
817
818 2009-09-13 Glenn Morris <rgm@gnu.org>
819
820 * ediff-merg.el (ediff-do-merge):
821 * filesets.el (filesets-run-cmd):
822 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
823 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
824 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
825 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
826 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
827 Replace empty `let's with `progn'.
828
829 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
830
831 * mail/sendmail.el (send-mail-function):
832 * tooltip.el (tooltip-mode):
833 * simple.el (transient-mark-mode):
834 * rfn-eshadow.el (file-name-shadow-mode):
835 * frame.el (blink-cursor-mode):
836 * font-core.el (global-font-lock-mode):
837 * files.el (temporary-file-directory)
838 (small-temporary-file-directory, auto-save-file-name-transforms):
839 * epa-hook.el (auto-encryption-mode):
840 * composite.el (global-auto-composition-mode):
841 Use custom-initialize-delay.
842 * startup.el (command-line): Don't explicitly call
843 custom-reevaluate-setting for all the above vars.
844 * custom.el (custom-initialize-safe-set)
845 (custom-initialize-safe-default): Delete.
846
847 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
848
849 * term/x-win.el (x-initialize-window-system):
850 * term/w32-win.el (w32-initialize-window-system):
851 * term/ns-win.el (ns-initialize-window-system): Don't call
852 mouse-wheel-mode since it's enabled globally by default already.
853
854 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
855 actually define the variable, but only silences the byte-compiler.
856 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
857 before looking it up.
858 (mouse-wheel-scroll-amount): Also reset the bindings if this value
859 is changed.
860
861 2009-09-12 Glenn Morris <rgm@gnu.org>
862
863 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
864 1000.
865 (elint-add-required-env): Don't beep on error.
866 (elint-forms): In case of error, return ENV unchanged.
867 (elint-init-env): Skip non-list forms.
868 (elint-log): Handle unknown file positions.
869
870 2009-09-12 Daiki Ueno <ueno@unixuser.org>
871
872 * epg.el (epg-make-context): Add autoload cookie.
873 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
874 (epg-decrypt-string, epg-start-verify, epg-verify-file)
875 (epg-verify-string, epg-start-sign, epg-sign-file)
876 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
877 (epg-encrypt-string, epg-start-export-keys)
878 (epg-export-keys-to-file, epg-export-keys-to-string)
879 (epg-start-import-keys, epg-import-keys-from-file)
880 (epg-import-keys-from-string, epg-start-receive-keys)
881 (epg-receive-keys, epg-import-keys-from-server)
882 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
883 (epg-sign-keys, epg-start-generate-key)
884 (epg-generate-key-from-file, epg-generate-key-from-string):
885 Remove autoload cookie.
886
887 2009-09-12 Eli Zaretskii <eliz@gnu.org>
888
889 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
890 reevaluation of trash-directory.
891
892 * mwheel.el: Fix last change.
893 (mouse-wheel-mode): New defvar.
894 (mouse-wheel-mode): Remove autoload cookie.
895
896 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
897
898 * mwheel.el (mwheel-installed-bindings): New var.
899 (mouse-wheel-mode): Use it, so as to make sure we really remove all
900 the bindings we set last time. Use custom-initialize-delay.
901 * loadup.el: Load mwheel after term/*-win.el.
902 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
903 and mouse-wheel-up-event now that their first evaluation is done
904 sufficiently late to be correct.
905
906 * startup.el (tutorial-directory): Make it a defcustom.
907 Use custom-initialize-delay rather than eval-at-startup to set it.
908 * image.el (image-load-path): Make it a defcustom.
909 Use custom-initialize-delay rather than eval-at-startup to set it.
910 * subr.el (eval-at-startup): Remove.
911 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
912
913 * subr.el (do-after-load-evaluation): Warn the user after loading an
914 obsolete package.
915
916 2009-09-12 Glenn Morris <rgm@gnu.org>
917
918 * proced.el (proced-mark-alt): Remove alias.
919 (proced-mode-map): Remove proced-mark-alt.
920
921 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
922 Elint file and directory. Remove initialization entry.
923
924 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
925 commands.
926 (elint-current-buffer): Set mode-line-process.
927 (elint-init-env): Handle define-derived-mode.
928 Fix declare-function with unspecified arglist. Guard against odd
929 defalias statements (eg iso-insert's 8859-1-map).
930 (elint-add-required-env): Use a temp buffer.
931 (elint-form): Just print the function/macro name, not the whole form.
932 Return env unchanged if we fail to parse a macro.
933 (elint-forms): Guard against parse errors.
934 (elint-output): New function, to handle batch mode.
935 (elint-log-message): Add optional argument. Use elint-output.
936 (elint-set-mode-line): New function.
937
938 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
939
940 * emacs-lisp/elp.el (elp-not-profilable): Add more
941 functions (Bug#4233).
942
943 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
944
945 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
946 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
947
948 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
949
950 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
951 (gdb-var-list-children): Use json parsing.
952
953 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
954
955 * progmodes/js.el (js--proper-indentation): Handle the case where
956 char-before is null. Reported by Deniz Dogan.
957
958 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
959
960 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
961
962 2009-09-11 Daiki Ueno <ueno@unixuser.org>
963
964 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
965 (epg-digest-algorithm-alist): Add SHA224.
966 (epg-context-set-passphrase-callback)
967 (epg-context-set-progress-callback): Add description about
968 callback function.
969
970 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
971
972 * custom.el (custom-delayed-init-variables): New var.
973 (custom-initialize-delay): New function.
974 * startup.el (command-line): "Re"evaluate all vars in
975 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
976 explicitly any more.
977 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
978 to avoid creating a ~/.emacs.d at build-time (bug#4347).
979
980 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
981
982 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
983
984 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
985 (gdb-var-update-handler): Use json parsing.
986
987 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
988
989 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
990 decode annotated text, regardless of language environment. (Bug#2741)
991
992 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
993
994 * Makefile.in (autoloads): Make rmail.el writable as well.
995
996 2009-09-11 Glenn Morris <rgm@gnu.org>
997
998 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
999 loaddefs.el.
1000 * dired.el: Regenerate with extracted autoloads.
1001 * Makefile.in (autoloads): Make dired.el writable.
1002
1003 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
1004 * ibuffer.el: Regenerate with extracted autoloads.
1005 * Makefile.in (autoloads): Make ibuffer.el writable.
1006
1007 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
1008 * version.el (emacs-copyright, emacs-major-version)
1009 (emacs-minor-version): Reformat doc-strings for make-docfile.
1010
1011 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
1012 functions and variables, since they must be stuff specific to some other
1013 platform.
1014 (apropos-print): Make mouse-click message less specific about button.
1015
1016 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
1017 that records where a macro was defined.
1018 * help-fns.el (describe-function-1): Mention if a function has a
1019 compiler-macro.
1020 * help-mode.el (help-function-cmacro): New button.
1021
1022 * locate.el (top-level): Always require dired.
1023 (locate-mode-map): Initialize inside the defvar.
1024
1025 * net/ange-ftp.el (dired-compress-file): Declare.
1026 (ange-ftp-dired-compress-file): Add doc string.
1027
1028 * term/ns-win.el (x-display-name, x-setup-function-keys):
1029 Unify doc-strings with X versions.
1030
1031 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1032
1033 * emulation/crisp.el (crisp-mode-map): Move initialization
1034 into declaration.
1035 (crisp-mode): Use define-minor-mode.
1036
1037 * progmodes/xscheme.el (xscheme-evaluation-commands):
1038 Put a :advertised-binding property rather than using
1039 advertised-xscheme-send-previous-expression.
1040 (advertised-xscheme-send-previous-expression): Declare obsolete.
1041 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
1042 `advertised-undo'.
1043 (crisp-mode): Add corresponding bindings to
1044 undo's :advertised-binding instead.
1045 * dired.el (dired-mode-map): Put a :advertised-binding property rather
1046 than using dired-advertised-find-file.
1047 (dired-advertised-find-file):
1048 * simple.el (advertised-undo):
1049 * wid-edit.el (advertised-widget-backward): Declare obsolete.
1050 (widget-keymap): Put a :advertised-binding property rather
1051 than using advertised-widget-backward.
1052 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
1053 than using advertised-undo.
1054 * tutorial.el (tutorial--default-keys): Adjust accordingly.
1055
1056 2009-09-10 Simon South <ssouth@slowcomputing.org>
1057
1058 * progmodes/delphi.el (delphi-tab): Indent region when Transient
1059 Mark mode is enabled and region is active; otherwise indent or
1060 insert TAB as usual.
1061 (delphi-mode): Update description of TAB-key binding.
1062
1063 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1064
1065 * subr.el (define-key-rebound-commands): Mark obsolete.
1066 * startup.el (precompute-menubar-bindings): Remove.
1067 (normal-top-level): Remove obsolete code that tried to precompute
1068 menubar bindings.
1069 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
1070 define-key-rebound-commands and precompute-menubar-bindings.
1071
1072 2009-09-10 Glenn Morris <rgm@gnu.org>
1073
1074 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
1075
1076 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
1077 (byte-compile-file-form-autoload): Don't warn about unknown functions
1078 where the autoload statement comes after the use.
1079 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
1080 that any handlers inside the body (eg require) are in turn respected.
1081
1082 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
1083 effects.
1084
1085 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
1086 and syntax and abbrev tables basic docs, if they don't have any.
1087
1088 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
1089
1090 * international/mule-cmds.el (top-level): Require cl when compiling.
1091 (view-hello-file): Use default-value rather than
1092 default-enable-multibyte-characters.
1093
1094 * progmodes/fortran.el: Move all safe and risky properties into the
1095 defcustoms.
1096
1097 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
1098 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
1099 * mail/undigest.el:
1100 Put autoloads in rmail.el rather than loaddefs.el.
1101 * mail/rmail.el: Regenerate with extracted autoloads.
1102
1103 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
1104 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
1105
1106 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
1107
1108 Reported in thread for Bug#4375.
1109 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
1110 "-data-evaluate-expression" instead of print.
1111 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
1112 (gdb-tooltip-print): Parse output from above MI command.
1113 (gdb): Revert 2009-08-11 change. User should detach inferior
1114 manually.
1115
1116 Remove the word "separate" from IO functions as inferior
1117 output is now never displayed in the GUD buffer.
1118
1119 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
1120
1121 * startup.el (command-line-normalize-file-name): On Windows and
1122 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
1123
1124 2009-09-10 Juri Linkov <juri@jurta.org>
1125
1126 * isearch.el (isearch-text-char-description): Propertize escape
1127 character sequences with the `escape-glyph' face. (Bug#4344)
1128
1129 * simple.el (shell-command): Set asynchronous process filter to
1130 `comint-output-filter'. (Bug#4343)
1131
1132 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
1133 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
1134 the list. Move "asm" to the bottom.
1135 (grep-find-ignored-directories): Add `choice' with nil value
1136 to empty the list easily.
1137 (grep-find-ignored-files): New option.
1138 (grep-files-history): Set to nil by default instead of '("ch" "el").
1139 (grep-compute-defaults): Add "<X>" to `grep-template'.
1140 (grep-read-files): Bind new local variables `default-alias' and
1141 `default-extension'. Use a list of default values for the file prompt.
1142 (lgrep): Add `--exclude=' command line options composed from
1143 `grep-find-ignored-files'.
1144 (rgrep): Add `-name' command line options composed from
1145 `grep-find-ignored-files'. (Bug#4301)
1146
1147 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
1148
1149 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
1150 (bug#4368).
1151
1152 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
1153
1154 * calendar/time-date.el (autoload):
1155 Expand define-obsolete-function-alias into defalias and make-obsolete
1156 for old Emacsen that Gnus supports.
1157 (with-no-warnings): Define it for old Emacsen.
1158 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1159 is available.
1160 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1161 float-time is available; suppress compile warning for time-to-seconds.
1162
1163 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
1164
1165 * net/imap.el (imap-message-map): Docstring fix.
1166
1167 2009-09-09 Glenn Morris <rgm@gnu.org>
1168
1169 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
1170 line numbers too. (Bug#4374)
1171
1172 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1173
1174 * smerge-mode.el (smerge-remove-props, smerge-refine):
1175 Use with-silent-modifications (bug#4342).
1176
1177 * subr.el (with-silent-modifications): New macro.
1178
1179 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
1180
1181 * files.el (top-level): Require `cl' when compiling.
1182
1183 2009-09-07 Glenn Morris <rgm@gnu.org>
1184
1185 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
1186
1187 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
1188 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
1189
1190 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
1191
1192 * vc-git.el (vc-git-annotate-command): Use separator to parse
1193 arguments correctly.
1194
1195 2009-09-06 Eli Zaretskii <eliz@gnu.org>
1196
1197 * proced.el (proced-mode): Doc fix.
1198
1199 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
1200
1201 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
1202 lstat fails.
1203 (tramp-do-file-attributes-with-ls): Check for file existence at
1204 remote end.
1205 (tramp-do-file-attributes-with-stat): Likewise.
1206 (tramp-convert-file-attributes): Return nil when attr is nil.
1207
1208 2009-09-05 Glenn Morris <rgm@gnu.org>
1209
1210 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
1211 properties to this button.
1212 (diary-fancy-display): Don't extend the button to the final newline.
1213 (diary-fancy-display-mode): Continue to define "q" as a local key.
1214
1215 * calendar/cal-china.el (holiday-chinese): Make it slightly more
1216 efficient.
1217
1218 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
1219
1220 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
1221 (byte-compile-dest-file-function): New option.
1222 (byte-compile-dest-file): Doc fix.
1223 Obey byte-compile-dest-file-function.
1224 (byte-compile-cl-file-p): New function.
1225 (byte-compile-eval): Only suppress noruntime warnings about cl functions
1226 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
1227 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
1228 than for file being previously loaded.
1229 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
1230 (byte-compile-file-form-require): Handle the case where requiring a file
1231 indirectly causes CL to be loaded.
1232
1233 2009-09-05 Karl Fogel <kfogel@red-bean.com>
1234
1235 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
1236 before killing the old buffer, since by the time `kill-buffer' is
1237 run so many buffer variables have been set to nil that it may not
1238 behave as expected. (Bug#4061)
1239
1240 2009-09-05 Karl Fogel <kfogel@red-bean.com>
1241
1242 * files.el (find-alternate-file): If the old buffer is modified
1243 and visiting a file, behave similarly to `kill-buffer' when
1244 killing it, thus reverting to the pre-1.878 behavior; see
1245 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
1246 for discussion. Also, consult `buffer-file-name' as a variable
1247 not as a function, for consistency with the rest of the code.
1248
1249 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
1250
1251 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
1252 also when adding a new directory.
1253
1254 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
1255 defun.
1256
1257 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1258
1259 * files.el (locate-file-completion-table): Make it provide boundary
1260 information, so partial-completion works better.
1261
1262 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
1263
1264 * mail/footnote.el (Footnote-text-under-cursor):
1265 Check footnote-text-marker-alist before using it (bug#4324).
1266
1267 2009-09-04 Glenn Morris <rgm@gnu.org>
1268
1269 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
1270 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
1271 * play/solitaire.el, play/tetris.el:
1272 Remove leading * from defcustom and defface docs.
1273
1274 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
1275 necessary.
1276 (diary-fancy-overriding-map): New variable.
1277 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
1278 Use view-mode.
1279
1280 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
1281 goto-line.
1282
1283 2009-09-03 Glenn Morris <rgm@gnu.org>
1284
1285 * arc-mode.el (archive-mode):
1286 * dos-fns.el (set-default-process-coding-system):
1287 * man.el (Man-getpage-in-background):
1288 * menu-bar.el (menu-bar-describe-menu):
1289 * server.el (server-process-filter):
1290 * startup.el (command-line):
1291 * tar-mode.el (tar-header-block-tokenize, tar-extract):
1292 * w32-fns.el (set-default-process-coding-system):
1293 * x-dnd.el (x-dnd-handle-file-name):
1294 * international/mule-cmds.el (mule-menu-keymap)
1295 (set-default-coding-systems, language-info-alist, set-language-info)
1296 (set-language-environment, standard-display-european-internal)
1297 (set-locale-environment):
1298 * international/mule-diag.el (mule-diag):
1299 * mail/emacsbug.el (report-emacs-bug):
1300 * mail/rmail.el (rmail-mode):
1301 * mail/sendmail.el (mail-setup):
1302 Use default-value rather than default-enable-multibyte-characters.
1303
1304 * progmodes/f90.el: Move all safe properties into the defcustoms.
1305 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
1306
1307 * calendar/appt.el (appt-check):
1308 * calendar/diary-lib.el (diary-set-header, diary-live-p)
1309 (diary-check-diary-file, diary-list-entries)
1310 (diary-include-other-diary-files, diary-simple-display)
1311 (diary-fancy-display, diary-print-entries)
1312 (diary-mark-included-diary-files, diary-make-entry):
1313 Don't call substitute-in-file-name on diary-file.
1314
1315 2009-09-03 Eduard Wiebe <usenet@pusto.de>
1316 Stefan Monnier <monnier@iro.umontreal.ca>
1317
1318 * mail/footnote.el (footnote-prefix): Make it a defcustom.
1319 (footnote-mode-map): Move initialization into the declaration.
1320 (footnote-minor-mode-map): Define it rather than changing global-map.
1321 (footnote-mode): Use define-minor-mode.
1322
1323 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
1324
1325 * net/tramp.el (tramp-handle-file-attributes-with-ls)
1326 (tramp-do-file-attributes-with-perl)
1327 (tramp-do-file-attributes-with-stat): Rename from
1328 `tramp-handle-file-attributes-with-*'.
1329 (tramp-handle-file-attributes): Use them.
1330 (tramp-do-directory-files-and-attributes-with-perl)
1331 (tramp-do-directory-files-and-attributes-with-stat): Rename from
1332 `tramp-handle-directory-files-and-attributes-with-*'.
1333 (tramp-handle-directory-files-and-attributes): Use them.
1334 (tramp-method-out-of-band-p): Additional parameter SIZE.
1335 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
1336 (tramp-handle-write-region): Use it.
1337 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
1338 (tramp-handle-vc-registered): Check, whether the first run did
1339 return files to be tested.
1340 (tramp-advice-make-auto-save-file-name): Do not call directly
1341 `tramp-handle-make-auto-save-file-name', because this would bypass
1342 the locking mechanism.
1343
1344 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
1345 (file-remote-p, process-file, start-file-process, set-file-times)
1346 (tramp-compat-file-attributes): Compatibility functions shall not
1347 call directly `tramp-handle-*', because this would bypass the
1348 locking mechanism.
1349 (tramp-compat-number-sequence): New defun.
1350
1351 2009-09-02 Glenn Morris <rgm@gnu.org>
1352
1353 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
1354 alias for float-time.
1355 (time-to-number-of-days): In Emacs, use float-time.
1356 * net/newst-backend.el (time-add): Suppress warnings from compat
1357 function.
1358 * time.el (emacs-uptime, emacs-init-time):
1359 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
1360 Use float-time rather than time-to-seconds.
1361
1362 * minibuffer.el (completion-initials-expand): Fix typo.
1363
1364 * faces.el (modeline, modeline-inactive, modeline-highlight)
1365 (modeline-buffer-id):
1366 * info.el (info-menu-5): Mark these face aliases as obsolete.
1367
1368 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
1369
1370 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
1371 space ...
1372 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
1373 no "--thread" option.
1374 (gdb-stopped): Don't print "Switched to thread" message when it is
1375 unchanged.
1376
1377 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1378
1379 * minibuffer.el (completion-try-completion)
1380 (completion-all-completions): Remove ill-defined (and
1381 mistakenly installed and luckily never used nor documented)
1382 `completion-styles' property.
1383 (completion-initials-expand, completion-initials-all-completions)
1384 (completion-initials-try-completion): New functions.
1385 (completion-styles-alist): Add doc to each entry.
1386 Add new `initials' entry.
1387
1388 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
1389
1390 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
1391 MI command -var-evaluate-expression.
1392 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
1393 and tweak for case of string child.
1394 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
1395
1396 2009-09-01 Glenn Morris <rgm@gnu.org>
1397
1398 * add-log.el (change-log-date-face, change-log-name-face)
1399 (change-log-email-face, change-log-file-face, change-log-list-face)
1400 (change-log-conditionals-face, change-log-function-face)
1401 (change-log-acknowledgement-face):
1402 * cus-edit.el (custom-invalid-face, custom-rogue-face)
1403 (custom-modified-face, custom-set-face, custom-changed-face)
1404 (custom-saved-face, custom-button-face, custom-button-pressed-face)
1405 (custom-documentation-face, custom-state-face, custom-comment-face)
1406 (custom-comment-tag-face, custom-variable-tag-face)
1407 (custom-variable-button-face, custom-face-tag-face)
1408 (custom-group-tag-face-1, custom-group-tag-face):
1409 * diff-mode.el (diff-header-face, diff-file-header-face)
1410 (diff-index-face, diff-hunk-header-face, diff-removed-face)
1411 (diff-added-face, diff-changed-face, diff-function-face)
1412 (diff-context-face, diff-nonexistent-face):
1413 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
1414 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
1415 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
1416 (Info-title-4-face):
1417 * isearch.el (isearch-lazy-highlight-face):
1418 * log-view.el (log-view-file-face, log-view-message-face):
1419 * paren.el (show-paren-match-face, show-paren-mismatch-face):
1420 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
1421 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
1422 (cvs-msg-face):
1423 * smerge-mode.el (smerge-mine-face, smerge-other-face)
1424 (smerge-base-face, smerge-markers-face):
1425 * wid-edit.el (widget-documentation-face, widget-button-face)
1426 (widget-field-face, widget-single-line-field-face)
1427 (widget-inactive-face, widget-button-pressed-face):
1428 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
1429 (woman-addition-face):
1430 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
1431 (eshell-ls-executable-face, eshell-ls-readonly-face)
1432 (eshell-ls-unreadable-face, eshell-ls-special-face)
1433 (eshell-ls-missing-face, eshell-ls-archive-face)
1434 (eshell-ls-backup-face, eshell-ls-product-face)
1435 (eshell-ls-clutter-face):
1436 * eshell/em-prompt.el (eshell-prompt-face):
1437 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
1438 * obsolete/old-whitespace.el (whitespace-highlight-face):
1439 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
1440 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
1441 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
1442 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
1443 (antlr-font-lock-literal-face):
1444 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
1445 (ebrowse-root-class-face, ebrowse-file-name-face)
1446 (ebrowse-default-face, ebrowse-member-attribute-face)
1447 (ebrowse-member-class-face, ebrowse-progress-face):
1448 * progmodes/make-mode.el (makefile-space-face):
1449 * progmodes/sh-script.el (sh-heredoc-face):
1450 * textmodes/flyspell.el (flyspell-incorrect-face)
1451 (flyspell-duplicate-face):
1452 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
1453 * textmodes/texinfo.el (texinfo-heading-face):
1454 Mark face aliases with "-face" suffix as obsolete.
1455
1456 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
1457 compiler.
1458
1459 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
1460 (eudc-bob-sound-menu): Use defvar rather than defconst, since
1461 easy-menu-define wants to modify these.
1462
1463 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
1464
1465 * net/browse-url.el (browse-url-file-url):
1466 * term/internal.el (dos-codepage-setup):
1467 Use default-value rather than default-enable-multibyte-characters.
1468
1469 * progmodes/etags.el (etags-goto-tag-location):
1470 * progmodes/flymake.el (flymake-highlight-line)
1471 (flymake-goto-file-and-line, flymake-goto-line):
1472 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
1473 (gdb-goto-breakpoint):
1474 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
1475 * progmodes/python.el (python-find-function)
1476 (python-pdbtrack-track-stack-file):
1477 * progmodes/verilog-mode.el (verilog-surelint-off):
1478 * term/ns-win.el (ns-open-file-select-line):
1479 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
1480 Use forward-line rather than goto-line.
1481
1482 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
1483 * textmodes/reftex-index.el (reftex-display-index):
1484 * textmodes/reftex-ref.el (reftex-offer-label-menu):
1485 * textmodes/reftex-toc.el (reftex-toc):
1486 Remove unnecessary bindings of default-major-mode (all are followed by
1487 major-mode check and possible mode switch).
1488
1489 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
1490
1491 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1492 Handle watchpoints (bug#4282).
1493 (def-gdb-thread-buffer-command): Enable thread to be selected by
1494 clicking without selecting threads buffer first.
1495 (gdb-current-context-command): Use selected frame so that "up",
1496 "down" etc work in the GUD buffer.
1497 (gdb-update): Find selected frame before rendering stack buffer.
1498 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
1499
1500 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
1501
1502 * progmodes/sym-comp.el (displayed-completions): Remove.
1503 (symbol-complete): Use minibuffer-complete.
1504
1505 2009-08-31 Glenn Morris <rgm@gnu.org>
1506
1507 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
1508
1509 * apropos.el (apropos-symbols-internal):
1510 Handle (obsolete) face aliases.
1511
1512 * faces.el (describe-face): Adjust the output format to be more like
1513 describe-variable, and to mention (obsolete) face aliases.
1514 Adjust the whitespace so that help-setup-xref works.
1515
1516 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
1517 * calendar/diary-lib.el (diary-button-face):
1518 Mark these face aliases as obsolete.
1519
1520 * calendar/calendar.el (calendar-today): Doc fix.
1521
1522 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
1523
1524 * progmodes/gdb-mi.el (gdb-control-all-threads)
1525 (gdb-control-current-thread): Force tool bar update.
1526 (gdb-non-stop-handler): New function.
1527 (gdb-init-1): Use it to test if non-stop mode is supported.
1528 Remove unused gdbmi buffer type.
1529
1530 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
1531
1532 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
1533 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
1534
1535 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
1536
1537 * comint.el (comint-exec-1): Check command is non-null first.
1538 Part of gdb-mi.el change (2009-08-28).
1539
1540 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1541
1542 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
1543
1544 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
1545
1546 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
1547 instead of `dolist' to avoid a recursive require when bootstrapping.
1548
1549 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1550
1551 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
1552
1553 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
1554
1555 * net/imap.el (imap-send-command): Simplify.
1556 (imap-wait-for-tag): point-max -> buffer-size.
1557
1558 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
1559
1560 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
1561 with constant argument.
1562
1563 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
1564
1565 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
1566
1567 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
1568 Change default, since most of our files don't have a history.
1569 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
1570 the user.
1571
1572 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1573 Add comint-run.
1574
1575 * calc/calc.el: Improve commenting convention.
1576 (calc-digit-map, toplevel): Simplify.
1577
1578 * comint.el (comint-insert-input): Be careful to only set point if we
1579 don't delegate to some other command.
1580
1581 * proced.el (proced-signal-list): Make it an alist.
1582 (proced-grammar-alist): Capitalize names.
1583 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
1584 Disable undo manually and make it read-only.
1585 Use completion-annotate-function.
1586
1587 * minibuffer.el (minibuffer-message): If the current buffer is not
1588 a minibuffer, insert the message in the echo area rather than at the
1589 end of the buffer.
1590 (completion-annotate-function): New variable.
1591 (minibuffer-completion-help): Use it.
1592 (completion--embedded-envvar-table): Environment vars are
1593 always case-sensitive.
1594
1595 2009-08-30 Glenn Morris <rgm@gnu.org>
1596
1597 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
1598 from fortran-current-defun.
1599 (fortran-beginning-of-subprogram): Be more precise about finding the
1600 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
1601 (fortran-end-of-subprogram): Simplify.
1602 (fortran-current-defun): Use fortran-start-prog-re.
1603
1604 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
1605
1606 * subr.el (do-after-load-evaluation): Simplify.
1607
1608 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
1609
1610 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
1611
1612 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
1613 (vc-rcs-print-log): Use it.
1614
1615 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
1616
1617 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1618
1619 * paths.el (abbrev-file-name): Move to abbrev.el.
1620 * abbrev.el (abbrev-file-name): Move from paths.el.
1621 Obey user-emacs-directory.
1622 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
1623 user-emacs-directory.
1624 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
1625 abbrev-file-name and calc-settings-file any more.
1626 * startup.el (command-line): Recompute abbrev-file-name and
1627 abbreviated-home-dir.
1628 (normal-no-mouse-startup-screen): Improve the generic code and get rid
1629 of the special code for when C-h bindings haven't been changed.
1630 (display-startup-echo-area-message): Use with-current-buffer.
1631 (command-line-1): Use a list of strings, rather than a list of lists
1632 of strings for longopts.
1633
1634 * files.el (get-free-disk-space): Use / for default-directory.
1635
1636 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
1637 Use with-current-buffer.
1638
1639 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
1640 Recognize immutable variables like most-positive-fixnum.
1641 (byte-compile-setq-default): Check and warn if trying to assign
1642 to an immutable variable, or a non-variable.
1643
1644 * progmodes/cc-vars.el (c-comment-continuation-stars):
1645 * progmodes/cc-engine.el (c-looking-at-bos):
1646 * progmodes/cc-cmds.el (c-toggle-auto-state)
1647 (c-forward-into-nomenclature, c-backward-into-nomenclature)
1648 (c-comment-line-break-function): Add version of obsolescence.
1649
1650 2009-08-28 Juri Linkov <juri@jurta.org>
1651
1652 * files.el (magic-fallback-mode-alist): Add ZIP magic number
1653 associated with `archive-mode'.
1654
1655 * image.el (image-type-header-regexps): Use only JPEG magic number
1656 to determine JPEG images, and don't use `image-jpeg-p' because
1657 Emacs can display non-JFIF non-Exif JPEG images.
1658
1659 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
1660
1661 * arc-mode.el (archive-mode):
1662 * emacs-lisp/re-builder.el (re-builder-unload-function):
1663 Protect against the default value of `major-mode' being nil.
1664
1665 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
1666
1667 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
1668 Fix typos in docstrings.
1669
1670 * progmodes/js.el (js--macro-decl-re): Doc fix.
1671 (js--plain-method-re, js--split-name): Refloc docstring.
1672 (js--class-styles, js--make-merged-item, js--splice-into-items):
1673 Fix typos in docstrings; reflow docstrings.
1674 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
1675 (js--variable-decl-matcher, js--inside-pitem-p)
1676 (js--parse-state-at-point, js--get-all-known-symbols)
1677 (js--symbol-history, js-find-symbol, js--js-references)
1678 (js--moz-interactor, js--js-encode-value, js--read-tab):
1679 Fix typos in docstrings.
1680
1681 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1682
1683 * textmodes/reftex.el (reftex-get-file-buffer-force):
1684 * progmodes/verilog-mode.el (verilog-batch-execute-func):
1685 * emulation/viper.el (viper-go-away, viper-set-hooks):
1686 * emacs-lisp/re-builder.el (re-builder-unload-function):
1687 * emacs-lisp/bytecomp.el (byte-compile-file):
1688 * ses.el (ses-unload-function):
1689 * hexl.el (hexl-find-file):
1690 * files.el (normal-mode):
1691 * ehelp.el (with-electric-help):
1692 * autoinsert.el (auto-insert-alist):
1693 * arc-mode.el (archive-mode):
1694 Use (default-value 'major-mode) instead of default-major-mode.
1695
1696 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
1697 * international/mule.el (load-with-code-conversion):
1698 * emacs-lisp/debug.el (debug):
1699 * ediff-vers.el (ediff-rcs-get-output-buffer):
1700 * dired.el (dired-internal-noselect): Don't let-bind
1701 default-major-mode around code that doesn't use it.
1702 E.g. buffer creation via get-buffer-create doesn't use it.
1703
1704 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
1705
1706 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
1707 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
1708 when writing the temp file. Otherwise, epa-file gets confused.
1709 (tramp-register-file-name-handlers): Make it a defun. Move also
1710 `epa-file-handler' to the front of `file-name-handler-alist'.
1711
1712 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1713
1714 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
1715 start right after a ^M.
1716 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
1717 (tramp-completion-file-name-regexp-separate)
1718 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
1719 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
1720 Don't modify last-coding-system-used by accident.
1721 (tramp-completion-file-name-handler): Apply the checks here,
1722 instead during registration.
1723 (tramp-register-file-name-handlers) Renamed from
1724 `tramp-register-file-name-handler'. Register both
1725 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
1726 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
1727
1728 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
1729
1730 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
1731 Remove variable ...
1732 (gdb-init-1, gdb-display-separate-io-buffer)
1733 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
1734 references to it.
1735 (gdb-inferior-io-mode): Use make-comint-in-buffer.
1736 (gdb-inferior-filter): Use comint-output-filter to stop
1737 echoing and remove ^M characters.
1738
1739 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1740
1741 * emulation/viper-init.el (viper-restore-cursor-type):
1742 * emulation/cua-base.el (cua--update-indications):
1743 Replace default-cursor-type with (default-value 'cursor-type).
1744
1745 * mail/sendmail.el (mail-recover-1):
1746 * international/mule-diag.el (describe-current-coding-system-briefly)
1747 (describe-current-coding-system):
1748 * international/mule-cmds.el (select-safe-coding-system)
1749 (select-message-coding-system)
1750 (set-language-environment-coding-systems, set-locale-environment):
1751 * hexl.el (hexl-insert-multibyte-char):
1752 * dos-w32.el (find-buffer-file-type-coding-system):
1753 * simple.el (what-cursor-position):
1754 Replace uses of default-buffer-file-coding-system
1755 with (default-value 'buffer-file-coding-system).
1756
1757 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
1758 Replace uses of default-cursor-in-non-selected-windows
1759 with (default-value 'cursor-in-non-selected-windows).
1760 Use with-current-buffer.
1761
1762 * mail/feedmail.el: Use CL macros.
1763 (feedmail-run-the-queue, feedmail-send-it-immediately):
1764 * dos-w32.el (find-buffer-file-type): Replace uses of
1765 default-buffer-file-type with (default-value 'buffer-file-type).
1766
1767 2009-08-28 Glenn Morris <rgm@gnu.org>
1768
1769 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
1770 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
1771 Use default-value of major-mode rather than default-major-mode.
1772
1773 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
1774
1775 * Makefile.in (update-elcfiles): Report left over elc files.
1776
1777 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
1778 expand-file-name and with-current-buffer.
1779 (mail-get-names, mail-directory): Use with-current-buffer.
1780
1781 * vc.el (vc-read-revision): New function.
1782 (vc-version-diff, vc-merge): Use it.
1783
1784 2009-08-27 Sam Steingold <sds@gnu.org>
1785
1786 * simple.el (kill-do-not-save-duplicates): New user option.
1787 (kill-new): When it is non-nil, and the new string is the same as
1788 the latest kill, set replace to t to avoid duplicates in kill-ring.
1789
1790 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
1791
1792 * net/tramp.el (tramp-handle-process-file): Do not flush all
1793 caches when `process-file-side-effects' is set.
1794 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
1795 instead of `tramp-find-file-exists-command'.
1796 Unset `process-file-side-effects'.
1797
1798 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
1799
1800 * net/tramp.el (tramp-methods): New method "rsyncc".
1801 (top): Add completion function for "rsyncc".
1802 (tramp-message-show-message): New defvar.
1803 (tramp-message, tramp-error): Use it.
1804 (tramp-do-copy-or-rename-file-directly): Extend check for direct
1805 remote copying.
1806 (tramp-do-copy-or-rename-file-out-of-band): Handle new
1807 `tramp-methods' entry `copy-env' of "rsyncc".
1808 (tramp-vc-registered-read-file-names): New defconst.
1809 (tramp-vc-registered-file-names): New defvar.
1810 (tramp-handle-vc-registered): Implement optimization strategy.
1811 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
1812 (tramp-vc-file-name-handler): New defun.
1813 (tramp-get-ls-command, tramp-get-test-command)
1814 (tramp-get-file-exists-command, tramp-get-remote-ln)
1815 (tramp-get-remote-perl, tramp-get-remote-stat)
1816 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
1817
1818 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
1819 (tramp-cache-inhibit-cache): Extend doc string. It allows also
1820 timestamps.
1821 (tramp-get-file-property): Check for timestamps in
1822 `tramp-cache-inhibit-cache'.
1823 (tramp-set-file-property): Write timestamp.
1824
1825 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
1826
1827 * language/japan-util.el (japanese-symbol-table): Add entries for
1828 cp932-2-byte.
1829
1830 * international/characters.el: Add category `j' to cp932-2-byte.
1831
1832 2009-08-27 Kenichi Handa <handa@m17n.org>
1833
1834 * international/fontset.el (build-default-fontset-data): New macro.
1835 (setup-default-fontset): Use build-default-fontset-data for CJK,
1836 tibetan, ethiopic, and ipa.
1837
1838 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
1839
1840 * cus-start.el (default-major-mode): Customize `major-mode' instead.
1841 (enable-multibyte-characters): Not customizable any more.
1842
1843 * subr.el (default-mode-line-format, default-header-line-format)
1844 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
1845 (default-direction-reversed, default-truncate-lines)
1846 (default-left-margin, default-tab-width, default-case-fold-search)
1847 (default-left-margin-width, default-right-margin-width)
1848 (default-left-fringe-width, default-right-fringe-width)
1849 (default-fringes-outside-margins, default-scroll-bar-width)
1850 (default-vertical-scroll-bar, default-indicate-empty-lines)
1851 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
1852 (default-fringe-cursor-alist, default-scroll-up-aggressively)
1853 (default-scroll-down-aggressively, default-fill-column)
1854 (default-cursor-type, default-buffer-file-type)
1855 (default-cursor-in-non-selected-windows)
1856 (default-buffer-file-coding-system, default-major-mode)
1857 (default-enable-multibyte-characters): Mark as obsolete.
1858
1859 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
1860
1861 * vc-dir.el (vc-dir-update): Remove debug helper.
1862
1863 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
1864
1865 2009-08-26 Sam Steingold <sds@gnu.org>
1866
1867 * simple.el (save-interprogram-paste-before-kill): New user option.
1868 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
1869 save the interprogram-paste into kill-ring before overriding it
1870 with the Emacs kill.
1871
1872 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
1873
1874 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
1875 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
1876 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
1877 and move to vc-rcs.el.
1878 (vc-default-next-revision): Rename to vc-rcs-next-revision and
1879 move to vc-rcs.el.
1880 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
1881 (vc-rcs-update-changelog): Remove.
1882 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
1883 and move to vc-rcs.el.
1884
1885 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
1886 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
1887 renaming.
1888 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
1889 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
1890 vc.el, renamed to be RCS specific.
1891
1892 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
1893 New functions.
1894 (vc-cvs-update-changelog): Move here from vc.el.
1895
1896 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
1897 New functions.
1898
1899 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
1900
1901 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
1902
1903 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
1904
1905 * vc-git.el (vc-git-register): Use "git add" for directories.
1906 (vc-git-stash, vc-git-stash-show): New functions.
1907 (vc-git-extra-menu-map): Bind them.
1908
1909 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
1910 directory correctly in case the item is a directory itself.
1911
1912 * vc.el: Document the desired behavior for reverted files in the
1913 `added' state.
1914 (vc-default-prettify-state-info): Remove function, unused.
1915
1916 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
1917
1918 2009-08-26 Glenn Morris <rgm@gnu.org>
1919
1920 * bindings.el (standard-mode-line-format): Reposition dashes in
1921 which-func entry. (Bug#4217)
1922
1923 * files.el (enable-local-variables, enable-local-eval)
1924 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
1925 the defcustoms.
1926 (auto-mode-alist, ignored-local-variables)
1927 (save-some-buffers-action-alist): Move risky declarations to the
1928 definitions.
1929 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
1930 (font-lock-defaults, format-alist, imenu--index-alist)
1931 (imenu-generic-expression, input-method-alist, minor-mode-alist)
1932 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
1933 (mode-line-modified, mode-line-mule-info, mode-line-position)
1934 (mode-line-process, mode-line-remote, outline-level)
1935 (parse-time-rules, rmail-output-file-alist)
1936 (special-display-buffer-names, vc-mode):
1937 Move risky declarations to the relevant files.
1938 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
1939 (mode-line-modified, mode-line-process, mode-line-position)
1940 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
1941 * font-core.el (font-lock-defaults):
1942 * format.el (format-alist):
1943 * vc-hooks.el (vc-mode):
1944 * window.el (special-display-buffer-names):
1945 * international/mule-cmds.el (input-method-alist):
1946 Define riskiness here (dumped file) rather than in files.el.
1947 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
1948 * imenu.el (imenu-generic-expression, imenu--index-alist):
1949 * outline.el (outline-level):
1950 * time.el (display-time-string):
1951 * calendar/parse-time.el (parse-time-rules):
1952 * mail/rmailout.el (rmail-output-file-alist):
1953 Autoload riskiness here, rather than placing in files.el.
1954
1955 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
1956
1957 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
1958
1959 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
1960
1961 * simple.el (process-file-side-effects): New defvar.
1962
1963 * dired-aux.el (dired-show-file-type):
1964 * vc.el (vc-diff-internal):
1965 * vc-arch.el (vc-arch-diff):
1966 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
1967 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
1968 * vc-git.el (vc-git-registered, vc-git-working-revision)
1969 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
1970 (vc-git--empty-db-p):
1971 * vc-hooks.el (vc-user-login-name):
1972 * vc-svn.el (vc-svn-registered, vc-svn-state)
1973 (vc-svn-dir-extra-headers, vc-svn-find-revision):
1974 * progmodes/grep.el (grep-probe): Let-bind
1975 `process-file-side-effects' with nil.
1976
1977 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
1978
1979 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
1980 daemon. Replace ping by checking for running service for bluez
1981 and zeroconf. (Bug#4239)
1982
1983 2009-08-25 Kevin Ryde <user42@zip.com.au>
1984
1985 * net/dig.el (dig): Add autoload cookie.
1986
1987 2009-08-25 Glenn Morris <rgm@gnu.org>
1988
1989 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
1990 load-history for absolute file-names.
1991 (byte-compile-file-form-require): Warn about use of the cl package.
1992
1993 * format.el (format-alist): Doc fix.
1994
1995 * play/bubbles.el (top-level): Don't require cl at run-time.
1996
1997 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
1998 run-time cl).
1999
2000 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
2001
2002 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
2003 from cl package.
2004 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
2005
2006 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
2007
2008 * calc/calc-alg.el (math-trig-rewrite)
2009 (math-hyperbolic-trig-rewrite): New functions.
2010 (calc-simplify): Simplify trig functions when asked.
2011
2012 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2013
2014 * diff-mode.el (diff-find-source-location): Avoid goto-line.
2015
2016 2009-08-24 Kenichi Handa <handa@m17n.org>
2017
2018 * language/ind-util.el (mapthread): Delete it.
2019 (combinatorial): New function.
2020 (indian--puthash-cv): Use combinatorial instead of mapthread.
2021
2022 2009-08-22 Kevin Ryde <user42@zip.com.au>
2023
2024 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
2025 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
2026 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
2027 Clarify docstring that the value is strings not symbols.
2028 (checkdoc-list-of-strings-p): New function.
2029
2030 2009-08-22 Glenn Morris <rgm@gnu.org>
2031
2032 * files.el (auto-mode-alist):
2033 * hippie-exp.el (he-concat-directory-file-name):
2034 * lpr.el (lpr-windows-system, printer-name):
2035 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
2036 * ps-print.el (ps-windows-system):
2037 * startup.el (command-line):
2038 * emulation/viper-ex.el (viper-glob-function):
2039 * international/mule-cmds.el (set-language-environment-coding-systems):
2040 * net/ange-ftp.el (ange-ftp-write-region):
2041 * obsolete/fast-lock.el (fast-lock-cache-name):
2042 Remove code for defunct system-types emx, macos, mswindows, next-mach,
2043 unisoft-unix, vax-vms, win32, w32.
2044
2045 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
2046 given name if the pattern is not more specific.
2047
2048 * calendar/lunar.el (lunar-phase-names): New option.
2049 (lunar-phase): Doc fix.
2050 (lunar-cycles-per-year): New constant.
2051 (lunar-index): New function.
2052 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
2053 (lunar-phase-name): Use lunar-phase-names.
2054 (calendar-lunar-phases): Use format.
2055 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
2056
2057 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
2058 Copy imenu-example--name-and-position function here for own use.
2059 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
2060
2061 * bs.el (bs--redisplay):
2062 * cus-edit.el (custom-redraw):
2063 * ibuffer.el (ibuffer-bury-buffer):
2064 * server.el (server-goto-line-column):
2065 * startup.el (command-line-1):
2066 * strokes.el (strokes-xpm-for-stroke):
2067 * term.el (term-display-buffer-line):
2068 * view.el (View-goto-line):
2069 * calc/calc.el (calc-do, calc-trail-buffer):
2070 * play/gamegrid.el (gamegrid-add-score-insecure):
2071 * progmodes/ada-mode.el (ada-compile-goto-error):
2072 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
2073 (ebrowse-select-1st-to-9nth):
2074 * progmodes/cperl-mode.el (cperl-time-fontification):
2075 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
2076 * progmodes/gud.el (gud-display-line):
2077 (idlwave-shell-display-line):
2078 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
2079 * progmodes/make-mode.el (makefile-browser-toggle):
2080 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
2081 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
2082 * textmodes/picture.el (picture-draw-rectangle):
2083 * textmodes/reftex-index.el (reftex-index-goto-letter):
2084 (reftex-select-jump-to-previous):
2085 * textmodes/reftex-sel.el (reftex-find-start-point)
2086 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
2087 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
2088 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
2089 * textmodes/tex-mode.el (tex-compilation-parse-errors):
2090 * textmodes/two-column.el (2C-associated-buffer):
2091 Use forward-line rather than goto-line.
2092
2093 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
2094 goto-line.
2095
2096 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
2097 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
2098 (quick-check-list-to-regexp): Declare.
2099
2100 * progmodes/make-mode.el (makefile-browser-insert-selection):
2101 Use goto-char rather than goto-line.
2102
2103 * progmodes/prolog.el (compilation-error-regexp-alist)
2104 (compilation-forget-errors): Declare.
2105
2106 2009-08-22 Juri Linkov <juri@jurta.org>
2107
2108 * progmodes/grep.el (lgrep, rgrep): At the beginning
2109 set `dir' to `default-directory' unless `dir' is a non-nil
2110 readable directory. (Bug#4052)
2111 (lgrep, rgrep): Change a weird way to report an error
2112 from using `read-string' to using `error'.
2113 Instead of using interactive arguments in the function body,
2114 add new argument `confirm'.
2115
2116 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2117
2118 * textmodes/remember.el (remember-buffer):
2119 * progmodes/cperl-mode.el (cperl-vc-header-alist):
2120 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
2121 (icalendar-extract-ical-from-buffer):
2122 * net/newst-treeview.el (newsticker-groups-filename):
2123 * net/newst-backend.el (newsticker-cache-filename):
2124 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
2125 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
2126 (speedbar-add-ignored-path-regexp, speedbar-line-path)
2127 (speedbar-buffers-line-path, speedbar-path-line)
2128 (speedbar-buffers-line-path):
2129 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
2130 (epg-sign-keys):
2131 * epa.el (epa-display-verify-result):
2132 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
2133
2134 2009-08-21 Glenn Morris <rgm@gnu.org>
2135
2136 * progmodes/js.el (inferior-moz-process): Fix declaration.
2137
2138 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
2139
2140 * obsolete/rnewspost.el (news-mail-reply):
2141 Use goto-char rather than goto-line.
2142
2143 * term/ns-win.el (ns-open-file-select-line):
2144 Use line-beginning-position rather than goto-line.
2145
2146 * apropos.el (apropos-command):
2147 * ehelp.el (electric-helpify):
2148 * printing.el (pr-show-setup):
2149 * strokes.el (strokes-help):
2150 * tutorial.el (tutorial--describe-nonstandard-key)
2151 (tutorial--detailed-help):
2152 * woman.el (woman-mini-help, woman-display-extended-fonts):
2153 * calc/calc-help.el (calc-describe-key):
2154 * emulation/edt.el (edt-electric-helpify):
2155 * international/mule-diag.el (mule-diag):
2156 * play/yow.el (apropos-zippy):
2157 * progmodes/python.el (python-describe-symbol):
2158 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
2159 * textmodes/table.el (*table--cell-describe-mode)
2160 (*table--cell-describe-bindings):
2161 Use help-print-return-message rather than the now obsolete alias.
2162
2163 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
2164 (calendar-cursor-to-visible-date):
2165 * play/5x5.el (5x5-position-cursor):
2166 * play/decipher.el (decipher):
2167 * play/gomoku.el (gomoku-goto-xy):
2168 * play/landmark.el (lm-goto-xy):
2169 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
2170 (mpuz-paint-digit):
2171 Use forward-line, not goto-line.
2172
2173 * mail/rmail.el (rmail-obsolete): Delete custom group.
2174 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
2175 (rmail-remote-password, rmail-remote-password-required):
2176 Remove unneeded :set-after and :set properties.
2177
2178 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
2179
2180 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
2181
2182 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
2183
2184 * loadup.el: Remove leftover macos code.
2185
2186 * vc-git.el (vc-git-annotate-command): Run asynchronously.
2187 Explicitly pass the date format to git blame so that user local
2188 so that the output format can be parsed.
2189
2190 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
2191
2192 * net/dbus.el (top): Don't check for (getenv
2193 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
2194
2195 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
2196
2197 * log-edit.el (log-edit-strip-single-file-name): New var.
2198 (log-edit-insert-changelog): Use it. Bug#3571
2199
2200 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2201
2202 * subr.el (read-passwd): Use read-key so keypad keys work as well.
2203 Bug#3287
2204
2205 * help.el (help-print-return-message): Rename from
2206 print-help-return-message.
2207
2208 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
2209 cvs-mode-map parent hack.
2210 (log-view-mode): Derive from special-mode.
2211
2212 * linum.el (linum-mode): window-size-change-functions is redundant.
2213 Adapt to new window-configuration-change-hook behavior.
2214 (linum-after-size, linum-after-config): Remove.
2215
2216 * imenu.el (imenu-example--name-and-position)
2217 (imenu-example--lisp-extract-index-name)
2218 (imenu-example--create-lisp-index, imenu-example--create-c-index):
2219 Mark as obsolete.
2220
2221 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
2222 (inferior-prolog-mode): Use it.
2223 (inferior-prolog-load-file): Reset list of errors.
2224
2225 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
2226
2227 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
2228
2229 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
2230
2231 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
2232
2233 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
2234 is running already.
2235
2236 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2237
2238 * subr.el (listify-key-sequence-1): Use normal syntax since those
2239 integers are nowadays always represented by the same (positive) number
2240 on all platforms.
2241 (read-key-empty-map): New const.
2242 (read-key-delay): New var.
2243 (read-key): New function.
2244 (force-mode-line-update): Use with-current-buffer.
2245 (locate-user-emacs-file): Don't forget to abbreviate the file name.
2246 (start-process-shell-command, start-file-process-shell-command):
2247 Discourage the use of command-args.
2248
2249 2009-08-19 Glenn Morris <rgm@gnu.org>
2250
2251 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
2252
2253 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2254
2255 * simple.el (choose-completion-string): Don't rely on
2256 minibuffer-completing-file-name and ad-hoc checks to decide whether
2257 to continue completion or not.
2258
2259 * minibuffer.el (minibuffer-hide-completions): New function.
2260 (completion--do-completion): Use it.
2261 (completions-annotations): New face.
2262 (completion--insert-strings): Use it.
2263 (completion-pcm--delim-wild-regex): Add docstring.
2264 (completion-pcm--string->pattern): Add support for 0-width delimiters
2265 in completion-pcm--delim-wild-regex.
2266
2267 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
2268
2269 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
2270 Remove unused var `buffer-modified-p'.
2271
2272 * minibuffer.el (completion--do-completion): Move point for the #b001
2273 case as well (bug#4176).
2274 (minibuffer-complete, minibuffer-complete-word): Don't move point.
2275
2276 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
2277
2278 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
2279 and :session buses.
2280
2281 2009-08-18 Kenichi Handa <handa@m17n.org>
2282
2283 * international/ucs-normalize.el (ucs-normalize-version):
2284 Change to 1.1.
2285 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
2286 (utf-8-hfs): Make it perform normalization on encoding too.
2287
2288 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
2289 (sentence-end-without-space): Delete duplicated chars.
2290 (sentence-end-base): Likewise.
2291
2292 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
2293 (html-mode): Delete duplicated chars from sentence-end-base.
2294
2295 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
2296 (texinfo-mode): Delete duplicated chars from sentence-end-base.
2297
2298 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
2299
2300 * files.el (hack-one-local-variable): If the mode function is for
2301 a minor mode, pass it an argument (Bug#4148).
2302
2303 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
2304
2305 * net/tramp.el (tramp-register-completion-file-name-handler):
2306 Check also for (member 'partial-completion completion-styles).
2307
2308 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
2309
2310 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
2311 abbrev (Bug#3943).
2312
2313 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
2314
2315 * progmodes/cperl-mode.el: Merge upstream 6.2.
2316 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
2317 (cperl-forward-re): Check cperl-brace-recursing.
2318 (cperl-highlight-charclass): New function.
2319 (cperl-find-pods-heres): Use it.
2320 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
2321 (cperl-beautify-regexp-piece): Fix column calculation.
2322 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
2323 (cperl-beautify-level): Don't process entire regexp.
2324 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
2325 calling man.
2326 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
2327 (cperl-init-faces): Build a list in the normal way.
2328
2329 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
2330
2331 * calendar/parse-time.el (parse-time-string-chars): Save match
2332 data.
2333
2334 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
2335
2336 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
2337 (sql-product): Use it.
2338 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
2339 (sql-set-product): Add completion.
2340 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
2341 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
2342 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
2343 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
2344 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
2345 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
2346 (sql-highlight-db2-keywords): Remove.
2347 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
2348 (sql-highlight-product): Use derived-mode-p.
2349 (sql-set-sqli-buffer): Use with-current-buffer.
2350 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
2351 Simplify.
2352
2353 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
2354
2355 * term.el: Fix commenting convention, turn comments into docstrings.
2356
2357 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
2358
2359 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
2360
2361 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
2362
2363 * calendar/parse-time.el (parse-time-string-chars): Compute using
2364 character classes, to handle non-ascii characters (Bug#3190).
2365
2366 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
2367
2368 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
2369 another heredoc if the user adds another < (Bug#3226).
2370
2371 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
2372 Don't initialize based on window-system (Bug#4124).
2373
2374 * facemenu.el (facemenu-read-color): Use a completion function
2375 that accepts any defined color, such as RGB triplets (Bug#3677).
2376
2377 * files.el (get-free-disk-space): Change fallback default
2378 directory to /. Expand DIR argument before switching to fallback.
2379 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
2380
2381 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
2382
2383 * files.el (load-library): Doc fix.
2384
2385 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
2386
2387 * viper-cmd.el (viper-insert-isearch-string): New function.
2388 (viper-if-string): Redefine C-s in the minibuffer to insert the last
2389 incremental search string.
2390
2391 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
2392 XEmacs.
2393
2394 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
2395 (ediff-merge-region-is-non-clash)
2396 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
2397 Also check if the job is really a merge job.
2398
2399 * ediff.el (ediff-current-file): New function.
2400
2401 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
2402
2403 * progmodes/js.el: Edit docstrings throughout to follow Emacs
2404 conventions.
2405 (js-insert-and-indent): Delete function.
2406 (js-mode-map): Don't bind keys to js-insert-and-indent.
2407 (js-beginning-of-defun): Rename from js--beginning-of-defun.
2408 (js-end-of-defun): Rename from js--end-of-defun.
2409 (js-auto-indent-flag): Delete variable.
2410
2411 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
2412
2413 * progmodes/js.el: Remove proclaim statement.
2414 Defvar which-func-imenu-joiner-function to silence compiler.
2415
2416 * files.el (auto-mode-alist): Use js-mode for .js files.
2417
2418 * progmodes/js2-mode.el: Remove file.
2419
2420 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
2421
2422 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
2423
2424 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
2425
2426 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
2427 Karl Landstrom <karl.landstrom@brgeight.se>
2428
2429 * progmodes/js.el: New file.
2430
2431 2009-08-14 Mark A. Hershberger <mah@everybody.org>
2432
2433 * timezone.el (timezone-parse-date): Add ability to understand ISO
2434 basic format (minimal separators) dates in addition to the
2435 already-supported extended format dates.
2436
2437 2009-08-14 Eli Zaretskii <eliz@gnu.org>
2438
2439 * international/ucs-normalize.el: Add a `coding' file variable.
2440
2441 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
2442
2443 2009-08-14 Sam Steingold <sds@gnu.org>
2444
2445 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
2446
2447 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
2448
2449 * faces.el (help-argument-name): Define it here instead of
2450 help-fns.el, because in daemon mode help-fns.el may be loaded when
2451 faces are still uninitialized (Bug#1078).
2452
2453 * help-fns.el (help-argument-name): Move defface to faces.el.
2454
2455 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
2456
2457 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
2458 create buffer with a pty but no process so that GDB can make the
2459 inferior the controlling process.
2460
2461 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
2462
2463 * international/ucs-normalize.el: New file.
2464
2465 2009-08-13 Richard Stallman <rms@gnu.org>
2466
2467 * mail/rmail.el (rmail-get-attr-names):
2468 Accept an attribute header that is too short.
2469
2470 * mail/rmail.el (rmail-forget-messages):
2471 Ignore nil elt in rmail-message-vector. Use dotimes.
2472
2473 * progmodes/compile.el (compilation-goto-locus):
2474 Use next-error-move-function.
2475
2476 * simple.el (next-error-move-function): New variable.
2477
2478 2009-08-12 Juri Linkov <juri@jurta.org>
2479
2480 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
2481 always non-nil. (Bug#4052)
2482
2483 * replace.el (read-regexp): Return empty string when
2484 `default-value' is nil.
2485 (keep-lines-read-args): Don't use empty string as the
2486 default value for `read-regexp'. (Bug#2495)
2487
2488 2009-08-12 Juri Linkov <juri@jurta.org>
2489
2490 * international/mule-cmds.el (ucs-insert): Change arguments
2491 from `arg' to `character', `count', `inherit' to be the same
2492 as in `insert-char'. Doc fix. (Bug#4039)
2493
2494 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
2495
2496 2009-08-12 Juri Linkov <juri@jurta.org>
2497
2498 * files-x.el: New file.
2499
2500 * files.el: Move code that deals with adding/deleting
2501 file/directory-local variables to files-x.el.
2502
2503 * Makefile.in (ELCFILES): Add files-x.elc.
2504
2505 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
2506
2507 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
2508 to use `goto-line'.
2509 (gdb-place-breakpoints, gdb-get-location): Rewritten without
2510 `goto-line'.
2511 (gdb-invalidate-disassembly): Do not refresh upon receiving
2512 'update signal. Instead, update all disassembly buffers only after
2513 threads list.
2514 (gdb): Send -target-detach when buffer is killed (Bug#3794).
2515 (gdb-starting): Moved -data-list-register-names...
2516 (gdb-stopped): ...here so it's sent when first thread stops.
2517 (gdb-registers-handler-custom): Do nothing if register names are
2518 unknown yet.
2519
2520 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
2521 from `gdb-mi.el' to avoid extra tangling.
2522
2523 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
2524 change which breaks `gud-def' definitions used in `gdb'.
2525 (gdb-update-gud-running): No extra fuss for updating frame number.
2526
2527 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2528
2529 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
2530 (describe-language-environment-map, setup-language-environment-map)
2531 (set-coding-system-map): Move initialization into declaration.
2532 (set-language-info-alist): Last arg to define-key-after can be skipped.
2533
2534 * international/quail.el (quail-completion-1): Simplify.
2535 (quail-define-rules): Use slightly more compact code.
2536 (quail-insert-decode-map): Propertize keys, compact columns.
2537
2538 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2539 Add goto-line.
2540
2541 2009-08-10 Miles Bader <miles@gnu.org>
2542
2543 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
2544 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
2545 (js2-instance-member, js2-private-member, js2-private-function-call)
2546 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
2547 (js2-magic-paren, js2-external-variable):
2548 Remove "-face" suffix from face names.
2549 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
2550 (js2-highlight-undeclared-vars, js2-peek-token)
2551 (js2-parse-function-params, js2-mode-show-errors)
2552 (js2-mode-show-warnings, js2-make-magic-delimiter)
2553 (js2-mode-highlight-magic-parens): Update to use new face names.
2554
2555 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
2556
2557 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
2558 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
2559
2560 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
2561
2562 * subr.el: Provide hashtable-print-readable.
2563
2564 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
2565 hs-c-like-adjust-block-beginning.
2566 (hs-hide-block-at-point): Stop hiding at the beginning of
2567 hs-block-end-regexp (Bug#700).
2568
2569 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
2570
2571 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
2572 a macro.
2573 (gdb-registers-handler-custom): Do not fail when register names
2574 are unavailable.
2575
2576 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
2577
2578 * progmodes/gdb-mi.el (gdb-control-all-threads)
2579 (gdb-control-current-thread): Interactive setters for
2580 `gdb-gud-control-all-threads' to use in menu.
2581 (gdb-show-run-p): Show «Go» when process is not active.
2582 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
2583 gud/thread.xpm and gud/all.xpm.
2584
2585 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
2586
2587 * net/net-utils.el (net-utils-font-lock-keywords): New var.
2588 (nslookup-font-lock-keywords): Make it a variable.
2589 (net-utils-mode): New mode for viewing diagnostic network output.
2590 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
2591 (net-utils-run-simple): New function.
2592 (ifconfig, iwconfig, netstat, arp, route): Use it.
2593
2594 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
2595
2596 * progmodes/gdb-mi.el (gdb-read-memory-custom)
2597 (gdb-memory-set-address, def-gdb-set-positive-number)
2598 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
2599 after changing settings.
2600 (gdb-invalidate-disassembly): Update when first shown.
2601 (gdb-edit-locals-value): Fixed.
2602 (gdb-registers-handler-custom): Print registers in right order and
2603 allow changing register values (only for current thread yet).
2604 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
2605 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
2606 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
2607 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
2608 info in mode name.
2609 (gdb-registers-mode-map): TAB to switch to locals.
2610
2611 2009-08-08 Eli Zaretskii <eliz@gnu.org>
2612
2613 * mail/rmail.el (rmail-add-mbox-headers)
2614 (rmail-set-message-counters-counter): Search for
2615 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
2616
2617 2009-08-08 Glenn Morris <rgm@gnu.org>
2618
2619 * Makefile.in (ELCFILES): Update.
2620
2621 2009-08-07 Eli Zaretskii <eliz@gnu.org>
2622
2623 * mail/sendmail.el (mail-yank-original): Set
2624 buffer-file-coding-system from the one used by the message whose
2625 text is yanked.
2626
2627 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
2628 to "windows" when "pgnuplot" is used.
2629 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
2630 call accept-process-output if "pgnuplot" is used.
2631 (calc-graph-init): Don't send -display and -geometry to
2632 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
2633 running "pgnuplot -V" with shell-command-to-string.
2634
2635 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
2636 the default.
2637
2638 2009-08-07 Eli Zaretskii <eliz@gnu.org>
2639
2640 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
2641 org/org-latex.elc.
2642
2643 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
2644
2645 * vc-dispatcher.el (vc-resynch-window): Update comment.
2646
2647 * term.el (term-handle-ansi-escape): Add comments with the
2648 terminfo capabilities implemented.
2649
2650 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
2651
2652 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
2653 (gdb-var-create-handler): Rewritten using JSON parser.
2654 (gdb-propertize-header): Moved earlier.
2655 (gdb-set-header): Removed to avoid duplication.
2656 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
2657 Refresh disassembly buffers only after threads list have been
2658 update.
2659 (gdb-threads-header, gdb-registers-header): Per-buffer header line
2660 variables.
2661
2662 2009-08-04 Juri Linkov <juri@jurta.org>
2663
2664 * files.el: Commands to add/delete file/directory-local variables.
2665 (read-file-local-variable, read-file-local-variable-value)
2666 (read-file-local-variable-mode, modify-file-local-variable)
2667 (modify-file-local-variable-prop-line)
2668 (modify-dir-local-variable): New functions.
2669 (add-file-local-variable, delete-file-local-variable)
2670 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
2671 (add-dir-local-variable, delete-dir-local-variable)
2672 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
2673 (copy-dir-locals-to-file-locals-prop-line): New commands.
2674
2675 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
2676
2677 * abbrev.el (insert-abbrev-table-description): Prettify output.
2678 Suggested by Karl Chen.
2679
2680 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
2681
2682 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
2683 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
2684 (gdb-overlay-arrow-position, gdb-thread-position)
2685 (gdb-disassembly-position): Declare variables.
2686 (gdb-wait-for-pending): Function now.
2687 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
2688 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
2689 compilation goes smoothly.
2690 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
2691 (gdb-non-stop-setting): New customization setting which replaces
2692 `gdb-non-stop' so changing it doesn't break active GDB session.
2693 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
2694 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
2695 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
2696 (gdb-show-threads-by-default): New customization options.
2697 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
2698 routines.
2699 (gdb-get-buffer-create): Send buffers update signal when they are
2700 created.
2701 (gdb-invalidate-locals, gdb-invalidate-registers)
2702 (gdb-invalidate-breakpoints)
2703 (gdb-invalidate-threads, gdb-invalidate-disassembly)
2704 (gdb-invalidate-memory): Accept update signal.
2705 (gdb-current-context-command): Use --frame option.
2706 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
2707 Implement `gdb-frame-number' selection logic.
2708 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
2709 whether to show GUD toolbar buttons.
2710 (gdb-thread-exited): Unselect current thread when it exits.
2711 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
2712 (gdb-mark-line): Routine which sets overlay arrow or inverses
2713 video on fringeless displays.
2714 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
2715 to build aligned columns of data in GDB buffers and set text
2716 properties line-by-line.
2717 (gdb-invalidate-breakpoints)
2718 (gdb-breakpoints-list-handler-custom)
2719 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
2720 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
2721 (gdb-registers-handler-custom): Align data columns.
2722 (gdb-locals-handler-custom): Now prints data like in variable
2723 declarations.
2724 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
2725 Removed confusing buttons.
2726 (gdb-invalidate-threads): Append --frame.
2727 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
2728 between breakpoints/threads buffers.
2729 (gdb-set-window-buffer): Now can ignore dedicated windows.
2730 (gdb-propertize-header): Use `gdb-set-window-buffer'.
2731 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
2732 (def-gdb-thread-buffer-gud-command): Replaces
2733 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
2734 for fine thread control.
2735 (gdb-preempt-existing-or-display-buffer): New function used to
2736 display bound buffers without breaking window layout.
2737 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
2738 (gdb-select-frame): New version of `gdb-frames-select' which now
2739 sets `gdb-frame-number' so commands may use --frame option instead
2740 of inner debugger state.
2741 (gdb-frame-handler): Do not set `gdb-frame-number'.
2742 (gdb-threads-mode-map): Select threads with mouse.
2743
2744 * progmodes/gud.el (gdb-gud-context-call): Declare function to
2745 avoid compilation warning.
2746 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
2747 `gdb-show-stop-p`.
2748
2749 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
2750 Argument `key' renamed to `buffer-type'.
2751 (gdb-current-context-buffer-name): Do not add thread info to
2752 buffer name when no thread is selected.
2753 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
2754 command (bug 3794).
2755 (gdb-thread-selected): Handle `=thread-selected' notification.
2756 (gdb-wait-for-pending): New macro to deal with congestion problems.
2757 (gdb-breakpoints-list-handler-custom): Don't fail on pending
2758 breakpoints.
2759 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
2760 This fixes problem similar to one described in bug 3947.
2761 (gud-menu-map): More menu items.
2762 (gdb-init-1): Reset `gdb-thread-number' to nil.
2763
2764 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
2765 non-stop settings.
2766
2767 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
2768 (gdb-current-context-command): Do not append --thread if
2769 `gdb-thread-number' is nil.
2770 (gdb-running-threads-count, gdb-stopped-threads-count): New
2771 variables.
2772 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
2773 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
2774 customization options.
2775 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
2776 GUD commands.
2777 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
2778 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
2779 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
2780 set `gdb-thread-number' and update `gud-running' properly.
2781 (gdb-running): Update threads list when new threads appear.
2782 (gdb-stopped): Support non-stop operation and new thread switching
2783 logic.
2784 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
2785 (gdb-json-partial-output): New set of JSON routines.
2786 (def-gdb-auto-update-trigger): New `signal-list' optional
2787 argument.
2788 (gdb-thread-list-handler-custom): Update `gud-running',
2789 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
2790 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
2791 (gdb-continue-thread, gdb-step-thread): New commands for fine
2792 thread execution control.
2793 (gud-menu-map): New menu items to switch non-stop options.
2794 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
2795 (gdb-send): Mimic RET properly (bug 3794).
2796
2797 * progmodes/gdb-mi.el (gdb-rules-name-maker)
2798 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
2799 gdb-buffer-rules.
2800 (def-gdb-auto-update-handler): New nopreserve optional argument.
2801 (gdb-stack-list-frames-custom): Print stack from top to bottom.
2802
2803 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
2804 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
2805 (gdb-parent-mode): New mode to derive other GDB modes from.
2806 (gdb-display-disassembly-for-thread)
2807 (gdb-frame-disassembly-for-thread): New commands for threads
2808 buffer.
2809
2810 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
2811 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
2812 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
2813 (gdb-update): We now store all GDB buffers in a list so that they
2814 can be updated by traversing a list instead of calling invalidate
2815 triggers explicitly.
2816 (def-gdb-trigger-and-handler): New macro to define trigger-handler
2817 pair for GDB buffer.
2818 (gdb-stack-buffer-name): Add thread information.
2819 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
2820 handle pending triggers.
2821 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
2822 (def-gdb-thread-buffer-simple-command)
2823 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
2824 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
2825 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
2826 New commands which show buffers bound to thread.
2827 (gdb-stack-list-locals-regexp): Removed unused regexp.
2828
2829 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
2830 (gdb-locals-buffer-name, gdb-registers-buffer-name)
2831 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
2832 to (gud-comint-buffer) in *-buffer-name functions
2833 because (gdb-get-target-string) already does that.
2834 (gdb-locals-handler-custom, gdb-registers-handler-custom)
2835 (gdb-changed-registers-handler): Rewritten without regexps.
2836
2837 * progmodes/gdb-mi.el Basic thread selection support.
2838 (gdb-thread-number): New variable.
2839 (gdb-current-context-command): New macro which adds --thread
2840 option to command.
2841 (gdb-threads-mode-map): Select thread with SPC.
2842 (gdb-thread-list-handler-custom): Mark current thread with overlay
2843 arrow. Synchronize GDB thread and Emacs thread.
2844 (gdb-select-thread): New command which selects current thread.
2845 (gdb-invalidate-frames, gdb-invalidate-locals)
2846 (gdb-invalidate-registers): Use --thread option.
2847
2848 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
2849
2850 * net/tramp.el (top): Make check for tramp-gvfs loading more
2851 robust. (Bug#3977)
2852 (tramp-handle-insert-file-contents): `unwind-protect' must be
2853 inside `with-parsed-tramp-file-name'.
2854
2855 * net/tramp-gvfs.el (top): Remove superfluous message when loading
2856 fails.
2857
2858 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
2859
2860 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
2861 directory if CLASSPATH is not set.
2862
2863 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
2864
2865 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
2866 New defconst.
2867 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
2868
2869 2009-08-02 Kevin Ryde <user42@zip.com.au>
2870
2871 * net/newst-backend.el (newsticker--raw-url-list-defaults):
2872 Update freshmeat link. Delete newsforge.com as it seems gone.
2873
2874 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
2875
2876 * select.el (x-set-selection): Doc fix (Bug#4021).
2877
2878 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
2879
2880 * help-fns.el (describe-variable): Treat list return values from
2881 dir-locals-find-file properly (Bug#4005).
2882
2883 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
2884
2885 * net/tramp.el (tramp-debug-message): Print also microseconds.
2886
2887 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
2888
2889 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
2890 or END is non-nil.
2891 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
2892 (tramp-get-debug-buffer): Change `outline-regexp' according to new
2893 format.
2894
2895 * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
2896 (tramp-get-file-property): Use it.
2897
2898 * autorevert.el (auto-revert-handler): Allow
2899 `auto-revert-tail-mode' for remote files.
2900
2901 2009-08-02 Jason Rumney <jasonr@gnu.org>
2902
2903 * minibuffer.el (read-file-name): Treat confirm options to
2904 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2905
2906 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
2907
2908 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
2909 (font-lock-variable-name-face, font-lock-constant-face): Darken
2910 the colors for light backgrounds.
2911
2912 2009-08-01 Eli Zaretskii <eliz@gnu.org>
2913
2914 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
2915 month names. (Bug#3987)
2916
2917 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
2918
2919 * simple.el (line-move-finish): Pass whole number to
2920 line-move-to-column.
2921 (line-move-visual): Perform hscroll to the recorded position.
2922
2923 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
2924
2925 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
2926
2927 2009-07-29 Alan Mackenzie <acm@muc.de>
2928
2929 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
2930
2931 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
2932
2933 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
2934 (gdb-place-breakpoints): Use full path when setting breakpoints.
2935
2936 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
2937
2938 * calc/calc.el (calc-mode-map): Add keybinding for
2939 `calc-transpose-lines'.
2940
2941 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
2942
2943 * calc/calc-misc.el (calc-transpose-lines): New function.
2944
2945 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
2946
2947 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
2948 Simplify check for out-of-band methods.
2949 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
2950 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
2951
2952 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
2953
2954 * vc-git.el (vc-git-checkin): Fix typo.
2955
2956 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
2957
2958 * progmodes/js2-mode.el: New file.
2959
2960 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
2961
2962 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
2963 (gud-menu-map): Adjust tooltip accordingly.
2964
2965 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2966
2967 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
2968 (vc-bzr-log-view-mode): Adjust log-view-file-re.
2969
2970 * add-log.el (change-log-mode-map): Add a menu.
2971
2972 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
2973
2974 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
2975 function returns nil.
2976 (dbus-handle-event): Handle special return value :ignore.
2977 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
2978
2979 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
2980
2981 * view.el (view-mode-enable): Don't define Helper-return-blurb if
2982 it's not needed.
2983
2984 2009-07-25 Eli Zaretskii <eliz@gnu.org>
2985
2986 Fix Bug#3888:
2987
2988 * w32-vars.el (x-select-enable-clipboard): Doc fix.
2989
2990 * term/pc-win.el (x-display-name, x-colors)
2991 (x-select-enable-clipboard, x-select-text): Doc fix.
2992
2993 * term/common-win.el (x-display-name, x-colors): Doc fix.
2994
2995 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
2996 (xw-defined-colors): Doc fix.
2997
2998 * w32-fns.el (x-select-text, x-setup-function-keys)
2999 (x-get-selection, x-set-selection): Doc fix.
3000
3001 * term/x-win.el (x-select-text, x-setup-function-keys)
3002 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
3003
3004 * select.el (x-set-selection): Doc fix.
3005
3006 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
3007
3008 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
3009 instead of "IsNSSSupportAvailable". Avahi ought to work also when
3010 "IsNSSSupportAvailable" method is not available. Reported by
3011 Steve Youngs <steve@sxemacs.org>.
3012
3013 2009-07-24 Kenichi Handa <handa@m17n.org>
3014
3015 * international/characters.el: Fix setting of category ?C, ?|, ?K,
3016 and ?H. Fix setting of case for Latin Extended and Greek Extended.
3017 (build-unicode-category-table): Fix range checks.
3018
3019 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
3020
3021 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
3022 the buffer we try to sync is current when calling
3023 vc-resynch-buffer.
3024
3025 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
3026 not show up to date files.
3027
3028 2009-07-24 Glenn Morris <rgm@gnu.org>
3029
3030 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
3031 Add autoload cookies. If necessary, initialize.
3032 (elint-log): Handle non-file buffers.
3033 (elint-initialize): Add optional argument to reinitialize.
3034 (elint-find-builtin-variables): Save excursion.
3035
3036 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
3037
3038 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
3039 for Lint.
3040
3041 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3042
3043 * vc.el (vc-print-log-internal): New function, split out from ...
3044 (vc-print-log): ... here.
3045 (vc-dir-move-to-goal-column): Declare.
3046
3047 * vc-git.el (vc-git-add-signoff): New variable.
3048 (vc-git-checkin): Use it.
3049 (vc-git-toggle-signoff): New function.
3050 (vc-git-extra-menu-map): Bind it to menu.
3051 (vc-git--run-command-string): Accept a nil FILE argument.
3052 (vc-git-stash-list): New function.
3053 (vc-git-dir-extra-headers): Use it.
3054
3055 2009-07-23 Glenn Morris <rgm@gnu.org>
3056
3057 * help-fns.el (describe-variable): Describe ignored and risky local
3058 variables in a similar way to that in which we describe safe ones.
3059
3060 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
3061 (byte-compile-output-file-form, byte-compile-output-docform)
3062 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
3063 Give some more local variables with common names a "bytecomp-" prefix,
3064 so as not to shadow things during compilation.
3065 * emacs-lisp/cl-macs.el (load-time-value)
3066 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
3067 `outbuffer' to `bytecomp-outbuffer'.
3068
3069 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
3070 since the next two variables cover them automatically now.
3071 (elint-builtin-variables, elint-autoloaded-variables): New.
3072 (elint-unknown-builtin-args): Remove all members, since they can be
3073 parsed automatically now.
3074 (elint-extra-errors): New.
3075 (elint-env-add-env, elint-env-add-macro): Use cadr.
3076 (elint-current-buffer): Use or. Change final message.
3077 (elint-get-top-forms): Use line-end-position.
3078 (elint-init-env): Use cadr. Handle autoload, declare-function,
3079 and defalias.
3080 (elint-add-required-env): Doc fix. Use or. Standardize error.
3081 (regexp-assoc): Remove unused function.
3082 (elint-top-form): Set elint-current-pos, to record the start of the
3083 top-level form, for compilation-mode.
3084 (elint-form): Trap errors in macro expansion. Use dolist.
3085 (elint-unbound-variable): Use elint-builtin-variables and
3086 elint-autoloaded-variables.
3087 (elint-get-args): Use cadr, or.
3088 (elint-check-cond-form): Use dolist, cadr.
3089 (elint-check-condition-case-form): Doc fix. Use cadr.
3090 Use elint-extra-errors.
3091 (elint-log): New function.
3092 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
3093 Distinguish errors and warnings.
3094 (elint-log-message): Use with-current-buffer. Inhibit read-only.
3095 Use a bytecomp-style format.
3096 (elint-clear-log): Preserve default-directory. Inhibit read-only.
3097 (elint-get-log-buffer): Use compilation mode. Disable undo.
3098 Don't truncate lines.
3099 (elint-initialize): Set builtin and autoloaded variable lists.
3100 Only process elint-unknown-builtin-args if non-nil.
3101 (elint-find-builtin-variables, elint-find-autoloaded-variables):
3102 New functions.
3103 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
3104
3105 2009-07-22 Kevin Ryde <user42@zip.com.au>
3106
3107 * net/newst-backend.el (newsticker--parse-atom-1.0)
3108 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
3109 (newsticker--parse-rss-1.0):
3110 * progmodes/idlwave.el (idlwave-mode):
3111 * progmodes/idlw-shell.el (idlwave-shell-mode):
3112 * progmodes/vera-mode.el (vera-mode):
3113 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
3114 * progmodes/vhdl-mode.el (vhdl-mode):
3115 * textmodes/table.el (table-generate-source)
3116 (table--warn-incompatibility):
3117 Hyperlink urls in docstrings with URL `...'.
3118
3119 2009-07-22 Glenn Morris <rgm@gnu.org>
3120
3121 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
3122 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
3123 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
3124 Remove leading * from defcustom docs.
3125
3126 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
3127
3128 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
3129 defcustom doc.
3130 (list-load-path-shadows): Optionally, just return shadows as a string.
3131
3132 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
3133
3134 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
3135
3136 * mail/rmailedit.el (rmail-edit-mode): Use
3137 auto-save-include-big-deletions.
3138
3139 * mail/rmail.el (rmail-variables): Use
3140 auto-save-include-big-deletions.
3141
3142 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
3143 changes.
3144
3145 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
3146
3147 * calc/calc.el (calc-undo-length): New variable.
3148 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
3149
3150 2009-07-21 Richard Stallman <rms@gnu.org>
3151
3152 * files.el (auto-save-mode): Handle buffer-save-size = -2
3153 for toggling mode.
3154
3155 2009-07-21 Glenn Morris <rgm@gnu.org>
3156
3157 * textmodes/ispell.el (ispell-looking-back): Update declaration.
3158
3159 * calendar/todo-mode.el (calendar-current-date): Update declaration.
3160
3161 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
3162 silence compiler. Instead...
3163 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
3164 (ps-print-ensure-fontified): Update for above function name changes.
3165
3166 * printing.el (pr-mh-get-msg-num, pr-mh-show)
3167 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
3168 silence compiler. Instead...
3169 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
3170 (mh-show-buffer): Only define for compiler.
3171 (pr-mh-current-message): Update for above function name changes.
3172
3173 * files.el (abort-if-file-too-large): Explicitly pass `filename'
3174 as an argument.
3175 (find-file-noselect, insert-file-1): Update for above change.
3176
3177 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
3178
3179 * mail/mailclient.el (mailclient-send-it): Fix message.
3180
3181 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
3182 (edebug-eval): Check cl-debug-env is bound.
3183 (print-level, print-circle): Don't redefine built-in variables.
3184
3185 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
3186 (custom-print-vectors): Remove old comments from doc.
3187
3188 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
3189 (emerge-version): Make the variable an obsolete alias for the
3190 emacs-version variable. Make the function obsolete.
3191 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
3192 Emerge options, rather than merging in into the main Options menu.
3193 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
3194 and auto advance modes. Disable edit/fast items when not relevant.
3195
3196 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
3197
3198 * term/vt420.el (terminal-init-vt420): Fix typo.
3199
3200 2009-07-20 Sam Steingold <sds@gnu.org>
3201
3202 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
3203 variable (removed from compile.el on 2004-03-11).
3204
3205 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
3206
3207 * files.el (hack-local-variables-filter): Fix last change.
3208
3209 2009-07-19 Juri Linkov <juri@jurta.org>
3210
3211 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
3212 (dir-local-variables-alist): New buffer-local variable.
3213 (hack-local-variables-filter): If variable is not dir-local,
3214 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
3215 because file-local overrides dir-local.
3216 (c-postprocess-file-styles)<declare-function>:
3217 Remove obsolete declaration.
3218 (hack-dir-local-variables): Add dir-local variable/value pair to
3219 `dir-local-variables-alist' and remove duplicates. Doc fix.
3220
3221 * help-fns.el (describe-variable): Add information about
3222 file-local and dir-local variables.
3223
3224 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
3225
3226 * files.el (hack-local-variables-filter): Rewrite.
3227
3228 2009-07-19 Glenn Morris <rgm@gnu.org>
3229
3230 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
3231 Silence compiler by only defining on XEmacs.
3232
3233 * international/mule.el (auto-coding-regexp-alist): Only match
3234 BABYL... at the start of buffer, not of lines. (Bug#3790)
3235
3236 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
3237 non-calendar buffers (Bug#3862). Restore "not on a date" message.
3238 (cal-menu-context-mouse-menu): Doc fix.
3239
3240 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
3241
3242 * simple.el (mail-user-agent): Doc fix. Set :version tag.
3243
3244 2009-07-18 Juri Linkov <juri@jurta.org>
3245
3246 * info.el: Virtual Info keyword finder.
3247 (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
3248 (Info-finder-file): New variable.
3249 (Info-finder-find-file): New function.
3250 (finder-known-keywords, finder-package-info)
3251 (find-library-name, lm-commentary): Use defvar and
3252 declare-function to silence compiler warnings.
3253 (Info-finder-find-node): New function.
3254 (info-finder): New command.
3255
3256 * subr.el (process-kill-buffer-query-function): New function.
3257 (add-hook)<kill-buffer-query-functions>: Add hook
3258 `process-kill-buffer-query-function'.
3259
3260 2009-07-18 Alan Mackenzie <acm@muc.de>
3261
3262 * progmodes/cc-mode.el (c-before-hack-hook)
3263 (c-postprocess-file-styles): Give invocation of `c-set-style'
3264 DONT-OVERRIDE parameter of t. Already set style variables will
3265 thus not be overridden by style settings given by `c-file-syle'.
3266
3267 * files.el (hack-local-variables-filter): Remove entries with
3268 duplicate keys from `file-local-variables-alist'.
3269
3270 2009-07-18 Eli Zaretskii <eliz@gnu.org>
3271
3272 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
3273 x-set-selection if display-selections-p returns nil for the
3274 current frame.
3275
3276 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
3277
3278 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
3279
3280 2009-07-18 Eli Zaretskii <eliz@gnu.org>
3281
3282 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
3283 Accept nil in addition to a regexp.
3284 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
3285 Accept nil in addition to a regexp.
3286 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
3287 buffers that have an associated file. Handle nil values of
3288 desktop-buffers-not-to-save and desktop-files-not-to-save.
3289 (Bug#3833)
3290
3291 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
3292 (x-disown-selection-internal): New functions.
3293
3294 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
3295
3296 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
3297 warning.
3298 (gdb-breakpoints-header): Move forward to avoid compiler warning.
3299 (gdb-make-header-line-mouse-map): Remove duplicate definition.
3300
3301 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
3302
3303 * simple.el (set-mark): Revert last change.
3304
3305 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
3306
3307 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
3308 rendering of pngs is not possible instead of messaging a long
3309 description.
3310
3311 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
3312
3313 * w32-fns.el (x-selection-owner-p): New function.
3314
3315 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
3316 (mouse-yank-at-click, mouse-yank-primary): If
3317 select-active-regions is non-nil, deactivate the mark before
3318 insertion.
3319
3320 * simple.el (deactivate-mark, set-mark): Only save selection if we
3321 own it.
3322
3323 2009-07-17 Kenichi Handa <handa@m17n.org>
3324
3325 * case-table.el (describe-buffer-case-table): Fix for the case
3326 that KEY is a cons.
3327
3328 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
3329
3330 * vc-rcs.el (vc-rcs-find-file-hook):
3331 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
3332
3333 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
3334
3335 * net/tramp.el (tramp-wait-for-output): Handle the case when
3336 commands do not return a newline but a null byte before the shell
3337 prompt. (Bug#3858)
3338
3339 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3340
3341 * term/ns-win.el (ns-set-alpha): Don't declare.
3342 (ns-set-background-alpha): Remove function.
3343
3344 2009-07-16 Kevin Ryde <user42@zip.com.au>
3345
3346 * emacs-lisp/copyright.el (copyright-update): Save match-data across
3347 y-or-n-p, for safety.
3348
3349 2009-07-16 Richard Stallman <rms@gnu.org>
3350
3351 * files.el (auto-save-mode): If buffer-saved-size is -2,
3352 don't clobber it.
3353
3354 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
3355 (rmail-retry-ignored-headers): Add more uninteresting fields.
3356
3357 2009-07-15 Jari Aalto <jari.aalto@cante.net>
3358
3359 * net/rcirc.el (rcirc): Use history variables.
3360 (rcirc-server-name-history, rcirc-nick-name-history)
3361 (rcirc-server-port-history): New variables.
3362
3363 2009-07-15 Kenichi Handa <handa@m17n.org>
3364
3365 * international/mule-cmds.el (set-language-environment-charset):
3366 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
3367 ignore them.
3368
3369 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
3370 Delete unibyte-display.
3371
3372 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
3373
3374 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
3375
3376 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
3377
3378 * simple.el (deactivate-mark): Optional argument FORCE.
3379 (set-mark): Use deactivate-mark.
3380
3381 * info.el (Info-search): No need to check transient-mark-mode
3382 before calling deactivate-mark.
3383
3384 * select.el (x-set-selection): Doc fix.
3385 (x-valid-simple-selection-p): Allow buffer values.
3386 (xselect--selection-bounds): Handle buffer values. Suggested by
3387 David De La Harpe Golden.
3388
3389 * mouse.el (mouse-set-region, mouse-drag-track): Call
3390 copy-region-as-kill before setting the mark, to let
3391 select-active-regions work.
3392
3393 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
3394
3395 * simple.el (deactivate-mark): If select-active-regions is
3396 non-nil, copy the selection data into a string.
3397 (activate-mark): If select-active-regions is non-nil, set the
3398 selection to the current buffer.
3399 (set-mark): Update selection if select-active-regions is non-nil.
3400
3401 * select.el (x-valid-simple-selection-p): Allow buffer values.
3402
3403 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
3404
3405 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
3406 and more featureful message-mode.
3407
3408 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
3409
3410 * select.el (x-set-selection): Doc fix.
3411 (x-valid-simple-selection-p): Disallow selection data consisting
3412 of a list or cons of integers, since that is not used.
3413 (xselect--selection-bounds, xselect--int-to-cons): New functions.
3414 (xselect-convert-to-string, xselect-convert-to-length)
3415 (xselect-convert-to-filename, xselect-convert-to-charpos)
3416 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
3417
3418 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
3419
3420 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
3421 output in -break-info command (Emacs bug #3794).
3422
3423 2009-07-14 Glenn Morris <rgm@gnu.org>
3424
3425 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
3426 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
3427 (edebug-print-length, edebug-print-level, edebug-print-circle)
3428 (edebug-sit-for-seconds, edebug-view-outside)
3429 (edebug-bounce-point, edebug-set-global-break-condition)
3430 (edebug-Go-nonstop-mode, edebug-trace-mode)
3431 (edebug-Trace-fast-mode, edebug-continue-mode)
3432 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
3433 (edebug-visit-eval-list): Doc fixes.
3434
3435 * subr.el (def-edebug-spec): Doc fix.
3436
3437 2009-07-14 Kenichi Handa <handa@m17n.org>
3438
3439 * international/characters.el: Fix setting of category ?C.
3440
3441 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
3442
3443 * term/ns-win.el (x-select-font): defalias x-select-font to
3444 ns-popup-font-panel instead of generate-fontset-menu.
3445
3446 2009-07-12 Eli Zaretskii <eliz@gnu.org>
3447
3448 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
3449
3450 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
3451
3452 * arc-mode.el (archive-find-type): Allow for a PK00 string before
3453 the PK\003\004 header (Bug#3770).
3454
3455 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
3456
3457 * pcomplete.el (pcomplete-comint-setup): Check for
3458 shell-dynamic-complete-filename too.
3459
3460 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
3461
3462 * simple.el (temporary-goal-column): Change the value for
3463 line-move-visual to a cons cell.
3464 (line-move-visual): Record or set the window hscroll, if
3465 necessary (Bug#3494).
3466 (line-move-1): Handle cons value of temporary-goal-column.
3467
3468 2009-07-11 Kenichi Handa <handa@m17n.org>
3469
3470 * international/mule-diag.el (describe-character-set): Don't show
3471 width.
3472
3473 2009-07-10 Sam Steingold <sds@gnu.org>
3474
3475 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3476 Omake sometimes indents the errors it prints, so allow all
3477 regexps to start with spaces.
3478
3479 2009-07-10 Eli Zaretskii <eliz@gnu.org>
3480
3481 * cus-edit.el (customize-changed-options-previous-release):
3482 Bump value to 22.1. (Bug#3804)
3483
3484 2009-07-08 Sam Steingold <sds@gnu.org>
3485
3486 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
3487 to be a cons cell (test . ignored-directory) to selectively ignore
3488 some directories depending on the location of the search.
3489
3490 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
3491
3492 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
3493 remote user is root, on the local host.
3494 (tramp-local-host-p): Either the local user or the remote user
3495 must be root. (Bug#3771)
3496
3497 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
3498
3499 * progmodes/gdb-mi.el (gdb): Remove description of
3500 gdb-use-separate-io-buffer.
3501 (menu): Don't allow toggling of or enable
3502 gdb-use-separate-io-buffer from menubar.
3503
3504 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
3505
3506 * mail/unrmail.el (unrmail): Make sure the message ends with two
3507 newlines (Bug#3769).
3508
3509 2009-07-08 Glenn Morris <rgm@gnu.org>
3510
3511 * calendar/calendar.el (calendar-current-date): Rework previous change.
3512
3513 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
3514
3515 * calendar/calendar.el (calendar-current-date):
3516 Add an optional argument giving an offset from today.
3517
3518 2009-07-08 Glenn Morris <rgm@gnu.org>
3519
3520 * tutorial.el (tutorial--describe-nonstandard-key):
3521 Adjust the message for when a key has been unbound.
3522 (help-with-tutorial): Hide the arch-tag.
3523
3524 2009-07-08 Kenichi Handa <handa@m17n.org>
3525
3526 * international/fontset.el (setup-default-fontset): For each
3527 script, append (not set) font-specs.
3528
3529 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
3530 docstring.
3531
3532 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
3533
3534 * progmodes/gdb-mi.el (gdb-init-1): Move sending
3535 -data-list-register-names to ...
3536 (gdb-starting): ... here because GDB 7.0 requires execution to
3537 have started when using this MI command.
3538 (gdb-set-header): New function to distinguish select and
3539 unselected tabs in gdb buffers.
3540 (gdb-propertize-header): New macro that uses gdb-set-header.
3541 (gdb-breakpoints-header, gdb-locals-header): Use it.
3542 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
3543
3544 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
3545
3546 * Makefile.in (ELCFILES): Remove fadr.elc.
3547
3548 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
3549
3550 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
3551 may contain frame information, so `string-match' should be used.
3552 (gdb-update): Disassembly is invalidated through
3553 `gdb-get-selected-frame'.
3554 (gdb-pad-string): New function to pad string with spaces.
3555 (gdb-invalidate-disassembly): Invalidate only if the buffer
3556 exists.
3557 (gdb-disassembly-handler-custom): Column alignment.
3558 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
3559 placing new ones.
3560 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
3561 end of line, too.
3562 (gdb-frame-handler): Match convention to for disassembly buffer
3563 mode name.
3564 (gdb-stack-list-frames-handler): Rewritten without regexps.
3565 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
3566 not highlight breakpoints without line information.
3567 (gdb-input): Add trailing newline to command.
3568
3569 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
3570 buffer properly.
3571 (gdb-breakpoints-list-handler-custom): Replacement for
3572 `gdb-break-list-handler'. Using real parser instead of regexps
3573 now.
3574 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
3575 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
3576 to place breakpoints.
3577 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
3578 functions.
3579 (gdb-disassembly-handler-custom): Show overlay arrow.
3580 (gdb-disassembly-place-breakpoints): Show breakpoints in
3581 disassembly buffer.
3582 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
3583 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
3584 instead of parsing breakpoints buffer. Fixed old menu references
3585 in `gud-menu-map'.
3586
3587 * fadr.el: Remove.
3588
3589 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
3590 (gdb-memory-address): New variable which holds top address of
3591 memory page shown in memory buffer.
3592 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
3593 customization variables.
3594 New functions:
3595 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
3596 display the memory buffer.
3597 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
3598 buffer display parameters.
3599 (def-gdb-memory-format, gdb-memory-format-binary)
3600 (gdb-memory-format-octal, gdb-memory-format-unsigned)
3601 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
3602 Functions for setting memory buffer format.
3603 (gdb-memory-unit-word, gdb-memory-unit-halfword)
3604 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
3605 unit size used in memory buffer.
3606 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
3607 to next/previous page of memory buffer.
3608 Now using (bindat-get-field) instead of fadr functions.
3609
3610 2009-07-07 Sam Steingold <sds@gnu.org>
3611
3612 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
3613 non-top-level files.
3614
3615 2009-07-07 Kenichi Handa <handa@m17n.org>
3616
3617 * international/mule-cmds.el (reset-language-environment): Put
3618 the highset priority to the charset iso-8859-1.
3619
3620 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
3621
3622 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
3623 to the end of the line when locating the block (Bug#700).
3624
3625 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
3626
3627 * net/tramp.el (tramp-handle-write-region): Flush file properties
3628 in case of short track.
3629
3630 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
3631
3632 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
3633 representation of verilog error regular expressions to work with
3634 Emacs-22's new format.
3635 (verilog-error-regexp-xemacs-alist): Coded custom representation
3636 of verilog error regular expressions to work with XEmacs format.
3637 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
3638 error recognition into XEmacs.
3639 (verilog-error-regexp-add-emacs): Hook routine to install verilog
3640 error recognition into Emacs-22.
3641
3642 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
3643
3644 * woman.el: Remove stand-alone closing parentheses.
3645 (woman-file-name, woman2-format-paragraphs)
3646 (woman-leave-blank-lines): Code cleanup.
3647 (woman-use-own-frame): Change default to nil.
3648 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
3649 defaults to inherit from default faces.
3650 (woman2-process-escapes): Consume the newline after a stand-alone
3651 filler character (Bug#3651).
3652
3653 2009-07-06 Glenn Morris <rgm@gnu.org>
3654
3655 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
3656 (top-level): Move provide to the end.
3657 (ffap): Remove defunct URL from custom group.
3658
3659 * subr.el (eval-after-load): Doc fix.
3660
3661 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
3662
3663 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
3664 `calc-embedded-word' is called twice.
3665
3666 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
3667
3668 * files.el (find-alternate-file-other-window, find-alternate-file):
3669 Obey confirm-nonexistent-file-or-buffer.
3670
3671 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
3672
3673 * dired-aux.el (dired-show-file-type): Handle remote files.
3674
3675 2009-07-05 Jari Aalto <jari.aalto@cante.net>
3676
3677 * desktop.el (desktop-globals-to-save):
3678 Add file-name-history (Bug#2750).
3679
3680 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
3681
3682 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
3683
3684 2009-07-04 Johan Bockgård <bojohan@gnu.org>
3685
3686 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
3687 property on entire argument since this is what eshell-lisp-command
3688 expects.
3689
3690 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
3691
3692 * net/tramp-gvfs.el (tramp-gvfs-methods)
3693 (tramp-gvfs-zeroconf-domain)
3694 (tramp-bluez-discover-devices-timeout): Add version flag.
3695 (tramp-gvfs-handler-mounted-unmounted)
3696 (tramp-gvfs-connection-mounted-p): Polish handling of
3697 incompatibilities between GVFS 0.2 and 1.0.
3698
3699 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
3700
3701 * cus-start.el (all): Add make-pointer-invisible.
3702
3703 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
3704
3705 * calc-math.el (math-use-emacs-fn): Make sure that the number is
3706 formatted correctly.
3707
3708 2009-07-02 Juri Linkov <juri@jurta.org>
3709
3710 * info.el: Virtual Info files and nodes.
3711 (Info-virtual-files, Info-virtual-nodes): New variables.
3712 (Info-current-node-virtual): New variable.
3713 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
3714 New functions.
3715 (Info-file-supports-index-cookies): Use Info-virtual-file-p
3716 to check for a virtual file instead of checking a fixed list
3717 of node names.
3718 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
3719 instead of ad-hoc processing of "dir" and (apropos history toc).
3720 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
3721 instead of ad-hoc processing of "dir" and (apropos history toc).
3722 Reread a file when moving from a virtual node.
3723 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
3724 (Info-directory-toc-nodes, Info-directory-find-file)
3725 (Info-directory-find-node): New functions.
3726 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
3727 (Info-history): Move part of code to
3728 `Info-history-find-node'.
3729 (Info-history-toc-nodes, Info-history-find-file)
3730 (Info-history-find-node): New functions.
3731 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
3732 (Info-toc): Move part of code to `Info-toc-find-node'.
3733 (Info-toc-find-node): New function.
3734 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
3735 the current Info file name to references because now the node
3736 "*TOC*" belongs to the same Info manual.
3737 (Info-toc-build): Rename from `Info-build-toc'.
3738 (Info-toc-nodes): Rename input argument `file' to `filename'.
3739 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
3740 instead of ad-hoc processing of ("dir" apropos history toc).
3741 (Info-index-nodes): Use Info-virtual-file-p
3742 to check for a virtual file instead of checking a fixed list
3743 of node names.
3744 (Info-index-node): Add check for `Info-current-node-virtual'.
3745 Raise `save-match-data' higher up the tree to contain
3746 `search-forward' too (bug fix).
3747 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
3748 (Info-virtual-index-nodes): New variable.
3749 (Info-virtual-index-find-node, Info-virtual-index): New functions.
3750 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
3751 (Info-apropos-file, Info-apropos-nodes): New variables.
3752 (Info-apropos-toc-nodes, Info-apropos-find-file)
3753 (Info-apropos-find-node, Info-apropos-matches): New functions.
3754 (info-apropos): Move part of code to `Info-apropos-find-node' and
3755 `Info-apropos-matches'.
3756 (Info-mode-map): Bind "I" to `Info-virtual-index'.
3757 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
3758 for a virtual file instead of checking a fixed list of node names.
3759
3760 * simple.el (async-shell-command): New command.
3761
3762 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
3763
3764 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
3765 instead of `mount-info'.
3766
3767 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
3768
3769 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
3770 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
3771
3772 2009-07-02 Kenichi Handa <handa@m17n.org>
3773
3774 * international/mule.el (set-keyboard-coding-system): Force *-unix
3775 coding-system to avoid eol conversion.
3776
3777 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
3778
3779 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3780 Add handler for `process-file', `shell-command' and
3781 `start-file-process'.
3782 (tramp-gvfs-handle-shell-command)
3783 (tramp-gvfs-handle-start-file-process)
3784 (tramp-gvfs-handle-process-file): New defuns.
3785 (tramp-synce-list-devices): Simplify check for existence of property.
3786
3787 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
3788
3789 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
3790
3791 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
3792
3793 * language/korean.el (set-language-info-alist): Add korean-cp949,
3794 cp949 to spec.
3795
3796 2009-07-01 Kenichi Handa <handa@m17n.org>
3797
3798 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
3799
3800 * international/encoded-kb.el: Deleted.
3801
3802 * international/mule.el (set-keyboard-coding-system): Perform the
3803 necessary setup here instead of calling encoded-kbd-setup-display.
3804
3805 2009-07-01 Glenn Morris <rgm@gnu.org>
3806
3807 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
3808
3809 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
3810
3811 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
3812
3813 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
3814
3815 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
3816 Handle also the 'rename case, when setting file modes. (Bug#3712)
3817 (tramp-default-file-modes) Remove execute permissions.
3818
3819 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
3820 (top): Add a default for "synce" in `tramp-default-user-alist'.
3821 Add completion function for "synce" method.
3822 (tramp-hal-service, tramp-hal-path-manager)
3823 (tramp-hal-interface-manager, tramp-hal-interface-device):
3824 New defconst.
3825 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
3826 (tramp-synce-list-devices, tramp-synce-parse-device-names):
3827 New defuns.
3828
3829 * net/trampver.el: Update release number.
3830
3831 2009-06-30 Kenichi Handa <handa@m17n.org>
3832
3833 * international/fontset.el (setup-default-fontset): Add CJK fonts
3834 for symbols and the other miscellaneous characters.
3835
3836 * language/korea-util.el (setup-korean-environment-internal):
3837 Make char-width-table suitable for Korean environments.
3838 (exit-korean-environment): Cancel above.
3839
3840 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
3841 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
3842 setup-funcion to make char-widht-table suitable for respective
3843 environments, and an exit-function to cancel that.
3844
3845 * language/japan-util.el (setup-japanese-environment-internal):
3846 Call use-cjk-char-width-table with arg `ja_JP'.
3847
3848 * international/characters.el (cjk-char-width-table): Delete it.
3849 (cjk-char-width-table-list): New variable.
3850 (use-cjk-char-width-table): New arg local-name.
3851 (use-default-char-width-table): Fix for the case that Emacs is
3852 already using the default char-width-table.
3853
3854 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
3855
3856 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
3857 modes mandatory. (Bug#3712)
3858
3859 2009-06-29 Alan Mackenzie <acm@muc.de>
3860
3861 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
3862 correction between the visible width of TABs and their number of bytes.
3863
3864 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
3865
3866 * server.el (server-buffer-done): Prevent kill-buffer from
3867 prompting by clearing the buffer modification flag (Bug#3696).
3868
3869 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
3870
3871 * verilog-mode.el (verilog-beg-of-statement)
3872 (verilog-endcomment-reason-re): Support unique case and priority case.
3873 (verilog-basic-complete-re): Support localparam lineup.
3874 (verilog-beg-of-statement-1): Fix for robustness, unique case.
3875 (verilog-set-auto-endcomments): Fix for unique case, always_comb
3876 commenting.
3877 (verilog-leap-to-case-head): Now support *nested* unique &
3878 priority case statements.
3879 (verilog-auto-lineup): Make just declarations the default (as it
3880 had been).
3881 (verilog-leap-to-case-head): Support priority/unique case statements.
3882 (verilog-auto-lineup): Rework to give users radio buttons to
3883 select the various styles of automatic lineup.
3884 (verilog-error-regexp-alist): Rework to support the XEmacs style
3885 of error regular expressions from compilers, lint tools &
3886 simulators. Note that GNU Emacs has made it impossible for a mode
3887 to load such things.
3888 (electric-verilog-terminate-line, verilog-indent-declaration)
3889 (verilog-auto-wiure): Rework for radio button selection of
3890 auto-lineup selection of specification of auto lineup.
3891 (verilog-beg-of-statement-1): Redesign to support proper operation
3892 in additional code, based on testing with auto-lineup.
3893 (verilog-calculate-indent, assignments & declarations)
3894 (verilog-backward-token): Enhance to support auto-lineup of
3895 assignments & declarations.
3896 (verilog-in-directive-p, verilog-at-struct-p): New function for
3897 easy test of whether we are.
3898 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
3899 to support safe execution at almost anyline.
3900 (verilog-calc-1): Properly support indenting deep inside generate
3901 blocks.
3902 (verilog-init-font) Remove definition & use of verilog-init-font,
3903 as it is redundant with font-lock-defaults.
3904 (verilog-mode): Alter the definition of verilog-font-lock-defualts
3905 to avoid circular calls if syntax-ppss is a function (as is the
3906 case now in 22.x GNU Emacs) as that function would sometimes call
3907 itself, leading to (nearly) infinite recursion.
3908 (verilog-ovm-begin-re, verilog-ovm-end-re)
3909 (verilog-ovm-statement-re, verilog-leap-to-head)
3910 (verilog-backward-token): Add support for OVM macros. Some are
3911 complete statements, and others open and close scopes like begin
3912 and end.
3913 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
3914 (verilog-defun-level-generate-only-re): Really fix the defun-list
3915 compilation issue.
3916 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
3917 coverpoint, constraint and cross statements.
3918 (verilog-defun-level-list, verilog-generate-defun-level-list)
3919 (verilog-all-defun-level-list): Redo these specifications - it is
3920 too hard to support eval-when compile aggregation of lists also
3921 built at when-compile time.
3922 (verilog-defun-level-list): Place defconsts of variables used in
3923 building regular expressions which are built in eval-when-compile
3924 bodies in the same eval-when-compile body to facilitate compile
3925 without load.
3926 (verilog-beg-block-re-ordered): Support indenting
3927 virtual/protected tasks and functions.
3928 (verilog-defun-level-list, verilog-in-generate-region-p)
3929 (verilog-backward-ws&directives, verilog-calc-1): Speed up
3930 indentation of some module items (generate items).
3931 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
3932 across virtual/protected tasks and functions.
3933
3934 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
3935
3936 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
3937 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
3938 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
3939 in concatenations. Reported by Yishay Belkind.
3940 (verilog-auto-ascii-enum): Support one-hot state machines in
3941 AUTOASCIIENUM. Suggested by Lloyd Gomez.
3942 (verilog-auto-inst, verilog-auto-inst-port): Include interface
3943 modport in AUTOINST and add vl-modport for users. Reported by
3944 David Rogoff.
3945 (verilog-auto-inout-module, verilog-auto-inst)
3946 (verilog-decls-get-interfaces, verilog-insert-definition)
3947 (verilog-insert-one-definition, verilog-read-decls)
3948 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
3949 (verilog-sig-modport, verilog-signals-combine-bus)
3950 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
3951 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
3952 Suggested by David Rogoff.
3953 (verilog-repair-open-comma): Fix non-insertion of comma when
3954 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
3955 (verilog-make-width-expression): Simplify [A-1:0] expression
3956 widths to just {A{1'b0}}.
3957 (verilog-mode): Cleanup checkdoc warnings.
3958 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
3959 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
3960 inputs/outputs or data type. Suggested by Vasu Kandadi.
3961 (next-error-last-buffer): Fix byte-compiler warning.
3962 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
3963 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
3964 or shell command text during AUTO expansion. Suggested by Tad Truex.
3965 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
3966 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
3967 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
3968 in AUTOINOUT. Reported by Matthew Lovell.
3969 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
3970 causing use of <= assignments. Reported by Alex Reed.
3971 (verilog-read-decls): Fix triand, trior, wand, wor to be
3972 recognized by AUTOWIRE. Reported by Spencer Isaacson.
3973 (verilog-extended-complete-re): Support import "DPI-C" functions.
3974 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
3975 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
3976 (verilog-insert-date, verilog-insert-year)
3977 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
3978 Windows systems. Reported by Michael Potts.
3979 (verilog-read-module-name): Fix AUTOINST when the child module
3980 declaration's name is a tick define. Reported by Elliot Mednick.
3981 (verilog-read-decls): Fix V2K parameter bit subscripts getting
3982 passed to next parameter's definition. Reported by Bruce T.
3983 (verilog-read-decls): Fix detecting "parameter int" when using
3984 AUTOINSTPARAM. Reported by Bruce T.
3985 (verilog-goto-defun): Fix goto not finding modules unless first
3986 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
3987 (verilog-mode): Expand -f flag arguments on entry to mode so
3988 verilog-goto-defun will work. Reported by Lawrence Butcher.
3989 (verilog-getopt): Expand environment variables in -f file
3990 arguments. Suggested by Lawrence Butcher.
3991 (verilog-set-define): Fix "Symbol's value as variable is void"
3992 when reading enumerations.
3993 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
3994 Suggested by Stephen Peltan.
3995 (verilog-read-defines): Fix reading of enumerations in include
3996 files. Reported by Steve Peltan.
3997
3998 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
3999
4000 * files.el (trash-directory): Fix defcustom type.
4001
4002 2009-06-28 Juri Linkov <juri@jurta.org>
4003
4004 * help-fns.el (describe-function-1): Correctly locate adviced
4005 functions in hyperlink (Bug#2438).
4006
4007 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
4008
4009 * files.el (trash-directory): Change default to nil.
4010 (move-file-to-trash): If trash-directory is nil and
4011 system-move-file-to-trash is unbound, perform freedesktop-style
4012 trashing.
4013
4014 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
4015
4016 * files.el (move-file-to-trash): Add freedesktop trash
4017 support (Bug#973).
4018
4019 2009-06-28 Glenn Morris <rgm@gnu.org>
4020
4021 * autorevert.el (global-auto-revert-non-file-buffers)
4022 (global-auto-revert-mode): Doc fixes.
4023
4024 2009-06-27 Johan Bockgård <bojohan@gnu.org>
4025
4026 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
4027
4028 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
4029
4030 * faces.el (x-handle-named-frame-geometry): Ensure that we have
4031 opened an X connection before calling x-get-resource (Bug#3194).
4032
4033 * play/doctor.el: Remove reference to obsolete website.
4034 (make-doctor-variables): Correct grammar mistake (Bug#2633).
4035
4036 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
4037
4038 Remove find-file-not-found-hook VC method. (Bug#2757)
4039 * vc-hooks.el (vc-file-not-found-hook)
4040 (vc-default-find-file-not-found-hook): Remove functions.
4041 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
4042 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
4043 * vc.el:
4044 * vc-hg.el:
4045 * vc-git.el: Do not mention find-file-not-found-hook VC method.
4046
4047 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
4048
4049 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
4050 compatibility function for `looking-back'.
4051
4052 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
4053 Use `ispell-looking-back'.
4054
4055 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
4056
4057 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
4058 rather than `filename'.
4059
4060 2009-06-23 Miles Bader <miles@gnu.org>
4061
4062 * face-remap.el (text-scale-set): New function.
4063
4064 2009-06-23 Glenn Morris <rgm@gnu.org>
4065
4066 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
4067
4068 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
4069
4070 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
4071
4072 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
4073
4074 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
4075 Simplify Persian conditionals.
4076
4077 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
4078 variable `filename'.
4079
4080 * comint.el (comint-insert-input): Doc fix.
4081
4082 * Makefile.in (ELCFILES): Fix typo in previous change.
4083
4084 2009-06-23 Miles Bader <miles@gnu.org>
4085
4086 * cus-start.el: Add entry for `recenter-redisplay'.
4087
4088 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
4089
4090 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
4091 Add an optional argument for the backend, use it instead of
4092 calling vc-backend.
4093 (vc-mode-line): Add an optional argument for the backend.
4094 Pass the backend to vc-state and vc-working-revision. Move code for
4095 special handling for vc-state being a buffer to ...
4096
4097 * vc-rcs.el (vc-rcs-find-file-hook):
4098 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
4099
4100 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
4101 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
4102 vc-stay-local-p and vc-mode-line calls.
4103
4104 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
4105 (vc-cvs-diff, vc-cvs-annotate-command)
4106 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
4107 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
4108 vc-mode-line calls.
4109
4110 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
4111 direct comparison.
4112 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
4113 backend when calling vc-mode-line.
4114 (vc-register): Do not create a closure for calling the vc register
4115 function, call it directly.
4116
4117 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
4118
4119 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
4120 to make it obvious item can be clicked.
4121
4122 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
4123
4124 2009-06-23 Kenichi Handa <handa@m17n.org>
4125
4126 * language/korea-util.el (korean-key-bindings): Change the binding
4127 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
4128 same command.
4129
4130 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
4131
4132 Sync with Tramp 2.1.16.
4133
4134 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
4135
4136 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
4137 when a loading of a package fails. Completion function for rsync
4138 is `tramp-completion-function-alist-ssh'.
4139 (all): Replace all calls of `split-string' and
4140 `tramp-split-string' by `tramp-compat-split-string'.
4141 (tramp-default-method): Use `tramp-compat-process-running-p'.
4142 (tramp-default-proxies-alist): Allow also Lisp forms.
4143 (tramp-remote-path): Add choice "Private Directories".
4144 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
4145 (tramp-domain-regexp): Allow also "-", "_" and ".".
4146 (tramp-end-of-output): Remove newlines, and add "$" at the end.
4147 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
4148 (tramp-debug-message): Insert header line in debug buffer.
4149 (tramp-handle-directory-files-and-attributes-with-stat):
4150 Care about filenames with spaces, or starting with "-".
4151 (tramp-handle-dired-uncache): New defun.
4152 (tramp-handle-insert-directory): Don't flush the directory from
4153 cache, this is handled by `dired-uncache' now.
4154 (tramp-handle-insert-file-contents): Improve error handling.
4155 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4156 Quote `tramp-end-of-output'.
4157 (tramp-action-password): Improve trace message.
4158 (tramp-check-for-regexp): Both echoes must be present, before removing.
4159 (tramp-open-connection-setup-interactive-shell): Trace coding system.
4160 (tramp-compute-multi-hops): Eval cons cells of
4161 `tramp-default-proxies-alist'.
4162 (tramp-maybe-open-connection): Use the same command pattern for
4163 first hop and further hops.
4164 (tramp-wait-for-output): Remove handling of newlines.
4165 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
4166 (tramp-split-string): Remove function. It is handled in
4167 tramp-compat now.
4168
4169 * net/tramp-cmds.el (tramp-bug):
4170 Recommend `tramp-cleanup-all-connections' in the bug mail.
4171
4172 * net/tramp-compat.el (tramp-compat-split-string)
4173 (tramp-compat-process-running-p): New defuns.
4174
4175 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
4176 for `dired-uncache'.
4177
4178 * net/tramp-gvfs.el: New package.
4179
4180 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4181 Add handler for `dired-uncache'.
4182 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
4183
4184 * net/trampver.el: Update release number. Make version check fit
4185 for SXEmacs 22.
4186
4187 2009-06-22 Jim Meyering <meyering@redhat.com>
4188
4189 Automatically handle .xz suffix (XZ-compressed files), too.
4190 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
4191 XZ is the successor to LZMA: <http://tukaani.org/xz/>
4192
4193 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
4194 Nick Roberts <nickrob@snap.net.nz>
4195
4196 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
4197 repository (http://sphinx.net.ru/hg/gdb-mi/).
4198
4199 2009-06-22 Glenn Morris <rgm@gnu.org>
4200
4201 * files.el (dir-locals-collect-mode-variables): Allow for any number of
4202 `mode' and `eval' entries. (Bug#3430)
4203
4204 * Makefile.in (ELCFILES): Add fadr.elc.
4205
4206 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
4207 differing behavior of \n and ^ in strings. (Bug#3385)
4208
4209 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
4210
4211 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
4212 property.
4213 (lisp-indent-function): Make it a defcustom.
4214
4215 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
4216
4217 * progmodes/gdb-ui.el: Replace with ...
4218 * progmodes/gdb-mi.el: ... this file.
4219 * progmodes/gud.el: Modify for gdb-mi.el.
4220
4221 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
4222
4223 * fadr.el: New file.
4224
4225 See ChangeLog.14 for earlier changes.
4226
4227 ;; Local Variables:
4228 ;; coding: utf-8
4229 ;; End:
4230
4231 Copyright (C) 2009 Free Software Foundation, Inc.
4232
4233 This file is part of GNU Emacs.
4234
4235 GNU Emacs is free software: you can redistribute it and/or modify
4236 it under the terms of the GNU General Public License as published by
4237 the Free Software Foundation, either version 3 of the License, or
4238 (at your option) any later version.
4239
4240 GNU Emacs is distributed in the hope that it will be useful,
4241 but WITHOUT ANY WARRANTY; without even the implied warranty of
4242 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4243 GNU General Public License for more details.
4244
4245 You should have received a copy of the GNU General Public License
4246 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
4247
4248 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1