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