fee3587d90d31b9e749d249028cd789a647d299c
[bpt/emacs.git] / lisp / ChangeLog
1 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de>
2
3 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
4
5 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
6
7 * font-setting.el (font-use-system-font): Declare for byte-compiler.
8 (font-setting-change-default-font): Fix typo in docstring.
9
10 2009-11-18 Alan Mackenzie <acm@muc.de>
11
12 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
13
14 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
15
16 * font-setting.el (font-use-system-font): Moved ...
17
18 * cus-start.el (all): ... to here.
19
20 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
21
22 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
23 Don't set `ad-return-value' if `ad-do-it' doesn't.
24
25 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
26 modification time.
27
28 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
29
30 * menu-bar.el: Put "Use system font" in Option-menu.
31 (menu-bar-options-save): Add font-use-system-font.
32
33 * loadup.el: If feature system-font-setting or font-render-setting is
34 there, load font-setting.
35
36 * Makefile.in (ELCFILES): font-settings.el is new.
37 * font-setting.el: New file.
38
39 2009-11-17 Glenn Morris <rgm@gnu.org>
40
41 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
42
43 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
44 Preserve point in the list buffer. (Bug#4939)
45 Use point-at-eol.
46 (newsticker--treeview-list-update-highlight)
47 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
48
49 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
50
51 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
52 Remove.
53
54 * calc/calc-ext.el (calc-init-extensions): Remove references to
55 symclip.
56
57 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
58
59 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
60 * calc/calc-help.el (calc-b-prefix-help): Remove references to
61 `calc-symclip'.
62
63 2009-11-16 Kevin Ryde <user42@zip.com.au>
64
65 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Use
66 `sgml-lexical-context' instead of own parse for tag. (Further to
67 Bug#4511).
68
69 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
70 (lm-keywords-list): Allow comma-only separator like "foo,bar".
71 Ignore trailing spaces by omit-nulls to split-string (fixing
72 regression from Emacs 21 due to the incompatible split-string
73 change). (Bug #4928.)
74
75 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
76
77 * vc.el (vc-log-show-limit): Default to 2000.
78 (vc-print-log-internal): Insert buttons to request more entries
79 when limiting the output.
80
81 * vc-sccs.el (vc-sccs-print-log):
82 * vc-rcs.el (vc-rcs-print-log):
83 * vc-cvs.el (vc-cvs-print-log):
84 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
85 LIMIT is non-nil.
86
87 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
88
89 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
90 error when `tramp-gvfs-dbus-event-vector' is set.
91 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
92
93 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
94
95 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
96
97 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
98
99 * net/dbus.el (dbus-unregister-service): New defun.
100 (dbus-register-property): Register the handlers of
101 "org.freedesktop.DBus.Properties" for SERVICE.
102 (dbus-property-handler): Fix docstring.
103
104 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
105
106 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
107 Quote doc string reference in defvaralias as it is not in special form.
108 (byte-compile-output-docform): Doc fix.
109
110 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
111
112 * calc/calc.el (math-2-word-size, math-half-2-word-size)
113 (calc-complement-signed-mode): New variables.
114 (calc-set-mode-line): Add indicator for twos-complements.
115 (math-format-number): Format twos-complement notation.
116
117 * calc/calc-bin.el (calc-word-size): Reset the variables
118 `math-2-word-size' and `math-half-2-word-size'.
119 (math-format-complement-signed, math-symclip, calcFunc-symclip)
120 (calc-symclip): New functions.
121
122 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
123
124 * calc/calc-embed.el (calc-embedded-mode-vars):
125 Add `calc-complement-signed-mode' to the list of modes.
126
127 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
128 (calc-b-oper-keys): Add `calc-symclip' to list.
129
130 * calc/calc-ext.el (math-read-number-fancy): Read complement
131 signed numbers.
132 (calc-init-extensions): Add binding for `calc-symclip'.
133 Add autoload for `calcFunc-symclip' and `calc-symclip'.
134
135 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
136 `calc-symclip'.
137 (calc-modes-menu): Add item for twos complement mode.
138
139 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
140
141 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
142
143 * register.el (jump-to-register, insert-register): Handle Semantic
144 tags. From commented-out advice in semantic/senator.el.
145
146 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
147
148 * vc.el (vc-log-show-limit): New variable.
149 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
150 when using a prefix argument.
151 (vc-print-log-internal): Add new argument LIMIT.
152
153 * vc-svn.el (vc-svn-print-log):
154 * vc-mtn.el (vc-mtn-print-log):
155 * vc-hg.el (vc-hg-print-log):
156 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
157 pass it to the log command when set. Make the BUFFER argument
158 non-optional.
159
160 * vc-sccs.el (vc-sccs-print-log):
161 * vc-rcs.el (vc-rcs-print-log):
162 * vc-git.el (vc-git-print-log):
163 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
164 ignore it. Make the BUFFER argument non-optional
165
166 * bindings.el (mode-line-buffer-identification): Do not purecopy.
167
168 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
169
170 * dired.el (dired-mode-map): Move encryption items to "Operate"
171 menu (Bug#4703).
172
173 * strokes.el (strokes-update-window-configuration): Make strokes
174 buffer current before erasing (Bug#4906).
175
176 * cedet/semantic/idle.el (semantic-idle-summary-mode)
177 (semantic-idle-summary-mode): Define using define-minor-mode
178 instead of define-semantic-idle-service.
179 (semantic-idle-summary-mode): New function.
180 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
181 that mouse motion does not reset the echo area.
182
183 2009-11-15 Juri Linkov <juri@jurta.org>
184
185 * simple.el (set-mark-default-inactive): Add :type, :group
186 and :version. (Bug#4876)
187
188 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
189
190 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
191 (archive-unique-fname): ... here. (Bug#4929)
192
193 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
194
195 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
196 with a real fix.
197
198 * novice.el (disabled-command-function): Add useful args.
199 Setup the help buffer so that [back] works.
200 Remove redundant call to help-mode.
201 (disabled-command-function): Use `case'.
202 (en/disable-command): New function extracted from enable-command.
203 (enable-command, disable-command): Use it.
204
205 2009-11-14 Glenn Morris <rgm@gnu.org>
206
207 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
208 constants. (Bug#4913)
209
210 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
211
212 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
213
214 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
215 defined in C that have no doc-strings. (Bug#1063)
216
217 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
218
219 * cus-edit.el (data, files):
220 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
221
222 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
223
224 * simple.el (shell-command): Doc fix (Bug#4891).
225
226 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
227
228 2009-11-14 Glenn Morris <rgm@gnu.org>
229
230 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
231 statements for vc-diff, emerge-quit, and rmail-cease-edit.
232 If they are already loaded, eval-after-load will do the right thing.
233
234 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
235 compiling.
236
237 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
238
239 * simple.el (x-selection-owner-p): Declare.
240 (read-mail-command): Use custom radio type rather than choice.
241 (completion-no-auto-exit): Doc fix.
242
243 * custom.el (defgroup):
244 * epg-config.el (epg): Doc fixes.
245
246 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
247
248 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
249 * international/ccl.el (define-ccl-program): Do not purecopy the
250 docstring, defconst does it anyway.
251
252 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
253
254 * add-log.el (add-change-log-entry): Avoid displaying the changelog
255 a second time.
256
257 * x-dnd.el (x-dnd-maybe-call-test-function):
258 * window.el (split-window-vertically):
259 * whitespace.el (whitespace-help-on):
260 * vc-rcs.el (vc-rcs-consult-headers):
261 * userlock.el (ask-user-about-lock-help)
262 (ask-user-about-supersession-help):
263 * type-break.el (type-break-force-mode-line-update):
264 * time-stamp.el (time-stamp-conv-warn):
265 * terminal.el (te-set-output-log, te-more-break, te-filter)
266 (te-sentinel,terminal-emulator):
267 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
268 (term-write-input-ring, term-check-source, term-start-output-log):
269 (term-display-buffer-line, term-dynamic-list-completions):
270 (term-ansi-make-term, serial-term):
271 * subr.el (selective-display):
272 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
273 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
274 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
275 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
276 (speedbar-remove-localized-speedbar-support)
277 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
278 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
279 (speedbar-buffers-line-directory):
280 * simple.el (shell-command-on-region, append-to-buffer)
281 (prepend-to-buffer):
282 * shadowfile.el (shadow-save-todo-file):
283 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
284 (scroll-bar-maybe-set-window-start):
285 * sb-image.el (speedbar-image-dump):
286 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
287 (load-save-place-alist-from-file):
288 * ps-samp.el (ps-print-message-from-summary):
289 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
290 (ps-background-image, ps-begin-job, ps-do-despool):
291 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
292 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
293 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
294 (pr-call-process, pr-file-list, pr-interface-save):
295 * novice.el (disabled-command-function)
296 (enable-command, disable-command):
297 * mouse.el (mouse-buffer-menu-alist):
298 * mouse-copy.el (mouse-kill-preserving-secondary):
299 * macros.el (kbd-macro-query):
300 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
301 * informat.el (batch-info-validate):
302 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
303 * hippie-exp.el (try-expand-dabbrev-visible):
304 * help-mode.el (help-make-xrefs):
305 * help-fns.el (describe-variable):
306 * generic-x.el (bat-generic-mode-run-as-comint):
307 * finder.el (finder-mouse-select):
308 * find-dired.el (find-dired-sentinel):
309 * filesets.el (filesets-file-close):
310 * files.el (list-directory):
311 * faces.el (list-faces-display, describe-face):
312 * facemenu.el (list-colors-display):
313 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
314 * epg.el (epg--process-filter, epg-cancel):
315 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
316 (epa--read-signature-type):
317 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
318 (emerge-file-names):
319 * ehelp.el (electric-helpify):
320 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
321 * ediff-vers.el (rcs-ediff-view-revision):
322 * ediff-util.el (ediff-setup):
323 * ediff-mult.el (ediff-append-custom-diff):
324 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
325 (ediff-wordify):
326 * echistory.el (Electric-command-history-redo-expression):
327 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
328 * disp-table.el (describe-display-table):
329 * dired.el (dired-find-buffer-nocreate):
330 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
331 * dabbrev.el (dabbrev--same-major-mode-p):
332 * chistory.el (list-command-history):
333 * apropos.el (apropos-documentation):
334 * allout.el (allout-obtain-passphrase):
335 (allout-copy-exposed-to-buffer):
336 (allout-verify-passphrase): Use with-current-buffer.
337
338 2009-11-13 Glenn Morris <rgm@gnu.org>
339
340 * Makefile.in (ELCFILES): Regenerate.
341
342 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
343
344 * net/dbus.el (dbus-registered-objects-table): Rename from
345 `dbus-registered-functions-table', because it contains also properties.
346 (dbus-unregister-object): Unregister also properties.
347 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
348 Use a timeout of 500 msec, in order to not block.
349 (dbus-register-property, dbus-property-handler): New defuns.
350
351 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
352
353 * simple.el (minibuffer-default-add-completions): Drop deprecated
354 4th arg.
355
356 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
357
358 * textmodes/artist.el (artist-mouse-choose-operation):
359 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
360 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
361 (artist-compute-up-event-key): New function.
362 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
363
364 2009-11-13 Kenichi Handa <handa@m17n.org>
365
366 * language/japan-util.el: Make sure that the value of jisx0208
367 property is jisx0208 character.
368
369 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
370
371 * international/mule.el (auto-coding-regexp-alist): Only purecopy
372 car or each item, not the whole list.
373
374 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
375
376 * minibuffer.el (minibuffer-completion-help):
377 Use minibuffer-hide-completions.
378
379 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
380
381 * dired.el (dired-save-positions, dired-restore-positions): New funs.
382 (dired-revert): Use them (bug#4880).
383
384 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
385
386 * tooltip.el (tooltip-frame-parameters): Undo previous change.
387
388 2009-11-12 Juri Linkov <juri@jurta.org>
389
390 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
391 New functions.
392 (find-file-literally-at-point): Alias of `ffap-literally'.
393
394 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
395
396 * textmodes/ispell.el (ispell-skip-region-alist):
397 * textmodes/css-mode.el (auto-mode-alist):
398 * progmodes/compile.el (auto-mode-alist):
399 * international/mule.el (ctext-non-standard-encodings-alist)
400 (ctext-non-standard-encodings-regexp):
401 * simple.el (shell-command-switch, text-read-only):
402 * replace.el (occur-mode-map):
403 * paths.el (rmail-file-name):
404 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
405 * find-file.el (ff-special-constructs):
406 * files.el (file-name-handler-alist):
407 * composite.el: Purecopy strings.
408
409 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
410
411 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
412
413 * widget.el (define-widget): Purecopy the docstring.
414 * international/mule-cmds.el (charset): Do not purecopy the
415 docstring here, define-widget does it.
416
417 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
418 * textmodes/bibtex-style.el (auto-mode-alist):
419 * progmodes/inf-lisp.el (inferior-lisp-prompt):
420 * progmodes/compile.el (compile-command):
421 * language/korea-util.el (default-korean-keyboard):
422 * international/mule-conf.el (file-coding-system-alist):
423 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
424 * tooltip.el (tooltip-frame-parameters):
425 * newcomment.el (comment-end, comment-padding):
426 * dired.el (dired-trivial-filenames):
427 * comint.el (comint-file-name-prefix): Purecopy initial values.
428
429 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
430
431 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
432 (tramp-advice-minibuffer-electric-tilde): Unload advices via
433 `tramp-unload'.
434 (tramp-advice-make-auto-save-file-name)
435 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
436 after removing the advice.
437
438 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
439
440 * progmodes/grep.el (grep-regexp-alist):
441 * international/mule-cmds.el (iso-2022-control-alist):
442 * emacs-lisp/timer.el (timer-duration-words):
443 * subr.el (version-separator, version-regexp-alist):
444 * minibuffer.el (completion-styles-alist):
445 * faces.el (face-attribute-name-alist, list-faces-sample-text):
446 Change defvars to defconsts.
447
448 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
449 * loadup.el ("international/mule-conf"): Load the byte compiled version.
450 * international/mule-conf.el: Allow to be byte compiled.
451
452 * international/mule.el (define-charset): Purecopy props.
453 (load-with-code-conversion): Purecopy doc string and file name.
454 (put-charset-property): Purecopy strings.
455 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
456
457 * international/mule-cmds.el (register-input-method): Purecopy arguments.
458 (define-char-code-property): Correctly purecopy the table.
459
460 * international/ccl.el (define-ccl-program): Purecopy the docstring.
461
462 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
463
464 * subr.el (add-hook): Purecopy strings.
465 (eval-after-load): Purecopy load-history-regexp and the form.
466
467 * custom.el (custom-declare-group): Purecopy load-file-name.
468
469 * subr.el (menu-bar-separator): New defconst.
470 * net/eudc.el (eudc-tools-menu):
471 * international/mule-cmds.el (set-coding-system-map)
472 (mule-menu-keymap):
473 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
474 * vc-hooks.el (vc-menu-map):
475 * replace.el (occur-mode-map):
476 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
477 (menu-bar-edit-menu, menu-bar-goto-menu)
478 (menu-bar-custom-menu, menu-bar-showhide-menu)
479 (menu-bar-options-menu, menu-bar-tools-menu)
480 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
481 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
482 (menu-bar-help-menu):
483 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
484 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
485
486 * term/x-win.el (x-gtk-stock-map):
487 * progmodes/vera-mode.el (auto-mode-alist):
488 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
489 (inferior-lisp-program, inferior-lisp-load-command):
490 * progmodes/hideshow.el (hs-special-modes-alist):
491 * progmodes/gud.el (same-window-regexps):
492 * progmodes/grep.el (grep-program, find-program, xargs-program):
493 * net/telnet.el (same-window-regexps):
494 * net/rlogin.el (same-window-regexps):
495 * language/ethiopic.el (font-ccl-encoder-alist):
496 * vc-sccs.el (vc-sccs-master-templates):
497 * vc-rcs.el (vc-rcs-master-templates):
498 * subr.el (cl-assertion-failed):
499 * simple.el (next-error-overlay-arrow-position):
500 * lpr.el (lpr-command):
501 * locate.el (locate-ls-subdir-switches):
502 * info.el (same-window-regexps, info)
503 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
504 * image-mode.el (image-mode, auto-mode-alist):
505 * hippie-exp.el (hippie-expand-ignore-buffers):
506 * format.el (format-alist):
507 * find-dired.el (find-ls-subdir-switches, find-grep-options)
508 (find-name-arg):
509 * facemenu.el (facemenu-keybindings):
510 * dired.el (dired-listing-switches, dired-chown-program):
511 * diff.el (diff-switches, diff-command):
512 * cus-edit.el (same-window-regexps):
513 * bindings.el (mode-line-mule-info)
514 (mode-line-buffer-identification): Purecopy strings.
515
516 2009-11-11 Juri Linkov <juri@jurta.org>
517
518 * simple.el (dired-get-filename)<declare-function>:
519 Tell the byte-compiler about dired-get-filename.
520 (shell-command): In Dired mode, get filename from the current line
521 as the default value.
522
523 2009-11-10 Glenn Morris <rgm@gnu.org>
524
525 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
526 * calendar/holidays.el, progmodes/cperl-mode.el:
527 Update x-popup-menu declarations.
528
529 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
530 (list-load-path-shadows): Use dolist.
531 (list-load-path-shadows): Use with-current-buffer.
532
533 2009-11-10 Juri Linkov <juri@jurta.org>
534
535 * minibuffer.el (read-file-name): Support a list of default values
536 in `default-filename'. Use the first file name where only one
537 element is required. Doc fix.
538
539 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
540
541 * net/dbus.el (dbus-unregister-object): Release service, if no
542 other method is registered for it.
543
544 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
545
546 * bookmark.el (bookmark-completing-read): Sort bookmark names if
547 bookmark-sort-flag is non-nil (Bug#4653).
548
549 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
550
551 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
552 the progress reporter entirely.
553
554 * emulation/cua-base.el: Add CUA property to some CC mode commands
555 (Bug#4100).
556
557 2009-11-08 Kevin Ryde <user42@zip.com.au>
558
559 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
560 at end of sentence (Bug#4818).
561
562 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
563
564 * progmodes/compile.el (compilation-error-regexp-alist-alist):
565 Handle "see declaration of" MSFT statements (Bug#4100).
566
567 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
568
569 * net/tramp.el (tramp-advice-make-auto-save-file-name)
570 (tramp-advice-file-expand-wildcards): Unload via
571 `ad-remove-advice'.
572
573 * net/trampver.el: Update release number.
574
575 2009-11-08 Kevin Ryde <user42@zip.com.au>
576
577 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
578 `ad-do-it'.
579
580 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
581
582 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
583 in order to keep context in SELinux.
584
585 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
586
587 * dired-aux.el (dired-query): Place cursor in echo area and allow
588 C-g.
589
590 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
591 menu item if not on a directory (Bug#4701).
592
593 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
594
595 Sync with Tramp 2.1.17.
596
597 * net/tramp.el (tramp-handle-copy-directory): Don't use
598 `file-remote-p' (due to compatibility).
599
600 * net/tramp-compat.el (tramp-compat-copy-directory)
601 (tramp-compat-delete-directory): New defuns.
602
603 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
604 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
605 `tramp-compat-delete-directory'.
606
607 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
608 (tramp-smb-handle-delete-directory ): Use
609 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
610
611 * net/trampver.el: Update release number.
612
613 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
614
615 * tar-mode.el (tar-copy): Call write-region on the right buffer
616 (Bug#4857).
617
618 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
619 by hand, if necessary (Bug#4878).
620
621 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
622
623 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
624 align size column (Bug#4839).
625
626 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
627 statement.
628
629 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
630
631 * progmodes/ld-script.el (auto-mode-alist):
632 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
633
634 * cus-face.el (custom-declare-face): Purecopy face spec.
635
636 2009-11-06 Kenichi Handa <handa@m17n.org>
637
638 * international/uni-bidi.el: Re-generated.
639 * international/uni-category.el: Re-generated.
640 * international/uni-combining.el: Re-generated.
641 * international/uni-mirrored.el: Re-generated.
642
643 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
644
645 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
646 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
647 (tex-start-options, slitex-run-command, latex-run-command)
648 (tex-run-command, tex-directory):
649 * textmodes/ispell.el (ispell-html-skip-alists)
650 (ispell-tex-skip-alists, ispell-tex-skip-alists):
651 * textmodes/fill.el (adaptive-fill-first-line-regexp):
652 (adaptive-fill-regexp):
653 * textmodes/dns-mode.el (auto-mode-alist):
654 * progmodes/python.el (interpreter-mode-alist):
655 * progmodes/etags.el (tags-compression-info-list):
656 * progmodes/etags.el (tags-file-name):
657 * net/browse-url.el (browse-url-galeon-program)
658 (browse-url-firefox-program):
659 * mail/sendmail.el (mail-signature-file)
660 (mail-citation-prefix-regexp):
661 * international/mule-conf.el (eight-bit):
662 * international/latexenc.el (latex-inputenc-coding-alist):
663 * international/fontset.el (x-pixel-size-width-font-regexp):
664 * emacs-lisp/warnings.el (warning-type-format):
665 * emacs-lisp/trace.el (trace-buffer):
666 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
667 (emacs-lisp-mode-map):
668 * calendar/holidays.el (holiday-solar-holidays)
669 (holiday-bahai-holidays, holiday-islamic-holidays)
670 (holiday-christian-holidays, holiday-hebrew-holidays)
671 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
672 (hebrew-holidays-1, holiday-oriental-holidays)
673 (holiday-general-holidays):
674 * x-dnd.el (x-dnd-known-types):
675 * tool-bar.el (tool-bar):
676 * startup.el (site-run-file):
677 * shell.el (shell-dumb-shell-regexp):
678 * rfn-eshadow.el (file-name-shadow-tty-properties)
679 (file-name-shadow-properties):
680 * paths.el (remote-shell-program, news-directory):
681 * mouse.el ([C-down-mouse-3]):
682 * menu-bar.el (menu-bar-tools-menu):
683 * jka-cmpr-hook.el (jka-compr-load-suffixes)
684 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
685 (jka-compr-compression-info-list):
686 * isearch.el (search-whitespace-regexp):
687 * image-file.el (image-file-name-extensions):
688 * find-dired.el (find-ls-option):
689 * files.el (directory-listing-before-filename-regexp)
690 (directory-free-space-args, insert-directory-program)
691 (list-directory-brief-switches, magic-fallback-mode-alist)
692 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
693 (automount-dir-prefix):
694 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
695 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
696 (face-font-registry-alternatives, face-font-registry-alternatives)
697 (face-font-family-alternatives):
698 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
699 (facemenu-foreground-menu, facemenu-face-menu):
700 * epa-hook.el (epa-file-name-regexp):
701 * dnd.el (dnd-protocol-alist):
702 * textmodes/rst.el (auto-mode-alist):
703 * button.el (default-button): Purecopy strings.
704
705 2009-11-06 Glenn Morris <rgm@gnu.org>
706
707 * Makefile.in (ELCFILES): Update.
708
709 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
710
711 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
712 * emacs-lisp/levents.el: Move to obsolete/levents.el.
713
714 * nxml/xsd-regexp.el (xsdre-gen-categories):
715 * nxml/xmltok.el (xmltok-parse-entity):
716 * nxml/rng-parse.el (rng-parse-validate-file):
717 * nxml/rng-maint.el (rng-format-manual)
718 (rng-manual-output-force-new-line):
719 * nxml/rng-loc.el (rng-save-schema-location-1):
720 * nxml/rng-cmpct.el (rng-c-parse-file):
721 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
722 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
723
724 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
725
726 * verilog-mode.el (verilog-getopt-file, verilog-set-define):
727 Remove extra save-excursions and make-variable-buffer-local's.
728 Suggested by Stefan Monnier.
729
730 (verilog-getopt-file, verilog-module-inside-filename-p)
731 (verilog-set-define): Merge GNU 1.35 and repair changes from
732 switching to using with-current-buffer.
733
734 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
735 being treated as a number and confusing AUTORESET.
736 Reported by Dan Dever.
737
738 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
739 Add verilog-auto-ignore-concat to fix backward compatibility with
740 older verilog-modes. Reported by Dan Katz.
741
742 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
743 containing closing anchors "...$".
744
745 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
746 Reported by Wade Smith.
747
748 (verilog-batch-execute-func) Comment on function usage.
749
750 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
751
752 * verilog-mode.el (verilog-label-re): Fix regular expression for
753 labels.
754
755 (verilog-label-re, verilog-calc-1): Support proper indent of named
756 asserts.
757
758 (verilog-backward-token, verilog-basic-complete-re)
759 (verilog-beg-of-statement, verilog-indent-re): Support proper
760 indent of the assert statement at the beginning of a block of text.
761
762 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
763 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
764 tokens as begins.
765
766 2009-11-05 Glenn Morris <rgm@gnu.org>
767
768 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
769 Emacs 19. (Bug#1531)
770 (byte-compile-fix-header): Update for the above change.
771 Drop test for epoch::version.
772
773 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
774 * cus-dep.el (custom-make-dependencies):
775 * finder.el (finder-compile-keywords):
776 Use autoload-rubric's feature argument.
777
778 * calendar/diary-lib.el (top-level): Make load behave more like require.
779
780 * vc-git.el (vc-git-stash-map): Move definition before use.
781
782 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
783
784 * custom.el (custom-declare-group): Purecopy standard-value.
785 (custom-declare-group): Purecopy custom-prefix.
786
787 * international/mule.el (load-with-code-conversion):
788 Call do-after-load-evaluation unconditionally.
789
790 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
791
792 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
793
794 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
795
796 2009-11-04 Glenn Morris <rgm@gnu.org>
797
798 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
799 (byte-compile-compatibility): Remove option.
800 (byte-compile-close-variables, byte-compile-fix-header)
801 (byte-compile-insert-header, byte-compile-output-docform)
802 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
803 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
804 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
805 (byte-compile-insert, byte-compile-defun):
806 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
807 (byte-defop-compiler19): Remove.
808 Without byte-compile-compatibility, the 'emacs19-opcode property is not
809 used by anything. Replace all calls with byte-defop-compiler.
810
811 2009-11-04 Juri Linkov <juri@jurta.org>
812
813 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
814 (menu-bar-options-menu): Don't quote the `prop' arg of
815 `menu-bar-make-mm-toggle'.
816
817 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
818
819 * calendar/calendar.el (cal-loaddefs):
820 * calendar/diary-lib.el (diary-loaddefs):
821 * calendar/holidays.el (hol-loaddefs):
822 * eshell/esh-module.el (esh-groups): Load rather than require.
823
824 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
825
826 * calendar/todo-mode.el (todo-add-category): Don't hardcode
827 point-min==1.
828 (todo-top-priorities): Only display-buffer when called interactively.
829 (todo-item-start): Don't save excursion point.
830 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
831 (todo-insert-item-here, todo-file-item, todo-remove-item):
832 Adjust uses of todo-item-start and todo-item-end.
833
834 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
835 (autoload-rubric): Don't use any more.
836 * cedet/semantic/fw.el (semantic/loaddefs):
837 * cedet/srecode.el (srecode/loaddefs):
838 * cedet/ede.el (ede/loaddefs): Load rather than require.
839 * cedet/ede/cpp-root.el:
840 * cedet/ede/emacs.el:
841 * cedet/ede/files.el:
842 * cedet/ede/linux.el:
843 * cedet/ede/locate.el:
844 * cedet/ede/make.el:
845 * cedet/ede/shell.el:
846 * cedet/ede/speedbar.el:
847 * cedet/ede/system.el:
848 * cedet/ede/util.el:
849 * cedet/semantic/analyze.el:
850 * cedet/semantic/bovine.el:
851 * cedet/semantic/complete.el:
852 * cedet/semantic/ctxt.el:
853 * cedet/semantic/db-file.el:
854 * cedet/semantic/db-find.el:
855 * cedet/semantic/db-global.el:
856 * cedet/semantic/db-mode.el:
857 * cedet/semantic/db-typecache.el:
858 * cedet/semantic/db.el:
859 * cedet/semantic/debug.el:
860 * cedet/semantic/dep.el:
861 * cedet/semantic/doc.el:
862 * cedet/semantic/edit.el:
863 * cedet/semantic/find.el:
864 * cedet/semantic/format.el:
865 * cedet/semantic/html.el:
866 * cedet/semantic/ia-sb.el:
867 * cedet/semantic/ia.el:
868 * cedet/semantic/idle.el:
869 * cedet/semantic/lex-spp.el:
870 * cedet/semantic/lex.el:
871 * cedet/semantic/mru-bookmark.el:
872 * cedet/semantic/scope.el:
873 * cedet/semantic/senator.el:
874 * cedet/semantic/sort.el:
875 * cedet/semantic/symref.el:
876 * cedet/semantic/tag-file.el:
877 * cedet/semantic/tag-ls.el:
878 * cedet/semantic/tag-write.el:
879 * cedet/semantic/tag.el:
880 * cedet/semantic/util-modes.el:
881 * cedet/semantic/analyze/complete.el:
882 * cedet/semantic/analyze/refs.el:
883 * cedet/semantic/bovine/c.el:
884 * cedet/semantic/bovine/gcc.el:
885 * cedet/semantic/bovine/make.el:
886 * cedet/semantic/bovine/scm.el:
887 * cedet/semantic/decorate/include.el:
888 * cedet/semantic/decorate/mode.el:
889 * cedet/semantic/symref/cscope.el:
890 * cedet/semantic/symref/global.el:
891 * cedet/semantic/symref/grep.el:
892 * cedet/semantic/symref/idutils.el:
893 * cedet/semantic/symref/list.el:
894 * cedet/semantic/wisent/java-tags.el:
895 * cedet/semantic/wisent/javascript.el:
896 * cedet/srecode/compile.el:
897 * cedet/srecode/cpp.el:
898 * cedet/srecode/document.el:
899 * cedet/srecode/el.el:
900 * cedet/srecode/expandproto.el:
901 * cedet/srecode/getset.el:
902 * cedet/srecode/insert.el:
903 * cedet/srecode/java.el:
904 * cedet/srecode/map.el:
905 * cedet/srecode/mode.el:
906 * cedet/srecode/template.el:
907 * cedet/srecode/texi.el: Remove the file-local setting of
908 generated-autoload-feature.
909
910 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
911 and only put a prop if it is non-nil.
912
913 2009-11-03 Juri Linkov <juri@jurta.org>
914
915 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
916 (menu-bar-options-menu): Fix list quoting (Bug#4429).
917
918 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
919 and "Menu" to make top-level menu item visually one unit (like
920 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
921 multi-word menu items). Fix :help string for quit-window.
922
923 2009-11-03 Glenn Morris <rgm@gnu.org>
924
925 * cedet/mode-local.el (with-mode-local): Doc fix.
926
927 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
928 (byte-compile-file-form-define-abbrev-table)
929 (byte-compile-file-form-custom-declare-variable)
930 (byte-compile-variable-ref, byte-compile-defvar):
931 Whether or not a warning is enabled should only affect whether we issue
932 the warning, not whether or not we collect the relevant data.
933 Eg warnings can be turned on and off throughout the course of a file.
934
935 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
936 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
937
938 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
939
940 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
941 * play/mpuz.el (mpuz-create-buffer):
942 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
943 (lm-print-y,s,noise, lm-print-w0, lm-init):
944 * play/gomoku.el (gomoku-prompt-for-move):
945 * play/fortune.el (fortune-in-buffer):
946 * play/dissociate.el (dissociated-press):
947 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
948 (decipher-analyze-buffer, decipher-stats-buffer,decipher-stats-buffer):
949 * mail/supercite.el (sc-eref-show):
950 * mail/smtpmail.el (smtpmail-send-it):
951 * mail/rmailsum.el (rmail-summary-next-labeled-message)
952 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
953 (rmail-summary-undelete-many, rmail-summary-rmail-update)
954 (rmail-summary-goto-msg, rmail-summary-expunge)
955 (rmail-summary-get-new-mail, rmail-summary-search-backward)
956 (rmail-summary-add-label, rmail-summary-output-menu)
957 (rmail-summary-output-body):
958 * mail/rfc822.el (rfc822-addresses):
959 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
960 * mail/mailpost.el (post-mail-send-it):
961 * mail/hashcash.el (hashcash-generate-payment):
962 * mail/feedmail.el (feedmail-run-the-queue)
963 (feedmail-queue-send-edit-prompt-help-first)
964 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
965 (feedmail-deduce-address-list):
966 * eshell/esh-ext.el (eshell-remote-command):
967 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
968 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
969 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
970 (viper-save-string-in-file, viper-valid-marker):
971 * emulation/viper-keym.el (viper-toggle-key):
972 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
973 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
974 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
975 * emulation/viper-cmd.el (viper-exec-form-in-vi)
976 (viper-exec-form-in-emacs, viper-brac-function):
977 * emulation/viper.el (viper-delocalize-var):
978 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
979 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
980 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
981 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
982 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
983 * emulation/edt.el (edt-electric-helpify):
984 * emulation/cua-rect.el (cua--rectangle-aux-replace):
985 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
986 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
987 (cua-indent-to-global-mark-column):
988 * calendar/diary-lib.el (calendar-mark-1):
989 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
990 Use with-current-buffer.
991 * emulation/viper.el (viper-delocalize-var): Use dolist.
992
993 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
994
995 * comint.el (comint-replace-by-expanded-history-before-point):
996 Replace !! with the previous input string literally (Bug#1795).
997
998 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
999
1000 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
1001 to be made up of whitespace.
1002
1003 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
1004
1005 * minibuffer.el (read-file-name): Don't use file dialogs for
1006 remote directories (Bug#99).
1007
1008 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
1009
1010 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
1011
1012 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
1013
1014 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
1015 instead of deleting the window or frame.
1016
1017 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
1018
1019 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
1020 Support face colors.
1021
1022 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
1023 New function. Support face colors (Bug#1168).
1024 (tex-common-initialization): Use it.
1025
1026 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
1027 mode allows it (Bug#1168).
1028
1029 2009-10-31 Juri Linkov <juri@jurta.org>
1030
1031 * facemenu.el (list-colors-display): Don't mark buffer as
1032 modified (Bug#3948).
1033
1034 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
1035
1036 * international/mule-diag.el (list-character-sets-1): Minor
1037 message fix (Bug#3526).
1038
1039 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
1040 face property (Bug#4834).
1041 (etags-list-tags, etags-tags-apropos-additional)
1042 (etags-tags-apropos, tags-select-tags-table): Add follow-link
1043 property.
1044
1045 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
1046 items.
1047
1048 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
1049 items.
1050
1051 * cedet/ede.el (ede-minor-mode):
1052 * cedet/semantic.el (semantic-mode): Toggle menu separators.
1053
1054 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1055
1056 * textmodes/two-column.el (2C-split):
1057 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
1058 * textmodes/tex-mode.el (tex-set-buffer-directory):
1059 * textmodes/spell.el (spell-region, spell-string):
1060 * textmodes/reftex.el (reftex-erase-buffer):
1061 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
1062 * textmodes/reftex-toc.el (reftex-toc-promote-action):
1063 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
1064 (reftex-select-item):
1065 * textmodes/reftex-ref.el (reftex-label-info-update)
1066 (reftex-offer-label-menu):
1067 * textmodes/reftex-index.el (reftex-index-change-entry)
1068 (reftex-index-phrases-info):
1069 * textmodes/reftex-global.el (reftex-create-tags-file)
1070 (reftex-save-all-document-buffers, reftex-ensure-write-access):
1071 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
1072 (reftex-view-crossref-from-bibtex):
1073 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
1074 (reftex-extract-bib-entries-from-thebibliography)
1075 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
1076 * textmodes/refbib.el (r2b-capitalize-title):
1077 (r2b-convert-buffer, r2b-help):
1078 * textmodes/page-ext.el (pages-directory)
1079 (pages-directory-goto-with-mouse):
1080 * textmodes/bibtex.el (bibtex-validate-globally):
1081 * textmodes/bib-mode.el (bib-capitalize-title):
1082 * textmodes/artist.el (artist-clear-buffer, artist-system):
1083 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
1084 (local-set-scheme-interaction-buffer, xscheme-process-filter)
1085 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
1086 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
1087 (xscheme-send-control-g-interrupt, xscheme-start-process)
1088 (xscheme-process-sentinel, xscheme-cd):
1089 * progmodes/verilog-mode.el (verilog-read-always-signals)
1090 (verilog-set-define, verilog-getopt-file)
1091 (verilog-module-inside-filename-p):
1092 * progmodes/sh-script.el:
1093 * progmodes/python.el (python-pdbtrack-get-source-buffer)
1094 (python-pdbtrack-grub-for-buffer, python-execute-file):
1095 * progmodes/octave-inf.el (inferior-octave):
1096 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
1097 (idlwave-shell-compile-helper-routines, idlwave-set-local)
1098 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
1099 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
1100 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
1101 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
1102 (idlwave-shell-filter, idlwave-shell-examine-highlight)
1103 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
1104 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
1105 (idlwave-shell-examine-display, idlwave-shell-run-region)
1106 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
1107 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
1108 * progmodes/idlw-help.el (idlwave-help-get-special-help)
1109 (idlwave-help-get-help-buffer):
1110 * progmodes/gud.el (gud-basic-call, gud-find-class)
1111 (gud-tooltip-activate-mouse-motions-if-enabled):
1112 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
1113 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
1114 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
1115 (ebrowse-tags-next-file):
1116 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
1117 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
1118 (ebnf-eps-finish-and-write):
1119 * progmodes/cpp.el (cpp-edit-save):
1120 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
1121 * progmodes/cc-defs.el (c-emacs-features):
1122 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
1123 (antlr-directory-dependencies):
1124 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
1125 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
1126 (ada-find-any-references, ada-make-filename-from-adaname)
1127 (ada-make-body-gnatstub):
1128 * obsolete/rnews.el (news-list-news-groups):
1129 * obsolete/resume.el (resume-suspend-hook,resume-write-buffer-to-file):
1130 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
1131 * net/rcirc.el (rcirc-debug):
1132 * net/newst-treeview.el (newsticker--treeview-list-add-item)
1133 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
1134 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
1135 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
1136 (newsticker--treeview-tree-update-tag,newsticker--treeview-buffer-init)
1137 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
1138 (newsticker--treeview-list-clear-highlight)
1139 (newsticker--treeview-list-update-highlight)
1140 (newsticker--treeview-list-highlight-start)
1141 (newsticker--treeview-tree-update-highlight)
1142 (newsticker--treeview-get-selected-item)
1143 (newsticker-treeview-mark-list-items-old)
1144 (newsticker--treeview-set-current-node):
1145 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
1146 * net/newst-backend.el (newsticker--get-news-by-funcall)
1147 (newsticker--get-news-by-wget, newsticker--image-get)
1148 (newsticker--image-sentinel):
1149 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
1150 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
1151 (eudc-ph-close-session):
1152 * net/eudc.el (eudc-save-options):
1153 * language/thai-word.el (thai-update-word-table):
1154 * language/japan-util.el (japanese-string-conversion):
1155 * international/titdic-cnv.el (tsang-quick-converter)
1156 (ziranma-converter, ctlau-converter):
1157 * international/mule-cmds.el (describe-language-environment):
1158 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
1159 (skkdic-convert-postfix, skkdic-convert-prefix):
1160 (skkdic-convert-okuri-nasi, skkdic-convert):
1161 * emacs-lisp/re-builder.el (reb-update-overlays):
1162 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
1163 * emacs-lisp/gulp.el (gulp-send-requests):
1164 * emacs-lisp/find-gc.el (trace-call-tree):
1165 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
1166 (eieio-describe-generic):
1167 * emacs-lisp/eieio-base.el (eieio-persistent-read):
1168 * emacs-lisp/edebug.el (edebug-outside-excursion):
1169 * emacs-lisp/debug.el (debugger-make-xrefs):
1170 * emacs-lisp/cust-print.el (custom-prin1-to-string):
1171 * emacs-lisp/chart.el (chart-new-buffer):
1172 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
1173 Use with-current-buffer.
1174 * textmodes/artist.el (artist-system): Don't call
1175 copy-sequence on a fresh string.
1176 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
1177
1178 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
1179
1180 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1181 is no item to edit. (Bug#4820)
1182 (todo-top-priorities): Restore point and restore narrowing in Todo
1183 buffer. (Bug#4820)
1184
1185 2009-10-31 Glenn Morris <rgm@gnu.org>
1186
1187 * net/ange-ftp.el (top-level): Don't require dired when compiling.
1188 (comint-last-output-start, comint-last-input-start)
1189 (comint-last-input-end): Don't defvar when compiling.
1190 (ange-ftp-process-file): Use bound-and-true-p.
1191
1192 * pcmpl-rpm.el (top-level): Move provide statement to end.
1193 (pcmpl-rpm): Remove unused custom group.
1194
1195 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
1196
1197 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
1198
1199 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1200 (byte-compile-warnings): Add `constants' as an option.
1201 (byte-compile-callargs-warn, byte-compile-arglist-warn)
1202 (display-call-tree): Update for byte-compile-fdefinition possibly
1203 returning `(macro lambda ...)'. (Bug#4778)
1204 (byte-compile-variable-ref, byte-compile-setq-default):
1205 Respect `constants' member of byte-compile-warnings.
1206
1207 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
1208 Use mapc rather than mapcar because the return value is never used.
1209
1210 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
1211 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
1212 * cedet/semantic/html.el:
1213 Suppress harmless warnings about setting up semantic-imenu (not
1214 part of Emacs) variables.
1215
1216 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1217
1218 * vc-bzr.el (vc-bzr-revision-keywords): New var.
1219 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
1220 to "submit:".
1221
1222 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
1223 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
1224 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
1225 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
1226 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
1227 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
1228 (semantic-analyzer-debug-global-symbol)
1229 (semantic-analyzer-debug-missing-innertype)
1230 (semantic-analyzer-debug-insert-include-summary):
1231 * cedet/semantic/util.el (semantic-file-tag-table):
1232 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
1233 (semantic-recursive-find-nonterminal-by-name):
1234 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
1235 * cedet/semantic/tag-file.el (semantic-prototype-file):
1236 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
1237 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
1238 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
1239 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1240 (semantic-idle-summary-maybe-highlight):
1241 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
1242 (semantic-ia-sb-tag-info):
1243 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
1244 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
1245 * cedet/semantic/ede-grammar.el (project-compile-target):
1246 (ede-proj-makefile-insert-variables):
1247 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
1248 (semantic-debug-set-source-location, semantic-debug-interface-layout)
1249 (semantic-debug-mode, semantic-debug):
1250 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
1251 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
1252 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1253 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
1254 (semanticdb-find-translate-path-includes--internal)
1255 (semanticdb-reset-log, semanticdb-find-log-activity):
1256 * cedet/semantic/db-file.el (object-write):
1257 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1258 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
1259 (semanticdb-create-ebrowse-database):
1260 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
1261 * cedet/semantic/complete.el (semantic-displayor-focus-request)
1262 (semantic-collector-calculate-completions-raw)
1263 (semantic-complete-read-tag-analyzer):
1264 * cedet/semantic/analyze.el (semantic-analyze-pulse):
1265 * cedet/ede/util.el (ede-update-version-in-source):
1266 * cedet/ede/proj.el (project-delete-target):
1267 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
1268 (ede-proj-flush-autoconf):
1269 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
1270 (ede-proj-configure-synchronize):
1271 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
1272 * cedet/ede/linux.el (ede-linux-version):
1273 * cedet/ede/emacs.el (ede-emacs-version):
1274 * cedet/ede/dired.el (ede-dired-add-to-target):
1275 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
1276 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
1277 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
1278 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
1279 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
1280 (cedet-idutils-version-check):
1281 * cedet/cedet-global.el (cedet-gnu-global-call):
1282 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
1283 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
1284 * cedet/cedet-cscope.el (cedet-cscope-call)
1285 (cedet-cscope-expand-filename, cedet-cscope-version-check):
1286 Use with-current-buffer.
1287 * cedet/ede.el (ede-make-project-local-variable)
1288 (ede-set-project-variables, ede-set): Use dolist.
1289
1290 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
1291
1292 * textmodes/ispell.el (ispell-skip-region-alist):
1293 * international/mule-conf.el (eight-bit):
1294 * international/fontset.el (font-encoding-alist):
1295 * startup.el (pure-space-overflow-message):
1296 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
1297 * paths.el (gnus-nntp-service, rmail-spool-directory)
1298 (term-file-prefix):
1299 * files.el (save-some-buffers-action-alist):
1300 * cmuscheme.el (same-window-buffer-names):
1301 * ielm.el (same-window-buffer-names):
1302 * shell.el (same-window-buffer-names):
1303 * mail/sendmail.el (same-window-buffer-names):
1304 * progmodes/inf-lisp.el (same-window-buffer-names):
1305 * bindings.el (mode-line-client)
1306 (mode-line-column-line-number-mode-map):
1307 * language/tibetan.el (tibetan-precomposition-rule-regexp)
1308 (tibetan-precomposed-regexp): Purecopy string arguments.
1309
1310 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1311
1312 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
1313 (calcDigit-nondigit):
1314 * calc/calc-yank.el (calc-copy-to-buffer):
1315 * calc/calc-units.el (calc-invalidate-units-table):
1316 * calc/calc-trail.el (calc-trail-yank):
1317 * calc/calc-store.el (calc-insert-variables):
1318 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
1319 * calc/calc-prog.el (calc-read-parse-table):
1320 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
1321 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
1322 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
1323 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
1324 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
1325 (calc-graph-name, calc-graph-find-command, calc-graph-view)
1326 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
1327 * calc/calc-ext.el (calc-realign):
1328 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
1329 (calc-embedded-finish-edit, calc-embedded-make-info)
1330 (calc-embedded-finish-command, calc-embedded-stack-change):
1331 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
1332
1333 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
1334 (overload-docstring-extension): Use that info.
1335 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
1336 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
1337 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
1338 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
1339 (semantic-nonterminal-full-name): Add the new `when' info.
1340 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
1341 `assert'.
1342
1343 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
1344 shell-dynamic-complete-filename in preference to
1345 comint-dynamic-complete-filename.
1346
1347 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
1348 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
1349 Don't consider whether the display supports colors.
1350 (bookmark-import-new-list): Use dolist.
1351 (bookmark-bmenu-mode-map): Move initialization into declaration.
1352 (bookmark-bmenu-list): Use dolist, simplify.
1353 (bookmark-show-all-annotations): Use save-selected-window and dolist.
1354 (menu-bar-final-items): Use push.
1355
1356 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
1357
1358 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
1359 it works on remote files.
1360 (vc-hg-diff): Don't pass any `--cwd' argument.
1361
1362 2009-10-27 Kevin Ryde <user42@zip.com.au>
1363
1364 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
1365 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
1366 (Further to Bug#3921).
1367
1368 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
1369
1370 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
1371 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
1372 calling `tramp-imap-put-file'. Add file size to the call.
1373 (tramp-imap-get-file-entries): Compute also user name, file size,
1374 and date.
1375 (tramp-imap-handle-insert-directory): Insert uid and gid.
1376 (tramp-imap-handle-file-attributes): Transform uid and gid
1377 according to `id-format'.
1378 (tramp-imap-put-file): New optional parameter SIZE. Encode file
1379 size in header X-Size.
1380
1381 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
1382
1383 * simple.el (transpose-subr): Give clearer error when the mark
1384 is not set. (Bug#4807)
1385
1386 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
1387
1388 * net/tramp.el (tramp-perl-file-truename): New defconst.
1389 Perl code contributed by yary <not.com@gmail.com> (tiny change).
1390 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
1391 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
1392 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
1393
1394 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
1395 Ignore `dired-call-process'.
1396 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
1397
1398 2009-10-26 Julian Scheid <julians37@gmail.com>
1399
1400 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
1401 (tramp-get-remote-readlink): New defun.
1402 (tramp-handle-file-truename): Use it.
1403 (tramp-handle-file-exists-p): Check file-attributes cache, assume
1404 file exists if cache value present.
1405 (tramp-check-cached-permissions) New defun.
1406 (tramp-handle-file-readable-p): Use it.
1407 (tramp-handle-file-writable-p): Likewise.
1408 (tramp-handle-file-executable-p): Likewise.
1409 (tramp-handle-file-name-all-completions): Try using Perl to get
1410 partial completions. When perl not available, combine `cd' and
1411 `ls' into single remote operation and use shell expansion to get
1412 partial remote directory contents. Set `file-exists-p' cache for
1413 directory and any files returned by ls. Change cache handling to
1414 support partial directory contents. Use error message emitted by
1415 remote `cd' or Perl code for local tramp-error.
1416 (tramp-do-copy-or-rename-file-directly): Avoid separate
1417 tramp-send-command-and-check call.
1418 (tramp-handle-process-file): Merge three remote ops into one.
1419 Do not flush all caches when `process-file-side-effects' is set.
1420 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
1421 file-attributes shows uid/gid to be set already.
1422
1423 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
1424
1425 * textmodes/tex-mode.el (tex-dvi-view-command)
1426 (tex-show-queue-command, tex-open-quote):
1427 * progmodes/ruby-mode.el (auto-mode-alist)
1428 (interpreter-mode-alist): Purecopy strings.
1429
1430 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
1431
1432 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
1433 string for the hook, keymap and abbrev table.
1434
1435 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
1436
1437 * x-dnd.el (x-dnd-xdnd-to-action):
1438 * startup.el (fancy-startup-text, fancy-about-text): Change to
1439 defconst from defvar.
1440
1441 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
1442
1443 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
1444 Purecopy initialization strings.
1445
1446 * mail/sendmail.el (mail-header-separator)
1447 (mail-personal-alias-file):
1448 * mail/rmail.el (rmail-default-dont-reply-to-names)
1449 (rmail-ignored-headers, rmail-retry-ignored-headers)
1450 (rmail-highlighted-headers, rmail-secondary-file-directory)
1451 (rmail-secondary-file-regexp):
1452 * files.el (null-device, file-name-invalid-regexp)
1453 (locate-dominating-stop-dir-regexp)
1454 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
1455 (interpreter-mode-alist): Use mapcar instead of mapc.
1456
1457 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
1458
1459 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
1460 (completion-ignored-extensions):
1461 (debug-ignored-errors): Purecopy strings.
1462
1463 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
1464
1465 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
1466 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
1467 (pcomplete--here): Use push.
1468
1469 * subr.el (all-completions): Declare the 4th arg obsolete.
1470
1471 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1472
1473 * pcomplete.el (pcomplete-unquote-argument-function): New var.
1474 (pcomplete-unquote-argument): New function.
1475 (pcomplete--common-suffix): Always pay attention to case.
1476 (pcomplete--table-subvert): Quote and unquote the text.
1477 (pcomplete--common-quoted-suffix): New function.
1478 (pcomplete-std-complete): Use it and pcomplete-begin.
1479
1480 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
1481 we're inside a dedicated or minibuffer window.
1482
1483 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1484
1485 * cedet/semantic/fw.el (semantic-alias-obsolete)
1486 (semantic-varalias-obsolete): Make the `when' arg mandatory.
1487 (define-mode-overload-implementation):
1488 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
1489 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
1490 * cedet/semantic/util.el (semantic-file-token-stream)
1491 (semantic-something-to-stream):
1492 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
1493 (semantic-expand-nonterminal):
1494 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
1495 (semantic-find-dependency, semantic-find-nonterminal)
1496 (semantic-find-dependency):
1497 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
1498 (semantic-flex-text, semantic-flex-make-keyword-table)
1499 (semantic-flex-keyword-p, semantic-flex-keyword-put)
1500 (semantic-flex-keyword-get, semantic-flex-map-keywords)
1501 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
1502 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
1503 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
1504 (semantic-after-idle-scheduler-reparse-hooks):
1505 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
1506 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
1507 * cedet/semantic.el (semantic-toplevel-bovine-table)
1508 (semantic-toplevel-bovine-cache)
1509 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
1510 (semantic-init-mode-hooks, semantic-init-db-hooks)
1511 (semantic-bovination-working-type): Provide the `when' arg.
1512
1513 2009-10-24 Karl Fogel <kfogel@red-bean.com>
1514
1515 * bookmark.el: Update documentation, especially documentation
1516 of `bookmark-alist' and of the bookmark file format.
1517 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
1518
1519 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
1520
1521 * mail/emacsbug.el (report-emacs-bug): Clarify that the
1522 keybindings apply to the mail buffer (Bug#4003). Shrink help
1523 window to buffer.
1524
1525 * whitespace.el (whitespace-mode, whitespace-newline-mode)
1526 (global-whitespace-mode, global-whitespace-newline-mode)
1527 (whitespace-toggle-options, global-whitespace-toggle-options):
1528 Doc fix (Bug#3660).
1529
1530 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
1531 of xmltok-start before the end tag was inserted (Bug#2840).
1532
1533 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
1534 patterns that are preceded by an open-paren (Bug#1320).
1535
1536 2009-10-24 Sven Joachim <svenjoac@gmx.de>
1537
1538 * files.el (delete-directory): Delete symlinks to directories with
1539 delete-file (Bug#4739).
1540
1541 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
1542
1543 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
1544 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
1545 argument to make-obsolete.
1546
1547 * cedet/semantic/fw.el (semantic-alias-obsolete)
1548 (semantic-varalias-obsolete): Add optional WHEN argument.
1549
1550 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
1551
1552 * vc.el (vc-backend-for-registration): Rename from
1553 vc-get-backend-for-registration. Update callers.
1554
1555 * international/mule-cmds.el (set-language-info-alist):
1556 Purecopy lang-env.
1557 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
1558 (charset): Purecopy the name.
1559 (define-char-code-property): Purecopy string arguments.
1560
1561 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
1562 Purecopy string arguments.
1563
1564 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
1565 * ediff-hook.el (menu-bar-ediff-menu):
1566 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
1567 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
1568
1569 2009-10-24 Glenn Morris <rgm@gnu.org>
1570
1571 * comint.el (comint-dynamic-list-completions):
1572 * term.el (term-dynamic-list-completions): Use choose-completion rather
1573 than obsolete alias mouse-choose-completion.
1574
1575 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
1576 file-cache-choose-completion.
1577 (file-cache-choose-completion): Handle an optional event argument.
1578 (file-cache-mouse-choose-completion): Make it an obsolete alias.
1579
1580 * progmodes/octave-mod.el (octave-complete-symbol):
1581 Use choose-completion if mouse-choose-completion is ever removed.
1582
1583 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
1584 use.
1585
1586 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
1587 compiler.
1588
1589 * vc-hooks.el (vc-responsible-backend): Fix declaration.
1590
1591 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1592
1593 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
1594 Ignore `pred' now that we receive one.
1595 Handle test-completion specially.
1596
1597 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
1598
1599 * vc.el (vc-responsible-backend): Throw an error if not backend is
1600 found. Remove the REGISTER argument. Move the code dealing with
1601 REGISTER ...
1602 (vc-get-backend-for-registration): ... here. New function.
1603 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
1604 of vc-responsible-backend, pass the file name instead of the
1605 directory name.
1606
1607 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1608
1609 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
1610 New funs.
1611 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
1612 (pcomplete-comint-setup): Don't modify a global var via
1613 accidental side-effects.
1614 (pcomplete-shell-setup): Adjust call accordingly.
1615 (pcomplete-parse-comint-arguments): Use push.
1616
1617 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
1618
1619 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
1620 Allow uncapitalized info node names (Bug#3921).
1621
1622 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
1623 to the DEBUG file (Bug#3781).
1624
1625 2009-10-23 Jari Aalto <jari.aalto@cante.net>
1626
1627 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
1628 dictionary entry (Bug#4579).
1629
1630 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
1631
1632 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
1633 from `rfn-eshadow-update-overlay-hook' when unloading.
1634 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
1635 "rsyncc". Adjust doc string.
1636 (tramp-temp-buffer-file-name) New buffer-local defvar.
1637 (tramp-handle-insert-file-contents, tramp-handle-write-region):
1638 Keep temporary file when indicated by method ("rsync" and
1639 "rsyncc").
1640 (tramp-handle-write-region): Handle APPEND.
1641 (tramp-delete-temp-file-function): New defun. Added to
1642 `kill-buffer-hook'.
1643
1644 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
1645
1646 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
1647
1648 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
1649
1650 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
1651 (color-name-rgb-alist, tty-standard-colors)
1652 (tty-color-mode-alist): Change to defconst.
1653
1654 * simple.el (mark-inactive): Purecopy message.
1655
1656 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
1657 (global-map, yank-menu):
1658 * textmodes/ispell.el (ispell-menu-map):
1659 * net/eudc.el (eudc-tools-menu):
1660 * international/mule-cmds.el (describe-language-environment-map)
1661 (setup-language-environment-map, set-coding-system-map)
1662 (mule-menu-keymap):
1663 * vc-hooks.el (vc-menu-entry, vc-menu-map):
1664 * replace.el (occur-mode-map):
1665 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
1666
1667 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
1668
1669 * calc/calc.el (math-read-number, math-read-number-simple): Use
1670 `save-match-data'.
1671
1672 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1673
1674 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
1675 rather than fiddling with global-map bindings, since it should only
1676 affect per-terminal settings.
1677 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
1678
1679 * minibuffer.el (completion-table-with-terminator): Allow to specify
1680 the terminator-regexp.
1681
1682 * simple.el (switch-to-completions): Look for *Completions* in other
1683 frames as well.
1684
1685 * pcomplete.el: Allow the use of completion-tables.
1686 (pcomplete-std-complete): New command.
1687 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
1688 (pcomplete--here): Use a function for `form' rather than an expression,
1689 so it can be byte-compiled.
1690 (pcomplete-here, pcomplete-here*): Adjust accordingly.
1691 Add edebug declaration.
1692 (pcomplete-show-completions): Remove unused var `curbuf'.
1693 (pcomplete-do-complete, pcomplete-stub):
1694 Don't assume `completions' is a list of strings any more.
1695
1696 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
1697
1698 * find-dired.el (find-name-arg): Fix typo in docstring.
1699
1700 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1701
1702 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
1703 (pcmpl-linux-fs-types): Same, and update to new modules layout.
1704
1705 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
1706 pcomplete-entries.
1707
1708 * comint.el (comint-read-input-ring, comint-write-input-ring)
1709 (comint-substitute-in-file-name)
1710 (comint-dynamic-complete-as-filename)
1711 (comint-dynamic-simple-complete)
1712 (comint-dynamic-list-filename-completions)
1713 (comint-dynamic-list-completions)
1714 (comint-redirect-results-list-from-process): Minor simplifications.
1715
1716 2009-10-21 Kevin Ryde <user42@zip.com.au>
1717
1718 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
1719 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
1720 the first form. And insert a blank line after ";;; Code" since
1721 that's usual style. (My Bug#4612.)
1722
1723 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
1724
1725 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1726
1727 * minibuffer.el (completion-table-with-terminator): Properly implement
1728 boundaries, in case `terminator' appears in the suffix.
1729 (completion--embedded-envvar-table): Don't return boundaries if
1730 there's no valid completion. Simplify.
1731 (completion-file-name-table): New completion table extracted from
1732 completion--file-name-table.
1733 (completion--file-name-table): Use it.
1734 (read-file-name-predicate): Declare obsolete.
1735 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
1736 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
1737 completion-file-name-table, and use the `pred' argument.
1738 * files.el (locate-file-completion-table): Use the `pred' arg rather
1739 than read-file-name-predicate.
1740 (abbreviate-file-name): Use \` rather than ^ for BOS.
1741
1742 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1743
1744 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
1745 vc-responsible-backend to register, it causes problems.
1746
1747 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1748
1749 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
1750
1751 2009-10-21 Eric Ludlam <zappo@gnu.org>
1752
1753 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
1754 (semantic-c-debug-mode-init-pch): New functions.
1755 (semantic-c-debug-mode-init-last-mode): New var.
1756 (semantic-c-parse-lexical-token): Use them.
1757
1758 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
1759 When extracting the argument list, limit only by point-max.
1760
1761 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
1762
1763 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
1764 (tramp-smb-handle-file-attributes): Use it.
1765 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
1766 (tramp-smb-handle-insert-directory): Use `mapc' rather than
1767 `mapcar'. Use `tramp-smb-get-stat-capability'.
1768 Add `dired-filename' text properties.
1769 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
1770 (tramp-smb-maybe-open-connection): Simplify check for smbclient
1771 version.
1772
1773 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1774
1775 * subr.el (read-key-delay): Reduce to 0.01.
1776 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
1777 (bug#4751).
1778
1779 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1780
1781 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
1782
1783 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
1784 (Info-menu): Remove unused vars `last' and `completions'.
1785 (Info-index-nodes): Remove unused var `node'.
1786
1787 * info.el (Info-complete-menu-item): Use complete-with-action.
1788
1789 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
1790
1791 Make vc-annotate work through copies and renames.
1792 * vc-annotate.el (vc-annotate-extract-revision-at-line):
1793 Return the file name too.
1794 (vc-annotate-revision-at-line)
1795 (vc-annotate-find-revision-at-line)
1796 (vc-annotate-revision-previous-to-line)
1797 (vc-annotate-show-log-revision-at-line): Update to get the file
1798 name from vc-annotate-extract-revision-at-line.
1799 (vc-annotate-show-diff-revision-at-line-internal): Change the
1800 argument to mean whether to show a file diff or not. Get the file
1801 name from vc-annotate-extract-revision-at-line.
1802 (vc-annotate-show-diff-revision-at-line):
1803 Update vc-annotate-show-diff-revision-at-line call.
1804 (vc-annotate-warp-revision): Add an optional file argument.
1805
1806 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
1807 (vc-git-annotate-extract-revision-at-line): Also return the file
1808 name if found.
1809
1810 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
1811 command. Remove unused code.
1812 (vc-hg-annotate-re): Update to match --follow output.
1813 (vc-hg-annotate-extract-revision-at-line): Also return the file
1814 name if found.
1815
1816 * vc.el: Update annotate-extract-revision-at-line documentation.
1817
1818 2009-10-18 Kevin Ryde <user42@zip.com.au>
1819
1820 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
1821 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
1822
1823 * net/browse-url.el (browse-url): Identify alist with "consp and
1824 not functionp" and let all other things go down the `apply' leg,
1825 as suggested by Stefan. (Further to bug#4531.)
1826
1827 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
1828
1829 * minibuffer.el (read-file-name): Check for repeat before putting
1830 a default argument in file-name-history (Bug#4657).
1831
1832 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
1833 read syntax (Bug#4737).
1834
1835 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
1836
1837 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1838
1839 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
1840 (html-tag-alist, html-tag-help): Add descriptions for undocumented
1841 entries and make note of obsolete tags.
1842
1843 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1844
1845 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
1846
1847 2009-10-18 Glenn Morris <rgm@gnu.org>
1848
1849 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
1850 grep, so that binary files (eg international/uni-bidi.el) can match.
1851 Remove test for "UnicodeData" files, since it is hopefully unnecessary
1852 now, and in any case the file header format has changed.
1853
1854 2009-10-17 Glenn Morris <rgm@gnu.org>
1855
1856 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
1857 (flyspell-get-word, flyspell-large-region)
1858 (flyspell-auto-correct-previous-word): Doc/error message fixes.
1859
1860 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
1861
1862 * Makefile.in (ELCFILES): Add ede/shell.
1863
1864 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
1865
1866 * term/common-win.el (x-colors): Purecopy it.
1867
1868 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1869
1870 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
1871 permissive for when the buffer is empty.
1872 (tar-header-block-tokenize): Decode the username and groupname.
1873 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
1874
1875 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
1876
1877 * cedet/srecode/srt.el:
1878 * cedet/srecode/compile.el:
1879 * cedet/semantic/mru-bookmark.el:
1880 * cedet/semantic/debug.el:
1881 * cedet/semantic/complete.el:
1882 * cedet/semantic/analyze.el: Require CL when compiling.
1883
1884 2009-10-17 Eric Ludlam <zappo@gnu.org>
1885
1886 * cedet/semantic/scope.el
1887 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
1888 tmpscope so that the regular scope will continue to work.
1889
1890 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
1891 Use semantic-idle-summary-highlight-face as the highlighting.
1892
1893 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
1894 contains multibyte characters, choose first applicable coding
1895 system automatically.
1896
1897 * cedet/ede/project-am.el (project-run-target): New method.
1898 (project-run-target): New method.
1899
1900 * cedet/ede.el (ede-target): Add run target menu item.
1901 (ede-project, ede-minor-keymap): Add ede-run-target binding.
1902 (ede-run-target): New function.
1903 (ede-target::project-run-target): New method.
1904
1905 * cedet/ede/proj.el (project-run-target): New method.
1906
1907 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
1908 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
1909 Add :rules.
1910 (ede-proj-target-makefile-shared-object): Only libtool compilers
1911 now available. Add linkers for libtool.
1912 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
1913 (ede-proj-makefile-target-name): Always use .la extension.
1914
1915 * cedet/ede/proj-prog.el (project-run-target): New method.
1916
1917 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
1918 (ede-g++-linker): Change Change link lines.
1919
1920 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
1921 When searching for old variables, go to the end of the buffer and
1922 search backward from there.
1923 (ede-proj-makefile-automake-insert-subdirs)
1924 (ede-proj-makefile-automake-insert-extradist): New methods.
1925 (ede-proj-makefile-create): Use them.
1926
1927 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
1928 Force FILE to expand to the current target. Use file-exists-p to
1929 check that it exists.
1930
1931 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
1932 (ede-linux-load): Wrap dir in file-name-as-directory.
1933 Set :version slot.
1934
1935 * cedet/ede/files.el (ede-get-locator-object): When enabling
1936 locate, do so on "top".
1937
1938 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
1939 file-name-as-directory during compare.
1940 (ede-emacs-version): Return Emacs/XEmacs differentiator.
1941 Get version number from different places. Don't call egrep.
1942 (ede-emacs-load): Set :version slot. Call file-name-as-directory
1943 to set the directory.
1944
1945 * cedet/ede/shell.el: New file.
1946
1947 * cedet/inversion.el (inversion-decoders): Allow for stray . in
1948 alpha/beta variants.
1949
1950 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1951
1952 * international/mule-cmds.el (select-safe-coding-system): If the file
1953 has a coding cookie, use it regardless of any other setting (bug#4712).
1954
1955 2009-10-17 Glenn Morris <rgm@gnu.org>
1956
1957 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
1958 All errors should have messages.
1959
1960 * foldout.el (foldout-mouse-swallow-events):
1961 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
1962
1963 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
1964 (dired-keep-marker-copy, dired-keep-marker-hardlink)
1965 (dired-keep-marker-symlink, dired-dwim-target)
1966 (dired-copy-preserve-time): Do not autoload these defcustoms.
1967
1968 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
1969 messages from messing up the file coding. (Bug#4623)
1970
1971 2009-10-17 Jari Aalto <jari.aalto@cante.net>
1972
1973 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
1974 if no match is found for the current dictionary. (Bug#4578)
1975
1976 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
1977 optional, since that is how it is documented, and this is often called
1978 with a nil argument. (Bug#4577)
1979 (flyspell-external-point-words, flyspell-auto-correct-word)
1980 (flyspell-correct-word-before-point, flyspell-word-search-forward)
1981 (flyspell-word-search-backward): Remove nil argument in calls to
1982 flyspell-get-word, since it is not needed now.
1983
1984 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
1985
1986 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
1987
1988 2009-10-16 Glenn Morris <rgm@gnu.org>
1989
1990 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
1991
1992 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1993
1994 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
1995 (ange-ftp-file-size): New function.
1996 (ange-ftp-file-attributes): Use it.
1997
1998 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
1999
2000 * net/tramp-smb.el (tramp-smb-version): New defvar.
2001 (tramp-smb-maybe-open-connection): Use it, in order to avoid
2002 repeated checks.
2003
2004 2009-10-16 Glenn Morris <rgm@gnu.org>
2005
2006 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
2007 Maybe copy some custom properties from old to new name. (Bug#4706)
2008
2009 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
2010
2011 * subr.el (error, sit-for, start-process-shell-command)
2012 (start-file-process-shell-command): Set the calling convention
2013 after the function definition.
2014
2015 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2016
2017 * subr.el (error, sit-for, start-process-shell-command)
2018 (start-file-process-shell-command): Use the new
2019 set-advertised-calling-convention feature.
2020
2021 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
2022
2023 * international/ucs-normalize.el (ucs-normalize-version):
2024 Change to 1.2.
2025 (check-range): Adjust for Unicode 5.2.
2026
2027 2009-10-15 Juri Linkov <juri@jurta.org>
2028
2029 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
2030 to the `menu-item' format.
2031
2032 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
2033
2034 * net/tramp.el (tramp-replace-environment-variables): Do not fail
2035 if the environment variable does not exist.
2036
2037 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
2038 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
2039 parameter.
2040 (tramp-smb-handle-add-name-to-file)
2041 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
2042 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
2043 (tramp-smb-handle-file-attributes)
2044 (tramp-smb-do-file-attributes-with-stat)
2045 (tramp-smb-handle-file-local-copy)
2046 (tramp-smb-handle-insert-directory)
2047 (tramp-smb-handle-make-directory)
2048 (tramp-smb-handle-make-directory-internal)
2049 (tramp-smb-handle-make-symbolic-link)
2050 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
2051 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
2052 (tramp-smb-maybe-open-connection): Apply the changed parameters.
2053 (tramp-smb-read-file-entry): Read Disk names in compressed format.
2054 Handle long file names.
2055 (tramp-smb-get-cifs-capabilities): Check, whether the connection
2056 process is running.
2057 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
2058 Read share names with "-g" option.
2059
2060 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
2061
2062 * net/rcirc.el (rcirc-view-log-file): New command.
2063 (rcirc-track-minor-mode-map): Remove C-c ` binding.
2064 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
2065 specified.
2066
2067 2009-10-15 Glenn Morris <rgm@gnu.org>
2068
2069 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
2070 from the second command-line argument.
2071 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
2072 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
2073 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
2074 w32-batch-update-autoloads.
2075 * emacs-lisp/autoload.el (autoload-make-program): New variable.
2076 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
2077
2078 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
2079 the headers cannot be located. Simplify, subtracting superflous
2080 save-excursions.
2081
2082 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
2083
2084 Replace completion-base-size by completion-base-position to fix bugs
2085 such as (bug#4699).
2086 * simple.el (completion-base-position): New var.
2087 (completion-base-size): Mark as obsolete.
2088 (choose-completion): Make it work for mouse events as well.
2089 Pass the new base-position to choose-completion-string.
2090 (choose-completion-guess-base-position): New function, extracted from
2091 choose-completion-delete-max-match.
2092 (choose-completion-delete-max-match): Use it. Make obsolete.
2093 (choose-completion-string): Use the new base-position info.
2094 (completion-root-regexp): Delete.
2095 (completion-setup-function): Preserve completion-base-position.
2096 Eliminate obsolete base-size manipulation.
2097 * minibuffer.el (display-completion-list): Don't mess with base-size.
2098 (minibuffer-completion-help): Set completion-base-position instead.
2099 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
2100 choose-completion.
2101 * textmodes/bibtex.el (bibtex-complete):
2102 * emacs-lisp/crm.el (crm--choose-completion-string):
2103 Adjust to new calling convention.
2104 * complete.el (partial-completion-mode): Use minibufferp to avoid
2105 bumping into incompatible change to choose-completion-string-functions.
2106 * ido.el (ido-choose-completion-string): Make its calling convention
2107 more permissive.
2108 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
2109 base-size manipulation.
2110 (comint-dynamic-list-input-ring): Use dotimes and push.
2111 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
2112 fundamental-mode. Use `or'.
2113
2114 2009-10-14 Juri Linkov <juri@jurta.org>
2115
2116 * misearch.el (multi-isearch-next-buffer-from-list)
2117 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
2118
2119 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
2120
2121 * Makefile.in (compile-onefile): Load `bytecomp' rather than
2122 `bytecomp.el'.
2123
2124 * minibuffer.el (completion-pcm--merge-completions): Make sure the
2125 string we return is all made up of text from the completions rather
2126 than part from the completions and part from the input (bug#4219).
2127
2128 * ido.el (ido-everywhere): Use define-minor-mode.
2129
2130 * buff-menu.el (list-buffers, ctl-x-map):
2131 Mark the entry points with ;;;###autoload cookies.
2132
2133 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
2134
2135 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
2136 correctly in the detached head case.
2137 (vc-git-print-log): Remove unused binding.
2138
2139 * vc.el (vc-responsible-backend): When a directory is passed for
2140 for registration create a VC repository if no backend is
2141 responsible for the directory argument.
2142 (vc-deduce-fileset): Tell vc-responsible-backend to register.
2143
2144 * vc.el: Move comments about RCS and SCCS ...
2145 * vc-rcs.el:
2146 * vc-sccs.el: ... here, respectively.
2147
2148 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
2149
2150 * minibuffer.el (completion--file-name-table): Return nil if there's
2151 no file completion, even if substitute-in-file-name changed
2152 the string (bug#4708).
2153
2154 2009-10-13 Juri Linkov <juri@jurta.org>
2155
2156 * files-x.el (read-file-local-variable-value): Don't filter out
2157 minor modes from mode name completion (bug#4664).
2158
2159 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
2160
2161 * international/mule-cmds.el (ucs-names): Remove exclusion of
2162 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
2163
2164 2009-10-13 Kenichi Handa <handa@m17n.org>
2165
2166 * international/uni-name.el: Regenerated.
2167
2168 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
2169
2170 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
2171 should be automatically buffer-local, but isn't.)
2172
2173 2009-10-12 Sam Steingold <sds@gnu.org>
2174
2175 * progmodes/compile.el (compilation-next-error-function): Fix the
2176 timestamps if the buffer has been visited before.
2177 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
2178 non-anchored patterns, like the perl one (bug#3928).
2179
2180 2009-10-12 Glenn Morris <rgm@gnu.org>
2181
2182 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
2183 Let-bind `size'.
2184
2185 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
2186
2187 * proced.el (proced-unload-function): New function.
2188
2189 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
2190 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
2191 Doc fix.
2192
2193 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
2194
2195 2009-10-11 Juri Linkov <juri@jurta.org>
2196
2197 * files-x.el (read-file-local-variable-value):
2198 Provide default value only for bound variables (bug#4664).
2199
2200 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
2201
2202 * net/tramp.el (tramp-local-host-p): Function shall return nil for
2203 connection methods like smb.
2204
2205 * net/tramp-cache.el (tramp-flush-connection-property): The hash
2206 can be empty.
2207
2208 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
2209 (tramp-smb-file-name-handler-alist): Add handlers for
2210 `add-name-to-file', `make-symbolic-link'.
2211 (tramp-smb-handle-add-name-to-file)
2212 (tramp-smb-do-file-attributes-with-stat)
2213 (tramp-smb-handle-make-symbolic-link)
2214 (tramp-smb-get-cifs-capabilities): New defuns.
2215 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
2216 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
2217 (tramp-smb-handle-file-local-copy)
2218 (tramp-smb-handle-make-directory-internal)
2219 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
2220 The file name syntax depends on cifs capabilities.
2221 (tramp-smb-handle-file-attributes):
2222 Call `tramp-smb-do-file-attributes-with-stat' if possible.
2223 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
2224 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
2225
2226 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
2227
2228 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
2229 (eieio-defclass): Apply deftype handler and setf-method properties
2230 directly.
2231 (eieio-add-new-slot): Avoid union function from cl library.
2232 (eieio--typep): New function.
2233 (eieio-perform-slot-validation): Use it.
2234
2235 2009-10-10 Karl Fogel <kfogel@red-bean.com>
2236
2237 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
2238 Update documentation to refer to the variables documented in r1.135.
2239 (Bug#4188)
2240
2241 2009-10-10 Karl Fogel <kfogel@red-bean.com>
2242
2243 * bookmark.el (Info-suffix-list): Remove this unused variable.
2244 (bookmark-current-point): Remove this obsolete variable.
2245 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
2246 Adjust for removal of bookmark-current-point.
2247
2248 (bookmarks-already-loaded, bookmark-current-buffer)
2249 (bookmark-yank-point): Document. (Bug#4188)
2250
2251 2009-10-10 Glenn Morris <rgm@gnu.org>
2252
2253 * frame.el (frame-height): Doc fix.
2254
2255 * calendar/calendar.el (calendar-split-width-threshold): New option.
2256 (calendar-basic-setup): Use calendar-split-width-threshold.
2257
2258 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
2259
2260 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
2261 Use .la for Automake.
2262
2263 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
2264
2265 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
2266 Use "autoreconf -i". Suggested by Andreas Schwab.
2267
2268 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
2269
2270 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
2271 Ideographic Supplement" range (U+1F200..U+1F2FF).
2272
2273 2009-10-09 Karl Fogel <kfogel@red-bean.com>
2274
2275 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
2276 since the list will have been rebuilt anyway. (Bug#4349)
2277
2278 2009-10-09 Karl Fogel <kfogel@red-bean.com>
2279
2280 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
2281 (bookmark-bmenu-execute-deletions): Don't save here, as
2282 bookmark-delete will now do so if necessary.
2283 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
2284 (Bug#4348)
2285
2286 2009-10-09 Glenn Morris <rgm@gnu.org>
2287
2288 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
2289
2290 2009-10-09 Karl Fogel <kfogel@red-bean.com>
2291
2292 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
2293 (bookmark-jump-other-window): Just invoke bookmark-jump with new
2294 argument now, so the two function's behaviors will match. (Bug#3645)
2295
2296 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
2297
2298 * cedet/ede/proj.el (project-make-dist, project-compile-project):
2299 Fix filename test.
2300 (ede-proj-dist-makefile): Use expand-file-name instead of concat
2301 to expand file names.
2302
2303 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
2304
2305 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
2306 (tramp-file-name-real-host, tramp-file-name-port):
2307 Apply `save-match-data'.
2308
2309 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
2310 case both directories are remote.
2311 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
2312 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
2313
2314 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
2315
2316 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
2317 (ede-proj-target-makefile-objectcode): Use it.
2318
2319 * cedet/ede/source.el (ede-want-any-source-files-p)
2320 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
2321 Return search result. This error was introduced while merging.
2322
2323 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
2324
2325 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
2326
2327 2009-10-07 Glenn Morris <rgm@gnu.org>
2328
2329 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
2330 of concat.
2331
2332 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2333
2334 * files-x.el (read-file-local-variable): Include some
2335 non-user-variables in the completion table (bug#4664).
2336
2337 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
2338
2339 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
2340 message.
2341
2342 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
2343 (tramp-smb-file-name-handler-alist): Add handler for
2344 `copy-directory', `expand-file-name', `set-file-modes'.
2345 (tramp-smb-handle-copy-directory)
2346 (tramp-smb-handle-expand-file-name)
2347 (tramp-smb-handle-set-file-modes): New defuns.
2348 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
2349 (tramp-smb-handle-file-attributes): Simplify check for retrieving
2350 entry.
2351 (tramp-smb-handle-insert-directory): Don't flush the cache.
2352 (tramp-smb-maybe-open-connection): Check for samba client and
2353 server versions.
2354
2355 2009-10-07 Eli Zaretskii <eliz@gnu.org>
2356
2357 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
2358 to not error out of search for "^lisp=" fails.
2359
2360 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
2361
2362 * makefile.w32-in (WINS_UPDATES): New macro.
2363 (custom-deps, finder-data, autoloads): Use it.
2364
2365 2009-10-07 Glenn Morris <rgm@gnu.org>
2366
2367 * Makefile.in (autoloads): Revert previous change.
2368 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
2369 the list of preloaded files passed on the command-line, get
2370 it from src/Makefile.
2371
2372 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
2373 show the original buffer rather than a random one.
2374
2375 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
2376
2377 * help.el (describe-no-warranty): Place point in a slightly better
2378 position in the GPLv3 text.
2379
2380 2009-10-06 Sam Steingold <sds@gnu.org>
2381
2382 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
2383 the comm attribute is present before calling regexp-quote.
2384
2385 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
2386
2387 * play/animate.el (animate-string): For good effect, make sure
2388 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
2389
2390 * play/animate.el (animate-sequence, animate-birthday-present):
2391 * misc.el (butterfly): Don't set `indent-tabs-mode'.
2392
2393 2009-10-06 Glenn Morris <rgm@gnu.org>
2394
2395 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
2396
2397 * emacs-lisp/autoload.el (autoload-excludes): New variable.
2398 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
2399 (batch-update-autoloads): Process a string value of autoload-excludes,
2400 set during the build process.
2401 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
2402
2403 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
2404 inside with-parsed... macro so that `v' is defined.
2405
2406 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
2407 * progmodes/fortran.el (fortran-end-of-block)
2408 (fortran-beginning-of-block):
2409 Also push mark in the macro case.
2410
2411 * emerge.el (emerge-show-file-name):
2412 * calc/calc.el (calc-quit):
2413 * calc/calc-misc.el (calc-big-or-small):
2414 * calc/calc-graph.el (calc-graph-view):
2415 * calc/calc-ext.el (calc-reset):
2416 * calendar/calendar.el (calendar-basic-setup):
2417 Use window-full-height-p.
2418
2419 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
2420 header we don't understand, don't insert another. (Bug#4624)
2421 If changing mime charset, insert the new one in the right place.
2422
2423 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
2424
2425 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
2426 (cal-tex-cursor-month): Correctly increment the end date for diary and
2427 holiday listing. (Bug#4626)
2428
2429 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2430
2431 * help-fns.el (describe-function-1): Don't burp if the function is not
2432 a symbol.
2433
2434 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
2435
2436 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
2437 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
2438 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
2439 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
2440
2441 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
2442 (eieio-default-superclass): Reflow docstrings.
2443 (this, class-option-assoc, defclass, eieio-class-un-autoload)
2444 (eieio-unbind-method-implementations, defmethod)
2445 (eieio-validate-slot-value, eieio-validate-class-slot-value)
2446 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
2447 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
2448 (eieio-slot-originating-class-p, eieio-slot-name-index)
2449 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
2450 (constructor, initialize-instance, no-next-method, object-print)
2451 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
2452 Fix typos in docstrings.
2453 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
2454 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
2455 (next-method-p): Doc fixes.
2456 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
2457 Fix typos in error messages.
2458 (eieio-defmethod): Fix typo in description of generic method.
2459
2460 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
2461 (eieio-persistent-save-interactive, slot-missing):
2462 Fix typos in docstrings.
2463 (eieio-instance-inheritor-slot-boundp): Doc fix.
2464
2465 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
2466 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
2467
2468 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
2469 (eieio-custom-object-apply-reset):
2470 Fix typos in docstrings and error messages.
2471
2472 * emacs-lisp/eieio-datadebug.el (data-debug-show):
2473 Fix typo in docstring.
2474
2475 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
2476 (eieio-browse-tree): Doc fix.
2477 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
2478 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
2479 Fix typos in docstrings.
2480
2481 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
2482 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
2483 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
2484 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
2485 Reflow docstrings.
2486
2487 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
2488
2489 * vc-hg.el (log-view-vc-backend): Declare for compiler.
2490 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
2491 Set log-view-vc-backend so that diff can work.
2492
2493 * log-view.el (log-view-diff): Use vc-diff-internal instead of
2494 vc-version-diff.
2495 (vc-diff-internal): Autoload this instead of vc-version-diff.
2496
2497 2009-10-05 Eli Zaretskii <eliz@gnu.org>
2498
2499 * simple.el (eval-expression): Doc fix.
2500
2501 * progmodes/cwarn.el (cwarn-mode): Doc fix.
2502
2503 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
2504
2505 * files.el (directory-files-no-dot-files-regexp): New defconst.
2506 (delete-directory): Use it.
2507 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
2508
2509 * net/tramp.el (tramp-verbose): Fix docstring.
2510 (tramp-methods): Add recursive option to `tramp-copy-args'.
2511 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
2512 "scp1_old", "scp2_old", "rsync", "rsyncc".
2513 (tramp-default-method): Check also for `auth-source-user-or-password'.
2514 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
2515 Add handler for `copy-directory'.
2516 (tramp-handle-copy-directory): New defun.
2517 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
2518 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
2519 Optimize sent command.
2520
2521 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2522
2523 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
2524 window if necessary.
2525
2526 * calendar/calendar.el (calendar-basic-setup): Don't call
2527 switch-to-buffer in a dedicated window.
2528
2529 2009-10-05 Karl Fogel <kfogel@red-bean.com>
2530
2531 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
2532 don't do anything related to relocating, just return nil.
2533 (bookmark-error-no-filename): New error.
2534 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
2535 bookmark has no file. Don't even attempt to handle things that
2536 are not files; the whole point of custom handlers is to keep that
2537 knowledge elsewhere anyway. Tighten some comments.
2538 (bookmark-file-or-variation-thereof): Remove now-unused function.
2539 (bookmark-location): Doc string fix.
2540 (Bug#4250)
2541
2542 2009-10-04 Karl Fogel <kfogel@red-bean.com>
2543
2544 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
2545 don't use a file dialog, because they usually don't know how to read
2546 a directory target from the user. (Bug#4230)
2547 Also, make sure the prompt can display directories as well as files.
2548
2549 2009-10-04 Karl Fogel <kfogel@red-bean.com>
2550
2551 * bookmark.el (bookmark-set, bookmark-buffer-name):
2552 Improve doc strings. (Bug#1193)
2553
2554 2009-10-04 Karl Fogel <kfogel@red-bean.com>
2555
2556 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
2557 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
2558 (bookmark-get-annotation, bookmark-set-annotation)
2559 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
2560 (bookmark-set-position, bookmark-get-front-context-string)
2561 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
2562 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
2563 (bookmark-jump-other-window, bookmark-handle-bookmark)
2564 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
2565 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
2566 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
2567 Improve doc strings to say whether bookmark can be a string or
2568 a record or both, and make other consistency and clarity fixes.
2569 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
2570 (bookmark-default-annotation-text, bookmark-yank-word)
2571 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
2572 (bookmark-import-new-list, bookmark-maybe-rename)
2573 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2574 (bookmark-bmenu-bookmark): Give these doc strings.
2575 (bookmark-bmenu-check-position): Give this a doc string, but also
2576 add a FIXME comment about how the function may be pointless.
2577 (bookmark-default-handler): Rework doc string and change a
2578 parameter name, to clarify that this takes a bookmark record
2579 not a bookmark name.
2580 (bookmark-set): Change a parameter name to indicate its meaning,
2581 and improve the doc string a bit.
2582 (Bug#4188)
2583
2584 2009-10-04 Karl Fogel <kfogel@red-bean.com>
2585
2586 * bookmark.el (bookmark-alist): Document the new `handler' element
2587 in the param alist.
2588 (bookmark-make-record-function): Adjust documentation for above.
2589 (Bug#4193)
2590
2591 2009-10-04 Karl Fogel <kfogel@red-bean.com>
2592
2593 * info.el (Info-bookmark-make-record): Document this function.
2594 (Info-bookmark-jump): Document with a doc string, not just a comment.
2595 (Bug#4203)
2596
2597 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
2598
2599 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
2600 (semantic-new-buffer-fcn): Call parser setup functions here.
2601 (semantic-mode): Don't call parser setup functions here, it's done
2602 in semantic-new-buffer-fcn now.
2603 (semantic-mode): Parse all existing buffers when enabled.
2604
2605 * cedet/srecode/compile.el (srecode-compile-file):
2606 Call semantic-new-buffer-fcn if the buffer has not been parsed.
2607
2608 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
2609
2610 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
2611
2612 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
2613 (proj-comp-insert-variable-once): New macro, renamed from
2614 ede-pmake-insert-variable-once in ede/pmake.edl.
2615 (ede-proj-makefile-insert-variables): Use it.
2616
2617 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
2618
2619 * files.el (copy-directory): New defun.
2620
2621 * dired-aux.el (dired-copy-file-recursive): Use it.
2622
2623 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
2624
2625 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
2626 (makefile-end-of-command):
2627 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
2628 (semantic-end-of-context): Fix previous change. Doc fixes.
2629
2630 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
2631
2632 * files-x.el (modify-dir-local-variable)
2633 (copy-dir-locals-to-file-locals-prop-line):
2634 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
2635 (makefile-end-of-command):
2636 * cedet/semantic/lex.el (semantic-lex-token):
2637 * cedet/semantic/analyze/fcn.el
2638 (semantic-analyze-dereference-metatype-1):
2639 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
2640 (semantic-lex-cpp-undef):
2641 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
2642 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
2643 (semantic-end-of-context): Fix typos in docstrings.
2644
2645 * recentf.el (recentf-unload-function): New function.
2646
2647 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
2648
2649 * cedet/ede.el (ede-project-placeholder-cache-file):
2650 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
2651 * cedet/srecode/map.el (srecode-map-save-file):
2652 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
2653
2654 2009-10-04 Glenn Morris <rgm@gnu.org>
2655
2656 * window.el (window-full-height-p): Add doc string.
2657
2658 2009-10-04 Martin Rudalics <rudalics@gmx.at>
2659
2660 * window.el (window-full-height-p): New function. (Bug#4543)
2661
2662 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
2663
2664 * cedet/srecode/insert.el: Require srecode/args.
2665
2666 * cedet/srecode/args.el: Require srecode/dictionary instead of
2667 srecode/insert.
2668
2669 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
2670
2671 * files.el (auto-mode-alist): Add .srt and Project.ede.
2672
2673 * cedet/semantic.el (semantic-mode):
2674 Handle srecode-template-mode-hook as well.
2675 (semantic-mode): Use js-mode-hook for Javascript hook.
2676
2677 * cedet/srecode/template.el: Remove hook variable.
2678
2679 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
2680
2681 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
2682 projects exist.
2683 (ede-project-placeholder-cache-file): Default to a file in
2684 user-emacs-directory.
2685
2686 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
2687 templates in data-directory.
2688 (srecode-map-save-file): Default to a file in user-emacs-directory.
2689
2690 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
2691 directory.
2692
2693 2009-09-30 Eric Ludlam <zappo@gnu.org>
2694
2695 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
2696 Doc fix.
2697
2698 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
2699 Only insert each variable once.
2700
2701 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
2702 (ede-pmake-insert-variable-shared): Use it.
2703
2704 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
2705 for lexical table iff table is nil.
2706
2707 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
2708
2709 * vc.el: Remove commented out code.
2710 (vc-derived-from-dir-mode): Remove, unused.
2711 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
2712
2713 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
2714
2715 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
2716 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
2717 there could be recursive loading when `default-directory' is a
2718 remote file name. (Bug#4614)
2719
2720 2009-10-03 Glenn Morris <rgm@gnu.org>
2721
2722 * calendar/calendar.el (calendar-basic-setup): Handle the case where
2723 the frame is wide.
2724 (calendar-generate-window): Test for shrinkability rather than width.
2725
2726 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
2727 declaration, currently false.
2728
2729 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
2730 reusing existing buffers, in case we happen to visit two files with the
2731 same basename. (Bug#4593)
2732
2733 2009-10-02 Eli Zaretskii <eliz@gnu.org>
2734
2735 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
2736 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
2737 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
2738 subdirs of cedet as well.
2739 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
2740
2741 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2742
2743 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
2744 Obey advertised-signature-table.
2745
2746 * help-fns.el (help-function-arglist): Don't check
2747 advertised-signature-table.
2748 (describe-function-1): Do it here instead so it also applies to subrs.
2749
2750 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
2751
2752 * simple.el (start-file-process): Say in the doc-string, that file
2753 handlers might not support pty association, if PROGRAM is nil.
2754
2755 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
2756 HOST and USER are strings. They are nil, when there are
2757 incomplete entries in ~/.netrc, for example.
2758 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
2759 root directory ("device busy" error otherwise).
2760
2761 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
2762 Flush file properties of created directory.
2763
2764 2009-10-02 Eli Zaretskii <eliz@gnu.org>
2765
2766 * makefile.w32-in (WINS_BASIC): Remove cedet.
2767 (WINS_CEDET): Add cedet.
2768 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
2769
2770 2009-10-02 Kevin Ryde <user42@zip.com.au>
2771
2772 * net/browse-url.el (browse-url): Pass any symbol in
2773 browse-url-browser-function to `apply', since if you've mistakenly put
2774 an unbound symbol then the error is clearer. (Bug#4531)
2775
2776 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
2777
2778 * allout.el (allout-init, allout-back-to-current-heading)
2779 (allout-beginning-of-current-entry, allout-ascend-to-depth)
2780 (allout-ascend, allout-up-current-level, allout-end-of-level)
2781 (allout-previous-visible-heading, allout-forward-current-level)
2782 (allout-backward-current-level, allout-show-children):
2783 * apropos.el (apropos-describe-plist):
2784 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
2785 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
2786 * completion.el (add-completion, add-permanent-completion):
2787 * descr-text.el (describe-text-category, describe-char):
2788 * desktop.el (desktop-lazy-abort):
2789 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
2790 * dired.el (dired-build-subdir-alist):
2791 * ediff.el (ediff-version):
2792 * elide-head.el (elide-head, elide-head-show):
2793 * emerge.el (emerge-version):
2794 * env.el (getenv):
2795 * face-remap.el (variable-pitch-mode):
2796 * faces.el (describe-face):
2797 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
2798 (dired-at-point):
2799 * files.el (find-file-existing, auto-save-mode):
2800 * font-lock.el (font-lock-fontify-buffer):
2801 * help-fns.el (describe-function, describe-variable)
2802 (describe-syntax, describe-categories):
2803 * help.el (view-lossage, describe-bindings, describe-key)
2804 (describe-mode):
2805 * hexl.el (hexl-current-address):
2806 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
2807 * info.el (Info-goto-emacs-key-command-node):
2808 * log-edit.el (log-edit-insert-cvs-template)
2809 (log-edit-insert-cvs-rcstemplate):
2810 * menu-bar.el (menu-bar-mode):
2811 * mouse.el (mouse-appearance-menu):
2812 * newcomment.el (comment-indent-new-line):
2813 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
2814 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
2815 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt, )
2816 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
2817 * recentf.el (recentf-mode):
2818 * savehist.el (savehist-mode, savehist-save):
2819 * shadowfile.el (shadow-copy-files):
2820 * simple.el (kill-ring-save, next-line, previous-line)
2821 (normal-erase-is-backspace-mode):
2822 * strokes.el (strokes-update-window-configuration)
2823 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
2824 (strokes-xpm-for-stroke):
2825 * time.el (emacs-uptime, emacs-init-time):
2826 * tutorial.el (tutorial--describe-nonstandard-key)
2827 (tutorial--detailed-help):
2828 * type-break.el (type-break-mode)
2829 (type-break-mode-line-message-mode, type-break-query-mode)
2830 (type-break-guesstimate-keystroke-threshold):
2831 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
2832 * version.el (emacs-version):
2833 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
2834 * winner.el (winner-mode):
2835 * calendar/timeclock.el (timeclock-in, timeclock-out)
2836 (timeclock-status-string, timeclock-change)
2837 (timeclock-workday-remaining-string)
2838 (timeclock-workday-elapsed-string)
2839 (timeclock-when-to-leave-string):
2840 * calendar/todo-mode.el (todo-add-category):
2841 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
2842 * emacs-lisp/autoload.el (update-file-autoloads):
2843 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
2844 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
2845 (checkdoc-message-text, checkdoc-defun):
2846 * emacs-lisp/debug.el (debugger-list-functions):
2847 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2848 * emacs-lisp/eieio-opt.el (eieio-describe-class)
2849 (eieio-describe-generic):
2850 * emacs-lisp/lisp-mnt.el (lm-synopsis):
2851 * emacs-lisp/shadow.el (list-load-path-shadows):
2852 * emulation/cua-base.el (cua-mode):
2853 * emulation/edt.el (edt-set-scroll-margins):
2854 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
2855 (tpu-toggle-regexp, tpu-toggle-search-direction)
2856 (tpu-toggle-rectangle, tpu-toggle-control-keys):
2857 * emulation/tpu-extras.el (tpu-set-scroll-margins):
2858 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
2859 (viper-set-parsing-style-toggling-macro)
2860 (viper-set-emacs-state-searchstyle-macros):
2861 * emulation/viper.el (viper-set-hooks):
2862 * eshell/esh-mode.el (eshell-truncate-buffer):
2863 * international/mule-cmds.el (prefer-coding-system)
2864 (describe-input-method, describe-language-environment):
2865 * international/mule-diag.el (list-character-sets)
2866 (describe-character-set, describe-coding-system)
2867 (describe-fontset, list-fontsets, list-input-methods):
2868 * mail/sendmail.el (mail-signature):
2869 * net/ange-ftp.el (ange-ftp-copy-file):
2870 * net/browse-url.el (browse-url):
2871 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
2872 * net/quickurl.el (quickurl-add-url):
2873 * net/rcirc.el (names, topic):
2874 * net/xesam.el (xesam-mode):
2875 * play/5x5.el (5x5-new-game):
2876 * play/yow.el (apropos-zippy):
2877 * progmodes/ada-mode.el (ada-mode-version):
2878 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
2879 (f90-end-of-block)
2880 (f90-beginning-of-block):
2881 * progmodes/fortran.el (fortran-end-of-block)
2882 (fortran-beginning-of-block):
2883 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
2884 * progmodes/python.el (python-describe-symbol, python-shell):
2885 * term/ns-win.el (ns-print-buffer):
2886 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
2887 * textmodes/flyspell.el (flyspell-mode-on):
2888 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
2889 (pages-directory-for-addresses):
2890 * textmodes/table.el (table-recognize-cell)
2891 (table-query-dimension, table-generate-source)
2892 (table-insert-sequence, table--warn-incompatibility):
2893 * textmodes/tex-mode.el (tex-validate-buffer):
2894 * textmodes/texinfmt.el (texinfmt-version)
2895 (texinfo-format-buffer):
2896 Use `called-interactively-p' instead of `interactive-p'.
2897
2898 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
2899
2900 * image-mode.el (image-toggle-display):
2901 * emacs-lisp/elp.el (elp-instrument-function):
2902 * emacs-lisp/advice.el (ad-make-advised-definition):
2903 * emacs-lisp/easy-mmode.el (define-minor-mode):
2904 * net/browse-url.el (browse-url-maybe-new-window):
2905 * progmodes/sh-script.el (sh-learn-buffer-indent):
2906 Pass new argument 'any to `called-interactively-p'.
2907
2908 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
2909
2910 * international/uni-bidi.el:
2911 * international/uni-category.el:
2912 * international/uni-combining.el:
2913 * international/uni-comment.el:
2914 * international/uni-decimal.el:
2915 * international/uni-decomposition.el:
2916 * international/uni-digit.el:
2917 * international/uni-lowercase.el:
2918 * international/uni-mirrored.el:
2919 * international/uni-name.el:
2920 * international/uni-numeric.el:
2921 * international/uni-old-name.el:
2922 * international/uni-titlecase.el:
2923 * international/uni-uppercase.el:
2924 Regenerate from Unicode 5.2.0 data.
2925
2926 2009-10-01 Glenn Morris <rgm@gnu.org>
2927
2928 * Makefile.in (ELCFILES): Regenerate.
2929
2930 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2931
2932 * subr.el (interactive-p): Mark obsolete.
2933 (called-interactively-p): Make the optional-ness of `kind' obsolete.
2934 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
2935 advertised-signature-table for subroutines as well.
2936
2937 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
2938 (set-advertised-calling-convention): New function.
2939 (make-obsolete, define-obsolete-function-alias)
2940 (make-obsolete-variable, define-obsolete-variable-alias):
2941 Make the optional-ness of `when' obsolete.
2942 (define-obsolete-face-alias): Make `when' non-optional.
2943 * help-fns.el (help-function-arglist):
2944 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
2945 Use advertised-signature-table.
2946
2947 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
2948
2949 * files.el (delete-directory): New defun. The original function
2950 in fileio.c has been renamed to `delete-directory-internal'.
2951
2952 * dired.el (dired-delete-file): Call `delete-directory' with
2953 RECURSIVE parameter.
2954
2955 * net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
2956 parameter RECURSIVE. Implementation is missing.
2957
2958 * net/tramp.el (tramp-handle-make-directory): Flush upper
2959 directory's file properties.
2960 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
2961 (tramp-handle-dired-recursive-delete-directory): Flush directory
2962 properties after the remove command only.
2963
2964 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
2965 Handle optional parameter RECURSIVE.
2966
2967 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
2968 Handle optional parameter RECURSIVE.
2969
2970 * net/tramp-smb.el (tramp-smb-errors): Add error message for
2971 connection timeout.
2972 (tramp-smb-handle-delete-directory): Handle optional parameter
2973 RECURSIVE.
2974
2975 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2976
2977 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
2978 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
2979 (byte-compile-defmacro): Use backquotes.
2980
2981 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
2982
2983 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
2984 has no associated file.
2985 (vc-resynch-buffer): Use vc-dir-buffers.
2986
2987 2009-10-01 Glenn Morris <rgm@gnu.org>
2988
2989 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
2990 (chart-file-count):
2991 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
2992 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
2993 * emacs-lisp/eieio-opt.el (eieio-describe-class):
2994 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
2995 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
2996 (eieio-copy-parents-into-subclass, make-instance, class-children)
2997 (eieio-generic-form):
2998 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
2999 * cedet/cedet-idutils.el (cedet-idutils-search)
3000 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
3001 (cedet-idutils-version-check):
3002 * cedet/cedet.el (cedet-version):
3003 * cedet/data-debug.el (data-debug-insert-overlay-button)
3004 (data-debug-insert-overlay-list-button)
3005 (data-debug-insert-buffer-button)
3006 (data-debug-insert-buffer-list-button)
3007 (data-debug-insert-process-button, data-debug-insert-ring-button)
3008 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
3009 (data-debug-insert-stuff-vector-button)
3010 (data-debug-insert-symbol-button, data-debug-insert-string)
3011 (data-debug-insert-number, data-debug-insert-lambda-expression)
3012 (data-debug-insert-nil, data-debug-insert-simple-thing)
3013 (data-debug-insert-custom, data-debug-edebug-expr):
3014 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
3015 (global-ede-mode-map, ede-new, ede-debug-target)
3016 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
3017 * cedet/semantic.el (semantic-minimum-working-buffer-size)
3018 (semantic-fetch-tags, semantic-submode-list)
3019 (semantic-default-submodes):
3020 * cedet/ede/source.el (ede-source-match):
3021 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
3022 (project-am-package-info):
3023 * cedet/ede/proj.el (ede-proj-target, project-new-target):
3024 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
3025 * cedet/ede/proj-comp.el (ede-current-build-list):
3026 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
3027 * cedet/ede/files.el (ede-toplevel-project-or-nil):
3028 * cedet/ede/cpp-root.el (initialize-instance):
3029 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
3030 (autoconf-parameter-strip, autoconf-insert-new-macro):
3031 * cedet/semantic/wisent.el (wisent-lex-eoi):
3032 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
3033 (semantic-show-parser-state-mode):
3034 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
3035 * cedet/semantic/tag.el (semantic-tag-new-variable)
3036 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
3037 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
3038 (semantic--tag-deep-copy-tag-list)
3039 (semantic-tag-components-with-overlays-default):
3040 * cedet/semantic/symref.el (semantic-symref-find-text):
3041 * cedet/semantic/senator.el (senator-yank-tag)
3042 (senator-transpose-tags-up):
3043 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
3044 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
3045 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
3046 * cedet/semantic/lex.el (semantic-lex-comment-regex)
3047 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
3048 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
3049 * cedet/semantic/lex-spp.el
3050 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
3051 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
3052 * cedet/semantic/idle.el
3053 (semantic-idle-summary-current-symbol-info-brutish)
3054 (semantic-idle-summary-current-symbol-info-default):
3055 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
3056 (semantic--grammar-macro-compl-dict):
3057 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
3058 * cedet/semantic/format.el (semantic-format-tag-custom-list)
3059 (semantic-format-tag-canonical-name-default):
3060 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
3061 (semantic-find-tags-for-completion)
3062 (semantic-find-tags-by-scope-protection-default)
3063 (semantic-deep-find-tags-for-completion):
3064 * cedet/semantic/edit.el
3065 (semantic-edits-incremental-reparse-failed-hook)
3066 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
3067 (semantic-edits-splice-remove, semantic-edits-splice-replace):
3068 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
3069 * cedet/semantic/dep.el (semantic-dependency-include-path):
3070 * cedet/semantic/db.el (semanticdb-default-find-index-class)
3071 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
3072 (semanticdb-project-roots):
3073 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
3074 (semanticdb-find-adebug-insert-scanned-tag-cons)
3075 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
3076 (semanticdb-brute-deep-find-tags-for-completion):
3077 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
3078 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
3079 (semantic-end-of-context-default)
3080 (semantic-ctxt-current-function-default)
3081 (semantic-ctxt-scoped-types-default):
3082 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3083 (semantic-complete-inline-tag-engine)
3084 (semantic-complete-inline-custom-type)
3085 (semantic-complete-read-tag-analyzer):
3086 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
3087 (semantic-chart-database-size):
3088 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
3089 (semantic-analyze-current-context):
3090 * cedet/semantic/symref/list.el (semantic-symref)
3091 (semantic-symref-hide-buffer, semantic-symref-symbol):
3092 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
3093 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
3094 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
3095 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
3096 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
3097 (semantic-c-dereference-template):
3098 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
3099 (semantic--analyze-refs-full-lookup-with-parents)
3100 (semantic--analyze-refs-full-lookup-simple):
3101 * cedet/semantic/analyze/complete.el
3102 (semantic-analyze-possible-completions):
3103 * cedet/srecode/table.el (srecode-mode-table-new):
3104 * cedet/srecode/srt.el (srecode-read-variable-name):
3105 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
3106 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
3107 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
3108 * cedet/srecode/map.el (srecode-current-map):
3109 * cedet/srecode/insert.el (srecode-insert)
3110 (srecode-insert-variable-secondname-handler, srecode-insert-method)
3111 (srecode-template-inserter-point-override)
3112 (srecode-insert-include-lookup):
3113 * cedet/srecode/getset.el (srecode-auto-choose-class):
3114 * cedet/srecode/extract.el (srecode-inserter-extract):
3115 * cedet/srecode/document.el
3116 (srecode-document-autocomment-return-last-alist)
3117 (srecode-document-autocomment-param-type-alist)
3118 (srecode-document-insert-function-comment)
3119 (srecode-document-insert-variable-one-line-comment)
3120 (srecode-document-function-name-comment):
3121 * cedet/srecode/dictionary.el (srecode-create-dictionary)
3122 (srecode-compound-toString):
3123 * cedet/srecode/compile.el (srecode-flush-active-templates):
3124 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
3125 Doc/message fixes.
3126
3127 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
3128 match-data. (Bug#4555).
3129
3130 * cedet/semantic/bovine/gcc.el
3131 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
3132 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
3133
3134 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
3135 rather than parsing it as a regexp. This relaxes the layout
3136 requirements and makes errors easier to detect.
3137 (check-declare-verify): Check file is regular.
3138 (check-declare-directory): Doc fix.
3139 * subr.el (declare-function): Doc fix.
3140
3141 * ibuffer.el (ibuffer-format-qualifier):
3142 * isearch.el (hi-lock-regexp-okay):
3143 * calc/calc.el (math-zerop):
3144 * mail/uce.el (rmail-msgbeg, rmail-msgend):
3145 * term/w32-win.el (setup-default-fontset, set-fontset-font):
3146 Remove unused declarations.
3147
3148 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
3149
3150 * cedet/semantic/wisent/javat-wy.el
3151 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
3152
3153 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
3154
3155 * cedet/srecode/expandproto.el: Fix provide statement.
3156
3157 2009-09-30 Eric Ludlam <zappo@gnu.org>
3158
3159 * emacs-lisp/eieio.el (boolean-p): Delete.
3160
3161 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
3162
3163 * cedet/ede/srecode.el: Fix provide statement.
3164
3165 2009-09-30 Glenn Morris <rgm@gnu.org>
3166
3167 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
3168 * cedet/ede/proj-aux.el (ede-aux-source):
3169 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
3170 (ede-misc-source):
3171 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
3172 (semantic-mrub-switch-tags): Fix doc typos.
3173
3174 * cedet/semantic/db-global.el (data-debug-new-buffer)
3175 (data-debug-insert-thing): Remove unneeded declarations (one broken).
3176 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
3177
3178 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
3179
3180 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
3181 use of CL function `remove-if-not'.
3182
3183 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
3184
3185 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
3186 filename is not a string.
3187
3188 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
3189
3190 * files.el (safe-local-eval-forms): Fix typo.
3191
3192 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
3193
3194 * vc-hooks.el (vc-dir-buffers): New var.
3195 (vc-state-refresh): New function.
3196 (vc-state): Use it.
3197 (vc-after-save): Always ask the backend to recompute the new state.
3198 Always call vc-dir if necessary, using vc-dir-buffers.
3199 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
3200 Use vc-dir-buffers.
3201 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
3202 (vc-dir-prepare-status-buffer, vc-dir-update)
3203 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
3204 Don't call expand-file-name on default-directory.
3205
3206 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
3207
3208 * speedbar.el (speedbar-item-delete):
3209 * calc/calc-prog.el (calc-kbd-if):
3210 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
3211
3212 * epa.el (epa-key-list-mode-map):
3213 * hi-lock.el (hi-lock-menu): Fix typos in menus.
3214
3215 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
3216 (hs-show-hook): Fix typo in docstring.
3217
3218 2009-09-29 Glenn Morris <rgm@gnu.org>
3219
3220 * cedet/semantic/symref/idutils.el:
3221 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
3222
3223 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
3224
3225 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
3226 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
3227 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
3228 Mark declarations not understood by check-declare.
3229
3230 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
3231 file-name-nondirectory call preventing location of cedet files.
3232 (check-declare-verify): Use literal search rather than re-search.
3233 Add basic defmethod and defclass, and define-overloadable-function.
3234
3235 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
3236 Use tramp-compat-file-attributes rather than nonexistent
3237 tramp-compat-handle-file-attributes.
3238
3239 * Makefile.in (lisptagsfiles4): New.
3240 (AUTOGENEL): Add cedet loaddefs files.
3241 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
3242 (update-elclist, compile-always, backup-compiled-files)
3243 (bootstrap-clean): Add yet another directory level.
3244 (update-elclist): Use LC_COLLATE rather than COLLATE.
3245 (ELCFILES): Update, via `make update-elclist'.
3246
3247 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
3248
3249 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
3250 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
3251 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
3252
3253 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
3254
3255 * Makefile.in (lisptagsfiles3): Define.
3256 (TAGS, TAGS-LISP): Use it.
3257 (update-elclist): Add third directory level to look for elc files.
3258 (compile-always): Likewise.
3259 (backup-compiled-files): Likewise.
3260 (bootstrap-clean): Likewise.
3261 (ELCFILES): Update.
3262
3263 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
3264
3265 * Makefile.in (ELCFILES): Add CEDET files.
3266
3267 2009-09-28 Eric Ludlam <zappo@gnu.org>
3268
3269 CEDET (development tools) package merged.
3270
3271 * cedet/*.el:
3272 * cedet/ede/*.el:
3273 * cedet/semantic/*.el:
3274 * cedet/srecode/*.el: New files.
3275
3276 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
3277
3278 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
3279
3280 * net/tramp.el (top): Require tramp-imap.
3281
3282 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
3283 Use `tramp-compat-handle-file-attributes'.
3284
3285 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
3286
3287 * net/tramp-imap.el: New package.
3288
3289 2009-09-28 Eric Ludlam <zappo@gnu.org>
3290
3291 * emacs-lisp/chart.el:
3292 * emacs-lisp/eieio-base.el:
3293 * emacs-lisp/eieio-comp.el:
3294 * emacs-lisp/eieio-custom.el:
3295 * emacs-lisp/eieio-datadebug.el:
3296 * emacs-lisp/eieio-opt.el:
3297 * emacs-lisp/eieio-speedbar.el:
3298 * emacs-lisp/eieio.el: New files.
3299
3300 * cedet/cedet-cscope.el:
3301 * cedet/cedet-files.el:
3302 * cedet/cedet-global.el:
3303 * cedet/cedet-idutils.el:
3304 * cedet/data-debug.el:
3305 * cedet/inversion.el:
3306 * cedet/mode-local.el:
3307 * cedet/pulse.el: New files.
3308
3309 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3310
3311 * whitespace.el (whitespace-trailing-regexp)
3312 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
3313 Fix doc string.
3314
3315 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
3316
3317 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
3318 menu.
3319
3320 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
3321 menu-bar-ediff-menu.
3322
3323 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
3324 define-overloadable-function.
3325
3326 * progmodes/autoconf.el: Provide autoconf as well, so that this
3327 file can be `require'd.
3328
3329 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
3330
3331 * emacs-lisp/autoload.el (generated-autoload-feature)
3332 (generated-autoload-load-name): New vars.
3333 (autoload-rubric, autoload-generate-file-autoloads): Use them.
3334 (make-autoload): Recognize define-overloadable-function and
3335 defclass forms (for EIEIO).
3336
3337 * Makefile.in (update-subdirs): Exclude cedet directory.
3338
3339 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
3340
3341 * term/ns-win.el: Don't set the region face background. (Bug#4381)
3342
3343 * faces.el: Default light-background background for region face to
3344 ns_selection_color under NS.
3345
3346 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
3347
3348 * net/imap-hash.el: New library, see NEWS.
3349
3350 * Makefile.in (ELCFILES): Add imap-hash.el.
3351
3352 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
3353
3354 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
3355 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
3356 * help-macro.el (make-help-screen): Avoid using an ambiguous function
3357 definition where the docstring could be taken for the return value.
3358
3359 2009-09-26 Glenn Morris <rgm@gnu.org>
3360
3361 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
3362 Add option to only show images below a certain size.
3363 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
3364 save-excursion calls.
3365
3366 2009-09-26 Eli Zaretskii <eliz@gnu.org>
3367
3368 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
3369 subdirectories) and eieio.
3370
3371 2009-09-26 Alan Mackenzie <acm@muc.de>
3372
3373 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
3374 buggy bracketing. (Bug#4289)
3375
3376 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
3377 character constants (as case labels). (Bug#4289)
3378
3379 2009-09-25 Juri Linkov <juri@jurta.org>
3380
3381 * files.el (safe-local-eval-forms): Allow time-stamp in
3382 before-save-hook (Bug#4554).
3383
3384 2009-09-25 Drew Adams <drew.adams@oracle.com>
3385
3386 * menu-bar.el (list-buffers-directory): Doc fix.
3387
3388 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
3389
3390 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
3391 Try and avoid copying twice the same paragraph.
3392 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
3393 Remove save-excursion.
3394 (log-edit-changelog-entry): Do it here instead.
3395
3396 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
3397
3398 * bs.el (bs--get-file-name): Use `list-buffers-directory'
3399 when available, instead of hardcoding mode names. Doc fix.
3400
3401 * menu-bar.el (list-buffers-directory): Add docstring.
3402 Make automatically buffer-local.
3403
3404 * dired.el (dired-mode):
3405 * files.el (cd-absolute):
3406 * pcvs.el (cvs-temp-buffer):
3407 * pcvs-util.el (cvs-get-buffer-create):
3408 * shell.el (shell-mode):
3409 * vc-dir.el (vc-dir-mode):
3410 Don't make `list-buffers-directory' buffer local.
3411
3412 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
3413
3414 * comint.el (comint-exec, comint-run, make-comint):
3415 Doc fixes (Bug#4542).
3416
3417 2009-09-25 Glenn Morris <rgm@gnu.org>
3418
3419 * mail/rmailmm.el (rmail-mime): New custom group.
3420 Move all defcustoms in this file into this group.
3421 (rmail-mime-media-type-handlers-alist): Revert previous change.
3422 (rmail-mime-show-images): New option.
3423 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
3424 references to it, since it wasn't actually used for anything.
3425 (rmail-mime-insert-image): New function.
3426 (rmail-mime-image): Use rmail-mime-insert-image.
3427 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
3428 obey the value of `rmail-mime-show-images' option. Print the size of
3429 attachments.
3430
3431 2009-09-25 David Engster <deng@randomsample.de>
3432
3433 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
3434
3435 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3436
3437 * whitespace.el: Does not highlight trailing spaces While point is
3438 at end of line. Does not highligt spaces at beginning of buffer
3439 while point is at beginning of buffer. Does not highlight spaces
3440 at end of buffer while point is at end of buffer. (Bug#4177)
3441 New version 12.0.
3442 (whitespace-display-mappings): Adjust initialization.
3443 (whitespace-point, whitespace-font-lock-refontify): New vars.
3444 (whitespace-color-on, whitespace-color-off): Adjust code.
3445 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
3446 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
3447 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
3448
3449 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
3450
3451 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
3452
3453 * textmodes/sgml-mode.el: Remove xml-mode alias.
3454
3455 * files.el (auto-mode-alist, conf-mode-maybe)
3456 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
3457
3458 2009-09-24 Alan Mackenzie <acm@muc.de>
3459
3460 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
3461 c-forward-conditionals, but it doesn't move point and doesn't set
3462 the mark.
3463 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
3464 (c-down-conditional-with-else, c-backward-conditional)
3465 (c-forward-conditional): Refactor to use c-scan-conditionals.
3466
3467 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
3468
3469 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
3470 (help-default-arg-highlight): Remove.
3471 (help-highlight-arg): New function.
3472 (help-do-arg-highlight): Use it.
3473 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
3474
3475 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
3476
3477 * term.el (term-set-scroll-region, term-handle-ansi-escape):
3478 Undo last change, which didn't fix the problem and introduced others.
3479
3480 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
3481
3482 * progmodes/gdb-mi.el: Don't require speedbar.
3483 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
3484
3485 2009-09-24 Glenn Morris <rgm@gnu.org>
3486
3487 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
3488
3489 * term/ns-win.el (ns-reg-to-script): Define for compiler.
3490
3491 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
3492 there is no newline after the final mime boundary. (Bug#4539)
3493 Move markers on insertion so that any buttons inserted don't end up in
3494 the next part of a multipart message.
3495 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
3496 (rmail-mime-bulk-handler): Optionally handle images.
3497 (rmail-mime-image): New button action.
3498 (rmail-mime-image-handler): New function.
3499 (rmail-mime-mode): New mode.
3500 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
3501
3502 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
3503
3504 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
3505 than just dropping elements from it (bug#4504).
3506
3507 * term.el (term-set-scroll-region): Don't move cursor any more.
3508 (term-handle-ansi-escape): Call term-goto here instead.
3509 Suggested by Ivan Kanis <apple@kanis.eu>.
3510
3511 * term.el: Require CL.
3512 (term-ansi-reset): New function.
3513 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
3514 (term-handle-colors-array): Simplify.
3515
3516 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
3517
3518 * allout.el (allout-overlay-interior-modification-handler)
3519 (allout-obtain-passphrase):
3520 * epa-file.el (epa-file-write-region):
3521 * ps-print.el (ps-begin-job):
3522 * vc-hooks.el (vc-toggle-read-only):
3523 * vc-rcs.el (vc-rcs-rollback):
3524 * vc-sccs.el (vc-sccs-rollback):
3525 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
3526 (vc-version-diff, vc-revert, vc-rollback):
3527 * wdired.el (wdired-check-kill-buffer):
3528 * emacs-lisp/authors.el (authors):
3529 * net/socks.el (socks-open-connection):
3530 * net/zeroconf.el (zeroconf-service-add-hook):
3531 * obsolete/vc-mcvs.el (vc-mcvs-register):
3532 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
3533 (gdb-select-frame):
3534 * progmodes/grep.el (lgrep, rgrep):
3535 * progmodes/idlw-help.el (idlwave-help-check-locations)
3536 (idlwave-help-html-link, idlwave-help-assistant-open-link):
3537 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
3538 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
3539 (reftex-toc-rename-label): Fix typos in error messages.
3540
3541 * dired-aux.el (dired-do-shell-command): Reflow docstring.
3542 (dired-copy-how-to-fn): Doc fix.
3543 (dired-files-attributes, dired-read-shell-command):
3544 Fix typos in docstrings.
3545
3546 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
3547 (dired-x-find-file-other-window): Reflow docstrings.
3548 (dired-omit-marker-char, dired-read-shell-command)
3549 (dired-x-submit-report): Fix typos in docstrings.
3550
3551 * shell.el (shell-mode-hook):
3552 * view.el (View-scroll-line-forward):
3553 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
3554 Fix typos in docstrings.
3555
3556 * net/dig.el (dig-invoke): Fix typo in docstring.
3557 (query-dig): Reflow docstring.
3558
3559 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
3560 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
3561 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
3562 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
3563 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
3564 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
3565 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
3566 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
3567 (idlwave-completion-map, idlwave-current-indent)
3568 (idlwave-custom-ampersand-surround, idlwave-customize)
3569 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
3570 (idlwave-define-abbrev, idlwave-determine-class-special)
3571 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
3572 (idlwave-end-block-reg, idlwave-end-of-statement)
3573 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
3574 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
3575 (idlwave-explicit-class-listed, idlwave-file-header)
3576 (idlwave-fill-paragraph, idlwave-find-class-definition)
3577 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
3578 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
3579 (idlwave-in-quote, idlwave-indent-action-table)
3580 (idlwave-indent-expand-table, idlwave-indent-line)
3581 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
3582 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
3583 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
3584 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
3585 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
3586 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
3587 (idlwave-outlawed-buffers, idlwave-popup-select)
3588 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
3589 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
3590 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
3591 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
3592 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
3593 (idlwave-statement-type, idlwave-struct-skip)
3594 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
3595 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
3596 (idlwave-what-module-find-class): Fix typos in docstrings.
3597 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
3598 (idlwave-calculate-cont-indent, idlwave-expand-equal)
3599 (idlwave-find-module, idlwave-find-structure-definition)
3600 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
3601 (idlwave-list-load-path-shadows, idlwave-next-statement)
3602 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
3603 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
3604 (idlwave-template): Reflow docstrings.
3605
3606 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
3607 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
3608 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
3609 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
3610 (idlwave-shell-display-line, idlwave-shell-display-wframe)
3611 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
3612 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
3613 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
3614 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
3615 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
3616 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
3617 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
3618 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
3619 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
3620 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
3621 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
3622 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
3623 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
3624 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
3625 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
3626 Fix typos in docstrings.
3627 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
3628 (idlwave-shell-hide-output, idlwave-shell-mode)
3629 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
3630 Reflow docstrings.
3631
3632 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
3633
3634 2009-09-24 Ivan Kanis <apple@kanis.eu>
3635
3636 * term.el (term-bold-attribute): New var.
3637 (term-handle-colors-array): Use it.
3638
3639 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
3640
3641 * progmodes/gdb-mi.el (gdb-version): New variable.
3642 (gdb-non-stop-handler): Set gdb-version.
3643 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
3644 Condition "--thread" option on gdb-version.
3645 (gdb-invalidate-threads): Remove unused argument.
3646
3647 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
3648
3649 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
3650 to looking-back to avoid ridiculous slow down in large files (bug#4511).
3651
3652 2009-09-23 Glenn Morris <rgm@gnu.org>
3653
3654 * mail/rmail.el (rmail-reply): Don't try to add a References header when
3655 replying to mail without References or Message-Id. (Bug#4525)
3656
3657 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
3658
3659 * term/ns-win.el (ns-reg-to-script): New variable.
3660
3661 2009-09-23 Daiki Ueno <ueno@unixuser.org>
3662
3663 * epg.el (epg-wait-for-status): Preserve existing 'error results.
3664
3665 2009-09-22 Sam Steingold <sds@gnu.org>
3666
3667 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
3668 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
3669 to 1 because hg returns status 1 when nothing is found.
3670 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
3671
3672 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
3673
3674 * textmodes/fill.el: Convert to utf-8 encoding.
3675 (fill-french-nobreak-p): Remove redundant » and « inherited from our
3676 pre-unicode days.
3677
3678 * add-log.el (change-log-fill-forward-paragraph): New function.
3679 (change-log-mode): Use it so fill-region DTRT.
3680 Set fill-indent-according-to-mode here rather than in
3681 change-log-fill-paragraph.
3682 (change-log-fill-paragraph): Remove.
3683
3684 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
3685
3686 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
3687 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
3688
3689 2009-09-22 Glenn Morris <rgm@gnu.org>
3690
3691 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
3692 the scroll-bar scroll the calendar window rather than the buffer.
3693
3694 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
3695 commands that move point (as opposed to scrolling).
3696
3697 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
3698
3699 * emacs-lisp/elint.el (elint): New custom group.
3700 (elint-log-buffer): Make it a defcustom.
3701 (elint-scan-preloaded, elint-ignored-warnings)
3702 (elint-directory-skip-re): New options.
3703 (elint-builtin-variables): Doc fix.
3704 (elint-preloaded-env): New variable.
3705 (elint-unknown-builtin-args): Add an entry for encode-time.
3706 (elint-extra-errors): Make it a variable rather than a constant.
3707 (elint-preloaded-skip-re): New constant.
3708 (elint-directory): Skip files matching elint-directory-skip-re.
3709 (elint-features): New variable, local to linted buffers.
3710 (elint-update-env): Initialize elint-features. Possibly add
3711 elint-preloaded-env to the buffer's environment.
3712 (elint-get-top-forms): Bind elint-current-pos, for log messages.
3713 Skip quoted forms.
3714 (elint-init-form): New function, extracted from elint-init-env.
3715 Make non-list forms a warning rather than an error.
3716 Add the mode-map for define-derived-mode. Handle define-minor-mode,
3717 easy-menu-define, put that adds an error-condition, and provide.
3718 When requiring cl, also require cl-macs. Really require cl, to handle
3719 some cl macros. Store required libraries in the list elint-features,
3720 so as not to re-load them. Treat cc-require like require.
3721 (elint-init-env): Call elint-init-form to do the work.
3722 Handle eval-and-compile and such like.
3723 (elint-add-required-env): Do not clear messages.
3724 (elint-special-forms): Add handlers for function, defalias, if, when,
3725 unless, and, or.
3726 (elint-form): Add optional argument to ignore elint-special-forms,
3727 useful to prevent recursive calls from handlers. Doc fix.
3728 Respect elint-ignored-warnings.
3729 (elint-form): Respect elint-ignored-warnings.
3730 (elint-bound-variable, elint-bound-function): New variables.
3731 (elint-unbound-variable): Respect elint-bound-variable.
3732 (elint-get-args): Respect elint-bound-function.
3733 (elint-check-cond-form): Add some simple handling for (f)boundp and
3734 featurep tests.
3735 (elint-check-defalias-form): New handler.
3736 (elint-check-let-form): Make an empty let a warning rather than an
3737 error.
3738 (elint-check-setq-form): Make an empty setq a warning rather than an
3739 error. Respect elint-ignored-warnings.
3740 (elint-check-defvar-form): Accept null doc-strings.
3741 (elint-check-conditional-form): New handler. Does some simple-minded
3742 checking of featurep and (f)boundp tests.
3743 (elint-put-function-args): New function.
3744 (elint-initialize): Use elint-scan-doc-file rather than
3745 elint-find-builtin-variables. Use elint-put-function-args.
3746 Possibly scan preloaded-file-list.
3747 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
3748 extend to handle functions as well.
3749
3750 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
3751
3752 * linum.el (linum-delete-overlays, linum-update-window):
3753 Do not modify the right margin. (Bug#3971)
3754
3755 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
3756
3757 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
3758 nxml-mode instead of xml-mode.
3759
3760 2009-09-21 Kevin Ryde <user42@zip.com.au>
3761
3762 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
3763
3764 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3765
3766 * net/dig.el (dig-mode): Use define-derived-mode.
3767
3768 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
3769
3770 * vc-dispatcher.el (vc-do-command): Return the process object in
3771 the asynchronous case. Use when instead of if. Do not run
3772 vc-exec-after to display a message if not enabled. (Bug#4463)
3773
3774 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
3775 properties to the stash strings.
3776 (vc-git-stash-list): Return a list of strings.
3777 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
3778 (vc-git-stash-show-at-point): New functions.
3779 (vc-git-stash-map): New keymap.
3780
3781 * register.el (ctl-x-r-map): Define the keys here instead of
3782 using autoload.
3783
3784 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
3785
3786 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
3787 list, to workaround performance problem (bug#4485).
3788
3789 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
3790
3791 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
3792
3793 2009-09-20 Daiki Ueno <ueno@unixuser.org>
3794
3795 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
3796 Document that this option is not recommended to use.
3797
3798 2009-09-19 Glenn Morris <rgm@gnu.org>
3799
3800 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
3801 variable `var'.
3802
3803 * calc/calc-alg.el (var):
3804 * calc/calcalg2.el (var): Define for compiler.
3805
3806 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
3807
3808 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
3809 Doc fix (Bug#3932).
3810
3811 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
3812
3813 * time-stamp.el (time-stamp-month-dd-yyyy)
3814 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
3815 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
3816 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
3817 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
3818 Remove functions that have been obsolete since 1995 (Bug#4436).
3819
3820 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
3821 indent buffer only if called interactively (Bug#4452).
3822
3823 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
3824 Eli Zaretskii <eliz@gnu.org>
3825
3826 This fixes bug#4197 (merged to bug#865, though not identical).
3827 * server.el (server-auth-dir): Add docstring note about FAT32.
3828 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
3829 but warn against using them.
3830
3831 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
3832
3833 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
3834 older GDB where there is no has_more field.
3835
3836 2009-09-19 Glenn Morris <rgm@gnu.org>
3837
3838 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3839
3840 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
3841
3842 * files.el (auto-mode-alist): Change default for XML files to nXML
3843 mode (Bug#4169).
3844
3845 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
3846
3847 * server.el (server-ensure-safe-dir): Pass 'integer
3848 to `file-attributes', as suggested.
3849
3850 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
3851
3852 * dired-aux.el (dired-query-alist): Remove spurious backslash.
3853 (dired-query): Use read-key.
3854
3855 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
3856
3857 * cus-start.el (ns-use-qd-smoothing): Remove.
3858
3859 2009-09-18 Glenn Morris <rgm@gnu.org>
3860
3861 * allout.el (top-level): Remove unnecessary progn.
3862
3863 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
3864
3865 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
3866 definition of abbrev table.
3867
3868 * speedbar.el (speedbar-track-mouse):
3869 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
3870 * net/eudc.el (eudc-expand-inline):
3871 * net/newst-backend.el (newsticker--cache-read-feed):
3872 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
3873 condition-case handlers.
3874
3875 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
3876
3877 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
3878 (gdb-var-list): Add an element for has_more field.
3879 (gdb-non-stop-handler): Enable pretty printing for STL containers.
3880 (gdb-var-create-handler, gdb-var-list-children-handler-1)
3881 (gdb-var-update-handler-1): Parse output of dynamic variable
3882 objects (STL containers).
3883 (gdb-var-delete-1): Pass var1 as an explicit second argument.
3884 (gdb-get-field): Delete alias. Use bindat-get-field directly.
3885
3886 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
3887 gdb-var-list.
3888 (gud-speedbar-buttons): Make node expandable if expression "has more"
3889 children.
3890
3891 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
3892
3893 * startup.el (emacs-quick-startup): Remove variable and all uses.
3894 (command-line): Set `inhibit-x-resources' instead.
3895 (command-line-1): Use `inhibit-x-resources' instead.
3896
3897 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
3898
3899 * subr.el: Fix last change to avoid using the `unless' macro,
3900 which breaks bootstrapping.
3901
3902 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3903
3904 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
3905 extended definitions, in case we reload subr.el after having
3906 loaded CL.
3907 (eval-next-after-load): Mark as obsolete.
3908
3909 2009-09-17 Juri Linkov <juri@jurta.org>
3910
3911 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
3912 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
3913 (menu-bar-showhide-menu, menu-bar-tools-menu)
3914 (menu-bar-describe-menu, menu-bar-help-menu)
3915 (minibuffer-local-completion-map, minibuffer-local-map):
3916 Fix list quoting.
3917
3918 2009-09-17 Glenn Morris <rgm@gnu.org>
3919
3920 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
3921 arguments, whether or not it has a handler.
3922
3923 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
3924
3925 * simple.el (hard-newline): Give it a doc-string.
3926
3927 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
3928 (lisp-mode-syntax-table): Give them doc-strings.
3929
3930 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
3931
3932 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
3933 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
3934 (menu-bar-options-menu, menu-bar-showhide-menu)
3935 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
3936 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
3937 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
3938 (menu-bar-options-menu, menu-bar-tools-menu)
3939 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
3940 (menu-bar-help-menu):
3941 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
3942 string arguments.
3943
3944 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
3945 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
3946 calls for the menu names and :help.
3947
3948 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3949
3950 * mouse.el (minor-mode-menu-from-indicator): Pay attention
3951 to :minor-mode-function (bug#4455).
3952
3953 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3954
3955 * startup.el (command-line): Initialize the window-system after
3956 processing the command-line.
3957
3958 * textmodes/page.el (what-page): Make sure we don't inf-loop if
3959 page-delimiter matches the empty string.
3960
3961 2009-09-16 Glenn Morris <rgm@gnu.org>
3962
3963 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
3964 byte-compile-not-obsolete-var. It's a list now.
3965 (byte-compile-not-obsolete-funcs): New variable.
3966 (byte-compile-warn-obsolete): Don't warn about functions if they are in
3967 byte-compile-not-obsolete-funcs.
3968 (byte-compile-variable-ref, byte-compile-defvar): Update for
3969 byte-compile-not-obsolete-vars name-change and list nature.
3970 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
3971 and variables behind (f)boundp tests.
3972 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
3973
3974 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
3975
3976 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
3977
3978 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
3979
3980 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
3981 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
3982 Don't autoload.
3983
3984 2009-09-15 Stephen Eglen <stephen@gnu.org>
3985
3986 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
3987 the virtual-buffers, use the name of the buffer specified by
3988 find-file-noselect, as the match may be a symlink. (This was a
3989 problem if the target and the symlink had different names.)
3990
3991 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
3992
3993 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
3994
3995 * desktop.el (desktop-path): Check user-emacs-directory.
3996
3997 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
3998
3999 * loadup.el: Use after-load-functions to GC after loading each file.
4000 Remove the explicit GC calls that used to be sprinkled around.
4001
4002 * subr.el (after-load-functions): New hook.
4003 (do-after-load-evaluation): Run it. Use string-match-p to detect
4004 `obsolete' packages, rather than painfully extracting the relevant
4005 directory name.
4006
4007 2009-09-15 Glenn Morris <rgm@gnu.org>
4008
4009 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
4010 free variable `doc'.
4011
4012 * dired.el (dired-mode-map): Add menu entry for async shell command.
4013
4014 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
4015 variables, also consider the .elc files, since the .el files are
4016 normally gzipped (subsequent code locates the .el.gz from the .elc).
4017
4018 * calc/calc-prog.el (arglist): Define for compiler.
4019
4020 * calendar/diary-lib.el (diary-display-function): Change the default to
4021 fancy display.
4022 (body): Define for compiler.
4023
4024 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
4025 (byte-compile-file-form, byte-compile-lambda)
4026 (byte-compile-top-level-body, byte-compile-form)
4027 (byte-compile-variable-ref, byte-compile-setq)
4028 (byte-compile-setq-default, byte-compile-body)
4029 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
4030 (batch-byte-compile): Give some more local variables with common names
4031 a "bytecomp-" prefix to avoid masking warnings about free variables.
4032
4033 * startup.el (command-line-1): Give local variables with common names a
4034 distinguishing prefix, so as not to hide free variable warnings during
4035 bootstrap.
4036
4037 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
4038 clever and add a suffix to make a unique name, just let the user decide
4039 whether or not to overwrite it. If the input is a directory, write the
4040 default filename to that directory. (Bug#4388)
4041 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
4042 is a filename-as-a-directory.
4043
4044 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4045
4046 * textmodes/page.el (what-page): Don't move to beginning of line.
4047 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
4048
4049 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
4050
4051 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
4052
4053 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
4054
4055 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
4056 * help.el (help-for-help-internal): Add purecopy calls for text.
4057
4058 * vc.el (top): print-log method now takes an optional SHORTLOG
4059 argument. Add a new method: root.
4060 (vc-root-diff, vc-print-root-log): New functions.
4061 (vc-log-short-style): New variable.
4062 (vc-print-log-internal): Add support for showing short logs.
4063
4064 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
4065 vc-print-root-log and vc-print-root-diff.
4066
4067 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
4068 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
4069 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
4070 short logs.
4071
4072 * vc-cvs.el (vc-cvs-print-log):
4073 * vc-mtn.el (vc-mtn-print-log):
4074 * vc-rcs.el (vc-rcs-print-log):
4075 * vc-sccs.el (vc-sccs-print-log):
4076 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
4077 that is ignored for now.
4078
4079 * vc-mtn.el (vc-mtn-annotate-command):
4080 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
4081
4082 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4083
4084 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
4085 to function-key-map, and give them ascii-character property.
4086 * term/x-win.el (x-alternatives-map):
4087 * term/ns-win.el (ns-alternatives-map):
4088 * term/internal.el (msdos-key-remapping-map):
4089 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
4090
4091 2009-09-14 Glenn Morris <rgm@gnu.org>
4092
4093 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
4094 temp-buffers (2009-09-12).
4095
4096 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
4097
4098 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
4099 the new read-key function.
4100
4101 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
4102
4103 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
4104 is defined (Bug#4405).
4105
4106 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
4107
4108 * recentf.el (recentf-cleanup): Use a hash table to find
4109 duplicates (Bug#4407).
4110
4111 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
4112
4113 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
4114 kp-0 to ascii equivalents (Bug#4325).
4115
4116 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
4117
4118 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
4119
4120 * eshell/em-hist.el:
4121 * eshell/em-dirs.el (eshell-complete-user-reference):
4122 Declare pcomplete functions and variables to avoid compiler warnings.
4123
4124 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
4125
4126 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
4127 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
4128 * eshell/em-alias.el (eshell-aliases-file):
4129 * eshell/em-hist.el (eshell-history-file-name):
4130 Use expand-file-name instead of concat to make file names (Bug#4308).
4131
4132 2009-09-13 Glenn Morris <rgm@gnu.org>
4133
4134 * ediff-merg.el (ediff-do-merge):
4135 * filesets.el (filesets-run-cmd):
4136 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
4137 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
4138 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
4139 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
4140 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
4141 Replace empty `let's with `progn'.
4142
4143 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
4144
4145 * mail/sendmail.el (send-mail-function):
4146 * tooltip.el (tooltip-mode):
4147 * simple.el (transient-mark-mode):
4148 * rfn-eshadow.el (file-name-shadow-mode):
4149 * frame.el (blink-cursor-mode):
4150 * font-core.el (global-font-lock-mode):
4151 * files.el (temporary-file-directory)
4152 (small-temporary-file-directory, auto-save-file-name-transforms):
4153 * epa-hook.el (auto-encryption-mode):
4154 * composite.el (global-auto-composition-mode):
4155 Use custom-initialize-delay.
4156 * startup.el (command-line): Don't explicitly call
4157 custom-reevaluate-setting for all the above vars.
4158 * custom.el (custom-initialize-safe-set)
4159 (custom-initialize-safe-default): Delete.
4160
4161 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4162
4163 * term/x-win.el (x-initialize-window-system):
4164 * term/w32-win.el (w32-initialize-window-system):
4165 * term/ns-win.el (ns-initialize-window-system): Don't call
4166 mouse-wheel-mode since it's enabled globally by default already.
4167
4168 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
4169 actually define the variable, but only silences the byte-compiler.
4170 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
4171 before looking it up.
4172 (mouse-wheel-scroll-amount): Also reset the bindings if this value
4173 is changed.
4174
4175 2009-09-12 Glenn Morris <rgm@gnu.org>
4176
4177 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
4178 1000.
4179 (elint-add-required-env): Don't beep on error.
4180 (elint-forms): In case of error, return ENV unchanged.
4181 (elint-init-env): Skip non-list forms.
4182 (elint-log): Handle unknown file positions.
4183
4184 2009-09-12 Daiki Ueno <ueno@unixuser.org>
4185
4186 * epg.el (epg-make-context): Add autoload cookie.
4187 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
4188 (epg-decrypt-string, epg-start-verify, epg-verify-file)
4189 (epg-verify-string, epg-start-sign, epg-sign-file)
4190 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
4191 (epg-encrypt-string, epg-start-export-keys)
4192 (epg-export-keys-to-file, epg-export-keys-to-string)
4193 (epg-start-import-keys, epg-import-keys-from-file)
4194 (epg-import-keys-from-string, epg-start-receive-keys)
4195 (epg-receive-keys, epg-import-keys-from-server)
4196 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
4197 (epg-sign-keys, epg-start-generate-key)
4198 (epg-generate-key-from-file, epg-generate-key-from-string):
4199 Remove autoload cookie.
4200
4201 2009-09-12 Eli Zaretskii <eliz@gnu.org>
4202
4203 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
4204 reevaluation of trash-directory.
4205
4206 * mwheel.el: Fix last change.
4207 (mouse-wheel-mode): New defvar.
4208 (mouse-wheel-mode): Remove autoload cookie.
4209
4210 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4211
4212 * mwheel.el (mwheel-installed-bindings): New var.
4213 (mouse-wheel-mode): Use it, so as to make sure we really remove all
4214 the bindings we set last time. Use custom-initialize-delay.
4215 * loadup.el: Load mwheel after term/*-win.el.
4216 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
4217 and mouse-wheel-up-event now that their first evaluation is done
4218 sufficiently late to be correct.
4219
4220 * startup.el (tutorial-directory): Make it a defcustom.
4221 Use custom-initialize-delay rather than eval-at-startup to set it.
4222 * image.el (image-load-path): Make it a defcustom.
4223 Use custom-initialize-delay rather than eval-at-startup to set it.
4224 * subr.el (eval-at-startup): Remove.
4225 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
4226
4227 * subr.el (do-after-load-evaluation): Warn the user after loading an
4228 obsolete package.
4229
4230 2009-09-12 Glenn Morris <rgm@gnu.org>
4231
4232 * proced.el (proced-mark-alt): Remove alias.
4233 (proced-mode-map): Remove proced-mark-alt.
4234
4235 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
4236 Elint file and directory. Remove initialization entry.
4237
4238 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
4239 commands.
4240 (elint-current-buffer): Set mode-line-process.
4241 (elint-init-env): Handle define-derived-mode.
4242 Fix declare-function with unspecified arglist. Guard against odd
4243 defalias statements (eg iso-insert's 8859-1-map).
4244 (elint-add-required-env): Use a temp buffer.
4245 (elint-form): Just print the function/macro name, not the whole form.
4246 Return env unchanged if we fail to parse a macro.
4247 (elint-forms): Guard against parse errors.
4248 (elint-output): New function, to handle batch mode.
4249 (elint-log-message): Add optional argument. Use elint-output.
4250 (elint-set-mode-line): New function.
4251
4252 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
4253
4254 * emacs-lisp/elp.el (elp-not-profilable): Add more
4255 functions (Bug#4233).
4256
4257 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
4258
4259 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
4260 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
4261
4262 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
4263
4264 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
4265 (gdb-var-list-children): Use json parsing.
4266
4267 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
4268
4269 * progmodes/js.el (js--proper-indentation): Handle the case where
4270 char-before is null. Reported by Deniz Dogan.
4271
4272 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
4273
4274 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
4275
4276 2009-09-11 Daiki Ueno <ueno@unixuser.org>
4277
4278 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
4279 (epg-digest-algorithm-alist): Add SHA224.
4280 (epg-context-set-passphrase-callback)
4281 (epg-context-set-progress-callback): Add description about
4282 callback function.
4283
4284 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4285
4286 * custom.el (custom-delayed-init-variables): New var.
4287 (custom-initialize-delay): New function.
4288 * startup.el (command-line): "Re"evaluate all vars in
4289 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
4290 explicitly any more.
4291 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
4292 to avoid creating a ~/.emacs.d at build-time (bug#4347).
4293
4294 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
4295
4296 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
4297
4298 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
4299 (gdb-var-update-handler): Use json parsing.
4300
4301 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
4302
4303 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
4304 decode annotated text, regardless of language environment. (Bug#2741)
4305
4306 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4307
4308 * Makefile.in (autoloads): Make rmail.el writable as well.
4309
4310 2009-09-11 Glenn Morris <rgm@gnu.org>
4311
4312 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
4313 loaddefs.el.
4314 * dired.el: Regenerate with extracted autoloads.
4315 * Makefile.in (autoloads): Make dired.el writable.
4316
4317 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
4318 * ibuffer.el: Regenerate with extracted autoloads.
4319 * Makefile.in (autoloads): Make ibuffer.el writable.
4320
4321 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
4322 * version.el (emacs-copyright, emacs-major-version)
4323 (emacs-minor-version): Reformat doc-strings for make-docfile.
4324
4325 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
4326 functions and variables, since they must be stuff specific to some other
4327 platform.
4328 (apropos-print): Make mouse-click message less specific about button.
4329
4330 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
4331 that records where a macro was defined.
4332 * help-fns.el (describe-function-1): Mention if a function has a
4333 compiler-macro.
4334 * help-mode.el (help-function-cmacro): New button.
4335
4336 * locate.el (top-level): Always require dired.
4337 (locate-mode-map): Initialize inside the defvar.
4338
4339 * net/ange-ftp.el (dired-compress-file): Declare.
4340 (ange-ftp-dired-compress-file): Add doc string.
4341
4342 * term/ns-win.el (x-display-name, x-setup-function-keys):
4343 Unify doc-strings with X versions.
4344
4345 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4346
4347 * emulation/crisp.el (crisp-mode-map): Move initialization
4348 into declaration.
4349 (crisp-mode): Use define-minor-mode.
4350
4351 * progmodes/xscheme.el (xscheme-evaluation-commands):
4352 Put a :advertised-binding property rather than using
4353 advertised-xscheme-send-previous-expression.
4354 (advertised-xscheme-send-previous-expression): Declare obsolete.
4355 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
4356 `advertised-undo'.
4357 (crisp-mode): Add corresponding bindings to
4358 undo's :advertised-binding instead.
4359 * dired.el (dired-mode-map): Put a :advertised-binding property rather
4360 than using dired-advertised-find-file.
4361 (dired-advertised-find-file):
4362 * simple.el (advertised-undo):
4363 * wid-edit.el (advertised-widget-backward): Declare obsolete.
4364 (widget-keymap): Put a :advertised-binding property rather
4365 than using advertised-widget-backward.
4366 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
4367 than using advertised-undo.
4368 * tutorial.el (tutorial--default-keys): Adjust accordingly.
4369
4370 2009-09-10 Simon South <ssouth@slowcomputing.org>
4371
4372 * progmodes/delphi.el (delphi-tab): Indent region when Transient
4373 Mark mode is enabled and region is active; otherwise indent or
4374 insert TAB as usual.
4375 (delphi-mode): Update description of TAB-key binding.
4376
4377 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4378
4379 * subr.el (define-key-rebound-commands): Mark obsolete.
4380 * startup.el (precompute-menubar-bindings): Remove.
4381 (normal-top-level): Remove obsolete code that tried to precompute
4382 menubar bindings.
4383 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
4384 define-key-rebound-commands and precompute-menubar-bindings.
4385
4386 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
4387
4388 * net/imap.el (imap-interactive-login): Better messages.
4389 (imap-open): Fix bug with renamed buffer on reconnect.
4390 (imap-authenticate): Add buffer-local imap-last-authenticator variable
4391 for easier debugging and cleaner code. On successful (guessed based on
4392 server capabilities) secondary authentication, set imap-state
4393 correctly.
4394 (imap-last-authenticator): Define imap-last-authenticator as a variable
4395 to avoid warnings.
4396
4397 2009-09-10 Glenn Morris <rgm@gnu.org>
4398
4399 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
4400
4401 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
4402 (byte-compile-file-form-autoload): Don't warn about unknown functions
4403 where the autoload statement comes after the use.
4404 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
4405 that any handlers inside the body (eg require) are in turn respected.
4406
4407 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
4408 effects.
4409
4410 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
4411 and syntax and abbrev tables basic docs, if they don't have any.
4412
4413 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
4414
4415 * international/mule-cmds.el (top-level): Require cl when compiling.
4416 (view-hello-file): Use default-value rather than
4417 default-enable-multibyte-characters.
4418
4419 * progmodes/fortran.el: Move all safe and risky properties into the
4420 defcustoms.
4421
4422 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
4423 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
4424 * mail/undigest.el:
4425 Put autoloads in rmail.el rather than loaddefs.el.
4426 * mail/rmail.el: Regenerate with extracted autoloads.
4427
4428 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
4429 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
4430
4431 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
4432
4433 Reported in thread for Bug#4375.
4434 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
4435 "-data-evaluate-expression" instead of print.
4436 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
4437 (gdb-tooltip-print): Parse output from above MI command.
4438 (gdb): Revert 2009-08-11 change. User should detach inferior
4439 manually.
4440
4441 Remove the word "separate" from IO functions as inferior
4442 output is now never displayed in the GUD buffer.
4443
4444 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
4445
4446 * startup.el (command-line-normalize-file-name): On Windows and
4447 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
4448
4449 2009-09-10 Juri Linkov <juri@jurta.org>
4450
4451 * isearch.el (isearch-text-char-description): Propertize escape
4452 character sequences with the `escape-glyph' face. (Bug#4344)
4453
4454 * simple.el (shell-command): Set asynchronous process filter to
4455 `comint-output-filter'. (Bug#4343)
4456
4457 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
4458 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
4459 the list. Move "asm" to the bottom.
4460 (grep-find-ignored-directories): Add `choice' with nil value
4461 to empty the list easily.
4462 (grep-find-ignored-files): New option.
4463 (grep-files-history): Set to nil by default instead of '("ch" "el").
4464 (grep-compute-defaults): Add "<X>" to `grep-template'.
4465 (grep-read-files): Bind new local variables `default-alias' and
4466 `default-extension'. Use a list of default values for the file prompt.
4467 (lgrep): Add `--exclude=' command line options composed from
4468 `grep-find-ignored-files'.
4469 (rgrep): Add `-name' command line options composed from
4470 `grep-find-ignored-files'. (Bug#4301)
4471
4472 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
4473
4474 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
4475 (bug#4368).
4476
4477 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
4478
4479 * calendar/time-date.el (autoload):
4480 Expand define-obsolete-function-alias into defalias and make-obsolete
4481 for old Emacsen that Gnus supports.
4482 (with-no-warnings): Define it for old Emacsen.
4483 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4484 is available.
4485 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4486 float-time is available; suppress compile warning for time-to-seconds.
4487
4488 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
4489
4490 * net/imap.el (imap-message-map): Docstring fix.
4491
4492 2009-09-09 Glenn Morris <rgm@gnu.org>
4493
4494 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
4495 line numbers too. (Bug#4374)
4496
4497 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
4498
4499 * smerge-mode.el (smerge-remove-props, smerge-refine):
4500 Use with-silent-modifications (bug#4342).
4501
4502 * subr.el (with-silent-modifications): New macro.
4503
4504 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
4505
4506 * files.el (top-level): Require `cl' when compiling.
4507
4508 2009-09-07 Glenn Morris <rgm@gnu.org>
4509
4510 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
4511
4512 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
4513 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
4514
4515 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
4516
4517 * vc-git.el (vc-git-annotate-command): Use separator to parse
4518 arguments correctly.
4519
4520 2009-09-06 Eli Zaretskii <eliz@gnu.org>
4521
4522 * proced.el (proced-mode): Doc fix.
4523
4524 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
4525
4526 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
4527 lstat fails.
4528 (tramp-do-file-attributes-with-ls): Check for file existence at
4529 remote end.
4530 (tramp-do-file-attributes-with-stat): Likewise.
4531 (tramp-convert-file-attributes): Return nil when attr is nil.
4532
4533 2009-09-05 Glenn Morris <rgm@gnu.org>
4534
4535 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
4536 properties to this button.
4537 (diary-fancy-display): Don't extend the button to the final newline.
4538 (diary-fancy-display-mode): Continue to define "q" as a local key.
4539
4540 * calendar/cal-china.el (holiday-chinese): Make it slightly more
4541 efficient.
4542
4543 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
4544
4545 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
4546 (byte-compile-dest-file-function): New option.
4547 (byte-compile-dest-file): Doc fix.
4548 Obey byte-compile-dest-file-function.
4549 (byte-compile-cl-file-p): New function.
4550 (byte-compile-eval): Only suppress noruntime warnings about cl functions
4551 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
4552 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
4553 than for file being previously loaded.
4554 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
4555 (byte-compile-file-form-require): Handle the case where requiring a file
4556 indirectly causes CL to be loaded.
4557
4558 2009-09-05 Karl Fogel <kfogel@red-bean.com>
4559
4560 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
4561 before killing the old buffer, since by the time `kill-buffer' is
4562 run so many buffer variables have been set to nil that it may not
4563 behave as expected. (Bug#4061)
4564
4565 2009-09-05 Karl Fogel <kfogel@red-bean.com>
4566
4567 * files.el (find-alternate-file): If the old buffer is modified
4568 and visiting a file, behave similarly to `kill-buffer' when
4569 killing it, thus reverting to the pre-1.878 behavior; see
4570 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
4571 for discussion. Also, consult `buffer-file-name' as a variable
4572 not as a function, for consistency with the rest of the code.
4573
4574 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
4575
4576 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
4577 also when adding a new directory.
4578
4579 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
4580 defun.
4581
4582 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
4583
4584 * files.el (locate-file-completion-table): Make it provide boundary
4585 information, so partial-completion works better.
4586
4587 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
4588
4589 * mail/footnote.el (Footnote-text-under-cursor):
4590 Check footnote-text-marker-alist before using it (bug#4324).
4591
4592 2009-09-04 Glenn Morris <rgm@gnu.org>
4593
4594 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
4595 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
4596 * play/solitaire.el, play/tetris.el:
4597 Remove leading * from defcustom and defface docs.
4598
4599 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
4600 necessary.
4601 (diary-fancy-overriding-map): New variable.
4602 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
4603 Use view-mode.
4604
4605 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
4606 goto-line.
4607
4608 2009-09-03 Glenn Morris <rgm@gnu.org>
4609
4610 * arc-mode.el (archive-mode):
4611 * dos-fns.el (set-default-process-coding-system):
4612 * man.el (Man-getpage-in-background):
4613 * menu-bar.el (menu-bar-describe-menu):
4614 * server.el (server-process-filter):
4615 * startup.el (command-line):
4616 * tar-mode.el (tar-header-block-tokenize, tar-extract):
4617 * w32-fns.el (set-default-process-coding-system):
4618 * x-dnd.el (x-dnd-handle-file-name):
4619 * international/mule-cmds.el (mule-menu-keymap)
4620 (set-default-coding-systems, language-info-alist, set-language-info)
4621 (set-language-environment, standard-display-european-internal)
4622 (set-locale-environment):
4623 * international/mule-diag.el (mule-diag):
4624 * mail/emacsbug.el (report-emacs-bug):
4625 * mail/rmail.el (rmail-mode):
4626 * mail/sendmail.el (mail-setup):
4627 Use default-value rather than default-enable-multibyte-characters.
4628
4629 * progmodes/f90.el: Move all safe properties into the defcustoms.
4630 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
4631
4632 * calendar/appt.el (appt-check):
4633 * calendar/diary-lib.el (diary-set-header, diary-live-p)
4634 (diary-check-diary-file, diary-list-entries)
4635 (diary-include-other-diary-files, diary-simple-display)
4636 (diary-fancy-display, diary-print-entries)
4637 (diary-mark-included-diary-files, diary-make-entry):
4638 Don't call substitute-in-file-name on diary-file.
4639
4640 2009-09-03 Eduard Wiebe <usenet@pusto.de>
4641 Stefan Monnier <monnier@iro.umontreal.ca>
4642
4643 * mail/footnote.el (footnote-prefix): Make it a defcustom.
4644 (footnote-mode-map): Move initialization into the declaration.
4645 (footnote-minor-mode-map): Define it rather than changing global-map.
4646 (footnote-mode): Use define-minor-mode.
4647
4648 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
4649
4650 * net/tramp.el (tramp-handle-file-attributes-with-ls)
4651 (tramp-do-file-attributes-with-perl)
4652 (tramp-do-file-attributes-with-stat): Rename from
4653 `tramp-handle-file-attributes-with-*'.
4654 (tramp-handle-file-attributes): Use them.
4655 (tramp-do-directory-files-and-attributes-with-perl)
4656 (tramp-do-directory-files-and-attributes-with-stat): Rename from
4657 `tramp-handle-directory-files-and-attributes-with-*'.
4658 (tramp-handle-directory-files-and-attributes): Use them.
4659 (tramp-method-out-of-band-p): Additional parameter SIZE.
4660 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
4661 (tramp-handle-write-region): Use it.
4662 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
4663 (tramp-handle-vc-registered): Check, whether the first run did
4664 return files to be tested.
4665 (tramp-advice-make-auto-save-file-name): Do not call directly
4666 `tramp-handle-make-auto-save-file-name', because this would bypass
4667 the locking mechanism.
4668
4669 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
4670 (file-remote-p, process-file, start-file-process, set-file-times)
4671 (tramp-compat-file-attributes): Compatibility functions shall not
4672 call directly `tramp-handle-*', because this would bypass the
4673 locking mechanism.
4674 (tramp-compat-number-sequence): New defun.
4675
4676 2009-09-02 Glenn Morris <rgm@gnu.org>
4677
4678 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
4679 alias for float-time.
4680 (time-to-number-of-days): In Emacs, use float-time.
4681 * net/newst-backend.el (time-add): Suppress warnings from compat
4682 function.
4683 * time.el (emacs-uptime, emacs-init-time):
4684 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
4685 Use float-time rather than time-to-seconds.
4686
4687 * minibuffer.el (completion-initials-expand): Fix typo.
4688
4689 * faces.el (modeline, modeline-inactive, modeline-highlight)
4690 (modeline-buffer-id):
4691 * info.el (info-menu-5): Mark these face aliases as obsolete.
4692
4693 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
4694
4695 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
4696 space ...
4697 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
4698 no "--thread" option.
4699 (gdb-stopped): Don't print "Switched to thread" message when it is
4700 unchanged.
4701
4702 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4703
4704 * minibuffer.el (completion-try-completion)
4705 (completion-all-completions): Remove ill-defined (and
4706 mistakenly installed and luckily never used nor documented)
4707 `completion-styles' property.
4708 (completion-initials-expand, completion-initials-all-completions)
4709 (completion-initials-try-completion): New functions.
4710 (completion-styles-alist): Add doc to each entry.
4711 Add new `initials' entry.
4712
4713 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
4714
4715 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
4716 MI command -var-evaluate-expression.
4717 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
4718 and tweak for case of string child.
4719 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
4720
4721 2009-09-01 Glenn Morris <rgm@gnu.org>
4722
4723 * add-log.el (change-log-date-face, change-log-name-face)
4724 (change-log-email-face, change-log-file-face, change-log-list-face)
4725 (change-log-conditionals-face, change-log-function-face)
4726 (change-log-acknowledgement-face):
4727 * cus-edit.el (custom-invalid-face, custom-rogue-face)
4728 (custom-modified-face, custom-set-face, custom-changed-face)
4729 (custom-saved-face, custom-button-face, custom-button-pressed-face)
4730 (custom-documentation-face, custom-state-face, custom-comment-face)
4731 (custom-comment-tag-face, custom-variable-tag-face)
4732 (custom-variable-button-face, custom-face-tag-face)
4733 (custom-group-tag-face-1, custom-group-tag-face):
4734 * diff-mode.el (diff-header-face, diff-file-header-face)
4735 (diff-index-face, diff-hunk-header-face, diff-removed-face)
4736 (diff-added-face, diff-changed-face, diff-function-face)
4737 (diff-context-face, diff-nonexistent-face):
4738 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
4739 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
4740 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
4741 (Info-title-4-face):
4742 * isearch.el (isearch-lazy-highlight-face):
4743 * log-view.el (log-view-file-face, log-view-message-face):
4744 * paren.el (show-paren-match-face, show-paren-mismatch-face):
4745 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
4746 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
4747 (cvs-msg-face):
4748 * smerge-mode.el (smerge-mine-face, smerge-other-face)
4749 (smerge-base-face, smerge-markers-face):
4750 * wid-edit.el (widget-documentation-face, widget-button-face)
4751 (widget-field-face, widget-single-line-field-face)
4752 (widget-inactive-face, widget-button-pressed-face):
4753 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
4754 (woman-addition-face):
4755 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
4756 (eshell-ls-executable-face, eshell-ls-readonly-face)
4757 (eshell-ls-unreadable-face, eshell-ls-special-face)
4758 (eshell-ls-missing-face, eshell-ls-archive-face)
4759 (eshell-ls-backup-face, eshell-ls-product-face)
4760 (eshell-ls-clutter-face):
4761 * eshell/em-prompt.el (eshell-prompt-face):
4762 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
4763 * obsolete/old-whitespace.el (whitespace-highlight-face):
4764 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
4765 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
4766 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
4767 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
4768 (antlr-font-lock-literal-face):
4769 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
4770 (ebrowse-root-class-face, ebrowse-file-name-face)
4771 (ebrowse-default-face, ebrowse-member-attribute-face)
4772 (ebrowse-member-class-face, ebrowse-progress-face):
4773 * progmodes/make-mode.el (makefile-space-face):
4774 * progmodes/sh-script.el (sh-heredoc-face):
4775 * textmodes/flyspell.el (flyspell-incorrect-face)
4776 (flyspell-duplicate-face):
4777 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
4778 * textmodes/texinfo.el (texinfo-heading-face):
4779 Mark face aliases with "-face" suffix as obsolete.
4780
4781 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
4782 compiler.
4783
4784 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
4785 (eudc-bob-sound-menu): Use defvar rather than defconst, since
4786 easy-menu-define wants to modify these.
4787
4788 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
4789
4790 * net/browse-url.el (browse-url-file-url):
4791 * term/internal.el (dos-codepage-setup):
4792 Use default-value rather than default-enable-multibyte-characters.
4793
4794 * progmodes/etags.el (etags-goto-tag-location):
4795 * progmodes/flymake.el (flymake-highlight-line)
4796 (flymake-goto-file-and-line, flymake-goto-line):
4797 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
4798 (gdb-goto-breakpoint):
4799 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
4800 * progmodes/python.el (python-find-function)
4801 (python-pdbtrack-track-stack-file):
4802 * progmodes/verilog-mode.el (verilog-surelint-off):
4803 * term/ns-win.el (ns-open-file-select-line):
4804 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
4805 Use forward-line rather than goto-line.
4806
4807 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
4808 * textmodes/reftex-index.el (reftex-display-index):
4809 * textmodes/reftex-ref.el (reftex-offer-label-menu):
4810 * textmodes/reftex-toc.el (reftex-toc):
4811 Remove unnecessary bindings of default-major-mode (all are followed by
4812 major-mode check and possible mode switch).
4813
4814 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
4815
4816 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
4817 Handle watchpoints (bug#4282).
4818 (def-gdb-thread-buffer-command): Enable thread to be selected by
4819 clicking without selecting threads buffer first.
4820 (gdb-current-context-command): Use selected frame so that "up",
4821 "down" etc work in the GUD buffer.
4822 (gdb-update): Find selected frame before rendering stack buffer.
4823 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
4824
4825 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
4826
4827 * progmodes/sym-comp.el (displayed-completions): Remove.
4828 (symbol-complete): Use minibuffer-complete.
4829
4830 2009-08-31 Glenn Morris <rgm@gnu.org>
4831
4832 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
4833
4834 * apropos.el (apropos-symbols-internal):
4835 Handle (obsolete) face aliases.
4836
4837 * faces.el (describe-face): Adjust the output format to be more like
4838 describe-variable, and to mention (obsolete) face aliases.
4839 Adjust the whitespace so that help-setup-xref works.
4840
4841 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
4842 * calendar/diary-lib.el (diary-button-face):
4843 Mark these face aliases as obsolete.
4844
4845 * calendar/calendar.el (calendar-today): Doc fix.
4846
4847 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
4848
4849 * progmodes/gdb-mi.el (gdb-control-all-threads)
4850 (gdb-control-current-thread): Force tool bar update.
4851 (gdb-non-stop-handler): New function.
4852 (gdb-init-1): Use it to test if non-stop mode is supported.
4853 Remove unused gdbmi buffer type.
4854
4855 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
4856
4857 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
4858 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
4859
4860 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
4861
4862 * comint.el (comint-exec-1): Check command is non-null first.
4863 Part of gdb-mi.el change (2009-08-28).
4864
4865 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
4866
4867 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
4868
4869 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
4870
4871 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
4872 instead of `dolist' to avoid a recursive require when bootstrapping.
4873
4874 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
4875
4876 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
4877
4878 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
4879
4880 * net/imap.el (imap-send-command): Simplify.
4881 (imap-wait-for-tag): point-max -> buffer-size.
4882
4883 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
4884
4885 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
4886 with constant argument.
4887
4888 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
4889
4890 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
4891
4892 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
4893 Change default, since most of our files don't have a history.
4894 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
4895 the user.
4896
4897 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4898 Add comint-run.
4899
4900 * calc/calc.el: Improve commenting convention.
4901 (calc-digit-map, toplevel): Simplify.
4902
4903 * comint.el (comint-insert-input): Be careful to only set point if we
4904 don't delegate to some other command.
4905
4906 * proced.el (proced-signal-list): Make it an alist.
4907 (proced-grammar-alist): Capitalize names.
4908 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
4909 Disable undo manually and make it read-only.
4910 Use completion-annotate-function.
4911
4912 * minibuffer.el (minibuffer-message): If the current buffer is not
4913 a minibuffer, insert the message in the echo area rather than at the
4914 end of the buffer.
4915 (completion-annotate-function): New variable.
4916 (minibuffer-completion-help): Use it.
4917 (completion--embedded-envvar-table): Environment vars are
4918 always case-sensitive.
4919
4920 2009-08-30 Glenn Morris <rgm@gnu.org>
4921
4922 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
4923 from fortran-current-defun.
4924 (fortran-beginning-of-subprogram): Be more precise about finding the
4925 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
4926 (fortran-end-of-subprogram): Simplify.
4927 (fortran-current-defun): Use fortran-start-prog-re.
4928
4929 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
4930
4931 * subr.el (do-after-load-evaluation): Simplify.
4932
4933 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4934
4935 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
4936
4937 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
4938 (vc-rcs-print-log): Use it.
4939
4940 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
4941
4942 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4943
4944 * paths.el (abbrev-file-name): Move to abbrev.el.
4945 * abbrev.el (abbrev-file-name): Move from paths.el.
4946 Obey user-emacs-directory.
4947 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
4948 user-emacs-directory.
4949 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
4950 abbrev-file-name and calc-settings-file any more.
4951 * startup.el (command-line): Recompute abbrev-file-name and
4952 abbreviated-home-dir.
4953 (normal-no-mouse-startup-screen): Improve the generic code and get rid
4954 of the special code for when C-h bindings haven't been changed.
4955 (display-startup-echo-area-message): Use with-current-buffer.
4956 (command-line-1): Use a list of strings, rather than a list of lists
4957 of strings for longopts.
4958
4959 * files.el (get-free-disk-space): Use / for default-directory.
4960
4961 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
4962 Use with-current-buffer.
4963
4964 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
4965 Recognize immutable variables like most-positive-fixnum.
4966 (byte-compile-setq-default): Check and warn if trying to assign
4967 to an immutable variable, or a non-variable.
4968
4969 * progmodes/cc-vars.el (c-comment-continuation-stars):
4970 * progmodes/cc-engine.el (c-looking-at-bos):
4971 * progmodes/cc-cmds.el (c-toggle-auto-state)
4972 (c-forward-into-nomenclature, c-backward-into-nomenclature)
4973 (c-comment-line-break-function): Add version of obsolescence.
4974
4975 2009-08-28 Juri Linkov <juri@jurta.org>
4976
4977 * files.el (magic-fallback-mode-alist): Add ZIP magic number
4978 associated with `archive-mode'.
4979
4980 * image.el (image-type-header-regexps): Use only JPEG magic number
4981 to determine JPEG images, and don't use `image-jpeg-p' because
4982 Emacs can display non-JFIF non-Exif JPEG images.
4983
4984 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
4985
4986 * arc-mode.el (archive-mode):
4987 * emacs-lisp/re-builder.el (re-builder-unload-function):
4988 Protect against the default value of `major-mode' being nil.
4989
4990 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
4991
4992 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
4993 Fix typos in docstrings.
4994
4995 * progmodes/js.el (js--macro-decl-re): Doc fix.
4996 (js--plain-method-re, js--split-name): Refloc docstring.
4997 (js--class-styles, js--make-merged-item, js--splice-into-items):
4998 Fix typos in docstrings; reflow docstrings.
4999 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
5000 (js--variable-decl-matcher, js--inside-pitem-p)
5001 (js--parse-state-at-point, js--get-all-known-symbols)
5002 (js--symbol-history, js-find-symbol, js--js-references)
5003 (js--moz-interactor, js--js-encode-value, js--read-tab):
5004 Fix typos in docstrings.
5005
5006 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5007
5008 * textmodes/reftex.el (reftex-get-file-buffer-force):
5009 * progmodes/verilog-mode.el (verilog-batch-execute-func):
5010 * emulation/viper.el (viper-go-away, viper-set-hooks):
5011 * emacs-lisp/re-builder.el (re-builder-unload-function):
5012 * emacs-lisp/bytecomp.el (byte-compile-file):
5013 * ses.el (ses-unload-function):
5014 * hexl.el (hexl-find-file):
5015 * files.el (normal-mode):
5016 * ehelp.el (with-electric-help):
5017 * autoinsert.el (auto-insert-alist):
5018 * arc-mode.el (archive-mode):
5019 Use (default-value 'major-mode) instead of default-major-mode.
5020
5021 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
5022 * international/mule.el (load-with-code-conversion):
5023 * emacs-lisp/debug.el (debug):
5024 * ediff-vers.el (ediff-rcs-get-output-buffer):
5025 * dired.el (dired-internal-noselect): Don't let-bind
5026 default-major-mode around code that doesn't use it.
5027 E.g. buffer creation via get-buffer-create doesn't use it.
5028
5029 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
5030
5031 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
5032 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
5033 when writing the temp file. Otherwise, epa-file gets confused.
5034 (tramp-register-file-name-handlers): Make it a defun. Move also
5035 `epa-file-handler' to the front of `file-name-handler-alist'.
5036
5037 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5038
5039 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
5040 start right after a ^M.
5041 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
5042 (tramp-completion-file-name-regexp-separate)
5043 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
5044 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
5045 Don't modify last-coding-system-used by accident.
5046 (tramp-completion-file-name-handler): Apply the checks here,
5047 instead during registration.
5048 (tramp-register-file-name-handlers) Renamed from
5049 `tramp-register-file-name-handler'. Register both
5050 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
5051 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
5052
5053 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
5054
5055 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
5056 Remove variable ...
5057 (gdb-init-1, gdb-display-separate-io-buffer)
5058 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
5059 references to it.
5060 (gdb-inferior-io-mode): Use make-comint-in-buffer.
5061 (gdb-inferior-filter): Use comint-output-filter to stop
5062 echoing and remove ^M characters.
5063
5064 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5065
5066 * emulation/viper-init.el (viper-restore-cursor-type):
5067 * emulation/cua-base.el (cua--update-indications):
5068 Replace default-cursor-type with (default-value 'cursor-type).
5069
5070 * mail/sendmail.el (mail-recover-1):
5071 * international/mule-diag.el (describe-current-coding-system-briefly)
5072 (describe-current-coding-system):
5073 * international/mule-cmds.el (select-safe-coding-system)
5074 (select-message-coding-system)
5075 (set-language-environment-coding-systems, set-locale-environment):
5076 * hexl.el (hexl-insert-multibyte-char):
5077 * dos-w32.el (find-buffer-file-type-coding-system):
5078 * simple.el (what-cursor-position):
5079 Replace uses of default-buffer-file-coding-system
5080 with (default-value 'buffer-file-coding-system).
5081
5082 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
5083 Replace uses of default-cursor-in-non-selected-windows
5084 with (default-value 'cursor-in-non-selected-windows).
5085 Use with-current-buffer.
5086
5087 * mail/feedmail.el: Use CL macros.
5088 (feedmail-run-the-queue, feedmail-send-it-immediately):
5089 * dos-w32.el (find-buffer-file-type): Replace uses of
5090 default-buffer-file-type with (default-value 'buffer-file-type).
5091
5092 2009-08-28 Glenn Morris <rgm@gnu.org>
5093
5094 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
5095 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
5096 Use default-value of major-mode rather than default-major-mode.
5097
5098 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
5099
5100 * Makefile.in (update-elcfiles): Report left over elc files.
5101
5102 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
5103 expand-file-name and with-current-buffer.
5104 (mail-get-names, mail-directory): Use with-current-buffer.
5105
5106 * vc.el (vc-read-revision): New function.
5107 (vc-version-diff, vc-merge): Use it.
5108
5109 2009-08-27 Sam Steingold <sds@gnu.org>
5110
5111 * simple.el (kill-do-not-save-duplicates): New user option.
5112 (kill-new): When it is non-nil, and the new string is the same as
5113 the latest kill, set replace to t to avoid duplicates in kill-ring.
5114
5115 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
5116
5117 * net/tramp.el (tramp-handle-process-file): Do not flush all
5118 caches when `process-file-side-effects' is set.
5119 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
5120 instead of `tramp-find-file-exists-command'.
5121 Unset `process-file-side-effects'.
5122
5123 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
5124
5125 * net/tramp.el (tramp-methods): New method "rsyncc".
5126 (top): Add completion function for "rsyncc".
5127 (tramp-message-show-message): New defvar.
5128 (tramp-message, tramp-error): Use it.
5129 (tramp-do-copy-or-rename-file-directly): Extend check for direct
5130 remote copying.
5131 (tramp-do-copy-or-rename-file-out-of-band): Handle new
5132 `tramp-methods' entry `copy-env' of "rsyncc".
5133 (tramp-vc-registered-read-file-names): New defconst.
5134 (tramp-vc-registered-file-names): New defvar.
5135 (tramp-handle-vc-registered): Implement optimization strategy.
5136 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
5137 (tramp-vc-file-name-handler): New defun.
5138 (tramp-get-ls-command, tramp-get-test-command)
5139 (tramp-get-file-exists-command, tramp-get-remote-ln)
5140 (tramp-get-remote-perl, tramp-get-remote-stat)
5141 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
5142
5143 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
5144 (tramp-cache-inhibit-cache): Extend doc string. It allows also
5145 timestamps.
5146 (tramp-get-file-property): Check for timestamps in
5147 `tramp-cache-inhibit-cache'.
5148 (tramp-set-file-property): Write timestamp.
5149
5150 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
5151
5152 * language/japan-util.el (japanese-symbol-table): Add entries for
5153 cp932-2-byte.
5154
5155 * international/characters.el: Add category `j' to cp932-2-byte.
5156
5157 2009-08-27 Kenichi Handa <handa@m17n.org>
5158
5159 * international/fontset.el (build-default-fontset-data): New macro.
5160 (setup-default-fontset): Use build-default-fontset-data for CJK,
5161 tibetan, ethiopic, and ipa.
5162
5163 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
5164
5165 * cus-start.el (default-major-mode): Customize `major-mode' instead.
5166 (enable-multibyte-characters): Not customizable any more.
5167
5168 * subr.el (default-mode-line-format, default-header-line-format)
5169 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
5170 (default-direction-reversed, default-truncate-lines)
5171 (default-left-margin, default-tab-width, default-case-fold-search)
5172 (default-left-margin-width, default-right-margin-width)
5173 (default-left-fringe-width, default-right-fringe-width)
5174 (default-fringes-outside-margins, default-scroll-bar-width)
5175 (default-vertical-scroll-bar, default-indicate-empty-lines)
5176 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
5177 (default-fringe-cursor-alist, default-scroll-up-aggressively)
5178 (default-scroll-down-aggressively, default-fill-column)
5179 (default-cursor-type, default-buffer-file-type)
5180 (default-cursor-in-non-selected-windows)
5181 (default-buffer-file-coding-system, default-major-mode)
5182 (default-enable-multibyte-characters): Mark as obsolete.
5183
5184 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
5185
5186 * vc-dir.el (vc-dir-update): Remove debug helper.
5187
5188 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
5189
5190 2009-08-26 Sam Steingold <sds@gnu.org>
5191
5192 * simple.el (save-interprogram-paste-before-kill): New user option.
5193 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
5194 save the interprogram-paste into kill-ring before overriding it
5195 with the Emacs kill.
5196
5197 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
5198
5199 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
5200 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
5201 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
5202 and move to vc-rcs.el.
5203 (vc-default-next-revision): Rename to vc-rcs-next-revision and
5204 move to vc-rcs.el.
5205 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
5206 (vc-rcs-update-changelog): Remove.
5207 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
5208 and move to vc-rcs.el.
5209
5210 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
5211 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
5212 renaming.
5213 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
5214 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
5215 vc.el, renamed to be RCS specific.
5216
5217 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
5218 New functions.
5219 (vc-cvs-update-changelog): Move here from vc.el.
5220
5221 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
5222 New functions.
5223
5224 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
5225
5226 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
5227
5228 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
5229
5230 * vc-git.el (vc-git-register): Use "git add" for directories.
5231 (vc-git-stash, vc-git-stash-show): New functions.
5232 (vc-git-extra-menu-map): Bind them.
5233
5234 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
5235 directory correctly in case the item is a directory itself.
5236
5237 * vc.el: Document the desired behavior for reverted files in the
5238 `added' state.
5239 (vc-default-prettify-state-info): Remove function, unused.
5240
5241 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
5242
5243 2009-08-26 Glenn Morris <rgm@gnu.org>
5244
5245 * bindings.el (standard-mode-line-format): Reposition dashes in
5246 which-func entry. (Bug#4217)
5247
5248 * files.el (enable-local-variables, enable-local-eval)
5249 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
5250 the defcustoms.
5251 (auto-mode-alist, ignored-local-variables)
5252 (save-some-buffers-action-alist): Move risky declarations to the
5253 definitions.
5254 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
5255 (font-lock-defaults, format-alist, imenu--index-alist)
5256 (imenu-generic-expression, input-method-alist, minor-mode-alist)
5257 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
5258 (mode-line-modified, mode-line-mule-info, mode-line-position)
5259 (mode-line-process, mode-line-remote, outline-level)
5260 (parse-time-rules, rmail-output-file-alist)
5261 (special-display-buffer-names, vc-mode):
5262 Move risky declarations to the relevant files.
5263 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
5264 (mode-line-modified, mode-line-process, mode-line-position)
5265 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
5266 * font-core.el (font-lock-defaults):
5267 * format.el (format-alist):
5268 * vc-hooks.el (vc-mode):
5269 * window.el (special-display-buffer-names):
5270 * international/mule-cmds.el (input-method-alist):
5271 Define riskiness here (dumped file) rather than in files.el.
5272 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
5273 * imenu.el (imenu-generic-expression, imenu--index-alist):
5274 * outline.el (outline-level):
5275 * time.el (display-time-string):
5276 * calendar/parse-time.el (parse-time-rules):
5277 * mail/rmailout.el (rmail-output-file-alist):
5278 Autoload riskiness here, rather than placing in files.el.
5279
5280 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
5281
5282 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
5283
5284 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
5285
5286 * simple.el (process-file-side-effects): New defvar.
5287
5288 * dired-aux.el (dired-show-file-type):
5289 * vc.el (vc-diff-internal):
5290 * vc-arch.el (vc-arch-diff):
5291 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
5292 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
5293 * vc-git.el (vc-git-registered, vc-git-working-revision)
5294 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
5295 (vc-git--empty-db-p):
5296 * vc-hooks.el (vc-user-login-name):
5297 * vc-svn.el (vc-svn-registered, vc-svn-state)
5298 (vc-svn-dir-extra-headers, vc-svn-find-revision):
5299 * progmodes/grep.el (grep-probe): Let-bind
5300 `process-file-side-effects' with nil.
5301
5302 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
5303
5304 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
5305 daemon. Replace ping by checking for running service for bluez
5306 and zeroconf. (Bug#4239)
5307
5308 2009-08-25 Kevin Ryde <user42@zip.com.au>
5309
5310 * net/dig.el (dig): Add autoload cookie.
5311
5312 2009-08-25 Glenn Morris <rgm@gnu.org>
5313
5314 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
5315 load-history for absolute file-names.
5316 (byte-compile-file-form-require): Warn about use of the cl package.
5317
5318 * format.el (format-alist): Doc fix.
5319
5320 * play/bubbles.el (top-level): Don't require cl at run-time.
5321
5322 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
5323 run-time cl).
5324
5325 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
5326
5327 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
5328 from cl package.
5329 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
5330
5331 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
5332
5333 * calc/calc-alg.el (math-trig-rewrite)
5334 (math-hyperbolic-trig-rewrite): New functions.
5335 (calc-simplify): Simplify trig functions when asked.
5336
5337 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
5338
5339 * diff-mode.el (diff-find-source-location): Avoid goto-line.
5340
5341 2009-08-24 Kenichi Handa <handa@m17n.org>
5342
5343 * language/ind-util.el (mapthread): Delete it.
5344 (combinatorial): New function.
5345 (indian--puthash-cv): Use combinatorial instead of mapthread.
5346
5347 2009-08-22 Kevin Ryde <user42@zip.com.au>
5348
5349 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
5350 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
5351 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
5352 Clarify docstring that the value is strings not symbols.
5353 (checkdoc-list-of-strings-p): New function.
5354
5355 2009-08-22 Glenn Morris <rgm@gnu.org>
5356
5357 * files.el (auto-mode-alist):
5358 * hippie-exp.el (he-concat-directory-file-name):
5359 * lpr.el (lpr-windows-system, printer-name):
5360 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
5361 * ps-print.el (ps-windows-system):
5362 * startup.el (command-line):
5363 * emulation/viper-ex.el (viper-glob-function):
5364 * international/mule-cmds.el (set-language-environment-coding-systems):
5365 * net/ange-ftp.el (ange-ftp-write-region):
5366 * obsolete/fast-lock.el (fast-lock-cache-name):
5367 Remove code for defunct system-types emx, macos, mswindows, next-mach,
5368 unisoft-unix, vax-vms, win32, w32.
5369
5370 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
5371 given name if the pattern is not more specific.
5372
5373 * calendar/lunar.el (lunar-phase-names): New option.
5374 (lunar-phase): Doc fix.
5375 (lunar-cycles-per-year): New constant.
5376 (lunar-index): New function.
5377 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
5378 (lunar-phase-name): Use lunar-phase-names.
5379 (calendar-lunar-phases): Use format.
5380 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
5381
5382 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
5383 Copy imenu-example--name-and-position function here for own use.
5384 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
5385
5386 * bs.el (bs--redisplay):
5387 * cus-edit.el (custom-redraw):
5388 * ibuffer.el (ibuffer-bury-buffer):
5389 * server.el (server-goto-line-column):
5390 * startup.el (command-line-1):
5391 * strokes.el (strokes-xpm-for-stroke):
5392 * term.el (term-display-buffer-line):
5393 * view.el (View-goto-line):
5394 * calc/calc.el (calc-do, calc-trail-buffer):
5395 * play/gamegrid.el (gamegrid-add-score-insecure):
5396 * progmodes/ada-mode.el (ada-compile-goto-error):
5397 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
5398 (ebrowse-select-1st-to-9nth):
5399 * progmodes/cperl-mode.el (cperl-time-fontification):
5400 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
5401 * progmodes/gud.el (gud-display-line):
5402 (idlwave-shell-display-line):
5403 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
5404 * progmodes/make-mode.el (makefile-browser-toggle):
5405 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
5406 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
5407 * textmodes/picture.el (picture-draw-rectangle):
5408 * textmodes/reftex-index.el (reftex-index-goto-letter):
5409 (reftex-select-jump-to-previous):
5410 * textmodes/reftex-sel.el (reftex-find-start-point)
5411 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
5412 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
5413 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
5414 * textmodes/tex-mode.el (tex-compilation-parse-errors):
5415 * textmodes/two-column.el (2C-associated-buffer):
5416 Use forward-line rather than goto-line.
5417
5418 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
5419 goto-line.
5420
5421 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
5422 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
5423 (quick-check-list-to-regexp): Declare.
5424
5425 * progmodes/make-mode.el (makefile-browser-insert-selection):
5426 Use goto-char rather than goto-line.
5427
5428 * progmodes/prolog.el (compilation-error-regexp-alist)
5429 (compilation-forget-errors): Declare.
5430
5431 2009-08-22 Juri Linkov <juri@jurta.org>
5432
5433 * progmodes/grep.el (lgrep, rgrep): At the beginning
5434 set `dir' to `default-directory' unless `dir' is a non-nil
5435 readable directory. (Bug#4052)
5436 (lgrep, rgrep): Change a weird way to report an error
5437 from using `read-string' to using `error'.
5438 Instead of using interactive arguments in the function body,
5439 add new argument `confirm'.
5440
5441 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
5442
5443 * textmodes/remember.el (remember-buffer):
5444 * progmodes/cperl-mode.el (cperl-vc-header-alist):
5445 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
5446 (icalendar-extract-ical-from-buffer):
5447 * net/newst-treeview.el (newsticker-groups-filename):
5448 * net/newst-backend.el (newsticker-cache-filename):
5449 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
5450 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
5451 (speedbar-add-ignored-path-regexp, speedbar-line-path)
5452 (speedbar-buffers-line-path, speedbar-path-line)
5453 (speedbar-buffers-line-path):
5454 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
5455 (epg-sign-keys):
5456 * epa.el (epa-display-verify-result):
5457 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
5458
5459 2009-08-21 Glenn Morris <rgm@gnu.org>
5460
5461 * progmodes/js.el (inferior-moz-process): Fix declaration.
5462
5463 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
5464
5465 * obsolete/rnewspost.el (news-mail-reply):
5466 Use goto-char rather than goto-line.
5467
5468 * term/ns-win.el (ns-open-file-select-line):
5469 Use line-beginning-position rather than goto-line.
5470
5471 * apropos.el (apropos-command):
5472 * ehelp.el (electric-helpify):
5473 * printing.el (pr-show-setup):
5474 * strokes.el (strokes-help):
5475 * tutorial.el (tutorial--describe-nonstandard-key)
5476 (tutorial--detailed-help):
5477 * woman.el (woman-mini-help, woman-display-extended-fonts):
5478 * calc/calc-help.el (calc-describe-key):
5479 * emulation/edt.el (edt-electric-helpify):
5480 * international/mule-diag.el (mule-diag):
5481 * play/yow.el (apropos-zippy):
5482 * progmodes/python.el (python-describe-symbol):
5483 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
5484 * textmodes/table.el (*table--cell-describe-mode)
5485 (*table--cell-describe-bindings):
5486 Use help-print-return-message rather than the now obsolete alias.
5487
5488 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
5489 (calendar-cursor-to-visible-date):
5490 * play/5x5.el (5x5-position-cursor):
5491 * play/decipher.el (decipher):
5492 * play/gomoku.el (gomoku-goto-xy):
5493 * play/landmark.el (lm-goto-xy):
5494 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
5495 (mpuz-paint-digit):
5496 Use forward-line, not goto-line.
5497
5498 * mail/rmail.el (rmail-obsolete): Delete custom group.
5499 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
5500 (rmail-remote-password, rmail-remote-password-required):
5501 Remove unneeded :set-after and :set properties.
5502
5503 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
5504
5505 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
5506
5507 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
5508
5509 * loadup.el: Remove leftover macos code.
5510
5511 * vc-git.el (vc-git-annotate-command): Run asynchronously.
5512 Explicitly pass the date format to git blame so that user local
5513 so that the output format can be parsed.
5514
5515 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
5516
5517 * net/dbus.el (top): Don't check for (getenv
5518 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
5519
5520 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
5521
5522 * log-edit.el (log-edit-strip-single-file-name): New var.
5523 (log-edit-insert-changelog): Use it. Bug#3571
5524
5525 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5526
5527 * subr.el (read-passwd): Use read-key so keypad keys work as well.
5528 Bug#3287
5529
5530 * help.el (help-print-return-message): Rename from
5531 print-help-return-message.
5532
5533 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
5534 cvs-mode-map parent hack.
5535 (log-view-mode): Derive from special-mode.
5536
5537 * linum.el (linum-mode): window-size-change-functions is redundant.
5538 Adapt to new window-configuration-change-hook behavior.
5539 (linum-after-size, linum-after-config): Remove.
5540
5541 * imenu.el (imenu-example--name-and-position)
5542 (imenu-example--lisp-extract-index-name)
5543 (imenu-example--create-lisp-index, imenu-example--create-c-index):
5544 Mark as obsolete.
5545
5546 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
5547 (inferior-prolog-mode): Use it.
5548 (inferior-prolog-load-file): Reset list of errors.
5549
5550 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
5551
5552 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
5553
5554 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
5555
5556 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
5557
5558 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
5559 is running already.
5560
5561 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5562
5563 * subr.el (listify-key-sequence-1): Use normal syntax since those
5564 integers are nowadays always represented by the same (positive) number
5565 on all platforms.
5566 (read-key-empty-map): New const.
5567 (read-key-delay): New var.
5568 (read-key): New function.
5569 (force-mode-line-update): Use with-current-buffer.
5570 (locate-user-emacs-file): Don't forget to abbreviate the file name.
5571 (start-process-shell-command, start-file-process-shell-command):
5572 Discourage the use of command-args.
5573
5574 2009-08-19 Glenn Morris <rgm@gnu.org>
5575
5576 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
5577
5578 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5579
5580 * simple.el (choose-completion-string): Don't rely on
5581 minibuffer-completing-file-name and ad-hoc checks to decide whether
5582 to continue completion or not.
5583
5584 * minibuffer.el (minibuffer-hide-completions): New function.
5585 (completion--do-completion): Use it.
5586 (completions-annotations): New face.
5587 (completion--insert-strings): Use it.
5588 (completion-pcm--delim-wild-regex): Add docstring.
5589 (completion-pcm--string->pattern): Add support for 0-width delimiters
5590 in completion-pcm--delim-wild-regex.
5591
5592 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
5593
5594 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
5595 Remove unused var `buffer-modified-p'.
5596
5597 * minibuffer.el (completion--do-completion): Move point for the #b001
5598 case as well (bug#4176).
5599 (minibuffer-complete, minibuffer-complete-word): Don't move point.
5600
5601 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
5602
5603 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
5604 and :session buses.
5605
5606 2009-08-18 Kenichi Handa <handa@m17n.org>
5607
5608 * international/ucs-normalize.el (ucs-normalize-version):
5609 Change to 1.1.
5610 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
5611 (utf-8-hfs): Make it perform normalization on encoding too.
5612
5613 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
5614 (sentence-end-without-space): Delete duplicated chars.
5615 (sentence-end-base): Likewise.
5616
5617 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
5618 (html-mode): Delete duplicated chars from sentence-end-base.
5619
5620 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
5621 (texinfo-mode): Delete duplicated chars from sentence-end-base.
5622
5623 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
5624
5625 * files.el (hack-one-local-variable): If the mode function is for
5626 a minor mode, pass it an argument (Bug#4148).
5627
5628 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
5629
5630 * net/tramp.el (tramp-register-completion-file-name-handler):
5631 Check also for (member 'partial-completion completion-styles).
5632
5633 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
5634
5635 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
5636 abbrev (Bug#3943).
5637
5638 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
5639
5640 * progmodes/cperl-mode.el: Merge upstream 6.2.
5641 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
5642 (cperl-forward-re): Check cperl-brace-recursing.
5643 (cperl-highlight-charclass): New function.
5644 (cperl-find-pods-heres): Use it.
5645 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
5646 (cperl-beautify-regexp-piece): Fix column calculation.
5647 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
5648 (cperl-beautify-level): Don't process entire regexp.
5649 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
5650 calling man.
5651 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
5652 (cperl-init-faces): Build a list in the normal way.
5653
5654 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
5655
5656 * calendar/parse-time.el (parse-time-string-chars): Save match
5657 data.
5658
5659 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
5660
5661 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
5662 (sql-product): Use it.
5663 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
5664 (sql-set-product): Add completion.
5665 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
5666 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
5667 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
5668 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
5669 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
5670 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
5671 (sql-highlight-db2-keywords): Remove.
5672 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
5673 (sql-highlight-product): Use derived-mode-p.
5674 (sql-set-sqli-buffer): Use with-current-buffer.
5675 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
5676 Simplify.
5677
5678 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
5679
5680 * term.el: Fix commenting convention, turn comments into docstrings.
5681
5682 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
5683
5684 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
5685
5686 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
5687
5688 * calendar/parse-time.el (parse-time-string-chars): Compute using
5689 character classes, to handle non-ascii characters (Bug#3190).
5690
5691 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
5692
5693 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
5694 another heredoc if the user adds another < (Bug#3226).
5695
5696 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
5697 Don't initialize based on window-system (Bug#4124).
5698
5699 * facemenu.el (facemenu-read-color): Use a completion function
5700 that accepts any defined color, such as RGB triplets (Bug#3677).
5701
5702 * files.el (get-free-disk-space): Change fallback default
5703 directory to /. Expand DIR argument before switching to fallback.
5704 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
5705
5706 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
5707
5708 * files.el (load-library): Doc fix.
5709
5710 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
5711
5712 * viper-cmd.el (viper-insert-isearch-string): New function.
5713 (viper-if-string): Redefine C-s in the minibuffer to insert the last
5714 incremental search string.
5715
5716 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
5717 XEmacs.
5718
5719 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
5720 (ediff-merge-region-is-non-clash)
5721 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
5722 Also check if the job is really a merge job.
5723
5724 * ediff.el (ediff-current-file): New function.
5725
5726 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
5727
5728 * progmodes/js.el: Edit docstrings throughout to follow Emacs
5729 conventions.
5730 (js-insert-and-indent): Delete function.
5731 (js-mode-map): Don't bind keys to js-insert-and-indent.
5732 (js-beginning-of-defun): Rename from js--beginning-of-defun.
5733 (js-end-of-defun): Rename from js--end-of-defun.
5734 (js-auto-indent-flag): Delete variable.
5735
5736 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
5737
5738 * progmodes/js.el: Remove proclaim statement.
5739 Defvar which-func-imenu-joiner-function to silence compiler.
5740
5741 * files.el (auto-mode-alist): Use js-mode for .js files.
5742
5743 * progmodes/js2-mode.el: Remove file.
5744
5745 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
5746
5747 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
5748
5749 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
5750
5751 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
5752 Karl Landstrom <karl.landstrom@brgeight.se>
5753
5754 * progmodes/js.el: New file.
5755
5756 2009-08-14 Mark A. Hershberger <mah@everybody.org>
5757
5758 * timezone.el (timezone-parse-date): Add ability to understand ISO
5759 basic format (minimal separators) dates in addition to the
5760 already-supported extended format dates.
5761
5762 2009-08-14 Eli Zaretskii <eliz@gnu.org>
5763
5764 * international/ucs-normalize.el: Add a `coding' file variable.
5765
5766 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
5767
5768 2009-08-14 Sam Steingold <sds@gnu.org>
5769
5770 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
5771
5772 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
5773
5774 * faces.el (help-argument-name): Define it here instead of
5775 help-fns.el, because in daemon mode help-fns.el may be loaded when
5776 faces are still uninitialized (Bug#1078).
5777
5778 * help-fns.el (help-argument-name): Move defface to faces.el.
5779
5780 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
5781
5782 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
5783 create buffer with a pty but no process so that GDB can make the
5784 inferior the controlling process.
5785
5786 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
5787
5788 * international/ucs-normalize.el: New file.
5789
5790 2009-08-13 Richard Stallman <rms@gnu.org>
5791
5792 * mail/rmail.el (rmail-get-attr-names):
5793 Accept an attribute header that is too short.
5794
5795 * mail/rmail.el (rmail-forget-messages):
5796 Ignore nil elt in rmail-message-vector. Use dotimes.
5797
5798 * progmodes/compile.el (compilation-goto-locus):
5799 Use next-error-move-function.
5800
5801 * simple.el (next-error-move-function): New variable.
5802
5803 2009-08-12 Juri Linkov <juri@jurta.org>
5804
5805 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
5806 always non-nil. (Bug#4052)
5807
5808 * replace.el (read-regexp): Return empty string when
5809 `default-value' is nil.
5810 (keep-lines-read-args): Don't use empty string as the
5811 default value for `read-regexp'. (Bug#2495)
5812
5813 2009-08-12 Juri Linkov <juri@jurta.org>
5814
5815 * international/mule-cmds.el (ucs-insert): Change arguments
5816 from `arg' to `character', `count', `inherit' to be the same
5817 as in `insert-char'. Doc fix. (Bug#4039)
5818
5819 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
5820
5821 2009-08-12 Juri Linkov <juri@jurta.org>
5822
5823 * files-x.el: New file.
5824
5825 * files.el: Move code that deals with adding/deleting
5826 file/directory-local variables to files-x.el.
5827
5828 * Makefile.in (ELCFILES): Add files-x.elc.
5829
5830 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
5831
5832 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
5833 to use `goto-line'.
5834 (gdb-place-breakpoints, gdb-get-location): Rewritten without
5835 `goto-line'.
5836 (gdb-invalidate-disassembly): Do not refresh upon receiving
5837 'update signal. Instead, update all disassembly buffers only after
5838 threads list.
5839 (gdb): Send -target-detach when buffer is killed (Bug#3794).
5840 (gdb-starting): Moved -data-list-register-names...
5841 (gdb-stopped): ...here so it's sent when first thread stops.
5842 (gdb-registers-handler-custom): Do nothing if register names are
5843 unknown yet.
5844
5845 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
5846 from `gdb-mi.el' to avoid extra tangling.
5847
5848 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
5849 change which breaks `gud-def' definitions used in `gdb'.
5850 (gdb-update-gud-running): No extra fuss for updating frame number.
5851
5852 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5853
5854 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
5855 (describe-language-environment-map, setup-language-environment-map)
5856 (set-coding-system-map): Move initialization into declaration.
5857 (set-language-info-alist): Last arg to define-key-after can be skipped.
5858
5859 * international/quail.el (quail-completion-1): Simplify.
5860 (quail-define-rules): Use slightly more compact code.
5861 (quail-insert-decode-map): Propertize keys, compact columns.
5862
5863 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5864 Add goto-line.
5865
5866 2009-08-10 Miles Bader <miles@gnu.org>
5867
5868 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
5869 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
5870 (js2-instance-member, js2-private-member, js2-private-function-call)
5871 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
5872 (js2-magic-paren, js2-external-variable):
5873 Remove "-face" suffix from face names.
5874 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
5875 (js2-highlight-undeclared-vars, js2-peek-token)
5876 (js2-parse-function-params, js2-mode-show-errors)
5877 (js2-mode-show-warnings, js2-make-magic-delimiter)
5878 (js2-mode-highlight-magic-parens): Update to use new face names.
5879
5880 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
5881
5882 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
5883 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
5884
5885 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
5886
5887 * subr.el: Provide hashtable-print-readable.
5888
5889 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
5890 hs-c-like-adjust-block-beginning.
5891 (hs-hide-block-at-point): Stop hiding at the beginning of
5892 hs-block-end-regexp (Bug#700).
5893
5894 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
5895
5896 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
5897 a macro.
5898 (gdb-registers-handler-custom): Do not fail when register names
5899 are unavailable.
5900
5901 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
5902
5903 * progmodes/gdb-mi.el (gdb-control-all-threads)
5904 (gdb-control-current-thread): Interactive setters for
5905 `gdb-gud-control-all-threads' to use in menu.
5906 (gdb-show-run-p): Show «Go» when process is not active.
5907 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
5908 gud/thread.xpm and gud/all.xpm.
5909
5910 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
5911
5912 * net/net-utils.el (net-utils-font-lock-keywords): New var.
5913 (nslookup-font-lock-keywords): Make it a variable.
5914 (net-utils-mode): New mode for viewing diagnostic network output.
5915 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
5916 (net-utils-run-simple): New function.
5917 (ifconfig, iwconfig, netstat, arp, route): Use it.
5918
5919 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
5920
5921 * progmodes/gdb-mi.el (gdb-read-memory-custom)
5922 (gdb-memory-set-address, def-gdb-set-positive-number)
5923 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
5924 after changing settings.
5925 (gdb-invalidate-disassembly): Update when first shown.
5926 (gdb-edit-locals-value): Fixed.
5927 (gdb-registers-handler-custom): Print registers in right order and
5928 allow changing register values (only for current thread yet).
5929 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
5930 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
5931 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
5932 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
5933 info in mode name.
5934 (gdb-registers-mode-map): TAB to switch to locals.
5935
5936 2009-08-08 Eli Zaretskii <eliz@gnu.org>
5937
5938 * mail/rmail.el (rmail-add-mbox-headers)
5939 (rmail-set-message-counters-counter): Search for
5940 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
5941
5942 2009-08-08 Glenn Morris <rgm@gnu.org>
5943
5944 * Makefile.in (ELCFILES): Update.
5945
5946 2009-08-07 Eli Zaretskii <eliz@gnu.org>
5947
5948 * mail/sendmail.el (mail-yank-original): Set
5949 buffer-file-coding-system from the one used by the message whose
5950 text is yanked.
5951
5952 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
5953 to "windows" when "pgnuplot" is used.
5954 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
5955 call accept-process-output if "pgnuplot" is used.
5956 (calc-graph-init): Don't send -display and -geometry to
5957 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
5958 running "pgnuplot -V" with shell-command-to-string.
5959
5960 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
5961 the default.
5962
5963 2009-08-07 Eli Zaretskii <eliz@gnu.org>
5964
5965 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
5966 org/org-latex.elc.
5967
5968 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
5969
5970 * vc-dispatcher.el (vc-resynch-window): Update comment.
5971
5972 * term.el (term-handle-ansi-escape): Add comments with the
5973 terminfo capabilities implemented.
5974
5975 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
5976
5977 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
5978 (gdb-var-create-handler): Rewritten using JSON parser.
5979 (gdb-propertize-header): Moved earlier.
5980 (gdb-set-header): Removed to avoid duplication.
5981 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
5982 Refresh disassembly buffers only after threads list have been
5983 update.
5984 (gdb-threads-header, gdb-registers-header): Per-buffer header line
5985 variables.
5986
5987 2009-08-04 Juri Linkov <juri@jurta.org>
5988
5989 * files.el: Commands to add/delete file/directory-local variables.
5990 (read-file-local-variable, read-file-local-variable-value)
5991 (read-file-local-variable-mode, modify-file-local-variable)
5992 (modify-file-local-variable-prop-line)
5993 (modify-dir-local-variable): New functions.
5994 (add-file-local-variable, delete-file-local-variable)
5995 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
5996 (add-dir-local-variable, delete-dir-local-variable)
5997 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
5998 (copy-dir-locals-to-file-locals-prop-line): New commands.
5999
6000 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
6001
6002 * abbrev.el (insert-abbrev-table-description): Prettify output.
6003 Suggested by Karl Chen.
6004
6005 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
6006
6007 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
6008 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
6009 (gdb-overlay-arrow-position, gdb-thread-position)
6010 (gdb-disassembly-position): Declare variables.
6011 (gdb-wait-for-pending): Function now.
6012 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
6013 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
6014 compilation goes smoothly.
6015 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
6016 (gdb-non-stop-setting): New customization setting which replaces
6017 `gdb-non-stop' so changing it doesn't break active GDB session.
6018 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
6019 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
6020 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
6021 (gdb-show-threads-by-default): New customization options.
6022 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
6023 routines.
6024 (gdb-get-buffer-create): Send buffers update signal when they are
6025 created.
6026 (gdb-invalidate-locals, gdb-invalidate-registers)
6027 (gdb-invalidate-breakpoints)
6028 (gdb-invalidate-threads, gdb-invalidate-disassembly)
6029 (gdb-invalidate-memory): Accept update signal.
6030 (gdb-current-context-command): Use --frame option.
6031 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
6032 Implement `gdb-frame-number' selection logic.
6033 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
6034 whether to show GUD toolbar buttons.
6035 (gdb-thread-exited): Unselect current thread when it exits.
6036 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
6037 (gdb-mark-line): Routine which sets overlay arrow or inverses
6038 video on fringeless displays.
6039 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
6040 to build aligned columns of data in GDB buffers and set text
6041 properties line-by-line.
6042 (gdb-invalidate-breakpoints)
6043 (gdb-breakpoints-list-handler-custom)
6044 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
6045 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
6046 (gdb-registers-handler-custom): Align data columns.
6047 (gdb-locals-handler-custom): Now prints data like in variable
6048 declarations.
6049 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
6050 Removed confusing buttons.
6051 (gdb-invalidate-threads): Append --frame.
6052 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
6053 between breakpoints/threads buffers.
6054 (gdb-set-window-buffer): Now can ignore dedicated windows.
6055 (gdb-propertize-header): Use `gdb-set-window-buffer'.
6056 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
6057 (def-gdb-thread-buffer-gud-command): Replaces
6058 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
6059 for fine thread control.
6060 (gdb-preempt-existing-or-display-buffer): New function used to
6061 display bound buffers without breaking window layout.
6062 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
6063 (gdb-select-frame): New version of `gdb-frames-select' which now
6064 sets `gdb-frame-number' so commands may use --frame option instead
6065 of inner debugger state.
6066 (gdb-frame-handler): Do not set `gdb-frame-number'.
6067 (gdb-threads-mode-map): Select threads with mouse.
6068
6069 * progmodes/gud.el (gdb-gud-context-call): Declare function to
6070 avoid compilation warning.
6071 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
6072 `gdb-show-stop-p`.
6073
6074 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
6075 Argument `key' renamed to `buffer-type'.
6076 (gdb-current-context-buffer-name): Do not add thread info to
6077 buffer name when no thread is selected.
6078 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
6079 command (bug 3794).
6080 (gdb-thread-selected): Handle `=thread-selected' notification.
6081 (gdb-wait-for-pending): New macro to deal with congestion problems.
6082 (gdb-breakpoints-list-handler-custom): Don't fail on pending
6083 breakpoints.
6084 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
6085 This fixes problem similar to one described in bug 3947.
6086 (gud-menu-map): More menu items.
6087 (gdb-init-1): Reset `gdb-thread-number' to nil.
6088
6089 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
6090 non-stop settings.
6091
6092 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
6093 (gdb-current-context-command): Do not append --thread if
6094 `gdb-thread-number' is nil.
6095 (gdb-running-threads-count, gdb-stopped-threads-count): New
6096 variables.
6097 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
6098 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
6099 customization options.
6100 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
6101 GUD commands.
6102 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
6103 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
6104 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
6105 set `gdb-thread-number' and update `gud-running' properly.
6106 (gdb-running): Update threads list when new threads appear.
6107 (gdb-stopped): Support non-stop operation and new thread switching
6108 logic.
6109 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
6110 (gdb-json-partial-output): New set of JSON routines.
6111 (def-gdb-auto-update-trigger): New `signal-list' optional
6112 argument.
6113 (gdb-thread-list-handler-custom): Update `gud-running',
6114 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
6115 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
6116 (gdb-continue-thread, gdb-step-thread): New commands for fine
6117 thread execution control.
6118 (gud-menu-map): New menu items to switch non-stop options.
6119 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
6120 (gdb-send): Mimic RET properly (bug 3794).
6121
6122 * progmodes/gdb-mi.el (gdb-rules-name-maker)
6123 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
6124 gdb-buffer-rules.
6125 (def-gdb-auto-update-handler): New nopreserve optional argument.
6126 (gdb-stack-list-frames-custom): Print stack from top to bottom.
6127
6128 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
6129 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
6130 (gdb-parent-mode): New mode to derive other GDB modes from.
6131 (gdb-display-disassembly-for-thread)
6132 (gdb-frame-disassembly-for-thread): New commands for threads
6133 buffer.
6134
6135 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
6136 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
6137 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
6138 (gdb-update): We now store all GDB buffers in a list so that they
6139 can be updated by traversing a list instead of calling invalidate
6140 triggers explicitly.
6141 (def-gdb-trigger-and-handler): New macro to define trigger-handler
6142 pair for GDB buffer.
6143 (gdb-stack-buffer-name): Add thread information.
6144 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
6145 handle pending triggers.
6146 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
6147 (def-gdb-thread-buffer-simple-command)
6148 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
6149 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
6150 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
6151 New commands which show buffers bound to thread.
6152 (gdb-stack-list-locals-regexp): Removed unused regexp.
6153
6154 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
6155 (gdb-locals-buffer-name, gdb-registers-buffer-name)
6156 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
6157 to (gud-comint-buffer) in *-buffer-name functions
6158 because (gdb-get-target-string) already does that.
6159 (gdb-locals-handler-custom, gdb-registers-handler-custom)
6160 (gdb-changed-registers-handler): Rewritten without regexps.
6161
6162 * progmodes/gdb-mi.el: Basic thread selection support.
6163 (gdb-thread-number): New variable.
6164 (gdb-current-context-command): New macro which adds --thread
6165 option to command.
6166 (gdb-threads-mode-map): Select thread with SPC.
6167 (gdb-thread-list-handler-custom): Mark current thread with overlay
6168 arrow. Synchronize GDB thread and Emacs thread.
6169 (gdb-select-thread): New command which selects current thread.
6170 (gdb-invalidate-frames, gdb-invalidate-locals)
6171 (gdb-invalidate-registers): Use --thread option.
6172
6173 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
6174
6175 * net/tramp.el (top): Make check for tramp-gvfs loading more
6176 robust. (Bug#3977)
6177 (tramp-handle-insert-file-contents): `unwind-protect' must be
6178 inside `with-parsed-tramp-file-name'.
6179
6180 * net/tramp-gvfs.el (top): Remove superfluous message when loading
6181 fails.
6182
6183 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
6184
6185 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
6186 directory if CLASSPATH is not set.
6187
6188 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
6189
6190 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
6191 New defconst.
6192 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
6193
6194 2009-08-02 Kevin Ryde <user42@zip.com.au>
6195
6196 * net/newst-backend.el (newsticker--raw-url-list-defaults):
6197 Update freshmeat link. Delete newsforge.com as it seems gone.
6198
6199 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
6200
6201 * select.el (x-set-selection): Doc fix (Bug#4021).
6202
6203 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
6204
6205 * help-fns.el (describe-variable): Treat list return values from
6206 dir-locals-find-file properly (Bug#4005).
6207
6208 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
6209
6210 * net/tramp.el (tramp-debug-message): Print also microseconds.
6211
6212 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
6213
6214 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
6215 or END is non-nil.
6216 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
6217 (tramp-get-debug-buffer): Change `outline-regexp' according to new
6218 format.
6219
6220 * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
6221 (tramp-get-file-property): Use it.
6222
6223 * autorevert.el (auto-revert-handler): Allow
6224 `auto-revert-tail-mode' for remote files.
6225
6226 2009-08-02 Jason Rumney <jasonr@gnu.org>
6227
6228 * minibuffer.el (read-file-name): Treat confirm options to
6229 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
6230
6231 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
6232
6233 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
6234 (font-lock-variable-name-face, font-lock-constant-face): Darken
6235 the colors for light backgrounds.
6236
6237 2009-08-01 Eli Zaretskii <eliz@gnu.org>
6238
6239 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
6240 month names. (Bug#3987)
6241
6242 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
6243
6244 * simple.el (line-move-finish): Pass whole number to
6245 line-move-to-column.
6246 (line-move-visual): Perform hscroll to the recorded position.
6247
6248 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
6249
6250 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
6251
6252 2009-07-29 Alan Mackenzie <acm@muc.de>
6253
6254 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
6255
6256 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
6257
6258 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
6259 (gdb-place-breakpoints): Use full path when setting breakpoints.
6260
6261 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
6262
6263 * calc/calc.el (calc-mode-map): Add keybinding for
6264 `calc-transpose-lines'.
6265
6266 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
6267
6268 * calc/calc-misc.el (calc-transpose-lines): New function.
6269
6270 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
6271
6272 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
6273 Simplify check for out-of-band methods.
6274 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
6275 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
6276
6277 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
6278
6279 * vc-git.el (vc-git-checkin): Fix typo.
6280
6281 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
6282
6283 * progmodes/js2-mode.el: New file.
6284
6285 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
6286
6287 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
6288 (gud-menu-map): Adjust tooltip accordingly.
6289
6290 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6291
6292 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
6293 (vc-bzr-log-view-mode): Adjust log-view-file-re.
6294
6295 * add-log.el (change-log-mode-map): Add a menu.
6296
6297 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
6298
6299 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
6300 function returns nil.
6301 (dbus-handle-event): Handle special return value :ignore.
6302 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
6303
6304 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
6305
6306 * view.el (view-mode-enable): Don't define Helper-return-blurb if
6307 it's not needed.
6308
6309 2009-07-25 Eli Zaretskii <eliz@gnu.org>
6310
6311 Fix Bug#3888:
6312
6313 * w32-vars.el (x-select-enable-clipboard): Doc fix.
6314
6315 * term/pc-win.el (x-display-name, x-colors)
6316 (x-select-enable-clipboard, x-select-text): Doc fix.
6317
6318 * term/common-win.el (x-display-name, x-colors): Doc fix.
6319
6320 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
6321 (xw-defined-colors): Doc fix.
6322
6323 * w32-fns.el (x-select-text, x-setup-function-keys)
6324 (x-get-selection, x-set-selection): Doc fix.
6325
6326 * term/x-win.el (x-select-text, x-setup-function-keys)
6327 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
6328
6329 * select.el (x-set-selection): Doc fix.
6330
6331 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
6332
6333 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
6334 instead of "IsNSSSupportAvailable". Avahi ought to work also when
6335 "IsNSSSupportAvailable" method is not available. Reported by
6336 Steve Youngs <steve@sxemacs.org>.
6337
6338 2009-07-24 Kenichi Handa <handa@m17n.org>
6339
6340 * international/characters.el: Fix setting of category ?C, ?|, ?K,
6341 and ?H. Fix setting of case for Latin Extended and Greek Extended.
6342 (build-unicode-category-table): Fix range checks.
6343
6344 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
6345
6346 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
6347 the buffer we try to sync is current when calling
6348 vc-resynch-buffer.
6349
6350 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
6351 not show up to date files.
6352
6353 2009-07-24 Glenn Morris <rgm@gnu.org>
6354
6355 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
6356 Add autoload cookies. If necessary, initialize.
6357 (elint-log): Handle non-file buffers.
6358 (elint-initialize): Add optional argument to reinitialize.
6359 (elint-find-builtin-variables): Save excursion.
6360
6361 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
6362
6363 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
6364 for Lint.
6365
6366 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6367
6368 * vc.el (vc-print-log-internal): New function, split out from ...
6369 (vc-print-log): ... here.
6370 (vc-dir-move-to-goal-column): Declare.
6371
6372 * vc-git.el (vc-git-add-signoff): New variable.
6373 (vc-git-checkin): Use it.
6374 (vc-git-toggle-signoff): New function.
6375 (vc-git-extra-menu-map): Bind it to menu.
6376 (vc-git--run-command-string): Accept a nil FILE argument.
6377 (vc-git-stash-list): New function.
6378 (vc-git-dir-extra-headers): Use it.
6379
6380 2009-07-23 Glenn Morris <rgm@gnu.org>
6381
6382 * help-fns.el (describe-variable): Describe ignored and risky local
6383 variables in a similar way to that in which we describe safe ones.
6384
6385 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
6386 (byte-compile-output-file-form, byte-compile-output-docform)
6387 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
6388 Give some more local variables with common names a "bytecomp-" prefix,
6389 so as not to shadow things during compilation.
6390 * emacs-lisp/cl-macs.el (load-time-value)
6391 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
6392 `outbuffer' to `bytecomp-outbuffer'.
6393
6394 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
6395 since the next two variables cover them automatically now.
6396 (elint-builtin-variables, elint-autoloaded-variables): New.
6397 (elint-unknown-builtin-args): Remove all members, since they can be
6398 parsed automatically now.
6399 (elint-extra-errors): New.
6400 (elint-env-add-env, elint-env-add-macro): Use cadr.
6401 (elint-current-buffer): Use or. Change final message.
6402 (elint-get-top-forms): Use line-end-position.
6403 (elint-init-env): Use cadr. Handle autoload, declare-function,
6404 and defalias.
6405 (elint-add-required-env): Doc fix. Use or. Standardize error.
6406 (regexp-assoc): Remove unused function.
6407 (elint-top-form): Set elint-current-pos, to record the start of the
6408 top-level form, for compilation-mode.
6409 (elint-form): Trap errors in macro expansion. Use dolist.
6410 (elint-unbound-variable): Use elint-builtin-variables and
6411 elint-autoloaded-variables.
6412 (elint-get-args): Use cadr, or.
6413 (elint-check-cond-form): Use dolist, cadr.
6414 (elint-check-condition-case-form): Doc fix. Use cadr.
6415 Use elint-extra-errors.
6416 (elint-log): New function.
6417 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
6418 Distinguish errors and warnings.
6419 (elint-log-message): Use with-current-buffer. Inhibit read-only.
6420 Use a bytecomp-style format.
6421 (elint-clear-log): Preserve default-directory. Inhibit read-only.
6422 (elint-get-log-buffer): Use compilation mode. Disable undo.
6423 Don't truncate lines.
6424 (elint-initialize): Set builtin and autoloaded variable lists.
6425 Only process elint-unknown-builtin-args if non-nil.
6426 (elint-find-builtin-variables, elint-find-autoloaded-variables):
6427 New functions.
6428 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
6429
6430 2009-07-22 Kevin Ryde <user42@zip.com.au>
6431
6432 * net/newst-backend.el (newsticker--parse-atom-1.0)
6433 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
6434 (newsticker--parse-rss-1.0):
6435 * progmodes/idlwave.el (idlwave-mode):
6436 * progmodes/idlw-shell.el (idlwave-shell-mode):
6437 * progmodes/vera-mode.el (vera-mode):
6438 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
6439 * progmodes/vhdl-mode.el (vhdl-mode):
6440 * textmodes/table.el (table-generate-source)
6441 (table--warn-incompatibility):
6442 Hyperlink urls in docstrings with URL `...'.
6443
6444 2009-07-22 Glenn Morris <rgm@gnu.org>
6445
6446 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
6447 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
6448 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
6449 Remove leading * from defcustom docs.
6450
6451 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
6452
6453 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
6454 defcustom doc.
6455 (list-load-path-shadows): Optionally, just return shadows as a string.
6456
6457 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
6458
6459 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
6460
6461 * mail/rmailedit.el (rmail-edit-mode): Use
6462 auto-save-include-big-deletions.
6463
6464 * mail/rmail.el (rmail-variables): Use
6465 auto-save-include-big-deletions.
6466
6467 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
6468 changes.
6469
6470 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
6471
6472 * calc/calc.el (calc-undo-length): New variable.
6473 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
6474
6475 2009-07-21 Richard Stallman <rms@gnu.org>
6476
6477 * files.el (auto-save-mode): Handle buffer-save-size = -2
6478 for toggling mode.
6479
6480 2009-07-21 Glenn Morris <rgm@gnu.org>
6481
6482 * textmodes/ispell.el (ispell-looking-back): Update declaration.
6483
6484 * calendar/todo-mode.el (calendar-current-date): Update declaration.
6485
6486 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
6487 silence compiler. Instead...
6488 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
6489 (ps-print-ensure-fontified): Update for above function name changes.
6490
6491 * printing.el (pr-mh-get-msg-num, pr-mh-show)
6492 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
6493 silence compiler. Instead...
6494 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
6495 (mh-show-buffer): Only define for compiler.
6496 (pr-mh-current-message): Update for above function name changes.
6497
6498 * files.el (abort-if-file-too-large): Explicitly pass `filename'
6499 as an argument.
6500 (find-file-noselect, insert-file-1): Update for above change.
6501
6502 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
6503
6504 * mail/mailclient.el (mailclient-send-it): Fix message.
6505
6506 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
6507 (edebug-eval): Check cl-debug-env is bound.
6508 (print-level, print-circle): Don't redefine built-in variables.
6509
6510 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
6511 (custom-print-vectors): Remove old comments from doc.
6512
6513 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
6514 (emerge-version): Make the variable an obsolete alias for the
6515 emacs-version variable. Make the function obsolete.
6516 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
6517 Emerge options, rather than merging in into the main Options menu.
6518 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
6519 and auto advance modes. Disable edit/fast items when not relevant.
6520
6521 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
6522
6523 * term/vt420.el (terminal-init-vt420): Fix typo.
6524
6525 2009-07-20 Sam Steingold <sds@gnu.org>
6526
6527 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
6528 variable (removed from compile.el on 2004-03-11).
6529
6530 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
6531
6532 * files.el (hack-local-variables-filter): Fix last change.
6533
6534 2009-07-19 Juri Linkov <juri@jurta.org>
6535
6536 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
6537 (dir-local-variables-alist): New buffer-local variable.
6538 (hack-local-variables-filter): If variable is not dir-local,
6539 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
6540 because file-local overrides dir-local.
6541 (c-postprocess-file-styles)<declare-function>:
6542 Remove obsolete declaration.
6543 (hack-dir-local-variables): Add dir-local variable/value pair to
6544 `dir-local-variables-alist' and remove duplicates. Doc fix.
6545
6546 * help-fns.el (describe-variable): Add information about
6547 file-local and dir-local variables.
6548
6549 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
6550
6551 * files.el (hack-local-variables-filter): Rewrite.
6552
6553 2009-07-19 Glenn Morris <rgm@gnu.org>
6554
6555 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
6556 Silence compiler by only defining on XEmacs.
6557
6558 * international/mule.el (auto-coding-regexp-alist): Only match
6559 BABYL... at the start of buffer, not of lines. (Bug#3790)
6560
6561 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
6562 non-calendar buffers (Bug#3862). Restore "not on a date" message.
6563 (cal-menu-context-mouse-menu): Doc fix.
6564
6565 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
6566
6567 * simple.el (mail-user-agent): Doc fix. Set :version tag.
6568
6569 2009-07-18 Juri Linkov <juri@jurta.org>
6570
6571 * info.el: Virtual Info keyword finder.
6572 (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
6573 (Info-finder-file): New variable.
6574 (Info-finder-find-file): New function.
6575 (finder-known-keywords, finder-package-info)
6576 (find-library-name, lm-commentary): Use defvar and
6577 declare-function to silence compiler warnings.
6578 (Info-finder-find-node): New function.
6579 (info-finder): New command.
6580
6581 * subr.el (process-kill-buffer-query-function): New function.
6582 (add-hook)<kill-buffer-query-functions>: Add hook
6583 `process-kill-buffer-query-function'.
6584
6585 2009-07-18 Alan Mackenzie <acm@muc.de>
6586
6587 * progmodes/cc-mode.el (c-before-hack-hook)
6588 (c-postprocess-file-styles): Give invocation of `c-set-style'
6589 DONT-OVERRIDE parameter of t. Already set style variables will
6590 thus not be overridden by style settings given by `c-file-syle'.
6591
6592 * files.el (hack-local-variables-filter): Remove entries with
6593 duplicate keys from `file-local-variables-alist'.
6594
6595 2009-07-18 Eli Zaretskii <eliz@gnu.org>
6596
6597 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
6598 x-set-selection if display-selections-p returns nil for the
6599 current frame.
6600
6601 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
6602
6603 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
6604
6605 2009-07-18 Eli Zaretskii <eliz@gnu.org>
6606
6607 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
6608 Accept nil in addition to a regexp.
6609 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
6610 Accept nil in addition to a regexp.
6611 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
6612 buffers that have an associated file. Handle nil values of
6613 desktop-buffers-not-to-save and desktop-files-not-to-save.
6614 (Bug#3833)
6615
6616 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
6617 (x-disown-selection-internal): New functions.
6618
6619 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
6620
6621 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
6622 warning.
6623 (gdb-breakpoints-header): Move forward to avoid compiler warning.
6624 (gdb-make-header-line-mouse-map): Remove duplicate definition.
6625
6626 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
6627
6628 * simple.el (set-mark): Revert last change.
6629
6630 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
6631
6632 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
6633 rendering of pngs is not possible instead of messaging a long
6634 description.
6635
6636 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
6637
6638 * w32-fns.el (x-selection-owner-p): New function.
6639
6640 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6641 (mouse-yank-at-click, mouse-yank-primary): If
6642 select-active-regions is non-nil, deactivate the mark before
6643 insertion.
6644
6645 * simple.el (deactivate-mark, set-mark): Only save selection if we
6646 own it.
6647
6648 2009-07-17 Kenichi Handa <handa@m17n.org>
6649
6650 * case-table.el (describe-buffer-case-table): Fix for the case
6651 that KEY is a cons.
6652
6653 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
6654
6655 * vc-rcs.el (vc-rcs-find-file-hook):
6656 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
6657
6658 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
6659
6660 * net/tramp.el (tramp-wait-for-output): Handle the case when
6661 commands do not return a newline but a null byte before the shell
6662 prompt. (Bug#3858)
6663
6664 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6665
6666 * term/ns-win.el (ns-set-alpha): Don't declare.
6667 (ns-set-background-alpha): Remove function.
6668
6669 2009-07-16 Kevin Ryde <user42@zip.com.au>
6670
6671 * emacs-lisp/copyright.el (copyright-update): Save match-data across
6672 y-or-n-p, for safety.
6673
6674 2009-07-16 Richard Stallman <rms@gnu.org>
6675
6676 * files.el (auto-save-mode): If buffer-saved-size is -2,
6677 don't clobber it.
6678
6679 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
6680 (rmail-retry-ignored-headers): Add more uninteresting fields.
6681
6682 2009-07-15 Jari Aalto <jari.aalto@cante.net>
6683
6684 * net/rcirc.el (rcirc): Use history variables.
6685 (rcirc-server-name-history, rcirc-nick-name-history)
6686 (rcirc-server-port-history): New variables.
6687
6688 2009-07-15 Kenichi Handa <handa@m17n.org>
6689
6690 * international/mule-cmds.el (set-language-environment-charset):
6691 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
6692 ignore them.
6693
6694 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
6695 Delete unibyte-display.
6696
6697 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
6698
6699 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
6700
6701 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
6702
6703 * simple.el (deactivate-mark): Optional argument FORCE.
6704 (set-mark): Use deactivate-mark.
6705
6706 * info.el (Info-search): No need to check transient-mark-mode
6707 before calling deactivate-mark.
6708
6709 * select.el (x-set-selection): Doc fix.
6710 (x-valid-simple-selection-p): Allow buffer values.
6711 (xselect--selection-bounds): Handle buffer values. Suggested by
6712 David De La Harpe Golden.
6713
6714 * mouse.el (mouse-set-region, mouse-drag-track): Call
6715 copy-region-as-kill before setting the mark, to let
6716 select-active-regions work.
6717
6718 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
6719
6720 * simple.el (deactivate-mark): If select-active-regions is
6721 non-nil, copy the selection data into a string.
6722 (activate-mark): If select-active-regions is non-nil, set the
6723 selection to the current buffer.
6724 (set-mark): Update selection if select-active-regions is non-nil.
6725
6726 * select.el (x-valid-simple-selection-p): Allow buffer values.
6727
6728 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
6729
6730 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
6731 and more featureful message-mode.
6732
6733 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
6734
6735 * select.el (x-set-selection): Doc fix.
6736 (x-valid-simple-selection-p): Disallow selection data consisting
6737 of a list or cons of integers, since that is not used.
6738 (xselect--selection-bounds, xselect--int-to-cons): New functions.
6739 (xselect-convert-to-string, xselect-convert-to-length)
6740 (xselect-convert-to-filename, xselect-convert-to-charpos)
6741 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
6742
6743 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
6744
6745 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
6746 output in -break-info command (Emacs bug #3794).
6747
6748 2009-07-14 Glenn Morris <rgm@gnu.org>
6749
6750 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
6751 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
6752 (edebug-print-length, edebug-print-level, edebug-print-circle)
6753 (edebug-sit-for-seconds, edebug-view-outside)
6754 (edebug-bounce-point, edebug-set-global-break-condition)
6755 (edebug-Go-nonstop-mode, edebug-trace-mode)
6756 (edebug-Trace-fast-mode, edebug-continue-mode)
6757 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
6758 (edebug-visit-eval-list): Doc fixes.
6759
6760 * subr.el (def-edebug-spec): Doc fix.
6761
6762 2009-07-14 Kenichi Handa <handa@m17n.org>
6763
6764 * international/characters.el: Fix setting of category ?C.
6765
6766 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
6767
6768 * term/ns-win.el (x-select-font): defalias x-select-font to
6769 ns-popup-font-panel instead of generate-fontset-menu.
6770
6771 2009-07-12 Eli Zaretskii <eliz@gnu.org>
6772
6773 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
6774
6775 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
6776
6777 * arc-mode.el (archive-find-type): Allow for a PK00 string before
6778 the PK\003\004 header (Bug#3770).
6779
6780 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
6781
6782 * pcomplete.el (pcomplete-comint-setup): Check for
6783 shell-dynamic-complete-filename too.
6784
6785 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
6786
6787 * simple.el (temporary-goal-column): Change the value for
6788 line-move-visual to a cons cell.
6789 (line-move-visual): Record or set the window hscroll, if
6790 necessary (Bug#3494).
6791 (line-move-1): Handle cons value of temporary-goal-column.
6792
6793 2009-07-11 Kenichi Handa <handa@m17n.org>
6794
6795 * international/mule-diag.el (describe-character-set): Don't show
6796 width.
6797
6798 2009-07-10 Sam Steingold <sds@gnu.org>
6799
6800 * progmodes/compile.el (compilation-mode-font-lock-keywords):
6801 Omake sometimes indents the errors it prints, so allow all
6802 regexps to start with spaces.
6803
6804 2009-07-10 Eli Zaretskii <eliz@gnu.org>
6805
6806 * cus-edit.el (customize-changed-options-previous-release):
6807 Bump value to 22.1. (Bug#3804)
6808
6809 2009-07-08 Sam Steingold <sds@gnu.org>
6810
6811 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
6812 to be a cons cell (test . ignored-directory) to selectively ignore
6813 some directories depending on the location of the search.
6814
6815 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
6816
6817 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
6818 remote user is root, on the local host.
6819 (tramp-local-host-p): Either the local user or the remote user
6820 must be root. (Bug#3771)
6821
6822 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
6823
6824 * progmodes/gdb-mi.el (gdb): Remove description of
6825 gdb-use-separate-io-buffer.
6826 (menu): Don't allow toggling of or enable
6827 gdb-use-separate-io-buffer from menubar.
6828
6829 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
6830
6831 * mail/unrmail.el (unrmail): Make sure the message ends with two
6832 newlines (Bug#3769).
6833
6834 2009-07-08 Glenn Morris <rgm@gnu.org>
6835
6836 * calendar/calendar.el (calendar-current-date): Rework previous change.
6837
6838 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
6839
6840 * calendar/calendar.el (calendar-current-date):
6841 Add an optional argument giving an offset from today.
6842
6843 2009-07-08 Glenn Morris <rgm@gnu.org>
6844
6845 * tutorial.el (tutorial--describe-nonstandard-key):
6846 Adjust the message for when a key has been unbound.
6847 (help-with-tutorial): Hide the arch-tag.
6848
6849 2009-07-08 Kenichi Handa <handa@m17n.org>
6850
6851 * international/fontset.el (setup-default-fontset): For each
6852 script, append (not set) font-specs.
6853
6854 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
6855 docstring.
6856
6857 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
6858
6859 * progmodes/gdb-mi.el (gdb-init-1): Move sending
6860 -data-list-register-names to ...
6861 (gdb-starting): ... here because GDB 7.0 requires execution to
6862 have started when using this MI command.
6863 (gdb-set-header): New function to distinguish select and
6864 unselected tabs in gdb buffers.
6865 (gdb-propertize-header): New macro that uses gdb-set-header.
6866 (gdb-breakpoints-header, gdb-locals-header): Use it.
6867 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
6868
6869 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
6870
6871 * Makefile.in (ELCFILES): Remove fadr.elc.
6872
6873 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
6874
6875 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
6876 may contain frame information, so `string-match' should be used.
6877 (gdb-update): Disassembly is invalidated through
6878 `gdb-get-selected-frame'.
6879 (gdb-pad-string): New function to pad string with spaces.
6880 (gdb-invalidate-disassembly): Invalidate only if the buffer
6881 exists.
6882 (gdb-disassembly-handler-custom): Column alignment.
6883 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
6884 placing new ones.
6885 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
6886 end of line, too.
6887 (gdb-frame-handler): Match convention to for disassembly buffer
6888 mode name.
6889 (gdb-stack-list-frames-handler): Rewritten without regexps.
6890 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
6891 not highlight breakpoints without line information.
6892 (gdb-input): Add trailing newline to command.
6893
6894 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
6895 buffer properly.
6896 (gdb-breakpoints-list-handler-custom): Replacement for
6897 `gdb-break-list-handler'. Using real parser instead of regexps
6898 now.
6899 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
6900 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
6901 to place breakpoints.
6902 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
6903 functions.
6904 (gdb-disassembly-handler-custom): Show overlay arrow.
6905 (gdb-disassembly-place-breakpoints): Show breakpoints in
6906 disassembly buffer.
6907 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
6908 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
6909 instead of parsing breakpoints buffer. Fixed old menu references
6910 in `gud-menu-map'.
6911
6912 * fadr.el: Remove.
6913
6914 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
6915 (gdb-memory-address): New variable which holds top address of
6916 memory page shown in memory buffer.
6917 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
6918 customization variables.
6919 New functions:
6920 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
6921 display the memory buffer.
6922 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
6923 buffer display parameters.
6924 (def-gdb-memory-format, gdb-memory-format-binary)
6925 (gdb-memory-format-octal, gdb-memory-format-unsigned)
6926 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
6927 Functions for setting memory buffer format.
6928 (gdb-memory-unit-word, gdb-memory-unit-halfword)
6929 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
6930 unit size used in memory buffer.
6931 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
6932 to next/previous page of memory buffer.
6933 Now using (bindat-get-field) instead of fadr functions.
6934
6935 2009-07-07 Sam Steingold <sds@gnu.org>
6936
6937 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
6938 non-top-level files.
6939
6940 2009-07-07 Kenichi Handa <handa@m17n.org>
6941
6942 * international/mule-cmds.el (reset-language-environment): Put
6943 the highset priority to the charset iso-8859-1.
6944
6945 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
6946
6947 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
6948 to the end of the line when locating the block (Bug#700).
6949
6950 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
6951
6952 * net/tramp.el (tramp-handle-write-region): Flush file properties
6953 in case of short track.
6954
6955 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
6956
6957 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
6958 representation of verilog error regular expressions to work with
6959 Emacs-22's new format.
6960 (verilog-error-regexp-xemacs-alist): Coded custom representation
6961 of verilog error regular expressions to work with XEmacs format.
6962 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
6963 error recognition into XEmacs.
6964 (verilog-error-regexp-add-emacs): Hook routine to install verilog
6965 error recognition into Emacs-22.
6966
6967 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
6968
6969 * woman.el: Remove stand-alone closing parentheses.
6970 (woman-file-name, woman2-format-paragraphs)
6971 (woman-leave-blank-lines): Code cleanup.
6972 (woman-use-own-frame): Change default to nil.
6973 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
6974 defaults to inherit from default faces.
6975 (woman2-process-escapes): Consume the newline after a stand-alone
6976 filler character (Bug#3651).
6977
6978 2009-07-06 Glenn Morris <rgm@gnu.org>
6979
6980 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
6981 (top-level): Move provide to the end.
6982 (ffap): Remove defunct URL from custom group.
6983
6984 * subr.el (eval-after-load): Doc fix.
6985
6986 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
6987
6988 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
6989 `calc-embedded-word' is called twice.
6990
6991 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6992
6993 * files.el (find-alternate-file-other-window, find-alternate-file):
6994 Obey confirm-nonexistent-file-or-buffer.
6995
6996 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
6997
6998 * dired-aux.el (dired-show-file-type): Handle remote files.
6999
7000 2009-07-05 Jari Aalto <jari.aalto@cante.net>
7001
7002 * desktop.el (desktop-globals-to-save):
7003 Add file-name-history (Bug#2750).
7004
7005 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
7006
7007 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
7008
7009 2009-07-04 Johan Bockgård <bojohan@gnu.org>
7010
7011 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
7012 property on entire argument since this is what eshell-lisp-command
7013 expects.
7014
7015 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
7016
7017 * net/tramp-gvfs.el (tramp-gvfs-methods)
7018 (tramp-gvfs-zeroconf-domain)
7019 (tramp-bluez-discover-devices-timeout): Add version flag.
7020 (tramp-gvfs-handler-mounted-unmounted)
7021 (tramp-gvfs-connection-mounted-p): Polish handling of
7022 incompatibilities between GVFS 0.2 and 1.0.
7023
7024 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
7025
7026 * cus-start.el (all): Add make-pointer-invisible.
7027
7028 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
7029
7030 * calc-math.el (math-use-emacs-fn): Make sure that the number is
7031 formatted correctly.
7032
7033 2009-07-02 Juri Linkov <juri@jurta.org>
7034
7035 * info.el: Virtual Info files and nodes.
7036 (Info-virtual-files, Info-virtual-nodes): New variables.
7037 (Info-current-node-virtual): New variable.
7038 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
7039 New functions.
7040 (Info-file-supports-index-cookies): Use Info-virtual-file-p
7041 to check for a virtual file instead of checking a fixed list
7042 of node names.
7043 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
7044 instead of ad-hoc processing of "dir" and (apropos history toc).
7045 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
7046 instead of ad-hoc processing of "dir" and (apropos history toc).
7047 Reread a file when moving from a virtual node.
7048 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
7049 (Info-directory-toc-nodes, Info-directory-find-file)
7050 (Info-directory-find-node): New functions.
7051 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
7052 (Info-history): Move part of code to
7053 `Info-history-find-node'.
7054 (Info-history-toc-nodes, Info-history-find-file)
7055 (Info-history-find-node): New functions.
7056 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
7057 (Info-toc): Move part of code to `Info-toc-find-node'.
7058 (Info-toc-find-node): New function.
7059 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
7060 the current Info file name to references because now the node
7061 "*TOC*" belongs to the same Info manual.
7062 (Info-toc-build): Rename from `Info-build-toc'.
7063 (Info-toc-nodes): Rename input argument `file' to `filename'.
7064 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
7065 instead of ad-hoc processing of ("dir" apropos history toc).
7066 (Info-index-nodes): Use Info-virtual-file-p
7067 to check for a virtual file instead of checking a fixed list
7068 of node names.
7069 (Info-index-node): Add check for `Info-current-node-virtual'.
7070 Raise `save-match-data' higher up the tree to contain
7071 `search-forward' too (bug fix).
7072 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
7073 (Info-virtual-index-nodes): New variable.
7074 (Info-virtual-index-find-node, Info-virtual-index): New functions.
7075 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
7076 (Info-apropos-file, Info-apropos-nodes): New variables.
7077 (Info-apropos-toc-nodes, Info-apropos-find-file)
7078 (Info-apropos-find-node, Info-apropos-matches): New functions.
7079 (info-apropos): Move part of code to `Info-apropos-find-node' and
7080 `Info-apropos-matches'.
7081 (Info-mode-map): Bind "I" to `Info-virtual-index'.
7082 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
7083 for a virtual file instead of checking a fixed list of node names.
7084
7085 * simple.el (async-shell-command): New command.
7086
7087 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
7088
7089 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
7090 instead of `mount-info'.
7091
7092 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
7093
7094 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
7095 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
7096
7097 2009-07-02 Kenichi Handa <handa@m17n.org>
7098
7099 * international/mule.el (set-keyboard-coding-system): Force *-unix
7100 coding-system to avoid eol conversion.
7101
7102 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
7103
7104 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7105 Add handler for `process-file', `shell-command' and
7106 `start-file-process'.
7107 (tramp-gvfs-handle-shell-command)
7108 (tramp-gvfs-handle-start-file-process)
7109 (tramp-gvfs-handle-process-file): New defuns.
7110 (tramp-synce-list-devices): Simplify check for existence of property.
7111
7112 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
7113
7114 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
7115
7116 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
7117
7118 * language/korean.el (set-language-info-alist): Add korean-cp949,
7119 cp949 to spec.
7120
7121 2009-07-01 Kenichi Handa <handa@m17n.org>
7122
7123 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
7124
7125 * international/encoded-kb.el: Deleted.
7126
7127 * international/mule.el (set-keyboard-coding-system): Perform the
7128 necessary setup here instead of calling encoded-kbd-setup-display.
7129
7130 2009-07-01 Glenn Morris <rgm@gnu.org>
7131
7132 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
7133
7134 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
7135
7136 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
7137
7138 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
7139
7140 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
7141 Handle also the 'rename case, when setting file modes. (Bug#3712)
7142 (tramp-default-file-modes) Remove execute permissions.
7143
7144 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
7145 (top): Add a default for "synce" in `tramp-default-user-alist'.
7146 Add completion function for "synce" method.
7147 (tramp-hal-service, tramp-hal-path-manager)
7148 (tramp-hal-interface-manager, tramp-hal-interface-device):
7149 New defconst.
7150 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
7151 (tramp-synce-list-devices, tramp-synce-parse-device-names):
7152 New defuns.
7153
7154 * net/trampver.el: Update release number.
7155
7156 2009-06-30 Kenichi Handa <handa@m17n.org>
7157
7158 * international/fontset.el (setup-default-fontset): Add CJK fonts
7159 for symbols and the other miscellaneous characters.
7160
7161 * language/korea-util.el (setup-korean-environment-internal):
7162 Make char-width-table suitable for Korean environments.
7163 (exit-korean-environment): Cancel above.
7164
7165 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7166 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
7167 setup-funcion to make char-widht-table suitable for respective
7168 environments, and an exit-function to cancel that.
7169
7170 * language/japan-util.el (setup-japanese-environment-internal):
7171 Call use-cjk-char-width-table with arg `ja_JP'.
7172
7173 * international/characters.el (cjk-char-width-table): Delete it.
7174 (cjk-char-width-table-list): New variable.
7175 (use-cjk-char-width-table): New arg local-name.
7176 (use-default-char-width-table): Fix for the case that Emacs is
7177 already using the default char-width-table.
7178
7179 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
7180
7181 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
7182 modes mandatory. (Bug#3712)
7183
7184 2009-06-29 Alan Mackenzie <acm@muc.de>
7185
7186 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
7187 correction between the visible width of TABs and their number of bytes.
7188
7189 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
7190
7191 * server.el (server-buffer-done): Prevent kill-buffer from
7192 prompting by clearing the buffer modification flag (Bug#3696).
7193
7194 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
7195
7196 * verilog-mode.el (verilog-beg-of-statement)
7197 (verilog-endcomment-reason-re): Support unique case and priority case.
7198 (verilog-basic-complete-re): Support localparam lineup.
7199 (verilog-beg-of-statement-1): Fix for robustness, unique case.
7200 (verilog-set-auto-endcomments): Fix for unique case, always_comb
7201 commenting.
7202 (verilog-leap-to-case-head): Now support *nested* unique &
7203 priority case statements.
7204 (verilog-auto-lineup): Make just declarations the default (as it
7205 had been).
7206 (verilog-leap-to-case-head): Support priority/unique case statements.
7207 (verilog-auto-lineup): Rework to give users radio buttons to
7208 select the various styles of automatic lineup.
7209 (verilog-error-regexp-alist): Rework to support the XEmacs style
7210 of error regular expressions from compilers, lint tools &
7211 simulators. Note that GNU Emacs has made it impossible for a mode
7212 to load such things.
7213 (electric-verilog-terminate-line, verilog-indent-declaration)
7214 (verilog-auto-wiure): Rework for radio button selection of
7215 auto-lineup selection of specification of auto lineup.
7216 (verilog-beg-of-statement-1): Redesign to support proper operation
7217 in additional code, based on testing with auto-lineup.
7218 (verilog-calculate-indent, assignments & declarations)
7219 (verilog-backward-token): Enhance to support auto-lineup of
7220 assignments & declarations.
7221 (verilog-in-directive-p, verilog-at-struct-p): New function for
7222 easy test of whether we are.
7223 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
7224 to support safe execution at almost anyline.
7225 (verilog-calc-1): Properly support indenting deep inside generate
7226 blocks.
7227 (verilog-init-font) Remove definition & use of verilog-init-font,
7228 as it is redundant with font-lock-defaults.
7229 (verilog-mode): Alter the definition of verilog-font-lock-defaults
7230 to avoid circular calls if syntax-ppss is a function (as is the
7231 case now in 22.x GNU Emacs) as that function would sometimes call
7232 itself, leading to (nearly) infinite recursion.
7233 (verilog-ovm-begin-re, verilog-ovm-end-re)
7234 (verilog-ovm-statement-re, verilog-leap-to-head)
7235 (verilog-backward-token): Add support for OVM macros. Some are
7236 complete statements, and others open and close scopes like begin
7237 and end.
7238 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
7239 (verilog-defun-level-generate-only-re): Really fix the defun-list
7240 compilation issue.
7241 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
7242 coverpoint, constraint and cross statements.
7243 (verilog-defun-level-list, verilog-generate-defun-level-list)
7244 (verilog-all-defun-level-list): Redo these specifications - it is
7245 too hard to support eval-when compile aggregation of lists also
7246 built at when-compile time.
7247 (verilog-defun-level-list): Place defconsts of variables used in
7248 building regular expressions which are built in eval-when-compile
7249 bodies in the same eval-when-compile body to facilitate compile
7250 without load.
7251 (verilog-beg-block-re-ordered): Support indenting
7252 virtual/protected tasks and functions.
7253 (verilog-defun-level-list, verilog-in-generate-region-p)
7254 (verilog-backward-ws&directives, verilog-calc-1): Speed up
7255 indentation of some module items (generate items).
7256 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
7257 across virtual/protected tasks and functions.
7258
7259 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
7260
7261 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
7262 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
7263 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
7264 in concatenations. Reported by Yishay Belkind.
7265 (verilog-auto-ascii-enum): Support one-hot state machines in
7266 AUTOASCIIENUM. Suggested by Lloyd Gomez.
7267 (verilog-auto-inst, verilog-auto-inst-port): Include interface
7268 modport in AUTOINST and add vl-modport for users. Reported by
7269 David Rogoff.
7270 (verilog-auto-inout-module, verilog-auto-inst)
7271 (verilog-decls-get-interfaces, verilog-insert-definition)
7272 (verilog-insert-one-definition, verilog-read-decls)
7273 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
7274 (verilog-sig-modport, verilog-signals-combine-bus)
7275 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
7276 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
7277 Suggested by David Rogoff.
7278 (verilog-repair-open-comma): Fix non-insertion of comma when
7279 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
7280 (verilog-make-width-expression): Simplify [A-1:0] expression
7281 widths to just {A{1'b0}}.
7282 (verilog-mode): Cleanup checkdoc warnings.
7283 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
7284 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
7285 inputs/outputs or data type. Suggested by Vasu Kandadi.
7286 (next-error-last-buffer): Fix byte-compiler warning.
7287 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
7288 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
7289 or shell command text during AUTO expansion. Suggested by Tad Truex.
7290 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
7291 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
7292 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7293 in AUTOINOUT. Reported by Matthew Lovell.
7294 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
7295 causing use of <= assignments. Reported by Alex Reed.
7296 (verilog-read-decls): Fix triand, trior, wand, wor to be
7297 recognized by AUTOWIRE. Reported by Spencer Isaacson.
7298 (verilog-extended-complete-re): Support import "DPI-C" functions.
7299 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
7300 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
7301 (verilog-insert-date, verilog-insert-year)
7302 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
7303 Windows systems. Reported by Michael Potts.
7304 (verilog-read-module-name): Fix AUTOINST when the child module
7305 declaration's name is a tick define. Reported by Elliot Mednick.
7306 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7307 passed to next parameter's definition. Reported by Bruce T.
7308 (verilog-read-decls): Fix detecting "parameter int" when using
7309 AUTOINSTPARAM. Reported by Bruce T.
7310 (verilog-goto-defun): Fix goto not finding modules unless first
7311 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
7312 (verilog-mode): Expand -f flag arguments on entry to mode so
7313 verilog-goto-defun will work. Reported by Lawrence Butcher.
7314 (verilog-getopt): Expand environment variables in -f file
7315 arguments. Suggested by Lawrence Butcher.
7316 (verilog-set-define): Fix "Symbol's value as variable is void"
7317 when reading enumerations.
7318 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
7319 Suggested by Stephen Peltan.
7320 (verilog-read-defines): Fix reading of enumerations in include
7321 files. Reported by Steve Peltan.
7322
7323 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
7324
7325 * files.el (trash-directory): Fix defcustom type.
7326
7327 2009-06-28 Juri Linkov <juri@jurta.org>
7328
7329 * help-fns.el (describe-function-1): Correctly locate adviced
7330 functions in hyperlink (Bug#2438).
7331
7332 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
7333
7334 * files.el (trash-directory): Change default to nil.
7335 (move-file-to-trash): If trash-directory is nil and
7336 system-move-file-to-trash is unbound, perform freedesktop-style
7337 trashing.
7338
7339 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
7340
7341 * files.el (move-file-to-trash): Add freedesktop trash
7342 support (Bug#973).
7343
7344 2009-06-28 Glenn Morris <rgm@gnu.org>
7345
7346 * autorevert.el (global-auto-revert-non-file-buffers)
7347 (global-auto-revert-mode): Doc fixes.
7348
7349 2009-06-27 Johan Bockgård <bojohan@gnu.org>
7350
7351 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
7352
7353 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
7354
7355 * faces.el (x-handle-named-frame-geometry): Ensure that we have
7356 opened an X connection before calling x-get-resource (Bug#3194).
7357
7358 * play/doctor.el: Remove reference to obsolete website.
7359 (make-doctor-variables): Correct grammar mistake (Bug#2633).
7360
7361 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
7362
7363 Remove find-file-not-found-hook VC method. (Bug#2757)
7364 * vc-hooks.el (vc-file-not-found-hook)
7365 (vc-default-find-file-not-found-hook): Remove functions.
7366 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
7367 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
7368 * vc.el:
7369 * vc-hg.el:
7370 * vc-git.el: Do not mention find-file-not-found-hook VC method.
7371
7372 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
7373
7374 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
7375 compatibility function for `looking-back'.
7376
7377 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7378 Use `ispell-looking-back'.
7379
7380 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
7381
7382 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
7383 rather than `filename'.
7384
7385 2009-06-23 Miles Bader <miles@gnu.org>
7386
7387 * face-remap.el (text-scale-set): New function.
7388
7389 2009-06-23 Glenn Morris <rgm@gnu.org>
7390
7391 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
7392
7393 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
7394
7395 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
7396
7397 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
7398
7399 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
7400 Simplify Persian conditionals.
7401
7402 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
7403 variable `filename'.
7404
7405 * comint.el (comint-insert-input): Doc fix.
7406
7407 * Makefile.in (ELCFILES): Fix typo in previous change.
7408
7409 2009-06-23 Miles Bader <miles@gnu.org>
7410
7411 * cus-start.el: Add entry for `recenter-redisplay'.
7412
7413 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
7414
7415 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
7416 Add an optional argument for the backend, use it instead of
7417 calling vc-backend.
7418 (vc-mode-line): Add an optional argument for the backend.
7419 Pass the backend to vc-state and vc-working-revision. Move code for
7420 special handling for vc-state being a buffer to ...
7421
7422 * vc-rcs.el (vc-rcs-find-file-hook):
7423 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
7424
7425 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
7426 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
7427 vc-stay-local-p and vc-mode-line calls.
7428
7429 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
7430 (vc-cvs-diff, vc-cvs-annotate-command)
7431 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
7432 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
7433 vc-mode-line calls.
7434
7435 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
7436 direct comparison.
7437 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
7438 backend when calling vc-mode-line.
7439 (vc-register): Do not create a closure for calling the vc register
7440 function, call it directly.
7441
7442 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
7443
7444 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
7445 to make it obvious item can be clicked.
7446
7447 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
7448
7449 2009-06-23 Kenichi Handa <handa@m17n.org>
7450
7451 * language/korea-util.el (korean-key-bindings): Change the binding
7452 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
7453 same command.
7454
7455 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
7456
7457 Sync with Tramp 2.1.16.
7458
7459 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
7460
7461 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
7462 when a loading of a package fails. Completion function for rsync
7463 is `tramp-completion-function-alist-ssh'.
7464 (all): Replace all calls of `split-string' and
7465 `tramp-split-string' by `tramp-compat-split-string'.
7466 (tramp-default-method): Use `tramp-compat-process-running-p'.
7467 (tramp-default-proxies-alist): Allow also Lisp forms.
7468 (tramp-remote-path): Add choice "Private Directories".
7469 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
7470 (tramp-domain-regexp): Allow also "-", "_" and ".".
7471 (tramp-end-of-output): Remove newlines, and add "$" at the end.
7472 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
7473 (tramp-debug-message): Insert header line in debug buffer.
7474 (tramp-handle-directory-files-and-attributes-with-stat):
7475 Care about filenames with spaces, or starting with "-".
7476 (tramp-handle-dired-uncache): New defun.
7477 (tramp-handle-insert-directory): Don't flush the directory from
7478 cache, this is handled by `dired-uncache' now.
7479 (tramp-handle-insert-file-contents): Improve error handling.
7480 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7481 Quote `tramp-end-of-output'.
7482 (tramp-action-password): Improve trace message.
7483 (tramp-check-for-regexp): Both echoes must be present, before removing.
7484 (tramp-open-connection-setup-interactive-shell): Trace coding system.
7485 (tramp-compute-multi-hops): Eval cons cells of
7486 `tramp-default-proxies-alist'.
7487 (tramp-maybe-open-connection): Use the same command pattern for
7488 first hop and further hops.
7489 (tramp-wait-for-output): Remove handling of newlines.
7490 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
7491 (tramp-split-string): Remove function. It is handled in
7492 tramp-compat now.
7493
7494 * net/tramp-cmds.el (tramp-bug):
7495 Recommend `tramp-cleanup-all-connections' in the bug mail.
7496
7497 * net/tramp-compat.el (tramp-compat-split-string)
7498 (tramp-compat-process-running-p): New defuns.
7499
7500 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
7501 for `dired-uncache'.
7502
7503 * net/tramp-gvfs.el: New package.
7504
7505 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
7506 Add handler for `dired-uncache'.
7507 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
7508
7509 * net/trampver.el: Update release number. Make version check fit
7510 for SXEmacs 22.
7511
7512 2009-06-22 Jim Meyering <meyering@redhat.com>
7513
7514 Automatically handle .xz suffix (XZ-compressed files), too.
7515 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
7516 XZ is the successor to LZMA: <http://tukaani.org/xz/>
7517
7518 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
7519 Nick Roberts <nickrob@snap.net.nz>
7520
7521 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
7522 repository (http://sphinx.net.ru/hg/gdb-mi/).
7523
7524 2009-06-22 Glenn Morris <rgm@gnu.org>
7525
7526 * files.el (dir-locals-collect-mode-variables): Allow for any number of
7527 `mode' and `eval' entries. (Bug#3430)
7528
7529 * Makefile.in (ELCFILES): Add fadr.elc.
7530
7531 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
7532 differing behavior of \n and ^ in strings. (Bug#3385)
7533
7534 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
7535
7536 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
7537 property.
7538 (lisp-indent-function): Make it a defcustom.
7539
7540 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
7541
7542 * progmodes/gdb-ui.el: Replace with ...
7543 * progmodes/gdb-mi.el: ... this file.
7544 * progmodes/gud.el: Modify for gdb-mi.el.
7545
7546 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
7547
7548 * fadr.el: New file.
7549
7550 See ChangeLog.14 for earlier changes.
7551
7552 ;; Local Variables:
7553 ;; coding: utf-8
7554 ;; End:
7555
7556 Copyright (C) 2009 Free Software Foundation, Inc.
7557
7558 This file is part of GNU Emacs.
7559
7560 GNU Emacs is free software: you can redistribute it and/or modify
7561 it under the terms of the GNU General Public License as published by
7562 the Free Software Foundation, either version 3 of the License, or
7563 (at your option) any later version.
7564
7565 GNU Emacs is distributed in the hope that it will be useful,
7566 but WITHOUT ANY WARRANTY; without even the implied warranty of
7567 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7568 GNU General Public License for more details.
7569
7570 You should have received a copy of the GNU General Public License
7571 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
7572
7573 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1