* automated/comint-testsuite.el
[bpt/emacs.git] / lisp / ChangeLog.15
CommitLineData
33383987
JB
12011-03-07 Chong Yidong <cyd@stupidchicken.com>
2
3 * Version 23.3 released.
4
52011-03-07 Chong Yidong <cyd@stupidchicken.com>
6
7 * progmodes/cc-cmds.el (c-beginning-of-statement): Fix incorrect
8 application of patch from Alan Mackenzie (Bug#7595).
9
102011-03-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
11
12 * net/rcirc.el (rcirc-connect): Fix PASS bug.
13
142011-03-07 Glenn Morris <rgm@gnu.org>
15
16 * vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt.
17 Give an explicit error if failed to make writable. (Bug#6146)
18
192011-03-07 Ed Reingold <reingold@emr.cs.iit.edu>
20
21 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
22 Add optional `after-sunset' argument. (Bug#8190)
23
242011-03-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
25
26 * play/morse.el (nato-alphabet, nato-region, denato-region):
27 New variable and functions. (Bug#2288)
28 (morse-region, unmorse-region): Barf if read-only.
29
302011-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
31
32 * progmodes/gud.el (gdb-script-syntax-propertize-function):
33 Don't change the syntax of a \n that closes a comment (bug#8169).
34
352011-03-06 Chong Yidong <cyd@stupidchicken.com>
36
37 * emacs-lisp/package-x.el (package-archive-upload-base): Make it a
38 defcustom.
39 (package--update-file): Doc fix. Accept relative file names.
40 (package--archive-contents-from-file): Remove the argument, since
41 it's necessarily always "archive-contents".
42 (package-maint-add-news-item): Pass relative file name args to
43 package--update-file.
44 (package-upload-buffer-internal): Prompt for a destination if
45 package-archive-upload-base is invalid. Create the directory if
46 it does not exist.
47 (package-upload-buffer, package-upload-file): Doc fix.
48
492011-03-06 Chong Yidong <cyd@stupidchicken.com>
50
51 * isearch.el (isearch-mode-map): Bind C-y to isearch-yank-kill,
52 and move isearch-yank-line to M-s C-e (Bug#8183).
53
542011-03-06 Alan Mackenzie <acm@muc.de>
55
56 * progmodes/cc-engine.el (c-guess-basic-syntax): Reindent.
57 (c-guess-basic-syntax): Move CASE 19 to a different place,
58 correctly to process template-args-cont lines.
59
602011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
61
62 * calc/calc-ext.el (calc-init-extensions):
63 Rename calc-logunits-dblevel and calc-logunits-nplevel to calc-dblevel
64 and calc-nplevel, respectively. Add keybindings for calc-spn,
65 calc-midi and calc-freq. Add autoloads for calcFunc-spn,
66 calcFunc-midi, calcFunc-freq, calc-spn, calc-midi and calc-freq.
67
68 * calc/calc-units.el (calc-dblevel): Rename from
69 calc-logunits-dblevel.
70 (calc-nplevel): Rename from calc-logunits-nplevel.
71 (math-midi-round, math-freqp, math-midip, math-spnp)
72 (math-spn-to-midi, math-midi-to-spn, math-freq-to-spn)
73 (math-midi-to-freq, math-spn-to-freq, calcFunc-spn, calcFunc-midi)
74 (calcFunc-freq, calc-freq, calc-midi, calc-spn): New functions.
75 (math-notes): New variable.
76
77 * calc/calc.el (calc-note-threshold): New variable.
78
792011-03-06 Chong Yidong <cyd@stupidchicken.com>
80
81 * emacs-lisp/package.el (package-archives): Accept either ordinary
82 directory names, in addition to HTTP URLs.
83 (package--with-work-buffer): New macro. Handle normal directories.
84 (package-handle-response): Don't display the failing buffer.
85 (package-download-single, package-download-tar)
86 (package--download-one-archive): Use package--with-work-buffer.
87 (package-archive-base): Rename from package-archive-url.
88
892011-03-06 Glenn Morris <rgm@gnu.org>
90
91 * generic-x.el (generic-unix-modes): Add xmodmap-generic-mode.
92 (xmodmap-generic-mode): Respect generic-extras-enable-list.
93
942011-03-06 Daniel Clemente <dcl441-bugs@yahoo.com> (tiny change)
95
96 * generic-x.el (xmodmap-generic-mode): New. (Bug#2065)
97
982011-03-06 Juanma Barranquero <lekktu@gmail.com>
99
100 * allout.el (allout-init, allout-prefixed-keybindings)
101 (allout-unprefixed-keybindings):
102 * progmodes/prolog.el (prolog-find-term):
103 Fix typos in docstrings.
104
1052011-03-06 Nikolaj Schumacher <me@nschum.de> (tiny change)
106
107 * emacs-lisp/elp.el (elp-results): Fix off-by-one in header. (Bug#2746)
108
1092011-03-06 Kevin Ryde <user42@zip.com.au>
110
111 * textmodes/sgml-mode.el (sgml-fill-nobreak): Give it a doc. (Bug#5326)
112
1132011-03-06 Michael Shields <shields@msrl.com> (tiny change)
114
115 * window.el (one-window-p, walk-windows, display-buffer):
116 Doc fixes. (Bug#5567)
117
1182011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
119
120 * cus-edit.el (custom-prompt-variable): Use the `custom-get' property
121 of the variable if it exists.
122
1232011-03-06 Juanma Barranquero <lekktu@gmail.com>
124
125 * bookmark.el:
126 * desktop.el:
127 * emacs-lock.el:
128 * ps-print.el:
129 * saveplace.el:
130 * net/tramp-cache.el:
131 * obsolete/fast-lock.el:
132 * textmodes/reftex.el:
133 Don't set `kill-emacs-hook' on noninteractive sessions (bug#8137).
134
1352011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
136
137 * files.el (delete-directory, copy-directory, list-directory):
138 Use read-directory-name.
139
140 * find-file.el (ff-find-the-other-file):
141 * net/ange-ftp.el (ange-ftp-make-directory):
142 * printing.el (pr-interactive-dir):
143 * progmodes/ada-prj.el (ada-prj-load-directory):
144 * progmodes/ebnf2ps.el (ebnf-print-directory)
145 (ebnf-spool-directory, ebnf-eps-directory)
146 (ebnf-syntax-directory):
147 * shell.el (shell):
148 * speedbar.el (speedbar-create-directory):
149 * vc/emerge.el (emerge-merge-directories):
150 * vc/vc-dir.el (vc-dir):
151 * vc/vc.el (vc-create-tag, vc-retrieve-tag): Likewise.
152
1532011-03-05 Chong Yidong <cyd@stupidchicken.com>
154
155 * help-mode.el (help-buffer): If we are to return the current
156 buffer, signal an error if it's not in Help mode (Bug#8147).
157
1582011-03-05 Reuben Thomas <rrt@sc3d.org>
159
160 * files.el (file-name-version-regexp): Handle backup files of the
161 form `foo.js.~HEAD~1~' (Bug#8159).
162
1632011-03-05 Glenn Morris <rgm@gnu.org>
164
165 * eshell/esh-var.el: Don't require esh-test when compiling.
166 * eshell/em-banner.el, eshell/esh-cmd.el, eshell/esh-mode.el:
167 * eshell/esh-var.el, eshell/eshell.el: Move tests to esh-test.
168 * eshell/esh-test.el: Move to ../../test/eshell.el.
169
1702011-03-05 David Engster <deng@randomsample.de>
171
172 * files.el (save-some-buffers): Report the names of buffers saved
173 automatically due to buffer-save-without-query (Bug#8134).
174
1752011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
176
177 * net/rcirc.el: Add QuakeNet authentication support.
178 (rcirc-authinfo, rcirc-check-auth-status)
179 (rcirc-authenticate): Support QuakeNet.
180
1812011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
182
183 * net/rcirc.el: Add functionality to authenticate before
184 autojoining channels.
185 (rcirc-authenticate-before-join): New option.
186 (rcirc-authenticated-hook): New variable.
187 (rcirc-connect): Make local variable rcirc-user-authenticated.
188 (rcirc-handler-001): Respect rcirc-authenticate-before-join.
189 (rcirc-check-auth-status, rcirc-join-channels-post-auth):
190 New functions.
191 (rcirc-handler-PRIVMSG, rcirc-handler-NOTICE):
192 Call rcirc-check-auth-status.
193
1942011-03-05 Alex Harsanyi <AlexHarsanyi@gmail.com>
195
196 * net/soap-client.el (soap-namespace-put-link): Check if the target
197 name is fully qualified -- use only the name part.
198 (soap-parse-complex-type, soap-parse-sequence): Recognize xsd:all
199 types, treated the same as xsd:sequence. (Bug#8166)
200
2012011-03-05 Eli Zaretskii <eliz@gnu.org>
202
203 * files.el (find-file-noselect): Don't ask about re-visiting
204 non-literally if the file is already visited in image-mode.
205 (Bug#8177)
206
2072011-03-05 Glenn Morris <rgm@gnu.org>
208
209 * eshell/esh-mode.el (eshell-kill-buffer-function): New function.
210 (eshell-mode): Use eshell-kill-buffer-function.
211 Run the -initialize functions independently of the -load-hooks.
212 * eshell/esh-proc.el (eshell-kill-process-function): New function.
213 (eshell-gather-process-output, eshell-sentinel)
214 (eshell-interrupt-process, eshell-kill-process, eshell-quit-process):
215 Use eshell-kill-process-function.
216 * eshell/em-alias.el (eshell-alias-load-hook):
217 * eshell/em-banner.el (eshell-banner-load-hook):
218 * eshell/em-cmpl.el (eshell-cmpl-load-hook):
219 * eshell/em-dirs.el (eshell-dirs-load-hook):
220 * eshell/em-glob.el (eshell-glob-load-hook):
221 * eshell/em-hist.el (eshell-hist-load-hook):
222 * eshell/em-pred.el (eshell-pred-load-hook):
223 * eshell/em-prompt.el (eshell-prompt-load-hook):
224 * eshell/em-rebind.el (eshell-rebind-load-hook):
225 * eshell/em-script.el (eshell-script-load-hook):
226 * eshell/em-smart.el (eshell-smart-load-hook):
227 * eshell/em-term.el (eshell-term-load-hook):
228 * eshell/em-unix.el (eshell-unix-load-hook):
229 * eshell/esh-arg.el (eshell-arg-load-hook):
230 * eshell/esh-cmd.el (eshell-cmd-load-hook):
231 * eshell/esh-ext.el (eshell-ext-load-hook):
232 * eshell/esh-io.el (eshell-io-load-hook):
233 * eshell/esh-mode.el (eshell-exit-hook):
234 * eshell/esh-proc.el (eshell-proc-load-hook, eshell-kill-hook):
235 * eshell/esh-var.el (eshell-var-load-hook):
236 Set default hook values to nil. (Bug#5375)
237
238 * eshell/esh-module.el (eshell-module-unload-hook)
239 (eshell-modules-list): Remove leading * from defcustom docs.
240
241 * eshell/esh-util.el (eshell-for): Make it obsolete.
242 * eshell/em-alias.el (eshell/alias, eshell-alias-completions):
243 * eshell/em-dirs.el (eshell-save-some-last-dir):
244 * eshell/em-hist.el (eshell-save-some-history)
245 (eshell-hist-parse-modifier):
246 * eshell/em-ls.el (eshell-ls-dir, eshell-ls-files)
247 (eshell-ls-entries):
248 * eshell/em-unix.el (eshell/cat, eshell/du, eshell/su):
249 * eshell/esh-cmd.el (eshell-invoke-directly, eshell-do-eval)
250 (eshell/which):
251 * eshell/esh-ext.el (eshell-find-interpreter):
252 * eshell/esh-mode.el (eshell-mode):
253 * eshell/esh-module.el (eshell-unload-extension-modules):
254 * eshell/esh-proc.el (eshell-process-interact):
255 * eshell/esh-test.el (eshell-test):
256 * eshell/esh-util.el (eshell-flatten-list, eshell-winnow-list):
257 * eshell/esh-var.el (eshell/env, eshell-environment-variables)
258 (eshell-variables-list):
259 * eshell/eshell.el (eshell-unload-all-modules):
260 Replace eshell-for with dolist.
261
2622011-03-04 Glenn Morris <rgm@gnu.org>
263
264 * vc/vc-bzr.el (vc-bzr-after-dir-status): Handle bzr 2.3.0. (Bug#8170)
265
2662011-03-04 Tom Tromey <tromey@redhat.com>
267
268 * progmodes/gud.el (gdb-script-mode): Derive from prog-mode.
269
2702011-03-04 Glenn Morris <rgm@gnu.org>
271
272 * outline.el (outline-regexp): No longer allow nil.
273 (outline-heading-end-regexp): Add safety predicate. (Bug#7619)
274
275 * net/browse-url.el (browse-url):
276 Handle deleted default-directory. (Bug#6077)
277
278 * recentf.el (recentf-include-p): In case of a buggy predicate,
279 err on the side of including, not excluding. (Bug#5843)
280
2812011-03-04 Jay Belanger <jay.p.belanger@gmail.com>
282
283 * calc/calc-units.el (math-to-standard-rec): Don't treat subscripted
284 variables as units.
285
2862011-03-04 Bob Rogers <rogers@rgrjr.dyndns.org>
287
288 * emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error
289 if there is no node. (Bug#3261)
290
cd394be1 2912011-03-04 Leo Liu <sdl.web@gmail.com>
33383987
JB
292
293 * vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139)
294
295 * time.el (display-time-world-list): Fix typo. (Bug#7571)
296
2972011-03-04 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
298
299 * cus-edit.el (custom-buffer-create-internal):
300 Split search string before passing it to `customize-apropos' (bug#8136).
301
3022011-03-04 Drew Adams <drew.adams@oracle.com>
303
304 * image-dired.el (image-dired-cmd-read-exif-data-options):
305 Fix typo in docstring (bug#8156).
306
3072011-03-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
308
309 * net/rcirc.el (rcirc-cmd-join): Accept comma-separated input.
310
3112011-03-03 Christian Ohler <ohler@gnu.org>
312
313 * emacs-lisp/ert.el (ert--explain-equal): New function.
314 (ert--explain-equal-rec): Rename from `ert--explain-not-equal'.
315 All callers changed.
316 (ert--explain-equal-including-properties): Rename from
317 `ert--explain-not-equal-including-properties'. All callers
318 changed.
319
3202011-03-03 Christian Ohler <ohler@gnu.org>
321
322 * emacs-lisp/ert.el (ert--stats-set-test-and-result)
323 (ert-char-for-test-result, ert-string-for-test-result)
324 (ert-run-tests-batch, ert--print-test-for-ewoc):
325 Handle `ert-test-quit'.
326
665e5e07 3272011-03-03 David Abrahams <dave@boostpro.com>
33383987
JB
328
329 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
330 Move ediff-defvar-local calls after defcustoms. (Bug#1821)
331
3322011-03-03 Glenn Morris <rgm@gnu.org>
333
334 * files.el (file-truename): Doc fix. (Bug#2341)
335
3362011-03-03 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
337
338 * vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e (Bug#7349).
339
3402011-03-03 Vagn Johansen <gonz808@hotmail.com> (tiny change)
341
342 * vc/vc-svn.el (vc-svn-after-dir-status): Some MS Windows svn client
343 programs output backslashes. (Bug#7663)
344
3452011-03-03 Glenn Morris <rgm@gnu.org>
346
347 * mail/sendmail.el (mail-mode-map): Remove mail-sent-via.
348 (mail-mode): Remove mail-sent-via from the doc.
349 (mail-sent-via): Make it obsolete. (Bug#1776)
350
351 * progmodes/grep.el (grep-highlight-matches): Doc fix.
352 (grep-process-setup): No highlighting without font-lock. (Bug#8084)
353
354 * vc/vc-bzr.el (vc-bzr-state-heuristic): Handle dirstate entries
355 with no parents. (Bug#8025)
356
3572011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
358
359 * password-cache.el (password-in-cache-p): Add autoload.
360
3612011-03-02 Glenn Morris <rgm@gnu.org>
362
363 * man.el (Man-support-local-filenames): Also handle Red Hat's man.
364 * dired-x.el (Man-support-local-filenames): Autoload it.
365 (dired-guess-shell-alist-default): Also handle Red Hat's man.
366
367 * dired-x.el (dired-default-directory-alist, dired-default-directory):
368 Mark as obsolete.
369 (dired-smart-shell-command): Just call dired-current-directory.
370
371 * dired-x.el (dired-jump-other-window): Add autoload.
372 (dired-default-directory-alist, dired-default-directory): Doc fixes.
373 (dired-default-directory-alist): Mark as risky.
374
375 * dired-x.el (dired-omit-here-always): Make it obsolete.
376
3772011-03-02 Chong Yidong <cyd@stupidchicken.com>
378
379 * textmodes/artist.el (artist-curr-go): Default to pen-line.
380 (artist-select-op-pen-line): New function.
381 (artist-menu-map): New variable.
382 (artist-mode-map): Add a menu to the menu-bar.
383
3842011-03-02 Jay Belanger <jay.p.belanger@gmail.com>
385
386 * calc/calc-math.el (calcFunc-log10): Check for symbolic mode
387 when evaluating.
388
389 * calc/calc-units.el (math-conditional-apply, math-conditional-pow):
390 New function.
391 (math-logunits-add, math-logunits-mul, math-logunits-divide):
392 (math-logunits-quant, math-logunits-level):
393 Use `math-conditional-apply' and `math-conditional-pow' to evaluate
394 functions.
395 (math-logunits-level): Extract units from ratio.
396
3972011-03-01 Juanma Barranquero <lekktu@gmail.com>
398
399 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
400
4012011-03-01 Glenn Morris <rgm@gnu.org>
402
403 * calendar/cal-hebrew.el (calendar-hebrew-birthday)
404 (diary-hebrew-birthday): Rename and rework functions added
405 in previous change.
406
4072011-03-01 Ed Reingold <reingold@emr.cs.iit.edu>
408
409 * calendar/cal-hebrew.el (hebrew-calendar-birthday)
410 (diary-hebrew-birthday): New functions.
411
4122011-03-01 Glenn Morris <rgm@gnu.org>
413
414 * dired.el (dired-safe-switches-p): Beef it up.
415 (dired-actual-switches): Use it for the safe-local prop. (Bug#3230)
416
4172011-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
418
419 * dired.el (dired-safe-switches-p): New function.
420
4212011-03-01 Glenn Morris <rgm@gnu.org>
422
423 * files.el (dir-locals-collect-variables):
424 Add the ability to exclude subdirectories. (Bug#8100)
425
426 * dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
427
4282011-02-28 Christoph Scholtes <cschol2112@googlemail.com>
429
430 * ido.el (ido-everywhere): Doc fix.
431 (ido-mode): Doc fix.
432
4332011-02-28 Glenn Morris <rgm@gnu.org>
434
435 * dired-x.el (dired-guess-shell-alist-default): Use \\', not $.
436
4372011-02-28 Michael Albinus <michael.albinus@gmx.de>
438
439 * net/tramp-cmds.el (tramp-append-tramp-buffers): Dump load-path
440 shadows.
441
4422011-02-28 Antoine Levitt <antoine.levitt@gmail.com>
443
444 * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
445
4462011-02-28 Juanma Barranquero <lekktu@gmail.com>
447
448 * emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1):
449 Fix typos in docstrings.
450
4512011-02-28 Stephen Berman <stephen.berman@gmx.net>
452
453 * dired-aux.el (dired-update-file-line):
454 Fix 2010-11-09 change. (Bug#8131)
455
4562011-02-28 Eli Zaretskii <eliz@gnu.org>
457
458 * international/mule-cmds.el (set-default-coding-systems): Use the
459 -unix variant of encoding in default-keyboard-coding-system.
460 (Bug#8122)
461
4622011-02-27 Chong Yidong <cyd@stupidchicken.com>
463
464 * facemenu.el (list-colors-display): Use with-help-window (Bug#8048).
465
4662011-02-27 Prestoo Ten <prestooten@gmail.com> (tiny change)
467
468 * term/screen.el: New file (Bug#2650).
469
4702011-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
471
472 * emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.
473 (pcase-mutually-exclusive-predicates): New var.
474 (pcase--split-consp, pcase--split-pred): Use it.
475 (pcase--split-equal, pcase--split-member): When splitting against
476 a pure predicate, run it to know the outcome.
477 (pcase--u1): Mark vars that are actually used.
478 (pcase--q1): Avoid introducing unused vars.
479
4802011-02-27 Jay Belanger <jay.p.belanger@gmail.com>
481
482 * calc/calc-ext.el (calc-init-extensions):
483 Autoload `calc-l-prefix-help' instead of `calc-ul-prefix-help'.
484
485 * calc/calc-math.el (calcFunc-log10): Don't signal an error in
486 symbolic mode.
487
488 * calc/calc-vec.el (calcFunc-subscr): Return nil if the first
489 argument is a variable.
490
4912011-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
492
493 * emacs-lisp/assoc.el: Remove misleading `sort' (bug#8126).
494 (aput, adelete, amake): Replace `eval' -> `symbol-value'.
495 Suggested by Michael Heerdegen <michael_heerdegen@web.de>.
496
4972011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
498
499 * password-cache.el (password-in-cache-p): Convenience function to
500 check if a key is in the cache, even if the value is nil.
501
5022011-02-25 Jambunathan K <kjambunathan@gmail.com>
503
504 * emacs-lisp/package-x.el (package--archive-contents-from-url)
505 (package--archive-contents-from-file): New functions.
506 (package-update-news-on-upload): New var.
507 (package-upload-buffer-internal): Extract archive-contents from
508 package-archive-upload-base if it is not found at archive-url.
509 Obey package-update-news-on-upload.
510 (package-upload-buffer, package-upload-file): Doc fix.
511
5122011-02-24 Glenn Morris <rgm@gnu.org>
513
514 * files-x.el (modify-dir-local-variable): Handle dir-locals from
515 the cache, and from non-file sources.
516
517 * help-fns.el (describe-variable): Return consistent results when a
518 dir-local from a file came from the cache or did not. (Bug#8095)
519 If a dir-local has no associated file, say it came from a "directory".
520
521 * files.el (hack-dir-local-variables): Fix setting of `dir-name'.
522 (hack-local-variables-confirm, hack-local-variables-filter): Doc fix.
523
524 * files.el (dir-locals-find-file): Doc fix.
525 Fix the check for cache elements that have no associated file,
526 and the mtime check for those that do. (Bug#8095)
527
528 * dired-x.el (dired-hack-local-variables):
529 Handle interrupts during hacking local variables. (Bug#5216)
530
531 * emacs-lisp/autoload.el (autoload-save-buffers)
532 (autoload-find-destination, update-directory-autoloads):
533 Avoid prompts when updating autoloads.
534
5352011-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
536
537 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
538
5392011-02-23 Kenichi Handa <handa@m17n.org>
540
541 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
542 error when a multipart boundary in the nested multipart is found.
543
544 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
545 header components.
546
5472011-02-23 Glenn Morris <rgm@gnu.org>
548
549 * dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer.
550 * dired-x.el (dired-omit-mode): Safe if boolean.
551 (dired-enable-local-variables): Fix doc and custom type.
552 (dired-enable-local-variables, dired-local-variables-file)
553 (dired-hack-local-variables): Make obsolete.
554 (dired-omit-here-always): Use dir-locals.el instead.
555
556 * files.el (safe-local-eval-forms): Add the write-file-hooks version.
557
5582011-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
559
560 * help-fns.el (describe-function-1): Don't signal an error just because
561 the DOC file disappeared.
562
5632011-02-22 Seppo Sade <sepposade1@gmail.com> (tiny change)
564
565 * eshell/esh-ext.el (eshell-external-command): Do not restrict
566 remote check to "ftp". (Bug#8089)
567
5682011-02-21 Alan Mackenzie <acm@muc.de>
569
570 Fix bug #7930.
571 * progmodes/cc-engine.el (c-state-literal-at): Prevent positions
572 in macros finding their way into c-state-nonlit-pos-cache.
573 Strengthen the comments.
574 (c-state-dump): New commented out diagnostic routine.
575
5762011-02-21 Michael Albinus <michael.albinus@gmx.de>
577
578 * net/tramp.el (tramp-rfn-eshadow-setup-minibuffer): Do not use
579 `field' property of `rfn-eshadow-overlay'.
580
5812011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
582
583 * net/netrc.el (netrc-parse): Comment fix.
584
5852011-02-21 Chong Yidong <cyd@stupidchicken.com>
586
587 * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
588 Autoload. Add optional arg FRAME, and pass it to color-values.
589 (color-complement): Caller changed. Doc fix.
590 (color-gradient): Rewrite for better clarity and efficiency.
591
592 * faces.el (color-values): Use cond for clarity. Doc fix.
593
594 * facemenu.el (color-rgb-to-hsv): Delete; use the version in
595 color.el instead.
596 (list-colors-sort-key, list-colors-print):
597 Use color-normalized-values.
598
5992011-02-20 Drew Adams <drew.adams@oracle.com>
600
601 * color.el: First part of merge from hexrgb.el.
602 (color-rgb-to-hex): Rename from color-rgb->hex.
603 (color-rgb-to-hsv): Rename from color-rgb->hsv. Force hue and
604 saturation to zero if the value is too small.
605 (color-rgb-to-hsl): Rename from color-rgb->hsl.
606 (color-srgb-to-xyz): Rename from color-srgb->xyz. Doc fix.
607 (color-xyz-to-srgb): Rename from color-xyz->srgb. Doc fix.
608 (color-xyz-to-lab): Rename from color-xyz->lab. Doc fix.
609 (color-lab-to-xyz): Rename from color-lab->xyz. Doc fix.
610 (color-lab-to-srgb): Rename from color-lab->srgb. Doc fix.
611 (color-cie-de2000): Doc fix.
612
6132011-02-20 Alan Mackenzie <acm@muc.de>
614
615 * progmodes/cc-cmds.el (c-beginning-of-statement): Avoid loop in
616 locating the beginning of a macro. (Bug#7595)
617
6182011-02-20 Glenn Morris <rgm@gnu.org>
619
620 * edmacro.el (edmacro-eight-bits): Make it a defcustom.
621 Don't autoload it.
622
623 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
624 (global-auto-revert-ignore-buffer): Remove leading "*" from docs.
625
6262011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com>
627 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
628
629 * progmodes/hideshow.el (hs-find-block-beginning)
630 (hs-hide-level-recursive): Ignore comments when parsing braces
631 (Bug#8036).
632
6332011-02-19 Chong Yidong <cyd@stupidchicken.com>
634
635 * vc/vc-bzr.el (vc-bzr-bound-branch-p): New function.
636 (vc-bzr-pull): Use it.
637
6382011-02-19 Chong Yidong <cyd@stupidchicken.com>
639
640 * vc/vc-bzr.el (vc-bzr--branch-conf): Function deleted.
641 (vc-bzr-branch-conf): New function, similar to vc-bzr--branch-conf
642 but returning an alist. Ignore comments in bzr conffile.
643 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-bzr-branch-conf.
644 (vc-bzr-error-regex-alist): New var.
645 (vc-bzr-merge-branch): Use it to highlight the pull/merge buffer.
646
647 * vc/vc-dispatcher.el (vc-do-async-command):
648 Bind inhibit-read-only to t.
649
650 * progmodes/compile.el (compilation--flush-directory-cache):
651 Handle the case where cdr of compilation--flush-directory-cache
652 points to no buffer, which can occur if we previously switched to
653 compilation-mode in a pregenerated buffer.
654
6552011-02-19 Kenichi Handa <handa@m17n.org>
656
657 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
658 get the header copy into the temporary buffer.
659 (rmail-mime-insert-decoded-text): Ignore us-ascii.
660 (rmail-show-mime): When rmail-mime-coding-system is nil, set
661 buffer-file-coding-system to undecided.
662
6632011-02-19 Eli Zaretskii <eliz@gnu.org>
664
665 * international/mule-cmds.el (read-char-by-name, ucs-insert):
666 Document completion with asterisk and a substring.
667
6682011-02-19 Glenn Morris <rgm@gnu.org>
669
670 * files.el (find-file-literally): Doc fix.
671
672 * simple.el (rfc822-goto-eoh): Give it a doc-string.
673
674 * log-edit.el (log-edit-insert-changelog):
675 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
676
6772011-02-19 Glenn Morris <rgm@gnu.org>
678
679 * dired-x.el: Don't require dired-aux.
680 (dired-do-create-files, dired-mark-read-regexp)
681 (dired-do-create-files-regexp): Autoload from dired-aux.
682
683 * dired-x.el (dired-find-buffer-nocreate): Merge into dired.el.
684 * dired.el (dired-find-buffer-nocreate): Merge dired-x version.
685
686 * dired-x.el (dired-read-shell-command): Merge into dired-aux's version.
687 * dired-aux.el (dired-read-shell-command): Merge dired-x's version.
688
689 * dired-x.el (dired-clean-up-after-deletion): Merge into dired.el.
690 * dired.el (dired-clean-up-after-deletion): Merge dired-x's version.
691 (dired-clean-up-buffers-too): Declare.
692
693 * dired-x.el (dired-initial-position): Merge into dired.el's version.
694 * dired.el (dired-initial-position): Merge dired-x's version here.
695 (dired-find-subdir): Declare.
696
697 * dired-x.el (dired-omit-new-add-entry): Merge into dired-add-entry.
698 * dired-aux.el (dired-add-entry): Give it a doc-string.
699 Merge dired-x's dired-omit handling here.
700 (dired-omit-mode, dired-omit-regexp, dired-omit-localp): Declare.
701
702 * international/mule-diag.el (list-input-methods-1):
703 Indent all lines of multi-line doc-strings. (Bug#8066)
704
7052011-02-18 Chong Yidong <cyd@stupidchicken.com>
706
707 Fix 2011-02-02 changes.
708
709 * apropos.el (apropos-print): Call apropos-mode before setting up
710 buffer variables. Use inhibit-read-only.
711
712 * emacs-lisp/package.el (package--list-packages):
713 Call package-menu-mode before setting up buffer variables.
714
715 * play/solitaire.el (solitaire): Call solitaire-mode before
716 setting up buffer variables. Use inhibit-read-only.
717
7182011-02-18 Lawrence Mitchell <wence@gmx.li>
719
720 * progmodes/sh-script.el (sh-syntax-propertize-here-doc): (bug#8053)
721 Bind case-fold-search to nil when looking for end of here-doc.
722
7232011-02-18 Eli Zaretskii <eliz@gnu.org>
724
725 * image-mode.el (image-toggle-display-image):
726 Set find-file-literally non-nil in buffers visiting binary image
727 files. (Bug#8047)
728
7292011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
730
731 * files.el (cd): Make completion obey cd-path (bug#7924).
732
7332011-02-18 Glenn Morris <rgm@gnu.org>
734
735 * progmodes/prolog.el: Don't require compile when compiling.
736 (compilation-shell-minor-mode, compilation-error-regexp-alist)
737 (compilation-forget-errors, compilation-fake-loc)
738 (compilation-parse-errors-function, compilation-error-list): Declare.
739 (prolog-inferior-mode): Require 'compile.
740
741 * emulation/cua-base.el (pc-selection-mode): Declare.
742
743 * emacs-lisp/eieio-custom.el: Set generated-autoload-file.
744 (customize-object): Add autoload cookie.
745 * emacs-lisp/eieio-opt.el: Set generated-autoload-file.
746 (eieio-browse, describe-class, eieio-describe-class)
747 (eieio-describe-constructor, describe-generic, eieio-describe-generic)
748 (eieio-help-mode-augmentation-maybee): Add autoload cookies.
749 * emacs-lisp/eieio.el: Regenerate with automatic autoloads.
750 * Makefile.in (autoloads): Make eieio.el writable.
751
752 * dired-x.el (dired-clean-up-after-deletion, dired-do-relsymlink)
753 (dired-do-relsymlink-regexp, dired-find-buffer-nocreate): Use #'.
754 (dired-hack-local-variables): Use inhibit-read-only.
755 (dired-guess-default): Simplify.
756 (dired-make-relative-symlink): Use dotimes.
757 (dired-simultaneous-find-file): Use dolist.
758 (dired-mark-sexp): Remove unneeded `if'. Use line-end-position.
759 (dired-x-hands-off-my-keys): Doc fix.
760 (dired-x-bind-find-file): Doc fix. Use remapping.
761 (after-init-hook): No need to add dired-x-bind-find-file.
762 (dired-x-find-file, dired-x-find-file-other-window): Doc fixes.
763 No need to call expand-file-name.
764 (dired-filename-at-point): Remove unused locals `end', `filename'.
765
7662011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
767
768 * emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.
769
7702011-02-18 Christian Ohler <ohler@gnu.org>
771
772 * emacs-lisp/ert.el (ert--setup-results-buffer)
773 (ert-results-pop-to-backtrace-for-test-at-point)
774 (ert-results-pop-to-messages-for-test-at-point)
775 (ert-results-pop-to-should-forms-for-test-at-point)
776 (ert-results-pop-to-timings): Revert parts of change 2011-02-02T17:59:44Z!sds@gnu.org that
777 were incorrect and unnecessary. This should make `make check'
778 pass again.
779
7802011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
781
3a7d293b 782 * allout-widgets.el (allout-widgets-icons-light-subdir)
33383987 783 (allout-widgets-icons-dark-subdir): Track relocations of icons.
3a7d293b 784 * allout.el: Remove commentary about remove encryption
33383987
JB
785 passphrase mnemonic support and verification.
786 (allout-encrypt-string): Recognize epg failure to decrypt gpg2
787 armored text using gpg1, and indicate that the gpg version *might*
788 be the problem in the error message.
789
7902011-02-17 Deniz Dogan <deniz.a.m.dogan@gmail.com>
791
792 * net/rcirc.el (rcirc-float-time): New function.
793 (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE)
794 (rcirc-ctcp-sender-PING): Use it.
795
7962011-02-17 Glenn Morris <rgm@gnu.org>
797
798 * speedbar.el (speedbar-ignored-modes, speedbar-file-unshown-regexp)
799 (speedbar-update-flag, speedbar-fetch-etags-command)
800 (speedbar-fetch-etags-arguments):
801 * term.el (term-buffer-maximum-size, term-input-chunk-size)
802 (term-completion-autolist, term-completion-addsuffix)
803 (term-completion-recexact, term-completion-fignore):
804 * term/sup-mouse.el (sup-mouse-fast-select-window):
805 * term/x-win.el (x-select-request-type):
806 Convert some defvars with "*" to defcustoms.
807
808 * shell.el (shell-delimiter-argument-list): Set it to nil. (Bug#8027)
809
810 * vc/vc.el (vc-default-previous-version):
811 Remove alias that points nowhere. (Bug#4496)
812
813 * dired-x.el (dired-clean-up-after-deletion):
814 kill-buffer does not need save-excursion.
815 (dired-do-run-mail): Doc fix.
816 (dired-filename-at-point): Doc fix.
817 Use looking-at, and skip-chars rather than re search.
818
819 * dired-x.el (dired-filename-at-point): Fix 8-year old typo.
820
8212011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
822
823 * allout-widgets.el: New allout extension that shows allout
824 outline structure with graphical widgets. 'allout-widgets'
825 customize group is an 'allout' subgroup, for easy discovery.
826
827 * allout.el: Include PGP and GnuPG in Keywords, and other
828 commentary refinements.
829 (allout-abbreviate-flattened-numbering): Rename to
830 allout-flattened-numbering-abbreviation, and
831 define-obsolete-variable-alias the old name.
832 (allout-flattened-numbering-abbreviation): Rename from
833 allout-abbreviate-flattened-numbering.
834 (allout-mode-p): Include among autoloads, for use by other modes
835 with impunity.
836 (allout-listify-exposed):
837 Use allout-flattened-numbering-abbreviation.
838 (allout-encrypt-string): Use set-buffer-multibyte directly.
839 (allout-set-buffer-multibyte): Remove.
840
8412011-02-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
842
843 * simple.el (just-one-space): Remove useless `or' call.
844
8452011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
846
847 * net/soap-client.el (soap-well-known-xmlns, soap-local-xmlns)
848 (soap-default-xmlns, soap-target-xmlns, soap-multi-refs)
849 (soap-decoded-multi-refs, soap-current-wsdl)
850 (soap-encoded-namespaces): Rename CL-style *...* variables.
851
8522011-02-16 Michael Albinus <michael.albinus@gmx.de>
853
854 * net/soap-client.el: Add "comm" and "hypermedia" to the
855 keywords. Reflow too long lines.
856
857 * net/soap-inspect.el: Ditto. Require 'cl.
858
8592011-02-16 Bastien Guerry <bzg@altern.org>
860
861 * play/doctor.el (doctor-mode): Bugfix: escape the "," character
862 in a `doctor-type' argument.
863
8642011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
865
866 * net/soap-client.el:
867 * net/soap-inspect.el: New files.
868
cd394be1 8692011-02-16 Leo Liu <sdl.web@gmail.com>
33383987
JB
870
871 * dired-x.el (dired-mode-map, dired-extra-startup):
872 Remove dired-copy-filename-as-kill since it's already in dired.el.
873
8742011-02-16 Glenn Morris <rgm@gnu.org>
875
876 * dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
877 Doc fixes. Add :set property, replacing top-level calls.
878 (dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4).
879 (dired-guess-shell-gnutar): Test tar version rather than system-type.
880 (dired-extra-startup, dired-man, dired-info): Doc fixes.
881 (dired-clean-up-after-deletion): Use when and dolist.
882 (dired-jump): Use unless and when.
883 (dired-virtual): Use line-end-position.
884 (dired-default-directory-alist): Rename from default-directory-alist.
885 (dired-default-directory): Update for above name change.
886 (dired-vm): Drop VM < 5 and simplify.
887 (dired-buffer-more-recently-used-p): Rewrite.
888 (dired-filename-at-point): Use when and or.
889 (dired-x-read-filename-at-point): Rename from read-filename-at-point.
890 Update callers.
891
8922011-02-15 Glenn Morris <rgm@gnu.org>
893
894 * dired-x.el: Use easymenu for menu items. Fix item capitalization.
895
8962011-02-14 Chong Yidong <cyd@stupidchicken.com>
897
898 * vc/vc-git.el (vc-git-root-log-format): New option for
899 customizing log format.
900 (vc-git-print-log, vc-git-log-outgoing, vc-git-log-incoming)
901 (vc-git-log-view-mode): Use it.
902 (vc-git-expanded-log-entry): New function.
903 (vc-git-log-view-mode): Use it. Truncate lines in root log.
904
905 * vc/vc-hg.el (vc-hg-root-log-template): New option for
906 customizing log format.
907 (vc-hg-print-log): Use it.
908 (vc-hg-expanded-log-entry): New function.
909 (vc-hg-log-view-mode): Use vc-hg-root-log-template and
910 vc-hg-expanded-log-entry. Truncate lines in root log.
911
912 * vc/vc-bzr.el (vc-bzr-log-view-mode): Truncate lines in root log.
913
914 * vc/log-view.el (log-view-mode-menu):
915 Add log-view-toggle-entry-display.
916
9172011-02-14 Glenn Morris <rgm@gnu.org>
918
919 * dired-x.el: Don't require man when compiling.
920 (dired-omit-extensions, dired-local-variables-file)
921 (dired-x-hands-off-my-keys): Make them defcustoms.
922 (Man-support-local-filenames, Man-getpage-in-background): Declare.
923 (vm-visit-folder): Declare rather than defining.
924 (dired-x-help-address, dired-x-variable-list): Remove.
925 (dired-x-submit-report): Make it an obsolete alias.
926
9272011-02-14 Juanma Barranquero <lekktu@gmail.com>
928
929 * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el.
930
9312011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
932
933 * net/imap.el: Bring it back.
934
9352011-02-13 Alan Mackenzie <acm@muc.de>
936
937 * progmodes/cc-fonts.el (c-font-lock-declarations): Remove a
938 narrow-to-region call that cuts context off the end (Bug#7722).
939
940 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
941 Refactor nested if-forms with a simple cond.
942 (c-forward-<>-arglist): Revert 2011-01-31 change.
943
9442011-02-13 Chong Yidong <cyd@stupidchicken.com>
945
946 * vc/log-view.el: New command log-view-toggle-entry-display for
947 toggling log entries between concise and detailed forms.
948 (log-view-toggle-entry-display): New command.
949 (log-view-mode-map): Bind RET to it.
950 (log-view-expanded-log-entry-function): New variable.
951 (log-view-current-entry, log-view-inside-comment-p)
952 (log-view-current-tag): New functions.
953 (log-view-toggle-mark-entry): Use log-view-current-entry and
954 log-view-end-of-defun instead of searching directly with
955 log-view-message-re.
956 (log-view-end-of-defun): Likewise. Add optional ARG for
957 compatibility with end-of-defun.
958 (log-view-end-of-defun): Ignore comments and VC buttons.
959
960 * vc/vc-bzr.el (vc-bzr-expanded-log-entry): New function.
961 (vc-bzr-log-view-mode): Use log-view-expanded-log-entry-function.
962
9632011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
964
965 * net/imap.el: Remove file. All the functionality is in nnimap.el.
966
967 * net/imap-hash.el: Remove file.
968
9692011-02-13 Michael Albinus <michael.albinus@gmx.de>
970
971 * Makefile.in (TRAMP_SRC): Remove tramp-imap.el.
972
973 * net/tramp.el (tramp-read-passwd): Simplify `auth-source-search'
974 call.
975
976 * net/tramp-imap.el: Remove file.
977
9782011-02-13 Chong Yidong <cyd@stupidchicken.com>
979
980 * vc/vc.el (vc-print-log-setup-buttons): Instead of using the
981 widget library for buttons, just use button.el.
982
983 * vc/log-view.el (log-view-mode-map): Don't inherit from
984 widget-keymap.
985
9862011-02-12 Glenn Morris <rgm@gnu.org>
987
988 * emacs-lisp/cl-seq.el (union, nunion, intersection)
989 (nintersection, set-difference, nset-difference)
990 (set-exclusive-or, nset-exclusive-or): Doc fix.
991
992 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
993
994 * faces.el (face-attr-match-p): Handle the obsolete :bold and
995 :italic props, so that frame-set-background-mode works. (Bug#7966)
996
997 * simple.el (next-error): Doc fix.
998
9992011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1000
1001 * dired-aux.el (dired-create-files): Adapt destination name to
1002 match the new behavior of copy-directory.
1003
10042011-02-12 Chong Yidong <cyd@stupidchicken.com>
1005
1006 * mail/mail-utils.el (mail-dont-reply-to-names): New variable,
1007 from rmail-dont-reply-to-names. Callers changed.
1008 (mail-dont-reply-to): Rename from mail-dont-reply-to.
1009 (rmail-dont-reply-to): Make it an obsolete alias.
1010
1011 * mail/rmail.el (rmail-default-dont-reply-to-names): Default to
1012 nil, and make obsolete (Bug#7888).
1013 (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names.
1014
1015 * mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix.
1016
1017 * mail/rmailsort.el (rmail-sort-by-correspondent)
1018 (rmail-select-correspondent): Doc fix. Use mail-dont-reply-to.
1019
1020 * mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
1021
10222011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1023
1024 * files.el (copy-directory): New argument COPY-CONTENTS for
1025 copying directory contents into another existing directory.
1026
10272011-02-12 Tassilo Horn <tassilo@member.fsf.org>
1028
1029 * minibuffer.el (completion-table-case-fold): New function for
1030 creating a case-insensitive completion table.
1031
10322011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1033
1034 * net/tramp.el (tramp-default-method): Also check if
1035 `auth-source-search' is bound.
1036 (tramp-read-passwd): Use `auth-source-search' instead of
1037 `auto-source-user-or-password'.
1038
1039 * net/tramp-imap.el: Autoload `auto-source-search' instead of
1040 `auto-source-user-or-password.
1041 (tramp-imap-passphrase-callback-function): Use it.
1042
1043 * net/imap-hash.el: Autoload `auto-source-search' instead of
1044 `auto-source-user-or-password.
1045 (imap-hash-open-connection): Use it.
1046
1047 * mail/smtpmail.el: Autoload `auto-source-search' instead of
1048 `auto-source-user-or-password.
1049 (smtpmail-try-auth-methods): Use it.
1050
10512011-02-12 Phil Hagelberg <phil@hagelb.org>
1052
1053 * emacs-lisp/package.el: Allow packages to be reinstalled.
1054 (package--write-file-no-coding): Remove EXCL arg.
1055 (package-unpack-single): Don't use it.
1056
10572011-02-12 Karl Pflästerer <k@rl.pflaesterer.de> (tiny change)
1058
1059 * vc/vc-svn.el: Adapt to Subversion change, with no .svn directory
1060 in each sub directory.
1061 (vc-svn-registered): Use vc-svn-root.
1062 (vc-svn-root): New function. Make vc-svn-responsible-p an alias.
1063 (vc-svn-repository-hostname): Use "svn info".
1064
10652011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1066
1067 * simple.el (delete-trailing-whitespace): New optional buffer
1068 bound parameters.
1069
10702011-02-11 Bastien Guerry <bzg@altern.org>
1071
1072 * files.el (basic-save-buffer): save unmodified buffers when
1073 the file pointed by buffer-file-name doesn't exist.
1074
10752011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1076
1077 * net/rcirc.el (rcirc-cmd-join): Accept multiple channels.
1078
10792011-02-11 Glenn Morris <rgm@gnu.org>
1080
1081 * emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
1082
10832011-02-11 Juanma Barranquero <lekktu@gmail.com>
1084
1085 * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.
1086
10872011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1088
1089 * server.el (server-process-filter): Use pcase.
1090
1091 * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
1092 conflicting ways.
1093 (smie-indent--parent): Extend to "parent of arg".
1094 (smie-indent-inside-string): New function.
1095 (smie-indent-functions): Use it.
1096
1097 * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
1098 bzr locking race condition.
1099
1100 * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
1101 still valid before using it.
1102
1103 * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
1104 `message' -> `compilation-message' rename (bug#8004).
1105
1106 Move keymap initialization into declaration.
1107 * textmodes/enriched.el (enriched-mode-map):
1108 * textmodes/bib-mode.el (bib-mode-map):
1109 * term/lk201.el (lk201-function-map):
1110 * tar-mode.el (tar-mode-map):
1111 * replace.el (occur-mode-map):
1112 * progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map):
1113 * progmodes/idlw-help.el (idlwave-help-mode-map):
1114 * progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu):
1115 * play/solitaire.el (solitaire-mode-map):
1116 * play/snake.el (snake-mode-map, snake-null-map):
1117 * play/pong.el (pong-mode-map):
1118 * play/handwrite.el (menu-bar-handwrite-map):
1119 * play/gametree.el (gametree-mode-map):
1120 * net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map)
1121 (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map):
1122 * net/newst-plainview.el (newsticker-menu, newsticker-mode-map)
1123 (newsticker--url-keymap):
1124 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
1125 * menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu)
1126 (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu)
1127 (menu-bar-edit-menu, menu-bar-custom-menu)
1128 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
1129 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
1130 (menu-bar-line-wrapping-menu, menu-bar-options-menu)
1131 (menu-bar-games-menu, menu-bar-encryption-decryption-menu)
1132 (menu-bar-tools-menu, menu-bar-describe-menu)
1133 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1134 (menu-bar-help-menu):
1135 * mail/rmailsum.el (rmail-summary-mode-map):
1136 * kmacro.el (kmacro-step-edit-map):
1137 * ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map)
1138 (ibuffer-mode-operate-map):
1139 * hi-lock.el (hi-lock-menu, hi-lock-map):
1140 * emulation/vip.el (vip-mode-map):
1141 * emacs-lisp/re-builder.el (reb-lisp-mode-map):
1142 * bookmark.el (bookmark-bmenu-mode-map):
1143 * help-mode.el (help-mode-map): Move initialization into declaration.
1144
11452011-02-10 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1146
1147 * net/rcirc.el: Add PRIVMSG and CTCP functions.
1148 (rcirc-send-privmsg, rcirc-send-ctcp): New functions.
1149 (rcirc-keepalive, rcirc-cmd-ctcp, rcirc-ctcp-sender-PING)
1150 (rcirc-cmd-me, rcirc-authenticate): Use them.
1151
11522011-02-10 Ken Manheimer <ken.manheimer@gmail.com>
1153
1154 * allout.el: Synopsis: Change allout user configuration so
1155 auto-activation is controlled solely by customization
1156 `allout-auto-activation'.
1157
1158 (allout-auto-activation-helper, allout-setup): New autoloads
1159 implement new custom set procedure for allout-auto-activation.
1160 Also, explicitly invoke (allout-setup) after allout-auto-activation
1161 is custom-defined, to affect the settings in emacs sessions besides
1162 the few where allout-auto-activation customization is done.
1163 (allout-auto-activation): Use allout-auto-activation-helper to
1164 :set. Revise the docstring.
1165 (allout-init): Reduce functionality to just customizing
1166 allout-auto-activation, and mark obsolete.
1167 (allout-mode): Respect string values for allout-auto-activation.
1168 Run allout-after-copy-or-kill-hook without any args.
1169 (allout-mode, allout-layout, allout-default-layout)
1170 (outlineify-sticky): Adjust docstring for new scheme.
1171 (allout-after-copy-or-kill-hook): No arguments - hook implementers
1172 should concentrate on the kill ring.
1173
11742011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1175
1176 * password-cache.el (password-cache-remove): Accept secrets that are
1177 not strings.
1178
11792011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1180
1181 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
1182 of here-doc that immediately follows a comment.
1183
11842011-02-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1185
1186 * net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.
1187
1188 * net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
1189 available.
1190 (rcirc-ctcp-sender-PING): New function.
1191
11922011-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1193
1194 * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
1195 Remove the mark/nomark handling, and activate shift-select-mode instead.
1196
1197 * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
1198
11992011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1200
1201 * calc/calc-units.el (math-logunits-quant): Add support for
1202 non-logarithmic units.
1203
12042011-02-07 Ken Manheimer <ken.manheimer@gmail.com>
1205
1206 * allout.el (allout-after-copy-or-kill-hook): New hook for
1207 extension-specific processing of killed text.
1208 (allout-mode): Include new allout-after-copy-or-kill-hook among
1209 mentioned hooks.
1210 (allout-kill-line, allout-kill-topic): Ensure that processing
1211 after kill happens even if barf-if-buffer-read-only is raised.
1212 Include new allout-after-copy-or-kill-hook among that subsequent
1213 processing.
1214 (allout-deannotate-hidden): Actually remove the annotation text
1215 properties.
1216
1217 * allout.el (allout-listify-exposed): Copy text sans text properties.
1218
12192011-02-07 Michael Albinus <michael.albinus@gmx.de>
1220
1221 * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.
1222
12232011-02-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1224
1225 * net/rcirc.el (rcirc-handler-317): New function (Bug#6507).
1226
12272011-02-06 Jay Belanger <jay.p.belanger@gmail.com>
1228
1229 * calc/calc.el (calc-logunits-field-reference): Rename from
1230 `calc-default-field-reference-level'.
1231 (calc-logunits-power-reference): Rename from
1232 `calc-default-power-reference-level'.
1233
1234 * calc/calc-units.el (math-logunits-quant): Rename from
1235 `math-logunits-level'
1236 (math-logunits-plus): Rename from math-logcombine.
1237 (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
1238 (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
1239 (calcFunc-lufieldsub, calc-logunits-add, calc-logunits-sub):
1240 New functions.
1241 (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
1242 (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
1243 (calc-logunits-quantity): Rename from `calc-level'.
1244 (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
1245 (calcFunc-nppowerlevel, calc-logunits-dblevel, calc-logunits-nplevel)
1246 (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
1247 (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
1248 (calcFunc-lupowerdiv, calc-logunits-divide, math-logunits-level):
1249 New functions.
1250
1251 * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
1252 (calc-ul-prefix-help): Remove.
1253 (calc-l-prefix-help): New function.
1254 (calc-full-help): Add reference to `calc-l-prefix-help'.
1255
1256 * calc/calc-ext.el (calc-init-extensions): Update autoloads.
1257
1258 * calc/README: Mention logarithmic units.
1259
12602011-02-06 Chong Yidong <cyd@stupidchicken.com>
1261
1262 * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
1263 non-ASCII characters (Bug#7925).
1264
12652011-02-05 Glenn Morris <rgm@gnu.org>
1266
1267 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
1268
1269 * calendar/diary-lib.el (diary-font-lock-keywords):
1270 Tweak diary-time-regexp match. (Bug#7891)
1271
1272 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
1273 (f90-mode): Use it for mode's `find-tag-default-function' property.
1274
1275 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
1276
1277 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
1278
12792011-02-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1280
1281 * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process
1282 (Bug#6386).
1283
12842011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1285
1286 * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the
1287 font-lock-syntax-table remappings.
1288 (sh-here-doc-markers, sh-here-doc-re): Remove.
1289 (sh-font-lock-close-heredoc): Remove.
1290 (sh-syntax-propertize-here-doc): New function.
1291 (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property
1292 instead of the sh-here-doc-re.
1293 (sh-font-lock-paren): Don't do anything in comments or strings.
1294 Handle line continuations. Accept a few more chars.
1295 Don't rely on the font-lock-syntax-table remappings.
1296 `esac' is not a valid pattern.
1297 (sh-syntax-propertize-function): Handle here-docs differently, so we
1298 don't bother syntax-propertizing the insides.
1299
1300 * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing):
1301 Handle new bashisms ";&" and ";;&" (bug#7947).
1302
13032011-02-05 Michael Albinus <michael.albinus@gmx.de>
1304
1305 * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'.
1306 Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER".
1307
13082011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1309
1310 * net/tramp.el (tramp-postfix-method-format)
1311 (tramp-postfix-method-regexp, tramp-prefix-domain-format)
1312 (tramp-prefix-domain-regexp, tramp-postfix-user-format)
1313 (tramp-postfix-user-regexp, tramp-prefix-port-format)
1314 (tramp-prefix-port-regexp, tramp-postfix-host-format)
1315 (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name):
1316 Doc fix.
1317
13182011-02-04 Sam Steingold <sds@gnu.org>
1319
1320 * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
1321
13222011-02-04 Andreas Schwab <schwab@linux-m68k.org>
1323
1324 * international/mule-util.el (with-coding-priority): Doc fix.
1325
13262011-02-04 Eli Zaretskii <eliz@gnu.org>
1327
1328 * arc-mode.el (archive-mode-map): Fix a typo in last change.
1329
13302011-02-03 Sam Steingold <sds@gnu.org>
1331
1332 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1333 Do not error out when `func' is nil.
1334
13352011-02-03 Michael Albinus <michael.albinus@gmx.de>
1336
1337 * net/tramp-sh.el (tramp-remote-path): Add default settings for
1338 `tramp-default-remote-path' to the docstring.
1339 (tramp-get-remote-path): Suppress error message when `getconf
1340 PATH' fails.
1341
1342 * net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_UNSUCCESSFUL".
1343
13442011-02-03 Glenn Morris <rgm@gnu.org>
1345
1346 * vc/vc-hg.el (vc-hg-command): Doc fix.
1347
1348 * term/w32-win.el (libpng-version): Declare for compiler.
1349
1350 * msb.el: No need to load dired while compiling.
1351
1352 * emacs-lisp/elint.el (elint-standard-variables):
1353 Remove a couple of built-ins that now have doc-strings.
1354
1355 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
1356 `require' is automatically `eval-and-compile'd.
1357
1358 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
1359 (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
1360
1361 * strokes.el (strokes-fill-current-buffer-with-whitespace):
1362 Move definition before use.
1363 (strokes-report-bug): Make it obsolete.
1364
13652011-02-02 Sam Steingold <sds@gnu.org>
1366
1367 * apropos.el (apropos-print): Now that `apropos-mode' inherits
1368 from `special-mode', entering it makes the buffer read-only, so
1369 call it only when everything has been already inserted.
1370 * emacs-lisp/ert.el (ert--setup-results-buffer)
1371 (ert-results-pop-to-backtrace-for-test-at-point)
1372 (ert-results-pop-to-messages-for-test-at-point)
1373 (ert-results-pop-to-timings): Ditto.
1374 * emacs-lisp/package.el (package--list-packages): Ditto.
1375 * play/solitaire.el (solitaire): Ditto.
1376
13772011-02-02 Chong Yidong <cyd@stupidchicken.com>
1378
1379 * progmodes/compile.el: Make all faces inherit.
1380 (compilation-warning): Inherit from font-lock-variable-name-face.
1381 (compilation-info): Inherit from font-lock-type-face.
1382 (compilation-line-number): Reassign to font-lock-keyword-face.
1383 (compilation-column-number): Reassign to font-lock-doc-face.
1384 (compilation-leave-directory-face): Reassign to
1385 font-lock-builtin-face.
1386
13872011-02-02 Eli Zaretskii <eliz@gnu.org>
1388
1389 * dired.el (dired-insert-directory): Don't invoke `ls' when
1390 ls-lisp.el is used to emulate it.
1391
13922011-02-01 Julien Danjou <julien@danjou.info>
1393
1394 * color.el (color-gradient): Add a color-gradient function.
1395
13962011-02-01 Sam Steingold <sds@gnu.org>
1397
1398 * simple.el (special-mode-map): Bind "h" to `describe-mode';
1399 bind "z" to `kill-this-buffer'.
1400 (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
1401 * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
1402 (apropos-mode): Inherit from `special-mode'.
1403 * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
1404 * bookmark.el (bookmark-bmenu-mode): Define using
1405 `define-derived-mode' inheriting from `special-mode'.
1406 * dired.el (dired-mode-map): Inherit from `special-mode-map'.
1407 * image-mode.el (image-mode-map): Ditto.
1408 * replace.el (occur-mode): Define using
1409 `define-derived-mode' inheriting from `special-mode'.
1410 * tar-mode.el (tar-mode): Inherit from `special-mode'.
1411 * calendar/diary-lib.el (diary-fancy-display-mode):
1412 Inherit from `special-mode-map'.
1413 * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
1414 Inherit from `special-mode'.
1415 * emacs-lisp/package.el (package-menu-mode-map): Copy from
1416 `special-mode-map'.
1417 (package-menu-mode): Define using `define-derived-mode'
1418 inheriting from `special-mode'.
33383987
JB
1419 * net/xesam.el (xesam-mode): Inherit from `special-mode'.
1420 (xesam-mode-map): Define separately.
1421 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
1422 * progmodes/compile.el (compilation-minor-mode-map)
1423 (compilation-mode-map): Inherit from `special-mode-map'.
1424 * vc/diff-mode.el (diff-mode-shared-map):
1425 Inherit from `special-mode-map'.
1426 * vc/log-view.el (log-view-mode-map): Add a comment.
1427
14282011-02-01 Chong Yidong <cyd@stupidchicken.com>
1429
1430 * custom.el (load-theme): Define return value. Drop use of
1431 unsafep; call custom-theme-load-confirm for non-known-safe themes.
1432 (custom-theme-load-confirm): Scroll in the correct window.
1433 (custom-enabled-themes): Add custom-safe-themes to :set-after.
1434
1435 * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
1436 checkbox if load-theme fails.
1437
14382011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1439
1440 * progmodes/compile.el (compilation-next-error): Check there's
1441 a message before using it (bug#7941).
1442
14432011-02-01 Jay Belanger <jay.p.belanger@gmail.com>
1444
1445 * calc/calc-mtx.el (math-lud-pivot-check): New function.
1446 (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
1447 of potential pivots.
1448
14492011-01-31 Alan Mackenzie <acm@muc.de>
1450
1451 * progmodes/cc-cmds.el (c-forward-over-illiterals):
1452 Continue parsing if we encounter a naked # (Bug#7595).
1453 (c-beginning-of-statement): Avoid loop in locating the beginning
1454 of a macro. (Not actually committed until 2011-02-20, see above).
1455
14562011-01-31 Chong Yidong <cyd@stupidchicken.com>
1457
1458 * files.el (copy-directory): Fix arguments to recursive call.
1459
14602011-01-31 Chong Yidong <cyd@stupidchicken.com>
1461
1462 * files.el (copy-directory): If destination is an existing
1463 directory, copy into a subdirectory there.
1464
14652011-01-31 Andreas Schwab <schwab@linux-m68k.org>
1466
1467 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
1468 files.
1469
14702011-01-31 Chong Yidong <cyd@stupidchicken.com>
1471
1472 * image-dired.el (image-dired-mouse-display-image): No-op if no
1473 file is found (Bug#7817).
1474
1475 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
1476
14772011-01-31 Kenichi Handa <handa@m17n.org>
1478
1479 * international/quail.el (quail-keyboard-layout-alist):
1480 Remove superfluous SPC for "pc105-uk" (bug#7927).
1481
14822011-01-31 Glenn Morris <rgm@gnu.org>
1483
1484 * msb.el (msb-menu-bar-update-buffers): Update for changed
1485 argument handling of menu-bar-select-frame. (Bug#7902)
1486
14872011-01-31 Chong Yidong <cyd@stupidchicken.com>
1488
1489 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
1490 to the recursion depth (Bug#7722).
1491
14922011-01-31 Roy Liu <carsomyr@gmail.com> (tiny change)
1493
1494 * term/ns-win.el (ns-find-file): Expand ns-input-file with
1495 command-line-default-directory (Bug#7872).
1496
14972011-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1498
1499 * progmodes/compile.el (compilation--flush-directory-cache):
1500 New function, extracted from compilation--remove-properties.
1501 (compilation--remove-properties, compilation--parse-region): Use it.
1502 (compilation--previous-directory): Handle one more case.
1503 (compilation-enable-debug-messages): Remove.
1504 (compilation-parse-errors, compilation--flush-parse): Just remove the
1505 left over debug messages.
1506
15072011-01-31 Sam Steingold <sds@gnu.org>
1508
1509 * progmodes/compile.el (compilation-enable-debug-messages):
1510 Add a variable to make the parsing messages introduced in
1511 2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
1512 (compilation-parse-errors, compilation--flush-parse): Use it.
1513
15142011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1515
1516 * net/rcirc.el: New customizable nick completion format. (Bug#6314)
1517 (rcirc-nick-completion-format): New defcustom.
1518 (rcirc-complete): Use it.
1519
15202011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1521
1522 * net/rcirc.el: Clean log filenames (Bug#7933).
1523 (rcirc-log-write): Use convert-standard-filename.
1524 (rcirc-log-filename-function): Documentation updates.
1525
15262011-01-30 Jan Djärv <jan.h.d@swipnet.se>
1527
1528 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
1529 Check report-emacs-bug-can-use-osx-open and use that if t.
1530 (report-emacs-bug-can-use-osx-open): New function.
1531 (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
1532 Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
1533
15342011-01-29 Chong Yidong <cyd@stupidchicken.com>
1535
1536 * vc/vc-dispatcher.el (vc-set-async-update): New function for
1537 updating Dired or VC-dir buffers after async command completes.
1538
1539 * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
1540 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
1541
1542 * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
1543 completions if it exists. Use vc-set-async-update.
1544 (vc-git-pull): Use vc-set-async-update.
1545
1546 * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
1547 read-shell-command. Use vc-set-async-update.
1548 (vc-hg-merge-branch): Use vc-set-async-update.
1549
15502011-01-29 Daiki Ueno <ueno@unixuser.org>
1551
1552 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
1553 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
1554 (Bug#7931).
1555
15562011-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
1557
1558 * progmodes/compile.el: Avoid an N² behavior in grep.
1559 (compilation--previous-directory): New fun.
1560 (compilation--previous-directory-cache): New var.
1561 (compilation--remove-properties): Flush it.
1562 (compilation-directory-properties, compilation-error-properties):
1563 Use the new fun to speed up looking for the current directory.
1564
15652011-01-29 Chong Yidong <cyd@stupidchicken.com>
1566
1567 * vc/vc-hg.el (vc-hg-history): New var.
1568 (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
1569 (vc-hg-merge-branch): New function.
1570
1571 * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
1572 the other way around.
1573
1574 * vc/vc-git.el (vc-git-branches, vc-git-pull)
1575 (vc-git-merge-branch): New functions.
1576 (vc-git-history): New var.
1577
15782011-01-28 Chong Yidong <cyd@stupidchicken.com>
1579
1580 * vc/vc-dispatcher.el (vc-do-async-command): New function.
1581
1582 * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
1583 vc-do-async-command.
1584
1585 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
1586 Callers changed.
1587
cd394be1 15882011-01-28 Leo Liu <sdl.web@gmail.com>
33383987
JB
1589
1590 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
1591 highlighting to the "this function is advised" message.
1592
1593 * help-mode.el (help-mode-finish): Apply highlighting here, to
1594 avoid clobbering by substitute-command-keys (Bug#6304).
1595
15962011-01-28 Chong Yidong <cyd@stupidchicken.com>
1597
1598 * woman.el (woman0-roff-buffer): Process roff escape sequences
1599 occurring prior to the first request (Bug#7843).
1600
16012011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1602
1603 * progmodes/compile.el: Don't use font-lock any more.
1604 (compilation-error-regexp-alist-alist): Change handling of makepp
1605 so it preserves the warning/error distinction on subsequent files.
1606 Simplify various rules.
1607 (compilation-directory-properties): Use font-lock-face.
1608 Add a compilation-message property.
1609 (compilation-internal-error-properties): Use font-lock-face.
1610 Don't set the compilation-debug property here.
1611 (compilation--put-prop, compilation--remove-properties)
1612 (compilation--parse-region, compilation--ensure-parse)
1613 (compilation--ensure-parse): New functions.
1614 (compilation-parse-errors): New function, largely inspired of
1615 compilation-mode-font-lock-keywords. Set compilation-debug here.
1616 (compilation--parsed): New var.
1617 (compilation--flush-parse): Use compilation--ensure-parse.
1618 (compilation-start): Don't call font-lock.
1619 (compilation-turn-on-font-lock): Remove.
1620 (compilation-setup): Don't set font-lock-extra-managed-props not change
1621 other font-lock settings, other than keywords.
1622 Don't activate font-lock-mode.
1623 Set change-major-mode-hook and before-change-functions.
1624 (compilation--unsetup): Remove properties and hooks.
1625 (compilation-next-single-property-change): New function.
1626 (compilation-next-error): Use it to parse when needed.
1627 (compile-goto-error): Parse buffer as needed.
1628 (compilation--compat-error-properties): Don't need a dummy `face'
1629 property any more.
1630
16312011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1632
1633 * progmodes/compile.el: Use accessors for clarity and fix omake hack.
1634 (compilation-process-setup-function): Fix docstring's false promises.
1635 (compilation-error-regexp-alist-alist): Catch omake's continuous
1636 recompilation message and avoid reuse of old markers.
1637 (compilation-parse-errors-function): Declare obsolete.
1638 (compilation-buffer-modtime): Remove.
1639 (compilation--make-cdrloc, compilation--loc->col)
1640 (compilation--loc->line, compilation--loc->file-struct)
1641 (compilation--loc->marker, compilation--loc->visited)
1642 (compilation--make-file-struct, compilation--file-struct->file-spec)
1643 (compilation--file-struct->formats)
1644 (compilation--file-struct->loc-tree): New macros. Use them.
1645 (compilation--message): New defstruct. Use them.
1646 (compilation-next-error-function): Don't mess with timestamps to try
1647 and guess when to reparse.
1648
16492011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1650
1651 * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
1652 (tex-old-error-file-name): New function,
1653 extracted from tex-compilation-parse-errors.
1654 (tex-compilation-parse-errors): Remove.
1655 (tex-error-regexp-alist): New var.
1656 (tex-shell): Use it to avoid compilation-parse-errors-function.
1657
1658 * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
1659 (grep-mode-font-lock-keywords): Remove regexp that seems like
1660 a left-over from before we used compile.el.
1661 (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
1662 modifying the buffer within with-silent-modifications.
1663
1664 * progmodes/compile.el: Cleanup text-properties namespace by using
1665 `compilation-message' instead of `message', `compilation-directory'
1666 instead of `directory', and `compilation-debug' instead of `debug'.
1667 (compilation-last-buffer, compilation-parsing-end)
1668 (compilation-error-list, compilation-old-error-list): Move to the
1669 compatibility part of the code.
1670 (compilation-error-properties): If `file' is a function, let it return
1671 a file name.
1672 (compilation-mode-font-lock-keywords): Be more conservative with the
1673 omake "^ *" pattern prefix, to try and minimize the risk of
1674 pathologically slow regexp matching.
1675 (compilation-start): Use inhibit-read-only.
1676 (compilation--unsetup): New function.
1677 (compilation-shell-minor-mode, compilation-minor-mode): Use it.
1678 (compilation-filter): Minor tweaks.
1679 (compilation-next-error-function): Try and avoid abusing variables.
1680 (compilation--flush-file-structure): New fun.
1681 (compilation-fake-loc): Use it to improve behavior when file is reused.
1682 (debug-ignored-errors): Add "Moved past last ...".
1683 (compilation--compat-error-properties)
1684 (compilation--compat-parse-errors): Rename by doubling the "-".
1685
1686 Port features from the previous prolog.el to the new one.
1687 * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
1688 (prolog-program-name, prolog-program-switches, prolog-consult-string)
1689 (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
1690 variable and use a function to compute the value dynamically.
1691 (prolog-prompt-regexp): Add regexp for GNU Prolog.
1692 (prolog-continued-prompt-regexp): Remove, unused.
1693 (prolog-find-value-by-system): Try and use the value of prolog-system
1694 in the *prolog* buffer if it helps.
1695 (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
1696 (prolog-zip-on): ..and check prolog-system and version here instead.
1697 (prolog-inferior-self-insert-command): New command.
1698 (prolog-inferior-mode-map): Use it.
1699 (prolog-inferior-error-regexp-alist): New var.
1700 (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
1701 (prolog-input-filter): Use derived-mode-p.
1702 (prolog-inferior-guess-flavor): New function.
1703 (prolog-ensure-process): Use it. Use make-comint-in-buffer rather than
1704 make-comint to avoid running comint-mode twice.
1705 (prolog-inferior-buffer): New fun.
1706 (prolog-old-process-region, prolog-old-process-file):
1707 Don't call prolog-bsts here...
1708 (prolog-build-prolog-command): ...do it here instead.
1709 (prolog-old-process-region, prolog-old-process-file):
1710 Use compilation-fake-loc and compilation-forget-errors.
1711 (prolog-consult-compile-region): Use bolp.
1712
17132011-01-28 Chong Yidong <cyd@stupidchicken.com>
1714
1715 * image-mode.el (image-display-size): Doc fix (Bug#7820).
1716
17172011-01-27 Sam Steingold <sds@gnu.org>
1718
1719 * midnight.el (clean-buffer-list-kill-never-buffer-names):
1720 Remove "*server*" which is never created by emacs server.
1721
17222011-01-27 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1723
1724 * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
1725 there are some diff switches.
1726
17272011-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
1728
1729 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1730 Copy change made to ruby-font-lock-syntactic-keywords.
1731
1732 * htmlfontify.el: Make it obey the font-lock-face text property.
1733 Miscellaneous cleanup such as:
1734 - Don't hide expressions after a closing paren.
1735 - Move initial setq into let.
1736 - Hoist common parts out of ifs.
1737 (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
1738 (hfy-face-at): Use get-text-property instead.
1739 (hfy-prop-invisible-p): Use invisible-p if available.
1740 (htmlfontify-manual): Use \\[...].
1741 (hfy-html-quote-regex): Use [...].
1742 (hfy-combined-face-spec): Simplify.
1743 (hfy-compile-face-map): Don't presume point-min==1.
1744 (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
1745 match end of string.
1746 (hfy-text-p): η-reduce.
1747 (hfy-tags-for-file): Receive cache-hash directly.
1748 (hfy-mark-tag-names): Adjust call.
1749
17502011-01-27 Glenn Morris <rgm@gnu.org>
1751
1752 * msb.el (msb-after-load-hooks): Make it an obsolete alias.
1753 (msb-after-load-hook): Remove eval-after-load wackiness.
1754
17552011-01-25 Sam Steingold <sds@gnu.org>
1756
1757 * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
1758 literal "diff" (important for windows-nt).
1759
17602011-01-25 Glenn Morris <rgm@gnu.org>
1761
1762 * emacs-lisp/copyright.el (copyright-at-end-flag)
1763 (copyright-names-regexp): Add safety properties.
1764 (copyright-year-ranges): New option.
1765 (copyright-find-end): New function, split from copyright-update-year.
1766 (copyright-update-year): Use copyright-find-end.
1767 (copyright-fix-years): Optionally, convert years to ranges.
1768 Handle years continued over comment lines.
1769 Do not mess with the fill-prefix.
1770 Do not call copyright-update.
1771 (copyright-update-directory): Optionally, fix years rather than update.
1772 Skip directories. Find files with only safe local vars.
1773
17742011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
1775
1776 * files.el (file-name-non-special): Only change buffer-file-name after
1777 insert-file-contents if it's `visit'ing the file (bug#7854).
1778
17792011-01-25 Chong Yidong <cyd@stupidchicken.com>
1780
1781 * dired.el (dired-revert): Doc fix (Bug#7758).
1782
1783 * simple.el (line-move-visual): Doc fix (Bug#7594).
1784
17852011-01-25 Nobuyoshi Nakada <nobu@ruby-lang.org>
1786
1787 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
1788 here-doc which ends with an underscore.
1789 (ruby-mode-set-encoding): Skip shebang line always.
1790 (ruby-mode-map): Bind C-c C-c to comment-region.
1791 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
1792 (ruby-forward-sexp): Stop after literal hash key labels.
1793 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
1794 bracket.
1795
17962011-01-25 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
1797
1798 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
1799 the correct buffer (Bug#7650).
1800
18012011-01-25 Glenn Morris <rgm@gnu.org>
1802
1803 * comint.el (comint-mode): Doc fix. (Bug#7897)
1804
1805 * simple.el (do-auto-fill): Give it a doc string.
1806
1807 * button.el (make-text-button): Doc fix. (See bug#7881)
1808
18092011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
1810
1811 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
1812 Don't move backward, so as not to fall in an inf-loop (bug#7736).
1813
1814 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
1815 Handle ?" and friends differently (e.g. don't use backrefs).
1816
18172011-01-24 Jay Belanger <jay.p.belanger@gmail.com>
1818
1819 * calc/calc.el (calc-default-power-reference-level)
1820 (calc-default-field-reference-level): New variables.
1821 * calc/calc-units.el (math-standard-units): Add dB and Np.
1822 (math-logunits): New variable.
1823 (math-extract-logunits, math-logcombine, calcFunc-luplus)
1824 (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
1825 (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
1826 New functions.
1827 (math-find-base-units-rec): Add entry for ln(10).
1828 * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
1829 (calc-ul-prefix-help): New function.
1830 * calc/calc-ext.el (calc-init-extensions): Autoload new units
1831 functions. Add keybindings for new units functions.
1832
18332011-01-22 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1834
1835 * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
1836 rcirc buffers. (Bug#4940)
1837
18382011-01-22 Glenn Morris <rgm@gnu.org>
1839
1840 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
1841 split out from copyright-update-year.
1842 (copyright-update): Don't mess with the GPL version if we don't own the
1843 copyright. Update license regexp, and remove no longer needed
1844 Esperanto stuff.
1845 (copyright-fix-years): Use copyright-find-copyright.
1846
18472011-01-22 Chong Yidong <cyd@stupidchicken.com>
1848
1849 * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
1850
18512011-01-22 Jari Aalto <jari.aalto@cante.net>
1852
1853 * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
1854 (lm): Rename to landmark.
1855 (lm-test-run): Rename to landmark-test-run.
1856
18572011-01-22 Chong Yidong <cyd@stupidchicken.com>
1858
1859 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
1860 "Case sensitive" menu item.
1861
18622011-01-22 Roland McGrath <roland@frob.com>
1863
1864 * comint.el (comint-replace-by-expanded-history-before-point): Fix
1865 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
1866
18672011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1868
1869 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
1870
18712011-01-22 Jari Aalto <jari.aalto@cante.net>
1872
1873 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1874 Assume foo(bar) is a manpage reference rather than some unquoted
1875 symbol (bug#7705).
1876
18772011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1878
1879 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
1880 Suggested by Flo <sensorflo@gmail.com>.
1881
18822011-01-22 Glenn Morris <rgm@gnu.org>
1883
1884 * progmodes/compile.el (compilation-error-regexp-alist):
1885 Fix custom type. (Bug#7812)
1886
18872011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
1888
1889 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
1890 allout-number-siblings, in keeping with what obtained due to
1891 (now-defunct) allout-keybindings-list. Ditch repeat binding to
1892 (prefixed) ?i.
1893 (allout-before-change-handler): Better expose spots affected by
1894 undo.
1895
18962011-01-22 Chong Yidong <cyd@stupidchicken.com>
1897
1898 * man.el (Man-highlight-references0): Use make-button (Bug#7881).
1899
19002011-01-22 Phil Hagelberg <phil@evri.com>
1901
1902 * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
1903 (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
1904 (pcmpl-ssh-config-hosts): New function.
1905 (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
1906 pcmpl-ssh-known-hosts.
1907
19082011-01-21 Jay Belanger <jay.p.belanger@gmail.com>
1909
1910 * calc/calc-undo.el (calc-undo): Autoload it.
1911 * calc/calc-ext.el (calc-init-extensions): Remove keybindings
1912 and autoload for `calc-undo'.
1913 * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
1914 * calc/calc-prog.el:
1915 * calc/calc-graph.el:
1916 * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
1917
19182011-01-21 Štěpán Němec <stepnem@gmail.com> (tiny change)
1919
1920 * calc/calc-ext.el (calc-init-extensions): Map all `undo'
1921 keybindings to `calc-undo'.
1922
19232011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1924
1925 Don't mess with *temp*.
1926 * obsolete/spell.el: Move from textmodes/spell.el.
1927 (spell-string):
1928 * term.el (term-read-input-ring):
1929 * startup.el (display-startup-echo-area-message):
1930 * progmodes/antlr-mode.el (antlr-directory-dependencies):
1931 * comint.el (comint-read-input-ring): Use with-temp-buffer.
1932 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
1933 point-min==1.
1934
19352011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
1936
1937 * allout.el (allout-institute-keymap): Use fset instead of
1938 reapplying defalias.
1939
1940 (allout-hotspot-key-handler): Check for non-control-modified
1941 bindings for hotspot characters if there are no control-modified
1942 versions.
1943
1944 * allout.el: Summary - migrate to defining allout mode using
1945 define-minor-mode instead of defun. Significantly clean-up
1946 internal keymap provisions, refactoring and, in the process,
1947 removing a lot of accumulated cruft.
1948
1949 allout-mode-map is now a keymap by virtue of being a defalias to
1950 allout-mode-map-value, which contains the actual keymap structure.
1951
1952 (allout-mode): Use define-minor-mode rather than defun.
1953 Remove now-unnecessary minor-mode setup activities from the body.
1954 Specify :keymap as allout-mode-map so the minor-mode-map-alist
1955 entry will be '(allout-mode . allout-mode-map) - see
1956 allout-mode-map-value, below. Adjust docstring to track changes.
1957 (allout-minor-mode): Remove this defalias, now that we're using
1958 define-minor-mode.
1959 (allout-mode-map): Set value to be 'allout-mode-map. The actual
1960 keymap is allout-mode-map-value, via defalias.
1961 (allout-mode-map-value): The variable holding the actual mode
1962 keymap structure, by virtue of defalias from allout-mode-map.
1963 (allout-compose-and-institute-keymap): Rename from
1964 allout-bind-keys, and including the binding-composition
1965 functionality of the former produce-allout-mode-map and
1966 allout-setup-mode-map.
1967 (allout-institute-keymap): Take over the "setup" part of the former
1968 allout-setup-mode-map. Reassign allout-mode-map-value value and
1969 update the defalias.
1970 (allout-command-prefix, allout-prefixed-keybindings)
1971 (allout-unprefixed-keybindings):
1972 Use allout-compose-and-institute-keymap to process the bindings.
1973 (allout-unprefixed-keybindings): Remove extraneous '?' question marks.
1974 (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
1975 user can customize if they want to use that binding.
1976 Bind allout-copy-topic-as-kill to (prefixed) \M-k.
1977 Bind allout-up-current-level to (prefixed) \C-u. (I think i mistakenly
1978 elided that, previously, instead of the one for \C-h.)
1979 (allout-hotspot-key-handler): Remove attempt to resolve the key
1980 through the literal key-string lookup on allout-keybindings-list.
1981 That probably hasn't worked for a Long Time, and removal of
1982 allout-keybindings-list further simplifies the keybindings situation.
1983 (allout-pre-command-business): Use allout-mode-map-value instead
1984 of allout-mode-map.
1985 (allout-preempt-trailing-ctrl-h): Remove. The user can customize
1986 the bindings if they want to use a keybinding having a trailing
1987 \C-h. No deprecation needed since this feature was never in a release.
1988 (allout-keybindings-list): Remove. It's not been useful for a
1989 while. (See allout-hotspot-key-handler changes, above.)
1990 (produce-allout-mode-map): Remove. Consolidate into
1991 allout-compose-and-institute-keymap.
1992 (allout-mode-map-adjustments): Remove. No longer necessary with
1993 removal of allout-preempt-trailing-ctrl-h.
1994 (allout-setup-mode-map): Remove. Consolidate into
1995 allout-compose-and-institute-keymap and allout-institute-keymap.
1996
19972011-01-20 Glenn Morris <rgm@gnu.org>
1998
1999 * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
2000
2001 * simple.el (read-expression-history): Remove, it's in minibuf.c.
2002
20032011-01-20 Chong Yidong <cyd@stupidchicken.com>
2004
2005 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
2006
2007 * files.el (find-alternate-file, basic-save-buffer)
2008 (basic-save-buffer-2, revert-buffer, recover-file)
2009 (kill-buffer-ask, abort-if-file-too-large)
2010 (set-visited-file-name, write-file, backup-buffer)
2011 (basic-save-buffer, save-some-buffers):
2012 * dired-aux.el (dired-compress-file): Callers changed.
2013
20142011-01-19 Glenn Morris <rgm@gnu.org>
2015
2016 * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
2017 Also check the property status. (Bug#7861)
2018
20192011-01-18 Michael Albinus <michael.albinus@gmx.de>
2020
2021 * net/tramp.el (tramp-debug-message): Extend function exclude
2022 list. Use `regexp-opt'.
2023
20242011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
2025
2026 * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
2027 highlighting doesn't spill over subsequent lines.
2028
2029 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
2030 keymap expression. Improve docstring.
2031
2032 * electric.el (electric-indent-post-self-insert-function):
2033 Don't auto-indent for indent-to-left-margin, it's too often
2034 counter-productive.
2035
20362011-01-16 Tassilo Horn <tassilo@member.fsf.org>
2037
2038 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
2039 spaces if the frame was resized, so that the full visible buffer
2040 serves as canvas for strokes.
2041
20422011-01-16 Glenn Morris <rgm@gnu.org>
2043
2044 * info-xref.el (info-xref-docstrings): Replace cl function.
2045 Also skip directories.
2046
20472011-01-16 Kevin Ryde <user42@zip.com.au>
2048
2049 * info-xref.el: Version 3.
2050 (info-xref-check, info-xref-check-all): Move commentary details
2051 into docstrings for better visibility.
2052 Use compilation-mode for the results buffer.
2053 (info-xref-output, info-xref-output-error, info-xref-with-output)
2054 (info-xref-filename, info-xref-in-progress):
2055 New internals for this.
2056 (info-xref-check-list, info-xref-check-buffer)
2057 (info-xref-check-all-custom): Use those.
2058 (info-xref-output-buffer): Rename from info-xref-results-buffer.
2059 (info-xref-output-heading): Rename from info-xref-filename-heading.
2060 (info-xref-good, info-xref-bad, info-xref-xfile-alist)
2061 (info-xref-filename-heading): Move to output managing section.
2062 (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
2063 (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
2064 (info-xref-subfile-p): Move to generic section with those two.
2065 (info-xref-check-node): New function split from
2066 info-xref-check-buffer, shared by info-xref-docstrings.
2067 (info-xref-goto-node-p): Move to a checking section with that func.
2068 (info-xref-unavail): New counter.
2069 (info-xref-check-node): Use it.
2070 (info-xref-with-output): Show count of unavailables at end of output.
2071 (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken
2072 symlinks. Exclude .texi files. Exclude Emacs backup files.
2073 (info-xref-check-all-custom): Fix quietening viper-mode and
2074 gnus-registry-install -- use setq not let so as not to unbind
2075 after load.
2076
20772011-01-16 Juri Linkov <juri@jurta.org>
2078
2079 * isearch.el (isearch-abort): Don't quit if search has
2080 an incomplete regexp (isearch-error is non-nil). (Bug#7534)
2081
20822011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
2083
2084 * files.el (backup-buffer): Make last-resort backup file in
2085 .emacs.d (Bug#6953).
2086
2087 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
2088 make it with permission 700.
2089
20902011-01-15 Kenichi Handa <handa@m17n.org>
2091
2092 * mail/rmailmm.el (rmail-mime-insert-header):
2093 Set rmail-mime-coding-system to a cons whose car is the last coding
2094 system used to decode the header.
2095 (rmail-mime-find-header-encoding): New function.
2096 (rmail-mime-insert-decoded-text):
2097 Override rmail-mime-coding-system if it is a cons.
2098 (rmail-show-mime): If only a header part was decoded, find the
2099 coding system while ignoring mm-charset-override-alist.
2100
21012011-01-15 Chong Yidong <cyd@stupidchicken.com>
2102
2103 * subr.el (event-start, event-end): Doc fix (Bug#7826).
2104
21052011-01-15 Kenichi Handa <handa@m17n.org>
2106
2107 * mail/rmailmm.el (rmail-mime-next-item)
2108 (rmail-mime-previous-item): Delete them.
2109 (rmail-mime-shown-mode): Recursively call for children.
2110 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
2111 Callers changed.
2112 (rmail-mime-raw-mode): Recursively call for children.
2113 (rmail-mode-map): Change mapping of tab and backtab to
2114 forward-button and backward-button respectively.
2115 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
2116 button.
2117 (rmail-mime-update-tagline): New function.
2118 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
2119 body display is changed.
2120 (rmail-mime-toggle-button): Rename from rmail-mime-image.
2121 (rmail-mime-image): Delete this button type.
2122 (rmail-mime-toggle): New button type.
2123 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
2124 body display is changed. Change the save button label to "Save".
2125 Don't process show/hide button here.
2126 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
2127 the body display is changed. Unconditionally call
2128 rmail-mime-insert for children.
2129 (rmail-mime-handle): Update `display' vector of the just inserted
2130 entity.
2131 (rmail-mime-process): If mail-header-parse-content-type returns
2132 nil, use "text/plain" as the fallback type.
2133 (rmail-mime-insert): For raw-mode, recursively call
2134 rmail-mim-insert for children.
2135 (rmail-mime): Handle the case that the current buffer is not rmail
2136 buffer (e.g. in summary buffer).
2137
21382011-01-15 Kenichi Handa <handa@m17n.org>
2139
2140 * mail/rmailmm.el (rmail-mime-next-item)
2141 (rmail-mime-previous-item): Skip the body of a non-multipart
2142 entity if a tagline is shown.
2143
21442011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2145
2146 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
2147 (tmm-prompt): Simplify.
2148 (tmm-add-prompt): Remove unused var `win'.
2149
2150 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
2151 to minor mode which used nil accidentally to mean "turn off".
2152
21532011-01-15 Michael Albinus <michael.albinus@gmx.de>
2154
2155 * net/tramp-sh.el (tramp-find-inline-compress)
2156 (tramp-get-inline-coding): Quote command after pipe symbol for
2157 local calls under W32. (Bug#6784)
2158
21592011-01-15 Michael Albinus <michael.albinus@gmx.de>
2160
2161 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
2162 only when running under W32.
2163
21642011-01-15 Eli Zaretskii <eliz@gnu.org>
2165
2166 * progmodes/grep.el (grep-compute-defaults): Quote the program
2167 file name after the pipe symbol in Grep templates. (Bug#6784)
2168 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
2169
21702011-01-15 Lennart Borgman <lennart.borgman@gmail.com>
2171
2172 * buff-menu.el (Buffer-menu-buffer-list): New var.
2173 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
2174 restricted buffer list is not lost on revert (Bug#7749).
2175
21762011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com>
2177
2178 * net/ldap.el (ldap-search-internal): Discard stderr output.
2179
21802011-01-15 Eli Zaretskii <eliz@gnu.org>
2181
2182 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
2183
21842011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2185
2186 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
2187
21882011-01-15 Kenichi Handa <handa@m17n.org>
2189
2190 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
2191 part as a plain text.
2192 (rmail-mime-process-multipart): Set the default content-type to
2193 nil for unknown multipart subtypes (bug#7651).
2194
21952011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2196
2197 * hexl.el (hexl-mode-old-*): Remove.
2198 (hexl-mode--old-var-vals): New var to replace them.
2199 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
2200 (hexl-mode, hexl-follow-line, hexl-activate-ruler):
2201 Use them to set local vars (bug#7846).
2202 (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
2203 (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
2204 (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
2205
2206 * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
2207 (smerge-resolve--normalize-re): New var.
2208 (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
2209 (smerge-resolve): Use them.
2210 * newcomment.el (comment-only-p): New function.
2211 (comment-or-uncomment-region): Use it.
2212
22132011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change)
2214
2215 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
2216 table, get the value before switching to the output buffer. (Bug#7733)
2217
22182011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2219
2220 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
2221
22222011-01-14 Kim F. Storm <storm@cua.dk>
2223
2224 * emulation/cua-base.el (cua--init-keymaps):
2225 Remap exchange-point-and-mark in cua-global-keymap.
2226
22272011-01-14 Tassilo Horn <tassilo@member.fsf.org>
2228
2229 * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
2230 loop keyword.
2231
22322011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2233
2234 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
2235 Require CL.
2236 (easy-menu-create-menu, easy-menu-convert-item-1):
2237 Use :label rather than nil for labels. Use `case'.
2238 Add :enable as alias for :active.
2239 (easy-menu-binding): Obey :label.
2240
22412011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2242
2243 Use run-mode-hooks for major mode hooks (bug#513).
2244 * textmodes/reftex-toc.el (reftex-toc-mode-map):
2245 Rename from reftex-toc-map.
2246 (reftex-toc-mode): Use define-derived-mode.
2247 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
2248 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
2249 Rename from reftex-select-(label|bib)-map. Move init into declaration.
2250 (reftex-select-label-mode, reftex-select-bib-mode):
2251 Use define-derived-mode.
2252 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
2253 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
9b8ba1e5 2254 Move init into declaration.
33383987
JB
2255 (reftex-index-mode, reftex-index-phrases-mode):
2256 Use define-derived-mode.
2257 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
2258 speedbar-syntax-table. Move init into declaration.
2259 (speedbar-mode-map): Rename from speedbar-key-map.
2260 Move init into declaration.
2261 (speedbar-file-key-map): Move init into declaration.
2262 (speedbar-mode): Use define-derived-mode.
2263 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
2264 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
2265 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
2266 (chart-face-list): Move initialization into declaration.
2267 (chart-mode): Use define-derived-mode.
2268 * calculator.el (calculator-mode-map): Move init into declaration.
2269 (calculator-mode): Use define-derived-mode.
2270
2271 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
2272 work for nested comments.
2273
2274 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
2275 (prolog-use-prolog-tokenizer-flag): Change default when
2276 syntax-propertize can be used.
2277 (prolog-syntax-propertize-function): New var.
2278 (prolog-mode-variables): Move make-local-variable into `set'.
2279 Don't make comment-column local since we don't set it.
2280 Set comment-add (as it was in previous prolog.el). Use dolist.
2281 Set syntax-propertize-function.
2282 (prolog-mode, prolog-inferior-mode):
2283 Call prolog(-inferior)-menu directly, not through the mode-hook.
2284 (prolog-buffer-module, prolog-indent-level)
2285 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
2286 (prolog-comment-limits, prolog-goto-comment-column):
2287 Use line-(end|beginning)-position.
2288 (prolog-build-prolog-command): Tighten up regexp.
2289 (prolog-consult-compile): Move make-local-variable into `set'.
2290 (prolog-consult-compile-filter, prolog-goto-next-paren)
2291 (prolog-help-on-predicate, prolog-clause-info)
2292 (prolog-mark-predicate): Don't let+setq.
2293 (prolog-indent-line): Use indent-line-to.
2294 Only call prolog-goto-comment-column if necessary.
2295 (prolog-indent-level): Use bobp.
2296 (prolog-first-pos-on-line): Remove, not used any more.
2297 (prolog-in-string-or-comment): Use syntax-ppss if available.
2298 (prolog-help-on-predicate): Use read-string.
2299 (prolog-goto-predicate-info): Simplify.
2300 (prolog-read-predicate): Use `default' rather than `initial'.
2301 (prolog-temporary-file): Use make-temp-file to close a security hole.
2302 (prolog-toggle-sicstus-sd): New command.
2303 (prolog-electric-underscore, prolog-variables-to-anonymous):
2304 Use dynamic-scoping as it was meant.
2305 (prolog-menu): Move menu definitions to top-level.
2306 Use a toggle-button for Sicstus's source debugger.
2307 Change "Code" to the more usual "Prolog", and hence change "Prolog"
2308 to "System".
2309 (prolog-inferior-menu): Reuse prolog-menu's help menu.
2310 Move other menu definition to top-level.
2311
23122011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2313
2314 * doc-view.el (doc-view-open-text): Use meaningful text buffer
2315 name. Keep original document's directory as default-directory
2316 (bug#6446).
2317 (doc-view-initiate-display): Fall back to normal mode when
2318 doc-view-mode cannot be enabled, also when extracting the document
2319 text into a separate buffer (bug#6446).
2320
2321 * simple.el (shell-command): Don't error out if shell command
2322 buffer contains text with non-nil read-only property when erasing
2323 the buffer.
2324
23252011-01-13 Kim F. Storm <storm@cua.dk>
2326
2327 * ido.el (ido-may-cache-directory): Move "too-big" check later.
2328 (ido-next-match, ido-prev-match): Fix stray reordering of matching
2329 items when cycling through the matches.
2330
23312011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2332
2333 * dired-x.el (dired-omit-verbose): New defcustom that allows
2334 disabling the omit messages.
2335 (dired-omit-expunge): Use it.
2336
23372011-01-13 Christian Ohler <ohler@gnu.org>
2338
2339 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
2340
23412011-01-13 Chong Yidong <cyd@stupidchicken.com>
2342
2343 * font-lock.el (font-lock-verbose): Default to nil.
2344
23452011-01-13 Chong Yidong <cyd@stupidchicken.com>
2346
2347 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
2348 (compose-mail): New arg RETURN-ACTION.
2349 (compose-mail-other-window, compose-mail-other-frame): Likewise.
2350
2351 * mail/sendmail.el (mail-return-action): New var.
2352 (mail-mode): Make it buffer-local.
2353 (mail-bury): Obey it. Move special Rmail window handling to
2354 rmail-mail-return.
2355 (mail, mail-setup): New arg RETURN-ACTION.
2356 (sendmail-user-agent-compose): Move from simple.el.
2357
2358 * mail/rmail.el (rmail-mail-return): New function.
2359 (rmail-start-mail): Pass it to compose-mail.
2360
23612011-01-12 Chong Yidong <cyd@stupidchicken.com>
2362
2363 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
2364 menus. Add menu item for customize-themes.
2365
2366 * cus-theme.el (customize-themes):
2367 * emacs-lisp/package.el (package--list-packages):
2368 Use switch-to-buffer.
2369
23702011-01-11 Johan Bockgård <bojohan@gnu.org>
2371
2372 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
2373
23742011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2375
2376 * progmodes/prolog.el: Fix up coding convention and such.
2377 (prolog-indent-width): Use the same default as in
2378 previous prolog.el rather than tab-width which depends on which buffer
2379 is current when the file is loaded.
2380 (prolog-electric-newline-flag): Only enable if electric-indent-mode
2381 is not available.
2382 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
2383 (prolog-known-systems): Remove.
2384 (prolog-mode-syntax-table, prolog-inferior-mode-map):
2385 Move initialization into declaration.
2386 (prolog-mode-map): Move initialization into declaration.
2387 Remove system-specific mode-map vars, since they referred to the same
2388 keymap anyway.
2389 (prolog-mode-variables): Obey the user's preference w.r.t
2390 adaptive-fill-mode. Prefer symbol-value to `eval'.
2391 (prolog-mode-keybindings-edit): Add compatibility bindings.
2392 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
2393 (mercury-mode-map): New var.
2394 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
2395 (prolog-ensure-process, prolog-process-insert-string)
2396 (prolog-consult-compile): Use with-current-buffer.
2397 (prolog-guess-fill-prefix): Simplify data flow.
2398 (prolog-replace-in-string): New function to use instead of
2399 replace-in-string.
2400 (prolog-enable-sicstus-sd): Don't abuse `eval'.
2401 (prolog-uncomment-region): Use `uncomment-region' when available.
2402 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
2403 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
2404 of int-to-char and char-to-int.
2405 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
2406
24072011-01-11 Stefan Bruda <stefan@bruda.ca>
2408
2409 * progmodes/prolog.el: Replace by a whole new file.
2410
24112011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2412
2413 * subr.el (eval-after-load): Fix timing for features (bug#7769).
2414 (declare-function, undefined, insert-for-yank)
2415 (replace-regexp-in-string): Follow checkdoc's recommendations.
2416
24172011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2418
2419 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
2420 refreshing the diary buffer.
2421
24222011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
2423
2424 * allout.el: Add 2011 to the file copyright.
2425 (allout-encrypt-string): Prevent encryption from adding an extra
2426 newline at the end of the topic body.
2427 (allout-version): Increment to 2.3.
2428
24292011-01-10 Michael Albinus <michael.albinus@gmx.de>
2430
2431 * net/dbus.el (dbus-unregister-service): Complete doc.
2432 Fix call of dbus-error signal.
2433 (dbus-register-property): Use `dont-register' keyword.
2434
24352011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2436
2437 * net/dbus.el (dbus-unregister-service): Translate returned
2438 integer into a symbol.
2439 (dbus-register-property): Use `dbus-register-service' to do the
2440 name registration.
2441
24422011-01-09 Chong Yidong <cyd@stupidchicken.com>
2443
2444 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
2445 Suggested by Joakim Verona.
2446
2447 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
2448
2449 * wid-edit.el (visibility): Replace :on-image and :off-image
2450 widget properties with :on-glyph and :off-glyph, for consistency
2451 with the `visibility' widget.
2452 (widget-toggle-value-create, widget-visibility-value-create):
2453 Merge into a single function `widget-toggle-value-create'.
2454
2455 * cus-edit.el (custom-variable-value-create, custom-visibility)
2456 (custom-face-edit-value-create, custom-face-value-create):
2457 Replace :on-image and :off-image widget properties with :on-glyph and
2458 :off-glyph, for consistency with the `visibility' widget.
2459
24602011-01-09 Andreas Schwab <schwab@linux-m68k.org>
2461
2462 * net/ldap.el (ldap-search-internal): Don't use eval.
2463
24642011-01-09 Chong Yidong <cyd@stupidchicken.com>
2465
2466 * subr.el (read-char-choice): Use read-key.
2467
2468 * custom.el (custom-safe-themes): Rename from
2469 custom-safe-theme-files. Add :risky tag.
2470 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
2471 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
2472
24732011-01-09 Chong Yidong <cyd@stupidchicken.com>
2474
2475 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
2476 from Search and add a label to Undo.
2477
2478 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
2479 inappropriate buttons and adding :vert-only tags.
2480
2481 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
2482 removal of Help tool-bar button. Remove Undo button for space.
2483
2484 * info.el (info-tool-bar-map): Add :vert-only tags.
2485
24862011-01-08 Tassilo Horn <tassilo@member.fsf.org>
2487
2488 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
2489 image backend support. Either of them is fine.
2490
24912011-01-08 Chong Yidong <cyd@stupidchicken.com>
2492
2493 * subr.el (y-or-n-p): Doc fix.
2494
2495 * custom.el (custom-safe-theme-files): New defcustom.
2496 (custom-theme-load-confirm): New function.
2497 (load-theme): Load theme using `load', confirming with
2498 custom-theme-load-confirm if necessary.
2499
2500 * subr.el (read-char-choice): New function, factored out from
2501 dired-query and hack-local-variables-confirm.
2502
2503 * dired-aux.el (dired-query):
2504 * files.el (hack-local-variables-confirm): Use it.
2505
2506 * dired-aux.el (dired-compress-file):
2507 * files.el (abort-if-file-too-large, find-alternate-file)
2508 (set-visited-file-name, write-file, backup-buffer)
2509 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
2510 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
2511 Use new format string args for y-or-n-p and yes-or-no-p.
2512
25132011-01-08 Andreas Schwab <schwab@linux-m68k.org>
2514
2515 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2516 [gcc-include]: Tighten file name match, add match for column
2517 number. (Bug#7806)
2518 [gnu]: Remove unused group.
2519
25202011-01-08 Glenn Morris <rgm@gnu.org>
2521
2522 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
2523
2524 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
2525
25262011-01-07 Sam Steingold <sds@gnu.org>
2527
2528 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
2529 the `explicit-shell-file-name' because that is the
2530 non-interactive shell.
2531
25322011-01-07 Chong Yidong <cyd@stupidchicken.com>
2533
2534 * subr.el (y-or-n-p): Accept format string args.
2535
25362011-01-07 Glenn Morris <rgm@gnu.org>
2537
2538 * Makefile.in (EMACSOPT): Add --no-site-lisp.
2539
25402011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
2541
2542 * allout.el (allout-back-to-current-heading): Ensure return to
2543 the visible containing topic, rather than a collapsed one.
2544 (allout-view-change-hook): Remove hook that was deprecated long ago.
2545 (allout-exposure-change-hook): Remove documentation remarks
2546 concerning removed allout-view-change-hook.
2547 (allout-flag-region): Remove invocation of and documentation
2548 remarks concerning allout-view-change-hook.
2549
25502011-01-06 Glenn Morris <rgm@gnu.org>
2551
2552 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
2553 (vc-bzr-annotate-extract-revision-at-line):
2554 Handle authors with embedded spaces. (Bug#7792)
2555
25562011-01-05 Tassilo Horn <tassilo@member.fsf.org>
2557
2558 * doc-view.el (doc-view-image-width): New variable.
2559 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
2560 backend for PNG images, and do dynamic rescaling instead of
2561 reconverting the whole doc.
2562
25632011-01-05 Glenn Morris <rgm@gnu.org>
2564
2565 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
2566
25672011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
2568
2569 * allout.el: Reconcile with changes in line movement behavior for
2570 long text lines that cross more than a single physical window
2571 line, ie when truncate-lines is nil.
2572 (allout-next-visible-heading): Provide for change in line-move
2573 behavior on long lines when truncate-lines is nil. In that case,
2574 line-move can wind up on the same textual line when it moves to
2575 the next window line, and moving to the bullet position after the
2576 move yields zero advancement. Add logic to detect and compensate
2577 for the lack of progress.
2578 (allout-current-topic-collapsed-p): move-end-of-line respect for
2579 field boundaries is different when operating with body lines
2580 shorter than window width versus ones greater than window width,
2581 which can yield false negatives in this function. Avoid
2582 difference by applying move-end-of-line while field-text-motion is
2583 inhibited.
2584
25852011-01-04 Glenn Morris <rgm@gnu.org>
2586
2587 * textmodes/rst.el (rst-compile-toolsets):
2588 Add pdf and s5 to option alist.
2589
25902011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2591
2592 * net/dbus.el (dbus-register-property): Add optional parameter
2593 dont-register-service. Updated docstring accordingly.
2594
25952011-01-04 Andreas Schwab <schwab@linux-m68k.org>
2596
2597 * textmodes/rst.el (rst-compile-pdf-preview)
2598 (rst-compile-slides-preview): Remove extra line.
2599
26002011-01-04 Glenn Morris <rgm@gnu.org>
2601
2602 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
2603 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
2604 default to `prog' without a .py extension.
2605 (rst-compile-pdf-preview, rst-compile-slides-preview):
2606 Use program names from rst-compile-toolsets, rather than hard-coding.
2607 (rst-portable-mark-active-p): Fix presumed typo.
2608
26092011-01-02 Eli Zaretskii <eliz@gnu.org>
2610
2611 * term/w32-win.el (dynamic-library-alist): Set up correctly for
2612 libpng versions both before and after 1.4.0. (Bug#7716)
2613
26142011-01-02 Eli Zaretskii <eliz@gnu.org>
2615
2616 * time.el (display-time-mode): Mention display-time-interval in
2617 the doc string. (Bug#7713)
2618
26192011-01-02 Kenichi Handa <handa@m17n.org>
2620
2621 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
2622 condition-case and return an error message string if something
2623 goes wrong.
2624 (rmail-show-mime): Adjust for the above change. Insert the
2625 header by rmail-mime-insert-header.
2626
26272011-01-02 Kenichi Handa <handa@m17n.org>
2628
2629 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
2630 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
2631 (rmail-mime-mbox-buffer)
2632 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
2633 (rmail-mime-entity): Argument changed. All codes handling an
2634 entity object are changed.
2635 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
2636 the above change.
2637 (rmail-mime-entity-children, rmail-mime-entity-handler)
2638 (rmail-mime-entity-tagline): New functions.
2639 (rmail-mime-message-p): New function.
2640 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
2641 (rmail-mime-entity-segment, rmail-mime-next-item)
2642 (rmail-mime-previous-item, rmail-mime-shown-mode)
2643 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
2644 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
2645 (rmail-mime-insert-tagline, rmail-mime-insert-header):
2646 New functions.
2647 (rmail-mime-text-handler): Call rmail-mime-insert-text.
2648 (rmail-mime-insert-decoded-text): New function.
2649 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
2650 (rmail-mime-insert-image): Argument changed. Caller changed.
2651 (rmail-mime-image): Call rmail-mime-toggle-hidden.
2652 (rmail-mime-set-bulk-data): New function.
2653 (rmail-mime-insert-bulk): Argument changed.
2654 (rmail-mime-multipart-handler): Return t.
2655 (rmail-mime-process-multipart): Argument changed.
2656 Handle "multipart/alternative" here.
2657 (rmail-mime-process): Argument changed.
2658 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
2659 (rmail-mime-insert): Argument changed. Handle raw display mode.
2660 (rmail-mime): Argument changed. Handle toggling of raw display
2661 mode.
2662 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
2663 rmail-mime-view-buffer.
2664 (rmail-insert-mime-forwarded-message): Likewise.
2665 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
2666
2667 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
2668 non-nil, handle the header in rmail-show-mime-function.
2669
cd394be1 26702011-01-02 Leo Liu <sdl.web@gmail.com>
33383987
JB
2671
2672 * help-fns.el (describe-variable): Fix previous change.
2673
26742011-01-02 Juri Linkov <juri@jurta.org>
2675
2676 * isearch.el (isearch-lazy-highlight-error): New variable.
2677 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
2678 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
2679 to the current value of `isearch-error' (Bug#7468).
2680
26812011-01-02 Chong Yidong <cyd@stupidchicken.com>
2682
2683 * help-fns.el (describe-variable): Don't emit trailing whitespace
2684 (Bug#7511).
2685
26862011-01-02 Chong Yidong <cyd@stupidchicken.com>
2687
2688 * textmodes/rst.el (rst-compile-pdf-preview)
2689 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
2690
26912011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
2692
2693 * emulation/edt-mapper.el: Override mapping of function keys so
2694 that the later call to read-key-sequence works.
2695
26962011-01-02 Eli Zaretskii <eliz@gnu.org>
2697
2698 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
2699 Unix EOLs. (Bug#7589)
2700
cd394be1 27012011-01-02 Leo Liu <sdl.web@gmail.com>
33383987
JB
2702
2703 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
2704 if point is not behind eshell-last-output-end (Bug#7585).
2705
27062011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
2707
2708 * files.el (file-local-variables-alist):
2709 Make permanent-local (bug#7767).
2710
27112011-01-02 Glenn Morris <rgm@gnu.org>
2712
2713 * version.el (emacs-copyright): Set short copyright year to 2011.
2714
27152011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2716
2717 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
2718 an existing temp buffer. (Bug#7746)
2719
27202011-01-02 Glenn Morris <rgm@gnu.org>
2721
2722 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
2723 multiple addresses. (Bug#7760)
2724
27252011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
2726
2727 * allout.el (allout-auto-fill): Do not infinitely recurse - use
2728 do-auto-fill if everything points back to allout-auto-fill.
2729 (allout-mode-deactivate-hook): Declare obsolete, in favor of
2730 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
2731
27322010-12-31 Michael Albinus <michael.albinus@gmx.de>
2733
2734 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
2735 and "scpx".
2736
27372010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2738
2739 * doc-view.el (doc-view-set-doc-type): New function refactored
2740 from doc-view-mode.
2741 (doc-view-fallback-mode): New function.
2742 (doc-view-mode): Use it.
2743 (doc-view-mode-maybe): New function that checks if doc-view-mode
2744 can be used and falls back to the next best mode otherwise.
2745
2746 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
2747 DVI, OpenDocument, and MS Office files.
2748
27492010-12-30 Andreas Schwab <schwab@linux-m68k.org>
2750
2751 * emacs-lisp/rx.el (rx-syntax): Fix typo.
2752
27532010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2754
2755 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
2756 on a copy of auto-mode-alist, because that deletes with side
2757 effects.
2758
27592010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2760
2761 * doc-view.el (doc-view-mode, doc-view-toggle-display):
2762 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
2763 fallback instead of hard coding fundamental mode.
2764
27652010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2766
2767 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
2768 Office) files also for searching.
2769
27702010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2771
2772 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
2773 Office) files. Not yet enabled via auto-mode-list.
2774 (doc-view-unoconv-program): New custom variable.
2775 (doc-view-mode-p): Handle new odf document type.
2776 (doc-view-odf->pdf): New conversion function.
2777 (doc-view-convert-current-doc): Call it for odf files.
2778 (doc-view-mode): Recognize newly supported file extensions.
2779
27802010-12-30 Michael Albinus <michael.albinus@gmx.de>
2781
2782 * net/tramp.el (tramp-default-method-alist)
2783 (tramp-default-user-alist)
2784 (tramp-local-host-regexp, tramp-prefix-domain-format)
2785 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
2786
2787 * net/tramp-ftp.el:
2788 * net/tramp-gvfs.el:
2789 * net/tramp-gw.el:
2790 * net/tramp-imap.el:
2791 * net/tramp-sh.el:
e1dbe924 2792 * net/tramp-smb.el: Add tramp-autoload cookie for initialization
33383987
JB
2793 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
2794
27952010-12-29 Karl Fogel <kfogel@red-bean.com>
2796
2797 * saveplace.el (save-place-alist-to-file): Save list sorted and
53964682 2798 pretty-printed, so that it is mergable by line-based text merging,
33383987
JB
2799 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
2800
28012010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
2802
2803 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
2804 (allout-mode): Argument "toggle" => "force".
2805 Refine the docstring.
2806 Remove special provisions for reactivation, besides the 'force'
2807 argument.
2808 Consolidate layout provisions coce directly into the activation
2809 condition branch, now that we've removed those provisions.
2810 (allout-unload-function): Explicitly activate the mode before
e9a452d9 2811 deactivating, if it's initially inactive.
33383987
JB
2812 (allout-set-buffer-multibyte): Properly prevent byte-compiler
2813 warnings for version of function used only where
2814 set-buffer-multibyte is unavailable.
2815
28162010-12-28 Chong Yidong <cyd@stupidchicken.com>
2817
2818 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
2819 are handled by the menu-bar entries. As before, don't use
ee7683eb 2820 :visible to avoid changing the tool-bar.
33383987
JB
2821
28222010-12-27 Michael Albinus <michael.albinus@gmx.de>
2823
2824 * net/secrets.el (secrets-delete-alias): New defun.
2825
28262010-12-27 Michael Albinus <michael.albinus@gmx.de>
2827
2828 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
2829 methods, otherwise ~/.ssh/config would be ignored.
2830
28312010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
2832
2833 * emacs-lisp/rx.el: Make it a superset of sregex.
2834 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
2835 of args, add `regex' alias.
2836 (rx-info): Add arg to distinguish head and standalone forms.
2837 (rx-check, rx-form): Pass the corresponding arg.
2838 (rx-**): Simplify.
2839 (rx-repeat): Make it work for any number of args.
2840 (rx-syntax): Make it accept syntax chars as is.
2841 * obsolete/sregex.el: Move from emacs-lisp/.
2842 * emacs-lisp/re-builder.el: Remove sregex support.
2843 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
2844
28452010-12-25 Eli Zaretskii <eliz@gnu.org>
2846
2847 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
2848 PRIMARY first, then the clipboard. (Bug#7699)
2849
28502010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
2851
2852 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
2853 print-number-table.
2854
28552010-12-21 Chong Yidong <cyd@stupidchicken.com>
2856
2857 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
2858 .emacs.elc (Bug#7530).
2859
2860 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
2861 image spec (Bug#7480).
2862
28632010-12-21 Daiki Ueno <ueno@unixuser.org>
2864
2865 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
2866 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
2867 Move from lisp/.
2868
cd394be1 28692010-12-20 Leo Liu <sdl.web@gmail.com>
33383987
JB
2870
2871 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
2872 always be performed (Bug#7680).
2873
28742010-12-20 Chong Yidong <cyd@stupidchicken.com>
2875
2876 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
2877 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
2878 mouse-region-match.
2879
2880 * color.el: Move from gnus/.
2881
2882 * vc/diff.el (diff-better-file-name): Function deleted.
2883 abbreviating file names causes problems with shell-quote-argument.
2884 (diff-no-select): Just use expand-file-name.
2885
2886 * tool-bar.el (tool-bar--image-expression): New function.
2887 (tool-bar-local-item, tool-bar--image-exp): Use it.
2888 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
2889 Use :enable instead of :visible to avoid changing the tool-bar
2890 configuration unnecessarily.
2891
2892 * info.el (info-tool-bar-map): Add separators.
2893
28942010-12-17 Ken Brown <kbrown@cornell.edu>
2895
2896 * loadup.el: Use version numbers in Cygwin build.
2897
28982010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
2899
2900 * ido.el (ido-file-internal): Ask for confirmation before
2901 overwriting an existing file (Bug#1238).
2902
29032010-12-16 Chong Yidong <cyd@stupidchicken.com>
2904
2905 * tool-bar.el (tool-bar-setup): Add separators.
2906
2907 * menu-bar.el (featurep): Use menu-bar-separator.
2908
29092010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
2910
2911 Migrate allout encryption provisions from pgg to epg.
2912
2913 * allout.el (allout-toggle-current-subtree-encryption)
2914 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
2915 defaulting policy and other changes. Change fetch-pass to keymode-cue,
2916 for simpler universal argument interpretation.
2917 (allout-toggle-subtree-encryption): Adjust docstring to describe
2918 changed encryption provisions. Change fetch-pass to keymode-cue, for
2919 simpler universal argument interpretation. Remove provisions for
2920 handling key type and identity - they'll all be within
2921 allout-encrypt-string or epg/epg or even contained all the way in gpg.
2922 (allout-encrypt-string): Include keymode-cue, for optionally prompting
2923 for keypair recipients (universal argument > 1) and, in addition,
2924 associating the specified recipients with the outline (universal
2925 argument > 4) using a file local variable setting for
2926 'epa-file-encrypt-to'.
2927 Require epa, for recipients handling.
2928 Change how regexp filtering elements are named.
2929 Describe the problem with caching of incorrect symmetric-decryption
2930 keys.
2931 Use the epa-passphrase-callback-function, in case the user is using
2932 GnuPG v1.
2933 Support saving of the selected keypair recipients when invoked with a
2934 keymode-cue > 4.
2935 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
2936 Require 'epa.
2937 Establish epg-context with armoring and default epg-protocol.
2938 Remove all passphrase cache, verification, and hinting code.
2939 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
2940 No longer used, delete.
2941 (allout-mode): Adjust docstring to describe changed encryption
2942 provisions. Describe the problem with caching of incorrect
2943 symmetric-decryption keys.
2944 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
2945 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
2946 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
2947 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
2948 Obsolete, remove.
2949
29502010-12-16 Daiki Ueno <ueno@unixuser.org>
2951
2952 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
2953 key selection prompt; make 'silent as default (Bug#7487).
2954
cd394be1 29552010-12-16 Leo Liu <sdl.web@gmail.com>
33383987
JB
2956
2957 * eshell/eshell.el (eshell-directory-name):
2958 Use locate-user-emacs-file (Bug#7578).
2959
29602010-12-15 Glenn Morris <rgm@gnu.org>
2961
2962 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
2963
29642010-12-15 Jari Aalto <jari.aalto@cante.net>
2965 Scott Evans <gse@antisleep.com>
2966
2967 * rect.el (rectange--default-line-number-format)
2968 (rectangle-number-line-callback): New functions.
2969 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
2970
29712010-12-15 Chong Yidong <cyd@stupidchicken.com>
2972
2973 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
2974 Delete unused variables.
2975 (move-to-column-force): Remove function obsolete since 21.2.
2976
29772010-12-14 Michael Albinus <michael.albinus@gmx.de>
2978
2979 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
2980 (tramp-handle-insert-file-contents): Do not set permanent-local
2981 property.
2982
2983 * net/tramp-cache.el (tramp-persistency-file-name):
2984 Use `locate-user-emacs-file' if fboundp.
2985
2986 * net/tramp-sh.el (tramp-methods): Add "ksu".
2987 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
2988 method list.
2989
29902010-12-14 Glenn Morris <rgm@gnu.org>
2991
2992 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
2993 (find-tag-marker-ring): Declare.
2994 (js-find-symbol): Require etags.
2995
2996 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
2997 Require mail-utils.
2998 (mail-alias-file): Don't autoload. Doc fix.
2999 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
3000 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
3001 Mark as obsolete, and risky.
3002 (mail-setup): Simplify.
3003
3004 * mail/mailalias.el (build-mail-aliases): Make it interactive.
3005 * mail/sendmail.el (build-mail-aliases): Update autoload.
3006
3007 * dired.el (dired-trivial-filenames, dired-chown-program)
3008 (dired-auto-revert-buffer): Remove autoload cookies.
3009 * mail/sendmail.el (mail-recover-1): Require 'dired.
3010
3011 * dired.el (dired-subdir-switches, dired-chown-program)
3012 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
3013 Make into defcustoms.
3014 (dired-chown-program): Simplify initialization.
3015
3016 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
3017
30182010-12-13 Romain Francoise <romain@orebokech.com>
3019
3020 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
3021
30222010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3023
3024 * net/netrc.el (netrc-point-at-eol): Remove the unused
3025 netrc-point-at-old and netrc-bound-and-true-p bindings.
3026 (netrc-parse): Cache the netrc contents.
3027
30282010-12-13 Eli Zaretskii <eliz@gnu.org>
3029
3030 * subr.el (posn-col-row): Evaluate header-line-format in the
3031 context of the POSITION window's buffer.
3032
30332010-12-13 Glenn Morris <rgm@gnu.org>
3034
3035 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
3036 (with-silent-modifications): Doc fixes.
3037
30382010-12-13 Michael Albinus <michael.albinus@gmx.de>
3039
3040 * net/tramp.el (tramp-action-password, tramp-process-actions):
3041 Revert previous from. Use `save-restriction'.
3042
30432010-12-13 Stephen Berman <stephen.berman@gmx.net>
3044
3045 * calendar/diary-lib.el (diary-list-sexp-entries):
3046 Handle case of no newline at end of file. (Bug#7536)
3047
30482010-12-13 Glenn Morris <rgm@gnu.org>
3049
3050 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
3051
30522010-12-13 Michael Albinus <michael.albinus@gmx.de>
3053
3054 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
3055 (tramp-process-actions): Do not widen.
3056
3057 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3058 Protect buffer-modified value. (Bug#7557)
3059
c7015153 30602010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
33383987
JB
3061
3062 * log-edit.el (log-edit-changelog-entries):
3063 Regexp quote filename. (Bug#7505)
3064
30652010-12-13 Tom Breton <tehom@panix.com>
3066
3067 * cus-edit.el (custom-save-all):
3068 Bind print-length and print-level to nil. (Bug#7581)
3069
30702010-12-13 Glenn Morris <rgm@gnu.org>
3071
3072 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
3073 Run hooks to update menu contents. (Bug#7586)
3074
3075 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
3076 file names, for the sake of MS Windows. (Bug#7588)
3077
30782010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3079
3080 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
3081 empty lines without a leading space.
3082
cd394be1 30832010-12-13 Leo Liu <sdl.web@gmail.com>
33383987
JB
3084
3085 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
3086 while mapping over marks (Bug#6810).
3087
30882010-12-13 Chong Yidong <cyd@stupidchicken.com>
3089
3090 * image-dired.el (image-dired-db-file)
3091 (image-dired-temp-image-file, image-dired-gallery-dir)
3092 (image-dired-temp-rotate-image-file): Set default values relative
3093 to image-dired-dir (Bug#7518).
3094
30952010-12-13 Lawrence Mitchell <wence@gmx.li>
3096
3097 * format.el (format-decode-run-method): Pass args FROM and TO, not
3098 point-min and point-max, to shell-command-on-region (Bug#7488).
3099
31002010-12-13 Jan Djärv <jan.h.d@swipnet.se>
3101
3102 * frame.el (blink-cursor-mode): Make default t for ns.
3103
31042010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3105
3106 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3107
31082010-12-13 Chong Yidong <cyd@stupidchicken.com>
3109
3110 * comint.el (comint-dynamic-list-input-ring)
3111 (comint-dynamic-complete-filename)
3112 (comint-replace-by-expanded-filename)
3113 (comint-dynamic-simple-complete)
3114 (comint-dynamic-list-filename-completions)
3115 (comint-dynamic-list-completions): Doc fix (Bug#7499).
3116
3117 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
3118 Doc fix (Bug#7471).
3119
31202010-12-13 Martin Rudalics <rudalics@gmx.at>
3121
3122 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
3123 (Bug#7533).
3124
31252010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
3126
3127 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
3128 (Bug#7491).
3129
31302010-12-13 Eli Zaretskii <eliz@gnu.org>
3131
3132 * files.el (file-relative-name): Handle UNC file names on
3133 DOS/Windows. (Bug#4674)
3134
31352010-12-13 Daiki Ueno <ueno@unixuser.org>
3136
3137 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3138 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3139 (epg-context-set-passphrase-callback): Mention that the callback
3140 is not called when used with GnuPG 2.x.
3141
31422010-12-13 Glenn Morris <rgm@gnu.org>
3143
3144 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
3145 Ensure ps-footer-font-size-internal is initialized.
3146 Call ps-get-page-dimensions before trying to use ps-font-for-text.
3147
31482010-12-13 Kenichi Handa <handa@m17n.org>
3149
3150 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
3151 within condition-case.
3152 (rmail-show-mime): Don't use condition-case.
3153 (rmail-search-mime-message): New function.
3154 (rmail-search-mime-message-function): Set to
3155 rmail-search-mime-message.
3156
cd394be1 31572010-12-13 Leo Liu <sdl.web@gmail.com>
33383987
JB
3158
3159 * ido.el (ido-common-initialization): New function. (bug#3274)
3160 (ido-mode): Use it.
3161 (ido-completing-read): Call it.
3162
31632010-12-12 Karl Fogel <kfogel@red-bean.com>
3164
3165 * bookmark.el (bookmark-name-from-full-record): Rename back to
3166 this original name from `bookmark-name-from-record' reverting part
3167 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
3168 As Drew Adams pointed out, there was no reason to cause churn for
3169 third-party callers. (Bug#7609)
3170
31712010-12-12 Alan Mackenzie <acm@muc.de>
3172
3173 * progmodes/cc-engine.el (c-forward-type): Before scanning a
3174 template arglist, check that the current language supports this.
3175
31762010-12-11 Glenn Morris <rgm@gnu.org>
3177
3178 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
3179 state of the file matches. (Bug#7544)
3180 (vc-bzr-register, vc-bzr-checkin)
3181 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
3182 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
3183
3184 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
3185
31862010-12-11 Karel Klíč <kklic@redhat.com>
3187
3188 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
3189
31902010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3191
3192 Derive from prog-mode, use derived-mode-p, and fix up various
3193 minor style issues in lisp/progmodes.
3194
3195 * progmodes/vhdl-mode.el (vhdl-mode):
3196 * progmodes/verilog-mode.el (verilog-mode):
3197 * progmodes/vera-mode.el (vera-mode):
3198 * progmodes/sql.el (sql-mode):
3199 * progmodes/scheme.el (scheme-mode):
3200 * progmodes/perl-mode.el (perl-mode):
3201 * progmodes/octave-inf.el (inferior-octave-mode):
3202 * progmodes/autoconf.el (autoconf-mode):
3203 * progmodes/m4-mode.el (m4-mode):
3204 * progmodes/inf-lisp.el (inferior-lisp-mode):
3205 * progmodes/idlwave.el (idlwave-mode):
3206 * progmodes/icon.el (icon-mode):
3207 * progmodes/idlw-help.el (idlwave-help-mode):
3208 * progmodes/dcl-mode.el (dcl-mode):
3209 * progmodes/idlw-shell.el (idlwave-shell-mode):
3210 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
3211 (ebrowse-member-mode, ebrowse-electric-position-mode):
3212 Use define-derived-mode.
3213
3214 * progmodes/xscheme.el (exit-scheme-interaction-mode)
3215 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
3216 (xscheme-debugger-mode-p, xscheme-send-string-1):
3217 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
3218 (tcl-load-file, tcl-restart-with-file):
3219 * progmodes/ps-mode.el (ps-run-running):
3220 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
3221 * progmodes/js.el (js--get-all-known-symbols):
3222 * progmodes/inf-lisp.el (inferior-lisp-proc):
3223 * progmodes/idlwave.el (idlwave-beginning-of-statement)
3224 (idlwave-template, idlwave-update-buffer-routine-info)
3225 (idlwave-update-current-buffer-info)
3226 (idlwave-get-routine-info-from-buffers, idlwave-choose)
3227 (idlwave-scan-class-info, idlwave-fix-keywords)
3228 (idlwave-list-buffer-load-path-shadows):
3229 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
3230 (idlwave-toolbar-remove):
3231 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
3232 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
3233 (idlwave-shell-menu-def):
3234 * progmodes/idlw-complete-structtag.el
3235 (idlwave-prepare-structure-tag-completion):
3236 * progmodes/gud.el (gud-set-buffer):
3237 * progmodes/f90.el (f90-backslash-not-special):
3238 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
3239
3240 * progmodes/xscheme.el (xscheme-start)
3241 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
3242 * progmodes/which-func.el (which-function):
3243 * progmodes/vhdl-mode.el (vhdl-set-style):
3244 * progmodes/verilog-mode.el (verilog-set-compile-command)
3245 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
3246 (verilog-set-define, verilog-auto-reeval-locals):
3247 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
3248 * progmodes/simula.el (simula-mode):
3249 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
3250 * progmodes/python.el (python-check, python-mode):
3251 * progmodes/prolog.el (prolog-mode-variables):
3252 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
3253 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
3254 * progmodes/delphi.el (delphi-mode):
3255 * progmodes/cc-styles.el (c-setup-paragraph-variables):
3256 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
3257 (c-font-lock-init): Move make-local-variable to their setq.
3258
3259 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
3260 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
3261 make-local-hook.
3262 * progmodes/sh-script.el (sh-require-final-newline): Remove.
3263 (sh-set-shell): Don't set require-final-newline since it's already done
3264 by prog-mode.
3265 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
3266 since we never set it.
3267 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
3268 Use read-string and standard prompt.
3269 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
3270 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
3271 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
3272 (meta-common-mode-map): Rename from meta-mode-map.
3273 Remove C-m binding, which is a user preference, not mode specific.
3274 (meta-common-mode): New major mode; replace meta-common-initialization.
3275 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
3276 around with font-lock.
3277 * progmodes/etags.el (select-tags-table-mode):
3278 Derive from special-mode.
3279 * progmodes/octave-mod.el (octave-mode):
3280 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
3281 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
3282 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
3283 Let define-derived-mode do its job.
3284 * progmodes/cpp.el (cpp-edit-mode-map):
3285 Move initialization into declaration.
3286 (cpp-edit-mode): Use define-derived-mode.
3287 (cpp-edit-load): Use derived-mode-p.
3288 * progmodes/mixal-mode.el (mixal-mode):
3289 * progmodes/f90.el (f90-mode):
3290 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
3291 require-final-newline since prog-mode does it already.
3292 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
3293 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
3294 * progmodes/antlr-mode.el: Require cc-mode upfront.
3295 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
3296 the declaration.
3297 (antlr-directory-dependencies, antlr-show-makefile-rules):
3298 Use derived-mode-p.
3299 (antlr-language-option): Don't assume point-min==1.
3300 (antlr-mode): Use define-derived-mode.
3301 * progmodes/ada-mode.el: Use derived-mode-p.
3302 (ada-mode): Use define-derived-mode.
3303 Use hack-local-variables-hook.
3304
33052010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3306
3307 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
3308 (texinfo-mode): Don't disable adaptive-fill-mode.
3309 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
3310 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
3311 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
3312 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
3313 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
3314 (texinfo-insert-@quotation, texinfo-insert-@samp)
3315 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
3316 (texinfo-insert-@uref): Use define-skeleton.
3317 (texinfo-insert-@-with-arg): Delete.
3318
33192010-12-10 Eli Zaretskii <eliz@gnu.org>
3320
3321 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
3322 nil, do quote archive member names. (Bug#6144)
3323
33242010-12-10 Glenn Morris <rgm@gnu.org>
3325
3326 * files.el (diff-no-select): Declare.
3327
3328 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
3329 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
3330
3331 * comint.el (comint-input-ring-file-name): Doc fix.
3332
33332010-12-09 Eli Zaretskii <eliz@gnu.org>
3334
3335 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
3336 New functions.
3337 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
3338 Use them instead of `nil' and `>', respectively.
3339 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
3340 instead of `nil'.
3341 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
3342 and menu-bar-positive-p instead of `nil' and `>', respectively.
3343 (Bug#1077)
3344
33452010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3346
3347 * whitespace.el (whitespace-newline-mode): Code fix.
3348
33492010-12-09 Glenn Morris <rgm@gnu.org>
3350
3351 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
3352 Rename functions without commas, update callers.
3353
33542010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
3355
3356 * whitespace.el (whitespace-cleanup-region):
3357 Clean up spaces before tabs. (Bug#7582)
3358
33592010-12-08 Karl Fogel <kfogel@red-bean.com>
3360
3361 * bookmark.el: Adjust parameter names and doc strings to resolve
3362 confusion over whether "bookmark" meant a bookmark name or a
3363 bookmark record. Along the way, shorten one function's name for
3364 similar reasons. (Issue #7548)
3365 (bookmark-name-from-record): New name for
3366 `bookmark-name-from-full-record'. All callers changed.
3367 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3368 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
3369 (bookmark-get-annotation, bookmark-set-annotation)
3370 (bookmark-get-filename, bookmark-set-filename)
3371 (bookmark-get-position, bookmark-set-position)
3372 (bookmark-get-front-context-string, bookmark-set-front-context-string)
3373 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
3374 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
3375 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
3376 Rename `bookmark' parameter to `bookmark-name-or-record', to
3377 clearly show its role, and shorten or adjust doc strings accordingly.
3378 (bookmark-set-name): Same, and pass the parameter directly to
3379 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
3380 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
3381 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
3382 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
3383 and in some cases shorten doc string accordingly.
3384 (bookmark-rename): Change `old' and `new' parameters to `old-name'
3385 and `new-name', and adjust an internal variable to avoid confusion.
3386 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
3387 parameter in doc string.
3388
33892010-12-08 Glenn Morris <rgm@gnu.org>
3390
3391 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
3392 from gdb's history file. (Bug#7575)
3393
3394 * mail/emacsbug.el (report-emacs-bug):
3395 Try to handle some other mail clients.
3396
33972010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3398
3399 * files.el (dir-locals-collect-variables): Don't let errors stop us.
3400 Use string-prefix-p.
3401 (file-name-version-regexp): New var.
3402 (file-name-sans-versions):
3403 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
3404 (jka-compr-get-compression-info): Use dolist.
3405 (jka-compr-compression-info-list): Don't bother specifying
3406 version/backup regexps.
3407
34082010-12-07 Tassilo Horn <tassilo@member.fsf.org>
3409
3410 * simple.el (just-one-space): Make argument n default to 1 if
3411 omitted.
3412
34132010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3414
3415 * electric.el (electric-indent-post-self-insert-function):
3416 Delete trailing newlines even if we don't reindent.
3417
34182010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3419
3420 * minibuffer.el (completion-at-point): Remove the `arg'.
3421 * bindings.el (complete-symbol): Move back from minibuffer.el.
3422
34232010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3424
3425 * simple.el (just-one-space): Delete newlines for negative arg.
3426
34272010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3428
3429 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
3430 (ansi-color-filter-apply): Simplify.
3431 (ansi-color-apply): Use `font-lock-face' rather than `face'.
3432
34332010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3434
3435 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3436
34372010-12-04 Chong Yidong <cyd@stupidchicken.com>
3438
3439 * dired.el (dired-use-ls-dired): Set default to a special
3440 "unspecified" value.
3441 (dired-insert-directory): When called the first time, check
3442 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
3443
34442010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
3445
3446 * replace.el: Add "collect" feature to occur.
3447 (occur-collect-regexp-history): New var.
3448 (occur-read-primary-args): Return a replace string for nlines,
3449 if needed.
3450 (occur): Extend the meaning of nlines.
3451
34522010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3453
3454 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
3455 (which-func-update-1): Distinguish symbols from strings.
3456 (which-function): Stay within 80 columns.
3457
34582010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3459
3460 * subr.el (with-demoted-errors): Distinguish symbols from strings.
3461
3462 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
3463 Improve docstring.
3464 (comment-style): Use comment-styles's docs to describe values.
3465
34662010-12-03 Jan Djärv <jan.h.d@swipnet.se>
3467
3468 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
3469 and ns-show-prefs (Bug#7535).
3470
3471 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
3472 bindings (Bug#7535).
3473
34742010-12-03 Glenn Morris <rgm@gnu.org>
3475
3476 * nxml/nxml-mode.el: Require rng-nxml.
3477 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
3478 Remove declarations.
3479
3480 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
3481 * nxml/rng-nxml.el, nxml/rng-valid.el:
3482 Remove leading `*' from defcustom docs.
3483
3484 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3485 (normal-top-level-add-to-load-path, tty-handle-args):
3486 Convert comments to basic doc-strings.
3487
3488 * net/browse-url.el (browse-url-url-at-point)
3489 (browse-url-default-browser): Remove autoload cookies.
3490
3491 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3492 Remove more undefined cl functions.
3493
3494 * vc/diff.el (diff-sentinel): Make new arguments optional.
3495 * ibuf-ext.el (diff-sentinel): Update declaration.
3496
34972010-12-03 Daiki Ueno <ueno@unixuser.org>
3498
3499 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3500 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3501 (epg-context-set-passphrase-callback): Mention that the callback
3502 is not called when used with GnuPG 2.x.
3503
35042010-12-02 Michael Albinus <michael.albinus@gmx.de>
3505
3506 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
3507 (tramp-file-name-port): Check also for `tramp-default-port'.
3508 (tramp-get-connection-name): New defun.
3509 (tramp-get-connection-process): Use it.
3510 (tramp-debug-message): Extend function exclude list.
3511 (tramp-drop-volume-letter): Fix doc string.
3512
3513 * net/tramp-cmds.el: Remove solved todo item.
3514
3515 * net/tramp-ftp.el:
3516 * net/tramp-gvfs.el:
3517 * net/tramp-gw.el:
3518 * net/tramp-imap.el:
3519 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
3520 and `tramp-default-user-alist', respectively.
3521
3522 * net/tramp-gw.el (tramp-gw-open-connection):
3523 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
3524
3525 * net/tramp-imap.el (tramp-imap-make-iht): Use just
3526 `tramp-file-name-port'.
3527
3528 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
3529 and "psftp". Exchange "%k" marker with options.
3530 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
3531 Compute size of link target.
3532 (tramp-do-copy-or-rename-file-out-of-band): Move setting of
3533 `tramp-current-*' up due to gateway methods. Optimize computing of
3534 copy arguments. Use `tramp-get-connection-name' and
3535 `tramp-get-connection-buffer'. Improve debug messages.
3536 (tramp-compute-multi-hops): Remove port determination.
3537 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
3538
3539 * net/trampver.el: Update release number.
3540
35412010-12-02 Glenn Morris <rgm@gnu.org>
3542
3543 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3544 Avoid infinite loop over windows. (Bug#7492)
3545
3546 * progmodes/flymake.el (flymake-check-file-limit):
3547 Allow nil to mean "no limit".
3548 (flymake-check-patch-master-file-buffer): Update for above change.
3549 Allow a .tex file-name extension to be optional.
3550 (flymake-master-tex-init): Also match \include statements.
3551
35522010-11-30 Sam Steingold <sds@gnu.org>
3553
3554 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
3555 (nxml-parent-document-set): A function to set `nxml-parent-document'.
3556 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
3557 (nxml-mode-hook): Remove `defcustom' (auto-defined by
3558 define-derived-mode').
3559 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
3560 users who want to call `nxml-parent-document-set'.
3561
35622010-11-27 Chong Yidong <cyd@stupidchicken.com>
3563
3564 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
3565 stand-alone lines, since that is handled by log-edit-match-to-eoh
3566 (Bug#6465).
3567
35682010-11-27 Eduard Wiebe <usenet@pusto.de>
3569
3570 * dired.el (dired-get-filename): Replace backslashes with slashes
3571 in file names on MS-Windows, needed by `locate'. (Bug#7308)
3572 * locate.el (locate-default-make-command-line): Don't consider
3573 drive letter and root directory part of
3574 `directory-listing-before-filename-regexp'. (Bug#7308)
75bfc667 3575 (locate-post-command-hook, locate-mode-hook): New defcustoms.
33383987
JB
3576
35772010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3578
3579 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
3580 of :smie-open/close-alist.
3581 (smie-next-sexp): Make it accept a "start token" as argument.
3582 (smie-indent-keyword): Be careful not to misidentify tokens that span
3583 more than one line, as empty lines. Add argument `token'.
3584
35852010-11-27 Kenichi Handa <handa@m17n.org>
3586
3587 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
3588 multipart subtypes, insert all as usual.
3589
3590 * mail/rmail.el: Require rfc2047.
3591
35922010-11-27 Kenichi Handa <handa@m17n.org>
3593
3594 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
3595 (rmail-mime-entity-disposition)
3596 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
3597 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
3598 (rmail-mime-save): Handle the case that the button's `data' is a
3599 MIME entity.
3600 (rmail-mime-insert-text): New function.
3601 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
3602 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
3603 (rmail-mime-insert-bulk): New function mostly copied from the old
3604 rmail-mime-bulk-handler.
3605 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
3606 (rmail-mime-process-multipart): New function mostly copied from
3607 the old rmail-mime-multipart-handler.
3608 (rmail-mime-show): Just call rmail-mime-process.
3609 (rmail-mime-process): New function mostly copied from the old
3610 rmail-mime-show.
3611 (rmail-mime-insert-multipart, rmail-mime-parse)
3612 (rmail-mime-insert, rmail-show-mime)
3613 (rmail-insert-mime-forwarded-message)
3614 (rmail-insert-mime-resent-message): New functions.
3615 (rmail-insert-mime-forwarded-message-function): Set to
3616 rmail-insert-mime-forwarded-message.
3617 (rmail-insert-mime-resent-message-function): Set to
3618 rmail-insert-mime-resent-message.
3619
3620 * mail/rmailsum.el: Require rfc2047.
3621 (rmail-header-summary): Handle multiline Subject: field.
3622 (rmail-summary-line-decoder): Change the default to
3623 rfc2047-decode-string.
3624
3625 * mail/rmail.el (rmail-enable-mime): Change the default to t.
3626 (rmail-mime-feature): Change the default to `rmailmm'.
3627 (rmail-quit): Delete the specifal code for rmail-enable-mime.
3628 (rmail-display-labels): Likewise.
3629 (rmail-show-message-1): Check rmail-enable-mime, and use
3630 rmail-show-mime-function for a MIME message. Decode the headers
3631 according to RFC2047.
3632
36332010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3634
3635 * progmodes/which-func.el (which-func-imenu-joiner-function):
3636 Return a string, as expected.
3637 (which-function-mode): Make sure we stop any previous timer before
3638 starting a new one.
3639
36402010-11-27 Michael Albinus <michael.albinus@gmx.de>
3641
3642 * net/tramp.el (tramp-default-method-alist)
3643 (tramp-default-user-alist, tramp-default-proxies-alist):
3644 Adapt custom options type. (Bug#7445)
3645
36462010-11-27 Chong Yidong <cyd@stupidchicken.com>
3647
3648 * progmodes/python.el: Add Ipython support (Bug#5390).
3649 (python-shell-prompt-alist)
3650 (python-shell-continuation-prompt-alist): New options.
3651 (python--set-prompt-regexp): New function.
3652 (inferior-python-mode, run-python, python-shell):
3653 Require ansi-color. Use python--set-prompt-regexp to set the comint
3654 prompt based on the Python interpreter.
3655 (python--prompt-regexp): New var.
3656 (python-check-comint-prompt)
3657 (python-comint-output-filter-function): Use it.
3658 (run-python): Use a pipe (Bug#5694).
3659
36602010-11-27 Chong Yidong <cyd@stupidchicken.com>
3661
3662 * progmodes/python.el (run-python): Doc fix.
3663 (python-keep-current-directory-in-path): New var (Bug#7454).
3664
36652010-11-27 Chong Yidong <cyd@stupidchicken.com>
3666
3667 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3668 Prompt user before actually printing.
3669
36702010-11-27 Glenn Morris <rgm@gnu.org>
3671
3672 * startup.el (package-enable-at-startup, package-initialize):
3673 Remove unnecessary declarations.
3674
36752010-11-27 Eli Zaretskii <eliz@gnu.org>
3676
3677 * international/characters.el (glyphless-char-display-control):
3678 Exclude newline and TAB from the c0-control group.
3679
36802010-11-27 Glenn Morris <rgm@gnu.org>
3681
3682 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
3683 (expand-mail-aliases): Remove unnecessary autoload.
3684
3685 * allout.el (allout-command-prefix, allout-mode-map): Declare.
3686
3687 * shell.el (shell-dir-cookie-re): Move definition before use.
3688
3689 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3690 Replace undefined CL functions.
3691
36922010-11-26 Eli Zaretskii <eliz@gnu.org>
3693
3694 * simple.el (prog-mode): Set bidi-paragraph-direction to
3695 left-to-right.
3696
3697 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
3698
36992010-11-26 Glenn Morris <rgm@gnu.org>
3700
3701 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
3702 diary-outlook-formats can be sensitive to calendar-date-style.
3703 (diary-outlook-formats): Simplify the default setting.
3704 (diary-from-outlook-internal): Pass subject and body as arguments.
3705 Use dolist rather than dotimes. Don't save the diary buffer.
3706 (diary-from-outlook-gnus, diary-from-outlook-rmail):
3707 Pass subject and body as explicit arguments to the -internal function.
3708
37092010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3710
3711 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
3712 parsing them. This makes mailto:...?subject=foo\nbar work.
3713
37142010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3715
3716 * vc/diff.el (diff): Fix last change.
3717
37182010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3719
3720 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
3721 (pcase--dontcare-upats): New var.
3722 (pcase-let, pcase-let*): Generate better code.
3723 Accept the same bodies as `let'.
3724 (pcase-dolist): New macro.
3725 (pcase--trivial-upat-p): New helper function.
3726 (pcase--expand): Strip leading "(let nil" if any.
3727
37282010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3729
3730 * mail/mailclient.el (browse-url): Require.
3731 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
3732 use the external browser function to send the mail (bug#7469).
3733
3734 * net/browse-url.el (browse-url-browser-function): Revert the
3735 default back to the previous value, since the new value broke
3736 mailclient.el.
3737 (browse-url-mailto-function): New variable for mailto: URLs.
3738 (browse-url): Use the new variable for mailto: URLs.
3739
37402010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3741
3742 * eshell/esh-cmd.el (eshell-parse-command):
3743 * eshell/esh-arg.el (eshell-parse-arguments):
3744 * eshell/em-script.el (eshell-source-file):
3745 Use with-silent-modifications.
3746
37472010-11-23 Chong Yidong <cyd@stupidchicken.com>
3748
3749 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
3750 for a merge location.
3751
3752 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
3753 (vc-bzr-merge-branch): Always prompt.
3754 (vc-bzr-async-command): Use the full branch filename.
3755
37562010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3757
3758 * shell.el (shell): Use current-buffer by default if it's already
3759 a shell mode buffer and its process is dead.
3760 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
3761
37622010-11-23 Tassilo Horn <tassilo@member.fsf.org>
3763
3764 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
3765 Mention that the keywords should be comma separated.
3766
37672010-11-23 Chong Yidong <cyd@stupidchicken.com>
3768
3769 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
3770 Accept optional prefix arg meaning to prompt for a command.
3771 (vc-update): Use vc-BACKEND-pull if available. Accept optional
3772 prefix arg meaning to prompt for a command.
3773 (vc-pull): Alias for vc-update.
3774
3775 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
3776 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
3777 (vc-bzr-merge-branch): New functions, implementing merge-branch
3778 and pull operations.
3779
37802010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3781
3782 * Makefile.in: Fix up last merge.
3783
3784 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
3785 (diff-sentinel): Get them as arguments instead.
3786 (diff-old-file, diff-new-file, diff-extra-args): Remove.
3787 (diff-file-local-copy, diff-better-file-name): New funs.
3788 (diff-no-select): Rename from diff-into-buffer.
3789 Support buffers additionally to files. Move `buf' arg. Don't display buf.
3790 Prefer closures to buffer-local variables.
3791 (diff): Adjust accordingly.
3792 (diff-buffer-with-file): Move from files.el.
3793 * files.el (diff-buffer-with-file): Move to vc/diff.el.
3794 (diff-buffer-internal): Remove.
3795 (diff-buffer-buffer): Remove.
3796 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
3797 the buffer name used, and so as not to mess up windows and frames.
3798
37992010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3800
3801 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
3802 (diff-buffer-internal): New function extracted from diff-buffer-with-file
3803 (diff-buffer-with-file): Use it.
3804 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
3805 (diff): Use it.
3806
38072010-11-22 Tassilo Horn <tassilo@member.fsf.org>
3808
3809 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
3810 \ref's or \pageref's value as default instead of initial input.
3811
38122010-11-21 Michael Albinus <michael.albinus@gmx.de>
3813
3814 * files.el (backup-by-copying-when-mismatch): The default value is
3815 now t.
3816
3817 * startup.el (normal-top-level):
3818 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
3819 `backup-by-copying-when-mismatch'.
3820
38212010-11-21 Jan Djärv <jan.h.d@swipnet.se>
3822
3823 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
3824
38252010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3826
3827 * progmodes/python.el (python-font-lock-keywords):
3828 Highlight top-level augmented assignments (Bug#6445).
3829
38302010-11-21 Jan Djärv <jan.h.d@swipnet.se>
3831
3832 * term/ns-win.el (ns-right-control-modifier)
3833 (ns-right-command-modifier): Defvar them.
3834
3835 * cus-start.el (all): Add ns-right-control-modifier and
3836 ns-right-command-modifier (Bug#7458).
3837
38382010-11-20 Glenn Morris <rgm@gnu.org>
3839
3840 * emacs-lisp/authors.el (authors-ignored-files)
3841 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
3842
38432010-11-20 Tassilo Horn <tassilo@member.fsf.org>
3844
3845 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
3846 (report-emacs-bug-parse-query-results)
3847 (report-emacs-bug-create-existing-bugs-buffer): Pass through
3848 keywords used for querying the bug database to show them in the
3849 existing bugs buffer.
3850
38512010-11-20 Jan Djärv <jan.h.d@swipnet.se>
3852
3853 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
3854
3855 * info.el (info-tool-bar-map): Add some :vert-only keywords.
3856
38572010-11-20 Eli Zaretskii <eliz@gnu.org>
3858
3859 * international/characters.el (glyphless-char-display-control):
3860 Make it a defcustom, with update-glyphless-char-display as its
3861 :set attribute.
3862 (top level): Don't call update-glyphless-char-display.
3863
38642010-11-20 Michael Albinus <michael.albinus@gmx.de>
3865
3866 Sync with Tramp 2.2.0.
3867
3868 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
3869 `file-remote-p' (due to compatibility).
3870
3871 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
3872 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
3873
3874 * net/trampver.el: Update release number.
3875
38762010-11-20 Eli Zaretskii <eliz@gnu.org>
3877
3878 * faces.el (glyphless-char): Define value for `pc'.
3879
38802010-11-20 Tassilo Horn <tassilo@member.fsf.org>
3881
3882 Implemented a bug querying mechanism.
3883 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
3884 (report-emacs-bug-create-existing-bugs-buffer)
3885 (report-emacs-bug-parse-query-results)
3886 (report-emacs-bug-query-existing-bugs): New functions.
3887
38882010-11-19 Tassilo Horn <tassilo@member.fsf.org>
3889
3890 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
3891 a \ref{} or \pageref{} macro, then use its value as initial input.
3892
38932010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
3894
3895 * calc/calc-units.el (math-build-units-table-buffer):
3896 calc/README: Mention that the TeX specific units won't use the
3897 `tex' prefix in TeX mode.
3898 calc/calc-lang.el (math-variable-table): Don't use the `tex'
3899 prefix for units in TeX mode.
3900
39012010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3902
3903 * simple.el (kill-new, kill-append, kill-region):
3904 * comint.el (comint-kill-region): Make the yank-handler argument
3905 obsolete.
3906
39072010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3908
3909 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
3910 that are both openers (resp. closers) and something else.
3911 (smie-grammar): Loosen definition of valid values.
3912 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
3913 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
3914 (smie-indent-after-keyword): Adjust users.
3915 (smie-indent-keyword): Don't indent empty lines.
3916
3917 * vc-hg.el (vc-hg-program): New var.
3918 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
3919 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
3920
39212010-11-18 Glenn Morris <rgm@gnu.org>
3922
3923 * emacs-lisp/autoload.el (autoload-find-destination): The function
3924 coding-system-eol-type may return non-numeric values. (Bug#7414)
3925
39262010-11-18 Ulrich Mueller <ulm@gentoo.org>
3927
3928 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
3929
39302010-11-18 Eli Zaretskii <eliz@gnu.org>
3931
3932 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
3933
39342010-11-18 Chong Yidong <cyd@stupidchicken.com>
3935
3936 * textmodes/picture.el (picture-mouse-set-point): Don't use
3937 posn-col-row; explicitly compute the motion based on the posn at
3938 the window-start (Bug#7390).
3939
39402010-11-18 Glenn Morris <rgm@gnu.org>
3941
3942 * novice.el (disabled-command-function):
3943 Fix 2009-11-15 change. (Bug#7384)
3944
39452010-11-18 Glenn Morris <rgm@gnu.org>
3946
3947 * calendar/calendar.el (diary-iso-date-forms): Make elements
3948 mutually exclusive. (Bug#7377)
3949
39502010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3951
3952 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
3953 when filling the remaining "unconstrained" values.
3954
39552010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3956
3957 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
3958 safety predicate.
3959
3960 * files.el (safe-local-variable-p): Gracefully handle errors.
3961
3962 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
3963 Use smie-indent-virtual when indenting relative to an opener.
3964 (smie-rule-separator): Use smie-rule-parent.
3965 (smie-indent-keyword): Consult rules, even for openers at bol.
3966 (smie-indent-comment-close): Try to align closer's content.
3967
39682010-11-18 Glenn Morris <rgm@gnu.org>
3969
3970 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
3971
39722010-11-18 Glenn Morris <rgm@gnu.org>
3973
3974 * printing.el (pr-menu-bind): Doc fix.
3975
3976 * speedbar.el (speedbar-toggle-images): Doc fix.
3977
3978 * progmodes/python.el (python-shell): Doc fix.
3979
3980 * wid-edit.el (widget-field-use-before-change)
3981 (widget-use-overlay-change): Doc fixes.
3982
39832010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3984
3985 Minor cleanup to improve style.
3986 * textmodes/rst.el (rst-update-section): Use point-marker.
3987 (rst-get-decoration): Eliminate unneeded assignment.
3988 (rst-promote-region, rst-straighten-decorations)
3989 (rst-section-tree, rst-adjust): Use point-marker.
3990 (rst-toc-mode-mouse-goto): Avoid setq.
3991 (rst-shift-region-guts, rst-shift-region-left)
3992 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
3993 (rst-convert-bullets-to-enumeration): Use copy-marker.
3994
3995 * minibuffer.el (completion-fail-discreetly): New var.
3996 (completion--do-completion): Use it.
3997
3998 * electric.el (electric-pair-pairs): New var.
3999 (electric-pair-post-self-insert-function): Use it.
4000 (electric-layout-post-self-insert-function): Don't insert a before
4001 newline unless it's actually needed.
4002
40032010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4004
4005 * progmodes/python.el (run-python): Explain why we remove the current
4006 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
4007
4008 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
4009
40102010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4011
4012 * progmodes/octave-mod.el: Rely on elecric-*-modes.
4013 (octave-mode-map): Don't bind ;, SPC, and LF.
4014 (octave-auto-indent, octave-auto-newline): Remove.
4015 (electric-layout-rules): Declare.
4016 (octave-mode): Set electric-layout-rules.
4017 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
4018 (octave-reindent-then-newline-and-indent, octave-electric-semi)
4019 (octave-electric-space): Remove.
4020
4021 * electric.el (electric-layout-mode): New minor mode.
4022 (electric--after-char-pos): New function.
4023 (electric-indent-post-self-insert-function): Use it.
4024 (electric-layout-rules): New var.
4025 (electric-layout-post-self-insert-function): New function.
4026 (electric-indent-mode): Make them interact better.
4027
40282010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4029
4030 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
4031 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
4032 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
4033
40342010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
4035
4036 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
4037 Make sure to check inside the word (Bug#6761).
4038
40392010-11-14 Chong Yidong <cyd@stupidchicken.com>
4040
4041 * startup.el (command-line): If the cursorColor resource is set,
4042 change the cursor face-spec (Bug#7392).
4043
40442010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
4045
4046 The main features of the following allout.el changes are:
4047 - implement user customization for the allout key bindings
4048 - add a customization control by which the user can inhibit use of
4049 a trailing Ctrl-H, so by default it's reserved for use with
4050 describe-prefix-bindings
4051 - adapt to new version of called-interactively-p, while
4052 maintaining backwards compatibility with old version
4053 - fix hotspot navigation so i works properly with meta-modified keys.
4054
4055 * allout.el (allout-keybindings, allout-bind-keys)
4056 (allout-keybindings-binding, allout-prefixed-keybindings)
4057 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
4058 (allout-keybindings-list, allout-mode-map-adjustments)
4059 (allout-setup-mode-map): Establish allout-mode keymaps as user
4060 customizable settings, and also establish a customizable setting which
4061 regulates whether or not a trailing control-h is reserved for use with
4062 describe-prefix-bindings - and inhibit it by default, so that control-h
4063 *is* reserved for describe-prefix-bindings unless the user changes it.
4064
4065 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
4066 and accurately between modified and unmodified events, and handle
4067 modified events more comprehensively.
4068
4069 * allout.el (allout-substring-no-properties):
4070 Alias to use or provide version of `substring-no-properties'.
4071 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
4072
4073 * allout.el (allout-next-single-char-property-change):
4074 Alias to use or provide version of `next-single-char-property-change'.
4075 (allout-annotate-hidden, allout-hide-by-annotation):
4076 Use `allout-next-single-char-property-change'.
4077
4078 * allout.el (allout-select-safe-coding-system):
4079 Alias to use or provide version of `select-safe-coding-system'.
4080 (allout-toggle-subtree-encryption):
4081 Use `allout-select-safe-coding-system'.
4082
4083 * allout.el (allout-set-buffer-multibyte):
4084 Alias to use or provide version of `set-buffer-multibyte'.
4085 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
4086
4087 * allout.el (allout-called-interactively-p): Macro for using the
4088 different versions of called-interactively-p identically, depending on
4089 the subroutine's argument signature.
4090 (allout-back-to-current-heading, allout-beginning-of-current-entry):
4091 Use `(interactive "p")' instead of `(called-interactively-p)'.
4092
4093 * allout.el (allout-init, allout-ascend, allout-end-of-level)
4094 (allout-previous-visible-heading, allout-forward-current-level)
4095 (allout-backward-current-level, allout-show-children):
4096 Use `allout-called-interactively-p' instead of `called-interactively-p'.
4097
4098 * allout.el (allout-before-change-handler):
4099 Exempt edits to the (overlaid) character after the allout outline
4100 bullet from edit confirmation prompt.
4101
4102 * allout.el (allout-add-resumptions):
4103 Ensure that it respects correct buffer for keybindings.
4104
4105 * allout.el (allout-beginning-of-line):
4106 Use `allout-previous-single-char-property-change' alias for the sake of
4107 diverse compatibility.
4108
4109 * allout.el (allout-end-of-line):
4110 Use `allout-mark-active-p' to encapsulate respect for mark activity.
4111
41122010-11-13 Chong Yidong <cyd@stupidchicken.com>
4113
4114 * frame.el (frame-notice-user-settings): Don't clobber other
4115 user-set parameters when calling face-set-after-frame-default in
4116 response to background-color parameter (Bug#7373).
4117
41182010-11-13 Eli Zaretskii <eliz@gnu.org>
4119
4120 * international/characters.el (glyphless-char-display-control):
4121 Rename from glyphless-char-control; all users changed. Doc fix.
4122 Signal an error if display method is not one of the recognized
4123 symbols.
4124
41252010-11-13 Michael Albinus <michael.albinus@gmx.de>
4126
4127 * net/tramp-compat.el (tramp-compat-line-beginning-position)
4128 (tramp-compat-line-end-position): Remove them.
4129
4130 * net/tramp.el (tramp-parse-rhosts-group)
4131 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
4132 (tramp-parse-hosts-group, tramp-parse-passwd-group)
4133 (tramp-parse-netrc-group, tramp-parse-putty-group)
4134 * net/tramp-cmds.el (tramp-append-tramp-buffers)
4135 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
4136 (tramp-sh-handle-file-selinux-context)
4137 (tramp-sh-handle-file-name-all-completions)
4138 (tramp-sh-handle-insert-directory)
4139 (tramp-sh-handle-expand-file-name, tramp-find-executable)
4140 (tramp-wait-for-output, tramp-send-command-and-read)
4141 * net/tramp-smb.el (tramp-smb-read-file-entry)
4142 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
4143
4144 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
4145 `point-at-bol'.
4146 (tramp-remote-coding-commands): Add an alternative using "base64
4147 -d -i". This is needed for older base64 versions from GNU
4148 coreutils. Reported by Klaus Reichl
4149 <Klaus.Reichl@thalesgroup.com>.
4150
41512010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
4152
4153 * simple.el (count-words-region): New function.
4154
41552010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4156
4157 * shell.el (shell-dir-cookie-re): New custom variable.
4158 (shell-dir-cookie-watcher): New function.
4159
4160 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
4161 and compilation-mode (bug#7350).
4162
4163 * vc/smerge-mode.el (smerge-refine): Choose better default part to
4164 highlight when one of them is empty.
4165
4166 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
4167 trailing space.
4168 (skeleton-newline): New function.
4169 (skeleton-internal-1): Use it.
4170
4171 * simple.el (open-line): `newline' may strip trailing space.
4172
41732010-11-12 Kevin Ryde <user42@zip.com.au>
4174
4175 * international/mule-cmds.el (princ-list): Use mapc.
4176
41772010-11-12 Glenn Morris <rgm@gnu.org>
4178
4179 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
4180 Use it to replace all instances of "*Compile-Log*".
4181
41822010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4183
4184 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
4185 indentation specs.
4186
41872010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4188
4189 * progmodes/modula2.el: Use SMIE and skeleton.
4190 (m2-mode-syntax-table): (*..*) can be nested.
4191 Add //...\n. Fix paren syntax.
4192 (m2-mode-map): Remove LF and TAB bindings.
4193 (m2-indent): Add safety property.
4194 (m2-smie-grammar): New var.
4195 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
4196 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
4197 (m2-mode): Use define-derived-mode.
4198 (m2-newline, m2-tab): Remove.
4199 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
4200 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
4201 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
4202 (m2-import): Use define-skeleton.
4203
42042010-11-11 Glenn Morris <rgm@gnu.org>
4205
4206 * obsolete/lucid.el: Don't warn about any CL functions in this file.
4207
4208 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
4209 (ls-lisp-verbosity): Add custom :set-after property.
4210 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
4211 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
4212 (ls-lisp-insert-directory): Update caller.
4213 (ls-lisp-set-options): New function.
4214 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
4215 Doc fix.
4216
4217 * play/landmark.el (lm-prompt-for-move):
4218 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
4219
4220 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
4221
4222 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
4223 (idlwave-study-twins): Prefix dynamic local variable `name'.
4224 (idlwave-routine-twin-compare): Update for above change.
4225
4226 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
4227 Prefix dynamic local variables `name', `kwd', and `link'.
4228 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
4229 * progmodes/idlw-complete-structtag.el
4230 (idlwave-complete-structure-tag-help):
4231 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
4232 (idlwave-complete-sysvar-tag-help)
4233 (idlwave-complete-class-structure-tag-help):
4234 Update for above name changes.
4235
42362010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4237
4238 * net/browse-url.el (browse-url-browser-function): Change the
4239 default to use `browse-url-mail' on mailto: URLs.
4240
42412010-11-10 Chong Yidong <cyd@stupidchicken.com>
4242
4243 * emacs-lisp/package.el (package-read-all-archive-contents):
4244 Reset package-archive-contents to nil before re-reading.
4245
42462010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
4247
4248 * textmodes/flyspell.el (flyspell-word): Do not re-check words
4249 already found as misspellings by (flyspell-large-region), just
4250 do highlighting (bug#7322).
4251
42522010-11-10 Glenn Morris <rgm@gnu.org>
4253
4254 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
4255
4256 * emulation/edt.el (edt-with-position): New macro.
4257 (edt-find-forward, edt-find-backward, edt-find-next-forward)
4258 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
4259 (edt-paragraph-forward, edt-paragraph-backward): Use it.
4260
4261 * emulation/tpu-extras.el (tpu-with-position): New macro.
4262 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
4263
4264 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
4265
4266 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
4267 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
4268 (texinfo-master-menu, texinfo-insert-node-lines)
4269 (texinfo-multiple-files-update):
4270 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
4271 Use line-beginning-position.
4272
4273 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
4274 No recent Emacs supports system-type `emx'.
4275
4276 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
4277 (ada-command-separator, ada-default-prj-properties)
4278 (ada-find-any-references): Update for above name change.
4279
4280 * dirtrack.el (dirtrack-directory-function)
4281 (dirtrack-canonicalize-function):
4282 * filecache.el (file-cache-completion-ignore-case)
4283 (file-cache-case-fold-search, file-cache-ignore-case):
4284 * term.el (serial-port-is-file-p): Cosmetic change.
4285
4286 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
4287 Remove non-existent `windows-95' system-type.
4288 * dired.el (dired-chown-program): Remove non-existent `linux'
4289 system-type.
4290
4291 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
4292 (ping-program-options): Remove non-existent `linux' system-type.
4293
4294 * startup.el (package-initialize): Update declaration.
4295
4296 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
4297 (ls-lisp-handle-switches): Use time-less-p.
4298 (ls-lisp-format-time): Use float-time.
4299
4300 * textmodes/remember.el (remember-time-to-seconds): Remove.
4301 (remember-store-in-mailbox): Use float-time.
4302
4303 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
4304
4305 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
4306 never a real function.
4307 (with-no-warnings): Remove compat stub, now unused.
4308 (time-less-p): Doc fix.
4309 (time-to-number-of-days): Simplify.
4310
4311 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
4312 Remove.
4313 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
4314 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
4315 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
4316 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
4317 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
4318
4319 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
4320 (eshell-shuffle-files, eshell-shorthand-tar-command)
4321 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
4322 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
4323 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
4324 Prefix dynamic local variable `matches'.
4325
4326 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
4327 Prefix dynamic local variable `skeleton'.
4328
43292010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4330
4331 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
4332 in mail buffer; make yank-action always a command that yanks original
4333 buffer.
4334
43352010-11-09 Glenn Morris <rgm@gnu.org>
4336
4337 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
4338
43392010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4340
4341 * minibuffer.el (minibuffer-completion-help): Specify the end of the
4342 completion field (bug#7211).
4343
4344 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
4345 Fix handling of backslash escapes.
4346 (python-quote-syntax): Adjust accordingly.
4347
43482010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
4349
4350 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
4351 (vc-mtn-workfile-branch): Adjust to new output format.
4352
43532010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4354
4355 * international/mule-cmds.el (princ-list): Mark as obsolete.
4356
43572010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4358
4359 * emacs-lisp/smie.el: New package.
4360
43612010-11-09 Michael Albinus <michael.albinus@gmx.de>
4362
4363 * files.el (backup-by-copying-when-mismatch):
4364 Set `permanent-local' property.
4365
4366 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
4367 `permanent-local' property for `backup-by-copying-when-mismatch'.
4368
43692010-11-09 Eli Zaretskii <eliz@gnu.org>
4370
4371 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
4372
43732010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
4374
4375 * progmodes/verilog-mode.el (verilog-insert-one-definition)
4376 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
4377 AUTOINOUT for SV style multidimensional arrays, bug294.
4378 Reported by Eric Mastromarchi.
4379 (verilog-preprocess): Use with-current-buffer and
4380 font-lock-fontify-buffer to cleanup style issues.
4381
43822010-11-09 Glenn Morris <rgm@gnu.org>
4383
4384 * locate.el (locate, locate-mode): Doc fixes.
4385
43862010-11-09 Chong Yidong <cyd@stupidchicken.com>
4387
4388 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
4389 user for confirmation.
4390 (server-force-stop): Use it.
4391 (server-start): Use server-force-stop for kill-emacs-hook, to
4392 avoid user interaction while killing Emacs.
4393
43942010-11-09 Glenn Morris <rgm@gnu.org>
4395
4396 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
4397 (meta-indent-line): Simplify.
4398
4399 * vc/emerge.el (emerge-line-number-in-buf):
4400 * textmodes/ispell.el (ispell-region):
4401 * textmodes/fill.el (current-fill-column):
4402 * progmodes/xscheme.el (xscheme-send-current-line):
4403 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
4404 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
4405 * progmodes/sh-script.el (sh-handle-prev-do):
4406 * progmodes/meta-mode.el (meta-indent-line):
4407 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
4408 (idlwave-in-quote):
4409 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
4410 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
4411 * progmodes/fortran.el (fortran-looking-at-if-then):
4412 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
4413 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
4414 (cperl-find-pods-heres):
4415 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
4416 * net/quickurl.el (quickurl-list-insert):
4417 * net/ldap.el (ldap-search-internal):
4418 * net/eudc.el (eudc-expand-inline):
4419 * mail/sendmail.el (sendmail-send-it):
4420 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
4421 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
4422 (viper-brac-function):
4423 * calc/calc-yank.el (calc-do-grab-region):
4424 * calc/calc-keypd.el (calc-keypad-press):
4425 * term.el (term-move-columns, term-insert-spaces):
4426 * speedbar.el (speedbar-highlight-one-tag-line):
4427 * simple.el (current-word):
4428 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4429 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
4430 (Info-scroll-down):
4431 * hippie-exp.el (he-line-beg):
4432 * epa.el (epa--marked-keys):
4433 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
4434 (dired-update-file-line, dired-add-entry, dired-remove-entry)
4435 (dired-relist-entry):
4436 * buff-menu.el (Buffer-menu-buffer):
4437 * array.el (current-line):
4438 * allout.el (allout-resolve-xref)
4439 (allout-latex-verbatim-quote-curr-line):
4440 Replace yet more uses of end-of-line etc with line-end-position, etc.
4441
44422010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4443
4444 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
4445 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
4446 (checkdoc-syntax-table): Initialize in the declaration.
4447 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
4448 the mode on unconditionally.
4449
4450 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
4451 (extent-end-position, extent-start-position): Remove setf method for
4452 non-existing functions (bug#7319).
4453
44542010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4455
4456 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
4457 (smie-precs->prec2): Rename from smie-precs-precedence-table.
4458 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
4459 (smie-prec2->grammar): Rename from smie-prec2-levels.
4460 (smie-grammar): Rename from smie-op-levels.
4461 (smie-indent--hanging-p): Rename from smie-hanging-p.
4462 (smie-rule-hanging-p): New alias.
4463 (smie-indent--bolp): Rename from smie-bolp.
4464 (smie-indent--hanging-p): New alias.
4465 (smie--token): New dynamically bound variable.
4466 (smie-indent--parent): New function.
4467 (smie-rule-parent-p): Use it; rename from smie-parent-p.
4468 (smie-rule-next-p): Rename from smie-next-p.
4469 (smie-rule-prev-p): Rename from smie-prev-p.
4470 (smie-rule-sibling-p, smie-rule-parent)
4471 (smie-indent--separator-outdent, smie-rule-separator): New functions.
4472 (smie-rule-separator-outdent): New var.
4473 (smie-indent--rule): Merge with smie-indent--column.
4474 (smie-indent-forward-token, smie-indent-backward-token):
4475 Also recognize close parens.
4476 (smie-indent-keyword): Don't use smie-indent--column any more.
4477 (smie-indent-after-keyword): Ignore closers by default.
4478 (smie-indent-line): Use with-demoted-errors.
4479 * progmodes/octave-mod.el (octave-smie-grammar):
4480 Rename from octave-smie-op-levels.
4481 (octave-smie-rules): Adjust to new behavior.
4482 * progmodes/prolog.el (prolog-smie-grammar):
4483 Rename from prolog-smie-op-levels.
4484
44852010-11-07 Glenn Morris <rgm@gnu.org>
4486
4487 * eshell/esh-util.el (subst-char-in-string)
4488 (directory-files-and-attributes): These compatibility definitions are
4489 not needed on any version of Emacs since at least 21.4.
4490
4491 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
4492 (verilog-get-end-of-line): Remove.
4493 (verilog-within-string, verilog-re-search-forward-substr)
4494 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
4495 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
4496 Use point-at-bol, point-at-eol.
4497 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
4498 Remove.
4499 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
4500 (electric-pascal-terminate-line, pascal-set-auto-comments)
4501 (pascal-indent-paramlist, pascal-indent-declaration)
4502 (pascal-get-lineup-indent, pascal-func-completion)
4503 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
4504 Use point-at-bol, point-at-eol.
4505 * progmodes/flymake.el (flymake-line-beginning-position)
4506 (flymake-line-end-position): Remove.
4507 (flymake-highlight-line): Use point-at-bol, point-at-eol.
4508 * eshell/esh-util.el (line-end-position, line-beginning-position):
4509 Remove compat definitions.
4510
4511 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4512 Use end-of-line N.
4513 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
4514 Use line-end-position.
4515
4516 * emacs-lisp/chart.el (chart-zap-chars):
4517 * play/decipher.el (decipher-set-map):
4518 * progmodes/ada-mode.el (ada-get-current-indent)
4519 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
4520 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
4521 * progmodes/ada-xref.el (ada-initialize-runtime-library)
4522 (ada-get-all-references):
4523 * progmodes/cperl-mode.el (cperl-electric-paren)
4524 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
4525 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
4526 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
4527 (cperl-word-at-point-hard):
4528 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
4529 (idlwave-shell-filename-string, idlwave-shell-batch-command)
4530 (idlwave-shell-display-line):
4531 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
4532 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
4533 * progmodes/js.el (js--re-search-forward-inner)
4534 (js--re-search-backward-inner):
4535 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
4536 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
4537 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
4538 * textmodes/flyspell.el (flyspell-process-localwords):
4539 * textmodes/ispell.el (ispell-buffer-local-parsing)
4540 (ispell-buffer-local-dict, ispell-buffer-local-words):
4541 Use point-at-bol and point-at-eol.
4542
4543 * speedbar.el (speedbar-generic-item-info)
4544 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
4545 (speedbar-add-indicator, speedbar-check-vc-this-line)
4546 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
4547 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
4548 Replace more uses of end-of-line etc with line-end-position.
4549
45502010-11-06 Glenn Morris <rgm@gnu.org>
4551
4552 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
4553 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
4554 (texinfo-delete-existing-pointers, texinfo-find-pointer)
4555 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
4556 (texinfo-multiple-files-update):
4557 * textmodes/table.el (table--probe-cell-left-up)
4558 (table--probe-cell-right-bottom):
4559 * textmodes/picture.el (picture-tab-search):
4560 * textmodes/page-ext.el (pages-copy-header-and-position)
4561 (pages-directory-for-addresses):
4562 * progmodes/vera-mode.el (vera-get-offset):
4563 * progmodes/simula.el (simula-calculate-indent):
4564 * progmodes/python.el (python-pdbtrack-overlay-arrow):
4565 * progmodes/prolog.el (end-of-prolog-clause):
4566 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
4567 * progmodes/icon.el (indent-icon-exp):
4568 * progmodes/etags.el (tag-re-match-p):
4569 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
4570 * progmodes/ebnf2ps.el (ebnf-begin-file):
4571 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
4572 (dcl-save-local-variable):
4573 * play/life.el (life-setup):
4574 * play/gametree.el (gametree-looking-at-ply):
4575 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4576 * mail/sendmail.el (mail-mode-auto-fill):
4577 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4578 * emacs-lisp/edebug.el (edebug-overlay-arrow):
4579 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
4580 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
4581 (woman-tab-to-tab-stop, WoMan-warn-ignored):
4582 * type-break.el (type-break-file-keystroke-count):
4583 * term.el (term-replace-by-expanded-history-before-point)
4584 (term-skip-prompt, term-extract-string):
4585 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
4586 (speedbar-contract-line, speedbar-toggle-line-expansion)
4587 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
4588 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
4589 * sort.el (sort-skip-fields):
4590 * skeleton.el (skeleton-internal-list):
4591 * simple.el (line-move-finish, line-move-to-column):
4592 * shell.el (shell-forward-command):
4593 * misc.el (copy-from-above-command):
4594 * makesum.el (double-column):
4595 * ebuff-menu.el (electric-buffer-update-highlight):
4596 * dired.el (dired-move-to-end-of-filename):
4597 * dframe.el (dframe-popup-kludge):
4598 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
4599 * arc-mode.el (archive-get-lineno):
4600 Use line-end-position and line-beginning-position.
4601
4602 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
4603 (idlwave-study-twins): Prefix dynamic local `class'.
4604 (idlwave-routine-twin-compare): Update for above name change.
4605
4606 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
4607 Use boundp tests to silence compiler. Update for changed name of
4608 bytecomp-filename variable.
4609
4610 * emulation/viper-cmd.el (viper-read-string-with-history):
4611 Prefix dynamic local `initial'.
4612 (viper-minibuffer-standard-hook): Update for above name change.
4613
4614 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
4615 (elint-init-form): Update for above name change.
4616
4617 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
4618 local variables `cbeg' and `cend' a prefix.
4619 (mail-extr-voodoo): Update for above name change.
4620
4621 * textmodes/reftex-toc.el (reftex-toc-do-promote)
4622 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
4623 (reftex-toc-promote-action): Doc fix.
4624
4625 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
4626 `prompt', `data' a prefix.
4627 (reftex-select-post-command-hook, reftex-select-callback)
4628 (reftex-select-mouse-accept, reftex-select-read-cite):
4629 Update for above name changes.
4630
4631 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
4632 `refstyle' to reftex-refstyle.
4633 (reftex-offer-label-menu): Update for above name change.
4634 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
4635 `refstyle' name change.
4636
4637 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
4638 with with-current-buffer.
4639 (diff, template): Give dynamic local variables a prefix.
4640 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
4641 (emerge-line-number-in-buf): Update for above name change.
4642 (emerge-combine-versions-internal): Rename local `template' to
4643 emerge-combine-template.
4644 (emerge-combine-versions-edit): Update for above name change.
4645
46462010-11-06 Ralf Angeli <angeli@caeruleus.net>
4647
4648 * textmodes/reftex-cite.el
4649 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
4650 entries with whitespace after \bibitem.
4651 (reftex-create-bibtex-file): Match entries containing numbers and
4652 symbol constituents. Make sure that entries with whitespace at
4653 various places are found.
4654
46552010-11-05 Christian Millour <cm@abtela.com> (tiny change)
4656
4657 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
4658
46592010-11-05 Jan Djärv <jan.h.d@swipnet.se>
4660
4661 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
4662
46632010-11-05 Glenn Morris <rgm@gnu.org>
4664
4665 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
4666 (woman2-roff-buffer): Give local variable `request' a prefix.
4667 (woman0-macro): Rename argument `request' in the same way.
4668 (woman-request): New name for `request' dynamic variable.
4669 (woman-unquote, woman-forward-arg): Update for above name change.
4670 (woman1-roff-buffer): Give local variable `unquote' a prefix.
4671 (woman1-unquote): New name for `unquote' dynamic variable.
4672 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
4673 (woman-translations): Rename from `translations'. No longer global.
4674 (woman2-tr, woman-translate): Update for above name change.
4675 (woman-translate): Check for bound variable.
4676 (woman2-roff-buffer): Give local variable `translations' a prefix.
4677
4678 * play/doctor.el: Give all local variables a prefix. Update callers.
4679 (doc$, doctor-put-meaning): Use backquote.
4680
4681 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
4682 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
4683
4684 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
4685 variables bytes, ptr, op a prefix.
4686 (disassemble-offset): Update for above change.
4687
46882010-11-03 Chong Yidong <cyd@stupidchicken.com>
4689
4690 * emacs-lisp/package.el (package-unpack): Remove no-op.
4691 (package--builtins, package--dir): Doc fix.
4692 (package-activate-1, package-activate, package-install)
4693 (package-compute-transaction): Fix error message.
4694 (package-delete): Use delete-directory. Omit system packages.
4695 (package-initialize): Set package-alist to nil first.
4696 (package-menu-mark-delete, package-menu-mark-install): Don't add
4697 symbols that are inconsistent with the package state.
4698 (package-menu-execute): Perform deletions and installations as
4699 single batch operations.
4700
47012010-11-03 Glenn Morris <rgm@gnu.org>
4702
4703 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
4704 (props): Remove unnecessary declaration.
4705
4706 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
4707 set-process-query-on-exit-flag.
4708
4709 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
4710 (reftex-toc-do-promote): Remove unused local `mpos'.
4711 (reftex-toc-restore-region): Make `mpos' local to this function.
4712
4713 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
4714
4715 * play/landmark.el (lm-losing-threshold): Correct spelling.
4716 (lm-human-plays): Use new name.
4717
4718 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
4719 (gomoku-human-plays): Use new name.
4720
4721 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
4722 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
4723 (gomoku-score-trans-table, gomoku-winning-threshold)
4724 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
4725
47262010-11-03 Chong Yidong <cyd@stupidchicken.com>
4727
4728 * emacs-lisp/package.el: Don't put built-in packages in
4729 package-alist, to avoid loading inefficiencies.
4730 (package-built-in-p): Make VERSION optional, and treat it as a
4731 minimum acceptable version.
4732 (package-activate): Search separately for built-in packages.
4733 Emit a warning if a dependency fails.
4734 (define-package): Handle most common case, where there is no
4735 obsolete package, first.
4736 (package-compute-transaction): Print required version in error.
4737 (package--initialized): New variable.
4738 (list-packages): Use it.
4739 (package-initialize): Optional arg NO-ACTIVATE. Don't put
4740 built-in packages in packages-alist; keep it separate.
4741 Set package--initialized.
4742 (describe-package): Avoid activating packages as a side-effect.
4743 Search separately for built-in packages.
4744 (describe-package-1): Handle the case where an elpa package is
4745 simultaneously built-in and available/installed.
4746 (package-installed-p, package--generate-package-list):
4747 Search separately for built-in packages.
4748 (package-load-descriptor): Doc fix.
4749
47502010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4751
4752 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4753 Handle __DATA__ and __END__.
4754
47552010-11-02 Noah Friedman <friedman@splode.com>
4756
4757 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
4758 nil, do not ask to recompile files that are not already compiled,
4759 and do not recompile them.
4760
47612010-11-02 Chong Yidong <cyd@stupidchicken.com>
4762
4763 * emacs-lisp/package.el (package-initialize): Ensure that
4764 obsoleted built-in packages are not in package-activated-list
4765 during activation.
4766 (describe-package-1): Make the "installed" status override
4767 "built-in".
4768
47692010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4770
4771 * subr.el (version-separator, version-regexp-alist): Remove '*'
4772 from docstring.
4773 (version-list-<=, version<=, version=): Doc fix.
4774
47752010-11-01 Kenichi Handa <handa@m17n.org>
4776
4777 * faces.el (glyphless-char): Inherit underline for tty.
4778
47792010-11-01 Kenichi Handa <handa@m17n.org>
4780
4781 Implement various display methods for glyphless characters.
4782
4783 * international/characters.el (char-acronym-table): New variable.
4784 (glyphless-char-control): New variable.
4785 (update-glyphless-char-display): New function.
4786
4787 * faces.el (glyphless-char): New face.
4788
47892010-11-01 Glenn Morris <rgm@gnu.org>
4790
4791 * calendar/holidays.el (general-holidays, oriental-holidays)
4792 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
4793 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
4794 the definitions of their targets.
4795
4796 * emacs-lisp/smie.el (smie): New custom group.
4797 (smie-blink-matching-inners, smie-indent-basic): Add :group.
4798
4799 * faces.el (xw-defined-colors, x-setup-function-keys):
4800 * mouse-sel.el (x-select-text):
4801 * term/w32console.el (x-setup-function-keys): Update declarations.
4802
4803 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
4804
4805 * textmodes/ispell.el (comment-add): Declare.
4806
4807 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
4808 Declare.
4809
4810 * info.el (finder-keywords-hash, package-alist): Declare.
4811
48122010-11-01 Chong Yidong <cyd@stupidchicken.com>
4813
4814 * finder.el (finder-compile-keywords): Don't use intern-soft,
4815 since package names may not yet exist in the obarray.
4816
48172010-11-01 Chong Yidong <cyd@stupidchicken.com>
4818
4819 * vc/vc-arch.el (vc-arch-checkin):
4820 * vc/vc-cvs.el (vc-cvs-checkin):
4821 * vc/vc-mtn.el (vc-mtn-checkin):
4822 * vc/vc-rcs.el (vc-rcs-checkin):
4823 * vc/vc-sccs.el (vc-sccs-checkin):
4824 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
4825 since 2010-04-21 commit by Stefan Monnier.
4826
48272010-11-01 Glenn Morris <rgm@gnu.org>
4828
4829 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
4830
4831 * startup.el (package-enable-at-startup, package-initialize):
4832 Silence compiler.
4833
4834 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
4835 Silence compiler.
4836
48372010-10-31 Julien Danjou <julien@danjou.info>
4838
4839 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
4840 (byte-recompile-directory):
4841 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
4842 Use `byte-recompile-file'.
4843
48442010-10-31 Glenn Morris <rgm@gnu.org>
4845
4846 * cus-start.el: Handle standard values via a keyword.
4847 Only set version property if specified.
4848 (cursor-in-non-selected-windows, menu-bar-mode)
4849 (tool-bar-mode, show-trailing-whitespace):
4850 Do not specify standard values.
4851 (transient-mark-mode, temporary-file-directory): Use :standard.
4852
48532010-10-31 Jan Djärv <jan.h.d@swipnet.se>
4854
4855 * term/x-win.el (x-get-selection-value): New function that gets
4856 PRIMARY with type as specified in x-select-request-type. (Bug#6802)
4857
48582010-10-31 Michael Albinus <michael.albinus@gmx.de>
4859
4860 * net/tramp.el (tramp-handle-insert-file-contents): For root,
4861 preserve owner and group when editing files. (Bug#7289)
4862
48632010-10-31 Glenn Morris <rgm@gnu.org>
4864
4865 * speedbar.el (speedbar-mode):
4866 * play/fortune.el (fortune-in-buffer, fortune):
4867 * play/gomoku.el (gomoku-mode):
4868 * play/landmark.el (lm-mode):
4869 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
4870 Replace inappropriate uses of toggle-read-only. (Bug#7292)
4871
4872 * select.el (x-selection): Mark it as an obsolete alias.
4873
48742010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4875
4876 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
4877 major-mode (bug#7284).
4878
48792010-10-31 Glenn Morris <rgm@gnu.org>
4880
4881 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
4882 rather than just an unused variable that inherits from the real one.
4883
48842010-10-31 Alan Mackenzie <acm@muc.de>
4885
4886 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
4887 This fixes bug #7185.
4888
48892010-10-30 Chong Yidong <cyd@stupidchicken.com>
4890
4891 * startup.el (command-line): Search for package directories, and
4892 don't load package.el if none are found.
4893
4894 * emacs-lisp/package.el (describe-package, list-packages):
4895 Call package-initialize if it has not been called yet.
4896
48972010-10-30 Alan Mackenzie <acm@muc.de>
4898
4899 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
4900 which fontifies the tail of an enum.
4901 (c-basic-matchers-after): Insert a call to the above new function.
4902 This fixes bug #7264.
4903
49042010-10-30 Glenn Morris <rgm@gnu.org>
4905
4906 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
4907 tool-bar-mode, transient-mark-mode. (Bug#7306)
4908 Include the :set property in the dumped Emacs.
4909
49102010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4911
4912 SMIE: change indent rules format, improve smie-setup.
4913 * emacs-lisp/smie.el (smie-precs-precedence-table)
4914 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
4915 Mark them pure so the tables gets built at compile time.
4916 (smie-bnf-precedence-table): Store the closer-alist in the table.
4917 (smie-prec2-levels): Preserve the closer-alist.
4918 (smie-blink-matching-open): Be more forgiving in case of indentation.
4919 (smie-hanging-p): Rename from smie-indent--hanging-p.
4920 (smie-bolp): Rename from smie-indent--bolp.
4921 (smie--parent, smie--after): New dynamic vars.
4922 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
4923 (smie-indent-rules): Remove.
4924 (smie-indent--offset-rule): Remove fun.
4925 (smie-rules-function): New var.
4926 (smie-indent--rule): New fun.
4927 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
4928 (smie-indent-exps): Use it.
4929 (smie-setup): Setup paren blinking; add keyword args for token
4930 functions; extract closer-alist from op-levels.
4931 (smie-indent-debug-log): Remove var.
4932 (smie-indent-debug): Remove fun.
4933 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
4934 (prolog-smie-rules): New fun to replace it.
4935 (prolog-mode-variables): Simplify.
4936 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
4937 it's setup automatically.
4938 (octave-smie-indent-rules): Remove.
4939 (octave-smie-rules): New fun to replace it.
4940 (octave-mode): Simplify.
4941
49422010-10-29 Glenn Morris <rgm@gnu.org>
4943
4944 * files.el (temporary-file-directory): Remove (already defined in C).
4945 * cus-start.el: Add temporary-file-directory.
4946
4947 * abbrev.el (abbrev-mode):
4948 * composite.el (auto-composition-mode):
4949 * menu-bar.el (menu-bar-mode):
4950 * simple.el (transient-mark-mode):
4951 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
4952 that they do not define the associated variables twice.
4953 * simple.el (transient-mark-mode): Remove defvar.
4954 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
4955 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
4956 Handle multiple groups, and also custom-delayed-init-variables.
4957 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
4958
49592010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4960
4961 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
4962 (pcase-if): Add one minor optimization.
4963 (pcase-split-equal): Rename from pcase-split-eq.
4964 (pcase-split-member): Rename from pcase-split-memq.
4965 (pcase-u1): Add strings to the member optimization.
4966 Add `guard' variant of predicates.
4967 (pcase-q1): Add string patterns.
4968
49692010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4970
4971 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
4972
49732010-10-28 Glenn Morris <rgm@gnu.org>
4974
4975 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
4976 Move menu-bar related settings to ../menu-bar.el.
4977 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
4978 Move ns-specific settings here from term/ns-win.el.
4979
4980 * simple.el (x-selection-owner-p): Remove unused declaration.
4981
49822010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4983
4984 * minibuffer.el (completion-cycling): New var (bug#7266).
4985 (minibuffer-complete, completion--do-completion):
4986 Use completion--flush-all-sorted-completions.
4987 (minibuffer-complete): Only cycle if completion-cycling is set.
4988 (completion--flush-all-sorted-completions): Unset completion-cycling.
4989 (minibuffer-force-complete): Set completion-cycling.
4990 (completion-all-sorted-completions): Move declaration before first use.
4991
cd394be1 49922010-10-28 Leo Liu <sdl.web@gmail.com>
33383987
JB
4993
4994 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
4995 which changes the order of matches seen by users (bug#7231).
4996
49972010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
4998
4999 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5000 Don't confuse -omega as "-o mega".
5001
50022010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
5003
5004 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
5005 (log-edit-author): New dynamic var.
5006 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
5007 to return the author if different from committer.
5008 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
5009
5010 * play/landmark.el: Adjust commenting convention.
5011 (lm-nil-score): Rename from nil-score.
5012 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
5013 (OOOOscore): Move into a let in lm-score-trans-table.
5014 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
5015
5016 * electric.el (electric-indent-chars): Autoload.
5017 * progmodes/octave-mod.el (octave-mode):
5018 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
5019 (ruby-mode-abbrev-table): Merge initialization and declaration.
5020
50212010-10-27 Glenn Morris <rgm@gnu.org>
5022
5023 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
5024 variable.
5025
5026 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
5027
5028 * term/ns-win.el: Restore require of cl when compiling.
5029 (menu-bar-final-items): Remove non-existent `windows' menu.
5030 (ns-handle-nxopen): Optionally handle the temp-case.
5031 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
5032 (ns-insert-file, ns-find-file): Use `pop'.
5033
50342010-10-26 Glenn Morris <rgm@gnu.org>
5035
5036 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
5037
50382010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5039
5040 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
5041 global map.
5042 * term/common-win.el (x-setup-function-keys): Remove most of the
5043 keymappings. Comment on the remaining ones.
5044
50452010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
5046
5047 * server.el (server-port): New option. (Bug#854)
5048 (server-start): Use server-port.
5049
50502010-10-26 Glenn Morris <rgm@gnu.org>
5051
5052 * term/ns-win.el (ns-version-string): Remove unused declaration.
5053 (ns-invocation-args): Change to x-invocation-args.
5054 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
5055 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
5056 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
5057 Use x-invocation-args instead of ns-invocation-args.
5058 (ns-initialize-window-system, handle-args-function-alist):
5059 Use x-handle-args instead of ns-handle-args.
5060 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
5061 * startup.el (command-line-ns-option-alist): Replace
5062 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
5063 ns-handle-iconic with the x- equivalents.
5064
5065 * term/common-win.el (x-select-enable-clipboard):
5066 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
5067
5068 * term/ns-win.el: No need to require cl when compiling.
5069 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
5070 (xw-defined-colors): Use the common-win definitions.
5071 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
5072 (ns-handle-iconic): Make it an alias for x-handle-iconic.
5073 * term/common-win.el (x-select-text, x-alternatives-map)
5074 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
5075 * loadup.el [ns]: Load common-win.
5076
50772010-10-26 Daiki Ueno <ueno@unixuser.org>
5078
5079 * epa-mail.el (epa-mail-encrypt): Handle local-part only
5080 recipients; expand mail aliases (Bug#7280).
5081
50822010-10-25 Glenn Morris <rgm@gnu.org>
5083
5084 * term/common-win.el (x-handle-switch): Simplify with pop.
5085 Optionally handle numeric switches.
5086 (x-handle-numeric-switch): Just call x-handle-switch.
5087 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
5088 (x-handle-name-switch, x-handle-display, x-handle-args):
5089 Simplify with pop.
5090
5091 * term/ns-win.el: Do not require easymenu.
5092 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
5093 <spell>: Move adjustments to menu-bar.el.
5094 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
5095 <separator-undo, spell>: Move ns-win's adjustments here.
5096 * loadup.el [ns]: Do not load easymenu.
5097
50982010-10-24 Chong Yidong <cyd@stupidchicken.com>
5099
5100 * image.el (image-checkbox-checked, image-checkbox-unchecked):
5101 Delete (Bug#7222).
5102
5103 * startup.el (fancy-startup-tail): Instead of using inline images,
5104 refer to image files from etc/.
5105
5106 * wid-edit.el (checkbox): Likewise.
5107 (widget-image-find): Center image specs.
5108
51092010-10-24 Glenn Morris <rgm@gnu.org>
5110
5111 * term/ns-win.el (x-select-text): Doc fix.
5112 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
5113 (x-select-text): Move to term/common-win.
5114 * term/w32-win.el (xw-defined-colors): Move to common-win.
5115 * term/x-win.el (xw-defined-colors, x-alternatives-map)
5116 (x-setup-function-keys, x-select-text): Move to common-win.
5117 * term/common-win.el (x-select-text, x-alternatives-map)
5118 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
5119 definitions here.
5120
a04689de 51212010-10-24 T. V. Raman <tv.raman.tv@gmail.com> (tiny change)
33383987
JB
5122
5123 * net/mairix.el (mairix-searches-mode-map):
5124 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
5125
51262010-10-24 Michael McNamara <mac@mail.brushroad.com>
5127
5128 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
5129 auto-built for efficiency of execution and updating.
5130 (verilog-extended-complete-re): Support 'pure' fucntion & task
5131 declarations (these have no bodies).
5132 (verilog-beg-of-statement): General cleanup to enable support of
5133 'pure' fucntion & task declarations (these have no bodies).
5134 These efforts together fix Verilog bug210 from veripool; which was also
5135 noticed by Steve Pearlmutter.
5136 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
5137 (verilog-directive-nest-re, verilog-set-auto-endcomments):
5138 Support `elsif. Reported by Shankar Giri.
5139 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
5140 attribute handling for lining up declarations and assignments.
5141 (verilog-beg-of-statement-1): Fix issue where continued declaration
5142 is indented differently if it is after a begin..end clock.
5143 (verilog-in-attribute-p, verilog-skip-backward-comments)
5144 (verilog-skip-forward-comment-p): Support proper treatment of
5145 attributes by indent code. Reported by Jeff Steele.
5146 (verilog-in-directive-p): Fix comment to correctly describe function.
5147 (verilog-backward-up-list, verilog-in-struct-region-p)
5148 (verilog-backward-token, verilog-in-struct-p)
5149 (verilog-in-coverage-p, verilog-do-indent)
5150 (verilog-pretty-declarations): Use verilog-backward-up-list as
5151 wrapper around backward-up-list inorder to properly skip comments.
5152 Reported by David Rogoff.
5153 (verilog-property-re, verilog-endcomment-reason-re)
5154 (verilog-beg-of-statement, verilog-set-auto-endcomments)
5155 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
5156 of if). Reported by Max Bjurling and
5157 (verilog-calc-1): Fix for clocking block in modport
5158 declaration. Reported by Brian Hunter.
5159
51602010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
5161
5162 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
5163 (verilog-gate-keywords, verilog-read-sub-decls)
5164 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
5165 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
5166 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
5167 (verilog-read-decls): Fix spaces in V2K module parameters causing
5168 mis-identification as interfaces, bug287.
5169 (verilog-read-decls): Fix not treating "parameter string" as a
5170 parameter in AUTOINSTPARAM.
5171 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
5172 treating `elsif similar to `endif inside AUTOSENSE.
5173 (verilog-do-indent): Implement correct automatic or static task or
5174 function end comment highlight. Reported by Steve Pearlmutter.
5175 (verilog-font-lock-keywords-2): Fix highlighting of single
5176 character pins, bug264. Reported by Michael Laajanen.
5177 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
5178 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
5179 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
5180 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
5181 (verilog-pretty-expr): Fix interactive arguments, bug272.
5182 Reported by Mark Johnson.
5183 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
5184 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
5185 bug269. Suggested by Gary Delp.
5186 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
5187 (verilog-preprocessor, verilog-set-compile-command):
5188 Create verilog-preprocess and verilog-preprocessor to show
5189 preprocessed output.
5190 (verilog-get-beg-of-line, verilog-get-end-of-line)
5191 (verilog-modi-file-or-buffer, verilog-modi-name)
5192 (verilog-modi-point, verilog-within-string): Move defmacro's
5193 before first use to avoid warning. Reported by Steve Pearlmutter.
5194 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
5195 (verilog-colorize-region, verilog-highlight-buffer)
5196 (verilog-highlight-includes, verilog-highlight-modules)
5197 (verilog-highlight-region, verilog-mode): Rename colorize to
5198 highlight to match other packages. Disable module highlighting,
5199 as received speed complaints, reenable for experimentation only
5200 using new verilog-highlight-modules.
5201 (verilog-read-decls): Fix regexp stack overflow in very large
5202 AUTO_TEMPLATEs, bug250.
5203 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
5204 (verilog-scan): Create verilog-save-buffer-state to standardize
5205 making insignificant changes that shouldn't call hooks.
5206 (verilog-save-no-change-functions, verilog-save-scan-cache)
5207 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
5208 Create verilog-save-no-change-functions to wrap verilog-scan
5209 preservation, and fix to work with nested preserved calls.
5210 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
5211 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
5212 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
5213 (verilog-submit-bug-report): Update variable list to be complete.
5214 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
5215 breaking on-the-fly font-locking.
5216 (verilog-colorize-buffer, verilog-colorize-include-files)
5217 (verilog-colorize-include-files-buffer, verilog-colorize-region)
5218 (verilog-load-file-at-mouse, verilog-load-file-at-point)
5219 (verilog-mode, verilog-read-inst-module-matcher): With point on a
5220 AUTOINST cell instance name, middle mouse button now finds-file on
5221 it. Suggested by Brad Dobbie.
5222 (verilog-alw-get-temps, verilog-auto-reset)
5223 (verilog-auto-sense-sigs, verilog-read-always-signals)
5224 (verilog-read-always-signals-recurse): Fix loop indexes being
5225 AUTORESET. AUTORESET now assumes any variables in the
5226 initialization section of a for() should be ignored.
5227 Reported by Dan Dever.
5228 (verilog-error-font-lock-keywords)
5229 (verilog-error-regexp-emacs-alist)
5230 (verilog-error-regexp-xemacs-alist): Fix error detection of
5231 Cadence HAL, reported by David Asher. Repair drift between the
5232 three similar error variables.
5233 (verilog-modi-lookup, verilog-modi-lookup-cache)
5234 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
5235 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
5236 Fix slow verilog-auto expansion on very large files.
5237 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
5238 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
5239 "{1*2{...". Broke in last revision.
5240 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
5241 submodule connections with replications "{#{a},#{b}}".
5242
52432010-10-24 Juanma Barranquero <lekktu@gmail.com>
5244
5245 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
5246 Fix typo in docstring.
5247
52482010-10-24 Kenichi Handa <handa@m17n.org>
5249
5250 * face-remap.el (text-scale-adjust): Call read-event with a proper
5251 prompt.
5252
52532010-10-24 Chong Yidong <cyd@stupidchicken.com>
5254
5255 * emacs-lisp/unsafep.el: Don't mark functions that display
5256 messages as safe. Suggested by Johan Bockgård.
5257
52582010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5259
5260 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
5261 Turn comments into docstrings.
5262
5263 * minibuffer.el (completion--replace): Move point where it belongs
5264 when there's a common suffix (bug#7215).
5265
52662010-10-24 Chong Yidong <cyd@stupidchicken.com>
5267
5268 Merge read-color and facemenu-read-color (Bug#7242).
5269
5270 * faces.el (read-color): Use the completion code from
5271 facemenu-read-color. Require match in completion. Doc fix.
5272
5273 * facemenu.el (facemenu-read-color): Alias for read-color.
5274 (facemenu-set-foreground, facemenu-set-background):
5275 Use read-color.
5276
5277 * frame.el (set-background-color, set-foreground-color)
5278 (set-cursor-color, set-mouse-color, set-border-color):
5279 Use read-color.
5280
cd394be1 52812010-10-24 Leo Liu <sdl.web@gmail.com>
33383987
JB
5282
5283 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
5284 argument of delete-file and delete-directory (Bug#7011).
5285
52862010-10-24 Chong Yidong <cyd@stupidchicken.com>
5287
5288 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
5289 button-buffer-map.
5290
52912010-10-24 Ralf Angeli <angeli@caeruleus.net>
5292
5293 * emacs-lisp/package.el (package--generate-package-list): Make the
5294 *Packages* buffer read-only.
5295
52962010-10-24 Alan Mackenzie <acm@muc.de>
5297
5298 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
5299 result of `c-beginning-of-decl-1' between invocations of a lambda
5300 function (Bug #7265).
5301
53022010-10-24 Daiki Ueno <ueno@unixuser.org>
5303
5304 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
5305 executable is not available on the system (Bug#7268).
5306
53072010-10-24 Glenn Morris <rgm@gnu.org>
5308
5309 * select.el (selection-coding-system, next-selection-coding-system):
5310 Sync doc with C versions.
5311
5312 * w32-vars.el (x-select-enable-clipboard):
5313 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
5314 * term/common-win.el (x-select-enable-clipboard): Move here.
5315
5316 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
5317 definition of C variable.
5318
5319 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
5320 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5321 Don't redefine things that are defined in C.
5322 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
5323 (show-trailing-whitespace, auto-hscroll-mode)
5324 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5325 Set up the appropriate custom properties.
5326
53272010-10-24 Chong Yidong <cyd@stupidchicken.com>
5328
5329 Bind "C-c ]" to ...
5330 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
5331 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
5332 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
5333 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
5334
53352010-10-23 Glenn Morris <rgm@gnu.org>
5336
5337 * textmodes/flyspell.el (flyspell-mode): If there was an error,
5338 say what it was.
5339
5340 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
5341 Sync docs with C version.
5342
5343 * term/ns-win.el (xw-defined-colors):
5344 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
5345
5346 * term/pc-win.el (x-select-enable-clipboard):
5347 * term/x-win.el (x-select-enable-clipboard):
5348 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
5349
5350 * comint.el (comint-password-prompt-regexp): Make it less vague.
5351 Bump version.
5352
5353 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
5354
5355 * help.el (finder-by-keyword): Remove unnecessary autoload.
5356
53572010-10-22 Glenn Morris <rgm@gnu.org>
5358
5359 * loadup.el: Unconditionally load float-sup.
5360 * paren.el (show-paren-delay):
5361 * emacs-lisp/float-sup.el:
5362 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
5363 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
5364 (lazy-lock-stealth-verbose): Assume float support.
5365 * ps-print.el: Assume float support on Emacs.
5366 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
5367 Remove non-float branch.
5368
5369 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
5370 src/Makefile no longer being pre-processed.
5371
53722010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5373
5374 * emacs-lisp/find-func.el (find-library): Use test-completion.
5375
53762010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5377
53964682 5378 * newcomment.el (comment-dwim): Fix the indentation in the doc string.
33383987
JB
5379
53802010-10-21 Michael Albinus <michael.albinus@gmx.de>
5381
5382 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
5383 space in stat format string.
5384 (tramp-send-command): Unset $PS1 when using here documents, in
5385 order not to get several prompts.
5386 (tramp-get-inline-coding): Return `nil' in case of errors.
5387
53882010-10-21 Daiki Ueno <ueno@unixuser.org>
5389
5390 * hexl.el (hexl-mode, hexl-mode-exit):
5391 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
5392 (hexl-revert-buffer-function): New function.
5393 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
5394
53952010-10-19 Alan Mackenzie <acm@muc.de>
5396
5397 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
5398 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
5399 that these keywords aren't wrongly matched as identifiers.
5400
5401 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
5402 setting of c-new-BEG and c-new-END from c-before-change to
5403 c-after-change. (Bug#7181)
5404
54052010-10-19 Chong Yidong <cyd@stupidchicken.com>
5406
5407 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
5408 Don't mark as safe.
5409
5410 * custom.el (custom-theme-set-variables): Likewise.
5411 (load-theme): Add custom-theme-set-faces and
5412 custom-theme-set-variables to safe-functions while loading.
5413 (custom-enabled-themes): Mark as risky.
5414
54152010-10-18 Julien Danjou <julien@danjou.info>
5416
5417 * bindings.el: Remove end dashes in default mode-line-format.
5418
54192010-10-19 Chong Yidong <cyd@stupidchicken.com>
5420
5421 * bindings.el (global-map): Bind C-d to delete-char and deletechar
5422 to delete-forward-char.
5423
5424 * simple.el (normal-erase-is-backspace-mode): Remap delete to
5425 deletechar, and hence delete-forward-char.
5426
54272010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5428
5429 * repeat.el (repeat): Use read-key (bug#6256).
5430
54312010-10-19 Chong Yidong <cyd@stupidchicken.com>
5432
5433 * emacs-lisp/unsafep.el: Don't mark functions that display
5434 messages as safe. Suggested by Johan Bockgård.
5435
54362010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5437
5438 * minibuffer.el (completion--replace): Move point where it belongs
5439 when there's a common suffix (bug#7215).
5440
54412010-10-19 Kenichi Handa <handa@m17n.org>
5442
5443 * international/characters.el: Add category '|' (word breakable)
5444 to fullwidth characters.
5445
54462010-10-19 Michael Albinus <michael.albinus@gmx.de>
5447
5448 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
5449 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
5450 order to make stat results a float. Patch by Andreas Schwab
5451 <schwab@linux-m68k.org>.
5452
54532010-10-18 Julien Danjou <julien@danjou.info>
5454
5455 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
5456 hidden by `make-pointer-invisible'.
5457
54582010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5459
5460 * files.el (locate-file-completion-table): Strip non-matching elements
5461 before checking length of list (bug#7238).
5462
54632010-10-18 Chong Yidong <cyd@stupidchicken.com>
5464
5465 * custom.el (custom-theme-set-variables): Mark as a safe function.
5466 (load-theme): Check forms using unsafep.
5467
5468 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
5469
54702010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
5471
5472 * textmodes/ispell.el (ispell-aspell-find-dictionary):
5473 Fix aspell data file searching (bug#7230).
5474
54752010-10-16 Chong Yidong <cyd@stupidchicken.com>
5476
5477 * cus-theme.el (custom-theme--migrate-settings): New var.
5478 (customize-create-theme): Allow editing the `user' theme.
5479 (custom-theme-add-variable, custom-theme-add-var-1)
5480 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
5481 to the front of each variable or face widget.
5482 (custom-theme-write): Save theme settings in the correct order.
5483 Optionally, remove saved settings from user customizations.
5484 (custom-theme-write-variables, custom-theme-write-faces):
5485 Save only the checked widgets.
5486 (customize-themes): Add a link for migrating custom settings.
5487
5488 * custom.el (custom-declare-theme, provide-theme):
5489 Use custom-theme-name-valid-p.
5490 (custom-theme-name-valid-p): Remove checks that are now
5491 unnecessary since themes no longer obey load-path.
5492
5493 * cus-edit.el (custom-variable-value-create): For the simple
5494 style, hide documentation string when hidden.
5495
54962010-10-16 Chong Yidong <cyd@stupidchicken.com>
5497
5498 * cus-edit.el (custom-variable, custom-face): Combine the
5499 :inhibit-magic and :display-style properties into a single
5500 :custom-style property.
5501 (custom-toggle-hide-variable, custom-toggle-hide-face):
5502 New functions. If hiding an edited value, save it to :shown-value.
5503 (custom-variable-value-create, custom-face-value-create): Use them.
5504 (custom-magic-reset): Allow magic property to be unset.
5505
5506 * custom.el: Custom themes no longer use load-path.
5507 (custom-theme-load-path): New option. Change built-in theme
5508 directory to etc/.
5509 (custom-enabled-themes): Add custom-theme-load-path dependency.
5510 (custom-theme--load-path): New function.
5511 (load-theme, custom-available-themes): Use it.
5512
5513 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
5514 (customize-themes): Link to custom-theme-load-path variable.
5515 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
5516 :custom-style property.
5517
5518 * themes/*.el: Moved to etc/.
5519
55202010-10-16 Ralf Angeli <angeli@caeruleus.net>
5521
5522 * textmodes/reftex-cite.el
5523 (reftex-extract-bib-entries-from-thebibliography): Do not move
5524 point when searching for \bibitem entries. Match entries with
5525 spaces or tabs in front of arguments.
5526
55272010-10-16 Chong Yidong <cyd@stupidchicken.com>
5528
5529 * cus-theme.el (customize-create-theme): Delete overlays after
5530 erasing. If given a THEME arg, display only the faces of that arg
5531 instead of custom-theme--listed-faces.
5532 (custom-theme-variable-menu, custom-theme-variable-action)
5533 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
5534 (custom-theme-add-variable, custom-theme-add-face): Apply value
5535 from the theme settings, instead of the current value.
5536 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
5537 (custom-theme-visit-theme): Allow calling outside theme buffers.
5538 (custom-theme-merge-theme): Don't enable the theme when merging.
5539 (custom-theme-write-variables, custom-theme-write-faces): Use the
5540 :shown-value properties to save buffer values, not global ones.
5541 (customize-themes): Display a warning about user customizations.
5542
5543 * cus-edit.el (custom-variable-value-create)
5544 (custom-face-value-create): Obey new special properties
5545 :shown-value and :inhibit-magic.
5546
55472010-10-15 Michael Albinus <michael.albinus@gmx.de>
5548
5549 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
5550 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
5551 <dale@codefu.org>.
5552
55532010-10-14 Kenichi Handa <handa@m17n.org>
5554
5555 * mail/rmail.el (rmail-show-message-1): Catch an error of
5556 base64-decode-region and just show an error message (bug#7165).
5557
5558 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
5559 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
5560 a font-spec (bug#7197).
5561
55622010-10-14 Glenn Morris <rgm@gnu.org>
5563
5564 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
5565
55662010-10-14 Juanma Barranquero <lekktu@gmail.com>
5567
5568 * international/mule.el (define-coding-system):
5569 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5570 * composite.el (compose-region): Fix typo in docstring.
5571
55722010-10-14 Chong Yidong <cyd@stupidchicken.com>
5573
5574 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
5575 only after checking the theme-face property.
5576
5577 * faces.el (face-spec-reset-face): Reset all attributes in one
5578 single call to set-face-attribute.
5579 (face-spec-match-p): Make it a defsubst.
5580 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
5581 (x-create-frame-with-faces, tty-create-frame-with-faces)
5582 (tty-set-up-initial-frame-faces): Don't recompute face specs in
5583 frame-set-background-mode, since they are recomputed immediately
5584 afterwards in face-set-after-frame-default.
5585 (face-set-after-frame-default): Minor optimization.
5586 (cursor): Provide non-trivial defface spec.
5587
5588 * custom.el (custom-theme-recalc-face): Simplify.
5589
55902010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
5591
5592 * calc/calc-alg.el (math-var): Rename from `var'.
5593 (math-is-polynomial, math-is-poly-rec): Replace `var'
5594 with `math-var'.
5595
5596 * calc/calcalg2.el (math-var): Rename from `var'.
5597 (calcFunc-table, math-scan-for-limits): Replace `var'
5598 with `math-var'.
5599
56002010-10-13 Glenn Morris <rgm@gnu.org>
5601
5602 * subr.el (last): Deal with dotted lists (reported in bug#7174).
5603
56042010-10-13 Stephen Berman <stephen.berman@gmx.net>
5605
5606 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
5607
56082010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5609
5610 * net/tls.el (tls-program): Remove spurious %s from openssl.
5611 (tls-starttls-switches): Remove starttls hack.
5612 (open-tls-stream): Ditto.
5613 (tls-find-starttls-argument): Ditto.
5614
56152010-10-13 Juanma Barranquero <lekktu@gmail.com>
5616
5617 * image.el (image-library-alist): Declare as obsolete alias.
5618 (image-type-available-p): Use `dynamic-library-alist'.
5619
5620 * term/w32-win.el (dynamic-library-alist):
5621 Use instead of `image-library-alist'.
5622
56232010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
5624
5625 * subr.el (last): Make it faster. (Bug#7174)
5626
56272010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
5628
5629 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
5630
56312010-10-12 Chong Yidong <cyd@stupidchicken.com>
5632
5633 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
5634 (describe-theme-1): Extract doc from unloaded themes.
5635
5636 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
5637
5638 * themes/tango-theme.el:
5639 * themes/tango-dark-theme.el:
5640 * themes/wheatgrass-theme.el: New files.
5641
56422010-10-12 Chong Yidong <cyd@stupidchicken.com>
5643
5644 * cus-theme.el (describe-theme, customize-themes)
5645 (custom-theme-save): New commands.
5646 (custom-new-theme-mode-map): Bind C-x C-s.
5647 (custom-new-theme-mode): Use custom--initialize-widget-variables.
5648 (customize-create-theme): New optional arg THEME.
5649 (custom-theme-revert): Use it.
5650 (custom-theme-visit-theme): Remove dead code.
5651 (custom-theme-merge-theme): Use custom-available-themes.
5652 (custom-theme-write): Make interactive.
5653 (custom-theme-write): Use custom-theme-name-valid-p.
5654 (describe-theme-1, custom-theme-choose-revert)
5655 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
5656 New funs.
5657 (custom-theme-allow-multiple-selections): New option.
5658 (custom-theme-choose-mode): New major mode.
5659
5660 * custom.el (custom-theme-set-variables): Remove dead code.
5661 Obey custom--inhibit-theme-enable.
5662 (custom--inhibit-theme-enable): New var.
5663 (provide-theme): Obey it.
5664 (load-theme): Replace load with manual read/eval, in order to
5665 check for correctness. Use custom-theme-name-valid-p.
5666 (custom-theme-name-valid-p): New function.
5667 (custom-available-themes): Use it.
5668
5669 * cus-edit.el (custom--initialize-widget-variables): New function.
5670 (Custom-mode): Use it.
5671
5672 * cus-face.el (custom-theme-set-faces): Remove dead code.
5673 Obey custom--inhibit-theme-enable.
5674
5675 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
5676
56772010-10-12 Juanma Barranquero <lekktu@gmail.com>
5678
5679 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
5680
56812010-10-12 Jan Djärv <jan.h.d@swipnet.se>
5682
5683 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
5684 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
5685 (mac-right-option-modifier): New alias for ns-right-option-modifier.
5686
5687 * cus-start.el (all): ns-right-alternate-modifier is new.
5688
56892010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5690
5691 * emacs-lisp/lisp.el (lisp-completion-at-point):
5692 Use emacs-lisp-mode-syntax-table for the whole function.
5693
56942010-10-12 David Koppelman <koppel@ece.lsu.edu>
5695
5696 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
5697 instead of font-lock-mode before adding keywords.
5698 Remove hi-lock-mode off code. Remove inhibit hack.
5699 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
5700 non-nil; removed hook inhibit hack.
5701
57022010-10-12 Glenn Morris <rgm@gnu.org>
5703
5704 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
5705 (load-path-shadows-find): ... to this.
5706 (list-load-path-shadows): Update for above change.
5707
5708 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
5709
57102010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
5711
5712 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
5713 Fix comment for declare-function.
5714
57152010-10-11 Chong Yidong <cyd@stupidchicken.com>
5716
5717 * custom.el (custom-fix-face-spec): New function; code moved from
5718 custom-face-edit-fix-value.
5719 (custom-push-theme): Use it when checking if a face has been
5720 changed outside customize.
5721 (custom-available-themes): New function.
5722 (load-theme): Use it.
5723
5724 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
5725
5726 * custom.el (custom-push-theme): Cleanup (use cond).
5727 (disable-theme): Recompute the saved-face property.
5728 (custom-theme-recalc-face): Follow face alias before setting prop.
5729
5730 * image.el (image-checkbox-checked, image-checkbox-unchecked):
5731 New variables, containing checkbox images.
5732
5733 * startup.el (fancy-startup-tail):
5734 * wid-edit.el (checkbox): Use them.
5735
57362010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
5737
5738 * shell.el (shell-mode-map):
5739 * progmodes/modula2.el (m2-mode-map):
5740 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
5741 * play/mpuz.el (mpuz-mode-map):
5742 * play/landmark.el (lm-mode-map):
5743 * play/decipher.el (decipher-mode-map):
5744 * play/5x5.el (5x5-mode-map):
5745 * net/telnet.el (telnet-mode-map):
5746 * net/quickurl.el (quickurl-list-mode-map):
5747 * net/mairix.el (mairix-searches-mode-map):
5748 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
5749 * net/dig.el (dig-mode-map):
5750 * mail/mspools.el (mspools-mode-map):
5751 * hexl.el (hexl-mode-map):
5752 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
5753 (wordstar-C-o-map, wordstar-C-q-map):
5754 * emacs-lisp/edebug.el (edebug-eval-mode-map):
5755 * emacs-lisp/chart.el (chart-map):
5756 * edmacro.el (edmacro-mode-map):
33383987
JB
5757 * array.el (array-mode-map): Declare and define in one step.
5758
5759 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
5760
57612010-10-10 Daiki Ueno <ueno@unixuser.org>
5762
5763 * epa.el (epa-passphrase-callback-function): Display filename
5764 passed as the 3rd arg.
5765 * epa-file.el (epa-file-passphrase-callback-function):
5766 Pass filename to epa-passphrase-callback-function.
5767
57682010-10-09 Chong Yidong <cyd@stupidchicken.com>
5769
5770 * cus-edit.el (custom-face-widget-to-spec)
5771 (custom-face-get-current-spec, custom-face-state): New functions.
5772 (custom-face-set, custom-face-mark-to-save)
5773 (custom-face-value-create, custom-face-state-set): Use them.
5774
5775 * cus-theme.el (custom-theme--listed-faces): New var.
5776 (customize-create-theme): Use *Custom Theme* as the buffer name.
5777 Set revert-buffer-function. Optional arg BUFFER. Insert all
5778 faces listed in custom-theme--listed-faces.
5779 (custom-theme-revert): New function.
5780 (custom-theme-add-variable, custom-theme-add-face): Insert at the
5781 bottom of the list.
5782 (custom-theme-write): Prompt for theme name if empty.
5783 (custom-theme-write-variables): Use dolist.
5784 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
5785
57862010-10-09 Alan Mackenzie <acm@muc.de>
5787
5788 Enhance fontification of declarators to take account of the
5789 presence/absence of "typedef".
5790
a12bf61e 5791 * progmodes/cc-engine.el (c-forward-type): New &optional param
33383987
JB
5792 "brace-block-too".
5793 (c-forward-decl-or-cast-1): cdr of return value now indicates the
5794 presence of either or both of a "struct"-like keyword and "typedef".
5795
a12bf61e 5796 * progmodes/cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
33383987
JB
5797 fontification of declarators which follow a "}".
5798 (c-font-lock-declarations): Fontify declarators according to the
5799 presence/absence of "typedef".
5800
a12bf61e
GM
5801 * progmodes/cc-langs.el (c-typedef-kwds c-typedef-key):
5802 New lang variable for "typedef".
33383987
JB
5803 (c-typedef-decl-key): New lang variable built from
5804 c-typedef-decl-kwds.
5805
58062010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5807
5808 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
5809 since that's too annoying. Move the filter groups commands to
5810 TAB/backtab.
5811
5812 * epa.el (epa-passphrase-callback-function): Say what we're
5813 querying the password for.
5814
5815 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
91af3942 5816 behavior, don't bury the ibuffer buffer when visiting other buffers.
33383987
JB
5817
58182010-10-08 Chong Yidong <cyd@stupidchicken.com>
5819
5820 * cus-edit.el (custom-commands, custom-buffer-create-internal)
5821 (custom-magic-value-create): Pad button tags with spaces.
5822 (custom-face-edit): New variable.
5823 (custom-face-value-create): Determine whether to use the usual
5824 face editor here, instead of using custom-face-selected.
5825 Pass face defaults to custom-face-edit widget.
5826 (custom-face-selected, custom-display-unselected): Delete widgets.
5827 (custom-display-unselected-match): Function removed.
5828 (custom-face-set, custom-face-mark-to-save):
5829 Accept custom-face-edit widgets as the direct widget child.
5830
5831 * wid-edit.el (widget--completing-widget): New var.
5832 (widget-default-complete): Bind it when doing completion.
5833 (widget-string-complete, widget-file-complete): Use it.
5834
58352010-10-09 Glenn Morris <rgm@gnu.org>
5836
5837 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
5838 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
5839 (holiday-hebrew-misc): Small simplifications.
5840
5841 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
5842
5843 * net/browse-url.el: Don't require thingatpt, term, dired,
5844 executable, or w3-auto when compiling.
5845 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
5846 Declare.
5847 (browse-url-text-emacs): Require term.
5848
58492010-10-08 Andreas Schwab <schwab@linux-m68k.org>
5850
5851 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
5852
58532010-10-08 Glenn Morris <rgm@gnu.org>
5854
5855 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
5856
5857 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
5858 (shadows-compare-text-p): Make it an obsolete alias for...
5859 (load-path-shadows-compare-text): ... new name.
5860 (find-emacs-lisp-shadows): Update for above name change.
5861 (load-path-shadows-same-file-or-nonexistent): New name for the old
5862 shadow-same-file-or-nonexistent.
5863
58642010-10-08 Chong Yidong <cyd@stupidchicken.com>
5865
5866 * minibuffer.el (completion--some, completion--do-completion)
5867 (minibuffer-complete-and-exit, minibuffer-completion-help)
5868 (completion-basic-try-completion)
5869 (completion-basic-all-completions)
5870 (completion-pcm--find-all-completions): Use lexical-let to
5871 avoid some false matches in variable completion (Bug#7056)
5872
58732010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
5874
5875 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
5876
cd394be1 58772010-10-08 Leo Liu <sdl.web@gmail.com>
33383987
JB
5878
5879 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
5880 return non-nil if the file exists (Bug#7090).
5881
58822010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5883
5884 * minibuffer.el (completion--replace):
5885 Better preserve markers (bug#7138).
5886
58872010-10-08 Juanma Barranquero <lekktu@gmail.com>
5888
5889 * server.el (server-process-filter): Doc fix.
5890
58912010-10-08 Drew Adams <drew.adams@oracle.com>
5892
5893 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
5894
58952010-10-08 Glenn Morris <rgm@gnu.org>
5896
5897 * vc/ediff-wind.el (ediff-setup-control-frame):
5898 * vc/ediff-ptch.el (ediff-default-backup-extension):
5899 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
5900 (ediff-exec-process): Remove system-types emx, windows-95.
5901
5902 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
5903
59042010-10-07 Chong Yidong <cyd@stupidchicken.com>
5905
5906 * cus-edit.el (custom-variable, custom-face): Doc fix.
5907 (custom-face-edit): Add value-create attribute.
5908 (custom-face-edit-value-create)
5909 (custom-face-edit-value-visibility-action): New functions.
5910 Hide unused face attributes by default, and add a visibility toggle.
5911 (custom-face-edit-deactivate): Show empty values with shadow face.
5912 (custom-face-selected): Only use this for face specs with default
5913 attributes.
5914 (custom-face-value-create): Cleanup.
5915
5916 * wid-edit.el (widget-checklist-value-create): Use dolist.
5917 (widget-checklist-match-find): Make second arg optional.
5918
59192010-10-07 Glenn Morris <rgm@gnu.org>
5920
5921 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
5922 Prefix things.
5923
5924 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
5925 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
5926 load-path-shadows-mode, update references.
5927 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
5928 Rename variable and button.
5929 (list-load-path-shadows): Update button caller.
5930
59312010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5932
5933 * emacs-lisp/smie.el (smie-bnf-classify): New function.
5934 (smie-bnf-precedence-table): Use it to remember the closers/openers.
5935 (smie-merge-prec2s): Handle those new entries.
5936 (smie-prec2-levels): Only set precedence to nil for actual
5937 openers/closers.
5938 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
5939 that is now unnecessary.
5940
59412010-10-07 Miles Bader <miles@gnu.org>
5942
5943 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
5944
59452010-10-07 Glenn Morris <rgm@gnu.org>
5946
5947 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
5948 (mail-position-on-field): Remove declarations.
5949 (mail-position-on-field): Autoload it.
5950 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
5951 and mail-header-end. Don't require sendmail.
5952
5953 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
5954 (shadow-mode): New mode.
5955 (shadow-find-file): New button.
5956 (list-load-path-shadows): Use shadow-mode and buttons.
5957
5958 * iimage.el (iimage-version): Remove.
5959 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
5960 Turn into defcustoms.
5961 (iimage-mode-map): Give it a doc string.
5962
5963 * calendar/appt.el (appt-activate): Give a warning rather than an error
5964 if there is no diary-file.
5965
59662010-10-06 Michael Albinus <michael.albinus@gmx.de>
5967
5968 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5969 Use `tramp-handle-find-backup-file-name'.
5970
59712010-10-06 Glenn Morris <rgm@gnu.org>
5972
5973 * font-core.el (font-lock-defaults-alist): Remove variable.
5974 (font-lock-mode): Doc fix.
5975 (font-lock-default-function): Do not consult font-lock-defaults-alist.
5976 * font-lock.el (font-lock-refresh-defaults): Doc fix.
5977 (font-lock-set-defaults): Doc fix.
5978 Do not consult font-lock-defaults-alist.
5979
5980 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
5981
5982 * emacs-lisp/cl.el: No longer provide cl-19.
5983
59842010-10-05 Michael Albinus <michael.albinus@gmx.de>
5985
5986 * net/tramp.el (tramp-handle-directory-files-and-attributes)
5987 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
5988 New defuns, taken from tramp-smb.el.
5989 (tramp-coding-system-change-eol-conversion)
5990 (tramp-set-process-query-on-exit-flag): Remove.
5991
5992 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
5993 (tramp-compat-coding-system-change-eol-conversion)
5994 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
5995 from tramp.el.
5996
5997 * net/tramp-gvfs.el:
5998 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
5999 by `tramp-compat-set-process-query-on-exit-flag'.
6000
6001 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6002 Use `tramp-handle-directory-files-and-attributes',
6003 `tramp-handle-file-exists-p' and
6004 `tramp-handle-file-newer-than-file-p'.
6005 (tramp-imap-handle-file-exists-p)
6006 (tramp-imap-handle-file-executable-p)
6007 (tramp-imap-handle-file-readable-p)
6008 (tramp-imap-handle-directory-files-and-attributes)
6009 (tramp-imap-handle-file-newer-than-file-p): Remove.
6010
6011 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
6012 by `tramp-compat-set-process-query-on-exit-flag' and
6013 `tramp-coding-system-change-eol-conversion' by
6014 `tramp-compat-coding-system-change-eol-conversion'.
6015
6016 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6017 Use `tramp-handle-directory-files-and-attributes',
6018 `tramp-handle-file-exists-p' and
6019 `tramp-handle-file-newer-than-file-p'.
6020 (tramp-smb-handle-directory-files-and-attributes)
6021 (tramp-smb-handle-file-exists-p)
6022 (tramp-smb-handle-file-newer-than-file-p): Remove.
6023 (tramp-smb-maybe-open-connection):
6024 Replace `tramp-set-process-query-on-exit-flag' by
6025 `tramp-compat-set-process-query-on-exit-flag'.
6026
60272010-10-05 Glenn Morris <rgm@gnu.org>
6028
6029 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
6030
60312010-10-04 Michael Albinus <michael.albinus@gmx.de>
6032
6033 Continue reorganization of load dependencies. (Bug#7156)
6034
6035 * net/tramp.el (tramp-handle-file-local-copy-hook)
6036 (tramp-delete-temp-file-function): Move down.
6037 (tramp-exists-file-name-handler): Move up.
6038 (tramp-register-file-name-handlers): Simplify autoload.
6039 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
6040 (tramp-handle-directory-files, tramp-handle-dired-uncache)
6041 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
6042 (tramp-handle-file-name-completion)
6043 (tramp-handle-file-name-directory)
6044 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
6045 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
6046 (tramp-handle-find-backup-file-name)
6047 (tramp-handle-insert-file-contents, tramp-handle-load)
6048 (tramp-handle-substitute-in-file-name)
6049 (tramp-handle-unhandled-file-name-directory)
6050 (tramp-mode-string-to-int, tramp-local-host-p)
6051 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
6052
6053 * net/tramp-gvfs.el (top):
6054 * net/tramp-smb.el (top): Do not require 'tramp-sh.
6055
6056 * net/tramp-sh.el (all): Move several objects to tramp.el, see
6057 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
6058
60592010-10-04 Glenn Morris <rgm@gnu.org>
6060
6061 * calendar/appt.el (appt-add): Ensure reminders are enabled.
6062 (appt-activate): Give status messages.
6063
60642010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6065
e9fce1ac 6066 * net/gnutls.el: Improve docs. Remove STARTTLS and SSL emulation.
33383987
JB
6067 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
6068 `gnutls-negotiate' (formerly `starttls-negotiate').
6069 Remove trivial wrapper `starttls-open-stream'.
6070
60712010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6072
6073 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
6074 log-outgoing commands.
6075 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
6076 to create a buffer local revert-buffer-function variable.
6077 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
6078 revert-buffer-function lambda.
6079
60802010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6081
6082 * net/gnutls.el (starttls-negotiate): Use the plist interface to
6083 `gnutls-boot'. Make TYPE the only required parameter.
6084 Allow TRUSTFILES and KEYFILES to be lists.
6085 (open-ssl-stream): Use it.
6086
60872010-10-03 Glenn Morris <rgm@gnu.org>
6088
6089 * subr.el (directory-sep-char): Remove obsolete variable.
6090 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
6091 it is "necessary".
6092
6093 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
6094 * vc/vc.el (vc-static-header-alist): Doc fix.
6095 * vc/vc-cvs.el (vc-cvs-header):
6096 * vc/vc-rcs.el (vc-rcs-header):
6097 * vc/vc-sccs.el (vc-sccs-header):
6098 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
6099 * obsolete/vc-mcvs.el (vc-mcvs-header):
6100 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
6101 on XEmacs.
6102
61032010-10-03 Chong Yidong <cyd@stupidchicken.com>
6104
6105 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6106 Remove obsolete use of binary-overwrite-mode (Bug#7001).
6107
61082010-10-03 Glenn Morris <rgm@gnu.org>
6109
6110 * obsolete/x-menu.el: Remove file, obsolete since 21.1.
6111
6112 * textmodes/rst.el (rst-font-lock-keywords-function):
6113 Drop Emacs 20 code.
6114
6115 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
6116
6117 * printing.el: Drop Emacs 20 code.
6118
6119 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
6120 without having used appt.el already).
6121
6122 * subr.el (make-local-hook): Remove function obsolete since 21.1.
6123 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
6124 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
6125 XEmacs.
6126 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
6127 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
6128
6129 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
6130 (charset-width, find-charset-region, chars-in-region, forward-point)
6131 (encode-coding-string, coding-system-p, ccl-execute-on-string)
6132 (define-ccl-program, multibyte-string-p, string-make-multibyte):
6133 Remove compatibility cruft (none of these are used by ps*.el).
6134
61352010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6136
6137 * subr.el (booleanp): Return t instead of a list (Bug#7086).
6138
61392010-10-03 Chong Yidong <cyd@stupidchicken.com>
6140
6141 * server.el (server-process-filter, server-return-error):
6142 Give emacsclient time to shut down after receiving an error string.
6143
61442010-10-02 Michael Albinus <michael.albinus@gmx.de>
6145
6146 * files.el (remote-file-name-inhibit-cache): New defcustom.
6147
6148 * time.el (display-time-file-nonempty-p):
6149 Use `remote-file-name-inhibit-cache'.
6150
6151 * net/tramp.el (tramp-completion-reread-directory-timeout):
6152 Fix docstring.
6153
6154 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
6155 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
6156 `remote-file-name-inhibit-cache'. Check also for an integer
6157 value. Add/increase counter when `tramp-verbose' >= 10.
6158 (tramp-set-file-property): Add/increase counter when
6159 `tramp-verbose' >= 10.
6160
6161 * net/tramp-cmds.el (tramp-cleanup-all-connections)
6162 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
6163 (tramp-bug): Set tramp-autoload cookie. Report all interned
6164 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
6165 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
6166 characters only in strings.
6167
6168 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
6169 to backward compatibility.
6170
6171 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
6172 (tramp-handle-file-name-all-completions)
6173 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
6174 (tramp-open-connection-setup-interactive-shell):
6175 Call `tramp-cleanup-connection' directly.
6176
61772010-10-02 Glenn Morris <rgm@gnu.org>
6178
6179 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
6180
6181 * subr.el (char-bytes): Remove obsolete function.
6182
6183 * isearch.el (isearch-return-char): Remove obsolete function.
6184
6185 * mouse.el: No longer provide mldrag.
6186 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
6187 Remove obsolete aliases.
6188
6189 * comint.el (comint-kill-output): Remove obsolete alias.
6190
6191 * composite.el (decompose-composite-char): Remove obsolete function.
6192 * ps-def.el (decompose-composite-char): Remove unused function.
6193
6194 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
6195
6196 * outline.el (outline-visible): Remove obsolete function.
6197
6198 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
6199 * faces.el (internal-find-face, internal-get-face)
6200 (frame-update-faces, frame-update-face-colors)
6201 (x-frob-font-weight, x-frob-font-slant)
6202 (internal-frob-font-weight, internal-frob-font-slant)
6203 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
6204 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
6205 (x-make-font-bold-italic): Remove functions and aliases, obsolete
6206 since Emacs 21.1.
6207 * emulation/viper-util.el (viper-get-face):
6208 * obsolete/lucid.el (find-face, get-face): Use facep.
6209 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
6210 Remove unused functions.
6211 * vc/ediff-util.el (ediff-submit-report): Doc fix.
6212
6213 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
6214 delete tempfile if interrupted during compilation.
6215
62162010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6217
e9fce1ac 6218 * net/tls.el (tls-starttls-switches): Give up on using STARTTLS with
33383987
JB
6219 gnutls-cli.
6220 (tls-program): Add --insecure to be consistent with the defaults from
6221 openssl s_client. Now all three commands are insecure.
6222
62232010-10-01 Eli Zaretskii <eliz@gnu.org>
6224
6225 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
6226 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
6227 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
6228
62292010-10-01 Glenn Morris <rgm@gnu.org>
6230
6231 * obsolete/sc.el: Remove file.
6232
6233 * files.el (temporary-file-directory): On darwin, also try
6234 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
6235
62362010-10-01 Juanma Barranquero <lekktu@gmail.com>
6237
6238 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
6239 Let's not break compatibility gratuitously, shall we?
6240
62412010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6242
6243 * net/tls.el (tls-starttls-switches): New variable.
6244 (tls-find-starttls-argument): Use it.
6245 (open-tls-stream): Ditto.
6246
6247 * net/netrc.el (netrc-credentials): Return the value of the "default"
6248 entry.
6249 (netrc-machine): Ditto.
6250
62512010-09-30 Eli Zaretskii <eliz@gnu.org>
6252
6253 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
6254
62552010-09-30 Juanma Barranquero <lekktu@gmail.com>
6256
6257 * server.el (server-start): Don't write pid to the authentication file.
6258 (server-create-tty-frame): Don't send pid.
6259 (server-process-filter): Send pid at the start of every connection.
6260
62612010-09-30 Glenn Morris <rgm@gnu.org>
6262
6263 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
6264 (show-all-diary-entries): Remove obsolete function aliases.
6265
6266 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
6267 Remove options, obsolete since 22.1.
6268 (appt-display-format, appt-display-message):
6269 Remove backwards-compatibility code.
6270 (appt-check): No longer check appt-issue-message.
6271 (appt-make-list): No longer autoload it. Doc fix. No longer
6272 activate the package.
6273
62742010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6275
6276 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
6277 (starttls-negotiate): Just call boot, and let the handshake be
6278 triggered from the read loop.
6279
62802010-09-29 Glenn Morris <rgm@gnu.org>
6281
6282 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
6283 not displaying the diary.
6284 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
6285 * calendar/appt.el (appt-check): No longer need to kill diary.
6286
6287 * calendar/diary-lib.el (diary-list-entries): Move the
6288 "Preparing..." message entirely here.
6289 (diary-simple-display, diary-fancy-display): Move "Preparing..."
6290 messages to diary-list-entries.
6291 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
6292 diary-display-function.
6293
6294 * calendar/diary-lib.el (diary-include-other-diary-files):
6295 Trap some recursive includes.
6296
6297 * calendar/appt.el (appt-activate): Check diary file.
6298
62992010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
6300
6301 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6302 construction.
6303
6304 * calendar/time-date.el: No need to require cl for Emacs 21.
6305
63062010-09-28 Glenn Morris <rgm@gnu.org>
6307
6308 * calendar/appt.el (appt-check): Minor simplification.
6309
63102010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6311
6312 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
6313 citation prefix.
6314
63152010-09-27 Andreas Schwab <schwab@linux-m68k.org>
6316
6317 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6318 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
6319
63202010-09-27 Kenichi Handa <handa@m17n.org>
6321
6322 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
6323 "ustar" format.
6324
63252010-09-27 Kenichi Handa <handa@m17n.org>
6326
6327 * international/mule.el (define-coding-system): Docstring fixed.
6328
6329 * international/mule-diag.el (describe-character-set): Use princ
6330 with proper print-length and print-level instead of insert.
6331
63322010-09-27 Juanma Barranquero <lekktu@gmail.com>
6333
6334 * window.el (walk-windows): Doc fix (bug#7105).
6335
63362010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6337
6338 * emacs-lisp/float-sup.el (e): Remove.
6339
63402010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6341
6342 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
6343 variable.
6344 (starttls-negotiate): Use it.
6345
63462010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6347
6348 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
6349 back.
6350
63512010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6352
6353 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
6354
63552010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6356
6357 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
6358
6359 * net/netrc.el (netrc-store-data): New function.
6360
63612010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
6362
6363 * net/gnutls.el: GnuTLS glue code to set up a connection.
6364
63652010-09-25 Julien Danjou <julien@danjou.info>
6366
6367 * notifications.el: Call dbus-register-signal only if it is bound.
6368
63692010-09-25 Glenn Morris <rgm@gnu.org>
6370
6371 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6372 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6373 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6374 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6375 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6376 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6377 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
6378 * eshell/esh-util.el, eshell/esh-var.el:
6379 Remove leading `*' from docs of faces and defcustoms.
6380
63812010-09-25 Ulrich Mueller <ulm@gentoo.org>
6382
6383 * eshell/em-ls.el (eshell-ls-archive-regexp):
6384 * eshell/esh-util.el (eshell-tar-regexp):
6385 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6386 * info.el (Info-suffix-list):
6387 * international/mule.el (auto-coding-alist):
6388 * woman.el (woman-file-regexp, woman-file-compression-regexp):
6389 * progmodes/etags.el (tags-compression-info-list):
6390 Support xz compression.
6391
63922010-09-25 Chong Yidong <cyd@stupidchicken.com>
6393
6394 * files.el (get-free-disk-space): Don't assume the "df" output
6395 columns line up (Bug#6995).
6396
63972010-09-25 Juanma Barranquero <lekktu@gmail.com>
6398
6399 * finder.el (finder-unknown-keywords):
6400 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
6401 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
6402
64032010-09-25 Juanma Barranquero <lekktu@gmail.com>
6404
6405 * server.el (server-start): Revert part of 2010-08-08 change. Using
6406 address 127.0.0.1 for local host is now done in Fmake_network_process.
6407
64082010-09-24 Glenn Morris <rgm@gnu.org>
6409
6410 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
6411 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
6412 * textmodes/css-mode.el, textmodes/dns-mode.el:
6413 Move autoloaded auto-mode-alist entries to files.el.
6414 * files.el (auto-mode-alist): Move entries here.
6415
64162010-09-23 Glenn Morris <rgm@gnu.org>
6417
6418 * isearch.el (isearch-lazy-highlight-cleanup)
6419 (isearch-lazy-highlight-initial-delay)
6420 (isearch-lazy-highlight-interval)
6421 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
6422 * net/net-utils.el (ipconfig-program-options):
6423 Move aliases to options before the associated definitions.
6424
64252010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6426
6427 * newcomment.el (comment-normalize-vars): Better test validity of
6428 comment-end-skip.
6429
64302010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6431
6432 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
6433 (float-e): New name for `e'.
6434 (degrees-to-radians, radians-to-degrees):
6435 * calendar/solar.el (solar-longitude):
6436 * calculator.el (calculator-registers, calculator-funcall):
6437 * textmodes/artist.el (artist-spray-random-points):
6438 * play/bubbles.el (bubbles--initialize-images): Use new names.
6439
64402010-09-23 Eric M. Ludlam <zappo@gnu.org>
6441
6442 Update to CEDET 1.0's version of EIEIO.
6443
6444 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
6445 New function.
6446 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
6447 (eieio-default-eval-maybe): Eval val instead of unquoting only.
6448 (class-precedence-list): If class is nil, return nil.
6449 (eieio-generic-call): If class of first input arg is nil, don't
6450 look up static methods, and do check for primary methods.
6451 (initialize-instance): See if the default needs to be evaluated
6452 during the constructor.
6453 (eieio-perform-slot-validation-for-default): Don't do the check
6454 for values that will eventually be evaluated.
6455 (eieio-eval-default-p): New function.
6456 (eieio-default-eval-maybe): Use it.
6457
64582010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
6459
6460 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
6461 method-invocation-order.
6462 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
6463 (eieio-class-precedence-dfs): Compute class precedence list using
6464 dfs algorithm.
6465 (eieio-class-precedence-bfs): Compute class precedence list using
6466 bfs algorithm.
6467 (eieio-class-precedence-c3): Compute class precedence list using
6468 c3 algorithm.
6469 (class-precedence-list): New function.
6470 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
6471 (inconsistent-class-hierarchy): New error symbol.
6472 (call-next-method): Stow the replacement argument list for future
6473 call-next-method invocations.
6474
64752010-09-23 Glenn Morris <rgm@gnu.org>
6476
6477 * calendar/appt.el (appt-check): If not displaying the diary,
6478 use (diary 1) to only get the entries we need.
6479 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
6480 that it is in day order. (Bug#7019)
6481
6482 * calendar/appt.el (appt-check): Rather than showing the diary,
6483 just turn off invisible display, and only if needed.
6484
6485 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
6486
64872010-09-23 Glenn Morris <rgm@gnu.org>
6488
6489 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6490 (byte-compile-defvar, byte-compile-cl-warn):
6491 Start warnings with lower-case, like the majority.
6492
6493 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
6494
6495 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
6496
6497 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
6498 * files.el (auto-mode-alist): Move ld-script entries here, further down
6499 the list.
6500
6501 * vc/add-log.el: Don't require timezone when compiling.
6502 (timezone-make-date-sortable): Autoload it.
6503 (change-log-sortable-date-at): Don't require timezone.
6504 Use `ignore-errors'.
6505
6506 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6507 Move alias before definition, so it does not need autoloading.
6508
6509 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
6510 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
6511 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
6512 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
6513 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
6514 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
6515 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
6516 * textmodes/tex-mode.el, textmodes/two-column.el:
6517 Remove leading `*' from docs of defcustoms etc.
6518
65192010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
6520
6521 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
6522
65232010-09-22 Dan Christensen <jdc@uwo.ca>
6524
6525 * calendar/time-date.el (date-to-time): Try using parse-time-string
6526 first before using the slower timezone-make-date-arpa-standard.
6527
65282010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
6529
6530 * calendar/time-date.el (format-seconds): Comment fix.
6531
65322010-09-22 Glenn Morris <rgm@gnu.org>
6533
6534 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
6535 is not automatically buffer-local.
6536
65372010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6538
6539 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
6540 (smie-indent-comment): Be more careful with comment-start-skip.
6541 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
6542 (smie-indent-functions): Use them.
6543
65442010-09-21 Michael Albinus <michael.albinus@gmx.de>
6545
6546 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
6547
65482010-09-21 Jan Djärv <jan.h.d@swipnet.se>
6549
6550 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
6551 tool-bar-position. Don't modify frame parameters here.
6552 (menu-bar-options-save): Add tool-bar-position.
6553
6554 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
6555
65562010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6557
6558 * textmodes/reftex-parse.el (reftex-what-macro)
6559 (reftex-context-substring): Let-bind forward-sexp-function to nil
6560 since we don't need/want to treat \begin...\end as a block (bug#7053).
6561
6562 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
6563
6564 * simple.el (blink-matching-open): Use syntax-class.
6565
6566 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
6567 Set invisibility spec for pascal's outline mode.
6568 (pascal-outline-change): Clean up calling convention.
6569 (pascal-show-all, pascal-hide-other-defuns): Update callers.
6570
6571 * progmodes/prolog.el (prolog-smie-forward-token)
6572 (prolog-smie-backward-token): New functions.
6573 (prolog-mode-variables): Use them to parse "!," correctly.
6574 Set up smie-blink-matching for ".".
6575
6576 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
6577 and `end'.
6578 (ispell-region, ispell-process-line): Update users.
6579
6580 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
6581 point-min==1.
6582
6583 * textmodes/ispell.el: Fix commenting convention.
6584 (ispell-parse-output): Simplify, use push.
6585 (ispell-region): Use match-string-no-properties.
6586 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
6587 (ispell-minor-mode): Use define-minor-mode.
6588 (ispell-message): Remove unused var `skip-regexp'.
6589 (ispell-add-per-file-word-list): Use dynamic let-binding.
6590 Try and use the proper comment marker.
6591
6592 * mail/sendmail.el: Fix commenting convention.
6593 (sendmail-send-it): Use line-beginning-position.
6594
6595 * help-fns.el (describe-variable): Add original value, if applicable.
6596
65972010-09-20 Juanma Barranquero <lekktu@gmail.com>
6598
6599 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
6600
6601 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
6602
66032010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6604
6605 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
6606 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
6607 (smie-prec2-levels): Use them to better diagnose precedence cycles.
6608 (smie-blink-matching-check): Don't signal a mismatch if car is t.
6609 (smie-blink-matching-open): Rewrite to remove assumptions, so that
6610 something like "." can also be a closer.
6611 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
6612 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
6613 Rename internal functions to use "--". Update callers.
6614
6615 * frame.el (make-frame-names-alist): Don't list frames on other displays.
6616
6617 * fringe.el (fringe-styles): New var.
6618 (fringe-mode, fringe-query-style): Use it.
6619
66202010-09-18 Michael R. Mauger <mmaug@yahoo.com>
6621
6622 * progmodes/sql.el: Version 2.8
6623 (sql-login-params): Update widget structure; changes still needed.
6624 (sql-product-alist): Add :list-all and :list-table features for
6625 SQLite, Postgres and MySQL products.
6626 (sql-redirect): Handle default value.
6627 (sql-execute, sql-execute-feature): New functions.
6628 (sql-read-table-name): New function.
6629 (sql-list-all, sql-list-table): New functions. User API.
6630 (sql-mode-map, sql-interactive-mode-map): Add key definitions
6631 for above functions.
6632 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
6633 for above functions.
6634 (sql-postgres-login-params): Add user and database defaults.
6635 (sql-buffer-live-p): Bug fix.
6636 (sql-product-history): New variable.
6637 (sql-read-product): New function. Use it.
6638 (sql-set-product, sql-product-interactive): Use it.
6639 (sql-connection-history): New variable.
6640 (sql-read-connection): New function. Use it.
6641 (sql-connect): New function.
6642 (sql-for-each-login): Redesign function interface.
6643 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
6644 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
6645 (sql-comint): Check for program. Existing live buffer.
6646 (sql-comint-postgres): Add port parameter.
6647
66482010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6649
6650 * emacs-lisp/warnings.el: Fix commenting convention.
6651 (display-warning): Use special mode and make the buffer read-only.
6652
66532010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
6654
6655 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
6656 empty string when it follows a repeated or optional pattern.
6657
66582010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6659
6660 * indent.el (indent-according-to-mode): Apply syntax-propertize.
6661 (indent-region): Use indent-according-to-mode.
6662
66632010-09-18 Eli Zaretskii <eliz@gnu.org>
6664
6665 * fringe.el (fringe-mode): Doc fix.
6666
66672010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
6668
6669 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
6670 refreshing the preview buffer.
6671
66722010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6673
6674 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
6675 (latex-syntax-propertize-rules): New consts; replace
6676 tex-font-lock-syntactic-keywords.
6677 (tex-env-mark, latex-env-before-change): New functions.
6678 (latex-electric-env-pair-mode): New minor mode.
6679 (tex-font-lock-verb): Change arguments; do move point.
6680 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
6681 representation as a form of comment.
6682 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
6683 (doctex-syntax-propertize-rules): New const; replaces
6684 doctex-font-lock-syntactic-keywords.
6685 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
6686
6687 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
6688 (fortran-make-syntax-propertize-function): New function; replaces
6689 fortran-font-lock-syntactic-keywords.
6690 (fortran-mode): Use it.
6691 (fortran-line-length): Use it. Improve interactive spec.
6692
6693 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
6694 (syntax-propertize-rules): Add var-ref case. Fix offset computation
6695 when adding surrounding \(..\).
6696
6697 * progmodes/js.el (js-mode): Fix last change (bug#7054).
6698
66992010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6700
6701 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
6702 Use with-current-buffer.
6703
6704 * isearch.el (isearch-face): Rename from `isearch'.
6705 (isearch-highlight): Use new name.
6706
67072010-09-17 Eli Zaretskii <eliz@gnu.org>
6708
6709 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
6710 5, for `half' width fringes. (Bug#6933)
6711
67122010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6713
6714 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6715 (byte-compile-defvar): "foo/bar" does not lack a prefix.
6716
6717 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
6718
67192010-09-17 Stephen Berman <stephen.berman@gmx.net>
6720
6721 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
6722 in calculating new frame position. Add more space between new and
6723 parent on the left (Bug#7048).
6724
67252010-09-17 Michael Albinus <michael.albinus@gmx.de>
6726
6727 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
6728 defmacro.
6729
67302010-09-16 Chong Yidong <cyd@stupidchicken.com>
6731
6732 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6733
6734 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
6735 obsolete alias for x-selection-value.
6736
6737 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
6738
67392010-09-16 Michael Albinus <michael.albinus@gmx.de>
6740
6741 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
6742 cookie.
6743
67442010-09-15 Michael Albinus <michael.albinus@gmx.de>
6745
6746 * net/tramp-compat.el (tramp-compat-with-temp-message)
6747 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
6748 (tramp-compat-process-put): New defuns.
6749
6750 * net/tramp.el (top):
6751 * net/tramp-gvfs.el (top):
6752 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
6753
6754 * net/tramp.el (tramp-progress-reporter-update):
6755 Use `tramp-compat-funcall'.
6756
6757 * net/tramp.el (tramp-process-actions):
6758 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
6759 * net/tramp-sh.el (tramp-handle-vc-registered)
6760 (tramp-get-remote-stat, tramp-get-remote-readlink):
6761 Use `tramp-compat-with-temp-message'.
6762
6763 * net/tramp-sh.el (top): Require 'cl.
6764 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
6765 (tramp-open-connection-setup-interactive-shell):
6766 Use `tramp-compat-process-put'.
6767
67682010-09-15 Alan Mackenzie <acm@muc.de>
6769
6770 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
6771 indentation.
6772 (c-forward-<>-arglist-recur): Fix an infinite recursion.
6773
67742010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6775
6776 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6777 `lexical' for warnings related to lexical scoping.
6778 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
6779 global vars which don't have a prefix and could hence affect lexical
6780 scoping in unrelated files.
6781
67822010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6783
6784 * net/imap.el: Revert back to version
6785 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6786 seem problematic.
6787
67882010-09-14 Juanma Barranquero <lekktu@gmail.com>
6789
6790 * obsolete/old-whitespace.el (whitespace-unload-function):
6791 Explicitly pass `obarray' to `unintern' to avoid a warning.
6792
67932010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6794
6795 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
6796 Add `when' argument. Update callers.
6797
6798 * subr.el (unintern): Declare the obarray arg mandatory.
6799
68002010-09-14 Glenn Morris <rgm@gnu.org>
6801
6802 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
6803 Doc fixes.
6804
6805 * calendar/diary-lib.el (diary-included-files): New variable.
6806 (diary-list-entries): Maybe initialize diary-included-files.
6807 (diary-include-other-diary-files): Append to diary-included-files.
6808 * calendar/appt.el (appt-update-list): Also check the members of
6809 diary-included-files. (Bug#6999)
6810 (appt-check): Doc fix.
6811
68122010-09-14 David Reitter <david.reitter@gmail.com>
6813
6814 * simple.el (line-move-visual): Do not truncate goal column to
6815 integer size. (Bug#7020)
6816
68172010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6818
6819 * repeat.el (repeat): Allow repeating when the last event is a click.
6820 Suggested by Drew Adams (bug#6256).
6821
68222010-09-14 Sascha Wilde <wilde@sha-bang.de>
6823
6824 * vc/vc-hg.el (vc-hg-state, vc-hg-working-revision):
6825 Replace setting HGRCPATH to "" by some less invasive --config options.
6826
68272010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6828
6829 * font-lock.el (font-lock-beginning-of-syntax-function):
6830 Mark as obsolete.
6831
68322010-09-14 Glenn Morris <rgm@gnu.org>
6833
6834 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
6835 and tool-bar modes. (Bug#6211)
6836 (menu-bar-mode): Move setting of standard-value after the
6837 minor-mode definition, otherwise it seems to have no effect.
6838
68392010-09-14 Masatake YAMATO <yamato@redhat.com>
6840
6841 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
6842 Fix typo. (Bug#6976)
6843
68442010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6845
6846 * whitespace.el: Allow cleaning up blanks without blank
6847 visualization (Bug#6651). Adjust help window for
6848 whitespace-toggle-options (Bug#6479). Allow to use fill-column
6849 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
6850 (whitespace-style): Add new value 'face. Adjust docstring.
6851 (whitespace-space, whitespace-hspace, whitespace-tab):
6852 Adjust foreground property face.
6853 (whitespace-line-column): Adjust docstring and type declaration.
6854 (whitespace-style-value-list, whitespace-toggle-option-alist)
6855 (whitespace-help-text): Adjust const initialization.
6856 (whitespace-toggle-options, global-whitespace-toggle-options):
6857 Adjust docstring.
6858 (whitespace-display-window, whitespace-interactive-char)
6859 (whitespace-style-face-p, whitespace-color-on): Adjust code.
6860 (whitespace-help-scroll): New fun.
6861
68622010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
6863
6864 * calendar/time-date.el (format-seconds): Comment fix.
6865
68662010-09-13 Michael R. Mauger <mmaug@yahoo.com>
6867
6868 * progmodes/sql.el: Version 2.7.
6869 (sql-buffer-live-p): Improve detection.
6870 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
6871 (sql-set-sqli-buffer): Use it.
6872 (sql-product-interactive): Run `sql-set-sqli-hook'.
6873 (sql-rename-buffer): Code cleanup.
6874 (sql-redirect, sql-redirect-value): New functions. More to come.
6875
68762010-09-13 Juanma Barranquero <lekktu@gmail.com>
6877
6878 Port tramp-related Makefile changes of 2010-09-08T14:42:54Z!michael.albinus@gmx.de, 2010-09-13T15:17:01Z!michael.albinus@gmx.de to Windows.
6879 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
6880 (TRAMP_SRC): New macro.
6881 ($(lisp)/net/tramp-loaddefs.el): New target.
6882
68832010-09-13 Michael Albinus <michael.albinus@gmx.de>
6884
6885 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
6886
6887 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
6888
6889 * net/tramp.el (top): Don't show loading message. Require just
6890 'tramp-compat, everything else is required there.
6891 Use `ignore-errors' where appropriate.
6892 (tramp-inline-compress-start-size, tramp-copy-size-limit)
6893 (tramp-terminal-type, tramp-end-of-output)
6894 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
6895 (tramp-completion-function-alist-ssh)
6896 (tramp-completion-function-alist-telnet)
6897 (tramp-completion-function-alist-su)
6898 (tramp-completion-function-alist-putty, tramp-remote-path)
6899 (tramp-remote-process-environment, tramp-sh-extra-args)
6900 (tramp-actions-before-shell, tramp-uudecode)
6901 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
6902 (tramp-perl-file-attributes)
6903 (tramp-perl-directory-files-and-attributes)
6904 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
6905 (tramp-perl-encode, tramp-perl-decode)
6906 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
6907 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
6908 (tramp-handle-make-symbolic-link, tramp-handle-load)
6909 (tramp-handle-file-name-as-directory)
6910 (tramp-handle-file-name-directory)
6911 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
6912 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
6913 (tramp-do-file-attributes-with-ls)
6914 (tramp-do-file-attributes-with-perl)
6915 (tramp-do-file-attributes-with-stat)
6916 (tramp-handle-set-visited-file-modtime)
6917 (tramp-handle-verify-visited-file-modtime)
6918 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
6919 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
6920 (tramp-handle-file-selinux-context)
6921 (tramp-handle-set-file-selinux-context)
6922 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
6923 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
6924 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
6925 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
6926 (tramp-handle-file-ownership-preserved-p)
6927 (tramp-handle-directory-file-name, tramp-handle-directory-files)
6928 (tramp-handle-directory-files-and-attributes)
6929 (tramp-do-directory-files-and-attributes-with-perl)
6930 (tramp-do-directory-files-and-attributes-with-stat)
6931 (tramp-handle-file-name-all-completions)
6932 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
6933 (tramp-handle-copy-file, tramp-handle-copy-directory)
6934 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
6935 (tramp-do-copy-or-rename-file-via-buffer)
6936 (tramp-do-copy-or-rename-file-directly)
6937 (tramp-do-copy-or-rename-file-out-of-band)
6938 (tramp-handle-make-directory, tramp-handle-delete-directory)
6939 (tramp-handle-delete-file)
6940 (tramp-handle-dired-recursive-delete-directory)
6941 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
6942 (tramp-handle-insert-directory)
6943 (tramp-handle-unhandled-file-name-directory)
6944 (tramp-handle-expand-file-name)
6945 (tramp-handle-substitute-in-file-name)
6946 (tramp-handle-executable-find, tramp-process-sentinel)
6947 (tramp-handle-start-file-process, tramp-handle-process-file)
6948 (tramp-handle-call-process-region, tramp-handle-shell-command)
6949 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
6950 (tramp-handle-insert-file-contents)
6951 (tramp-handle-insert-file-contents-literally)
6952 (tramp-handle-find-backup-file-name)
6953 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
6954 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
6955 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
6956 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
6957 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
6958 (tramp-find-file-exists-command, tramp-open-shell)
6959 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
6960 (tramp-open-connection-setup-interactive-shell)
6961 (tramp-local-coding-commands, tramp-remote-coding-commands)
6962 (tramp-find-inline-encoding, tramp-call-local-coding-command)
6963 (tramp-inline-compress-commands, tramp-find-inline-compress)
6964 (tramp-compute-multi-hops, tramp-maybe-open-connection)
6965 (tramp-send-command, tramp-wait-for-output)
6966 (tramp-send-command-and-check, tramp-barf-unless-okay)
6967 (tramp-send-command-and-read, tramp-mode-string-to-int)
6968 (tramp-convert-file-attributes, tramp-check-cached-permissions)
6969 (tramp-file-mode-from-int, tramp-file-mode-permissions)
6970 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
6971 (tramp-method-out-of-band-p, tramp-local-host-p)
6972 (tramp-get-remote-path, tramp-get-remote-tmpdir)
6973 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
6974 (tramp-get-test-command, tramp-get-test-nt-command)
6975 (tramp-get-file-exists-command, tramp-get-remote-ln)
6976 (tramp-get-remote-perl, tramp-get-remote-stat)
6977 (tramp-get-remote-readlink, tramp-get-remote-trash)
6978 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
6979 (tramp-get-local-uid, tramp-get-local-gid)
6980 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
6981 tramp-sh.el.
6982 (tramp-methods, tramp-default-method-alist)
6983 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
6984 Move initialization to tramp-sh.el.
6985 (tramp-temp-name-prefix): Make it a defconst.
6986 (tramp-dissect-file-name): Don't check anymore for multi-hop
6987 methods.
6988 (tramp-debug-outline-regexp): Add a docstring.
6989 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
6990 (tramp-get-debug-buffer): Use it.
6991
6992 * net/tramp-cache.el (top): Set tramp-autoload cookie for
6993 initialization forms.
6994 (tramp-set-connection-property): Don't protect `tramp-message'
6995 call, it isn't necessary any longer.
6996 (tramp-dump-connection-properties): Use `ignore-errors'.
6997
6998 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
6999 'password-cache and 'auth-source.
7000
7001 * net/tramp-gvfs.el (top):
7002 * net/tramp-smb.el (top): Require 'tramp-sh.
7003
7004 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
7005
7006 * net/tramp-sh.el: New file, derived from tramp.el.
7007 (top): Initialize `tramp-methods', `tramp-default-method-alist',
7008 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
7009 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
7010 Use `ignore-errors' where appropriate.
7011 (tramp-sh-file-name-handler-alist): Rename from
7012 `tramp-file-name-handler-alist'.
7013 (tramp-send-command-and-check): Return t or nil. Remove all
7014 `zerop' checks, where called.
7015 (tramp-handle-set-file-modes)
7016 (tramp-do-copy-or-rename-file-directly)
7017 (tramp-handle-delete-directory, tramp-handle-delete-file)
7018 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
7019 (tramp-sh-file-name-handler, tramp-send-command-and-check)
7020 (tramp-get-remote-ln): Set tramp-autoload cookie.
7021
7022 * net/tramp-fish.el: Remove file.
7023
70242010-09-13 Daiki Ueno <ueno@unixuser.org>
7025
7026 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
7027 buffer-file-name to avoid file-locking. (Bug#7026)
7028
70292010-09-13 Julien Danjou <julien@danjou.info>
7030
7031 * notifications.el (notifications-notify): Add support for
7032 image-path and sound-name.
7033 (notifications-specification-version): Add this variable.
7034
70352010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7036
7037 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
7038
cd394be1 70392010-09-12 Leo Liu <sdl.web@gmail.com>
33383987
JB
7040
7041 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
7042 (rcirc-completion-start): New variables.
7043 (rcirc-nick-completions): Rename to rcirc-completions.
7044 (rcirc-nick-completion-start-offset): Delete.
7045 (rcirc-completion-at-point): New function for constructing
7046 completion data for both nicks and irc commands. Add to
7047 completion-at-point-functions in rcirc mode.
7048 (rcirc-complete): Rename from rcirc-nick-complete; use
7049 rcirc-completion-at-point.
7050 (defun-rcirc-command): Update rcirc-client-commands.
7051
70522010-09-11 Glenn Morris <rgm@gnu.org>
7053
7054 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
7055 atomically, to avoid parallel build errors. (Bug#4196)
7056
70572010-09-11 Michael R. Mauger <mmaug@yahoo.com>
7058
7059 * progmodes/sql.el: Version 2.6
7060 (sql-dialect): Synonym for "sql-product".
7061 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7062 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
7063 Set "sql-buffer" to buffer name not buffer object so multiple sql
7064 interactive buffers work properly. Reverts misguided changes in
7065 earlier work.
7066 (sql-comint): Make sure different buffer name is used if "*SQL*"
7067 buffer is for a different product.
7068 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
7069 login param.
7070 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7071 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7072 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
7073 Accept new buffer name or prompt for one.
7074 (sql-port): Default to zero.
7075 (sql-comint-mysql): Handle "sql-port" as a numeric.
7076 (sql-port-history): Delete unused variable.
7077 (sql-get-login): Default "sql-port" to a number.
7078 (sql-product-alist): Correct Postgres prompt and terminator regexp.
7079 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
7080 "sqlite3" executables.
7081 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
7082 (sql-buffer-live-p): New function.
7083 (sql-mode-menu, sql-send-string): Use it.
7084 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
7085 syntax pattern.
7086 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
c80e3b4a 7087 (sql-mode-sqlite-font-lock-keywords): Highlight sqlite commands.
33383987
JB
7088
70892010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7090
7091 * net/netrc.el (netrc-credentials): New convenience function.
7092
70932010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7094
7095 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
7096 to replace texinfo-font-lock-syntactic-keywords.
7097 (texinfo-mode): Use it.
7098
7099 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
7100 Use syntax-propertize-function.
7101
7102 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
7103 replace sgml-font-lock-syntactic-keywords.
7104 (sgml-mode): Use it.
7105
7106 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
7107 since we don't use it.
7108
7109 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
7110
7111 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
7112 if available.
7113 (vhdl-fontify-buffer): Adjust.
7114
7115 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
7116 replace tcl-font-lock-syntactic-keywords.
7117 (tcl-mode): Use it.
7118
7119 * progmodes/simula.el (simula-syntax-propertize-function): New var to
7120 replace simula-font-lock-syntactic-keywords.
7121 (simula-mode): Use it.
7122
7123 * progmodes/sh-script.el (sh-st-symbol): Remove.
7124 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
7125 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
7126 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
7127 (sh-font-lock-paren): Set syntax-multiline.
7128 (sh-font-lock-syntactic-keywords): Remove.
7129 (sh-syntax-propertize-function): New function to replace it.
7130 (sh-mode): Use it.
7131
7132 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
7133 Define while compiling.
7134 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7135 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
7136 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
7137 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7138 (ruby-here-doc-end-syntax): Only define when
7139 syntax-propertize is not available.
7140 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
7141 New functions.
7142 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
7143 (electric-indent-chars): Silence bytecompiler.
7144 (ruby-mode): Use prog-mode, syntax-propertize-function, and
7145 electric-indent-chars.
7146
7147 * progmodes/python.el (python-syntax-propertize-function): New var to
7148 replace python-font-lock-syntactic-keywords.
7149 (python-mode): Use it.
7150 (python-quote-syntax): Simplify and adjust to new use.
7151
7152 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
7153 replace perl-font-lock-syntactic-keywords.
7154 (perl-syntax-propertize-special-constructs): New fun to replace
7155 perl-font-lock-special-syntactic-constructs.
7156 (perl-font-lock-syntactic-face-function): New fun.
7157 (perl-mode): Use it.
7158
7159 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
7160 to replace octave-font-lock-close-quotes.
7161 (octave-syntax-propertize-function): New function to replace
7162 octave-font-lock-syntactic-keywords.
7163 (octave-mode): Use it.
7164
7165 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
7166 replaces mixal-font-lock-syntactic-keywords.
7167 (mixal-mode): Use it.
7168
7169 * progmodes/make-mode.el (makefile-syntax-propertize-function):
7170 New var; replaces makefile-font-lock-syntactic-keywords.
7171 (makefile-mode): Use it.
7172 (makefile-imake-mode): Adjust.
7173
7174 * progmodes/js.el (js--regexp-literal): Define while compiling.
7175 (js-syntax-propertize-function): New var; replaces
7176 js-font-lock-syntactic-keywords.
7177 (js-mode): Use it.
7178
7179 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
7180 replaces gdb-script-font-lock-syntactic-keywords.
7181 (gdb-script-mode): Use it.
7182
7183 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
7184 (fortran--font-lock-syntactic-keywords): New var.
7185 (fortran-line-length): Update syntax-propertize-function and
7186 fortran--font-lock-syntactic-keywords.
7187
7188 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
7189
7190 * progmodes/cfengine.el (cfengine-mode):
7191 Use syntax-propertize-function.
7192 (cfengine-font-lock-syntactic-keywords): Remove.
7193
7194 * progmodes/autoconf.el (autoconf-mode):
7195 Use syntax-propertize-function.
7196 (autoconf-font-lock-syntactic-keywords): Remove.
7197
7198 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
7199 (ada-after-change-function, ada-initialize-syntax-table-properties)
7200 (ada-handle-syntax-table-properties): Only define when
7201 syntax-propertize is not available.
7202 (ada-mode): Use syntax-propertize-function.
7203
7204 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
7205 (font-lock-fontify-syntactic-keywords-region): Move handling of
7206 font-lock-syntactically-fontified to...
7207 (font-lock-default-fontify-region): ...here.
7208 Let syntax-propertize-function take precedence.
7209 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
7210
7211 * emacs-lisp/syntax.el (syntax-propertize-function)
7212 (syntax-propertize-chunk-size, syntax-propertize--done)
7213 (syntax-propertize-extend-region-functions): New vars.
7214 (syntax-propertize-wholelines, syntax-propertize-multiline)
7215 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
7216 (syntax-propertize): New functions.
7217 (syntax-propertize-rules): New macro.
7218 (syntax-ppss-flush-cache): Set syntax-propertize--done.
7219 (syntax-ppss): Call syntax-propertize.
7220
7221 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
7222
72232010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
7224
7225 * textmodes/ispell.el (ispell-init-process): Improve comments.
7226 XEmacs compatibility changes regarding (add-hook) 'local option
7227 and (set-process-query-on-exit-flag).
7228
72292010-09-09 Michael Albinus <michael.albinus@gmx.de>
7230
7231 * net/tramp-cache.el (tramp-parse-connection-properties):
7232 Set tramp-autoload cookie.
7233
72342010-09-09 Glenn Morris <rgm@gnu.org>
7235
7236 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
7237 (imagemagick-register-types): Doc fix.
7238
72392010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7240
7241 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
7242
7243 * progmodes/js.el (require): Require is already "eval-and-compile".
7244 (js--re-search-forward): Avoid `eval'. Preserve the error data.
7245 (js--re-search-backward): Use js--re-search-forward.
7246
7247 * progmodes/fortran.el (fortran-line-length): Don't recompute
7248 syntactic keywords redundantly a second time.
7249
7250 * progmodes/ada-mode.el: Replace "(set '" with setq.
7251 (ada-mode): Simplify.
7252 (ada-create-case-exception, ada-adjust-case-interactive)
7253 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
7254 (ada-search-ignore-string-comment, ada-move-to-start)
7255 (ada-move-to-end): Use with-syntax-table.
7256
7257 * font-lock.el (save-buffer-state): Remove `varlist' arg.
7258 (font-lock-unfontify-region, font-lock-default-fontify-region):
7259 Update usage correspondingly.
7260 (font-lock-fontify-syntactic-keywords-region):
7261 Set parse-sexp-lookup-properties buffer-locally here.
7262 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
7263
7264 * simple.el (blink-matching-open): Don't burp if we can't find a match.
7265
72662010-09-08 Glenn Morris <rgm@gnu.org>
7267
7268 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
7269 Error if not compiled with -DBYTE_CODE_METER.
7270
7271 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7272 Ignore dir-locals-file.
7273
72742010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7275
7276 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7277 Not a const.
7278 (compilation-error-regexp-alist-alist): Rule out ": " in file names
7279 for the `gnu' messages.
7280 (compilation-set-skip-threshold): New command.
7281 (compilation-start): Use \' rather than $.
7282 (compilation-forget-errors): Use clrhash.
7283
72842010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
7285
7286 * textmodes/ispell.el (ispell-valid-dictionary-list):
7287 Simplify logic.
7288
72892010-09-08 Michael Albinus <michael.albinus@gmx.de>
7290
7291 Migrate to Tramp 2.2. Rearrange load dependencies.
7292 (Bug#1529, Bug#5448, Bug#5705)
7293
7294 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
7295 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
7296 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7297
7298 * net/tramp.el (top): Remove all other tramp-* loads except
7299 tramp-compat.el. Remove all changes to tramp-unload-hook for
7300 other tramp-* packages. Rearrange defun order. Change calls of
7301 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
7302 `tramp-compat-octal-to-decimal' to new function names.
7303 (tramp-terminal-type, tramp-initial-end-of-output)
7304 (tramp-methods, tramp-foreign-file-name-handler-alist)
7305 (tramp-tramp-file-p, tramp-completion-mode-p)
7306 (tramp-send-command-and-check, tramp-get-remote-path)
7307 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
7308 (tramp-shell-quote-argument): Set tramp-autoload cookie.
7309 (with-file-property, with-connection-property): Move to
7310 tramp-cache.el.
7311 (tramp-local-call-process, tramp-decimal-to-octal)
7312 (tramp-octal-to-decimal): Move to tramp-compat.el.
7313 (tramp-handle-shell-command): Do not require 'shell.
7314 (tramp-compute-multi-hops): No special handling for tramp-gw-*
7315 symbols.
7316 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
7317
7318 * net/tramp-cache.el (top): Require 'tramp. Add to
7319 `tramp-unload-hook'.
7320 (tramp-cache-data, tramp-get-file-property)
7321 (tramp-set-file-property, tramp-flush-file-property)
7322 (tramp-flush-directory-property, tramp-get-connection-property)
7323 (tramp-set-connection-property, tramp-flush-connection-property)
7324 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
7325 cookie.
7326 (with-file-property, with-connection-property): New defuns, moved
7327 from tramp.el.
7328 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
7329 macro.
7330
7331 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
7332 (tramp-version): Set tramp-autoload cookie.
7333
7334 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
7335 changes to tramp-unload-hook for other tramp-* packages. Add to
7336 `tramp-unload-hook'.
7337 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
7338 (tramp-compat-call-process): New defuns, moved from tramp.el.
7339
7340 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
7341 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7342 Add to `tramp-unload-hook'. Change call of
7343 `tramp-compat-decimal-to-octal' to new function name.
7344 (tramp-fish-method): Make it a defconst.
7345 (tramp-fish-file-name-p): Make it a defsubst.
7346 (tramp-fish-method, tramp-fish-file-name-handler)
7347 (tramp-fish-file-name-p): Set tramp-autoload cookie.
7348
7349 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
7350 `tramp-foreign-file-name-handler-alist'. Add to
7351 `tramp-unload-hook'.
7352 (tramp-ftp-method): Make it a defconst.
7353 (tramp-ftp-file-name-p): Make it a defsubst.
7354 (tramp-ftp-method, tramp-ftp-file-name-handler)
7355 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
7356
7357 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
7358 `tramp-foreign-file-name-handler-alist'. Add to
7359 `tramp-unload-hook'. Change checks, whether package can be
7360 loaded.
7361 (tramp-gvfs-file-name-p): Make it a defsubst.
7362 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
7363 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
7364 (tramp-gvfs-handle-file-directory-p): New defun.
7365 (tramp-gvfs-file-name-handler-alist): Use it.
7366
7367 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
7368 `tramp-foreign-file-name-handler-alist'. Add to
7369 `tramp-unload-hook'.
7370 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
7371 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
7372 defconst.
7373 (tramp-gw-tunnel-method, tramp-gw-socks-method)
7374 (tramp-gw-open-connection): Set tramp-autoload cookie.
7375
7376 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
7377 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7378 Add to `tramp-unload-hook'. Change checks, whether package can be
7379 loaded.
7380 (tramp-imap-file-name-p): Make it a defsubst.
7381 (tramp-imap-method, tramp-imaps-method)
7382 (tramp-imap-file-name-handler)
7383 (tramp-imap-file-name-p): Set tramp-autoload cookie.
7384
7385 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
7386 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7387 Add to `tramp-unload-hook'. Change checks, whether package can be
7388 loaded. Change call of `tramp-compat-decimal-to-octal' to new
7389 function name.
7390 (tramp-smb-tunnel-method): Make it a defconst.
7391 (tramp-smb-file-name-p): Make it a defsubst.
7392 (tramp-smb-method, tramp-smb-file-name-handler)
7393 (tramp-smb-file-name-p): Set tramp-autoload cookie.
7394
7395 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
7396 (tramp-uuencode-region): Set tramp-autoload cookie.
7397
7398 * net/trampver.el (top) Add to `tramp-unload-hook'.
7399 (tramp-version, tramp-bug-report-address): Set tramp-autoload
7400 cookie. Update release number.
7401
74022010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
7403
7404 * textmodes/ispell.el (ispell-start-process): Make sure original
7405 arg list is properly initialized (Bug#6993, Bug#6994).
7406
74072010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
7408
7409 * files.el (directory-abbrev-alist): Use \` as default regexp.
7410
7411 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
7412 chars like - or ] (bug#6984).
7413 (rx-any-condense-range): Explode 2-char ranges.
7414
74152010-09-06 Glenn Morris <rgm@gnu.org>
7416
7417 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
7418
74192010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7420
7421 * textmodes/bibtex.el:
7422 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
7423
74242010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7425
7426 * net/imap.el (imap-message-map): Remove optional buffer parameter,
7427 since no callers use it.
7428 (imap-message-get): Ditto.
7429 (imap-message-put): Ditto.
7430 (imap-mailbox-map): Ditto.
7431 (imap-mailbox-put): Ditto.
7432 (imap-mailbox-get): Ditto.
7433 (imap-mailbox-get): Revert last change for this function.
7434
74352010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7436
7437 * net/imap.el (imap-fetch-safe): Remove function, and alter all
7438 callers to use `imap-fetch' instead. According to the comments, this
7439 should be safe, since all other IMAP clients use the 1:* syntax.
7440 (imap-enable-exchange-bug-workaround): Remove.
7441 (imap-debug): Remove -- doesn't seem very useful.
7442
74432010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7444
7445 * net/imap.el (imap-log): New convenience function used throughout
7446 instead of repeating the same code all over the place.
7447
74482010-09-05 David De La Harpe Golden <david@harpegolden.net>
7449
7450 * mouse.el (mouse-save-then-kill): Save region to kill-ring
7451 when mouse-drag-copy-region is non-nil (Bug#6956).
7452
74532010-09-05 Chong Yidong <cyd@stupidchicken.com>
7454
7455 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
7456 Improve regexps (Bug#6987).
7457 (dired-sort-toggle): Search more robustly for -t flag.
7458
7459 * files.el (get-free-disk-space): Search more robustly for
7460 "available" column. Suggested by Ehud Karni
7461 <ehud@unix.mvs.co.il>.
7462
74632010-09-05 Juanma Barranquero <lekktu@gmail.com>
7464
7465 * international/uni-bidi.el:
7466 * international/uni-category.el:
7467 * international/uni-combining.el:
7468 * international/uni-decimal.el:
7469 * international/uni-mirrored.el:
7470 * international/uni-name.el: Regenerate.
7471
74722010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7473
7474 * electric.el (electric-indent-post-self-insert-function):
7475 Don't reindent with a sloppy indentation function.
7476
7477 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
7478 border case in change-log-mode.
7479
74802010-09-04 Chong Yidong <cyd@stupidchicken.com>
7481
7482 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7483 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
7484 Recognize leading tab in gcc-include regexp. Ignore names with
7485 leading "from" or "in" in gnu regexp (Bug#6937).
7486
74872010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7488
7489 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
7490 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
7491 (ispell-start-process): Avoid setq and simplify logic.
7492 (ispell-init-process): Setup kill-buffer-hook locally when needed.
7493 (kill-buffer-hook): Don't use it globally with code that uses
7494 expand-file-name since that may call kill-buffer via
7495 code_conversion_restore.
7496
74972010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
7498
7499 * emacs-lisp/package.el (package-directory-list): Only call
7500 file-name-nondirectory on a string.
7501
75022010-09-02 Chong Yidong <cyd@stupidchicken.com>
7503
7504 * emacs-lisp/package.el (package--download-one-archive):
7505 Ensure that archive-contents is valid before saving it.
7506 (package-activate-1, package-mark-obsolete, define-package)
7507 (package-compute-transaction, package-list-maybe-add): Use push.
7508
75092010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7510
7511 Use SMIE's blink-paren for octave-mode.
7512 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
7513 Backslashes do not escape single-quotes, single-quotes do.
7514 (octave-block-else-regexp, octave-block-end-regexp)
7515 (octave-block-match-alist): Remove.
7516 (octave-smie-bnf-table): New var, with old content.
7517 (octave-smie-op-levels): Use it.
7518 (octave-smie-closer-alist): New var.
7519 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
7520 (octave-blink-matching-block-open): Remove.
7521 (octave-reindent-then-newline-and-indent, octave-electric-semi)
7522 (octave-electric-space): Let self-insert-command run expand-abbrev and
7523 blink parens.
7524
7525 * electric.el (electricity): New group.
7526 (electric-indent-chars): New var.
7527 (electric-indent-post-self-insert-function): New fun.
7528 (electric-indent-mode): New minor mode.
7529 (electric-pair-skip-self): New custom.
7530 (electric-pair-post-self-insert-function): New function.
7531 (electric-pair-mode): New minor mode.
7532
7533 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
7534 calcAlg-blink-matching-open.
7535 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
7536 (calc-do-alg-entry): Only touch the part of the keymap that varies.
7537 Use the new blink-matching-check-function.
7538
7539 Provide blink-matching support to SMIE.
7540 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
7541 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
7542 (smie-blink-matching-check, smie-blink-matching-open): New functions.
7543
7544 * simple.el (newline): Fix last change to properly remove itself from
7545 the hook.
7546
75472010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7548
7549 * simple.el (newline): Eliminate optimization.
7550 Use post-self-insert-hook to set hard-newline and things before
7551 running post-self-insert-hook.
7552 (blink-matching-check-mismatch): New function.
7553 (blink-matching-check-function): New variable.
7554 (blink-matching-open): Use them.
7555 Skip back forward over prefix chars skipped by forward-sexp.
7556 Don't check if the parens are backslash escaped.
7557 (blink-paren-post-self-insert-function): Check backslash escaping here.
7558
75592010-09-02 Chong Yidong <cyd@stupidchicken.com>
7560
7561 * emacs-lisp/package.el (package-menu-mode-map):
7562 Change package-menu-revert bindings to revert-buffer.
7563 (package-menu-mode): Set revert-buffer-function.
7564 (package-menu-revert): Doc fix.
7565
75662010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
7567
7568 * textmodes/ispell.el (ispell-init-process): Use "~/" as
7569 `default-directory' unless using Ispell per-directory personal
7570 dictionaries and not in a mini-buffer under XEmacs.
7571 (kill-buffer-hook): Do not kill ispell process on exit when
7572 `ispell-process-directory' is "~/". (Bug#6143)
7573
75742010-09-02 Jan Djärv <jan.h.d@swipnet.se>
7575
7576 * simple.el (kill-new): Call interprogram-cut-function with only
7577 one argument.
7578
7579 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
7580 Remove cut buffer from error message.
7581
7582 * term/x-win.el (x-select-text):
7583 * term/pc-win.el (x-selection-value):
7584 * term/ns-win.el (x-selection-value):
7585 * eshell/em-term.el:
7586 * w32-fns.el (x-get-selection-value):
7587 * mouse-sel.el (mouse-sel-set-selection-function):
7588 * frame.el (display-selections-p): Remove cut-buffer in documentation.
7589
7590 * term/x-win.el: Update documentation for x-last-selected-text-*.
7591 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
7592 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
7593 (x-select-text): Remove argument PUSH, update documentation.
7594 Remove cut-buffer code.
7595 (x-selection-value-internal): Was previously x-selection-value.
7596 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
7597 Update documentation, remove cut-buffer code.
7598 Call x-selection-value-internal.
7599 (x-clipboard-yank): Call x-selection-value-internal.
7600 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
7601
7602 * term/pc-win.el (x-last-selected-text):
7603 x-cut-buffer-or-selection-value renamed to x-selection-value
7604 (x-select-text): Remove argument PUSH, update documentation.
7605
7606 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
7607 x-cut-buffer-or-selection-value renamed to x-selection-value
7608 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
7609 (x-select-text): Remove argument PUSH, update documentation.
7610
7611 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
7612
7613 * w32-fns.el (x-last-selected-text):
7614 x-cut-buffer-or-selection-value renamed to x-selection-value.
7615 (x-cut-buffer-max): Remove.
7616 (x-select-text): Remove argument PUSH, update documentation.
7617
7618 * simple.el (interprogram-cut-function): Remove mention of PUSH.
7619
7620 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
7621
7622 * mouse-sel.el (mouse-sel-get-selection-function):
7623 x-cut-buffer-or-selection-value renamed to x-selection-value.
7624 (x-select-text): Remove optional push.
7625
76262010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7627
7628 * simple.el (blink-paren-function): Move from C to here.
7629 (blink-paren-post-self-insert-function): New function.
7630 (post-self-insert-hook): Use it.
7631
7632 * emacs-lisp/pcase.el (pcase-split-memq):
e1dbe924 7633 Fix overenthusiastic optimization.
33383987
JB
7634 (pcase-u1): Handle the case of a lambda pred.
7635
76362010-08-31 Kenichi Handa <handa@m17n.org>
7637
7638 * international/mule-cmds.el (standard-display-european-internal):
7639 Setup standard-display-table for 8-bit characters by storing 8-bit
7640 characters in the element vector.
7641
7642 * disp-table.el (standard-display-8bit):
7643 Setup standard-display-table for 8-bit characters by storing 8-bit
7644 characters in the element vector.
7645 (standard-display-european): Likewise.
7646
76472010-08-31 Masatake YAMATO <yamato@redhat.com>
7648
7649 * textmodes/nroff-mode.el (nroff-view): New command.
7650 (nroff-mode-map): Bind it to C-c C-c.
7651
76522010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7653
7654 * emacs-lisp/smie.el (smie-down-list): New command.
7655
7656 Remove old indentation and navigation code on octave-mode.
7657 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
7658 smie-down-list rather than add a binding for octave-down-block.
7659 (octave-mark-block, octave-blink-matching-block-open):
7660 Rely on forward-sexp-function.
7661 (octave-fill-paragraph): Don't narrow, so you can use
7662 indent-according-to-mode.
7663 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
7664 (octave-in-block-p, octave-re-search-forward-kw)
7665 (octave-re-search-backward-kw, octave-indent-calculate)
7666 (octave-end-as-array-index-p, octave-block-end-offset)
7667 (octave-scan-blocks, octave-forward-block, octave-backward-block)
7668 (octave-down-block, octave-backward-up-block, octave-up-block)
7669 (octave-before-magic-comment-p, octave-indent-line): Remove.
7670
76712010-08-31 Chong Yidong <cyd@stupidchicken.com>
7672
7673 * emacs-lisp/package.el (package--read-archive-file): Just use
7674 `read', to avoid copying an additional string.
7675 (package-menu-mode): Set header-line-format here.
7676 (package-menu-refresh, package-menu-revert): Signal an error if
7677 not in the Package Menu.
7678 (package-menu-package-list): New var.
7679 (package--generate-package-list): Operate on the current buffer;
7680 don't assume that it is *Packages*, since the user may rename it.
7681 Allow persistent package listings and sort keys using
7682 package-menu-package-list and package-menu-package-sort-key.
7683 (package-menu--version-predicate): Fix version calculation.
7684 (package-menu-sort-by-column): Don't select the window.
7685 (package--list-packages): Create the *Packages* buffer.
7686 Set package-menu-package-list-key.
7687 (list-packages): Sorting by status is now the default.
7688 (package-buffer-info): Use match-string-no-properties.
7689 (define-package): Add a &rest argument for future proofing, but
7690 don't use it yet.
7691 (package-install-from-buffer, package-install-buffer-internal):
7692 Merge into a single function, package-install-from-buffer.
7693 (package-install-file): Change caller.
7694
7695 * finder.el: Load finder-inf using `require'.
7696 (finder-list-matches): Sorting by status is now the default.
7697 (finder-compile-keywords): Simpify printing.
7698
76992010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7700
7701 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
7702 (octave-mode-map): Remove special bindings for forward/backward-block
7703 and octave-backward-up-block. Use smie-close-block.
7704 (octave-continuation-marker-regexp): New var.
7705 (octave-continuation-regexp): Use it.
7706 (octave-operator-table, octave-smie-op-levels)
7707 (octave-operator-regexp, octave-smie-indent-rules): New vars.
7708 (octave-smie-backward-token, octave-smie-forward-token): New funs.
7709 (octave-mode): Use SMIE.
7710 (octave-close-block): Delete.
7711
77122010-08-30 Eli Zaretskii <eliz@gnu.org>
7713
7714 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
7715 CLIPBOARD, not in PRIMARY. (Bug#6944)
7716
77172010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7718
7719 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
7720 a list of parents.
7721 (smie-indent-column): Allow indirection through variables.
7722
7723 * composite.el (save-buffer-state): Delete, unused.
7724 * font-lock.el (save-buffer-state): Use with-silent-modifications.
7725 (font-lock-default-fontify-region): Use with-syntax-table.
7726 * jit-lock.el (with-buffer-unmodified): Remove.
7727 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
7728
7729 Use `declare' in defmacros.
7730 * window.el (save-selected-window):
7731 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
7732 * progmodes/python.el (def-python-skeleton):
7733 * net/dbus.el (dbus-ignore-errors):
7734 * jka-cmpr-hook.el (with-auto-compression-mode):
7735 * international/mule.el (with-category-table):
7736 * emacs-lisp/timer.el (with-timeout):
7737 * emacs-lisp/lisp-mnt.el (lm-with-file):
7738 * emacs-lisp/eieio.el (with-slots):
7739 * emacs-lisp/easymenu.el (easy-menu-define):
7740 * emacs-lisp/debug.el (debugger-env-macro):
7741 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
7742 (Multiple-value-call, Multiple-value-prog1):
7743 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
7744 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
7745 edebug rule to definition.
7746 * emacs-lisp/lisp-mode.el (save-selected-window)
7747 (with-current-buffer, combine-after-change-calls)
7748 (with-output-to-string, with-temp-file, with-temp-buffer)
7749 (with-temp-message, with-syntax-table, read-if, eval-after-load)
7750 (dolist, dotimes, when, unless):
7751 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
7752
77532010-08-29 Chong Yidong <cyd@stupidchicken.com>
7754
7755 * finder.el: Require `package'.
7756 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
7757 (finder-package-info): Var deleted.
7758 (finder-keywords-hash, finder--builtins-alist): New vars.
7759 (finder-compile-keywords): Compute package--builtins and
7760 finder-keywords-hash instead of finder-keywords-hash, respecting
7761 the "Package" header.
7762 (finder-unknown-keywords, finder-list-matches):
7763 Use finder-keywords-hash and package--list-packages.
7764 (finder-mode): Don't set font-lock-defaults.
7765 (finder-exit): We don't use "*Finder-package*" and "*Finder
7766 Category*" buffers anymore.
7767
7768 * emacs-lisp/package.el (package--builtins-base): Var deleted.
7769 (package--builtins): Set default value to nil.
7770 (package-initialize): Load precomputed value of package--builtins
7771 from finder-inf.el.
7772 (package-alist, package-compute-transaction)
7773 (package-download-transaction): Improve docstring.
7774 (package-read-all-archive-contents): Do not change
7775 package--builtins here.
7776 (list-packages): Make package-list-packages an alias for this.
7777 Sort by status by default.
7778 (package--list-packages): Add optional PACKAGES arg.
7779 (describe-package-1): Use font-lock-face property. For built-in
7780 packages, insert file commentary.
7781 (package--generate-package-list): Rename from
7782 package-list-packages-internal; all callers changed. Add optional
7783 PACKAGES arg. Add alphabetical sort fallbacks.
7784 (package-menu--version-predicate, package-menu--status-predicate)
7785 (package-menu--description-predicate)
7786 (package-menu--name-predicate): New functions.
7787
7788 * info.el (Info-finder-find-node): Search package-alist instead of
7789 finder-package-info.
7790
77912010-08-29 Chong Yidong <cyd@stupidchicken.com>
7792
7793 * subr.el (version-regexp-alist): Don't use "a" and "b" for
7794 "alpha" and "beta".
7795 (version-to-list): Handle versions like "10.3d".
7796
77972010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7798
7799 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
7800 (macroexp-accumulate): Use `declare'.
7801
78022010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7803
7804 * whitespace.el (whitespace-style): Adjust type declaration.
7805
78062010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
7807
7808 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
7809
78102010-08-26 Chong Yidong <cyd@stupidchicken.com>
7811
7812 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
7813 (Bug#6907).
7814
78152010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
7816
7817 * progmodes/js.el: Make indentation more customizable (Bug#6914).
7818 (js-paren-indent-offset, js-square-indent-offset)
7819 (js-curly-indent-offset): New options.
7820 (js--proper-indentation): Use them.
7821
78222010-08-26 Daniel Colascione <dan.colascione@gmail.com>
7823
7824 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
7825 instead of inspecting font-lock properties (Bug#6916).
7826
78272010-08-26 David Reitter <david.reitter@gmail.com>
7828
7829 * server.el (server-visit-files): Run pre-command-hook and
7830 post-command-hook for each buffer while it is current (Bug#6910).
7831 (server-execute): Do not run hooks here.
7832
78332010-08-26 Michael Albinus <michael.albinus@gmx.de>
7834
7835 Sync with Tramp 2.1.19.
7836
7837 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region):
7838 Protect deleting tmpfile.
7839 (tramp-gvfs-maybe-open-connection): Use `tramp-compat-funcall'.
7840
7841 * net/tramp.el (tramp-handle-expand-file-name)
7842 (tramp-completion-handle-file-name-all-completions)
7843 (tramp-completion-handle-file-name-completion):
7844 Use `tramp-connectable-p'.
7845
7846 * net/trampver.el: Update release number.
7847
78482010-08-26 Chong Yidong <cyd@stupidchicken.com>
7849
7850 * help.el (help-map): Bind `C-h P' to describe-package.
7851
7852 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
7853
7854 * emacs-lisp/package.el (package-refresh-contents): Catch errors
7855 when downloading archives.
7856 (describe-package-1): Add package commentary.
7857 (package-install-button-action): New function.
7858 (package-menu-mode-map): Bind ? to package-menu-describe-package.
7859 (package-menu-view-commentary): Function removed.
7860 (package-list-packages-internal): Hide the `package' package too.
7861
78622010-08-25 Kenichi Handa <handa@m17n.org>
7863
7864 * language/misc-lang.el ("Arabic"): New language environment.
7865 Setup composition-function-table for Arabic characters.
7866
7867 * international/fontset.el (setup-default-fontset): Fix typo for
7868 arabic OTF spec (fini->fina).
7869
78702010-08-25 Jan Djärv <jan.h.d@swipnet.se>
7871
7872 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
7873 on all frames.
7874
78752010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7876
7877 * whitespace.el: Allow cleaning up blanks without blank
7878 visualization (Bug#6651). Adjust help window for
7879 whitespace-toggle-options (Bug#6479). Allow to use fill-column
7880 instead of whitespace-line-column (from EmacsWiki). New version
7881 13.1.
7882 (whitespace-style): Add new value 'face. Adjust docstring.
7883 (whitespace-space, whitespace-hspace, whitespace-tab):
7884 Adjust foreground property face.
7885 (whitespace-line-column): Adjust docstring and type declaration.
7886 (whitespace-style-value-list, whitespace-toggle-option-alist)
7887 (whitespace-help-text): Adjust const initialization.
7888 (whitespace-toggle-options, global-whitespace-toggle-options):
7889 Adjust docstring.
7890 (whitespace-display-window, whitespace-interactive-char)
7891 (whitespace-style-face-p, whitespace-color-on): Adjust code.
7892 (whitespace-help-scroll): New fun.
7893
78942010-08-24 Chong Yidong <cyd@stupidchicken.com>
7895
7896 * emacs-lisp/package.el (list-packages): Alias for
7897 package-list-packages.
7898
78992010-08-24 Kevin Ryde <user42@zip.com.au>
7900
7901 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
7902 (Bug#5651).
7903
7904 * progmodes/ruby-mode.el (ruby): Add defgroup.
7905
79062010-08-24 Chong Yidong <cyd@stupidchicken.com>
7907
7908 * progmodes/python.el: Add Ipython support (Bug#5390).
7909 (python-shell-prompt-alist)
7910 (python-shell-continuation-prompt-alist): New options.
7911 (python--set-prompt-regexp): New function.
7912 (inferior-python-mode, run-python, python-shell):
7913 Require ansi-color. Use python--set-prompt-regexp to set the comint
7914 prompt based on the Python interpreter.
7915 (python--prompt-regexp): New var.
7916 (python-check-comint-prompt)
7917 (python-comint-output-filter-function): Use it.
7918 (run-python): Use a pipe (Bug#5694).
7919
79202010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
7921
7922 * progmodes/python.el (python-send-region): Send a different
7923 Python command if Ipython is in use.
7924 (python-check-version): Use a Python command to find the version.
7925
79262010-08-24 Chong Yidong <cyd@stupidchicken.com>
7927
7928 * mouse.el (mouse-yank-primary): Avoid setting primary when
7929 deactivating the mark (Bug#6872).
7930
79312010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
7932
7933 * progmodes/python.el (python-block-pairs): Allow use of "finally"
7934 with "else" (Bug#3991).
7935
79362010-08-23 Michael Albinus <michael.albinus@gmx.de>
7937
7938 * net/dbus.el: Accept UNIX domain sockets as bus address.
7939 (top): Don't initialize `dbus-registered-objects-table' anymore,
7940 this is done in dbusbind.c.
7941 (dbus-check-event): Adapt test for bus.
7942 (dbus-return-values-table, dbus-unregister-service)
7943 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
7944 Adapt doc string.
7945
79462010-08-23 Juanma Barranquero <lekktu@gmail.com>
7947
7948 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
7949
79502010-08-22 Juri Linkov <juri@jurta.org>
7951
7952 * simple.el (read-extended-command): New function with the logic
7953 for `completing-read' moved to Elisp from `execute-extended-command'.
7954 Use `function-called-at-point' in `minibuffer-default-add-function'
7955 to get a command name for M-n (bug#5364, bug#5214).
7956
79572010-08-22 Chong Yidong <cyd@stupidchicken.com>
7958
7959 * startup.el (command-line-1): Issue warning for ignored arguments
7960 --unibyte, etc (Bug#6886).
7961
cd394be1 79622010-08-22 Leo Liu <sdl.web@gmail.com>
33383987
JB
7963
7964 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
7965 (ignore, bright, dim, keyword): Split list of nicknames before
7966 passing to rcirc-add-or-remove (Bug#6894).
7967
79682010-08-22 Chong Yidong <cyd@stupidchicken.com>
7969
7970 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
7971
cd394be1 79722010-08-22 Leo Liu <sdl.web@gmail.com>
33383987
JB
7973
7974 Fix buffer-list rename&refresh after killing a buffer in ido.
7975 * ido.el: Revert Óscar's.
7976 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
7977 Remember the buffers at head, rather than their name.
7978 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
7979
3ddbf803 79802010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net>
33383987
JB
7981 Stefan Monnier <monnier@iro.umontreal.ca>
7982
7983 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
7984 extra backslash added to each line (bug#6890).
7985
79862010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7987
7988 * subr.el (read-key): Don't echo keystrokes (bug#6883).
7989
79902010-08-22 Glenn Morris <rgm@gnu.org>
7991
7992 * menu-bar.el (menu-bar-games-menu): Add landmark.
7993
79942010-08-22 Glenn Morris <rgm@gnu.org>
7995
7996 * align.el (align-regexp): Make group and spacing arguments
7997 use the interactive defaults when non-interactive. (Bug#6698)
7998
7999 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
8000 expansion, so as not to need sendmail.
8001 (mail-text-start): Remove declaration.
8002 (rmail-retry-failure): Require sendmail.
8003
80042010-08-22 Chong Yidong <cyd@stupidchicken.com>
8005
8006 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
8007
80082010-08-22 Michael Albinus <michael.albinus@gmx.de>
8009
8010 * progmodes/flymake.el (flymake-start-syntax-check-process):
8011 Use `start-file-process' in order to let it run also on remote hosts.
8012
80132010-08-22 Kenichi Handa <handa@m17n.org>
8014
8015 * files.el: Add `word-wrap' as safe local variable.
8016
80172010-08-22 Glenn Morris <rgm@gnu.org>
8018
8019 * woman.el (woman-translate): Case matters. (Bug#6849)
8020
80212010-08-22 Chong Yidong <cyd@stupidchicken.com>
8022
8023 * simple.el (kill-region): Doc fix (Bug#6787).
8024
80252010-08-22 Glenn Morris <rgm@gnu.org>
8026
8027 * calendar/diary-lib.el (diary-header-line-format):
8028 Fit it to the window, not the frame.
8029
80302010-08-22 Andreas Schwab <schwab@linux-m68k.org>
8031
8032 * subr.el (ignore-errors): Add debug declaration.
8033
80342010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
8035
8036 * whitespace.el (whitespace-color-off): Remove post-command-hook
8037 locally.
8038
80392010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8040
8041 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
8042
80432010-08-21 Chong Yidong <cyd@stupidchicken.com>
8044
8045 * cus-edit.el (custom-group-value-create): Add extra newline
8046 before end line (Bug#6876).
8047
80482010-08-21 Chong Yidong <cyd@stupidchicken.com>
8049
8050 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
8051 when extending it. Before killing on the second click, check if
8052 the buffer is the correct one. Doc fix.
8053 (mouse-secondary-save-then-kill): Allow usage without first
8054 calling mouse-start-secondary, by defaulting to point. Don't save
8055 an empty secondary selection. Doc fix.
8056
80572010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8058
8059 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
8060 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
8061 New version 13.0.
8062 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8063 Adjust initialization.
8064 (whitespace-bob-marker, whitespace-eob-marker)
8065 (whitespace-buffer-changed): New vars.
8066 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
8067 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
8068 (whitespace-post-command-hook, whitespace-display-char-on):
8069 Adjust code.
8070 (whitespace-looking-back, whitespace-buffer-changed): New funs.
8071 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
8072
80732010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8074
8075 * files.el (locate-file-completion-table): Only list the .el and .elc
8076 extensions if there's no other choice (bug#5955).
8077
8078 * facemenu.el (facemenu-self-insert-data): New var.
8079 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
8080 New functions.
8081 (facemenu-add-face): Use them.
8082
8083 * simple.el (blink-matching-open): Obey forward-sexp-function.
8084
80852010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8086
8087 * simple.el (prog-mode-map): New var.
8088 (prog-indent-sexp): New command.
8089
8090 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
8091
8092 * progmodes/prolog.el (smie): Require.
8093
8094 * emacs-lisp/smie.el (smie-default-backward-token)
8095 (smie-default-forward-token): Strip properties.
8096 (smie-next-sexp): Be more careful with associative operators.
8097 (smie-forward-sexp-command): Generalize.
8098 (smie-backward-sexp-command): Simplify.
8099 (smie-closer-alist): New var.
8100 (smie-close-block): New command.
8101 (smie-indent-debug-log): New var.
8102 (smie-indent-offset-rule): Add a few more cases.
8103 (smie-indent-column): New function.
8104 (smie-indent-after-keyword): Use it.
8105 (smie-indent-keyword): Use it.
8106 Fix up the opener code's point position.
8107 (smie-indent-comment): Only applies at BOL.
8108 (smie-indent-debug): New command.
8109
8110 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
8111 declarations that are useful before running the macro.
8112
81132010-08-18 Joakim Verona <joakim@verona.se>
8114
8115 * image.el (imagemagick-types-inhibit): New variable.
8116 (imagemagick-register-types): New function.
8117 * image-mode.el (image-transform-properties): New function.
8118 (image-transform-set-scale, image-transform-fit-to-height)
8119 (image-transform-set-rotation, image-transform-set-resize)
8120 (image-transform-fit-to-width, image-transform-fit-to-height):
8121 New functions.
8122 (image-toggle-display-image): Support image transforms.
8123
81242010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8125
8126 * image.el (create-animated-image): Don't add heuristic mask to image
8127 (Bug#6839).
8128
81292010-08-18 Jan Djärv <jan.h.d@swipnet.se>
8130
8131 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
8132 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
8133
81342010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
8135
8136 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
8137
8138 Font-lock '...' strings, plus various simplifications and fixes.
8139 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8140 (octave-font-lock-close-quotes): New function.
8141 (octave-font-lock-syntactic-keywords): New var.
8142 (octave-mode): Use it. Set beginning-of-defun-function.
8143 (octave-mode-map): Don't override the <foo>-defun commands.
8144 (octave-mode-menu): Pass it directly to easy-menu-define;
8145 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
8146 (octave-block-match-alist): Fix up last change so that
8147 octave-close-block uses the more specific keyword.
8148 (info-lookup-mode): Silence byte-compiler.
8149 (octave-beginning-of-defun): Not interactive any more.
8150 Optimize slightly.
8151 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
8152 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
8153 (octave-completion-at-point-function): Make sure point is within
8154 beg..end.
8155 (octave-reindent-then-newline-and-indent):
8156 Use reindent-then-newline-and-indent.
8157 (octave-add-octave-menu): Remove.
8158
81592010-08-17 Jan Djärv <jan.h.d@swipnet.se>
8160
8161 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
8162 (report-emacs-bug-can-use-xdg-email): New functions.
8163 (report-emacs-bug): Set can-xdg-email to result of
8164 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
8165 \C-cm to report-emacs-bug-insert-to-mailer and add help text
8166 about it.
8167
8168 * net/browse-url.el (browse-url-default-browser): Add cond
8169 for browse-url-xdg-open.
8170 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
8171
81722010-08-17 Glenn Morris <rgm@gnu.org>
8173
8174 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
8175 (c-fontify-recorded-types-and-refs): Define for compiler.
8176 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
8177 before use.
8178
8179 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
8180 Fix format call.
8181
81822010-08-17 Michael Albinus <michael.albinus@gmx.de>
8183
8184 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
8185 properties.
8186 (tramp-handle-process-file): Call the program in a subshell, in
8187 order to preserve working directory.
8188 (tramp-action-password): Hide password prompt before next run.
8189 (tramp-process-actions): Widen connection buffer for the trace.
8190
81912010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8192
8193 * net/rcirc.el (rcirc-log-process-buffers): New option.
8194 (rcirc-print): Use it.
8195 (rcirc-generate-log-filename): New function.
8196 (rcirc-log-filename-function): Change default to
8197 rcirc-generate-log-filename (Bug#6828).
8198
81992010-08-16 Chong Yidong <cyd@stupidchicken.com>
8200
8201 * simple.el (deactivate-mark): If select-active-regions is `only',
8202 only set selection for temporarily active regions.
8203
8204 * cus-start.el: Change defcustom for select-active-regions.
8205
82062010-08-15 Chong Yidong <cyd@stupidchicken.com>
8207
8208 * mouse.el (mouse--drag-set-mark-and-point): New function.
8209 (mouse-drag-track): Use LOCATION arg to push-mark.
8210 Use mouse--drag-set-mark-and-point to take click-count into
8211 consideration when updating point and mark (Bug#6840).
8212
82132010-08-15 Chong Yidong <cyd@stupidchicken.com>
8214
8215 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8216 Give the Ruby rule a lower priority than Gnu (Bug#6778).
8217
82182010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
8219
8220 * font-lock.el (lisp-font-lock-keywords-2):
8221 Add combine-after-change-calls, condition-case-no-debug,
8222 with-demoted-errors, and with-silent-modifications (Bug#6025).
8223
82242010-08-14 Kevin Ryde <user42@zip.com.au>
8225
8226 * emacs-lisp/copyright.el (copyright-update-year)
8227 (copyright-update): Temporary switch-to-buffer to ensure the
8228 buffer change being queried is visible (Bug#5394).
8229
82302010-08-14 Tom Tromey <tromey@redhat.com>
8231
8232 * progmodes/etags.el (tags-file-name): Mark safe if stringp
8233 (Bug#6733).
8234
82352010-08-14 Eli Zaretskii <eliz@gnu.org>
8236
8237 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
8238 MS-DOS. (Bug#6689)
8239
82402010-08-13 Jan Djärv <jan.h.d@swipnet.se>
8241
8242 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
8243 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8244 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8245 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
8246 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
8247 Call menu-bar-set-tool-bar-position.
8248
82492010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8250
8251 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
8252 comment style (bug#6834).
8253 * progmodes/scheme.el (scheme-mode-syntax-table):
8254 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
8255 "b" flag in "' 14b" syntax.
8256
8257 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
8258 for (un)commenting the region and performing completion.
8259 (octave-mode-menu): Use standard commands for help and completion.
8260 (octave-mode-syntax-table): Support %{..%} comments (sort of).
8261 (octave-mode): Use define-derived-mode.
8262 Set completion-at-point-functions and don't set columns.
8263 Don't disable adaptive-fill-regexp.
8264 (octave-describe-major-mode, octave-comment-region)
8265 (octave-uncomment-region, octave-comment-indent)
8266 (octave-indent-for-comment): Remove.
8267 (octave-indent-calculate): Rename from calculate-octave-indent.
8268 (octave-indent-line, octave-fill-paragraph): Update caller.
8269 (octave-initialize-completions): No need to make an alist.
8270 (octave-completion-at-point-function): New function.
8271 (octave-complete-symbol): Use it.
8272 (octave-insert-defun): Use define-skeleton.
8273
8274 * progmodes/octave-mod.el (octave-mode): Set comment-add.
8275 (octave-mode-map): Use comment-dwim (bug#6829).
8276
82772010-08-12 Antoine Levitt <antoine.levitt@gmail.com>
8278
8279 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
8280 indentation of inserted comment.
8281
82822010-08-11 Jan Djärv <jan.h.d@swipnet.se>
8283
8284 * faces.el (region): Add type gtk that uses gtk colors.
8285
8286 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
8287 Handle theme-name change.
8288
82892010-08-10 Michael R. Mauger <mmaug@yahoo.com>
8290
8291 * progmodes/sql.el: Version 2.5
8292 (sql-product-alist): Add :prompt-cont-regexp property for several
8293 database products.
8294 (sql-prompt-cont-regexp): New variable.
8295 (sql-output-newline-count, sql-output-by-send):
8296 New variables. Record number of newlines in input text.
8297 (sql-send-string): Handle multiple filters and count newlines.
8298 (sql-send-magic-terminator): Count terminator newline.
8299 (sql-interactive-remove-continuation-prompt): Filters output to
8300 remove continuation prompts; one for each newline.
8301 (sql-interactive-mode): Set up new variables, prompt regexp and
8302 output filter.
8303 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
8304 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
8305
83062010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8307
8308 * emacs-lisp/pcase.el: New file.
8309
83102010-08-10 Michael Albinus <michael.albinus@gmx.de>
8311
8312 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
8313 as here-document, otherwise the command could exceed maximum
8314 length of command line.
8315 (tramp-handle-vc-registered): Call script accordingly.
8316 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
8317
83182010-08-10 Kenichi Handa <handa@m17n.org>
8319
8320 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
8321 composable pattern.
8322
83232010-08-09 Chong Yidong <cyd@stupidchicken.com>
8324
8325 * emacs-lisp/package.el (package-version-split)
8326 (package--version-first-nonzero, package-version-compare):
8327 Functions removed.
8328 (package-directory-list, package-load-all-descriptors)
8329 (package--built-in, package-activate, define-package)
8330 (package-installed-p, package-compute-transaction)
8331 (package-read-all-archive-contents)
8332 (package--add-to-archive-contents, package-buffer-info)
8333 (package-tar-file-info, package-list-packages-internal):
8334 Use version-to-list and version-list-*.
8335
8336 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8337 Use version-to-list.
8338 (package-upload-buffer-internal): Use version-list-<=.
8339
83402010-08-09 Kenichi Handa <handa@m17n.org>
8341
8342 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
8343 composable pattern.
8344
83452010-08-08 Chong Yidong <cyd@stupidchicken.com>
8346
8347 * tutorial.el (tutorial--default-keys): C-d is now bound to
8348 delete-forward-char (Bug#6826).
8349
8350 * mouse.el (mouse-drag-track): Remove accidentally-removed check
8351 for `double' value of mouse-1-click-follows-link (Bug#6807).
8352
83532010-08-08 Johan Bockgård <bojohan@gnu.org>
8354
8355 * replace.el (replace-highlight): Bind isearch-forward and
8356 isearch-error, ensuring that highlighting is updated if the user
8357 switches the search direction (Bug#6808).
8358
8359 * isearch.el (isearch-lazy-highlight-forward): New var.
8360 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8361 (isearch-lazy-highlight-update): Use it.
8362
83632010-08-08 Kenichi Handa <handa@m17n.org>
8364
8365 * international/mule.el (define-charset): Store NAME as :base property.
8366 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
8367 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
8368 current priority. Force using the designation of the specific
8369 charset by adding `charset' text property. Improve the whole algorithm.
8370
83712010-08-08 Juanma Barranquero <lekktu@gmail.com>
8372
8373 * emulation/pc-select.el (pc-selection-mode-hook)
8374 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
8375 (pc-selection-mode): Fix typos in docstrings.
8376
83772010-08-08 Kenichi Handa <handa@m17n.org>
8378
8379 * language/cyrillic.el: Don't add "microsoft-cp1251" to
8380 ctext-non-standard-encodings-alist here.
8381
8382 * international/mule.el (ctext-non-standard-encodings-alist):
8383 Add "koi8-r" and "microsoft-cp1251".
8384 (ctext-standard-encodings): New variable.
8385 (ctext-non-standard-encodings-table): List only elements for
8386 non-standard encodings.
8387 (ctext-pre-write-conversion): Adjust for the above change.
8388 Check ctext-standard-encodings.
8389
8390 * international/mule-conf.el (compound-text): Doc fix.
8391 (ctext-no-compositions): Doc fix.
8392 (compound-text-with-extensions): Doc fix.
8393
83942010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8395
8396 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
8397
83982010-08-08 Juanma Barranquero <lekktu@gmail.com>
8399
8400 * progmodes/which-func.el (which-func-format): Split help-echo text
8401 into lines, like other mode-line tooltips.
8402
8403 * server.el (server-start): When using TCP sockets, force IPv4
8404 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
8405
84062010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8407
8408 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
8409
84102010-08-08 Juanma Barranquero <lekktu@gmail.com>
8411
8412 * term.el (term-delimiter-argument-list): Reflow docstring.
8413 (term-read-input-ring, term-write-input-ring, term-send-input)
8414 (term-bol, term-erase-in-display, serial-supported-or-barf):
8415 Fix typos in docstrings.
8416
84172010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8418
8419 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
8420
84212010-08-08 Juanma Barranquero <lekktu@gmail.com>
8422
8423 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
8424
2f11b3f1 84252010-08-08 MON KEY <monkey@sandpframing.com>
33383987
JB
8426
8427 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
8428 Fix typo in docstring (bug#6747).
8429
cd394be1 84302010-08-08 Leo Liu <sdl.web@gmail.com>
33383987
JB
8431
8432 * eshell/esh-io.el (eshell-get-target): Better detection of
8433 read-only file (Bug#6762).
8434
84352010-08-08 Juanma Barranquero <lekktu@gmail.com>
8436
8437 * align.el (align-default-spacing): Doc fix.
8438 (align-region-heuristic, align-regexp): Fix typos in docstrings.
8439
84402010-08-08 Stephen Peters <speters@itasoftware.com>
8441
8442 * calendar/icalendar.el
8443 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
8444 (icalendar--get-weekday-numbers): New.
8445 (icalendar--convert-recurring-to-diary): Handle multiple byday
8446 values in weekly rules. (Bug#6766)
8447
84482010-08-08 Ulf Jasper <ulf.jasper@web.de>
8449
8450 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
8451 (icalendar--create-uid, icalendar-export-region)
8452 (icalendar--parse-summary-and-rest): Code formatting.
8453
84542010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8455
8456 * calc/calc.el (calc-trail-mode, calc-refresh): Use `face' property
8457 to italicize headers.
8458 (calc-highlight-selections-with-faces): New variable.
8459 (calc-selected-face, calc-nonselected-face): New faces.
8460
8461 * calc/calccomp.el (math-comp-highlight-string): Use
8462 `calc-highlight-selections-with-faces' to determine how to highlight
8463 sub-formulas.
8464
8465 * calc/calc-sel.el (calc-show-selections): Change message to when
8466 using faces to highlight selections.
8467
84682010-08-07 Michael R. Mauger <mmaug@yahoo.com>
8469
8470 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
8471 Add SQLite 3 keywords, functions and datatypes.
8472 (sql-interactive-mode): Remove `comint-process-echoes' set to t
8473 (Bug#6686).
8474
84752010-08-07 Chong Yidong <cyd@stupidchicken.com>
8476
8477 * simple.el (select-active-regions): Move to keyboard.c.
8478 (deactivate-mark): Used saved-region-selection.
8479 (select-active-region): Function removed.
8480 (activate-mark, set-mark, push-mark-command)
8481 (handle-shift-selection): Don't call it.
8482 (keyboard-quit): Avoid adding the region to the window selection.
8483
8484 * mouse.el (mouse-drag-track): Remove hacks to deal with old
8485 select-active-regions implementation.
8486 (mouse-yank-at-click): Doc fix.
8487
8488 * cus-start.el: Add custom declaration for select-active-regions.
8489
84902010-08-07 Eli Zaretskii <eliz@gnu.org>
8491
8492 * simple.el (delete-forward-char): Doc fix.
8493
8494 * tutorial.el (help-with-tutorial): Hack safe file-local variables
8495 after reading the tutorial.
8496
84972010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
8498
8499 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
8500 Fix for the case that a C style comment has its delimiters alone on
8501 their respective lines. (Bug#193)
8502
85032010-08-06 Michael Albinus <michael.albinus@gmx.de>
8504
8505 * net/tramp.el (tramp-handle-start-file-process): Set connection
8506 property "vec".
8507 (tramp-process-sentinel): Use it for flushing the cache.
8508 We cannot do it via the process buffer, the buffer could be deleted
8509 already when running the sentinel.
8510
85112010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
8512
8513 * comint.el (comint-mode): Make directory tracking functions
8514 functional on remote files. (Bug#6764)
8515
85162010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
8517
8518 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
8519
85202010-08-05 Eli Zaretskii <eliz@gnu.org>
8521
8522 * emacs-lisp/find-gc.el (find-gc-source-files):
8523 Rename unexec.c => unexcoff.c.
8524
8525 * emacs-lisp/authors.el (authors-fixed-entries):
8526 Rename unexec.c => unexcoff.c.
8527
85282010-08-05 Michael Albinus <michael.albinus@gmx.de>
8529
8530 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
8531 cache, not only file cache.
8532 (tramp-process-sentinel): New defun.
8533 (tramp-handle-start-file-process): Use it, in order to invalidate
8534 file caches.
8535
cd394be1 85362010-08-03 Leo Liu <sdl.web@gmail.com>
33383987
JB
8537
8538 * server.el (server-start): Simplify loop.
8539
85402010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8541
8542 * frame.el (screen-height, screen-width, set-screen-width)
8543 (set-screen-height): Remove ancient compatibility aliases.
8544
8545 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
8546 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
8547
8548 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
8549 that change current buffer.
8550
85512010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8552
8553 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
8554 beginning of the string. Use `string-match-p'. (Bug#6765)
8555
85562010-08-01 Jan Djärv <jan.h.d@swipnet.se>
8557
8558 * cus-start.el (x-gtk-use-system-tooltips): New variable.
8559
85602010-08-01 Chong Yidong <cyd@stupidchicken.com>
8561
8562 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
8563 (package--builtins): Tweak descriptions.
8564 (package-print-package): Upcase descriptions if necessary.
8565 Show all built-in packages in font-lock-builtin-face.
8566 (package-list-packages-internal): Omit "emacs" package.
8567 Show status of built-in packages as "built-in".
8568
85692010-07-31 Chong Yidong <cyd@stupidchicken.com>
8570
8571 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
8572 before killing to preserve the primary selection (Bug#6701).
8573
8574 * term/x-win.el (x-select-text): Doc fix.
8575
85762010-07-31 Nathaniel Flath <flat0103@gmail.com>
8577
8578 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
8579 (objc-font-lock-extra-types):
8580 * progmodes/cc-mode.el (c-basic-common-init):
8581 * progmodes/cc-langs.el (c-make-mode-syntax-table)
8582 (c++-make-template-syntax-table)
8583 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
8584 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
8585 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
8586 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
8587 * progmodes/cc-fonts.el (c-make-inverse-face)
8588 (c-basic-matchers-after):
8589 * progmodes/cc-engine.el (c-forward-keyword-clause)
8590 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
8591 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
8592 (c-guess-continued-construct, c-guess-basic-syntax):
8593 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
8594 The above functions were modified or created.
8595
85962010-07-31 Jan Djärv <jan.h.d@swipnet.se>
8597
8598 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
8599
86002010-07-31 Eli Zaretskii <eliz@gnu.org>
8601
8602 * files.el (bidi-paragraph-direction): Define safe local values.
8603
8604 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
8605 language-info-alist. Remove outdated FIXME in a comment.
8606
86072010-07-31 Alan Mackenzie <acm@muc.de>
8608
8609 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
8610 Auto-fill broken in C/C++ modes.
8611
86122010-07-29 Jan Djärv <jan.h.d@swipnet.se>
8613
8614 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8615 (menu-bar-showhide-tool-bar-menu-customize-disable)
8616 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8617 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
8618 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
333f9019 8619 (menu-bar-showhide-tool-bar-menu): If tool bar is movable,
33383987
JB
8620 make a menu for Options => toolbar that can move it.
8621
86222010-07-29 Chong Yidong <cyd@stupidchicken.com>
8623
8624 * emacs-lisp/package-x.el (package--make-rss-entry):
8625 (package-maint-add-news-item, package--update-news)
8626 (package-upload-buffer-internal): New arg ARCHIVE-URL.
8627
8628 * emacs-lisp/package.el (package-archive-url): Rename from
8629 package-archive-id.
8630 (package-install): Doc fix.
8631 (package-download-single, package-download-tar, package-install)
8632 (package-menu-view-commentary): Callers changed.
8633
86342010-07-29 Michael Albinus <michael.albinus@gmx.de>
8635
8636 * net/tramp.el (tramp-handle-start-file-process): Check only for
8637 `remote-tty' process property.
8638 (tramp-open-shell): Don't check for tty.
8639 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
8640 process property.
8641
8642 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
8643 host.
8644
86452010-07-28 Chong Yidong <cyd@stupidchicken.com>
8646
8647 * emacs-lisp/package.el (package-load-list, package-archives)
8648 (package-archive-contents, package-user-dir)
8649 (package-directory-list, package--builtins, package-alist)
8650 (package-activated-list, package-obsolete-alist): Mark as risky.
8651
86522010-07-28 Phil Hagelberg <phil@evri.com>
8653
8654 Add support for non-default package repositories.
8655 * emacs-lisp/package.el (package-archive-base): Var deleted.
8656 (package-archives): New variable.
8657 (package-archive-contents): Doc fix.
8658 (package-load-descriptor): Do nothing if descriptor file is missing.
8659 (package--write-file-no-coding): New function.
8660 (package-unpack-single): Use it.
8661 (package-archive-id): New function.
8662 (package-download-single, package-download-tar)
8663 (package-menu-view-commentary): Use it.
8664 (package-installed-p): Make second argument optional.
8665 (package-read-all-archive-contents): New function.
8666 (package-initialize): Use it.
8667 (package-read-archive-contents): Add ARCHIVE argument.
8668 (package--add-to-archive-contents): New function.
8669 (package-install): Don't call package-read-archive-contents.
8670 (package--download-one-archive): Store archive file in a
8671 subdirectory of package-user-dir.
8672 (package-menu-execute): Remove spurious line movement.
8673
86742010-07-28 Jan Djärv <jan.h.d@swipnet.se>
8675
8676 * cus-start.el (tool-bar-style): Add text-image-horiz.
8677
86782010-07-28 Michael Albinus <michael.albinus@gmx.de>
8679
8680 * progmodes/gud.el (gud-common-init): Check for remoteness of
8681 `file', and not of `default-directory'.
8682
86832010-07-28 Michael Albinus <michael.albinus@gmx.de>
8684
8685 * net/tramp.el (tramp-methods): Move hostname to the end in all
8686 ssh `tramp-login-args'.
8687 (tramp-verbose): Describe verbose level 9.
8688 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
8689 (tramp-open-connection-setup-interactive-shell): Trace stty
8690 settings if `tramp-verbose' >= 9.
8691 (tramp-handle-start-file-process): Implement tty setting.
8692 (Bug#4604, Bug#6360)
8693
8694 * net/tramp-cmds.el (tramp-bug): Recommend setting of
8695 `tramp-verbose' to 9.
8696
86972010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
8698
8699 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
8700 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
8701 Remove references to package `lisp-re' (bug#4369).
8702
87032010-07-27 Tom Tromey <tromey@redhat.com>
8704
8705 * progmodes/js.el (js-mode):
8706 * progmodes/make-mode.el (makefile-mode):
8707 * progmodes/simula.el (simula-mode):
8708 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
8709
87102010-07-27 Juanma Barranquero <lekktu@gmail.com>
8711
8712 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
8713
8714 * time.el (display-time-day-and-date): Remove spurious * in docstring.
8715 (display-time-world-buffer-name, display-time-world-mode-map):
8716 Fix typos in docstrings.
8717
87182010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
8719
8720 * image-mode.el (image-display-size): New function.
8721 (image-forward-hscroll, image-next-line, image-eol, image-eob)
8722 (image-mode-fit-frame): Use it (Bug#6639).
8723
87242010-07-27 Chong Yidong <cyd@stupidchicken.com>
8725
8726 * dired.el (dired-buffers-for-dir): Handle list values of
8727 dired-directory (Bug#6636).
8728
87292010-07-26 Sam Steingold <sds@gnu.org>
8730
8731 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
8732 Do not call `x-get-selection' the second time, reuse the value.
8733
87342010-07-26 Daiki Ueno <ueno@unixuser.org>
8735
8736 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
8737 which consist of control chars only. Suggested by Richard Stallman.
8738
87392010-07-25 Daiki Ueno <ueno@unixuser.org>
8740
8741 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
8742 exists before passing an error to find-file-not-found-functions
8743 (bug#6723).
8744
87452010-07-23 Lukas Huonker <l.huonker@gmail.com>
8746
8747 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
8748 Remove leading nil element, adjust values.
8749 (tetris-shapes, tetris-shape-scores):
8750 Change representation of shapes and remove some redundancy.
8751 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
8752 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
8753 Adjust for working with new representation of shapes.
8754 (tetris-shape-rotations): New function.
8755 (tetris-move-bottom, tetris-move-left, tetris-move-right)
8756 (tetris-rotate-prev, tetris-rotate-next):
8757 Adjust for working with the new version of tetris-test-shape.
8758
87592010-07-23 Markus Triska <markus.triska@gmx.at>
8760
8761 * progmodes/ps-mode.el: Use comint (bug#5954).
8762 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
8763 (ps-mode-other-newline): Simplify.
8764 (ps-run-mode): Derive from comint-mode instead of
8765 fundamental-mode, yielding input history etc.
8766 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
8767 (ps-run-send-string): Adapt for comint-mode.
8768 (ps-run-newline): Remove now unneeded function.
8769
87702010-07-23 Michael Albinus <michael.albinus@gmx.de>
8771
8772 * net/tramp.el (tramp-methods): Move hostname to the end in all
8773 plink `tramp-login-args'.
8774
87752010-07-23 Michael Albinus <michael.albinus@gmx.de>
8776
8777 * net/tramp.el (tramp-open-shell): New defun.
8778 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8779 Use it.
8780
87812010-07-23 Michael Albinus <michael.albinus@gmx.de>
8782
8783 * net/tramp.el (tramp-file-name-regexp-unified)
8784 (tramp-completion-file-name-regexp-unified): On W32 systems, do
8785 not regard the volume letter as remote filename. (Bug#5447)
8786
87872010-07-23 Juanma Barranquero <lekktu@gmail.com>
8788
8789 * custom.el (custom-declare-variable): Give a clearer error message
8790 when the docstring is missing (bug#6476).
8791
87922010-07-22 Michael R. Mauger <mmaug@yahoo.com>
8793
8794 * progmodes/sql.el: Version 2.4. Improved Login prompting.
8795 (sql-login-params): New widget definition.
8796 (sql-oracle-login-params, sql-mysql-login-params)
8797 (sql-solid-login-params, sql-sybase-login-params)
8798 (sql-informix-login-params, sql-ingres-login-params)
8799 (sql-ms-login-params, sql-postgres-login-params)
8800 (sql-interbase-login-params, sql-db2-login-params)
8801 (sql-linter-login-params): Use it.
8802 (sql-sqlite-login-params): Use it; Define "database" parameter as
8803 a file name.
8804 (sql-sqlite-program): Change to "sqlite3".
8805 (sql-comint-sqlite): Make sure database name is complete.
8806 (sql-for-each-login): New function.
8807 (sql-connect, sql-save-connection): Use it.
8808 (sql-get-login-ext): New function.
8809 (sql-get-login): Use it.
8810 (sql-make-alternate-buffer-name): Handle :file parameters.
8811
88122010-07-22 Juanma Barranquero <lekktu@gmail.com>
8813
8814 * dired.el (dired-no-confirm): Document value t and fix defcustom to
8815 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
8816
88172010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
8818
8819 * dired.el (dired-mode-map): Use command remapping (bug#6632).
8820
88212010-07-22 Lawrence Mitchell <wence@gmx.li>
8822
8823 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
8824
88252010-07-21 Michael Albinus <michael.albinus@gmx.de>
8826
8827 * net/tramp.el (tramp-get-ls-command)
8828 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
8829 instead of "/".
8830
88312010-07-20 Michael R. Mauger <mmaug@yahoo.com>
8832
8833 * progmodes/sql.el: Version 2.3.
8834 (sql-connection-alist): Change keys from symbols to strings;
8835 enhanced the widget definition.
8836 (sql-mode-menu): Add submenu to select connections.
8837 (sql-interactive-mode-menu): Add "Save Connection" item.
8838 (sql-add-product): Fix menu item.
8839 (sql-get-product-feature): Improved error handling.
8840 (sql--alt-buffer-part, sql--alt-if-not-empty): Remove.
8841 (sql-make-alternate-buffer-name): Simplified.
8842 (sql-product-interactive): Handle missing product.
8843 (sql-connect): Support string keys, minor improvements.
8844 (sql-save-connection): New function.
8845 (sql-connection-menu-filter): New function.
8846
88472010-07-20 Michael Albinus <michael.albinus@gmx.de>
8848
8849 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
8850 (tramp-open-connection-setup-interactive-shell):
8851 Apply workaround for IRIX64 bug. Move argument of last
8852 `tramp-send-command' where it belongs to.
8853
88542010-07-20 Michael Albinus <michael.albinus@gmx.de>
8855
8856 * net/tramp.el (tramp-perl-file-attributes)
8857 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
8858 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
8859 front of `login-args'.
8860
88612010-07-19 Juanma Barranquero <lekktu@gmail.com>
8862
8863 * time.el (display-time-world-mode): Define with `define-derived-mode'.
8864 Set `show-trailing-whitespace' to nil.
8865 (display-time-world-display): Simplify.
8866
88672010-07-18 Alan Mackenzie <acm@muc.de>
8868
8869 Enhance `c-file-style' in file/directory local variables.
8870 * progmodes/cc-mode.el (c-count-cfss): New function.
8871 (c-before-hack-hook): Call `c-set-style' differently according to
8872 whether c-file-style was set in file or directory local
8873 variables.
8874
88752010-07-18 Michael R. Mauger <mmaug@yahoo.com>
8876
8877 * progmodes/sql.el: Version 2.2.
8878 (sql-product, sql-user, sql-database, sql-server, sql-port):
8879 Use defcustom :safe keyword rather than putting safe-local-variable
8880 property.
8881 (sql-password): Use defcustom :risky keyword rather than putting
8882 risky-local-variable property.
8883 (sql-oracle-login-params, sql-sqlite-login-params)
8884 (sql-solid-login-params, sql-sybase-login-params)
8885 (sql-informix-login-params, sql-ingres-login-params)
8886 (sql-ms-login-params, sql-postgres-login-params)
8887 (sql-interbase-login-params, sql-db2-login-params)
8888 (sql-linter-login-params): Add `port' option.
8889 (sql-get-product-feature): Add NO-INDIRECT parameter.
8890 (sql-comint-oracle, sql-comint-sybase)
8891 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
8892 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
8893 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
8894 (sql-comint-linter): Rename sql-connect-* functions to
8895 sql-comint-*.
8896 (sql-product-alist, sql-mode-menu): Rename as above and
8897 :sqli-connect-func to :sqli-comint-func.
8898 (sql-connection): New variable.
8899 (sql-interactive-mode): Set it.
8900 (sql-connection-alist): New variable.
8901 (sql-connect): New function.
8902 (sql--alt-buffer-part, sql--alt-if-not-empty)
8903 (sql-make-alternate-buffer-name): Improved alternative buffer name.
8904
89052010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8906
8907 * image-mode.el (image-bookmark-make-record): Do not set context
8908 in an image (Bug#6650).
8909
89102010-07-17 Chong Yidong <cyd@stupidchicken.com>
8911
8912 * simple.el (select-active-region): New function.
8913 (push-mark-command, set-mark, activate-mark)
8914 (handle-shift-selection): Use it.
8915 (deactivate-mark): Don't check for size of region.
8916
8917 * mouse.el (mouse-drag-track): Use select-active-region.
8918
89192010-07-17 Michael Albinus <michael.albinus@gmx.de>
8920
8921 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
8922 "--dired" stronger.
8923
89242010-07-17 Chong Yidong <cyd@stupidchicken.com>
8925
8926 * term/x-win.el (x-select-enable-primary): Change default to nil.
8927 (x-select-enable-clipboard): Add :version keyword.
8928
8929 * mouse.el (mouse-drag-copy-region):
8930 * simple.el (select-active-regions): Likewise.
8931
89322010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
8933
8934 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
8935 (vc-coding-system-for-diff): Use it to decide whether to inherit
8936 from the file the EOL format for reading the diffs of that file.
8937 (Bug#4451)
8938
89392010-07-16 Eli Zaretskii <eliz@gnu.org>
8940
8941 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
8942 unibyte, so compressed attachments are not compressed again.
8943
89442010-07-16 Michael Albinus <michael.albinus@gmx.de>
8945
8946 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
8947 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
8948 (tramp-find-shell): Simplify setting connection property.
8949 (tramp-get-ls-command): Make test for "--color=never" stronger.
8950
89512010-07-15 Simon South <ssouth@member.fsf.org>
8952
8953 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
8954 blocks within record declarations (i.e. variant parts) correctly.
8955
89562010-07-15 Simon South <ssouth@member.fsf.org>
8957
8958 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
8959 over literal tokens when parsing so newlines aren't "absorbed" by
8960 single-line comments. Corrects the indentation of case blocks
8961 that have a comment on the first line.
8962
89632010-07-14 Karl Fogel <kfogel@red-bean.com>
8964
8965 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
8966 by Drew Adams (Bug#5504).
8967
89682010-07-14 Jan Djärv <jan.h.d@swipnet.se>
8969
8970 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
8971 now that Unicode is used (Bug#6594).
8972
89732010-07-14 Chong Yidong <cyd@stupidchicken.com>
8974
8975 * term/x-win.el (x-select-enable-clipboard): Default to t.
8976 (x-initialize-window-system): Don't overwrite Paste menu item.
8977
8978 * simple.el (select-active-regions): Default to t.
8979 (push-mark-command): Don't overwrite primary with empty string.
8980
8981 * mouse.el: Bind mouse-2 to mouse-yank-primary.
8982 (mouse-drag-copy-region): Default to nil.
8983
8984 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
8985 Cut/Copy/Paste menu bar items.
8986
89872010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8988
8989 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
8990 Patch applied by Karl Fogel.
8991
8992 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
8993 and `bookmark-current-buffer' if they have been already set in
8994 another buffer (e.g gnus-art).
8995
89962010-07-13 Karl Fogel <kfogel@red-bean.com>
8997 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8998
8999 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
9000
9001 * bookmark.el (bookmark-make-record-default): Allow unneeded
9002 information to be omitted from the record.
9003
9004 Adjust declarations and calls:
9005
9006 * info.el (bookmark-make-record-default): Adjust declaration.
9007 (Info-bookmark-make-record): Adjust call.
9008
9009 * woman.el (bookmark-make-record-default): Adjust declaration.
9010 (woman-bookmark-make-record): Adjust call.
9011
9012 * man.el (bookmark-make-record-default): Adjust declaration.
9013 (Man-bookmark-make-record): Adjust call.
9014
9015 * image-mode.el (bookmark-make-record-default): Adjust declaration.
9016
9017 * doc-view.el (bookmark-make-record-default): Adjust declaration.
9018
90192010-07-13 Karl Fogel <kfogel@red-bean.com>
9020
9021 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
9022 This is also from Thierry Volpiatto's patch in bug #6444. However,
9023 because it was extraneous to the functional change in that patch,
c846da43 9024 and causes a re-indentation, I am committing it separately.
33383987
JB
9025
90262010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9027
9028 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
9029 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
9030 Patch applied by Karl Fogel (Bug#6444).
9031
90322010-07-13 Chong Yidong <cyd@stupidchicken.com>
9033
9034 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
9035
90362010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
9037
9038 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
9039 Dempsky; bug#5084). Remove incorrect binding for S-tab.
9040 (ns-alternatives-map): Change S-tab binding to backtab
9041 (bug#6616).
9042
9043 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
9044 under ns.
9045
90462010-07-12 Andreas Schwab <schwab@linux-m68k.org>
9047
9048 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
9049 (Bug#5806)
9050
9051 * language/tv-util.el (tai-viet-re): Remove format.
9052
90532010-07-12 Kenichi Handa <handa@m17n.org>
9054
9055 * language/hebrew.el: Remove no-byte-compile declaration.
9056 Change coding: tag to utf-8. Register hebrew-shape-gstring in
9057 composition-function-table for 3-character looking back.
9058 (hebrew-font-get-precomposed): New function.
9059 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
9060
90612010-07-11 Chong Yidong <cyd@stupidchicken.com>
9062
9063 * mouse.el (mouse-drag-track): Handle select-active-regions
9064 (Bug#6612).
9065
90662010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
9067
9068 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
9069 empty argument to gvfs-copy.
9070
90712010-07-10 Glenn Morris <rgm@gnu.org>
9072
9073 * calendar/calendar.el (calendar-week-end-day): New function.
9074 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
9075 Respect calendar-week-start-day. (Bug#6606)
9076 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
9077 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
9078 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
9079 respect calendar-week-start-day.
9080
90812010-07-10 Chong Yidong <cyd@stupidchicken.com>
9082
9083 * simple.el (use-region-p): Doc fix (Bug#6607).
9084
90852010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
9086
9087 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9088 Add regexps for cucumber and ruby.
9089
90902010-07-08 Daiki Ueno <ueno@unixuser.org>
9091
9092 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
9093 (epa-file-insert-file-contents): Hack to prevent
9094 find-file from opening empty buffer when decryption failed
9095 (bug#6568).
9096
90972010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
9098
9099 * textmodes/ispell.el (ispell-alternate-dictionary):
9100 Use file-readable-p.
9101 Return nil if no word-list is found at default locations.
9102 (ispell-complete-word-dict): Default to nil.
9103 (ispell-command-loop): Use 'word-list' when using lookup-words.
9104 (lookup-words): Use ispell-complete-word-dict or
9105 ispell-alternate-dictionary. Check for word-list availability
9106 and handle errors if needed with better messages (Bug#6539).
9107 (ispell-complete-word): Use ispell-complete-word-dict or
9108 ispell-alternate-dictionary.
9109
91102010-07-07 Christoph Scholtes <cschol2112@gmail.com>
9111
9112 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
9113 builtins (BufferError, BytesWarning, WindowsError; callables
9114 bin, bytearray, bytes, format, memoryview, next, print; __package__).
9115
91162010-07-07 Glenn Morris <rgm@gnu.org>
9117
9118 * play/zone.el (top-level): Do not require timer, tabify, or cl.
9119 (zone-shift-left): Ignore intangibility, and any errors from
9120 forward-char.
9121 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
9122 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
9123 deleting, and copying text properties.
9124 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
9125 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
9126 to point-max is hard.
9127 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
9128 (zone-fill-out-screen): Ignore intangibility.
9129
91302010-07-05 Chong Yidong <cyd@stupidchicken.com>
9131
9132 * menu-bar.el (menu-bar-mode):
9133 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
9134 if it has been set.
9135
9136 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
9137 word/line selection (Bug#6565).
9138
91392010-07-04 Juanma Barranquero <lekktu@gmail.com>
9140
9141 * net/dbus.el (dbus-send-signal): Declare function.
9142
91432010-07-04 Michael Albinus <michael.albinus@gmx.de>
9144
9145 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
9146 (dbus-register-property): New optional argument EMITS-SIGNAL.
9147 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
9148
91492010-07-03 Chong Yidong <cyd@stupidchicken.com>
9150
9151 * mouse.el (mouse-drag-overlay): Variable deleted.
9152 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
9153 (mouse--remap-link-click-p): New function.
9154 (mouse-drag-track): Handle dragging by using temporary Transient
9155 Mark mode, instead of a special overlay.
9156 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
9157 mouse-show-mark.
9158
9159 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
9160 deleted.
9161
91622010-07-02 Juri Linkov <juri@jurta.org>
9163
9164 * autoinsert.el (auto-insert-alist): Fix readability
9165 by using dotted pair notation for lambda.
9166
91672010-07-02 Juri Linkov <juri@jurta.org>
9168
9169 * faces.el (read-face-name): Rename arg `string-describing-default'
9170 to `default'. Doc fix. Display the default value in quotes
9171 in the prompt. With empty input, return the `default' arg,
9172 unless the default value is a string (in which case return nil).
9173 (describe-face): Replace the string `default' arg of `read-face-name'
9174 with the symbol `default'.
9175
91762010-07-02 Chong Yidong <cyd@stupidchicken.com>
9177
9178 * emulation/viper-cmd.el (viper-delete-backward-char)
9179 (viper-del-backward-char-in-insert)
9180 (viper-del-backward-char-in-replace, viper-change)
9181 (viper-backward-indent): Replace delete-backward-char with
9182 delete-char (Bug#6552).
9183
91842010-07-01 Chong Yidong <cyd@stupidchicken.com>
9185
9186 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
9187
91882010-06-30 Chong Yidong <cyd@stupidchicken.com>
9189
9190 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
9191 argument passed to frame-creation-function (Bug#5378).
9192
9193 * faces.el (x-handle-named-frame-geometry)
9194 (x-handle-reverse-video, x-create-frame-with-faces)
9195 (face-set-after-frame-default, tty-create-frame-with-faces):
9196 Don't separately consult default-frame-alist. It is now passed as the
9197 PARAMETER argument.
9198
91992010-06-30 Andreas Schwab <schwab@linux-m68k.org>
9200
9201 * startup.el (command-line): Don't call tool-bar-setup in a
9202 tty-only build.
9203
92042010-06-30 Chong Yidong <cyd@stupidchicken.com>
9205
9206 * ruler-mode.el (ruler--save-header-line-format): New fun.
9207 (ruler-mode): Use it as a setter function, so as not to overwrite
9208 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
9209
92102010-06-29 Chong Yidong <cyd@stupidchicken.com>
9211
9212 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
9213 (vc-root-diff, vc-print-root-log, vc-log-incoming)
9214 (vc-log-outgoing): Use it.
9215 (vc-diff-internal): Set diff-vc-backend.
9216
9217 * vc/diff-mode.el (diff-vc-backend): New var.
9218
92192010-06-28 Jan Djärv <jan.h.d@swipnet.se>
9220
9221 * dynamic-setting.el (font-setting-change-default-font):
9222 Remove call to message.
9223
92242010-06-28 Kenichi Handa <handa@m17n.org>
9225
9226 * international/quail.el (quail-insert-kbd-layout): Fix the
9227 showing of untranslated characters.
9228
92292010-06-28 Chong Yidong <cyd@stupidchicken.com>
9230
9231 * simple.el (delete-active-region): New option.
9232 (delete-backward-char): Implement in Lisp.
9233 (delete-forward-char): New command.
9234
9235 * mouse.el (mouse-region-delete-keys): Delete.
9236 (mouse-show-mark): Simplify.
9237
9238 * bindings.el (global-map): Bind delete and DEL, the former to
9239 delete-forward-char.
9240
92412010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
9242
9243 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
9244 (ruby-mode): Bind indent-line-function (Bug#5119).
9245
92462010-06-27 Chong Yidong <cyd@stupidchicken.com>
9247
9248 * startup.el (command-line): Recognize "0" X resource value.
9249
92502010-06-27 Chong Yidong <cyd@stupidchicken.com>
9251
9252 * startup.el (command-line): Use X resources to set the value of
9253 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
9254
9255 * menu-bar.el (menu-bar-mode):
9256 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
9257 Set init-value to t.
9258
9259 * frame.el (frame-notice-user-settings): Don't change
9260 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
9261 vice versa (Bug#2249).
9262
92632010-06-26 Eli Zaretskii <eliz@gnu.org>
9264
9265 * w32-fns.el (w32-convert-standard-filename): Doc fix.
9266
92672010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
9268
9269 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
9270 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
9271
9272 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
9273 default directories are expanded (Bug#6143).
9274
92752010-06-24 Juri Linkov <juri@jurta.org>
9276
9277 * minibuffer.el (completions-format): Change default from nil to
9278 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
9279
92802010-06-24 Juri Linkov <juri@jurta.org>
9281
9282 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
9283 buffer-locally to lambda that re-runs the vc diff command.
9284 (Bug#6447)
9285
92862010-06-24 Chong Yidong <cyd@stupidchicken.com>
9287
9288 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
9289 echo area is in use (Bug#3412).
9290
92912010-06-22 Glenn Morris <rgm@gnu.org>
9292
9293 * textmodes/texinfmt.el (texinfo-format-region)
9294 (texinfo-raise-lower-sections, texinfo-format-separate-node)
9295 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
9296 (texinfo-format-option, texinfo-noindent):
9297 Use line-beginning-position and line-end-position.
9298
9299 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
9300 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
9301 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
9302 utf-8 characters.
9303
93042010-06-21 Karl Fogel <kfogel@red-bean.com>
9305
9306 * play/zone.el (zone-fall-through-ws): Fix next-line ->
9307 forward-line fallout.
9308
93092010-07-06 Chong Yidong <cyd@stupidchicken.com>
9310
9311 * mouse.el (mouse-appearance-menu): Add docstring.
9312
9313 * help.el (describe-key): Print up-event using key-description.
9314
93152010-07-03 Michael Albinus <michael.albinus@gmx.de>
9316
9317 * net/zeroconf.el (zeroconf-resolve-service)
9318 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
9319 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
9320
93212010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
9322
9323 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
9324
93252010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
9326
9327 Avoid displaying files with a nil state in vc-dir.
9328 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
9329 cases that cause insertion.
9330 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
9331 with a nil state.
9332
93332010-06-30 Chong Yidong <cyd@stupidchicken.com>
9334
9335 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
9336
cd394be1 93372010-06-29 Leo Liu <sdl.web@gmail.com>
33383987
JB
9338
9339 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
9340
93412010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9342
9343 * generic-x.el (bat-generic-mode): Fix regexp for command line
9344 switches (Bug#5719).
9345
93462010-06-27 Masatake YAMATO <yamato@redhat.com>
9347
9348 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
9349 of nconc to avoid pure storage error (Bug#6239).
9350
93512010-06-27 Christoph Scholtes <cschol2112@googlemail.com>
9352
9353 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
9354 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
9355 bindings of bookmark-automatically-show-annotations (Bug#6515).
9356
93572010-06-25 Eli Zaretskii <eliz@gnu.org>
9358
9359 * arc-mode.el (archive-zip-extract): Don't quote the file name on
9360 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
9361
93622010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
9363
9364 * comint.el (make-comint, make-comint-in-buffer): Mention return
9365 value in the docstrings. (Bug#6498)
9366
93672010-06-24 Yoni Rabkin <yoni@rabkins.net>
9368
9369 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
9370 since it is not present when using some non-default switches.
9371
93722010-06-23 Karl Fogel <kfogel@red-bean.com>
9373
9374 * simple.el (compose-mail): Fix doc string to refer to
9375 `compose-mail-user-agent-warnings', instead of to the
9376 nonexistent `compose-mail-check-user-agent'.
9377
93782010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
9379
9380 Fix an indentation bug:
9381
e1dbe924 9382 * progmodes/cc-mode.el (c-common-init): Initialize c-new-BEG/END.
33383987
JB
9383 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
9384 of existing values.
9385
9386 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
9387 (c-clear->-pair-props-if-match-before): now return t when they've
9388 cleared properties, nil otherwise.
9389 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
9390 by taking account of the existing value.
9391
9392 * progmodes/cc-defs.el
9393 (c-clear-char-property-with-value-function): Fix this to clear the
9394 property rather than overwriting it with nil.
9395
93962010-06-20 Chong Yidong <cyd@stupidchicken.com>
9397
9398 * emacs-lisp/package.el (package-print-package): Add link to
9399 package description via describe-package.
9400 (describe-package-1): List package requirements. Add button to
9401 perform installation.
9402 (package-menu-describe-package): New command.
9403
9404 * help-mode.el (help-package): New button type.
9405
94062010-06-19 Chong Yidong <cyd@stupidchicken.com>
9407
9408 * emacs-lisp/package.el: Move package-list-packages binding to
9409 menu-bar.el.
9410 (describe-package, describe-package-1, package--dir): New funs.
9411 (package-activate-1): Use package--dir.
9412
9413 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
9414
9415 * help-mode.el (help-package-def): New button type.
9416
9417 * menu-bar.el: Move package-list-packages binding here from
9418 package.el.
9419
94202010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
9421
9422 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
9423
94242010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9425
9426 * emacs-lisp/edebug.el (edebug-read-list):
9427 Phase out old-style backquotes.
9428
94292010-06-17 Juri Linkov <juri@jurta.org>
9430
9431 * help-mode.el (help-mode): Set buffer-local variable
9432 revert-buffer-function to help-mode-revert-buffer.
9433 (help-mode-revert-buffer): New function.
9434
9435 * info.el (Info-revert-find-node): Check for major-mode Info-mode
9436 before popping to "*info*" (like in other Info functions).
9437 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
9438 old-history-forward. Pop to old-buffer-name or "*info*" to
9439 recreate the killed buffer. Set Info-history-forward from
9440 old-history-forward.
9441 (Info-breadcrumbs-depth): Add :group and :version.
9442
94432010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
9444
9445 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
9446
94472010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
9448
9449 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
9450 for languages like Portuguese with pt_{BR,PT} and no plain pt.
9451
94522010-06-17 Juanma Barranquero <lekktu@gmail.com>
9453
9454 * emacs-lisp/package.el (package-menu-mode-map):
9455 Move initialization into declaration.
9456
9457 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
9458
94592010-06-17 Chong Yidong <cyd@stupidchicken.com>
9460
9461 * emacs-lisp/package.el (package-archive-base): Point to
9462 elpa.gnu.org.
9463 (package-enable, package-load-list): New defcustoms.
9464 (package-user-dir, package-directory-list): Turn into defcustoms.
9465 Don't include package-user-dir in package-directory-list.
9466 (package--builtins-base): Don't include Emacs as a "package".
9467 (package-subdirectory-regexp): New var.
9468 (package-load-all-descriptors, package-compute-transaction)
9469 (package-download-transaction): Obey package-load-list.
9470 (package-activate-1): Rename from package-do-activate.
9471 (package-list-packages-internal): Check package-load-list.
9472 (package-load-descriptor, package-generate-autoloads)
9473 (package-unpack, package-unpack-single)
9474 (package--read-archive-file, package-delete):
9475 Use expand-file-name.
9476
9477 * emacs-lisp/package-x.el: New file. Package uploading
9478 functionality split out from package.el.
9479
9480 * startup.el (command-line): Load packages after reading init file.
9481
94822010-06-17 Tom Tromey <tromey@redhat.com>
9483
9484 * emacs-lisp/package.el: New file.
9485
94862010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9487
9488 Fix vc-annotate for renamed files when using Git.
9489 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
9490 ls-files. Doe not pass the object as a file name to cat-file, it
9491 is not a file name.
9492 (vc-git-annotate-command): Pass the file name using -- to avoid
9493 ambiguity with the revision.
9494 (vc-git-previous-revision): Pass a relative file name.
9495
94962010-06-22 Glenn Morris <rgm@gnu.org>
9497
9498 * progmodes/js.el (js-mode-map): Use standard capitalization and
9499 ellipses for menu entries.
9500
9501 * wid-edit.el (widget-complete): Doc fix.
9502
95032010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
9504
9505 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
9506
95072010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9508
9509 Fix annotating other revisions for renamed files in vc-annotate.
9510 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
9511 VC backend. Use it when non-nil.
9512 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
9513 (Bug#6487).
9514
9515 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
9516 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
9517 Do not pass the file name to the 'previous-revision call when we
9518 don't want a file diff. (Bug#6489)
9519
95202010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9521
9522 Fix finding revisions for renamed files in vc-annotate.
9523 * vc/vc.el (vc-find-revision): Add an optional argument for
9524 the VC backend. Use it when non-nil.
9525 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
9526 backend to vc-find-revision. (Bug#6487)
9527
95282010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9529
9530 Fix reading file names in Git annotate buffers.
9531 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
9532 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
9533
95342010-06-20 Alan Mackenzie <acm@muc.de>
9535
9536 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
9537 in file local variables, set it first.
9538
95392010-06-19 Glenn Morris <rgm@gnu.org>
9540
9541 * descr-text.el (describe-char-unicode-data): Insert separating
9542 space when needed. (Bug#6422)
9543
9544 * progmodes/idlwave.el (idlwave-action-and-binding):
9545 Fix typo in 2009-12-03 change. (Bug#6450)
9546
95472010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9548
9549 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
9550 handling for `lambda' (misunderstanding).
9551
95522010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
9553
9554 * calc/calc-poly.el (math-accum-factors): Make sure that
9555 constants aren't distributed after they are factored out.
9556
95572010-06-16 Juri Linkov <juri@jurta.org>
9558
9559 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
9560 `list-colors-print'. (Bug#6332)
9561
9562 * subr.el (read-quoted-char): Fix up last change (bug#6290).
9563
95642010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9565
9566 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
9567 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
9568
9569 * font-lock.el (font-lock-major-mode): Rename from
9570 font-lock-mode-major-mode to distinguish it from
9571 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
9572 (font-lock-set-defaults):
9573 * font-core.el (font-lock-default-function): Adjust users.
9574 (font-lock-mode): Don't set it at all.
9575
95762010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9577
9578 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
9579
95802010-06-16 Glenn Morris <rgm@gnu.org>
9581
9582 * calendar/appt.el (appt-time-msg-list): Doc fix.
9583 (appt-check): Let-bind appt-warn-time.
9584 (appt-add): Make the 3rd argument optional.
9585 Simplify argument names. Doc fix. Check for integer WARNTIME.
9586 Only add WARNTIME to the output list if non-nil.
9587
95882010-06-16 Ivan Kanis <apple@kanis.eu>
9589
9590 * calendar/appt.el (appt-check): Let the 3rd element of
9591 appt-time-msg-list specify the warning time.
9592 (appt-add): Add new argument with the warning time. (Bug#5176)
9593
95942010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
9595
9596 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
9597 older than version 1.6. (Bug#6361)
9598
95992010-06-16 Helmut Eller <eller.helmut@gmail.com>
9600
9601 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
9602 used by cl-do-arglist. (Bug#6408)
9603
96042010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
9605
9606 * textmodes/ispell.el (ispell-dictionary-base-alist):
9607 Fix portuguese casechars/not-casechars for missing 'çÇ'.
9608 Suggested by Rolando Pereira (bug#6434).
9609
96102010-06-15 Juanma Barranquero <lekktu@gmail.com>
9611
9612 * facemenu.el (list-colors-sort): Doc fix.
9613
96142010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
9615
9616 * progmodes/sql.el (sql-connect-mysql): Fix typo.
9617
96182010-06-14 Juri Linkov <juri@jurta.org>
9619
9620 Add sort option `list-colors-sort'. (Bug#6332)
9621 * facemenu.el (color-rgb-to-hsv): New function.
9622 (list-colors-sort): New defcustom.
9623 (list-colors-sort-key): New function.
9624 (list-colors-display): Doc fix. Sort list according to the option
9625 `list-colors-sort'.
9626 (list-colors-print): Add HSV values to `help-echo' property of
9627 RGB strings.
9628
96292010-06-14 Juri Linkov <juri@jurta.org>
9630
9631 * compare-w.el: Move to the "vc" subdirectory.
9632
96332010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9634
9635 * image-mode.el (image-mode-map): Remap left-char and right-char.
9636
9637 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
9638
96392010-06-12 Chong Yidong <cyd@stupidchicken.com>
9640
9641 * term/common-win.el (x-colors): Add all the color names defined
9642 in rgb.txt (Bug#6332).
9643
9644 * facemenu.el (list-colors-print): Don't print extra names if it
9645 will overflow the window width.
9646
9647 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
9648 change (Bug#6343).
9649
96502010-06-12 Eli Zaretskii <eliz@gnu.org>
9651
9652 * files.el (make-directory): Doc fix (bug#6396).
9653
96542010-06-12 Michael Albinus <michael.albinus@gmx.de>
9655
9656 * net/tramp.el (tramp-remote-process-environment): Protect version
9657 string by apostroph.
9658 (tramp-shell-prompt-pattern): Do not use a shy group in case of
9659 XEmacs.
9660 (tramp-file-name-for-operation): Add `call-process-region'.
9661 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
9662
9663 * net/tramp-compat.el (top): Do not autoload
9664 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
9665 only when `start-file-process' is not bound.
9666 (tramp-advice-file-expand-wildcards): Do not use
9667 `tramp-handle-file-remote-p'.
9668 (tramp-compat-make-temp-file): Handle the case, that
9669 `make-temp-file' has no third argument EXTENSION.
9670
96712010-06-11 Juanma Barranquero <lekktu@gmail.com>
9672
9673 * makefile.w32-in (WINS_BASIC): Include new directory vc.
9674
9675 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
9676
96772010-06-11 Juri Linkov <juri@jurta.org>
9678
9679 * finder.el (finder-known-keywords): Add keyword "vc"
9680 for version control.
9681
9682 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
9683 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
9684 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
9685 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
9686
96872010-06-11 Juri Linkov <juri@jurta.org>
9688
9689 Move version control related files to the "vc" subdirectory.
9690 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
9691 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
9692 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
9693 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
9694 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
9695 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
9696 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
9697 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
9698 Move files to the "vc" subdirectory.
9699
97002010-06-11 Chong Yidong <cyd@stupidchicken.com>
9701
9702 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
9703 (Bug#6367).
9704
97052010-06-11 Stephen Eglen <stephen@gnu.org>
9706
9707 * shell.el: Bind `shell-resync-dirs' to M-RET.
9708
97092010-06-10 Michael Albinus <michael.albinus@gmx.de>
9710
9711 * notifications.el: Move file from lisp/net, because it is
9712 supposed to talk locally to the user.
9713
97142010-06-10 Julien Danjou <julien@danjou.info>
9715
9716 * net/notifications.el (notifications-on-action-signal)
9717 (notifications-on-closed-signal): Pass notification id as first
9718 argument to the callback functions. Add docstrings.
9719 (notifications-notify): Fix docstring.
9720
97212010-06-10 Glenn Morris <rgm@gnu.org>
9722
9723 * emacs-lisp/authors.el (authors-ignored-files)
9724 (authors-valid-file-names): Add some files.
9725
97262010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9727
9728 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
9729 merge conflict, giving preference to the emacs-23 version of the code.
9730
97312010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9732
9733 * emacs-lisp/advice.el (ad-compile-function):
9734 Define warning-suppress-types before we let-bind it (bug#6275).
9735
9736 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
9737 declare it, make it buffer-local and permanent-local (bug#6324).
9738 (vc-resynch-window): Adjust name.
9739 * vc-hooks.el (vc-find-file-hook): Adjust name.
9740
97412010-06-09 Michael Albinus <michael.albinus@gmx.de>
9742
9743 * net/notifications.el (notifications-notify): Fix docstring.
9744
97452010-06-09 Juanma Barranquero <lekktu@gmail.com>
9746
9747 Update to Unicode 6.0.0 beta.
9748 * international/charprop.el: Update copyright.
9749 * international/mule-cmds.el (ucs-names): Update character ranges.
9750 * international/uni-bidi.el:
9751 * international/uni-category.el:
9752 * international/uni-combining.el:
9753 * international/uni-comment.el:
9754 * international/uni-decimal.el:
9755 * international/uni-decomposition.el:
9756 * international/uni-digit.el:
9757 * international/uni-lowercase.el:
9758 * international/uni-mirrored.el:
9759 * international/uni-name.el:
9760 * international/uni-numeric.el:
9761 * international/uni-old-name.el:
9762 * international/uni-titlecase.el:
9763 * international/uni-uppercase.el: Regenerate.
9764
97652010-06-09 Juanma Barranquero <lekktu@gmail.com>
9766
9767 * emacs-lisp/smie.el (comment-string-strip): Declare function.
9768 (smie-precs-precedence-table): Fix typo in docstring.
9769
9770 * vc-mtn.el (log-edit-extract-headers): Declare function.
9771
9772 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
9773
9774 * net/notifications.el (dbus-register-signal): Declare function.
9775 (notifications-notify): Fix typos and reflow docstring.
9776
97772010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9778
9779 Improve VC create/retrieve tag/branch.
9780 * vc.el (vc-create-tag): Do not read the directory name for VCs
9781 with repository revision granularity. Adjust the tag/branch
9782 prompt. Reset VC properties.
9783 (vc-retrieve-tag): Do not read the directory name for VCs
9784 with repository revision granularity. Reset VC properties.
9785
97862010-06-09 Julien Danjou <julien@danjou.info>
9787
9788 * net/notifications.el: New file.
9789
97902010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9791
9792 Add optional support for resetting VC properties.
9793 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
9794 call vc-file-clearprops when true.
9795 (vc-resynch-buffer): Add new optional argument, pass it down.
9796 (vc-resynch-buffers-in-directory): Likewise.
9797
9798 Improve support for special markup in the VC commit message.
9799 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
9800 * vc-hg.el (vc-hg-checkin): Add support for Date:.
9801 * vc-git.el (vc-git-checkin):
9802 * vc-bzr.el (vc-bzr-checkin): Likewise.
9803
98042010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9805
9806 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
9807 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
9808
98092010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
9810
9811 * iimage.el: Remove images as soon as the underlying text is modified.
9812 (iimage-modification-hook): New function.
9813 (iimage-mode-buffer): Use it.
9814
98152010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9816
9817 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
9818 smie-indent-offset-after. Add :prev case. Make a bit more generic.
9819 (smie-indent-virtual): Remove `virtual' arg. Update callers.
9820 (smie-indent-keyword): Add handling of open-paren keywords.
9821 (smie-indent-comment-continue): Don't assume comment-continue.
9822
98232010-06-07 Martin Rudalics <rudalics@gmx.at>
9824
9825 * window.el (pop-to-buffer): Remove the conditional that
9826 compares new-window and old-window, so it will reselect
9827 the selected window unconditionally.
9828 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
9829
98302010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9831
9832 * emacs-lisp/smie.el (smie-indent-offset-after)
9833 (smie-indent-forward-token, smie-indent-backward-token): New functions.
9834 (smie-indent-after-keyword): Use them.
9835 (smie-indent-fixindent): Only applies to the indentation of the BOL.
9836 (smie-indent-keyword): Tweak the black magic.
9837 (smie-indent-comment-continue): Strip comment-continue before use.
9838 (smie-indent-functions): Indent comments before keywords.
9839
98402010-06-06 Juri Linkov <juri@jurta.org>
9841
9842 * isearch.el (isearch-lazy-highlight-search): Fix looping
9843 by checking for empty match. This syncs this loop with the
9844 similar loop in `isearch-search'. (Bug#6362)
9845
98462010-06-05 Juanma Barranquero <lekktu@gmail.com>
9847
9848 * net/dbus.el (dbus-register-method): Declare function.
9849 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
9850 (dbus-introspect): Doc fix.
9851 (dbus-event-bus-name, dbus-introspect-get-interface)
9852 (dbus-introspect-get-argument): Reflow docstrings.
9853
98542010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
9855
9856 vc-log-incoming/vc-log-outgoing fixes for Git.
9857 * vc-git.el (vc-git-log-view-mode): Fix font lock for
9858 incoming/outgoing logs.
9859 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
9860 instead of vc-git-compute-remote.
9861 (vc-git-compute-remote): Remove.
9862
98632010-06-04 Chong Yidong <cyd@stupidchicken.com>
9864
9865 * term/common-win.el (x-colors): Add "dark green" and "dark
9866 turquoise" (Bug#6332).
9867
98682010-06-04 Juri Linkov <juri@jurta.org>
9869
9870 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
9871 Instead of setting `replace' to t and replacing the same string
9872 with itself, don't do certain actions when
9873 kill-do-not-save-duplicates is non-nil and string is equal to car
9874 of kill-ring: don't call menu-bar-update-yank-menu, don't push
9875 interprogram-paste strings to kill-ring, and don't push the input
9876 argument `string' to kill-ring.
9877 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
9878
98792010-06-04 Juanma Barranquero <lekktu@gmail.com>
9880
9881 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
9882
98832010-06-04 Michael Albinus <michael.albinus@gmx.de>
9884
9885 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
9886 (tramp-gvfs-handler-mounted-unmounted)
9887 (tramp-gvfs-connection-mounted-p): Handle default-location.
9888
9889 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
9890 move files to trash.
9891
98922010-06-04 Juanma Barranquero <lekktu@gmail.com>
9893
9894 * international/mule-cmds.el (nonascii-insert-offset)
9895 (nonascii-translation-table): Add obsolescence information.
9896
9897 * international/mule.el (make-translation-table-from-vector): Doc fix.
9898
98992010-06-03 Glenn Morris <rgm@gnu.org>
9900
9901 * desktop.el (desktop-clear-preserve-buffers):
9902 Add "*Warnings*" buffer. (Bug#6336)
9903
99042010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
9905
9906 vc-log-incoming/vc-log-outgoing improvements for Git.
9907 * vc-git.el (vc-git-log-outgoing): Use the same format as the
9908 short log.
9909 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
9910
9911 Add bindings for vc-log-incoming and vc-log-outgoing.
9912 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
9913 and vc-log-outgoing.
9914 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
9915 and vc-log-outgoing.
9916
99172010-06-03 Chong Yidong <cyd@stupidchicken.com>
9918
9919 * net/rcirc.el (rcirc-sort-nicknames): Remove.
9920 (rcirc-handler-366): Always sort nicknames.
9921
99222010-06-03 Juanma Barranquero <lekktu@gmail.com>
9923
9924 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
9925
99262010-06-03 Chong Yidong <cyd@stupidchicken.com>
9927
9928 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
9929
99302010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9931
9932 * net/rcirc.el (rcirc-sort-nicknames): Change default.
9933 (rcirc-sort-nicknames-join): Avoid setq.
9934
99352010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
9936
9937 * net/rcirc.el (rcirc-sort-nicknames): New custom.
9938 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
9939 (rcirc-handler-366): Use them.
9940
99412010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9942
9943 Split smie-indent-calculate into more manageable chunks.
9944 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
9945 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
9946 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
9947 (smie-indent-exps): Extract from smie-indent-calculate.
9948 (smie-indent-functions): New var.
9949 (smie-indent-functions): Use them.
9950
99512010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9952
9953 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
9954 (smie-indent-calculate): Simplify and cleanup.
9955
99562010-06-02 Michael Albinus <michael.albinus@gmx.de>
9957
9958 * net/tramp-gvfs.el (top): Require url-util.
9959 (tramp-gvfs-mount-point): Remove.
9960 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
9961 New defuns.
9962 (with-tramp-dbus-call-method): Format trace message.
9963 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
9964 Implement backup call, when operation on local files fails.
9965 Use progress reporter. Flush properties of changed files.
9966 (tramp-gvfs-handle-make-directory): Make more traces.
9967 (tramp-gvfs-url-file-name): Hexify file name in url.
9968 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
9969 into account for the resulting file name.
9970 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
9971 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
9972 (tramp-gvfs-handler-mounted-unmounted)
9973 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
9974 attribute "default_location". Set "prefix" property.
9975 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
9976 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
9977 exists. Raise an error, if not (due to a corresponding answer
9978 "no" in interactive questions, for example).
9979
99802010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9981
9982 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
9983
99842010-06-01 Juanma Barranquero <lekktu@gmail.com>
9985
9986 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
9987 right-*. (Bug#6265)
9988
99892010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
9990
9991 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
9992 * vc-git.el (vc-git-compute-remote): New function.
9993 (vc-git-log-outgoing): Use it instead of hard coding a value.
9994 (vc-git-log-incoming): New function.
9995
9996 Improve state updating for VC tag commands.
9997 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
9998 to update the state of all buffers in the directory.
9999
10000 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
10001
100022010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10003
10004 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
10005 `file-directory-p' to the filename part rather than to the whole text.
10006
100072010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10008
10009 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
10010
100112010-05-31 Drew Adams <drew.adams@oracle.com>
10012
10013 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
10014
100152010-05-31 Juanma Barranquero <lekktu@gmail.com>
10016
10017 * subr.el (momentary-string-display): Just use read-event to read
10018 the exit event (Bug#6238).
10019
100202010-05-30 Eli Zaretskii <eliz@gnu.org>
10021
10022 * international/mule.el (define-coding-system): Doc fix (bug#6313).
10023
100242010-05-30 Juanma Barranquero <lekktu@gmail.com>
10025
10026 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
10027 Suggested by Eli Zaretskii <eliz@gnu.org>.
10028
100292010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10030
10031 * minibuffer.el (completion-file-name-table): Don't return a boundary
10032 past the end of `string' (bug#6299).
10033 (completion--file-name-table): Delegate to completion-file-name-table
10034 for the `boundaries' case.
10035
100362010-05-30 Juanma Barranquero <lekktu@gmail.com>
10037
10038 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
10039 movement commands.
10040
10041 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
10042 `path-separator', but maintain compatibility with Emacs 20.2.
10043
100442010-05-29 Chong Yidong <cyd@stupidchicken.com>
10045
10046 * server.el (server-process-filter): Receive parent-id argument
10047 from emacsclient.
10048 (server-create-window-system-frame): New arg. Pass parent-id as
10049 frame parameter.
10050
100512010-05-29 Eli Zaretskii <eliz@gnu.org>
10052
10053 Bidi-sensitive word movement with arrow keys.
10054 * subr.el (right-arrow-command, left-arrow-command): Move to
10055 bindings.el.
10056
10057 * bindings.el (right-char, left-char): Move from subr.el and
10058 rename from right-arrow-command and left-arrow-command.
10059 (right-word, left-word): New functions.
10060 (global-map) <right>: Bind to right-char.
10061 (global-map) <left>: Bind to left-char.
10062 (global-map) <C-right>: Bind to right-word.
10063 (global-map) <C-left>: Bind to left-word.
10064
10065 * ls-lisp.el (ls-lisp-classify-file): New function.
10066 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
10067 (ls-lisp-classify): Call ls-lisp-classify-file.
10068 (insert-directory): Remove blanks from switches.
10069
100702010-05-29 Chong Yidong <cyd@stupidchicken.com>
10071
10072 * ansi-color.el: Delete unused escape sequences (Bug#6085).
10073 (ansi-color-drop-regexp): New constant.
10074 (ansi-color-apply, ansi-color-filter-region)
10075 (ansi-color-apply-on-region): Delete unrecognized control sequences.
10076 (ansi-color-apply): Build string list before calling concat.
10077
100782010-05-28 Juri Linkov <juri@jurta.org>
10079
10080 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10081 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
10082 (Bug#5270)
10083
100842010-05-28 Michael Albinus <michael.albinus@gmx.de>
10085
10086 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
10087 to ignored backtrace functions.
10088 (with-progress-reporter): Expand docstring.
10089 (tramp-handle-delete-file): Implement TRASH argument.
10090 (tramp-get-remote-trash): New defun.
10091
100922010-05-28 Michael Albinus <michael.albinus@gmx.de>
10093
10094 * net/tramp-compat.el (tramp-compat-delete-file):
10095 Use `symbol-value' for backward compatibility.
10096
10097 * net/tramp.el (tramp-handle-make-symbolic-link)
10098 (tramp-handle-load)
10099 (tramp-do-copy-or-rename-file-via-buffer)
10100 (tramp-do-copy-or-rename-file-directly)
10101 (tramp-do-copy-or-rename-file-out-of-band)
10102 (tramp-handle-process-file, tramp-handle-call-process-region)
10103 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10104 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10105 (tramp-delete-temp-file-function): Use `delete-file' instead
10106 of `tramp-compat-delete-file'.
10107
10108 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10109 (tramp-fish-handle-make-symbolic-link)
10110 (tramp-fish-handle-process-file): Use `delete-file' instead
10111 of `tramp-compat-delete-file'.
10112
10113 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10114 Use `delete-file' instead of `tramp-compat-delete-file'.
10115
10116 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region):
10117 Use `delete-file' instead of `tramp-compat-delete-file'.
10118
10119 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
10120 Use `delete-file' instead of `tramp-compat-delete-file'.
10121
10122 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10123 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10124 (tramp-smb-handle-write-region): Use `delete-file' instead of
10125 `tramp-compat-delete-file'.
10126 (tramp-smb-handle-delete-directory): Use 'trash as arg.
10127
101282010-05-27 Chong Yidong <cyd@stupidchicken.com>
10129
10130 * dired.el (dired-delete-file): New arg TRASH.
10131 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
10132 (dired-do-flagged-delete, dired-do-delete): Use trash.
10133
10134 * speedbar.el (speedbar-item-delete): Allow trashing.
10135
10136 * files.el (delete-directory): New arg TRASH.
10137
10138 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
10139 (ange-ftp-rename-remote-to-remote)
10140 (ange-ftp-rename-local-to-remote)
10141 (ange-ftp-rename-remote-to-local, ange-ftp-load)
10142 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
10143 `delete-file'.
10144 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
10145 allow trashing.
10146
10147 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
10148 handle new TRASH arg of `delete-file'.
10149
10150 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
10151 (tramp-handle-make-symbolic-link, tramp-handle-load)
10152 (tramp-do-copy-or-rename-file-via-buffer)
10153 (tramp-do-copy-or-rename-file-directly)
10154 (tramp-do-copy-or-rename-file-out-of-band)
10155 (tramp-handle-process-file, tramp-handle-call-process-region)
10156 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10157 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10158 (tramp-delete-temp-file-function): Use null TRASH arg in
10159 tramp-compat-delete-file call.
10160
10161 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10162 (tramp-fish-handle-delete-file)
10163 (tramp-fish-handle-make-symbolic-link)
10164 (tramp-fish-handle-process-file): Use null TRASH arg in
10165 `tramp-compat-delete-file' call.
10166
10167 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
10168 arg in `tramp-compat-delete-file' call.
10169
10170 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
10171 (tramp-gvfs-handle-write-region): Use null TRASH arg in
10172 `tramp-compat-delete-file' call.
10173
10174 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
10175 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
10176 `tramp-compat-delete-file' call.
10177
10178 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10179 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10180 (tramp-smb-handle-write-region): Use null TRASH arg in
10181 tramp-compat-delete-file call.
10182 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
10183 (tramp-smb-handle-delete-file): Rename arg.
10184
10185 * diff.el (diff-sentinel):
10186 * epg.el (epg--make-temp-file, epg-decrypt-string)
10187 (epg-verify-string, epg-sign-string, epg-encrypt-string):
10188 * jka-compr.el (jka-compr-partial-uncompress)
10189 (jka-compr-call-process, jka-compr-write-region):
10190 * server.el (server-sentinel): Remove optional arg from
10191 delete-file, reverting 2010-05-03 change.
10192
101932010-05-27 Chong Yidong <cyd@stupidchicken.com>
10194
10195 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10196 Use font-lock-constant-face, not obsolete font-lock-reference-face.
10197
101982010-05-27 Kenichi Handa <handa@m17n.org>
10199
10200 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
10201 element of GSTRING is nil.
10202
102032010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10204
10205 * emacs-lisp/smie.el (smie-forward-token-function)
10206 (smie-backward-token-function): New vars.
10207 (smie-backward-sexp, smie-forward-sexp)
10208 (smie-indent-hanging-p, smie-indent-calculate): Use them.
10209 (smie-default-backward-token): Rename from smie-backward-token and
10210 skip comments.
10211 (smie-default-forward-token): Rename from smie-forward-token and
10212 skip comments.
10213 (smie-next-sexp): Handle nil results from next-token.
10214 (smie-indent-calculate): Add a new case for special `fixindent' comments.
10215
102162010-05-27 Chong Yidong <cyd@stupidchicken.com>
10217
10218 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10219 Use font-lock-constant-face, not obsolete font-lock-reference-face.
10220
102212010-05-27 Masatake YAMATO <yamato@redhat.com>
10222
10223 * htmlfontify.el (hfy-face-resolve-face): New function.
10224 (hfy-face-to-style): Use it (Bug#6279).
10225
102262010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10227
10228 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
10229 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
10230
102312010-05-26 Glenn Morris <rgm@gnu.org>
10232
10233 * emulation/edt.el (edt-load-keys): Use locate-library.
10234
102352010-05-25 Chong Yidong <cyd@stupidchicken.com>
10236
10237 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
10238 (log-edit-changelog-entries): Doc fix.
10239 (log-edit-changelog-insert-entries): Args changed.
10240 Rename relative filenames in ChangeLog entries. Delete tabs.
10241 (log-edit-insert-changelog-entries): Reorganize return value of
10242 `log-edit-changelog-entries' to pass filenames to
10243 log-edit-changelog-insert-entries.
10244
102452010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10246
10247 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
10248 `image-dired-dired-insert-marked-thumbs' to
10249 `image-dired-dired-toggle-marked-thumbs'.
10250
10251 * image-dired.el: Require cl when compiling.
10252 (image-dired-dired-toggle-marked-thumbs): Rename from
10253 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
10254 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
10255 to 'no-dir. Skip files whose names don't match
10256 `image-file-name-regexp'. When file has a thumbnail overlay,
10257 delete it. (Bug#5270)
10258
102592010-05-25 Juri Linkov <juri@jurta.org>
10260
10261 * image-mode.el (image-mode): Add image-after-revert-hook to
10262 after-revert-hook.
10263 (image-after-revert-hook): New function. (Bug#5669)
10264
102652010-05-25 Juri Linkov <juri@jurta.org>
10266
10267 * image.el (image-animated-p): When delay between animated images
10268 is 0, set it to 10 (0.1 sec). (Bug#6258)
10269
102702010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
10271
10272 * net/tramp.el (tramp-handle-insert-directory): Don't use
10273 `forward-word', its default syntax could be changed.
10274
102752010-05-25 Michael Albinus <michael.albinus@gmx.de>
10276
10277 * net/tramp.el (tramp-progress-reporter-update): New defun.
10278 (with-progress-reporter): Use it.
10279 (tramp-process-actions):
10280 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
10281 Preserve current message, in order to let progress reporter continue
10282 afterwards. (Bug#6257)
10283
102842010-05-25 Glenn Morris <rgm@gnu.org>
10285
10286 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
10287 Add :version.
10288
102892010-05-25 Ryan Yeske <rcyeske@gmail.com>
10290
10291 * net/rcirc.el (rcirc-default-user-name): Change to "user".
10292 (rcirc-default-full-name): Change to "unknown".
10293 (rcirc-user-name-history): Add variable.
10294
102952010-05-25 Ryan Yeske <rcyeske@gmail.com>
10296 Jonathan Rockway <jon@jrock.us>
10297
10298 * net/rcirc.el (rcirc-server-alist): Add :pass.
10299 (rcirc): When prompting for connection parameters, also prompt for
10300 username and password.
10301 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
10302 value to server when connecting.
10303
103042010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10305
10306 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
10307 (smie-merge-prec2s): Pass the tables as separate args.
10308 (smie-bnf-precedence-table): Adjust call accordingly.
10309 (smie-prec2-levels): Set levels at the end.
10310
10311 Replace Lisp calls to delete-backward-char by delete-char.
10312 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
10313 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
10314 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
10315 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
10316 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
10317 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
10318 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
10319 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
10320 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
10321 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
10322 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
10323 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
10324 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
10325 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
10326 delete-backward-char by calls to delete-char.
10327
103282010-05-25 Kenichi Handa <handa@m17n.org>
10329
10330 * language/hebrew.el (hebrew-shape-gstring): New function.
10331 Register it in composition-function-table for all Hebrew combining
10332 characters.
10333
103342010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10335
10336 * epa.el (epa--select-keys): Don't explicitly delete the window since
10337 that can fail (e.g. sole window in frame). Use dedication instead.
10338
103392010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
10340
10341 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
10342
103432010-05-22 Chong Yidong <cyd@stupidchicken.com>
10344
10345 * image.el (image-refresh): Define as an alias for image-flush.
10346
10347 * image-mode.el (image-toggle-display-image): Caller changed.
10348
103492010-05-21 Juri Linkov <juri@jurta.org>
10350
10351 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
10352 Remove "all" from grep-files-aliases. Split grep-files-aliases by
10353 whitespace, call wildcard-to-regexp on substrings and concat them
10354 with "\\|". (Bug#6114)
10355
103562010-05-21 Alan Mackenzie <acm@muc.de>
10357
10358 * progmodes/cc-engine.el (c-parse-state-get-strategy):
10359 Replace parameter `here' with `here-' and `here-plus', which sandwich
10360 any pertinent CPP construct.
10361 (c-remove-stale-state-cache-backwards): Fix a bug which happens
10362 when doing (c-parse-state) in a CPP construct: Exclude any "new"
10363 CPP construct from taking part in the scanning.
10364
103652010-05-21 Michael Albinus <michael.albinus@gmx.de>
10366
10367 * net/tramp.el (tramp-do-copy-or-rename-file)
10368 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
10369 Tune `with-progress-reporter' messages.
10370 (tramp-handle-vc-registered):
10371 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
10372 (tramp-fish-handle-insert-file-contents)
10373 (tramp-fish-maybe-open-connection):
10374 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10375 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
10376 (tramp-imap-handle-insert-file-contents)
10377 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
10378
103792010-05-21 Juanma Barranquero <lekktu@gmail.com>
10380
10381 * add-log.el (change-log-font-lock-keywords):
10382 Highlight all authors in multi-author entries.
10383
10384 * smerge-mode.el (smerge-refine-ignore-whitespace)
10385 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
10386 Fix typos in docstrings.
10387 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
10388
103892010-05-21 Glenn Morris <rgm@gnu.org>
10390
10391 * progmodes/fortran.el (fortran-mode):
10392 * progmodes/f90.el (f90-mode): Derive from prog-mode.
10393
10394 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
10395 having a relative path in src/Makefile.in.
10396
103972010-05-20 Kevin Ryde <user42@zip.com.au>
10398
10399 * help-mode.el (help-make-xrefs): For Info node links turn
10400 newlines into spaces. Link node names with newlines are matched
10401 by help-xref-info-regexp and buttonized, this change ensures they
10402 can be followed successfully with RET. (Bug#6206)
10403
104042010-05-20 Juri Linkov <juri@jurta.org>
10405
10406 * locate.el (locate): Use pop-to-buffer instead of
10407 switch-to-buffer-other-window. (Bug#6204)
10408
104092010-05-20 Juri Linkov <juri@jurta.org>
10410
10411 * replace.el (replace-highlight): Fix lazy-highlighting
10412 for `M-s w str M-% str RET'.
10413
104142009-12-15 Masatake YAMATO <yamato@redhat.com>
10415
10416 * isearch.el (isearch-yank-word-or-char): Pull next subword
10417 when `subword-mode' is activated. (Bug#6220)
10418
104192010-05-20 Mark A. Hershberger <mah@everybody.org>
10420
10421 * isearch.el (isearch-update-post-hook): New hook.
10422 (isearch-update): Use the new hook. (Bug#6225)
10423
104242010-05-20 Juri Linkov <juri@jurta.org>
10425
10426 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
10427 [f1], [help], and (char-to-string help-char) instead of "\C-h".
10428 (Bug#6222)
10429
104302010-05-20 Juri Linkov <juri@jurta.org>
10431
10432 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
10433 (Bug#6223)
10434
104352010-05-20 Juri Linkov <juri@jurta.org>
10436
10437 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
10438 FILE-NAME to read from the minibuffer when called interactively
10439 with prefix argument instead of using buffer-file-name.
10440 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
10441
10442 * dired.el: Update autoloads.
10443
104442010-05-20 Chong Yidong <cyd@stupidchicken.com>
10445
10446 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
10447 nxml-finish-element, for consistency with SGML mode.
10448
10449 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
10450 octave-close-block.
10451
104522010-05-20 Juanma Barranquero <lekktu@gmail.com>
10453
10454 * composite.el: Require cl when compiling.
10455 (reference-point-alist, compose-gstring-for-graphic)
10456 (compose-gstring-for-terminal): Fix typos in docstrings.
10457
104582010-05-19 Juri Linkov <juri@jurta.org>
10459
10460 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
10461 set-window-parameter.
10462
104632010-05-19 Michael Albinus <michael.albinus@gmx.de>
10464
10465 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
10466 where appropriate.
10467 (tramp-maybe-open-connection): Use it.
10468
104692010-05-19 Eli Zaretskii <eliz@gnu.org>
10470
10471 * simple.el (move-end-of-line): Make sure we are at line beginning
10472 before backing up to end of previous line.
10473
104742010-05-19 Michael Albinus <michael.albinus@gmx.de>
10475
10476 * password-cache.el (password-cache-remove): Fix docstring.
10477
10478 * net/secrets.el: Autoload the widget functions.
10479 (secrets-search-items, secrets-create-item)
10480 (secrets-get-attributes, secrets-expand-item): Attributes will be
10481 stored on the password database without leading ":", as all other
10482 clients do as well.
10483 (secrets-mode): Fix docstring.
10484 (secrets-show-secrets): Provide it as autoloaded command only when
10485 D-Bus support is available. Check existence of Secret Service API.
10486
104872010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10488
10489 * indent.el (indent-region): Deactivate region (bug#6200).
10490
104912010-05-19 Glenn Morris <rgm@gnu.org>
10492
10493 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
10494
104952010-05-19 Kenichi Handa <handa@m17n.org>
10496
10497 * composite.el: Register compose-gstring-for-graphic in
10498 composition-function-table only for combining characters (Mn, Mc, Me).
10499
105002010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10501
10502 * calc/calc-trail.el (calc-trail-isearch-forward)
10503 (calc-trail-isearch-backward): Ensure that the new window
10504 point is set correctly.
10505
105062010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10507
10508 * subr.el (read-quoted-char): Resolve modifiers after key
10509 remapping (bug#6212).
10510
105112010-05-18 Michael Albinus <michael.albinus@gmx.de>
10512
10513 Add visualization code for secrets.
10514 * net/secrets.el (secrets-mode): New major mode.
10515 (secrets-show-secrets, secrets-show-collections)
10516 (secrets-expand-collection, secrets-expand-item)
10517 (secrets-tree-widget-after-toggle-function)
10518 (secrets-tree-widget-show-password): New defuns.
10519
105202010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10521
10522 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
10523 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
10524 handled in smie-next-sexp.
10525 (smie-indent-calculate): Provide a starting indentation (so the
10526 recursion is well-founded ;-).
10527
10528 Fix handling of non-associative equal levels.
10529 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
10530 when it's not needed.
10531 (smie-op-left, smie-op-right): New functions.
10532 (smie-next-sexp): New function, extracted from smie-backward-sexp.
10533 Better handle equal levels to distinguish the associative case from
10534 the "multi-keyword construct" case.
10535 (smie-backward-sexp, smie-forward-sexp): Use it.
10536
105372010-05-18 Juanma Barranquero <lekktu@gmail.com>
10538
10539 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
10540
10541 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
10542 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
10543
105442010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10545
10546 Provide a simple generic indentation engine and use it for Prolog.
10547 * emacs-lisp/smie.el: New file.
10548 * progmodes/prolog.el (prolog-smie-op-levels)
10549 (prolog-smie-indent-rules): New var.
10550 (prolog-mode-variables): Use them to configure SMIE.
10551 (prolog-indent-line, prolog-indent-level): Remove.
10552
105532010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
10554
10555 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
10556 order before computing the averages.
10557
105582010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
10559
10560 * calc/calc-vec.el (calc-histogram):
10561 (calcFunc-histogram): Allow vectors as inputs.
10562 (math-vector-avg): New function.
10563
10564 * calc/calc-ext.el (math-group-float): Have the number of digits
10565 being grouped depend on the radix (Bug#6189).
10566
105672010-05-15 Ken Raeburn <raeburn@raeburn.org>
10568
10569 * version.el (emacs-copyright, emacs-version): Don't define here,
10570 now that emacs.c defines it.
10571
105722010-05-15 Eli Zaretskii <eliz@gnu.org>
10573
10574 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
10575 "Describe Language Environment" menu item.
10576
10577 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
10578
10579 Bidi-sensitive movement with arrow keys.
10580 * subr.el (right-arrow-command, left-arrow-command): New functions.
10581
10582 * bindings.el (global-map): Bind them to right and left arrow keys.
10583
10584 Don't override standard definition of convert-standard-filename.
10585 * files.el (convert-standard-filename):
10586 Call w32-convert-standard-filename and dos-convert-standard-filename on
10587 the corresponding systems.
10588
10589 * w32-fns.el (w32-convert-standard-filename): Rename from
10590 convert-standard-filename. Doc fix.
10591
10592 * dos-fns.el (dos-convert-standard-filename): Doc fix.
10593 (convert-standard-filename): Don't defalias.
10594 (register-name-alist, make-register, register-value)
10595 (set-register-value, intdos): Obsolete aliases for the
10596 corresponding dos-* functions and variables.
10597 (dos-intdos): Add a doc string.
10598
105992010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
10600
10601 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
10602 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
10603 (math-compose-tex-func):
10604 * calc/calccomp.el (math-compose-expr):
10605 * calc/calc-ext.el (math-format-flat-expr-fancy):
10606 * calc/calc-store.el (calc-read-var-name):
10607 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
10608
10609 * calc/calc.el (var-π, var-φ, var-γ): New variables.
10610 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
10611 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
10612 (math-standard-units): Add units.
10613
106142010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10615
10616 * progmodes/asm-mode.el (asm-mode):
10617 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
10618
10619 * pcomplete.el (pcomplete-completions-at-point): New function,
10620 extracted from pcomplete-std-complete.
10621 (pcomplete-std-complete): Use it.
10622
106232010-05-15 Glenn Morris <rgm@gnu.org>
10624
10625 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10626 Remove references to CVS, RCS and Old directories.
10627
106282010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
10629
10630 * calc/calc-bin.el (math-format-twos-complement): Group digits when
10631 appropriate.
10632
106332010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10634
10635 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
10636 (sh-mode-syntax-table): Give it a default value instead.
10637 (sh-header-marker): Make buffer-local.
10638 (sh-mode): Move make-local-variable to the corresponding setq.
10639 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
10640 Use complete-with-action.
10641
10642 * simple.el (prog-mode): New (abstract) major mode.
10643 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
10644 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
10645
106462010-05-14 Juanma Barranquero <lekktu@gmail.com>
10647
10648 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
10649 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
10650 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
10651 (sql-make-alternate-buffer-name, sql-placeholders-filter)
10652 (sql-escape-newlines-filter, sql-input-sender)
10653 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
10654
106552010-05-13 Chong Yidong <cyd@stupidchicken.com>
10656
10657 Add TeX open-block and close-block keybindings to SGML, and vice versa.
10658
10659 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
10660 latex-open-block and C-c / to latex-close-block.
10661
10662 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
10663 and C-c C-e to sgml-close-tag.
10664
106652010-05-13 Michael Albinus <michael.albinus@gmx.de>
10666
10667 * net/tramp.el (with-progress-reporter): Create reporter object
10668 only when the message would be displayed. Handle nested calls.
10669 (tramp-handle-load, tramp-handle-file-local-copy)
10670 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10671 (tramp-maybe-send-script, tramp-find-shell):
10672 Use `with-progress-reporter'.
10673 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
10674 Fix message text.
10675
10676 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10677 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10678 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
10679 Use `with-progress-reporter'.
10680
106812010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
10682
10683 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
10684 process everytime when spellchecking from the minibuffer (bug#6143).
10685
106862010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10687
10688 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
10689
10690 * dos-fns.el: Add "dos-" prefix for namespace control.
10691 (convert-standard-filename): Define as alias for
10692 dos-convert-standard-filename but only if applicable.
10693
106942010-05-12 Alan Mackenzie <acm@muc.de>
10695
10696 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
10697 Push the mark at the start of these functions when appropriate.
10698
106992010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10700
10701 * minibuffer.el (completion-cycle-threshold): New custom var.
10702 (completion--do-completion): Use it.
10703 (minibuffer-complete): Use cycling if appropriate.
10704
107052010-05-11 Juanma Barranquero <lekktu@gmail.com>
10706
10707 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
10708 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
10709
107102010-05-11 Juri Linkov <juri@jurta.org>
10711
10712 * scroll-all.el (scroll-all-check-to-scroll):
10713 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
10714
107152010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10716
10717 * iimage.el (iimage-mode-map): Move initialization into declaration.
10718 (iimage-mode-buffer): Use with-silent-modifications.
10719 Simplify calling convention. Adjust callers.
10720 (iimage-mode): Don't run hook redundantly.
10721
10722 * minibuffer.el (completion-pcm--pattern->regex):
10723 Fix last change (bug#6160).
10724
107252010-05-10 Juri Linkov <juri@jurta.org>
10726
10727 Remove nodes visited during Isearch from the Info history.
10728 * info.el (Info-isearch-initial-history)
10729 (Info-isearch-initial-history-list): New variables.
10730 (Info-isearch-start): Record initial values of
10731 Info-isearch-initial-history and Info-isearch-initial-history-list.
10732 Add Info-isearch-end to isearch-mode-end-hook.
10733 (Info-isearch-end): New function.
10734
107352010-05-10 Michael Albinus <michael.albinus@gmx.de>
10736
10737 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
10738 format string, in order to work around a bug in pdksh.
10739 Reported by Gilles Pion <gpion@lfdj.com>.
10740 (tramp-handle-verify-visited-file-modtime): Do not send a command
10741 when the connection is not established.
10742 (tramp-handle-set-file-times): Simplify the check for utc.
10743
107442010-05-10 Juanma Barranquero <lekktu@gmail.com>
10745
10746 Fix use of `filter-buffer-substring' (rework previous change).
10747 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
10748 (cua-repeat-replace-region):
10749 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
10750 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10751 (cua-cut-region-to-global-mark): Use it.
10752
107532010-05-09 Michael R. Mauger <mmaug@yahoo.com>
10754
10755 * progmodes/sql.el: Version 2.1.
10756 (sql-product-alist): Redesign structure of product info.
10757 (sql-product, sql-user, sql-server, sql-database): Safe variables.
10758 (sql-port, sql-port-history): New variables.
10759 (sql-interactive-product): New variable.
10760 (sql-send-terminator): New variable.
10761 (sql-imenu-generic-expression): Add "Types" imenu entry.
10762 (sql-oracle-login-params, sql-sqlite-login-params)
10763 (sql-mysql-login-params, sql-solid-login-params)
10764 (sql-sybase-login-params, sql-informix-login-params)
10765 (sql-ingres-login-params, sql-ms-login-params)
10766 (sql-postgres-login-params, sql-interbase-login-params)
10767 (sql-db2-login-params, sql-linter-login-params)
10768 (sql-oracle-scan-on): New variables.
10769 (sql-mode-map): Add C-c C-i to start interactive mode.
10770 (sql-mode-menu): Update existing menu entries.
10771 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
10772 (sql-mode-oracle-font-lock-keywords)
10773 (sql-mode-postgres-font-lock-keywords)
10774 (sql-mode-ms-font-lock-keywords)
10775 (sql-mode-sybase-font-lock-keywords)
10776 (sql-mode-informix-font-lock-keywords)
10777 (sql-mode-interbase-font-lock-keywords)
10778 (sql-mode-ingres-font-lock-keywords)
10779 (sql-mode-solid-font-lock-keywords)
10780 (sql-mode-mysql-font-lock-keywords)
10781 (sql-mode-sqlite-font-lock-keywords)
10782 (sql-mode-db2-font-lock-keywords)
10783 (sql-mode-linter-font-lock-keywords): Update initialization to
10784 reduce run-time complexity.
10785 (sql-add-product, sql-del-product): New functions.
10786 (sql-set-product-feature, sql-get-product-feature): New functions.
10787 (sql-product-font-lock): Update product API.
10788 (sql-add-product-keywords): New function.
10789 (sql-highlight-product): Update product API.
10790 (sql-help-list-products): New function.
10791 (sql-help): Dynamically lists free and non-free products.
10792 (sql-get-login): Correct bug in handling history and added
10793 prompt for port.
10794 (sql-copy-column): Copy without properties.
10795 (sqli-input-sender): Apply filters to SQLi input.
10796 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
10797 Implement as a filter.
10798 (sql-escape-newlines-filter): Implement as a filter.
10799 (sql-remove-tabs-filter): New function.
10800 (sql-send-magic-terminator): New function.
10801 (sql-send-string): Implement magic terminator.
10802 (sql-send-region): Use `sql-send-string'.
10803 (sql-interactive-mode): Use product API.
10804 (sql-product-interactive): Use product API.
10805 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
10806 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
10807 (sql-db2, sql-linter): Use `sql-product-interactive'.
10808 (sql-connect): New function.
10809 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
10810 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
10811 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
10812 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
10813 Use `sql-connect'.
10814
108152010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10816
10817 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
10818 New custom variable.
10819 (completion-pcm--string->pattern): Use it.
10820 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
10821 Make it handle any symbol as `any'.
10822 (completion-pcm--merge-completions): Extract common suffix for the new
10823 `prefix' symbol as well.
10824 (completion-substring--all-completions): Use the new `prefix' symbol.
10825
108262010-05-09 Michael Albinus <michael.albinus@gmx.de>
10827
10828 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
10829 not bound.
10830 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
10831 (tramp-compat-funcall): New defmacro.
10832 (tramp-compat-line-beginning-position)
10833 (tramp-compat-line-end-position)
10834 (tramp-compat-temporary-file-directory)
10835 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
10836 (tramp-compat-copy-file, tramp-compat-copy-directory)
10837 (tramp-compat-delete-file, tramp-compat-delete-directory)
10838 (tramp-compat-number-sequence, tramp-compat-process-running-p)
10839 * net/tramp.el (top, with-progress-reporter)
10840 (tramp-rfn-eshadow-setup-minibuffer)
10841 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
10842 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
10843 (tramp-completion-mode-p, tramp-check-for-regexp)
10844 (tramp-open-connection-setup-interactive-shell)
10845 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
10846 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
10847 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
10848 * net/tramp-cmds.el (tramp-cleanup-all-connections)
10849 (tramp-reporter-dump-variable, tramp-load-report-modules)
10850 (tramp-append-tramp-buffers)
10851 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
10852
10853 * net/tramp-imap.el (top): Autoload `epg-make-context'.
10854
108552010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10856
10857 * progmodes/compile.el (compilation-buffer-modtime): Rename from
10858 buffer-modtime. Adjust users.
10859
108602010-05-08 Chong Yidong <cyd@stupidchicken.com>
10861
10862 * international/mule.el (auto-coding-alist): Only purecopy
10863 car of each item, not the whole list (Bug#6083).
10864
108652010-05-08 Chong Yidong <cyd@stupidchicken.com>
10866
10867 * progmodes/js.el (js-mode): Make paragraph variables local before
10868 calling c-setup-paragraph-variables (Bug#6071).
10869
108702010-05-08 Eli Zaretskii <eliz@gnu.org>
10871
10872 * composite.el (compose-region, reference-point-alist): Fix typos
10873 in the doc strings.
10874
108752010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
10876
10877 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
10878 gnuplot's "set" command.
10879
108802010-05-08 Juanma Barranquero <lekktu@gmail.com>
10881
10882 * abbrev.el (last-abbrev-text): Doc fix.
10883 (abbrev-prefix-mark): Don't escape parenthesis.
10884
108852010-05-08 Andreas Schwab <schwab@linux-m68k.org>
10886
10887 * composite.el (find-composition): Doc fix.
10888
108892010-05-08 Juanma Barranquero <lekktu@gmail.com>
10890
10891 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
10892 (sql-oracle-program, sql-sqlite-options)
10893 (sql-query-placeholders-and-send): Doc fixes.
10894 (sql-set-product, sql-interactive-mode): Reflow docstrings.
10895 (sql-imenu-generic-expression, sql-buffer)
10896 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
10897 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
10898 (sql-mode-sybase-font-lock-keywords)
10899 (sql-mode-informix-font-lock-keywords)
10900 (sql-mode-interbase-font-lock-keywords)
10901 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
10902 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
10903 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
10904 (sql-product-feature, sql-highlight-product)
10905 (comint-line-beginning-position, sql-rename-buffer)
10906 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
10907 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
10908 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
10909 Fix typos in docstrings.
10910
109112010-05-08 Juri Linkov <juri@jurta.org>
10912
10913 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
10914 property instead of `invisible' and `after-string' (bug#5998).
10915
109162010-05-08 Juri Linkov <juri@jurta.org>
10917
10918 * image-mode.el (image-mode-as-text): Fix typo in docstring.
10919
109202010-05-08 Juanma Barranquero <lekktu@gmail.com>
10921
10922 * filecache.el (file-cache-add-directory-list)
10923 (file-cache-add-directory-recursively): Fix typos in docstrings.
10924
109252010-05-08 Kenichi Handa <handa@m17n.org>
10926
10927 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
10928 (gujarati-composable-pattern): Fix typo.
10929
109302010-05-08 Kenichi Handa <handa@m17n.org>
10931
10932 * language/indian.el (oriya-composable-pattern)
10933 (tamil-composable-pattern, malayalam-composable-pattern):
10934 Add two-part vowels to "v" (vowel sign).
10935
109362010-05-08 Chong Yidong <cyd@stupidchicken.com>
10937
10938 * files.el (copy-directory): Handle symlinks (Bug#5982).
10939
109402010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
10941
10942 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
10943 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
10944 (Bug#5846).
10945
109462010-05-08 Glenn Morris <rgm@gnu.org>
10947
10948 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
10949
10950 * minibuffer.el (completion-at-point): Doc fix.
10951
109522010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10953
10954 * electric.el (Electric-command-loop): Minor tweak.
10955
10956 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
10957 better with dedicated windows.
10958
109592010-05-07 Chong Yidong <cyd@stupidchicken.com>
10960
10961 * Version 23.2 released.
10962
559e479c 109632010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
33383987
JB
10964 Stefan Monnier <monnier@iro.umontreal.ca>
10965
10966 Highlight vendor specific properties.
10967 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
10968 (css-proprietary-property): New face.
10969 (css-font-lock-keywords): Use them.
10970
109712010-05-07 Eli Zaretskii <eliz@gnu.org>
10972
10973 * cus-start.el (all): Add native condition for tool-bar-* symbols.
10974
109752010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10976
10977 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
10978 * files.el (auto-mode-alist): Remove redundant entries.
10979
10980 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
10981 * simple.el (auto-save-mode): Move from files.el.
10982 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
10983
109842010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
10985
10986 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
10987
109882010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
10989
10990 * mail/binhex.el (binhex-decode-region-internal)
10991 * mail/uudecode.el (uudecode-decode-region-internal)
10992 * net/dns.el (dns-read-string-name, dns-write, dns-read)
10993 (dns-read-type, dns-query)
10994 * pgg-parse.el (pgg-parse-armor)
10995 * pgg.el (pgg-verify-region)
10996 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
10997 XEmacs.
10998
10999 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
11000
110012010-05-07 Juanma Barranquero <lekktu@gmail.com>
11002
11003 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
11004
11005 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
11006 * emulation/cua-base.el (cua-repeat-replace-region):
11007 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11008 (cua-cut-region-to-global-mark):
11009 Remove text properties with `set-text-properties'.
11010
110112010-05-06 Michael Albinus <michael.albinus@gmx.de>
11012
11013 * net/tramp.el (top, with-progress-reporter):
11014 Use `symbol-function' inside `funcall'.
11015
11016 * net/tramp-compat.el (tramp-compat-file-attributes)
11017 (tramp-compat-delete-file, tramp-compat-delete-directory):
11018 Handle only `wrong-number-of-arguments' error.
11019
11020 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
11021 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
11022 inside `funcall'.
11023
110242010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11025
11026 * minibuffer.el (completion--sreverse, completion--common-suffix):
11027 New functions.
11028 (completion-pcm--merge-completions): Extract common suffix when safe.
11029
11030 * emacs-lisp/easy-mmode.el (define-minor-mode):
11031 Make :variable more flexible.
11032 * files.el (auto-save-mode): Use it to define using define-minor-mode.
11033
110342010-05-05 Juri Linkov <juri@jurta.org>
11035
11036 Add `slow' and `history' tags to the desktop data.
11037
11038 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
11039 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
11040 (Info-finder-find-node): Require `finder.el' to be able
11041 to restore node from the desktop.
11042 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
11043 data `Info-history' and `slow' tag in the assoc list.
11044 (Info-restore-desktop-buffer): Don't restore nodes with the
11045 `slow' tag. Restore `Info-history'.
11046
110472010-05-05 Michael Albinus <michael.albinus@gmx.de>
11048
11049 Add FORCE argument to `delete-file'.
11050
11051 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
11052 forcing to delete the temporary file.
11053 (ange-ftp-delete-file): Add FORCE arg.
11054 (ange-ftp-rename-remote-to-remote)
11055 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
11056 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
11057 Force file deletion.
11058
11059 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
11060
11061 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
11062 (tramp-handle-make-symbolic-link, tramp-handle-load)
11063 (tramp-do-copy-or-rename-file-via-buffer)
11064 (tramp-do-copy-or-rename-file-directly)
11065 (tramp-do-copy-or-rename-file-out-of-band)
11066 (tramp-handle-process-file, tramp-handle-call-process-region)
11067 (tramp-handle-shell-command, tramp-handle-file-local-copy)
11068 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11069 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
11070
11071 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
11072 (tramp-fish-handle-make-symbolic-link)
11073 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
11074
11075 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
11076 Use `tramp-compat-delete-file'.
11077
11078 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
11079 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
11080
11081 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
11082 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
11083
11084 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
11085 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
11086 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11087 Use `tramp-compat-delete-file'.
11088
110892010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11090
11091 Minor cleanups.
11092 * subr.el (add-minor-mode): Use push.
11093 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
11094 * emulation/edt.el (edt-select-mode): Simplify.
11095
11096 Use define-minor-mode in more cases.
11097 * term/tvi970.el (tvi970-set-keypad-mode):
11098 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11099 (normal-erase-is-backspace-mode):
11100 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
11101 (set-scroll-bar-mode-1): (Re)move to its sole caller.
11102 (get-scroll-bar-mode): New function.
11103 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
11104
11105 Use define-minor-mode for less obvious cases.
11106 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
11107 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
11108 * international/iso-ascii.el (iso-ascii-mode):
11109 * frame.el (auto-raise-mode, auto-lower-mode):
11110 * composite.el (global-auto-composition-mode): Use define-minor-mode.
11111
111122010-05-04 Michael Albinus <michael.albinus@gmx.de>
11113
11114 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
11115 in order to see error messages for failed logins.
11116
111172010-05-03 Chong Yidong <cyd@stupidchicken.com>
11118
11119 * diff.el (diff-sentinel):
11120
11121 * epg.el (epg--make-temp-file, epg-decrypt-string)
11122 (epg-verify-string, epg-sign-string, epg-encrypt-string):
11123
11124 * jka-compr.el (jka-compr-partial-uncompress)
11125 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
11126
11127 * server.el (server-sentinel): Use delete-file's new FORCE arg
11128 (Bug#6070).
11129
111302010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11131
11132 Use define-minor-mode where applicable.
11133 * view.el (view-mode):
11134 * type-break.el (type-break-query-mode)
11135 (type-break-mode-line-message-mode):
11136 * textmodes/reftex.el (reftex-mode):
11137 * term/vt100.el (vt100-wide-mode):
11138 * tar-mode.el (tar-subfile-mode):
11139 * savehist.el (savehist-mode):
11140 * ibuf-ext.el (ibuffer-auto-mode):
11141 * composite.el (auto-composition-mode):
11142 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11143 Use define-minor-mode.
11144 (vhdl-mode): Use static mode-line format.
11145 (vhdl-mode-line-update): Delete.
11146 (vhdl-create-mode-menu, vhdl-activate-customizations)
11147 (vhdl-hs-minor-mode): Don't bother calling it.
11148
111492010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11150
11151 * simple.el (with-wrapper-hook): Move.
11152 (buffer-substring-filters): Mark obsolete.
11153 (filter-buffer-substring-functions): New variable.
11154 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
11155
111562010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
11157 Michael Albinus <michael.albinus@gmx.de>
11158
11159 Implement compression for inline methods.
11160
11161 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
11162 (tramp-copy-size-limit): Allow also nil.
11163 (tramp-inline-compress-commands): New defconst.
11164 (tramp-find-inline-compress, tramp-get-inline-compress)
11165 (tramp-get-inline-coding): New defuns.
11166 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
11167 replaced by `tramp-get-inline-coding'.
11168 (tramp-handle-file-local-copy, tramp-handle-write-region)
11169 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
11170
111712010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11172
11173 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
11174 Remove unused functions.
11175
11176 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
11177 Set find-tag-default-function as a variable rather than a property.
11178
11179 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
11180 * progmodes/etags.el (tags-completion-at-point-function):
11181 Remove left over interactive spec. Add autoloading stub.
11182 (complete-tag): Use tags-completion-at-point-function.
11183
111842010-04-30 Chong Yidong <cyd@stupidchicken.com>
11185
11186 * minibuffer.el (tags-completion-at-point-function): Fix return value.
11187
111882010-04-29 Chong Yidong <cyd@stupidchicken.com>
11189
11190 * ido.el (ido-init-completion-maps): Remove C-v binding.
11191 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
11192
111932010-04-29 Chong Yidong <cyd@stupidchicken.com>
11194
11195 * minibuffer.el (tags-completion-at-point-function): New function.
11196 (completion-at-point-functions): Use it.
11197
11198 * progmodes/etags.el (complete-tag): Revert last change.
11199
112002010-04-29 Alan Mackenzie <acm@muc.de>
11201
11202 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
11203 off-by-one error (in end of macro position).
11204
112052010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11206
11207 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
11208 firefox is absent. Don't autoload.
11209 (browse-url-galeon-program): Don't autoload.
11210
112112010-04-28 Chong Yidong <cyd@stupidchicken.com>
11212
11213 * bindings.el (complete-symbol): Move into minibuffer.el.
11214
11215 * minibuffer.el (complete-tag): Move from etags.el. If tags
8350f087 11216 completion cannot be performed, return nil instead of signaling
33383987
JB
11217 an error.
11218 (completion-at-point): Make it an alias for complete-symbol.
11219 (complete-symbol): Move from bindings.el, and replace with the
11220 body of completion-at-point.
11221
11222 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
11223
112242010-04-28 Michael Albinus <michael.albinus@gmx.de>
11225
11226 * net/tramp.el (tramp-remote-selinux-p): New defun.
11227 (tramp-handle-file-selinux-context)
11228 (tramp-handle-set-file-selinux-context): Use it.
11229
112302010-04-28 Sam Steingold <sds@gnu.org>
11231
11232 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11233 `safe-local-variable' if the value is a string or a symbol with
11234 the property `bug-reference-url-format'.
11235
112362010-04-28 Chong Yidong <cyd@stupidchicken.com>
11237
11238 * progmodes/bug-reference.el (bug-reference-url-format):
11239 Revert 2010-04-27 change due to security risk.
11240
112412010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11242
11243 Make it possible to locally disable a globally enabled mode.
11244 * simple.el (fundamental-mode): Run fundamental-mode-hook.
11245 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
11246 rather than kill-all-local-variables so it runs fundamental-mode-hook.
11247 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11248 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
11249 that subsequent hooks get a chance to disable it.
11250
112512010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11252
11253 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11254 Avoid re-enabling a minor mode after the user turned the minor mode
11255 off if MODE-enable-in-buffers is run twice (typically once from
11256 fundamental-mode's after-change-major-mode-hook and a second time from
11257 run-mode-hook's own after-change-major-mode-hook).
11258
11259 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
11260
112612010-04-27 Sam Steingold <sds@gnu.org>
11262
11263 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11264 `safe-local-variable' if the value is a string or a function, as
11265 documented and implemented on 2010-04-02.
11266
112672010-04-27 Juanma Barranquero <lekktu@gmail.com>
11268
11269 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
11270 when method is 'kill.
11271
112722010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
11273
11274 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
11275 condition in default directory check.
11276 (ispell-init-process, ispell-kill-ispell, kill-buffer-hook):
11277 Kill ispell process when killing its associated buffer.
11278
112792010-04-27 Jan Djärv <jan.h.d@swipnet.se>
11280
11281 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
11282 but we aren't using it.
11283
112842010-04-25 Jan Djärv <jan.h.d@swipnet.se>
11285
11286 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
11287 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
11288
112892010-04-24 Glenn Morris <rgm@gnu.org>
11290
11291 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
11292 Ignore VCS-ignore files, and deleted nextstep preferences files.
11293 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
11294 (authors-ambiguous-files): New list.
11295 (authors-valid-file-names): Add some deleted files.
11296 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
11297 (authors-disambiguate-file-name): New function. (Bug#5501)
11298 (authors-canonical-file-name): Doc fix.
11299 Don't warn about obsolete files.
11300 (authors-canonical-file-name, authors-scan-el):
11301 Use authors-disambiguate-file-name.
11302
11303 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11304 Add autoload cookies.
11305 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
11306 (generated-autoload-file): Set file-local value to "htmlfontify.el".
11307 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
11308 They have definitions / compiler macros in cl.el.
11309 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11310 Replace manual autoloads with generated ones.
11311 (htmlfontify-unload-rgb-file): Remove autoload.
11312 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
11313
113142010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11315
11316 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
11317 (byte-compile-setq-default): Optimize for the
11318 single-var case and don't call byte-compile-form in this case to avoid
11319 inf-loop with byte-compile-set-default.
11320
11321 * progmodes/compile.el (compilation-start): Abbreviate default directory.
11322
113232010-04-23 Michael Albinus <michael.albinus@gmx.de>
11324
11325 Implement SELINUX backends.
11326
11327 * net/tramp.el (tramp-file-name-handler-alist):
11328 Add `file-selinux-context' and `set-file-selinux-context'.
11329 (tramp-handle-file-selinux-context)
11330 (tramp-handle-set-file-selinux-context): New defuns.
11331 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
11332 Handle PRESERVE-SELINUX-CONTEXT.
11333
11334 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11335 Add `file-selinux-context' and `set-file-selinux-context'.
11336 (tramp-gvfs-handle-file-selinux-context)
11337 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
11338 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
11339
11340 * net/ange-ftp.el (ange-ftp-copy-file):
11341 * net/tramp-fish.el (tramp-fish-handle-copy-file):
11342 * net/tramp-imap.el (tramp-imap-handle-copy-file):
11343 * net/tramp-smb.el (tramp-smb-handle-copy-file):
11344 Add PRESERVE-SELINUX-CONTEXT.
11345
113462010-04-22 Michael Albinus <michael.albinus@gmx.de>
11347
11348 Synchronize with Tramp repository.
11349
11350 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
11351 (tramp-action-process-alive, tramp-action-out-of-band)
11352 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
11353 (tramp-exists-file-name-handler): Fix docstring.
11354 (with-progress-reporter): New defmacro.
11355 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
11356 (tramp-maybe-open-connection): Use it.
11357
113582010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
11359
11360 Detect ssh 'ControlMaster' argument automatically in some cases.
11361
11362 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
11363 (tramp-default-method): Use it.
11364
113652010-04-22 Michael Albinus <michael.albinus@gmx.de>
11366
11367 * net/tramp.el (tramp-handle-copy-file): Add new optional
11368 parameter `preserve-selinux-context'.
11369 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
11370
113712010-04-22 Michael Albinus <michael.albinus@gmx.de>
11372
11373 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
11374 Ensure, that non remote files are still checked. Oops.
11375
113762010-04-21 Michael Albinus <michael.albinus@gmx.de>
11377
11378 Fix Bug#5840.
11379
11380 * icomplete.el (icomplete-completions): Use `non-essential'.
11381
11382 * net/tramp.el (tramp-connectable-p): New defun.
11383 (tramp-handle-expand-file-name)
11384 (tramp-completion-handle-file-name-all-completions)
11385 (tramp-completion-handle-file-name-completion): Use it.
11386
113872010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11388
11389 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
11390
113912010-04-21 Jan Djärv <jan.h.d@swipnet.se>
11392
11393 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
11394
11395 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
11396
11397 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
11398 is present.
11399
11400 * info.el (info-tool-bar-map): Add labels.
11401
11402 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
11403
11404 * cus-edit.el (custom-commands): Add labels for tool bar.
11405 (custom-buffer-create-internal, Custom-mode): Adjust for
11406 labels in custom-commands.
11407
11408 * dynamic-setting.el: Renamed from font-setting.el.
11409
114102010-04-21 John Wiegley <jwiegley@gmail.com>
11411
11412 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
11413 toggles the use of virtual buffers.
11414 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
11415 (ido-toggle-virtual-buffers): New function.
11416
114172010-04-21 Juanma Barranquero <lekktu@gmail.com>
11418
11419 Use `define-derived-mode'; fix window selection; doc fixes.
11420 * play/tetris.el (tetris, tetris-update-speed-function)
11421 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
11422 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
11423 (tetris-rotate-next, tetris-end-game, tetris-start-game)
11424 (tetris-pause-game): Fix typos in docstrings.
11425 (tetris-mode-map, tetris-null-map):
11426 Move initialization into declaration.
11427 (tetris-mode): Define with `define-derived-mode';
11428 set show-trailing-whitespace to nil.
11429 (tetris): Prefer window already displaying the "*Tetris*" buffer.
11430
114312010-04-21 Karel Klíč <kklic@redhat.com>
11432
11433 * files.el (backup-buffer): Handle SELinux context, and return it
11434 if a backup was made by renaming.
11435 (backup-buffer-copy): Set SELinux context to the target file.
11436 (basic-save-buffer): Set SELinux context of the newly written file.
11437 (basic-save-buffer-1): Now it also returns any SELinux context.
11438 (basic-save-buffer-2): Set SELinux context of the newly created file,
11439 and return it.
11440 * net/tramp.el (tramp-file-name-for-operation):
11441 Add file-selinux-context.
11442
114432010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11444
11445 Make the log-edit comments use RFC822 format throughout.
11446
11447 * vc.el (vc-checkin, vc-modify-change-comment):
11448 Adjust to new vc-start/finish-logentry.
11449 (vc-find-conflicted-file): New command.
11450 (vc-transfer-file): Adjust to new vc-checkin.
11451 (vc-next-action): Improve scoping.
11452
11453 * vc-hg.el (vc-hg-log-edit-mode): Remove.
11454 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
11455
11456 * vc-git.el (vc-git-log-edit-mode): Remove.
11457 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
11458 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
11459
11460 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
11461 (vc-start-logentry): Remove argument `extra'.
11462 (vc-finish-logentry): Remove extra args.
11463
11464 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
11465 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
11466 (vc-bzr-conflicted-files): New function.
11467
11468 * log-edit.el (log-edit-extra-flags)
11469 (log-edit-before-checkin-process): Remove.
11470 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
11471 (log-edit-headers-alist): New var.
11472 (log-edit-header-contents-regexp): New const.
11473 (log-edit-match-to-eoh): New function.
11474 (log-edit-font-lock-keywords): Use them.
11475 (log-edit): Insert a "Summary:" header as default.
11476 (log-edit-mode): Mark font-lock rules as case-insensitive.
11477 (log-edit-done): Cleanup headers.
11478 (log-view-process-buffer): Remove.
11479 (log-edit-extract-headers): New function to replace it.
11480
114812010-04-20 Juanma Barranquero <lekktu@gmail.com>
11482
11483 * subr.el (default-direction-reversed): Remove obsolescence info.
11484
114852010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11486
11487 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
11488 windows/frames.
11489
11490 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
11491 I.e. include text after point in the completion region.
11492 Also, return nil when we're not after/in a symbol.
11493
11494 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
11495 default enable-multibyte-characters.
11496
114972010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11498
11499 * international/mule.el: Help the user choose a valid coding-system.
11500 (read-buffer-file-coding-system): New function.
11501 (set-buffer-file-coding-system): Use it. Prompt the user if the
11502 coding-system cannot encode all the chars.
11503
11504 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
11505 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
11506 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
11507 Don't use *vc-bzr-shelve*.
11508
115092010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
11510
11511 Fix the version number for added files.
11512 * vc-hg.el (vc-hg-working-revision): Check if the file is
11513 registered after hg parent fails (Bug#5961).
11514
115152010-04-19 Glenn Morris <rgm@gnu.org>
11516
11517 * htmlfontify.el (htmlfontify-buffer)
11518 (htmlfontify-copy-and-link-dir): Autoload entry points.
11519
115202010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
11521
11522 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
11523 name relative to the project root (Bug#5960).
11524
115252010-04-19 Glenn Morris <rgm@gnu.org>
11526
11527 * vc-git.el (vc-git-print-log): Doc fix.
11528
115292010-04-19 Óscar Fuentes <ofv@wanadoo.es>
11530
11531 * ido.el (ido-file-internal): Fix 2009-12-02 change.
11532
115332010-04-19 Christoph Scholtes <cschol2112@googlemail.com>
11534
11535 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
11536 default settings (Bug#5928).
11537
115382010-04-19 Glenn Morris <rgm@gnu.org>
11539
11540 * progmodes/fortran.el (fortran-match-and-skip-declaration):
11541 New function.
11542 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
11543
115442010-04-19 Kenichi Handa <handa@m17n.org>
11545
11546 * language/indian.el (malayalam-composable-pattern): Fix previous
11547 change (add U+0D4D "SIGN VIRAMA").
11548 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
11549 (tamil-composable-pattern): Fix typo in the regexp.
11550 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
11551 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
11552 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
11553
115542010-04-19 Chong Yidong <cyd@stupidchicken.com>
11555
11556 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
11557 paragraph-separate (Bug#5821).
11558
115592010-04-19 Juri Linkov <juri@jurta.org>
11560
11561 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
11562
11563 * info.el (Info-find-node-2): Comment out code that skips
11564 breadcrumbs line.
11565 (Info-mouse-follow-link): New command.
11566 (Info-link-keymap): New keymap.
11567 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
11568 Return a string with links instead of inserting breadcrumbs
11569 to the Info buffer.
11570 (Info-fontify-node): Comment out code that inserts breadcrumbs.
11571 Instead of putting the `invisible' text property over the Info
11572 header, make an overlay over the Info header with the `invisible'
11573 property and `after-string' set to the string returned by
11574 `Info-breadcrumbs'.
11575
115762010-04-19 Chong Yidong <cyd@stupidchicken.com>
11577
11578 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
11579 Reported by monkey@sandpframing.com.
11580
115812010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11582
11583 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
11584 (tmm-get-keymap): Add key-binding shortcuts now that they're not
11585 available in the "keyseq cache" any more.
11586
11587 * custom.el (defcustom): Add edebug spec.
11588
115892010-04-18 Juri Linkov <juri@jurta.org>
11590
11591 Test for special mode-class in view-buffer instead of view-file (bug#5513).
11592
11593 * view.el (view-file, view-buffer): Move test for special mode-class
11594 from view-file to view-buffer.
11595
11596 * tar-mode.el (tar-extract): Turn if's into one cond
11597 like in arc-mode.el.
11598
115992010-04-18 Juri Linkov <juri@jurta.org>
11600
11601 Add 7z archive format support (bug#5475).
11602
11603 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
11604 (archive-7z-extract): New defcustom.
11605 (archive-find-type): Add magic string for 7z.
11606 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
11607 If `stderr-file' is non-nil, use `(t stderr-file)' for the
11608 `buffer' arg of `call-process'.
11609 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
11610 call the function `archive-7z-extract' with the variable
11611 `archive-7z-extract' let-bound to `archive-zip-extract'.
11612 (archive-7z-summarize, archive-7z-extract): New functions.
11613
11614 * international/mule.el (auto-coding-alist):
11615 * files.el (auto-mode-alist): Add 7z file extension.
11616
116172010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11618
11619 * loadup.el: Setup hash-cons for pure data.
11620
11621 Fix duplicate entries in cedet's loaddefs.el files.
11622 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
11623 Should make most file-local generated-autoload-file unnecessary.
11624 (print-readably): Silence warnings.
11625 (autoload-find-destination): Take load-name as an arg to make sure
11626 it's the same as the one that will be in the file.
11627 (autoload-generate-file-autoloads): Adjust to above changes.
11628 Try to make the dataflow a bit simpler.
11629
11630 * cvs-status.el (cvs-refontify): Remove unused.
11631
116322010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
11633
11634 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
11635
11636 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
11637 twos-complement mode.
11638
116392010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
11640
11641 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
11642 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
11643 (calc-inverse): Add "Option" to message, as appropriate.
11644 (calc-hyperbolic): Add "Option" to message, as appropriate.
11645 (calc-option, calc-is-option): New functions.
11646
11647 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
11648 (calc-option-prefix-help): New function.
11649
11650 * calc/calc-misc.el (calc-help): Add "Option" entry.
11651
11652 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
11653 (calc-option-flag): New variable.
11654 (calc-do): Set `calc-option-flag to nil.
11655 (calc-set-mode-line): Add "Opt " as appropriate.
11656
116572010-04-16 Juri Linkov <juri@jurta.org>
11658
11659 Move scrolling commands from simple.el to window.el
11660 because their primitives are implemented in window.c.
11661
11662 * simple.el (scroll-error-top-bottom)
11663 (scroll-up-command, scroll-down-command, scroll-up-line)
11664 (scroll-down-line, scroll-other-window-down)
11665 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11666 * window.el (scroll-error-top-bottom)
11667 (scroll-up-command, scroll-down-command, scroll-up-line)
11668 (scroll-down-line, scroll-other-window-down)
11669 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11670 Move from simple.el to window.el because their primitives are
11671 implemented in window.c.
11672
116732010-04-16 Juri Linkov <juri@jurta.org>
11674
11675 * isearch.el (isearch-lookup-scroll-key): Check both
11676 `isearch-scroll' and `scroll-command' properties.
11677 (scroll-up, scroll-down): Remove `isearch-scroll' property.
11678
11679 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
11680
11681 * simple.el (scroll-up-command, scroll-down-command)
11682 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
11683
116842010-04-15 Juri Linkov <juri@jurta.org>
11685
11686 * simple.el (scroll-up-command, scroll-down-command)
11687 (scroll-up-line, scroll-down-line): Put `scroll-command'
11688 property on the these symbols. Remove them from
11689 `scroll-preserve-screen-position-commands'.
11690
11691 * mwheel.el (mwheel-scroll): Put `scroll-command' and
11692 `isearch-scroll' properties on the `mwheel-scroll' symbol.
11693 Remove it from `scroll-preserve-screen-position-commands'.
11694
11695 * isearch.el (isearch-allow-scroll): Doc fix.
11696
116972010-04-15 Michael Albinus <michael.albinus@gmx.de>
11698
11699 * net/tramp.el (tramp-error-with-buffer): Don't show the
11700 connection buffer when we are in completion mode.
11701 (tramp-file-name-handler): Catch the error for some operations
11702 when we are in completion mode. This gives the user the chance to
11703 correct the file name in the minibuffer.
11704
117052010-04-15 Glenn Morris <rgm@gnu.org>
11706
11707 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
11708
117092010-04-15 Juanma Barranquero <lekktu@gmail.com>
11710
11711 Simplify by using `define-derived-mode'.
11712 * info.el (Info-mode):
11713 * calendar/todo-mode.el (todo-mode):
11714 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
11715 (gomoku-mode-map): Move initialization into declaration.
11716
117172010-04-14 Michael Albinus <michael.albinus@gmx.de>
11718
11719 Fix Bug#5840.
11720 * ido.el (ido-file-name-all-completions-1):
11721 * minibuffer.el (minibuffer-completion-help):
11722 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
11723
117242010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11725
11726 * simple.el (non-essential): New var.
11727
11728 Add a new field `location' to bookmarks for non-file bookmarks.
11729 * bookmark.el (bookmark-location): Use the new field, if present.
11730 (bookmark-insert-location): Undo last change, not needed any more.
11731 * man.el (Man-bookmark-make-record):
11732 * woman.el (woman-bookmark-make-record): Add `location' field.
11733
117342010-04-14 Juri Linkov <juri@jurta.org>
11735
11736 * simple.el (scroll-error-top-bottom): New defcustom.
11737 (scroll-up-command, scroll-down-command): Use it. Doc fix.
11738
11739 * emulation/pc-select.el (pc-select-override-scroll-error):
11740 Obsolete in favor of `scroll-error-top-bottom'.
11741
117422010-04-14 Juri Linkov <juri@jurta.org>
11743
11744 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
11745 `scroll-up-command' and `M-v' to `scroll-down-command'.
11746
11747 * emulation/cua-rect.el (cua--init-rectangles):
11748 * forms.el (forms--change-commands):
11749 * image-mode.el (image-mode-map):
11750 Remap scroll-down-command and scroll-up-command
11751 in addition to scroll-down and scroll-up.
11752
117532010-04-14 Juri Linkov <juri@jurta.org>
11754
11755 * mwheel.el (scroll-preserve-screen-position-commands):
11756 Add mwheel-scroll to this list of commands.
11757
11758 * simple.el (scroll-preserve-screen-position-commands):
11759 Add scroll-up-command, scroll-down-command, scroll-up-line,
11760 scroll-down-line to this list of commands.
11761
117622010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
11763
11764 * obsolete/complete.el: Move from lisp/complete.el.
11765
11766 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
11767
11768 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
11769 to the minor mode function now turns the mode ON unconditionally.
11770
117712010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11772
11773 * vc-dir.el (vc-dir-kill-line): New command.
11774 (vc-dir-mode-map): Bind it to C-k.
11775
11776 * bookmark.el (bookmark-insert-location): Handle a nil filename.
11777
11778 * woman.el: Add bookmark declarations to silence the compiler.
11779 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
11780 step to compatibility between man and woman bookmarks.
11781 Adjust for Man-default-bookmark-title renaming.
11782 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
11783
11784 * man.el: Add bookmark declarations to silence the compiler.
11785 (Man-name-local-regexp): Make it match NAME as well.
11786 (Man-getpage-in-background): Return the buffer.
11787 (Man-notify-when-ready): Use `case'.
11788 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
11789 Don't hardcode "NAME". Simplify.
11790 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
11791 Rename from Man-bookmark-make-record.
11792 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
11793 we have the actual man-args. Use Man-getpage-in-background rather
11794 than `man' since the arg is already processed. Let bookmark.el do the
11795 window handling. Only wait for the relevant process.
11796 Don't forget to autoload.
11797
11798 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
11799
118002010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11801
11802 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
11803 New functions.
11804 (woman-mode): Setup bookmark support.
11805
11806 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
11807 (man-bookmark-jump): New functions.
11808 (Man-mode): Setup bookmark support.
11809
118102010-04-10 Jari Aalto <jari.aalto@cante.net>
11811
11812 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
11813 recognize ssh-keygen prompt (Bug#2817).
11814
118152010-04-10 Michael Albinus <michael.albinus@gmx.de>
11816
11817 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
11818
118192010-04-10 Michael Albinus <michael.albinus@gmx.de>
11820
11821 Synchronize with Tramp repository.
11822
11823 * net/tramp.el (tramp-completion-function-alist)
11824 (tramp-file-name-regexp, tramp-chunksize)
11825 (tramp-local-coding-commands, tramp-remote-coding-commands):
11826 Fix docstring.
11827 (tramp-remote-process-environment): Use `format' instead of `concat'.
11828 (tramp-handle-directory-files-and-attributes)
11829 (tramp-get-remote-path): Use `copy-tree'.
11830 (tramp-handle-file-name-all-completions): Backward/ XEmacs
11831 compatibility: Use `completion-ignore-case' if
11832 `read-file-name-completion-ignore-case' does not exist.
11833 (tramp-do-copy-or-rename-file-directly): Do not use
11834 `tramp-handle-file-remote-p'.
11835 (tramp-do-copy-or-rename-file-out-of-band):
11836 Use `tramp-compat-delete-directory'.
11837 (tramp-do-copy-or-rename-file-out-of-band)
11838 (tramp-compute-multi-hops, tramp-maybe-open-connection):
11839 Use `format-spec-make'.
11840 (tramp-find-foreign-file-name-handler)
11841 (tramp-advice-make-auto-save-file-name)
11842 (tramp-set-auto-save-file-modes): Remove superfluous check for
11843 `stringp'. This is done inside `tramp-tramp-file-p'.
11844 (tramp-debug-outline-regexp): New defconst.
11845 (tramp-get-debug-buffer): Use it.
11846 (tramp-check-for-regexp): Use (forward-line 1).
11847 (tramp-set-auto-save-file-modes): Adapt version check.
11848
11849 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
11850 Wrap call of `featurep' for 2nd argument.
11851 (tramp-compat-make-temp-file): Simplify fallback implementation.
11852 (tramp-compat-copy-tree): Remove function.
11853 (tramp-compat-delete-directory): Provide implementation for older
11854 Emacsen.
11855
11856 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
11857 Do not use `tramp-fish-handle-file-attributes.
11858
11859 * net/trampver.el: Update release number.
11860
118612010-04-10 Glenn Morris <rgm@gnu.org>
11862
11863 * progmodes/compile.el (compilation-save-buffers-predicate):
11864 Add missing :version tag.
11865
118662010-04-09 Sam Steingold <sds@gnu.org>
11867
11868 * progmodes/compile.el (compilation-save-buffers-predicate):
11869 Remove the "autoload" cookie.
11870
11871 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
11872 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
11873 and `bug-reference-prog-mode' can be used in hooks directly.
11874
118752010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
11876
11877 Add --author support to git commit.
11878 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
11879 (vc-git-log-edit-mode): New minor mode.
11880 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
11881 New declarations.
11882
118832010-04-09 Eric Raymond <esr@snark.thyrsus.com>
11884
11885 * vc-hooks.el, vc-git.el: Improve documentation comments.
11886
118872010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11888
11889 Fix some of the problems in defsubst* (bug#5728).
11890 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
11891 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
11892
118932010-04-07 Sam Steingold <sds@gnu.org>
11894
11895 * progmodes/compile.el (compilation-save-buffers-predicate):
11896 New custom variable.
11897 (compile, recompile): Pass it to `save-some-buffers'.
11898
118992010-04-07 Jan Djärv <jan.h.d@swipnet.se>
11900
11901 * wid-edit.el (widget-choose): Move cursor to the second line of
11902 the buffer (Bug#5695).
11903
119042010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
11905
11906 Add new VC methods: vc-log-incoming and vc-log-outgoing.
11907 * vc.el (vc-print-log-setup-buttons): New function split out from
11908 vc-print-log-internal.
c80e3b4a 11909 (vc-log-internal-common): New function, a parameterized version of
33383987
JB
11910 vc-print-log-internal.
11911 (vc-print-log-internal): Just call vc-log-internal-common with the
11912 right arguments.
11913 (vc-incoming-outgoing-internal):
11914 (vc-log-incoming, vc-log-outgoing): New functions.
11915 (vc-log-view-type): New permanent local variable.
11916
11917 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
11918
11919 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
11920 of the dynamic bound vc-short-log.
11921 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
11922
11923 * vc-git.el (vc-git-log-outgoing): New function.
11924 (vc-git-log-view-mode): Use vc-log-view-type instead
11925 of the dynamic bound vc-short-log.
11926
11927 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
11928 of the dynamic bound vc-short-log. Highlight the tag.
11929 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
11930 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
11931 (vc-hg-incoming-mode): Remove.
11932 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
11933
119342010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
11935
11936 Fix default-directory for vc-root-diff.
11937 * vc.el (vc-root-diff): Bind default-directory to the root
11938 directory for the diff command.
11939
119402010-04-07 Michael McNamara <mac@mail.brushroad.com>
11941
11942 * progmodes/verilog-mode.el (verilog-forward-sexp):
11943 (verilog-calc-1): Support "disable fork" and "fork wait" multi
11944 word keywords, suggested by Steve Pearlmutter.
11945 (verilog-pretty-declarations): Support lineup of declarations in
11946 port lists.
11947 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
11948 fix bug for /* / comments.
11949 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
11950 Speed up and simplfy as this is never called with a bound.
11951 (verilog-pretty-declarations): Enhance to line up declarations
11952 inside a parameter list, suggested by Alan Morgan.
11953 (verilog-pretty-expr): Tune assignment regular expression match
11954 string for corner cases; also use markers instead of character
11955 number as indent changes the later.
11956
119572010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
11958
11959 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
11960 as missing keyword.
11961 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
11962 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
11963 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
11964 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
11965 Tennant.
11966 (verilog-keywords):
11967 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
11968 1800-2009 keywords, including "global.".
11969
119702010-04-06 John Wiegley <jwiegley@gmail.com>
11971
11972 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
11973 appearing in buffer list (if a live buffer name matched a recentf
11974 file basename). Should use uniquify to offer a real solution.
11975
119762010-04-06 John Wiegley <jwiegley@gmail.com>
11977
11978 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
11979 comment to code, and add a :version tag.
11980 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
11981
119822010-04-06 Juanma Barranquero <lekktu@gmail.com>
11983
11984 Enable recentf-mode if using virtual buffers.
11985 * ido.el (recentf-list): Declare for byte-compiler.
11986 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
11987 (ido-make-buffer-list): Simplify.
11988 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
11989
119902010-04-05 Juri Linkov <juri@jurta.org>
11991
11992 Scrolling commands which scroll a line instead of full screen.
11993 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
11994
11995 * simple.el (scroll-up-line, scroll-down-line): New commands.
11996 Put property isearch-scroll=t on them.
11997
11998 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
11999 Remove commands.
12000
120012010-04-05 Juri Linkov <juri@jurta.org>
12002
12003 Scrolling commands which do not signal errors at top/bottom.
12004 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12005
12006 * simple.el (scroll-up-command, scroll-down-command): New commands.
12007 Put property isearch-scroll=t on them.
12008
12009 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
12010 `scroll-down-command' and [next] from `scroll-up' to
12011 `scroll-up-command'.
12012
12013 * emulation/cua-base.el: Put property CUA=move on
12014 `scroll-up-command' and `scroll-down-command'.
12015 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
12016 and `scroll-down-command' to `cua-scroll-down'.
12017
120182010-04-05 Juanma Barranquero <lekktu@gmail.com>
12019
12020 * help.el (describe-mode): Return nil.
12021
120222010-04-04 John Wiegley <jwiegley@gmail.com>
12023
12024 * ido.el (ido-use-virtual-buffers): New variable to indicate
12025 whether "virtual buffer" support is enabled for IDO.
12026 (ido-virtual): Face used to indicate virtual buffers in the list.
12027 (ido-buffer-internal): If a buffer is chosen, and no such buffer
12028 exists, but a virtual buffer of that name does (which would be why
12029 it was in the list), recreate the buffer by reopening the file.
12030 (ido-make-buffer-list): If virtual buffers are being used, call
12031 `ido-add-virtual-buffers-to-list' before the make list hook.
12032 (ido-virtual-buffers): New variable which contains a copy of the
12033 current contents of the `recentf-list', albeit pared down for the
12034 sake of speed, and with proper faces applied.
12035 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
12036 create a list of "virtual buffers" to present to the user in
12037 addition to the currently open set. Note that this logic could
12038 get rather slow if that list is too large. With the default
12039 `recentf-max-saved-items' of 200, there is little speed penalty.
12040
120412010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12042
12043 * font-lock.el: Require CL when compiling.
12044 (font-lock-turn-on-thing-lock): Use `case'.
12045
120462010-04-03 Eli Zaretskii <eliz@gnu.org>
12047
12048 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
12049 Zaretskii.
12050
120512010-04-02 Juri Linkov <juri@jurta.org>
12052
12053 * ehelp.el (electric-help-orig-major-mode):
12054 New buffer-local variable.
12055 (electric-help-mode): Set it to original major-mode. Doc fix.
12056 (with-electric-help): Use `electric-help-orig-major-mode' instead
12057 of (default-value 'major-mode). Doc fix.
12058 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
12059
120602010-04-02 Sam Steingold <sds@gnu.org>
12061
12062 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
12063 `vc-hg-command' with a list of flags.
12064
12065 * progmodes/bug-reference.el (bug-reference-bug-regexp):
12066 Also accept "patch" and "RFE".
12067 (bug-reference-fontify): `bug-reference-url-format' can also be a
12068 function to be able to handle the bug kind.
12069 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
12070
120712010-04-02 Jan Djärv <jan.h.d@swipnet.se>
12072
12073 * tmm.el (tmm-get-keymap): Check with symbolp before passing
12074 value to fboundp, it may not be a symbol.
12075
120762010-03-31 Chong Yidong <cyd@stupidchicken.com>
12077
12078 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
12079
120802010-03-31 Juri Linkov <juri@jurta.org>
12081
12082 * simple.el (next-line, previous-line): Re-throw a signal
12083 with `signal' instead of using `ding'.
12084 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
12085
120862010-03-31 Juri Linkov <juri@jurta.org>
12087
12088 * simple.el (keyboard-escape-quit): Raise deselecting the active
12089 region higher than exiting the minibuffer.
12090 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
12091
120922010-03-31 Juri Linkov <juri@jurta.org>
12093
12094 * image.el (image-animated-p): Use `image-metadata' instead of
12095 `image-extension-data'. Get GIF extenstion data from metadata
12096 property `extension-data'.
12097
120982010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12099
12100 * simple.el (append-to-buffer): Simplify.
12101
121022010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
12103
12104 * textmodes/artist.el (artist-mode): Fix typo in docstring.
12105 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
12106
121072010-03-31 Kenichi Handa <handa@m17n.org>
12108
12109 * language/sinhala.el (composition-function-table): Fix regexp for
12110 the new Unicode specification.
12111
12112 * language/indian.el (devanagari-composable-pattern)
12113 (tamil-composable-pattern, kannada-composable-pattern)
12114 (malayalam-composable-pattern): Adjust for the new Unicode
12115 specification.
12116 (bengali-composable-pattern, gurmukhi-composable-pattern)
12117 (gujarati-composable-pattern, oriya-composable-pattern)
12118 (telugu-composable-pattern): New variables to cope with the new
12119 Unicode specification. Use them in composition-function-table.
12120
121212010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12122
12123 Make tmm-menubar work for the Buffers menu again (bug#5726).
12124 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
12125 vectors rather than cons cells, as used in menu-bar-update-buffers.
12126
121272010-03-31 Chong Yidong <cyd@stupidchicken.com>
12128
12129 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
12130 (js-insert-and-indent): Revert 2009-08-15 change, restoring
12131 electric punctuation for "{}();,:" (Bug#5586).
12132
12133 * mail/sendmail.el (mail-default-directory): Doc fix.
12134
121352010-03-31 Chong Yidong <cyd@stupidchicken.com>
12136
12137 * mail/sendmail.el (mail-default-directory): Doc fix.
12138
121392010-03-31 Eli Zaretskii <eliz@gnu.org>
12140
12141 * subr.el (version-regexp-alist, version-to-list)
12142 (version-list-<, version-list-=, version-list-<=)
12143 (version-list-not-zero, version<, version<=, version=): Doc fix.
12144 (Bug#5744).
12145
121462010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
12147
12148 * vc.el (vc-root-diff): Doc fix.
12149
121502010-03-31 Chong Yidong <cyd@stupidchicken.com>
12151
12152 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
12153
12154 * simple.el (append-to-buffer): Fix last change.
12155
121562010-03-31 Chong Yidong <cyd@stupidchicken.com>
12157
12158 * simple.el (append-to-buffer): Ensure that point is preserved if
12159 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
12160 (Bug#5749)
12161
121622010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12163
12164 * files.el (auto-mode-case-fold): Change default to t.
12165
121662010-03-30 Juri Linkov <juri@jurta.org>
12167
12168 * dired-x.el (dired-omit-mode): Doc fix.
12169
121702010-03-30 Juri Linkov <juri@jurta.org>
12171
12172 * replace.el (occur-accumulate-lines): Move occur-engine related
12173 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
12174 to be located after `occur-engine'.
12175
121762010-03-30 Juri Linkov <juri@jurta.org>
12177
12178 Make occur handle multi-line matches cleanly with context.
12179 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
12180
12181 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
12182 (occur-engine): Add local variables `ret', `prev-after-lines',
12183 `prev-lines'. Use more arguments for `occur-context-lines'.
12184 Set first elem of its returned list to `data', and the second elem
12185 to `prev-after-lines'. Don't print the separator line.
12186 In the end, print remaining context after-lines.
12187 (occur-context-lines): Add new arguments `begpt', `endpt',
12188 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
12189 after-lines of the previous match with before-lines of the
12190 current match and not overlap them. Return a list with two
12191 values: the output line and the list of context after-lines.
12192
121932010-03-30 Juri Linkov <juri@jurta.org>
12194
12195 * replace.el (occur-accumulate-lines): Fix a bug where the first
12196 context line at the beginning of the buffer was missing.
12197
121982010-03-30 Eli Zaretskii <eliz@gnu.org>
12199
12200 * files.el: Make bidi-display-reordering safe variable for boolean
12201 values.
12202
122032010-03-29 Phil Hagelberg <phil@evri.com>
12204 Chong Yidong <cyd@stupidchicken.com>
12205
12206 * subr.el: Extend progress reporters to perform "spinning".
12207 (progress-reporter-update, progress-reporter-do-update):
12208 Handle non-numeric value arguments.
12209 (progress-reporter--pulse-characters): New var.
12210
122112010-03-28 Chong Yidong <cyd@stupidchicken.com>
12212
12213 * progmodes/compile.el (compilation-start): Fix regexp detection
12214 of initial cd command (Bug#5771).
12215
122162010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
12217
12218 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
12219
122202010-03-27 Nick Roberts <nickrob@snap.net.nz>
12221
c5e87d10 12222 Restore GDB/MI functionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
33383987
JB
12223 * progmodes/gdb-mi.el: Restore.
12224 * progmodes/gdb-ui.el: Remove.
12225 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
12226
122272010-03-25 Glenn Morris <rgm@gnu.org>
12228
12229 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
12230 all dired buffers, even tramp ones. (Bug#5755)
12231
122322010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12233
12234 Add "union tags" in mpc.el.
12235 * mpc.el: Remove backward compatibility code.
12236 (mpc-browser-tags): Change default.
12237 (mpc--find-memoize-union-tags): New var.
12238 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
12239 (mpc-cmd-find): Handle the case where the playlist does not exist.
12240 Handle union-tags.
12241 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
12242 (mpc-cmd-add): Use mpc-cmd-flush.
12243 (mpc-tagbrowser-tag-name): New fun.
12244 (mpc-tagbrowser-buf): Use it.
12245 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
12246
122472010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12248
12249 Misc cleanup.
12250 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
12251 Use replace-regexp-in-string.
12252 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
12253 (makefile-imake-mode-syntax-table): Move init into defvar.
12254 (makefile-mode): Use define-derived-mode.
12255
12256 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
12257 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
12258 not be present any more.
12259
122602010-03-24 Juanma Barranquero <lekktu@gmail.com>
12261
12262 * faces.el (set-face-attribute): Fix typo in docstring.
12263 (face-valid-attribute-values): Reflow docstring.
12264
122652010-03-24 Glenn Morris <rgm@gnu.org>
12266
12267 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
12268
122692010-03-24 Chong Yidong <cyd@stupidchicken.com>
12270
12271 * indent.el (indent-for-tab-command): Doc fix.
12272
122732010-03-24 Alan Mackenzie <acm@muc.de>
12274
12275 * progmodes/cc-engine.el (c-remove-stale-state-cache):
12276 Fix off-by-one error. Fixes bug #5747.
12277
122782010-03-24 Juanma Barranquero <lekktu@gmail.com>
12279
12280 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
12281 (image-dired-read-comment): Doc fix.
12282
12283 * json.el (json-object-type, json-array-type, json-key-type)
12284 (json-false, json-null, json-read-number):
12285 * minibuffer.el (completion-in-region-functions):
12286 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
12287 (cal-tex-cursor-week):
12288 * emacs-lisp/trace.el (trace-function):
12289 * eshell/em-basic.el (eshell/printnl):
12290 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
12291 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
12292 * obsolete/levents.el (allocate-event, event-key, event-object)
12293 (event-point, event-process, event-timestamp, event-to-character)
12294 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
12295 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
12296 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
12297 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
12298 (reftex-highlight-selection): Fix typos in docstrings.
12299
123002010-03-24 Juanma Barranquero <lekktu@gmail.com>
12301
12302 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
12303
123042010-03-24 Glenn Morris <rgm@gnu.org>
12305
12306 * mail/rmail.el (rmail-highlight-face): Restore option deleted
12307 2008-02-13 without comment; mark it obsolete.
12308 (rmail-highlight-headers): Use rmail-highlight-face once more.
12309
123102010-03-24 Chong Yidong <cyd@stupidchicken.com>
12311
12312 * woman.el (woman2-process-escapes): Only consume the newline if
12313 the filler character is on a line by itself (Bug#5729).
12314
123152010-03-24 Kenichi Handa <handa@m17n.org>
12316
12317 * language/indian.el (devanagari-composable-pattern): Add more
12318 consonants.
12319
123202010-03-24 Michael Albinus <michael.albinus@gmx.de>
12321
12322 * net/trampver.el: Update release number.
12323
123242010-03-24 Michael Albinus <michael.albinus@gmx.de>
12325
12326 * net/tramp.el (tramp-find-executable):
12327 Use `tramp-get-connection-buffer'. Make the regexp for checking
12328 output of "wc -l" more robust.
12329 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
12330 (tramp-open-connection-setup-interactive-shell): Remove workaround
12331 for OpenSolaris bug, it is not needed anymore.
12332
123332010-03-24 Glenn Morris <rgm@gnu.org>
12334
12335 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
12336
123372010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
12338
12339 * files.el (auto-mode-alist): Accept more verilog file patterns.
12340
123412010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12342
12343 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
12344
123452010-03-24 Glenn Morris <rgm@gnu.org>
12346
12347 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
12348 log-edit-before-checkin-process.
12349
12350 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
12351
12352 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
12353
12354 * vc-dispatcher.el (vc-start-logentry): Doc fix.
12355 (log-view-process-buffer, log-edit-extra-flags): Declare.
12356
12357 * log-edit.el (log-edit-before-checkin-process): Doc fix.
12358
123592010-03-23 Sam Steingold <sds@gnu.org>
12360
12361 Fix bug#5620: recalculate all markers on compilation buffer
12362 modifications, not on file modifications.
12363 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
12364 variable: the buffer modification time, for buffers not associated with
12365 files.
12366 (compilation-mode): Create it.
12367 (compilation-filter): Update it.
12368 (compilation-next-error-function): Use it instead of
12369 `visited-file-modtime' for timestamp.
12370
123712010-03-23 Juri Linkov <juri@jurta.org>
12372
12373 Implement Occur multi-line matches.
12374 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
12375
12376 * replace.el (occur): Doc fix.
12377 (occur-engine): Set `begpt' to the beginning of the first line.
12378 Set `endpt' to the end of the last match line. At first, count
12379 line numbers between `origpt' and `begpt'. Split out code from
12380 `out-line' variable to new let-bindings `match-prefix' and
12381 `match-str'. In `out-line' add non-numeric prefix to all
12382 non-first lines of multi-line matches. Finally, count lines
12383 between `begpt' and `endpt' and add to `lines'.
12384
123852010-03-23 Juri Linkov <juri@jurta.org>
12386
12387 * replace.el (occur-accumulate-lines, occur-engine):
12388 Use `occur-engine-line' instead of duplicate code.
12389 (occur-engine-line): New function created from duplicate code
12390 in `occur-accumulate-lines' and `occur-engine'.
12391
12392 * replace.el (occur-engine-line): Add optional arg `keep-props'.
12393 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
12394
123952010-03-23 Juri Linkov <juri@jurta.org>
12396
12397 * finder.el: Remove TODO tasks.
12398
12399 * info.el (Info-finder-find-node): Add node "all"
12400 with all package info. Handle a list of multiple keywords
12401 separated by comma.
12402 (info-finder): In interactive use with a prefix argument,
12403 use `completing-read-multiple' to read a list of keywords
12404 separated by comma.
12405
124062010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12407
12408 Add a new completion style `substring'.
12409 * minibuffer.el (completion-basic--pattern): New function.
12410 (completion-basic-try-completion, completion-basic-all-completions):
12411 Use it.
12412 (completion-substring--all-completions)
12413 (completion-substring-try-completion)
12414 (completion-substring-all-completions): New functions.
12415 (completion-styles-alist): New style `substring'.
12416
124172010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12418
12419 Get rid of .elc files after removal of the corresponding .el.
12420 * Makefile.in (compile-clean): New target.
12421 (compile-main): Use it.
12422
124232010-03-22 Jan Djärv <jan.h.d@swipnet.se>
12424
12425 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
12426 don't do make there. When compiling with separate object dir, there
12427 is no Makefile there.
12428
124292010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12430
12431 Get rid of the ELCFILES abomination, again.
12432 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12433 (all, compile): Don't call compile-last.
12434 (compile-main): Build the "elcfiles" list dynamically.
12435 (compile-targets): New (internal) target.
12436
124372010-03-21 Andreas Schwab <schwab@linux-m68k.org>
12438
12439 * Makefile.in (top_srcdir): Define.
12440 (abs_top_builddir): Define.
12441 (srcdir): Don't append `/..'.
12442 (EMACS): Use ${abs_top_builddir}.
12443 (all, compile, compile-always, compile-last): Don't set emacswd.
12444 (update-subdirs, update-authors): Use $(top_srcdir) instead of
12445 $(srcdir).
12446 (lisp): Use $(srcdir) instead of @srcdir@.
12447
124482010-03-21 Juri Linkov <juri@jurta.org>
12449
12450 Fix message of multi-line occur regexps and multi-buffer header lines.
12451 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
12452
12453 * replace.el (occur-1): Don't display regexp if it is longer
12454 than window-width. Use `query-replace-descr' to display regexp.
12455 (occur-engine): Don't display regexp in the buffer header for
12456 multi-buffer occur. Display a separate header line with total
12457 match count and regexp for multi-buffer occur.
12458 Use `query-replace-descr' to display regexp.
12459
124602010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12461
12462 * net/secrets.el: Fix parenthesis.
12463 (secrets-enabled): Fix parenthesis.
12464
124652010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12466
12467 Use more relative file and directory names.
12468 * Makefile.in (EMACS): Arrange for it to work when we chdir.
12469 (setwins, setwins_almost, setwins_for_subdirs):
12470 Don't `cd'; output relative names.
12471 (all, compile, compile-always, compile-last): Set emacswd.
12472 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
12473 Just cd to the lisp source dir so we can use relative file names.
12474
12475 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
12476
124772010-03-20 Glenn Morris <rgm@gnu.org>
12478
12479 * textmodes/rst.el: Use faces for font-lock customization, and make the
12480 old -face variables obsolete.
12481 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
12482 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
12483 (rst-block-face, rst-external-face, rst-definition-face)
12484 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
12485 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
12486 Make obsolete.
12487 (rst-font-lock-keywords-function): Update for above changes.
12488
124892010-03-20 Juri Linkov <juri@jurta.org>
12490
12491 * s-region.el:
12492 * obsolete/s-region.el: Move to obsolete.
12493
124942010-03-19 Juanma Barranquero <lekktu@gmail.com>
12495
12496 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
12497
124982010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12499
12500 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
12501
125022010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12503
12504 Add special markup processing for commit logs.
12505 * log-edit.el (log-edit-extra-flags): New variable.
12506 (log-edit): Add new argument MODE. Use that mode when non-nil
12507 instead of the log-view-mode.
12508 (log-view-process-buffer): New function.
12509
12510 * vc.el: Document that the checkin method takes optional
12511 arguments. Document new backend specific method: log-view-mode.
12512 (vc-default-log-edit-mode): New function.
12513 (vc-checkin): Use a backend specific log-view-mode.
12514 Pass extra arguments to the checkin method.
12515 (vc-modify-change-comment): Pass a dummy extra argument.
12516
12517 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
12518 log-edit.
12519 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
12520 (vc-finish-logentry): Process the log buffer before passing it
12521 down. Pass log-edit-extra-flags.
12522
12523 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
12524 command.
12525 (log-edit-extra-flags, log-edit-before-checkin-process):
12526 New declarations.
12527
12528 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
12529 command.
12530 (log-edit-extra-flags, log-edit-before-checkin-process):
12531 New declarations.
12532 (vc-hg-log-edit-mode): New derived mode.
12533
12534 * vc-arch.el (vc-arch-checkin):
12535 * vc-cvs.el (vc-cvs-checkin):
12536 * vc-git.el (vc-git-checkin):
12537 * vc-mtn.el (vc-mtn-checkin):
12538 * vc-rcs.el (vc-rcs-checkin):
12539 * vc-sccs.el (vc-sccs-checkin):
12540 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
12541
125422010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12543
12544 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
12545 parent typo).
12546
125472010-03-19 Glenn Morris <rgm@gnu.org>
12548
12549 * password-cache.el (password-cache, password-cache-expiry): Autoload.
12550
125512010-03-18 Glenn Morris <rgm@gnu.org>
12552
12553 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
12554
12555 * replace.el (query-replace-history): Give it a doc string.
12556 (map-query-replace-regexp): Use query-replace-from-history-variable
12557 and query-replace-to-history-variable.
12558
12559 * mail/hashcash.el (declare-function): Remove duplicate definition.
12560
12561 * mail/emacsbug.el (report-emacs-bug-pretest-address):
12562 Make it an obsolete alias for report-emacs-bug-address.
12563 (message-strip-special-text-properties): Declare.
12564 (report-emacs-bug): Remove test for a pretest bug address.
12565 Combine message-mode-specific code.
12566
12567 * mail/supercite.el: Don't require sendmail.
12568 (mh-in-header-p): Declare rather than using with-no-warnings.
12569 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
12570 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
12571
12572 * calendar/cal-french.el: Convert to utf-8.
12573
12574 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
12575 Emacs scripts.
12576
125772010-03-16 Michael Albinus <michael.albinus@gmx.de>
12578
12579 * net/secrets.el (secrets-enabled): New variable. Use it instead
12580 of a subfeature.
12581
125822010-03-15 Michael Albinus <michael.albinus@gmx.de>
12583
12584 * net/secrets.el (top): Register the D-Bus signals only when the
12585 service "org.freedesktop.secrets" can be pinged.
12586 Provide subfeature `enabled'.
12587
125882010-03-14 Juri Linkov <juri@jurta.org>
12589
12590 Add finder unknown keywords.
12591
12592 * finder.el (finder-unknown-keywords): New function.
12593
12594 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
12595 to create a Finder node with unknown keywords.
12596
125972010-03-14 Juri Linkov <juri@jurta.org>
12598
12599 * finder.el (finder-compile-keywords): Replace `princ' with
12600 `prin1' on a list of symbols interned from keyword strings.
12601
12602 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
12603 a comma, then split keywords using a comma and optional whitespace.
12604 Otherwise, split by whitespace.
12605
12606 * complete.el:
12607 * face-remap.el:
12608 * log-view.el:
12609 * net/hmac-def.el:
12610 * net/hmac-md5.el:
12611 * net/netrc.el:
12612 * progmodes/mixal-mode.el: Fix keywords.
12613
126142010-03-13 Michael Albinus <michael.albinus@gmx.de>
12615
12616 * Makefile.in (ELCFILES): Add net/secrets.elc.
12617
12618 * net/secrets.el: New file.
12619
126202010-03-12 Chong Yidong <cyd@stupidchicken.com>
12621
12622 * facemenu.el (list-colors-display, list-colors-print): New arg
12623 callback. Use it to allow selecting colors.
12624
12625 * wid-edit.el (widget-image-insert): Insert image prop even if the
12626 current display is non-graphic.
12627 (widget-field-value-set): New fun.
12628 (editable-field): Use it.
12629 (widget-field-value-get): Clean up unused var.
12630 (widget-color-value-create, widget-color--choose-action):
12631 New funs. Allow using list-colors-display to choose color.
12632
126332010-03-12 Chong Yidong <cyd@stupidchicken.com>
12634
12635 * cus-edit.el: Resort topmost custom groups.
12636 (custom-buffer-sort-alphabetically): Default to t.
12637 (customize-apropos): Use apropos-parse-pattern.
12638 (custom-search-field): New var.
12639 (custom-buffer-create-internal): Add custom-apropos search field.
12640 (custom-add-parent-links): Don't display parent doc.
12641 (custom-group-value-create): Don't sort top-level custom group.
12642 (custom-magic-value-create): Show visibility button before option name.
12643
12644 (custom-variable-state): New fun, from custom-variable-state-set.
12645 (custom-variable-state-set): Use it.
12646 (custom-group-value-create): Hide options with standard values
12647 using the :hidden-states property. Use progress reporter.
12648
12649 (custom-show): Simplify.
12650 (custom-visibility): Disable images by default.
12651 (custom-variable): New property :hidden-states.
12652 (custom-variable-value-create): Enable images for
12653 custom-visibility widgets. Use :hidden-states property to
12654 determine initial visibility.
12655
12656 * wid-edit.el (widget-image-find): Give images center ascent.
12657 (visibility): Add :on-image and :off-image properties.
12658 (widget-visibility-value-create): Use them.
12659
126602010-03-12 Chong Yidong <cyd@stupidchicken.com>
12661
12662 * cus-edit.el (processes): Remove from development group.
12663 (oop, hypermedia): Delete group.
12664 (comm): Promote to top-level group.
12665
12666 * net/browse-url.el (browse-url):
12667 * net/xesam.el (xesam):
12668 * net/tramp.el (tramp):
12669 * net/goto-addr.el (goto-address):
12670 * net/ange-ftp.el (ange-ftp): Put in comm group.
12671
12672 * view.el (view): Remove from editing group.
12673
12674 * uniquify.el (uniquify): Put in files group.
12675
12676 * net/browse-url.el (browse-url):
12677 * ps-print.el (postscript): Put in external group.
12678
12679 * cus-edit.el (outlines):
12680 * textmodes/text-mode.el (text-mode-hook):
12681 * textmodes/table.el (table):
12682 * textmodes/picture.el (picture):
12683 * outline.el (outlines): Put in wp group.
12684
12685 * nxml/nxml-mode.el (nxml): Remove from wp group.
12686
12687 * net/tramp-imap.el (tramp-imap): Put in tramp group.
12688
12689 * mail/metamail.el (metamail): Remove from hypermedia group.
12690
12691 * cus-edit.el (abbrev):
12692 * whitespace.el (whitespace):
12693 * vcursor.el (vcursor):
12694 * reveal.el (reveal):
12695 * hl-line.el (hl-line): Put in convenience group.
12696
12697 * epg-config.el (epg): Put in data group.
12698
12699 * emulation/pc-select.el (pc-select): Put in emulations group.
12700
12701 * calculator.el (calculator): Put in applications group.
12702
127032010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12704
12705 Add .dir-locals.el support for file-less buffers.
12706 * files.el (hack-local-variables): Split out code to apply local
12707 variable settings ...
12708 (hack-local-variables-apply): ... here. New function.
12709 (hack-dir-local-variables): Use the default directory for when the
12710 buffer does not have an associated file.
12711 (hack-dir-local-variables-non-file-buffer): New function.
12712 * diff-mode.el (diff-mode):
12713 * vc-annotate.el (vc-annotate-mode):
12714 * vc-dir.el (vc-dir-mode):
12715 * log-edit.el (log-edit-mode):
12716 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
12717
127182010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12719
12720 Add support for shelving snapshots and for showing shelves.
12721 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
12722 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
12723 New functions.
12724 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
12725 (vc-bzr-extra-menu-map): Map them.
12726
127272010-03-11 Glenn Morris <rgm@gnu.org>
12728
12729 * cus-edit.el (customize-changed-options-previous-release):
12730 Bump to 23.1.
12731
12732 * image.el (image-animate-max-time): Fix :version tag.
12733
127342010-03-10 Chong Yidong <cyd@stupidchicken.com>
12735
12736 * Branch for 23.2.
12737
127382010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12739
12740 * vc-git.el (vc-git-revision-table): Include remote branches.
12741
127422010-03-10 Kim F. Storm <storm@cua.dk>
12743
12744 Animated image API.
12745 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
12746
12747 * image.el (image-animate-max-time): New defcustom.
12748 (image-animated-types): New defconst.
12749 (create-animated-image, image-animate-timer)
12750 (image-animate-start, image-animate-stop, image-animate-timeout)
12751 (image-animated-p): New functions.
12752
12753 * image-mode.el (image-toggle-display-image):
12754 Replace `create-image' with `create-animated-image'.
12755
127562010-03-09 Miles Bader <miles@gnu.org>
12757
12758 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
12759 instead of "format:"; this ensures that the output is
12760 newline-terminated.
12761
127622010-03-08 Chong Yidong <cyd@stupidchicken.com>
12763
12764 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
12765 that all errors are caught, and that the return value is always a
12766 list (Bug#5692).
12767
127682010-03-08 Kenichi Handa <handa@m17n.org>
12769
12770 * language/misc-lang.el (windows-1256): New coding system.
12771 (cp1256): New alias of windows-1256 (bug#5690).
12772
127732010-03-07 Andreas Schwab <schwab@linux-m68k.org>
12774
12775 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
12776 call to rfc822-bad-address. (Bug#5692)
12777
127782010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
12779
12780 * vc-git.el (vc-git-annotate-extract-revision-at-line):
12781 Use vc-git-root as default directory for revision path (Bug#5657).
12782
127832010-03-06 Chong Yidong <cyd@stupidchicken.com>
12784
12785 * calculator.el (calculator): Don't bind split-window-keep-point
12786 (Bug#5674).
12787
127882010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
12789
12790 * vc-git.el: Re-flow to fit into 80 columns.
12791 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
12792 Remove spurious `quote' element in each case alternative.
12793 (vc-git-show-log-entry): Use prog1.
12794 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
12795
127962010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
12797
12798 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
12799
128002010-03-03 Chong Yidong <cyd@stupidchicken.com>
12801
12802 * macros.el (insert-kbd-macro): Look up keyboard macro using the
12803 definition, not the name (Bug#5481).
12804
128052010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
12806
12807 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
12808 argument with a local variable. (Bug#5670)
12809
128102010-03-02 Juri Linkov <juri@jurta.org>
12811
12812 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
12813
128142010-03-02 Michael Albinus <michael.albinus@gmx.de>
12815
12816 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
12817 error when FILENAME and NEWNAME are existing remote directories.
12818
12819 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
12820 parameter DIR-FLAG.
12821
128222010-03-02 Glenn Morris <rgm@gnu.org>
12823
12824 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
12825 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
12826
128272010-03-01 Kenichi Handa <handa@m17n.org>
12828
12829 * language/burmese.el (burmese-composable-pattern): Rename from
12830 myanmar-composable-pattern.
12831
12832 * international/characters.el (script-list):
12833 * international/fontset.el (script-representative-chars):
12834 Change myanmar to burmese.
12835 (otf-script-alist): Likewise.
12836 (setup-default-fontset): Likewise. Re-fix :otf spec.
12837
128382010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
12839
12840 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
12841
128422010-02-28 Jan Djärv <jan.h.d@swipnet.se>
12843
12844 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
12845
128462010-02-28 Michael Albinus <michael.albinus@gmx.de>
12847
12848 * net/tramp.el (tramp-handle-write-region): START can be a string.
12849 Take care in the checks. Reported by Dan Davison
12850 <davison@stats.ox.ac.uk>.
12851
128522010-02-28 Michael Albinus <michael.albinus@gmx.de>
12853
12854 * net/dbus.el (dbus-introspect, dbus-get-property)
12855 (dbus-set-property, dbus-get-all-properties):
12856 Use `dbus-call-method' when noninteractive. (Bug#5645)
12857
128582010-02-28 Chong Yidong <cyd@stupidchicken.com>
12859
12860 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
12861 * emacs-lisp/elint.el (elint-add-required-env):
12862 * calendar/icalendar.el (icalendar--add-diary-entry):
12863 * calc/calcalg2.el (math-tracing-integral):
12864 * files.el (recover-session-finish): Use with-current-buffer
12865 instead of save-excursion.
12866
128672010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
12868
12869 Fix in-buffer completion when after-change-functions modify the buffer.
12870 * minibuffer.el (completion--replace): New function.
12871 (completion--do-completion): Use it and use relative movement.
12872
128732010-02-27 Chong Yidong <cyd@stupidchicken.com>
12874
12875 * international/fontset.el (setup-default-fontset): Fix :otf spec.
12876
128772010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
12878
12879 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
12880 Allow the characters _<> in the stack entry (Bug#5653).
12881
128822010-02-26 Kenichi Handa <handa@m17n.org>
12883
12884 * language/burmese.el: Fix entries in composition-function-table.
12885 (myanmar-composable-pattern): New variable.
12886
12887 * international/fontset.el (setup-default-fontset): Add an entry
12888 for myanmar.
12889
12890 * international/characters.el (script-list): Add Myanmar
12891 Extended-A.
12892
128932010-02-26 Glenn Morris <rgm@gnu.org>
12894
12895 * custom.el (custom-initialize-delay): Doc fix.
12896
12897 * mail/sendmail.el (send-mail-function): Autoload the call
12898 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
12899
129002010-02-24 Chong Yidong <cyd@stupidchicken.com>
12901
12902 * files.el (hack-local-variables-filter): For eval forms, also
12903 check safe-local-variable-p (Bug#5636).
12904
129052010-02-22 Michael Albinus <michael.albinus@gmx.de>
12906
12907 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
12908 setting the modes by `ignore-errors'. It might fail, for example
12909 if the file is not owned by the user but the group.
12910 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
12911
129122010-02-21 Chong Yidong <cyd@stupidchicken.com>
12913
12914 * files.el (directory-listing-before-filename-regexp):
12915 Use stricter matching for iso-style dates, to avoid false matches with
12916 date-like filenames (Bug#5597).
12917
12918 * htmlfontify.el (htmlfontify): Doc fix.
12919
12920 * eshell/eshell.el (eshell): Doc fix.
12921
12922 * startup.el (fancy-about-screen): In mode-line, apply
12923 mode-line-buffer-id face only to the buffer name (Bug#5613).
12924
129252010-02-20 Kevin Ryde <user42@zip.com.au>
12926
12927 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12928 In `watcom' anchor regexp to start of line, to avoid slowness
12929 (Bug#5599).
12930
129312010-02-20 Eli Zaretskii <eliz@gnu.org>
12932
12933 * subr.el (remove-yank-excluded-properties): Explain in a comment
12934 why `category' property is removed.
12935
129362010-02-19 Chong Yidong <cyd@stupidchicken.com>
12937
12938 * isearch.el (isearch-update-post-hook, isearch-update):
12939 Revert 2010-02-17 change.
12940
129412010-02-19 Ulf Jasper <ulf.jasper@web.de>
12942
12943 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
12944 (icalendar--convert-weekly-to-ical)
12945 (icalendar--convert-yearly-to-ical)
12946 (icalendar--convert-block-to-ical)
12947 (icalendar--convert-cyclic-to-ical)
12948 (icalendar--convert-anniversary-to-ical): Take care of time
12949 specifications where hour has 1-digit only (Bug#5549).
12950
129512010-02-19 Nick Roberts <nickrob@snap.net.nz>
12952
12953 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
12954 of disassemble output in GDB 7.1.
12955
129562010-02-19 Glenn Morris <rgm@gnu.org>
12957
12958 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
12959 property. (Bug#5593)
12960
129612010-02-18 Sam Steingold <sds@gnu.org>
12962
12963 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
12964
129652010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12966
12967 Use abbreviated file names in bookmarks (bug#5591).
12968 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
12969 calls to expand-file-name.
12970 (bookmark-relocate): Use abbreviated file names in bookmarks.
12971 (bookmark-load): Use abbreviated file names in messages.
12972
129732010-02-18 Michael Albinus <michael.albinus@gmx.de>
12974
12975 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
12976 expand "." and "..". Reported by Thierry Volpiatto
12977 <thierry.volpiatto@gmail.com>.
12978
129792010-02-18 Michael Albinus <michael.albinus@gmx.de>
12980
12981 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
12982 permissions of the temporary file to "0600". In case the remote
12983 file has no read permissions for the owner, there might be
12984 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
12985
c7015153 129862010-02-18 Glenn Morris <rgm@gnu.org>
33383987
JB
12987
12988 * emacs-lisp/authors.el (authors-renamed-files-alist):
12989 Add entries for INSTALL.CVS.
12990
129912010-02-17 Mark A. Hershberger <mah@everybody.org>
12992
12993 * vc-bzr.el: Fix typo in Known Bugs section.
12994
12995 * isearch.el (isearch-update-post-hook): New hook.
12996 (isearch-update): Use the new hook.
12997
129982010-02-16 Michael Albinus <michael.albinus@gmx.de>
12999
13000 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13001 Fix errors in copying directories.
13002 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
13003 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
13004 (tramp-handle-delete-file)
13005 (tramp-handle-dired-recursive-delete-directory)
13006 (tramp-handle-write-region): Flush also the cache for the upper
13007 directory.
13008
130092010-02-16 Chong Yidong <cyd@stupidchicken.com>
13010
13011 * simple.el (save-interprogram-paste-before-kill): Doc fix.
13012
13013 * cus-edit.el (hardware): Doc fix.
13014
13015 * man.el (man): Add to external custom group.
13016
13017 * delim-col.el (columns): Move to wp custom group.
13018
13019 * doc-view.el (doc-view): Add to data custom group.
13020
13021 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
13022
13023 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
13024 by ispell-parse-output (Bug#5575).
13025
130262010-02-16 Kenichi Handa <handa@m17n.org>
13027
13028 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
13029 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
13030 (skkdic-convert): Use `euc-japan' coding system for writing.
13031
130322010-02-16 Glenn Morris <rgm@gnu.org>
13033
13034 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
13035 tex-main-file before using it. (Bug#5562)
13036
130372010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
13038
13039 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
13040 warnings, since it is annoying for the user to see them each time he
13041 runs the code.
13042
130432010-02-15 Michael Albinus <michael.albinus@gmx.de>
13044
13045 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
13046 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
13047 instead of PROC for caching "first-password-request". Otherwise,
13048 new processes would not profit from passwords already entered.
13049
13050 * net/tramp-cache.el (tramp-dump-connection-properties):
13051 Don't save "first-password-request" property.
13052
130532010-02-14 Juanma Barranquero <lekktu@gmail.com>
13054
13055 * outline.el (outline-head-from-level):
13056 * simple.el (with-wrapper-hook):
13057 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
13058 (elint-defun, elint-buffer-env, elint-top-form-logged)
13059 (elint-unbound-variable):
13060 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
13061 Fix typos in docstrings.
13062
130632010-02-14 Michael Albinus <michael.albinus@gmx.de>
13064
13065 * files.el (insert-directory): When WILDCARD-REGEXP and
13066 FULL-DIRECTORY-P are nil, insert the file entry instead of the
13067 whole directory. (Bug#5551)
13068
13069 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
13070 dired's alignment sanity. (Bug#5516)
13071
130722010-02-14 Juri Linkov <juri@jurta.org>
13073
13074 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
13075 Remove remaining ^H with their preceding chars. (Bug#5566)
13076
130772010-02-13 Glenn Morris <rgm@gnu.org>
13078
13079 * simple.el (transpose-subr): Give it a doc-string.
13080
13081 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
13082 Doc fixes.
13083
130842010-02-12 Juri Linkov <juri@jurta.org>
13085
13086 * arc-mode.el (archive-unique-fname): Make directories for nested
13087 archives. (Bug#5540)
13088
130892010-02-12 Juri Linkov <juri@jurta.org>
13090
13091 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
13092
130932010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13094
13095 * subr.el (copy-overlay): Handle deleted overlays.
13096
13097 * man.el (Man-completion-table): Don't signal an error if we can't run
13098 manual-program (bug#4056).
13099
131002010-02-10 Juanma Barranquero <lekktu@gmail.com>
13101
13102 * textmodes/artist.el (artist-mt): Fix typos in docstring.
13103
131042010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13105
13106 * info.el (Info-bookmark-jump): Simplify.
13107
13108 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
13109 (bookmark-default-handler): Accept new bookmark field `buffer'.
13110
131112010-02-10 Chong Yidong <cyd@stupidchicken.com>
13112
13113 * iswitchb.el (iswitchb-completions): Revert last change.
13114
131152010-02-10 Michael Albinus <michael.albinus@gmx.de>
13116
13117 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
13118 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
13119 This prevents file names like "~/" being listed literally.
13120
131212010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13122
13123 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13124 Remove dead code. (Bug#5546)
13125
131262010-02-09 Chong Yidong <cyd@stupidchicken.com>
13127
13128 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
13129 correctly (Bug#5548).
13130
131312010-02-08 Jose E. Marchesi <jemarch@gnu.org>
13132
13133 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
13134 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
13135
131362010-02-08 Kenichi Handa <handa@m17n.org>
13137
13138 * international/mule-util.el (with-coding-priority): Add autoload
13139 cookie for putting `lisp-indent-function'.
13140
131412010-02-07 Glenn Morris <rgm@gnu.org>
13142
13143 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
13144 Move F2003 named interfaces from keywords-2 to keywords-1, and
13145 use function-name-face rather than constant-face.
13146 Simplify "abstract interface" regexp.
13147
131482010-02-07 Chong Yidong <cyd@stupidchicken.com>
13149
13150 * eshell/esh-util.el (eshell-file-attributes): New optional arg
13151 ID-FORMAT. Pass it to `file-attributes'.
13152
13153 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
13154
131552010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
13156
13157 * faces.el (set-face-attribute): Allow calling
13158 internal-set-lisp-face-attribute with 'unspecified family and
13159 foundry argument (Bug#5536).
13160
131612010-02-07 Glenn Morris <rgm@gnu.org>
13162
13163 * progmodes/f90.el (f90-font-lock-keywords-2)
13164 (f90-looking-at-type-like, f90-looking-at-program-block-end):
13165 Handle F2003 named interfaces.
13166
131672010-02-06 Chong Yidong <cyd@stupidchicken.com>
13168
13169 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
13170 beg and end before calling c-get-state-before-change-functions.
13171
131722010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
13173
13174 * vc-bzr.el (vc-bzr-dir-extra-headers):
13175 Disable the pending merges header.
13176
131772010-02-05 Juri Linkov <juri@jurta.org>
13178
13179 * doc-view.el (doc-view-mode):
13180 * image-mode.el (image-mode): Put property mode-class=special.
13181 (Bug#4896)
13182
131832010-02-05 Mark A. Hershberger <mah@everybody.org>
13184
13185 * vc-svn.el (vc-svn-revision-table): New function.
13186
131872010-02-05 Michael Albinus <michael.albinus@gmx.de>
13188
13189 * net/ange-ftp.el (ange-ftp-insert-directory):
13190 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13191 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13192 Handle also directories. (Bug#5478)
13193
131942010-02-05 Glenn Morris <rgm@gnu.org>
13195
13196 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
13197
131982010-02-05 Chong Yidong <cyd@stupidchicken.com>
13199
13200 * startup.el (command-line-1): Convert options beginning with a
13201 single dash as well (Bug#5519).
13202
132032010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
13204
13205 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
13206 * minibuffer.el (completion-initials-expand): Only check the presence
13207 of delims *within* the boundaries, since otherwise the / delim is
13208 always found for files.
13209
13210 Fix up various corner case problems.
13211 * doc-view.el (doc-view-last-page-number): New function.
13212 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
13213 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
13214 (doc-view-kill-proc): Avoid inf-loop in freak cases.
13215 (doc-view-reconvert-doc): Use the new recursive delete-directory.
13216 (doc-view-convert-current-doc): Don't create the resolution.el file
13217 here any more.
13218 (doc-view-pdf/ps->png): Do it here instead.
13219 (doc-view-already-converted-p): Check that resolution.el is present.
13220 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
13221 windows that are not yet showing images.
13222
132232010-02-04 Michael Albinus <michael.albinus@gmx.de>
13224
13225 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
cd1181db 13226 `dired-uncache' for every element which is an absolute file name.
33383987
JB
13227
13228 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
13229 directory, handle its directory component.
13230 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
13231 function is called permanently and creates noise, otherwise.
13232
13233 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13234 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13235 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
13236
132372010-02-04 David Burger <dburger@google.com> (tiny change)
13238
13239 * macros.el (apply-macro-to-region-lines):
13240 Minor simplification. (Bug#5485)
13241
132422010-02-04 Glenn Morris <rgm@gnu.org>
13243
13244 * mail/rmail.el (rmail-show-message-1): Handle malformed
13245 quoted-printable text. (Bug#5441)
13246
13247 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
13248
13249 * simple.el (visual-line-mode): Capitalize lighter.
13250
132512010-02-03 John Wiegley <jwiegley@gmail.com>
13252
13253 * iswitchb.el (iswitchb-completions): Add bookmark files to the
13254 list of files considered for "virtual buffer" completions.
13255
132562010-02-03 Michael Albinus <michael.albinus@gmx.de>
13257
13258 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
13259 also in case of (and (not full) (not wildcard)). This is needed
13260 when dired is called with a list of files, which are not in
13261 `default-directory'. (Bug#5478)
13262
132632010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
13264
13265 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
13266
132672010-02-02 Juri Linkov <juri@jurta.org>
13268
13269 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
13270 from unidiff to allow function-line after @@.
13271
132722010-02-02 Juri Linkov <juri@jurta.org>
13273
13274 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
13275 '(RCS SCCS) with inverted condition.
13276
132772010-02-02 Michael Albinus <michael.albinus@gmx.de>
13278
13279 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
13280 messages.
13281
132822010-02-01 Juri Linkov <juri@jurta.org>
13283
13284 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
13285 compare with "pkunzip" and "pkzip" instead of only "pkzip".
13286 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
13287 only when (car archive-zip-extract) is "unzip". (Bug#5475)
13288
132892010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13290
13291 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
13292 (doc-view-revert-buffer): New command.
13293 (doc-view-mode-map): Use it.
13294
132952010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13296
13297 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
13298 pending merge is detected.
13299
133002010-01-31 Juri Linkov <juri@jurta.org>
13301
13302 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
13303 beginning of interactive spec like all other grep commands do.
13304 Put "all" in front of "gz". (Bug#5260)
13305
133062010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
13307
13308 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
13309
133102010-01-29 Chong Yidong <cyd@stupidchicken.com>
13311
8350f087 13312 * dirtrack.el (dirtrack): Warn instead of signaling error if the
33383987
JB
13313 regexp is incorrect (Bug#5476).
13314
133152010-01-29 Michael Albinus <michael.albinus@gmx.de>
13316
13317 * net/tramp.el (tramp-handle-insert-directory): Handle also
13318 symlinks, when FILENAME is not in `default-directory'.
13319
133202010-01-28 Michael Albinus <michael.albinus@gmx.de>
13321
13322 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
13323 FILE is not in `default-directory'. (Bug#5478)
13324
13325 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
13326 of SWITCHES. Handle the case, FILENAME is not in
13327 `default-directory'. (Bug#5478)
13328 (tramp-register-file-name-handlers): Add safe-magic property.
13329
133302010-01-28 Chong Yidong <cyd@stupidchicken.com>
13331
13332 * arc-mode.el (archive-zip-extract): Quote the argument passed to
13333 unzip (Bug#5475).
13334
133352010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
13336
13337 * progmodes/flymake.el (flymake-allowed-file-name-masks)
13338 (flymake-master-make-header-init): Add other C++ filename masks.
13339 (flymake-find-possible-master-files)
13340 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
13341
133422010-01-28 Michael Albinus <michael.albinus@gmx.de>
13343
13344 Fix some busybox annoyances.
13345
13346 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
13347 not responding." string.
13348 (tramp-open-connection-setup-interactive-shell): Dump stty
13349 settings. Enable "neveropen" arg for all `tramp-send-command'
13350 calls. Handle "=" in variable values properly.
13351 (tramp-find-inline-encoding): Raise an error, when no encoding is
13352 found.
13353 (tramp-wait-for-output): Check, whether PROC buffer is available.
13354 Remove spurious " ^H" sequences, sent by busybox.
13355 (tramp-get-ls-command): Suppress coloring, if possible.
13356
133572010-01-28 Glenn Morris <rgm@gnu.org>
13358
13359 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
13360
13361 * log-edit.el (log-edit-strip-single-file-name): Add missing
13362 :safe, :group, and :version tags.
13363
133642010-01-27 Stephen Berman <stephen.berman@gmx.net>
13365
13366 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
13367 buffers. (Bug#5477)
13368
133692010-01-27 David De La Harpe Golden <david@harpegolden.net>
13370
13371 * files.el (delete-directory): Handle moving to trash without
13372 first doing recursion (Bug#5436).
13373
133742010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
13375
13376 * vc-hooks.el (vc-path): Mark as obsolete.
13377
133782010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
13379
13380 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
13381 names too.
13382
13383 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
13384 for the short log.
13385 (vc-bzr-log-view-mode): Adjust regexp for the above change.
13386
133872010-01-25 Mark A. Hershberger <mah@everybody.org>
13388
13389 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
13390
13391 * vc-bzr.el (vc-bzr-revision-table): New function.
13392
133932010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
13394
13395 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
13396 diff-index command. This requires at least git-1.5.5. (Bug#1589).
13397
133982010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13399
13400 Remove support for adding --signoff on commit.
13401 Future support will use an incompatible generic mechanism.
13402 * vc-git.el (vc-git-add-signoff): Remove variable.
13403 (vc-git-toggle-signoff): Remove function.
13404 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
13405
13406 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13407 Rename from xterm-set-background-mode. Return t if the background mode
13408 was set.
13409 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
13410 earlier, call it again in case the background mode has changed.
13411
134122010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
13413
13414 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
13415 (Bug#3541).
13416
134172010-01-23 Chong Yidong <cyd@stupidchicken.com>
13418
13419 * emacs-lisp/assoc.el (aelement): Doc fix.
13420 (aput, adelete, amake): Use lexical-let (Bug#5450).
13421
134222010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
13423
13424 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
13425 is the same as subprogram call, not declaration. (Bug#5435).
13426
134272010-01-23 Michael Albinus <michael.albinus@gmx.de>
13428
13429 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
13430 (tramp-smb-maybe-open-connection): Use it.
13431
134322010-01-22 Michael Albinus <michael.albinus@gmx.de>
13433
13434 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
13435
134362010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13437
13438 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
13439 just because we see "encoding: 8bit".
13440 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
13441
134422010-01-22 Chong Yidong <cyd@stupidchicken.com>
13443
13444 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
13445
134462010-01-22 Eli Zaretskii <eliz@gnu.org>
13447
13448 * jka-compr.el (jka-compr-load): If load-file is not in
13449 load-history, try its file-truename version. (bug#5447)
13450
134512010-01-21 Alan Mackenzie <acm@muc.de>
13452
13453 Fix a situation where deletion of a cpp construct throws an error.
13454 * progmodes/cc-engine.el (c-invalidate-state-cache):
13455 Before invoking c-with-all-but-one-cpps-commented-out, check that the
13456 special cpp construct is still in the buffer.
13457 (c-parse-state): Record the special cpp with markers, not numbers.
13458
134592010-01-21 Kenichi Handa <handa@m17n.org>
13460
13461 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
13462 process last-command-event, as it is now decoded first (Bug#5380).
13463
134642010-01-20 Chong Yidong <cyd@stupidchicken.com>
13465
13466 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
13467
134682010-01-20 Glenn Morris <rgm@gnu.org>
13469
13470 * indent.el (tab-always-indent): Fix custom-type.
13471
134722010-01-19 Alan Mackenzie <acm@muc.de>
13473
13474 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
13475 buffer throws "args out of range".
13476 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
13477 playing the role of delimiter.
13478
134792010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
13480
13481 * progmodes/ada-mode.el: Fix bug#5400.
13482 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
13483 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
13484 changed. Delete RECURSIVE parameter; never used. Improve doc string.
13485 Improve comments in "is" portion. Handle null procedure declaration.
13486 (ada-move-to-end): Improve doc string.
13487
134882010-01-18 Óscar Fuentes <ofv@wanadoo.es>
13489
13490 * ido.el (ido-cur-list): Initialize to nil.
13491 Remove obsolete information from commentary.
13492 (ido-choice-list): Initialize to nil.
13493 (ido-get-bufname): Reject minibuffers.
13494 (ido-make-buffer-list): If "default" is a nonexistent
13495 buffer, ignore it, as per the function's comment.
13496 (ido-kill-buffer-internal): New function.
13497 (ido-kill-buffer-at-head): Use it.
13498 (ido-visit-buffer): Likewise.
13499
135002010-01-18 Chong Yidong <cyd@stupidchicken.com>
13501
13502 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
13503
135042010-01-18 Juanma Barranquero <lekktu@gmail.com>
13505
13506 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
13507 Fix typos in chart titles.
13508
13509 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
13510 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
13511 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
13512 (describe-class, eieio-describe-generic, describe-generic):
13513 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
13514 (eieio-speedbar-expand):
13515 * emulation/viper-cmd.el (viper-exec-form-in-vi)
13516 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
13517 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
13518 (viper-del-backward-char-in-replace, viper-backward-indent)
13519 (viper-brac-function, viper-register-to-point, viper-submit-report):
13520 * net/tramp.el (tramp-remote-coding-commands):
13521 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
13522 Fix typos in docstrings.
13523
135242010-01-17 Chong Yidong <cyd@stupidchicken.com>
13525
13526 * mail/sendmail.el (mail-yank-original): Set the mark if the
13527 specified function for yanking does not do it.
13528
135292010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
13530
13531 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
13532
13533 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
13534 resyncing a directory.
13535
135362010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
13537
13538 * progmodes/ada-mode.el: Fix bug#1920.
13539 (ada-ident-re): Delete ., allow multibyte characters.
13540 (ada-goto-label-re): New; matches goto labels.
13541 (ada-block-label-re): New; matches block labels.
13542 (ada-label-re): New; matches both.
13543 (ada-named-block-re): Delete; callers changed to use
13544 `ada-block-label-re' instead.
13545 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
13546 Use `ada-block-label-re'.
13547 (ada-indent-on-previous-lines): Improve handling of goto labels.
13548 (ada-get-indent-block-start): Special-case block label.
13549 (ada-get-indent-label): Split into `ada-indent-block-label' and
13550 `ada-indent-goto-label'.
13551 (ada-goto-stmt-start, ada-goto-next-non-ws):
13552 Optionally ignore goto labels.
13553 (ada-goto-next-word): Simplify.
13554 (ada-indent-newline-indent-conditional): Insert newline before
13555 trying to fix indentation; doc fix.
13556
135572010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
13558
13559 * calc/calc.el (calc-command-flags): Give it an initial value.
13560
135612010-01-17 Juanma Barranquero <lekktu@gmail.com>
13562
13563 * files.el (minibuffer-with-setup-hook):
13564 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
13565 (artist-key-draw-continously, artist-key-do-continously-continously)
13566 (artist-key-set-point-continously, artist-mouse-draw-continously):
13567 Fix typos in docstrings.
13568
135692010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
13570
13571 * nxml/nxml-mode.el (nxml-extend-after-change-region):
13572 Never return t (Bug#3898).
13573
135742010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
13575
13576 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
13577 can parse the output of the external commands (Bug#5279).
13578
135792010-01-16 Jari Aalto <jari.aalto@cante.net>
13580
13581 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
13582
135832010-01-16 Chong Yidong <cyd@stupidchicken.com>
13584
13585 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
13586
13587 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
13588
13589 * startup.el (command-line): Remove unused --icon-type arg.
13590 Handle --display arg, passing it to command-line-1 (Bug#5392).
13591
135922010-01-16 Mario Lang <mlang@delysid.org>
13593
13594 * emacs-lisp/chart.el (chart-translate-namezone):
13595 * textmodes/artist.el (artist-compute-popup-menu-table):
13596 Remove duplicated words in doc-strings.
13597
665e5e07 135982010-01-15 David Abrahams <dave@boostpro.com>
33383987
JB
13599
13600 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
13601 to mairix-search to suppress threading (Bug#5342).
13602
136032010-01-15 Kenichi Handa <handa@m17n.org>
13604
13605 * international/mule-cmds.el (canonicalize-coding-system-name):
13606 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
13607
136082010-01-15 Glenn Morris <rgm@gnu.org>
13609
13610 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
13611
13612 * wid-edit.el (widget-keymap): Doc fix.
13613
13614 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
13615 former seems to be more widely accepted by various svn versions.
13616
136172010-01-14 Juanma Barranquero <lekktu@gmail.com>
13618
13619 * find-cmd.el (find-constituents):
13620 * vc-arch.el (vc-arch-root):
13621 * window.el (window-body-height, pop-up-frames):
13622 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
13623 * progmodes/ada-stmt.el (ada-if):
13624 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
13625 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
13626 (ispell-encoding8-command, ispell-aspell-supports-utf8)
13627 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
13628
13629 * progmodes/flymake.el (flymake-post-syntax-check):
13630 Fix typo in error message.
13631
136322010-01-14 Juanma Barranquero <lekktu@gmail.com>
13633
13634 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
13635 which is always a string. (Bug#5313)
13636
136372010-01-14 Juanma Barranquero <lekktu@gmail.com>
13638
13639 * progmodes/ada-xref.el (ada-default-prj-properties):
13640 Simplify previous change.
13641
136422010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13643
13644 * progmodes/ada-xref.el (ada-default-prj-properties):
13645 Default ada_project_path to $ADA_PROJECT_PATH.
13646
136472010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13648
13649 * progmodes/ada-mode.el (ada-create-keymap):
13650 Override `narrow-to-defun' with `ada-narrow-to-defun'.
13651
136522010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13653
13654 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
13655 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
13656 (ada-get-current-indent, ada-imenu-generic-expression)
13657 (ada-which-function): Check for it.
13658
136592010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13660
13661 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
13662 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
13663
136642010-01-14 Glenn Morris <rgm@gnu.org>
13665
13666 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
13667
136682010-01-14 Kenichi Handa <handa@m17n.org>
13669
13670 * composite.el (auto-composition-mode): Make it a buffer local
13671 variable (permanent-local).
13672 (auto-composition-function): Set the default value to
13673 auto-compose-chars.
13674 (auto-composition-mode): Make it a simple function, not a minor mode.
13675 (global-auto-composition-mode): Likewise.
13676 (turn-on-auto-composition-if-enabled): Delete it.
13677
136782010-01-13 Karl Fogel <kfogel@red-bean.com>
13679
13680 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
13681
136822010-01-12 Michael Albinus <michael.albinus@gmx.de>
13683
13684 * files.el (copy-directory): Compute target for recursive
13685 directories with identical names. (Bug#5343)
13686
136872010-01-12 Glenn Morris <rgm@gnu.org>
13688
13689 * mail/emacsbug.el (report-emacs-bug-pretest-address):
13690 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
13691
136922010-01-11 Sam Steingold <sds@gnu.org>
13693
13694 * imenu.el (imenu-default-create-index-function): Detect infinite
13695 loops caused by imenu-prev-index-position-function.
13696
136972010-01-11 Juanma Barranquero <lekktu@gmail.com>
13698
13699 * htmlfontify.el (htmlfontify-load-rgb-file)
13700 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
13701 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
13702 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
13703 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
13704 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
13705 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
13706 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
13707 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
13708 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
13709 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
13710 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
13711 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
13712 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
13713 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
13714 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
13715 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
13716 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
13717 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
13718 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
13719 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
13720 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
13721 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
13722 backslash-quoting from parentheses, etc.
13723
137242010-01-11 Chong Yidong <cyd@stupidchicken.com>
13725
13726 * progmodes/js.el: Autoload javascript-mode alias.
13727
137282010-01-11 Juanma Barranquero <lekktu@gmail.com>
13729
13730 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
13731 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
13732 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
13733 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
13734 Fix typos in docstrings.
13735 (ffap-url-regexp): Doc fix.
13736 (ffap-at-mouse): Fix typo in message.
13737
137382010-01-11 Glenn Morris <rgm@gnu.org>
13739
13740 * version.el (emacs-copyright): Set copyright year to 2010.
13741
137422010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
13743
13744 * format.el (format-annotate-function): Only set
13745 write-region-post-annotation-function after running to-fn so as not to
13746 affect nested write-region calls (bug#5273).
13747
137482010-01-10 Chong Yidong <cyd@stupidchicken.com>
13749
13750 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
13751 wisent/python.el.
13752
137532010-01-09 Chong Yidong <cyd@stupidchicken.com>
13754
13755 * man.el (Man-goto-section): Signal error if the section is not
13756 found (Bug#5317).
13757
137582010-01-09 Juanma Barranquero <lekktu@gmail.com>
13759
13760 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
13761 URLs with a leading triple slash in the file: scheme. (Bug#5345)
13762
137632010-01-09 Chong Yidong <cyd@stupidchicken.com>
13764
13765 * progmodes/compile.el: Don't treat compile-command as safe if
13766 compilation-read-command might be nil (Bug#4218).
13767
137682010-01-09 Jan Djärv <jan.h.d@swipnet.se>
13769
13770 * startup.el (command-line-1): Use orig-argi to check for ignored X and
13771 NS options.
13772
137732010-01-08 Kenichi Handa <handa@m17n.org>
13774
13775 * international/fontset.el (build-default-fontset-data):
13776 Exclude characters in scripts kana, hangul, han, or cjk-misc.
13777
137782010-01-07 Juanma Barranquero <lekktu@gmail.com>
13779
13780 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
13781 to `create-file-buffer' as it expects, not just a buffer name.
13782 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
13783 to help uniquify. (Bug#3224)
13784
137852010-01-06 Jan Djärv <jan.h.d@swipnet.se>
13786
13787 * font-setting.el (font-setting-change-default-font): Use user-spec
13788 instead of name.
13789
137902010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
13791
13792 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
13793
137942010-01-05 Tom Tromey <tromey@redhat.com>
13795
13796 * progmodes/python.el (python-font-lock-keywords):
13797 Handle qualified decorators (Bug#881).
13798
137992010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13800
13801 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
13802 in a lightweight checkout.
13803
138042010-01-05 Kenichi Handa <handa@m17n.org>
13805
13806 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
13807
138082010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13809
13810 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
13811
138122010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
13813
13814 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
13815 checkouts. (Bug#618)
13816 (vc-bzr-log-view-mode): Also highlight the author.
13817 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
13818 (vc-bzr-shelve-menu-map):
13819 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
13820 (vc-bzr-shelve-apply): Make prompt more explicit.
13821
138222010-01-02 Chong Yidong <cyd@stupidchicken.com>
13823
13824 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
13825 They are valid characters in URL paths (rfc3986), and at least
13826 Firefox does not understand the encoded version (Bug#3166).
13827
138282010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
13829
13830 * progmodes/octave-mod.el (octave-end-keywords)
13831 (octave-block-begin-or-end-regexp, octave-block-match-alist):
13832 Add "end" keyword (Bug#3061).
13833 (octave-end-as-array-index-p): New function.
13834 (calculate-octave-indent): Use it.
13835
138362010-01-02 Karl Fogel <kfogel@red-bean.com>
13837
13838 * bookmark.el: Consistently put the text property on the bookmark name.
13839 (bookmark-bmenu-marks-width): Bump back to 2, to include
13840 annotation marks.
13841 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
13842 property on the bookmark name, instead of not putting it at all.
13843 (bookmark-bmenu-list): Fix where we put the text property.
13844
138452010-01-02 Karl Fogel <kfogel@red-bean.com>
13846
13847 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
13848 for showing buffer modified state (as added in the previous change).
13849
138502010-01-02 Karl Fogel <kfogel@red-bean.com>
13851
13852 * bookmark.el: Show modified state of bookmark buffer more accurately.
13853 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
13854 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
13855 (with-buffer-modified-unmodified): New macro.
13856 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
13857 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
13858 Use new macro to preserve the buffer modified state.
13859
138602010-01-02 Karl Fogel <kfogel@red-bean.com>
13861
13862 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
13863 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
13864 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
13865 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
13866 (bookmark-bmenu-rename, bookmark-bmenu-locate)
13867 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
13868 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
13869
138702010-01-02 Eli Zaretskii <eliz@gnu.org>
13871
13872 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13873 Make the lines in the generated doc string shorter. (Bug#4668)
13874
138752010-01-02 Ryan Yeske <rcyeske@gmail.com>
13876
13877 * net/rcirc.el: Add follow-link binding (Bug#4738).
13878
138792010-01-02 Eli Zaretskii <eliz@gnu.org>
13880
13881 * Makefile.in (bzr-update): Rename from cvs-update.
13882 (cvs-update): New target for backward compatibility.
13883
13884 * makefile.w32-in (bzr-update): Rename from cvs-update.
13885 (cvs-update): New target for backward compatibility.
13886
138872010-01-02 Karl Fogel <kfogel@red-bean.com>
13888
13889 * bookmark.el: Remove gratuitous gratitude.
13890
138912010-01-02 Karl Fogel <kfogel@red-bean.com>
13892
13893 * bookmark.el (bookmark-bmenu-any-marks): New function.
13894 (bookmark-bmenu-save): Clear buffer modification if no marks.
13895
138962010-01-02 Karl Fogel <kfogel@red-bean.com>
13897
13898 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
13899 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
13900 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
13901 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
13902
13903 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
13904 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
13905 To: emacs-devel {_AT_} gnu.org
13906 Subject: bookmark.el bug report
13907 Date: Mon, 28 Dec 2009 14:19:16 +0800
13908 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
13909
139102010-01-02 Karl Fogel <kfogel@red-bean.com>
13911
13912 * bookmark.el: Improvements suggested by Drew Adams:
13913 (bookmark-bmenu-ensure-position): New name for
13914 `bookmark-bmenu-check-position'. Just ensure the position,
13915 don't return any meaningful value.
13916 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
13917 New constants.
13918
139192010-01-02 Juanma Barranquero <lekktu@gmail.com>
13920
13921 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
13922 (bookmark-yank-point, bookmark-bmenu-check-position):
13923 Fix typos in docstrings.
13924 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
13925 (bookmark-name-from-full-record, bookmark-get-position)
13926 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
13927 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
13928 Remove useless quoting of parenthesis, etc. in docstrings.
13929
13930 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
13931 (ediff-append-custom-diff): Fix typo in error message.
13932 (ediff-meta-mark-equal-files): Fix typos in messages.
13933
13934 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
13935
13936 * net/imap-hash.el (imap-hash-make): Doc fix.
13937 (imap-hash-test): Fix typo in error message; reflow docstring.
13938 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
13939 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
13940 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
13941 Fix typos in docstrings.
13942 (imap-hash-open-connection): Fix typo in error message.
13943
13944 * play/gomoku.el (gomoku): Fix typos in docstring.
13945
13946 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
13947 (gdb-jsonify-buffer): Fix typos in docstring.
13948 (gdb-goto-breakpoint): Fix typo in error message.
13949 ("Display Other Windows"): Fix typo in help message.
13950 (gdb-speedbar-expand-node): Fix typo in question.
13951
13952 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
13953 (idlwave-html-system-help-location, idlwave-html-help-location)
13954 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
13955 (idlwave-help-browser-generic-args, idlwave-help-directory)
13956 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
13957 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
13958 (idlwave-online-help, idlwave-help-html-link)
13959 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
13960 Fix typos in docstrings.
13961 (idlwave-help-with-source, idlwave-help-find-routine-definition):
13962 Reflow docstrings.
13963 (idlwave-help-assistant-start): Fix typo in error message.
13964
13965 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
13966 (octave-electric-space): Fix typos in docstrings.
13967
139682010-01-01 Chong Yidong <cyd@stupidchicken.com>
13969
13970 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
13971
139722010-01-01 Juri Linkov <juri@jurta.org>
13973
13974 * comint.el (comint-input-ring-size): Make it a defcustom and
13975 increase the default to 500 (Bug#5148).
13976
139772009-12-31 Nick Roberts <nickrob@snap.net.nz>
13978
13979 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
13980 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
13981 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
13982
139832009-12-30 Nick Roberts <nickrob@snap.net.nz>
13984
13985 Show working revision correctly for mercurial.
13986 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
13987 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
13988
139892009-12-29 Juanma Barranquero <lekktu@gmail.com>
13990
13991 Declare some functions for the byte-compiler.
13992 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
13993 (speedbar-timer-fn, speedbar-change-expand-button-char)
13994 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
13995
139962009-12-29 Nick Roberts <nickrob@snap.net.nz>
13997
13998 This changeset reverts GDB Graphical Interface to use annotations.
13999 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
14000
140012009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
14002
14003 Make vc-dir work on subdirectories of the bzr root.
14004 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
14005 Return file names relative to it.
14006 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
14007 relative directory to vc-bzr-after-dir-status.
14008
140092009-12-28 Tassilo Horn <tassilo@member.fsf.org>
14010
14011 * font-lock.el (font-lock-refresh-defaults): New function, which
14012 can be used to let font-lock react to external changes in
14013 variables like font-lock-defaults and keywords.
14014 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
14015
140162009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
14017
14018 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
14019
14020 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
14021
140222009-12-28 Juanma Barranquero <lekktu@gmail.com>
14023
14024 Supersede color.diff settings in git log (bug#5211).
14025
14026 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
14027 escape chars in its output when the user has color.diff set to `always'.
14028 This fix works on git 1.4.2 and newer (released on 2006-08-13).
14029
140302009-12-26 Kevin Ryde <user42@zip.com.au>
14031
14032 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
14033 node. Keep previous "Index" name to work with past coreutils too.
14034
14035 * man.el (man): Revise docstring a bit to show -a and -l as
14036 examples. Add -k description since support for it has otherwise
14037 been a secret. (Further to bug#3717.)
14038 (Man-bgproc-sentinel): When "-k foo" produces no output show error
14039 "no matches" rather than "Can't find manpage", as the latter reads
14040 like -k was interpreted as a page name, which is not so. (Bug#5431)
14041
140422009-12-26 Michael Albinus <michael.albinus@gmx.de>
14043
14044 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
14045 switches. Check also for //SUBDIRED// line.
14046
140472009-12-25 Kenichi Handa <handa@m17n.org>
14048
14049 * language/indian.el (devanagari-composable-pattern): Fix to
14050 handle ZWNJ and ZWJ. Use it in composition-function-table for
14051 Devanagari.
14052 (malayalam-composable-pattern): Fix previous change.
14053
140542009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14055
14056 * ps-print.el (ps-face-attributes): It was not returning the
14057 attribute face for faces specified as string. Reported by harven
14058 <harven@free.fr>. (Bug#5254)
14059 (ps-print-version): New version 7.3.5.
14060
140612009-12-18 Ulf Jasper <ulf.jasper@web.de>
14062
14063 * calendar/icalendar.el (icalendar--convert-tz-offset):
14064 Fix timezone names.
14065 (icalendar--convert-tz-offset): Fix the "last-day-problem".
14066 (icalendar--add-diary-entry): Remove the trailing blank that
14067 diary-make-entry inserts.
14068
140692009-12-17 Michael Albinus <michael.albinus@gmx.de>
14070
14071 Make `file-expand-wildcards' work for remote files.
14072
14073 * files.el (file-expand-wildcards): In case of remote files, check
14074 only local file name part for wildcards. Provide feature 'files
14075 and subfeature 'remote-wildcards. (Bug#5198)
14076
14077 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
14078 if there is already an established connection.
14079 (tramp-advice-file-expand-wildcards): Remove it.
14080
14081 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
14082 (tramp-advice-file-expand-wildcards): Move from tramp.el.
14083 Activate advice for older GNU Emacs versions. (Bug#5237)
14084
140852009-12-17 Juanma Barranquero <lekktu@gmail.com>
14086
14087 Some doc fixes (more needed).
14088
14089 * find-cmd.el (find-constituents): Reflow docstring.
14090 (find-cmd, find-prune, find-command): Fix typos in docstrings.
14091 (find-generic): Doc fix.
14092
140932009-12-17 Juri Linkov <juri@jurta.org>
14094
14095 Fix regression from 23.1 to allow multiple modes in Local Variables.
14096
14097 * files.el (hack-local-variables-filter): While ignoring duplicates,
14098 don't take `mode' into account.
14099 (hack-local-variables-filter, hack-dir-local-variables):
14100 Don't remove duplicate `mode' from local-variables-alist (like `eval').
14101
141022009-12-17 Juri Linkov <juri@jurta.org>
14103
14104 Make `dired-diff' safer. (Bug#5225)
14105
14106 * dired-aux.el (dired-diff): Signal an error when `file' equals to
14107 `current' or when `file' is a directory of the `current' file.
14108
141092009-12-17 Andreas Schwab <schwab@linux-m68k.org>
14110
14111 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
14112 unconditionally preloaded files.
14113
141142009-12-16 Juri Linkov <juri@jurta.org>
14115
14116 Revert to old 23.1 logic of using the file at the mark as default.
14117 * dired-aux.el (dired-diff): Use the file at the mark as default
14118 if it's not the same as the current file, and the target dir is
14119 the current dir or the mark is active. Add the current file
14120 as the arg of `dired-dwim-target-defaults'. Use the default file
14121 in the prompt. (Bug#5225)
14122
141232009-12-15 Michael Albinus <michael.albinus@gmx.de>
14124
14125 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
14126 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
14127 (tramp-check-for-regexp): Check also, when an echoing shell stops
14128 to echo sent commands.
14129
141302009-12-14 Chong Yidong <cyd@stupidchicken.com>
14131
14132 * Makefile.in: Revert last change (Bug#5191).
14133
141342009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
14135
14136 * vc-hg.el (vc-hg-print-log): Fix argument order.
14137 (vc-hg-working-revision): Make sure the command is executed in a
14138 known environment so that we can parse the output. (Bug#4417)
14139
141402009-12-14 Chong Yidong <cyd@stupidchicken.com>
14141
14142 * progmodes/python.el (python-symbol-completions): Remove text
14143 properties from symbol string before calling python-send-receive.
14144
141452009-12-14 Nick Roberts <nickrob@snap.net.nz>
14146
14147 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
14148 when there are values for both file and line. (Bug#5060)
14149
141502009-12-14 Juri Linkov <juri@jurta.org>
14151
14152 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
14153 whitespace after the file name of the first line of unified format,
14154 because git-diff doesn't output whitespace and file modification time
14155 after the file name.
14156
141572009-12-14 David Kastrup <dak@gnu.org>
14158
14159 * info.el (Info-hide-cookies-node): Before hiding a cookie,
14160 check if it already has the `display' property added by
14161 `Info-display-images-node', and not put the `invisible' property
14162 in this case.
14163
141642009-12-13 Glenn Morris <rgm@gnu.org>
14165
14166 * mail/emacsbug.el (message-sort-headers): Define for compiler.
14167 (report-emacs-bug): In message-mode, sort manually before storing
14168 original report text. (Bug#5178)
14169 Remove superfluous save-excursion.
14170
141712009-12-12 Michael Albinus <michael.albinus@gmx.de>
14172
14173 * net/dbus.el (dbus-property-handler): Filter lambda forms out
14174 when responding to "GetAll" properties.
14175
141762009-12-12 Chong Yidong <cyd@stupidchicken.com>
14177
14178 * simple.el (compose-mail): Remove mail-setup-with-from from
14179 customization checks.
14180
141812009-12-12 Eli Zaretskii <eliz@gnu.org>
14182
14183 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
14184 RAR archives created on Unix systems.
14185
141862009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
14187
14188 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
14189 the varalias that was accidentally removed by the 2009-11-19 change
14190 (bug#5186).
14191
141922009-12-12 Kenichi Handa <handa@m17n.org>
14193
14194 * language/indian.el (indian-compose-regexp): New function.
14195 (malayalam-composable-pattern): Fix the pattern.
14196 (composition-function-table): Set malayalam-composable-pattern for
14197 Malayalam characters.
14198
141992009-12-11 Chong Yidong <cyd@stupidchicken.com>
14200
14201 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
14202 rather than down-mouse-1, based on follow-link conventions.
14203
14204 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
14205 are compiled.
14206
142072009-12-11 Michael McNamara <mac@mail.brushroad.com>
14208
14209 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
14210 (verilog-vmm-statement-re, verilog-ovm-statement-re)
14211 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
14212 (verilog-leap-to-head, verilog-backward-token):
14213 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
14214
142152009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
14216
14217 * progmodes/verilog-mode.el (verilog-auto-lineup)
14218 (verilog-nameable-item-re): Cleanup user-visible spelling and
14219 documentation errors. One reported by Gary Delp.
14220 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
14221 (verilog-read-decls): Fix AUTOWIRE with types declared in a
14222 package, bug195. Reported by Pierre-David Pfister.
14223
142242009-12-11 Glenn Morris <rgm@gnu.org>
14225
14226 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
14227
14228 * mail/emacsbug.el: No longer require sendmail.
14229 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
14230 (report-emacs-bug-orig-text): Doc fix.
14231 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
14232 New local variables, to adapt to different mail-user-agents.
14233 (report-emacs-bug): Fix test for a gnu.org address.
14234 Use overlays for emphasis, since font-lock defeats 'face property.
14235 Pretest bugs also end up at the newsgroup these days.
14236 Stop message-mode stripping text properties.
14237 Set and use the new buffer-local variables.
14238 (report-emacs-bug-hook): Add doc-string.
14239 Remove some unnecessary save-excursions and simplify.
14240 Use the appropriate hook and send-command.
14241
14242 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
14243 capitalization of some menu entries.
14244
142452009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14246
14247 * whitespace.el (whitespace-display-char-on):
14248 Ensure `buffer-display-table' is unique when two or more windows are
14249 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
14250 New version 12.1.
14251
142522009-12-10 Eli Zaretskii <eliz@gnu.org>
14253
14254 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
14255 characters in the Attribute field.
14256
142572009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
14258
14259 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
14260
142612009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
14262
14263 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
14264 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14265 Disregard autoload-excludes.
14266 (update-directory-autoloads): Obey autoload-excludes here instead.
14267 But don't store its contents in no-autoloads and remove entries that
14268 refer to excludes files.
14269
142702009-12-10 Glenn Morris <rgm@gnu.org>
14271
14272 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
14273 (expand-mail-aliases): Define for compiler.
14274
14275 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
14276 Define for compiler.
14277
14278 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
14279 appropriate for the mail-user-agent in use.
14280
142812009-12-09 Michael Albinus <michael.albinus@gmx.de>
14282
14283 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
14284
142852009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
14286
14287 Fix short log parsing and fontification.
14288 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
14289 Fix fontification for the [merge] label.
14290
142912009-12-09 Vivek Dasmohapatra <vivek@etla.org>
14292
14293 Drop some properties to avoid surprises (bug#5002).
14294 * htmlfontify.el (hfy-ignored-properties): New defcustom.
14295 (hfy-fontify-buffer): Use it.
14296
142972009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
14298
14299 Minor cleanup.
14300 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
14301 Adjust all callers.
14302 (ffap-locate-file): Remove unused arg `dir-ok' and make other
14303 args compulsory. Adjust callers.
14304 (ffap-gopher-at-point): Remove unused var `name'.
14305
14306 Get rid of the ELCFILES abomination.
14307 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
14308 (compile-elcfiles): New phony target.
14309 (compile-main): Compute ELCFILES dynamically.
14310 (compile-clean): New target to remove left-over elc files.
14311 (compile, all): Use it.
14312
143132009-12-09 Kenichi Handa <handa@etlken>
14314
14315 * international/mule-diag.el: Require help-mode instead of help-fns.
14316
143172009-12-09 Kenichi Handa <handa@m17n.org>
14318
14319 * international/mule-cmds.el (ucs-names): Supply sufficiently
14320 fine ranges instead of pre-calculating accurate ranges.
14321 Iterate with bigger gc-cons-threshold.
14322
143232009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
14324
14325 Add support for stashing a snapshot of the current tree.
14326 * vc-git.el (vc-git-stash-snapshot): New function.
14327 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
14328
143292009-12-08 Jose E. Marchesi <jemarch@gnu.org>
14330
14331 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
14332 instead of `(beginning|end)-of-line'.
14333
143342009-12-08 Glenn Morris <rgm@gnu.org>
14335
14336 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
14337
14338 * Makefile.in (ELCFILES): Regenerate.
14339
143402009-12-07 Juri Linkov <juri@jurta.org>
14341
14342 Don't lazy-highlight the comint output in history Isearch mode.
14343
14344 * comint.el (comint-history-isearch-search): Instead of
14345 `comint-line-beginning-position', use `comint-after-pmark-p'
14346 to check if point if before the process mark, and go to
14347 `process-mark' in this case.
14348
143492009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14350
14351 * textmodes/tex-mode.el (latex-complete)
14352 (latex-indent-or-complete): Remove.
14353 (latex-mode): Set completion-at-point-functions instead.
14354
14355 Provide a standard completion command and hook it into TAB.
14356 * minibuffer.el (completion-at-point-functions): New var.
14357 (completion-at-point): New command.
14358 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
14359 * progmodes/python.el (python-mode-map): Use completion-at-point.
14360 (python-completion-at-point): Rename from python-partial-symbol and
14361 adjust for use in completion-at-point-functions.
14362 (python-mode): Setup completion-at-point for Python completion.
14363 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
14364 extracted from lisp-complete-symbol.
14365 (lisp-complete-symbol): Use it.
14366 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
14367 setup completion-at-point for Elisp completion.
14368 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14369 Use completion-at-point.
14370 * ielm.el (ielm-map): Use completion-at-point.
14371 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
14372 * progmodes/sym-comp.el: Move to...
14373 * obsolete/sym-comp.el: Move from progmodes.
14374
143752009-12-07 Eli Zaretskii <eliz@gnu.org>
14376
14377 Prevent save-buffer in Rmail buffers from using the coding-system
14378 of the current message, and from clobbering the encoding mnemonics
14379 in the mode line (Bug#4623).
14380
14381 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
14382 flag, too.
14383 (rmail-message-encoding): New variable.
14384 (rmail-write-region-annotate): Record the encoding of the current
14385 message in rmail-message-encoding.
14386 (rmail-after-save-hook): New function, restores the encoding of
14387 the current message after the message collection is saved.
14388
143892009-12-07 Juri Linkov <juri@jurta.org>
14390
14391 * progmodes/grep.el (grep-read-files): Use `completing-read'
14392 instead of `read-string'. Set its `collection' arg to
14393 `read-file-name-internal'. (Bug#4301)
14394
143952009-12-07 Juri Linkov <juri@jurta.org>
14396
14397 Correctly restore original Isearch point. (Bug#4994)
14398
14399 * isearch.el (isearch-mode): Move `isearch-push-state' after
14400 `(run-hooks 'isearch-mode-hook)'.
14401 (isearch-cancel): When `isearch-push-state-function' is defined,
14402 let-bind `isearch-cmds' to the first state (the last element of
14403 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
14404 function and restores the original point). Otherwise, move point
14405 to `isearch-opoint'.
14406
144072009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14408
14409 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
14410 chars that don't have names, so the table can be built much faster at
14411 run-time.
14412
144132009-12-07 Chong Yidong <cyd@stupidchicken.com>
14414
14415 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
14416 change. Suggested by David Kastrup.
14417
14418 * simple.el (compose-mail): Check for incompatibilities and warn.
14419 (compose-mail-user-agent-warnings): New option.
14420
144212009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14422
14423 Support showing a single log entry from vc-annotate.
14424 * vc.el (print-log): Add a new argument: START-REVISION.
14425 (vc-print-log-internal): Add a new optional argument and
14426 pass it to the backend.
14427 (vc-print-log, vc-print-root-log): Adjust callers.
14428 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
14429 buffer already displays the requested log entry, use it.
14430 Otherwise display only the log entry in question.
14431 * vc-svn.el (vc-svn-print-log):
14432 * vc-mtn.el (vc-mtn-print-log):
14433 * vc-hg.el (vc-hg-state):
14434 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
14435 (vc-git-show-log-entry): Return t on success.
14436 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
14437 (vc-bzr-show-log-entry): Return t on success.
14438 * vc-rcs.el (vc-rcs-print-log):
14439 * vc-sccs.el (vc-sccs-print-log):
14440 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
14441
144422009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14443
14444 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
14445 Add menus to the meta mode. (Bug#5043)
14446
144472009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
14448
14449 * ediff-init.el (ediff-event-key): Use event-to-character instead of
14450 event-key.
14451
14452 * ediff.el (ediff-buffers-internal): Add unwind-protect.
14453
144542009-12-07 Michael Albinus <michael.albinus@gmx.de>
14455
14456 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
14457 Berbain <raphael.berbain@gmail.com>.
14458
14459 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
14460 characters.
14461 (tramp-initial-end-of-output): New defconst.
14462 (tramp-methods, tramp-find-shell)
14463 (tramp-open-connection-setup-interactive-shell)
14464 (tramp-maybe-open-connection): Use it.
14465 (tramp-shell-prompt-pattern, tramp-wait-for-output):
14466 Handle existence of `#' and `$'.
14467
14468 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
14469 Use `tramp-initial-end-of-output'.
14470
144712009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14472
14473 Get the background mode from the terminal for xterm, and set
14474 faces accordingly.
14475 * term/xterm.el (xterm-set-background-mode): New function.
14476 (terminal-init-xterm): Use it in case xterm supports background
14477 color queries. Recompute faces after getting the background
14478 color.
14479
144802009-12-07 Ulrich Mueller <ulm@gentoo.org>
14481
14482 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
14483 number comment back on its own line, for easier parsing.
14484
144852009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14486
14487 Make it work for non-file buffers (bug#5102).
14488 * doc-view.el (doc-view-current-cache-dir):
14489 Use doc-view-buffer-file-name rather than buffer-file-name.
14490 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
14491
144922009-12-06 Óscar Fuentes <ofv@wanadoo.es>
14493
14494 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
14495 author field is too short.
14496
144972009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
14498
14499 * vc-git.el (vc-git-print-log): Handle a limit argument.
14500 Display the short log in graph form and with labels.
14501 (vc-git-log-view-mode): Handle labels.
14502
14503 Make vc-revert change VC state from 'added to 'unregistered.
14504 * vc-git.el (vc-git-revert): Call git reset first.
14505
145062009-12-06 Ulf Jasper <ulf.jasper@web.de>
14507
14508 * net/newst-backend.el, net/newst-plainview.el:
14509 * net/newst-reader.el, net/newst-ticker.el:
14510 * net/newst-treeview.el, net/newsticker.el:
14511 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
14512
145132009-12-06 Chong Yidong <cyd@stupidchicken.com>
14514
14515 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
14516
14517 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
14518 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
14519 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14520 Update annotation regexp.
14521
14522 * simple.el (beginning-of-visual-line): Constrain to field
14523 boundaries (Bug#5106).
14524
145252009-12-06 Ulf Jasper <ulf.jasper@web.de>
14526
14527 * xml.el (xml-substitute-numeric-entities):
14528 Move newsticker--decode-numeric-entities in newst-backend.el to
14529 xml-substitute-numeric-entities in xml.el. (Bug#5008)
14530 * net/newst-backend.el (newsticker--parse-generic-feed)
14531 (newsticker--parse-generic-items)
14532 (newsticker--decode-numeric-entities):
14533 Move newsticker--decode-numeric-entities in newst-backend.el to
14534 xml-substitute-numeric-entities in xml.el. (Bug#5008)
14535
145362009-12-06 Daniel Colascione <dan.colascione@gmail.com>
14537
14538 * progmodes/js.el (js--js-not): Add null to the list of values.
14539
145402009-12-06 Chong Yidong <cyd@stupidchicken.com>
14541
14542 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
14543
145442009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14545
14546 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
14547 delimiter if it is at the end of the current line.
14548 (bibtex-generate-url-list): Fix docstring.
14549
145502009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14551
14552 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
14553 minibuffer's content with itself.
14554 Fold the confirm-after-completion case into the `confirm' case.
14555 (completion-pcm-word-delimiters): Add : and / to the delimiters.
14556
145572009-12-06 Kevin Ryde <user42@zip.com.au>
14558
14559 * ffap.el (ffap-rfc-path): Make this a defcustom since
14560 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
14561
14562 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
14563 manuals, similar to existing setup for help-mode. (Bug#3913.)
14564
145652009-12-05 Juri Linkov <juri@jurta.org>
14566
14567 Save and restore dired buffer's point positions too. (Bug#4880)
14568
14569 * dired.el (dired-save-positions): Return in the first element
14570 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
14571 Doc fix.
14572 (dired-restore-positions): First restore buffer's position.
14573 While restoring window's positions, check if window still displays
14574 the original buffer.
14575
145762009-12-05 Chong Yidong <cyd@stupidchicken.com>
14577
14578 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
14579 if possible.
14580
14581 * shell.el (shell): Require ansi-color (Bug#5113).
14582
14583 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
14584
14585 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
14586
145872009-12-05 Alan Mackenzie <acm@muc.de>
14588
14589 * progmodes/cc-mode.el (c-before-hack-hook)
14590 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
14591 `c-file-style' to work again. This reversion restores the current
14592 software to its state in Emacs 23.1. (Bug#4146)
14593
145942009-12-05 Kevin Ryde <user42@zip.com.au>
14595
14596 * textmodes/sgml-mode.el (sgml-lexical-context):
e1dbe924 14597 Recognize comment-start-skip to comment-end-skip as comment (Bug#4781).
33383987
JB
14598
145992009-12-05 Juri Linkov <juri@jurta.org>
14600
14601 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
14602 for virtual nodes. (Bug#4147)
14603 (Info-find-node-2): Set `Info-current-node-virtual' to nil
14604 when moving from a virtual node.
14605 (Info-mode-menu): Add `Info-virtual-index' to the menu.
14606 (Info-mode): Add `Info-virtual-index' to the docstring.
14607
146082009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14609
14610 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
14611 track of the buffer position of the end of a BibTeX entry as this
14612 position may change during reformatting.
14613 (bibtex-format-entry): Remove whitespace before processing
14614 numerical fields so that we recognize the latter properly.
14615 (bibtex-reformat): Do not use push which changes the global value
14616 of bibtex-entry-format.
14617 (bibtex-field-braces-alist, bibtex-field-strings-alist)
14618 (bibtex-field-re-init): Replace only space characters by regexp
14619 for whitespace.
14620 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
14621 (bibtex-initialize): Also update bibtex-strings.
14622 (bibtex-kill-field): Preserve white space at end of entry.
14623 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
14624 Update bibtex-reference-keys.
14625
146262009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
14627
14628 * minibuffer.el (completion-pcm--merge-try): Also consider placing
14629 point after a star, if that's the only place where modifications can
14630 make progress.
14631
146322009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
14633
14634 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
14635 in docstrings.
14636
146372009-12-04 Juri Linkov <juri@jurta.org>
14638
14639 * proced.el (proced): Call `(proced-update t)' to update process
14640 information instead of only running proced-post-display-hook.
14641 (proced-send-signal): Add a leading space to the buffer name
14642 " *Marked Processes*" to make this buffer ephemeral.
14643
146442009-12-04 Juri Linkov <juri@jurta.org>
14645
14646 * dired.el (dired-auto-revert-buffer): New defcustom.
14647 (dired-internal-noselect): Use it.
14648
146492009-12-04 Juri Linkov <juri@jurta.org>
14650
14651 Change roles of modes and functions in image-mode.el (Bug#5062).
14652
14653 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
14654 in `auto-mode-alist'.
14655 (image-mode-previous-major-mode): New variable.
14656 (image-minor-mode-map): Rename from `image-mode-text-map'.
14657 (image-mode): Move graceful error-handling code from
14658 `image-minor-mode' to here. On errors call `image-mode-as-text'.
14659 (image-minor-mode): Remove all image-handling code.
14660 Replace `image-mode-text-map' with `image-minor-mode-map'.
14661 Check for `image-type' in mode-line format string.
14662 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
14663 (image-mode-as-text): New function with most code from
14664 `image-mode-maybe'.
14665 (image-toggle-display-text): Move code that removes image
14666 properties from `image-toggle-display' to here.
14667 (image-toggle-display-image): New function with code that adds
14668 image properties copied from `image-toggle-display'.
14669 (image-toggle-display): Remove most code with leaving only code
14670 that toggles between `image-mode-as-text' and `image-mode'.
14671
146722009-12-04 Ulf Jasper <ulf.jasper@web.de>
14673
14674 * net/newst-treeview.el
14675 (newsticker--treeview-list-highlight-start): Restored call to
14676 save-excursion: Selected item was stuck.
14677 (newsticker--treeview-list-select): New.
14678 (newsticker--treeview-item-show-text)
14679 (newsticker--treeview-item-show)
14680 (newsticker--treeview-item-update): Use new
14681 newsticker-treeview-item-mode.
14682 (newsticker-treeview-update): Keep current item.
14683 (newsticker-treeview-next-new-or-immortal-item): Doc change.
14684 (newsticker--treeview-first-feed): Doc change.
14685 (newsticker-treeview-list-menu)
14686 (newsticker-treeview-item-menu): Add menu entries.
14687 (newsticker-treeview-item-mode): New.
14688
14689 * net/newst-backend.el (newsticker-customize): Delete other
14690 windows.
14691
146922009-12-04 Sam Steingold <sds@gnu.org>
14693
14694 * log-view.el (log-view-mode-map): "q" calls quit-window,
14695 like in all the other non-self-insert buffers.
14696
146972009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
14698
14699 Minor cleanup.
14700 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
14701 key decoding rather than do it manually via last-input-event +
14702 ascii-character.
14703 (term-exec): Use delete-and-extract-region.
14704 (term-handle-ansi-terminal-messages): Remove unused var `end'.
14705 (term-process-pager): Remove unused var `i'.
14706 (term-dynamic-simple-complete): Make obsolete.
14707 (serial-update-config-menu): Remove unused vars `y' and `str'.
14708 (term-update-mode-line): Remove unused var `temp'.
14709
147102009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14711
14712 Limit the number of log entries displayed by default.
14713 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
14714 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
14715 using a prefix argument.
14716
147172009-12-03 Glenn Morris <rgm@gnu.org>
14718
14719 * progmodes/idlwave.el (class): Restore still useful declaration.
14720
147212009-12-03 Alan Mackenzie <acm@muc.de>
14722
14723 Enhance `c-parse-state' to run efficiently in "brace deserts".
14724
14725 * progmodes/cc-mode.el (c-basic-common-init):
14726 Call c-state-cache-init.
14727 (c-neutralize-syntax-in-and-mark-CPP): Rename from
14728 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
14729 placing `category' properties value 'c-cpp-delimiter at its boundaries.
14730
14731 * progmodes/cc-langs.el (c-before-font-lock-function):
14732 c-extend-and-neutralize-syntax-in-CPP has been renamed
14733 c-neutralize-syntax-in-and-mark-CPP.
14734
14735 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
14736 with `category' properties now, not `syntax-table' ones.
14737
14738 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
14739 enhanced (but slower) version of c-end-of-macro that won't land
14740 inside a literal or on another awkward character.
14741 (c-state-cache-too-far, c-state-cache-start)
14742 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
14743 (c-state-nonlit-pos-cache-limit, c-state-point-min)
14744 (c-state-point-min-lit-type, c-state-point-min-lit-start)
14745 (c-state-min-scan-pos, c-state-brace-pair-desert)
14746 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
14747 buffer local variables.
14748 (c-state-literal-at, c-state-lit-beg)
14749 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
14750 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
14751 (c-state-cache-top-paren, c-state-cache-after-top-paren)
14752 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
14753 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
14754 (c-renarrow-state-cache)
14755 (c-append-lower-brace-pair-to-state-cache)
14756 (c-state-push-any-brace-pair, c-append-to-state-cache)
14757 (c-remove-stale-state-cache)
14758 (c-remove-stale-state-cache-backwards, c-state-cache-init)
14759 (c-invalidate-state-cache-1, c-parse-state-1)
14760 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
14761 (c-parse-state): Enhance and refactor.
14762 (c-debug-parse-state): Amend to deal with all the new variables.
14763
14764 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
14765 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
14766 modify to use category text properties rather than syntax-table ones.
14767 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
14768 to switch off/on the syntactic paren property of C++ template
14769 delimiters using the category property.
14770 (c-with-<->-as-parens-suppressed): Macro to invoke code with
14771 template delims suppressed.
14772 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
14773 New constant/macros which apply category properties to the start
14774 and end of preprocessor constructs.
14775 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
14776 "comment out" the syntactic value of characters in preprocessor
14777 constructs.
14778 (c-with-cpps-commented-out)
14779 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
14780 with characters in all or all but one preprocessor constructs
14781 "commented out".
14782
147832009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14784
14785 * proced.el (proced-filter-alist): Use regexp-quote.
14786
147872009-12-03 Michael Albinus <michael.albinus@gmx.de>
14788
14789 Cleanup.
14790 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
14791 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
14792 arguments. Expand `default-directory'.
14793
14794 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
14795 the benefit of returning an expanded localname.
14796 (tramp-tramp-file-p): Handle the case NAME is not a string.
14797
147982009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14799
14800 Add support for bzr shelve/unshelve.
14801 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
14802 (vc-bzr-extra-menu-map): New variables.
14803 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
14804 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
14805 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
14806 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
14807 (vc-bzr-dir-extra-headers): Display shelves.
14808
14809 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
14810
148112009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14812
14813 * textmodes/bibtex.el (bibtex-complete-internal):
14814 Use completion-in-region.
14815 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
14816
148172009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14818
14819 Support applying stashes. Improve UI.
14820 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
14821 (vc-git-stash-apply, vc-git-stash-pop)
14822 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
14823 (vc-git-stash-menu): New functions.
14824 (vc-git-stash-menu-map): New variable.
14825 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
14826
148272009-12-03 Glenn Morris <rgm@gnu.org>
14828
14829 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
14830 (vc-print-log-internal): Fix previous change.
14831 (vc-revert): Correct pluralization.
14832
148332009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14834
14835 * progmodes/make-mode.el (makefile-special-targets-list): No need for
14836 it to be an alist any more.
14837 (makefile-complete): Use completion-in-region.
14838
14839 * progmodes/octave-mod.el (octave-complete-symbol):
14840 Use completion-in-region.
14841
14842 Misc cleanup.
14843 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
14844 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
14845 (idlwave-complete-class): Don't quote lambda.
14846 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
14847 (idlwave-mode-map): Move initialization into declaration.
14848 (idlwave-action-and-binding): Use backquotes.
14849 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
14850 Simplify.
14851 (idlwave-is-pointer-dereference): Remove unused var `pos'.
14852 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
14853 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
14854 `parts', and `all-parts'.
14855 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
14856 (idlwave-convert-xml-system-routine-info): Remove unused string
14857 `version-string'.
14858 (idlwave-display-user-catalog-widget): Use dolist.
14859 (idlwave-scanning-lib): Declare dynamically-scoped var.
14860 (idlwave-scan-library-catalogs): Remove unused var `flags'.
14861 (completion-highlight-first-word-only): Declare to silence bytecomp.
14862 (idlwave-popup-select): Tighten scope of `resp'.
14863 (idlwave-find-struct-tag): Remove unused var `beg'.
14864 (idlwave-after-load-rinfo-hook): Declare.
14865 (idlwave-sintern-class-info): Remove unused var `taglist'.
14866 (idlwave-find-class-definition): Remove unused var `list'.
14867 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
14868 (idlwave-what-module-find-class): Remove unused var `classes'.
14869
148702009-12-03 Juanma Barranquero <lekktu@gmail.com>
14871
14872 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
14873
148742009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14875
14876 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
14877 buffers visited. Remove redundant current-buffer-saving.
14878
148792009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14880
14881 Use completion-in-buffer and remove uses of dynamic scoping.
14882 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
14883 (pascal-buffer-to-use, pascal-flag): Don't declare.
14884 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
14885 (pascal-get-completion-decl, pascal-keyword-completion):
14886 Add `pascal-str' argument, save-excursion,
14887 return the found completions, and don't filter with pascal-pred.
14888 (pascal-completion-cache): New var.
14889 (pascal-completion): Don't switch buffer any more (it was never
14890 necessary). Don't save-excursion any more (it's done by the called
14891 subroutines). Use a cache to avoid redundant computations.
14892 Use complete-with-action rather than pascal-completion-response and
14893 let it apply the predicate as well.
14894 (pascal-complete-word): Use completion-in-buffer when
14895 pascal-toggle-completions is nil.
14896 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
14897 not used any more.
14898 (pascal-comp-defun): Don't change buffer any more.
14899 Use complete-with-action rather than pascal-completion-response and
14900 let it apply the predicate as well.
14901 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
14902 when neded.
14903
149042009-12-02 Kenichi Handa <handa@m17n.org>
14905
14906 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
14907 shape for all Indic scripts.
14908
149092009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14910
14911 Use completion-in-buffer.
14912 * wid-edit.el (widget-field-text-end): New function.
14913 (widget-field-value-get): Use it.
14914 (widget-string-complete, widget-file-complete)
14915 (widget-color-complete): Use it and completion-in-region.
14916 (widget-complete): Don't narrow the buffer.
14917
149182009-12-02 Glenn Morris <rgm@gnu.org>
14919
14920 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
14921 (rmail-select-summary): Use rmail-pop-to-buffer.
14922 * mail/rmailsum.el: Replace all pop-to-buffer calls with
14923 rmail-pop-to-buffer, to prevent horizontal splits.
14924
14925 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
14926 save-excursion with save-current-buffer.
14927 Widen before searching. (Bug#5093)
14928 (diary-list-sexp-entries): Remove superfluous save-excursion.
14929
149302009-12-02 Michael Welsh Duggan <mwd@cert.org>
14931
14932 * woman.el (woman-make-bufname): Handle man-pages with "." in the
14933 name. (Bug#5038)
14934
0a6934fc 149352009-12-02 Andreas Politz <politza@fh-trier.de>
33383987
JB
14936
14937 * ido.el (ido-file-internal): Handle filenames at point that do
14938 not have a directory part. (Bug#5049)
14939
149402009-12-02 Juanma Barranquero <lekktu@gmail.com>
14941
14942 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
14943 (mpc-songs-jump-to, mpc-resume): Doc fixes.
14944
149452009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
14946
14947 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
14948 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
14949 any more.
14950
149512009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
14952
14953 * comint.el (comint-insert-input): Ignore clicks to the right of
14954 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
14955
14956 * vc.el (vc-print-log-internal): Don't wait for the process to
14957 terminate before setting up the major mode.
14958
14959 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
14960 in case.
14961
14962 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
14963 the last element.
14964
14965 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
14966
149672009-12-01 Glenn Morris <rgm@gnu.org>
14968
14969 * window.el (window--display-buffer-2): Fix previous changes.
14970
149712009-12-01 Chong Yidong <cyd@stupidchicken.com>
14972
14973 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
14974
149752009-12-01 Glenn Morris <rgm@gnu.org>
14976
14977 * Makefile.in (ELCFILES): Add mpc.elc.
14978
149792009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
14980
14981 * mpc.el: New file.
14982
149832009-12-01 Glenn Morris <rgm@gnu.org>
14984
14985 * window.el (window-to-use): Define for compiler.
14986
14987 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
14988 consistent with others (no final period).
14989
14990 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
14991 (rmail-mime-show): Downcase the encoding. (Bug#5070)
14992
149932009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
14994
14995 Make vc-print-log buttons work.
14996 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
14997
149982009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
14999
15000 * savehist.el (savehist-autosave-interval): Allow setting to nil
15001 through customize. (Bug#5056)
15002
150032009-11-30 Juanma Barranquero <lekktu@gmail.com>
15004
15005 Fix references to jit-lock properties.
15006 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15007 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
15008 (perl-font-lock-special-syntactic-constructs):
15009 Quote jit-lock-defer-multiline property.
15010
150112009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
15012
15013 * vc-git.el (vc-git-registered): Call vc-git-root only once.
15014
150152009-11-30 Juri Linkov <juri@jurta.org>
15016
15017 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
15018 value `buffer' of `multi-isearch-next-buffer-current-function'.
15019 Use `(current-buffer)' when `buffer' is nil.
15020 (multi-isearch-next-buffer-from-list): Don't fallback to
15021 `(current-buffer)' when `buffer' is nil. (Bug#4947)
15022
150232009-11-30 Juri Linkov <juri@jurta.org>
15024
15025 * misearch.el (multi-isearch-read-buffers): Move canonicalization
15026 of buffers with `get-buffer' to `multi-isearch-buffers'.
15027 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15028 Canonicalize BUFFERS with `get-buffer'. Doc fix.
15029 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
15030 FILES with `expand-file-name' converting relative file names
15031 to absolute. Doc fix. (Bug#4727)
15032
150332009-11-30 Juri Linkov <juri@jurta.org>
15034
15035 * misearch.el (multi-isearch-read-buffers)
15036 (multi-isearch-read-matching-buffers): New functions.
15037 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15038 Use them in the `interactive' spec. Doc fix.
15039 (multi-isearch-read-files, multi-isearch-read-matching-files):
15040 New functions.
15041 (multi-isearch-files, multi-isearch-files-regexp):
15042 Use them in the `interactive' spec. Doc fix. (Bug#4725)
15043
150442009-11-30 Juri Linkov <juri@jurta.org>
15045
15046 * doc-view.el (doc-view-continuous):
15047 Rename from `doc-view-continuous-mode'.
15048 (doc-view-menu): Move "Toggle display" to the top.
15049 Add submenu "Continuous" with radio buttons "Off"/"On"
15050 and "Save as Default".
15051 (doc-view-scroll-up-or-next-page)
15052 (doc-view-scroll-down-or-previous-page)
15053 (doc-view-next-line-or-next-page)
15054 (doc-view-previous-line-or-previous-page):
15055 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
15056
150572009-11-30 Juri Linkov <juri@jurta.org>
15058
15059 * comint.el (comint-mode-map): Rebind `M-r' from
15060 `comint-previous-matching-input' to
15061 `comint-history-isearch-backward-regexp'.
15062 Unbind `M-s' to allow global key binding `M-s'.
15063 Add menu items for `comint-history-isearch-backward' and
15064 `comint-history-isearch-backward-regexp'. (Bug#3746)
15065
150662009-11-30 Juri Linkov <juri@jurta.org>
15067
15068 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
15069 For def=recenter, replace `recenter' with `recenter-top-bottom'
15070 that is called with `this-command' and `last-command' let-bound
15071 to `recenter-top-bottom'. When the last `def' was not `recenter',
15072 set `recenter-last-op' to nil. (Bug#4981)
15073
150742009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
15075
15076 Minor cleanup and simplification.
15077 * filecache.el (file-cache-add-directory)
15078 (file-cache-add-directory-recursively)
15079 (file-cache-add-from-file-cache-buffer)
15080 (file-cache-delete-file-regexp, file-cache-delete-directory)
15081 (file-cache-files-matching-internal, file-cache-display): Use dolist.
15082 (file-cache-temp-minibuffer-message): Delete function.
15083 (file-cache-minibuffer-complete): Use minibuffer-message instead.
15084
15085 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
15086 Don't signal an error when bumping into EOB in tr, s, or y.
15087
150882009-11-29 Juri Linkov <juri@jurta.org>
15089
15090 * startup.el (fancy-about-text): Fix wording of Guided Tour.
15091 (Bug#4960)
15092
15093 * descr-text.el (describe-char-unidata-list): Use lowercase name
15094 for "Unicode name" like in other tags.
15095
150962009-11-29 Juri Linkov <juri@jurta.org>
15097
15098 * ediff-util.el (ediff-minibuffer-with-setup-hook):
15099 New compatibility macro.
15100 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
15101
151022009-11-29 Juri Linkov <juri@jurta.org>
15103
15104 Add defcustom to define the cycling order of `recenter-top-bottom'.
15105 (Bug#4981)
15106
15107 * window.el (recenter-last-op): Doc fix.
15108 (recenter-positions): New defcustom.
15109 (recenter-top-bottom): Rewrite to use `recenter-positions'.
15110 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
15111
151122009-11-29 Michael Albinus <michael.albinus@gmx.de>
15113
15114 Improve integration of Tramp and ange-ftp in eshell.
15115
15116 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
15117 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
15118 (eshell/sudo): Flatten args. Let-bind `default-directory'.
15119
15120 * eshell/esh-util.el (top): Require also Tramp when compiling.
15121 (eshell-directory-files-and-attributes): Check for FTP remote
15122 connection.
15123 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
15124 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
15125 (eshell-file-attributes): Handle ".". Return `entry'.
15126
15127 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
15128 (ange-ftp-directory-files-and-attributes)
15129 (ange-ftp-real-directory-files-and-attributes): New defuns.
15130
15131 * net/tramp.el (tramp-maybe-open-connection): Open the remote
15132 shell with "exec" when possible. This prevents trailing prompts
15133 in `start-file-process'.
15134
151352009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15136
15137 Try and remove assumptions about point-min==1.
15138 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
15139 (rng-compute-mode-line-string): Show the validation percentage in
15140 terms of the narrowed text, not the widened text.
15141 (rng-do-some-validation): Don't catch internal errors when debugging.
15142 (rng-first-error): Simplify.
15143 (rng-after-change-function): Remove work around. AFAIK the bug has
15144 been fixed a while ago.
15145
15146 * image-mode.el (image-minor-mode): Exit more gracefully when the image
15147 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
15148
15149 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
15150
15151 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
15152 `cd' doesn't always do it for us (bug#5067).
15153
15154 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
15155 on 2009-10-25 as part of some other change (bug#5067).
15156
151572009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15158
15159 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
15160 `suspicious'.
15161 (byte-compile-warnings): Use byte-compile-warning-types.
15162 (byte-compile-save-excursion): Warn about use of set-buffer right
15163 after save-excursion.
15164
15165 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
15166 the excursion as well.
15167
151682009-11-27 Michael Albinus <michael.albinus@gmx.de>
15169
15170 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
15171 providing a Tramp related implementation of "su" and "sudo".
15172 (eshell-unix-initialize): Add "su" and "sudo".
15173
151742009-11-27 Daiki Ueno <ueno@unixuser.org>
15175
15176 * net/socks.el (socks-send-command): Convert binary request to
15177 unibyte before sending. This fixes mishandling of some port
15178 numbers such as 129.
15179
151802009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15181
15182 * help.el (describe-bindings-internal): Remove `interactive'.
15183
15184 * man.el (Man-completion-table): Trim a terminating "(".
15185 Remove the space between name page a section.
15186 Add the command's description on the `help-echo' property.
15187 Remove `process-connection-type' binding since it's unused by
15188 call-process.
15189 Provide completion for the "<section> <name>" format as well.
15190 (Man-default-man-entry): Remove spurious var shadowing the argument.
15191
151922009-11-26 Kevin Ryde <user42@zip.com.au>
15193
15194 * log-view.el: Add "Keywords: tools", since its other keywords
15195 aren't in finder-known-keywords, and following vc.el.
15196
15197 * sha1.el (sha1-string-external): default-directory "/" in case
15198 otherwise non-existent. process-connection-type pipe for touch of
15199 efficiency recommended by elisp manual. (An aside in Bug#3911.)
15200
152012009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15202
15203 Misc coding convention cleanups.
15204 * htmlfontify.el (hfy-init-kludge-hook): Rename from
15205 hfy-init-kludge-hooks.
15206 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
15207 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
15208 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
15209 and push.
15210 (hfy-slant, hfy-weight): Use tables rather than code.
15211 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
15212 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
15213 (hfy-face-attr-for-class): Initialize `face-spec' directly.
15214 (hfy-face-to-css): Remove `nconc' with single arg.
15215 (hfy-p-to-face-lennart): Use `or'.
15216 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
15217 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
15218 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
15219 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
15220 (hfy-force-fontification): Use run-hooks.
15221
152222009-11-26 Vivek Dasmohapatra <vivek@etla.org>
15223
15224 Various minor fixes.
15225 * htmlfontify.el (hfy-default-header): Add toggle_invis since
15226 Javascript belongs in the header, not the body.
15227 (hfy-javascript): Remove.
15228 (hfy-fontify-buffer): Don't insert it any more.
15229 (hfy-face-at): Handle (face0 face1 face2) style face properties.
15230 Fix bug in invis handling when there were no invis props in a chunk.
15231
152322009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15233
15234 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
15235
152362009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
15237
15238 * finder.el (finder-mode-map): Add a menu.
15239
152402009-11-26 Michael McNamara <mac@mail.brushroad.com>
15241
15242 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
15243 "unsigned" structs.
15244
15245 (verilog-leap-to-head, verilog-backward-token): Handle "disable
15246 fork" statement better.
15247
152482009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
15249
15250 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
15251 (verilog-delete-auto, verilog-delete-empty-auto-pair)
15252 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
15253 Reported by Clay Douglass.
15254
15255 (verilog-auto-inst, verilog-auto-star-safe)
15256 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
15257 Fix removing "// Interfaces" when saving .* expansions.
15258 Reported by Pierre-David Pfister.
15259
152602009-11-26 Glenn Morris <rgm@gnu.org>
15261
15262 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
15263 the scope.
15264
152652009-11-25 Johan Bockgård <bojohan@gnu.org>
15266
15267 * vc-annotate.el (vc-annotate-revision-previous-to-line):
15268 Really use previous revision.
15269
152702009-11-25 Kevin Ryde <user42@zip.com.au>
15271
15272 * man.el (Man-completion-table): default-directory "/" in case
15273 doesn't otherwise exist. process-environment COLUMNS=999 so as
15274 not to truncate long names. process-connection-type pipe to avoid
15275 any chance of hitting the pseudo-tty TIOCGWINSZ.
15276 (man): completion-ignore-case t for friendliness and since man
15277 itself is case-insensitive on the command line.
15278 Further to Bug#3717.
15279
15280 * arc-mode.el: Add "Keywords: files", so the details in its
15281 commentary can be reached from finder-by-keyword.
15282 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
15283 editing mode, but it's comms related and sgml-mode.el has "comm"
15284 on that basis too.
15285 * textmodes/bibtex-style.el: Add "Keywords: tex".
15286 * international/isearch-x.el, international/ja-dic-cnv.el:
15287 * international/ja-dic-utl.el, international/kkc.el:
15288 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
15289
152902009-11-25 Juri Linkov <juri@jurta.org>
15291
15292 * man.el (Man-completion-table): Modify regexp to include
15293 section names to completion strings. (Bug#3717)
15294
152952009-11-25 Juri Linkov <juri@jurta.org>
15296
15297 Search recursively in gzipped files. (Bug#4982)
15298
15299 * progmodes/grep.el (grep-highlight-matches): Add new options
15300 `always' and `auto'. Doc fix.
15301 (grep-process-setup): Check `grep-highlight-matches' for
15302 `auto-detect' to determine the need to compute grep defaults.
15303 Move Windows/DOS specific --colors settings handling
15304 to `grep-compute-defaults'. Check `grep-highlight-matches'
15305 to get the value of "--color=".
15306 (grep-compute-defaults): Compute `grep-highlight-matches' when it
15307 has the value `auto-detect'. Move Windows/DOS specific settings
15308 from `grep-process-setup'.
15309 (zrgrep): New command with alias `rzgrep'.
15310
153112009-11-25 Juri Linkov <juri@jurta.org>
15312
15313 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
15314 to nil instead of switching off view-mode. (Bug#4896)
15315
153162009-11-25 Juri Linkov <juri@jurta.org>
15317
15318 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
15319
15320 * mwheel.el (mwheel-scroll-up-function)
15321 (mwheel-scroll-down-function): New defvars.
15322 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
15323 `scroll-up', and `mwheel-scroll-down-function' instead of
15324 `scroll-down'.
15325
15326 * doc-view.el (doc-view-scroll-up-or-next-page)
15327 (doc-view-scroll-down-or-previous-page): Add optional ARG.
15328 Use this ARG in the call to image-scroll-up/image-scroll-down.
15329 Change `interactive' spec to "P". Goto next/previous page only
15330 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
15331 SPC/DEL case). Doc fix.
15332 (doc-view-next-line-or-next-page)
15333 (doc-view-previous-line-or-previous-page): Rename arg to ARG
15334 for consistency.
15335 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
15336 `doc-view-scroll-up-or-next-page', and buffer-local
15337 `mwheel-scroll-down-function' to
15338 `doc-view-scroll-down-or-previous-page'.
15339
153402009-11-25 Juri Linkov <juri@jurta.org>
15341
15342 Provide additional default values (directories at other Dired
15343 windows) via M-n in the minibuffer of some Dired commands.
15344
15345 * dired-aux.el (dired-diff, dired-compare-directories)
15346 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
15347 `minibuffer-default' in `minibuffer-with-setup-hook'.
15348 (dired-dwim-target-directory): Find a window that displays Dired
15349 buffer instead of failing when the next window is not Dired.
15350 Use `get-window-with-predicate' to find for the next Dired window.
15351 (dired-dwim-target-defaults): New function.
15352
15353 * ediff-util.el (ediff-read-file-name):
15354 Use `dired-dwim-target-defaults' to set `minibuffer-default'
15355 in `minibuffer-with-setup-hook'.
15356
153572009-11-25 Juri Linkov <juri@jurta.org>
15358
15359 Provide additional default values (file name at point or at the
15360 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
15361
15362 * minibuffer.el (read-file-name-defaults): New function.
15363 (read-file-name): Reset `minibuffer-default' to nil when
15364 it duplicates initial input `insdef'.
15365 Bind `minibuffer-default-add-function' to lambda that
15366 calls `read-file-name-defaults' in `minibuffer-selected-window'.
15367 (minibuffer-insert-file-name-at-point): New command.
15368
15369 * files.el (file-name-at-point-functions): New defcustom.
15370 (find-file-default): Remove defvar.
15371 (find-file-read-args): Don't use `find-file-default'.
15372 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15373 to `read-file-name'.
15374 (find-file-literally): Use `read-file-name' with
15375 `confirm-nonexistent-file-or-buffer'.
15376
15377 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
15378
15379 * dired.el (dired-read-dir-and-switches):
15380 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15381 to `read-file-name'.
15382 (dired-file-name-at-point): New function.
15383 (dired-mode): Add hook `dired-file-name-at-point' to
15384 `file-name-at-point-functions'.
15385
153862009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15387
15388 Really make the *Completions* window soft-dedicated (bug#5030).
15389 * window.el (window--display-buffer-2): Add `dedicated' argument.
15390 (display-buffer): Pass it when needed so the dedicated flag is set
15391 after calling set-window-buffer, which would otherwise reset it.
15392
153932009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15394
15395 * progmodes/meta-mode.el (meta-complete-symbol):
15396 * progmodes/etags.el (complete-tag):
15397 * mail/mailabbrev.el (mail-abbrev-complete-alias):
15398 Use completion-in-region.
15399
15400 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
15401 (dabbrev-completion): Use completion-in-region.
15402 (dabbrev--abbrev-at-point): Simplify regexp.
15403
15404 * abbrev.el (abbrev--before-point): Use word-motion functions
15405 if :regexp is not specified (bug#5031).
15406
15407 * subr.el (string-prefix-p): New function.
15408
15409 * man.el (Man-completion-cache): New var.
15410 (Man-completion-table): Use it.
15411
15412 * vc.el (vc-print-log-internal): Make `limit' optional for better
15413 compatibility (e.g. with vc-annotate.el).
15414
154152009-11-24 Kevin Ryde <user42@zip.com.au>
15416
15417 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
15418 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
15419
15420 * emacs-lisp/elint.el (elint-add-required-env): Better error message
15421 when .el source file not found or other error.
15422
154232009-11-24 Markus Triska <markus.triska@gmx.at>
15424
15425 * linum.el (linum-update-window): Ignore intangible (bug#4996).
15426
154272009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15428
15429 Handle the [back] button properly (bug#4979).
15430 * descr-text.el (describe-text-properties): Add a `buffer' argument.
15431 Use help-setup-xref, help-buffer, and with-help-window.
15432 (describe-char): Add `buffer' argument.
15433 Pass proper command to help-setup-xref. Don't meddle with
15434 help-xref-stack-item directly.
15435 (describe-text-category): Use with-help-window and help-buffer.
15436
15437 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
15438 for the displayed buffer (bug#4887).
15439
15440 * man.el (Man-completion-table): New function.
15441 (man): Use it.
15442
154432009-11-24 David Reitter <david.reitter@gmail.com>
15444
15445 * vc-git.el (vc-git-registered): Use checkout directory (where
15446 .git is) rather than the file's directory and a relative path spec
15447 to work around a bug in git.
15448
154492009-11-24 Michael Albinus <michael.albinus@gmx.de>
15450
15451 Improve handling of processes on remote hosts.
15452
15453 * eshell/esh-util.el (eshell-path-env): New defvar.
15454 (eshell-parse-colon-path): New defun.
15455 (eshell-file-attributes): Use `eshell-parse-colon-path'.
15456
15457 * eshell/esh-ext.el (eshell-search-path):
15458 Use `eshell-parse-colon-path'.
15459 (eshell-remote-command): Remove argument HANDLER.
15460 (eshell-external-command): Check for FTP remote connection.
15461
15462 * eshell/esh-proc.el (eshell-gather-process-output):
15463 Use `file-truename', in order to start also symlinked files.
15464 Apply `start-file-process' instead of `start-process'.
15465 Shorten `command' to the local file name part.
15466
15467 * eshell/em-cmpl.el (eshell-complete-commands-list):
15468 Use `eshell-parse-colon-path'.
15469
15470 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
15471
15472 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
15473 to `eshell-directory-change-hook'.
15474
154752009-11-24 Tassilo Horn <tassilo@member.fsf.org>
15476
15477 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
15478 because it could be enabled automatically if view-read-only is non-nil.
15479
154802009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
15481
15482 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
15483 made on 2009-11-22.
15484
154852009-11-24 Glenn Morris <rgm@gnu.org>
15486
15487 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
15488 deleted variable bookmark-bmenu-bookmark-column.
15489
154902009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15491
15492 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
15493
154942009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
15495
15496 * net/browse-url.el (browse-url-filename-alist): On Windows, add
15497 two slashes to the "file:" prefix.
15498 (browse-url-file-url): De-munge Cygwin filenames before passing
15499 them to Windows browser.
15500 (browse-url-default-windows-browser): Use call-process.
15501
155022009-11-23 Juri Linkov <juri@jurta.org>
15503
15504 Implement DocView Continuous mode. (Bug#4896)
15505 * doc-view.el (doc-view-continuous-mode): New defcustom.
15506 (doc-view-mode-map): Bind C-n/<down> to
15507 `doc-view-next-line-or-next-page', C-p/<up> to
15508 `doc-view-previous-line-or-previous-page'.
15509 (doc-view-next-line-or-next-page)
15510 (doc-view-previous-line-or-previous-page): New commands.
15511
155122009-11-23 Juri Linkov <juri@jurta.org>
15513
15514 Implement Isearch in comint input history. (Bug#3746)
15515 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
15516 `isearch-mode-hook'.
15517 (comint-history-isearch): New defcustom.
15518 (comint-history-isearch-backward)
15519 (comint-history-isearch-backward-regexp): New commands.
15520 (comint-history-isearch-message-overlay): New buffer-local variable.
15521 (comint-history-isearch-setup, comint-history-isearch-end)
15522 (comint-goto-input, comint-history-isearch-search)
15523 (comint-history-isearch-message, comint-history-isearch-wrap)
15524 (comint-history-isearch-push-state)
15525 (comint-history-isearch-pop-state): New functions.
15526
155272009-11-23 Michael Albinus <michael.albinus@gmx.de>
15528
15529 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
15530 return.
15531 (tramp-handle-make-symbolic-link)
15532 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
15533 Quote file names.
15534 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
15535 (tramp-handle-process-file): Use it.
15536
155372009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
15538
15539 * window.el (move-to-window-line-last-op): Remove.
15540 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
15541
559e479c 155422009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com>
33383987
JB
15543
15544 Make M-r mirror the new cycling behavior of C-l.
15545 * window.el (move-to-window-line-last-op): New var.
15546 (move-to-window-line-top-bottom): New command.
15547 (global-map): Bind M-r move-to-window-line-top-bottom.
15548
155492009-11-23 Sven Joachim <svenjoac@gmx.de>
15550
15551 * dired-x.el (dired-guess-shell-alist-default):
15552 Support xz format. (Bug#4953)
15553
155542009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
15555
15556 * emulation/viper-cmd.el: Use viper-last-command-char instead of
15557 last-command-char/last-command-event.
15558 (viper-prefix-arg-value): Do correct conversion of event-char for
15559 XEmacs.
15560
15561 * emulation/viper-util.el, emulation/viper.el:
15562 Use viper-last-command-char instead of
15563 last-command-char/last-command-event.
15564
15565 * ediff-init.el, ediff-mult.el, ediff-util.el:
15566 Replace last-command-char and last-command-event
15567 with (ediff-last-command-char) everywhere.
15568
15569 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
15570 created in fundamental mode.
15571
15572 * ediff.el (ediff-version): Revert the change of interactive-p to
15573 called-interactively-p.
15574
155752009-11-22 Tassilo Horn <tassilo@member.fsf.org>
15576
15577 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
15578 generation from word-movement command names.
15579
155802009-11-21 Jan Djärv <jan.h.d@swipnet.se>
15581
15582 * cus-start.el (all): Add native condition for font-use-system-font.
15583
155842009-11-21 Nathaniel Flath <flat0103@gmail.com>
15585
15586 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
15587 Correct the patch from 2009-11-18. (Bug#3910)
15588
155892009-11-21 Tassilo Horn <tassilo@member.fsf.org>
15590
15591 * progmodes/subword.el: Rename from lisp/subword.el.
15592
15593 * subword.el: Rename to progmodes/subword.el.
15594
15595 * Makefile.in (ELCFILES): Adapt to subword.el move.
15596
155972009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15598 Stefan Monnier <monnier@iro.umontreal.ca>
15599
15600 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
15601 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
15602 (bookmark-bmenu-show-filenames): Use push.
15603 (bookmark-bmenu-hide-filenames): Use local var instead of
15604 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
15605 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
15606 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
15607 filenames now that the bookmark names are always available.
15608
156092009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15610
15611 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
15612 (bookmark-search-pattern): Move and leave unbound.
15613 (bookmark-bmenu-mode-map): Change binding.
15614 (bookmark-read-search-input): Simplify.
15615 Don't use text-char-description. Don't error on non-char events.
15616 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
15617 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
15618 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
15619 Use a local var for the timer.
15620 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
15621 (i.e. bookmark-bmenu-search).
15622
156232009-11-21 Glenn Morris <rgm@gnu.org>
15624
15625 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
15626
156272009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
15628
15629 * net/browse-url.el (browse-url-default-windows-browser):
15630 Use cygstart for cygwin.
15631
156322009-11-20 Karl Fogel <karl.fogel@red-bean.com>
15633
15634 * bookmark.el: Formatting and doc fixes only:
15635 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
15636 (bookmark-bmenu-search): Wrap to fit within 80 columns.
15637 Minor grammar and punctuation fixes in doc string.
15638 (bookmark-read-search-input): Adjust to fit within 80 columns.
15639
156402009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15641
15642 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
15643 (c-backward-into-nomenclature): Adapt to subword renaming.
15644
15645 * subword.el (subword-forward, subword-backward, subword-mark)
15646 (subword-kill, subword-backward-kill, subword-transpose)
15647 (subword-downcase, subword-upcase, subword-capitalize)
15648 (subword-forward-internal, subword-backward-internal):
15649 Rename from forward-subword, backward-subword, mark-subword,
15650 kill-subword, backward-kill-subword, transpose-subwords,
15651 downcase-subword, upcase-subword, capitalize-subword,
15652 forward-subword-internal, backward-subword-internal.
15653
156542009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15655
15656 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
15657 New options.
15658 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
15659 New vars.
15660 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
15661 (bookmark-bmenu-filter-alist-by-regexp)
15662 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
15663 (bookmark-bmenu-search): New command.
15664 (bookmark-bmenu-mode-map): Bind it.
15665
156662009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15667
15668 * progmodes/cc-cmds.el: declare-functioned forward-subword and
15669 backward-subword to quit the byte-compiler.
15670
15671 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
15672
15673 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
15674
15675 * progmodes/cc-cmds.el (c-update-modeline)
15676 (c-forward-into-nomenclature, c-backward-into-nomenclature):
15677 Refer to subword.el functions instead of cc-subword.el.
15678
15679 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
15680 subword.el functions instead of cc-subword.el.
15681
15682 * progmodes/cc-subword.el: Rename to subword.el.
15683 * subword.el: Rename from progmodes/cc-subword.el.
15684 (subword-mode-map): Rename from c-subword-mode-map.
15685 (subword-mode): Rename from c-subword-mode.
15686 (global-subword-mode): New global minor mode.
15687 (forward-subword): Rename from c-forward-subword.
15688 (backward-subword): Rename from c-backward-subword.
15689 (mark-subword): Rename from c-mark-subword.
15690 (kill-subword): Rename from c-kill-subword.
15691 (backward-kill-subword): Rename from c-backward-kill-subword.
15692 (transpose-subwords): Rename from c-tranpose-subword.
15693 (downcase-subword): Rename from c-downcase-subword.
15694 (capitalize-subword): Rename from c-capitalize-subword.
15695 (forward-subword-internal): Rename from c-forward-subword-internal.
15696 (backward-subword-internal): Rename from c-backward-subword-internal.
15697
156982009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
15699
15700 * vc.el (vc-deduce-fileset): Allow non-state changing operations
15701 from a dired buffer.
15702 (vc-dired-deduce-fileset): New function.
15703 (vc-root-diff, vc-print-root-log): Use it.
15704
15705 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
15706 nil LIMIT argument to vc-print-log-internal.
15707
157082009-11-20 Glenn Morris <rgm@gnu.org>
15709
15710 * Makefile.in (ELCFILES): Regenerate.
15711
157122009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
15713
15714 * calc/calc.el (calc-set-mode-line):
15715 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
15716 (math-format-number): Rename `math-format-complement-signed' to
15717 `math-format-twos-complement'.
15718
15719 * calc/calc-bin.el (math-format-twos-complement): Rename from
15720 math-format-complement-signed.
15721 (calc-radix): Rename `calc-complement-signed-mode' to
15722 `calc-twos-complement-mode'.
15723 (calc-octal-radix, calc-hex-radix): Add an argument for
15724 two's complement.
15725
15726 * calc/calc-embed.el (calc-embedded-mode-vars):
15727 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
15728
15729 * calc/calc-ext.el (calc-init-extensions):
15730 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
15731 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
15732
15733 * calc/calc-units.el (math-build-units-table-buffer):
15734 Let `calc-twos-complement-mode' be nil.
15735
15736 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
15737 entries.
15738
15739 * calc/calc-vec.el (calcFunc-vunpack):
15740 * calc/calc-aent.el (calc-do-calc-eval):
15741 * calc/calc-forms.el (math-format-date):
15742 * calc/calc-graph.el (calc-graph-plot):
15743 * calc/calc-math.el (math-use-emacs-fn):
15744 * calc/calccomp.el (math-compose-expr):
15745 Let `calc-twos-complement-mode' be nil.
15746
157472009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15748
15749 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
15750 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
15751 * minibuffer.el (completion-in-region-functions): New hook.
15752 (completion-in-region): New function.
15753 * emacs-lisp/lisp.el (lisp-complete-symbol):
15754 * pcomplete.el (pcomplete-std-complete): Use it.
15755
157562009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15757
15758 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
15759 (latex-complete-alist): New vars.
15760 (latex-string-prefix-p, latex-complete-bibtex-keys)
15761 (latex-complete-envnames, latex-complete-refkeys)
15762 (latex-complete-data): New functions.
15763 (latex-complete, latex-indent-or-complete): New commands.
15764
15765 * window.el (display-buffer-mark-dedicated): New var.
15766 (display-buffer): Obey it.
15767 * minibuffer.el (minibuffer-completion-help): Use it.
15768
15769 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
15770
15771 * filecache.el (file-cache-add-file): Use push and cons.
15772 (file-cache-delete-file-regexp): Use push.
15773 (file-cache-complete): Use completion-in-region.
15774
15775 * simple.el (with-wrapper-hook): Fix thinko.
15776
15777 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
15778 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
15779 Use with-current-buffer and string-to-number.
15780 (hfy-fallback-colour-values): Use assoc-string.
15781 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
15782 (hfy-face-at): Remove unused var `found-face'.
15783 (hfy-compile-stylesheet): Remove unused var `css'.
15784 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
15785 and `orig-buffer'.
15786 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
15787 Use with-current-buffer.
15788 (hfy-text-p): Use expand-file-name and fewer setq.
15789
157902009-11-19 Vivek Dasmohapatra <vivek@etla.org>
15791
15792 * htmlfontify.el, hfy-cmap.el: New files.
15793
157942009-11-19 Juri Linkov <juri@jurta.org>
15795
15796 * minibuffer.el (completions-format): New defcustom.
15797 (completion--insert-strings): Implement vertical format.
15798
15799 * simple.el (switch-to-completions): Move point to the first
15800 completion when point was at the beginning of the buffer.
15801
158022009-11-19 Juri Linkov <juri@jurta.org>
15803
15804 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
15805
15806 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
15807
158082009-11-19 Chong Yidong <cyd@stupidchicken.com>
15809
15810 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
15811 (mail-signature): Change default to t.
15812 (mail-from-style): Deprecate `system-default' value.
15813 (mail-insert-from-field): For default value of mail-from-style,
15814 default to `angles' unless `angles' needs quoting and `parens'
15815 does not.
15816 (mail-citation-prefix-regexp): Use citation regexp from
15817 message-mode.
15818
158192009-11-19 Michael Albinus <michael.albinus@gmx.de>
15820
15821 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
15822 Set variables for computing the prompt for reading password.
15823
158242009-11-19 Glenn Morris <rgm@gnu.org>
15825
15826 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
15827
15828 * textmodes/flyspell.el (sgml-lexical-context): Declare.
15829
15830 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
15831 (newsticker-treeview-listwindow-height): Fix custom type.
15832
158332009-11-19 Kenichi Handa <handa@m17n.org>
15834
15835 * descr-text.el (describe-char-padded-string): Compose with TAB
15836 only if there's a font for CH.
15837 (describe-char): Fix the condition for detecting a trivial composition.
15838
158392009-11-18 Nathaniel Flath <flat0103@gmail.com>
15840
15841 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
15842 more accurate version of the regexp. (Bug#3910)
15843
158442009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
15845
15846 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
15847
158482009-11-18 Juanma Barranquero <lekktu@gmail.com>
15849
15850 * font-setting.el (font-use-system-font): Declare for byte-compiler.
15851 (font-setting-change-default-font): Fix typo in docstring.
15852
158532009-11-18 Alan Mackenzie <acm@muc.de>
15854
15855 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
15856
158572009-11-17 Jan Djärv <jan.h.d@swipnet.se>
15858
15859 * font-setting.el (font-use-system-font): Move ...
15860
15861 * cus-start.el (all): ... to here.
15862
158632009-11-17 Michael Albinus <michael.albinus@gmx.de>
15864
15865 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
15866 Don't set `ad-return-value' if `ad-do-it' doesn't.
15867
15868 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
15869 modification time.
15870
158712009-11-17 Jan Djärv <jan.h.d@swipnet.se>
15872
15873 * menu-bar.el: Put "Use system font" in Option-menu.
15874 (menu-bar-options-save): Add font-use-system-font.
15875
15876 * loadup.el: If feature system-font-setting or font-render-setting is
15877 there, load font-setting.
15878
15879 * Makefile.in (ELCFILES): Add font-settings.el.
15880 * font-setting.el: New file.
15881
158822009-11-17 Glenn Morris <rgm@gnu.org>
15883
15884 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
15885
15886 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
15887 Preserve point in the list buffer. (Bug#4939)
15888 Use point-at-eol.
15889 (newsticker--treeview-list-update-highlight)
15890 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
15891
158922009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
15893
15894 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
15895 Remove.
15896
15897 * calc/calc-ext.el (calc-init-extensions): Remove references to
15898 symclip.
15899
15900 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
15901
15902 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
15903 * calc/calc-help.el (calc-b-prefix-help): Remove references to
15904 `calc-symclip'.
15905
159062009-11-16 Kevin Ryde <user42@zip.com.au>
15907
15908 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
15909 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
15910
15911 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
15912 (lm-keywords-list): Allow comma-only separator like "foo,bar".
15913 Ignore trailing spaces by omit-nulls to split-string (fixing
15914 regression from Emacs 21 due to the incompatible split-string
15915 change). (Bug #4928.)
15916
159172009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
15918
15919 * vc.el (vc-log-show-limit): Default to 2000.
15920 (vc-print-log-internal): Insert buttons to request more entries
15921 when limiting the output.
15922
15923 * vc-sccs.el (vc-sccs-print-log):
15924 * vc-rcs.el (vc-rcs-print-log):
15925 * vc-cvs.el (vc-cvs-print-log):
15926 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
15927 LIMIT is non-nil.
15928
159292009-11-16 Michael Albinus <michael.albinus@gmx.de>
15930
15931 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
15932 error when `tramp-gvfs-dbus-event-vector' is set.
15933 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
15934
159352009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
15936
15937 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
15938
159392009-11-16 Michael Albinus <michael.albinus@gmx.de>
15940
15941 * net/dbus.el (dbus-unregister-service): New defun.
15942 (dbus-register-property): Register the handlers of
15943 "org.freedesktop.DBus.Properties" for SERVICE.
15944 (dbus-property-handler): Fix docstring.
15945
159462009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15947
15948 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
15949 Quote doc string reference in defvaralias as it is not in special form.
15950 (byte-compile-output-docform): Doc fix.
15951
159522009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
15953
15954 * calc/calc.el (math-2-word-size, math-half-2-word-size)
15955 (calc-complement-signed-mode): New variables.
15956 (calc-set-mode-line): Add indicator for twos-complements.
15957 (math-format-number): Format twos-complement notation.
15958
15959 * calc/calc-bin.el (calc-word-size): Reset the variables
15960 `math-2-word-size' and `math-half-2-word-size'.
15961 (math-format-complement-signed, math-symclip, calcFunc-symclip)
15962 (calc-symclip): New functions.
15963
15964 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
15965
15966 * calc/calc-embed.el (calc-embedded-mode-vars):
15967 Add `calc-complement-signed-mode' to the list of modes.
15968
15969 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
15970 (calc-b-oper-keys): Add `calc-symclip' to list.
15971
15972 * calc/calc-ext.el (math-read-number-fancy): Read complement
15973 signed numbers.
15974 (calc-init-extensions): Add binding for `calc-symclip'.
15975 Add autoload for `calcFunc-symclip' and `calc-symclip'.
15976
15977 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
15978 `calc-symclip'.
15979 (calc-modes-menu): Add item for twos complement mode.
15980
15981 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
15982
159832009-11-15 Chong Yidong <cyd@stupidchicken.com>
15984
15985 * register.el (jump-to-register, insert-register): Handle Semantic
15986 tags. From commented-out advice in semantic/senator.el.
15987
159882009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
15989
15990 * vc.el (vc-log-show-limit): New variable.
15991 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
15992 when using a prefix argument.
15993 (vc-print-log-internal): Add new argument LIMIT.
15994
15995 * vc-svn.el (vc-svn-print-log):
15996 * vc-mtn.el (vc-mtn-print-log):
15997 * vc-hg.el (vc-hg-print-log):
15998 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
15999 pass it to the log command when set. Make the BUFFER argument
16000 non-optional.
16001
16002 * vc-sccs.el (vc-sccs-print-log):
16003 * vc-rcs.el (vc-rcs-print-log):
16004 * vc-git.el (vc-git-print-log):
16005 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
16006 ignore it. Make the BUFFER argument non-optional.
16007
16008 * bindings.el (mode-line-buffer-identification): Do not purecopy.
16009
160102009-11-15 Chong Yidong <cyd@stupidchicken.com>
16011
16012 * dired.el (dired-mode-map): Move encryption items to "Operate"
16013 menu (Bug#4703).
16014
16015 * strokes.el (strokes-update-window-configuration): Make strokes
16016 buffer current before erasing (Bug#4906).
16017
160182009-11-15 Juri Linkov <juri@jurta.org>
16019
16020 * simple.el (set-mark-default-inactive): Add :type, :group
16021 and :version. (Bug#4876)
16022
160232009-11-15 Michael Albinus <michael.albinus@gmx.de>
16024
16025 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
16026 (archive-unique-fname): ... here. (Bug#4929)
16027
160282009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
16029
16030 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
16031 with a real fix.
16032
16033 * novice.el (disabled-command-function): Add useful args.
16034 Setup the help buffer so that [back] works.
16035 Remove redundant call to help-mode.
16036 (disabled-command-function): Use `case'.
16037 (en/disable-command): New function extracted from enable-command.
16038 (enable-command, disable-command): Use it.
16039
160402009-11-14 Glenn Morris <rgm@gnu.org>
16041
16042 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
16043 constants. (Bug#4913)
16044
16045 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
16046
160472009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
16048
16049 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
16050 defined in C that have no doc-strings. (Bug#1063)
16051
160522009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
16053
16054 * cus-edit.el (data, files):
16055 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
16056
160572009-11-14 Chong Yidong <cyd@stupidchicken.com>
16058
16059 * simple.el (shell-command): Doc fix (Bug#4891).
16060
16061 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
16062
160632009-11-14 Glenn Morris <rgm@gnu.org>
16064
16065 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
16066 statements for vc-diff, emerge-quit, and rmail-cease-edit.
16067 If they are already loaded, eval-after-load will do the right thing.
16068
16069 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
16070 compiling.
16071
16072 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
16073
16074 * simple.el (x-selection-owner-p): Declare.
16075 (read-mail-command): Use custom radio type rather than choice.
16076 (completion-no-auto-exit): Doc fix.
16077
16078 * custom.el (defgroup):
16079 * epg-config.el (epg): Doc fixes.
16080
160812009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
16082
16083 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
16084 * international/ccl.el (define-ccl-program): Do not purecopy the
16085 docstring, defconst does it anyway.
16086
160872009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16088
16089 * add-log.el (add-change-log-entry): Avoid displaying the changelog
16090 a second time.
16091
16092 * x-dnd.el (x-dnd-maybe-call-test-function):
16093 * window.el (split-window-vertically):
16094 * whitespace.el (whitespace-help-on):
16095 * vc-rcs.el (vc-rcs-consult-headers):
16096 * userlock.el (ask-user-about-lock-help)
16097 (ask-user-about-supersession-help):
16098 * type-break.el (type-break-force-mode-line-update):
16099 * time-stamp.el (time-stamp-conv-warn):
16100 * terminal.el (te-set-output-log, te-more-break, te-filter)
16101 (te-sentinel, terminal-emulator):
16102 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
16103 (term-write-input-ring, term-check-source, term-start-output-log):
16104 (term-display-buffer-line, term-dynamic-list-completions):
16105 (term-ansi-make-term, serial-term):
16106 * subr.el (selective-display):
16107 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16108 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
16109 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
16110 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
16111 (speedbar-remove-localized-speedbar-support)
16112 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
16113 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
16114 (speedbar-buffers-line-directory):
16115 * simple.el (shell-command-on-region, append-to-buffer)
16116 (prepend-to-buffer):
16117 * shadowfile.el (shadow-save-todo-file):
16118 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
16119 (scroll-bar-maybe-set-window-start):
16120 * sb-image.el (speedbar-image-dump):
16121 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
16122 (load-save-place-alist-from-file):
16123 * ps-samp.el (ps-print-message-from-summary):
16124 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
16125 (ps-background-image, ps-begin-job, ps-do-despool):
16126 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
16127 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
16128 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
16129 (pr-call-process, pr-file-list, pr-interface-save):
16130 * novice.el (disabled-command-function)
16131 (enable-command, disable-command):
16132 * mouse.el (mouse-buffer-menu-alist):
16133 * mouse-copy.el (mouse-kill-preserving-secondary):
16134 * macros.el (kbd-macro-query):
16135 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
16136 * informat.el (batch-info-validate):
16137 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
16138 * hippie-exp.el (try-expand-dabbrev-visible):
16139 * help-mode.el (help-make-xrefs):
16140 * help-fns.el (describe-variable):
16141 * generic-x.el (bat-generic-mode-run-as-comint):
16142 * finder.el (finder-mouse-select):
16143 * find-dired.el (find-dired-sentinel):
16144 * filesets.el (filesets-file-close):
16145 * files.el (list-directory):
16146 * faces.el (list-faces-display, describe-face):
16147 * facemenu.el (list-colors-display):
16148 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
16149 * epg.el (epg--process-filter, epg-cancel):
16150 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
16151 (epa--read-signature-type):
16152 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
16153 (emerge-file-names):
16154 * ehelp.el (electric-helpify):
16155 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
16156 * ediff-vers.el (rcs-ediff-view-revision):
16157 * ediff-util.el (ediff-setup):
16158 * ediff-mult.el (ediff-append-custom-diff):
16159 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
16160 (ediff-wordify):
16161 * echistory.el (Electric-command-history-redo-expression):
16162 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
16163 * disp-table.el (describe-display-table):
16164 * dired.el (dired-find-buffer-nocreate):
16165 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
16166 * dabbrev.el (dabbrev--same-major-mode-p):
16167 * chistory.el (list-command-history):
16168 * apropos.el (apropos-documentation):
16169 * allout.el (allout-obtain-passphrase):
16170 (allout-copy-exposed-to-buffer):
16171 (allout-verify-passphrase): Use with-current-buffer.
16172
161732009-11-13 Glenn Morris <rgm@gnu.org>
16174
16175 * Makefile.in (ELCFILES): Regenerate.
16176
161772009-11-13 Michael Albinus <michael.albinus@gmx.de>
16178
16179 * net/dbus.el (dbus-registered-objects-table): Rename from
16180 `dbus-registered-functions-table', because it contains also properties.
16181 (dbus-unregister-object): Unregister also properties.
16182 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
16183 Use a timeout of 500 msec, in order to not block.
16184 (dbus-register-property, dbus-property-handler): New defuns.
16185
161862009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16187
16188 * simple.el (minibuffer-default-add-completions): Drop deprecated
16189 4th arg.
16190
161912009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
16192
16193 * textmodes/artist.el (artist-mouse-choose-operation):
16194 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
16195 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
16196 (artist-compute-up-event-key): New function.
16197 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
16198
161992009-11-13 Kenichi Handa <handa@m17n.org>
16200
16201 * language/japan-util.el: Make sure that the value of jisx0208
16202 property is jisx0208 character.
16203
162042009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
16205
16206 * international/mule.el (auto-coding-regexp-alist): Only purecopy
16207 car or each item, not the whole list.
16208
162092009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
16210
16211 * minibuffer.el (minibuffer-completion-help):
16212 Use minibuffer-hide-completions.
16213
162142009-11-12 Per Starbäck <per@starback.se> (tiny change)
16215
16216 * dired.el (dired-save-positions, dired-restore-positions): New funs.
16217 (dired-revert): Use them (bug#4880).
16218
162192009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16220
16221 * tooltip.el (tooltip-frame-parameters): Undo previous change.
16222
162232009-11-12 Juri Linkov <juri@jurta.org>
16224
16225 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
16226 New functions.
16227 (find-file-literally-at-point): Alias of `ffap-literally'.
16228
162292009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16230
16231 * textmodes/ispell.el (ispell-skip-region-alist):
16232 * textmodes/css-mode.el (auto-mode-alist):
16233 * progmodes/compile.el (auto-mode-alist):
16234 * international/mule.el (ctext-non-standard-encodings-alist)
16235 (ctext-non-standard-encodings-regexp):
16236 * simple.el (shell-command-switch, text-read-only):
16237 * replace.el (occur-mode-map):
16238 * paths.el (rmail-file-name):
16239 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
16240 * find-file.el (ff-special-constructs):
16241 * files.el (file-name-handler-alist):
16242 * composite.el: Purecopy strings.
16243
16244 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
16245
162462009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16247
16248 * widget.el (define-widget): Purecopy the docstring.
16249 * international/mule-cmds.el (charset): Do not purecopy the
16250 docstring here, define-widget does it.
16251
16252 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
16253 * textmodes/bibtex-style.el (auto-mode-alist):
16254 * progmodes/inf-lisp.el (inferior-lisp-prompt):
16255 * progmodes/compile.el (compile-command):
16256 * language/korea-util.el (default-korean-keyboard):
16257 * international/mule-conf.el (file-coding-system-alist):
16258 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
16259 * tooltip.el (tooltip-frame-parameters):
16260 * newcomment.el (comment-end, comment-padding):
16261 * dired.el (dired-trivial-filenames):
16262 * comint.el (comint-file-name-prefix): Purecopy initial values.
16263
162642009-11-11 Michael Albinus <michael.albinus@gmx.de>
16265
16266 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
16267 (tramp-advice-minibuffer-electric-tilde): Unload advices via
16268 `tramp-unload'.
16269 (tramp-advice-make-auto-save-file-name)
16270 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
16271 after removing the advice.
16272
162732009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16274
16275 * progmodes/grep.el (grep-regexp-alist):
16276 * international/mule-cmds.el (iso-2022-control-alist):
16277 * emacs-lisp/timer.el (timer-duration-words):
16278 * subr.el (version-separator, version-regexp-alist):
16279 * minibuffer.el (completion-styles-alist):
16280 * faces.el (face-attribute-name-alist, list-faces-sample-text):
16281 Change defvars to defconsts.
16282
16283 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
16284 * loadup.el ("international/mule-conf"): Load the byte compiled version.
16285 * international/mule-conf.el: Allow to be byte compiled.
16286
16287 * international/mule.el (define-charset): Purecopy props.
16288 (load-with-code-conversion): Purecopy doc string and file name.
16289 (put-charset-property): Purecopy strings.
16290 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
16291
16292 * international/mule-cmds.el (register-input-method): Purecopy arguments.
16293 (define-char-code-property): Correctly purecopy the table.
16294
16295 * international/ccl.el (define-ccl-program): Purecopy the docstring.
16296
16297 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
16298
16299 * subr.el (add-hook): Purecopy strings.
16300 (eval-after-load): Purecopy load-history-regexp and the form.
16301
16302 * custom.el (custom-declare-group): Purecopy load-file-name.
16303
16304 * subr.el (menu-bar-separator): New defconst.
16305 * net/eudc.el (eudc-tools-menu):
16306 * international/mule-cmds.el (set-coding-system-map)
16307 (mule-menu-keymap):
16308 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16309 * vc-hooks.el (vc-menu-map):
16310 * replace.el (occur-mode-map):
16311 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
16312 (menu-bar-edit-menu, menu-bar-goto-menu)
16313 (menu-bar-custom-menu, menu-bar-showhide-menu)
16314 (menu-bar-options-menu, menu-bar-tools-menu)
16315 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
16316 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
16317 (menu-bar-help-menu):
16318 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
16319 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
16320
16321 * term/x-win.el (x-gtk-stock-map):
16322 * progmodes/vera-mode.el (auto-mode-alist):
16323 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
16324 (inferior-lisp-program, inferior-lisp-load-command):
16325 * progmodes/hideshow.el (hs-special-modes-alist):
16326 * progmodes/gud.el (same-window-regexps):
16327 * progmodes/grep.el (grep-program, find-program, xargs-program):
16328 * net/telnet.el (same-window-regexps):
16329 * net/rlogin.el (same-window-regexps):
16330 * language/ethiopic.el (font-ccl-encoder-alist):
16331 * vc-sccs.el (vc-sccs-master-templates):
16332 * vc-rcs.el (vc-rcs-master-templates):
16333 * subr.el (cl-assertion-failed):
16334 * simple.el (next-error-overlay-arrow-position):
16335 * lpr.el (lpr-command):
16336 * locate.el (locate-ls-subdir-switches):
16337 * info.el (same-window-regexps, info)
16338 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
16339 * image-mode.el (image-mode, auto-mode-alist):
16340 * hippie-exp.el (hippie-expand-ignore-buffers):
16341 * format.el (format-alist):
16342 * find-dired.el (find-ls-subdir-switches, find-grep-options)
16343 (find-name-arg):
16344 * facemenu.el (facemenu-keybindings):
16345 * dired.el (dired-listing-switches, dired-chown-program):
16346 * diff.el (diff-switches, diff-command):
16347 * cus-edit.el (same-window-regexps):
16348 * bindings.el (mode-line-mule-info)
16349 (mode-line-buffer-identification): Purecopy strings.
16350
163512009-11-11 Juri Linkov <juri@jurta.org>
16352
16353 * simple.el (dired-get-filename) <declare-function>:
16354 Tell the byte-compiler about dired-get-filename.
16355 (shell-command): In Dired mode, get filename from the current line
16356 as the default value.
16357
163582009-11-10 Glenn Morris <rgm@gnu.org>
16359
16360 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
16361 * calendar/holidays.el, progmodes/cperl-mode.el:
16362 Update x-popup-menu declarations.
16363
16364 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
16365 (list-load-path-shadows): Use dolist.
16366 (list-load-path-shadows): Use with-current-buffer.
16367
163682009-11-10 Juri Linkov <juri@jurta.org>
16369
16370 * minibuffer.el (read-file-name): Support a list of default values
16371 in `default-filename'. Use the first file name where only one
16372 element is required. Doc fix.
16373
163742009-11-09 Michael Albinus <michael.albinus@gmx.de>
16375
16376 * net/dbus.el (dbus-unregister-object): Release service, if no
16377 other method is registered for it.
16378
163792009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
16380
16381 * bookmark.el (bookmark-completing-read): Sort bookmark names if
16382 bookmark-sort-flag is non-nil (Bug#4653).
16383
163842009-11-08 Chong Yidong <cyd@stupidchicken.com>
16385
16386 * emulation/cua-base.el: Add CUA property to some CC mode commands
16387 (Bug#4100).
16388
163892009-11-08 Kevin Ryde <user42@zip.com.au>
16390
16391 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
16392 at end of sentence (Bug#4818).
16393
163942009-11-08 Jared Finder <jfinder@crypticstudios.com>
16395
16396 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16397 Handle "see declaration of" MSFT statements (Bug#4100).
16398
163992009-11-08 Michael Albinus <michael.albinus@gmx.de>
16400
16401 * net/tramp.el (tramp-advice-make-auto-save-file-name)
16402 (tramp-advice-file-expand-wildcards): Unload via
16403 `ad-remove-advice'.
16404
16405 * net/trampver.el: Update release number.
16406
164072009-11-08 Kevin Ryde <user42@zip.com.au>
16408
16409 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
16410 `ad-do-it'.
16411
164122009-11-08 Andr <m00naticus@gmail.com> (tiny change)
16413
16414 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
16415 in order to keep context in SELinux.
16416
164172009-11-08 Chong Yidong <cyd@stupidchicken.com>
16418
16419 * dired-aux.el (dired-query): Place cursor in echo area and allow
16420 C-g.
16421
16422 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
16423 menu item if not on a directory (Bug#4701).
16424
164252009-11-07 Michael Albinus <michael.albinus@gmx.de>
16426
16427 Sync with Tramp 2.1.17.
16428
16429 * net/tramp.el (tramp-handle-copy-directory): Don't use
16430 `file-remote-p' (due to compatibility).
16431
16432 * net/tramp-compat.el (tramp-compat-copy-directory)
16433 (tramp-compat-delete-directory): New defuns.
16434
16435 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
16436 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16437 Use `tramp-compat-delete-directory'.
16438
16439 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
16440 (tramp-smb-handle-delete-directory):
16441 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
16442
16443 * net/trampver.el: Update release number.
16444
164452009-11-07 Chong Yidong <cyd@stupidchicken.com>
16446
16447 * tar-mode.el (tar-copy): Call write-region on the right buffer
16448 (Bug#4857).
16449
16450 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
16451 by hand, if necessary (Bug#4878).
16452
164532009-11-06 Chong Yidong <cyd@stupidchicken.com>
16454
16455 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
16456 align size column (Bug#4839).
16457
16458 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
16459 statement.
16460
164612009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16462
16463 * progmodes/ld-script.el (auto-mode-alist):
16464 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
16465
16466 * cus-face.el (custom-declare-face): Purecopy face spec.
16467
164682009-11-06 Kenichi Handa <handa@m17n.org>
16469
16470 * international/uni-bidi.el: Re-generated.
16471 * international/uni-category.el: Re-generated.
16472 * international/uni-combining.el: Re-generated.
16473 * international/uni-mirrored.el: Re-generated.
16474
164752009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16476
16477 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
16478 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
16479 (tex-start-options, slitex-run-command, latex-run-command)
16480 (tex-run-command, tex-directory):
16481 * textmodes/ispell.el (ispell-html-skip-alists)
16482 (ispell-tex-skip-alists, ispell-tex-skip-alists):
16483 * textmodes/fill.el (adaptive-fill-first-line-regexp):
16484 (adaptive-fill-regexp):
16485 * textmodes/dns-mode.el (auto-mode-alist):
16486 * progmodes/python.el (interpreter-mode-alist):
16487 * progmodes/etags.el (tags-compression-info-list):
16488 * progmodes/etags.el (tags-file-name):
16489 * net/browse-url.el (browse-url-galeon-program)
16490 (browse-url-firefox-program):
16491 * mail/sendmail.el (mail-signature-file)
16492 (mail-citation-prefix-regexp):
16493 * international/mule-conf.el (eight-bit):
16494 * international/latexenc.el (latex-inputenc-coding-alist):
16495 * international/fontset.el (x-pixel-size-width-font-regexp):
16496 * emacs-lisp/warnings.el (warning-type-format):
16497 * emacs-lisp/trace.el (trace-buffer):
16498 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
16499 (emacs-lisp-mode-map):
16500 * calendar/holidays.el (holiday-solar-holidays)
16501 (holiday-bahai-holidays, holiday-islamic-holidays)
16502 (holiday-christian-holidays, holiday-hebrew-holidays)
16503 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
16504 (hebrew-holidays-1, holiday-oriental-holidays)
16505 (holiday-general-holidays):
16506 * x-dnd.el (x-dnd-known-types):
16507 * tool-bar.el (tool-bar):
16508 * startup.el (site-run-file):
16509 * shell.el (shell-dumb-shell-regexp):
16510 * rfn-eshadow.el (file-name-shadow-tty-properties)
16511 (file-name-shadow-properties):
16512 * paths.el (remote-shell-program, news-directory):
16513 * mouse.el ([C-down-mouse-3]):
16514 * menu-bar.el (menu-bar-tools-menu):
16515 * jka-cmpr-hook.el (jka-compr-load-suffixes)
16516 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
16517 (jka-compr-compression-info-list):
16518 * isearch.el (search-whitespace-regexp):
16519 * image-file.el (image-file-name-extensions):
16520 * find-dired.el (find-ls-option):
16521 * files.el (directory-listing-before-filename-regexp)
16522 (directory-free-space-args, insert-directory-program)
16523 (list-directory-brief-switches, magic-fallback-mode-alist)
16524 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
16525 (automount-dir-prefix):
16526 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
16527 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
16528 (face-font-registry-alternatives, face-font-registry-alternatives)
16529 (face-font-family-alternatives):
16530 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
16531 (facemenu-foreground-menu, facemenu-face-menu):
16532 * epa-hook.el (epa-file-name-regexp):
16533 * dnd.el (dnd-protocol-alist):
16534 * textmodes/rst.el (auto-mode-alist):
16535 * button.el (default-button): Purecopy strings.
16536
165372009-11-06 Glenn Morris <rgm@gnu.org>
16538
16539 * Makefile.in (ELCFILES): Update.
16540
165412009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
16542
16543 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
16544 * emacs-lisp/levents.el: Move to obsolete/levents.el.
16545
16546 * nxml/xsd-regexp.el (xsdre-gen-categories):
16547 * nxml/xmltok.el (xmltok-parse-entity):
16548 * nxml/rng-parse.el (rng-parse-validate-file):
16549 * nxml/rng-maint.el (rng-format-manual)
16550 (rng-manual-output-force-new-line):
16551 * nxml/rng-loc.el (rng-save-schema-location-1):
16552 * nxml/rng-cmpct.el (rng-c-parse-file):
16553 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
16554 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
16555
165562009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
16557
16558 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
16559 Remove extra save-excursions and make-variable-buffer-local's.
16560 Suggested by Stefan Monnier.
16561
16562 (verilog-getopt-file, verilog-module-inside-filename-p)
16563 (verilog-set-define): Merge GNU 1.35 and repair changes from
16564 switching to using with-current-buffer.
16565
16566 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
16567 being treated as a number and confusing AUTORESET.
16568 Reported by Dan Dever.
16569
16570 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
16571 Add verilog-auto-ignore-concat to fix backward compatibility with
16572 older verilog-modes. Reported by Dan Katz.
16573
16574 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
16575 containing closing anchors "...$".
16576
16577 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
16578 Reported by Wade Smith.
16579
16580 (verilog-batch-execute-func): Comment on function usage.
16581
165822009-11-05 Michael McNamara <mac@mail.brushroad.com>
16583
16584 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
16585 for labels.
16586
16587 (verilog-label-re, verilog-calc-1): Support proper indent of named
16588 asserts.
16589
16590 (verilog-backward-token, verilog-basic-complete-re)
16591 (verilog-beg-of-statement, verilog-indent-re): Support proper
16592 indent of the assert statement at the beginning of a block of text.
16593
16594 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
16595 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
16596 tokens as begins.
16597
165982009-11-05 Glenn Morris <rgm@gnu.org>
16599
16600 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
16601 Emacs 19. (Bug#1531)
16602 (byte-compile-fix-header): Update for the above change.
16603 Drop test for epoch::version.
16604
16605 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
16606 * cus-dep.el (custom-make-dependencies):
16607 * finder.el (finder-compile-keywords):
16608 Use autoload-rubric's feature argument.
16609
16610 * calendar/diary-lib.el (top-level): Make load behave more like require.
16611
16612 * vc-git.el (vc-git-stash-map): Move definition before use.
16613
166142009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
16615
16616 * custom.el (custom-declare-group): Purecopy standard-value.
16617 (custom-declare-group): Purecopy custom-prefix.
16618
16619 * international/mule.el (load-with-code-conversion):
16620 Call do-after-load-evaluation unconditionally.
16621
16622 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
16623
166242009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
16625
16626 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
16627
166282009-11-04 Glenn Morris <rgm@gnu.org>
16629
16630 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
16631 (byte-compile-compatibility): Remove option.
16632 (byte-compile-close-variables, byte-compile-fix-header)
16633 (byte-compile-insert-header, byte-compile-output-docform)
16634 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
16635 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
16636 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
16637 (byte-compile-insert, byte-compile-defun):
16638 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
16639 (byte-defop-compiler19): Remove.
16640 Without byte-compile-compatibility, the 'emacs19-opcode property is not
16641 used by anything. Replace all calls with byte-defop-compiler.
16642
166432009-11-04 Juri Linkov <juri@jurta.org>
16644
16645 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
16646 (menu-bar-options-menu): Don't quote the `prop' arg of
16647 `menu-bar-make-mm-toggle'.
16648
166492009-11-04 Juanma Barranquero <lekktu@gmail.com>
16650
16651 * calendar/calendar.el (cal-loaddefs):
16652 * calendar/diary-lib.el (diary-loaddefs):
16653 * calendar/holidays.el (hol-loaddefs):
16654 * eshell/esh-module.el (esh-groups): Load rather than require.
16655
166562009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16657
16658 * calendar/todo-mode.el (todo-add-category): Don't hardcode
16659 point-min==1.
16660 (todo-top-priorities): Only display-buffer when called interactively.
16661 (todo-item-start): Don't save excursion point.
16662 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
16663 (todo-insert-item-here, todo-file-item, todo-remove-item):
16664 Adjust uses of todo-item-start and todo-item-end.
16665
16666 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
16667 (autoload-rubric): Don't use any more.
16668
16669 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
16670 and only put a prop if it is non-nil.
16671
166722009-11-03 Juri Linkov <juri@jurta.org>
16673
16674 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
16675 (menu-bar-options-menu): Fix list quoting (Bug#4429).
16676
16677 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
16678 and "Menu" to make top-level menu item visually one unit (like
16679 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
16680 multi-word menu items). Fix :help string for quit-window.
16681
166822009-11-03 Glenn Morris <rgm@gnu.org>
16683
16684 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
16685 (byte-compile-file-form-define-abbrev-table)
16686 (byte-compile-file-form-custom-declare-variable)
16687 (byte-compile-variable-ref, byte-compile-defvar):
16688 Whether or not a warning is enabled should only affect whether we issue
16689 the warning, not whether or not we collect the relevant data.
16690 Eg warnings can be turned on and off throughout the course of a file.
16691
16692 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
16693 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
16694
166952009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16696
16697 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
16698 * play/mpuz.el (mpuz-create-buffer):
16699 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
16700 (lm-print-y,s,noise, lm-print-w0, lm-init):
16701 * play/gomoku.el (gomoku-prompt-for-move):
16702 * play/fortune.el (fortune-in-buffer):
16703 * play/dissociate.el (dissociated-press):
16704 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
16705 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
16706 * mail/supercite.el (sc-eref-show):
16707 * mail/smtpmail.el (smtpmail-send-it):
16708 * mail/rmailsum.el (rmail-summary-next-labeled-message)
16709 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
16710 (rmail-summary-undelete-many, rmail-summary-rmail-update)
16711 (rmail-summary-goto-msg, rmail-summary-expunge)
16712 (rmail-summary-get-new-mail, rmail-summary-search-backward)
16713 (rmail-summary-add-label, rmail-summary-output-menu)
16714 (rmail-summary-output-body):
16715 * mail/rfc822.el (rfc822-addresses):
16716 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
16717 * mail/mailpost.el (post-mail-send-it):
16718 * mail/hashcash.el (hashcash-generate-payment):
16719 * mail/feedmail.el (feedmail-run-the-queue)
16720 (feedmail-queue-send-edit-prompt-help-first)
16721 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
16722 (feedmail-deduce-address-list):
16723 * eshell/esh-ext.el (eshell-remote-command):
16724 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
16725 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
16726 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
16727 (viper-save-string-in-file, viper-valid-marker):
16728 * emulation/viper-keym.el (viper-toggle-key):
16729 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
16730 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
16731 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
16732 * emulation/viper-cmd.el (viper-exec-form-in-vi)
16733 (viper-exec-form-in-emacs, viper-brac-function):
16734 * emulation/viper.el (viper-delocalize-var):
16735 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
16736 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
16737 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
16738 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
16739 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
16740 * emulation/edt.el (edt-electric-helpify):
16741 * emulation/cua-rect.el (cua--rectangle-aux-replace):
16742 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
16743 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
16744 (cua-indent-to-global-mark-column):
16745 * calendar/diary-lib.el (calendar-mark-1):
16746 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
16747 Use with-current-buffer.
16748 * emulation/viper.el (viper-delocalize-var): Use dolist.
16749
167502009-11-03 Chong Yidong <cyd@stupidchicken.com>
16751
16752 * comint.el (comint-replace-by-expanded-history-before-point):
16753 Replace !! with the previous input string literally (Bug#1795).
16754
167552009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
16756
16757 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
16758 to be made up of whitespace.
16759
167602009-11-02 Chong Yidong <cyd@stupidchicken.com>
16761
16762 * minibuffer.el (read-file-name): Don't use file dialogs for
16763 remote directories (Bug#99).
16764
167652009-11-01 Chong Yidong <cyd@stupidchicken.com>
16766
16767 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
16768
167692009-11-01 Andreas Schwab <schwab@linux-m68k.org>
16770
16771 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
16772 instead of deleting the window or frame.
16773
167742009-10-31 Chong Yidong <cyd@stupidchicken.com>
16775
16776 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
16777 Support face colors.
16778
16779 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
16780 New function. Support face colors (Bug#1168).
16781 (tex-common-initialization): Use it.
16782
16783 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
16784 mode allows it (Bug#1168).
16785
167862009-10-31 Juri Linkov <juri@jurta.org>
16787
16788 * facemenu.el (list-colors-display): Don't mark buffer as
16789 modified (Bug#3948).
16790
167912009-10-31 Chong Yidong <cyd@stupidchicken.com>
16792
16793 * international/mule-diag.el (list-character-sets-1):
16794 Minor message fix (Bug#3526).
16795
16796 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
16797 Fix face property (Bug#4834).
16798 (etags-list-tags, etags-tags-apropos-additional)
16799 (etags-tags-apropos, tags-select-tags-table): Add follow-link
16800 property.
16801
16802 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
16803 items.
16804
168052009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
16806
16807 * textmodes/two-column.el (2C-split):
16808 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
16809 * textmodes/tex-mode.el (tex-set-buffer-directory):
16810 * textmodes/spell.el (spell-region, spell-string):
16811 * textmodes/reftex.el (reftex-erase-buffer):
16812 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
16813 * textmodes/reftex-toc.el (reftex-toc-promote-action):
16814 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
16815 (reftex-select-item):
16816 * textmodes/reftex-ref.el (reftex-label-info-update)
16817 (reftex-offer-label-menu):
16818 * textmodes/reftex-index.el (reftex-index-change-entry)
16819 (reftex-index-phrases-info):
16820 * textmodes/reftex-global.el (reftex-create-tags-file)
16821 (reftex-save-all-document-buffers, reftex-ensure-write-access):
16822 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
16823 (reftex-view-crossref-from-bibtex):
16824 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
16825 (reftex-extract-bib-entries-from-thebibliography)
16826 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
16827 * textmodes/refbib.el (r2b-capitalize-title):
16828 (r2b-convert-buffer, r2b-help):
16829 * textmodes/page-ext.el (pages-directory)
16830 (pages-directory-goto-with-mouse):
16831 * textmodes/bibtex.el (bibtex-validate-globally):
16832 * textmodes/bib-mode.el (bib-capitalize-title):
16833 * textmodes/artist.el (artist-clear-buffer, artist-system):
16834 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
16835 (local-set-scheme-interaction-buffer, xscheme-process-filter)
16836 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
16837 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
16838 (xscheme-send-control-g-interrupt, xscheme-start-process)
16839 (xscheme-process-sentinel, xscheme-cd):
16840 * progmodes/verilog-mode.el (verilog-read-always-signals)
16841 (verilog-set-define, verilog-getopt-file)
16842 (verilog-module-inside-filename-p):
16843 * progmodes/sh-script.el:
16844 * progmodes/python.el (python-pdbtrack-get-source-buffer)
16845 (python-pdbtrack-grub-for-buffer, python-execute-file):
16846 * progmodes/octave-inf.el (inferior-octave):
16847 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
16848 (idlwave-shell-compile-helper-routines, idlwave-set-local)
16849 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
16850 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
16851 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
16852 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
16853 (idlwave-shell-filter, idlwave-shell-examine-highlight)
16854 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
16855 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
16856 (idlwave-shell-examine-display, idlwave-shell-run-region)
16857 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
16858 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
16859 * progmodes/idlw-help.el (idlwave-help-get-special-help)
16860 (idlwave-help-get-help-buffer):
16861 * progmodes/gud.el (gud-basic-call, gud-find-class)
16862 (gud-tooltip-activate-mouse-motions-if-enabled):
16863 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
16864 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
16865 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
16866 (ebrowse-tags-next-file):
16867 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
16868 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
16869 (ebnf-eps-finish-and-write):
16870 * progmodes/cpp.el (cpp-edit-save):
16871 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
16872 * progmodes/cc-defs.el (c-emacs-features):
16873 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
16874 (antlr-directory-dependencies):
16875 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
16876 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
16877 (ada-find-any-references, ada-make-filename-from-adaname)
16878 (ada-make-body-gnatstub):
16879 * obsolete/rnews.el (news-list-news-groups):
16880 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
16881 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
16882 * net/rcirc.el (rcirc-debug):
16883 * net/newst-treeview.el (newsticker--treeview-list-add-item)
16884 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
16885 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
16886 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
16887 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
16888 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
16889 (newsticker--treeview-list-clear-highlight)
16890 (newsticker--treeview-list-update-highlight)
16891 (newsticker--treeview-list-highlight-start)
16892 (newsticker--treeview-tree-update-highlight)
16893 (newsticker--treeview-get-selected-item)
16894 (newsticker-treeview-mark-list-items-old)
16895 (newsticker--treeview-set-current-node):
16896 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
16897 * net/newst-backend.el (newsticker--get-news-by-funcall)
16898 (newsticker--get-news-by-wget, newsticker--image-get)
16899 (newsticker--image-sentinel):
16900 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
16901 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
16902 (eudc-ph-close-session):
16903 * net/eudc.el (eudc-save-options):
16904 * language/thai-word.el (thai-update-word-table):
16905 * language/japan-util.el (japanese-string-conversion):
16906 * international/titdic-cnv.el (tsang-quick-converter)
16907 (ziranma-converter, ctlau-converter):
16908 * international/mule-cmds.el (describe-language-environment):
16909 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
16910 (skkdic-convert-postfix, skkdic-convert-prefix):
16911 (skkdic-convert-okuri-nasi, skkdic-convert):
16912 * emacs-lisp/re-builder.el (reb-update-overlays):
16913 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
16914 * emacs-lisp/gulp.el (gulp-send-requests):
16915 * emacs-lisp/find-gc.el (trace-call-tree):
16916 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
16917 (eieio-describe-generic):
16918 * emacs-lisp/eieio-base.el (eieio-persistent-read):
16919 * emacs-lisp/edebug.el (edebug-outside-excursion):
16920 * emacs-lisp/debug.el (debugger-make-xrefs):
16921 * emacs-lisp/cust-print.el (custom-prin1-to-string):
16922 * emacs-lisp/chart.el (chart-new-buffer):
16923 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
16924 Use with-current-buffer.
16925 * textmodes/artist.el (artist-system): Don't call
16926 copy-sequence on a fresh string.
16927 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
16928
169292009-10-31 Stephen Berman <stephen.berman@gmx.net>
16930
16931 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
16932 is no item to edit. (Bug#4820)
16933 (todo-top-priorities): Restore point and restore narrowing in Todo
16934 buffer. (Bug#4820)
16935
169362009-10-31 Glenn Morris <rgm@gnu.org>
16937
16938 * net/ange-ftp.el (top-level): Don't require dired when compiling.
16939 (comint-last-output-start, comint-last-input-start)
16940 (comint-last-input-end): Don't defvar when compiling.
16941 (ange-ftp-process-file): Use bound-and-true-p.
16942
16943 * pcmpl-rpm.el (top-level): Move provide statement to end.
16944 (pcmpl-rpm): Remove unused custom group.
16945
16946 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
16947
16948 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
16949
16950 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
16951 (byte-compile-warnings): Add `constants' as an option.
16952 (byte-compile-callargs-warn, byte-compile-arglist-warn)
16953 (display-call-tree): Update for byte-compile-fdefinition possibly
16954 returning `(macro lambda ...)'. (Bug#4778)
16955 (byte-compile-variable-ref, byte-compile-setq-default):
16956 Respect `constants' member of byte-compile-warnings.
16957
169582009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
16959
16960 * vc-bzr.el (vc-bzr-revision-keywords): New var.
16961 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
16962 to "submit:".
16963
169642009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
16965
16966 * textmodes/ispell.el (ispell-skip-region-alist):
16967 * international/mule-conf.el (eight-bit):
16968 * international/fontset.el (font-encoding-alist):
16969 * startup.el (pure-space-overflow-message):
16970 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
16971 * paths.el (gnus-nntp-service, rmail-spool-directory)
16972 (term-file-prefix):
16973 * files.el (save-some-buffers-action-alist):
16974 * cmuscheme.el (same-window-buffer-names):
16975 * ielm.el (same-window-buffer-names):
16976 * shell.el (same-window-buffer-names):
16977 * mail/sendmail.el (same-window-buffer-names):
16978 * progmodes/inf-lisp.el (same-window-buffer-names):
16979 * bindings.el (mode-line-client)
16980 (mode-line-column-line-number-mode-map):
16981 * language/tibetan.el (tibetan-precomposition-rule-regexp)
16982 (tibetan-precomposed-regexp): Purecopy string arguments.
16983
169842009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16985
16986 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
16987 (calcDigit-nondigit):
16988 * calc/calc-yank.el (calc-copy-to-buffer):
16989 * calc/calc-units.el (calc-invalidate-units-table):
16990 * calc/calc-trail.el (calc-trail-yank):
16991 * calc/calc-store.el (calc-insert-variables):
16992 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
16993 * calc/calc-prog.el (calc-read-parse-table):
16994 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
16995 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
16996 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
16997 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
16998 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
16999 (calc-graph-name, calc-graph-find-command, calc-graph-view)
17000 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
17001 * calc/calc-ext.el (calc-realign):
17002 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
17003 (calc-embedded-finish-edit, calc-embedded-make-info)
17004 (calc-embedded-finish-command, calc-embedded-stack-change):
17005 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
17006
17007 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
17008 shell-dynamic-complete-filename in preference to
17009 comint-dynamic-complete-filename.
17010
17011 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17012 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
17013 Don't consider whether the display supports colors.
17014 (bookmark-import-new-list): Use dolist.
17015 (bookmark-bmenu-mode-map): Move initialization into declaration.
17016 (bookmark-bmenu-list): Use dolist, simplify.
17017 (bookmark-show-all-annotations): Use save-selected-window and dolist.
17018 (menu-bar-final-items): Use push.
17019
170202009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
17021
17022 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
17023 it works on remote files.
17024 (vc-hg-diff): Don't pass any `--cwd' argument.
17025
170262009-10-27 Kevin Ryde <user42@zip.com.au>
17027
17028 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17029 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
17030 (Further to Bug#3921).
17031
170322009-10-27 Michael Albinus <michael.albinus@gmx.de>
17033
17034 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
17035 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
17036 calling `tramp-imap-put-file'. Add file size to the call.
17037 (tramp-imap-get-file-entries): Compute also user name, file size,
17038 and date.
17039 (tramp-imap-handle-insert-directory): Insert uid and gid.
17040 (tramp-imap-handle-file-attributes): Transform uid and gid
17041 according to `id-format'.
17042 (tramp-imap-put-file): New optional parameter SIZE. Encode file
17043 size in header X-Size.
17044
170452009-10-26 Juanma Barranquero <lekktu@gmail.com>
17046
17047 * simple.el (transpose-subr): Give clearer error when the mark
17048 is not set. (Bug#4807)
17049
170502009-10-26 Michael Albinus <michael.albinus@gmx.de>
17051
17052 * net/tramp.el (tramp-perl-file-truename): New defconst.
17053 Perl code contributed by yary <not.com@gmail.com> (tiny change).
17054 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
17055 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
17056 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
17057
17058 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
17059 Ignore `dired-call-process'.
17060 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
17061
170622009-10-26 Julian Scheid <julians37@gmail.com>
17063
17064 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
17065 (tramp-get-remote-readlink): New defun.
17066 (tramp-handle-file-truename): Use it.
17067 (tramp-handle-file-exists-p): Check file-attributes cache, assume
17068 file exists if cache value present.
17069 (tramp-check-cached-permissions): New defun.
17070 (tramp-handle-file-readable-p): Use it.
17071 (tramp-handle-file-writable-p): Likewise.
17072 (tramp-handle-file-executable-p): Likewise.
17073 (tramp-handle-file-name-all-completions): Try using Perl to get
17074 partial completions. When perl not available, combine `cd' and
17075 `ls' into single remote operation and use shell expansion to get
17076 partial remote directory contents. Set `file-exists-p' cache for
17077 directory and any files returned by ls. Change cache handling to
17078 support partial directory contents. Use error message emitted by
17079 remote `cd' or Perl code for local tramp-error.
17080 (tramp-do-copy-or-rename-file-directly): Avoid separate
17081 tramp-send-command-and-check call.
17082 (tramp-handle-process-file): Merge three remote ops into one.
17083 Do not flush all caches when `process-file-side-effects' is set.
17084 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
17085 file-attributes shows uid/gid to be set already.
17086
170872009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
17088
17089 * textmodes/tex-mode.el (tex-dvi-view-command)
17090 (tex-show-queue-command, tex-open-quote):
17091 * progmodes/ruby-mode.el (auto-mode-alist)
17092 (interpreter-mode-alist): Purecopy strings.
17093
17094 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
17095
17096 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
17097 string for the hook, keymap and abbrev table.
17098
17099 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
17100
17101 * x-dnd.el (x-dnd-xdnd-to-action):
17102 * startup.el (fancy-startup-text, fancy-about-text): Change to
17103 defconst from defvar.
17104
17105 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
17106
17107 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
17108 Purecopy initialization strings.
17109
17110 * mail/sendmail.el (mail-header-separator)
17111 (mail-personal-alias-file):
17112 * mail/rmail.el (rmail-default-dont-reply-to-names)
17113 (rmail-ignored-headers, rmail-retry-ignored-headers)
17114 (rmail-highlighted-headers, rmail-secondary-file-directory)
17115 (rmail-secondary-file-regexp):
17116 * files.el (null-device, file-name-invalid-regexp)
17117 (locate-dominating-stop-dir-regexp)
17118 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
17119 (interpreter-mode-alist): Use mapcar instead of mapc.
17120
17121 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
17122
17123 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
17124 (completion-ignored-extensions):
17125 (debug-ignored-errors): Purecopy strings.
17126
171272009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17128
17129 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
17130 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
17131 (pcomplete--here): Use push.
17132
17133 * subr.el (all-completions): Declare the 4th arg obsolete.
17134
171352009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17136
17137 * pcomplete.el (pcomplete-unquote-argument-function): New var.
17138 (pcomplete-unquote-argument): New function.
17139 (pcomplete--common-suffix): Always pay attention to case.
17140 (pcomplete--table-subvert): Quote and unquote the text.
17141 (pcomplete--common-quoted-suffix): New function.
17142 (pcomplete-std-complete): Use it and pcomplete-begin.
17143
17144 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
17145 we're inside a dedicated or minibuffer window.
17146
171472009-10-24 Karl Fogel <kfogel@red-bean.com>
17148
17149 * bookmark.el: Update documentation, especially documentation
17150 of `bookmark-alist' and of the bookmark file format.
17151 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
17152
171532009-10-24 Chong Yidong <cyd@stupidchicken.com>
17154
17155 * mail/emacsbug.el (report-emacs-bug): Clarify that the
17156 keybindings apply to the mail buffer (Bug#4003). Shrink help
17157 window to buffer.
17158
17159 * whitespace.el (whitespace-mode, whitespace-newline-mode)
17160 (global-whitespace-mode, global-whitespace-newline-mode)
17161 (whitespace-toggle-options, global-whitespace-toggle-options):
17162 Doc fix (Bug#3660).
17163
17164 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
17165 of xmltok-start before the end tag was inserted (Bug#2840).
17166
17167 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
17168 patterns that are preceded by an open-paren (Bug#1320).
17169
171702009-10-24 Sven Joachim <svenjoac@gmx.de>
17171
17172 * files.el (delete-directory): Delete symlinks to directories with
17173 delete-file (Bug#4739).
17174
171752009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
17176
17177 * vc.el (vc-backend-for-registration): Rename from
17178 vc-get-backend-for-registration. Update callers.
17179
17180 * international/mule-cmds.el (set-language-info-alist):
17181 Purecopy lang-env.
17182 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
17183 (charset): Purecopy the name.
17184 (define-char-code-property): Purecopy string arguments.
17185
17186 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17187 Purecopy string arguments.
17188
17189 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17190 * ediff-hook.el (menu-bar-ediff-menu):
17191 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
17192 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
17193
171942009-10-24 Glenn Morris <rgm@gnu.org>
17195
17196 * comint.el (comint-dynamic-list-completions):
17197 * term.el (term-dynamic-list-completions): Use choose-completion rather
17198 than obsolete alias mouse-choose-completion.
17199
17200 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
17201 file-cache-choose-completion.
17202 (file-cache-choose-completion): Handle an optional event argument.
17203 (file-cache-mouse-choose-completion): Make it an obsolete alias.
17204
17205 * progmodes/octave-mod.el (octave-complete-symbol):
17206 Use choose-completion if mouse-choose-completion is ever removed.
17207
17208 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
17209 use.
17210
17211 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
17212 compiler.
17213
17214 * vc-hooks.el (vc-responsible-backend): Fix declaration.
17215
172162009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17217
17218 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
17219 Ignore `pred' now that we receive one.
17220 Handle test-completion specially.
17221
172222009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17223
17224 * vc.el (vc-responsible-backend): Throw an error if not backend is
17225 found. Remove the REGISTER argument. Move the code dealing with
17226 REGISTER ...
17227 (vc-get-backend-for-registration): ... here. New function.
17228 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
17229 of vc-responsible-backend, pass the file name instead of the
17230 directory name.
17231
172322009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
17233
17234 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
17235 New funs.
17236 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
17237 (pcomplete-comint-setup): Don't modify a global var via
17238 accidental side-effects.
17239 (pcomplete-shell-setup): Adjust call accordingly.
17240 (pcomplete-parse-comint-arguments): Use push.
17241
172422009-10-23 Chong Yidong <cyd@stupidchicken.com>
17243
17244 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17245 Allow uncapitalized info node names (Bug#3921).
17246
17247 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
17248 to the DEBUG file (Bug#3781).
17249
172502009-10-23 Jari Aalto <jari.aalto@cante.net>
17251
17252 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
17253 dictionary entry (Bug#4579).
17254
172552009-10-23 Michael Albinus <michael.albinus@gmx.de>
17256
17257 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
17258 from `rfn-eshadow-update-overlay-hook' when unloading.
17259 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
17260 "rsyncc". Adjust doc string.
17261 (tramp-temp-buffer-file-name): New buffer-local defvar.
17262 (tramp-handle-insert-file-contents, tramp-handle-write-region):
17263 Keep temporary file when indicated by method ("rsync" and
17264 "rsyncc").
17265 (tramp-handle-write-region): Handle APPEND.
17266 (tramp-delete-temp-file-function): New defun. Added to
17267 `kill-buffer-hook'.
17268
172692009-10-23 Juanma Barranquero <lekktu@gmail.com>
17270
17271 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
17272
172732009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17274
17275 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
17276 (color-name-rgb-alist, tty-standard-colors)
17277 (tty-color-mode-alist): Change to defconst.
17278
17279 * simple.el (mark-inactive): Purecopy message.
17280
17281 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
17282 (global-map, yank-menu):
17283 * textmodes/ispell.el (ispell-menu-map):
17284 * net/eudc.el (eudc-tools-menu):
17285 * international/mule-cmds.el (describe-language-environment-map)
17286 (setup-language-environment-map, set-coding-system-map)
17287 (mule-menu-keymap):
17288 * vc-hooks.el (vc-menu-entry, vc-menu-map):
17289 * replace.el (occur-mode-map):
17290 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
17291
172922009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
17293
17294 * calc/calc.el (math-read-number, math-read-number-simple):
17295 Use `save-match-data'.
17296
172972009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17298
17299 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
17300 rather than fiddling with global-map bindings, since it should only
17301 affect per-terminal settings.
17302 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
17303
17304 * minibuffer.el (completion-table-with-terminator): Allow to specify
17305 the terminator-regexp.
17306
17307 * simple.el (switch-to-completions): Look for *Completions* in other
17308 frames as well.
17309
17310 * pcomplete.el: Allow the use of completion-tables.
17311 (pcomplete-std-complete): New command.
17312 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
17313 (pcomplete--here): Use a function for `form' rather than an expression,
17314 so it can be byte-compiled.
17315 (pcomplete-here, pcomplete-here*): Adjust accordingly.
17316 Add edebug declaration.
17317 (pcomplete-show-completions): Remove unused var `curbuf'.
17318 (pcomplete-do-complete, pcomplete-stub):
17319 Don't assume `completions' is a list of strings any more.
17320
173212009-10-22 Juanma Barranquero <lekktu@gmail.com>
17322
17323 * find-dired.el (find-name-arg): Fix typo in docstring.
17324
173252009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17326
17327 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
17328 (pcmpl-linux-fs-types): Same, and update to new modules layout.
17329
17330 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
17331 pcomplete-entries.
17332
17333 * comint.el (comint-read-input-ring, comint-write-input-ring)
17334 (comint-substitute-in-file-name)
17335 (comint-dynamic-complete-as-filename)
17336 (comint-dynamic-simple-complete)
17337 (comint-dynamic-list-filename-completions)
17338 (comint-dynamic-list-completions)
17339 (comint-redirect-results-list-from-process): Minor simplifications.
17340
173412009-10-21 Kevin Ryde <user42@zip.com.au>
17342
17343 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
17344 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
17345 the first form. And insert a blank line after ";;; Code" since
17346 that's usual style. (Bug#4612)
17347
17348 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
17349
173502009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17351
17352 * minibuffer.el (completion-table-with-terminator): Properly implement
17353 boundaries, in case `terminator' appears in the suffix.
17354 (completion--embedded-envvar-table): Don't return boundaries if
17355 there's no valid completion. Simplify.
17356 (completion-file-name-table): New completion table extracted from
17357 completion--file-name-table.
17358 (completion--file-name-table): Use it.
17359 (read-file-name-predicate): Declare obsolete.
17360 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
17361 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
17362 completion-file-name-table, and use the `pred' argument.
17363 * files.el (locate-file-completion-table): Use the `pred' arg rather
17364 than read-file-name-predicate.
17365 (abbreviate-file-name): Use \` rather than ^ for BOS.
17366
173672009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
17368
17369 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
17370 vc-responsible-backend to register, it causes problems.
17371
173722009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17373
17374 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
17375
173762009-10-21 Michael Albinus <michael.albinus@gmx.de>
17377
17378 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
17379 (tramp-smb-handle-file-attributes): Use it.
17380 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
17381 (tramp-smb-handle-insert-directory): Use `mapc' rather than
17382 `mapcar'. Use `tramp-smb-get-stat-capability'.
17383 Add `dired-filename' text properties.
17384 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
17385 (tramp-smb-maybe-open-connection): Simplify check for smbclient
17386 version.
17387
173882009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17389
17390 * subr.el (read-key-delay): Reduce to 0.01.
17391 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
17392 (bug#4751).
17393
173942009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17395
17396 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
17397
17398 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
17399 (Info-menu): Remove unused vars `last' and `completions'.
17400 (Info-index-nodes): Remove unused var `node'.
17401
17402 * info.el (Info-complete-menu-item): Use complete-with-action.
17403
174042009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
17405
17406 Make vc-annotate work through copies and renames.
17407 * vc-annotate.el (vc-annotate-extract-revision-at-line):
17408 Return the file name too.
17409 (vc-annotate-revision-at-line)
17410 (vc-annotate-find-revision-at-line)
17411 (vc-annotate-revision-previous-to-line)
17412 (vc-annotate-show-log-revision-at-line): Update to get the file
17413 name from vc-annotate-extract-revision-at-line.
17414 (vc-annotate-show-diff-revision-at-line-internal): Change the
17415 argument to mean whether to show a file diff or not. Get the file
17416 name from vc-annotate-extract-revision-at-line.
17417 (vc-annotate-show-diff-revision-at-line):
17418 Update vc-annotate-show-diff-revision-at-line call.
17419 (vc-annotate-warp-revision): Add an optional file argument.
17420
17421 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
17422 (vc-git-annotate-extract-revision-at-line): Also return the file
17423 name if found.
17424
17425 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
17426 command. Remove unused code.
17427 (vc-hg-annotate-re): Update to match --follow output.
17428 (vc-hg-annotate-extract-revision-at-line): Also return the file
17429 name if found.
17430
17431 * vc.el: Update annotate-extract-revision-at-line documentation.
17432
174332009-10-18 Kevin Ryde <user42@zip.com.au>
17434
17435 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
17436 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
17437
17438 * net/browse-url.el (browse-url): Identify alist with "consp and
17439 not functionp" and let all other things go down the `apply' leg,
17440 as suggested by Stefan. (Further to bug#4531.)
17441
174422009-10-18 Chong Yidong <cyd@stupidchicken.com>
17443
17444 * minibuffer.el (read-file-name): Check for repeat before putting
17445 a default argument in file-name-history (Bug#4657).
17446
17447 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
17448 read syntax (Bug#4737).
17449
17450 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
17451
174522009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
17453
17454 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
17455 (html-tag-alist, html-tag-help): Add descriptions for undocumented
17456 entries and make note of obsolete tags.
17457
174582009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17459
17460 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
17461
174622009-10-18 Glenn Morris <rgm@gnu.org>
17463
17464 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
17465 grep, so that binary files (eg international/uni-bidi.el) can match.
17466 Remove test for "UnicodeData" files, since it is hopefully unnecessary
17467 now, and in any case the file header format has changed.
17468
174692009-10-17 Glenn Morris <rgm@gnu.org>
17470
17471 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
17472 (flyspell-get-word, flyspell-large-region)
17473 (flyspell-auto-correct-previous-word): Doc/error message fixes.
17474
174752009-10-17 Chong Yidong <cyd@stupidchicken.com>
17476
17477 * Makefile.in (ELCFILES): Add ede/shell.
17478
174792009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
17480
17481 * term/common-win.el (x-colors): Purecopy it.
17482
174832009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17484
17485 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
17486 permissive for when the buffer is empty.
17487 (tar-header-block-tokenize): Decode the username and groupname.
17488 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
17489
174902009-10-17 Eric Ludlam <zappo@gnu.org>
17491
17492 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
17493 contains multibyte characters, choose first applicable coding
17494 system automatically.
17495
174962009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17497
17498 * international/mule-cmds.el (select-safe-coding-system): If the file
17499 has a coding cookie, use it regardless of any other setting (bug#4712).
17500
175012009-10-17 Glenn Morris <rgm@gnu.org>
17502
17503 * foldout.el (foldout-mouse-swallow-events):
17504 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
17505
17506 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
17507 (dired-keep-marker-copy, dired-keep-marker-hardlink)
17508 (dired-keep-marker-symlink, dired-dwim-target)
17509 (dired-copy-preserve-time): Do not autoload these defcustoms.
17510
17511 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
17512 messages from messing up the file coding. (Bug#4623)
17513
175142009-10-17 Jari Aalto <jari.aalto@cante.net>
17515
17516 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
17517 if no match is found for the current dictionary. (Bug#4578)
17518
17519 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
17520 optional, since that is how it is documented, and this is often called
17521 with a nil argument. (Bug#4577)
17522 (flyspell-external-point-words, flyspell-auto-correct-word)
17523 (flyspell-correct-word-before-point, flyspell-word-search-forward)
17524 (flyspell-word-search-backward): Remove nil argument in calls to
17525 flyspell-get-word, since it is not needed now.
17526
175272009-10-17 Ulrich Mueller <ulm@gentoo.org>
17528
17529 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
17530
175312009-10-16 Glenn Morris <rgm@gnu.org>
17532
17533 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
17534
175352009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
17536
17537 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
17538 (ange-ftp-file-size): New function.
17539 (ange-ftp-file-attributes): Use it.
17540
175412009-10-16 Michael Albinus <michael.albinus@gmx.de>
17542
17543 * net/tramp-smb.el (tramp-smb-version): New defvar.
17544 (tramp-smb-maybe-open-connection): Use it, in order to avoid
17545 repeated checks.
17546
175472009-10-16 Glenn Morris <rgm@gnu.org>
17548
17549 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
17550 Maybe copy some custom properties from old to new name. (Bug#4706)
17551
175522009-10-16 Juanma Barranquero <lekktu@gmail.com>
17553
17554 * subr.el (error, sit-for, start-process-shell-command)
17555 (start-file-process-shell-command): Set the calling convention
17556 after the function definition.
17557
175582009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
17559
17560 * subr.el (error, sit-for, start-process-shell-command)
17561 (start-file-process-shell-command): Use the new
17562 set-advertised-calling-convention feature.
17563
175642009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
17565
17566 * international/ucs-normalize.el (ucs-normalize-version):
17567 Change to 1.2.
17568 (check-range): Adjust for Unicode 5.2.
17569
175702009-10-15 Juri Linkov <juri@jurta.org>
17571
17572 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
17573 to the `menu-item' format.
17574
175752009-10-15 Michael Albinus <michael.albinus@gmx.de>
17576
17577 * net/tramp.el (tramp-replace-environment-variables): Do not fail
17578 if the environment variable does not exist.
17579
17580 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17581 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
17582 parameter.
17583 (tramp-smb-handle-add-name-to-file)
17584 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17585 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17586 (tramp-smb-handle-file-attributes)
17587 (tramp-smb-do-file-attributes-with-stat)
17588 (tramp-smb-handle-file-local-copy)
17589 (tramp-smb-handle-insert-directory)
17590 (tramp-smb-handle-make-directory)
17591 (tramp-smb-handle-make-directory-internal)
17592 (tramp-smb-handle-make-symbolic-link)
17593 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
17594 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
17595 (tramp-smb-maybe-open-connection): Apply the changed parameters.
17596 (tramp-smb-read-file-entry): Read Disk names in compressed format.
17597 Handle long file names.
17598 (tramp-smb-get-cifs-capabilities): Check, whether the connection
17599 process is running.
17600 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
17601 Read share names with "-g" option.
17602
176032009-10-15 Ryan Yeske <rcyeske@gmail.com>
17604
17605 * net/rcirc.el (rcirc-view-log-file): New command.
17606 (rcirc-track-minor-mode-map): Remove C-c ` binding.
17607 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
17608 specified.
17609
176102009-10-15 Glenn Morris <rgm@gnu.org>
17611
17612 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
17613 from the second command-line argument.
17614 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
17615 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
17616 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
17617 w32-batch-update-autoloads.
17618 * emacs-lisp/autoload.el (autoload-make-program): New variable.
17619 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
17620
17621 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
22bcf204 17622 the headers cannot be located. Simplify, subtracting superfluous
33383987
JB
17623 save-excursions.
17624
176252009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
17626
17627 Replace completion-base-size by completion-base-position to fix bugs
17628 such as (bug#4699).
17629 * simple.el (completion-base-position): New var.
17630 (completion-base-size): Mark as obsolete.
17631 (choose-completion): Make it work for mouse events as well.
17632 Pass the new base-position to choose-completion-string.
17633 (choose-completion-guess-base-position): New function, extracted from
17634 choose-completion-delete-max-match.
17635 (choose-completion-delete-max-match): Use it. Make obsolete.
17636 (choose-completion-string): Use the new base-position info.
17637 (completion-root-regexp): Delete.
17638 (completion-setup-function): Preserve completion-base-position.
17639 Eliminate obsolete base-size manipulation.
17640 * minibuffer.el (display-completion-list): Don't mess with base-size.
17641 (minibuffer-completion-help): Set completion-base-position instead.
17642 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
17643 choose-completion.
17644 * textmodes/bibtex.el (bibtex-complete):
17645 * emacs-lisp/crm.el (crm--choose-completion-string):
17646 Adjust to new calling convention.
17647 * complete.el (partial-completion-mode): Use minibufferp to avoid
17648 bumping into incompatible change to choose-completion-string-functions.
17649 * ido.el (ido-choose-completion-string): Make its calling convention
17650 more permissive.
17651 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
17652 base-size manipulation.
17653 (comint-dynamic-list-input-ring): Use dotimes and push.
17654 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
17655 fundamental-mode. Use `or'.
17656
176572009-10-14 Juri Linkov <juri@jurta.org>
17658
17659 * misearch.el (multi-isearch-next-buffer-from-list)
17660 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
17661
176622009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17663
17664 * Makefile.in (compile-onefile): Load `bytecomp' rather than
17665 `bytecomp.el'.
17666
17667 * minibuffer.el (completion-pcm--merge-completions): Make sure the
17668 string we return is all made up of text from the completions rather
17669 than part from the completions and part from the input (bug#4219).
17670
17671 * ido.el (ido-everywhere): Use define-minor-mode.
17672
17673 * buff-menu.el (list-buffers, ctl-x-map):
17674 Mark the entry points with ;;;###autoload cookies.
17675
176762009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
17677
17678 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
17679 correctly in the detached head case.
17680 (vc-git-print-log): Remove unused binding.
17681
17682 * vc.el (vc-responsible-backend): When a directory is passed for
17683 for registration create a VC repository if no backend is
17684 responsible for the directory argument.
17685 (vc-deduce-fileset): Tell vc-responsible-backend to register.
17686
17687 * vc.el: Move comments about RCS and SCCS ...
17688 * vc-rcs.el:
17689 * vc-sccs.el: ... here, respectively.
17690
176912009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17692
17693 * minibuffer.el (completion--file-name-table): Return nil if there's
17694 no file completion, even if substitute-in-file-name changed
17695 the string (bug#4708).
17696
176972009-10-13 Juri Linkov <juri@jurta.org>
17698
17699 * files-x.el (read-file-local-variable-value): Don't filter out
17700 minor modes from mode name completion (bug#4664).
17701
177022009-10-13 Juanma Barranquero <lekktu@gmail.com>
17703
17704 * international/mule-cmds.el (ucs-names): Remove exclusion of
17705 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
17706
177072009-10-13 Kenichi Handa <handa@m17n.org>
17708
17709 * international/uni-name.el: Regenerated.
17710
177112009-10-13 Juanma Barranquero <lekktu@gmail.com>
17712
17713 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
17714 should be automatically buffer-local, but isn't.)
17715
177162009-10-12 Sam Steingold <sds@gnu.org>
17717
17718 * progmodes/compile.el (compilation-next-error-function): Fix the
17719 timestamps if the buffer has been visited before.
17720 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
17721 non-anchored patterns, like the perl one (bug#3928).
17722
177232009-10-12 Glenn Morris <rgm@gnu.org>
17724
17725 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
17726 Let-bind `size'.
17727
177282009-10-12 Juanma Barranquero <lekktu@gmail.com>
17729
17730 * proced.el (proced-unload-function): New function.
17731
17732 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
17733 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
17734 Doc fix.
17735
17736 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
17737
177382009-10-11 Juri Linkov <juri@jurta.org>
17739
17740 * files-x.el (read-file-local-variable-value):
17741 Provide default value only for bound variables (bug#4664).
17742
177432009-10-11 Michael Albinus <michael.albinus@gmx.de>
17744
17745 * net/tramp.el (tramp-local-host-p): Function shall return nil for
17746 connection methods like smb.
17747
17748 * net/tramp-cache.el (tramp-flush-connection-property): The hash
17749 can be empty.
17750
17751 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17752 (tramp-smb-file-name-handler-alist): Add handlers for
17753 `add-name-to-file', `make-symbolic-link'.
17754 (tramp-smb-handle-add-name-to-file)
17755 (tramp-smb-do-file-attributes-with-stat)
17756 (tramp-smb-handle-make-symbolic-link)
17757 (tramp-smb-get-cifs-capabilities): New defuns.
17758 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17759 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17760 (tramp-smb-handle-file-local-copy)
17761 (tramp-smb-handle-make-directory-internal)
17762 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
17763 The file name syntax depends on cifs capabilities.
17764 (tramp-smb-handle-file-attributes):
17765 Call `tramp-smb-do-file-attributes-with-stat' if possible.
17766 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
17767 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
17768
177692009-10-11 Chong Yidong <cyd@stupidchicken.com>
17770
17771 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
17772 (eieio-defclass): Apply deftype handler and setf-method properties
17773 directly.
17774 (eieio-add-new-slot): Avoid union function from cl library.
17775 (eieio--typep): New function.
17776 (eieio-perform-slot-validation): Use it.
17777
177782009-10-10 Karl Fogel <kfogel@red-bean.com>
17779
17780 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
17781 Update documentation to refer to the variables documented in r1.135.
17782 (Bug#4188)
17783
177842009-10-10 Karl Fogel <kfogel@red-bean.com>
17785
17786 * bookmark.el (Info-suffix-list): Remove this unused variable.
17787 (bookmark-current-point): Remove this obsolete variable.
17788 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
17789 Adjust for removal of bookmark-current-point.
17790
17791 (bookmarks-already-loaded, bookmark-current-buffer)
17792 (bookmark-yank-point): Document. (Bug#4188)
17793
177942009-10-10 Glenn Morris <rgm@gnu.org>
17795
17796 * frame.el (frame-height): Doc fix.
17797
17798 * calendar/calendar.el (calendar-split-width-threshold): New option.
17799 (calendar-basic-setup): Use calendar-split-width-threshold.
17800
178012009-10-09 Juanma Barranquero <lekktu@gmail.com>
17802
17803 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
17804 Ideographic Supplement" range (U+1F200..U+1F2FF).
17805
178062009-10-09 Karl Fogel <kfogel@red-bean.com>
17807
17808 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
17809 since the list will have been rebuilt anyway. (Bug#4349)
17810
178112009-10-09 Karl Fogel <kfogel@red-bean.com>
17812
17813 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
17814 (bookmark-bmenu-execute-deletions): Don't save here, as
17815 bookmark-delete will now do so if necessary.
17816 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
17817 (Bug#4348)
17818
178192009-10-09 Glenn Morris <rgm@gnu.org>
17820
17821 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
17822
178232009-10-09 Karl Fogel <kfogel@red-bean.com>
17824
17825 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
17826 (bookmark-jump-other-window): Just invoke bookmark-jump with new
17827 argument now, so the two function's behaviors will match. (Bug#3645)
17828
178292009-10-08 Michael Albinus <michael.albinus@gmx.de>
17830
17831 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
17832 (tramp-file-name-real-host, tramp-file-name-port):
17833 Apply `save-match-data'.
17834
17835 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
17836 case both directories are remote.
17837 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
17838 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
17839
178402009-10-07 Juanma Barranquero <lekktu@gmail.com>
17841
17842 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
17843
178442009-10-07 Glenn Morris <rgm@gnu.org>
17845
17846 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
17847 of concat.
17848
178492009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
17850
17851 * files-x.el (read-file-local-variable): Include some
17852 non-user-variables in the completion table (bug#4664).
17853
178542009-10-07 Michael Albinus <michael.albinus@gmx.de>
17855
17856 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
17857 message.
17858
17859 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17860 (tramp-smb-file-name-handler-alist): Add handler for
17861 `copy-directory', `expand-file-name', `set-file-modes'.
17862 (tramp-smb-handle-copy-directory)
17863 (tramp-smb-handle-expand-file-name)
17864 (tramp-smb-handle-set-file-modes): New defuns.
17865 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
17866 (tramp-smb-handle-file-attributes): Simplify check for retrieving
17867 entry.
17868 (tramp-smb-handle-insert-directory): Don't flush the cache.
17869 (tramp-smb-maybe-open-connection): Check for samba client and
17870 server versions.
17871
178722009-10-07 Eli Zaretskii <eliz@gnu.org>
17873
17874 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
17875 to not error out of search for "^lisp=" fails.
17876
178772009-10-07 Juanma Barranquero <lekktu@gmail.com>
17878
17879 * makefile.w32-in (WINS_UPDATES): New macro.
17880 (custom-deps, finder-data, autoloads): Use it.
17881
178822009-10-07 Glenn Morris <rgm@gnu.org>
17883
17884 * Makefile.in (autoloads): Revert previous change.
17885 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
17886 the list of preloaded files passed on the command-line, get
17887 it from src/Makefile.
17888
17889 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
17890 show the original buffer rather than a random one.
17891
178922009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
17893
17894 * help.el (describe-no-warranty): Place point in a slightly better
17895 position in the GPLv3 text.
17896
178972009-10-06 Sam Steingold <sds@gnu.org>
17898
17899 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
17900 the comm attribute is present before calling regexp-quote.
17901
179022009-10-06 Juanma Barranquero <lekktu@gmail.com>
17903
17904 * play/animate.el (animate-string): For good effect, make sure
17905 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
17906
17907 * play/animate.el (animate-sequence, animate-birthday-present):
17908 * misc.el (butterfly): Don't set `indent-tabs-mode'.
17909
179102009-10-06 Glenn Morris <rgm@gnu.org>
17911
17912 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
17913
17914 * emacs-lisp/autoload.el (autoload-excludes): New variable.
17915 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
17916 (batch-update-autoloads): Process a string value of autoload-excludes,
17917 set during the build process.
17918 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
17919
17920 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
17921 inside with-parsed... macro so that `v' is defined.
17922
17923 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
17924 * progmodes/fortran.el (fortran-end-of-block)
17925 (fortran-beginning-of-block):
17926 Also push mark in the macro case.
17927
17928 * emerge.el (emerge-show-file-name):
17929 * calc/calc.el (calc-quit):
17930 * calc/calc-misc.el (calc-big-or-small):
17931 * calc/calc-graph.el (calc-graph-view):
17932 * calc/calc-ext.el (calc-reset):
17933 * calendar/calendar.el (calendar-basic-setup):
17934 Use window-full-height-p.
17935
17936 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
17937 header we don't understand, don't insert another. (Bug#4624)
17938 If changing mime charset, insert the new one in the right place.
17939
179402009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
17941
17942 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
17943 (cal-tex-cursor-month): Correctly increment the end date for diary and
17944 holiday listing. (Bug#4626)
17945
179462009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
17947
17948 * help-fns.el (describe-function-1): Don't burp if the function is not
17949 a symbol.
17950
179512009-10-05 Juanma Barranquero <lekktu@gmail.com>
17952
17953 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
17954 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
17955 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
17956 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
17957
17958 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
17959 (eieio-default-superclass): Reflow docstrings.
17960 (this, class-option-assoc, defclass, eieio-class-un-autoload)
17961 (eieio-unbind-method-implementations, defmethod)
17962 (eieio-validate-slot-value, eieio-validate-class-slot-value)
17963 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
17964 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
17965 (eieio-slot-originating-class-p, eieio-slot-name-index)
17966 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
17967 (constructor, initialize-instance, no-next-method, object-print)
17968 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
17969 Fix typos in docstrings.
17970 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
17971 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
17972 (next-method-p): Doc fixes.
17973 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
17974 Fix typos in error messages.
17975 (eieio-defmethod): Fix typo in description of generic method.
17976
17977 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
17978 (eieio-persistent-save-interactive, slot-missing):
17979 Fix typos in docstrings.
17980 (eieio-instance-inheritor-slot-boundp): Doc fix.
17981
17982 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
17983 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
17984
17985 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
17986 (eieio-custom-object-apply-reset):
17987 Fix typos in docstrings and error messages.
17988
17989 * emacs-lisp/eieio-datadebug.el (data-debug-show):
17990 Fix typo in docstring.
17991
17992 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
17993 (eieio-browse-tree): Doc fix.
17994 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
17995 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
17996 Fix typos in docstrings.
17997
17998 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
17999 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
18000 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
18001 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
18002 Reflow docstrings.
18003
180042009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
18005
18006 * vc-hg.el (log-view-vc-backend): Declare for compiler.
18007 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
18008 Set log-view-vc-backend so that diff can work.
18009
18010 * log-view.el (log-view-diff): Use vc-diff-internal instead of
18011 vc-version-diff.
18012 (vc-diff-internal): Autoload this instead of vc-version-diff.
18013
180142009-10-05 Eli Zaretskii <eliz@gnu.org>
18015
18016 * simple.el (eval-expression): Doc fix.
18017
18018 * progmodes/cwarn.el (cwarn-mode): Doc fix.
18019
180202009-10-05 Michael Albinus <michael.albinus@gmx.de>
18021
18022 * files.el (directory-files-no-dot-files-regexp): New defconst.
18023 (delete-directory): Use it.
18024 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
18025
18026 * net/tramp.el (tramp-verbose): Fix docstring.
18027 (tramp-methods): Add recursive option to `tramp-copy-args'.
18028 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
18029 "scp1_old", "scp2_old", "rsync", "rsyncc".
18030 (tramp-default-method): Check also for `auth-source-user-or-password'.
18031 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
18032 Add handler for `copy-directory'.
18033 (tramp-handle-copy-directory): New defun.
18034 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
18035 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
18036 Optimize sent command.
18037
180382009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18039
18040 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
18041 window if necessary.
18042
18043 * calendar/calendar.el (calendar-basic-setup): Don't call
18044 switch-to-buffer in a dedicated window.
18045
180462009-10-05 Karl Fogel <kfogel@red-bean.com>
18047
18048 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
18049 don't do anything related to relocating, just return nil.
18050 (bookmark-error-no-filename): New error.
18051 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
18052 bookmark has no file. Don't even attempt to handle things that
18053 are not files; the whole point of custom handlers is to keep that
18054 knowledge elsewhere anyway. Tighten some comments.
18055 (bookmark-file-or-variation-thereof): Remove now-unused function.
18056 (bookmark-location): Doc string fix.
18057 (Bug#4250)
18058
180592009-10-04 Karl Fogel <kfogel@red-bean.com>
18060
18061 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
18062 don't use a file dialog, because they usually don't know how to read
18063 a directory target from the user. (Bug#4230)
18064 Also, make sure the prompt can display directories as well as files.
18065
180662009-10-04 Karl Fogel <kfogel@red-bean.com>
18067
18068 * bookmark.el (bookmark-set, bookmark-buffer-name):
18069 Improve doc strings. (Bug#1193)
18070
180712009-10-04 Karl Fogel <kfogel@red-bean.com>
18072
18073 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
18074 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
18075 (bookmark-get-annotation, bookmark-set-annotation)
18076 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
18077 (bookmark-set-position, bookmark-get-front-context-string)
18078 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
18079 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
18080 (bookmark-jump-other-window, bookmark-handle-bookmark)
18081 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
18082 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
18083 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
18084 Improve doc strings to say whether bookmark can be a string or
18085 a record or both, and make other consistency and clarity fixes.
18086 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
18087 (bookmark-default-annotation-text, bookmark-yank-word)
18088 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
18089 (bookmark-import-new-list, bookmark-maybe-rename)
18090 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
18091 (bookmark-bmenu-bookmark): Give these doc strings.
18092 (bookmark-bmenu-check-position): Give this a doc string, but also
18093 add a FIXME comment about how the function may be pointless.
18094 (bookmark-default-handler): Rework doc string and change a
18095 parameter name, to clarify that this takes a bookmark record
18096 not a bookmark name.
18097 (bookmark-set): Change a parameter name to indicate its meaning,
18098 and improve the doc string a bit.
18099 (Bug#4188)
18100
181012009-10-04 Karl Fogel <kfogel@red-bean.com>
18102
18103 * bookmark.el (bookmark-alist): Document the new `handler' element
18104 in the param alist.
18105 (bookmark-make-record-function): Adjust documentation for above.
18106 (Bug#4193)
18107
181082009-10-04 Karl Fogel <kfogel@red-bean.com>
18109
18110 * info.el (Info-bookmark-make-record): Document this function.
18111 (Info-bookmark-jump): Document with a doc string, not just a comment.
18112 (Bug#4203)
18113
181142009-10-04 Michael Albinus <michael.albinus@gmx.de>
18115
18116 * files.el (copy-directory): New defun.
18117
18118 * dired-aux.el (dired-copy-file-recursive): Use it.
18119
181202009-10-04 Juanma Barranquero <lekktu@gmail.com>
18121
18122 * files-x.el (modify-dir-local-variable)
18123 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
18124 docstrings.
18125
18126 * recentf.el (recentf-unload-function): New function.
18127
181282009-10-04 Glenn Morris <rgm@gnu.org>
18129
18130 * window.el (window-full-height-p): Add doc string.
18131
181322009-10-04 Martin Rudalics <rudalics@gmx.at>
18133
18134 * window.el (window-full-height-p): New function. (Bug#4543)
18135
a12bf61e
GM
181362009-10-03 Chong Yidong <cyd@stupidchicken.com>
18137
18138 * files.el (auto-mode-alist): Add .srt and Project.ede.
18139
33383987
JB
181402009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
18141
18142 * vc.el: Remove commented out code.
18143 (vc-derived-from-dir-mode): Remove, unused.
18144 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
18145
181462009-10-03 Michael Albinus <michael.albinus@gmx.de>
18147
18148 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
18149 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
18150 there could be recursive loading when `default-directory' is a
18151 remote file name. (Bug#4614)
18152
181532009-10-03 Glenn Morris <rgm@gnu.org>
18154
18155 * calendar/calendar.el (calendar-basic-setup): Handle the case where
18156 the frame is wide.
18157 (calendar-generate-window): Test for shrinkability rather than width.
18158
18159 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
18160 reusing existing buffers, in case we happen to visit two files with the
18161 same basename. (Bug#4593)
18162
181632009-10-02 Eli Zaretskii <eliz@gnu.org>
18164
18165 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
18166 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
18167 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
18168 subdirs of cedet as well.
18169 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
18170
181712009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18172
18173 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
18174 Obey advertised-signature-table.
18175
18176 * help-fns.el (help-function-arglist): Don't check
18177 advertised-signature-table.
18178 (describe-function-1): Do it here instead so it also applies to subrs.
18179
181802009-10-02 Michael Albinus <michael.albinus@gmx.de>
18181
18182 * simple.el (start-file-process): Say in the doc-string, that file
18183 handlers might not support pty association, if PROGRAM is nil.
18184
18185 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
18186 HOST and USER are strings. They are nil, when there are
18187 incomplete entries in ~/.netrc, for example.
18188 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
18189 root directory ("device busy" error otherwise).
18190
18191 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
18192 Flush file properties of created directory.
18193
181942009-10-02 Eli Zaretskii <eliz@gnu.org>
18195
18196 * makefile.w32-in (WINS_BASIC): Remove cedet.
18197 (WINS_CEDET): Add cedet.
18198 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
18199
182002009-10-02 Kevin Ryde <user42@zip.com.au>
18201
18202 * net/browse-url.el (browse-url): Pass any symbol in
18203 browse-url-browser-function to `apply', since if you've mistakenly put
18204 an unbound symbol then the error is clearer. (Bug#4531)
18205
182062009-10-02 Juanma Barranquero <lekktu@gmail.com>
18207
18208 * allout.el (allout-init, allout-back-to-current-heading)
18209 (allout-beginning-of-current-entry, allout-ascend-to-depth)
18210 (allout-ascend, allout-up-current-level, allout-end-of-level)
18211 (allout-previous-visible-heading, allout-forward-current-level)
18212 (allout-backward-current-level, allout-show-children):
18213 * apropos.el (apropos-describe-plist):
18214 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
18215 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
18216 * completion.el (add-completion, add-permanent-completion):
18217 * descr-text.el (describe-text-category, describe-char):
18218 * desktop.el (desktop-lazy-abort):
18219 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
18220 * dired.el (dired-build-subdir-alist):
18221 * ediff.el (ediff-version):
18222 * elide-head.el (elide-head, elide-head-show):
18223 * emerge.el (emerge-version):
18224 * env.el (getenv):
18225 * face-remap.el (variable-pitch-mode):
18226 * faces.el (describe-face):
18227 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
18228 (dired-at-point):
18229 * files.el (find-file-existing, auto-save-mode):
18230 * font-lock.el (font-lock-fontify-buffer):
18231 * help-fns.el (describe-function, describe-variable)
18232 (describe-syntax, describe-categories):
18233 * help.el (view-lossage, describe-bindings, describe-key)
18234 (describe-mode):
18235 * hexl.el (hexl-current-address):
18236 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
18237 * info.el (Info-goto-emacs-key-command-node):
18238 * log-edit.el (log-edit-insert-cvs-template)
18239 (log-edit-insert-cvs-rcstemplate):
18240 * menu-bar.el (menu-bar-mode):
18241 * mouse.el (mouse-appearance-menu):
18242 * newcomment.el (comment-indent-new-line):
18243 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
18244 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
18245 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
18246 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
18247 * recentf.el (recentf-mode):
18248 * savehist.el (savehist-mode, savehist-save):
18249 * shadowfile.el (shadow-copy-files):
18250 * simple.el (kill-ring-save, next-line, previous-line)
18251 (normal-erase-is-backspace-mode):
18252 * strokes.el (strokes-update-window-configuration)
18253 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
18254 (strokes-xpm-for-stroke):
18255 * time.el (emacs-uptime, emacs-init-time):
18256 * tutorial.el (tutorial--describe-nonstandard-key)
18257 (tutorial--detailed-help):
18258 * type-break.el (type-break-mode)
18259 (type-break-mode-line-message-mode, type-break-query-mode)
18260 (type-break-guesstimate-keystroke-threshold):
18261 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
18262 * version.el (emacs-version):
18263 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
18264 * winner.el (winner-mode):
18265 * calendar/timeclock.el (timeclock-in, timeclock-out)
18266 (timeclock-status-string, timeclock-change)
18267 (timeclock-workday-remaining-string)
18268 (timeclock-workday-elapsed-string)
18269 (timeclock-when-to-leave-string):
18270 * calendar/todo-mode.el (todo-add-category):
18271 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
18272 * emacs-lisp/autoload.el (update-file-autoloads):
18273 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
18274 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
18275 (checkdoc-message-text, checkdoc-defun):
18276 * emacs-lisp/debug.el (debugger-list-functions):
18277 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18278 * emacs-lisp/eieio-opt.el (eieio-describe-class)
18279 (eieio-describe-generic):
18280 * emacs-lisp/lisp-mnt.el (lm-synopsis):
18281 * emacs-lisp/shadow.el (list-load-path-shadows):
18282 * emulation/cua-base.el (cua-mode):
18283 * emulation/edt.el (edt-set-scroll-margins):
18284 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
18285 (tpu-toggle-regexp, tpu-toggle-search-direction)
18286 (tpu-toggle-rectangle, tpu-toggle-control-keys):
18287 * emulation/tpu-extras.el (tpu-set-scroll-margins):
18288 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
18289 (viper-set-parsing-style-toggling-macro)
18290 (viper-set-emacs-state-searchstyle-macros):
18291 * emulation/viper.el (viper-set-hooks):
18292 * eshell/esh-mode.el (eshell-truncate-buffer):
18293 * international/mule-cmds.el (prefer-coding-system)
18294 (describe-input-method, describe-language-environment):
18295 * international/mule-diag.el (list-character-sets)
18296 (describe-character-set, describe-coding-system)
18297 (describe-fontset, list-fontsets, list-input-methods):
18298 * mail/sendmail.el (mail-signature):
18299 * net/ange-ftp.el (ange-ftp-copy-file):
18300 * net/browse-url.el (browse-url):
18301 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
18302 * net/quickurl.el (quickurl-add-url):
18303 * net/rcirc.el (names, topic):
18304 * net/xesam.el (xesam-mode):
18305 * play/5x5.el (5x5-new-game):
18306 * play/yow.el (apropos-zippy):
18307 * progmodes/ada-mode.el (ada-mode-version):
18308 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
18309 (f90-end-of-block)
18310 (f90-beginning-of-block):
18311 * progmodes/fortran.el (fortran-end-of-block)
18312 (fortran-beginning-of-block):
18313 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
18314 * progmodes/python.el (python-describe-symbol, python-shell):
18315 * term/ns-win.el (ns-print-buffer):
18316 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
18317 * textmodes/flyspell.el (flyspell-mode-on):
18318 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
18319 (pages-directory-for-addresses):
18320 * textmodes/table.el (table-recognize-cell)
18321 (table-query-dimension, table-generate-source)
18322 (table-insert-sequence, table--warn-incompatibility):
18323 * textmodes/tex-mode.el (tex-validate-buffer):
18324 * textmodes/texinfmt.el (texinfmt-version)
18325 (texinfo-format-buffer):
18326 Use `called-interactively-p' instead of `interactive-p'.
18327
183282009-10-02 Juanma Barranquero <lekktu@gmail.com>
18329
18330 * image-mode.el (image-toggle-display):
18331 * emacs-lisp/elp.el (elp-instrument-function):
18332 * emacs-lisp/advice.el (ad-make-advised-definition):
18333 * emacs-lisp/easy-mmode.el (define-minor-mode):
18334 * net/browse-url.el (browse-url-maybe-new-window):
18335 * progmodes/sh-script.el (sh-learn-buffer-indent):
18336 Pass new argument 'any to `called-interactively-p'.
18337
183382009-10-01 Juanma Barranquero <lekktu@gmail.com>
18339
18340 * international/uni-bidi.el:
18341 * international/uni-category.el:
18342 * international/uni-combining.el:
18343 * international/uni-comment.el:
18344 * international/uni-decimal.el:
18345 * international/uni-decomposition.el:
18346 * international/uni-digit.el:
18347 * international/uni-lowercase.el:
18348 * international/uni-mirrored.el:
18349 * international/uni-name.el:
18350 * international/uni-numeric.el:
18351 * international/uni-old-name.el:
18352 * international/uni-titlecase.el:
18353 * international/uni-uppercase.el:
18354 Regenerate from Unicode 5.2.0 data.
18355
183562009-10-01 Glenn Morris <rgm@gnu.org>
18357
18358 * Makefile.in (ELCFILES): Regenerate.
18359
183602009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18361
18362 * subr.el (interactive-p): Mark obsolete.
18363 (called-interactively-p): Make the optional-ness of `kind' obsolete.
18364 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
18365 advertised-signature-table for subroutines as well.
18366
18367 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
18368 (set-advertised-calling-convention): New function.
18369 (make-obsolete, define-obsolete-function-alias)
18370 (make-obsolete-variable, define-obsolete-variable-alias):
18371 Make the optional-ness of `when' obsolete.
18372 (define-obsolete-face-alias): Make `when' non-optional.
18373 * help-fns.el (help-function-arglist):
18374 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
18375 Use advertised-signature-table.
18376
183772009-10-01 Michael Albinus <michael.albinus@gmx.de>
18378
18379 * files.el (delete-directory): New defun. The original function
18380 in fileio.c has been renamed to `delete-directory-internal'.
18381
18382 * dired.el (dired-delete-file): Call `delete-directory' with
18383 RECURSIVE parameter.
18384
18385 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
18386 parameter RECURSIVE. Implementation is missing.
18387
18388 * net/tramp.el (tramp-handle-make-directory): Flush upper
18389 directory's file properties.
18390 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
18391 (tramp-handle-dired-recursive-delete-directory): Flush directory
18392 properties after the remove command only.
18393
18394 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
18395 Handle optional parameter RECURSIVE.
18396
18397 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
18398 Handle optional parameter RECURSIVE.
18399
18400 * net/tramp-smb.el (tramp-smb-errors): Add error message for
18401 connection timeout.
18402 (tramp-smb-handle-delete-directory): Handle optional parameter
18403 RECURSIVE.
18404
184052009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18406
18407 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
18408 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
18409 (byte-compile-defmacro): Use backquotes.
18410
18411 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
18412
18413 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
18414 has no associated file.
18415 (vc-resynch-buffer): Use vc-dir-buffers.
18416
184172009-10-01 Glenn Morris <rgm@gnu.org>
18418
18419 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
18420 (chart-file-count):
18421 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
18422 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
18423 * emacs-lisp/eieio-opt.el (eieio-describe-class):
18424 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
18425 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
18426 (eieio-copy-parents-into-subclass, make-instance, class-children)
18427 (eieio-generic-form):
18428
18429 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
18430 match-data. (Bug#4555).
18431
18432 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
18433 rather than parsing it as a regexp. This relaxes the layout
18434 requirements and makes errors easier to detect.
18435 (check-declare-verify): Check file is regular.
18436 (check-declare-directory): Doc fix.
18437 * subr.el (declare-function): Doc fix.
18438
18439 * ibuffer.el (ibuffer-format-qualifier):
18440 * isearch.el (hi-lock-regexp-okay):
18441 * calc/calc.el (math-zerop):
18442 * mail/uce.el (rmail-msgbeg, rmail-msgend):
18443 * term/w32-win.el (setup-default-fontset, set-fontset-font):
18444 Remove unused declarations.
18445
184462009-09-30 Eric Ludlam <zappo@gnu.org>
18447
18448 * emacs-lisp/eieio.el (boolean-p): Delete.
18449
184502009-09-30 Glenn Morris <rgm@gnu.org>
18451
18452 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
18453
18454 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
18455 filename is not a string.
18456
184572009-09-29 Chong Yidong <cyd@stupidchicken.com>
18458
18459 * files.el (safe-local-eval-forms): Fix typo.
18460
184612009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
18462
18463 * vc-hooks.el (vc-dir-buffers): New var.
18464 (vc-state-refresh): New function.
18465 (vc-state): Use it.
18466 (vc-after-save): Always ask the backend to recompute the new state.
18467 Always call vc-dir if necessary, using vc-dir-buffers.
18468 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
18469 Use vc-dir-buffers.
18470 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
18471 (vc-dir-prepare-status-buffer, vc-dir-update)
18472 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
18473 Don't call expand-file-name on default-directory.
18474
184752009-09-29 Juanma Barranquero <lekktu@gmail.com>
18476
18477 * speedbar.el (speedbar-item-delete):
18478 * calc/calc-prog.el (calc-kbd-if):
18479 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
18480
18481 * epa.el (epa-key-list-mode-map):
18482 * hi-lock.el (hi-lock-menu): Fix typos in menus.
18483
18484 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
18485 (hs-show-hook): Fix typo in docstring.
18486
184872009-09-29 Glenn Morris <rgm@gnu.org>
18488
18489 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
18490 file-name-nondirectory call preventing location of cedet files.
18491 (check-declare-verify): Use literal search rather than re-search.
18492 Add basic defmethod and defclass, and define-overloadable-function.
18493
18494 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18495 Use tramp-compat-file-attributes rather than nonexistent
18496 tramp-compat-handle-file-attributes.
18497
18498 * Makefile.in (lisptagsfiles4): New.
18499 (AUTOGENEL): Add cedet loaddefs files.
18500 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
18501 (update-elclist, compile-always, backup-compiled-files)
18502 (bootstrap-clean): Add yet another directory level.
18503 (update-elclist): Use LC_COLLATE rather than COLLATE.
18504 (ELCFILES): Update, via `make update-elclist'.
18505
185062009-09-29 Juanma Barranquero <lekktu@gmail.com>
18507
18508 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
18509 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
18510 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
18511
185122009-09-28 Andreas Schwab <schwab@linux-m68k.org>
18513
18514 * Makefile.in (lisptagsfiles3): Define.
18515 (TAGS, TAGS-LISP): Use it.
18516 (update-elclist): Add third directory level to look for elc files.
18517 (compile-always): Likewise.
18518 (backup-compiled-files): Likewise.
18519 (bootstrap-clean): Likewise.
18520 (ELCFILES): Update.
18521
185222009-09-28 Chong Yidong <cyd@stupidchicken.com>
18523
18524 * Makefile.in (ELCFILES): Add CEDET files.
18525
185262009-09-28 Michael Albinus <michael.albinus@gmx.de>
18527
18528 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
18529
18530 * net/tramp.el (top): Require tramp-imap.
18531
18532 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18533 Use `tramp-compat-handle-file-attributes'.
18534
185352009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18536
18537 * net/tramp-imap.el: New package.
18538
185392009-09-28 Eric Ludlam <zappo@gnu.org>
18540
18541 * emacs-lisp/chart.el:
18542 * emacs-lisp/eieio-base.el:
18543 * emacs-lisp/eieio-comp.el:
18544 * emacs-lisp/eieio-custom.el:
18545 * emacs-lisp/eieio-datadebug.el:
18546 * emacs-lisp/eieio-opt.el:
18547 * emacs-lisp/eieio-speedbar.el:
18548 * emacs-lisp/eieio.el: New files.
18549
185502009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18551
18552 * whitespace.el (whitespace-trailing-regexp)
18553 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
18554 Fix doc string.
18555
185562009-09-27 Chong Yidong <cyd@stupidchicken.com>
18557
18558 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
18559 menu.
18560
18561 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
18562 menu-bar-ediff-menu.
18563
18564 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
18565 define-overloadable-function.
18566
18567 * progmodes/autoconf.el: Provide autoconf as well, so that this
18568 file can be `require'd.
18569
18570 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
18571
18572 * emacs-lisp/autoload.el (generated-autoload-feature)
18573 (generated-autoload-load-name): New vars.
18574 (autoload-rubric, autoload-generate-file-autoloads): Use them.
18575 (make-autoload): Recognize define-overloadable-function and
18576 defclass forms (for EIEIO).
18577
18578 * Makefile.in (update-subdirs): Exclude cedet directory.
18579
185802009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
18581
18582 * term/ns-win.el: Don't set the region face background. (Bug#4381)
18583
18584 * faces.el: Default light-background background for region face to
18585 ns_selection_color under NS.
18586
185872009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
18588
18589 * net/imap-hash.el: New library, see NEWS.
18590
18591 * Makefile.in (ELCFILES): Add imap-hash.el.
18592
185932009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
18594
18595 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
18596 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
18597 * help-macro.el (make-help-screen): Avoid using an ambiguous function
18598 definition where the docstring could be taken for the return value.
18599
186002009-09-26 Glenn Morris <rgm@gnu.org>
18601
18602 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
18603 Add option to only show images below a certain size.
18604 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
18605 save-excursion calls.
18606
186072009-09-26 Eli Zaretskii <eliz@gnu.org>
18608
18609 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
18610 subdirectories) and eieio.
18611
186122009-09-26 Alan Mackenzie <acm@muc.de>
18613
18614 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18615 Correct buggy bracketing. (Bug#4289)
18616
18617 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
18618 character constants (as case labels). (Bug#4289)
18619
186202009-09-25 Juri Linkov <juri@jurta.org>
18621
18622 * files.el (safe-local-eval-forms): Allow time-stamp in
18623 before-save-hook (Bug#4554).
18624
186252009-09-25 Drew Adams <drew.adams@oracle.com>
18626
18627 * menu-bar.el (list-buffers-directory): Doc fix.
18628
186292009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
18630
18631 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
18632 Try and avoid copying twice the same paragraph.
18633 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
18634 Remove save-excursion.
18635 (log-edit-changelog-entry): Do it here instead.
18636
186372009-09-25 Juanma Barranquero <lekktu@gmail.com>
18638
18639 * bs.el (bs--get-file-name): Use `list-buffers-directory'
18640 when available, instead of hardcoding mode names. Doc fix.
18641
18642 * menu-bar.el (list-buffers-directory): Add docstring.
18643 Make automatically buffer-local.
18644
18645 * dired.el (dired-mode):
18646 * files.el (cd-absolute):
18647 * pcvs.el (cvs-temp-buffer):
18648 * pcvs-util.el (cvs-get-buffer-create):
18649 * shell.el (shell-mode):
18650 * vc-dir.el (vc-dir-mode):
18651 Don't make `list-buffers-directory' buffer local.
18652
186532009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
18654
18655 * comint.el (comint-exec, comint-run, make-comint):
18656 Doc fixes (Bug#4542).
18657
186582009-09-25 Glenn Morris <rgm@gnu.org>
18659
18660 * mail/rmailmm.el (rmail-mime): New custom group.
18661 Move all defcustoms in this file into this group.
18662 (rmail-mime-media-type-handlers-alist): Revert previous change.
18663 (rmail-mime-show-images): New option.
18664 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
18665 references to it, since it wasn't actually used for anything.
18666 (rmail-mime-insert-image): New function.
18667 (rmail-mime-image): Use rmail-mime-insert-image.
18668 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
18669 obey the value of `rmail-mime-show-images' option. Print the size of
18670 attachments.
18671
186722009-09-25 David Engster <deng@randomsample.de>
18673
18674 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
18675
186762009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18677
18678 * whitespace.el: Does not highlight trailing spaces While point is
18679 at end of line. Does not highligt spaces at beginning of buffer
18680 while point is at beginning of buffer. Does not highlight spaces
18681 at end of buffer while point is at end of buffer. (Bug#4177)
18682 New version 12.0.
18683 (whitespace-display-mappings): Adjust initialization.
18684 (whitespace-point, whitespace-font-lock-refontify): New vars.
18685 (whitespace-color-on, whitespace-color-off): Adjust code.
18686 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
18687 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
18688 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
18689
186902009-09-24 Chong Yidong <cyd@stupidchicken.com>
18691
18692 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
18693
18694 * textmodes/sgml-mode.el: Remove xml-mode alias.
18695
18696 * files.el (auto-mode-alist, conf-mode-maybe)
18697 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
18698
186992009-09-24 Alan Mackenzie <acm@muc.de>
18700
18701 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
18702 c-forward-conditionals, but it doesn't move point and doesn't set
18703 the mark.
18704 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
18705 (c-down-conditional-with-else, c-backward-conditional)
18706 (c-forward-conditional): Refactor to use c-scan-conditionals.
18707
187082009-09-24 Juanma Barranquero <lekktu@gmail.com>
18709
18710 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
18711 (help-default-arg-highlight): Remove.
18712 (help-highlight-arg): New function.
18713 (help-do-arg-highlight): Use it.
18714 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
18715
187162009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18717
18718 * term.el (term-set-scroll-region, term-handle-ansi-escape):
18719 Undo last change, which didn't fix the problem and introduced others.
18720
187212009-09-24 Nick Roberts <nickrob@snap.net.nz>
18722
18723 * progmodes/gdb-mi.el: Don't require speedbar.
18724 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
18725
187262009-09-24 Glenn Morris <rgm@gnu.org>
18727
18728 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
18729
18730 * term/ns-win.el (ns-reg-to-script): Define for compiler.
18731
18732 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
18733 there is no newline after the final mime boundary. (Bug#4539)
18734 Move markers on insertion so that any buttons inserted don't end up in
18735 the next part of a multipart message.
18736 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
18737 (rmail-mime-bulk-handler): Optionally handle images.
18738 (rmail-mime-image): New button action.
18739 (rmail-mime-image-handler): New function.
18740 (rmail-mime-mode): New mode.
18741 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
18742
187432009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18744
18745 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
18746 than just dropping elements from it (bug#4504).
18747
18748 * term.el (term-set-scroll-region): Don't move cursor any more.
18749 (term-handle-ansi-escape): Call term-goto here instead.
18750 Suggested by Ivan Kanis <apple@kanis.eu>.
18751
18752 * term.el: Require CL.
18753 (term-ansi-reset): New function.
18754 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
18755 (term-handle-colors-array): Simplify.
18756
187572009-09-24 Juanma Barranquero <lekktu@gmail.com>
18758
18759 * allout.el (allout-overlay-interior-modification-handler)
18760 (allout-obtain-passphrase):
18761 * epa-file.el (epa-file-write-region):
18762 * ps-print.el (ps-begin-job):
18763 * vc-hooks.el (vc-toggle-read-only):
18764 * vc-rcs.el (vc-rcs-rollback):
18765 * vc-sccs.el (vc-sccs-rollback):
18766 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
18767 (vc-version-diff, vc-revert, vc-rollback):
18768 * wdired.el (wdired-check-kill-buffer):
18769 * emacs-lisp/authors.el (authors):
18770 * net/socks.el (socks-open-connection):
18771 * net/zeroconf.el (zeroconf-service-add-hook):
18772 * obsolete/vc-mcvs.el (vc-mcvs-register):
18773 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
18774 (gdb-select-frame):
18775 * progmodes/grep.el (lgrep, rgrep):
18776 * progmodes/idlw-help.el (idlwave-help-check-locations)
18777 (idlwave-help-html-link, idlwave-help-assistant-open-link):
18778 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
18779 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
18780 (reftex-toc-rename-label): Fix typos in error messages.
18781
18782 * dired-aux.el (dired-do-shell-command): Reflow docstring.
18783 (dired-copy-how-to-fn): Doc fix.
18784 (dired-files-attributes, dired-read-shell-command):
18785 Fix typos in docstrings.
18786
18787 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
18788 (dired-x-find-file-other-window): Reflow docstrings.
18789 (dired-omit-marker-char, dired-read-shell-command)
18790 (dired-x-submit-report): Fix typos in docstrings.
18791
18792 * shell.el (shell-mode-hook):
18793 * view.el (View-scroll-line-forward):
18794 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
18795 Fix typos in docstrings.
18796
18797 * net/dig.el (dig-invoke): Fix typo in docstring.
18798 (query-dig): Reflow docstring.
18799
18800 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
18801 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
18802 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
18803 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
18804 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
18805 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
18806 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
18807 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
18808 (idlwave-completion-map, idlwave-current-indent)
18809 (idlwave-custom-ampersand-surround, idlwave-customize)
18810 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
18811 (idlwave-define-abbrev, idlwave-determine-class-special)
18812 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
18813 (idlwave-end-block-reg, idlwave-end-of-statement)
18814 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
18815 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
18816 (idlwave-explicit-class-listed, idlwave-file-header)
18817 (idlwave-fill-paragraph, idlwave-find-class-definition)
18818 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
18819 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
18820 (idlwave-in-quote, idlwave-indent-action-table)
18821 (idlwave-indent-expand-table, idlwave-indent-line)
18822 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
18823 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
18824 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
18825 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
18826 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
18827 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
18828 (idlwave-outlawed-buffers, idlwave-popup-select)
18829 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
18830 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
18831 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
18832 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
18833 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
18834 (idlwave-statement-type, idlwave-struct-skip)
18835 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
18836 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
18837 (idlwave-what-module-find-class): Fix typos in docstrings.
18838 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
18839 (idlwave-calculate-cont-indent, idlwave-expand-equal)
18840 (idlwave-find-module, idlwave-find-structure-definition)
18841 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
18842 (idlwave-list-load-path-shadows, idlwave-next-statement)
18843 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
18844 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
18845 (idlwave-template): Reflow docstrings.
18846
18847 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
18848 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
18849 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
18850 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
18851 (idlwave-shell-display-line, idlwave-shell-display-wframe)
18852 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
18853 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
18854 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
18855 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
18856 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
18857 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
18858 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
18859 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
18860 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
18861 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
18862 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
18863 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
18864 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
18865 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
18866 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
18867 Fix typos in docstrings.
18868 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
18869 (idlwave-shell-hide-output, idlwave-shell-mode)
18870 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
18871 Reflow docstrings.
18872
18873 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
18874
188752009-09-24 Ivan Kanis <apple@kanis.eu>
18876
18877 * term.el (term-bold-attribute): New var.
18878 (term-handle-colors-array): Use it.
18879
188802009-09-23 Nick Roberts <nickrob@snap.net.nz>
18881
18882 * progmodes/gdb-mi.el (gdb-version): New variable.
18883 (gdb-non-stop-handler): Set gdb-version.
18884 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
18885 Condition "--thread" option on gdb-version.
18886 (gdb-invalidate-threads): Remove unused argument.
18887
188882009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18889
18890 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
18891 to looking-back to avoid ridiculous slow down in large files (bug#4511).
18892
188932009-09-23 Glenn Morris <rgm@gnu.org>
18894
18895 * mail/rmail.el (rmail-reply): Don't try to add a References header when
18896 replying to mail without References or Message-Id. (Bug#4525)
18897
188982009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
18899
18900 * term/ns-win.el (ns-reg-to-script): New variable.
18901
189022009-09-23 Daiki Ueno <ueno@unixuser.org>
18903
18904 * epg.el (epg-wait-for-status): Preserve existing 'error results.
18905
189062009-09-22 Sam Steingold <sds@gnu.org>
18907
18908 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
18909 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
18910 to 1 because hg returns status 1 when nothing is found.
18911 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
18912
189132009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
18914
18915 * textmodes/fill.el: Convert to utf-8 encoding.
18916 (fill-french-nobreak-p): Remove redundant » and « inherited from our
18917 pre-Unicode days.
18918
18919 * add-log.el (change-log-fill-forward-paragraph): New function.
18920 (change-log-mode): Use it so fill-region DTRT.
18921 Set fill-indent-according-to-mode here rather than in
18922 change-log-fill-paragraph.
18923 (change-log-fill-paragraph): Remove.
18924
189252009-09-22 Juanma Barranquero <lekktu@gmail.com>
18926
18927 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
18928 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
18929
189302009-09-22 Glenn Morris <rgm@gnu.org>
18931
18932 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
18933 the scroll-bar scroll the calendar window rather than the buffer.
18934
18935 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
18936 commands that move point (as opposed to scrolling).
18937
18938 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
18939
18940 * emacs-lisp/elint.el (elint): New custom group.
18941 (elint-log-buffer): Make it a defcustom.
18942 (elint-scan-preloaded, elint-ignored-warnings)
18943 (elint-directory-skip-re): New options.
18944 (elint-builtin-variables): Doc fix.
18945 (elint-preloaded-env): New variable.
18946 (elint-unknown-builtin-args): Add an entry for encode-time.
18947 (elint-extra-errors): Make it a variable rather than a constant.
18948 (elint-preloaded-skip-re): New constant.
18949 (elint-directory): Skip files matching elint-directory-skip-re.
18950 (elint-features): New variable, local to linted buffers.
18951 (elint-update-env): Initialize elint-features. Possibly add
18952 elint-preloaded-env to the buffer's environment.
18953 (elint-get-top-forms): Bind elint-current-pos, for log messages.
18954 Skip quoted forms.
18955 (elint-init-form): New function, extracted from elint-init-env.
18956 Make non-list forms a warning rather than an error.
18957 Add the mode-map for define-derived-mode. Handle define-minor-mode,
18958 easy-menu-define, put that adds an error-condition, and provide.
18959 When requiring cl, also require cl-macs. Really require cl, to handle
18960 some cl macros. Store required libraries in the list elint-features,
18961 so as not to re-load them. Treat cc-require like require.
18962 (elint-init-env): Call elint-init-form to do the work.
18963 Handle eval-and-compile and such like.
18964 (elint-add-required-env): Do not clear messages.
18965 (elint-special-forms): Add handlers for function, defalias, if, when,
18966 unless, and, or.
18967 (elint-form): Add optional argument to ignore elint-special-forms,
18968 useful to prevent recursive calls from handlers. Doc fix.
18969 Respect elint-ignored-warnings.
18970 (elint-form): Respect elint-ignored-warnings.
18971 (elint-bound-variable, elint-bound-function): New variables.
18972 (elint-unbound-variable): Respect elint-bound-variable.
18973 (elint-get-args): Respect elint-bound-function.
18974 (elint-check-cond-form): Add some simple handling for (f)boundp and
18975 featurep tests.
18976 (elint-check-defalias-form): New handler.
18977 (elint-check-let-form): Make an empty let a warning rather than an
18978 error.
18979 (elint-check-setq-form): Make an empty setq a warning rather than an
18980 error. Respect elint-ignored-warnings.
18981 (elint-check-defvar-form): Accept null doc-strings.
18982 (elint-check-conditional-form): New handler. Does some simple-minded
18983 checking of featurep and (f)boundp tests.
18984 (elint-put-function-args): New function.
18985 (elint-initialize): Use elint-scan-doc-file rather than
18986 elint-find-builtin-variables. Use elint-put-function-args.
18987 Possibly scan preloaded-file-list.
18988 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
18989 extend to handle functions as well.
18990
189912009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
18992
18993 * linum.el (linum-delete-overlays, linum-update-window):
18994 Do not modify the right margin. (Bug#3971)
18995
189962009-09-21 Chong Yidong <cyd@stupidchicken.com>
18997
18998 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
18999 Use nxml-mode instead of xml-mode.
19000
190012009-09-21 Kevin Ryde <user42@zip.com.au>
19002
19003 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
19004
190052009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19006
19007 * net/dig.el (dig-mode): Use define-derived-mode.
19008
190092009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
19010
19011 * vc-dispatcher.el (vc-do-command): Return the process object in
19012 the asynchronous case. Use when instead of if. Do not run
19013 vc-exec-after to display a message if not enabled. (Bug#4463)
19014
19015 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
19016 properties to the stash strings.
19017 (vc-git-stash-list): Return a list of strings.
19018 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
19019 (vc-git-stash-show-at-point): New functions.
19020 (vc-git-stash-map): New keymap.
19021
19022 * register.el (ctl-x-r-map): Define the keys here instead of
19023 using autoload.
19024
190252009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
19026
19027 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
19028 list, to workaround performance problem (bug#4485).
19029
190302009-09-20 Nick Roberts <nickrob@snap.net.nz>
19031
19032 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
19033
190342009-09-20 Daiki Ueno <ueno@unixuser.org>
19035
19036 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
19037 Document that this option is not recommended to use.
19038
190392009-09-19 Glenn Morris <rgm@gnu.org>
19040
19041 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
19042 variable `var'.
19043
19044 * calc/calc-alg.el (var):
19045 * calc/calcalg2.el (var): Define for compiler.
19046
190472009-09-19 Chong Yidong <cyd@stupidchicken.com>
19048
19049 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
19050 Doc fix (Bug#3932).
19051
19052 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
19053
19054 * time-stamp.el (time-stamp-month-dd-yyyy)
19055 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
19056 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
19057 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
19058 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
19059 Remove functions that have been obsolete since 1995 (Bug#4436).
19060
19061 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
19062 indent buffer only if called interactively (Bug#4452).
19063
190642009-09-19 Juanma Barranquero <lekktu@gmail.com>
19065 Eli Zaretskii <eliz@gnu.org>
19066
19067 This fixes bug#4197 (merged to bug#865, though not identical).
19068 * server.el (server-auth-dir): Add docstring note about FAT32.
19069 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
19070 but warn against using them.
19071
190722009-09-19 Nick Roberts <nickrob@snap.net.nz>
19073
19074 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
19075 older GDB where there is no has_more field.
19076
190772009-09-19 Glenn Morris <rgm@gnu.org>
19078
19079 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
19080
190812009-09-18 Chong Yidong <cyd@stupidchicken.com>
19082
19083 * files.el (auto-mode-alist): Change default for XML files to nXML
19084 mode (Bug#4169).
19085
190862009-09-18 Juanma Barranquero <lekktu@gmail.com>
19087
19088 * server.el (server-ensure-safe-dir): Pass 'integer
19089 to `file-attributes', as suggested.
19090
190912009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
19092
19093 * dired-aux.el (dired-query-alist): Remove spurious backslash.
19094 (dired-query): Use read-key.
19095
190962009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
19097
19098 * cus-start.el (ns-use-qd-smoothing): Remove.
19099
191002009-09-18 Glenn Morris <rgm@gnu.org>
19101
19102 * allout.el (top-level): Remove unnecessary progn.
19103
19104 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
19105
19106 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
19107 definition of abbrev table.
19108
19109 * speedbar.el (speedbar-track-mouse):
19110 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
19111 * net/eudc.el (eudc-expand-inline):
19112 * net/newst-backend.el (newsticker--cache-read-feed):
19113 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
19114 condition-case handlers.
19115
191162009-09-18 Nick Roberts <nickrob@snap.net.nz>
19117
19118 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
19119 (gdb-var-list): Add an element for has_more field.
19120 (gdb-non-stop-handler): Enable pretty printing for STL containers.
19121 (gdb-var-create-handler, gdb-var-list-children-handler-1)
19122 (gdb-var-update-handler-1): Parse output of dynamic variable
19123 objects (STL containers).
19124 (gdb-var-delete-1): Pass var1 as an explicit second argument.
19125 (gdb-get-field): Delete alias. Use bindat-get-field directly.
19126
19127 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
19128 gdb-var-list.
19129 (gud-speedbar-buttons): Make node expandable if expression "has more"
19130 children.
19131
191322009-09-17 Juanma Barranquero <lekktu@gmail.com>
19133
19134 * startup.el (emacs-quick-startup): Remove variable and all uses.
19135 (command-line): Set `inhibit-x-resources' instead.
19136 (command-line-1): Use `inhibit-x-resources' instead.
19137
191382009-09-17 Chong Yidong <cyd@stupidchicken.com>
19139
19140 * subr.el: Fix last change to avoid using the `unless' macro,
19141 which breaks bootstrapping.
19142
191432009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19144
19145 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
19146 extended definitions, in case we reload subr.el after having
19147 loaded CL.
19148 (eval-next-after-load): Mark as obsolete.
19149
191502009-09-17 Juri Linkov <juri@jurta.org>
19151
19152 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
19153 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
19154 (menu-bar-showhide-menu, menu-bar-tools-menu)
19155 (menu-bar-describe-menu, menu-bar-help-menu)
19156 (minibuffer-local-completion-map, minibuffer-local-map):
19157 Fix list quoting.
19158
191592009-09-17 Glenn Morris <rgm@gnu.org>
19160
19161 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
19162 arguments, whether or not it has a handler.
19163
19164 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
19165
19166 * simple.el (hard-newline): Give it a doc-string.
19167
19168 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19169 (lisp-mode-syntax-table): Give them doc-strings.
19170
191712009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
19172
19173 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
19174 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
19175 (menu-bar-options-menu, menu-bar-showhide-menu)
19176 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
19177 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
19178 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
19179 (menu-bar-options-menu, menu-bar-tools-menu)
19180 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
19181 (menu-bar-help-menu):
19182 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
19183 string arguments.
19184
19185 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
19186 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
19187 calls for the menu names and :help.
19188
191892009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19190
19191 * mouse.el (minor-mode-menu-from-indicator): Pay attention
19192 to :minor-mode-function (bug#4455).
19193
191942009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19195
19196 * startup.el (command-line): Initialize the window-system after
19197 processing the command-line.
19198
19199 * textmodes/page.el (what-page): Make sure we don't inf-loop if
19200 page-delimiter matches the empty string.
19201
192022009-09-16 Glenn Morris <rgm@gnu.org>
19203
19204 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
19205 byte-compile-not-obsolete-var. It's a list now.
19206 (byte-compile-not-obsolete-funcs): New variable.
19207 (byte-compile-warn-obsolete): Don't warn about functions if they are in
19208 byte-compile-not-obsolete-funcs.
19209 (byte-compile-variable-ref, byte-compile-defvar): Update for
19210 byte-compile-not-obsolete-vars name-change and list nature.
19211 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
19212 and variables behind (f)boundp tests.
19213 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
19214
192152009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19216
19217 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
19218
192192009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19220
19221 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
19222 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
19223 Don't autoload.
19224
192252009-09-15 Stephen Eglen <stephen@gnu.org>
19226
19227 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
19228 the virtual-buffers, use the name of the buffer specified by
19229 find-file-noselect, as the match may be a symlink. (This was a
19230 problem if the target and the symlink had different names.)
19231
192322009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19233
19234 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
19235
19236 * desktop.el (desktop-path): Check user-emacs-directory.
19237
19238 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
19239
19240 * loadup.el: Use after-load-functions to GC after loading each file.
19241 Remove the explicit GC calls that used to be sprinkled around.
19242
19243 * subr.el (after-load-functions): New hook.
19244 (do-after-load-evaluation): Run it. Use string-match-p to detect
19245 `obsolete' packages, rather than painfully extracting the relevant
19246 directory name.
19247
192482009-09-15 Glenn Morris <rgm@gnu.org>
19249
19250 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
19251 free variable `doc'.
19252
19253 * dired.el (dired-mode-map): Add menu entry for async shell command.
19254
19255 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
19256 variables, also consider the .elc files, since the .el files are
19257 normally gzipped (subsequent code locates the .el.gz from the .elc).
19258
19259 * calc/calc-prog.el (arglist): Define for compiler.
19260
19261 * calendar/diary-lib.el (diary-display-function): Change the default to
19262 fancy display.
19263 (body): Define for compiler.
19264
19265 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
19266 (byte-compile-file-form, byte-compile-lambda)
19267 (byte-compile-top-level-body, byte-compile-form)
19268 (byte-compile-variable-ref, byte-compile-setq)
19269 (byte-compile-setq-default, byte-compile-body)
19270 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
19271 (batch-byte-compile): Give some more local variables with common names
19272 a "bytecomp-" prefix to avoid masking warnings about free variables.
19273
19274 * startup.el (command-line-1): Give local variables with common names a
19275 distinguishing prefix, so as not to hide free variable warnings during
19276 bootstrap.
19277
19278 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
19279 clever and add a suffix to make a unique name, just let the user decide
19280 whether or not to overwrite it. If the input is a directory, write the
19281 default filename to that directory. (Bug#4388)
19282 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
19283 is a filename-as-a-directory.
19284
192852009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19286
19287 * textmodes/page.el (what-page): Don't move to beginning of line.
19288 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
19289
192902009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19291
19292 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
19293
192942009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
19295
19296 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
19297 * help.el (help-for-help-internal): Add purecopy calls for text.
19298
19299 * vc.el (top): print-log method now takes an optional SHORTLOG
19300 argument. Add a new method: root.
19301 (vc-root-diff, vc-print-root-log): New functions.
19302 (vc-log-short-style): New variable.
19303 (vc-print-log-internal): Add support for showing short logs.
19304
19305 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
19306 vc-print-root-log and vc-print-root-diff.
19307
19308 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
19309 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
19310 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
19311 short logs.
19312
19313 * vc-cvs.el (vc-cvs-print-log):
19314 * vc-mtn.el (vc-mtn-print-log):
19315 * vc-rcs.el (vc-rcs-print-log):
19316 * vc-sccs.el (vc-sccs-print-log):
19317 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
19318 that is ignored for now.
19319
19320 * vc-mtn.el (vc-mtn-annotate-command):
19321 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
19322
193232009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19324
19325 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
19326 to function-key-map, and give them ascii-character property.
19327 * term/x-win.el (x-alternatives-map):
19328 * term/ns-win.el (ns-alternatives-map):
19329 * term/internal.el (msdos-key-remapping-map):
19330 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
19331
193322009-09-14 Glenn Morris <rgm@gnu.org>
19333
19334 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
19335 temp-buffers (2009-09-12).
19336
193372009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19338
19339 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
19340 the new read-key function.
19341
193422009-09-13 Chong Yidong <cyd@stupidchicken.com>
19343
19344 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
19345 is defined (Bug#4405).
19346
193472009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
19348
19349 * recentf.el (recentf-cleanup): Use a hash table to find
19350 duplicates (Bug#4407).
19351
193522009-09-13 Per Starbäck <per@starback.se> (tiny change)
19353
19354 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
19355 kp-0 to ascii equivalents (Bug#4325).
19356
193572009-09-13 Chong Yidong <cyd@stupidchicken.com>
19358
19359 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
19360
19361 * eshell/em-hist.el:
19362 * eshell/em-dirs.el (eshell-complete-user-reference):
19363 Declare pcomplete functions and variables to avoid compiler warnings.
19364
cd394be1 193652009-09-13 Leo Liu <sdl.web@gmail.com> (tiny change)
33383987
JB
19366
19367 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
19368 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
19369 * eshell/em-alias.el (eshell-aliases-file):
19370 * eshell/em-hist.el (eshell-history-file-name):
19371 Use expand-file-name instead of concat to make file names (Bug#4308).
19372
193732009-09-13 Glenn Morris <rgm@gnu.org>
19374
19375 * ediff-merg.el (ediff-do-merge):
19376 * filesets.el (filesets-run-cmd):
19377 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
19378 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
19379 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
19380 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
19381 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
19382 Replace empty `let's with `progn'.
19383
193842009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19385
19386 * mail/sendmail.el (send-mail-function):
19387 * tooltip.el (tooltip-mode):
19388 * simple.el (transient-mark-mode):
19389 * rfn-eshadow.el (file-name-shadow-mode):
19390 * frame.el (blink-cursor-mode):
19391 * font-core.el (global-font-lock-mode):
19392 * files.el (temporary-file-directory)
19393 (small-temporary-file-directory, auto-save-file-name-transforms):
19394 * epa-hook.el (auto-encryption-mode):
19395 * composite.el (global-auto-composition-mode):
19396 Use custom-initialize-delay.
19397 * startup.el (command-line): Don't explicitly call
19398 custom-reevaluate-setting for all the above vars.
19399 * custom.el (custom-initialize-safe-set)
19400 (custom-initialize-safe-default): Delete.
19401
194022009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19403
19404 * term/x-win.el (x-initialize-window-system):
19405 * term/w32-win.el (w32-initialize-window-system):
19406 * term/ns-win.el (ns-initialize-window-system): Don't call
19407 mouse-wheel-mode since it's enabled globally by default already.
19408
19409 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
19410 actually define the variable, but only silences the byte-compiler.
19411 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
19412 before looking it up.
19413 (mouse-wheel-scroll-amount): Also reset the bindings if this value
19414 is changed.
19415
194162009-09-12 Glenn Morris <rgm@gnu.org>
19417
19418 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
19419 1000.
19420 (elint-add-required-env): Don't beep on error.
19421 (elint-forms): In case of error, return ENV unchanged.
19422 (elint-init-env): Skip non-list forms.
19423 (elint-log): Handle unknown file positions.
19424
194252009-09-12 Daiki Ueno <ueno@unixuser.org>
19426
19427 * epg.el (epg-make-context): Add autoload cookie.
19428 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
19429 (epg-decrypt-string, epg-start-verify, epg-verify-file)
19430 (epg-verify-string, epg-start-sign, epg-sign-file)
19431 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
19432 (epg-encrypt-string, epg-start-export-keys)
19433 (epg-export-keys-to-file, epg-export-keys-to-string)
19434 (epg-start-import-keys, epg-import-keys-from-file)
19435 (epg-import-keys-from-string, epg-start-receive-keys)
19436 (epg-receive-keys, epg-import-keys-from-server)
19437 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
19438 (epg-sign-keys, epg-start-generate-key)
19439 (epg-generate-key-from-file, epg-generate-key-from-string):
19440 Remove autoload cookie.
19441
194422009-09-12 Eli Zaretskii <eliz@gnu.org>
19443
19444 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
19445 reevaluation of trash-directory.
19446
19447 * mwheel.el: Fix last change.
19448 (mouse-wheel-mode): New defvar.
19449 (mouse-wheel-mode): Remove autoload cookie.
19450
194512009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19452
19453 * mwheel.el (mwheel-installed-bindings): New var.
19454 (mouse-wheel-mode): Use it, so as to make sure we really remove all
19455 the bindings we set last time. Use custom-initialize-delay.
19456 * loadup.el: Load mwheel after term/*-win.el.
19457 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
19458 and mouse-wheel-up-event now that their first evaluation is done
19459 sufficiently late to be correct.
19460
19461 * startup.el (tutorial-directory): Make it a defcustom.
19462 Use custom-initialize-delay rather than eval-at-startup to set it.
19463 * image.el (image-load-path): Make it a defcustom.
19464 Use custom-initialize-delay rather than eval-at-startup to set it.
19465 * subr.el (eval-at-startup): Remove.
19466 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
19467
19468 * subr.el (do-after-load-evaluation): Warn the user after loading an
19469 obsolete package.
19470
194712009-09-12 Glenn Morris <rgm@gnu.org>
19472
19473 * proced.el (proced-mark-alt): Remove alias.
19474 (proced-mode-map): Remove proced-mark-alt.
19475
19476 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
19477 Elint file and directory. Remove initialization entry.
19478
19479 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
19480 commands.
19481 (elint-current-buffer): Set mode-line-process.
19482 (elint-init-env): Handle define-derived-mode.
19483 Fix declare-function with unspecified arglist. Guard against odd
19484 defalias statements (eg iso-insert's 8859-1-map).
19485 (elint-add-required-env): Use a temp buffer.
19486 (elint-form): Just print the function/macro name, not the whole form.
19487 Return env unchanged if we fail to parse a macro.
19488 (elint-forms): Guard against parse errors.
19489 (elint-output): New function, to handle batch mode.
19490 (elint-log-message): Add optional argument. Use elint-output.
19491 (elint-set-mode-line): New function.
19492
0a6934fc 194932009-09-12 Andreas Politz <politza@fh-trier.de>
33383987
JB
19494
19495 * emacs-lisp/elp.el (elp-not-profilable): Add more
19496 functions (Bug#4233).
19497
194982009-09-12 Chong Yidong <cyd@stupidchicken.com>
19499
19500 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
19501 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
19502
195032009-09-11 Nick Roberts <nickrob@snap.net.nz>
19504
19505 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
19506 (gdb-var-list-children): Use json parsing.
19507
195082009-09-11 Daniel Colascione <dan.colascione@gmail.com>
19509
19510 * progmodes/js.el (js--proper-indentation): Handle the case where
19511 char-before is null. Reported by Deniz Dogan.
19512
195132009-09-11 Juanma Barranquero <lekktu@gmail.com>
19514
19515 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
19516
195172009-09-11 Daiki Ueno <ueno@unixuser.org>
19518
19519 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
19520 (epg-digest-algorithm-alist): Add SHA224.
19521 (epg-context-set-passphrase-callback)
19522 (epg-context-set-progress-callback): Add description about
19523 callback function.
19524
195252009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19526
19527 * custom.el (custom-delayed-init-variables): New var.
19528 (custom-initialize-delay): New function.
19529 * startup.el (command-line): "Re"evaluate all vars in
19530 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
19531 explicitly any more.
19532 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
19533 to avoid creating a ~/.emacs.d at build-time (bug#4347).
19534
19535 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
19536
195372009-09-11 Nick Roberts <nickrob@snap.net.nz>
19538
19539 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
19540 (gdb-var-update-handler): Use json parsing.
19541
195422009-09-11 Juanma Barranquero <lekktu@gmail.com>
19543
19544 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
19545 decode annotated text, regardless of language environment. (Bug#2741)
19546
195472009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19548
19549 * Makefile.in (autoloads): Make rmail.el writable as well.
19550
195512009-09-11 Glenn Morris <rgm@gnu.org>
19552
19553 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
19554 loaddefs.el.
19555 * dired.el: Regenerate with extracted autoloads.
19556 * Makefile.in (autoloads): Make dired.el writable.
19557
19558 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
19559 * ibuffer.el: Regenerate with extracted autoloads.
19560 * Makefile.in (autoloads): Make ibuffer.el writable.
19561
19562 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
19563 * version.el (emacs-copyright, emacs-major-version)
19564 (emacs-minor-version): Reformat doc-strings for make-docfile.
19565
19566 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
19567 functions and variables, since they must be stuff specific to some other
19568 platform.
19569 (apropos-print): Make mouse-click message less specific about button.
19570
19571 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
19572 that records where a macro was defined.
19573 * help-fns.el (describe-function-1): Mention if a function has a
19574 compiler-macro.
19575 * help-mode.el (help-function-cmacro): New button.
19576
19577 * locate.el (top-level): Always require dired.
19578 (locate-mode-map): Initialize inside the defvar.
19579
19580 * net/ange-ftp.el (dired-compress-file): Declare.
19581 (ange-ftp-dired-compress-file): Add doc string.
19582
19583 * term/ns-win.el (x-display-name, x-setup-function-keys):
19584 Unify doc-strings with X versions.
19585
195862009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19587
19588 * emulation/crisp.el (crisp-mode-map): Move initialization
19589 into declaration.
19590 (crisp-mode): Use define-minor-mode.
19591
19592 * progmodes/xscheme.el (xscheme-evaluation-commands):
19593 Put a :advertised-binding property rather than using
19594 advertised-xscheme-send-previous-expression.
19595 (advertised-xscheme-send-previous-expression): Declare obsolete.
19596 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
19597 `advertised-undo'.
19598 (crisp-mode): Add corresponding bindings to
19599 undo's :advertised-binding instead.
19600 * dired.el (dired-mode-map): Put a :advertised-binding property rather
19601 than using dired-advertised-find-file.
19602 (dired-advertised-find-file):
19603 * simple.el (advertised-undo):
19604 * wid-edit.el (advertised-widget-backward): Declare obsolete.
19605 (widget-keymap): Put a :advertised-binding property rather
19606 than using advertised-widget-backward.
19607 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
19608 than using advertised-undo.
19609 * tutorial.el (tutorial--default-keys): Adjust accordingly.
19610
196112009-09-10 Simon South <ssouth@slowcomputing.org>
19612
19613 * progmodes/delphi.el (delphi-tab): Indent region when Transient
19614 Mark mode is enabled and region is active; otherwise indent or
19615 insert TAB as usual.
19616 (delphi-mode): Update description of TAB-key binding.
19617
196182009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
19619
19620 * subr.el (define-key-rebound-commands): Mark obsolete.
19621 * startup.el (precompute-menubar-bindings): Remove.
19622 (normal-top-level): Remove obsolete code that tried to precompute
19623 menubar bindings.
19624 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
19625 define-key-rebound-commands and precompute-menubar-bindings.
19626
196272009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
19628
19629 * net/imap.el (imap-interactive-login): Better messages.
19630 (imap-open): Fix bug with renamed buffer on reconnect.
19631 (imap-authenticate): Add buffer-local imap-last-authenticator variable
19632 for easier debugging and cleaner code. On successful (guessed based on
19633 server capabilities) secondary authentication, set imap-state
19634 correctly.
19635 (imap-last-authenticator): Define imap-last-authenticator as a variable
19636 to avoid warnings.
19637
196382009-09-10 Glenn Morris <rgm@gnu.org>
19639
19640 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
19641
19642 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
19643 (byte-compile-file-form-autoload): Don't warn about unknown functions
19644 where the autoload statement comes after the use.
19645 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
19646 that any handlers inside the body (eg require) are in turn respected.
19647
19648 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
19649 effects.
19650
19651 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
19652 and syntax and abbrev tables basic docs, if they don't have any.
19653
19654 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
19655
19656 * international/mule-cmds.el (top-level): Require cl when compiling.
19657 (view-hello-file): Use default-value rather than
19658 default-enable-multibyte-characters.
19659
19660 * progmodes/fortran.el: Move all safe and risky properties into the
19661 defcustoms.
19662
19663 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
19664 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
19665 * mail/undigest.el:
19666 Put autoloads in rmail.el rather than loaddefs.el.
19667 * mail/rmail.el: Regenerate with extracted autoloads.
19668
19669 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
19670 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
19671
196722009-09-10 Nick Roberts <nickrob@snap.net.nz>
19673
19674 Reported in thread for Bug#4375.
19675 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
19676 "-data-evaluate-expression" instead of print.
19677 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
19678 (gdb-tooltip-print): Parse output from above MI command.
19679 (gdb): Revert 2009-08-11 change. User should detach inferior
19680 manually.
19681
19682 Remove the word "separate" from IO functions as inferior
19683 output is now never displayed in the GUD buffer.
19684
196852009-09-10 Juanma Barranquero <lekktu@gmail.com>
19686
19687 * startup.el (command-line-normalize-file-name): On Windows and
19688 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
19689
196902009-09-10 Juri Linkov <juri@jurta.org>
19691
19692 * isearch.el (isearch-text-char-description): Propertize escape
19693 character sequences with the `escape-glyph' face. (Bug#4344)
19694
19695 * simple.el (shell-command): Set asynchronous process filter to
19696 `comint-output-filter'. (Bug#4343)
19697
19698 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
19699 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
19700 the list. Move "asm" to the bottom.
19701 (grep-find-ignored-directories): Add `choice' with nil value
19702 to empty the list easily.
19703 (grep-find-ignored-files): New option.
19704 (grep-files-history): Set to nil by default instead of '("ch" "el").
19705 (grep-compute-defaults): Add "<X>" to `grep-template'.
19706 (grep-read-files): Bind new local variables `default-alias' and
19707 `default-extension'. Use a list of default values for the file prompt.
19708 (lgrep): Add `--exclude=' command line options composed from
19709 `grep-find-ignored-files'.
19710 (rgrep): Add `-name' command line options composed from
19711 `grep-find-ignored-files'. (Bug#4301)
19712
197132009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
19714
19715 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
19716 (bug#4368).
19717
197182009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
19719
19720 * calendar/time-date.el (autoload):
19721 Expand define-obsolete-function-alias into defalias and make-obsolete
19722 for old Emacsen that Gnus supports.
19723 (with-no-warnings): Define it for old Emacsen.
19724 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
19725 is available.
19726 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
19727 float-time is available; suppress compile warning for time-to-seconds.
19728
197292009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
19730
19731 * net/imap.el (imap-message-map): Docstring fix.
19732
197332009-09-09 Glenn Morris <rgm@gnu.org>
19734
19735 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
19736 line numbers too. (Bug#4374)
19737
197382009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
19739
19740 * smerge-mode.el (smerge-remove-props, smerge-refine):
19741 Use with-silent-modifications (bug#4342).
19742
19743 * subr.el (with-silent-modifications): New macro.
19744
197452009-09-07 Juanma Barranquero <lekktu@gmail.com>
19746
19747 * files.el (top-level): Require `cl' when compiling.
19748
197492009-09-07 Glenn Morris <rgm@gnu.org>
19750
19751 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
19752
19753 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
19754 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
19755
197562009-09-06 Nick Roberts <nickrob@snap.net.nz>
19757
19758 * vc-git.el (vc-git-annotate-command): Use separator to parse
19759 arguments correctly.
19760
197612009-09-06 Eli Zaretskii <eliz@gnu.org>
19762
19763 * proced.el (proced-mode): Doc fix.
19764
197652009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
19766
19767 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
19768 lstat fails.
19769 (tramp-do-file-attributes-with-ls): Check for file existence at
19770 remote end.
19771 (tramp-do-file-attributes-with-stat): Likewise.
19772 (tramp-convert-file-attributes): Return nil when attr is nil.
19773
197742009-09-05 Glenn Morris <rgm@gnu.org>
19775
19776 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
19777 properties to this button.
19778 (diary-fancy-display): Don't extend the button to the final newline.
19779 (diary-fancy-display-mode): Continue to define "q" as a local key.
19780
19781 * calendar/cal-china.el (holiday-chinese): Make it slightly more
19782 efficient.
19783
19784 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
19785
19786 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
19787 (byte-compile-dest-file-function): New option.
19788 (byte-compile-dest-file): Doc fix.
19789 Obey byte-compile-dest-file-function.
19790 (byte-compile-cl-file-p): New function.
19791 (byte-compile-eval): Only suppress noruntime warnings about cl functions
19792 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
19793 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
19794 than for file being previously loaded.
19795 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
19796 (byte-compile-file-form-require): Handle the case where requiring a file
19797 indirectly causes CL to be loaded.
19798
197992009-09-05 Karl Fogel <kfogel@red-bean.com>
19800
19801 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
19802 before killing the old buffer, since by the time `kill-buffer' is
19803 run so many buffer variables have been set to nil that it may not
19804 behave as expected. (Bug#4061)
19805
198062009-09-05 Karl Fogel <kfogel@red-bean.com>
19807
19808 * files.el (find-alternate-file): If the old buffer is modified
19809 and visiting a file, behave similarly to `kill-buffer' when
19810 killing it, thus reverting to the pre-1.878 behavior; see
19811 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
19812 for discussion. Also, consult `buffer-file-name' as a variable
19813 not as a function, for consistency with the rest of the code.
19814
198152009-09-04 Michael Albinus <michael.albinus@gmx.de>
19816
19817 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
19818 also when adding a new directory.
19819
19820 * net/tramp-compat.el (tramp-compat-line-beginning-position):
19821 New defun.
19822
198232009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
19824
19825 * files.el (locate-file-completion-table): Make it provide boundary
19826 information, so partial-completion works better.
19827
cd394be1 198282009-09-04 Leo Liu <sdl.web@gmail.com> (tiny change)
33383987
JB
19829
19830 * mail/footnote.el (Footnote-text-under-cursor):
19831 Check footnote-text-marker-alist before using it (bug#4324).
19832
198332009-09-04 Glenn Morris <rgm@gnu.org>
19834
19835 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
19836 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
19837 * play/solitaire.el, play/tetris.el:
19838 Remove leading * from defcustom and defface docs.
19839
19840 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
19841 necessary.
19842 (diary-fancy-overriding-map): New variable.
19843 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
19844 Use view-mode.
19845
19846 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
19847 goto-line.
19848
198492009-09-03 Glenn Morris <rgm@gnu.org>
19850
19851 * arc-mode.el (archive-mode):
19852 * dos-fns.el (set-default-process-coding-system):
19853 * man.el (Man-getpage-in-background):
19854 * menu-bar.el (menu-bar-describe-menu):
19855 * server.el (server-process-filter):
19856 * startup.el (command-line):
19857 * tar-mode.el (tar-header-block-tokenize, tar-extract):
19858 * w32-fns.el (set-default-process-coding-system):
19859 * x-dnd.el (x-dnd-handle-file-name):
19860 * international/mule-cmds.el (mule-menu-keymap)
19861 (set-default-coding-systems, language-info-alist, set-language-info)
19862 (set-language-environment, standard-display-european-internal)
19863 (set-locale-environment):
19864 * international/mule-diag.el (mule-diag):
19865 * mail/emacsbug.el (report-emacs-bug):
19866 * mail/rmail.el (rmail-mode):
19867 * mail/sendmail.el (mail-setup):
19868 Use default-value rather than default-enable-multibyte-characters.
19869
19870 * progmodes/f90.el: Move all safe properties into the defcustoms.
19871 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
19872
19873 * calendar/appt.el (appt-check):
19874 * calendar/diary-lib.el (diary-set-header, diary-live-p)
19875 (diary-check-diary-file, diary-list-entries)
19876 (diary-include-other-diary-files, diary-simple-display)
19877 (diary-fancy-display, diary-print-entries)
19878 (diary-mark-included-diary-files, diary-make-entry):
19879 Don't call substitute-in-file-name on diary-file.
19880
198812009-09-03 Eduard Wiebe <usenet@pusto.de>
19882 Stefan Monnier <monnier@iro.umontreal.ca>
19883
19884 * mail/footnote.el (footnote-prefix): Make it a defcustom.
19885 (footnote-mode-map): Move initialization into the declaration.
19886 (footnote-minor-mode-map): Define it rather than changing global-map.
19887 (footnote-mode): Use define-minor-mode.
19888
198892009-09-02 Michael Albinus <michael.albinus@gmx.de>
19890
19891 * net/tramp.el (tramp-handle-file-attributes-with-ls)
19892 (tramp-do-file-attributes-with-perl)
19893 (tramp-do-file-attributes-with-stat): Rename from
19894 `tramp-handle-file-attributes-with-*'.
19895 (tramp-handle-file-attributes): Use them.
19896 (tramp-do-directory-files-and-attributes-with-perl)
19897 (tramp-do-directory-files-and-attributes-with-stat): Rename from
19898 `tramp-handle-directory-files-and-attributes-with-*'.
19899 (tramp-handle-directory-files-and-attributes): Use them.
19900 (tramp-method-out-of-band-p): Additional parameter SIZE.
19901 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
19902 (tramp-handle-write-region): Use it.
19903 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
19904 (tramp-handle-vc-registered): Check, whether the first run did
19905 return files to be tested.
19906 (tramp-advice-make-auto-save-file-name): Do not call directly
19907 `tramp-handle-make-auto-save-file-name', because this would bypass
19908 the locking mechanism.
19909
19910 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
19911 (file-remote-p, process-file, start-file-process, set-file-times)
19912 (tramp-compat-file-attributes): Compatibility functions shall not
19913 call directly `tramp-handle-*', because this would bypass the
19914 locking mechanism.
19915 (tramp-compat-number-sequence): New defun.
19916
199172009-09-02 Glenn Morris <rgm@gnu.org>
19918
19919 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
19920 alias for float-time.
19921 (time-to-number-of-days): In Emacs, use float-time.
19922 * net/newst-backend.el (time-add): Suppress warnings from compat
19923 function.
19924 * time.el (emacs-uptime, emacs-init-time):
19925 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
19926 Use float-time rather than time-to-seconds.
19927
19928 * minibuffer.el (completion-initials-expand): Fix typo.
19929
19930 * faces.el (modeline, modeline-inactive, modeline-highlight)
19931 (modeline-buffer-id):
19932 * info.el (info-menu-5): Mark these face aliases as obsolete.
19933
199342009-09-01 Nick Roberts <nickrob@snap.net.nz>
19935
19936 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
19937 space ...
19938 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
19939 no "--thread" option.
19940 (gdb-stopped): Don't print "Switched to thread" message when it is
19941 unchanged.
19942
199432009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
19944
19945 * minibuffer.el (completion-try-completion)
19946 (completion-all-completions): Remove ill-defined (and
19947 mistakenly installed and luckily never used nor documented)
19948 `completion-styles' property.
19949 (completion-initials-expand, completion-initials-all-completions)
19950 (completion-initials-try-completion): New functions.
19951 (completion-styles-alist): Add doc to each entry.
19952 Add new `initials' entry.
19953
199542009-09-01 Nick Roberts <nickrob@snap.net.nz>
19955
19956 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
19957 MI command -var-evaluate-expression.
19958 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
19959 and tweak for case of string child.
19960 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
19961
199622009-09-01 Glenn Morris <rgm@gnu.org>
19963
19964 * add-log.el (change-log-date-face, change-log-name-face)
19965 (change-log-email-face, change-log-file-face, change-log-list-face)
19966 (change-log-conditionals-face, change-log-function-face)
19967 (change-log-acknowledgement-face):
19968 * cus-edit.el (custom-invalid-face, custom-rogue-face)
19969 (custom-modified-face, custom-set-face, custom-changed-face)
19970 (custom-saved-face, custom-button-face, custom-button-pressed-face)
19971 (custom-documentation-face, custom-state-face, custom-comment-face)
19972 (custom-comment-tag-face, custom-variable-tag-face)
19973 (custom-variable-button-face, custom-face-tag-face)
19974 (custom-group-tag-face-1, custom-group-tag-face):
19975 * diff-mode.el (diff-header-face, diff-file-header-face)
19976 (diff-index-face, diff-hunk-header-face, diff-removed-face)
19977 (diff-added-face, diff-changed-face, diff-function-face)
19978 (diff-context-face, diff-nonexistent-face):
19979 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19980 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
19981 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19982 (Info-title-4-face):
19983 * isearch.el (isearch-lazy-highlight-face):
19984 * log-view.el (log-view-file-face, log-view-message-face):
19985 * paren.el (show-paren-match-face, show-paren-mismatch-face):
19986 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
19987 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
19988 (cvs-msg-face):
19989 * smerge-mode.el (smerge-mine-face, smerge-other-face)
19990 (smerge-base-face, smerge-markers-face):
19991 * wid-edit.el (widget-documentation-face, widget-button-face)
19992 (widget-field-face, widget-single-line-field-face)
19993 (widget-inactive-face, widget-button-pressed-face):
19994 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
19995 (woman-addition-face):
19996 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
19997 (eshell-ls-executable-face, eshell-ls-readonly-face)
19998 (eshell-ls-unreadable-face, eshell-ls-special-face)
19999 (eshell-ls-missing-face, eshell-ls-archive-face)
20000 (eshell-ls-backup-face, eshell-ls-product-face)
20001 (eshell-ls-clutter-face):
20002 * eshell/em-prompt.el (eshell-prompt-face):
20003 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
20004 * obsolete/old-whitespace.el (whitespace-highlight-face):
20005 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
20006 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
20007 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
20008 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
20009 (antlr-font-lock-literal-face):
20010 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
20011 (ebrowse-root-class-face, ebrowse-file-name-face)
20012 (ebrowse-default-face, ebrowse-member-attribute-face)
20013 (ebrowse-member-class-face, ebrowse-progress-face):
20014 * progmodes/make-mode.el (makefile-space-face):
20015 * progmodes/sh-script.el (sh-heredoc-face):
20016 * textmodes/flyspell.el (flyspell-incorrect-face)
20017 (flyspell-duplicate-face):
20018 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
20019 * textmodes/texinfo.el (texinfo-heading-face):
20020 Mark face aliases with "-face" suffix as obsolete.
20021
20022 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
20023 compiler.
20024
20025 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
20026 (eudc-bob-sound-menu): Use defvar rather than defconst, since
20027 easy-menu-define wants to modify these.
20028
20029 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
20030
20031 * net/browse-url.el (browse-url-file-url):
20032 * term/internal.el (dos-codepage-setup):
20033 Use default-value rather than default-enable-multibyte-characters.
20034
20035 * progmodes/etags.el (etags-goto-tag-location):
20036 * progmodes/flymake.el (flymake-highlight-line)
20037 (flymake-goto-file-and-line, flymake-goto-line):
20038 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
20039 (gdb-goto-breakpoint):
20040 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
20041 * progmodes/python.el (python-find-function)
20042 (python-pdbtrack-track-stack-file):
20043 * progmodes/verilog-mode.el (verilog-surelint-off):
20044 * term/ns-win.el (ns-open-file-select-line):
20045 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
20046 Use forward-line rather than goto-line.
20047
20048 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
20049 * textmodes/reftex-index.el (reftex-display-index):
20050 * textmodes/reftex-ref.el (reftex-offer-label-menu):
20051 * textmodes/reftex-toc.el (reftex-toc):
20052 Remove unnecessary bindings of default-major-mode (all are followed by
20053 major-mode check and possible mode switch).
20054
200552009-08-31 Nick Roberts <nickrob@snap.net.nz>
20056
20057 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
20058 Handle watchpoints (bug#4282).
20059 (def-gdb-thread-buffer-command): Enable thread to be selected by
20060 clicking without selecting threads buffer first.
20061 (gdb-current-context-command): Use selected frame so that "up",
20062 "down" etc work in the GUD buffer.
20063 (gdb-update): Find selected frame before rendering stack buffer.
20064 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
20065
200662009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20067
20068 * progmodes/sym-comp.el (displayed-completions): Remove.
20069 (symbol-complete): Use minibuffer-complete.
20070
200712009-08-31 Glenn Morris <rgm@gnu.org>
20072
20073 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
20074
20075 * apropos.el (apropos-symbols-internal):
20076 Handle (obsolete) face aliases.
20077
20078 * faces.el (describe-face): Adjust the output format to be more like
20079 describe-variable, and to mention (obsolete) face aliases.
20080 Adjust the whitespace so that help-setup-xref works.
20081
20082 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
20083 * calendar/diary-lib.el (diary-button-face):
20084 Mark these face aliases as obsolete.
20085
20086 * calendar/calendar.el (calendar-today): Doc fix.
20087
200882009-08-31 Nick Roberts <nickrob@snap.net.nz>
20089
20090 * progmodes/gdb-mi.el (gdb-control-all-threads)
20091 (gdb-control-current-thread): Force tool bar update.
20092 (gdb-non-stop-handler): New function.
20093 (gdb-init-1): Use it to test if non-stop mode is supported.
20094 Remove unused gdbmi buffer type.
20095
200962009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
20097
20098 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
20099 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
20100
201012009-08-30 Nick Roberts <nickrob@snap.net.nz>
20102
20103 * comint.el (comint-exec-1): Check command is non-null first.
20104 Part of gdb-mi.el change (2009-08-28).
20105
201062009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20107
20108 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
20109
201102009-08-30 Juanma Barranquero <lekktu@gmail.com>
20111
20112 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
20113 instead of `dolist' to avoid a recursive require when bootstrapping.
20114
201152009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20116
20117 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
20118
20119 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
20120
20121 * net/imap.el (imap-send-command): Simplify.
20122 (imap-wait-for-tag): point-max -> buffer-size.
20123
20124 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
20125
20126 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
20127 with constant argument.
20128
20129 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
20130
20131 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
20132
20133 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
20134 Change default, since most of our files don't have a history.
20135 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
20136 the user.
20137
20138 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20139 Add comint-run.
20140
20141 * calc/calc.el: Improve commenting convention.
20142 (calc-digit-map, toplevel): Simplify.
20143
20144 * comint.el (comint-insert-input): Be careful to only set point if we
20145 don't delegate to some other command.
20146
20147 * proced.el (proced-signal-list): Make it an alist.
20148 (proced-grammar-alist): Capitalize names.
20149 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
20150 Disable undo manually and make it read-only.
20151 Use completion-annotate-function.
20152
20153 * minibuffer.el (minibuffer-message): If the current buffer is not
20154 a minibuffer, insert the message in the echo area rather than at the
20155 end of the buffer.
20156 (completion-annotate-function): New variable.
20157 (minibuffer-completion-help): Use it.
20158 (completion--embedded-envvar-table): Environment vars are
20159 always case-sensitive.
20160
201612009-08-30 Glenn Morris <rgm@gnu.org>
20162
20163 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
20164 from fortran-current-defun.
20165 (fortran-beginning-of-subprogram): Be more precise about finding the
20166 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
20167 (fortran-end-of-subprogram): Simplify.
20168 (fortran-current-defun): Use fortran-start-prog-re.
20169
201702009-08-29 Juanma Barranquero <lekktu@gmail.com>
20171
20172 * subr.el (do-after-load-evaluation): Simplify.
20173
201742009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20175
20176 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
20177
20178 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
20179 (vc-rcs-print-log): Use it.
20180
20181 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
20182
201832009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20184
20185 * paths.el (abbrev-file-name): Move to abbrev.el.
20186 * abbrev.el (abbrev-file-name): Move from paths.el.
20187 Obey user-emacs-directory.
20188 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
20189 user-emacs-directory.
20190 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
20191 abbrev-file-name and calc-settings-file any more.
20192 * startup.el (command-line): Recompute abbrev-file-name and
20193 abbreviated-home-dir.
20194 (normal-no-mouse-startup-screen): Improve the generic code and get rid
20195 of the special code for when C-h bindings haven't been changed.
20196 (display-startup-echo-area-message): Use with-current-buffer.
20197 (command-line-1): Use a list of strings, rather than a list of lists
20198 of strings for longopts.
20199
20200 * files.el (get-free-disk-space): Use / for default-directory.
20201
20202 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
20203 Use with-current-buffer.
20204
20205 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
20206 Recognize immutable variables like most-positive-fixnum.
20207 (byte-compile-setq-default): Check and warn if trying to assign
20208 to an immutable variable, or a non-variable.
20209
20210 * progmodes/cc-vars.el (c-comment-continuation-stars):
20211 * progmodes/cc-engine.el (c-looking-at-bos):
20212 * progmodes/cc-cmds.el (c-toggle-auto-state)
20213 (c-forward-into-nomenclature, c-backward-into-nomenclature)
20214 (c-comment-line-break-function): Add version of obsolescence.
20215
202162009-08-28 Juri Linkov <juri@jurta.org>
20217
20218 * files.el (magic-fallback-mode-alist): Add ZIP magic number
20219 associated with `archive-mode'.
20220
20221 * image.el (image-type-header-regexps): Use only JPEG magic number
20222 to determine JPEG images, and don't use `image-jpeg-p' because
20223 Emacs can display non-JFIF non-Exif JPEG images.
20224
202252009-08-28 Juanma Barranquero <lekktu@gmail.com>
20226
20227 * arc-mode.el (archive-mode):
20228 * emacs-lisp/re-builder.el (re-builder-unload-function):
20229 Protect against the default value of `major-mode' being nil.
20230
202312009-08-28 Juanma Barranquero <lekktu@gmail.com>
20232
20233 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
20234 Fix typos in docstrings.
20235
20236 * progmodes/js.el (js--macro-decl-re): Doc fix.
20237 (js--plain-method-re, js--split-name): Refloc docstring.
20238 (js--class-styles, js--make-merged-item, js--splice-into-items):
20239 Fix typos in docstrings; reflow docstrings.
20240 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
20241 (js--variable-decl-matcher, js--inside-pitem-p)
20242 (js--parse-state-at-point, js--get-all-known-symbols)
20243 (js--symbol-history, js-find-symbol, js--js-references)
20244 (js--moz-interactor, js--js-encode-value, js--read-tab):
20245 Fix typos in docstrings.
20246
202472009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20248
20249 * textmodes/reftex.el (reftex-get-file-buffer-force):
20250 * progmodes/verilog-mode.el (verilog-batch-execute-func):
20251 * emulation/viper.el (viper-go-away, viper-set-hooks):
20252 * emacs-lisp/re-builder.el (re-builder-unload-function):
20253 * emacs-lisp/bytecomp.el (byte-compile-file):
20254 * ses.el (ses-unload-function):
20255 * hexl.el (hexl-find-file):
20256 * files.el (normal-mode):
20257 * ehelp.el (with-electric-help):
20258 * autoinsert.el (auto-insert-alist):
20259 * arc-mode.el (archive-mode):
20260 Use (default-value 'major-mode) instead of default-major-mode.
20261
20262 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
20263 * international/mule.el (load-with-code-conversion):
20264 * emacs-lisp/debug.el (debug):
20265 * ediff-vers.el (ediff-rcs-get-output-buffer):
20266 * dired.el (dired-internal-noselect): Don't let-bind
20267 default-major-mode around code that doesn't use it.
20268 E.g. buffer creation via get-buffer-create doesn't use it.
20269
202702009-08-28 Michael Albinus <michael.albinus@gmx.de>
20271
20272 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
20273 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
20274 when writing the temp file. Otherwise, epa-file gets confused.
20275 (tramp-register-file-name-handlers): Make it a defun. Move also
20276 `epa-file-handler' to the front of `file-name-handler-alist'.
20277
202782009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20279
20280 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
20281 start right after a ^M.
20282 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
20283 (tramp-completion-file-name-regexp-separate)
20284 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
20285 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
20286 Don't modify last-coding-system-used by accident.
20287 (tramp-completion-file-name-handler): Apply the checks here,
20288 instead during registration.
20289 (tramp-register-file-name-handlers): Rename from
20290 `tramp-register-file-name-handler'. Register both
20291 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
20292 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
20293
202942009-08-28 Nick Roberts <nickrob@snap.net.nz>
20295
20296 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
20297 Remove variable ...
20298 (gdb-init-1, gdb-display-separate-io-buffer)
20299 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
20300 references to it.
20301 (gdb-inferior-io-mode): Use make-comint-in-buffer.
20302 (gdb-inferior-filter): Use comint-output-filter to stop
20303 echoing and remove ^M characters.
20304
203052009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20306
20307 * emulation/viper-init.el (viper-restore-cursor-type):
20308 * emulation/cua-base.el (cua--update-indications):
20309 Replace default-cursor-type with (default-value 'cursor-type).
20310
20311 * mail/sendmail.el (mail-recover-1):
20312 * international/mule-diag.el (describe-current-coding-system-briefly)
20313 (describe-current-coding-system):
20314 * international/mule-cmds.el (select-safe-coding-system)
20315 (select-message-coding-system)
20316 (set-language-environment-coding-systems, set-locale-environment):
20317 * hexl.el (hexl-insert-multibyte-char):
20318 * dos-w32.el (find-buffer-file-type-coding-system):
20319 * simple.el (what-cursor-position):
20320 Replace uses of default-buffer-file-coding-system
20321 with (default-value 'buffer-file-coding-system).
20322
20323 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
20324 Replace uses of default-cursor-in-non-selected-windows
20325 with (default-value 'cursor-in-non-selected-windows).
20326 Use with-current-buffer.
20327
20328 * mail/feedmail.el: Use CL macros.
20329 (feedmail-run-the-queue, feedmail-send-it-immediately):
20330 * dos-w32.el (find-buffer-file-type): Replace uses of
20331 default-buffer-file-type with (default-value 'buffer-file-type).
20332
203332009-08-28 Glenn Morris <rgm@gnu.org>
20334
20335 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
20336 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
20337 Use default-value of major-mode rather than default-major-mode.
20338
203392009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20340
20341 * Makefile.in (update-elcfiles): Report left over elc files.
20342
20343 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
20344 expand-file-name and with-current-buffer.
20345 (mail-get-names, mail-directory): Use with-current-buffer.
20346
20347 * vc.el (vc-read-revision): New function.
20348 (vc-version-diff, vc-merge): Use it.
20349
203502009-08-27 Sam Steingold <sds@gnu.org>
20351
20352 * simple.el (kill-do-not-save-duplicates): New user option.
20353 (kill-new): When it is non-nil, and the new string is the same as
20354 the latest kill, set replace to t to avoid duplicates in kill-ring.
20355
203562009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
20357
20358 * net/tramp.el (tramp-handle-process-file): Do not flush all
20359 caches when `process-file-side-effects' is set.
20360 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
20361 instead of `tramp-find-file-exists-command'.
20362 Unset `process-file-side-effects'.
20363
203642009-08-27 Michael Albinus <michael.albinus@gmx.de>
20365
20366 * net/tramp.el (tramp-methods): New method "rsyncc".
20367 (top): Add completion function for "rsyncc".
20368 (tramp-message-show-message): New defvar.
20369 (tramp-message, tramp-error): Use it.
20370 (tramp-do-copy-or-rename-file-directly): Extend check for direct
20371 remote copying.
20372 (tramp-do-copy-or-rename-file-out-of-band): Handle new
20373 `tramp-methods' entry `copy-env' of "rsyncc".
20374 (tramp-vc-registered-read-file-names): New defconst.
20375 (tramp-vc-registered-file-names): New defvar.
20376 (tramp-handle-vc-registered): Implement optimization strategy.
20377 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
20378 (tramp-vc-file-name-handler): New defun.
20379 (tramp-get-ls-command, tramp-get-test-command)
20380 (tramp-get-file-exists-command, tramp-get-remote-ln)
20381 (tramp-get-remote-perl, tramp-get-remote-stat)
20382 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
20383
20384 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
20385 (tramp-cache-inhibit-cache): Extend doc string. It allows also
20386 timestamps.
20387 (tramp-get-file-property): Check for timestamps in
20388 `tramp-cache-inhibit-cache'.
20389 (tramp-set-file-property): Write timestamp.
20390
203912009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20392
20393 * language/japan-util.el (japanese-symbol-table): Add entries for
20394 cp932-2-byte.
20395
20396 * international/characters.el: Add category `j' to cp932-2-byte.
20397
203982009-08-27 Kenichi Handa <handa@m17n.org>
20399
20400 * international/fontset.el (build-default-fontset-data): New macro.
20401 (setup-default-fontset): Use build-default-fontset-data for CJK,
20402 tibetan, ethiopic, and ipa.
20403
204042009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20405
20406 * cus-start.el (default-major-mode): Customize `major-mode' instead.
20407 (enable-multibyte-characters): Not customizable any more.
20408
20409 * subr.el (default-mode-line-format, default-header-line-format)
20410 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
20411 (default-direction-reversed, default-truncate-lines)
20412 (default-left-margin, default-tab-width, default-case-fold-search)
20413 (default-left-margin-width, default-right-margin-width)
20414 (default-left-fringe-width, default-right-fringe-width)
20415 (default-fringes-outside-margins, default-scroll-bar-width)
20416 (default-vertical-scroll-bar, default-indicate-empty-lines)
20417 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
20418 (default-fringe-cursor-alist, default-scroll-up-aggressively)
20419 (default-scroll-down-aggressively, default-fill-column)
20420 (default-cursor-type, default-buffer-file-type)
20421 (default-cursor-in-non-selected-windows)
20422 (default-buffer-file-coding-system, default-major-mode)
20423 (default-enable-multibyte-characters): Mark as obsolete.
20424
204252009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
20426
20427 * vc-dir.el (vc-dir-update): Remove debug helper.
20428
20429 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
20430
204312009-08-26 Sam Steingold <sds@gnu.org>
20432
20433 * simple.el (save-interprogram-paste-before-kill): New user option.
20434 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
20435 save the interprogram-paste into kill-ring before overriding it
20436 with the Emacs kill.
20437
204382009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20439
20440 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
20441 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
20442 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
20443 and move to vc-rcs.el.
20444 (vc-default-next-revision): Rename to vc-rcs-next-revision and
20445 move to vc-rcs.el.
20446 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
20447 (vc-rcs-update-changelog): Remove.
20448 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
20449 and move to vc-rcs.el.
20450
20451 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
20452 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
20453 renaming.
20454 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
20455 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
20456 vc.el, renamed to be RCS specific.
20457
20458 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
20459 New functions.
20460 (vc-cvs-update-changelog): Move here from vc.el.
20461
20462 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
20463 New functions.
20464
204652009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
20466
20467 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
20468
204692009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20470
20471 * vc-git.el (vc-git-register): Use "git add" for directories.
20472 (vc-git-stash, vc-git-stash-show): New functions.
20473 (vc-git-extra-menu-map): Bind them.
20474
20475 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
20476 directory correctly in case the item is a directory itself.
20477
20478 * vc.el: Document the desired behavior for reverted files in the
20479 `added' state.
20480 (vc-default-prettify-state-info): Remove function, unused.
20481
20482 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
20483
204842009-08-26 Glenn Morris <rgm@gnu.org>
20485
20486 * bindings.el (standard-mode-line-format): Reposition dashes in
20487 which-func entry. (Bug#4217)
20488
20489 * files.el (enable-local-variables, enable-local-eval)
20490 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
20491 the defcustoms.
20492 (auto-mode-alist, ignored-local-variables)
20493 (save-some-buffers-action-alist): Move risky declarations to the
20494 definitions.
20495 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
20496 (font-lock-defaults, format-alist, imenu--index-alist)
20497 (imenu-generic-expression, input-method-alist, minor-mode-alist)
20498 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
20499 (mode-line-modified, mode-line-mule-info, mode-line-position)
20500 (mode-line-process, mode-line-remote, outline-level)
20501 (parse-time-rules, rmail-output-file-alist)
20502 (special-display-buffer-names, vc-mode):
20503 Move risky declarations to the relevant files.
20504 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
20505 (mode-line-modified, mode-line-process, mode-line-position)
20506 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
20507 * font-core.el (font-lock-defaults):
20508 * format.el (format-alist):
20509 * vc-hooks.el (vc-mode):
20510 * window.el (special-display-buffer-names):
20511 * international/mule-cmds.el (input-method-alist):
20512 Define riskiness here (dumped file) rather than in files.el.
20513 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
20514 * imenu.el (imenu-generic-expression, imenu--index-alist):
20515 * outline.el (outline-level):
20516 * time.el (display-time-string):
20517 * calendar/parse-time.el (parse-time-rules):
20518 * mail/rmailout.el (rmail-output-file-alist):
20519 Autoload riskiness here, rather than placing in files.el.
20520
205212009-08-26 Andreas Schwab <schwab@linux-m68k.org>
20522
20523 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
20524
205252009-08-25 Michael Albinus <michael.albinus@gmx.de>
20526
20527 * simple.el (process-file-side-effects): New defvar.
20528
20529 * dired-aux.el (dired-show-file-type):
20530 * vc.el (vc-diff-internal):
20531 * vc-arch.el (vc-arch-diff):
20532 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
20533 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
20534 * vc-git.el (vc-git-registered, vc-git-working-revision)
20535 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
20536 (vc-git--empty-db-p):
20537 * vc-hooks.el (vc-user-login-name):
20538 * vc-svn.el (vc-svn-registered, vc-svn-state)
20539 (vc-svn-dir-extra-headers, vc-svn-find-revision):
20540 * progmodes/grep.el (grep-probe): Let-bind
20541 `process-file-side-effects' with nil.
20542
20543 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
20544
20545 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
20546 daemon. Replace ping by checking for running service for bluez
20547 and zeroconf. (Bug#4239)
20548
205492009-08-25 Kevin Ryde <user42@zip.com.au>
20550
20551 * net/dig.el (dig): Add autoload cookie.
20552
205532009-08-25 Glenn Morris <rgm@gnu.org>
20554
20555 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
20556 load-history for absolute file-names.
20557 (byte-compile-file-form-require): Warn about use of the cl package.
20558
20559 * format.el (format-alist): Doc fix.
20560
20561 * play/bubbles.el (top-level): Don't require cl at run-time.
20562
20563 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
20564 run-time cl).
20565
205662009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
20567
20568 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
20569 from cl package.
20570 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
20571
205722009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
20573
20574 * calc/calc-alg.el (math-trig-rewrite)
20575 (math-hyperbolic-trig-rewrite): New functions.
20576 (calc-simplify): Simplify trig functions when asked.
20577
205782009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20579
20580 * diff-mode.el (diff-find-source-location): Avoid goto-line.
20581
205822009-08-24 Kenichi Handa <handa@m17n.org>
20583
20584 * language/ind-util.el (mapthread): Delete it.
20585 (combinatorial): New function.
20586 (indian--puthash-cv): Use combinatorial instead of mapthread.
20587
205882009-08-22 Kevin Ryde <user42@zip.com.au>
20589
20590 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
20591 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
20592 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
20593 Clarify docstring that the value is strings not symbols.
20594 (checkdoc-list-of-strings-p): New function.
20595
205962009-08-22 Glenn Morris <rgm@gnu.org>
20597
20598 * files.el (auto-mode-alist):
20599 * hippie-exp.el (he-concat-directory-file-name):
20600 * lpr.el (lpr-windows-system, printer-name):
20601 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
20602 * ps-print.el (ps-windows-system):
20603 * startup.el (command-line):
20604 * emulation/viper-ex.el (viper-glob-function):
20605 * international/mule-cmds.el (set-language-environment-coding-systems):
20606 * net/ange-ftp.el (ange-ftp-write-region):
20607 * obsolete/fast-lock.el (fast-lock-cache-name):
20608 Remove code for defunct system-types emx, macos, mswindows, next-mach,
20609 unisoft-unix, vax-vms, win32, w32.
20610
20611 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
20612 given name if the pattern is not more specific.
20613
20614 * calendar/lunar.el (lunar-phase-names): New option.
20615 (lunar-phase): Doc fix.
20616 (lunar-cycles-per-year): New constant.
20617 (lunar-index): New function.
20618 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
20619 (lunar-phase-name): Use lunar-phase-names.
20620 (calendar-lunar-phases): Use format.
20621 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
20622
20623 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
20624 Copy imenu-example--name-and-position function here for own use.
20625 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
20626
20627 * bs.el (bs--redisplay):
20628 * cus-edit.el (custom-redraw):
20629 * ibuffer.el (ibuffer-bury-buffer):
20630 * server.el (server-goto-line-column):
20631 * startup.el (command-line-1):
20632 * strokes.el (strokes-xpm-for-stroke):
20633 * term.el (term-display-buffer-line):
20634 * view.el (View-goto-line):
20635 * calc/calc.el (calc-do, calc-trail-buffer):
20636 * play/gamegrid.el (gamegrid-add-score-insecure):
20637 * progmodes/ada-mode.el (ada-compile-goto-error):
20638 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
20639 (ebrowse-select-1st-to-9nth):
20640 * progmodes/cperl-mode.el (cperl-time-fontification):
20641 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
20642 * progmodes/gud.el (gud-display-line):
20643 (idlwave-shell-display-line):
20644 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
20645 * progmodes/make-mode.el (makefile-browser-toggle):
20646 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
20647 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
20648 * textmodes/picture.el (picture-draw-rectangle):
20649 * textmodes/reftex-index.el (reftex-index-goto-letter):
20650 (reftex-select-jump-to-previous):
20651 * textmodes/reftex-sel.el (reftex-find-start-point)
20652 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
20653 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
20654 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
20655 * textmodes/tex-mode.el (tex-compilation-parse-errors):
20656 * textmodes/two-column.el (2C-associated-buffer):
20657 Use forward-line rather than goto-line.
20658
20659 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
20660 goto-line.
20661
20662 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
20663 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
20664 (quick-check-list-to-regexp): Declare.
20665
20666 * progmodes/make-mode.el (makefile-browser-insert-selection):
20667 Use goto-char rather than goto-line.
20668
20669 * progmodes/prolog.el (compilation-error-regexp-alist)
20670 (compilation-forget-errors): Declare.
20671
206722009-08-22 Juri Linkov <juri@jurta.org>
20673
20674 * progmodes/grep.el (lgrep, rgrep): At the beginning
20675 set `dir' to `default-directory' unless `dir' is a non-nil
20676 readable directory. (Bug#4052)
20677 (lgrep, rgrep): Change a weird way to report an error
20678 from using `read-string' to using `error'.
20679 Instead of using interactive arguments in the function body,
20680 add new argument `confirm'.
20681
206822009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
20683
20684 * textmodes/remember.el (remember-buffer):
20685 * progmodes/cperl-mode.el (cperl-vc-header-alist):
20686 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
20687 (icalendar-extract-ical-from-buffer):
20688 * net/newst-treeview.el (newsticker-groups-filename):
20689 * net/newst-backend.el (newsticker-cache-filename):
20690 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
20691 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
20692 (speedbar-add-ignored-path-regexp, speedbar-line-path)
20693 (speedbar-buffers-line-path, speedbar-path-line)
20694 (speedbar-buffers-line-path):
20695 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
20696 (epg-sign-keys):
20697 * epa.el (epa-display-verify-result):
20698 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
20699
207002009-08-21 Glenn Morris <rgm@gnu.org>
20701
20702 * progmodes/js.el (inferior-moz-process): Fix declaration.
20703
20704 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
20705
20706 * obsolete/rnewspost.el (news-mail-reply):
20707 Use goto-char rather than goto-line.
20708
20709 * term/ns-win.el (ns-open-file-select-line):
20710 Use line-beginning-position rather than goto-line.
20711
20712 * apropos.el (apropos-command):
20713 * ehelp.el (electric-helpify):
20714 * printing.el (pr-show-setup):
20715 * strokes.el (strokes-help):
20716 * tutorial.el (tutorial--describe-nonstandard-key)
20717 (tutorial--detailed-help):
20718 * woman.el (woman-mini-help, woman-display-extended-fonts):
20719 * calc/calc-help.el (calc-describe-key):
20720 * emulation/edt.el (edt-electric-helpify):
20721 * international/mule-diag.el (mule-diag):
20722 * play/yow.el (apropos-zippy):
20723 * progmodes/python.el (python-describe-symbol):
20724 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
20725 * textmodes/table.el (*table--cell-describe-mode)
20726 (*table--cell-describe-bindings):
20727 Use help-print-return-message rather than the now obsolete alias.
20728
20729 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
20730 (calendar-cursor-to-visible-date):
20731 * play/5x5.el (5x5-position-cursor):
20732 * play/decipher.el (decipher):
20733 * play/gomoku.el (gomoku-goto-xy):
20734 * play/landmark.el (lm-goto-xy):
20735 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
20736 (mpuz-paint-digit):
20737 Use forward-line, not goto-line.
20738
20739 * mail/rmail.el (rmail-obsolete): Delete custom group.
20740 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
20741 (rmail-remote-password, rmail-remote-password-required):
20742 Remove unneeded :set-after and :set properties.
20743
207442009-08-21 Michael Albinus <michael.albinus@gmx.de>
20745
20746 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
20747
207482009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
20749
20750 * loadup.el: Remove leftover macos code.
20751
20752 * vc-git.el (vc-git-annotate-command): Run asynchronously.
20753 Explicitly pass the date format to git blame so that user local
20754 so that the output format can be parsed.
20755
207562009-08-20 Michael Albinus <michael.albinus@gmx.de>
20757
20758 * net/dbus.el (top): Don't check for (getenv
20759 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
20760
207612009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
20762
20763 * log-edit.el (log-edit-strip-single-file-name): New var.
20764 (log-edit-insert-changelog): Use it. Bug#3571.
20765
207662009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20767
20768 * subr.el (read-passwd): Use read-key so keypad keys work as well.
20769 Bug#3287.
20770
20771 * help.el (help-print-return-message): Rename from
20772 print-help-return-message.
20773
20774 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
20775 cvs-mode-map parent hack.
20776 (log-view-mode): Derive from special-mode.
20777
20778 * linum.el (linum-mode): window-size-change-functions is redundant.
20779 Adapt to new window-configuration-change-hook behavior.
20780 (linum-after-size, linum-after-config): Remove.
20781
20782 * imenu.el (imenu-example--name-and-position)
20783 (imenu-example--lisp-extract-index-name)
20784 (imenu-example--create-lisp-index, imenu-example--create-c-index):
20785 Mark as obsolete.
20786
20787 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
20788 (inferior-prolog-mode): Use it.
20789 (inferior-prolog-load-file): Reset list of errors.
20790
207912009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20792
20793 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
20794
20795 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
20796
207972009-08-19 Michael Albinus <michael.albinus@gmx.de>
20798
20799 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
20800 is running already.
20801
208022009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20803
20804 * subr.el (listify-key-sequence-1): Use normal syntax since those
20805 integers are nowadays always represented by the same (positive) number
20806 on all platforms.
20807 (read-key-empty-map): New const.
20808 (read-key-delay): New var.
20809 (read-key): New function.
20810 (force-mode-line-update): Use with-current-buffer.
20811 (locate-user-emacs-file): Don't forget to abbreviate the file name.
20812 (start-process-shell-command, start-file-process-shell-command):
20813 Discourage the use of command-args.
20814
208152009-08-19 Glenn Morris <rgm@gnu.org>
20816
20817 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
20818
208192009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20820
20821 * simple.el (choose-completion-string): Don't rely on
20822 minibuffer-completing-file-name and ad-hoc checks to decide whether
20823 to continue completion or not.
20824
20825 * minibuffer.el (minibuffer-hide-completions): New function.
20826 (completion--do-completion): Use it.
20827 (completions-annotations): New face.
20828 (completion--insert-strings): Use it.
20829 (completion-pcm--delim-wild-regex): Add docstring.
20830 (completion-pcm--string->pattern): Add support for 0-width delimiters
20831 in completion-pcm--delim-wild-regex.
20832
208332009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
20834
20835 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
20836 Remove unused var `buffer-modified-p'.
20837
20838 * minibuffer.el (completion--do-completion): Move point for the #b001
20839 case as well (bug#4176).
20840 (minibuffer-complete, minibuffer-complete-word): Don't move point.
20841
208422009-08-18 Michael Albinus <michael.albinus@gmx.de>
20843
20844 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
20845 and :session buses.
20846
208472009-08-18 Kenichi Handa <handa@m17n.org>
20848
20849 * international/ucs-normalize.el (ucs-normalize-version):
20850 Change to 1.1.
20851 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
20852 (utf-8-hfs): Make it perform normalization on encoding too.
20853
20854 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
20855 (sentence-end-without-space): Delete duplicated chars.
20856 (sentence-end-base): Likewise.
20857
20858 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
20859 (html-mode): Delete duplicated chars from sentence-end-base.
20860
20861 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
20862 (texinfo-mode): Delete duplicated chars from sentence-end-base.
20863
208642009-08-17 Chong Yidong <cyd@stupidchicken.com>
20865
20866 * files.el (hack-one-local-variable): If the mode function is for
20867 a minor mode, pass it an argument (Bug#4148).
20868
208692009-08-17 Michael Albinus <michael.albinus@gmx.de>
20870
20871 * net/tramp.el (tramp-register-completion-file-name-handler):
20872 Check also for (member 'partial-completion completion-styles).
20873
208742009-08-16 Chong Yidong <cyd@stupidchicken.com>
20875
20876 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
20877 abbrev (Bug#3943).
20878
208792009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
20880
20881 * progmodes/cperl-mode.el: Merge upstream 6.2.
20882 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
20883 (cperl-forward-re): Check cperl-brace-recursing.
20884 (cperl-highlight-charclass): New function.
20885 (cperl-find-pods-heres): Use it.
20886 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
20887 (cperl-beautify-regexp-piece): Fix column calculation.
20888 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
20889 (cperl-beautify-level): Don't process entire regexp.
20890 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
20891 calling man.
20892 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
20893 (cperl-init-faces): Build a list in the normal way.
20894
208952009-08-16 Chong Yidong <cyd@stupidchicken.com>
20896
20897 * calendar/parse-time.el (parse-time-string-chars): Save match
20898 data.
20899
209002009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
20901
20902 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
20903 (sql-product): Use it.
20904 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
20905 (sql-set-product): Add completion.
20906 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
20907 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
20908 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
20909 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
20910 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
20911 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
20912 (sql-highlight-db2-keywords): Remove.
20913 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
20914 (sql-highlight-product): Use derived-mode-p.
20915 (sql-set-sqli-buffer): Use with-current-buffer.
20916 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
20917 Simplify.
20918
20919 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
20920
20921 * term.el: Fix commenting convention, turn comments into docstrings.
20922
209232009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
20924
20925 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
20926
209272009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
20928
20929 * calendar/parse-time.el (parse-time-string-chars): Compute using
20930 character classes, to handle non-ascii characters (Bug#3190).
20931
209322009-08-16 Chong Yidong <cyd@stupidchicken.com>
20933
20934 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
20935 another heredoc if the user adds another < (Bug#3226).
20936
20937 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20938 Don't initialize based on window-system (Bug#4124).
20939
20940 * facemenu.el (facemenu-read-color): Use a completion function
20941 that accepts any defined color, such as RGB triplets (Bug#3677).
20942
20943 * files.el (get-free-disk-space): Change fallback default
20944 directory to /. Expand DIR argument before switching to fallback.
20945 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
20946
209472009-08-15 Chong Yidong <cyd@stupidchicken.com>
20948
20949 * files.el (load-library): Doc fix.
20950
209512009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
20952
20953 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
20954 (viper-if-string): Redefine C-s in the minibuffer to insert the last
20955 incremental search string.
20956
20957 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
20958 XEmacs.
20959
20960 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
20961 (ediff-merge-region-is-non-clash)
20962 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
20963 Also check if the job is really a merge job.
20964
20965 * ediff.el (ediff-current-file): New function.
20966
209672009-08-15 Chong Yidong <cyd@stupidchicken.com>
20968
20969 * progmodes/js.el: Edit docstrings throughout to follow Emacs
20970 conventions.
20971 (js-insert-and-indent): Delete function.
20972 (js-mode-map): Don't bind keys to js-insert-and-indent.
20973 (js-beginning-of-defun): Rename from js--beginning-of-defun.
20974 (js-end-of-defun): Rename from js--end-of-defun.
20975 (js-auto-indent-flag): Delete variable.
20976
209772009-08-14 Chong Yidong <cyd@stupidchicken.com>
20978
20979 * progmodes/js.el: Remove proclaim statement.
20980 Defvar which-func-imenu-joiner-function to silence compiler.
20981
20982 * files.el (auto-mode-alist): Use js-mode for .js files.
20983
20984 * progmodes/js2-mode.el: Remove file.
20985
20986 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
20987
20988 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
20989
20990 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
20991
209922009-08-14 Daniel Colascione <dan.colascione@gmail.com>
20993 Karl Landstrom <karl.landstrom@brgeight.se>
20994
20995 * progmodes/js.el: New file.
20996
209972009-08-14 Mark A. Hershberger <mah@everybody.org>
20998
20999 * timezone.el (timezone-parse-date): Add ability to understand ISO
21000 basic format (minimal separators) dates in addition to the
21001 already-supported extended format dates.
21002
210032009-08-14 Eli Zaretskii <eliz@gnu.org>
21004
21005 * international/ucs-normalize.el: Add a `coding' file variable.
21006
21007 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
21008
210092009-08-14 Sam Steingold <sds@gnu.org>
21010
21011 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
21012
210132009-08-13 Chong Yidong <cyd@stupidchicken.com>
21014
21015 * faces.el (help-argument-name): Define it here instead of
21016 help-fns.el, because in daemon mode help-fns.el may be loaded when
21017 faces are still uninitialized (Bug#1078).
21018
21019 * help-fns.el (help-argument-name): Move defface to faces.el.
21020
210212009-08-13 Nick Roberts <nickrob@snap.net.nz>
21022
21023 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
21024 create buffer with a pty but no process so that GDB can make the
21025 inferior the controlling process.
21026
210272009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
21028
21029 * international/ucs-normalize.el: New file.
21030
210312009-08-13 Richard Stallman <rms@gnu.org>
21032
21033 * mail/rmail.el (rmail-get-attr-names):
21034 Accept an attribute header that is too short.
21035
21036 * mail/rmail.el (rmail-forget-messages):
21037 Ignore nil elt in rmail-message-vector. Use dotimes.
21038
21039 * progmodes/compile.el (compilation-goto-locus):
21040 Use next-error-move-function.
21041
21042 * simple.el (next-error-move-function): New variable.
21043
210442009-08-12 Juri Linkov <juri@jurta.org>
21045
21046 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
21047 always non-nil. (Bug#4052)
21048
21049 * replace.el (read-regexp): Return empty string when
21050 `default-value' is nil.
21051 (keep-lines-read-args): Don't use empty string as the
21052 default value for `read-regexp'. (Bug#2495)
21053
210542009-08-12 Juri Linkov <juri@jurta.org>
21055
21056 * international/mule-cmds.el (ucs-insert): Change arguments
21057 from `arg' to `character', `count', `inherit' to be the same
21058 as in `insert-char'. Doc fix. (Bug#4039)
21059
21060 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
21061
210622009-08-12 Juri Linkov <juri@jurta.org>
21063
21064 * files-x.el: New file.
21065
21066 * files.el: Move code that deals with adding/deleting
21067 file/directory-local variables to files-x.el.
21068
21069 * Makefile.in (ELCFILES): Add files-x.elc.
21070
210712009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
21072
21073 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
21074 to use `goto-line'.
21075 (gdb-place-breakpoints, gdb-get-location): Rewritten without
21076 `goto-line'.
21077 (gdb-invalidate-disassembly): Do not refresh upon receiving
21078 'update signal. Instead, update all disassembly buffers only after
21079 threads list.
21080 (gdb): Send -target-detach when buffer is killed (Bug#3794).
21081 (gdb-starting): Move -data-list-register-names...
21082 (gdb-stopped): ...here so it's sent when first thread stops.
21083 (gdb-registers-handler-custom): Do nothing if register names are
21084 unknown yet.
21085
21086 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
21087 from `gdb-mi.el' to avoid extra tangling.
21088
21089 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
21090 change which breaks `gud-def' definitions used in `gdb'.
21091 (gdb-update-gud-running): No extra fuss for updating frame number.
21092
210932009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21094
21095 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
21096 (describe-language-environment-map, setup-language-environment-map)
21097 (set-coding-system-map): Move initialization into declaration.
21098 (set-language-info-alist): Last arg to define-key-after can be skipped.
21099
21100 * international/quail.el (quail-completion-1): Simplify.
21101 (quail-define-rules): Use slightly more compact code.
21102 (quail-insert-decode-map): Propertize keys, compact columns.
21103
21104 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21105 Add goto-line.
21106
211072009-08-10 Miles Bader <miles@gnu.org>
21108
21109 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
21110 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
21111 (js2-instance-member, js2-private-member, js2-private-function-call)
21112 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
21113 (js2-magic-paren, js2-external-variable):
21114 Remove "-face" suffix from face names.
21115 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
21116 (js2-highlight-undeclared-vars, js2-peek-token)
21117 (js2-parse-function-params, js2-mode-show-errors)
21118 (js2-mode-show-warnings, js2-make-magic-delimiter)
21119 (js2-mode-highlight-magic-parens): Update to use new face names.
21120
211212009-08-09 Michael Albinus <michael.albinus@gmx.de>
21122
21123 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
21124 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
21125
211262009-08-09 Chong Yidong <cyd@stupidchicken.com>
21127
21128 * subr.el: Provide hashtable-print-readable.
21129
21130 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
21131 hs-c-like-adjust-block-beginning.
21132 (hs-hide-block-at-point): Stop hiding at the beginning of
21133 hs-block-end-regexp (Bug#700).
21134
211352009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
21136
21137 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
21138 a macro.
21139 (gdb-registers-handler-custom): Do not fail when register names
21140 are unavailable.
21141
211422009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21143
21144 * progmodes/gdb-mi.el (gdb-control-all-threads)
21145 (gdb-control-current-thread): Interactive setters for
21146 `gdb-gud-control-all-threads' to use in menu.
21147 (gdb-show-run-p): Show «Go» when process is not active.
21148 (gud-tool-bar-map): Add non-stop/A,T indicator.
21149 Uses gud/thread.xpm and gud/all.xpm.
21150
211512009-08-08 Yoni Rabkin <yoni@rabkins.net>
21152
21153 * net/net-utils.el (net-utils-font-lock-keywords): New var.
21154 (nslookup-font-lock-keywords): Make it a variable.
21155 (net-utils-mode): New mode for viewing diagnostic network output.
21156 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
21157 (net-utils-run-simple): New function.
21158 (ifconfig, iwconfig, netstat, arp, route): Use it.
21159
211602009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21161
21162 * progmodes/gdb-mi.el (gdb-read-memory-custom)
21163 (gdb-memory-set-address, def-gdb-set-positive-number)
21164 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
21165 after changing settings.
21166 (gdb-invalidate-disassembly): Update when first shown.
21167 (gdb-edit-locals-value): Fix.
21168 (gdb-registers-handler-custom): Print registers in right order and
21169 allow changing register values (only for current thread yet).
21170 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
21171 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
21172 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
21173 (gdb-locals-handler-custom, gdb-registers-handler-custom):
21174 Thread info in mode name.
21175 (gdb-registers-mode-map): TAB to switch to locals.
21176
211772009-08-08 Eli Zaretskii <eliz@gnu.org>
21178
21179 * mail/rmail.el (rmail-add-mbox-headers)
21180 (rmail-set-message-counters-counter): Search for
21181 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
21182
211832009-08-08 Glenn Morris <rgm@gnu.org>
21184
21185 * Makefile.in (ELCFILES): Update.
21186
211872009-08-07 Eli Zaretskii <eliz@gnu.org>
21188
21189 * mail/sendmail.el (mail-yank-original):
21190 Set buffer-file-coding-system from the one used by the message whose
21191 text is yanked.
21192
21193 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
21194 to "windows" when "pgnuplot" is used.
21195 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
21196 Don't call accept-process-output if "pgnuplot" is used.
21197 (calc-graph-init): Don't send -display and -geometry to
21198 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
21199 running "pgnuplot -V" with shell-command-to-string.
21200
21201 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
21202 the default.
21203
212042009-08-07 Eli Zaretskii <eliz@gnu.org>
21205
21206 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
21207 org/org-latex.elc.
21208
212092009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
21210
21211 * vc-dispatcher.el (vc-resynch-window): Update comment.
21212
21213 * term.el (term-handle-ansi-escape): Add comments with the
21214 terminfo capabilities implemented.
21215
212162009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
21217
21218 * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
21219 (gdb-var-create-handler): Rewritten using JSON parser.
21220 (gdb-propertize-header): Move earlier.
21221 (gdb-set-header): Remove to avoid duplication.
21222 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
21223 Refresh disassembly buffers only after threads list have been
21224 update.
21225 (gdb-threads-header, gdb-registers-header): Per-buffer header line
21226 variables.
21227
212282009-08-04 Juri Linkov <juri@jurta.org>
21229
21230 * files.el: Commands to add/delete file/directory-local variables.
21231 (read-file-local-variable, read-file-local-variable-value)
21232 (read-file-local-variable-mode, modify-file-local-variable)
21233 (modify-file-local-variable-prop-line)
21234 (modify-dir-local-variable): New functions.
21235 (add-file-local-variable, delete-file-local-variable)
21236 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
21237 (add-dir-local-variable, delete-dir-local-variable)
21238 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
21239 (copy-dir-locals-to-file-locals-prop-line): New commands.
21240
212412009-08-04 Chong Yidong <cyd@stupidchicken.com>
21242
21243 * abbrev.el (insert-abbrev-table-description): Prettify output.
21244 Suggested by Karl Chen.
21245
212462009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
21247
21248 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
21249 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
21250 (gdb-overlay-arrow-position, gdb-thread-position)
21251 (gdb-disassembly-position): Declare variables.
21252 (gdb-wait-for-pending): Function now.
21253 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
21254 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
21255 compilation goes smoothly.
21256 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
21257 (gdb-non-stop-setting): New customization setting which replaces
21258 `gdb-non-stop' so changing it doesn't break active GDB session.
21259 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
21260 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
21261 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
21262 (gdb-show-threads-by-default): New customization options.
21263 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
21264 routines.
21265 (gdb-get-buffer-create): Send buffers update signal when they are
21266 created.
21267 (gdb-invalidate-locals, gdb-invalidate-registers)
21268 (gdb-invalidate-breakpoints)
21269 (gdb-invalidate-threads, gdb-invalidate-disassembly)
21270 (gdb-invalidate-memory): Accept update signal.
21271 (gdb-current-context-command): Use --frame option.
21272 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
21273 Implement `gdb-frame-number' selection logic.
21274 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
21275 whether to show GUD toolbar buttons.
21276 (gdb-thread-exited): Unselect current thread when it exits.
21277 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
21278 (gdb-mark-line): Routine which sets overlay arrow or inverses
21279 video on fringeless displays.
21280 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
21281 to build aligned columns of data in GDB buffers and set text
21282 properties line-by-line.
21283 (gdb-invalidate-breakpoints)
21284 (gdb-breakpoints-list-handler-custom)
21285 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
21286 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
21287 (gdb-registers-handler-custom): Align data columns.
21288 (gdb-locals-handler-custom): Now prints data like in variable
21289 declarations.
21290 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
21291 Remove confusing buttons.
21292 (gdb-invalidate-threads): Append --frame.
21293 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
21294 between breakpoints/threads buffers.
21295 (gdb-set-window-buffer): Now can ignore dedicated windows.
21296 (gdb-propertize-header): Use `gdb-set-window-buffer'.
21297 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
21298 (def-gdb-thread-buffer-gud-command): Replaces
21299 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
21300 for fine thread control.
21301 (gdb-preempt-existing-or-display-buffer): New function used to
21302 display bound buffers without breaking window layout.
21303 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
21304 (gdb-select-frame): New version of `gdb-frames-select' which now
21305 sets `gdb-frame-number' so commands may use --frame option instead
21306 of inner debugger state.
21307 (gdb-frame-handler): Do not set `gdb-frame-number'.
21308 (gdb-threads-mode-map): Select threads with mouse.
21309
21310 * progmodes/gud.el (gdb-gud-context-call): Declare function to
21311 avoid compilation warning.
21312 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
21313 `gdb-show-stop-p`.
21314
21315 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
21316 Argument `key' renamed to `buffer-type'.
21317 (gdb-current-context-buffer-name): Do not add thread info to
21318 buffer name when no thread is selected.
21319 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
21320 command (bug 3794).
21321 (gdb-thread-selected): Handle `=thread-selected' notification.
21322 (gdb-wait-for-pending): New macro to deal with congestion problems.
21323 (gdb-breakpoints-list-handler-custom): Don't fail on pending
21324 breakpoints.
21325 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
21326 This fixes problem similar to one described in bug 3947.
21327 (gud-menu-map): More menu items.
21328 (gdb-init-1): Reset `gdb-thread-number' to nil.
21329
21330 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
21331 non-stop settings.
21332
21333 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
21334 (gdb-current-context-command): Do not append --thread if
21335 `gdb-thread-number' is nil.
21336 (gdb-running-threads-count, gdb-stopped-threads-count):
21337 New variables.
21338 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
21339 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
21340 New customization options.
21341 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
21342 GUD commands.
21343 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
21344 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
21345 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
21346 set `gdb-thread-number' and update `gud-running' properly.
21347 (gdb-running): Update threads list when new threads appear.
21348 (gdb-stopped): Support non-stop operation and new thread switching
21349 logic.
21350 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
21351 (gdb-json-partial-output): New set of JSON routines.
21352 (def-gdb-auto-update-trigger): New `signal-list' optional
21353 argument.
21354 (gdb-thread-list-handler-custom): Update `gud-running',
21355 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
21356 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
21357 (gdb-continue-thread, gdb-step-thread): New commands for fine
21358 thread execution control.
21359 (gud-menu-map): New menu items to switch non-stop options.
21360 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
21361 (gdb-send): Mimic RET properly (bug 3794).
21362
21363 * progmodes/gdb-mi.el (gdb-rules-name-maker)
21364 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
21365 gdb-buffer-rules.
21366 (def-gdb-auto-update-handler): New nopreserve optional argument.
21367 (gdb-stack-list-frames-custom): Print stack from top to bottom.
21368
21369 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
21370 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
21371 (gdb-parent-mode): New mode to derive other GDB modes from.
21372 (gdb-display-disassembly-for-thread)
21373 (gdb-frame-disassembly-for-thread): New commands for threads
21374 buffer.
21375
21376 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
21377 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
21378 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
21379 (gdb-update): We now store all GDB buffers in a list so that they
21380 can be updated by traversing a list instead of calling invalidate
21381 triggers explicitly.
21382 (def-gdb-trigger-and-handler): New macro to define trigger-handler
21383 pair for GDB buffer.
21384 (gdb-stack-buffer-name): Add thread information.
21385 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
21386 handle pending triggers.
21387 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
21388 (def-gdb-thread-buffer-simple-command)
21389 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
21390 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
21391 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
21392 New commands which show buffers bound to thread.
21393 (gdb-stack-list-locals-regexp): Remove unused regexp.
21394
21395 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
21396 (gdb-locals-buffer-name, gdb-registers-buffer-name)
21397 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
21398 to (gud-comint-buffer) in *-buffer-name functions
21399 because (gdb-get-target-string) already does that.
21400 (gdb-locals-handler-custom, gdb-registers-handler-custom)
21401 (gdb-changed-registers-handler): Rewritten without regexps.
21402
21403 * progmodes/gdb-mi.el: Basic thread selection support.
21404 (gdb-thread-number): New variable.
21405 (gdb-current-context-command): New macro which adds --thread
21406 option to command.
21407 (gdb-threads-mode-map): Select thread with SPC.
21408 (gdb-thread-list-handler-custom): Mark current thread with overlay
21409 arrow. Synchronize GDB thread and Emacs thread.
21410 (gdb-select-thread): New command which selects current thread.
21411 (gdb-invalidate-frames, gdb-invalidate-locals)
21412 (gdb-invalidate-registers): Use --thread option.
21413
214142009-08-04 Michael Albinus <michael.albinus@gmx.de>
21415
21416 * net/tramp.el (top): Make check for tramp-gvfs loading more
21417 robust. (Bug#3977)
21418 (tramp-handle-insert-file-contents): `unwind-protect' must be
21419 inside `with-parsed-tramp-file-name'.
21420
21421 * net/tramp-gvfs.el (top): Remove superfluous message when loading
21422 fails.
21423
214242009-08-03 Nick Roberts <nickrob@snap.net.nz>
21425
21426 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
21427 directory if CLASSPATH is not set.
21428
214292009-08-03 Michael Albinus <michael.albinus@gmx.de>
21430
21431 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
21432 New defconst.
21433 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
21434
214352009-08-02 Kevin Ryde <user42@zip.com.au>
21436
21437 * net/newst-backend.el (newsticker--raw-url-list-defaults):
21438 Update freshmeat link. Delete newsforge.com as it seems gone.
21439
214402009-08-02 Chong Yidong <cyd@stupidchicken.com>
21441
21442 * select.el (x-set-selection): Doc fix (Bug#4021).
21443
21444 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
21445
21446 * help-fns.el (describe-variable): Treat list return values from
21447 dir-locals-find-file properly (Bug#4005).
21448
214492009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
21450
21451 * net/tramp.el (tramp-debug-message): Print also microseconds.
21452
214532009-08-02 Michael Albinus <michael.albinus@gmx.de>
21454
21455 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
21456 or END is non-nil.
21457 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
21458 (tramp-get-debug-buffer): Change `outline-regexp' according to new
21459 format.
21460
21461 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
21462 (tramp-get-file-property): Use it.
21463
21464 * autorevert.el (auto-revert-handler):
21465 Allow `auto-revert-tail-mode' for remote files.
21466
214672009-08-02 Jason Rumney <jasonr@gnu.org>
21468
21469 * minibuffer.el (read-file-name): Treat confirm options to
21470 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
21471
214722009-08-02 Chong Yidong <cyd@stupidchicken.com>
21473
21474 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
21475 (font-lock-variable-name-face, font-lock-constant-face):
21476 Darken the colors for light backgrounds.
21477
214782009-08-01 Eli Zaretskii <eliz@gnu.org>
21479
21480 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
21481 month names. (Bug#3987)
21482
214832009-07-31 Chong Yidong <cyd@stupidchicken.com>
21484
21485 * simple.el (line-move-finish): Pass whole number to
21486 line-move-to-column.
21487 (line-move-visual): Perform hscroll to the recorded position.
21488
214892009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
21490
21491 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
21492
214932009-07-29 Alan Mackenzie <acm@muc.de>
21494
21495 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
21496
214972009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
21498
21499 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
21500 (gdb-place-breakpoints): Use full path when setting breakpoints.
21501
215022009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
21503
21504 * calc/calc.el (calc-mode-map): Add keybinding for
21505 `calc-transpose-lines'.
21506
215072009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
21508
21509 * calc/calc-misc.el (calc-transpose-lines): New function.
21510
215112009-07-28 Michael Albinus <michael.albinus@gmx.de>
21512
21513 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
21514 Simplify check for out-of-band methods.
21515 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
21516 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
21517
215182009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
21519
21520 * vc-git.el (vc-git-checkin): Fix typo.
21521
215222009-07-28 Steve Yegge <steve.yegge@gmail.com>
21523
21524 * progmodes/js2-mode.el: New file.
21525
215262009-07-28 Nick Roberts <nickrob@snap.net.nz>
21527
21528 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
21529 (gud-menu-map): Adjust tooltip accordingly.
21530
215312009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
21532
21533 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
21534 (vc-bzr-log-view-mode): Adjust log-view-file-re.
21535
21536 * add-log.el (change-log-mode-map): Add a menu.
21537
215382009-07-27 Michael Albinus <michael.albinus@gmx.de>
21539
21540 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
21541 function returns nil.
21542 (dbus-handle-event): Handle special return value :ignore.
21543 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
21544
215452009-07-26 Chong Yidong <cyd@stupidchicken.com>
21546
21547 * view.el (view-mode-enable): Don't define Helper-return-blurb if
21548 it's not needed.
21549
215502009-07-25 Eli Zaretskii <eliz@gnu.org>
21551
21552 Fix Bug#3888:
21553
21554 * w32-vars.el (x-select-enable-clipboard): Doc fix.
21555
21556 * term/pc-win.el (x-display-name, x-colors)
21557 (x-select-enable-clipboard, x-select-text): Doc fix.
21558
21559 * term/common-win.el (x-display-name, x-colors): Doc fix.
21560
21561 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
21562 (xw-defined-colors): Doc fix.
21563
21564 * w32-fns.el (x-select-text, x-setup-function-keys)
21565 (x-get-selection, x-set-selection): Doc fix.
21566
21567 * term/x-win.el (x-select-text, x-setup-function-keys)
21568 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
21569
21570 * select.el (x-set-selection): Doc fix.
21571
215722009-07-25 Michael Albinus <michael.albinus@gmx.de>
21573
21574 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
21575 instead of "IsNSSSupportAvailable". Avahi ought to work also when
21576 "IsNSSSupportAvailable" method is not available.
21577 Reported by Steve Youngs <steve@sxemacs.org>.
21578
215792009-07-24 Kenichi Handa <handa@m17n.org>
21580
21581 * international/characters.el: Fix setting of category ?C, ?|, ?K,
21582 and ?H. Fix setting of case for Latin Extended and Greek Extended.
21583 (build-unicode-category-table): Fix range checks.
21584
215852009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
21586
21587 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
21588 the buffer we try to sync is current when calling
21589 vc-resynch-buffer.
21590
21591 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
21592 not show up to date files.
21593
215942009-07-24 Glenn Morris <rgm@gnu.org>
21595
21596 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
21597 Add autoload cookies. If necessary, initialize.
21598 (elint-log): Handle non-file buffers.
21599 (elint-initialize): Add optional argument to reinitialize.
21600 (elint-find-builtin-variables): Save excursion.
21601
216022009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
21603
21604 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
21605 for Lint.
21606
216072009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21608
21609 * vc.el (vc-print-log-internal): New function, split out from ...
21610 (vc-print-log): ... here.
21611 (vc-dir-move-to-goal-column): Declare.
21612
21613 * vc-git.el (vc-git-add-signoff): New variable.
21614 (vc-git-checkin): Use it.
21615 (vc-git-toggle-signoff): New function.
21616 (vc-git-extra-menu-map): Bind it to menu.
21617 (vc-git--run-command-string): Accept a nil FILE argument.
21618 (vc-git-stash-list): New function.
21619 (vc-git-dir-extra-headers): Use it.
21620
216212009-07-23 Glenn Morris <rgm@gnu.org>
21622
21623 * help-fns.el (describe-variable): Describe ignored and risky local
21624 variables in a similar way to that in which we describe safe ones.
21625
21626 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
21627 (byte-compile-output-file-form, byte-compile-output-docform)
21628 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
21629 Give some more local variables with common names a "bytecomp-" prefix,
21630 so as not to shadow things during compilation.
21631 * emacs-lisp/cl-macs.el (load-time-value)
21632 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
21633 `outbuffer' to `bytecomp-outbuffer'.
21634
21635 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
21636 since the next two variables cover them automatically now.
21637 (elint-builtin-variables, elint-autoloaded-variables): New.
21638 (elint-unknown-builtin-args): Remove all members, since they can be
21639 parsed automatically now.
21640 (elint-extra-errors): New.
21641 (elint-env-add-env, elint-env-add-macro): Use cadr.
21642 (elint-current-buffer): Use or. Change final message.
21643 (elint-get-top-forms): Use line-end-position.
21644 (elint-init-env): Use cadr. Handle autoload, declare-function,
21645 and defalias.
21646 (elint-add-required-env): Doc fix. Use or. Standardize error.
21647 (regexp-assoc): Remove unused function.
21648 (elint-top-form): Set elint-current-pos, to record the start of the
21649 top-level form, for compilation-mode.
21650 (elint-form): Trap errors in macro expansion. Use dolist.
21651 (elint-unbound-variable): Use elint-builtin-variables and
21652 elint-autoloaded-variables.
21653 (elint-get-args): Use cadr, or.
21654 (elint-check-cond-form): Use dolist, cadr.
21655 (elint-check-condition-case-form): Doc fix. Use cadr.
21656 Use elint-extra-errors.
21657 (elint-log): New function.
21658 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
21659 Distinguish errors and warnings.
21660 (elint-log-message): Use with-current-buffer. Inhibit read-only.
21661 Use a bytecomp-style format.
21662 (elint-clear-log): Preserve default-directory. Inhibit read-only.
21663 (elint-get-log-buffer): Use compilation mode. Disable undo.
21664 Don't truncate lines.
21665 (elint-initialize): Set builtin and autoloaded variable lists.
21666 Only process elint-unknown-builtin-args if non-nil.
21667 (elint-find-builtin-variables, elint-find-autoloaded-variables):
21668 New functions.
21669 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
21670
216712009-07-22 Kevin Ryde <user42@zip.com.au>
21672
21673 * net/newst-backend.el (newsticker--parse-atom-1.0)
21674 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21675 (newsticker--parse-rss-1.0):
21676 * progmodes/idlwave.el (idlwave-mode):
21677 * progmodes/idlw-shell.el (idlwave-shell-mode):
21678 * progmodes/vera-mode.el (vera-mode):
21679 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
21680 * progmodes/vhdl-mode.el (vhdl-mode):
21681 * textmodes/table.el (table-generate-source)
21682 (table--warn-incompatibility):
21683 Hyperlink urls in docstrings with URL `...'.
21684
216852009-07-22 Glenn Morris <rgm@gnu.org>
21686
21687 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
21688 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
21689 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
21690 Remove leading * from defcustom docs.
21691
21692 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
21693
21694 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
21695 defcustom doc.
21696 (list-load-path-shadows): Optionally, just return shadows as a string.
21697
21698 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
21699
217002009-07-21 Chong Yidong <cyd@stupidchicken.com>
21701
21702 * mail/rmailedit.el (rmail-edit-mode):
21703 Use auto-save-include-big-deletions.
21704
21705 * mail/rmail.el (rmail-variables):
21706 Use auto-save-include-big-deletions.
21707
21708 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
21709 changes.
21710
217112009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
21712
21713 * calc/calc.el (calc-undo-length): New variable.
21714 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
21715
217162009-07-21 Richard Stallman <rms@gnu.org>
21717
21718 * files.el (auto-save-mode): Handle buffer-save-size = -2
21719 for toggling mode.
21720
217212009-07-21 Glenn Morris <rgm@gnu.org>
21722
21723 * textmodes/ispell.el (ispell-looking-back): Update declaration.
21724
21725 * calendar/todo-mode.el (calendar-current-date): Update declaration.
21726
21727 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
21728 silence compiler. Instead...
21729 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
21730 (ps-print-ensure-fontified): Update for above function name changes.
21731
21732 * printing.el (pr-mh-get-msg-num, pr-mh-show)
21733 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
21734 silence compiler. Instead...
21735 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
21736 (mh-show-buffer): Only define for compiler.
21737 (pr-mh-current-message): Update for above function name changes.
21738
21739 * files.el (abort-if-file-too-large): Explicitly pass `filename'
21740 as an argument.
21741 (find-file-noselect, insert-file-1): Update for above change.
21742
21743 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
21744
21745 * mail/mailclient.el (mailclient-send-it): Fix message.
21746
21747 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
21748 (edebug-eval): Check cl-debug-env is bound.
21749 (print-level, print-circle): Don't redefine built-in variables.
21750
21751 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
21752 (custom-print-vectors): Remove old comments from doc.
21753
21754 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
21755 (emerge-version): Make the variable an obsolete alias for the
21756 emacs-version variable. Make the function obsolete.
21757 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
21758 Emerge options, rather than merging in into the main Options menu.
21759 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
21760 and auto advance modes. Disable edit/fast items when not relevant.
21761
217622009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
21763
21764 * term/vt420.el (terminal-init-vt420): Fix typo.
21765
217662009-07-20 Sam Steingold <sds@gnu.org>
21767
21768 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
21769 variable (removed from compile.el on 2004-03-11).
21770
217712009-07-20 Chong Yidong <cyd@stupidchicken.com>
21772
21773 * files.el (hack-local-variables-filter): Fix last change.
21774
217752009-07-19 Juri Linkov <juri@jurta.org>
21776
21777 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
21778 (dir-local-variables-alist): New buffer-local variable.
21779 (hack-local-variables-filter): If variable is not dir-local,
21780 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
21781 because file-local overrides dir-local.
21782 (c-postprocess-file-styles) <declare-function>:
21783 Remove obsolete declaration.
21784 (hack-dir-local-variables): Add dir-local variable/value pair to
21785 `dir-local-variables-alist' and remove duplicates. Doc fix.
21786
21787 * help-fns.el (describe-variable): Add information about
21788 file-local and dir-local variables.
21789
217902009-07-19 Chong Yidong <cyd@stupidchicken.com>
21791
21792 * files.el (hack-local-variables-filter): Rewrite.
21793
217942009-07-19 Glenn Morris <rgm@gnu.org>
21795
21796 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
21797 Silence compiler by only defining on XEmacs.
21798
21799 * international/mule.el (auto-coding-regexp-alist): Only match
21800 BABYL... at the start of buffer, not of lines. (Bug#3790)
21801
21802 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
21803 non-calendar buffers (Bug#3862). Restore "not on a date" message.
21804 (cal-menu-context-mouse-menu): Doc fix.
21805
21806 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
21807
21808 * simple.el (mail-user-agent): Doc fix. Set :version tag.
21809
218102009-07-18 Juri Linkov <juri@jurta.org>
21811
21812 * info.el: Virtual Info keyword finder.
21813 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
21814 (Info-finder-file): New variable.
21815 (Info-finder-find-file): New function.
21816 (finder-known-keywords, finder-package-info)
21817 (find-library-name, lm-commentary): Use defvar and
21818 declare-function to silence compiler warnings.
21819 (Info-finder-find-node): New function.
21820 (info-finder): New command.
21821
21822 * subr.el (process-kill-buffer-query-function): New function.
21823 (add-hook)<kill-buffer-query-functions>: Add hook
21824 `process-kill-buffer-query-function'.
21825
218262009-07-18 Alan Mackenzie <acm@muc.de>
21827
21828 * progmodes/cc-mode.el (c-before-hack-hook)
21829 (c-postprocess-file-styles): Give invocation of `c-set-style'
21830 DONT-OVERRIDE parameter of t. Already set style variables will
21831 thus not be overridden by style settings given by `c-file-syle'.
21832
21833 * files.el (hack-local-variables-filter): Remove entries with
21834 duplicate keys from `file-local-variables-alist'.
21835
218362009-07-18 Eli Zaretskii <eliz@gnu.org>
21837
21838 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
21839 x-set-selection if display-selections-p returns nil for the
21840 current frame.
21841
218422009-07-18 Chong Yidong <cyd@stupidchicken.com>
21843
21844 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
21845
218462009-07-18 Eli Zaretskii <eliz@gnu.org>
21847
21848 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
21849 Accept nil in addition to a regexp.
21850 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
21851 Accept nil in addition to a regexp.
21852 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
21853 buffers that have an associated file. Handle nil values of
21854 desktop-buffers-not-to-save and desktop-files-not-to-save.
21855 (Bug#3833)
21856
21857 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
21858 (x-disown-selection-internal): New functions.
21859
218602009-07-18 Nick Roberts <nickrob@snap.net.nz>
21861
21862 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
21863 warning.
21864 (gdb-breakpoints-header): Move forward to avoid compiler warning.
21865 (gdb-make-header-line-mouse-map): Remove duplicate definition.
21866
218672009-07-18 David De La Harpe Golden <david@harpegolden.net>
21868
21869 * simple.el (set-mark): Revert last change.
21870
218712009-07-17 Tassilo Horn <tassilo@member.fsf.org>
21872
21873 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
21874 rendering of pngs is not possible instead of messaging a long
21875 description.
21876
218772009-07-17 David De La Harpe Golden <david@harpegolden.net>
21878
21879 * w32-fns.el (x-selection-owner-p): New function.
21880
21881 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
21882 (mouse-yank-at-click, mouse-yank-primary):
21883 If select-active-regions is non-nil, deactivate the mark before
21884 insertion.
21885
21886 * simple.el (deactivate-mark, set-mark): Only save selection if we
21887 own it.
21888
218892009-07-17 Kenichi Handa <handa@m17n.org>
21890
21891 * case-table.el (describe-buffer-case-table): Fix for the case
21892 that KEY is a cons.
21893
218942009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
21895
21896 * vc-rcs.el (vc-rcs-find-file-hook):
21897 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
21898
218992009-07-16 Michael Albinus <michael.albinus@gmx.de>
21900
21901 * net/tramp.el (tramp-wait-for-output): Handle the case when
21902 commands do not return a newline but a null byte before the shell
21903 prompt. (Bug#3858)
21904
219052009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21906
21907 * term/ns-win.el (ns-set-alpha): Don't declare.
21908 (ns-set-background-alpha): Remove function.
21909
219102009-07-16 Kevin Ryde <user42@zip.com.au>
21911
21912 * emacs-lisp/copyright.el (copyright-update): Save match-data across
21913 y-or-n-p, for safety.
21914
219152009-07-16 Richard Stallman <rms@gnu.org>
21916
21917 * files.el (auto-save-mode): If buffer-saved-size is -2,
21918 don't clobber it.
21919
21920 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
21921 (rmail-retry-ignored-headers): Add more uninteresting fields.
21922
219232009-07-15 Jari Aalto <jari.aalto@cante.net>
21924
21925 * net/rcirc.el (rcirc): Use history variables.
21926 (rcirc-server-name-history, rcirc-nick-name-history)
21927 (rcirc-server-port-history): New variables.
21928
219292009-07-15 Kenichi Handa <handa@m17n.org>
21930
21931 * international/mule-cmds.el (set-language-environment-charset):
21932 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
21933 ignore them.
21934
21935 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
21936 Delete unibyte-display.
21937
219382009-07-15 Chong Yidong <cyd@stupidchicken.com>
21939
21940 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
21941
219422009-07-15 Chong Yidong <cyd@stupidchicken.com>
21943
21944 * simple.el (deactivate-mark): Optional argument FORCE.
21945 (set-mark): Use deactivate-mark.
21946
21947 * info.el (Info-search): No need to check transient-mark-mode
21948 before calling deactivate-mark.
21949
21950 * select.el (x-set-selection): Doc fix.
21951 (x-valid-simple-selection-p): Allow buffer values.
21952 (xselect--selection-bounds): Handle buffer values.
21953 Suggested by David De La Harpe Golden.
21954
21955 * mouse.el (mouse-set-region, mouse-drag-track):
21956 Call copy-region-as-kill before setting the mark, to let
21957 select-active-regions work.
21958
219592009-07-15 David De La Harpe Golden <david@harpegolden.net>
21960
21961 * simple.el (deactivate-mark): If select-active-regions is
21962 non-nil, copy the selection data into a string.
21963 (activate-mark): If select-active-regions is non-nil, set the
21964 selection to the current buffer.
21965 (set-mark): Update selection if select-active-regions is non-nil.
21966
21967 * select.el (x-valid-simple-selection-p): Allow buffer values.
21968
219692009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
21970
21971 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
21972 and more featureful message-mode.
21973
219742009-07-14 Chong Yidong <cyd@stupidchicken.com>
21975
21976 * select.el (x-set-selection): Doc fix.
21977 (x-valid-simple-selection-p): Disallow selection data consisting
21978 of a list or cons of integers, since that is not used.
21979 (xselect--selection-bounds, xselect--int-to-cons): New functions.
21980 (xselect-convert-to-string, xselect-convert-to-length)
21981 (xselect-convert-to-filename, xselect-convert-to-charpos)
21982 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
21983
219842009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
21985
21986 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
21987 output in -break-info command (Emacs bug #3794).
21988
219892009-07-14 Glenn Morris <rgm@gnu.org>
21990
21991 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
21992 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
21993 (edebug-print-length, edebug-print-level, edebug-print-circle)
21994 (edebug-sit-for-seconds, edebug-view-outside)
21995 (edebug-bounce-point, edebug-set-global-break-condition)
21996 (edebug-Go-nonstop-mode, edebug-trace-mode)
21997 (edebug-Trace-fast-mode, edebug-continue-mode)
21998 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
21999 (edebug-visit-eval-list): Doc fixes.
22000
22001 * subr.el (def-edebug-spec): Doc fix.
22002
220032009-07-14 Kenichi Handa <handa@m17n.org>
22004
22005 * international/characters.el: Fix setting of category ?C.
22006
220072009-07-13 Jan Djärv <jan.h.d@swipnet.se>
22008
22009 * term/ns-win.el (x-select-font): defalias x-select-font to
22010 ns-popup-font-panel instead of generate-fontset-menu.
22011
220122009-07-12 Eli Zaretskii <eliz@gnu.org>
22013
22014 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
22015
220162009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
22017
22018 * arc-mode.el (archive-find-type): Allow for a PK00 string before
22019 the PK\003\004 header (Bug#3770).
22020
220212009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
22022
22023 * pcomplete.el (pcomplete-comint-setup): Check for
22024 shell-dynamic-complete-filename too.
22025
220262009-07-11 Chong Yidong <cyd@stupidchicken.com>
22027
22028 * simple.el (temporary-goal-column): Change the value for
22029 line-move-visual to a cons cell.
22030 (line-move-visual): Record or set the window hscroll, if
22031 necessary (Bug#3494).
22032 (line-move-1): Handle cons value of temporary-goal-column.
22033
220342009-07-11 Kenichi Handa <handa@m17n.org>
22035
22036 * international/mule-diag.el (describe-character-set): Don't show
22037 width.
22038
220392009-07-10 Sam Steingold <sds@gnu.org>
22040
22041 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22042 Omake sometimes indents the errors it prints, so allow all
22043 regexps to start with spaces.
22044
220452009-07-10 Eli Zaretskii <eliz@gnu.org>
22046
22047 * cus-edit.el (customize-changed-options-previous-release):
22048 Bump value to 22.1. (Bug#3804)
22049
220502009-07-08 Sam Steingold <sds@gnu.org>
22051
22052 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
22053 to be a cons cell (test . ignored-directory) to selectively ignore
22054 some directories depending on the location of the search.
22055
220562009-07-08 Michael Albinus <michael.albinus@gmx.de>
22057
22058 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
22059 remote user is root, on the local host.
22060 (tramp-local-host-p): Either the local user or the remote user
22061 must be root. (Bug#3771)
22062
220632009-07-08 Nick Roberts <nickrob@snap.net.nz>
22064
22065 * progmodes/gdb-mi.el (gdb): Remove description of
22066 gdb-use-separate-io-buffer.
22067 (menu): Don't allow toggling of or enable
22068 gdb-use-separate-io-buffer from menubar.
22069
220702009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
22071
22072 * mail/unrmail.el (unrmail): Make sure the message ends with two
22073 newlines (Bug#3769).
22074
220752009-07-08 Glenn Morris <rgm@gnu.org>
22076
22077 * calendar/calendar.el (calendar-current-date): Rework previous change.
22078
220792009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
22080
22081 * calendar/calendar.el (calendar-current-date):
22082 Add an optional argument giving an offset from today.
22083
220842009-07-08 Glenn Morris <rgm@gnu.org>
22085
22086 * tutorial.el (tutorial--describe-nonstandard-key):
22087 Adjust the message for when a key has been unbound.
22088 (help-with-tutorial): Hide the arch-tag.
22089
220902009-07-08 Kenichi Handa <handa@m17n.org>
22091
22092 * international/fontset.el (setup-default-fontset): For each
22093 script, append (not set) font-specs.
22094
22095 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
22096 docstring.
22097
220982009-07-08 Nick Roberts <nickrob@snap.net.nz>
22099
22100 * progmodes/gdb-mi.el (gdb-init-1): Move sending
22101 -data-list-register-names to ...
22102 (gdb-starting): ... here because GDB 7.0 requires execution to
22103 have started when using this MI command.
22104 (gdb-set-header): New function to distinguish select and
22105 unselected tabs in gdb buffers.
22106 (gdb-propertize-header): New macro that uses gdb-set-header.
22107 (gdb-breakpoints-header, gdb-locals-header): Use it.
22108 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
22109
221102009-07-07 Chong Yidong <cyd@stupidchicken.com>
22111
22112 * Makefile.in (ELCFILES): Remove fadr.elc.
22113
221142009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
22115
22116 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
22117 may contain frame information, so `string-match' should be used.
22118 (gdb-update): Disassembly is invalidated through
22119 `gdb-get-selected-frame'.
22120 (gdb-pad-string): New function to pad string with spaces.
22121 (gdb-invalidate-disassembly): Invalidate only if the buffer
22122 exists.
22123 (gdb-disassembly-handler-custom): Column alignment.
22124 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
22125 placing new ones.
22126 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
22127 end of line, too.
22128 (gdb-frame-handler): Match convention to for disassembly buffer
22129 mode name.
22130 (gdb-stack-list-frames-handler): Rewritten without regexps.
22131 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
22132 not highlight breakpoints without line information.
22133 (gdb-input): Add trailing newline to command.
22134
22135 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
22136 buffer properly.
22137 (gdb-breakpoints-list-handler-custom): Replacement for
22138 `gdb-break-list-handler'. Using real parser instead of regexps
22139 now.
22140 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
22141 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
22142 to place breakpoints.
22143 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
22144 functions.
22145 (gdb-disassembly-handler-custom): Show overlay arrow.
22146 (gdb-disassembly-place-breakpoints): Show breakpoints in
22147 disassembly buffer.
22148 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
22149 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
22150 instead of parsing breakpoints buffer. Fixed old menu references
22151 in `gud-menu-map'.
22152
22153 * fadr.el: Remove.
22154
22155 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
22156 (gdb-memory-address): New variable which holds top address of
22157 memory page shown in memory buffer.
22158 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
22159 New customization variables.
22160 New functions:
22161 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
22162 display the memory buffer.
22163 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
22164 buffer display parameters.
22165 (def-gdb-memory-format, gdb-memory-format-binary)
22166 (gdb-memory-format-octal, gdb-memory-format-unsigned)
22167 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
22168 Functions for setting memory buffer format.
22169 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22170 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
22171 unit size used in memory buffer.
22172 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
22173 Switch to next/previous page of memory buffer.
22174 Now using (bindat-get-field) instead of fadr functions.
22175
221762009-07-07 Sam Steingold <sds@gnu.org>
22177
22178 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
22179 non-top-level files.
22180
221812009-07-07 Kenichi Handa <handa@m17n.org>
22182
22183 * international/mule-cmds.el (reset-language-environment):
22184 Put the highset priority to the charset iso-8859-1.
22185
221862009-07-06 Chong Yidong <cyd@stupidchicken.com>
22187
22188 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
22189 to the end of the line when locating the block (Bug#700).
22190
221912009-07-06 Michael Albinus <michael.albinus@gmx.de>
22192
22193 * net/tramp.el (tramp-handle-write-region): Flush file properties
22194 in case of short track.
22195
221962009-07-06 Michael McNamara <mac@mail.brushroad.com>
22197
22198 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
22199 Coded custom representation of verilog error regular expressions
22200 to work with Emacs-22's new format.
22201 (verilog-error-regexp-xemacs-alist): Coded custom representation
22202 of verilog error regular expressions to work with XEmacs format.
22203 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
22204 error recognition into XEmacs.
22205 (verilog-error-regexp-add-emacs): Hook routine to install verilog
22206 error recognition into Emacs-22.
22207
222082009-07-06 Chong Yidong <cyd@stupidchicken.com>
22209
22210 * woman.el: Remove stand-alone closing parentheses.
22211 (woman-file-name, woman2-format-paragraphs)
22212 (woman-leave-blank-lines): Code cleanup.
22213 (woman-use-own-frame): Change default to nil.
22214 (woman-italic, woman-bold, woman-unknown, woman-addition):
22215 Change defaults to inherit from default faces.
22216 (woman2-process-escapes): Consume the newline after a stand-alone
22217 filler character (Bug#3651).
22218
222192009-07-06 Glenn Morris <rgm@gnu.org>
22220
22221 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
22222 (top-level): Move provide to the end.
22223 (ffap): Remove defunct URL from custom group.
22224
22225 * subr.el (eval-after-load): Doc fix.
22226
222272009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
22228
22229 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
22230 `calc-embedded-word' is called twice.
22231
222322009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22233
22234 * files.el (find-alternate-file-other-window, find-alternate-file):
22235 Obey confirm-nonexistent-file-or-buffer.
22236
222372009-07-05 Michael Albinus <michael.albinus@gmx.de>
22238
22239 * dired-aux.el (dired-show-file-type): Handle remote files.
22240
222412009-07-05 Jari Aalto <jari.aalto@cante.net>
22242
22243 * desktop.el (desktop-globals-to-save):
22244 Add file-name-history (Bug#2750).
22245
222462009-07-05 Chong Yidong <cyd@stupidchicken.com>
22247
22248 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
22249
222502009-07-04 Johan Bockgård <bojohan@gnu.org>
22251
22252 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
22253 property on entire argument since this is what eshell-lisp-command
22254 expects.
22255
222562009-07-03 Michael Albinus <michael.albinus@gmx.de>
22257
22258 * net/tramp-gvfs.el (tramp-gvfs-methods)
22259 (tramp-gvfs-zeroconf-domain)
22260 (tramp-bluez-discover-devices-timeout): Add version flag.
22261 (tramp-gvfs-handler-mounted-unmounted)
22262 (tramp-gvfs-connection-mounted-p): Polish handling of
22263 incompatibilities between GVFS 0.2 and 1.0.
22264
222652009-07-03 Jan Djärv <jan.h.d@swipnet.se>
22266
22267 * cus-start.el (all): Add make-pointer-invisible.
22268
222692009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
22270
22271 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
22272 formatted correctly.
22273
222742009-07-02 Juri Linkov <juri@jurta.org>
22275
22276 * info.el: Virtual Info files and nodes.
22277 (Info-virtual-files, Info-virtual-nodes): New variables.
22278 (Info-current-node-virtual): New variable.
22279 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
22280 New functions.
22281 (Info-file-supports-index-cookies): Use Info-virtual-file-p
22282 to check for a virtual file instead of checking a fixed list
22283 of node names.
22284 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
22285 instead of ad-hoc processing of "dir" and (apropos history toc).
22286 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
22287 instead of ad-hoc processing of "dir" and (apropos history toc).
22288 Reread a file when moving from a virtual node.
22289 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
22290 (Info-directory-toc-nodes, Info-directory-find-file)
22291 (Info-directory-find-node): New functions.
22292 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
22293 (Info-history): Move part of code to
22294 `Info-history-find-node'.
22295 (Info-history-toc-nodes, Info-history-find-file)
22296 (Info-history-find-node): New functions.
22297 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
22298 (Info-toc): Move part of code to `Info-toc-find-node'.
22299 (Info-toc-find-node): New function.
22300 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
22301 the current Info file name to references because now the node
22302 "*TOC*" belongs to the same Info manual.
22303 (Info-toc-build): Rename from `Info-build-toc'.
22304 (Info-toc-nodes): Rename input argument `file' to `filename'.
22305 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
22306 instead of ad-hoc processing of ("dir" apropos history toc).
22307 (Info-index-nodes): Use Info-virtual-file-p
22308 to check for a virtual file instead of checking a fixed list
22309 of node names.
22310 (Info-index-node): Add check for `Info-current-node-virtual'.
22311 Raise `save-match-data' higher up the tree to contain
22312 `search-forward' too (bug fix).
22313 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
22314 (Info-virtual-index-nodes): New variable.
22315 (Info-virtual-index-find-node, Info-virtual-index): New functions.
22316 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
22317 (Info-apropos-file, Info-apropos-nodes): New variables.
22318 (Info-apropos-toc-nodes, Info-apropos-find-file)
22319 (Info-apropos-find-node, Info-apropos-matches): New functions.
22320 (info-apropos): Move part of code to `Info-apropos-find-node' and
22321 `Info-apropos-matches'.
22322 (Info-mode-map): Bind "I" to `Info-virtual-index'.
22323 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
22324 for a virtual file instead of checking a fixed list of node names.
22325
22326 * simple.el (async-shell-command): New command.
22327
22328 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
22329
22330 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
22331 instead of `mount-info'.
22332
223332009-07-02 Michael Albinus <michael.albinus@gmx.de>
22334
22335 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
22336 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
22337
223382009-07-02 Kenichi Handa <handa@m17n.org>
22339
22340 * international/mule.el (set-keyboard-coding-system): Force *-unix
22341 coding-system to avoid eol conversion.
22342
223432009-07-01 Michael Albinus <michael.albinus@gmx.de>
22344
22345 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
22346 Add handler for `process-file', `shell-command' and
22347 `start-file-process'.
22348 (tramp-gvfs-handle-shell-command)
22349 (tramp-gvfs-handle-start-file-process)
22350 (tramp-gvfs-handle-process-file): New defuns.
22351 (tramp-synce-list-devices): Simplify check for existence of property.
22352
223532009-07-01 Jan Djärv <jan.h.d@swipnet.se>
22354
22355 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
22356
223572009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
22358
22359 * language/korean.el (set-language-info-alist): Add korean-cp949,
22360 cp949 to spec.
22361
223622009-07-01 Kenichi Handa <handa@m17n.org>
22363
22364 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
22365
22366 * international/encoded-kb.el: Deleted.
22367
22368 * international/mule.el (set-keyboard-coding-system): Perform the
22369 necessary setup here instead of calling encoded-kbd-setup-display.
22370
223712009-07-01 Glenn Morris <rgm@gnu.org>
22372
22373 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
22374
223752009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
22376
22377 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
22378
223792009-06-30 Michael Albinus <michael.albinus@gmx.de>
22380
22381 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
22382 Handle also the 'rename case, when setting file modes. (Bug#3712)
22383 (tramp-default-file-modes): Remove execute permissions.
22384
22385 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
22386 (top): Add a default for "synce" in `tramp-default-user-alist'.
22387 Add completion function for "synce" method.
22388 (tramp-hal-service, tramp-hal-path-manager)
22389 (tramp-hal-interface-manager, tramp-hal-interface-device):
22390 New defconst.
22391 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
22392 (tramp-synce-list-devices, tramp-synce-parse-device-names):
22393 New defuns.
22394
22395 * net/trampver.el: Update release number.
22396
223972009-06-30 Kenichi Handa <handa@m17n.org>
22398
22399 * international/fontset.el (setup-default-fontset): Add CJK fonts
22400 for symbols and the other miscellaneous characters.
22401
22402 * language/korea-util.el (setup-korean-environment-internal):
22403 Make char-width-table suitable for Korean environments.
22404 (exit-korean-environment): Cancel above.
22405
22406 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
22407 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
22408 setup-function to make char-width-table suitable for respective
22409 environments, and an exit-function to cancel that.
22410
22411 * language/japan-util.el (setup-japanese-environment-internal):
22412 Call use-cjk-char-width-table with arg `ja_JP'.
22413
22414 * international/characters.el (cjk-char-width-table): Delete it.
22415 (cjk-char-width-table-list): New variable.
22416 (use-cjk-char-width-table): New arg local-name.
22417 (use-default-char-width-table): Fix for the case that Emacs is
22418 already using the default char-width-table.
22419
224202009-06-29 Michael Albinus <michael.albinus@gmx.de>
22421
22422 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
22423 modes mandatory. (Bug#3712)
22424
224252009-06-29 Alan Mackenzie <acm@muc.de>
22426
22427 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
22428 correction between the visible width of TABs and their number of bytes.
22429
224302009-06-29 Chong Yidong <cyd@stupidchicken.com>
22431
22432 * server.el (server-buffer-done): Prevent kill-buffer from
22433 prompting by clearing the buffer modification flag (Bug#3696).
22434
224352009-06-28 Michael McNamara <mac@mail.brushroad.com>
22436
22437 * progmodes/verilog-mode.el (verilog-beg-of-statement)
22438 (verilog-endcomment-reason-re): Support unique case and priority case.
22439 (verilog-basic-complete-re): Support localparam lineup.
22440 (verilog-beg-of-statement-1): Fix for robustness, unique case.
22441 (verilog-set-auto-endcomments): Fix for unique case, always_comb
22442 commenting.
22443 (verilog-leap-to-case-head): Now support *nested* unique &
22444 priority case statements.
22445 (verilog-auto-lineup): Make just declarations the default (as it
22446 had been).
22447 (verilog-leap-to-case-head): Support priority/unique case statements.
22448 (verilog-auto-lineup): Rework to give users radio buttons to
22449 select the various styles of automatic lineup.
22450 (verilog-error-regexp-alist): Rework to support the XEmacs style
22451 of error regular expressions from compilers, lint tools &
22452 simulators. Note that GNU Emacs has made it impossible for a mode
22453 to load such things.
22454 (electric-verilog-terminate-line, verilog-indent-declaration)
22455 (verilog-auto-wiure): Rework for radio button selection of
22456 auto-lineup selection of specification of auto lineup.
22457 (verilog-beg-of-statement-1): Redesign to support proper operation
22458 in additional code, based on testing with auto-lineup.
22459 (verilog-calculate-indent, assignments & declarations)
22460 (verilog-backward-token): Enhance to support auto-lineup of
22461 assignments & declarations.
22462 (verilog-in-directive-p, verilog-at-struct-p): New function for
22463 easy test of whether we are.
22464 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
22465 to support safe execution at almost anyline.
22466 (verilog-calc-1): Properly support indenting deep inside generate
22467 blocks.
22468 (verilog-init-font): Remove definition & use of verilog-init-font,
22469 as it is redundant with font-lock-defaults.
22470 (verilog-mode): Alter the definition of verilog-font-lock-defaults
22471 to avoid circular calls if syntax-ppss is a function (as is the
22472 case now in 22.x GNU Emacs) as that function would sometimes call
22473 itself, leading to (nearly) infinite recursion.
22474 (verilog-ovm-begin-re, verilog-ovm-end-re)
22475 (verilog-ovm-statement-re, verilog-leap-to-head)
22476 (verilog-backward-token): Add support for OVM macros. Some are
22477 complete statements, and others open and close scopes like begin
22478 and end.
22479 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
22480 (verilog-defun-level-generate-only-re): Really fix the defun-list
22481 compilation issue.
22482 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
22483 coverpoint, constraint and cross statements.
22484 (verilog-defun-level-list, verilog-generate-defun-level-list)
22485 (verilog-all-defun-level-list): Redo these specifications - it is
22486 too hard to support eval-when compile aggregation of lists also
22487 built at when-compile time.
22488 (verilog-defun-level-list): Place defconsts of variables used in
22489 building regular expressions which are built in eval-when-compile
22490 bodies in the same eval-when-compile body to facilitate compile
22491 without load.
22492 (verilog-beg-block-re-ordered): Support indenting
22493 virtual/protected tasks and functions.
22494 (verilog-defun-level-list, verilog-in-generate-region-p)
22495 (verilog-backward-ws&directives, verilog-calc-1): Speed up
22496 indentation of some module items (generate items).
22497 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
22498 across virtual/protected tasks and functions.
22499
225002009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
22501
22502 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
22503 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
22504 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
22505 in concatenations. Reported by Yishay Belkind.
22506 (verilog-auto-ascii-enum): Support one-hot state machines in
22507 AUTOASCIIENUM. Suggested by Lloyd Gomez.
22508 (verilog-auto-inst, verilog-auto-inst-port): Include interface
22509 modport in AUTOINST and add vl-modport for users.
22510 Reported by David Rogoff.
22511 (verilog-auto-inout-module, verilog-auto-inst)
22512 (verilog-decls-get-interfaces, verilog-insert-definition)
22513 (verilog-insert-one-definition, verilog-read-decls)
22514 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
22515 (verilog-sig-modport, verilog-signals-combine-bus)
22516 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
22517 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
22518 Suggested by David Rogoff.
22519 (verilog-repair-open-comma): Fix non-insertion of comma when
22520 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
22521 (verilog-make-width-expression): Simplify [A-1:0] expression
22522 widths to just {A{1'b0}}.
22523 (verilog-mode): Cleanup checkdoc warnings.
22524 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
22525 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
22526 inputs/outputs or data type. Suggested by Vasu Kandadi.
22527 (next-error-last-buffer): Fix byte-compiler warning.
22528 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
22529 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
22530 or shell command text during AUTO expansion. Suggested by Tad Truex.
22531 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
22532 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
22533 Fix dotted nets {a.b,c.d} and escaped identifiers being mis-included
22534 in AUTOINOUT. Reported by Matthew Lovell.
22535 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
22536 causing use of <= assignments. Reported by Alex Reed.
22537 (verilog-read-decls): Fix triand, trior, wand, wor to be
22538 recognized by AUTOWIRE. Reported by Spencer Isaacson.
22539 (verilog-extended-complete-re): Support import "DPI-C" functions.
22540 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
22541 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
22542 (verilog-insert-date, verilog-insert-year)
22543 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
22544 Windows systems. Reported by Michael Potts.
22545 (verilog-read-module-name): Fix AUTOINST when the child module
22546 declaration's name is a tick define. Reported by Elliot Mednick.
22547 (verilog-read-decls): Fix V2K parameter bit subscripts getting
22548 passed to next parameter's definition. Reported by Bruce T.
22549 (verilog-read-decls): Fix detecting "parameter int" when using
22550 AUTOINSTPARAM. Reported by Bruce T.
22551 (verilog-goto-defun): Fix goto not finding modules unless first
22552 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
22553 (verilog-mode): Expand -f flag arguments on entry to mode so
22554 verilog-goto-defun will work. Reported by Lawrence Butcher.
22555 (verilog-getopt): Expand environment variables in -f file
22556 arguments. Suggested by Lawrence Butcher.
22557 (verilog-set-define): Fix "Symbol's value as variable is void"
22558 when reading enumerations.
22559 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
22560 Suggested by Stephen Peltan.
22561 (verilog-read-defines): Fix reading of enumerations in include
22562 files. Reported by Steve Peltan.
22563
225642009-06-28 David De La Harpe Golden <david@harpegolden.net>
22565
22566 * files.el (trash-directory): Fix defcustom type.
22567
225682009-06-28 Juri Linkov <juri@jurta.org>
22569
22570 * help-fns.el (describe-function-1): Correctly locate adviced
22571 functions in hyperlink (Bug#2438).
22572
225732009-06-28 Chong Yidong <cyd@stupidchicken.com>
22574
22575 * files.el (trash-directory): Change default to nil.
22576 (move-file-to-trash): If trash-directory is nil and
22577 system-move-file-to-trash is unbound, perform freedesktop-style
22578 trashing.
22579
225802009-06-28 David De La Harpe Golden <david@harpegolden.net>
22581
22582 * files.el (move-file-to-trash): Add freedesktop trash
22583 support (Bug#973).
22584
225852009-06-28 Glenn Morris <rgm@gnu.org>
22586
22587 * autorevert.el (global-auto-revert-non-file-buffers)
22588 (global-auto-revert-mode): Doc fixes.
22589
225902009-06-27 Johan Bockgård <bojohan@gnu.org>
22591
22592 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
22593
225942009-06-27 Chong Yidong <cyd@stupidchicken.com>
22595
22596 * faces.el (x-handle-named-frame-geometry): Ensure that we have
22597 opened an X connection before calling x-get-resource (Bug#3194).
22598
22599 * play/doctor.el: Remove reference to obsolete website.
22600 (make-doctor-variables): Correct grammar mistake (Bug#2633).
22601
226022009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
22603
22604 Remove find-file-not-found-hook VC method. (Bug#2757)
22605 * vc-hooks.el (vc-file-not-found-hook)
22606 (vc-default-find-file-not-found-hook): Remove functions.
22607 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
22608 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
22609 * vc.el:
22610 * vc-hg.el:
22611 * vc-git.el: Do not mention find-file-not-found-hook VC method.
22612
226132009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
22614
22615 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
22616 compatibility function for `looking-back'.
22617
22618 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
22619 Use `ispell-looking-back'.
22620
226212009-06-24 Michael Albinus <michael.albinus@gmx.de>
22622
22623 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
22624 rather than `filename'.
22625
226262009-06-23 Miles Bader <miles@gnu.org>
22627
22628 * face-remap.el (text-scale-set): New function.
22629
226302009-06-23 Glenn Morris <rgm@gnu.org>
22631
22632 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
22633
22634 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
22635
22636 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
22637
22638 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
22639
22640 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
22641 Simplify Persian conditionals.
22642
22643 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
22644 variable `filename'.
22645
22646 * comint.el (comint-insert-input): Doc fix.
22647
22648 * Makefile.in (ELCFILES): Fix typo in previous change.
22649
226502009-06-23 Miles Bader <miles@gnu.org>
22651
22652 * cus-start.el: Add entry for `recenter-redisplay'.
22653
226542009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
22655
22656 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
22657 Add an optional argument for the backend, use it instead of
22658 calling vc-backend.
22659 (vc-mode-line): Add an optional argument for the backend.
22660 Pass the backend to vc-state and vc-working-revision. Move code for
22661 special handling for vc-state being a buffer to ...
22662
22663 * vc-rcs.el (vc-rcs-find-file-hook):
22664 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
22665
22666 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
22667 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
22668 vc-stay-local-p and vc-mode-line calls.
22669
22670 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
22671 (vc-cvs-diff, vc-cvs-annotate-command)
22672 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
22673 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
22674 vc-mode-line calls.
22675
22676 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
22677 direct comparison.
22678 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
22679 backend when calling vc-mode-line.
22680 (vc-register): Do not create a closure for calling the vc register
80c6d77f 22681 function, call it directly. No longer obey vc-initial-comment.
33383987
JB
22682
226832009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
22684
22685 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
22686 to make it obvious item can be clicked.
22687
22688 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
22689
226902009-06-23 Kenichi Handa <handa@m17n.org>
22691
22692 * language/korea-util.el (korean-key-bindings): Change the binding
22693 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
22694 same command.
22695
226962009-06-22 Michael Albinus <michael.albinus@gmx.de>
22697
22698 Sync with Tramp 2.1.16.
22699
22700 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
22701
22702 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
22703 when a loading of a package fails. Completion function for rsync
22704 is `tramp-completion-function-alist-ssh'.
22705 (all): Replace all calls of `split-string' and
22706 `tramp-split-string' by `tramp-compat-split-string'.
22707 (tramp-default-method): Use `tramp-compat-process-running-p'.
22708 (tramp-default-proxies-alist): Allow also Lisp forms.
22709 (tramp-remote-path): Add choice "Private Directories".
22710 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
22711 (tramp-domain-regexp): Allow also "-", "_" and ".".
22712 (tramp-end-of-output): Remove newlines, and add "$" at the end.
22713 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
22714 (tramp-debug-message): Insert header line in debug buffer.
22715 (tramp-handle-directory-files-and-attributes-with-stat):
22716 Care about filenames with spaces, or starting with "-".
22717 (tramp-handle-dired-uncache): New defun.
22718 (tramp-handle-insert-directory): Don't flush the directory from
22719 cache, this is handled by `dired-uncache' now.
22720 (tramp-handle-insert-file-contents): Improve error handling.
22721 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
22722 Quote `tramp-end-of-output'.
22723 (tramp-action-password): Improve trace message.
22724 (tramp-check-for-regexp): Both echoes must be present, before removing.
22725 (tramp-open-connection-setup-interactive-shell): Trace coding system.
22726 (tramp-compute-multi-hops): Eval cons cells of
22727 `tramp-default-proxies-alist'.
22728 (tramp-maybe-open-connection): Use the same command pattern for
22729 first hop and further hops.
22730 (tramp-wait-for-output): Remove handling of newlines.
22731 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
22732 (tramp-split-string): Remove function. It is handled in
22733 tramp-compat now.
22734
22735 * net/tramp-cmds.el (tramp-bug):
22736 Recommend `tramp-cleanup-all-connections' in the bug mail.
22737
22738 * net/tramp-compat.el (tramp-compat-split-string)
22739 (tramp-compat-process-running-p): New defuns.
22740
22741 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
22742 for `dired-uncache'.
22743
22744 * net/tramp-gvfs.el: New package.
22745
22746 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
22747 Add handler for `dired-uncache'.
22748 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
22749
22750 * net/trampver.el: Update release number. Make version check fit
22751 for SXEmacs 22.
22752
227532009-06-22 Jim Meyering <meyering@redhat.com>
22754
22755 Automatically handle .xz suffix (XZ-compressed files), too.
22756 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
22757 XZ is the successor to LZMA: <http://tukaani.org/xz/>
22758
227592009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
22760 Nick Roberts <nickrob@snap.net.nz>
22761
22762 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
22763 repository (http://sphinx.net.ru/hg/gdb-mi/).
22764
227652009-06-22 Glenn Morris <rgm@gnu.org>
22766
22767 * files.el (dir-locals-collect-mode-variables): Allow for any number of
22768 `mode' and `eval' entries. (Bug#3430)
22769
22770 * Makefile.in (ELCFILES): Add fadr.elc.
22771
22772 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
22773 differing behavior of \n and ^ in strings. (Bug#3385)
22774
22775 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
22776
22777 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
22778 property.
22779 (lisp-indent-function): Make it a defcustom.
22780
227812009-06-21 Nick Roberts <nickrob@snap.net.nz>
22782
22783 * progmodes/gdb-ui.el: Replace with ...
22784 * progmodes/gdb-mi.el: ... this file.
22785 * progmodes/gud.el: Modify for gdb-mi.el.
22786
227872009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
22788
22789 * fadr.el: New file.
22790
22791See ChangeLog.14 for earlier changes.
22792
22793;; Local Variables:
22794;; coding: utf-8
22795;; End:
22796
ba318903 22797 Copyright (C) 2009-2014 Free Software Foundation, Inc.
33383987
JB
22798
22799 This file is part of GNU Emacs.
22800
22801 GNU Emacs is free software: you can redistribute it and/or modify
22802 it under the terms of the GNU General Public License as published by
22803 the Free Software Foundation, either version 3 of the License, or
22804 (at your option) any later version.
22805
22806 GNU Emacs is distributed in the hope that it will be useful,
22807 but WITHOUT ANY WARRANTY; without even the implied warranty of
22808 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22809 GNU General Public License for more details.
22810
22811 You should have received a copy of the GNU General Public License
22812 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.