emacsclient already accepts -nw.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
bbe1f502
DN
12009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * vc-git.el (vc-git-annotate-command): Run asynchronously.
4 Explicitly pass the date format to git blame so that user local
5 so that the output format can be parsed.
6
6fd2d19a
MA
72009-08-20 Michael Albinus <michael.albinus@gmx.de>
8
9 * net/dbus.el (top): Don't check for (getenv
10 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
11
31764e15
SM
122009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
13
14 * log-edit.el (log-edit-strip-single-file-name): New var.
15 (log-edit-insert-changelog): Use it.
16
28930e39
SM
172009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
18
4fd15622 19 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 20 Bug#3287
4fd15622 21
b3d8e4a0
SM
22 * help.el (help-print-return-message): Rename from
23 print-help-return-message.
24
c9829c70
SM
25 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
26 cvs-mode-map parent hack.
27 (log-view-mode): Derive from special-mode.
28
b932657b
SM
29 * linum.el (linum-mode): window-size-change-functions is redundant.
30 Adapt to new window-configuration-change-hook behavior.
31 (linum-after-size, linum-after-config): Remove.
32
1b700bca
SM
33 * imenu.el (imenu-example--name-and-position)
34 (imenu-example--lisp-extract-index-name)
35 (imenu-example--create-lisp-index, imenu-example--create-c-index):
36 Mark as obsolete.
37
28930e39
SM
38 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
39 (inferior-prolog-mode): Use it.
40 (inferior-prolog-load-file): Reset list of errors.
41
c9af0b68
KH
422009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
43
44 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
45
46 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
47
720c7cd6
MA
482009-08-19 Michael Albinus <michael.albinus@gmx.de>
49
50 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
51 is running already.
52
03a74b84
SM
532009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
54
55 * subr.el (listify-key-sequence-1): Use normal syntax since those
56 integers are nowadays always represented by the same (positive) number
57 on all platforms.
58 (read-key-empty-map): New const.
59 (read-key-delay): New var.
60 (read-key): New function.
61 (force-mode-line-update): Use with-current-buffer.
62 (locate-user-emacs-file): Don't forget to abbreviate the file name.
63 (start-process-shell-command, start-file-process-shell-command):
64 Discourage the use of command-args.
65
f43e88d4
GM
662009-08-19 Glenn Morris <rgm@gnu.org>
67
68 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
69
890429cc
SM
702009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
71
85be9ec4
SM
72 * simple.el (choose-completion-string): Don't rely on
73 minibuffer-completing-file-name and ad-hoc checks to decide whether
74 to continue completion or not.
75
890429cc
SM
76 * minibuffer.el (minibuffer-hide-completions): New function.
77 (completion--do-completion): Use it.
78 (completions-annotations): New face.
79 (completion--insert-strings): Use it.
80 (completion-pcm--delim-wild-regex): Add docstring.
81 (completion-pcm--string->pattern): Add support for 0-width delimiters
82 in completion-pcm--delim-wild-regex.
83
265d4549
SM
842009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
85
d440b941
SM
86 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
87 Remove unused var `buffer-modified-p'.
88
265d4549
SM
89 * minibuffer.el (completion--do-completion): Move point for the #b001
90 case as well (bug#4176).
91 (minibuffer-complete, minibuffer-complete-word): Don't move point.
92
ba6f7d86
MA
932009-08-18 Michael Albinus <michael.albinus@gmx.de>
94
95 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
96 and :session buses.
97
98819490
KH
982009-08-18 Kenichi Handa <handa@m17n.org>
99
265d4549
SM
100 * international/ucs-normalize.el (ucs-normalize-version):
101 Change to 1.1.
58627cf0
KH
102 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
103 (utf-8-hfs): Make it perform normalization on encoding too.
104
98819490
KH
105 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
106 (sentence-end-without-space): Delete duplicated chars.
107 (sentence-end-base): Likewise.
e739cc85
KH
108
109 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
110 (html-mode): Delete duplicated chars from sentence-end-base.
111
112 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
113 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 114
645b9326
CY
1152009-08-17 Chong Yidong <cyd@stupidchicken.com>
116
117 * files.el (hack-one-local-variable): If the mode function is for
118 a minor mode, pass it an argument (Bug#4148).
119
56c195af
MA
1202009-08-17 Michael Albinus <michael.albinus@gmx.de>
121
122 * net/tramp.el (tramp-register-completion-file-name-handler):
123 Check also for (member 'partial-completion completion-styles).
124
7a55c78b
CY
1252009-08-16 Chong Yidong <cyd@stupidchicken.com>
126
127 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
128 abbrev (Bug#3943).
129
8c777c8d
CY
1302007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
131
132 * progmodes/cperl-mode.el: Merge upstream 6.2.
133 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
134 (cperl-forward-re): Check cperl-brace-recursing.
135 (cperl-highlight-charclass): New function.
136 (cperl-find-pods-heres): Use it.
137 (cperl-fill-paragraph): Synch to save-excursion placement used
138 upstream.
139 (cperl-beautify-regexp-piece): Fix column calculation.
140 (cperl-make-regexp-x): Handle case where point is between "q" and
141 "rs".
142 (cperl-beautify-level): Don't process entire regexp.
143 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
144 calling man.
145 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
146 (cperl-init-faces): Build a list in the normal way.
147
81b1f9c9
CY
1482009-08-16 Chong Yidong <cyd@stupidchicken.com>
149
150 * calendar/parse-time.el (parse-time-string-chars): Save match
151 data.
152
c3732cb8
SM
1532009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
154
55659495
SM
155 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
156 (sql-product): Use it.
157 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
158 (sql-set-product): Add completion.
159 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
160 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
161 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
162 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
163 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
164 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
165 (sql-highlight-db2-keywords): Remove.
166 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
167 (sql-highlight-product): Use derived-mode-p.
168 (sql-set-sqli-buffer): Use with-current-buffer.
169 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
170 Simplify.
171
1ae79427
SM
172 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
173
c3732cb8
SM
174 * term.el: Fix commenting convention, turn comments into docstrings.
175
f24b8bf3
CY
1762009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
177
178 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
179
d0d3f6e9 1802009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 181
1200ac26 182 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
183 character classes, to handle non-ascii characters (Bug#3190).
184
1852009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 186
1abbe4e5
CY
187 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
188 another heredoc if the user adds another < (Bug#3226).
189
c3732cb8
SM
190 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
191 Don't initialize based on window-system (Bug#4124).
19261da4 192
daad00fc
CY
193 * facemenu.el (facemenu-read-color): Use a completion function
194 that accepts any defined color, such as RGB triplets (Bug#3677).
195
e1bdde78
CY
196 * files.el (get-free-disk-space): Change fallback default
197 directory to /. Expand DIR argument before switching to fallback.
198 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
199
9d73a99e
CY
2002009-08-15 Chong Yidong <cyd@stupidchicken.com>
201
202 * files.el (load-library): Doc fix.
203
68b962d4 2042009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 205
c3732cb8
SM
206 * viper-cmd.el (viper-insert-isearch-string): New function.
207 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 208 incremental search string.
9d73a99e 209
c3732cb8 210 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 211 XEmacs.
9d73a99e 212
c3732cb8
SM
213 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
214 (ediff-merge-region-is-non-clash)
215 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 216 Also check if the job is really a merge job.
9d73a99e 217
c3732cb8 218 * ediff.el (ediff-current-file): New function.
9d73a99e 219
2e330adc
CY
2202009-08-15 Chong Yidong <cyd@stupidchicken.com>
221
222 * progmodes/js.el: Edit docstrings throughout to follow Emacs
223 conventions.
c3732cb8 224 (js-insert-and-indent): Delete function.
2e330adc
CY
225 (js-mode-map): Don't bind keys to js-insert-and-indent.
226 (js-beginning-of-defun): Rename from js--beginning-of-defun.
227 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 228 (js-auto-indent-flag): Delete variable.
2e330adc 229
17b5d0f7
CY
2302009-08-14 Chong Yidong <cyd@stupidchicken.com>
231
c3732cb8
SM
232 * progmodes/js.el: Remove proclaim statement.
233 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 234
ba2d8894
CY
235 * files.el (auto-mode-alist): Use js-mode for .js files.
236
c3732cb8 237 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
238
239 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
240
241 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
242
c3732cb8 243 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
244
2452009-08-14 Daniel Colascione <dan.colascione@gmail.com>
b0bfad2b 246 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
247
248 * progmodes/js.el: New file.
249
b6377f1d
MH
2502009-08-14 Mark A. Hershberger <mah@everybody.org>
251
252 * timezone.el (timezone-parse-date): Add ability to understand ISO
253 basic format (minimal separators) dates in addition to the
254 already-supported extended format dates.
255
bc0eef46
EZ
2562009-08-14 Eli Zaretskii <eliz@gnu.org>
257
4e021e65
EZ
258 * international/ucs-normalize.el: Add a `coding' file variable.
259
bc0eef46
EZ
260 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
261
53dab179
SS
2622009-08-14 Sam Steingold <sds@gnu.org>
263
6801c38a 264 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 265
6c58c39c
CY
2662009-08-13 Chong Yidong <cyd@stupidchicken.com>
267
268 * faces.el (help-argument-name): Define it here instead of
269 help-fns.el, because in daemon mode help-fns.el may be loaded when
270 faces are still uninitialized (Bug#1078).
271
272 * help-fns.el (help-argument-name): Move defface to faces.el.
273
c7baf7e9
NR
2742009-08-13 Nick Roberts <nickrob@snap.net.nz>
275
276 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
277 create buffer with a pty but no process so that GDB can make the
278 inferior the controlling process.
279
9c40e995 2802009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
281
282 * international/ucs-normalize.el: New file.
283
8cdba32b
RS
2842009-08-13 Richard Stallman <rms@gnu.org>
285
5c950923
RS
286 * mail/rmail.el (rmail-get-attr-names):
287 Accept an attribute header that is too short.
288
76e1e40b
RS
289 * mail/rmail.el (rmail-forget-messages):
290 Ignore nil elt in rmail-message-vector. Use dotimes.
291
1fc01b08
RS
292 * progmodes/compile.el (compilation-goto-locus):
293 Use next-error-move-function.
294
8cdba32b
RS
295 * simple.el (next-error-move-function): New variable.
296
99910cf4
JL
2972009-08-12 Juri Linkov <juri@jurta.org>
298
299 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
300 always non-nil. (Bug#4052)
301
302 * replace.el (read-regexp): Return empty string when
303 `default-value' is nil.
304 (keep-lines-read-args): Don't use empty string as the
305 default value for `read-regexp'. (Bug#2495)
306
fc5bdf6c
JL
3072009-08-12 Juri Linkov <juri@jurta.org>
308
309 * international/mule-cmds.el (ucs-insert): Change arguments
310 from `arg' to `character', `count', `inherit' to be the same
311 as in `insert-char'. Doc fix. (Bug#4039)
312
313 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
314
77748848
JL
3152009-08-12 Juri Linkov <juri@jurta.org>
316
317 * files-x.el: New file.
318
319 * files.el: Move code that deals with adding/deleting
320 file/directory-local variables to files-x.el.
321
322 * Makefile.in (ELCFILES): Add files-x.elc.
323
c8a44c4e
DD
3242009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
325
27a9fd5a
DD
326 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
327 to use `goto-line'.
328 (gdb-place-breakpoints, gdb-get-location): Rewritten without
329 `goto-line'.
330 (gdb-invalidate-disassembly): Do not refresh upon receiving
331 'update signal. Instead, update all disassembly buffers only after
332 threads list.
cf6e27cf
DD
333 (gdb): Send -target-detach when buffer is killed (#3794).
334 (gdb-starting): Moved -data-list-register-names...
335 (gdb-stopped): ...here so it's sent when first thread stops.
336 (gdb-registers-handler-custom): Do nothing if register names are
337 unknown yet.
27a9fd5a 338
c8a44c4e
DD
339 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
340 from `gdb-mi.el' to avoid extra tangling.
341
342 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
343 change which breaks `gud-def' definitions. used in `gdb'.
344 (gdb-update-gud-running): No extra fuss for updating frame number.
345
dfd4e693
SM
3462009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
347
51c4341f
SM
348 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
349 (describe-language-environment-map, setup-language-environment-map)
350 (set-coding-system-map): Move initialization into declaration.
351 (set-language-info-alist): Last arg to define-key-after can be skipped.
352
353 * international/quail.el (quail-completion-1): Simplify.
354 (quail-define-rules): Use slightly more compact code.
355 (quail-insert-decode-map): Propertize keys, compact columns.
356
dfd4e693
SM
357 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
358 Add goto-line.
359
83326559
MB
3602009-08-10 Miles Bader <miles@gnu.org>
361
362 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
363 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
364 (js2-instance-member, js2-private-member, js2-private-function-call)
365 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
366 (js2-magic-paren, js2-external-variable):
367 Remove "-face" suffix from face names.
368 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
369 (js2-highlight-undeclared-vars, js2-peek-token)
370 (js2-parse-function-params, js2-mode-show-errors)
371 (js2-mode-show-warnings, js2-make-magic-delimiter)
372 (js2-mode-highlight-magic-parens): Update to use new face names.
373
8e754ea2
MA
3742009-08-09 Michael Albinus <michael.albinus@gmx.de>
375
376 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
377 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
378
1c292fc7
CY
3792009-08-09 Chong Yidong <cyd@stupidchicken.com>
380
18d433a7
CY
381 * subr.el: Provide hashtable-print-readable.
382
1c292fc7
CY
383 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
384 hs-c-like-adjust-block-beginning.
385 (hs-hide-block-at-point): Stop hiding at the beginning of
386 hs-block-end-regexp (Bug#700).
387
2db0ae07
DD
3882009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
389
390 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
391 a macro.
392 (gdb-registers-handler-custom): Do not fail when register names
393 are unavailable.
394
fe4740a6
DD
3952009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
396
397 * progmodes/gdb-mi.el (gdb-control-all-threads)
398 (gdb-control-current-thread): Interactive setters for
399 `gdb-gud-control-all-threads' to use in menu.
400 (gdb-show-run-p): Show «Go» when process is not active.
401 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
402 gud/thread.xpm and gud/all.xpm.
403
ce299d55
CY
4042009-08-08 Yoni Rabkin <yoni@rabkins.net>
405
406 * net/net-utils.el (net-utils-font-lock-keywords): New var.
407 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
408 (net-utils-mode): New mode for viewing diagnostic network output.
409 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
410 (net-utils-run-simple): New function.
411 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 412
7c4654ad
DD
4132009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
414
415 * progmodes/gdb-mi.el (gdb-read-memory-custom)
416 (gdb-memory-set-address, def-gdb-set-positive-number)
417 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
418 after changing settings.
419 (gdb-invalidate-disassembly): Update when first shown.
420 (gdb-edit-locals-value): Fixed.
421 (gdb-registers-handler-custom): Print registers in right order and
422 allow changing register values (only for current thread yet).
9cbac26b
DD
423 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
424 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
425 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
426 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
427 info in mode name.
428 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 429
0f25a277
EZ
4302009-08-08 Eli Zaretskii <eliz@gnu.org>
431
432 * mail/rmail.el (rmail-add-mbox-headers)
433 (rmail-set-message-counters-counter): Search for
434 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
435
b971be60
GM
4362009-08-08 Glenn Morris <rgm@gnu.org>
437
438 * Makefile.in (ELCFILES): Update.
439
a35d3ad8
EZ
4402009-08-07 Eli Zaretskii <eliz@gnu.org>
441
60c2df40
EZ
442 * mail/sendmail.el (mail-yank-original): Set
443 buffer-file-coding-system from the one used by the message whose
444 text is yanked.
445
8b0bcc2e
EZ
446 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
447 to "windows" when "pgnuplot" is used.
448 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
449 call accept-process-output if "pgnuplot" is used.
450 (calc-graph-init): Don't send -display and -geometry to
451 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
452 running "pgnuplot -V" with shell-command-to-string.
453
454 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
455 the default.
456
4572009-08-07 Eli Zaretskii <eliz@gnu.org>
458
459 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
460 org/org-latex.elc.
461
3bca7ca5
DN
4622009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
463
3c53763c
DN
464 * vc-dispatcher.el (vc-resynch-window): Update comment.
465
3bca7ca5
DN
466 * term.el (term-handle-ansi-escape): Add comments with the
467 terminfo capabilities implemented.
468
7b217360
DD
4692009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
470
471 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
472 (gdb-var-create-handler): Rewritten using JSON parser.
473 (gdb-propertize-header): Moved earlier.
474 (gdb-set-header): Removed to avoid duplication.
475 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
476 Refresh disassembly buffers only after threads list have been
477 update.
478 (gdb-threads-header, gdb-registers-header): Per-buffer header line
479 variables.
480
b4d84ecf
JL
4812009-08-04 Juri Linkov <juri@jurta.org>
482
483 * files.el: Commands to add/delete file/directory-local variables.
484 (read-file-local-variable, read-file-local-variable-value)
485 (read-file-local-variable-mode, modify-file-local-variable)
486 (modify-file-local-variable-prop-line)
487 (modify-dir-local-variable): New functions.
488 (add-file-local-variable, delete-file-local-variable)
489 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
490 (add-dir-local-variable, delete-dir-local-variable)
491 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
492 (copy-dir-locals-to-file-locals-prop-line): New commands.
493
42da39c1
CY
4942009-08-04 Chong Yidong <cyd@stupidchicken.com>
495
496 * abbrev.el (insert-abbrev-table-description): Prettify output.
497 Suggested by Karl Chen.
498
98bf8494
DD
4992009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
500
78b9fb28
DD
501 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
502 (gdb-overlay-arrow-position): Renamed to
503 `gdb-disassembly-position'.
504 (gdb-overlay-arrow-position, gdb-thread-position)
505 (gdb-disassembly-position): Declare variables.
506 (gdb-wait-for-pending): Function now.
507 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
508 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
509 compilation goes smoothly.
510 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
511 (gdb-non-stop-setting): New customization setting which replaces
512 `gdb-non-stop' so changing it doesn't break active GDB session.
513 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
514 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
515 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
516 (gdb-show-threads-by-default): New customization options.
517 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
518 routines.
519 (gdb-get-buffer-create): Send buffers update signal when they are
520 created.
521 (gdb-invalidate-locals, gdb-invalidate-registers)
522 (gdb-invalidate-breakpoints)
523 (gdb-invalidate-threads, gdb-invalidate-disassembly)
524 (gdb-invalidate-memory): Accept update signal.
525 (gdb-current-context-command): Use --frame option.
526 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
527 Implement `gdb-frame-number' selection logic.
528 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
529 whether to show GUD toolbar buttons.
530 (gdb-thread-exited): Unselect current thread when it exits.
531 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
532 (gdb-mark-line): Routine which sets overlay arrow or inverses
533 video on fringeless displays.
534 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
535 to build aligned columns of data in GDB buffers and set text
536 properties line-by-line.
537 (gdb-invalidate-breakpoints)
538 (gdb-breakpoints-list-handler-custom)
539 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
540 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
541 (gdb-registers-handler-custom): Align data columns.
542 (gdb-locals-handler-custom): Now prints data like in variable
543 declarations.
544 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
545 Removed confusing buttons.
546 (gdb-invalidate-threads): Append --frame.
547 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
548 between breakpoints/threads buffers.
549 (gdb-set-window-buffer): Now can ignore dedicated windows.
550 (gdb-propertize-header): Use `gdb-set-window-buffer'.
551 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
552 (def-gdb-thread-buffer-gud-command): Replaces
553 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
554 for fine thread control.
555 (gdb-preempt-existing-or-display-buffer): New function used to
556 display bound buffers without breaking window layout.
557 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
558 (gdb-select-frame): New version of `gdb-frames-select' which now
559 sets `gdb-frame-number' so commands may use --frame option instead
560 of inner debugger state.
561 (gdb-frame-handler): Do not set `gdb-frame-number'.
562 (gdb-threads-mode-map): Select threads with mouse.
563
564 * progmodes/gud.el (gdb-gud-context-call): Declare function to
565 avoid compilation warning.
566 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
567 `gdb-show-stop-p`.
568
566f3909
DD
569 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
570 Argument `key' renamed to `buffer-type'.
571 (gdb-current-context-buffer-name): Do not add thread info to
572 buffer name when no thread is selected.
573 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
574 command (bug 3794).
575 (gdb-thread-selected): Handle `=thread-selected' notification.
576 (gdb-wait-for-pending): New macro to deal with congestion problems.
577 (gdb-breakpoints-list-handler-custom): Don't fail on pending
578 breakpoints.
579 (gdb-invalidate-disassembly): Use 'fullname instead of 'file. This
580 fixes problem similar to one described in bug 3947.
581 (gud-menu-map): More menu items.
582 (gdb-init-1): Reset `gdb-thread-number' to nil.
583
4a31122c
DD
584 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
585 non-stop settings.
586
587 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
588 (gdb-current-context-command): Do not append --thread if
589 `gdb-thread-number' is nil.
590 (gdb-running-threads-count, gdb-stopped-threads-count): New
591 variables.
592 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
593 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
594 customization options.
595 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
596 GUD commands.
597 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'
598 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
599 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
600 set `gdb-thread-number' and update `gud-running' properly.
601 (gdb-running): Update threads list when new threads appear.
602 (gdb-stopped): Support non-stop operation and new thread switching
603 logic.
604 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
605 (gdb-json-partial-output): New set of JSON routines.
606 (def-gdb-auto-update-trigger): New `signal-list' optional
607 argument.
608 (gdb-thread-list-handler-custom): Update `gud-running',
609 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
610 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
611 (gdb-continue-thread, gdb-step-thread): New commands for fine
612 thread execution control.
613 (gud-menu-map): New menu items to switch non-stop options.
614 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 615 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
616
617 * progmodes/gdb-mi.el (gdb-rules-name-maker)
618 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
619 gdb-buffer-rules.
620 (def-gdb-auto-update-handler): New nopreserve optional argument.
621 (gdb-stack-list-frames-custom): Print stack from top to bottom.
622
623 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
624 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
625 (gdb-parent-mode): New mode to derive other GDB modes from.
626 (gdb-display-disassembly-for-thread)
627 (gdb-frame-disassembly-for-thread): New commands for threads
628 buffer.
629
630 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
631 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
632 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
633 (gdb-update): We now store all GDB buffers in a list so that they
634 can be updated by traversing a list instead of calling invalidate
635 triggers explicitly
636 (def-gdb-trigger-and-handler): New macro to define trigger-handler
637 pair for GDB buffer.
638 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
639 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
640 handle pending triggers.
641 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
642 (def-gdb-thread-buffer-simple-command)
643 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
644 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
645 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread): New
646 commands which show buffers bound to thread.
647 (gdb-stack-list-locals-regexp): Removed unused regexp.
4a31122c
DD
648
649 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name,gdb-locals-buffer-name)
650 (gdb-registers-buffer-name)
651 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
652 to (gud-comint-buffer) in *-buffer-name functions
653 because (gdb-get-target-string) already does that.
654 (gdb-locals-handler-custom, gdb-registers-handler-custom)
655 (gdb-changed-registers-handler): Rewritten without regexps.
656
657 * progmodes/gdb-mi.el Basic thread selection support.
658 (gdb-thread-number): New variable.
659 (gdb-current-context-command): New macro which adds --thread
660 option to command.
661 (gdb-threads-mode-map): Select thread with SPC
662 (gdb-thread-list-handler-custom): Mark current thread with overlay
663 arrow. Synchronize GDB thread and Emacs thread.
664 (gdb-select-thread): New command which selects current thread.
665 (gdb-invalidate-frames, gdb-invalidate-locals)
666 (gdb-invalidate-registers): Use --thread option.
20f12ed8 667
2ac33804
MA
6682009-08-04 Michael Albinus <michael.albinus@gmx.de>
669
670 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 671 robust. (Bug#3977)
2ac33804
MA
672 (tramp-handle-insert-file-contents): `unwind-protect' must be
673 inside `with-parsed-tramp-file-name'.
674
675 * net/tramp-gvfs.el (top): Remove superfluous message when loading
676 fails.
677
39d0296f
NR
6782009-08-03 Nick Roberts <nickrob@snap.net.nz>
679
680 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
681 directory if CLASSPATH is not set.
682
adcbca53
MA
6832009-08-03 Michael Albinus <michael.albinus@gmx.de>
684
685 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp) New
686 defconst.
7ef849b6 687 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 688
30924b0b
CY
6892009-08-02 Kevin Ryde <user42@zip.com.au>
690
691 * net/newst-backend.el (newsticker--raw-url-list-defaults): Update
692 freshmeat link. Delete newsforge.com as it seems gone.
693
b6ce92f1
CY
6942009-08-02 Chong Yidong <cyd@stupidchicken.com>
695
d977a092
CY
696 * select.el (x-set-selection): Doc fix (Bug#4021).
697
698 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
699
b6ce92f1
CY
700 * help-fns.el (describe-variable): Treat list return values from
701 dir-locals-find-file properly (Bug#4005).
702
3eedbc85
MA
7032009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
704
705 * net/tramp.el (tramp-debug-message): Print also microseconds.
706
7072009-08-02 Michael Albinus <michael.albinus@gmx.de>
708
709 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
710 or END is non-nil.
711 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
712 (tramp-get-debug-buffer): Change `outline-regexp' according to new
713 format.
714
715 * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
716 (tramp-get-file-property): Use it.
717
718 * autorevert.el (auto-revert-handler): Allow
719 `auto-revert-tail-mode' for remote files.
720
2aafe808
JR
7212009-08-02 Jason Rumney <jasonr@gnu.org>
722
723 * minibuffer.el (read-file-name): Treat confirm options to
724 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
725
e094097c
CY
7262009-08-02 Chong Yidong <cyd@stupidchicken.com>
727
728 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
729 (font-lock-variable-name-face, font-lock-constant-face): Darken
730 the colors for light backgrounds.
731
de94f281
EZ
7322009-08-01 Eli Zaretskii <eliz@gnu.org>
733
734 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
735 month names. (Bug#3987)
736
54b99340
CY
7372009-07-31 Chong Yidong <cyd@stupidchicken.com>
738
739 * simple.el (line-move-finish): Pass whole number to
740 line-move-to-column.
34be836c 741 (line-move-visual): Perform hscroll to the recorded position.
54b99340 742
38216c30
JB
7432009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
744
745 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
746
c779896d
CY
7472009-07-29 Alan Mackenzie <acm@muc.de>
748
749 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
750
592ccae0
DD
7512009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
752
35edc6c6
DD
753 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
754 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 755
5a9e3ab7
JB
7562009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
757
758 * calc/calc.el (calc-mode-map): Add keybinding for
759 `calc-transpose-lines'.
760
7612009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
762
763 * calc/calc-misc.el (calc-transpose-lines): New function.
764
905fb90e
MA
7652009-07-28 Michael Albinus <michael.albinus@gmx.de>
766
767 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
768 Simplify check for out-of-band methods.
769 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
770 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
771
76e14464
DN
7722009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
773
774 * vc-git.el (vc-git-checkin): Fix typo.
775
af077012
SY
7762009-07-28 Steve Yegge <steve.yegge@gmail.com>>
777
778 * progmodes/js2-mode.el: New file.
779
b85157fe
NR
7802009-07-28 Nick Roberts <nickrob@snap.net.nz>
781
782 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
783 (gud-menu-map): Adjust tooltip accordingly.
784
d43c2b06
DN
7852009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
786
1c0f0c3b
DN
787 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
788 (vc-bzr-log-view-mode): Adjust log-view-file-re.
789
d43c2b06
DN
790 * add-log.el (change-log-mode-map): Add a menu.
791
3dec5c36
MA
7922009-07-27 Michael Albinus <michael.albinus@gmx.de>
793
794 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
795 function returns nil.
796 (dbus-handle-event): Handle special return value :ignore.
797 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
798
5704140c
CY
7992009-07-26 Chong Yidong <cyd@stupidchicken.com>
800
801 * view.el (view-mode-enable): Don't define Helper-return-blurb if
802 it's not needed.
803
3077d1f6
EZ
8042009-07-25 Eli Zaretskii <eliz@gnu.org>
805
806 Fix Bug#3888:
807
808 * w32-vars.el (x-select-enable-clipboard): Doc fix.
809
810 * term/pc-win.el (x-display-name, x-colors)
811 (x-select-enable-clipboard, x-select-text): Doc fix.
812
813 * term/common-win.el (x-display-name, x-colors): Doc fix.
814
815 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
816 (xw-defined-colors): Doc fix.
817
818 * w32-fns.el (x-select-text, x-setup-function-keys)
819 (x-get-selection, x-set-selection): Doc fix.
820
821 * term/x-win.el (x-select-text, x-setup-function-keys)
822 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
823
824 * select.el (x-set-selection): Doc fix.
825
51768bc8
MA
8262009-07-25 Michael Albinus <michael.albinus@gmx.de>
827
828 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
829 instead of "IsNSSSupportAvailable". Avahi ought to work also when
830 "IsNSSSupportAvailable" method is not available. Reported by
831 Steve Youngs <steve@sxemacs.org>.
832
b11c2874
KH
8332009-07-24 Kenichi Handa <handa@m17n.org>
834
835 * international/characters.el: Fix setting of category ?C, ?|, ?K,
836 and ?H. Fix setting of case for Latin Extended and Greek
837 Extended.
838 (build-unicode-category-table): Fix range checks.
839
ba83b7b6
DN
8402009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
841
842 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
843 the buffer we try to sync is current when calling
844 vc-resynch-buffer.
845
846 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
847 not show up to date files.
848
7a8ae964
GM
8492009-07-24 Glenn Morris <rgm@gnu.org>
850
851 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
852 Add autoload cookies. If necessary, initialize.
853 (elint-log): Handle non-file buffers.
854 (elint-initialize): Add optional argument to reinitialize.
855 (elint-find-builtin-variables): Save excursion.
856
a707eb05
DN
8572009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
858
859 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
860 for Lint.
861
0a2ddfa6
DN
8622009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
863
d6a62b0d
DN
864 * vc.el (vc-print-log-internal): New function, split out from ...
865 (vc-print-log): ... here.
10b5dcad 866 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 867
0a2ddfa6
DN
868 * vc-git.el (vc-git-add-signoff): New variable.
869 (vc-git-checkin): Use it.
870 (vc-git-toggle-signoff): New function.
871 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
872 (vc-git--run-command-string): Accept a nil FILE argument.
873 (vc-git-stash-list): New function.
874 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 875
589a99f2
GM
8762009-07-23 Glenn Morris <rgm@gnu.org>
877
878 * help-fns.el (describe-variable): Describe ignored and risky local
879 variables in a similar way to that in which we describe safe ones.
880
881 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
882 (byte-compile-output-file-form, byte-compile-output-docform)
883 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
884 Give some more local variables with common names a "bytecomp-" prefix,
885 so as not to shadow things during compilation.
886 * emacs-lisp/cl-macs.el (load-time-value)
887 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
888 `outbuffer' to `bytecomp-outbuffer'.
889
890 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
891 since the next two variables cover them automatically now.
892 (elint-builtin-variables, elint-autoloaded-variables): New.
893 (elint-unknown-builtin-args): Remove all members, since they can be
894 parsed automatically now.
895 (elint-extra-errors): New.
896 (elint-env-add-env, elint-env-add-macro): Use cadr.
897 (elint-current-buffer): Use or. Change final message.
898 (elint-get-top-forms): Use line-end-position.
899 (elint-init-env): Use cadr. Handle autoload, declare-function,
900 and defalias.
901 (elint-add-required-env): Doc fix. Use or. Standardize error.
902 (regexp-assoc): Remove unused function.
903 (elint-top-form): Set elint-current-pos, to record the start of the
904 top-level form, for compilation-mode.
905 (elint-form): Trap errors in macro expansion. Use dolist.
906 (elint-unbound-variable): Use elint-builtin-variables and
907 elint-autoloaded-variables.
908 (elint-get-args): Use cadr, or.
909 (elint-check-cond-form): Use dolist, cadr.
910 (elint-check-condition-case-form): Doc fix. Use cadr.
911 Use elint-extra-errors.
912 (elint-log): New function.
913 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
914 Distinguish errors and warnings.
915 (elint-log-message): Use with-current-buffer. Inhibit read-only.
916 Use a bytecomp-style format.
917 (elint-clear-log): Preserve default-directory. Inhibit read-only.
918 (elint-get-log-buffer): Use compilation mode. Disable undo.
919 Don't truncate lines.
920 (elint-initialize): Set builtin and autoloaded variable lists.
921 Only process elint-unknown-builtin-args if non-nil.
922 (elint-find-builtin-variables, elint-find-autoloaded-variables):
923 New functions.
924 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
925
855b42a2
GM
9262009-07-22 Kevin Ryde <user42@zip.com.au>
927
928 * net/newst-backend.el (newsticker--parse-atom-1.0)
929 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
930 (newsticker--parse-rss-1.0):
931 * progmodes/idlwave.el (idlwave-mode):
932 * progmodes/idlw-shell.el (idlwave-shell-mode):
933 * progmodes/vera-mode.el (vera-mode):
934 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
935 * progmodes/vhdl-mode.el (vhdl-mode):
936 * textmodes/table.el (table-generate-source)
937 (table--warn-incompatibility):
938 Hyperlink urls in docstrings with URL `...'.
939
fd413a37
GM
9402009-07-22 Glenn Morris <rgm@gnu.org>
941
cb711556
GM
942 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
943 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
944 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
945 Remove leading * from defcustom docs.
946
fd413a37
GM
947 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
948
949 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
950 defcustom doc.
951 (list-load-path-shadows): Optionally, just return shadows as a string.
952
953 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
954
a4f69701
CY
9552009-07-21 Chong Yidong <cyd@stupidchicken.com>
956
957 * mail/rmailedit.el (rmail-edit-mode): Use
958 auto-save-include-big-deletions.
959
960 * mail/rmail.el (rmail-variables): Use
961 auto-save-include-big-deletions.
962
963 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
964 changes.
965
ec06459c
JB
9662009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
967
968 * calc/calc.el (calc-undo-length): New variable.
969 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
970
b41b0976
RS
9712009-07-21 Richard Stallman <rms@gnu.org>
972
973 * files.el (auto-save-mode): Handle buffer-save-size = -2
974 for toggling mode.
975
4ed32706
GM
9762009-07-21 Glenn Morris <rgm@gnu.org>
977
531b1264
GM
978 * textmodes/ispell.el (ispell-looking-back): Update declaration.
979
55d27f41
GM
980 * calendar/todo-mode.el (calendar-current-date): Update declaration.
981
02df3f4d
GM
982 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
983 silence compiler. Instead...
984 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
985 (ps-print-ensure-fontified): Update for above function name changes.
986
fdd8417e
GM
987 * printing.el (pr-mh-get-msg-num, pr-mh-show)
988 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
989 silence compiler. Instead...
990 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
991 (mh-show-buffer): Only define for compiler.
992 (pr-mh-current-message): Update for above function name changes.
993
4ed32706
GM
994 * files.el (abort-if-file-too-large): Explicitly pass `filename'
995 as an argument.
996 (find-file-noselect, insert-file-1): Update for above change.
997
998 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
999
1000 * mail/mailclient.el (mailclient-send-it): Fix message.
1001
1002 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
1003 (edebug-eval): Check cl-debug-env is bound.
1004 (print-level, print-circle): Don't redefine built-in variables.
1005
1006 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
1007 (custom-print-vectors): Remove old comments from doc.
1008
1009 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
1010 (emerge-version): Make the variable an obsolete alias for the
1011 emacs-version variable. Make the function obsolete.
1012 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
1013 Emerge options, rather than merging in into the main Options menu.
1014 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
1015 and auto advance modes. Disable edit/fast items when not relevant.
1016
86812144
CY
10172009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1018
1019 * term/vt420.el (terminal-init-vt420): Fix typo.
1020
6bb90094
SS
10212009-07-20 Sam Steingold <sds@gnu.org>
1022
1023 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
1024 variable (removed from compile.el on 2004-03-11).
1025
42e0a725
CY
10262009-07-20 Chong Yidong <cyd@stupidchicken.com>
1027
1028 * files.el (hack-local-variables-filter): Fix last change.
1029
2ee20f24
JL
10302009-07-19 Juri Linkov <juri@jurta.org>
1031
1032 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
1033 (dir-local-variables-alist): New buffer-local variable.
1034 (hack-local-variables-filter): If variable is not dir-local,
1035 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
1036 because file-local overrides dir-local.
1037 (c-postprocess-file-styles)<declare-function>:
1038 Remove obsolete declaration.
1039 (hack-dir-local-variables): Add dir-local variable/value pair to
1040 `dir-local-variables-alist' and remove duplicates. Doc fix.
1041
1042 * help-fns.el (describe-variable): Add information about
1043 file-local and dir-local variables.
1044
89bf83cd
CY
10452009-07-19 Chong Yidong <cyd@stupidchicken.com>
1046
1047 * files.el (hack-local-variables-filter): Rewrite.
1048
1a8d3541
GM
10492009-07-19 Glenn Morris <rgm@gnu.org>
1050
d9e8a018
GM
1051 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
1052 Silence compiler by only defining on XEmacs.
1053
da332cfb
GM
1054 * international/mule.el (auto-coding-regexp-alist): Only match
1055 BABYL... at the start of buffer, not of lines. (Bug#3790)
1056
1a8d3541
GM
1057 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
1058 non-calendar buffers (Bug#3862). Restore "not on a date" message.
1059 (cal-menu-context-mouse-menu): Doc fix.
1060
1061 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
1062
1063 * simple.el (mail-user-agent): Doc fix. Set :version tag.
1064
d842b103
JL
10652009-07-18 Juri Linkov <juri@jurta.org>
1066
1067 * info.el: Virtual Info keyword finder.
1068 (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
1069 (Info-finder-file): New variable.
1070 (Info-finder-find-file): New function.
1071 (finder-known-keywords, finder-package-info)
1072 (find-library-name, lm-commentary): Use defvar and
1073 declare-function to silence compiler warnings.
1074 (Info-finder-find-node): New function.
1075 (info-finder): New command.
1076
1077 * subr.el (process-kill-buffer-query-function): New function.
1078 (add-hook)<kill-buffer-query-functions>: Add hook
1079 `process-kill-buffer-query-function'.
1080
10d37df7
AM
10812009-07-18 Alan Mackenzie <acm@muc.de>
1082
1083 * progmodes/cc-mode.el (c-before-hack-hook),
1084 (c-postprocess-file-styles): Give invocation of `c-set-style'
1085 DONT-OVERRIDE parameter of t. Already set style variables will
1086 thus not be overridden by style settings given by `c-file-syle'.
1087
1088 * files.el (hack-local-variables-filter): Remove entries with
1089 duplicate keys from `file-local-variables-alist'.
1090
102e1a41
EZ
10912009-07-18 Eli Zaretskii <eliz@gnu.org>
1092
1093 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
1094 x-set-selection if display-selections-p returns nil for the
1095 current frame.
1096
16f2e9fc
CY
10972009-07-18 Chong Yidong <cyd@stupidchicken.com>
1098
1099 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
1100
f22693fc
EZ
11012009-07-18 Eli Zaretskii <eliz@gnu.org>
1102
a6c2c80c
EZ
1103 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
1104 Accept nil in addition to a regexp.
1105 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
1106 Accept nil in addition to a regexp.
1107 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
1108 buffers that have an associated file. Handle nil values of
1109 desktop-buffers-not-to-save and desktop-files-not-to-save.
1110 (Bug#3833)
1111
f22693fc
EZ
1112 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
1113 (x-disown-selection-internal): New functions.
1114
e456379a
NR
11152009-07-18 Nick Roberts <nickrob@snap.net.nz>
1116
1117 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
1118 warning.
1119 (gdb-breakpoints-header): Move forward to avoid compiler warning.
1120 (gdb-make-header-line-mouse-map): Remove duplicate definition.
1121
0013b70f
CY
11222009-07-18 David De La Harpe Golden <david@harpegolden.net>
1123
1124 * simple.el (set-mark): Revert last change.
1125
0855c2ca
CY
11262009-07-17 Tassilo Horn <tassilo@member.fsf.org>
1127
1128 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
1129 rendering of pngs is not possible instead of messaging a long
1130 description.
1131
3f5c9cad
CY
11322009-07-17 David De La Harpe Golden <david@harpegolden.net>
1133
1134 * w32-fns.el (x-selection-owner-p): New function.
1135
1136 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6c6a75d5
CY
1137 (mouse-yank-at-click, mouse-yank-primary): If
1138 select-active-regions is non-nil, deactivate the mark before
1139 insertion.
3f5c9cad
CY
1140
1141 * simple.el (deactivate-mark, set-mark): Only save selection if we
1142 own it.
1143
1fc87f9b
KH
11442009-07-17 Kenichi Handa <handa@m17n.org>
1145
1146 * case-table.el (describe-buffer-case-table): Fix for the case
1147 that KEY is a cons.
1148
d56fdcd2
DN
11492009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
1150
1151 * vc-rcs.el (vc-rcs-find-file-hook):
1152 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
1153
bede3e9f
MA
11542009-07-16 Michael Albinus <michael.albinus@gmx.de>
1155
1156 * net/tramp.el (tramp-wait-for-output): Handle the case when
1157 commands do not return a newline but a null byte before the shell
1158 prompt. (Bug#3858)
1159
7653ca1d
YM
11602009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1161
1162 * term/ns-win.el (ns-set-alpha): Don't declare.
1163 (ns-set-background-alpha): Remove function.
1164
ed2a52e9
SM
11652009-07-16 Kevin Ryde <user42@zip.com.au>
1166
1167 * emacs-lisp/copyright.el (copyright-update): Save match-data across
1168 y-or-n-p, for safety.
1169
7a907299
RS
11702009-07-16 Richard Stallman <rms@gnu.org>
1171
1172 * files.el (auto-save-mode): If buffer-saved-size is -2,
1173 don't clobber it.
1174
1175 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
1176 (rmail-retry-ignored-headers): Add more uninteresting fields.
1177
c0db3477
CY
11782009-07-15 Jari Aalto <jari.aalto@cante.net>
1179
1180 * net/rcirc.el (rcirc): Use history variables.
1181 (rcirc-server-name-history, rcirc-nick-name-history)
1182 (rcirc-server-port-history): New variables.
1183
6c875452
KH
11842009-07-15 Kenichi Handa <handa@m17n.org>
1185
bf974dc9
KH
1186 * international/mule-cmds.el (set-language-environment-charset):
1187 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
1188 ignore them.
1189
6c875452
KH
1190 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
1191 Delete unibyte-display.
1192
2066b4fe
CY
11932009-07-15 Chong Yidong <cyd@stupidchicken.com>
1194
1195 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
1196
f9be2e35
CY
11972009-07-15 Chong Yidong <cyd@stupidchicken.com>
1198
1199 * simple.el (deactivate-mark): Optional argument FORCE.
1200 (set-mark): Use deactivate-mark.
1201
1202 * info.el (Info-search): No need to check transient-mark-mode
1203 before calling deactivate-mark.
1204
1205 * select.el (x-set-selection): Doc fix.
1206 (x-valid-simple-selection-p): Allow buffer values.
1207 (xselect--selection-bounds): Handle buffer values. Suggested by
1208 David De La Harpe Golden.
1209
1210 * mouse.el (mouse-set-region, mouse-drag-track): Call
1211 copy-region-as-kill before setting the mark, to let
1212 select-active-regions work.
1213
12142009-06-28 David De La Harpe Golden <david@harpegolden.net>
1215
1216 * simple.el (deactivate-mark): If select-active-regions is
1217 non-nil, copy the selection data into a string.
1218 (activate-mark): If select-active-regions is non-nil, set the
1219 selection to the current buffer.
1220 (set-mark): Update selection if select-active-regions is non-nil.
1221
1222 * select.el (x-valid-simple-selection-p): Allow buffer values.
1223
cbd61418
SM
12242009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
1225
1226 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
1227 and more featureful message-mode.
1228
f470187f
CY
12292009-07-14 Chong Yidong <cyd@stupidchicken.com>
1230
1231 * select.el (x-set-selection): Doc fix.
1232 (x-valid-simple-selection-p): Disallow selection data consisting
1233 of a list or cons of integers, since that is not used.
1234 (xselect--selection-bounds, xselect--int-to-cons): New functions.
1235 (xselect-convert-to-string, xselect-convert-to-length)
1236 (xselect-convert-to-filename, xselect-convert-to-charpos)
1237 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
1238
bfc99364
DD
12392009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
1240
1241 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
1242 output in -break-info command (Emacs bug #3794).
1243
e32721f5
GM
12442009-07-14 Glenn Morris <rgm@gnu.org>
1245
1e46f9e4
GM
1246 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
1247 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
1248 (edebug-print-length, edebug-print-level, edebug-print-circle)
1249 (edebug-sit-for-seconds, edebug-view-outside)
1250 (edebug-bounce-point, edebug-set-global-break-condition)
1251 (edebug-Go-nonstop-mode, edebug-trace-mode)
1252 (edebug-Trace-fast-mode, edebug-continue-mode)
1253 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
1254 (edebug-visit-eval-list): Doc fixes.
1255
e32721f5
GM
1256 * subr.el (def-edebug-spec): Doc fix.
1257
66a85e76
KH
12582009-07-14 Kenichi Handa <handa@m17n.org>
1259
1260 * international/characters.el: Fix setting of category ?C.
1261
28571246
JD
12622009-07-13 Jan Djärv <jan.h.d@swipnet.se>
1263
1264 * term/ns-win.el (x-select-font): defailias x-select-font to
1265 ns-popup-font-panel instead of generate-fontset-menu.
1266
5d74672c
EZ
12672009-07-12 Eli Zaretskii <eliz@gnu.org>
1268
1269 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
1270
eb1727a4
CY
12712009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
1272
1273 * arc-mode.el (archive-find-type): Allow for a PK00 string before
1274 the PK\003\004 header (Bug#3770).
1275
208384c5
CY
12762009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
1277
1278 * pcomplete.el (pcomplete-comint-setup): Check for
1279 shell-dynamic-complete-filename too.
1280
774409a1
CY
12812009-07-11 Chong Yidong <cyd@stupidchicken.com>
1282
1283 * simple.el (temporary-goal-column): Change the value for
1284 line-move-visual to a cons cell.
1285 (line-move-visual): Record or set the window hscroll, if
1286 necessary (Bug#3494).
1287 (line-move-1): Handle cons value of temporary-goal-column.
1288
1639ee1d
KH
12892009-07-11 Kenichi Handa <handa@m17n.org>
1290
1291 * international/mule-diag.el (describe-character-set): Don't show
1292 width.
1293
2b1d2412
SS
12942009-07-10 Sam Steingold <sds@gnu.org>
1295
1296 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1297 Omake sometimes indents the errors it prints, so allow all
1298 regexps to start with spaces.
1299
ed3a5691
EZ
13002009-07-10 Eli Zaretskii <eliz@gnu.org>
1301
ed2a52e9
SM
1302 * cus-edit.el (customize-changed-options-previous-release):
1303 Bump value to 22.1. (Bug#3804)
ed3a5691 1304
49405d0e
SS
13052009-07-08 Sam Steingold <sds@gnu.org>
1306
1307 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
1308 to be a cons cell (test . ignored-directory) to selectively ignore
1309 some directories depending on the location of the search.
1310
93c3eb7c
MA
13112009-07-08 Michael Albinus <michael.albinus@gmx.de>
1312
1313 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
1314 remote user is root, on the local host.
1315 (tramp-local-host-p): Either the local user or the remote user
1316 must be root. (Bug#3771)
1317
6f2a8484
NR
13182009-07-08 Nick Roberts <nickrob@snap.net.nz>
1319
1320 * progmodes/gdb-mi.el (gdb): Remove description of
1321 gdb-use-separate-io-buffer.
69cb8d82 1322 (menu): Don't allow toggling of or enable
6f2a8484
NR
1323 gdb-use-separate-io-buffer from menubar.
1324
88d03607
CY
13252009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
1326
1327 * mail/unrmail.el (unrmail): Make sure the message ends with two
1328 newlines (Bug#3769).
1329
7ef5b8b2
GM
13302009-07-08 Glenn Morris <rgm@gnu.org>
1331
1332 * calendar/calendar.el (calendar-current-date): Rework previous change.
1333
3ce82f97
GM
13342009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
1335
1336 * calendar/calendar.el (calendar-current-date):
1337 Add an optional argument giving an offset from today.
1338
f35fc841
GM
13392009-07-08 Glenn Morris <rgm@gnu.org>
1340
1341 * tutorial.el (tutorial--describe-nonstandard-key):
1342 Adjust the message for when a key has been unbound.
1343 (help-with-tutorial): Hide the arch-tag.
1344
40149292
KH
13452009-07-08 Kenichi Handa <handa@m17n.org>
1346
69cb8d82
KH
1347 * international/fontset.el (setup-default-fontset): For each
1348 script, append (not set) font-specs.
1349
40149292
KH
1350 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
1351 docstring.
1352
ff0c4194
NR
13532009-07-08 Nick Roberts <nickrob@snap.net.nz>
1354
1355 * progmodes/gdb-mi.el (gdb-init-1): Move sending
1356 -data-list-register-names to ...
1357 (gdb-starting): ... here because GDB 7.0 requires execution to
1358 have started when using this MI command.
1359 (gdb-set-header): New function to distinguish select and
1360 unselected tabs in gdb buffers.
1361 (gdb-propertize-header): New macro that uses gdb-set-header.
1362 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 1363 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 1364
8954c675
CY
13652009-07-07 Chong Yidong <cyd@stupidchicken.com>
1366
1367 * Makefile.in (ELCFILES): Remove fadr.elc.
1368
0996385d
DD
13692009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
1370
dc6b4519
DD
1371 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
1372 may contain frame information, so `string-match' should be used.
1373 (gdb-update): Disassembly is invalidated through
1374 `gdb-get-selected-frame'.
1375 (gdb-pad-string): New function to pad string with spaces.
1376 (gdb-invalidate-disassembly): Invalidate only if the buffer
1377 exists.
1378 (gdb-disassembly-handler-custom): Column alignment.
1379 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
1380 placing new ones.
1381 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
1382 end of line, too.
1383 (gdb-frame-handler): Match convention to for disassembly buffer
1384 mode name.
17c1380b 1385 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
1386 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
1387 not highlight breakpoints without line information.
69a197a2 1388 (gdb-input): Add trailing newline to command.
dc6b4519 1389
14340b25
DD
1390 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
1391 buffer properly.
1392 (gdb-breakpoints-list-handler-custom): Replacement for
dc6b4519
DD
1393 `gdb-break-list-handler'. Using real parser instead of regexps
1394 now.
1395 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
1396 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
1397 to place breakpoints.
14340b25
DD
1398 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
1399 functions.
1400 (gdb-disassembly-handler-custom): Show overlay arrow.
1401 (gdb-disassembly-place-breakpoints): Show breakpoints in
1402 disassembly buffer.
1403 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519
DD
1404 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
1405 instead of parsing breakpoints buffer. Fixed old menu references
1406 in `gud-menu-map'.
14340b25 1407
38d4f316 1408 * fadr.el: Remove.
1f2a6224 1409
0996385d
DD
1410 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el
1411 (gdb-memory-address): New variable which holds top address of
1412 memory page shown in memory buffer
1413 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
1414 customization variables.
1415 New functions:
1416 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
1417 display the memory buffer.
1418 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
1419 buffer display parameters.
1420 (def-gdb-memory-format, gdb-memory-format-binary)
1421 (gdb-memory-format-octal, gdb-memory-format-unsigned)
1422 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
1423 Functions for setting memory buffer format.
1424 (gdb-memory-unit-word, gdb-memory-unit-halfword)
1425 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
1426 unit size used in memory buffer.
1427 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
1428 to next/previous page of memory buffer.
28d67a53 1429 Now using (bindat-get-field) instead of fadr functions.
0996385d 1430
9ba562d3
SS
14312009-07-07 Sam Steingold <sds@gnu.org>
1432
1433 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
1434 non-top-level files.
1435
a43977db
KH
14362009-07-07 Kenichi Handa <handa@m17n.org>
1437
1438 * international/mule-cmds.el (reset-language-environment): Put
1439 the highset priority to the charset iso-8859-1.
1440
d44d05e8
CY
14412009-07-06 Chong Yidong <cyd@stupidchicken.com>
1442
1443 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
1444 to the end of the line when locating the block (Bug#700).
1445
3e2fa353
MA
14462009-07-06 Michael Albinus <michael.albinus@gmx.de>
1447
1448 * net/tramp.el (tramp-handle-write-region): Flush file properties
1449 in case of short track.
1450
d88782c3
DN
14512009-07-07 Michael McNamara <mac@mail.brushroad.com>
1452
1453 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
1454 representation of verilog error regular expressions to work with
1455 Emacs-22's new format.
1456 (verilog-error-regexp-xemacs-alist): Coded custom representation
1457 of verilog error regular expressions to work with XEmacs format
1458 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
1459 error recognition into XEmacs.
1460 (verilog-error-regexp-add-emacs): Hook routine to install verilog
1461 error recognition into Emacs-22.
1462
25c6f63e
CY
14632009-07-06 Chong Yidong <cyd@stupidchicken.com>
1464
1465 * woman.el: Remove stand-alone closing parentheses.
1466 (woman-file-name, woman2-format-paragraphs)
1467 (woman-leave-blank-lines): Code cleanup.
1468 (woman-use-own-frame): Change default to nil.
1469 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
1470 defaults to inherit from default faces.
1471 (woman2-process-escapes): Consume the newline after a stand-alone
1472 filler character (Bug#3651).
1473
f176290e
GM
14742009-07-06 Glenn Morris <rgm@gnu.org>
1475
1476 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
1477 (top-level): Move provide to the end.
1478 (ffap): Remove defunct URL from custom group.
1479
1480 * subr.el (eval-after-load): Doc fix.
1481
e4a5a307
JB
14822009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
1483
1484 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
1485 `calc-embedded-word' is called twice.
1486
4b8b1ec5
SM
14872009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
1488
1489 * files.el (find-alternate-file-other-window, find-alternate-file):
1490 Obey confirm-nonexistent-file-or-buffer.
1491
d6ceb380
MA
14922009-07-05 Michael Albinus <michael.albinus@gmx.de>
1493
1494 * dired-aux.el (dired-show-file-type): Handle remote files.
1495
c760f19e
CY
14962009-03-22 Jari Aalto <jari.aalto@cante.net>
1497
4b8b1ec5
SM
1498 * desktop.el (desktop-globals-to-save):
1499 Add file-name-history (Bug#2750).
c760f19e 1500
6d00ce04
CY
15012009-07-05 Chong Yidong <cyd@stupidchicken.com>
1502
4b8b1ec5 1503 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 1504
6ee21b07
JB
15052009-07-04 Johan Bockgård <bojohan@gnu.org>
1506
1507 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
1508 property on entire argument since this is what eshell-lisp-command
1509 expects.
1510
f0dbdc25
MA
15112009-07-03 Michael Albinus <michael.albinus@gmx.de>
1512
1513 * net/tramp-gvfs.el (tramp-gvfs-methods)
1514 (tramp-gvfs-zeroconf-domain)
1515 (tramp-bluez-discover-devices-timeout): Add version flag.
1516 (tramp-gvfs-handler-mounted-unmounted)
1517 (tramp-gvfs-connection-mounted-p): Polish handling of
1518 incompatibilities between GVFS 0.2 and 1.0.
1519
e044e4fc
JD
15202009-07-03 Jan Djärv <jan.h.d@swipnet.se>
1521
4b8b1ec5 1522 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 1523
2e9b968b
JB
15242009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
1525
1526 * calc-math.el (math-use-emacs-fn): Make sure that the number is
1527 formatted correctly.
1528
baf1a55e
JL
15292009-07-02 Juri Linkov <juri@jurta.org>
1530
1531 * info.el: Virtual Info files and nodes.
1532 (Info-virtual-files, Info-virtual-nodes): New variables.
1533 (Info-current-node-virtual): New variable.
1534 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
1535 New functions.
1536 (Info-file-supports-index-cookies): Use Info-virtual-file-p
1537 to check for a virtual file instead of checking a fixed list
1538 of node names.
1539 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
1540 instead of ad-hoc processing of "dir" and (apropos history toc).
1541 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
1542 instead of ad-hoc processing of "dir" and (apropos history toc).
1543 Reread a file when moving from a virtual node.
1544 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
1545 (Info-directory-toc-nodes, Info-directory-find-file)
1546 (Info-directory-find-node): New functions.
1547 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
1548 (Info-history): Move part of code to
1549 `Info-history-find-node'.
1550 (Info-history-toc-nodes, Info-history-find-file)
1551 (Info-history-find-node): New functions.
1552 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
1553 (Info-toc): Move part of code to `Info-toc-find-node'.
1554 (Info-toc-find-node): New function.
4b8b1ec5 1555 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
1556 the current Info file name to references because now the node
1557 "*TOC*" belongs to the same Info manual.
4b8b1ec5 1558 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
1559 (Info-toc-nodes): Rename input argument `file' to `filename'.
1560 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
1561 instead of ad-hoc processing of ("dir" apropos history toc).
1562 (Info-index-nodes): Use Info-virtual-file-p
1563 to check for a virtual file instead of checking a fixed list
1564 of node names.
1565 (Info-index-node): Add check for `Info-current-node-virtual'.
1566 Raise `save-match-data' higher up the tree to contain
1567 `search-forward' too (bug fix).
1568 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
1569 (Info-virtual-index-nodes): New variable.
1570 (Info-virtual-index-find-node, Info-virtual-index): New functions.
1571 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
1572 (Info-apropos-file, Info-apropos-nodes): New variables.
1573 (Info-apropos-toc-nodes, Info-apropos-find-file)
1574 (Info-apropos-find-node, Info-apropos-matches): New functions.
1575 (info-apropos): Move part of code to `Info-apropos-find-node' and
1576 `Info-apropos-matches'.
1577 (Info-mode-map): Bind "I" to `Info-virtual-index'.
1578 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
1579 for a virtual file instead of checking a fixed list of node names.
1580
1581 * simple.el (async-shell-command): New command.
1582
1583 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
1584
1585 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
1586 instead of `mount-info'.
1587
d04bc496
MA
15882009-07-02 Michael Albinus <michael.albinus@gmx.de>
1589
1590 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 1591 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 1592
af0403e0
KH
15932009-07-02 Kenichi Handa <handa@m17n.org>
1594
1595 * international/mule.el (set-keyboard-coding-system): Force *-unix
1596 coding-system to avoid eol conversion.
1597
99278f8a
MA
15982009-07-01 Michael Albinus <michael.albinus@gmx.de>
1599
4b8b1ec5
SM
1600 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1601 Add handler for `process-file', `shell-command' and
99278f8a
MA
1602 `start-file-process'.
1603 (tramp-gvfs-handle-shell-command)
1604 (tramp-gvfs-handle-start-file-process)
1605 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 1606 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 1607
3f1c6666
JD
16082009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1609
1610 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
1611
3f396bac
KH
16122009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
1613
1614 * language/korean.el (set-language-info-alist): Add korean-cp949,
1615 cp949 to spec.
1616
c1185193
KH
16172009-07-01 Kenichi Handa <handa@m17n.org>
1618
1619 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
1620
1621 * international/encoded-kb.el: Deleted.
1622
1623 * international/mule.el (set-keyboard-coding-system): Perform the
1624 necessary setup here instead of calling encoded-kbd-setup-display.
1625
3f150a60
GM
16262009-07-01 Glenn Morris <rgm@gnu.org>
1627
1628 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
1629
b0d5b05b
GM
16302009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
1631
1632 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
1633
4f4126e6
MA
16342009-06-30 Michael Albinus <michael.albinus@gmx.de>
1635
4b8b1ec5
SM
1636 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
1637 Handle also the 'rename case, when setting file modes. (Bug#3712)
974647ac 1638 (tramp-default-file-modes) Remove execute permissions.
4f4126e6 1639
7ae3ea65 1640 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
1641 (top): Add a default for "synce" in `tramp-default-user-alist'.
1642 Add completion function for "synce" method.
1643 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
1644 (tramp-hal-interface-manager, tramp-hal-interface-device):
1645 New defconst.
1646 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
1647 (tramp-synce-list-devices, tramp-synce-parse-device-names):
1648 New defuns.
d6ceb380
MA
1649
1650 * net/trampver.el: Update release number.
7ae3ea65 1651
0ad6626b
KH
16522009-06-30 Kenichi Handa <handa@m17n.org>
1653
1654 * international/fontset.el (setup-default-fontset): Add CJK fonts
1655 for symbols and the other miscellaneous characters.
1656
4b8b1ec5
SM
1657 * language/korea-util.el (setup-korean-environment-internal):
1658 Make char-width-table suitable for Korean environments.
0ad6626b
KH
1659 (exit-korean-environment): Cancel above.
1660
1661 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
1662 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
1663 setup-funcion to make char-widht-table suitable for respective
1664 environments, and an exit-function to cancel that.
1665
1666 * language/japan-util.el (setup-japanese-environment-internal):
1667 Call use-cjk-char-width-table with arg `ja_JP'.
1668
1669 * international/characters.el (cjk-char-width-table): Delete it.
1670 (cjk-char-width-table-list): New variable.
1671 (use-cjk-char-width-table): New arg local-name.
1672 (use-default-char-width-table): Fix for the case that Emacs is
1673 already using the default char-width-table.
1674
fd46e893
MA
16752009-06-29 Michael Albinus <michael.albinus@gmx.de>
1676
1677 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
1678 modes mandatory. (Bug#3712)
1679
b87d9f96
AM
16802009-06-29 Alan Mackenzie <acm@muc.de>
1681
1682 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 1683 correction between the visible width of TABs and their number of bytes.
b87d9f96 1684
2d25aa5a
CY
16852009-06-29 Chong Yidong <cyd@stupidchicken.com>
1686
1687 * server.el (server-buffer-done): Prevent kill-buffer from
1688 prompting by clearing the buffer modification flag (Bug#3696).
1689
a3a8b002
DN
16902009-06-28 Michael McNamara <mac@mail.brushroad.com>
1691
1692 * verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 1693 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
1694 (verilog-basic-complete-re): Support localparam lineup.
1695 (verilog-beg-of-statement-1): Fix for robustness, unique case.
1696 (verilog-set-auto-endcomments): Fix for unique case, always_comb
1697 commenting.
1698 (verilog-leap-to-case-head): Now support *nested* unique &
1699 priority case statements.
1700 (verilog-auto-lineup): Make just declarations the default (as it
1701 had been).
4b8b1ec5 1702 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002
DN
1703 (verilog-auto-lineup): Rework to give users radio buttons to
1704 select the various styles of automatic lineup
1705 (verilog-error-regexp-alist): Rework to support the XEmacs style
1706 of error regular expressions from compilers, lint tools &
1707 simulators. Note that GNU Emacs has made it impossible for a mode
1708 to load such things.
1709 (electric-verilog-terminate-line, verilog-indent-declaration)
1710 (verilog-auto-wiure): Rework for radio button selection of
1711 auto-lineup selection of specification of auto lineup.
1712 (verilog-beg-of-statement-1): Redesign to support proper operation
1713 in additional code, based on testing with auto-lineup.
1714 (verilog-calculate-indent, assignments & declarations)
1715 (verilog-backward-token): Enhance to support auto-lineup of
1716 assignments & declarations.
1717 (verilog-in-directive-p, verilog-at-struct-p): New function for
1718 easy test of whether we are.
1719 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
1720 to support safe execution at almost anyline.
1721 (verilog-calc-1): Properly support indenting deep inside generate
1722 blocks.
1723 (verilog-init-font) Remove definition & use of verilog-init-font,
1724 as it is redundant with font-lock-defaults.
1725 (verilog-mode): Alter the definition of verilog-font-lock-defualts
1726 to avoid circular calls if syntax-ppss is a function (as is the
1727 case now in 22.x GNU Emacs) as that function would sometimes call
1728 itself, leading to (nearly) infinite recursion
1729 (verilog-ovm-begin-re, verilog-ovm-end-re)
1730 (verilog-ovm-statement-re, verilog-leap-to-head)
1731 (verilog-backward-token): Add support for OVM macros. Some are
1732 complete statements, and others open and close scopes like begin
1733 and end.
1734 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
1735 (verilog-defun-level-generate-only-re): Really fix the defun-list
1736 compilation issue
1737 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
1738 coverpoint, constraint and cross statements
1739 (verilog-defun-level-list, verilog-generate-defun-level-list)
1740 (verilog-all-defun-level-list): Redo these specifications - it is
1741 too hard to support eval-when compile aggregation of lists also
1742 built at when-compile time.
1743 (verilog-defun-level-list): Place defconsts of variables used in
1744 building regular expressions which are built in eval-when-compile
1745 bodies in the same eval-when-compile body to facilitate compile
1746 without load.
1747 (verilog-beg-block-re-ordered): Support indenting
1748 virtual/protected tasks and functions.
1749 (verilog-defun-level-list,verilog-in-generate-region-p)
1750 (verilog-backward-ws&directives, verilog-calc-1): Speed up
1751 indentation of some module items (generate items).
1752 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
1753 across virtual/protected tasks and functions.
1754
17552009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
1756
4b8b1ec5
SM
1757 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
1758 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
1759 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
1760 in concatenations. Reported by Yishay Belkind.
1761 (verilog-auto-ascii-enum): Support one-hot state machines in
1762 AUTOASCIIENUM. Suggested by Lloyd Gomez.
1763 (verilog-auto-inst, verilog-auto-inst-port): Include interface
1764 modport in AUTOINST and add vl-modport for users. Reported by
1765 David Rogoff.
1766 (verilog-auto-inout-module, verilog-auto-inst)
1767 (verilog-decls-get-interfaces, verilog-insert-definition)
1768 (verilog-insert-one-definition, verilog-read-decls)
1769 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
1770 (verilog-sig-modport, verilog-signals-combine-bus)
1771 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
1772 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
1773 Suggested by David Rogoff.
1774 (verilog-repair-open-comma): Fix non-insertion of comma when
1775 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
1776 (verilog-make-width-expression): Simplify [A-1:0] expression
1777 widths to just {A{1'b0}}.
1778 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
1779 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
1780 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
1781 inputs/outputs or data type. Suggested by Vasu Kandadi.
1782 (next-error-last-buffer): Fix byte-compiler warning.
1783 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
1784 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 1785 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 1786 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
1787 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
1788 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
a3a8b002
DN
1789 in AUTOINOUT. Reported by Matthew Lovell.
1790 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
1791 causing use of <= assignments. Reported by Alex Reed.
1792 (verilog-read-decls): Fix triand, trior, wand, wor to be
1793 recognized by AUTOWIRE. Reported by Spencer Isaacson.
1794 (verilog-extended-complete-re): Support import "DPI-C" functions.
1795 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 1796 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
1797 (verilog-insert-date, verilog-insert-year)
1798 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
1799 Windows systems. Reported by Michael Potts.
1800 (verilog-read-module-name): Fix AUTOINST when the child module
1801 declaration's name is a tick define. Reported by Elliot Mednick.
1802 (verilog-read-decls): Fix V2K parameter bit subscripts getting
1803 passed to next parameter's definition. Reported by Bruce T.
1804 (verilog-read-decls): Fix detecting "parameter int" when using
1805 AUTOINSTPARAM. Reported by Bruce T.
1806 (verilog-goto-defun): Fix goto not finding modules unless first
1807 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 1808 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
1809 verilog-goto-defun will work. Reported by Lawrence Butcher.
1810 (verilog-getopt): Expand environment variables in -f file
1811 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 1812 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
1813 when reading enumerations.
1814 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
1815 Suggested by Stephen Peltan.
4b8b1ec5 1816 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
1817 files. Reported by Steve Peltan.
1818
f7c0d931
CY
18192009-06-28 David De La Harpe Golden <david@harpegolden.net>
1820
1821 * files.el (trash-directory): Fix defcustom type.
1822
baf1a55e 18232009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
1824
1825 * help-fns.el (describe-function-1): Correctly locate adviced
1826 functions in hyperlink (Bug#2438).
1827
d63a01ef
CY
18282009-06-28 Chong Yidong <cyd@stupidchicken.com>
1829
1830 * files.el (trash-directory): Change default to nil.
1831 (move-file-to-trash): If trash-directory is nil and
1832 system-move-file-to-trash is unbound, perform freedesktop-style
1833 trashing.
1834
18352009-06-28 David De La Harpe Golden <david@harpegolden.net>
1836
1837 * files.el (move-file-to-trash): Add freedesktop trash
1838 support (Bug#973).
1839
fc2f6a26
GM
18402009-06-28 Glenn Morris <rgm@gnu.org>
1841
1842 * autorevert.el (global-auto-revert-non-file-buffers)
1843 (global-auto-revert-mode): Doc fixes.
1844
00242b07
JB
18452009-06-27 Johan Bockgård <bojohan@gnu.org>
1846
1847 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
1848
f5594f03
CY
18492009-06-27 Chong Yidong <cyd@stupidchicken.com>
1850
e8a2b2da
CY
1851 * faces.el (x-handle-named-frame-geometry): Ensure that we have
1852 opened an X connection before calling x-get-resource (Bug#3194).
1853
f5594f03
CY
1854 * play/doctor.el: Remove reference to obsolete website.
1855 (make-doctor-variables): Correct grammar mistake (Bug#2633).
1856
3c3bf6ce
DN
18572009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
1858
1859 Remove find-file-not-found-hook VC method. (Bug#2757)
1860 * vc-hooks.el (vc-file-not-found-hook)
1861 (vc-default-find-file-not-found-hook): Remove functions.
1862 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
1863 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
1864 * vc.el:
1865 * vc-hg.el:
1866 * vc-git.el: Do not mention find-file-not-found-hook VC method.
1867
e26a7bc0
AM
18682009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
1869
1870 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
1871 compatibility function for `looking-back'
1872
4b8b1ec5
SM
1873 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
1874 Use `ispell-looking-back'
e26a7bc0 1875
d9848600
MA
18762009-06-24 Michael Albinus <michael.albinus@gmx.de>
1877
1878 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 1879 rather than `filename'.
d9848600 1880
05fbc4a9
MB
18812009-06-23 Miles Bader <miles@gnu.org>
1882
1883 * face-remap.el (text-scale-set): New function.
1884
f86ca715
GM
18852009-06-23 Glenn Morris <rgm@gnu.org>
1886
33e2c2e5
GM
1887 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
1888
f529f302
GM
1889 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
1890
34995333
GM
1891 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
1892
cc80ccee
GM
1893 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
1894
84cb770d
GM
1895 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
1896 Simplify Persian conditionals.
1897
d916c965
GM
1898 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
1899 variable `filename'.
1900
b6a44b27
GM
1901 * comint.el (comint-insert-input): Doc fix.
1902
f86ca715
GM
1903 * Makefile.in (ELCFILES): Fix typo in previous change.
1904
666e158e
MB
19052009-06-23 Miles Bader <miles@gnu.org>
1906
1907 * cus-start.el: Add entry for `recenter-redisplay'.
1908
77bf3f54
DN
19092009-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1910
1911 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
1912 Add an optional argument for the backend, use it instead of
1913 calling vc-backend.
4b8b1ec5
SM
1914 (vc-mode-line): Add an optional argument for the backend.
1915 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
1916 special handling for vc-state being a buffer to ...
1917
1918 * vc-rcs.el (vc-rcs-find-file-hook):
1919 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
1920
1921 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
1922 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
1923 vc-stay-local-p and vc-mode-line calls.
1924
1925 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
1926 (vc-cvs-diff, vc-cvs-annotate-command)
1927 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
1928 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
1929 vc-mode-line calls.
1930
1931 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
1932 direct comparison.
1933 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
1934 backend when calling vc-mode-line.
1935 (vc-register): Do not create a closure for calling the vc register
1936 function, call it directly.
1937
2764748c
DN
19382009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
1939
1940 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
1941 to make it obvious item can be clicked.
f5a0b281
DN
1942
1943 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
1944
d4a885b2
KH
19452009-06-23 Kenichi Handa <handa@m17n.org>
1946
1947 * language/korea-util.el (korean-key-bindings): Change the binding
1948 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
1949 same command.
1950
e3610693
MA
19512009-06-22 Michael Albinus <michael.albinus@gmx.de>
1952
1953 Sync with Tramp 2.1.16.
1954
1955 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
1956
1957 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
1958 when a loading of a package fails. Completion function for rsync
1959 is `tramp-completion-function-alist-ssh'.
1960 (all): Replace all calls of `split-string' and
1961 `tramp-split-string' by `tramp-compat-split-string'.
1962 (tramp-default-method): Use `tramp-compat-process-running-p'.
1963 (tramp-default-proxies-alist): Allow also Lisp forms.
1964 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 1965 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
1966 (tramp-domain-regexp): Allow also "-", "_" and ".".
1967 (tramp-end-of-output): Remove newlines, and add "$" at the end.
1968 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
1969 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
1970 (tramp-handle-directory-files-and-attributes-with-stat):
1971 Care about filenames with spaces, or starting with "-".
e3610693
MA
1972 (tramp-handle-dired-uncache): New defun.
1973 (tramp-handle-insert-directory): Don't flush the directory from
1974 cache, this is handled by `dired-uncache' now.
1975 (tramp-handle-insert-file-contents): Improve error handling.
1976 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1977 Quote `tramp-end-of-output'.
1978 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
1979 (tramp-check-for-regexp): Both echoes must be present, before removing.
1980 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
1981 (tramp-compute-multi-hops): Eval cons cells of
1982 `tramp-default-proxies-alist'.
1983 (tramp-maybe-open-connection): Use the same command pattern for
1984 first hop and further hops.
1985 (tramp-wait-for-output): Remove handling of newlines.
1986 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
1987 (tramp-split-string): Remove function. It is handled in
1988 tramp-compat now.
1989
4b8b1ec5
SM
1990 * net/tramp-cmds.el (tramp-bug):
1991 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
1992
1993 * net/tramp-compat.el (tramp-compat-split-string)
1994 (tramp-compat-process-running-p): New defuns.
1995
1996 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
1997 for `dired-uncache'.
1998
1999 * net/tramp-gvfs.el: New package.
2000
4b8b1ec5
SM
2001 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2002 Add handler for `dired-uncache'.
e3610693
MA
2003 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
2004
2005 * net/trampver.el: Update release number. Make version check fit
2006 for SXEmacs 22.
2007
13a3f374
JM
20082009-06-22 Jim Meyering <meyering@redhat.com>
2009
e0a28a3b 2010 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
2011 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
2012 XZ is the successor to LZMA: <http://tukaani.org/xz/>
2013
5242671e 20142009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
e0a28a3b 2015 Nick Roberts <nickrob@snap.net.nz>
13a3f374 2016
e0a28a3b 2017 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
2018 repository (http://sphinx.net.ru/hg/gdb-mi/).
2019
3fde45af
GM
20202009-06-22 Glenn Morris <rgm@gnu.org>
2021
46253b34
GM
2022 * files.el (dir-locals-collect-mode-variables): Allow for any number of
2023 `mode' and `eval' entries. (Bug#3430)
2024
97e18192
GM
2025 * Makefile.in (ELCFILES): Add fadr.elc.
2026
731a00fb
GM
2027 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
2028 differing behavior of \n and ^ in strings. (Bug#3385)
2029
c66cd0ff
GM
2030 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
2031
3fde45af
GM
2032 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
2033 property.
2034 (lisp-indent-function): Make it a defcustom.
2035
db2241a0
NR
20362009-06-21 Nick Roberts <nickrob@snap.net.nz>
2037
2038 * progmodes/gdb-ui.el: Replace with ...
5242671e 2039 * progmodes/gdb-mi.el: ... this file.
db2241a0 2040 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
2041
20422009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
2043
db2241a0
NR
2044 * fadr.el: New file.
2045
38d4f316 2046See ChangeLog.14 for earlier changes.
e3d51b27
MR
2047
2048;; Local Variables:
2049;; coding: utf-8
e3d51b27
MR
2050;; End:
2051
38d4f316 2052 Copyright (C) 2009 Free Software Foundation, Inc.
e3d51b27
MR
2053
2054 This file is part of GNU Emacs.
2055
2056 GNU Emacs is free software: you can redistribute it and/or modify
2057 it under the terms of the GNU General Public License as published by
2058 the Free Software Foundation, either version 3 of the License, or
2059 (at your option) any later version.
2060
2061 GNU Emacs is distributed in the hope that it will be useful,
2062 but WITHOUT ANY WARRANTY; without even the implied warranty of
2063 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2064 GNU General Public License for more details.
2065
2066 You should have received a copy of the GNU General Public License
2067 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
2068
38d4f316 2069;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1