* Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
e1bdde78
CY
12009-08-16 Chong Yidong <cyd@stupidchicken.com>
2
3 * files.el (get-free-disk-space): Change fallback default
4 directory to /. Expand DIR argument before switching to fallback.
5 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
6
9d73a99e
CY
72009-08-15 Chong Yidong <cyd@stupidchicken.com>
8
9 * files.el (load-library): Doc fix.
10
68b962d4 112009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 12
68b962d4
MK
13 * viper-cmd.el (viper-insert-isearch-string): new function.
14 (viper-if-string): redefine C-s in the minibuffer to insert the last
15 incremental search string.
9d73a99e 16
68b962d4
MK
17 * ediff-init.el (ediff-coding-system): use escape-quoted in case of
18 XEmacs.
9d73a99e 19
68b962d4
MK
20 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip,
21 ediff-merge-region-is-non-clash,
22 ediff-skip-merge-region-if-changed-from-default-p): use defun.
23 Also check if the job is really a merge job.
9d73a99e 24
68b962d4 25 * ediff.el (ediff-current-file): new function.
9d73a99e 26
2e330adc
CY
272009-08-15 Chong Yidong <cyd@stupidchicken.com>
28
29 * progmodes/js.el: Edit docstrings throughout to follow Emacs
30 conventions.
31 (js-insert-and-indent): Function deleted.
32 (js-mode-map): Don't bind keys to js-insert-and-indent.
33 (js-beginning-of-defun): Rename from js--beginning-of-defun.
34 (js-end-of-defun): Rename from js--end-of-defun.
35 (js-auto-indent-flag): Variable deleted.
36
17b5d0f7
CY
372009-08-14 Chong Yidong <cyd@stupidchicken.com>
38
2e330adc
CY
39 * progmodes/js.el: Remove proclaim statement. Defvar
40 which-func-imenu-joiner-function to silence compiler.
41
ba2d8894
CY
42 * files.el (auto-mode-alist): Use js-mode for .js files.
43
17b5d0f7
CY
44 * progmodes/js2-mode.el: File removed.
45
46 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
47
48 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
49
50 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode
51 entry.
52
532009-08-14 Daniel Colascione <dan.colascione@gmail.com>
54
55 * progmodes/js.el: New file.
56
b6377f1d
MH
572009-08-14 Mark A. Hershberger <mah@everybody.org>
58
59 * timezone.el (timezone-parse-date): Add ability to understand ISO
60 basic format (minimal separators) dates in addition to the
61 already-supported extended format dates.
62
bc0eef46
EZ
632009-08-14 Eli Zaretskii <eliz@gnu.org>
64
4e021e65
EZ
65 * international/ucs-normalize.el: Add a `coding' file variable.
66
bc0eef46
EZ
67 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
68
53dab179
SS
692009-08-14 Sam Steingold <sds@gnu.org>
70
6801c38a 71 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 72
6c58c39c
CY
732009-08-13 Chong Yidong <cyd@stupidchicken.com>
74
75 * faces.el (help-argument-name): Define it here instead of
76 help-fns.el, because in daemon mode help-fns.el may be loaded when
77 faces are still uninitialized (Bug#1078).
78
79 * help-fns.el (help-argument-name): Move defface to faces.el.
80
c7baf7e9
NR
812009-08-13 Nick Roberts <nickrob@snap.net.nz>
82
83 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
84 create buffer with a pty but no process so that GDB can make the
85 inferior the controlling process.
86
d6d30064
KH
872009-08-13 Kenichi Handa <handa@m17n.org>
88
89 * international/ucs-normalize.el: New file.
90
8cdba32b
RS
912009-08-13 Richard Stallman <rms@gnu.org>
92
5c950923
RS
93 * mail/rmail.el (rmail-get-attr-names):
94 Accept an attribute header that is too short.
95
76e1e40b
RS
96 * mail/rmail.el (rmail-forget-messages):
97 Ignore nil elt in rmail-message-vector. Use dotimes.
98
1fc01b08
RS
99 * progmodes/compile.el (compilation-goto-locus):
100 Use next-error-move-function.
101
8cdba32b
RS
102 * simple.el (next-error-move-function): New variable.
103
99910cf4
JL
1042009-08-12 Juri Linkov <juri@jurta.org>
105
106 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
107 always non-nil. (Bug#4052)
108
109 * replace.el (read-regexp): Return empty string when
110 `default-value' is nil.
111 (keep-lines-read-args): Don't use empty string as the
112 default value for `read-regexp'. (Bug#2495)
113
fc5bdf6c
JL
1142009-08-12 Juri Linkov <juri@jurta.org>
115
116 * international/mule-cmds.el (ucs-insert): Change arguments
117 from `arg' to `character', `count', `inherit' to be the same
118 as in `insert-char'. Doc fix. (Bug#4039)
119
120 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
121
77748848
JL
1222009-08-12 Juri Linkov <juri@jurta.org>
123
124 * files-x.el: New file.
125
126 * files.el: Move code that deals with adding/deleting
127 file/directory-local variables to files-x.el.
128
129 * Makefile.in (ELCFILES): Add files-x.elc.
130
c8a44c4e
DD
1312009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
132
27a9fd5a
DD
133 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
134 to use `goto-line'.
135 (gdb-place-breakpoints, gdb-get-location): Rewritten without
136 `goto-line'.
137 (gdb-invalidate-disassembly): Do not refresh upon receiving
138 'update signal. Instead, update all disassembly buffers only after
139 threads list.
cf6e27cf
DD
140 (gdb): Send -target-detach when buffer is killed (#3794).
141 (gdb-starting): Moved -data-list-register-names...
142 (gdb-stopped): ...here so it's sent when first thread stops.
143 (gdb-registers-handler-custom): Do nothing if register names are
144 unknown yet.
27a9fd5a 145
c8a44c4e
DD
146 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
147 from `gdb-mi.el' to avoid extra tangling.
148
149 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
150 change which breaks `gud-def' definitions. used in `gdb'.
151 (gdb-update-gud-running): No extra fuss for updating frame number.
152
dfd4e693
SM
1532009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
154
51c4341f
SM
155 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
156 (describe-language-environment-map, setup-language-environment-map)
157 (set-coding-system-map): Move initialization into declaration.
158 (set-language-info-alist): Last arg to define-key-after can be skipped.
159
160 * international/quail.el (quail-completion-1): Simplify.
161 (quail-define-rules): Use slightly more compact code.
162 (quail-insert-decode-map): Propertize keys, compact columns.
163
dfd4e693
SM
164 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
165 Add goto-line.
166
83326559
MB
1672009-08-10 Miles Bader <miles@gnu.org>
168
169 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
170 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
171 (js2-instance-member, js2-private-member, js2-private-function-call)
172 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
173 (js2-magic-paren, js2-external-variable):
174 Remove "-face" suffix from face names.
175 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
176 (js2-highlight-undeclared-vars, js2-peek-token)
177 (js2-parse-function-params, js2-mode-show-errors)
178 (js2-mode-show-warnings, js2-make-magic-delimiter)
179 (js2-mode-highlight-magic-parens): Update to use new face names.
180
8e754ea2
MA
1812009-08-09 Michael Albinus <michael.albinus@gmx.de>
182
183 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
184 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
185
1c292fc7
CY
1862009-08-09 Chong Yidong <cyd@stupidchicken.com>
187
18d433a7
CY
188 * subr.el: Provide hashtable-print-readable.
189
1c292fc7
CY
190 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
191 hs-c-like-adjust-block-beginning.
192 (hs-hide-block-at-point): Stop hiding at the beginning of
193 hs-block-end-regexp (Bug#700).
194
2db0ae07
DD
1952009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
196
197 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
198 a macro.
199 (gdb-registers-handler-custom): Do not fail when register names
200 are unavailable.
201
fe4740a6
DD
2022009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
203
204 * progmodes/gdb-mi.el (gdb-control-all-threads)
205 (gdb-control-current-thread): Interactive setters for
206 `gdb-gud-control-all-threads' to use in menu.
207 (gdb-show-run-p): Show «Go» when process is not active.
208 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
209 gud/thread.xpm and gud/all.xpm.
210
ce299d55
CY
2112009-08-08 Yoni Rabkin <yoni@rabkins.net>
212
213 * net/net-utils.el (net-utils-font-lock-keywords): New var.
214 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
215 (net-utils-mode): New mode for viewing diagnostic network output.
216 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
217 (net-utils-run-simple): New function.
218 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 219
7c4654ad
DD
2202009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
221
222 * progmodes/gdb-mi.el (gdb-read-memory-custom)
223 (gdb-memory-set-address, def-gdb-set-positive-number)
224 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
225 after changing settings.
226 (gdb-invalidate-disassembly): Update when first shown.
227 (gdb-edit-locals-value): Fixed.
228 (gdb-registers-handler-custom): Print registers in right order and
229 allow changing register values (only for current thread yet).
9cbac26b
DD
230 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
231 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
232 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
233 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
234 info in mode name.
235 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 236
0f25a277
EZ
2372009-08-08 Eli Zaretskii <eliz@gnu.org>
238
239 * mail/rmail.el (rmail-add-mbox-headers)
240 (rmail-set-message-counters-counter): Search for
241 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
242
b971be60
GM
2432009-08-08 Glenn Morris <rgm@gnu.org>
244
245 * Makefile.in (ELCFILES): Update.
246
a35d3ad8
EZ
2472009-08-07 Eli Zaretskii <eliz@gnu.org>
248
60c2df40
EZ
249 * mail/sendmail.el (mail-yank-original): Set
250 buffer-file-coding-system from the one used by the message whose
251 text is yanked.
252
8b0bcc2e
EZ
253 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
254 to "windows" when "pgnuplot" is used.
255 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
256 call accept-process-output if "pgnuplot" is used.
257 (calc-graph-init): Don't send -display and -geometry to
258 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
259 running "pgnuplot -V" with shell-command-to-string.
260
261 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
262 the default.
263
2642009-08-07 Eli Zaretskii <eliz@gnu.org>
265
266 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
267 org/org-latex.elc.
268
3bca7ca5
DN
2692009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
270
3c53763c
DN
271 * vc-dispatcher.el (vc-resynch-window): Update comment.
272
3bca7ca5
DN
273 * term.el (term-handle-ansi-escape): Add comments with the
274 terminfo capabilities implemented.
275
7b217360
DD
2762009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
277
278 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
279 (gdb-var-create-handler): Rewritten using JSON parser.
280 (gdb-propertize-header): Moved earlier.
281 (gdb-set-header): Removed to avoid duplication.
282 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
283 Refresh disassembly buffers only after threads list have been
284 update.
285 (gdb-threads-header, gdb-registers-header): Per-buffer header line
286 variables.
287
b4d84ecf
JL
2882009-08-04 Juri Linkov <juri@jurta.org>
289
290 * files.el: Commands to add/delete file/directory-local variables.
291 (read-file-local-variable, read-file-local-variable-value)
292 (read-file-local-variable-mode, modify-file-local-variable)
293 (modify-file-local-variable-prop-line)
294 (modify-dir-local-variable): New functions.
295 (add-file-local-variable, delete-file-local-variable)
296 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
297 (add-dir-local-variable, delete-dir-local-variable)
298 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
299 (copy-dir-locals-to-file-locals-prop-line): New commands.
300
42da39c1
CY
3012009-08-04 Chong Yidong <cyd@stupidchicken.com>
302
303 * abbrev.el (insert-abbrev-table-description): Prettify output.
304 Suggested by Karl Chen.
305
98bf8494
DD
3062009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
307
78b9fb28
DD
308 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
309 (gdb-overlay-arrow-position): Renamed to
310 `gdb-disassembly-position'.
311 (gdb-overlay-arrow-position, gdb-thread-position)
312 (gdb-disassembly-position): Declare variables.
313 (gdb-wait-for-pending): Function now.
314 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
315 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
316 compilation goes smoothly.
317 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
318 (gdb-non-stop-setting): New customization setting which replaces
319 `gdb-non-stop' so changing it doesn't break active GDB session.
320 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
321 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
322 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
323 (gdb-show-threads-by-default): New customization options.
324 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
325 routines.
326 (gdb-get-buffer-create): Send buffers update signal when they are
327 created.
328 (gdb-invalidate-locals, gdb-invalidate-registers)
329 (gdb-invalidate-breakpoints)
330 (gdb-invalidate-threads, gdb-invalidate-disassembly)
331 (gdb-invalidate-memory): Accept update signal.
332 (gdb-current-context-command): Use --frame option.
333 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
334 Implement `gdb-frame-number' selection logic.
335 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
336 whether to show GUD toolbar buttons.
337 (gdb-thread-exited): Unselect current thread when it exits.
338 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
339 (gdb-mark-line): Routine which sets overlay arrow or inverses
340 video on fringeless displays.
341 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
342 to build aligned columns of data in GDB buffers and set text
343 properties line-by-line.
344 (gdb-invalidate-breakpoints)
345 (gdb-breakpoints-list-handler-custom)
346 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
347 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
348 (gdb-registers-handler-custom): Align data columns.
349 (gdb-locals-handler-custom): Now prints data like in variable
350 declarations.
351 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
352 Removed confusing buttons.
353 (gdb-invalidate-threads): Append --frame.
354 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
355 between breakpoints/threads buffers.
356 (gdb-set-window-buffer): Now can ignore dedicated windows.
357 (gdb-propertize-header): Use `gdb-set-window-buffer'.
358 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
359 (def-gdb-thread-buffer-gud-command): Replaces
360 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
361 for fine thread control.
362 (gdb-preempt-existing-or-display-buffer): New function used to
363 display bound buffers without breaking window layout.
364 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
365 (gdb-select-frame): New version of `gdb-frames-select' which now
366 sets `gdb-frame-number' so commands may use --frame option instead
367 of inner debugger state.
368 (gdb-frame-handler): Do not set `gdb-frame-number'.
369 (gdb-threads-mode-map): Select threads with mouse.
370
371 * progmodes/gud.el (gdb-gud-context-call): Declare function to
372 avoid compilation warning.
373 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
374 `gdb-show-stop-p`.
375
566f3909
DD
376 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
377 Argument `key' renamed to `buffer-type'.
378 (gdb-current-context-buffer-name): Do not add thread info to
379 buffer name when no thread is selected.
380 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
381 command (bug 3794).
382 (gdb-thread-selected): Handle `=thread-selected' notification.
383 (gdb-wait-for-pending): New macro to deal with congestion problems.
384 (gdb-breakpoints-list-handler-custom): Don't fail on pending
385 breakpoints.
386 (gdb-invalidate-disassembly): Use 'fullname instead of 'file. This
387 fixes problem similar to one described in bug 3947.
388 (gud-menu-map): More menu items.
389 (gdb-init-1): Reset `gdb-thread-number' to nil.
390
4a31122c
DD
391 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
392 non-stop settings.
393
394 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
395 (gdb-current-context-command): Do not append --thread if
396 `gdb-thread-number' is nil.
397 (gdb-running-threads-count, gdb-stopped-threads-count): New
398 variables.
399 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
400 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
401 customization options.
402 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
403 GUD commands.
404 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'
405 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
406 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
407 set `gdb-thread-number' and update `gud-running' properly.
408 (gdb-running): Update threads list when new threads appear.
409 (gdb-stopped): Support non-stop operation and new thread switching
410 logic.
411 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
412 (gdb-json-partial-output): New set of JSON routines.
413 (def-gdb-auto-update-trigger): New `signal-list' optional
414 argument.
415 (gdb-thread-list-handler-custom): Update `gud-running',
416 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
417 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
418 (gdb-continue-thread, gdb-step-thread): New commands for fine
419 thread execution control.
420 (gud-menu-map): New menu items to switch non-stop options.
421 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 422 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
423
424 * progmodes/gdb-mi.el (gdb-rules-name-maker)
425 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
426 gdb-buffer-rules.
427 (def-gdb-auto-update-handler): New nopreserve optional argument.
428 (gdb-stack-list-frames-custom): Print stack from top to bottom.
429
430 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
431 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
432 (gdb-parent-mode): New mode to derive other GDB modes from.
433 (gdb-display-disassembly-for-thread)
434 (gdb-frame-disassembly-for-thread): New commands for threads
435 buffer.
436
437 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
438 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
439 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
440 (gdb-update): We now store all GDB buffers in a list so that they
441 can be updated by traversing a list instead of calling invalidate
442 triggers explicitly
443 (def-gdb-trigger-and-handler): New macro to define trigger-handler
444 pair for GDB buffer.
445 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
446 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
447 handle pending triggers.
448 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
449 (def-gdb-thread-buffer-simple-command)
450 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
451 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
452 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread): New
453 commands which show buffers bound to thread.
454 (gdb-stack-list-locals-regexp): Removed unused regexp.
4a31122c
DD
455
456 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name,gdb-locals-buffer-name)
457 (gdb-registers-buffer-name)
458 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
459 to (gud-comint-buffer) in *-buffer-name functions
460 because (gdb-get-target-string) already does that.
461 (gdb-locals-handler-custom, gdb-registers-handler-custom)
462 (gdb-changed-registers-handler): Rewritten without regexps.
463
464 * progmodes/gdb-mi.el Basic thread selection support.
465 (gdb-thread-number): New variable.
466 (gdb-current-context-command): New macro which adds --thread
467 option to command.
468 (gdb-threads-mode-map): Select thread with SPC
469 (gdb-thread-list-handler-custom): Mark current thread with overlay
470 arrow. Synchronize GDB thread and Emacs thread.
471 (gdb-select-thread): New command which selects current thread.
472 (gdb-invalidate-frames, gdb-invalidate-locals)
473 (gdb-invalidate-registers): Use --thread option.
20f12ed8 474
2ac33804
MA
4752009-08-04 Michael Albinus <michael.albinus@gmx.de>
476
477 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 478 robust. (Bug#3977)
2ac33804
MA
479 (tramp-handle-insert-file-contents): `unwind-protect' must be
480 inside `with-parsed-tramp-file-name'.
481
482 * net/tramp-gvfs.el (top): Remove superfluous message when loading
483 fails.
484
39d0296f
NR
4852009-08-03 Nick Roberts <nickrob@snap.net.nz>
486
487 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
488 directory if CLASSPATH is not set.
489
adcbca53
MA
4902009-08-03 Michael Albinus <michael.albinus@gmx.de>
491
492 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp) New
493 defconst.
7ef849b6 494 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 495
30924b0b
CY
4962009-08-02 Kevin Ryde <user42@zip.com.au>
497
498 * net/newst-backend.el (newsticker--raw-url-list-defaults): Update
499 freshmeat link. Delete newsforge.com as it seems gone.
500
b6ce92f1
CY
5012009-08-02 Chong Yidong <cyd@stupidchicken.com>
502
d977a092
CY
503 * select.el (x-set-selection): Doc fix (Bug#4021).
504
505 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
506
b6ce92f1
CY
507 * help-fns.el (describe-variable): Treat list return values from
508 dir-locals-find-file properly (Bug#4005).
509
3eedbc85
MA
5102009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
511
512 * net/tramp.el (tramp-debug-message): Print also microseconds.
513
5142009-08-02 Michael Albinus <michael.albinus@gmx.de>
515
516 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
517 or END is non-nil.
518 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
519 (tramp-get-debug-buffer): Change `outline-regexp' according to new
520 format.
521
522 * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
523 (tramp-get-file-property): Use it.
524
525 * autorevert.el (auto-revert-handler): Allow
526 `auto-revert-tail-mode' for remote files.
527
2aafe808
JR
5282009-08-02 Jason Rumney <jasonr@gnu.org>
529
530 * minibuffer.el (read-file-name): Treat confirm options to
531 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
532
e094097c
CY
5332009-08-02 Chong Yidong <cyd@stupidchicken.com>
534
535 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
536 (font-lock-variable-name-face, font-lock-constant-face): Darken
537 the colors for light backgrounds.
538
de94f281
EZ
5392009-08-01 Eli Zaretskii <eliz@gnu.org>
540
541 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
542 month names. (Bug#3987)
543
54b99340
CY
5442009-07-31 Chong Yidong <cyd@stupidchicken.com>
545
546 * simple.el (line-move-finish): Pass whole number to
547 line-move-to-column.
34be836c 548 (line-move-visual): Perform hscroll to the recorded position.
54b99340 549
38216c30
JB
5502009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
551
552 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
553
c779896d
CY
5542009-07-29 Alan Mackenzie <acm@muc.de>
555
556 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
557
592ccae0
DD
5582009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
559
35edc6c6
DD
560 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
561 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 562
5a9e3ab7
JB
5632009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
564
565 * calc/calc.el (calc-mode-map): Add keybinding for
566 `calc-transpose-lines'.
567
5682009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
569
570 * calc/calc-misc.el (calc-transpose-lines): New function.
571
905fb90e
MA
5722009-07-28 Michael Albinus <michael.albinus@gmx.de>
573
574 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
575 Simplify check for out-of-band methods.
576 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
577 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
578
76e14464
DN
5792009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
580
581 * vc-git.el (vc-git-checkin): Fix typo.
582
af077012
SY
5832009-07-28 Steve Yegge <steve.yegge@gmail.com>>
584
585 * progmodes/js2-mode.el: New file.
586
b85157fe
NR
5872009-07-28 Nick Roberts <nickrob@snap.net.nz>
588
589 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
590 (gud-menu-map): Adjust tooltip accordingly.
591
d43c2b06
DN
5922009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
593
1c0f0c3b
DN
594 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
595 (vc-bzr-log-view-mode): Adjust log-view-file-re.
596
d43c2b06
DN
597 * add-log.el (change-log-mode-map): Add a menu.
598
3dec5c36
MA
5992009-07-27 Michael Albinus <michael.albinus@gmx.de>
600
601 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
602 function returns nil.
603 (dbus-handle-event): Handle special return value :ignore.
604 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
605
5704140c
CY
6062009-07-26 Chong Yidong <cyd@stupidchicken.com>
607
608 * view.el (view-mode-enable): Don't define Helper-return-blurb if
609 it's not needed.
610
3077d1f6
EZ
6112009-07-25 Eli Zaretskii <eliz@gnu.org>
612
613 Fix Bug#3888:
614
615 * w32-vars.el (x-select-enable-clipboard): Doc fix.
616
617 * term/pc-win.el (x-display-name, x-colors)
618 (x-select-enable-clipboard, x-select-text): Doc fix.
619
620 * term/common-win.el (x-display-name, x-colors): Doc fix.
621
622 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
623 (xw-defined-colors): Doc fix.
624
625 * w32-fns.el (x-select-text, x-setup-function-keys)
626 (x-get-selection, x-set-selection): Doc fix.
627
628 * term/x-win.el (x-select-text, x-setup-function-keys)
629 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
630
631 * select.el (x-set-selection): Doc fix.
632
51768bc8
MA
6332009-07-25 Michael Albinus <michael.albinus@gmx.de>
634
635 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
636 instead of "IsNSSSupportAvailable". Avahi ought to work also when
637 "IsNSSSupportAvailable" method is not available. Reported by
638 Steve Youngs <steve@sxemacs.org>.
639
b11c2874
KH
6402009-07-24 Kenichi Handa <handa@m17n.org>
641
642 * international/characters.el: Fix setting of category ?C, ?|, ?K,
643 and ?H. Fix setting of case for Latin Extended and Greek
644 Extended.
645 (build-unicode-category-table): Fix range checks.
646
ba83b7b6
DN
6472009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
648
649 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
650 the buffer we try to sync is current when calling
651 vc-resynch-buffer.
652
653 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
654 not show up to date files.
655
7a8ae964
GM
6562009-07-24 Glenn Morris <rgm@gnu.org>
657
658 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
659 Add autoload cookies. If necessary, initialize.
660 (elint-log): Handle non-file buffers.
661 (elint-initialize): Add optional argument to reinitialize.
662 (elint-find-builtin-variables): Save excursion.
663
a707eb05
DN
6642009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
665
666 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
667 for Lint.
668
0a2ddfa6
DN
6692009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
670
d6a62b0d
DN
671 * vc.el (vc-print-log-internal): New function, split out from ...
672 (vc-print-log): ... here.
10b5dcad 673 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 674
0a2ddfa6
DN
675 * vc-git.el (vc-git-add-signoff): New variable.
676 (vc-git-checkin): Use it.
677 (vc-git-toggle-signoff): New function.
678 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
679 (vc-git--run-command-string): Accept a nil FILE argument.
680 (vc-git-stash-list): New function.
681 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 682
589a99f2
GM
6832009-07-23 Glenn Morris <rgm@gnu.org>
684
685 * help-fns.el (describe-variable): Describe ignored and risky local
686 variables in a similar way to that in which we describe safe ones.
687
688 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
689 (byte-compile-output-file-form, byte-compile-output-docform)
690 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
691 Give some more local variables with common names a "bytecomp-" prefix,
692 so as not to shadow things during compilation.
693 * emacs-lisp/cl-macs.el (load-time-value)
694 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
695 `outbuffer' to `bytecomp-outbuffer'.
696
697 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
698 since the next two variables cover them automatically now.
699 (elint-builtin-variables, elint-autoloaded-variables): New.
700 (elint-unknown-builtin-args): Remove all members, since they can be
701 parsed automatically now.
702 (elint-extra-errors): New.
703 (elint-env-add-env, elint-env-add-macro): Use cadr.
704 (elint-current-buffer): Use or. Change final message.
705 (elint-get-top-forms): Use line-end-position.
706 (elint-init-env): Use cadr. Handle autoload, declare-function,
707 and defalias.
708 (elint-add-required-env): Doc fix. Use or. Standardize error.
709 (regexp-assoc): Remove unused function.
710 (elint-top-form): Set elint-current-pos, to record the start of the
711 top-level form, for compilation-mode.
712 (elint-form): Trap errors in macro expansion. Use dolist.
713 (elint-unbound-variable): Use elint-builtin-variables and
714 elint-autoloaded-variables.
715 (elint-get-args): Use cadr, or.
716 (elint-check-cond-form): Use dolist, cadr.
717 (elint-check-condition-case-form): Doc fix. Use cadr.
718 Use elint-extra-errors.
719 (elint-log): New function.
720 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
721 Distinguish errors and warnings.
722 (elint-log-message): Use with-current-buffer. Inhibit read-only.
723 Use a bytecomp-style format.
724 (elint-clear-log): Preserve default-directory. Inhibit read-only.
725 (elint-get-log-buffer): Use compilation mode. Disable undo.
726 Don't truncate lines.
727 (elint-initialize): Set builtin and autoloaded variable lists.
728 Only process elint-unknown-builtin-args if non-nil.
729 (elint-find-builtin-variables, elint-find-autoloaded-variables):
730 New functions.
731 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
732
855b42a2
GM
7332009-07-22 Kevin Ryde <user42@zip.com.au>
734
735 * net/newst-backend.el (newsticker--parse-atom-1.0)
736 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
737 (newsticker--parse-rss-1.0):
738 * progmodes/idlwave.el (idlwave-mode):
739 * progmodes/idlw-shell.el (idlwave-shell-mode):
740 * progmodes/vera-mode.el (vera-mode):
741 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
742 * progmodes/vhdl-mode.el (vhdl-mode):
743 * textmodes/table.el (table-generate-source)
744 (table--warn-incompatibility):
745 Hyperlink urls in docstrings with URL `...'.
746
fd413a37
GM
7472009-07-22 Glenn Morris <rgm@gnu.org>
748
cb711556
GM
749 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
750 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
751 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
752 Remove leading * from defcustom docs.
753
fd413a37
GM
754 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
755
756 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
757 defcustom doc.
758 (list-load-path-shadows): Optionally, just return shadows as a string.
759
760 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
761
a4f69701
CY
7622009-07-21 Chong Yidong <cyd@stupidchicken.com>
763
764 * mail/rmailedit.el (rmail-edit-mode): Use
765 auto-save-include-big-deletions.
766
767 * mail/rmail.el (rmail-variables): Use
768 auto-save-include-big-deletions.
769
770 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
771 changes.
772
ec06459c
JB
7732009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
774
775 * calc/calc.el (calc-undo-length): New variable.
776 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
777
b41b0976
RS
7782009-07-21 Richard Stallman <rms@gnu.org>
779
780 * files.el (auto-save-mode): Handle buffer-save-size = -2
781 for toggling mode.
782
4ed32706
GM
7832009-07-21 Glenn Morris <rgm@gnu.org>
784
531b1264
GM
785 * textmodes/ispell.el (ispell-looking-back): Update declaration.
786
55d27f41
GM
787 * calendar/todo-mode.el (calendar-current-date): Update declaration.
788
02df3f4d
GM
789 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
790 silence compiler. Instead...
791 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
792 (ps-print-ensure-fontified): Update for above function name changes.
793
fdd8417e
GM
794 * printing.el (pr-mh-get-msg-num, pr-mh-show)
795 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
796 silence compiler. Instead...
797 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
798 (mh-show-buffer): Only define for compiler.
799 (pr-mh-current-message): Update for above function name changes.
800
4ed32706
GM
801 * files.el (abort-if-file-too-large): Explicitly pass `filename'
802 as an argument.
803 (find-file-noselect, insert-file-1): Update for above change.
804
805 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
806
807 * mail/mailclient.el (mailclient-send-it): Fix message.
808
809 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
810 (edebug-eval): Check cl-debug-env is bound.
811 (print-level, print-circle): Don't redefine built-in variables.
812
813 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
814 (custom-print-vectors): Remove old comments from doc.
815
816 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
817 (emerge-version): Make the variable an obsolete alias for the
818 emacs-version variable. Make the function obsolete.
819 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
820 Emerge options, rather than merging in into the main Options menu.
821 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
822 and auto advance modes. Disable edit/fast items when not relevant.
823
86812144
CY
8242009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
825
826 * term/vt420.el (terminal-init-vt420): Fix typo.
827
6bb90094
SS
8282009-07-20 Sam Steingold <sds@gnu.org>
829
830 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
831 variable (removed from compile.el on 2004-03-11).
832
42e0a725
CY
8332009-07-20 Chong Yidong <cyd@stupidchicken.com>
834
835 * files.el (hack-local-variables-filter): Fix last change.
836
2ee20f24
JL
8372009-07-19 Juri Linkov <juri@jurta.org>
838
839 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
840 (dir-local-variables-alist): New buffer-local variable.
841 (hack-local-variables-filter): If variable is not dir-local,
842 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
843 because file-local overrides dir-local.
844 (c-postprocess-file-styles)<declare-function>:
845 Remove obsolete declaration.
846 (hack-dir-local-variables): Add dir-local variable/value pair to
847 `dir-local-variables-alist' and remove duplicates. Doc fix.
848
849 * help-fns.el (describe-variable): Add information about
850 file-local and dir-local variables.
851
89bf83cd
CY
8522009-07-19 Chong Yidong <cyd@stupidchicken.com>
853
854 * files.el (hack-local-variables-filter): Rewrite.
855
1a8d3541
GM
8562009-07-19 Glenn Morris <rgm@gnu.org>
857
d9e8a018
GM
858 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
859 Silence compiler by only defining on XEmacs.
860
da332cfb
GM
861 * international/mule.el (auto-coding-regexp-alist): Only match
862 BABYL... at the start of buffer, not of lines. (Bug#3790)
863
1a8d3541
GM
864 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
865 non-calendar buffers (Bug#3862). Restore "not on a date" message.
866 (cal-menu-context-mouse-menu): Doc fix.
867
868 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
869
870 * simple.el (mail-user-agent): Doc fix. Set :version tag.
871
d842b103
JL
8722009-07-18 Juri Linkov <juri@jurta.org>
873
874 * info.el: Virtual Info keyword finder.
875 (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
876 (Info-finder-file): New variable.
877 (Info-finder-find-file): New function.
878 (finder-known-keywords, finder-package-info)
879 (find-library-name, lm-commentary): Use defvar and
880 declare-function to silence compiler warnings.
881 (Info-finder-find-node): New function.
882 (info-finder): New command.
883
884 * subr.el (process-kill-buffer-query-function): New function.
885 (add-hook)<kill-buffer-query-functions>: Add hook
886 `process-kill-buffer-query-function'.
887
10d37df7
AM
8882009-07-18 Alan Mackenzie <acm@muc.de>
889
890 * progmodes/cc-mode.el (c-before-hack-hook),
891 (c-postprocess-file-styles): Give invocation of `c-set-style'
892 DONT-OVERRIDE parameter of t. Already set style variables will
893 thus not be overridden by style settings given by `c-file-syle'.
894
895 * files.el (hack-local-variables-filter): Remove entries with
896 duplicate keys from `file-local-variables-alist'.
897
102e1a41
EZ
8982009-07-18 Eli Zaretskii <eliz@gnu.org>
899
900 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
901 x-set-selection if display-selections-p returns nil for the
902 current frame.
903
16f2e9fc
CY
9042009-07-18 Chong Yidong <cyd@stupidchicken.com>
905
906 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
907
f22693fc
EZ
9082009-07-18 Eli Zaretskii <eliz@gnu.org>
909
a6c2c80c
EZ
910 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
911 Accept nil in addition to a regexp.
912 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
913 Accept nil in addition to a regexp.
914 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
915 buffers that have an associated file. Handle nil values of
916 desktop-buffers-not-to-save and desktop-files-not-to-save.
917 (Bug#3833)
918
f22693fc
EZ
919 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
920 (x-disown-selection-internal): New functions.
921
e456379a
NR
9222009-07-18 Nick Roberts <nickrob@snap.net.nz>
923
924 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
925 warning.
926 (gdb-breakpoints-header): Move forward to avoid compiler warning.
927 (gdb-make-header-line-mouse-map): Remove duplicate definition.
928
0013b70f
CY
9292009-07-18 David De La Harpe Golden <david@harpegolden.net>
930
931 * simple.el (set-mark): Revert last change.
932
0855c2ca
CY
9332009-07-17 Tassilo Horn <tassilo@member.fsf.org>
934
935 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
936 rendering of pngs is not possible instead of messaging a long
937 description.
938
3f5c9cad
CY
9392009-07-17 David De La Harpe Golden <david@harpegolden.net>
940
941 * w32-fns.el (x-selection-owner-p): New function.
942
943 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6c6a75d5
CY
944 (mouse-yank-at-click, mouse-yank-primary): If
945 select-active-regions is non-nil, deactivate the mark before
946 insertion.
3f5c9cad
CY
947
948 * simple.el (deactivate-mark, set-mark): Only save selection if we
949 own it.
950
1fc87f9b
KH
9512009-07-17 Kenichi Handa <handa@m17n.org>
952
953 * case-table.el (describe-buffer-case-table): Fix for the case
954 that KEY is a cons.
955
d56fdcd2
DN
9562009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
957
958 * vc-rcs.el (vc-rcs-find-file-hook):
959 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
960
bede3e9f
MA
9612009-07-16 Michael Albinus <michael.albinus@gmx.de>
962
963 * net/tramp.el (tramp-wait-for-output): Handle the case when
964 commands do not return a newline but a null byte before the shell
965 prompt. (Bug#3858)
966
7653ca1d
YM
9672009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
968
969 * term/ns-win.el (ns-set-alpha): Don't declare.
970 (ns-set-background-alpha): Remove function.
971
ed2a52e9
SM
9722009-07-16 Kevin Ryde <user42@zip.com.au>
973
974 * emacs-lisp/copyright.el (copyright-update): Save match-data across
975 y-or-n-p, for safety.
976
7a907299
RS
9772009-07-16 Richard Stallman <rms@gnu.org>
978
979 * files.el (auto-save-mode): If buffer-saved-size is -2,
980 don't clobber it.
981
982 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
983 (rmail-retry-ignored-headers): Add more uninteresting fields.
984
c0db3477
CY
9852009-07-15 Jari Aalto <jari.aalto@cante.net>
986
987 * net/rcirc.el (rcirc): Use history variables.
988 (rcirc-server-name-history, rcirc-nick-name-history)
989 (rcirc-server-port-history): New variables.
990
6c875452
KH
9912009-07-15 Kenichi Handa <handa@m17n.org>
992
bf974dc9
KH
993 * international/mule-cmds.el (set-language-environment-charset):
994 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
995 ignore them.
996
6c875452
KH
997 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
998 Delete unibyte-display.
999
2066b4fe
CY
10002009-07-15 Chong Yidong <cyd@stupidchicken.com>
1001
1002 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
1003
f9be2e35
CY
10042009-07-15 Chong Yidong <cyd@stupidchicken.com>
1005
1006 * simple.el (deactivate-mark): Optional argument FORCE.
1007 (set-mark): Use deactivate-mark.
1008
1009 * info.el (Info-search): No need to check transient-mark-mode
1010 before calling deactivate-mark.
1011
1012 * select.el (x-set-selection): Doc fix.
1013 (x-valid-simple-selection-p): Allow buffer values.
1014 (xselect--selection-bounds): Handle buffer values. Suggested by
1015 David De La Harpe Golden.
1016
1017 * mouse.el (mouse-set-region, mouse-drag-track): Call
1018 copy-region-as-kill before setting the mark, to let
1019 select-active-regions work.
1020
10212009-06-28 David De La Harpe Golden <david@harpegolden.net>
1022
1023 * simple.el (deactivate-mark): If select-active-regions is
1024 non-nil, copy the selection data into a string.
1025 (activate-mark): If select-active-regions is non-nil, set the
1026 selection to the current buffer.
1027 (set-mark): Update selection if select-active-regions is non-nil.
1028
1029 * select.el (x-valid-simple-selection-p): Allow buffer values.
1030
cbd61418
SM
10312009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
1032
1033 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
1034 and more featureful message-mode.
1035
f470187f
CY
10362009-07-14 Chong Yidong <cyd@stupidchicken.com>
1037
1038 * select.el (x-set-selection): Doc fix.
1039 (x-valid-simple-selection-p): Disallow selection data consisting
1040 of a list or cons of integers, since that is not used.
1041 (xselect--selection-bounds, xselect--int-to-cons): New functions.
1042 (xselect-convert-to-string, xselect-convert-to-length)
1043 (xselect-convert-to-filename, xselect-convert-to-charpos)
1044 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
1045
bfc99364
DD
10462009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
1047
1048 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
1049 output in -break-info command (Emacs bug #3794).
1050
e32721f5
GM
10512009-07-14 Glenn Morris <rgm@gnu.org>
1052
1e46f9e4
GM
1053 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
1054 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
1055 (edebug-print-length, edebug-print-level, edebug-print-circle)
1056 (edebug-sit-for-seconds, edebug-view-outside)
1057 (edebug-bounce-point, edebug-set-global-break-condition)
1058 (edebug-Go-nonstop-mode, edebug-trace-mode)
1059 (edebug-Trace-fast-mode, edebug-continue-mode)
1060 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
1061 (edebug-visit-eval-list): Doc fixes.
1062
e32721f5
GM
1063 * subr.el (def-edebug-spec): Doc fix.
1064
66a85e76
KH
10652009-07-14 Kenichi Handa <handa@m17n.org>
1066
1067 * international/characters.el: Fix setting of category ?C.
1068
28571246
JD
10692009-07-13 Jan Djärv <jan.h.d@swipnet.se>
1070
1071 * term/ns-win.el (x-select-font): defailias x-select-font to
1072 ns-popup-font-panel instead of generate-fontset-menu.
1073
5d74672c
EZ
10742009-07-12 Eli Zaretskii <eliz@gnu.org>
1075
1076 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
1077
eb1727a4
CY
10782009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
1079
1080 * arc-mode.el (archive-find-type): Allow for a PK00 string before
1081 the PK\003\004 header (Bug#3770).
1082
208384c5
CY
10832009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
1084
1085 * pcomplete.el (pcomplete-comint-setup): Check for
1086 shell-dynamic-complete-filename too.
1087
774409a1
CY
10882009-07-11 Chong Yidong <cyd@stupidchicken.com>
1089
1090 * simple.el (temporary-goal-column): Change the value for
1091 line-move-visual to a cons cell.
1092 (line-move-visual): Record or set the window hscroll, if
1093 necessary (Bug#3494).
1094 (line-move-1): Handle cons value of temporary-goal-column.
1095
1639ee1d
KH
10962009-07-11 Kenichi Handa <handa@m17n.org>
1097
1098 * international/mule-diag.el (describe-character-set): Don't show
1099 width.
1100
2b1d2412
SS
11012009-07-10 Sam Steingold <sds@gnu.org>
1102
1103 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1104 Omake sometimes indents the errors it prints, so allow all
1105 regexps to start with spaces.
1106
ed3a5691
EZ
11072009-07-10 Eli Zaretskii <eliz@gnu.org>
1108
ed2a52e9
SM
1109 * cus-edit.el (customize-changed-options-previous-release):
1110 Bump value to 22.1. (Bug#3804)
ed3a5691 1111
49405d0e
SS
11122009-07-08 Sam Steingold <sds@gnu.org>
1113
1114 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
1115 to be a cons cell (test . ignored-directory) to selectively ignore
1116 some directories depending on the location of the search.
1117
93c3eb7c
MA
11182009-07-08 Michael Albinus <michael.albinus@gmx.de>
1119
1120 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
1121 remote user is root, on the local host.
1122 (tramp-local-host-p): Either the local user or the remote user
1123 must be root. (Bug#3771)
1124
6f2a8484
NR
11252009-07-08 Nick Roberts <nickrob@snap.net.nz>
1126
1127 * progmodes/gdb-mi.el (gdb): Remove description of
1128 gdb-use-separate-io-buffer.
69cb8d82 1129 (menu): Don't allow toggling of or enable
6f2a8484
NR
1130 gdb-use-separate-io-buffer from menubar.
1131
88d03607
CY
11322009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
1133
1134 * mail/unrmail.el (unrmail): Make sure the message ends with two
1135 newlines (Bug#3769).
1136
7ef5b8b2
GM
11372009-07-08 Glenn Morris <rgm@gnu.org>
1138
1139 * calendar/calendar.el (calendar-current-date): Rework previous change.
1140
3ce82f97
GM
11412009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
1142
1143 * calendar/calendar.el (calendar-current-date):
1144 Add an optional argument giving an offset from today.
1145
f35fc841
GM
11462009-07-08 Glenn Morris <rgm@gnu.org>
1147
1148 * tutorial.el (tutorial--describe-nonstandard-key):
1149 Adjust the message for when a key has been unbound.
1150 (help-with-tutorial): Hide the arch-tag.
1151
40149292
KH
11522009-07-08 Kenichi Handa <handa@m17n.org>
1153
69cb8d82
KH
1154 * international/fontset.el (setup-default-fontset): For each
1155 script, append (not set) font-specs.
1156
40149292
KH
1157 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
1158 docstring.
1159
ff0c4194
NR
11602009-07-08 Nick Roberts <nickrob@snap.net.nz>
1161
1162 * progmodes/gdb-mi.el (gdb-init-1): Move sending
1163 -data-list-register-names to ...
1164 (gdb-starting): ... here because GDB 7.0 requires execution to
1165 have started when using this MI command.
1166 (gdb-set-header): New function to distinguish select and
1167 unselected tabs in gdb buffers.
1168 (gdb-propertize-header): New macro that uses gdb-set-header.
1169 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 1170 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 1171
8954c675
CY
11722009-07-07 Chong Yidong <cyd@stupidchicken.com>
1173
1174 * Makefile.in (ELCFILES): Remove fadr.elc.
1175
0996385d
DD
11762009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
1177
dc6b4519
DD
1178 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
1179 may contain frame information, so `string-match' should be used.
1180 (gdb-update): Disassembly is invalidated through
1181 `gdb-get-selected-frame'.
1182 (gdb-pad-string): New function to pad string with spaces.
1183 (gdb-invalidate-disassembly): Invalidate only if the buffer
1184 exists.
1185 (gdb-disassembly-handler-custom): Column alignment.
1186 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
1187 placing new ones.
1188 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
1189 end of line, too.
1190 (gdb-frame-handler): Match convention to for disassembly buffer
1191 mode name.
17c1380b 1192 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
1193 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
1194 not highlight breakpoints without line information.
69a197a2 1195 (gdb-input): Add trailing newline to command.
dc6b4519 1196
14340b25
DD
1197 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
1198 buffer properly.
1199 (gdb-breakpoints-list-handler-custom): Replacement for
dc6b4519
DD
1200 `gdb-break-list-handler'. Using real parser instead of regexps
1201 now.
1202 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
1203 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
1204 to place breakpoints.
14340b25
DD
1205 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
1206 functions.
1207 (gdb-disassembly-handler-custom): Show overlay arrow.
1208 (gdb-disassembly-place-breakpoints): Show breakpoints in
1209 disassembly buffer.
1210 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519
DD
1211 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
1212 instead of parsing breakpoints buffer. Fixed old menu references
1213 in `gud-menu-map'.
14340b25 1214
38d4f316 1215 * fadr.el: Remove.
1f2a6224 1216
0996385d
DD
1217 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el
1218 (gdb-memory-address): New variable which holds top address of
1219 memory page shown in memory buffer
1220 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
1221 customization variables.
1222 New functions:
1223 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
1224 display the memory buffer.
1225 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
1226 buffer display parameters.
1227 (def-gdb-memory-format, gdb-memory-format-binary)
1228 (gdb-memory-format-octal, gdb-memory-format-unsigned)
1229 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
1230 Functions for setting memory buffer format.
1231 (gdb-memory-unit-word, gdb-memory-unit-halfword)
1232 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
1233 unit size used in memory buffer.
1234 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
1235 to next/previous page of memory buffer.
28d67a53 1236 Now using (bindat-get-field) instead of fadr functions.
0996385d 1237
9ba562d3
SS
12382009-07-07 Sam Steingold <sds@gnu.org>
1239
1240 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
1241 non-top-level files.
1242
a43977db
KH
12432009-07-07 Kenichi Handa <handa@m17n.org>
1244
1245 * international/mule-cmds.el (reset-language-environment): Put
1246 the highset priority to the charset iso-8859-1.
1247
d44d05e8
CY
12482009-07-06 Chong Yidong <cyd@stupidchicken.com>
1249
1250 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
1251 to the end of the line when locating the block (Bug#700).
1252
3e2fa353
MA
12532009-07-06 Michael Albinus <michael.albinus@gmx.de>
1254
1255 * net/tramp.el (tramp-handle-write-region): Flush file properties
1256 in case of short track.
1257
d88782c3
DN
12582009-07-07 Michael McNamara <mac@mail.brushroad.com>
1259
1260 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
1261 representation of verilog error regular expressions to work with
1262 Emacs-22's new format.
1263 (verilog-error-regexp-xemacs-alist): Coded custom representation
1264 of verilog error regular expressions to work with XEmacs format
1265 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
1266 error recognition into XEmacs.
1267 (verilog-error-regexp-add-emacs): Hook routine to install verilog
1268 error recognition into Emacs-22.
1269
25c6f63e
CY
12702009-07-06 Chong Yidong <cyd@stupidchicken.com>
1271
1272 * woman.el: Remove stand-alone closing parentheses.
1273 (woman-file-name, woman2-format-paragraphs)
1274 (woman-leave-blank-lines): Code cleanup.
1275 (woman-use-own-frame): Change default to nil.
1276 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
1277 defaults to inherit from default faces.
1278 (woman2-process-escapes): Consume the newline after a stand-alone
1279 filler character (Bug#3651).
1280
f176290e
GM
12812009-07-06 Glenn Morris <rgm@gnu.org>
1282
1283 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
1284 (top-level): Move provide to the end.
1285 (ffap): Remove defunct URL from custom group.
1286
1287 * subr.el (eval-after-load): Doc fix.
1288
e4a5a307
JB
12892009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
1290
1291 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
1292 `calc-embedded-word' is called twice.
1293
4b8b1ec5
SM
12942009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
1295
1296 * files.el (find-alternate-file-other-window, find-alternate-file):
1297 Obey confirm-nonexistent-file-or-buffer.
1298
d6ceb380
MA
12992009-07-05 Michael Albinus <michael.albinus@gmx.de>
1300
1301 * dired-aux.el (dired-show-file-type): Handle remote files.
1302
c760f19e
CY
13032009-03-22 Jari Aalto <jari.aalto@cante.net>
1304
4b8b1ec5
SM
1305 * desktop.el (desktop-globals-to-save):
1306 Add file-name-history (Bug#2750).
c760f19e 1307
6d00ce04
CY
13082009-07-05 Chong Yidong <cyd@stupidchicken.com>
1309
4b8b1ec5 1310 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 1311
6ee21b07
JB
13122009-07-04 Johan Bockgård <bojohan@gnu.org>
1313
1314 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
1315 property on entire argument since this is what eshell-lisp-command
1316 expects.
1317
f0dbdc25
MA
13182009-07-03 Michael Albinus <michael.albinus@gmx.de>
1319
1320 * net/tramp-gvfs.el (tramp-gvfs-methods)
1321 (tramp-gvfs-zeroconf-domain)
1322 (tramp-bluez-discover-devices-timeout): Add version flag.
1323 (tramp-gvfs-handler-mounted-unmounted)
1324 (tramp-gvfs-connection-mounted-p): Polish handling of
1325 incompatibilities between GVFS 0.2 and 1.0.
1326
e044e4fc
JD
13272009-07-03 Jan Djärv <jan.h.d@swipnet.se>
1328
4b8b1ec5 1329 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 1330
2e9b968b
JB
13312009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
1332
1333 * calc-math.el (math-use-emacs-fn): Make sure that the number is
1334 formatted correctly.
1335
baf1a55e
JL
13362009-07-02 Juri Linkov <juri@jurta.org>
1337
1338 * info.el: Virtual Info files and nodes.
1339 (Info-virtual-files, Info-virtual-nodes): New variables.
1340 (Info-current-node-virtual): New variable.
1341 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
1342 New functions.
1343 (Info-file-supports-index-cookies): Use Info-virtual-file-p
1344 to check for a virtual file instead of checking a fixed list
1345 of node names.
1346 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
1347 instead of ad-hoc processing of "dir" and (apropos history toc).
1348 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
1349 instead of ad-hoc processing of "dir" and (apropos history toc).
1350 Reread a file when moving from a virtual node.
1351 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
1352 (Info-directory-toc-nodes, Info-directory-find-file)
1353 (Info-directory-find-node): New functions.
1354 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
1355 (Info-history): Move part of code to
1356 `Info-history-find-node'.
1357 (Info-history-toc-nodes, Info-history-find-file)
1358 (Info-history-find-node): New functions.
1359 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
1360 (Info-toc): Move part of code to `Info-toc-find-node'.
1361 (Info-toc-find-node): New function.
4b8b1ec5 1362 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
1363 the current Info file name to references because now the node
1364 "*TOC*" belongs to the same Info manual.
4b8b1ec5 1365 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
1366 (Info-toc-nodes): Rename input argument `file' to `filename'.
1367 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
1368 instead of ad-hoc processing of ("dir" apropos history toc).
1369 (Info-index-nodes): Use Info-virtual-file-p
1370 to check for a virtual file instead of checking a fixed list
1371 of node names.
1372 (Info-index-node): Add check for `Info-current-node-virtual'.
1373 Raise `save-match-data' higher up the tree to contain
1374 `search-forward' too (bug fix).
1375 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
1376 (Info-virtual-index-nodes): New variable.
1377 (Info-virtual-index-find-node, Info-virtual-index): New functions.
1378 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
1379 (Info-apropos-file, Info-apropos-nodes): New variables.
1380 (Info-apropos-toc-nodes, Info-apropos-find-file)
1381 (Info-apropos-find-node, Info-apropos-matches): New functions.
1382 (info-apropos): Move part of code to `Info-apropos-find-node' and
1383 `Info-apropos-matches'.
1384 (Info-mode-map): Bind "I" to `Info-virtual-index'.
1385 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
1386 for a virtual file instead of checking a fixed list of node names.
1387
1388 * simple.el (async-shell-command): New command.
1389
1390 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
1391
1392 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
1393 instead of `mount-info'.
1394
d04bc496
MA
13952009-07-02 Michael Albinus <michael.albinus@gmx.de>
1396
1397 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 1398 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 1399
af0403e0
KH
14002009-07-02 Kenichi Handa <handa@m17n.org>
1401
1402 * international/mule.el (set-keyboard-coding-system): Force *-unix
1403 coding-system to avoid eol conversion.
1404
99278f8a
MA
14052009-07-01 Michael Albinus <michael.albinus@gmx.de>
1406
4b8b1ec5
SM
1407 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1408 Add handler for `process-file', `shell-command' and
99278f8a
MA
1409 `start-file-process'.
1410 (tramp-gvfs-handle-shell-command)
1411 (tramp-gvfs-handle-start-file-process)
1412 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 1413 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 1414
3f1c6666
JD
14152009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1416
1417 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
1418
3f396bac
KH
14192009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
1420
1421 * language/korean.el (set-language-info-alist): Add korean-cp949,
1422 cp949 to spec.
1423
c1185193
KH
14242009-07-01 Kenichi Handa <handa@m17n.org>
1425
1426 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
1427
1428 * international/encoded-kb.el: Deleted.
1429
1430 * international/mule.el (set-keyboard-coding-system): Perform the
1431 necessary setup here instead of calling encoded-kbd-setup-display.
1432
3f150a60
GM
14332009-07-01 Glenn Morris <rgm@gnu.org>
1434
1435 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
1436
b0d5b05b
GM
14372009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
1438
1439 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
1440
4f4126e6
MA
14412009-06-30 Michael Albinus <michael.albinus@gmx.de>
1442
4b8b1ec5
SM
1443 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
1444 Handle also the 'rename case, when setting file modes. (Bug#3712)
974647ac 1445 (tramp-default-file-modes) Remove execute permissions.
4f4126e6 1446
7ae3ea65 1447 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
1448 (top): Add a default for "synce" in `tramp-default-user-alist'.
1449 Add completion function for "synce" method.
1450 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
1451 (tramp-hal-interface-manager, tramp-hal-interface-device):
1452 New defconst.
1453 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
1454 (tramp-synce-list-devices, tramp-synce-parse-device-names):
1455 New defuns.
d6ceb380
MA
1456
1457 * net/trampver.el: Update release number.
7ae3ea65 1458
0ad6626b
KH
14592009-06-30 Kenichi Handa <handa@m17n.org>
1460
1461 * international/fontset.el (setup-default-fontset): Add CJK fonts
1462 for symbols and the other miscellaneous characters.
1463
4b8b1ec5
SM
1464 * language/korea-util.el (setup-korean-environment-internal):
1465 Make char-width-table suitable for Korean environments.
0ad6626b
KH
1466 (exit-korean-environment): Cancel above.
1467
1468 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
1469 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
1470 setup-funcion to make char-widht-table suitable for respective
1471 environments, and an exit-function to cancel that.
1472
1473 * language/japan-util.el (setup-japanese-environment-internal):
1474 Call use-cjk-char-width-table with arg `ja_JP'.
1475
1476 * international/characters.el (cjk-char-width-table): Delete it.
1477 (cjk-char-width-table-list): New variable.
1478 (use-cjk-char-width-table): New arg local-name.
1479 (use-default-char-width-table): Fix for the case that Emacs is
1480 already using the default char-width-table.
1481
fd46e893
MA
14822009-06-29 Michael Albinus <michael.albinus@gmx.de>
1483
1484 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
1485 modes mandatory. (Bug#3712)
1486
b87d9f96
AM
14872009-06-29 Alan Mackenzie <acm@muc.de>
1488
1489 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 1490 correction between the visible width of TABs and their number of bytes.
b87d9f96 1491
2d25aa5a
CY
14922009-06-29 Chong Yidong <cyd@stupidchicken.com>
1493
1494 * server.el (server-buffer-done): Prevent kill-buffer from
1495 prompting by clearing the buffer modification flag (Bug#3696).
1496
a3a8b002
DN
14972009-06-28 Michael McNamara <mac@mail.brushroad.com>
1498
1499 * verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 1500 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
1501 (verilog-basic-complete-re): Support localparam lineup.
1502 (verilog-beg-of-statement-1): Fix for robustness, unique case.
1503 (verilog-set-auto-endcomments): Fix for unique case, always_comb
1504 commenting.
1505 (verilog-leap-to-case-head): Now support *nested* unique &
1506 priority case statements.
1507 (verilog-auto-lineup): Make just declarations the default (as it
1508 had been).
4b8b1ec5 1509 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002
DN
1510 (verilog-auto-lineup): Rework to give users radio buttons to
1511 select the various styles of automatic lineup
1512 (verilog-error-regexp-alist): Rework to support the XEmacs style
1513 of error regular expressions from compilers, lint tools &
1514 simulators. Note that GNU Emacs has made it impossible for a mode
1515 to load such things.
1516 (electric-verilog-terminate-line, verilog-indent-declaration)
1517 (verilog-auto-wiure): Rework for radio button selection of
1518 auto-lineup selection of specification of auto lineup.
1519 (verilog-beg-of-statement-1): Redesign to support proper operation
1520 in additional code, based on testing with auto-lineup.
1521 (verilog-calculate-indent, assignments & declarations)
1522 (verilog-backward-token): Enhance to support auto-lineup of
1523 assignments & declarations.
1524 (verilog-in-directive-p, verilog-at-struct-p): New function for
1525 easy test of whether we are.
1526 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
1527 to support safe execution at almost anyline.
1528 (verilog-calc-1): Properly support indenting deep inside generate
1529 blocks.
1530 (verilog-init-font) Remove definition & use of verilog-init-font,
1531 as it is redundant with font-lock-defaults.
1532 (verilog-mode): Alter the definition of verilog-font-lock-defualts
1533 to avoid circular calls if syntax-ppss is a function (as is the
1534 case now in 22.x GNU Emacs) as that function would sometimes call
1535 itself, leading to (nearly) infinite recursion
1536 (verilog-ovm-begin-re, verilog-ovm-end-re)
1537 (verilog-ovm-statement-re, verilog-leap-to-head)
1538 (verilog-backward-token): Add support for OVM macros. Some are
1539 complete statements, and others open and close scopes like begin
1540 and end.
1541 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
1542 (verilog-defun-level-generate-only-re): Really fix the defun-list
1543 compilation issue
1544 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
1545 coverpoint, constraint and cross statements
1546 (verilog-defun-level-list, verilog-generate-defun-level-list)
1547 (verilog-all-defun-level-list): Redo these specifications - it is
1548 too hard to support eval-when compile aggregation of lists also
1549 built at when-compile time.
1550 (verilog-defun-level-list): Place defconsts of variables used in
1551 building regular expressions which are built in eval-when-compile
1552 bodies in the same eval-when-compile body to facilitate compile
1553 without load.
1554 (verilog-beg-block-re-ordered): Support indenting
1555 virtual/protected tasks and functions.
1556 (verilog-defun-level-list,verilog-in-generate-region-p)
1557 (verilog-backward-ws&directives, verilog-calc-1): Speed up
1558 indentation of some module items (generate items).
1559 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
1560 across virtual/protected tasks and functions.
1561
15622009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
1563
4b8b1ec5
SM
1564 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
1565 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
1566 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
1567 in concatenations. Reported by Yishay Belkind.
1568 (verilog-auto-ascii-enum): Support one-hot state machines in
1569 AUTOASCIIENUM. Suggested by Lloyd Gomez.
1570 (verilog-auto-inst, verilog-auto-inst-port): Include interface
1571 modport in AUTOINST and add vl-modport for users. Reported by
1572 David Rogoff.
1573 (verilog-auto-inout-module, verilog-auto-inst)
1574 (verilog-decls-get-interfaces, verilog-insert-definition)
1575 (verilog-insert-one-definition, verilog-read-decls)
1576 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
1577 (verilog-sig-modport, verilog-signals-combine-bus)
1578 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
1579 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
1580 Suggested by David Rogoff.
1581 (verilog-repair-open-comma): Fix non-insertion of comma when
1582 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
1583 (verilog-make-width-expression): Simplify [A-1:0] expression
1584 widths to just {A{1'b0}}.
1585 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
1586 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
1587 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
1588 inputs/outputs or data type. Suggested by Vasu Kandadi.
1589 (next-error-last-buffer): Fix byte-compiler warning.
1590 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
1591 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 1592 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 1593 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
1594 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
1595 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
a3a8b002
DN
1596 in AUTOINOUT. Reported by Matthew Lovell.
1597 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
1598 causing use of <= assignments. Reported by Alex Reed.
1599 (verilog-read-decls): Fix triand, trior, wand, wor to be
1600 recognized by AUTOWIRE. Reported by Spencer Isaacson.
1601 (verilog-extended-complete-re): Support import "DPI-C" functions.
1602 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 1603 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
1604 (verilog-insert-date, verilog-insert-year)
1605 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
1606 Windows systems. Reported by Michael Potts.
1607 (verilog-read-module-name): Fix AUTOINST when the child module
1608 declaration's name is a tick define. Reported by Elliot Mednick.
1609 (verilog-read-decls): Fix V2K parameter bit subscripts getting
1610 passed to next parameter's definition. Reported by Bruce T.
1611 (verilog-read-decls): Fix detecting "parameter int" when using
1612 AUTOINSTPARAM. Reported by Bruce T.
1613 (verilog-goto-defun): Fix goto not finding modules unless first
1614 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 1615 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
1616 verilog-goto-defun will work. Reported by Lawrence Butcher.
1617 (verilog-getopt): Expand environment variables in -f file
1618 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 1619 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
1620 when reading enumerations.
1621 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
1622 Suggested by Stephen Peltan.
4b8b1ec5 1623 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
1624 files. Reported by Steve Peltan.
1625
f7c0d931
CY
16262009-06-28 David De La Harpe Golden <david@harpegolden.net>
1627
1628 * files.el (trash-directory): Fix defcustom type.
1629
baf1a55e 16302009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
1631
1632 * help-fns.el (describe-function-1): Correctly locate adviced
1633 functions in hyperlink (Bug#2438).
1634
d63a01ef
CY
16352009-06-28 Chong Yidong <cyd@stupidchicken.com>
1636
1637 * files.el (trash-directory): Change default to nil.
1638 (move-file-to-trash): If trash-directory is nil and
1639 system-move-file-to-trash is unbound, perform freedesktop-style
1640 trashing.
1641
16422009-06-28 David De La Harpe Golden <david@harpegolden.net>
1643
1644 * files.el (move-file-to-trash): Add freedesktop trash
1645 support (Bug#973).
1646
fc2f6a26
GM
16472009-06-28 Glenn Morris <rgm@gnu.org>
1648
1649 * autorevert.el (global-auto-revert-non-file-buffers)
1650 (global-auto-revert-mode): Doc fixes.
1651
00242b07
JB
16522009-06-27 Johan Bockgård <bojohan@gnu.org>
1653
1654 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
1655
f5594f03
CY
16562009-06-27 Chong Yidong <cyd@stupidchicken.com>
1657
e8a2b2da
CY
1658 * faces.el (x-handle-named-frame-geometry): Ensure that we have
1659 opened an X connection before calling x-get-resource (Bug#3194).
1660
f5594f03
CY
1661 * play/doctor.el: Remove reference to obsolete website.
1662 (make-doctor-variables): Correct grammar mistake (Bug#2633).
1663
3c3bf6ce
DN
16642009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
1665
1666 Remove find-file-not-found-hook VC method. (Bug#2757)
1667 * vc-hooks.el (vc-file-not-found-hook)
1668 (vc-default-find-file-not-found-hook): Remove functions.
1669 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
1670 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
1671 * vc.el:
1672 * vc-hg.el:
1673 * vc-git.el: Do not mention find-file-not-found-hook VC method.
1674
e26a7bc0
AM
16752009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
1676
1677 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
1678 compatibility function for `looking-back'
1679
4b8b1ec5
SM
1680 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
1681 Use `ispell-looking-back'
e26a7bc0 1682
d9848600
MA
16832009-06-24 Michael Albinus <michael.albinus@gmx.de>
1684
1685 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 1686 rather than `filename'.
d9848600 1687
05fbc4a9
MB
16882009-06-23 Miles Bader <miles@gnu.org>
1689
1690 * face-remap.el (text-scale-set): New function.
1691
f86ca715
GM
16922009-06-23 Glenn Morris <rgm@gnu.org>
1693
33e2c2e5
GM
1694 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
1695
f529f302
GM
1696 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
1697
34995333
GM
1698 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
1699
cc80ccee
GM
1700 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
1701
84cb770d
GM
1702 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
1703 Simplify Persian conditionals.
1704
d916c965
GM
1705 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
1706 variable `filename'.
1707
b6a44b27
GM
1708 * comint.el (comint-insert-input): Doc fix.
1709
f86ca715
GM
1710 * Makefile.in (ELCFILES): Fix typo in previous change.
1711
666e158e
MB
17122009-06-23 Miles Bader <miles@gnu.org>
1713
1714 * cus-start.el: Add entry for `recenter-redisplay'.
1715
77bf3f54
DN
17162009-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1717
1718 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
1719 Add an optional argument for the backend, use it instead of
1720 calling vc-backend.
4b8b1ec5
SM
1721 (vc-mode-line): Add an optional argument for the backend.
1722 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
1723 special handling for vc-state being a buffer to ...
1724
1725 * vc-rcs.el (vc-rcs-find-file-hook):
1726 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
1727
1728 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
1729 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
1730 vc-stay-local-p and vc-mode-line calls.
1731
1732 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
1733 (vc-cvs-diff, vc-cvs-annotate-command)
1734 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
1735 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
1736 vc-mode-line calls.
1737
1738 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
1739 direct comparison.
1740 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
1741 backend when calling vc-mode-line.
1742 (vc-register): Do not create a closure for calling the vc register
1743 function, call it directly.
1744
2764748c
DN
17452009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
1746
1747 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
1748 to make it obvious item can be clicked.
f5a0b281
DN
1749
1750 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
1751
d4a885b2
KH
17522009-06-23 Kenichi Handa <handa@m17n.org>
1753
1754 * language/korea-util.el (korean-key-bindings): Change the binding
1755 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
1756 same command.
1757
e3610693
MA
17582009-06-22 Michael Albinus <michael.albinus@gmx.de>
1759
1760 Sync with Tramp 2.1.16.
1761
1762 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
1763
1764 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
1765 when a loading of a package fails. Completion function for rsync
1766 is `tramp-completion-function-alist-ssh'.
1767 (all): Replace all calls of `split-string' and
1768 `tramp-split-string' by `tramp-compat-split-string'.
1769 (tramp-default-method): Use `tramp-compat-process-running-p'.
1770 (tramp-default-proxies-alist): Allow also Lisp forms.
1771 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 1772 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
1773 (tramp-domain-regexp): Allow also "-", "_" and ".".
1774 (tramp-end-of-output): Remove newlines, and add "$" at the end.
1775 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
1776 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
1777 (tramp-handle-directory-files-and-attributes-with-stat):
1778 Care about filenames with spaces, or starting with "-".
e3610693
MA
1779 (tramp-handle-dired-uncache): New defun.
1780 (tramp-handle-insert-directory): Don't flush the directory from
1781 cache, this is handled by `dired-uncache' now.
1782 (tramp-handle-insert-file-contents): Improve error handling.
1783 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1784 Quote `tramp-end-of-output'.
1785 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
1786 (tramp-check-for-regexp): Both echoes must be present, before removing.
1787 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
1788 (tramp-compute-multi-hops): Eval cons cells of
1789 `tramp-default-proxies-alist'.
1790 (tramp-maybe-open-connection): Use the same command pattern for
1791 first hop and further hops.
1792 (tramp-wait-for-output): Remove handling of newlines.
1793 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
1794 (tramp-split-string): Remove function. It is handled in
1795 tramp-compat now.
1796
4b8b1ec5
SM
1797 * net/tramp-cmds.el (tramp-bug):
1798 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
1799
1800 * net/tramp-compat.el (tramp-compat-split-string)
1801 (tramp-compat-process-running-p): New defuns.
1802
1803 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
1804 for `dired-uncache'.
1805
1806 * net/tramp-gvfs.el: New package.
1807
4b8b1ec5
SM
1808 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1809 Add handler for `dired-uncache'.
e3610693
MA
1810 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
1811
1812 * net/trampver.el: Update release number. Make version check fit
1813 for SXEmacs 22.
1814
13a3f374
JM
18152009-06-22 Jim Meyering <meyering@redhat.com>
1816
e0a28a3b 1817 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
1818 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
1819 XZ is the successor to LZMA: <http://tukaani.org/xz/>
1820
5242671e 18212009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
e0a28a3b 1822 Nick Roberts <nickrob@snap.net.nz>
13a3f374 1823
e0a28a3b 1824 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
1825 repository (http://sphinx.net.ru/hg/gdb-mi/).
1826
3fde45af
GM
18272009-06-22 Glenn Morris <rgm@gnu.org>
1828
46253b34
GM
1829 * files.el (dir-locals-collect-mode-variables): Allow for any number of
1830 `mode' and `eval' entries. (Bug#3430)
1831
97e18192
GM
1832 * Makefile.in (ELCFILES): Add fadr.elc.
1833
731a00fb
GM
1834 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
1835 differing behavior of \n and ^ in strings. (Bug#3385)
1836
c66cd0ff
GM
1837 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
1838
3fde45af
GM
1839 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
1840 property.
1841 (lisp-indent-function): Make it a defcustom.
1842
db2241a0
NR
18432009-06-21 Nick Roberts <nickrob@snap.net.nz>
1844
1845 * progmodes/gdb-ui.el: Replace with ...
5242671e 1846 * progmodes/gdb-mi.el: ... this file.
db2241a0 1847 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
1848
18492009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
1850
db2241a0
NR
1851 * fadr.el: New file.
1852
38d4f316 1853See ChangeLog.14 for earlier changes.
e3d51b27
MR
1854
1855;; Local Variables:
1856;; coding: utf-8
e3d51b27
MR
1857;; End:
1858
38d4f316 1859 Copyright (C) 2009 Free Software Foundation, Inc.
e3d51b27
MR
1860
1861 This file is part of GNU Emacs.
1862
1863 GNU Emacs is free software: you can redistribute it and/or modify
1864 it under the terms of the GNU General Public License as published by
1865 the Free Software Foundation, either version 3 of the License, or
1866 (at your option) any later version.
1867
1868 GNU Emacs is distributed in the hope that it will be useful,
1869 but WITHOUT ANY WARRANTY; without even the implied warranty of
1870 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1871 GNU General Public License for more details.
1872
1873 You should have received a copy of the GNU General Public License
1874 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
1875
38d4f316 1876;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1