* select.el (x-set-selection): Doc fix.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
f470187f
CY
12009-07-14 Chong Yidong <cyd@stupidchicken.com>
2
3 * select.el (x-set-selection): Doc fix.
4 (x-valid-simple-selection-p): Disallow selection data consisting
5 of a list or cons of integers, since that is not used.
6 (xselect--selection-bounds, xselect--int-to-cons): New functions.
7 (xselect-convert-to-string, xselect-convert-to-length)
8 (xselect-convert-to-filename, xselect-convert-to-charpos)
9 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10
bfc99364
DD
112009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
12
13 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
14 output in -break-info command (Emacs bug #3794).
15
e32721f5
GM
162009-07-14 Glenn Morris <rgm@gnu.org>
17
1e46f9e4
GM
18 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
19 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
20 (edebug-print-length, edebug-print-level, edebug-print-circle)
21 (edebug-sit-for-seconds, edebug-view-outside)
22 (edebug-bounce-point, edebug-set-global-break-condition)
23 (edebug-Go-nonstop-mode, edebug-trace-mode)
24 (edebug-Trace-fast-mode, edebug-continue-mode)
25 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
26 (edebug-visit-eval-list): Doc fixes.
27
e32721f5
GM
28 * subr.el (def-edebug-spec): Doc fix.
29
66a85e76
KH
302009-07-14 Kenichi Handa <handa@m17n.org>
31
32 * international/characters.el: Fix setting of category ?C.
33
28571246
JD
342009-07-13 Jan Djärv <jan.h.d@swipnet.se>
35
36 * term/ns-win.el (x-select-font): defailias x-select-font to
37 ns-popup-font-panel instead of generate-fontset-menu.
38
5d74672c
EZ
392009-07-12 Eli Zaretskii <eliz@gnu.org>
40
41 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
42
eb1727a4
CY
432009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
44
45 * arc-mode.el (archive-find-type): Allow for a PK00 string before
46 the PK\003\004 header (Bug#3770).
47
208384c5
CY
482009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
49
50 * pcomplete.el (pcomplete-comint-setup): Check for
51 shell-dynamic-complete-filename too.
52
774409a1
CY
532009-07-11 Chong Yidong <cyd@stupidchicken.com>
54
55 * simple.el (temporary-goal-column): Change the value for
56 line-move-visual to a cons cell.
57 (line-move-visual): Record or set the window hscroll, if
58 necessary (Bug#3494).
59 (line-move-1): Handle cons value of temporary-goal-column.
60
1639ee1d
KH
612009-07-11 Kenichi Handa <handa@m17n.org>
62
63 * international/mule-diag.el (describe-character-set): Don't show
64 width.
65
2b1d2412
SS
662009-07-10 Sam Steingold <sds@gnu.org>
67
68 * progmodes/compile.el (compilation-mode-font-lock-keywords):
69 Omake sometimes indents the errors it prints, so allow all
70 regexps to start with spaces.
71
ed3a5691
EZ
722009-07-10 Eli Zaretskii <eliz@gnu.org>
73
74 * cus-edit.el (customize-changed-options-previous-release): Bump
75 value to 22.1. (Bug#3804)
76
49405d0e
SS
772009-07-08 Sam Steingold <sds@gnu.org>
78
79 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
80 to be a cons cell (test . ignored-directory) to selectively ignore
81 some directories depending on the location of the search.
82
93c3eb7c
MA
832009-07-08 Michael Albinus <michael.albinus@gmx.de>
84
85 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
86 remote user is root, on the local host.
87 (tramp-local-host-p): Either the local user or the remote user
88 must be root. (Bug#3771)
89
6f2a8484
NR
902009-07-08 Nick Roberts <nickrob@snap.net.nz>
91
92 * progmodes/gdb-mi.el (gdb): Remove description of
93 gdb-use-separate-io-buffer.
69cb8d82 94 (menu): Don't allow toggling of or enable
6f2a8484
NR
95 gdb-use-separate-io-buffer from menubar.
96
88d03607
CY
972009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
98
99 * mail/unrmail.el (unrmail): Make sure the message ends with two
100 newlines (Bug#3769).
101
7ef5b8b2
GM
1022009-07-08 Glenn Morris <rgm@gnu.org>
103
104 * calendar/calendar.el (calendar-current-date): Rework previous change.
105
3ce82f97
GM
1062009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
107
108 * calendar/calendar.el (calendar-current-date):
109 Add an optional argument giving an offset from today.
110
f35fc841
GM
1112009-07-08 Glenn Morris <rgm@gnu.org>
112
113 * tutorial.el (tutorial--describe-nonstandard-key):
114 Adjust the message for when a key has been unbound.
115 (help-with-tutorial): Hide the arch-tag.
116
40149292
KH
1172009-07-08 Kenichi Handa <handa@m17n.org>
118
69cb8d82
KH
119 * international/fontset.el (setup-default-fontset): For each
120 script, append (not set) font-specs.
121
40149292
KH
122 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
123 docstring.
124
ff0c4194
NR
1252009-07-08 Nick Roberts <nickrob@snap.net.nz>
126
127 * progmodes/gdb-mi.el (gdb-init-1): Move sending
128 -data-list-register-names to ...
129 (gdb-starting): ... here because GDB 7.0 requires execution to
130 have started when using this MI command.
131 (gdb-set-header): New function to distinguish select and
132 unselected tabs in gdb buffers.
133 (gdb-propertize-header): New macro that uses gdb-set-header.
134 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 135 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 136
8954c675
CY
1372009-07-07 Chong Yidong <cyd@stupidchicken.com>
138
139 * Makefile.in (ELCFILES): Remove fadr.elc.
140
0996385d
DD
1412009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
142
dc6b4519
DD
143 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
144 may contain frame information, so `string-match' should be used.
145 (gdb-update): Disassembly is invalidated through
146 `gdb-get-selected-frame'.
147 (gdb-pad-string): New function to pad string with spaces.
148 (gdb-invalidate-disassembly): Invalidate only if the buffer
149 exists.
150 (gdb-disassembly-handler-custom): Column alignment.
151 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
152 placing new ones.
153 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
154 end of line, too.
155 (gdb-frame-handler): Match convention to for disassembly buffer
156 mode name.
17c1380b 157 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
158 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
159 not highlight breakpoints without line information.
69a197a2 160 (gdb-input): Add trailing newline to command.
dc6b4519 161
14340b25
DD
162 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
163 buffer properly.
164 (gdb-breakpoints-list-handler-custom): Replacement for
dc6b4519
DD
165 `gdb-break-list-handler'. Using real parser instead of regexps
166 now.
167 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
168 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
169 to place breakpoints.
14340b25
DD
170 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
171 functions.
172 (gdb-disassembly-handler-custom): Show overlay arrow.
173 (gdb-disassembly-place-breakpoints): Show breakpoints in
174 disassembly buffer.
175 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519
DD
176 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
177 instead of parsing breakpoints buffer. Fixed old menu references
178 in `gud-menu-map'.
14340b25 179
38d4f316 180 * fadr.el: Remove.
1f2a6224 181
0996385d
DD
182 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el
183 (gdb-memory-address): New variable which holds top address of
184 memory page shown in memory buffer
185 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
186 customization variables.
187 New functions:
188 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
189 display the memory buffer.
190 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
191 buffer display parameters.
192 (def-gdb-memory-format, gdb-memory-format-binary)
193 (gdb-memory-format-octal, gdb-memory-format-unsigned)
194 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
195 Functions for setting memory buffer format.
196 (gdb-memory-unit-word, gdb-memory-unit-halfword)
197 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
198 unit size used in memory buffer.
199 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
200 to next/previous page of memory buffer.
28d67a53 201 Now using (bindat-get-field) instead of fadr functions.
0996385d 202
9ba562d3
SS
2032009-07-07 Sam Steingold <sds@gnu.org>
204
205 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
206 non-top-level files.
207
a43977db
KH
2082009-07-07 Kenichi Handa <handa@m17n.org>
209
210 * international/mule-cmds.el (reset-language-environment): Put
211 the highset priority to the charset iso-8859-1.
212
d44d05e8
CY
2132009-07-06 Chong Yidong <cyd@stupidchicken.com>
214
215 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
216 to the end of the line when locating the block (Bug#700).
217
3e2fa353
MA
2182009-07-06 Michael Albinus <michael.albinus@gmx.de>
219
220 * net/tramp.el (tramp-handle-write-region): Flush file properties
221 in case of short track.
222
d88782c3
DN
2232009-07-07 Michael McNamara <mac@mail.brushroad.com>
224
225 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
226 representation of verilog error regular expressions to work with
227 Emacs-22's new format.
228 (verilog-error-regexp-xemacs-alist): Coded custom representation
229 of verilog error regular expressions to work with XEmacs format
230 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
231 error recognition into XEmacs.
232 (verilog-error-regexp-add-emacs): Hook routine to install verilog
233 error recognition into Emacs-22.
234
25c6f63e
CY
2352009-07-06 Chong Yidong <cyd@stupidchicken.com>
236
237 * woman.el: Remove stand-alone closing parentheses.
238 (woman-file-name, woman2-format-paragraphs)
239 (woman-leave-blank-lines): Code cleanup.
240 (woman-use-own-frame): Change default to nil.
241 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
242 defaults to inherit from default faces.
243 (woman2-process-escapes): Consume the newline after a stand-alone
244 filler character (Bug#3651).
245
f176290e
GM
2462009-07-06 Glenn Morris <rgm@gnu.org>
247
248 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
249 (top-level): Move provide to the end.
250 (ffap): Remove defunct URL from custom group.
251
252 * subr.el (eval-after-load): Doc fix.
253
e4a5a307
JB
2542009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
255
256 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
257 `calc-embedded-word' is called twice.
258
4b8b1ec5
SM
2592009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
260
261 * files.el (find-alternate-file-other-window, find-alternate-file):
262 Obey confirm-nonexistent-file-or-buffer.
263
d6ceb380
MA
2642009-07-05 Michael Albinus <michael.albinus@gmx.de>
265
266 * dired-aux.el (dired-show-file-type): Handle remote files.
267
c760f19e
CY
2682009-03-22 Jari Aalto <jari.aalto@cante.net>
269
4b8b1ec5
SM
270 * desktop.el (desktop-globals-to-save):
271 Add file-name-history (Bug#2750).
c760f19e 272
6d00ce04
CY
2732009-07-05 Chong Yidong <cyd@stupidchicken.com>
274
4b8b1ec5 275 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 276
6ee21b07
JB
2772009-07-04 Johan Bockgård <bojohan@gnu.org>
278
279 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
280 property on entire argument since this is what eshell-lisp-command
281 expects.
282
f0dbdc25
MA
2832009-07-03 Michael Albinus <michael.albinus@gmx.de>
284
285 * net/tramp-gvfs.el (tramp-gvfs-methods)
286 (tramp-gvfs-zeroconf-domain)
287 (tramp-bluez-discover-devices-timeout): Add version flag.
288 (tramp-gvfs-handler-mounted-unmounted)
289 (tramp-gvfs-connection-mounted-p): Polish handling of
290 incompatibilities between GVFS 0.2 and 1.0.
291
e044e4fc
JD
2922009-07-03 Jan Djärv <jan.h.d@swipnet.se>
293
4b8b1ec5 294 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 295
2e9b968b
JB
2962009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
297
298 * calc-math.el (math-use-emacs-fn): Make sure that the number is
299 formatted correctly.
300
baf1a55e
JL
3012009-07-02 Juri Linkov <juri@jurta.org>
302
303 * info.el: Virtual Info files and nodes.
304 (Info-virtual-files, Info-virtual-nodes): New variables.
305 (Info-current-node-virtual): New variable.
306 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
307 New functions.
308 (Info-file-supports-index-cookies): Use Info-virtual-file-p
309 to check for a virtual file instead of checking a fixed list
310 of node names.
311 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
312 instead of ad-hoc processing of "dir" and (apropos history toc).
313 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
314 instead of ad-hoc processing of "dir" and (apropos history toc).
315 Reread a file when moving from a virtual node.
316 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
317 (Info-directory-toc-nodes, Info-directory-find-file)
318 (Info-directory-find-node): New functions.
319 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
320 (Info-history): Move part of code to
321 `Info-history-find-node'.
322 (Info-history-toc-nodes, Info-history-find-file)
323 (Info-history-find-node): New functions.
324 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
325 (Info-toc): Move part of code to `Info-toc-find-node'.
326 (Info-toc-find-node): New function.
4b8b1ec5 327 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
328 the current Info file name to references because now the node
329 "*TOC*" belongs to the same Info manual.
4b8b1ec5 330 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
331 (Info-toc-nodes): Rename input argument `file' to `filename'.
332 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
333 instead of ad-hoc processing of ("dir" apropos history toc).
334 (Info-index-nodes): Use Info-virtual-file-p
335 to check for a virtual file instead of checking a fixed list
336 of node names.
337 (Info-index-node): Add check for `Info-current-node-virtual'.
338 Raise `save-match-data' higher up the tree to contain
339 `search-forward' too (bug fix).
340 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
341 (Info-virtual-index-nodes): New variable.
342 (Info-virtual-index-find-node, Info-virtual-index): New functions.
343 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
344 (Info-apropos-file, Info-apropos-nodes): New variables.
345 (Info-apropos-toc-nodes, Info-apropos-find-file)
346 (Info-apropos-find-node, Info-apropos-matches): New functions.
347 (info-apropos): Move part of code to `Info-apropos-find-node' and
348 `Info-apropos-matches'.
349 (Info-mode-map): Bind "I" to `Info-virtual-index'.
350 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
351 for a virtual file instead of checking a fixed list of node names.
352
353 * simple.el (async-shell-command): New command.
354
355 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
356
357 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
358 instead of `mount-info'.
359
d04bc496
MA
3602009-07-02 Michael Albinus <michael.albinus@gmx.de>
361
362 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 363 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 364
af0403e0
KH
3652009-07-02 Kenichi Handa <handa@m17n.org>
366
367 * international/mule.el (set-keyboard-coding-system): Force *-unix
368 coding-system to avoid eol conversion.
369
99278f8a
MA
3702009-07-01 Michael Albinus <michael.albinus@gmx.de>
371
4b8b1ec5
SM
372 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
373 Add handler for `process-file', `shell-command' and
99278f8a
MA
374 `start-file-process'.
375 (tramp-gvfs-handle-shell-command)
376 (tramp-gvfs-handle-start-file-process)
377 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 378 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 379
3f1c6666
JD
3802009-07-01 Jan Djärv <jan.h.d@swipnet.se>
381
382 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
383
3f396bac
KH
3842009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
385
386 * language/korean.el (set-language-info-alist): Add korean-cp949,
387 cp949 to spec.
388
c1185193
KH
3892009-07-01 Kenichi Handa <handa@m17n.org>
390
391 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
392
393 * international/encoded-kb.el: Deleted.
394
395 * international/mule.el (set-keyboard-coding-system): Perform the
396 necessary setup here instead of calling encoded-kbd-setup-display.
397
3f150a60
GM
3982009-07-01 Glenn Morris <rgm@gnu.org>
399
400 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
401
b0d5b05b
GM
4022009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
403
404 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
405
4f4126e6
MA
4062009-06-30 Michael Albinus <michael.albinus@gmx.de>
407
4b8b1ec5
SM
408 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
409 Handle also the 'rename case, when setting file modes. (Bug#3712)
974647ac 410 (tramp-default-file-modes) Remove execute permissions.
4f4126e6 411
7ae3ea65 412 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
413 (top): Add a default for "synce" in `tramp-default-user-alist'.
414 Add completion function for "synce" method.
415 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
416 (tramp-hal-interface-manager, tramp-hal-interface-device):
417 New defconst.
418 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
419 (tramp-synce-list-devices, tramp-synce-parse-device-names):
420 New defuns.
d6ceb380
MA
421
422 * net/trampver.el: Update release number.
7ae3ea65 423
0ad6626b
KH
4242009-06-30 Kenichi Handa <handa@m17n.org>
425
426 * international/fontset.el (setup-default-fontset): Add CJK fonts
427 for symbols and the other miscellaneous characters.
428
4b8b1ec5
SM
429 * language/korea-util.el (setup-korean-environment-internal):
430 Make char-width-table suitable for Korean environments.
0ad6626b
KH
431 (exit-korean-environment): Cancel above.
432
433 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
434 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
435 setup-funcion to make char-widht-table suitable for respective
436 environments, and an exit-function to cancel that.
437
438 * language/japan-util.el (setup-japanese-environment-internal):
439 Call use-cjk-char-width-table with arg `ja_JP'.
440
441 * international/characters.el (cjk-char-width-table): Delete it.
442 (cjk-char-width-table-list): New variable.
443 (use-cjk-char-width-table): New arg local-name.
444 (use-default-char-width-table): Fix for the case that Emacs is
445 already using the default char-width-table.
446
fd46e893
MA
4472009-06-29 Michael Albinus <michael.albinus@gmx.de>
448
449 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
450 modes mandatory. (Bug#3712)
451
b87d9f96
AM
4522009-06-29 Alan Mackenzie <acm@muc.de>
453
454 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 455 correction between the visible width of TABs and their number of bytes.
b87d9f96 456
2d25aa5a
CY
4572009-06-29 Chong Yidong <cyd@stupidchicken.com>
458
459 * server.el (server-buffer-done): Prevent kill-buffer from
460 prompting by clearing the buffer modification flag (Bug#3696).
461
a3a8b002
DN
4622009-06-28 Michael McNamara <mac@mail.brushroad.com>
463
464 * verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 465 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
466 (verilog-basic-complete-re): Support localparam lineup.
467 (verilog-beg-of-statement-1): Fix for robustness, unique case.
468 (verilog-set-auto-endcomments): Fix for unique case, always_comb
469 commenting.
470 (verilog-leap-to-case-head): Now support *nested* unique &
471 priority case statements.
472 (verilog-auto-lineup): Make just declarations the default (as it
473 had been).
4b8b1ec5 474 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002
DN
475 (verilog-auto-lineup): Rework to give users radio buttons to
476 select the various styles of automatic lineup
477 (verilog-error-regexp-alist): Rework to support the XEmacs style
478 of error regular expressions from compilers, lint tools &
479 simulators. Note that GNU Emacs has made it impossible for a mode
480 to load such things.
481 (electric-verilog-terminate-line, verilog-indent-declaration)
482 (verilog-auto-wiure): Rework for radio button selection of
483 auto-lineup selection of specification of auto lineup.
484 (verilog-beg-of-statement-1): Redesign to support proper operation
485 in additional code, based on testing with auto-lineup.
486 (verilog-calculate-indent, assignments & declarations)
487 (verilog-backward-token): Enhance to support auto-lineup of
488 assignments & declarations.
489 (verilog-in-directive-p, verilog-at-struct-p): New function for
490 easy test of whether we are.
491 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
492 to support safe execution at almost anyline.
493 (verilog-calc-1): Properly support indenting deep inside generate
494 blocks.
495 (verilog-init-font) Remove definition & use of verilog-init-font,
496 as it is redundant with font-lock-defaults.
497 (verilog-mode): Alter the definition of verilog-font-lock-defualts
498 to avoid circular calls if syntax-ppss is a function (as is the
499 case now in 22.x GNU Emacs) as that function would sometimes call
500 itself, leading to (nearly) infinite recursion
501 (verilog-ovm-begin-re, verilog-ovm-end-re)
502 (verilog-ovm-statement-re, verilog-leap-to-head)
503 (verilog-backward-token): Add support for OVM macros. Some are
504 complete statements, and others open and close scopes like begin
505 and end.
506 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
507 (verilog-defun-level-generate-only-re): Really fix the defun-list
508 compilation issue
509 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
510 coverpoint, constraint and cross statements
511 (verilog-defun-level-list, verilog-generate-defun-level-list)
512 (verilog-all-defun-level-list): Redo these specifications - it is
513 too hard to support eval-when compile aggregation of lists also
514 built at when-compile time.
515 (verilog-defun-level-list): Place defconsts of variables used in
516 building regular expressions which are built in eval-when-compile
517 bodies in the same eval-when-compile body to facilitate compile
518 without load.
519 (verilog-beg-block-re-ordered): Support indenting
520 virtual/protected tasks and functions.
521 (verilog-defun-level-list,verilog-in-generate-region-p)
522 (verilog-backward-ws&directives, verilog-calc-1): Speed up
523 indentation of some module items (generate items).
524 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
525 across virtual/protected tasks and functions.
526
5272009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
528
4b8b1ec5
SM
529 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
530 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
531 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
532 in concatenations. Reported by Yishay Belkind.
533 (verilog-auto-ascii-enum): Support one-hot state machines in
534 AUTOASCIIENUM. Suggested by Lloyd Gomez.
535 (verilog-auto-inst, verilog-auto-inst-port): Include interface
536 modport in AUTOINST and add vl-modport for users. Reported by
537 David Rogoff.
538 (verilog-auto-inout-module, verilog-auto-inst)
539 (verilog-decls-get-interfaces, verilog-insert-definition)
540 (verilog-insert-one-definition, verilog-read-decls)
541 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
542 (verilog-sig-modport, verilog-signals-combine-bus)
543 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
544 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
545 Suggested by David Rogoff.
546 (verilog-repair-open-comma): Fix non-insertion of comma when
547 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
548 (verilog-make-width-expression): Simplify [A-1:0] expression
549 widths to just {A{1'b0}}.
550 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
551 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
552 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
553 inputs/outputs or data type. Suggested by Vasu Kandadi.
554 (next-error-last-buffer): Fix byte-compiler warning.
555 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
556 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 557 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 558 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
559 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
560 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
a3a8b002
DN
561 in AUTOINOUT. Reported by Matthew Lovell.
562 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
563 causing use of <= assignments. Reported by Alex Reed.
564 (verilog-read-decls): Fix triand, trior, wand, wor to be
565 recognized by AUTOWIRE. Reported by Spencer Isaacson.
566 (verilog-extended-complete-re): Support import "DPI-C" functions.
567 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 568 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
569 (verilog-insert-date, verilog-insert-year)
570 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
571 Windows systems. Reported by Michael Potts.
572 (verilog-read-module-name): Fix AUTOINST when the child module
573 declaration's name is a tick define. Reported by Elliot Mednick.
574 (verilog-read-decls): Fix V2K parameter bit subscripts getting
575 passed to next parameter's definition. Reported by Bruce T.
576 (verilog-read-decls): Fix detecting "parameter int" when using
577 AUTOINSTPARAM. Reported by Bruce T.
578 (verilog-goto-defun): Fix goto not finding modules unless first
579 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 580 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
581 verilog-goto-defun will work. Reported by Lawrence Butcher.
582 (verilog-getopt): Expand environment variables in -f file
583 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 584 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
585 when reading enumerations.
586 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
587 Suggested by Stephen Peltan.
4b8b1ec5 588 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
589 files. Reported by Steve Peltan.
590
f7c0d931
CY
5912009-06-28 David De La Harpe Golden <david@harpegolden.net>
592
593 * files.el (trash-directory): Fix defcustom type.
594
baf1a55e 5952009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
596
597 * help-fns.el (describe-function-1): Correctly locate adviced
598 functions in hyperlink (Bug#2438).
599
d63a01ef
CY
6002009-06-28 Chong Yidong <cyd@stupidchicken.com>
601
602 * files.el (trash-directory): Change default to nil.
603 (move-file-to-trash): If trash-directory is nil and
604 system-move-file-to-trash is unbound, perform freedesktop-style
605 trashing.
606
6072009-06-28 David De La Harpe Golden <david@harpegolden.net>
608
609 * files.el (move-file-to-trash): Add freedesktop trash
610 support (Bug#973).
611
fc2f6a26
GM
6122009-06-28 Glenn Morris <rgm@gnu.org>
613
614 * autorevert.el (global-auto-revert-non-file-buffers)
615 (global-auto-revert-mode): Doc fixes.
616
00242b07
JB
6172009-06-27 Johan Bockgård <bojohan@gnu.org>
618
619 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
620
f5594f03
CY
6212009-06-27 Chong Yidong <cyd@stupidchicken.com>
622
e8a2b2da
CY
623 * faces.el (x-handle-named-frame-geometry): Ensure that we have
624 opened an X connection before calling x-get-resource (Bug#3194).
625
f5594f03
CY
626 * play/doctor.el: Remove reference to obsolete website.
627 (make-doctor-variables): Correct grammar mistake (Bug#2633).
628
3c3bf6ce
DN
6292009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
630
631 Remove find-file-not-found-hook VC method. (Bug#2757)
632 * vc-hooks.el (vc-file-not-found-hook)
633 (vc-default-find-file-not-found-hook): Remove functions.
634 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
635 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
636 * vc.el:
637 * vc-hg.el:
638 * vc-git.el: Do not mention find-file-not-found-hook VC method.
639
e26a7bc0
AM
6402009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
641
642 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
643 compatibility function for `looking-back'
644
4b8b1ec5
SM
645 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
646 Use `ispell-looking-back'
e26a7bc0 647
d9848600
MA
6482009-06-24 Michael Albinus <michael.albinus@gmx.de>
649
650 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 651 rather than `filename'.
d9848600 652
05fbc4a9
MB
6532009-06-23 Miles Bader <miles@gnu.org>
654
655 * face-remap.el (text-scale-set): New function.
656
f86ca715
GM
6572009-06-23 Glenn Morris <rgm@gnu.org>
658
33e2c2e5
GM
659 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
660
f529f302
GM
661 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
662
34995333
GM
663 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
664
cc80ccee
GM
665 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
666
84cb770d
GM
667 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
668 Simplify Persian conditionals.
669
d916c965
GM
670 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
671 variable `filename'.
672
b6a44b27
GM
673 * comint.el (comint-insert-input): Doc fix.
674
f86ca715
GM
675 * Makefile.in (ELCFILES): Fix typo in previous change.
676
666e158e
MB
6772009-06-23 Miles Bader <miles@gnu.org>
678
679 * cus-start.el: Add entry for `recenter-redisplay'.
680
77bf3f54
DN
6812009-06-22 Dan Nicolaescu <dann@ics.uci.edu>
682
683 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
684 Add an optional argument for the backend, use it instead of
685 calling vc-backend.
4b8b1ec5
SM
686 (vc-mode-line): Add an optional argument for the backend.
687 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
688 special handling for vc-state being a buffer to ...
689
690 * vc-rcs.el (vc-rcs-find-file-hook):
691 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
692
693 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
694 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
695 vc-stay-local-p and vc-mode-line calls.
696
697 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
698 (vc-cvs-diff, vc-cvs-annotate-command)
699 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
700 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
701 vc-mode-line calls.
702
703 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
704 direct comparison.
705 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
706 backend when calling vc-mode-line.
707 (vc-register): Do not create a closure for calling the vc register
708 function, call it directly.
709
2764748c
DN
7102009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
711
712 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
713 to make it obvious item can be clicked.
f5a0b281
DN
714
715 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
716
d4a885b2
KH
7172009-06-23 Kenichi Handa <handa@m17n.org>
718
719 * language/korea-util.el (korean-key-bindings): Change the binding
720 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
721 same command.
722
e3610693
MA
7232009-06-22 Michael Albinus <michael.albinus@gmx.de>
724
725 Sync with Tramp 2.1.16.
726
727 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
728
729 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
730 when a loading of a package fails. Completion function for rsync
731 is `tramp-completion-function-alist-ssh'.
732 (all): Replace all calls of `split-string' and
733 `tramp-split-string' by `tramp-compat-split-string'.
734 (tramp-default-method): Use `tramp-compat-process-running-p'.
735 (tramp-default-proxies-alist): Allow also Lisp forms.
736 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 737 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
738 (tramp-domain-regexp): Allow also "-", "_" and ".".
739 (tramp-end-of-output): Remove newlines, and add "$" at the end.
740 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
741 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
742 (tramp-handle-directory-files-and-attributes-with-stat):
743 Care about filenames with spaces, or starting with "-".
e3610693
MA
744 (tramp-handle-dired-uncache): New defun.
745 (tramp-handle-insert-directory): Don't flush the directory from
746 cache, this is handled by `dired-uncache' now.
747 (tramp-handle-insert-file-contents): Improve error handling.
748 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
749 Quote `tramp-end-of-output'.
750 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
751 (tramp-check-for-regexp): Both echoes must be present, before removing.
752 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
753 (tramp-compute-multi-hops): Eval cons cells of
754 `tramp-default-proxies-alist'.
755 (tramp-maybe-open-connection): Use the same command pattern for
756 first hop and further hops.
757 (tramp-wait-for-output): Remove handling of newlines.
758 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
759 (tramp-split-string): Remove function. It is handled in
760 tramp-compat now.
761
4b8b1ec5
SM
762 * net/tramp-cmds.el (tramp-bug):
763 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
764
765 * net/tramp-compat.el (tramp-compat-split-string)
766 (tramp-compat-process-running-p): New defuns.
767
768 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
769 for `dired-uncache'.
770
771 * net/tramp-gvfs.el: New package.
772
4b8b1ec5
SM
773 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
774 Add handler for `dired-uncache'.
e3610693
MA
775 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
776
777 * net/trampver.el: Update release number. Make version check fit
778 for SXEmacs 22.
779
13a3f374
JM
7802009-06-22 Jim Meyering <meyering@redhat.com>
781
e0a28a3b 782 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
783 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
784 XZ is the successor to LZMA: <http://tukaani.org/xz/>
785
5242671e 7862009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
e0a28a3b 787 Nick Roberts <nickrob@snap.net.nz>
13a3f374 788
e0a28a3b 789 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
790 repository (http://sphinx.net.ru/hg/gdb-mi/).
791
3fde45af
GM
7922009-06-22 Glenn Morris <rgm@gnu.org>
793
46253b34
GM
794 * files.el (dir-locals-collect-mode-variables): Allow for any number of
795 `mode' and `eval' entries. (Bug#3430)
796
97e18192
GM
797 * Makefile.in (ELCFILES): Add fadr.elc.
798
731a00fb
GM
799 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
800 differing behavior of \n and ^ in strings. (Bug#3385)
801
c66cd0ff
GM
802 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
803
3fde45af
GM
804 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
805 property.
806 (lisp-indent-function): Make it a defcustom.
807
db2241a0
NR
8082009-06-21 Nick Roberts <nickrob@snap.net.nz>
809
810 * progmodes/gdb-ui.el: Replace with ...
5242671e 811 * progmodes/gdb-mi.el: ... this file.
db2241a0 812 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
813
8142009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
815
db2241a0
NR
816 * fadr.el: New file.
817
38d4f316 818See ChangeLog.14 for earlier changes.
e3d51b27
MR
819
820;; Local Variables:
821;; coding: utf-8
e3d51b27
MR
822;; End:
823
38d4f316 824 Copyright (C) 2009 Free Software Foundation, Inc.
e3d51b27
MR
825
826 This file is part of GNU Emacs.
827
828 GNU Emacs is free software: you can redistribute it and/or modify
829 it under the terms of the GNU General Public License as published by
830 the Free Software Foundation, either version 3 of the License, or
831 (at your option) any later version.
832
833 GNU Emacs is distributed in the hope that it will be useful,
834 but WITHOUT ANY WARRANTY; without even the implied warranty of
835 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
836 GNU General Public License for more details.
837
838 You should have received a copy of the GNU General Public License
839 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
840
38d4f316 841;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1