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