]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Fix typos in ChangeLogs.
[gnu-emacs] / lisp / ChangeLog
1 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (tramp-perl-file-attributes)
4 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
5 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
6 front of `login-args'.
7
8 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
9
10 * time.el (display-time-world-mode): Define with `define-derived-mode'.
11 Set `show-trailing-whitespace' to nil.
12 (display-time-world-display): Simplify.
13
14 2010-07-18 Alan Mackenzie <acm@muc.de>
15
16 Enhance `c-file-style' in file/directory local variables.
17 * progmodes/cc-mode.el (c-count-cfss): New function.
18 (c-before-hack-hook): Call `c-set-style' differently according to
19 whether c-file-style was set in file or directory local
20 variables.
21
22 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
23
24 * progmodes/sql.el: Version 2.2.
25 (sql-product, sql-user, sql-database, sql-server, sql-port): Use
26 defcustom :safe keyword rather than putting safe-local-variable
27 property.
28 (sql-password): Use defcustom :risky keyword rather than putting
29 risky-local-variable property.
30 (sql-oracle-login-params, sql-sqlite-login-params)
31 (sql-solid-login-params, sql-sybase-login-params)
32 (sql-informix-login-params, sql-ingres-login-params)
33 (sql-ms-login-params, sql-postgres-login-params)
34 (sql-interbase-login-params, sql-db2-login-params)
35 (sql-linter-login-params): Add `port' option
36 (sql-get-product-feature): Added NO-INDIRECT parameter.
37 (sql-comint-oracle, sql-comint-sybase)
38 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
39 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
40 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
41 (sql-comint-linter): Renamed sql-connect-* functions to
42 sql-comint-*.
43 (sql-product-alist, sql-mode-menu): Renamed as above and
44 :sqli-connect-func to :sqli-comint-func.
45 (sql-connection): New variable
46 (sql-interactive-mode): Set it.
47 (sql-connection-alist): New variable.
48 (sql-connect): New function.
49 (sql--alt-buffer-part, sql--alt-if-not-empty)
50 (sql-make-alternate-buffer-name): Improved alternative buffer name.
51
52 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
53
54 * image-mode.el (image-bookmark-make-record): Do not set context
55 in an image (Bug#6650).
56
57 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
58
59 * simple.el (select-active-region): New function.
60 (push-mark-command, set-mark, activate-mark)
61 (handle-shift-selection): Use it.
62 (deactivate-mark): Don't check for size of region.
63
64 * mouse.el (mouse-drag-track): Use select-active-region.
65
66 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
67
68 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
69 "--dired" stronger.
70
71 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
72
73 * term/x-win.el (x-select-enable-primary): Change default to nil.
74 (x-select-enable-clipboard): Add :version keyword.
75
76 * mouse.el (mouse-drag-copy-region):
77 * simple.el (select-active-regions): Likewise.
78
79 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
80
81 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
82 (vc-coding-system-for-diff): Use it to decide whether to inherit
83 from the file the EOL format for reading the diffs of that file.
84 (Bug#4451)
85
86 2010-07-16 Eli Zaretskii <eliz@gnu.org>
87
88 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
89 unibyte, so compressed attachments are not compressed again.
90
91 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
92
93 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
94 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
95 (tramp-find-shell): Simplify setting connection property.
96 (tramp-get-ls-command): Make test for "--color=never" stronger.
97
98 2010-07-15 Simon South <ssouth@member.fsf.org>
99
100 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
101 blocks within record declarations (i.e. variant parts) correctly.
102
103 2010-07-15 Simon South <ssouth@member.fsf.org>
104
105 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
106 over literal tokens when parsing so newlines aren't "absorbed" by
107 single-line comments. Corrects the indentation of case blocks
108 that have a comment on the first line.
109
110 2010-07-14 Karl Fogel <kfogel@red-bean.com>
111
112 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
113 by Drew Adams (Bug#5504).
114
115 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
116
117 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
118 now that unicode is used (Bug#6594).
119
120 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
121
122 * term/x-win.el (x-select-enable-clipboard): Default to t.
123 (x-initialize-window-system): Don't overwrite Paste menu item.
124
125 * simple.el (select-active-regions): Default to t.
126 (push-mark-command): Don't overwrite primary with empty string.
127
128 * mouse.el: Bind mouse-2 to mouse-yank-primary.
129 (mouse-drag-copy-region): Default to nil.
130
131 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
132 Cut/Copy/Paste menu bar items.
133
134 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
135
136 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
137 Patch applied by Karl Fogel.
138
139 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
140 and `bookmark-current-buffer' if they have been already set in
141 another buffer (e.g gnus-art).
142
143 2010-07-13 Karl Fogel <kfogel@red-bean.com>
144 Thierry Volpiatto <thierry.volpiatto@gmail.com>
145
146 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
147
148 * bookmark.el (bookmark-make-record-default): Allow unneeded
149 information to be omitted from the record.
150
151 Adjust declarations and calls:
152
153 * info.el (bookmark-make-record-default): Adjust declaration.
154 (Info-bookmark-make-record): Adjust call.
155
156 * woman.el (bookmark-make-record-default): Adjust declaration.
157 (woman-bookmark-make-record): Adjust call.
158
159 * man.el (bookmark-make-record-default): Adjust declaration.
160 (Man-bookmark-make-record): Adjust call.
161
162 * image-mode.el (bookmark-make-record-default): Adjust declaration.
163
164 * doc-view.el (bookmark-make-record-default): Adjust declaration.
165
166 2010-07-13 Karl Fogel <kfogel@red-bean.com>
167
168 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
169 This is also from Thierry Volpiatto's patch in bug #6444. However,
170 because it was extraneous to the functional change in that patch,
171 and causes a re-indendation, I am committing it separately.
172
173 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
174
175 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
176 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
177 Patch applied by Karl Fogel (Bug#6444).
178
179 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
180
181 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
182
183 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
184
185 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
186 Dempsky; bug#5084). Remove incorrect binding for S-tab.
187 (ns-alternatives-map): Change S-tab binding to backtab
188 (bug#6616).
189
190 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
191 under ns.
192
193 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
194
195 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding
196 bugs. (Bug#5806)
197
198 * language/tv-util.el (tai-viet-re): Remove format.
199
200 2010-07-12 Kenichi Handa <handa@m17n.org>
201
202 * language/hebrew.el: Remove no-byte-compile declaration. Change
203 coding: tag to utf-8. Register hebrew-shape-gstring in
204 composition-function-table for 3-character looking back.
205 (hebrew-font-get-precomposed): New function.
206 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
207
208 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
209
210 * mouse.el (mouse-drag-track): Handle select-active-regions
211 (Bug#6612).
212
213 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
214
215 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
216 empty argument to gvfs-copy.
217
218 2010-07-10 Glenn Morris <rgm@gnu.org>
219
220 * calendar/calendar.el (calendar-week-end-day): New function.
221 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
222 Respect calendar-week-start-day. (Bug#6606)
223 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
224 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
225 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
226 respect calendar-week-start-day.
227
228 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
229
230 * simple.el (use-region-p): Doc fix (Bug#6607).
231
232 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
233
234 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
235 regexps for cucumber and ruby.
236
237 2010-07-08 Daiki Ueno <ueno@unixuser.org>
238
239 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
240 (epa-file-insert-file-contents): Hack to prevent
241 find-file from opening empty buffer when decryptin failed
242 (bug#6568).
243
244 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
245
246 * textmodes/ispell.el (ispell-alternate-dictionary):
247 Use file-readable-p.
248 Return nil if no word-list is found at default locations.
249 (ispell-complete-word-dict): Default to nil.
250 (ispell-command-loop): Use 'word-list' when using lookup-words.
251 (lookup-words): Use ispell-complete-word-dict or
252 ispell-alternate-dictionary. Check for word-list availability
253 and handle errors if needed with better messages (Bug#6539).
254 (ispell-complete-word): Use ispell-complete-word-dict or
255 ispell-alternate-dictionary.
256
257 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
258
259 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
260 builtins (BufferError, BytesWarning, WindowsError; callables
261 bin, bytearray, bytes, format, memoryview, next, print; __package__).
262
263 2010-07-07 Glenn Morris <rgm@gnu.org>
264
265 * play/zone.el (top-level): Do not require timer, tabify, or cl.
266 (zone-shift-left): Ignore intangibility, and any errors from
267 forward-char.
268 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
269 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
270 deleting, and copying text properties.
271 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
272 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
273 to point-max is hard.
274 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
275 (zone-fill-out-screen): Ignore intangibility.
276
277 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
278
279 * menu-bar.el (menu-bar-mode):
280 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
281 if it has been set.
282
283 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
284 word/line selection (Bug#6565).
285
286 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
287
288 * net/dbus.el (dbus-send-signal): Declare function.
289
290 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
291
292 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
293 (dbus-register-property): New optional argument EMITS-SIGNAL.
294 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
295
296 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
297
298 * mouse.el (mouse-drag-overlay): Variable deleted.
299 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
300 (mouse--remap-link-click-p): New function.
301 (mouse-drag-track): Handle dragging by using temporary Transient
302 Mark mode, instead of a special overlay.
303 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
304 mouse-show-mark.
305
306 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
307 deleted.
308
309 2010-07-02 Juri Linkov <juri@jurta.org>
310
311 * autoinsert.el (auto-insert-alist): Fix readability
312 by using dotted pair notation for lambda.
313
314 2010-07-02 Juri Linkov <juri@jurta.org>
315
316 * faces.el (read-face-name): Rename arg `string-describing-default'
317 to `default'. Doc fix. Display the default value in quotes
318 in the prompt. With empty input, return the `default' arg,
319 unless the default value is a string (in which case return nil).
320 (describe-face): Replace the string `default' arg of `read-face-name'
321 with the symbol `default'.
322
323 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
324
325 * emulation/viper-cmd.el (viper-delete-backward-char)
326 (viper-del-backward-char-in-insert)
327 (viper-del-backward-char-in-replace, viper-change)
328 (viper-backward-indent): Replace delete-backward-char with
329 delete-char (Bug#6552).
330
331 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
332
333 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
334
335 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
336
337 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
338 argument passed to frame-creation-function (Bug#5378).
339
340 * faces.el (x-handle-named-frame-geometry)
341 (x-handle-reverse-video, x-create-frame-with-faces)
342 (face-set-after-frame-default, tty-create-frame-with-faces): Don't
343 separately consult default-frame-alist. It is now passed as the
344 PARAMETER argument.
345
346 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
347
348 * startup.el (command-line): Don't call tool-bar-setup in a
349 tty-only build.
350
351 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
352
353 * ruler-mode.el (ruler--save-header-line-format): New fun.
354 (ruler-mode): Use it as a setter function, so as not to overwrite
355 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
356
357 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
358
359 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
360 (vc-root-diff, vc-print-root-log, vc-log-incoming)
361 (vc-log-outgoing): Use it.
362 (vc-diff-internal): Set diff-vc-backend.
363
364 * vc/diff-mode.el (diff-vc-backend): New var.
365
366 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
367
368 * dynamic-setting.el (font-setting-change-default-font): Remove
369 call to message.
370
371 2010-06-28 Kenichi Handa <handa@m17n.org>
372
373 * international/quail.el (quail-insert-kbd-layout): Fix the
374 showing of untranslated characters.
375
376 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
377
378 * simple.el (delete-active-region): New option.
379 (delete-backward-char): Implement in Lisp.
380 (delete-forward-char): New command.
381
382 * mouse.el (mouse-region-delete-keys): Deleted.
383 (mouse-show-mark): Simplify.
384
385 * bindings.el (global-map): Bind delete and DEL, the former to
386 delete-forward-char.
387
388 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
389
390 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
391 (ruby-mode): Bind indent-line-function (Bug#5119).
392
393 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
394
395 * startup.el (command-line): Recognize "0" X resource value.
396
397 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
398
399 * startup.el (command-line): Use X resources to set the value of
400 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
401
402 * menu-bar.el (menu-bar-mode):
403 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
404 Set init-value to t.
405
406 * frame.el (frame-notice-user-settings): Don't change
407 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
408 vice versa (Bug#2249).
409
410 2010-06-26 Eli Zaretskii <eliz@gnu.org>
411
412 * w32-fns.el (w32-convert-standard-filename): Doc fix.
413
414 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
415
416 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
417 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
418
419 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
420 default directories are expanded. (Bug#6143).
421
422 2010-06-24 Juri Linkov <juri@jurta.org>
423
424 * minibuffer.el (completions-format): Change default from nil to
425 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
426
427 2010-06-24 Juri Linkov <juri@jurta.org>
428
429 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
430 buffer-locally to lambda that re-runs the vc diff command.
431 (Bug#6447)
432
433 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
434
435 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
436 echo area is in use (Bug#3412).
437
438 2010-06-22 Glenn Morris <rgm@gnu.org>
439
440 * textmodes/texinfmt.el (texinfo-format-region)
441 (texinfo-raise-lower-sections, texinfo-format-separate-node)
442 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
443 (texinfo-format-option, texinfo-noindent):
444 Use line-beginning-position and line-end-position.
445
446 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
447 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
448 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
449 utf-8 characters.
450
451 2010-06-21 Karl Fogel <kfogel@red-bean.com>
452
453 * play/zone.el (zone-fall-through-ws): Fix next-line ->
454 forward-line fallout.
455
456 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
457
458 * mouse.el (mouse-appearance-menu): Add docstring.
459
460 * help.el (describe-key): Print up-event using key-description.
461
462 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
463
464 * net/zeroconf.el (zeroconf-resolve-service)
465 (zeroconf-service-resolver-handler): Use
466 `dbus-byte-array-to-string'.
467 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
468
469 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
470
471 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
472
473 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
474
475 Avoid displaying files with a nil state in vc-dir.
476 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
477 cases that cause insertion.
478 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
479 with a nil state.
480
481 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
482
483 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
484
485 2010-06-29 Leo <sdl.web@gmail.com>
486
487 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
488
489 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
490
491 * generic-x.el (bat-generic-mode): Fix regexp for command line
492 switches (Bug#5719).
493
494 2010-06-27 Masatake YAMATO <yamato@redhat.com>
495
496 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
497 of nconc to avoid pure storage error (Bug#6239).
498
499 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
500
501 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
502 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
503 bindings of bookmark-automatically-show-annotations (Bug#6515).
504
505 2010-06-25 Eli Zaretskii <eliz@gnu.org>
506
507 * arc-mode.el (archive-zip-extract): Don't quote the file name on
508 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
509
510 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
511
512 * comint.el (make-comint, make-comint-in-buffer): Mention return
513 value in the docstrings. (Bug#6498)
514
515 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
516
517 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
518 since it is not present when using some non-default switches.
519
520 2010-06-23 Karl Fogel <kfogel@red-bean.com>
521
522 * simple.el (compose-mail): Fix doc string to refer to
523 `compose-mail-user-agent-warnings', instead of to the
524 nonexistent `compose-mail-check-user-agent'.
525
526 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
527
528 Fix an indentation bug:
529
530 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
531 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
532 of existing values.
533
534 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
535 (c-clear->-pair-props-if-match-before): now return t when they've
536 cleared properties, nil otherwise.
537 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
538 by taking account of the existing value.
539
540 * progmodes/cc-defs.el
541 (c-clear-char-property-with-value-function): Fix this to clear the
542 property rather than overwriting it with nil.
543
544 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
545
546 * emacs-lisp/package.el (package-print-package): Add link to
547 package description via describe-package.
548 (describe-package-1): List package requirements. Add button to
549 perform installation.
550 (package-menu-describe-package): New command.
551
552 * help-mode.el (help-package): New button type.
553
554 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
555
556 * emacs-lisp/package.el: Move package-list-packages binding to
557 menu-bar.el.
558 (describe-package, describe-package-1, package--dir): New funs.
559 (package-activate-1): Use package--dir.
560
561 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
562
563 * help-mode.el (help-package-def): New button type.
564
565 * menu-bar.el: Move package-list-packages binding here from
566 package.el.
567
568 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
569
570 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
571
572 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
573
574 * emacs-lisp/edebug.el (edebug-read-list):
575 Phase out old-style backquotes.
576
577 2010-06-17 Juri Linkov <juri@jurta.org>
578
579 * help-mode.el (help-mode): Set buffer-local variable
580 revert-buffer-function to help-mode-revert-buffer.
581 (help-mode-revert-buffer): New function.
582
583 * info.el (Info-revert-find-node): Check for major-mode Info-mode
584 before popping to "*info*" (like in other Info functions).
585 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
586 old-history-forward. Pop to old-buffer-name or "*info*" to
587 recreate the killed buffer. Set Info-history-forward from
588 old-history-forward.
589 (Info-breadcrumbs-depth): Add :group and :version.
590
591 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
592
593 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
594
595 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
596
597 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
598 for languages like Portuguese with pt_{BR,PT} and no plain pt.
599
600 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
601
602 * emacs-lisp/package.el (package-menu-mode-map):
603 Move initialization into declaration.
604
605 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
606
607 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
608
609 * emacs-lisp/package.el (package-archive-base): Point to
610 elpa.gnu.org.
611 (package-enable, package-load-list): New defcustoms.
612 (package-user-dir, package-directory-list): Turn into defcustoms.
613 Don't include package-user-dir in package-directory-list.
614 (package--builtins-base): Don't include Emacs as a "package".
615 (package-subdirectory-regexp): New var.
616 (package-load-all-descriptors, package-compute-transaction)
617 (package-download-transaction): Obey package-load-list.
618 (package-activate-1): Rename from package-do-activate.
619 (package-list-packages-internal): Check package-load-list.
620 (package-load-descriptor, package-generate-autoloads)
621 (package-unpack, package-unpack-single)
622 (package--read-archive-file, package-delete): Use
623 expand-file-name.
624
625 * emacs-lisp/package-x.el: New file. Package uploading
626 functionality split out from package.el.
627
628 * startup.el (command-line): Load packages after reading init
629 file.
630
631 2010-06-17 Tom Tromey <tromey@redhat.com>
632
633 * emacs-lisp/package.el: New file.
634
635 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
636
637 Fix vc-annotate for renamed files when using Git.
638 * vc-git.el (vc-git-find-revision): Deal with empty results from
639 ls-files. Doe not pass the object as a file name to cat-file, it
640 is not a file name.
641 (vc-git-annotate-command): Pass the file name using -- to avoid
642 ambiguity with the revision.
643 (vc-git-previous-revision): Pass a relative file name.
644
645 2010-06-22 Glenn Morris <rgm@gnu.org>
646
647 * progmodes/js.el (js-mode-map): Use standard capitalization and
648 ellipses for menu entries.
649
650 * wid-edit.el (widget-complete): Doc fix.
651
652 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
653
654 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
655
656 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
657
658 Fix annotating other revisions for renamed files in vc-annotate.
659 * vc-annotate.el (vc-annotate): Add an optional argument for the
660 VC backend. Use it when non-nil.
661 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
662 (Bug#6487)
663
664 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
665 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
666 Do not pass the file name to the 'previous-revision call when we
667 don't want a file diff. (Bug#6489)
668
669 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
670
671 Fix finding revisions for renamed files in vc-annotate.
672 * vc.el (vc-find-revision): Add an optional argument for
673 the VC backend. Use it when non-nil.
674 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
675 backend to vc-find-revision. (Bug#6487)
676
677 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
678
679 Fix reading file names in Git annotate buffers.
680 * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
681 trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
682
683 2010-06-20 Alan Mackenzie <acm@muc.de>
684
685 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
686 in file local variables, set it first.
687
688 2010-06-19 Glenn Morris <rgm@gnu.org>
689
690 * descr-text.el (describe-char-unicode-data): Insert separating
691 space when needed. (Bug#6422)
692
693 * progmodes/idlwave.el (idlwave-action-and-binding):
694 Fix typo in 2009-12-03 change. (Bug#6450)
695
696 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
697
698 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
699 handling for `lambda' (misunderstanding).
700
701 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
702
703 * calc/calc-poly.el: (math-accum-factors): Make sure that
704 constants aren't distributed after they are factored out.
705
706 2010-06-16 Juri Linkov <juri@jurta.org>
707
708 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
709 `list-colors-print'. (Bug#6332)
710
711 * subr.el (read-quoted-char): Fix up last change (bug#6290).
712
713 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
714
715 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
716 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
717
718 * font-lock.el (font-lock-major-mode): Rename from
719 font-lock-mode-major-mode to distinguish it from
720 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
721 (font-lock-set-defaults):
722 * font-core.el (font-lock-default-function): Adjust users.
723 (font-lock-mode): Don't set it at all.
724
725 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
726
727 * vc-annotate.el (vc-annotate): Use vc-read-revision.
728
729 2010-06-16 Glenn Morris <rgm@gnu.org>
730
731 * calendar/appt.el (appt-time-msg-list): Doc fix.
732 (appt-check): Let-bind appt-warn-time.
733 (appt-add): Make the 3rd argument optional.
734 Simplify argument names. Doc fix. Check for integer WARNTIME.
735 Only add WARNTIME to the output list if non-nil.
736
737 2010-06-16 Ivan Kanis <apple@kanis.eu>
738
739 * calendar/appt.el (appt-check): Let the 3rd element of
740 appt-time-msg-list specify the warning time.
741 (appt-add): Add new argument with the warning time. (Bug#5176)
742
743 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
744
745 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
746 older than version 1.6. (Bug#6361)
747
748 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
749
750 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
751 used by cl-do-arglist. (Bug#6408)
752
753 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
754
755 * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
756 portuguese casechars/not-casechars for missing 'çÇ'.
757 Suggested by Rolando Pereira (bug#6434).
758
759 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
760
761 * facemenu.el (list-colors-sort): Doc fix.
762
763 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
764
765 * progmodes/sql.el (sql-connect-mysql): Fix typo.
766
767 2010-06-14 Juri Linkov <juri@jurta.org>
768
769 Add sort option `list-colors-sort'. (Bug#6332)
770 * facemenu.el (color-rgb-to-hsv): New function.
771 (list-colors-sort): New defcustom.
772 (list-colors-sort-key): New function.
773 (list-colors-display): Doc fix. Sort list according to the option
774 `list-colors-sort'.
775 (list-colors-print): Add HSV values to `help-echo' property of
776 RGB strings.
777
778 2010-06-14 Juri Linkov <juri@jurta.org>
779
780 * compare-w.el: Move to the "vc" subdirectory.
781
782 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
783
784 * image-mode.el (image-mode-map): Remap left-char and right-char.
785
786 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
787
788 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
789
790 * term/common-win.el (x-colors): Add all the color names defined
791 in rgb.txt (Bug#6332).
792
793 * facemenu.el (list-colors-print): Don't print extra names if it
794 will overflow the window width.
795
796 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
797 change (Bug#6343).
798
799 2010-06-12 Eli Zaretskii <eliz@gnu.org>
800
801 * files.el (make-directory): Doc fix (bug#6396).
802
803 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
804
805 * net/tramp.el (tramp-remote-process-environment): Protect version
806 string by apostroph.
807 (tramp-shell-prompt-pattern): Do not use a shy group in case of
808 XEmacs.
809 (tramp-file-name-for-operation): Add `call-process-region'.
810 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
811
812 * net/tramp-compat.el (top): Do not autoload
813 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
814 only when `start-file-process' is not bound.
815 (tramp-advice-file-expand-wildcards): Do not use
816 `tramp-handle-file-remote-p'.
817 (tramp-compat-make-temp-file): Handle the case, that
818 `make-temp-file' has no third argument EXTENSION.
819
820 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
821
822 * makefile.w32-in (WINS_BASIC): Include new directory vc.
823
824 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
825
826 2010-06-11 Juri Linkov <juri@jurta.org>
827
828 * finder.el (finder-known-keywords): Add keyword "vc"
829 for version control.
830
831 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
832 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
833 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
834 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
835
836 2010-06-11 Juri Linkov <juri@jurta.org>
837
838 Move version control related files to the "vc" subdirectory.
839 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
840 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
841 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
842 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
843 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
844 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
845 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
846 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
847 Move files to the "vc" subdirectory.
848
849 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
850
851 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
852 (Bug#6367).
853
854 2010-06-11 Stephen Eglen <stephen@gnu.org>
855
856 * shell.el: Bind `shell-resync-dirs' to M-RET.
857
858 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
859
860 * notifications.el: Move file from lisp/net, because it is
861 supposed to talk locally to the user.
862
863 2010-06-10 Julien Danjou <julien@danjou.info>
864
865 * net/notifications.el (notifications-on-action-signal)
866 (notifications-on-closed-signal): Pass notification id as first
867 argument to the callback functions. Add docstrings.
868 (notifications-notify): Fix docstring.
869
870 2010-06-10 Glenn Morris <rgm@gnu.org>
871
872 * emacs-lisp/authors.el (authors-ignored-files)
873 (authors-valid-file-names): Add some files.
874
875 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
876
877 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
878 merge conflict, giving preference to the emacs-23 version of the code.
879
880 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
881
882 * emacs-lisp/advice.el (ad-compile-function):
883 Define warning-suppress-types before we let-bind it (bug#6275).
884
885 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
886 declare it, make it buffer-local and permanent-local (bug#6324).
887 (vc-resynch-window): Adjust name.
888 * vc-hooks.el (vc-find-file-hook): Adjust name.
889
890 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
891
892 * net/notifications.el (notifications-notify): Fix docstring.
893
894 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
895
896 Update to Unicode 6.0.0 beta.
897 * international/charprop.el: Update copyright.
898 * international/mule-cmds.el (ucs-names): Update character ranges.
899 * international/uni-bidi.el:
900 * international/uni-category.el:
901 * international/uni-combining.el:
902 * international/uni-comment.el:
903 * international/uni-decimal.el:
904 * international/uni-decomposition.el:
905 * international/uni-digit.el:
906 * international/uni-lowercase.el:
907 * international/uni-mirrored.el:
908 * international/uni-name.el:
909 * international/uni-numeric.el:
910 * international/uni-old-name.el:
911 * international/uni-titlecase.el:
912 * international/uni-uppercase.el: Regenerate.
913
914 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
915
916 * emacs-lisp/smie.el (comment-string-strip): Declare function.
917 (smie-precs-precedence-table): Fix typo in docstring.
918
919 * vc-mtn.el (log-edit-extract-headers): Declare function.
920
921 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
922
923 * net/notifications.el (dbus-register-signal): Declare function.
924 (notifications-notify): Fix typos and reflow docstring.
925
926 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
927
928 Improve VC create/retrieve tag/branch.
929 * vc.el (vc-create-tag): Do not read the directory name for VCs
930 with repository revision granularity. Adjust the tag/branch
931 prompt. Reset VC properties.
932 (vc-retrieve-tag): Do not read the directory name for VCs
933 with repository revision granularity. Reset VC properties.
934
935 2010-06-09 Julien Danjou <julien@danjou.info>
936
937 * net/notifications.el: New file.
938
939 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
940
941 Add optional support for resetting VC properties.
942 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
943 call vc-file-clearprops when true.
944 (vc-resynch-buffer): Add new optional argument, pass it down.
945 (vc-resynch-buffers-in-directory): Likewise.
946
947 Improve support for special markup in the VC commit message.
948 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
949 * vc-hg.el (vc-hg-checkin): Add support for Date:.
950 * vc-git.el (vc-git-checkin):
951 * vc-bzr.el (vc-bzr-checkin): Likewise.
952
953 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
954
955 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
956 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
957
958 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
959
960 * iimage.el: Remove images as soon as the underlying text is modified.
961 (iimage-modification-hook): New function.
962 (iimage-mode-buffer): Use it.
963
964 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
965
966 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
967 smie-indent-offset-after. Add :prev case. Make a bit more generic.
968 (smie-indent-virtual): Remove `virtual' arg. Update callers.
969 (smie-indent-keyword): Add handling of open-paren keywords.
970 (smie-indent-comment-continue): Don't assume comment-continue.
971
972 2010-06-07 Martin Rudalics <rudalics@gmx.at>
973
974 * window.el (pop-to-buffer): Remove the conditional that
975 compares new-window and old-window, so it will reselect
976 the selected window unconditionally.
977 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
978
979 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
980
981 * emacs-lisp/smie.el (smie-indent-offset-after)
982 (smie-indent-forward-token, smie-indent-backward-token): New functions.
983 (smie-indent-after-keyword): Use them.
984 (smie-indent-fixindent): Only applies to the indentation of the BOL.
985 (smie-indent-keyword): Tweak the black magic.
986 (smie-indent-comment-continue): Strip comment-continue before use.
987 (smie-indent-functions): Indent comments before keywords.
988
989 2010-06-06 Juri Linkov <juri@jurta.org>
990
991 * isearch.el (isearch-lazy-highlight-search): Fix looping
992 by checking for empty match. This syncs this loop with the
993 similar loop in `isearch-search'. (Bug#6362)
994
995 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
996
997 * net/dbus.el (dbus-register-method): Declare function.
998 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
999 (dbus-introspect): Doc fix.
1000 (dbus-event-bus-name, dbus-introspect-get-interface)
1001 (dbus-introspect-get-argument): Reflow docstrings.
1002
1003 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
1004
1005 vc-log-incoming/vc-log-outgoing fixes for Git.
1006 * vc-git.el (vc-git-log-view-mode): Fix font lock for
1007 incoming/outgoing logs.
1008 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
1009 instead of vc-git-compute-remote.
1010 (vc-git-compute-remote): Remove.
1011
1012 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
1013
1014 * term/common-win.el (x-colors): Add "dark green" and "dark
1015 turquoise" (Bug#6332).
1016
1017 2010-06-04 Juri Linkov <juri@jurta.org>
1018
1019 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
1020 Instead of setting `replace' to t and replacing the same string
1021 with itself, don't do certain actions when
1022 kill-do-not-save-duplicates is non-nil and string is equal to car
1023 of kill-ring: don't call menu-bar-update-yank-menu, don't push
1024 interprogram-paste strings to kill-ring, and don't push the input
1025 argument `string' to kill-ring.
1026 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
1027
1028 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
1029
1030 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
1031
1032 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
1033
1034 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
1035 (tramp-gvfs-handler-mounted-unmounted)
1036 (tramp-gvfs-connection-mounted-p): Handle default-location.
1037
1038 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
1039 move files to trash.
1040
1041 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
1042
1043 * international/mule-cmds.el (nonascii-insert-offset)
1044 (nonascii-translation-table): Add obsolescence information.
1045
1046 * international/mule.el (make-translation-table-from-vector): Doc fix.
1047
1048 2010-06-03 Eric Ludlam <zappo@gnu.org>
1049
1050 * cedet/semantic/lex-spp.el
1051 (semantic-lex-spp-table-write-slot-value): Instead of erroring on
1052 invalid values during save, just save a nil (Bug#6324).
1053
1054 2010-06-03 Glenn Morris <rgm@gnu.org>
1055
1056 * desktop.el (desktop-clear-preserve-buffers):
1057 Add "*Warnings*" buffer. (Bug#6336)
1058
1059 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
1060
1061 vc-log-incoming/vc-log-outgoing improvements for Git.
1062 * vc-git.el (vc-git-log-outgoing): Use the same format as the
1063 short log.
1064 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
1065
1066 Add bindings for vc-log-incoming and vc-log-outgoing.
1067 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
1068 and vc-log-outgoing.
1069 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
1070 and vc-log-outgoing.
1071
1072 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
1073
1074 * net/rcirc.el (rcirc-sort-nicknames): Remove.
1075 (rcirc-handler-366): Always sort nicknames.
1076
1077 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
1078
1079 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
1080
1081 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
1082
1083 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
1084
1085 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1086
1087 * net/rcirc.el (rcirc-sort-nicknames): Change default.
1088 (rcirc-sort-nicknames-join): Avoid setq.
1089
1090 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1091
1092 * net/rcirc.el (rcirc-sort-nicknames): New custom.
1093 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
1094 (rcirc-handler-366): Use them.
1095
1096 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1097
1098 Split smie-indent-calculate into more manageable chunks.
1099 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
1100 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
1101 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
1102 (smie-indent-exps): Extract from smie-indent-calculate.
1103 (smie-indent-functions): New var.
1104 (smie-indent-functions): Use them.
1105
1106 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1107
1108 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
1109 (smie-indent-calculate): Simplify and cleanup.
1110
1111 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
1112
1113 * net/tramp-gvfs.el (top): Require url-util.
1114 (tramp-gvfs-mount-point): Remove.
1115 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
1116 New defuns.
1117 (with-tramp-dbus-call-method): Format trace message.
1118 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1119 Implement backup call, when operation on local files fails.
1120 Use progress reporter. Flush properties of changed files.
1121 (tramp-gvfs-handle-make-directory): Make more traces.
1122 (tramp-gvfs-url-file-name): Hexify file name in url.
1123 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1124 into account for the resulting file name.
1125 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
1126 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
1127 (tramp-gvfs-handler-mounted-unmounted)
1128 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1129 attribute "default_location". Set "prefix" property.
1130 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1131 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1132 exists. Raise an error, if not (due to a corresponding answer
1133 "no" in interactive questions, for example).
1134
1135 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
1136
1137 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
1138
1139 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
1140
1141 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
1142 right-*. (Bug#6265)
1143
1144 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
1145
1146 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
1147 * vc-git.el (vc-git-compute-remote): New function.
1148 (vc-git-log-outgoing): Use it instead of hard coding a value.
1149 (vc-git-log-incoming): New function.
1150
1151 Improve state updating for VC tag commands.
1152 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
1153 to update the state of all buffers in the directory.
1154
1155 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1156
1157 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1158
1159 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1160 `file-directory-p' to the filename part rather than to the whole text.
1161
1162 2010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
1163
1164 * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
1165 (bug#6231).
1166
1167 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1168
1169 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1170
1171 2010-05-31 Drew Adams <drew.adams@oracle.com>
1172
1173 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1174
1175 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
1176
1177 * subr.el (momentary-string-display): Just use read-event to read
1178 the exit event (Bug#6238).
1179
1180 2010-05-30 Eli Zaretskii <eliz@gnu.org>
1181
1182 * international/mule.el (define-coding-system): Doc fix (bug#6313).
1183
1184 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
1185
1186 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
1187 Suggested by Eli Zaretskii <eliz@gnu.org>.
1188
1189 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1190
1191 * minibuffer.el (completion-file-name-table): Don't return a boundary
1192 past the end of `string' (bug#6299).
1193 (completion--file-name-table): Delegate to completion-file-name-table
1194 for the `boundaries' case.
1195
1196 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
1197
1198 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
1199 movement commands.
1200
1201 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
1202 `path-separator', but maintain compatibility with Emacs 20.2.
1203
1204 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
1205
1206 * server.el (server-process-filter): Receive parent-id argument
1207 from emacsclient.
1208 (server-create-window-system-frame): New arg. Pass parent-id as
1209 frame parameter.
1210
1211 2010-05-29 Eli Zaretskii <eliz@gnu.org>
1212
1213 Bidi-sensitive word movement with arrow keys.
1214 * subr.el (right-arrow-command, left-arrow-command): Move to
1215 bindings.el.
1216
1217 * bindings.el (right-char, left-char): Move from subr.el and
1218 rename from right-arrow-command and left-arrow-command.
1219 (right-word, left-word): New functions.
1220 (global-map) <right>: Bind to right-char.
1221 (global-map) <left>: Bind to left-char.
1222 (global-map) <C-right>: Bind to right-word.
1223 (global-map) <C-left>: Bind to left-word.
1224
1225 * ls-lisp.el (ls-lisp-classify-file): New function.
1226 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
1227 (ls-lisp-classify): Call ls-lisp-classify-file.
1228 (insert-directory): Remove blanks from switches.
1229
1230 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
1231
1232 * ansi-color.el: Delete unused escape sequences (Bug#6085).
1233 (ansi-color-drop-regexp): New constant.
1234 (ansi-color-apply, ansi-color-filter-region)
1235 (ansi-color-apply-on-region): Delete unrecognized control sequences.
1236 (ansi-color-apply): Build string list before calling concat.
1237
1238 2010-05-28 Juri Linkov <juri@jurta.org>
1239
1240 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
1241 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
1242 (Bug#5270)
1243
1244 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
1245
1246 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
1247 to ignored backtrace functions.
1248 (with-progress-reporter): Expand docstring.
1249 (tramp-handle-delete-file): Implement TRASH argument.
1250 (tramp-get-remote-trash): New defun.
1251
1252 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
1253
1254 * net/tramp-compat.el (tramp-compat-delete-file): Use
1255 `symbol-value' for backward compatibility.
1256
1257 * net/tramp.el (tramp-handle-make-symbolic-link)
1258 (tramp-handle-load)
1259 (tramp-do-copy-or-rename-file-via-buffer)
1260 (tramp-do-copy-or-rename-file-directly)
1261 (tramp-do-copy-or-rename-file-out-of-band)
1262 (tramp-handle-process-file, tramp-handle-call-process-region)
1263 (tramp-handle-shell-command, tramp-handle-file-local-copy)
1264 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1265 (tramp-delete-temp-file-function): Use `delete-file' instead
1266 of `tramp-compat-delete-file'.
1267
1268 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1269 (tramp-fish-handle-make-symbolic-link)
1270 (tramp-fish-handle-process-file): Use `delete-file' instead
1271 of `tramp-compat-delete-file'.
1272
1273 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
1274 `delete-file' instead of `tramp-compat-delete-file'.
1275
1276 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1277 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
1278 `tramp-compat-delete-file'.
1279
1280 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
1281 `delete-file' instead of `tramp-compat-delete-file'.
1282
1283 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1284 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1285 (tramp-smb-handle-write-region): Use `delete-file' instead of
1286 `tramp-compat-delete-file'.
1287 (tramp-smb-handle-delete-directory): Use 'trash as arg.
1288
1289 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1290
1291 * dired.el (dired-delete-file): New arg TRASH.
1292 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
1293 (dired-do-flagged-delete, dired-do-delete): Use trash.
1294
1295 * speedbar.el (speedbar-item-delete): Allow trashing.
1296
1297 * files.el (delete-directory): New arg TRASH.
1298
1299 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
1300 (ange-ftp-rename-remote-to-remote)
1301 (ange-ftp-rename-local-to-remote)
1302 (ange-ftp-rename-remote-to-local, ange-ftp-load)
1303 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
1304 `delete-file'.
1305 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
1306 allow trashing.
1307
1308 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1309 handle new TRASH arg of `delete-file'.
1310
1311 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
1312 (tramp-handle-make-symbolic-link, tramp-handle-load)
1313 (tramp-do-copy-or-rename-file-via-buffer)
1314 (tramp-do-copy-or-rename-file-directly)
1315 (tramp-do-copy-or-rename-file-out-of-band)
1316 (tramp-handle-process-file, tramp-handle-call-process-region)
1317 (tramp-handle-shell-command, tramp-handle-file-local-copy)
1318 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1319 (tramp-delete-temp-file-function): Use null TRASH arg in
1320 tramp-compat-delete-file call.
1321
1322 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1323 (tramp-fish-handle-delete-file)
1324 (tramp-fish-handle-make-symbolic-link)
1325 (tramp-fish-handle-process-file): Use null TRASH arg in
1326 `tramp-compat-delete-file' call.
1327
1328 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
1329 arg in `tramp-compat-delete-file' call.
1330
1331 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1332 (tramp-gvfs-handle-write-region): Use null TRASH arg in
1333 `tramp-compat-delete-file' call.
1334
1335 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
1336 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
1337 `tramp-compat-delete-file' call.
1338
1339 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1340 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1341 (tramp-smb-handle-write-region): Use null TRASH arg in
1342 tramp-compat-delete-file call.
1343 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
1344 (tramp-smb-handle-delete-file): Rename arg.
1345
1346 * diff.el (diff-sentinel):
1347 * epg.el (epg--make-temp-file, epg-decrypt-string)
1348 (epg-verify-string, epg-sign-string, epg-encrypt-string):
1349 * jka-compr.el (jka-compr-partial-uncompress)
1350 (jka-compr-call-process, jka-compr-write-region):
1351 * server.el (server-sentinel): Remove optional arg from
1352 delete-file, reverting 2010-05-03 change.
1353
1354 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1355
1356 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
1357 font-lock-constant-face, not obsolete font-lock-reference-face.
1358
1359 2010-05-27 Kenichi Handa <handa@m17n.org>
1360
1361 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
1362 element of GSTRING is nil.
1363
1364 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1365
1366 * emacs-lisp/smie.el (smie-forward-token-function)
1367 (smie-backward-token-function): New vars.
1368 (smie-backward-sexp, smie-forward-sexp)
1369 (smie-indent-hanging-p, smie-indent-calculate): Use them.
1370 (smie-default-backward-token): Rename from smie-backward-token and
1371 skip comments.
1372 (smie-default-forward-token): Rename from smie-forward-token and
1373 skip comments.
1374 (smie-next-sexp): Handle nil results from next-token.
1375 (smie-indent-calculate): Add a new case for special `fixindent' comments.
1376
1377 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1378
1379 * progmodes/verilog-mode.el (verilog-type-font-keywords):
1380 Use font-lock-constant-face, not obsolete font-lock-reference-face.
1381
1382 2010-05-27 Masatake YAMATO <yamato@redhat.com>
1383
1384 * htmlfontify.el (hfy-face-resolve-face): New function.
1385 (hfy-face-to-style): Use it (Bug#6279).
1386
1387 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1388
1389 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
1390 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
1391
1392 2010-05-26 Glenn Morris <rgm@gnu.org>
1393
1394 * emulation/edt.el (edt-load-keys): Use locate-library.
1395
1396 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
1397
1398 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
1399 (log-edit-changelog-entries): Doc fix.
1400 (log-edit-changelog-insert-entries): Args changed.
1401 Rename relative filenames in ChangeLog entries. Delete tabs.
1402 (log-edit-insert-changelog-entries): Reorganize return value of
1403 `log-edit-changelog-entries' to pass filenames to
1404 log-edit-changelog-insert-entries.
1405
1406 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1407
1408 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
1409 `image-dired-dired-insert-marked-thumbs' to
1410 `image-dired-dired-toggle-marked-thumbs'.
1411
1412 * image-dired.el: Require cl when compiling.
1413 (image-dired-dired-toggle-marked-thumbs): Rename from
1414 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
1415 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
1416 to 'no-dir. Skip files whose names don't match
1417 `image-file-name-regexp'. When file has a thumbnail overlay,
1418 delete it. (Bug#5270)
1419
1420 2010-05-25 Juri Linkov <juri@jurta.org>
1421
1422 * image-mode.el (image-mode): Add image-after-revert-hook to
1423 after-revert-hook.
1424 (image-after-revert-hook): New function. (Bug#5669)
1425
1426 2010-05-25 Juri Linkov <juri@jurta.org>
1427
1428 * image.el (image-animated-p): When delay between animated images
1429 is 0, set it to 10 (0.1 sec). (Bug#6258)
1430
1431 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
1432
1433 * net/tramp.el (tramp-handle-insert-directory): Don't use
1434 `forward-word', its default syntax could be changed.
1435
1436 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
1437
1438 * net/tramp.el (tramp-progress-reporter-update): New defun.
1439 (with-progress-reporter): Use it.
1440 (tramp-process-actions):
1441 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
1442 current message, in order to let progress reporter continue
1443 afterwards. (Bug#6257)
1444
1445 2010-05-25 Glenn Morris <rgm@gnu.org>
1446
1447 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
1448 Add :version.
1449
1450 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
1451
1452 * net/rcirc.el (rcirc-default-user-name): Change to "user".
1453 (rcirc-default-full-name): Change to "unknown".
1454 (rcirc-user-name-history): Add variable.
1455
1456 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
1457 Jonathan Rockway <jon@jrock.us>
1458
1459 * net/rcirc.el (rcirc-server-alist): Add :pass.
1460 (rcirc): When prompting for connection parameters, also prompt for
1461 username and password.
1462 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
1463 value to server when connecting.
1464
1465 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1466
1467 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
1468 (smie-merge-prec2s): Pass the tables as separate args.
1469 (smie-bnf-precedence-table): Adjust call accordingly.
1470 (smie-prec2-levels): Set levels at the end.
1471
1472 Replace Lisp calls to delete-backward-char by delete-char.
1473 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
1474 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
1475 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
1476 * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
1477 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
1478 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
1479 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
1480 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
1481 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
1482 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
1483 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
1484 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
1485 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
1486 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
1487 delete-backward-char by calls to delete-char.
1488
1489 2010-05-25 Kenichi Handa <handa@m17n.org>
1490
1491 * language/hebrew.el (hebrew-shape-gstring): New function.
1492 Register it in composition-function-table for all Hebrew combining
1493 characters.
1494
1495 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1496
1497 * epa.el (epa--select-keys): Don't explicitly delete the window since
1498 that can fail (e.g. sole window in frame). Use dedication instead.
1499
1500 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
1501
1502 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
1503
1504 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
1505
1506 * image.el (image-refresh): Define as an alias for image-flush.
1507
1508 * image-mode.el (image-toggle-display-image): Caller changed.
1509
1510 2010-05-21 Juri Linkov <juri@jurta.org>
1511
1512 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
1513 Remove "all" from grep-files-aliases. Split grep-files-aliases by
1514 whitespace, call wildcard-to-regexp on substrings and concat them
1515 with "\\|". (Bug#6114)
1516
1517 2010-05-21 Alan Mackenzie <acm@muc.de>
1518
1519 * progmodes/cc-engine.el (c-parse-state-get-strategy):
1520 Replace parameter `here' with `here-' and `here-plus', which sandwich
1521 any pertinent CPP construct.
1522 (c-remove-stale-state-cache-backwards): Fix a bug which happens
1523 when doing (c-parse-state) in a CPP construct: Exclude any "new"
1524 CPP construct from taking part in the scanning.
1525
1526 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
1527
1528 * net/tramp.el (tramp-do-copy-or-rename-file)
1529 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
1530 Tune `with-progress-reporter' messages.
1531 (tramp-handle-vc-registered):
1532 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
1533 (tramp-fish-handle-insert-file-contents)
1534 (tramp-fish-maybe-open-connection):
1535 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
1536 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
1537 (tramp-imap-handle-insert-file-contents)
1538 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1539
1540 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
1541
1542 * add-log.el (change-log-font-lock-keywords):
1543 Highlight all authors in multi-author entries.
1544
1545 * smerge-mode.el (smerge-refine-ignore-whitespace)
1546 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
1547 Fix typos in docstrings.
1548 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
1549
1550 2010-05-21 Glenn Morris <rgm@gnu.org>
1551
1552 * progmodes/fortran.el (fortran-mode):
1553 * progmodes/f90.el (f90-mode): Derive from prog-mode.
1554
1555 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
1556 having a relative path in src/Makefile.in.
1557
1558 2010-05-20 Kevin Ryde <user42@zip.com.au>
1559
1560 * help-mode.el (help-make-xrefs): For Info node links turn
1561 newlines into spaces. Link node names with newlines are matched
1562 by help-xref-info-regexp and buttonized, this change ensures they
1563 can be followed successfully with RET. (Bug#6206)
1564
1565 2010-05-20 Juri Linkov <juri@jurta.org>
1566
1567 * locate.el (locate): Use pop-to-buffer instead of
1568 switch-to-buffer-other-window. (Bug#6204)
1569
1570 2010-05-20 Juri Linkov <juri@jurta.org>
1571
1572 * replace.el (replace-highlight): Fix lazy-highlighting
1573 for `M-s w str M-% str RET'.
1574
1575 2009-12-15 Masatake YAMATO <yamato@redhat.com>
1576
1577 * isearch.el (isearch-yank-word-or-char): Pull next subword
1578 when `subword-mode' is activated. (Bug#6220)
1579
1580 2010-05-20 Mark A. Hershberger <mah@everybody.org>
1581
1582 * isearch.el (isearch-update-post-hook): New hook.
1583 (isearch-update): Use the new hook. (Bug#6225)
1584
1585 2010-05-20 Juri Linkov <juri@jurta.org>
1586
1587 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
1588 [f1], [help], and (char-to-string help-char) instead of "\C-h".
1589 (Bug#6222)
1590
1591 2010-05-20 Juri Linkov <juri@jurta.org>
1592
1593 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
1594 (Bug#6223)
1595
1596 2010-05-20 Juri Linkov <juri@jurta.org>
1597
1598 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
1599 FILE-NAME to read from the minibuffer when called interactively
1600 with prefix argument instead of using buffer-file-name.
1601 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
1602
1603 * dired.el: Update autoloads.
1604
1605 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
1606
1607 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
1608 nxml-finish-element, for consistency with SGML mode.
1609
1610 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
1611 octave-close-block.
1612
1613 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
1614
1615 * composite.el: Require cl when compiling.
1616 (reference-point-alist, compose-gstring-for-graphic)
1617 (compose-gstring-for-terminal): Fix typos in docstrings.
1618
1619 2010-05-19 Juri Linkov <juri@jurta.org>
1620
1621 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
1622 set-window-parameter.
1623
1624 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
1625
1626 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
1627 where appropriate.
1628 (tramp-maybe-open-connection): Use it.
1629
1630 2010-05-19 Eli Zaretskii <eliz@gnu.org>
1631
1632 * simple.el (move-end-of-line): Make sure we are at line beginning
1633 before backing up to end of previous line.
1634
1635 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
1636
1637 * password-cache.el (password-cache-remove): Fix docstring.
1638
1639 * net/secrets.el: Autoload the widget functions.
1640 (secrets-search-items, secrets-create-item)
1641 (secrets-get-attributes, secrets-expand-item): Attributes will be
1642 stored on the password database without leading ":", as all other
1643 clients do as well.
1644 (secrets-mode): Fix docstring.
1645 (secrets-show-secrets): Provide it as autoloaded command only when
1646 D-Bus support is available. Check existence of Secret Service API.
1647
1648 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
1649
1650 * indent.el (indent-region): Deactivate region (bug#6200).
1651
1652 2010-05-19 Glenn Morris <rgm@gnu.org>
1653
1654 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
1655
1656 2010-05-19 Kenichi Handa <handa@m17n.org>
1657
1658 * composite.el: Register compose-gstring-for-graphic in
1659 composition-function-table only for combining characters (Mn, Mc, Me).
1660
1661 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
1662
1663 * calc/calc-trail.el (calc-trail-isearch-forward)
1664 (calc-trail-isearch-backward): Ensure that the new window
1665 point is set correctly.
1666
1667 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1668
1669 * subr.el (read-quoted-char): Resolve modifiers after key
1670 remapping (bug#6212).
1671
1672 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
1673
1674 Add visualization code for secrets.
1675 * net/secrets.el (secrets-mode): New major mode.
1676 (secrets-show-secrets, secrets-show-collections)
1677 (secrets-expand-collection, secrets-expand-item)
1678 (secrets-tree-widget-after-toggle-function)
1679 (secrets-tree-widget-show-password): New defuns.
1680
1681 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1682
1683 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
1684 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
1685 handled in smie-next-sexp.
1686 (smie-indent-calculate): Provide a starting indentation (so the
1687 recursion is well-founded ;-).
1688
1689 Fix handling of non-associative equal levels.
1690 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
1691 when it's not needed.
1692 (smie-op-left, smie-op-right): New functions.
1693 (smie-next-sexp): New function, extracted from smie-backward-sexp.
1694 Better handle equal levels to distinguish the associative case from
1695 the "multi-keyword construct" case.
1696 (smie-backward-sexp, smie-forward-sexp): Use it.
1697
1698 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
1699
1700 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
1701
1702 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
1703 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
1704
1705 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1706
1707 Provide a simple generic indentation engine and use it for Prolog.
1708 * emacs-lisp/smie.el: New file.
1709 * progmodes/prolog.el (prolog-smie-op-levels)
1710 (prolog-smie-indent-rules): New var.
1711 (prolog-mode-variables): Use them to configure SMIE.
1712 (prolog-indent-line, prolog-indent-level): Remove.
1713
1714 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
1715
1716 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
1717 order before computing the averages.
1718
1719 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
1720
1721 * calc/calc-vec.el (calc-histogram):
1722 (calcFunc-histogram): Allow vectors as inputs.
1723 (math-vector-avg): New function.
1724
1725 * calc/calc-ext.el (math-group-float): Have the number of digits
1726 being grouped depend on the radix (Bug#6189).
1727
1728 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
1729
1730 * version.el (emacs-copyright, emacs-version): Don't define here,
1731 now that emacs.c defines it.
1732
1733 2010-05-15 Eli Zaretskii <eliz@gnu.org>
1734
1735 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
1736 "Describe Language Environment" menu item.
1737
1738 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
1739
1740 Bidi-sensitive movement with arrow keys.
1741 * subr.el (right-arrow-command, left-arrow-command): New functions.
1742
1743 * bindings.el (global-map): Bind them to right and left arrow keys.
1744
1745 Don't override standard definition of convert-standard-filename.
1746 * files.el (convert-standard-filename): Call
1747 w32-convert-standard-filename and dos-convert-standard-filename on
1748 the corresponding systems.
1749
1750 * w32-fns.el (w32-convert-standard-filename): Rename from
1751 convert-standard-filename. Doc fix.
1752
1753 * dos-fns.el (dos-convert-standard-filename): Doc fix.
1754 (convert-standard-filename): Don't defalias.
1755 (register-name-alist, make-register, register-value)
1756 (set-register-value, intdos): Obsolete aliases for the
1757 corresponding dos-* functions and variables.
1758 (dos-intdos): Add a doc string.
1759
1760 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
1761
1762 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
1763 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
1764 (math-compose-tex-func):
1765 * calc/calccomp.el (math-compose-expr):
1766 * calc/calc-ext.el (math-format-flat-expr-fancy):
1767 * calc/calc-store.el (calc-read-var-name):
1768 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
1769
1770 * calc/calc.el (var-π, var-φ, var-γ): New variables.
1771 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
1772 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
1773 (math-standard-units): Add units.
1774
1775 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1776
1777 * progmodes/asm-mode.el (asm-mode):
1778 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
1779
1780 * pcomplete.el (pcomplete-completions-at-point): New function,
1781 extracted from pcomplete-std-complete.
1782 (pcomplete-std-complete): Use it.
1783
1784 2010-05-15 Glenn Morris <rgm@gnu.org>
1785
1786 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
1787 Remove references to CVS, RCS and Old directories.
1788
1789 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
1790
1791 * calc/calc-bin.el (math-format-twos-complement): Group digits when
1792 appropriate.
1793
1794 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
1795
1796 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
1797 (sh-mode-syntax-table): Give it a default value instead.
1798 (sh-header-marker): Make buffer-local.
1799 (sh-mode): Move make-local-variable to the corresponding setq.
1800 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
1801 Use complete-with-action.
1802
1803 * simple.el (prog-mode): New (abstract) major mode.
1804 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
1805 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
1806
1807 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
1808
1809 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
1810 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
1811 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
1812 (sql-make-alternate-buffer-name, sql-placeholders-filter)
1813 (sql-escape-newlines-filter, sql-input-sender)
1814 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
1815
1816 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
1817
1818 Add TeX open-block and close-block keybindings to SGML, and vice versa.
1819
1820 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
1821 latex-open-block and C-c / to latex-close-block.
1822
1823 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
1824 and C-c C-e to sgml-close-tag.
1825
1826 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
1827
1828 * net/tramp.el (with-progress-reporter): Create reporter object
1829 only when the message would be displayed. Handle nested calls.
1830 (tramp-handle-load, tramp-handle-file-local-copy)
1831 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1832 (tramp-maybe-send-script, tramp-find-shell):
1833 Use `with-progress-reporter'.
1834 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
1835 Fix message text.
1836
1837 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1838 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1839 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1840 Use `with-progress-reporter'.
1841
1842 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
1843
1844 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
1845 process everytime when spellchecking from the minibuffer (bug#6143).
1846
1847 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
1848
1849 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
1850
1851 * dos-fns.el: Add "dos-" prefix for namespace control.
1852 (convert-standard-filename): Define as alias for
1853 dos-convert-standard-filename but only if applicable.
1854
1855 2010-05-12 Alan Mackenzie <acm@muc.de>
1856
1857 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
1858 Push the mark at the start of these functions when appropriate.
1859
1860 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1861
1862 * minibuffer.el (completion-cycle-threshold): New custom var.
1863 (completion--do-completion): Use it.
1864 (minibuffer-complete): Use cycling if appropriate.
1865
1866 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
1867
1868 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
1869 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
1870
1871 2010-05-11 Juri Linkov <juri@jurta.org>
1872
1873 * scroll-all.el (scroll-all-check-to-scroll):
1874 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
1875
1876 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1877
1878 * iimage.el (iimage-mode-map): Move initialization into declaration.
1879 (iimage-mode-buffer): Use with-silent-modifications.
1880 Simplify calling convention. Adjust callers.
1881 (iimage-mode): Don't run hook redundantly.
1882
1883 * minibuffer.el (completion-pcm--pattern->regex):
1884 Fix last change (bug#6160).
1885
1886 2010-05-10 Juri Linkov <juri@jurta.org>
1887
1888 Remove nodes visited during Isearch from the Info history.
1889 * info.el (Info-isearch-initial-history)
1890 (Info-isearch-initial-history-list): New variables.
1891 (Info-isearch-start): Record initial values of
1892 Info-isearch-initial-history and Info-isearch-initial-history-list.
1893 Add Info-isearch-end to isearch-mode-end-hook.
1894 (Info-isearch-end): New function.
1895
1896 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
1897
1898 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
1899 format string, in order to work around a bug in pdksh.
1900 Reported by Gilles Pion <gpion@lfdj.com>.
1901 (tramp-handle-verify-visited-file-modtime): Do not send a command
1902 when the connection is not established.
1903 (tramp-handle-set-file-times): Simplify the check for utc.
1904
1905 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
1906
1907 Fix use of `filter-buffer-substring' (rework previous change).
1908 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
1909 (cua-repeat-replace-region):
1910 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
1911 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
1912 (cua-cut-region-to-global-mark): Use it.
1913
1914 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
1915
1916 * progmodes/sql.el: Version 2.1.
1917 (sql-product-alist): Redesign structure of product info.
1918 (sql-product, sql-user, sql-server, sql-database): Safe variables.
1919 (sql-port, sql-port-history): New variables.
1920 (sql-interactive-product): New variable.
1921 (sql-send-terminator): New variable.
1922 (sql-imenu-generic-expression): Add "Types" imenu entry.
1923 (sql-oracle-login-params, sql-sqlite-login-params)
1924 (sql-mysql-login-params, sql-solid-login-params)
1925 (sql-sybase-login-params, sql-informix-login-params)
1926 (sql-ingres-login-params, sql-ms-login-params)
1927 (sql-postgres-login-params, sql-interbase-login-params)
1928 (sql-db2-login-params, sql-linter-login-params)
1929 (sql-oracle-scan-on): New variables.
1930 (sql-mode-map): Add C-c C-i to start interactive mode.
1931 (sql-mode-menu): Update existing menu entries.
1932 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
1933 (sql-mode-oracle-font-lock-keywords)
1934 (sql-mode-postgres-font-lock-keywords)
1935 (sql-mode-ms-font-lock-keywords)
1936 (sql-mode-sybase-font-lock-keywords)
1937 (sql-mode-informix-font-lock-keywords)
1938 (sql-mode-interbase-font-lock-keywords)
1939 (sql-mode-ingres-font-lock-keywords)
1940 (sql-mode-solid-font-lock-keywords)
1941 (sql-mode-mysql-font-lock-keywords)
1942 (sql-mode-sqlite-font-lock-keywords)
1943 (sql-mode-db2-font-lock-keywords)
1944 (sql-mode-linter-font-lock-keywords): Update initialization to
1945 reduce run-time complexity.
1946 (sql-add-product, sql-del-product): New functions.
1947 (sql-set-product-feature, sql-get-product-feature): New functions.
1948 (sql-product-font-lock): Update product API.
1949 (sql-add-product-keywords): New function.
1950 (sql-highlight-product): Update product API.
1951 (sql-help-list-products): New function.
1952 (sql-help): Dynamically lists free and non-free products.
1953 (sql-get-login): Correct bug in handling history and added
1954 prompt for port.
1955 (sql-copy-column): Copy without properties.
1956 (sqli-input-sender): Apply filters to SQLi input.
1957 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
1958 Implement as a filter.
1959 (sql-escape-newlines-filter): Implement as a filter.
1960 (sql-remove-tabs-filter): New function.
1961 (sql-send-magic-terminator): New function.
1962 (sql-send-string): Implement magic terminator.
1963 (sql-send-region): Use `sql-send-string'.
1964 (sql-interactive-mode): Use product API.
1965 (sql-product-interactive): Use product API.
1966 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
1967 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
1968 (sql-db2, sql-linter): Use `sql-product-interactive'.
1969 (sql-connect): New function.
1970 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
1971 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
1972 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
1973 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
1974 Use `sql-connect'.
1975
1976 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1977
1978 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
1979 New custom variable.
1980 (completion-pcm--string->pattern): Use it.
1981 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
1982 Make it handle any symbol as `any'.
1983 (completion-pcm--merge-completions): Extract common suffix for the new
1984 `prefix' symbol as well.
1985 (completion-substring--all-completions): Use the new `prefix' symbol.
1986
1987 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
1988
1989 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
1990 not bound.
1991 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1992 (tramp-compat-funcall): New defmacro.
1993 (tramp-compat-line-beginning-position)
1994 (tramp-compat-line-end-position)
1995 (tramp-compat-temporary-file-directory)
1996 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1997 (tramp-compat-copy-file, tramp-compat-copy-directory)
1998 (tramp-compat-delete-file, tramp-compat-delete-directory)
1999 (tramp-compat-number-sequence, tramp-compat-process-running-p)
2000 * net/tramp.el (top, with-progress-reporter)
2001 (tramp-rfn-eshadow-setup-minibuffer)
2002 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2003 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2004 (tramp-completion-mode-p, tramp-check-for-regexp)
2005 (tramp-open-connection-setup-interactive-shell)
2006 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2007 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2008 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
2009 * net/tramp-cmds.el (tramp-cleanup-all-connections)
2010 (tramp-reporter-dump-variable, tramp-load-report-modules)
2011 (tramp-append-tramp-buffers)
2012 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
2013
2014 * net/tramp-imap.el (top): Autoload `epg-make-context'.
2015
2016 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2017
2018 * progmodes/compile.el (compilation-buffer-modtime): Rename from
2019 buffer-modtime. Adjust users.
2020
2021 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2022
2023 * international/mule.el (auto-coding-alist): Only purecopy
2024 car of each item, not the whole list (Bug#6083).
2025
2026 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2027
2028 * progmodes/js.el (js-mode): Make paragraph variables local before
2029 calling c-setup-paragraph-variables (Bug#6071).
2030
2031 2010-05-08 Eli Zaretskii <eliz@gnu.org>
2032
2033 * composite.el (compose-region, reference-point-alist): Fix typos
2034 in the doc strings.
2035
2036 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2037
2038 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2039 gnuplot's "set" command.
2040
2041 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
2042
2043 * abbrev.el (last-abbrev-text): Doc fix.
2044 (abbrev-prefix-mark): Don't escape parenthesis.
2045
2046 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
2047
2048 * composite.el (find-composition): Doc fix.
2049
2050 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
2051
2052 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2053 (sql-oracle-program, sql-sqlite-options)
2054 (sql-query-placeholders-and-send): Doc fixes.
2055 (sql-set-product, sql-interactive-mode): Reflow docstrings.
2056 (sql-imenu-generic-expression, sql-buffer)
2057 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2058 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2059 (sql-mode-sybase-font-lock-keywords)
2060 (sql-mode-informix-font-lock-keywords)
2061 (sql-mode-interbase-font-lock-keywords)
2062 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2063 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2064 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2065 (sql-product-feature, sql-highlight-product)
2066 (comint-line-beginning-position, sql-rename-buffer)
2067 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
2068 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2069 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2070 Fix typos in docstrings.
2071
2072 2010-05-08 Juri Linkov <juri@jurta.org>
2073
2074 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2075 property instead of `invisible' and `after-string' (bug#5998).
2076
2077 2010-05-08 Juri Linkov <juri@jurta.org>
2078
2079 * image-mode.el (image-mode-as-text): Fix typo in docstring.
2080
2081 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
2082
2083 * filecache.el (file-cache-add-directory-list)
2084 (file-cache-add-directory-recursively): Fix typos in docstrings.
2085
2086 2010-05-08 Kenichi Handa <handa@m17n.org>
2087
2088 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2089 (gujarati-composable-pattern): Fix typo.
2090
2091 2010-05-08 Kenichi Handa <handa@m17n.org>
2092
2093 * language/indian.el (oriya-composable-pattern)
2094 (tamil-composable-pattern, malayalam-composable-pattern):
2095 Add two-part vowels to "v" (vowel sign).
2096
2097 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2098
2099 * files.el (copy-directory): Handle symlinks (Bug#5982).
2100
2101 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
2102
2103 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2104 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
2105 (Bug#5846).
2106
2107 2010-05-08 Glenn Morris <rgm@gnu.org>
2108
2109 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2110
2111 * minibuffer.el (completion-at-point): Doc fix.
2112
2113 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2114
2115 * electric.el (Electric-command-loop): Minor tweak.
2116
2117 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
2118 better with dedicated windows.
2119
2120 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2121
2122 * Version 23.2 released.
2123
2124 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
2125 Stefan Monnier <monnier@iro.umontreal.ca>
2126
2127 Highlight vendor specific properties.
2128 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
2129 (css-proprietary-property): New face.
2130 (css-font-lock-keywords): Use them.
2131
2132 2010-05-07 Eli Zaretskii <eliz@gnu.org>
2133
2134 * cus-start.el (all): Add native condition for tool-bar-* symbols.
2135
2136 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2137
2138 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
2139 * files.el (auto-mode-alist): Remove redundant entries.
2140
2141 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
2142 * simple.el (auto-save-mode): Move from files.el.
2143 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
2144
2145 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
2146
2147 * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
2148
2149 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
2150
2151 * mail/binhex.el (binhex-decode-region-internal)
2152 * mail/uudecode.el (uudecode-decode-region-internal)
2153 * net/dns.el (dns-read-string-name, dns-write, dns-read)
2154 (dns-read-type, dns-query)
2155 * pgg-parse.el (pgg-parse-armor)
2156 * pgg.el (pgg-verify-region)
2157 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
2158 XEmacs.
2159
2160 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
2161
2162 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
2163
2164 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
2165
2166 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
2167 * emulation/cua-base.el (cua-repeat-replace-region):
2168 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2169 (cua-cut-region-to-global-mark):
2170 Remove text properties with `set-text-properties'.
2171
2172 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
2173
2174 * net/tramp.el (top, with-progress-reporter):
2175 Use `symbol-function' inside `funcall'.
2176
2177 * net/tramp-compat.el (tramp-compat-file-attributes)
2178 (tramp-compat-delete-file, tramp-compat-delete-directory):
2179 Handle only `wrong-number-of-arguments' error.
2180
2181 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
2182 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
2183 inside `funcall'.
2184
2185 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2186
2187 * minibuffer.el (completion--sreverse, completion--common-suffix):
2188 New functions.
2189 (completion-pcm--merge-completions): Extract common suffix when safe.
2190
2191 * emacs-lisp/easy-mmode.el (define-minor-mode):
2192 Make :variable more flexible.
2193 * files.el (auto-save-mode): Use it to define using define-minor-mode.
2194
2195 2010-05-05 Juri Linkov <juri@jurta.org>
2196
2197 Add `slow' and `history' tags to the desktop data.
2198
2199 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
2200 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
2201 (Info-finder-find-node): Require `finder.el' to be able
2202 to restore node from the desktop.
2203 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
2204 data `Info-history' and `slow' tag in the assoc list.
2205 (Info-restore-desktop-buffer): Don't restore nodes with the
2206 `slow' tag. Restore `Info-history'.
2207
2208 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
2209
2210 Add FORCE argument to `delete-file'.
2211
2212 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
2213 forcing to delete the temporary file.
2214 (ange-ftp-delete-file): Add FORCE arg.
2215 (ange-ftp-rename-remote-to-remote)
2216 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
2217 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
2218 Force file deletion.
2219
2220 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
2221
2222 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
2223 (tramp-handle-make-symbolic-link, tramp-handle-load)
2224 (tramp-do-copy-or-rename-file-via-buffer)
2225 (tramp-do-copy-or-rename-file-directly)
2226 (tramp-do-copy-or-rename-file-out-of-band)
2227 (tramp-handle-process-file, tramp-handle-call-process-region)
2228 (tramp-handle-shell-command, tramp-handle-file-local-copy)
2229 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2230 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
2231
2232 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
2233 (tramp-fish-handle-make-symbolic-link)
2234 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
2235
2236 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
2237 Use `tramp-compat-delete-file'.
2238
2239 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
2240 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
2241
2242 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
2243 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
2244
2245 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
2246 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
2247 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
2248 `tramp-compat-delete-file'.
2249
2250 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2251
2252 Minor cleanups.
2253 * subr.el (add-minor-mode): Use push.
2254 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
2255 * emulation/edt.el (edt-select-mode): Simplify.
2256
2257 Use define-minor-mode in more cases.
2258 * term/tvi970.el (tvi970-set-keypad-mode):
2259 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
2260 (normal-erase-is-backspace-mode):
2261 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
2262 (set-scroll-bar-mode-1): (Re)move to its sole caller.
2263 (get-scroll-bar-mode): New function.
2264 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
2265
2266 Use define-minor-mode for less obvious cases.
2267 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
2268 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
2269 * international/iso-ascii.el (iso-ascii-mode):
2270 * frame.el (auto-raise-mode, auto-lower-mode):
2271 * composite.el (global-auto-composition-mode): Use define-minor-mode.
2272
2273 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
2274
2275 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
2276 in order to see error messages for failed logins.
2277
2278 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
2279
2280 * diff.el (diff-sentinel):
2281
2282 * epg.el (epg--make-temp-file, epg-decrypt-string)
2283 (epg-verify-string, epg-sign-string, epg-encrypt-string):
2284
2285 * jka-compr.el (jka-compr-partial-uncompress)
2286 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
2287
2288 * server.el (server-sentinel): Use delete-file's new FORCE arg
2289 (Bug#6070).
2290
2291 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2292
2293 Use define-minor-mode where applicable.
2294 * view.el (view-mode):
2295 * type-break.el (type-break-query-mode)
2296 (type-break-mode-line-message-mode):
2297 * textmodes/reftex.el (reftex-mode):
2298 * term/vt100.el (vt100-wide-mode):
2299 * tar-mode.el (tar-subfile-mode):
2300 * savehist.el (savehist-mode):
2301 * ibuf-ext.el (ibuffer-auto-mode):
2302 * composite.el (auto-composition-mode):
2303 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
2304 Use define-minor-mode.
2305 (vhdl-mode): Use static mode-line format.
2306 (vhdl-mode-line-update): Delete.
2307 (vhdl-create-mode-menu, vhdl-activate-customizations)
2308 (vhdl-hs-minor-mode): Don't bother calling it.
2309
2310 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2311
2312 * simple.el (with-wrapper-hook): Move.
2313 (buffer-substring-filters): Mark obsolete.
2314 (filter-buffer-substring-functions): New variable.
2315 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
2316
2317 Use a mode-line spec rather than a static string in Semantic.
2318 * cedet/semantic/util-modes.el:
2319 (semantic-minor-modes-format): New var to replace...
2320 (semantic-minor-modes-status): Remove.
2321 (semantic-mode-line-update): Construct a mode-line spec rather than
2322 a static string so that mouse buttons can be used on individual minor
2323 modes and so that semantic-mode-line-update only needs to be called
2324 when global settings are changed.
2325 (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
2326 Call semantic-mode-line-update.
2327 (semantic-toggle-minor-mode-globally): Don't assume mode is on
2328 minor-mode-alist, check semantic-minor-mode-alist as well.
2329 (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
2330 (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
2331 (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
2332 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
2333 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
2334 (define-semantic-idle-service, semantic-idle-summary-mode):
2335 * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
2336 Don't call semantic-mode-line-update any more.
2337
2338 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2339
2340 Use define-minor-mode in CEDET where applicable.
2341
2342 * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
2343 Use define-minor-mode.
2344
2345 * cedet/semantic/util-modes.el (semantic-add-minor-mode):
2346 Remove unused arg `keymap' and code redundant with define-minor-mode.
2347 (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
2348 (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
2349 (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
2350 (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
2351 (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
2352 (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
2353 Use define-minor-mode.
2354 (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
2355 (semantic-show-unmatched-syntax-mode-setup)
2356 (semantic-show-parser-state-mode-setup)
2357 (semantic-highlight-func-mode-setup): Inline into sole caller.
2358
2359 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2360 (semantic-mru-bookmark-mode): Use define-minor-mode.
2361 (semantic-mru-bookmark-mode-setup): Inline into sole caller.
2362
2363 * cedet/semantic/idle.el (define-semantic-idle-service):
2364 Use define-minor-mode and inline setup function into its sole caller.
2365 (semantic-idle-scheduler-mode-setup)
2366 (semantic-idle-summary-mode-setup): Inline into sole caller.
2367 (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
2368 Use define-minor-mode.
2369
2370 * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
2371 (semantic-decoration-mode): Use define-minor-mode.
2372 (semantic-decoration-mode-setup): Inline into sole caller.
2373
2374 * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
2375 (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
2376 (ede-dired-add-to-target): Use dolist.
2377
2378 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2379 Michael Albinus <michael.albinus@gmx.de>
2380
2381 Implement compression for inline methods.
2382
2383 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
2384 (tramp-copy-size-limit): Allow also nil.
2385 (tramp-inline-compress-commands): New defconst.
2386 (tramp-find-inline-compress, tramp-get-inline-compress)
2387 (tramp-get-inline-coding): New defuns.
2388 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2389 replaced by `tramp-get-inline-coding'.
2390 (tramp-handle-file-local-copy, tramp-handle-write-region)
2391 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
2392
2393 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2394
2395 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
2396 Remove unused functions.
2397
2398 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
2399 Set find-tag-default-function as a variable rather than a property.
2400
2401 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
2402 * progmodes/etags.el (tags-completion-at-point-function):
2403 Remove left over interactive spec. Add autoloading stub.
2404 (complete-tag): Use tags-completion-at-point-function.
2405
2406 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
2407
2408 * minibuffer.el (tags-completion-at-point-function): Fix return value.
2409
2410 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
2411
2412 * ido.el (ido-init-completion-maps): Remove C-v binding.
2413 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
2414
2415 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
2416
2417 * minibuffer.el (tags-completion-at-point-function): New function.
2418 (completion-at-point-functions): Use it.
2419
2420 * cedet/semantic.el (semantic-completion-at-point-function): New function.
2421 (semantic-mode): Use semantic-completion-at-point-function for
2422 completion-at-point-functions instead.
2423
2424 * progmodes/etags.el (complete-tag): Revert last change.
2425
2426 2010-04-29 Alan Mackenzie <acm@muc.de>
2427
2428 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
2429 off-by-one error (in end of macro position).
2430
2431 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2432
2433 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
2434 firefox is absent. Don't autoload.
2435 (browse-url-galeon-program): Don't autoload.
2436
2437 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
2438
2439 * bindings.el (complete-symbol): Move into minibuffer.el.
2440
2441 * minibuffer.el (complete-tag): Move from etags.el. If tags
2442 completion cannot be performed, return nil instead of signalling
2443 an error.
2444 (completion-at-point): Make it an alias for complete-symbol.
2445 (complete-symbol): Move from bindings.el, and replace with the
2446 body of completion-at-point.
2447
2448 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
2449
2450 * cedet/semantic.el (semantic-mode): When enabled, add
2451 semantic-ia-complete-symbol to completion-at-point-functions.
2452
2453 * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
2454 if Semantic is not active.
2455
2456 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
2457
2458 * net/tramp.el (tramp-remote-selinux-p): New defun.
2459 (tramp-handle-file-selinux-context)
2460 (tramp-handle-set-file-selinux-context): Use it.
2461
2462 2010-04-28 Sam Steingold <sds@gnu.org>
2463
2464 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
2465 `safe-local-variable' if the value is a string or a symbol with
2466 the property `bug-reference-url-format'.
2467
2468 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
2469
2470 * progmodes/bug-reference.el (bug-reference-url-format): Revert
2471 2010-04-27 change due to security risk.
2472
2473 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2474
2475 Make it possible to locally disable a globally enabled mode.
2476 * simple.el (fundamental-mode): Run fundamental-mode-hook.
2477 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
2478 rather than kill-all-local-variables so it runs fundamental-mode-hook.
2479 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2480 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
2481 that subsequent hooks get a chance to disable it.
2482
2483 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2484
2485 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2486 Avoid re-enabling a minor mode after the user turned the minor mode
2487 off if MODE-enable-in-buffers is run twice (typically once from
2488 fundamental-mode's after-change-major-mode-hook and a second time from
2489 run-mode-hook's own after-change-major-mode-hook).
2490
2491 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
2492
2493 2010-04-27 Sam Steingold <sds@gnu.org>
2494
2495 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
2496 `safe-local-variable' if the value is a string or a function, as
2497 documented and implemented on 2010-04-02.
2498
2499 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
2500
2501 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
2502 when method is 'kill.
2503
2504 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
2505
2506 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
2507 condition in default directory check.
2508 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
2509 Kill ispell process when killing its associated buffer.
2510
2511 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
2512
2513 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
2514 but we aren't using it.
2515
2516 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
2517
2518 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
2519 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
2520
2521 2010-04-24 Glenn Morris <rgm@gnu.org>
2522
2523 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
2524 Ignore VCS-ignore files, and deleted nextstep preferences files.
2525 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
2526 (authors-ambiguous-files): New list.
2527 (authors-valid-file-names): Add some deleted files.
2528 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
2529 (authors-disambiguate-file-name): New function. (Bug#5501)
2530 (authors-canonical-file-name): Doc fix.
2531 Don't warn about obsolete files.
2532 (authors-canonical-file-name, authors-scan-el):
2533 Use authors-disambiguate-file-name.
2534
2535 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
2536 Add autoload cookies.
2537 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
2538 (generated-autoload-file): Set file-local value to "htmlfontify.el".
2539 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
2540 They have definitions / compiler macros in cl.el.
2541 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
2542 Replace manual autoloads with generated ones.
2543 (htmlfontify-unload-rgb-file): Remove autoload.
2544 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
2545
2546 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2547
2548 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
2549 (byte-compile-setq-default): Optimize for the
2550 single-var case and don't call byte-compile-form in this case to avoid
2551 inf-loop with byte-compile-set-default.
2552
2553 * progmodes/compile.el (compilation-start): Abbreviate default directory.
2554
2555 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
2556
2557 Implement SELINUX backends.
2558
2559 * net/tramp.el (tramp-file-name-handler-alist):
2560 Add `file-selinux-context' and `set-file-selinux-context'.
2561 (tramp-handle-file-selinux-context)
2562 (tramp-handle-set-file-selinux-context): New defuns.
2563 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
2564 Handle PRESERVE-SELINUX-CONTEXT.
2565
2566 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2567 Add `file-selinux-context' and `set-file-selinux-context'.
2568 (tramp-gvfs-handle-file-selinux-context)
2569 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
2570 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
2571
2572 * net/ange-ftp.el (ange-ftp-copy-file):
2573 * net/tramp-fish.el (tramp-fish-handle-copy-file):
2574 * net/tramp-imap.el (tramp-imap-handle-copy-file):
2575 * net/tramp-smb.el (tramp-smb-handle-copy-file):
2576 Add PRESERVE-SELINUX-CONTEXT.
2577
2578 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
2579
2580 Synchronize with Tramp repository.
2581
2582 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
2583 (tramp-action-process-alive, tramp-action-out-of-band)
2584 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
2585 (tramp-exists-file-name-handler): Fix docstring.
2586 (with-progress-reporter): New defmacro.
2587 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
2588 (tramp-maybe-open-connection): Use it.
2589
2590 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
2591
2592 Detect ssh 'ControlMaster' argument automatically in some cases.
2593
2594 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2595 (tramp-default-method): Use it.
2596
2597 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
2598
2599 * net/tramp.el (tramp-handle-copy-file): Add new optional
2600 parameter `preserve-selinux-context'.
2601 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
2602
2603 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
2604
2605 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
2606 Ensure, that non remote files are still checked. Oops.
2607
2608 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
2609
2610 Fix Bug#5840.
2611
2612 * icomplete.el (icomplete-completions): Use `non-essential'.
2613
2614 * net/tramp.el (tramp-connectable-p): New defun.
2615 (tramp-handle-expand-file-name)
2616 (tramp-completion-handle-file-name-all-completions)
2617 (tramp-completion-handle-file-name-completion): Use it.
2618
2619 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2620
2621 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
2622
2623 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2624
2625 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
2626
2627 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
2628
2629 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
2630 is present.
2631
2632 * info.el (info-tool-bar-map): Add labels.
2633
2634 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
2635
2636 * cus-edit.el (custom-commands): Add labels for tool bar.
2637 (custom-buffer-create-internal, Custom-mode): Adjust for
2638 labels in custom-commands.
2639
2640 * dynamic-setting.el: Renamed from font-setting.el.
2641
2642 2010-04-21 John Wiegley <jwiegley@gmail.com>
2643
2644 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
2645 toggles the use of virtual buffers.
2646 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
2647 value.
2648 (ido-toggle-virtual-buffers): New function.
2649
2650 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
2651
2652 Use `define-derived-mode'; fix window selection; doc fixes.
2653 * play/tetris.el (tetris, tetris-update-speed-function)
2654 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
2655 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
2656 (tetris-rotate-next, tetris-end-game, tetris-start-game)
2657 (tetris-pause-game): Fix typos in docstrings.
2658 (tetris-mode-map, tetris-null-map):
2659 Move initialization into declaration.
2660 (tetris-mode): Define with `define-derived-mode';
2661 set show-trailing-whitespace to nil.
2662 (tetris): Prefer window already displaying the "*Tetris*" buffer.
2663
2664 2010-04-21 Karel Klíč <kklic@redhat.com>
2665
2666 * files.el (backup-buffer): Handle SELinux context, and return it
2667 if a backup was made by renaming.
2668 (backup-buffer-copy): Set SELinux context to the target file.
2669 (basic-save-buffer): Set SELinux context of the newly written file.
2670 (basic-save-buffer-1): Now it also returns any SELinux context.
2671 (basic-save-buffer-2): Set SELinux context of the newly created file,
2672 and return it.
2673 * net/tramp.el (tramp-file-name-for-operation):
2674 Add file-selinux-context.
2675
2676 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2677
2678 Make the log-edit comments use RFC822 format throughout.
2679
2680 * vc.el (vc-checkin, vc-modify-change-comment):
2681 Adjust to new vc-start/finish-logentry.
2682 (vc-find-conflicted-file): New command.
2683 (vc-transfer-file): Adjust to new vc-checkin.
2684 (vc-next-action): Improve scoping.
2685
2686 * vc-hg.el (vc-hg-log-edit-mode): Remove.
2687 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
2688
2689 * vc-git.el (vc-git-log-edit-mode): Remove.
2690 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
2691 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
2692
2693 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
2694 (vc-start-logentry): Remove argument `extra'.
2695 (vc-finish-logentry): Remove extra args.
2696
2697 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
2698 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
2699 (vc-bzr-conflicted-files): New function.
2700
2701 * log-edit.el (log-edit-extra-flags)
2702 (log-edit-before-checkin-process): Remove.
2703 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
2704 (log-edit-headers-alist): New var.
2705 (log-edit-header-contents-regexp): New const.
2706 (log-edit-match-to-eoh): New function.
2707 (log-edit-font-lock-keywords): Use them.
2708 (log-edit): Insert a "Summary:" header as default.
2709 (log-edit-mode): Mark font-lock rules as case-insensitive.
2710 (log-edit-done): Cleanup headers.
2711 (log-view-process-buffer): Remove.
2712 (log-edit-extract-headers): New function to replace it.
2713
2714 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
2715
2716 * subr.el (default-direction-reversed): Remove obsolescence info.
2717
2718 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2719
2720 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
2721 windows/frames.
2722
2723 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
2724 I.e. include text after point in the completion region.
2725 Also, return nil when we're not after/in a symbol.
2726
2727 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
2728 default enable-multibyte-characters.
2729
2730 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2731
2732 * international/mule.el: Help the user choose a valid coding-system.
2733 (read-buffer-file-coding-system): New function.
2734 (set-buffer-file-coding-system): Use it. Prompt the user if the
2735 coding-system cannot encode all the chars.
2736
2737 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
2738 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
2739 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
2740 Don't use *vc-bzr-shelve*.
2741
2742 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
2743
2744 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
2745 Don't destroy list before using it.
2746
2747 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
2748
2749 Fix the version number for added files.
2750 * vc-hg.el (vc-hg-working-revision): Check if the file is
2751 registered after hg parent fails (Bug#5961).
2752
2753 2010-04-19 Glenn Morris <rgm@gnu.org>
2754
2755 * htmlfontify.el (htmlfontify-buffer)
2756 (htmlfontify-copy-and-link-dir): Autoload entry points.
2757
2758 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
2759
2760 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
2761 name relative to the project root (Bug#5960).
2762
2763 2010-04-19 Glenn Morris <rgm@gnu.org>
2764
2765 * vc-git.el (vc-git-print-log): Doc fix.
2766
2767 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
2768
2769 * ido.el (ido-file-internal): Fix 2009-12-02 change.
2770
2771 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
2772
2773 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
2774 default settings (Bug#5928).
2775
2776 2010-04-19 Glenn Morris <rgm@gnu.org>
2777
2778 * progmodes/fortran.el (fortran-match-and-skip-declaration):
2779 New function.
2780 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
2781
2782 2010-04-19 Kenichi Handa <handa@m17n.org>
2783
2784 * language/indian.el (malayalam-composable-pattern): Fix previous
2785 change (add U+0D4D "SIGN VIRAMA").
2786 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2787 (tamil-composable-pattern): Fix typo in the regexp.
2788 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2789 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2790 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2791
2792 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
2793
2794 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2795 paragraph-separate (Bug#5821).
2796
2797 2010-04-19 Juri Linkov <juri@jurta.org>
2798
2799 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2800
2801 * info.el (Info-find-node-2): Comment out code that skips
2802 breadcrumbs line.
2803 (Info-mouse-follow-link): New command.
2804 (Info-link-keymap): New keymap.
2805 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2806 Return a string with links instead of inserting breadcrumbs
2807 to the Info buffer.
2808 (Info-fontify-node): Comment out code that inserts breadcrumbs.
2809 Instead of putting the `invisible' text property over the Info
2810 header, make an overlay over the Info header with the `invisible'
2811 property and `after-string' set to the string returned by
2812 `Info-breadcrumbs'.
2813
2814 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
2815
2816 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2817 Reported by monkey@sandpframing.com.
2818
2819 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2820
2821 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
2822 (tmm-get-keymap): Add key-binding shortcuts now that they're not
2823 available in the "keyseq cache" any more.
2824
2825 * custom.el (defcustom): Add edebug spec.
2826
2827 2010-04-18 Juri Linkov <juri@jurta.org>
2828
2829 Test for special mode-class in view-buffer instead of view-file (bug#5513).
2830
2831 * view.el (view-file, view-buffer): Move test for special mode-class
2832 from view-file to view-buffer.
2833
2834 * tar-mode.el (tar-extract): Turn if's into one cond
2835 like in arc-mode.el.
2836
2837 2010-04-18 Juri Linkov <juri@jurta.org>
2838
2839 Add 7z archive format support (bug#5475).
2840
2841 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
2842 (archive-7z-extract): New defcustom.
2843 (archive-find-type): Add magic string for 7z.
2844 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
2845 If `stderr-file' is non-nil, use `(t stderr-file)' for the
2846 `buffer' arg of `call-process'.
2847 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
2848 call the function `archive-7z-extract' with the variable
2849 `archive-7z-extract' let-bound to `archive-zip-extract'.
2850 (archive-7z-summarize, archive-7z-extract): New functions.
2851
2852 * international/mule.el (auto-coding-alist):
2853 * files.el (auto-mode-alist): Add 7z file extension.
2854
2855 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2856
2857 * loadup.el: Setup hash-cons for pure data.
2858
2859 Fix duplicate entries in cedet's loaddefs.el files.
2860 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
2861 Should make most file-local generated-autoload-file unnecessary.
2862 (print-readably): Silence warnings.
2863 (autoload-find-destination): Take load-name as an arg to make sure
2864 it's the same as the one that will be in the file.
2865 (autoload-generate-file-autoloads): Adjust to above changes.
2866 Try to make the dataflow a bit simpler.
2867
2868 * cvs-status.el (cvs-refontify): Remove unused.
2869
2870 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
2871
2872 * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
2873
2874 * calc-bin.el (calc-radix): Have the "O" option turn on
2875 twos-complement mode.
2876
2877 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
2878
2879 * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
2880 Add `calc-option-prefix-help' to calc-help autoloads.
2881 (calc-inverse): Add "Option" to message, as appropriate.
2882 (calc-hyperbolic): Add "Option" to message, as appropriate.
2883 (calc-option, calc-is-option): New functions.
2884
2885 * calc-help.el (calc-full-help): Add `calc-option-help'.
2886 (calc-option-prefix-help): New function.
2887
2888 * calc-misc.el (calc-help): Add "Option" entry.
2889
2890 * calc.el (calc-local-var-list): Add `calc-option-flag'.
2891 (calc-option-flag): New variable.
2892 (calc-do): Set `calc-option-flag to nil.
2893 (calc-set-mode-line): Add "Opt " as appropriate.
2894
2895 2010-04-16 Juri Linkov <juri@jurta.org>
2896
2897 Move scrolling commands from simple.el to window.el
2898 because their primitives are implemented in window.c.
2899
2900 * simple.el (scroll-error-top-bottom)
2901 (scroll-up-command, scroll-down-command, scroll-up-line)
2902 (scroll-down-line, scroll-other-window-down)
2903 (beginning-of-buffer-other-window, end-of-buffer-other-window):
2904 * window.el (scroll-error-top-bottom)
2905 (scroll-up-command, scroll-down-command, scroll-up-line)
2906 (scroll-down-line, scroll-other-window-down)
2907 (beginning-of-buffer-other-window, end-of-buffer-other-window):
2908 Move from simple.el to window.el because their primitives are
2909 implemented in window.c.
2910
2911 2010-04-16 Juri Linkov <juri@jurta.org>
2912
2913 * isearch.el (isearch-lookup-scroll-key): Check both
2914 `isearch-scroll' and `scroll-command' properties.
2915 (scroll-up, scroll-down): Remove `isearch-scroll' property.
2916
2917 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
2918
2919 * simple.el (scroll-up-command, scroll-down-command)
2920 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
2921
2922 2010-04-15 Juri Linkov <juri@jurta.org>
2923
2924 * simple.el (scroll-up-command, scroll-down-command)
2925 (scroll-up-line, scroll-down-line): Put `scroll-command'
2926 property on the these symbols. Remove them from
2927 `scroll-preserve-screen-position-commands'.
2928
2929 * mwheel.el (mwheel-scroll): Put `scroll-command' and
2930 `isearch-scroll' properties on the `mwheel-scroll' symbol.
2931 Remove it from `scroll-preserve-screen-position-commands'.
2932
2933 * isearch.el (isearch-allow-scroll): Doc fix.
2934
2935 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
2936
2937 * net/tramp.el (tramp-error-with-buffer): Don't show the
2938 connection buffer when we are in completion mode.
2939 (tramp-file-name-handler): Catch the error for some operations
2940 when we are in completion mode. This gives the user the chance to
2941 correct the file name in the minibuffer.
2942
2943 2010-04-15 Glenn Morris <rgm@gnu.org>
2944
2945 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
2946
2947 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
2948
2949 Simplify by using `define-derived-mode'.
2950 * info.el (Info-mode):
2951 * calendar/todo-mode.el (todo-mode):
2952 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
2953 (gomoku-mode-map): Move initialization into declaration.
2954
2955 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
2956
2957 Fix Bug#5840.
2958 * ido.el (ido-file-name-all-completions-1):
2959 * minibuffer.el (minibuffer-completion-help):
2960 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
2961
2962 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2963
2964 * simple.el (non-essential): New var.
2965
2966 Add a new field `location' to bookmarks for non-file bookmarks.
2967 * bookmark.el (bookmark-location): Use the new field, if present.
2968 (bookmark-insert-location): Undo last change, not needed any more.
2969 * man.el (Man-bookmark-make-record):
2970 * woman.el (woman-bookmark-make-record): Add `location' field.
2971
2972 2010-04-14 Juri Linkov <juri@jurta.org>
2973
2974 * simple.el (scroll-error-top-bottom): New defcustom.
2975 (scroll-up-command, scroll-down-command): Use it. Doc fix.
2976
2977 * emulation/pc-select.el (pc-select-override-scroll-error):
2978 Obsolete in favor of `scroll-error-top-bottom'.
2979
2980 2010-04-14 Juri Linkov <juri@jurta.org>
2981
2982 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
2983 `scroll-up-command' and `M-v' to `scroll-down-command'.
2984
2985 * emulation/cua-rect.el (cua--init-rectangles):
2986 * forms.el (forms--change-commands):
2987 * image-mode.el (image-mode-map):
2988 Remap scroll-down-command and scroll-up-command
2989 in addition to scroll-down and scroll-up.
2990
2991 2010-04-14 Juri Linkov <juri@jurta.org>
2992
2993 * mwheel.el (scroll-preserve-screen-position-commands):
2994 Add mwheel-scroll to this list of commands.
2995
2996 * simple.el (scroll-preserve-screen-position-commands):
2997 Add scroll-up-command, scroll-down-command, scroll-up-line,
2998 scroll-down-line to this list of commands.
2999
3000 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3001
3002 * obsolete/complete.el: Move from lisp/complete.el.
3003
3004 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
3005
3006 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
3007 to the minor mode function now turns the mode ON unconditionally.
3008
3009 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3010
3011 * vc-dir.el (vc-dir-kill-line): New command.
3012 (vc-dir-mode-map): Bind it to C-k.
3013
3014 * bookmark.el (bookmark-insert-location): Handle a nil filename.
3015
3016 * woman.el: Add bookmark declarations to silence the compiler.
3017 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
3018 step to compatibility between man and woman bookmarks.
3019 Adjust for Man-default-bookmark-title renaming.
3020 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
3021
3022 * man.el: Add bookmark declarations to silence the compiler.
3023 (Man-name-local-regexp): Make it match NAME as well.
3024 (Man-getpage-in-background): Return the buffer.
3025 (Man-notify-when-ready): Use `case'.
3026 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
3027 Don't hardcode "NAME". Simplify.
3028 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
3029 Rename from Man-bookmark-make-record.
3030 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
3031 we have the actual man-args. Use Man-getpage-in-background rather
3032 than `man' since the arg is already processed. Let bookmark.el do the
3033 window handling. Only wait for the relevant process.
3034 Don't forget to autoload.
3035
3036 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
3037
3038 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3039
3040 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
3041 New functions.
3042 (woman-mode): Setup bookmark support.
3043
3044 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
3045 (man-bookmark-jump): New functions.
3046 (Man-mode): Setup bookmark support.
3047
3048 2010-04-10 Jari Aalto <jari.aalto@cante.net>
3049
3050 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
3051 recognize ssh-keygen prompt (Bug#2817).
3052
3053 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
3054
3055 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
3056
3057 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
3058
3059 Synchronize with Tramp repository.
3060
3061 * net/tramp.el (tramp-completion-function-alist)
3062 (tramp-file-name-regexp, tramp-chunksize)
3063 (tramp-local-coding-commands, tramp-remote-coding-commands):
3064 Fix docstring.
3065 (tramp-remote-process-environment): Use `format' instead of `concat'.
3066 (tramp-handle-directory-files-and-attributes)
3067 (tramp-get-remote-path): Use `copy-tree'.
3068 (tramp-handle-file-name-all-completions): Backward/ XEmacs
3069 compatibility: Use `completion-ignore-case' if
3070 `read-file-name-completion-ignore-case' does not exist.
3071 (tramp-do-copy-or-rename-file-directly): Do not use
3072 `tramp-handle-file-remote-p'.
3073 (tramp-do-copy-or-rename-file-out-of-band):
3074 Use `tramp-compat-delete-directory'.
3075 (tramp-do-copy-or-rename-file-out-of-band)
3076 (tramp-compute-multi-hops, tramp-maybe-open-connection):
3077 Use `format-spec-make'.
3078 (tramp-find-foreign-file-name-handler)
3079 (tramp-advice-make-auto-save-file-name)
3080 (tramp-set-auto-save-file-modes): Remove superfluous check for
3081 `stringp'. This is done inside `tramp-tramp-file-p'.
3082 (tramp-debug-outline-regexp): New defconst.
3083 (tramp-get-debug-buffer): Use it.
3084 (tramp-check-for-regexp): Use (forward-line 1).
3085 (tramp-set-auto-save-file-modes): Adapt version check.
3086
3087 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
3088 Wrap call of `featurep' for 2nd argument.
3089 (tramp-compat-make-temp-file): Simplify fallback implementation.
3090 (tramp-compat-copy-tree): Remove function.
3091 (tramp-compat-delete-directory): Provide implementation for older
3092 Emacsen.
3093
3094 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
3095 Do not use `tramp-fish-handle-file-attributes.
3096
3097 * net/trampver.el: Update release number.
3098
3099 2010-04-10 Glenn Morris <rgm@gnu.org>
3100
3101 * progmodes/compile.el (compilation-save-buffers-predicate):
3102 Add missing :version tag.
3103
3104 2010-04-09 Sam Steingold <sds@gnu.org>
3105
3106 * progmodes/compile.el (compilation-save-buffers-predicate):
3107 Remove the "autoload" cookie.
3108
3109 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
3110 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
3111 and `bug-reference-prog-mode' can be used in hooks directly.
3112
3113 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3114
3115 Add --author support to git commit.
3116 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
3117 (vc-git-log-edit-mode): New minor mode.
3118 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
3119 New declarations.
3120
3121 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
3122
3123 * vc-hooks.el, vc-git.el: Improve documentation comments.
3124
3125 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3126
3127 Fix some of the problems in defsubst* (bug#5728).
3128 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
3129 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
3130
3131 2010-04-07 Sam Steingold <sds@gnu.org>
3132
3133 * progmodes/compile.el (compilation-save-buffers-predicate):
3134 New custom variable.
3135 (compile, recompile): Pass it to `save-some-buffers'.
3136
3137 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
3138
3139 * wid-edit.el (widget-choose): Move cursor to the second line of
3140 the buffer (Bug#5695).
3141
3142 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
3143
3144 Add new VC methods: vc-log-incoming and vc-log-outgoing.
3145 * vc.el (vc-print-log-setup-buttons): New function split out from
3146 vc-print-log-internal.
3147 (vc-log-internal-common): New function, a parametrized version of
3148 vc-print-log-internal.
3149 (vc-print-log-internal): Just call vc-log-internal-common with the
3150 right arguments.
3151 (vc-incoming-outgoing-internal):
3152 (vc-log-incoming, vc-log-outgoing): New functions.
3153 (vc-log-view-type): New permanent local variable.
3154
3155 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
3156
3157 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
3158 of the dynamic bound vc-short-log.
3159 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
3160
3161 * vc-git.el (vc-git-log-outgoing): New function.
3162 (vc-git-log-view-mode): Use vc-log-view-type instead
3163 of the dynamic bound vc-short-log.
3164
3165 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
3166 of the dynamic bound vc-short-log. Highlight the tag.
3167 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
3168 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
3169 (vc-hg-incoming-mode): Remove.
3170 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
3171
3172 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
3173
3174 Fix default-directory for vc-root-diff.
3175 * vc.el (vc-root-diff): Bind default-directory to the root
3176 directory for the diff command.
3177
3178 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
3179
3180 * progmodes/verilog-mode.el (verilog-forward-sexp):
3181 (verilog-calc-1): Support "disable fork" and "fork wait" multi
3182 word keywords, suggested by Steve Pearlmutter.
3183 (verilog-pretty-declarations): Support lineup of declarations in
3184 port lists.
3185 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
3186 fix bug for /* / comments
3187 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
3188 Speed up and simplfy as this is never called with a bound.
3189 (verilog-pretty-declarations): Enhance to line up declarations
3190 inside a parameter list, suggested by Alan Morgan.
3191 (verilog-pretty-expr): Tune assignment regular expression match
3192 string for corner cases; also use markers instead of character
3193 number as indent changes the later.
3194
3195 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
3196
3197 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
3198 as missing keyword.
3199 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
3200 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
3201 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
3202 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
3203 Tennant.
3204 (verilog-keywords):
3205 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
3206 1800-2009 keywords, including "global.".
3207
3208 2010-04-06 John Wiegley <jwiegley@gmail.com>
3209
3210 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
3211 appearing in buffer list (if a live buffer name matched a recentf
3212 file basename). Should use uniquify to offer a real solution.
3213
3214 2010-04-06 John Wiegley <jwiegley@gmail.com>
3215
3216 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
3217 comment to code, and add a :version tag.
3218 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
3219
3220 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
3221
3222 Enable recentf-mode if using virtual buffers.
3223 * ido.el (recentf-list): Declare for byte-compiler.
3224 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
3225 (ido-make-buffer-list): Simplify.
3226 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
3227
3228 2010-04-05 Juri Linkov <juri@jurta.org>
3229
3230 Scrolling commands which scroll a line instead of full screen.
3231 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3232
3233 * simple.el (scroll-up-line, scroll-down-line): New commands.
3234 Put property isearch-scroll=t on them.
3235
3236 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
3237 Remove commands.
3238
3239 2010-04-05 Juri Linkov <juri@jurta.org>
3240
3241 Scrolling commands which do not signal errors at top/bottom.
3242 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3243
3244 * simple.el (scroll-up-command, scroll-down-command): New commands.
3245 Put property isearch-scroll=t on them.
3246
3247 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
3248 `scroll-down-command' and [next] from `scroll-up' to
3249 `scroll-up-command'.
3250
3251 * emulation/cua-base.el: Put property CUA=move on
3252 `scroll-up-command' and `scroll-down-command'.
3253 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
3254 and `scroll-down-command' to `cua-scroll-down'.
3255
3256 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
3257
3258 * help.el (describe-mode): Return nil.
3259
3260 2010-04-04 John Wiegley <jwiegley@gmail.com>
3261
3262 * ido.el (ido-use-virtual-buffers): New variable to indicate
3263 whether "virtual buffer" support is enabled for IDO.
3264 (ido-virtual): Face used to indicate virtual buffers in the list.
3265 (ido-buffer-internal): If a buffer is chosen, and no such buffer
3266 exists, but a virtual buffer of that name does (which would be why
3267 it was in the list), recreate the buffer by reopening the file.
3268 (ido-make-buffer-list): If virtual buffers are being used, call
3269 `ido-add-virtual-buffers-to-list' before the make list hook.
3270 (ido-virtual-buffers): New variable which contains a copy of the
3271 current contents of the `recentf-list', albeit pared down for the
3272 sake of speed, and with proper faces applied.
3273 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
3274 create a list of "virtual buffers" to present to the user in
3275 addition to the currently open set. Note that this logic could
3276 get rather slow if that list is too large. With the default
3277 `recentf-max-saved-items' of 200, there is little speed penalty.
3278
3279 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3280
3281 * font-lock.el: Require CL when compiling.
3282 (font-lock-turn-on-thing-lock): Use `case'.
3283
3284 2010-04-03 Eli Zaretskii <eliz@gnu.org>
3285
3286 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
3287 Zaretskii.
3288
3289 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
3290
3291 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
3292 (semantic-create-imenu-directory-index): Fix typos in docstrings.
3293 (semantic-imenu-goto-function): Reflow docstring.
3294
3295 2010-04-02 Juri Linkov <juri@jurta.org>
3296
3297 * ehelp.el (electric-help-orig-major-mode):
3298 New buffer-local variable.
3299 (electric-help-mode): Set it to original major-mode. Doc fix.
3300 (with-electric-help): Use `electric-help-orig-major-mode' instead
3301 of (default-value 'major-mode). Doc fix.
3302 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
3303
3304 2010-04-02 Sam Steingold <sds@gnu.org>
3305
3306 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
3307 `vc-hg-command' with a list of flags.
3308
3309 * progmodes/bug-reference.el (bug-reference-bug-regexp):
3310 Also accept "patch" and "RFE".
3311 (bug-reference-fontify): `bug-reference-url-format' can also be a
3312 function to be able to handle the bug kind.
3313 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
3314
3315 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
3316
3317 * tmm.el (tmm-get-keymap): Check with symbolp before passing
3318 value to fboundp, it may not be a symbol.
3319
3320 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3321
3322 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
3323
3324 2010-03-31 Juri Linkov <juri@jurta.org>
3325
3326 * simple.el (next-line, previous-line): Re-throw a signal
3327 with `signal' instead of using `ding'.
3328 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
3329
3330 2010-03-31 Juri Linkov <juri@jurta.org>
3331
3332 * simple.el (keyboard-escape-quit): Raise deselecting the active
3333 region higher than exiting the minibuffer.
3334 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
3335
3336 2010-03-31 Juri Linkov <juri@jurta.org>
3337
3338 * image.el (image-animated-p): Use `image-metadata' instead of
3339 `image-extension-data'. Get GIF extenstion data from metadata
3340 property `extension-data'.
3341
3342 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3343
3344 * simple.el (append-to-buffer): Simplify.
3345
3346 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
3347
3348 * textmodes/artist.el (artist-mode): Fix typo in docstring.
3349 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
3350
3351 2010-03-31 Kenichi Handa <handa@m17n.org>
3352
3353 * language/sinhala.el (composition-function-table): Fix regexp for
3354 the new Unicode specification.
3355
3356 * language/indian.el (devanagari-composable-pattern)
3357 (tamil-composable-pattern, kannada-composable-pattern)
3358 (malayalam-composable-pattern): Adjust for the new Unicode
3359 specification.
3360 (bengali-composable-pattern, gurmukhi-composable-pattern)
3361 (gujarati-composable-pattern, oriya-composable-pattern)
3362 (telugu-composable-pattern): New variables to cope with the new
3363 Unicode specification. Use them in composition-function-table.
3364
3365 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3366
3367 Make tmm-menubar work for the Buffers menu again (bug#5726).
3368 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
3369 vectors rather than cons cells, as used in menu-bar-update-buffers.
3370
3371 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3372
3373 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
3374 (js-insert-and-indent): Revert 2009-08-15 change, restoring
3375 electric punctuation for "{}();,:" (Bug#5586).
3376
3377 * mail/sendmail.el (mail-default-directory): Doc fix.
3378
3379 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3380
3381 * mail/sendmail.el (mail-default-directory): Doc fix.
3382
3383 2010-03-31 Eli Zaretskii <eliz@gnu.org>
3384
3385 * subr.el (version-regexp-alist, version-to-list)
3386 (version-list-<, version-list-=, version-list-<=)
3387 (version-list-not-zero, version<, version<=, version=): Doc fix.
3388 (Bug#5744).
3389
3390 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
3391
3392 * vc.el (vc-root-diff): Doc fix.
3393
3394 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3395
3396 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
3397
3398 * simple.el (append-to-buffer): Fix last change.
3399
3400 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3401
3402 * simple.el (append-to-buffer): Ensure that point is preserved if
3403 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
3404 (Bug#5749)
3405
3406 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3407
3408 * files.el (auto-mode-case-fold): Change default to t.
3409
3410 2010-03-30 Juri Linkov <juri@jurta.org>
3411
3412 * dired-x.el (dired-omit-mode): Doc fix.
3413
3414 2010-03-30 Juri Linkov <juri@jurta.org>
3415
3416 * replace.el (occur-accumulate-lines): Move occur-engine related
3417 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
3418 to be located after `occur-engine'.
3419
3420 2010-03-30 Juri Linkov <juri@jurta.org>
3421
3422 Make occur handle multi-line matches cleanly with context.
3423 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
3424
3425 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
3426 (occur-engine): Add local variables `ret', `prev-after-lines',
3427 `prev-lines'. Use more arguments for `occur-context-lines'.
3428 Set first elem of its returned list to `data', and the second elem
3429 to `prev-after-lines'. Don't print the separator line.
3430 In the end, print remaining context after-lines.
3431 (occur-context-lines): Add new arguments `begpt', `endpt',
3432 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
3433 after-lines of the previous match with before-lines of the
3434 current match and not overlap them. Return a list with two
3435 values: the output line and the list of context after-lines.
3436
3437 2010-03-30 Juri Linkov <juri@jurta.org>
3438
3439 * replace.el (occur-accumulate-lines): Fix a bug where the first
3440 context line at the beginning of the buffer was missing.
3441
3442 2010-03-30 Eli Zaretskii <eliz@gnu.org>
3443
3444 * files.el: Make bidi-display-reordering safe variable for boolean
3445 values.
3446
3447 2010-03-29 Phil Hagelberg <phil@evri.com>
3448 Chong Yidong <cyd@stupidchicken.com>
3449
3450 * subr.el: Extend progress reporters to perform "spinning".
3451 (progress-reporter-update, progress-reporter-do-update):
3452 Handle non-numeric value arguments.
3453 (progress-reporter--pulse-characters): New var.
3454
3455 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
3456
3457 * progmodes/compile.el (compilation-start): Fix regexp detection
3458 of initial cd command (Bug#5771).
3459
3460 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
3461
3462 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
3463
3464 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
3465
3466 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
3467 * lisp/progmodes/gdb-mi.el: Restore.
3468 * lisp/progmodes/gdb-ui.el: Remove.
3469 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
3470
3471 2010-03-25 Glenn Morris <rgm@gnu.org>
3472
3473 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
3474 all dired buffers, even tramp ones. (Bug#5755)
3475
3476 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3477
3478 Add "union tags" in mpc.el.
3479 * mpc.el: Remove backward compatibility code.
3480 (mpc-browser-tags): Change default.
3481 (mpc--find-memoize-union-tags): New var.
3482 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
3483 (mpc-cmd-find): Handle the case where the playlist does not exist.
3484 Handle union-tags.
3485 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
3486 (mpc-cmd-add): Use mpc-cmd-flush.
3487 (mpc-tagbrowser-tag-name): New fun.
3488 (mpc-tagbrowser-buf): Use it.
3489 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
3490
3491 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3492
3493 Misc cleanup.
3494 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
3495 Use replace-regexp-in-string.
3496 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
3497 (makefile-imake-mode-syntax-table): Move init into defvar.
3498 (makefile-mode): Use define-derived-mode.
3499
3500 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
3501 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
3502 not be present any more.
3503
3504 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
3505
3506 * faces.el (set-face-attribute): Fix typo in docstring.
3507 (face-valid-attribute-values): Reflow docstring.
3508
3509 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
3510
3511 2010-03-24 Glenn Morris <rgm@gnu.org>
3512
3513 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
3514
3515 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
3516
3517 * indent.el (indent-for-tab-command): Doc fix.
3518
3519 2010-03-24 Alan Mackenzie <acm@muc.de>
3520
3521 * progmodes/cc-engine.el (c-remove-stale-state-cache):
3522 Fix off-by-one error. Fixes bug #5747.
3523
3524 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
3525
3526 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
3527 (image-dired-read-comment): Doc fix.
3528
3529 * json.el (json-object-type, json-array-type, json-key-type)
3530 (json-false, json-null, json-read-number):
3531 * minibuffer.el (completion-in-region-functions):
3532 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
3533 (cal-tex-cursor-week):
3534 * emacs-lisp/trace.el (trace-function):
3535 * eshell/em-basic.el (eshell/printnl):
3536 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
3537 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
3538 * obsolete/levents.el (allocate-event, event-key, event-object)
3539 (event-point, event-process, event-timestamp, event-to-character)
3540 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
3541 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
3542 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
3543 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
3544 (reftex-highlight-selection): Fix typos in docstrings.
3545
3546 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
3547
3548 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
3549
3550 2010-03-24 Glenn Morris <rgm@gnu.org>
3551
3552 * mail/rmail.el (rmail-highlight-face): Restore option deleted
3553 2008-02-13 without comment; mark it obsolete.
3554 (rmail-highlight-headers): Use rmail-highlight-face once more.
3555
3556 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
3557
3558 * woman.el (woman2-process-escapes): Only consume the newline if
3559 the filler character is on a line by itself (Bug#5729).
3560
3561 2010-03-24 Kenichi Handa <handa@m17n.org>
3562
3563 * language/indian.el (devanagari-composable-pattern): Add more
3564 consonants.
3565
3566 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
3567
3568 * net/trampver.el: Update release number.
3569
3570 2010-03-24 Glenn Morris <rgm@gnu.org>
3571
3572 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
3573
3574 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
3575
3576 * net/tramp.el (tramp-find-executable):
3577 Use `tramp-get-connection-buffer'. Make the regexp for checking
3578 output of "wc -l" more robust.
3579 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
3580 (tramp-open-connection-setup-interactive-shell): Remove workaround
3581 for OpenSolaris bug, it is not needed anymore.
3582
3583 2010-03-24 Eric M. Ludlam <zappo@gnu.org>
3584
3585 * cedet/semantic/imenu.el: New file, from the CEDET repository
3586 (Bug#5412).
3587
3588 2010-03-24 Glenn Morris <rgm@gnu.org>
3589
3590 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
3591
3592 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
3593
3594 * files.el (auto-mode-alist): Accept more verilog file patterns.
3595
3596 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3597
3598 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
3599
3600 2010-03-24 Glenn Morris <rgm@gnu.org>
3601
3602 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
3603 log-edit-before-checkin-process.
3604
3605 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
3606
3607 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
3608
3609 * vc-dispatcher.el (vc-start-logentry): Doc fix.
3610 (log-view-process-buffer, log-edit-extra-flags): Declare.
3611
3612 * log-edit.el (log-edit-before-checkin-process): Doc fix.
3613
3614 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3615 Consistently check ede-object is bound throughout.
3616
3617 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
3618
3619 2010-03-23 Sam Steingold <sds@gnu.org>
3620
3621 Fix bug#5620: recalculate all markers on compilation buffer
3622 modifications, not on file modifications.
3623 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
3624 the buffer modification time, for buffers not associated with files.
3625 (compilation-mode): Create it.
3626 (compilation-filter): Update it.
3627 (compilation-next-error-function): Use it instead of
3628 `visited-file-modtime' for timestamp.
3629
3630 2010-03-23 Juri Linkov <juri@jurta.org>
3631
3632 Implement Occur multi-line matches.
3633 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
3634
3635 * replace.el (occur): Doc fix.
3636 (occur-engine): Set `begpt' to the beginning of the first line.
3637 Set `endpt' to the end of the last match line. At first, count
3638 line numbers between `origpt' and `begpt'. Split out code from
3639 `out-line' variable to new let-bindings `match-prefix' and
3640 `match-str'. In `out-line' add non-numeric prefix to all
3641 non-first lines of multi-line matches. Finally, count lines
3642 between `begpt' and `endpt' and add to `lines'.
3643
3644 2010-03-23 Juri Linkov <juri@jurta.org>
3645
3646 * replace.el (occur-accumulate-lines, occur-engine):
3647 Use `occur-engine-line' instead of duplicate code.
3648 (occur-engine-line): New function created from duplicate code
3649 in `occur-accumulate-lines' and `occur-engine'.
3650
3651 * replace.el (occur-engine-line): Add optional arg `keep-props'.
3652 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
3653
3654 2010-03-23 Juri Linkov <juri@jurta.org>
3655
3656 * finder.el: Remove TODO tasks.
3657
3658 * info.el (Info-finder-find-node): Add node "all"
3659 with all package info. Handle a list of multiple keywords
3660 separated by comma.
3661 (info-finder): In interactive use with a prefix argument,
3662 use `completing-read-multiple' to read a list of keywords
3663 separated by comma.
3664
3665 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
3666
3667 Add a new completion style `substring'.
3668 * minibuffer.el (completion-basic--pattern): New function.
3669 (completion-basic-try-completion, completion-basic-all-completions):
3670 Use it.
3671 (completion-substring--all-completions)
3672 (completion-substring-try-completion)
3673 (completion-substring-all-completions): New functions.
3674 (completion-styles-alist): New style `substring'.
3675
3676 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
3677
3678 Get rid of .elc files after removal of the corresponding .el.
3679 * Makefile.in (compile-clean): New target.
3680 (compile-main): Use it.
3681
3682 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
3683
3684 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
3685 don't do make there. When compiling with separate object dir, there
3686 is no Makefile there.
3687
3688 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
3689
3690 Get rid of the ELCFILES abomination, again.
3691 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
3692 (all, compile): Don't call compile-last.
3693 (compile-main): Build the "elcfiles" list dynamically.
3694 (compile-targets): New (internal) target.
3695
3696 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
3697
3698 * Makefile.in (top_srcdir): Define.
3699 (abs_top_builddir): Define.
3700 (srcdir): Don't append `/..'.
3701 (EMACS): Use ${abs_top_builddir}.
3702 (all, compile, compile-always, compile-last): Don't set emacswd.
3703 (update-subdirs, update-authors): Use $(top_srcdir) instead of
3704 $(srcdir).
3705 (lisp): Use $(srcdir) instead of @srcdir@.
3706
3707 2010-03-21 Juri Linkov <juri@jurta.org>
3708
3709 Fix message of multi-line occur regexps and multi-buffer header lines.
3710 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
3711
3712 * replace.el (occur-1): Don't display regexp if it is longer
3713 than window-width. Use `query-replace-descr' to display regexp.
3714 (occur-engine): Don't display regexp in the buffer header for
3715 multi-buffer occur. Display a separate header line with total
3716 match count and regexp for multi-buffer occur.
3717 Use `query-replace-descr' to display regexp.
3718
3719 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
3720
3721 * net/secrets.el: Fix parenthesis.
3722 (secrets-enabled): Fix parenthesis.
3723
3724 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3725
3726 Use more relative file and directory names.
3727 * Makefile.in (EMACS): Arrange for it to work when we chdir.
3728 (setwins, setwins_almost, setwins_for_subdirs):
3729 Don't `cd'; output relative names.
3730 (all, compile, compile-always, compile-last): Set emacswd.
3731 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
3732 Just cd to the lisp source dir so we can use relative file names.
3733
3734 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
3735
3736 2010-03-20 Glenn Morris <rgm@gnu.org>
3737
3738 * textmodes/rst.el: Use faces for font-lock customization, and make the
3739 old -face variables obsolete.
3740 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
3741 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
3742 (rst-block-face, rst-external-face, rst-definition-face)
3743 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
3744 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
3745 Make obsolete.
3746 (rst-font-lock-keywords-function): Update for above changes.
3747
3748 2010-03-20 Juri Linkov <juri@jurta.org>
3749
3750 * s-region.el:
3751 * obsolete/s-region.el: Move to obsolete.
3752
3753 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
3754
3755 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
3756
3757 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
3758
3759 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
3760
3761 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
3762
3763 Add special markup processing for commit logs.
3764 * log-edit.el (log-edit-extra-flags): New variable.
3765 (log-edit): Add new argument MODE. Use that mode when non-nil
3766 instead of the log-view-mode.
3767 (log-view-process-buffer): New function.
3768
3769 * vc.el: Document that the checkin method takes optional
3770 arguments. Document new backend specific method: log-view-mode.
3771 (vc-default-log-edit-mode): New function.
3772 (vc-checkin): Use a backend specific log-view-mode.
3773 Pass extra arguments to the checkin method.
3774 (vc-modify-change-comment): Pass a dummy extra argument.
3775
3776 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
3777 log-edit.
3778 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
3779 (vc-finish-logentry): Process the log buffer before passing it
3780 down. Pass log-edit-extra-flags.
3781
3782 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
3783 command.
3784 (log-edit-extra-flags, log-edit-before-checkin-process):
3785 New declarations.
3786
3787 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
3788 command.
3789 (log-edit-extra-flags, log-edit-before-checkin-process):
3790 New declarations.
3791 (vc-hg-log-edit-mode): New derived mode.
3792
3793 * vc-arch.el (vc-arch-checkin):
3794 * vc-cvs.el (vc-cvs-checkin):
3795 * vc-git.el (vc-git-checkin):
3796 * vc-mtn.el (vc-mtn-checkin):
3797 * vc-rcs.el (vc-rcs-checkin):
3798 * vc-sccs.el (vc-sccs-checkin):
3799 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
3800
3801 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
3802
3803 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
3804 parent typo).
3805
3806 2010-03-19 Glenn Morris <rgm@gnu.org>
3807
3808 * password-cache.el (password-cache, password-cache-expiry): Autoload.
3809
3810 2010-03-18 Glenn Morris <rgm@gnu.org>
3811
3812 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
3813
3814 * replace.el (query-replace-history): Give it a doc string.
3815 (map-query-replace-regexp): Use query-replace-from-history-variable
3816 and query-replace-to-history-variable.
3817
3818 * mail/hashcash.el (declare-function): Remove duplicate definition.
3819
3820 * mail/emacsbug.el (report-emacs-bug-pretest-address):
3821 Make it an obsolete alias for report-emacs-bug-address.
3822 (message-strip-special-text-properties): Declare.
3823 (report-emacs-bug): Remove test for a pretest bug address.
3824 Combine message-mode-specific code.
3825
3826 * mail/supercite.el: Don't require sendmail.
3827 (mh-in-header-p): Declare rather than using with-no-warnings.
3828 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
3829 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
3830
3831 * calendar/cal-french.el: Convert to utf-8.
3832
3833 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
3834 Emacs scripts.
3835
3836 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
3837
3838 * net/secrets.el (secrets-enabled): New variable. Use it instead
3839 of a subfeature.
3840
3841 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
3842
3843 * net/secrets.el (top): Register the D-Bus signals only when the
3844 service "org.freedesktop.secrets" can be pinged.
3845 Provide subfeature `enabled'.
3846
3847 2010-03-14 Juri Linkov <juri@jurta.org>
3848
3849 Add finder unknown keywords.
3850
3851 * finder.el (finder-unknown-keywords): New function.
3852
3853 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
3854 to create a Finder node with unknown keywords.
3855
3856 2010-03-14 Juri Linkov <juri@jurta.org>
3857
3858 * finder.el (finder-compile-keywords): Replace `princ' with
3859 `prin1' on a list of symbols interned from keyword strings.
3860
3861 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
3862 a comma, then split keywords using a comma and optional whitespace.
3863 Otherwise, split by whitespace.
3864
3865 * complete.el:
3866 * face-remap.el:
3867 * log-view.el:
3868 * net/hmac-def.el:
3869 * net/hmac-md5.el:
3870 * net/netrc.el:
3871 * progmodes/mixal-mode.el: Fix keywords.
3872
3873 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
3874
3875 * Makefile.in (ELCFILES): Add net/secrets.elc.
3876
3877 * net/secrets.el: New file.
3878
3879 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
3880
3881 * facemenu.el (list-colors-display, list-colors-print): New arg
3882 callback. Use it to allow selecting colors.
3883
3884 * wid-edit.el (widget-image-insert): Insert image prop even if the
3885 current display is non-graphic.
3886 (widget-field-value-set): New fun.
3887 (editable-field): Use it.
3888 (widget-field-value-get): Clean up unused var.
3889 (widget-color-value-create, widget-color--choose-action):
3890 New funs. Allow using list-colors-display to choose color.
3891
3892 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
3893
3894 * cus-edit.el: Resort topmost custom groups.
3895 (custom-buffer-sort-alphabetically): Default to t.
3896 (customize-apropos): Use apropos-parse-pattern.
3897 (custom-search-field): New var.
3898 (custom-buffer-create-internal): Add custom-apropos search field.
3899 (custom-add-parent-links): Don't display parent doc.
3900 (custom-group-value-create): Don't sort top-level custom group.
3901 (custom-magic-value-create): Show visibility button before option name.
3902
3903 (custom-variable-state): New fun, from custom-variable-state-set.
3904 (custom-variable-state-set): Use it.
3905 (custom-group-value-create): Hide options with standard values
3906 using the :hidden-states property. Use progress reporter.
3907
3908 (custom-show): Simplify.
3909 (custom-visibility): Disable images by default.
3910 (custom-variable): New property :hidden-states.
3911 (custom-variable-value-create): Enable images for
3912 custom-visibility widgets. Use :hidden-states property to
3913 determine initial visibility.
3914
3915 * wid-edit.el (widget-image-find): Give images center ascent.
3916 (visibility): Add :on-image and :off-image properties.
3917 (widget-visibility-value-create): Use them.
3918
3919 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
3920
3921 * cus-edit.el (processes): Remove from development group.
3922 (oop, hypermedia): Delete group.
3923 (comm): Promote to top-level group.
3924
3925 * net/browse-url.el (browse-url):
3926 * net/xesam.el (xesam):
3927 * net/tramp.el (tramp):
3928 * net/goto-addr.el (goto-address):
3929 * net/ange-ftp.el (ange-ftp): Put in comm group.
3930
3931 * view.el (view): Remove from editing group.
3932
3933 * uniquify.el (uniquify): Put in files group.
3934
3935 * net/browse-url.el (browse-url):
3936 * ps-print.el (postscript): Put in external group.
3937
3938 * cus-edit.el (outlines):
3939 * textmodes/text-mode.el (text-mode-hook):
3940 * textmodes/table.el (table):
3941 * textmodes/picture.el (picture):
3942 * outline.el (outlines): Put in wp group.
3943
3944 * nxml/nxml-mode.el (nxml): Remove from wp group.
3945
3946 * net/tramp-imap.el (tramp-imap): Put in tramp group.
3947
3948 * mail/metamail.el (metamail): Remove from hypermedia group.
3949
3950 * cus-edit.el (abbrev):
3951 * whitespace.el (whitespace):
3952 * vcursor.el (vcursor):
3953 * reveal.el (reveal):
3954 * hl-line.el (hl-line): Put in convenience group.
3955
3956 * epg-config.el (epg): Put in data group.
3957
3958 * emulation/pc-select.el (pc-select): Put in emulations group.
3959
3960 * calculator.el (calculator): Put in applications group.
3961
3962 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
3963
3964 Add .dir-locals.el support for file-less buffers.
3965 * files.el (hack-local-variables): Split out code to apply local
3966 variable settings ...
3967 (hack-local-variables-apply): ... here. New function.
3968 (hack-dir-local-variables): Use the default directory for when the
3969 buffer does not have an associated file.
3970 (hack-dir-local-variables-non-file-buffer): New function.
3971 * diff-mode.el (diff-mode):
3972 * vc-annotate.el (vc-annotate-mode):
3973 * vc-dir.el (vc-dir-mode):
3974 * log-edit.el (log-edit-mode):
3975 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
3976
3977 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
3978
3979 Add support for shelving snapshots and for showing shelves.
3980 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
3981 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
3982 New functions.
3983 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3984 (vc-bzr-extra-menu-map): Map them.
3985
3986 2010-03-11 Glenn Morris <rgm@gnu.org>
3987
3988 * cus-edit.el (customize-changed-options-previous-release):
3989 Bump to 23.1.
3990
3991 * image.el (image-animate-max-time): Fix :version tag.
3992
3993 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
3994
3995 * Branch for 23.2.
3996
3997 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
3998
3999 * vc-git.el (vc-git-revision-table): Include remote branches.
4000
4001 2010-03-10 Kim F. Storm <storm@cua.dk>
4002
4003 Animated image API.
4004 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
4005
4006 * image.el (image-animate-max-time): New defcustom.
4007 (image-animated-types): New defconst.
4008 (create-animated-image, image-animate-timer)
4009 (image-animate-start, image-animate-stop, image-animate-timeout)
4010 (image-animated-p): New functions.
4011
4012 * image-mode.el (image-toggle-display-image):
4013 Replace `create-image' with `create-animated-image'.
4014
4015 2010-03-09 Miles Bader <miles@gnu.org>
4016
4017 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
4018 instead of "format:"; this ensures that the output is
4019 newline-terminated.
4020
4021 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
4022
4023 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
4024 that all errors are caught, and that the return value is always a
4025 list (Bug#5692).
4026
4027 2010-03-08 Kenichi Handa <handa@m17n.org>
4028
4029 * language/misc-lang.el (windows-1256): New coding system.
4030 (cp1256): New alias of windows-1256 (bug#5690).
4031
4032 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
4033
4034 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
4035 call to rfc822-bad-address. (Bug#5692)
4036
4037 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
4038
4039 * vc-git.el (vc-git-annotate-extract-revision-at-line):
4040 Use vc-git-root as default directory for revision path (Bug#5657).
4041
4042 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
4043
4044 * calculator.el (calculator): Don't bind split-window-keep-point
4045 (Bug#5674).
4046
4047 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4048
4049 * vc-git.el: Re-flow to fit into 80 columns.
4050 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
4051 Remove spurious `quote' element in each case alternative.
4052 (vc-git-show-log-entry): Use prog1.
4053 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
4054
4055 2010-03-06 Glenn Morris <rgm@gnu.org>
4056
4057 * cedet/semantic/grammar.el (semantic-grammar-header-template):
4058 Update template copyright to GPLv3+.
4059
4060 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4061
4062 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
4063
4064 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
4065
4066 * macros.el (insert-kbd-macro): Look up keyboard macro using the
4067 definition, not the name (Bug#5481).
4068
4069 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
4070
4071 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
4072 argument with a local variable. (Bug#5670)
4073
4074 2010-03-02 Juri Linkov <juri@jurta.org>
4075
4076 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
4077
4078 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
4079
4080 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
4081 error when FILENAME and NEWNAME are existing remote directories.
4082
4083 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
4084 parameter DIR-FLAG.
4085
4086 2010-03-02 Glenn Morris <rgm@gnu.org>
4087
4088 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
4089 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
4090
4091 2010-03-01 Kenichi Handa <handa@m17n.org>
4092
4093 * language/burmese.el (burmese-composable-pattern): Rename from
4094 myanmar-composable-pattern.
4095
4096 * international/characters.el (script-list):
4097 * international/fontset.el (script-representative-chars):
4098 Change myanmar to burmese.
4099 (otf-script-alist): Likewise.
4100 (setup-default-fontset): Likewise. Re-fix :otf spec.
4101
4102 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
4103
4104 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
4105
4106 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
4107
4108 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
4109
4110 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
4111
4112 * net/tramp.el (tramp-handle-write-region): START can be a string.
4113 Take care in the checks. Reported by Dan Davison
4114 <davison@stats.ox.ac.uk>.
4115
4116 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
4117
4118 * net/dbus.el (dbus-introspect, dbus-get-property)
4119 (dbus-set-property, dbus-get-all-properties):
4120 Use `dbus-call-method' when noninteractive. (Bug#5645)
4121
4122 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
4123
4124 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
4125 * emacs-lisp/elint.el (elint-add-required-env):
4126 * cedet/semantic/db-find.el
4127 (semanticdb-find-translate-path-brutish-default):
4128 * cedet/ede/make.el (ede-make-check-version):
4129 * calendar/icalendar.el (icalendar--add-diary-entry):
4130 * calc/calcalg2.el (math-tracing-integral):
4131 * files.el (recover-session-finish): Use with-current-buffer
4132 instead of save-excursion.
4133
4134 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
4135
4136 Fix in-buffer completion when after-change-functions modify the buffer.
4137 * minibuffer.el (completion--replace): New function.
4138 (completion--do-completion): Use it and use relative movement.
4139
4140 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
4141
4142 * international/fontset.el (setup-default-fontset): Fix :otf spec.
4143
4144 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
4145
4146 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
4147 Allow the characters _<> in the stack entry (Bug#5653).
4148
4149 2010-02-26 Kenichi Handa <handa@m17n.org>
4150
4151 * language/burmese.el: Fix entries in composition-function-table.
4152 (myanmar-composable-pattern): New variable.
4153
4154 * international/fontset.el (setup-default-fontset): Add an entry
4155 for myanmar.
4156
4157 * international/characters.el (script-list): Add Myanmar
4158 Extended-A.
4159
4160 2010-02-26 Glenn Morris <rgm@gnu.org>
4161
4162 * custom.el (custom-initialize-delay): Doc fix.
4163
4164 * mail/sendmail.el (send-mail-function): Autoload the call
4165 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
4166
4167 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
4168
4169 * files.el (hack-local-variables-filter): For eval forms, also
4170 check safe-local-variable-p (Bug#5636).
4171
4172 2010-02-24 Eduard Wiebe <usenet@pusto.de>
4173
4174 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
4175 and use c(ad)r of cddr (Bug#5640).
4176
4177 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
4178
4179 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
4180 setting the modes by `ignore-errors'. It might fail, for example
4181 if the file is not owned by the user but the group.
4182 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
4183
4184 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
4185
4186 * files.el (directory-listing-before-filename-regexp): Use
4187 stricter matching for iso-style dates, to avoid false matches with
4188 date-like filenames (Bug#5597).
4189
4190 * htmlfontify.el (htmlfontify): Doc fix.
4191
4192 * eshell/eshell.el (eshell): Doc fix.
4193
4194 * startup.el (fancy-about-screen): In mode-line, apply
4195 mode-line-buffer-id face only to the buffer name (Bug#5613).
4196
4197 2010-02-20 Kevin Ryde <user42@zip.com.au>
4198
4199 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4200 In `watcom' anchor regexp to start of line, to avoid slowness
4201 (Bug#5599).
4202
4203 2010-02-20 Eli Zaretskii <eliz@gnu.org>
4204
4205 * subr.el (remove-yank-excluded-properties): Explain in a comment
4206 why `category' property is removed.
4207
4208 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
4209
4210 * isearch.el (isearch-update-post-hook, isearch-update): Revert
4211 2010-02-17 change.
4212
4213 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
4214
4215 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
4216 (icalendar--convert-weekly-to-ical)
4217 (icalendar--convert-yearly-to-ical)
4218 (icalendar--convert-block-to-ical)
4219 (icalendar--convert-cyclic-to-ical)
4220 (icalendar--convert-anniversary-to-ical): Take care of time
4221 specifications where hour has 1-digit only (Bug#5549).
4222
4223 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
4224
4225 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
4226 of disassemble output in GDB 7.1.
4227
4228 2010-02-19 Glenn Morris <rgm@gnu.org>
4229
4230 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
4231 property. (Bug#5593)
4232
4233 2010-02-18 Sam Steingold <sds@gnu.org>
4234
4235 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
4236
4237 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
4238
4239 Use abbreviated file names in bookmarks (bug#5591).
4240 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
4241 calls to expand-file-name.
4242 (bookmark-relocate): Use abbreviated file names in bookmarks.
4243 (bookmark-load): Use abbreviated file names in messages.
4244
4245 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
4246
4247 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
4248 expand "." and "..". Reported by Thierry Volpiatto
4249 <thierry.volpiatto@gmail.com>.
4250
4251 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
4252
4253 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
4254 permissions of the temporary file to "0600". In case the remote
4255 file has no read permissions for the owner, there might be
4256 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
4257
4258 22010-02-18 Glenn Morris <rgm@gnu.org>
4259
4260 * emacs-lisp/authors.el (authors-renamed-files-alist):
4261 Add entries for INSTALL.CVS.
4262
4263 2010-02-17 Mark A. Hershberger <mah@everybody.org>
4264
4265 * vc-bzr.el: Fix typo in Known Bugs section.
4266
4267 * isearch.el (isearch-update-post-hook): New hook.
4268 (isearch-update): Use the new hook.
4269
4270 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
4271
4272 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4273 Fix errors in copying directories.
4274 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
4275 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
4276 (tramp-handle-delete-file)
4277 (tramp-handle-dired-recursive-delete-directory)
4278 (tramp-handle-write-region): Flush also the cache for the upper
4279 directory.
4280
4281 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
4282
4283 * simple.el (save-interprogram-paste-before-kill): Doc fix.
4284
4285 * cus-edit.el (hardware): Doc fix.
4286
4287 * man.el (man): Add to external custom group.
4288
4289 * delim-col.el (columns): Move to wp custom group.
4290
4291 * doc-view.el (doc-view): Add to data custom group.
4292
4293 * cedet/data-debug.el (data-debug): Move to extensions group.
4294
4295 * cedet/ede.el (ede):
4296 * cedet/srecode.el (srecode):
4297 * cedet/semantic.el (semantic): Put in tools and extensions group.
4298
4299 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
4300
4301 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
4302 by ispell-parse-output (Bug#5575).
4303
4304 2010-02-16 Kenichi Handa <handa@m17n.org>
4305
4306 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
4307 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
4308 (skkdic-convert): Use `euc-japan' coding system for writing.
4309
4310 2010-02-16 Glenn Morris <rgm@gnu.org>
4311
4312 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
4313 tex-main-file before using it. (Bug#5562)
4314
4315 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
4316
4317 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
4318 warnings, since it is annoying for the user to see them each time he
4319 runs the code.
4320
4321 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
4322
4323 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
4324 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
4325 instead of PROC for caching "first-password-request". Otherwise,
4326 new processes would not profit from passwords already entered.
4327
4328 * net/tramp-cache.el (tramp-dump-connection-properties):
4329 Don't save "first-password-request" property.
4330
4331 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
4332
4333 * outline.el (outline-head-from-level):
4334 * simple.el (with-wrapper-hook):
4335 * cedet/ede.el (ede-run-target, project-delete-target)
4336 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
4337 (ede-adebug-project, ede-adebug-project-parent)
4338 (ede-adebug-project-root):
4339 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
4340 (elint-defun, elint-buffer-env, elint-top-form-logged)
4341 (elint-unbound-variable):
4342 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
4343 Fix typos in docstrings.
4344
4345 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
4346
4347 * files.el (insert-directory): When WILDCARD-REGEXP and
4348 FULL-DIRECTORY-P are nil, insert the file entry instead of the
4349 whole directory. (Bug#5551)
4350
4351 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
4352 dired's alignment sanity. (Bug#5516)
4353
4354 2010-02-14 Juri Linkov <juri@jurta.org>
4355
4356 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
4357 Remove remaining ^H with their preceding chars. (Bug#5566)
4358
4359 2010-02-13 Glenn Morris <rgm@gnu.org>
4360
4361 * simple.el (transpose-subr): Give it a doc-string.
4362
4363 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
4364 Doc fixes.
4365
4366 2010-02-12 Juri Linkov <juri@jurta.org>
4367
4368 * arc-mode.el (archive-unique-fname): Make directories for nested
4369 archives. (Bug#5540)
4370
4371 2010-02-12 Juri Linkov <juri@jurta.org>
4372
4373 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
4374
4375 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
4376
4377 * subr.el (copy-overlay): Handle deleted overlays.
4378
4379 * man.el (Man-completion-table): Don't signal an error if we can't run
4380 manual-program (bug#4056).
4381
4382 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
4383
4384 * textmodes/artist.el (artist-mt): Fix typos in docstring.
4385
4386 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4387
4388 * info.el (Info-bookmark-jump): Simplify.
4389
4390 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
4391 (bookmark-default-handler): Accept new bookmark field `buffer'.
4392
4393 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
4394
4395 * iswitchb.el (iswitchb-completions): Revert last change.
4396
4397 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
4398
4399 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
4400 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
4401 This prevents file names like "~/" being listed literally.
4402
4403 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
4404
4405 * term/xterm.el (xterm-maybe-set-dark-background-mode):
4406 Remove dead code. (Bug#5546)
4407
4408 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
4409
4410 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
4411 correctly (Bug#5548).
4412
4413 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
4414
4415 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
4416 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
4417
4418 2010-02-08 Kenichi Handa <handa@m17n.org>
4419
4420 * international/mule-util.el (with-coding-priority): Add autoload
4421 cookie for putting `lisp-indent-function'.
4422
4423 2010-02-07 Glenn Morris <rgm@gnu.org>
4424
4425 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
4426 Move F2003 named interfaces from keywords-2 to keywords-1, and
4427 use function-name-face rather than constant-face.
4428 Simplify "abstract interface" regexp.
4429
4430 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
4431
4432 * eshell/esh-util.el (eshell-file-attributes): New optional arg
4433 ID-FORMAT. Pass it to `file-attributes'.
4434
4435 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
4436
4437 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
4438
4439 * faces.el (set-face-attribute): Allow calling
4440 internal-set-lisp-face-attribute with 'unspecified family and
4441 foundry argument (Bug#5536).
4442
4443 2010-02-07 Glenn Morris <rgm@gnu.org>
4444
4445 * progmodes/f90.el (f90-font-lock-keywords-2)
4446 (f90-looking-at-type-like, f90-looking-at-program-block-end):
4447 Handle F2003 named interfaces.
4448
4449 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
4450
4451 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
4452 beg and end before calling c-get-state-before-change-functions.
4453
4454 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
4455
4456 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
4457
4458 2010-02-05 Juri Linkov <juri@jurta.org>
4459
4460 * doc-view.el (doc-view-mode):
4461 * image-mode.el (image-mode): Put property mode-class=special.
4462 (Bug#4896)
4463
4464 2010-02-05 Mark A. Hershberger <mah@everybody.org>
4465
4466 * vc-svn.el (vc-svn-revision-table): New function.
4467
4468 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
4469
4470 * net/ange-ftp.el (ange-ftp-insert-directory):
4471 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
4472 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4473 Handle also directories. (Bug#5478)
4474
4475 2010-02-05 Glenn Morris <rgm@gnu.org>
4476
4477 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
4478
4479 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
4480
4481 * startup.el (command-line-1): Convert options beginning with a
4482 single dash as well (Bug#5519).
4483
4484 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
4485
4486 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
4487 * minibuffer.el (completion-initials-expand): Only check the presence
4488 of delims *within* the boundaries, since otherwise the / delim is
4489 always found for files.
4490
4491 Fix up various corner case problems.
4492 * doc-view.el (doc-view-last-page-number): New function.
4493 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
4494 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
4495 (doc-view-kill-proc): Avoid inf-loop in freak cases.
4496 (doc-view-reconvert-doc): Use the new recursive delete-directory.
4497 (doc-view-convert-current-doc): Don't create the resolution.el file
4498 here any more.
4499 (doc-view-pdf/ps->png): Do it here instead.
4500 (doc-view-already-converted-p): Check that resolution.el is present.
4501 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
4502 windows that are not yet showing images.
4503
4504 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
4505
4506 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
4507 `dired-uncache' for every elemnt which is an absolute file name.
4508
4509 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
4510 directory, handle its directory component.
4511 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
4512 function is called permanently and creates noise, otherwise.
4513
4514 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
4515 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4516 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
4517
4518 2010-02-04 David Burger <dburger@google.com> (tiny change)
4519
4520 * macros.el (apply-macro-to-region-lines):
4521 Minor simplification. (Bug#5485)
4522
4523 2010-02-04 Glenn Morris <rgm@gnu.org>
4524
4525 * mail/rmail.el (rmail-show-message-1): Handle malformed
4526 quoted-printable text. (Bug#5441)
4527
4528 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
4529
4530 * simple.el (visual-line-mode): Capitalize lighter.
4531
4532 2010-02-03 John Wiegley <jwiegley@gmail.com>
4533
4534 * iswitchb.el (iswitchb-completions): Add bookmark files to the
4535 list of files considered for "virtual buffer" completions.
4536
4537 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
4538
4539 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
4540 also in case of (and (not full) (not wildcard)). This is needed,
4541 when dired is called with a list of files, which are not in
4542 `default-directory'. (Bug#5478)
4543
4544 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
4545
4546 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
4547
4548 2010-02-02 Juri Linkov <juri@jurta.org>
4549
4550 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
4551 from unidiff to allow function-line after @@.
4552
4553 2010-02-02 Juri Linkov <juri@jurta.org>
4554
4555 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
4556 '(RCS SCCS) with inverted condition.
4557
4558 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
4559
4560 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
4561 messages.
4562
4563 2010-02-01 Juri Linkov <juri@jurta.org>
4564
4565 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
4566 compare with "pkunzip" and "pkzip" instead of only "pkzip".
4567 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
4568 only when (car archive-zip-extract) is "unzip". (Bug#5475)
4569
4570 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4571
4572 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
4573 (doc-view-revert-buffer): New command.
4574 (doc-view-mode-map): Use it.
4575
4576 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
4577
4578 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
4579 pending merge is detected.
4580
4581 2010-01-31 Juri Linkov <juri@jurta.org>
4582
4583 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
4584 beginning of interactive spec like all other grep commands do.
4585 Put "all" in front of "gz". (Bug#5260)
4586
4587 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
4588
4589 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
4590
4591 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
4592
4593 * dirtrack.el (dirtrack): Warn instead of signalling error if the
4594 regexp is incorrect (Bug#5476).
4595
4596 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
4597
4598 * net/tramp.el (tramp-handle-insert-directory): Handle also
4599 symlinks, when FILENAME is not in `default-directory'.
4600
4601 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
4602
4603 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
4604 FILE is not in `default-directory'. (Bug#5478)
4605
4606 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
4607 of SWITCHES. Handle the case, FILENAME is not in
4608 `default-directory'. (Bug#5478)
4609 (tramp-register-file-name-handlers): Add safe-magic property.
4610
4611 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
4612
4613 * arc-mode.el (archive-zip-extract): Quote the argument passed to
4614 unzip (Bug#5475).
4615
4616 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
4617
4618 * progmodes/flymake.el (flymake-allowed-file-name-masks)
4619 (flymake-master-make-header-init): Add other C++ filename masks.
4620 (flymake-find-possible-master-files)
4621 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
4622
4623 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
4624
4625 Fix some busybox annoyances.
4626
4627 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
4628 not responding." string.
4629 (tramp-open-connection-setup-interactive-shell): Dump stty
4630 settings. Enable "neveropen" arg for all `tramp-send-command'
4631 calls. Handle "=" in variable values properly.
4632 (tramp-find-inline-encoding): Raise an error, when no encoding is
4633 found.
4634 (tramp-wait-for-output): Check, whether PROC buffer is available.
4635 Remove spurious " ^H" sequences, sent by busybox.
4636 (tramp-get-ls-command): Suppress coloring, if possible.
4637
4638 2010-01-28 Glenn Morris <rgm@gnu.org>
4639
4640 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
4641
4642 * log-edit.el (log-edit-strip-single-file-name): Add missing
4643 :safe, :group, and :version tags.
4644
4645 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
4646
4647 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
4648 buffers. (Bug#5477)
4649
4650 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
4651
4652 * files.el (delete-directory): Handle moving to trash without
4653 first doing recursion (Bug#5436).
4654
4655 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
4656
4657 * vc-hooks.el (vc-path): Mark as obsolete.
4658
4659 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
4660
4661 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
4662 names too.
4663
4664 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
4665 for the short log.
4666 (vc-bzr-log-view-mode): Adjust regexp for the above change.
4667
4668 2010-01-25 Mark A. Hershberger <mah@everybody.org>
4669
4670 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
4671
4672 * vc-bzr.el (vc-bzr-revision-table): New function.
4673
4674 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
4675
4676 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
4677 diff-index command. This requires at least git-1.5.5. (Bug#1589).
4678
4679 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
4680
4681 Remove support for adding --signoff on commit.
4682 Future support will use an incompatible generic mechanism.
4683 * vc-git.el (vc-git-add-signoff): Remove variable.
4684 (vc-git-toggle-signoff): Remove function.
4685 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
4686
4687 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
4688 from xterm-set-background-mode. Return t if the background mode
4689 was set.
4690 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
4691 earlier, call it again in case the background mode has changed.
4692
4693 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
4694
4695 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
4696 (Bug#3541).
4697
4698 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
4699
4700 * emacs-lisp/assoc.el (aelement): Doc fix.
4701 (aput, adelete, amake): Use lexical-let (Bug#5450).
4702
4703 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
4704
4705 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
4706 is the same as subprogram call, not declaration. (Bug#5435).
4707
4708 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
4709
4710 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
4711 (tramp-smb-maybe-open-connection): Use it.
4712
4713 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
4714
4715 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
4716
4717 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
4718
4719 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
4720 just because we see "encoding: 8bit".
4721 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
4722
4723 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
4724
4725 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
4726
4727 2010-01-22 Eli Zaretskii <eliz@gnu.org>
4728
4729 * jka-compr.el (jka-compr-load): If load-file is not in
4730 load-history, try its file-truename version. (bug#5447)
4731
4732 2010-01-21 Alan Mackenzie <acm@muc.de>
4733
4734 Fix a situation where deletion of a cpp construct throws an error.
4735 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
4736 invoking c-with-all-but-one-cpps-commented-out, check that the
4737 special cpp construct is still in the buffer.
4738 (c-parse-state): Record the special cpp with markers, not numbers.
4739
4740 2010-01-21 Kenichi Handa <handa@m17n.org>
4741
4742 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
4743 process last-command-event, as it is now decoded first (Bug#5380).
4744
4745 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
4746
4747 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
4748
4749 2010-01-20 Glenn Morris <rgm@gnu.org>
4750
4751 * indent.el (tab-always-indent): Fix custom-type.
4752
4753 2010-01-19 Alan Mackenzie <acm@muc.de>
4754
4755 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
4756 buffer throws "args out of range".
4757 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
4758 playing the role of delimiter.
4759
4760 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
4761
4762 * progmodes/ada-mode.el: Fix bug#5400.
4763 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
4764 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
4765 changed. Delete RECURSIVE parameter; never used. Improve doc string.
4766 Improve comments in "is" portion. Handle null procedure declaration.
4767 (ada-move-to-end): Improve doc string.
4768
4769 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
4770
4771 * ido.el (ido-cur-list): Initialize to nil.
4772 Remove obsolete information from commentary.
4773 (ido-choice-list): Initialize to nil.
4774 (ido-get-bufname): Reject minibuffers.
4775 (ido-make-buffer-list): If "default" is a nonexistent
4776 buffer, ignore it, as per the function's comment.
4777 (ido-kill-buffer-internal): New function.
4778 (ido-kill-buffer-at-head): Use it.
4779 (ido-visit-buffer): Likewise.
4780
4781 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
4782
4783 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
4784
4785 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
4786
4787 * cedet/ede/locate.el (ede-locate-file-in-project)
4788 (ede-locate-file-in-project-impl): Fix typos in docstrings.
4789 (ede-enable-locate-on-project): Fix typos in error messages.
4790
4791 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
4792 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
4793 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
4794 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
4795 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
4796 Fix typos in menu help.
4797
4798 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
4799 Fix typos in chart titles.
4800
4801 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
4802 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
4803 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
4804 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
4805 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
4806 (semantic-parse-stream, semantic-parse-region)
4807 (semantic-parse-region-default, semantic--set-buffer-cache)
4808 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
4809 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
4810 (semantic-default-submodes):
4811 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
4812 (semanticdb-create-ebrowse-database)
4813 (semanticdb-find-tags-for-completion-method)
4814 (semanticdb-find-tags-by-class-method)
4815 (semanticdb-deep-find-tags-by-name-method)
4816 (semanticdb-deep-find-tags-for-completion-method):
4817 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
4818 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
4819 (semanticdb-find-tags-for-completion-method)
4820 (semanticdb-find-tags-by-class-method)
4821 (semanticdb-deep-find-tags-for-completion-method):
4822 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
4823 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
4824 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
4825 (semanticdb-find-tags-by-name-method)
4826 (semanticdb-find-tags-by-name-regexp-method)
4827 (semanticdb-find-tags-for-completion-method)
4828 (semanticdb-find-tags-by-class-method)
4829 (semanticdb-find-tags-external-children-of-type-method)
4830 (semanticdb-find-tags-subclasses-of-type-method)
4831 (semanticdb-deep-find-tags-by-name-method)
4832 (semanticdb-deep-find-tags-by-name-regexp-method)
4833 (semanticdb-deep-find-tags-for-completion-method):
4834 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
4835 (semanticdb-enable-gnu-global-in-buffer)
4836 (semanticdb-find-tags-for-completion-method)
4837 (semanticdb-deep-find-tags-by-name-method)
4838 (semanticdb-deep-find-tags-for-completion-method):
4839 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
4840 (javascript-mode, semanticdb-find-translate-path)
4841 (semanticdb-find-tags-for-completion-method)
4842 (semanticdb-find-tags-by-class-method)
4843 (semanticdb-deep-find-tags-by-name-method)
4844 (semanticdb-deep-find-tags-for-completion-method)
4845 (semanticdb-find-tags-external-children-of-type-method):
4846 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
4847 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
4848 (global-semantic-idle-scheduler-mode):
4849 * cedet/srecode/dictionary.el (srecode-field-value)
4850 (srecode-dictionary-add-section-dictionary):
4851 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
4852 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
4853 (describe-class, eieio-describe-generic, describe-generic):
4854 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
4855 (eieio-speedbar-expand):
4856 * emulation/viper-cmd.el (viper-exec-form-in-vi)
4857 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
4858 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
4859 (viper-del-backward-char-in-replace, viper-backward-indent)
4860 (viper-brac-function, viper-register-to-point, viper-submit-report):
4861 * net/tramp.el (tramp-remote-coding-commands):
4862 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
4863 Fix typos in docstrings.
4864
4865 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
4866
4867 * mail/sendmail.el (mail-yank-original): Set the mark if the
4868 specified function for yanking does not do it.
4869
4870 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
4871
4872 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
4873
4874 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
4875 resyncing a directory.
4876
4877 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
4878
4879 * progmodes/ada-mode.el: Fix bug#1920.
4880 (ada-ident-re): Delete ., allow multibyte characters.
4881 (ada-goto-label-re): New; matches goto labels.
4882 (ada-block-label-re): New; matches block labels.
4883 (ada-label-re): New; matches both.
4884 (ada-named-block-re): Deleted; callers changed to use
4885 `ada-block-label-re' instead.
4886 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
4887 Use `ada-block-label-re'.
4888 (ada-indent-on-previous-lines): Improve handling of goto labels.
4889 (ada-get-indent-block-start): Special-case block label.
4890 (ada-get-indent-label): Split into `ada-indent-block-label' and
4891 `ada-indent-goto-label'.
4892 (ada-goto-stmt-start, ada-goto-next-non-ws):
4893 Optionally ignore goto labels.
4894 (ada-goto-next-word): Simplify.
4895 (ada-indent-newline-indent-conditional): Insert newline before
4896 trying to fix indentation; doc fix.
4897
4898 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
4899
4900 * calc/calc.el (calc-command-flags): Give it an initial value.
4901
4902 2010-01-17 Glenn Morris <rgm@gnu.org>
4903
4904 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
4905
4906 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
4907
4908 * cedet/semantic.el (semantic-mode):
4909 * files.el (minibuffer-with-setup-hook):
4910 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
4911 (artist-key-draw-continously, artist-key-do-continously-continously)
4912 (artist-key-set-point-continously, artist-mouse-draw-continously):
4913 Fix typos in docstrings.
4914
4915 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
4916
4917 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
4918 return t (Bug#3898).
4919
4920 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
4921
4922 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
4923 can parse the output of the external commands (Bug#5279).
4924
4925 2010-01-16 Jari Aalto <jari.aalto@cante.net>
4926
4927 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
4928
4929 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
4930
4931 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
4932
4933 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
4934
4935 * startup.el (command-line): Remove unused --icon-type arg.
4936 Handle --display arg, passing it to command-line-1 (Bug#5392).
4937
4938 2010-01-16 Mario Lang <mlang@delysid.org>
4939
4940 * cedet/ede/cpp-root.el (ede-cpp-root-project):
4941 * cedet/ede/files.el (ede-expand-filename):
4942 * cedet/ede/simple.el (ede-simple-project):
4943 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4944 (semantic-complete-inline-tag-engine):
4945 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
4946 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
4947 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
4948 * cedet/semantic/db.el (semanticdb-equivalent-mode):
4949 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
4950 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
4951 * emacs-lisp/chart.el (chart-translate-namezone):
4952 * textmodes/artist.el (artist-compute-popup-menu-table):
4953 Remove duplicated words in doc-strings.
4954
4955 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
4956
4957 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
4958 to mairix-search to suppress threading (Bug#5342).
4959
4960 2010-01-15 Kenichi Handa <handa@m17n.org>
4961
4962 * international/mule-cmds.el (canonicalize-coding-system-name):
4963 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
4964
4965 2010-01-15 Glenn Morris <rgm@gnu.org>
4966
4967 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
4968
4969 * wid-edit.el (widget-keymap): Doc fix.
4970
4971 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
4972 former seems to be more widely accepted by various svn versions.
4973
4974 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
4975
4976 * find-cmd.el (find-constituents):
4977 * vc-arch.el (vc-arch-root):
4978 * window.el (window-body-height, pop-up-frames):
4979 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
4980 (semantic-no-reparse-needed-change-hook):
4981 * cedet/srecode/insert.el (srecode-resolve-argument-list)
4982 (srecode-template-inserter-blank, srecode-template-inserter-variable)
4983 (srecode-template-inserter-ask, srecode-template-inserter-width)
4984 (srecode-template-inserter-section-start)
4985 (srecode-template-inserter-section-end, srecode-insert-method):
4986 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
4987 * progmodes/ada-stmt.el (ada-if):
4988 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
4989 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
4990 (ispell-encoding8-command, ispell-aspell-supports-utf8)
4991 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
4992
4993 * progmodes/flymake.el (flymake-post-syntax-check):
4994 Fix typo in error message.
4995
4996 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
4997
4998 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
4999 which is always a string. (Bug#5313)
5000
5001 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
5002
5003 * progmodes/ada-xref.el (ada-default-prj-properties):
5004 Simplify previous change.
5005
5006 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5007
5008 * progmodes/ada-xref.el (ada-default-prj-properties):
5009 Default ada_project_path to $ADA_PROJECT_PATH.
5010
5011 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5012
5013 * progmodes/ada-mode.el (ada-create-keymap):
5014 Override `narrow-to-defun' with `ada-narrow-to-defun'.
5015
5016 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5017
5018 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
5019 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
5020 (ada-get-current-indent, ada-imenu-generic-expression)
5021 (ada-which-function): Check for it.
5022
5023 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5024
5025 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
5026 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
5027
5028 2010-01-14 Glenn Morris <rgm@gnu.org>
5029
5030 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
5031
5032 2010-01-14 Kenichi Handa <handa@m17n.org>
5033
5034 * composite.el (auto-composition-mode): Make it a buffer local
5035 variable (permanent-local).
5036 (auto-composition-function): Set the default value to
5037 auto-compose-chars.
5038 (auto-composition-mode): Make it a simple function, not a minor mode.
5039 (global-auto-composition-mode): Likewise.
5040 (turn-on-auto-composition-if-enabled): Delete it.
5041
5042 2010-01-13 Karl Fogel <kfogel@red-bean.com>
5043
5044 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
5045
5046 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
5047
5048 * files.el (copy-directory): Compute target for recursive
5049 directories with identical names. (Bug#5343)
5050
5051 2010-01-12 Glenn Morris <rgm@gnu.org>
5052
5053 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
5054 it to bug-gnu-emacs rather than emacs-pretest-bug.
5055
5056 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
5057
5058 * cedet/data-debug.el (data-debug): Fix customization group reference.
5059
5060 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
5061
5062 * cedet/semantic/analyze.el (semantic-analyze-push-error)
5063 (semantic-analyze-context, semantic-analyze-context-assignment)
5064 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
5065 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
5066 (semantic-java-doc-keywords-map):
5067 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
5068 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
5069 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
5070 (semantic-c-classname, semantic-format-tag-uml-prototype)
5071 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
5072 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
5073 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
5074 (semantic-get-local-variables, semantic-end-of-command)
5075 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
5076 (lisp-mode):
5077 * cedet/semantic/bovine/make.el (makefile-mode):
5078 * cedet/semantic/wisent/python.el (wisent-python-string-re)
5079 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
5080 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
5081 (semantic-lex, semantic-get-local-variables, python-mode):
5082 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
5083 * cedet/srecode/extract.el (srecode-extract-state-set)
5084 (srecode-extract-method): Fix typos in docstrings.
5085
5086 2010-01-11 Sam Steingold <sds@gnu.org>
5087
5088 * imenu.el (imenu-default-create-index-function): Detect infinite
5089 loops caused by imenu-prev-index-position-function.
5090
5091 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
5092
5093 * htmlfontify.el (htmlfontify-load-rgb-file)
5094 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
5095 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
5096 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
5097 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
5098 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
5099 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
5100 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
5101 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
5102 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
5103 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
5104 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
5105 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
5106 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
5107 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
5108 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
5109 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
5110 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
5111 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
5112 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
5113 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
5114 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
5115 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
5116 backslash-quoting from parentheses, etc.
5117
5118 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
5119
5120 * progmodes/js.el: Autoload javascript-mode alias.
5121
5122 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
5123
5124 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
5125 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
5126 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
5127 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
5128 Fix typos in docstrings.
5129 (ffap-url-regexp): Doc fix.
5130 (ffap-at-mouse): Fix typo in message.
5131
5132 2010-01-11 Glenn Morris <rgm@gnu.org>
5133
5134 * version.el (emacs-copyright): Set copyright year to 2010.
5135
5136 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5137
5138 * format.el (format-annotate-function): Only set
5139 write-region-post-annotation-function after running to-fn so as not to
5140 affect nested write-region calls (bug#5273).
5141
5142 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
5143
5144 * cedet/semantic.el (semantic-new-buffer-setup-functions):
5145 Add python parser.
5146
5147 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
5148 wisent/python.el.
5149
5150 2010-01-10 Richard Kim <emacs18@gmail.com>
5151
5152 * cedet/semantic/wisent/python-wy.el:
5153 * cedet/semantic/wisent/python.el: New files.
5154
5155 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
5156
5157 * man.el (Man-goto-section): Signal error if the section is not
5158 found (Bug#5317).
5159
5160 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
5161
5162 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
5163 URLs with a leading triple slash in the file: scheme. (Bug#5345)
5164
5165 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
5166
5167 * progmodes/compile.el: Don't treat compile-command as safe if
5168 compilation-read-command might be nil (Bug#4218).
5169
5170 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
5171
5172 * startup.el (command-line-1): Use orig-argi to check for ignored X and
5173 NS options.
5174
5175 2010-01-08 Kenichi Handa <handa@m17n.org>
5176
5177 * international/fontset.el (build-default-fontset-data):
5178 Exclude characters in scripts kana, hangul, han, or cjk-misc.
5179
5180 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
5181
5182 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
5183 to `create-file-buffer' as it expects, not just a buffer name.
5184 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
5185 to help uniquify. (Bug#3224)
5186
5187 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
5188
5189 * font-setting.el (font-setting-change-default-font): Use user-spec
5190 instead of name.
5191
5192 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
5193
5194 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
5195
5196 2010-01-05 Tom Tromey <tromey@redhat.com>
5197
5198 * progmodes/python.el (python-font-lock-keywords):
5199 Handle qualified decorators (Bug#881).
5200
5201 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5202
5203 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
5204 in a lightweight checkout.
5205
5206 2010-01-05 Kenichi Handa <handa@m17n.org>
5207
5208 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
5209
5210 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5211
5212 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
5213
5214 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
5215
5216 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
5217 checkouts. (Bug#618)
5218 (vc-bzr-log-view-mode): Also highlight the author.
5219 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
5220 (vc-bzr-shelve-menu-map):
5221 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
5222 (vc-bzr-shelve-apply): Make prompt more explicit.
5223
5224 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
5225
5226 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
5227 They are valid characters in URL paths (rfc3986), and at least
5228 Firefox does not understand the encoded version (Bug#3166).
5229
5230 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
5231
5232 * progmodes/octave-mod.el (octave-end-keywords)
5233 (octave-block-begin-or-end-regexp, octave-block-match-alist):
5234 Add "end" keyword (Bug#3061).
5235 (octave-end-as-array-index-p): New function.
5236 (calculate-octave-indent): Use it.
5237
5238 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5239
5240 * bookmark.el: Consistently put the text property on the bookmark name.
5241 (bookmark-bmenu-marks-width): Bump back to 2, to include
5242 annotation marks.
5243 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
5244 property on the bookmark name, instead of not putting it at all.
5245 (bookmark-bmenu-list): Fix where we put the text property.
5246
5247 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5248
5249 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
5250 for showing buffer modified state (as added in the previous change).
5251
5252 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5253
5254 * bookmark.el: Show modified state of bookmark buffer more accurately.
5255 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
5256 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
5257 (with-buffer-modified-unmodified): New macro.
5258 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5259 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
5260 Use new macro to preserve the buffer modified state.
5261
5262 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5263
5264 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
5265 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
5266 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
5267 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
5268 (bookmark-bmenu-rename, bookmark-bmenu-locate)
5269 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
5270 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
5271
5272 2010-01-02 Eli Zaretskii <eliz@gnu.org>
5273
5274 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5275 Make the lines in the generated doc string shorter. (Bug#4668)
5276
5277 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
5278
5279 * net/rcirc.el: Add follow-link binding (Bug#4738).
5280
5281 2010-01-02 Eli Zaretskii <eliz@gnu.org>
5282
5283 * Makefile.in (bzr-update): Rename from cvs-update.
5284 (cvs-update): New target for backward compatibility.
5285
5286 * makefile.w32-in (bzr-update): Rename from cvs-update.
5287 (cvs-update): New target for backward compatibility.
5288
5289 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5290
5291 * bookmark.el: Remove gratuitous gratitude.
5292
5293 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5294
5295 * bookmark.el (bookmark-bmenu-any-marks): New function
5296 (bookmark-bmenu-save): Clear buffer modification if no marks.
5297
5298 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5299
5300 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5301 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
5302 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
5303 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
5304
5305 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
5306 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
5307 To: emacs-devel {_AT_} gnu.org
5308 Subject: bookmark.el bug report
5309 Date: Mon, 28 Dec 2009 14:19:16 +0800
5310 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
5311
5312 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5313
5314 * bookmark.el: Improvements suggested by Drew Adams:
5315 (bookmark-bmenu-ensure-position): New name for
5316 `bookmark-bmenu-check-position'. Just ensure the position,
5317 don't return any meaningful value.
5318 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
5319 New constants.
5320
5321 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
5322
5323 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
5324 (bookmark-yank-point, bookmark-bmenu-check-position):
5325 Fix typos in docstrings.
5326 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
5327 (bookmark-name-from-full-record, bookmark-get-position)
5328 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
5329 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
5330 Remove useless quoting of parenthesis, etc. in docstrings.
5331
5332 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
5333 (ediff-append-custom-diff): Fix typo in error message.
5334 (ediff-meta-mark-equal-files): Fix typos in messages.
5335
5336 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
5337
5338 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
5339 Fix typo in docstring.
5340
5341 * net/imap-hash.el (imap-hash-make): Doc fix.
5342 (imap-hash-test): Fix typo in error message; reflow docstring.
5343 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
5344 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
5345 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
5346 Fix typos in docstrings.
5347 (imap-hash-open-connection): Fix typo in error message.
5348
5349 * play/gomoku.el (gomoku): Fix typos in docstring.
5350
5351 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
5352 (gdb-jsonify-buffer): Fix typos in docstring.
5353 (gdb-goto-breakpoint): Fix typo in error message.
5354 ("Display Other Windows"): Fix typo in help message.
5355 (gdb-speedbar-expand-node): Fix typo in question.
5356
5357 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
5358 (idlwave-html-system-help-location, idlwave-html-help-location)
5359 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
5360 (idlwave-help-browser-generic-args, idlwave-help-directory)
5361 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
5362 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
5363 (idlwave-online-help, idlwave-help-html-link)
5364 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
5365 Fix typos in docstrings.
5366 (idlwave-help-with-source, idlwave-help-find-routine-definition):
5367 Reflow docstrings.
5368 (idlwave-help-assistant-start): Fix typo in error message.
5369
5370 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
5371 (octave-electric-space): Fix typos in docstrings.
5372
5373 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
5374
5375 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
5376
5377 2010-01-01 Juri Linkov <juri@jurta.org>
5378
5379 * comint.el (comint-input-ring-size): Make it a defcustom and
5380 increase the default to 500 (Bug#5148).
5381
5382 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
5383
5384 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
5385 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
5386 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
5387
5388 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
5389
5390 Show working revision correctly for mercurial.
5391 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
5392 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
5393
5394 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
5395
5396 Declare some functions for the byte-compiler.
5397 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
5398 (speedbar-timer-fn, speedbar-change-expand-button-char)
5399 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
5400
5401 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
5402
5403 This changeset reverts GDB Graphical Interface to use annotations.
5404 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
5405
5406 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
5407
5408 Make vc-dir work on subdirectories of the bzr root.
5409 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
5410 file names relative to it.
5411 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
5412 relative directory to vc-bzr-after-dir-status.
5413
5414 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
5415
5416 * font-lock.el (font-lock-refresh-defaults): New function, which
5417 can be used to let font-lock react to external changes in
5418 variables like font-lock-defaults and keywords.
5419 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
5420
5421 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
5422
5423 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
5424
5425 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
5426
5427 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
5428
5429 Supersede color.diff settings in git log (bug#5211).
5430
5431 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
5432 escape chars in its output when the user has color.diff set to `always'.
5433 This fix works on git 1.4.2 and newer (released on 2006-08-13).
5434
5435 2009-12-26 Kevin Ryde <user42@zip.com.au>
5436
5437 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
5438 node. Keep previous "Index" name to work with past coreutils too.
5439
5440 * man.el (man): Revise docstring a bit to show -a and -l as
5441 examples. Add -k description since support for it has otherwise
5442 been a secret. (Further to bug#3717.)
5443 (Man-bgproc-sentinel): When "-k foo" produces no output show error
5444 "no matches" rather than "Can't find manpage", as the latter reads
5445 like -k was interpreted as a page name, which is not so. (Bug#5431)
5446
5447 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
5448
5449 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
5450 switches. Check also for //SUBDIRED// line.
5451
5452 2009-12-25 Kenichi Handa <handa@m17n.org>
5453
5454 * language/indian.el (devanagari-composable-pattern): Fixed to
5455 handle ZWNJ and ZWJ. Use it in composition-function-table for
5456 Devanagari.
5457 (malayalam-composable-pattern): Fix previous change.
5458
5459 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5460
5461 * ps-print.el (ps-face-attributes): It was not returning the
5462 attribute face for faces specified as string. Reported by harven
5463 <harven@free.fr>.
5464 (ps-print-version): New version 7.3.5.
5465
5466 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
5467
5468 * calendar/icalendar.el (icalendar--convert-tz-offset):
5469 Fix timezone names.
5470 (icalendar--convert-tz-offset): Fix the "last-day-problem".
5471 (icalendar--add-diary-entry): Remove the trailing blank that
5472 diary-make-entry inserts.
5473
5474 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
5475
5476 Make `file-expand-wildcards' work for remote files.
5477
5478 * files.el (file-expand-wildcards): In case of remote files, check
5479 only local file name part for wildcards. Provide feature 'files
5480 and subfeature 'remote-wildcards. (Bug#5198)
5481
5482 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
5483 if there is already an established connection.
5484 (tramp-advice-file-expand-wildcards): Remove it.
5485
5486 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
5487 (tramp-advice-file-expand-wildcards): Move from tramp.el.
5488 Activate advice for older GNU Emacs versions. (Bug#5237)
5489
5490 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
5491
5492 Some doc fixes (more needed).
5493
5494 * find-cmd.el (find-constituents): Reflow docstring.
5495 (find-cmd, find-prune, find-command): Fix typos in docstrings.
5496 (find-generic): Doc fix.
5497
5498 2009-12-17 Juri Linkov <juri@jurta.org>
5499
5500 Fix regression from 23.1 to allow multiple modes in Local Variables.
5501
5502 * files.el (hack-local-variables-filter): While ignoring duplicates,
5503 don't take `mode' into account.
5504 (hack-local-variables-filter, hack-dir-local-variables):
5505 Don't remove duplicate `mode' from local-variables-alist (like `eval').
5506
5507 2009-12-17 Juri Linkov <juri@jurta.org>
5508
5509 Make `dired-diff' safer. (Bug#5225)
5510
5511 * dired-aux.el (dired-diff): Signal an error when `file' equals to
5512 `current' or when `file' is a directory of the `current' file.
5513
5514 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
5515
5516 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
5517 unconditionally preloaded files.
5518
5519 2009-12-16 Juri Linkov <juri@jurta.org>
5520
5521 Revert to old 23.1 logic of using the file at the mark as default.
5522 * dired-aux.el (dired-diff): Use the file at the mark as default
5523 if it's not the same as the current file, and the target dir is
5524 the current dir or the mark is active. Add the current file
5525 as the arg of `dired-dwim-target-defaults'. Use the default file
5526 in the prompt. (Bug#5225)
5527
5528 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
5529
5530 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
5531 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
5532 (tramp-check-for-regexp): Check also, when an echoing shell stops
5533 to echo sent commands.
5534
5535 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
5536
5537 * Makefile.in: Revert last change (Bug#5191).
5538
5539 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
5540
5541 * vc-hg.el (vc-hg-print-log): Fix argument order.
5542 (vc-hg-working-revision): Make sure the command is executed in a
5543 known environment so that we can parse the output. (Bug#4417)
5544
5545 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
5546
5547 * progmodes/python.el (python-symbol-completions): Remove text
5548 properties from symbol string before calling python-send-receive.
5549
5550 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
5551
5552 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5553 when there are values for both file and line. (Bug#5060)
5554
5555 2009-12-14 Juri Linkov <juri@jurta.org>
5556
5557 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
5558 whitespace after the file name of the first line of unified format,
5559 because git-diff doesn't output whitespace and file modification time
5560 after the file name.
5561
5562 2009-12-14 David Kastrup <dak@gnu.org>
5563
5564 * info.el (Info-hide-cookies-node): Before hiding a cookie,
5565 check if it already has the `display' property added by
5566 `Info-display-images-node', and not put the `invisible' property
5567 in this case.
5568
5569 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
5570
5571 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
5572 (semantic-mru-bookmark-mode): Doc fixes.
5573
5574 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
5575 of assert.
5576
5577 2009-12-13 Glenn Morris <rgm@gnu.org>
5578
5579 * mail/emacsbug.el (message-sort-headers): Define for compiler.
5580 (report-emacs-bug): In message-mode, sort manually before storing
5581 original report text. (Bug#5178)
5582 Remove superfluous save-excursion.
5583
5584 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
5585
5586 * net/dbus.el (dbus-property-handler): Filter lambda forms out
5587 when responding to "GetAll" properties.
5588
5589 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
5590
5591 * simple.el (compose-mail): Remove mail-setup-with-from from
5592 customization checks.
5593
5594 2009-12-12 Eli Zaretskii <eliz@gnu.org>
5595
5596 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
5597 RAR archives created on Unix systems.
5598
5599 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5600
5601 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
5602 the varalias that was accidentally removed by the 2009-11-19 change
5603 (bug#5186).
5604
5605 2009-12-12 Kenichi Handa <handa@m17n.org>
5606
5607 * language/indian.el (indian-compose-regexp): New function.
5608 (malayalam-composable-pattern): Fix the pattern.
5609 (composition-function-table): Set malayalam-composable-pattern for
5610 Malayalam characters.
5611
5612 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
5613
5614 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
5615 rather than down-mouse-1, based on follow-link conventions.
5616
5617 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
5618 are compiled.
5619
5620 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
5621
5622 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
5623 (verilog-vmm-statement-re, verilog-ovm-statement-re)
5624 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
5625 (verilog-leap-to-head, verilog-backward-token):
5626 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
5627
5628 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
5629
5630 * progmodes/verilog-mode.el (verilog-auto-lineup)
5631 (verilog-nameable-item-re): Cleanup user-visible spelling and
5632 documentation errors. One reported by Gary Delp.
5633 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
5634 (verilog-read-decls): Fix AUTOWIRE with types declared in a
5635 package, bug195. Reported by Pierre-David Pfister.
5636
5637 2009-12-11 Glenn Morris <rgm@gnu.org>
5638
5639 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
5640
5641 * mail/emacsbug.el: No longer require sendmail.
5642 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
5643 (report-emacs-bug-orig-text): Doc fix.
5644 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
5645 New local variables, to adapt to different mail-user-agents.
5646 (report-emacs-bug): Fix test for a gnu.org address.
5647 Use overlays for emphasis, since font-lock defeats 'face property.
5648 Pretest bugs also end up at the newsgroup these days.
5649 Stop message-mode stripping text properties.
5650 Set and use the new buffer-local variables.
5651 (report-emacs-bug-hook): Add doc-string.
5652 Remove some unnecessary save-excursions and simplify.
5653 Use the appropriate hook and send-command.
5654
5655 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
5656 capitalization of some menu entries.
5657
5658 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5659
5660 * whitespace.el (whitespace-display-char-on):
5661 Ensure `buffer-display-table' is unique when two or more windows are
5662 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
5663 New version 12.1.
5664
5665 2009-12-10 Eli Zaretskii <eliz@gnu.org>
5666
5667 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
5668 characters in the Attribute field.
5669
5670 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
5671
5672 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
5673
5674 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
5675
5676 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
5677 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5678 Disregard autoload-excludes.
5679 (update-directory-autoloads): Obey autoload-excludes here instead.
5680 But don't store its contents in no-autoloads and remove entries that
5681 refer to excludes files.
5682
5683 2009-12-10 Glenn Morris <rgm@gnu.org>
5684
5685 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
5686 (expand-mail-aliases): Define for compiler.
5687
5688 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
5689 Define for compiler.
5690
5691 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
5692 appropriate for the mail-user-agent in use.
5693
5694 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
5695
5696 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
5697
5698 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
5699
5700 Fix short log parsing and fontification.
5701 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
5702 Fix fontification for the [merge] label.
5703
5704 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
5705
5706 Drop some properties to avoid surprises (bug#5002).
5707 * htmlfontify.el (hfy-ignored-properties): New defcustom.
5708 (hfy-fontify-buffer): Use it.
5709
5710 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
5711
5712 Minor cleanup.
5713 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
5714 Adjust all callers.
5715 (ffap-locate-file): Remove unused arg `dir-ok' and make other
5716 args compulsory. Adjust callers.
5717 (ffap-gopher-at-point): Remove unused var `name'.
5718
5719 Get rid of the ELCFILES abomination.
5720 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
5721 (compile-elcfiles): New phony target.
5722 (compile-main): Compute ELCFILES dynamically.
5723 (compile-clean): New target to remove left-over elc files.
5724 (compile, all): Use it.
5725
5726 2009-12-09 Kenichi Handa <handa@etlken>
5727
5728 * international/mule-diag.el: Require help-mode instead of help-fns.
5729
5730 2009-12-09 Kenichi Handa <handa@m17n.org>
5731
5732 * international/mule-cmds.el (ucs-names): Supply sufficiently
5733 fine ranges instead of pre-calculating accurate ranges.
5734 Iterate with bigger gc-cons-threshold.
5735
5736 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
5737
5738 Add support for stashing a snapshot of the current tree.
5739 * vc-git.el (vc-git-stash-snapshot): New function.
5740 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
5741
5742 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
5743
5744 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
5745 instead of `(beginning|end)-of-line'.
5746
5747 2009-12-08 Glenn Morris <rgm@gnu.org>
5748
5749 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
5750
5751 * Makefile.in (ELCFILES): Regenerate.
5752
5753 2009-12-07 Juri Linkov <juri@jurta.org>
5754
5755 Don't lazy-highlight the comint output in history Isearch mode.
5756
5757 * comint.el (comint-history-isearch-search): Instead of
5758 `comint-line-beginning-position', use `comint-after-pmark-p'
5759 to check if point if before the process mark, and go to
5760 `process-mark' in this case.
5761
5762 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5763
5764 * textmodes/tex-mode.el (latex-complete)
5765 (latex-indent-or-complete): Remove.
5766 (latex-mode): Set completion-at-point-functions instead.
5767
5768 Provide a standard completion command and hook it into TAB.
5769 * minibuffer.el (completion-at-point-functions): New var.
5770 (completion-at-point): New command.
5771 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
5772 * progmodes/python.el (python-mode-map): Use completion-at-point.
5773 (python-completion-at-point): Rename from python-partial-symbol and
5774 adjust for use in completion-at-point-functions.
5775 (python-mode): Setup completion-at-point for Python completion.
5776 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
5777 extracted from lisp-complete-symbol.
5778 (lisp-complete-symbol): Use it.
5779 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
5780 setup completion-at-point for Elisp completion.
5781 (emacs-lisp-mode-map, lisp-interaction-mode-map):
5782 Use completion-at-point.
5783 * ielm.el (ielm-map): Use completion-at-point.
5784 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
5785 * progmodes/sym-comp.el: Move to...
5786 * obsolete/sym-comp.el: Move from progmodes.
5787
5788 2009-12-07 Eli Zaretskii <eliz@gnu.org>
5789
5790 Prevent save-buffer in Rmail buffers from using the coding-system
5791 of the current message, and from clobbering the encoding mnemonics
5792 in the mode line (Bug#4623).
5793
5794 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
5795 flag, too.
5796 (rmail-message-encoding): New variable.
5797 (rmail-write-region-annotate): Record the encoding of the current
5798 message in rmail-message-encoding.
5799 (rmail-after-save-hook): New function, restores the encoding of
5800 the current message after the message collection is saved.
5801
5802 2009-12-07 Juri Linkov <juri@jurta.org>
5803
5804 * progmodes/grep.el (grep-read-files): Use `completing-read'
5805 instead of `read-string'. Set its `collection' arg to
5806 `read-file-name-internal'. (Bug#4301)
5807
5808 2009-12-07 Juri Linkov <juri@jurta.org>
5809
5810 Correctly restore original Isearch point. (Bug#4994)
5811
5812 * isearch.el (isearch-mode): Move `isearch-push-state' after
5813 `(run-hooks 'isearch-mode-hook)'.
5814 (isearch-cancel): When `isearch-push-state-function' is defined,
5815 let-bind `isearch-cmds' to the first state (the last element of
5816 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
5817 function and restores the original point). Otherwise, move point
5818 to `isearch-opoint'.
5819
5820 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5821
5822 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
5823 chars that don't have names, so the table can be built much faster at
5824 run-time.
5825
5826 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
5827
5828 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
5829 change. Suggested by David Kastrup.
5830
5831 * simple.el (compose-mail): Check for incompatibilities and warn.
5832 (compose-mail-user-agent-warnings): New option.
5833
5834 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
5835
5836 Support showing a single log entry from vc-annotate.
5837 * vc.el (print-log): Add a new argument: START-REVISION.
5838 (vc-print-log-internal): Add a new optional argument and
5839 pass it to the backend.
5840 (vc-print-log, vc-print-root-log): Adjust callers.
5841 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
5842 buffer already displays the requested log entry, use it.
5843 Otherwise display only the log entry in question.
5844 * vc-svn.el (vc-svn-print-log):
5845 * vc-mtn.el (vc-mtn-print-log):
5846 * vc-hg.el (vc-hg-state):
5847 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
5848 (vc-git-show-log-entry): Return t on success.
5849 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
5850 (vc-bzr-show-log-entry): Return t on success.
5851 * vc-rcs.el (vc-rcs-print-log):
5852 * vc-sccs.el (vc-sccs-print-log):
5853 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
5854
5855 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
5856
5857 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
5858 Add menus to the meta mode. (Bug#5043)
5859
5860 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
5861
5862 * ediff-init.el (ediff-event-key): Use event-to-character instead of
5863 event-key.
5864
5865 * ediff.el (ediff-buffers-internal): Add unwind-protect.
5866
5867 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
5868
5869 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
5870 Berbain <raphael.berbain@gmail.com>.
5871
5872 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
5873 characters.
5874 (tramp-initial-end-of-output): New defconst.
5875 (tramp-methods, tramp-find-shell)
5876 (tramp-open-connection-setup-interactive-shell)
5877 (tramp-maybe-open-connection): Use it.
5878 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
5879 existence of `#' and `$'.
5880
5881 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
5882 `tramp-initial-end-of-output'.
5883
5884 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
5885
5886 Get the background mode from the terminal for xterm, and set
5887 faces accordingly.
5888 * term/xterm.el (xterm-set-background-mode): New function.
5889 (terminal-init-xterm): Use it in case xterm supports background
5890 color queries. Recompute faces after getting the background
5891 color.
5892
5893 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
5894
5895 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
5896 number comment back on its own line, for easier parsing.
5897
5898 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5899
5900 Make it work for non-file buffers (bug#5102).
5901 * doc-view.el (doc-view-current-cache-dir):
5902 Use doc-view-buffer-file-name rather than buffer-file-name.
5903 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
5904
5905 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
5906
5907 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
5908 author field is too short.
5909
5910 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
5911
5912 * vc-git.el (vc-git-print-log): Handle a limit argument.
5913 Display the short log in graph form and with labels.
5914 (vc-git-log-view-mode): Handle labels.
5915
5916 Make vc-revert change VC state from 'added to 'unregistered.
5917 * vc-git.el (vc-git-revert): Call git reset first.
5918
5919 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
5920
5921 * net/newst-backend.el, net/newst-plainview.el:
5922 * net/newst-reader.el, net/newst-ticker.el:
5923 * net/newst-treeview.el, net/newsticker.el:
5924 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
5925
5926 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
5927
5928 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
5929
5930 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
5931 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
5932 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
5933 Update annotation regexp.
5934
5935 * simple.el (beginning-of-visual-line): Constrain to field
5936 boundaries (Bug#5106).
5937
5938 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
5939
5940 * xml.el (xml-substitute-numeric-entities): Move
5941 newsticker--decode-numeric-entities in newst-backend.el to
5942 xml-substitute-numeric-entities in xml.el. (Bug#5008)
5943 * net/newst-backend.el (newsticker--parse-generic-feed)
5944 (newsticker--parse-generic-items)
5945 (newsticker--decode-numeric-entities): Move
5946 newsticker--decode-numeric-entities in newst-backend.el to
5947 xml-substitute-numeric-entities in xml.el. (Bug#5008)
5948
5949 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
5950
5951 * progmodes/js.el (js--js-not): Add null to the list of values.
5952
5953 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
5954
5955 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
5956
5957 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5958
5959 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
5960 delimiter if it is at the end of the current line.
5961 (bibtex-generate-url-list): Fix docstring.
5962
5963 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5964
5965 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
5966 minibuffer's content with itself.
5967 Fold the confirm-after-completion case into the `confirm' case.
5968 (completion-pcm-word-delimiters): Add : and / to the delimiters.
5969
5970 2009-12-06 Kevin Ryde <user42@zip.com.au>
5971
5972 * ffap.el (ffap-rfc-path): Make this a defcustom since
5973 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
5974
5975 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
5976 manuals, similar to existing setup for help-mode. (Bug#3913.)
5977
5978 2009-12-05 Juri Linkov <juri@jurta.org>
5979
5980 Save and restore dired buffer's point positions too. (Bug#4880)
5981
5982 * dired.el (dired-save-positions): Return in the first element
5983 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
5984 Doc fix.
5985 (dired-restore-positions): First restore buffer's position.
5986 While restoring window's positions, check if window still displays
5987 the original buffer.
5988
5989 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
5990
5991 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
5992 if possible.
5993
5994 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
5995 Make argument optional.
5996
5997 * shell.el (shell): Require ansi-color (Bug#5113).
5998
5999 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
6000
6001 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
6002
6003 2009-12-05 Alan Mackenzie <acm@muc.de>
6004
6005 * progmodes/cc-mode.el (c-before-hack-hook)
6006 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
6007 `c-file-style' to work again. This reversion restores the current
6008 software to its state in Emacs 23.1. (Bug#4146)
6009
6010 2009-12-05 Kevin Ryde <user42@zip.com.au>
6011
6012 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
6013 comment-start-skip to comment-end-skip as comment (Bug#4781).
6014
6015 2009-12-05 Juri Linkov <juri@jurta.org>
6016
6017 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
6018 for virtual nodes. (Bug#4147)
6019 (Info-find-node-2): Set `Info-current-node-virtual' to nil
6020 when moving from a virtual node.
6021 (Info-mode-menu): Add `Info-virtual-index' to the menu.
6022 (Info-mode): Add `Info-virtual-index' to the docstring.
6023
6024 2009-12-05 Eric Ludlam <zappo@gnu.org>
6025
6026 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
6027 Describe project macro symbols.
6028
6029 * cedet/semantic/complete.el (semantic-complete-do-completion):
6030 Don't call semantic-collector-current-exact-match.
6031
6032 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
6033 ede-objects as targets.
6034
6035 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
6036 a target's object list even if compiler vars are already in the
6037 Makefile.
6038
6039 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
6040 list of headers producing necessary macros.
6041
6042 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6043
6044 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
6045 track of the buffer position of the end of a BibTeX entry as this
6046 position may change during reformatting.
6047 (bibtex-format-entry): Remove whitespace before processing
6048 numerical fields so that we recognize the latter properly.
6049 (bibtex-reformat): Do not use push which changes the global value
6050 of bibtex-entry-format.
6051 (bibtex-field-braces-alist, bibtex-field-strings-alist)
6052 (bibtex-field-re-init): Replace only space characters by regexp
6053 for whitespace.
6054 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
6055 (bibtex-initialize): Also update bibtex-strings.
6056 (bibtex-kill-field): Preserve white space at end of entry.
6057 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
6058 Update bibtex-reference-keys.
6059
6060 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6061
6062 * minibuffer.el (completion-pcm--merge-try): Also consider placing
6063 point after a star, if that's the only place where modifications can
6064 make progress.
6065
6066 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
6067
6068 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
6069 in docstrings.
6070
6071 2009-12-04 Juri Linkov <juri@jurta.org>
6072
6073 * proced.el (proced): Call `(proced-update t)' to update process
6074 information instead of only running proced-post-display-hook.
6075 (proced-send-signal): Add a leading space to the buffer name
6076 " *Marked Processes*" to make this buffer ephemeral.
6077
6078 2009-12-04 Juri Linkov <juri@jurta.org>
6079
6080 * dired.el (dired-auto-revert-buffer): New defcustom.
6081 (dired-internal-noselect): Use it.
6082
6083 2009-12-04 Juri Linkov <juri@jurta.org>
6084
6085 Change roles of modes and functions in image-mode.el (Bug#5062).
6086
6087 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
6088 in `auto-mode-alist'.
6089 (image-mode-previous-major-mode): New variable.
6090 (image-minor-mode-map): Rename from `image-mode-text-map'.
6091 (image-mode): Move graceful error-handling code from
6092 `image-minor-mode' to here. On errors call `image-mode-as-text'.
6093 (image-minor-mode): Remove all image-handling code.
6094 Replace `image-mode-text-map' with `image-minor-mode-map'.
6095 Check for `image-type' in mode-line format string.
6096 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
6097 (image-mode-as-text): New function with most code from
6098 `image-mode-maybe'.
6099 (image-toggle-display-text): Move code that removes image
6100 properties from `image-toggle-display' to here.
6101 (image-toggle-display-image): New function with code that adds
6102 image properties copied from `image-toggle-display'.
6103 (image-toggle-display): Remove most code with leaving only code
6104 that toggles between `image-mode-as-text' and `image-mode'.
6105
6106 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
6107
6108 * net/newst-treeview.el
6109 (newsticker--treeview-list-highlight-start): Restored call to
6110 save-excursion: Selected item was stuck.
6111 (newsticker--treeview-list-select): New.
6112 (newsticker--treeview-item-show-text)
6113 (newsticker--treeview-item-show)
6114 (newsticker--treeview-item-update): Use new
6115 newsticker-treeview-item-mode.
6116 (newsticker-treeview-update): Keep current item.
6117 (newsticker-treeview-next-new-or-immortal-item): Doc change.
6118 (newsticker--treeview-first-feed): Doc change.
6119 (newsticker-treeview-list-menu)
6120 (newsticker-treeview-item-menu): Added menu entries.
6121 (newsticker-treeview-item-mode): New.
6122
6123 * net/newst-backend.el (newsticker-customize): Delete other
6124 windows.
6125
6126 2009-12-04 Sam Steingold <sds@gnu.org>
6127
6128 * log-view.el (log-view-mode-map): "q" calls quit-window,
6129 like in all the other non-self-insert buffers.
6130
6131 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
6132
6133 Minor cleanup.
6134 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
6135 key decoding rather than do it manually via last-input-event +
6136 ascii-character.
6137 (term-exec): Use delete-and-extract-region.
6138 (term-handle-ansi-terminal-messages): Remove unused var `end'.
6139 (term-process-pager): Remove unused var `i'.
6140 (term-dynamic-simple-complete): Make obsolete.
6141 (serial-update-config-menu): Remove unused vars `y' and `str'.
6142 (term-update-mode-line): Remove unused var `temp'.
6143
6144 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
6145
6146 Limit the number of log entries displayed by default.
6147 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
6148 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
6149 using a prefix argument.
6150
6151 2009-12-03 Glenn Morris <rgm@gnu.org>
6152
6153 * progmodes/idlwave.el (class): Restore still useful declaration.
6154
6155 2009-12-03 Alan Mackenzie <acm@muc.de>
6156
6157 Enhance `c-parse-state' to run efficiently in "brace deserts".
6158
6159 * progmodes/cc-mode.el (c-basic-common-init):
6160 Call c-state-cache-init.
6161 (c-neutralize-syntax-in-and-mark-CPP): Rename from
6162 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
6163 placing `category' properties value 'c-cpp-delimiter at its boundaries.
6164
6165 * progmodes/cc-langs.el (c-before-font-lock-function):
6166 c-extend-and-neutralize-syntax-in-CPP has been renamed
6167 c-neutralize-syntax-in-and-mark-CPP.
6168
6169 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
6170 with `category' properties now, not `syntax-table' ones.
6171
6172 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
6173 enhanced (but slower) version of c-end-of-macro that won't land
6174 inside a literal or on another awkward character.
6175 (c-state-cache-too-far, c-state-cache-start)
6176 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
6177 (c-state-nonlit-pos-cache-limit, c-state-point-min)
6178 (c-state-point-min-lit-type, c-state-point-min-lit-start)
6179 (c-state-min-scan-pos, c-state-brace-pair-desert)
6180 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
6181 buffer local variables.
6182 (c-state-literal-at, c-state-lit-beg)
6183 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
6184 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
6185 (c-state-cache-top-paren, c-state-cache-after-top-paren)
6186 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
6187 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
6188 (c-renarrow-state-cache)
6189 (c-append-lower-brace-pair-to-state-cache)
6190 (c-state-push-any-brace-pair, c-append-to-state-cache)
6191 (c-remove-stale-state-cache)
6192 (c-remove-stale-state-cache-backwards, c-state-cache-init)
6193 (c-invalidate-state-cache-1, c-parse-state-1)
6194 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
6195 (c-parse-state): Enhance and refactor.
6196 (c-debug-parse-state): Amend to deal with all the new variables.
6197
6198 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
6199 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
6200 modify to use category text properties rather than syntax-table ones.
6201 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
6202 to switch off/on the syntactic paren property of C++ template
6203 delimiters using the category property.
6204 (c-with-<->-as-parens-suppressed): Macro to invoke code with
6205 template delims suppressed.
6206 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
6207 New constant/macros which apply category properties to the start
6208 and end of preprocessor constructs.
6209 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
6210 "comment out" the syntactic value of characters in preprocessor
6211 constructs.
6212 (c-with-cpps-commented-out)
6213 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
6214 with characters in all or all but one preprocessor constructs
6215 "commented out".
6216
6217 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6218
6219 * proced.el (proced-filter-alist): Use regexp-quote.
6220
6221 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
6222
6223 Cleanup.
6224 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
6225 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
6226 arguments. Expand `default-directory'.
6227
6228 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
6229 the benefit of returning an expanded localname.
6230 (tramp-tramp-file-p): Handle the case NAME is not a string.
6231
6232 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
6233
6234 Add support for bzr shelve/unshelve.
6235 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
6236 (vc-bzr-extra-menu-map): New variables.
6237 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
6238 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
6239 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
6240 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
6241 (vc-bzr-dir-extra-headers): Display shelves.
6242
6243 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
6244
6245 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6246
6247 * textmodes/bibtex.el (bibtex-complete-internal):
6248 Use completion-in-region.
6249 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
6250
6251 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
6252
6253 Support applying stashes. Improve UI.
6254 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
6255 (vc-git-stash-apply, vc-git-stash-pop)
6256 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
6257 (vc-git-stash-menu): New functions.
6258 (vc-git-stash-menu-map): New variable.
6259 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
6260
6261 2009-12-03 Glenn Morris <rgm@gnu.org>
6262
6263 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
6264 (vc-print-log-internal): Fix previous change.
6265 (vc-revert): Correct pluralization.
6266
6267 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6268
6269 * progmodes/make-mode.el (makefile-special-targets-list): No need for
6270 it to be an alist any more.
6271 (makefile-complete): Use completion-in-region.
6272
6273 * progmodes/octave-mod.el (octave-complete-symbol):
6274 Use completion-in-region.
6275
6276 Misc cleanup.
6277 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
6278 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
6279 (idlwave-complete-class): Don't quote lambda.
6280 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
6281 (idlwave-mode-map): Move initialization into declaration.
6282 (idlwave-action-and-binding): Use backquotes.
6283 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
6284 Simplify.
6285 (idlwave-is-pointer-dereference): Remove unused var `pos'.
6286 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
6287 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
6288 `parts', and `all-parts'.
6289 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
6290 (idlwave-convert-xml-system-routine-info): Remove unused string
6291 `version-string'.
6292 (idlwave-display-user-catalog-widget): Use dolist.
6293 (idlwave-scanning-lib): Declare dynamically-scoped var.
6294 (idlwave-scan-library-catalogs): Remove unused var `flags'.
6295 (completion-highlight-first-word-only): Declare to silence bytecomp.
6296 (idlwave-popup-select): Tighten scope of `resp'.
6297 (idlwave-find-struct-tag): Remove unused var `beg'.
6298 (idlwave-after-load-rinfo-hook): Declare.
6299 (idlwave-sintern-class-info): Remove unused var `taglist'.
6300 (idlwave-find-class-definition): Remove unused var `list'.
6301 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
6302 (idlwave-what-module-find-class): Remove unused var `classes'.
6303
6304 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
6305
6306 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
6307
6308 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6309
6310 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
6311 buffers visited. Remove redundant current-buffer-saving.
6312
6313 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6314
6315 Use completion-in-buffer and remove uses of dynamic scoping.
6316 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
6317 (pascal-buffer-to-use, pascal-flag): Don't declare.
6318 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
6319 (pascal-get-completion-decl, pascal-keyword-completion):
6320 Add `pascal-str' argument, save-excursion,
6321 return the found completions, and don't filter with pascal-pred.
6322 (pascal-completion-cache): New var.
6323 (pascal-completion): Don't switch buffer any more (it was never
6324 necessary). Don't save-excursion any more (it's done by the called
6325 subroutines). Use a cache to avoid redundant computations.
6326 Use complete-with-action rather than pascal-completion-response and
6327 let it apply the predicate as well.
6328 (pascal-complete-word): Use completion-in-buffer when
6329 pascal-toggle-completions is nil.
6330 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
6331 not used any more.
6332 (pascal-comp-defun): Don't change buffer any more.
6333 Use complete-with-action rather than pascal-completion-response and
6334 let it apply the predicate as well.
6335 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
6336 when neded.
6337
6338 2009-12-02 Kenichi Handa <handa@m17n.org>
6339
6340 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
6341 shape for all Indic scripts.
6342
6343 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6344
6345 Use completion-in-buffer.
6346 * wid-edit.el (widget-field-text-end): New function.
6347 (widget-field-value-get): Use it.
6348 (widget-string-complete, widget-file-complete)
6349 (widget-color-complete): Use it and completion-in-region.
6350 (widget-complete): Don't narrow the buffer.
6351
6352 2009-12-02 Glenn Morris <rgm@gnu.org>
6353
6354 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
6355 (rmail-select-summary): Use rmail-pop-to-buffer.
6356 * mail/rmailsum.el: Replace all pop-to-buffer calls with
6357 rmail-pop-to-buffer, to prevent horizontal splits.
6358
6359 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
6360 save-excursion with save-current-buffer.
6361 Widen before searching. (Bug#5093)
6362 (diary-list-sexp-entries): Remove superfluous save-excursion.
6363
6364 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
6365
6366 * woman.el (woman-make-bufname): Handle man-pages with "." in the
6367 name. (Bug#5038)
6368
6369 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
6370
6371 * ido.el (ido-file-internal): Handle filenames at point that do
6372 not have a directory part. (Bug#5049)
6373
6374 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
6375
6376 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
6377 (mpc-songs-jump-to, mpc-resume): Doc fixes.
6378
6379 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
6380
6381 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
6382 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
6383 any more.
6384
6385 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6386
6387 * comint.el (comint-insert-input): Ignore clicks to the right of
6388 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
6389
6390 * vc.el (vc-print-log-internal): Don't wait for the process to
6391 terminate before setting up the major mode.
6392
6393 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
6394 in case.
6395
6396 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
6397 the last element.
6398
6399 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
6400
6401 2009-12-01 Glenn Morris <rgm@gnu.org>
6402
6403 * window.el (window--display-buffer-2): Fix previous changes.
6404
6405 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
6406
6407 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
6408
6409 2009-12-01 Glenn Morris <rgm@gnu.org>
6410
6411 * Makefile.in (ELCFILES): Add mpc.elc.
6412
6413 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6414
6415 * mpc.el: New file.
6416
6417 2009-12-01 Glenn Morris <rgm@gnu.org>
6418
6419 * window.el (window-to-use): Define for compiler.
6420
6421 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
6422 consistent with others (no final period).
6423
6424 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
6425 (rmail-mime-show): Downcase the encoding. (Bug#5070)
6426
6427 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
6428
6429 Make vc-print-log buttons work.
6430 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
6431
6432 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
6433
6434 * savehist.el (savehist-autosave-interval): Allow setting to nil
6435 through customize. (Bug#5056)
6436
6437 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
6438
6439 Fix references to jit-lock properties.
6440 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6441 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
6442 (perl-font-lock-special-syntactic-constructs):
6443 Quote jit-lock-defer-multiline property.
6444
6445 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
6446
6447 * vc-git.el (vc-git-registered): Call vc-git-root only once.
6448
6449 2009-11-30 Juri Linkov <juri@jurta.org>
6450
6451 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
6452 value `buffer' of `multi-isearch-next-buffer-current-function'.
6453 Use `(current-buffer)' when `buffer' is nil.
6454 (multi-isearch-next-buffer-from-list): Don't fallback to
6455 `(current-buffer)' when `buffer' is nil. (Bug#4947)
6456
6457 2009-11-30 Juri Linkov <juri@jurta.org>
6458
6459 * misearch.el (multi-isearch-read-buffers): Move canonicalization
6460 of buffers with `get-buffer' to `multi-isearch-buffers'.
6461 (multi-isearch-buffers, multi-isearch-buffers-regexp):
6462 Canonicalize BUFFERS with `get-buffer'. Doc fix.
6463 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
6464 FILES with `expand-file-name' converting relative file names
6465 to absolute. Doc fix. (Bug#4727)
6466
6467 2009-11-30 Juri Linkov <juri@jurta.org>
6468
6469 * misearch.el (multi-isearch-read-buffers)
6470 (multi-isearch-read-matching-buffers): New functions.
6471 (multi-isearch-buffers, multi-isearch-buffers-regexp):
6472 Use them in the `interactive' spec. Doc fix.
6473 (multi-isearch-read-files, multi-isearch-read-matching-files):
6474 New functions.
6475 (multi-isearch-files, multi-isearch-files-regexp):
6476 Use them in the `interactive' spec. Doc fix. (Bug#4725)
6477
6478 2009-11-30 Juri Linkov <juri@jurta.org>
6479
6480 * doc-view.el (doc-view-continuous):
6481 Rename from `doc-view-continuous-mode'.
6482 (doc-view-menu): Move "Toggle display" to the top.
6483 Add submenu "Continuous" with radio buttons "Off"/"On"
6484 and "Save as Default".
6485 (doc-view-scroll-up-or-next-page)
6486 (doc-view-scroll-down-or-previous-page)
6487 (doc-view-next-line-or-next-page)
6488 (doc-view-previous-line-or-previous-page): Rename
6489 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
6490
6491 2009-11-30 Juri Linkov <juri@jurta.org>
6492
6493 * comint.el (comint-mode-map): Rebind `M-r' from
6494 `comint-previous-matching-input' to
6495 `comint-history-isearch-backward-regexp'.
6496 Unbind `M-s' to allow global key binding `M-s'.
6497 Add menu items for `comint-history-isearch-backward' and
6498 `comint-history-isearch-backward-regexp'. (Bug#3746)
6499
6500 2009-11-30 Juri Linkov <juri@jurta.org>
6501
6502 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
6503 For def=recenter, replace `recenter' with `recenter-top-bottom'
6504 that is called with `this-command' and `last-command' let-bound
6505 to `recenter-top-bottom'. When the last `def' was not `recenter',
6506 set `recenter-last-op' to nil. (Bug#4981)
6507
6508 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6509
6510 Minor cleanup and simplification.
6511 * filecache.el (file-cache-add-directory)
6512 (file-cache-add-directory-recursively)
6513 (file-cache-add-from-file-cache-buffer)
6514 (file-cache-delete-file-regexp, file-cache-delete-directory)
6515 (file-cache-files-matching-internal, file-cache-display): Use dolist.
6516 (file-cache-temp-minibuffer-message): Delete function.
6517 (file-cache-minibuffer-complete): Use minibuffer-message instead.
6518
6519 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
6520 Don't signal an error when bumping into EOB in tr, s, or y.
6521
6522 2009-11-29 Juri Linkov <juri@jurta.org>
6523
6524 * startup.el (fancy-about-text): Fix wording of Guided Tour.
6525 (Bug#4960)
6526
6527 * descr-text.el (describe-char-unidata-list): Use lowercase name
6528 for "Unicode name" like in other tags.
6529
6530 2009-11-29 Juri Linkov <juri@jurta.org>
6531
6532 * ediff-util.el (ediff-minibuffer-with-setup-hook):
6533 New compatibility macro.
6534 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
6535
6536 2009-11-29 Juri Linkov <juri@jurta.org>
6537
6538 Add defcustom to define the cycling order of `recenter-top-bottom'.
6539 (Bug#4981)
6540
6541 * window.el (recenter-last-op): Doc fix.
6542 (recenter-positions): New defcustom.
6543 (recenter-top-bottom): Rewrite to use `recenter-positions'.
6544 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
6545
6546 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
6547
6548 Improve integration of Tramp and ange-ftp in eshell.
6549
6550 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
6551 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
6552 (eshell/sudo): Flatten args. Let-bind `default-directory'.
6553
6554 * eshell/esh-util.el (top): Require also Tramp when compiling.
6555 (eshell-directory-files-and-attributes): Check for FTP remote
6556 connection.
6557 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
6558 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
6559 (eshell-file-attributes): Handle ".". Return `entry'.
6560
6561 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
6562 (ange-ftp-directory-files-and-attributes)
6563 (ange-ftp-real-directory-files-and-attributes): New defuns.
6564
6565 * net/tramp.el (tramp-maybe-open-connection): Open the remote
6566 shell with "exec" when possible. This prevents trailing prompts
6567 in `start-file-process'.
6568
6569 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6570
6571 Try and remove assumptions about point-min==1.
6572 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
6573 (rng-compute-mode-line-string): Show the validation percentage in
6574 terms of the narrowed text, not the widened text.
6575 (rng-do-some-validation): Don't catch internal errors when debugging.
6576 (rng-first-error): Simplify.
6577 (rng-after-change-function): Remove work around. AFAIK the bug has
6578 been fixed a while ago.
6579
6580 * image-mode.el (image-minor-mode): Exit more gracefully when the image
6581 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
6582
6583 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
6584
6585 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
6586 `cd' doesn't always do it for us (bug#5067).
6587
6588 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
6589 on 2009-10-25 as part of some other change (bug#5067).
6590
6591 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6592
6593 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6594 `suspicious'.
6595 (byte-compile-warnings): Use byte-compile-warning-types.
6596 (byte-compile-save-excursion): Warn about use of set-buffer right
6597 after save-excursion.
6598
6599 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
6600 the excursion as well.
6601
6602 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
6603
6604 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
6605 providing a Tramp related implementation of "su" and "sudo".
6606 (eshell-unix-initialize): Add "su" and "sudo".
6607
6608 2009-11-27 Daiki Ueno <ueno@unixuser.org>
6609
6610 * net/socks.el (socks-send-command): Convert binary request to
6611 unibyte before sending. This fixes mishandling of some port
6612 numbers such as 129.
6613
6614 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6615
6616 * help.el (describe-bindings-internal): Remove `interactive'.
6617
6618 * man.el (Man-completion-table): Trim a terminating "(".
6619 Remove the space between name page a section.
6620 Add the command's description on the `help-echo' property.
6621 Remove `process-connection-type' binding since it's unused by
6622 call-process.
6623 Provide completion for the "<section> <name>" format as well.
6624 (Man-default-man-entry): Remove spurious var shadowing the argument.
6625
6626 2009-11-26 Kevin Ryde <user42@zip.com.au>
6627
6628 * log-view.el: Add "Keywords: tools", since its other keywords
6629 aren't in finder-known-keywords, and following vc.el.
6630
6631 * sha1.el (sha1-string-external): default-directory "/" in case
6632 otherwise non-existent. process-connection-type pipe for touch of
6633 efficiency recommended by elisp manual. (An aside in Bug#3911.)
6634
6635 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6636
6637 Misc coding convention cleanups.
6638 * htmlfontify.el (hfy-init-kludge-hook): Rename from
6639 hfy-init-kludge-hooks.
6640 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
6641 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
6642 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
6643 and push.
6644 (hfy-slant, hfy-weight): Use tables rather than code.
6645 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
6646 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
6647 (hfy-face-attr-for-class): Initialize `face-spec' directly.
6648 (hfy-face-to-css): Remove `nconc' with single arg.
6649 (hfy-p-to-face-lennart): Use `or'.
6650 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
6651 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
6652 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
6653 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
6654 (hfy-force-fontification): Use run-hooks.
6655
6656 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
6657
6658 Various minor fixes.
6659 * htmlfontify.el (hfy-default-header): Add toggle_invis since
6660 Javascript belongs in the header, not the body.
6661 (hfy-javascript): Remove.
6662 (hfy-fontify-buffer): Don't insert it any more.
6663 (hfy-face-at): Handle (face0 face1 face2) style face properties.
6664 Fix bug in invis handling when there were no invis props in a chunk.
6665
6666 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6667
6668 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
6669
6670 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
6671
6672 * finder.el (finder-mode-map): Add a menu.
6673
6674 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
6675
6676 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
6677 "unsigned" structs.
6678
6679 (verilog-leap-to-head, verilog-backward-token): Handle "disable
6680 fork" statement better.
6681
6682 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
6683
6684 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
6685 (verilog-delete-auto, verilog-delete-empty-auto-pair)
6686 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
6687 Reported by Clay Douglass.
6688
6689 (verilog-auto-inst, verilog-auto-star-safe)
6690 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6691 Fix removing "// Interfaces" when saving .* expansions. Reported by
6692 Pierre-David Pfister.
6693
6694 2009-11-26 Glenn Morris <rgm@gnu.org>
6695
6696 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
6697 the scope.
6698
6699 2009-11-25 Johan Bockgård <bojohan@gnu.org>
6700
6701 * vc-annotate.el (vc-annotate-revision-previous-to-line):
6702 Really use previous revision.
6703
6704 2009-11-25 Kevin Ryde <user42@zip.com.au>
6705
6706 * man.el (Man-completion-table): default-directory "/" in case
6707 doesn't otherwise exist. process-environment COLUMNS=999 so as
6708 not to truncate long names. process-connection-type pipe to avoid
6709 any chance of hitting the pseudo-tty TIOCGWINSZ.
6710 (man): completion-ignore-case t for friendliness and since man
6711 itself is case-insensitive on the command line.
6712 Further to Bug#3717.
6713
6714 * arc-mode.el: Add "Keywords: files", so the details in its
6715 commentary can be reached from finder-by-keyword.
6716 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
6717 editing mode, but it's comms related and sgml-mode.el has "comm"
6718 on that basis too.
6719 * textmodes/bibtex-style.el: Add "Keywords: tex".
6720 * international/isearch-x.el, international/ja-dic-cnv.el:
6721 * international/ja-dic-utl.el, international/kkc.el:
6722 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
6723
6724 2009-11-25 Juri Linkov <juri@jurta.org>
6725
6726 * man.el (Man-completion-table): Modify regexp to include
6727 section names to completion strings. (Bug#3717)
6728
6729 2009-11-25 Juri Linkov <juri@jurta.org>
6730
6731 Search recursively in gzipped files. (Bug#4982)
6732
6733 * progmodes/grep.el (grep-highlight-matches): Add new options
6734 `always' and `auto'. Doc fix.
6735 (grep-process-setup): Check `grep-highlight-matches' for
6736 `auto-detect' to determine the need to compute grep defaults.
6737 Move Windows/DOS specific --colors settings handling
6738 to `grep-compute-defaults'. Check `grep-highlight-matches'
6739 to get the value of "--color=".
6740 (grep-compute-defaults): Compute `grep-highlight-matches' when it
6741 has the value `auto-detect'. Move Windows/DOS specific settings
6742 from `grep-process-setup'.
6743 (zrgrep): New command with alias `rzgrep'.
6744
6745 2009-11-25 Juri Linkov <juri@jurta.org>
6746
6747 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
6748 to nil instead of switching off view-mode. (Bug#4896)
6749
6750 2009-11-25 Juri Linkov <juri@jurta.org>
6751
6752 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
6753
6754 * mwheel.el (mwheel-scroll-up-function)
6755 (mwheel-scroll-down-function): New defvars.
6756 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
6757 `scroll-up', and `mwheel-scroll-down-function' instead of
6758 `scroll-down'.
6759
6760 * doc-view.el (doc-view-scroll-up-or-next-page)
6761 (doc-view-scroll-down-or-previous-page): Add optional ARG.
6762 Use this ARG in the call to image-scroll-up/image-scroll-down.
6763 Change `interactive' spec to "P". Goto next/previous page only
6764 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
6765 SPC/DEL case). Doc fix.
6766 (doc-view-next-line-or-next-page)
6767 (doc-view-previous-line-or-previous-page): Rename arg to ARG
6768 for consistency.
6769 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
6770 `doc-view-scroll-up-or-next-page', and buffer-local
6771 `mwheel-scroll-down-function' to
6772 `doc-view-scroll-down-or-previous-page'.
6773
6774 2009-11-25 Juri Linkov <juri@jurta.org>
6775
6776 Provide additional default values (directories at other Dired
6777 windows) via M-n in the minibuffer of some Dired commands.
6778
6779 * dired-aux.el (dired-diff, dired-compare-directories)
6780 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
6781 `minibuffer-default' in `minibuffer-with-setup-hook'.
6782 (dired-dwim-target-directory): Find a window that displays Dired
6783 buffer instead of failing when the next window is not Dired.
6784 Use `get-window-with-predicate' to find for the next Dired window.
6785 (dired-dwim-target-defaults): New function.
6786
6787 * ediff-util.el (ediff-read-file-name):
6788 Use `dired-dwim-target-defaults' to set `minibuffer-default'
6789 in `minibuffer-with-setup-hook'.
6790
6791 2009-11-25 Juri Linkov <juri@jurta.org>
6792
6793 Provide additional default values (file name at point or at the
6794 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
6795
6796 * minibuffer.el (read-file-name-defaults): New function.
6797 (read-file-name): Reset `minibuffer-default' to nil when
6798 it duplicates initial input `insdef'.
6799 Bind `minibuffer-default-add-function' to lambda that
6800 calls `read-file-name-defaults' in `minibuffer-selected-window'.
6801 (minibuffer-insert-file-name-at-point): New command.
6802
6803 * files.el (file-name-at-point-functions): New defcustom.
6804 (find-file-default): Remove defvar.
6805 (find-file-read-args): Don't use `find-file-default'.
6806 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
6807 to `read-file-name'.
6808 (find-file-literally): Use `read-file-name' with
6809 `confirm-nonexistent-file-or-buffer'.
6810
6811 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
6812
6813 * dired.el (dired-read-dir-and-switches):
6814 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
6815 to `read-file-name'.
6816 (dired-file-name-at-point): New function.
6817 (dired-mode): Add hook `dired-file-name-at-point' to
6818 `file-name-at-point-functions'.
6819
6820 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
6821
6822 Really make the *Completions* window soft-dedicated (bug#5030).
6823 * window.el (window--display-buffer-2): Add `dedicated' argument.
6824 (display-buffer): Pass it when needed so the dedicated flag is set
6825 after calling set-window-buffer, which would otherwise reset it.
6826
6827 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
6828
6829 * progmodes/meta-mode.el (meta-complete-symbol):
6830 * progmodes/etags.el (complete-tag):
6831 * mail/mailabbrev.el (mail-abbrev-complete-alias):
6832 Use completion-in-region.
6833
6834 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
6835 (dabbrev-completion): Use completion-in-region.
6836 (dabbrev--abbrev-at-point): Simplify regexp.
6837
6838 * abbrev.el (abbrev--before-point): Use word-motion functions
6839 if :regexp is not specified (bug#5031).
6840
6841 * subr.el (string-prefix-p): New function.
6842
6843 * man.el (Man-completion-cache): New var.
6844 (Man-completion-table): Use it.
6845
6846 * vc.el (vc-print-log-internal): Make `limit' optional for better
6847 compatibility (e.g. with vc-annotate.el).
6848
6849 2009-11-24 Kevin Ryde <user42@zip.com.au>
6850
6851 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
6852 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
6853
6854 * emacs-lisp/elint.el (elint-add-required-env): Better error message
6855 when .el source file not found or other error.
6856
6857 2009-11-24 Markus Triska <markus.triska@gmx.at>
6858
6859 * linum.el (linum-update-window): Ignore intangible (bug#4996).
6860
6861 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6862
6863 Handle the [back] button properly (bug#4979).
6864 * descr-text.el (describe-text-properties): Add a `buffer' argument.
6865 Use help-setup-xref, help-buffer, and with-help-window.
6866 (describe-char): Add `buffer' argument.
6867 Pass proper command to help-setup-xref. Don't meddle with
6868 help-xref-stack-item directly.
6869 (describe-text-category): Use with-help-window and help-buffer.
6870
6871 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
6872 for the displayed buffer (bug#4887).
6873
6874 * man.el (Man-completion-table): New function.
6875 (man): Use it.
6876
6877 2009-11-24 David Reitter <david.reitter@gmail.com>
6878
6879 * vc-git.el (vc-git-registered): Use checkout directory (where
6880 .git is) rather than the file's directory and a relative path spec
6881 to work around a bug in git.
6882
6883 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
6884
6885 Improve handling of processes on remote hosts.
6886
6887 * eshell/esh-util.el (eshell-path-env): New defvar.
6888 (eshell-parse-colon-path): New defun.
6889 (eshell-file-attributes): Use `eshell-parse-colon-path'.
6890
6891 * eshell/esh-ext.el (eshell-search-path):
6892 Use `eshell-parse-colon-path'.
6893 (eshell-remote-command): Remove argument HANDLER.
6894 (eshell-external-command): Check for FTP remote connection.
6895
6896 * eshell/esh-proc.el (eshell-gather-process-output):
6897 Use `file-truename', in order to start also symlinked files.
6898 Apply `start-file-process' instead of `start-process'.
6899 Shorten `command' to the local file name part.
6900
6901 * eshell/em-cmpl.el (eshell-complete-commands-list):
6902 Use `eshell-parse-colon-path'.
6903
6904 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
6905
6906 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
6907 to `eshell-directory-change-hook'.
6908
6909 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
6910
6911 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
6912 because it could be enabled automatically if view-read-only is non-nil.
6913
6914 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
6915
6916 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
6917 made on 2009-11-22.
6918
6919 2009-11-24 Glenn Morris <rgm@gnu.org>
6920
6921 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
6922 deleted variable bookmark-bmenu-bookmark-column.
6923
6924 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
6925 Move after definition of global-semantic-idle-tag-highlight-mode.
6926
6927 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6928
6929 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
6930
6931 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
6932
6933 * net/browse-url.el (browse-url-filename-alist): On Windows, add
6934 two slashes to the "file:" prefix.
6935 (browse-url-file-url): De-munge Cygwin filenames before passing
6936 them to Windows browser.
6937 (browse-url-default-windows-browser): Use call-process.
6938
6939 2009-11-23 Juri Linkov <juri@jurta.org>
6940
6941 Implement DocView Continuous mode. (Bug#4896)
6942 * doc-view.el (doc-view-continuous-mode): New defcustom.
6943 (doc-view-mode-map): Bind C-n/<down> to
6944 `doc-view-next-line-or-next-page', C-p/<up> to
6945 `doc-view-previous-line-or-previous-page'.
6946 (doc-view-next-line-or-next-page)
6947 (doc-view-previous-line-or-previous-page): New commands.
6948
6949 2009-11-23 Juri Linkov <juri@jurta.org>
6950
6951 Implement Isearch in comint input history. (Bug#3746)
6952 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
6953 `isearch-mode-hook'.
6954 (comint-history-isearch): New defcustom.
6955 (comint-history-isearch-backward)
6956 (comint-history-isearch-backward-regexp): New commands.
6957 (comint-history-isearch-message-overlay): New buffer-local variable.
6958 (comint-history-isearch-setup, comint-history-isearch-end)
6959 (comint-goto-input, comint-history-isearch-search)
6960 (comint-history-isearch-message, comint-history-isearch-wrap)
6961 (comint-history-isearch-push-state)
6962 (comint-history-isearch-pop-state): New functions.
6963
6964 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
6965
6966 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
6967 return.
6968 (tramp-handle-make-symbolic-link)
6969 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
6970 Quote file names.
6971 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
6972 (tramp-handle-process-file): Use it.
6973
6974 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6975
6976 * window.el (move-to-window-line-last-op): Remove.
6977 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
6978
6979 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
6980
6981 Make M-r mirror the new cycling behavior of C-l.
6982 * window.el (move-to-window-line-last-op): New var.
6983 (move-to-window-line-top-bottom): New command.
6984 (global-map): Bind M-r move-to-window-line-top-bottom.
6985
6986 2009-11-23 Sven Joachim <svenjoac@gmx.de>
6987
6988 * dired-x.el (dired-guess-shell-alist-default):
6989 Support xz format. (Bug#4953)
6990
6991 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
6992
6993 * cedet/srecode/map.el (srecode-get-maps):
6994 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
6995 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
6996 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
6997 (semantic-toggle-decoration-style):
6998 * cedet/semantic/decorate/include.el
6999 (semantic-decoration-include-describe)
7000 (semantic-decoration-unknown-include-describe)
7001 (semantic-decoration-unparsed-include-describe)
7002 (semantic-decoration-all-include-summary):
7003 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
7004 * cedet/semantic/analyze/complete.el
7005 (semantic-analyze-possible-completions):
7006 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
7007 (semantic-show-unmatched-syntax-mode)
7008 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
7009 (semantic-highlight-func-mode):
7010 * cedet/semantic/util.el (semantic-describe-buffer):
7011 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
7012 (semantic-symref-find-tags-by-name)
7013 (semantic-symref-find-tags-by-regexp)
7014 (semantic-symref-find-tags-by-completion)
7015 (semantic-symref-find-file-references-by-name)
7016 (semantic-symref-find-text):
7017 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
7018 (senator-yank-tag):
7019 * cedet/semantic/scope.el (semantic-calculate-scope):
7020 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
7021 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
7022 (define-semantic-idle-service):
7023 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
7024 (semantic-complete-analyze-inline-idle):
7025 * cedet/semantic/analyze.el (semantic-analyze-current-context):
7026 * cedet/mode-local.el (describe-mode-local-bindings)
7027 (describe-mode-local-bindings-in-mode):
7028 * cedet/ede/make.el (ede-make-check-version):
7029 * cedet/ede/locate.el (ede-enable-locate-on-project):
7030 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
7031 (cedet-idutils-version-check):
7032 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
7033 (cedet-gnu-global-version-check):
7034 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
7035 (cedet-cscope-version-check): Use called-interactively-p instead
7036 of interactive-p.
7037
7038 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
7039 Use semantic-format-tag-prototype.
7040
7041 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
7042
7043 * emulation/viper-cmd.el: Use viper-last-command-char instead of
7044 last-command-char/last-command-event.
7045 (viper-prefix-arg-value): Do correct conversion of event-char for
7046 XEmacs.
7047
7048 * emulation/viper-util.el, emulation/viper.el:
7049 Use viper-last-command-char instead of
7050 last-command-char/last-command-event.
7051
7052 * ediff-init.el, ediff-mult.el, ediff-util.el:
7053 Replace last-command-char and last-command-event
7054 with (ediff-last-command-char) everywhere.
7055
7056 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
7057 created in fundamental mode.
7058
7059 * ediff.el (ediff-version): Revert the change of interactive-p to
7060 called-interactively-p.
7061
7062 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
7063
7064 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
7065 generation from word-movement command names.
7066
7067 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
7068
7069 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7070 (semantic-complete-jump-local, semantic-complete-jump):
7071 Improve prompt string.
7072
7073 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
7074
7075 * cus-start.el (all): Add native condition for font-use-system-font.
7076
7077 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
7078
7079 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7080 Correct the patch from 2009-11-18. (Bug#3910)
7081
7082 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
7083
7084 * progmodes/subword.el: Rename from lisp/subword.el.
7085
7086 * subword.el: Rename to progmodes/subword.el.
7087
7088 * Makefile.in (ELCFILES): Adapt to subword.el move.
7089
7090 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7091 Stefan Monnier <monnier@iro.umontreal.ca>
7092
7093 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
7094 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
7095 (bookmark-bmenu-show-filenames): Use push.
7096 (bookmark-bmenu-hide-filenames): Use local var instead of
7097 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
7098 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
7099 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
7100 filenames now that the bookmark names are always available.
7101
7102 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7103
7104 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
7105 (bookmark-search-pattern): Move and leave unbound.
7106 (bookmark-bmenu-mode-map): Change binding.
7107 (bookmark-read-search-input): Simplify.
7108 Don't use text-char-description. Don't error on non-char events.
7109 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
7110 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
7111 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
7112 Use a local var for the timer.
7113 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
7114 (i.e. bookmark-bmenu-search).
7115
7116 2009-11-21 Glenn Morris <rgm@gnu.org>
7117
7118 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
7119
7120 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
7121
7122 * net/browse-url.el (browse-url-default-windows-browser):
7123 Use cygstart for cygwin.
7124
7125 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
7126
7127 * bookmark.el: Formatting and doc fixes only:
7128 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
7129 (bookmark-bmenu-search): Wrap to fit within 80 columns.
7130 Minor grammar and punctuation fixes in doc string.
7131 (bookmark-read-search-input): Adjust to fit within 80 columns.
7132
7133 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
7134
7135 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
7136 (c-backward-into-nomenclature): Adapt to subword renaming.
7137
7138 * subword.el (subword-forward, subword-backward, subword-mark)
7139 (subword-kill, subword-backward-kill, subword-transpose)
7140 (subword-downcase, subword-upcase, subword-capitalize)
7141 (subword-forward-internal, subword-backward-internal):
7142 Rename from forward-subword, backward-subword, mark-subword,
7143 kill-subword, backward-kill-subword, transpose-subwords,
7144 downcase-subword, upcase-subword, capitalize-subword,
7145 forward-subword-internal, backward-subword-internal.
7146
7147 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7148
7149 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
7150 New options.
7151 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
7152 New vars.
7153 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
7154 (bookmark-bmenu-filter-alist-by-regexp)
7155 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
7156 (bookmark-bmenu-search): New command.
7157 (bookmark-bmenu-mode-map): Bind it.
7158
7159 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
7160
7161 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
7162
7163 * cedet/semantic/idle.el (define-semantic-idle-service)
7164 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
7165
7166 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
7167
7168 * progmodes/cc-cmds.el: declare-functioned forward-subword and
7169 backward-subword to quit the byte-compiler.
7170
7171 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
7172
7173 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
7174
7175 * progmodes/cc-cmds.el (c-update-modeline)
7176 (c-forward-into-nomenclature, c-backward-into-nomenclature):
7177 Refer to subword.el functions instead of cc-subword.el.
7178
7179 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
7180 subword.el functions instead of cc-subword.el.
7181
7182 * progmodes/cc-subword.el: Rename to subword.el.
7183 * subword.el: Rename from progmodes/cc-subword.el.
7184 (subword-mode-map): Rename from c-subword-mode-map.
7185 (subword-mode): Rename from c-subword-mode.
7186 (global-subword-mode): New global minor mode.
7187 (forward-subword): Rename from c-forward-subword.
7188 (backward-subword): Rename from c-backward-subword.
7189 (mark-subword): Rename from c-mark-subword.
7190 (kill-subword): Rename from c-kill-subword.
7191 (backward-kill-subword): Rename from c-backward-kill-subword.
7192 (transpose-subwords): Rename from c-tranpose-subword.
7193 (downcase-subword): Rename from c-downcase-subword.
7194 (capitalize-subword): Rename from c-capitalize-subword.
7195 (forward-subword-internal): Rename from c-forward-subword-internal.
7196 (backward-subword-internal): Rename from c-backward-subword-internal.
7197
7198 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
7199
7200 * vc.el (vc-deduce-fileset): Allow non-state changing operations
7201 from a dired buffer.
7202 (vc-dired-deduce-fileset): New function.
7203 (vc-root-diff, vc-print-root-log): Use it.
7204
7205 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
7206 nil LIMIT argument to vc-print-log-internal.
7207
7208 2009-11-20 Glenn Morris <rgm@gnu.org>
7209
7210 * Makefile.in (ELCFILES): Regenerate.
7211
7212 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
7213
7214 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
7215
7216 * cedet/semantic.el: Enable idle-mode menu items only if
7217 global-semantic-idle-scheduler-mode is enabled.
7218 (semantic-default-submodes): Doc fix.
7219
7220 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7221 When turning off, disable other idle modes.
7222
7223 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
7224
7225 * calc/calc.el (calc-set-mode-line):
7226 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7227 (math-format-number): Rename `math-format-complement-signed' to
7228 `math-format-twos-complement'.
7229
7230 * calc/calc-bin.el (math-format-twos-complement): Rename from
7231 math-format-complement-signed.
7232 (calc-radix): Rename `calc-complement-signed-mode' to
7233 `calc-twos-complement-mode'.
7234 (calc-octal-radix, calc-hex-radix): Add an argument for
7235 two's complement.
7236
7237 * calc/calc-embed.el (calc-embedded-mode-vars):
7238 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7239
7240 * calc/calc-ext.el (calc-init-extensions):
7241 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7242 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
7243
7244 * calc/calc-units.el (math-build-units-table-buffer):
7245 Let `calc-twos-complement-mode' be nil.
7246
7247 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
7248 entries.
7249
7250 * calc/calc-vec.el (calcFunc-vunpack):
7251 * calc/calc-aent.el (calc-do-calc-eval):
7252 * calc/calc-forms.el (math-format-date):
7253 * calc/calc-graph.el (calc-graph-plot):
7254 * calc/calc-math.el (math-use-emacs-fn):
7255 * calc/calccomp.el (math-compose-expr):
7256 Let `calc-twos-complement-mode' be nil.
7257
7258 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7259
7260 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
7261 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
7262 * minibuffer.el (completion-in-region-functions): New hook.
7263 (completion-in-region): New function.
7264 * emacs-lisp/lisp.el (lisp-complete-symbol):
7265 * pcomplete.el (pcomplete-std-complete): Use it.
7266
7267 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7268
7269 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
7270 (latex-complete-alist): New vars.
7271 (latex-string-prefix-p, latex-complete-bibtex-keys)
7272 (latex-complete-envnames, latex-complete-refkeys)
7273 (latex-complete-data): New functions.
7274 (latex-complete, latex-indent-or-complete): New commands.
7275
7276 * window.el (display-buffer-mark-dedicated): New var.
7277 (display-buffer): Obey it.
7278 * minibuffer.el (minibuffer-completion-help): Use it.
7279
7280 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
7281
7282 * filecache.el (file-cache-add-file): Use push and cons.
7283 (file-cache-delete-file-regexp): Use push.
7284 (file-cache-complete): Use completion-in-region.
7285
7286 * simple.el (with-wrapper-hook): Fix thinko.
7287
7288 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
7289 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
7290 Use with-current-buffer and string-to-number.
7291 (hfy-fallback-colour-values): Use assoc-string.
7292 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
7293 (hfy-face-at): Remove unused var `found-face'.
7294 (hfy-compile-stylesheet): Remove unused var `css'.
7295 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
7296 and `orig-buffer'.
7297 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
7298 Use with-current-buffer.
7299 (hfy-text-p): Use expand-file-name and fewer setq.
7300
7301 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
7302
7303 * htmlfontify.el, hfy-cmap.el: New files.
7304
7305 2009-11-19 Juri Linkov <juri@jurta.org>
7306
7307 * minibuffer.el (completions-format): New defcustom.
7308 (completion--insert-strings): Implement vertical format.
7309
7310 * simple.el (switch-to-completions): Move point to the first
7311 completion when point was at the beginning of the buffer.
7312
7313 2009-11-19 Juri Linkov <juri@jurta.org>
7314
7315 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
7316
7317 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
7318
7319 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
7320
7321 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
7322 (mail-signature): Change default to t.
7323 (mail-from-style): Deprecate `system-default' value.
7324 (mail-insert-from-field): For default value of mail-from-style,
7325 default to `angles' unless `angles' needs quoting and `parens'
7326 does not.
7327 (mail-citation-prefix-regexp): Use citation regexp from
7328 message-mode.
7329
7330 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
7331
7332 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
7333 Set variables for computing the prompt for reading password.
7334
7335 2009-11-19 Glenn Morris <rgm@gnu.org>
7336
7337 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
7338
7339 * textmodes/flyspell.el (sgml-lexical-context): Declare.
7340
7341 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
7342 (newsticker-treeview-listwindow-height): Fix custom type.
7343
7344 2009-11-19 Kenichi Handa <handa@m17n.org>
7345
7346 * descr-text.el (describe-char-padded-string): Compose with TAB
7347 only if there's a font for CH.
7348 (describe-char): Fix the condition for detecting a trivial composition.
7349
7350 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
7351
7352 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
7353 more accurate version of the regexp. (Bug#3910)
7354
7355 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
7356
7357 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
7358
7359 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
7360
7361 * font-setting.el (font-use-system-font): Declare for byte-compiler.
7362 (font-setting-change-default-font): Fix typo in docstring.
7363
7364 2009-11-18 Alan Mackenzie <acm@muc.de>
7365
7366 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
7367
7368 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
7369
7370 * font-setting.el (font-use-system-font): Move ...
7371
7372 * cus-start.el (all): ... to here.
7373
7374 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
7375
7376 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
7377 Don't set `ad-return-value' if `ad-do-it' doesn't.
7378
7379 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
7380 modification time.
7381
7382 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
7383
7384 * menu-bar.el: Put "Use system font" in Option-menu.
7385 (menu-bar-options-save): Add font-use-system-font.
7386
7387 * loadup.el: If feature system-font-setting or font-render-setting is
7388 there, load font-setting.
7389
7390 * Makefile.in (ELCFILES): Add font-settings.el.
7391 * font-setting.el: New file.
7392
7393 2009-11-17 Glenn Morris <rgm@gnu.org>
7394
7395 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
7396
7397 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
7398 Preserve point in the list buffer. (Bug#4939)
7399 Use point-at-eol.
7400 (newsticker--treeview-list-update-highlight)
7401 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
7402
7403 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
7404
7405 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
7406 Remove.
7407
7408 * calc/calc-ext.el (calc-init-extensions): Remove references to
7409 symclip.
7410
7411 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
7412
7413 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
7414 * calc/calc-help.el (calc-b-prefix-help): Remove references to
7415 `calc-symclip'.
7416
7417 2009-11-16 Kevin Ryde <user42@zip.com.au>
7418
7419 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7420 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
7421
7422 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
7423 (lm-keywords-list): Allow comma-only separator like "foo,bar".
7424 Ignore trailing spaces by omit-nulls to split-string (fixing
7425 regression from Emacs 21 due to the incompatible split-string
7426 change). (Bug #4928.)
7427
7428 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
7429
7430 * vc.el (vc-log-show-limit): Default to 2000.
7431 (vc-print-log-internal): Insert buttons to request more entries
7432 when limiting the output.
7433
7434 * vc-sccs.el (vc-sccs-print-log):
7435 * vc-rcs.el (vc-rcs-print-log):
7436 * vc-cvs.el (vc-cvs-print-log):
7437 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
7438 LIMIT is non-nil.
7439
7440 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
7441
7442 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
7443 error when `tramp-gvfs-dbus-event-vector' is set.
7444 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
7445
7446 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7447
7448 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
7449
7450 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
7451
7452 * net/dbus.el (dbus-unregister-service): New defun.
7453 (dbus-register-property): Register the handlers of
7454 "org.freedesktop.DBus.Properties" for SERVICE.
7455 (dbus-property-handler): Fix docstring.
7456
7457 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7458
7459 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
7460 Quote doc string reference in defvaralias as it is not in special form.
7461 (byte-compile-output-docform): Doc fix.
7462
7463 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
7464
7465 * calc/calc.el (math-2-word-size, math-half-2-word-size)
7466 (calc-complement-signed-mode): New variables.
7467 (calc-set-mode-line): Add indicator for twos-complements.
7468 (math-format-number): Format twos-complement notation.
7469
7470 * calc/calc-bin.el (calc-word-size): Reset the variables
7471 `math-2-word-size' and `math-half-2-word-size'.
7472 (math-format-complement-signed, math-symclip, calcFunc-symclip)
7473 (calc-symclip): New functions.
7474
7475 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
7476
7477 * calc/calc-embed.el (calc-embedded-mode-vars):
7478 Add `calc-complement-signed-mode' to the list of modes.
7479
7480 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
7481 (calc-b-oper-keys): Add `calc-symclip' to list.
7482
7483 * calc/calc-ext.el (math-read-number-fancy): Read complement
7484 signed numbers.
7485 (calc-init-extensions): Add binding for `calc-symclip'.
7486 Add autoload for `calcFunc-symclip' and `calc-symclip'.
7487
7488 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
7489 `calc-symclip'.
7490 (calc-modes-menu): Add item for twos complement mode.
7491
7492 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
7493
7494 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
7495
7496 * register.el (jump-to-register, insert-register): Handle Semantic
7497 tags. From commented-out advice in semantic/senator.el.
7498
7499 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
7500
7501 * vc.el (vc-log-show-limit): New variable.
7502 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
7503 when using a prefix argument.
7504 (vc-print-log-internal): Add new argument LIMIT.
7505
7506 * vc-svn.el (vc-svn-print-log):
7507 * vc-mtn.el (vc-mtn-print-log):
7508 * vc-hg.el (vc-hg-print-log):
7509 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
7510 pass it to the log command when set. Make the BUFFER argument
7511 non-optional.
7512
7513 * vc-sccs.el (vc-sccs-print-log):
7514 * vc-rcs.el (vc-rcs-print-log):
7515 * vc-git.el (vc-git-print-log):
7516 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
7517 ignore it. Make the BUFFER argument non-optional
7518
7519 * bindings.el (mode-line-buffer-identification): Do not purecopy.
7520
7521 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
7522
7523 * dired.el (dired-mode-map): Move encryption items to "Operate"
7524 menu (Bug#4703).
7525
7526 * strokes.el (strokes-update-window-configuration): Make strokes
7527 buffer current before erasing (Bug#4906).
7528
7529 * cedet/semantic/idle.el (semantic-idle-summary-mode)
7530 (semantic-idle-summary-mode): Define using define-minor-mode
7531 instead of define-semantic-idle-service.
7532 (semantic-idle-summary-mode): New function.
7533 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
7534 that mouse motion does not reset the echo area.
7535
7536 2009-11-15 Juri Linkov <juri@jurta.org>
7537
7538 * simple.el (set-mark-default-inactive): Add :type, :group
7539 and :version. (Bug#4876)
7540
7541 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
7542
7543 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
7544 (archive-unique-fname): ... here. (Bug#4929)
7545
7546 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7547
7548 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
7549 with a real fix.
7550
7551 * novice.el (disabled-command-function): Add useful args.
7552 Setup the help buffer so that [back] works.
7553 Remove redundant call to help-mode.
7554 (disabled-command-function): Use `case'.
7555 (en/disable-command): New function extracted from enable-command.
7556 (enable-command, disable-command): Use it.
7557
7558 2009-11-14 Glenn Morris <rgm@gnu.org>
7559
7560 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
7561 constants. (Bug#4913)
7562
7563 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
7564
7565 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
7566
7567 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
7568 defined in C that have no doc-strings. (Bug#1063)
7569
7570 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
7571
7572 * cus-edit.el (data, files):
7573 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
7574
7575 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
7576
7577 * simple.el (shell-command): Doc fix (Bug#4891).
7578
7579 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
7580
7581 2009-11-14 Glenn Morris <rgm@gnu.org>
7582
7583 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
7584 statements for vc-diff, emerge-quit, and rmail-cease-edit.
7585 If they are already loaded, eval-after-load will do the right thing.
7586
7587 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
7588 compiling.
7589
7590 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
7591
7592 * simple.el (x-selection-owner-p): Declare.
7593 (read-mail-command): Use custom radio type rather than choice.
7594 (completion-no-auto-exit): Doc fix.
7595
7596 * custom.el (defgroup):
7597 * epg-config.el (epg): Doc fixes.
7598
7599 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
7600
7601 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
7602 * international/ccl.el (define-ccl-program): Do not purecopy the
7603 docstring, defconst does it anyway.
7604
7605 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7606
7607 * add-log.el (add-change-log-entry): Avoid displaying the changelog
7608 a second time.
7609
7610 * x-dnd.el (x-dnd-maybe-call-test-function):
7611 * window.el (split-window-vertically):
7612 * whitespace.el (whitespace-help-on):
7613 * vc-rcs.el (vc-rcs-consult-headers):
7614 * userlock.el (ask-user-about-lock-help)
7615 (ask-user-about-supersession-help):
7616 * type-break.el (type-break-force-mode-line-update):
7617 * time-stamp.el (time-stamp-conv-warn):
7618 * terminal.el (te-set-output-log, te-more-break, te-filter)
7619 (te-sentinel, terminal-emulator):
7620 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
7621 (term-write-input-ring, term-check-source, term-start-output-log):
7622 (term-display-buffer-line, term-dynamic-list-completions):
7623 (term-ansi-make-term, serial-term):
7624 * subr.el (selective-display):
7625 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
7626 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
7627 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
7628 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
7629 (speedbar-remove-localized-speedbar-support)
7630 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
7631 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
7632 (speedbar-buffers-line-directory):
7633 * simple.el (shell-command-on-region, append-to-buffer)
7634 (prepend-to-buffer):
7635 * shadowfile.el (shadow-save-todo-file):
7636 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
7637 (scroll-bar-maybe-set-window-start):
7638 * sb-image.el (speedbar-image-dump):
7639 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
7640 (load-save-place-alist-from-file):
7641 * ps-samp.el (ps-print-message-from-summary):
7642 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
7643 (ps-background-image, ps-begin-job, ps-do-despool):
7644 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
7645 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
7646 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
7647 (pr-call-process, pr-file-list, pr-interface-save):
7648 * novice.el (disabled-command-function)
7649 (enable-command, disable-command):
7650 * mouse.el (mouse-buffer-menu-alist):
7651 * mouse-copy.el (mouse-kill-preserving-secondary):
7652 * macros.el (kbd-macro-query):
7653 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
7654 * informat.el (batch-info-validate):
7655 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
7656 * hippie-exp.el (try-expand-dabbrev-visible):
7657 * help-mode.el (help-make-xrefs):
7658 * help-fns.el (describe-variable):
7659 * generic-x.el (bat-generic-mode-run-as-comint):
7660 * finder.el (finder-mouse-select):
7661 * find-dired.el (find-dired-sentinel):
7662 * filesets.el (filesets-file-close):
7663 * files.el (list-directory):
7664 * faces.el (list-faces-display, describe-face):
7665 * facemenu.el (list-colors-display):
7666 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
7667 * epg.el (epg--process-filter, epg-cancel):
7668 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
7669 (epa--read-signature-type):
7670 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
7671 (emerge-file-names):
7672 * ehelp.el (electric-helpify):
7673 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
7674 * ediff-vers.el (rcs-ediff-view-revision):
7675 * ediff-util.el (ediff-setup):
7676 * ediff-mult.el (ediff-append-custom-diff):
7677 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
7678 (ediff-wordify):
7679 * echistory.el (Electric-command-history-redo-expression):
7680 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
7681 * disp-table.el (describe-display-table):
7682 * dired.el (dired-find-buffer-nocreate):
7683 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
7684 * dabbrev.el (dabbrev--same-major-mode-p):
7685 * chistory.el (list-command-history):
7686 * apropos.el (apropos-documentation):
7687 * allout.el (allout-obtain-passphrase):
7688 (allout-copy-exposed-to-buffer):
7689 (allout-verify-passphrase): Use with-current-buffer.
7690
7691 2009-11-13 Glenn Morris <rgm@gnu.org>
7692
7693 * Makefile.in (ELCFILES): Regenerate.
7694
7695 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
7696
7697 * net/dbus.el (dbus-registered-objects-table): Rename from
7698 `dbus-registered-functions-table', because it contains also properties.
7699 (dbus-unregister-object): Unregister also properties.
7700 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
7701 Use a timeout of 500 msec, in order to not block.
7702 (dbus-register-property, dbus-property-handler): New defuns.
7703
7704 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7705
7706 * simple.el (minibuffer-default-add-completions): Drop deprecated
7707 4th arg.
7708
7709 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
7710
7711 * textmodes/artist.el (artist-mouse-choose-operation):
7712 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
7713 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
7714 (artist-compute-up-event-key): New function.
7715 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
7716
7717 2009-11-13 Kenichi Handa <handa@m17n.org>
7718
7719 * language/japan-util.el: Make sure that the value of jisx0208
7720 property is jisx0208 character.
7721
7722 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
7723
7724 * international/mule.el (auto-coding-regexp-alist): Only purecopy
7725 car or each item, not the whole list.
7726
7727 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
7728
7729 * minibuffer.el (minibuffer-completion-help):
7730 Use minibuffer-hide-completions.
7731
7732 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
7733
7734 * dired.el (dired-save-positions, dired-restore-positions): New funs.
7735 (dired-revert): Use them (bug#4880).
7736
7737 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
7738
7739 * tooltip.el (tooltip-frame-parameters): Undo previous change.
7740
7741 2009-11-12 Juri Linkov <juri@jurta.org>
7742
7743 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
7744 New functions.
7745 (find-file-literally-at-point): Alias of `ffap-literally'.
7746
7747 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
7748
7749 * textmodes/ispell.el (ispell-skip-region-alist):
7750 * textmodes/css-mode.el (auto-mode-alist):
7751 * progmodes/compile.el (auto-mode-alist):
7752 * international/mule.el (ctext-non-standard-encodings-alist)
7753 (ctext-non-standard-encodings-regexp):
7754 * simple.el (shell-command-switch, text-read-only):
7755 * replace.el (occur-mode-map):
7756 * paths.el (rmail-file-name):
7757 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
7758 * find-file.el (ff-special-constructs):
7759 * files.el (file-name-handler-alist):
7760 * composite.el: Purecopy strings.
7761
7762 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
7763
7764 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
7765
7766 * widget.el (define-widget): Purecopy the docstring.
7767 * international/mule-cmds.el (charset): Do not purecopy the
7768 docstring here, define-widget does it.
7769
7770 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
7771 * textmodes/bibtex-style.el (auto-mode-alist):
7772 * progmodes/inf-lisp.el (inferior-lisp-prompt):
7773 * progmodes/compile.el (compile-command):
7774 * language/korea-util.el (default-korean-keyboard):
7775 * international/mule-conf.el (file-coding-system-alist):
7776 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
7777 * tooltip.el (tooltip-frame-parameters):
7778 * newcomment.el (comment-end, comment-padding):
7779 * dired.el (dired-trivial-filenames):
7780 * comint.el (comint-file-name-prefix): Purecopy initial values.
7781
7782 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
7783
7784 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
7785 (tramp-advice-minibuffer-electric-tilde): Unload advices via
7786 `tramp-unload'.
7787 (tramp-advice-make-auto-save-file-name)
7788 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
7789 after removing the advice.
7790
7791 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
7792
7793 * progmodes/grep.el (grep-regexp-alist):
7794 * international/mule-cmds.el (iso-2022-control-alist):
7795 * emacs-lisp/timer.el (timer-duration-words):
7796 * subr.el (version-separator, version-regexp-alist):
7797 * minibuffer.el (completion-styles-alist):
7798 * faces.el (face-attribute-name-alist, list-faces-sample-text):
7799 Change defvars to defconsts.
7800
7801 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
7802 * loadup.el ("international/mule-conf"): Load the byte compiled version.
7803 * international/mule-conf.el: Allow to be byte compiled.
7804
7805 * international/mule.el (define-charset): Purecopy props.
7806 (load-with-code-conversion): Purecopy doc string and file name.
7807 (put-charset-property): Purecopy strings.
7808 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
7809
7810 * international/mule-cmds.el (register-input-method): Purecopy arguments.
7811 (define-char-code-property): Correctly purecopy the table.
7812
7813 * international/ccl.el (define-ccl-program): Purecopy the docstring.
7814
7815 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
7816
7817 * subr.el (add-hook): Purecopy strings.
7818 (eval-after-load): Purecopy load-history-regexp and the form.
7819
7820 * custom.el (custom-declare-group): Purecopy load-file-name.
7821
7822 * subr.el (menu-bar-separator): New defconst.
7823 * net/eudc.el (eudc-tools-menu):
7824 * international/mule-cmds.el (set-coding-system-map)
7825 (mule-menu-keymap):
7826 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7827 * vc-hooks.el (vc-menu-map):
7828 * replace.el (occur-mode-map):
7829 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
7830 (menu-bar-edit-menu, menu-bar-goto-menu)
7831 (menu-bar-custom-menu, menu-bar-showhide-menu)
7832 (menu-bar-options-menu, menu-bar-tools-menu)
7833 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
7834 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
7835 (menu-bar-help-menu):
7836 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
7837 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
7838
7839 * term/x-win.el (x-gtk-stock-map):
7840 * progmodes/vera-mode.el (auto-mode-alist):
7841 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
7842 (inferior-lisp-program, inferior-lisp-load-command):
7843 * progmodes/hideshow.el (hs-special-modes-alist):
7844 * progmodes/gud.el (same-window-regexps):
7845 * progmodes/grep.el (grep-program, find-program, xargs-program):
7846 * net/telnet.el (same-window-regexps):
7847 * net/rlogin.el (same-window-regexps):
7848 * language/ethiopic.el (font-ccl-encoder-alist):
7849 * vc-sccs.el (vc-sccs-master-templates):
7850 * vc-rcs.el (vc-rcs-master-templates):
7851 * subr.el (cl-assertion-failed):
7852 * simple.el (next-error-overlay-arrow-position):
7853 * lpr.el (lpr-command):
7854 * locate.el (locate-ls-subdir-switches):
7855 * info.el (same-window-regexps, info)
7856 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
7857 * image-mode.el (image-mode, auto-mode-alist):
7858 * hippie-exp.el (hippie-expand-ignore-buffers):
7859 * format.el (format-alist):
7860 * find-dired.el (find-ls-subdir-switches, find-grep-options)
7861 (find-name-arg):
7862 * facemenu.el (facemenu-keybindings):
7863 * dired.el (dired-listing-switches, dired-chown-program):
7864 * diff.el (diff-switches, diff-command):
7865 * cus-edit.el (same-window-regexps):
7866 * bindings.el (mode-line-mule-info)
7867 (mode-line-buffer-identification): Purecopy strings.
7868
7869 2009-11-11 Juri Linkov <juri@jurta.org>
7870
7871 * simple.el (dired-get-filename) <declare-function>:
7872 Tell the byte-compiler about dired-get-filename.
7873 (shell-command): In Dired mode, get filename from the current line
7874 as the default value.
7875
7876 2009-11-10 Glenn Morris <rgm@gnu.org>
7877
7878 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
7879 * calendar/holidays.el, progmodes/cperl-mode.el:
7880 Update x-popup-menu declarations.
7881
7882 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
7883 (list-load-path-shadows): Use dolist.
7884 (list-load-path-shadows): Use with-current-buffer.
7885
7886 2009-11-10 Juri Linkov <juri@jurta.org>
7887
7888 * minibuffer.el (read-file-name): Support a list of default values
7889 in `default-filename'. Use the first file name where only one
7890 element is required. Doc fix.
7891
7892 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
7893
7894 * net/dbus.el (dbus-unregister-object): Release service, if no
7895 other method is registered for it.
7896
7897 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
7898
7899 * bookmark.el (bookmark-completing-read): Sort bookmark names if
7900 bookmark-sort-flag is non-nil (Bug#4653).
7901
7902 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
7903
7904 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
7905 the progress reporter entirely.
7906
7907 * emulation/cua-base.el: Add CUA property to some CC mode commands
7908 (Bug#4100).
7909
7910 2009-11-08 Kevin Ryde <user42@zip.com.au>
7911
7912 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
7913 at end of sentence (Bug#4818).
7914
7915 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
7916
7917 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7918 Handle "see declaration of" MSFT statements (Bug#4100).
7919
7920 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
7921
7922 * net/tramp.el (tramp-advice-make-auto-save-file-name)
7923 (tramp-advice-file-expand-wildcards): Unload via
7924 `ad-remove-advice'.
7925
7926 * net/trampver.el: Update release number.
7927
7928 2009-11-08 Kevin Ryde <user42@zip.com.au>
7929
7930 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
7931 `ad-do-it'.
7932
7933 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
7934
7935 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
7936 in order to keep context in SELinux.
7937
7938 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
7939
7940 * dired-aux.el (dired-query): Place cursor in echo area and allow
7941 C-g.
7942
7943 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
7944 menu item if not on a directory (Bug#4701).
7945
7946 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
7947
7948 Sync with Tramp 2.1.17.
7949
7950 * net/tramp.el (tramp-handle-copy-directory): Don't use
7951 `file-remote-p' (due to compatibility).
7952
7953 * net/tramp-compat.el (tramp-compat-copy-directory)
7954 (tramp-compat-delete-directory): New defuns.
7955
7956 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7957 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
7958 `tramp-compat-delete-directory'.
7959
7960 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
7961 (tramp-smb-handle-delete-directory): Use
7962 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
7963
7964 * net/trampver.el: Update release number.
7965
7966 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
7967
7968 * tar-mode.el (tar-copy): Call write-region on the right buffer
7969 (Bug#4857).
7970
7971 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
7972 by hand, if necessary (Bug#4878).
7973
7974 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
7975
7976 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
7977 align size column (Bug#4839).
7978
7979 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
7980 statement.
7981
7982 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
7983
7984 * progmodes/ld-script.el (auto-mode-alist):
7985 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
7986
7987 * cus-face.el (custom-declare-face): Purecopy face spec.
7988
7989 2009-11-06 Kenichi Handa <handa@m17n.org>
7990
7991 * international/uni-bidi.el: Re-generated.
7992 * international/uni-category.el: Re-generated.
7993 * international/uni-combining.el: Re-generated.
7994 * international/uni-mirrored.el: Re-generated.
7995
7996 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
7997
7998 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
7999 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
8000 (tex-start-options, slitex-run-command, latex-run-command)
8001 (tex-run-command, tex-directory):
8002 * textmodes/ispell.el (ispell-html-skip-alists)
8003 (ispell-tex-skip-alists, ispell-tex-skip-alists):
8004 * textmodes/fill.el (adaptive-fill-first-line-regexp):
8005 (adaptive-fill-regexp):
8006 * textmodes/dns-mode.el (auto-mode-alist):
8007 * progmodes/python.el (interpreter-mode-alist):
8008 * progmodes/etags.el (tags-compression-info-list):
8009 * progmodes/etags.el (tags-file-name):
8010 * net/browse-url.el (browse-url-galeon-program)
8011 (browse-url-firefox-program):
8012 * mail/sendmail.el (mail-signature-file)
8013 (mail-citation-prefix-regexp):
8014 * international/mule-conf.el (eight-bit):
8015 * international/latexenc.el (latex-inputenc-coding-alist):
8016 * international/fontset.el (x-pixel-size-width-font-regexp):
8017 * emacs-lisp/warnings.el (warning-type-format):
8018 * emacs-lisp/trace.el (trace-buffer):
8019 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
8020 (emacs-lisp-mode-map):
8021 * calendar/holidays.el (holiday-solar-holidays)
8022 (holiday-bahai-holidays, holiday-islamic-holidays)
8023 (holiday-christian-holidays, holiday-hebrew-holidays)
8024 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
8025 (hebrew-holidays-1, holiday-oriental-holidays)
8026 (holiday-general-holidays):
8027 * x-dnd.el (x-dnd-known-types):
8028 * tool-bar.el (tool-bar):
8029 * startup.el (site-run-file):
8030 * shell.el (shell-dumb-shell-regexp):
8031 * rfn-eshadow.el (file-name-shadow-tty-properties)
8032 (file-name-shadow-properties):
8033 * paths.el (remote-shell-program, news-directory):
8034 * mouse.el ([C-down-mouse-3]):
8035 * menu-bar.el (menu-bar-tools-menu):
8036 * jka-cmpr-hook.el (jka-compr-load-suffixes)
8037 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
8038 (jka-compr-compression-info-list):
8039 * isearch.el (search-whitespace-regexp):
8040 * image-file.el (image-file-name-extensions):
8041 * find-dired.el (find-ls-option):
8042 * files.el (directory-listing-before-filename-regexp)
8043 (directory-free-space-args, insert-directory-program)
8044 (list-directory-brief-switches, magic-fallback-mode-alist)
8045 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
8046 (automount-dir-prefix):
8047 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
8048 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
8049 (face-font-registry-alternatives, face-font-registry-alternatives)
8050 (face-font-family-alternatives):
8051 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
8052 (facemenu-foreground-menu, facemenu-face-menu):
8053 * epa-hook.el (epa-file-name-regexp):
8054 * dnd.el (dnd-protocol-alist):
8055 * textmodes/rst.el (auto-mode-alist):
8056 * button.el (default-button): Purecopy strings.
8057
8058 2009-11-06 Glenn Morris <rgm@gnu.org>
8059
8060 * Makefile.in (ELCFILES): Update.
8061
8062 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
8063
8064 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
8065 * emacs-lisp/levents.el: Move to obsolete/levents.el.
8066
8067 * nxml/xsd-regexp.el (xsdre-gen-categories):
8068 * nxml/xmltok.el (xmltok-parse-entity):
8069 * nxml/rng-parse.el (rng-parse-validate-file):
8070 * nxml/rng-maint.el (rng-format-manual)
8071 (rng-manual-output-force-new-line):
8072 * nxml/rng-loc.el (rng-save-schema-location-1):
8073 * nxml/rng-cmpct.el (rng-c-parse-file):
8074 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
8075 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
8076
8077 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
8078
8079 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
8080 Remove extra save-excursions and make-variable-buffer-local's.
8081 Suggested by Stefan Monnier.
8082
8083 (verilog-getopt-file, verilog-module-inside-filename-p)
8084 (verilog-set-define): Merge GNU 1.35 and repair changes from
8085 switching to using with-current-buffer.
8086
8087 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
8088 being treated as a number and confusing AUTORESET.
8089 Reported by Dan Dever.
8090
8091 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
8092 Add verilog-auto-ignore-concat to fix backward compatibility with
8093 older verilog-modes. Reported by Dan Katz.
8094
8095 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
8096 containing closing anchors "...$".
8097
8098 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
8099 Reported by Wade Smith.
8100
8101 (verilog-batch-execute-func): Comment on function usage.
8102
8103 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
8104
8105 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
8106 for labels.
8107
8108 (verilog-label-re, verilog-calc-1): Support proper indent of named
8109 asserts.
8110
8111 (verilog-backward-token, verilog-basic-complete-re)
8112 (verilog-beg-of-statement, verilog-indent-re): Support proper
8113 indent of the assert statement at the beginning of a block of text.
8114
8115 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
8116 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
8117 tokens as begins.
8118
8119 2009-11-05 Glenn Morris <rgm@gnu.org>
8120
8121 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
8122 Emacs 19. (Bug#1531)
8123 (byte-compile-fix-header): Update for the above change.
8124 Drop test for epoch::version.
8125
8126 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
8127 * cus-dep.el (custom-make-dependencies):
8128 * finder.el (finder-compile-keywords):
8129 Use autoload-rubric's feature argument.
8130
8131 * calendar/diary-lib.el (top-level): Make load behave more like require.
8132
8133 * vc-git.el (vc-git-stash-map): Move definition before use.
8134
8135 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
8136
8137 * custom.el (custom-declare-group): Purecopy standard-value.
8138 (custom-declare-group): Purecopy custom-prefix.
8139
8140 * international/mule.el (load-with-code-conversion):
8141 Call do-after-load-evaluation unconditionally.
8142
8143 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
8144
8145 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8146
8147 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
8148
8149 2009-11-04 Glenn Morris <rgm@gnu.org>
8150
8151 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
8152 (byte-compile-compatibility): Remove option.
8153 (byte-compile-close-variables, byte-compile-fix-header)
8154 (byte-compile-insert-header, byte-compile-output-docform)
8155 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
8156 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
8157 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
8158 (byte-compile-insert, byte-compile-defun):
8159 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
8160 (byte-defop-compiler19): Remove.
8161 Without byte-compile-compatibility, the 'emacs19-opcode property is not
8162 used by anything. Replace all calls with byte-defop-compiler.
8163
8164 2009-11-04 Juri Linkov <juri@jurta.org>
8165
8166 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
8167 (menu-bar-options-menu): Don't quote the `prop' arg of
8168 `menu-bar-make-mm-toggle'.
8169
8170 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
8171
8172 * calendar/calendar.el (cal-loaddefs):
8173 * calendar/diary-lib.el (diary-loaddefs):
8174 * calendar/holidays.el (hol-loaddefs):
8175 * eshell/esh-module.el (esh-groups): Load rather than require.
8176
8177 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
8178
8179 * calendar/todo-mode.el (todo-add-category): Don't hardcode
8180 point-min==1.
8181 (todo-top-priorities): Only display-buffer when called interactively.
8182 (todo-item-start): Don't save excursion point.
8183 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
8184 (todo-insert-item-here, todo-file-item, todo-remove-item):
8185 Adjust uses of todo-item-start and todo-item-end.
8186
8187 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
8188 (autoload-rubric): Don't use any more.
8189 * cedet/semantic/fw.el (semantic/loaddefs):
8190 * cedet/srecode.el (srecode/loaddefs):
8191 * cedet/ede.el (ede/loaddefs): Load rather than require.
8192 * cedet/ede/cpp-root.el:
8193 * cedet/ede/emacs.el:
8194 * cedet/ede/files.el:
8195 * cedet/ede/linux.el:
8196 * cedet/ede/locate.el:
8197 * cedet/ede/make.el:
8198 * cedet/ede/shell.el:
8199 * cedet/ede/speedbar.el:
8200 * cedet/ede/system.el:
8201 * cedet/ede/util.el:
8202 * cedet/semantic/analyze.el:
8203 * cedet/semantic/bovine.el:
8204 * cedet/semantic/complete.el:
8205 * cedet/semantic/ctxt.el:
8206 * cedet/semantic/db-file.el:
8207 * cedet/semantic/db-find.el:
8208 * cedet/semantic/db-global.el:
8209 * cedet/semantic/db-mode.el:
8210 * cedet/semantic/db-typecache.el:
8211 * cedet/semantic/db.el:
8212 * cedet/semantic/debug.el:
8213 * cedet/semantic/dep.el:
8214 * cedet/semantic/doc.el:
8215 * cedet/semantic/edit.el:
8216 * cedet/semantic/find.el:
8217 * cedet/semantic/format.el:
8218 * cedet/semantic/html.el:
8219 * cedet/semantic/ia-sb.el:
8220 * cedet/semantic/ia.el:
8221 * cedet/semantic/idle.el:
8222 * cedet/semantic/lex-spp.el:
8223 * cedet/semantic/lex.el:
8224 * cedet/semantic/mru-bookmark.el:
8225 * cedet/semantic/scope.el:
8226 * cedet/semantic/senator.el:
8227 * cedet/semantic/sort.el:
8228 * cedet/semantic/symref.el:
8229 * cedet/semantic/tag-file.el:
8230 * cedet/semantic/tag-ls.el:
8231 * cedet/semantic/tag-write.el:
8232 * cedet/semantic/tag.el:
8233 * cedet/semantic/util-modes.el:
8234 * cedet/semantic/analyze/complete.el:
8235 * cedet/semantic/analyze/refs.el:
8236 * cedet/semantic/bovine/c.el:
8237 * cedet/semantic/bovine/gcc.el:
8238 * cedet/semantic/bovine/make.el:
8239 * cedet/semantic/bovine/scm.el:
8240 * cedet/semantic/decorate/include.el:
8241 * cedet/semantic/decorate/mode.el:
8242 * cedet/semantic/symref/cscope.el:
8243 * cedet/semantic/symref/global.el:
8244 * cedet/semantic/symref/grep.el:
8245 * cedet/semantic/symref/idutils.el:
8246 * cedet/semantic/symref/list.el:
8247 * cedet/semantic/wisent/java-tags.el:
8248 * cedet/semantic/wisent/javascript.el:
8249 * cedet/srecode/compile.el:
8250 * cedet/srecode/cpp.el:
8251 * cedet/srecode/document.el:
8252 * cedet/srecode/el.el:
8253 * cedet/srecode/expandproto.el:
8254 * cedet/srecode/getset.el:
8255 * cedet/srecode/insert.el:
8256 * cedet/srecode/java.el:
8257 * cedet/srecode/map.el:
8258 * cedet/srecode/mode.el:
8259 * cedet/srecode/template.el:
8260 * cedet/srecode/texi.el: Remove the file-local setting of
8261 generated-autoload-feature.
8262
8263 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
8264 and only put a prop if it is non-nil.
8265
8266 2009-11-03 Juri Linkov <juri@jurta.org>
8267
8268 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
8269 (menu-bar-options-menu): Fix list quoting (Bug#4429).
8270
8271 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
8272 and "Menu" to make top-level menu item visually one unit (like
8273 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
8274 multi-word menu items). Fix :help string for quit-window.
8275
8276 2009-11-03 Glenn Morris <rgm@gnu.org>
8277
8278 * cedet/mode-local.el (with-mode-local): Doc fix.
8279
8280 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
8281 (byte-compile-file-form-define-abbrev-table)
8282 (byte-compile-file-form-custom-declare-variable)
8283 (byte-compile-variable-ref, byte-compile-defvar):
8284 Whether or not a warning is enabled should only affect whether we issue
8285 the warning, not whether or not we collect the relevant data.
8286 Eg warnings can be turned on and off throughout the course of a file.
8287
8288 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
8289 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
8290
8291 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
8292
8293 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
8294 * play/mpuz.el (mpuz-create-buffer):
8295 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
8296 (lm-print-y,s,noise, lm-print-w0, lm-init):
8297 * play/gomoku.el (gomoku-prompt-for-move):
8298 * play/fortune.el (fortune-in-buffer):
8299 * play/dissociate.el (dissociated-press):
8300 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
8301 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
8302 * mail/supercite.el (sc-eref-show):
8303 * mail/smtpmail.el (smtpmail-send-it):
8304 * mail/rmailsum.el (rmail-summary-next-labeled-message)
8305 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
8306 (rmail-summary-undelete-many, rmail-summary-rmail-update)
8307 (rmail-summary-goto-msg, rmail-summary-expunge)
8308 (rmail-summary-get-new-mail, rmail-summary-search-backward)
8309 (rmail-summary-add-label, rmail-summary-output-menu)
8310 (rmail-summary-output-body):
8311 * mail/rfc822.el (rfc822-addresses):
8312 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
8313 * mail/mailpost.el (post-mail-send-it):
8314 * mail/hashcash.el (hashcash-generate-payment):
8315 * mail/feedmail.el (feedmail-run-the-queue)
8316 (feedmail-queue-send-edit-prompt-help-first)
8317 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
8318 (feedmail-deduce-address-list):
8319 * eshell/esh-ext.el (eshell-remote-command):
8320 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
8321 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
8322 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
8323 (viper-save-string-in-file, viper-valid-marker):
8324 * emulation/viper-keym.el (viper-toggle-key):
8325 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
8326 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
8327 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
8328 * emulation/viper-cmd.el (viper-exec-form-in-vi)
8329 (viper-exec-form-in-emacs, viper-brac-function):
8330 * emulation/viper.el (viper-delocalize-var):
8331 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
8332 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
8333 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
8334 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
8335 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
8336 * emulation/edt.el (edt-electric-helpify):
8337 * emulation/cua-rect.el (cua--rectangle-aux-replace):
8338 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
8339 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
8340 (cua-indent-to-global-mark-column):
8341 * calendar/diary-lib.el (calendar-mark-1):
8342 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
8343 Use with-current-buffer.
8344 * emulation/viper.el (viper-delocalize-var): Use dolist.
8345
8346 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
8347
8348 * comint.el (comint-replace-by-expanded-history-before-point):
8349 Replace !! with the previous input string literally (Bug#1795).
8350
8351 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
8352
8353 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
8354 to be made up of whitespace.
8355
8356 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
8357
8358 * minibuffer.el (read-file-name): Don't use file dialogs for
8359 remote directories (Bug#99).
8360
8361 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
8362
8363 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
8364
8365 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
8366
8367 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
8368 instead of deleting the window or frame.
8369
8370 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
8371
8372 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
8373 Support face colors.
8374
8375 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
8376 New function. Support face colors (Bug#1168).
8377 (tex-common-initialization): Use it.
8378
8379 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
8380 mode allows it (Bug#1168).
8381
8382 2009-10-31 Juri Linkov <juri@jurta.org>
8383
8384 * facemenu.el (list-colors-display): Don't mark buffer as
8385 modified (Bug#3948).
8386
8387 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
8388
8389 * international/mule-diag.el (list-character-sets-1): Minor
8390 message fix (Bug#3526).
8391
8392 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
8393 face property (Bug#4834).
8394 (etags-list-tags, etags-tags-apropos-additional)
8395 (etags-tags-apropos, tags-select-tags-table): Add follow-link
8396 property.
8397
8398 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
8399 items.
8400
8401 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
8402 items.
8403
8404 * cedet/ede.el (ede-minor-mode):
8405 * cedet/semantic.el (semantic-mode): Toggle menu separators.
8406
8407 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
8408
8409 * textmodes/two-column.el (2C-split):
8410 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
8411 * textmodes/tex-mode.el (tex-set-buffer-directory):
8412 * textmodes/spell.el (spell-region, spell-string):
8413 * textmodes/reftex.el (reftex-erase-buffer):
8414 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
8415 * textmodes/reftex-toc.el (reftex-toc-promote-action):
8416 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
8417 (reftex-select-item):
8418 * textmodes/reftex-ref.el (reftex-label-info-update)
8419 (reftex-offer-label-menu):
8420 * textmodes/reftex-index.el (reftex-index-change-entry)
8421 (reftex-index-phrases-info):
8422 * textmodes/reftex-global.el (reftex-create-tags-file)
8423 (reftex-save-all-document-buffers, reftex-ensure-write-access):
8424 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
8425 (reftex-view-crossref-from-bibtex):
8426 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
8427 (reftex-extract-bib-entries-from-thebibliography)
8428 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
8429 * textmodes/refbib.el (r2b-capitalize-title):
8430 (r2b-convert-buffer, r2b-help):
8431 * textmodes/page-ext.el (pages-directory)
8432 (pages-directory-goto-with-mouse):
8433 * textmodes/bibtex.el (bibtex-validate-globally):
8434 * textmodes/bib-mode.el (bib-capitalize-title):
8435 * textmodes/artist.el (artist-clear-buffer, artist-system):
8436 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
8437 (local-set-scheme-interaction-buffer, xscheme-process-filter)
8438 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
8439 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
8440 (xscheme-send-control-g-interrupt, xscheme-start-process)
8441 (xscheme-process-sentinel, xscheme-cd):
8442 * progmodes/verilog-mode.el (verilog-read-always-signals)
8443 (verilog-set-define, verilog-getopt-file)
8444 (verilog-module-inside-filename-p):
8445 * progmodes/sh-script.el:
8446 * progmodes/python.el (python-pdbtrack-get-source-buffer)
8447 (python-pdbtrack-grub-for-buffer, python-execute-file):
8448 * progmodes/octave-inf.el (inferior-octave):
8449 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
8450 (idlwave-shell-compile-helper-routines, idlwave-set-local)
8451 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
8452 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
8453 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
8454 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
8455 (idlwave-shell-filter, idlwave-shell-examine-highlight)
8456 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
8457 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
8458 (idlwave-shell-examine-display, idlwave-shell-run-region)
8459 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
8460 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
8461 * progmodes/idlw-help.el (idlwave-help-get-special-help)
8462 (idlwave-help-get-help-buffer):
8463 * progmodes/gud.el (gud-basic-call, gud-find-class)
8464 (gud-tooltip-activate-mouse-motions-if-enabled):
8465 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
8466 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
8467 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
8468 (ebrowse-tags-next-file):
8469 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
8470 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
8471 (ebnf-eps-finish-and-write):
8472 * progmodes/cpp.el (cpp-edit-save):
8473 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
8474 * progmodes/cc-defs.el (c-emacs-features):
8475 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
8476 (antlr-directory-dependencies):
8477 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
8478 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
8479 (ada-find-any-references, ada-make-filename-from-adaname)
8480 (ada-make-body-gnatstub):
8481 * obsolete/rnews.el (news-list-news-groups):
8482 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
8483 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
8484 * net/rcirc.el (rcirc-debug):
8485 * net/newst-treeview.el (newsticker--treeview-list-add-item)
8486 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
8487 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
8488 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
8489 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
8490 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
8491 (newsticker--treeview-list-clear-highlight)
8492 (newsticker--treeview-list-update-highlight)
8493 (newsticker--treeview-list-highlight-start)
8494 (newsticker--treeview-tree-update-highlight)
8495 (newsticker--treeview-get-selected-item)
8496 (newsticker-treeview-mark-list-items-old)
8497 (newsticker--treeview-set-current-node):
8498 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
8499 * net/newst-backend.el (newsticker--get-news-by-funcall)
8500 (newsticker--get-news-by-wget, newsticker--image-get)
8501 (newsticker--image-sentinel):
8502 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
8503 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
8504 (eudc-ph-close-session):
8505 * net/eudc.el (eudc-save-options):
8506 * language/thai-word.el (thai-update-word-table):
8507 * language/japan-util.el (japanese-string-conversion):
8508 * international/titdic-cnv.el (tsang-quick-converter)
8509 (ziranma-converter, ctlau-converter):
8510 * international/mule-cmds.el (describe-language-environment):
8511 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
8512 (skkdic-convert-postfix, skkdic-convert-prefix):
8513 (skkdic-convert-okuri-nasi, skkdic-convert):
8514 * emacs-lisp/re-builder.el (reb-update-overlays):
8515 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
8516 * emacs-lisp/gulp.el (gulp-send-requests):
8517 * emacs-lisp/find-gc.el (trace-call-tree):
8518 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
8519 (eieio-describe-generic):
8520 * emacs-lisp/eieio-base.el (eieio-persistent-read):
8521 * emacs-lisp/edebug.el (edebug-outside-excursion):
8522 * emacs-lisp/debug.el (debugger-make-xrefs):
8523 * emacs-lisp/cust-print.el (custom-prin1-to-string):
8524 * emacs-lisp/chart.el (chart-new-buffer):
8525 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
8526 Use with-current-buffer.
8527 * textmodes/artist.el (artist-system): Don't call
8528 copy-sequence on a fresh string.
8529 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
8530
8531 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
8532
8533 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
8534 is no item to edit. (Bug#4820)
8535 (todo-top-priorities): Restore point and restore narrowing in Todo
8536 buffer. (Bug#4820)
8537
8538 2009-10-31 Glenn Morris <rgm@gnu.org>
8539
8540 * net/ange-ftp.el (top-level): Don't require dired when compiling.
8541 (comint-last-output-start, comint-last-input-start)
8542 (comint-last-input-end): Don't defvar when compiling.
8543 (ange-ftp-process-file): Use bound-and-true-p.
8544
8545 * pcmpl-rpm.el (top-level): Move provide statement to end.
8546 (pcmpl-rpm): Remove unused custom group.
8547
8548 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
8549
8550 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
8551
8552 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
8553 (byte-compile-warnings): Add `constants' as an option.
8554 (byte-compile-callargs-warn, byte-compile-arglist-warn)
8555 (display-call-tree): Update for byte-compile-fdefinition possibly
8556 returning `(macro lambda ...)'. (Bug#4778)
8557 (byte-compile-variable-ref, byte-compile-setq-default):
8558 Respect `constants' member of byte-compile-warnings.
8559
8560 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
8561 Use mapc rather than mapcar because the return value is never used.
8562
8563 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
8564 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
8565 * cedet/semantic/html.el:
8566 Suppress harmless warnings about setting up semantic-imenu (not
8567 part of Emacs) variables.
8568
8569 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8570
8571 * vc-bzr.el (vc-bzr-revision-keywords): New var.
8572 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
8573 to "submit:".
8574
8575 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
8576 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
8577 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
8578 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
8579 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
8580 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
8581 (semantic-analyzer-debug-global-symbol)
8582 (semantic-analyzer-debug-missing-innertype)
8583 (semantic-analyzer-debug-insert-include-summary):
8584 * cedet/semantic/util.el (semantic-file-tag-table):
8585 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
8586 (semantic-recursive-find-nonterminal-by-name):
8587 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
8588 * cedet/semantic/tag-file.el (semantic-prototype-file):
8589 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
8590 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
8591 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
8592 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
8593 (semantic-idle-summary-maybe-highlight):
8594 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
8595 (semantic-ia-sb-tag-info):
8596 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
8597 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
8598 * cedet/semantic/ede-grammar.el (project-compile-target):
8599 (ede-proj-makefile-insert-variables):
8600 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
8601 (semantic-debug-set-source-location, semantic-debug-interface-layout)
8602 (semantic-debug-mode, semantic-debug):
8603 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
8604 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
8605 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
8606 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
8607 (semanticdb-find-translate-path-includes--internal)
8608 (semanticdb-reset-log, semanticdb-find-log-activity):
8609 * cedet/semantic/db-file.el (object-write):
8610 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
8611 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
8612 (semanticdb-create-ebrowse-database):
8613 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
8614 * cedet/semantic/complete.el (semantic-displayor-focus-request)
8615 (semantic-collector-calculate-completions-raw)
8616 (semantic-complete-read-tag-analyzer):
8617 * cedet/semantic/analyze.el (semantic-analyze-pulse):
8618 * cedet/ede/util.el (ede-update-version-in-source):
8619 * cedet/ede/proj.el (project-delete-target):
8620 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
8621 (ede-proj-flush-autoconf):
8622 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
8623 (ede-proj-configure-synchronize):
8624 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
8625 * cedet/ede/linux.el (ede-linux-version):
8626 * cedet/ede/emacs.el (ede-emacs-version):
8627 * cedet/ede/dired.el (ede-dired-add-to-target):
8628 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
8629 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
8630 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
8631 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
8632 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
8633 (cedet-idutils-version-check):
8634 * cedet/cedet-global.el (cedet-gnu-global-call):
8635 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
8636 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
8637 * cedet/cedet-cscope.el (cedet-cscope-call)
8638 (cedet-cscope-expand-filename, cedet-cscope-version-check):
8639 Use with-current-buffer.
8640 * cedet/ede.el (ede-make-project-local-variable)
8641 (ede-set-project-variables, ede-set): Use dolist.
8642
8643 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
8644
8645 * textmodes/ispell.el (ispell-skip-region-alist):
8646 * international/mule-conf.el (eight-bit):
8647 * international/fontset.el (font-encoding-alist):
8648 * startup.el (pure-space-overflow-message):
8649 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
8650 * paths.el (gnus-nntp-service, rmail-spool-directory)
8651 (term-file-prefix):
8652 * files.el (save-some-buffers-action-alist):
8653 * cmuscheme.el (same-window-buffer-names):
8654 * ielm.el (same-window-buffer-names):
8655 * shell.el (same-window-buffer-names):
8656 * mail/sendmail.el (same-window-buffer-names):
8657 * progmodes/inf-lisp.el (same-window-buffer-names):
8658 * bindings.el (mode-line-client)
8659 (mode-line-column-line-number-mode-map):
8660 * language/tibetan.el (tibetan-precomposition-rule-regexp)
8661 (tibetan-precomposed-regexp): Purecopy string arguments.
8662
8663 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8664
8665 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
8666 (calcDigit-nondigit):
8667 * calc/calc-yank.el (calc-copy-to-buffer):
8668 * calc/calc-units.el (calc-invalidate-units-table):
8669 * calc/calc-trail.el (calc-trail-yank):
8670 * calc/calc-store.el (calc-insert-variables):
8671 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
8672 * calc/calc-prog.el (calc-read-parse-table):
8673 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
8674 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
8675 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
8676 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
8677 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
8678 (calc-graph-name, calc-graph-find-command, calc-graph-view)
8679 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
8680 * calc/calc-ext.el (calc-realign):
8681 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
8682 (calc-embedded-finish-edit, calc-embedded-make-info)
8683 (calc-embedded-finish-command, calc-embedded-stack-change):
8684 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
8685
8686 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
8687 (overload-docstring-extension): Use that info.
8688 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
8689 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
8690 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
8691 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
8692 (semantic-nonterminal-full-name): Add the new `when' info.
8693 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
8694 `assert'.
8695
8696 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
8697 shell-dynamic-complete-filename in preference to
8698 comint-dynamic-complete-filename.
8699
8700 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8701 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
8702 Don't consider whether the display supports colors.
8703 (bookmark-import-new-list): Use dolist.
8704 (bookmark-bmenu-mode-map): Move initialization into declaration.
8705 (bookmark-bmenu-list): Use dolist, simplify.
8706 (bookmark-show-all-annotations): Use save-selected-window and dolist.
8707 (menu-bar-final-items): Use push.
8708
8709 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
8710
8711 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
8712 it works on remote files.
8713 (vc-hg-diff): Don't pass any `--cwd' argument.
8714
8715 2009-10-27 Kevin Ryde <user42@zip.com.au>
8716
8717 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
8718 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
8719 (Further to Bug#3921).
8720
8721 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
8722
8723 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
8724 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
8725 calling `tramp-imap-put-file'. Add file size to the call.
8726 (tramp-imap-get-file-entries): Compute also user name, file size,
8727 and date.
8728 (tramp-imap-handle-insert-directory): Insert uid and gid.
8729 (tramp-imap-handle-file-attributes): Transform uid and gid
8730 according to `id-format'.
8731 (tramp-imap-put-file): New optional parameter SIZE. Encode file
8732 size in header X-Size.
8733
8734 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
8735
8736 * simple.el (transpose-subr): Give clearer error when the mark
8737 is not set. (Bug#4807)
8738
8739 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
8740
8741 * net/tramp.el (tramp-perl-file-truename): New defconst.
8742 Perl code contributed by yary <not.com@gmail.com> (tiny change).
8743 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
8744 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
8745 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
8746
8747 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
8748 Ignore `dired-call-process'.
8749 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
8750
8751 2009-10-26 Julian Scheid <julians37@gmail.com>
8752
8753 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
8754 (tramp-get-remote-readlink): New defun.
8755 (tramp-handle-file-truename): Use it.
8756 (tramp-handle-file-exists-p): Check file-attributes cache, assume
8757 file exists if cache value present.
8758 (tramp-check-cached-permissions): New defun.
8759 (tramp-handle-file-readable-p): Use it.
8760 (tramp-handle-file-writable-p): Likewise.
8761 (tramp-handle-file-executable-p): Likewise.
8762 (tramp-handle-file-name-all-completions): Try using Perl to get
8763 partial completions. When perl not available, combine `cd' and
8764 `ls' into single remote operation and use shell expansion to get
8765 partial remote directory contents. Set `file-exists-p' cache for
8766 directory and any files returned by ls. Change cache handling to
8767 support partial directory contents. Use error message emitted by
8768 remote `cd' or Perl code for local tramp-error.
8769 (tramp-do-copy-or-rename-file-directly): Avoid separate
8770 tramp-send-command-and-check call.
8771 (tramp-handle-process-file): Merge three remote ops into one.
8772 Do not flush all caches when `process-file-side-effects' is set.
8773 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
8774 file-attributes shows uid/gid to be set already.
8775
8776 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
8777
8778 * textmodes/tex-mode.el (tex-dvi-view-command)
8779 (tex-show-queue-command, tex-open-quote):
8780 * progmodes/ruby-mode.el (auto-mode-alist)
8781 (interpreter-mode-alist): Purecopy strings.
8782
8783 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
8784
8785 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
8786 string for the hook, keymap and abbrev table.
8787
8788 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
8789
8790 * x-dnd.el (x-dnd-xdnd-to-action):
8791 * startup.el (fancy-startup-text, fancy-about-text): Change to
8792 defconst from defvar.
8793
8794 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
8795
8796 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
8797 Purecopy initialization strings.
8798
8799 * mail/sendmail.el (mail-header-separator)
8800 (mail-personal-alias-file):
8801 * mail/rmail.el (rmail-default-dont-reply-to-names)
8802 (rmail-ignored-headers, rmail-retry-ignored-headers)
8803 (rmail-highlighted-headers, rmail-secondary-file-directory)
8804 (rmail-secondary-file-regexp):
8805 * files.el (null-device, file-name-invalid-regexp)
8806 (locate-dominating-stop-dir-regexp)
8807 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
8808 (interpreter-mode-alist): Use mapcar instead of mapc.
8809
8810 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
8811
8812 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
8813 (completion-ignored-extensions):
8814 (debug-ignored-errors): Purecopy strings.
8815
8816 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8817
8818 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
8819 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
8820 (pcomplete--here): Use push.
8821
8822 * subr.el (all-completions): Declare the 4th arg obsolete.
8823
8824 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8825
8826 * pcomplete.el (pcomplete-unquote-argument-function): New var.
8827 (pcomplete-unquote-argument): New function.
8828 (pcomplete--common-suffix): Always pay attention to case.
8829 (pcomplete--table-subvert): Quote and unquote the text.
8830 (pcomplete--common-quoted-suffix): New function.
8831 (pcomplete-std-complete): Use it and pcomplete-begin.
8832
8833 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
8834 we're inside a dedicated or minibuffer window.
8835
8836 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8837
8838 * cedet/semantic/fw.el (semantic-alias-obsolete)
8839 (semantic-varalias-obsolete): Make the `when' arg mandatory.
8840 (define-mode-overload-implementation):
8841 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
8842 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
8843 * cedet/semantic/util.el (semantic-file-token-stream)
8844 (semantic-something-to-stream):
8845 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
8846 (semantic-expand-nonterminal):
8847 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
8848 (semantic-find-dependency, semantic-find-nonterminal)
8849 (semantic-find-dependency):
8850 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
8851 (semantic-flex-text, semantic-flex-make-keyword-table)
8852 (semantic-flex-keyword-p, semantic-flex-keyword-put)
8853 (semantic-flex-keyword-get, semantic-flex-map-keywords)
8854 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
8855 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
8856 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
8857 (semantic-after-idle-scheduler-reparse-hooks):
8858 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
8859 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
8860 * cedet/semantic.el (semantic-toplevel-bovine-table)
8861 (semantic-toplevel-bovine-cache)
8862 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
8863 (semantic-init-mode-hooks, semantic-init-db-hooks)
8864 (semantic-bovination-working-type): Provide the `when' arg.
8865
8866 2009-10-24 Karl Fogel <kfogel@red-bean.com>
8867
8868 * bookmark.el: Update documentation, especially documentation
8869 of `bookmark-alist' and of the bookmark file format.
8870 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
8871
8872 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
8873
8874 * mail/emacsbug.el (report-emacs-bug): Clarify that the
8875 keybindings apply to the mail buffer (Bug#4003). Shrink help
8876 window to buffer.
8877
8878 * whitespace.el (whitespace-mode, whitespace-newline-mode)
8879 (global-whitespace-mode, global-whitespace-newline-mode)
8880 (whitespace-toggle-options, global-whitespace-toggle-options):
8881 Doc fix (Bug#3660).
8882
8883 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
8884 of xmltok-start before the end tag was inserted (Bug#2840).
8885
8886 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
8887 patterns that are preceded by an open-paren (Bug#1320).
8888
8889 2009-10-24 Sven Joachim <svenjoac@gmx.de>
8890
8891 * files.el (delete-directory): Delete symlinks to directories with
8892 delete-file (Bug#4739).
8893
8894 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
8895
8896 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
8897 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
8898 argument to make-obsolete.
8899
8900 * cedet/semantic/fw.el (semantic-alias-obsolete)
8901 (semantic-varalias-obsolete): Add optional WHEN argument.
8902
8903 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
8904
8905 * vc.el (vc-backend-for-registration): Rename from
8906 vc-get-backend-for-registration. Update callers.
8907
8908 * international/mule-cmds.el (set-language-info-alist):
8909 Purecopy lang-env.
8910 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
8911 (charset): Purecopy the name.
8912 (define-char-code-property): Purecopy string arguments.
8913
8914 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
8915 Purecopy string arguments.
8916
8917 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
8918 * ediff-hook.el (menu-bar-ediff-menu):
8919 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
8920 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
8921
8922 2009-10-24 Glenn Morris <rgm@gnu.org>
8923
8924 * comint.el (comint-dynamic-list-completions):
8925 * term.el (term-dynamic-list-completions): Use choose-completion rather
8926 than obsolete alias mouse-choose-completion.
8927
8928 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
8929 file-cache-choose-completion.
8930 (file-cache-choose-completion): Handle an optional event argument.
8931 (file-cache-mouse-choose-completion): Make it an obsolete alias.
8932
8933 * progmodes/octave-mod.el (octave-complete-symbol):
8934 Use choose-completion if mouse-choose-completion is ever removed.
8935
8936 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
8937 use.
8938
8939 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
8940 compiler.
8941
8942 * vc-hooks.el (vc-responsible-backend): Fix declaration.
8943
8944 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8945
8946 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
8947 Ignore `pred' now that we receive one.
8948 Handle test-completion specially.
8949
8950 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
8951
8952 * vc.el (vc-responsible-backend): Throw an error if not backend is
8953 found. Remove the REGISTER argument. Move the code dealing with
8954 REGISTER ...
8955 (vc-get-backend-for-registration): ... here. New function.
8956 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
8957 of vc-responsible-backend, pass the file name instead of the
8958 directory name.
8959
8960 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
8961
8962 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
8963 New funs.
8964 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
8965 (pcomplete-comint-setup): Don't modify a global var via
8966 accidental side-effects.
8967 (pcomplete-shell-setup): Adjust call accordingly.
8968 (pcomplete-parse-comint-arguments): Use push.
8969
8970 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
8971
8972 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
8973 Allow uncapitalized info node names (Bug#3921).
8974
8975 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
8976 to the DEBUG file (Bug#3781).
8977
8978 2009-10-23 Jari Aalto <jari.aalto@cante.net>
8979
8980 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
8981 dictionary entry (Bug#4579).
8982
8983 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
8984
8985 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
8986 from `rfn-eshadow-update-overlay-hook' when unloading.
8987 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
8988 "rsyncc". Adjust doc string.
8989 (tramp-temp-buffer-file-name): New buffer-local defvar.
8990 (tramp-handle-insert-file-contents, tramp-handle-write-region):
8991 Keep temporary file when indicated by method ("rsync" and
8992 "rsyncc").
8993 (tramp-handle-write-region): Handle APPEND.
8994 (tramp-delete-temp-file-function): New defun. Added to
8995 `kill-buffer-hook'.
8996
8997 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
8998
8999 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
9000
9001 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
9002
9003 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
9004 (color-name-rgb-alist, tty-standard-colors)
9005 (tty-color-mode-alist): Change to defconst.
9006
9007 * simple.el (mark-inactive): Purecopy message.
9008
9009 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
9010 (global-map, yank-menu):
9011 * textmodes/ispell.el (ispell-menu-map):
9012 * net/eudc.el (eudc-tools-menu):
9013 * international/mule-cmds.el (describe-language-environment-map)
9014 (setup-language-environment-map, set-coding-system-map)
9015 (mule-menu-keymap):
9016 * vc-hooks.el (vc-menu-entry, vc-menu-map):
9017 * replace.el (occur-mode-map):
9018 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
9019
9020 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
9021
9022 * calc/calc.el (math-read-number, math-read-number-simple): Use
9023 `save-match-data'.
9024
9025 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
9026
9027 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
9028 rather than fiddling with global-map bindings, since it should only
9029 affect per-terminal settings.
9030 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
9031
9032 * minibuffer.el (completion-table-with-terminator): Allow to specify
9033 the terminator-regexp.
9034
9035 * simple.el (switch-to-completions): Look for *Completions* in other
9036 frames as well.
9037
9038 * pcomplete.el: Allow the use of completion-tables.
9039 (pcomplete-std-complete): New command.
9040 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
9041 (pcomplete--here): Use a function for `form' rather than an expression,
9042 so it can be byte-compiled.
9043 (pcomplete-here, pcomplete-here*): Adjust accordingly.
9044 Add edebug declaration.
9045 (pcomplete-show-completions): Remove unused var `curbuf'.
9046 (pcomplete-do-complete, pcomplete-stub):
9047 Don't assume `completions' is a list of strings any more.
9048
9049 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
9050
9051 * find-dired.el (find-name-arg): Fix typo in docstring.
9052
9053 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
9054
9055 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
9056 (pcmpl-linux-fs-types): Same, and update to new modules layout.
9057
9058 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
9059 pcomplete-entries.
9060
9061 * comint.el (comint-read-input-ring, comint-write-input-ring)
9062 (comint-substitute-in-file-name)
9063 (comint-dynamic-complete-as-filename)
9064 (comint-dynamic-simple-complete)
9065 (comint-dynamic-list-filename-completions)
9066 (comint-dynamic-list-completions)
9067 (comint-redirect-results-list-from-process): Minor simplifications.
9068
9069 2009-10-21 Kevin Ryde <user42@zip.com.au>
9070
9071 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9072 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
9073 the first form. And insert a blank line after ";;; Code" since
9074 that's usual style. (Bug#4612)
9075
9076 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
9077
9078 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9079
9080 * minibuffer.el (completion-table-with-terminator): Properly implement
9081 boundaries, in case `terminator' appears in the suffix.
9082 (completion--embedded-envvar-table): Don't return boundaries if
9083 there's no valid completion. Simplify.
9084 (completion-file-name-table): New completion table extracted from
9085 completion--file-name-table.
9086 (completion--file-name-table): Use it.
9087 (read-file-name-predicate): Declare obsolete.
9088 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
9089 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
9090 completion-file-name-table, and use the `pred' argument.
9091 * files.el (locate-file-completion-table): Use the `pred' arg rather
9092 than read-file-name-predicate.
9093 (abbreviate-file-name): Use \` rather than ^ for BOS.
9094
9095 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
9096
9097 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
9098 vc-responsible-backend to register, it causes problems.
9099
9100 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9101
9102 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
9103
9104 2009-10-21 Eric Ludlam <zappo@gnu.org>
9105
9106 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
9107 (semantic-c-debug-mode-init-pch): New functions.
9108 (semantic-c-debug-mode-init-last-mode): New var.
9109 (semantic-c-parse-lexical-token): Use them.
9110
9111 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
9112 When extracting the argument list, limit only by point-max.
9113
9114 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
9115
9116 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
9117 (tramp-smb-handle-file-attributes): Use it.
9118 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
9119 (tramp-smb-handle-insert-directory): Use `mapc' rather than
9120 `mapcar'. Use `tramp-smb-get-stat-capability'.
9121 Add `dired-filename' text properties.
9122 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
9123 (tramp-smb-maybe-open-connection): Simplify check for smbclient
9124 version.
9125
9126 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9127
9128 * subr.el (read-key-delay): Reduce to 0.01.
9129 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
9130 (bug#4751).
9131
9132 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9133
9134 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
9135
9136 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
9137 (Info-menu): Remove unused vars `last' and `completions'.
9138 (Info-index-nodes): Remove unused var `node'.
9139
9140 * info.el (Info-complete-menu-item): Use complete-with-action.
9141
9142 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
9143
9144 Make vc-annotate work through copies and renames.
9145 * vc-annotate.el (vc-annotate-extract-revision-at-line):
9146 Return the file name too.
9147 (vc-annotate-revision-at-line)
9148 (vc-annotate-find-revision-at-line)
9149 (vc-annotate-revision-previous-to-line)
9150 (vc-annotate-show-log-revision-at-line): Update to get the file
9151 name from vc-annotate-extract-revision-at-line.
9152 (vc-annotate-show-diff-revision-at-line-internal): Change the
9153 argument to mean whether to show a file diff or not. Get the file
9154 name from vc-annotate-extract-revision-at-line.
9155 (vc-annotate-show-diff-revision-at-line):
9156 Update vc-annotate-show-diff-revision-at-line call.
9157 (vc-annotate-warp-revision): Add an optional file argument.
9158
9159 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
9160 (vc-git-annotate-extract-revision-at-line): Also return the file
9161 name if found.
9162
9163 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
9164 command. Remove unused code.
9165 (vc-hg-annotate-re): Update to match --follow output.
9166 (vc-hg-annotate-extract-revision-at-line): Also return the file
9167 name if found.
9168
9169 * vc.el: Update annotate-extract-revision-at-line documentation.
9170
9171 2009-10-18 Kevin Ryde <user42@zip.com.au>
9172
9173 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
9174 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
9175
9176 * net/browse-url.el (browse-url): Identify alist with "consp and
9177 not functionp" and let all other things go down the `apply' leg,
9178 as suggested by Stefan. (Further to bug#4531.)
9179
9180 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
9181
9182 * minibuffer.el (read-file-name): Check for repeat before putting
9183 a default argument in file-name-history (Bug#4657).
9184
9185 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
9186 read syntax (Bug#4737).
9187
9188 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
9189
9190 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9191
9192 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
9193 (html-tag-alist, html-tag-help): Add descriptions for undocumented
9194 entries and make note of obsolete tags.
9195
9196 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9197
9198 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
9199
9200 2009-10-18 Glenn Morris <rgm@gnu.org>
9201
9202 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
9203 grep, so that binary files (eg international/uni-bidi.el) can match.
9204 Remove test for "UnicodeData" files, since it is hopefully unnecessary
9205 now, and in any case the file header format has changed.
9206
9207 2009-10-17 Glenn Morris <rgm@gnu.org>
9208
9209 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
9210 (flyspell-get-word, flyspell-large-region)
9211 (flyspell-auto-correct-previous-word): Doc/error message fixes.
9212
9213 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
9214
9215 * Makefile.in (ELCFILES): Add ede/shell.
9216
9217 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
9218
9219 * term/common-win.el (x-colors): Purecopy it.
9220
9221 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9222
9223 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
9224 permissive for when the buffer is empty.
9225 (tar-header-block-tokenize): Decode the username and groupname.
9226 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
9227
9228 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
9229
9230 * cedet/srecode/srt.el:
9231 * cedet/srecode/compile.el:
9232 * cedet/semantic/mru-bookmark.el:
9233 * cedet/semantic/debug.el:
9234 * cedet/semantic/complete.el:
9235 * cedet/semantic/analyze.el: Require CL when compiling.
9236
9237 2009-10-17 Eric Ludlam <zappo@gnu.org>
9238
9239 * cedet/semantic/scope.el
9240 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
9241 tmpscope so that the regular scope will continue to work.
9242
9243 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
9244 Use semantic-idle-summary-highlight-face as the highlighting.
9245
9246 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
9247 contains multibyte characters, choose first applicable coding
9248 system automatically.
9249
9250 * cedet/ede/project-am.el (project-run-target): New method.
9251 (project-run-target): New method.
9252
9253 * cedet/ede.el (ede-target): Add run target menu item.
9254 (ede-project, ede-minor-keymap): Add ede-run-target binding.
9255 (ede-run-target): New function.
9256 (ede-target::project-run-target): New method.
9257
9258 * cedet/ede/proj.el (project-run-target): New method.
9259
9260 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
9261 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
9262 Add :rules.
9263 (ede-proj-target-makefile-shared-object): Only libtool compilers
9264 now available. Add linkers for libtool.
9265 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
9266 (ede-proj-makefile-target-name): Always use .la extension.
9267
9268 * cedet/ede/proj-prog.el (project-run-target): New method.
9269
9270 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
9271 (ede-g++-linker): Change Change link lines.
9272
9273 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
9274 When searching for old variables, go to the end of the buffer and
9275 search backward from there.
9276 (ede-proj-makefile-automake-insert-subdirs)
9277 (ede-proj-makefile-automake-insert-extradist): New methods.
9278 (ede-proj-makefile-create): Use them.
9279
9280 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
9281 Force FILE to expand to the current target. Use file-exists-p to
9282 check that it exists.
9283
9284 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
9285 (ede-linux-load): Wrap dir in file-name-as-directory.
9286 Set :version slot.
9287
9288 * cedet/ede/files.el (ede-get-locator-object): When enabling
9289 locate, do so on "top".
9290
9291 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
9292 file-name-as-directory during compare.
9293 (ede-emacs-version): Return Emacs/XEmacs differentiator.
9294 Get version number from different places. Don't call egrep.
9295 (ede-emacs-load): Set :version slot. Call file-name-as-directory
9296 to set the directory.
9297
9298 * cedet/ede/shell.el: New file.
9299
9300 * cedet/inversion.el (inversion-decoders): Allow for stray . in
9301 alpha/beta variants.
9302
9303 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9304
9305 * international/mule-cmds.el (select-safe-coding-system): If the file
9306 has a coding cookie, use it regardless of any other setting (bug#4712).
9307
9308 2009-10-17 Glenn Morris <rgm@gnu.org>
9309
9310 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
9311 All errors should have messages.
9312
9313 * foldout.el (foldout-mouse-swallow-events):
9314 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
9315
9316 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
9317 (dired-keep-marker-copy, dired-keep-marker-hardlink)
9318 (dired-keep-marker-symlink, dired-dwim-target)
9319 (dired-copy-preserve-time): Do not autoload these defcustoms.
9320
9321 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
9322 messages from messing up the file coding. (Bug#4623)
9323
9324 2009-10-17 Jari Aalto <jari.aalto@cante.net>
9325
9326 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
9327 if no match is found for the current dictionary. (Bug#4578)
9328
9329 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
9330 optional, since that is how it is documented, and this is often called
9331 with a nil argument. (Bug#4577)
9332 (flyspell-external-point-words, flyspell-auto-correct-word)
9333 (flyspell-correct-word-before-point, flyspell-word-search-forward)
9334 (flyspell-word-search-backward): Remove nil argument in calls to
9335 flyspell-get-word, since it is not needed now.
9336
9337 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
9338
9339 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
9340
9341 2009-10-16 Glenn Morris <rgm@gnu.org>
9342
9343 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
9344
9345 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
9346
9347 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
9348 (ange-ftp-file-size): New function.
9349 (ange-ftp-file-attributes): Use it.
9350
9351 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
9352
9353 * net/tramp-smb.el (tramp-smb-version): New defvar.
9354 (tramp-smb-maybe-open-connection): Use it, in order to avoid
9355 repeated checks.
9356
9357 2009-10-16 Glenn Morris <rgm@gnu.org>
9358
9359 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
9360 Maybe copy some custom properties from old to new name. (Bug#4706)
9361
9362 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
9363
9364 * subr.el (error, sit-for, start-process-shell-command)
9365 (start-file-process-shell-command): Set the calling convention
9366 after the function definition.
9367
9368 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9369
9370 * subr.el (error, sit-for, start-process-shell-command)
9371 (start-file-process-shell-command): Use the new
9372 set-advertised-calling-convention feature.
9373
9374 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
9375
9376 * international/ucs-normalize.el (ucs-normalize-version):
9377 Change to 1.2.
9378 (check-range): Adjust for Unicode 5.2.
9379
9380 2009-10-15 Juri Linkov <juri@jurta.org>
9381
9382 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
9383 to the `menu-item' format.
9384
9385 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
9386
9387 * net/tramp.el (tramp-replace-environment-variables): Do not fail
9388 if the environment variable does not exist.
9389
9390 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9391 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
9392 parameter.
9393 (tramp-smb-handle-add-name-to-file)
9394 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
9395 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
9396 (tramp-smb-handle-file-attributes)
9397 (tramp-smb-do-file-attributes-with-stat)
9398 (tramp-smb-handle-file-local-copy)
9399 (tramp-smb-handle-insert-directory)
9400 (tramp-smb-handle-make-directory)
9401 (tramp-smb-handle-make-directory-internal)
9402 (tramp-smb-handle-make-symbolic-link)
9403 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
9404 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
9405 (tramp-smb-maybe-open-connection): Apply the changed parameters.
9406 (tramp-smb-read-file-entry): Read Disk names in compressed format.
9407 Handle long file names.
9408 (tramp-smb-get-cifs-capabilities): Check, whether the connection
9409 process is running.
9410 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
9411 Read share names with "-g" option.
9412
9413 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
9414
9415 * net/rcirc.el (rcirc-view-log-file): New command.
9416 (rcirc-track-minor-mode-map): Remove C-c ` binding.
9417 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
9418 specified.
9419
9420 2009-10-15 Glenn Morris <rgm@gnu.org>
9421
9422 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
9423 from the second command-line argument.
9424 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
9425 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
9426 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
9427 w32-batch-update-autoloads.
9428 * emacs-lisp/autoload.el (autoload-make-program): New variable.
9429 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
9430
9431 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
9432 the headers cannot be located. Simplify, subtracting superflous
9433 save-excursions.
9434
9435 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
9436
9437 Replace completion-base-size by completion-base-position to fix bugs
9438 such as (bug#4699).
9439 * simple.el (completion-base-position): New var.
9440 (completion-base-size): Mark as obsolete.
9441 (choose-completion): Make it work for mouse events as well.
9442 Pass the new base-position to choose-completion-string.
9443 (choose-completion-guess-base-position): New function, extracted from
9444 choose-completion-delete-max-match.
9445 (choose-completion-delete-max-match): Use it. Make obsolete.
9446 (choose-completion-string): Use the new base-position info.
9447 (completion-root-regexp): Delete.
9448 (completion-setup-function): Preserve completion-base-position.
9449 Eliminate obsolete base-size manipulation.
9450 * minibuffer.el (display-completion-list): Don't mess with base-size.
9451 (minibuffer-completion-help): Set completion-base-position instead.
9452 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
9453 choose-completion.
9454 * textmodes/bibtex.el (bibtex-complete):
9455 * emacs-lisp/crm.el (crm--choose-completion-string):
9456 Adjust to new calling convention.
9457 * complete.el (partial-completion-mode): Use minibufferp to avoid
9458 bumping into incompatible change to choose-completion-string-functions.
9459 * ido.el (ido-choose-completion-string): Make its calling convention
9460 more permissive.
9461 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
9462 base-size manipulation.
9463 (comint-dynamic-list-input-ring): Use dotimes and push.
9464 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
9465 fundamental-mode. Use `or'.
9466
9467 2009-10-14 Juri Linkov <juri@jurta.org>
9468
9469 * misearch.el (multi-isearch-next-buffer-from-list)
9470 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
9471
9472 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
9473
9474 * Makefile.in (compile-onefile): Load `bytecomp' rather than
9475 `bytecomp.el'.
9476
9477 * minibuffer.el (completion-pcm--merge-completions): Make sure the
9478 string we return is all made up of text from the completions rather
9479 than part from the completions and part from the input (bug#4219).
9480
9481 * ido.el (ido-everywhere): Use define-minor-mode.
9482
9483 * buff-menu.el (list-buffers, ctl-x-map):
9484 Mark the entry points with ;;;###autoload cookies.
9485
9486 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
9487
9488 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
9489 correctly in the detached head case.
9490 (vc-git-print-log): Remove unused binding.
9491
9492 * vc.el (vc-responsible-backend): When a directory is passed for
9493 for registration create a VC repository if no backend is
9494 responsible for the directory argument.
9495 (vc-deduce-fileset): Tell vc-responsible-backend to register.
9496
9497 * vc.el: Move comments about RCS and SCCS ...
9498 * vc-rcs.el:
9499 * vc-sccs.el: ... here, respectively.
9500
9501 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
9502
9503 * minibuffer.el (completion--file-name-table): Return nil if there's
9504 no file completion, even if substitute-in-file-name changed
9505 the string (bug#4708).
9506
9507 2009-10-13 Juri Linkov <juri@jurta.org>
9508
9509 * files-x.el (read-file-local-variable-value): Don't filter out
9510 minor modes from mode name completion (bug#4664).
9511
9512 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
9513
9514 * international/mule-cmds.el (ucs-names): Remove exclusion of
9515 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
9516
9517 2009-10-13 Kenichi Handa <handa@m17n.org>
9518
9519 * international/uni-name.el: Regenerated.
9520
9521 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
9522
9523 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
9524 should be automatically buffer-local, but isn't.)
9525
9526 2009-10-12 Sam Steingold <sds@gnu.org>
9527
9528 * progmodes/compile.el (compilation-next-error-function): Fix the
9529 timestamps if the buffer has been visited before.
9530 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
9531 non-anchored patterns, like the perl one (bug#3928).
9532
9533 2009-10-12 Glenn Morris <rgm@gnu.org>
9534
9535 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
9536 Let-bind `size'.
9537
9538 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
9539
9540 * proced.el (proced-unload-function): New function.
9541
9542 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
9543 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
9544 Doc fix.
9545
9546 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
9547
9548 2009-10-11 Juri Linkov <juri@jurta.org>
9549
9550 * files-x.el (read-file-local-variable-value):
9551 Provide default value only for bound variables (bug#4664).
9552
9553 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
9554
9555 * net/tramp.el (tramp-local-host-p): Function shall return nil for
9556 connection methods like smb.
9557
9558 * net/tramp-cache.el (tramp-flush-connection-property): The hash
9559 can be empty.
9560
9561 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9562 (tramp-smb-file-name-handler-alist): Add handlers for
9563 `add-name-to-file', `make-symbolic-link'.
9564 (tramp-smb-handle-add-name-to-file)
9565 (tramp-smb-do-file-attributes-with-stat)
9566 (tramp-smb-handle-make-symbolic-link)
9567 (tramp-smb-get-cifs-capabilities): New defuns.
9568 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
9569 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
9570 (tramp-smb-handle-file-local-copy)
9571 (tramp-smb-handle-make-directory-internal)
9572 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
9573 The file name syntax depends on cifs capabilities.
9574 (tramp-smb-handle-file-attributes):
9575 Call `tramp-smb-do-file-attributes-with-stat' if possible.
9576 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
9577 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
9578
9579 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
9580
9581 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
9582 (eieio-defclass): Apply deftype handler and setf-method properties
9583 directly.
9584 (eieio-add-new-slot): Avoid union function from cl library.
9585 (eieio--typep): New function.
9586 (eieio-perform-slot-validation): Use it.
9587
9588 2009-10-10 Karl Fogel <kfogel@red-bean.com>
9589
9590 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
9591 Update documentation to refer to the variables documented in r1.135.
9592 (Bug#4188)
9593
9594 2009-10-10 Karl Fogel <kfogel@red-bean.com>
9595
9596 * bookmark.el (Info-suffix-list): Remove this unused variable.
9597 (bookmark-current-point): Remove this obsolete variable.
9598 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
9599 Adjust for removal of bookmark-current-point.
9600
9601 (bookmarks-already-loaded, bookmark-current-buffer)
9602 (bookmark-yank-point): Document. (Bug#4188)
9603
9604 2009-10-10 Glenn Morris <rgm@gnu.org>
9605
9606 * frame.el (frame-height): Doc fix.
9607
9608 * calendar/calendar.el (calendar-split-width-threshold): New option.
9609 (calendar-basic-setup): Use calendar-split-width-threshold.
9610
9611 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
9612
9613 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
9614 Use .la for Automake.
9615
9616 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
9617
9618 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
9619 Use "autoreconf -i". Suggested by Andreas Schwab.
9620
9621 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
9622
9623 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
9624 Ideographic Supplement" range (U+1F200..U+1F2FF).
9625
9626 2009-10-09 Karl Fogel <kfogel@red-bean.com>
9627
9628 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
9629 since the list will have been rebuilt anyway. (Bug#4349)
9630
9631 2009-10-09 Karl Fogel <kfogel@red-bean.com>
9632
9633 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
9634 (bookmark-bmenu-execute-deletions): Don't save here, as
9635 bookmark-delete will now do so if necessary.
9636 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
9637 (Bug#4348)
9638
9639 2009-10-09 Glenn Morris <rgm@gnu.org>
9640
9641 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
9642
9643 2009-10-09 Karl Fogel <kfogel@red-bean.com>
9644
9645 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
9646 (bookmark-jump-other-window): Just invoke bookmark-jump with new
9647 argument now, so the two function's behaviors will match. (Bug#3645)
9648
9649 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
9650
9651 * cedet/ede/proj.el (project-make-dist, project-compile-project):
9652 Fix filename test.
9653 (ede-proj-dist-makefile): Use expand-file-name instead of concat
9654 to expand file names.
9655
9656 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
9657
9658 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
9659 (tramp-file-name-real-host, tramp-file-name-port):
9660 Apply `save-match-data'.
9661
9662 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
9663 case both directories are remote.
9664 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
9665 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
9666
9667 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
9668
9669 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
9670 (ede-proj-target-makefile-objectcode): Use it.
9671
9672 * cedet/ede/source.el (ede-want-any-source-files-p)
9673 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
9674 Return search result. This error was introduced while merging.
9675
9676 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
9677
9678 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
9679
9680 2009-10-07 Glenn Morris <rgm@gnu.org>
9681
9682 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
9683 of concat.
9684
9685 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
9686
9687 * files-x.el (read-file-local-variable): Include some
9688 non-user-variables in the completion table (bug#4664).
9689
9690 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
9691
9692 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
9693 message.
9694
9695 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9696 (tramp-smb-file-name-handler-alist): Add handler for
9697 `copy-directory', `expand-file-name', `set-file-modes'.
9698 (tramp-smb-handle-copy-directory)
9699 (tramp-smb-handle-expand-file-name)
9700 (tramp-smb-handle-set-file-modes): New defuns.
9701 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
9702 (tramp-smb-handle-file-attributes): Simplify check for retrieving
9703 entry.
9704 (tramp-smb-handle-insert-directory): Don't flush the cache.
9705 (tramp-smb-maybe-open-connection): Check for samba client and
9706 server versions.
9707
9708 2009-10-07 Eli Zaretskii <eliz@gnu.org>
9709
9710 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
9711 to not error out of search for "^lisp=" fails.
9712
9713 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
9714
9715 * makefile.w32-in (WINS_UPDATES): New macro.
9716 (custom-deps, finder-data, autoloads): Use it.
9717
9718 2009-10-07 Glenn Morris <rgm@gnu.org>
9719
9720 * Makefile.in (autoloads): Revert previous change.
9721 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
9722 the list of preloaded files passed on the command-line, get
9723 it from src/Makefile.
9724
9725 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
9726 show the original buffer rather than a random one.
9727
9728 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
9729
9730 * help.el (describe-no-warranty): Place point in a slightly better
9731 position in the GPLv3 text.
9732
9733 2009-10-06 Sam Steingold <sds@gnu.org>
9734
9735 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
9736 the comm attribute is present before calling regexp-quote.
9737
9738 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
9739
9740 * play/animate.el (animate-string): For good effect, make sure
9741 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
9742
9743 * play/animate.el (animate-sequence, animate-birthday-present):
9744 * misc.el (butterfly): Don't set `indent-tabs-mode'.
9745
9746 2009-10-06 Glenn Morris <rgm@gnu.org>
9747
9748 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
9749
9750 * emacs-lisp/autoload.el (autoload-excludes): New variable.
9751 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
9752 (batch-update-autoloads): Process a string value of autoload-excludes,
9753 set during the build process.
9754 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
9755
9756 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
9757 inside with-parsed... macro so that `v' is defined.
9758
9759 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
9760 * progmodes/fortran.el (fortran-end-of-block)
9761 (fortran-beginning-of-block):
9762 Also push mark in the macro case.
9763
9764 * emerge.el (emerge-show-file-name):
9765 * calc/calc.el (calc-quit):
9766 * calc/calc-misc.el (calc-big-or-small):
9767 * calc/calc-graph.el (calc-graph-view):
9768 * calc/calc-ext.el (calc-reset):
9769 * calendar/calendar.el (calendar-basic-setup):
9770 Use window-full-height-p.
9771
9772 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
9773 header we don't understand, don't insert another. (Bug#4624)
9774 If changing mime charset, insert the new one in the right place.
9775
9776 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
9777
9778 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
9779 (cal-tex-cursor-month): Correctly increment the end date for diary and
9780 holiday listing. (Bug#4626)
9781
9782 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9783
9784 * help-fns.el (describe-function-1): Don't burp if the function is not
9785 a symbol.
9786
9787 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
9788
9789 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
9790 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
9791 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
9792 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
9793
9794 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
9795 (eieio-default-superclass): Reflow docstrings.
9796 (this, class-option-assoc, defclass, eieio-class-un-autoload)
9797 (eieio-unbind-method-implementations, defmethod)
9798 (eieio-validate-slot-value, eieio-validate-class-slot-value)
9799 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
9800 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
9801 (eieio-slot-originating-class-p, eieio-slot-name-index)
9802 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
9803 (constructor, initialize-instance, no-next-method, object-print)
9804 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
9805 Fix typos in docstrings.
9806 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
9807 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
9808 (next-method-p): Doc fixes.
9809 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
9810 Fix typos in error messages.
9811 (eieio-defmethod): Fix typo in description of generic method.
9812
9813 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
9814 (eieio-persistent-save-interactive, slot-missing):
9815 Fix typos in docstrings.
9816 (eieio-instance-inheritor-slot-boundp): Doc fix.
9817
9818 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
9819 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
9820
9821 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
9822 (eieio-custom-object-apply-reset):
9823 Fix typos in docstrings and error messages.
9824
9825 * emacs-lisp/eieio-datadebug.el (data-debug-show):
9826 Fix typo in docstring.
9827
9828 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
9829 (eieio-browse-tree): Doc fix.
9830 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
9831 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
9832 Fix typos in docstrings.
9833
9834 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
9835 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
9836 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
9837 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
9838 Reflow docstrings.
9839
9840 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
9841
9842 * vc-hg.el (log-view-vc-backend): Declare for compiler.
9843 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
9844 Set log-view-vc-backend so that diff can work.
9845
9846 * log-view.el (log-view-diff): Use vc-diff-internal instead of
9847 vc-version-diff.
9848 (vc-diff-internal): Autoload this instead of vc-version-diff.
9849
9850 2009-10-05 Eli Zaretskii <eliz@gnu.org>
9851
9852 * simple.el (eval-expression): Doc fix.
9853
9854 * progmodes/cwarn.el (cwarn-mode): Doc fix.
9855
9856 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
9857
9858 * files.el (directory-files-no-dot-files-regexp): New defconst.
9859 (delete-directory): Use it.
9860 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
9861
9862 * net/tramp.el (tramp-verbose): Fix docstring.
9863 (tramp-methods): Add recursive option to `tramp-copy-args'.
9864 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
9865 "scp1_old", "scp2_old", "rsync", "rsyncc".
9866 (tramp-default-method): Check also for `auth-source-user-or-password'.
9867 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
9868 Add handler for `copy-directory'.
9869 (tramp-handle-copy-directory): New defun.
9870 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
9871 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
9872 Optimize sent command.
9873
9874 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9875
9876 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
9877 window if necessary.
9878
9879 * calendar/calendar.el (calendar-basic-setup): Don't call
9880 switch-to-buffer in a dedicated window.
9881
9882 2009-10-05 Karl Fogel <kfogel@red-bean.com>
9883
9884 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
9885 don't do anything related to relocating, just return nil.
9886 (bookmark-error-no-filename): New error.
9887 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
9888 bookmark has no file. Don't even attempt to handle things that
9889 are not files; the whole point of custom handlers is to keep that
9890 knowledge elsewhere anyway. Tighten some comments.
9891 (bookmark-file-or-variation-thereof): Remove now-unused function.
9892 (bookmark-location): Doc string fix.
9893 (Bug#4250)
9894
9895 2009-10-04 Karl Fogel <kfogel@red-bean.com>
9896
9897 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
9898 don't use a file dialog, because they usually don't know how to read
9899 a directory target from the user. (Bug#4230)
9900 Also, make sure the prompt can display directories as well as files.
9901
9902 2009-10-04 Karl Fogel <kfogel@red-bean.com>
9903
9904 * bookmark.el (bookmark-set, bookmark-buffer-name):
9905 Improve doc strings. (Bug#1193)
9906
9907 2009-10-04 Karl Fogel <kfogel@red-bean.com>
9908
9909 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
9910 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
9911 (bookmark-get-annotation, bookmark-set-annotation)
9912 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
9913 (bookmark-set-position, bookmark-get-front-context-string)
9914 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
9915 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
9916 (bookmark-jump-other-window, bookmark-handle-bookmark)
9917 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
9918 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
9919 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
9920 Improve doc strings to say whether bookmark can be a string or
9921 a record or both, and make other consistency and clarity fixes.
9922 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
9923 (bookmark-default-annotation-text, bookmark-yank-word)
9924 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
9925 (bookmark-import-new-list, bookmark-maybe-rename)
9926 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
9927 (bookmark-bmenu-bookmark): Give these doc strings.
9928 (bookmark-bmenu-check-position): Give this a doc string, but also
9929 add a FIXME comment about how the function may be pointless.
9930 (bookmark-default-handler): Rework doc string and change a
9931 parameter name, to clarify that this takes a bookmark record
9932 not a bookmark name.
9933 (bookmark-set): Change a parameter name to indicate its meaning,
9934 and improve the doc string a bit.
9935 (Bug#4188)
9936
9937 2009-10-04 Karl Fogel <kfogel@red-bean.com>
9938
9939 * bookmark.el (bookmark-alist): Document the new `handler' element
9940 in the param alist.
9941 (bookmark-make-record-function): Adjust documentation for above.
9942 (Bug#4193)
9943
9944 2009-10-04 Karl Fogel <kfogel@red-bean.com>
9945
9946 * info.el (Info-bookmark-make-record): Document this function.
9947 (Info-bookmark-jump): Document with a doc string, not just a comment.
9948 (Bug#4203)
9949
9950 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
9951
9952 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
9953 (semantic-new-buffer-fcn): Call parser setup functions here.
9954 (semantic-mode): Don't call parser setup functions here, it's done
9955 in semantic-new-buffer-fcn now.
9956 (semantic-mode): Parse all existing buffers when enabled.
9957
9958 * cedet/srecode/compile.el (srecode-compile-file):
9959 Call semantic-new-buffer-fcn if the buffer has not been parsed.
9960
9961 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
9962
9963 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
9964
9965 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
9966 (proj-comp-insert-variable-once): New macro, renamed from
9967 ede-pmake-insert-variable-once in ede/pmake.edl.
9968 (ede-proj-makefile-insert-variables): Use it.
9969
9970 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
9971
9972 * files.el (copy-directory): New defun.
9973
9974 * dired-aux.el (dired-copy-file-recursive): Use it.
9975
9976 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
9977
9978 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
9979 (makefile-end-of-command):
9980 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
9981 (semantic-end-of-context): Fix previous change. Doc fixes.
9982
9983 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
9984
9985 * files-x.el (modify-dir-local-variable)
9986 (copy-dir-locals-to-file-locals-prop-line):
9987 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
9988 (makefile-end-of-command):
9989 * cedet/semantic/lex.el (semantic-lex-token):
9990 * cedet/semantic/analyze/fcn.el
9991 (semantic-analyze-dereference-metatype-1):
9992 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
9993 (semantic-lex-cpp-undef):
9994 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
9995 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
9996 (semantic-end-of-context): Fix typos in docstrings.
9997
9998 * recentf.el (recentf-unload-function): New function.
9999
10000 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
10001
10002 * cedet/ede.el (ede-project-placeholder-cache-file):
10003 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
10004 * cedet/srecode/map.el (srecode-map-save-file):
10005 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
10006
10007 2009-10-04 Glenn Morris <rgm@gnu.org>
10008
10009 * window.el (window-full-height-p): Add doc string.
10010
10011 2009-10-04 Martin Rudalics <rudalics@gmx.at>
10012
10013 * window.el (window-full-height-p): New function. (Bug#4543)
10014
10015 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
10016
10017 * cedet/srecode/insert.el: Require srecode/args.
10018
10019 * cedet/srecode/args.el: Require srecode/dictionary instead of
10020 srecode/insert.
10021
10022 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
10023
10024 * files.el (auto-mode-alist): Add .srt and Project.ede.
10025
10026 * cedet/semantic.el (semantic-mode):
10027 Handle srecode-template-mode-hook as well.
10028 (semantic-mode): Use js-mode-hook for Javascript hook.
10029
10030 * cedet/srecode/template.el: Remove hook variable.
10031
10032 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
10033
10034 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
10035 projects exist.
10036 (ede-project-placeholder-cache-file): Default to a file in
10037 user-emacs-directory.
10038
10039 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
10040 templates in data-directory.
10041 (srecode-map-save-file): Default to a file in user-emacs-directory.
10042
10043 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
10044 directory.
10045
10046 2009-09-30 Eric Ludlam <zappo@gnu.org>
10047
10048 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
10049 Doc fix.
10050
10051 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
10052 Only insert each variable once.
10053
10054 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
10055 (ede-pmake-insert-variable-shared): Use it.
10056
10057 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
10058 for lexical table iff table is nil.
10059
10060 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
10061
10062 * vc.el: Remove commented out code.
10063 (vc-derived-from-dir-mode): Remove, unused.
10064 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
10065
10066 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
10067
10068 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10069 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
10070 there could be recursive loading when `default-directory' is a
10071 remote file name. (Bug#4614)
10072
10073 2009-10-03 Glenn Morris <rgm@gnu.org>
10074
10075 * calendar/calendar.el (calendar-basic-setup): Handle the case where
10076 the frame is wide.
10077 (calendar-generate-window): Test for shrinkability rather than width.
10078
10079 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
10080 declaration, currently false.
10081
10082 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
10083 reusing existing buffers, in case we happen to visit two files with the
10084 same basename. (Bug#4593)
10085
10086 2009-10-02 Eli Zaretskii <eliz@gnu.org>
10087
10088 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
10089 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
10090 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
10091 subdirs of cedet as well.
10092 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
10093
10094 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10095
10096 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
10097 Obey advertised-signature-table.
10098
10099 * help-fns.el (help-function-arglist): Don't check
10100 advertised-signature-table.
10101 (describe-function-1): Do it here instead so it also applies to subrs.
10102
10103 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
10104
10105 * simple.el (start-file-process): Say in the doc-string, that file
10106 handlers might not support pty association, if PROGRAM is nil.
10107
10108 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
10109 HOST and USER are strings. They are nil, when there are
10110 incomplete entries in ~/.netrc, for example.
10111 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
10112 root directory ("device busy" error otherwise).
10113
10114 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
10115 Flush file properties of created directory.
10116
10117 2009-10-02 Eli Zaretskii <eliz@gnu.org>
10118
10119 * makefile.w32-in (WINS_BASIC): Remove cedet.
10120 (WINS_CEDET): Add cedet.
10121 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
10122
10123 2009-10-02 Kevin Ryde <user42@zip.com.au>
10124
10125 * net/browse-url.el (browse-url): Pass any symbol in
10126 browse-url-browser-function to `apply', since if you've mistakenly put
10127 an unbound symbol then the error is clearer. (Bug#4531)
10128
10129 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
10130
10131 * allout.el (allout-init, allout-back-to-current-heading)
10132 (allout-beginning-of-current-entry, allout-ascend-to-depth)
10133 (allout-ascend, allout-up-current-level, allout-end-of-level)
10134 (allout-previous-visible-heading, allout-forward-current-level)
10135 (allout-backward-current-level, allout-show-children):
10136 * apropos.el (apropos-describe-plist):
10137 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
10138 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
10139 * completion.el (add-completion, add-permanent-completion):
10140 * descr-text.el (describe-text-category, describe-char):
10141 * desktop.el (desktop-lazy-abort):
10142 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
10143 * dired.el (dired-build-subdir-alist):
10144 * ediff.el (ediff-version):
10145 * elide-head.el (elide-head, elide-head-show):
10146 * emerge.el (emerge-version):
10147 * env.el (getenv):
10148 * face-remap.el (variable-pitch-mode):
10149 * faces.el (describe-face):
10150 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
10151 (dired-at-point):
10152 * files.el (find-file-existing, auto-save-mode):
10153 * font-lock.el (font-lock-fontify-buffer):
10154 * help-fns.el (describe-function, describe-variable)
10155 (describe-syntax, describe-categories):
10156 * help.el (view-lossage, describe-bindings, describe-key)
10157 (describe-mode):
10158 * hexl.el (hexl-current-address):
10159 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
10160 * info.el (Info-goto-emacs-key-command-node):
10161 * log-edit.el (log-edit-insert-cvs-template)
10162 (log-edit-insert-cvs-rcstemplate):
10163 * menu-bar.el (menu-bar-mode):
10164 * mouse.el (mouse-appearance-menu):
10165 * newcomment.el (comment-indent-new-line):
10166 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
10167 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
10168 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
10169 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
10170 * recentf.el (recentf-mode):
10171 * savehist.el (savehist-mode, savehist-save):
10172 * shadowfile.el (shadow-copy-files):
10173 * simple.el (kill-ring-save, next-line, previous-line)
10174 (normal-erase-is-backspace-mode):
10175 * strokes.el (strokes-update-window-configuration)
10176 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
10177 (strokes-xpm-for-stroke):
10178 * time.el (emacs-uptime, emacs-init-time):
10179 * tutorial.el (tutorial--describe-nonstandard-key)
10180 (tutorial--detailed-help):
10181 * type-break.el (type-break-mode)
10182 (type-break-mode-line-message-mode, type-break-query-mode)
10183 (type-break-guesstimate-keystroke-threshold):
10184 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
10185 * version.el (emacs-version):
10186 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
10187 * winner.el (winner-mode):
10188 * calendar/timeclock.el (timeclock-in, timeclock-out)
10189 (timeclock-status-string, timeclock-change)
10190 (timeclock-workday-remaining-string)
10191 (timeclock-workday-elapsed-string)
10192 (timeclock-when-to-leave-string):
10193 * calendar/todo-mode.el (todo-add-category):
10194 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
10195 * emacs-lisp/autoload.el (update-file-autoloads):
10196 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
10197 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
10198 (checkdoc-message-text, checkdoc-defun):
10199 * emacs-lisp/debug.el (debugger-list-functions):
10200 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10201 * emacs-lisp/eieio-opt.el (eieio-describe-class)
10202 (eieio-describe-generic):
10203 * emacs-lisp/lisp-mnt.el (lm-synopsis):
10204 * emacs-lisp/shadow.el (list-load-path-shadows):
10205 * emulation/cua-base.el (cua-mode):
10206 * emulation/edt.el (edt-set-scroll-margins):
10207 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
10208 (tpu-toggle-regexp, tpu-toggle-search-direction)
10209 (tpu-toggle-rectangle, tpu-toggle-control-keys):
10210 * emulation/tpu-extras.el (tpu-set-scroll-margins):
10211 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
10212 (viper-set-parsing-style-toggling-macro)
10213 (viper-set-emacs-state-searchstyle-macros):
10214 * emulation/viper.el (viper-set-hooks):
10215 * eshell/esh-mode.el (eshell-truncate-buffer):
10216 * international/mule-cmds.el (prefer-coding-system)
10217 (describe-input-method, describe-language-environment):
10218 * international/mule-diag.el (list-character-sets)
10219 (describe-character-set, describe-coding-system)
10220 (describe-fontset, list-fontsets, list-input-methods):
10221 * mail/sendmail.el (mail-signature):
10222 * net/ange-ftp.el (ange-ftp-copy-file):
10223 * net/browse-url.el (browse-url):
10224 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
10225 * net/quickurl.el (quickurl-add-url):
10226 * net/rcirc.el (names, topic):
10227 * net/xesam.el (xesam-mode):
10228 * play/5x5.el (5x5-new-game):
10229 * play/yow.el (apropos-zippy):
10230 * progmodes/ada-mode.el (ada-mode-version):
10231 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
10232 (f90-end-of-block)
10233 (f90-beginning-of-block):
10234 * progmodes/fortran.el (fortran-end-of-block)
10235 (fortran-beginning-of-block):
10236 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
10237 * progmodes/python.el (python-describe-symbol, python-shell):
10238 * term/ns-win.el (ns-print-buffer):
10239 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
10240 * textmodes/flyspell.el (flyspell-mode-on):
10241 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
10242 (pages-directory-for-addresses):
10243 * textmodes/table.el (table-recognize-cell)
10244 (table-query-dimension, table-generate-source)
10245 (table-insert-sequence, table--warn-incompatibility):
10246 * textmodes/tex-mode.el (tex-validate-buffer):
10247 * textmodes/texinfmt.el (texinfmt-version)
10248 (texinfo-format-buffer):
10249 Use `called-interactively-p' instead of `interactive-p'.
10250
10251 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
10252
10253 * image-mode.el (image-toggle-display):
10254 * emacs-lisp/elp.el (elp-instrument-function):
10255 * emacs-lisp/advice.el (ad-make-advised-definition):
10256 * emacs-lisp/easy-mmode.el (define-minor-mode):
10257 * net/browse-url.el (browse-url-maybe-new-window):
10258 * progmodes/sh-script.el (sh-learn-buffer-indent):
10259 Pass new argument 'any to `called-interactively-p'.
10260
10261 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
10262
10263 * international/uni-bidi.el:
10264 * international/uni-category.el:
10265 * international/uni-combining.el:
10266 * international/uni-comment.el:
10267 * international/uni-decimal.el:
10268 * international/uni-decomposition.el:
10269 * international/uni-digit.el:
10270 * international/uni-lowercase.el:
10271 * international/uni-mirrored.el:
10272 * international/uni-name.el:
10273 * international/uni-numeric.el:
10274 * international/uni-old-name.el:
10275 * international/uni-titlecase.el:
10276 * international/uni-uppercase.el:
10277 Regenerate from Unicode 5.2.0 data.
10278
10279 2009-10-01 Glenn Morris <rgm@gnu.org>
10280
10281 * Makefile.in (ELCFILES): Regenerate.
10282
10283 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
10284
10285 * subr.el (interactive-p): Mark obsolete.
10286 (called-interactively-p): Make the optional-ness of `kind' obsolete.
10287 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
10288 advertised-signature-table for subroutines as well.
10289
10290 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
10291 (set-advertised-calling-convention): New function.
10292 (make-obsolete, define-obsolete-function-alias)
10293 (make-obsolete-variable, define-obsolete-variable-alias):
10294 Make the optional-ness of `when' obsolete.
10295 (define-obsolete-face-alias): Make `when' non-optional.
10296 * help-fns.el (help-function-arglist):
10297 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
10298 Use advertised-signature-table.
10299
10300 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
10301
10302 * files.el (delete-directory): New defun. The original function
10303 in fileio.c has been renamed to `delete-directory-internal'.
10304
10305 * dired.el (dired-delete-file): Call `delete-directory' with
10306 RECURSIVE parameter.
10307
10308 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
10309 parameter RECURSIVE. Implementation is missing.
10310
10311 * net/tramp.el (tramp-handle-make-directory): Flush upper
10312 directory's file properties.
10313 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
10314 (tramp-handle-dired-recursive-delete-directory): Flush directory
10315 properties after the remove command only.
10316
10317 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10318 Handle optional parameter RECURSIVE.
10319
10320 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
10321 Handle optional parameter RECURSIVE.
10322
10323 * net/tramp-smb.el (tramp-smb-errors): Add error message for
10324 connection timeout.
10325 (tramp-smb-handle-delete-directory): Handle optional parameter
10326 RECURSIVE.
10327
10328 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
10329
10330 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
10331 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
10332 (byte-compile-defmacro): Use backquotes.
10333
10334 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
10335
10336 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
10337 has no associated file.
10338 (vc-resynch-buffer): Use vc-dir-buffers.
10339
10340 2009-10-01 Glenn Morris <rgm@gnu.org>
10341
10342 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
10343 (chart-file-count):
10344 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
10345 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
10346 * emacs-lisp/eieio-opt.el (eieio-describe-class):
10347 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
10348 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
10349 (eieio-copy-parents-into-subclass, make-instance, class-children)
10350 (eieio-generic-form):
10351 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
10352 * cedet/cedet-idutils.el (cedet-idutils-search)
10353 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
10354 (cedet-idutils-version-check):
10355 * cedet/cedet.el (cedet-version):
10356 * cedet/data-debug.el (data-debug-insert-overlay-button)
10357 (data-debug-insert-overlay-list-button)
10358 (data-debug-insert-buffer-button)
10359 (data-debug-insert-buffer-list-button)
10360 (data-debug-insert-process-button, data-debug-insert-ring-button)
10361 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
10362 (data-debug-insert-stuff-vector-button)
10363 (data-debug-insert-symbol-button, data-debug-insert-string)
10364 (data-debug-insert-number, data-debug-insert-lambda-expression)
10365 (data-debug-insert-nil, data-debug-insert-simple-thing)
10366 (data-debug-insert-custom, data-debug-edebug-expr):
10367 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
10368 (global-ede-mode-map, ede-new, ede-debug-target)
10369 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
10370 * cedet/semantic.el (semantic-minimum-working-buffer-size)
10371 (semantic-fetch-tags, semantic-submode-list)
10372 (semantic-default-submodes):
10373 * cedet/ede/source.el (ede-source-match):
10374 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
10375 (project-am-package-info):
10376 * cedet/ede/proj.el (ede-proj-target, project-new-target):
10377 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
10378 * cedet/ede/proj-comp.el (ede-current-build-list):
10379 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
10380 * cedet/ede/files.el (ede-toplevel-project-or-nil):
10381 * cedet/ede/cpp-root.el (initialize-instance):
10382 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
10383 (autoconf-parameter-strip, autoconf-insert-new-macro):
10384 * cedet/semantic/wisent.el (wisent-lex-eoi):
10385 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
10386 (semantic-show-parser-state-mode):
10387 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
10388 * cedet/semantic/tag.el (semantic-tag-new-variable)
10389 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
10390 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
10391 (semantic--tag-deep-copy-tag-list)
10392 (semantic-tag-components-with-overlays-default):
10393 * cedet/semantic/symref.el (semantic-symref-find-text):
10394 * cedet/semantic/senator.el (senator-yank-tag)
10395 (senator-transpose-tags-up):
10396 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
10397 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
10398 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
10399 * cedet/semantic/lex.el (semantic-lex-comment-regex)
10400 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
10401 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
10402 * cedet/semantic/lex-spp.el
10403 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
10404 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
10405 * cedet/semantic/idle.el
10406 (semantic-idle-summary-current-symbol-info-brutish)
10407 (semantic-idle-summary-current-symbol-info-default):
10408 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
10409 (semantic--grammar-macro-compl-dict):
10410 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
10411 * cedet/semantic/format.el (semantic-format-tag-custom-list)
10412 (semantic-format-tag-canonical-name-default):
10413 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
10414 (semantic-find-tags-for-completion)
10415 (semantic-find-tags-by-scope-protection-default)
10416 (semantic-deep-find-tags-for-completion):
10417 * cedet/semantic/edit.el
10418 (semantic-edits-incremental-reparse-failed-hook)
10419 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
10420 (semantic-edits-splice-remove, semantic-edits-splice-replace):
10421 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
10422 * cedet/semantic/dep.el (semantic-dependency-include-path):
10423 * cedet/semantic/db.el (semanticdb-default-find-index-class)
10424 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
10425 (semanticdb-project-roots):
10426 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
10427 (semanticdb-find-adebug-insert-scanned-tag-cons)
10428 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
10429 (semanticdb-brute-deep-find-tags-for-completion):
10430 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
10431 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
10432 (semantic-end-of-context-default)
10433 (semantic-ctxt-current-function-default)
10434 (semantic-ctxt-scoped-types-default):
10435 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
10436 (semantic-complete-inline-tag-engine)
10437 (semantic-complete-inline-custom-type)
10438 (semantic-complete-read-tag-analyzer):
10439 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
10440 (semantic-chart-database-size):
10441 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
10442 (semantic-analyze-current-context):
10443 * cedet/semantic/symref/list.el (semantic-symref)
10444 (semantic-symref-hide-buffer, semantic-symref-symbol):
10445 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
10446 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
10447 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
10448 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
10449 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
10450 (semantic-c-dereference-template):
10451 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
10452 (semantic--analyze-refs-full-lookup-with-parents)
10453 (semantic--analyze-refs-full-lookup-simple):
10454 * cedet/semantic/analyze/complete.el
10455 (semantic-analyze-possible-completions):
10456 * cedet/srecode/table.el (srecode-mode-table-new):
10457 * cedet/srecode/srt.el (srecode-read-variable-name):
10458 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
10459 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
10460 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
10461 * cedet/srecode/map.el (srecode-current-map):
10462 * cedet/srecode/insert.el (srecode-insert)
10463 (srecode-insert-variable-secondname-handler, srecode-insert-method)
10464 (srecode-template-inserter-point-override)
10465 (srecode-insert-include-lookup):
10466 * cedet/srecode/getset.el (srecode-auto-choose-class):
10467 * cedet/srecode/extract.el (srecode-inserter-extract):
10468 * cedet/srecode/document.el
10469 (srecode-document-autocomment-return-last-alist)
10470 (srecode-document-autocomment-param-type-alist)
10471 (srecode-document-insert-function-comment)
10472 (srecode-document-insert-variable-one-line-comment)
10473 (srecode-document-function-name-comment):
10474 * cedet/srecode/dictionary.el (srecode-create-dictionary)
10475 (srecode-compound-toString):
10476 * cedet/srecode/compile.el (srecode-flush-active-templates):
10477 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
10478 Doc/message fixes.
10479
10480 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
10481 match-data. (Bug#4555).
10482
10483 * cedet/semantic/bovine/gcc.el
10484 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
10485 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
10486
10487 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
10488 rather than parsing it as a regexp. This relaxes the layout
10489 requirements and makes errors easier to detect.
10490 (check-declare-verify): Check file is regular.
10491 (check-declare-directory): Doc fix.
10492 * subr.el (declare-function): Doc fix.
10493
10494 * ibuffer.el (ibuffer-format-qualifier):
10495 * isearch.el (hi-lock-regexp-okay):
10496 * calc/calc.el (math-zerop):
10497 * mail/uce.el (rmail-msgbeg, rmail-msgend):
10498 * term/w32-win.el (setup-default-fontset, set-fontset-font):
10499 Remove unused declarations.
10500
10501 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
10502
10503 * cedet/semantic/wisent/javat-wy.el
10504 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
10505
10506 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
10507
10508 * cedet/srecode/expandproto.el: Fix provide statement.
10509
10510 2009-09-30 Eric Ludlam <zappo@gnu.org>
10511
10512 * emacs-lisp/eieio.el (boolean-p): Delete.
10513
10514 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
10515
10516 * cedet/ede/srecode.el: Fix provide statement.
10517
10518 2009-09-30 Glenn Morris <rgm@gnu.org>
10519
10520 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
10521 * cedet/ede/proj-aux.el (ede-aux-source):
10522 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
10523 (ede-misc-source):
10524 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
10525 (semantic-mrub-switch-tags): Fix doc typos.
10526
10527 * cedet/semantic/db-global.el (data-debug-new-buffer)
10528 (data-debug-insert-thing): Remove unneeded declarations (one broken).
10529 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
10530
10531 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
10532
10533 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
10534 use of CL function `remove-if-not'.
10535
10536 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
10537
10538 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
10539 filename is not a string.
10540
10541 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
10542
10543 * files.el (safe-local-eval-forms): Fix typo.
10544
10545 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
10546
10547 * vc-hooks.el (vc-dir-buffers): New var.
10548 (vc-state-refresh): New function.
10549 (vc-state): Use it.
10550 (vc-after-save): Always ask the backend to recompute the new state.
10551 Always call vc-dir if necessary, using vc-dir-buffers.
10552 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
10553 Use vc-dir-buffers.
10554 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
10555 (vc-dir-prepare-status-buffer, vc-dir-update)
10556 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
10557 Don't call expand-file-name on default-directory.
10558
10559 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
10560
10561 * speedbar.el (speedbar-item-delete):
10562 * calc/calc-prog.el (calc-kbd-if):
10563 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
10564
10565 * epa.el (epa-key-list-mode-map):
10566 * hi-lock.el (hi-lock-menu): Fix typos in menus.
10567
10568 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
10569 (hs-show-hook): Fix typo in docstring.
10570
10571 2009-09-29 Glenn Morris <rgm@gnu.org>
10572
10573 * cedet/semantic/symref/idutils.el:
10574 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
10575
10576 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
10577
10578 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
10579 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
10580 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
10581 Mark declarations not understood by check-declare.
10582
10583 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
10584 file-name-nondirectory call preventing location of cedet files.
10585 (check-declare-verify): Use literal search rather than re-search.
10586 Add basic defmethod and defclass, and define-overloadable-function.
10587
10588 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
10589 Use tramp-compat-file-attributes rather than nonexistent
10590 tramp-compat-handle-file-attributes.
10591
10592 * Makefile.in (lisptagsfiles4): New.
10593 (AUTOGENEL): Add cedet loaddefs files.
10594 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
10595 (update-elclist, compile-always, backup-compiled-files)
10596 (bootstrap-clean): Add yet another directory level.
10597 (update-elclist): Use LC_COLLATE rather than COLLATE.
10598 (ELCFILES): Update, via `make update-elclist'.
10599
10600 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
10601
10602 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
10603 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
10604 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
10605
10606 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
10607
10608 * Makefile.in (lisptagsfiles3): Define.
10609 (TAGS, TAGS-LISP): Use it.
10610 (update-elclist): Add third directory level to look for elc files.
10611 (compile-always): Likewise.
10612 (backup-compiled-files): Likewise.
10613 (bootstrap-clean): Likewise.
10614 (ELCFILES): Update.
10615
10616 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
10617
10618 * Makefile.in (ELCFILES): Add CEDET files.
10619
10620 2009-09-28 Eric Ludlam <zappo@gnu.org>
10621
10622 CEDET (development tools) package merged.
10623
10624 * cedet/*.el:
10625 * cedet/ede/*.el:
10626 * cedet/semantic/*.el:
10627 * cedet/srecode/*.el: New files.
10628
10629 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
10630
10631 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
10632
10633 * net/tramp.el (top): Require tramp-imap.
10634
10635 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
10636 Use `tramp-compat-handle-file-attributes'.
10637
10638 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
10639
10640 * net/tramp-imap.el: New package.
10641
10642 2009-09-28 Eric Ludlam <zappo@gnu.org>
10643
10644 * emacs-lisp/chart.el:
10645 * emacs-lisp/eieio-base.el:
10646 * emacs-lisp/eieio-comp.el:
10647 * emacs-lisp/eieio-custom.el:
10648 * emacs-lisp/eieio-datadebug.el:
10649 * emacs-lisp/eieio-opt.el:
10650 * emacs-lisp/eieio-speedbar.el:
10651 * emacs-lisp/eieio.el: New files.
10652
10653 * cedet/cedet-cscope.el:
10654 * cedet/cedet-files.el:
10655 * cedet/cedet-global.el:
10656 * cedet/cedet-idutils.el:
10657 * cedet/data-debug.el:
10658 * cedet/inversion.el:
10659 * cedet/mode-local.el:
10660 * cedet/pulse.el: New files.
10661
10662 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10663
10664 * whitespace.el (whitespace-trailing-regexp)
10665 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
10666 Fix doc string.
10667
10668 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
10669
10670 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
10671 menu.
10672
10673 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
10674 menu-bar-ediff-menu.
10675
10676 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
10677 define-overloadable-function.
10678
10679 * progmodes/autoconf.el: Provide autoconf as well, so that this
10680 file can be `require'd.
10681
10682 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
10683
10684 * emacs-lisp/autoload.el (generated-autoload-feature)
10685 (generated-autoload-load-name): New vars.
10686 (autoload-rubric, autoload-generate-file-autoloads): Use them.
10687 (make-autoload): Recognize define-overloadable-function and
10688 defclass forms (for EIEIO).
10689
10690 * Makefile.in (update-subdirs): Exclude cedet directory.
10691
10692 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
10693
10694 * term/ns-win.el: Don't set the region face background. (Bug#4381)
10695
10696 * faces.el: Default light-background background for region face to
10697 ns_selection_color under NS.
10698
10699 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
10700
10701 * net/imap-hash.el: New library, see NEWS.
10702
10703 * Makefile.in (ELCFILES): Add imap-hash.el.
10704
10705 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
10706
10707 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
10708 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
10709 * help-macro.el (make-help-screen): Avoid using an ambiguous function
10710 definition where the docstring could be taken for the return value.
10711
10712 2009-09-26 Glenn Morris <rgm@gnu.org>
10713
10714 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
10715 Add option to only show images below a certain size.
10716 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
10717 save-excursion calls.
10718
10719 2009-09-26 Eli Zaretskii <eliz@gnu.org>
10720
10721 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
10722 subdirectories) and eieio.
10723
10724 2009-09-26 Alan Mackenzie <acm@muc.de>
10725
10726 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
10727 buggy bracketing. (Bug#4289)
10728
10729 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
10730 character constants (as case labels). (Bug#4289)
10731
10732 2009-09-25 Juri Linkov <juri@jurta.org>
10733
10734 * files.el (safe-local-eval-forms): Allow time-stamp in
10735 before-save-hook (Bug#4554).
10736
10737 2009-09-25 Drew Adams <drew.adams@oracle.com>
10738
10739 * menu-bar.el (list-buffers-directory): Doc fix.
10740
10741 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
10742
10743 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
10744 Try and avoid copying twice the same paragraph.
10745 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
10746 Remove save-excursion.
10747 (log-edit-changelog-entry): Do it here instead.
10748
10749 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
10750
10751 * bs.el (bs--get-file-name): Use `list-buffers-directory'
10752 when available, instead of hardcoding mode names. Doc fix.
10753
10754 * menu-bar.el (list-buffers-directory): Add docstring.
10755 Make automatically buffer-local.
10756
10757 * dired.el (dired-mode):
10758 * files.el (cd-absolute):
10759 * pcvs.el (cvs-temp-buffer):
10760 * pcvs-util.el (cvs-get-buffer-create):
10761 * shell.el (shell-mode):
10762 * vc-dir.el (vc-dir-mode):
10763 Don't make `list-buffers-directory' buffer local.
10764
10765 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
10766
10767 * comint.el (comint-exec, comint-run, make-comint):
10768 Doc fixes (Bug#4542).
10769
10770 2009-09-25 Glenn Morris <rgm@gnu.org>
10771
10772 * mail/rmailmm.el (rmail-mime): New custom group.
10773 Move all defcustoms in this file into this group.
10774 (rmail-mime-media-type-handlers-alist): Revert previous change.
10775 (rmail-mime-show-images): New option.
10776 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
10777 references to it, since it wasn't actually used for anything.
10778 (rmail-mime-insert-image): New function.
10779 (rmail-mime-image): Use rmail-mime-insert-image.
10780 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
10781 obey the value of `rmail-mime-show-images' option. Print the size of
10782 attachments.
10783
10784 2009-09-25 David Engster <deng@randomsample.de>
10785
10786 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
10787
10788 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10789
10790 * whitespace.el: Does not highlight trailing spaces While point is
10791 at end of line. Does not highligt spaces at beginning of buffer
10792 while point is at beginning of buffer. Does not highlight spaces
10793 at end of buffer while point is at end of buffer. (Bug#4177)
10794 New version 12.0.
10795 (whitespace-display-mappings): Adjust initialization.
10796 (whitespace-point, whitespace-font-lock-refontify): New vars.
10797 (whitespace-color-on, whitespace-color-off): Adjust code.
10798 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
10799 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
10800 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
10801
10802 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
10803
10804 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
10805
10806 * textmodes/sgml-mode.el: Remove xml-mode alias.
10807
10808 * files.el (auto-mode-alist, conf-mode-maybe)
10809 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
10810
10811 2009-09-24 Alan Mackenzie <acm@muc.de>
10812
10813 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
10814 c-forward-conditionals, but it doesn't move point and doesn't set
10815 the mark.
10816 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
10817 (c-down-conditional-with-else, c-backward-conditional)
10818 (c-forward-conditional): Refactor to use c-scan-conditionals.
10819
10820 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
10821
10822 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
10823 (help-default-arg-highlight): Remove.
10824 (help-highlight-arg): New function.
10825 (help-do-arg-highlight): Use it.
10826 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
10827
10828 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10829
10830 * term.el (term-set-scroll-region, term-handle-ansi-escape):
10831 Undo last change, which didn't fix the problem and introduced others.
10832
10833 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
10834
10835 * progmodes/gdb-mi.el: Don't require speedbar.
10836 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
10837
10838 2009-09-24 Glenn Morris <rgm@gnu.org>
10839
10840 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
10841
10842 * term/ns-win.el (ns-reg-to-script): Define for compiler.
10843
10844 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
10845 there is no newline after the final mime boundary. (Bug#4539)
10846 Move markers on insertion so that any buttons inserted don't end up in
10847 the next part of a multipart message.
10848 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
10849 (rmail-mime-bulk-handler): Optionally handle images.
10850 (rmail-mime-image): New button action.
10851 (rmail-mime-image-handler): New function.
10852 (rmail-mime-mode): New mode.
10853 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
10854
10855 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10856
10857 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
10858 than just dropping elements from it (bug#4504).
10859
10860 * term.el (term-set-scroll-region): Don't move cursor any more.
10861 (term-handle-ansi-escape): Call term-goto here instead.
10862 Suggested by Ivan Kanis <apple@kanis.eu>.
10863
10864 * term.el: Require CL.
10865 (term-ansi-reset): New function.
10866 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
10867 (term-handle-colors-array): Simplify.
10868
10869 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
10870
10871 * allout.el (allout-overlay-interior-modification-handler)
10872 (allout-obtain-passphrase):
10873 * epa-file.el (epa-file-write-region):
10874 * ps-print.el (ps-begin-job):
10875 * vc-hooks.el (vc-toggle-read-only):
10876 * vc-rcs.el (vc-rcs-rollback):
10877 * vc-sccs.el (vc-sccs-rollback):
10878 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
10879 (vc-version-diff, vc-revert, vc-rollback):
10880 * wdired.el (wdired-check-kill-buffer):
10881 * emacs-lisp/authors.el (authors):
10882 * net/socks.el (socks-open-connection):
10883 * net/zeroconf.el (zeroconf-service-add-hook):
10884 * obsolete/vc-mcvs.el (vc-mcvs-register):
10885 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
10886 (gdb-select-frame):
10887 * progmodes/grep.el (lgrep, rgrep):
10888 * progmodes/idlw-help.el (idlwave-help-check-locations)
10889 (idlwave-help-html-link, idlwave-help-assistant-open-link):
10890 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10891 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
10892 (reftex-toc-rename-label): Fix typos in error messages.
10893
10894 * dired-aux.el (dired-do-shell-command): Reflow docstring.
10895 (dired-copy-how-to-fn): Doc fix.
10896 (dired-files-attributes, dired-read-shell-command):
10897 Fix typos in docstrings.
10898
10899 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
10900 (dired-x-find-file-other-window): Reflow docstrings.
10901 (dired-omit-marker-char, dired-read-shell-command)
10902 (dired-x-submit-report): Fix typos in docstrings.
10903
10904 * shell.el (shell-mode-hook):
10905 * view.el (View-scroll-line-forward):
10906 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
10907 Fix typos in docstrings.
10908
10909 * net/dig.el (dig-invoke): Fix typo in docstring.
10910 (query-dig): Reflow docstring.
10911
10912 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
10913 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
10914 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
10915 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
10916 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
10917 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
10918 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
10919 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
10920 (idlwave-completion-map, idlwave-current-indent)
10921 (idlwave-custom-ampersand-surround, idlwave-customize)
10922 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
10923 (idlwave-define-abbrev, idlwave-determine-class-special)
10924 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
10925 (idlwave-end-block-reg, idlwave-end-of-statement)
10926 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
10927 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
10928 (idlwave-explicit-class-listed, idlwave-file-header)
10929 (idlwave-fill-paragraph, idlwave-find-class-definition)
10930 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
10931 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
10932 (idlwave-in-quote, idlwave-indent-action-table)
10933 (idlwave-indent-expand-table, idlwave-indent-line)
10934 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
10935 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
10936 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
10937 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
10938 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
10939 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
10940 (idlwave-outlawed-buffers, idlwave-popup-select)
10941 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
10942 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
10943 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
10944 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
10945 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
10946 (idlwave-statement-type, idlwave-struct-skip)
10947 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
10948 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
10949 (idlwave-what-module-find-class): Fix typos in docstrings.
10950 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
10951 (idlwave-calculate-cont-indent, idlwave-expand-equal)
10952 (idlwave-find-module, idlwave-find-structure-definition)
10953 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
10954 (idlwave-list-load-path-shadows, idlwave-next-statement)
10955 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
10956 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
10957 (idlwave-template): Reflow docstrings.
10958
10959 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
10960 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
10961 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
10962 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
10963 (idlwave-shell-display-line, idlwave-shell-display-wframe)
10964 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
10965 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
10966 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
10967 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
10968 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
10969 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
10970 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
10971 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
10972 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
10973 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
10974 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
10975 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
10976 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
10977 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
10978 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
10979 Fix typos in docstrings.
10980 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
10981 (idlwave-shell-hide-output, idlwave-shell-mode)
10982 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
10983 Reflow docstrings.
10984
10985 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
10986
10987 2009-09-24 Ivan Kanis <apple@kanis.eu>
10988
10989 * term.el (term-bold-attribute): New var.
10990 (term-handle-colors-array): Use it.
10991
10992 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
10993
10994 * progmodes/gdb-mi.el (gdb-version): New variable.
10995 (gdb-non-stop-handler): Set gdb-version.
10996 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
10997 Condition "--thread" option on gdb-version.
10998 (gdb-invalidate-threads): Remove unused argument.
10999
11000 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11001
11002 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
11003 to looking-back to avoid ridiculous slow down in large files (bug#4511).
11004
11005 2009-09-23 Glenn Morris <rgm@gnu.org>
11006
11007 * mail/rmail.el (rmail-reply): Don't try to add a References header when
11008 replying to mail without References or Message-Id. (Bug#4525)
11009
11010 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
11011
11012 * term/ns-win.el (ns-reg-to-script): New variable.
11013
11014 2009-09-23 Daiki Ueno <ueno@unixuser.org>
11015
11016 * epg.el (epg-wait-for-status): Preserve existing 'error results.
11017
11018 2009-09-22 Sam Steingold <sds@gnu.org>
11019
11020 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
11021 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
11022 to 1 because hg returns status 1 when nothing is found.
11023 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
11024
11025 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
11026
11027 * textmodes/fill.el: Convert to utf-8 encoding.
11028 (fill-french-nobreak-p): Remove redundant » and « inherited from our
11029 pre-unicode days.
11030
11031 * add-log.el (change-log-fill-forward-paragraph): New function.
11032 (change-log-mode): Use it so fill-region DTRT.
11033 Set fill-indent-according-to-mode here rather than in
11034 change-log-fill-paragraph.
11035 (change-log-fill-paragraph): Remove.
11036
11037 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
11038
11039 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
11040 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
11041
11042 2009-09-22 Glenn Morris <rgm@gnu.org>
11043
11044 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
11045 the scroll-bar scroll the calendar window rather than the buffer.
11046
11047 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
11048 commands that move point (as opposed to scrolling).
11049
11050 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
11051
11052 * emacs-lisp/elint.el (elint): New custom group.
11053 (elint-log-buffer): Make it a defcustom.
11054 (elint-scan-preloaded, elint-ignored-warnings)
11055 (elint-directory-skip-re): New options.
11056 (elint-builtin-variables): Doc fix.
11057 (elint-preloaded-env): New variable.
11058 (elint-unknown-builtin-args): Add an entry for encode-time.
11059 (elint-extra-errors): Make it a variable rather than a constant.
11060 (elint-preloaded-skip-re): New constant.
11061 (elint-directory): Skip files matching elint-directory-skip-re.
11062 (elint-features): New variable, local to linted buffers.
11063 (elint-update-env): Initialize elint-features. Possibly add
11064 elint-preloaded-env to the buffer's environment.
11065 (elint-get-top-forms): Bind elint-current-pos, for log messages.
11066 Skip quoted forms.
11067 (elint-init-form): New function, extracted from elint-init-env.
11068 Make non-list forms a warning rather than an error.
11069 Add the mode-map for define-derived-mode. Handle define-minor-mode,
11070 easy-menu-define, put that adds an error-condition, and provide.
11071 When requiring cl, also require cl-macs. Really require cl, to handle
11072 some cl macros. Store required libraries in the list elint-features,
11073 so as not to re-load them. Treat cc-require like require.
11074 (elint-init-env): Call elint-init-form to do the work.
11075 Handle eval-and-compile and such like.
11076 (elint-add-required-env): Do not clear messages.
11077 (elint-special-forms): Add handlers for function, defalias, if, when,
11078 unless, and, or.
11079 (elint-form): Add optional argument to ignore elint-special-forms,
11080 useful to prevent recursive calls from handlers. Doc fix.
11081 Respect elint-ignored-warnings.
11082 (elint-form): Respect elint-ignored-warnings.
11083 (elint-bound-variable, elint-bound-function): New variables.
11084 (elint-unbound-variable): Respect elint-bound-variable.
11085 (elint-get-args): Respect elint-bound-function.
11086 (elint-check-cond-form): Add some simple handling for (f)boundp and
11087 featurep tests.
11088 (elint-check-defalias-form): New handler.
11089 (elint-check-let-form): Make an empty let a warning rather than an
11090 error.
11091 (elint-check-setq-form): Make an empty setq a warning rather than an
11092 error. Respect elint-ignored-warnings.
11093 (elint-check-defvar-form): Accept null doc-strings.
11094 (elint-check-conditional-form): New handler. Does some simple-minded
11095 checking of featurep and (f)boundp tests.
11096 (elint-put-function-args): New function.
11097 (elint-initialize): Use elint-scan-doc-file rather than
11098 elint-find-builtin-variables. Use elint-put-function-args.
11099 Possibly scan preloaded-file-list.
11100 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
11101 extend to handle functions as well.
11102
11103 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
11104
11105 * linum.el (linum-delete-overlays, linum-update-window):
11106 Do not modify the right margin. (Bug#3971)
11107
11108 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
11109
11110 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
11111 nxml-mode instead of xml-mode.
11112
11113 2009-09-21 Kevin Ryde <user42@zip.com.au>
11114
11115 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
11116
11117 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
11118
11119 * net/dig.el (dig-mode): Use define-derived-mode.
11120
11121 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
11122
11123 * vc-dispatcher.el (vc-do-command): Return the process object in
11124 the asynchronous case. Use when instead of if. Do not run
11125 vc-exec-after to display a message if not enabled. (Bug#4463)
11126
11127 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
11128 properties to the stash strings.
11129 (vc-git-stash-list): Return a list of strings.
11130 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
11131 (vc-git-stash-show-at-point): New functions.
11132 (vc-git-stash-map): New keymap.
11133
11134 * register.el (ctl-x-r-map): Define the keys here instead of
11135 using autoload.
11136
11137 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
11138
11139 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
11140 list, to workaround performance problem (bug#4485).
11141
11142 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
11143
11144 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
11145
11146 2009-09-20 Daiki Ueno <ueno@unixuser.org>
11147
11148 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
11149 Document that this option is not recommended to use.
11150
11151 2009-09-19 Glenn Morris <rgm@gnu.org>
11152
11153 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
11154 variable `var'.
11155
11156 * calc/calc-alg.el (var):
11157 * calc/calcalg2.el (var): Define for compiler.
11158
11159 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
11160
11161 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
11162 Doc fix (Bug#3932).
11163
11164 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
11165
11166 * time-stamp.el (time-stamp-month-dd-yyyy)
11167 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
11168 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
11169 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
11170 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
11171 Remove functions that have been obsolete since 1995 (Bug#4436).
11172
11173 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
11174 indent buffer only if called interactively (Bug#4452).
11175
11176 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
11177 Eli Zaretskii <eliz@gnu.org>
11178
11179 This fixes bug#4197 (merged to bug#865, though not identical).
11180 * server.el (server-auth-dir): Add docstring note about FAT32.
11181 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
11182 but warn against using them.
11183
11184 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
11185
11186 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
11187 older GDB where there is no has_more field.
11188
11189 2009-09-19 Glenn Morris <rgm@gnu.org>
11190
11191 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11192
11193 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
11194
11195 * files.el (auto-mode-alist): Change default for XML files to nXML
11196 mode (Bug#4169).
11197
11198 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
11199
11200 * server.el (server-ensure-safe-dir): Pass 'integer
11201 to `file-attributes', as suggested.
11202
11203 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
11204
11205 * dired-aux.el (dired-query-alist): Remove spurious backslash.
11206 (dired-query): Use read-key.
11207
11208 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
11209
11210 * cus-start.el (ns-use-qd-smoothing): Remove.
11211
11212 2009-09-18 Glenn Morris <rgm@gnu.org>
11213
11214 * allout.el (top-level): Remove unnecessary progn.
11215
11216 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
11217
11218 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
11219 definition of abbrev table.
11220
11221 * speedbar.el (speedbar-track-mouse):
11222 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
11223 * net/eudc.el (eudc-expand-inline):
11224 * net/newst-backend.el (newsticker--cache-read-feed):
11225 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
11226 condition-case handlers.
11227
11228 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
11229
11230 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
11231 (gdb-var-list): Add an element for has_more field.
11232 (gdb-non-stop-handler): Enable pretty printing for STL containers.
11233 (gdb-var-create-handler, gdb-var-list-children-handler-1)
11234 (gdb-var-update-handler-1): Parse output of dynamic variable
11235 objects (STL containers).
11236 (gdb-var-delete-1): Pass var1 as an explicit second argument.
11237 (gdb-get-field): Delete alias. Use bindat-get-field directly.
11238
11239 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
11240 gdb-var-list.
11241 (gud-speedbar-buttons): Make node expandable if expression "has more"
11242 children.
11243
11244 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
11245
11246 * startup.el (emacs-quick-startup): Remove variable and all uses.
11247 (command-line): Set `inhibit-x-resources' instead.
11248 (command-line-1): Use `inhibit-x-resources' instead.
11249
11250 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
11251
11252 * subr.el: Fix last change to avoid using the `unless' macro,
11253 which breaks bootstrapping.
11254
11255 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
11256
11257 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
11258 extended definitions, in case we reload subr.el after having
11259 loaded CL.
11260 (eval-next-after-load): Mark as obsolete.
11261
11262 2009-09-17 Juri Linkov <juri@jurta.org>
11263
11264 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
11265 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
11266 (menu-bar-showhide-menu, menu-bar-tools-menu)
11267 (menu-bar-describe-menu, menu-bar-help-menu)
11268 (minibuffer-local-completion-map, minibuffer-local-map):
11269 Fix list quoting.
11270
11271 2009-09-17 Glenn Morris <rgm@gnu.org>
11272
11273 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
11274 arguments, whether or not it has a handler.
11275
11276 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
11277
11278 * simple.el (hard-newline): Give it a doc-string.
11279
11280 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11281 (lisp-mode-syntax-table): Give them doc-strings.
11282
11283 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
11284
11285 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
11286 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
11287 (menu-bar-options-menu, menu-bar-showhide-menu)
11288 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
11289 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
11290 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
11291 (menu-bar-options-menu, menu-bar-tools-menu)
11292 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
11293 (menu-bar-help-menu):
11294 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
11295 string arguments.
11296
11297 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
11298 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
11299 calls for the menu names and :help.
11300
11301 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
11302
11303 * mouse.el (minor-mode-menu-from-indicator): Pay attention
11304 to :minor-mode-function (bug#4455).
11305
11306 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11307
11308 * startup.el (command-line): Initialize the window-system after
11309 processing the command-line.
11310
11311 * textmodes/page.el (what-page): Make sure we don't inf-loop if
11312 page-delimiter matches the empty string.
11313
11314 2009-09-16 Glenn Morris <rgm@gnu.org>
11315
11316 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
11317 byte-compile-not-obsolete-var. It's a list now.
11318 (byte-compile-not-obsolete-funcs): New variable.
11319 (byte-compile-warn-obsolete): Don't warn about functions if they are in
11320 byte-compile-not-obsolete-funcs.
11321 (byte-compile-variable-ref, byte-compile-defvar): Update for
11322 byte-compile-not-obsolete-vars name-change and list nature.
11323 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
11324 and variables behind (f)boundp tests.
11325 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
11326
11327 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
11328
11329 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
11330
11331 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
11332
11333 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
11334 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
11335 Don't autoload.
11336
11337 2009-09-15 Stephen Eglen <stephen@gnu.org>
11338
11339 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
11340 the virtual-buffers, use the name of the buffer specified by
11341 find-file-noselect, as the match may be a symlink. (This was a
11342 problem if the target and the symlink had different names.)
11343
11344 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
11345
11346 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
11347
11348 * desktop.el (desktop-path): Check user-emacs-directory.
11349
11350 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
11351
11352 * loadup.el: Use after-load-functions to GC after loading each file.
11353 Remove the explicit GC calls that used to be sprinkled around.
11354
11355 * subr.el (after-load-functions): New hook.
11356 (do-after-load-evaluation): Run it. Use string-match-p to detect
11357 `obsolete' packages, rather than painfully extracting the relevant
11358 directory name.
11359
11360 2009-09-15 Glenn Morris <rgm@gnu.org>
11361
11362 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
11363 free variable `doc'.
11364
11365 * dired.el (dired-mode-map): Add menu entry for async shell command.
11366
11367 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
11368 variables, also consider the .elc files, since the .el files are
11369 normally gzipped (subsequent code locates the .el.gz from the .elc).
11370
11371 * calc/calc-prog.el (arglist): Define for compiler.
11372
11373 * calendar/diary-lib.el (diary-display-function): Change the default to
11374 fancy display.
11375 (body): Define for compiler.
11376
11377 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
11378 (byte-compile-file-form, byte-compile-lambda)
11379 (byte-compile-top-level-body, byte-compile-form)
11380 (byte-compile-variable-ref, byte-compile-setq)
11381 (byte-compile-setq-default, byte-compile-body)
11382 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
11383 (batch-byte-compile): Give some more local variables with common names
11384 a "bytecomp-" prefix to avoid masking warnings about free variables.
11385
11386 * startup.el (command-line-1): Give local variables with common names a
11387 distinguishing prefix, so as not to hide free variable warnings during
11388 bootstrap.
11389
11390 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
11391 clever and add a suffix to make a unique name, just let the user decide
11392 whether or not to overwrite it. If the input is a directory, write the
11393 default filename to that directory. (Bug#4388)
11394 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
11395 is a filename-as-a-directory.
11396
11397 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
11398
11399 * textmodes/page.el (what-page): Don't move to beginning of line.
11400 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
11401
11402 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
11403
11404 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
11405
11406 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
11407
11408 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
11409 * help.el (help-for-help-internal): Add purecopy calls for text.
11410
11411 * vc.el (top): print-log method now takes an optional SHORTLOG
11412 argument. Add a new method: root.
11413 (vc-root-diff, vc-print-root-log): New functions.
11414 (vc-log-short-style): New variable.
11415 (vc-print-log-internal): Add support for showing short logs.
11416
11417 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
11418 vc-print-root-log and vc-print-root-diff.
11419
11420 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
11421 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
11422 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
11423 short logs.
11424
11425 * vc-cvs.el (vc-cvs-print-log):
11426 * vc-mtn.el (vc-mtn-print-log):
11427 * vc-rcs.el (vc-rcs-print-log):
11428 * vc-sccs.el (vc-sccs-print-log):
11429 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
11430 that is ignored for now.
11431
11432 * vc-mtn.el (vc-mtn-annotate-command):
11433 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
11434
11435 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11436
11437 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
11438 to function-key-map, and give them ascii-character property.
11439 * term/x-win.el (x-alternatives-map):
11440 * term/ns-win.el (ns-alternatives-map):
11441 * term/internal.el (msdos-key-remapping-map):
11442 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
11443
11444 2009-09-14 Glenn Morris <rgm@gnu.org>
11445
11446 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
11447 temp-buffers (2009-09-12).
11448
11449 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11450
11451 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
11452 the new read-key function.
11453
11454 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
11455
11456 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
11457 is defined (Bug#4405).
11458
11459 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
11460
11461 * recentf.el (recentf-cleanup): Use a hash table to find
11462 duplicates (Bug#4407).
11463
11464 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
11465
11466 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
11467 kp-0 to ascii equivalents (Bug#4325).
11468
11469 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
11470
11471 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
11472
11473 * eshell/em-hist.el:
11474 * eshell/em-dirs.el (eshell-complete-user-reference):
11475 Declare pcomplete functions and variables to avoid compiler warnings.
11476
11477 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
11478
11479 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
11480 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
11481 * eshell/em-alias.el (eshell-aliases-file):
11482 * eshell/em-hist.el (eshell-history-file-name):
11483 Use expand-file-name instead of concat to make file names (Bug#4308).
11484
11485 2009-09-13 Glenn Morris <rgm@gnu.org>
11486
11487 * ediff-merg.el (ediff-do-merge):
11488 * filesets.el (filesets-run-cmd):
11489 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
11490 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
11491 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
11492 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
11493 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
11494 Replace empty `let's with `progn'.
11495
11496 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11497
11498 * mail/sendmail.el (send-mail-function):
11499 * tooltip.el (tooltip-mode):
11500 * simple.el (transient-mark-mode):
11501 * rfn-eshadow.el (file-name-shadow-mode):
11502 * frame.el (blink-cursor-mode):
11503 * font-core.el (global-font-lock-mode):
11504 * files.el (temporary-file-directory)
11505 (small-temporary-file-directory, auto-save-file-name-transforms):
11506 * epa-hook.el (auto-encryption-mode):
11507 * composite.el (global-auto-composition-mode):
11508 Use custom-initialize-delay.
11509 * startup.el (command-line): Don't explicitly call
11510 custom-reevaluate-setting for all the above vars.
11511 * custom.el (custom-initialize-safe-set)
11512 (custom-initialize-safe-default): Delete.
11513
11514 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11515
11516 * term/x-win.el (x-initialize-window-system):
11517 * term/w32-win.el (w32-initialize-window-system):
11518 * term/ns-win.el (ns-initialize-window-system): Don't call
11519 mouse-wheel-mode since it's enabled globally by default already.
11520
11521 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
11522 actually define the variable, but only silences the byte-compiler.
11523 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
11524 before looking it up.
11525 (mouse-wheel-scroll-amount): Also reset the bindings if this value
11526 is changed.
11527
11528 2009-09-12 Glenn Morris <rgm@gnu.org>
11529
11530 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
11531 1000.
11532 (elint-add-required-env): Don't beep on error.
11533 (elint-forms): In case of error, return ENV unchanged.
11534 (elint-init-env): Skip non-list forms.
11535 (elint-log): Handle unknown file positions.
11536
11537 2009-09-12 Daiki Ueno <ueno@unixuser.org>
11538
11539 * epg.el (epg-make-context): Add autoload cookie.
11540 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
11541 (epg-decrypt-string, epg-start-verify, epg-verify-file)
11542 (epg-verify-string, epg-start-sign, epg-sign-file)
11543 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
11544 (epg-encrypt-string, epg-start-export-keys)
11545 (epg-export-keys-to-file, epg-export-keys-to-string)
11546 (epg-start-import-keys, epg-import-keys-from-file)
11547 (epg-import-keys-from-string, epg-start-receive-keys)
11548 (epg-receive-keys, epg-import-keys-from-server)
11549 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
11550 (epg-sign-keys, epg-start-generate-key)
11551 (epg-generate-key-from-file, epg-generate-key-from-string):
11552 Remove autoload cookie.
11553
11554 2009-09-12 Eli Zaretskii <eliz@gnu.org>
11555
11556 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
11557 reevaluation of trash-directory.
11558
11559 * mwheel.el: Fix last change.
11560 (mouse-wheel-mode): New defvar.
11561 (mouse-wheel-mode): Remove autoload cookie.
11562
11563 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11564
11565 * mwheel.el (mwheel-installed-bindings): New var.
11566 (mouse-wheel-mode): Use it, so as to make sure we really remove all
11567 the bindings we set last time. Use custom-initialize-delay.
11568 * loadup.el: Load mwheel after term/*-win.el.
11569 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
11570 and mouse-wheel-up-event now that their first evaluation is done
11571 sufficiently late to be correct.
11572
11573 * startup.el (tutorial-directory): Make it a defcustom.
11574 Use custom-initialize-delay rather than eval-at-startup to set it.
11575 * image.el (image-load-path): Make it a defcustom.
11576 Use custom-initialize-delay rather than eval-at-startup to set it.
11577 * subr.el (eval-at-startup): Remove.
11578 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
11579
11580 * subr.el (do-after-load-evaluation): Warn the user after loading an
11581 obsolete package.
11582
11583 2009-09-12 Glenn Morris <rgm@gnu.org>
11584
11585 * proced.el (proced-mark-alt): Remove alias.
11586 (proced-mode-map): Remove proced-mark-alt.
11587
11588 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
11589 Elint file and directory. Remove initialization entry.
11590
11591 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
11592 commands.
11593 (elint-current-buffer): Set mode-line-process.
11594 (elint-init-env): Handle define-derived-mode.
11595 Fix declare-function with unspecified arglist. Guard against odd
11596 defalias statements (eg iso-insert's 8859-1-map).
11597 (elint-add-required-env): Use a temp buffer.
11598 (elint-form): Just print the function/macro name, not the whole form.
11599 Return env unchanged if we fail to parse a macro.
11600 (elint-forms): Guard against parse errors.
11601 (elint-output): New function, to handle batch mode.
11602 (elint-log-message): Add optional argument. Use elint-output.
11603 (elint-set-mode-line): New function.
11604
11605 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
11606
11607 * emacs-lisp/elp.el (elp-not-profilable): Add more
11608 functions (Bug#4233).
11609
11610 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
11611
11612 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
11613 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
11614
11615 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
11616
11617 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
11618 (gdb-var-list-children): Use json parsing.
11619
11620 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
11621
11622 * progmodes/js.el (js--proper-indentation): Handle the case where
11623 char-before is null. Reported by Deniz Dogan.
11624
11625 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
11626
11627 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
11628
11629 2009-09-11 Daiki Ueno <ueno@unixuser.org>
11630
11631 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
11632 (epg-digest-algorithm-alist): Add SHA224.
11633 (epg-context-set-passphrase-callback)
11634 (epg-context-set-progress-callback): Add description about
11635 callback function.
11636
11637 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
11638
11639 * custom.el (custom-delayed-init-variables): New var.
11640 (custom-initialize-delay): New function.
11641 * startup.el (command-line): "Re"evaluate all vars in
11642 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
11643 explicitly any more.
11644 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
11645 to avoid creating a ~/.emacs.d at build-time (bug#4347).
11646
11647 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
11648
11649 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
11650
11651 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
11652 (gdb-var-update-handler): Use json parsing.
11653
11654 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
11655
11656 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
11657 decode annotated text, regardless of language environment. (Bug#2741)
11658
11659 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
11660
11661 * Makefile.in (autoloads): Make rmail.el writable as well.
11662
11663 2009-09-11 Glenn Morris <rgm@gnu.org>
11664
11665 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
11666 loaddefs.el.
11667 * dired.el: Regenerate with extracted autoloads.
11668 * Makefile.in (autoloads): Make dired.el writable.
11669
11670 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
11671 * ibuffer.el: Regenerate with extracted autoloads.
11672 * Makefile.in (autoloads): Make ibuffer.el writable.
11673
11674 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
11675 * version.el (emacs-copyright, emacs-major-version)
11676 (emacs-minor-version): Reformat doc-strings for make-docfile.
11677
11678 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
11679 functions and variables, since they must be stuff specific to some other
11680 platform.
11681 (apropos-print): Make mouse-click message less specific about button.
11682
11683 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
11684 that records where a macro was defined.
11685 * help-fns.el (describe-function-1): Mention if a function has a
11686 compiler-macro.
11687 * help-mode.el (help-function-cmacro): New button.
11688
11689 * locate.el (top-level): Always require dired.
11690 (locate-mode-map): Initialize inside the defvar.
11691
11692 * net/ange-ftp.el (dired-compress-file): Declare.
11693 (ange-ftp-dired-compress-file): Add doc string.
11694
11695 * term/ns-win.el (x-display-name, x-setup-function-keys):
11696 Unify doc-strings with X versions.
11697
11698 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
11699
11700 * emulation/crisp.el (crisp-mode-map): Move initialization
11701 into declaration.
11702 (crisp-mode): Use define-minor-mode.
11703
11704 * progmodes/xscheme.el (xscheme-evaluation-commands):
11705 Put a :advertised-binding property rather than using
11706 advertised-xscheme-send-previous-expression.
11707 (advertised-xscheme-send-previous-expression): Declare obsolete.
11708 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
11709 `advertised-undo'.
11710 (crisp-mode): Add corresponding bindings to
11711 undo's :advertised-binding instead.
11712 * dired.el (dired-mode-map): Put a :advertised-binding property rather
11713 than using dired-advertised-find-file.
11714 (dired-advertised-find-file):
11715 * simple.el (advertised-undo):
11716 * wid-edit.el (advertised-widget-backward): Declare obsolete.
11717 (widget-keymap): Put a :advertised-binding property rather
11718 than using advertised-widget-backward.
11719 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
11720 than using advertised-undo.
11721 * tutorial.el (tutorial--default-keys): Adjust accordingly.
11722
11723 2009-09-10 Simon South <ssouth@slowcomputing.org>
11724
11725 * progmodes/delphi.el (delphi-tab): Indent region when Transient
11726 Mark mode is enabled and region is active; otherwise indent or
11727 insert TAB as usual.
11728 (delphi-mode): Update description of TAB-key binding.
11729
11730 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
11731
11732 * subr.el (define-key-rebound-commands): Mark obsolete.
11733 * startup.el (precompute-menubar-bindings): Remove.
11734 (normal-top-level): Remove obsolete code that tried to precompute
11735 menubar bindings.
11736 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
11737 define-key-rebound-commands and precompute-menubar-bindings.
11738
11739 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
11740
11741 * net/imap.el (imap-interactive-login): Better messages.
11742 (imap-open): Fix bug with renamed buffer on reconnect.
11743 (imap-authenticate): Add buffer-local imap-last-authenticator variable
11744 for easier debugging and cleaner code. On successful (guessed based on
11745 server capabilities) secondary authentication, set imap-state
11746 correctly.
11747 (imap-last-authenticator): Define imap-last-authenticator as a variable
11748 to avoid warnings.
11749
11750 2009-09-10 Glenn Morris <rgm@gnu.org>
11751
11752 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
11753
11754 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
11755 (byte-compile-file-form-autoload): Don't warn about unknown functions
11756 where the autoload statement comes after the use.
11757 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
11758 that any handlers inside the body (eg require) are in turn respected.
11759
11760 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
11761 effects.
11762
11763 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
11764 and syntax and abbrev tables basic docs, if they don't have any.
11765
11766 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
11767
11768 * international/mule-cmds.el (top-level): Require cl when compiling.
11769 (view-hello-file): Use default-value rather than
11770 default-enable-multibyte-characters.
11771
11772 * progmodes/fortran.el: Move all safe and risky properties into the
11773 defcustoms.
11774
11775 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
11776 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
11777 * mail/undigest.el:
11778 Put autoloads in rmail.el rather than loaddefs.el.
11779 * mail/rmail.el: Regenerate with extracted autoloads.
11780
11781 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
11782 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
11783
11784 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
11785
11786 Reported in thread for Bug#4375.
11787 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
11788 "-data-evaluate-expression" instead of print.
11789 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
11790 (gdb-tooltip-print): Parse output from above MI command.
11791 (gdb): Revert 2009-08-11 change. User should detach inferior
11792 manually.
11793
11794 Remove the word "separate" from IO functions as inferior
11795 output is now never displayed in the GUD buffer.
11796
11797 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
11798
11799 * startup.el (command-line-normalize-file-name): On Windows and
11800 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
11801
11802 2009-09-10 Juri Linkov <juri@jurta.org>
11803
11804 * isearch.el (isearch-text-char-description): Propertize escape
11805 character sequences with the `escape-glyph' face. (Bug#4344)
11806
11807 * simple.el (shell-command): Set asynchronous process filter to
11808 `comint-output-filter'. (Bug#4343)
11809
11810 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
11811 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
11812 the list. Move "asm" to the bottom.
11813 (grep-find-ignored-directories): Add `choice' with nil value
11814 to empty the list easily.
11815 (grep-find-ignored-files): New option.
11816 (grep-files-history): Set to nil by default instead of '("ch" "el").
11817 (grep-compute-defaults): Add "<X>" to `grep-template'.
11818 (grep-read-files): Bind new local variables `default-alias' and
11819 `default-extension'. Use a list of default values for the file prompt.
11820 (lgrep): Add `--exclude=' command line options composed from
11821 `grep-find-ignored-files'.
11822 (rgrep): Add `-name' command line options composed from
11823 `grep-find-ignored-files'. (Bug#4301)
11824
11825 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
11826
11827 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
11828 (bug#4368).
11829
11830 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
11831
11832 * calendar/time-date.el (autoload):
11833 Expand define-obsolete-function-alias into defalias and make-obsolete
11834 for old Emacsen that Gnus supports.
11835 (with-no-warnings): Define it for old Emacsen.
11836 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
11837 is available.
11838 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
11839 float-time is available; suppress compile warning for time-to-seconds.
11840
11841 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
11842
11843 * net/imap.el (imap-message-map): Docstring fix.
11844
11845 2009-09-09 Glenn Morris <rgm@gnu.org>
11846
11847 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
11848 line numbers too. (Bug#4374)
11849
11850 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
11851
11852 * smerge-mode.el (smerge-remove-props, smerge-refine):
11853 Use with-silent-modifications (bug#4342).
11854
11855 * subr.el (with-silent-modifications): New macro.
11856
11857 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
11858
11859 * files.el (top-level): Require `cl' when compiling.
11860
11861 2009-09-07 Glenn Morris <rgm@gnu.org>
11862
11863 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
11864
11865 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
11866 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
11867
11868 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
11869
11870 * vc-git.el (vc-git-annotate-command): Use separator to parse
11871 arguments correctly.
11872
11873 2009-09-06 Eli Zaretskii <eliz@gnu.org>
11874
11875 * proced.el (proced-mode): Doc fix.
11876
11877 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
11878
11879 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
11880 lstat fails.
11881 (tramp-do-file-attributes-with-ls): Check for file existence at
11882 remote end.
11883 (tramp-do-file-attributes-with-stat): Likewise.
11884 (tramp-convert-file-attributes): Return nil when attr is nil.
11885
11886 2009-09-05 Glenn Morris <rgm@gnu.org>
11887
11888 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
11889 properties to this button.
11890 (diary-fancy-display): Don't extend the button to the final newline.
11891 (diary-fancy-display-mode): Continue to define "q" as a local key.
11892
11893 * calendar/cal-china.el (holiday-chinese): Make it slightly more
11894 efficient.
11895
11896 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
11897
11898 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
11899 (byte-compile-dest-file-function): New option.
11900 (byte-compile-dest-file): Doc fix.
11901 Obey byte-compile-dest-file-function.
11902 (byte-compile-cl-file-p): New function.
11903 (byte-compile-eval): Only suppress noruntime warnings about cl functions
11904 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
11905 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
11906 than for file being previously loaded.
11907 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
11908 (byte-compile-file-form-require): Handle the case where requiring a file
11909 indirectly causes CL to be loaded.
11910
11911 2009-09-05 Karl Fogel <kfogel@red-bean.com>
11912
11913 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
11914 before killing the old buffer, since by the time `kill-buffer' is
11915 run so many buffer variables have been set to nil that it may not
11916 behave as expected. (Bug#4061)
11917
11918 2009-09-05 Karl Fogel <kfogel@red-bean.com>
11919
11920 * files.el (find-alternate-file): If the old buffer is modified
11921 and visiting a file, behave similarly to `kill-buffer' when
11922 killing it, thus reverting to the pre-1.878 behavior; see
11923 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
11924 for discussion. Also, consult `buffer-file-name' as a variable
11925 not as a function, for consistency with the rest of the code.
11926
11927 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
11928
11929 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
11930 also when adding a new directory.
11931
11932 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
11933 defun.
11934
11935 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
11936
11937 * files.el (locate-file-completion-table): Make it provide boundary
11938 information, so partial-completion works better.
11939
11940 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
11941
11942 * mail/footnote.el (Footnote-text-under-cursor):
11943 Check footnote-text-marker-alist before using it (bug#4324).
11944
11945 2009-09-04 Glenn Morris <rgm@gnu.org>
11946
11947 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
11948 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
11949 * play/solitaire.el, play/tetris.el:
11950 Remove leading * from defcustom and defface docs.
11951
11952 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
11953 necessary.
11954 (diary-fancy-overriding-map): New variable.
11955 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
11956 Use view-mode.
11957
11958 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
11959 goto-line.
11960
11961 2009-09-03 Glenn Morris <rgm@gnu.org>
11962
11963 * arc-mode.el (archive-mode):
11964 * dos-fns.el (set-default-process-coding-system):
11965 * man.el (Man-getpage-in-background):
11966 * menu-bar.el (menu-bar-describe-menu):
11967 * server.el (server-process-filter):
11968 * startup.el (command-line):
11969 * tar-mode.el (tar-header-block-tokenize, tar-extract):
11970 * w32-fns.el (set-default-process-coding-system):
11971 * x-dnd.el (x-dnd-handle-file-name):
11972 * international/mule-cmds.el (mule-menu-keymap)
11973 (set-default-coding-systems, language-info-alist, set-language-info)
11974 (set-language-environment, standard-display-european-internal)
11975 (set-locale-environment):
11976 * international/mule-diag.el (mule-diag):
11977 * mail/emacsbug.el (report-emacs-bug):
11978 * mail/rmail.el (rmail-mode):
11979 * mail/sendmail.el (mail-setup):
11980 Use default-value rather than default-enable-multibyte-characters.
11981
11982 * progmodes/f90.el: Move all safe properties into the defcustoms.
11983 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
11984
11985 * calendar/appt.el (appt-check):
11986 * calendar/diary-lib.el (diary-set-header, diary-live-p)
11987 (diary-check-diary-file, diary-list-entries)
11988 (diary-include-other-diary-files, diary-simple-display)
11989 (diary-fancy-display, diary-print-entries)
11990 (diary-mark-included-diary-files, diary-make-entry):
11991 Don't call substitute-in-file-name on diary-file.
11992
11993 2009-09-03 Eduard Wiebe <usenet@pusto.de>
11994 Stefan Monnier <monnier@iro.umontreal.ca>
11995
11996 * mail/footnote.el (footnote-prefix): Make it a defcustom.
11997 (footnote-mode-map): Move initialization into the declaration.
11998 (footnote-minor-mode-map): Define it rather than changing global-map.
11999 (footnote-mode): Use define-minor-mode.
12000
12001 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
12002
12003 * net/tramp.el (tramp-handle-file-attributes-with-ls)
12004 (tramp-do-file-attributes-with-perl)
12005 (tramp-do-file-attributes-with-stat): Rename from
12006 `tramp-handle-file-attributes-with-*'.
12007 (tramp-handle-file-attributes): Use them.
12008 (tramp-do-directory-files-and-attributes-with-perl)
12009 (tramp-do-directory-files-and-attributes-with-stat): Rename from
12010 `tramp-handle-directory-files-and-attributes-with-*'.
12011 (tramp-handle-directory-files-and-attributes): Use them.
12012 (tramp-method-out-of-band-p): Additional parameter SIZE.
12013 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
12014 (tramp-handle-write-region): Use it.
12015 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
12016 (tramp-handle-vc-registered): Check, whether the first run did
12017 return files to be tested.
12018 (tramp-advice-make-auto-save-file-name): Do not call directly
12019 `tramp-handle-make-auto-save-file-name', because this would bypass
12020 the locking mechanism.
12021
12022 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
12023 (file-remote-p, process-file, start-file-process, set-file-times)
12024 (tramp-compat-file-attributes): Compatibility functions shall not
12025 call directly `tramp-handle-*', because this would bypass the
12026 locking mechanism.
12027 (tramp-compat-number-sequence): New defun.
12028
12029 2009-09-02 Glenn Morris <rgm@gnu.org>
12030
12031 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
12032 alias for float-time.
12033 (time-to-number-of-days): In Emacs, use float-time.
12034 * net/newst-backend.el (time-add): Suppress warnings from compat
12035 function.
12036 * time.el (emacs-uptime, emacs-init-time):
12037 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
12038 Use float-time rather than time-to-seconds.
12039
12040 * minibuffer.el (completion-initials-expand): Fix typo.
12041
12042 * faces.el (modeline, modeline-inactive, modeline-highlight)
12043 (modeline-buffer-id):
12044 * info.el (info-menu-5): Mark these face aliases as obsolete.
12045
12046 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
12047
12048 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
12049 space ...
12050 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
12051 no "--thread" option.
12052 (gdb-stopped): Don't print "Switched to thread" message when it is
12053 unchanged.
12054
12055 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
12056
12057 * minibuffer.el (completion-try-completion)
12058 (completion-all-completions): Remove ill-defined (and
12059 mistakenly installed and luckily never used nor documented)
12060 `completion-styles' property.
12061 (completion-initials-expand, completion-initials-all-completions)
12062 (completion-initials-try-completion): New functions.
12063 (completion-styles-alist): Add doc to each entry.
12064 Add new `initials' entry.
12065
12066 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
12067
12068 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
12069 MI command -var-evaluate-expression.
12070 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
12071 and tweak for case of string child.
12072 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
12073
12074 2009-09-01 Glenn Morris <rgm@gnu.org>
12075
12076 * add-log.el (change-log-date-face, change-log-name-face)
12077 (change-log-email-face, change-log-file-face, change-log-list-face)
12078 (change-log-conditionals-face, change-log-function-face)
12079 (change-log-acknowledgement-face):
12080 * cus-edit.el (custom-invalid-face, custom-rogue-face)
12081 (custom-modified-face, custom-set-face, custom-changed-face)
12082 (custom-saved-face, custom-button-face, custom-button-pressed-face)
12083 (custom-documentation-face, custom-state-face, custom-comment-face)
12084 (custom-comment-tag-face, custom-variable-tag-face)
12085 (custom-variable-button-face, custom-face-tag-face)
12086 (custom-group-tag-face-1, custom-group-tag-face):
12087 * diff-mode.el (diff-header-face, diff-file-header-face)
12088 (diff-index-face, diff-hunk-header-face, diff-removed-face)
12089 (diff-added-face, diff-changed-face, diff-function-face)
12090 (diff-context-face, diff-nonexistent-face):
12091 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12092 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
12093 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12094 (Info-title-4-face):
12095 * isearch.el (isearch-lazy-highlight-face):
12096 * log-view.el (log-view-file-face, log-view-message-face):
12097 * paren.el (show-paren-match-face, show-paren-mismatch-face):
12098 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
12099 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
12100 (cvs-msg-face):
12101 * smerge-mode.el (smerge-mine-face, smerge-other-face)
12102 (smerge-base-face, smerge-markers-face):
12103 * wid-edit.el (widget-documentation-face, widget-button-face)
12104 (widget-field-face, widget-single-line-field-face)
12105 (widget-inactive-face, widget-button-pressed-face):
12106 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
12107 (woman-addition-face):
12108 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
12109 (eshell-ls-executable-face, eshell-ls-readonly-face)
12110 (eshell-ls-unreadable-face, eshell-ls-special-face)
12111 (eshell-ls-missing-face, eshell-ls-archive-face)
12112 (eshell-ls-backup-face, eshell-ls-product-face)
12113 (eshell-ls-clutter-face):
12114 * eshell/em-prompt.el (eshell-prompt-face):
12115 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
12116 * obsolete/old-whitespace.el (whitespace-highlight-face):
12117 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
12118 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
12119 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
12120 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
12121 (antlr-font-lock-literal-face):
12122 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
12123 (ebrowse-root-class-face, ebrowse-file-name-face)
12124 (ebrowse-default-face, ebrowse-member-attribute-face)
12125 (ebrowse-member-class-face, ebrowse-progress-face):
12126 * progmodes/make-mode.el (makefile-space-face):
12127 * progmodes/sh-script.el (sh-heredoc-face):
12128 * textmodes/flyspell.el (flyspell-incorrect-face)
12129 (flyspell-duplicate-face):
12130 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
12131 * textmodes/texinfo.el (texinfo-heading-face):
12132 Mark face aliases with "-face" suffix as obsolete.
12133
12134 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
12135 compiler.
12136
12137 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
12138 (eudc-bob-sound-menu): Use defvar rather than defconst, since
12139 easy-menu-define wants to modify these.
12140
12141 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
12142
12143 * net/browse-url.el (browse-url-file-url):
12144 * term/internal.el (dos-codepage-setup):
12145 Use default-value rather than default-enable-multibyte-characters.
12146
12147 * progmodes/etags.el (etags-goto-tag-location):
12148 * progmodes/flymake.el (flymake-highlight-line)
12149 (flymake-goto-file-and-line, flymake-goto-line):
12150 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
12151 (gdb-goto-breakpoint):
12152 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
12153 * progmodes/python.el (python-find-function)
12154 (python-pdbtrack-track-stack-file):
12155 * progmodes/verilog-mode.el (verilog-surelint-off):
12156 * term/ns-win.el (ns-open-file-select-line):
12157 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
12158 Use forward-line rather than goto-line.
12159
12160 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
12161 * textmodes/reftex-index.el (reftex-display-index):
12162 * textmodes/reftex-ref.el (reftex-offer-label-menu):
12163 * textmodes/reftex-toc.el (reftex-toc):
12164 Remove unnecessary bindings of default-major-mode (all are followed by
12165 major-mode check and possible mode switch).
12166
12167 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
12168
12169 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
12170 Handle watchpoints (bug#4282).
12171 (def-gdb-thread-buffer-command): Enable thread to be selected by
12172 clicking without selecting threads buffer first.
12173 (gdb-current-context-command): Use selected frame so that "up",
12174 "down" etc work in the GUD buffer.
12175 (gdb-update): Find selected frame before rendering stack buffer.
12176 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
12177
12178 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
12179
12180 * progmodes/sym-comp.el (displayed-completions): Remove.
12181 (symbol-complete): Use minibuffer-complete.
12182
12183 2009-08-31 Glenn Morris <rgm@gnu.org>
12184
12185 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
12186
12187 * apropos.el (apropos-symbols-internal):
12188 Handle (obsolete) face aliases.
12189
12190 * faces.el (describe-face): Adjust the output format to be more like
12191 describe-variable, and to mention (obsolete) face aliases.
12192 Adjust the whitespace so that help-setup-xref works.
12193
12194 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
12195 * calendar/diary-lib.el (diary-button-face):
12196 Mark these face aliases as obsolete.
12197
12198 * calendar/calendar.el (calendar-today): Doc fix.
12199
12200 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
12201
12202 * progmodes/gdb-mi.el (gdb-control-all-threads)
12203 (gdb-control-current-thread): Force tool bar update.
12204 (gdb-non-stop-handler): New function.
12205 (gdb-init-1): Use it to test if non-stop mode is supported.
12206 Remove unused gdbmi buffer type.
12207
12208 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
12209
12210 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
12211 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
12212
12213 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
12214
12215 * comint.el (comint-exec-1): Check command is non-null first.
12216 Part of gdb-mi.el change (2009-08-28).
12217
12218 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
12219
12220 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
12221
12222 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
12223
12224 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
12225 instead of `dolist' to avoid a recursive require when bootstrapping.
12226
12227 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
12228
12229 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
12230
12231 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
12232
12233 * net/imap.el (imap-send-command): Simplify.
12234 (imap-wait-for-tag): point-max -> buffer-size.
12235
12236 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
12237
12238 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
12239 with constant argument.
12240
12241 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
12242
12243 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
12244
12245 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
12246 Change default, since most of our files don't have a history.
12247 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
12248 the user.
12249
12250 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12251 Add comint-run.
12252
12253 * calc/calc.el: Improve commenting convention.
12254 (calc-digit-map, toplevel): Simplify.
12255
12256 * comint.el (comint-insert-input): Be careful to only set point if we
12257 don't delegate to some other command.
12258
12259 * proced.el (proced-signal-list): Make it an alist.
12260 (proced-grammar-alist): Capitalize names.
12261 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
12262 Disable undo manually and make it read-only.
12263 Use completion-annotate-function.
12264
12265 * minibuffer.el (minibuffer-message): If the current buffer is not
12266 a minibuffer, insert the message in the echo area rather than at the
12267 end of the buffer.
12268 (completion-annotate-function): New variable.
12269 (minibuffer-completion-help): Use it.
12270 (completion--embedded-envvar-table): Environment vars are
12271 always case-sensitive.
12272
12273 2009-08-30 Glenn Morris <rgm@gnu.org>
12274
12275 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
12276 from fortran-current-defun.
12277 (fortran-beginning-of-subprogram): Be more precise about finding the
12278 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
12279 (fortran-end-of-subprogram): Simplify.
12280 (fortran-current-defun): Use fortran-start-prog-re.
12281
12282 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
12283
12284 * subr.el (do-after-load-evaluation): Simplify.
12285
12286 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
12287
12288 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
12289
12290 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
12291 (vc-rcs-print-log): Use it.
12292
12293 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
12294
12295 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
12296
12297 * paths.el (abbrev-file-name): Move to abbrev.el.
12298 * abbrev.el (abbrev-file-name): Move from paths.el.
12299 Obey user-emacs-directory.
12300 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
12301 user-emacs-directory.
12302 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
12303 abbrev-file-name and calc-settings-file any more.
12304 * startup.el (command-line): Recompute abbrev-file-name and
12305 abbreviated-home-dir.
12306 (normal-no-mouse-startup-screen): Improve the generic code and get rid
12307 of the special code for when C-h bindings haven't been changed.
12308 (display-startup-echo-area-message): Use with-current-buffer.
12309 (command-line-1): Use a list of strings, rather than a list of lists
12310 of strings for longopts.
12311
12312 * files.el (get-free-disk-space): Use / for default-directory.
12313
12314 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
12315 Use with-current-buffer.
12316
12317 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
12318 Recognize immutable variables like most-positive-fixnum.
12319 (byte-compile-setq-default): Check and warn if trying to assign
12320 to an immutable variable, or a non-variable.
12321
12322 * progmodes/cc-vars.el (c-comment-continuation-stars):
12323 * progmodes/cc-engine.el (c-looking-at-bos):
12324 * progmodes/cc-cmds.el (c-toggle-auto-state)
12325 (c-forward-into-nomenclature, c-backward-into-nomenclature)
12326 (c-comment-line-break-function): Add version of obsolescence.
12327
12328 2009-08-28 Juri Linkov <juri@jurta.org>
12329
12330 * files.el (magic-fallback-mode-alist): Add ZIP magic number
12331 associated with `archive-mode'.
12332
12333 * image.el (image-type-header-regexps): Use only JPEG magic number
12334 to determine JPEG images, and don't use `image-jpeg-p' because
12335 Emacs can display non-JFIF non-Exif JPEG images.
12336
12337 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
12338
12339 * arc-mode.el (archive-mode):
12340 * emacs-lisp/re-builder.el (re-builder-unload-function):
12341 Protect against the default value of `major-mode' being nil.
12342
12343 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
12344
12345 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
12346 Fix typos in docstrings.
12347
12348 * progmodes/js.el (js--macro-decl-re): Doc fix.
12349 (js--plain-method-re, js--split-name): Refloc docstring.
12350 (js--class-styles, js--make-merged-item, js--splice-into-items):
12351 Fix typos in docstrings; reflow docstrings.
12352 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
12353 (js--variable-decl-matcher, js--inside-pitem-p)
12354 (js--parse-state-at-point, js--get-all-known-symbols)
12355 (js--symbol-history, js-find-symbol, js--js-references)
12356 (js--moz-interactor, js--js-encode-value, js--read-tab):
12357 Fix typos in docstrings.
12358
12359 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12360
12361 * textmodes/reftex.el (reftex-get-file-buffer-force):
12362 * progmodes/verilog-mode.el (verilog-batch-execute-func):
12363 * emulation/viper.el (viper-go-away, viper-set-hooks):
12364 * emacs-lisp/re-builder.el (re-builder-unload-function):
12365 * emacs-lisp/bytecomp.el (byte-compile-file):
12366 * ses.el (ses-unload-function):
12367 * hexl.el (hexl-find-file):
12368 * files.el (normal-mode):
12369 * ehelp.el (with-electric-help):
12370 * autoinsert.el (auto-insert-alist):
12371 * arc-mode.el (archive-mode):
12372 Use (default-value 'major-mode) instead of default-major-mode.
12373
12374 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
12375 * international/mule.el (load-with-code-conversion):
12376 * emacs-lisp/debug.el (debug):
12377 * ediff-vers.el (ediff-rcs-get-output-buffer):
12378 * dired.el (dired-internal-noselect): Don't let-bind
12379 default-major-mode around code that doesn't use it.
12380 E.g. buffer creation via get-buffer-create doesn't use it.
12381
12382 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
12383
12384 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
12385 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
12386 when writing the temp file. Otherwise, epa-file gets confused.
12387 (tramp-register-file-name-handlers): Make it a defun. Move also
12388 `epa-file-handler' to the front of `file-name-handler-alist'.
12389
12390 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12391
12392 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
12393 start right after a ^M.
12394 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
12395 (tramp-completion-file-name-regexp-separate)
12396 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
12397 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
12398 Don't modify last-coding-system-used by accident.
12399 (tramp-completion-file-name-handler): Apply the checks here,
12400 instead during registration.
12401 (tramp-register-file-name-handlers): Renamed from
12402 `tramp-register-file-name-handler'. Register both
12403 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
12404 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
12405
12406 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
12407
12408 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
12409 Remove variable ...
12410 (gdb-init-1, gdb-display-separate-io-buffer)
12411 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
12412 references to it.
12413 (gdb-inferior-io-mode): Use make-comint-in-buffer.
12414 (gdb-inferior-filter): Use comint-output-filter to stop
12415 echoing and remove ^M characters.
12416
12417 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12418
12419 * emulation/viper-init.el (viper-restore-cursor-type):
12420 * emulation/cua-base.el (cua--update-indications):
12421 Replace default-cursor-type with (default-value 'cursor-type).
12422
12423 * mail/sendmail.el (mail-recover-1):
12424 * international/mule-diag.el (describe-current-coding-system-briefly)
12425 (describe-current-coding-system):
12426 * international/mule-cmds.el (select-safe-coding-system)
12427 (select-message-coding-system)
12428 (set-language-environment-coding-systems, set-locale-environment):
12429 * hexl.el (hexl-insert-multibyte-char):
12430 * dos-w32.el (find-buffer-file-type-coding-system):
12431 * simple.el (what-cursor-position):
12432 Replace uses of default-buffer-file-coding-system
12433 with (default-value 'buffer-file-coding-system).
12434
12435 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
12436 Replace uses of default-cursor-in-non-selected-windows
12437 with (default-value 'cursor-in-non-selected-windows).
12438 Use with-current-buffer.
12439
12440 * mail/feedmail.el: Use CL macros.
12441 (feedmail-run-the-queue, feedmail-send-it-immediately):
12442 * dos-w32.el (find-buffer-file-type): Replace uses of
12443 default-buffer-file-type with (default-value 'buffer-file-type).
12444
12445 2009-08-28 Glenn Morris <rgm@gnu.org>
12446
12447 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
12448 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
12449 Use default-value of major-mode rather than default-major-mode.
12450
12451 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
12452
12453 * Makefile.in (update-elcfiles): Report left over elc files.
12454
12455 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
12456 expand-file-name and with-current-buffer.
12457 (mail-get-names, mail-directory): Use with-current-buffer.
12458
12459 * vc.el (vc-read-revision): New function.
12460 (vc-version-diff, vc-merge): Use it.
12461
12462 2009-08-27 Sam Steingold <sds@gnu.org>
12463
12464 * simple.el (kill-do-not-save-duplicates): New user option.
12465 (kill-new): When it is non-nil, and the new string is the same as
12466 the latest kill, set replace to t to avoid duplicates in kill-ring.
12467
12468 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
12469
12470 * net/tramp.el (tramp-handle-process-file): Do not flush all
12471 caches when `process-file-side-effects' is set.
12472 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
12473 instead of `tramp-find-file-exists-command'.
12474 Unset `process-file-side-effects'.
12475
12476 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
12477
12478 * net/tramp.el (tramp-methods): New method "rsyncc".
12479 (top): Add completion function for "rsyncc".
12480 (tramp-message-show-message): New defvar.
12481 (tramp-message, tramp-error): Use it.
12482 (tramp-do-copy-or-rename-file-directly): Extend check for direct
12483 remote copying.
12484 (tramp-do-copy-or-rename-file-out-of-band): Handle new
12485 `tramp-methods' entry `copy-env' of "rsyncc".
12486 (tramp-vc-registered-read-file-names): New defconst.
12487 (tramp-vc-registered-file-names): New defvar.
12488 (tramp-handle-vc-registered): Implement optimization strategy.
12489 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
12490 (tramp-vc-file-name-handler): New defun.
12491 (tramp-get-ls-command, tramp-get-test-command)
12492 (tramp-get-file-exists-command, tramp-get-remote-ln)
12493 (tramp-get-remote-perl, tramp-get-remote-stat)
12494 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
12495
12496 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
12497 (tramp-cache-inhibit-cache): Extend doc string. It allows also
12498 timestamps.
12499 (tramp-get-file-property): Check for timestamps in
12500 `tramp-cache-inhibit-cache'.
12501 (tramp-set-file-property): Write timestamp.
12502
12503 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
12504
12505 * language/japan-util.el (japanese-symbol-table): Add entries for
12506 cp932-2-byte.
12507
12508 * international/characters.el: Add category `j' to cp932-2-byte.
12509
12510 2009-08-27 Kenichi Handa <handa@m17n.org>
12511
12512 * international/fontset.el (build-default-fontset-data): New macro.
12513 (setup-default-fontset): Use build-default-fontset-data for CJK,
12514 tibetan, ethiopic, and ipa.
12515
12516 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
12517
12518 * cus-start.el (default-major-mode): Customize `major-mode' instead.
12519 (enable-multibyte-characters): Not customizable any more.
12520
12521 * subr.el (default-mode-line-format, default-header-line-format)
12522 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
12523 (default-direction-reversed, default-truncate-lines)
12524 (default-left-margin, default-tab-width, default-case-fold-search)
12525 (default-left-margin-width, default-right-margin-width)
12526 (default-left-fringe-width, default-right-fringe-width)
12527 (default-fringes-outside-margins, default-scroll-bar-width)
12528 (default-vertical-scroll-bar, default-indicate-empty-lines)
12529 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
12530 (default-fringe-cursor-alist, default-scroll-up-aggressively)
12531 (default-scroll-down-aggressively, default-fill-column)
12532 (default-cursor-type, default-buffer-file-type)
12533 (default-cursor-in-non-selected-windows)
12534 (default-buffer-file-coding-system, default-major-mode)
12535 (default-enable-multibyte-characters): Mark as obsolete.
12536
12537 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
12538
12539 * vc-dir.el (vc-dir-update): Remove debug helper.
12540
12541 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
12542
12543 2009-08-26 Sam Steingold <sds@gnu.org>
12544
12545 * simple.el (save-interprogram-paste-before-kill): New user option.
12546 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
12547 save the interprogram-paste into kill-ring before overriding it
12548 with the Emacs kill.
12549
12550 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
12551
12552 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
12553 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
12554 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
12555 and move to vc-rcs.el.
12556 (vc-default-next-revision): Rename to vc-rcs-next-revision and
12557 move to vc-rcs.el.
12558 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
12559 (vc-rcs-update-changelog): Remove.
12560 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
12561 and move to vc-rcs.el.
12562
12563 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
12564 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
12565 renaming.
12566 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
12567 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
12568 vc.el, renamed to be RCS specific.
12569
12570 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
12571 New functions.
12572 (vc-cvs-update-changelog): Move here from vc.el.
12573
12574 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
12575 New functions.
12576
12577 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
12578
12579 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
12580
12581 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
12582
12583 * vc-git.el (vc-git-register): Use "git add" for directories.
12584 (vc-git-stash, vc-git-stash-show): New functions.
12585 (vc-git-extra-menu-map): Bind them.
12586
12587 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
12588 directory correctly in case the item is a directory itself.
12589
12590 * vc.el: Document the desired behavior for reverted files in the
12591 `added' state.
12592 (vc-default-prettify-state-info): Remove function, unused.
12593
12594 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
12595
12596 2009-08-26 Glenn Morris <rgm@gnu.org>
12597
12598 * bindings.el (standard-mode-line-format): Reposition dashes in
12599 which-func entry. (Bug#4217)
12600
12601 * files.el (enable-local-variables, enable-local-eval)
12602 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
12603 the defcustoms.
12604 (auto-mode-alist, ignored-local-variables)
12605 (save-some-buffers-action-alist): Move risky declarations to the
12606 definitions.
12607 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
12608 (font-lock-defaults, format-alist, imenu--index-alist)
12609 (imenu-generic-expression, input-method-alist, minor-mode-alist)
12610 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
12611 (mode-line-modified, mode-line-mule-info, mode-line-position)
12612 (mode-line-process, mode-line-remote, outline-level)
12613 (parse-time-rules, rmail-output-file-alist)
12614 (special-display-buffer-names, vc-mode):
12615 Move risky declarations to the relevant files.
12616 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
12617 (mode-line-modified, mode-line-process, mode-line-position)
12618 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
12619 * font-core.el (font-lock-defaults):
12620 * format.el (format-alist):
12621 * vc-hooks.el (vc-mode):
12622 * window.el (special-display-buffer-names):
12623 * international/mule-cmds.el (input-method-alist):
12624 Define riskiness here (dumped file) rather than in files.el.
12625 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
12626 * imenu.el (imenu-generic-expression, imenu--index-alist):
12627 * outline.el (outline-level):
12628 * time.el (display-time-string):
12629 * calendar/parse-time.el (parse-time-rules):
12630 * mail/rmailout.el (rmail-output-file-alist):
12631 Autoload riskiness here, rather than placing in files.el.
12632
12633 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
12634
12635 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
12636
12637 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
12638
12639 * simple.el (process-file-side-effects): New defvar.
12640
12641 * dired-aux.el (dired-show-file-type):
12642 * vc.el (vc-diff-internal):
12643 * vc-arch.el (vc-arch-diff):
12644 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
12645 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
12646 * vc-git.el (vc-git-registered, vc-git-working-revision)
12647 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
12648 (vc-git--empty-db-p):
12649 * vc-hooks.el (vc-user-login-name):
12650 * vc-svn.el (vc-svn-registered, vc-svn-state)
12651 (vc-svn-dir-extra-headers, vc-svn-find-revision):
12652 * progmodes/grep.el (grep-probe): Let-bind
12653 `process-file-side-effects' with nil.
12654
12655 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
12656
12657 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
12658 daemon. Replace ping by checking for running service for bluez
12659 and zeroconf. (Bug#4239)
12660
12661 2009-08-25 Kevin Ryde <user42@zip.com.au>
12662
12663 * net/dig.el (dig): Add autoload cookie.
12664
12665 2009-08-25 Glenn Morris <rgm@gnu.org>
12666
12667 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
12668 load-history for absolute file-names.
12669 (byte-compile-file-form-require): Warn about use of the cl package.
12670
12671 * format.el (format-alist): Doc fix.
12672
12673 * play/bubbles.el (top-level): Don't require cl at run-time.
12674
12675 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
12676 run-time cl).
12677
12678 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
12679
12680 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
12681 from cl package.
12682 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
12683
12684 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
12685
12686 * calc/calc-alg.el (math-trig-rewrite)
12687 (math-hyperbolic-trig-rewrite): New functions.
12688 (calc-simplify): Simplify trig functions when asked.
12689
12690 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
12691
12692 * diff-mode.el (diff-find-source-location): Avoid goto-line.
12693
12694 2009-08-24 Kenichi Handa <handa@m17n.org>
12695
12696 * language/ind-util.el (mapthread): Delete it.
12697 (combinatorial): New function.
12698 (indian--puthash-cv): Use combinatorial instead of mapthread.
12699
12700 2009-08-22 Kevin Ryde <user42@zip.com.au>
12701
12702 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
12703 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
12704 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
12705 Clarify docstring that the value is strings not symbols.
12706 (checkdoc-list-of-strings-p): New function.
12707
12708 2009-08-22 Glenn Morris <rgm@gnu.org>
12709
12710 * files.el (auto-mode-alist):
12711 * hippie-exp.el (he-concat-directory-file-name):
12712 * lpr.el (lpr-windows-system, printer-name):
12713 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
12714 * ps-print.el (ps-windows-system):
12715 * startup.el (command-line):
12716 * emulation/viper-ex.el (viper-glob-function):
12717 * international/mule-cmds.el (set-language-environment-coding-systems):
12718 * net/ange-ftp.el (ange-ftp-write-region):
12719 * obsolete/fast-lock.el (fast-lock-cache-name):
12720 Remove code for defunct system-types emx, macos, mswindows, next-mach,
12721 unisoft-unix, vax-vms, win32, w32.
12722
12723 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
12724 given name if the pattern is not more specific.
12725
12726 * calendar/lunar.el (lunar-phase-names): New option.
12727 (lunar-phase): Doc fix.
12728 (lunar-cycles-per-year): New constant.
12729 (lunar-index): New function.
12730 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
12731 (lunar-phase-name): Use lunar-phase-names.
12732 (calendar-lunar-phases): Use format.
12733 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
12734
12735 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
12736 Copy imenu-example--name-and-position function here for own use.
12737 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
12738
12739 * bs.el (bs--redisplay):
12740 * cus-edit.el (custom-redraw):
12741 * ibuffer.el (ibuffer-bury-buffer):
12742 * server.el (server-goto-line-column):
12743 * startup.el (command-line-1):
12744 * strokes.el (strokes-xpm-for-stroke):
12745 * term.el (term-display-buffer-line):
12746 * view.el (View-goto-line):
12747 * calc/calc.el (calc-do, calc-trail-buffer):
12748 * play/gamegrid.el (gamegrid-add-score-insecure):
12749 * progmodes/ada-mode.el (ada-compile-goto-error):
12750 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
12751 (ebrowse-select-1st-to-9nth):
12752 * progmodes/cperl-mode.el (cperl-time-fontification):
12753 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
12754 * progmodes/gud.el (gud-display-line):
12755 (idlwave-shell-display-line):
12756 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
12757 * progmodes/make-mode.el (makefile-browser-toggle):
12758 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
12759 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
12760 * textmodes/picture.el (picture-draw-rectangle):
12761 * textmodes/reftex-index.el (reftex-index-goto-letter):
12762 (reftex-select-jump-to-previous):
12763 * textmodes/reftex-sel.el (reftex-find-start-point)
12764 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
12765 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
12766 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
12767 * textmodes/tex-mode.el (tex-compilation-parse-errors):
12768 * textmodes/two-column.el (2C-associated-buffer):
12769 Use forward-line rather than goto-line.
12770
12771 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
12772 goto-line.
12773
12774 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
12775 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
12776 (quick-check-list-to-regexp): Declare.
12777
12778 * progmodes/make-mode.el (makefile-browser-insert-selection):
12779 Use goto-char rather than goto-line.
12780
12781 * progmodes/prolog.el (compilation-error-regexp-alist)
12782 (compilation-forget-errors): Declare.
12783
12784 2009-08-22 Juri Linkov <juri@jurta.org>
12785
12786 * progmodes/grep.el (lgrep, rgrep): At the beginning
12787 set `dir' to `default-directory' unless `dir' is a non-nil
12788 readable directory. (Bug#4052)
12789 (lgrep, rgrep): Change a weird way to report an error
12790 from using `read-string' to using `error'.
12791 Instead of using interactive arguments in the function body,
12792 add new argument `confirm'.
12793
12794 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
12795
12796 * textmodes/remember.el (remember-buffer):
12797 * progmodes/cperl-mode.el (cperl-vc-header-alist):
12798 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
12799 (icalendar-extract-ical-from-buffer):
12800 * net/newst-treeview.el (newsticker-groups-filename):
12801 * net/newst-backend.el (newsticker-cache-filename):
12802 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
12803 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
12804 (speedbar-add-ignored-path-regexp, speedbar-line-path)
12805 (speedbar-buffers-line-path, speedbar-path-line)
12806 (speedbar-buffers-line-path):
12807 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
12808 (epg-sign-keys):
12809 * epa.el (epa-display-verify-result):
12810 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
12811
12812 2009-08-21 Glenn Morris <rgm@gnu.org>
12813
12814 * progmodes/js.el (inferior-moz-process): Fix declaration.
12815
12816 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
12817
12818 * obsolete/rnewspost.el (news-mail-reply):
12819 Use goto-char rather than goto-line.
12820
12821 * term/ns-win.el (ns-open-file-select-line):
12822 Use line-beginning-position rather than goto-line.
12823
12824 * apropos.el (apropos-command):
12825 * ehelp.el (electric-helpify):
12826 * printing.el (pr-show-setup):
12827 * strokes.el (strokes-help):
12828 * tutorial.el (tutorial--describe-nonstandard-key)
12829 (tutorial--detailed-help):
12830 * woman.el (woman-mini-help, woman-display-extended-fonts):
12831 * calc/calc-help.el (calc-describe-key):
12832 * emulation/edt.el (edt-electric-helpify):
12833 * international/mule-diag.el (mule-diag):
12834 * play/yow.el (apropos-zippy):
12835 * progmodes/python.el (python-describe-symbol):
12836 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
12837 * textmodes/table.el (*table--cell-describe-mode)
12838 (*table--cell-describe-bindings):
12839 Use help-print-return-message rather than the now obsolete alias.
12840
12841 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
12842 (calendar-cursor-to-visible-date):
12843 * play/5x5.el (5x5-position-cursor):
12844 * play/decipher.el (decipher):
12845 * play/gomoku.el (gomoku-goto-xy):
12846 * play/landmark.el (lm-goto-xy):
12847 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
12848 (mpuz-paint-digit):
12849 Use forward-line, not goto-line.
12850
12851 * mail/rmail.el (rmail-obsolete): Delete custom group.
12852 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
12853 (rmail-remote-password, rmail-remote-password-required):
12854 Remove unneeded :set-after and :set properties.
12855
12856 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
12857
12858 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
12859
12860 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
12861
12862 * loadup.el: Remove leftover macos code.
12863
12864 * vc-git.el (vc-git-annotate-command): Run asynchronously.
12865 Explicitly pass the date format to git blame so that user local
12866 so that the output format can be parsed.
12867
12868 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
12869
12870 * net/dbus.el (top): Don't check for (getenv
12871 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
12872
12873 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
12874
12875 * log-edit.el (log-edit-strip-single-file-name): New var.
12876 (log-edit-insert-changelog): Use it. Bug#3571
12877
12878 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12879
12880 * subr.el (read-passwd): Use read-key so keypad keys work as well.
12881 Bug#3287
12882
12883 * help.el (help-print-return-message): Rename from
12884 print-help-return-message.
12885
12886 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
12887 cvs-mode-map parent hack.
12888 (log-view-mode): Derive from special-mode.
12889
12890 * linum.el (linum-mode): window-size-change-functions is redundant.
12891 Adapt to new window-configuration-change-hook behavior.
12892 (linum-after-size, linum-after-config): Remove.
12893
12894 * imenu.el (imenu-example--name-and-position)
12895 (imenu-example--lisp-extract-index-name)
12896 (imenu-example--create-lisp-index, imenu-example--create-c-index):
12897 Mark as obsolete.
12898
12899 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
12900 (inferior-prolog-mode): Use it.
12901 (inferior-prolog-load-file): Reset list of errors.
12902
12903 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
12904
12905 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
12906
12907 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
12908
12909 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
12910
12911 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
12912 is running already.
12913
12914 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12915
12916 * subr.el (listify-key-sequence-1): Use normal syntax since those
12917 integers are nowadays always represented by the same (positive) number
12918 on all platforms.
12919 (read-key-empty-map): New const.
12920 (read-key-delay): New var.
12921 (read-key): New function.
12922 (force-mode-line-update): Use with-current-buffer.
12923 (locate-user-emacs-file): Don't forget to abbreviate the file name.
12924 (start-process-shell-command, start-file-process-shell-command):
12925 Discourage the use of command-args.
12926
12927 2009-08-19 Glenn Morris <rgm@gnu.org>
12928
12929 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
12930
12931 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12932
12933 * simple.el (choose-completion-string): Don't rely on
12934 minibuffer-completing-file-name and ad-hoc checks to decide whether
12935 to continue completion or not.
12936
12937 * minibuffer.el (minibuffer-hide-completions): New function.
12938 (completion--do-completion): Use it.
12939 (completions-annotations): New face.
12940 (completion--insert-strings): Use it.
12941 (completion-pcm--delim-wild-regex): Add docstring.
12942 (completion-pcm--string->pattern): Add support for 0-width delimiters
12943 in completion-pcm--delim-wild-regex.
12944
12945 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
12946
12947 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
12948 Remove unused var `buffer-modified-p'.
12949
12950 * minibuffer.el (completion--do-completion): Move point for the #b001
12951 case as well (bug#4176).
12952 (minibuffer-complete, minibuffer-complete-word): Don't move point.
12953
12954 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
12955
12956 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
12957 and :session buses.
12958
12959 2009-08-18 Kenichi Handa <handa@m17n.org>
12960
12961 * international/ucs-normalize.el (ucs-normalize-version):
12962 Change to 1.1.
12963 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
12964 (utf-8-hfs): Make it perform normalization on encoding too.
12965
12966 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
12967 (sentence-end-without-space): Delete duplicated chars.
12968 (sentence-end-base): Likewise.
12969
12970 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
12971 (html-mode): Delete duplicated chars from sentence-end-base.
12972
12973 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
12974 (texinfo-mode): Delete duplicated chars from sentence-end-base.
12975
12976 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
12977
12978 * files.el (hack-one-local-variable): If the mode function is for
12979 a minor mode, pass it an argument (Bug#4148).
12980
12981 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
12982
12983 * net/tramp.el (tramp-register-completion-file-name-handler):
12984 Check also for (member 'partial-completion completion-styles).
12985
12986 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
12987
12988 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
12989 abbrev (Bug#3943).
12990
12991 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
12992
12993 * progmodes/cperl-mode.el: Merge upstream 6.2.
12994 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
12995 (cperl-forward-re): Check cperl-brace-recursing.
12996 (cperl-highlight-charclass): New function.
12997 (cperl-find-pods-heres): Use it.
12998 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
12999 (cperl-beautify-regexp-piece): Fix column calculation.
13000 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
13001 (cperl-beautify-level): Don't process entire regexp.
13002 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
13003 calling man.
13004 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
13005 (cperl-init-faces): Build a list in the normal way.
13006
13007 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
13008
13009 * calendar/parse-time.el (parse-time-string-chars): Save match
13010 data.
13011
13012 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
13013
13014 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
13015 (sql-product): Use it.
13016 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
13017 (sql-set-product): Add completion.
13018 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
13019 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
13020 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
13021 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
13022 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
13023 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
13024 (sql-highlight-db2-keywords): Remove.
13025 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
13026 (sql-highlight-product): Use derived-mode-p.
13027 (sql-set-sqli-buffer): Use with-current-buffer.
13028 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
13029 Simplify.
13030
13031 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
13032
13033 * term.el: Fix commenting convention, turn comments into docstrings.
13034
13035 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
13036
13037 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
13038
13039 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
13040
13041 * calendar/parse-time.el (parse-time-string-chars): Compute using
13042 character classes, to handle non-ascii characters (Bug#3190).
13043
13044 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
13045
13046 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
13047 another heredoc if the user adds another < (Bug#3226).
13048
13049 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13050 Don't initialize based on window-system (Bug#4124).
13051
13052 * facemenu.el (facemenu-read-color): Use a completion function
13053 that accepts any defined color, such as RGB triplets (Bug#3677).
13054
13055 * files.el (get-free-disk-space): Change fallback default
13056 directory to /. Expand DIR argument before switching to fallback.
13057 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
13058
13059 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
13060
13061 * files.el (load-library): Doc fix.
13062
13063 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
13064
13065 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
13066 (viper-if-string): Redefine C-s in the minibuffer to insert the last
13067 incremental search string.
13068
13069 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
13070 XEmacs.
13071
13072 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
13073 (ediff-merge-region-is-non-clash)
13074 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
13075 Also check if the job is really a merge job.
13076
13077 * ediff.el (ediff-current-file): New function.
13078
13079 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
13080
13081 * progmodes/js.el: Edit docstrings throughout to follow Emacs
13082 conventions.
13083 (js-insert-and-indent): Delete function.
13084 (js-mode-map): Don't bind keys to js-insert-and-indent.
13085 (js-beginning-of-defun): Rename from js--beginning-of-defun.
13086 (js-end-of-defun): Rename from js--end-of-defun.
13087 (js-auto-indent-flag): Delete variable.
13088
13089 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
13090
13091 * progmodes/js.el: Remove proclaim statement.
13092 Defvar which-func-imenu-joiner-function to silence compiler.
13093
13094 * files.el (auto-mode-alist): Use js-mode for .js files.
13095
13096 * progmodes/js2-mode.el: Remove file.
13097
13098 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
13099
13100 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
13101
13102 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
13103
13104 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
13105 Karl Landstrom <karl.landstrom@brgeight.se>
13106
13107 * progmodes/js.el: New file.
13108
13109 2009-08-14 Mark A. Hershberger <mah@everybody.org>
13110
13111 * timezone.el (timezone-parse-date): Add ability to understand ISO
13112 basic format (minimal separators) dates in addition to the
13113 already-supported extended format dates.
13114
13115 2009-08-14 Eli Zaretskii <eliz@gnu.org>
13116
13117 * international/ucs-normalize.el: Add a `coding' file variable.
13118
13119 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
13120
13121 2009-08-14 Sam Steingold <sds@gnu.org>
13122
13123 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13124
13125 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
13126
13127 * faces.el (help-argument-name): Define it here instead of
13128 help-fns.el, because in daemon mode help-fns.el may be loaded when
13129 faces are still uninitialized (Bug#1078).
13130
13131 * help-fns.el (help-argument-name): Move defface to faces.el.
13132
13133 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
13134
13135 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
13136 create buffer with a pty but no process so that GDB can make the
13137 inferior the controlling process.
13138
13139 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
13140
13141 * international/ucs-normalize.el: New file.
13142
13143 2009-08-13 Richard Stallman <rms@gnu.org>
13144
13145 * mail/rmail.el (rmail-get-attr-names):
13146 Accept an attribute header that is too short.
13147
13148 * mail/rmail.el (rmail-forget-messages):
13149 Ignore nil elt in rmail-message-vector. Use dotimes.
13150
13151 * progmodes/compile.el (compilation-goto-locus):
13152 Use next-error-move-function.
13153
13154 * simple.el (next-error-move-function): New variable.
13155
13156 2009-08-12 Juri Linkov <juri@jurta.org>
13157
13158 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
13159 always non-nil. (Bug#4052)
13160
13161 * replace.el (read-regexp): Return empty string when
13162 `default-value' is nil.
13163 (keep-lines-read-args): Don't use empty string as the
13164 default value for `read-regexp'. (Bug#2495)
13165
13166 2009-08-12 Juri Linkov <juri@jurta.org>
13167
13168 * international/mule-cmds.el (ucs-insert): Change arguments
13169 from `arg' to `character', `count', `inherit' to be the same
13170 as in `insert-char'. Doc fix. (Bug#4039)
13171
13172 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
13173
13174 2009-08-12 Juri Linkov <juri@jurta.org>
13175
13176 * files-x.el: New file.
13177
13178 * files.el: Move code that deals with adding/deleting
13179 file/directory-local variables to files-x.el.
13180
13181 * Makefile.in (ELCFILES): Add files-x.elc.
13182
13183 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
13184
13185 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
13186 to use `goto-line'.
13187 (gdb-place-breakpoints, gdb-get-location): Rewritten without
13188 `goto-line'.
13189 (gdb-invalidate-disassembly): Do not refresh upon receiving
13190 'update signal. Instead, update all disassembly buffers only after
13191 threads list.
13192 (gdb): Send -target-detach when buffer is killed (Bug#3794).
13193 (gdb-starting): Moved -data-list-register-names...
13194 (gdb-stopped): ...here so it's sent when first thread stops.
13195 (gdb-registers-handler-custom): Do nothing if register names are
13196 unknown yet.
13197
13198 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
13199 from `gdb-mi.el' to avoid extra tangling.
13200
13201 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
13202 change which breaks `gud-def' definitions used in `gdb'.
13203 (gdb-update-gud-running): No extra fuss for updating frame number.
13204
13205 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
13206
13207 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
13208 (describe-language-environment-map, setup-language-environment-map)
13209 (set-coding-system-map): Move initialization into declaration.
13210 (set-language-info-alist): Last arg to define-key-after can be skipped.
13211
13212 * international/quail.el (quail-completion-1): Simplify.
13213 (quail-define-rules): Use slightly more compact code.
13214 (quail-insert-decode-map): Propertize keys, compact columns.
13215
13216 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13217 Add goto-line.
13218
13219 2009-08-10 Miles Bader <miles@gnu.org>
13220
13221 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
13222 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
13223 (js2-instance-member, js2-private-member, js2-private-function-call)
13224 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
13225 (js2-magic-paren, js2-external-variable):
13226 Remove "-face" suffix from face names.
13227 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
13228 (js2-highlight-undeclared-vars, js2-peek-token)
13229 (js2-parse-function-params, js2-mode-show-errors)
13230 (js2-mode-show-warnings, js2-make-magic-delimiter)
13231 (js2-mode-highlight-magic-parens): Update to use new face names.
13232
13233 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
13234
13235 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
13236 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
13237
13238 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
13239
13240 * subr.el: Provide hashtable-print-readable.
13241
13242 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
13243 hs-c-like-adjust-block-beginning.
13244 (hs-hide-block-at-point): Stop hiding at the beginning of
13245 hs-block-end-regexp (Bug#700).
13246
13247 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
13248
13249 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
13250 a macro.
13251 (gdb-registers-handler-custom): Do not fail when register names
13252 are unavailable.
13253
13254 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
13255
13256 * progmodes/gdb-mi.el (gdb-control-all-threads)
13257 (gdb-control-current-thread): Interactive setters for
13258 `gdb-gud-control-all-threads' to use in menu.
13259 (gdb-show-run-p): Show «Go» when process is not active.
13260 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
13261 gud/thread.xpm and gud/all.xpm.
13262
13263 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
13264
13265 * net/net-utils.el (net-utils-font-lock-keywords): New var.
13266 (nslookup-font-lock-keywords): Make it a variable.
13267 (net-utils-mode): New mode for viewing diagnostic network output.
13268 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
13269 (net-utils-run-simple): New function.
13270 (ifconfig, iwconfig, netstat, arp, route): Use it.
13271
13272 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
13273
13274 * progmodes/gdb-mi.el (gdb-read-memory-custom)
13275 (gdb-memory-set-address, def-gdb-set-positive-number)
13276 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
13277 after changing settings.
13278 (gdb-invalidate-disassembly): Update when first shown.
13279 (gdb-edit-locals-value): Fixed.
13280 (gdb-registers-handler-custom): Print registers in right order and
13281 allow changing register values (only for current thread yet).
13282 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
13283 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
13284 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
13285 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
13286 info in mode name.
13287 (gdb-registers-mode-map): TAB to switch to locals.
13288
13289 2009-08-08 Eli Zaretskii <eliz@gnu.org>
13290
13291 * mail/rmail.el (rmail-add-mbox-headers)
13292 (rmail-set-message-counters-counter): Search for
13293 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
13294
13295 2009-08-08 Glenn Morris <rgm@gnu.org>
13296
13297 * Makefile.in (ELCFILES): Update.
13298
13299 2009-08-07 Eli Zaretskii <eliz@gnu.org>
13300
13301 * mail/sendmail.el (mail-yank-original): Set
13302 buffer-file-coding-system from the one used by the message whose
13303 text is yanked.
13304
13305 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
13306 to "windows" when "pgnuplot" is used.
13307 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
13308 call accept-process-output if "pgnuplot" is used.
13309 (calc-graph-init): Don't send -display and -geometry to
13310 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
13311 running "pgnuplot -V" with shell-command-to-string.
13312
13313 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
13314 the default.
13315
13316 2009-08-07 Eli Zaretskii <eliz@gnu.org>
13317
13318 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
13319 org/org-latex.elc.
13320
13321 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
13322
13323 * vc-dispatcher.el (vc-resynch-window): Update comment.
13324
13325 * term.el (term-handle-ansi-escape): Add comments with the
13326 terminfo capabilities implemented.
13327
13328 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
13329
13330 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
13331 (gdb-var-create-handler): Rewritten using JSON parser.
13332 (gdb-propertize-header): Moved earlier.
13333 (gdb-set-header): Removed to avoid duplication.
13334 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
13335 Refresh disassembly buffers only after threads list have been
13336 update.
13337 (gdb-threads-header, gdb-registers-header): Per-buffer header line
13338 variables.
13339
13340 2009-08-04 Juri Linkov <juri@jurta.org>
13341
13342 * files.el: Commands to add/delete file/directory-local variables.
13343 (read-file-local-variable, read-file-local-variable-value)
13344 (read-file-local-variable-mode, modify-file-local-variable)
13345 (modify-file-local-variable-prop-line)
13346 (modify-dir-local-variable): New functions.
13347 (add-file-local-variable, delete-file-local-variable)
13348 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
13349 (add-dir-local-variable, delete-dir-local-variable)
13350 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
13351 (copy-dir-locals-to-file-locals-prop-line): New commands.
13352
13353 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
13354
13355 * abbrev.el (insert-abbrev-table-description): Prettify output.
13356 Suggested by Karl Chen.
13357
13358 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
13359
13360 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
13361 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
13362 (gdb-overlay-arrow-position, gdb-thread-position)
13363 (gdb-disassembly-position): Declare variables.
13364 (gdb-wait-for-pending): Function now.
13365 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
13366 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
13367 compilation goes smoothly.
13368 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
13369 (gdb-non-stop-setting): New customization setting which replaces
13370 `gdb-non-stop' so changing it doesn't break active GDB session.
13371 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
13372 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
13373 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
13374 (gdb-show-threads-by-default): New customization options.
13375 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
13376 routines.
13377 (gdb-get-buffer-create): Send buffers update signal when they are
13378 created.
13379 (gdb-invalidate-locals, gdb-invalidate-registers)
13380 (gdb-invalidate-breakpoints)
13381 (gdb-invalidate-threads, gdb-invalidate-disassembly)
13382 (gdb-invalidate-memory): Accept update signal.
13383 (gdb-current-context-command): Use --frame option.
13384 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
13385 Implement `gdb-frame-number' selection logic.
13386 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
13387 whether to show GUD toolbar buttons.
13388 (gdb-thread-exited): Unselect current thread when it exits.
13389 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
13390 (gdb-mark-line): Routine which sets overlay arrow or inverses
13391 video on fringeless displays.
13392 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
13393 to build aligned columns of data in GDB buffers and set text
13394 properties line-by-line.
13395 (gdb-invalidate-breakpoints)
13396 (gdb-breakpoints-list-handler-custom)
13397 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
13398 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
13399 (gdb-registers-handler-custom): Align data columns.
13400 (gdb-locals-handler-custom): Now prints data like in variable
13401 declarations.
13402 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
13403 Removed confusing buttons.
13404 (gdb-invalidate-threads): Append --frame.
13405 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
13406 between breakpoints/threads buffers.
13407 (gdb-set-window-buffer): Now can ignore dedicated windows.
13408 (gdb-propertize-header): Use `gdb-set-window-buffer'.
13409 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
13410 (def-gdb-thread-buffer-gud-command): Replaces
13411 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
13412 for fine thread control.
13413 (gdb-preempt-existing-or-display-buffer): New function used to
13414 display bound buffers without breaking window layout.
13415 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
13416 (gdb-select-frame): New version of `gdb-frames-select' which now
13417 sets `gdb-frame-number' so commands may use --frame option instead
13418 of inner debugger state.
13419 (gdb-frame-handler): Do not set `gdb-frame-number'.
13420 (gdb-threads-mode-map): Select threads with mouse.
13421
13422 * progmodes/gud.el (gdb-gud-context-call): Declare function to
13423 avoid compilation warning.
13424 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
13425 `gdb-show-stop-p`.
13426
13427 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
13428 Argument `key' renamed to `buffer-type'.
13429 (gdb-current-context-buffer-name): Do not add thread info to
13430 buffer name when no thread is selected.
13431 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
13432 command (bug 3794).
13433 (gdb-thread-selected): Handle `=thread-selected' notification.
13434 (gdb-wait-for-pending): New macro to deal with congestion problems.
13435 (gdb-breakpoints-list-handler-custom): Don't fail on pending
13436 breakpoints.
13437 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
13438 This fixes problem similar to one described in bug 3947.
13439 (gud-menu-map): More menu items.
13440 (gdb-init-1): Reset `gdb-thread-number' to nil.
13441
13442 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
13443 non-stop settings.
13444
13445 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
13446 (gdb-current-context-command): Do not append --thread if
13447 `gdb-thread-number' is nil.
13448 (gdb-running-threads-count, gdb-stopped-threads-count): New
13449 variables.
13450 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
13451 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
13452 customization options.
13453 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
13454 GUD commands.
13455 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
13456 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
13457 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
13458 set `gdb-thread-number' and update `gud-running' properly.
13459 (gdb-running): Update threads list when new threads appear.
13460 (gdb-stopped): Support non-stop operation and new thread switching
13461 logic.
13462 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
13463 (gdb-json-partial-output): New set of JSON routines.
13464 (def-gdb-auto-update-trigger): New `signal-list' optional
13465 argument.
13466 (gdb-thread-list-handler-custom): Update `gud-running',
13467 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
13468 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
13469 (gdb-continue-thread, gdb-step-thread): New commands for fine
13470 thread execution control.
13471 (gud-menu-map): New menu items to switch non-stop options.
13472 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
13473 (gdb-send): Mimic RET properly (bug 3794).
13474
13475 * progmodes/gdb-mi.el (gdb-rules-name-maker)
13476 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
13477 gdb-buffer-rules.
13478 (def-gdb-auto-update-handler): New nopreserve optional argument.
13479 (gdb-stack-list-frames-custom): Print stack from top to bottom.
13480
13481 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
13482 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
13483 (gdb-parent-mode): New mode to derive other GDB modes from.
13484 (gdb-display-disassembly-for-thread)
13485 (gdb-frame-disassembly-for-thread): New commands for threads
13486 buffer.
13487
13488 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
13489 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
13490 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
13491 (gdb-update): We now store all GDB buffers in a list so that they
13492 can be updated by traversing a list instead of calling invalidate
13493 triggers explicitly.
13494 (def-gdb-trigger-and-handler): New macro to define trigger-handler
13495 pair for GDB buffer.
13496 (gdb-stack-buffer-name): Add thread information.
13497 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
13498 handle pending triggers.
13499 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
13500 (def-gdb-thread-buffer-simple-command)
13501 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
13502 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
13503 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
13504 New commands which show buffers bound to thread.
13505 (gdb-stack-list-locals-regexp): Removed unused regexp.
13506
13507 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
13508 (gdb-locals-buffer-name, gdb-registers-buffer-name)
13509 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
13510 to (gud-comint-buffer) in *-buffer-name functions
13511 because (gdb-get-target-string) already does that.
13512 (gdb-locals-handler-custom, gdb-registers-handler-custom)
13513 (gdb-changed-registers-handler): Rewritten without regexps.
13514
13515 * progmodes/gdb-mi.el: Basic thread selection support.
13516 (gdb-thread-number): New variable.
13517 (gdb-current-context-command): New macro which adds --thread
13518 option to command.
13519 (gdb-threads-mode-map): Select thread with SPC.
13520 (gdb-thread-list-handler-custom): Mark current thread with overlay
13521 arrow. Synchronize GDB thread and Emacs thread.
13522 (gdb-select-thread): New command which selects current thread.
13523 (gdb-invalidate-frames, gdb-invalidate-locals)
13524 (gdb-invalidate-registers): Use --thread option.
13525
13526 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
13527
13528 * net/tramp.el (top): Make check for tramp-gvfs loading more
13529 robust. (Bug#3977)
13530 (tramp-handle-insert-file-contents): `unwind-protect' must be
13531 inside `with-parsed-tramp-file-name'.
13532
13533 * net/tramp-gvfs.el (top): Remove superfluous message when loading
13534 fails.
13535
13536 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
13537
13538 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
13539 directory if CLASSPATH is not set.
13540
13541 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
13542
13543 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
13544 New defconst.
13545 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
13546
13547 2009-08-02 Kevin Ryde <user42@zip.com.au>
13548
13549 * net/newst-backend.el (newsticker--raw-url-list-defaults):
13550 Update freshmeat link. Delete newsforge.com as it seems gone.
13551
13552 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
13553
13554 * select.el (x-set-selection): Doc fix (Bug#4021).
13555
13556 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
13557
13558 * help-fns.el (describe-variable): Treat list return values from
13559 dir-locals-find-file properly (Bug#4005).
13560
13561 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
13562
13563 * net/tramp.el (tramp-debug-message): Print also microseconds.
13564
13565 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
13566
13567 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
13568 or END is non-nil.
13569 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
13570 (tramp-get-debug-buffer): Change `outline-regexp' according to new
13571 format.
13572
13573 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
13574 (tramp-get-file-property): Use it.
13575
13576 * autorevert.el (auto-revert-handler): Allow
13577 `auto-revert-tail-mode' for remote files.
13578
13579 2009-08-02 Jason Rumney <jasonr@gnu.org>
13580
13581 * minibuffer.el (read-file-name): Treat confirm options to
13582 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
13583
13584 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
13585
13586 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
13587 (font-lock-variable-name-face, font-lock-constant-face): Darken
13588 the colors for light backgrounds.
13589
13590 2009-08-01 Eli Zaretskii <eliz@gnu.org>
13591
13592 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
13593 month names. (Bug#3987)
13594
13595 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
13596
13597 * simple.el (line-move-finish): Pass whole number to
13598 line-move-to-column.
13599 (line-move-visual): Perform hscroll to the recorded position.
13600
13601 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
13602
13603 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
13604
13605 2009-07-29 Alan Mackenzie <acm@muc.de>
13606
13607 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
13608
13609 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
13610
13611 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
13612 (gdb-place-breakpoints): Use full path when setting breakpoints.
13613
13614 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
13615
13616 * calc/calc.el (calc-mode-map): Add keybinding for
13617 `calc-transpose-lines'.
13618
13619 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
13620
13621 * calc/calc-misc.el (calc-transpose-lines): New function.
13622
13623 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
13624
13625 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
13626 Simplify check for out-of-band methods.
13627 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
13628 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
13629
13630 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
13631
13632 * vc-git.el (vc-git-checkin): Fix typo.
13633
13634 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
13635
13636 * progmodes/js2-mode.el: New file.
13637
13638 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
13639
13640 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
13641 (gud-menu-map): Adjust tooltip accordingly.
13642
13643 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
13644
13645 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
13646 (vc-bzr-log-view-mode): Adjust log-view-file-re.
13647
13648 * add-log.el (change-log-mode-map): Add a menu.
13649
13650 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
13651
13652 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
13653 function returns nil.
13654 (dbus-handle-event): Handle special return value :ignore.
13655 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
13656
13657 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
13658
13659 * view.el (view-mode-enable): Don't define Helper-return-blurb if
13660 it's not needed.
13661
13662 2009-07-25 Eli Zaretskii <eliz@gnu.org>
13663
13664 Fix Bug#3888:
13665
13666 * w32-vars.el (x-select-enable-clipboard): Doc fix.
13667
13668 * term/pc-win.el (x-display-name, x-colors)
13669 (x-select-enable-clipboard, x-select-text): Doc fix.
13670
13671 * term/common-win.el (x-display-name, x-colors): Doc fix.
13672
13673 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
13674 (xw-defined-colors): Doc fix.
13675
13676 * w32-fns.el (x-select-text, x-setup-function-keys)
13677 (x-get-selection, x-set-selection): Doc fix.
13678
13679 * term/x-win.el (x-select-text, x-setup-function-keys)
13680 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
13681
13682 * select.el (x-set-selection): Doc fix.
13683
13684 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
13685
13686 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
13687 instead of "IsNSSSupportAvailable". Avahi ought to work also when
13688 "IsNSSSupportAvailable" method is not available. Reported by
13689 Steve Youngs <steve@sxemacs.org>.
13690
13691 2009-07-24 Kenichi Handa <handa@m17n.org>
13692
13693 * international/characters.el: Fix setting of category ?C, ?|, ?K,
13694 and ?H. Fix setting of case for Latin Extended and Greek Extended.
13695 (build-unicode-category-table): Fix range checks.
13696
13697 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
13698
13699 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
13700 the buffer we try to sync is current when calling
13701 vc-resynch-buffer.
13702
13703 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
13704 not show up to date files.
13705
13706 2009-07-24 Glenn Morris <rgm@gnu.org>
13707
13708 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
13709 Add autoload cookies. If necessary, initialize.
13710 (elint-log): Handle non-file buffers.
13711 (elint-initialize): Add optional argument to reinitialize.
13712 (elint-find-builtin-variables): Save excursion.
13713
13714 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
13715
13716 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
13717 for Lint.
13718
13719 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13720
13721 * vc.el (vc-print-log-internal): New function, split out from ...
13722 (vc-print-log): ... here.
13723 (vc-dir-move-to-goal-column): Declare.
13724
13725 * vc-git.el (vc-git-add-signoff): New variable.
13726 (vc-git-checkin): Use it.
13727 (vc-git-toggle-signoff): New function.
13728 (vc-git-extra-menu-map): Bind it to menu.
13729 (vc-git--run-command-string): Accept a nil FILE argument.
13730 (vc-git-stash-list): New function.
13731 (vc-git-dir-extra-headers): Use it.
13732
13733 2009-07-23 Glenn Morris <rgm@gnu.org>
13734
13735 * help-fns.el (describe-variable): Describe ignored and risky local
13736 variables in a similar way to that in which we describe safe ones.
13737
13738 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
13739 (byte-compile-output-file-form, byte-compile-output-docform)
13740 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
13741 Give some more local variables with common names a "bytecomp-" prefix,
13742 so as not to shadow things during compilation.
13743 * emacs-lisp/cl-macs.el (load-time-value)
13744 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
13745 `outbuffer' to `bytecomp-outbuffer'.
13746
13747 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
13748 since the next two variables cover them automatically now.
13749 (elint-builtin-variables, elint-autoloaded-variables): New.
13750 (elint-unknown-builtin-args): Remove all members, since they can be
13751 parsed automatically now.
13752 (elint-extra-errors): New.
13753 (elint-env-add-env, elint-env-add-macro): Use cadr.
13754 (elint-current-buffer): Use or. Change final message.
13755 (elint-get-top-forms): Use line-end-position.
13756 (elint-init-env): Use cadr. Handle autoload, declare-function,
13757 and defalias.
13758 (elint-add-required-env): Doc fix. Use or. Standardize error.
13759 (regexp-assoc): Remove unused function.
13760 (elint-top-form): Set elint-current-pos, to record the start of the
13761 top-level form, for compilation-mode.
13762 (elint-form): Trap errors in macro expansion. Use dolist.
13763 (elint-unbound-variable): Use elint-builtin-variables and
13764 elint-autoloaded-variables.
13765 (elint-get-args): Use cadr, or.
13766 (elint-check-cond-form): Use dolist, cadr.
13767 (elint-check-condition-case-form): Doc fix. Use cadr.
13768 Use elint-extra-errors.
13769 (elint-log): New function.
13770 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
13771 Distinguish errors and warnings.
13772 (elint-log-message): Use with-current-buffer. Inhibit read-only.
13773 Use a bytecomp-style format.
13774 (elint-clear-log): Preserve default-directory. Inhibit read-only.
13775 (elint-get-log-buffer): Use compilation mode. Disable undo.
13776 Don't truncate lines.
13777 (elint-initialize): Set builtin and autoloaded variable lists.
13778 Only process elint-unknown-builtin-args if non-nil.
13779 (elint-find-builtin-variables, elint-find-autoloaded-variables):
13780 New functions.
13781 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
13782
13783 2009-07-22 Kevin Ryde <user42@zip.com.au>
13784
13785 * net/newst-backend.el (newsticker--parse-atom-1.0)
13786 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
13787 (newsticker--parse-rss-1.0):
13788 * progmodes/idlwave.el (idlwave-mode):
13789 * progmodes/idlw-shell.el (idlwave-shell-mode):
13790 * progmodes/vera-mode.el (vera-mode):
13791 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
13792 * progmodes/vhdl-mode.el (vhdl-mode):
13793 * textmodes/table.el (table-generate-source)
13794 (table--warn-incompatibility):
13795 Hyperlink urls in docstrings with URL `...'.
13796
13797 2009-07-22 Glenn Morris <rgm@gnu.org>
13798
13799 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
13800 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
13801 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
13802 Remove leading * from defcustom docs.
13803
13804 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
13805
13806 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
13807 defcustom doc.
13808 (list-load-path-shadows): Optionally, just return shadows as a string.
13809
13810 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
13811
13812 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
13813
13814 * mail/rmailedit.el (rmail-edit-mode): Use
13815 auto-save-include-big-deletions.
13816
13817 * mail/rmail.el (rmail-variables): Use
13818 auto-save-include-big-deletions.
13819
13820 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
13821 changes.
13822
13823 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
13824
13825 * calc/calc.el (calc-undo-length): New variable.
13826 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
13827
13828 2009-07-21 Richard Stallman <rms@gnu.org>
13829
13830 * files.el (auto-save-mode): Handle buffer-save-size = -2
13831 for toggling mode.
13832
13833 2009-07-21 Glenn Morris <rgm@gnu.org>
13834
13835 * textmodes/ispell.el (ispell-looking-back): Update declaration.
13836
13837 * calendar/todo-mode.el (calendar-current-date): Update declaration.
13838
13839 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
13840 silence compiler. Instead...
13841 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
13842 (ps-print-ensure-fontified): Update for above function name changes.
13843
13844 * printing.el (pr-mh-get-msg-num, pr-mh-show)
13845 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
13846 silence compiler. Instead...
13847 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
13848 (mh-show-buffer): Only define for compiler.
13849 (pr-mh-current-message): Update for above function name changes.
13850
13851 * files.el (abort-if-file-too-large): Explicitly pass `filename'
13852 as an argument.
13853 (find-file-noselect, insert-file-1): Update for above change.
13854
13855 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
13856
13857 * mail/mailclient.el (mailclient-send-it): Fix message.
13858
13859 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
13860 (edebug-eval): Check cl-debug-env is bound.
13861 (print-level, print-circle): Don't redefine built-in variables.
13862
13863 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
13864 (custom-print-vectors): Remove old comments from doc.
13865
13866 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
13867 (emerge-version): Make the variable an obsolete alias for the
13868 emacs-version variable. Make the function obsolete.
13869 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
13870 Emerge options, rather than merging in into the main Options menu.
13871 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
13872 and auto advance modes. Disable edit/fast items when not relevant.
13873
13874 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
13875
13876 * term/vt420.el (terminal-init-vt420): Fix typo.
13877
13878 2009-07-20 Sam Steingold <sds@gnu.org>
13879
13880 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
13881 variable (removed from compile.el on 2004-03-11).
13882
13883 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
13884
13885 * files.el (hack-local-variables-filter): Fix last change.
13886
13887 2009-07-19 Juri Linkov <juri@jurta.org>
13888
13889 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
13890 (dir-local-variables-alist): New buffer-local variable.
13891 (hack-local-variables-filter): If variable is not dir-local,
13892 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
13893 because file-local overrides dir-local.
13894 (c-postprocess-file-styles) <declare-function>:
13895 Remove obsolete declaration.
13896 (hack-dir-local-variables): Add dir-local variable/value pair to
13897 `dir-local-variables-alist' and remove duplicates. Doc fix.
13898
13899 * help-fns.el (describe-variable): Add information about
13900 file-local and dir-local variables.
13901
13902 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
13903
13904 * files.el (hack-local-variables-filter): Rewrite.
13905
13906 2009-07-19 Glenn Morris <rgm@gnu.org>
13907
13908 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
13909 Silence compiler by only defining on XEmacs.
13910
13911 * international/mule.el (auto-coding-regexp-alist): Only match
13912 BABYL... at the start of buffer, not of lines. (Bug#3790)
13913
13914 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
13915 non-calendar buffers (Bug#3862). Restore "not on a date" message.
13916 (cal-menu-context-mouse-menu): Doc fix.
13917
13918 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
13919
13920 * simple.el (mail-user-agent): Doc fix. Set :version tag.
13921
13922 2009-07-18 Juri Linkov <juri@jurta.org>
13923
13924 * info.el: Virtual Info keyword finder.
13925 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
13926 (Info-finder-file): New variable.
13927 (Info-finder-find-file): New function.
13928 (finder-known-keywords, finder-package-info)
13929 (find-library-name, lm-commentary): Use defvar and
13930 declare-function to silence compiler warnings.
13931 (Info-finder-find-node): New function.
13932 (info-finder): New command.
13933
13934 * subr.el (process-kill-buffer-query-function): New function.
13935 (add-hook)<kill-buffer-query-functions>: Add hook
13936 `process-kill-buffer-query-function'.
13937
13938 2009-07-18 Alan Mackenzie <acm@muc.de>
13939
13940 * progmodes/cc-mode.el (c-before-hack-hook)
13941 (c-postprocess-file-styles): Give invocation of `c-set-style'
13942 DONT-OVERRIDE parameter of t. Already set style variables will
13943 thus not be overridden by style settings given by `c-file-syle'.
13944
13945 * files.el (hack-local-variables-filter): Remove entries with
13946 duplicate keys from `file-local-variables-alist'.
13947
13948 2009-07-18 Eli Zaretskii <eliz@gnu.org>
13949
13950 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
13951 x-set-selection if display-selections-p returns nil for the
13952 current frame.
13953
13954 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
13955
13956 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
13957
13958 2009-07-18 Eli Zaretskii <eliz@gnu.org>
13959
13960 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
13961 Accept nil in addition to a regexp.
13962 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
13963 Accept nil in addition to a regexp.
13964 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
13965 buffers that have an associated file. Handle nil values of
13966 desktop-buffers-not-to-save and desktop-files-not-to-save.
13967 (Bug#3833)
13968
13969 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
13970 (x-disown-selection-internal): New functions.
13971
13972 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
13973
13974 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
13975 warning.
13976 (gdb-breakpoints-header): Move forward to avoid compiler warning.
13977 (gdb-make-header-line-mouse-map): Remove duplicate definition.
13978
13979 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
13980
13981 * simple.el (set-mark): Revert last change.
13982
13983 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
13984
13985 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
13986 rendering of pngs is not possible instead of messaging a long
13987 description.
13988
13989 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
13990
13991 * w32-fns.el (x-selection-owner-p): New function.
13992
13993 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
13994 (mouse-yank-at-click, mouse-yank-primary): If
13995 select-active-regions is non-nil, deactivate the mark before
13996 insertion.
13997
13998 * simple.el (deactivate-mark, set-mark): Only save selection if we
13999 own it.
14000
14001 2009-07-17 Kenichi Handa <handa@m17n.org>
14002
14003 * case-table.el (describe-buffer-case-table): Fix for the case
14004 that KEY is a cons.
14005
14006 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
14007
14008 * vc-rcs.el (vc-rcs-find-file-hook):
14009 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
14010
14011 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
14012
14013 * net/tramp.el (tramp-wait-for-output): Handle the case when
14014 commands do not return a newline but a null byte before the shell
14015 prompt. (Bug#3858)
14016
14017 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14018
14019 * term/ns-win.el (ns-set-alpha): Don't declare.
14020 (ns-set-background-alpha): Remove function.
14021
14022 2009-07-16 Kevin Ryde <user42@zip.com.au>
14023
14024 * emacs-lisp/copyright.el (copyright-update): Save match-data across
14025 y-or-n-p, for safety.
14026
14027 2009-07-16 Richard Stallman <rms@gnu.org>
14028
14029 * files.el (auto-save-mode): If buffer-saved-size is -2,
14030 don't clobber it.
14031
14032 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
14033 (rmail-retry-ignored-headers): Add more uninteresting fields.
14034
14035 2009-07-15 Jari Aalto <jari.aalto@cante.net>
14036
14037 * net/rcirc.el (rcirc): Use history variables.
14038 (rcirc-server-name-history, rcirc-nick-name-history)
14039 (rcirc-server-port-history): New variables.
14040
14041 2009-07-15 Kenichi Handa <handa@m17n.org>
14042
14043 * international/mule-cmds.el (set-language-environment-charset):
14044 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
14045 ignore them.
14046
14047 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
14048 Delete unibyte-display.
14049
14050 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
14051
14052 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
14053
14054 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
14055
14056 * simple.el (deactivate-mark): Optional argument FORCE.
14057 (set-mark): Use deactivate-mark.
14058
14059 * info.el (Info-search): No need to check transient-mark-mode
14060 before calling deactivate-mark.
14061
14062 * select.el (x-set-selection): Doc fix.
14063 (x-valid-simple-selection-p): Allow buffer values.
14064 (xselect--selection-bounds): Handle buffer values. Suggested by
14065 David De La Harpe Golden.
14066
14067 * mouse.el (mouse-set-region, mouse-drag-track): Call
14068 copy-region-as-kill before setting the mark, to let
14069 select-active-regions work.
14070
14071 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
14072
14073 * simple.el (deactivate-mark): If select-active-regions is
14074 non-nil, copy the selection data into a string.
14075 (activate-mark): If select-active-regions is non-nil, set the
14076 selection to the current buffer.
14077 (set-mark): Update selection if select-active-regions is non-nil.
14078
14079 * select.el (x-valid-simple-selection-p): Allow buffer values.
14080
14081 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
14082
14083 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
14084 and more featureful message-mode.
14085
14086 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
14087
14088 * select.el (x-set-selection): Doc fix.
14089 (x-valid-simple-selection-p): Disallow selection data consisting
14090 of a list or cons of integers, since that is not used.
14091 (xselect--selection-bounds, xselect--int-to-cons): New functions.
14092 (xselect-convert-to-string, xselect-convert-to-length)
14093 (xselect-convert-to-filename, xselect-convert-to-charpos)
14094 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
14095
14096 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
14097
14098 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
14099 output in -break-info command (Emacs bug #3794).
14100
14101 2009-07-14 Glenn Morris <rgm@gnu.org>
14102
14103 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
14104 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
14105 (edebug-print-length, edebug-print-level, edebug-print-circle)
14106 (edebug-sit-for-seconds, edebug-view-outside)
14107 (edebug-bounce-point, edebug-set-global-break-condition)
14108 (edebug-Go-nonstop-mode, edebug-trace-mode)
14109 (edebug-Trace-fast-mode, edebug-continue-mode)
14110 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
14111 (edebug-visit-eval-list): Doc fixes.
14112
14113 * subr.el (def-edebug-spec): Doc fix.
14114
14115 2009-07-14 Kenichi Handa <handa@m17n.org>
14116
14117 * international/characters.el: Fix setting of category ?C.
14118
14119 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
14120
14121 * term/ns-win.el (x-select-font): defalias x-select-font to
14122 ns-popup-font-panel instead of generate-fontset-menu.
14123
14124 2009-07-12 Eli Zaretskii <eliz@gnu.org>
14125
14126 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
14127
14128 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
14129
14130 * arc-mode.el (archive-find-type): Allow for a PK00 string before
14131 the PK\003\004 header (Bug#3770).
14132
14133 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
14134
14135 * pcomplete.el (pcomplete-comint-setup): Check for
14136 shell-dynamic-complete-filename too.
14137
14138 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
14139
14140 * simple.el (temporary-goal-column): Change the value for
14141 line-move-visual to a cons cell.
14142 (line-move-visual): Record or set the window hscroll, if
14143 necessary (Bug#3494).
14144 (line-move-1): Handle cons value of temporary-goal-column.
14145
14146 2009-07-11 Kenichi Handa <handa@m17n.org>
14147
14148 * international/mule-diag.el (describe-character-set): Don't show
14149 width.
14150
14151 2009-07-10 Sam Steingold <sds@gnu.org>
14152
14153 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14154 Omake sometimes indents the errors it prints, so allow all
14155 regexps to start with spaces.
14156
14157 2009-07-10 Eli Zaretskii <eliz@gnu.org>
14158
14159 * cus-edit.el (customize-changed-options-previous-release):
14160 Bump value to 22.1. (Bug#3804)
14161
14162 2009-07-08 Sam Steingold <sds@gnu.org>
14163
14164 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
14165 to be a cons cell (test . ignored-directory) to selectively ignore
14166 some directories depending on the location of the search.
14167
14168 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
14169
14170 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
14171 remote user is root, on the local host.
14172 (tramp-local-host-p): Either the local user or the remote user
14173 must be root. (Bug#3771)
14174
14175 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
14176
14177 * progmodes/gdb-mi.el (gdb): Remove description of
14178 gdb-use-separate-io-buffer.
14179 (menu): Don't allow toggling of or enable
14180 gdb-use-separate-io-buffer from menubar.
14181
14182 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
14183
14184 * mail/unrmail.el (unrmail): Make sure the message ends with two
14185 newlines (Bug#3769).
14186
14187 2009-07-08 Glenn Morris <rgm@gnu.org>
14188
14189 * calendar/calendar.el (calendar-current-date): Rework previous change.
14190
14191 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
14192
14193 * calendar/calendar.el (calendar-current-date):
14194 Add an optional argument giving an offset from today.
14195
14196 2009-07-08 Glenn Morris <rgm@gnu.org>
14197
14198 * tutorial.el (tutorial--describe-nonstandard-key):
14199 Adjust the message for when a key has been unbound.
14200 (help-with-tutorial): Hide the arch-tag.
14201
14202 2009-07-08 Kenichi Handa <handa@m17n.org>
14203
14204 * international/fontset.el (setup-default-fontset): For each
14205 script, append (not set) font-specs.
14206
14207 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
14208 docstring.
14209
14210 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
14211
14212 * progmodes/gdb-mi.el (gdb-init-1): Move sending
14213 -data-list-register-names to ...
14214 (gdb-starting): ... here because GDB 7.0 requires execution to
14215 have started when using this MI command.
14216 (gdb-set-header): New function to distinguish select and
14217 unselected tabs in gdb buffers.
14218 (gdb-propertize-header): New macro that uses gdb-set-header.
14219 (gdb-breakpoints-header, gdb-locals-header): Use it.
14220 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
14221
14222 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
14223
14224 * Makefile.in (ELCFILES): Remove fadr.elc.
14225
14226 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
14227
14228 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
14229 may contain frame information, so `string-match' should be used.
14230 (gdb-update): Disassembly is invalidated through
14231 `gdb-get-selected-frame'.
14232 (gdb-pad-string): New function to pad string with spaces.
14233 (gdb-invalidate-disassembly): Invalidate only if the buffer
14234 exists.
14235 (gdb-disassembly-handler-custom): Column alignment.
14236 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
14237 placing new ones.
14238 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
14239 end of line, too.
14240 (gdb-frame-handler): Match convention to for disassembly buffer
14241 mode name.
14242 (gdb-stack-list-frames-handler): Rewritten without regexps.
14243 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
14244 not highlight breakpoints without line information.
14245 (gdb-input): Add trailing newline to command.
14246
14247 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
14248 buffer properly.
14249 (gdb-breakpoints-list-handler-custom): Replacement for
14250 `gdb-break-list-handler'. Using real parser instead of regexps
14251 now.
14252 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
14253 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
14254 to place breakpoints.
14255 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
14256 functions.
14257 (gdb-disassembly-handler-custom): Show overlay arrow.
14258 (gdb-disassembly-place-breakpoints): Show breakpoints in
14259 disassembly buffer.
14260 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
14261 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
14262 instead of parsing breakpoints buffer. Fixed old menu references
14263 in `gud-menu-map'.
14264
14265 * fadr.el: Remove.
14266
14267 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
14268 (gdb-memory-address): New variable which holds top address of
14269 memory page shown in memory buffer.
14270 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
14271 customization variables.
14272 New functions:
14273 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
14274 display the memory buffer.
14275 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
14276 buffer display parameters.
14277 (def-gdb-memory-format, gdb-memory-format-binary)
14278 (gdb-memory-format-octal, gdb-memory-format-unsigned)
14279 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
14280 Functions for setting memory buffer format.
14281 (gdb-memory-unit-word, gdb-memory-unit-halfword)
14282 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
14283 unit size used in memory buffer.
14284 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
14285 to next/previous page of memory buffer.
14286 Now using (bindat-get-field) instead of fadr functions.
14287
14288 2009-07-07 Sam Steingold <sds@gnu.org>
14289
14290 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
14291 non-top-level files.
14292
14293 2009-07-07 Kenichi Handa <handa@m17n.org>
14294
14295 * international/mule-cmds.el (reset-language-environment): Put
14296 the highset priority to the charset iso-8859-1.
14297
14298 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
14299
14300 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
14301 to the end of the line when locating the block (Bug#700).
14302
14303 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
14304
14305 * net/tramp.el (tramp-handle-write-region): Flush file properties
14306 in case of short track.
14307
14308 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
14309
14310 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
14311 Coded custom representation of verilog error regular expressions
14312 to work with Emacs-22's new format.
14313 (verilog-error-regexp-xemacs-alist): Coded custom representation
14314 of verilog error regular expressions to work with XEmacs format.
14315 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
14316 error recognition into XEmacs.
14317 (verilog-error-regexp-add-emacs): Hook routine to install verilog
14318 error recognition into Emacs-22.
14319
14320 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
14321
14322 * woman.el: Remove stand-alone closing parentheses.
14323 (woman-file-name, woman2-format-paragraphs)
14324 (woman-leave-blank-lines): Code cleanup.
14325 (woman-use-own-frame): Change default to nil.
14326 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
14327 defaults to inherit from default faces.
14328 (woman2-process-escapes): Consume the newline after a stand-alone
14329 filler character (Bug#3651).
14330
14331 2009-07-06 Glenn Morris <rgm@gnu.org>
14332
14333 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
14334 (top-level): Move provide to the end.
14335 (ffap): Remove defunct URL from custom group.
14336
14337 * subr.el (eval-after-load): Doc fix.
14338
14339 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
14340
14341 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
14342 `calc-embedded-word' is called twice.
14343
14344 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
14345
14346 * files.el (find-alternate-file-other-window, find-alternate-file):
14347 Obey confirm-nonexistent-file-or-buffer.
14348
14349 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
14350
14351 * dired-aux.el (dired-show-file-type): Handle remote files.
14352
14353 2009-07-05 Jari Aalto <jari.aalto@cante.net>
14354
14355 * desktop.el (desktop-globals-to-save):
14356 Add file-name-history (Bug#2750).
14357
14358 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
14359
14360 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
14361
14362 2009-07-04 Johan Bockgård <bojohan@gnu.org>
14363
14364 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
14365 property on entire argument since this is what eshell-lisp-command
14366 expects.
14367
14368 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
14369
14370 * net/tramp-gvfs.el (tramp-gvfs-methods)
14371 (tramp-gvfs-zeroconf-domain)
14372 (tramp-bluez-discover-devices-timeout): Add version flag.
14373 (tramp-gvfs-handler-mounted-unmounted)
14374 (tramp-gvfs-connection-mounted-p): Polish handling of
14375 incompatibilities between GVFS 0.2 and 1.0.
14376
14377 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
14378
14379 * cus-start.el (all): Add make-pointer-invisible.
14380
14381 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
14382
14383 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
14384 formatted correctly.
14385
14386 2009-07-02 Juri Linkov <juri@jurta.org>
14387
14388 * info.el: Virtual Info files and nodes.
14389 (Info-virtual-files, Info-virtual-nodes): New variables.
14390 (Info-current-node-virtual): New variable.
14391 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
14392 New functions.
14393 (Info-file-supports-index-cookies): Use Info-virtual-file-p
14394 to check for a virtual file instead of checking a fixed list
14395 of node names.
14396 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
14397 instead of ad-hoc processing of "dir" and (apropos history toc).
14398 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
14399 instead of ad-hoc processing of "dir" and (apropos history toc).
14400 Reread a file when moving from a virtual node.
14401 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
14402 (Info-directory-toc-nodes, Info-directory-find-file)
14403 (Info-directory-find-node): New functions.
14404 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
14405 (Info-history): Move part of code to
14406 `Info-history-find-node'.
14407 (Info-history-toc-nodes, Info-history-find-file)
14408 (Info-history-find-node): New functions.
14409 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
14410 (Info-toc): Move part of code to `Info-toc-find-node'.
14411 (Info-toc-find-node): New function.
14412 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
14413 the current Info file name to references because now the node
14414 "*TOC*" belongs to the same Info manual.
14415 (Info-toc-build): Rename from `Info-build-toc'.
14416 (Info-toc-nodes): Rename input argument `file' to `filename'.
14417 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
14418 instead of ad-hoc processing of ("dir" apropos history toc).
14419 (Info-index-nodes): Use Info-virtual-file-p
14420 to check for a virtual file instead of checking a fixed list
14421 of node names.
14422 (Info-index-node): Add check for `Info-current-node-virtual'.
14423 Raise `save-match-data' higher up the tree to contain
14424 `search-forward' too (bug fix).
14425 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
14426 (Info-virtual-index-nodes): New variable.
14427 (Info-virtual-index-find-node, Info-virtual-index): New functions.
14428 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
14429 (Info-apropos-file, Info-apropos-nodes): New variables.
14430 (Info-apropos-toc-nodes, Info-apropos-find-file)
14431 (Info-apropos-find-node, Info-apropos-matches): New functions.
14432 (info-apropos): Move part of code to `Info-apropos-find-node' and
14433 `Info-apropos-matches'.
14434 (Info-mode-map): Bind "I" to `Info-virtual-index'.
14435 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
14436 for a virtual file instead of checking a fixed list of node names.
14437
14438 * simple.el (async-shell-command): New command.
14439
14440 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
14441
14442 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
14443 instead of `mount-info'.
14444
14445 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
14446
14447 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
14448 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
14449
14450 2009-07-02 Kenichi Handa <handa@m17n.org>
14451
14452 * international/mule.el (set-keyboard-coding-system): Force *-unix
14453 coding-system to avoid eol conversion.
14454
14455 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
14456
14457 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
14458 Add handler for `process-file', `shell-command' and
14459 `start-file-process'.
14460 (tramp-gvfs-handle-shell-command)
14461 (tramp-gvfs-handle-start-file-process)
14462 (tramp-gvfs-handle-process-file): New defuns.
14463 (tramp-synce-list-devices): Simplify check for existence of property.
14464
14465 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
14466
14467 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
14468
14469 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
14470
14471 * language/korean.el (set-language-info-alist): Add korean-cp949,
14472 cp949 to spec.
14473
14474 2009-07-01 Kenichi Handa <handa@m17n.org>
14475
14476 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
14477
14478 * international/encoded-kb.el: Deleted.
14479
14480 * international/mule.el (set-keyboard-coding-system): Perform the
14481 necessary setup here instead of calling encoded-kbd-setup-display.
14482
14483 2009-07-01 Glenn Morris <rgm@gnu.org>
14484
14485 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
14486
14487 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
14488
14489 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
14490
14491 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
14492
14493 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
14494 Handle also the 'rename case, when setting file modes. (Bug#3712)
14495 (tramp-default-file-modes): Remove execute permissions.
14496
14497 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
14498 (top): Add a default for "synce" in `tramp-default-user-alist'.
14499 Add completion function for "synce" method.
14500 (tramp-hal-service, tramp-hal-path-manager)
14501 (tramp-hal-interface-manager, tramp-hal-interface-device):
14502 New defconst.
14503 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
14504 (tramp-synce-list-devices, tramp-synce-parse-device-names):
14505 New defuns.
14506
14507 * net/trampver.el: Update release number.
14508
14509 2009-06-30 Kenichi Handa <handa@m17n.org>
14510
14511 * international/fontset.el (setup-default-fontset): Add CJK fonts
14512 for symbols and the other miscellaneous characters.
14513
14514 * language/korea-util.el (setup-korean-environment-internal):
14515 Make char-width-table suitable for Korean environments.
14516 (exit-korean-environment): Cancel above.
14517
14518 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
14519 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
14520 setup-function to make char-width-table suitable for respective
14521 environments, and an exit-function to cancel that.
14522
14523 * language/japan-util.el (setup-japanese-environment-internal):
14524 Call use-cjk-char-width-table with arg `ja_JP'.
14525
14526 * international/characters.el (cjk-char-width-table): Delete it.
14527 (cjk-char-width-table-list): New variable.
14528 (use-cjk-char-width-table): New arg local-name.
14529 (use-default-char-width-table): Fix for the case that Emacs is
14530 already using the default char-width-table.
14531
14532 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
14533
14534 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
14535 modes mandatory. (Bug#3712)
14536
14537 2009-06-29 Alan Mackenzie <acm@muc.de>
14538
14539 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
14540 correction between the visible width of TABs and their number of bytes.
14541
14542 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
14543
14544 * server.el (server-buffer-done): Prevent kill-buffer from
14545 prompting by clearing the buffer modification flag (Bug#3696).
14546
14547 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
14548
14549 * progmodes/verilog-mode.el (verilog-beg-of-statement)
14550 (verilog-endcomment-reason-re): Support unique case and priority case.
14551 (verilog-basic-complete-re): Support localparam lineup.
14552 (verilog-beg-of-statement-1): Fix for robustness, unique case.
14553 (verilog-set-auto-endcomments): Fix for unique case, always_comb
14554 commenting.
14555 (verilog-leap-to-case-head): Now support *nested* unique &
14556 priority case statements.
14557 (verilog-auto-lineup): Make just declarations the default (as it
14558 had been).
14559 (verilog-leap-to-case-head): Support priority/unique case statements.
14560 (verilog-auto-lineup): Rework to give users radio buttons to
14561 select the various styles of automatic lineup.
14562 (verilog-error-regexp-alist): Rework to support the XEmacs style
14563 of error regular expressions from compilers, lint tools &
14564 simulators. Note that GNU Emacs has made it impossible for a mode
14565 to load such things.
14566 (electric-verilog-terminate-line, verilog-indent-declaration)
14567 (verilog-auto-wiure): Rework for radio button selection of
14568 auto-lineup selection of specification of auto lineup.
14569 (verilog-beg-of-statement-1): Redesign to support proper operation
14570 in additional code, based on testing with auto-lineup.
14571 (verilog-calculate-indent, assignments & declarations)
14572 (verilog-backward-token): Enhance to support auto-lineup of
14573 assignments & declarations.
14574 (verilog-in-directive-p, verilog-at-struct-p): New function for
14575 easy test of whether we are.
14576 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
14577 to support safe execution at almost anyline.
14578 (verilog-calc-1): Properly support indenting deep inside generate
14579 blocks.
14580 (verilog-init-font): Remove definition & use of verilog-init-font,
14581 as it is redundant with font-lock-defaults.
14582 (verilog-mode): Alter the definition of verilog-font-lock-defaults
14583 to avoid circular calls if syntax-ppss is a function (as is the
14584 case now in 22.x GNU Emacs) as that function would sometimes call
14585 itself, leading to (nearly) infinite recursion.
14586 (verilog-ovm-begin-re, verilog-ovm-end-re)
14587 (verilog-ovm-statement-re, verilog-leap-to-head)
14588 (verilog-backward-token): Add support for OVM macros. Some are
14589 complete statements, and others open and close scopes like begin
14590 and end.
14591 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
14592 (verilog-defun-level-generate-only-re): Really fix the defun-list
14593 compilation issue.
14594 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
14595 coverpoint, constraint and cross statements.
14596 (verilog-defun-level-list, verilog-generate-defun-level-list)
14597 (verilog-all-defun-level-list): Redo these specifications - it is
14598 too hard to support eval-when compile aggregation of lists also
14599 built at when-compile time.
14600 (verilog-defun-level-list): Place defconsts of variables used in
14601 building regular expressions which are built in eval-when-compile
14602 bodies in the same eval-when-compile body to facilitate compile
14603 without load.
14604 (verilog-beg-block-re-ordered): Support indenting
14605 virtual/protected tasks and functions.
14606 (verilog-defun-level-list, verilog-in-generate-region-p)
14607 (verilog-backward-ws&directives, verilog-calc-1): Speed up
14608 indentation of some module items (generate items).
14609 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
14610 across virtual/protected tasks and functions.
14611
14612 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
14613
14614 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
14615 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
14616 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
14617 in concatenations. Reported by Yishay Belkind.
14618 (verilog-auto-ascii-enum): Support one-hot state machines in
14619 AUTOASCIIENUM. Suggested by Lloyd Gomez.
14620 (verilog-auto-inst, verilog-auto-inst-port): Include interface
14621 modport in AUTOINST and add vl-modport for users. Reported by
14622 David Rogoff.
14623 (verilog-auto-inout-module, verilog-auto-inst)
14624 (verilog-decls-get-interfaces, verilog-insert-definition)
14625 (verilog-insert-one-definition, verilog-read-decls)
14626 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
14627 (verilog-sig-modport, verilog-signals-combine-bus)
14628 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
14629 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
14630 Suggested by David Rogoff.
14631 (verilog-repair-open-comma): Fix non-insertion of comma when
14632 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
14633 (verilog-make-width-expression): Simplify [A-1:0] expression
14634 widths to just {A{1'b0}}.
14635 (verilog-mode): Cleanup checkdoc warnings.
14636 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
14637 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
14638 inputs/outputs or data type. Suggested by Vasu Kandadi.
14639 (next-error-last-buffer): Fix byte-compiler warning.
14640 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
14641 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
14642 or shell command text during AUTO expansion. Suggested by Tad Truex.
14643 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
14644 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
14645 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
14646 in AUTOINOUT. Reported by Matthew Lovell.
14647 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
14648 causing use of <= assignments. Reported by Alex Reed.
14649 (verilog-read-decls): Fix triand, trior, wand, wor to be
14650 recognized by AUTOWIRE. Reported by Spencer Isaacson.
14651 (verilog-extended-complete-re): Support import "DPI-C" functions.
14652 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
14653 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
14654 (verilog-insert-date, verilog-insert-year)
14655 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
14656 Windows systems. Reported by Michael Potts.
14657 (verilog-read-module-name): Fix AUTOINST when the child module
14658 declaration's name is a tick define. Reported by Elliot Mednick.
14659 (verilog-read-decls): Fix V2K parameter bit subscripts getting
14660 passed to next parameter's definition. Reported by Bruce T.
14661 (verilog-read-decls): Fix detecting "parameter int" when using
14662 AUTOINSTPARAM. Reported by Bruce T.
14663 (verilog-goto-defun): Fix goto not finding modules unless first
14664 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
14665 (verilog-mode): Expand -f flag arguments on entry to mode so
14666 verilog-goto-defun will work. Reported by Lawrence Butcher.
14667 (verilog-getopt): Expand environment variables in -f file
14668 arguments. Suggested by Lawrence Butcher.
14669 (verilog-set-define): Fix "Symbol's value as variable is void"
14670 when reading enumerations.
14671 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
14672 Suggested by Stephen Peltan.
14673 (verilog-read-defines): Fix reading of enumerations in include
14674 files. Reported by Steve Peltan.
14675
14676 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
14677
14678 * files.el (trash-directory): Fix defcustom type.
14679
14680 2009-06-28 Juri Linkov <juri@jurta.org>
14681
14682 * help-fns.el (describe-function-1): Correctly locate adviced
14683 functions in hyperlink (Bug#2438).
14684
14685 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
14686
14687 * files.el (trash-directory): Change default to nil.
14688 (move-file-to-trash): If trash-directory is nil and
14689 system-move-file-to-trash is unbound, perform freedesktop-style
14690 trashing.
14691
14692 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
14693
14694 * files.el (move-file-to-trash): Add freedesktop trash
14695 support (Bug#973).
14696
14697 2009-06-28 Glenn Morris <rgm@gnu.org>
14698
14699 * autorevert.el (global-auto-revert-non-file-buffers)
14700 (global-auto-revert-mode): Doc fixes.
14701
14702 2009-06-27 Johan Bockgård <bojohan@gnu.org>
14703
14704 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
14705
14706 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
14707
14708 * faces.el (x-handle-named-frame-geometry): Ensure that we have
14709 opened an X connection before calling x-get-resource (Bug#3194).
14710
14711 * play/doctor.el: Remove reference to obsolete website.
14712 (make-doctor-variables): Correct grammar mistake (Bug#2633).
14713
14714 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
14715
14716 Remove find-file-not-found-hook VC method. (Bug#2757)
14717 * vc-hooks.el (vc-file-not-found-hook)
14718 (vc-default-find-file-not-found-hook): Remove functions.
14719 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
14720 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
14721 * vc.el:
14722 * vc-hg.el:
14723 * vc-git.el: Do not mention find-file-not-found-hook VC method.
14724
14725 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
14726
14727 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
14728 compatibility function for `looking-back'.
14729
14730 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
14731 Use `ispell-looking-back'.
14732
14733 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
14734
14735 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
14736 rather than `filename'.
14737
14738 2009-06-23 Miles Bader <miles@gnu.org>
14739
14740 * face-remap.el (text-scale-set): New function.
14741
14742 2009-06-23 Glenn Morris <rgm@gnu.org>
14743
14744 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
14745
14746 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
14747
14748 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
14749
14750 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
14751
14752 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
14753 Simplify Persian conditionals.
14754
14755 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
14756 variable `filename'.
14757
14758 * comint.el (comint-insert-input): Doc fix.
14759
14760 * Makefile.in (ELCFILES): Fix typo in previous change.
14761
14762 2009-06-23 Miles Bader <miles@gnu.org>
14763
14764 * cus-start.el: Add entry for `recenter-redisplay'.
14765
14766 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
14767
14768 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
14769 Add an optional argument for the backend, use it instead of
14770 calling vc-backend.
14771 (vc-mode-line): Add an optional argument for the backend.
14772 Pass the backend to vc-state and vc-working-revision. Move code for
14773 special handling for vc-state being a buffer to ...
14774
14775 * vc-rcs.el (vc-rcs-find-file-hook):
14776 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
14777
14778 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
14779 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
14780 vc-stay-local-p and vc-mode-line calls.
14781
14782 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
14783 (vc-cvs-diff, vc-cvs-annotate-command)
14784 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
14785 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
14786 vc-mode-line calls.
14787
14788 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
14789 direct comparison.
14790 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
14791 backend when calling vc-mode-line.
14792 (vc-register): Do not create a closure for calling the vc register
14793 function, call it directly.
14794
14795 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
14796
14797 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
14798 to make it obvious item can be clicked.
14799
14800 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
14801
14802 2009-06-23 Kenichi Handa <handa@m17n.org>
14803
14804 * language/korea-util.el (korean-key-bindings): Change the binding
14805 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
14806 same command.
14807
14808 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
14809
14810 Sync with Tramp 2.1.16.
14811
14812 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
14813
14814 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
14815 when a loading of a package fails. Completion function for rsync
14816 is `tramp-completion-function-alist-ssh'.
14817 (all): Replace all calls of `split-string' and
14818 `tramp-split-string' by `tramp-compat-split-string'.
14819 (tramp-default-method): Use `tramp-compat-process-running-p'.
14820 (tramp-default-proxies-alist): Allow also Lisp forms.
14821 (tramp-remote-path): Add choice "Private Directories".
14822 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
14823 (tramp-domain-regexp): Allow also "-", "_" and ".".
14824 (tramp-end-of-output): Remove newlines, and add "$" at the end.
14825 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
14826 (tramp-debug-message): Insert header line in debug buffer.
14827 (tramp-handle-directory-files-and-attributes-with-stat):
14828 Care about filenames with spaces, or starting with "-".
14829 (tramp-handle-dired-uncache): New defun.
14830 (tramp-handle-insert-directory): Don't flush the directory from
14831 cache, this is handled by `dired-uncache' now.
14832 (tramp-handle-insert-file-contents): Improve error handling.
14833 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14834 Quote `tramp-end-of-output'.
14835 (tramp-action-password): Improve trace message.
14836 (tramp-check-for-regexp): Both echoes must be present, before removing.
14837 (tramp-open-connection-setup-interactive-shell): Trace coding system.
14838 (tramp-compute-multi-hops): Eval cons cells of
14839 `tramp-default-proxies-alist'.
14840 (tramp-maybe-open-connection): Use the same command pattern for
14841 first hop and further hops.
14842 (tramp-wait-for-output): Remove handling of newlines.
14843 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
14844 (tramp-split-string): Remove function. It is handled in
14845 tramp-compat now.
14846
14847 * net/tramp-cmds.el (tramp-bug):
14848 Recommend `tramp-cleanup-all-connections' in the bug mail.
14849
14850 * net/tramp-compat.el (tramp-compat-split-string)
14851 (tramp-compat-process-running-p): New defuns.
14852
14853 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
14854 for `dired-uncache'.
14855
14856 * net/tramp-gvfs.el: New package.
14857
14858 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
14859 Add handler for `dired-uncache'.
14860 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
14861
14862 * net/trampver.el: Update release number. Make version check fit
14863 for SXEmacs 22.
14864
14865 2009-06-22 Jim Meyering <meyering@redhat.com>
14866
14867 Automatically handle .xz suffix (XZ-compressed files), too.
14868 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
14869 XZ is the successor to LZMA: <http://tukaani.org/xz/>
14870
14871 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
14872 Nick Roberts <nickrob@snap.net.nz>
14873
14874 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
14875 repository (http://sphinx.net.ru/hg/gdb-mi/).
14876
14877 2009-06-22 Glenn Morris <rgm@gnu.org>
14878
14879 * files.el (dir-locals-collect-mode-variables): Allow for any number of
14880 `mode' and `eval' entries. (Bug#3430)
14881
14882 * Makefile.in (ELCFILES): Add fadr.elc.
14883
14884 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
14885 differing behavior of \n and ^ in strings. (Bug#3385)
14886
14887 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
14888
14889 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
14890 property.
14891 (lisp-indent-function): Make it a defcustom.
14892
14893 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
14894
14895 * progmodes/gdb-ui.el: Replace with ...
14896 * progmodes/gdb-mi.el: ... this file.
14897 * progmodes/gud.el: Modify for gdb-mi.el.
14898
14899 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
14900
14901 * fadr.el: New file.
14902
14903 See ChangeLog.14 for earlier changes.
14904
14905 ;; Local Variables:
14906 ;; coding: utf-8
14907 ;; End:
14908
14909 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
14910
14911 This file is part of GNU Emacs.
14912
14913 GNU Emacs is free software: you can redistribute it and/or modify
14914 it under the terms of the GNU General Public License as published by
14915 the Free Software Foundation, either version 3 of the License, or
14916 (at your option) any later version.
14917
14918 GNU Emacs is distributed in the hope that it will be useful,
14919 but WITHOUT ANY WARRANTY; without even the implied warranty of
14920 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14921 GNU General Public License for more details.
14922
14923 You should have received a copy of the GNU General Public License
14924 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
14925
14926 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1