(save-interprogram-paste-before-kill): New user option.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
4ed8c7aa
SS
12009-08-26 Sam Steingold <sds@gnu.org>
2
3 * simple.el (save-interprogram-paste-before-kill): New user option.
4 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
5 save the interprogram-paste into kill-ring before overriding it
6 with the Emacs kill.
7
3b64d86b
DN
82009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9
10 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
11 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
12 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
13 and move to vc-rcs.el.
14 (vc-default-next-revision): Rename to vc-rcs-next-revision and
15 move to vc-rcs.el.
16 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
17 (vc-rcs-update-changelog): Remove.
18 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
19 and move to vc-rcs.el.
20
21 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
22 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
23 renaming.
24 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
25 (vc-rcs-next-revision, vc-rcs-update-changelog): Moved here from
26 vc.el, renamed to be RCS specific.
27
28 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision): New functions.
29 (vc-cvs-update-changelog): Moved here from vc.el.
30
31 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
32 New functions.
33
636a36a0
SM
342009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
35
36 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
37
239b3340
DN
382009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
39
b91f0762 40 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
41 (vc-git-stash, vc-git-stash-show): New functions.
42 (vc-git-extra-menu-map): Bind them.
b91f0762 43
b8e54362
DN
44 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
45 directory correctly in case the item is a directory itself.
46
239b3340
DN
47 * vc.el: Document the desired behavior for reverted files in the
48 `added' state.
dc810649
DN
49 (vc-default-prettify-state-info): Remove function, unused.
50
51 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 52
e49c0179
GM
532009-08-26 Glenn Morris <rgm@gnu.org>
54
55 * bindings.el (standard-mode-line-format): Reposition dashes in
56 which-func entry. (Bug#4217)
57
3029e594
GM
58 * files.el (enable-local-variables, enable-local-eval)
59 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
60 the defcustoms.
61 (auto-mode-alist, ignored-local-variables)
62 (save-some-buffers-action-alist): Move risky declarations to the
63 definitions.
64 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
65 (font-lock-defaults, format-alist, imenu--index-alist)
66 (imenu-generic-expression, input-method-alist, minor-mode-alist)
67 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
68 (mode-line-modified, mode-line-mule-info, mode-line-position)
69 (mode-line-process, mode-line-remote, outline-level)
70 (parse-time-rules, rmail-output-file-alist)
71 (special-display-buffer-names, vc-mode):
72 Move risky declarations to the relevant files.
73 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-process)
74 (mode-line-modified, mode-line-remote, mode-line-position)
75 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
76 * font-core.el (font-lock-defaults):
77 * format.el (format-alist):
78 * vc-hooks.el (vc-mode):
79 * window.el (special-display-buffer-names):
80 * international/mule-cmds.el (input-method-alist):
81 Define riskiness here (dumped file) rather than in files.el.
82 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
83 * imenu.el (imenu-generic-expression, imenu--index-alist):
84 * outline.el (outline-level):
85 * time.el (display-time-string):
86 * calendar/parse-time.el (parse-time-rules):
87 * mail/rmailout.el (rmail-output-file-alist):
88 Autoload riskiness here, rather than placing in files.el.
89
8476cfaf
SM
902009-08-26 Andreas Schwab <schwab@linux-m68k.org>
91
92 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
93
0b35b48e
MA
942009-08-25 Michael Albinus <michael.albinus@gmx.de>
95
96 * simple.el (process-file-side-effects): New defvar.
97
98 * dired-aux.el (dired-show-file-type):
99 * vc.el (vc-diff-internal):
100 * vc-arch.el (vc-arch-diff):
101 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
102 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
103 * vc-git.el (vc-git-registered, vc-git-working-revision)
104 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
105 (vc-git--empty-db-p):
106 * vc-hooks.el (vc-user-login-name):
107 * vc-svn.el (vc-svn-registered, vc-svn-state)
108 (vc-svn-dir-extra-headers, vc-svn-find-revision):
109 * progmodes/grep.el (grep-probe): Let-bind
110 `process-file-side-effects' with nil.
111
112 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
113
114 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
115 daemon. Replace ping by checking for running service for bluez
116 and zeroconf. (Bug#4239)
117
d54cc599
GM
1182009-08-25 Kevin Ryde <user42@zip.com.au>
119
120 * net/dig.el (dig): Add autoload cookie.
121
7bfd055d
GM
1222009-08-25 Glenn Morris <rgm@gnu.org>
123
bac9c66c
GM
124 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
125 load-history for absolute file-names.
126 (byte-compile-file-form-require): Warn about use of the cl package.
127
7bfd055d
GM
128 * format.el (format-alist): Doc fix.
129
5ac1f9e0
GM
130 * play/bubbles.el (top-level): Don't require cl at run-time.
131
af62aa88
GM
132 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
133 run-time cl).
134
71e036af
DD
1352009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
136
137 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
138 from cl package.
139 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
140
42110eaf
JB
1412009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
142
143 * calc/calc-alg.el (math-trig-rewrite)
144 (math-hyperbolic-trig-rewrite): New functions.
145 (calc-simplify): Simplify trig functions when asked.
146
88421f3e
SM
1472009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
148
149 * diff-mode.el (diff-find-source-location): Avoid goto-line.
150
dbd9624e
KH
1512009-08-24 Kenichi Handa <handa@m17n.org>
152
153 * language/ind-util.el (mapthread): Delete it.
154 (combinatorial): New function.
155 (indian--puthash-cv): Use combinatorial instead of mapthread.
156
9b89e3ee
GM
1572009-08-22 Kevin Ryde <user42@zip.com.au>
158
159 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
160 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
161 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
162 Clarify docstring that the value is strings not symbols.
163 (checkdoc-list-of-strings-p): New function.
164
e6ce8c42
GM
1652009-08-22 Glenn Morris <rgm@gnu.org>
166
2ddf2ea6 167 * files.el (auto-mode-alist):
a3374680
GM
168 * hippie-exp.el (he-concat-directory-file-name):
169 * lpr.el (lpr-windows-system, printer-name):
170 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
171 * ps-print.el (ps-windows-system):
172 * startup.el (command-line):
173 * emulation/viper-ex.el (viper-glob-function):
174 * international/mule-cmds.el (set-language-environment-coding-systems):
175 * net/ange-ftp.el (ange-ftp-write-region):
176 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 177 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
178 unisoft-unix, vax-vms, win32, w32.
179
977955fa
GM
180 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
181 given name if the pattern is not more specific.
182
b4deec2e
GM
183 * calendar/lunar.el (lunar-phase-names): New option.
184 (lunar-phase): Doc fix.
185 (lunar-cycles-per-year): New constant.
186 (lunar-index): New function.
187 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
188 (lunar-phase-name): Use lunar-phase-names.
189 (calendar-lunar-phases): Use format.
190 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
191
47e83968
GM
192 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
193 Copy imenu-example--name-and-position function here for own use.
194 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
195
e6ce8c42
GM
196 * bs.el (bs--redisplay):
197 * cus-edit.el (custom-redraw):
198 * ibuffer.el (ibuffer-bury-buffer):
199 * server.el (server-goto-line-column):
200 * startup.el (command-line-1):
201 * strokes.el (strokes-xpm-for-stroke):
202 * term.el (term-display-buffer-line):
203 * view.el (View-goto-line):
204 * calc/calc.el (calc-do, calc-trail-buffer):
205 * play/gamegrid.el (gamegrid-add-score-insecure):
206 * progmodes/ada-mode.el (ada-compile-goto-error):
207 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
208 (ebrowse-select-1st-to-9nth):
47e83968 209 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
210 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
211 * progmodes/gud.el (gud-display-line):
212 (idlwave-shell-display-line):
213 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
214 * progmodes/make-mode.el (makefile-browser-toggle):
215 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
216 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
217 * textmodes/picture.el (picture-draw-rectangle):
218 * textmodes/reftex-index.el (reftex-index-goto-letter):
219 (reftex-select-jump-to-previous):
220 * textmodes/reftex-sel.el (reftex-find-start-point)
221 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
222 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
223 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
224 * textmodes/tex-mode.el (tex-compilation-parse-errors):
225 * textmodes/two-column.el (2C-associated-buffer):
226 Use forward-line rather than goto-line.
227
228 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
229 goto-line.
230
4b18bdb3
GM
231 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
232 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
233 (quick-check-list-to-regexp): Declare.
e6ce8c42
GM
234
235 * progmodes/make-mode.el (makefile-browser-insert-selection): Use
236 goto-char rather than goto-line.
237
238 * progmodes/prolog.el (compilation-error-regexp-alist)
239 (compilation-forget-errors): Declare.
240
32a2cf25
JL
2412009-08-22 Juri Linkov <juri@jurta.org>
242
243 * progmodes/grep.el (lgrep, rgrep): At the beginning
244 set `dir' to `default-directory' unless `dir' is a non-nil
245 readable directory. (Bug#4052)
246 (lgrep, rgrep): Change a weird way to report an error
247 from using `read-string' to using `error'.
248 Instead of using interactive arguments in the function body,
249 add new argument `confirm'.
250
5443c9b7
SM
2512009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
252
cb5b40ee
SM
253 * textmodes/remember.el (remember-buffer):
254 * progmodes/cperl-mode.el (cperl-vc-header-alist):
255 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
256 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
257 * net/newst-treeview.el (newsticker-groups-filename):
258 * net/newst-backend.el (newsticker-cache-filename):
259 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
260 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
261 (speedbar-add-ignored-path-regexp, speedbar-line-path)
262 (speedbar-buffers-line-path, speedbar-path-line)
263 (speedbar-buffers-line-path):
264 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
265 (epg-sign-keys):
266 * epa.el (epa-display-verify-result):
267 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
268
d6261cc1
GM
2692009-08-21 Glenn Morris <rgm@gnu.org>
270
3e1ea342
GM
271 * progmodes/js.el (inferior-moz-process): Fix declaration.
272
ce86eeb5
GM
273 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
274
fff28970
GM
275 * obsolete/rnewspost.el (news-mail-reply):
276 Use goto-char rather than goto-line.
277
d93e053b
GM
278 * term/ns-win.el (ns-open-file-select-line):
279 Use line-beginning-position rather than goto-line.
280
d5d105e8
GM
281 * apropos.el (apropos-command):
282 * ehelp.el (electric-helpify):
283 * printing.el (pr-show-setup):
284 * strokes.el (strokes-help):
285 * tutorial.el (tutorial--describe-nonstandard-key)
286 (tutorial--detailed-help):
287 * woman.el (woman-mini-help, woman-display-extended-fonts):
288 * calc/calc-help.el (calc-describe-key):
289 * emulation/edt.el (edt-electric-helpify):
290 * international/mule-diag.el (mule-diag):
291 * play/yow.el (apropos-zippy):
292 * progmodes/python.el (python-describe-symbol):
293 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
294 * textmodes/table.el (*table--cell-describe-mode)
295 (*table--cell-describe-bindings):
296 Use help-print-return-message rather than the now obsolete alias.
297
a8ab722f 298 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
299 (calendar-cursor-to-visible-date):
300 * play/5x5.el (5x5-position-cursor):
301 * play/decipher.el (decipher):
302 * play/gomoku.el (gomoku-goto-xy):
303 * play/landmark.el (lm-goto-xy):
304 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
305 (mpuz-paint-digit):
306 Use forward-line, not goto-line.
a8ab722f 307
d6261cc1
GM
308 * mail/rmail.el (rmail-obsolete): Delete custom group.
309 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
310 (rmail-remote-password, rmail-remote-password-required):
311 Remove unneeded :set-after and :set properties.
312
9e846523
MA
3132009-08-21 Michael Albinus <michael.albinus@gmx.de>
314
315 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
316
bbe1f502
DN
3172009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
318
bcc5db24
DN
319 * loadup.el: Remove leftover macos code.
320
bbe1f502
DN
321 * vc-git.el (vc-git-annotate-command): Run asynchronously.
322 Explicitly pass the date format to git blame so that user local
323 so that the output format can be parsed.
324
6fd2d19a
MA
3252009-08-20 Michael Albinus <michael.albinus@gmx.de>
326
327 * net/dbus.el (top): Don't check for (getenv
328 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
329
31764e15
SM
3302009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
331
332 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 333 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 334
28930e39
SM
3352009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
336
4fd15622 337 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 338 Bug#3287
4fd15622 339
b3d8e4a0
SM
340 * help.el (help-print-return-message): Rename from
341 print-help-return-message.
342
c9829c70
SM
343 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
344 cvs-mode-map parent hack.
345 (log-view-mode): Derive from special-mode.
346
b932657b
SM
347 * linum.el (linum-mode): window-size-change-functions is redundant.
348 Adapt to new window-configuration-change-hook behavior.
349 (linum-after-size, linum-after-config): Remove.
350
1b700bca
SM
351 * imenu.el (imenu-example--name-and-position)
352 (imenu-example--lisp-extract-index-name)
353 (imenu-example--create-lisp-index, imenu-example--create-c-index):
354 Mark as obsolete.
355
28930e39
SM
356 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
357 (inferior-prolog-mode): Use it.
358 (inferior-prolog-load-file): Reset list of errors.
359
c9af0b68
KH
3602009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
361
362 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
363
364 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
365
720c7cd6
MA
3662009-08-19 Michael Albinus <michael.albinus@gmx.de>
367
368 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
369 is running already.
370
03a74b84
SM
3712009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
372
373 * subr.el (listify-key-sequence-1): Use normal syntax since those
374 integers are nowadays always represented by the same (positive) number
375 on all platforms.
376 (read-key-empty-map): New const.
377 (read-key-delay): New var.
378 (read-key): New function.
379 (force-mode-line-update): Use with-current-buffer.
380 (locate-user-emacs-file): Don't forget to abbreviate the file name.
381 (start-process-shell-command, start-file-process-shell-command):
382 Discourage the use of command-args.
383
f43e88d4
GM
3842009-08-19 Glenn Morris <rgm@gnu.org>
385
386 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
387
890429cc
SM
3882009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
389
85be9ec4
SM
390 * simple.el (choose-completion-string): Don't rely on
391 minibuffer-completing-file-name and ad-hoc checks to decide whether
392 to continue completion or not.
393
890429cc
SM
394 * minibuffer.el (minibuffer-hide-completions): New function.
395 (completion--do-completion): Use it.
396 (completions-annotations): New face.
397 (completion--insert-strings): Use it.
398 (completion-pcm--delim-wild-regex): Add docstring.
399 (completion-pcm--string->pattern): Add support for 0-width delimiters
400 in completion-pcm--delim-wild-regex.
401
265d4549
SM
4022009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
403
d440b941
SM
404 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
405 Remove unused var `buffer-modified-p'.
406
265d4549
SM
407 * minibuffer.el (completion--do-completion): Move point for the #b001
408 case as well (bug#4176).
409 (minibuffer-complete, minibuffer-complete-word): Don't move point.
410
ba6f7d86
MA
4112009-08-18 Michael Albinus <michael.albinus@gmx.de>
412
413 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
414 and :session buses.
415
98819490
KH
4162009-08-18 Kenichi Handa <handa@m17n.org>
417
265d4549
SM
418 * international/ucs-normalize.el (ucs-normalize-version):
419 Change to 1.1.
58627cf0
KH
420 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
421 (utf-8-hfs): Make it perform normalization on encoding too.
422
98819490
KH
423 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
424 (sentence-end-without-space): Delete duplicated chars.
425 (sentence-end-base): Likewise.
e739cc85
KH
426
427 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
428 (html-mode): Delete duplicated chars from sentence-end-base.
429
430 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
431 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 432
645b9326
CY
4332009-08-17 Chong Yidong <cyd@stupidchicken.com>
434
435 * files.el (hack-one-local-variable): If the mode function is for
436 a minor mode, pass it an argument (Bug#4148).
437
56c195af
MA
4382009-08-17 Michael Albinus <michael.albinus@gmx.de>
439
440 * net/tramp.el (tramp-register-completion-file-name-handler):
441 Check also for (member 'partial-completion completion-styles).
442
7a55c78b
CY
4432009-08-16 Chong Yidong <cyd@stupidchicken.com>
444
445 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
446 abbrev (Bug#3943).
447
8c777c8d
CY
4482007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
449
450 * progmodes/cperl-mode.el: Merge upstream 6.2.
451 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
452 (cperl-forward-re): Check cperl-brace-recursing.
453 (cperl-highlight-charclass): New function.
454 (cperl-find-pods-heres): Use it.
455 (cperl-fill-paragraph): Synch to save-excursion placement used
456 upstream.
457 (cperl-beautify-regexp-piece): Fix column calculation.
458 (cperl-make-regexp-x): Handle case where point is between "q" and
459 "rs".
460 (cperl-beautify-level): Don't process entire regexp.
461 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
462 calling man.
463 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
464 (cperl-init-faces): Build a list in the normal way.
465
81b1f9c9
CY
4662009-08-16 Chong Yidong <cyd@stupidchicken.com>
467
468 * calendar/parse-time.el (parse-time-string-chars): Save match
469 data.
470
c3732cb8
SM
4712009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
472
55659495
SM
473 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
474 (sql-product): Use it.
475 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
476 (sql-set-product): Add completion.
477 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
478 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
479 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
480 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
481 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
482 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
483 (sql-highlight-db2-keywords): Remove.
484 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
485 (sql-highlight-product): Use derived-mode-p.
486 (sql-set-sqli-buffer): Use with-current-buffer.
487 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
488 Simplify.
489
1ae79427
SM
490 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
491
c3732cb8
SM
492 * term.el: Fix commenting convention, turn comments into docstrings.
493
f24b8bf3
CY
4942009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
495
496 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
497
d0d3f6e9 4982009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 499
1200ac26 500 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
501 character classes, to handle non-ascii characters (Bug#3190).
502
5032009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 504
1abbe4e5
CY
505 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
506 another heredoc if the user adds another < (Bug#3226).
507
c3732cb8
SM
508 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
509 Don't initialize based on window-system (Bug#4124).
19261da4 510
daad00fc
CY
511 * facemenu.el (facemenu-read-color): Use a completion function
512 that accepts any defined color, such as RGB triplets (Bug#3677).
513
e1bdde78
CY
514 * files.el (get-free-disk-space): Change fallback default
515 directory to /. Expand DIR argument before switching to fallback.
516 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
517
9d73a99e
CY
5182009-08-15 Chong Yidong <cyd@stupidchicken.com>
519
520 * files.el (load-library): Doc fix.
521
68b962d4 5222009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 523
c3732cb8
SM
524 * viper-cmd.el (viper-insert-isearch-string): New function.
525 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 526 incremental search string.
9d73a99e 527
c3732cb8 528 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 529 XEmacs.
9d73a99e 530
c3732cb8
SM
531 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
532 (ediff-merge-region-is-non-clash)
533 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 534 Also check if the job is really a merge job.
9d73a99e 535
c3732cb8 536 * ediff.el (ediff-current-file): New function.
9d73a99e 537
2e330adc
CY
5382009-08-15 Chong Yidong <cyd@stupidchicken.com>
539
540 * progmodes/js.el: Edit docstrings throughout to follow Emacs
541 conventions.
c3732cb8 542 (js-insert-and-indent): Delete function.
2e330adc
CY
543 (js-mode-map): Don't bind keys to js-insert-and-indent.
544 (js-beginning-of-defun): Rename from js--beginning-of-defun.
545 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 546 (js-auto-indent-flag): Delete variable.
2e330adc 547
17b5d0f7
CY
5482009-08-14 Chong Yidong <cyd@stupidchicken.com>
549
c3732cb8
SM
550 * progmodes/js.el: Remove proclaim statement.
551 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 552
ba2d8894
CY
553 * files.el (auto-mode-alist): Use js-mode for .js files.
554
c3732cb8 555 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
556
557 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
558
559 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
560
c3732cb8 561 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
562
5632009-08-14 Daniel Colascione <dan.colascione@gmail.com>
b0bfad2b 564 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
565
566 * progmodes/js.el: New file.
567
b6377f1d
MH
5682009-08-14 Mark A. Hershberger <mah@everybody.org>
569
570 * timezone.el (timezone-parse-date): Add ability to understand ISO
571 basic format (minimal separators) dates in addition to the
572 already-supported extended format dates.
573
bc0eef46
EZ
5742009-08-14 Eli Zaretskii <eliz@gnu.org>
575
4e021e65
EZ
576 * international/ucs-normalize.el: Add a `coding' file variable.
577
bc0eef46
EZ
578 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
579
53dab179
SS
5802009-08-14 Sam Steingold <sds@gnu.org>
581
6801c38a 582 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 583
6c58c39c
CY
5842009-08-13 Chong Yidong <cyd@stupidchicken.com>
585
586 * faces.el (help-argument-name): Define it here instead of
587 help-fns.el, because in daemon mode help-fns.el may be loaded when
588 faces are still uninitialized (Bug#1078).
589
590 * help-fns.el (help-argument-name): Move defface to faces.el.
591
c7baf7e9
NR
5922009-08-13 Nick Roberts <nickrob@snap.net.nz>
593
594 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
595 create buffer with a pty but no process so that GDB can make the
596 inferior the controlling process.
597
9c40e995 5982009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
599
600 * international/ucs-normalize.el: New file.
601
8cdba32b
RS
6022009-08-13 Richard Stallman <rms@gnu.org>
603
5c950923
RS
604 * mail/rmail.el (rmail-get-attr-names):
605 Accept an attribute header that is too short.
606
76e1e40b
RS
607 * mail/rmail.el (rmail-forget-messages):
608 Ignore nil elt in rmail-message-vector. Use dotimes.
609
1fc01b08
RS
610 * progmodes/compile.el (compilation-goto-locus):
611 Use next-error-move-function.
612
8cdba32b
RS
613 * simple.el (next-error-move-function): New variable.
614
99910cf4
JL
6152009-08-12 Juri Linkov <juri@jurta.org>
616
617 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
618 always non-nil. (Bug#4052)
619
620 * replace.el (read-regexp): Return empty string when
621 `default-value' is nil.
622 (keep-lines-read-args): Don't use empty string as the
623 default value for `read-regexp'. (Bug#2495)
624
fc5bdf6c
JL
6252009-08-12 Juri Linkov <juri@jurta.org>
626
627 * international/mule-cmds.el (ucs-insert): Change arguments
628 from `arg' to `character', `count', `inherit' to be the same
629 as in `insert-char'. Doc fix. (Bug#4039)
630
631 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
632
77748848
JL
6332009-08-12 Juri Linkov <juri@jurta.org>
634
635 * files-x.el: New file.
636
637 * files.el: Move code that deals with adding/deleting
638 file/directory-local variables to files-x.el.
639
640 * Makefile.in (ELCFILES): Add files-x.elc.
641
c8a44c4e
DD
6422009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
643
27a9fd5a
DD
644 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
645 to use `goto-line'.
646 (gdb-place-breakpoints, gdb-get-location): Rewritten without
647 `goto-line'.
648 (gdb-invalidate-disassembly): Do not refresh upon receiving
649 'update signal. Instead, update all disassembly buffers only after
650 threads list.
cf6e27cf
DD
651 (gdb): Send -target-detach when buffer is killed (#3794).
652 (gdb-starting): Moved -data-list-register-names...
653 (gdb-stopped): ...here so it's sent when first thread stops.
654 (gdb-registers-handler-custom): Do nothing if register names are
655 unknown yet.
27a9fd5a 656
c8a44c4e
DD
657 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
658 from `gdb-mi.el' to avoid extra tangling.
659
660 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
661 change which breaks `gud-def' definitions. used in `gdb'.
662 (gdb-update-gud-running): No extra fuss for updating frame number.
663
dfd4e693
SM
6642009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
665
51c4341f
SM
666 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
667 (describe-language-environment-map, setup-language-environment-map)
668 (set-coding-system-map): Move initialization into declaration.
669 (set-language-info-alist): Last arg to define-key-after can be skipped.
670
671 * international/quail.el (quail-completion-1): Simplify.
672 (quail-define-rules): Use slightly more compact code.
673 (quail-insert-decode-map): Propertize keys, compact columns.
674
dfd4e693
SM
675 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
676 Add goto-line.
677
83326559
MB
6782009-08-10 Miles Bader <miles@gnu.org>
679
680 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
681 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
682 (js2-instance-member, js2-private-member, js2-private-function-call)
683 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
684 (js2-magic-paren, js2-external-variable):
685 Remove "-face" suffix from face names.
686 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
687 (js2-highlight-undeclared-vars, js2-peek-token)
688 (js2-parse-function-params, js2-mode-show-errors)
689 (js2-mode-show-warnings, js2-make-magic-delimiter)
690 (js2-mode-highlight-magic-parens): Update to use new face names.
691
8e754ea2
MA
6922009-08-09 Michael Albinus <michael.albinus@gmx.de>
693
694 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
695 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
696
1c292fc7
CY
6972009-08-09 Chong Yidong <cyd@stupidchicken.com>
698
18d433a7
CY
699 * subr.el: Provide hashtable-print-readable.
700
1c292fc7
CY
701 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
702 hs-c-like-adjust-block-beginning.
703 (hs-hide-block-at-point): Stop hiding at the beginning of
704 hs-block-end-regexp (Bug#700).
705
2db0ae07
DD
7062009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
707
708 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
709 a macro.
710 (gdb-registers-handler-custom): Do not fail when register names
711 are unavailable.
712
fe4740a6
DD
7132009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
714
715 * progmodes/gdb-mi.el (gdb-control-all-threads)
716 (gdb-control-current-thread): Interactive setters for
717 `gdb-gud-control-all-threads' to use in menu.
718 (gdb-show-run-p): Show «Go» when process is not active.
719 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
720 gud/thread.xpm and gud/all.xpm.
721
ce299d55
CY
7222009-08-08 Yoni Rabkin <yoni@rabkins.net>
723
724 * net/net-utils.el (net-utils-font-lock-keywords): New var.
725 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
726 (net-utils-mode): New mode for viewing diagnostic network output.
727 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
728 (net-utils-run-simple): New function.
729 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 730
7c4654ad
DD
7312009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
732
733 * progmodes/gdb-mi.el (gdb-read-memory-custom)
734 (gdb-memory-set-address, def-gdb-set-positive-number)
735 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
736 after changing settings.
737 (gdb-invalidate-disassembly): Update when first shown.
738 (gdb-edit-locals-value): Fixed.
739 (gdb-registers-handler-custom): Print registers in right order and
740 allow changing register values (only for current thread yet).
9cbac26b
DD
741 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
742 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
743 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
744 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
745 info in mode name.
746 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 747
0f25a277
EZ
7482009-08-08 Eli Zaretskii <eliz@gnu.org>
749
750 * mail/rmail.el (rmail-add-mbox-headers)
751 (rmail-set-message-counters-counter): Search for
752 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
753
b971be60
GM
7542009-08-08 Glenn Morris <rgm@gnu.org>
755
756 * Makefile.in (ELCFILES): Update.
757
a35d3ad8
EZ
7582009-08-07 Eli Zaretskii <eliz@gnu.org>
759
60c2df40
EZ
760 * mail/sendmail.el (mail-yank-original): Set
761 buffer-file-coding-system from the one used by the message whose
762 text is yanked.
763
8b0bcc2e
EZ
764 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
765 to "windows" when "pgnuplot" is used.
766 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
767 call accept-process-output if "pgnuplot" is used.
768 (calc-graph-init): Don't send -display and -geometry to
769 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
770 running "pgnuplot -V" with shell-command-to-string.
771
772 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
773 the default.
774
7752009-08-07 Eli Zaretskii <eliz@gnu.org>
776
777 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
778 org/org-latex.elc.
779
3bca7ca5
DN
7802009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
781
3c53763c
DN
782 * vc-dispatcher.el (vc-resynch-window): Update comment.
783
3bca7ca5
DN
784 * term.el (term-handle-ansi-escape): Add comments with the
785 terminfo capabilities implemented.
786
7b217360
DD
7872009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
788
789 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
790 (gdb-var-create-handler): Rewritten using JSON parser.
791 (gdb-propertize-header): Moved earlier.
792 (gdb-set-header): Removed to avoid duplication.
793 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
794 Refresh disassembly buffers only after threads list have been
795 update.
796 (gdb-threads-header, gdb-registers-header): Per-buffer header line
797 variables.
798
b4d84ecf
JL
7992009-08-04 Juri Linkov <juri@jurta.org>
800
801 * files.el: Commands to add/delete file/directory-local variables.
802 (read-file-local-variable, read-file-local-variable-value)
803 (read-file-local-variable-mode, modify-file-local-variable)
804 (modify-file-local-variable-prop-line)
805 (modify-dir-local-variable): New functions.
806 (add-file-local-variable, delete-file-local-variable)
807 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
808 (add-dir-local-variable, delete-dir-local-variable)
809 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
810 (copy-dir-locals-to-file-locals-prop-line): New commands.
811
42da39c1
CY
8122009-08-04 Chong Yidong <cyd@stupidchicken.com>
813
814 * abbrev.el (insert-abbrev-table-description): Prettify output.
815 Suggested by Karl Chen.
816
98bf8494
DD
8172009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
818
78b9fb28
DD
819 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
820 (gdb-overlay-arrow-position): Renamed to
821 `gdb-disassembly-position'.
822 (gdb-overlay-arrow-position, gdb-thread-position)
823 (gdb-disassembly-position): Declare variables.
824 (gdb-wait-for-pending): Function now.
825 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
826 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
827 compilation goes smoothly.
828 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
829 (gdb-non-stop-setting): New customization setting which replaces
830 `gdb-non-stop' so changing it doesn't break active GDB session.
831 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
832 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
833 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
834 (gdb-show-threads-by-default): New customization options.
835 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
836 routines.
837 (gdb-get-buffer-create): Send buffers update signal when they are
838 created.
839 (gdb-invalidate-locals, gdb-invalidate-registers)
840 (gdb-invalidate-breakpoints)
841 (gdb-invalidate-threads, gdb-invalidate-disassembly)
842 (gdb-invalidate-memory): Accept update signal.
843 (gdb-current-context-command): Use --frame option.
844 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
845 Implement `gdb-frame-number' selection logic.
846 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
847 whether to show GUD toolbar buttons.
848 (gdb-thread-exited): Unselect current thread when it exits.
849 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
850 (gdb-mark-line): Routine which sets overlay arrow or inverses
851 video on fringeless displays.
852 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
853 to build aligned columns of data in GDB buffers and set text
854 properties line-by-line.
855 (gdb-invalidate-breakpoints)
856 (gdb-breakpoints-list-handler-custom)
857 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
858 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
859 (gdb-registers-handler-custom): Align data columns.
860 (gdb-locals-handler-custom): Now prints data like in variable
861 declarations.
862 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
863 Removed confusing buttons.
864 (gdb-invalidate-threads): Append --frame.
865 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
866 between breakpoints/threads buffers.
867 (gdb-set-window-buffer): Now can ignore dedicated windows.
868 (gdb-propertize-header): Use `gdb-set-window-buffer'.
869 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
870 (def-gdb-thread-buffer-gud-command): Replaces
871 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
872 for fine thread control.
873 (gdb-preempt-existing-or-display-buffer): New function used to
874 display bound buffers without breaking window layout.
875 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
876 (gdb-select-frame): New version of `gdb-frames-select' which now
877 sets `gdb-frame-number' so commands may use --frame option instead
878 of inner debugger state.
879 (gdb-frame-handler): Do not set `gdb-frame-number'.
880 (gdb-threads-mode-map): Select threads with mouse.
881
882 * progmodes/gud.el (gdb-gud-context-call): Declare function to
883 avoid compilation warning.
884 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
885 `gdb-show-stop-p`.
886
566f3909
DD
887 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
888 Argument `key' renamed to `buffer-type'.
889 (gdb-current-context-buffer-name): Do not add thread info to
890 buffer name when no thread is selected.
891 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
892 command (bug 3794).
893 (gdb-thread-selected): Handle `=thread-selected' notification.
894 (gdb-wait-for-pending): New macro to deal with congestion problems.
895 (gdb-breakpoints-list-handler-custom): Don't fail on pending
896 breakpoints.
897 (gdb-invalidate-disassembly): Use 'fullname instead of 'file. This
898 fixes problem similar to one described in bug 3947.
899 (gud-menu-map): More menu items.
900 (gdb-init-1): Reset `gdb-thread-number' to nil.
901
4a31122c
DD
902 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
903 non-stop settings.
904
905 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
906 (gdb-current-context-command): Do not append --thread if
907 `gdb-thread-number' is nil.
908 (gdb-running-threads-count, gdb-stopped-threads-count): New
909 variables.
910 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
911 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
912 customization options.
913 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
914 GUD commands.
915 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'
916 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
917 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
918 set `gdb-thread-number' and update `gud-running' properly.
919 (gdb-running): Update threads list when new threads appear.
920 (gdb-stopped): Support non-stop operation and new thread switching
921 logic.
922 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
923 (gdb-json-partial-output): New set of JSON routines.
924 (def-gdb-auto-update-trigger): New `signal-list' optional
925 argument.
926 (gdb-thread-list-handler-custom): Update `gud-running',
927 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
928 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
929 (gdb-continue-thread, gdb-step-thread): New commands for fine
930 thread execution control.
931 (gud-menu-map): New menu items to switch non-stop options.
932 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 933 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
934
935 * progmodes/gdb-mi.el (gdb-rules-name-maker)
936 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
937 gdb-buffer-rules.
938 (def-gdb-auto-update-handler): New nopreserve optional argument.
939 (gdb-stack-list-frames-custom): Print stack from top to bottom.
940
941 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
942 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
943 (gdb-parent-mode): New mode to derive other GDB modes from.
944 (gdb-display-disassembly-for-thread)
945 (gdb-frame-disassembly-for-thread): New commands for threads
946 buffer.
947
948 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
949 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
950 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
951 (gdb-update): We now store all GDB buffers in a list so that they
952 can be updated by traversing a list instead of calling invalidate
953 triggers explicitly
954 (def-gdb-trigger-and-handler): New macro to define trigger-handler
955 pair for GDB buffer.
956 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
957 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
958 handle pending triggers.
959 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
960 (def-gdb-thread-buffer-simple-command)
961 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
962 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
963 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread): New
964 commands which show buffers bound to thread.
965 (gdb-stack-list-locals-regexp): Removed unused regexp.
4a31122c
DD
966
967 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name,gdb-locals-buffer-name)
968 (gdb-registers-buffer-name)
969 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
970 to (gud-comint-buffer) in *-buffer-name functions
971 because (gdb-get-target-string) already does that.
972 (gdb-locals-handler-custom, gdb-registers-handler-custom)
973 (gdb-changed-registers-handler): Rewritten without regexps.
974
975 * progmodes/gdb-mi.el Basic thread selection support.
976 (gdb-thread-number): New variable.
977 (gdb-current-context-command): New macro which adds --thread
978 option to command.
979 (gdb-threads-mode-map): Select thread with SPC
980 (gdb-thread-list-handler-custom): Mark current thread with overlay
981 arrow. Synchronize GDB thread and Emacs thread.
982 (gdb-select-thread): New command which selects current thread.
983 (gdb-invalidate-frames, gdb-invalidate-locals)
984 (gdb-invalidate-registers): Use --thread option.
20f12ed8 985
2ac33804
MA
9862009-08-04 Michael Albinus <michael.albinus@gmx.de>
987
988 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 989 robust. (Bug#3977)
2ac33804
MA
990 (tramp-handle-insert-file-contents): `unwind-protect' must be
991 inside `with-parsed-tramp-file-name'.
992
993 * net/tramp-gvfs.el (top): Remove superfluous message when loading
994 fails.
995
39d0296f
NR
9962009-08-03 Nick Roberts <nickrob@snap.net.nz>
997
998 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
999 directory if CLASSPATH is not set.
1000
adcbca53
MA
10012009-08-03 Michael Albinus <michael.albinus@gmx.de>
1002
1003 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp) New
1004 defconst.
7ef849b6 1005 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 1006
30924b0b
CY
10072009-08-02 Kevin Ryde <user42@zip.com.au>
1008
1009 * net/newst-backend.el (newsticker--raw-url-list-defaults): Update
1010 freshmeat link. Delete newsforge.com as it seems gone.
1011
b6ce92f1
CY
10122009-08-02 Chong Yidong <cyd@stupidchicken.com>
1013
d977a092
CY
1014 * select.el (x-set-selection): Doc fix (Bug#4021).
1015
1016 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
1017
b6ce92f1
CY
1018 * help-fns.el (describe-variable): Treat list return values from
1019 dir-locals-find-file properly (Bug#4005).
1020
3eedbc85
MA
10212009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
1022
1023 * net/tramp.el (tramp-debug-message): Print also microseconds.
1024
10252009-08-02 Michael Albinus <michael.albinus@gmx.de>
1026
1027 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
1028 or END is non-nil.
1029 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
1030 (tramp-get-debug-buffer): Change `outline-regexp' according to new
1031 format.
1032
1033 * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
1034 (tramp-get-file-property): Use it.
1035
1036 * autorevert.el (auto-revert-handler): Allow
1037 `auto-revert-tail-mode' for remote files.
1038
2aafe808
JR
10392009-08-02 Jason Rumney <jasonr@gnu.org>
1040
1041 * minibuffer.el (read-file-name): Treat confirm options to
1042 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
1043
e094097c
CY
10442009-08-02 Chong Yidong <cyd@stupidchicken.com>
1045
1046 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
1047 (font-lock-variable-name-face, font-lock-constant-face): Darken
1048 the colors for light backgrounds.
1049
de94f281
EZ
10502009-08-01 Eli Zaretskii <eliz@gnu.org>
1051
1052 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
1053 month names. (Bug#3987)
1054
54b99340
CY
10552009-07-31 Chong Yidong <cyd@stupidchicken.com>
1056
1057 * simple.el (line-move-finish): Pass whole number to
1058 line-move-to-column.
34be836c 1059 (line-move-visual): Perform hscroll to the recorded position.
54b99340 1060
38216c30
JB
10612009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
1062
1063 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
1064
c779896d
CY
10652009-07-29 Alan Mackenzie <acm@muc.de>
1066
1067 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
1068
592ccae0
DD
10692009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
1070
35edc6c6
DD
1071 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
1072 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 1073
5a9e3ab7
JB
10742009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
1075
1076 * calc/calc.el (calc-mode-map): Add keybinding for
1077 `calc-transpose-lines'.
1078
10792009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
1080
1081 * calc/calc-misc.el (calc-transpose-lines): New function.
1082
905fb90e
MA
10832009-07-28 Michael Albinus <michael.albinus@gmx.de>
1084
1085 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
1086 Simplify check for out-of-band methods.
1087 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
1088 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
1089
76e14464
DN
10902009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
1091
1092 * vc-git.el (vc-git-checkin): Fix typo.
1093
af077012
SY
10942009-07-28 Steve Yegge <steve.yegge@gmail.com>>
1095
1096 * progmodes/js2-mode.el: New file.
1097
b85157fe
NR
10982009-07-28 Nick Roberts <nickrob@snap.net.nz>
1099
1100 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
1101 (gud-menu-map): Adjust tooltip accordingly.
1102
d43c2b06
DN
11032009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1104
1c0f0c3b
DN
1105 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
1106 (vc-bzr-log-view-mode): Adjust log-view-file-re.
1107
d43c2b06
DN
1108 * add-log.el (change-log-mode-map): Add a menu.
1109
3dec5c36
MA
11102009-07-27 Michael Albinus <michael.albinus@gmx.de>
1111
1112 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
1113 function returns nil.
1114 (dbus-handle-event): Handle special return value :ignore.
1115 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
1116
5704140c
CY
11172009-07-26 Chong Yidong <cyd@stupidchicken.com>
1118
1119 * view.el (view-mode-enable): Don't define Helper-return-blurb if
1120 it's not needed.
1121
3077d1f6
EZ
11222009-07-25 Eli Zaretskii <eliz@gnu.org>
1123
1124 Fix Bug#3888:
1125
1126 * w32-vars.el (x-select-enable-clipboard): Doc fix.
1127
1128 * term/pc-win.el (x-display-name, x-colors)
1129 (x-select-enable-clipboard, x-select-text): Doc fix.
1130
1131 * term/common-win.el (x-display-name, x-colors): Doc fix.
1132
1133 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
1134 (xw-defined-colors): Doc fix.
1135
1136 * w32-fns.el (x-select-text, x-setup-function-keys)
1137 (x-get-selection, x-set-selection): Doc fix.
1138
1139 * term/x-win.el (x-select-text, x-setup-function-keys)
1140 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
1141
1142 * select.el (x-set-selection): Doc fix.
1143
51768bc8
MA
11442009-07-25 Michael Albinus <michael.albinus@gmx.de>
1145
1146 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
1147 instead of "IsNSSSupportAvailable". Avahi ought to work also when
1148 "IsNSSSupportAvailable" method is not available. Reported by
1149 Steve Youngs <steve@sxemacs.org>.
1150
b11c2874
KH
11512009-07-24 Kenichi Handa <handa@m17n.org>
1152
1153 * international/characters.el: Fix setting of category ?C, ?|, ?K,
1154 and ?H. Fix setting of case for Latin Extended and Greek
1155 Extended.
1156 (build-unicode-category-table): Fix range checks.
1157
ba83b7b6
DN
11582009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
1159
1160 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
1161 the buffer we try to sync is current when calling
1162 vc-resynch-buffer.
1163
1164 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
1165 not show up to date files.
1166
7a8ae964
GM
11672009-07-24 Glenn Morris <rgm@gnu.org>
1168
1169 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
1170 Add autoload cookies. If necessary, initialize.
1171 (elint-log): Handle non-file buffers.
1172 (elint-initialize): Add optional argument to reinitialize.
1173 (elint-find-builtin-variables): Save excursion.
1174
a707eb05
DN
11752009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
1176
1177 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
1178 for Lint.
1179
0a2ddfa6
DN
11802009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1181
d6a62b0d
DN
1182 * vc.el (vc-print-log-internal): New function, split out from ...
1183 (vc-print-log): ... here.
10b5dcad 1184 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 1185
0a2ddfa6
DN
1186 * vc-git.el (vc-git-add-signoff): New variable.
1187 (vc-git-checkin): Use it.
1188 (vc-git-toggle-signoff): New function.
1189 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
1190 (vc-git--run-command-string): Accept a nil FILE argument.
1191 (vc-git-stash-list): New function.
1192 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 1193
589a99f2
GM
11942009-07-23 Glenn Morris <rgm@gnu.org>
1195
1196 * help-fns.el (describe-variable): Describe ignored and risky local
1197 variables in a similar way to that in which we describe safe ones.
1198
1199 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
1200 (byte-compile-output-file-form, byte-compile-output-docform)
1201 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
1202 Give some more local variables with common names a "bytecomp-" prefix,
1203 so as not to shadow things during compilation.
1204 * emacs-lisp/cl-macs.el (load-time-value)
1205 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
1206 `outbuffer' to `bytecomp-outbuffer'.
1207
1208 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
1209 since the next two variables cover them automatically now.
1210 (elint-builtin-variables, elint-autoloaded-variables): New.
1211 (elint-unknown-builtin-args): Remove all members, since they can be
1212 parsed automatically now.
1213 (elint-extra-errors): New.
1214 (elint-env-add-env, elint-env-add-macro): Use cadr.
1215 (elint-current-buffer): Use or. Change final message.
1216 (elint-get-top-forms): Use line-end-position.
1217 (elint-init-env): Use cadr. Handle autoload, declare-function,
1218 and defalias.
1219 (elint-add-required-env): Doc fix. Use or. Standardize error.
1220 (regexp-assoc): Remove unused function.
1221 (elint-top-form): Set elint-current-pos, to record the start of the
1222 top-level form, for compilation-mode.
1223 (elint-form): Trap errors in macro expansion. Use dolist.
1224 (elint-unbound-variable): Use elint-builtin-variables and
1225 elint-autoloaded-variables.
1226 (elint-get-args): Use cadr, or.
1227 (elint-check-cond-form): Use dolist, cadr.
1228 (elint-check-condition-case-form): Doc fix. Use cadr.
1229 Use elint-extra-errors.
1230 (elint-log): New function.
1231 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
1232 Distinguish errors and warnings.
1233 (elint-log-message): Use with-current-buffer. Inhibit read-only.
1234 Use a bytecomp-style format.
1235 (elint-clear-log): Preserve default-directory. Inhibit read-only.
1236 (elint-get-log-buffer): Use compilation mode. Disable undo.
1237 Don't truncate lines.
1238 (elint-initialize): Set builtin and autoloaded variable lists.
1239 Only process elint-unknown-builtin-args if non-nil.
1240 (elint-find-builtin-variables, elint-find-autoloaded-variables):
1241 New functions.
1242 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
1243
855b42a2
GM
12442009-07-22 Kevin Ryde <user42@zip.com.au>
1245
1246 * net/newst-backend.el (newsticker--parse-atom-1.0)
1247 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
1248 (newsticker--parse-rss-1.0):
1249 * progmodes/idlwave.el (idlwave-mode):
1250 * progmodes/idlw-shell.el (idlwave-shell-mode):
1251 * progmodes/vera-mode.el (vera-mode):
1252 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
1253 * progmodes/vhdl-mode.el (vhdl-mode):
1254 * textmodes/table.el (table-generate-source)
1255 (table--warn-incompatibility):
1256 Hyperlink urls in docstrings with URL `...'.
1257
fd413a37
GM
12582009-07-22 Glenn Morris <rgm@gnu.org>
1259
cb711556
GM
1260 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
1261 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
1262 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
1263 Remove leading * from defcustom docs.
1264
fd413a37
GM
1265 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
1266
1267 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
1268 defcustom doc.
1269 (list-load-path-shadows): Optionally, just return shadows as a string.
1270
1271 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
1272
a4f69701
CY
12732009-07-21 Chong Yidong <cyd@stupidchicken.com>
1274
1275 * mail/rmailedit.el (rmail-edit-mode): Use
1276 auto-save-include-big-deletions.
1277
1278 * mail/rmail.el (rmail-variables): Use
1279 auto-save-include-big-deletions.
1280
1281 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
1282 changes.
1283
ec06459c
JB
12842009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
1285
1286 * calc/calc.el (calc-undo-length): New variable.
1287 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
1288
b41b0976
RS
12892009-07-21 Richard Stallman <rms@gnu.org>
1290
1291 * files.el (auto-save-mode): Handle buffer-save-size = -2
1292 for toggling mode.
1293
4ed32706
GM
12942009-07-21 Glenn Morris <rgm@gnu.org>
1295
531b1264
GM
1296 * textmodes/ispell.el (ispell-looking-back): Update declaration.
1297
55d27f41
GM
1298 * calendar/todo-mode.el (calendar-current-date): Update declaration.
1299
02df3f4d
GM
1300 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
1301 silence compiler. Instead...
1302 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
1303 (ps-print-ensure-fontified): Update for above function name changes.
1304
fdd8417e
GM
1305 * printing.el (pr-mh-get-msg-num, pr-mh-show)
1306 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
1307 silence compiler. Instead...
1308 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
1309 (mh-show-buffer): Only define for compiler.
1310 (pr-mh-current-message): Update for above function name changes.
1311
4ed32706
GM
1312 * files.el (abort-if-file-too-large): Explicitly pass `filename'
1313 as an argument.
1314 (find-file-noselect, insert-file-1): Update for above change.
1315
1316 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
1317
1318 * mail/mailclient.el (mailclient-send-it): Fix message.
1319
1320 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
1321 (edebug-eval): Check cl-debug-env is bound.
1322 (print-level, print-circle): Don't redefine built-in variables.
1323
1324 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
1325 (custom-print-vectors): Remove old comments from doc.
1326
1327 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
1328 (emerge-version): Make the variable an obsolete alias for the
1329 emacs-version variable. Make the function obsolete.
1330 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
1331 Emerge options, rather than merging in into the main Options menu.
1332 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
1333 and auto advance modes. Disable edit/fast items when not relevant.
1334
86812144
CY
13352009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1336
1337 * term/vt420.el (terminal-init-vt420): Fix typo.
1338
6bb90094
SS
13392009-07-20 Sam Steingold <sds@gnu.org>
1340
1341 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
1342 variable (removed from compile.el on 2004-03-11).
1343
42e0a725
CY
13442009-07-20 Chong Yidong <cyd@stupidchicken.com>
1345
1346 * files.el (hack-local-variables-filter): Fix last change.
1347
2ee20f24
JL
13482009-07-19 Juri Linkov <juri@jurta.org>
1349
1350 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
1351 (dir-local-variables-alist): New buffer-local variable.
1352 (hack-local-variables-filter): If variable is not dir-local,
1353 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
1354 because file-local overrides dir-local.
1355 (c-postprocess-file-styles)<declare-function>:
1356 Remove obsolete declaration.
1357 (hack-dir-local-variables): Add dir-local variable/value pair to
1358 `dir-local-variables-alist' and remove duplicates. Doc fix.
1359
1360 * help-fns.el (describe-variable): Add information about
1361 file-local and dir-local variables.
1362
89bf83cd
CY
13632009-07-19 Chong Yidong <cyd@stupidchicken.com>
1364
1365 * files.el (hack-local-variables-filter): Rewrite.
1366
1a8d3541
GM
13672009-07-19 Glenn Morris <rgm@gnu.org>
1368
d9e8a018
GM
1369 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
1370 Silence compiler by only defining on XEmacs.
1371
da332cfb
GM
1372 * international/mule.el (auto-coding-regexp-alist): Only match
1373 BABYL... at the start of buffer, not of lines. (Bug#3790)
1374
1a8d3541
GM
1375 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
1376 non-calendar buffers (Bug#3862). Restore "not on a date" message.
1377 (cal-menu-context-mouse-menu): Doc fix.
1378
1379 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
1380
1381 * simple.el (mail-user-agent): Doc fix. Set :version tag.
1382
d842b103
JL
13832009-07-18 Juri Linkov <juri@jurta.org>
1384
1385 * info.el: Virtual Info keyword finder.
1386 (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
1387 (Info-finder-file): New variable.
1388 (Info-finder-find-file): New function.
1389 (finder-known-keywords, finder-package-info)
1390 (find-library-name, lm-commentary): Use defvar and
1391 declare-function to silence compiler warnings.
1392 (Info-finder-find-node): New function.
1393 (info-finder): New command.
1394
1395 * subr.el (process-kill-buffer-query-function): New function.
1396 (add-hook)<kill-buffer-query-functions>: Add hook
1397 `process-kill-buffer-query-function'.
1398
10d37df7
AM
13992009-07-18 Alan Mackenzie <acm@muc.de>
1400
1401 * progmodes/cc-mode.el (c-before-hack-hook),
1402 (c-postprocess-file-styles): Give invocation of `c-set-style'
1403 DONT-OVERRIDE parameter of t. Already set style variables will
1404 thus not be overridden by style settings given by `c-file-syle'.
1405
1406 * files.el (hack-local-variables-filter): Remove entries with
1407 duplicate keys from `file-local-variables-alist'.
1408
102e1a41
EZ
14092009-07-18 Eli Zaretskii <eliz@gnu.org>
1410
1411 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
1412 x-set-selection if display-selections-p returns nil for the
1413 current frame.
1414
16f2e9fc
CY
14152009-07-18 Chong Yidong <cyd@stupidchicken.com>
1416
1417 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
1418
f22693fc
EZ
14192009-07-18 Eli Zaretskii <eliz@gnu.org>
1420
a6c2c80c
EZ
1421 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
1422 Accept nil in addition to a regexp.
1423 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
1424 Accept nil in addition to a regexp.
1425 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
1426 buffers that have an associated file. Handle nil values of
1427 desktop-buffers-not-to-save and desktop-files-not-to-save.
1428 (Bug#3833)
1429
f22693fc
EZ
1430 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
1431 (x-disown-selection-internal): New functions.
1432
e456379a
NR
14332009-07-18 Nick Roberts <nickrob@snap.net.nz>
1434
1435 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
1436 warning.
1437 (gdb-breakpoints-header): Move forward to avoid compiler warning.
1438 (gdb-make-header-line-mouse-map): Remove duplicate definition.
1439
0013b70f
CY
14402009-07-18 David De La Harpe Golden <david@harpegolden.net>
1441
1442 * simple.el (set-mark): Revert last change.
1443
0855c2ca
CY
14442009-07-17 Tassilo Horn <tassilo@member.fsf.org>
1445
1446 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
1447 rendering of pngs is not possible instead of messaging a long
1448 description.
1449
3f5c9cad
CY
14502009-07-17 David De La Harpe Golden <david@harpegolden.net>
1451
1452 * w32-fns.el (x-selection-owner-p): New function.
1453
1454 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6c6a75d5
CY
1455 (mouse-yank-at-click, mouse-yank-primary): If
1456 select-active-regions is non-nil, deactivate the mark before
1457 insertion.
3f5c9cad
CY
1458
1459 * simple.el (deactivate-mark, set-mark): Only save selection if we
1460 own it.
1461
1fc87f9b
KH
14622009-07-17 Kenichi Handa <handa@m17n.org>
1463
1464 * case-table.el (describe-buffer-case-table): Fix for the case
1465 that KEY is a cons.
1466
d56fdcd2
DN
14672009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
1468
1469 * vc-rcs.el (vc-rcs-find-file-hook):
1470 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
1471
bede3e9f
MA
14722009-07-16 Michael Albinus <michael.albinus@gmx.de>
1473
1474 * net/tramp.el (tramp-wait-for-output): Handle the case when
1475 commands do not return a newline but a null byte before the shell
1476 prompt. (Bug#3858)
1477
7653ca1d
YM
14782009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1479
1480 * term/ns-win.el (ns-set-alpha): Don't declare.
1481 (ns-set-background-alpha): Remove function.
1482
ed2a52e9
SM
14832009-07-16 Kevin Ryde <user42@zip.com.au>
1484
1485 * emacs-lisp/copyright.el (copyright-update): Save match-data across
1486 y-or-n-p, for safety.
1487
7a907299
RS
14882009-07-16 Richard Stallman <rms@gnu.org>
1489
1490 * files.el (auto-save-mode): If buffer-saved-size is -2,
1491 don't clobber it.
1492
1493 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
1494 (rmail-retry-ignored-headers): Add more uninteresting fields.
1495
c0db3477
CY
14962009-07-15 Jari Aalto <jari.aalto@cante.net>
1497
1498 * net/rcirc.el (rcirc): Use history variables.
1499 (rcirc-server-name-history, rcirc-nick-name-history)
1500 (rcirc-server-port-history): New variables.
1501
6c875452
KH
15022009-07-15 Kenichi Handa <handa@m17n.org>
1503
bf974dc9
KH
1504 * international/mule-cmds.el (set-language-environment-charset):
1505 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
1506 ignore them.
1507
6c875452
KH
1508 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
1509 Delete unibyte-display.
1510
2066b4fe
CY
15112009-07-15 Chong Yidong <cyd@stupidchicken.com>
1512
1513 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
1514
f9be2e35
CY
15152009-07-15 Chong Yidong <cyd@stupidchicken.com>
1516
1517 * simple.el (deactivate-mark): Optional argument FORCE.
1518 (set-mark): Use deactivate-mark.
1519
1520 * info.el (Info-search): No need to check transient-mark-mode
1521 before calling deactivate-mark.
1522
1523 * select.el (x-set-selection): Doc fix.
1524 (x-valid-simple-selection-p): Allow buffer values.
1525 (xselect--selection-bounds): Handle buffer values. Suggested by
1526 David De La Harpe Golden.
1527
1528 * mouse.el (mouse-set-region, mouse-drag-track): Call
1529 copy-region-as-kill before setting the mark, to let
1530 select-active-regions work.
1531
15322009-06-28 David De La Harpe Golden <david@harpegolden.net>
1533
1534 * simple.el (deactivate-mark): If select-active-regions is
1535 non-nil, copy the selection data into a string.
1536 (activate-mark): If select-active-regions is non-nil, set the
1537 selection to the current buffer.
1538 (set-mark): Update selection if select-active-regions is non-nil.
1539
1540 * select.el (x-valid-simple-selection-p): Allow buffer values.
1541
cbd61418
SM
15422009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
1543
1544 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
1545 and more featureful message-mode.
1546
f470187f
CY
15472009-07-14 Chong Yidong <cyd@stupidchicken.com>
1548
1549 * select.el (x-set-selection): Doc fix.
1550 (x-valid-simple-selection-p): Disallow selection data consisting
1551 of a list or cons of integers, since that is not used.
1552 (xselect--selection-bounds, xselect--int-to-cons): New functions.
1553 (xselect-convert-to-string, xselect-convert-to-length)
1554 (xselect-convert-to-filename, xselect-convert-to-charpos)
1555 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
1556
bfc99364
DD
15572009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
1558
1559 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
1560 output in -break-info command (Emacs bug #3794).
1561
e32721f5
GM
15622009-07-14 Glenn Morris <rgm@gnu.org>
1563
1e46f9e4
GM
1564 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
1565 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
1566 (edebug-print-length, edebug-print-level, edebug-print-circle)
1567 (edebug-sit-for-seconds, edebug-view-outside)
1568 (edebug-bounce-point, edebug-set-global-break-condition)
1569 (edebug-Go-nonstop-mode, edebug-trace-mode)
1570 (edebug-Trace-fast-mode, edebug-continue-mode)
1571 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
1572 (edebug-visit-eval-list): Doc fixes.
1573
e32721f5
GM
1574 * subr.el (def-edebug-spec): Doc fix.
1575
66a85e76
KH
15762009-07-14 Kenichi Handa <handa@m17n.org>
1577
1578 * international/characters.el: Fix setting of category ?C.
1579
28571246
JD
15802009-07-13 Jan Djärv <jan.h.d@swipnet.se>
1581
1582 * term/ns-win.el (x-select-font): defailias x-select-font to
1583 ns-popup-font-panel instead of generate-fontset-menu.
1584
5d74672c
EZ
15852009-07-12 Eli Zaretskii <eliz@gnu.org>
1586
1587 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
1588
eb1727a4
CY
15892009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
1590
1591 * arc-mode.el (archive-find-type): Allow for a PK00 string before
1592 the PK\003\004 header (Bug#3770).
1593
208384c5
CY
15942009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
1595
1596 * pcomplete.el (pcomplete-comint-setup): Check for
1597 shell-dynamic-complete-filename too.
1598
774409a1
CY
15992009-07-11 Chong Yidong <cyd@stupidchicken.com>
1600
1601 * simple.el (temporary-goal-column): Change the value for
1602 line-move-visual to a cons cell.
1603 (line-move-visual): Record or set the window hscroll, if
1604 necessary (Bug#3494).
1605 (line-move-1): Handle cons value of temporary-goal-column.
1606
1639ee1d
KH
16072009-07-11 Kenichi Handa <handa@m17n.org>
1608
1609 * international/mule-diag.el (describe-character-set): Don't show
1610 width.
1611
2b1d2412
SS
16122009-07-10 Sam Steingold <sds@gnu.org>
1613
1614 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1615 Omake sometimes indents the errors it prints, so allow all
1616 regexps to start with spaces.
1617
ed3a5691
EZ
16182009-07-10 Eli Zaretskii <eliz@gnu.org>
1619
ed2a52e9
SM
1620 * cus-edit.el (customize-changed-options-previous-release):
1621 Bump value to 22.1. (Bug#3804)
ed3a5691 1622
49405d0e
SS
16232009-07-08 Sam Steingold <sds@gnu.org>
1624
1625 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
1626 to be a cons cell (test . ignored-directory) to selectively ignore
1627 some directories depending on the location of the search.
1628
93c3eb7c
MA
16292009-07-08 Michael Albinus <michael.albinus@gmx.de>
1630
1631 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
1632 remote user is root, on the local host.
1633 (tramp-local-host-p): Either the local user or the remote user
1634 must be root. (Bug#3771)
1635
6f2a8484
NR
16362009-07-08 Nick Roberts <nickrob@snap.net.nz>
1637
1638 * progmodes/gdb-mi.el (gdb): Remove description of
1639 gdb-use-separate-io-buffer.
69cb8d82 1640 (menu): Don't allow toggling of or enable
6f2a8484
NR
1641 gdb-use-separate-io-buffer from menubar.
1642
88d03607
CY
16432009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
1644
1645 * mail/unrmail.el (unrmail): Make sure the message ends with two
1646 newlines (Bug#3769).
1647
7ef5b8b2
GM
16482009-07-08 Glenn Morris <rgm@gnu.org>
1649
1650 * calendar/calendar.el (calendar-current-date): Rework previous change.
1651
3ce82f97
GM
16522009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
1653
1654 * calendar/calendar.el (calendar-current-date):
1655 Add an optional argument giving an offset from today.
1656
f35fc841
GM
16572009-07-08 Glenn Morris <rgm@gnu.org>
1658
1659 * tutorial.el (tutorial--describe-nonstandard-key):
1660 Adjust the message for when a key has been unbound.
1661 (help-with-tutorial): Hide the arch-tag.
1662
40149292
KH
16632009-07-08 Kenichi Handa <handa@m17n.org>
1664
69cb8d82
KH
1665 * international/fontset.el (setup-default-fontset): For each
1666 script, append (not set) font-specs.
1667
40149292
KH
1668 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
1669 docstring.
1670
ff0c4194
NR
16712009-07-08 Nick Roberts <nickrob@snap.net.nz>
1672
1673 * progmodes/gdb-mi.el (gdb-init-1): Move sending
1674 -data-list-register-names to ...
1675 (gdb-starting): ... here because GDB 7.0 requires execution to
1676 have started when using this MI command.
1677 (gdb-set-header): New function to distinguish select and
1678 unselected tabs in gdb buffers.
1679 (gdb-propertize-header): New macro that uses gdb-set-header.
1680 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 1681 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 1682
8954c675
CY
16832009-07-07 Chong Yidong <cyd@stupidchicken.com>
1684
1685 * Makefile.in (ELCFILES): Remove fadr.elc.
1686
0996385d
DD
16872009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
1688
dc6b4519
DD
1689 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
1690 may contain frame information, so `string-match' should be used.
1691 (gdb-update): Disassembly is invalidated through
1692 `gdb-get-selected-frame'.
1693 (gdb-pad-string): New function to pad string with spaces.
1694 (gdb-invalidate-disassembly): Invalidate only if the buffer
1695 exists.
1696 (gdb-disassembly-handler-custom): Column alignment.
1697 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
1698 placing new ones.
1699 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
1700 end of line, too.
1701 (gdb-frame-handler): Match convention to for disassembly buffer
1702 mode name.
17c1380b 1703 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
1704 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
1705 not highlight breakpoints without line information.
69a197a2 1706 (gdb-input): Add trailing newline to command.
dc6b4519 1707
14340b25
DD
1708 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
1709 buffer properly.
1710 (gdb-breakpoints-list-handler-custom): Replacement for
dc6b4519
DD
1711 `gdb-break-list-handler'. Using real parser instead of regexps
1712 now.
1713 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
1714 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
1715 to place breakpoints.
14340b25
DD
1716 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
1717 functions.
1718 (gdb-disassembly-handler-custom): Show overlay arrow.
1719 (gdb-disassembly-place-breakpoints): Show breakpoints in
1720 disassembly buffer.
1721 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519
DD
1722 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
1723 instead of parsing breakpoints buffer. Fixed old menu references
1724 in `gud-menu-map'.
14340b25 1725
38d4f316 1726 * fadr.el: Remove.
1f2a6224 1727
0996385d
DD
1728 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el
1729 (gdb-memory-address): New variable which holds top address of
1730 memory page shown in memory buffer
1731 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
1732 customization variables.
1733 New functions:
1734 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
1735 display the memory buffer.
1736 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
1737 buffer display parameters.
1738 (def-gdb-memory-format, gdb-memory-format-binary)
1739 (gdb-memory-format-octal, gdb-memory-format-unsigned)
1740 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
1741 Functions for setting memory buffer format.
1742 (gdb-memory-unit-word, gdb-memory-unit-halfword)
1743 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
1744 unit size used in memory buffer.
1745 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
1746 to next/previous page of memory buffer.
28d67a53 1747 Now using (bindat-get-field) instead of fadr functions.
0996385d 1748
9ba562d3
SS
17492009-07-07 Sam Steingold <sds@gnu.org>
1750
1751 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
1752 non-top-level files.
1753
a43977db
KH
17542009-07-07 Kenichi Handa <handa@m17n.org>
1755
1756 * international/mule-cmds.el (reset-language-environment): Put
1757 the highset priority to the charset iso-8859-1.
1758
d44d05e8
CY
17592009-07-06 Chong Yidong <cyd@stupidchicken.com>
1760
1761 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
1762 to the end of the line when locating the block (Bug#700).
1763
3e2fa353
MA
17642009-07-06 Michael Albinus <michael.albinus@gmx.de>
1765
1766 * net/tramp.el (tramp-handle-write-region): Flush file properties
1767 in case of short track.
1768
d88782c3
DN
17692009-07-07 Michael McNamara <mac@mail.brushroad.com>
1770
1771 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
1772 representation of verilog error regular expressions to work with
1773 Emacs-22's new format.
1774 (verilog-error-regexp-xemacs-alist): Coded custom representation
1775 of verilog error regular expressions to work with XEmacs format
1776 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
1777 error recognition into XEmacs.
1778 (verilog-error-regexp-add-emacs): Hook routine to install verilog
1779 error recognition into Emacs-22.
1780
25c6f63e
CY
17812009-07-06 Chong Yidong <cyd@stupidchicken.com>
1782
1783 * woman.el: Remove stand-alone closing parentheses.
1784 (woman-file-name, woman2-format-paragraphs)
1785 (woman-leave-blank-lines): Code cleanup.
1786 (woman-use-own-frame): Change default to nil.
1787 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
1788 defaults to inherit from default faces.
1789 (woman2-process-escapes): Consume the newline after a stand-alone
1790 filler character (Bug#3651).
1791
f176290e
GM
17922009-07-06 Glenn Morris <rgm@gnu.org>
1793
1794 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
1795 (top-level): Move provide to the end.
1796 (ffap): Remove defunct URL from custom group.
1797
1798 * subr.el (eval-after-load): Doc fix.
1799
e4a5a307
JB
18002009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
1801
1802 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
1803 `calc-embedded-word' is called twice.
1804
4b8b1ec5
SM
18052009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
1806
1807 * files.el (find-alternate-file-other-window, find-alternate-file):
1808 Obey confirm-nonexistent-file-or-buffer.
1809
d6ceb380
MA
18102009-07-05 Michael Albinus <michael.albinus@gmx.de>
1811
1812 * dired-aux.el (dired-show-file-type): Handle remote files.
1813
c760f19e
CY
18142009-03-22 Jari Aalto <jari.aalto@cante.net>
1815
4b8b1ec5
SM
1816 * desktop.el (desktop-globals-to-save):
1817 Add file-name-history (Bug#2750).
c760f19e 1818
6d00ce04
CY
18192009-07-05 Chong Yidong <cyd@stupidchicken.com>
1820
4b8b1ec5 1821 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 1822
6ee21b07
JB
18232009-07-04 Johan Bockgård <bojohan@gnu.org>
1824
1825 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
1826 property on entire argument since this is what eshell-lisp-command
1827 expects.
1828
f0dbdc25
MA
18292009-07-03 Michael Albinus <michael.albinus@gmx.de>
1830
1831 * net/tramp-gvfs.el (tramp-gvfs-methods)
1832 (tramp-gvfs-zeroconf-domain)
1833 (tramp-bluez-discover-devices-timeout): Add version flag.
1834 (tramp-gvfs-handler-mounted-unmounted)
1835 (tramp-gvfs-connection-mounted-p): Polish handling of
1836 incompatibilities between GVFS 0.2 and 1.0.
1837
e044e4fc
JD
18382009-07-03 Jan Djärv <jan.h.d@swipnet.se>
1839
4b8b1ec5 1840 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 1841
2e9b968b
JB
18422009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
1843
1844 * calc-math.el (math-use-emacs-fn): Make sure that the number is
1845 formatted correctly.
1846
baf1a55e
JL
18472009-07-02 Juri Linkov <juri@jurta.org>
1848
1849 * info.el: Virtual Info files and nodes.
1850 (Info-virtual-files, Info-virtual-nodes): New variables.
1851 (Info-current-node-virtual): New variable.
1852 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
1853 New functions.
1854 (Info-file-supports-index-cookies): Use Info-virtual-file-p
1855 to check for a virtual file instead of checking a fixed list
1856 of node names.
1857 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
1858 instead of ad-hoc processing of "dir" and (apropos history toc).
1859 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
1860 instead of ad-hoc processing of "dir" and (apropos history toc).
1861 Reread a file when moving from a virtual node.
1862 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
1863 (Info-directory-toc-nodes, Info-directory-find-file)
1864 (Info-directory-find-node): New functions.
1865 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
1866 (Info-history): Move part of code to
1867 `Info-history-find-node'.
1868 (Info-history-toc-nodes, Info-history-find-file)
1869 (Info-history-find-node): New functions.
1870 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
1871 (Info-toc): Move part of code to `Info-toc-find-node'.
1872 (Info-toc-find-node): New function.
4b8b1ec5 1873 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
1874 the current Info file name to references because now the node
1875 "*TOC*" belongs to the same Info manual.
4b8b1ec5 1876 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
1877 (Info-toc-nodes): Rename input argument `file' to `filename'.
1878 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
1879 instead of ad-hoc processing of ("dir" apropos history toc).
1880 (Info-index-nodes): Use Info-virtual-file-p
1881 to check for a virtual file instead of checking a fixed list
1882 of node names.
1883 (Info-index-node): Add check for `Info-current-node-virtual'.
1884 Raise `save-match-data' higher up the tree to contain
1885 `search-forward' too (bug fix).
1886 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
1887 (Info-virtual-index-nodes): New variable.
1888 (Info-virtual-index-find-node, Info-virtual-index): New functions.
1889 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
1890 (Info-apropos-file, Info-apropos-nodes): New variables.
1891 (Info-apropos-toc-nodes, Info-apropos-find-file)
1892 (Info-apropos-find-node, Info-apropos-matches): New functions.
1893 (info-apropos): Move part of code to `Info-apropos-find-node' and
1894 `Info-apropos-matches'.
1895 (Info-mode-map): Bind "I" to `Info-virtual-index'.
1896 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
1897 for a virtual file instead of checking a fixed list of node names.
1898
1899 * simple.el (async-shell-command): New command.
1900
1901 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
1902
1903 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
1904 instead of `mount-info'.
1905
d04bc496
MA
19062009-07-02 Michael Albinus <michael.albinus@gmx.de>
1907
1908 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 1909 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 1910
af0403e0
KH
19112009-07-02 Kenichi Handa <handa@m17n.org>
1912
1913 * international/mule.el (set-keyboard-coding-system): Force *-unix
1914 coding-system to avoid eol conversion.
1915
99278f8a
MA
19162009-07-01 Michael Albinus <michael.albinus@gmx.de>
1917
4b8b1ec5
SM
1918 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1919 Add handler for `process-file', `shell-command' and
99278f8a
MA
1920 `start-file-process'.
1921 (tramp-gvfs-handle-shell-command)
1922 (tramp-gvfs-handle-start-file-process)
1923 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 1924 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 1925
3f1c6666
JD
19262009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1927
1928 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
1929
3f396bac
KH
19302009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
1931
1932 * language/korean.el (set-language-info-alist): Add korean-cp949,
1933 cp949 to spec.
1934
c1185193
KH
19352009-07-01 Kenichi Handa <handa@m17n.org>
1936
1937 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
1938
1939 * international/encoded-kb.el: Deleted.
1940
1941 * international/mule.el (set-keyboard-coding-system): Perform the
1942 necessary setup here instead of calling encoded-kbd-setup-display.
1943
3f150a60
GM
19442009-07-01 Glenn Morris <rgm@gnu.org>
1945
1946 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
1947
b0d5b05b
GM
19482009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
1949
1950 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
1951
4f4126e6
MA
19522009-06-30 Michael Albinus <michael.albinus@gmx.de>
1953
4b8b1ec5
SM
1954 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
1955 Handle also the 'rename case, when setting file modes. (Bug#3712)
974647ac 1956 (tramp-default-file-modes) Remove execute permissions.
4f4126e6 1957
7ae3ea65 1958 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
1959 (top): Add a default for "synce" in `tramp-default-user-alist'.
1960 Add completion function for "synce" method.
1961 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
1962 (tramp-hal-interface-manager, tramp-hal-interface-device):
1963 New defconst.
1964 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
1965 (tramp-synce-list-devices, tramp-synce-parse-device-names):
1966 New defuns.
d6ceb380
MA
1967
1968 * net/trampver.el: Update release number.
7ae3ea65 1969
0ad6626b
KH
19702009-06-30 Kenichi Handa <handa@m17n.org>
1971
1972 * international/fontset.el (setup-default-fontset): Add CJK fonts
1973 for symbols and the other miscellaneous characters.
1974
4b8b1ec5
SM
1975 * language/korea-util.el (setup-korean-environment-internal):
1976 Make char-width-table suitable for Korean environments.
0ad6626b
KH
1977 (exit-korean-environment): Cancel above.
1978
1979 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
1980 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
1981 setup-funcion to make char-widht-table suitable for respective
1982 environments, and an exit-function to cancel that.
1983
1984 * language/japan-util.el (setup-japanese-environment-internal):
1985 Call use-cjk-char-width-table with arg `ja_JP'.
1986
1987 * international/characters.el (cjk-char-width-table): Delete it.
1988 (cjk-char-width-table-list): New variable.
1989 (use-cjk-char-width-table): New arg local-name.
1990 (use-default-char-width-table): Fix for the case that Emacs is
1991 already using the default char-width-table.
1992
fd46e893
MA
19932009-06-29 Michael Albinus <michael.albinus@gmx.de>
1994
1995 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
1996 modes mandatory. (Bug#3712)
1997
b87d9f96
AM
19982009-06-29 Alan Mackenzie <acm@muc.de>
1999
2000 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 2001 correction between the visible width of TABs and their number of bytes.
b87d9f96 2002
2d25aa5a
CY
20032009-06-29 Chong Yidong <cyd@stupidchicken.com>
2004
2005 * server.el (server-buffer-done): Prevent kill-buffer from
2006 prompting by clearing the buffer modification flag (Bug#3696).
2007
a3a8b002
DN
20082009-06-28 Michael McNamara <mac@mail.brushroad.com>
2009
2010 * verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 2011 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
2012 (verilog-basic-complete-re): Support localparam lineup.
2013 (verilog-beg-of-statement-1): Fix for robustness, unique case.
2014 (verilog-set-auto-endcomments): Fix for unique case, always_comb
2015 commenting.
2016 (verilog-leap-to-case-head): Now support *nested* unique &
2017 priority case statements.
2018 (verilog-auto-lineup): Make just declarations the default (as it
2019 had been).
4b8b1ec5 2020 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002
DN
2021 (verilog-auto-lineup): Rework to give users radio buttons to
2022 select the various styles of automatic lineup
2023 (verilog-error-regexp-alist): Rework to support the XEmacs style
2024 of error regular expressions from compilers, lint tools &
2025 simulators. Note that GNU Emacs has made it impossible for a mode
2026 to load such things.
2027 (electric-verilog-terminate-line, verilog-indent-declaration)
2028 (verilog-auto-wiure): Rework for radio button selection of
2029 auto-lineup selection of specification of auto lineup.
2030 (verilog-beg-of-statement-1): Redesign to support proper operation
2031 in additional code, based on testing with auto-lineup.
2032 (verilog-calculate-indent, assignments & declarations)
2033 (verilog-backward-token): Enhance to support auto-lineup of
2034 assignments & declarations.
2035 (verilog-in-directive-p, verilog-at-struct-p): New function for
2036 easy test of whether we are.
2037 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
2038 to support safe execution at almost anyline.
2039 (verilog-calc-1): Properly support indenting deep inside generate
2040 blocks.
2041 (verilog-init-font) Remove definition & use of verilog-init-font,
2042 as it is redundant with font-lock-defaults.
2043 (verilog-mode): Alter the definition of verilog-font-lock-defualts
2044 to avoid circular calls if syntax-ppss is a function (as is the
2045 case now in 22.x GNU Emacs) as that function would sometimes call
2046 itself, leading to (nearly) infinite recursion
2047 (verilog-ovm-begin-re, verilog-ovm-end-re)
2048 (verilog-ovm-statement-re, verilog-leap-to-head)
2049 (verilog-backward-token): Add support for OVM macros. Some are
2050 complete statements, and others open and close scopes like begin
2051 and end.
2052 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
2053 (verilog-defun-level-generate-only-re): Really fix the defun-list
2054 compilation issue
2055 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
2056 coverpoint, constraint and cross statements
2057 (verilog-defun-level-list, verilog-generate-defun-level-list)
2058 (verilog-all-defun-level-list): Redo these specifications - it is
2059 too hard to support eval-when compile aggregation of lists also
2060 built at when-compile time.
2061 (verilog-defun-level-list): Place defconsts of variables used in
2062 building regular expressions which are built in eval-when-compile
2063 bodies in the same eval-when-compile body to facilitate compile
2064 without load.
2065 (verilog-beg-block-re-ordered): Support indenting
2066 virtual/protected tasks and functions.
2067 (verilog-defun-level-list,verilog-in-generate-region-p)
2068 (verilog-backward-ws&directives, verilog-calc-1): Speed up
2069 indentation of some module items (generate items).
2070 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
2071 across virtual/protected tasks and functions.
2072
20732009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
2074
4b8b1ec5
SM
2075 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
2076 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
2077 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
2078 in concatenations. Reported by Yishay Belkind.
2079 (verilog-auto-ascii-enum): Support one-hot state machines in
2080 AUTOASCIIENUM. Suggested by Lloyd Gomez.
2081 (verilog-auto-inst, verilog-auto-inst-port): Include interface
2082 modport in AUTOINST and add vl-modport for users. Reported by
2083 David Rogoff.
2084 (verilog-auto-inout-module, verilog-auto-inst)
2085 (verilog-decls-get-interfaces, verilog-insert-definition)
2086 (verilog-insert-one-definition, verilog-read-decls)
2087 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
2088 (verilog-sig-modport, verilog-signals-combine-bus)
2089 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
2090 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
2091 Suggested by David Rogoff.
2092 (verilog-repair-open-comma): Fix non-insertion of comma when
2093 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
2094 (verilog-make-width-expression): Simplify [A-1:0] expression
2095 widths to just {A{1'b0}}.
2096 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
2097 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
2098 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
2099 inputs/outputs or data type. Suggested by Vasu Kandadi.
2100 (next-error-last-buffer): Fix byte-compiler warning.
2101 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
2102 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 2103 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 2104 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
2105 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
2106 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
a3a8b002
DN
2107 in AUTOINOUT. Reported by Matthew Lovell.
2108 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
2109 causing use of <= assignments. Reported by Alex Reed.
2110 (verilog-read-decls): Fix triand, trior, wand, wor to be
2111 recognized by AUTOWIRE. Reported by Spencer Isaacson.
2112 (verilog-extended-complete-re): Support import "DPI-C" functions.
2113 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 2114 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
2115 (verilog-insert-date, verilog-insert-year)
2116 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
2117 Windows systems. Reported by Michael Potts.
2118 (verilog-read-module-name): Fix AUTOINST when the child module
2119 declaration's name is a tick define. Reported by Elliot Mednick.
2120 (verilog-read-decls): Fix V2K parameter bit subscripts getting
2121 passed to next parameter's definition. Reported by Bruce T.
2122 (verilog-read-decls): Fix detecting "parameter int" when using
2123 AUTOINSTPARAM. Reported by Bruce T.
2124 (verilog-goto-defun): Fix goto not finding modules unless first
2125 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 2126 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
2127 verilog-goto-defun will work. Reported by Lawrence Butcher.
2128 (verilog-getopt): Expand environment variables in -f file
2129 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 2130 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
2131 when reading enumerations.
2132 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
2133 Suggested by Stephen Peltan.
4b8b1ec5 2134 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
2135 files. Reported by Steve Peltan.
2136
f7c0d931
CY
21372009-06-28 David De La Harpe Golden <david@harpegolden.net>
2138
2139 * files.el (trash-directory): Fix defcustom type.
2140
baf1a55e 21412009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
2142
2143 * help-fns.el (describe-function-1): Correctly locate adviced
2144 functions in hyperlink (Bug#2438).
2145
d63a01ef
CY
21462009-06-28 Chong Yidong <cyd@stupidchicken.com>
2147
2148 * files.el (trash-directory): Change default to nil.
2149 (move-file-to-trash): If trash-directory is nil and
2150 system-move-file-to-trash is unbound, perform freedesktop-style
2151 trashing.
2152
21532009-06-28 David De La Harpe Golden <david@harpegolden.net>
2154
2155 * files.el (move-file-to-trash): Add freedesktop trash
2156 support (Bug#973).
2157
fc2f6a26
GM
21582009-06-28 Glenn Morris <rgm@gnu.org>
2159
2160 * autorevert.el (global-auto-revert-non-file-buffers)
2161 (global-auto-revert-mode): Doc fixes.
2162
00242b07
JB
21632009-06-27 Johan Bockgård <bojohan@gnu.org>
2164
2165 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
2166
f5594f03
CY
21672009-06-27 Chong Yidong <cyd@stupidchicken.com>
2168
e8a2b2da
CY
2169 * faces.el (x-handle-named-frame-geometry): Ensure that we have
2170 opened an X connection before calling x-get-resource (Bug#3194).
2171
f5594f03
CY
2172 * play/doctor.el: Remove reference to obsolete website.
2173 (make-doctor-variables): Correct grammar mistake (Bug#2633).
2174
3c3bf6ce
DN
21752009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2176
2177 Remove find-file-not-found-hook VC method. (Bug#2757)
2178 * vc-hooks.el (vc-file-not-found-hook)
2179 (vc-default-find-file-not-found-hook): Remove functions.
2180 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
2181 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
2182 * vc.el:
2183 * vc-hg.el:
2184 * vc-git.el: Do not mention find-file-not-found-hook VC method.
2185
e26a7bc0
AM
21862009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
2187
2188 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
2189 compatibility function for `looking-back'
2190
4b8b1ec5
SM
2191 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
2192 Use `ispell-looking-back'
e26a7bc0 2193
d9848600
MA
21942009-06-24 Michael Albinus <michael.albinus@gmx.de>
2195
2196 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 2197 rather than `filename'.
d9848600 2198
05fbc4a9
MB
21992009-06-23 Miles Bader <miles@gnu.org>
2200
2201 * face-remap.el (text-scale-set): New function.
2202
f86ca715
GM
22032009-06-23 Glenn Morris <rgm@gnu.org>
2204
33e2c2e5
GM
2205 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
2206
f529f302
GM
2207 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
2208
34995333
GM
2209 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
2210
cc80ccee
GM
2211 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
2212
84cb770d
GM
2213 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
2214 Simplify Persian conditionals.
2215
d916c965
GM
2216 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
2217 variable `filename'.
2218
b6a44b27
GM
2219 * comint.el (comint-insert-input): Doc fix.
2220
f86ca715
GM
2221 * Makefile.in (ELCFILES): Fix typo in previous change.
2222
666e158e
MB
22232009-06-23 Miles Bader <miles@gnu.org>
2224
2225 * cus-start.el: Add entry for `recenter-redisplay'.
2226
77bf3f54
DN
22272009-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2228
2229 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
2230 Add an optional argument for the backend, use it instead of
2231 calling vc-backend.
4b8b1ec5
SM
2232 (vc-mode-line): Add an optional argument for the backend.
2233 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
2234 special handling for vc-state being a buffer to ...
2235
2236 * vc-rcs.el (vc-rcs-find-file-hook):
2237 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
2238
2239 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
2240 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
2241 vc-stay-local-p and vc-mode-line calls.
2242
2243 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
2244 (vc-cvs-diff, vc-cvs-annotate-command)
2245 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
2246 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
2247 vc-mode-line calls.
2248
2249 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
2250 direct comparison.
2251 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
2252 backend when calling vc-mode-line.
2253 (vc-register): Do not create a closure for calling the vc register
2254 function, call it directly.
2255
2764748c
DN
22562009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
2257
2258 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
2259 to make it obvious item can be clicked.
f5a0b281
DN
2260
2261 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
2262
d4a885b2
KH
22632009-06-23 Kenichi Handa <handa@m17n.org>
2264
2265 * language/korea-util.el (korean-key-bindings): Change the binding
2266 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
2267 same command.
2268
e3610693
MA
22692009-06-22 Michael Albinus <michael.albinus@gmx.de>
2270
2271 Sync with Tramp 2.1.16.
2272
2273 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
2274
2275 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
2276 when a loading of a package fails. Completion function for rsync
2277 is `tramp-completion-function-alist-ssh'.
2278 (all): Replace all calls of `split-string' and
2279 `tramp-split-string' by `tramp-compat-split-string'.
2280 (tramp-default-method): Use `tramp-compat-process-running-p'.
2281 (tramp-default-proxies-alist): Allow also Lisp forms.
2282 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 2283 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
2284 (tramp-domain-regexp): Allow also "-", "_" and ".".
2285 (tramp-end-of-output): Remove newlines, and add "$" at the end.
2286 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
2287 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
2288 (tramp-handle-directory-files-and-attributes-with-stat):
2289 Care about filenames with spaces, or starting with "-".
e3610693
MA
2290 (tramp-handle-dired-uncache): New defun.
2291 (tramp-handle-insert-directory): Don't flush the directory from
2292 cache, this is handled by `dired-uncache' now.
2293 (tramp-handle-insert-file-contents): Improve error handling.
2294 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2295 Quote `tramp-end-of-output'.
2296 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
2297 (tramp-check-for-regexp): Both echoes must be present, before removing.
2298 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
2299 (tramp-compute-multi-hops): Eval cons cells of
2300 `tramp-default-proxies-alist'.
2301 (tramp-maybe-open-connection): Use the same command pattern for
2302 first hop and further hops.
2303 (tramp-wait-for-output): Remove handling of newlines.
2304 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
2305 (tramp-split-string): Remove function. It is handled in
2306 tramp-compat now.
2307
4b8b1ec5
SM
2308 * net/tramp-cmds.el (tramp-bug):
2309 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
2310
2311 * net/tramp-compat.el (tramp-compat-split-string)
2312 (tramp-compat-process-running-p): New defuns.
2313
2314 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
2315 for `dired-uncache'.
2316
2317 * net/tramp-gvfs.el: New package.
2318
4b8b1ec5
SM
2319 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2320 Add handler for `dired-uncache'.
e3610693
MA
2321 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
2322
2323 * net/trampver.el: Update release number. Make version check fit
2324 for SXEmacs 22.
2325
13a3f374
JM
23262009-06-22 Jim Meyering <meyering@redhat.com>
2327
e0a28a3b 2328 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
2329 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
2330 XZ is the successor to LZMA: <http://tukaani.org/xz/>
2331
5242671e 23322009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
e0a28a3b 2333 Nick Roberts <nickrob@snap.net.nz>
13a3f374 2334
e0a28a3b 2335 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
2336 repository (http://sphinx.net.ru/hg/gdb-mi/).
2337
3fde45af
GM
23382009-06-22 Glenn Morris <rgm@gnu.org>
2339
46253b34
GM
2340 * files.el (dir-locals-collect-mode-variables): Allow for any number of
2341 `mode' and `eval' entries. (Bug#3430)
2342
97e18192
GM
2343 * Makefile.in (ELCFILES): Add fadr.elc.
2344
731a00fb
GM
2345 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
2346 differing behavior of \n and ^ in strings. (Bug#3385)
2347
c66cd0ff
GM
2348 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
2349
3fde45af
GM
2350 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
2351 property.
2352 (lisp-indent-function): Make it a defcustom.
2353
db2241a0
NR
23542009-06-21 Nick Roberts <nickrob@snap.net.nz>
2355
2356 * progmodes/gdb-ui.el: Replace with ...
5242671e 2357 * progmodes/gdb-mi.el: ... this file.
db2241a0 2358 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
2359
23602009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
2361
db2241a0
NR
2362 * fadr.el: New file.
2363
38d4f316 2364See ChangeLog.14 for earlier changes.
e3d51b27
MR
2365
2366;; Local Variables:
2367;; coding: utf-8
e3d51b27
MR
2368;; End:
2369
38d4f316 2370 Copyright (C) 2009 Free Software Foundation, Inc.
e3d51b27
MR
2371
2372 This file is part of GNU Emacs.
2373
2374 GNU Emacs is free software: you can redistribute it and/or modify
2375 it under the terms of the GNU General Public License as published by
2376 the Free Software Foundation, either version 3 of the License, or
2377 (at your option) any later version.
2378
2379 GNU Emacs is distributed in the hope that it will be useful,
2380 but WITHOUT ANY WARRANTY; without even the implied warranty of
2381 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2382 GNU General Public License for more details.
2383
2384 You should have received a copy of the GNU General Public License
2385 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
2386
38d4f316 2387;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1